@wundergraph/cosmo-connect 0.75.1 → 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
  */
@@ -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
  */