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