@opusdns/api 0.86.0 → 0.88.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.
@@ -34,7 +34,7 @@
34
34
 
35
35
  import { DomainDnssecDataArray, OrganizationAttribute2Array, IpRestrictionArray, TldResponseShortArray } from './schemas-arrays.d';
36
36
 
37
- import { Problem, HTTPValidationError, DomainAvailabilityList, Pagination_ContactSchema, ContactSchema, ContactVerification, Contact, Pagination_DnsZone, DnsZone, DnsChanges, DnsZoneSummary, Pagination_Redirect, DomainSearch, Pagination_Domain, Domain, DomainRenew, DomainRestore, DomainCheck, DomainSummary, Pagination_EmailForwardAlias, EmailForwardAlias, Pagination_Event, EventSchema, Pagination_Organization, Organization, OrganizationWithBillingData, GetPrices, Pagination_BillingTransaction, BillingTransaction, IpRestriction, Pagination_User, TldSpecification, User, UserWithAttributes, PermissionSet, RelationSet, UserWithRelationPermissions } from './schemas.d';
37
+ import { Problem, HTTPValidationError, DomainAvailabilityList, Pagination_ContactSchema, ContactSchema, ContactVerification, Contact, Pagination_DnsZone, DnsZone, DnsChanges, DnsZoneSummary, DomainForward, DomainSearch, Pagination_Domain, Domain, DomainRenew, DomainRestore, DomainCheck, DomainSummary, Pagination_EmailForwardAlias, EmailForwardAlias, Pagination_Event, EventSchema, Pagination_Organization, Organization, OrganizationWithBillingData, GetPrices, Pagination_BillingTransaction, BillingTransaction, IpRestriction, Pagination_User, TldSpecification, User, UserWithAttributes, PermissionSet, RelationSet, UserWithRelationPermissions } from './schemas.d';
38
38
 
39
39
  /**
40
40
  * Response types for POST AuthToken endpoint
@@ -1662,254 +1662,255 @@ export type GET_DnsSummary_Response = GET_DnsSummary_Response_200;
1662
1662
  export type GET_DnsSummary_Response_200 = DnsZoneSummary
1663
1663
 
1664
1664
  /**
1665
- * Response types for PATCH DomainForwards endpoint
1665
+ * Response types for DELETE DomainForwardsByZoneNameByRequestProtocol endpoint
1666
1666
  *
1667
- * Patch Redirects
1667
+ * Delete Domain Forward
1668
1668
  *
1669
1669
  * @remarks
1670
- * This type defines all possible response structures for the PATCH DomainForwards endpoint.
1670
+ * This type defines all possible response structures for the DELETE DomainForwardsByZoneNameByRequestProtocol endpoint.
1671
1671
  * Each response code maps to a specific response type as defined in the OpenAPI specification.
1672
1672
  * Use this type to ensure type safety when handling API responses from this endpoint.
1673
1673
  *
1674
1674
 
1675
1675
  *
1676
- * @path /v1/domain-forwards
1676
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1677
+ * @param zone_name (path) - DNS zone name (trailing dot optional)
1677
1678
  *
1678
- * @see {@link PATCH_DomainForwards_Response_422} - 422 response type
1679
+ * @see {@link DELETE_DomainForwardsByZoneNameByRequestProtocol_Response_422} - 422 response type
1679
1680
  *
1680
1681
 
1681
1682
  */
1682
- export type PATCH_DomainForwards_Response = PATCH_DomainForwards_Response_422;
1683
+ export type DELETE_DomainForwardsByZoneNameByRequestProtocol_Response = DELETE_DomainForwardsByZoneNameByRequestProtocol_Response_422;
1683
1684
 
1684
1685
  /**
1685
- * 422 response for PATCH DomainForwards endpoint
1686
+ * 422 response for DELETE DomainForwardsByZoneNameByRequestProtocol endpoint
1686
1687
  *
1687
1688
  * @remarks
1688
1689
  * This type defines the response structure for the 422 status code
1689
- * of the PATCH DomainForwards endpoint.
1690
+ * of the DELETE DomainForwardsByZoneNameByRequestProtocol endpoint.
1690
1691
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1691
1692
  *
1692
1693
 
1693
1694
  *
1694
- * @path /v1/domain-forwards
1695
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1696
+ * @param zone_name (path) - DNS zone name (trailing dot optional)
1695
1697
  *
1696
- * @see {@link PATCH_DomainForwards_Response} - The main response type definition
1698
+ * @see {@link DELETE_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1697
1699
  * @see {@link HTTPValidationError} - The actual schema type definition
1698
1700
  */
1699
- export type PATCH_DomainForwards_Response_422 = HTTPValidationError
1701
+ export type DELETE_DomainForwardsByZoneNameByRequestProtocol_Response_422 = HTTPValidationError
1700
1702
 
1701
1703
  /**
1702
- * Response types for DELETE DomainForwardsByZoneName endpoint
1704
+ * Response types for GET DomainForwardsByZoneNameByRequestProtocol endpoint
1703
1705
  *
1704
- * Delete Redirects
1706
+ * Get Domain Forward
1705
1707
  *
1706
1708
  * @remarks
1707
- * This type defines all possible response structures for the DELETE DomainForwardsByZoneName endpoint.
1709
+ * This type defines all possible response structures for the GET DomainForwardsByZoneNameByRequestProtocol endpoint.
1708
1710
  * Each response code maps to a specific response type as defined in the OpenAPI specification.
1709
1711
  * Use this type to ensure type safety when handling API responses from this endpoint.
1710
1712
  *
1711
1713
 
1712
1714
  *
1713
- * @path /v1/domain-forwards/{zone_name}
1715
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1714
1716
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1715
1717
  *
1716
- * @see {@link DELETE_DomainForwardsByZoneName_Response_422} - 422 response type
1718
+ * @see {@link GET_DomainForwardsByZoneNameByRequestProtocol_Response_200} - 200 response type
1719
+ * @see {@link GET_DomainForwardsByZoneNameByRequestProtocol_Response_422} - 422 response type
1717
1720
  *
1718
1721
 
1719
1722
  */
1720
- export type DELETE_DomainForwardsByZoneName_Response = DELETE_DomainForwardsByZoneName_Response_422;
1723
+ export type GET_DomainForwardsByZoneNameByRequestProtocol_Response = GET_DomainForwardsByZoneNameByRequestProtocol_Response_200 | GET_DomainForwardsByZoneNameByRequestProtocol_Response_422;
1721
1724
 
1722
1725
  /**
1723
- * 422 response for DELETE DomainForwardsByZoneName endpoint
1726
+ * 200 response for GET DomainForwardsByZoneNameByRequestProtocol endpoint
1724
1727
  *
1725
1728
  * @remarks
1726
- * This type defines the response structure for the 422 status code
1727
- * of the DELETE DomainForwardsByZoneName endpoint.
1729
+ * This type defines the response structure for the 200 status code
1730
+ * of the GET DomainForwardsByZoneNameByRequestProtocol endpoint.
1728
1731
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1729
1732
  *
1730
1733
 
1731
1734
  *
1732
- * @path /v1/domain-forwards/{zone_name}
1735
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1733
1736
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1734
1737
  *
1735
- * @see {@link DELETE_DomainForwardsByZoneName_Response} - The main response type definition
1736
- * @see {@link HTTPValidationError} - The actual schema type definition
1738
+ * @see {@link GET_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1739
+ * @see {@link DomainForward} - The actual schema type definition
1737
1740
  */
1738
- export type DELETE_DomainForwardsByZoneName_Response_422 = HTTPValidationError
1741
+ export type GET_DomainForwardsByZoneNameByRequestProtocol_Response_200 = DomainForward
1739
1742
 
1740
1743
  /**
1741
- * Response types for GET DomainForwardsByZoneName endpoint
1742
- *
1743
- * Get Redirects
1744
+ * 422 response for GET DomainForwardsByZoneNameByRequestProtocol endpoint
1744
1745
  *
1745
1746
  * @remarks
1746
- * This type defines all possible response structures for the GET DomainForwardsByZoneName endpoint.
1747
- * Each response code maps to a specific response type as defined in the OpenAPI specification.
1748
- * Use this type to ensure type safety when handling API responses from this endpoint.
1747
+ * This type defines the response structure for the 422 status code
1748
+ * of the GET DomainForwardsByZoneNameByRequestProtocol endpoint.
1749
+ * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1749
1750
  *
1750
1751
 
1751
1752
  *
1752
- * @path /v1/domain-forwards/{zone_name}
1753
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1753
1754
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1754
1755
  *
1755
- * @see {@link GET_DomainForwardsByZoneName_Response_200} - 200 response type
1756
- * @see {@link GET_DomainForwardsByZoneName_Response_422} - 422 response type
1757
- *
1758
-
1756
+ * @see {@link GET_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1757
+ * @see {@link HTTPValidationError} - The actual schema type definition
1759
1758
  */
1760
- export type GET_DomainForwardsByZoneName_Response = GET_DomainForwardsByZoneName_Response_200 | GET_DomainForwardsByZoneName_Response_422;
1759
+ export type GET_DomainForwardsByZoneNameByRequestProtocol_Response_422 = HTTPValidationError
1761
1760
 
1762
1761
  /**
1763
- * 200 response for GET DomainForwardsByZoneName endpoint
1762
+ * Response types for POST DomainForwardsByZoneNameByRequestProtocol endpoint
1763
+ *
1764
+ * Create Domain Forward
1764
1765
  *
1765
1766
  * @remarks
1766
- * This type defines the response structure for the 200 status code
1767
- * of the GET DomainForwardsByZoneName endpoint.
1768
- * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1767
+ * This type defines all possible response structures for the POST DomainForwardsByZoneNameByRequestProtocol endpoint.
1768
+ * Each response code maps to a specific response type as defined in the OpenAPI specification.
1769
+ * Use this type to ensure type safety when handling API responses from this endpoint.
1769
1770
  *
1770
1771
 
1771
1772
  *
1772
- * @path /v1/domain-forwards/{zone_name}
1773
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1773
1774
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1774
1775
  *
1775
- * @see {@link GET_DomainForwardsByZoneName_Response} - The main response type definition
1776
- * @see {@link Pagination_Redirect} - The actual schema type definition
1777
- */
1778
- export type GET_DomainForwardsByZoneName_Response_200 = Pagination_Redirect
1779
-
1780
- /**
1781
- * 422 response for GET DomainForwardsByZoneName endpoint
1782
- *
1783
- * @remarks
1784
- * This type defines the response structure for the 422 status code
1785
- * of the GET DomainForwardsByZoneName endpoint.
1786
- * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1776
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response_201} - 201 response type
1777
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response_409} - 409 response type
1778
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response_422} - 422 response type
1787
1779
  *
1788
1780
 
1789
- *
1790
- * @path /v1/domain-forwards/{zone_name}
1791
- * @param zone_name (path) - DNS zone name (trailing dot optional)
1792
- *
1793
- * @see {@link GET_DomainForwardsByZoneName_Response} - The main response type definition
1794
- * @see {@link HTTPValidationError} - The actual schema type definition
1795
1781
  */
1796
- export type GET_DomainForwardsByZoneName_Response_422 = HTTPValidationError
1782
+ export type POST_DomainForwardsByZoneNameByRequestProtocol_Response = POST_DomainForwardsByZoneNameByRequestProtocol_Response_201 | POST_DomainForwardsByZoneNameByRequestProtocol_Response_409 | POST_DomainForwardsByZoneNameByRequestProtocol_Response_422;
1797
1783
 
1798
1784
  /**
1799
- * Response types for POST DomainForwardsByZoneName endpoint
1800
- *
1801
- * Create Redirects
1785
+ * 201 response for POST DomainForwardsByZoneNameByRequestProtocol endpoint
1802
1786
  *
1803
1787
  * @remarks
1804
- * This type defines all possible response structures for the POST DomainForwardsByZoneName endpoint.
1805
- * Each response code maps to a specific response type as defined in the OpenAPI specification.
1806
- * Use this type to ensure type safety when handling API responses from this endpoint.
1788
+ * This type defines the response structure for the 201 status code
1789
+ * of the POST DomainForwardsByZoneNameByRequestProtocol endpoint.
1790
+ * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1807
1791
  *
1808
1792
 
1809
1793
  *
1810
- * @path /v1/domain-forwards/{zone_name}
1794
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1811
1795
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1812
1796
  *
1813
- * @see {@link POST_DomainForwardsByZoneName_Response_409} - 409 response type
1814
- * @see {@link POST_DomainForwardsByZoneName_Response_422} - 422 response type
1815
- *
1816
-
1797
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1798
+ * @see {@link DomainForward} - The actual schema type definition
1817
1799
  */
1818
- export type POST_DomainForwardsByZoneName_Response = POST_DomainForwardsByZoneName_Response_409 | POST_DomainForwardsByZoneName_Response_422;
1800
+ export type POST_DomainForwardsByZoneNameByRequestProtocol_Response_201 = DomainForward
1819
1801
 
1820
1802
  /**
1821
- * 409 response for POST DomainForwardsByZoneName endpoint
1803
+ * 409 response for POST DomainForwardsByZoneNameByRequestProtocol endpoint
1822
1804
  *
1823
1805
  * @remarks
1824
1806
  * This type defines the response structure for the 409 status code
1825
- * of the POST DomainForwardsByZoneName endpoint.
1807
+ * of the POST DomainForwardsByZoneNameByRequestProtocol endpoint.
1826
1808
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1827
1809
  *
1828
1810
 
1829
1811
  *
1830
- * @path /v1/domain-forwards/{zone_name}
1812
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1831
1813
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1832
1814
  *
1833
- * @see {@link POST_DomainForwardsByZoneName_Response} - The main response type definition
1815
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1834
1816
  * @see {@link Problem} - The actual schema type definition
1835
1817
  */
1836
- export type POST_DomainForwardsByZoneName_Response_409 = Problem
1818
+ export type POST_DomainForwardsByZoneNameByRequestProtocol_Response_409 = Problem
1837
1819
 
1838
1820
  /**
1839
- * 422 response for POST DomainForwardsByZoneName endpoint
1821
+ * 422 response for POST DomainForwardsByZoneNameByRequestProtocol endpoint
1840
1822
  *
1841
1823
  * @remarks
1842
1824
  * This type defines the response structure for the 422 status code
1843
- * of the POST DomainForwardsByZoneName endpoint.
1825
+ * of the POST DomainForwardsByZoneNameByRequestProtocol endpoint.
1844
1826
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1845
1827
  *
1846
1828
 
1847
1829
  *
1848
- * @path /v1/domain-forwards/{zone_name}
1830
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1849
1831
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1850
1832
  *
1851
- * @see {@link POST_DomainForwardsByZoneName_Response} - The main response type definition
1833
+ * @see {@link POST_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1852
1834
  * @see {@link HTTPValidationError} - The actual schema type definition
1853
1835
  */
1854
- export type POST_DomainForwardsByZoneName_Response_422 = HTTPValidationError
1836
+ export type POST_DomainForwardsByZoneNameByRequestProtocol_Response_422 = HTTPValidationError
1855
1837
 
1856
1838
  /**
1857
- * Response types for PUT DomainForwardsByZoneName endpoint
1839
+ * Response types for PUT DomainForwardsByZoneNameByRequestProtocol endpoint
1858
1840
  *
1859
- * Update Redirects
1841
+ * Update Domain Forward
1860
1842
  *
1861
1843
  * @remarks
1862
- * This type defines all possible response structures for the PUT DomainForwardsByZoneName endpoint.
1844
+ * This type defines all possible response structures for the PUT DomainForwardsByZoneNameByRequestProtocol endpoint.
1863
1845
  * Each response code maps to a specific response type as defined in the OpenAPI specification.
1864
1846
  * Use this type to ensure type safety when handling API responses from this endpoint.
1865
1847
  *
1866
1848
 
1867
1849
  *
1868
- * @path /v1/domain-forwards/{zone_name}
1850
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1869
1851
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1870
1852
  *
1871
- * @see {@link PUT_DomainForwardsByZoneName_Response_409} - 409 response type
1872
- * @see {@link PUT_DomainForwardsByZoneName_Response_422} - 422 response type
1853
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response_200} - 200 response type
1854
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response_409} - 409 response type
1855
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response_422} - 422 response type
1856
+ *
1857
+
1858
+ */
1859
+ export type PUT_DomainForwardsByZoneNameByRequestProtocol_Response = PUT_DomainForwardsByZoneNameByRequestProtocol_Response_200 | PUT_DomainForwardsByZoneNameByRequestProtocol_Response_409 | PUT_DomainForwardsByZoneNameByRequestProtocol_Response_422;
1860
+
1861
+ /**
1862
+ * 200 response for PUT DomainForwardsByZoneNameByRequestProtocol endpoint
1863
+ *
1864
+ * @remarks
1865
+ * This type defines the response structure for the 200 status code
1866
+ * of the PUT DomainForwardsByZoneNameByRequestProtocol endpoint.
1867
+ * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1873
1868
  *
1874
1869
 
1870
+ *
1871
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1872
+ * @param zone_name (path) - DNS zone name (trailing dot optional)
1873
+ *
1874
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1875
+ * @see {@link DomainForward} - The actual schema type definition
1875
1876
  */
1876
- export type PUT_DomainForwardsByZoneName_Response = PUT_DomainForwardsByZoneName_Response_409 | PUT_DomainForwardsByZoneName_Response_422;
1877
+ export type PUT_DomainForwardsByZoneNameByRequestProtocol_Response_200 = DomainForward
1877
1878
 
1878
1879
  /**
1879
- * 409 response for PUT DomainForwardsByZoneName endpoint
1880
+ * 409 response for PUT DomainForwardsByZoneNameByRequestProtocol endpoint
1880
1881
  *
1881
1882
  * @remarks
1882
1883
  * This type defines the response structure for the 409 status code
1883
- * of the PUT DomainForwardsByZoneName endpoint.
1884
+ * of the PUT DomainForwardsByZoneNameByRequestProtocol endpoint.
1884
1885
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1885
1886
  *
1886
1887
 
1887
1888
  *
1888
- * @path /v1/domain-forwards/{zone_name}
1889
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1889
1890
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1890
1891
  *
1891
- * @see {@link PUT_DomainForwardsByZoneName_Response} - The main response type definition
1892
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1892
1893
  * @see {@link Problem} - The actual schema type definition
1893
1894
  */
1894
- export type PUT_DomainForwardsByZoneName_Response_409 = Problem
1895
+ export type PUT_DomainForwardsByZoneNameByRequestProtocol_Response_409 = Problem
1895
1896
 
1896
1897
  /**
1897
- * 422 response for PUT DomainForwardsByZoneName endpoint
1898
+ * 422 response for PUT DomainForwardsByZoneNameByRequestProtocol endpoint
1898
1899
  *
1899
1900
  * @remarks
1900
1901
  * This type defines the response structure for the 422 status code
1901
- * of the PUT DomainForwardsByZoneName endpoint.
1902
+ * of the PUT DomainForwardsByZoneNameByRequestProtocol endpoint.
1902
1903
  * It provides type safety for handling this specific response as defined in the OpenAPI specification.
1903
1904
  *
1904
1905
 
1905
1906
  *
1906
- * @path /v1/domain-forwards/{zone_name}
1907
+ * @path /v1/domain-forwards/{zone_name}/{request_protocol}
1907
1908
  * @param zone_name (path) - DNS zone name (trailing dot optional)
1908
1909
  *
1909
- * @see {@link PUT_DomainForwardsByZoneName_Response} - The main response type definition
1910
+ * @see {@link PUT_DomainForwardsByZoneNameByRequestProtocol_Response} - The main response type definition
1910
1911
  * @see {@link HTTPValidationError} - The actual schema type definition
1911
1912
  */
1912
- export type PUT_DomainForwardsByZoneName_Response_422 = HTTPValidationError
1913
+ export type PUT_DomainForwardsByZoneNameByRequestProtocol_Response_422 = HTTPValidationError
1913
1914
 
1914
1915
  /**
1915
1916
  * Response types for PATCH DomainForwardsByZoneNameDisable endpoint
@@ -5499,6 +5500,44 @@ export type GET_OrganizationsUsers_Response_403 = Problem
5499
5500
  */
5500
5501
  export type GET_OrganizationsUsers_Response_422 = HTTPValidationError
5501
5502
 
5503
+ /**
5504
+ * Response types for GET Tlds endpoint
5505
+ *
5506
+ * Get list of Specifications for all TLDs we support
5507
+ * Retrieves a list of TLD Specifications we have support for
5508
+ *
5509
+ * @remarks
5510
+ * This type defines all possible response structures for the GET Tlds endpoint.
5511
+ * Each response code maps to a specific response type as defined in the OpenAPI specification.
5512
+ * Use this type to ensure type safety when handling API responses from this endpoint.
5513
+ *
5514
+
5515
+ *
5516
+ * @path /v1/tlds/
5517
+ *
5518
+ * @see {@link GET_Tlds_Response_422} - 422 response type
5519
+ *
5520
+
5521
+ */
5522
+ export type GET_Tlds_Response = GET_Tlds_Response_422;
5523
+
5524
+ /**
5525
+ * 422 response for GET Tlds endpoint
5526
+ *
5527
+ * @remarks
5528
+ * This type defines the response structure for the 422 status code
5529
+ * of the GET Tlds endpoint.
5530
+ * It provides type safety for handling this specific response as defined in the OpenAPI specification.
5531
+ *
5532
+
5533
+ *
5534
+ * @path /v1/tlds/
5535
+ *
5536
+ * @see {@link GET_Tlds_Response} - The main response type definition
5537
+ * @see {@link HTTPValidationError} - The actual schema type definition
5538
+ */
5539
+ export type GET_Tlds_Response_422 = HTTPValidationError
5540
+
5502
5541
  /**
5503
5542
  * Response types for GET TldsByTld endpoint
5504
5543
  *
@@ -21,7 +21,7 @@
21
21
  * This file is auto-generated from the OpenAPI specification.
22
22
  * Do not edit manually.
23
23
  */
24
- import { DomainDnssecData, DomainDnssecDataCreate, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, TldResponseShort, RegistryHandleAttributeType, ContactAttributeDefinition, ContactRoleAttributeRequirement, PostalAddressType, ContactConfigBase, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsRecordPatchOp, DnsRrset, DnsRrsetPatchOp, DomainAvailabilityCheck, ContactHandle, Nameserver, DeletePolicyType, SyncOperationType, DomainContact, DomainSearchSuggestionWithPrice, DomainStatus, DomainClientStatus, PriceInfo, ValidationError, LaunchPhaseBase, LocalPresenceRequirementType, ContactRoleType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactSchema, DnsZone, Domain, EmailForwardAlias, EventResponse, Organization, Redirect, Period, Permission, PremiumAffectsType, RedirectPatchOp, RedirectUpdate, Relation, TldBase, PostTransferRequirements, UserAttributeBase, DomainAvailability } from './schemas.d';
24
+ import { DomainDnssecData, DomainDnssecDataCreate, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, TldResponseShort, RegistryHandleAttributeType, ContactAttributeDefinition, ContactRoleAttributeRequirement, PostalAddressType, ContactConfigBase, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsRecordPatchOp, DnsRrset, DnsRrsetPatchOp, DomainAvailabilityCheck, ContactHandle, Nameserver, HttpRedirect, DeletePolicyType, SyncOperationType, DomainContact, DomainSearchSuggestionWithPrice, DomainStatus, DomainClientStatus, PriceInfo, ValidationError, LaunchPhaseBase, LocalPresenceRequirementType, ContactRoleType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactSchema, DnsZone, Domain, EmailForwardAlias, EventResponse, Organization, Period, Permission, PremiumAffectsType, Relation, TldBase, PostTransferRequirements, UserAttributeBase, DomainAvailability } from './schemas.d';
25
25
 
26
26
  /**
27
27
  * DomainDnssecDataResponse
@@ -317,6 +317,20 @@ export type ContactHandleArray = ContactHandle[];
317
317
  * @see {@link Nameserver} - The individual Nameserver type definition
318
318
  */
319
319
  export type NameserverArray = Nameserver[];
320
+ /**
321
+ * HttpRedirect
322
+ *
323
+ * @remarks
324
+ * Array type for HttpRedirect objects. Used when the API returns a collection of HttpRedirect instances.
325
+ *
326
+ * @example
327
+ * ```typescript
328
+ * const items: HttpRedirectArray = await api.getHttpRedirects();
329
+ * ```
330
+ *
331
+ * @see {@link HttpRedirect} - The individual HttpRedirect type definition
332
+ */
333
+ export type HttpRedirectArray = HttpRedirect[];
320
334
  /**
321
335
  * DeletePolicyType
322
336
  *
@@ -625,20 +639,6 @@ export type EventResponseArray = EventResponse[];
625
639
  * @see {@link Organization} - The individual Organization type definition
626
640
  */
627
641
  export type OrganizationArray = Organization[];
628
- /**
629
- * Redirect
630
- *
631
- * @remarks
632
- * Array type for Redirect objects. Used when the API returns a collection of Redirect instances.
633
- *
634
- * @example
635
- * ```typescript
636
- * const items: RedirectArray = await api.getRedirects();
637
- * ```
638
- *
639
- * @see {@link Redirect} - The individual Redirect type definition
640
- */
641
- export type RedirectArray = Redirect[];
642
642
  /**
643
643
  * Period
644
644
  *
@@ -681,34 +681,6 @@ export type PermissionArray = Permission[];
681
681
  * @see {@link PremiumAffectsType} - The individual PremiumAffectsType type definition
682
682
  */
683
683
  export type PremiumAffectsTypeArray = PremiumAffectsType[];
684
- /**
685
- * RedirectPatchOp
686
- *
687
- * @remarks
688
- * Array type for RedirectPatchOp objects. Used when the API returns a collection of RedirectPatchOp instances.
689
- *
690
- * @example
691
- * ```typescript
692
- * const items: RedirectPatchOpArray = await api.getRedirectPatchOps();
693
- * ```
694
- *
695
- * @see {@link RedirectPatchOp} - The individual RedirectPatchOp type definition
696
- */
697
- export type RedirectPatchOpArray = RedirectPatchOp[];
698
- /**
699
- * RedirectUpdate
700
- *
701
- * @remarks
702
- * Array type for RedirectUpdate objects. Used when the API returns a collection of RedirectUpdate instances.
703
- *
704
- * @example
705
- * ```typescript
706
- * const items: RedirectUpdateArray = await api.getRedirectUpdates();
707
- * ```
708
- *
709
- * @see {@link RedirectUpdate} - The individual RedirectUpdate type definition
710
- */
711
- export type RedirectUpdateArray = RedirectUpdate[];
712
684
  /**
713
685
  * Relation
714
686
  *