@wundergraph/cosmo-connect 0.75.0 → 0.75.2

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.
@@ -994,7 +994,6 @@ export declare class CheckSubgraphSchemaResponse extends Message<CheckSubgraphSc
994
994
  compositionErrors: CompositionError[];
995
995
  /**
996
996
  * Contains the operation usage stats for the operations that are impacted by the schema changes.
997
- * Can be undefined when the schema changes are not inspectable by real traffic breaking change detection.
998
997
  *
999
998
  * @generated from field: wg.cosmo.platform.v1.CheckOperationUsageStats operationUsageStats = 5;
1000
999
  */
@@ -2175,6 +2174,10 @@ export declare class FederatedGraphChangelogOutput extends Message<FederatedGrap
2175
2174
  * @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphChangelog changelogs = 3;
2176
2175
  */
2177
2176
  changelogs: FederatedGraphChangelog[];
2177
+ /**
2178
+ * @generated from field: string compositionId = 4;
2179
+ */
2180
+ compositionId: string;
2178
2181
  constructor(data?: PartialMessage<FederatedGraphChangelogOutput>);
2179
2182
  static readonly runtime: typeof proto3;
2180
2183
  static readonly typeName = "wg.cosmo.platform.v1.FederatedGraphChangelogOutput";
@@ -1467,7 +1467,6 @@ export class CheckSubgraphSchemaResponse extends Message {
1467
1467
  compositionErrors = [];
1468
1468
  /**
1469
1469
  * Contains the operation usage stats for the operations that are impacted by the schema changes.
1470
- * Can be undefined when the schema changes are not inspectable by real traffic breaking change detection.
1471
1470
  *
1472
1471
  * @generated from field: wg.cosmo.platform.v1.CheckOperationUsageStats operationUsageStats = 5;
1473
1472
  */
@@ -3294,6 +3293,10 @@ export class FederatedGraphChangelogOutput extends Message {
3294
3293
  * @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphChangelog changelogs = 3;
3295
3294
  */
3296
3295
  changelogs = [];
3296
+ /**
3297
+ * @generated from field: string compositionId = 4;
3298
+ */
3299
+ compositionId = "";
3297
3300
  constructor(data) {
3298
3301
  super();
3299
3302
  proto3.util.initPartial(data, this);
@@ -3304,6 +3307,7 @@ export class FederatedGraphChangelogOutput extends Message {
3304
3307
  { no: 1, name: "createdAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3305
3308
  { no: 2, name: "schemaVersionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3306
3309
  { no: 3, name: "changelogs", kind: "message", T: FederatedGraphChangelog, repeated: true },
3310
+ { no: 4, name: "compositionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3307
3311
  ]);
3308
3312
  static fromBinary(bytes, options) {
3309
3313
  return new FederatedGraphChangelogOutput().fromBinary(bytes, options);