@opusdns/api 1.64.0 → 1.66.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.2.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.64.0",
6
+ "version": "1.66.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -608,6 +608,9 @@ export const DOMAIN_ATTRIBUTE_KEY = {
608
608
  VERIFICATION_REQUIRED: "verification_required",
609
609
  DE_GENERAL_REQUEST_CONTACT: "de_general_request_contact",
610
610
  DE_ABUSE_CONTACT: "de_abuse_contact",
611
+ NOR_ID_APPLICANT_VERSION: "nor_id_applicant_version",
612
+ NOR_ID_APPLICANT_ACCEPT_NAME: "nor_id_applicant_accept_name",
613
+ NOR_ID_APPLICANT_ACCEPT_DATE: "nor_id_applicant_accept_date",
611
614
  } as const satisfies Record<string, DomainAttributeKey>;
612
615
 
613
616
  export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
@@ -618,6 +621,9 @@ export const DOMAIN_ATTRIBUTE_KEY_VALUES = [
618
621
  'verification_required',
619
622
  'de_general_request_contact',
620
623
  'de_abuse_contact',
624
+ 'nor_id_applicant_version',
625
+ 'nor_id_applicant_accept_name',
626
+ 'nor_id_applicant_accept_date',
621
627
  ] as const satisfies ReadonlyArray<DomainAttributeKey>;
622
628
 
623
629
  export const DOMAIN_AVAILABILITY_STATUS = {
@@ -1514,6 +1520,9 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE = {
1514
1520
  NIC_LV_VAT_NR: "NIC_LV_VAT_NR",
1515
1521
  DOMREG_LT_CONTACT_ROLE: "DOMREG_LT_CONTACT_ROLE",
1516
1522
  DOMREG_LT_ORG_CODE: "DOMREG_LT_ORG_CODE",
1523
+ NOR_ID_CONTACT_TYPE: "NOR_ID_CONTACT_TYPE",
1524
+ NOR_ID_IDENTITY_TYPE: "NOR_ID_IDENTITY_TYPE",
1525
+ NOR_ID_IDENTITY_VALUE: "NOR_ID_IDENTITY_VALUE",
1517
1526
  } as const satisfies Record<string, RegistryHandleAttributeType>;
1518
1527
 
1519
1528
  export const REGISTRY_HANDLE_ATTRIBUTE_TYPE_VALUES = [
@@ -1567,6 +1576,9 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE_VALUES = [
1567
1576
  'NIC_LV_VAT_NR',
1568
1577
  'DOMREG_LT_CONTACT_ROLE',
1569
1578
  'DOMREG_LT_ORG_CODE',
1579
+ 'NOR_ID_CONTACT_TYPE',
1580
+ 'NOR_ID_IDENTITY_TYPE',
1581
+ 'NOR_ID_IDENTITY_VALUE',
1570
1582
  ] as const satisfies ReadonlyArray<RegistryHandleAttributeType>;
1571
1583
 
1572
1584
  export const RENEWAL_MODE = {
package/src/openapi.yaml CHANGED
@@ -3397,6 +3397,9 @@ components:
3397
3397
  - verification_required
3398
3398
  - de_general_request_contact
3399
3399
  - de_abuse_contact
3400
+ - nor_id_applicant_version
3401
+ - nor_id_applicant_accept_name
3402
+ - nor_id_applicant_accept_date
3400
3403
  title: DomainAttributeKey
3401
3404
  type: string
3402
3405
  DomainAvailability:
@@ -9407,7 +9410,7 @@ components:
9407
9410
  - format: date-time
9408
9411
  type: string
9409
9412
  - type: 'null'
9410
- description: The date/time the entry was deleted on
9413
+ description: The date/time the entry was last used on
9411
9414
  title: Last Used On
9412
9415
  organization_id:
9413
9416
  default: None
@@ -11400,6 +11403,9 @@ components:
11400
11403
  - NIC_LV_VAT_NR
11401
11404
  - DOMREG_LT_CONTACT_ROLE
11402
11405
  - DOMREG_LT_ORG_CODE
11406
+ - NOR_ID_CONTACT_TYPE
11407
+ - NOR_ID_IDENTITY_TYPE
11408
+ - NOR_ID_IDENTITY_VALUE
11403
11409
  title: RegistryHandleAttributeType
11404
11410
  type: string
11405
11411
  RegistryLockBase:
@@ -13881,7 +13887,7 @@ info:
13881
13887
  \n\n"
13882
13888
  summary: OpusDNS - your gateway to a seamless domain management experience.
13883
13889
  title: OpusDNS API
13884
- version: 2026-07-17-134537
13890
+ version: 2026-07-17-173601
13885
13891
  x-logo:
13886
13892
  altText: OpusDNS API Reference
13887
13893
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -4945,7 +4945,7 @@ export interface components {
4945
4945
  * DomainAttributeKey
4946
4946
  * @enum {string}
4947
4947
  */
4948
- DomainAttributeKey: "auto_renew_period" | "music_registrant_attestation" | "nic_it_compliance_confirmation" | "travel_industry_acknowledgement" | "verification_required" | "de_general_request_contact" | "de_abuse_contact";
4948
+ DomainAttributeKey: "auto_renew_period" | "music_registrant_attestation" | "nic_it_compliance_confirmation" | "travel_industry_acknowledgement" | "verification_required" | "de_general_request_contact" | "de_abuse_contact" | "nor_id_applicant_version" | "nor_id_applicant_accept_name" | "nor_id_applicant_accept_date";
4949
4949
  /** DomainAvailability */
4950
4950
  DomainAvailability: {
4951
4951
  /** Domain */
@@ -8984,7 +8984,7 @@ export interface components {
8984
8984
  expires_at?: Date | null;
8985
8985
  /**
8986
8986
  * Last Used On
8987
- * @description The date/time the entry was deleted on
8987
+ * @description The date/time the entry was last used on
8988
8988
  */
8989
8989
  last_used_on?: Date | null;
8990
8990
  /**
@@ -10216,7 +10216,7 @@ export interface components {
10216
10216
  * @description Registry handle attribute types for type-safe attribute key access.
10217
10217
  * @enum {string}
10218
10218
  */
10219
- RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "DE_GENERAL_REQUEST_URI_TEMPLATE" | "DE_ABUSE_URI_TEMPLATE" | "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" | "CZ_NIC_IDENT_TYPE" | "CZ_NIC_IDENT_VALUE" | "CZ_NIC_VAT" | "CZ_NIC_NOTIFY_EMAIL" | "DNS_LU_CONTACT_ROLE" | "SK_NIC_LEGAL_FORM" | "SK_NIC_IDENT_VALUE" | "NIC_LV_REG_NR" | "NIC_LV_VAT_NR" | "DOMREG_LT_CONTACT_ROLE" | "DOMREG_LT_ORG_CODE";
10219
+ RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "DE_GENERAL_REQUEST_URI_TEMPLATE" | "DE_ABUSE_URI_TEMPLATE" | "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" | "CZ_NIC_IDENT_TYPE" | "CZ_NIC_IDENT_VALUE" | "CZ_NIC_VAT" | "CZ_NIC_NOTIFY_EMAIL" | "DNS_LU_CONTACT_ROLE" | "SK_NIC_LEGAL_FORM" | "SK_NIC_IDENT_VALUE" | "NIC_LV_REG_NR" | "NIC_LV_VAT_NR" | "DOMREG_LT_CONTACT_ROLE" | "DOMREG_LT_ORG_CODE" | "NOR_ID_CONTACT_TYPE" | "NOR_ID_IDENTITY_TYPE" | "NOR_ID_IDENTITY_VALUE";
10220
10220
  /** RegistryLockBase */
10221
10221
  RegistryLockBase: {
10222
10222
  /**