@opusdns/api 1.36.0 → 1.37.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 +1 -9
- package/src/schema.d.ts +0 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -13996,7 +13996,7 @@ info:
|
|
|
13996
13996
|
\n\n"
|
|
13997
13997
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13998
13998
|
title: OpusDNS API
|
|
13999
|
-
version: 2026-06-25-
|
|
13999
|
+
version: 2026-06-25-145633
|
|
14000
14000
|
x-logo:
|
|
14001
14001
|
altText: OpusDNS API Reference
|
|
14002
14002
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -26876,14 +26876,6 @@ paths:
|
|
|
26876
26876
|
type: string
|
|
26877
26877
|
- type: 'null'
|
|
26878
26878
|
title: Search
|
|
26879
|
-
- in: query
|
|
26880
|
-
name: status
|
|
26881
|
-
required: false
|
|
26882
|
-
schema:
|
|
26883
|
-
anyOf:
|
|
26884
|
-
- $ref: '#/components/schemas/UserStatus'
|
|
26885
|
-
- type: 'null'
|
|
26886
|
-
title: Status
|
|
26887
26879
|
- in: query
|
|
26888
26880
|
name: page
|
|
26889
26881
|
required: false
|
package/src/schema.d.ts
CHANGED
|
@@ -21519,7 +21519,6 @@ export interface operations {
|
|
|
21519
21519
|
sort_by?: components["schemas"]["UserSortField"];
|
|
21520
21520
|
sort_order?: components["schemas"]["SortOrder"];
|
|
21521
21521
|
search?: string | null;
|
|
21522
|
-
status?: components["schemas"]["UserStatus"] | null;
|
|
21523
21522
|
page?: number;
|
|
21524
21523
|
page_size?: number;
|
|
21525
21524
|
};
|