@opusdns/api 1.183.0 → 1.184.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.6.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.183.0",
6
+ "version": "1.184.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -5600,9 +5600,9 @@ components:
5600
5600
  of results would multiply into a registry rate-limit problem.
5601
5601
 
5602
5602
 
5603
- Also typed on the internal domains-service list request, which implements
5603
+ Both the public list route and the internal domains-service list request
5604
5604
 
5605
- only `TAGS`; the public list route is the only consumer of every member.'
5605
+ implement every member.'
5606
5606
  enum:
5607
5607
  - tags
5608
5608
  - registrar_credential
@@ -17058,7 +17058,7 @@ info:
17058
17058
  \n\n"
17059
17059
  summary: OpusDNS - your gateway to a seamless domain management experience.
17060
17060
  title: OpusDNS API
17061
- version: 2026-09-16-182811
17061
+ version: 2026-09-17-075228
17062
17062
  x-logo:
17063
17063
  altText: OpusDNS API Reference
17064
17064
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -6809,8 +6809,8 @@ export interface components {
6809
6809
  * costs a registry check plus a billing call per premium domain, which a page
6810
6810
  * of results would multiply into a registry rate-limit problem.
6811
6811
  *
6812
- * Also typed on the internal domains-service list request, which implements
6813
- * only `TAGS`; the public list route is the only consumer of every member.
6812
+ * Both the public list route and the internal domains-service list request
6813
+ * implement every member.
6814
6814
  * @enum {string}
6815
6815
  */
6816
6816
  DomainListIncludeField: "tags" | "registrar_credential";