@randock/nameshift-api-client 0.0.239 → 0.0.241

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.
Files changed (205) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +3 -3
  4. package/dist/apis/AdminApi.d.ts +12 -1
  5. package/dist/apis/AdminApi.js +55 -0
  6. package/dist/models/AccountBankAccountDto.d.ts +8 -8
  7. package/dist/models/AccountBankAccountDto.js +9 -7
  8. package/dist/models/AccountNotificationDto.d.ts +18 -18
  9. package/dist/models/AccountNotificationDto.js +20 -16
  10. package/dist/models/AccountOnboardingDto.d.ts +15 -15
  11. package/dist/models/AccountOnboardingDto.js +17 -13
  12. package/dist/models/AccountPayoutDto.d.ts +7 -7
  13. package/dist/models/AccountPayoutDto.js +8 -6
  14. package/dist/models/AuBankAccountDetails.d.ts +11 -11
  15. package/dist/models/AuBankAccountDetails.js +12 -10
  16. package/dist/models/BillingInformationDto.d.ts +9 -9
  17. package/dist/models/BillingInformationDto.js +10 -8
  18. package/dist/models/BuyerDomainTransferListItemDto.d.ts +18 -18
  19. package/dist/models/BuyerDomainTransferListItemDto.js +20 -16
  20. package/dist/models/BuyerLeadListItemDto.d.ts +18 -18
  21. package/dist/models/BuyerLeadListItemDto.js +20 -16
  22. package/dist/models/BuyerSecurityUserDto.d.ts +7 -7
  23. package/dist/models/BuyerSecurityUserDto.js +8 -6
  24. package/dist/models/BuyerSessionDto.d.ts +7 -7
  25. package/dist/models/BuyerSessionDto.js +8 -6
  26. package/dist/models/BuyerSubscriptionListItemDto.d.ts +17 -17
  27. package/dist/models/BuyerSubscriptionListItemDto.js +19 -15
  28. package/dist/models/CaBankAccountDetails.d.ts +11 -11
  29. package/dist/models/CaBankAccountDetails.js +12 -10
  30. package/dist/models/ChangeOrderStatusInput.d.ts +8 -8
  31. package/dist/models/ChangeOrderStatusInput.js +9 -7
  32. package/dist/models/ChangeSubscriptionStatusInput.d.ts +10 -10
  33. package/dist/models/ChangeSubscriptionStatusInput.js +11 -9
  34. package/dist/models/ConcreteDomainTransferTaskData.d.ts +12 -12
  35. package/dist/models/ConcreteDomainTransferTaskData.js +13 -11
  36. package/dist/models/CreateLeadInput.d.ts +8 -8
  37. package/dist/models/CreateLeadInput.js +9 -7
  38. package/dist/models/CreateManualLeadInput.d.ts +9 -9
  39. package/dist/models/CreateManualLeadInput.js +10 -8
  40. package/dist/models/CreateSubscriptionBillingPeriodicityInput.d.ts +7 -7
  41. package/dist/models/CreateSubscriptionBillingPeriodicityInput.js +8 -6
  42. package/dist/models/CreateSubscriptionInput.d.ts +7 -7
  43. package/dist/models/CreateSubscriptionInput.js +8 -6
  44. package/dist/models/DomainStatsDto.d.ts +7 -7
  45. package/dist/models/DomainStatsDto.js +8 -6
  46. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.d.ts +10 -10
  47. package/dist/models/DomainTransferDetailSellerPayoutInvoiceDto.js +11 -9
  48. package/dist/models/DomainTransferDetailWorkflowStepDto.d.ts +9 -9
  49. package/dist/models/DomainTransferDetailWorkflowStepDto.js +10 -8
  50. package/dist/models/DomainTransferDetailsDto.d.ts +20 -20
  51. package/dist/models/DomainTransferDetailsDto.js +22 -18
  52. package/dist/models/DomainTransferDetailsOrderDto.d.ts +7 -7
  53. package/dist/models/DomainTransferDetailsOrderDto.js +8 -6
  54. package/dist/models/DomainTransferDetailsSubscriptionDto.d.ts +7 -7
  55. package/dist/models/DomainTransferDetailsSubscriptionDto.js +8 -6
  56. package/dist/models/DomainTransferDetailsValidationDto.d.ts +13 -13
  57. package/dist/models/DomainTransferDetailsValidationDto.js +15 -11
  58. package/dist/models/DomainTransferDetailsWorkflowDto.d.ts +9 -9
  59. package/dist/models/DomainTransferDetailsWorkflowDto.js +10 -8
  60. package/dist/models/DomainTransferDto.d.ts +20 -20
  61. package/dist/models/DomainTransferDto.js +22 -18
  62. package/dist/models/DomainTransferWorkflowDto.d.ts +9 -9
  63. package/dist/models/DomainTransferWorkflowDto.js +10 -8
  64. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.d.ts +10 -10
  65. package/dist/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.js +11 -9
  66. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto.d.ts +18 -18
  67. package/dist/models/IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto.js +20 -16
  68. package/dist/models/IntersectionLeadDtoWithListFieldsDto.d.ts +36 -36
  69. package/dist/models/IntersectionLeadDtoWithListFieldsDto.js +40 -32
  70. package/dist/models/IntersectionTaskListTaskDto.d.ts +16 -16
  71. package/dist/models/IntersectionTaskListTaskDto.js +18 -14
  72. package/dist/models/InvoiceDto.d.ts +15 -15
  73. package/dist/models/InvoiceDto.js +17 -13
  74. package/dist/models/InvoiceItemTaxDto.d.ts +20 -20
  75. package/dist/models/InvoiceItemTaxDto.js +21 -19
  76. package/dist/models/InvoiceTransactionDto.d.ts +6 -6
  77. package/dist/models/InvoiceTransactionDto.js +7 -5
  78. package/dist/models/LeadDto.d.ts +18 -18
  79. package/dist/models/LeadDto.js +20 -16
  80. package/dist/models/LeadMessageDto.d.ts +18 -18
  81. package/dist/models/LeadMessageDto.js +20 -16
  82. package/dist/models/LeadStatusDto.d.ts +10 -10
  83. package/dist/models/LeadStatusDto.js +11 -9
  84. package/dist/models/NzBankAccountDetails.d.ts +11 -11
  85. package/dist/models/NzBankAccountDetails.js +12 -10
  86. package/dist/models/OrderDto.d.ts +8 -8
  87. package/dist/models/OrderDto.js +9 -7
  88. package/dist/models/OrderListItemDto.d.ts +8 -8
  89. package/dist/models/OrderListItemDto.js +9 -7
  90. package/dist/models/OwnedDomainDto.d.ts +16 -16
  91. package/dist/models/OwnedDomainDto.js +18 -14
  92. package/dist/models/ParsedDomainDto.d.ts +8 -8
  93. package/dist/models/ParsedDomainDto.js +9 -7
  94. package/dist/models/PublicLeadDto.d.ts +10 -10
  95. package/dist/models/PublicLeadDto.js +11 -9
  96. package/dist/models/RegisterAccountInput.d.ts +8 -8
  97. package/dist/models/RegisterAccountInput.js +9 -7
  98. package/dist/models/SellerDomainTransferDto.d.ts +10 -10
  99. package/dist/models/SellerDomainTransferDto.js +11 -9
  100. package/dist/models/SellerDomainTransferListItemDto.d.ts +10 -10
  101. package/dist/models/SellerDomainTransferListItemDto.js +11 -9
  102. package/dist/models/SellerSecurityUserDto.d.ts +7 -7
  103. package/dist/models/SellerSecurityUserDto.js +8 -6
  104. package/dist/models/SellerSubscriptionListItemDto.d.ts +17 -17
  105. package/dist/models/SellerSubscriptionListItemDto.js +19 -15
  106. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.d.ts +109 -0
  107. package/dist/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.js +108 -0
  108. package/dist/models/SepaBankAccountDetails.d.ts +11 -11
  109. package/dist/models/SepaBankAccountDetails.js +12 -10
  110. package/dist/models/SetDomainTransferConfirmationInput.d.ts +7 -7
  111. package/dist/models/SetDomainTransferConfirmationInput.js +8 -6
  112. package/dist/models/SetPayoutProviderInput.d.ts +7 -7
  113. package/dist/models/SetPayoutProviderInput.js +8 -6
  114. package/dist/models/SubscriptionBillingPeriodicityDto.d.ts +7 -7
  115. package/dist/models/SubscriptionBillingPeriodicityDto.js +8 -6
  116. package/dist/models/SubscriptionDetailsBillingPeriodicityDto.d.ts +7 -7
  117. package/dist/models/SubscriptionDetailsBillingPeriodicityDto.js +8 -6
  118. package/dist/models/SubscriptionDetailsDto.d.ts +17 -17
  119. package/dist/models/SubscriptionDetailsDto.js +19 -15
  120. package/dist/models/SubscriptionDto.d.ts +27 -27
  121. package/dist/models/SubscriptionDto.js +30 -24
  122. package/dist/models/SubscriptionListItemBillingPeriodicityDto.d.ts +7 -7
  123. package/dist/models/SubscriptionListItemBillingPeriodicityDto.js +8 -6
  124. package/dist/models/SubscriptionListItemDto.d.ts +17 -17
  125. package/dist/models/SubscriptionListItemDto.js +19 -15
  126. package/dist/models/TaskListLeadDto.d.ts +8 -8
  127. package/dist/models/TaskListLeadDto.js +9 -7
  128. package/dist/models/UkBankAccountDetails.d.ts +11 -11
  129. package/dist/models/UkBankAccountDetails.js +12 -10
  130. package/dist/models/UpdateSubscriptionBillingPeriodicityInput.d.ts +7 -7
  131. package/dist/models/UpdateSubscriptionBillingPeriodicityInput.js +8 -6
  132. package/dist/models/UsBankAccountDetails.d.ts +11 -11
  133. package/dist/models/UsBankAccountDetails.js +12 -10
  134. package/dist/models/UserPasswordResetDto.d.ts +7 -7
  135. package/dist/models/UserPasswordResetDto.js +8 -6
  136. package/dist/models/index.d.ts +1 -0
  137. package/dist/models/index.js +1 -0
  138. package/package.json +1 -1
  139. package/src/apis/AdminApi.ts +54 -0
  140. package/src/models/AccountBankAccountDto.ts +8 -9
  141. package/src/models/AccountNotificationDto.ts +18 -20
  142. package/src/models/AccountOnboardingDto.ts +15 -17
  143. package/src/models/AccountPayoutDto.ts +7 -8
  144. package/src/models/AuBankAccountDetails.ts +11 -12
  145. package/src/models/BillingInformationDto.ts +9 -10
  146. package/src/models/BuyerDomainTransferListItemDto.ts +18 -20
  147. package/src/models/BuyerLeadListItemDto.ts +18 -20
  148. package/src/models/BuyerSecurityUserDto.ts +7 -8
  149. package/src/models/BuyerSessionDto.ts +7 -8
  150. package/src/models/BuyerSubscriptionListItemDto.ts +17 -19
  151. package/src/models/CaBankAccountDetails.ts +11 -12
  152. package/src/models/ChangeOrderStatusInput.ts +8 -9
  153. package/src/models/ChangeSubscriptionStatusInput.ts +10 -11
  154. package/src/models/ConcreteDomainTransferTaskData.ts +12 -13
  155. package/src/models/CreateLeadInput.ts +8 -9
  156. package/src/models/CreateManualLeadInput.ts +9 -10
  157. package/src/models/CreateSubscriptionBillingPeriodicityInput.ts +7 -8
  158. package/src/models/CreateSubscriptionInput.ts +7 -8
  159. package/src/models/DomainStatsDto.ts +7 -8
  160. package/src/models/DomainTransferDetailSellerPayoutInvoiceDto.ts +10 -11
  161. package/src/models/DomainTransferDetailWorkflowStepDto.ts +9 -10
  162. package/src/models/DomainTransferDetailsDto.ts +20 -22
  163. package/src/models/DomainTransferDetailsOrderDto.ts +7 -8
  164. package/src/models/DomainTransferDetailsSubscriptionDto.ts +7 -8
  165. package/src/models/DomainTransferDetailsValidationDto.ts +13 -15
  166. package/src/models/DomainTransferDetailsWorkflowDto.ts +9 -10
  167. package/src/models/DomainTransferDto.ts +20 -22
  168. package/src/models/DomainTransferWorkflowDto.ts +9 -10
  169. package/src/models/IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto.ts +10 -11
  170. package/src/models/IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto.ts +18 -20
  171. package/src/models/IntersectionLeadDtoWithListFieldsDto.ts +36 -40
  172. package/src/models/IntersectionTaskListTaskDto.ts +16 -18
  173. package/src/models/InvoiceDto.ts +15 -17
  174. package/src/models/InvoiceItemTaxDto.ts +20 -21
  175. package/src/models/InvoiceTransactionDto.ts +6 -7
  176. package/src/models/LeadDto.ts +18 -20
  177. package/src/models/LeadMessageDto.ts +18 -20
  178. package/src/models/LeadStatusDto.ts +10 -11
  179. package/src/models/NzBankAccountDetails.ts +11 -12
  180. package/src/models/OrderDto.ts +8 -9
  181. package/src/models/OrderListItemDto.ts +8 -9
  182. package/src/models/OwnedDomainDto.ts +16 -18
  183. package/src/models/ParsedDomainDto.ts +8 -9
  184. package/src/models/PublicLeadDto.ts +10 -11
  185. package/src/models/RegisterAccountInput.ts +8 -9
  186. package/src/models/SellerDomainTransferDto.ts +10 -11
  187. package/src/models/SellerDomainTransferListItemDto.ts +10 -11
  188. package/src/models/SellerSecurityUserDto.ts +7 -8
  189. package/src/models/SellerSubscriptionListItemDto.ts +17 -19
  190. package/src/models/SendAdminLeadAiPriceNegotiatorAgentChatMessageInput.ts +191 -0
  191. package/src/models/SepaBankAccountDetails.ts +11 -12
  192. package/src/models/SetDomainTransferConfirmationInput.ts +7 -8
  193. package/src/models/SetPayoutProviderInput.ts +7 -8
  194. package/src/models/SubscriptionBillingPeriodicityDto.ts +7 -8
  195. package/src/models/SubscriptionDetailsBillingPeriodicityDto.ts +7 -8
  196. package/src/models/SubscriptionDetailsDto.ts +17 -19
  197. package/src/models/SubscriptionDto.ts +27 -30
  198. package/src/models/SubscriptionListItemBillingPeriodicityDto.ts +7 -8
  199. package/src/models/SubscriptionListItemDto.ts +17 -19
  200. package/src/models/TaskListLeadDto.ts +8 -9
  201. package/src/models/UkBankAccountDetails.ts +11 -12
  202. package/src/models/UpdateSubscriptionBillingPeriodicityInput.ts +7 -8
  203. package/src/models/UsBankAccountDetails.ts +11 -12
  204. package/src/models/UserPasswordResetDto.ts +7 -8
  205. package/src/models/index.ts +1 -0
@@ -27,18 +27,17 @@ export interface ChangeSubscriptionStatusInput {
27
27
  status: ChangeSubscriptionStatusInputStatusEnum;
28
28
  }
29
29
 
30
-
31
30
  /**
32
- * @export
33
- */
34
- export const ChangeSubscriptionStatusInputStatusEnum = {
35
- DRAFT: 'draft',
36
- ACTIVE: 'active',
37
- PAUSED: 'paused',
38
- CANCELLED: 'cancelled',
39
- FINISHED: 'finished'
40
- } as const;
41
- export type ChangeSubscriptionStatusInputStatusEnum = typeof ChangeSubscriptionStatusInputStatusEnum[keyof typeof ChangeSubscriptionStatusInputStatusEnum];
31
+ * @export
32
+ * @enum {string}
33
+ */
34
+ export enum ChangeSubscriptionStatusInputStatusEnum {
35
+ DRAFT = 'draft',
36
+ ACTIVE = 'active',
37
+ PAUSED = 'paused',
38
+ CANCELLED = 'cancelled',
39
+ FINISHED = 'finished'
40
+ }
42
41
 
43
42
 
44
43
  /**
@@ -27,20 +27,19 @@ export interface ConcreteDomainTransferTaskData {
27
27
  requirements: Array<ConcreteDomainTransferTaskDataRequirementsEnum>;
28
28
  }
29
29
 
30
-
31
30
  /**
32
- * @export
33
- */
34
- export const ConcreteDomainTransferTaskDataRequirementsEnum = {
35
- AUTH_CODE: 'auth_code',
36
- BUYER_CONFIRMATION: 'buyer_confirmation',
37
- OWNED_DOMAIN: 'owned_domain',
38
- OWNED_DOMAIN_TAKEN_BY_BUYER: 'owned_domain_taken_by_buyer',
39
- OWNED_DOMAIN_TAKEN_BY_SELLER: 'owned_domain_taken_by_seller',
40
- DOMAIN_IPS_TAG: 'domain_ips_tag',
41
- DOMAIN_IPS_TAG_SELLER: 'domain_ips_tag_seller'
42
- } as const;
43
- export type ConcreteDomainTransferTaskDataRequirementsEnum = typeof ConcreteDomainTransferTaskDataRequirementsEnum[keyof typeof ConcreteDomainTransferTaskDataRequirementsEnum];
31
+ * @export
32
+ * @enum {string}
33
+ */
34
+ export enum ConcreteDomainTransferTaskDataRequirementsEnum {
35
+ AUTH_CODE = 'auth_code',
36
+ BUYER_CONFIRMATION = 'buyer_confirmation',
37
+ OWNED_DOMAIN = 'owned_domain',
38
+ OWNED_DOMAIN_TAKEN_BY_BUYER = 'owned_domain_taken_by_buyer',
39
+ OWNED_DOMAIN_TAKEN_BY_SELLER = 'owned_domain_taken_by_seller',
40
+ DOMAIN_IPS_TAG = 'domain_ips_tag',
41
+ DOMAIN_IPS_TAG_SELLER = 'domain_ips_tag_seller'
42
+ }
44
43
 
45
44
 
46
45
  /**
@@ -71,16 +71,15 @@ export interface CreateLeadInput {
71
71
  email: string;
72
72
  }
73
73
 
74
-
75
74
  /**
76
- * @export
77
- */
78
- export const CreateLeadInputOfferedByEnum = {
79
- BUYER: 'buyer',
80
- SELLER: 'seller',
81
- ADMIN: 'admin'
82
- } as const;
83
- export type CreateLeadInputOfferedByEnum = typeof CreateLeadInputOfferedByEnum[keyof typeof CreateLeadInputOfferedByEnum];
75
+ * @export
76
+ * @enum {string}
77
+ */
78
+ export enum CreateLeadInputOfferedByEnum {
79
+ BUYER = 'buyer',
80
+ SELLER = 'seller',
81
+ ADMIN = 'admin'
82
+ }
84
83
 
85
84
 
86
85
  /**
@@ -83,17 +83,16 @@ export interface CreateManualLeadInput {
83
83
  leaseToOwnMaxMonths: number | null;
84
84
  }
85
85
 
86
-
87
86
  /**
88
- * @export
89
- */
90
- export const CreateManualLeadInputTypeEnum = {
91
- BUY_NOW: 'buy_now',
92
- OFFER: 'offer',
93
- LEASE_TO_OWN: 'lease_to_own',
94
- RENT: 'rent'
95
- } as const;
96
- export type CreateManualLeadInputTypeEnum = typeof CreateManualLeadInputTypeEnum[keyof typeof CreateManualLeadInputTypeEnum];
87
+ * @export
88
+ * @enum {string}
89
+ */
90
+ export enum CreateManualLeadInputTypeEnum {
91
+ BUY_NOW = 'buy_now',
92
+ OFFER = 'offer',
93
+ LEASE_TO_OWN = 'lease_to_own',
94
+ RENT = 'rent'
95
+ }
97
96
 
98
97
 
99
98
  /**
@@ -33,15 +33,14 @@ export interface CreateSubscriptionBillingPeriodicityInput {
33
33
  unit: CreateSubscriptionBillingPeriodicityInputUnitEnum;
34
34
  }
35
35
 
36
-
37
36
  /**
38
- * @export
39
- */
40
- export const CreateSubscriptionBillingPeriodicityInputUnitEnum = {
41
- WEEK: 'week',
42
- MONTH: 'month'
43
- } as const;
44
- export type CreateSubscriptionBillingPeriodicityInputUnitEnum = typeof CreateSubscriptionBillingPeriodicityInputUnitEnum[keyof typeof CreateSubscriptionBillingPeriodicityInputUnitEnum];
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ export enum CreateSubscriptionBillingPeriodicityInputUnitEnum {
41
+ WEEK = 'week',
42
+ MONTH = 'month'
43
+ }
45
44
 
46
45
 
47
46
  /**
@@ -126,15 +126,14 @@ export interface CreateSubscriptionInput {
126
126
  companyInfo?: SubscriptionCompanyInfoDto | null;
127
127
  }
128
128
 
129
-
130
129
  /**
131
- * @export
132
- */
133
- export const CreateSubscriptionInputSubscriptionTypeEnum = {
134
- RENT: 'rent',
135
- LEASE_TO_OWN: 'lease_to_own'
136
- } as const;
137
- export type CreateSubscriptionInputSubscriptionTypeEnum = typeof CreateSubscriptionInputSubscriptionTypeEnum[keyof typeof CreateSubscriptionInputSubscriptionTypeEnum];
130
+ * @export
131
+ * @enum {string}
132
+ */
133
+ export enum CreateSubscriptionInputSubscriptionTypeEnum {
134
+ RENT = 'rent',
135
+ LEASE_TO_OWN = 'lease_to_own'
136
+ }
138
137
 
139
138
 
140
139
  /**
@@ -59,15 +59,14 @@ export interface DomainStatsDto {
59
59
  chartData: Array<ChartDataPoint> | null;
60
60
  }
61
61
 
62
-
63
62
  /**
64
- * @export
65
- */
66
- export const DomainStatsDtoChartUnitEnum = {
67
- DAY: 'day',
68
- MONTH: 'month'
69
- } as const;
70
- export type DomainStatsDtoChartUnitEnum = typeof DomainStatsDtoChartUnitEnum[keyof typeof DomainStatsDtoChartUnitEnum];
63
+ * @export
64
+ * @enum {string}
65
+ */
66
+ export enum DomainStatsDtoChartUnitEnum {
67
+ DAY = 'day',
68
+ MONTH = 'month'
69
+ }
71
70
 
72
71
 
73
72
  /**
@@ -47,18 +47,17 @@ export interface DomainTransferDetailSellerPayoutInvoiceDto {
47
47
  transactionStatus: DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum;
48
48
  }
49
49
 
50
-
51
50
  /**
52
- * @export
53
- */
54
- export const DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = {
55
- OPEN: 'open',
56
- PAID: 'paid',
57
- ERROR: 'error',
58
- CANCELLED: 'cancelled',
59
- REFUNDED: 'refunded'
60
- } as const;
61
- export type DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = typeof DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum[keyof typeof DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum];
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export enum DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum {
55
+ OPEN = 'open',
56
+ PAID = 'paid',
57
+ ERROR = 'error',
58
+ CANCELLED = 'cancelled',
59
+ REFUNDED = 'refunded'
60
+ }
62
61
 
63
62
 
64
63
  /**
@@ -102,17 +102,16 @@ export interface DomainTransferDetailWorkflowStepDto {
102
102
  lastExecutionDate: Date | null;
103
103
  }
104
104
 
105
-
106
105
  /**
107
- * @export
108
- */
109
- export const DomainTransferDetailWorkflowStepDtoStatusEnum = {
110
- PENDING: 'pending',
111
- FINISHED: 'finished',
112
- WAITING_INTERACTION: 'waitingInteraction',
113
- ERROR: 'error'
114
- } as const;
115
- export type DomainTransferDetailWorkflowStepDtoStatusEnum = typeof DomainTransferDetailWorkflowStepDtoStatusEnum[keyof typeof DomainTransferDetailWorkflowStepDtoStatusEnum];
106
+ * @export
107
+ * @enum {string}
108
+ */
109
+ export enum DomainTransferDetailWorkflowStepDtoStatusEnum {
110
+ PENDING = 'pending',
111
+ FINISHED = 'finished',
112
+ WAITING_INTERACTION = 'waitingInteraction',
113
+ ERROR = 'error'
114
+ }
116
115
 
117
116
 
118
117
  /**
@@ -143,30 +143,28 @@ export interface DomainTransferDetailsDto {
143
143
  sellerPayoutInvoices: Array<DomainTransferDetailSellerPayoutInvoiceDto>;
144
144
  }
145
145
 
146
-
147
146
  /**
148
- * @export
149
- */
150
- export const DomainTransferDetailsDtoStatusEnum = {
151
- CREATED: 'created',
152
- STARTED: 'started',
153
- PENDING_MANUAL_ACTION: 'pending_manual_action',
154
- ERROR: 'error',
155
- COMPLETED: 'completed'
156
- } as const;
157
- export type DomainTransferDetailsDtoStatusEnum = typeof DomainTransferDetailsDtoStatusEnum[keyof typeof DomainTransferDetailsDtoStatusEnum];
158
-
147
+ * @export
148
+ * @enum {string}
149
+ */
150
+ export enum DomainTransferDetailsDtoStatusEnum {
151
+ CREATED = 'created',
152
+ STARTED = 'started',
153
+ PENDING_MANUAL_ACTION = 'pending_manual_action',
154
+ ERROR = 'error',
155
+ COMPLETED = 'completed'
156
+ }
159
157
  /**
160
- * @export
161
- */
162
- export const DomainTransferDetailsDtoStatusSellerEnum = {
163
- CREATED: 'created',
164
- STARTED: 'started',
165
- PENDING_MANUAL_ACTION: 'pending_manual_action',
166
- ERROR: 'error',
167
- COMPLETED: 'completed'
168
- } as const;
169
- export type DomainTransferDetailsDtoStatusSellerEnum = typeof DomainTransferDetailsDtoStatusSellerEnum[keyof typeof DomainTransferDetailsDtoStatusSellerEnum];
158
+ * @export
159
+ * @enum {string}
160
+ */
161
+ export enum DomainTransferDetailsDtoStatusSellerEnum {
162
+ CREATED = 'created',
163
+ STARTED = 'started',
164
+ PENDING_MANUAL_ACTION = 'pending_manual_action',
165
+ ERROR = 'error',
166
+ COMPLETED = 'completed'
167
+ }
170
168
 
171
169
 
172
170
  /**
@@ -60,15 +60,14 @@ export interface DomainTransferDetailsOrderDto {
60
60
  seller: DomainTransferDetailsSellerDto;
61
61
  }
62
62
 
63
-
64
63
  /**
65
- * @export
66
- */
67
- export const DomainTransferDetailsOrderDtoTypeEnum = {
68
- BUY_NOW: 'buy_now',
69
- OFFER: 'offer'
70
- } as const;
71
- export type DomainTransferDetailsOrderDtoTypeEnum = typeof DomainTransferDetailsOrderDtoTypeEnum[keyof typeof DomainTransferDetailsOrderDtoTypeEnum];
64
+ * @export
65
+ * @enum {string}
66
+ */
67
+ export enum DomainTransferDetailsOrderDtoTypeEnum {
68
+ BUY_NOW = 'buy_now',
69
+ OFFER = 'offer'
70
+ }
72
71
 
73
72
 
74
73
  /**
@@ -60,15 +60,14 @@ export interface DomainTransferDetailsSubscriptionDto {
60
60
  seller: DomainTransferDetailsSellerDto;
61
61
  }
62
62
 
63
-
64
63
  /**
65
- * @export
66
- */
67
- export const DomainTransferDetailsSubscriptionDtoTypeEnum = {
68
- RENT: 'rent',
69
- LEASE_TO_OWN: 'lease_to_own'
70
- } as const;
71
- export type DomainTransferDetailsSubscriptionDtoTypeEnum = typeof DomainTransferDetailsSubscriptionDtoTypeEnum[keyof typeof DomainTransferDetailsSubscriptionDtoTypeEnum];
64
+ * @export
65
+ * @enum {string}
66
+ */
67
+ export enum DomainTransferDetailsSubscriptionDtoTypeEnum {
68
+ RENT = 'rent',
69
+ LEASE_TO_OWN = 'lease_to_own'
70
+ }
72
71
 
73
72
 
74
73
  /**
@@ -75,23 +75,21 @@ export interface DomainTransferDetailsValidationDto {
75
75
  finishedAt: Date | null;
76
76
  }
77
77
 
78
-
79
78
  /**
80
- * @export
81
- */
82
- export const DomainTransferDetailsValidationDtoReasonEnum = {
83
- INVALID_AUTH_CODE: 'invalid_auth_code',
84
- OTHER: 'other'
85
- } as const;
86
- export type DomainTransferDetailsValidationDtoReasonEnum = typeof DomainTransferDetailsValidationDtoReasonEnum[keyof typeof DomainTransferDetailsValidationDtoReasonEnum];
87
-
79
+ * @export
80
+ * @enum {string}
81
+ */
82
+ export enum DomainTransferDetailsValidationDtoReasonEnum {
83
+ INVALID_AUTH_CODE = 'invalid_auth_code',
84
+ OTHER = 'other'
85
+ }
88
86
  /**
89
- * @export
90
- */
91
- export const DomainTransferDetailsValidationDtoValidatorEnum = {
92
- BUYER: 'buyer'
93
- } as const;
94
- export type DomainTransferDetailsValidationDtoValidatorEnum = typeof DomainTransferDetailsValidationDtoValidatorEnum[keyof typeof DomainTransferDetailsValidationDtoValidatorEnum];
87
+ * @export
88
+ * @enum {string}
89
+ */
90
+ export enum DomainTransferDetailsValidationDtoValidatorEnum {
91
+ BUYER = 'buyer'
92
+ }
95
93
 
96
94
 
97
95
  /**
@@ -47,17 +47,16 @@ export interface DomainTransferDetailsWorkflowDto {
47
47
  steps: Array<DomainTransferDetailWorkflowStepDto>;
48
48
  }
49
49
 
50
-
51
50
  /**
52
- * @export
53
- */
54
- export const DomainTransferDetailsWorkflowDtoPathEnum = {
55
- DIRECT: 'direct',
56
- INTERMEDIARY: 'intermediary',
57
- MANUAL: 'manual',
58
- AUTO: 'auto'
59
- } as const;
60
- export type DomainTransferDetailsWorkflowDtoPathEnum = typeof DomainTransferDetailsWorkflowDtoPathEnum[keyof typeof DomainTransferDetailsWorkflowDtoPathEnum];
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export enum DomainTransferDetailsWorkflowDtoPathEnum {
55
+ DIRECT = 'direct',
56
+ INTERMEDIARY = 'intermediary',
57
+ MANUAL = 'manual',
58
+ AUTO = 'auto'
59
+ }
61
60
 
62
61
 
63
62
  /**
@@ -111,30 +111,28 @@ export interface DomainTransferDto {
111
111
  workflow: DomainTransferWorkflowDto;
112
112
  }
113
113
 
114
-
115
114
  /**
116
- * @export
117
- */
118
- export const DomainTransferDtoStatusEnum = {
119
- CREATED: 'created',
120
- STARTED: 'started',
121
- PENDING_MANUAL_ACTION: 'pending_manual_action',
122
- ERROR: 'error',
123
- COMPLETED: 'completed'
124
- } as const;
125
- export type DomainTransferDtoStatusEnum = typeof DomainTransferDtoStatusEnum[keyof typeof DomainTransferDtoStatusEnum];
126
-
115
+ * @export
116
+ * @enum {string}
117
+ */
118
+ export enum DomainTransferDtoStatusEnum {
119
+ CREATED = 'created',
120
+ STARTED = 'started',
121
+ PENDING_MANUAL_ACTION = 'pending_manual_action',
122
+ ERROR = 'error',
123
+ COMPLETED = 'completed'
124
+ }
127
125
  /**
128
- * @export
129
- */
130
- export const DomainTransferDtoStatusSellerEnum = {
131
- CREATED: 'created',
132
- STARTED: 'started',
133
- PENDING_MANUAL_ACTION: 'pending_manual_action',
134
- ERROR: 'error',
135
- COMPLETED: 'completed'
136
- } as const;
137
- export type DomainTransferDtoStatusSellerEnum = typeof DomainTransferDtoStatusSellerEnum[keyof typeof DomainTransferDtoStatusSellerEnum];
126
+ * @export
127
+ * @enum {string}
128
+ */
129
+ export enum DomainTransferDtoStatusSellerEnum {
130
+ CREATED = 'created',
131
+ STARTED = 'started',
132
+ PENDING_MANUAL_ACTION = 'pending_manual_action',
133
+ ERROR = 'error',
134
+ COMPLETED = 'completed'
135
+ }
138
136
 
139
137
 
140
138
  /**
@@ -27,17 +27,16 @@ export interface DomainTransferWorkflowDto {
27
27
  path: DomainTransferWorkflowDtoPathEnum | null;
28
28
  }
29
29
 
30
-
31
30
  /**
32
- * @export
33
- */
34
- export const DomainTransferWorkflowDtoPathEnum = {
35
- DIRECT: 'direct',
36
- INTERMEDIARY: 'intermediary',
37
- MANUAL: 'manual',
38
- AUTO: 'auto'
39
- } as const;
40
- export type DomainTransferWorkflowDtoPathEnum = typeof DomainTransferWorkflowDtoPathEnum[keyof typeof DomainTransferWorkflowDtoPathEnum];
31
+ * @export
32
+ * @enum {string}
33
+ */
34
+ export enum DomainTransferWorkflowDtoPathEnum {
35
+ DIRECT = 'direct',
36
+ INTERMEDIARY = 'intermediary',
37
+ MANUAL = 'manual',
38
+ AUTO = 'auto'
39
+ }
41
40
 
42
41
 
43
42
  /**
@@ -130,18 +130,17 @@ export interface IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFe
130
130
  enabledFeatures: Array<IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum>;
131
131
  }
132
132
 
133
-
134
133
  /**
135
- * @export
136
- */
137
- export const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = {
138
- LEASE_TO_OWN: 'LEASE_TO_OWN',
139
- RENT: 'RENT',
140
- SEO_METRICS: 'SEO_METRICS',
141
- BANK_PAYOUTS: 'BANK_PAYOUTS',
142
- ZERO_COMMISSION: 'ZERO_COMMISSION'
143
- } as const;
144
- export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
134
+ * @export
135
+ * @enum {string}
136
+ */
137
+ export enum IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum {
138
+ LEASE_TO_OWN = 'LEASE_TO_OWN',
139
+ RENT = 'RENT',
140
+ SEO_METRICS = 'SEO_METRICS',
141
+ BANK_PAYOUTS = 'BANK_PAYOUTS',
142
+ ZERO_COMMISSION = 'ZERO_COMMISSION'
143
+ }
145
144
 
146
145
 
147
146
  /**
@@ -115,28 +115,26 @@ export interface IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto {
115
115
  orderPaymentUrl: string | null;
116
116
  }
117
117
 
118
-
119
118
  /**
120
- * @export
121
- */
122
- export const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = {
123
- UNVERIFIED: 'unverified',
124
- ACTIVE: 'active',
125
- ACCEPTED: 'accepted',
126
- FINISHED: 'finished',
127
- CLOSED: 'closed'
128
- } as const;
129
- export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum];
130
-
119
+ * @export
120
+ * @enum {string}
121
+ */
122
+ export enum IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum {
123
+ UNVERIFIED = 'unverified',
124
+ ACTIVE = 'active',
125
+ ACCEPTED = 'accepted',
126
+ FINISHED = 'finished',
127
+ CLOSED = 'closed'
128
+ }
131
129
  /**
132
- * @export
133
- */
134
- export const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = {
135
- BUYER: 'buyer',
136
- SELLER: 'seller',
137
- ADMIN: 'admin'
138
- } as const;
139
- export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
130
+ * @export
131
+ * @enum {string}
132
+ */
133
+ export enum IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum {
134
+ BUYER = 'buyer',
135
+ SELLER = 'seller',
136
+ ADMIN = 'admin'
137
+ }
140
138
 
141
139
 
142
140
  /**