@mittwald/api-client 4.406.0 → 4.408.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.
@@ -3883,6 +3883,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
3883
3883
  } | undefined;
3884
3884
  queryParameters?: {
3885
3885
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
3886
+ searchTerm?: string | undefined;
3886
3887
  limit?: number | undefined;
3887
3888
  skip?: number | undefined;
3888
3889
  page?: number | undefined;
@@ -3897,6 +3898,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
3897
3898
  };
3898
3899
  } & {
3899
3900
  queryParameters: {
3901
+ searchTerm?: string | undefined;
3900
3902
  limit?: number | undefined;
3901
3903
  skip?: number | undefined;
3902
3904
  page?: number | undefined;
@@ -3927,6 +3929,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
3927
3929
  };
3928
3930
  } & {
3929
3931
  queryParameters: {
3932
+ searchTerm?: string | undefined;
3930
3933
  limit?: number | undefined;
3931
3934
  skip?: number | undefined;
3932
3935
  page?: number | undefined;
@@ -6122,6 +6125,61 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
6122
6125
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6123
6126
  [x: string]: unknown;
6124
6127
  }, 500, "application/json">>>;
6128
+ /** List Container Template statistics. */
6129
+ listTemplateStatistics: (request?: {
6130
+ headers?: {
6131
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6132
+ } | undefined;
6133
+ queryParameters?: {
6134
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6135
+ templateId?: string | undefined;
6136
+ category?: string | undefined;
6137
+ } | undefined;
6138
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6139
+ headers?: Partial<{
6140
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6141
+ }>;
6142
+ } & {
6143
+ queryParameters: {
6144
+ templateId?: string | undefined;
6145
+ category?: string | undefined;
6146
+ } & Partial<{
6147
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6148
+ }>;
6149
+ }, import("@mittwald/api-client-commons").Response<{
6150
+ category?: string | undefined;
6151
+ templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
6152
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6153
+ [x: string]: unknown;
6154
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6155
+ [x: string]: unknown;
6156
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6157
+ [x: string]: unknown;
6158
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6159
+ [x: string]: unknown;
6160
+ }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
6161
+ headers?: Partial<{
6162
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6163
+ }>;
6164
+ } & {
6165
+ queryParameters: {
6166
+ templateId?: string | undefined;
6167
+ category?: string | undefined;
6168
+ } & Partial<{
6169
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6170
+ }>;
6171
+ }, import("@mittwald/api-client-commons").Response<{
6172
+ category?: string | undefined;
6173
+ templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
6174
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
6175
+ [x: string]: unknown;
6176
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6177
+ [x: string]: unknown;
6178
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6179
+ [x: string]: unknown;
6180
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6181
+ [x: string]: unknown;
6182
+ }, 500, "application/json">>>;
6125
6183
  };
6126
6184
  /** The contract API allows you to manage your contracts and orders */
6127
6185
  readonly contract: {
@@ -21652,6 +21710,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21652
21710
  isBackupInProgress: boolean;
21653
21711
  isCatchAll: boolean;
21654
21712
  mailbox?: {
21713
+ mailsystemSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailsystemSettings;
21655
21714
  name: string;
21656
21715
  passwordUpdatedAt: string;
21657
21716
  sendingEnabled: boolean;
@@ -21670,6 +21729,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21670
21729
  };
21671
21730
  } | undefined;
21672
21731
  projectId: string;
21732
+ rateLimitChangeRequest?: {
21733
+ rateLimitId: string;
21734
+ } | undefined;
21673
21735
  receivingDisabled: boolean;
21674
21736
  updatedAt: string;
21675
21737
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -21717,6 +21779,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21717
21779
  isBackupInProgress: boolean;
21718
21780
  isCatchAll: boolean;
21719
21781
  mailbox?: {
21782
+ mailsystemSettings: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailsystemSettings;
21720
21783
  name: string;
21721
21784
  passwordUpdatedAt: string;
21722
21785
  sendingEnabled: boolean;
@@ -21735,6 +21798,9 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
21735
21798
  };
21736
21799
  } | undefined;
21737
21800
  projectId: string;
21801
+ rateLimitChangeRequest?: {
21802
+ rateLimitId: string;
21803
+ } | undefined;
21738
21804
  receivingDisabled: boolean;
21739
21805
  updatedAt: string;
21740
21806
  }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
@@ -22426,6 +22492,158 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
22426
22492
  }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22427
22493
  [x: string]: unknown;
22428
22494
  }, 503, "application/json">>>;
22495
+ /** Get a Mail RateLimit. */
22496
+ getMailRateLimit: (request: {
22497
+ mailRateLimitId: string;
22498
+ headers?: {
22499
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22500
+ "x-access-token"?: string | undefined;
22501
+ } | undefined;
22502
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22503
+ headers?: Partial<{
22504
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22505
+ }>;
22506
+ } & {
22507
+ pathParameters: {
22508
+ mailRateLimitId: string;
22509
+ };
22510
+ } & {
22511
+ headers: {
22512
+ "x-access-token"?: string | undefined;
22513
+ } & Partial<{
22514
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22515
+ }>;
22516
+ }, import("@mittwald/api-client-commons").Response<{
22517
+ id: string;
22518
+ rateLimit: number;
22519
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22520
+ [x: string]: unknown;
22521
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22522
+ [x: string]: unknown;
22523
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22524
+ headers?: Partial<{
22525
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22526
+ }>;
22527
+ } & {
22528
+ pathParameters: {
22529
+ mailRateLimitId: string;
22530
+ };
22531
+ } & {
22532
+ headers: {
22533
+ "x-access-token"?: string | undefined;
22534
+ } & Partial<{
22535
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22536
+ }>;
22537
+ }, import("@mittwald/api-client-commons").Response<{
22538
+ id: string;
22539
+ rateLimit: number;
22540
+ }, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22541
+ [x: string]: unknown;
22542
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22543
+ [x: string]: unknown;
22544
+ }, 429, "application/json">>>;
22545
+ /** List Mail RateLimits. */
22546
+ listMailRateLimits: (request?: {
22547
+ headers?: {
22548
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22549
+ "x-access-token"?: string | undefined;
22550
+ } | undefined;
22551
+ } | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<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").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22562
+ [x: string]: unknown;
22563
+ }, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22564
+ headers?: Partial<{
22565
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22566
+ }>;
22567
+ } & {
22568
+ headers: {
22569
+ "x-access-token"?: string | undefined;
22570
+ } & Partial<{
22571
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22572
+ }>;
22573
+ }, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
22574
+ [x: string]: unknown;
22575
+ }, 429, "application/json">>>;
22576
+ /** Request a rate limit change for a MailAddress. */
22577
+ requestMailAddressRateLimitChange: (request: {
22578
+ data: {
22579
+ rateLimitId: string;
22580
+ };
22581
+ mailAddressId: string;
22582
+ headers?: {
22583
+ [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
22584
+ "x-access-token"?: string | undefined;
22585
+ } | undefined;
22586
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
22587
+ data: {
22588
+ rateLimitId: string;
22589
+ };
22590
+ } & {
22591
+ pathParameters: {
22592
+ mailAddressId: string;
22593
+ };
22594
+ } & {
22595
+ headers?: Partial<{
22596
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22597
+ }>;
22598
+ } & {
22599
+ headers: {
22600
+ "x-access-token"?: string | undefined;
22601
+ } & Partial<{
22602
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22603
+ }>;
22604
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
22605
+ [x: string]: unknown;
22606
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22607
+ [x: string]: unknown;
22608
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22609
+ [x: string]: unknown;
22610
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22611
+ [x: string]: unknown;
22612
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
22613
+ [x: string]: unknown;
22614
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22615
+ [x: string]: unknown;
22616
+ }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
22617
+ data: {
22618
+ rateLimitId: string;
22619
+ };
22620
+ } & {
22621
+ pathParameters: {
22622
+ mailAddressId: string;
22623
+ };
22624
+ } & {
22625
+ headers?: Partial<{
22626
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22627
+ }>;
22628
+ } & {
22629
+ headers: {
22630
+ "x-access-token"?: string | undefined;
22631
+ } & Partial<{
22632
+ [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
22633
+ }>;
22634
+ }, import("@mittwald/api-client-commons").Response<{}, 204, "empty"> | import("@mittwald/api-client-commons").Response<{
22635
+ [x: string]: unknown;
22636
+ }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
22637
+ [x: string]: unknown;
22638
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
22639
+ [x: string]: unknown;
22640
+ }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
22641
+ [x: string]: unknown;
22642
+ }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
22643
+ [x: string]: unknown;
22644
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
22645
+ [x: string]: unknown;
22646
+ }, 503, "application/json">>>;
22429
22647
  };
22430
22648
  /** The notification API allows you to manage your notifications. */
22431
22649
  readonly notification: {
@@ -949,3 +949,11 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
949
949
  export declare const verificationVerifyAddress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyAddress.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
950
950
  /** Check if a company exists. */
951
951
  export declare const verificationVerifyCompany: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$412.Content.Empty>, 412, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextActionsVerifyCompany.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
952
+ /** List Container Template statistics. */
953
+ export declare const containerListTemplateStatistics: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplateStatistics.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
954
+ /** Get a Mail RateLimit. */
955
+ export declare const mailGetMailRateLimit: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimitsMailRateLimitId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
956
+ /** List Mail RateLimits. */
957
+ export declare const mailListMailRateLimits: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailRateLimits.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
958
+ /** Request a rate limit change for a MailAddress. */
959
+ export declare const mailRequestMailAddressRateLimitChange: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$204.Content.Empty>, 204, "empty"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
@@ -1894,6 +1894,22 @@ export declare namespace MittwaldAPIV3Next {
1894
1894
  type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
1895
1895
  type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
1896
1896
  }
1897
+ namespace ContainerListTemplateStatistics {
1898
+ type RequestData = InferredRequestData<typeof descriptors.containerListTemplateStatistics>;
1899
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListTemplateStatistics, TStatus>;
1900
+ }
1901
+ namespace MailGetMailRateLimit {
1902
+ type RequestData = InferredRequestData<typeof descriptors.mailGetMailRateLimit>;
1903
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailGetMailRateLimit, TStatus>;
1904
+ }
1905
+ namespace MailListMailRateLimits {
1906
+ type RequestData = InferredRequestData<typeof descriptors.mailListMailRateLimits>;
1907
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailListMailRateLimits, TStatus>;
1908
+ }
1909
+ namespace MailRequestMailAddressRateLimitChange {
1910
+ type RequestData = InferredRequestData<typeof descriptors.mailRequestMailAddressRateLimitChange>;
1911
+ type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.mailRequestMailAddressRateLimitChange, TStatus>;
1912
+ }
1897
1913
  }
1898
1914
  namespace Components {
1899
1915
  namespace Schemas {
@@ -5142,6 +5158,7 @@ export declare namespace MittwaldAPIV3Next {
5142
5158
  isBackupInProgress: boolean;
5143
5159
  isCatchAll: boolean;
5144
5160
  mailbox?: {
5161
+ mailsystemSettings: MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailMailsystemSettings;
5145
5162
  name: string;
5146
5163
  passwordUpdatedAt: string;
5147
5164
  sendingEnabled: boolean;
@@ -5160,12 +5177,16 @@ export declare namespace MittwaldAPIV3Next {
5160
5177
  };
5161
5178
  };
5162
5179
  projectId: string;
5180
+ rateLimitChangeRequest?: {
5181
+ /**
5182
+ * id of the rate limit requested
5183
+ */
5184
+ rateLimitId: string;
5185
+ };
5163
5186
  receivingDisabled: boolean;
5164
5187
  updatedAt: string;
5165
5188
  }
5166
5189
  interface DeMittwaldMailMailsystemSettings {
5167
- imapClusterId: string;
5168
- mailDirectory: string;
5169
5190
  rateLimitId: string;
5170
5191
  }
5171
5192
  interface DeMittwaldMailmigrationAutoResponder {
@@ -5978,7 +5999,7 @@ export declare namespace MittwaldAPIV3Next {
5978
5999
  version?: string | null;
5979
6000
  };
5980
6001
  };
5981
- name: "app.version-set";
6002
+ name: "app.version-set" | "app.version-updated";
5982
6003
  parameters: {
5983
6004
  appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogLinkedParameterProperty;
5984
6005
  };
@@ -6202,14 +6223,7 @@ export declare namespace MittwaldAPIV3Next {
6202
6223
  };
6203
6224
  }
6204
6225
  interface DeMittwaldActivitylogDnsZoneCreated {
6205
- changes: {
6206
- after?: {
6207
- domain: string;
6208
- };
6209
- before?: {
6210
- domain: string | null;
6211
- };
6212
- };
6226
+ changes: {};
6213
6227
  name: "dns.zone-created";
6214
6228
  parameters: {
6215
6229
  domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
@@ -6304,7 +6318,7 @@ export declare namespace MittwaldAPIV3Next {
6304
6318
  name: string;
6305
6319
  }
6306
6320
  interface DeMittwaldActivitylogLogEntry {
6307
- action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlNameSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6321
+ action: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsDomainDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsIngressDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsZoneDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCnameRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsSrvRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsCaaRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsTxtRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsARecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDnsMxRecordSetManaged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlNameSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
6308
6322
  aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
6309
6323
  dateTime: string;
6310
6324
  /**
@@ -6922,6 +6936,61 @@ export declare namespace MittwaldAPIV3Next {
6922
6936
  }
6923
6937
  type DeMittwaldVerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
6924
6938
  type DeMittwaldContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
6939
+ interface DeMittwaldActivitylogDnsARecordSetManaged {
6940
+ changes: {
6941
+ after?: {
6942
+ aRecords: {
6943
+ managedByIngressId: string;
6944
+ };
6945
+ };
6946
+ before?: {};
6947
+ };
6948
+ name: "dns.a-record-set-managed";
6949
+ parameters: {
6950
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6951
+ };
6952
+ }
6953
+ interface DeMittwaldActivitylogDnsDomainDeleted {
6954
+ changes: {};
6955
+ name: "dns.domain-deleted";
6956
+ parameters: {
6957
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6958
+ };
6959
+ }
6960
+ interface DeMittwaldActivitylogDnsIngressDeleted {
6961
+ changes: {};
6962
+ name: "dns.ingress-deleted";
6963
+ parameters: {
6964
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6965
+ };
6966
+ }
6967
+ interface DeMittwaldActivitylogDnsMxRecordSetManaged {
6968
+ changes: {
6969
+ after?: {
6970
+ mx: {
6971
+ managed: boolean;
6972
+ };
6973
+ };
6974
+ before?: {};
6975
+ };
6976
+ name: "dns.mx-record-set-managed";
6977
+ parameters: {
6978
+ domain: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
6979
+ };
6980
+ }
6981
+ interface DeMittwaldContainerTemplateStatsListResponse {
6982
+ category?: string;
6983
+ templates?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[];
6984
+ }
6985
+ interface DeMittwaldContainerTemplateStatsResponse {
6986
+ id: string;
6987
+ installations: number;
6988
+ installations30Days: number;
6989
+ }
6990
+ interface DeMittwaldMailsystemRateLimit {
6991
+ id: string;
6992
+ rateLimit: number;
6993
+ }
6925
6994
  interface DeMittwaldCommonsAddress {
6926
6995
  street: string;
6927
6996
  houseNumber: string;
@@ -10201,6 +10270,7 @@ export declare namespace MittwaldAPIV3Next {
10201
10270
  };
10202
10271
  type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
10203
10272
  type Query = {
10273
+ searchTerm?: string;
10204
10274
  limit?: number;
10205
10275
  skip?: number;
10206
10276
  page?: number;
@@ -31387,5 +31457,198 @@ export declare namespace MittwaldAPIV3Next {
31387
31457
  }
31388
31458
  }
31389
31459
  }
31460
+ namespace V3NextContainerTemplateStatistics {
31461
+ namespace Get {
31462
+ namespace Parameters {
31463
+ type Path = {};
31464
+ type Header = {};
31465
+ type Query = {
31466
+ templateId?: string;
31467
+ category?: string;
31468
+ };
31469
+ }
31470
+ namespace Responses {
31471
+ namespace $200 {
31472
+ namespace Content {
31473
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsListResponse;
31474
+ }
31475
+ }
31476
+ namespace $400 {
31477
+ namespace Content {
31478
+ interface ApplicationJson {
31479
+ [k: string]: unknown;
31480
+ }
31481
+ }
31482
+ }
31483
+ namespace $404 {
31484
+ namespace Content {
31485
+ interface ApplicationJson {
31486
+ [k: string]: unknown;
31487
+ }
31488
+ }
31489
+ }
31490
+ namespace $429 {
31491
+ namespace Content {
31492
+ interface ApplicationJson {
31493
+ [k: string]: unknown;
31494
+ }
31495
+ }
31496
+ }
31497
+ namespace $500 {
31498
+ namespace Content {
31499
+ interface ApplicationJson {
31500
+ [k: string]: unknown;
31501
+ }
31502
+ }
31503
+ }
31504
+ namespace Default {
31505
+ namespace Content {
31506
+ interface ApplicationJson {
31507
+ [k: string]: unknown;
31508
+ }
31509
+ }
31510
+ }
31511
+ }
31512
+ }
31513
+ }
31514
+ namespace V3NextMailRateLimitsMailRateLimitId {
31515
+ namespace Get {
31516
+ namespace Parameters {
31517
+ type Path = {
31518
+ mailRateLimitId: string;
31519
+ };
31520
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31521
+ type Query = {};
31522
+ }
31523
+ namespace Responses {
31524
+ namespace $200 {
31525
+ namespace Content {
31526
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit;
31527
+ }
31528
+ }
31529
+ namespace $404 {
31530
+ namespace Content {
31531
+ interface ApplicationJson {
31532
+ [k: string]: unknown;
31533
+ }
31534
+ }
31535
+ }
31536
+ namespace $429 {
31537
+ namespace Content {
31538
+ interface ApplicationJson {
31539
+ [k: string]: unknown;
31540
+ }
31541
+ }
31542
+ }
31543
+ namespace Default {
31544
+ namespace Content {
31545
+ interface ApplicationJson {
31546
+ [k: string]: unknown;
31547
+ }
31548
+ }
31549
+ }
31550
+ }
31551
+ }
31552
+ }
31553
+ namespace V3NextMailRateLimits {
31554
+ namespace Get {
31555
+ namespace Parameters {
31556
+ type Path = {};
31557
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31558
+ type Query = {};
31559
+ }
31560
+ namespace Responses {
31561
+ namespace $200 {
31562
+ namespace Content {
31563
+ type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldMailsystemRateLimit[];
31564
+ }
31565
+ }
31566
+ namespace $429 {
31567
+ namespace Content {
31568
+ interface ApplicationJson {
31569
+ [k: string]: unknown;
31570
+ }
31571
+ }
31572
+ }
31573
+ namespace Default {
31574
+ namespace Content {
31575
+ interface ApplicationJson {
31576
+ [k: string]: unknown;
31577
+ }
31578
+ }
31579
+ }
31580
+ }
31581
+ }
31582
+ }
31583
+ namespace V3NextMailAddressesMailAddressIdActionsRequestRateLimitChange {
31584
+ namespace Post {
31585
+ namespace Parameters {
31586
+ type Path = {
31587
+ mailAddressId: string;
31588
+ };
31589
+ interface RequestBody {
31590
+ rateLimitId: string;
31591
+ }
31592
+ type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
31593
+ type Query = {};
31594
+ }
31595
+ namespace Responses {
31596
+ namespace $204 {
31597
+ namespace Content {
31598
+ type Empty = unknown;
31599
+ }
31600
+ }
31601
+ namespace $400 {
31602
+ namespace Content {
31603
+ interface ApplicationJson {
31604
+ [k: string]: unknown;
31605
+ }
31606
+ }
31607
+ }
31608
+ namespace $403 {
31609
+ namespace Content {
31610
+ interface ApplicationJson {
31611
+ [k: string]: unknown;
31612
+ }
31613
+ }
31614
+ }
31615
+ namespace $404 {
31616
+ namespace Content {
31617
+ interface ApplicationJson {
31618
+ [k: string]: unknown;
31619
+ }
31620
+ }
31621
+ }
31622
+ namespace $429 {
31623
+ namespace Content {
31624
+ interface ApplicationJson {
31625
+ [k: string]: unknown;
31626
+ }
31627
+ }
31628
+ }
31629
+ namespace $500 {
31630
+ namespace Content {
31631
+ interface ApplicationJson {
31632
+ [k: string]: unknown;
31633
+ }
31634
+ }
31635
+ }
31636
+ namespace $503 {
31637
+ namespace Content {
31638
+ interface ApplicationJson {
31639
+ [k: string]: unknown;
31640
+ }
31641
+ }
31642
+ }
31643
+ namespace Default {
31644
+ namespace Content {
31645
+ interface ApplicationJson {
31646
+ [k: string]: unknown;
31647
+ }
31648
+ }
31649
+ }
31650
+ }
31651
+ }
31652
+ }
31390
31653
  }
31391
31654
  }
@@ -1 +1 @@
1
- export declare const MittwaldAPIClientVersion = '4.405.1';
1
+ export declare const MittwaldAPIClientVersion = '4.407.0';