@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
@@ -20,12 +20,14 @@ exports.CreateSubscriptionBillingPeriodicityInputFromJSONTyped = CreateSubscript
20
20
  exports.CreateSubscriptionBillingPeriodicityInputToJSON = CreateSubscriptionBillingPeriodicityInputToJSON;
21
21
  exports.CreateSubscriptionBillingPeriodicityInputToJSONTyped = CreateSubscriptionBillingPeriodicityInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.CreateSubscriptionBillingPeriodicityInputUnitEnum = {
26
- WEEK: 'week',
27
- MONTH: 'month'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var CreateSubscriptionBillingPeriodicityInputUnitEnum;
27
+ (function (CreateSubscriptionBillingPeriodicityInputUnitEnum) {
28
+ CreateSubscriptionBillingPeriodicityInputUnitEnum["WEEK"] = "week";
29
+ CreateSubscriptionBillingPeriodicityInputUnitEnum["MONTH"] = "month";
30
+ })(CreateSubscriptionBillingPeriodicityInputUnitEnum || (exports.CreateSubscriptionBillingPeriodicityInputUnitEnum = CreateSubscriptionBillingPeriodicityInputUnitEnum = {}));
29
31
  /**
30
32
  * Check if a given object implements the CreateSubscriptionBillingPeriodicityInput interface.
31
33
  */
@@ -109,13 +109,13 @@ export interface CreateSubscriptionInput {
109
109
  companyInfo?: SubscriptionCompanyInfoDto | null;
110
110
  }
111
111
  /**
112
- * @export
113
- */
114
- export declare const CreateSubscriptionInputSubscriptionTypeEnum: {
115
- readonly RENT: "rent";
116
- readonly LEASE_TO_OWN: "lease_to_own";
117
- };
118
- export type CreateSubscriptionInputSubscriptionTypeEnum = typeof CreateSubscriptionInputSubscriptionTypeEnum[keyof typeof CreateSubscriptionInputSubscriptionTypeEnum];
112
+ * @export
113
+ * @enum {string}
114
+ */
115
+ export declare enum CreateSubscriptionInputSubscriptionTypeEnum {
116
+ RENT = "rent",
117
+ LEASE_TO_OWN = "lease_to_own"
118
+ }
119
119
  /**
120
120
  * Check if a given object implements the CreateSubscriptionInput interface.
121
121
  */
@@ -22,12 +22,14 @@ exports.CreateSubscriptionInputToJSONTyped = CreateSubscriptionInputToJSONTyped;
22
22
  var CreateSubscriptionBillingPeriodicityInput_1 = require("./CreateSubscriptionBillingPeriodicityInput");
23
23
  var SubscriptionCompanyInfoDto_1 = require("./SubscriptionCompanyInfoDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.CreateSubscriptionInputSubscriptionTypeEnum = {
28
- RENT: 'rent',
29
- LEASE_TO_OWN: 'lease_to_own'
30
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var CreateSubscriptionInputSubscriptionTypeEnum;
29
+ (function (CreateSubscriptionInputSubscriptionTypeEnum) {
30
+ CreateSubscriptionInputSubscriptionTypeEnum["RENT"] = "rent";
31
+ CreateSubscriptionInputSubscriptionTypeEnum["LEASE_TO_OWN"] = "lease_to_own";
32
+ })(CreateSubscriptionInputSubscriptionTypeEnum || (exports.CreateSubscriptionInputSubscriptionTypeEnum = CreateSubscriptionInputSubscriptionTypeEnum = {}));
31
33
  /**
32
34
  * Check if a given object implements the CreateSubscriptionInput interface.
33
35
  */
@@ -48,13 +48,13 @@ export interface DomainStatsDto {
48
48
  chartData: Array<ChartDataPoint> | null;
49
49
  }
50
50
  /**
51
- * @export
52
- */
53
- export declare const DomainStatsDtoChartUnitEnum: {
54
- readonly DAY: "day";
55
- readonly MONTH: "month";
56
- };
57
- export type DomainStatsDtoChartUnitEnum = typeof DomainStatsDtoChartUnitEnum[keyof typeof DomainStatsDtoChartUnitEnum];
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum DomainStatsDtoChartUnitEnum {
55
+ DAY = "day",
56
+ MONTH = "month"
57
+ }
58
58
  /**
59
59
  * Check if a given object implements the DomainStatsDto interface.
60
60
  */
@@ -21,12 +21,14 @@ exports.DomainStatsDtoToJSON = DomainStatsDtoToJSON;
21
21
  exports.DomainStatsDtoToJSONTyped = DomainStatsDtoToJSONTyped;
22
22
  var ChartDataPoint_1 = require("./ChartDataPoint");
23
23
  /**
24
- * @export
25
- */
26
- exports.DomainStatsDtoChartUnitEnum = {
27
- DAY: 'day',
28
- MONTH: 'month'
29
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var DomainStatsDtoChartUnitEnum;
28
+ (function (DomainStatsDtoChartUnitEnum) {
29
+ DomainStatsDtoChartUnitEnum["DAY"] = "day";
30
+ DomainStatsDtoChartUnitEnum["MONTH"] = "month";
31
+ })(DomainStatsDtoChartUnitEnum || (exports.DomainStatsDtoChartUnitEnum = DomainStatsDtoChartUnitEnum = {}));
30
32
  /**
31
33
  * Check if a given object implements the DomainStatsDto interface.
32
34
  */
@@ -36,16 +36,16 @@ export interface DomainTransferDetailSellerPayoutInvoiceDto {
36
36
  transactionStatus: DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum;
37
37
  }
38
38
  /**
39
- * @export
40
- */
41
- export declare const DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum: {
42
- readonly OPEN: "open";
43
- readonly PAID: "paid";
44
- readonly ERROR: "error";
45
- readonly CANCELLED: "cancelled";
46
- readonly REFUNDED: "refunded";
47
- };
48
- export type DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = typeof DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum[keyof typeof DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum];
39
+ * @export
40
+ * @enum {string}
41
+ */
42
+ export declare enum DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum {
43
+ OPEN = "open",
44
+ PAID = "paid",
45
+ ERROR = "error",
46
+ CANCELLED = "cancelled",
47
+ REFUNDED = "refunded"
48
+ }
49
49
  /**
50
50
  * Check if a given object implements the DomainTransferDetailSellerPayoutInvoiceDto interface.
51
51
  */
@@ -21,15 +21,17 @@ exports.DomainTransferDetailSellerPayoutInvoiceDtoToJSON = DomainTransferDetailS
21
21
  exports.DomainTransferDetailSellerPayoutInvoiceDtoToJSONTyped = DomainTransferDetailSellerPayoutInvoiceDtoToJSONTyped;
22
22
  var MoneyDto_1 = require("./MoneyDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = {
27
- OPEN: 'open',
28
- PAID: 'paid',
29
- ERROR: 'error',
30
- CANCELLED: 'cancelled',
31
- REFUNDED: 'refunded'
32
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum;
28
+ (function (DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum) {
29
+ DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum["OPEN"] = "open";
30
+ DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum["PAID"] = "paid";
31
+ DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum["ERROR"] = "error";
32
+ DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum["CANCELLED"] = "cancelled";
33
+ DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum["REFUNDED"] = "refunded";
34
+ })(DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum || (exports.DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = DomainTransferDetailSellerPayoutInvoiceDtoTransactionStatusEnum = {}));
33
35
  /**
34
36
  * Check if a given object implements the DomainTransferDetailSellerPayoutInvoiceDto interface.
35
37
  */
@@ -85,15 +85,15 @@ export interface DomainTransferDetailWorkflowStepDto {
85
85
  lastExecutionDate: Date | null;
86
86
  }
87
87
  /**
88
- * @export
89
- */
90
- export declare const DomainTransferDetailWorkflowStepDtoStatusEnum: {
91
- readonly PENDING: "pending";
92
- readonly FINISHED: "finished";
93
- readonly WAITING_INTERACTION: "waitingInteraction";
94
- readonly ERROR: "error";
95
- };
96
- export type DomainTransferDetailWorkflowStepDtoStatusEnum = typeof DomainTransferDetailWorkflowStepDtoStatusEnum[keyof typeof DomainTransferDetailWorkflowStepDtoStatusEnum];
88
+ * @export
89
+ * @enum {string}
90
+ */
91
+ export declare enum DomainTransferDetailWorkflowStepDtoStatusEnum {
92
+ PENDING = "pending",
93
+ FINISHED = "finished",
94
+ WAITING_INTERACTION = "waitingInteraction",
95
+ ERROR = "error"
96
+ }
97
97
  /**
98
98
  * Check if a given object implements the DomainTransferDetailWorkflowStepDto interface.
99
99
  */
@@ -22,14 +22,16 @@ exports.DomainTransferDetailWorkflowStepDtoToJSONTyped = DomainTransferDetailWor
22
22
  var DomainTransferDetailWorkflowStepActionDto_1 = require("./DomainTransferDetailWorkflowStepActionDto");
23
23
  var DomainTransferDetailsValidationDto_1 = require("./DomainTransferDetailsValidationDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.DomainTransferDetailWorkflowStepDtoStatusEnum = {
28
- PENDING: 'pending',
29
- FINISHED: 'finished',
30
- WAITING_INTERACTION: 'waitingInteraction',
31
- ERROR: 'error'
32
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var DomainTransferDetailWorkflowStepDtoStatusEnum;
29
+ (function (DomainTransferDetailWorkflowStepDtoStatusEnum) {
30
+ DomainTransferDetailWorkflowStepDtoStatusEnum["PENDING"] = "pending";
31
+ DomainTransferDetailWorkflowStepDtoStatusEnum["FINISHED"] = "finished";
32
+ DomainTransferDetailWorkflowStepDtoStatusEnum["WAITING_INTERACTION"] = "waitingInteraction";
33
+ DomainTransferDetailWorkflowStepDtoStatusEnum["ERROR"] = "error";
34
+ })(DomainTransferDetailWorkflowStepDtoStatusEnum || (exports.DomainTransferDetailWorkflowStepDtoStatusEnum = DomainTransferDetailWorkflowStepDtoStatusEnum = {}));
33
35
  /**
34
36
  * Check if a given object implements the DomainTransferDetailWorkflowStepDto interface.
35
37
  */
@@ -96,27 +96,27 @@ export interface DomainTransferDetailsDto {
96
96
  sellerPayoutInvoices: Array<DomainTransferDetailSellerPayoutInvoiceDto>;
97
97
  }
98
98
  /**
99
- * @export
100
- */
101
- export declare const DomainTransferDetailsDtoStatusEnum: {
102
- readonly CREATED: "created";
103
- readonly STARTED: "started";
104
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
105
- readonly ERROR: "error";
106
- readonly COMPLETED: "completed";
107
- };
108
- export type DomainTransferDetailsDtoStatusEnum = typeof DomainTransferDetailsDtoStatusEnum[keyof typeof DomainTransferDetailsDtoStatusEnum];
99
+ * @export
100
+ * @enum {string}
101
+ */
102
+ export declare enum DomainTransferDetailsDtoStatusEnum {
103
+ CREATED = "created",
104
+ STARTED = "started",
105
+ PENDING_MANUAL_ACTION = "pending_manual_action",
106
+ ERROR = "error",
107
+ COMPLETED = "completed"
108
+ }
109
109
  /**
110
- * @export
111
- */
112
- export declare const DomainTransferDetailsDtoStatusSellerEnum: {
113
- readonly CREATED: "created";
114
- readonly STARTED: "started";
115
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
116
- readonly ERROR: "error";
117
- readonly COMPLETED: "completed";
118
- };
119
- export type DomainTransferDetailsDtoStatusSellerEnum = typeof DomainTransferDetailsDtoStatusSellerEnum[keyof typeof DomainTransferDetailsDtoStatusSellerEnum];
110
+ * @export
111
+ * @enum {string}
112
+ */
113
+ export declare enum DomainTransferDetailsDtoStatusSellerEnum {
114
+ CREATED = "created",
115
+ STARTED = "started",
116
+ PENDING_MANUAL_ACTION = "pending_manual_action",
117
+ ERROR = "error",
118
+ COMPLETED = "completed"
119
+ }
120
120
  /**
121
121
  * Check if a given object implements the DomainTransferDetailsDto interface.
122
122
  */
@@ -27,25 +27,29 @@ var DomainTransferDetailsWorkflowDto_1 = require("./DomainTransferDetailsWorkflo
27
27
  var DomainTransferDetailsAuthCodeDto_1 = require("./DomainTransferDetailsAuthCodeDto");
28
28
  var DomainTransferDetailsDomainDto_1 = require("./DomainTransferDetailsDomainDto");
29
29
  /**
30
- * @export
31
- */
32
- exports.DomainTransferDetailsDtoStatusEnum = {
33
- CREATED: 'created',
34
- STARTED: 'started',
35
- PENDING_MANUAL_ACTION: 'pending_manual_action',
36
- ERROR: 'error',
37
- COMPLETED: 'completed'
38
- };
30
+ * @export
31
+ * @enum {string}
32
+ */
33
+ var DomainTransferDetailsDtoStatusEnum;
34
+ (function (DomainTransferDetailsDtoStatusEnum) {
35
+ DomainTransferDetailsDtoStatusEnum["CREATED"] = "created";
36
+ DomainTransferDetailsDtoStatusEnum["STARTED"] = "started";
37
+ DomainTransferDetailsDtoStatusEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
38
+ DomainTransferDetailsDtoStatusEnum["ERROR"] = "error";
39
+ DomainTransferDetailsDtoStatusEnum["COMPLETED"] = "completed";
40
+ })(DomainTransferDetailsDtoStatusEnum || (exports.DomainTransferDetailsDtoStatusEnum = DomainTransferDetailsDtoStatusEnum = {}));
39
41
  /**
40
- * @export
41
- */
42
- exports.DomainTransferDetailsDtoStatusSellerEnum = {
43
- CREATED: 'created',
44
- STARTED: 'started',
45
- PENDING_MANUAL_ACTION: 'pending_manual_action',
46
- ERROR: 'error',
47
- COMPLETED: 'completed'
48
- };
42
+ * @export
43
+ * @enum {string}
44
+ */
45
+ var DomainTransferDetailsDtoStatusSellerEnum;
46
+ (function (DomainTransferDetailsDtoStatusSellerEnum) {
47
+ DomainTransferDetailsDtoStatusSellerEnum["CREATED"] = "created";
48
+ DomainTransferDetailsDtoStatusSellerEnum["STARTED"] = "started";
49
+ DomainTransferDetailsDtoStatusSellerEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
50
+ DomainTransferDetailsDtoStatusSellerEnum["ERROR"] = "error";
51
+ DomainTransferDetailsDtoStatusSellerEnum["COMPLETED"] = "completed";
52
+ })(DomainTransferDetailsDtoStatusSellerEnum || (exports.DomainTransferDetailsDtoStatusSellerEnum = DomainTransferDetailsDtoStatusSellerEnum = {}));
49
53
  /**
50
54
  * Check if a given object implements the DomainTransferDetailsDto interface.
51
55
  */
@@ -43,13 +43,13 @@ export interface DomainTransferDetailsOrderDto {
43
43
  seller: DomainTransferDetailsSellerDto;
44
44
  }
45
45
  /**
46
- * @export
47
- */
48
- export declare const DomainTransferDetailsOrderDtoTypeEnum: {
49
- readonly BUY_NOW: "buy_now";
50
- readonly OFFER: "offer";
51
- };
52
- export type DomainTransferDetailsOrderDtoTypeEnum = typeof DomainTransferDetailsOrderDtoTypeEnum[keyof typeof DomainTransferDetailsOrderDtoTypeEnum];
46
+ * @export
47
+ * @enum {string}
48
+ */
49
+ export declare enum DomainTransferDetailsOrderDtoTypeEnum {
50
+ BUY_NOW = "buy_now",
51
+ OFFER = "offer"
52
+ }
53
53
  /**
54
54
  * Check if a given object implements the DomainTransferDetailsOrderDto interface.
55
55
  */
@@ -22,12 +22,14 @@ exports.DomainTransferDetailsOrderDtoToJSONTyped = DomainTransferDetailsOrderDto
22
22
  var DomainTransferDetailsBuyerDto_1 = require("./DomainTransferDetailsBuyerDto");
23
23
  var DomainTransferDetailsSellerDto_1 = require("./DomainTransferDetailsSellerDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.DomainTransferDetailsOrderDtoTypeEnum = {
28
- BUY_NOW: 'buy_now',
29
- OFFER: 'offer'
30
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var DomainTransferDetailsOrderDtoTypeEnum;
29
+ (function (DomainTransferDetailsOrderDtoTypeEnum) {
30
+ DomainTransferDetailsOrderDtoTypeEnum["BUY_NOW"] = "buy_now";
31
+ DomainTransferDetailsOrderDtoTypeEnum["OFFER"] = "offer";
32
+ })(DomainTransferDetailsOrderDtoTypeEnum || (exports.DomainTransferDetailsOrderDtoTypeEnum = DomainTransferDetailsOrderDtoTypeEnum = {}));
31
33
  /**
32
34
  * Check if a given object implements the DomainTransferDetailsOrderDto interface.
33
35
  */
@@ -43,13 +43,13 @@ export interface DomainTransferDetailsSubscriptionDto {
43
43
  seller: DomainTransferDetailsSellerDto;
44
44
  }
45
45
  /**
46
- * @export
47
- */
48
- export declare const DomainTransferDetailsSubscriptionDtoTypeEnum: {
49
- readonly RENT: "rent";
50
- readonly LEASE_TO_OWN: "lease_to_own";
51
- };
52
- export type DomainTransferDetailsSubscriptionDtoTypeEnum = typeof DomainTransferDetailsSubscriptionDtoTypeEnum[keyof typeof DomainTransferDetailsSubscriptionDtoTypeEnum];
46
+ * @export
47
+ * @enum {string}
48
+ */
49
+ export declare enum DomainTransferDetailsSubscriptionDtoTypeEnum {
50
+ RENT = "rent",
51
+ LEASE_TO_OWN = "lease_to_own"
52
+ }
53
53
  /**
54
54
  * Check if a given object implements the DomainTransferDetailsSubscriptionDto interface.
55
55
  */
@@ -22,12 +22,14 @@ exports.DomainTransferDetailsSubscriptionDtoToJSONTyped = DomainTransferDetailsS
22
22
  var DomainTransferDetailsBuyerDto_1 = require("./DomainTransferDetailsBuyerDto");
23
23
  var DomainTransferDetailsSellerDto_1 = require("./DomainTransferDetailsSellerDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.DomainTransferDetailsSubscriptionDtoTypeEnum = {
28
- RENT: 'rent',
29
- LEASE_TO_OWN: 'lease_to_own'
30
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var DomainTransferDetailsSubscriptionDtoTypeEnum;
29
+ (function (DomainTransferDetailsSubscriptionDtoTypeEnum) {
30
+ DomainTransferDetailsSubscriptionDtoTypeEnum["RENT"] = "rent";
31
+ DomainTransferDetailsSubscriptionDtoTypeEnum["LEASE_TO_OWN"] = "lease_to_own";
32
+ })(DomainTransferDetailsSubscriptionDtoTypeEnum || (exports.DomainTransferDetailsSubscriptionDtoTypeEnum = DomainTransferDetailsSubscriptionDtoTypeEnum = {}));
31
33
  /**
32
34
  * Check if a given object implements the DomainTransferDetailsSubscriptionDto interface.
33
35
  */
@@ -71,20 +71,20 @@ export interface DomainTransferDetailsValidationDto {
71
71
  finishedAt: Date | null;
72
72
  }
73
73
  /**
74
- * @export
75
- */
76
- export declare const DomainTransferDetailsValidationDtoReasonEnum: {
77
- readonly INVALID_AUTH_CODE: "invalid_auth_code";
78
- readonly OTHER: "other";
79
- };
80
- export type DomainTransferDetailsValidationDtoReasonEnum = typeof DomainTransferDetailsValidationDtoReasonEnum[keyof typeof DomainTransferDetailsValidationDtoReasonEnum];
74
+ * @export
75
+ * @enum {string}
76
+ */
77
+ export declare enum DomainTransferDetailsValidationDtoReasonEnum {
78
+ INVALID_AUTH_CODE = "invalid_auth_code",
79
+ OTHER = "other"
80
+ }
81
81
  /**
82
- * @export
83
- */
84
- export declare const DomainTransferDetailsValidationDtoValidatorEnum: {
85
- readonly BUYER: "buyer";
86
- };
87
- export type DomainTransferDetailsValidationDtoValidatorEnum = typeof DomainTransferDetailsValidationDtoValidatorEnum[keyof typeof DomainTransferDetailsValidationDtoValidatorEnum];
82
+ * @export
83
+ * @enum {string}
84
+ */
85
+ export declare enum DomainTransferDetailsValidationDtoValidatorEnum {
86
+ BUYER = "buyer"
87
+ }
88
88
  /**
89
89
  * Check if a given object implements the DomainTransferDetailsValidationDto interface.
90
90
  */
@@ -20,18 +20,22 @@ exports.DomainTransferDetailsValidationDtoFromJSONTyped = DomainTransferDetailsV
20
20
  exports.DomainTransferDetailsValidationDtoToJSON = DomainTransferDetailsValidationDtoToJSON;
21
21
  exports.DomainTransferDetailsValidationDtoToJSONTyped = DomainTransferDetailsValidationDtoToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.DomainTransferDetailsValidationDtoReasonEnum = {
26
- INVALID_AUTH_CODE: 'invalid_auth_code',
27
- OTHER: 'other'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var DomainTransferDetailsValidationDtoReasonEnum;
27
+ (function (DomainTransferDetailsValidationDtoReasonEnum) {
28
+ DomainTransferDetailsValidationDtoReasonEnum["INVALID_AUTH_CODE"] = "invalid_auth_code";
29
+ DomainTransferDetailsValidationDtoReasonEnum["OTHER"] = "other";
30
+ })(DomainTransferDetailsValidationDtoReasonEnum || (exports.DomainTransferDetailsValidationDtoReasonEnum = DomainTransferDetailsValidationDtoReasonEnum = {}));
29
31
  /**
30
- * @export
31
- */
32
- exports.DomainTransferDetailsValidationDtoValidatorEnum = {
33
- BUYER: 'buyer'
34
- };
32
+ * @export
33
+ * @enum {string}
34
+ */
35
+ var DomainTransferDetailsValidationDtoValidatorEnum;
36
+ (function (DomainTransferDetailsValidationDtoValidatorEnum) {
37
+ DomainTransferDetailsValidationDtoValidatorEnum["BUYER"] = "buyer";
38
+ })(DomainTransferDetailsValidationDtoValidatorEnum || (exports.DomainTransferDetailsValidationDtoValidatorEnum = DomainTransferDetailsValidationDtoValidatorEnum = {}));
35
39
  /**
36
40
  * Check if a given object implements the DomainTransferDetailsValidationDto interface.
37
41
  */
@@ -36,15 +36,15 @@ export interface DomainTransferDetailsWorkflowDto {
36
36
  steps: Array<DomainTransferDetailWorkflowStepDto>;
37
37
  }
38
38
  /**
39
- * @export
40
- */
41
- export declare const DomainTransferDetailsWorkflowDtoPathEnum: {
42
- readonly DIRECT: "direct";
43
- readonly INTERMEDIARY: "intermediary";
44
- readonly MANUAL: "manual";
45
- readonly AUTO: "auto";
46
- };
47
- export type DomainTransferDetailsWorkflowDtoPathEnum = typeof DomainTransferDetailsWorkflowDtoPathEnum[keyof typeof DomainTransferDetailsWorkflowDtoPathEnum];
39
+ * @export
40
+ * @enum {string}
41
+ */
42
+ export declare enum DomainTransferDetailsWorkflowDtoPathEnum {
43
+ DIRECT = "direct",
44
+ INTERMEDIARY = "intermediary",
45
+ MANUAL = "manual",
46
+ AUTO = "auto"
47
+ }
48
48
  /**
49
49
  * Check if a given object implements the DomainTransferDetailsWorkflowDto interface.
50
50
  */
@@ -21,14 +21,16 @@ exports.DomainTransferDetailsWorkflowDtoToJSON = DomainTransferDetailsWorkflowDt
21
21
  exports.DomainTransferDetailsWorkflowDtoToJSONTyped = DomainTransferDetailsWorkflowDtoToJSONTyped;
22
22
  var DomainTransferDetailWorkflowStepDto_1 = require("./DomainTransferDetailWorkflowStepDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.DomainTransferDetailsWorkflowDtoPathEnum = {
27
- DIRECT: 'direct',
28
- INTERMEDIARY: 'intermediary',
29
- MANUAL: 'manual',
30
- AUTO: 'auto'
31
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var DomainTransferDetailsWorkflowDtoPathEnum;
28
+ (function (DomainTransferDetailsWorkflowDtoPathEnum) {
29
+ DomainTransferDetailsWorkflowDtoPathEnum["DIRECT"] = "direct";
30
+ DomainTransferDetailsWorkflowDtoPathEnum["INTERMEDIARY"] = "intermediary";
31
+ DomainTransferDetailsWorkflowDtoPathEnum["MANUAL"] = "manual";
32
+ DomainTransferDetailsWorkflowDtoPathEnum["AUTO"] = "auto";
33
+ })(DomainTransferDetailsWorkflowDtoPathEnum || (exports.DomainTransferDetailsWorkflowDtoPathEnum = DomainTransferDetailsWorkflowDtoPathEnum = {}));
32
34
  /**
33
35
  * Check if a given object implements the DomainTransferDetailsWorkflowDto interface.
34
36
  */
@@ -76,27 +76,27 @@ export interface DomainTransferDto {
76
76
  workflow: DomainTransferWorkflowDto;
77
77
  }
78
78
  /**
79
- * @export
80
- */
81
- export declare const DomainTransferDtoStatusEnum: {
82
- readonly CREATED: "created";
83
- readonly STARTED: "started";
84
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
85
- readonly ERROR: "error";
86
- readonly COMPLETED: "completed";
87
- };
88
- export type DomainTransferDtoStatusEnum = typeof DomainTransferDtoStatusEnum[keyof typeof DomainTransferDtoStatusEnum];
79
+ * @export
80
+ * @enum {string}
81
+ */
82
+ export declare enum DomainTransferDtoStatusEnum {
83
+ CREATED = "created",
84
+ STARTED = "started",
85
+ PENDING_MANUAL_ACTION = "pending_manual_action",
86
+ ERROR = "error",
87
+ COMPLETED = "completed"
88
+ }
89
89
  /**
90
- * @export
91
- */
92
- export declare const DomainTransferDtoStatusSellerEnum: {
93
- readonly CREATED: "created";
94
- readonly STARTED: "started";
95
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
96
- readonly ERROR: "error";
97
- readonly COMPLETED: "completed";
98
- };
99
- export type DomainTransferDtoStatusSellerEnum = typeof DomainTransferDtoStatusSellerEnum[keyof typeof DomainTransferDtoStatusSellerEnum];
90
+ * @export
91
+ * @enum {string}
92
+ */
93
+ export declare enum DomainTransferDtoStatusSellerEnum {
94
+ CREATED = "created",
95
+ STARTED = "started",
96
+ PENDING_MANUAL_ACTION = "pending_manual_action",
97
+ ERROR = "error",
98
+ COMPLETED = "completed"
99
+ }
100
100
  /**
101
101
  * Check if a given object implements the DomainTransferDto interface.
102
102
  */
@@ -25,25 +25,29 @@ var DomainTransferWorkflowDto_1 = require("./DomainTransferWorkflowDto");
25
25
  var DomainTransferSubscriptionDto_1 = require("./DomainTransferSubscriptionDto");
26
26
  var DomainTransferAgentDto_1 = require("./DomainTransferAgentDto");
27
27
  /**
28
- * @export
29
- */
30
- exports.DomainTransferDtoStatusEnum = {
31
- CREATED: 'created',
32
- STARTED: 'started',
33
- PENDING_MANUAL_ACTION: 'pending_manual_action',
34
- ERROR: 'error',
35
- COMPLETED: 'completed'
36
- };
28
+ * @export
29
+ * @enum {string}
30
+ */
31
+ var DomainTransferDtoStatusEnum;
32
+ (function (DomainTransferDtoStatusEnum) {
33
+ DomainTransferDtoStatusEnum["CREATED"] = "created";
34
+ DomainTransferDtoStatusEnum["STARTED"] = "started";
35
+ DomainTransferDtoStatusEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
36
+ DomainTransferDtoStatusEnum["ERROR"] = "error";
37
+ DomainTransferDtoStatusEnum["COMPLETED"] = "completed";
38
+ })(DomainTransferDtoStatusEnum || (exports.DomainTransferDtoStatusEnum = DomainTransferDtoStatusEnum = {}));
37
39
  /**
38
- * @export
39
- */
40
- exports.DomainTransferDtoStatusSellerEnum = {
41
- CREATED: 'created',
42
- STARTED: 'started',
43
- PENDING_MANUAL_ACTION: 'pending_manual_action',
44
- ERROR: 'error',
45
- COMPLETED: 'completed'
46
- };
40
+ * @export
41
+ * @enum {string}
42
+ */
43
+ var DomainTransferDtoStatusSellerEnum;
44
+ (function (DomainTransferDtoStatusSellerEnum) {
45
+ DomainTransferDtoStatusSellerEnum["CREATED"] = "created";
46
+ DomainTransferDtoStatusSellerEnum["STARTED"] = "started";
47
+ DomainTransferDtoStatusSellerEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
48
+ DomainTransferDtoStatusSellerEnum["ERROR"] = "error";
49
+ DomainTransferDtoStatusSellerEnum["COMPLETED"] = "completed";
50
+ })(DomainTransferDtoStatusSellerEnum || (exports.DomainTransferDtoStatusSellerEnum = DomainTransferDtoStatusSellerEnum = {}));
47
51
  /**
48
52
  * Check if a given object implements the DomainTransferDto interface.
49
53
  */