@mittwald/api-client 4.447.0 → 4.448.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 +4 -0
- package/dist/types/generated/v2/client.d.ts +11 -0
- package/dist/types/generated/v2/types.d.ts +8 -0
- package/dist/types/generated/v3-next/client-react.d.ts +4 -0
- package/dist/types/generated/v3-next/client.d.ts +11 -0
- package/dist/types/generated/v3-next/types.d.ts +8 -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.447.0';
|
|
@@ -1355,6 +1355,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1355
1355
|
searchTerm?: string | undefined;
|
|
1356
1356
|
anchor?: string | undefined;
|
|
1357
1357
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
1358
|
+
parentCustomerId?: string | undefined;
|
|
1358
1359
|
limit?: number | undefined;
|
|
1359
1360
|
skip?: number | undefined;
|
|
1360
1361
|
page?: number | undefined;
|
|
@@ -1390,6 +1391,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1390
1391
|
} | undefined;
|
|
1391
1392
|
id: string;
|
|
1392
1393
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1394
|
+
parentCustomerId: string;
|
|
1393
1395
|
pendingInstallation: boolean;
|
|
1394
1396
|
pendingRemoval: boolean;
|
|
1395
1397
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -1511,6 +1513,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1511
1513
|
} | undefined;
|
|
1512
1514
|
id: string;
|
|
1513
1515
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1516
|
+
parentCustomerId: string;
|
|
1514
1517
|
pendingInstallation: boolean;
|
|
1515
1518
|
pendingRemoval: boolean;
|
|
1516
1519
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -1546,6 +1549,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV2Client) => {
|
|
|
1546
1549
|
} | undefined;
|
|
1547
1550
|
id: string;
|
|
1548
1551
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1552
|
+
parentCustomerId: string;
|
|
1549
1553
|
pendingInstallation: boolean;
|
|
1550
1554
|
pendingRemoval: boolean;
|
|
1551
1555
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -9968,6 +9968,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9968
9968
|
searchTerm?: string | undefined;
|
|
9969
9969
|
anchor?: string | undefined;
|
|
9970
9970
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
9971
|
+
parentCustomerId?: string | undefined;
|
|
9971
9972
|
limit?: number | undefined;
|
|
9972
9973
|
skip?: number | undefined;
|
|
9973
9974
|
page?: number | undefined;
|
|
@@ -9986,6 +9987,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
9986
9987
|
searchTerm?: string | undefined;
|
|
9987
9988
|
anchor?: string | undefined;
|
|
9988
9989
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
9990
|
+
parentCustomerId?: string | undefined;
|
|
9989
9991
|
limit?: number | undefined;
|
|
9990
9992
|
skip?: number | undefined;
|
|
9991
9993
|
page?: number | undefined;
|
|
@@ -10016,6 +10018,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10016
10018
|
searchTerm?: string | undefined;
|
|
10017
10019
|
anchor?: string | undefined;
|
|
10018
10020
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10021
|
+
parentCustomerId?: string | undefined;
|
|
10019
10022
|
limit?: number | undefined;
|
|
10020
10023
|
skip?: number | undefined;
|
|
10021
10024
|
page?: number | undefined;
|
|
@@ -10203,6 +10206,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10203
10206
|
} | undefined;
|
|
10204
10207
|
id: string;
|
|
10205
10208
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10209
|
+
parentCustomerId: string;
|
|
10206
10210
|
pendingInstallation: boolean;
|
|
10207
10211
|
pendingRemoval: boolean;
|
|
10208
10212
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -10249,6 +10253,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
10249
10253
|
} | undefined;
|
|
10250
10254
|
id: string;
|
|
10251
10255
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10256
|
+
parentCustomerId: string;
|
|
10252
10257
|
pendingInstallation: boolean;
|
|
10253
10258
|
pendingRemoval: boolean;
|
|
10254
10259
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11274,6 +11279,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11274
11279
|
} | undefined;
|
|
11275
11280
|
id: string;
|
|
11276
11281
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11282
|
+
parentCustomerId: string;
|
|
11277
11283
|
pendingInstallation: boolean;
|
|
11278
11284
|
pendingRemoval: boolean;
|
|
11279
11285
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11319,6 +11325,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11319
11325
|
} | undefined;
|
|
11320
11326
|
id: string;
|
|
11321
11327
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11328
|
+
parentCustomerId: string;
|
|
11322
11329
|
pendingInstallation: boolean;
|
|
11323
11330
|
pendingRemoval: boolean;
|
|
11324
11331
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11373,6 +11380,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11373
11380
|
} | undefined;
|
|
11374
11381
|
id: string;
|
|
11375
11382
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11383
|
+
parentCustomerId: string;
|
|
11376
11384
|
pendingInstallation: boolean;
|
|
11377
11385
|
pendingRemoval: boolean;
|
|
11378
11386
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11418,6 +11426,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
11418
11426
|
} | undefined;
|
|
11419
11427
|
id: string;
|
|
11420
11428
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11429
|
+
parentCustomerId: string;
|
|
11421
11430
|
pendingInstallation: boolean;
|
|
11422
11431
|
pendingRemoval: boolean;
|
|
11423
11432
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -14607,6 +14616,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
14607
14616
|
lastName?: string | undefined;
|
|
14608
14617
|
leitwegId?: string | undefined;
|
|
14609
14618
|
phoneNumbers?: string[] | undefined;
|
|
14619
|
+
purchaseOrderReference?: string | undefined;
|
|
14610
14620
|
title?: string | undefined;
|
|
14611
14621
|
useFormalTerm?: boolean | undefined;
|
|
14612
14622
|
} | undefined;
|
|
@@ -15289,6 +15299,7 @@ export declare class MittwaldAPIV2Client extends ApiClientBase {
|
|
|
15289
15299
|
lastName?: string | undefined;
|
|
15290
15300
|
leitwegId?: string | undefined;
|
|
15291
15301
|
phoneNumbers?: string[] | undefined;
|
|
15302
|
+
purchaseOrderReference?: string | undefined;
|
|
15292
15303
|
title?: string | undefined;
|
|
15293
15304
|
useFormalTerm?: boolean | undefined;
|
|
15294
15305
|
} | undefined;
|
|
@@ -3520,6 +3520,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
3520
3520
|
*/
|
|
3521
3521
|
leitwegId?: string;
|
|
3522
3522
|
phoneNumbers?: string[];
|
|
3523
|
+
/**
|
|
3524
|
+
* Purchase order reference used on invoices for this customer. Not allowed together with a leitwegId.
|
|
3525
|
+
*/
|
|
3526
|
+
purchaseOrderReference?: string;
|
|
3523
3527
|
salutation: MittwaldAPIV2.Components.Schemas.CommonsSalutation;
|
|
3524
3528
|
title?: string;
|
|
3525
3529
|
useFormalTerm?: boolean;
|
|
@@ -4316,6 +4320,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
4316
4320
|
};
|
|
4317
4321
|
id: string;
|
|
4318
4322
|
nextScheduledWebhookExecution?: string;
|
|
4323
|
+
parentCustomerId: string;
|
|
4319
4324
|
pendingInstallation: boolean;
|
|
4320
4325
|
pendingRemoval: boolean;
|
|
4321
4326
|
scopeChangeAcceptanceDeadline?: string;
|
|
@@ -6079,6 +6084,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6079
6084
|
};
|
|
6080
6085
|
name: "app.systemsoftware-deleted";
|
|
6081
6086
|
parameters: {
|
|
6087
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6082
6088
|
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6083
6089
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6084
6090
|
};
|
|
@@ -6094,6 +6100,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6094
6100
|
};
|
|
6095
6101
|
name: "app.systemsoftware-set";
|
|
6096
6102
|
parameters: {
|
|
6103
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6097
6104
|
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6098
6105
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6099
6106
|
};
|
|
@@ -19676,6 +19683,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
19676
19683
|
searchTerm?: string;
|
|
19677
19684
|
anchor?: string;
|
|
19678
19685
|
hasAcceptedAllScopes?: boolean;
|
|
19686
|
+
parentCustomerId?: string;
|
|
19679
19687
|
limit?: number;
|
|
19680
19688
|
skip?: number;
|
|
19681
19689
|
page?: number;
|
|
@@ -1355,6 +1355,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1355
1355
|
searchTerm?: string | undefined;
|
|
1356
1356
|
anchor?: string | undefined;
|
|
1357
1357
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
1358
|
+
parentCustomerId?: string | undefined;
|
|
1358
1359
|
limit?: number | undefined;
|
|
1359
1360
|
skip?: number | undefined;
|
|
1360
1361
|
page?: number | undefined;
|
|
@@ -1390,6 +1391,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1390
1391
|
} | undefined;
|
|
1391
1392
|
id: string;
|
|
1392
1393
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1394
|
+
parentCustomerId: string;
|
|
1393
1395
|
pendingInstallation: boolean;
|
|
1394
1396
|
pendingRemoval: boolean;
|
|
1395
1397
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -1511,6 +1513,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1511
1513
|
} | undefined;
|
|
1512
1514
|
id: string;
|
|
1513
1515
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1516
|
+
parentCustomerId: string;
|
|
1514
1517
|
pendingInstallation: boolean;
|
|
1515
1518
|
pendingRemoval: boolean;
|
|
1516
1519
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -1546,6 +1549,7 @@ declare const buildMarketplaceApi: (baseClient: MittwaldAPIV3NextClient) => {
|
|
|
1546
1549
|
} | undefined;
|
|
1547
1550
|
id: string;
|
|
1548
1551
|
nextScheduledWebhookExecution?: string | undefined;
|
|
1552
|
+
parentCustomerId: string;
|
|
1549
1553
|
pendingInstallation: boolean;
|
|
1550
1554
|
pendingRemoval: boolean;
|
|
1551
1555
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -9968,6 +9968,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
9968
9968
|
searchTerm?: string | undefined;
|
|
9969
9969
|
anchor?: string | undefined;
|
|
9970
9970
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
9971
|
+
parentCustomerId?: string | undefined;
|
|
9971
9972
|
limit?: number | undefined;
|
|
9972
9973
|
skip?: number | undefined;
|
|
9973
9974
|
page?: number | undefined;
|
|
@@ -9986,6 +9987,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
9986
9987
|
searchTerm?: string | undefined;
|
|
9987
9988
|
anchor?: string | undefined;
|
|
9988
9989
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
9990
|
+
parentCustomerId?: string | undefined;
|
|
9989
9991
|
limit?: number | undefined;
|
|
9990
9992
|
skip?: number | undefined;
|
|
9991
9993
|
page?: number | undefined;
|
|
@@ -10016,6 +10018,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10016
10018
|
searchTerm?: string | undefined;
|
|
10017
10019
|
anchor?: string | undefined;
|
|
10018
10020
|
hasAcceptedAllScopes?: boolean | undefined;
|
|
10021
|
+
parentCustomerId?: string | undefined;
|
|
10019
10022
|
limit?: number | undefined;
|
|
10020
10023
|
skip?: number | undefined;
|
|
10021
10024
|
page?: number | undefined;
|
|
@@ -10203,6 +10206,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10203
10206
|
} | undefined;
|
|
10204
10207
|
id: string;
|
|
10205
10208
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10209
|
+
parentCustomerId: string;
|
|
10206
10210
|
pendingInstallation: boolean;
|
|
10207
10211
|
pendingRemoval: boolean;
|
|
10208
10212
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -10249,6 +10253,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
10249
10253
|
} | undefined;
|
|
10250
10254
|
id: string;
|
|
10251
10255
|
nextScheduledWebhookExecution?: string | undefined;
|
|
10256
|
+
parentCustomerId: string;
|
|
10252
10257
|
pendingInstallation: boolean;
|
|
10253
10258
|
pendingRemoval: boolean;
|
|
10254
10259
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11274,6 +11279,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11274
11279
|
} | undefined;
|
|
11275
11280
|
id: string;
|
|
11276
11281
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11282
|
+
parentCustomerId: string;
|
|
11277
11283
|
pendingInstallation: boolean;
|
|
11278
11284
|
pendingRemoval: boolean;
|
|
11279
11285
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11319,6 +11325,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11319
11325
|
} | undefined;
|
|
11320
11326
|
id: string;
|
|
11321
11327
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11328
|
+
parentCustomerId: string;
|
|
11322
11329
|
pendingInstallation: boolean;
|
|
11323
11330
|
pendingRemoval: boolean;
|
|
11324
11331
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11373,6 +11380,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11373
11380
|
} | undefined;
|
|
11374
11381
|
id: string;
|
|
11375
11382
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11383
|
+
parentCustomerId: string;
|
|
11376
11384
|
pendingInstallation: boolean;
|
|
11377
11385
|
pendingRemoval: boolean;
|
|
11378
11386
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -11418,6 +11426,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
11418
11426
|
} | undefined;
|
|
11419
11427
|
id: string;
|
|
11420
11428
|
nextScheduledWebhookExecution?: string | undefined;
|
|
11429
|
+
parentCustomerId: string;
|
|
11421
11430
|
pendingInstallation: boolean;
|
|
11422
11431
|
pendingRemoval: boolean;
|
|
11423
11432
|
scopeChangeAcceptanceDeadline?: string | undefined;
|
|
@@ -14607,6 +14616,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
14607
14616
|
lastName?: string | undefined;
|
|
14608
14617
|
leitwegId?: string | undefined;
|
|
14609
14618
|
phoneNumbers?: string[] | undefined;
|
|
14619
|
+
purchaseOrderReference?: string | undefined;
|
|
14610
14620
|
title?: string | undefined;
|
|
14611
14621
|
useFormalTerm?: boolean | undefined;
|
|
14612
14622
|
} | undefined;
|
|
@@ -15289,6 +15299,7 @@ export declare class MittwaldAPIV3NextClient extends ApiClientBase {
|
|
|
15289
15299
|
lastName?: string | undefined;
|
|
15290
15300
|
leitwegId?: string | undefined;
|
|
15291
15301
|
phoneNumbers?: string[] | undefined;
|
|
15302
|
+
purchaseOrderReference?: string | undefined;
|
|
15292
15303
|
title?: string | undefined;
|
|
15293
15304
|
useFormalTerm?: boolean | undefined;
|
|
15294
15305
|
} | undefined;
|
|
@@ -3520,6 +3520,10 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
3520
3520
|
*/
|
|
3521
3521
|
leitwegId?: string;
|
|
3522
3522
|
phoneNumbers?: string[];
|
|
3523
|
+
/**
|
|
3524
|
+
* Purchase order reference used on invoices for this customer. Not allowed together with a leitwegId.
|
|
3525
|
+
*/
|
|
3526
|
+
purchaseOrderReference?: string;
|
|
3523
3527
|
salutation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldCommonsSalutation;
|
|
3524
3528
|
title?: string;
|
|
3525
3529
|
useFormalTerm?: boolean;
|
|
@@ -4318,6 +4322,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
4318
4322
|
};
|
|
4319
4323
|
id: string;
|
|
4320
4324
|
nextScheduledWebhookExecution?: string;
|
|
4325
|
+
parentCustomerId: string;
|
|
4321
4326
|
pendingInstallation: boolean;
|
|
4322
4327
|
pendingRemoval: boolean;
|
|
4323
4328
|
scopeChangeAcceptanceDeadline?: string;
|
|
@@ -6083,6 +6088,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6083
6088
|
};
|
|
6084
6089
|
name: "app.systemsoftware-deleted";
|
|
6085
6090
|
parameters: {
|
|
6091
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6086
6092
|
software: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6087
6093
|
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6088
6094
|
};
|
|
@@ -6098,6 +6104,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
6098
6104
|
};
|
|
6099
6105
|
name: "app.systemsoftware-set";
|
|
6100
6106
|
parameters: {
|
|
6107
|
+
appInstallation: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6101
6108
|
software: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6102
6109
|
version: MittwaldAPIV3Next.Components.Schemas.DeMittwaldActivitylogParameterProperty;
|
|
6103
6110
|
};
|
|
@@ -19650,6 +19657,7 @@ export declare namespace MittwaldAPIV3Next {
|
|
|
19650
19657
|
searchTerm?: string;
|
|
19651
19658
|
anchor?: string;
|
|
19652
19659
|
hasAcceptedAllScopes?: boolean;
|
|
19660
|
+
parentCustomerId?: string;
|
|
19653
19661
|
limit?: number;
|
|
19654
19662
|
skip?: number;
|
|
19655
19663
|
page?: number;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.447.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.448.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.448.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.448.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": "bb49e3d0a316ba47e90a441577eb9311565f6f32"
|
|
110
110
|
}
|