@wundergraph/cosmo-connect 0.64.0 → 0.64.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.
|
@@ -1176,13 +1176,13 @@ export declare class FederatedGraph extends Message<FederatedGraph> {
|
|
|
1176
1176
|
*/
|
|
1177
1177
|
namespace: string;
|
|
1178
1178
|
/**
|
|
1179
|
-
* @generated from field:
|
|
1179
|
+
* @generated from field: optional string compositionId = 13;
|
|
1180
1180
|
*/
|
|
1181
|
-
|
|
1181
|
+
compositionId?: string;
|
|
1182
1182
|
/**
|
|
1183
|
-
* @generated from field:
|
|
1183
|
+
* @generated from field: bool supports_federation = 14;
|
|
1184
1184
|
*/
|
|
1185
|
-
|
|
1185
|
+
supportsFederation: boolean;
|
|
1186
1186
|
constructor(data?: PartialMessage<FederatedGraph>);
|
|
1187
1187
|
static readonly runtime: typeof proto3;
|
|
1188
1188
|
static readonly typeName = "wg.cosmo.platform.v1.FederatedGraph";
|
|
@@ -1745,13 +1745,13 @@ export class FederatedGraph extends Message {
|
|
|
1745
1745
|
*/
|
|
1746
1746
|
namespace = "";
|
|
1747
1747
|
/**
|
|
1748
|
-
* @generated from field:
|
|
1748
|
+
* @generated from field: optional string compositionId = 13;
|
|
1749
1749
|
*/
|
|
1750
|
-
|
|
1750
|
+
compositionId;
|
|
1751
1751
|
/**
|
|
1752
|
-
* @generated from field:
|
|
1752
|
+
* @generated from field: bool supports_federation = 14;
|
|
1753
1753
|
*/
|
|
1754
|
-
|
|
1754
|
+
supportsFederation = false;
|
|
1755
1755
|
constructor(data) {
|
|
1756
1756
|
super();
|
|
1757
1757
|
proto3.util.initPartial(data, this);
|
|
@@ -1771,8 +1771,8 @@ export class FederatedGraph extends Message {
|
|
|
1771
1771
|
{ no: 10, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1772
1772
|
{ no: 11, name: "target_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1773
1773
|
{ no: 12, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1774
|
-
{ no: 13, name: "
|
|
1775
|
-
{ no: 14, name: "
|
|
1774
|
+
{ no: 13, name: "compositionId", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1775
|
+
{ no: 14, name: "supports_federation", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1776
1776
|
]);
|
|
1777
1777
|
static fromBinary(bytes, options) {
|
|
1778
1778
|
return new FederatedGraph().fromBinary(bytes, options);
|