@mittwald/api-client 4.413.0 → 4.415.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.
@@ -669,13 +669,6 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
669
669
  status: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceStatus;
670
670
  statusSetAt: string;
671
671
  }>;
672
- /** Get a Container Template icon. */
673
- getTemplateIcon: (conf: {
674
- templateId: string;
675
- headers?: {
676
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
677
- } | undefined;
678
- }) => import("@mittwald/react-use-promise").AsyncResource<string>;
679
672
  /** Get a Container Template by ID. */
680
673
  getTemplate: (conf: {
681
674
  templateId: string;
@@ -714,6 +707,11 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
714
707
  manifestVersion: string;
715
708
  name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
716
709
  repository?: string | undefined;
710
+ screenshots?: {
711
+ bg: string;
712
+ screenshot: string;
713
+ text: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
714
+ }[] | undefined;
717
715
  supportLink?: string | undefined;
718
716
  tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
719
717
  userInputs?: {
@@ -786,6 +784,7 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
786
784
  category?: string | undefined;
787
785
  searchTerm?: string | undefined;
788
786
  type?: "component" | "standalone" | undefined;
787
+ sortOrder?: "trend30days" | "trendAll" | undefined;
789
788
  limit?: number | undefined;
790
789
  skip?: number | undefined;
791
790
  page?: number | undefined;
@@ -808,20 +807,14 @@ declare const buildContainerApi: (baseClient: MittwaldAPIV3NextClient) => {
808
807
  page?: number | undefined;
809
808
  } | undefined;
810
809
  }) => import("@mittwald/react-use-promise").AsyncResource<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerVolumeResponse[]>;
811
- /** List Container Template statistics. */
812
- listTemplateStatistics: (conf?: {
810
+ /** Get a Container Template asset. */
811
+ getTemplateAsset: (conf: {
812
+ templateId: string;
813
+ assetPath: string;
813
814
  headers?: {
814
815
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
815
816
  } | undefined;
816
- queryParameters?: {
817
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
818
- templateId?: string | undefined;
819
- category?: string | undefined;
820
- } | undefined;
821
- } | null | undefined) => import("@mittwald/react-use-promise").AsyncResource<{
822
- category?: string | undefined;
823
- templates?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateStatsResponse[] | undefined;
824
- }>;
817
+ }) => import("@mittwald/react-use-promise").AsyncResource<string>;
825
818
  };
826
819
  declare const buildContractApi: (baseClient: MittwaldAPIV3NextClient) => {
827
820
  /** Return the BaseItem of the Contract with the given ID. */
@@ -5090,53 +5090,6 @@ export declare class MittwaldAPIV3NextClient 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 icon. */
5094
- getTemplateIcon: (request: {
5095
- templateId: string;
5096
- headers?: {
5097
- [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
5098
- } | undefined;
5099
- }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
5100
- headers?: Partial<{
5101
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5102
- }>;
5103
- } & {
5104
- pathParameters: {
5105
- templateId: string;
5106
- };
5107
- }, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | 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<{
5108
- [x: string]: unknown;
5109
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5110
- [x: string]: unknown;
5111
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5112
- [x: string]: unknown;
5113
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5114
- [x: string]: unknown;
5115
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5116
- [x: string]: unknown;
5117
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
5118
- [x: string]: unknown;
5119
- }, 503, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
5120
- headers?: Partial<{
5121
- [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
5122
- }>;
5123
- } & {
5124
- pathParameters: {
5125
- templateId: string;
5126
- };
5127
- }, import("@mittwald/api-client-commons").Response<string, 200, "application/octet-stream"> | 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<{
5128
- [x: string]: unknown;
5129
- }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
5130
- [x: string]: unknown;
5131
- }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
5132
- [x: string]: unknown;
5133
- }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
5134
- [x: string]: unknown;
5135
- }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
5136
- [x: string]: unknown;
5137
- }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
5138
- [x: string]: unknown;
5139
- }, 503, "application/json">>>;
5140
5093
  /** Get a Container Template by ID. */
5141
5094
  getTemplate: (request: {
5142
5095
  templateId: string;
@@ -5183,6 +5136,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5183
5136
  manifestVersion: string;
5184
5137
  name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5185
5138
  repository?: string | undefined;
5139
+ screenshots?: {
5140
+ bg: string;
5141
+ screenshot: string;
5142
+ text: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5143
+ }[] | undefined;
5186
5144
  supportLink?: string | undefined;
5187
5145
  tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5188
5146
  userInputs?: {
@@ -5243,6 +5201,11 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5243
5201
  manifestVersion: string;
5244
5202
  name: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5245
5203
  repository?: string | undefined;
5204
+ screenshots?: {
5205
+ bg: string;
5206
+ screenshot: string;
5207
+ text: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5208
+ }[] | undefined;
5246
5209
  supportLink?: string | undefined;
5247
5210
  tagline: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerTemplateTranslatedString;
5248
5211
  userInputs?: {
@@ -5515,6 +5478,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5515
5478
  category?: string | undefined;
5516
5479
  searchTerm?: string | undefined;
5517
5480
  type?: "component" | "standalone" | undefined;
5481
+ sortOrder?: "trend30days" | "trendAll" | undefined;
5518
5482
  limit?: number | undefined;
5519
5483
  skip?: number | undefined;
5520
5484
  page?: number | undefined;
@@ -5528,6 +5492,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5528
5492
  category?: string | undefined;
5529
5493
  searchTerm?: string | undefined;
5530
5494
  type?: "component" | "standalone" | undefined;
5495
+ sortOrder?: "trend30days" | "trendAll" | undefined;
5531
5496
  limit?: number | undefined;
5532
5497
  skip?: number | undefined;
5533
5498
  page?: number | undefined;
@@ -5549,6 +5514,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
5549
5514
  category?: string | undefined;
5550
5515
  searchTerm?: string | undefined;
5551
5516
  type?: "component" | "standalone" | undefined;
5517
+ sortOrder?: "trend30days" | "trendAll" | undefined;
5552
5518
  limit?: number | undefined;
5553
5519
  skip?: number | undefined;
5554
5520
  page?: number | undefined;
@@ -6125,61 +6091,56 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
6125
6091
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6126
6092
  [x: string]: unknown;
6127
6093
  }, 500, "application/json">>>;
6128
- /** List Container Template statistics. */
6129
- listTemplateStatistics: (request?: {
6094
+ /** Get a Container Template asset. */
6095
+ getTemplateAsset: (request: {
6096
+ templateId: string;
6097
+ assetPath: string;
6130
6098
  headers?: {
6131
6099
  [x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
6132
6100
  } | 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<{
6101
+ }, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
6139
6102
  headers?: Partial<{
6140
6103
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6141
6104
  }>;
6142
6105
  } & {
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<{
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<{
6153
6111
  [x: string]: unknown;
6154
6112
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6155
6113
  [x: string]: unknown;
6114
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6115
+ [x: string]: unknown;
6156
6116
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6157
6117
  [x: string]: unknown;
6158
6118
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6159
6119
  [x: string]: unknown;
6160
- }, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
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<{
6161
6123
  headers?: Partial<{
6162
6124
  [TKey: string]: (string | number | boolean) | (string | number | boolean)[];
6163
6125
  }>;
6164
6126
  } & {
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<{
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<{
6175
6132
  [x: string]: unknown;
6176
6133
  }, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
6177
6134
  [x: string]: unknown;
6135
+ }, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
6136
+ [x: string]: unknown;
6178
6137
  }, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
6179
6138
  [x: string]: unknown;
6180
6139
  }, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
6181
6140
  [x: string]: unknown;
6182
- }, 500, "application/json">>>;
6141
+ }, 500, "application/json"> | import("@mittwald/api-client-commons").Response<{
6142
+ [x: string]: unknown;
6143
+ }, 503, "application/json">>>;
6183
6144
  };
6184
6145
  /** The contract API allows you to manage your contracts and orders */
6185
6146
  readonly contract: {
@@ -153,8 +153,6 @@ export declare const containerGetContainerImageConfig: OpenAPIOperation<RequestT
153
153
  export declare const containerGetServiceLogs: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$200.Content.TextPlain>, 200, "text/plain"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceIdLogs.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
154
154
  /** Get a Service belonging to a Stack. */
155
155
  export declare const containerGetService: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$412.Content.ApplicationJson>, 412, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacksStackIdServicesServiceId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
156
- /** Get a Container Template icon. */
157
- export declare const containerGetTemplateIcon: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdIcon.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
158
156
  /** Get a Container Template by ID. */
159
157
  export declare const containerGetTemplate: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
160
158
  /** List Stacks belonging to the executing user. */
@@ -949,11 +947,11 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
949
947
  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
948
  /** Check if a company exists. */
951
949
  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
950
  /** Get a Mail RateLimit. */
955
951
  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
952
  /** List Mail RateLimits. */
957
953
  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
954
  /** Request a rate limit change for a MailAddress. */
959
955
  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">>;
956
+ /** Get a Container Template asset. */
957
+ export declare const containerGetTemplateAsset: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageJpeg>, 200, "image/jpeg"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImagePng>, 200, "image/png"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageSvgXml>, 200, "image/svg+xml"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$200.Content.ImageWebp>, 200, "image/webp"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextContainerTemplatesTemplateIdAssetsAssetPath.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;