@wundergraph/cosmo-connect 0.126.0 → 0.127.1

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.
@@ -11274,6 +11274,10 @@ export declare class GetProposedSchemaOfCheckedSubgraphRequest extends Message<G
11274
11274
  * @generated from field: string checkedSubgraphId = 2;
11275
11275
  */
11276
11276
  checkedSubgraphId: string;
11277
+ /**
11278
+ * @generated from field: string subgraphId = 3;
11279
+ */
11280
+ subgraphId: string;
11277
11281
  constructor(data?: PartialMessage<GetProposedSchemaOfCheckedSubgraphRequest>);
11278
11282
  static readonly runtime: typeof proto3;
11279
11283
  static readonly typeName = "wg.cosmo.platform.v1.GetProposedSchemaOfCheckedSubgraphRequest";
@@ -12396,6 +12400,10 @@ export declare class GetOperationDeprecatedFieldsResponse_DeprecatedField extend
12396
12400
  * @generated from field: string path = 3;
12397
12401
  */
12398
12402
  path: string;
12403
+ /**
12404
+ * @generated from field: string deprecationReason = 4;
12405
+ */
12406
+ deprecationReason: string;
12399
12407
  constructor(data?: PartialMessage<GetOperationDeprecatedFieldsResponse_DeprecatedField>);
12400
12408
  static readonly runtime: typeof proto3;
12401
12409
  static readonly typeName = "wg.cosmo.platform.v1.GetOperationDeprecatedFieldsResponse.DeprecatedField";
@@ -17642,6 +17642,10 @@ export class GetProposedSchemaOfCheckedSubgraphRequest extends Message {
17642
17642
  * @generated from field: string checkedSubgraphId = 2;
17643
17643
  */
17644
17644
  checkedSubgraphId = "";
17645
+ /**
17646
+ * @generated from field: string subgraphId = 3;
17647
+ */
17648
+ subgraphId = "";
17645
17649
  constructor(data) {
17646
17650
  super();
17647
17651
  proto3.util.initPartial(data, this);
@@ -17651,6 +17655,7 @@ export class GetProposedSchemaOfCheckedSubgraphRequest extends Message {
17651
17655
  static fields = proto3.util.newFieldList(() => [
17652
17656
  { no: 1, name: "checkId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17653
17657
  { no: 2, name: "checkedSubgraphId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17658
+ { no: 3, name: "subgraphId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17654
17659
  ]);
17655
17660
  static fromBinary(bytes, options) {
17656
17661
  return new GetProposedSchemaOfCheckedSubgraphRequest().fromBinary(bytes, options);
@@ -19285,6 +19290,10 @@ export class GetOperationDeprecatedFieldsResponse_DeprecatedField extends Messag
19285
19290
  * @generated from field: string path = 3;
19286
19291
  */
19287
19292
  path = "";
19293
+ /**
19294
+ * @generated from field: string deprecationReason = 4;
19295
+ */
19296
+ deprecationReason = "";
19288
19297
  constructor(data) {
19289
19298
  super();
19290
19299
  proto3.util.initPartial(data, this);
@@ -19295,6 +19304,7 @@ export class GetOperationDeprecatedFieldsResponse_DeprecatedField extends Messag
19295
19304
  { no: 1, name: "fieldName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19296
19305
  { no: 2, name: "typeName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19297
19306
  { no: 3, name: "path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19307
+ { no: 4, name: "deprecationReason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
19298
19308
  ]);
19299
19309
  static fromBinary(bytes, options) {
19300
19310
  return new GetOperationDeprecatedFieldsResponse_DeprecatedField().fromBinary(bytes, options);