@opusdns/api 1.136.0 → 1.137.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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.5.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.136.0",
6
+ "version": "1.137.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1769,6 +1769,7 @@ export const REGISTRY_SERVICE_BACKEND = {
1769
1769
  RYCE: "ryce",
1770
1770
  COCCA: "cocca",
1771
1771
  AMAZON: "amazon",
1772
+ TANGO: "tango",
1772
1773
  } as const satisfies Record<string, RegistryServiceBackend>;
1773
1774
 
1774
1775
  export const REGISTRY_SERVICE_BACKEND_VALUES = [
@@ -1832,6 +1833,7 @@ export const REGISTRY_SERVICE_BACKEND_VALUES = [
1832
1833
  'ryce',
1833
1834
  'cocca',
1834
1835
  'amazon',
1836
+ 'tango',
1835
1837
  ] as const satisfies ReadonlyArray<RegistryServiceBackend>;
1836
1838
 
1837
1839
  export const RENEWAL_MODE = {
package/src/openapi.yaml CHANGED
@@ -12595,6 +12595,7 @@ components:
12595
12595
  - ryce
12596
12596
  - cocca
12597
12597
  - amazon
12598
+ - tango
12598
12599
  title: RegistryServiceBackend
12599
12600
  type: string
12600
12601
  RenewalMode:
@@ -15764,7 +15765,7 @@ info:
15764
15765
  \n\n"
15765
15766
  summary: OpusDNS - your gateway to a seamless domain management experience.
15766
15767
  title: OpusDNS API
15767
- version: 2026-08-25-212358
15768
+ version: 2026-08-26-021624
15768
15769
  x-logo:
15769
15770
  altText: OpusDNS API Reference
15770
15771
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -11176,7 +11176,7 @@ export interface components {
11176
11176
  * RegistryServiceBackend
11177
11177
  * @enum {string}
11178
11178
  */
11179
- RegistryServiceBackend: "afnic" | "centralnic" | "cira" | "switch" | "nicat" | "verisign" | "pir" | "gmo" | "google" | "denic" | "identity_digital" | "godaddy" | "dns_belgium" | "eurid" | "rotld" | "nominet_uk" | "radix" | "sidn" | "sidn_hello" | "tucows" | "dot_ua" | "nic_it" | "dns_lu" | "restena_lu" | "cz_nic" | "ras_manual" | "ras_external" | "register_si" | "sk_nic" | "dot_blog" | "nic_lv" | "domreg_lt" | "nor_id" | "website_ws" | "dns_pt" | "punktum_dk" | "nic_mexico" | "internet_ee" | "channel_isles" | "registry_se" | "nask" | "dns_belgium_gtld" | "nominet_dragon" | "red_es" | "internet_nz" | "zacr" | "traficom" | "ie_registry" | "nic_im" | "cn_nic" | "forth" | "dns_hr" | "nixi" | "is_nic" | "sg_nic" | "ke_nic" | "tld_box" | "ryce" | "cocca" | "amazon";
11179
+ RegistryServiceBackend: "afnic" | "centralnic" | "cira" | "switch" | "nicat" | "verisign" | "pir" | "gmo" | "google" | "denic" | "identity_digital" | "godaddy" | "dns_belgium" | "eurid" | "rotld" | "nominet_uk" | "radix" | "sidn" | "sidn_hello" | "tucows" | "dot_ua" | "nic_it" | "dns_lu" | "restena_lu" | "cz_nic" | "ras_manual" | "ras_external" | "register_si" | "sk_nic" | "dot_blog" | "nic_lv" | "domreg_lt" | "nor_id" | "website_ws" | "dns_pt" | "punktum_dk" | "nic_mexico" | "internet_ee" | "channel_isles" | "registry_se" | "nask" | "dns_belgium_gtld" | "nominet_dragon" | "red_es" | "internet_nz" | "zacr" | "traficom" | "ie_registry" | "nic_im" | "cn_nic" | "forth" | "dns_hr" | "nixi" | "is_nic" | "sg_nic" | "ke_nic" | "tld_box" | "ryce" | "cocca" | "amazon" | "tango";
11180
11180
  /**
11181
11181
  * RenewalMode
11182
11182
  * @enum {string}