@mittwald/api-client 3.0.21 → 3.0.23
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/cjs/generated/v2/client-react.d.ts +47 -47
- package/dist/cjs/generated/v2/client-react.js +16 -16
- package/dist/cjs/generated/v2/client.d.ts +738 -565
- package/dist/cjs/generated/v2/client.js +64 -66
- package/dist/cjs/generated/v2/descriptors.d.ts +66 -68
- package/dist/cjs/generated/v2/descriptors.js +169 -175
- package/dist/cjs/generated/v2/types.d.ts +2584 -2212
- package/dist/esm/generated/v2/client-react.d.ts +47 -47
- package/dist/esm/generated/v2/client-react.js +16 -16
- package/dist/esm/generated/v2/client.d.ts +738 -565
- package/dist/esm/generated/v2/client.js +64 -66
- package/dist/esm/generated/v2/descriptors.d.ts +66 -68
- package/dist/esm/generated/v2/descriptors.js +165 -171
- package/dist/esm/generated/v2/types.d.ts +2584 -2212
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -790,60 +790,6 @@ export const dnsZonesForProject = {
|
|
|
790
790
|
method: "GET",
|
|
791
791
|
operationId: "dns-zones-for-project",
|
|
792
792
|
};
|
|
793
|
-
/** Abort a declare process. */
|
|
794
|
-
export const domainAbortDeclareProcess = {
|
|
795
|
-
path: "/v2/domains/{domainId}/declarations",
|
|
796
|
-
method: "DELETE",
|
|
797
|
-
operationId: "domain-abort-declare-process",
|
|
798
|
-
};
|
|
799
|
-
/** Change the owner contact of a domain. */
|
|
800
|
-
export const domainChangeOwnercOfDomain = {
|
|
801
|
-
path: "/v2/domains/{domainId}/handles/ownerc",
|
|
802
|
-
method: "PUT",
|
|
803
|
-
operationId: "domain-change-ownerc-of-domain",
|
|
804
|
-
};
|
|
805
|
-
/** Change the Project relation of a Domain. */
|
|
806
|
-
export const domainChangeProjectOfDomain = {
|
|
807
|
-
path: "/v2/domains/{domainId}/projectId",
|
|
808
|
-
method: "PUT",
|
|
809
|
-
operationId: "domain-change-project-of-domain",
|
|
810
|
-
};
|
|
811
|
-
/** Check if a Domain is available to register. */
|
|
812
|
-
export const domainCheckDomainAvailability = {
|
|
813
|
-
path: "/v2/domains",
|
|
814
|
-
method: "POST",
|
|
815
|
-
operationId: "domain-check-domain-availability",
|
|
816
|
-
};
|
|
817
|
-
/** Create an AuthCode for a Domains transfer out process. */
|
|
818
|
-
export const domainCreateAuthcodeForDomain = {
|
|
819
|
-
path: "/v2/domains/{domainId}/actions/create-authcode",
|
|
820
|
-
method: "POST",
|
|
821
|
-
operationId: "domain-create-authcode-for-domain",
|
|
822
|
-
};
|
|
823
|
-
/** Create an AuthCode2. */
|
|
824
|
-
export const domainCreateAuthcode2ForDomain = {
|
|
825
|
-
path: "/v2/domains/{domainId}/actions/create-authcode2",
|
|
826
|
-
method: "POST",
|
|
827
|
-
operationId: "domain-create-authcode2-for-domain",
|
|
828
|
-
};
|
|
829
|
-
/** Change all nameservers of a Domain. */
|
|
830
|
-
export const domainDeclareNameservers = {
|
|
831
|
-
path: "/v2/domains/{domainId}/nameservers",
|
|
832
|
-
method: "PUT",
|
|
833
|
-
operationId: "domain-declare-nameservers",
|
|
834
|
-
};
|
|
835
|
-
/** Update an AuthCode. */
|
|
836
|
-
export const domainDeclareProcessChangeAuthcode = {
|
|
837
|
-
path: "/v2/domains/{domainId}/declarations/authcode",
|
|
838
|
-
method: "PUT",
|
|
839
|
-
operationId: "domain-declare-process-change-authcode",
|
|
840
|
-
};
|
|
841
|
-
/** Update a Domain's OwnerC handle. */
|
|
842
|
-
export const domainDeclareProcessChangeHandles = {
|
|
843
|
-
path: "/v2/domains/{domainId}/declarations/handles",
|
|
844
|
-
method: "PUT",
|
|
845
|
-
operationId: "domain-declare-process-change-handles",
|
|
846
|
-
};
|
|
847
793
|
/** Get a Domain. */
|
|
848
794
|
export const domainGetDomain = {
|
|
849
795
|
path: "/v2/domains/{domainId}",
|
|
@@ -856,36 +802,12 @@ export const domainDeleteDomain = {
|
|
|
856
802
|
method: "DELETE",
|
|
857
803
|
operationId: "domain-delete-domain",
|
|
858
804
|
};
|
|
859
|
-
/** Get a HandleSchema. */
|
|
860
|
-
export const domainGetHandleFields = {
|
|
861
|
-
path: "/v2/domains/handle-schema/{domainName}",
|
|
862
|
-
method: "GET",
|
|
863
|
-
operationId: "domain-get-handle-fields",
|
|
864
|
-
};
|
|
865
805
|
/** Get File Service Reference for a Screenshot of a domain. */
|
|
866
806
|
export const domainGetScreenshotForDomain = {
|
|
867
807
|
path: "/v2/domains/{domainId}/screenshots/newest",
|
|
868
808
|
method: "GET",
|
|
869
809
|
operationId: "domain-get-screenshot-for-domain",
|
|
870
810
|
};
|
|
871
|
-
/** Get a domain ownership. */
|
|
872
|
-
export const domainGetSpecificDomainOwnership = {
|
|
873
|
-
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
874
|
-
method: "GET",
|
|
875
|
-
operationId: "domain-get-specific-domain-ownership",
|
|
876
|
-
};
|
|
877
|
-
/** Verify a domain ownership. */
|
|
878
|
-
export const domainVerifyDomainOwnership = {
|
|
879
|
-
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
880
|
-
method: "POST",
|
|
881
|
-
operationId: "domain-verify-domain-ownership",
|
|
882
|
-
};
|
|
883
|
-
/** List all supported top level domains. */
|
|
884
|
-
export const domainGetSupportedTlds = {
|
|
885
|
-
path: "/v2/domains/supported-tlds",
|
|
886
|
-
method: "GET",
|
|
887
|
-
operationId: "domain-get-supported-tlds",
|
|
888
|
-
};
|
|
889
811
|
/** List all domain ownerships of a project. */
|
|
890
812
|
export const domainListDomainOwnerships = {
|
|
891
813
|
path: "/v2/projects/{projectId}/domain-ownerships",
|
|
@@ -904,6 +826,18 @@ export const domainResendDomainEmail = {
|
|
|
904
826
|
method: "POST",
|
|
905
827
|
operationId: "domain-resend-domain-email",
|
|
906
828
|
};
|
|
829
|
+
/** Get a domain ownership. */
|
|
830
|
+
export const domainGetSpecificDomainOwnership = {
|
|
831
|
+
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
832
|
+
method: "GET",
|
|
833
|
+
operationId: "domain-get-specific-domain-ownership",
|
|
834
|
+
};
|
|
835
|
+
/** Verify a domain ownership. */
|
|
836
|
+
export const domainVerifyDomainOwnership = {
|
|
837
|
+
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
838
|
+
method: "POST",
|
|
839
|
+
operationId: "domain-verify-domain-ownership",
|
|
840
|
+
};
|
|
907
841
|
/** Create a File. */
|
|
908
842
|
export const fileCreateFile = {
|
|
909
843
|
path: "/v2/files",
|
|
@@ -1006,125 +940,119 @@ export const invoiceListCustomerInvoices = {
|
|
|
1006
940
|
method: "GET",
|
|
1007
941
|
operationId: "invoice-list-customer-invoices",
|
|
1008
942
|
};
|
|
1009
|
-
/**
|
|
1010
|
-
export const
|
|
1011
|
-
path: "/v2/projects/{projectId}/
|
|
943
|
+
/** List DeliveryBoxes belonging to a Project. */
|
|
944
|
+
export const mailListDeliveryBoxes = {
|
|
945
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1012
946
|
method: "GET",
|
|
1013
|
-
operationId: "mail-
|
|
947
|
+
operationId: "mail-list-delivery-boxes",
|
|
1014
948
|
};
|
|
1015
|
-
/** Create a
|
|
1016
|
-
export const
|
|
1017
|
-
path: "/v2/projects/{projectId}/
|
|
949
|
+
/** Create a DeliveryBox. */
|
|
950
|
+
export const mailCreateDeliverybox = {
|
|
951
|
+
path: "/v2/projects/{projectId}/delivery-boxes",
|
|
1018
952
|
method: "POST",
|
|
1019
|
-
operationId: "mail-deliverybox
|
|
953
|
+
operationId: "mail-create-deliverybox",
|
|
1020
954
|
};
|
|
1021
|
-
/**
|
|
1022
|
-
export const
|
|
1023
|
-
path: "/v2/
|
|
955
|
+
/** List MailAddresses belonging to a Project. */
|
|
956
|
+
export const mailListMailAddresses = {
|
|
957
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
1024
958
|
method: "GET",
|
|
1025
|
-
operationId: "mail-
|
|
959
|
+
operationId: "mail-list-mail-addresses",
|
|
1026
960
|
};
|
|
1027
|
-
/**
|
|
1028
|
-
export const
|
|
1029
|
-
path: "/v2/
|
|
1030
|
-
method: "
|
|
1031
|
-
operationId: "mail-
|
|
961
|
+
/** Create a MailAddress. */
|
|
962
|
+
export const mailCreateMailAddress = {
|
|
963
|
+
path: "/v2/projects/{projectId}/mail-addresses",
|
|
964
|
+
method: "POST",
|
|
965
|
+
operationId: "mail-create-mail-address",
|
|
1032
966
|
};
|
|
1033
|
-
/**
|
|
1034
|
-
export const
|
|
1035
|
-
path: "/v2/
|
|
1036
|
-
method: "
|
|
1037
|
-
operationId: "mail-
|
|
967
|
+
/** Get a DeliveryBox. */
|
|
968
|
+
export const mailGetDeliveryBox = {
|
|
969
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
970
|
+
method: "GET",
|
|
971
|
+
operationId: "mail-get-delivery-box",
|
|
1038
972
|
};
|
|
1039
|
-
/**
|
|
1040
|
-
export const
|
|
1041
|
-
path: "/v2/
|
|
1042
|
-
method: "
|
|
1043
|
-
operationId: "mail-
|
|
973
|
+
/** Delete a DeliveryBox. */
|
|
974
|
+
export const mailDeleteDeliveryBox = {
|
|
975
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}",
|
|
976
|
+
method: "DELETE",
|
|
977
|
+
operationId: "mail-delete-delivery-box",
|
|
1044
978
|
};
|
|
1045
|
-
/** Get
|
|
1046
|
-
export const
|
|
1047
|
-
path: "/v2/
|
|
979
|
+
/** Get a MailAddress. */
|
|
980
|
+
export const mailGetMailAddress = {
|
|
981
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
1048
982
|
method: "GET",
|
|
1049
|
-
operationId: "mail-
|
|
983
|
+
operationId: "mail-get-mail-address",
|
|
1050
984
|
};
|
|
1051
|
-
/**
|
|
1052
|
-
export const
|
|
1053
|
-
path: "/v2/
|
|
1054
|
-
method: "
|
|
1055
|
-
operationId: "mail-
|
|
985
|
+
/** Delete a MailAddress. */
|
|
986
|
+
export const mailDeleteMailAddress = {
|
|
987
|
+
path: "/v2/mail-addresses/{mailAddressId}",
|
|
988
|
+
method: "DELETE",
|
|
989
|
+
operationId: "mail-delete-mail-address",
|
|
1056
990
|
};
|
|
1057
|
-
/**
|
|
1058
|
-
export const
|
|
1059
|
-
path: "/v2/
|
|
991
|
+
/** List mail settings of a Project. */
|
|
992
|
+
export const mailListProjectMailSettings = {
|
|
993
|
+
path: "/v2/projects/{projectId}/mail-settings",
|
|
1060
994
|
method: "GET",
|
|
1061
|
-
operationId: "mail-
|
|
995
|
+
operationId: "mail-list-project-mail-settings",
|
|
1062
996
|
};
|
|
1063
|
-
/**
|
|
1064
|
-
export const
|
|
1065
|
-
path: "/v2/
|
|
1066
|
-
method: "
|
|
1067
|
-
operationId: "mail-
|
|
997
|
+
/** Update the description of a DeliveryBox. */
|
|
998
|
+
export const mailUpdateDeliveryBoxDescription = {
|
|
999
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/description",
|
|
1000
|
+
method: "PATCH",
|
|
1001
|
+
operationId: "mail-update-delivery-box-description",
|
|
1068
1002
|
};
|
|
1069
|
-
/** Update
|
|
1070
|
-
export const
|
|
1071
|
-
path: "/v2/
|
|
1072
|
-
method: "
|
|
1073
|
-
operationId: "mail-
|
|
1003
|
+
/** Update the password of a DeliveryBox. */
|
|
1004
|
+
export const mailUpdateDeliveryBoxPassword = {
|
|
1005
|
+
path: "/v2/delivery-boxes/{deliveryBoxId}/password",
|
|
1006
|
+
method: "PATCH",
|
|
1007
|
+
operationId: "mail-update-delivery-box-password",
|
|
1074
1008
|
};
|
|
1075
|
-
/** Update
|
|
1076
|
-
export const
|
|
1077
|
-
path: "/v2/
|
|
1078
|
-
method: "
|
|
1079
|
-
operationId: "mail-
|
|
1009
|
+
/** Update a MailAddress. */
|
|
1010
|
+
export const mailUpdateMailAddressAddress = {
|
|
1011
|
+
path: "/v2/mail-addresses/{mailAddressId}/address",
|
|
1012
|
+
method: "PATCH",
|
|
1013
|
+
operationId: "mail-update-mail-address-address",
|
|
1080
1014
|
};
|
|
1081
|
-
/**
|
|
1082
|
-
export const
|
|
1083
|
-
path: "/v2/
|
|
1015
|
+
/** Update the autoresponder of a MailAddress. */
|
|
1016
|
+
export const mailUpdateMailAddressAutoresponder = {
|
|
1017
|
+
path: "/v2/mail-addresses/{mailAddressId}/autoresponder",
|
|
1084
1018
|
method: "PUT",
|
|
1085
|
-
operationId: "mail-
|
|
1019
|
+
operationId: "mail-update-mail-address-autoresponder",
|
|
1086
1020
|
};
|
|
1087
|
-
/** Update the
|
|
1088
|
-
export const
|
|
1089
|
-
path: "/v2/
|
|
1021
|
+
/** Update the catchall of a MailAddress. */
|
|
1022
|
+
export const mailUpdateMailAddressCatchall = {
|
|
1023
|
+
path: "/v2/mail-addresses/{mailAddressId}/catchall",
|
|
1090
1024
|
method: "PUT",
|
|
1091
|
-
operationId: "mail-
|
|
1025
|
+
operationId: "mail-update-mail-address-catchall",
|
|
1092
1026
|
};
|
|
1093
|
-
/** Update the
|
|
1094
|
-
export const
|
|
1095
|
-
path: "/v2/
|
|
1027
|
+
/** Update the forward addresses of a MailAddresses. */
|
|
1028
|
+
export const mailUpdateMailAddressForwardAddresses = {
|
|
1029
|
+
path: "/v2/mail-addresses/{mailAddressId}/forward-addresses",
|
|
1096
1030
|
method: "PUT",
|
|
1097
|
-
operationId: "mail-
|
|
1031
|
+
operationId: "mail-update-mail-address-forward-addresses",
|
|
1098
1032
|
};
|
|
1099
|
-
/** Update the
|
|
1100
|
-
export const
|
|
1101
|
-
path: "/v2/
|
|
1033
|
+
/** Update the password for a MailAddress. */
|
|
1034
|
+
export const mailUpdateMailAddressPassword = {
|
|
1035
|
+
path: "/v2/mail-addresses/{mailAddressId}/password",
|
|
1102
1036
|
method: "PUT",
|
|
1103
|
-
operationId: "mail-
|
|
1037
|
+
operationId: "mail-update-mail-address-password",
|
|
1104
1038
|
};
|
|
1105
|
-
/** Update the
|
|
1106
|
-
export const
|
|
1107
|
-
path: "/v2/
|
|
1039
|
+
/** Update the quota of a MailAddress. */
|
|
1040
|
+
export const mailUpdateMailAddressQuota = {
|
|
1041
|
+
path: "/v2/mail-addresses/{mailAddressId}/quota",
|
|
1108
1042
|
method: "PUT",
|
|
1109
|
-
operationId: "mail-
|
|
1110
|
-
};
|
|
1111
|
-
/** Get settings for a given project ID */
|
|
1112
|
-
export const mailProjectsettingGetSpecific = {
|
|
1113
|
-
path: "/v2/projects/{projectId}/mailsettings",
|
|
1114
|
-
method: "GET",
|
|
1115
|
-
operationId: "mail-projectsetting-get-specific",
|
|
1043
|
+
operationId: "mail-update-mail-address-quota",
|
|
1116
1044
|
};
|
|
1117
|
-
/** Update
|
|
1118
|
-
export const
|
|
1119
|
-
path: "/v2/
|
|
1045
|
+
/** Update the spam protection of a MailAddress. */
|
|
1046
|
+
export const mailUpdateMailAddressSpamProtection = {
|
|
1047
|
+
path: "/v2/mail-addresses/{mailAddressId}/spam-protection",
|
|
1120
1048
|
method: "PUT",
|
|
1121
|
-
operationId: "mail-
|
|
1049
|
+
operationId: "mail-update-mail-address-spam-protection",
|
|
1122
1050
|
};
|
|
1123
|
-
/** Update
|
|
1124
|
-
export const
|
|
1125
|
-
path: "/v2/projects/{projectId}/
|
|
1051
|
+
/** Update a mail setting of a Project. */
|
|
1052
|
+
export const mailUpdateProjectMailSetting = {
|
|
1053
|
+
path: "/v2/projects/{projectId}/mail-settings/{setting}",
|
|
1126
1054
|
method: "PUT",
|
|
1127
|
-
operationId: "mail-
|
|
1055
|
+
operationId: "mail-update-project-mail-setting",
|
|
1128
1056
|
};
|
|
1129
1057
|
/** Getting the subscription status of the subscription. */
|
|
1130
1058
|
export const newsletterGetInfo = {
|
|
@@ -1426,6 +1354,12 @@ export const relocationCreateLegacyTariffChange = {
|
|
|
1426
1354
|
method: "POST",
|
|
1427
1355
|
operationId: "relocation-create-legacy-tariff-change",
|
|
1428
1356
|
};
|
|
1357
|
+
/** Relocate an external Project to mittwald. */
|
|
1358
|
+
export const relocationCreateRelocation = {
|
|
1359
|
+
path: "/v2/relocation",
|
|
1360
|
+
method: "POST",
|
|
1361
|
+
operationId: "relocation-create-relocation",
|
|
1362
|
+
};
|
|
1429
1363
|
/** Obtain a service token. */
|
|
1430
1364
|
export const servicetokenAuthenticateService = {
|
|
1431
1365
|
path: "/v2/services/{accessKeyId}/actions/authenticate",
|
|
@@ -1780,9 +1714,69 @@ export const userVerifyRegistration = {
|
|
|
1780
1714
|
method: "POST",
|
|
1781
1715
|
operationId: "user-verify-registration",
|
|
1782
1716
|
};
|
|
1783
|
-
/**
|
|
1784
|
-
export const
|
|
1785
|
-
path: "/v2/
|
|
1717
|
+
/** Abort a declare process. */
|
|
1718
|
+
export const domainAbortDeclareProcess = {
|
|
1719
|
+
path: "/v2/domains/{domainId}/declarations",
|
|
1720
|
+
method: "DELETE",
|
|
1721
|
+
operationId: "domain-abort-declare-process",
|
|
1722
|
+
};
|
|
1723
|
+
/** Get a HandleSchema. */
|
|
1724
|
+
export const domainGetHandleFields = {
|
|
1725
|
+
path: "/v2/domains/handle-schema/{domainName}",
|
|
1726
|
+
method: "GET",
|
|
1727
|
+
operationId: "domain-get-handle-fields",
|
|
1728
|
+
};
|
|
1729
|
+
/** List all supported top level domains. */
|
|
1730
|
+
export const domainGetSupportedTlds = {
|
|
1731
|
+
path: "/v2/domains/supported-tlds",
|
|
1732
|
+
method: "GET",
|
|
1733
|
+
operationId: "domain-get-supported-tlds",
|
|
1734
|
+
};
|
|
1735
|
+
/** Check if a Domain is available to register. */
|
|
1736
|
+
export const domainCheckDomainAvailability = {
|
|
1737
|
+
path: "/v2/domains",
|
|
1786
1738
|
method: "POST",
|
|
1787
|
-
operationId: "
|
|
1739
|
+
operationId: "domain-check-domain-availability",
|
|
1740
|
+
};
|
|
1741
|
+
/** Create an AuthCode for a Domains transfer out process. */
|
|
1742
|
+
export const domainCreateAuthcodeForDomain = {
|
|
1743
|
+
path: "/v2/domains/{domainId}/actions/create-authcode",
|
|
1744
|
+
method: "POST",
|
|
1745
|
+
operationId: "domain-create-authcode-for-domain",
|
|
1746
|
+
};
|
|
1747
|
+
/** Create an AuthCode2. */
|
|
1748
|
+
export const domainCreateAuthcode2ForDomain = {
|
|
1749
|
+
path: "/v2/domains/{domainId}/actions/create-authcode2",
|
|
1750
|
+
method: "POST",
|
|
1751
|
+
operationId: "domain-create-authcode2-for-domain",
|
|
1752
|
+
};
|
|
1753
|
+
/** Update an AuthCode. */
|
|
1754
|
+
export const domainDeclareProcessChangeAuthcode = {
|
|
1755
|
+
path: "/v2/domains/{domainId}/declarations/authcode",
|
|
1756
|
+
method: "PUT",
|
|
1757
|
+
operationId: "domain-declare-process-change-authcode",
|
|
1758
|
+
};
|
|
1759
|
+
/** Update a Domain's OwnerC handle. */
|
|
1760
|
+
export const domainDeclareProcessChangeHandles = {
|
|
1761
|
+
path: "/v2/domains/{domainId}/declarations/handles",
|
|
1762
|
+
method: "PUT",
|
|
1763
|
+
operationId: "domain-declare-process-change-handles",
|
|
1764
|
+
};
|
|
1765
|
+
/** Change the owner contact of a domain. */
|
|
1766
|
+
export const domainChangeOwnercOfDomain = {
|
|
1767
|
+
path: "/v2/domains/{domainId}/handles/ownerc",
|
|
1768
|
+
method: "PUT",
|
|
1769
|
+
operationId: "domain-change-ownerc-of-domain",
|
|
1770
|
+
};
|
|
1771
|
+
/** Change the Project relation of a Domain. */
|
|
1772
|
+
export const domainChangeProjectOfDomain = {
|
|
1773
|
+
path: "/v2/domains/{domainId}/projectId",
|
|
1774
|
+
method: "PUT",
|
|
1775
|
+
operationId: "domain-change-project-of-domain",
|
|
1776
|
+
};
|
|
1777
|
+
/** Change all nameservers of a Domain. */
|
|
1778
|
+
export const domainDeclareNameservers = {
|
|
1779
|
+
path: "/v2/domains/{domainId}/nameservers",
|
|
1780
|
+
method: "PUT",
|
|
1781
|
+
operationId: "domain-declare-nameservers",
|
|
1788
1782
|
};
|