diff --git a/src/__generated__/changes_pb.ts b/src/__generated__/changes_pb.ts index 40329b2..4e704ac 100644 --- a/src/__generated__/changes_pb.ts +++ b/src/__generated__/changes_pb.ts @@ -2308,6 +2308,13 @@ export class ChangeSummary extends Message { */ repo = ""; + /** + * User-defined tags associated with this change, will be populated via the CLI and not the UI. + * + * @generated from field: map tags = 17; + */ + tags: { [key: string]: string } = {}; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -2331,6 +2338,7 @@ export class ChangeSummary extends Message { { no: 13, name: "numHighRisk", kind: "scalar", T: 5 /* ScalarType.INT32 */ }, { no: 14, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ }, { no: 16, name: "repo", kind: "scalar", T: 9 /* ScalarType.STRING */ }, + { no: 17, name: "tags", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): ChangeSummary {