@mittwald/api-client 4.442.0 → 4.443.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.
- package/dist/esm/generated/v2/client-react.js +2 -2
- package/dist/esm/generated/v2/client.js +2 -2
- package/dist/esm/generated/v2/descriptors.js +6 -6
- package/dist/esm/generated/v3-next/client-react.js +2 -2
- package/dist/esm/generated/v3-next/client.js +2 -2
- package/dist/esm/generated/v3-next/descriptors.js +6 -6
- package/dist/esm/version.js +1 -1
- package/dist/types/generated/v2/client-react.d.ts +22 -15
- package/dist/types/generated/v2/client.d.ts +89 -71
- package/dist/types/generated/v2/descriptors.d.ts +2 -2
- package/dist/types/generated/v2/types.d.ts +87 -72
- package/dist/types/generated/v3-next/client-react.d.ts +22 -15
- package/dist/types/generated/v3-next/client.d.ts +89 -71
- package/dist/types/generated/v3-next/descriptors.d.ts +2 -2
- package/dist/types/generated/v3-next/types.d.ts +87 -72
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -5149,6 +5149,77 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5149
5149
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5150
5150
|
[x: string]: unknown;
|
|
5151
5151
|
}, 500, "application/json">>>;
|
|
5152
|
+
/** List Services the executing user has access to. */
|
|
5153
|
+
listAccessibleServices: (request?: {
|
|
5154
|
+
headers?: {
|
|
5155
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5156
|
+
"x-access-token"?: string | undefined;
|
|
5157
|
+
} | undefined;
|
|
5158
|
+
queryParameters?: {
|
|
5159
|
+
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5160
|
+
searchTerm?: string | undefined;
|
|
5161
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5162
|
+
limit?: number | undefined;
|
|
5163
|
+
skip?: number | undefined;
|
|
5164
|
+
page?: number | undefined;
|
|
5165
|
+
} | undefined;
|
|
5166
|
+
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5167
|
+
headers?: Partial<{
|
|
5168
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5169
|
+
}>;
|
|
5170
|
+
} & {
|
|
5171
|
+
queryParameters: {
|
|
5172
|
+
searchTerm?: string | undefined;
|
|
5173
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5174
|
+
limit?: number | undefined;
|
|
5175
|
+
skip?: number | undefined;
|
|
5176
|
+
page?: number | undefined;
|
|
5177
|
+
} & Partial<{
|
|
5178
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5179
|
+
}>;
|
|
5180
|
+
} & {
|
|
5181
|
+
headers: {
|
|
5182
|
+
"x-access-token"?: string | undefined;
|
|
5183
|
+
} & Partial<{
|
|
5184
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5185
|
+
}>;
|
|
5186
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5187
|
+
[x: string]: unknown;
|
|
5188
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5189
|
+
[x: string]: unknown;
|
|
5190
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5191
|
+
[x: string]: unknown;
|
|
5192
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5193
|
+
[x: string]: unknown;
|
|
5194
|
+
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5195
|
+
headers?: Partial<{
|
|
5196
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5197
|
+
}>;
|
|
5198
|
+
} & {
|
|
5199
|
+
queryParameters: {
|
|
5200
|
+
searchTerm?: string | undefined;
|
|
5201
|
+
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5202
|
+
limit?: number | undefined;
|
|
5203
|
+
skip?: number | undefined;
|
|
5204
|
+
page?: number | undefined;
|
|
5205
|
+
} & Partial<{
|
|
5206
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5207
|
+
}>;
|
|
5208
|
+
} & {
|
|
5209
|
+
headers: {
|
|
5210
|
+
"x-access-token"?: string | undefined;
|
|
5211
|
+
} & Partial<{
|
|
5212
|
+
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5213
|
+
}>;
|
|
5214
|
+
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5215
|
+
[x: string]: unknown;
|
|
5216
|
+
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5217
|
+
[x: string]: unknown;
|
|
5218
|
+
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5219
|
+
[x: string]: unknown;
|
|
5220
|
+
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5221
|
+
[x: string]: unknown;
|
|
5222
|
+
}, 500, "application/json">>>;
|
|
5152
5223
|
/** List Stacks belonging to the executing user. */
|
|
5153
5224
|
listSelfStacks: (request?: {
|
|
5154
5225
|
headers?: {
|
|
@@ -5933,77 +6004,6 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
5933
6004
|
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5934
6005
|
[x: string]: unknown;
|
|
5935
6006
|
}, 500, "application/json">>>;
|
|
5936
|
-
/** List Services the executing user has access to. */
|
|
5937
|
-
listAccessibleServices: (request?: {
|
|
5938
|
-
headers?: {
|
|
5939
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5940
|
-
"x-access-token"?: string | undefined;
|
|
5941
|
-
} | undefined;
|
|
5942
|
-
queryParameters?: {
|
|
5943
|
-
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
5944
|
-
searchTerm?: string | undefined;
|
|
5945
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5946
|
-
limit?: number | undefined;
|
|
5947
|
-
skip?: number | undefined;
|
|
5948
|
-
page?: number | undefined;
|
|
5949
|
-
} | undefined;
|
|
5950
|
-
} | null | undefined, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5951
|
-
headers?: Partial<{
|
|
5952
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5953
|
-
}>;
|
|
5954
|
-
} & {
|
|
5955
|
-
queryParameters: {
|
|
5956
|
-
searchTerm?: string | undefined;
|
|
5957
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5958
|
-
limit?: number | undefined;
|
|
5959
|
-
skip?: number | undefined;
|
|
5960
|
-
page?: number | undefined;
|
|
5961
|
-
} & Partial<{
|
|
5962
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5963
|
-
}>;
|
|
5964
|
-
} & {
|
|
5965
|
-
headers: {
|
|
5966
|
-
"x-access-token"?: string | undefined;
|
|
5967
|
-
} & Partial<{
|
|
5968
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5969
|
-
}>;
|
|
5970
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5971
|
-
[x: string]: unknown;
|
|
5972
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5973
|
-
[x: string]: unknown;
|
|
5974
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5975
|
-
[x: string]: unknown;
|
|
5976
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5977
|
-
[x: string]: unknown;
|
|
5978
|
-
}, 500, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
5979
|
-
headers?: Partial<{
|
|
5980
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5981
|
-
}>;
|
|
5982
|
-
} & {
|
|
5983
|
-
queryParameters: {
|
|
5984
|
-
searchTerm?: string | undefined;
|
|
5985
|
-
sortOrder?: import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder | undefined;
|
|
5986
|
-
limit?: number | undefined;
|
|
5987
|
-
skip?: number | undefined;
|
|
5988
|
-
page?: number | undefined;
|
|
5989
|
-
} & Partial<{
|
|
5990
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5991
|
-
}>;
|
|
5992
|
-
} & {
|
|
5993
|
-
headers: {
|
|
5994
|
-
"x-access-token"?: string | undefined;
|
|
5995
|
-
} & Partial<{
|
|
5996
|
-
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
5997
|
-
}>;
|
|
5998
|
-
}, import("@mittwald/api-client-commons").Response<import("./types.js").MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
5999
|
-
[x: string]: unknown;
|
|
6000
|
-
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6001
|
-
[x: string]: unknown;
|
|
6002
|
-
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6003
|
-
[x: string]: unknown;
|
|
6004
|
-
}, 429, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
6005
|
-
[x: string]: unknown;
|
|
6006
|
-
}, 500, "application/json">>>;
|
|
6007
6007
|
};
|
|
6008
6008
|
/** The contract API allows you to manage your contracts and orders */
|
|
6009
6009
|
readonly contract: {
|
|
@@ -9967,6 +9967,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
9967
9967
|
extensionId?: string | undefined;
|
|
9968
9968
|
searchTerm?: string | undefined;
|
|
9969
9969
|
anchor?: string | undefined;
|
|
9970
|
+
hasAcceptedAllScopes?: boolean | undefined;
|
|
9970
9971
|
limit?: number | undefined;
|
|
9971
9972
|
skip?: number | undefined;
|
|
9972
9973
|
page?: number | undefined;
|
|
@@ -9984,6 +9985,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
9984
9985
|
extensionId?: string | undefined;
|
|
9985
9986
|
searchTerm?: string | undefined;
|
|
9986
9987
|
anchor?: string | undefined;
|
|
9988
|
+
hasAcceptedAllScopes?: boolean | undefined;
|
|
9987
9989
|
limit?: number | undefined;
|
|
9988
9990
|
skip?: number | undefined;
|
|
9989
9991
|
page?: number | undefined;
|
|
@@ -10013,6 +10015,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10013
10015
|
extensionId?: string | undefined;
|
|
10014
10016
|
searchTerm?: string | undefined;
|
|
10015
10017
|
anchor?: string | undefined;
|
|
10018
|
+
hasAcceptedAllScopes?: boolean | undefined;
|
|
10016
10019
|
limit?: number | undefined;
|
|
10017
10020
|
skip?: number | undefined;
|
|
10018
10021
|
page?: number | undefined;
|
|
@@ -10202,6 +10205,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10202
10205
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10203
10206
|
pendingInstallation: boolean;
|
|
10204
10207
|
pendingRemoval: boolean;
|
|
10208
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
10205
10209
|
variantKey?: string | undefined;
|
|
10206
10210
|
webhookExecutionHalted: boolean;
|
|
10207
10211
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -10247,6 +10251,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10247
10251
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10248
10252
|
pendingInstallation: boolean;
|
|
10249
10253
|
pendingRemoval: boolean;
|
|
10254
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
10250
10255
|
variantKey?: string | undefined;
|
|
10251
10256
|
webhookExecutionHalted: boolean;
|
|
10252
10257
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11271,6 +11276,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11271
11276
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11272
11277
|
pendingInstallation: boolean;
|
|
11273
11278
|
pendingRemoval: boolean;
|
|
11279
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
11274
11280
|
variantKey?: string | undefined;
|
|
11275
11281
|
webhookExecutionHalted: boolean;
|
|
11276
11282
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11315,6 +11321,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11315
11321
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11316
11322
|
pendingInstallation: boolean;
|
|
11317
11323
|
pendingRemoval: boolean;
|
|
11324
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
11318
11325
|
variantKey?: string | undefined;
|
|
11319
11326
|
webhookExecutionHalted: boolean;
|
|
11320
11327
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11368,6 +11375,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11368
11375
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11369
11376
|
pendingInstallation: boolean;
|
|
11370
11377
|
pendingRemoval: boolean;
|
|
11378
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
11371
11379
|
variantKey?: string | undefined;
|
|
11372
11380
|
webhookExecutionHalted: boolean;
|
|
11373
11381
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -11412,6 +11420,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11412
11420
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11413
11421
|
pendingInstallation: boolean;
|
|
11414
11422
|
pendingRemoval: boolean;
|
|
11423
|
+
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
11415
11424
|
variantKey?: string | undefined;
|
|
11416
11425
|
webhookExecutionHalted: boolean;
|
|
11417
11426
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -13595,6 +13604,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
13595
13604
|
queryParameters?: {
|
|
13596
13605
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
13597
13606
|
includeServiceCronjobs?: boolean | undefined;
|
|
13607
|
+
stackId?: string | undefined;
|
|
13598
13608
|
limit?: number | undefined;
|
|
13599
13609
|
skip?: number | undefined;
|
|
13600
13610
|
page?: number | undefined;
|
|
@@ -13610,6 +13620,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
13610
13620
|
} & {
|
|
13611
13621
|
queryParameters: {
|
|
13612
13622
|
includeServiceCronjobs?: boolean | undefined;
|
|
13623
|
+
stackId?: string | undefined;
|
|
13613
13624
|
limit?: number | undefined;
|
|
13614
13625
|
skip?: number | undefined;
|
|
13615
13626
|
page?: number | undefined;
|
|
@@ -13635,6 +13646,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
13635
13646
|
} & {
|
|
13636
13647
|
queryParameters: {
|
|
13637
13648
|
includeServiceCronjobs?: boolean | undefined;
|
|
13649
|
+
stackId?: string | undefined;
|
|
13638
13650
|
limit?: number | undefined;
|
|
13639
13651
|
skip?: number | undefined;
|
|
13640
13652
|
page?: number | undefined;
|
|
@@ -30326,6 +30338,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30326
30338
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30327
30339
|
limit?: number | undefined;
|
|
30328
30340
|
skip?: number | undefined;
|
|
30341
|
+
page?: number | undefined;
|
|
30329
30342
|
} | undefined;
|
|
30330
30343
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30331
30344
|
headers?: Partial<{
|
|
@@ -30339,6 +30352,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30339
30352
|
queryParameters: {
|
|
30340
30353
|
limit?: number | undefined;
|
|
30341
30354
|
skip?: number | undefined;
|
|
30355
|
+
page?: number | undefined;
|
|
30342
30356
|
} & Partial<{
|
|
30343
30357
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30344
30358
|
}>;
|
|
@@ -30366,6 +30380,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30366
30380
|
queryParameters: {
|
|
30367
30381
|
limit?: number | undefined;
|
|
30368
30382
|
skip?: number | undefined;
|
|
30383
|
+
page?: number | undefined;
|
|
30369
30384
|
} & Partial<{
|
|
30370
30385
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30371
30386
|
}>;
|
|
@@ -30693,6 +30708,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30693
30708
|
[x: string]: (string | number | boolean) | (string | number | boolean)[] | undefined;
|
|
30694
30709
|
limit?: number | undefined;
|
|
30695
30710
|
skip?: number | undefined;
|
|
30711
|
+
page?: number | undefined;
|
|
30696
30712
|
} | undefined;
|
|
30697
30713
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
30698
30714
|
headers?: Partial<{
|
|
@@ -30706,6 +30722,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30706
30722
|
queryParameters: {
|
|
30707
30723
|
limit?: number | undefined;
|
|
30708
30724
|
skip?: number | undefined;
|
|
30725
|
+
page?: number | undefined;
|
|
30709
30726
|
} & Partial<{
|
|
30710
30727
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30711
30728
|
}>;
|
|
@@ -30733,6 +30750,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
30733
30750
|
queryParameters: {
|
|
30734
30751
|
limit?: number | undefined;
|
|
30735
30752
|
skip?: number | undefined;
|
|
30753
|
+
page?: number | undefined;
|
|
30736
30754
|
} & Partial<{
|
|
30737
30755
|
[TKey: string]: (string | number | boolean) | (string | number | boolean)[];
|
|
30738
30756
|
}>;
|
|
@@ -151,6 +151,8 @@ export declare const containerGetService: OpenAPIOperation<RequestType<Simplify<
|
|
|
151
151
|
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.$304.Content.Empty>, 304, "empty"> | 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">>;
|
|
152
152
|
/** Get a Container Template by ID. */
|
|
153
153
|
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">>;
|
|
154
|
+
/** List Services the executing user has access to. */
|
|
155
|
+
export declare const containerListAccessibleServices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
154
156
|
/** List Stacks belonging to the executing user. */
|
|
155
157
|
export declare const containerListSelfStacks: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextStacks.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
156
158
|
/** List Services belonging to a Project. */
|
|
@@ -935,5 +937,3 @@ export declare const verificationDetectPhishingEmail: OpenAPIOperation<RequestTy
|
|
|
935
937
|
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">>;
|
|
936
938
|
/** Check if a company exists. */
|
|
937
939
|
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">>;
|
|
938
|
-
/** List Services the executing user has access to. */
|
|
939
|
-
export declare const containerListAccessibleServices: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Path>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Query>, Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$400.Content.ApplicationJson>, 400, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.$500.Content.ApplicationJson>, 500, "application/json"> | Response<Simplify<MittwaldAPIV3Next.Paths.V3NextServices.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
@@ -298,6 +298,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
298
298
|
type RequestData = InferredRequestData<typeof descriptors.containerGetTemplate>;
|
|
299
299
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerGetTemplate, TStatus>;
|
|
300
300
|
}
|
|
301
|
+
namespace ContainerListAccessibleServices {
|
|
302
|
+
type RequestData = InferredRequestData<typeof descriptors.containerListAccessibleServices>;
|
|
303
|
+
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListAccessibleServices, TStatus>;
|
|
304
|
+
}
|
|
301
305
|
namespace ContainerListSelfStacks {
|
|
302
306
|
type RequestData = InferredRequestData<typeof descriptors.containerListSelfStacks>;
|
|
303
307
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListSelfStacks, TStatus>;
|
|
@@ -1866,10 +1870,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
1866
1870
|
type RequestData = InferredRequestData<typeof descriptors.verificationVerifyCompany>;
|
|
1867
1871
|
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.verificationVerifyCompany, TStatus>;
|
|
1868
1872
|
}
|
|
1869
|
-
namespace ContainerListAccessibleServices {
|
|
1870
|
-
type RequestData = InferredRequestData<typeof descriptors.containerListAccessibleServices>;
|
|
1871
|
-
type ResponseData<TStatus extends HttpStatus = 200> = InferredResponseData<typeof descriptors.containerListAccessibleServices, TStatus>;
|
|
1872
|
-
}
|
|
1873
1873
|
}
|
|
1874
1874
|
namespace Components {
|
|
1875
1875
|
namespace Schemas {
|
|
@@ -4316,6 +4316,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4316
4316
|
nextScheduledWebhookExecution?: string;
|
|
4317
4317
|
pendingInstallation: boolean;
|
|
4318
4318
|
pendingRemoval: boolean;
|
|
4319
|
+
scopeChangeAcceptanceDeadline?: string;
|
|
4319
4320
|
variantKey?: string;
|
|
4320
4321
|
webhookExecutionHalted: boolean;
|
|
4321
4322
|
}
|
|
@@ -5990,11 +5991,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
5990
5991
|
changes: {
|
|
5991
5992
|
after: {
|
|
5992
5993
|
name: string;
|
|
5993
|
-
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
5994
5994
|
};
|
|
5995
5995
|
before: {
|
|
5996
5996
|
name: string | null;
|
|
5997
|
-
purpose: string | null;
|
|
5998
5997
|
};
|
|
5999
5998
|
};
|
|
6000
5999
|
name: "app.database-linked";
|
|
@@ -6007,11 +6006,9 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6007
6006
|
changes: {
|
|
6008
6007
|
after: {
|
|
6009
6008
|
name: string | null;
|
|
6010
|
-
purpose: string | null;
|
|
6011
6009
|
};
|
|
6012
6010
|
before: {
|
|
6013
6011
|
name: string;
|
|
6014
|
-
purpose: "unspecified" | "primary" | "cache" | "custom";
|
|
6015
6012
|
};
|
|
6016
6013
|
};
|
|
6017
6014
|
name: "app.database-unlinked";
|
|
@@ -6049,6 +6046,21 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6049
6046
|
error?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6050
6047
|
};
|
|
6051
6048
|
}
|
|
6049
|
+
interface DeMittwaldActivitylogAppInstallationMainDatabaseChanged {
|
|
6050
|
+
changes: {
|
|
6051
|
+
after: {
|
|
6052
|
+
name: string | null;
|
|
6053
|
+
};
|
|
6054
|
+
before: {
|
|
6055
|
+
name: string | null;
|
|
6056
|
+
};
|
|
6057
|
+
};
|
|
6058
|
+
name: "app.main-database-changed";
|
|
6059
|
+
parameters: {
|
|
6060
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6061
|
+
database: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6062
|
+
};
|
|
6063
|
+
}
|
|
6052
6064
|
interface DeMittwaldActivitylogAppInstallationCopyRequested {
|
|
6053
6065
|
name: "app.copy-requested";
|
|
6054
6066
|
parameters: {
|
|
@@ -6227,7 +6239,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6227
6239
|
version: string | null;
|
|
6228
6240
|
};
|
|
6229
6241
|
};
|
|
6230
|
-
name: "database.mysql-version-set";
|
|
6242
|
+
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
6231
6243
|
parameters: {
|
|
6232
6244
|
description: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6233
6245
|
name: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
@@ -6238,9 +6250,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6238
6250
|
changes: {
|
|
6239
6251
|
after?: {
|
|
6240
6252
|
aRecords: "managed";
|
|
6253
|
+
ttl?: (number | "auto") | null;
|
|
6241
6254
|
};
|
|
6242
6255
|
before?: {
|
|
6243
6256
|
aRecords: string[] | null;
|
|
6257
|
+
ttl?: (number | "auto") | null;
|
|
6244
6258
|
};
|
|
6245
6259
|
};
|
|
6246
6260
|
name: "dns.a-record-set-managed";
|
|
@@ -6316,9 +6330,11 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6316
6330
|
changes: {
|
|
6317
6331
|
after?: {
|
|
6318
6332
|
mx: "managed";
|
|
6333
|
+
ttl?: (number | "auto") | null;
|
|
6319
6334
|
};
|
|
6320
6335
|
before?: {
|
|
6321
6336
|
mx: {}[] | null;
|
|
6337
|
+
ttl?: (number | "auto") | null;
|
|
6322
6338
|
};
|
|
6323
6339
|
};
|
|
6324
6340
|
name: "dns.mx-record-set-managed";
|
|
@@ -6470,7 +6486,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6470
6486
|
name: string;
|
|
6471
6487
|
}
|
|
6472
6488
|
interface DeMittwaldActivitylogLogEntry {
|
|
6473
|
-
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.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationFailed | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6489
|
+
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.DeMittwaldActivitylogDatabaseMysqlUserCreated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserPasswordSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationCopyRequested | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDescriptionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationFailed | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseLinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDatabaseUnlinked | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationMainDatabaseChanged | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationAppVersionSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogGenericAction;
|
|
6474
6490
|
aggregate: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogAggregateReference;
|
|
6475
6491
|
dateTime: string;
|
|
6476
6492
|
/**
|
|
@@ -6874,11 +6890,6 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6874
6890
|
notificationThresholdInBytes?: number;
|
|
6875
6891
|
statisticCategories?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldStoragespaceStatisticsCategory[];
|
|
6876
6892
|
}
|
|
6877
|
-
interface DeMittwaldTaskAggregateReference {
|
|
6878
|
-
aggregate: string;
|
|
6879
|
-
domain: string;
|
|
6880
|
-
id: string;
|
|
6881
|
-
}
|
|
6882
6893
|
interface DeMittwaldSignupAccount {
|
|
6883
6894
|
email?: string;
|
|
6884
6895
|
/**
|
|
@@ -11293,6 +11304,63 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
11293
11304
|
}
|
|
11294
11305
|
}
|
|
11295
11306
|
}
|
|
11307
|
+
namespace V3NextServices {
|
|
11308
|
+
namespace Get {
|
|
11309
|
+
namespace Parameters {
|
|
11310
|
+
type Path = {};
|
|
11311
|
+
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
11312
|
+
type Query = {
|
|
11313
|
+
searchTerm?: string;
|
|
11314
|
+
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder;
|
|
11315
|
+
limit?: number;
|
|
11316
|
+
skip?: number;
|
|
11317
|
+
page?: number;
|
|
11318
|
+
};
|
|
11319
|
+
}
|
|
11320
|
+
namespace Responses {
|
|
11321
|
+
namespace $200 {
|
|
11322
|
+
namespace Content {
|
|
11323
|
+
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[];
|
|
11324
|
+
}
|
|
11325
|
+
}
|
|
11326
|
+
namespace $400 {
|
|
11327
|
+
namespace Content {
|
|
11328
|
+
interface ApplicationJson {
|
|
11329
|
+
[k: string]: unknown;
|
|
11330
|
+
}
|
|
11331
|
+
}
|
|
11332
|
+
}
|
|
11333
|
+
namespace $403 {
|
|
11334
|
+
namespace Content {
|
|
11335
|
+
interface ApplicationJson {
|
|
11336
|
+
[k: string]: unknown;
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
}
|
|
11340
|
+
namespace $429 {
|
|
11341
|
+
namespace Content {
|
|
11342
|
+
interface ApplicationJson {
|
|
11343
|
+
[k: string]: unknown;
|
|
11344
|
+
}
|
|
11345
|
+
}
|
|
11346
|
+
}
|
|
11347
|
+
namespace $500 {
|
|
11348
|
+
namespace Content {
|
|
11349
|
+
interface ApplicationJson {
|
|
11350
|
+
[k: string]: unknown;
|
|
11351
|
+
}
|
|
11352
|
+
}
|
|
11353
|
+
}
|
|
11354
|
+
namespace Default {
|
|
11355
|
+
namespace Content {
|
|
11356
|
+
interface ApplicationJson {
|
|
11357
|
+
[k: string]: unknown;
|
|
11358
|
+
}
|
|
11359
|
+
}
|
|
11360
|
+
}
|
|
11361
|
+
}
|
|
11362
|
+
}
|
|
11363
|
+
}
|
|
11296
11364
|
namespace V3NextStacks {
|
|
11297
11365
|
namespace Get {
|
|
11298
11366
|
namespace Parameters {
|
|
@@ -14398,6 +14466,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
14398
14466
|
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
14399
14467
|
type Query = {
|
|
14400
14468
|
includeServiceCronjobs?: boolean;
|
|
14469
|
+
stackId?: string;
|
|
14401
14470
|
limit?: number;
|
|
14402
14471
|
skip?: number;
|
|
14403
14472
|
page?: number;
|
|
@@ -19616,6 +19685,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
19616
19685
|
extensionId?: string;
|
|
19617
19686
|
searchTerm?: string;
|
|
19618
19687
|
anchor?: string;
|
|
19688
|
+
hasAcceptedAllScopes?: boolean;
|
|
19619
19689
|
limit?: number;
|
|
19620
19690
|
skip?: number;
|
|
19621
19691
|
page?: number;
|
|
@@ -27622,6 +27692,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
27622
27692
|
type Query = {
|
|
27623
27693
|
limit?: number;
|
|
27624
27694
|
skip?: number;
|
|
27695
|
+
page?: number;
|
|
27625
27696
|
};
|
|
27626
27697
|
}
|
|
27627
27698
|
namespace Responses {
|
|
@@ -27864,6 +27935,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
27864
27935
|
type Query = {
|
|
27865
27936
|
limit?: number;
|
|
27866
27937
|
skip?: number;
|
|
27938
|
+
page?: number;
|
|
27867
27939
|
};
|
|
27868
27940
|
}
|
|
27869
27941
|
namespace Responses {
|
|
@@ -31245,62 +31317,5 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
31245
31317
|
}
|
|
31246
31318
|
}
|
|
31247
31319
|
}
|
|
31248
|
-
namespace V3NextServices {
|
|
31249
|
-
namespace Get {
|
|
31250
|
-
namespace Parameters {
|
|
31251
|
-
type Path = {};
|
|
31252
|
-
type Header = {} & MittwaldAPIV3Next.Components.SecuritySchemes.DeMittwaldCommonsAccessToken;
|
|
31253
|
-
type Query = {
|
|
31254
|
-
searchTerm?: string;
|
|
31255
|
-
sortOrder?: MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceSortOrder;
|
|
31256
|
-
limit?: number;
|
|
31257
|
-
skip?: number;
|
|
31258
|
-
page?: number;
|
|
31259
|
-
};
|
|
31260
|
-
}
|
|
31261
|
-
namespace Responses {
|
|
31262
|
-
namespace $200 {
|
|
31263
|
-
namespace Content {
|
|
31264
|
-
type ApplicationJson = MittwaldAPIV3Next.Components.Schemas.DeMittwaldContainerServiceResponse[];
|
|
31265
|
-
}
|
|
31266
|
-
}
|
|
31267
|
-
namespace $400 {
|
|
31268
|
-
namespace Content {
|
|
31269
|
-
interface ApplicationJson {
|
|
31270
|
-
[k: string]: unknown;
|
|
31271
|
-
}
|
|
31272
|
-
}
|
|
31273
|
-
}
|
|
31274
|
-
namespace $403 {
|
|
31275
|
-
namespace Content {
|
|
31276
|
-
interface ApplicationJson {
|
|
31277
|
-
[k: string]: unknown;
|
|
31278
|
-
}
|
|
31279
|
-
}
|
|
31280
|
-
}
|
|
31281
|
-
namespace $429 {
|
|
31282
|
-
namespace Content {
|
|
31283
|
-
interface ApplicationJson {
|
|
31284
|
-
[k: string]: unknown;
|
|
31285
|
-
}
|
|
31286
|
-
}
|
|
31287
|
-
}
|
|
31288
|
-
namespace $500 {
|
|
31289
|
-
namespace Content {
|
|
31290
|
-
interface ApplicationJson {
|
|
31291
|
-
[k: string]: unknown;
|
|
31292
|
-
}
|
|
31293
|
-
}
|
|
31294
|
-
}
|
|
31295
|
-
namespace Default {
|
|
31296
|
-
namespace Content {
|
|
31297
|
-
interface ApplicationJson {
|
|
31298
|
-
[k: string]: unknown;
|
|
31299
|
-
}
|
|
31300
|
-
}
|
|
31301
|
-
}
|
|
31302
|
-
}
|
|
31303
|
-
}
|
|
31304
|
-
}
|
|
31305
31320
|
}
|
|
31306
31321
|
}
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.442.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.443.0",
|
|
4
4
|
"author": "Mittwald CM Service GmbH & Co. KG <opensource@mittwald.de>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Auto-generated client for the mittwald API",
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"test:compile": "run tsc --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@mittwald/api-client-commons": "^4.
|
|
75
|
+
"@mittwald/api-client-commons": "^4.443.0",
|
|
76
76
|
"browser-or-node": "^3.0.0"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@mittwald/api-code-generator": "^4.
|
|
79
|
+
"@mittwald/api-code-generator": "^4.443.0",
|
|
80
80
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
81
81
|
"@types/node": "^22.18.11",
|
|
82
82
|
"@types/react": "^18.3.26",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"optional": true
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "4ed1dd5665b9a1da5e91817dda74b70d8b89a7ad"
|
|
110
110
|
}
|