@mittwald/api-client 4.387.0 → 4.388.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 +142 -142
- 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.387.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,125 +6447,153 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6499
6447
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6500
6448
|
};
|
|
6501
6449
|
}
|
|
6502
|
-
interface
|
|
6450
|
+
interface ActivitylogDatabaseCreated {
|
|
6503
6451
|
changes: {
|
|
6504
6452
|
after?: {
|
|
6505
6453
|
description: string;
|
|
6454
|
+
name: string;
|
|
6455
|
+
version: string;
|
|
6506
6456
|
};
|
|
6507
6457
|
before?: {
|
|
6508
|
-
description
|
|
6458
|
+
description?: string | null;
|
|
6459
|
+
name?: string | null;
|
|
6460
|
+
version?: string | null;
|
|
6509
6461
|
};
|
|
6510
6462
|
};
|
|
6511
|
-
name: "database.mysql-
|
|
6463
|
+
name: "database.mysql-created" | "database.redis-created";
|
|
6512
6464
|
parameters: {
|
|
6513
6465
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6466
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6514
6467
|
};
|
|
6515
6468
|
}
|
|
6516
|
-
interface
|
|
6469
|
+
interface ActivitylogDatabaseMysqlUserCreated {
|
|
6517
6470
|
changes: {
|
|
6518
6471
|
after?: {
|
|
6519
|
-
|
|
6472
|
+
description: string;
|
|
6473
|
+
externalAccess: boolean;
|
|
6474
|
+
name: string;
|
|
6475
|
+
permissions: {};
|
|
6520
6476
|
};
|
|
6521
6477
|
before?: {
|
|
6522
|
-
|
|
6478
|
+
description?: string | null;
|
|
6479
|
+
externalAccess?: boolean | null;
|
|
6480
|
+
name?: string | null;
|
|
6481
|
+
permissions?: {} | null;
|
|
6523
6482
|
};
|
|
6524
6483
|
};
|
|
6525
|
-
name: "
|
|
6484
|
+
name: "database.mysql-user-created";
|
|
6526
6485
|
parameters: {
|
|
6527
|
-
|
|
6486
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6487
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6528
6488
|
};
|
|
6529
6489
|
}
|
|
6530
|
-
interface
|
|
6490
|
+
interface ActivitylogAggregateReference {
|
|
6491
|
+
aggregate: string;
|
|
6492
|
+
domain: string;
|
|
6493
|
+
id: string;
|
|
6494
|
+
}
|
|
6495
|
+
interface ActivitylogDnsTxtRecordSet {
|
|
6531
6496
|
changes: {
|
|
6532
6497
|
after?: {
|
|
6533
|
-
|
|
6534
|
-
externalAccess: boolean;
|
|
6535
|
-
permissions: {};
|
|
6498
|
+
txt: string[];
|
|
6536
6499
|
};
|
|
6537
6500
|
before?: {
|
|
6538
|
-
|
|
6539
|
-
externalAccess: boolean | null;
|
|
6540
|
-
permissions: {};
|
|
6501
|
+
txt: string[];
|
|
6541
6502
|
};
|
|
6542
6503
|
};
|
|
6543
|
-
name: "
|
|
6504
|
+
name: "dns.txt-record-set";
|
|
6544
6505
|
parameters: {
|
|
6545
|
-
|
|
6546
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6506
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6547
6507
|
};
|
|
6548
6508
|
}
|
|
6549
|
-
interface
|
|
6509
|
+
interface ActivitylogDnsZoneCreated {
|
|
6550
6510
|
changes: {
|
|
6551
6511
|
after?: {
|
|
6552
|
-
|
|
6512
|
+
domain: string;
|
|
6553
6513
|
};
|
|
6554
6514
|
before?: {
|
|
6555
|
-
|
|
6515
|
+
domain: string | null;
|
|
6556
6516
|
};
|
|
6557
6517
|
};
|
|
6558
|
-
name: "dns.
|
|
6518
|
+
name: "dns.zone-created";
|
|
6559
6519
|
parameters: {
|
|
6560
6520
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6561
6521
|
};
|
|
6562
6522
|
}
|
|
6563
|
-
interface
|
|
6523
|
+
interface ActivitylogDnsMxRecordSet {
|
|
6564
6524
|
changes: {
|
|
6565
6525
|
after?: {
|
|
6566
|
-
|
|
6567
|
-
name: string;
|
|
6568
|
-
version: string;
|
|
6526
|
+
mx: {}[];
|
|
6569
6527
|
};
|
|
6570
6528
|
before?: {
|
|
6571
|
-
|
|
6572
|
-
name?: string | null;
|
|
6573
|
-
version?: string | null;
|
|
6529
|
+
mx: {}[];
|
|
6574
6530
|
};
|
|
6575
6531
|
};
|
|
6576
|
-
name: "
|
|
6532
|
+
name: "dns.mx-record-set";
|
|
6577
6533
|
parameters: {
|
|
6578
|
-
|
|
6579
|
-
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6534
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6580
6535
|
};
|
|
6581
6536
|
}
|
|
6582
|
-
interface
|
|
6537
|
+
interface ActivitylogDnsARecordSet {
|
|
6583
6538
|
changes: {
|
|
6584
6539
|
after?: {
|
|
6585
|
-
|
|
6540
|
+
aRecords: string[];
|
|
6541
|
+
aaaaRecords: string[];
|
|
6586
6542
|
};
|
|
6587
6543
|
before?: {
|
|
6588
|
-
|
|
6544
|
+
aRecords: string[];
|
|
6545
|
+
aaaaRecords: string[];
|
|
6589
6546
|
};
|
|
6590
6547
|
};
|
|
6591
|
-
name: "
|
|
6548
|
+
name: "dns.a-record-set";
|
|
6592
6549
|
parameters: {
|
|
6593
|
-
|
|
6594
|
-
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6550
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6595
6551
|
};
|
|
6596
6552
|
}
|
|
6597
|
-
interface
|
|
6598
|
-
changes: {
|
|
6599
|
-
|
|
6553
|
+
interface ActivitylogDatabaseMysqlNameSet {
|
|
6554
|
+
changes: {
|
|
6555
|
+
after?: {
|
|
6556
|
+
name: string;
|
|
6557
|
+
};
|
|
6558
|
+
before?: {
|
|
6559
|
+
name: string | null;
|
|
6560
|
+
};
|
|
6561
|
+
};
|
|
6562
|
+
name: "database.mysql-name-set";
|
|
6600
6563
|
parameters: {
|
|
6601
|
-
|
|
6602
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6564
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6603
6565
|
};
|
|
6604
6566
|
}
|
|
6605
|
-
interface
|
|
6567
|
+
interface ActivitylogDnsSrvRecordSet {
|
|
6606
6568
|
changes: {
|
|
6607
6569
|
after?: {
|
|
6608
|
-
|
|
6609
|
-
externalAccess: boolean;
|
|
6610
|
-
name: string;
|
|
6611
|
-
permissions: {};
|
|
6570
|
+
srv: {}[];
|
|
6612
6571
|
};
|
|
6613
6572
|
before?: {
|
|
6614
|
-
|
|
6615
|
-
externalAccess?: boolean | null;
|
|
6616
|
-
name?: string | null;
|
|
6617
|
-
permissions?: {} | null;
|
|
6573
|
+
srv: {}[];
|
|
6618
6574
|
};
|
|
6619
6575
|
};
|
|
6620
|
-
name: "
|
|
6576
|
+
name: "dns.srv-record-set";
|
|
6577
|
+
parameters: {
|
|
6578
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6579
|
+
};
|
|
6580
|
+
}
|
|
6581
|
+
interface ActivitylogLogEntry {
|
|
6582
|
+
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;
|
|
6583
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6584
|
+
dateTime: string;
|
|
6585
|
+
/**
|
|
6586
|
+
* Null or empty object. If set, the action was executed by an mittwald employee.
|
|
6587
|
+
*/
|
|
6588
|
+
impersonator?: {};
|
|
6589
|
+
user?: {
|
|
6590
|
+
id: string;
|
|
6591
|
+
type: "user" | "extension";
|
|
6592
|
+
};
|
|
6593
|
+
}
|
|
6594
|
+
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
6595
|
+
changes: {};
|
|
6596
|
+
name: "database.mysql-user-deleted";
|
|
6621
6597
|
parameters: {
|
|
6622
6598
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6623
6599
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
@@ -6637,18 +6613,42 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6637
6613
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6638
6614
|
};
|
|
6639
6615
|
}
|
|
6640
|
-
|
|
6616
|
+
/**
|
|
6617
|
+
* Fallback when no matching action is found
|
|
6618
|
+
*/
|
|
6619
|
+
interface ActivitylogGenericAction {
|
|
6620
|
+
changes: {
|
|
6621
|
+
[k: string]: {
|
|
6622
|
+
after?: {
|
|
6623
|
+
[k: string]: unknown;
|
|
6624
|
+
};
|
|
6625
|
+
before?: {
|
|
6626
|
+
[k: string]: unknown;
|
|
6627
|
+
};
|
|
6628
|
+
};
|
|
6629
|
+
};
|
|
6630
|
+
name: string;
|
|
6631
|
+
parameters: {
|
|
6632
|
+
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6633
|
+
};
|
|
6634
|
+
}
|
|
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.387.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.388.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.388.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.388.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": "9f64296c495062fd1440d499b7cbde2e7972d721"
|
|
84
84
|
}
|