@mittwald/api-client 3.0.25 → 3.0.27
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 +54 -54
- package/dist/cjs/generated/v2/client-react.js +10 -10
- package/dist/cjs/generated/v2/client.d.ts +510 -510
- package/dist/cjs/generated/v2/client.js +34 -34
- package/dist/cjs/generated/v2/descriptors.d.ts +51 -51
- package/dist/cjs/generated/v2/descriptors.js +126 -126
- package/dist/cjs/generated/v2/types.d.ts +2361 -2363
- package/dist/esm/generated/v2/client-react.d.ts +54 -54
- package/dist/esm/generated/v2/client-react.js +10 -10
- package/dist/esm/generated/v2/client.d.ts +510 -510
- package/dist/esm/generated/v2/client.js +34 -34
- package/dist/esm/generated/v2/descriptors.d.ts +51 -51
- package/dist/esm/generated/v2/descriptors.js +122 -122
- package/dist/esm/generated/v2/types.d.ts +2361 -2363
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -618,61 +618,61 @@ export const databaseCreateRedisDatabase = {
|
|
|
618
618
|
};
|
|
619
619
|
/** Get a MySQLDatabase. */
|
|
620
620
|
export const databaseGetMysqlDatabase = {
|
|
621
|
-
path: "/v2/mysql-databases/{
|
|
621
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
622
622
|
method: "GET",
|
|
623
623
|
operationId: "database-get-mysql-database",
|
|
624
624
|
};
|
|
625
625
|
/** Delete a MySQLDatabase. */
|
|
626
626
|
export const databaseDeleteMysqlDatabase = {
|
|
627
|
-
path: "/v2/mysql-databases/{
|
|
627
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}",
|
|
628
628
|
method: "DELETE",
|
|
629
629
|
operationId: "database-delete-mysql-database",
|
|
630
630
|
};
|
|
631
631
|
/** Get a MySQLUser. */
|
|
632
632
|
export const databaseGetMysqlUser = {
|
|
633
|
-
path: "/v2/mysql-users/{
|
|
633
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
634
634
|
method: "GET",
|
|
635
635
|
operationId: "database-get-mysql-user",
|
|
636
636
|
};
|
|
637
637
|
/** Update a MySQLUser. */
|
|
638
638
|
export const databaseUpdateMysqlUser = {
|
|
639
|
-
path: "/v2/mysql-users/{
|
|
639
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
640
640
|
method: "PUT",
|
|
641
641
|
operationId: "database-update-mysql-user",
|
|
642
642
|
};
|
|
643
643
|
/** Delete a MySQLUser. */
|
|
644
644
|
export const databaseDeleteMysqlUser = {
|
|
645
|
-
path: "/v2/mysql-users/{
|
|
645
|
+
path: "/v2/mysql-users/{mysqlUserId}",
|
|
646
646
|
method: "DELETE",
|
|
647
647
|
operationId: "database-delete-mysql-user",
|
|
648
648
|
};
|
|
649
649
|
/** Get a RedisDatabase. */
|
|
650
650
|
export const databaseGetRedisDatabase = {
|
|
651
|
-
path: "/v2/redis-databases/{
|
|
651
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
652
652
|
method: "GET",
|
|
653
653
|
operationId: "database-get-redis-database",
|
|
654
654
|
};
|
|
655
655
|
/** Delete a RedisDatabase. */
|
|
656
656
|
export const databaseDeleteRedisDatabase = {
|
|
657
|
-
path: "/v2/redis-databases/{
|
|
657
|
+
path: "/v2/redis-databases/{redisDatabaseId}",
|
|
658
658
|
method: "DELETE",
|
|
659
659
|
operationId: "database-delete-redis-database",
|
|
660
660
|
};
|
|
661
661
|
/** Disable a MySQLUser. */
|
|
662
662
|
export const databaseDisableMysqlUser = {
|
|
663
|
-
path: "/v2/mysql-users/{
|
|
663
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/disable",
|
|
664
664
|
method: "POST",
|
|
665
665
|
operationId: "database-disable-mysql-user",
|
|
666
666
|
};
|
|
667
667
|
/** Enable a MySQLUser. */
|
|
668
668
|
export const databaseEnableMysqlUser = {
|
|
669
|
-
path: "/v2/mysql-users/{
|
|
669
|
+
path: "/v2/mysql-users/{mysqlUserId}/actions/enable",
|
|
670
670
|
method: "POST",
|
|
671
671
|
operationId: "database-enable-mysql-user",
|
|
672
672
|
};
|
|
673
673
|
/** Get a MySQLUser's PhpMyAdmin-URL. */
|
|
674
674
|
export const databaseGetMysqlUserPhpMyAdminUrl = {
|
|
675
|
-
path: "/v2/mysql-users/{
|
|
675
|
+
path: "/v2/mysql-users/{mysqlUserId}/php-my-admin-url",
|
|
676
676
|
method: "GET",
|
|
677
677
|
operationId: "database-get-mysql-user-php-my-admin-url",
|
|
678
678
|
};
|
|
@@ -696,31 +696,31 @@ export const databaseListRedisVersions = {
|
|
|
696
696
|
};
|
|
697
697
|
/** Update a MySQLDatabase's default character settings. */
|
|
698
698
|
export const databaseUpdateMysqlDatabaseDefaultCharset = {
|
|
699
|
-
path: "/v2/mysql-databases/{
|
|
699
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/default-charset",
|
|
700
700
|
method: "PATCH",
|
|
701
701
|
operationId: "database-update-mysql-database-default-charset",
|
|
702
702
|
};
|
|
703
703
|
/** Update a MySQLDatabase's description. */
|
|
704
704
|
export const databaseUpdateMysqlDatabaseDescription = {
|
|
705
|
-
path: "/v2/mysql-databases/{
|
|
705
|
+
path: "/v2/mysql-databases/{mysqlDatabaseId}/description",
|
|
706
706
|
method: "PATCH",
|
|
707
707
|
operationId: "database-update-mysql-database-description",
|
|
708
708
|
};
|
|
709
709
|
/** Update a MySQLUser's password. */
|
|
710
710
|
export const databaseUpdateMysqlUserPassword = {
|
|
711
|
-
path: "/v2/mysql-users/{
|
|
711
|
+
path: "/v2/mysql-users/{mysqlUserId}/password",
|
|
712
712
|
method: "PATCH",
|
|
713
713
|
operationId: "database-update-mysql-user-password",
|
|
714
714
|
};
|
|
715
715
|
/** Update a RedisDatabase's configuration. */
|
|
716
716
|
export const databaseUpdateRedisDatabaseConfiguration = {
|
|
717
|
-
path: "/v2/redis-databases/{
|
|
717
|
+
path: "/v2/redis-databases/{redisDatabaseId}/configuration",
|
|
718
718
|
method: "PATCH",
|
|
719
719
|
operationId: "database-update-redis-database-configuration",
|
|
720
720
|
};
|
|
721
721
|
/** Update a RedisDatabase's description. */
|
|
722
722
|
export const databaseUpdateRedisDatabaseDescription = {
|
|
723
|
-
path: "/v2/redis-databases/{
|
|
723
|
+
path: "/v2/redis-databases/{redisDatabaseId}/description",
|
|
724
724
|
method: "PATCH",
|
|
725
725
|
operationId: "database-update-redis-database-description",
|
|
726
726
|
};
|
|
@@ -730,6 +730,72 @@ export const newsletterSubscribeUser = {
|
|
|
730
730
|
method: "POST",
|
|
731
731
|
operationId: "newsletter-subscribe-user",
|
|
732
732
|
};
|
|
733
|
+
/** Create a DNSZone. */
|
|
734
|
+
export const dnsCreateDnsZone = {
|
|
735
|
+
path: "/v2/dns-zones",
|
|
736
|
+
method: "POST",
|
|
737
|
+
operationId: "dns-create-dns-zone",
|
|
738
|
+
};
|
|
739
|
+
/** Get a DNSZone. */
|
|
740
|
+
export const dnsGetDnsZone = {
|
|
741
|
+
path: "/v2/dns-zones/{dnsZoneId}",
|
|
742
|
+
method: "GET",
|
|
743
|
+
operationId: "dns-get-dns-zone",
|
|
744
|
+
};
|
|
745
|
+
/** Delete a DNSZone. */
|
|
746
|
+
export const dnsDeleteDnsZone = {
|
|
747
|
+
path: "/v2/dns-zones/{dnsZoneId}",
|
|
748
|
+
method: "DELETE",
|
|
749
|
+
operationId: "dns-delete-dns-zone",
|
|
750
|
+
};
|
|
751
|
+
/** List DNSZones belonging to a Project. */
|
|
752
|
+
export const dnsListDnsZones = {
|
|
753
|
+
path: "/v2/projects/{projectId}/dns-zones",
|
|
754
|
+
method: "GET",
|
|
755
|
+
operationId: "dns-list-dns-zones",
|
|
756
|
+
};
|
|
757
|
+
/** Set a record set on a DNSZone to managed. */
|
|
758
|
+
export const dnsSetRecordSetManaged = {
|
|
759
|
+
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
|
|
760
|
+
method: "POST",
|
|
761
|
+
operationId: "dns-set-record-set-managed",
|
|
762
|
+
};
|
|
763
|
+
/** Update a record set on a DNSZone. */
|
|
764
|
+
export const dnsUpdateRecordSet = {
|
|
765
|
+
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
|
|
766
|
+
method: "PUT",
|
|
767
|
+
operationId: "dns-update-record-set",
|
|
768
|
+
};
|
|
769
|
+
/** Abort a Domain declaration. */
|
|
770
|
+
export const domainAbortDomainDeclaration = {
|
|
771
|
+
path: "/v2/domains/{domainId}/declaration",
|
|
772
|
+
method: "DELETE",
|
|
773
|
+
operationId: "domain-abort-domain-declaration",
|
|
774
|
+
};
|
|
775
|
+
/** Check if a Domain is available to register. */
|
|
776
|
+
export const domainCheckDomainRegistrability = {
|
|
777
|
+
path: "/v2/domain-registrable",
|
|
778
|
+
method: "POST",
|
|
779
|
+
operationId: "domain-check-domain-registrability",
|
|
780
|
+
};
|
|
781
|
+
/** Create an auth code 2. */
|
|
782
|
+
export const domainCreateDomainAuthCode2 = {
|
|
783
|
+
path: "/v2/domains/{domainId}/actions/auth-code-2",
|
|
784
|
+
method: "POST",
|
|
785
|
+
operationId: "domain-create-domain-auth-code-2",
|
|
786
|
+
};
|
|
787
|
+
/** Create an auth code for a Domains transfer-out process. */
|
|
788
|
+
export const domainCreateDomainAuthCode = {
|
|
789
|
+
path: "/v2/domains/{domainId}/actions/auth-code",
|
|
790
|
+
method: "POST",
|
|
791
|
+
operationId: "domain-create-domain-auth-code",
|
|
792
|
+
};
|
|
793
|
+
/** Update the nameservers of a Domain. */
|
|
794
|
+
export const domainUpdateDomainNameservers = {
|
|
795
|
+
path: "/v2/domains/{domainId}/nameservers",
|
|
796
|
+
method: "PATCH",
|
|
797
|
+
operationId: "domain-update-domain-nameservers",
|
|
798
|
+
};
|
|
733
799
|
/** Get a Domain. */
|
|
734
800
|
export const domainGetDomain = {
|
|
735
801
|
path: "/v2/domains/{domainId}",
|
|
@@ -742,6 +808,12 @@ export const domainDeleteDomain = {
|
|
|
742
808
|
method: "DELETE",
|
|
743
809
|
operationId: "domain-delete-domain",
|
|
744
810
|
};
|
|
811
|
+
/** Get a DomainOwnership. */
|
|
812
|
+
export const domainGetDomainOwnership = {
|
|
813
|
+
path: "/v2/domain-ownerships/{domainOwnershipId}",
|
|
814
|
+
method: "GET",
|
|
815
|
+
operationId: "domain-get-domain-ownership",
|
|
816
|
+
};
|
|
745
817
|
/** Get File Service Reference for a Screenshot of a domain. */
|
|
746
818
|
export const domainGetScreenshotForDomain = {
|
|
747
819
|
path: "/v2/domains/{domainId}/screenshots/newest",
|
|
@@ -760,17 +832,41 @@ export const domainListDomains = {
|
|
|
760
832
|
method: "GET",
|
|
761
833
|
operationId: "domain-list-domains",
|
|
762
834
|
};
|
|
835
|
+
/** List the contact schemas for a TLD. */
|
|
836
|
+
export const domainListTldContactSchemas = {
|
|
837
|
+
path: "/v2/domain-tlds/{tld}/contact-schemas",
|
|
838
|
+
method: "GET",
|
|
839
|
+
operationId: "domain-list-tld-contact-schemas",
|
|
840
|
+
};
|
|
841
|
+
/** List TLDs. */
|
|
842
|
+
export const domainListTlds = {
|
|
843
|
+
path: "/v2/domain-tlds",
|
|
844
|
+
method: "GET",
|
|
845
|
+
operationId: "domain-list-tlds",
|
|
846
|
+
};
|
|
763
847
|
/** Resend a Domain email. */
|
|
764
848
|
export const domainResendDomainEmail = {
|
|
765
849
|
path: "/v2/domains/{domainId}/actions/resend-email",
|
|
766
850
|
method: "POST",
|
|
767
851
|
operationId: "domain-resend-domain-email",
|
|
768
852
|
};
|
|
769
|
-
/**
|
|
770
|
-
export const
|
|
771
|
-
path: "/v2/
|
|
772
|
-
method: "
|
|
773
|
-
operationId: "domain-
|
|
853
|
+
/** Update the auth code of a Domain. */
|
|
854
|
+
export const domainUpdateDomainAuthCode = {
|
|
855
|
+
path: "/v2/domains/{domainId}/auth-code",
|
|
856
|
+
method: "PATCH",
|
|
857
|
+
operationId: "domain-update-domain-auth-code",
|
|
858
|
+
};
|
|
859
|
+
/** Update a contact of a Domain. */
|
|
860
|
+
export const domainUpdateDomainContact = {
|
|
861
|
+
path: "/v2/domains/{domainId}/contacts/{contact}",
|
|
862
|
+
method: "PATCH",
|
|
863
|
+
operationId: "domain-update-domain-contact",
|
|
864
|
+
};
|
|
865
|
+
/** Update a Domain's project id. */
|
|
866
|
+
export const domainUpdateDomainProjectId = {
|
|
867
|
+
path: "/v2/domains/{domainId}/project-id",
|
|
868
|
+
method: "PATCH",
|
|
869
|
+
operationId: "domain-update-domain-project-id",
|
|
774
870
|
};
|
|
775
871
|
/** Verify a DomainOwnership. */
|
|
776
872
|
export const domainVerifyDomainOwnership = {
|
|
@@ -1084,6 +1180,12 @@ export const pageinsightsListPerformanceDataForProject = {
|
|
|
1084
1180
|
method: "GET",
|
|
1085
1181
|
operationId: "pageinsights-list-performance-data-for-project",
|
|
1086
1182
|
};
|
|
1183
|
+
/** Get a password policy. */
|
|
1184
|
+
export const passwordValidationGetPasswordPolicy = {
|
|
1185
|
+
path: "/v2/password/policies/{path}",
|
|
1186
|
+
method: "GET",
|
|
1187
|
+
operationId: "password-validation-get-password-policy",
|
|
1188
|
+
};
|
|
1087
1189
|
/** Accept a ProjectInvite. */
|
|
1088
1190
|
export const projectAcceptProjectInvite = {
|
|
1089
1191
|
path: "/v2/project-invites/{inviteId}/actions/accept",
|
|
@@ -1648,105 +1750,3 @@ export const userVerifyRegistration = {
|
|
|
1648
1750
|
method: "POST",
|
|
1649
1751
|
operationId: "user-verify-registration",
|
|
1650
1752
|
};
|
|
1651
|
-
/** Abort a Domain declaration. */
|
|
1652
|
-
export const domainAbortDomainDeclaration = {
|
|
1653
|
-
path: "/v2/domains/{domainId}/declaration",
|
|
1654
|
-
method: "DELETE",
|
|
1655
|
-
operationId: "domain-abort-domain-declaration",
|
|
1656
|
-
};
|
|
1657
|
-
/** List TLDs. */
|
|
1658
|
-
export const domainListTlds = {
|
|
1659
|
-
path: "/v2/domain-tlds",
|
|
1660
|
-
method: "GET",
|
|
1661
|
-
operationId: "domain-list-tlds",
|
|
1662
|
-
};
|
|
1663
|
-
/** List the contact schemas for a TLD. */
|
|
1664
|
-
export const domainListTldContactSchemas = {
|
|
1665
|
-
path: "/v2/domain-tlds/{tld}/contact-schemas",
|
|
1666
|
-
method: "GET",
|
|
1667
|
-
operationId: "domain-list-tld-contact-schemas",
|
|
1668
|
-
};
|
|
1669
|
-
/** Update the auth code of a Domain. */
|
|
1670
|
-
export const domainUpdateDomainAuthCode = {
|
|
1671
|
-
path: "/v2/domains/{domainId}/auth-code",
|
|
1672
|
-
method: "PATCH",
|
|
1673
|
-
operationId: "domain-update-domain-auth-code",
|
|
1674
|
-
};
|
|
1675
|
-
/** Update a contact of a Domain. */
|
|
1676
|
-
export const domainUpdateDomainContact = {
|
|
1677
|
-
path: "/v2/domains/{domainId}/contacts/{contact}",
|
|
1678
|
-
method: "PATCH",
|
|
1679
|
-
operationId: "domain-update-domain-contact",
|
|
1680
|
-
};
|
|
1681
|
-
/** Update the nameservers of a Domain. */
|
|
1682
|
-
export const domainUpdateDomainNameservers = {
|
|
1683
|
-
path: "/v2/domains/{domainId}/nameservers",
|
|
1684
|
-
method: "PATCH",
|
|
1685
|
-
operationId: "domain-update-domain-nameservers",
|
|
1686
|
-
};
|
|
1687
|
-
/** Update a Domain's project id. */
|
|
1688
|
-
export const domainUpdateDomainProjectId = {
|
|
1689
|
-
path: "/v2/domains/{domainId}/project-id",
|
|
1690
|
-
method: "PATCH",
|
|
1691
|
-
operationId: "domain-update-domain-project-id",
|
|
1692
|
-
};
|
|
1693
|
-
/** Create an auth code for a Domains transfer-out process. */
|
|
1694
|
-
export const domainCreateDomainAuthCode = {
|
|
1695
|
-
path: "/v2/domains/{domainId}/actions/auth-code",
|
|
1696
|
-
method: "POST",
|
|
1697
|
-
operationId: "domain-create-domain-auth-code",
|
|
1698
|
-
};
|
|
1699
|
-
/** Create an auth code 2. */
|
|
1700
|
-
export const domainCreateDomainAuthCode2 = {
|
|
1701
|
-
path: "/v2/domains/{domainId}/actions/auth-code-2",
|
|
1702
|
-
method: "POST",
|
|
1703
|
-
operationId: "domain-create-domain-auth-code-2",
|
|
1704
|
-
};
|
|
1705
|
-
/** Check if a Domain is available to register. */
|
|
1706
|
-
export const domainCheckDomainRegistrability = {
|
|
1707
|
-
path: "/v2/domain-registrable",
|
|
1708
|
-
method: "POST",
|
|
1709
|
-
operationId: "domain-check-domain-registrability",
|
|
1710
|
-
};
|
|
1711
|
-
/** Get a password policy. */
|
|
1712
|
-
export const passwordValidationGetPasswordPolicy = {
|
|
1713
|
-
path: "/v2/password/policies/{path}",
|
|
1714
|
-
method: "GET",
|
|
1715
|
-
operationId: "password-validation-get-password-policy",
|
|
1716
|
-
};
|
|
1717
|
-
/** Get a DNSZone. */
|
|
1718
|
-
export const dnsGetDnsZone = {
|
|
1719
|
-
path: "/v2/dns-zones/{dnsZoneId}",
|
|
1720
|
-
method: "GET",
|
|
1721
|
-
operationId: "dns-get-dns-zone",
|
|
1722
|
-
};
|
|
1723
|
-
/** Delete a DNSZone. */
|
|
1724
|
-
export const dnsDeleteDnsZone = {
|
|
1725
|
-
path: "/v2/dns-zones/{dnsZoneId}",
|
|
1726
|
-
method: "DELETE",
|
|
1727
|
-
operationId: "dns-delete-dns-zone",
|
|
1728
|
-
};
|
|
1729
|
-
/** List DNSZones belonging to a Project. */
|
|
1730
|
-
export const dnsListDnsZones = {
|
|
1731
|
-
path: "/v2/projects/{projectId}/dns-zones",
|
|
1732
|
-
method: "GET",
|
|
1733
|
-
operationId: "dns-list-dns-zones",
|
|
1734
|
-
};
|
|
1735
|
-
/** Set a record set on a DNSZone to managed. */
|
|
1736
|
-
export const dnsSetRecordSetManaged = {
|
|
1737
|
-
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed",
|
|
1738
|
-
method: "POST",
|
|
1739
|
-
operationId: "dns-set-record-set-managed",
|
|
1740
|
-
};
|
|
1741
|
-
/** Create a DNSZone. */
|
|
1742
|
-
export const dnsCreateDnsZone = {
|
|
1743
|
-
path: "/v2/dns-zones",
|
|
1744
|
-
method: "POST",
|
|
1745
|
-
operationId: "dns-create-dns-zone",
|
|
1746
|
-
};
|
|
1747
|
-
/** Update a record set on a DNSZone. */
|
|
1748
|
-
export const dnsUpdateRecordSet = {
|
|
1749
|
-
path: "/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}",
|
|
1750
|
-
method: "PUT",
|
|
1751
|
-
operationId: "dns-update-record-set",
|
|
1752
|
-
};
|