@opusdns/api 0.287.0 → 0.288.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": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.287.0",
6
+ "version": "0.288.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -4070,6 +4070,8 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE = {
4070
4070
  US_NEXUS_CATEGORY: "US_NEXUS_CATEGORY",
4071
4071
  US_NEXUS_COUNTRY_CODE: "US_NEXUS_COUNTRY_CODE",
4072
4072
  US_APP_PURPOSE: "US_APP_PURPOSE",
4073
+ NIC_IT_ENTITY_TYPE: "NIC_IT_ENTITY_TYPE",
4074
+ NIC_IT_REG_CODE: "NIC_IT_REG_CODE",
4073
4075
  } as const satisfies Record<string, RegistryHandleAttributeType>;
4074
4076
 
4075
4077
  /**
@@ -4128,7 +4130,9 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE_VALUES = [
4128
4130
  'SIDN_LEGAL_REG_NO',
4129
4131
  'US_NEXUS_CATEGORY',
4130
4132
  'US_NEXUS_COUNTRY_CODE',
4131
- 'US_APP_PURPOSE'
4133
+ 'US_APP_PURPOSE',
4134
+ 'NIC_IT_ENTITY_TYPE',
4135
+ 'NIC_IT_REG_CODE'
4132
4136
  ] as const satisfies [string, ...string[]] | RegistryHandleAttributeType[];
4133
4137
 
4134
4138
  /**
package/src/openapi.yaml CHANGED
@@ -9096,6 +9096,8 @@ components:
9096
9096
  - US_NEXUS_CATEGORY
9097
9097
  - US_NEXUS_COUNTRY_CODE
9098
9098
  - US_APP_PURPOSE
9099
+ - NIC_IT_ENTITY_TYPE
9100
+ - NIC_IT_REG_CODE
9099
9101
  title: RegistryHandleAttributeType
9100
9102
  type: string
9101
9103
  RegistryLockBase:
@@ -10766,7 +10768,7 @@ info:
10766
10768
  \n\n"
10767
10769
  summary: OpusDNS - your gateway to a seamless domain management experience.
10768
10770
  title: OpusDNS API
10769
- version: 2026-05-06-134927
10771
+ version: 2026-05-06-194040
10770
10772
  x-logo:
10771
10773
  altText: OpusDNS API Reference
10772
10774
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -8426,7 +8426,7 @@ export interface components {
8426
8426
  * @description Registry handle attribute types for type-safe attribute key access.
8427
8427
  * @enum {string}
8428
8428
  */
8429
- RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "dnsbe:type" | "eurid:type" | "AFNIC_CONTACT_TYPE" | "AFNIC_PP_FIRST_NAME" | "AFNIC_PM_LEGAL_STATUS" | "AFNIC_PM_SIREN" | "AFNIC_PM_VAT" | "AFNIC_PM_TRADEMARK" | "AFNIC_PM_ASSOC_WALDEC" | "AFNIC_PM_ASSOC_PUBL_DATE" | "AFNIC_PM_ASSOC_PUBL_ANNOUNCE" | "AFNIC_PM_ASSOC_PUBL_PAGE" | "AFNIC_PM_ASSOC_DECL" | "AFNIC_PM_DUNS" | "AFNIC_PM_LOCAL" | "AFNIC_ID_STATUS" | "AFNIC_REACHABLE_MEDIA" | "AFNIC_REACHABLE_STATUS" | "AFNIC_RESTRICTED_PUBLICATION" | "ROTLD_CONTACT_TYPE" | "ROTLD_CNP_FISCAL_CODE" | "ROTLD_ID_NUMBER" | "ROTLD_REGISTRATION_NUMBER" | "ROTLD_DOMAIN_NAME" | "NOMINET_CONTACT_TYPE" | "NOMINET_CO_NO" | "NOMINET_TRAD_NAME" | "CIRA_CPR" | "SIDN_LEGAL_FORM" | "SIDN_LEGAL_REG_NO" | "US_NEXUS_CATEGORY" | "US_NEXUS_COUNTRY_CODE" | "US_APP_PURPOSE";
8429
+ RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "dnsbe:type" | "eurid:type" | "AFNIC_CONTACT_TYPE" | "AFNIC_PP_FIRST_NAME" | "AFNIC_PM_LEGAL_STATUS" | "AFNIC_PM_SIREN" | "AFNIC_PM_VAT" | "AFNIC_PM_TRADEMARK" | "AFNIC_PM_ASSOC_WALDEC" | "AFNIC_PM_ASSOC_PUBL_DATE" | "AFNIC_PM_ASSOC_PUBL_ANNOUNCE" | "AFNIC_PM_ASSOC_PUBL_PAGE" | "AFNIC_PM_ASSOC_DECL" | "AFNIC_PM_DUNS" | "AFNIC_PM_LOCAL" | "AFNIC_ID_STATUS" | "AFNIC_REACHABLE_MEDIA" | "AFNIC_REACHABLE_STATUS" | "AFNIC_RESTRICTED_PUBLICATION" | "ROTLD_CONTACT_TYPE" | "ROTLD_CNP_FISCAL_CODE" | "ROTLD_ID_NUMBER" | "ROTLD_REGISTRATION_NUMBER" | "ROTLD_DOMAIN_NAME" | "NOMINET_CONTACT_TYPE" | "NOMINET_CO_NO" | "NOMINET_TRAD_NAME" | "CIRA_CPR" | "SIDN_LEGAL_FORM" | "SIDN_LEGAL_REG_NO" | "US_NEXUS_CATEGORY" | "US_NEXUS_COUNTRY_CODE" | "US_APP_PURPOSE" | "NIC_IT_ENTITY_TYPE" | "NIC_IT_REG_CODE";
8430
8430
  /** RegistryLockBase */
8431
8431
  RegistryLockBase: {
8432
8432
  /**