@opusdns/api 0.68.0 → 0.69.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
@@ -8,7 +8,7 @@
8
8
  "typescript": "^5.8.2"
9
9
  },
10
10
  "name": "@opusdns/api",
11
- "version": "0.68.0",
11
+ "version": "0.69.0",
12
12
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
13
13
  "main": "./src/index.ts",
14
14
  "module": "./src/index.ts",
@@ -39,7 +39,7 @@ import { OrganizationCredentialExtra, SignupCreate, ContactCreate, DnsZoneCreate
39
39
  /**
40
40
  * Request type for GET AuthClientCredentials endpoint
41
41
  *
42
- * List Api Keys
42
+ * List all API keys
43
43
  *
44
44
  * @remarks
45
45
  * This type defines the complete request structure for the GET AuthClientCredentials endpoint.
@@ -79,7 +79,7 @@ export type GET_AuthClientCredentials_Request_Query = GET_AuthClientCredentials_
79
79
  /**
80
80
  * Request type for POST AuthClientCredentials endpoint
81
81
  *
82
- * Issue Api Key
82
+ * Issue an API key
83
83
  *
84
84
  * @remarks
85
85
  * This type defines the complete request structure for the POST AuthClientCredentials endpoint.
@@ -115,7 +115,7 @@ export type POST_AuthClientCredentials_Request_Body = POST_AuthClientCredentials
115
115
  /**
116
116
  * Request type for DELETE AuthClientCredentialsApiKeyId endpoint
117
117
  *
118
- * Delete Api Key
118
+ * Delete an API key
119
119
  *
120
120
  * @remarks
121
121
  * This type defines the complete request structure for the DELETE AuthClientCredentialsApiKeyId endpoint.
@@ -233,7 +233,7 @@ export type POST_AuthToken_Request = {
233
233
  /**
234
234
  * Request type for GET Availability endpoint
235
235
  *
236
- * Bulk Availability
236
+ * Check domain availability
237
237
  * Check the availability of one or more domains.
238
238
  *
239
239
  * @remarks
@@ -278,7 +278,7 @@ export type GET_Availability_Request_Query = GET_Availability_Request['parameter
278
278
  /**
279
279
  * Request type for GET AvailabilityStream endpoint
280
280
  *
281
- * Stream Availability
281
+ * Stream domain availability results
282
282
  * Stream domain availability results using Server-Sent Events (SSE) until the `done` event is received.
283
283
  *
284
284
  * @remarks
@@ -323,8 +323,8 @@ export type GET_AvailabilityStream_Request_Query = GET_AvailabilityStream_Reques
323
323
  /**
324
324
  * Request type for GET Contacts endpoint
325
325
  *
326
- * Get Contacts
327
326
  * List all contacts
327
+ * Retrieves a paginated list of all contacts
328
328
  *
329
329
  * @remarks
330
330
  * This type defines the complete request structure for the GET Contacts endpoint.
@@ -362,8 +362,8 @@ export type GET_Contacts_Request_Query = GET_Contacts_Request['parameters']['que
362
362
  /**
363
363
  * Request type for POST Contacts endpoint
364
364
  *
365
- * Create Contact
366
365
  * Create a contact
366
+ * Create a new contact object to use for domain registration
367
367
  *
368
368
  * @remarks
369
369
  * This type defines the complete request structure for the POST Contacts endpoint.
@@ -399,8 +399,8 @@ export type POST_Contacts_Request_Body = POST_Contacts_Request['requestBody'];
399
399
  /**
400
400
  * Request type for DELETE ContactsContactId endpoint
401
401
  *
402
- * Delete Contact
403
402
  * Delete a contact
403
+ * Deletes a contact object; only possible if the contact is not in use
404
404
  *
405
405
  * @remarks
406
406
  * This type defines the complete request structure for the DELETE ContactsContactId endpoint.
@@ -438,8 +438,8 @@ export type DELETE_ContactsContactId_Request_Path = DELETE_ContactsContactId_Req
438
438
  /**
439
439
  * Request type for GET ContactsContactId endpoint
440
440
  *
441
- * Get Contact
442
441
  * Retrieve a contact
442
+ * Retrieves a contact object
443
443
  *
444
444
  * @remarks
445
445
  * This type defines the complete request structure for the GET ContactsContactId endpoint.
@@ -477,7 +477,6 @@ export type GET_ContactsContactId_Request_Path = GET_ContactsContactId_Request['
477
477
  /**
478
478
  * Request type for DELETE ContactsContactIdVerification endpoint
479
479
  *
480
- * Cancel Verification
481
480
  * Delete contact verification
482
481
  *
483
482
  * @remarks
@@ -516,8 +515,7 @@ export type DELETE_ContactsContactIdVerification_Request_Path = DELETE_ContactsC
516
515
  /**
517
516
  * Request type for GET ContactsContactIdVerification endpoint
518
517
  *
519
- * Get Verification Status
520
- * Retrieve contact verification
518
+ * Retrieve contact verification by contact ID
521
519
  *
522
520
  * @remarks
523
521
  * This type defines the complete request structure for the GET ContactsContactIdVerification endpoint.
@@ -555,7 +553,6 @@ export type GET_ContactsContactIdVerification_Request_Path = GET_ContactsContact
555
553
  /**
556
554
  * Request type for POST ContactsContactIdVerification endpoint
557
555
  *
558
- * Start Contact Verification
559
556
  * Start contact verification
560
557
  *
561
558
  * @remarks
@@ -608,8 +605,7 @@ export type POST_ContactsContactIdVerification_Request_Path = POST_ContactsConta
608
605
  /**
609
606
  * Request type for PUT ContactsContactIdVerification endpoint
610
607
  *
611
- * Update Verification
612
- * Complete contact verification
608
+ * Complete contact verification by contact ID
613
609
  *
614
610
  * @remarks
615
611
  * This type defines the complete request structure for the PUT ContactsContactIdVerification endpoint.
@@ -661,8 +657,7 @@ export type PUT_ContactsContactIdVerification_Request_Path = PUT_ContactsContact
661
657
  /**
662
658
  * Request type for GET ContactsVerification endpoint
663
659
  *
664
- * Get Verification By Token
665
- * Retrieve contact verification
660
+ * Retrieve contact verification by token
666
661
  *
667
662
  * @remarks
668
663
  * This type defines the complete request structure for the GET ContactsVerification endpoint.
@@ -700,8 +695,7 @@ export type GET_ContactsVerification_Request_Query = GET_ContactsVerification_Re
700
695
  /**
701
696
  * Request type for PUT ContactsVerification endpoint
702
697
  *
703
- * Update Verification By Token
704
- * Complete contact verification
698
+ * Complete contact verification with token
705
699
  *
706
700
  * @remarks
707
701
  * This type defines the complete request structure for the PUT ContactsVerification endpoint.
@@ -1195,7 +1189,8 @@ export type PUT_DnsZoneNameRrsets_Request_Body = PUT_DnsZoneNameRrsets_Request['
1195
1189
  /**
1196
1190
  * Request type for GET DomainSearchSuggest endpoint
1197
1191
  *
1198
- * Suggest
1192
+ * Suggest domains
1193
+ * Get a list of domain suggestions based on a search query
1199
1194
  *
1200
1195
  * @remarks
1201
1196
  * This type defines the complete request structure for the GET DomainSearchSuggest endpoint.
@@ -1207,9 +1202,7 @@ export type PUT_DnsZoneNameRrsets_Request_Body = PUT_DnsZoneNameRrsets_Request['
1207
1202
  *
1208
1203
  * @path /v1/domain-search/suggest
1209
1204
  * @param query (query) - The primary keyword or phrase for the domain search
1210
- * @param tlds (query) -
1211
- Specify one or more TLDs to include in the search.
1212
-
1205
+ * @param tlds (query) - The TLDs to include in the search
1213
1206
  * @param limit (query) - The maximum number of domain suggestions to return
1214
1207
  * @param premium (query) - Whether to include premium domains in the suggestions
1215
1208
  *
@@ -1234,9 +1227,7 @@ export type GET_DomainSearchSuggest_Request = {
1234
1227
  *
1235
1228
  * @path /v1/domain-search/suggest
1236
1229
  * @param query (query) - The primary keyword or phrase for the domain search
1237
- * @param tlds (query) -
1238
- Specify one or more TLDs to include in the search.
1239
-
1230
+ * @param tlds (query) - The TLDs to include in the search
1240
1231
  * @param limit (query) - The maximum number of domain suggestions to return
1241
1232
  * @param premium (query) - Whether to include premium domains in the suggestions
1242
1233
  */
@@ -1760,7 +1751,7 @@ export type POST_DomainsDomainReferenceRenew_Request_Body = POST_DomainsDomainRe
1760
1751
  /**
1761
1752
  * Request type for POST DomainsDomainReferenceRestore endpoint
1762
1753
  *
1763
- * Restore Domain
1754
+ * Restore an eligible domain (during redemption period)
1764
1755
  *
1765
1756
  * @remarks
1766
1757
  * This type defines the complete request structure for the POST DomainsDomainReferenceRestore endpoint.
@@ -2275,7 +2266,8 @@ export type PATCH_EmailForwardsZoneNameEnable_Request_Path = PATCH_EmailForwards
2275
2266
  /**
2276
2267
  * Request type for GET Events endpoint
2277
2268
  *
2278
- * Get Events
2269
+ * Get pending events
2270
+ * Retrieves a paginated list of pending events for the organization
2279
2271
  *
2280
2272
  * @remarks
2281
2273
  * This type defines the complete request structure for the GET Events endpoint.
@@ -2313,7 +2305,8 @@ export type GET_Events_Request_Query = GET_Events_Request['parameters']['query']
2313
2305
  /**
2314
2306
  * Request type for GET EventsEventId endpoint
2315
2307
  *
2316
- * Get Event
2308
+ * Get event
2309
+ * Get an event by its ID
2317
2310
  *
2318
2311
  * @remarks
2319
2312
  * This type defines the complete request structure for the GET EventsEventId endpoint.
@@ -2351,7 +2344,8 @@ export type GET_EventsEventId_Request_Path = GET_EventsEventId_Request['paramete
2351
2344
  /**
2352
2345
  * Request type for PATCH EventsEventId endpoint
2353
2346
  *
2354
- * Acknowledge Event
2347
+ * Acknowledge event
2348
+ * Acknowledge an event
2355
2349
  *
2356
2350
  * @remarks
2357
2351
  * This type defines the complete request structure for the PATCH EventsEventId endpoint.
@@ -2389,7 +2383,8 @@ export type PATCH_EventsEventId_Request_Path = PATCH_EventsEventId_Request['para
2389
2383
  /**
2390
2384
  * Request type for GET Organizations endpoint
2391
2385
  *
2392
- * List Organizations
2386
+ * List all organizations
2387
+ * Retrieves a paginated list of organizations under the current organization
2393
2388
  *
2394
2389
  * @remarks
2395
2390
  * This type defines the complete request structure for the GET Organizations endpoint.
@@ -2427,7 +2422,8 @@ export type GET_Organizations_Request_Query = GET_Organizations_Request['paramet
2427
2422
  /**
2428
2423
  * Request type for POST Organizations endpoint
2429
2424
  *
2430
- * Create Organization
2425
+ * Create an organization
2426
+ * Create a new organization under the current organization
2431
2427
  *
2432
2428
  * @remarks
2433
2429
  * This type defines the complete request structure for the POST Organizations endpoint.
@@ -2463,7 +2459,8 @@ export type POST_Organizations_Request_Body = POST_Organizations_Request['reques
2463
2459
  /**
2464
2460
  * Request type for GET OrganizationsAttributes endpoint
2465
2461
  *
2466
- * Get Attributes
2462
+ * List organization attributes
2463
+ * Retrieves a list of organization attributes for the current organization
2467
2464
  *
2468
2465
  * @remarks
2469
2466
  * This type defines the complete request structure for the GET OrganizationsAttributes endpoint.
@@ -2503,7 +2500,8 @@ export type GET_OrganizationsAttributes_Request_Query = GET_OrganizationsAttribu
2503
2500
  /**
2504
2501
  * Request type for PATCH OrganizationsAttributes endpoint
2505
2502
  *
2506
- * Update Attributes
2503
+ * Update organization attributes
2504
+ * Updates one or more organization attributes for the current organization
2507
2505
  *
2508
2506
  * @remarks
2509
2507
  * This type defines the complete request structure for the PATCH OrganizationsAttributes endpoint.
@@ -2555,7 +2553,8 @@ export type PATCH_OrganizationsAttributes_Request_Body = PATCH_OrganizationsAttr
2555
2553
  /**
2556
2554
  * Request type for GET OrganizationsAttributesOrganizationId endpoint
2557
2555
  *
2558
- * Get Attributes
2556
+ * List organization attributes
2557
+ * Retrieves a list of organization attributes for the specified organization
2559
2558
  *
2560
2559
  * @remarks
2561
2560
  * This type defines the complete request structure for the GET OrganizationsAttributesOrganizationId endpoint.
@@ -2609,7 +2608,8 @@ export type GET_OrganizationsAttributesOrganizationId_Request_Path = GET_Organiz
2609
2608
  /**
2610
2609
  * Request type for PATCH OrganizationsAttributesOrganizationId endpoint
2611
2610
  *
2612
- * Update Attributes
2611
+ * Update organization attributes
2612
+ * Updates one or more organization attributes for the specified organization
2613
2613
  *
2614
2614
  * @remarks
2615
2615
  * This type defines the complete request structure for the PATCH OrganizationsAttributesOrganizationId endpoint.
@@ -2661,7 +2661,7 @@ export type PATCH_OrganizationsAttributesOrganizationId_Request_Body = PATCH_Org
2661
2661
  /**
2662
2662
  * Request type for GET OrganizationsIpRestrictions endpoint
2663
2663
  *
2664
- * List Ip Restrictions
2664
+ * List IP restrictions
2665
2665
  * List all IP restrictions for the organization.
2666
2666
 
2667
2667
  Returns a list of all IP restrictions configured for your organization.
@@ -2687,7 +2687,7 @@ export type GET_OrganizationsIpRestrictions_Request = {
2687
2687
  /**
2688
2688
  * Request type for POST OrganizationsIpRestrictions endpoint
2689
2689
  *
2690
- * Create Ip Restriction
2690
+ * Create an IP restriction
2691
2691
  * Create a new IP restriction for the organization.
2692
2692
 
2693
2693
  Accepts either a single IP address or a CIDR network range.
@@ -2727,7 +2727,7 @@ export type POST_OrganizationsIpRestrictions_Request_Body = POST_OrganizationsIp
2727
2727
  /**
2728
2728
  * Request type for DELETE OrganizationsIpRestrictionsIpRestrictionId endpoint
2729
2729
  *
2730
- * Delete Ip Restriction
2730
+ * Delete an IP restriction
2731
2731
  * Delete an IP restriction.
2732
2732
 
2733
2733
  Permanently removes the specified IP restriction from your organization.
@@ -2768,7 +2768,7 @@ export type DELETE_OrganizationsIpRestrictionsIpRestrictionId_Request_Path = DEL
2768
2768
  /**
2769
2769
  * Request type for GET OrganizationsIpRestrictionsIpRestrictionId endpoint
2770
2770
  *
2771
- * Get Ip Restriction
2771
+ * Get an IP restriction
2772
2772
  * Get a specific IP restriction by ID.
2773
2773
 
2774
2774
  Returns the details of a specific IP restriction if it exists and belongs to your organization.
@@ -2810,7 +2810,7 @@ export type GET_OrganizationsIpRestrictionsIpRestrictionId_Request_Path = GET_Or
2810
2810
  /**
2811
2811
  * Request type for PATCH OrganizationsIpRestrictionsIpRestrictionId endpoint
2812
2812
  *
2813
- * Update Ip Restriction
2813
+ * Update an IP restriction
2814
2814
  * Update an existing IP restriction.
2815
2815
 
2816
2816
  You can update the IP network range or the last usage timestamp.
@@ -2866,7 +2866,8 @@ export type PATCH_OrganizationsIpRestrictionsIpRestrictionId_Request_Body = PATC
2866
2866
  /**
2867
2867
  * Request type for DELETE OrganizationsOrganizationId endpoint
2868
2868
  *
2869
- * Delete User
2869
+ * Delete an organization
2870
+ * Permanently deletes an organization
2870
2871
  *
2871
2872
  * @remarks
2872
2873
  * This type defines the complete request structure for the DELETE OrganizationsOrganizationId endpoint.
@@ -2904,7 +2905,8 @@ export type DELETE_OrganizationsOrganizationId_Request_Path = DELETE_Organizatio
2904
2905
  /**
2905
2906
  * Request type for GET OrganizationsOrganizationId endpoint
2906
2907
  *
2907
- * Get Organization
2908
+ * Get organization details
2909
+ * Retrieves details for a specific organization
2908
2910
  *
2909
2911
  * @remarks
2910
2912
  * This type defines the complete request structure for the GET OrganizationsOrganizationId endpoint.
@@ -2942,7 +2944,8 @@ export type GET_OrganizationsOrganizationId_Request_Path = GET_OrganizationsOrga
2942
2944
  /**
2943
2945
  * Request type for PATCH OrganizationsOrganizationId endpoint
2944
2946
  *
2945
- * Update Organization
2947
+ * Update an organization
2948
+ * Updates details for a specific organization
2946
2949
  *
2947
2950
  * @remarks
2948
2951
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationId endpoint.
@@ -2994,7 +2997,8 @@ export type PATCH_OrganizationsOrganizationId_Request_Body = PATCH_Organizations
2994
2997
  /**
2995
2998
  * Request type for POST OrganizationsOrganizationIdBillingCheckoutSessions endpoint
2996
2999
  *
2997
- * Get Checkout Session
3000
+ * Create checkout session
3001
+ * Create a checkout session for the organization
2998
3002
  *
2999
3003
  * @remarks
3000
3004
  * This type defines the complete request structure for the POST OrganizationsOrganizationIdBillingCheckoutSessions endpoint.
@@ -3046,7 +3050,8 @@ export type POST_OrganizationsOrganizationIdBillingCheckoutSessions_Request_Body
3046
3050
  /**
3047
3051
  * Request type for GET OrganizationsOrganizationIdBillingPaymentMethods endpoint
3048
3052
  *
3049
- * List Payment Methods
3053
+ * List all payment methods
3054
+ * List all available payment methods for the organization
3050
3055
  *
3051
3056
  * @remarks
3052
3057
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdBillingPaymentMethods endpoint.
@@ -3084,7 +3089,8 @@ export type GET_OrganizationsOrganizationIdBillingPaymentMethods_Request_Path =
3084
3089
  /**
3085
3090
  * Request type for DELETE OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodId endpoint
3086
3091
  *
3087
- * Delete Payment Method
3092
+ * Delete a payment method
3093
+ * Delete a payment method for the organization
3088
3094
  *
3089
3095
  * @remarks
3090
3096
  * This type defines the complete request structure for the DELETE OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodId endpoint.
@@ -3122,7 +3128,8 @@ export type DELETE_OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethod
3122
3128
  /**
3123
3129
  * Request type for PATCH OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodIdDefault endpoint
3124
3130
  *
3125
- * Update Default Payment Method
3131
+ * Set payment method as default
3132
+ * Set the provided payment method as default for the specified organization
3126
3133
  *
3127
3134
  * @remarks
3128
3135
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodIdDefault endpoint.
@@ -3160,7 +3167,8 @@ export type PATCH_OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodI
3160
3167
  /**
3161
3168
  * Request type for POST OrganizationsOrganizationIdBillingWalletCredits endpoint
3162
3169
  *
3163
- * Credit Wallet
3170
+ * Credit wallet
3171
+ * Credit the organization's wallet using the provided amount and payment method
3164
3172
  *
3165
3173
  * @remarks
3166
3174
  * This type defines the complete request structure for the POST OrganizationsOrganizationIdBillingWalletCredits endpoint.
@@ -3212,7 +3220,8 @@ export type POST_OrganizationsOrganizationIdBillingWalletCredits_Request_Body =
3212
3220
  /**
3213
3221
  * Request type for PATCH OrganizationsOrganizationIdPlan endpoint
3214
3222
  *
3215
- * Change Plan
3223
+ * Update organization plan
3224
+ * Changes the plan for an organization
3216
3225
  *
3217
3226
  * @remarks
3218
3227
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationIdPlan endpoint.
@@ -3264,7 +3273,8 @@ export type PATCH_OrganizationsOrganizationIdPlan_Request_Body = PATCH_Organizat
3264
3273
  /**
3265
3274
  * Request type for GET OrganizationsOrganizationIdPlans endpoint
3266
3275
  *
3267
- * Get Current Available Plans
3276
+ * Get plans for an organization
3277
+ * Retrieves a list of plans for an organization
3268
3278
  *
3269
3279
  * @remarks
3270
3280
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdPlans endpoint.
@@ -3302,7 +3312,8 @@ export type GET_OrganizationsOrganizationIdPlans_Request_Path = GET_Organization
3302
3312
  /**
3303
3313
  * Request type for GET OrganizationsOrganizationIdPricingProductTypeProductType endpoint
3304
3314
  *
3305
- * Get Pricing Plans
3315
+ * List product prices
3316
+ * Retrieves pricing data for a specific product type. If a product action/class are specified, only prices for those are returned, if any.
3306
3317
  *
3307
3318
  * @remarks
3308
3319
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdPricingProductTypeProductType endpoint.
@@ -3354,7 +3365,8 @@ export type GET_OrganizationsOrganizationIdPricingProductTypeProductType_Request
3354
3365
  /**
3355
3366
  * Request type for GET OrganizationsOrganizationIdTransactions endpoint
3356
3367
  *
3357
- * Get transactions for an organization
3368
+ * List all transactions
3369
+ * Retrieves a paginated list of transactions for an organization
3358
3370
  *
3359
3371
  * @remarks
3360
3372
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdTransactions endpoint.
@@ -3406,7 +3418,8 @@ export type GET_OrganizationsOrganizationIdTransactions_Request_Path = GET_Organ
3406
3418
  /**
3407
3419
  * Request type for GET OrganizationsOrganizationIdTransactionsTransactionId endpoint
3408
3420
  *
3409
- * Get a specific transaction for an organization
3421
+ * Get a specific transaction
3422
+ * Retrieves details for a specific transaction for an organization
3410
3423
  *
3411
3424
  * @remarks
3412
3425
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdTransactionsTransactionId endpoint.
@@ -3444,7 +3457,8 @@ export type GET_OrganizationsOrganizationIdTransactionsTransactionId_Request_Pat
3444
3457
  /**
3445
3458
  * Request type for GET OrganizationsRoles endpoint
3446
3459
  *
3447
- * List Roles
3460
+ * List all roles
3461
+ * Retrieves a list of roles for the current organization
3448
3462
  *
3449
3463
  * @remarks
3450
3464
  * This type defines the complete request structure for the GET OrganizationsRoles endpoint.
@@ -3466,7 +3480,8 @@ export type GET_OrganizationsRoles_Request = {
3466
3480
  /**
3467
3481
  * Request type for GET OrganizationsUsers endpoint
3468
3482
  *
3469
- * List Users
3483
+ * List all users
3484
+ * Retrieves a paginated list of users under the current organization
3470
3485
  *
3471
3486
  * @remarks
3472
3487
  * This type defines the complete request structure for the GET OrganizationsUsers endpoint.
@@ -3504,7 +3519,8 @@ export type GET_OrganizationsUsers_Request_Query = GET_OrganizationsUsers_Reques
3504
3519
  /**
3505
3520
  * Request type for GET TldsPortfolio endpoint
3506
3521
  *
3507
- * Get Tld Portfolio
3522
+ * Get the list of TLDs we support
3523
+ * Retrieves a list of TLDs we have support for
3508
3524
  *
3509
3525
  * @remarks
3510
3526
  * This type defines the complete request structure for the GET TldsPortfolio endpoint.
@@ -3526,7 +3542,8 @@ export type GET_TldsPortfolio_Request = {
3526
3542
  /**
3527
3543
  * Request type for GET TldsTld endpoint
3528
3544
  *
3529
- * Get Tld Spec
3545
+ * Get the TLD specification
3546
+ * Retrieves the TLD specification for a given TLD
3530
3547
  *
3531
3548
  * @remarks
3532
3549
  * This type defines the complete request structure for the GET TldsTld endpoint.
@@ -3564,7 +3581,8 @@ export type GET_TldsTld_Request_Path = GET_TldsTld_Request['parameters']['path']
3564
3581
  /**
3565
3582
  * Request type for POST Users endpoint
3566
3583
  *
3567
- * Create User
3584
+ * Create a user
3585
+ * Create a new user
3568
3586
  *
3569
3587
  * @remarks
3570
3588
  * This type defines the complete request structure for the POST Users endpoint.
@@ -3600,7 +3618,8 @@ export type POST_Users_Request_Body = POST_Users_Request['requestBody'];
3600
3618
  /**
3601
3619
  * Request type for GET UsersMe endpoint
3602
3620
  *
3603
- * Get Current User
3621
+ * Get current user
3622
+ * Get the current user
3604
3623
  *
3605
3624
  * @remarks
3606
3625
  * This type defines the complete request structure for the GET UsersMe endpoint.
@@ -3674,7 +3693,8 @@ export type PATCH_UsersMePasswordReset_Request_Body = PATCH_UsersMePasswordReset
3674
3693
  /**
3675
3694
  * Request type for DELETE UsersUserId endpoint
3676
3695
  *
3677
- * Delete User
3696
+ * Delete a user
3697
+ * Delete a user by ID
3678
3698
  *
3679
3699
  * @remarks
3680
3700
  * This type defines the complete request structure for the DELETE UsersUserId endpoint.
@@ -3712,7 +3732,8 @@ export type DELETE_UsersUserId_Request_Path = DELETE_UsersUserId_Request['parame
3712
3732
  /**
3713
3733
  * Request type for GET UsersUserId endpoint
3714
3734
  *
3715
- * Get User
3735
+ * Get a user
3736
+ * Get a user by ID
3716
3737
  *
3717
3738
  * @remarks
3718
3739
  * This type defines the complete request structure for the GET UsersUserId endpoint.
@@ -3764,7 +3785,8 @@ export type GET_UsersUserId_Request_Path = GET_UsersUserId_Request['parameters']
3764
3785
  /**
3765
3786
  * Request type for PATCH UsersUserId endpoint
3766
3787
  *
3767
- * Update User
3788
+ * Update a user
3789
+ * Update a user by ID
3768
3790
  *
3769
3791
  * @remarks
3770
3792
  * This type defines the complete request structure for the PATCH UsersUserId endpoint.
@@ -3816,7 +3838,8 @@ export type PATCH_UsersUserId_Request_Body = PATCH_UsersUserId_Request['requestB
3816
3838
  /**
3817
3839
  * Request type for GET UsersUserIdPermissions endpoint
3818
3840
  *
3819
- * Get User Permissions
3841
+ * Get user permissions
3842
+ * Get the permissions for a user
3820
3843
  *
3821
3844
  * @remarks
3822
3845
  * This type defines the complete request structure for the GET UsersUserIdPermissions endpoint.
@@ -3854,7 +3877,8 @@ export type GET_UsersUserIdPermissions_Request_Path = GET_UsersUserIdPermissions
3854
3877
  /**
3855
3878
  * Request type for GET UsersUserIdRoles endpoint
3856
3879
  *
3857
- * List Roles
3880
+ * Get user roles
3881
+ * Get the roles for a user
3858
3882
  *
3859
3883
  * @remarks
3860
3884
  * This type defines the complete request structure for the GET UsersUserIdRoles endpoint.
@@ -3892,7 +3916,8 @@ export type GET_UsersUserIdRoles_Request_Path = GET_UsersUserIdRoles_Request['pa
3892
3916
  /**
3893
3917
  * Request type for PATCH UsersUserIdRoles endpoint
3894
3918
  *
3895
- * Update User Relations
3919
+ * Update user roles
3920
+ * Update the roles for a user
3896
3921
  *
3897
3922
  * @remarks
3898
3923
  * This type defines the complete request structure for the PATCH UsersUserIdRoles endpoint.