@wundergraph/cosmo-connect 0.75.0 → 0.75.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.
|
@@ -2175,6 +2175,10 @@ export declare class FederatedGraphChangelogOutput extends Message<FederatedGrap
|
|
|
2175
2175
|
* @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphChangelog changelogs = 3;
|
|
2176
2176
|
*/
|
|
2177
2177
|
changelogs: FederatedGraphChangelog[];
|
|
2178
|
+
/**
|
|
2179
|
+
* @generated from field: string compositionId = 4;
|
|
2180
|
+
*/
|
|
2181
|
+
compositionId: string;
|
|
2178
2182
|
constructor(data?: PartialMessage<FederatedGraphChangelogOutput>);
|
|
2179
2183
|
static readonly runtime: typeof proto3;
|
|
2180
2184
|
static readonly typeName = "wg.cosmo.platform.v1.FederatedGraphChangelogOutput";
|
|
@@ -3294,6 +3294,10 @@ export class FederatedGraphChangelogOutput extends Message {
|
|
|
3294
3294
|
* @generated from field: repeated wg.cosmo.platform.v1.FederatedGraphChangelog changelogs = 3;
|
|
3295
3295
|
*/
|
|
3296
3296
|
changelogs = [];
|
|
3297
|
+
/**
|
|
3298
|
+
* @generated from field: string compositionId = 4;
|
|
3299
|
+
*/
|
|
3300
|
+
compositionId = "";
|
|
3297
3301
|
constructor(data) {
|
|
3298
3302
|
super();
|
|
3299
3303
|
proto3.util.initPartial(data, this);
|
|
@@ -3304,6 +3308,7 @@ export class FederatedGraphChangelogOutput extends Message {
|
|
|
3304
3308
|
{ no: 1, name: "createdAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3305
3309
|
{ no: 2, name: "schemaVersionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3306
3310
|
{ no: 3, name: "changelogs", kind: "message", T: FederatedGraphChangelog, repeated: true },
|
|
3311
|
+
{ no: 4, name: "compositionId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3307
3312
|
]);
|
|
3308
3313
|
static fromBinary(bytes, options) {
|
|
3309
3314
|
return new FederatedGraphChangelogOutput().fromBinary(bytes, options);
|