@mittwald/api-client 4.276.0 → 4.277.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/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.276.0';
|
|
@@ -10687,6 +10687,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10687
10687
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10688
10688
|
variantConsequences: {
|
|
10689
10689
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10690
|
+
deletionDeadline?: string;
|
|
10690
10691
|
variantKey?: string;
|
|
10691
10692
|
}[];
|
|
10692
10693
|
};
|
|
@@ -10731,6 +10732,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10731
10732
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10732
10733
|
variantConsequences: {
|
|
10733
10734
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10735
|
+
deletionDeadline?: string;
|
|
10734
10736
|
variantKey?: string;
|
|
10735
10737
|
}[];
|
|
10736
10738
|
};
|
|
@@ -27703,6 +27705,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27703
27705
|
jwt: string;
|
|
27704
27706
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27705
27707
|
[x: string]: unknown;
|
|
27708
|
+
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27709
|
+
[x: string]: unknown;
|
|
27706
27710
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27707
27711
|
[x: string]: unknown;
|
|
27708
27712
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -27729,6 +27733,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27729
27733
|
jwt: string;
|
|
27730
27734
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27731
27735
|
[x: string]: unknown;
|
|
27736
|
+
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27737
|
+
[x: string]: unknown;
|
|
27732
27738
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27733
27739
|
[x: string]: unknown;
|
|
27734
27740
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -688,7 +688,7 @@ export declare const projectFileSystemGetDiskUsage: OpenAPIOperation<RequestType
|
|
|
688
688
|
/** Get a Project file's content. */
|
|
689
689
|
export declare const projectFileSystemGetFileContent: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$200.Content.ApplicationOctetStream>, 200, "application/octet-stream"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFileContent.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
690
690
|
/** Get a Project's file/filesystem authorization token. */
|
|
691
|
-
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
691
|
+
export declare const projectFileSystemGetJwt: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$401.Content.ApplicationJson>, 401, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdJwt.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json">>;
|
|
692
692
|
/** Get a Project file's information. */
|
|
693
693
|
export declare const projectFileSystemListFiles: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$403.Content.ApplicationJson>, 403, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$502.Content.ApplicationJson>, 502, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.$503.Content.ApplicationJson>, 503, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2ProjectsProjectIdFilesystemFiles.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
694
694
|
/** Get a licence of a project. */
|
|
@@ -2145,6 +2145,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2145
2145
|
variantName?: string;
|
|
2146
2146
|
}
|
|
2147
2147
|
interface ExtensionVariant {
|
|
2148
|
+
/**
|
|
2149
|
+
* deadline for scheduled deletion of extension variant
|
|
2150
|
+
*/
|
|
2151
|
+
deletionDeadline?: string;
|
|
2148
2152
|
/**
|
|
2149
2153
|
* Description of Variant.
|
|
2150
2154
|
*/
|
|
@@ -2160,6 +2164,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2160
2164
|
* stop extension variant from being booked
|
|
2161
2165
|
*/
|
|
2162
2166
|
isBookingStopped?: boolean;
|
|
2167
|
+
/**
|
|
2168
|
+
* deletion of extension variant is scheduled
|
|
2169
|
+
*/
|
|
2170
|
+
isDeletionScheduled?: boolean;
|
|
2163
2171
|
/**
|
|
2164
2172
|
* Key that needs to be unique in Variant.
|
|
2165
2173
|
*/
|
|
@@ -3590,11 +3598,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3590
3598
|
* A price plan with (multiple) variants, including different prices for different included service descriptions
|
|
3591
3599
|
*/
|
|
3592
3600
|
type MarketplaceMonthlyPricePlanStrategy = {
|
|
3601
|
+
deletionDeadline?: string;
|
|
3593
3602
|
description?: string;
|
|
3594
3603
|
/**
|
|
3595
3604
|
* If a variant is no longer bookable the existing extension instances will not be removed but no new ones can be created.
|
|
3596
3605
|
*/
|
|
3597
3606
|
isBookingStopped: boolean;
|
|
3607
|
+
isDeletionScheduled: boolean;
|
|
3598
3608
|
key: string;
|
|
3599
3609
|
name?: string;
|
|
3600
3610
|
/**
|
|
@@ -18274,6 +18284,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18274
18284
|
*
|
|
18275
18285
|
*/
|
|
18276
18286
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
18287
|
+
/**
|
|
18288
|
+
* The date the variant will ne deleted
|
|
18289
|
+
*/
|
|
18290
|
+
deletionDeadline?: string;
|
|
18277
18291
|
/**
|
|
18278
18292
|
* The key of the variant of the Extension.
|
|
18279
18293
|
*/
|
|
@@ -23393,6 +23407,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
23393
23407
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectFsApiJwt;
|
|
23394
23408
|
}
|
|
23395
23409
|
}
|
|
23410
|
+
namespace $401 {
|
|
23411
|
+
namespace Content {
|
|
23412
|
+
interface ApplicationJson {
|
|
23413
|
+
[k: string]: unknown;
|
|
23414
|
+
}
|
|
23415
|
+
}
|
|
23416
|
+
}
|
|
23396
23417
|
namespace $403 {
|
|
23397
23418
|
namespace Content {
|
|
23398
23419
|
interface ApplicationJson {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.276.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.277.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",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"test:compile": "run tsc --noEmit"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mittwald/api-client-commons": "^4.
|
|
49
|
+
"@mittwald/api-client-commons": "^4.277.0",
|
|
50
50
|
"browser-or-node": "^3.0.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@mittwald/api-code-generator": "^4.
|
|
53
|
+
"@mittwald/api-code-generator": "^4.277.0",
|
|
54
54
|
"@mittwald/react-use-promise": "^2.6.2",
|
|
55
55
|
"@types/node": "^22.18.11",
|
|
56
56
|
"@types/react": "^18.3.26",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "d36234e412445ccdf832a502c96f42ce5fa9b500"
|
|
84
84
|
}
|