@mittwald/api-client 4.276.0 → 4.278.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 +1 -1
- package/dist/types/generated/v2/client-react.d.ts +1 -0
- package/dist/types/generated/v2/client.d.ts +8 -0
- package/dist/types/generated/v2/descriptors.d.ts +1 -1
- package/dist/types/generated/v2/types.d.ts +22 -0
- package/dist/types/version.d.ts +1 -1
- package/package.json +4 -4
package/dist/esm/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export const MittwaldAPIClientVersion = '4.277.0';
|
|
@@ -995,6 +995,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
995
995
|
date: string;
|
|
996
996
|
id: string;
|
|
997
997
|
invoiceNumber: string;
|
|
998
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
998
999
|
pdfId: string;
|
|
999
1000
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
1000
1001
|
totalGross: number;
|
|
@@ -7239,6 +7239,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7239
7239
|
date: string;
|
|
7240
7240
|
id: string;
|
|
7241
7241
|
invoiceNumber: string;
|
|
7242
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
7242
7243
|
pdfId: string;
|
|
7243
7244
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
7244
7245
|
totalGross: number;
|
|
@@ -7282,6 +7283,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7282
7283
|
date: string;
|
|
7283
7284
|
id: string;
|
|
7284
7285
|
invoiceNumber: string;
|
|
7286
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
7285
7287
|
pdfId: string;
|
|
7286
7288
|
recipient: import("./types.js").MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
7287
7289
|
totalGross: number;
|
|
@@ -10687,6 +10689,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10687
10689
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10688
10690
|
variantConsequences: {
|
|
10689
10691
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10692
|
+
deletionDeadline?: string;
|
|
10690
10693
|
variantKey?: string;
|
|
10691
10694
|
}[];
|
|
10692
10695
|
};
|
|
@@ -10731,6 +10734,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10731
10734
|
globalCustomerConsequence: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10732
10735
|
variantConsequences: {
|
|
10733
10736
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
10737
|
+
deletionDeadline?: string;
|
|
10734
10738
|
variantKey?: string;
|
|
10735
10739
|
}[];
|
|
10736
10740
|
};
|
|
@@ -27703,6 +27707,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27703
27707
|
jwt: string;
|
|
27704
27708
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27705
27709
|
[x: string]: unknown;
|
|
27710
|
+
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27711
|
+
[x: string]: unknown;
|
|
27706
27712
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27707
27713
|
[x: string]: unknown;
|
|
27708
27714
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -27729,6 +27735,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
27729
27735
|
jwt: string;
|
|
27730
27736
|
}, 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27731
27737
|
[x: string]: unknown;
|
|
27738
|
+
}, 401, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27739
|
+
[x: string]: unknown;
|
|
27732
27740
|
}, 403, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
27733
27741
|
[x: string]: unknown;
|
|
27734
27742
|
}, 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
|
/**
|
|
@@ -10348,6 +10358,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10348
10358
|
date: string;
|
|
10349
10359
|
id: string;
|
|
10350
10360
|
invoiceNumber: string;
|
|
10361
|
+
invoiceType?: "REGULAR" | "CORRECTION" | "REISSUE" | "CANCELLATION";
|
|
10351
10362
|
pdfId: string;
|
|
10352
10363
|
recipient: MittwaldAPIV2.Components.Schemas.InvoiceRecipient;
|
|
10353
10364
|
totalGross: number;
|
|
@@ -18274,6 +18285,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18274
18285
|
*
|
|
18275
18286
|
*/
|
|
18276
18287
|
consequence?: "NONE" | "INFO" | "CONFIRM_REQUIRED";
|
|
18288
|
+
/**
|
|
18289
|
+
* The date the variant will ne deleted
|
|
18290
|
+
*/
|
|
18291
|
+
deletionDeadline?: string;
|
|
18277
18292
|
/**
|
|
18278
18293
|
* The key of the variant of the Extension.
|
|
18279
18294
|
*/
|
|
@@ -23393,6 +23408,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
23393
23408
|
type ApplicationJson = MittwaldAPIV2.Components.Schemas.ProjectFsApiJwt;
|
|
23394
23409
|
}
|
|
23395
23410
|
}
|
|
23411
|
+
namespace $401 {
|
|
23412
|
+
namespace Content {
|
|
23413
|
+
interface ApplicationJson {
|
|
23414
|
+
[k: string]: unknown;
|
|
23415
|
+
}
|
|
23416
|
+
}
|
|
23417
|
+
}
|
|
23396
23418
|
namespace $403 {
|
|
23397
23419
|
namespace Content {
|
|
23398
23420
|
interface ApplicationJson {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.277.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.278.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.278.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.278.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": "86024eab9c84e70d4780814240a369645a0ce19e"
|
|
84
84
|
}
|