@mittwald/api-client 0.0.0-development-9f66b59-20260619 → 0.0.0-development-8335166-20260625

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.
@@ -4334,6 +4334,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4334
4334
  updateStack: (request: {
4335
4335
  stackId: string;
4336
4336
  data?: {
4337
+ description?: string | undefined;
4337
4338
  services?: {
4338
4339
  [x: string]: {
4339
4340
  command?: string[] | undefined;
@@ -4375,6 +4376,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4375
4376
  } | undefined;
4376
4377
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
4377
4378
  data: {
4379
+ description?: string | undefined;
4378
4380
  services?: {
4379
4381
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
4380
4382
  } | undefined;
@@ -4423,6 +4425,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
4423
4425
  [x: string]: unknown;
4424
4426
  }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
4425
4427
  data: {
4428
+ description?: string | undefined;
4426
4429
  services?: {
4427
4430
  [k: string]: import("./types.js").MittwaldAPIV2.Components.Schemas.ContainerServiceRequest;
4428
4431
  } | undefined;
@@ -5834,77 +5837,6 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
5834
5837
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5835
5838
  [x: string]: unknown;
5836
5839
  }, 500, "application/json">>>;
5837
- /** Replace the description of a Stack. */
5838
- setStackDescription: (request: {
5839
- data: {
5840
- description: string;
5841
- };
5842
- stackId: string;
5843
- headers?: {
5844
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5845
- "x-access-token"?: string | undefined;
5846
- } | undefined;
5847
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5848
- data: {
5849
- description: string;
5850
- };
5851
- } & {
5852
- pathParameters: {
5853
- stackId: string;
5854
- };
5855
- } & {
5856
- headers?: Partial<{
5857
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5858
- }>;
5859
- } & {
5860
- headers: {
5861
- "x-access-token"?: string | undefined;
5862
- } & Partial<{
5863
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5864
- }>;
5865
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
5866
- [x: string]: unknown;
5867
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5868
- [x: string]: unknown;
5869
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5870
- [x: string]: unknown;
5871
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5872
- [x: string]: unknown;
5873
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
5874
- [x: string]: unknown;
5875
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5876
- [x: string]: unknown;
5877
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5878
- data: {
5879
- description: string;
5880
- };
5881
- } & {
5882
- pathParameters: {
5883
- stackId: string;
5884
- };
5885
- } & {
5886
- headers?: Partial<{
5887
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5888
- }>;
5889
- } & {
5890
- headers: {
5891
- "x-access-token"?: string | undefined;
5892
- } & Partial<{
5893
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5894
- }>;
5895
- }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
5896
- [x: string]: unknown;
5897
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5898
- [x: string]: unknown;
5899
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5900
- [x: string]: unknown;
5901
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5902
- [x: string]: unknown;
5903
- }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
5904
- [x: string]: unknown;
5905
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5906
- [x: string]: unknown;
5907
- }, 500, "application/json">>>;
5908
5840
  /** Set an update schedule for a Stack. */
5909
5841
  setStackUpdateSchedule: (request: {
5910
5842
  stackId: string;
@@ -11710,6 +11642,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11710
11642
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
11711
11643
  extensionId?: string | undefined;
11712
11644
  extensionInstanceId?: string | undefined;
11645
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11713
11646
  limit?: number | undefined;
11714
11647
  skip?: number | undefined;
11715
11648
  page?: number | undefined;
@@ -11728,6 +11661,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11728
11661
  queryParameters: {
11729
11662
  extensionId?: string | undefined;
11730
11663
  extensionInstanceId?: string | undefined;
11664
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11731
11665
  limit?: number | undefined;
11732
11666
  skip?: number | undefined;
11733
11667
  page?: number | undefined;
@@ -11756,6 +11690,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
11756
11690
  queryParameters: {
11757
11691
  extensionId?: string | undefined;
11758
11692
  extensionInstanceId?: string | undefined;
11693
+ state?: import("./types.js").MittwaldAPIV2.Components.Schemas.MarketplaceExtensionInstanceWebhookExecutionState[] | undefined;
11759
11694
  limit?: number | undefined;
11760
11695
  skip?: number | undefined;
11761
11696
  page?: number | undefined;
@@ -13262,16 +13197,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13262
13197
  conversationId: string;
13263
13198
  };
13264
13199
  }, import("@mittwald/api-client-commons").Response<{
13200
+ [x: string]: unknown;
13201
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13202
+ [x: string]: unknown;
13203
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13204
+ [x: string]: unknown;
13205
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13206
+ [x: string]: unknown;
13207
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
13265
13208
  category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
13266
13209
  conversationId: string;
13267
13210
  createdAt: string;
13268
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13269
- lastMessage?: {
13270
- createdAt: string;
13271
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13272
- } | undefined;
13273
13211
  lastMessageAt?: string | undefined;
13274
- lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13275
13212
  mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13276
13213
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
13277
13214
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
@@ -13281,15 +13218,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13281
13218
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
13282
13219
  title: string;
13283
13220
  visibility: "shared" | "private";
13284
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
13285
- [x: string]: unknown;
13286
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13287
- [x: string]: unknown;
13288
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13289
- [x: string]: unknown;
13290
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13291
- [x: string]: unknown;
13292
- }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13221
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13222
+ lastMessage?: {
13223
+ createdAt: string;
13224
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13225
+ } | undefined;
13226
+ lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13227
+ }, 200, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
13293
13228
  headers?: Partial<{
13294
13229
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
13295
13230
  }>;
@@ -13298,16 +13233,18 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13298
13233
  conversationId: string;
13299
13234
  };
13300
13235
  }, import("@mittwald/api-client-commons").Response<{
13236
+ [x: string]: unknown;
13237
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13238
+ [x: string]: unknown;
13239
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13240
+ [x: string]: unknown;
13241
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13242
+ [x: string]: unknown;
13243
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
13301
13244
  category?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationCategory | undefined;
13302
13245
  conversationId: string;
13303
13246
  createdAt: string;
13304
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13305
- lastMessage?: {
13306
- createdAt: string;
13307
- createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13308
- } | undefined;
13309
13247
  lastMessageAt?: string | undefined;
13310
- lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13311
13248
  mainUser: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13312
13249
  notificationRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationNotificationRole[] | undefined;
13313
13250
  relatedTo?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationRelatedAggregateReference | undefined;
@@ -13317,15 +13254,13 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
13317
13254
  status: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationStatus;
13318
13255
  title: string;
13319
13256
  visibility: "shared" | "private";
13320
- }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
13321
- [x: string]: unknown;
13322
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
13323
- [x: string]: unknown;
13324
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
13325
- [x: string]: unknown;
13326
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
13327
- [x: string]: unknown;
13328
- }, 429, "application/json">>>;
13257
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13258
+ lastMessage?: {
13259
+ createdAt: string;
13260
+ createdBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser;
13261
+ } | undefined;
13262
+ lastMessageBy?: import("./types.js").MittwaldAPIV2.Components.Schemas.ConversationUser | undefined;
13263
+ }, 200, "application/json">>>;
13329
13264
  /** Update the basic properties of the conversation. */
13330
13265
  updateConversation: (request: {
13331
13266
  conversationId: string;
@@ -19333,7 +19268,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19333
19268
  }, import("@mittwald/api-client-commons").Response<{
19334
19269
  id: string;
19335
19270
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
19336
- [x: string]: unknown;
19271
+ message: string;
19272
+ params?: {
19273
+ [k: string]: string;
19274
+ } | undefined;
19275
+ type: string;
19276
+ validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
19277
+ context?: {
19278
+ [k: string]: string;
19279
+ };
19280
+ message: string;
19281
+ path: string;
19282
+ type: string;
19283
+ })[];
19337
19284
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19338
19285
  [x: string]: unknown;
19339
19286
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -19358,7 +19305,19 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
19358
19305
  }, import("@mittwald/api-client-commons").Response<{
19359
19306
  id: string;
19360
19307
  }, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
19361
- [x: string]: unknown;
19308
+ message: string;
19309
+ params?: {
19310
+ [k: string]: string;
19311
+ } | undefined;
19312
+ type: string;
19313
+ validationErrors: (import("./types.js").MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableValidationError | {
19314
+ context?: {
19315
+ [k: string]: string;
19316
+ };
19317
+ message: string;
19318
+ path: string;
19319
+ type: string;
19320
+ })[];
19362
19321
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
19363
19322
  [x: string]: unknown;
19364
19323
  }, 412, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -21867,6 +21826,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21867
21826
  isBackupInProgress: boolean;
21868
21827
  isCatchAll: boolean;
21869
21828
  mailbox?: {
21829
+ mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
21870
21830
  name: string;
21871
21831
  passwordUpdatedAt: string;
21872
21832
  sendingEnabled: boolean;
@@ -21935,6 +21895,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
21935
21895
  isBackupInProgress: boolean;
21936
21896
  isCatchAll: boolean;
21937
21897
  mailbox?: {
21898
+ mailsystemSettings: import("./types.js").MittwaldAPIV2.Components.Schemas.MailMailsystemSettings;
21938
21899
  name: string;
21939
21900
  passwordUpdatedAt: string;
21940
21901
  sendingEnabled: boolean;
@@ -22649,23 +22610,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22649
22610
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22650
22611
  [x: string]: unknown;
22651
22612
  }, 429, "application/json">>>;
22652
- /** Update the description of a DeliveryBox. */
22653
- updateDeliveryBoxDescription: (request: {
22613
+ /** Request a rate limit change for a MailAddress. */
22614
+ requestMailAddressRateLimitChange: (request: {
22654
22615
  data: {
22655
- description: string;
22616
+ rateLimitId: string;
22656
22617
  };
22657
- deliveryBoxId: string;
22618
+ mailAddressId: string;
22658
22619
  headers?: {
22659
22620
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22660
22621
  "x-access-token"?: string | undefined;
22661
22622
  } | undefined;
22662
22623
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22663
22624
  data: {
22664
- description: string;
22625
+ rateLimitId: string;
22665
22626
  };
22666
22627
  } & {
22667
22628
  pathParameters: {
22668
- deliveryBoxId: string;
22629
+ mailAddressId: string;
22669
22630
  };
22670
22631
  } & {
22671
22632
  headers?: Partial<{
@@ -22691,11 +22652,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22691
22652
  [x: string]: unknown;
22692
22653
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22693
22654
  data: {
22694
- description: string;
22655
+ rateLimitId: string;
22695
22656
  };
22696
22657
  } & {
22697
22658
  pathParameters: {
22698
- deliveryBoxId: string;
22659
+ mailAddressId: string;
22699
22660
  };
22700
22661
  } & {
22701
22662
  headers?: Partial<{
@@ -22720,10 +22681,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22720
22681
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22721
22682
  [x: string]: unknown;
22722
22683
  }, 503, "application/json">>>;
22723
- /** Update the password of a DeliveryBox. */
22724
- updateDeliveryBoxPassword: (request: {
22684
+ /** Update the description of a DeliveryBox. */
22685
+ updateDeliveryBoxDescription: (request: {
22725
22686
  data: {
22726
- password: string;
22687
+ description: string;
22727
22688
  };
22728
22689
  deliveryBoxId: string;
22729
22690
  headers?: {
@@ -22732,7 +22693,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22732
22693
  } | undefined;
22733
22694
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22734
22695
  data: {
22735
- password: string;
22696
+ description: string;
22736
22697
  };
22737
22698
  } & {
22738
22699
  pathParameters: {
@@ -22762,7 +22723,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22762
22723
  [x: string]: unknown;
22763
22724
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22764
22725
  data: {
22765
- password: string;
22726
+ description: string;
22766
22727
  };
22767
22728
  } & {
22768
22729
  pathParameters: {
@@ -22791,23 +22752,23 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22791
22752
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22792
22753
  [x: string]: unknown;
22793
22754
  }, 503, "application/json">>>;
22794
- /** Update a MailAddress. */
22795
- updateMailAddressAddress: (request: {
22755
+ /** Update the password of a DeliveryBox. */
22756
+ updateDeliveryBoxPassword: (request: {
22796
22757
  data: {
22797
- address: string;
22758
+ password: string;
22798
22759
  };
22799
- mailAddressId: string;
22760
+ deliveryBoxId: string;
22800
22761
  headers?: {
22801
22762
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22802
22763
  "x-access-token"?: string | undefined;
22803
22764
  } | undefined;
22804
22765
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22805
22766
  data: {
22806
- address: string;
22767
+ password: string;
22807
22768
  };
22808
22769
  } & {
22809
22770
  pathParameters: {
22810
- mailAddressId: string;
22771
+ deliveryBoxId: string;
22811
22772
  };
22812
22773
  } & {
22813
22774
  headers?: Partial<{
@@ -22833,11 +22794,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22833
22794
  [x: string]: unknown;
22834
22795
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22835
22796
  data: {
22836
- address: string;
22797
+ password: string;
22837
22798
  };
22838
22799
  } & {
22839
22800
  pathParameters: {
22840
- mailAddressId: string;
22801
+ deliveryBoxId: string;
22841
22802
  };
22842
22803
  } & {
22843
22804
  headers?: Partial<{
@@ -22862,10 +22823,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22862
22823
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22863
22824
  [x: string]: unknown;
22864
22825
  }, 503, "application/json">>>;
22865
- /** Update the catch-all of a MailAddress. */
22866
- updateMailAddressCatchAll: (request: {
22826
+ /** Update a MailAddress. */
22827
+ updateMailAddressAddress: (request: {
22867
22828
  data: {
22868
- active: boolean;
22829
+ address: string;
22869
22830
  };
22870
22831
  mailAddressId: string;
22871
22832
  headers?: {
@@ -22874,7 +22835,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22874
22835
  } | undefined;
22875
22836
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22876
22837
  data: {
22877
- active: boolean;
22838
+ address: string;
22878
22839
  };
22879
22840
  } & {
22880
22841
  pathParameters: {
@@ -22904,7 +22865,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22904
22865
  [x: string]: unknown;
22905
22866
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22906
22867
  data: {
22907
- active: boolean;
22868
+ address: string;
22908
22869
  };
22909
22870
  } & {
22910
22871
  pathParameters: {
@@ -22933,10 +22894,10 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22933
22894
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22934
22895
  [x: string]: unknown;
22935
22896
  }, 503, "application/json">>>;
22936
- /** Request a rate limit change for a MailAddress. */
22937
- requestMailAddressRateLimitChange: (request: {
22897
+ /** Update the catch-all of a MailAddress. */
22898
+ updateMailAddressCatchAll: (request: {
22938
22899
  data: {
22939
- rateLimitId: string;
22900
+ active: boolean;
22940
22901
  };
22941
22902
  mailAddressId: string;
22942
22903
  headers?: {
@@ -22945,7 +22906,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22945
22906
  } | undefined;
22946
22907
  }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22947
22908
  data: {
22948
- rateLimitId: string;
22909
+ active: boolean;
22949
22910
  };
22950
22911
  } & {
22951
22912
  pathParameters: {
@@ -22975,7 +22936,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
22975
22936
  [x: string]: unknown;
22976
22937
  }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22977
22938
  data: {
22978
- rateLimitId: string;
22939
+ active: boolean;
22979
22940
  };
22980
22941
  } & {
22981
22942
  pathParameters: {
@@ -29614,6 +29575,85 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29614
29575
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
29615
29576
  [x: string]: unknown;
29616
29577
  }, 429, "application/json">>>;
29578
+ /** List Projects belonging to a Customer. */
29579
+ listCustomerProjects: (request: {
29580
+ customerId: string;
29581
+ headers?: {
29582
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29583
+ "x-access-token"?: string | undefined;
29584
+ } | undefined;
29585
+ queryParameters?: {
29586
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
29587
+ searchTerm?: string | undefined;
29588
+ limit?: number | undefined;
29589
+ skip?: number | undefined;
29590
+ page?: number | undefined;
29591
+ sort?: "createdAt" | "description" | undefined;
29592
+ order?: "asc" | "desc" | undefined;
29593
+ } | undefined;
29594
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
29595
+ headers?: Partial<{
29596
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29597
+ }>;
29598
+ } & {
29599
+ pathParameters: {
29600
+ customerId: string;
29601
+ };
29602
+ } & {
29603
+ queryParameters: {
29604
+ searchTerm?: string | undefined;
29605
+ limit?: number | undefined;
29606
+ skip?: number | undefined;
29607
+ page?: number | undefined;
29608
+ sort?: "createdAt" | "description" | undefined;
29609
+ order?: "asc" | "desc" | undefined;
29610
+ } & Partial<{
29611
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29612
+ }>;
29613
+ } & {
29614
+ headers: {
29615
+ "x-access-token"?: string | undefined;
29616
+ } & Partial<{
29617
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29618
+ }>;
29619
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29620
+ [x: string]: unknown;
29621
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29622
+ [x: string]: unknown;
29623
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29624
+ [x: string]: unknown;
29625
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
29626
+ headers?: Partial<{
29627
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29628
+ }>;
29629
+ } & {
29630
+ pathParameters: {
29631
+ customerId: string;
29632
+ };
29633
+ } & {
29634
+ queryParameters: {
29635
+ searchTerm?: string | undefined;
29636
+ limit?: number | undefined;
29637
+ skip?: number | undefined;
29638
+ page?: number | undefined;
29639
+ sort?: "createdAt" | "description" | undefined;
29640
+ order?: "asc" | "desc" | undefined;
29641
+ } & Partial<{
29642
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29643
+ }>;
29644
+ } & {
29645
+ headers: {
29646
+ "x-access-token"?: string | undefined;
29647
+ } & Partial<{
29648
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29649
+ }>;
29650
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29651
+ [x: string]: unknown;
29652
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29653
+ [x: string]: unknown;
29654
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
29655
+ [x: string]: unknown;
29656
+ }, 429, "application/json">>>;
29617
29657
  /** List Memberships belonging to a Project. */
29618
29658
  listMembershipsForProject: (request: {
29619
29659
  projectId: string;
@@ -29948,33 +29988,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
29948
29988
  } & Partial<{
29949
29989
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
29950
29990
  }>;
29951
- }, import("@mittwald/api-client-commons").Response<{
29952
- backupStorageUsageInBytes: number;
29953
- backupStorageUsageInBytesSetAt: string;
29954
- createdAt: string;
29955
- customerId: string;
29956
- customerMeta: {
29957
- id: string;
29958
- };
29959
- description: string;
29960
- disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
29961
- disabledAt?: string;
29962
- enabled: boolean;
29963
- features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29964
- id: string;
29965
- imageRefId?: string;
29966
- isReady: boolean;
29967
- projectHostingId?: string;
29968
- readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
29969
- serverGroupId: string;
29970
- serverId?: string;
29971
- shortId: string;
29972
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
29973
- statusSetAt: string;
29974
- supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
29975
- webStorageUsageInBytes: number;
29976
- webStorageUsageInBytesSetAt: string;
29977
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29991
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
29978
29992
  [x: string]: unknown;
29979
29993
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
29980
29994
  [x: string]: unknown;
@@ -30003,33 +30017,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
30003
30017
  } & Partial<{
30004
30018
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
30005
30019
  }>;
30006
- }, import("@mittwald/api-client-commons").Response<{
30007
- backupStorageUsageInBytes: number;
30008
- backupStorageUsageInBytesSetAt: string;
30009
- createdAt: string;
30010
- customerId: string;
30011
- customerMeta: {
30012
- id: string;
30013
- };
30014
- description: string;
30015
- disableReason?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
30016
- disabledAt?: string;
30017
- enabled: boolean;
30018
- features?: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
30019
- id: string;
30020
- imageRefId?: string;
30021
- isReady: boolean;
30022
- projectHostingId?: string;
30023
- readiness: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
30024
- serverGroupId: string;
30025
- serverId?: string;
30026
- shortId: string;
30027
- status: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
30028
- statusSetAt: string;
30029
- supportedFeatures: import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectFeature[];
30030
- webStorageUsageInBytes: number;
30031
- webStorageUsageInBytesSetAt: string;
30032
- }[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30020
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV2.Components.Schemas.ProjectProjectListItem[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
30033
30021
  [x: string]: unknown;
30034
30022
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
30035
30023
  [x: string]: unknown;