@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.
@@ -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
- /** Get all deliveryboxes by project ID */
1010
- export const mailDeliveryboxList = {
1011
- path: "/v2/projects/{projectId}/deliveryboxes",
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-deliverybox-list",
947
+ operationId: "mail-list-delivery-boxes",
1014
948
  };
1015
- /** Create a new deliverybox */
1016
- export const mailDeliveryboxCreate = {
1017
- path: "/v2/projects/{projectId}/deliveryboxes",
949
+ /** Create a DeliveryBox. */
950
+ export const mailCreateDeliverybox = {
951
+ path: "/v2/projects/{projectId}/delivery-boxes",
1018
952
  method: "POST",
1019
- operationId: "mail-deliverybox-create",
953
+ operationId: "mail-create-deliverybox",
1020
954
  };
1021
- /** Get a specific deliverybox */
1022
- export const mailDeliveryboxGetSpecific = {
1023
- path: "/v2/deliveryboxes/{id}",
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-deliverybox-get-specific",
959
+ operationId: "mail-list-mail-addresses",
1026
960
  };
1027
- /** Delete a specific deliverybox */
1028
- export const mailDeliveryboxDelete = {
1029
- path: "/v2/deliveryboxes/{id}",
1030
- method: "DELETE",
1031
- operationId: "mail-deliverybox-delete",
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
- /** Update the description of an deliverybox */
1034
- export const mailDeliveryboxUpdateDescription = {
1035
- path: "/v2/deliveryboxes/{id}/description",
1036
- method: "PUT",
1037
- operationId: "mail-deliverybox-update-description",
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
- /** Update the password for a specific deliverybox */
1040
- export const mailDeliveryboxUpdatePassword = {
1041
- path: "/v2/deliveryboxes/{id}/password",
1042
- method: "PUT",
1043
- operationId: "mail-deliverybox-update-password",
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 all mail addresses for a project ID */
1046
- export const mailMailaddressList = {
1047
- path: "/v2/projects/{projectId}/mailaddresses",
979
+ /** Get a MailAddress. */
980
+ export const mailGetMailAddress = {
981
+ path: "/v2/mail-addresses/{mailAddressId}",
1048
982
  method: "GET",
1049
- operationId: "mail-mailaddress-list",
983
+ operationId: "mail-get-mail-address",
1050
984
  };
1051
- /** Create a new mail address */
1052
- export const mailMailaddressCreate = {
1053
- path: "/v2/projects/{projectId}/mailaddresses",
1054
- method: "POST",
1055
- operationId: "mail-mailaddress-create",
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
- /** Get a specific mail address */
1058
- export const mailMailaddressGetSpecific = {
1059
- path: "/v2/mailaddresses/{id}",
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-mailaddress-get-specific",
995
+ operationId: "mail-list-project-mail-settings",
1062
996
  };
1063
- /** Delete a specific mail address */
1064
- export const mailMailaddressDelete = {
1065
- path: "/v2/mailaddresses/{id}",
1066
- method: "DELETE",
1067
- operationId: "mail-mailaddress-delete",
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 mail-address */
1070
- export const mailMailaddressUpdateAddress = {
1071
- path: "/v2/mailaddresses/{id}/address",
1072
- method: "PUT",
1073
- operationId: "mail-mailaddress-update-address",
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 the auto responder of a mail address */
1076
- export const mailMailaddressUpdateAutoresponder = {
1077
- path: "/v2/mailaddresses/{id}/autoResponder",
1078
- method: "PUT",
1079
- operationId: "mail-mailaddress-update-autoresponder",
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
- /** Enable or disable the catchAll flag for a specific mail address */
1082
- export const mailMailaddressUpdateCatchall = {
1083
- path: "/v2/mailaddresses/{id}/catchAll",
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-mailaddress-update-catchall",
1019
+ operationId: "mail-update-mail-address-autoresponder",
1086
1020
  };
1087
- /** Update the addresses an email is forwarded to */
1088
- export const mailMailaddressUpdateForwardaddresses = {
1089
- path: "/v2/mailaddresses/{id}/forwardaddresses",
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-mailaddress-update-forwardaddresses",
1025
+ operationId: "mail-update-mail-address-catchall",
1092
1026
  };
1093
- /** Update the password for a specific mail address */
1094
- export const mailMailaddressUpdatePassword = {
1095
- path: "/v2/mailaddresses/{id}/password",
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-mailaddress-update-password",
1031
+ operationId: "mail-update-mail-address-forward-addresses",
1098
1032
  };
1099
- /** Update the quota of a mailbox */
1100
- export const mailMailaddressUpdateQuota = {
1101
- path: "/v2/mailaddresses/{id}/quota",
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-mailaddress-update-quota",
1037
+ operationId: "mail-update-mail-address-password",
1104
1038
  };
1105
- /** Update the spamprotection of a mailbox */
1106
- export const mailMailaddressUpdateSpamprotection = {
1107
- path: "/v2/mailaddresses/{id}/spamprotection",
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-mailaddress-update-spamprotection",
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 blacklist for a given project ID */
1118
- export const mailProjectsettingUpdateBlacklist = {
1119
- path: "/v2/projects/{projectId}/mailsettings/blacklist",
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-projectsetting-update-blacklist",
1049
+ operationId: "mail-update-mail-address-spam-protection",
1122
1050
  };
1123
- /** Update whitelist for a given project ID */
1124
- export const mailProjectsettingUpdateWhitelist = {
1125
- path: "/v2/projects/{projectId}/mailsettings/whitelist",
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-projectsetting-update-whitelist",
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
- /** Relocate an external Project to mittwald. */
1784
- export const relocationCreateRelocation = {
1785
- path: "/v2/relocation",
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: "relocation-create-relocation",
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
  };