From 4fb257fe1fa7d4a6d83c88223076617001f737c1 Mon Sep 17 00:00:00 2001 From: rig-bot Date: Mon, 15 Jan 2024 15:46:08 +0000 Subject: [PATCH] push latest version of APIs --- api/v1/cluster/service_pb.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/v1/cluster/service_pb.ts b/api/v1/cluster/service_pb.ts index 5f77e5f..bc9dd71 100644 --- a/api/v1/cluster/service_pb.ts +++ b/api/v1/cluster/service_pb.ts @@ -36,6 +36,11 @@ proto3.util.setEnumType(ClusterType, "api.v1.cluster.ClusterType", [ * @generated from message api.v1.cluster.GetConfigRequest */ export class GetConfigRequest extends Message { + /** + * @generated from field: string environment_id = 1; + */ + environmentId = ""; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -44,6 +49,7 @@ export class GetConfigRequest extends Message { static readonly runtime: typeof proto3 = proto3; static readonly typeName = "api.v1.cluster.GetConfigRequest"; static readonly fields: FieldList = proto3.util.newFieldList(() => [ + { no: 1, name: "environment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): GetConfigRequest {