Skip to content

Commit

Permalink
push latest version of APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rig-bot committed Jan 18, 2024
1 parent eb02278 commit 8814b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1/environment/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export class ListResponse extends Message<ListResponse> {
environments: Environment[] = [];

/**
* @generated from field: string platform_verison = 2;
* @generated from field: string platform_version = 2;
*/
platformVerison = "";
platformVersion = "";

constructor(data?: PartialMessage<ListResponse>) {
super();
Expand All @@ -68,7 +68,7 @@ export class ListResponse extends Message<ListResponse> {
static readonly typeName = "api.v1.environment.ListResponse";
static readonly fields: FieldList = proto3.util.newFieldList(() => [
{ no: 1, name: "environments", kind: "message", T: Environment, repeated: true },
{ no: 2, name: "platform_verison", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "platform_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListResponse {
Expand Down

0 comments on commit 8814b99

Please sign in to comment.