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 Aug 1, 2024
1 parent 1157c02 commit 29dbbd7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v1/capsule/rollout_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,11 @@ export class Changelog extends Message<Changelog> {
*/
changes: Changelog_Change[] = [];

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

constructor(data?: PartialMessage<Changelog>) {
super();
proto3.util.initPartial(data, this);
Expand All @@ -303,6 +308,7 @@ export class Changelog extends Message<Changelog> {
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<BinaryReadOptions>): Changelog {
Expand Down

0 comments on commit 29dbbd7

Please sign in to comment.