@mittwald/api-client 4.398.0 → 4.399.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.398.1';
|
|
@@ -5874,33 +5874,23 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5874
5874
|
}
|
|
5875
5875
|
type PolicyPolicy = string;
|
|
5876
5876
|
interface ActivitylogAppInstallationCopyRequested {
|
|
5877
|
-
changes: {
|
|
5878
|
-
after?: {
|
|
5879
|
-
appId: string;
|
|
5880
|
-
sourceAppInstallationId: string;
|
|
5881
|
-
};
|
|
5882
|
-
before?: {
|
|
5883
|
-
appId?: string | null;
|
|
5884
|
-
sourceAppInstallationId?: string | null;
|
|
5885
|
-
};
|
|
5886
|
-
};
|
|
5887
5877
|
name: "app.copy-requested";
|
|
5878
|
+
parameters: {
|
|
5879
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5880
|
+
sourceAppInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5881
|
+
};
|
|
5888
5882
|
}
|
|
5889
5883
|
interface ActivitylogAppInstallationDesiredSystemSoftwareSet {
|
|
5890
5884
|
changes: {
|
|
5891
5885
|
after?: {
|
|
5892
|
-
|
|
5893
|
-
|
|
5894
|
-
updatePolicy: "UPDATE_POLICY_UNSPECIFIED" | "UPDATE_POLICY_NONE" | "UPDATE_POLICY_INHERITED_FROM_APP" | "UPDATE_POLICY_PATCH_LEVEL" | "UPDATE_POLICY_ALL";
|
|
5895
|
-
};
|
|
5886
|
+
softwareVersion?: string;
|
|
5887
|
+
} | null;
|
|
5896
5888
|
before?: {
|
|
5897
|
-
software?: string;
|
|
5898
5889
|
softwareVersion?: string;
|
|
5899
|
-
|
|
5900
|
-
};
|
|
5890
|
+
} | null;
|
|
5901
5891
|
};
|
|
5902
|
-
name: "app.systemsoftware-set"
|
|
5903
|
-
parameters
|
|
5892
|
+
name: "app.systemsoftware-set";
|
|
5893
|
+
parameters: {
|
|
5904
5894
|
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5905
5895
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5906
5896
|
};
|
|
@@ -5908,15 +5898,16 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5908
5898
|
interface ActivitylogAppInstallationAppVersionSet {
|
|
5909
5899
|
changes: {
|
|
5910
5900
|
after?: {
|
|
5911
|
-
|
|
5912
|
-
appVersionId: string;
|
|
5901
|
+
version: string;
|
|
5913
5902
|
};
|
|
5914
5903
|
before?: {
|
|
5915
|
-
|
|
5916
|
-
appVersionId?: string | null;
|
|
5904
|
+
version?: string | null;
|
|
5917
5905
|
};
|
|
5918
5906
|
};
|
|
5919
5907
|
name: "app.version-set";
|
|
5908
|
+
parameters: {
|
|
5909
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5910
|
+
};
|
|
5920
5911
|
}
|
|
5921
5912
|
interface ActivitylogDatabaseCreated {
|
|
5922
5913
|
changes: {
|
|
@@ -5933,6 +5924,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5933
5924
|
};
|
|
5934
5925
|
name: "database.mysql-created" | "database.redis-created";
|
|
5935
5926
|
parameters: {
|
|
5927
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5936
5928
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5937
5929
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5938
5930
|
};
|
|
@@ -5941,6 +5933,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5941
5933
|
changes: {};
|
|
5942
5934
|
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
5943
5935
|
parameters: {
|
|
5936
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5944
5937
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5945
5938
|
};
|
|
5946
5939
|
}
|
|
@@ -5955,6 +5948,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5955
5948
|
};
|
|
5956
5949
|
name: "database.mysql-description-set" | "database.redis-description-set";
|
|
5957
5950
|
parameters: {
|
|
5951
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5958
5952
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5959
5953
|
};
|
|
5960
5954
|
}
|
|
@@ -5978,18 +5972,21 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5978
5972
|
description: string;
|
|
5979
5973
|
externalAccess: boolean;
|
|
5980
5974
|
name: string;
|
|
5981
|
-
|
|
5975
|
+
permissionsRead: boolean;
|
|
5976
|
+
permissionsWrite: boolean;
|
|
5982
5977
|
};
|
|
5983
5978
|
before?: {
|
|
5984
5979
|
description?: string | null;
|
|
5985
5980
|
externalAccess?: boolean | null;
|
|
5986
5981
|
name?: string | null;
|
|
5987
|
-
|
|
5982
|
+
permissionsRead?: boolean | null;
|
|
5983
|
+
permissionsWrite?: boolean | null;
|
|
5988
5984
|
};
|
|
5989
5985
|
};
|
|
5990
5986
|
name: "database.mysql-user-created";
|
|
5991
5987
|
parameters: {
|
|
5992
5988
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5989
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5993
5990
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
5994
5991
|
};
|
|
5995
5992
|
}
|
|
@@ -5998,6 +5995,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
5998
5995
|
name: "database.mysql-user-deleted";
|
|
5999
5996
|
parameters: {
|
|
6000
5997
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
5998
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6001
5999
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6002
6000
|
};
|
|
6003
6001
|
}
|
|
@@ -6006,17 +6004,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6006
6004
|
after?: {
|
|
6007
6005
|
description: string;
|
|
6008
6006
|
externalAccess: boolean;
|
|
6009
|
-
|
|
6007
|
+
permissionsRead: boolean;
|
|
6008
|
+
permissionsWrite: boolean;
|
|
6010
6009
|
};
|
|
6011
6010
|
before?: {
|
|
6012
6011
|
description: string | null;
|
|
6013
6012
|
externalAccess: boolean | null;
|
|
6014
|
-
|
|
6013
|
+
permissionsRead: boolean;
|
|
6014
|
+
permissionsWrite: boolean;
|
|
6015
6015
|
};
|
|
6016
6016
|
};
|
|
6017
6017
|
name: "database.mysql-user-updated";
|
|
6018
6018
|
parameters: {
|
|
6019
6019
|
databaseName: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6020
|
+
description: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6020
6021
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6021
6022
|
};
|
|
6022
6023
|
}
|
|
@@ -6224,7 +6225,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6224
6225
|
name: string;
|
|
6225
6226
|
}
|
|
6226
6227
|
interface ActivitylogLogEntry {
|
|
6227
|
-
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;
|
|
6228
|
+
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.ActivitylogAppInstallationRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationCopyRequested | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationAppVersionSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareSet | MittwaldAPIV2.Components.Schemas.ActivitylogAppInstallationDesiredSystemSoftwareDeleted | MittwaldAPIV2.Components.Schemas.ActivitylogGenericAction;
|
|
6228
6229
|
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6229
6230
|
dateTime: string;
|
|
6230
6231
|
/**
|
|
@@ -6255,6 +6256,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6255
6256
|
customerMeta: {
|
|
6256
6257
|
id: string;
|
|
6257
6258
|
};
|
|
6259
|
+
deletionRequested: boolean;
|
|
6258
6260
|
description: string;
|
|
6259
6261
|
disableReason?: MittwaldAPIV2.Components.Schemas.ProjectDisableReason;
|
|
6260
6262
|
disabledAt?: string;
|
|
@@ -6275,6 +6277,7 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6275
6277
|
readiness: MittwaldAPIV2.Components.Schemas.ProjectDeprecatedProjectReadinessStatus;
|
|
6276
6278
|
serverGroupId: string;
|
|
6277
6279
|
serverId?: string;
|
|
6280
|
+
serverShortId?: string;
|
|
6278
6281
|
shortId: string;
|
|
6279
6282
|
status: MittwaldAPIV2.Components.Schemas.ProjectProjectStatus;
|
|
6280
6283
|
statusSetAt: string;
|
|
@@ -6860,6 +6863,28 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6860
6863
|
* * `registrantPhoneNeedsEpp`: the registry owner (registrant) phone is not EPP-conformant; a reformat-to-EPP heal will be attempted during migration. Non-blocking — the read path cannot tell whether the heal will ultimately succeed, so it only warns; the create path is the actual gate.
|
|
6861
6864
|
*/
|
|
6862
6865
|
type DomainmigrationDomainMigrationWarningReason = "subdomainInvalidIngressHostname" | "subdomainInvalidDnsName" | "subdomainNsRecordsOverridden" | "registrantPhoneNeedsEpp";
|
|
6866
|
+
interface ActivitylogAppInstallationDesiredSystemSoftwareDeleted {
|
|
6867
|
+
changes: {
|
|
6868
|
+
after?: {
|
|
6869
|
+
softwareVersion?: string;
|
|
6870
|
+
} | null;
|
|
6871
|
+
before?: {
|
|
6872
|
+
softwareVersion?: string;
|
|
6873
|
+
} | null;
|
|
6874
|
+
};
|
|
6875
|
+
name: "app.systemsoftware-deleted";
|
|
6876
|
+
parameters: {
|
|
6877
|
+
software: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6878
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6879
|
+
};
|
|
6880
|
+
}
|
|
6881
|
+
interface ActivitylogAppInstallationRequested {
|
|
6882
|
+
name: "app.requested";
|
|
6883
|
+
parameters: {
|
|
6884
|
+
appInstallation: MittwaldAPIV2.Components.Schemas.ActivitylogLinkedParameterProperty;
|
|
6885
|
+
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6886
|
+
};
|
|
6887
|
+
}
|
|
6863
6888
|
interface CommonsAddress {
|
|
6864
6889
|
street: string;
|
|
6865
6890
|
houseNumber: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.398.1';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.399.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.399.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.399.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": "441491160f69736f12c22a7dd0921c13066c617a"
|
|
84
84
|
}
|