From 4bde4c3b930f762ed9830f094a6d55c253c525a9 Mon Sep 17 00:00:00 2001 From: rig-bot Date: Thu, 11 Jan 2024 12:42:22 +0000 Subject: [PATCH] push latest version of APIs --- api/v1/capsule/instance/status_pb.ts | 12 ++++++++++++ api/v1/project/service_pb.ts | 6 ------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/api/v1/capsule/instance/status_pb.ts b/api/v1/capsule/instance/status_pb.ts index 20b5414..b809412 100644 --- a/api/v1/capsule/instance/status_pb.ts +++ b/api/v1/capsule/instance/status_pb.ts @@ -835,6 +835,16 @@ export class ReadyStep extends Message { */ state = ReadyState.UNSPECIFIED; + /** + * @generated from field: google.protobuf.Timestamp failed_at = 3; + */ + failedAt?: Timestamp; + + /** + * @generated from field: uint32 fail_count = 4; + */ + failCount = 0; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -845,6 +855,8 @@ export class ReadyStep extends Message { static readonly fields: FieldList = proto3.util.newFieldList(() => [ { no: 1, name: "info", kind: "message", T: StepInfo }, { no: 2, name: "state", kind: "enum", T: proto3.getEnumType(ReadyState) }, + { no: 3, name: "failed_at", kind: "message", T: Timestamp }, + { no: 4, name: "fail_count", kind: "scalar", T: 13 /* ScalarType.UINT32 */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): ReadyStep { diff --git a/api/v1/project/service_pb.ts b/api/v1/project/service_pb.ts index 1835d67..03c1ca1 100644 --- a/api/v1/project/service_pb.ts +++ b/api/v1/project/service_pb.ts @@ -333,11 +333,6 @@ export class ListRequest extends Message { */ pagination?: Pagination; - /** - * @generated from field: string project_id = 2; - */ - projectId = ""; - constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -347,7 +342,6 @@ export class ListRequest extends Message { static readonly typeName = "api.v1.project.ListRequest"; static readonly fields: FieldList = proto3.util.newFieldList(() => [ { no: 1, name: "pagination", kind: "message", T: Pagination }, - { no: 2, name: "project_id", kind: "scalar", T: 9 /* ScalarType.STRING */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): ListRequest {