@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 +1 -1
- package/src/openapi.yaml +10 -10
- package/src/schema.d.ts +4 -4
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -5651,12 +5651,12 @@ components:
|
|
|
5651
5651
|
$ref: '#/components/schemas/EventData'
|
|
5652
5652
|
event_id:
|
|
5653
5653
|
examples:
|
|
5654
|
-
-
|
|
5654
|
+
- event_01h45ytscbebyvny4gc8cr8ma2
|
|
5655
5655
|
format: typeid
|
|
5656
|
-
pattern: ^
|
|
5656
|
+
pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
5657
5657
|
title: Event Id
|
|
5658
5658
|
type: string
|
|
5659
|
-
x-typeid-prefix:
|
|
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-
|
|
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
|
-
-
|
|
20616
|
+
- event_01h45ytscbebyvny4gc8cr8ma2
|
|
20617
20617
|
format: typeid
|
|
20618
|
-
pattern: ^
|
|
20618
|
+
pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
20619
20619
|
title: Event Id
|
|
20620
20620
|
type: string
|
|
20621
|
-
x-typeid-prefix:
|
|
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
|
-
-
|
|
20675
|
+
- event_01h45ytscbebyvny4gc8cr8ma2
|
|
20676
20676
|
format: typeid
|
|
20677
|
-
pattern: ^
|
|
20677
|
+
pattern: ^event_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
20678
20678
|
title: Event Id
|
|
20679
20679
|
type: string
|
|
20680
|
-
x-typeid-prefix:
|
|
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
|
|
6254
|
+
* @example event_01h45ytscbebyvny4gc8cr8ma2
|
|
6255
6255
|
*/
|
|
6256
|
-
event_id?: TypeId<"
|
|
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<"
|
|
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<"
|
|
16912
|
+
event_id: TypeId<"event">;
|
|
16913
16913
|
};
|
|
16914
16914
|
cookie?: never;
|
|
16915
16915
|
};
|