@wundergraph/cosmo-connect 0.113.0 → 0.115.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.
@@ -215,6 +215,19 @@ export declare enum Feature {
215
215
  */
216
216
  scim = 2
217
217
  }
218
+ /**
219
+ * @generated from enum wg.cosmo.platform.v1.ProposalNamingConvention
220
+ */
221
+ export declare enum ProposalNamingConvention {
222
+ /**
223
+ * @generated from enum value: NORMAL = 0;
224
+ */
225
+ NORMAL = 0,
226
+ /**
227
+ * @generated from enum value: INCREMENTAL = 1;
228
+ */
229
+ INCREMENTAL = 1
230
+ }
218
231
  /**
219
232
  * @generated from message wg.cosmo.platform.v1.Label
220
233
  */
@@ -394,6 +407,10 @@ export declare class PublishFederatedSubgraphRequest extends Message<PublishFede
394
407
  * @generated from field: optional string base_subgraph_name = 11;
395
408
  */
396
409
  baseSubgraphName?: string;
410
+ /**
411
+ * @generated from field: optional bool disable_resolvability_validation = 12;
412
+ */
413
+ disableResolvabilityValidation?: boolean;
397
414
  constructor(data?: PartialMessage<PublishFederatedSubgraphRequest>);
398
415
  static readonly runtime: typeof proto3;
399
416
  static readonly typeName = "wg.cosmo.platform.v1.PublishFederatedSubgraphRequest";
@@ -536,6 +553,10 @@ export declare class CheckSubgraphSchemaRequest extends Message<CheckSubgraphSch
536
553
  * @generated from field: repeated wg.cosmo.platform.v1.Label labels = 8;
537
554
  */
538
555
  labels: Label[];
556
+ /**
557
+ * @generated from field: optional bool disable_resolvability_validation = 9;
558
+ */
559
+ disableResolvabilityValidation?: boolean;
539
560
  constructor(data?: PartialMessage<CheckSubgraphSchemaRequest>);
540
561
  static readonly runtime: typeof proto3;
541
562
  static readonly typeName = "wg.cosmo.platform.v1.CheckSubgraphSchemaRequest";
@@ -565,6 +586,10 @@ export declare class FixSubgraphSchemaRequest extends Message<FixSubgraphSchemaR
565
586
  * @generated from field: string namespace = 3;
566
587
  */
567
588
  namespace: string;
589
+ /**
590
+ * @generated from field: optional bool disable_resolvability_validation = 4;
591
+ */
592
+ disableResolvabilityValidation?: boolean;
568
593
  constructor(data?: PartialMessage<FixSubgraphSchemaRequest>);
569
594
  static readonly runtime: typeof proto3;
570
595
  static readonly typeName = "wg.cosmo.platform.v1.FixSubgraphSchemaRequest";
@@ -686,6 +711,10 @@ export declare class CreateFederatedGraphRequest extends Message<CreateFederated
686
711
  * @generated from field: optional string admissionWebhookSecret = 7;
687
712
  */
688
713
  admissionWebhookSecret?: string;
714
+ /**
715
+ * @generated from field: optional bool disable_resolvability_validation = 8;
716
+ */
717
+ disableResolvabilityValidation?: boolean;
689
718
  constructor(data?: PartialMessage<CreateFederatedGraphRequest>);
690
719
  static readonly runtime: typeof proto3;
691
720
  static readonly typeName = "wg.cosmo.platform.v1.CreateFederatedGraphRequest";
@@ -837,6 +866,10 @@ export declare class DeleteFederatedSubgraphRequest extends Message<DeleteFedera
837
866
  * @generated from field: string namespace = 2;
838
867
  */
839
868
  namespace: string;
869
+ /**
870
+ * @generated from field: optional bool disable_resolvability_validation = 3;
871
+ */
872
+ disableResolvabilityValidation?: boolean;
840
873
  constructor(data?: PartialMessage<DeleteFederatedSubgraphRequest>);
841
874
  static readonly runtime: typeof proto3;
842
875
  static readonly typeName = "wg.cosmo.platform.v1.DeleteFederatedSubgraphRequest";
@@ -2690,6 +2723,10 @@ export declare class UpdateSubgraphRequest extends Message<UpdateSubgraphRequest
2690
2723
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 10;
2691
2724
  */
2692
2725
  websocketSubprotocol?: GraphQLWebsocketSubprotocol;
2726
+ /**
2727
+ * @generated from field: optional bool disable_resolvability_validation = 11;
2728
+ */
2729
+ disableResolvabilityValidation?: boolean;
2693
2730
  constructor(data?: PartialMessage<UpdateSubgraphRequest>);
2694
2731
  static readonly runtime: typeof proto3;
2695
2732
  static readonly typeName = "wg.cosmo.platform.v1.UpdateSubgraphRequest";
@@ -2764,6 +2801,10 @@ export declare class UpdateFederatedGraphRequest extends Message<UpdateFederated
2764
2801
  * @generated from field: optional string admissionWebhookSecret = 8;
2765
2802
  */
2766
2803
  admissionWebhookSecret?: string;
2804
+ /**
2805
+ * @generated from field: optional bool disable_resolvability_validation = 9;
2806
+ */
2807
+ disableResolvabilityValidation?: boolean;
2767
2808
  constructor(data?: PartialMessage<UpdateFederatedGraphRequest>);
2768
2809
  static readonly runtime: typeof proto3;
2769
2810
  static readonly typeName = "wg.cosmo.platform.v1.UpdateFederatedGraphRequest";
@@ -2888,6 +2929,10 @@ export declare class CheckFederatedGraphRequest extends Message<CheckFederatedGr
2888
2929
  * @generated from field: string namespace = 3;
2889
2930
  */
2890
2931
  namespace: string;
2932
+ /**
2933
+ * @generated from field: optional bool disable_resolvability_validation = 4;
2934
+ */
2935
+ disableResolvabilityValidation?: boolean;
2891
2936
  constructor(data?: PartialMessage<CheckFederatedGraphRequest>);
2892
2937
  static readonly runtime: typeof proto3;
2893
2938
  static readonly typeName = "wg.cosmo.platform.v1.CheckFederatedGraphRequest";
@@ -8413,6 +8458,10 @@ export declare class MoveGraphRequest extends Message<MoveGraphRequest> {
8413
8458
  * @generated from field: string new_namespace = 3;
8414
8459
  */
8415
8460
  newNamespace: string;
8461
+ /**
8462
+ * @generated from field: optional bool disable_resolvability_validation = 4;
8463
+ */
8464
+ disableResolvabilityValidation?: boolean;
8416
8465
  constructor(data?: PartialMessage<MoveGraphRequest>);
8417
8466
  static readonly runtime: typeof proto3;
8418
8467
  static readonly typeName = "wg.cosmo.platform.v1.MoveGraphRequest";
@@ -8950,6 +8999,10 @@ export declare class CreateContractRequest extends Message<CreateContractRequest
8950
8999
  * @generated from field: repeated string include_tags = 9;
8951
9000
  */
8952
9001
  includeTags: string[];
9002
+ /**
9003
+ * @generated from field: optional bool disable_resolvability_validation = 10;
9004
+ */
9005
+ disableResolvabilityValidation?: boolean;
8953
9006
  constructor(data?: PartialMessage<CreateContractRequest>);
8954
9007
  static readonly runtime: typeof proto3;
8955
9008
  static readonly typeName = "wg.cosmo.platform.v1.CreateContractRequest";
@@ -9024,6 +9077,10 @@ export declare class UpdateContractRequest extends Message<UpdateContractRequest
9024
9077
  * @generated from field: optional string readme = 8;
9025
9078
  */
9026
9079
  readme?: string;
9080
+ /**
9081
+ * @generated from field: optional bool disable_resolvability_validation = 9;
9082
+ */
9083
+ disableResolvabilityValidation?: boolean;
9027
9084
  constructor(data?: PartialMessage<UpdateContractRequest>);
9028
9085
  static readonly runtime: typeof proto3;
9029
9086
  static readonly typeName = "wg.cosmo.platform.v1.UpdateContractRequest";
@@ -9154,6 +9211,10 @@ export declare class CreateFeatureFlagRequest extends Message<CreateFeatureFlagR
9154
9211
  * @generated from field: bool is_enabled = 5;
9155
9212
  */
9156
9213
  isEnabled: boolean;
9214
+ /**
9215
+ * @generated from field: optional bool disable_resolvability_validation = 6;
9216
+ */
9217
+ disableResolvabilityValidation?: boolean;
9157
9218
  constructor(data?: PartialMessage<CreateFeatureFlagRequest>);
9158
9219
  static readonly runtime: typeof proto3;
9159
9220
  static readonly typeName = "wg.cosmo.platform.v1.CreateFeatureFlagRequest";
@@ -9216,6 +9277,10 @@ export declare class UpdateFeatureFlagRequest extends Message<UpdateFeatureFlagR
9216
9277
  * @generated from field: bool unset_labels = 5;
9217
9278
  */
9218
9279
  unsetLabels: boolean;
9280
+ /**
9281
+ * @generated from field: optional bool disable_resolvability_validation = 6;
9282
+ */
9283
+ disableResolvabilityValidation?: boolean;
9219
9284
  constructor(data?: PartialMessage<UpdateFeatureFlagRequest>);
9220
9285
  static readonly runtime: typeof proto3;
9221
9286
  static readonly typeName = "wg.cosmo.platform.v1.UpdateFeatureFlagRequest";
@@ -9270,6 +9335,10 @@ export declare class EnableFeatureFlagRequest extends Message<EnableFeatureFlagR
9270
9335
  * @generated from field: bool enabled = 3;
9271
9336
  */
9272
9337
  enabled: boolean;
9338
+ /**
9339
+ * @generated from field: optional bool disable_resolvability_validation = 4;
9340
+ */
9341
+ disableResolvabilityValidation?: boolean;
9273
9342
  constructor(data?: PartialMessage<EnableFeatureFlagRequest>);
9274
9343
  static readonly runtime: typeof proto3;
9275
9344
  static readonly typeName = "wg.cosmo.platform.v1.EnableFeatureFlagRequest";
@@ -9324,6 +9393,10 @@ export declare class DeleteFeatureFlagRequest extends Message<DeleteFeatureFlagR
9324
9393
  * @generated from field: string namespace = 2;
9325
9394
  */
9326
9395
  namespace: string;
9396
+ /**
9397
+ * @generated from field: optional bool disable_resolvability_validation = 3;
9398
+ */
9399
+ disableResolvabilityValidation?: boolean;
9327
9400
  constructor(data?: PartialMessage<DeleteFeatureFlagRequest>);
9328
9401
  static readonly runtime: typeof proto3;
9329
9402
  static readonly typeName = "wg.cosmo.platform.v1.DeleteFeatureFlagRequest";
@@ -10594,6 +10667,10 @@ export declare class SetGraphRouterCompatibilityVersionRequest extends Message<S
10594
10667
  * @generated from field: string version = 3;
10595
10668
  */
10596
10669
  version: string;
10670
+ /**
10671
+ * @generated from field: optional bool disable_resolvability_validation = 4;
10672
+ */
10673
+ disableResolvabilityValidation?: boolean;
10597
10674
  constructor(data?: PartialMessage<SetGraphRouterCompatibilityVersionRequest>);
10598
10675
  static readonly runtime: typeof proto3;
10599
10676
  static readonly typeName = "wg.cosmo.platform.v1.SetGraphRouterCompatibilityVersionRequest";
@@ -10788,6 +10865,10 @@ export declare class CreateProposalRequest extends Message<CreateProposalRequest
10788
10865
  * @generated from field: repeated wg.cosmo.platform.v1.ProposalSubgraph subgraphs = 4;
10789
10866
  */
10790
10867
  subgraphs: ProposalSubgraph[];
10868
+ /**
10869
+ * @generated from field: wg.cosmo.platform.v1.ProposalNamingConvention namingConvention = 5;
10870
+ */
10871
+ namingConvention: ProposalNamingConvention;
10791
10872
  constructor(data?: PartialMessage<CreateProposalRequest>);
10792
10873
  static readonly runtime: typeof proto3;
10793
10874
  static readonly typeName = "wg.cosmo.platform.v1.CreateProposalRequest";
@@ -10865,6 +10946,10 @@ export declare class CreateProposalResponse extends Message<CreateProposalRespon
10865
10946
  * @generated from field: string proposalUrl = 16;
10866
10947
  */
10867
10948
  proposalUrl: string;
10949
+ /**
10950
+ * @generated from field: string proposalName = 17;
10951
+ */
10952
+ proposalName: string;
10868
10953
  constructor(data?: PartialMessage<CreateProposalResponse>);
10869
10954
  static readonly runtime: typeof proto3;
10870
10955
  static readonly typeName = "wg.cosmo.platform.v1.CreateProposalResponse";
@@ -293,6 +293,25 @@ proto3.util.setEnumType(Feature, "wg.cosmo.platform.v1.Feature", [
293
293
  { no: 1, name: "ai" },
294
294
  { no: 2, name: "scim" },
295
295
  ]);
296
+ /**
297
+ * @generated from enum wg.cosmo.platform.v1.ProposalNamingConvention
298
+ */
299
+ export var ProposalNamingConvention;
300
+ (function (ProposalNamingConvention) {
301
+ /**
302
+ * @generated from enum value: NORMAL = 0;
303
+ */
304
+ ProposalNamingConvention[ProposalNamingConvention["NORMAL"] = 0] = "NORMAL";
305
+ /**
306
+ * @generated from enum value: INCREMENTAL = 1;
307
+ */
308
+ ProposalNamingConvention[ProposalNamingConvention["INCREMENTAL"] = 1] = "INCREMENTAL";
309
+ })(ProposalNamingConvention || (ProposalNamingConvention = {}));
310
+ // Retrieve enum metadata with: proto3.getEnumType(ProposalNamingConvention)
311
+ proto3.util.setEnumType(ProposalNamingConvention, "wg.cosmo.platform.v1.ProposalNamingConvention", [
312
+ { no: 0, name: "NORMAL" },
313
+ { no: 1, name: "INCREMENTAL" },
314
+ ]);
296
315
  /**
297
316
  * @generated from message wg.cosmo.platform.v1.Label
298
317
  */
@@ -545,6 +564,10 @@ export class PublishFederatedSubgraphRequest extends Message {
545
564
  * @generated from field: optional string base_subgraph_name = 11;
546
565
  */
547
566
  baseSubgraphName;
567
+ /**
568
+ * @generated from field: optional bool disable_resolvability_validation = 12;
569
+ */
570
+ disableResolvabilityValidation;
548
571
  constructor(data) {
549
572
  super();
550
573
  proto3.util.initPartial(data, this);
@@ -562,6 +585,7 @@ export class PublishFederatedSubgraphRequest extends Message {
562
585
  { no: 9, name: "websocket_subprotocol", kind: "enum", T: proto3.getEnumType(GraphQLWebsocketSubprotocol), opt: true },
563
586
  { no: 10, name: "is_feature_subgraph", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
564
587
  { no: 11, name: "base_subgraph_name", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
588
+ { no: 12, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
565
589
  ]);
566
590
  static fromBinary(bytes, options) {
567
591
  return new PublishFederatedSubgraphRequest().fromBinary(bytes, options);
@@ -758,6 +782,10 @@ export class CheckSubgraphSchemaRequest extends Message {
758
782
  * @generated from field: repeated wg.cosmo.platform.v1.Label labels = 8;
759
783
  */
760
784
  labels = [];
785
+ /**
786
+ * @generated from field: optional bool disable_resolvability_validation = 9;
787
+ */
788
+ disableResolvabilityValidation;
761
789
  constructor(data) {
762
790
  super();
763
791
  proto3.util.initPartial(data, this);
@@ -773,6 +801,7 @@ export class CheckSubgraphSchemaRequest extends Message {
773
801
  { no: 6, name: "skip_traffic_check", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
774
802
  { no: 7, name: "vcsContext", kind: "message", T: VCSContext, opt: true },
775
803
  { no: 8, name: "labels", kind: "message", T: Label, repeated: true },
804
+ { no: 9, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
776
805
  ]);
777
806
  static fromBinary(bytes, options) {
778
807
  return new CheckSubgraphSchemaRequest().fromBinary(bytes, options);
@@ -807,6 +836,10 @@ export class FixSubgraphSchemaRequest extends Message {
807
836
  * @generated from field: string namespace = 3;
808
837
  */
809
838
  namespace = "";
839
+ /**
840
+ * @generated from field: optional bool disable_resolvability_validation = 4;
841
+ */
842
+ disableResolvabilityValidation;
810
843
  constructor(data) {
811
844
  super();
812
845
  proto3.util.initPartial(data, this);
@@ -817,6 +850,7 @@ export class FixSubgraphSchemaRequest extends Message {
817
850
  { no: 1, name: "subgraph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
818
851
  { no: 2, name: "schema", kind: "scalar", T: 9 /* ScalarType.STRING */ },
819
852
  { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
853
+ { no: 4, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
820
854
  ]);
821
855
  static fromBinary(bytes, options) {
822
856
  return new FixSubgraphSchemaRequest().fromBinary(bytes, options);
@@ -978,6 +1012,10 @@ export class CreateFederatedGraphRequest extends Message {
978
1012
  * @generated from field: optional string admissionWebhookSecret = 7;
979
1013
  */
980
1014
  admissionWebhookSecret;
1015
+ /**
1016
+ * @generated from field: optional bool disable_resolvability_validation = 8;
1017
+ */
1018
+ disableResolvabilityValidation;
981
1019
  constructor(data) {
982
1020
  super();
983
1021
  proto3.util.initPartial(data, this);
@@ -992,6 +1030,7 @@ export class CreateFederatedGraphRequest extends Message {
992
1030
  { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
993
1031
  { no: 6, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */ },
994
1032
  { no: 7, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1033
+ { no: 8, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
995
1034
  ]);
996
1035
  static fromBinary(bytes, options) {
997
1036
  return new CreateFederatedGraphRequest().fromBinary(bytes, options);
@@ -1212,6 +1251,10 @@ export class DeleteFederatedSubgraphRequest extends Message {
1212
1251
  * @generated from field: string namespace = 2;
1213
1252
  */
1214
1253
  namespace = "";
1254
+ /**
1255
+ * @generated from field: optional bool disable_resolvability_validation = 3;
1256
+ */
1257
+ disableResolvabilityValidation;
1215
1258
  constructor(data) {
1216
1259
  super();
1217
1260
  proto3.util.initPartial(data, this);
@@ -1221,6 +1264,7 @@ export class DeleteFederatedSubgraphRequest extends Message {
1221
1264
  static fields = proto3.util.newFieldList(() => [
1222
1265
  { no: 1, name: "subgraph_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1223
1266
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1267
+ { no: 3, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
1224
1268
  ]);
1225
1269
  static fromBinary(bytes, options) {
1226
1270
  return new DeleteFederatedSubgraphRequest().fromBinary(bytes, options);
@@ -4007,6 +4051,10 @@ export class UpdateSubgraphRequest extends Message {
4007
4051
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 10;
4008
4052
  */
4009
4053
  websocketSubprotocol;
4054
+ /**
4055
+ * @generated from field: optional bool disable_resolvability_validation = 11;
4056
+ */
4057
+ disableResolvabilityValidation;
4010
4058
  constructor(data) {
4011
4059
  super();
4012
4060
  proto3.util.initPartial(data, this);
@@ -4024,6 +4072,7 @@ export class UpdateSubgraphRequest extends Message {
4024
4072
  { no: 8, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4025
4073
  { no: 9, name: "unset_labels", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
4026
4074
  { no: 10, name: "websocket_subprotocol", kind: "enum", T: proto3.getEnumType(GraphQLWebsocketSubprotocol), opt: true },
4075
+ { no: 11, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
4027
4076
  ]);
4028
4077
  static fromBinary(bytes, options) {
4029
4078
  return new UpdateSubgraphRequest().fromBinary(bytes, options);
@@ -4119,6 +4168,10 @@ export class UpdateFederatedGraphRequest extends Message {
4119
4168
  * @generated from field: optional string admissionWebhookSecret = 8;
4120
4169
  */
4121
4170
  admissionWebhookSecret;
4171
+ /**
4172
+ * @generated from field: optional bool disable_resolvability_validation = 9;
4173
+ */
4174
+ disableResolvabilityValidation;
4122
4175
  constructor(data) {
4123
4176
  super();
4124
4177
  proto3.util.initPartial(data, this);
@@ -4134,6 +4187,7 @@ export class UpdateFederatedGraphRequest extends Message {
4134
4187
  { no: 6, name: "unset_label_matchers", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
4135
4188
  { no: 7, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
4136
4189
  { no: 8, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
4190
+ { no: 9, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
4137
4191
  ]);
4138
4192
  static fromBinary(bytes, options) {
4139
4193
  return new UpdateFederatedGraphRequest().fromBinary(bytes, options);
@@ -4314,6 +4368,10 @@ export class CheckFederatedGraphRequest extends Message {
4314
4368
  * @generated from field: string namespace = 3;
4315
4369
  */
4316
4370
  namespace = "";
4371
+ /**
4372
+ * @generated from field: optional bool disable_resolvability_validation = 4;
4373
+ */
4374
+ disableResolvabilityValidation;
4317
4375
  constructor(data) {
4318
4376
  super();
4319
4377
  proto3.util.initPartial(data, this);
@@ -4324,6 +4382,7 @@ export class CheckFederatedGraphRequest extends Message {
4324
4382
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4325
4383
  { no: 2, name: "label_matchers", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
4326
4384
  { no: 3, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4385
+ { no: 4, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
4327
4386
  ]);
4328
4387
  static fromBinary(bytes, options) {
4329
4388
  return new CheckFederatedGraphRequest().fromBinary(bytes, options);
@@ -13139,6 +13198,10 @@ export class MoveGraphRequest extends Message {
13139
13198
  * @generated from field: string new_namespace = 3;
13140
13199
  */
13141
13200
  newNamespace = "";
13201
+ /**
13202
+ * @generated from field: optional bool disable_resolvability_validation = 4;
13203
+ */
13204
+ disableResolvabilityValidation;
13142
13205
  constructor(data) {
13143
13206
  super();
13144
13207
  proto3.util.initPartial(data, this);
@@ -13149,6 +13212,7 @@ export class MoveGraphRequest extends Message {
13149
13212
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
13150
13213
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
13151
13214
  { no: 3, name: "new_namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
13215
+ { no: 4, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
13152
13216
  ]);
13153
13217
  static fromBinary(bytes, options) {
13154
13218
  return new MoveGraphRequest().fromBinary(bytes, options);
@@ -14022,6 +14086,10 @@ export class CreateContractRequest extends Message {
14022
14086
  * @generated from field: repeated string include_tags = 9;
14023
14087
  */
14024
14088
  includeTags = [];
14089
+ /**
14090
+ * @generated from field: optional bool disable_resolvability_validation = 10;
14091
+ */
14092
+ disableResolvabilityValidation;
14025
14093
  constructor(data) {
14026
14094
  super();
14027
14095
  proto3.util.initPartial(data, this);
@@ -14038,6 +14106,7 @@ export class CreateContractRequest extends Message {
14038
14106
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
14039
14107
  { no: 8, name: "admission_webhook_secret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
14040
14108
  { no: 9, name: "include_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
14109
+ { no: 10, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14041
14110
  ]);
14042
14111
  static fromBinary(bytes, options) {
14043
14112
  return new CreateContractRequest().fromBinary(bytes, options);
@@ -14133,6 +14202,10 @@ export class UpdateContractRequest extends Message {
14133
14202
  * @generated from field: optional string readme = 8;
14134
14203
  */
14135
14204
  readme;
14205
+ /**
14206
+ * @generated from field: optional bool disable_resolvability_validation = 9;
14207
+ */
14208
+ disableResolvabilityValidation;
14136
14209
  constructor(data) {
14137
14210
  super();
14138
14211
  proto3.util.initPartial(data, this);
@@ -14148,6 +14221,7 @@ export class UpdateContractRequest extends Message {
14148
14221
  { no: 6, name: "admission_webhook_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
14149
14222
  { no: 7, name: "admission_webhook_secret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
14150
14223
  { no: 8, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
14224
+ { no: 9, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14151
14225
  ]);
14152
14226
  static fromBinary(bytes, options) {
14153
14227
  return new UpdateContractRequest().fromBinary(bytes, options);
@@ -14349,6 +14423,10 @@ export class CreateFeatureFlagRequest extends Message {
14349
14423
  * @generated from field: bool is_enabled = 5;
14350
14424
  */
14351
14425
  isEnabled = false;
14426
+ /**
14427
+ * @generated from field: optional bool disable_resolvability_validation = 6;
14428
+ */
14429
+ disableResolvabilityValidation;
14352
14430
  constructor(data) {
14353
14431
  super();
14354
14432
  proto3.util.initPartial(data, this);
@@ -14361,6 +14439,7 @@ export class CreateFeatureFlagRequest extends Message {
14361
14439
  { no: 3, name: "labels", kind: "message", T: Label, repeated: true },
14362
14440
  { no: 4, name: "feature_subgraph_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
14363
14441
  { no: 5, name: "is_enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
14442
+ { no: 6, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14364
14443
  ]);
14365
14444
  static fromBinary(bytes, options) {
14366
14445
  return new CreateFeatureFlagRequest().fromBinary(bytes, options);
@@ -14444,6 +14523,10 @@ export class UpdateFeatureFlagRequest extends Message {
14444
14523
  * @generated from field: bool unset_labels = 5;
14445
14524
  */
14446
14525
  unsetLabels = false;
14526
+ /**
14527
+ * @generated from field: optional bool disable_resolvability_validation = 6;
14528
+ */
14529
+ disableResolvabilityValidation;
14447
14530
  constructor(data) {
14448
14531
  super();
14449
14532
  proto3.util.initPartial(data, this);
@@ -14456,6 +14539,7 @@ export class UpdateFeatureFlagRequest extends Message {
14456
14539
  { no: 3, name: "labels", kind: "message", T: Label, repeated: true },
14457
14540
  { no: 4, name: "feature_subgraph_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
14458
14541
  { no: 5, name: "unset_labels", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
14542
+ { no: 6, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14459
14543
  ]);
14460
14544
  static fromBinary(bytes, options) {
14461
14545
  return new UpdateFeatureFlagRequest().fromBinary(bytes, options);
@@ -14531,6 +14615,10 @@ export class EnableFeatureFlagRequest extends Message {
14531
14615
  * @generated from field: bool enabled = 3;
14532
14616
  */
14533
14617
  enabled = false;
14618
+ /**
14619
+ * @generated from field: optional bool disable_resolvability_validation = 4;
14620
+ */
14621
+ disableResolvabilityValidation;
14534
14622
  constructor(data) {
14535
14623
  super();
14536
14624
  proto3.util.initPartial(data, this);
@@ -14541,6 +14629,7 @@ export class EnableFeatureFlagRequest extends Message {
14541
14629
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
14542
14630
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
14543
14631
  { no: 3, name: "enabled", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
14632
+ { no: 4, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14544
14633
  ]);
14545
14634
  static fromBinary(bytes, options) {
14546
14635
  return new EnableFeatureFlagRequest().fromBinary(bytes, options);
@@ -14617,6 +14706,10 @@ export class DeleteFeatureFlagRequest extends Message {
14617
14706
  * @generated from field: string namespace = 2;
14618
14707
  */
14619
14708
  namespace = "";
14709
+ /**
14710
+ * @generated from field: optional bool disable_resolvability_validation = 3;
14711
+ */
14712
+ disableResolvabilityValidation;
14620
14713
  constructor(data) {
14621
14714
  super();
14622
14715
  proto3.util.initPartial(data, this);
@@ -14626,6 +14719,7 @@ export class DeleteFeatureFlagRequest extends Message {
14626
14719
  static fields = proto3.util.newFieldList(() => [
14627
14720
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
14628
14721
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
14722
+ { no: 3, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
14629
14723
  ]);
14630
14724
  static fromBinary(bytes, options) {
14631
14725
  return new DeleteFeatureFlagRequest().fromBinary(bytes, options);
@@ -16648,6 +16742,10 @@ export class SetGraphRouterCompatibilityVersionRequest extends Message {
16648
16742
  * @generated from field: string version = 3;
16649
16743
  */
16650
16744
  version = "";
16745
+ /**
16746
+ * @generated from field: optional bool disable_resolvability_validation = 4;
16747
+ */
16748
+ disableResolvabilityValidation;
16651
16749
  constructor(data) {
16652
16750
  super();
16653
16751
  proto3.util.initPartial(data, this);
@@ -16658,6 +16756,7 @@ export class SetGraphRouterCompatibilityVersionRequest extends Message {
16658
16756
  { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16659
16757
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16660
16758
  { no: 3, name: "version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16759
+ { no: 4, name: "disable_resolvability_validation", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
16661
16760
  ]);
16662
16761
  static fromBinary(bytes, options) {
16663
16762
  return new SetGraphRouterCompatibilityVersionRequest().fromBinary(bytes, options);
@@ -16942,6 +17041,10 @@ export class CreateProposalRequest extends Message {
16942
17041
  * @generated from field: repeated wg.cosmo.platform.v1.ProposalSubgraph subgraphs = 4;
16943
17042
  */
16944
17043
  subgraphs = [];
17044
+ /**
17045
+ * @generated from field: wg.cosmo.platform.v1.ProposalNamingConvention namingConvention = 5;
17046
+ */
17047
+ namingConvention = ProposalNamingConvention.NORMAL;
16945
17048
  constructor(data) {
16946
17049
  super();
16947
17050
  proto3.util.initPartial(data, this);
@@ -16953,6 +17056,7 @@ export class CreateProposalRequest extends Message {
16953
17056
  { no: 2, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16954
17057
  { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16955
17058
  { no: 4, name: "subgraphs", kind: "message", T: ProposalSubgraph, repeated: true },
17059
+ { no: 5, name: "namingConvention", kind: "enum", T: proto3.getEnumType(ProposalNamingConvention) },
16956
17060
  ]);
16957
17061
  static fromBinary(bytes, options) {
16958
17062
  return new CreateProposalRequest().fromBinary(bytes, options);
@@ -17035,6 +17139,10 @@ export class CreateProposalResponse extends Message {
17035
17139
  * @generated from field: string proposalUrl = 16;
17036
17140
  */
17037
17141
  proposalUrl = "";
17142
+ /**
17143
+ * @generated from field: string proposalName = 17;
17144
+ */
17145
+ proposalName = "";
17038
17146
  constructor(data) {
17039
17147
  super();
17040
17148
  proto3.util.initPartial(data, this);
@@ -17058,6 +17166,7 @@ export class CreateProposalResponse extends Message {
17058
17166
  { no: 14, name: "graphPruningSkipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
17059
17167
  { no: 15, name: "checkUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17060
17168
  { no: 16, name: "proposalUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17169
+ { no: 17, name: "proposalName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
17061
17170
  ]);
17062
17171
  static fromBinary(bytes, options) {
17063
17172
  return new CreateProposalResponse().fromBinary(bytes, options);