@opusdns/api 0.146.0 → 0.147.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.146.0",
6
+ "version": "0.147.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
@@ -2267,8 +2267,6 @@ components:
2267
2267
  - type: 'null'
2268
2268
  description: Reason for restoring the domain
2269
2269
  title: Reason
2270
- required:
2271
- - reason
2272
2270
  title: DomainRestoreRequest
2273
2271
  type: object
2274
2272
  DomainRestoreResponse:
@@ -6504,7 +6502,7 @@ info:
6504
6502
  '
6505
6503
  summary: OpusDNS - your gateway to a seamless domain management experience.
6506
6504
  title: OpusDNS API
6507
- version: 2026-01-08-235543
6505
+ version: 2026-01-09-080734
6508
6506
  x-logo:
6509
6507
  altText: OpusDNS API Reference
6510
6508
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3238,7 +3238,7 @@ export interface components {
3238
3238
  * Reason
3239
3239
  * @description Reason for restoring the domain
3240
3240
  */
3241
- reason: string | null;
3241
+ reason?: string | null;
3242
3242
  };
3243
3243
  /** DomainRestoreResponse */
3244
3244
  DomainRestoreResponse: {