@opusdns/api 0.161.0 → 0.163.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.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.161.0",
6
+ "version": "0.163.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -3203,6 +3203,9 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE = {
3203
3203
  AFNIC_REACHABLE_MEDIA: "AFNIC_REACHABLE_MEDIA",
3204
3204
  AFNIC_REACHABLE_STATUS: "AFNIC_REACHABLE_STATUS",
3205
3205
  AFNIC_RESTRICTED_PUBLICATION: "AFNIC_RESTRICTED_PUBLICATION",
3206
+ ROTLD_CONTACT_TYPE: "ROTLD_CONTACT_TYPE",
3207
+ ROTLD_FISCAL_CODE: "ROTLD_FISCAL_CODE",
3208
+ ROTLD_REGISTRATION_NUMBER: "ROTLD_REGISTRATION_NUMBER",
3206
3209
  } as const satisfies Record<string, RegistryHandleAttributeType>;
3207
3210
 
3208
3211
  /**
@@ -3247,7 +3250,10 @@ export const REGISTRY_HANDLE_ATTRIBUTE_TYPE_VALUES = [
3247
3250
  'AFNIC_ID_STATUS',
3248
3251
  'AFNIC_REACHABLE_MEDIA',
3249
3252
  'AFNIC_REACHABLE_STATUS',
3250
- 'AFNIC_RESTRICTED_PUBLICATION'
3253
+ 'AFNIC_RESTRICTED_PUBLICATION',
3254
+ 'ROTLD_CONTACT_TYPE',
3255
+ 'ROTLD_FISCAL_CODE',
3256
+ 'ROTLD_REGISTRATION_NUMBER'
3251
3257
  ] as const satisfies [string, ...string[]] | RegistryHandleAttributeType[];
3252
3258
 
3253
3259
  /**
package/src/openapi.yaml CHANGED
@@ -5302,6 +5302,9 @@ components:
5302
5302
  - AFNIC_REACHABLE_MEDIA
5303
5303
  - AFNIC_REACHABLE_STATUS
5304
5304
  - AFNIC_RESTRICTED_PUBLICATION
5305
+ - ROTLD_CONTACT_TYPE
5306
+ - ROTLD_FISCAL_CODE
5307
+ - ROTLD_REGISTRATION_NUMBER
5305
5308
  title: RegistryHandleAttributeType
5306
5309
  type: string
5307
5310
  RegistryLockBase:
@@ -6675,7 +6678,6 @@ components:
6675
6678
  type: object
6676
6679
  securitySchemes:
6677
6680
  APIKeyHeader:
6678
- description: API key for the organization.
6679
6681
  in: header
6680
6682
  name: X-Api-Key
6681
6683
  type: apiKey
@@ -6748,7 +6750,7 @@ info:
6748
6750
  '
6749
6751
  summary: OpusDNS - your gateway to a seamless domain management experience.
6750
6752
  title: OpusDNS API
6751
- version: 2026-01-20-080953
6753
+ version: 2026-01-20-175334
6752
6754
  x-logo:
6753
6755
  altText: OpusDNS API Reference
6754
6756
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -6853,6 +6855,7 @@ paths:
6853
6855
  description: Validation Error
6854
6856
  security:
6855
6857
  - OAuth2PasswordBearer: []
6858
+ - APIKeyHeader: []
6856
6859
  summary: Retrieve email forward logs by alias
6857
6860
  tags:
6858
6861
  - archive
@@ -6943,6 +6946,7 @@ paths:
6943
6946
  description: Validation Error
6944
6947
  security:
6945
6948
  - OAuth2PasswordBearer: []
6949
+ - APIKeyHeader: []
6946
6950
  summary: Retrieve email forward logs
6947
6951
  tags:
6948
6952
  - archive
@@ -7069,6 +7073,7 @@ paths:
7069
7073
  description: Validation Error
7070
7074
  security:
7071
7075
  - OAuth2PasswordBearer: []
7076
+ - APIKeyHeader: []
7072
7077
  summary: Retrieve all object history
7073
7078
  tags:
7074
7079
  - archive
@@ -7194,6 +7199,7 @@ paths:
7194
7199
  description: Validation Error
7195
7200
  security:
7196
7201
  - OAuth2PasswordBearer: []
7202
+ - APIKeyHeader: []
7197
7203
  summary: Retrieve object history
7198
7204
  tags:
7199
7205
  - archive
@@ -7352,6 +7358,7 @@ paths:
7352
7358
  description: Validation Error
7353
7359
  security:
7354
7360
  - OAuth2PasswordBearer: []
7361
+ - APIKeyHeader: []
7355
7362
  summary: Retrieve request history logs
7356
7363
  tags:
7357
7364
  - archive
@@ -7465,6 +7472,7 @@ paths:
7465
7472
  description: Bad Gateway
7466
7473
  security:
7467
7474
  - OAuth2PasswordBearer: []
7475
+ - APIKeyHeader: []
7468
7476
  summary: Check domain availability
7469
7477
  tags:
7470
7478
  - availability
@@ -7546,6 +7554,7 @@ paths:
7546
7554
  description: Bad Gateway
7547
7555
  security:
7548
7556
  - OAuth2PasswordBearer: []
7557
+ - APIKeyHeader: []
7549
7558
  summary: Stream domain availability results
7550
7559
  tags:
7551
7560
  - availability
@@ -7656,6 +7665,7 @@ paths:
7656
7665
  description: Validation Error
7657
7666
  security:
7658
7667
  - OAuth2PasswordBearer: []
7668
+ - APIKeyHeader: []
7659
7669
  summary: List all contacts
7660
7670
  tags:
7661
7671
  - contact
@@ -7683,6 +7693,7 @@ paths:
7683
7693
  description: Validation Error
7684
7694
  security:
7685
7695
  - OAuth2PasswordBearer: []
7696
+ - APIKeyHeader: []
7686
7697
  summary: Create a contact
7687
7698
  tags:
7688
7699
  - contact
@@ -7902,6 +7913,7 @@ paths:
7902
7913
  description: Validation Error
7903
7914
  security:
7904
7915
  - OAuth2PasswordBearer: []
7916
+ - APIKeyHeader: []
7905
7917
  summary: Delete a contact
7906
7918
  tags:
7907
7919
  - contact
@@ -7948,6 +7960,7 @@ paths:
7948
7960
  description: Validation Error
7949
7961
  security:
7950
7962
  - OAuth2PasswordBearer: []
7963
+ - APIKeyHeader: []
7951
7964
  summary: Retrieve a contact
7952
7965
  tags:
7953
7966
  - contact
@@ -8002,6 +8015,7 @@ paths:
8002
8015
  description: Validation Error
8003
8016
  security:
8004
8017
  - OAuth2PasswordBearer: []
8018
+ - APIKeyHeader: []
8005
8019
  summary: Delete contact verification
8006
8020
  tags:
8007
8021
  - contact
@@ -8059,6 +8073,7 @@ paths:
8059
8073
  description: Validation Error
8060
8074
  security:
8061
8075
  - OAuth2PasswordBearer: []
8076
+ - APIKeyHeader: []
8062
8077
  summary: Retrieve contact verification by contact ID
8063
8078
  tags:
8064
8079
  - contact
@@ -8137,6 +8152,7 @@ paths:
8137
8152
  description: Validation Error
8138
8153
  security:
8139
8154
  - OAuth2PasswordBearer: []
8155
+ - APIKeyHeader: []
8140
8156
  summary: Start contact verification
8141
8157
  tags:
8142
8158
  - contact
@@ -8224,6 +8240,7 @@ paths:
8224
8240
  description: Validation Error
8225
8241
  security:
8226
8242
  - OAuth2PasswordBearer: []
8243
+ - APIKeyHeader: []
8227
8244
  summary: Complete contact verification by contact ID
8228
8245
  tags:
8229
8246
  - contact
@@ -8377,6 +8394,7 @@ paths:
8377
8394
  description: Validation Error
8378
8395
  security:
8379
8396
  - OAuth2PasswordBearer: []
8397
+ - APIKeyHeader: []
8380
8398
  summary: List Zones
8381
8399
  tags:
8382
8400
  - dns
@@ -8597,6 +8615,7 @@ paths:
8597
8615
  description: Invalid request parameters
8598
8616
  security:
8599
8617
  - OAuth2PasswordBearer: []
8618
+ - APIKeyHeader: []
8600
8619
  summary: Create Zone
8601
8620
  tags:
8602
8621
  - dns
@@ -8713,6 +8732,7 @@ paths:
8713
8732
  description: Validation Error
8714
8733
  security:
8715
8734
  - OAuth2PasswordBearer: []
8735
+ - APIKeyHeader: []
8716
8736
  summary: List domain forwards by zone
8717
8737
  tags:
8718
8738
  - dns
@@ -8797,6 +8817,7 @@ paths:
8797
8817
  description: Validation Error
8798
8818
  security:
8799
8819
  - OAuth2PasswordBearer: []
8820
+ - APIKeyHeader: []
8800
8821
  summary: List email forwards by zone
8801
8822
  tags:
8802
8823
  - dns
@@ -8827,6 +8848,7 @@ paths:
8827
8848
  description: Validation Error
8828
8849
  security:
8829
8850
  - OAuth2PasswordBearer: []
8851
+ - APIKeyHeader: []
8830
8852
  summary: Get Zones Summary
8831
8853
  tags:
8832
8854
  - dns
@@ -8853,6 +8875,7 @@ paths:
8853
8875
  description: Validation Error
8854
8876
  security:
8855
8877
  - OAuth2PasswordBearer: []
8878
+ - APIKeyHeader: []
8856
8879
  summary: Delete Zone
8857
8880
  tags:
8858
8881
  - dns
@@ -8882,6 +8905,7 @@ paths:
8882
8905
  description: Validation Error
8883
8906
  security:
8884
8907
  - OAuth2PasswordBearer: []
8908
+ - APIKeyHeader: []
8885
8909
  summary: Get Zone
8886
8910
  tags:
8887
8911
  - dns
@@ -8967,6 +8991,7 @@ paths:
8967
8991
  description: Validation Error
8968
8992
  security:
8969
8993
  - OAuth2PasswordBearer: []
8994
+ - APIKeyHeader: []
8970
8995
  summary: Disable Dnssec
8971
8996
  tags:
8972
8997
  - dns
@@ -9052,6 +9077,7 @@ paths:
9052
9077
  description: Validation Error
9053
9078
  security:
9054
9079
  - OAuth2PasswordBearer: []
9080
+ - APIKeyHeader: []
9055
9081
  summary: Enable Dnssec
9056
9082
  tags:
9057
9083
  - dns
@@ -9132,6 +9158,7 @@ paths:
9132
9158
  description: Validation Error
9133
9159
  security:
9134
9160
  - OAuth2PasswordBearer: []
9161
+ - APIKeyHeader: []
9135
9162
  summary: List domain forwards for a zone
9136
9163
  tags:
9137
9164
  - dns
@@ -9188,6 +9215,7 @@ paths:
9188
9215
  description: Validation Error
9189
9216
  security:
9190
9217
  - OAuth2PasswordBearer: []
9218
+ - APIKeyHeader: []
9191
9219
  summary: List email forwards for a zone
9192
9220
  tags:
9193
9221
  - dns
@@ -9286,6 +9314,7 @@ paths:
9286
9314
  description: Validation Error
9287
9315
  security:
9288
9316
  - OAuth2PasswordBearer: []
9317
+ - APIKeyHeader: []
9289
9318
  summary: Patch Zone Records
9290
9319
  tags:
9291
9320
  - dns
@@ -9389,6 +9418,7 @@ paths:
9389
9418
  description: Validation Error
9390
9419
  security:
9391
9420
  - OAuth2PasswordBearer: []
9421
+ - APIKeyHeader: []
9392
9422
  summary: Patch Zone Rrsets
9393
9423
  tags:
9394
9424
  - dns
@@ -9489,6 +9519,7 @@ paths:
9489
9519
  description: Validation Error
9490
9520
  security:
9491
9521
  - OAuth2PasswordBearer: []
9522
+ - APIKeyHeader: []
9492
9523
  summary: Update Zone Rrsets
9493
9524
  tags:
9494
9525
  - dns
@@ -9574,6 +9605,7 @@ paths:
9574
9605
  description: Validation Error
9575
9606
  security:
9576
9607
  - OAuth2PasswordBearer: []
9608
+ - APIKeyHeader: []
9577
9609
  summary: List domain forwards
9578
9610
  tags:
9579
9611
  - domain_forward
@@ -9635,6 +9667,7 @@ paths:
9635
9667
  description: Validation Error
9636
9668
  security:
9637
9669
  - OAuth2PasswordBearer: []
9670
+ - APIKeyHeader: []
9638
9671
  summary: Patch domain forward redirects
9639
9672
  tags:
9640
9673
  - domain_forward
@@ -9799,6 +9832,7 @@ paths:
9799
9832
  description: Validation Error
9800
9833
  security:
9801
9834
  - OAuth2PasswordBearer: []
9835
+ - APIKeyHeader: []
9802
9836
  summary: Create a domain forward
9803
9837
  tags:
9804
9838
  - domain_forward
@@ -9847,6 +9881,7 @@ paths:
9847
9881
  description: Validation Error
9848
9882
  security:
9849
9883
  - OAuth2PasswordBearer: []
9884
+ - APIKeyHeader: []
9850
9885
  summary: Metrics
9851
9886
  tags:
9852
9887
  - domain_forward
@@ -9895,6 +9930,7 @@ paths:
9895
9930
  description: Validation Error
9896
9931
  security:
9897
9932
  - OAuth2PasswordBearer: []
9933
+ - APIKeyHeader: []
9898
9934
  summary: Browser Stats
9899
9935
  tags:
9900
9936
  - domain_forward
@@ -9943,6 +9979,7 @@ paths:
9943
9979
  description: Validation Error
9944
9980
  security:
9945
9981
  - OAuth2PasswordBearer: []
9982
+ - APIKeyHeader: []
9946
9983
  summary: Geo Stats
9947
9984
  tags:
9948
9985
  - domain_forward
@@ -9991,6 +10028,7 @@ paths:
9991
10028
  description: Validation Error
9992
10029
  security:
9993
10030
  - OAuth2PasswordBearer: []
10031
+ - APIKeyHeader: []
9994
10032
  summary: Platform Stats
9995
10033
  tags:
9996
10034
  - domain_forward
@@ -10039,6 +10077,7 @@ paths:
10039
10077
  description: Validation Error
10040
10078
  security:
10041
10079
  - OAuth2PasswordBearer: []
10080
+ - APIKeyHeader: []
10042
10081
  summary: Referrer Stats
10043
10082
  tags:
10044
10083
  - domain_forward
@@ -10087,6 +10126,7 @@ paths:
10087
10126
  description: Validation Error
10088
10127
  security:
10089
10128
  - OAuth2PasswordBearer: []
10129
+ - APIKeyHeader: []
10090
10130
  summary: Status Code Stats
10091
10131
  tags:
10092
10132
  - domain_forward
@@ -10135,6 +10175,7 @@ paths:
10135
10175
  description: Validation Error
10136
10176
  security:
10137
10177
  - OAuth2PasswordBearer: []
10178
+ - APIKeyHeader: []
10138
10179
  summary: Time Series
10139
10180
  tags:
10140
10181
  - domain_forward
@@ -10183,6 +10224,7 @@ paths:
10183
10224
  description: Validation Error
10184
10225
  security:
10185
10226
  - OAuth2PasswordBearer: []
10227
+ - APIKeyHeader: []
10186
10228
  summary: User Agent Stats
10187
10229
  tags:
10188
10230
  - domain_forward
@@ -10239,6 +10281,7 @@ paths:
10239
10281
  description: Validation Error
10240
10282
  security:
10241
10283
  - OAuth2PasswordBearer: []
10284
+ - APIKeyHeader: []
10242
10285
  summary: Visits By Key
10243
10286
  tags:
10244
10287
  - domain_forward
@@ -10302,6 +10345,7 @@ paths:
10302
10345
  description: Validation Error
10303
10346
  security:
10304
10347
  - OAuth2PasswordBearer: []
10348
+ - APIKeyHeader: []
10305
10349
  summary: Delete a domain forward
10306
10350
  tags:
10307
10351
  - domain_forward
@@ -10368,6 +10412,7 @@ paths:
10368
10412
  description: Validation Error
10369
10413
  security:
10370
10414
  - OAuth2PasswordBearer: []
10415
+ - APIKeyHeader: []
10371
10416
  summary: Get a domain forward
10372
10417
  tags:
10373
10418
  - domain_forward
@@ -10453,6 +10498,7 @@ paths:
10453
10498
  description: Validation Error
10454
10499
  security:
10455
10500
  - OAuth2PasswordBearer: []
10501
+ - APIKeyHeader: []
10456
10502
  summary: Create domain forward set
10457
10503
  tags:
10458
10504
  - domain_forward
@@ -10505,6 +10551,7 @@ paths:
10505
10551
  description: Validation Error
10506
10552
  security:
10507
10553
  - OAuth2PasswordBearer: []
10554
+ - APIKeyHeader: []
10508
10555
  summary: Disable domain forward
10509
10556
  tags:
10510
10557
  - domain_forward
@@ -10568,6 +10615,7 @@ paths:
10568
10615
  description: Validation Error
10569
10616
  security:
10570
10617
  - OAuth2PasswordBearer: []
10618
+ - APIKeyHeader: []
10571
10619
  summary: Enable domain forward
10572
10620
  tags:
10573
10621
  - domain_forward
@@ -10636,6 +10684,7 @@ paths:
10636
10684
  description: Validation Error
10637
10685
  security:
10638
10686
  - OAuth2PasswordBearer: []
10687
+ - APIKeyHeader: []
10639
10688
  summary: Delete domain forward set
10640
10689
  tags:
10641
10690
  - domain_forward
@@ -10708,6 +10757,7 @@ paths:
10708
10757
  description: Validation Error
10709
10758
  security:
10710
10759
  - OAuth2PasswordBearer: []
10760
+ - APIKeyHeader: []
10711
10761
  summary: Get domain forward set
10712
10762
  tags:
10713
10763
  - domain_forward
@@ -10799,6 +10849,7 @@ paths:
10799
10849
  description: Validation Error
10800
10850
  security:
10801
10851
  - OAuth2PasswordBearer: []
10852
+ - APIKeyHeader: []
10802
10853
  summary: Create domain forward set (deprecated)
10803
10854
  tags:
10804
10855
  - domain_forward
@@ -10878,6 +10929,7 @@ paths:
10878
10929
  description: Validation Error
10879
10930
  security:
10880
10931
  - OAuth2PasswordBearer: []
10932
+ - APIKeyHeader: []
10881
10933
  summary: Update domain forward set
10882
10934
  tags:
10883
10935
  - domain_forward
@@ -10974,6 +11026,7 @@ paths:
10974
11026
  description: Bad Gateway
10975
11027
  security:
10976
11028
  - OAuth2PasswordBearer: []
11029
+ - APIKeyHeader: []
10977
11030
  summary: Suggest domains
10978
11031
  tags:
10979
11032
  - domain_search
@@ -11176,6 +11229,7 @@ paths:
11176
11229
  description: Validation Error
11177
11230
  security:
11178
11231
  - OAuth2PasswordBearer: []
11232
+ - APIKeyHeader: []
11179
11233
  summary: List all domains
11180
11234
  tags:
11181
11235
  - domain
@@ -11242,6 +11296,7 @@ paths:
11242
11296
  description: Validation Error
11243
11297
  security:
11244
11298
  - OAuth2PasswordBearer: []
11299
+ - APIKeyHeader: []
11245
11300
  summary: Create a domain
11246
11301
  tags:
11247
11302
  - domain
@@ -11288,6 +11343,7 @@ paths:
11288
11343
  description: Validation Error
11289
11344
  security:
11290
11345
  - OAuth2PasswordBearer: []
11346
+ - APIKeyHeader: []
11291
11347
  summary: Check domain availability
11292
11348
  tags:
11293
11349
  - domain
@@ -11311,6 +11367,7 @@ paths:
11311
11367
  description: Validation Error
11312
11368
  security:
11313
11369
  - OAuth2PasswordBearer: []
11370
+ - APIKeyHeader: []
11314
11371
  summary: Get domain summary
11315
11372
  tags:
11316
11373
  - domain
@@ -11365,6 +11422,7 @@ paths:
11365
11422
  description: Validation Error
11366
11423
  security:
11367
11424
  - OAuth2PasswordBearer: []
11425
+ - APIKeyHeader: []
11368
11426
  summary: Withdraw a nic.at domain
11369
11427
  tags:
11370
11428
  - domain
@@ -11428,6 +11486,7 @@ paths:
11428
11486
  description: Validation Error
11429
11487
  security:
11430
11488
  - OAuth2PasswordBearer: []
11489
+ - APIKeyHeader: []
11431
11490
  summary: Requests your auth code directly from DNS Belgium (registry)
11432
11491
  tags:
11433
11492
  - domain
@@ -11483,6 +11542,7 @@ paths:
11483
11542
  description: Validation Error
11484
11543
  security:
11485
11544
  - OAuth2PasswordBearer: []
11545
+ - APIKeyHeader: []
11486
11546
  summary: Transit a DENIC domain
11487
11547
  tags:
11488
11548
  - domain
@@ -11546,6 +11606,7 @@ paths:
11546
11606
  description: Validation Error
11547
11607
  security:
11548
11608
  - OAuth2PasswordBearer: []
11609
+ - APIKeyHeader: []
11549
11610
  summary: Requests your auth code directly from EURid (registry)
11550
11611
  tags:
11551
11612
  - domain
@@ -11634,6 +11695,7 @@ paths:
11634
11695
  description: Unprocessable Content
11635
11696
  security:
11636
11697
  - OAuth2PasswordBearer: []
11698
+ - APIKeyHeader: []
11637
11699
  summary: Transfer a domain
11638
11700
  tags:
11639
11701
  - domain
@@ -11696,6 +11758,7 @@ paths:
11696
11758
  description: Validation Error
11697
11759
  security:
11698
11760
  - OAuth2PasswordBearer: []
11761
+ - APIKeyHeader: []
11699
11762
  summary: Delete a domain
11700
11763
  tags:
11701
11764
  - domain
@@ -11744,6 +11807,7 @@ paths:
11744
11807
  description: Validation Error
11745
11808
  security:
11746
11809
  - OAuth2PasswordBearer: []
11810
+ - APIKeyHeader: []
11747
11811
  summary: Retrieve a domain
11748
11812
  tags:
11749
11813
  - domain
@@ -11814,6 +11878,7 @@ paths:
11814
11878
  description: Validation Error
11815
11879
  security:
11816
11880
  - OAuth2PasswordBearer: []
11881
+ - APIKeyHeader: []
11817
11882
  summary: Update a domain
11818
11883
  tags:
11819
11884
  - domain
@@ -11859,6 +11924,7 @@ paths:
11859
11924
  description: Validation Error
11860
11925
  security:
11861
11926
  - OAuth2PasswordBearer: []
11927
+ - APIKeyHeader: []
11862
11928
  summary: Delete DNSSEC data
11863
11929
  tags:
11864
11930
  - domain
@@ -11910,6 +11976,7 @@ paths:
11910
11976
  description: Validation Error
11911
11977
  security:
11912
11978
  - OAuth2PasswordBearer: []
11979
+ - APIKeyHeader: []
11913
11980
  summary: Retrieve DNSSEC data
11914
11981
  tags:
11915
11982
  - domain
@@ -11977,6 +12044,7 @@ paths:
11977
12044
  description: Unprocessable Content
11978
12045
  security:
11979
12046
  - OAuth2PasswordBearer: []
12047
+ - APIKeyHeader: []
11980
12048
  summary: Update DNSSEC data
11981
12049
  tags:
11982
12050
  - domain
@@ -12021,6 +12089,7 @@ paths:
12021
12089
  description: Validation Error
12022
12090
  security:
12023
12091
  - OAuth2PasswordBearer: []
12092
+ - APIKeyHeader: []
12024
12093
  summary: Disable DNSSEC for domains using our nameservers
12025
12094
  tags:
12026
12095
  - domain
@@ -12073,6 +12142,7 @@ paths:
12073
12142
  description: Validation Error
12074
12143
  security:
12075
12144
  - OAuth2PasswordBearer: []
12145
+ - APIKeyHeader: []
12076
12146
  summary: Enable DNSSEC for domains using our nameservers
12077
12147
  tags:
12078
12148
  - domain
@@ -12118,6 +12188,7 @@ paths:
12118
12188
  description: Validation Error
12119
12189
  security:
12120
12190
  - OAuth2PasswordBearer: []
12191
+ - APIKeyHeader: []
12121
12192
  summary: Renew a domain
12122
12193
  tags:
12123
12194
  - domain
@@ -12159,6 +12230,7 @@ paths:
12159
12230
  description: Validation Error
12160
12231
  security:
12161
12232
  - OAuth2PasswordBearer: []
12233
+ - APIKeyHeader: []
12162
12234
  summary: Restore an eligible domain (during redemption period)
12163
12235
  tags:
12164
12236
  - domain
@@ -12219,6 +12291,7 @@ paths:
12219
12291
  description: Validation Error
12220
12292
  security:
12221
12293
  - OAuth2PasswordBearer: []
12294
+ - APIKeyHeader: []
12222
12295
  summary: Cancel a domain transfer
12223
12296
  tags:
12224
12297
  - domain
@@ -12311,6 +12384,7 @@ paths:
12311
12384
  description: Validation Error
12312
12385
  security:
12313
12386
  - OAuth2PasswordBearer: []
12387
+ - APIKeyHeader: []
12314
12388
  summary: List all email forwards
12315
12389
  tags:
12316
12390
  - email_forward
@@ -12389,6 +12463,7 @@ paths:
12389
12463
  description: Validation Error
12390
12464
  security:
12391
12465
  - OAuth2PasswordBearer: []
12466
+ - APIKeyHeader: []
12392
12467
  summary: Create email forward configuration
12393
12468
  tags:
12394
12469
  - email_forward
@@ -12445,6 +12520,7 @@ paths:
12445
12520
  description: Validation Error
12446
12521
  security:
12447
12522
  - OAuth2PasswordBearer: []
12523
+ - APIKeyHeader: []
12448
12524
  summary: Delete email forward configuration
12449
12525
  tags:
12450
12526
  - email_forward
@@ -12515,6 +12591,7 @@ paths:
12515
12591
  description: Validation Error
12516
12592
  security:
12517
12593
  - OAuth2PasswordBearer: []
12594
+ - APIKeyHeader: []
12518
12595
  summary: Get email forward configuration
12519
12596
  tags:
12520
12597
  - email_forward
@@ -12603,6 +12680,7 @@ paths:
12603
12680
  description: Validation Error
12604
12681
  security:
12605
12682
  - OAuth2PasswordBearer: []
12683
+ - APIKeyHeader: []
12606
12684
  summary: Create email forward alias
12607
12685
  tags:
12608
12686
  - email_forward
@@ -12680,6 +12758,7 @@ paths:
12680
12758
  description: Validation Error
12681
12759
  security:
12682
12760
  - OAuth2PasswordBearer: []
12761
+ - APIKeyHeader: []
12683
12762
  summary: Delete email forward alias
12684
12763
  tags:
12685
12764
  - email_forward
@@ -12766,6 +12845,7 @@ paths:
12766
12845
  description: Validation Error
12767
12846
  security:
12768
12847
  - OAuth2PasswordBearer: []
12848
+ - APIKeyHeader: []
12769
12849
  summary: Update email forward alias
12770
12850
  tags:
12771
12851
  - email_forward
@@ -12834,6 +12914,7 @@ paths:
12834
12914
  description: Validation Error
12835
12915
  security:
12836
12916
  - OAuth2PasswordBearer: []
12917
+ - APIKeyHeader: []
12837
12918
  summary: Disable email forwarding
12838
12919
  tags:
12839
12920
  - email_forward
@@ -12901,6 +12982,7 @@ paths:
12901
12982
  description: Validation Error
12902
12983
  security:
12903
12984
  - OAuth2PasswordBearer: []
12985
+ - APIKeyHeader: []
12904
12986
  summary: Enable email forwarding
12905
12987
  tags:
12906
12988
  - email_forward
@@ -12990,6 +13072,7 @@ paths:
12990
13072
  description: Validation Error
12991
13073
  security:
12992
13074
  - OAuth2PasswordBearer: []
13075
+ - APIKeyHeader: []
12993
13076
  summary: Retrieve email forward metrics
12994
13077
  tags:
12995
13078
  - email_forward
@@ -13095,6 +13178,7 @@ paths:
13095
13178
  description: Validation Error
13096
13179
  security:
13097
13180
  - OAuth2PasswordBearer: []
13181
+ - APIKeyHeader: []
13098
13182
  summary: Get pending events
13099
13183
  tags:
13100
13184
  - event
@@ -13154,6 +13238,7 @@ paths:
13154
13238
  description: Validation Error
13155
13239
  security:
13156
13240
  - OAuth2PasswordBearer: []
13241
+ - APIKeyHeader: []
13157
13242
  summary: Get event
13158
13243
  tags:
13159
13244
  - event
@@ -13208,6 +13293,7 @@ paths:
13208
13293
  description: Validation Error
13209
13294
  security:
13210
13295
  - OAuth2PasswordBearer: []
13296
+ - APIKeyHeader: []
13211
13297
  summary: Acknowledge event
13212
13298
  tags:
13213
13299
  - event
@@ -13272,6 +13358,7 @@ paths:
13272
13358
  description: Validation Error
13273
13359
  security:
13274
13360
  - OAuth2PasswordBearer: []
13361
+ - APIKeyHeader: []
13275
13362
  summary: List all organizations
13276
13363
  tags:
13277
13364
  - organization
@@ -13323,6 +13410,7 @@ paths:
13323
13410
  description: Validation Error
13324
13411
  security:
13325
13412
  - OAuth2PasswordBearer: []
13413
+ - APIKeyHeader: []
13326
13414
  summary: Create an organization
13327
13415
  tags:
13328
13416
  - organization
@@ -13398,6 +13486,7 @@ paths:
13398
13486
  description: Validation Error
13399
13487
  security:
13400
13488
  - OAuth2PasswordBearer: []
13489
+ - APIKeyHeader: []
13401
13490
  summary: List organization attributes
13402
13491
  tags:
13403
13492
  - organization
@@ -13469,6 +13558,7 @@ paths:
13469
13558
  description: Validation Error
13470
13559
  security:
13471
13560
  - OAuth2PasswordBearer: []
13561
+ - APIKeyHeader: []
13472
13562
  summary: Update organization attributes
13473
13563
  tags:
13474
13564
  - organization
@@ -13545,6 +13635,7 @@ paths:
13545
13635
  description: Validation Error
13546
13636
  security:
13547
13637
  - OAuth2PasswordBearer: []
13638
+ - APIKeyHeader: []
13548
13639
  summary: List organization attributes
13549
13640
  tags:
13550
13641
  - organization
@@ -13617,6 +13708,7 @@ paths:
13617
13708
  description: Validation Error
13618
13709
  security:
13619
13710
  - OAuth2PasswordBearer: []
13711
+ - APIKeyHeader: []
13620
13712
  summary: Update organization attributes
13621
13713
  tags:
13622
13714
  - organization
@@ -13673,6 +13765,7 @@ paths:
13673
13765
  description: Validation Error
13674
13766
  security:
13675
13767
  - OAuth2PasswordBearer: []
13768
+ - APIKeyHeader: []
13676
13769
  summary: List IP restrictions
13677
13770
  tags:
13678
13771
  - organization
@@ -13730,6 +13823,7 @@ paths:
13730
13823
  description: Validation Error
13731
13824
  security:
13732
13825
  - OAuth2PasswordBearer: []
13826
+ - APIKeyHeader: []
13733
13827
  summary: Create an IP restriction
13734
13828
  tags:
13735
13829
  - organization
@@ -13782,6 +13876,7 @@ paths:
13782
13876
  description: Validation Error
13783
13877
  security:
13784
13878
  - OAuth2PasswordBearer: []
13879
+ - APIKeyHeader: []
13785
13880
  summary: Delete an IP restriction
13786
13881
  tags:
13787
13882
  - organization
@@ -13841,6 +13936,7 @@ paths:
13841
13936
  description: Validation Error
13842
13937
  security:
13843
13938
  - OAuth2PasswordBearer: []
13939
+ - APIKeyHeader: []
13844
13940
  summary: Get an IP restriction
13845
13941
  tags:
13846
13942
  - organization
@@ -13905,6 +14001,7 @@ paths:
13905
14001
  description: Validation Error
13906
14002
  security:
13907
14003
  - OAuth2PasswordBearer: []
14004
+ - APIKeyHeader: []
13908
14005
  summary: Update an IP restriction
13909
14006
  tags:
13910
14007
  - organization
@@ -13950,6 +14047,7 @@ paths:
13950
14047
  description: Validation Error
13951
14048
  security:
13952
14049
  - OAuth2PasswordBearer: []
14050
+ - APIKeyHeader: []
13953
14051
  summary: List all roles
13954
14052
  tags:
13955
14053
  - organization
@@ -14014,6 +14112,7 @@ paths:
14014
14112
  description: Validation Error
14015
14113
  security:
14016
14114
  - OAuth2PasswordBearer: []
14115
+ - APIKeyHeader: []
14017
14116
  summary: List all users
14018
14117
  tags:
14019
14118
  - organization
@@ -14068,6 +14167,7 @@ paths:
14068
14167
  description: Validation Error
14069
14168
  security:
14070
14169
  - OAuth2PasswordBearer: []
14170
+ - APIKeyHeader: []
14071
14171
  summary: Delete an organization
14072
14172
  tags:
14073
14173
  - organization
@@ -14125,6 +14225,7 @@ paths:
14125
14225
  description: Validation Error
14126
14226
  security:
14127
14227
  - OAuth2PasswordBearer: []
14228
+ - APIKeyHeader: []
14128
14229
  summary: Get organization details
14129
14230
  tags:
14130
14231
  - organization
@@ -14188,6 +14289,7 @@ paths:
14188
14289
  description: Validation Error
14189
14290
  security:
14190
14291
  - OAuth2PasswordBearer: []
14292
+ - APIKeyHeader: []
14191
14293
  summary: Update an organization
14192
14294
  tags:
14193
14295
  - organization
@@ -14239,6 +14341,7 @@ paths:
14239
14341
  description: Validation Error
14240
14342
  security:
14241
14343
  - OAuth2PasswordBearer: []
14344
+ - APIKeyHeader: []
14242
14345
  summary: List all invoices for the organization
14243
14346
  tags:
14244
14347
  - organization
@@ -14319,6 +14422,7 @@ paths:
14319
14422
  description: Validation Error
14320
14423
  security:
14321
14424
  - OAuth2PasswordBearer: []
14425
+ - APIKeyHeader: []
14322
14426
  summary: List product prices
14323
14427
  tags:
14324
14428
  - organization
@@ -14475,6 +14579,7 @@ paths:
14475
14579
  description: Validation Error
14476
14580
  security:
14477
14581
  - OAuth2PasswordBearer: []
14582
+ - APIKeyHeader: []
14478
14583
  summary: List all transactions
14479
14584
  tags:
14480
14585
  - organization
@@ -14544,6 +14649,7 @@ paths:
14544
14649
  description: Validation Error
14545
14650
  security:
14546
14651
  - OAuth2PasswordBearer: []
14652
+ - APIKeyHeader: []
14547
14653
  summary: Get a specific transaction
14548
14654
  tags:
14549
14655
  - organization
@@ -14644,6 +14750,7 @@ paths:
14644
14750
  description: Validation Error
14645
14751
  security:
14646
14752
  - OAuth2PasswordBearer: []
14753
+ - APIKeyHeader: []
14647
14754
  summary: List parking entries
14648
14755
  tags:
14649
14756
  - parking
@@ -14689,6 +14796,7 @@ paths:
14689
14796
  description: Validation Error
14690
14797
  security:
14691
14798
  - OAuth2PasswordBearer: []
14799
+ - APIKeyHeader: []
14692
14800
  summary: Get list of Specifications for all TLDs we support
14693
14801
  tags:
14694
14802
  - tld
@@ -14714,6 +14822,7 @@ paths:
14714
14822
  description: Validation Error
14715
14823
  security:
14716
14824
  - OAuth2PasswordBearer: []
14825
+ - APIKeyHeader: []
14717
14826
  summary: Get the list of TLDs we support
14718
14827
  tags:
14719
14828
  - tld
@@ -14755,6 +14864,7 @@ paths:
14755
14864
  description: Validation Error
14756
14865
  security:
14757
14866
  - OAuth2PasswordBearer: []
14867
+ - APIKeyHeader: []
14758
14868
  summary: Get the TLD specification
14759
14869
  tags:
14760
14870
  - tld
@@ -14783,6 +14893,7 @@ paths:
14783
14893
  description: Validation Error
14784
14894
  security:
14785
14895
  - OAuth2PasswordBearer: []
14896
+ - APIKeyHeader: []
14786
14897
  summary: Create a user
14787
14898
  tags:
14788
14899
  - user
@@ -14893,6 +15004,7 @@ paths:
14893
15004
  description: Validation Error
14894
15005
  security:
14895
15006
  - OAuth2PasswordBearer: []
15007
+ - APIKeyHeader: []
14896
15008
  summary: Delete a user
14897
15009
  tags:
14898
15010
  - user
@@ -14936,6 +15048,7 @@ paths:
14936
15048
  description: Validation Error
14937
15049
  security:
14938
15050
  - OAuth2PasswordBearer: []
15051
+ - APIKeyHeader: []
14939
15052
  summary: Get a user
14940
15053
  tags:
14941
15054
  - user
@@ -14975,6 +15088,7 @@ paths:
14975
15088
  description: Validation Error
14976
15089
  security:
14977
15090
  - OAuth2PasswordBearer: []
15091
+ - APIKeyHeader: []
14978
15092
  summary: Update a user
14979
15093
  tags:
14980
15094
  - user
@@ -15009,6 +15123,7 @@ paths:
15009
15123
  description: Validation Error
15010
15124
  security:
15011
15125
  - OAuth2PasswordBearer: []
15126
+ - APIKeyHeader: []
15012
15127
  summary: Get user permissions
15013
15128
  tags:
15014
15129
  - user
@@ -15043,6 +15158,7 @@ paths:
15043
15158
  description: Validation Error
15044
15159
  security:
15045
15160
  - OAuth2PasswordBearer: []
15161
+ - APIKeyHeader: []
15046
15162
  summary: Get user roles
15047
15163
  tags:
15048
15164
  - user
@@ -15082,6 +15198,7 @@ paths:
15082
15198
  description: Validation Error
15083
15199
  security:
15084
15200
  - OAuth2PasswordBearer: []
15201
+ - APIKeyHeader: []
15085
15202
  summary: Update user roles
15086
15203
  tags:
15087
15204
  - user
package/src/schema.d.ts CHANGED
@@ -5243,7 +5243,7 @@ export interface components {
5243
5243
  * @description Registry handle attribute types for type-safe attribute key access.
5244
5244
  * @enum {string}
5245
5245
  */
5246
- RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "dnsbe:type" | "eurid:type" | "AFNIC_CONTACT_TYPE" | "AFNIC_PP_FIRST_NAME" | "AFNIC_PM_LEGAL_STATUS" | "AFNIC_PM_SIREN" | "AFNIC_PM_VAT" | "AFNIC_PM_TRADEMARK" | "AFNIC_PM_ASSOC_WALDEC" | "AFNIC_PM_ASSOC_PUBL_DATE" | "AFNIC_PM_ASSOC_PUBL_ANNOUNCE" | "AFNIC_PM_ASSOC_PUBL_PAGE" | "AFNIC_PM_ASSOC_DECL" | "AFNIC_PM_DUNS" | "AFNIC_PM_LOCAL" | "AFNIC_ID_STATUS" | "AFNIC_REACHABLE_MEDIA" | "AFNIC_REACHABLE_STATUS" | "AFNIC_RESTRICTED_PUBLICATION";
5246
+ RegistryHandleAttributeType: "at-ext-contact:type" | "DE_CONTACT_TYPE" | "dnsbe:type" | "eurid:type" | "AFNIC_CONTACT_TYPE" | "AFNIC_PP_FIRST_NAME" | "AFNIC_PM_LEGAL_STATUS" | "AFNIC_PM_SIREN" | "AFNIC_PM_VAT" | "AFNIC_PM_TRADEMARK" | "AFNIC_PM_ASSOC_WALDEC" | "AFNIC_PM_ASSOC_PUBL_DATE" | "AFNIC_PM_ASSOC_PUBL_ANNOUNCE" | "AFNIC_PM_ASSOC_PUBL_PAGE" | "AFNIC_PM_ASSOC_DECL" | "AFNIC_PM_DUNS" | "AFNIC_PM_LOCAL" | "AFNIC_ID_STATUS" | "AFNIC_REACHABLE_MEDIA" | "AFNIC_REACHABLE_STATUS" | "AFNIC_RESTRICTED_PUBLICATION" | "ROTLD_CONTACT_TYPE" | "ROTLD_FISCAL_CODE" | "ROTLD_REGISTRATION_NUMBER";
5247
5247
  /** RegistryLockBase */
5248
5248
  RegistryLockBase: {
5249
5249
  /**