@wundergraph/cosmo-connect 0.127.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";
|
|
@@ -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);
|