@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 +1 -1
- package/src/openapi.yaml +3 -3
- package/src/schema.d.ts +2 -2
package/package.json
CHANGED
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
|
-
|
|
5603
|
+
Both the public list route and the internal domains-service list request
|
|
5604
5604
|
|
|
5605
|
-
|
|
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-
|
|
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
|
-
*
|
|
6813
|
-
*
|
|
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";
|