@opusdns/api 0.291.0 → 0.292.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.291.0",
6
+ "version": "0.292.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
@@ -5651,12 +5651,12 @@ components:
5651
5651
  $ref: '#/components/schemas/EventData'
5652
5652
  event_id:
5653
5653
  examples:
5654
- - epp_event_01h45ytscbebyvny4gc8cr8ma2
5654
+ - event_01h45ytscbebyvny4gc8cr8ma2
5655
5655
  format: typeid
5656
- pattern: ^epp_event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
5656
+ pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
5657
5657
  title: Event Id
5658
5658
  type: string
5659
- x-typeid-prefix: epp_event
5659
+ x-typeid-prefix: event
5660
5660
  object_id:
5661
5661
  anyOf:
5662
5662
  - type: string
@@ -11167,7 +11167,7 @@ info:
11167
11167
  \n\n"
11168
11168
  summary: OpusDNS - your gateway to a seamless domain management experience.
11169
11169
  title: OpusDNS API
11170
- version: 2026-05-08-122221
11170
+ version: 2026-05-08-130451
11171
11171
  x-logo:
11172
11172
  altText: OpusDNS API Reference
11173
11173
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -20613,12 +20613,12 @@ paths:
20613
20613
  required: true
20614
20614
  schema:
20615
20615
  examples:
20616
- - epp_event_01h45ytscbebyvny4gc8cr8ma2
20616
+ - event_01h45ytscbebyvny4gc8cr8ma2
20617
20617
  format: typeid
20618
- pattern: ^epp_event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
20618
+ pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
20619
20619
  title: Event Id
20620
20620
  type: string
20621
- x-typeid-prefix: epp_event
20621
+ x-typeid-prefix: event
20622
20622
  responses:
20623
20623
  '200':
20624
20624
  content:
@@ -20672,12 +20672,12 @@ paths:
20672
20672
  required: true
20673
20673
  schema:
20674
20674
  examples:
20675
- - epp_event_01h45ytscbebyvny4gc8cr8ma2
20675
+ - event_01h45ytscbebyvny4gc8cr8ma2
20676
20676
  format: typeid
20677
- pattern: ^epp_event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
20677
+ pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
20678
20678
  title: Event Id
20679
20679
  type: string
20680
- x-typeid-prefix: epp_event
20680
+ x-typeid-prefix: event
20681
20681
  responses:
20682
20682
  '204':
20683
20683
  description: Successful Response
package/src/schema.d.ts CHANGED
@@ -6251,9 +6251,9 @@ export interface components {
6251
6251
  /**
6252
6252
  * Event Id
6253
6253
  * Format: typeid
6254
- * @example epp_event_01h45ytscbebyvny4gc8cr8ma2
6254
+ * @example event_01h45ytscbebyvny4gc8cr8ma2
6255
6255
  */
6256
- event_id?: TypeId<"epp_event">;
6256
+ event_id?: TypeId<"event">;
6257
6257
  /**
6258
6258
  * Object Id
6259
6259
  * @description The id of the object that the event is about
@@ -16845,7 +16845,7 @@ export interface operations {
16845
16845
  query?: never;
16846
16846
  header?: never;
16847
16847
  path: {
16848
- event_id: TypeId<"epp_event">;
16848
+ event_id: TypeId<"event">;
16849
16849
  };
16850
16850
  cookie?: never;
16851
16851
  };
@@ -16909,7 +16909,7 @@ export interface operations {
16909
16909
  query?: never;
16910
16910
  header?: never;
16911
16911
  path: {
16912
- event_id: TypeId<"epp_event">;
16912
+ event_id: TypeId<"event">;
16913
16913
  };
16914
16914
  cookie?: never;
16915
16915
  };