@opusdns/api 0.81.0 → 0.82.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/src/openapi.yaml CHANGED
@@ -4797,7 +4797,7 @@ info:
4797
4797
  '
4798
4798
  summary: OpusDNS - your gateway to a seamless domain management experience.
4799
4799
  title: OpusDNS API
4800
- version: 2025-10-06-172245
4800
+ version: 2025-10-10-154932
4801
4801
  x-logo:
4802
4802
  altText: OpusDNS API Reference
4803
4803
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -7648,6 +7648,30 @@ paths:
7648
7648
  schema:
7649
7649
  $ref: '#/components/schemas/Pagination_Organization_'
7650
7650
  description: Successful Response
7651
+ '401':
7652
+ content:
7653
+ application/problem+json:
7654
+ example:
7655
+ code: ERROR_AUTHENTICATION
7656
+ detail: Additional error context.
7657
+ status: 401
7658
+ title: Authentication Error
7659
+ type: authentication
7660
+ schema:
7661
+ $ref: '#/components/schemas/Problem'
7662
+ description: Unauthorized
7663
+ '403':
7664
+ content:
7665
+ application/problem+json:
7666
+ example:
7667
+ code: ERROR_PERMISSION_DENIED
7668
+ detail: Insufficient permissions to perform this action
7669
+ status: 403
7670
+ title: Permission Denied
7671
+ type: permission-denied
7672
+ schema:
7673
+ $ref: '#/components/schemas/Problem'
7674
+ description: Forbidden
7651
7675
  '422':
7652
7676
  content:
7653
7677
  application/problem+json:
@@ -7675,6 +7699,30 @@ paths:
7675
7699
  schema:
7676
7700
  $ref: '#/components/schemas/Organization'
7677
7701
  description: Successful Response
7702
+ '401':
7703
+ content:
7704
+ application/problem+json:
7705
+ example:
7706
+ code: ERROR_AUTHENTICATION
7707
+ detail: Additional error context.
7708
+ status: 401
7709
+ title: Authentication Error
7710
+ type: authentication
7711
+ schema:
7712
+ $ref: '#/components/schemas/Problem'
7713
+ description: Unauthorized
7714
+ '403':
7715
+ content:
7716
+ application/problem+json:
7717
+ example:
7718
+ code: ERROR_PERMISSION_DENIED
7719
+ detail: Insufficient permissions to perform this action
7720
+ status: 403
7721
+ title: Permission Denied
7722
+ type: permission-denied
7723
+ schema:
7724
+ $ref: '#/components/schemas/Problem'
7725
+ description: Forbidden
7678
7726
  '422':
7679
7727
  content:
7680
7728
  application/problem+json:
@@ -7726,6 +7774,30 @@ paths:
7726
7774
  title: Response Get Attributes V1 Organizations Attributes Get
7727
7775
  type: array
7728
7776
  description: Successful Response
7777
+ '401':
7778
+ content:
7779
+ application/problem+json:
7780
+ example:
7781
+ code: ERROR_AUTHENTICATION
7782
+ detail: Additional error context.
7783
+ status: 401
7784
+ title: Authentication Error
7785
+ type: authentication
7786
+ schema:
7787
+ $ref: '#/components/schemas/Problem'
7788
+ description: Unauthorized
7789
+ '403':
7790
+ content:
7791
+ application/problem+json:
7792
+ example:
7793
+ code: ERROR_PERMISSION_DENIED
7794
+ detail: Insufficient permissions to perform this action
7795
+ status: 403
7796
+ title: Permission Denied
7797
+ type: permission-denied
7798
+ schema:
7799
+ $ref: '#/components/schemas/Problem'
7800
+ description: Forbidden
7729
7801
  '422':
7730
7802
  content:
7731
7803
  application/problem+json:
@@ -7773,6 +7845,30 @@ paths:
7773
7845
  title: Response Update Attributes V1 Organizations Attributes Patch
7774
7846
  type: array
7775
7847
  description: Successful Response
7848
+ '401':
7849
+ content:
7850
+ application/problem+json:
7851
+ example:
7852
+ code: ERROR_AUTHENTICATION
7853
+ detail: Additional error context.
7854
+ status: 401
7855
+ title: Authentication Error
7856
+ type: authentication
7857
+ schema:
7858
+ $ref: '#/components/schemas/Problem'
7859
+ description: Unauthorized
7860
+ '403':
7861
+ content:
7862
+ application/problem+json:
7863
+ example:
7864
+ code: ERROR_PERMISSION_DENIED
7865
+ detail: Insufficient permissions to perform this action
7866
+ status: 403
7867
+ title: Permission Denied
7868
+ type: permission-denied
7869
+ schema:
7870
+ $ref: '#/components/schemas/Problem'
7871
+ description: Forbidden
7776
7872
  '422':
7777
7873
  content:
7778
7874
  application/problem+json:
@@ -7825,6 +7921,30 @@ paths:
7825
7921
  Id Get
7826
7922
  type: array
7827
7923
  description: Successful Response
7924
+ '401':
7925
+ content:
7926
+ application/problem+json:
7927
+ example:
7928
+ code: ERROR_AUTHENTICATION
7929
+ detail: Additional error context.
7930
+ status: 401
7931
+ title: Authentication Error
7932
+ type: authentication
7933
+ schema:
7934
+ $ref: '#/components/schemas/Problem'
7935
+ description: Unauthorized
7936
+ '403':
7937
+ content:
7938
+ application/problem+json:
7939
+ example:
7940
+ code: ERROR_PERMISSION_DENIED
7941
+ detail: Insufficient permissions to perform this action
7942
+ status: 403
7943
+ title: Permission Denied
7944
+ type: permission-denied
7945
+ schema:
7946
+ $ref: '#/components/schemas/Problem'
7947
+ description: Forbidden
7828
7948
  '422':
7829
7949
  content:
7830
7950
  application/problem+json:
@@ -7873,6 +7993,30 @@ paths:
7873
7993
  Id Patch
7874
7994
  type: array
7875
7995
  description: Successful Response
7996
+ '401':
7997
+ content:
7998
+ application/problem+json:
7999
+ example:
8000
+ code: ERROR_AUTHENTICATION
8001
+ detail: Additional error context.
8002
+ status: 401
8003
+ title: Authentication Error
8004
+ type: authentication
8005
+ schema:
8006
+ $ref: '#/components/schemas/Problem'
8007
+ description: Unauthorized
8008
+ '403':
8009
+ content:
8010
+ application/problem+json:
8011
+ example:
8012
+ code: ERROR_PERMISSION_DENIED
8013
+ detail: Insufficient permissions to perform this action
8014
+ status: 403
8015
+ title: Permission Denied
8016
+ type: permission-denied
8017
+ schema:
8018
+ $ref: '#/components/schemas/Problem'
8019
+ description: Forbidden
7876
8020
  '422':
7877
8021
  content:
7878
8022
  application/problem+json:
@@ -7905,6 +8049,30 @@ paths:
7905
8049
  Get
7906
8050
  type: array
7907
8051
  description: Successful Response
8052
+ '401':
8053
+ content:
8054
+ application/problem+json:
8055
+ example:
8056
+ code: ERROR_AUTHENTICATION
8057
+ detail: Additional error context.
8058
+ status: 401
8059
+ title: Authentication Error
8060
+ type: authentication
8061
+ schema:
8062
+ $ref: '#/components/schemas/Problem'
8063
+ description: Unauthorized
8064
+ '403':
8065
+ content:
8066
+ application/problem+json:
8067
+ example:
8068
+ code: ERROR_PERMISSION_DENIED
8069
+ detail: Insufficient permissions to perform this action
8070
+ status: 403
8071
+ title: Permission Denied
8072
+ type: permission-denied
8073
+ schema:
8074
+ $ref: '#/components/schemas/Problem'
8075
+ description: Forbidden
7908
8076
  security:
7909
8077
  - OAuth2PasswordBearer: []
7910
8078
  summary: List IP restrictions
@@ -7932,6 +8100,30 @@ paths:
7932
8100
  schema:
7933
8101
  $ref: '#/components/schemas/IpRestrictionResponse'
7934
8102
  description: Successful Response
8103
+ '401':
8104
+ content:
8105
+ application/problem+json:
8106
+ example:
8107
+ code: ERROR_AUTHENTICATION
8108
+ detail: Additional error context.
8109
+ status: 401
8110
+ title: Authentication Error
8111
+ type: authentication
8112
+ schema:
8113
+ $ref: '#/components/schemas/Problem'
8114
+ description: Unauthorized
8115
+ '403':
8116
+ content:
8117
+ application/problem+json:
8118
+ example:
8119
+ code: ERROR_PERMISSION_DENIED
8120
+ detail: Insufficient permissions to perform this action
8121
+ status: 403
8122
+ title: Permission Denied
8123
+ type: permission-denied
8124
+ schema:
8125
+ $ref: '#/components/schemas/Problem'
8126
+ description: Forbidden
7935
8127
  '422':
7936
8128
  content:
7937
8129
  application/problem+json:
@@ -7960,6 +8152,30 @@ paths:
7960
8152
  responses:
7961
8153
  '204':
7962
8154
  description: Successful Response
8155
+ '401':
8156
+ content:
8157
+ application/problem+json:
8158
+ example:
8159
+ code: ERROR_AUTHENTICATION
8160
+ detail: Additional error context.
8161
+ status: 401
8162
+ title: Authentication Error
8163
+ type: authentication
8164
+ schema:
8165
+ $ref: '#/components/schemas/Problem'
8166
+ description: Unauthorized
8167
+ '403':
8168
+ content:
8169
+ application/problem+json:
8170
+ example:
8171
+ code: ERROR_PERMISSION_DENIED
8172
+ detail: Insufficient permissions to perform this action
8173
+ status: 403
8174
+ title: Permission Denied
8175
+ type: permission-denied
8176
+ schema:
8177
+ $ref: '#/components/schemas/Problem'
8178
+ description: Forbidden
7963
8179
  '422':
7964
8180
  content:
7965
8181
  application/problem+json:
@@ -7995,6 +8211,30 @@ paths:
7995
8211
  schema:
7996
8212
  $ref: '#/components/schemas/IpRestrictionResponse'
7997
8213
  description: Successful Response
8214
+ '401':
8215
+ content:
8216
+ application/problem+json:
8217
+ example:
8218
+ code: ERROR_AUTHENTICATION
8219
+ detail: Additional error context.
8220
+ status: 401
8221
+ title: Authentication Error
8222
+ type: authentication
8223
+ schema:
8224
+ $ref: '#/components/schemas/Problem'
8225
+ description: Unauthorized
8226
+ '403':
8227
+ content:
8228
+ application/problem+json:
8229
+ example:
8230
+ code: ERROR_PERMISSION_DENIED
8231
+ detail: Insufficient permissions to perform this action
8232
+ status: 403
8233
+ title: Permission Denied
8234
+ type: permission-denied
8235
+ schema:
8236
+ $ref: '#/components/schemas/Problem'
8237
+ description: Forbidden
7998
8238
  '422':
7999
8239
  content:
8000
8240
  application/problem+json:
@@ -8035,6 +8275,30 @@ paths:
8035
8275
  schema:
8036
8276
  $ref: '#/components/schemas/IpRestrictionResponse'
8037
8277
  description: Successful Response
8278
+ '401':
8279
+ content:
8280
+ application/problem+json:
8281
+ example:
8282
+ code: ERROR_AUTHENTICATION
8283
+ detail: Additional error context.
8284
+ status: 401
8285
+ title: Authentication Error
8286
+ type: authentication
8287
+ schema:
8288
+ $ref: '#/components/schemas/Problem'
8289
+ description: Unauthorized
8290
+ '403':
8291
+ content:
8292
+ application/problem+json:
8293
+ example:
8294
+ code: ERROR_PERMISSION_DENIED
8295
+ detail: Insufficient permissions to perform this action
8296
+ status: 403
8297
+ title: Permission Denied
8298
+ type: permission-denied
8299
+ schema:
8300
+ $ref: '#/components/schemas/Problem'
8301
+ description: Forbidden
8038
8302
  '422':
8039
8303
  content:
8040
8304
  application/problem+json:
@@ -8056,6 +8320,30 @@ paths:
8056
8320
  application/json:
8057
8321
  schema: {}
8058
8322
  description: Successful Response
8323
+ '401':
8324
+ content:
8325
+ application/problem+json:
8326
+ example:
8327
+ code: ERROR_AUTHENTICATION
8328
+ detail: Additional error context.
8329
+ status: 401
8330
+ title: Authentication Error
8331
+ type: authentication
8332
+ schema:
8333
+ $ref: '#/components/schemas/Problem'
8334
+ description: Unauthorized
8335
+ '403':
8336
+ content:
8337
+ application/problem+json:
8338
+ example:
8339
+ code: ERROR_PERMISSION_DENIED
8340
+ detail: Insufficient permissions to perform this action
8341
+ status: 403
8342
+ title: Permission Denied
8343
+ type: permission-denied
8344
+ schema:
8345
+ $ref: '#/components/schemas/Problem'
8346
+ description: Forbidden
8059
8347
  security:
8060
8348
  - OAuth2PasswordBearer: []
8061
8349
  summary: List all roles
@@ -8090,6 +8378,30 @@ paths:
8090
8378
  schema:
8091
8379
  $ref: '#/components/schemas/Pagination_User_'
8092
8380
  description: Successful Response
8381
+ '401':
8382
+ content:
8383
+ application/problem+json:
8384
+ example:
8385
+ code: ERROR_AUTHENTICATION
8386
+ detail: Additional error context.
8387
+ status: 401
8388
+ title: Authentication Error
8389
+ type: authentication
8390
+ schema:
8391
+ $ref: '#/components/schemas/Problem'
8392
+ description: Unauthorized
8393
+ '403':
8394
+ content:
8395
+ application/problem+json:
8396
+ example:
8397
+ code: ERROR_PERMISSION_DENIED
8398
+ detail: Insufficient permissions to perform this action
8399
+ status: 403
8400
+ title: Permission Denied
8401
+ type: permission-denied
8402
+ schema:
8403
+ $ref: '#/components/schemas/Problem'
8404
+ description: Forbidden
8093
8405
  '422':
8094
8406
  content:
8095
8407
  application/problem+json:
@@ -8120,6 +8432,30 @@ paths:
8120
8432
  responses:
8121
8433
  '204':
8122
8434
  description: Successful Response
8435
+ '401':
8436
+ content:
8437
+ application/problem+json:
8438
+ example:
8439
+ code: ERROR_AUTHENTICATION
8440
+ detail: Additional error context.
8441
+ status: 401
8442
+ title: Authentication Error
8443
+ type: authentication
8444
+ schema:
8445
+ $ref: '#/components/schemas/Problem'
8446
+ description: Unauthorized
8447
+ '403':
8448
+ content:
8449
+ application/problem+json:
8450
+ example:
8451
+ code: ERROR_PERMISSION_DENIED
8452
+ detail: Insufficient permissions to perform this action
8453
+ status: 403
8454
+ title: Permission Denied
8455
+ type: permission-denied
8456
+ schema:
8457
+ $ref: '#/components/schemas/Problem'
8458
+ description: Forbidden
8123
8459
  '422':
8124
8460
  content:
8125
8461
  application/problem+json:
@@ -8153,6 +8489,30 @@ paths:
8153
8489
  schema:
8154
8490
  $ref: '#/components/schemas/OrganizationWithBillingData'
8155
8491
  description: Successful Response
8492
+ '401':
8493
+ content:
8494
+ application/problem+json:
8495
+ example:
8496
+ code: ERROR_AUTHENTICATION
8497
+ detail: Additional error context.
8498
+ status: 401
8499
+ title: Authentication Error
8500
+ type: authentication
8501
+ schema:
8502
+ $ref: '#/components/schemas/Problem'
8503
+ description: Unauthorized
8504
+ '403':
8505
+ content:
8506
+ application/problem+json:
8507
+ example:
8508
+ code: ERROR_PERMISSION_DENIED
8509
+ detail: Insufficient permissions to perform this action
8510
+ status: 403
8511
+ title: Permission Denied
8512
+ type: permission-denied
8513
+ schema:
8514
+ $ref: '#/components/schemas/Problem'
8515
+ description: Forbidden
8156
8516
  '422':
8157
8517
  content:
8158
8518
  application/problem+json:
@@ -8192,6 +8552,30 @@ paths:
8192
8552
  schema:
8193
8553
  $ref: '#/components/schemas/Organization'
8194
8554
  description: Successful Response
8555
+ '401':
8556
+ content:
8557
+ application/problem+json:
8558
+ example:
8559
+ code: ERROR_AUTHENTICATION
8560
+ detail: Additional error context.
8561
+ status: 401
8562
+ title: Authentication Error
8563
+ type: authentication
8564
+ schema:
8565
+ $ref: '#/components/schemas/Problem'
8566
+ description: Unauthorized
8567
+ '403':
8568
+ content:
8569
+ application/problem+json:
8570
+ example:
8571
+ code: ERROR_PERMISSION_DENIED
8572
+ detail: Insufficient permissions to perform this action
8573
+ status: 403
8574
+ title: Permission Denied
8575
+ type: permission-denied
8576
+ schema:
8577
+ $ref: '#/components/schemas/Problem'
8578
+ description: Forbidden
8195
8579
  '422':
8196
8580
  content:
8197
8581
  application/problem+json:
@@ -8248,6 +8632,30 @@ paths:
8248
8632
  schema:
8249
8633
  $ref: '#/components/schemas/GetPricesResponse'
8250
8634
  description: Successful Response
8635
+ '401':
8636
+ content:
8637
+ application/problem+json:
8638
+ example:
8639
+ code: ERROR_AUTHENTICATION
8640
+ detail: Additional error context.
8641
+ status: 401
8642
+ title: Authentication Error
8643
+ type: authentication
8644
+ schema:
8645
+ $ref: '#/components/schemas/Problem'
8646
+ description: Unauthorized
8647
+ '403':
8648
+ content:
8649
+ application/problem+json:
8650
+ example:
8651
+ code: ERROR_PERMISSION_DENIED
8652
+ detail: Insufficient permissions to perform this action
8653
+ status: 403
8654
+ title: Permission Denied
8655
+ type: permission-denied
8656
+ schema:
8657
+ $ref: '#/components/schemas/Problem'
8658
+ description: Forbidden
8251
8659
  '422':
8252
8660
  content:
8253
8661
  application/problem+json:
@@ -8380,6 +8788,30 @@ paths:
8380
8788
  schema:
8381
8789
  $ref: '#/components/schemas/Pagination_BillingTransactionResponse_'
8382
8790
  description: Successful Response
8791
+ '401':
8792
+ content:
8793
+ application/problem+json:
8794
+ example:
8795
+ code: ERROR_AUTHENTICATION
8796
+ detail: Additional error context.
8797
+ status: 401
8798
+ title: Authentication Error
8799
+ type: authentication
8800
+ schema:
8801
+ $ref: '#/components/schemas/Problem'
8802
+ description: Unauthorized
8803
+ '403':
8804
+ content:
8805
+ application/problem+json:
8806
+ example:
8807
+ code: ERROR_PERMISSION_DENIED
8808
+ detail: Insufficient permissions to perform this action
8809
+ status: 403
8810
+ title: Permission Denied
8811
+ type: permission-denied
8812
+ schema:
8813
+ $ref: '#/components/schemas/Problem'
8814
+ description: Forbidden
8383
8815
  '422':
8384
8816
  content:
8385
8817
  application/problem+json:
@@ -8425,6 +8857,30 @@ paths:
8425
8857
  schema:
8426
8858
  $ref: '#/components/schemas/BillingTransactionResponse'
8427
8859
  description: Successful Response
8860
+ '401':
8861
+ content:
8862
+ application/problem+json:
8863
+ example:
8864
+ code: ERROR_AUTHENTICATION
8865
+ detail: Additional error context.
8866
+ status: 401
8867
+ title: Authentication Error
8868
+ type: authentication
8869
+ schema:
8870
+ $ref: '#/components/schemas/Problem'
8871
+ description: Unauthorized
8872
+ '403':
8873
+ content:
8874
+ application/problem+json:
8875
+ example:
8876
+ code: ERROR_PERMISSION_DENIED
8877
+ detail: Insufficient permissions to perform this action
8878
+ status: 403
8879
+ title: Permission Denied
8880
+ type: permission-denied
8881
+ schema:
8882
+ $ref: '#/components/schemas/Problem'
8883
+ description: Forbidden
8428
8884
  '422':
8429
8885
  content:
8430
8886
  application/problem+json: