@opusdns/api 0.166.0 → 0.167.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.166.0",
6
+ "version": "0.167.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -1298,7 +1298,7 @@ export const KEY_CONTACT_CREATE_COUNTRY: keyof ContactCreate = 'country';
1298
1298
  /**
1299
1299
  * Disclose
1300
1300
  *
1301
- * Whether the contact should be disclosed
1301
+ * Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
1302
1302
  *
1303
1303
  * @type {boolean}
1304
1304
  *
@@ -1746,7 +1746,7 @@ export const KEY_CONTACT_COUNTRY: keyof Contact = 'country';
1746
1746
  /**
1747
1747
  * Disclose
1748
1748
  *
1749
- * Whether the contact should be disclosed
1749
+ * Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
1750
1750
  *
1751
1751
  * @type {boolean}
1752
1752
  *
@@ -2270,7 +2270,7 @@ export const KEY_CONTACT_SCHEMA_DELETED_ON: keyof ContactSchema = 'deleted_on';
2270
2270
  /**
2271
2271
  * Disclose
2272
2272
  *
2273
- * Whether the contact should be disclosed
2273
+ * Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
2274
2274
  *
2275
2275
  * @type {boolean}
2276
2276
  *
package/src/openapi.yaml CHANGED
@@ -287,7 +287,9 @@ components:
287
287
  title: Country
288
288
  type: string
289
289
  disclose:
290
- description: Whether the contact should be disclosed
290
+ description: Whether the contact details should be disclosed. The Disclose
291
+ function may not work with all TLDs. Some registries still display the
292
+ data in Whois if, for example, the organization field is filled in.
291
293
  title: Disclose
292
294
  type: boolean
293
295
  email:
@@ -412,7 +414,9 @@ components:
412
414
  title: Country
413
415
  type: string
414
416
  disclose:
415
- description: Whether the contact should be disclosed
417
+ description: Whether the contact details should be disclosed. The Disclose
418
+ function may not work with all TLDs. Some registries still display the
419
+ data in Whois if, for example, the organization field is filled in.
416
420
  title: Disclose
417
421
  type: boolean
418
422
  email:
@@ -537,7 +541,9 @@ components:
537
541
  description: The date/time the entry was deleted on
538
542
  title: Deleted On
539
543
  disclose:
540
- description: Whether the contact should be disclosed
544
+ description: Whether the contact details should be disclosed. The Disclose
545
+ function may not work with all TLDs. Some registries still display the
546
+ data in Whois if, for example, the organization field is filled in.
541
547
  title: Disclose
542
548
  type: boolean
543
549
  email:
@@ -6818,7 +6824,7 @@ info:
6818
6824
  '
6819
6825
  summary: OpusDNS - your gateway to a seamless domain management experience.
6820
6826
  title: OpusDNS API
6821
- version: 2026-01-22-101607
6827
+ version: 2026-01-22-170829
6822
6828
  x-logo:
6823
6829
  altText: OpusDNS API Reference
6824
6830
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -1992,7 +1992,7 @@ export interface components {
1992
1992
  country: string;
1993
1993
  /**
1994
1994
  * Disclose
1995
- * @description Whether the contact should be disclosed
1995
+ * @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
1996
1996
  */
1997
1997
  disclose: boolean;
1998
1998
  /**
@@ -2084,7 +2084,7 @@ export interface components {
2084
2084
  country: string;
2085
2085
  /**
2086
2086
  * Disclose
2087
- * @description Whether the contact should be disclosed
2087
+ * @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
2088
2088
  */
2089
2089
  disclose: boolean;
2090
2090
  /**
@@ -2185,7 +2185,7 @@ export interface components {
2185
2185
  deleted_on?: Date | null;
2186
2186
  /**
2187
2187
  * Disclose
2188
- * @description Whether the contact should be disclosed
2188
+ * @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
2189
2189
  */
2190
2190
  disclose: boolean;
2191
2191
  /**