@mittwald/api-client 4.258.0 → 4.260.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 +3 -1
- package/dist/types/generated/v2/client.d.ts +10 -2
- package/dist/types/generated/v2/descriptors.d.ts +1 -1
- package/dist/types/generated/v2/types.d.ts +11 -2
- 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.259.0';
|
|
@@ -996,10 +996,11 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
996
996
|
invoiceDate: string;
|
|
997
997
|
invoiceId: string;
|
|
998
998
|
invoiceNumber: string;
|
|
999
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
999
1000
|
pdfLink: string;
|
|
1000
1001
|
totalGross: number;
|
|
1001
1002
|
totalNet: number;
|
|
1002
|
-
webLink
|
|
1003
|
+
webLink?: string;
|
|
1003
1004
|
}[]>;
|
|
1004
1005
|
/** Request an Access Token for the Incoming Invoice file. */
|
|
1005
1006
|
contributorReceiptGetFileAccessToken: (conf: {
|
|
@@ -1595,6 +1596,7 @@ declare const buildCustomerApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1595
1596
|
creationDate: string;
|
|
1596
1597
|
customerId: string;
|
|
1597
1598
|
customerNumber: string;
|
|
1599
|
+
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
|
|
1598
1600
|
executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
|
|
1599
1601
|
flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
|
|
1600
1602
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
@@ -7256,10 +7256,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7256
7256
|
invoiceDate: string;
|
|
7257
7257
|
invoiceId: string;
|
|
7258
7258
|
invoiceNumber: string;
|
|
7259
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
7259
7260
|
pdfLink: string;
|
|
7260
7261
|
totalGross: number;
|
|
7261
7262
|
totalNet: number;
|
|
7262
|
-
webLink
|
|
7263
|
+
webLink?: string;
|
|
7263
7264
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7264
7265
|
[x: string]: unknown;
|
|
7265
7266
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -7284,10 +7285,11 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
7284
7285
|
invoiceDate: string;
|
|
7285
7286
|
invoiceId: string;
|
|
7286
7287
|
invoiceNumber: string;
|
|
7288
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
7287
7289
|
pdfLink: string;
|
|
7288
7290
|
totalGross: number;
|
|
7289
7291
|
totalNet: number;
|
|
7290
|
-
webLink
|
|
7292
|
+
webLink?: string;
|
|
7291
7293
|
}[], 200, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
7292
7294
|
[x: string]: unknown;
|
|
7293
7295
|
}, 400, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -13096,6 +13098,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13096
13098
|
creationDate: string;
|
|
13097
13099
|
customerId: string;
|
|
13098
13100
|
customerNumber: string;
|
|
13101
|
+
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
|
|
13099
13102
|
executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
|
|
13100
13103
|
flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
|
|
13101
13104
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
@@ -13139,6 +13142,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
13139
13142
|
creationDate: string;
|
|
13140
13143
|
customerId: string;
|
|
13141
13144
|
customerNumber: string;
|
|
13145
|
+
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[] | undefined;
|
|
13142
13146
|
executingUserRoles?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerRole[] | undefined;
|
|
13143
13147
|
flags?: import("./types.js").MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[] | undefined;
|
|
13144
13148
|
isAllowedToPlaceOrders?: boolean | undefined;
|
|
@@ -17062,6 +17066,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17062
17066
|
[x: string]: unknown;
|
|
17063
17067
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17064
17068
|
[x: string]: unknown;
|
|
17069
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17070
|
+
[x: string]: unknown;
|
|
17065
17071
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
17066
17072
|
data: {
|
|
17067
17073
|
hostname: string;
|
|
@@ -17085,6 +17091,8 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
17085
17091
|
[x: string]: unknown;
|
|
17086
17092
|
}, 404, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17087
17093
|
[x: string]: unknown;
|
|
17094
|
+
}, 409, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
17095
|
+
[x: string]: unknown;
|
|
17088
17096
|
}, 429, "application/json">>>;
|
|
17089
17097
|
/** Get an Ingress. */
|
|
17090
17098
|
ingressGetIngress: (request: {
|
|
@@ -514,7 +514,7 @@ export declare const fileGetFileWithName: OpenAPIOperation<RequestType<Simplify<
|
|
|
514
514
|
/** List Ingresses. */
|
|
515
515
|
export declare const ingressListIngresses: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
516
516
|
/** Create an Ingress. */
|
|
517
|
-
export declare const ingressCreateIngress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
517
|
+
export declare const ingressCreateIngress: OpenAPIOperation<RequestType<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.RequestBody>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$201.Content.ApplicationJson>, 201, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$409.Content.ApplicationJson>, 409, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2Ingresses.Post.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
518
518
|
/** Get an Ingress. */
|
|
519
519
|
export declare const ingressGetIngress: OpenAPIOperation<RequestType<Simplify<null>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Path>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Query>, Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Parameters.Header>>, Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$200.Content.ApplicationJson>, 200, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$404.Content.ApplicationJson>, 404, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.$429.Content.ApplicationJson>, 429, "application/json"> | Response<Simplify<MittwaldAPIV2.Paths.V2IngressesIngressId.Get.Responses.Default.Content.ApplicationJson>, "default", "application/json">>;
|
|
520
520
|
/** Delete an Ingress. */
|
|
@@ -2870,6 +2870,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2870
2870
|
creationDate: string;
|
|
2871
2871
|
customerId: string;
|
|
2872
2872
|
customerNumber: string;
|
|
2873
|
+
deletionProhibitedBy?: ("hasOpenInvoices" | "hasActiveContracts" | "hasActiveExtensionSubscriptions" | "isActiveContributor")[];
|
|
2873
2874
|
executingUserRoles?: MittwaldAPIV2.Components.Schemas.CustomerRole[];
|
|
2874
2875
|
flags?: MittwaldAPIV2.Components.Schemas.CustomerCustomerFlag[];
|
|
2875
2876
|
isAllowedToPlaceOrders?: boolean;
|
|
@@ -4255,7 +4256,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4255
4256
|
finished: boolean;
|
|
4256
4257
|
id: string;
|
|
4257
4258
|
migrationJobs: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressMigrationJob;
|
|
4258
|
-
preMigrationJobs
|
|
4259
|
+
preMigrationJobs?: MittwaldAPIV2.Components.Schemas.MailmigrationMigrationMailAddressPreMigrationJob;
|
|
4259
4260
|
}
|
|
4260
4261
|
interface MailmigrationMigrateMailAddressCommandRequirements {
|
|
4261
4262
|
address?: string;
|
|
@@ -10359,10 +10360,11 @@ export declare namespace MittwaldAPIV2 {
|
|
|
10359
10360
|
invoiceDate: string;
|
|
10360
10361
|
invoiceId: string;
|
|
10361
10362
|
invoiceNumber: string;
|
|
10363
|
+
invoiceType: "INVOICE" | "CREDIT_NOTE";
|
|
10362
10364
|
pdfLink: string;
|
|
10363
10365
|
totalGross: number;
|
|
10364
10366
|
totalNet: number;
|
|
10365
|
-
webLink
|
|
10367
|
+
webLink?: string;
|
|
10366
10368
|
}[];
|
|
10367
10369
|
}
|
|
10368
10370
|
}
|
|
@@ -18658,6 +18660,13 @@ export declare namespace MittwaldAPIV2 {
|
|
|
18658
18660
|
}
|
|
18659
18661
|
}
|
|
18660
18662
|
}
|
|
18663
|
+
namespace $409 {
|
|
18664
|
+
namespace Content {
|
|
18665
|
+
interface ApplicationJson {
|
|
18666
|
+
[k: string]: unknown;
|
|
18667
|
+
}
|
|
18668
|
+
}
|
|
18669
|
+
}
|
|
18661
18670
|
namespace $429 {
|
|
18662
18671
|
namespace Content {
|
|
18663
18672
|
interface ApplicationJson {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.259.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.260.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.260.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.260.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": "bf11e61111dc7c1f5ad0cb352ecdd5d1300e9499"
|
|
84
84
|
}
|