@opusdns/api 1.41.0 → 1.43.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 +49 -2
- package/src/schema.d.ts +2 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -5592,6 +5592,8 @@ components:
|
|
|
5592
5592
|
title: Attributes
|
|
5593
5593
|
contacts:
|
|
5594
5594
|
$ref: '#/components/schemas/DomainContactHandles'
|
|
5595
|
+
description: The contacts of the domain. Optional for transfers when all
|
|
5596
|
+
supported contact roles have a minimum of 0 in the TLD specification.
|
|
5595
5597
|
create_zone:
|
|
5596
5598
|
default: false
|
|
5597
5599
|
description: Create a zone on OpusDNS nameserver infrastructure
|
|
@@ -5614,7 +5616,6 @@ components:
|
|
|
5614
5616
|
$ref: '#/components/schemas/RenewalMode'
|
|
5615
5617
|
description: The renewal mode of the domain
|
|
5616
5618
|
required:
|
|
5617
|
-
- contacts
|
|
5618
5619
|
- renewal_mode
|
|
5619
5620
|
title: DomainTransferBulkTemplate
|
|
5620
5621
|
type: object
|
|
@@ -13805,7 +13806,7 @@ info:
|
|
|
13805
13806
|
\n\n"
|
|
13806
13807
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13807
13808
|
title: OpusDNS API
|
|
13808
|
-
version: 2026-06-
|
|
13809
|
+
version: 2026-06-30-103725
|
|
13809
13810
|
x-logo:
|
|
13810
13811
|
altText: OpusDNS API Reference
|
|
13811
13812
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -15386,6 +15387,8 @@ paths:
|
|
|
15386
15387
|
summary: Retrieve all object history
|
|
15387
15388
|
tags:
|
|
15388
15389
|
- archive
|
|
15390
|
+
x-required-permissions:
|
|
15391
|
+
- organization:read
|
|
15389
15392
|
/v1/archive/object-logs/{object_id}:
|
|
15390
15393
|
get:
|
|
15391
15394
|
description: Retrieve paginated audit logs for a specific object with optional
|
|
@@ -15512,6 +15515,8 @@ paths:
|
|
|
15512
15515
|
summary: Retrieve object history
|
|
15513
15516
|
tags:
|
|
15514
15517
|
- archive
|
|
15518
|
+
x-required-permissions:
|
|
15519
|
+
- organization:read
|
|
15515
15520
|
/v1/archive/request-history:
|
|
15516
15521
|
get:
|
|
15517
15522
|
description: Retrieves a paginated list of request history logs
|
|
@@ -15672,6 +15677,8 @@ paths:
|
|
|
15672
15677
|
summary: Retrieve request history logs
|
|
15673
15678
|
tags:
|
|
15674
15679
|
- archive
|
|
15680
|
+
x-required-permissions:
|
|
15681
|
+
- organization:read
|
|
15675
15682
|
/v1/auth/client_credentials/introspect:
|
|
15676
15683
|
get:
|
|
15677
15684
|
description: Returns the stored record for the API key (or organization token)
|
|
@@ -25796,6 +25803,8 @@ paths:
|
|
|
25796
25803
|
summary: List all organizations
|
|
25797
25804
|
tags:
|
|
25798
25805
|
- organization
|
|
25806
|
+
x-required-permissions:
|
|
25807
|
+
- organization:read
|
|
25799
25808
|
post:
|
|
25800
25809
|
description: Create a new organization under the current organization
|
|
25801
25810
|
operationId: create_organization_v1_organizations_post
|
|
@@ -25912,6 +25921,8 @@ paths:
|
|
|
25912
25921
|
summary: List organization attributes
|
|
25913
25922
|
tags:
|
|
25914
25923
|
- organization
|
|
25924
|
+
x-required-permissions:
|
|
25925
|
+
- organization:read
|
|
25915
25926
|
patch:
|
|
25916
25927
|
description: Updates one or more organization attributes for the current organization
|
|
25917
25928
|
operationId: update_current_organization_attributes_v1_organizations_attributes_patch
|
|
@@ -26028,6 +26039,8 @@ paths:
|
|
|
26028
26039
|
summary: List IP restrictions
|
|
26029
26040
|
tags:
|
|
26030
26041
|
- organization
|
|
26042
|
+
x-required-permissions:
|
|
26043
|
+
- organization:read
|
|
26031
26044
|
post:
|
|
26032
26045
|
description: 'Create a new IP restriction for the organization.
|
|
26033
26046
|
|
|
@@ -26199,6 +26212,8 @@ paths:
|
|
|
26199
26212
|
summary: Get an IP restriction
|
|
26200
26213
|
tags:
|
|
26201
26214
|
- organization
|
|
26215
|
+
x-required-permissions:
|
|
26216
|
+
- organization:read
|
|
26202
26217
|
patch:
|
|
26203
26218
|
description: 'Update an existing IP restriction.
|
|
26204
26219
|
|
|
@@ -26312,6 +26327,8 @@ paths:
|
|
|
26312
26327
|
summary: List grantable role permissions
|
|
26313
26328
|
tags:
|
|
26314
26329
|
- organization
|
|
26330
|
+
x-required-permissions:
|
|
26331
|
+
- organization:read
|
|
26315
26332
|
/v1/organizations/roles:
|
|
26316
26333
|
get:
|
|
26317
26334
|
description: 'Retrieves all roles assignable in the current organization: the
|
|
@@ -26363,6 +26380,8 @@ paths:
|
|
|
26363
26380
|
summary: List roles
|
|
26364
26381
|
tags:
|
|
26365
26382
|
- organization
|
|
26383
|
+
x-required-permissions:
|
|
26384
|
+
- organization:read
|
|
26366
26385
|
post:
|
|
26367
26386
|
description: Creates an organization-owned custom role granting the requested
|
|
26368
26387
|
permissions. The escalation-bearing admin/owner permissions cannot be granted.
|
|
@@ -26573,6 +26592,8 @@ paths:
|
|
|
26573
26592
|
summary: Get a role
|
|
26574
26593
|
tags:
|
|
26575
26594
|
- organization
|
|
26595
|
+
x-required-permissions:
|
|
26596
|
+
- organization:read
|
|
26576
26597
|
patch:
|
|
26577
26598
|
description: Updates a custom role's name, description and/or permission set.
|
|
26578
26599
|
Permission changes apply to every subject holding the role instantly. Built-in
|
|
@@ -26746,6 +26767,8 @@ paths:
|
|
|
26746
26767
|
summary: List all users
|
|
26747
26768
|
tags:
|
|
26748
26769
|
- organization
|
|
26770
|
+
x-required-permissions:
|
|
26771
|
+
- organization:read
|
|
26749
26772
|
/v1/organizations/{organization_id}:
|
|
26750
26773
|
delete:
|
|
26751
26774
|
description: Permanently deletes an organization
|
|
@@ -26859,6 +26882,8 @@ paths:
|
|
|
26859
26882
|
summary: Get organization details
|
|
26860
26883
|
tags:
|
|
26861
26884
|
- organization
|
|
26885
|
+
x-required-permissions:
|
|
26886
|
+
- organization:read
|
|
26862
26887
|
patch:
|
|
26863
26888
|
description: Updates details for a specific organization
|
|
26864
26889
|
operationId: update_organization_v1_organizations__organization_id__patch
|
|
@@ -26998,6 +27023,8 @@ paths:
|
|
|
26998
27023
|
summary: List organization attributes
|
|
26999
27024
|
tags:
|
|
27000
27025
|
- organization
|
|
27026
|
+
x-required-permissions:
|
|
27027
|
+
- organization:read
|
|
27001
27028
|
patch:
|
|
27002
27029
|
description: Updates one or more organization attributes for the specified organization
|
|
27003
27030
|
operationId: update_organization_attributes_v1_organizations__organization_id__attributes_patch
|
|
@@ -27204,6 +27231,8 @@ paths:
|
|
|
27204
27231
|
summary: List product prices
|
|
27205
27232
|
tags:
|
|
27206
27233
|
- organization
|
|
27234
|
+
x-required-permissions:
|
|
27235
|
+
- organization:read
|
|
27207
27236
|
/v1/organizations/{organization_id}/transactions:
|
|
27208
27237
|
get:
|
|
27209
27238
|
description: Retrieves a paginated list of transactions for an organization
|
|
@@ -27362,6 +27391,8 @@ paths:
|
|
|
27362
27391
|
summary: List all transactions
|
|
27363
27392
|
tags:
|
|
27364
27393
|
- organization
|
|
27394
|
+
x-required-permissions:
|
|
27395
|
+
- organization:read
|
|
27365
27396
|
/v1/organizations/{organization_id}/transactions/{transaction_id}:
|
|
27366
27397
|
get:
|
|
27367
27398
|
description: Retrieves details for a specific transaction for an organization
|
|
@@ -27432,6 +27463,8 @@ paths:
|
|
|
27432
27463
|
summary: Get a specific transaction
|
|
27433
27464
|
tags:
|
|
27434
27465
|
- organization
|
|
27466
|
+
x-required-permissions:
|
|
27467
|
+
- organization:read
|
|
27435
27468
|
/v1/parking:
|
|
27436
27469
|
get:
|
|
27437
27470
|
description: Retrieves a paginated list of parking entries for the organization
|
|
@@ -27887,6 +27920,8 @@ paths:
|
|
|
27887
27920
|
summary: List Reports
|
|
27888
27921
|
tags:
|
|
27889
27922
|
- report
|
|
27923
|
+
x-required-permissions:
|
|
27924
|
+
- organization:read
|
|
27890
27925
|
post:
|
|
27891
27926
|
operationId: create_report_v1_reports_post
|
|
27892
27927
|
requestBody:
|
|
@@ -27915,6 +27950,8 @@ paths:
|
|
|
27915
27950
|
summary: Create Report
|
|
27916
27951
|
tags:
|
|
27917
27952
|
- report
|
|
27953
|
+
x-required-permissions:
|
|
27954
|
+
- organization:read
|
|
27918
27955
|
/v1/reports/{report_id}:
|
|
27919
27956
|
get:
|
|
27920
27957
|
operationId: get_report_v1_reports__report_id__get
|
|
@@ -27944,6 +27981,8 @@ paths:
|
|
|
27944
27981
|
summary: Get Report
|
|
27945
27982
|
tags:
|
|
27946
27983
|
- report
|
|
27984
|
+
x-required-permissions:
|
|
27985
|
+
- organization:read
|
|
27947
27986
|
/v1/reports/{report_id}/download:
|
|
27948
27987
|
get:
|
|
27949
27988
|
operationId: download_report_v1_reports__report_id__download_get
|
|
@@ -27972,6 +28011,8 @@ paths:
|
|
|
27972
28011
|
summary: Download Report
|
|
27973
28012
|
tags:
|
|
27974
28013
|
- report
|
|
28014
|
+
x-required-permissions:
|
|
28015
|
+
- organization:read
|
|
27975
28016
|
/v1/tags:
|
|
27976
28017
|
get:
|
|
27977
28018
|
description: Retrieves a paginated list of tags
|
|
@@ -28498,6 +28539,8 @@ paths:
|
|
|
28498
28539
|
summary: Get list of Specifications for all TLDs we support
|
|
28499
28540
|
tags:
|
|
28500
28541
|
- tld
|
|
28542
|
+
x-required-permissions:
|
|
28543
|
+
- organization:read
|
|
28501
28544
|
/v1/tlds/portfolio:
|
|
28502
28545
|
get:
|
|
28503
28546
|
description: Retrieves a list of TLDs we have support for
|
|
@@ -28524,6 +28567,8 @@ paths:
|
|
|
28524
28567
|
summary: Get the list of TLDs we support
|
|
28525
28568
|
tags:
|
|
28526
28569
|
- tld
|
|
28570
|
+
x-required-permissions:
|
|
28571
|
+
- organization:read
|
|
28527
28572
|
/v1/tlds/{tld}:
|
|
28528
28573
|
get:
|
|
28529
28574
|
description: Retrieves the TLD specification for a given TLD
|
|
@@ -28566,6 +28611,8 @@ paths:
|
|
|
28566
28611
|
summary: Get the TLD specification
|
|
28567
28612
|
tags:
|
|
28568
28613
|
- tld
|
|
28614
|
+
x-required-permissions:
|
|
28615
|
+
- organization:read
|
|
28569
28616
|
/v1/users:
|
|
28570
28617
|
post:
|
|
28571
28618
|
description: Create a new user
|
package/src/schema.d.ts
CHANGED
|
@@ -6365,7 +6365,8 @@ export interface components {
|
|
|
6365
6365
|
attributes?: {
|
|
6366
6366
|
[key: string]: string;
|
|
6367
6367
|
} | null;
|
|
6368
|
-
contacts
|
|
6368
|
+
/** @description The contacts of the domain. Optional for transfers when all supported contact roles have a minimum of 0 in the TLD specification. */
|
|
6369
|
+
contacts?: components["schemas"]["DomainContactHandles"];
|
|
6369
6370
|
/**
|
|
6370
6371
|
* Create Zone
|
|
6371
6372
|
* @description Create a zone on OpusDNS nameserver infrastructure
|