@opusdns/api 0.9.0 → 0.10.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.
@@ -1,8 +1,6 @@
1
1
  /**
2
- * Type definitions for OpusDNS API response objects and parameters.
3
- *
4
- * This file is auto-generated from the OpenAPI specification.
5
- * Do not edit manually.
2
+ * @deprecated This file is deprecated and will be removed in a future release.
3
+ * All types have moved to the helpers directory (see src/helpers/schemas.ts and related files). Please update your imports.
6
4
  */
7
5
 
8
6
  import { components, operations } from '../schema';
@@ -11,167 +9,635 @@ import { components, operations } from '../schema';
11
9
  /**
12
10
  * Response Types
13
11
  */
12
+ /**
13
+ * @deprecated Use {@link GET_AuthClientCredentials_Response_200} from @/helpers/responses instead.
14
+ */
14
15
  export type Get_AuthClientCredentials_Response_V1 = components['schemas']['Pagination_OrganizationCredential_'];
16
+ /**
17
+ * @deprecated Use {@link GET_Availability_Response_200} from @/helpers/responses instead.
18
+ */
15
19
  export type Get_Availability_Response_V1 = components['schemas']['common__models__availability__datasource__DomainAvailabilityResponse'];
20
+ /**
21
+ * @deprecated Use {@link GET_Contacts_Response_200} from @/helpers/responses instead.
22
+ */
16
23
  export type Get_Contacts_Response_V1 = components['schemas']['Pagination_ContactSchema_'];
24
+ /**
25
+ * @deprecated Use {@link GET_ContactsByContactId_Response_200} from @/helpers/responses instead.
26
+ */
17
27
  export type Get_ContactsBycontactId_Response_V1 = components['schemas']['ContactSchema'];
28
+ /**
29
+ * @deprecated Use {@link GET_ContactsByContactIdVerification_Response_200} from @/helpers/responses instead.
30
+ */
18
31
  export type Get_ContactsBycontactIdVerification_Response_V1 = components['schemas']['ContactVerificationResponse'];
32
+ /**
33
+ * @deprecated Use {@link GET_ContactsVerification_Response_200} from @/helpers/responses instead.
34
+ */
19
35
  export type Get_ContactsVerification_Response_V1 = components['schemas']['ContactResponse'];
36
+ /**
37
+ * @deprecated Use {@link GET_Dns_Response_200} from @/helpers/responses instead.
38
+ */
20
39
  export type Get_Dns_Response_V1 = components['schemas']['Pagination_DnsZoneResponse_'];
40
+ /**
41
+ * @deprecated Use {@link GET_DnsByZoneName_Response_200} from @/helpers/responses instead.
42
+ */
21
43
  export type Get_DnsByzoneName_Response_V1 = components['schemas']['DnsZoneResponse'];
44
+ /**
45
+ * @deprecated Use {@link GET_Domains_Response_200} from @/helpers/responses instead.
46
+ */
22
47
  export type Get_Domains_Response_V1 = components['schemas']['Pagination_DomainResponse_'];
48
+ /**
49
+ * @deprecated Use {@link GET_DomainsByDomainReference_Response_200} from @/helpers/responses instead.
50
+ */
23
51
  export type Get_DomainsBydomainReference_Response_V1 = components['schemas']['DomainResponse'];
52
+ /**
53
+ * @deprecated Use {@link GET_DomainsCheck_Response_200} from @/helpers/responses instead.
54
+ */
24
55
  export type Get_DomainsCheck_Response_V1 = components['schemas']['DomainCheckResponse'];
56
+ /**
57
+ * @deprecated Use {@link GET_DomainSearchSuggest_Response_200} from @/helpers/responses instead.
58
+ */
25
59
  export type Get_DomainSearchSuggest_Response_V1 = components['schemas']['DomainSearchResponse'];
60
+ /**
61
+ * @deprecated Use {@link DomainSummary} from @/helpers/schemas instead.
62
+ */
26
63
  export type Get_DomainsSummary_Response_V1 = components['schemas']['DomainSummaryResponse'];
64
+ /**
65
+ * @deprecated Use {@link GET_EmailForwards_Response_200} from @/helpers/responses instead.
66
+ */
27
67
  export type Get_EmailForwards_Response_V1 = components['schemas']['Pagination_EmailForward_'];
68
+ /**
69
+ * @deprecated Use {@link GET_EmailForwardsByEmailForwardId_Response_200} from @/helpers/responses instead.
70
+ */
28
71
  export type Get_EmailForwardsByemailForwardId_Response_V1 = components['schemas']['EmailForward'];
72
+ /**
73
+ * @deprecated Use {@link GET_Event_Response_200} from @/helpers/responses instead.
74
+ */
29
75
  export type Get_Event_Response_V1 = components['schemas']['Pagination_EventResponse_'];
76
+ /**
77
+ * @deprecated Use {@link GET_EventByEventId_Response_200} from @/helpers/responses instead.
78
+ */
30
79
  export type Get_EventByeventId_Response_V1 = components['schemas']['EventSchema'];
80
+ /**
81
+ * @deprecated Use {@link GET_Notifications_Response_200} from @/helpers/responses instead.
82
+ */
31
83
  export type Get_Notifications_Response_V1 = components['schemas']['Pagination_UserNotificationSummary_'];
84
+ /**
85
+ * @deprecated Use {@link GET_NotificationsByNotificationId_Response_200} from @/helpers/responses instead.
86
+ */
32
87
  export type Get_NotificationsBynotificationId_Response_V1 = components['schemas']['UserNotification'];
88
+ /**
89
+ * @deprecated Use {@link GET_Organizations_Response_200} from @/helpers/responses instead.
90
+ */
33
91
  export type Get_Organizations_Response_V1 = components['schemas']['Pagination_Organization_'];
92
+ /**
93
+ * @deprecated Use {@link GET_OrganizationsByOrganizationId_Response_200} from @/helpers/responses instead.
94
+ */
34
95
  export type Get_OrganizationsByorganizationId_Response_V1 = components['schemas']['OrganizationWithPlan'];
96
+ /**
97
+ * @deprecated Use {@link GET_OrganizationsIpRestrictionsByIpRestrictionId_Response_200} from @/helpers/responses instead.
98
+ */
35
99
  export type Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1 = components['schemas']['IpRestrictionResponse'];
100
+ /**
101
+ * @deprecated Use {@link GET_OrganizationsUsers_Response_200} from @/helpers/responses instead.
102
+ */
36
103
  export type Get_OrganizationsUsers_Response_V1 = components['schemas']['Pagination_User_'];
104
+ /**
105
+ * @deprecated Use {@link GET_UsersByUserId_Response_200} from @/helpers/responses instead.
106
+ */
37
107
  export type Get_UsersByuserId_Response_V1 = components['schemas']['UserWithAttributes'];
108
+ /**
109
+ * @deprecated Use {@link GET_UsersByUserIdPermissions_Response_200} from @/helpers/responses instead.
110
+ */
38
111
  export type Get_UsersByuserIdPermissions_Response_V1 = components['schemas']['PermissionSet'];
112
+ /**
113
+ * @deprecated Use {@link GET_UsersByUserIdRoles_Response_200} from @/helpers/responses instead.
114
+ */
39
115
  export type Get_UsersByuserIdRoles_Response_V1 = components['schemas']['RelationSet'];
116
+ /**
117
+ * @deprecated Use {@link GET_UsersMe_Response_200} from @/helpers/responses instead.
118
+ */
40
119
  export type Get_UsersMe_Response_V1 = components['schemas']['UserWithRelationPermissions'];
120
+ /**
121
+ * @deprecated Use {@link PATCH_DomainsByDomainReference_Response_200} from @/helpers/responses instead.
122
+ */
41
123
  export type Patch_DomainsBydomainReference_Response_V1 = components['schemas']['DomainResponse'];
124
+ /**
125
+ * @deprecated Use {@link PATCH_EmailForwardsBulkUpdate_Response_200} from @/helpers/responses instead.
126
+ */
42
127
  export type Patch_EmailForwardsBulkUpdate_Response_V1 = components['schemas']['BulkOperationResponse_EmailForwardBulkUpdateResult_'];
128
+ /**
129
+ * @deprecated Use {@link PATCH_EmailForwardsByEmailForwardId_Response_200} from @/helpers/responses instead.
130
+ */
43
131
  export type Patch_EmailForwardsByemailForwardId_Response_V1 = components['schemas']['EmailForward'];
132
+ /**
133
+ * @deprecated Use {@link PATCH_OrganizationsByOrganizationId_Response_200} from @/helpers/responses instead.
134
+ */
44
135
  export type Patch_OrganizationsByorganizationId_Response_V1 = components['schemas']['Organization'];
136
+ /**
137
+ * @deprecated Use {@link PATCH_OrganizationsByOrganizationIdPlan_Response_200} from @/helpers/responses instead.
138
+ */
45
139
  export type Patch_OrganizationsByorganizationIdPlan_Response_V1 = components['schemas']['OrganizationWithPlan'];
140
+ /**
141
+ * @deprecated Use {@link PATCH_OrganizationsIpRestrictionsByIpRestrictionId_Response_200} from @/helpers/responses instead.
142
+ */
46
143
  export type Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1 = components['schemas']['IpRestrictionResponse'];
144
+ /**
145
+ * @deprecated Use {@link PATCH_UsersByUserId_Response_200} from @/helpers/responses instead.
146
+ */
47
147
  export type Patch_UsersByuserId_Response_V1 = components['schemas']['UserWithAttributes'];
148
+ /**
149
+ * @deprecated Use {@link PATCH_UsersByUserIdRoles_Response_200} from @/helpers/responses instead.
150
+ */
48
151
  export type Patch_UsersByuserIdRoles_Response_V1 = components['schemas']['RelationSet'];
152
+ /**
153
+ * @deprecated Use {@link POST_AuthClientCredentials_Response_200} from @/helpers/responses instead.
154
+ */
49
155
  export type Post_AuthClientCredentials_Response_V1 = components['schemas']['OrganizationCredentialCreated'];
156
+ /**
157
+ * @deprecated Use {@link POST_Contacts_Response_201} from @/helpers/responses instead.
158
+ */
50
159
  export type Post_Contacts_Response_V1 = components['schemas']['ContactSchema'];
160
+ /**
161
+ * @deprecated Use {@link POST_DnsByZoneNameDnssecDisable_Response_200} from @/helpers/responses instead.
162
+ */
51
163
  export type Post_DnsByzoneNameDnssecDisable_Response_V1 = components['schemas']['DnsChangesResponse'];
164
+ /**
165
+ * @deprecated Use {@link POST_DnsByZoneNameDnssecEnable_Response_200} from @/helpers/responses instead.
166
+ */
52
167
  export type Post_DnsByzoneNameDnssecEnable_Response_V1 = components['schemas']['DnsChangesResponse'];
168
+ /**
169
+ * @deprecated Use {@link POST_Domains_Response_201} from @/helpers/responses instead.
170
+ */
53
171
  export type Post_Domains_Response_V1 = components['schemas']['DomainResponse'];
172
+ /**
173
+ * @deprecated Use {@link POST_DomainsByDomainReferenceRenew_Response_200} from @/helpers/responses instead.
174
+ */
54
175
  export type Post_DomainsBydomainReferenceRenew_Response_V1 = components['schemas']['DomainRenewResponse'];
176
+ /**
177
+ * @deprecated Use {@link POST_DomainsTransfer_Response_201} from @/helpers/responses instead.
178
+ */
55
179
  export type Post_DomainsTransfer_Response_V1 = components['schemas']['DomainResponse'];
180
+ /**
181
+ * @deprecated Use {@link POST_EmailForwards_Response_201} from @/helpers/responses instead.
182
+ */
56
183
  export type Post_EmailForwards_Response_V1 = components['schemas']['EmailForward'];
184
+ /**
185
+ * @deprecated Use {@link POST_EmailForwardsBulkDelete_Response_200} from @/helpers/responses instead.
186
+ */
57
187
  export type Post_EmailForwardsBulkDelete_Response_V1 = components['schemas']['BulkOperationResponse_EmailForwardBulkDeleteResult_'];
188
+ /**
189
+ * @deprecated Use {@link POST_Notifications_Response_201} from @/helpers/responses instead.
190
+ */
58
191
  export type Post_Notifications_Response_V1 = components['schemas']['Notification'];
192
+ /**
193
+ * @deprecated Use {@link POST_Organizations_Response_200} from @/helpers/responses instead.
194
+ */
59
195
  export type Post_Organizations_Response_V1 = components['schemas']['Organization'];
196
+ /**
197
+ * @deprecated Use {@link POST_OrganizationsIpRestrictions_Response_200} from @/helpers/responses instead.
198
+ */
60
199
  export type Post_OrganizationsIpRestrictions_Response_V1 = components['schemas']['IpRestrictionResponse'];
200
+ /**
201
+ * @deprecated Use {@link POST_Users_Response_200} from @/helpers/responses instead.
202
+ */
61
203
  export type Post_Users_Response_V1 = components['schemas']['User'];
204
+ /**
205
+ * @deprecated Use {@link PUT_NotificationsByNotificationId_Response_200} from @/helpers/responses instead.
206
+ */
62
207
  export type Put_NotificationsBynotificationId_Response_V1 = components['schemas']['Notification'];
63
208
  /**
64
209
  * Request Parameter Types
65
210
  */
211
+ /**
212
+ * @deprecated Use {@link GET_AuthClientCredentials_V1_Request_Parameters_Query} from @/helpers/requests instead.
213
+ */
66
214
  export type Get_AuthClientCredentials_ParamsQuery_V1 = operations['list_api_keys_v1_auth_client_credentials_get']['parameters']['query'];
215
+ /**
216
+ * @deprecated Use {@link DELETE_AuthClientCredentialsApiKeyId_V1_Request_Parameters_Path} from @/helpers/requests instead.
217
+ */
67
218
  export type Delete_AuthClientCredentialsByapiKeyId_ParamsPath_V1 = operations['delete_api_key_v1_auth_client_credentials__api_key_id__delete']['parameters']['path'];
219
+ /**
220
+ * @deprecated Use {@link GET_Availability_V1_Request_Parameters_Query} from @/helpers/requests instead.
221
+ */
68
222
  export type Get_Availability_ParamsQuery_V1 = operations['bulk_availability_v1_availability_get']['parameters']['query'];
223
+ /**
224
+ * @deprecated Use {@link GET_AvailabilityStream_V1_Request_Parameters_Query} from @/helpers/requests instead.
225
+ */
69
226
  export type Get_AvailabilityStream_ParamsQuery_V1 = operations['stream_availability_v1_availability_stream_get']['parameters']['query'];
227
+ /**
228
+ * @deprecated Use {@link GET_Contacts_V1_Request_Parameters_Query} from @/helpers/requests instead.
229
+ */
70
230
  export type Get_Contacts_ParamsQuery_V1 = operations['get_contacts_v1_contacts_get']['parameters']['query'];
231
+ /**
232
+ * @deprecated Use {@link GET_ContactsVerification_V1_Request_Parameters_Query} from @/helpers/requests instead.
233
+ */
71
234
  export type Get_ContactsVerification_ParamsQuery_V1 = operations['get_verification_by_token_v1_contacts_verification_get']['parameters']['query'];
235
+ /**
236
+ * @deprecated Use {@link PUT_ContactsVerification_V1_Request_Parameters_Query} from @/helpers/requests instead.
237
+ */
72
238
  export type Put_ContactsVerification_ParamsQuery_V1 = operations['update_verification_by_token_v1_contacts_verification_put']['parameters']['query'];
239
+ /**
240
+ * @deprecated Use {@link GET_ContactsVerify_V1_Request_Parameters_Query} from @/helpers/requests instead.
241
+ */
73
242
  export type Get_ContactsVerify_ParamsQuery_V1 = operations['email_verify_contact_v1_contacts_verify_get']['parameters']['query'];
243
+ /**
244
+ * @deprecated Use {@link GET_ContactsContactId_V1_Request_Parameters_Path} from @/helpers/requests instead.
245
+ */
74
246
  export type Get_ContactsBycontactId_ParamsPath_V1 = operations['get_contact_v1_contacts__contact_id__get']['parameters']['path'];
247
+ /**
248
+ * @deprecated Use {@link DELETE_ContactsContactId_V1_Request_Parameters_Path} from @/helpers/requests instead.
249
+ */
75
250
  export type Delete_ContactsBycontactId_ParamsPath_V1 = operations['delete_contact_v1_contacts__contact_id__delete']['parameters']['path'];
251
+ /**
252
+ * @deprecated Use {@link GET_ContactsContactIdVerification_V1_Request_Parameters_Path} from @/helpers/requests instead.
253
+ */
76
254
  export type Get_ContactsBycontactIdVerification_ParamsPath_V1 = operations['get_verification_status_v1_contacts__contact_id__verification_get']['parameters']['path'];
255
+ /**
256
+ * @deprecated Use {@link POST_ContactsContactIdVerification_V1_Request_Parameters_Path} from @/helpers/requests instead.
257
+ */
77
258
  export type Post_ContactsBycontactIdVerification_ParamsPath_V1 = operations['start_contact_verification_v1_contacts__contact_id__verification_post']['parameters']['path'];
259
+ /**
260
+ * @deprecated Use {@link POST_ContactsContactIdVerification_V1_Request_Parameters_Query} from @/helpers/requests instead.
261
+ */
78
262
  export type Post_ContactsBycontactIdVerification_ParamsQuery_V1 = operations['start_contact_verification_v1_contacts__contact_id__verification_post']['parameters']['query'];
263
+ /**
264
+ * @deprecated Use {@link PUT_ContactsContactIdVerification_V1_Request_Parameters_Path} from @/helpers/requests instead.
265
+ */
79
266
  export type Put_ContactsBycontactIdVerification_ParamsPath_V1 = operations['update_verification_v1_contacts__contact_id__verification_put']['parameters']['path'];
267
+ /**
268
+ * @deprecated Use {@link PUT_ContactsContactIdVerification_V1_Request_Parameters_Query} from @/helpers/requests instead.
269
+ */
80
270
  export type Put_ContactsBycontactIdVerification_ParamsQuery_V1 = operations['update_verification_v1_contacts__contact_id__verification_put']['parameters']['query'];
271
+ /**
272
+ * @deprecated Use {@link DELETE_ContactsContactIdVerification_V1_Request_Parameters_Path} from @/helpers/requests instead.
273
+ */
81
274
  export type Delete_ContactsBycontactIdVerification_ParamsPath_V1 = operations['cancel_verification_v1_contacts__contact_id__verification_delete']['parameters']['path'];
275
+ /**
276
+ * @deprecated Use {@link GET_Dns_V1_Request_Parameters_Query} from @/helpers/requests instead.
277
+ */
82
278
  export type Get_Dns_ParamsQuery_V1 = operations['list_zones_v1_dns_get']['parameters']['query'];
279
+ /**
280
+ * @deprecated Use {@link GET_DnsZoneName_V1_Request_Parameters_Path} from @/helpers/requests instead.
281
+ */
83
282
  export type Get_DnsByzoneName_ParamsPath_V1 = operations['get_zone_v1_dns__zone_name__get']['parameters']['path'];
283
+ /**
284
+ * @deprecated Use {@link DELETE_DnsZoneName_V1_Request_Parameters_Path} from @/helpers/requests instead.
285
+ */
84
286
  export type Delete_DnsByzoneName_ParamsPath_V1 = operations['delete_zone_v1_dns__zone_name__delete']['parameters']['path'];
287
+ /**
288
+ * @deprecated Use {@link POST_DnsZoneNameDnssecDisable_V1_Request_Parameters_Path} from @/helpers/requests instead.
289
+ */
85
290
  export type Post_DnsByzoneNameDnssecDisable_ParamsPath_V1 = operations['disable_dnssec_v1_dns__zone_name__dnssec_disable_post']['parameters']['path'];
291
+ /**
292
+ * @deprecated Use {@link POST_DnsZoneNameDnssecEnable_V1_Request_Parameters_Path} from @/helpers/requests instead.
293
+ */
86
294
  export type Post_DnsByzoneNameDnssecEnable_ParamsPath_V1 = operations['enable_dnssec_v1_dns__zone_name__dnssec_enable_post']['parameters']['path'];
295
+ /**
296
+ * @deprecated Use {@link PATCH_DnsZoneNameRecords_V1_Request_Parameters_Path} from @/helpers/requests instead.
297
+ */
87
298
  export type Patch_DnsByzoneNameRecords_ParamsPath_V1 = operations['patch_zone_records_v1_dns__zone_name__records_patch']['parameters']['path'];
299
+ /**
300
+ * @deprecated Use {@link PUT_DnsZoneNameRrsets_V1_Request_Parameters_Path} from @/helpers/requests instead.
301
+ */
88
302
  export type Put_DnsByzoneNameRrsets_ParamsPath_V1 = operations['update_zone_rrsets_v1_dns__zone_name__rrsets_put']['parameters']['path'];
303
+ /**
304
+ * @deprecated Use {@link PATCH_DnsZoneNameRrsets_V1_Request_Parameters_Path} from @/helpers/requests instead.
305
+ */
89
306
  export type Patch_DnsByzoneNameRrsets_ParamsPath_V1 = operations['patch_zone_rrsets_v1_dns__zone_name__rrsets_patch']['parameters']['path'];
307
+ /**
308
+ * @deprecated Use {@link GET_DomainSearchSuggest_V1_Request_Parameters_Query} from @/helpers/requests instead.
309
+ */
90
310
  export type Get_DomainSearchSuggest_ParamsQuery_V1 = operations['suggest_v1_domain_search_suggest_get']['parameters']['query'];
311
+ /**
312
+ * @deprecated Use {@link GET_Domains_V1_Request_Parameters_Query} from @/helpers/requests instead.
313
+ */
91
314
  export type Get_Domains_ParamsQuery_V1 = operations['get_domains_v1_domains_get']['parameters']['query'];
315
+ /**
316
+ * @deprecated Use {@link GET_DomainsCheck_V1_Request_Parameters_Query} from @/helpers/requests instead.
317
+ */
92
318
  export type Get_DomainsCheck_ParamsQuery_V1 = operations['epp_check_domain_v1_domains_check_get']['parameters']['query'];
319
+ /**
320
+ * @deprecated Use {@link GET_DomainsDomainReference_V1_Request_Parameters_Path} from @/helpers/requests instead.
321
+ */
93
322
  export type Get_DomainsBydomainReference_ParamsPath_V1 = operations['get_domain_v1_domains__domain_reference__get']['parameters']['path'];
323
+ /**
324
+ * @deprecated Use {@link PATCH_DomainsDomainReference_V1_Request_Parameters_Path} from @/helpers/requests instead.
325
+ */
94
326
  export type Patch_DomainsBydomainReference_ParamsPath_V1 = operations['update_domain_v1_domains__domain_reference__patch']['parameters']['path'];
327
+ /**
328
+ * @deprecated Use {@link DELETE_DomainsDomainReference_V1_Request_Parameters_Path} from @/helpers/requests instead.
329
+ */
95
330
  export type Delete_DomainsBydomainReference_ParamsPath_V1 = operations['delete_domain_v1_domains__domain_reference__delete']['parameters']['path'];
331
+ /**
332
+ * @deprecated Use {@link GET_DomainsDomainReferenceDnssec_V1_Request_Parameters_Path} from @/helpers/requests instead.
333
+ */
96
334
  export type Get_DomainsBydomainReferenceDnssec_ParamsPath_V1 = operations['get_dnssec_v1_domains__domain_reference__dnssec_get']['parameters']['path'];
335
+ /**
336
+ * @deprecated Use {@link PUT_DomainsDomainReferenceDnssec_V1_Request_Parameters_Path} from @/helpers/requests instead.
337
+ */
97
338
  export type Put_DomainsBydomainReferenceDnssec_ParamsPath_V1 = operations['create_or_update_dnssec_v1_domains__domain_reference__dnssec_put']['parameters']['path'];
339
+ /**
340
+ * @deprecated Use {@link DELETE_DomainsDomainReferenceDnssec_V1_Request_Parameters_Path} from @/helpers/requests instead.
341
+ */
98
342
  export type Delete_DomainsBydomainReferenceDnssec_ParamsPath_V1 = operations['delete_dnssec_v1_domains__domain_reference__dnssec_delete']['parameters']['path'];
343
+ /**
344
+ * @deprecated Use {@link POST_DomainsDomainReferenceRenew_V1_Request_Parameters_Path} from @/helpers/requests instead.
345
+ */
99
346
  export type Post_DomainsBydomainReferenceRenew_ParamsPath_V1 = operations['renew_domain_v1_domains__domain_reference__renew_post']['parameters']['path'];
347
+ /**
348
+ * @deprecated Use {@link DELETE_DomainsDomainReferenceTransfer_V1_Request_Parameters_Path} from @/helpers/requests instead.
349
+ */
100
350
  export type Delete_DomainsBydomainReferenceTransfer_ParamsPath_V1 = operations['cancel_domain_transfer_v1_domains__domain_reference__transfer_delete']['parameters']['path'];
351
+ /**
352
+ * @deprecated Use {@link GET_EmailForwards_V1_Request_Parameters_Query} from @/helpers/requests instead.
353
+ */
101
354
  export type Get_EmailForwards_ParamsQuery_V1 = operations['list_email_forwards_v1_email_forwards_get']['parameters']['query'];
355
+ /**
356
+ * @deprecated Use {@link GET_EmailForwardsEmailForwardId_V1_Request_Parameters_Path} from @/helpers/requests instead.
357
+ */
102
358
  export type Get_EmailForwardsByemailForwardId_ParamsPath_V1 = operations['get_email_forward_v1_email_forwards__email_forward_id__get']['parameters']['path'];
359
+ /**
360
+ * @deprecated Use {@link PATCH_EmailForwardsEmailForwardId_V1_Request_Parameters_Path} from @/helpers/requests instead.
361
+ */
103
362
  export type Patch_EmailForwardsByemailForwardId_ParamsPath_V1 = operations['update_email_forward_v1_email_forwards__email_forward_id__patch']['parameters']['path'];
363
+ /**
364
+ * @deprecated Use {@link DELETE_EmailForwardsEmailForwardId_V1_Request_Parameters_Path} from @/helpers/requests instead.
365
+ */
104
366
  export type Delete_EmailForwardsByemailForwardId_ParamsPath_V1 = operations['delete_email_forward_v1_email_forwards__email_forward_id__delete']['parameters']['path'];
367
+ /**
368
+ * @deprecated Use {@link GET_Event_V1_Request_Parameters_Query} from @/helpers/requests instead.
369
+ */
105
370
  export type Get_Event_ParamsQuery_V1 = operations['get_events_v1_event_get']['parameters']['query'];
371
+ /**
372
+ * @deprecated Use {@link GET_EventEventId_V1_Request_Parameters_Path} from @/helpers/requests instead.
373
+ */
106
374
  export type Get_EventByeventId_ParamsPath_V1 = operations['get_event_v1_event__event_id__get']['parameters']['path'];
375
+ /**
376
+ * @deprecated Use {@link PATCH_EventEventId_V1_Request_Parameters_Path} from @/helpers/requests instead.
377
+ */
107
378
  export type Patch_EventByeventId_ParamsPath_V1 = operations['acknowledge_event_v1_event__event_id__patch']['parameters']['path'];
379
+ /**
380
+ * @deprecated Use {@link GET_Notifications_V1_Request_Parameters_Query} from @/helpers/requests instead.
381
+ */
108
382
  export type Get_Notifications_ParamsQuery_V1 = operations['list_notifications_v1_notifications_get']['parameters']['query'];
383
+ /**
384
+ * @deprecated Use {@link GET_NotificationsNotificationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
385
+ */
109
386
  export type Get_NotificationsBynotificationId_ParamsPath_V1 = operations['get_notification_v1_notifications__notification_id__get']['parameters']['path'];
387
+ /**
388
+ * @deprecated Use {@link GET_NotificationsNotificationId_V1_Request_Parameters_Query} from @/helpers/requests instead.
389
+ */
110
390
  export type Get_NotificationsBynotificationId_ParamsQuery_V1 = operations['get_notification_v1_notifications__notification_id__get']['parameters']['query'];
391
+ /**
392
+ * @deprecated Use {@link PUT_NotificationsNotificationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
393
+ */
111
394
  export type Put_NotificationsBynotificationId_ParamsPath_V1 = operations['update_notification_v1_notifications__notification_id__put']['parameters']['path'];
395
+ /**
396
+ * @deprecated Use {@link DELETE_NotificationsNotificationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
397
+ */
112
398
  export type Delete_NotificationsBynotificationId_ParamsPath_V1 = operations['delete_notification_v1_notifications__notification_id__delete']['parameters']['path'];
399
+ /**
400
+ * @deprecated Use {@link PATCH_NotificationsNotificationIdRead_V1_Request_Parameters_Path} from @/helpers/requests instead.
401
+ */
113
402
  export type Patch_NotificationsBynotificationIdRead_ParamsPath_V1 = operations['update_notification_read_v1_notifications__notification_id__read_patch']['parameters']['path'];
403
+ /**
404
+ * @deprecated Use {@link GET_Organizations_V1_Request_Parameters_Query} from @/helpers/requests instead.
405
+ */
114
406
  export type Get_Organizations_ParamsQuery_V1 = operations['list_organizations_v1_organizations_get']['parameters']['query'];
407
+ /**
408
+ * @deprecated Use {@link GET_OrganizationsAttributes_V1_Request_Parameters_Query} from @/helpers/requests instead.
409
+ */
115
410
  export type Get_OrganizationsAttributes_ParamsQuery_V1 = operations['get_attributes_v1_organizations_attributes_get']['parameters']['query'];
411
+ /**
412
+ * @deprecated Use {@link PATCH_OrganizationsAttributes_V1_Request_Parameters_Query} from @/helpers/requests instead.
413
+ */
116
414
  export type Patch_OrganizationsAttributes_ParamsQuery_V1 = operations['update_attributes_v1_organizations_attributes_patch']['parameters']['query'];
415
+ /**
416
+ * @deprecated Use {@link GET_OrganizationsAttributesOrganizationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
417
+ */
117
418
  export type Get_OrganizationsAttributesByorganizationId_ParamsPath_V1 = operations['get_attributes_v1_organizations_attributes__organization_id__get']['parameters']['path'];
419
+ /**
420
+ * @deprecated Use {@link GET_OrganizationsAttributesOrganizationId_V1_Request_Parameters_Query} from @/helpers/requests instead.
421
+ */
118
422
  export type Get_OrganizationsAttributesByorganizationId_ParamsQuery_V1 = operations['get_attributes_v1_organizations_attributes__organization_id__get']['parameters']['query'];
423
+ /**
424
+ * @deprecated Use {@link PATCH_OrganizationsAttributesOrganizationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
425
+ */
119
426
  export type Patch_OrganizationsAttributesByorganizationId_ParamsPath_V1 = operations['update_attributes_v1_organizations_attributes__organization_id__patch']['parameters']['path'];
427
+ /**
428
+ * @deprecated Use {@link GET_OrganizationsIpRestrictionsByIpRestrictionId_V1_Request_Parameters_Path} from @/helpers/requests instead.
429
+ */
120
430
  export type Get_OrganizationsIpRestrictionsByipRestrictionId_ParamsPath_V1 = operations['get_ip_restriction_v1_organizations_ip_restrictions__ip_restriction_id__get']['parameters']['path'];
431
+ /**
432
+ * @deprecated Use {@link PATCH_OrganizationsIpRestrictionsByIpRestrictionId_V1_Request_Parameters_Path} from @/helpers/requests instead.
433
+ */
121
434
  export type Patch_OrganizationsIpRestrictionsByipRestrictionId_ParamsPath_V1 = operations['update_ip_restriction_v1_organizations_ip_restrictions__ip_restriction_id__patch']['parameters']['path'];
435
+ /**
436
+ * @deprecated Use {@link DELETE_OrganizationsIpRestrictionsIpRestrictionId_V1_Request_Parameters_Path} from @/helpers/requests instead.
437
+ */
122
438
  export type Delete_OrganizationsIpRestrictionsByipRestrictionId_ParamsPath_V1 = operations['delete_ip_restriction_v1_organizations_ip_restrictions__ip_restriction_id__delete']['parameters']['path'];
439
+ /**
440
+ * @deprecated Use {@link GET_OrganizationsUsers_V1_Request_Parameters_Query} from @/helpers/requests instead.
441
+ */
123
442
  export type Get_OrganizationsUsers_ParamsQuery_V1 = operations['list_users_v1_organizations_users_get']['parameters']['query'];
443
+ /**
444
+ * @deprecated Use {@link GET_OrganizationsOrganizationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
445
+ */
124
446
  export type Get_OrganizationsByorganizationId_ParamsPath_V1 = operations['get_organization_v1_organizations__organization_id__get']['parameters']['path'];
447
+ /**
448
+ * @deprecated Use {@link PATCH_OrganizationsOrganizationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
449
+ */
125
450
  export type Patch_OrganizationsByorganizationId_ParamsPath_V1 = operations['update_organization_v1_organizations__organization_id__patch']['parameters']['path'];
451
+ /**
452
+ * @deprecated Use {@link DELETE_OrganizationsOrganizationId_V1_Request_Parameters_Path} from @/helpers/requests instead.
453
+ */
126
454
  export type Delete_OrganizationsByorganizationId_ParamsPath_V1 = operations['delete_user_v1_organizations__organization_id__delete']['parameters']['path'];
455
+ /**
456
+ * @deprecated Use {@link PATCH_OrganizationsOrganizationIdPlan_V1_Request_Parameters_Path} from @/helpers/requests instead.
457
+ */
127
458
  export type Patch_OrganizationsByorganizationIdPlan_ParamsPath_V1 = operations['change_plan_v1_organizations__organization_id__plan_patch']['parameters']['path'];
459
+ /**
460
+ * @deprecated Use {@link GET_UsersMe_V1_Request_Parameters_Query} from @/helpers/requests instead.
461
+ */
128
462
  export type Get_UsersMe_ParamsQuery_V1 = operations['get_current_user_v1_users_me_get']['parameters']['query'];
463
+ /**
464
+ * @deprecated Use {@link GET_UsersUserId_V1_Request_Parameters_Path} from @/helpers/requests instead.
465
+ */
129
466
  export type Get_UsersByuserId_ParamsPath_V1 = operations['get_user_v1_users__user_id__get']['parameters']['path'];
467
+ /**
468
+ * @deprecated Use {@link GET_UsersUserId_V1_Request_Parameters_Query} from @/helpers/requests instead.
469
+ */
130
470
  export type Get_UsersByuserId_ParamsQuery_V1 = operations['get_user_v1_users__user_id__get']['parameters']['query'];
471
+ /**
472
+ * @deprecated Use {@link PATCH_UsersUserId_V1_Request_Parameters_Path} from @/helpers/requests instead.
473
+ */
131
474
  export type Patch_UsersByuserId_ParamsPath_V1 = operations['update_user_v1_users__user_id__patch']['parameters']['path'];
475
+ /**
476
+ * @deprecated Use {@link DELETE_UsersUserId_V1_Request_Parameters_Path} from @/helpers/requests instead.
477
+ */
132
478
  export type Delete_UsersByuserId_ParamsPath_V1 = operations['delete_user_v1_users__user_id__delete']['parameters']['path'];
479
+ /**
480
+ * @deprecated Use {@link GET_UsersUserIdPermissions_V1_Request_Parameters_Path} from @/helpers/requests instead.
481
+ */
133
482
  export type Get_UsersByuserIdPermissions_ParamsPath_V1 = operations['get_user_permissions_v1_users__user_id__permissions_get']['parameters']['path'];
483
+ /**
484
+ * @deprecated Use {@link GET_UsersUserIdRoles_V1_Request_Parameters_Path} from @/helpers/requests instead.
485
+ */
134
486
  export type Get_UsersByuserIdRoles_ParamsPath_V1 = operations['list_roles_v1_users__user_id__roles_get']['parameters']['path'];
487
+ /**
488
+ * @deprecated Use {@link PATCH_UsersUserIdRoles_V1_Request_Parameters_Path} from @/helpers/requests instead.
489
+ */
135
490
  export type Patch_UsersByuserIdRoles_ParamsPath_V1 = operations['update_user_relations_v1_users__user_id__roles_patch']['parameters']['path'];
136
491
 
137
492
  /**
138
493
  * Response Data Types
139
494
  */
495
+ /**
496
+ * @deprecated Use {@link DomainAvailabilityList} from @/helpers/schemas instead.
497
+ */
140
498
  export type DomainAvailability = components['schemas']['common__models__availability__datasource__DomainAvailabilityResponse'];
141
499
  export type DomainAvailabilityResultsArray = DomainAvailability['results'];
500
+ /**
501
+ * @deprecated Use {@link Contact} from @/helpers/schemas instead.
502
+ */
142
503
  export type Contact = components['schemas']['ContactResponse'];
504
+ /**
505
+ * @deprecated Use {@link ContactSchema} from @/helpers/schemas instead.
506
+ */
143
507
  export type ContactSchema = components['schemas']['ContactSchema'];
508
+ /**
509
+ * @deprecated Use {@link ContactVerification} from @/helpers/schemas instead.
510
+ */
144
511
  export type ContactVerification = components['schemas']['ContactVerificationResponse'];
512
+ /**
513
+ * @deprecated Use {@link DnsZone} from @/helpers/schemas instead.
514
+ */
145
515
  export type DnsZone = components['schemas']['DnsZoneResponse'];
516
+ /**
517
+ * @deprecated Use {@link DnsZoneRrsetsArray} from @/helpers/schemas-arrays instead.
518
+ */
146
519
  export type DnsZoneRrsetsArray = DnsZone['rrsets'];
520
+ /**
521
+ * @deprecated Use {@link DomainCheck} from @/helpers/schemas instead.
522
+ */
147
523
  export type DomainCheck = components['schemas']['DomainCheckResponse'];
524
+ /**
525
+ * @deprecated Use {@link DomainCheckResultsArray} from @/helpers/schemas-arrays instead.
526
+ */
148
527
  export type DomainCheckResultsArray = DomainCheck['results'];
528
+ /**
529
+ * @deprecated Use {@link Domain} from @/helpers/schemas instead.
530
+ */
149
531
  export type Domain = components['schemas']['DomainResponse'];
532
+ /**
533
+ * @deprecated Use {@link DomainContactsArray} from @/helpers/schemas-arrays instead.
534
+ */
150
535
  export type DomainContactsArray = Domain['contacts'];
536
+ /**
537
+ * @deprecated Use {@link DomainNameserversArray} from @/helpers/schemas-arrays instead.
538
+ */
151
539
  export type DomainNameserversArray = Domain['nameservers'];
540
+ /**
541
+ * @deprecated Use {@link DomainRegistry_statusesArray} from @/helpers/schemas-arrays instead.
542
+ */
152
543
  export type DomainRegistry_statusesArray = Domain['registry_statuses'];
544
+ /**
545
+ * @deprecated Use {@link DomainSearch} from @/helpers/schemas instead.
546
+ */
153
547
  export type DomainSearch = components['schemas']['DomainSearchResponse'];
548
+ /**
549
+ * @deprecated Use {@link DomainSearchResultsArray} from @/helpers/schemas-arrays instead.
550
+ */
154
551
  export type DomainSearchResultsArray = DomainSearch['results'];
552
+ /**
553
+ * @deprecated Use {@link DomainSummary} from @/helpers/schemas instead.
554
+ */
155
555
  export type DomainSummary = components['schemas']['DomainSummaryResponse'];
556
+ /**
557
+ * @deprecated Use {@link EmailForward} from @/helpers/schemas instead.
558
+ */
156
559
  export type EmailForward = components['schemas']['EmailForward'];
560
+ /**
561
+ * @deprecated Use {@link EventSchema} from @/helpers/schemas instead.
562
+ */
157
563
  export type EventSchema = components['schemas']['EventSchema'];
564
+ /**
565
+ * @deprecated Use {@link IpRestriction} from @/helpers/schemas instead.
566
+ */
158
567
  export type IpRestriction = components['schemas']['IpRestrictionResponse'];
568
+ /**
569
+ * @deprecated Use {@link OrganizationWithPlan} from @/helpers/schemas instead.
570
+ */
159
571
  export type OrganizationWithPlan = components['schemas']['OrganizationWithPlan'];
572
+ /**
573
+ * @deprecated Use {@link OrganizationWithPlanAttributesArray} from @/helpers/schemas-arrays instead.
574
+ */
160
575
  export type OrganizationWithPlanAttributesArray = OrganizationWithPlan['attributes'];
576
+ /**
577
+ * @deprecated Use {@link OrganizationWithPlanUsersArray} from @/helpers/schemas-arrays instead.
578
+ */
161
579
  export type OrganizationWithPlanUsersArray = OrganizationWithPlan['users'];
580
+ /**
581
+ * @deprecated Use {@link ContactSchemaArray} from @/helpers/schemas-arrays instead.
582
+ */
162
583
  export type ContactSchemaArray = Get_Contacts_Response_V1['results'];
584
+ /**
585
+ * @deprecated Use {@link DnsZoneArray} from @/helpers/schemas-arrays instead.
586
+ */
163
587
  export type DnsZoneArray = Get_Dns_Response_V1['results'];
588
+ /**
589
+ * @deprecated Use {@link DomainArray} from @/helpers/schemas-arrays instead.
590
+ */
164
591
  export type DomainArray = Get_Domains_Response_V1['results'];
592
+ /**
593
+ * @deprecated Use {@link EmailForwardArray} from @/helpers/schemas-arrays instead.
594
+ */
165
595
  export type EmailForwardArray = Get_EmailForwards_Response_V1['results'];
596
+ /**
597
+ * @deprecated Use {@link EventResponseArray} from @/helpers/schemas-arrays instead.
598
+ */
166
599
  export type EventArray = Get_Event_Response_V1['results'];
600
+ /**
601
+ * @deprecated Use {@link OrganizationArray} from @/helpers/schemas-arrays instead.
602
+ */
167
603
  export type OrganizationArray = Get_Organizations_Response_V1['results'];
604
+ /**
605
+ * @deprecated Use {@link OrganizationCredentialArray} from @/helpers/schemas-arrays instead.
606
+ */
168
607
  export type OrganizationCredentialArray = Get_AuthClientCredentials_Response_V1['results'];
608
+ /**
609
+ * @deprecated Use {@link UserArray} from @/helpers/schemas-arrays instead.
610
+ */
169
611
  export type UserArray = Get_OrganizationsUsers_Response_V1['results'];
612
+ /**
613
+ * @deprecated Use {@link UserNotificationSummaryArray} from @/helpers/schemas-arrays instead.
614
+ */
170
615
  export type UserNotificationSummaryArray = Get_Notifications_Response_V1['results'];
616
+ /**
617
+ * @deprecated Use {@link PermissionSet} from @/helpers/schemas instead.
618
+ */
171
619
  export type PermissionSet = components['schemas']['PermissionSet'];
620
+ /**
621
+ * @deprecated Use {@link PermissionSetPermissionsArray} from @/helpers/schemas-arrays instead.
622
+ */
172
623
  export type PermissionSetPermissionsArray = PermissionSet['permissions'];
624
+ /**
625
+ * @deprecated Use {@link RelationSet} from @/helpers/schemas instead.
626
+ */
173
627
  export type RelationSet = components['schemas']['RelationSet'];
628
+ /**
629
+ * @deprecated Use {@link RelationSetRelationsArray} from @/helpers/schemas-arrays instead.
630
+ */
174
631
  export type RelationSetRelationsArray = RelationSet['relations'];
632
+ /**
633
+ * @deprecated Use {@link UserNotification} from @/helpers/schemas instead.
634
+ */
175
635
  export type UserNotification = components['schemas']['UserNotification'];
636
+ /**
637
+ * @deprecated Use {@link UserWithAttributes} from @/helpers/schemas instead.
638
+ */
176
639
  export type UserWithAttributes = components['schemas']['UserWithAttributes'];
640
+ /**
641
+ * @deprecated Use {@link UserWithRelationPermissions} from @/helpers/schemas instead.
642
+ */
177
643
  export type UserWithRelationPermissions = components['schemas']['UserWithRelationPermissions'];