From c3a923e92710be4aa14ed6177c21d35d991d5c57 Mon Sep 17 00:00:00 2001 From: Engineering Date: Wed, 20 Nov 2024 09:32:10 +0000 Subject: [PATCH] Updated to SDP v0.18.4-377-gf689810 --- src/__generated__/changes_pb.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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 {