@mittwald/api-client 4.237.0 → 4.238.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.237.0';
|
|
@@ -4234,6 +4234,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4234
4234
|
}, import("@mittwald/api-client-commons").Response<{
|
|
4235
4235
|
contractId?: string | undefined;
|
|
4236
4236
|
contractItemId?: string | undefined;
|
|
4237
|
+
explanation?: string | undefined;
|
|
4237
4238
|
reason?: string | undefined;
|
|
4238
4239
|
terminationTargetDate?: string | undefined;
|
|
4239
4240
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -4265,6 +4266,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4265
4266
|
}, import("@mittwald/api-client-commons").Response<{
|
|
4266
4267
|
contractId?: string | undefined;
|
|
4267
4268
|
contractItemId?: string | undefined;
|
|
4269
|
+
explanation?: string | undefined;
|
|
4268
4270
|
reason?: string | undefined;
|
|
4269
4271
|
terminationTargetDate?: string | undefined;
|
|
4270
4272
|
}, 201, "application/json"> | import("@mittwald/api-client-commons").Response<{
|
|
@@ -4396,6 +4398,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4396
4398
|
terminateContract: (request: {
|
|
4397
4399
|
contractId: string;
|
|
4398
4400
|
data?: {
|
|
4401
|
+
explanation?: string | undefined;
|
|
4399
4402
|
reason?: string | undefined;
|
|
4400
4403
|
terminationTargetDate?: string | undefined;
|
|
4401
4404
|
} | undefined;
|
|
@@ -4405,6 +4408,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4405
4408
|
} | undefined;
|
|
4406
4409
|
}, opts?: import("@mittwald/api-client-commons").RequestOptions<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4407
4410
|
data: {
|
|
4411
|
+
explanation?: string | undefined;
|
|
4408
4412
|
reason?: string | undefined;
|
|
4409
4413
|
terminationTargetDate?: string | undefined;
|
|
4410
4414
|
};
|
|
@@ -4424,6 +4428,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4424
4428
|
}>;
|
|
4425
4429
|
}, import("@mittwald/api-client-commons").Response<{
|
|
4426
4430
|
contractId?: string | undefined;
|
|
4431
|
+
explanation?: string | undefined;
|
|
4427
4432
|
itemsScheduledForTermination?: string[] | undefined;
|
|
4428
4433
|
reason?: string | undefined;
|
|
4429
4434
|
terminationTargetDate?: string | undefined;
|
|
@@ -4435,6 +4440,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4435
4440
|
[x: string]: unknown;
|
|
4436
4441
|
}, 429, "application/json">>> | undefined) => import("@mittwald/api-client-commons").ResponsePromise<import("@mittwald/api-client-commons").OpenAPIOperation<{
|
|
4437
4442
|
data: {
|
|
4443
|
+
explanation?: string | undefined;
|
|
4438
4444
|
reason?: string | undefined;
|
|
4439
4445
|
terminationTargetDate?: string | undefined;
|
|
4440
4446
|
};
|
|
@@ -4454,6 +4460,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
4454
4460
|
}>;
|
|
4455
4461
|
}, import("@mittwald/api-client-commons").Response<{
|
|
4456
4462
|
contractId?: string | undefined;
|
|
4463
|
+
explanation?: string | undefined;
|
|
4457
4464
|
itemsScheduledForTermination?: string[] | undefined;
|
|
4458
4465
|
reason?: string | undefined;
|
|
4459
4466
|
terminationTargetDate?: string | undefined;
|
|
@@ -2385,6 +2385,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
2385
2385
|
* Indicates whether the User is allowed to cancel the Termination.
|
|
2386
2386
|
*/
|
|
2387
2387
|
cancellationForbidden?: boolean;
|
|
2388
|
+
explanation?: string;
|
|
2388
2389
|
reason?: string;
|
|
2389
2390
|
scheduledAtDate: string;
|
|
2390
2391
|
scheduledByUserId?: string;
|
|
@@ -8766,6 +8767,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8766
8767
|
interface ApplicationJson {
|
|
8767
8768
|
contractId?: string;
|
|
8768
8769
|
contractItemId?: string;
|
|
8770
|
+
explanation?: string;
|
|
8769
8771
|
reason?: string;
|
|
8770
8772
|
terminationTargetDate?: string;
|
|
8771
8773
|
}
|
|
@@ -8909,6 +8911,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8909
8911
|
contractId: string;
|
|
8910
8912
|
};
|
|
8911
8913
|
interface RequestBody {
|
|
8914
|
+
explanation?: string;
|
|
8912
8915
|
/**
|
|
8913
8916
|
* A reason for the termination can be given as plain text.
|
|
8914
8917
|
*/
|
|
@@ -8926,6 +8929,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
8926
8929
|
namespace Content {
|
|
8927
8930
|
interface ApplicationJson {
|
|
8928
8931
|
contractId?: string;
|
|
8932
|
+
explanation?: string;
|
|
8929
8933
|
itemsScheduledForTermination?: string[];
|
|
8930
8934
|
reason?: string;
|
|
8931
8935
|
terminationTargetDate?: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.237.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.238.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"optional": true
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "0af4310b03b0b69fe5c3c95a1048008ba7136e4f"
|
|
84
84
|
}
|