@mittwald/api-client 4.395.0 → 4.396.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.395.0';
|
|
@@ -6458,6 +6458,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6458
6458
|
version: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6459
6459
|
};
|
|
6460
6460
|
}
|
|
6461
|
+
interface ActivitylogLinkedParameterProperty {
|
|
6462
|
+
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6463
|
+
name: string;
|
|
6464
|
+
}
|
|
6461
6465
|
interface ActivitylogDatabaseDescriptionSet {
|
|
6462
6466
|
changes: {
|
|
6463
6467
|
after?: {
|
|
@@ -6472,10 +6476,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6472
6476
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6473
6477
|
};
|
|
6474
6478
|
}
|
|
6475
|
-
interface ActivitylogLinkedParameterProperty {
|
|
6476
|
-
aggregate: MittwaldAPIV2.Components.Schemas.ActivitylogAggregateReference;
|
|
6477
|
-
name: string;
|
|
6478
|
-
}
|
|
6479
6479
|
interface ActivitylogDatabaseDeleted {
|
|
6480
6480
|
changes: {};
|
|
6481
6481
|
name: "database.mysql-deleted" | "database.redis-deleted";
|
|
@@ -6635,6 +6635,20 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6635
6635
|
name: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6636
6636
|
};
|
|
6637
6637
|
}
|
|
6638
|
+
interface ActivitylogDnsCaaRecordSet {
|
|
6639
|
+
changes: {
|
|
6640
|
+
after?: {
|
|
6641
|
+
caa: {}[];
|
|
6642
|
+
};
|
|
6643
|
+
before?: {
|
|
6644
|
+
caa: {}[];
|
|
6645
|
+
};
|
|
6646
|
+
};
|
|
6647
|
+
name: "dns.caa-record-set";
|
|
6648
|
+
parameters: {
|
|
6649
|
+
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6650
|
+
};
|
|
6651
|
+
}
|
|
6638
6652
|
/**
|
|
6639
6653
|
* Fallback when no matching action is found
|
|
6640
6654
|
*/
|
|
@@ -6654,20 +6668,6 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6654
6668
|
[k: string]: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6655
6669
|
};
|
|
6656
6670
|
}
|
|
6657
|
-
interface ActivitylogDnsCaaRecordSet {
|
|
6658
|
-
changes: {
|
|
6659
|
-
after?: {
|
|
6660
|
-
caa: {}[];
|
|
6661
|
-
};
|
|
6662
|
-
before?: {
|
|
6663
|
-
caa: {}[];
|
|
6664
|
-
};
|
|
6665
|
-
};
|
|
6666
|
-
name: "dns.caa-record-set";
|
|
6667
|
-
parameters: {
|
|
6668
|
-
domain: MittwaldAPIV2.Components.Schemas.ActivitylogParameterProperty;
|
|
6669
|
-
};
|
|
6670
|
-
}
|
|
6671
6671
|
interface ActivitylogDatabaseMysqlUserUpdated {
|
|
6672
6672
|
changes: {
|
|
6673
6673
|
after?: {
|
|
@@ -6723,6 +6723,10 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6723
6723
|
webStorageUsageInBytesSetAt: string;
|
|
6724
6724
|
}
|
|
6725
6725
|
type DomainmigrationDNSRecordType = "A" | "AAAA" | "TXT" | "MX" | "CNAME" | "SRV" | "CAA" | "NS";
|
|
6726
|
+
/**
|
|
6727
|
+
* Typed reason a domain cannot be migrated.
|
|
6728
|
+
*/
|
|
6729
|
+
type DomainmigrationDomainNotMigratableReason = "DOMAIN_NOT_MIGRATABLE_REASON_NEED_EPP" | "DOMAIN_NOT_MIGRATABLE_REASON_TLD_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_PREMIUM_DOMAIN" | "DOMAIN_NOT_MIGRATABLE_REASON_REGISTRAR_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_NOT_ORDERABLE" | "DOMAIN_NOT_MIGRATABLE_REASON_INSUFFICIENT_STATE" | "DOMAIN_NOT_MIGRATABLE_REASON_CONTRACT_DATE_OUT_OF_RANGE";
|
|
6726
6730
|
interface DomainmigrationNonMigratableDomain {
|
|
6727
6731
|
hostname: string;
|
|
6728
6732
|
issues: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReasons;
|
|
@@ -6749,45 +6753,22 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6749
6753
|
interface DomainmigrationDomainNotMigratableReasons {
|
|
6750
6754
|
reasonCodes: MittwaldAPIV2.Components.Schemas.DomainmigrationDomainNotMigratableReason[];
|
|
6751
6755
|
}
|
|
6752
|
-
/**
|
|
6753
|
-
* Typed reason a domain cannot be migrated.
|
|
6754
|
-
*/
|
|
6755
|
-
type DomainmigrationDomainNotMigratableReason = "DOMAIN_NOT_MIGRATABLE_REASON_NEED_EPP" | "DOMAIN_NOT_MIGRATABLE_REASON_TLD_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_PREMIUM_DOMAIN" | "DOMAIN_NOT_MIGRATABLE_REASON_REGISTRAR_NOT_SUPPORTED" | "DOMAIN_NOT_MIGRATABLE_REASON_NOT_ORDERABLE" | "DOMAIN_NOT_MIGRATABLE_REASON_INSUFFICIENT_STATE" | "DOMAIN_NOT_MIGRATABLE_REASON_CONTRACT_DATE_OUT_OF_RANGE";
|
|
6756
|
-
interface DomainmigrationMigratableDomain {
|
|
6757
|
-
hostname: string;
|
|
6758
|
-
migratable: true;
|
|
6759
|
-
migrationData: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationData;
|
|
6760
|
-
}
|
|
6761
6756
|
interface DomainmigrationCheckMigrationResponse {
|
|
6762
6757
|
allDomainsMigratable: boolean;
|
|
6763
6758
|
domains: (MittwaldAPIV2.Components.Schemas.DomainmigrationMigratableDomain | MittwaldAPIV2.Components.Schemas.DomainmigrationNonMigratableDomain)[];
|
|
6764
6759
|
generalIssues?: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationNotPossibleReasons;
|
|
6765
6760
|
generallyPossible: boolean;
|
|
6766
6761
|
}
|
|
6762
|
+
interface DomainmigrationMigratableDomain {
|
|
6763
|
+
hostname: string;
|
|
6764
|
+
migratable: true;
|
|
6765
|
+
migrationData: MittwaldAPIV2.Components.Schemas.DomainmigrationMigrationData;
|
|
6766
|
+
}
|
|
6767
6767
|
interface DomainmigrationSubdomain {
|
|
6768
6768
|
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
6769
6769
|
hostname: string;
|
|
6770
6770
|
target?: string;
|
|
6771
6771
|
}
|
|
6772
|
-
interface DomainmigrationDNSRecord {
|
|
6773
|
-
name?: string;
|
|
6774
|
-
ttl: number;
|
|
6775
|
-
type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
|
|
6776
|
-
value: string;
|
|
6777
|
-
}
|
|
6778
|
-
interface DomainmigrationMigrationData {
|
|
6779
|
-
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
6780
|
-
/**
|
|
6781
|
-
* Monthly net domain price in EUR cents.
|
|
6782
|
-
*/
|
|
6783
|
-
monthlyPriceCents: number;
|
|
6784
|
-
subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
|
|
6785
|
-
}
|
|
6786
|
-
interface DomainmigrationMigrationNotPossibleReasons {
|
|
6787
|
-
customerIsNotAllowedToOrder: boolean;
|
|
6788
|
-
legacyTokenNotAuthorized: boolean;
|
|
6789
|
-
noDomainsInSource: boolean;
|
|
6790
|
-
}
|
|
6791
6772
|
interface DomainmigrationMigration {
|
|
6792
6773
|
createdAt?: string;
|
|
6793
6774
|
domains: {
|
|
@@ -6812,6 +6793,25 @@ export declare namespace MittwaldAPIV2 {
|
|
|
6812
6793
|
pAccount: string;
|
|
6813
6794
|
projectId: string;
|
|
6814
6795
|
}
|
|
6796
|
+
interface DomainmigrationMigrationNotPossibleReasons {
|
|
6797
|
+
customerIsNotAllowedToOrder: boolean;
|
|
6798
|
+
legacyTokenNotAuthorized: boolean;
|
|
6799
|
+
noDomainsInSource: boolean;
|
|
6800
|
+
}
|
|
6801
|
+
interface DomainmigrationDNSRecord {
|
|
6802
|
+
name?: string;
|
|
6803
|
+
ttl: number;
|
|
6804
|
+
type: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecordType;
|
|
6805
|
+
value: string;
|
|
6806
|
+
}
|
|
6807
|
+
interface DomainmigrationMigrationData {
|
|
6808
|
+
dnsRecords: MittwaldAPIV2.Components.Schemas.DomainmigrationDNSRecord[];
|
|
6809
|
+
/**
|
|
6810
|
+
* Monthly net domain price in EUR cents.
|
|
6811
|
+
*/
|
|
6812
|
+
monthlyPriceCents: number;
|
|
6813
|
+
subdomains: MittwaldAPIV2.Components.Schemas.DomainmigrationSubdomain[];
|
|
6814
|
+
}
|
|
6815
6815
|
interface ConversationBasicConversation {
|
|
6816
6816
|
category?: MittwaldAPIV2.Components.Schemas.ConversationCategory;
|
|
6817
6817
|
conversationId: string;
|
package/dist/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const MittwaldAPIClientVersion = '4.
|
|
1
|
+
export declare const MittwaldAPIClientVersion = '4.395.0';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/api-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.396.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.396.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.396.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": "3b5d330d3e3f5d9b9d73e918037008af09669b02"
|
|
84
84
|
}
|