@opusdns/api 0.101.0 → 0.102.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.9.1"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.101.0",
6
+ "version": "0.102.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -39,8 +39,8 @@ import { ContactCreate, DnsZoneCreate, DnsZoneRecordsPatchOps, DnsZoneRrsetsPatc
39
39
  /**
40
40
  * Request type for GET ArchiveObjectLogs endpoint
41
41
  *
42
- * Get organization logs
43
- * Retrieve paginated audit logs for a specific organization with optional filtering and sorting
42
+ * Retrieve all object history
43
+ * Retrieve all paginated audit logs with optional filtering and sorting
44
44
  *
45
45
  * @remarks
46
46
  * This type defines the complete request structure for the GET ArchiveObjectLogs endpoint.
@@ -78,8 +78,8 @@ export type GET_ArchiveObjectLogs_Request_Query = GET_ArchiveObjectLogs_Request[
78
78
  /**
79
79
  * Request type for GET ArchiveObjectLogsObjectId endpoint
80
80
  *
81
- * Get organization logs
82
- * Retrieve paginated audit logs for a specific organization with optional filtering and sorting
81
+ * Retrieve object history
82
+ * Retrieve paginated audit logs for a specific object with optional filtering and sorting
83
83
  *
84
84
  * @remarks
85
85
  * This type defines the complete request structure for the GET ArchiveObjectLogsObjectId endpoint.
@@ -131,7 +131,7 @@ export type GET_ArchiveObjectLogsObjectId_Request_Path = GET_ArchiveObjectLogsOb
131
131
  /**
132
132
  * Request type for GET ArchiveRequestHistory endpoint
133
133
  *
134
- * Get request history logs
134
+ * Retrieve request history logs
135
135
  * Retrieves a paginated list of request history logs
136
136
  *
137
137
  * @remarks
@@ -39,8 +39,8 @@ import { Pagination_ObjectLog, HTTPValidationError, Pagination_RequestHistory, P
39
39
  /**
40
40
  * Response types for GET ArchiveObjectLogs endpoint
41
41
  *
42
- * Get organization logs
43
- * Retrieve paginated audit logs for a specific organization with optional filtering and sorting
42
+ * Retrieve all object history
43
+ * Retrieve all paginated audit logs with optional filtering and sorting
44
44
  *
45
45
  * @remarks
46
46
  * This type defines all possible response structures for the GET ArchiveObjectLogs endpoint.
@@ -95,8 +95,8 @@ export type GET_ArchiveObjectLogs_Response_422 = HTTPValidationError
95
95
  /**
96
96
  * Response types for GET ArchiveObjectLogsByObjectId endpoint
97
97
  *
98
- * Get organization logs
99
- * Retrieve paginated audit logs for a specific organization with optional filtering and sorting
98
+ * Retrieve object history
99
+ * Retrieve paginated audit logs for a specific object with optional filtering and sorting
100
100
  *
101
101
  * @remarks
102
102
  * This type defines all possible response structures for the GET ArchiveObjectLogsByObjectId endpoint.
@@ -151,7 +151,7 @@ export type GET_ArchiveObjectLogsByObjectId_Response_422 = HTTPValidationError
151
151
  /**
152
152
  * Response types for GET ArchiveRequestHistory endpoint
153
153
  *
154
- * Get request history logs
154
+ * Retrieve request history logs
155
155
  * Retrieves a paginated list of request history logs
156
156
  *
157
157
  * @remarks
package/src/openapi.yaml CHANGED
@@ -5529,7 +5529,7 @@ info:
5529
5529
  '
5530
5530
  summary: OpusDNS - your gateway to a seamless domain management experience.
5531
5531
  title: OpusDNS API
5532
- version: 2025-11-25-131913
5532
+ version: 2025-11-25-132620
5533
5533
  x-logo:
5534
5534
  altText: OpusDNS API Reference
5535
5535
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -5537,8 +5537,7 @@ openapi: 3.1.0
5537
5537
  paths:
5538
5538
  /v1/archive/object-logs:
5539
5539
  get:
5540
- description: Retrieve paginated audit logs for a specific organization with
5541
- optional filtering and sorting
5540
+ description: Retrieve all paginated audit logs with optional filtering and sorting
5542
5541
  operationId: get_object_logs_v1_archive_object_logs_get
5543
5542
  parameters:
5544
5543
  - in: query
@@ -5659,13 +5658,13 @@ paths:
5659
5658
  description: Validation Error
5660
5659
  security:
5661
5660
  - OAuth2PasswordBearer: []
5662
- summary: Get organization logs
5661
+ summary: Retrieve all object history
5663
5662
  tags:
5664
5663
  - archive
5665
5664
  /v1/archive/object-logs/{object_id}:
5666
5665
  get:
5667
- description: Retrieve paginated audit logs for a specific organization with
5668
- optional filtering and sorting
5666
+ description: Retrieve paginated audit logs for a specific object with optional
5667
+ filtering and sorting
5669
5668
  operationId: get_object_logs_by_object_id_v1_archive_object_logs__object_id__get
5670
5669
  parameters:
5671
5670
  - in: path
@@ -5784,7 +5783,7 @@ paths:
5784
5783
  description: Validation Error
5785
5784
  security:
5786
5785
  - OAuth2PasswordBearer: []
5787
- summary: Get organization logs
5786
+ summary: Retrieve object history
5788
5787
  tags:
5789
5788
  - archive
5790
5789
  /v1/archive/request-history:
@@ -5942,7 +5941,7 @@ paths:
5942
5941
  description: Validation Error
5943
5942
  security:
5944
5943
  - OAuth2PasswordBearer: []
5945
- summary: Get request history logs
5944
+ summary: Retrieve request history logs
5946
5945
  tags:
5947
5946
  - archive
5948
5947
  /v1/auth/token:
package/src/schema.d.ts CHANGED
@@ -8,8 +8,8 @@ export interface paths {
8
8
  cookie?: never;
9
9
  };
10
10
  /**
11
- * Get organization logs
12
- * @description Retrieve paginated audit logs for a specific organization with optional filtering and sorting
11
+ * Retrieve all object history
12
+ * @description Retrieve all paginated audit logs with optional filtering and sorting
13
13
  */
14
14
  get: operations["get_object_logs_v1_archive_object_logs_get"];
15
15
  put?: never;
@@ -28,8 +28,8 @@ export interface paths {
28
28
  cookie?: never;
29
29
  };
30
30
  /**
31
- * Get organization logs
32
- * @description Retrieve paginated audit logs for a specific organization with optional filtering and sorting
31
+ * Retrieve object history
32
+ * @description Retrieve paginated audit logs for a specific object with optional filtering and sorting
33
33
  */
34
34
  get: operations["get_object_logs_by_object_id_v1_archive_object_logs__object_id__get"];
35
35
  put?: never;
@@ -48,7 +48,7 @@ export interface paths {
48
48
  cookie?: never;
49
49
  };
50
50
  /**
51
- * Get request history logs
51
+ * Retrieve request history logs
52
52
  * @description Retrieves a paginated list of request history logs
53
53
  */
54
54
  get: operations["get_request_history_v1_archive_request_history_get"];