@mittwald/api-client 4.387.0 → 4.389.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/types.d.ts +132 -132
- 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.388.0';
|
|
@@ -6337,19 +6337,9 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6337
6337
|
}
|
|
6338
6338
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6339
6339
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6340
|
-
interface
|
|
6341
|
-
|
|
6342
|
-
|
|
6343
|
-
name: string;
|
|
6344
|
-
};
|
|
6345
|
-
before?: {
|
|
6346
|
-
name: string | null;
|
|
6347
|
-
};
|
|
6348
|
-
};
|
|
6349
|
-
name: "database.mysql-name-set";
|
|
6350
|
-
parameters: {
|
|
6351
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6352
|
-
};
|
|
6340
|
+
interface ActivitylogParameterProperty {
|
|
6341
|
+
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6342
|
+
name: string;
|
|
6353
6343
|
}
|
|
6354
6344
|
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
6355
6345
|
changes: {
|
|
@@ -6370,71 +6360,45 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6370
6360
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6371
6361
|
};
|
|
6372
6362
|
}
|
|
6373
|
-
interface
|
|
6363
|
+
interface ActivitylogAppInstallationCopyRequested {
|
|
6374
6364
|
changes: {
|
|
6375
6365
|
after?: {
|
|
6376
6366
|
appId: string;
|
|
6377
|
-
|
|
6367
|
+
sourceAppInstallationId: string;
|
|
6378
6368
|
};
|
|
6379
6369
|
before?: {
|
|
6380
6370
|
appId?: string | null;
|
|
6381
|
-
|
|
6371
|
+
sourceAppInstallationId?: string | null;
|
|
6382
6372
|
};
|
|
6383
6373
|
};
|
|
6384
|
-
name: "app.
|
|
6374
|
+
name: "app.copy-requested";
|
|
6385
6375
|
}
|
|
6386
|
-
interface
|
|
6376
|
+
interface ActivitylogDnsCnameRecordSet {
|
|
6387
6377
|
changes: {
|
|
6388
6378
|
after?: {
|
|
6389
|
-
|
|
6390
|
-
sourceAppInstallationId: string;
|
|
6379
|
+
cname: string;
|
|
6391
6380
|
};
|
|
6392
6381
|
before?: {
|
|
6393
|
-
|
|
6394
|
-
sourceAppInstallationId?: string | null;
|
|
6382
|
+
cname: string;
|
|
6395
6383
|
};
|
|
6396
6384
|
};
|
|
6397
|
-
name: "
|
|
6398
|
-
|
|
6399
|
-
|
|
6400
|
-
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6401
|
-
name: string;
|
|
6402
|
-
}
|
|
6403
|
-
interface ActivitylogAggregateReference {
|
|
6404
|
-
aggregate: string;
|
|
6405
|
-
domain: string;
|
|
6406
|
-
id: string;
|
|
6407
|
-
}
|
|
6408
|
-
interface ActivitylogLinkedParameterProperty {
|
|
6409
|
-
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6410
|
-
name: string;
|
|
6411
|
-
}
|
|
6412
|
-
interface ActivitylogLogEntry {
|
|
6413
|
-
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6414
|
-
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6415
|
-
dateTime: string;
|
|
6416
|
-
/**
|
|
6417
|
-
* Null or empty object. If set, the action was executed by an mittwald employee.
|
|
6418
|
-
*/
|
|
6419
|
-
impersonator?: {};
|
|
6420
|
-
user?: {
|
|
6421
|
-
id: string;
|
|
6422
|
-
type: "user" | "extension";
|
|
6385
|
+
name: "dns.cname-record-set";
|
|
6386
|
+
parameters: {
|
|
6387
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6423
6388
|
};
|
|
6424
6389
|
}
|
|
6425
|
-
interface
|
|
6390
|
+
interface ActivitylogAppInstallationAppVersionSet {
|
|
6426
6391
|
changes: {
|
|
6427
6392
|
after?: {
|
|
6428
|
-
|
|
6393
|
+
appId: string;
|
|
6394
|
+
appVersionId: string;
|
|
6429
6395
|
};
|
|
6430
6396
|
before?: {
|
|
6431
|
-
|
|
6397
|
+
appId?: string | null;
|
|
6398
|
+
appVersionId?: string | null;
|
|
6432
6399
|
};
|
|
6433
6400
|
};
|
|
6434
|
-
name: "
|
|
6435
|
-
parameters: {
|
|
6436
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6437
|
-
};
|
|
6401
|
+
name: "app.version-set";
|
|
6438
6402
|
}
|
|
6439
6403
|
interface ActivitylogDnsZoneDeleted {
|
|
6440
6404
|
changes: {};
|
|
@@ -6443,54 +6407,38 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6443
6407
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6444
6408
|
};
|
|
6445
6409
|
}
|
|
6446
|
-
interface
|
|
6410
|
+
interface ActivitylogDatabaseVersionSet {
|
|
6447
6411
|
changes: {
|
|
6448
6412
|
after?: {
|
|
6449
|
-
|
|
6450
|
-
aaaaRecords: string[];
|
|
6413
|
+
version: string;
|
|
6451
6414
|
};
|
|
6452
6415
|
before?: {
|
|
6453
|
-
|
|
6454
|
-
aaaaRecords: string[];
|
|
6416
|
+
version: string;
|
|
6455
6417
|
};
|
|
6456
6418
|
};
|
|
6457
|
-
name: "
|
|
6419
|
+
name: "database.mysql-version-set" | "database.redis-version-set";
|
|
6458
6420
|
parameters: {
|
|
6459
|
-
|
|
6421
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6422
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6460
6423
|
};
|
|
6461
6424
|
}
|
|
6462
|
-
interface
|
|
6425
|
+
interface ActivitylogDatabaseDescriptionSet {
|
|
6463
6426
|
changes: {
|
|
6464
6427
|
after?: {
|
|
6465
|
-
|
|
6428
|
+
description: string;
|
|
6466
6429
|
};
|
|
6467
6430
|
before?: {
|
|
6468
|
-
|
|
6431
|
+
description: string | null;
|
|
6469
6432
|
};
|
|
6470
6433
|
};
|
|
6471
|
-
name: "
|
|
6434
|
+
name: "database.mysql-description-set" | "database.redis-description-set";
|
|
6472
6435
|
parameters: {
|
|
6473
|
-
|
|
6436
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6474
6437
|
};
|
|
6475
6438
|
}
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
*/
|
|
6479
|
-
interface ActivitylogGenericAction {
|
|
6480
|
-
changes: {
|
|
6481
|
-
[k: string]: {
|
|
6482
|
-
after?: {
|
|
6483
|
-
[k: string]: unknown;
|
|
6484
|
-
};
|
|
6485
|
-
before?: {
|
|
6486
|
-
[k: string]: unknown;
|
|
6487
|
-
};
|
|
6488
|
-
};
|
|
6489
|
-
};
|
|
6439
|
+
interface ActivitylogLinkedParameterProperty {
|
|
6440
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6490
6441
|
name: string;
|
|
6491
|
-
parameters: {
|
|
6492
|
-
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6493
|
-
};
|
|
6494
6442
|
}
|
|
6495
6443
|
interface ActivitylogDatabaseDeleted {
|
|
6496
6444
|
changes: {};
|
|
@@ -6499,63 +6447,74 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6499
6447
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6500
6448
|
};
|
|
6501
6449
|
}
|
|
6502
|
-
interface
|
|
6450
|
+
interface ActivitylogDnsMxRecordSet {
|
|
6503
6451
|
changes: {
|
|
6504
6452
|
after?: {
|
|
6505
|
-
|
|
6453
|
+
mx: {}[];
|
|
6506
6454
|
};
|
|
6507
6455
|
before?: {
|
|
6508
|
-
|
|
6456
|
+
mx: {}[];
|
|
6509
6457
|
};
|
|
6510
6458
|
};
|
|
6511
|
-
name: "
|
|
6459
|
+
name: "dns.mx-record-set";
|
|
6512
6460
|
parameters: {
|
|
6513
|
-
|
|
6461
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6514
6462
|
};
|
|
6515
6463
|
}
|
|
6516
|
-
interface
|
|
6464
|
+
interface ActivitylogDnsTxtRecordSet {
|
|
6517
6465
|
changes: {
|
|
6518
6466
|
after?: {
|
|
6519
|
-
|
|
6467
|
+
txt: string[];
|
|
6520
6468
|
};
|
|
6521
6469
|
before?: {
|
|
6522
|
-
|
|
6470
|
+
txt: string[];
|
|
6523
6471
|
};
|
|
6524
6472
|
};
|
|
6525
|
-
name: "dns.
|
|
6473
|
+
name: "dns.txt-record-set";
|
|
6526
6474
|
parameters: {
|
|
6527
6475
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6528
6476
|
};
|
|
6529
6477
|
}
|
|
6530
|
-
interface
|
|
6478
|
+
interface ActivitylogDnsZoneCreated {
|
|
6531
6479
|
changes: {
|
|
6532
6480
|
after?: {
|
|
6533
|
-
|
|
6534
|
-
externalAccess: boolean;
|
|
6535
|
-
permissions: {};
|
|
6481
|
+
domain: string;
|
|
6536
6482
|
};
|
|
6537
6483
|
before?: {
|
|
6538
|
-
|
|
6539
|
-
externalAccess: boolean | null;
|
|
6540
|
-
permissions: {};
|
|
6484
|
+
domain: string | null;
|
|
6541
6485
|
};
|
|
6542
6486
|
};
|
|
6543
|
-
name: "
|
|
6487
|
+
name: "dns.zone-created";
|
|
6544
6488
|
parameters: {
|
|
6545
|
-
|
|
6546
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6489
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6547
6490
|
};
|
|
6548
6491
|
}
|
|
6549
|
-
interface
|
|
6492
|
+
interface ActivitylogDatabaseMysqlNameSet {
|
|
6550
6493
|
changes: {
|
|
6551
6494
|
after?: {
|
|
6552
|
-
|
|
6495
|
+
name: string;
|
|
6553
6496
|
};
|
|
6554
6497
|
before?: {
|
|
6555
|
-
|
|
6498
|
+
name: string | null;
|
|
6556
6499
|
};
|
|
6557
6500
|
};
|
|
6558
|
-
name: "
|
|
6501
|
+
name: "database.mysql-name-set";
|
|
6502
|
+
parameters: {
|
|
6503
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6504
|
+
};
|
|
6505
|
+
}
|
|
6506
|
+
interface ActivitylogDnsARecordSet {
|
|
6507
|
+
changes: {
|
|
6508
|
+
after?: {
|
|
6509
|
+
aRecords: string[];
|
|
6510
|
+
aaaaRecords: string[];
|
|
6511
|
+
};
|
|
6512
|
+
before?: {
|
|
6513
|
+
aRecords: string[];
|
|
6514
|
+
aaaaRecords: string[];
|
|
6515
|
+
};
|
|
6516
|
+
};
|
|
6517
|
+
name: "dns.a-record-set";
|
|
6559
6518
|
parameters: {
|
|
6560
6519
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6561
6520
|
};
|
|
@@ -6579,19 +6538,57 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6579
6538
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6580
6539
|
};
|
|
6581
6540
|
}
|
|
6582
|
-
interface
|
|
6541
|
+
interface ActivitylogDatabaseMysqlUserCreated {
|
|
6583
6542
|
changes: {
|
|
6584
6543
|
after?: {
|
|
6585
|
-
|
|
6544
|
+
description: string;
|
|
6545
|
+
externalAccess: boolean;
|
|
6546
|
+
name: string;
|
|
6547
|
+
permissions: {};
|
|
6586
6548
|
};
|
|
6587
6549
|
before?: {
|
|
6588
|
-
|
|
6550
|
+
description?: string | null;
|
|
6551
|
+
externalAccess?: boolean | null;
|
|
6552
|
+
name?: string | null;
|
|
6553
|
+
permissions?: {} | null;
|
|
6589
6554
|
};
|
|
6590
6555
|
};
|
|
6591
|
-
name: "database.mysql-
|
|
6556
|
+
name: "database.mysql-user-created";
|
|
6592
6557
|
parameters: {
|
|
6558
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6593
6559
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6594
|
-
|
|
6560
|
+
};
|
|
6561
|
+
}
|
|
6562
|
+
interface ActivitylogAggregateReference {
|
|
6563
|
+
aggregate: string;
|
|
6564
|
+
domain: string;
|
|
6565
|
+
id: string;
|
|
6566
|
+
}
|
|
6567
|
+
interface ActivitylogLogEntry {
|
|
6568
|
+
action: MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDnsZoneDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCnameRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsSrvRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsCaaRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsTxtRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsARecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDnsMxRecordSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseDescriptionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlNameSet | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserCreated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserUpdated | MittwaldAPIV2.Components.Schemas.ActivitylogDatabaseMysqlUserDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6569
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6570
|
+
dateTime: string;
|
|
6571
|
+
/**
|
|
6572
|
+
* Null or empty object. If set, the action was executed by an mittwald employee.
|
|
6573
|
+
*/
|
|
6574
|
+
impersonator?: {};
|
|
6575
|
+
user?: {
|
|
6576
|
+
id: string;
|
|
6577
|
+
type: "user" | "extension";
|
|
6578
|
+
};
|
|
6579
|
+
}
|
|
6580
|
+
interface ActivitylogDnsSrvRecordSet {
|
|
6581
|
+
changes: {
|
|
6582
|
+
after?: {
|
|
6583
|
+
srv: {}[];
|
|
6584
|
+
};
|
|
6585
|
+
before?: {
|
|
6586
|
+
srv: {}[];
|
|
6587
|
+
};
|
|
6588
|
+
};
|
|
6589
|
+
name: "dns.srv-record-set";
|
|
6590
|
+
parameters: {
|
|
6591
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6595
6592
|
};
|
|
6596
6593
|
}
|
|
6597
6594
|
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
@@ -6602,25 +6599,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6602
6599
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6603
6600
|
};
|
|
6604
6601
|
}
|
|
6605
|
-
|
|
6602
|
+
/**
|
|
6603
|
+
* Fallback when no matching action is found
|
|
6604
|
+
*/
|
|
6605
|
+
interface ActivitylogGenericAction {
|
|
6606
6606
|
changes: {
|
|
6607
|
-
|
|
6608
|
-
|
|
6609
|
-
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
|
|
6613
|
-
|
|
6614
|
-
description?: string | null;
|
|
6615
|
-
externalAccess?: boolean | null;
|
|
6616
|
-
name?: string | null;
|
|
6617
|
-
permissions?: {} | null;
|
|
6607
|
+
[k: string]: {
|
|
6608
|
+
after?: {
|
|
6609
|
+
[k: string]: unknown;
|
|
6610
|
+
};
|
|
6611
|
+
before?: {
|
|
6612
|
+
[k: string]: unknown;
|
|
6613
|
+
};
|
|
6618
6614
|
};
|
|
6619
6615
|
};
|
|
6620
|
-
name:
|
|
6616
|
+
name: string;
|
|
6621
6617
|
parameters: {
|
|
6622
|
-
|
|
6623
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6618
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6624
6619
|
};
|
|
6625
6620
|
}
|
|
6626
6621
|
interface ActivitylogDnsCaaRecordSet {
|
|
@@ -6637,18 +6632,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6637
6632
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6638
6633
|
};
|
|
6639
6634
|
}
|
|
6640
|
-
interface
|
|
6635
|
+
interface ActivitylogDatabaseMysqlUserUpdated {
|
|
6641
6636
|
changes: {
|
|
6642
6637
|
after?: {
|
|
6643
|
-
|
|
6638
|
+
description: string;
|
|
6639
|
+
externalAccess: boolean;
|
|
6640
|
+
permissions: {};
|
|
6644
6641
|
};
|
|
6645
6642
|
before?: {
|
|
6646
|
-
|
|
6643
|
+
description: string | null;
|
|
6644
|
+
externalAccess: boolean | null;
|
|
6645
|
+
permissions: {};
|
|
6647
6646
|
};
|
|
6648
6647
|
};
|
|
6649
|
-
name: "
|
|
6648
|
+
name: "database.mysql-user-updated";
|
|
6650
6649
|
parameters: {
|
|
6651
|
-
|
|
6650
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6651
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6652
6652
|
};
|
|
6653
6653
|
}
|
|
6654
6654
|
interface CommonsAddress {
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.388.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.389.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.389.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.389.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": "bb1f4118476854dd267964b1bcbc4954e8c31d90"
|
|
84
84
|
}
|