@opusdns/api 1.65.0 → 1.66.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.2.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.65.0",
6
+ "version": "1.66.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
@@ -9410,7 +9410,7 @@ components:
9410
9410
  - format: date-time
9411
9411
  type: string
9412
9412
  - type: 'null'
9413
- description: The date/time the entry was deleted on
9413
+ description: The date/time the entry was last used on
9414
9414
  title: Last Used On
9415
9415
  organization_id:
9416
9416
  default: None
@@ -13887,7 +13887,7 @@ info:
13887
13887
  \n\n"
13888
13888
  summary: OpusDNS - your gateway to a seamless domain management experience.
13889
13889
  title: OpusDNS API
13890
- version: 2026-07-17-145127
13890
+ version: 2026-07-17-173601
13891
13891
  x-logo:
13892
13892
  altText: OpusDNS API Reference
13893
13893
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -8984,7 +8984,7 @@ export interface components {
8984
8984
  expires_at?: Date | null;
8985
8985
  /**
8986
8986
  * Last Used On
8987
- * @description The date/time the entry was deleted on
8987
+ * @description The date/time the entry was last used on
8988
8988
  */
8989
8989
  last_used_on?: Date | null;
8990
8990
  /**