@opusdns/api 0.320.0 → 1.2.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 +2 -2
- package/src/helpers/constants.ts +420 -4430
- package/src/helpers/index.ts +3 -18
- package/src/helpers/keys.ts +2067 -42959
- package/src/helpers/requests.d.ts +752 -7216
- package/src/helpers/responses.d.ts +994 -14360
- package/src/helpers/schemas.d.ts +0 -6741
- package/src/openapi.yaml +12 -9
- package/src/schema.d.ts +3 -3
- package/src/helpers/schemas-arrays.d.ts +0 -1775
- package/src/types/constants.ts +0 -490
- package/src/types/index.ts +0 -10
- package/src/types/keys.ts +0 -2713
- package/src/types/types.ts +0 -643
package/src/types/keys.ts
DELETED
|
@@ -1,2713 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @deprecated This file is deprecated and will be removed in a future release.
|
|
3
|
-
* All key constants have moved to src/helpers/keys.ts. Please update your imports to use @/helpers or @/helpers/enums.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import { Get_AuthClientCredentials_Response_V1 } from './types';
|
|
7
|
-
import { Get_Availability_Response_V1 } from './types';
|
|
8
|
-
import { Get_Contacts_Response_V1 } from './types';
|
|
9
|
-
import { Get_ContactsBycontactId_Response_V1 } from './types';
|
|
10
|
-
import { Get_ContactsBycontactIdVerification_Response_V1 } from './types';
|
|
11
|
-
import { Get_ContactsVerification_Response_V1 } from './types';
|
|
12
|
-
import { Get_Dns_Response_V1 } from './types';
|
|
13
|
-
import { Get_DnsByzoneName_Response_V1 } from './types';
|
|
14
|
-
import { Get_Domains_Response_V1 } from './types';
|
|
15
|
-
import { Get_DomainsBydomainReference_Response_V1 } from './types';
|
|
16
|
-
import { Get_DomainsCheck_Response_V1 } from './types';
|
|
17
|
-
import { Get_DomainSearchSuggest_Response_V1 } from './types';
|
|
18
|
-
import { Get_DomainsSummary_Response_V1 } from './types';
|
|
19
|
-
import { Get_EmailForwards_Response_V1 } from './types';
|
|
20
|
-
import { Get_EmailForwardsByemailForwardId_Response_V1 } from './types';
|
|
21
|
-
import { Get_Event_Response_V1 } from './types';
|
|
22
|
-
import { Get_EventByeventId_Response_V1 } from './types';
|
|
23
|
-
import { Get_Notifications_Response_V1 } from './types';
|
|
24
|
-
import { Get_NotificationsBynotificationId_Response_V1 } from './types';
|
|
25
|
-
import { Get_Organizations_Response_V1 } from './types';
|
|
26
|
-
import { Get_OrganizationsByorganizationId_Response_V1 } from './types';
|
|
27
|
-
import { Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1 } from './types';
|
|
28
|
-
import { Get_OrganizationsUsers_Response_V1 } from './types';
|
|
29
|
-
import { Get_UsersByuserId_Response_V1 } from './types';
|
|
30
|
-
import { Get_UsersByuserIdPermissions_Response_V1 } from './types';
|
|
31
|
-
import { Get_UsersByuserIdRoles_Response_V1 } from './types';
|
|
32
|
-
import { Get_UsersMe_Response_V1 } from './types';
|
|
33
|
-
import { Patch_DomainsBydomainReference_Response_V1 } from './types';
|
|
34
|
-
import { Patch_EmailForwardsByemailForwardId_Response_V1 } from './types';
|
|
35
|
-
import { Patch_OrganizationsByorganizationIdPlan_Response_V1 } from './types';
|
|
36
|
-
import { Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1 } from './types';
|
|
37
|
-
import { Patch_UsersByuserId_Response_V1 } from './types';
|
|
38
|
-
import { Patch_UsersByuserIdRoles_Response_V1 } from './types';
|
|
39
|
-
import { Post_Contacts_Response_V1 } from './types';
|
|
40
|
-
import { Post_Domains_Response_V1 } from './types';
|
|
41
|
-
import { Post_DomainsTransfer_Response_V1 } from './types';
|
|
42
|
-
import { Post_EmailForwards_Response_V1 } from './types';
|
|
43
|
-
import { Post_OrganizationsIpRestrictions_Response_V1 } from './types';
|
|
44
|
-
import { DomainAvailability } from './types';
|
|
45
|
-
import { Contact } from './types';
|
|
46
|
-
import { ContactSchema } from './types';
|
|
47
|
-
import { ContactVerification } from './types';
|
|
48
|
-
import { DnsZone } from './types';
|
|
49
|
-
import { DomainCheck } from './types';
|
|
50
|
-
import { Domain } from './types';
|
|
51
|
-
import { DomainSearch } from './types';
|
|
52
|
-
import { DomainSummary } from './types';
|
|
53
|
-
import { EmailForward } from './types';
|
|
54
|
-
import { EventSchema } from './types';
|
|
55
|
-
import { IpRestriction } from './types';
|
|
56
|
-
import { OrganizationWithPlan } from './types';
|
|
57
|
-
import { PermissionSet } from './types';
|
|
58
|
-
import { RelationSet } from './types';
|
|
59
|
-
import { UserNotification } from './types';
|
|
60
|
-
import { UserWithAttributes } from './types';
|
|
61
|
-
import { UserWithRelationPermissions } from './types';
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
65
|
-
*/
|
|
66
|
-
export const GET_AUTH_CLIENT_CREDENTIALS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_AuthClientCredentials_Response_V1;
|
|
67
|
-
/**
|
|
68
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
69
|
-
*/
|
|
70
|
-
export const GET_AUTH_CLIENT_CREDENTIALS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_AuthClientCredentials_Response_V1;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
74
|
-
*/
|
|
75
|
-
export const GET_AUTH_CLIENT_CREDENTIALS_RESPONSE_V1_KEYS = [
|
|
76
|
-
GET_AUTH_CLIENT_CREDENTIALS_RESPONSE_V1_KEY_PAGINATION,
|
|
77
|
-
GET_AUTH_CLIENT_CREDENTIALS_RESPONSE_V1_KEY_RESULTS,
|
|
78
|
-
] as const;
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
82
|
-
*/
|
|
83
|
-
export const GET_AVAILABILITY_RESPONSE_V1_KEY_META = 'meta' as keyof Get_Availability_Response_V1;
|
|
84
|
-
/**
|
|
85
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
86
|
-
*/
|
|
87
|
-
export const GET_AVAILABILITY_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Availability_Response_V1;
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
91
|
-
*/
|
|
92
|
-
export const GET_AVAILABILITY_RESPONSE_V1_KEYS = [
|
|
93
|
-
GET_AVAILABILITY_RESPONSE_V1_KEY_META,
|
|
94
|
-
GET_AVAILABILITY_RESPONSE_V1_KEY_RESULTS,
|
|
95
|
-
] as const;
|
|
96
|
-
|
|
97
|
-
/**
|
|
98
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
99
|
-
*/
|
|
100
|
-
export const GET_CONTACTS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Contacts_Response_V1;
|
|
101
|
-
/**
|
|
102
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
103
|
-
*/
|
|
104
|
-
export const GET_CONTACTS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Contacts_Response_V1;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
108
|
-
*/
|
|
109
|
-
export const GET_CONTACTS_RESPONSE_V1_KEYS = [
|
|
110
|
-
GET_CONTACTS_RESPONSE_V1_KEY_PAGINATION,
|
|
111
|
-
GET_CONTACTS_RESPONSE_V1_KEY_RESULTS,
|
|
112
|
-
] as const;
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
116
|
-
*/
|
|
117
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CITY = 'city' as keyof Get_ContactsBycontactId_Response_V1;
|
|
118
|
-
/**
|
|
119
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
120
|
-
*/
|
|
121
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CONTACT_ID = 'contact_id' as keyof Get_ContactsBycontactId_Response_V1;
|
|
122
|
-
/**
|
|
123
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
124
|
-
*/
|
|
125
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_COUNTRY = 'country' as keyof Get_ContactsBycontactId_Response_V1;
|
|
126
|
-
/**
|
|
127
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
128
|
-
*/
|
|
129
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_ContactsBycontactId_Response_V1;
|
|
130
|
-
/**
|
|
131
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
132
|
-
*/
|
|
133
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Get_ContactsBycontactId_Response_V1;
|
|
134
|
-
/**
|
|
135
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
136
|
-
*/
|
|
137
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_DISCLOSE = 'disclose' as keyof Get_ContactsBycontactId_Response_V1;
|
|
138
|
-
/**
|
|
139
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
140
|
-
*/
|
|
141
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Get_ContactsBycontactId_Response_V1;
|
|
142
|
-
/**
|
|
143
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
144
|
-
*/
|
|
145
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_FAX = 'fax' as keyof Get_ContactsBycontactId_Response_V1;
|
|
146
|
-
/**
|
|
147
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
148
|
-
*/
|
|
149
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Get_ContactsBycontactId_Response_V1;
|
|
150
|
-
/**
|
|
151
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
152
|
-
*/
|
|
153
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Get_ContactsBycontactId_Response_V1;
|
|
154
|
-
/**
|
|
155
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
156
|
-
*/
|
|
157
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_ORG = 'org' as keyof Get_ContactsBycontactId_Response_V1;
|
|
158
|
-
/**
|
|
159
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
160
|
-
*/
|
|
161
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_ContactsBycontactId_Response_V1;
|
|
162
|
-
/**
|
|
163
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
164
|
-
*/
|
|
165
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Get_ContactsBycontactId_Response_V1;
|
|
166
|
-
/**
|
|
167
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
168
|
-
*/
|
|
169
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_POSTAL_CODE = 'postal_code' as keyof Get_ContactsBycontactId_Response_V1;
|
|
170
|
-
/**
|
|
171
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
172
|
-
*/
|
|
173
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_STATE = 'state' as keyof Get_ContactsBycontactId_Response_V1;
|
|
174
|
-
/**
|
|
175
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
176
|
-
*/
|
|
177
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_STREET = 'street' as keyof Get_ContactsBycontactId_Response_V1;
|
|
178
|
-
/**
|
|
179
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
180
|
-
*/
|
|
181
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_TITLE = 'title' as keyof Get_ContactsBycontactId_Response_V1;
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
185
|
-
*/
|
|
186
|
-
export const GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEYS = [
|
|
187
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CITY,
|
|
188
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CONTACT_ID,
|
|
189
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_COUNTRY,
|
|
190
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
191
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_DELETED_ON,
|
|
192
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_DISCLOSE,
|
|
193
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_EMAIL,
|
|
194
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_FAX,
|
|
195
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_FIRST_NAME,
|
|
196
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_LAST_NAME,
|
|
197
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_ORG,
|
|
198
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
199
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_PHONE,
|
|
200
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_POSTAL_CODE,
|
|
201
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_STATE,
|
|
202
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_STREET,
|
|
203
|
-
GET_CONTACTS_BYCONTACT_ID_RESPONSE_V1_KEY_TITLE,
|
|
204
|
-
] as const;
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
208
|
-
*/
|
|
209
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CANCELED_ON = 'canceled_on' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
210
|
-
/**
|
|
211
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
212
|
-
*/
|
|
213
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CONTACT_ID = 'contact_id' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
214
|
-
/**
|
|
215
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
216
|
-
*/
|
|
217
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CONTACT_VERIFICATION_ID = 'contact_verification_id' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
218
|
-
/**
|
|
219
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
220
|
-
*/
|
|
221
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
222
|
-
/**
|
|
223
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
224
|
-
*/
|
|
225
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
226
|
-
/**
|
|
227
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
228
|
-
*/
|
|
229
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_TYPE = 'type' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
230
|
-
/**
|
|
231
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
232
|
-
*/
|
|
233
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
234
|
-
/**
|
|
235
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
236
|
-
*/
|
|
237
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_VERIFIED_ON = 'verified_on' as keyof Get_ContactsBycontactIdVerification_Response_V1;
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
241
|
-
*/
|
|
242
|
-
export const GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEYS = [
|
|
243
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CANCELED_ON,
|
|
244
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CONTACT_ID,
|
|
245
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CONTACT_VERIFICATION_ID,
|
|
246
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_CREATED_ON,
|
|
247
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_STATUS,
|
|
248
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_TYPE,
|
|
249
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_UPDATED_ON,
|
|
250
|
-
GET_CONTACTS_BYCONTACT_ID_VERIFICATION_RESPONSE_V1_KEY_VERIFIED_ON,
|
|
251
|
-
] as const;
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
255
|
-
*/
|
|
256
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_CITY = 'city' as keyof Get_ContactsVerification_Response_V1;
|
|
257
|
-
/**
|
|
258
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
259
|
-
*/
|
|
260
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_COUNTRY = 'country' as keyof Get_ContactsVerification_Response_V1;
|
|
261
|
-
/**
|
|
262
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
263
|
-
*/
|
|
264
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_DISCLOSE = 'disclose' as keyof Get_ContactsVerification_Response_V1;
|
|
265
|
-
/**
|
|
266
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
267
|
-
*/
|
|
268
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Get_ContactsVerification_Response_V1;
|
|
269
|
-
/**
|
|
270
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
271
|
-
*/
|
|
272
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_FAX = 'fax' as keyof Get_ContactsVerification_Response_V1;
|
|
273
|
-
/**
|
|
274
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
275
|
-
*/
|
|
276
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Get_ContactsVerification_Response_V1;
|
|
277
|
-
/**
|
|
278
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
279
|
-
*/
|
|
280
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Get_ContactsVerification_Response_V1;
|
|
281
|
-
/**
|
|
282
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
283
|
-
*/
|
|
284
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_ORG = 'org' as keyof Get_ContactsVerification_Response_V1;
|
|
285
|
-
/**
|
|
286
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
287
|
-
*/
|
|
288
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Get_ContactsVerification_Response_V1;
|
|
289
|
-
/**
|
|
290
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
291
|
-
*/
|
|
292
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_POSTAL_CODE = 'postal_code' as keyof Get_ContactsVerification_Response_V1;
|
|
293
|
-
/**
|
|
294
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
295
|
-
*/
|
|
296
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_STATE = 'state' as keyof Get_ContactsVerification_Response_V1;
|
|
297
|
-
/**
|
|
298
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
299
|
-
*/
|
|
300
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_STREET = 'street' as keyof Get_ContactsVerification_Response_V1;
|
|
301
|
-
/**
|
|
302
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
303
|
-
*/
|
|
304
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_TITLE = 'title' as keyof Get_ContactsVerification_Response_V1;
|
|
305
|
-
|
|
306
|
-
/**
|
|
307
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
308
|
-
*/
|
|
309
|
-
export const GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEYS = [
|
|
310
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_CITY,
|
|
311
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_COUNTRY,
|
|
312
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_DISCLOSE,
|
|
313
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_EMAIL,
|
|
314
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_FAX,
|
|
315
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_FIRST_NAME,
|
|
316
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_LAST_NAME,
|
|
317
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_ORG,
|
|
318
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_PHONE,
|
|
319
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_POSTAL_CODE,
|
|
320
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_STATE,
|
|
321
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_STREET,
|
|
322
|
-
GET_CONTACTS_VERIFICATION_RESPONSE_V1_KEY_TITLE,
|
|
323
|
-
] as const;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
327
|
-
*/
|
|
328
|
-
export const GET_DNS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Dns_Response_V1;
|
|
329
|
-
/**
|
|
330
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
331
|
-
*/
|
|
332
|
-
export const GET_DNS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Dns_Response_V1;
|
|
333
|
-
|
|
334
|
-
/**
|
|
335
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
336
|
-
*/
|
|
337
|
-
export const GET_DNS_RESPONSE_V1_KEYS = [
|
|
338
|
-
GET_DNS_RESPONSE_V1_KEY_PAGINATION,
|
|
339
|
-
GET_DNS_RESPONSE_V1_KEY_RESULTS,
|
|
340
|
-
] as const;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
344
|
-
*/
|
|
345
|
-
export const GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_DNSSEC_STATUS = 'dnssec_status' as keyof Get_DnsByzoneName_Response_V1;
|
|
346
|
-
/**
|
|
347
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
348
|
-
*/
|
|
349
|
-
export const GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_DOMAIN_PARTS = 'domain_parts' as keyof Get_DnsByzoneName_Response_V1;
|
|
350
|
-
/**
|
|
351
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
352
|
-
*/
|
|
353
|
-
export const GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_NAME = 'name' as keyof Get_DnsByzoneName_Response_V1;
|
|
354
|
-
/**
|
|
355
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
356
|
-
*/
|
|
357
|
-
export const GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_RRSETS = 'rrsets' as keyof Get_DnsByzoneName_Response_V1;
|
|
358
|
-
|
|
359
|
-
/**
|
|
360
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
361
|
-
*/
|
|
362
|
-
export const GET_DNS_BYZONE_NAME_RESPONSE_V1_KEYS = [
|
|
363
|
-
GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_DNSSEC_STATUS,
|
|
364
|
-
GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_DOMAIN_PARTS,
|
|
365
|
-
GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_NAME,
|
|
366
|
-
GET_DNS_BYZONE_NAME_RESPONSE_V1_KEY_RRSETS,
|
|
367
|
-
] as const;
|
|
368
|
-
|
|
369
|
-
/**
|
|
370
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
371
|
-
*/
|
|
372
|
-
export const GET_DOMAINS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Domains_Response_V1;
|
|
373
|
-
/**
|
|
374
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
375
|
-
*/
|
|
376
|
-
export const GET_DOMAINS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Domains_Response_V1;
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
380
|
-
*/
|
|
381
|
-
export const GET_DOMAINS_RESPONSE_V1_KEYS = [
|
|
382
|
-
GET_DOMAINS_RESPONSE_V1_KEY_PAGINATION,
|
|
383
|
-
GET_DOMAINS_RESPONSE_V1_KEY_RESULTS,
|
|
384
|
-
] as const;
|
|
385
|
-
|
|
386
|
-
/**
|
|
387
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
388
|
-
*/
|
|
389
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE = 'auth_code' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
390
|
-
/**
|
|
391
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
392
|
-
*/
|
|
393
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON = 'auth_code_expires_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
394
|
-
/**
|
|
395
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
396
|
-
*/
|
|
397
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CANCELED_ON = 'canceled_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
398
|
-
/**
|
|
399
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
400
|
-
*/
|
|
401
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CONTACTS = 'contacts' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
402
|
-
/**
|
|
403
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
404
|
-
*/
|
|
405
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
406
|
-
/**
|
|
407
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
408
|
-
*/
|
|
409
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
410
|
-
/**
|
|
411
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
412
|
-
*/
|
|
413
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DOMAIN_ID = 'domain_id' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
414
|
-
/**
|
|
415
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
416
|
-
*/
|
|
417
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_EXPIRES_ON = 'expires_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
418
|
-
/**
|
|
419
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
420
|
-
*/
|
|
421
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAME = 'name' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
422
|
-
/**
|
|
423
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
424
|
-
*/
|
|
425
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAMESERVERS = 'nameservers' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
426
|
-
/**
|
|
427
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
428
|
-
*/
|
|
429
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_OWNER_ID = 'owner_id' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
430
|
-
/**
|
|
431
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
432
|
-
*/
|
|
433
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTERED_ON = 'registered_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
434
|
-
/**
|
|
435
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
436
|
-
*/
|
|
437
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID = 'registry_account_id' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
438
|
-
/**
|
|
439
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
440
|
-
*/
|
|
441
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_STATUSES = 'registry_statuses' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
442
|
-
/**
|
|
443
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
444
|
-
*/
|
|
445
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_RENEWAL_MODE = 'renewal_mode' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
446
|
-
/**
|
|
447
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
448
|
-
*/
|
|
449
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_ROID = 'roid' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
450
|
-
/**
|
|
451
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
452
|
-
*/
|
|
453
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_SLD = 'sld' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
454
|
-
/**
|
|
455
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
456
|
-
*/
|
|
457
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TLD = 'tld' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
458
|
-
/**
|
|
459
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
460
|
-
*/
|
|
461
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TRANSFER_LOCK = 'transfer_lock' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
462
|
-
/**
|
|
463
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
464
|
-
*/
|
|
465
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_DomainsBydomainReference_Response_V1;
|
|
466
|
-
|
|
467
|
-
/**
|
|
468
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
469
|
-
*/
|
|
470
|
-
export const GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEYS = [
|
|
471
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE,
|
|
472
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON,
|
|
473
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CANCELED_ON,
|
|
474
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CONTACTS,
|
|
475
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CREATED_ON,
|
|
476
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DELETED_ON,
|
|
477
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DOMAIN_ID,
|
|
478
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_EXPIRES_ON,
|
|
479
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAME,
|
|
480
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAMESERVERS,
|
|
481
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_OWNER_ID,
|
|
482
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTERED_ON,
|
|
483
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID,
|
|
484
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_STATUSES,
|
|
485
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_RENEWAL_MODE,
|
|
486
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_ROID,
|
|
487
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_SLD,
|
|
488
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TLD,
|
|
489
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TRANSFER_LOCK,
|
|
490
|
-
GET_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_UPDATED_ON,
|
|
491
|
-
] as const;
|
|
492
|
-
|
|
493
|
-
/**
|
|
494
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
495
|
-
*/
|
|
496
|
-
export const GET_DOMAINS_CHECK_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_DomainsCheck_Response_V1;
|
|
497
|
-
|
|
498
|
-
/**
|
|
499
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
500
|
-
*/
|
|
501
|
-
export const GET_DOMAINS_CHECK_RESPONSE_V1_KEYS = [
|
|
502
|
-
GET_DOMAINS_CHECK_RESPONSE_V1_KEY_RESULTS,
|
|
503
|
-
] as const;
|
|
504
|
-
|
|
505
|
-
/**
|
|
506
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
507
|
-
*/
|
|
508
|
-
export const GET_DOMAIN_SEARCH_SUGGEST_RESPONSE_V1_KEY_META = 'meta' as keyof Get_DomainSearchSuggest_Response_V1;
|
|
509
|
-
/**
|
|
510
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
511
|
-
*/
|
|
512
|
-
export const GET_DOMAIN_SEARCH_SUGGEST_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_DomainSearchSuggest_Response_V1;
|
|
513
|
-
|
|
514
|
-
/**
|
|
515
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
516
|
-
*/
|
|
517
|
-
export const GET_DOMAIN_SEARCH_SUGGEST_RESPONSE_V1_KEYS = [
|
|
518
|
-
GET_DOMAIN_SEARCH_SUGGEST_RESPONSE_V1_KEY_META,
|
|
519
|
-
GET_DOMAIN_SEARCH_SUGGEST_RESPONSE_V1_KEY_RESULTS,
|
|
520
|
-
] as const;
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
524
|
-
*/
|
|
525
|
-
export const GET_DOMAINS_SUMMARY_RESPONSE_V1_KEY_DOMAINS = 'domains' as keyof Get_DomainsSummary_Response_V1;
|
|
526
|
-
/**
|
|
527
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
528
|
-
*/
|
|
529
|
-
export const GET_DOMAINS_SUMMARY_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_DomainsSummary_Response_V1;
|
|
530
|
-
|
|
531
|
-
/**
|
|
532
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
533
|
-
*/
|
|
534
|
-
export const GET_DOMAINS_SUMMARY_RESPONSE_V1_KEYS = [
|
|
535
|
-
GET_DOMAINS_SUMMARY_RESPONSE_V1_KEY_DOMAINS,
|
|
536
|
-
GET_DOMAINS_SUMMARY_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
537
|
-
] as const;
|
|
538
|
-
|
|
539
|
-
/**
|
|
540
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
541
|
-
*/
|
|
542
|
-
export const GET_EMAIL_FORWARDS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_EmailForwards_Response_V1;
|
|
543
|
-
/**
|
|
544
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
545
|
-
*/
|
|
546
|
-
export const GET_EMAIL_FORWARDS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_EmailForwards_Response_V1;
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
550
|
-
*/
|
|
551
|
-
export const GET_EMAIL_FORWARDS_RESPONSE_V1_KEYS = [
|
|
552
|
-
GET_EMAIL_FORWARDS_RESPONSE_V1_KEY_PAGINATION,
|
|
553
|
-
GET_EMAIL_FORWARDS_RESPONSE_V1_KEY_RESULTS,
|
|
554
|
-
] as const;
|
|
555
|
-
|
|
556
|
-
/**
|
|
557
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
558
|
-
*/
|
|
559
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
560
|
-
/**
|
|
561
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
562
|
-
*/
|
|
563
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_EMAIL_FORWARD_ID = 'email_forward_id' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
564
|
-
/**
|
|
565
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
566
|
-
*/
|
|
567
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_SOURCE_ADDRESS = 'source_address' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
568
|
-
/**
|
|
569
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
570
|
-
*/
|
|
571
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
572
|
-
/**
|
|
573
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
574
|
-
*/
|
|
575
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_TARGET_ADDRESS = 'target_address' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
576
|
-
/**
|
|
577
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
578
|
-
*/
|
|
579
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_EmailForwardsByemailForwardId_Response_V1;
|
|
580
|
-
|
|
581
|
-
/**
|
|
582
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
583
|
-
*/
|
|
584
|
-
export const GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEYS = [
|
|
585
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
586
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_EMAIL_FORWARD_ID,
|
|
587
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_SOURCE_ADDRESS,
|
|
588
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_STATUS,
|
|
589
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_TARGET_ADDRESS,
|
|
590
|
-
GET_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_UPDATED_ON,
|
|
591
|
-
] as const;
|
|
592
|
-
|
|
593
|
-
/**
|
|
594
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
595
|
-
*/
|
|
596
|
-
export const GET_EVENT_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Event_Response_V1;
|
|
597
|
-
/**
|
|
598
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
599
|
-
*/
|
|
600
|
-
export const GET_EVENT_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Event_Response_V1;
|
|
601
|
-
|
|
602
|
-
/**
|
|
603
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
604
|
-
*/
|
|
605
|
-
export const GET_EVENT_RESPONSE_V1_KEYS = [
|
|
606
|
-
GET_EVENT_RESPONSE_V1_KEY_PAGINATION,
|
|
607
|
-
GET_EVENT_RESPONSE_V1_KEY_RESULTS,
|
|
608
|
-
] as const;
|
|
609
|
-
|
|
610
|
-
/**
|
|
611
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
612
|
-
*/
|
|
613
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_ACKNOWLEDGED_ON = 'acknowledged_on' as keyof Get_EventByeventId_Response_V1;
|
|
614
|
-
/**
|
|
615
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
616
|
-
*/
|
|
617
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_EventByeventId_Response_V1;
|
|
618
|
-
/**
|
|
619
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
620
|
-
*/
|
|
621
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_EVENT_DATA = 'event_data' as keyof Get_EventByeventId_Response_V1;
|
|
622
|
-
/**
|
|
623
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
624
|
-
*/
|
|
625
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_EVENT_ID = 'event_id' as keyof Get_EventByeventId_Response_V1;
|
|
626
|
-
/**
|
|
627
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
628
|
-
*/
|
|
629
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_MESSAGE_QUEUE_ID = 'message_queue_id' as keyof Get_EventByeventId_Response_V1;
|
|
630
|
-
/**
|
|
631
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
632
|
-
*/
|
|
633
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_OBJECT_ID = 'object_id' as keyof Get_EventByeventId_Response_V1;
|
|
634
|
-
/**
|
|
635
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
636
|
-
*/
|
|
637
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_OBJECT_TYPE = 'object_type' as keyof Get_EventByeventId_Response_V1;
|
|
638
|
-
/**
|
|
639
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
640
|
-
*/
|
|
641
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SOURCE = 'source' as keyof Get_EventByeventId_Response_V1;
|
|
642
|
-
/**
|
|
643
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
644
|
-
*/
|
|
645
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SOURCE_EVENT_ID = 'source_event_id' as keyof Get_EventByeventId_Response_V1;
|
|
646
|
-
/**
|
|
647
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
648
|
-
*/
|
|
649
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SUBTYPE = 'subtype' as keyof Get_EventByeventId_Response_V1;
|
|
650
|
-
/**
|
|
651
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
652
|
-
*/
|
|
653
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_TARGET = 'target' as keyof Get_EventByeventId_Response_V1;
|
|
654
|
-
/**
|
|
655
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
656
|
-
*/
|
|
657
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_TYPE = 'type' as keyof Get_EventByeventId_Response_V1;
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
661
|
-
*/
|
|
662
|
-
export const GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEYS = [
|
|
663
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_ACKNOWLEDGED_ON,
|
|
664
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
665
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_EVENT_DATA,
|
|
666
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_EVENT_ID,
|
|
667
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_MESSAGE_QUEUE_ID,
|
|
668
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_OBJECT_ID,
|
|
669
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_OBJECT_TYPE,
|
|
670
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SOURCE,
|
|
671
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SOURCE_EVENT_ID,
|
|
672
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_SUBTYPE,
|
|
673
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_TARGET,
|
|
674
|
-
GET_EVENT_BYEVENT_ID_RESPONSE_V1_KEY_TYPE,
|
|
675
|
-
] as const;
|
|
676
|
-
|
|
677
|
-
/**
|
|
678
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
679
|
-
*/
|
|
680
|
-
export const GET_NOTIFICATIONS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Notifications_Response_V1;
|
|
681
|
-
/**
|
|
682
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
683
|
-
*/
|
|
684
|
-
export const GET_NOTIFICATIONS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Notifications_Response_V1;
|
|
685
|
-
|
|
686
|
-
/**
|
|
687
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
688
|
-
*/
|
|
689
|
-
export const GET_NOTIFICATIONS_RESPONSE_V1_KEYS = [
|
|
690
|
-
GET_NOTIFICATIONS_RESPONSE_V1_KEY_PAGINATION,
|
|
691
|
-
GET_NOTIFICATIONS_RESPONSE_V1_KEY_RESULTS,
|
|
692
|
-
] as const;
|
|
693
|
-
|
|
694
|
-
/**
|
|
695
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
696
|
-
*/
|
|
697
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
698
|
-
/**
|
|
699
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
700
|
-
*/
|
|
701
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_NOTIFICATION = 'notification' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
702
|
-
/**
|
|
703
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
704
|
-
*/
|
|
705
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_NOTIFICATION_ID = 'notification_id' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
706
|
-
/**
|
|
707
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
708
|
-
*/
|
|
709
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
710
|
-
/**
|
|
711
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
712
|
-
*/
|
|
713
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
714
|
-
/**
|
|
715
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
716
|
-
*/
|
|
717
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_USER_ID = 'user_id' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
718
|
-
/**
|
|
719
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
720
|
-
*/
|
|
721
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_USER_NOTIFICATION_ID = 'user_notification_id' as keyof Get_NotificationsBynotificationId_Response_V1;
|
|
722
|
-
|
|
723
|
-
/**
|
|
724
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
725
|
-
*/
|
|
726
|
-
export const GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEYS = [
|
|
727
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
728
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_NOTIFICATION,
|
|
729
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_NOTIFICATION_ID,
|
|
730
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_STATUS,
|
|
731
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_UPDATED_ON,
|
|
732
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_USER_ID,
|
|
733
|
-
GET_NOTIFICATIONS_BYNOTIFICATION_ID_RESPONSE_V1_KEY_USER_NOTIFICATION_ID,
|
|
734
|
-
] as const;
|
|
735
|
-
|
|
736
|
-
/**
|
|
737
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
738
|
-
*/
|
|
739
|
-
export const GET_ORGANIZATIONS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_Organizations_Response_V1;
|
|
740
|
-
/**
|
|
741
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
742
|
-
*/
|
|
743
|
-
export const GET_ORGANIZATIONS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_Organizations_Response_V1;
|
|
744
|
-
|
|
745
|
-
/**
|
|
746
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
747
|
-
*/
|
|
748
|
-
export const GET_ORGANIZATIONS_RESPONSE_V1_KEYS = [
|
|
749
|
-
GET_ORGANIZATIONS_RESPONSE_V1_KEY_PAGINATION,
|
|
750
|
-
GET_ORGANIZATIONS_RESPONSE_V1_KEY_RESULTS,
|
|
751
|
-
] as const;
|
|
752
|
-
|
|
753
|
-
/**
|
|
754
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
755
|
-
*/
|
|
756
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ADDRESS_1 = 'address_1' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
757
|
-
/**
|
|
758
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
759
|
-
*/
|
|
760
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ADDRESS_2 = 'address_2' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
761
|
-
/**
|
|
762
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
763
|
-
*/
|
|
764
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ATTRIBUTES = 'attributes' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
765
|
-
/**
|
|
766
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
767
|
-
*/
|
|
768
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_BUSINESS_NUMBER = 'business_number' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
769
|
-
/**
|
|
770
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
771
|
-
*/
|
|
772
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CITY = 'city' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
773
|
-
/**
|
|
774
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
775
|
-
*/
|
|
776
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_COUNTRY_CODE = 'country_code' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
777
|
-
/**
|
|
778
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
779
|
-
*/
|
|
780
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
781
|
-
/**
|
|
782
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
783
|
-
*/
|
|
784
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CURRENCY = 'currency' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
785
|
-
/**
|
|
786
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
787
|
-
*/
|
|
788
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_DEFAULT_LOCALE = 'default_locale' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
789
|
-
/**
|
|
790
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
791
|
-
*/
|
|
792
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
793
|
-
/**
|
|
794
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
795
|
-
*/
|
|
796
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_NAME = 'name' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
797
|
-
/**
|
|
798
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
799
|
-
*/
|
|
800
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
801
|
-
/**
|
|
802
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
803
|
-
*/
|
|
804
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_PARENT_ORGANIZATION_ID = 'parent_organization_id' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
805
|
-
/**
|
|
806
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
807
|
-
*/
|
|
808
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_PLAN = 'plan' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
809
|
-
/**
|
|
810
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
811
|
-
*/
|
|
812
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_POSTAL_CODE = 'postal_code' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
813
|
-
/**
|
|
814
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
815
|
-
*/
|
|
816
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_STATE = 'state' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
817
|
-
/**
|
|
818
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
819
|
-
*/
|
|
820
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
821
|
-
/**
|
|
822
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
823
|
-
*/
|
|
824
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_ID = 'tax_id' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
825
|
-
/**
|
|
826
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
827
|
-
*/
|
|
828
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_ID_TYPE = 'tax_id_type' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
829
|
-
/**
|
|
830
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
831
|
-
*/
|
|
832
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_RATE = 'tax_rate' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
833
|
-
/**
|
|
834
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
835
|
-
*/
|
|
836
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_USERS = 'users' as keyof Get_OrganizationsByorganizationId_Response_V1;
|
|
837
|
-
|
|
838
|
-
/**
|
|
839
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
840
|
-
*/
|
|
841
|
-
export const GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEYS = [
|
|
842
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ADDRESS_1,
|
|
843
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ADDRESS_2,
|
|
844
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ATTRIBUTES,
|
|
845
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_BUSINESS_NUMBER,
|
|
846
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CITY,
|
|
847
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_COUNTRY_CODE,
|
|
848
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
849
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_CURRENCY,
|
|
850
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_DEFAULT_LOCALE,
|
|
851
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_DELETED_ON,
|
|
852
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_NAME,
|
|
853
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
854
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_PARENT_ORGANIZATION_ID,
|
|
855
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_PLAN,
|
|
856
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_POSTAL_CODE,
|
|
857
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_STATE,
|
|
858
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_STATUS,
|
|
859
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_ID,
|
|
860
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_ID_TYPE,
|
|
861
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_TAX_RATE,
|
|
862
|
-
GET_ORGANIZATIONS_BYORGANIZATION_ID_RESPONSE_V1_KEY_USERS,
|
|
863
|
-
] as const;
|
|
864
|
-
|
|
865
|
-
/**
|
|
866
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
867
|
-
*/
|
|
868
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
869
|
-
/**
|
|
870
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
871
|
-
*/
|
|
872
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_NETWORK = 'ip_network' as keyof Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
873
|
-
/**
|
|
874
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
875
|
-
*/
|
|
876
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_RESTRICTION_ID = 'ip_restriction_id' as keyof Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
877
|
-
/**
|
|
878
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
879
|
-
*/
|
|
880
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_LAST_USED_ON = 'last_used_on' as keyof Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
881
|
-
/**
|
|
882
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
883
|
-
*/
|
|
884
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
888
|
-
*/
|
|
889
|
-
export const GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEYS = [
|
|
890
|
-
GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
891
|
-
GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_NETWORK,
|
|
892
|
-
GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_RESTRICTION_ID,
|
|
893
|
-
GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_LAST_USED_ON,
|
|
894
|
-
GET_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
895
|
-
] as const;
|
|
896
|
-
|
|
897
|
-
/**
|
|
898
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
899
|
-
*/
|
|
900
|
-
export const GET_ORGANIZATIONS_USERS_RESPONSE_V1_KEY_PAGINATION = 'pagination' as keyof Get_OrganizationsUsers_Response_V1;
|
|
901
|
-
/**
|
|
902
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
903
|
-
*/
|
|
904
|
-
export const GET_ORGANIZATIONS_USERS_RESPONSE_V1_KEY_RESULTS = 'results' as keyof Get_OrganizationsUsers_Response_V1;
|
|
905
|
-
|
|
906
|
-
/**
|
|
907
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
908
|
-
*/
|
|
909
|
-
export const GET_ORGANIZATIONS_USERS_RESPONSE_V1_KEYS = [
|
|
910
|
-
GET_ORGANIZATIONS_USERS_RESPONSE_V1_KEY_PAGINATION,
|
|
911
|
-
GET_ORGANIZATIONS_USERS_RESPONSE_V1_KEY_RESULTS,
|
|
912
|
-
] as const;
|
|
913
|
-
|
|
914
|
-
/**
|
|
915
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
916
|
-
*/
|
|
917
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_UsersByuserId_Response_V1;
|
|
918
|
-
/**
|
|
919
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
920
|
-
*/
|
|
921
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Get_UsersByuserId_Response_V1;
|
|
922
|
-
/**
|
|
923
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
924
|
-
*/
|
|
925
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Get_UsersByuserId_Response_V1;
|
|
926
|
-
/**
|
|
927
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
928
|
-
*/
|
|
929
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Get_UsersByuserId_Response_V1;
|
|
930
|
-
/**
|
|
931
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
932
|
-
*/
|
|
933
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Get_UsersByuserId_Response_V1;
|
|
934
|
-
/**
|
|
935
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
936
|
-
*/
|
|
937
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_LOCALE = 'locale' as keyof Get_UsersByuserId_Response_V1;
|
|
938
|
-
/**
|
|
939
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
940
|
-
*/
|
|
941
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_UsersByuserId_Response_V1;
|
|
942
|
-
/**
|
|
943
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
944
|
-
*/
|
|
945
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Get_UsersByuserId_Response_V1;
|
|
946
|
-
/**
|
|
947
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
948
|
-
*/
|
|
949
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_UsersByuserId_Response_V1;
|
|
950
|
-
/**
|
|
951
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
952
|
-
*/
|
|
953
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_UsersByuserId_Response_V1;
|
|
954
|
-
/**
|
|
955
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
956
|
-
*/
|
|
957
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ATTRIBUTES = 'user_attributes' as keyof Get_UsersByuserId_Response_V1;
|
|
958
|
-
/**
|
|
959
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
960
|
-
*/
|
|
961
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ID = 'user_id' as keyof Get_UsersByuserId_Response_V1;
|
|
962
|
-
/**
|
|
963
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
964
|
-
*/
|
|
965
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USERNAME = 'username' as keyof Get_UsersByuserId_Response_V1;
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
969
|
-
*/
|
|
970
|
-
export const GET_USERS_BYUSER_ID_RESPONSE_V1_KEYS = [
|
|
971
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
972
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_DELETED_ON,
|
|
973
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_EMAIL,
|
|
974
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_FIRST_NAME,
|
|
975
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_LAST_NAME,
|
|
976
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_LOCALE,
|
|
977
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
978
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_PHONE,
|
|
979
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_STATUS,
|
|
980
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_UPDATED_ON,
|
|
981
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ATTRIBUTES,
|
|
982
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ID,
|
|
983
|
-
GET_USERS_BYUSER_ID_RESPONSE_V1_KEY_USERNAME,
|
|
984
|
-
] as const;
|
|
985
|
-
|
|
986
|
-
/**
|
|
987
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
988
|
-
*/
|
|
989
|
-
export const GET_USERS_BYUSER_ID_PERMISSIONS_RESPONSE_V1_KEY_PERMISSIONS = 'permissions' as keyof Get_UsersByuserIdPermissions_Response_V1;
|
|
990
|
-
|
|
991
|
-
/**
|
|
992
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
993
|
-
*/
|
|
994
|
-
export const GET_USERS_BYUSER_ID_PERMISSIONS_RESPONSE_V1_KEYS = [
|
|
995
|
-
GET_USERS_BYUSER_ID_PERMISSIONS_RESPONSE_V1_KEY_PERMISSIONS,
|
|
996
|
-
] as const;
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1000
|
-
*/
|
|
1001
|
-
export const GET_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEY_RELATIONS = 'relations' as keyof Get_UsersByuserIdRoles_Response_V1;
|
|
1002
|
-
|
|
1003
|
-
/**
|
|
1004
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1005
|
-
*/
|
|
1006
|
-
export const GET_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEYS = [
|
|
1007
|
-
GET_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEY_RELATIONS,
|
|
1008
|
-
] as const;
|
|
1009
|
-
|
|
1010
|
-
/**
|
|
1011
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1012
|
-
*/
|
|
1013
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Get_UsersMe_Response_V1;
|
|
1014
|
-
/**
|
|
1015
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1016
|
-
*/
|
|
1017
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Get_UsersMe_Response_V1;
|
|
1018
|
-
/**
|
|
1019
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1020
|
-
*/
|
|
1021
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Get_UsersMe_Response_V1;
|
|
1022
|
-
/**
|
|
1023
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1024
|
-
*/
|
|
1025
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Get_UsersMe_Response_V1;
|
|
1026
|
-
/**
|
|
1027
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1028
|
-
*/
|
|
1029
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Get_UsersMe_Response_V1;
|
|
1030
|
-
/**
|
|
1031
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1032
|
-
*/
|
|
1033
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_LOCALE = 'locale' as keyof Get_UsersMe_Response_V1;
|
|
1034
|
-
/**
|
|
1035
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1036
|
-
*/
|
|
1037
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Get_UsersMe_Response_V1;
|
|
1038
|
-
/**
|
|
1039
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1040
|
-
*/
|
|
1041
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_PERMISSIONS = 'permissions' as keyof Get_UsersMe_Response_V1;
|
|
1042
|
-
/**
|
|
1043
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1044
|
-
*/
|
|
1045
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Get_UsersMe_Response_V1;
|
|
1046
|
-
/**
|
|
1047
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1048
|
-
*/
|
|
1049
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_RELATIONS = 'relations' as keyof Get_UsersMe_Response_V1;
|
|
1050
|
-
/**
|
|
1051
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1052
|
-
*/
|
|
1053
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_STATUS = 'status' as keyof Get_UsersMe_Response_V1;
|
|
1054
|
-
/**
|
|
1055
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1056
|
-
*/
|
|
1057
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Get_UsersMe_Response_V1;
|
|
1058
|
-
/**
|
|
1059
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1060
|
-
*/
|
|
1061
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_USER_ATTRIBUTES = 'user_attributes' as keyof Get_UsersMe_Response_V1;
|
|
1062
|
-
/**
|
|
1063
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1064
|
-
*/
|
|
1065
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_USER_ID = 'user_id' as keyof Get_UsersMe_Response_V1;
|
|
1066
|
-
/**
|
|
1067
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1068
|
-
*/
|
|
1069
|
-
export const GET_USERS_ME_RESPONSE_V1_KEY_USERNAME = 'username' as keyof Get_UsersMe_Response_V1;
|
|
1070
|
-
|
|
1071
|
-
/**
|
|
1072
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1073
|
-
*/
|
|
1074
|
-
export const GET_USERS_ME_RESPONSE_V1_KEYS = [
|
|
1075
|
-
GET_USERS_ME_RESPONSE_V1_KEY_CREATED_ON,
|
|
1076
|
-
GET_USERS_ME_RESPONSE_V1_KEY_DELETED_ON,
|
|
1077
|
-
GET_USERS_ME_RESPONSE_V1_KEY_EMAIL,
|
|
1078
|
-
GET_USERS_ME_RESPONSE_V1_KEY_FIRST_NAME,
|
|
1079
|
-
GET_USERS_ME_RESPONSE_V1_KEY_LAST_NAME,
|
|
1080
|
-
GET_USERS_ME_RESPONSE_V1_KEY_LOCALE,
|
|
1081
|
-
GET_USERS_ME_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1082
|
-
GET_USERS_ME_RESPONSE_V1_KEY_PERMISSIONS,
|
|
1083
|
-
GET_USERS_ME_RESPONSE_V1_KEY_PHONE,
|
|
1084
|
-
GET_USERS_ME_RESPONSE_V1_KEY_RELATIONS,
|
|
1085
|
-
GET_USERS_ME_RESPONSE_V1_KEY_STATUS,
|
|
1086
|
-
GET_USERS_ME_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1087
|
-
GET_USERS_ME_RESPONSE_V1_KEY_USER_ATTRIBUTES,
|
|
1088
|
-
GET_USERS_ME_RESPONSE_V1_KEY_USER_ID,
|
|
1089
|
-
GET_USERS_ME_RESPONSE_V1_KEY_USERNAME,
|
|
1090
|
-
] as const;
|
|
1091
|
-
|
|
1092
|
-
/**
|
|
1093
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1094
|
-
*/
|
|
1095
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE = 'auth_code' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1096
|
-
/**
|
|
1097
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1098
|
-
*/
|
|
1099
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON = 'auth_code_expires_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1100
|
-
/**
|
|
1101
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1102
|
-
*/
|
|
1103
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CANCELED_ON = 'canceled_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1104
|
-
/**
|
|
1105
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1106
|
-
*/
|
|
1107
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CONTACTS = 'contacts' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1108
|
-
/**
|
|
1109
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1110
|
-
*/
|
|
1111
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1112
|
-
/**
|
|
1113
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1114
|
-
*/
|
|
1115
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1116
|
-
/**
|
|
1117
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1118
|
-
*/
|
|
1119
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DOMAIN_ID = 'domain_id' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1120
|
-
/**
|
|
1121
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1122
|
-
*/
|
|
1123
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_EXPIRES_ON = 'expires_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1124
|
-
/**
|
|
1125
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1126
|
-
*/
|
|
1127
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAME = 'name' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1128
|
-
/**
|
|
1129
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1130
|
-
*/
|
|
1131
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAMESERVERS = 'nameservers' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1132
|
-
/**
|
|
1133
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1134
|
-
*/
|
|
1135
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_OWNER_ID = 'owner_id' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1136
|
-
/**
|
|
1137
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1138
|
-
*/
|
|
1139
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTERED_ON = 'registered_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1140
|
-
/**
|
|
1141
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1142
|
-
*/
|
|
1143
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID = 'registry_account_id' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1144
|
-
/**
|
|
1145
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1146
|
-
*/
|
|
1147
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_STATUSES = 'registry_statuses' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1148
|
-
/**
|
|
1149
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1150
|
-
*/
|
|
1151
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_RENEWAL_MODE = 'renewal_mode' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1152
|
-
/**
|
|
1153
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1154
|
-
*/
|
|
1155
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_ROID = 'roid' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1156
|
-
/**
|
|
1157
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1158
|
-
*/
|
|
1159
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_SLD = 'sld' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1160
|
-
/**
|
|
1161
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1162
|
-
*/
|
|
1163
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TLD = 'tld' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1164
|
-
/**
|
|
1165
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1166
|
-
*/
|
|
1167
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TRANSFER_LOCK = 'transfer_lock' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1168
|
-
/**
|
|
1169
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1170
|
-
*/
|
|
1171
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Patch_DomainsBydomainReference_Response_V1;
|
|
1172
|
-
|
|
1173
|
-
/**
|
|
1174
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1175
|
-
*/
|
|
1176
|
-
export const PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEYS = [
|
|
1177
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE,
|
|
1178
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON,
|
|
1179
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CANCELED_ON,
|
|
1180
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CONTACTS,
|
|
1181
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_CREATED_ON,
|
|
1182
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DELETED_ON,
|
|
1183
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_DOMAIN_ID,
|
|
1184
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_EXPIRES_ON,
|
|
1185
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAME,
|
|
1186
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_NAMESERVERS,
|
|
1187
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_OWNER_ID,
|
|
1188
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTERED_ON,
|
|
1189
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID,
|
|
1190
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_REGISTRY_STATUSES,
|
|
1191
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_RENEWAL_MODE,
|
|
1192
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_ROID,
|
|
1193
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_SLD,
|
|
1194
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TLD,
|
|
1195
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_TRANSFER_LOCK,
|
|
1196
|
-
PATCH_DOMAINS_BYDOMAIN_REFERENCE_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1197
|
-
] as const;
|
|
1198
|
-
|
|
1199
|
-
/**
|
|
1200
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1201
|
-
*/
|
|
1202
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1203
|
-
/**
|
|
1204
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1205
|
-
*/
|
|
1206
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_EMAIL_FORWARD_ID = 'email_forward_id' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1207
|
-
/**
|
|
1208
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1209
|
-
*/
|
|
1210
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_SOURCE_ADDRESS = 'source_address' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1211
|
-
/**
|
|
1212
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1213
|
-
*/
|
|
1214
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1215
|
-
/**
|
|
1216
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1217
|
-
*/
|
|
1218
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_TARGET_ADDRESS = 'target_address' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1219
|
-
/**
|
|
1220
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1221
|
-
*/
|
|
1222
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Patch_EmailForwardsByemailForwardId_Response_V1;
|
|
1223
|
-
|
|
1224
|
-
/**
|
|
1225
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1226
|
-
*/
|
|
1227
|
-
export const PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEYS = [
|
|
1228
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
1229
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_EMAIL_FORWARD_ID,
|
|
1230
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_SOURCE_ADDRESS,
|
|
1231
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_STATUS,
|
|
1232
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_TARGET_ADDRESS,
|
|
1233
|
-
PATCH_EMAIL_FORWARDS_BYEMAIL_FORWARD_ID_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1234
|
-
] as const;
|
|
1235
|
-
|
|
1236
|
-
/**
|
|
1237
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1238
|
-
*/
|
|
1239
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ADDRESS_1 = 'address_1' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1240
|
-
/**
|
|
1241
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1242
|
-
*/
|
|
1243
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ADDRESS_2 = 'address_2' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1244
|
-
/**
|
|
1245
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1246
|
-
*/
|
|
1247
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ATTRIBUTES = 'attributes' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1248
|
-
/**
|
|
1249
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1250
|
-
*/
|
|
1251
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_BUSINESS_NUMBER = 'business_number' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1252
|
-
/**
|
|
1253
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1254
|
-
*/
|
|
1255
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CITY = 'city' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1256
|
-
/**
|
|
1257
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1258
|
-
*/
|
|
1259
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_COUNTRY_CODE = 'country_code' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1260
|
-
/**
|
|
1261
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1262
|
-
*/
|
|
1263
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1264
|
-
/**
|
|
1265
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1266
|
-
*/
|
|
1267
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CURRENCY = 'currency' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1268
|
-
/**
|
|
1269
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1270
|
-
*/
|
|
1271
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_DEFAULT_LOCALE = 'default_locale' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1272
|
-
/**
|
|
1273
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1274
|
-
*/
|
|
1275
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1276
|
-
/**
|
|
1277
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1278
|
-
*/
|
|
1279
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_NAME = 'name' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1280
|
-
/**
|
|
1281
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1282
|
-
*/
|
|
1283
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1284
|
-
/**
|
|
1285
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1286
|
-
*/
|
|
1287
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_PARENT_ORGANIZATION_ID = 'parent_organization_id' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1288
|
-
/**
|
|
1289
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1290
|
-
*/
|
|
1291
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_PLAN = 'plan' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1292
|
-
/**
|
|
1293
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1294
|
-
*/
|
|
1295
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_POSTAL_CODE = 'postal_code' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1296
|
-
/**
|
|
1297
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1298
|
-
*/
|
|
1299
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_STATE = 'state' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1300
|
-
/**
|
|
1301
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1302
|
-
*/
|
|
1303
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_STATUS = 'status' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1304
|
-
/**
|
|
1305
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1306
|
-
*/
|
|
1307
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_ID = 'tax_id' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1308
|
-
/**
|
|
1309
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1310
|
-
*/
|
|
1311
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_ID_TYPE = 'tax_id_type' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1312
|
-
/**
|
|
1313
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1314
|
-
*/
|
|
1315
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_RATE = 'tax_rate' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1316
|
-
/**
|
|
1317
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1318
|
-
*/
|
|
1319
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_USERS = 'users' as keyof Patch_OrganizationsByorganizationIdPlan_Response_V1;
|
|
1320
|
-
|
|
1321
|
-
/**
|
|
1322
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1323
|
-
*/
|
|
1324
|
-
export const PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEYS = [
|
|
1325
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ADDRESS_1,
|
|
1326
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ADDRESS_2,
|
|
1327
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ATTRIBUTES,
|
|
1328
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_BUSINESS_NUMBER,
|
|
1329
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CITY,
|
|
1330
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_COUNTRY_CODE,
|
|
1331
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CREATED_ON,
|
|
1332
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_CURRENCY,
|
|
1333
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_DEFAULT_LOCALE,
|
|
1334
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_DELETED_ON,
|
|
1335
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_NAME,
|
|
1336
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1337
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_PARENT_ORGANIZATION_ID,
|
|
1338
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_PLAN,
|
|
1339
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_POSTAL_CODE,
|
|
1340
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_STATE,
|
|
1341
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_STATUS,
|
|
1342
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_ID,
|
|
1343
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_ID_TYPE,
|
|
1344
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_TAX_RATE,
|
|
1345
|
-
PATCH_ORGANIZATIONS_BYORGANIZATION_ID_PLAN_RESPONSE_V1_KEY_USERS,
|
|
1346
|
-
] as const;
|
|
1347
|
-
|
|
1348
|
-
/**
|
|
1349
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1350
|
-
*/
|
|
1351
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
1352
|
-
/**
|
|
1353
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1354
|
-
*/
|
|
1355
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_NETWORK = 'ip_network' as keyof Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
1356
|
-
/**
|
|
1357
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1358
|
-
*/
|
|
1359
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_RESTRICTION_ID = 'ip_restriction_id' as keyof Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
1360
|
-
/**
|
|
1361
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1362
|
-
*/
|
|
1363
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_LAST_USED_ON = 'last_used_on' as keyof Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
1364
|
-
/**
|
|
1365
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1366
|
-
*/
|
|
1367
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Patch_OrganizationsIpRestrictionsByipRestrictionId_Response_V1;
|
|
1368
|
-
|
|
1369
|
-
/**
|
|
1370
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1371
|
-
*/
|
|
1372
|
-
export const PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEYS = [
|
|
1373
|
-
PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
1374
|
-
PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_NETWORK,
|
|
1375
|
-
PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_IP_RESTRICTION_ID,
|
|
1376
|
-
PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_LAST_USED_ON,
|
|
1377
|
-
PATCH_ORGANIZATIONS_IP_RESTRICTIONS_BYIP_RESTRICTION_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1378
|
-
] as const;
|
|
1379
|
-
|
|
1380
|
-
/**
|
|
1381
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1382
|
-
*/
|
|
1383
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Patch_UsersByuserId_Response_V1;
|
|
1384
|
-
/**
|
|
1385
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1386
|
-
*/
|
|
1387
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Patch_UsersByuserId_Response_V1;
|
|
1388
|
-
/**
|
|
1389
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1390
|
-
*/
|
|
1391
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Patch_UsersByuserId_Response_V1;
|
|
1392
|
-
/**
|
|
1393
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1394
|
-
*/
|
|
1395
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Patch_UsersByuserId_Response_V1;
|
|
1396
|
-
/**
|
|
1397
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1398
|
-
*/
|
|
1399
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Patch_UsersByuserId_Response_V1;
|
|
1400
|
-
/**
|
|
1401
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1402
|
-
*/
|
|
1403
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_LOCALE = 'locale' as keyof Patch_UsersByuserId_Response_V1;
|
|
1404
|
-
/**
|
|
1405
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1406
|
-
*/
|
|
1407
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Patch_UsersByuserId_Response_V1;
|
|
1408
|
-
/**
|
|
1409
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1410
|
-
*/
|
|
1411
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Patch_UsersByuserId_Response_V1;
|
|
1412
|
-
/**
|
|
1413
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1414
|
-
*/
|
|
1415
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_STATUS = 'status' as keyof Patch_UsersByuserId_Response_V1;
|
|
1416
|
-
/**
|
|
1417
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1418
|
-
*/
|
|
1419
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Patch_UsersByuserId_Response_V1;
|
|
1420
|
-
/**
|
|
1421
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1422
|
-
*/
|
|
1423
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ATTRIBUTES = 'user_attributes' as keyof Patch_UsersByuserId_Response_V1;
|
|
1424
|
-
/**
|
|
1425
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1426
|
-
*/
|
|
1427
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ID = 'user_id' as keyof Patch_UsersByuserId_Response_V1;
|
|
1428
|
-
/**
|
|
1429
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1430
|
-
*/
|
|
1431
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USERNAME = 'username' as keyof Patch_UsersByuserId_Response_V1;
|
|
1432
|
-
|
|
1433
|
-
/**
|
|
1434
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1435
|
-
*/
|
|
1436
|
-
export const PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEYS = [
|
|
1437
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_CREATED_ON,
|
|
1438
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_DELETED_ON,
|
|
1439
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_EMAIL,
|
|
1440
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_FIRST_NAME,
|
|
1441
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_LAST_NAME,
|
|
1442
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_LOCALE,
|
|
1443
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1444
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_PHONE,
|
|
1445
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_STATUS,
|
|
1446
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1447
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ATTRIBUTES,
|
|
1448
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USER_ID,
|
|
1449
|
-
PATCH_USERS_BYUSER_ID_RESPONSE_V1_KEY_USERNAME,
|
|
1450
|
-
] as const;
|
|
1451
|
-
|
|
1452
|
-
/**
|
|
1453
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1454
|
-
*/
|
|
1455
|
-
export const PATCH_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEY_RELATIONS = 'relations' as keyof Patch_UsersByuserIdRoles_Response_V1;
|
|
1456
|
-
|
|
1457
|
-
/**
|
|
1458
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1459
|
-
*/
|
|
1460
|
-
export const PATCH_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEYS = [
|
|
1461
|
-
PATCH_USERS_BYUSER_ID_ROLES_RESPONSE_V1_KEY_RELATIONS,
|
|
1462
|
-
] as const;
|
|
1463
|
-
|
|
1464
|
-
/**
|
|
1465
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1466
|
-
*/
|
|
1467
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_CITY = 'city' as keyof Post_Contacts_Response_V1;
|
|
1468
|
-
/**
|
|
1469
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1470
|
-
*/
|
|
1471
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_CONTACT_ID = 'contact_id' as keyof Post_Contacts_Response_V1;
|
|
1472
|
-
/**
|
|
1473
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1474
|
-
*/
|
|
1475
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_COUNTRY = 'country' as keyof Post_Contacts_Response_V1;
|
|
1476
|
-
/**
|
|
1477
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1478
|
-
*/
|
|
1479
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Post_Contacts_Response_V1;
|
|
1480
|
-
/**
|
|
1481
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1482
|
-
*/
|
|
1483
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Post_Contacts_Response_V1;
|
|
1484
|
-
/**
|
|
1485
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1486
|
-
*/
|
|
1487
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_DISCLOSE = 'disclose' as keyof Post_Contacts_Response_V1;
|
|
1488
|
-
/**
|
|
1489
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1490
|
-
*/
|
|
1491
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_EMAIL = 'email' as keyof Post_Contacts_Response_V1;
|
|
1492
|
-
/**
|
|
1493
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1494
|
-
*/
|
|
1495
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_FAX = 'fax' as keyof Post_Contacts_Response_V1;
|
|
1496
|
-
/**
|
|
1497
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1498
|
-
*/
|
|
1499
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_FIRST_NAME = 'first_name' as keyof Post_Contacts_Response_V1;
|
|
1500
|
-
/**
|
|
1501
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1502
|
-
*/
|
|
1503
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_LAST_NAME = 'last_name' as keyof Post_Contacts_Response_V1;
|
|
1504
|
-
/**
|
|
1505
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1506
|
-
*/
|
|
1507
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_ORG = 'org' as keyof Post_Contacts_Response_V1;
|
|
1508
|
-
/**
|
|
1509
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1510
|
-
*/
|
|
1511
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Post_Contacts_Response_V1;
|
|
1512
|
-
/**
|
|
1513
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1514
|
-
*/
|
|
1515
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_PHONE = 'phone' as keyof Post_Contacts_Response_V1;
|
|
1516
|
-
/**
|
|
1517
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1518
|
-
*/
|
|
1519
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_POSTAL_CODE = 'postal_code' as keyof Post_Contacts_Response_V1;
|
|
1520
|
-
/**
|
|
1521
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1522
|
-
*/
|
|
1523
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_STATE = 'state' as keyof Post_Contacts_Response_V1;
|
|
1524
|
-
/**
|
|
1525
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1526
|
-
*/
|
|
1527
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_STREET = 'street' as keyof Post_Contacts_Response_V1;
|
|
1528
|
-
/**
|
|
1529
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1530
|
-
*/
|
|
1531
|
-
export const POST_CONTACTS_RESPONSE_V1_KEY_TITLE = 'title' as keyof Post_Contacts_Response_V1;
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1535
|
-
*/
|
|
1536
|
-
export const POST_CONTACTS_RESPONSE_V1_KEYS = [
|
|
1537
|
-
POST_CONTACTS_RESPONSE_V1_KEY_CITY,
|
|
1538
|
-
POST_CONTACTS_RESPONSE_V1_KEY_CONTACT_ID,
|
|
1539
|
-
POST_CONTACTS_RESPONSE_V1_KEY_COUNTRY,
|
|
1540
|
-
POST_CONTACTS_RESPONSE_V1_KEY_CREATED_ON,
|
|
1541
|
-
POST_CONTACTS_RESPONSE_V1_KEY_DELETED_ON,
|
|
1542
|
-
POST_CONTACTS_RESPONSE_V1_KEY_DISCLOSE,
|
|
1543
|
-
POST_CONTACTS_RESPONSE_V1_KEY_EMAIL,
|
|
1544
|
-
POST_CONTACTS_RESPONSE_V1_KEY_FAX,
|
|
1545
|
-
POST_CONTACTS_RESPONSE_V1_KEY_FIRST_NAME,
|
|
1546
|
-
POST_CONTACTS_RESPONSE_V1_KEY_LAST_NAME,
|
|
1547
|
-
POST_CONTACTS_RESPONSE_V1_KEY_ORG,
|
|
1548
|
-
POST_CONTACTS_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1549
|
-
POST_CONTACTS_RESPONSE_V1_KEY_PHONE,
|
|
1550
|
-
POST_CONTACTS_RESPONSE_V1_KEY_POSTAL_CODE,
|
|
1551
|
-
POST_CONTACTS_RESPONSE_V1_KEY_STATE,
|
|
1552
|
-
POST_CONTACTS_RESPONSE_V1_KEY_STREET,
|
|
1553
|
-
POST_CONTACTS_RESPONSE_V1_KEY_TITLE,
|
|
1554
|
-
] as const;
|
|
1555
|
-
|
|
1556
|
-
/**
|
|
1557
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1558
|
-
*/
|
|
1559
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_AUTH_CODE = 'auth_code' as keyof Post_Domains_Response_V1;
|
|
1560
|
-
/**
|
|
1561
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1562
|
-
*/
|
|
1563
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON = 'auth_code_expires_on' as keyof Post_Domains_Response_V1;
|
|
1564
|
-
/**
|
|
1565
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1566
|
-
*/
|
|
1567
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_CANCELED_ON = 'canceled_on' as keyof Post_Domains_Response_V1;
|
|
1568
|
-
/**
|
|
1569
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1570
|
-
*/
|
|
1571
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_CONTACTS = 'contacts' as keyof Post_Domains_Response_V1;
|
|
1572
|
-
/**
|
|
1573
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1574
|
-
*/
|
|
1575
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Post_Domains_Response_V1;
|
|
1576
|
-
/**
|
|
1577
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1578
|
-
*/
|
|
1579
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Post_Domains_Response_V1;
|
|
1580
|
-
/**
|
|
1581
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1582
|
-
*/
|
|
1583
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_DOMAIN_ID = 'domain_id' as keyof Post_Domains_Response_V1;
|
|
1584
|
-
/**
|
|
1585
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1586
|
-
*/
|
|
1587
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_EXPIRES_ON = 'expires_on' as keyof Post_Domains_Response_V1;
|
|
1588
|
-
/**
|
|
1589
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1590
|
-
*/
|
|
1591
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_NAME = 'name' as keyof Post_Domains_Response_V1;
|
|
1592
|
-
/**
|
|
1593
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1594
|
-
*/
|
|
1595
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_NAMESERVERS = 'nameservers' as keyof Post_Domains_Response_V1;
|
|
1596
|
-
/**
|
|
1597
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1598
|
-
*/
|
|
1599
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_OWNER_ID = 'owner_id' as keyof Post_Domains_Response_V1;
|
|
1600
|
-
/**
|
|
1601
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1602
|
-
*/
|
|
1603
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_REGISTERED_ON = 'registered_on' as keyof Post_Domains_Response_V1;
|
|
1604
|
-
/**
|
|
1605
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1606
|
-
*/
|
|
1607
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID = 'registry_account_id' as keyof Post_Domains_Response_V1;
|
|
1608
|
-
/**
|
|
1609
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1610
|
-
*/
|
|
1611
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_REGISTRY_STATUSES = 'registry_statuses' as keyof Post_Domains_Response_V1;
|
|
1612
|
-
/**
|
|
1613
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1614
|
-
*/
|
|
1615
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_RENEWAL_MODE = 'renewal_mode' as keyof Post_Domains_Response_V1;
|
|
1616
|
-
/**
|
|
1617
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1618
|
-
*/
|
|
1619
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_ROID = 'roid' as keyof Post_Domains_Response_V1;
|
|
1620
|
-
/**
|
|
1621
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1622
|
-
*/
|
|
1623
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_SLD = 'sld' as keyof Post_Domains_Response_V1;
|
|
1624
|
-
/**
|
|
1625
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1626
|
-
*/
|
|
1627
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_TLD = 'tld' as keyof Post_Domains_Response_V1;
|
|
1628
|
-
/**
|
|
1629
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1630
|
-
*/
|
|
1631
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_TRANSFER_LOCK = 'transfer_lock' as keyof Post_Domains_Response_V1;
|
|
1632
|
-
/**
|
|
1633
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1634
|
-
*/
|
|
1635
|
-
export const POST_DOMAINS_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Post_Domains_Response_V1;
|
|
1636
|
-
|
|
1637
|
-
/**
|
|
1638
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1639
|
-
*/
|
|
1640
|
-
export const POST_DOMAINS_RESPONSE_V1_KEYS = [
|
|
1641
|
-
POST_DOMAINS_RESPONSE_V1_KEY_AUTH_CODE,
|
|
1642
|
-
POST_DOMAINS_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON,
|
|
1643
|
-
POST_DOMAINS_RESPONSE_V1_KEY_CANCELED_ON,
|
|
1644
|
-
POST_DOMAINS_RESPONSE_V1_KEY_CONTACTS,
|
|
1645
|
-
POST_DOMAINS_RESPONSE_V1_KEY_CREATED_ON,
|
|
1646
|
-
POST_DOMAINS_RESPONSE_V1_KEY_DELETED_ON,
|
|
1647
|
-
POST_DOMAINS_RESPONSE_V1_KEY_DOMAIN_ID,
|
|
1648
|
-
POST_DOMAINS_RESPONSE_V1_KEY_EXPIRES_ON,
|
|
1649
|
-
POST_DOMAINS_RESPONSE_V1_KEY_NAME,
|
|
1650
|
-
POST_DOMAINS_RESPONSE_V1_KEY_NAMESERVERS,
|
|
1651
|
-
POST_DOMAINS_RESPONSE_V1_KEY_OWNER_ID,
|
|
1652
|
-
POST_DOMAINS_RESPONSE_V1_KEY_REGISTERED_ON,
|
|
1653
|
-
POST_DOMAINS_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID,
|
|
1654
|
-
POST_DOMAINS_RESPONSE_V1_KEY_REGISTRY_STATUSES,
|
|
1655
|
-
POST_DOMAINS_RESPONSE_V1_KEY_RENEWAL_MODE,
|
|
1656
|
-
POST_DOMAINS_RESPONSE_V1_KEY_ROID,
|
|
1657
|
-
POST_DOMAINS_RESPONSE_V1_KEY_SLD,
|
|
1658
|
-
POST_DOMAINS_RESPONSE_V1_KEY_TLD,
|
|
1659
|
-
POST_DOMAINS_RESPONSE_V1_KEY_TRANSFER_LOCK,
|
|
1660
|
-
POST_DOMAINS_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1661
|
-
] as const;
|
|
1662
|
-
|
|
1663
|
-
/**
|
|
1664
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1665
|
-
*/
|
|
1666
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_AUTH_CODE = 'auth_code' as keyof Post_DomainsTransfer_Response_V1;
|
|
1667
|
-
/**
|
|
1668
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1669
|
-
*/
|
|
1670
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON = 'auth_code_expires_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1671
|
-
/**
|
|
1672
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1673
|
-
*/
|
|
1674
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CANCELED_ON = 'canceled_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1675
|
-
/**
|
|
1676
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1677
|
-
*/
|
|
1678
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CONTACTS = 'contacts' as keyof Post_DomainsTransfer_Response_V1;
|
|
1679
|
-
/**
|
|
1680
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1681
|
-
*/
|
|
1682
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1683
|
-
/**
|
|
1684
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1685
|
-
*/
|
|
1686
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_DELETED_ON = 'deleted_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1687
|
-
/**
|
|
1688
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1689
|
-
*/
|
|
1690
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_DOMAIN_ID = 'domain_id' as keyof Post_DomainsTransfer_Response_V1;
|
|
1691
|
-
/**
|
|
1692
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1693
|
-
*/
|
|
1694
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_EXPIRES_ON = 'expires_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1695
|
-
/**
|
|
1696
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1697
|
-
*/
|
|
1698
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_NAME = 'name' as keyof Post_DomainsTransfer_Response_V1;
|
|
1699
|
-
/**
|
|
1700
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1701
|
-
*/
|
|
1702
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_NAMESERVERS = 'nameservers' as keyof Post_DomainsTransfer_Response_V1;
|
|
1703
|
-
/**
|
|
1704
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1705
|
-
*/
|
|
1706
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_OWNER_ID = 'owner_id' as keyof Post_DomainsTransfer_Response_V1;
|
|
1707
|
-
/**
|
|
1708
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1709
|
-
*/
|
|
1710
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTERED_ON = 'registered_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1711
|
-
/**
|
|
1712
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1713
|
-
*/
|
|
1714
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID = 'registry_account_id' as keyof Post_DomainsTransfer_Response_V1;
|
|
1715
|
-
/**
|
|
1716
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1717
|
-
*/
|
|
1718
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTRY_STATUSES = 'registry_statuses' as keyof Post_DomainsTransfer_Response_V1;
|
|
1719
|
-
/**
|
|
1720
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1721
|
-
*/
|
|
1722
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_RENEWAL_MODE = 'renewal_mode' as keyof Post_DomainsTransfer_Response_V1;
|
|
1723
|
-
/**
|
|
1724
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1725
|
-
*/
|
|
1726
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_ROID = 'roid' as keyof Post_DomainsTransfer_Response_V1;
|
|
1727
|
-
/**
|
|
1728
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1729
|
-
*/
|
|
1730
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_SLD = 'sld' as keyof Post_DomainsTransfer_Response_V1;
|
|
1731
|
-
/**
|
|
1732
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1733
|
-
*/
|
|
1734
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_TLD = 'tld' as keyof Post_DomainsTransfer_Response_V1;
|
|
1735
|
-
/**
|
|
1736
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1737
|
-
*/
|
|
1738
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_TRANSFER_LOCK = 'transfer_lock' as keyof Post_DomainsTransfer_Response_V1;
|
|
1739
|
-
/**
|
|
1740
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1741
|
-
*/
|
|
1742
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Post_DomainsTransfer_Response_V1;
|
|
1743
|
-
|
|
1744
|
-
/**
|
|
1745
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1746
|
-
*/
|
|
1747
|
-
export const POST_DOMAINS_TRANSFER_RESPONSE_V1_KEYS = [
|
|
1748
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_AUTH_CODE,
|
|
1749
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_AUTH_CODE_EXPIRES_ON,
|
|
1750
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CANCELED_ON,
|
|
1751
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CONTACTS,
|
|
1752
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_CREATED_ON,
|
|
1753
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_DELETED_ON,
|
|
1754
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_DOMAIN_ID,
|
|
1755
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_EXPIRES_ON,
|
|
1756
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_NAME,
|
|
1757
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_NAMESERVERS,
|
|
1758
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_OWNER_ID,
|
|
1759
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTERED_ON,
|
|
1760
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTRY_ACCOUNT_ID,
|
|
1761
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_REGISTRY_STATUSES,
|
|
1762
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_RENEWAL_MODE,
|
|
1763
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_ROID,
|
|
1764
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_SLD,
|
|
1765
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_TLD,
|
|
1766
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_TRANSFER_LOCK,
|
|
1767
|
-
POST_DOMAINS_TRANSFER_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1768
|
-
] as const;
|
|
1769
|
-
|
|
1770
|
-
/**
|
|
1771
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1772
|
-
*/
|
|
1773
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Post_EmailForwards_Response_V1;
|
|
1774
|
-
/**
|
|
1775
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1776
|
-
*/
|
|
1777
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_EMAIL_FORWARD_ID = 'email_forward_id' as keyof Post_EmailForwards_Response_V1;
|
|
1778
|
-
/**
|
|
1779
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1780
|
-
*/
|
|
1781
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_SOURCE_ADDRESS = 'source_address' as keyof Post_EmailForwards_Response_V1;
|
|
1782
|
-
/**
|
|
1783
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1784
|
-
*/
|
|
1785
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_STATUS = 'status' as keyof Post_EmailForwards_Response_V1;
|
|
1786
|
-
/**
|
|
1787
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1788
|
-
*/
|
|
1789
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_TARGET_ADDRESS = 'target_address' as keyof Post_EmailForwards_Response_V1;
|
|
1790
|
-
/**
|
|
1791
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1792
|
-
*/
|
|
1793
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_UPDATED_ON = 'updated_on' as keyof Post_EmailForwards_Response_V1;
|
|
1794
|
-
|
|
1795
|
-
/**
|
|
1796
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1797
|
-
*/
|
|
1798
|
-
export const POST_EMAIL_FORWARDS_RESPONSE_V1_KEYS = [
|
|
1799
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_CREATED_ON,
|
|
1800
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_EMAIL_FORWARD_ID,
|
|
1801
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_SOURCE_ADDRESS,
|
|
1802
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_STATUS,
|
|
1803
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_TARGET_ADDRESS,
|
|
1804
|
-
POST_EMAIL_FORWARDS_RESPONSE_V1_KEY_UPDATED_ON,
|
|
1805
|
-
] as const;
|
|
1806
|
-
|
|
1807
|
-
/**
|
|
1808
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1809
|
-
*/
|
|
1810
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_CREATED_ON = 'created_on' as keyof Post_OrganizationsIpRestrictions_Response_V1;
|
|
1811
|
-
/**
|
|
1812
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1813
|
-
*/
|
|
1814
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_IP_NETWORK = 'ip_network' as keyof Post_OrganizationsIpRestrictions_Response_V1;
|
|
1815
|
-
/**
|
|
1816
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1817
|
-
*/
|
|
1818
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_IP_RESTRICTION_ID = 'ip_restriction_id' as keyof Post_OrganizationsIpRestrictions_Response_V1;
|
|
1819
|
-
/**
|
|
1820
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1821
|
-
*/
|
|
1822
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_LAST_USED_ON = 'last_used_on' as keyof Post_OrganizationsIpRestrictions_Response_V1;
|
|
1823
|
-
/**
|
|
1824
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1825
|
-
*/
|
|
1826
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_ORGANIZATION_ID = 'organization_id' as keyof Post_OrganizationsIpRestrictions_Response_V1;
|
|
1827
|
-
|
|
1828
|
-
/**
|
|
1829
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1830
|
-
*/
|
|
1831
|
-
export const POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEYS = [
|
|
1832
|
-
POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_CREATED_ON,
|
|
1833
|
-
POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_IP_NETWORK,
|
|
1834
|
-
POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_IP_RESTRICTION_ID,
|
|
1835
|
-
POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_LAST_USED_ON,
|
|
1836
|
-
POST_ORGANIZATIONS_IP_RESTRICTIONS_RESPONSE_V1_KEY_ORGANIZATION_ID,
|
|
1837
|
-
] as const;
|
|
1838
|
-
|
|
1839
|
-
/**
|
|
1840
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1841
|
-
*/
|
|
1842
|
-
export const DOMAIN_AVAILABILITY_KEY_META = 'meta' as keyof DomainAvailability;
|
|
1843
|
-
/**
|
|
1844
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1845
|
-
*/
|
|
1846
|
-
export const DOMAIN_AVAILABILITY_KEY_RESULTS = 'results' as keyof DomainAvailability;
|
|
1847
|
-
|
|
1848
|
-
/**
|
|
1849
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1850
|
-
*/
|
|
1851
|
-
export const DOMAIN_AVAILABILITY_KEYS = [
|
|
1852
|
-
DOMAIN_AVAILABILITY_KEY_META,
|
|
1853
|
-
DOMAIN_AVAILABILITY_KEY_RESULTS,
|
|
1854
|
-
] as const;
|
|
1855
|
-
|
|
1856
|
-
/**
|
|
1857
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1858
|
-
*/
|
|
1859
|
-
export const CONTACT_KEY_CITY = 'city' as keyof Contact;
|
|
1860
|
-
/**
|
|
1861
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1862
|
-
*/
|
|
1863
|
-
export const CONTACT_KEY_COUNTRY = 'country' as keyof Contact;
|
|
1864
|
-
/**
|
|
1865
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1866
|
-
*/
|
|
1867
|
-
export const CONTACT_KEY_DISCLOSE = 'disclose' as keyof Contact;
|
|
1868
|
-
/**
|
|
1869
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1870
|
-
*/
|
|
1871
|
-
export const CONTACT_KEY_EMAIL = 'email' as keyof Contact;
|
|
1872
|
-
/**
|
|
1873
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1874
|
-
*/
|
|
1875
|
-
export const CONTACT_KEY_FAX = 'fax' as keyof Contact;
|
|
1876
|
-
/**
|
|
1877
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1878
|
-
*/
|
|
1879
|
-
export const CONTACT_KEY_FIRST_NAME = 'first_name' as keyof Contact;
|
|
1880
|
-
/**
|
|
1881
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1882
|
-
*/
|
|
1883
|
-
export const CONTACT_KEY_LAST_NAME = 'last_name' as keyof Contact;
|
|
1884
|
-
/**
|
|
1885
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1886
|
-
*/
|
|
1887
|
-
export const CONTACT_KEY_ORG = 'org' as keyof Contact;
|
|
1888
|
-
/**
|
|
1889
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1890
|
-
*/
|
|
1891
|
-
export const CONTACT_KEY_PHONE = 'phone' as keyof Contact;
|
|
1892
|
-
/**
|
|
1893
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1894
|
-
*/
|
|
1895
|
-
export const CONTACT_KEY_POSTAL_CODE = 'postal_code' as keyof Contact;
|
|
1896
|
-
/**
|
|
1897
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1898
|
-
*/
|
|
1899
|
-
export const CONTACT_KEY_STATE = 'state' as keyof Contact;
|
|
1900
|
-
/**
|
|
1901
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1902
|
-
*/
|
|
1903
|
-
export const CONTACT_KEY_STREET = 'street' as keyof Contact;
|
|
1904
|
-
/**
|
|
1905
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1906
|
-
*/
|
|
1907
|
-
export const CONTACT_KEY_TITLE = 'title' as keyof Contact;
|
|
1908
|
-
|
|
1909
|
-
/**
|
|
1910
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1911
|
-
*/
|
|
1912
|
-
export const CONTACT_KEYS = [
|
|
1913
|
-
CONTACT_KEY_CITY,
|
|
1914
|
-
CONTACT_KEY_COUNTRY,
|
|
1915
|
-
CONTACT_KEY_DISCLOSE,
|
|
1916
|
-
CONTACT_KEY_EMAIL,
|
|
1917
|
-
CONTACT_KEY_FAX,
|
|
1918
|
-
CONTACT_KEY_FIRST_NAME,
|
|
1919
|
-
CONTACT_KEY_LAST_NAME,
|
|
1920
|
-
CONTACT_KEY_ORG,
|
|
1921
|
-
CONTACT_KEY_PHONE,
|
|
1922
|
-
CONTACT_KEY_POSTAL_CODE,
|
|
1923
|
-
CONTACT_KEY_STATE,
|
|
1924
|
-
CONTACT_KEY_STREET,
|
|
1925
|
-
CONTACT_KEY_TITLE,
|
|
1926
|
-
] as const;
|
|
1927
|
-
|
|
1928
|
-
/**
|
|
1929
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1930
|
-
*/
|
|
1931
|
-
export const CONTACT_SCHEMA_KEY_CITY = 'city' as keyof ContactSchema;
|
|
1932
|
-
/**
|
|
1933
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1934
|
-
*/
|
|
1935
|
-
export const CONTACT_SCHEMA_KEY_CONTACT_ID = 'contact_id' as keyof ContactSchema;
|
|
1936
|
-
/**
|
|
1937
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1938
|
-
*/
|
|
1939
|
-
export const CONTACT_SCHEMA_KEY_COUNTRY = 'country' as keyof ContactSchema;
|
|
1940
|
-
/**
|
|
1941
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1942
|
-
*/
|
|
1943
|
-
export const CONTACT_SCHEMA_KEY_CREATED_ON = 'created_on' as keyof ContactSchema;
|
|
1944
|
-
/**
|
|
1945
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1946
|
-
*/
|
|
1947
|
-
export const CONTACT_SCHEMA_KEY_DELETED_ON = 'deleted_on' as keyof ContactSchema;
|
|
1948
|
-
/**
|
|
1949
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1950
|
-
*/
|
|
1951
|
-
export const CONTACT_SCHEMA_KEY_DISCLOSE = 'disclose' as keyof ContactSchema;
|
|
1952
|
-
/**
|
|
1953
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1954
|
-
*/
|
|
1955
|
-
export const CONTACT_SCHEMA_KEY_EMAIL = 'email' as keyof ContactSchema;
|
|
1956
|
-
/**
|
|
1957
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1958
|
-
*/
|
|
1959
|
-
export const CONTACT_SCHEMA_KEY_FAX = 'fax' as keyof ContactSchema;
|
|
1960
|
-
/**
|
|
1961
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1962
|
-
*/
|
|
1963
|
-
export const CONTACT_SCHEMA_KEY_FIRST_NAME = 'first_name' as keyof ContactSchema;
|
|
1964
|
-
/**
|
|
1965
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1966
|
-
*/
|
|
1967
|
-
export const CONTACT_SCHEMA_KEY_LAST_NAME = 'last_name' as keyof ContactSchema;
|
|
1968
|
-
/**
|
|
1969
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1970
|
-
*/
|
|
1971
|
-
export const CONTACT_SCHEMA_KEY_ORG = 'org' as keyof ContactSchema;
|
|
1972
|
-
/**
|
|
1973
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1974
|
-
*/
|
|
1975
|
-
export const CONTACT_SCHEMA_KEY_ORGANIZATION_ID = 'organization_id' as keyof ContactSchema;
|
|
1976
|
-
/**
|
|
1977
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1978
|
-
*/
|
|
1979
|
-
export const CONTACT_SCHEMA_KEY_PHONE = 'phone' as keyof ContactSchema;
|
|
1980
|
-
/**
|
|
1981
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1982
|
-
*/
|
|
1983
|
-
export const CONTACT_SCHEMA_KEY_POSTAL_CODE = 'postal_code' as keyof ContactSchema;
|
|
1984
|
-
/**
|
|
1985
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1986
|
-
*/
|
|
1987
|
-
export const CONTACT_SCHEMA_KEY_STATE = 'state' as keyof ContactSchema;
|
|
1988
|
-
/**
|
|
1989
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1990
|
-
*/
|
|
1991
|
-
export const CONTACT_SCHEMA_KEY_STREET = 'street' as keyof ContactSchema;
|
|
1992
|
-
/**
|
|
1993
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1994
|
-
*/
|
|
1995
|
-
export const CONTACT_SCHEMA_KEY_TITLE = 'title' as keyof ContactSchema;
|
|
1996
|
-
|
|
1997
|
-
/**
|
|
1998
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
1999
|
-
*/
|
|
2000
|
-
export const CONTACT_SCHEMA_KEYS = [
|
|
2001
|
-
CONTACT_SCHEMA_KEY_CITY,
|
|
2002
|
-
CONTACT_SCHEMA_KEY_CONTACT_ID,
|
|
2003
|
-
CONTACT_SCHEMA_KEY_COUNTRY,
|
|
2004
|
-
CONTACT_SCHEMA_KEY_CREATED_ON,
|
|
2005
|
-
CONTACT_SCHEMA_KEY_DELETED_ON,
|
|
2006
|
-
CONTACT_SCHEMA_KEY_DISCLOSE,
|
|
2007
|
-
CONTACT_SCHEMA_KEY_EMAIL,
|
|
2008
|
-
CONTACT_SCHEMA_KEY_FAX,
|
|
2009
|
-
CONTACT_SCHEMA_KEY_FIRST_NAME,
|
|
2010
|
-
CONTACT_SCHEMA_KEY_LAST_NAME,
|
|
2011
|
-
CONTACT_SCHEMA_KEY_ORG,
|
|
2012
|
-
CONTACT_SCHEMA_KEY_ORGANIZATION_ID,
|
|
2013
|
-
CONTACT_SCHEMA_KEY_PHONE,
|
|
2014
|
-
CONTACT_SCHEMA_KEY_POSTAL_CODE,
|
|
2015
|
-
CONTACT_SCHEMA_KEY_STATE,
|
|
2016
|
-
CONTACT_SCHEMA_KEY_STREET,
|
|
2017
|
-
CONTACT_SCHEMA_KEY_TITLE,
|
|
2018
|
-
] as const;
|
|
2019
|
-
|
|
2020
|
-
/**
|
|
2021
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2022
|
-
*/
|
|
2023
|
-
export const CONTACT_VERIFICATION_KEY_CANCELED_ON = 'canceled_on' as keyof ContactVerification;
|
|
2024
|
-
/**
|
|
2025
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2026
|
-
*/
|
|
2027
|
-
export const CONTACT_VERIFICATION_KEY_CONTACT_ID = 'contact_id' as keyof ContactVerification;
|
|
2028
|
-
/**
|
|
2029
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2030
|
-
*/
|
|
2031
|
-
export const CONTACT_VERIFICATION_KEY_CONTACT_VERIFICATION_ID = 'contact_verification_id' as keyof ContactVerification;
|
|
2032
|
-
/**
|
|
2033
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2034
|
-
*/
|
|
2035
|
-
export const CONTACT_VERIFICATION_KEY_CREATED_ON = 'created_on' as keyof ContactVerification;
|
|
2036
|
-
/**
|
|
2037
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2038
|
-
*/
|
|
2039
|
-
export const CONTACT_VERIFICATION_KEY_STATUS = 'status' as keyof ContactVerification;
|
|
2040
|
-
/**
|
|
2041
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2042
|
-
*/
|
|
2043
|
-
export const CONTACT_VERIFICATION_KEY_TYPE = 'type' as keyof ContactVerification;
|
|
2044
|
-
/**
|
|
2045
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2046
|
-
*/
|
|
2047
|
-
export const CONTACT_VERIFICATION_KEY_UPDATED_ON = 'updated_on' as keyof ContactVerification;
|
|
2048
|
-
/**
|
|
2049
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2050
|
-
*/
|
|
2051
|
-
export const CONTACT_VERIFICATION_KEY_VERIFIED_ON = 'verified_on' as keyof ContactVerification;
|
|
2052
|
-
|
|
2053
|
-
/**
|
|
2054
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2055
|
-
*/
|
|
2056
|
-
export const CONTACT_VERIFICATION_KEYS = [
|
|
2057
|
-
CONTACT_VERIFICATION_KEY_CANCELED_ON,
|
|
2058
|
-
CONTACT_VERIFICATION_KEY_CONTACT_ID,
|
|
2059
|
-
CONTACT_VERIFICATION_KEY_CONTACT_VERIFICATION_ID,
|
|
2060
|
-
CONTACT_VERIFICATION_KEY_CREATED_ON,
|
|
2061
|
-
CONTACT_VERIFICATION_KEY_STATUS,
|
|
2062
|
-
CONTACT_VERIFICATION_KEY_TYPE,
|
|
2063
|
-
CONTACT_VERIFICATION_KEY_UPDATED_ON,
|
|
2064
|
-
CONTACT_VERIFICATION_KEY_VERIFIED_ON,
|
|
2065
|
-
] as const;
|
|
2066
|
-
|
|
2067
|
-
/**
|
|
2068
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2069
|
-
*/
|
|
2070
|
-
export const DNS_ZONE_KEY_DNSSEC_STATUS = 'dnssec_status' as keyof DnsZone;
|
|
2071
|
-
/**
|
|
2072
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2073
|
-
*/
|
|
2074
|
-
export const DNS_ZONE_KEY_DOMAIN_PARTS = 'domain_parts' as keyof DnsZone;
|
|
2075
|
-
/**
|
|
2076
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2077
|
-
*/
|
|
2078
|
-
export const DNS_ZONE_KEY_NAME = 'name' as keyof DnsZone;
|
|
2079
|
-
/**
|
|
2080
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2081
|
-
*/
|
|
2082
|
-
export const DNS_ZONE_KEY_RRSETS = 'rrsets' as keyof DnsZone;
|
|
2083
|
-
|
|
2084
|
-
/**
|
|
2085
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2086
|
-
*/
|
|
2087
|
-
export const DNS_ZONE_KEYS = [
|
|
2088
|
-
DNS_ZONE_KEY_DNSSEC_STATUS,
|
|
2089
|
-
DNS_ZONE_KEY_DOMAIN_PARTS,
|
|
2090
|
-
DNS_ZONE_KEY_NAME,
|
|
2091
|
-
DNS_ZONE_KEY_RRSETS,
|
|
2092
|
-
] as const;
|
|
2093
|
-
|
|
2094
|
-
/**
|
|
2095
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2096
|
-
*/
|
|
2097
|
-
export const DOMAIN_CHECK_KEY_RESULTS = 'results' as keyof DomainCheck;
|
|
2098
|
-
|
|
2099
|
-
/**
|
|
2100
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2101
|
-
*/
|
|
2102
|
-
export const DOMAIN_CHECK_KEYS = [
|
|
2103
|
-
DOMAIN_CHECK_KEY_RESULTS,
|
|
2104
|
-
] as const;
|
|
2105
|
-
|
|
2106
|
-
/**
|
|
2107
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2108
|
-
*/
|
|
2109
|
-
export const DOMAIN_KEY_AUTH_CODE = 'auth_code' as keyof Domain;
|
|
2110
|
-
/**
|
|
2111
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2112
|
-
*/
|
|
2113
|
-
export const DOMAIN_KEY_AUTH_CODE_EXPIRES_ON = 'auth_code_expires_on' as keyof Domain;
|
|
2114
|
-
/**
|
|
2115
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2116
|
-
*/
|
|
2117
|
-
export const DOMAIN_KEY_CANCELED_ON = 'canceled_on' as keyof Domain;
|
|
2118
|
-
/**
|
|
2119
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2120
|
-
*/
|
|
2121
|
-
export const DOMAIN_KEY_CONTACTS = 'contacts' as keyof Domain;
|
|
2122
|
-
/**
|
|
2123
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2124
|
-
*/
|
|
2125
|
-
export const DOMAIN_KEY_CREATED_ON = 'created_on' as keyof Domain;
|
|
2126
|
-
/**
|
|
2127
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2128
|
-
*/
|
|
2129
|
-
export const DOMAIN_KEY_DELETED_ON = 'deleted_on' as keyof Domain;
|
|
2130
|
-
/**
|
|
2131
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2132
|
-
*/
|
|
2133
|
-
export const DOMAIN_KEY_DOMAIN_ID = 'domain_id' as keyof Domain;
|
|
2134
|
-
/**
|
|
2135
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2136
|
-
*/
|
|
2137
|
-
export const DOMAIN_KEY_EXPIRES_ON = 'expires_on' as keyof Domain;
|
|
2138
|
-
/**
|
|
2139
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2140
|
-
*/
|
|
2141
|
-
export const DOMAIN_KEY_NAME = 'name' as keyof Domain;
|
|
2142
|
-
/**
|
|
2143
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2144
|
-
*/
|
|
2145
|
-
export const DOMAIN_KEY_NAMESERVERS = 'nameservers' as keyof Domain;
|
|
2146
|
-
/**
|
|
2147
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2148
|
-
*/
|
|
2149
|
-
export const DOMAIN_KEY_OWNER_ID = 'owner_id' as keyof Domain;
|
|
2150
|
-
/**
|
|
2151
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2152
|
-
*/
|
|
2153
|
-
export const DOMAIN_KEY_REGISTERED_ON = 'registered_on' as keyof Domain;
|
|
2154
|
-
/**
|
|
2155
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2156
|
-
*/
|
|
2157
|
-
export const DOMAIN_KEY_REGISTRY_ACCOUNT_ID = 'registry_account_id' as keyof Domain;
|
|
2158
|
-
/**
|
|
2159
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2160
|
-
*/
|
|
2161
|
-
export const DOMAIN_KEY_REGISTRY_STATUSES = 'registry_statuses' as keyof Domain;
|
|
2162
|
-
/**
|
|
2163
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2164
|
-
*/
|
|
2165
|
-
export const DOMAIN_KEY_RENEWAL_MODE = 'renewal_mode' as keyof Domain;
|
|
2166
|
-
/**
|
|
2167
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2168
|
-
*/
|
|
2169
|
-
export const DOMAIN_KEY_ROID = 'roid' as keyof Domain;
|
|
2170
|
-
/**
|
|
2171
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2172
|
-
*/
|
|
2173
|
-
export const DOMAIN_KEY_SLD = 'sld' as keyof Domain;
|
|
2174
|
-
/**
|
|
2175
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2176
|
-
*/
|
|
2177
|
-
export const DOMAIN_KEY_TLD = 'tld' as keyof Domain;
|
|
2178
|
-
/**
|
|
2179
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2180
|
-
*/
|
|
2181
|
-
export const DOMAIN_KEY_TRANSFER_LOCK = 'transfer_lock' as keyof Domain;
|
|
2182
|
-
/**
|
|
2183
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2184
|
-
*/
|
|
2185
|
-
export const DOMAIN_KEY_UPDATED_ON = 'updated_on' as keyof Domain;
|
|
2186
|
-
|
|
2187
|
-
/**
|
|
2188
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2189
|
-
*/
|
|
2190
|
-
export const DOMAIN_KEYS = [
|
|
2191
|
-
DOMAIN_KEY_AUTH_CODE,
|
|
2192
|
-
DOMAIN_KEY_AUTH_CODE_EXPIRES_ON,
|
|
2193
|
-
DOMAIN_KEY_CANCELED_ON,
|
|
2194
|
-
DOMAIN_KEY_CONTACTS,
|
|
2195
|
-
DOMAIN_KEY_CREATED_ON,
|
|
2196
|
-
DOMAIN_KEY_DELETED_ON,
|
|
2197
|
-
DOMAIN_KEY_DOMAIN_ID,
|
|
2198
|
-
DOMAIN_KEY_EXPIRES_ON,
|
|
2199
|
-
DOMAIN_KEY_NAME,
|
|
2200
|
-
DOMAIN_KEY_NAMESERVERS,
|
|
2201
|
-
DOMAIN_KEY_OWNER_ID,
|
|
2202
|
-
DOMAIN_KEY_REGISTERED_ON,
|
|
2203
|
-
DOMAIN_KEY_REGISTRY_ACCOUNT_ID,
|
|
2204
|
-
DOMAIN_KEY_REGISTRY_STATUSES,
|
|
2205
|
-
DOMAIN_KEY_RENEWAL_MODE,
|
|
2206
|
-
DOMAIN_KEY_ROID,
|
|
2207
|
-
DOMAIN_KEY_SLD,
|
|
2208
|
-
DOMAIN_KEY_TLD,
|
|
2209
|
-
DOMAIN_KEY_TRANSFER_LOCK,
|
|
2210
|
-
DOMAIN_KEY_UPDATED_ON,
|
|
2211
|
-
] as const;
|
|
2212
|
-
|
|
2213
|
-
/**
|
|
2214
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2215
|
-
*/
|
|
2216
|
-
export const DOMAIN_SEARCH_KEY_META = 'meta' as keyof DomainSearch;
|
|
2217
|
-
/**
|
|
2218
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2219
|
-
*/
|
|
2220
|
-
export const DOMAIN_SEARCH_KEY_RESULTS = 'results' as keyof DomainSearch;
|
|
2221
|
-
|
|
2222
|
-
/**
|
|
2223
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2224
|
-
*/
|
|
2225
|
-
export const DOMAIN_SEARCH_KEYS = [
|
|
2226
|
-
DOMAIN_SEARCH_KEY_META,
|
|
2227
|
-
DOMAIN_SEARCH_KEY_RESULTS,
|
|
2228
|
-
] as const;
|
|
2229
|
-
|
|
2230
|
-
/**
|
|
2231
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2232
|
-
*/
|
|
2233
|
-
export const DOMAIN_SUMMARY_KEY_DOMAINS = 'domains' as keyof DomainSummary;
|
|
2234
|
-
/**
|
|
2235
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2236
|
-
*/
|
|
2237
|
-
export const DOMAIN_SUMMARY_KEY_ORGANIZATION_ID = 'organization_id' as keyof DomainSummary;
|
|
2238
|
-
|
|
2239
|
-
/**
|
|
2240
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2241
|
-
*/
|
|
2242
|
-
export const DOMAIN_SUMMARY_KEYS = [
|
|
2243
|
-
DOMAIN_SUMMARY_KEY_DOMAINS,
|
|
2244
|
-
DOMAIN_SUMMARY_KEY_ORGANIZATION_ID,
|
|
2245
|
-
] as const;
|
|
2246
|
-
|
|
2247
|
-
/**
|
|
2248
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2249
|
-
*/
|
|
2250
|
-
export const EMAIL_FORWARD_KEY_CREATED_ON = 'created_on' as keyof EmailForward;
|
|
2251
|
-
/**
|
|
2252
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2253
|
-
*/
|
|
2254
|
-
export const EMAIL_FORWARD_KEY_EMAIL_FORWARD_ID = 'email_forward_id' as keyof EmailForward;
|
|
2255
|
-
/**
|
|
2256
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2257
|
-
*/
|
|
2258
|
-
export const EMAIL_FORWARD_KEY_SOURCE_ADDRESS = 'source_address' as keyof EmailForward;
|
|
2259
|
-
/**
|
|
2260
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2261
|
-
*/
|
|
2262
|
-
export const EMAIL_FORWARD_KEY_STATUS = 'status' as keyof EmailForward;
|
|
2263
|
-
/**
|
|
2264
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2265
|
-
*/
|
|
2266
|
-
export const EMAIL_FORWARD_KEY_TARGET_ADDRESS = 'target_address' as keyof EmailForward;
|
|
2267
|
-
/**
|
|
2268
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2269
|
-
*/
|
|
2270
|
-
export const EMAIL_FORWARD_KEY_UPDATED_ON = 'updated_on' as keyof EmailForward;
|
|
2271
|
-
|
|
2272
|
-
/**
|
|
2273
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2274
|
-
*/
|
|
2275
|
-
export const EMAIL_FORWARD_KEYS = [
|
|
2276
|
-
EMAIL_FORWARD_KEY_CREATED_ON,
|
|
2277
|
-
EMAIL_FORWARD_KEY_EMAIL_FORWARD_ID,
|
|
2278
|
-
EMAIL_FORWARD_KEY_SOURCE_ADDRESS,
|
|
2279
|
-
EMAIL_FORWARD_KEY_STATUS,
|
|
2280
|
-
EMAIL_FORWARD_KEY_TARGET_ADDRESS,
|
|
2281
|
-
EMAIL_FORWARD_KEY_UPDATED_ON,
|
|
2282
|
-
] as const;
|
|
2283
|
-
|
|
2284
|
-
/**
|
|
2285
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2286
|
-
*/
|
|
2287
|
-
export const EVENT_SCHEMA_KEY_ACKNOWLEDGED_ON = 'acknowledged_on' as keyof EventSchema;
|
|
2288
|
-
/**
|
|
2289
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2290
|
-
*/
|
|
2291
|
-
export const EVENT_SCHEMA_KEY_CREATED_ON = 'created_on' as keyof EventSchema;
|
|
2292
|
-
/**
|
|
2293
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2294
|
-
*/
|
|
2295
|
-
export const EVENT_SCHEMA_KEY_EVENT_DATA = 'event_data' as keyof EventSchema;
|
|
2296
|
-
/**
|
|
2297
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2298
|
-
*/
|
|
2299
|
-
export const EVENT_SCHEMA_KEY_EVENT_ID = 'event_id' as keyof EventSchema;
|
|
2300
|
-
/**
|
|
2301
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2302
|
-
*/
|
|
2303
|
-
export const EVENT_SCHEMA_KEY_MESSAGE_QUEUE_ID = 'message_queue_id' as keyof EventSchema;
|
|
2304
|
-
/**
|
|
2305
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2306
|
-
*/
|
|
2307
|
-
export const EVENT_SCHEMA_KEY_OBJECT_ID = 'object_id' as keyof EventSchema;
|
|
2308
|
-
/**
|
|
2309
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2310
|
-
*/
|
|
2311
|
-
export const EVENT_SCHEMA_KEY_OBJECT_TYPE = 'object_type' as keyof EventSchema;
|
|
2312
|
-
/**
|
|
2313
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2314
|
-
*/
|
|
2315
|
-
export const EVENT_SCHEMA_KEY_SOURCE = 'source' as keyof EventSchema;
|
|
2316
|
-
/**
|
|
2317
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2318
|
-
*/
|
|
2319
|
-
export const EVENT_SCHEMA_KEY_SOURCE_EVENT_ID = 'source_event_id' as keyof EventSchema;
|
|
2320
|
-
/**
|
|
2321
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2322
|
-
*/
|
|
2323
|
-
export const EVENT_SCHEMA_KEY_SUBTYPE = 'subtype' as keyof EventSchema;
|
|
2324
|
-
/**
|
|
2325
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2326
|
-
*/
|
|
2327
|
-
export const EVENT_SCHEMA_KEY_TARGET = 'target' as keyof EventSchema;
|
|
2328
|
-
/**
|
|
2329
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2330
|
-
*/
|
|
2331
|
-
export const EVENT_SCHEMA_KEY_TYPE = 'type' as keyof EventSchema;
|
|
2332
|
-
|
|
2333
|
-
/**
|
|
2334
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2335
|
-
*/
|
|
2336
|
-
export const EVENT_SCHEMA_KEYS = [
|
|
2337
|
-
EVENT_SCHEMA_KEY_ACKNOWLEDGED_ON,
|
|
2338
|
-
EVENT_SCHEMA_KEY_CREATED_ON,
|
|
2339
|
-
EVENT_SCHEMA_KEY_EVENT_DATA,
|
|
2340
|
-
EVENT_SCHEMA_KEY_EVENT_ID,
|
|
2341
|
-
EVENT_SCHEMA_KEY_MESSAGE_QUEUE_ID,
|
|
2342
|
-
EVENT_SCHEMA_KEY_OBJECT_ID,
|
|
2343
|
-
EVENT_SCHEMA_KEY_OBJECT_TYPE,
|
|
2344
|
-
EVENT_SCHEMA_KEY_SOURCE,
|
|
2345
|
-
EVENT_SCHEMA_KEY_SOURCE_EVENT_ID,
|
|
2346
|
-
EVENT_SCHEMA_KEY_SUBTYPE,
|
|
2347
|
-
EVENT_SCHEMA_KEY_TARGET,
|
|
2348
|
-
EVENT_SCHEMA_KEY_TYPE,
|
|
2349
|
-
] as const;
|
|
2350
|
-
|
|
2351
|
-
/**
|
|
2352
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2353
|
-
*/
|
|
2354
|
-
export const IP_RESTRICTION_KEY_CREATED_ON = 'created_on' as keyof IpRestriction;
|
|
2355
|
-
/**
|
|
2356
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2357
|
-
*/
|
|
2358
|
-
export const IP_RESTRICTION_KEY_IP_NETWORK = 'ip_network' as keyof IpRestriction;
|
|
2359
|
-
/**
|
|
2360
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2361
|
-
*/
|
|
2362
|
-
export const IP_RESTRICTION_KEY_IP_RESTRICTION_ID = 'ip_restriction_id' as keyof IpRestriction;
|
|
2363
|
-
/**
|
|
2364
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2365
|
-
*/
|
|
2366
|
-
export const IP_RESTRICTION_KEY_LAST_USED_ON = 'last_used_on' as keyof IpRestriction;
|
|
2367
|
-
/**
|
|
2368
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2369
|
-
*/
|
|
2370
|
-
export const IP_RESTRICTION_KEY_ORGANIZATION_ID = 'organization_id' as keyof IpRestriction;
|
|
2371
|
-
|
|
2372
|
-
/**
|
|
2373
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2374
|
-
*/
|
|
2375
|
-
export const IP_RESTRICTION_KEYS = [
|
|
2376
|
-
IP_RESTRICTION_KEY_CREATED_ON,
|
|
2377
|
-
IP_RESTRICTION_KEY_IP_NETWORK,
|
|
2378
|
-
IP_RESTRICTION_KEY_IP_RESTRICTION_ID,
|
|
2379
|
-
IP_RESTRICTION_KEY_LAST_USED_ON,
|
|
2380
|
-
IP_RESTRICTION_KEY_ORGANIZATION_ID,
|
|
2381
|
-
] as const;
|
|
2382
|
-
|
|
2383
|
-
/**
|
|
2384
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2385
|
-
*/
|
|
2386
|
-
export const ORGANIZATION_WITH_PLAN_KEY_ADDRESS_1 = 'address_1' as keyof OrganizationWithPlan;
|
|
2387
|
-
/**
|
|
2388
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2389
|
-
*/
|
|
2390
|
-
export const ORGANIZATION_WITH_PLAN_KEY_ADDRESS_2 = 'address_2' as keyof OrganizationWithPlan;
|
|
2391
|
-
/**
|
|
2392
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2393
|
-
*/
|
|
2394
|
-
export const ORGANIZATION_WITH_PLAN_KEY_ATTRIBUTES = 'attributes' as keyof OrganizationWithPlan;
|
|
2395
|
-
/**
|
|
2396
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2397
|
-
*/
|
|
2398
|
-
export const ORGANIZATION_WITH_PLAN_KEY_BUSINESS_NUMBER = 'business_number' as keyof OrganizationWithPlan;
|
|
2399
|
-
/**
|
|
2400
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2401
|
-
*/
|
|
2402
|
-
export const ORGANIZATION_WITH_PLAN_KEY_CITY = 'city' as keyof OrganizationWithPlan;
|
|
2403
|
-
/**
|
|
2404
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2405
|
-
*/
|
|
2406
|
-
export const ORGANIZATION_WITH_PLAN_KEY_COUNTRY_CODE = 'country_code' as keyof OrganizationWithPlan;
|
|
2407
|
-
/**
|
|
2408
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2409
|
-
*/
|
|
2410
|
-
export const ORGANIZATION_WITH_PLAN_KEY_CREATED_ON = 'created_on' as keyof OrganizationWithPlan;
|
|
2411
|
-
/**
|
|
2412
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2413
|
-
*/
|
|
2414
|
-
export const ORGANIZATION_WITH_PLAN_KEY_CURRENCY = 'currency' as keyof OrganizationWithPlan;
|
|
2415
|
-
/**
|
|
2416
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2417
|
-
*/
|
|
2418
|
-
export const ORGANIZATION_WITH_PLAN_KEY_DEFAULT_LOCALE = 'default_locale' as keyof OrganizationWithPlan;
|
|
2419
|
-
/**
|
|
2420
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2421
|
-
*/
|
|
2422
|
-
export const ORGANIZATION_WITH_PLAN_KEY_DELETED_ON = 'deleted_on' as keyof OrganizationWithPlan;
|
|
2423
|
-
/**
|
|
2424
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2425
|
-
*/
|
|
2426
|
-
export const ORGANIZATION_WITH_PLAN_KEY_NAME = 'name' as keyof OrganizationWithPlan;
|
|
2427
|
-
/**
|
|
2428
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2429
|
-
*/
|
|
2430
|
-
export const ORGANIZATION_WITH_PLAN_KEY_ORGANIZATION_ID = 'organization_id' as keyof OrganizationWithPlan;
|
|
2431
|
-
/**
|
|
2432
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2433
|
-
*/
|
|
2434
|
-
export const ORGANIZATION_WITH_PLAN_KEY_PARENT_ORGANIZATION_ID = 'parent_organization_id' as keyof OrganizationWithPlan;
|
|
2435
|
-
/**
|
|
2436
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2437
|
-
*/
|
|
2438
|
-
export const ORGANIZATION_WITH_PLAN_KEY_PLAN = 'plan' as keyof OrganizationWithPlan;
|
|
2439
|
-
/**
|
|
2440
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2441
|
-
*/
|
|
2442
|
-
export const ORGANIZATION_WITH_PLAN_KEY_POSTAL_CODE = 'postal_code' as keyof OrganizationWithPlan;
|
|
2443
|
-
/**
|
|
2444
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2445
|
-
*/
|
|
2446
|
-
export const ORGANIZATION_WITH_PLAN_KEY_STATE = 'state' as keyof OrganizationWithPlan;
|
|
2447
|
-
/**
|
|
2448
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2449
|
-
*/
|
|
2450
|
-
export const ORGANIZATION_WITH_PLAN_KEY_STATUS = 'status' as keyof OrganizationWithPlan;
|
|
2451
|
-
/**
|
|
2452
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2453
|
-
*/
|
|
2454
|
-
export const ORGANIZATION_WITH_PLAN_KEY_TAX_ID = 'tax_id' as keyof OrganizationWithPlan;
|
|
2455
|
-
/**
|
|
2456
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2457
|
-
*/
|
|
2458
|
-
export const ORGANIZATION_WITH_PLAN_KEY_TAX_ID_TYPE = 'tax_id_type' as keyof OrganizationWithPlan;
|
|
2459
|
-
/**
|
|
2460
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2461
|
-
*/
|
|
2462
|
-
export const ORGANIZATION_WITH_PLAN_KEY_TAX_RATE = 'tax_rate' as keyof OrganizationWithPlan;
|
|
2463
|
-
/**
|
|
2464
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2465
|
-
*/
|
|
2466
|
-
export const ORGANIZATION_WITH_PLAN_KEY_USERS = 'users' as keyof OrganizationWithPlan;
|
|
2467
|
-
|
|
2468
|
-
/**
|
|
2469
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2470
|
-
*/
|
|
2471
|
-
export const ORGANIZATION_WITH_PLAN_KEYS = [
|
|
2472
|
-
ORGANIZATION_WITH_PLAN_KEY_ADDRESS_1,
|
|
2473
|
-
ORGANIZATION_WITH_PLAN_KEY_ADDRESS_2,
|
|
2474
|
-
ORGANIZATION_WITH_PLAN_KEY_ATTRIBUTES,
|
|
2475
|
-
ORGANIZATION_WITH_PLAN_KEY_BUSINESS_NUMBER,
|
|
2476
|
-
ORGANIZATION_WITH_PLAN_KEY_CITY,
|
|
2477
|
-
ORGANIZATION_WITH_PLAN_KEY_COUNTRY_CODE,
|
|
2478
|
-
ORGANIZATION_WITH_PLAN_KEY_CREATED_ON,
|
|
2479
|
-
ORGANIZATION_WITH_PLAN_KEY_CURRENCY,
|
|
2480
|
-
ORGANIZATION_WITH_PLAN_KEY_DEFAULT_LOCALE,
|
|
2481
|
-
ORGANIZATION_WITH_PLAN_KEY_DELETED_ON,
|
|
2482
|
-
ORGANIZATION_WITH_PLAN_KEY_NAME,
|
|
2483
|
-
ORGANIZATION_WITH_PLAN_KEY_ORGANIZATION_ID,
|
|
2484
|
-
ORGANIZATION_WITH_PLAN_KEY_PARENT_ORGANIZATION_ID,
|
|
2485
|
-
ORGANIZATION_WITH_PLAN_KEY_PLAN,
|
|
2486
|
-
ORGANIZATION_WITH_PLAN_KEY_POSTAL_CODE,
|
|
2487
|
-
ORGANIZATION_WITH_PLAN_KEY_STATE,
|
|
2488
|
-
ORGANIZATION_WITH_PLAN_KEY_STATUS,
|
|
2489
|
-
ORGANIZATION_WITH_PLAN_KEY_TAX_ID,
|
|
2490
|
-
ORGANIZATION_WITH_PLAN_KEY_TAX_ID_TYPE,
|
|
2491
|
-
ORGANIZATION_WITH_PLAN_KEY_TAX_RATE,
|
|
2492
|
-
ORGANIZATION_WITH_PLAN_KEY_USERS,
|
|
2493
|
-
] as const;
|
|
2494
|
-
|
|
2495
|
-
/**
|
|
2496
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2497
|
-
*/
|
|
2498
|
-
export const PERMISSION_SET_KEY_PERMISSIONS = 'permissions' as keyof PermissionSet;
|
|
2499
|
-
|
|
2500
|
-
/**
|
|
2501
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2502
|
-
*/
|
|
2503
|
-
export const PERMISSION_SET_KEYS = [
|
|
2504
|
-
PERMISSION_SET_KEY_PERMISSIONS,
|
|
2505
|
-
] as const;
|
|
2506
|
-
|
|
2507
|
-
/**
|
|
2508
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2509
|
-
*/
|
|
2510
|
-
export const RELATION_SET_KEY_RELATIONS = 'relations' as keyof RelationSet;
|
|
2511
|
-
|
|
2512
|
-
/**
|
|
2513
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2514
|
-
*/
|
|
2515
|
-
export const RELATION_SET_KEYS = [
|
|
2516
|
-
RELATION_SET_KEY_RELATIONS,
|
|
2517
|
-
] as const;
|
|
2518
|
-
|
|
2519
|
-
/**
|
|
2520
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2521
|
-
*/
|
|
2522
|
-
export const USER_NOTIFICATION_KEY_CREATED_ON = 'created_on' as keyof UserNotification;
|
|
2523
|
-
/**
|
|
2524
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2525
|
-
*/
|
|
2526
|
-
export const USER_NOTIFICATION_KEY_NOTIFICATION = 'notification' as keyof UserNotification;
|
|
2527
|
-
/**
|
|
2528
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2529
|
-
*/
|
|
2530
|
-
export const USER_NOTIFICATION_KEY_NOTIFICATION_ID = 'notification_id' as keyof UserNotification;
|
|
2531
|
-
/**
|
|
2532
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2533
|
-
*/
|
|
2534
|
-
export const USER_NOTIFICATION_KEY_STATUS = 'status' as keyof UserNotification;
|
|
2535
|
-
/**
|
|
2536
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2537
|
-
*/
|
|
2538
|
-
export const USER_NOTIFICATION_KEY_UPDATED_ON = 'updated_on' as keyof UserNotification;
|
|
2539
|
-
/**
|
|
2540
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2541
|
-
*/
|
|
2542
|
-
export const USER_NOTIFICATION_KEY_USER_ID = 'user_id' as keyof UserNotification;
|
|
2543
|
-
/**
|
|
2544
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2545
|
-
*/
|
|
2546
|
-
export const USER_NOTIFICATION_KEY_USER_NOTIFICATION_ID = 'user_notification_id' as keyof UserNotification;
|
|
2547
|
-
|
|
2548
|
-
/**
|
|
2549
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2550
|
-
*/
|
|
2551
|
-
export const USER_NOTIFICATION_KEYS = [
|
|
2552
|
-
USER_NOTIFICATION_KEY_CREATED_ON,
|
|
2553
|
-
USER_NOTIFICATION_KEY_NOTIFICATION,
|
|
2554
|
-
USER_NOTIFICATION_KEY_NOTIFICATION_ID,
|
|
2555
|
-
USER_NOTIFICATION_KEY_STATUS,
|
|
2556
|
-
USER_NOTIFICATION_KEY_UPDATED_ON,
|
|
2557
|
-
USER_NOTIFICATION_KEY_USER_ID,
|
|
2558
|
-
USER_NOTIFICATION_KEY_USER_NOTIFICATION_ID,
|
|
2559
|
-
] as const;
|
|
2560
|
-
|
|
2561
|
-
/**
|
|
2562
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2563
|
-
*/
|
|
2564
|
-
export const USER_WITH_ATTRIBUTES_KEY_CREATED_ON = 'created_on' as keyof UserWithAttributes;
|
|
2565
|
-
/**
|
|
2566
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2567
|
-
*/
|
|
2568
|
-
export const USER_WITH_ATTRIBUTES_KEY_DELETED_ON = 'deleted_on' as keyof UserWithAttributes;
|
|
2569
|
-
/**
|
|
2570
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2571
|
-
*/
|
|
2572
|
-
export const USER_WITH_ATTRIBUTES_KEY_EMAIL = 'email' as keyof UserWithAttributes;
|
|
2573
|
-
/**
|
|
2574
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2575
|
-
*/
|
|
2576
|
-
export const USER_WITH_ATTRIBUTES_KEY_FIRST_NAME = 'first_name' as keyof UserWithAttributes;
|
|
2577
|
-
/**
|
|
2578
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2579
|
-
*/
|
|
2580
|
-
export const USER_WITH_ATTRIBUTES_KEY_LAST_NAME = 'last_name' as keyof UserWithAttributes;
|
|
2581
|
-
/**
|
|
2582
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2583
|
-
*/
|
|
2584
|
-
export const USER_WITH_ATTRIBUTES_KEY_LOCALE = 'locale' as keyof UserWithAttributes;
|
|
2585
|
-
/**
|
|
2586
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2587
|
-
*/
|
|
2588
|
-
export const USER_WITH_ATTRIBUTES_KEY_ORGANIZATION_ID = 'organization_id' as keyof UserWithAttributes;
|
|
2589
|
-
/**
|
|
2590
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2591
|
-
*/
|
|
2592
|
-
export const USER_WITH_ATTRIBUTES_KEY_PHONE = 'phone' as keyof UserWithAttributes;
|
|
2593
|
-
/**
|
|
2594
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2595
|
-
*/
|
|
2596
|
-
export const USER_WITH_ATTRIBUTES_KEY_STATUS = 'status' as keyof UserWithAttributes;
|
|
2597
|
-
/**
|
|
2598
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2599
|
-
*/
|
|
2600
|
-
export const USER_WITH_ATTRIBUTES_KEY_UPDATED_ON = 'updated_on' as keyof UserWithAttributes;
|
|
2601
|
-
/**
|
|
2602
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2603
|
-
*/
|
|
2604
|
-
export const USER_WITH_ATTRIBUTES_KEY_USER_ATTRIBUTES = 'user_attributes' as keyof UserWithAttributes;
|
|
2605
|
-
/**
|
|
2606
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2607
|
-
*/
|
|
2608
|
-
export const USER_WITH_ATTRIBUTES_KEY_USER_ID = 'user_id' as keyof UserWithAttributes;
|
|
2609
|
-
/**
|
|
2610
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2611
|
-
*/
|
|
2612
|
-
export const USER_WITH_ATTRIBUTES_KEY_USERNAME = 'username' as keyof UserWithAttributes;
|
|
2613
|
-
|
|
2614
|
-
/**
|
|
2615
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2616
|
-
*/
|
|
2617
|
-
export const USER_WITH_ATTRIBUTES_KEYS = [
|
|
2618
|
-
USER_WITH_ATTRIBUTES_KEY_CREATED_ON,
|
|
2619
|
-
USER_WITH_ATTRIBUTES_KEY_DELETED_ON,
|
|
2620
|
-
USER_WITH_ATTRIBUTES_KEY_EMAIL,
|
|
2621
|
-
USER_WITH_ATTRIBUTES_KEY_FIRST_NAME,
|
|
2622
|
-
USER_WITH_ATTRIBUTES_KEY_LAST_NAME,
|
|
2623
|
-
USER_WITH_ATTRIBUTES_KEY_LOCALE,
|
|
2624
|
-
USER_WITH_ATTRIBUTES_KEY_ORGANIZATION_ID,
|
|
2625
|
-
USER_WITH_ATTRIBUTES_KEY_PHONE,
|
|
2626
|
-
USER_WITH_ATTRIBUTES_KEY_STATUS,
|
|
2627
|
-
USER_WITH_ATTRIBUTES_KEY_UPDATED_ON,
|
|
2628
|
-
USER_WITH_ATTRIBUTES_KEY_USER_ATTRIBUTES,
|
|
2629
|
-
USER_WITH_ATTRIBUTES_KEY_USER_ID,
|
|
2630
|
-
USER_WITH_ATTRIBUTES_KEY_USERNAME,
|
|
2631
|
-
] as const;
|
|
2632
|
-
|
|
2633
|
-
/**
|
|
2634
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2635
|
-
*/
|
|
2636
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_CREATED_ON = 'created_on' as keyof UserWithRelationPermissions;
|
|
2637
|
-
/**
|
|
2638
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2639
|
-
*/
|
|
2640
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_DELETED_ON = 'deleted_on' as keyof UserWithRelationPermissions;
|
|
2641
|
-
/**
|
|
2642
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2643
|
-
*/
|
|
2644
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_EMAIL = 'email' as keyof UserWithRelationPermissions;
|
|
2645
|
-
/**
|
|
2646
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2647
|
-
*/
|
|
2648
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_FIRST_NAME = 'first_name' as keyof UserWithRelationPermissions;
|
|
2649
|
-
/**
|
|
2650
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2651
|
-
*/
|
|
2652
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_LAST_NAME = 'last_name' as keyof UserWithRelationPermissions;
|
|
2653
|
-
/**
|
|
2654
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2655
|
-
*/
|
|
2656
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_LOCALE = 'locale' as keyof UserWithRelationPermissions;
|
|
2657
|
-
/**
|
|
2658
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2659
|
-
*/
|
|
2660
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_ORGANIZATION_ID = 'organization_id' as keyof UserWithRelationPermissions;
|
|
2661
|
-
/**
|
|
2662
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2663
|
-
*/
|
|
2664
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_PERMISSIONS = 'permissions' as keyof UserWithRelationPermissions;
|
|
2665
|
-
/**
|
|
2666
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2667
|
-
*/
|
|
2668
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_PHONE = 'phone' as keyof UserWithRelationPermissions;
|
|
2669
|
-
/**
|
|
2670
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2671
|
-
*/
|
|
2672
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_RELATIONS = 'relations' as keyof UserWithRelationPermissions;
|
|
2673
|
-
/**
|
|
2674
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2675
|
-
*/
|
|
2676
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_STATUS = 'status' as keyof UserWithRelationPermissions;
|
|
2677
|
-
/**
|
|
2678
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2679
|
-
*/
|
|
2680
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_UPDATED_ON = 'updated_on' as keyof UserWithRelationPermissions;
|
|
2681
|
-
/**
|
|
2682
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2683
|
-
*/
|
|
2684
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_USER_ATTRIBUTES = 'user_attributes' as keyof UserWithRelationPermissions;
|
|
2685
|
-
/**
|
|
2686
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2687
|
-
*/
|
|
2688
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_USER_ID = 'user_id' as keyof UserWithRelationPermissions;
|
|
2689
|
-
/**
|
|
2690
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2691
|
-
*/
|
|
2692
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEY_USERNAME = 'username' as keyof UserWithRelationPermissions;
|
|
2693
|
-
|
|
2694
|
-
/**
|
|
2695
|
-
* @deprecated Use the corresponding type from @/helpers instead.
|
|
2696
|
-
*/
|
|
2697
|
-
export const USER_WITH_RELATION_PERMISSIONS_KEYS = [
|
|
2698
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_CREATED_ON,
|
|
2699
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_DELETED_ON,
|
|
2700
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_EMAIL,
|
|
2701
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_FIRST_NAME,
|
|
2702
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_LAST_NAME,
|
|
2703
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_LOCALE,
|
|
2704
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_ORGANIZATION_ID,
|
|
2705
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_PERMISSIONS,
|
|
2706
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_PHONE,
|
|
2707
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_RELATIONS,
|
|
2708
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_STATUS,
|
|
2709
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_UPDATED_ON,
|
|
2710
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_USER_ATTRIBUTES,
|
|
2711
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_USER_ID,
|
|
2712
|
-
USER_WITH_RELATION_PERMISSIONS_KEY_USERNAME,
|
|
2713
|
-
] as const;
|