@opusdns/api 0.68.0 → 0.70.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.70.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
  */
@@ -1257,6 +1248,7 @@ export type GET_DomainSearchSuggest_Request_Query = GET_DomainSearchSuggest_Requ
1257
1248
  * Use this type to ensure type safety when making API requests to this endpoint.
1258
1249
  *
1259
1250
  * @path /v1/domains
1251
+ * @param statuses (query) - Filter domains by registry status. Can be specified multiple times (union of all provided values).
1260
1252
  *
1261
1253
  * @see {@link GET_Domains_Request_Query} - Query parameters type
1262
1254
  * @see {@link GET_Domains_Request_Path} - Path parameters type
@@ -1278,6 +1270,7 @@ export type GET_Domains_Request = {
1278
1270
  * Use this type to ensure type safety for query parameters.
1279
1271
  *
1280
1272
  * @path /v1/domains
1273
+ * @param statuses (query) - Filter domains by registry status. Can be specified multiple times (union of all provided values).
1281
1274
  */
1282
1275
  export type GET_Domains_Request_Query = GET_Domains_Request['parameters']['query'];
1283
1276
 
@@ -1760,7 +1753,7 @@ export type POST_DomainsDomainReferenceRenew_Request_Body = POST_DomainsDomainRe
1760
1753
  /**
1761
1754
  * Request type for POST DomainsDomainReferenceRestore endpoint
1762
1755
  *
1763
- * Restore Domain
1756
+ * Restore an eligible domain (during redemption period)
1764
1757
  *
1765
1758
  * @remarks
1766
1759
  * This type defines the complete request structure for the POST DomainsDomainReferenceRestore endpoint.
@@ -2275,7 +2268,8 @@ export type PATCH_EmailForwardsZoneNameEnable_Request_Path = PATCH_EmailForwards
2275
2268
  /**
2276
2269
  * Request type for GET Events endpoint
2277
2270
  *
2278
- * Get Events
2271
+ * Get pending events
2272
+ * Retrieves a paginated list of pending events for the organization
2279
2273
  *
2280
2274
  * @remarks
2281
2275
  * This type defines the complete request structure for the GET Events endpoint.
@@ -2313,7 +2307,8 @@ export type GET_Events_Request_Query = GET_Events_Request['parameters']['query']
2313
2307
  /**
2314
2308
  * Request type for GET EventsEventId endpoint
2315
2309
  *
2316
- * Get Event
2310
+ * Get event
2311
+ * Get an event by its ID
2317
2312
  *
2318
2313
  * @remarks
2319
2314
  * This type defines the complete request structure for the GET EventsEventId endpoint.
@@ -2351,7 +2346,8 @@ export type GET_EventsEventId_Request_Path = GET_EventsEventId_Request['paramete
2351
2346
  /**
2352
2347
  * Request type for PATCH EventsEventId endpoint
2353
2348
  *
2354
- * Acknowledge Event
2349
+ * Acknowledge event
2350
+ * Acknowledge an event
2355
2351
  *
2356
2352
  * @remarks
2357
2353
  * This type defines the complete request structure for the PATCH EventsEventId endpoint.
@@ -2389,7 +2385,8 @@ export type PATCH_EventsEventId_Request_Path = PATCH_EventsEventId_Request['para
2389
2385
  /**
2390
2386
  * Request type for GET Organizations endpoint
2391
2387
  *
2392
- * List Organizations
2388
+ * List all organizations
2389
+ * Retrieves a paginated list of organizations under the current organization
2393
2390
  *
2394
2391
  * @remarks
2395
2392
  * This type defines the complete request structure for the GET Organizations endpoint.
@@ -2427,7 +2424,8 @@ export type GET_Organizations_Request_Query = GET_Organizations_Request['paramet
2427
2424
  /**
2428
2425
  * Request type for POST Organizations endpoint
2429
2426
  *
2430
- * Create Organization
2427
+ * Create an organization
2428
+ * Create a new organization under the current organization
2431
2429
  *
2432
2430
  * @remarks
2433
2431
  * This type defines the complete request structure for the POST Organizations endpoint.
@@ -2463,7 +2461,8 @@ export type POST_Organizations_Request_Body = POST_Organizations_Request['reques
2463
2461
  /**
2464
2462
  * Request type for GET OrganizationsAttributes endpoint
2465
2463
  *
2466
- * Get Attributes
2464
+ * List organization attributes
2465
+ * Retrieves a list of organization attributes for the current organization
2467
2466
  *
2468
2467
  * @remarks
2469
2468
  * This type defines the complete request structure for the GET OrganizationsAttributes endpoint.
@@ -2503,7 +2502,8 @@ export type GET_OrganizationsAttributes_Request_Query = GET_OrganizationsAttribu
2503
2502
  /**
2504
2503
  * Request type for PATCH OrganizationsAttributes endpoint
2505
2504
  *
2506
- * Update Attributes
2505
+ * Update organization attributes
2506
+ * Updates one or more organization attributes for the current organization
2507
2507
  *
2508
2508
  * @remarks
2509
2509
  * This type defines the complete request structure for the PATCH OrganizationsAttributes endpoint.
@@ -2555,7 +2555,8 @@ export type PATCH_OrganizationsAttributes_Request_Body = PATCH_OrganizationsAttr
2555
2555
  /**
2556
2556
  * Request type for GET OrganizationsAttributesOrganizationId endpoint
2557
2557
  *
2558
- * Get Attributes
2558
+ * List organization attributes
2559
+ * Retrieves a list of organization attributes for the specified organization
2559
2560
  *
2560
2561
  * @remarks
2561
2562
  * This type defines the complete request structure for the GET OrganizationsAttributesOrganizationId endpoint.
@@ -2609,7 +2610,8 @@ export type GET_OrganizationsAttributesOrganizationId_Request_Path = GET_Organiz
2609
2610
  /**
2610
2611
  * Request type for PATCH OrganizationsAttributesOrganizationId endpoint
2611
2612
  *
2612
- * Update Attributes
2613
+ * Update organization attributes
2614
+ * Updates one or more organization attributes for the specified organization
2613
2615
  *
2614
2616
  * @remarks
2615
2617
  * This type defines the complete request structure for the PATCH OrganizationsAttributesOrganizationId endpoint.
@@ -2661,7 +2663,7 @@ export type PATCH_OrganizationsAttributesOrganizationId_Request_Body = PATCH_Org
2661
2663
  /**
2662
2664
  * Request type for GET OrganizationsIpRestrictions endpoint
2663
2665
  *
2664
- * List Ip Restrictions
2666
+ * List IP restrictions
2665
2667
  * List all IP restrictions for the organization.
2666
2668
 
2667
2669
  Returns a list of all IP restrictions configured for your organization.
@@ -2687,7 +2689,7 @@ export type GET_OrganizationsIpRestrictions_Request = {
2687
2689
  /**
2688
2690
  * Request type for POST OrganizationsIpRestrictions endpoint
2689
2691
  *
2690
- * Create Ip Restriction
2692
+ * Create an IP restriction
2691
2693
  * Create a new IP restriction for the organization.
2692
2694
 
2693
2695
  Accepts either a single IP address or a CIDR network range.
@@ -2727,7 +2729,7 @@ export type POST_OrganizationsIpRestrictions_Request_Body = POST_OrganizationsIp
2727
2729
  /**
2728
2730
  * Request type for DELETE OrganizationsIpRestrictionsIpRestrictionId endpoint
2729
2731
  *
2730
- * Delete Ip Restriction
2732
+ * Delete an IP restriction
2731
2733
  * Delete an IP restriction.
2732
2734
 
2733
2735
  Permanently removes the specified IP restriction from your organization.
@@ -2768,7 +2770,7 @@ export type DELETE_OrganizationsIpRestrictionsIpRestrictionId_Request_Path = DEL
2768
2770
  /**
2769
2771
  * Request type for GET OrganizationsIpRestrictionsIpRestrictionId endpoint
2770
2772
  *
2771
- * Get Ip Restriction
2773
+ * Get an IP restriction
2772
2774
  * Get a specific IP restriction by ID.
2773
2775
 
2774
2776
  Returns the details of a specific IP restriction if it exists and belongs to your organization.
@@ -2810,7 +2812,7 @@ export type GET_OrganizationsIpRestrictionsIpRestrictionId_Request_Path = GET_Or
2810
2812
  /**
2811
2813
  * Request type for PATCH OrganizationsIpRestrictionsIpRestrictionId endpoint
2812
2814
  *
2813
- * Update Ip Restriction
2815
+ * Update an IP restriction
2814
2816
  * Update an existing IP restriction.
2815
2817
 
2816
2818
  You can update the IP network range or the last usage timestamp.
@@ -2866,7 +2868,8 @@ export type PATCH_OrganizationsIpRestrictionsIpRestrictionId_Request_Body = PATC
2866
2868
  /**
2867
2869
  * Request type for DELETE OrganizationsOrganizationId endpoint
2868
2870
  *
2869
- * Delete User
2871
+ * Delete an organization
2872
+ * Permanently deletes an organization
2870
2873
  *
2871
2874
  * @remarks
2872
2875
  * This type defines the complete request structure for the DELETE OrganizationsOrganizationId endpoint.
@@ -2904,7 +2907,8 @@ export type DELETE_OrganizationsOrganizationId_Request_Path = DELETE_Organizatio
2904
2907
  /**
2905
2908
  * Request type for GET OrganizationsOrganizationId endpoint
2906
2909
  *
2907
- * Get Organization
2910
+ * Get organization details
2911
+ * Retrieves details for a specific organization
2908
2912
  *
2909
2913
  * @remarks
2910
2914
  * This type defines the complete request structure for the GET OrganizationsOrganizationId endpoint.
@@ -2942,7 +2946,8 @@ export type GET_OrganizationsOrganizationId_Request_Path = GET_OrganizationsOrga
2942
2946
  /**
2943
2947
  * Request type for PATCH OrganizationsOrganizationId endpoint
2944
2948
  *
2945
- * Update Organization
2949
+ * Update an organization
2950
+ * Updates details for a specific organization
2946
2951
  *
2947
2952
  * @remarks
2948
2953
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationId endpoint.
@@ -2994,7 +2999,8 @@ export type PATCH_OrganizationsOrganizationId_Request_Body = PATCH_Organizations
2994
2999
  /**
2995
3000
  * Request type for POST OrganizationsOrganizationIdBillingCheckoutSessions endpoint
2996
3001
  *
2997
- * Get Checkout Session
3002
+ * Create checkout session
3003
+ * Create a checkout session for the organization
2998
3004
  *
2999
3005
  * @remarks
3000
3006
  * This type defines the complete request structure for the POST OrganizationsOrganizationIdBillingCheckoutSessions endpoint.
@@ -3046,7 +3052,8 @@ export type POST_OrganizationsOrganizationIdBillingCheckoutSessions_Request_Body
3046
3052
  /**
3047
3053
  * Request type for GET OrganizationsOrganizationIdBillingPaymentMethods endpoint
3048
3054
  *
3049
- * List Payment Methods
3055
+ * List all payment methods
3056
+ * List all available payment methods for the organization
3050
3057
  *
3051
3058
  * @remarks
3052
3059
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdBillingPaymentMethods endpoint.
@@ -3084,7 +3091,8 @@ export type GET_OrganizationsOrganizationIdBillingPaymentMethods_Request_Path =
3084
3091
  /**
3085
3092
  * Request type for DELETE OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodId endpoint
3086
3093
  *
3087
- * Delete Payment Method
3094
+ * Delete a payment method
3095
+ * Delete a payment method for the organization
3088
3096
  *
3089
3097
  * @remarks
3090
3098
  * This type defines the complete request structure for the DELETE OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodId endpoint.
@@ -3122,7 +3130,8 @@ export type DELETE_OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethod
3122
3130
  /**
3123
3131
  * Request type for PATCH OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodIdDefault endpoint
3124
3132
  *
3125
- * Update Default Payment Method
3133
+ * Set payment method as default
3134
+ * Set the provided payment method as default for the specified organization
3126
3135
  *
3127
3136
  * @remarks
3128
3137
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodIdDefault endpoint.
@@ -3160,7 +3169,8 @@ export type PATCH_OrganizationsOrganizationIdBillingPaymentMethodsPaymentMethodI
3160
3169
  /**
3161
3170
  * Request type for POST OrganizationsOrganizationIdBillingWalletCredits endpoint
3162
3171
  *
3163
- * Credit Wallet
3172
+ * Credit wallet
3173
+ * Credit the organization's wallet using the provided amount and payment method
3164
3174
  *
3165
3175
  * @remarks
3166
3176
  * This type defines the complete request structure for the POST OrganizationsOrganizationIdBillingWalletCredits endpoint.
@@ -3212,7 +3222,8 @@ export type POST_OrganizationsOrganizationIdBillingWalletCredits_Request_Body =
3212
3222
  /**
3213
3223
  * Request type for PATCH OrganizationsOrganizationIdPlan endpoint
3214
3224
  *
3215
- * Change Plan
3225
+ * Update organization plan
3226
+ * Changes the plan for an organization
3216
3227
  *
3217
3228
  * @remarks
3218
3229
  * This type defines the complete request structure for the PATCH OrganizationsOrganizationIdPlan endpoint.
@@ -3264,7 +3275,8 @@ export type PATCH_OrganizationsOrganizationIdPlan_Request_Body = PATCH_Organizat
3264
3275
  /**
3265
3276
  * Request type for GET OrganizationsOrganizationIdPlans endpoint
3266
3277
  *
3267
- * Get Current Available Plans
3278
+ * Get plans for an organization
3279
+ * Retrieves a list of plans for an organization
3268
3280
  *
3269
3281
  * @remarks
3270
3282
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdPlans endpoint.
@@ -3302,7 +3314,8 @@ export type GET_OrganizationsOrganizationIdPlans_Request_Path = GET_Organization
3302
3314
  /**
3303
3315
  * Request type for GET OrganizationsOrganizationIdPricingProductTypeProductType endpoint
3304
3316
  *
3305
- * Get Pricing Plans
3317
+ * List product prices
3318
+ * Retrieves pricing data for a specific product type. If a product action/class are specified, only prices for those are returned, if any.
3306
3319
  *
3307
3320
  * @remarks
3308
3321
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdPricingProductTypeProductType endpoint.
@@ -3354,7 +3367,8 @@ export type GET_OrganizationsOrganizationIdPricingProductTypeProductType_Request
3354
3367
  /**
3355
3368
  * Request type for GET OrganizationsOrganizationIdTransactions endpoint
3356
3369
  *
3357
- * Get transactions for an organization
3370
+ * List all transactions
3371
+ * Retrieves a paginated list of transactions for an organization
3358
3372
  *
3359
3373
  * @remarks
3360
3374
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdTransactions endpoint.
@@ -3406,7 +3420,8 @@ export type GET_OrganizationsOrganizationIdTransactions_Request_Path = GET_Organ
3406
3420
  /**
3407
3421
  * Request type for GET OrganizationsOrganizationIdTransactionsTransactionId endpoint
3408
3422
  *
3409
- * Get a specific transaction for an organization
3423
+ * Get a specific transaction
3424
+ * Retrieves details for a specific transaction for an organization
3410
3425
  *
3411
3426
  * @remarks
3412
3427
  * This type defines the complete request structure for the GET OrganizationsOrganizationIdTransactionsTransactionId endpoint.
@@ -3444,7 +3459,8 @@ export type GET_OrganizationsOrganizationIdTransactionsTransactionId_Request_Pat
3444
3459
  /**
3445
3460
  * Request type for GET OrganizationsRoles endpoint
3446
3461
  *
3447
- * List Roles
3462
+ * List all roles
3463
+ * Retrieves a list of roles for the current organization
3448
3464
  *
3449
3465
  * @remarks
3450
3466
  * This type defines the complete request structure for the GET OrganizationsRoles endpoint.
@@ -3466,7 +3482,8 @@ export type GET_OrganizationsRoles_Request = {
3466
3482
  /**
3467
3483
  * Request type for GET OrganizationsUsers endpoint
3468
3484
  *
3469
- * List Users
3485
+ * List all users
3486
+ * Retrieves a paginated list of users under the current organization
3470
3487
  *
3471
3488
  * @remarks
3472
3489
  * This type defines the complete request structure for the GET OrganizationsUsers endpoint.
@@ -3504,7 +3521,8 @@ export type GET_OrganizationsUsers_Request_Query = GET_OrganizationsUsers_Reques
3504
3521
  /**
3505
3522
  * Request type for GET TldsPortfolio endpoint
3506
3523
  *
3507
- * Get Tld Portfolio
3524
+ * Get the list of TLDs we support
3525
+ * Retrieves a list of TLDs we have support for
3508
3526
  *
3509
3527
  * @remarks
3510
3528
  * This type defines the complete request structure for the GET TldsPortfolio endpoint.
@@ -3526,7 +3544,8 @@ export type GET_TldsPortfolio_Request = {
3526
3544
  /**
3527
3545
  * Request type for GET TldsTld endpoint
3528
3546
  *
3529
- * Get Tld Spec
3547
+ * Get the TLD specification
3548
+ * Retrieves the TLD specification for a given TLD
3530
3549
  *
3531
3550
  * @remarks
3532
3551
  * This type defines the complete request structure for the GET TldsTld endpoint.
@@ -3564,7 +3583,8 @@ export type GET_TldsTld_Request_Path = GET_TldsTld_Request['parameters']['path']
3564
3583
  /**
3565
3584
  * Request type for POST Users endpoint
3566
3585
  *
3567
- * Create User
3586
+ * Create a user
3587
+ * Create a new user
3568
3588
  *
3569
3589
  * @remarks
3570
3590
  * This type defines the complete request structure for the POST Users endpoint.
@@ -3600,7 +3620,8 @@ export type POST_Users_Request_Body = POST_Users_Request['requestBody'];
3600
3620
  /**
3601
3621
  * Request type for GET UsersMe endpoint
3602
3622
  *
3603
- * Get Current User
3623
+ * Get current user
3624
+ * Get the current user
3604
3625
  *
3605
3626
  * @remarks
3606
3627
  * This type defines the complete request structure for the GET UsersMe endpoint.
@@ -3674,7 +3695,8 @@ export type PATCH_UsersMePasswordReset_Request_Body = PATCH_UsersMePasswordReset
3674
3695
  /**
3675
3696
  * Request type for DELETE UsersUserId endpoint
3676
3697
  *
3677
- * Delete User
3698
+ * Delete a user
3699
+ * Delete a user by ID
3678
3700
  *
3679
3701
  * @remarks
3680
3702
  * This type defines the complete request structure for the DELETE UsersUserId endpoint.
@@ -3712,7 +3734,8 @@ export type DELETE_UsersUserId_Request_Path = DELETE_UsersUserId_Request['parame
3712
3734
  /**
3713
3735
  * Request type for GET UsersUserId endpoint
3714
3736
  *
3715
- * Get User
3737
+ * Get a user
3738
+ * Get a user by ID
3716
3739
  *
3717
3740
  * @remarks
3718
3741
  * This type defines the complete request structure for the GET UsersUserId endpoint.
@@ -3764,7 +3787,8 @@ export type GET_UsersUserId_Request_Path = GET_UsersUserId_Request['parameters']
3764
3787
  /**
3765
3788
  * Request type for PATCH UsersUserId endpoint
3766
3789
  *
3767
- * Update User
3790
+ * Update a user
3791
+ * Update a user by ID
3768
3792
  *
3769
3793
  * @remarks
3770
3794
  * This type defines the complete request structure for the PATCH UsersUserId endpoint.
@@ -3816,7 +3840,8 @@ export type PATCH_UsersUserId_Request_Body = PATCH_UsersUserId_Request['requestB
3816
3840
  /**
3817
3841
  * Request type for GET UsersUserIdPermissions endpoint
3818
3842
  *
3819
- * Get User Permissions
3843
+ * Get user permissions
3844
+ * Get the permissions for a user
3820
3845
  *
3821
3846
  * @remarks
3822
3847
  * This type defines the complete request structure for the GET UsersUserIdPermissions endpoint.
@@ -3854,7 +3879,8 @@ export type GET_UsersUserIdPermissions_Request_Path = GET_UsersUserIdPermissions
3854
3879
  /**
3855
3880
  * Request type for GET UsersUserIdRoles endpoint
3856
3881
  *
3857
- * List Roles
3882
+ * Get user roles
3883
+ * Get the roles for a user
3858
3884
  *
3859
3885
  * @remarks
3860
3886
  * This type defines the complete request structure for the GET UsersUserIdRoles endpoint.
@@ -3892,7 +3918,8 @@ export type GET_UsersUserIdRoles_Request_Path = GET_UsersUserIdRoles_Request['pa
3892
3918
  /**
3893
3919
  * Request type for PATCH UsersUserIdRoles endpoint
3894
3920
  *
3895
- * Update User Relations
3921
+ * Update user roles
3922
+ * Update the roles for a user
3896
3923
  *
3897
3924
  * @remarks
3898
3925
  * This type defines the complete request structure for the PATCH UsersUserIdRoles endpoint.