@mittwald/api-client 4.391.0 → 4.392.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.391.0';
|
|
@@ -6342,10 +6342,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6342
6342
|
}
|
|
6343
6343
|
type VerificationEmailOrigin = "IS_MITTWALD" | "IS_NOT_MITTWALD" | "COULD_BE_MITTWALD";
|
|
6344
6344
|
type ContainerVolumeSortOrder = "nameAsc" | "nameDesc" | "storageAsc" | "storageDesc";
|
|
6345
|
-
interface ActivitylogParameterProperty {
|
|
6346
|
-
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6347
|
-
name: string;
|
|
6348
|
-
}
|
|
6349
6345
|
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
6350
6346
|
changes: {
|
|
6351
6347
|
after?: {
|
|
@@ -6365,6 +6361,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6365
6361
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6366
6362
|
};
|
|
6367
6363
|
}
|
|
6364
|
+
interface ActivitylogParameterProperty {
|
|
6365
|
+
aggregate?: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6366
|
+
name: string;
|
|
6367
|
+
}
|
|
6368
6368
|
interface ActivitylogAppInstallationCopyRequested {
|
|
6369
6369
|
changes: {
|
|
6370
6370
|
after?: {
|
|
@@ -6427,10 +6427,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6427
6427
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6428
6428
|
};
|
|
6429
6429
|
}
|
|
6430
|
-
interface ActivitylogLinkedParameterProperty {
|
|
6431
|
-
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6432
|
-
name: string;
|
|
6433
|
-
}
|
|
6434
6430
|
interface ActivitylogDatabaseDescriptionSet {
|
|
6435
6431
|
changes: {
|
|
6436
6432
|
after?: {
|
|
@@ -6445,6 +6441,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6445
6441
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6446
6442
|
};
|
|
6447
6443
|
}
|
|
6444
|
+
interface ActivitylogLinkedParameterProperty {
|
|
6445
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6446
|
+
name: string;
|
|
6447
|
+
}
|
|
6448
6448
|
interface ActivitylogDatabaseDeleted {
|
|
6449
6449
|
changes: {};
|
|
6450
6450
|
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
@@ -6596,14 +6596,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6596
6596
|
type: "user" | "extension";
|
|
6597
6597
|
};
|
|
6598
6598
|
}
|
|
6599
|
-
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
6600
|
-
changes: {};
|
|
6601
|
-
name: "database.mysql-user-deleted";
|
|
6602
|
-
parameters: {
|
|
6603
|
-
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6604
|
-
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6605
|
-
};
|
|
6606
|
-
}
|
|
6607
6599
|
interface ActivitylogDnsCaaRecordSet {
|
|
6608
6600
|
changes: {
|
|
6609
6601
|
after?: {
|
|
@@ -6618,6 +6610,14 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6618
6610
|
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6619
6611
|
};
|
|
6620
6612
|
}
|
|
6613
|
+
interface ActivitylogDatabaseMysqlUserDeleted {
|
|
6614
|
+
changes: {};
|
|
6615
|
+
name: "database.mysql-user-deleted";
|
|
6616
|
+
parameters: {
|
|
6617
|
+
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6618
|
+
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6619
|
+
};
|
|
6620
|
+
}
|
|
6621
6621
|
/**
|
|
6622
6622
|
* Fallback when no matching action is found
|
|
6623
6623
|
*/
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.391.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.392.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.392.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.392.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": "78c4fea940d347953e19325ca0de066dff17b67d"
|
|
84
84
|
}
|