@mittwald/api-client 4.417.0 → 4.419.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.
@@ -5090,6 +5090,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5090
5090
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5091
5091
  [x: string]: unknown;
5092
5092
  }, 500, "application/json">>>;
5093
+ /** Get a Container Template asset. */
5094
+ getTemplateAsset: (request: {
5095
+ templateId: string;
5096
+ assetPath: string;
5097
+ headers?: {
5098
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5099
+ } | undefined;
5100
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5101
+ headers?: Partial<{
5102
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5103
+ }>;
5104
+ } & {
5105
+ pathParameters: {
5106
+ templateId: string;
5107
+ assetPath: string;
5108
+ };
5109
+ }, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
5110
+ [x: string]: unknown;
5111
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5112
+ [x: string]: unknown;
5113
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5114
+ [x: string]: unknown;
5115
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5116
+ [x: string]: unknown;
5117
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5118
+ [x: string]: unknown;
5119
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
5120
+ [x: string]: unknown;
5121
+ }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5122
+ headers?: Partial<{
5123
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5124
+ }>;
5125
+ } & {
5126
+ pathParameters: {
5127
+ templateId: string;
5128
+ assetPath: string;
5129
+ };
5130
+ }, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
5131
+ [x: string]: unknown;
5132
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5133
+ [x: string]: unknown;
5134
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5135
+ [x: string]: unknown;
5136
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5137
+ [x: string]: unknown;
5138
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5139
+ [x: string]: unknown;
5140
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
5141
+ [x: string]: unknown;
5142
+ }, 503, "application/json">>>;
5093
5143
  /** Get a Container Template by ID. */
5094
5144
  getTemplate: (request: {
5095
5145
  templateId: string;
@@ -6091,56 +6141,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
6091
6141
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6092
6142
  [x: string]: unknown;
6093
6143
  }, 500, "application/json">>>;
6094
- /** Get a Container Template asset. */
6095
- getTemplateAsset: (request: {
6096
- templateId: string;
6097
- assetPath: string;
6098
- headers?: {
6099
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6100
- } | undefined;
6101
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6102
- headers?: Partial<{
6103
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6104
- }>;
6105
- } & {
6106
- pathParameters: {
6107
- templateId: string;
6108
- assetPath: string;
6109
- };
6110
- }, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
6111
- [x: string]: unknown;
6112
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6113
- [x: string]: unknown;
6114
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6115
- [x: string]: unknown;
6116
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6117
- [x: string]: unknown;
6118
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6119
- [x: string]: unknown;
6120
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
6121
- [x: string]: unknown;
6122
- }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6123
- headers?: Partial<{
6124
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6125
- }>;
6126
- } & {
6127
- pathParameters: {
6128
- templateId: string;
6129
- assetPath: string;
6130
- };
6131
- }, import("@mittwald/api-client-commons").Response<string, 200, "image/jpeg"> | import("@mittwald/api-client-commons").Response<string, 200, "image/png"> | import("@mittwald/api-client-commons").Response<string, 200, "image/svg+xml"> | import("@mittwald/api-client-commons").Response<string, 200, "image/webp"> | import("@mittwald/api-client-commons").Response<{
6132
- [x: string]: unknown;
6133
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6134
- [x: string]: unknown;
6135
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6136
- [x: string]: unknown;
6137
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6138
- [x: string]: unknown;
6139
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6140
- [x: string]: unknown;
6141
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
6142
- [x: string]: unknown;
6143
- }, 503, "application/json">>>;
6144
6144
  };
6145
6145
  /** The contract API allows you to manage your contracts and orders */
6146
6146
  readonly contract: {
@@ -16820,7 +16820,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16820
16820
  [x: string]: unknown;
16821
16821
  }, 429, "application/json">>>;
16822
16822
  /** Update a MySQLUser. */
16823
- updateMysqlUser: (request: {
16823
+ replaceMysqlUser: (request: {
16824
16824
  data: {
16825
16825
  accessLevel: "full" | "readonly";
16826
16826
  description: string;
@@ -16935,6 +16935,77 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
16935
16935
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16936
16936
  [x: string]: unknown;
16937
16937
  }, 429, "application/json">>>;
16938
+ /** Update a MySQLUser. */
16939
+ updateMysqlUser: (request: {
16940
+ mysqlUserId: string;
16941
+ data?: {
16942
+ accessIpMask?: string | undefined;
16943
+ accessLevel?: "full" | "readonly" | undefined;
16944
+ description?: string | undefined;
16945
+ externalAccess?: boolean | undefined;
16946
+ password?: string | undefined;
16947
+ } | undefined;
16948
+ headers?: {
16949
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
16950
+ "x-access-token"?: string | undefined;
16951
+ } | undefined;
16952
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
16953
+ data: {
16954
+ accessIpMask?: string | undefined;
16955
+ accessLevel?: "full" | "readonly" | undefined;
16956
+ description?: string | undefined;
16957
+ externalAccess?: boolean | undefined;
16958
+ password?: string | undefined;
16959
+ };
16960
+ } & {
16961
+ pathParameters: {
16962
+ mysqlUserId: string;
16963
+ };
16964
+ } & {
16965
+ headers?: Partial<{
16966
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16967
+ }>;
16968
+ } & {
16969
+ headers: {
16970
+ "x-access-token"?: string | undefined;
16971
+ } & Partial<{
16972
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16973
+ }>;
16974
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
16975
+ [x: string]: unknown;
16976
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
16977
+ [x: string]: unknown;
16978
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
16979
+ [x: string]: unknown;
16980
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
16981
+ data: {
16982
+ accessIpMask?: string | undefined;
16983
+ accessLevel?: "full" | "readonly" | undefined;
16984
+ description?: string | undefined;
16985
+ externalAccess?: boolean | undefined;
16986
+ password?: string | undefined;
16987
+ };
16988
+ } & {
16989
+ pathParameters: {
16990
+ mysqlUserId: string;
16991
+ };
16992
+ } & {
16993
+ headers?: Partial<{
16994
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
16995
+ }>;
16996
+ } & {
16997
+ headers: {
16998
+ "x-access-token"?: string | undefined;
16999
+ } & Partial<{
17000
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17001
+ }>;
17002
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17003
+ [x: string]: unknown;
17004
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17005
+ [x: string]: unknown;
17006
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17007
+ [x: string]: unknown;
17008
+ }, 429, "application/json">>>;
16938
17009
  /** Get a RedisDatabase. */
16939
17010
  getRedisDatabase: (request: {
16940
17011
  redisDatabaseId: string;
@@ -17445,26 +17516,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17445
17516
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17446
17517
  [x: string]: unknown;
17447
17518
  }, 429, "application/json">>>;
17448
- /** Update a MySQLDatabase's default character settings. */
17449
- updateMysqlDatabaseDefaultCharset: (request: {
17519
+ /** Update a MySQLUser's password. */
17520
+ updateMysqlUserPassword: (request: {
17450
17521
  data: {
17451
- characterSettings: {
17452
- characterSet: string;
17453
- collation: string;
17454
- };
17522
+ password: string;
17455
17523
  };
17456
- mysqlDatabaseId: string;
17524
+ mysqlUserId: string;
17457
17525
  headers?: {
17458
17526
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17459
17527
  "x-access-token"?: string | undefined;
17460
17528
  } | undefined;
17461
17529
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17462
17530
  data: {
17463
- characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
17531
+ password: string;
17464
17532
  };
17465
17533
  } & {
17466
17534
  pathParameters: {
17467
- mysqlDatabaseId: string;
17535
+ mysqlUserId: string;
17468
17536
  };
17469
17537
  } & {
17470
17538
  headers?: Partial<{
@@ -17484,11 +17552,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17484
17552
  [x: string]: unknown;
17485
17553
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17486
17554
  data: {
17487
- characterSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseCharacterSettings;
17555
+ password: string;
17488
17556
  };
17489
17557
  } & {
17490
17558
  pathParameters: {
17491
- mysqlDatabaseId: string;
17559
+ mysqlUserId: string;
17492
17560
  };
17493
17561
  } & {
17494
17562
  headers?: Partial<{
@@ -17507,312 +17575,71 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
17507
17575
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17508
17576
  [x: string]: unknown;
17509
17577
  }, 429, "application/json">>>;
17510
- /** Update a MySQLDatabase's description. */
17511
- updateMysqlDatabaseDescription: (request: {
17512
- data: {
17513
- description: string;
17514
- };
17515
- mysqlDatabaseId: string;
17578
+ };
17579
+ /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
17580
+ readonly domain: {
17581
+ /** List Domains */
17582
+ listDomains: (request?: {
17516
17583
  headers?: {
17517
17584
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17518
17585
  "x-access-token"?: string | undefined;
17519
17586
  } | undefined;
17520
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17521
- data: {
17522
- description: string;
17523
- };
17524
- } & {
17525
- pathParameters: {
17526
- mysqlDatabaseId: string;
17527
- };
17528
- } & {
17587
+ queryParameters?: {
17588
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17589
+ projectId?: string | undefined;
17590
+ domainSearchName?: string | undefined;
17591
+ contactHash?: string | undefined;
17592
+ limit?: number | undefined;
17593
+ skip?: number | undefined;
17594
+ page?: number | undefined;
17595
+ } | undefined;
17596
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17529
17597
  headers?: Partial<{
17530
17598
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17531
17599
  }>;
17600
+ } & {
17601
+ queryParameters: {
17602
+ projectId?: string | undefined;
17603
+ domainSearchName?: string | undefined;
17604
+ contactHash?: string | undefined;
17605
+ limit?: number | undefined;
17606
+ skip?: number | undefined;
17607
+ page?: number | undefined;
17608
+ } & Partial<{
17609
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17610
+ }>;
17532
17611
  } & {
17533
17612
  headers: {
17534
17613
  "x-access-token"?: string | undefined;
17535
17614
  } & Partial<{
17536
17615
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17537
17616
  }>;
17538
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17617
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
17539
17618
  [x: string]: unknown;
17540
17619
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17541
17620
  [x: string]: unknown;
17542
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17543
- [x: string]: unknown;
17544
17621
  }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17545
- data: {
17546
- description: string;
17547
- };
17548
- } & {
17549
- pathParameters: {
17550
- mysqlDatabaseId: string;
17551
- };
17552
- } & {
17553
17622
  headers?: Partial<{
17554
17623
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17555
17624
  }>;
17625
+ } & {
17626
+ queryParameters: {
17627
+ projectId?: string | undefined;
17628
+ domainSearchName?: string | undefined;
17629
+ contactHash?: string | undefined;
17630
+ limit?: number | undefined;
17631
+ skip?: number | undefined;
17632
+ page?: number | undefined;
17633
+ } & Partial<{
17634
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17635
+ }>;
17556
17636
  } & {
17557
17637
  headers: {
17558
17638
  "x-access-token"?: string | undefined;
17559
17639
  } & Partial<{
17560
17640
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17561
17641
  }>;
17562
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17563
- [x: string]: unknown;
17564
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17565
- [x: string]: unknown;
17566
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17567
- [x: string]: unknown;
17568
- }, 429, "application/json">>>;
17569
- /** Update a MySQLUser's password. */
17570
- updateMysqlUserPassword: (request: {
17571
- data: {
17572
- password: string;
17573
- };
17574
- mysqlUserId: string;
17575
- headers?: {
17576
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17577
- "x-access-token"?: string | undefined;
17578
- } | undefined;
17579
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17580
- data: {
17581
- password: string;
17582
- };
17583
- } & {
17584
- pathParameters: {
17585
- mysqlUserId: string;
17586
- };
17587
- } & {
17588
- headers?: Partial<{
17589
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17590
- }>;
17591
- } & {
17592
- headers: {
17593
- "x-access-token"?: string | undefined;
17594
- } & Partial<{
17595
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17596
- }>;
17597
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17598
- [x: string]: unknown;
17599
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17600
- [x: string]: unknown;
17601
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17602
- [x: string]: unknown;
17603
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17604
- data: {
17605
- password: string;
17606
- };
17607
- } & {
17608
- pathParameters: {
17609
- mysqlUserId: string;
17610
- };
17611
- } & {
17612
- headers?: Partial<{
17613
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17614
- }>;
17615
- } & {
17616
- headers: {
17617
- "x-access-token"?: string | undefined;
17618
- } & Partial<{
17619
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17620
- }>;
17621
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17622
- [x: string]: unknown;
17623
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17624
- [x: string]: unknown;
17625
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17626
- [x: string]: unknown;
17627
- }, 429, "application/json">>>;
17628
- /** Update a RedisDatabase's configuration. */
17629
- updateRedisDatabaseConfiguration: (request: {
17630
- redisDatabaseId: string;
17631
- data?: {
17632
- configuration?: {
17633
- additionalFlags?: string[] | undefined;
17634
- maxMemory?: string | undefined;
17635
- maxMemoryPolicy?: string | undefined;
17636
- persistent?: boolean | undefined;
17637
- } | undefined;
17638
- } | undefined;
17639
- headers?: {
17640
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17641
- "x-access-token"?: string | undefined;
17642
- } | undefined;
17643
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17644
- data: {
17645
- configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
17646
- };
17647
- } & {
17648
- pathParameters: {
17649
- redisDatabaseId: string;
17650
- };
17651
- } & {
17652
- headers?: Partial<{
17653
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17654
- }>;
17655
- } & {
17656
- headers: {
17657
- "x-access-token"?: string | undefined;
17658
- } & Partial<{
17659
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17660
- }>;
17661
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17662
- [x: string]: unknown;
17663
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17664
- [x: string]: unknown;
17665
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17666
- [x: string]: unknown;
17667
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17668
- data: {
17669
- configuration?: import("./types.js").MittwaldAPIV2.Components.Schemas.DatabaseRedisDatabaseConfiguration | undefined;
17670
- };
17671
- } & {
17672
- pathParameters: {
17673
- redisDatabaseId: string;
17674
- };
17675
- } & {
17676
- headers?: Partial<{
17677
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17678
- }>;
17679
- } & {
17680
- headers: {
17681
- "x-access-token"?: string | undefined;
17682
- } & Partial<{
17683
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17684
- }>;
17685
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17686
- [x: string]: unknown;
17687
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17688
- [x: string]: unknown;
17689
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17690
- [x: string]: unknown;
17691
- }, 429, "application/json">>>;
17692
- /** Update a RedisDatabase's description. */
17693
- updateRedisDatabaseDescription: (request: {
17694
- data: {
17695
- description: string;
17696
- };
17697
- redisDatabaseId: string;
17698
- headers?: {
17699
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17700
- "x-access-token"?: string | undefined;
17701
- } | undefined;
17702
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17703
- data: {
17704
- description: string;
17705
- };
17706
- } & {
17707
- pathParameters: {
17708
- redisDatabaseId: string;
17709
- };
17710
- } & {
17711
- headers?: Partial<{
17712
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17713
- }>;
17714
- } & {
17715
- headers: {
17716
- "x-access-token"?: string | undefined;
17717
- } & Partial<{
17718
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17719
- }>;
17720
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17721
- [x: string]: unknown;
17722
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17723
- [x: string]: unknown;
17724
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17725
- [x: string]: unknown;
17726
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17727
- data: {
17728
- description: string;
17729
- };
17730
- } & {
17731
- pathParameters: {
17732
- redisDatabaseId: string;
17733
- };
17734
- } & {
17735
- headers?: Partial<{
17736
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17737
- }>;
17738
- } & {
17739
- headers: {
17740
- "x-access-token"?: string | undefined;
17741
- } & Partial<{
17742
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17743
- }>;
17744
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
17745
- [x: string]: unknown;
17746
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17747
- [x: string]: unknown;
17748
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
17749
- [x: string]: unknown;
17750
- }, 429, "application/json">>>;
17751
- };
17752
- /** The domain API allows you to manage your domains, DNS records, SSL certificates and ingress resources. */
17753
- readonly domain: {
17754
- /** List Domains */
17755
- listDomains: (request?: {
17756
- headers?: {
17757
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17758
- "x-access-token"?: string | undefined;
17759
- } | undefined;
17760
- queryParameters?: {
17761
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
17762
- projectId?: string | undefined;
17763
- domainSearchName?: string | undefined;
17764
- contactHash?: string | undefined;
17765
- limit?: number | undefined;
17766
- skip?: number | undefined;
17767
- page?: number | undefined;
17768
- } | undefined;
17769
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
17770
- headers?: Partial<{
17771
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17772
- }>;
17773
- } & {
17774
- queryParameters: {
17775
- projectId?: string | undefined;
17776
- domainSearchName?: string | undefined;
17777
- contactHash?: string | undefined;
17778
- limit?: number | undefined;
17779
- skip?: number | undefined;
17780
- page?: number | undefined;
17781
- } & Partial<{
17782
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17783
- }>;
17784
- } & {
17785
- headers: {
17786
- "x-access-token"?: string | undefined;
17787
- } & Partial<{
17788
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17789
- }>;
17790
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
17791
- [x: string]: unknown;
17792
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17793
- [x: string]: unknown;
17794
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
17795
- headers?: Partial<{
17796
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17797
- }>;
17798
- } & {
17799
- queryParameters: {
17800
- projectId?: string | undefined;
17801
- domainSearchName?: string | undefined;
17802
- contactHash?: string | undefined;
17803
- limit?: number | undefined;
17804
- skip?: number | undefined;
17805
- page?: number | undefined;
17806
- } & Partial<{
17807
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17808
- }>;
17809
- } & {
17810
- headers: {
17811
- "x-access-token"?: string | undefined;
17812
- } & Partial<{
17813
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
17814
- }>;
17815
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
17642
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.DomainDomain[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
17816
17643
  [x: string]: unknown;
17817
17644
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
17818
17645
  [x: string]: unknown;
@@ -21924,6 +21751,56 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21924
21751
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
21925
21752
  [x: string]: unknown;
21926
21753
  }, 503, "application/json">>>;
21754
+ /** Get a Mail RateLimit. */
21755
+ getMailRateLimit: (request: {
21756
+ mailRateLimitId: string;
21757
+ headers?: {
21758
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
21759
+ "x-access-token"?: string | undefined;
21760
+ } | undefined;
21761
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21762
+ headers?: Partial<{
21763
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21764
+ }>;
21765
+ } & {
21766
+ pathParameters: {
21767
+ mailRateLimitId: string;
21768
+ };
21769
+ } & {
21770
+ headers: {
21771
+ "x-access-token"?: string | undefined;
21772
+ } & Partial<{
21773
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21774
+ }>;
21775
+ }, import("@mittwald/api-client-commons").Response<{
21776
+ id: string;
21777
+ rateLimit: number;
21778
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21779
+ [x: string]: unknown;
21780
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
21781
+ [x: string]: unknown;
21782
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
21783
+ headers?: Partial<{
21784
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21785
+ }>;
21786
+ } & {
21787
+ pathParameters: {
21788
+ mailRateLimitId: string;
21789
+ };
21790
+ } & {
21791
+ headers: {
21792
+ "x-access-token"?: string | undefined;
21793
+ } & Partial<{
21794
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21795
+ }>;
21796
+ }, import("@mittwald/api-client-commons").Response<{
21797
+ id: string;
21798
+ rateLimit: number;
21799
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21800
+ [x: string]: unknown;
21801
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
21802
+ [x: string]: unknown;
21803
+ }, 429, "application/json">>>;
21927
21804
  /** List backups belonging to a MailAddress. */
21928
21805
  listBackupsForMailAddress: (request: {
21929
21806
  mailAddressId: string;
@@ -22077,6 +21954,37 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22077
21954
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22078
21955
  [x: string]: unknown;
22079
21956
  }, 503, "application/json">>>;
21957
+ /** List Mail RateLimits. */
21958
+ listMailRateLimits: (request?: {
21959
+ headers?: {
21960
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
21961
+ "x-access-token"?: string | undefined;
21962
+ } | undefined;
21963
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
21964
+ headers?: Partial<{
21965
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21966
+ }>;
21967
+ } & {
21968
+ headers: {
21969
+ "x-access-token"?: string | undefined;
21970
+ } & Partial<{
21971
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21972
+ }>;
21973
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21974
+ [x: string]: unknown;
21975
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
21976
+ headers?: Partial<{
21977
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21978
+ }>;
21979
+ } & {
21980
+ headers: {
21981
+ "x-access-token"?: string | undefined;
21982
+ } & Partial<{
21983
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
21984
+ }>;
21985
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
21986
+ [x: string]: unknown;
21987
+ }, 429, "application/json">>>;
22080
21988
  /** List mail settings of a Project. */
22081
21989
  listProjectMailSettings: (request: {
22082
21990
  projectId: string;
@@ -22196,23 +22104,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22196
22104
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22197
22105
  [x: string]: unknown;
22198
22106
  }, 429, "application/json">>>;
22199
- /** Update the description of a DeliveryBox. */
22200
- updateDeliveryBoxDescription: (request: {
22107
+ /** Request a rate limit change for a MailAddress. */
22108
+ requestMailAddressRateLimitChange: (request: {
22201
22109
  data: {
22202
- description: string;
22110
+ rateLimitId: string;
22203
22111
  };
22204
- deliveryBoxId: string;
22112
+ mailAddressId: string;
22205
22113
  headers?: {
22206
22114
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22207
22115
  "x-access-token"?: string | undefined;
22208
22116
  } | undefined;
22209
22117
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22210
22118
  data: {
22211
- description: string;
22119
+ rateLimitId: string;
22212
22120
  };
22213
22121
  } & {
22214
22122
  pathParameters: {
22215
- deliveryBoxId: string;
22123
+ mailAddressId: string;
22216
22124
  };
22217
22125
  } & {
22218
22126
  headers?: Partial<{
@@ -22238,11 +22146,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22238
22146
  [x: string]: unknown;
22239
22147
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22240
22148
  data: {
22241
- description: string;
22149
+ rateLimitId: string;
22242
22150
  };
22243
22151
  } & {
22244
22152
  pathParameters: {
22245
- deliveryBoxId: string;
22153
+ mailAddressId: string;
22246
22154
  };
22247
22155
  } & {
22248
22156
  headers?: Partial<{
@@ -22267,10 +22175,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22267
22175
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22268
22176
  [x: string]: unknown;
22269
22177
  }, 503, "application/json">>>;
22270
- /** Update the password of a DeliveryBox. */
22271
- updateDeliveryBoxPassword: (request: {
22178
+ /** Update the description of a DeliveryBox. */
22179
+ updateDeliveryBoxDescription: (request: {
22272
22180
  data: {
22273
- password: string;
22181
+ description: string;
22274
22182
  };
22275
22183
  deliveryBoxId: string;
22276
22184
  headers?: {
@@ -22279,7 +22187,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22279
22187
  } | undefined;
22280
22188
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22281
22189
  data: {
22282
- password: string;
22190
+ description: string;
22283
22191
  };
22284
22192
  } & {
22285
22193
  pathParameters: {
@@ -22309,7 +22217,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22309
22217
  [x: string]: unknown;
22310
22218
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22311
22219
  data: {
22312
- password: string;
22220
+ description: string;
22313
22221
  };
22314
22222
  } & {
22315
22223
  pathParameters: {
@@ -22338,23 +22246,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22338
22246
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22339
22247
  [x: string]: unknown;
22340
22248
  }, 503, "application/json">>>;
22341
- /** Update a MailAddress. */
22342
- updateMailAddressAddress: (request: {
22249
+ /** Update the password of a DeliveryBox. */
22250
+ updateDeliveryBoxPassword: (request: {
22343
22251
  data: {
22344
- address: string;
22252
+ password: string;
22345
22253
  };
22346
- mailAddressId: string;
22254
+ deliveryBoxId: string;
22347
22255
  headers?: {
22348
22256
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22349
22257
  "x-access-token"?: string | undefined;
22350
22258
  } | undefined;
22351
22259
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22352
22260
  data: {
22353
- address: string;
22261
+ password: string;
22354
22262
  };
22355
22263
  } & {
22356
22264
  pathParameters: {
22357
- mailAddressId: string;
22265
+ deliveryBoxId: string;
22358
22266
  };
22359
22267
  } & {
22360
22268
  headers?: Partial<{
@@ -22380,11 +22288,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22380
22288
  [x: string]: unknown;
22381
22289
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22382
22290
  data: {
22383
- address: string;
22291
+ password: string;
22384
22292
  };
22385
22293
  } & {
22386
22294
  pathParameters: {
22387
- mailAddressId: string;
22295
+ deliveryBoxId: string;
22388
22296
  };
22389
22297
  } & {
22390
22298
  headers?: Partial<{
@@ -22409,10 +22317,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22409
22317
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22410
22318
  [x: string]: unknown;
22411
22319
  }, 503, "application/json">>>;
22412
- /** Update the catch-all of a MailAddress. */
22413
- updateMailAddressCatchAll: (request: {
22320
+ /** Update a MailAddress. */
22321
+ updateMailAddressAddress: (request: {
22414
22322
  data: {
22415
- active: boolean;
22323
+ address: string;
22416
22324
  };
22417
22325
  mailAddressId: string;
22418
22326
  headers?: {
@@ -22421,7 +22329,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22421
22329
  } | undefined;
22422
22330
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22423
22331
  data: {
22424
- active: boolean;
22332
+ address: string;
22425
22333
  };
22426
22334
  } & {
22427
22335
  pathParameters: {
@@ -22451,7 +22359,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22451
22359
  [x: string]: unknown;
22452
22360
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22453
22361
  data: {
22454
- active: boolean;
22362
+ address: string;
22455
22363
  };
22456
22364
  } & {
22457
22365
  pathParameters: {
@@ -22480,91 +22388,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22480
22388
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22481
22389
  [x: string]: unknown;
22482
22390
  }, 503, "application/json">>>;
22483
- /** Get a Mail RateLimit. */
22484
- getMailRateLimit: (request: {
22485
- mailRateLimitId: string;
22486
- headers?: {
22487
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22488
- "x-access-token"?: string | undefined;
22489
- } | undefined;
22490
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22491
- headers?: Partial<{
22492
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22493
- }>;
22494
- } & {
22495
- pathParameters: {
22496
- mailRateLimitId: string;
22497
- };
22498
- } & {
22499
- headers: {
22500
- "x-access-token"?: string | undefined;
22501
- } & Partial<{
22502
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22503
- }>;
22504
- }, import("@mittwald/api-client-commons").Response<{
22505
- id: string;
22506
- rateLimit: number;
22507
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22508
- [x: string]: unknown;
22509
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22510
- [x: string]: unknown;
22511
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22512
- headers?: Partial<{
22513
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22514
- }>;
22515
- } & {
22516
- pathParameters: {
22517
- mailRateLimitId: string;
22518
- };
22519
- } & {
22520
- headers: {
22521
- "x-access-token"?: string | undefined;
22522
- } & Partial<{
22523
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22524
- }>;
22525
- }, import("@mittwald/api-client-commons").Response<{
22526
- id: string;
22527
- rateLimit: number;
22528
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22529
- [x: string]: unknown;
22530
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22531
- [x: string]: unknown;
22532
- }, 429, "application/json">>>;
22533
- /** List Mail RateLimits. */
22534
- listMailRateLimits: (request?: {
22535
- headers?: {
22536
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22537
- "x-access-token"?: string | undefined;
22538
- } | undefined;
22539
- } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22540
- headers?: Partial<{
22541
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22542
- }>;
22543
- } & {
22544
- headers: {
22545
- "x-access-token"?: string | undefined;
22546
- } & Partial<{
22547
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22548
- }>;
22549
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22550
- [x: string]: unknown;
22551
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22552
- headers?: Partial<{
22553
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22554
- }>;
22555
- } & {
22556
- headers: {
22557
- "x-access-token"?: string | undefined;
22558
- } & Partial<{
22559
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22560
- }>;
22561
- }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.MailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22562
- [x: string]: unknown;
22563
- }, 429, "application/json">>>;
22564
- /** Request a rate limit change for a MailAddress. */
22565
- requestMailAddressRateLimitChange: (request: {
22391
+ /** Update the catch-all of a MailAddress. */
22392
+ updateMailAddressCatchAll: (request: {
22566
22393
  data: {
22567
- rateLimitId: string;
22394
+ active: boolean;
22568
22395
  };
22569
22396
  mailAddressId: string;
22570
22397
  headers?: {
@@ -22573,7 +22400,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22573
22400
  } | undefined;
22574
22401
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22575
22402
  data: {
22576
- rateLimitId: string;
22403
+ active: boolean;
22577
22404
  };
22578
22405
  } & {
22579
22406
  pathParameters: {
@@ -22603,7 +22430,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22603
22430
  [x: string]: unknown;
22604
22431
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22605
22432
  data: {
22606
- rateLimitId: string;
22433
+ active: boolean;
22607
22434
  };
22608
22435
  } & {
22609
22436
  pathParameters: {