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 10, 2024
1 parent 0f6da54 commit e083110
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/capsule/service_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,11 @@ export class DeployRequest extends Message<DeployRequest> {
*/
environmentId = "";

/**
* @generated from field: string message = 6;
*/
message = "";

constructor(data?: PartialMessage<DeployRequest>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -1164,6 +1169,7 @@ export class DeployRequest extends Message<DeployRequest> {
{ no: 3, name: "force", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
{ no: 4, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 5, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
{ no: 6, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
]);

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

0 comments on commit e083110

Please sign in to comment.