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 2, 2024
1 parent fdf99dc commit 8128f38
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions api/v1/capsule/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,11 +1711,6 @@ export class GetRolloutRequest extends Message<GetRolloutRequest> {
*/
projectId = "";

/**
* @generated from field: string environment_id = 4;
*/
environmentId = "";

constructor(data?: PartialMessage<GetRolloutRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -1727,7 +1722,6 @@ export class GetRolloutRequest extends Message<GetRolloutRequest> {
{ no: 1, name: "capsule_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "rollout_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
{ no: 3, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetRolloutRequest {
Expand Down Expand Up @@ -1803,11 +1797,6 @@ export class AbortRolloutRequest extends Message<AbortRolloutRequest> {
*/
projectId = "";

/**
* @generated from field: string environment_id = 4;
*/
environmentId = "";

constructor(data?: PartialMessage<AbortRolloutRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -1819,7 +1808,6 @@ export class AbortRolloutRequest extends Message<AbortRolloutRequest> {
{ no: 1, name: "capsule_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 2, name: "rollout_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
{ no: 3, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 4, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

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

0 comments on commit 8128f38

Please sign in to comment.