From 7062020465b212d2e64a6da0c5ab84385128b0b3 Mon Sep 17 00:00:00 2001 From: Engineering Date: Tue, 19 Nov 2024 17:37:48 +0000 Subject: [PATCH] Updated to SDP v0.18.4-376-g9af3f16 --- 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 b224ad2..40329b2 100644 --- a/src/__generated__/changes_pb.ts +++ b/src/__generated__/changes_pb.ts @@ -2751,6 +2751,13 @@ export class ChangeProperties 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 = 16; + */ + tags: { [key: string]: string } = {}; + constructor(data?: PartialMessage) { super(); proto3.util.initPartial(data, this); @@ -2773,6 +2780,7 @@ export class ChangeProperties extends Message { { no: 13, name: "rawPlan", kind: "scalar", T: 9 /* ScalarType.STRING */ }, { no: 14, name: "codeChanges", kind: "scalar", T: 9 /* ScalarType.STRING */ }, { no: 15, name: "repo", kind: "scalar", T: 9 /* ScalarType.STRING */ }, + { no: 16, name: "tags", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} }, ]); static fromBinary(bytes: Uint8Array, options?: Partial): ChangeProperties {