@wundergraph/cosmo-connect 0.85.1 → 0.86.0
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.
|
@@ -317,6 +317,10 @@ export declare class PublishMonographResponse extends Message<PublishMonographRe
|
|
|
317
317
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
318
318
|
*/
|
|
319
319
|
deploymentErrors: DeploymentError[];
|
|
320
|
+
/**
|
|
321
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
322
|
+
*/
|
|
323
|
+
compositionWarnings: CompositionWarning[];
|
|
320
324
|
constructor(data?: PartialMessage<PublishMonographResponse>);
|
|
321
325
|
static readonly runtime: typeof proto3;
|
|
322
326
|
static readonly typeName = "wg.cosmo.platform.v1.PublishMonographResponse";
|
|
@@ -415,6 +419,10 @@ export declare class PublishFederatedSubgraphResponse extends Message<PublishFed
|
|
|
415
419
|
* @generated from field: optional bool hasChanged = 4;
|
|
416
420
|
*/
|
|
417
421
|
hasChanged?: boolean;
|
|
422
|
+
/**
|
|
423
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 5;
|
|
424
|
+
*/
|
|
425
|
+
compositionWarnings: CompositionWarning[];
|
|
418
426
|
constructor(data?: PartialMessage<PublishFederatedSubgraphResponse>);
|
|
419
427
|
static readonly runtime: typeof proto3;
|
|
420
428
|
static readonly typeName = "wg.cosmo.platform.v1.PublishFederatedSubgraphResponse";
|
|
@@ -888,6 +896,35 @@ export declare class CompositionError extends Message<CompositionError> {
|
|
|
888
896
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompositionError;
|
|
889
897
|
static equals(a: CompositionError | PlainMessage<CompositionError> | undefined, b: CompositionError | PlainMessage<CompositionError> | undefined): boolean;
|
|
890
898
|
}
|
|
899
|
+
/**
|
|
900
|
+
* @generated from message wg.cosmo.platform.v1.CompositionWarning
|
|
901
|
+
*/
|
|
902
|
+
export declare class CompositionWarning extends Message<CompositionWarning> {
|
|
903
|
+
/**
|
|
904
|
+
* @generated from field: string message = 1;
|
|
905
|
+
*/
|
|
906
|
+
message: string;
|
|
907
|
+
/**
|
|
908
|
+
* @generated from field: string federatedGraphName = 2;
|
|
909
|
+
*/
|
|
910
|
+
federatedGraphName: string;
|
|
911
|
+
/**
|
|
912
|
+
* @generated from field: string namespace = 3;
|
|
913
|
+
*/
|
|
914
|
+
namespace: string;
|
|
915
|
+
/**
|
|
916
|
+
* @generated from field: string featureFlag = 4;
|
|
917
|
+
*/
|
|
918
|
+
featureFlag: string;
|
|
919
|
+
constructor(data?: PartialMessage<CompositionWarning>);
|
|
920
|
+
static readonly runtime: typeof proto3;
|
|
921
|
+
static readonly typeName = "wg.cosmo.platform.v1.CompositionWarning";
|
|
922
|
+
static readonly fields: FieldList;
|
|
923
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CompositionWarning;
|
|
924
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CompositionWarning;
|
|
925
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CompositionWarning;
|
|
926
|
+
static equals(a: CompositionWarning | PlainMessage<CompositionWarning> | undefined, b: CompositionWarning | PlainMessage<CompositionWarning> | undefined): boolean;
|
|
927
|
+
}
|
|
891
928
|
/**
|
|
892
929
|
* @generated from message wg.cosmo.platform.v1.DeploymentError
|
|
893
930
|
*/
|
|
@@ -1120,6 +1157,10 @@ export declare class CheckSubgraphSchemaResponse extends Message<CheckSubgraphSc
|
|
|
1120
1157
|
* @generated from field: optional bool client_traffic_check_skipped = 12;
|
|
1121
1158
|
*/
|
|
1122
1159
|
clientTrafficCheckSkipped?: boolean;
|
|
1160
|
+
/**
|
|
1161
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 13;
|
|
1162
|
+
*/
|
|
1163
|
+
compositionWarnings: CompositionWarning[];
|
|
1123
1164
|
constructor(data?: PartialMessage<CheckSubgraphSchemaResponse>);
|
|
1124
1165
|
static readonly runtime: typeof proto3;
|
|
1125
1166
|
static readonly typeName = "wg.cosmo.platform.v1.CheckSubgraphSchemaResponse";
|
|
@@ -1170,6 +1211,10 @@ export declare class CreateFederatedGraphResponse extends Message<CreateFederate
|
|
|
1170
1211
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
1171
1212
|
*/
|
|
1172
1213
|
deploymentErrors: DeploymentError[];
|
|
1214
|
+
/**
|
|
1215
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
1216
|
+
*/
|
|
1217
|
+
compositionWarnings: CompositionWarning[];
|
|
1173
1218
|
constructor(data?: PartialMessage<CreateFederatedGraphResponse>);
|
|
1174
1219
|
static readonly runtime: typeof proto3;
|
|
1175
1220
|
static readonly typeName = "wg.cosmo.platform.v1.CreateFederatedGraphResponse";
|
|
@@ -1212,6 +1257,10 @@ export declare class DeleteFederatedSubgraphResponse extends Message<DeleteFeder
|
|
|
1212
1257
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
1213
1258
|
*/
|
|
1214
1259
|
deploymentErrors: DeploymentError[];
|
|
1260
|
+
/**
|
|
1261
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
1262
|
+
*/
|
|
1263
|
+
compositionWarnings: CompositionWarning[];
|
|
1215
1264
|
constructor(data?: PartialMessage<DeleteFederatedSubgraphResponse>);
|
|
1216
1265
|
static readonly runtime: typeof proto3;
|
|
1217
1266
|
static readonly typeName = "wg.cosmo.platform.v1.DeleteFederatedSubgraphResponse";
|
|
@@ -2094,6 +2143,10 @@ export declare class GetCheckSummaryResponse extends Message<GetCheckSummaryResp
|
|
|
2094
2143
|
* @generated from field: repeated wg.cosmo.platform.v1.GraphPruningIssue graphPruningIssues = 10;
|
|
2095
2144
|
*/
|
|
2096
2145
|
graphPruningIssues: GraphPruningIssue[];
|
|
2146
|
+
/**
|
|
2147
|
+
* @generated from field: repeated string compositionWarnings = 11;
|
|
2148
|
+
*/
|
|
2149
|
+
compositionWarnings: string[];
|
|
2097
2150
|
constructor(data?: PartialMessage<GetCheckSummaryResponse>);
|
|
2098
2151
|
static readonly runtime: typeof proto3;
|
|
2099
2152
|
static readonly typeName = "wg.cosmo.platform.v1.GetCheckSummaryResponse";
|
|
@@ -2475,6 +2528,10 @@ export declare class UpdateSubgraphResponse extends Message<UpdateSubgraphRespon
|
|
|
2475
2528
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
2476
2529
|
*/
|
|
2477
2530
|
deploymentErrors: DeploymentError[];
|
|
2531
|
+
/**
|
|
2532
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2533
|
+
*/
|
|
2534
|
+
compositionWarnings: CompositionWarning[];
|
|
2478
2535
|
constructor(data?: PartialMessage<UpdateSubgraphResponse>);
|
|
2479
2536
|
static readonly runtime: typeof proto3;
|
|
2480
2537
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateSubgraphResponse";
|
|
@@ -2545,6 +2602,10 @@ export declare class UpdateFederatedGraphResponse extends Message<UpdateFederate
|
|
|
2545
2602
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
2546
2603
|
*/
|
|
2547
2604
|
deploymentErrors: DeploymentError[];
|
|
2605
|
+
/**
|
|
2606
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2607
|
+
*/
|
|
2608
|
+
compositionWarnings: CompositionWarning[];
|
|
2548
2609
|
constructor(data?: PartialMessage<UpdateFederatedGraphResponse>);
|
|
2549
2610
|
static readonly runtime: typeof proto3;
|
|
2550
2611
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateFederatedGraphResponse";
|
|
@@ -2665,6 +2726,10 @@ export declare class CheckFederatedGraphResponse extends Message<CheckFederatedG
|
|
|
2665
2726
|
* @generated from field: repeated wg.cosmo.platform.v1.Subgraph subgraphs = 3;
|
|
2666
2727
|
*/
|
|
2667
2728
|
subgraphs: Subgraph[];
|
|
2729
|
+
/**
|
|
2730
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2731
|
+
*/
|
|
2732
|
+
compositionWarnings: CompositionWarning[];
|
|
2668
2733
|
constructor(data?: PartialMessage<CheckFederatedGraphResponse>);
|
|
2669
2734
|
static readonly runtime: typeof proto3;
|
|
2670
2735
|
static readonly typeName = "wg.cosmo.platform.v1.CheckFederatedGraphResponse";
|
|
@@ -6555,6 +6620,10 @@ export declare class GraphComposition extends Message<GraphComposition> {
|
|
|
6555
6620
|
* @generated from field: optional string triggeredBySubgraphName = 12;
|
|
6556
6621
|
*/
|
|
6557
6622
|
triggeredBySubgraphName?: string;
|
|
6623
|
+
/**
|
|
6624
|
+
* @generated from field: optional string compositionWarnings = 13;
|
|
6625
|
+
*/
|
|
6626
|
+
compositionWarnings?: string;
|
|
6558
6627
|
constructor(data?: PartialMessage<GraphComposition>);
|
|
6559
6628
|
static readonly runtime: typeof proto3;
|
|
6560
6629
|
static readonly typeName = "wg.cosmo.platform.v1.GraphComposition";
|
|
@@ -6732,6 +6801,10 @@ export declare class FeatureFlagComposition extends Message<FeatureFlagCompositi
|
|
|
6732
6801
|
* @generated from field: string featureFlagName = 10;
|
|
6733
6802
|
*/
|
|
6734
6803
|
featureFlagName: string;
|
|
6804
|
+
/**
|
|
6805
|
+
* @generated from field: optional string compositionWarnings = 11;
|
|
6806
|
+
*/
|
|
6807
|
+
compositionWarnings?: string;
|
|
6735
6808
|
constructor(data?: PartialMessage<FeatureFlagComposition>);
|
|
6736
6809
|
static readonly runtime: typeof proto3;
|
|
6737
6810
|
static readonly typeName = "wg.cosmo.platform.v1.FeatureFlagComposition";
|
|
@@ -8124,6 +8197,10 @@ export declare class MoveGraphResponse extends Message<MoveGraphResponse> {
|
|
|
8124
8197
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8125
8198
|
*/
|
|
8126
8199
|
deploymentErrors: DeploymentError[];
|
|
8200
|
+
/**
|
|
8201
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8202
|
+
*/
|
|
8203
|
+
compositionWarnings: CompositionWarning[];
|
|
8127
8204
|
constructor(data?: PartialMessage<MoveGraphResponse>);
|
|
8128
8205
|
static readonly runtime: typeof proto3;
|
|
8129
8206
|
static readonly typeName = "wg.cosmo.platform.v1.MoveGraphResponse";
|
|
@@ -8577,6 +8654,10 @@ export declare class CreateContractResponse extends Message<CreateContractRespon
|
|
|
8577
8654
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8578
8655
|
*/
|
|
8579
8656
|
deploymentErrors: DeploymentError[];
|
|
8657
|
+
/**
|
|
8658
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8659
|
+
*/
|
|
8660
|
+
compositionWarnings: CompositionWarning[];
|
|
8580
8661
|
constructor(data?: PartialMessage<CreateContractResponse>);
|
|
8581
8662
|
static readonly runtime: typeof proto3;
|
|
8582
8663
|
static readonly typeName = "wg.cosmo.platform.v1.CreateContractResponse";
|
|
@@ -8631,6 +8712,10 @@ export declare class UpdateContractResponse extends Message<UpdateContractRespon
|
|
|
8631
8712
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8632
8713
|
*/
|
|
8633
8714
|
deploymentErrors: DeploymentError[];
|
|
8715
|
+
/**
|
|
8716
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8717
|
+
*/
|
|
8718
|
+
compositionWarnings: CompositionWarning[];
|
|
8634
8719
|
constructor(data?: PartialMessage<UpdateContractResponse>);
|
|
8635
8720
|
static readonly runtime: typeof proto3;
|
|
8636
8721
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateContractResponse";
|
|
@@ -8757,6 +8842,10 @@ export declare class CreateFeatureFlagResponse extends Message<CreateFeatureFlag
|
|
|
8757
8842
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8758
8843
|
*/
|
|
8759
8844
|
deploymentErrors: DeploymentError[];
|
|
8845
|
+
/**
|
|
8846
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8847
|
+
*/
|
|
8848
|
+
compositionWarnings: CompositionWarning[];
|
|
8760
8849
|
constructor(data?: PartialMessage<CreateFeatureFlagResponse>);
|
|
8761
8850
|
static readonly runtime: typeof proto3;
|
|
8762
8851
|
static readonly typeName = "wg.cosmo.platform.v1.CreateFeatureFlagResponse";
|
|
@@ -8815,6 +8904,10 @@ export declare class UpdateFeatureFlagResponse extends Message<UpdateFeatureFlag
|
|
|
8815
8904
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8816
8905
|
*/
|
|
8817
8906
|
deploymentErrors: DeploymentError[];
|
|
8907
|
+
/**
|
|
8908
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8909
|
+
*/
|
|
8910
|
+
compositionWarnings: CompositionWarning[];
|
|
8818
8911
|
constructor(data?: PartialMessage<UpdateFeatureFlagResponse>);
|
|
8819
8912
|
static readonly runtime: typeof proto3;
|
|
8820
8913
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateFeatureFlagResponse";
|
|
@@ -8869,6 +8962,10 @@ export declare class EnableFeatureFlagResponse extends Message<EnableFeatureFlag
|
|
|
8869
8962
|
* @generated from field: optional bool has_changed = 4;
|
|
8870
8963
|
*/
|
|
8871
8964
|
hasChanged?: boolean;
|
|
8965
|
+
/**
|
|
8966
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 5;
|
|
8967
|
+
*/
|
|
8968
|
+
compositionWarnings: CompositionWarning[];
|
|
8872
8969
|
constructor(data?: PartialMessage<EnableFeatureFlagResponse>);
|
|
8873
8970
|
static readonly runtime: typeof proto3;
|
|
8874
8971
|
static readonly typeName = "wg.cosmo.platform.v1.EnableFeatureFlagResponse";
|
|
@@ -8915,6 +9012,10 @@ export declare class DeleteFeatureFlagResponse extends Message<DeleteFeatureFlag
|
|
|
8915
9012
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8916
9013
|
*/
|
|
8917
9014
|
deploymentErrors: DeploymentError[];
|
|
9015
|
+
/**
|
|
9016
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
9017
|
+
*/
|
|
9018
|
+
compositionWarnings: CompositionWarning[];
|
|
8918
9019
|
constructor(data?: PartialMessage<DeleteFeatureFlagResponse>);
|
|
8919
9020
|
static readonly runtime: typeof proto3;
|
|
8920
9021
|
static readonly typeName = "wg.cosmo.platform.v1.DeleteFeatureFlagResponse";
|
|
@@ -451,6 +451,10 @@ export class PublishMonographResponse extends Message {
|
|
|
451
451
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
452
452
|
*/
|
|
453
453
|
deploymentErrors = [];
|
|
454
|
+
/**
|
|
455
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
456
|
+
*/
|
|
457
|
+
compositionWarnings = [];
|
|
454
458
|
constructor(data) {
|
|
455
459
|
super();
|
|
456
460
|
proto3.util.initPartial(data, this);
|
|
@@ -461,6 +465,7 @@ export class PublishMonographResponse extends Message {
|
|
|
461
465
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
462
466
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
463
467
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
468
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
464
469
|
]);
|
|
465
470
|
static fromBinary(bytes, options) {
|
|
466
471
|
return new PublishMonographResponse().fromBinary(bytes, options);
|
|
@@ -586,6 +591,10 @@ export class PublishFederatedSubgraphResponse extends Message {
|
|
|
586
591
|
* @generated from field: optional bool hasChanged = 4;
|
|
587
592
|
*/
|
|
588
593
|
hasChanged;
|
|
594
|
+
/**
|
|
595
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 5;
|
|
596
|
+
*/
|
|
597
|
+
compositionWarnings = [];
|
|
589
598
|
constructor(data) {
|
|
590
599
|
super();
|
|
591
600
|
proto3.util.initPartial(data, this);
|
|
@@ -597,6 +606,7 @@ export class PublishFederatedSubgraphResponse extends Message {
|
|
|
597
606
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
598
607
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
599
608
|
{ no: 4, name: "hasChanged", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
609
|
+
{ no: 5, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
600
610
|
]);
|
|
601
611
|
static fromBinary(bytes, options) {
|
|
602
612
|
return new PublishFederatedSubgraphResponse().fromBinary(bytes, options);
|
|
@@ -1305,6 +1315,51 @@ export class CompositionError extends Message {
|
|
|
1305
1315
|
return proto3.util.equals(CompositionError, a, b);
|
|
1306
1316
|
}
|
|
1307
1317
|
}
|
|
1318
|
+
/**
|
|
1319
|
+
* @generated from message wg.cosmo.platform.v1.CompositionWarning
|
|
1320
|
+
*/
|
|
1321
|
+
export class CompositionWarning extends Message {
|
|
1322
|
+
/**
|
|
1323
|
+
* @generated from field: string message = 1;
|
|
1324
|
+
*/
|
|
1325
|
+
message = "";
|
|
1326
|
+
/**
|
|
1327
|
+
* @generated from field: string federatedGraphName = 2;
|
|
1328
|
+
*/
|
|
1329
|
+
federatedGraphName = "";
|
|
1330
|
+
/**
|
|
1331
|
+
* @generated from field: string namespace = 3;
|
|
1332
|
+
*/
|
|
1333
|
+
namespace = "";
|
|
1334
|
+
/**
|
|
1335
|
+
* @generated from field: string featureFlag = 4;
|
|
1336
|
+
*/
|
|
1337
|
+
featureFlag = "";
|
|
1338
|
+
constructor(data) {
|
|
1339
|
+
super();
|
|
1340
|
+
proto3.util.initPartial(data, this);
|
|
1341
|
+
}
|
|
1342
|
+
static runtime = proto3;
|
|
1343
|
+
static typeName = "wg.cosmo.platform.v1.CompositionWarning";
|
|
1344
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1345
|
+
{ no: 1, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1346
|
+
{ no: 2, name: "federatedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1347
|
+
{ no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1348
|
+
{ no: 4, name: "featureFlag", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1349
|
+
]);
|
|
1350
|
+
static fromBinary(bytes, options) {
|
|
1351
|
+
return new CompositionWarning().fromBinary(bytes, options);
|
|
1352
|
+
}
|
|
1353
|
+
static fromJson(jsonValue, options) {
|
|
1354
|
+
return new CompositionWarning().fromJson(jsonValue, options);
|
|
1355
|
+
}
|
|
1356
|
+
static fromJsonString(jsonString, options) {
|
|
1357
|
+
return new CompositionWarning().fromJsonString(jsonString, options);
|
|
1358
|
+
}
|
|
1359
|
+
static equals(a, b) {
|
|
1360
|
+
return proto3.util.equals(CompositionWarning, a, b);
|
|
1361
|
+
}
|
|
1362
|
+
}
|
|
1308
1363
|
/**
|
|
1309
1364
|
* @generated from message wg.cosmo.platform.v1.DeploymentError
|
|
1310
1365
|
*/
|
|
@@ -1634,6 +1689,10 @@ export class CheckSubgraphSchemaResponse extends Message {
|
|
|
1634
1689
|
* @generated from field: optional bool client_traffic_check_skipped = 12;
|
|
1635
1690
|
*/
|
|
1636
1691
|
clientTrafficCheckSkipped;
|
|
1692
|
+
/**
|
|
1693
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 13;
|
|
1694
|
+
*/
|
|
1695
|
+
compositionWarnings = [];
|
|
1637
1696
|
constructor(data) {
|
|
1638
1697
|
super();
|
|
1639
1698
|
proto3.util.initPartial(data, this);
|
|
@@ -1653,6 +1712,7 @@ export class CheckSubgraphSchemaResponse extends Message {
|
|
|
1653
1712
|
{ no: 10, name: "graphPruneWarnings", kind: "message", T: GraphPruningIssue, repeated: true },
|
|
1654
1713
|
{ no: 11, name: "graphPruneErrors", kind: "message", T: GraphPruningIssue, repeated: true },
|
|
1655
1714
|
{ no: 12, name: "client_traffic_check_skipped", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1715
|
+
{ no: 13, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
1656
1716
|
]);
|
|
1657
1717
|
static fromBinary(bytes, options) {
|
|
1658
1718
|
return new CheckSubgraphSchemaResponse().fromBinary(bytes, options);
|
|
@@ -1723,6 +1783,10 @@ export class CreateFederatedGraphResponse extends Message {
|
|
|
1723
1783
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
1724
1784
|
*/
|
|
1725
1785
|
deploymentErrors = [];
|
|
1786
|
+
/**
|
|
1787
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
1788
|
+
*/
|
|
1789
|
+
compositionWarnings = [];
|
|
1726
1790
|
constructor(data) {
|
|
1727
1791
|
super();
|
|
1728
1792
|
proto3.util.initPartial(data, this);
|
|
@@ -1733,6 +1797,7 @@ export class CreateFederatedGraphResponse extends Message {
|
|
|
1733
1797
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
1734
1798
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
1735
1799
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
1800
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
1736
1801
|
]);
|
|
1737
1802
|
static fromBinary(bytes, options) {
|
|
1738
1803
|
return new CreateFederatedGraphResponse().fromBinary(bytes, options);
|
|
@@ -1793,6 +1858,10 @@ export class DeleteFederatedSubgraphResponse extends Message {
|
|
|
1793
1858
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
1794
1859
|
*/
|
|
1795
1860
|
deploymentErrors = [];
|
|
1861
|
+
/**
|
|
1862
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
1863
|
+
*/
|
|
1864
|
+
compositionWarnings = [];
|
|
1796
1865
|
constructor(data) {
|
|
1797
1866
|
super();
|
|
1798
1867
|
proto3.util.initPartial(data, this);
|
|
@@ -1803,6 +1872,7 @@ export class DeleteFederatedSubgraphResponse extends Message {
|
|
|
1803
1872
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
1804
1873
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
1805
1874
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
1875
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
1806
1876
|
]);
|
|
1807
1877
|
static fromBinary(bytes, options) {
|
|
1808
1878
|
return new DeleteFederatedSubgraphResponse().fromBinary(bytes, options);
|
|
@@ -3125,6 +3195,10 @@ export class GetCheckSummaryResponse extends Message {
|
|
|
3125
3195
|
* @generated from field: repeated wg.cosmo.platform.v1.GraphPruningIssue graphPruningIssues = 10;
|
|
3126
3196
|
*/
|
|
3127
3197
|
graphPruningIssues = [];
|
|
3198
|
+
/**
|
|
3199
|
+
* @generated from field: repeated string compositionWarnings = 11;
|
|
3200
|
+
*/
|
|
3201
|
+
compositionWarnings = [];
|
|
3128
3202
|
constructor(data) {
|
|
3129
3203
|
super();
|
|
3130
3204
|
proto3.util.initPartial(data, this);
|
|
@@ -3141,6 +3215,7 @@ export class GetCheckSummaryResponse extends Message {
|
|
|
3141
3215
|
{ no: 8, name: "traffic_check_days", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
3142
3216
|
{ no: 9, name: "lintIssues", kind: "message", T: LintIssue, repeated: true },
|
|
3143
3217
|
{ no: 10, name: "graphPruningIssues", kind: "message", T: GraphPruningIssue, repeated: true },
|
|
3218
|
+
{ no: 11, name: "compositionWarnings", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
3144
3219
|
]);
|
|
3145
3220
|
static fromBinary(bytes, options) {
|
|
3146
3221
|
return new GetCheckSummaryResponse().fromBinary(bytes, options);
|
|
@@ -3720,6 +3795,10 @@ export class UpdateSubgraphResponse extends Message {
|
|
|
3720
3795
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
3721
3796
|
*/
|
|
3722
3797
|
deploymentErrors = [];
|
|
3798
|
+
/**
|
|
3799
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
3800
|
+
*/
|
|
3801
|
+
compositionWarnings = [];
|
|
3723
3802
|
constructor(data) {
|
|
3724
3803
|
super();
|
|
3725
3804
|
proto3.util.initPartial(data, this);
|
|
@@ -3730,6 +3809,7 @@ export class UpdateSubgraphResponse extends Message {
|
|
|
3730
3809
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
3731
3810
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
3732
3811
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
3812
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
3733
3813
|
]);
|
|
3734
3814
|
static fromBinary(bytes, options) {
|
|
3735
3815
|
return new UpdateSubgraphResponse().fromBinary(bytes, options);
|
|
@@ -3825,6 +3905,10 @@ export class UpdateFederatedGraphResponse extends Message {
|
|
|
3825
3905
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
3826
3906
|
*/
|
|
3827
3907
|
deploymentErrors = [];
|
|
3908
|
+
/**
|
|
3909
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
3910
|
+
*/
|
|
3911
|
+
compositionWarnings = [];
|
|
3828
3912
|
constructor(data) {
|
|
3829
3913
|
super();
|
|
3830
3914
|
proto3.util.initPartial(data, this);
|
|
@@ -3835,6 +3919,7 @@ export class UpdateFederatedGraphResponse extends Message {
|
|
|
3835
3919
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
3836
3920
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
3837
3921
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
3922
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
3838
3923
|
]);
|
|
3839
3924
|
static fromBinary(bytes, options) {
|
|
3840
3925
|
return new UpdateFederatedGraphResponse().fromBinary(bytes, options);
|
|
@@ -4010,6 +4095,10 @@ export class CheckFederatedGraphResponse extends Message {
|
|
|
4010
4095
|
* @generated from field: repeated wg.cosmo.platform.v1.Subgraph subgraphs = 3;
|
|
4011
4096
|
*/
|
|
4012
4097
|
subgraphs = [];
|
|
4098
|
+
/**
|
|
4099
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
4100
|
+
*/
|
|
4101
|
+
compositionWarnings = [];
|
|
4013
4102
|
constructor(data) {
|
|
4014
4103
|
super();
|
|
4015
4104
|
proto3.util.initPartial(data, this);
|
|
@@ -4020,6 +4109,7 @@ export class CheckFederatedGraphResponse extends Message {
|
|
|
4020
4109
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
4021
4110
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
4022
4111
|
{ no: 3, name: "subgraphs", kind: "message", T: Subgraph, repeated: true },
|
|
4112
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
4023
4113
|
]);
|
|
4024
4114
|
static fromBinary(bytes, options) {
|
|
4025
4115
|
return new CheckFederatedGraphResponse().fromBinary(bytes, options);
|
|
@@ -10201,6 +10291,10 @@ export class GraphComposition extends Message {
|
|
|
10201
10291
|
* @generated from field: optional string triggeredBySubgraphName = 12;
|
|
10202
10292
|
*/
|
|
10203
10293
|
triggeredBySubgraphName;
|
|
10294
|
+
/**
|
|
10295
|
+
* @generated from field: optional string compositionWarnings = 13;
|
|
10296
|
+
*/
|
|
10297
|
+
compositionWarnings;
|
|
10204
10298
|
constructor(data) {
|
|
10205
10299
|
super();
|
|
10206
10300
|
proto3.util.initPartial(data, this);
|
|
@@ -10220,6 +10314,7 @@ export class GraphComposition extends Message {
|
|
|
10220
10314
|
{ no: 10, name: "deploymentError", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10221
10315
|
{ no: 11, name: "hasMultipleChangedSubgraphs", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
10222
10316
|
{ no: 12, name: "triggeredBySubgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10317
|
+
{ no: 13, name: "compositionWarnings", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10223
10318
|
]);
|
|
10224
10319
|
static fromBinary(bytes, options) {
|
|
10225
10320
|
return new GraphComposition().fromBinary(bytes, options);
|
|
@@ -10468,6 +10563,10 @@ export class FeatureFlagComposition extends Message {
|
|
|
10468
10563
|
* @generated from field: string featureFlagName = 10;
|
|
10469
10564
|
*/
|
|
10470
10565
|
featureFlagName = "";
|
|
10566
|
+
/**
|
|
10567
|
+
* @generated from field: optional string compositionWarnings = 11;
|
|
10568
|
+
*/
|
|
10569
|
+
compositionWarnings;
|
|
10471
10570
|
constructor(data) {
|
|
10472
10571
|
super();
|
|
10473
10572
|
proto3.util.initPartial(data, this);
|
|
@@ -10485,6 +10584,7 @@ export class FeatureFlagComposition extends Message {
|
|
|
10485
10584
|
{ no: 8, name: "admissionError", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10486
10585
|
{ no: 9, name: "deploymentError", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10487
10586
|
{ no: 10, name: "featureFlagName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
10587
|
+
{ no: 11, name: "compositionWarnings", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
10488
10588
|
]);
|
|
10489
10589
|
static fromBinary(bytes, options) {
|
|
10490
10590
|
return new FeatureFlagComposition().fromBinary(bytes, options);
|
|
@@ -12738,6 +12838,10 @@ export class MoveGraphResponse extends Message {
|
|
|
12738
12838
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
12739
12839
|
*/
|
|
12740
12840
|
deploymentErrors = [];
|
|
12841
|
+
/**
|
|
12842
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
12843
|
+
*/
|
|
12844
|
+
compositionWarnings = [];
|
|
12741
12845
|
constructor(data) {
|
|
12742
12846
|
super();
|
|
12743
12847
|
proto3.util.initPartial(data, this);
|
|
@@ -12748,6 +12852,7 @@ export class MoveGraphResponse extends Message {
|
|
|
12748
12852
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
12749
12853
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
12750
12854
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
12855
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
12751
12856
|
]);
|
|
12752
12857
|
static fromBinary(bytes, options) {
|
|
12753
12858
|
return new MoveGraphResponse().fromBinary(bytes, options);
|
|
@@ -13487,6 +13592,10 @@ export class CreateContractResponse extends Message {
|
|
|
13487
13592
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
13488
13593
|
*/
|
|
13489
13594
|
deploymentErrors = [];
|
|
13595
|
+
/**
|
|
13596
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
13597
|
+
*/
|
|
13598
|
+
compositionWarnings = [];
|
|
13490
13599
|
constructor(data) {
|
|
13491
13600
|
super();
|
|
13492
13601
|
proto3.util.initPartial(data, this);
|
|
@@ -13497,6 +13606,7 @@ export class CreateContractResponse extends Message {
|
|
|
13497
13606
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
13498
13607
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
13499
13608
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
13609
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
13500
13610
|
]);
|
|
13501
13611
|
static fromBinary(bytes, options) {
|
|
13502
13612
|
return new CreateContractResponse().fromBinary(bytes, options);
|
|
@@ -13572,6 +13682,10 @@ export class UpdateContractResponse extends Message {
|
|
|
13572
13682
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
13573
13683
|
*/
|
|
13574
13684
|
deploymentErrors = [];
|
|
13685
|
+
/**
|
|
13686
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
13687
|
+
*/
|
|
13688
|
+
compositionWarnings = [];
|
|
13575
13689
|
constructor(data) {
|
|
13576
13690
|
super();
|
|
13577
13691
|
proto3.util.initPartial(data, this);
|
|
@@ -13582,6 +13696,7 @@ export class UpdateContractResponse extends Message {
|
|
|
13582
13696
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
13583
13697
|
{ no: 2, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
|
|
13584
13698
|
{ no: 3, name: "deploymentErrors", kind: "message", T: DeploymentError, repeated: true },
|
|
13699
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
13585
13700
|
]);
|
|
13586
13701
|
static fromBinary(bytes, options) {
|
|
13587
13702
|
return new UpdateContractResponse().fromBinary(bytes, options);
|
|
@@ -13780,6 +13895,10 @@ export class CreateFeatureFlagResponse extends Message {
|
|
|
13780
13895
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
13781
13896
|
*/
|
|
13782
13897
|
deploymentErrors = [];
|
|
13898
|
+
/**
|
|
13899
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
13900
|
+
*/
|
|
13901
|
+
compositionWarnings = [];
|
|
13783
13902
|
constructor(data) {
|
|
13784
13903
|
super();
|
|
13785
13904
|
proto3.util.initPartial(data, this);
|
|
@@ -13790,6 +13909,7 @@ export class CreateFeatureFlagResponse extends Message {
|
|
|
13790
13909
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
13791
13910
|
{ no: 2, name: "composition_errors", kind: "message", T: CompositionError, repeated: true },
|
|
13792
13911
|
{ no: 3, name: "deployment_errors", kind: "message", T: DeploymentError, repeated: true },
|
|
13912
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
13793
13913
|
]);
|
|
13794
13914
|
static fromBinary(bytes, options) {
|
|
13795
13915
|
return new CreateFeatureFlagResponse().fromBinary(bytes, options);
|
|
@@ -13870,6 +13990,10 @@ export class UpdateFeatureFlagResponse extends Message {
|
|
|
13870
13990
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
13871
13991
|
*/
|
|
13872
13992
|
deploymentErrors = [];
|
|
13993
|
+
/**
|
|
13994
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
13995
|
+
*/
|
|
13996
|
+
compositionWarnings = [];
|
|
13873
13997
|
constructor(data) {
|
|
13874
13998
|
super();
|
|
13875
13999
|
proto3.util.initPartial(data, this);
|
|
@@ -13880,6 +14004,7 @@ export class UpdateFeatureFlagResponse extends Message {
|
|
|
13880
14004
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
13881
14005
|
{ no: 2, name: "composition_errors", kind: "message", T: CompositionError, repeated: true },
|
|
13882
14006
|
{ no: 3, name: "deployment_errors", kind: "message", T: DeploymentError, repeated: true },
|
|
14007
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
13883
14008
|
]);
|
|
13884
14009
|
static fromBinary(bytes, options) {
|
|
13885
14010
|
return new UpdateFeatureFlagResponse().fromBinary(bytes, options);
|
|
@@ -13954,6 +14079,10 @@ export class EnableFeatureFlagResponse extends Message {
|
|
|
13954
14079
|
* @generated from field: optional bool has_changed = 4;
|
|
13955
14080
|
*/
|
|
13956
14081
|
hasChanged;
|
|
14082
|
+
/**
|
|
14083
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 5;
|
|
14084
|
+
*/
|
|
14085
|
+
compositionWarnings = [];
|
|
13957
14086
|
constructor(data) {
|
|
13958
14087
|
super();
|
|
13959
14088
|
proto3.util.initPartial(data, this);
|
|
@@ -13965,6 +14094,7 @@ export class EnableFeatureFlagResponse extends Message {
|
|
|
13965
14094
|
{ no: 2, name: "composition_errors", kind: "message", T: CompositionError, repeated: true },
|
|
13966
14095
|
{ no: 3, name: "deployment_errors", kind: "message", T: DeploymentError, repeated: true },
|
|
13967
14096
|
{ no: 4, name: "has_changed", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
14097
|
+
{ no: 5, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
13968
14098
|
]);
|
|
13969
14099
|
static fromBinary(bytes, options) {
|
|
13970
14100
|
return new EnableFeatureFlagResponse().fromBinary(bytes, options);
|
|
@@ -14030,6 +14160,10 @@ export class DeleteFeatureFlagResponse extends Message {
|
|
|
14030
14160
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
14031
14161
|
*/
|
|
14032
14162
|
deploymentErrors = [];
|
|
14163
|
+
/**
|
|
14164
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
14165
|
+
*/
|
|
14166
|
+
compositionWarnings = [];
|
|
14033
14167
|
constructor(data) {
|
|
14034
14168
|
super();
|
|
14035
14169
|
proto3.util.initPartial(data, this);
|
|
@@ -14040,6 +14174,7 @@ export class DeleteFeatureFlagResponse extends Message {
|
|
|
14040
14174
|
{ no: 1, name: "response", kind: "message", T: Response },
|
|
14041
14175
|
{ no: 2, name: "composition_errors", kind: "message", T: CompositionError, repeated: true },
|
|
14042
14176
|
{ no: 3, name: "deployment_errors", kind: "message", T: DeploymentError, repeated: true },
|
|
14177
|
+
{ no: 4, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
|
|
14043
14178
|
]);
|
|
14044
14179
|
static fromBinary(bytes, options) {
|
|
14045
14180
|
return new DeleteFeatureFlagResponse().fromBinary(bytes, options);
|