@wundergraph/cosmo-connect 0.72.4 → 0.73.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.
@@ -551,6 +551,10 @@ export declare class CreateMonographRequest extends Message<CreateMonographReque
551
551
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 9;
552
552
  */
553
553
  websocketSubprotocol?: GraphQLWebsocketSubprotocol;
554
+ /**
555
+ * @generated from field: optional string admissionWebhookSecret = 10;
556
+ */
557
+ admissionWebhookSecret?: string;
554
558
  constructor(data?: PartialMessage<CreateMonographRequest>);
555
559
  static readonly runtime: typeof proto3;
556
560
  static readonly typeName = "wg.cosmo.platform.v1.CreateMonographRequest";
@@ -613,6 +617,10 @@ export declare class CreateFederatedGraphRequest extends Message<CreateFederated
613
617
  * @generated from field: string admissionWebhookURL = 6;
614
618
  */
615
619
  admissionWebhookURL: string;
620
+ /**
621
+ * @generated from field: optional string admissionWebhookSecret = 7;
622
+ */
623
+ admissionWebhookSecret?: string;
616
624
  constructor(data?: PartialMessage<CreateFederatedGraphRequest>);
617
625
  static readonly runtime: typeof proto3;
618
626
  static readonly typeName = "wg.cosmo.platform.v1.CreateFederatedGraphRequest";
@@ -2324,6 +2332,10 @@ export declare class UpdateFederatedGraphRequest extends Message<UpdateFederated
2324
2332
  * @generated from field: optional string admissionWebhookURL = 7;
2325
2333
  */
2326
2334
  admissionWebhookURL?: string;
2335
+ /**
2336
+ * @generated from field: optional string admissionWebhookSecret = 8;
2337
+ */
2338
+ admissionWebhookSecret?: string;
2327
2339
  constructor(data?: PartialMessage<UpdateFederatedGraphRequest>);
2328
2340
  static readonly runtime: typeof proto3;
2329
2341
  static readonly typeName = "wg.cosmo.platform.v1.UpdateFederatedGraphRequest";
@@ -2394,6 +2406,14 @@ export declare class UpdateMonographRequest extends Message<UpdateMonographReque
2394
2406
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 8;
2395
2407
  */
2396
2408
  websocketSubprotocol?: GraphQLWebsocketSubprotocol;
2409
+ /**
2410
+ * @generated from field: optional string admissionWebhookURL = 9;
2411
+ */
2412
+ admissionWebhookURL?: string;
2413
+ /**
2414
+ * @generated from field: optional string admissionWebhookSecret = 10;
2415
+ */
2416
+ admissionWebhookSecret?: string;
2397
2417
  constructor(data?: PartialMessage<UpdateMonographRequest>);
2398
2418
  static readonly runtime: typeof proto3;
2399
2419
  static readonly typeName = "wg.cosmo.platform.v1.UpdateMonographRequest";
@@ -7995,6 +8015,10 @@ export declare class CreateContractRequest extends Message<CreateContractRequest
7995
8015
  * @generated from field: optional string readme = 7;
7996
8016
  */
7997
8017
  readme?: string;
8018
+ /**
8019
+ * @generated from field: optional string admission_webhook_secret = 8;
8020
+ */
8021
+ admissionWebhookSecret?: string;
7998
8022
  constructor(data?: PartialMessage<CreateContractRequest>);
7999
8023
  static readonly runtime: typeof proto3;
8000
8024
  static readonly typeName = "wg.cosmo.platform.v1.CreateContractRequest";
@@ -783,6 +783,10 @@ export class CreateMonographRequest extends Message {
783
783
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 9;
784
784
  */
785
785
  websocketSubprotocol;
786
+ /**
787
+ * @generated from field: optional string admissionWebhookSecret = 10;
788
+ */
789
+ admissionWebhookSecret;
786
790
  constructor(data) {
787
791
  super();
788
792
  proto3.util.initPartial(data, this);
@@ -799,6 +803,7 @@ export class CreateMonographRequest extends Message {
799
803
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
800
804
  { no: 8, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */ },
801
805
  { no: 9, name: "websocket_subprotocol", kind: "enum", T: proto3.getEnumType(GraphQLWebsocketSubprotocol), opt: true },
806
+ { no: 10, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
802
807
  ]);
803
808
  static fromBinary(bytes, options) {
804
809
  return new CreateMonographRequest().fromBinary(bytes, options);
@@ -879,6 +884,10 @@ export class CreateFederatedGraphRequest extends Message {
879
884
  * @generated from field: string admissionWebhookURL = 6;
880
885
  */
881
886
  admissionWebhookURL = "";
887
+ /**
888
+ * @generated from field: optional string admissionWebhookSecret = 7;
889
+ */
890
+ admissionWebhookSecret;
882
891
  constructor(data) {
883
892
  super();
884
893
  proto3.util.initPartial(data, this);
@@ -892,6 +901,7 @@ export class CreateFederatedGraphRequest extends Message {
892
901
  { no: 4, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
893
902
  { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
894
903
  { no: 6, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */ },
904
+ { no: 7, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
895
905
  ]);
896
906
  static fromBinary(bytes, options) {
897
907
  return new CreateFederatedGraphRequest().fromBinary(bytes, options);
@@ -3519,6 +3529,10 @@ export class UpdateFederatedGraphRequest extends Message {
3519
3529
  * @generated from field: optional string admissionWebhookURL = 7;
3520
3530
  */
3521
3531
  admissionWebhookURL;
3532
+ /**
3533
+ * @generated from field: optional string admissionWebhookSecret = 8;
3534
+ */
3535
+ admissionWebhookSecret;
3522
3536
  constructor(data) {
3523
3537
  super();
3524
3538
  proto3.util.initPartial(data, this);
@@ -3533,6 +3547,7 @@ export class UpdateFederatedGraphRequest extends Message {
3533
3547
  { no: 5, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3534
3548
  { no: 6, name: "unset_label_matchers", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
3535
3549
  { no: 7, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3550
+ { no: 8, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3536
3551
  ]);
3537
3552
  static fromBinary(bytes, options) {
3538
3553
  return new UpdateFederatedGraphRequest().fromBinary(bytes, options);
@@ -3623,6 +3638,14 @@ export class UpdateMonographRequest extends Message {
3623
3638
  * @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocket_subprotocol = 8;
3624
3639
  */
3625
3640
  websocketSubprotocol;
3641
+ /**
3642
+ * @generated from field: optional string admissionWebhookURL = 9;
3643
+ */
3644
+ admissionWebhookURL;
3645
+ /**
3646
+ * @generated from field: optional string admissionWebhookSecret = 10;
3647
+ */
3648
+ admissionWebhookSecret;
3626
3649
  constructor(data) {
3627
3650
  super();
3628
3651
  proto3.util.initPartial(data, this);
@@ -3638,6 +3661,8 @@ export class UpdateMonographRequest extends Message {
3638
3661
  { no: 6, name: "subscription_url", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3639
3662
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3640
3663
  { no: 8, name: "websocket_subprotocol", kind: "enum", T: proto3.getEnumType(GraphQLWebsocketSubprotocol), opt: true },
3664
+ { no: 9, name: "admissionWebhookURL", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3665
+ { no: 10, name: "admissionWebhookSecret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3641
3666
  ]);
3642
3667
  static fromBinary(bytes, options) {
3643
3668
  return new UpdateMonographRequest().fromBinary(bytes, options);
@@ -12616,6 +12641,10 @@ export class CreateContractRequest extends Message {
12616
12641
  * @generated from field: optional string readme = 7;
12617
12642
  */
12618
12643
  readme;
12644
+ /**
12645
+ * @generated from field: optional string admission_webhook_secret = 8;
12646
+ */
12647
+ admissionWebhookSecret;
12619
12648
  constructor(data) {
12620
12649
  super();
12621
12650
  proto3.util.initPartial(data, this);
@@ -12630,6 +12659,7 @@ export class CreateContractRequest extends Message {
12630
12659
  { no: 5, name: "admission_webhook_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
12631
12660
  { no: 6, name: "exclude_tags", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
12632
12661
  { no: 7, name: "readme", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
12662
+ { no: 8, name: "admission_webhook_secret", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
12633
12663
  ]);
12634
12664
  static fromBinary(bytes, options) {
12635
12665
  return new CreateContractRequest().fromBinary(bytes, options);