@wundergraph/cosmo-connect 0.133.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12154,6 +12154,10 @@ export declare class UpdateProposalResponse extends Message<UpdateProposalRespon
12154
12154
  * @generated from field: optional bool hasLinkedSchemaChecks = 17;
12155
12155
  */
12156
12156
  hasLinkedSchemaChecks?: boolean;
12157
+ /**
12158
+ * @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphSchemaChange composedSchemaBreakingChanges = 18;
12159
+ */
12160
+ composedSchemaBreakingChanges: FederatedGraphSchemaChange[];
12157
12161
  constructor(data?: PartialMessage<UpdateProposalResponse>);
12158
12162
  static readonly runtime: typeof proto3;
12159
12163
  static readonly typeName = "wg.cosmo.platform.v1.UpdateProposalResponse";
@@ -18909,6 +18909,10 @@ export class UpdateProposalResponse extends Message {
18909
18909
  * @generated from field: optional bool hasLinkedSchemaChecks = 17;
18910
18910
  */
18911
18911
  hasLinkedSchemaChecks;
18912
+ /**
18913
+ * @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphSchemaChange composedSchemaBreakingChanges = 18;
18914
+ */
18915
+ composedSchemaBreakingChanges = [];
18912
18916
  constructor(data) {
18913
18917
  super();
18914
18918
  proto3.util.initPartial(data, this);
@@ -18933,6 +18937,7 @@ export class UpdateProposalResponse extends Message {
18933
18937
  { no: 15, name: "isLinkedTrafficCheckFailed", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
18934
18938
  { no: 16, name: "isLinkedPruningCheckFailed", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
18935
18939
  { no: 17, name: "hasLinkedSchemaChecks", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
18940
+ { no: 18, name: "composedSchemaBreakingChanges", kind: "message", T: FederatedGraphSchemaChange, repeated: true },
18936
18941
  ]);
18937
18942
  static fromBinary(bytes, options) {
18938
18943
  return new UpdateProposalResponse().fromBinary(bytes, options);