@opusdns/api 0.216.0 → 0.217.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.216.0",
6
+ "version": "0.217.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
@@ -7310,7 +7310,7 @@ info:
7310
7310
  '
7311
7311
  summary: OpusDNS - your gateway to a seamless domain management experience.
7312
7312
  title: OpusDNS API
7313
- version: 2026-03-09-181800
7313
+ version: 2026-03-09-184015
7314
7314
  x-logo:
7315
7315
  altText: OpusDNS API Reference
7316
7316
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -15231,14 +15231,14 @@ paths:
15231
15231
  $ref: '#/components/schemas/SortOrder'
15232
15232
  default: desc
15233
15233
  - in: query
15234
- name: q
15234
+ name: search
15235
15235
  required: false
15236
15236
  schema:
15237
15237
  anyOf:
15238
15238
  - maxLength: 200
15239
15239
  type: string
15240
15240
  - type: 'null'
15241
- title: Q
15241
+ title: Search
15242
15242
  - in: query
15243
15243
  name: country_code
15244
15244
  required: false
@@ -16015,14 +16015,14 @@ paths:
16015
16015
  $ref: '#/components/schemas/SortOrder'
16016
16016
  default: desc
16017
16017
  - in: query
16018
- name: q
16018
+ name: search
16019
16019
  required: false
16020
16020
  schema:
16021
16021
  anyOf:
16022
16022
  - maxLength: 200
16023
16023
  type: string
16024
16024
  - type: 'null'
16025
- title: Q
16025
+ title: Search
16026
16026
  - in: query
16027
16027
  name: page
16028
16028
  required: false
package/src/schema.d.ts CHANGED
@@ -12530,7 +12530,7 @@ export interface operations {
12530
12530
  query?: {
12531
12531
  sort_by?: components["schemas"]["OrganizationSortField"];
12532
12532
  sort_order?: components["schemas"]["SortOrder"];
12533
- q?: string | null;
12533
+ search?: string | null;
12534
12534
  country_code?: string | null;
12535
12535
  page?: number;
12536
12536
  page_size?: number;
@@ -13306,7 +13306,7 @@ export interface operations {
13306
13306
  query?: {
13307
13307
  sort_by?: components["schemas"]["UserSortField"];
13308
13308
  sort_order?: components["schemas"]["SortOrder"];
13309
- q?: string | null;
13309
+ search?: string | null;
13310
13310
  page?: number;
13311
13311
  page_size?: number;
13312
13312
  };