From 29dbbd7937365010fd129968cfc4664af45fcfb5 Mon Sep 17 00:00:00 2001 From: rig-bot Date: Thu, 1 Aug 2024 11:31:33 +0000 Subject: [PATCH] push latest version of APIs --- api/v1/capsule/rollout_pb.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/v1/capsule/rollout_pb.ts b/api/v1/capsule/rollout_pb.ts index 1fb42f3..0564e90 100644 --- a/api/v1/capsule/rollout_pb.ts +++ b/api/v1/capsule/rollout_pb.ts @@ -294,6 +294,11 @@ export class Changelog extends Message { */ changes: Changelog_Change[] = []; + /** + * @generated from field: string message = 2; + */ + message = ""; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -303,6 +308,7 @@ export class Changelog extends Message { static readonly typeName = "api.v1.capsule.Changelog"; static readonly fields: FieldList = proto3.util.newFieldList(() => [ { no: 1, name: "changes", kind: "message", T: Changelog_Change, repeated: true }, + { no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): Changelog {