@opusdns/api 1.57.0 → 1.59.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/helpers/keys.ts +54 -0
- package/src/helpers/responses.d.ts +14 -14
- package/src/helpers/schemas.d.ts +6 -6
- package/src/openapi.yaml +341 -329
- package/src/schema.d.ts +76 -70
package/src/schema.d.ts
CHANGED
|
@@ -9191,6 +9191,42 @@ export interface components {
|
|
|
9191
9191
|
/** Users */
|
|
9192
9192
|
users?: components["schemas"]["User"][];
|
|
9193
9193
|
};
|
|
9194
|
+
/** PageResponse[EmailForwardLog] */
|
|
9195
|
+
PageResponse_EmailForwardLog_: {
|
|
9196
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9197
|
+
/** Results */
|
|
9198
|
+
results: components["schemas"]["EmailForwardLog"][];
|
|
9199
|
+
};
|
|
9200
|
+
/** PageResponse[JobBatchMetadataResponse] */
|
|
9201
|
+
PageResponse_JobBatchMetadataResponse_: {
|
|
9202
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9203
|
+
/** Results */
|
|
9204
|
+
results: components["schemas"]["JobBatchMetadataResponse"][];
|
|
9205
|
+
};
|
|
9206
|
+
/** PageResponse[JobResponse] */
|
|
9207
|
+
PageResponse_JobResponse_: {
|
|
9208
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9209
|
+
/** Results */
|
|
9210
|
+
results: components["schemas"]["JobResponse"][];
|
|
9211
|
+
};
|
|
9212
|
+
/** PageResponse[ObjectLog] */
|
|
9213
|
+
PageResponse_ObjectLog_: {
|
|
9214
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9215
|
+
/** Results */
|
|
9216
|
+
results: components["schemas"]["ObjectLog"][];
|
|
9217
|
+
};
|
|
9218
|
+
/** PageResponse[ParkingResponse] */
|
|
9219
|
+
PageResponse_ParkingResponse_: {
|
|
9220
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9221
|
+
/** Results */
|
|
9222
|
+
results: components["schemas"]["ParkingResponse"][];
|
|
9223
|
+
};
|
|
9224
|
+
/** PageResponse[RequestHistory] */
|
|
9225
|
+
PageResponse_RequestHistory_: {
|
|
9226
|
+
pagination: components["schemas"]["PaginationMetadata"];
|
|
9227
|
+
/** Results */
|
|
9228
|
+
results: components["schemas"]["RequestHistory"][];
|
|
9229
|
+
};
|
|
9194
9230
|
/** PaginationMetadata */
|
|
9195
9231
|
PaginationMetadata: {
|
|
9196
9232
|
/** Current Page */
|
|
@@ -9281,12 +9317,6 @@ export interface components {
|
|
|
9281
9317
|
/** Results */
|
|
9282
9318
|
results: components["schemas"]["DomainResponse"][];
|
|
9283
9319
|
};
|
|
9284
|
-
/** Pagination[EmailForwardLog] */
|
|
9285
|
-
Pagination_EmailForwardLog_: {
|
|
9286
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9287
|
-
/** Results */
|
|
9288
|
-
results: components["schemas"]["EmailForwardLog"][];
|
|
9289
|
-
};
|
|
9290
9320
|
/** Pagination[EmailForwardResponse] */
|
|
9291
9321
|
Pagination_EmailForwardResponse_: {
|
|
9292
9322
|
pagination: components["schemas"]["PaginationMetadata"];
|
|
@@ -9311,42 +9341,12 @@ export interface components {
|
|
|
9311
9341
|
/** Results */
|
|
9312
9342
|
results: components["schemas"]["InvoiceResponse"][];
|
|
9313
9343
|
};
|
|
9314
|
-
/** Pagination[JobBatchMetadataResponse] */
|
|
9315
|
-
Pagination_JobBatchMetadataResponse_: {
|
|
9316
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9317
|
-
/** Results */
|
|
9318
|
-
results: components["schemas"]["JobBatchMetadataResponse"][];
|
|
9319
|
-
};
|
|
9320
|
-
/** Pagination[JobResponse] */
|
|
9321
|
-
Pagination_JobResponse_: {
|
|
9322
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9323
|
-
/** Results */
|
|
9324
|
-
results: components["schemas"]["JobResponse"][];
|
|
9325
|
-
};
|
|
9326
|
-
/** Pagination[ObjectLog] */
|
|
9327
|
-
Pagination_ObjectLog_: {
|
|
9328
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9329
|
-
/** Results */
|
|
9330
|
-
results: components["schemas"]["ObjectLog"][];
|
|
9331
|
-
};
|
|
9332
9344
|
/** Pagination[Organization] */
|
|
9333
9345
|
Pagination_Organization_: {
|
|
9334
9346
|
pagination: components["schemas"]["PaginationMetadata"];
|
|
9335
9347
|
/** Results */
|
|
9336
9348
|
results: components["schemas"]["Organization"][];
|
|
9337
9349
|
};
|
|
9338
|
-
/** Pagination[ParkingResponse] */
|
|
9339
|
-
Pagination_ParkingResponse_: {
|
|
9340
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9341
|
-
/** Results */
|
|
9342
|
-
results: components["schemas"]["ParkingResponse"][];
|
|
9343
|
-
};
|
|
9344
|
-
/** Pagination[RequestHistory] */
|
|
9345
|
-
Pagination_RequestHistory_: {
|
|
9346
|
-
pagination: components["schemas"]["PaginationMetadata"];
|
|
9347
|
-
/** Results */
|
|
9348
|
-
results: components["schemas"]["RequestHistory"][];
|
|
9349
|
-
};
|
|
9350
9350
|
/** Pagination[TagResponse] */
|
|
9351
9351
|
Pagination_TagResponse_: {
|
|
9352
9352
|
pagination: components["schemas"]["PaginationMetadata"];
|
|
@@ -13192,7 +13192,7 @@ export interface operations {
|
|
|
13192
13192
|
[name: string]: unknown;
|
|
13193
13193
|
};
|
|
13194
13194
|
content: {
|
|
13195
|
-
"application/json": components["schemas"]["
|
|
13195
|
+
"application/json": components["schemas"]["PageResponse_EmailForwardLog_"];
|
|
13196
13196
|
};
|
|
13197
13197
|
};
|
|
13198
13198
|
/** @description Validation Error */
|
|
@@ -13231,7 +13231,7 @@ export interface operations {
|
|
|
13231
13231
|
[name: string]: unknown;
|
|
13232
13232
|
};
|
|
13233
13233
|
content: {
|
|
13234
|
-
"application/json": components["schemas"]["
|
|
13234
|
+
"application/json": components["schemas"]["PageResponse_EmailForwardLog_"];
|
|
13235
13235
|
};
|
|
13236
13236
|
};
|
|
13237
13237
|
/** @description Validation Error */
|
|
@@ -13274,7 +13274,7 @@ export interface operations {
|
|
|
13274
13274
|
[name: string]: unknown;
|
|
13275
13275
|
};
|
|
13276
13276
|
content: {
|
|
13277
|
-
"application/json": components["schemas"]["
|
|
13277
|
+
"application/json": components["schemas"]["PageResponse_ObjectLog_"];
|
|
13278
13278
|
};
|
|
13279
13279
|
};
|
|
13280
13280
|
/** @description Validation Error */
|
|
@@ -13318,7 +13318,7 @@ export interface operations {
|
|
|
13318
13318
|
[name: string]: unknown;
|
|
13319
13319
|
};
|
|
13320
13320
|
content: {
|
|
13321
|
-
"application/json": components["schemas"]["
|
|
13321
|
+
"application/json": components["schemas"]["PageResponse_ObjectLog_"];
|
|
13322
13322
|
};
|
|
13323
13323
|
};
|
|
13324
13324
|
/** @description Validation Error */
|
|
@@ -13365,7 +13365,7 @@ export interface operations {
|
|
|
13365
13365
|
[name: string]: unknown;
|
|
13366
13366
|
};
|
|
13367
13367
|
content: {
|
|
13368
|
-
"application/json": components["schemas"]["
|
|
13368
|
+
"application/json": components["schemas"]["PageResponse_RequestHistory_"];
|
|
13369
13369
|
};
|
|
13370
13370
|
};
|
|
13371
13371
|
/** @description Validation Error */
|
|
@@ -13617,6 +13617,8 @@ export interface operations {
|
|
|
13617
13617
|
get_contacts_v1_contacts_get: {
|
|
13618
13618
|
parameters: {
|
|
13619
13619
|
query?: {
|
|
13620
|
+
page?: number;
|
|
13621
|
+
page_size?: number;
|
|
13620
13622
|
sort_by?: components["schemas"]["ContactSortField"];
|
|
13621
13623
|
sort_order?: components["schemas"]["SortOrder"];
|
|
13622
13624
|
/** @description Filter by status tag types. Can be specified multiple times. */
|
|
@@ -13634,8 +13636,6 @@ export interface operations {
|
|
|
13634
13636
|
created_before?: Date | null;
|
|
13635
13637
|
/** @description Include additional data in the response. Can be specified multiple times. */
|
|
13636
13638
|
include?: components["schemas"]["ContactIncludeField"][] | null;
|
|
13637
|
-
page?: number;
|
|
13638
|
-
page_size?: number;
|
|
13639
13639
|
};
|
|
13640
13640
|
header?: never;
|
|
13641
13641
|
path?: never;
|
|
@@ -13699,12 +13699,12 @@ export interface operations {
|
|
|
13699
13699
|
list_attribute_sets_v1_contacts_attribute_sets_get: {
|
|
13700
13700
|
parameters: {
|
|
13701
13701
|
query?: {
|
|
13702
|
+
page?: number;
|
|
13703
|
+
page_size?: number;
|
|
13702
13704
|
sort_by?: components["schemas"]["ContactAttributeSetSortField"];
|
|
13703
13705
|
sort_order?: components["schemas"]["SortOrder"];
|
|
13704
13706
|
tld?: string | null;
|
|
13705
13707
|
label?: string | null;
|
|
13706
|
-
page?: number;
|
|
13707
|
-
page_size?: number;
|
|
13708
13708
|
};
|
|
13709
13709
|
header?: never;
|
|
13710
13710
|
path?: never;
|
|
@@ -14763,6 +14763,8 @@ export interface operations {
|
|
|
14763
14763
|
list_zones_v1_dns_get: {
|
|
14764
14764
|
parameters: {
|
|
14765
14765
|
query?: {
|
|
14766
|
+
page?: number;
|
|
14767
|
+
page_size?: number;
|
|
14766
14768
|
sort_by?: components["schemas"]["ZoneSortField"];
|
|
14767
14769
|
sort_order?: components["schemas"]["SortOrder"];
|
|
14768
14770
|
/** @description Filter by user tag IDs. Can be specified multiple times. */
|
|
@@ -14779,8 +14781,6 @@ export interface operations {
|
|
|
14779
14781
|
updated_before?: Date | null;
|
|
14780
14782
|
/** @description Include additional data in the response. Can be specified multiple times. */
|
|
14781
14783
|
include?: components["schemas"]["ZoneIncludeField"][] | null;
|
|
14782
|
-
page?: number;
|
|
14783
|
-
page_size?: number;
|
|
14784
14784
|
};
|
|
14785
14785
|
header?: never;
|
|
14786
14786
|
path?: never;
|
|
@@ -14860,11 +14860,11 @@ export interface operations {
|
|
|
14860
14860
|
list_domain_forwards_by_zone_v1_dns_domain_forwards_get: {
|
|
14861
14861
|
parameters: {
|
|
14862
14862
|
query?: {
|
|
14863
|
+
page?: number;
|
|
14864
|
+
page_size?: number;
|
|
14863
14865
|
search?: string | null;
|
|
14864
14866
|
sort_by?: components["schemas"]["DomainForwardZoneSortField"];
|
|
14865
14867
|
sort_order?: components["schemas"]["SortOrder"];
|
|
14866
|
-
page?: number;
|
|
14867
|
-
page_size?: number;
|
|
14868
14868
|
};
|
|
14869
14869
|
header?: never;
|
|
14870
14870
|
path?: never;
|
|
@@ -14927,11 +14927,11 @@ export interface operations {
|
|
|
14927
14927
|
list_email_forwards_by_zone_v1_dns_email_forwards_get: {
|
|
14928
14928
|
parameters: {
|
|
14929
14929
|
query?: {
|
|
14930
|
+
page?: number;
|
|
14931
|
+
page_size?: number;
|
|
14930
14932
|
search?: string | null;
|
|
14931
14933
|
sort_by?: components["schemas"]["EmailForwardZoneSortField"];
|
|
14932
14934
|
sort_order?: components["schemas"]["SortOrder"];
|
|
14933
|
-
page?: number;
|
|
14934
|
-
page_size?: number;
|
|
14935
14935
|
};
|
|
14936
14936
|
header?: never;
|
|
14937
14937
|
path?: never;
|
|
@@ -15513,11 +15513,11 @@ export interface operations {
|
|
|
15513
15513
|
list_domain_forwards_v1_domain_forwards_get: {
|
|
15514
15514
|
parameters: {
|
|
15515
15515
|
query?: {
|
|
15516
|
+
page?: number;
|
|
15517
|
+
page_size?: number;
|
|
15516
15518
|
search?: string | null;
|
|
15517
15519
|
sort_by?: components["schemas"]["DomainForwardSortField"];
|
|
15518
15520
|
sort_order?: components["schemas"]["SortOrder"];
|
|
15519
|
-
page?: number;
|
|
15520
|
-
page_size?: number;
|
|
15521
15521
|
};
|
|
15522
15522
|
header?: never;
|
|
15523
15523
|
path?: never;
|
|
@@ -17194,6 +17194,8 @@ export interface operations {
|
|
|
17194
17194
|
get_domains_v1_domains_get: {
|
|
17195
17195
|
parameters: {
|
|
17196
17196
|
query?: {
|
|
17197
|
+
page?: number;
|
|
17198
|
+
page_size?: number;
|
|
17197
17199
|
sort_by?: components["schemas"]["DomainSortField"];
|
|
17198
17200
|
sort_order?: components["schemas"]["SortOrder"];
|
|
17199
17201
|
/** @description Filter by status tag types. Can be specified multiple times. */
|
|
@@ -17224,8 +17226,6 @@ export interface operations {
|
|
|
17224
17226
|
registry_statuses?: string[] | null;
|
|
17225
17227
|
/** @description Include additional data in the response. Can be specified multiple times. */
|
|
17226
17228
|
include?: components["schemas"]["DomainIncludeField"][] | null;
|
|
17227
|
-
page?: number;
|
|
17228
|
-
page_size?: number;
|
|
17229
17229
|
};
|
|
17230
17230
|
header?: never;
|
|
17231
17231
|
path?: never;
|
|
@@ -18407,12 +18407,12 @@ export interface operations {
|
|
|
18407
18407
|
list_email_forwards_v1_email_forwards_get: {
|
|
18408
18408
|
parameters: {
|
|
18409
18409
|
query?: {
|
|
18410
|
+
page?: number;
|
|
18411
|
+
page_size?: number;
|
|
18410
18412
|
search?: string | null;
|
|
18411
18413
|
enabled?: boolean | null;
|
|
18412
18414
|
sort_by?: components["schemas"]["EmailForwardSortField"];
|
|
18413
18415
|
sort_order?: components["schemas"]["SortOrder"];
|
|
18414
|
-
page?: number;
|
|
18415
|
-
page_size?: number;
|
|
18416
18416
|
};
|
|
18417
18417
|
header?: never;
|
|
18418
18418
|
path?: never;
|
|
@@ -19212,6 +19212,8 @@ export interface operations {
|
|
|
19212
19212
|
get_events_v1_events_get: {
|
|
19213
19213
|
parameters: {
|
|
19214
19214
|
query?: {
|
|
19215
|
+
page?: number;
|
|
19216
|
+
page_size?: number;
|
|
19215
19217
|
sort_by?: components["schemas"]["EventSortField"];
|
|
19216
19218
|
sort_order?: components["schemas"]["SortOrder"];
|
|
19217
19219
|
object_type?: components["schemas"]["EventObjectType"] | null;
|
|
@@ -19219,8 +19221,6 @@ export interface operations {
|
|
|
19219
19221
|
type?: components["schemas"]["EventType"] | null;
|
|
19220
19222
|
subtype?: components["schemas"]["EventSubtype"] | null;
|
|
19221
19223
|
acknowledged?: boolean | null;
|
|
19222
|
-
page?: number;
|
|
19223
|
-
page_size?: number;
|
|
19224
19224
|
};
|
|
19225
19225
|
header?: never;
|
|
19226
19226
|
path?: never;
|
|
@@ -19999,7 +19999,9 @@ export interface operations {
|
|
|
19999
19999
|
sort_by?: components["schemas"]["BatchSortField"];
|
|
20000
20000
|
/** @description Sort order */
|
|
20001
20001
|
sort_order?: components["schemas"]["SortOrder"];
|
|
20002
|
+
/** @description Page number (1-indexed) */
|
|
20002
20003
|
page?: number;
|
|
20004
|
+
/** @description Number of batches per page */
|
|
20003
20005
|
page_size?: number;
|
|
20004
20006
|
};
|
|
20005
20007
|
header?: never;
|
|
@@ -20014,7 +20016,7 @@ export interface operations {
|
|
|
20014
20016
|
[name: string]: unknown;
|
|
20015
20017
|
};
|
|
20016
20018
|
content: {
|
|
20017
|
-
"application/json": components["schemas"]["
|
|
20019
|
+
"application/json": components["schemas"]["PageResponse_JobBatchMetadataResponse_"];
|
|
20018
20020
|
};
|
|
20019
20021
|
};
|
|
20020
20022
|
/** @description Validation Error */
|
|
@@ -20216,7 +20218,9 @@ export interface operations {
|
|
|
20216
20218
|
sort_by?: components["schemas"]["BatchSortField"] | null;
|
|
20217
20219
|
/** @description Sort order */
|
|
20218
20220
|
sort_order?: components["schemas"]["SortOrder"] | null;
|
|
20221
|
+
/** @description Page number (1-indexed) */
|
|
20219
20222
|
page?: number;
|
|
20223
|
+
/** @description Number of jobs per page */
|
|
20220
20224
|
page_size?: number;
|
|
20221
20225
|
};
|
|
20222
20226
|
header?: never;
|
|
@@ -20234,7 +20238,7 @@ export interface operations {
|
|
|
20234
20238
|
[name: string]: unknown;
|
|
20235
20239
|
};
|
|
20236
20240
|
content: {
|
|
20237
|
-
"application/json": components["schemas"]["
|
|
20241
|
+
"application/json": components["schemas"]["PageResponse_JobResponse_"];
|
|
20238
20242
|
};
|
|
20239
20243
|
};
|
|
20240
20244
|
/** @description Not Found */
|
|
@@ -20431,12 +20435,12 @@ export interface operations {
|
|
|
20431
20435
|
list_organizations_v1_organizations_get: {
|
|
20432
20436
|
parameters: {
|
|
20433
20437
|
query?: {
|
|
20438
|
+
page?: number;
|
|
20439
|
+
page_size?: number;
|
|
20434
20440
|
sort_by?: components["schemas"]["OrganizationSortField"];
|
|
20435
20441
|
sort_order?: components["schemas"]["SortOrder"];
|
|
20436
20442
|
search?: string | null;
|
|
20437
20443
|
country_code?: string | null;
|
|
20438
|
-
page?: number;
|
|
20439
|
-
page_size?: number;
|
|
20440
20444
|
};
|
|
20441
20445
|
header?: never;
|
|
20442
20446
|
path?: never;
|
|
@@ -21497,11 +21501,11 @@ export interface operations {
|
|
|
21497
21501
|
list_users_v1_organizations_users_get: {
|
|
21498
21502
|
parameters: {
|
|
21499
21503
|
query?: {
|
|
21504
|
+
page?: number;
|
|
21505
|
+
page_size?: number;
|
|
21500
21506
|
sort_by?: components["schemas"]["UserSortField"];
|
|
21501
21507
|
sort_order?: components["schemas"]["SortOrder"];
|
|
21502
21508
|
search?: string | null;
|
|
21503
|
-
page?: number;
|
|
21504
|
-
page_size?: number;
|
|
21505
21509
|
};
|
|
21506
21510
|
header?: never;
|
|
21507
21511
|
path?: never;
|
|
@@ -21989,6 +21993,8 @@ export interface operations {
|
|
|
21989
21993
|
get_transactions_v1_organizations__organization_id__transactions_get: {
|
|
21990
21994
|
parameters: {
|
|
21991
21995
|
query?: {
|
|
21996
|
+
page?: number;
|
|
21997
|
+
page_size?: number;
|
|
21992
21998
|
sort_by?: components["schemas"]["BillingTransactionSortField"];
|
|
21993
21999
|
sort_order?: components["schemas"]["SortOrder"];
|
|
21994
22000
|
product_reference?: string | null;
|
|
@@ -21999,8 +22005,6 @@ export interface operations {
|
|
|
21999
22005
|
created_before?: Date | null;
|
|
22000
22006
|
completed_after?: Date | null;
|
|
22001
22007
|
completed_before?: Date | null;
|
|
22002
|
-
page?: number;
|
|
22003
|
-
page_size?: number;
|
|
22004
22008
|
};
|
|
22005
22009
|
header?: never;
|
|
22006
22010
|
path: {
|
|
@@ -22129,7 +22133,9 @@ export interface operations {
|
|
|
22129
22133
|
list_parking_v1_parking_get: {
|
|
22130
22134
|
parameters: {
|
|
22131
22135
|
query?: {
|
|
22136
|
+
/** @description Page number */
|
|
22132
22137
|
page?: number;
|
|
22138
|
+
/** @description Page size */
|
|
22133
22139
|
page_size?: number;
|
|
22134
22140
|
sort_by?: components["schemas"]["ParkingSortField"];
|
|
22135
22141
|
sort_order?: components["schemas"]["SortOrder"];
|
|
@@ -22149,7 +22155,7 @@ export interface operations {
|
|
|
22149
22155
|
[name: string]: unknown;
|
|
22150
22156
|
};
|
|
22151
22157
|
content: {
|
|
22152
|
-
"application/json": components["schemas"]["
|
|
22158
|
+
"application/json": components["schemas"]["PageResponse_ParkingResponse_"];
|
|
22153
22159
|
};
|
|
22154
22160
|
};
|
|
22155
22161
|
/** @description Unauthorized */
|
|
@@ -22602,13 +22608,13 @@ export interface operations {
|
|
|
22602
22608
|
list_tags_v1_tags_get: {
|
|
22603
22609
|
parameters: {
|
|
22604
22610
|
query?: {
|
|
22611
|
+
page?: number;
|
|
22612
|
+
page_size?: number;
|
|
22605
22613
|
sort_by?: components["schemas"]["TagSortField"];
|
|
22606
22614
|
sort_order?: components["schemas"]["SortOrder"];
|
|
22607
22615
|
/** @description Filter by tag types (OR semantics) */
|
|
22608
22616
|
tag_types?: components["schemas"]["TagType"][] | null;
|
|
22609
22617
|
search?: string | null;
|
|
22610
|
-
page?: number;
|
|
22611
|
-
page_size?: number;
|
|
22612
22618
|
};
|
|
22613
22619
|
header?: never;
|
|
22614
22620
|
path?: never;
|