@wundergraph/cosmo-connect 0.85.0 → 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";
|
|
@@ -1287,6 +1336,10 @@ export declare class Contract extends Message<Contract> {
|
|
|
1287
1336
|
* @generated from field: repeated string exclude_tags = 3;
|
|
1288
1337
|
*/
|
|
1289
1338
|
excludeTags: string[];
|
|
1339
|
+
/**
|
|
1340
|
+
* @generated from field: repeated string include_tags = 4;
|
|
1341
|
+
*/
|
|
1342
|
+
includeTags: string[];
|
|
1290
1343
|
constructor(data?: PartialMessage<Contract>);
|
|
1291
1344
|
static readonly runtime: typeof proto3;
|
|
1292
1345
|
static readonly typeName = "wg.cosmo.platform.v1.Contract";
|
|
@@ -2090,6 +2143,10 @@ export declare class GetCheckSummaryResponse extends Message<GetCheckSummaryResp
|
|
|
2090
2143
|
* @generated from field: repeated wg.cosmo.platform.v1.GraphPruningIssue graphPruningIssues = 10;
|
|
2091
2144
|
*/
|
|
2092
2145
|
graphPruningIssues: GraphPruningIssue[];
|
|
2146
|
+
/**
|
|
2147
|
+
* @generated from field: repeated string compositionWarnings = 11;
|
|
2148
|
+
*/
|
|
2149
|
+
compositionWarnings: string[];
|
|
2093
2150
|
constructor(data?: PartialMessage<GetCheckSummaryResponse>);
|
|
2094
2151
|
static readonly runtime: typeof proto3;
|
|
2095
2152
|
static readonly typeName = "wg.cosmo.platform.v1.GetCheckSummaryResponse";
|
|
@@ -2471,6 +2528,10 @@ export declare class UpdateSubgraphResponse extends Message<UpdateSubgraphRespon
|
|
|
2471
2528
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
2472
2529
|
*/
|
|
2473
2530
|
deploymentErrors: DeploymentError[];
|
|
2531
|
+
/**
|
|
2532
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2533
|
+
*/
|
|
2534
|
+
compositionWarnings: CompositionWarning[];
|
|
2474
2535
|
constructor(data?: PartialMessage<UpdateSubgraphResponse>);
|
|
2475
2536
|
static readonly runtime: typeof proto3;
|
|
2476
2537
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateSubgraphResponse";
|
|
@@ -2541,6 +2602,10 @@ export declare class UpdateFederatedGraphResponse extends Message<UpdateFederate
|
|
|
2541
2602
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
2542
2603
|
*/
|
|
2543
2604
|
deploymentErrors: DeploymentError[];
|
|
2605
|
+
/**
|
|
2606
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2607
|
+
*/
|
|
2608
|
+
compositionWarnings: CompositionWarning[];
|
|
2544
2609
|
constructor(data?: PartialMessage<UpdateFederatedGraphResponse>);
|
|
2545
2610
|
static readonly runtime: typeof proto3;
|
|
2546
2611
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateFederatedGraphResponse";
|
|
@@ -2661,6 +2726,10 @@ export declare class CheckFederatedGraphResponse extends Message<CheckFederatedG
|
|
|
2661
2726
|
* @generated from field: repeated wg.cosmo.platform.v1.Subgraph subgraphs = 3;
|
|
2662
2727
|
*/
|
|
2663
2728
|
subgraphs: Subgraph[];
|
|
2729
|
+
/**
|
|
2730
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
2731
|
+
*/
|
|
2732
|
+
compositionWarnings: CompositionWarning[];
|
|
2664
2733
|
constructor(data?: PartialMessage<CheckFederatedGraphResponse>);
|
|
2665
2734
|
static readonly runtime: typeof proto3;
|
|
2666
2735
|
static readonly typeName = "wg.cosmo.platform.v1.CheckFederatedGraphResponse";
|
|
@@ -6551,6 +6620,10 @@ export declare class GraphComposition extends Message<GraphComposition> {
|
|
|
6551
6620
|
* @generated from field: optional string triggeredBySubgraphName = 12;
|
|
6552
6621
|
*/
|
|
6553
6622
|
triggeredBySubgraphName?: string;
|
|
6623
|
+
/**
|
|
6624
|
+
* @generated from field: optional string compositionWarnings = 13;
|
|
6625
|
+
*/
|
|
6626
|
+
compositionWarnings?: string;
|
|
6554
6627
|
constructor(data?: PartialMessage<GraphComposition>);
|
|
6555
6628
|
static readonly runtime: typeof proto3;
|
|
6556
6629
|
static readonly typeName = "wg.cosmo.platform.v1.GraphComposition";
|
|
@@ -6728,6 +6801,10 @@ export declare class FeatureFlagComposition extends Message<FeatureFlagCompositi
|
|
|
6728
6801
|
* @generated from field: string featureFlagName = 10;
|
|
6729
6802
|
*/
|
|
6730
6803
|
featureFlagName: string;
|
|
6804
|
+
/**
|
|
6805
|
+
* @generated from field: optional string compositionWarnings = 11;
|
|
6806
|
+
*/
|
|
6807
|
+
compositionWarnings?: string;
|
|
6731
6808
|
constructor(data?: PartialMessage<FeatureFlagComposition>);
|
|
6732
6809
|
static readonly runtime: typeof proto3;
|
|
6733
6810
|
static readonly typeName = "wg.cosmo.platform.v1.FeatureFlagComposition";
|
|
@@ -8120,6 +8197,10 @@ export declare class MoveGraphResponse extends Message<MoveGraphResponse> {
|
|
|
8120
8197
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8121
8198
|
*/
|
|
8122
8199
|
deploymentErrors: DeploymentError[];
|
|
8200
|
+
/**
|
|
8201
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8202
|
+
*/
|
|
8203
|
+
compositionWarnings: CompositionWarning[];
|
|
8123
8204
|
constructor(data?: PartialMessage<MoveGraphResponse>);
|
|
8124
8205
|
static readonly runtime: typeof proto3;
|
|
8125
8206
|
static readonly typeName = "wg.cosmo.platform.v1.MoveGraphResponse";
|
|
@@ -8544,6 +8625,10 @@ export declare class CreateContractRequest extends Message<CreateContractRequest
|
|
|
8544
8625
|
* @generated from field: optional string admission_webhook_secret = 8;
|
|
8545
8626
|
*/
|
|
8546
8627
|
admissionWebhookSecret?: string;
|
|
8628
|
+
/**
|
|
8629
|
+
* @generated from field: repeated string include_tags = 9;
|
|
8630
|
+
*/
|
|
8631
|
+
includeTags: string[];
|
|
8547
8632
|
constructor(data?: PartialMessage<CreateContractRequest>);
|
|
8548
8633
|
static readonly runtime: typeof proto3;
|
|
8549
8634
|
static readonly typeName = "wg.cosmo.platform.v1.CreateContractRequest";
|
|
@@ -8569,6 +8654,10 @@ export declare class CreateContractResponse extends Message<CreateContractRespon
|
|
|
8569
8654
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8570
8655
|
*/
|
|
8571
8656
|
deploymentErrors: DeploymentError[];
|
|
8657
|
+
/**
|
|
8658
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8659
|
+
*/
|
|
8660
|
+
compositionWarnings: CompositionWarning[];
|
|
8572
8661
|
constructor(data?: PartialMessage<CreateContractResponse>);
|
|
8573
8662
|
static readonly runtime: typeof proto3;
|
|
8574
8663
|
static readonly typeName = "wg.cosmo.platform.v1.CreateContractResponse";
|
|
@@ -8594,6 +8683,10 @@ export declare class UpdateContractRequest extends Message<UpdateContractRequest
|
|
|
8594
8683
|
* @generated from field: repeated string exclude_tags = 3;
|
|
8595
8684
|
*/
|
|
8596
8685
|
excludeTags: string[];
|
|
8686
|
+
/**
|
|
8687
|
+
* @generated from field: repeated string include_tags = 4;
|
|
8688
|
+
*/
|
|
8689
|
+
includeTags: string[];
|
|
8597
8690
|
constructor(data?: PartialMessage<UpdateContractRequest>);
|
|
8598
8691
|
static readonly runtime: typeof proto3;
|
|
8599
8692
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateContractRequest";
|
|
@@ -8619,6 +8712,10 @@ export declare class UpdateContractResponse extends Message<UpdateContractRespon
|
|
|
8619
8712
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deploymentErrors = 3;
|
|
8620
8713
|
*/
|
|
8621
8714
|
deploymentErrors: DeploymentError[];
|
|
8715
|
+
/**
|
|
8716
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8717
|
+
*/
|
|
8718
|
+
compositionWarnings: CompositionWarning[];
|
|
8622
8719
|
constructor(data?: PartialMessage<UpdateContractResponse>);
|
|
8623
8720
|
static readonly runtime: typeof proto3;
|
|
8624
8721
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateContractResponse";
|
|
@@ -8745,6 +8842,10 @@ export declare class CreateFeatureFlagResponse extends Message<CreateFeatureFlag
|
|
|
8745
8842
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8746
8843
|
*/
|
|
8747
8844
|
deploymentErrors: DeploymentError[];
|
|
8845
|
+
/**
|
|
8846
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8847
|
+
*/
|
|
8848
|
+
compositionWarnings: CompositionWarning[];
|
|
8748
8849
|
constructor(data?: PartialMessage<CreateFeatureFlagResponse>);
|
|
8749
8850
|
static readonly runtime: typeof proto3;
|
|
8750
8851
|
static readonly typeName = "wg.cosmo.platform.v1.CreateFeatureFlagResponse";
|
|
@@ -8803,6 +8904,10 @@ export declare class UpdateFeatureFlagResponse extends Message<UpdateFeatureFlag
|
|
|
8803
8904
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8804
8905
|
*/
|
|
8805
8906
|
deploymentErrors: DeploymentError[];
|
|
8907
|
+
/**
|
|
8908
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
8909
|
+
*/
|
|
8910
|
+
compositionWarnings: CompositionWarning[];
|
|
8806
8911
|
constructor(data?: PartialMessage<UpdateFeatureFlagResponse>);
|
|
8807
8912
|
static readonly runtime: typeof proto3;
|
|
8808
8913
|
static readonly typeName = "wg.cosmo.platform.v1.UpdateFeatureFlagResponse";
|
|
@@ -8857,6 +8962,10 @@ export declare class EnableFeatureFlagResponse extends Message<EnableFeatureFlag
|
|
|
8857
8962
|
* @generated from field: optional bool has_changed = 4;
|
|
8858
8963
|
*/
|
|
8859
8964
|
hasChanged?: boolean;
|
|
8965
|
+
/**
|
|
8966
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 5;
|
|
8967
|
+
*/
|
|
8968
|
+
compositionWarnings: CompositionWarning[];
|
|
8860
8969
|
constructor(data?: PartialMessage<EnableFeatureFlagResponse>);
|
|
8861
8970
|
static readonly runtime: typeof proto3;
|
|
8862
8971
|
static readonly typeName = "wg.cosmo.platform.v1.EnableFeatureFlagResponse";
|
|
@@ -8903,6 +9012,10 @@ export declare class DeleteFeatureFlagResponse extends Message<DeleteFeatureFlag
|
|
|
8903
9012
|
* @generated from field: repeated wg.cosmo.platform.v1.DeploymentError deployment_errors = 3;
|
|
8904
9013
|
*/
|
|
8905
9014
|
deploymentErrors: DeploymentError[];
|
|
9015
|
+
/**
|
|
9016
|
+
* @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 4;
|
|
9017
|
+
*/
|
|
9018
|
+
compositionWarnings: CompositionWarning[];
|
|
8906
9019
|
constructor(data?: PartialMessage<DeleteFeatureFlagResponse>);
|
|
8907
9020
|
static readonly runtime: typeof proto3;
|
|
8908
9021
|
static readonly typeName = "wg.cosmo.platform.v1.DeleteFeatureFlagResponse";
|