@mittwald/api-client 4.64.2 → 4.66.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.
@@ -686,8 +686,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
686
686
  queryParameters?: {
687
687
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
688
688
  limit?: number | undefined;
689
- page?: number | undefined;
690
689
  skip?: number | undefined;
690
+ page?: number | undefined;
691
691
  } | undefined;
692
692
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
693
693
  headers?: Partial<{
@@ -696,8 +696,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
696
696
  } & {
697
697
  queryParameters: {
698
698
  limit?: number | undefined;
699
- page?: number | undefined;
700
699
  skip?: number | undefined;
700
+ page?: number | undefined;
701
701
  } & Partial<{
702
702
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
703
703
  }>;
@@ -716,8 +716,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
716
716
  } & {
717
717
  queryParameters: {
718
718
  limit?: number | undefined;
719
- page?: number | undefined;
720
719
  skip?: number | undefined;
720
+ page?: number | undefined;
721
721
  } & Partial<{
722
722
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
723
723
  }>;
@@ -740,8 +740,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
740
740
  queryParameters?: {
741
741
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
742
742
  limit?: number | undefined;
743
- page?: number | undefined;
744
743
  skip?: number | undefined;
744
+ page?: number | undefined;
745
745
  } | undefined;
746
746
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
747
747
  headers?: Partial<{
@@ -754,8 +754,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
754
754
  } & {
755
755
  queryParameters: {
756
756
  limit?: number | undefined;
757
- page?: number | undefined;
758
757
  skip?: number | undefined;
758
+ page?: number | undefined;
759
759
  } & Partial<{
760
760
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
761
761
  }>;
@@ -778,8 +778,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
778
778
  } & {
779
779
  queryParameters: {
780
780
  limit?: number | undefined;
781
- page?: number | undefined;
782
781
  skip?: number | undefined;
782
+ page?: number | undefined;
783
783
  } & Partial<{
784
784
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
785
785
  }>;
@@ -860,8 +860,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
860
860
  queryParameters?: {
861
861
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
862
862
  limit?: number | undefined;
863
- page?: number | undefined;
864
863
  skip?: number | undefined;
864
+ page?: number | undefined;
865
865
  } | undefined;
866
866
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
867
867
  headers?: Partial<{
@@ -870,8 +870,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
870
870
  } & {
871
871
  queryParameters: {
872
872
  limit?: number | undefined;
873
- page?: number | undefined;
874
873
  skip?: number | undefined;
874
+ page?: number | undefined;
875
875
  } & Partial<{
876
876
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
877
877
  }>;
@@ -890,8 +890,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
890
890
  } & {
891
891
  queryParameters: {
892
892
  limit?: number | undefined;
893
- page?: number | undefined;
894
893
  skip?: number | undefined;
894
+ page?: number | undefined;
895
895
  } & Partial<{
896
896
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
897
897
  }>;
@@ -969,8 +969,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
969
969
  queryParameters?: {
970
970
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
971
971
  limit?: number | undefined;
972
- page?: number | undefined;
973
972
  skip?: number | undefined;
973
+ page?: number | undefined;
974
974
  } | undefined;
975
975
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
976
976
  headers?: Partial<{
@@ -979,8 +979,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
979
979
  } & {
980
980
  queryParameters: {
981
981
  limit?: number | undefined;
982
- page?: number | undefined;
983
982
  skip?: number | undefined;
983
+ page?: number | undefined;
984
984
  } & Partial<{
985
985
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
986
986
  }>;
@@ -999,8 +999,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
999
999
  } & {
1000
1000
  queryParameters: {
1001
1001
  limit?: number | undefined;
1002
- page?: number | undefined;
1003
1002
  skip?: number | undefined;
1003
+ page?: number | undefined;
1004
1004
  } & Partial<{
1005
1005
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1006
1006
  }>;
@@ -1489,14 +1489,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1489
1489
  queryParameters?: {
1490
1490
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
1491
1491
  customerId?: string | undefined;
1492
- limit?: number | undefined;
1493
- skip?: number | undefined;
1494
- page?: number | undefined;
1495
1492
  tags?: string[] | undefined;
1496
1493
  templateNames?: string[] | undefined;
1497
1494
  articleIds?: string[] | undefined;
1498
1495
  orderable?: ("forbidden" | "internal" | "beta_testing" | "full" | "deprecated")[] | undefined;
1499
1496
  name?: string | undefined;
1497
+ limit?: number | undefined;
1498
+ skip?: number | undefined;
1499
+ page?: number | undefined;
1500
1500
  } | undefined;
1501
1501
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
1502
1502
  headers?: Partial<{
@@ -1505,14 +1505,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1505
1505
  } & {
1506
1506
  queryParameters: {
1507
1507
  customerId?: string | undefined;
1508
- limit?: number | undefined;
1509
- skip?: number | undefined;
1510
- page?: number | undefined;
1511
1508
  tags?: string[] | undefined;
1512
1509
  templateNames?: string[] | undefined;
1513
1510
  articleIds?: string[] | undefined;
1514
1511
  orderable?: ("forbidden" | "internal" | "beta_testing" | "full" | "deprecated")[] | undefined;
1515
1512
  name?: string | undefined;
1513
+ limit?: number | undefined;
1514
+ skip?: number | undefined;
1515
+ page?: number | undefined;
1516
1516
  } & Partial<{
1517
1517
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1518
1518
  }>;
@@ -1525,14 +1525,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
1525
1525
  } & {
1526
1526
  queryParameters: {
1527
1527
  customerId?: string | undefined;
1528
- limit?: number | undefined;
1529
- skip?: number | undefined;
1530
- page?: number | undefined;
1531
1528
  tags?: string[] | undefined;
1532
1529
  templateNames?: string[] | undefined;
1533
1530
  articleIds?: string[] | undefined;
1534
1531
  orderable?: ("forbidden" | "internal" | "beta_testing" | "full" | "deprecated")[] | undefined;
1535
1532
  name?: string | undefined;
1533
+ limit?: number | undefined;
1534
+ skip?: number | undefined;
1535
+ page?: number | undefined;
1536
1536
  } & Partial<{
1537
1537
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
1538
1538
  }>;
@@ -2561,6 +2561,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2561
2561
  [x: string]: unknown;
2562
2562
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2563
2563
  [x: string]: unknown;
2564
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
2565
+ [x: string]: unknown;
2564
2566
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2565
2567
  headers?: Partial<{
2566
2568
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -2584,6 +2586,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2584
2586
  [x: string]: unknown;
2585
2587
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2586
2588
  [x: string]: unknown;
2589
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
2590
+ [x: string]: unknown;
2587
2591
  }, 429, "application/json">>>;
2588
2592
  /** Return the BaseItem of the Contract with the given ID. */
2589
2593
  getBaseItemOfContract: (request: {
@@ -2681,6 +2685,68 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
2681
2685
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2682
2686
  [x: string]: unknown;
2683
2687
  }, 429, "application/json">>>;
2688
+ /** Return the Contract for the given Certificate. */
2689
+ getDetailOfContractByCertificate: (request: {
2690
+ certificateId: string;
2691
+ headers?: {
2692
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
2693
+ "x-access-token"?: string | undefined;
2694
+ } | undefined;
2695
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
2696
+ headers?: Partial<{
2697
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2698
+ }> | undefined;
2699
+ } & {
2700
+ pathParameters: {
2701
+ certificateId: string;
2702
+ };
2703
+ } & {
2704
+ headers: {
2705
+ "x-access-token"?: string | undefined;
2706
+ } & Partial<{
2707
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2708
+ }>;
2709
+ }, import("@mittwald/api-client-commons").Response<{
2710
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
2711
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
2712
+ contractId: string;
2713
+ contractNumber: string;
2714
+ customerId: string;
2715
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
2716
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2717
+ [x: string]: unknown;
2718
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2719
+ [x: string]: unknown;
2720
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2721
+ [x: string]: unknown;
2722
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
2723
+ headers?: Partial<{
2724
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2725
+ }> | undefined;
2726
+ } & {
2727
+ pathParameters: {
2728
+ certificateId: string;
2729
+ };
2730
+ } & {
2731
+ headers: {
2732
+ "x-access-token"?: string | undefined;
2733
+ } & Partial<{
2734
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
2735
+ }>;
2736
+ }, import("@mittwald/api-client-commons").Response<{
2737
+ additionalItems?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem[] | undefined;
2738
+ baseItem: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractContractItem;
2739
+ contractId: string;
2740
+ contractNumber: string;
2741
+ customerId: string;
2742
+ termination?: import("./types.js").MittwaldAPIV2.Components.Schemas.ContractTermination | undefined;
2743
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
2744
+ [x: string]: unknown;
2745
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
2746
+ [x: string]: unknown;
2747
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
2748
+ [x: string]: unknown;
2749
+ }, 429, "application/json">>>;
2684
2750
  /** Return the Contract for the given Domain. */
2685
2751
  getDetailOfContractByDomain: (request: {
2686
2752
  domainId: string;
@@ -3650,6 +3716,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3650
3716
  machineType?: string | undefined;
3651
3717
  };
3652
3718
  promotionCode?: string | undefined;
3719
+ recommendationCode?: string | undefined;
3653
3720
  useFreeTrial?: boolean | undefined;
3654
3721
  } | {
3655
3722
  customerId: string;
@@ -3657,6 +3724,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
3657
3724
  diskspaceInGiB: number;
3658
3725
  machineType: string;
3659
3726
  promotionCode?: string | undefined;
3727
+ recommendationCode?: string | undefined;
3660
3728
  useFreeTrial?: boolean | undefined;
3661
3729
  } | {
3662
3730
  domain: string;
@@ -4529,6 +4597,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4529
4597
  disabled: boolean;
4530
4598
  extensionId: string;
4531
4599
  id: string;
4600
+ pendingInstallation: boolean;
4601
+ pendingRemoval: boolean;
4532
4602
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4533
4603
  [x: string]: unknown;
4534
4604
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -4558,6 +4628,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4558
4628
  disabled: boolean;
4559
4629
  extensionId: string;
4560
4630
  id: string;
4631
+ pendingInstallation: boolean;
4632
+ pendingRemoval: boolean;
4561
4633
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4562
4634
  [x: string]: unknown;
4563
4635
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -4807,7 +4879,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4807
4879
  contributorId: string;
4808
4880
  headers?: {
4809
4881
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4810
- "x-access-token"?: string | undefined;
4811
4882
  } | undefined;
4812
4883
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4813
4884
  headers?: Partial<{
@@ -4817,12 +4888,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4817
4888
  pathParameters: {
4818
4889
  contributorId: string;
4819
4890
  };
4820
- } & {
4821
- headers: {
4822
- "x-access-token"?: string | undefined;
4823
- } & Partial<{
4824
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4825
- }>;
4826
4891
  }, import("@mittwald/api-client-commons").Response<{
4827
4892
  customerId: string;
4828
4893
  email?: string | undefined;
@@ -4844,12 +4909,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4844
4909
  pathParameters: {
4845
4910
  contributorId: string;
4846
4911
  };
4847
- } & {
4848
- headers: {
4849
- "x-access-token"?: string | undefined;
4850
- } & Partial<{
4851
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4852
- }>;
4853
4912
  }, import("@mittwald/api-client-commons").Response<{
4854
4913
  customerId: string;
4855
4914
  email?: string | undefined;
@@ -4869,7 +4928,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4869
4928
  extensionId: string;
4870
4929
  headers?: {
4871
4930
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4872
- "x-access-token"?: string | undefined;
4873
4931
  } | undefined;
4874
4932
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4875
4933
  headers?: Partial<{
@@ -4879,16 +4937,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4879
4937
  pathParameters: {
4880
4938
  extensionId: string;
4881
4939
  };
4882
- } & {
4883
- headers: {
4884
- "x-access-token"?: string | undefined;
4885
- } & Partial<{
4886
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4887
- }>;
4888
4940
  }, import("@mittwald/api-client-commons").Response<{
4889
4941
  blocked: boolean;
4890
4942
  context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
4891
4943
  contributorId: string;
4944
+ deprecation?: {
4945
+ deprecatedAt: string;
4946
+ } | undefined;
4892
4947
  description: string;
4893
4948
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
4894
4949
  disabled: boolean;
@@ -4904,6 +4959,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4904
4959
  tags: string[];
4905
4960
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4906
4961
  [x: string]: unknown;
4962
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4963
+ [x: string]: unknown;
4907
4964
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4908
4965
  headers?: Partial<{
4909
4966
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -4912,16 +4969,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4912
4969
  pathParameters: {
4913
4970
  extensionId: string;
4914
4971
  };
4915
- } & {
4916
- headers: {
4917
- "x-access-token"?: string | undefined;
4918
- } & Partial<{
4919
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4920
- }>;
4921
4972
  }, import("@mittwald/api-client-commons").Response<{
4922
4973
  blocked: boolean;
4923
4974
  context: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContext;
4924
4975
  contributorId: string;
4976
+ deprecation?: {
4977
+ deprecatedAt: string;
4978
+ } | undefined;
4925
4979
  description: string;
4926
4980
  detailedDescriptions?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceDetailedDescriptions | undefined;
4927
4981
  disabled: boolean;
@@ -4937,13 +4991,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4937
4991
  tags: string[];
4938
4992
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
4939
4993
  [x: string]: unknown;
4994
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
4995
+ [x: string]: unknown;
4940
4996
  }, 429, "application/json">>>;
4941
4997
  /** Get the public key to verify the webhook signature. */
4942
4998
  extensionGetPublicKey: (request: {
4943
4999
  serial: string;
4944
5000
  headers?: {
4945
5001
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4946
- "x-access-token"?: string | undefined;
4947
5002
  } | undefined;
4948
5003
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4949
5004
  headers?: Partial<{
@@ -4953,12 +5008,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4953
5008
  pathParameters: {
4954
5009
  serial: string;
4955
5010
  };
4956
- } & {
4957
- headers: {
4958
- "x-access-token"?: string | undefined;
4959
- } & Partial<{
4960
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4961
- }>;
4962
5011
  }, import("@mittwald/api-client-commons").Response<{
4963
5012
  algorithm: string;
4964
5013
  key: string;
@@ -4975,12 +5024,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4975
5024
  pathParameters: {
4976
5025
  serial: string;
4977
5026
  };
4978
- } & {
4979
- headers: {
4980
- "x-access-token"?: string | undefined;
4981
- } & Partial<{
4982
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
4983
- }>;
4984
5027
  }, import("@mittwald/api-client-commons").Response<{
4985
5028
  algorithm: string;
4986
5029
  key: string;
@@ -4994,7 +5037,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4994
5037
  extensionListContributors: (request?: {
4995
5038
  headers?: {
4996
5039
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
4997
- "x-access-token"?: string | undefined;
4998
5040
  } | undefined;
4999
5041
  queryParameters?: {
5000
5042
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -5014,12 +5056,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5014
5056
  } & Partial<{
5015
5057
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5016
5058
  }>;
5017
- } & {
5018
- headers: {
5019
- "x-access-token"?: string | undefined;
5020
- } & Partial<{
5021
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5022
- }>;
5023
5059
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5024
5060
  [x: string]: unknown;
5025
5061
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -5034,12 +5070,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5034
5070
  } & Partial<{
5035
5071
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5036
5072
  }>;
5037
- } & {
5038
- headers: {
5039
- "x-access-token"?: string | undefined;
5040
- } & Partial<{
5041
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5042
- }>;
5043
5073
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceContributor[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5044
5074
  [x: string]: unknown;
5045
5075
  }, 429, "application/json">>>;
@@ -5047,7 +5077,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5047
5077
  extensionListExtensions: (request?: {
5048
5078
  headers?: {
5049
5079
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5050
- "x-access-token"?: string | undefined;
5051
5080
  } | undefined;
5052
5081
  queryParameters?: {
5053
5082
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
@@ -5069,12 +5098,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5069
5098
  } & Partial<{
5070
5099
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5071
5100
  }>;
5072
- } & {
5073
- headers: {
5074
- "x-access-token"?: string | undefined;
5075
- } & Partial<{
5076
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5077
- }>;
5078
5101
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5079
5102
  [x: string]: unknown;
5080
5103
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
@@ -5090,12 +5113,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5090
5113
  } & Partial<{
5091
5114
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5092
5115
  }>;
5093
- } & {
5094
- headers: {
5095
- "x-access-token"?: string | undefined;
5096
- } & Partial<{
5097
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5098
- }>;
5099
5116
  }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtension[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
5100
5117
  [x: string]: unknown;
5101
5118
  }, 429, "application/json">>>;
@@ -5150,6 +5167,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5150
5167
  aggregate: "placementgroup";
5151
5168
  domain: "project";
5152
5169
  id: string;
5170
+ } | {
5171
+ aggregate: "extensionInstance";
5172
+ domain: "extension";
5173
+ id: string;
5153
5174
  } | undefined;
5154
5175
  title?: string | undefined;
5155
5176
  } | undefined;
@@ -6797,23 +6818,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6797
6818
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6798
6819
  [x: string]: unknown;
6799
6820
  }, 429, "application/json">>>;
6800
- /** Decline a CustomerInvite. */
6801
- declineCustomerInvite: (request: {
6802
- customerInviteId: string;
6803
- data?: {
6804
- [x: string]: unknown;
6805
- } | undefined;
6821
+ /** Lets us know your idea for our recommendation programm. */
6822
+ createRecommendationSuggestion: (request: {
6823
+ data: {
6824
+ suggestion: string;
6825
+ };
6826
+ customerId: string;
6806
6827
  headers?: {
6807
6828
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6808
6829
  "x-access-token"?: string | undefined;
6809
6830
  } | undefined;
6810
6831
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6811
6832
  data: {
6812
- [x: string]: unknown;
6833
+ suggestion: string;
6813
6834
  };
6814
6835
  } & {
6815
6836
  pathParameters: {
6816
- customerInviteId: string;
6837
+ customerId: string;
6817
6838
  };
6818
6839
  } & {
6819
6840
  headers?: Partial<{
@@ -6825,15 +6846,25 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6825
6846
  } & Partial<{
6826
6847
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6827
6848
  }>;
6828
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6849
+ }, import("@mittwald/api-client-commons").Response<{
6850
+ customerId?: string | undefined;
6851
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6852
+ [x: string]: unknown;
6853
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6854
+ [x: string]: unknown;
6855
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6856
+ [x: string]: unknown;
6857
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
6858
+ [x: string]: unknown;
6859
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6829
6860
  [x: string]: unknown;
6830
6861
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6831
6862
  data: {
6832
- [x: string]: unknown;
6863
+ suggestion: string;
6833
6864
  };
6834
6865
  } & {
6835
6866
  pathParameters: {
6836
- customerInviteId: string;
6867
+ customerId: string;
6837
6868
  };
6838
6869
  } & {
6839
6870
  headers?: Partial<{
@@ -6845,12 +6876,22 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6845
6876
  } & Partial<{
6846
6877
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6847
6878
  }>;
6848
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
6879
+ }, import("@mittwald/api-client-commons").Response<{
6880
+ customerId?: string | undefined;
6881
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
6882
+ [x: string]: unknown;
6883
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6884
+ [x: string]: unknown;
6885
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6886
+ [x: string]: unknown;
6887
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
6888
+ [x: string]: unknown;
6889
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6849
6890
  [x: string]: unknown;
6850
6891
  }, 429, "application/json">>>;
6851
- /** Get a CustomerInvite. */
6852
- getCustomerInvite: (request: {
6853
- customerInviteId: string;
6892
+ /** Gets the Wallet of the Customer. */
6893
+ getWallet: (request: {
6894
+ customerId: string;
6854
6895
  headers?: {
6855
6896
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6856
6897
  "x-access-token"?: string | undefined;
@@ -6861,7 +6902,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6861
6902
  }> | undefined;
6862
6903
  } & {
6863
6904
  pathParameters: {
6864
- customerInviteId: string;
6905
+ customerId: string;
6865
6906
  };
6866
6907
  } & {
6867
6908
  headers: {
@@ -6870,26 +6911,27 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6870
6911
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6871
6912
  }>;
6872
6913
  }, import("@mittwald/api-client-commons").Response<{
6873
- avatarRefId?: string | undefined;
6874
6914
  customerId: string;
6875
- customerName: string;
6876
- id: string;
6877
- information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
6878
- mailAddress: string;
6879
- membershipExpiresAt?: string | undefined;
6880
- message?: string | undefined;
6881
- role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
6915
+ points: number;
6916
+ recommendationCode?: string | undefined;
6917
+ walletId: string;
6882
6918
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6883
6919
  [x: string]: unknown;
6920
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6921
+ [x: string]: unknown;
6884
6922
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6885
6923
  [x: string]: unknown;
6924
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
6925
+ [x: string]: unknown;
6926
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6927
+ [x: string]: unknown;
6886
6928
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6887
6929
  headers?: Partial<{
6888
6930
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6889
6931
  }> | undefined;
6890
6932
  } & {
6891
6933
  pathParameters: {
6892
- customerInviteId: string;
6934
+ customerId: string;
6893
6935
  };
6894
6936
  } & {
6895
6937
  headers: {
@@ -6898,23 +6940,199 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6898
6940
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6899
6941
  }>;
6900
6942
  }, import("@mittwald/api-client-commons").Response<{
6901
- avatarRefId?: string | undefined;
6902
6943
  customerId: string;
6903
- customerName: string;
6904
- id: string;
6905
- information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
6906
- mailAddress: string;
6907
- membershipExpiresAt?: string | undefined;
6908
- message?: string | undefined;
6909
- role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
6944
+ points: number;
6945
+ recommendationCode?: string | undefined;
6946
+ walletId: string;
6910
6947
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6911
6948
  [x: string]: unknown;
6949
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6950
+ [x: string]: unknown;
6912
6951
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6913
6952
  [x: string]: unknown;
6953
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
6954
+ [x: string]: unknown;
6955
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6956
+ [x: string]: unknown;
6914
6957
  }, 429, "application/json">>>;
6915
- /** Delete a CustomerInvite. */
6916
- deleteCustomerInvite: (request: {
6917
- customerInviteId: string;
6958
+ /** Create the Wallet for the Customer. */
6959
+ createWallet: (request: {
6960
+ customerId: string;
6961
+ headers?: {
6962
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6963
+ "x-access-token"?: string | undefined;
6964
+ } | undefined;
6965
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6966
+ headers?: Partial<{
6967
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6968
+ }> | undefined;
6969
+ } & {
6970
+ pathParameters: {
6971
+ customerId: string;
6972
+ };
6973
+ } & {
6974
+ headers: {
6975
+ "x-access-token"?: string | undefined;
6976
+ } & Partial<{
6977
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6978
+ }>;
6979
+ }, import("@mittwald/api-client-commons").Response<{
6980
+ customerId?: string | undefined;
6981
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6982
+ [x: string]: unknown;
6983
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6984
+ [x: string]: unknown;
6985
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6986
+ [x: string]: unknown;
6987
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
6988
+ [x: string]: unknown;
6989
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
6990
+ [x: string]: unknown;
6991
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6992
+ headers?: Partial<{
6993
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6994
+ }> | undefined;
6995
+ } & {
6996
+ pathParameters: {
6997
+ customerId: string;
6998
+ };
6999
+ } & {
7000
+ headers: {
7001
+ "x-access-token"?: string | undefined;
7002
+ } & Partial<{
7003
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7004
+ }>;
7005
+ }, import("@mittwald/api-client-commons").Response<{
7006
+ customerId?: string | undefined;
7007
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7008
+ [x: string]: unknown;
7009
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
7010
+ [x: string]: unknown;
7011
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7012
+ [x: string]: unknown;
7013
+ }, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
7014
+ [x: string]: unknown;
7015
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
7016
+ [x: string]: unknown;
7017
+ }, 429, "application/json">>>;
7018
+ /** Decline a CustomerInvite. */
7019
+ declineCustomerInvite: (request: {
7020
+ customerInviteId: string;
7021
+ data?: {
7022
+ [x: string]: unknown;
7023
+ } | undefined;
7024
+ headers?: {
7025
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7026
+ "x-access-token"?: string | undefined;
7027
+ } | undefined;
7028
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7029
+ data: {
7030
+ [x: string]: unknown;
7031
+ };
7032
+ } & {
7033
+ pathParameters: {
7034
+ customerInviteId: string;
7035
+ };
7036
+ } & {
7037
+ headers?: Partial<{
7038
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7039
+ }> | undefined;
7040
+ } & {
7041
+ headers: {
7042
+ "x-access-token"?: string | undefined;
7043
+ } & Partial<{
7044
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7045
+ }>;
7046
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7047
+ [x: string]: unknown;
7048
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7049
+ data: {
7050
+ [x: string]: unknown;
7051
+ };
7052
+ } & {
7053
+ pathParameters: {
7054
+ customerInviteId: string;
7055
+ };
7056
+ } & {
7057
+ headers?: Partial<{
7058
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7059
+ }> | undefined;
7060
+ } & {
7061
+ headers: {
7062
+ "x-access-token"?: string | undefined;
7063
+ } & Partial<{
7064
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7065
+ }>;
7066
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
7067
+ [x: string]: unknown;
7068
+ }, 429, "application/json">>>;
7069
+ /** Get a CustomerInvite. */
7070
+ getCustomerInvite: (request: {
7071
+ customerInviteId: string;
7072
+ headers?: {
7073
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
7074
+ "x-access-token"?: string | undefined;
7075
+ } | undefined;
7076
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
7077
+ headers?: Partial<{
7078
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7079
+ }> | undefined;
7080
+ } & {
7081
+ pathParameters: {
7082
+ customerInviteId: string;
7083
+ };
7084
+ } & {
7085
+ headers: {
7086
+ "x-access-token"?: string | undefined;
7087
+ } & Partial<{
7088
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7089
+ }>;
7090
+ }, import("@mittwald/api-client-commons").Response<{
7091
+ avatarRefId?: string | undefined;
7092
+ customerId: string;
7093
+ customerName: string;
7094
+ id: string;
7095
+ information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
7096
+ mailAddress: string;
7097
+ membershipExpiresAt?: string | undefined;
7098
+ message?: string | undefined;
7099
+ role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
7100
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7101
+ [x: string]: unknown;
7102
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7103
+ [x: string]: unknown;
7104
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
7105
+ headers?: Partial<{
7106
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7107
+ }> | undefined;
7108
+ } & {
7109
+ pathParameters: {
7110
+ customerInviteId: string;
7111
+ };
7112
+ } & {
7113
+ headers: {
7114
+ "x-access-token"?: string | undefined;
7115
+ } & Partial<{
7116
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
7117
+ }>;
7118
+ }, import("@mittwald/api-client-commons").Response<{
7119
+ avatarRefId?: string | undefined;
7120
+ customerId: string;
7121
+ customerName: string;
7122
+ id: string;
7123
+ information: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipInviteInformation;
7124
+ mailAddress: string;
7125
+ membershipExpiresAt?: string | undefined;
7126
+ message?: string | undefined;
7127
+ role: import("./types.js").MittwaldAPIV2.Components.Schemas.MembershipCustomerRoles;
7128
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
7129
+ [x: string]: unknown;
7130
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
7131
+ [x: string]: unknown;
7132
+ }, 429, "application/json">>>;
7133
+ /** Delete a CustomerInvite. */
7134
+ deleteCustomerInvite: (request: {
7135
+ customerInviteId: string;
6918
7136
  headers?: {
6919
7137
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6920
7138
  "x-access-token"?: string | undefined;
@@ -9654,10 +9872,26 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9654
9872
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9655
9873
  "x-access-token"?: string | undefined;
9656
9874
  } | undefined;
9875
+ queryParameters?: {
9876
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
9877
+ severities?: ("success" | "info" | "warning" | "error")[] | undefined;
9878
+ referenceId?: string | undefined;
9879
+ referenceAggregate?: string | undefined;
9880
+ referenceDomain?: string | undefined;
9881
+ } | undefined;
9657
9882
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
9658
9883
  headers?: Partial<{
9659
9884
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9660
9885
  }> | undefined;
9886
+ } & {
9887
+ queryParameters: {
9888
+ severities?: ("success" | "info" | "warning" | "error")[] | undefined;
9889
+ referenceId?: string | undefined;
9890
+ referenceAggregate?: string | undefined;
9891
+ referenceDomain?: string | undefined;
9892
+ } & Partial<{
9893
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9894
+ }>;
9661
9895
  } & {
9662
9896
  headers: {
9663
9897
  "x-access-token"?: string | undefined;
@@ -9666,6 +9900,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9666
9900
  }>;
9667
9901
  }, import("@mittwald/api-client-commons").Response<{
9668
9902
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
9903
+ updatedCount: number;
9669
9904
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9670
9905
  [x: string]: unknown;
9671
9906
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -9674,6 +9909,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9674
9909
  headers?: Partial<{
9675
9910
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9676
9911
  }> | undefined;
9912
+ } & {
9913
+ queryParameters: {
9914
+ severities?: ("success" | "info" | "warning" | "error")[] | undefined;
9915
+ referenceId?: string | undefined;
9916
+ referenceAggregate?: string | undefined;
9917
+ referenceDomain?: string | undefined;
9918
+ } & Partial<{
9919
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
9920
+ }>;
9677
9921
  } & {
9678
9922
  headers: {
9679
9923
  "x-access-token"?: string | undefined;
@@ -9682,6 +9926,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
9682
9926
  }>;
9683
9927
  }, import("@mittwald/api-client-commons").Response<{
9684
9928
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.MessagingNotificationStatus;
9929
+ updatedCount: number;
9685
9930
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
9686
9931
  [x: string]: unknown;
9687
9932
  }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -10297,6 +10542,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10297
10542
  page?: number | undefined;
10298
10543
  limit?: number | undefined;
10299
10544
  domainSearchName?: string | undefined;
10545
+ contactHash?: string | undefined;
10300
10546
  } | undefined;
10301
10547
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
10302
10548
  headers?: Partial<{
@@ -10308,6 +10554,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10308
10554
  page?: number | undefined;
10309
10555
  limit?: number | undefined;
10310
10556
  domainSearchName?: string | undefined;
10557
+ contactHash?: string | undefined;
10311
10558
  } & Partial<{
10312
10559
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10313
10560
  }>;
@@ -10331,6 +10578,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10331
10578
  page?: number | undefined;
10332
10579
  limit?: number | undefined;
10333
10580
  domainSearchName?: string | undefined;
10581
+ contactHash?: string | undefined;
10334
10582
  } & Partial<{
10335
10583
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
10336
10584
  }>;
@@ -10521,6 +10769,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10521
10769
  authCode?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
10522
10770
  authCode2?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
10523
10771
  connected: boolean;
10772
+ contactHash?: string | undefined;
10524
10773
  deleted: boolean;
10525
10774
  domain: string;
10526
10775
  domainId: string;
@@ -10557,6 +10806,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
10557
10806
  authCode?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode | undefined;
10558
10807
  authCode2?: import("./types.js").MittwaldAPIV2.Components.Schemas.DomainAuthCode2 | undefined;
10559
10808
  connected: boolean;
10809
+ contactHash?: string | undefined;
10560
10810
  deleted: boolean;
10561
10811
  domain: string;
10562
10812
  domainId: string;
@@ -11067,6 +11317,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11067
11317
  queryParameters?: {
11068
11318
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11069
11319
  projectId?: string | undefined;
11320
+ certificateId?: string | undefined;
11321
+ limit?: number | undefined;
11322
+ skip?: number | undefined;
11323
+ page?: number | undefined;
11070
11324
  } | undefined;
11071
11325
  } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11072
11326
  headers?: Partial<{
@@ -11075,6 +11329,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11075
11329
  } & {
11076
11330
  queryParameters: {
11077
11331
  projectId?: string | undefined;
11332
+ certificateId?: string | undefined;
11333
+ limit?: number | undefined;
11334
+ skip?: number | undefined;
11335
+ page?: number | undefined;
11078
11336
  } & Partial<{
11079
11337
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11080
11338
  }>;
@@ -11095,6 +11353,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11095
11353
  } & {
11096
11354
  queryParameters: {
11097
11355
  projectId?: string | undefined;
11356
+ certificateId?: string | undefined;
11357
+ limit?: number | undefined;
11358
+ skip?: number | undefined;
11359
+ page?: number | undefined;
11098
11360
  } & Partial<{
11099
11361
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11100
11362
  }>;
@@ -11335,6 +11597,59 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11335
11597
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
11336
11598
  [x: string]: unknown;
11337
11599
  }, 429, "application/json">>>;
11600
+ /** List Ingresses compatible with a certificate. */
11601
+ ingressListIngressesCompatibleWithCertificate: (request: {
11602
+ data: {
11603
+ certificate: string;
11604
+ projectId: string;
11605
+ };
11606
+ headers?: {
11607
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11608
+ "x-access-token"?: string | undefined;
11609
+ } | undefined;
11610
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11611
+ data: {
11612
+ certificate: string;
11613
+ projectId: string;
11614
+ };
11615
+ } & {
11616
+ headers?: Partial<{
11617
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11618
+ }> | undefined;
11619
+ } & {
11620
+ headers: {
11621
+ "x-access-token"?: string | undefined;
11622
+ } & Partial<{
11623
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11624
+ }>;
11625
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11626
+ [x: string]: unknown;
11627
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
11628
+ [x: string]: unknown;
11629
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11630
+ [x: string]: unknown;
11631
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11632
+ data: {
11633
+ certificate: string;
11634
+ projectId: string;
11635
+ };
11636
+ } & {
11637
+ headers?: Partial<{
11638
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11639
+ }> | undefined;
11640
+ } & {
11641
+ headers: {
11642
+ "x-access-token"?: string | undefined;
11643
+ } & Partial<{
11644
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11645
+ }>;
11646
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.IngressIngress[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11647
+ [x: string]: unknown;
11648
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
11649
+ [x: string]: unknown;
11650
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11651
+ [x: string]: unknown;
11652
+ }, 429, "application/json">>>;
11338
11653
  /** Update the paths of an Ingress. */
11339
11654
  ingressUpdateIngressPaths: (request: {
11340
11655
  data: import("./types.js").MittwaldAPIV2.Components.Schemas.IngressPath[];
@@ -11432,80 +11747,660 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11432
11747
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11433
11748
  [x: string]: unknown;
11434
11749
  }, 429, "application/json">>>;
11435
- /** Update the tls settings of an Ingress. */
11436
- ingressUpdateIngressTls: (request: {
11437
- data: {
11438
- acme: boolean;
11439
- isCreated?: boolean | undefined;
11440
- requestDeadline?: string | undefined;
11441
- };
11442
- ingressId: string;
11750
+ /** Update the tls settings of an Ingress. */
11751
+ ingressUpdateIngressTls: (request: {
11752
+ data: {
11753
+ acme: boolean;
11754
+ isCreated?: boolean | undefined;
11755
+ requestDeadline?: string | undefined;
11756
+ };
11757
+ ingressId: string;
11758
+ headers?: {
11759
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11760
+ "x-access-token"?: string | undefined;
11761
+ } | undefined;
11762
+ } | {
11763
+ data: {
11764
+ certificateId: string;
11765
+ };
11766
+ ingressId: string;
11767
+ headers?: {
11768
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11769
+ "x-access-token"?: string | undefined;
11770
+ } | undefined;
11771
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
11772
+ data: {
11773
+ acme: boolean;
11774
+ isCreated?: boolean | undefined;
11775
+ requestDeadline?: string | undefined;
11776
+ };
11777
+ } | {
11778
+ data: {
11779
+ certificateId: string;
11780
+ };
11781
+ }) & {
11782
+ pathParameters: {
11783
+ ingressId: string;
11784
+ };
11785
+ }) & {
11786
+ headers?: Partial<{
11787
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11788
+ }> | undefined;
11789
+ } & {
11790
+ headers: {
11791
+ "x-access-token"?: string | undefined;
11792
+ } & Partial<{
11793
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11794
+ }>;
11795
+ }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11796
+ [x: string]: unknown;
11797
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
11798
+ [x: string]: unknown;
11799
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11800
+ [x: string]: unknown;
11801
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
11802
+ [x: string]: unknown;
11803
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
11804
+ data: {
11805
+ acme: boolean;
11806
+ isCreated?: boolean | undefined;
11807
+ requestDeadline?: string | undefined;
11808
+ };
11809
+ } | {
11810
+ data: {
11811
+ certificateId: string;
11812
+ };
11813
+ }) & {
11814
+ pathParameters: {
11815
+ ingressId: string;
11816
+ };
11817
+ }) & {
11818
+ headers?: Partial<{
11819
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11820
+ }> | undefined;
11821
+ } & {
11822
+ headers: {
11823
+ "x-access-token"?: string | undefined;
11824
+ } & Partial<{
11825
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11826
+ }>;
11827
+ }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11828
+ [x: string]: unknown;
11829
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
11830
+ [x: string]: unknown;
11831
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11832
+ [x: string]: unknown;
11833
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
11834
+ [x: string]: unknown;
11835
+ }, 429, "application/json">>>;
11836
+ /** Check the replacement of a Certificate. */
11837
+ sslCheckReplaceCertificate: (request: {
11838
+ data: {
11839
+ certificate: string;
11840
+ privateKey?: string | undefined;
11841
+ };
11842
+ certificateId: string;
11843
+ headers?: {
11844
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11845
+ "x-access-token"?: string | undefined;
11846
+ } | undefined;
11847
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11848
+ data: {
11849
+ certificate: string;
11850
+ privateKey?: string | undefined;
11851
+ };
11852
+ } & {
11853
+ pathParameters: {
11854
+ certificateId: string;
11855
+ };
11856
+ } & {
11857
+ headers?: Partial<{
11858
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11859
+ }> | undefined;
11860
+ } & {
11861
+ headers: {
11862
+ "x-access-token"?: string | undefined;
11863
+ } & Partial<{
11864
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11865
+ }>;
11866
+ }, import("@mittwald/api-client-commons").Response<{
11867
+ changes?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges | undefined;
11868
+ errors?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateError[] | undefined;
11869
+ isReplaceable: boolean;
11870
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11871
+ [x: string]: unknown;
11872
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11873
+ [x: string]: unknown;
11874
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11875
+ data: {
11876
+ certificate: string;
11877
+ privateKey?: string | undefined;
11878
+ };
11879
+ } & {
11880
+ pathParameters: {
11881
+ certificateId: string;
11882
+ };
11883
+ } & {
11884
+ headers?: Partial<{
11885
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11886
+ }> | undefined;
11887
+ } & {
11888
+ headers: {
11889
+ "x-access-token"?: string | undefined;
11890
+ } & Partial<{
11891
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11892
+ }>;
11893
+ }, import("@mittwald/api-client-commons").Response<{
11894
+ changes?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCheckReplaceChanges | undefined;
11895
+ errors?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateError[] | undefined;
11896
+ isReplaceable: boolean;
11897
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11898
+ [x: string]: unknown;
11899
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11900
+ [x: string]: unknown;
11901
+ }, 429, "application/json">>>;
11902
+ /** List CertificateRequests belonging to a Project or an Ingress. */
11903
+ sslListCertificateRequests: (request?: {
11904
+ headers?: {
11905
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11906
+ "x-access-token"?: string | undefined;
11907
+ } | undefined;
11908
+ queryParameters?: {
11909
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11910
+ projectId?: string | undefined;
11911
+ ingressId?: string | undefined;
11912
+ } | undefined;
11913
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11914
+ headers?: Partial<{
11915
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11916
+ }> | undefined;
11917
+ } & {
11918
+ queryParameters: {
11919
+ projectId?: string | undefined;
11920
+ ingressId?: string | undefined;
11921
+ } & Partial<{
11922
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11923
+ }>;
11924
+ } & {
11925
+ headers: {
11926
+ "x-access-token"?: string | undefined;
11927
+ } & Partial<{
11928
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11929
+ }>;
11930
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateRequest[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11931
+ [x: string]: unknown;
11932
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11933
+ [x: string]: unknown;
11934
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11935
+ headers?: Partial<{
11936
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11937
+ }> | undefined;
11938
+ } & {
11939
+ queryParameters: {
11940
+ projectId?: string | undefined;
11941
+ ingressId?: string | undefined;
11942
+ } & Partial<{
11943
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11944
+ }>;
11945
+ } & {
11946
+ headers: {
11947
+ "x-access-token"?: string | undefined;
11948
+ } & Partial<{
11949
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11950
+ }>;
11951
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateRequest[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11952
+ [x: string]: unknown;
11953
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11954
+ [x: string]: unknown;
11955
+ }, 429, "application/json">>>;
11956
+ /** Create a CertificateRequest. */
11957
+ sslCreateCertificateRequest: (request: {
11958
+ data: {
11959
+ certificate: string;
11960
+ privateKey: string;
11961
+ projectId: string;
11962
+ };
11963
+ headers?: {
11964
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11965
+ "x-access-token"?: string | undefined;
11966
+ } | undefined;
11967
+ } | {
11968
+ data: {
11969
+ commonName: string;
11970
+ contact: {
11971
+ city?: string | undefined;
11972
+ company?: string | undefined;
11973
+ country?: string | undefined;
11974
+ organizationalUnit?: string | undefined;
11975
+ state?: string | undefined;
11976
+ };
11977
+ projectId: string;
11978
+ };
11979
+ headers?: {
11980
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11981
+ "x-access-token"?: string | undefined;
11982
+ } | undefined;
11983
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<({
11984
+ data: {
11985
+ certificate: string;
11986
+ privateKey: string;
11987
+ projectId: string;
11988
+ };
11989
+ } | {
11990
+ data: {
11991
+ commonName: string;
11992
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
11993
+ projectId: string;
11994
+ };
11995
+ }) & {
11996
+ headers?: Partial<{
11997
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11998
+ }> | undefined;
11999
+ } & {
12000
+ headers: {
12001
+ "x-access-token"?: string | undefined;
12002
+ } & Partial<{
12003
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12004
+ }>;
12005
+ }, import("@mittwald/api-client-commons").Response<{
12006
+ commonName?: string | undefined;
12007
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
12008
+ dnsNames?: string[] | undefined;
12009
+ id: string;
12010
+ issuer?: string | undefined;
12011
+ signingRequest?: string | undefined;
12012
+ validFrom?: string | undefined;
12013
+ validTo?: string | undefined;
12014
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
12015
+ [x: string]: unknown;
12016
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
12017
+ [x: string]: unknown;
12018
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12019
+ [x: string]: unknown;
12020
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<({
12021
+ data: {
12022
+ certificate: string;
12023
+ privateKey: string;
12024
+ projectId: string;
12025
+ };
12026
+ } | {
12027
+ data: {
12028
+ commonName: string;
12029
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
12030
+ projectId: string;
12031
+ };
12032
+ }) & {
12033
+ headers?: Partial<{
12034
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12035
+ }> | undefined;
12036
+ } & {
12037
+ headers: {
12038
+ "x-access-token"?: string | undefined;
12039
+ } & Partial<{
12040
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12041
+ }>;
12042
+ }, import("@mittwald/api-client-commons").Response<{
12043
+ commonName?: string | undefined;
12044
+ contact: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact;
12045
+ dnsNames?: string[] | undefined;
12046
+ id: string;
12047
+ issuer?: string | undefined;
12048
+ signingRequest?: string | undefined;
12049
+ validFrom?: string | undefined;
12050
+ validTo?: string | undefined;
12051
+ }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
12052
+ [x: string]: unknown;
12053
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
12054
+ [x: string]: unknown;
12055
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12056
+ [x: string]: unknown;
12057
+ }, 429, "application/json">>>;
12058
+ /** Delete a CertificateRequest. */
12059
+ sslDeleteCertificateRequest: (request: {
12060
+ certificateRequestId: string;
12061
+ headers?: {
12062
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12063
+ "x-access-token"?: string | undefined;
12064
+ } | undefined;
12065
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12066
+ headers?: Partial<{
12067
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12068
+ }> | undefined;
12069
+ } & {
12070
+ pathParameters: {
12071
+ certificateRequestId: string;
12072
+ };
12073
+ } & {
12074
+ headers: {
12075
+ "x-access-token"?: string | undefined;
12076
+ } & Partial<{
12077
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12078
+ }>;
12079
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12080
+ [x: string]: unknown;
12081
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12082
+ [x: string]: unknown;
12083
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12084
+ headers?: Partial<{
12085
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12086
+ }> | undefined;
12087
+ } & {
12088
+ pathParameters: {
12089
+ certificateRequestId: string;
12090
+ };
12091
+ } & {
12092
+ headers: {
12093
+ "x-access-token"?: string | undefined;
12094
+ } & Partial<{
12095
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12096
+ }>;
12097
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12098
+ [x: string]: unknown;
12099
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12100
+ [x: string]: unknown;
12101
+ }, 429, "application/json">>>;
12102
+ /** Delete a Certificate. */
12103
+ sslDeleteCertificate: (request: {
12104
+ certificateId: string;
12105
+ headers?: {
12106
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12107
+ "x-access-token"?: string | undefined;
12108
+ } | undefined;
12109
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12110
+ headers?: Partial<{
12111
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12112
+ }> | undefined;
12113
+ } & {
12114
+ pathParameters: {
12115
+ certificateId: string;
12116
+ };
12117
+ } & {
12118
+ headers: {
12119
+ "x-access-token"?: string | undefined;
12120
+ } & Partial<{
12121
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12122
+ }>;
12123
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12124
+ [x: string]: unknown;
12125
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12126
+ [x: string]: unknown;
12127
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12128
+ headers?: Partial<{
12129
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12130
+ }> | undefined;
12131
+ } & {
12132
+ pathParameters: {
12133
+ certificateId: string;
12134
+ };
12135
+ } & {
12136
+ headers: {
12137
+ "x-access-token"?: string | undefined;
12138
+ } & Partial<{
12139
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12140
+ }>;
12141
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12142
+ [x: string]: unknown;
12143
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12144
+ [x: string]: unknown;
12145
+ }, 429, "application/json">>>;
12146
+ /** Get a CertificateRequest. */
12147
+ sslGetCertificateRequest: (request: {
12148
+ certificateRequestId: string;
12149
+ headers?: {
12150
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12151
+ "x-access-token"?: string | undefined;
12152
+ } | undefined;
12153
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12154
+ headers?: Partial<{
12155
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12156
+ }> | undefined;
12157
+ } & {
12158
+ pathParameters: {
12159
+ certificateRequestId: string;
12160
+ };
12161
+ } & {
12162
+ headers: {
12163
+ "x-access-token"?: string | undefined;
12164
+ } & Partial<{
12165
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12166
+ }>;
12167
+ }, import("@mittwald/api-client-commons").Response<{
12168
+ certificateData: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateData;
12169
+ certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
12170
+ commonName?: string | undefined;
12171
+ contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
12172
+ createdAt: string;
12173
+ dnsNames?: string[] | undefined;
12174
+ id: string;
12175
+ isCompleted: boolean;
12176
+ issuer?: string | undefined;
12177
+ projectId: string;
12178
+ validFrom?: string | undefined;
12179
+ validTo?: string | undefined;
12180
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12181
+ [x: string]: unknown;
12182
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12183
+ [x: string]: unknown;
12184
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12185
+ headers?: Partial<{
12186
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12187
+ }> | undefined;
12188
+ } & {
12189
+ pathParameters: {
12190
+ certificateRequestId: string;
12191
+ };
12192
+ } & {
12193
+ headers: {
12194
+ "x-access-token"?: string | undefined;
12195
+ } & Partial<{
12196
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12197
+ }>;
12198
+ }, import("@mittwald/api-client-commons").Response<{
12199
+ certificateData: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateData;
12200
+ certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
12201
+ commonName?: string | undefined;
12202
+ contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
12203
+ createdAt: string;
12204
+ dnsNames?: string[] | undefined;
12205
+ id: string;
12206
+ isCompleted: boolean;
12207
+ issuer?: string | undefined;
12208
+ projectId: string;
12209
+ validFrom?: string | undefined;
12210
+ validTo?: string | undefined;
12211
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12212
+ [x: string]: unknown;
12213
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12214
+ [x: string]: unknown;
12215
+ }, 429, "application/json">>>;
12216
+ /** Get a Certificate. */
12217
+ sslGetCertificate: (request: {
12218
+ certificateId: string;
12219
+ headers?: {
12220
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12221
+ "x-access-token"?: string | undefined;
12222
+ } | undefined;
12223
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12224
+ headers?: Partial<{
12225
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12226
+ }> | undefined;
12227
+ } & {
12228
+ pathParameters: {
12229
+ certificateId: string;
12230
+ };
12231
+ } & {
12232
+ headers: {
12233
+ "x-access-token"?: string | undefined;
12234
+ } & Partial<{
12235
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12236
+ }>;
12237
+ }, import("@mittwald/api-client-commons").Response<{
12238
+ caBundle?: string | undefined;
12239
+ certificate: string;
12240
+ certificateOrderId?: string | undefined;
12241
+ certificateRequestId: string;
12242
+ certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
12243
+ commonName?: string | undefined;
12244
+ contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
12245
+ dnsNames?: string[] | undefined;
12246
+ id: string;
12247
+ isExpired: boolean;
12248
+ issuer?: string | undefined;
12249
+ lastExpirationThresholdHit: number;
12250
+ projectId: string;
12251
+ validFrom: string;
12252
+ validTo: string;
12253
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12254
+ [x: string]: unknown;
12255
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12256
+ [x: string]: unknown;
12257
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12258
+ headers?: Partial<{
12259
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12260
+ }> | undefined;
12261
+ } & {
12262
+ pathParameters: {
12263
+ certificateId: string;
12264
+ };
12265
+ } & {
12266
+ headers: {
12267
+ "x-access-token"?: string | undefined;
12268
+ } & Partial<{
12269
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12270
+ }>;
12271
+ }, import("@mittwald/api-client-commons").Response<{
12272
+ caBundle?: string | undefined;
12273
+ certificate: string;
12274
+ certificateOrderId?: string | undefined;
12275
+ certificateRequestId: string;
12276
+ certificateType: import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificateType;
12277
+ commonName?: string | undefined;
12278
+ contact?: import("./types.js").MittwaldAPIV2.Components.Schemas.SslContact | undefined;
12279
+ dnsNames?: string[] | undefined;
12280
+ id: string;
12281
+ isExpired: boolean;
12282
+ issuer?: string | undefined;
12283
+ lastExpirationThresholdHit: number;
12284
+ projectId: string;
12285
+ validFrom: string;
12286
+ validTo: string;
12287
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12288
+ [x: string]: unknown;
12289
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12290
+ [x: string]: unknown;
12291
+ }, 429, "application/json">>>;
12292
+ /** Update a Certificate. */
12293
+ sslReplaceCertificate: (request: {
12294
+ data: {
12295
+ certificate: string;
12296
+ privateKey?: string | undefined;
12297
+ };
12298
+ certificateId: string;
12299
+ headers?: {
12300
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12301
+ "x-access-token"?: string | undefined;
12302
+ } | undefined;
12303
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12304
+ data: {
12305
+ certificate: string;
12306
+ privateKey?: string | undefined;
12307
+ };
12308
+ } & {
12309
+ pathParameters: {
12310
+ certificateId: string;
12311
+ };
12312
+ } & {
12313
+ headers?: Partial<{
12314
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12315
+ }> | undefined;
12316
+ } & {
12317
+ headers: {
12318
+ "x-access-token"?: string | undefined;
12319
+ } & Partial<{
12320
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12321
+ }>;
12322
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12323
+ [x: string]: unknown;
12324
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
12325
+ [x: string]: unknown;
12326
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12327
+ [x: string]: unknown;
12328
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
12329
+ data: {
12330
+ certificate: string;
12331
+ privateKey?: string | undefined;
12332
+ };
12333
+ } & {
12334
+ pathParameters: {
12335
+ certificateId: string;
12336
+ };
12337
+ } & {
12338
+ headers?: Partial<{
12339
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12340
+ }> | undefined;
12341
+ } & {
12342
+ headers: {
12343
+ "x-access-token"?: string | undefined;
12344
+ } & Partial<{
12345
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12346
+ }>;
12347
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
12348
+ [x: string]: unknown;
12349
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
12350
+ [x: string]: unknown;
12351
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
12352
+ [x: string]: unknown;
12353
+ }, 429, "application/json">>>;
12354
+ /** List Certificates belonging to a Project or an Ingress. */
12355
+ sslListCertificates: (request?: {
11443
12356
  headers?: {
11444
12357
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11445
12358
  "x-access-token"?: string | undefined;
11446
12359
  } | undefined;
11447
- } | {
11448
- data: {
11449
- certificateId: string;
11450
- };
11451
- ingressId: string;
11452
- headers?: {
12360
+ queryParameters?: {
11453
12361
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11454
- "x-access-token"?: string | undefined;
12362
+ projectId?: string | undefined;
12363
+ ingressId?: string | undefined;
11455
12364
  } | undefined;
11456
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<(({
11457
- data: {
11458
- acme: boolean;
11459
- isCreated?: boolean | undefined;
11460
- requestDeadline?: string | undefined;
11461
- };
11462
- } | {
11463
- data: {
11464
- certificateId: string;
11465
- };
11466
- }) & {
11467
- pathParameters: {
11468
- ingressId: string;
11469
- };
11470
- }) & {
12365
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11471
12366
  headers?: Partial<{
11472
12367
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11473
12368
  }> | undefined;
12369
+ } & {
12370
+ queryParameters: {
12371
+ projectId?: string | undefined;
12372
+ ingressId?: string | undefined;
12373
+ } & Partial<{
12374
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12375
+ }>;
11474
12376
  } & {
11475
12377
  headers: {
11476
12378
  "x-access-token"?: string | undefined;
11477
12379
  } & Partial<{
11478
12380
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11479
12381
  }>;
11480
- }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12382
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11481
12383
  [x: string]: unknown;
11482
12384
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11483
12385
  [x: string]: unknown;
11484
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<(({
11485
- data: {
11486
- acme: boolean;
11487
- isCreated?: boolean | undefined;
11488
- requestDeadline?: string | undefined;
11489
- };
11490
- } | {
11491
- data: {
11492
- certificateId: string;
11493
- };
11494
- }) & {
11495
- pathParameters: {
11496
- ingressId: string;
11497
- };
11498
- }) & {
12386
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
11499
12387
  headers?: Partial<{
11500
12388
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11501
12389
  }> | undefined;
12390
+ } & {
12391
+ queryParameters: {
12392
+ projectId?: string | undefined;
12393
+ ingressId?: string | undefined;
12394
+ } & Partial<{
12395
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12396
+ }>;
11502
12397
  } & {
11503
12398
  headers: {
11504
12399
  "x-access-token"?: string | undefined;
11505
12400
  } & Partial<{
11506
12401
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
11507
12402
  }>;
11508
- }, import("@mittwald/api-client-commons").Response<{}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
12403
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.SslCertificate[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
11509
12404
  [x: string]: unknown;
11510
12405
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
11511
12406
  [x: string]: unknown;
@@ -11538,6 +12433,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11538
12433
  }>;
11539
12434
  }, import("@mittwald/api-client-commons").Response<{
11540
12435
  friendlyURL: string;
12436
+ friendlyUrl: string;
11541
12437
  id: string;
11542
12438
  mimeType: string;
11543
12439
  name: string;
@@ -11571,6 +12467,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11571
12467
  }>;
11572
12468
  }, import("@mittwald/api-client-commons").Response<{
11573
12469
  friendlyURL: string;
12470
+ friendlyUrl: string;
11574
12471
  id: string;
11575
12472
  mimeType: string;
11576
12473
  name: string;
@@ -11594,6 +12491,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11594
12491
  fileId: string;
11595
12492
  headers?: {
11596
12493
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12494
+ Token?: string | undefined;
12495
+ } | undefined;
12496
+ queryParameters?: {
12497
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12498
+ token?: string | undefined;
11597
12499
  } | undefined;
11598
12500
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11599
12501
  headers?: Partial<{
@@ -11603,8 +12505,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11603
12505
  pathParameters: {
11604
12506
  fileId: string;
11605
12507
  };
12508
+ } & {
12509
+ queryParameters: {
12510
+ token?: string | undefined;
12511
+ } & Partial<{
12512
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12513
+ }>;
12514
+ } & {
12515
+ headers: {
12516
+ Token?: string | undefined;
12517
+ } & Partial<{
12518
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12519
+ }>;
11606
12520
  }, import("@mittwald/api-client-commons").Response<{
11607
12521
  friendlyURL: string;
12522
+ friendlyUrl: string;
11608
12523
  id: string;
11609
12524
  mimeType: string;
11610
12525
  name: string;
@@ -11632,8 +12547,21 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11632
12547
  pathParameters: {
11633
12548
  fileId: string;
11634
12549
  };
12550
+ } & {
12551
+ queryParameters: {
12552
+ token?: string | undefined;
12553
+ } & Partial<{
12554
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12555
+ }>;
12556
+ } & {
12557
+ headers: {
12558
+ Token?: string | undefined;
12559
+ } & Partial<{
12560
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12561
+ }>;
11635
12562
  }, import("@mittwald/api-client-commons").Response<{
11636
12563
  friendlyURL: string;
12564
+ friendlyUrl: string;
11637
12565
  id: string;
11638
12566
  mimeType: string;
11639
12567
  name: string;
@@ -11673,6 +12601,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11673
12601
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
11674
12602
  maxSizeInBytes: number;
11675
12603
  maxSizeInKB: number;
12604
+ maxSizeInKb: number;
11676
12605
  mimeTypes: string[];
11677
12606
  properties?: {
11678
12607
  imageDimensions?: {
@@ -11707,6 +12636,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11707
12636
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
11708
12637
  maxSizeInBytes: number;
11709
12638
  maxSizeInKB: number;
12639
+ maxSizeInKb: number;
11710
12640
  mimeTypes: string[];
11711
12641
  properties?: {
11712
12642
  imageDimensions?: {
@@ -11748,6 +12678,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11748
12678
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
11749
12679
  maxSizeInBytes: number;
11750
12680
  maxSizeInKB: number;
12681
+ maxSizeInKb: number;
11751
12682
  mimeTypes: string[];
11752
12683
  properties?: {
11753
12684
  imageDimensions?: {
@@ -11780,6 +12711,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11780
12711
  fileTypes: import("./types.js").MittwaldAPIV2.Components.Schemas.FileFileType[];
11781
12712
  maxSizeInBytes: number;
11782
12713
  maxSizeInKB: number;
12714
+ maxSizeInKb: number;
11783
12715
  mimeTypes: string[];
11784
12716
  properties?: {
11785
12717
  imageDimensions?: {
@@ -11809,6 +12741,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11809
12741
  "Content-Disposition"?: ("inline" | "attachment") | undefined;
11810
12742
  Token?: string | undefined;
11811
12743
  } | undefined;
12744
+ queryParameters?: {
12745
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12746
+ token?: string | undefined;
12747
+ } | undefined;
11812
12748
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11813
12749
  headers?: Partial<{
11814
12750
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -11817,6 +12753,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11817
12753
  pathParameters: {
11818
12754
  fileId: string;
11819
12755
  };
12756
+ } & {
12757
+ queryParameters: {
12758
+ token?: string | undefined;
12759
+ } & Partial<{
12760
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12761
+ }>;
11820
12762
  } & {
11821
12763
  headers: {
11822
12764
  Accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
@@ -11847,6 +12789,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11847
12789
  pathParameters: {
11848
12790
  fileId: string;
11849
12791
  };
12792
+ } & {
12793
+ queryParameters: {
12794
+ token?: string | undefined;
12795
+ } & Partial<{
12796
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12797
+ }>;
11850
12798
  } & {
11851
12799
  headers: {
11852
12800
  Accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
@@ -11870,7 +12818,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11870
12818
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
11871
12819
  [x: string]: unknown;
11872
12820
  }, 500, "application/json">>>;
11873
- /** Get a File. */
12821
+ /** Get a File with user-friendly url. */
11874
12822
  getFileWithName: (request: {
11875
12823
  fileId: string;
11876
12824
  fileName: string;
@@ -11880,6 +12828,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11880
12828
  "Content-Disposition"?: ("inline" | "attachment") | undefined;
11881
12829
  Token?: string | undefined;
11882
12830
  } | undefined;
12831
+ queryParameters?: {
12832
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12833
+ token?: string | undefined;
12834
+ } | undefined;
11883
12835
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11884
12836
  headers?: Partial<{
11885
12837
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -11889,6 +12841,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11889
12841
  fileId: string;
11890
12842
  fileName: string;
11891
12843
  };
12844
+ } & {
12845
+ queryParameters: {
12846
+ token?: string | undefined;
12847
+ } & Partial<{
12848
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12849
+ }>;
11892
12850
  } & {
11893
12851
  headers: {
11894
12852
  Accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
@@ -11920,6 +12878,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11920
12878
  fileId: string;
11921
12879
  fileName: string;
11922
12880
  };
12881
+ } & {
12882
+ queryParameters: {
12883
+ token?: string | undefined;
12884
+ } & Partial<{
12885
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12886
+ }>;
11923
12887
  } & {
11924
12888
  headers: {
11925
12889
  Accept?: ("application/octet-stream" | "text/plain;base64") | undefined;
@@ -11953,6 +12917,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11953
12917
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11954
12918
  "x-access-token"?: string | undefined;
11955
12919
  } | undefined;
12920
+ queryParameters?: {
12921
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12922
+ search?: string | undefined;
12923
+ limit?: number | undefined;
12924
+ skip?: number | undefined;
12925
+ page?: number | undefined;
12926
+ } | undefined;
11956
12927
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
11957
12928
  headers?: Partial<{
11958
12929
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -11961,6 +12932,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11961
12932
  pathParameters: {
11962
12933
  projectId: string;
11963
12934
  };
12935
+ } & {
12936
+ queryParameters: {
12937
+ search?: string | undefined;
12938
+ limit?: number | undefined;
12939
+ skip?: number | undefined;
12940
+ page?: number | undefined;
12941
+ } & Partial<{
12942
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12943
+ }>;
11964
12944
  } & {
11965
12945
  headers: {
11966
12946
  "x-access-token"?: string | undefined;
@@ -11987,6 +12967,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11987
12967
  pathParameters: {
11988
12968
  projectId: string;
11989
12969
  };
12970
+ } & {
12971
+ queryParameters: {
12972
+ search?: string | undefined;
12973
+ limit?: number | undefined;
12974
+ skip?: number | undefined;
12975
+ page?: number | undefined;
12976
+ } & Partial<{
12977
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
12978
+ }>;
11990
12979
  } & {
11991
12980
  headers: {
11992
12981
  "x-access-token"?: string | undefined;
@@ -12091,6 +13080,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12091
13080
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
12092
13081
  "x-access-token"?: string | undefined;
12093
13082
  } | undefined;
13083
+ queryParameters?: {
13084
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13085
+ search?: string | undefined;
13086
+ limit?: number | undefined;
13087
+ skip?: number | undefined;
13088
+ page?: number | undefined;
13089
+ } | undefined;
12094
13090
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
12095
13091
  headers?: Partial<{
12096
13092
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -12099,6 +13095,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12099
13095
  pathParameters: {
12100
13096
  projectId: string;
12101
13097
  };
13098
+ } & {
13099
+ queryParameters: {
13100
+ search?: string | undefined;
13101
+ limit?: number | undefined;
13102
+ skip?: number | undefined;
13103
+ page?: number | undefined;
13104
+ } & Partial<{
13105
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13106
+ }>;
12102
13107
  } & {
12103
13108
  headers: {
12104
13109
  "x-access-token"?: string | undefined;
@@ -12125,6 +13130,15 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
12125
13130
  pathParameters: {
12126
13131
  projectId: string;
12127
13132
  };
13133
+ } & {
13134
+ queryParameters: {
13135
+ search?: string | undefined;
13136
+ limit?: number | undefined;
13137
+ skip?: number | undefined;
13138
+ page?: number | undefined;
13139
+ } & Partial<{
13140
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13141
+ }>;
12128
13142
  } & {
12129
13143
  headers: {
12130
13144
  "x-access-token"?: string | undefined;
@@ -13822,6 +14836,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13822
14836
  [x: string]: unknown;
13823
14837
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13824
14838
  [x: string]: unknown;
14839
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
14840
+ [x: string]: unknown;
13825
14841
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13826
14842
  headers?: Partial<{
13827
14843
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
@@ -13840,22 +14856,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13840
14856
  [x: string]: unknown;
13841
14857
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13842
14858
  [x: string]: unknown;
14859
+ }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
14860
+ [x: string]: unknown;
13843
14861
  }, 429, "application/json">>>;
13844
14862
  /** Validate your second factor. */
13845
14863
  authenticateMfa: (request: {
13846
14864
  data: {
14865
+ email: string;
13847
14866
  multiFactorCode: string;
13848
- email?: string | undefined;
13849
- password?: string | undefined;
14867
+ password: string;
13850
14868
  };
13851
14869
  headers?: {
13852
14870
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
13853
14871
  } | undefined;
13854
14872
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
13855
14873
  data: {
13856
- email?: string | undefined;
14874
+ email: string;
13857
14875
  multiFactorCode: string;
13858
- password?: string | undefined;
14876
+ password: string;
13859
14877
  };
13860
14878
  } & {
13861
14879
  headers?: Partial<{
@@ -13877,9 +14895,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13877
14895
  name: "FirstAuthenticationFactorExpired";
13878
14896
  }, 408, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13879
14897
  data: {
13880
- email?: string | undefined;
14898
+ email: string;
13881
14899
  multiFactorCode: string;
13882
- password?: string | undefined;
14900
+ password: string;
13883
14901
  };
13884
14902
  } & {
13885
14903
  headers?: Partial<{
@@ -15500,10 +16518,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15500
16518
  }>;
15501
16519
  }, import("@mittwald/api-client-commons").Response<{
15502
16520
  avatarRef?: string | undefined;
16521
+ customerMemberships?: {
16522
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.UserCustomerMembership;
16523
+ } | undefined;
15503
16524
  email?: string | undefined;
15504
16525
  employeeInformation?: {
15505
16526
  department: string;
15506
16527
  } | undefined;
16528
+ isEmployee?: boolean | undefined;
15507
16529
  mfa?: {
15508
16530
  active: boolean;
15509
16531
  setup: boolean;
@@ -15511,6 +16533,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15511
16533
  passwordUpdatedAt?: string | undefined;
15512
16534
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
15513
16535
  phoneNumber?: string | undefined;
16536
+ projectMemberships?: {
16537
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.UserProjectMembership;
16538
+ } | undefined;
15514
16539
  registeredAt?: string | undefined;
15515
16540
  userId: string;
15516
16541
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -15535,10 +16560,14 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15535
16560
  }>;
15536
16561
  }, import("@mittwald/api-client-commons").Response<{
15537
16562
  avatarRef?: string | undefined;
16563
+ customerMemberships?: {
16564
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.UserCustomerMembership;
16565
+ } | undefined;
15538
16566
  email?: string | undefined;
15539
16567
  employeeInformation?: {
15540
16568
  department: string;
15541
16569
  } | undefined;
16570
+ isEmployee?: boolean | undefined;
15542
16571
  mfa?: {
15543
16572
  active: boolean;
15544
16573
  setup: boolean;
@@ -15546,6 +16575,9 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
15546
16575
  passwordUpdatedAt?: string | undefined;
15547
16576
  person: import("./types.js").MittwaldAPIV2.Components.Schemas.CommonsPerson;
15548
16577
  phoneNumber?: string | undefined;
16578
+ projectMemberships?: {
16579
+ [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.UserProjectMembership;
16580
+ } | undefined;
15549
16581
  registeredAt?: string | undefined;
15550
16582
  userId: string;
15551
16583
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -18643,13 +19675,24 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18643
19675
  /** Relocate an external Project to mittwald. */
18644
19676
  createRelocation: (request: {
18645
19677
  data: {
19678
+ additionalServices: {
19679
+ dataCompare: "default" | "additionalCompare";
19680
+ };
18646
19681
  allowPasswordChange: boolean;
19682
+ articleType: "cms-hosting" | "cms-hosting-express" | "onlineshop" | "onlineshop-express";
18647
19683
  contact: {
18648
19684
  email: string;
18649
19685
  firstName: string;
18650
19686
  lastName: string;
18651
19687
  phoneNumber?: string | undefined;
18652
19688
  };
19689
+ prices: {
19690
+ positions: {
19691
+ name: string;
19692
+ price: number;
19693
+ }[];
19694
+ total: number;
19695
+ };
18653
19696
  provider: {
18654
19697
  loginUrl: string;
18655
19698
  name: string | ("1und1" | "strato");
@@ -18672,8 +19715,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18672
19715
  } | undefined;
18673
19716
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
18674
19717
  data: {
19718
+ additionalServices: {
19719
+ dataCompare: "default" | "additionalCompare";
19720
+ };
18675
19721
  allDomains?: boolean | undefined;
18676
19722
  allowPasswordChange: boolean;
19723
+ articleType: "cms-hosting" | "cms-hosting-express" | "onlineshop" | "onlineshop-express";
18677
19724
  contact: {
18678
19725
  email: string;
18679
19726
  firstName: string;
@@ -18682,6 +19729,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18682
19729
  };
18683
19730
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
18684
19731
  notes?: string | undefined;
19732
+ prices: {
19733
+ positions: {
19734
+ name: string;
19735
+ price: number;
19736
+ }[];
19737
+ total: number;
19738
+ };
18685
19739
  provider: {
18686
19740
  loginUrl: string;
18687
19741
  name: string | ("1und1" | "strato");
@@ -18706,8 +19760,12 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18706
19760
  [x: string]: unknown;
18707
19761
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
18708
19762
  data: {
19763
+ additionalServices: {
19764
+ dataCompare: "default" | "additionalCompare";
19765
+ };
18709
19766
  allDomains?: boolean | undefined;
18710
19767
  allowPasswordChange: boolean;
19768
+ articleType: "cms-hosting" | "cms-hosting-express" | "onlineshop" | "onlineshop-express";
18711
19769
  contact: {
18712
19770
  email: string;
18713
19771
  firstName: string;
@@ -18716,6 +19774,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18716
19774
  };
18717
19775
  domains?: import("./types.js").MittwaldAPIV2.Components.Schemas.DirectusDomain[] | undefined;
18718
19776
  notes?: string | undefined;
19777
+ prices: {
19778
+ positions: {
19779
+ name: string;
19780
+ price: number;
19781
+ }[];
19782
+ total: number;
19783
+ };
18719
19784
  provider: {
18720
19785
  loginUrl: string;
18721
19786
  name: string | ("1und1" | "strato");
@@ -18740,6 +19805,82 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
18740
19805
  [x: string]: unknown;
18741
19806
  }, 429, "application/json">>>;
18742
19807
  };
19808
+ /** API endpoints that are not related to any specific API domain */
19809
+ readonly misc: {
19810
+ /** Obtain a service token. */
19811
+ servicetokenAuthenticateService: (request: {
19812
+ data: {
19813
+ secretAccessKey: string;
19814
+ };
19815
+ accessKeyId: string;
19816
+ headers?: {
19817
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
19818
+ "x-access-token"?: string | undefined;
19819
+ } | undefined;
19820
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
19821
+ data: {
19822
+ secretAccessKey: string;
19823
+ };
19824
+ } & {
19825
+ pathParameters: {
19826
+ accessKeyId: string;
19827
+ };
19828
+ } & {
19829
+ headers?: Partial<{
19830
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19831
+ }> | undefined;
19832
+ } & {
19833
+ headers: {
19834
+ "x-access-token"?: string | undefined;
19835
+ } & Partial<{
19836
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19837
+ }>;
19838
+ }, import("@mittwald/api-client-commons").Response<{
19839
+ accessToken: {
19840
+ id: string;
19841
+ jwtClaims: {
19842
+ exp: string;
19843
+ iat: string;
19844
+ iss: string;
19845
+ sub: string;
19846
+ };
19847
+ publicToken: string;
19848
+ };
19849
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19850
+ [x: string]: unknown;
19851
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
19852
+ data: {
19853
+ secretAccessKey: string;
19854
+ };
19855
+ } & {
19856
+ pathParameters: {
19857
+ accessKeyId: string;
19858
+ };
19859
+ } & {
19860
+ headers?: Partial<{
19861
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19862
+ }> | undefined;
19863
+ } & {
19864
+ headers: {
19865
+ "x-access-token"?: string | undefined;
19866
+ } & Partial<{
19867
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
19868
+ }>;
19869
+ }, import("@mittwald/api-client-commons").Response<{
19870
+ accessToken: {
19871
+ id: string;
19872
+ jwtClaims: {
19873
+ exp: string;
19874
+ iat: string;
19875
+ iss: string;
19876
+ sub: string;
19877
+ };
19878
+ publicToken: string;
19879
+ };
19880
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
19881
+ [x: string]: unknown;
19882
+ }, 429, "application/json">>>;
19883
+ };
18743
19884
  /** The SSH/SFTP User API allows you to manage your SSH/SFTP users within a project. */
18744
19885
  readonly sshsftpUser: {
18745
19886
  /** Get all SFTPUsers for a Project. */