@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
@@ -23,15 +23,15 @@ export interface DomainTransferWorkflowDto {
23
23
  path: DomainTransferWorkflowDtoPathEnum | null;
24
24
  }
25
25
  /**
26
- * @export
27
- */
28
- export declare const DomainTransferWorkflowDtoPathEnum: {
29
- readonly DIRECT: "direct";
30
- readonly INTERMEDIARY: "intermediary";
31
- readonly MANUAL: "manual";
32
- readonly AUTO: "auto";
33
- };
34
- export type DomainTransferWorkflowDtoPathEnum = typeof DomainTransferWorkflowDtoPathEnum[keyof typeof DomainTransferWorkflowDtoPathEnum];
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum DomainTransferWorkflowDtoPathEnum {
30
+ DIRECT = "direct",
31
+ INTERMEDIARY = "intermediary",
32
+ MANUAL = "manual",
33
+ AUTO = "auto"
34
+ }
35
35
  /**
36
36
  * Check if a given object implements the DomainTransferWorkflowDto interface.
37
37
  */
@@ -20,14 +20,16 @@ exports.DomainTransferWorkflowDtoFromJSONTyped = DomainTransferWorkflowDtoFromJS
20
20
  exports.DomainTransferWorkflowDtoToJSON = DomainTransferWorkflowDtoToJSON;
21
21
  exports.DomainTransferWorkflowDtoToJSONTyped = DomainTransferWorkflowDtoToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.DomainTransferWorkflowDtoPathEnum = {
26
- DIRECT: 'direct',
27
- INTERMEDIARY: 'intermediary',
28
- MANUAL: 'manual',
29
- AUTO: 'auto'
30
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var DomainTransferWorkflowDtoPathEnum;
27
+ (function (DomainTransferWorkflowDtoPathEnum) {
28
+ DomainTransferWorkflowDtoPathEnum["DIRECT"] = "direct";
29
+ DomainTransferWorkflowDtoPathEnum["INTERMEDIARY"] = "intermediary";
30
+ DomainTransferWorkflowDtoPathEnum["MANUAL"] = "manual";
31
+ DomainTransferWorkflowDtoPathEnum["AUTO"] = "auto";
32
+ })(DomainTransferWorkflowDtoPathEnum || (exports.DomainTransferWorkflowDtoPathEnum = DomainTransferWorkflowDtoPathEnum = {}));
31
33
  /**
32
34
  * Check if a given object implements the DomainTransferWorkflowDto interface.
33
35
  */
@@ -89,16 +89,16 @@ export interface IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFe
89
89
  enabledFeatures: Array<IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum>;
90
90
  }
91
91
  /**
92
- * @export
93
- */
94
- export declare const IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum: {
95
- readonly LEASE_TO_OWN: "LEASE_TO_OWN";
96
- readonly RENT: "RENT";
97
- readonly SEO_METRICS: "SEO_METRICS";
98
- readonly BANK_PAYOUTS: "BANK_PAYOUTS";
99
- readonly ZERO_COMMISSION: "ZERO_COMMISSION";
100
- };
101
- export type IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum[keyof typeof IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum];
92
+ * @export
93
+ * @enum {string}
94
+ */
95
+ export declare enum IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum {
96
+ LEASE_TO_OWN = "LEASE_TO_OWN",
97
+ RENT = "RENT",
98
+ SEO_METRICS = "SEO_METRICS",
99
+ BANK_PAYOUTS = "BANK_PAYOUTS",
100
+ ZERO_COMMISSION = "ZERO_COMMISSION"
101
+ }
102
102
  /**
103
103
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
104
104
  */
@@ -26,15 +26,17 @@ var AccountMetricsDto_1 = require("./AccountMetricsDto");
26
26
  var AccountNotificationDto_1 = require("./AccountNotificationDto");
27
27
  var BillingInformationDto_1 = require("./BillingInformationDto");
28
28
  /**
29
- * @export
30
- */
31
- exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = {
32
- LEASE_TO_OWN: 'LEASE_TO_OWN',
33
- RENT: 'RENT',
34
- SEO_METRICS: 'SEO_METRICS',
35
- BANK_PAYOUTS: 'BANK_PAYOUTS',
36
- ZERO_COMMISSION: 'ZERO_COMMISSION'
37
- };
29
+ * @export
30
+ * @enum {string}
31
+ */
32
+ var IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum;
33
+ (function (IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum) {
34
+ IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum["LEASE_TO_OWN"] = "LEASE_TO_OWN";
35
+ IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum["RENT"] = "RENT";
36
+ IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum["SEO_METRICS"] = "SEO_METRICS";
37
+ IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum["BANK_PAYOUTS"] = "BANK_PAYOUTS";
38
+ IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum["ZERO_COMMISSION"] = "ZERO_COMMISSION";
39
+ })(IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum || (exports.IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDtoEnabledFeaturesEnum = {}));
38
40
  /**
39
41
  * Check if a given object implements the IntersectionAccountDtoWithSettingsDtoWithNotificationsDtoWithFeatureFlagsDto interface.
40
42
  */
@@ -92,25 +92,25 @@ export interface IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto {
92
92
  orderPaymentUrl: string | null;
93
93
  }
94
94
  /**
95
- * @export
96
- */
97
- export declare const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum: {
98
- readonly UNVERIFIED: "unverified";
99
- readonly ACTIVE: "active";
100
- readonly ACCEPTED: "accepted";
101
- readonly FINISHED: "finished";
102
- readonly CLOSED: "closed";
103
- };
104
- export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum];
95
+ * @export
96
+ * @enum {string}
97
+ */
98
+ export declare enum IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum {
99
+ UNVERIFIED = "unverified",
100
+ ACTIVE = "active",
101
+ ACCEPTED = "accepted",
102
+ FINISHED = "finished",
103
+ CLOSED = "closed"
104
+ }
105
105
  /**
106
- * @export
107
- */
108
- export declare const IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum: {
109
- readonly BUYER: "buyer";
110
- readonly SELLER: "seller";
111
- readonly ADMIN: "admin";
112
- };
113
- export type IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum];
106
+ * @export
107
+ * @enum {string}
108
+ */
109
+ export declare enum IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum {
110
+ BUYER = "buyer",
111
+ SELLER = "seller",
112
+ ADMIN = "admin"
113
+ }
114
114
  /**
115
115
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto interface.
116
116
  */
@@ -23,23 +23,27 @@ var IntersectionDomainDtoWithAccountDto_1 = require("./IntersectionDomainDtoWith
23
23
  var MoneyDto_1 = require("./MoneyDto");
24
24
  var BuyerDto_1 = require("./BuyerDto");
25
25
  /**
26
- * @export
27
- */
28
- exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = {
29
- UNVERIFIED: 'unverified',
30
- ACTIVE: 'active',
31
- ACCEPTED: 'accepted',
32
- FINISHED: 'finished',
33
- CLOSED: 'closed'
34
- };
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ var IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum;
30
+ (function (IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum) {
31
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum["UNVERIFIED"] = "unverified";
32
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum["ACTIVE"] = "active";
33
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum["ACCEPTED"] = "accepted";
34
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum["FINISHED"] = "finished";
35
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum["CLOSED"] = "closed";
36
+ })(IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum || (exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoStatusEnum = {}));
35
37
  /**
36
- * @export
37
- */
38
- exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = {
39
- BUYER: 'buyer',
40
- SELLER: 'seller',
41
- ADMIN: 'admin'
42
- };
38
+ * @export
39
+ * @enum {string}
40
+ */
41
+ var IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum;
42
+ (function (IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum) {
43
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum["BUYER"] = "buyer";
44
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum["SELLER"] = "seller";
45
+ IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum["ADMIN"] = "admin";
46
+ })(IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum || (exports.IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDtoLastOfferByEnum = {}));
43
47
  /**
44
48
  * Check if a given object implements the IntersectionLeadDtoWithLeadDetailsDtoWithBuyerDetailsDto interface.
45
49
  */
@@ -128,45 +128,45 @@ export interface IntersectionLeadDtoWithListFieldsDto {
128
128
  lastMessageDate: Date;
129
129
  }
130
130
  /**
131
- * @export
132
- */
133
- export declare const IntersectionLeadDtoWithListFieldsDtoStatusEnum: {
134
- readonly UNVERIFIED: "unverified";
135
- readonly ACTIVE: "active";
136
- readonly ACCEPTED: "accepted";
137
- readonly FINISHED: "finished";
138
- readonly CLOSED: "closed";
139
- };
140
- export type IntersectionLeadDtoWithListFieldsDtoStatusEnum = typeof IntersectionLeadDtoWithListFieldsDtoStatusEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoStatusEnum];
131
+ * @export
132
+ * @enum {string}
133
+ */
134
+ export declare enum IntersectionLeadDtoWithListFieldsDtoStatusEnum {
135
+ UNVERIFIED = "unverified",
136
+ ACTIVE = "active",
137
+ ACCEPTED = "accepted",
138
+ FINISHED = "finished",
139
+ CLOSED = "closed"
140
+ }
141
141
  /**
142
- * @export
143
- */
144
- export declare const IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum: {
145
- readonly BUYER: "buyer";
146
- readonly SELLER: "seller";
147
- readonly ADMIN: "admin";
148
- };
149
- export type IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum];
142
+ * @export
143
+ * @enum {string}
144
+ */
145
+ export declare enum IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum {
146
+ BUYER = "buyer",
147
+ SELLER = "seller",
148
+ ADMIN = "admin"
149
+ }
150
150
  /**
151
- * @export
152
- */
153
- export declare const IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum: {
154
- readonly BUYER: "buyer";
155
- readonly SELLER: "seller";
156
- readonly ADMIN: "admin";
157
- };
158
- export type IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum];
151
+ * @export
152
+ * @enum {string}
153
+ */
154
+ export declare enum IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum {
155
+ BUYER = "buyer",
156
+ SELLER = "seller",
157
+ ADMIN = "admin"
158
+ }
159
159
  /**
160
- * @export
161
- */
162
- export declare const IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum: {
163
- readonly OFFER: "offer";
164
- readonly OFFER_ACCEPTED: "offer_accepted";
165
- readonly OFFER_WITHDRAWN: "offer_withdrawn";
166
- readonly OFFER_REJECTED: "offer_rejected";
167
- readonly MESSAGE: "message";
168
- };
169
- export type IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum[keyof typeof IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum];
160
+ * @export
161
+ * @enum {string}
162
+ */
163
+ export declare enum IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum {
164
+ OFFER = "offer",
165
+ OFFER_ACCEPTED = "offer_accepted",
166
+ OFFER_WITHDRAWN = "offer_withdrawn",
167
+ OFFER_REJECTED = "offer_rejected",
168
+ MESSAGE = "message"
169
+ }
170
170
  /**
171
171
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
172
172
  */
@@ -23,41 +23,49 @@ var LeadMessageData_1 = require("./LeadMessageData");
23
23
  var LeadDomainDto_1 = require("./LeadDomainDto");
24
24
  var MoneyDto_1 = require("./MoneyDto");
25
25
  /**
26
- * @export
27
- */
28
- exports.IntersectionLeadDtoWithListFieldsDtoStatusEnum = {
29
- UNVERIFIED: 'unverified',
30
- ACTIVE: 'active',
31
- ACCEPTED: 'accepted',
32
- FINISHED: 'finished',
33
- CLOSED: 'closed'
34
- };
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ var IntersectionLeadDtoWithListFieldsDtoStatusEnum;
30
+ (function (IntersectionLeadDtoWithListFieldsDtoStatusEnum) {
31
+ IntersectionLeadDtoWithListFieldsDtoStatusEnum["UNVERIFIED"] = "unverified";
32
+ IntersectionLeadDtoWithListFieldsDtoStatusEnum["ACTIVE"] = "active";
33
+ IntersectionLeadDtoWithListFieldsDtoStatusEnum["ACCEPTED"] = "accepted";
34
+ IntersectionLeadDtoWithListFieldsDtoStatusEnum["FINISHED"] = "finished";
35
+ IntersectionLeadDtoWithListFieldsDtoStatusEnum["CLOSED"] = "closed";
36
+ })(IntersectionLeadDtoWithListFieldsDtoStatusEnum || (exports.IntersectionLeadDtoWithListFieldsDtoStatusEnum = IntersectionLeadDtoWithListFieldsDtoStatusEnum = {}));
35
37
  /**
36
- * @export
37
- */
38
- exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = {
39
- BUYER: 'buyer',
40
- SELLER: 'seller',
41
- ADMIN: 'admin'
42
- };
38
+ * @export
39
+ * @enum {string}
40
+ */
41
+ var IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum;
42
+ (function (IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum) {
43
+ IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum["BUYER"] = "buyer";
44
+ IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum["SELLER"] = "seller";
45
+ IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum["ADMIN"] = "admin";
46
+ })(IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum || (exports.IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = IntersectionLeadDtoWithListFieldsDtoLastOfferByEnum = {}));
43
47
  /**
44
- * @export
45
- */
46
- exports.IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = {
47
- BUYER: 'buyer',
48
- SELLER: 'seller',
49
- ADMIN: 'admin'
50
- };
48
+ * @export
49
+ * @enum {string}
50
+ */
51
+ var IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum;
52
+ (function (IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum) {
53
+ IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum["BUYER"] = "buyer";
54
+ IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum["SELLER"] = "seller";
55
+ IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum["ADMIN"] = "admin";
56
+ })(IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum || (exports.IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = IntersectionLeadDtoWithListFieldsDtoLastMessageFromEnum = {}));
51
57
  /**
52
- * @export
53
- */
54
- exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = {
55
- OFFER: 'offer',
56
- OFFER_ACCEPTED: 'offer_accepted',
57
- OFFER_WITHDRAWN: 'offer_withdrawn',
58
- OFFER_REJECTED: 'offer_rejected',
59
- MESSAGE: 'message'
60
- };
58
+ * @export
59
+ * @enum {string}
60
+ */
61
+ var IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum;
62
+ (function (IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum) {
63
+ IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum["OFFER"] = "offer";
64
+ IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum["OFFER_ACCEPTED"] = "offer_accepted";
65
+ IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum["OFFER_WITHDRAWN"] = "offer_withdrawn";
66
+ IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum["OFFER_REJECTED"] = "offer_rejected";
67
+ IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum["MESSAGE"] = "message";
68
+ })(IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum || (exports.IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = IntersectionLeadDtoWithListFieldsDtoLastMessageTypeEnum = {}));
61
69
  /**
62
70
  * Check if a given object implements the IntersectionLeadDtoWithListFieldsDto interface.
63
71
  */
@@ -69,23 +69,23 @@ export interface IntersectionTaskListTaskDto {
69
69
  lead: TaskListLeadDto | null;
70
70
  }
71
71
  /**
72
- * @export
73
- */
74
- export declare const IntersectionTaskListTaskDtoPriorityEnum: {
75
- readonly NUMBER_1: 1;
76
- readonly NUMBER_2: 2;
77
- readonly NUMBER_3: 3;
78
- };
79
- export type IntersectionTaskListTaskDtoPriorityEnum = typeof IntersectionTaskListTaskDtoPriorityEnum[keyof typeof IntersectionTaskListTaskDtoPriorityEnum];
72
+ * @export
73
+ * @enum {string}
74
+ */
75
+ export declare enum IntersectionTaskListTaskDtoPriorityEnum {
76
+ NUMBER_1 = 1,
77
+ NUMBER_2 = 2,
78
+ NUMBER_3 = 3
79
+ }
80
80
  /**
81
- * @export
82
- */
83
- export declare const IntersectionTaskListTaskDtoTypeEnum: {
84
- readonly LEAD: "lead";
85
- readonly DOMAIN_TRANSFER: "domain_transfer";
86
- readonly ORDER: "order";
87
- };
88
- export type IntersectionTaskListTaskDtoTypeEnum = typeof IntersectionTaskListTaskDtoTypeEnum[keyof typeof IntersectionTaskListTaskDtoTypeEnum];
81
+ * @export
82
+ * @enum {string}
83
+ */
84
+ export declare enum IntersectionTaskListTaskDtoTypeEnum {
85
+ LEAD = "lead",
86
+ DOMAIN_TRANSFER = "domain_transfer",
87
+ ORDER = "order"
88
+ }
89
89
  /**
90
90
  * Check if a given object implements the IntersectionTaskListTaskDto interface.
91
91
  */
@@ -24,21 +24,25 @@ var ConcreteDomainTransferTaskData_1 = require("./ConcreteDomainTransferTaskData
24
24
  var TaskListLeadDto_1 = require("./TaskListLeadDto");
25
25
  var TaskListDomainDto_1 = require("./TaskListDomainDto");
26
26
  /**
27
- * @export
28
- */
29
- exports.IntersectionTaskListTaskDtoPriorityEnum = {
30
- NUMBER_1: 1,
31
- NUMBER_2: 2,
32
- NUMBER_3: 3
33
- };
27
+ * @export
28
+ * @enum {string}
29
+ */
30
+ var IntersectionTaskListTaskDtoPriorityEnum;
31
+ (function (IntersectionTaskListTaskDtoPriorityEnum) {
32
+ IntersectionTaskListTaskDtoPriorityEnum[IntersectionTaskListTaskDtoPriorityEnum["NUMBER_1"] = 1] = "NUMBER_1";
33
+ IntersectionTaskListTaskDtoPriorityEnum[IntersectionTaskListTaskDtoPriorityEnum["NUMBER_2"] = 2] = "NUMBER_2";
34
+ IntersectionTaskListTaskDtoPriorityEnum[IntersectionTaskListTaskDtoPriorityEnum["NUMBER_3"] = 3] = "NUMBER_3";
35
+ })(IntersectionTaskListTaskDtoPriorityEnum || (exports.IntersectionTaskListTaskDtoPriorityEnum = IntersectionTaskListTaskDtoPriorityEnum = {}));
34
36
  /**
35
- * @export
36
- */
37
- exports.IntersectionTaskListTaskDtoTypeEnum = {
38
- LEAD: 'lead',
39
- DOMAIN_TRANSFER: 'domain_transfer',
40
- ORDER: 'order'
41
- };
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ var IntersectionTaskListTaskDtoTypeEnum;
41
+ (function (IntersectionTaskListTaskDtoTypeEnum) {
42
+ IntersectionTaskListTaskDtoTypeEnum["LEAD"] = "lead";
43
+ IntersectionTaskListTaskDtoTypeEnum["DOMAIN_TRANSFER"] = "domain_transfer";
44
+ IntersectionTaskListTaskDtoTypeEnum["ORDER"] = "order";
45
+ })(IntersectionTaskListTaskDtoTypeEnum || (exports.IntersectionTaskListTaskDtoTypeEnum = IntersectionTaskListTaskDtoTypeEnum = {}));
42
46
  /**
43
47
  * Check if a given object implements the IntersectionTaskListTaskDto interface.
44
48
  */
@@ -68,22 +68,22 @@ export interface InvoiceDto {
68
68
  sellerAccount: InvoiceSellerAccountDto;
69
69
  }
70
70
  /**
71
- * @export
72
- */
73
- export declare const InvoiceDtoStatusEnum: {
74
- readonly DRAFT: "draft";
75
- readonly PAID: "paid";
76
- readonly CANCELLED: "cancelled";
77
- };
78
- export type InvoiceDtoStatusEnum = typeof InvoiceDtoStatusEnum[keyof typeof InvoiceDtoStatusEnum];
71
+ * @export
72
+ * @enum {string}
73
+ */
74
+ export declare enum InvoiceDtoStatusEnum {
75
+ DRAFT = "draft",
76
+ PAID = "paid",
77
+ CANCELLED = "cancelled"
78
+ }
79
79
  /**
80
- * @export
81
- */
82
- export declare const InvoiceDtoTargetEnum: {
83
- readonly SELLER: "seller";
84
- readonly BUYER: "buyer";
85
- };
86
- export type InvoiceDtoTargetEnum = typeof InvoiceDtoTargetEnum[keyof typeof InvoiceDtoTargetEnum];
80
+ * @export
81
+ * @enum {string}
82
+ */
83
+ export declare enum InvoiceDtoTargetEnum {
84
+ SELLER = "seller",
85
+ BUYER = "buyer"
86
+ }
87
87
  /**
88
88
  * Check if a given object implements the InvoiceDto interface.
89
89
  */
@@ -23,20 +23,24 @@ var InvoiceDomainDto_1 = require("./InvoiceDomainDto");
23
23
  var InvoiceSellerAccountDto_1 = require("./InvoiceSellerAccountDto");
24
24
  var MoneyDto_1 = require("./MoneyDto");
25
25
  /**
26
- * @export
27
- */
28
- exports.InvoiceDtoStatusEnum = {
29
- DRAFT: 'draft',
30
- PAID: 'paid',
31
- CANCELLED: 'cancelled'
32
- };
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ var InvoiceDtoStatusEnum;
30
+ (function (InvoiceDtoStatusEnum) {
31
+ InvoiceDtoStatusEnum["DRAFT"] = "draft";
32
+ InvoiceDtoStatusEnum["PAID"] = "paid";
33
+ InvoiceDtoStatusEnum["CANCELLED"] = "cancelled";
34
+ })(InvoiceDtoStatusEnum || (exports.InvoiceDtoStatusEnum = InvoiceDtoStatusEnum = {}));
33
35
  /**
34
- * @export
35
- */
36
- exports.InvoiceDtoTargetEnum = {
37
- SELLER: 'seller',
38
- BUYER: 'buyer'
39
- };
36
+ * @export
37
+ * @enum {string}
38
+ */
39
+ var InvoiceDtoTargetEnum;
40
+ (function (InvoiceDtoTargetEnum) {
41
+ InvoiceDtoTargetEnum["SELLER"] = "seller";
42
+ InvoiceDtoTargetEnum["BUYER"] = "buyer";
43
+ })(InvoiceDtoTargetEnum || (exports.InvoiceDtoTargetEnum = InvoiceDtoTargetEnum = {}));
40
44
  /**
41
45
  * Check if a given object implements the InvoiceDto interface.
42
46
  */
@@ -42,26 +42,26 @@ export interface InvoiceItemTaxDto {
42
42
  percentage: number;
43
43
  }
44
44
  /**
45
- * @export
46
- */
47
- export declare const InvoiceItemTaxDtoReasonEnum: {
48
- readonly CUSTOMER_EXEMPT: "customer_exempt";
49
- readonly NOT_COLLECTING: "not_collecting";
50
- readonly NOT_SUBJECT_TO_TAX: "not_subject_to_tax";
51
- readonly NOT_SUPPORTED: "not_supported";
52
- readonly PORTION_PRODUCT_EXEMPT: "portion_product_exempt";
53
- readonly PORTION_REDUCED_RATED: "portion_reduced_rated";
54
- readonly PORTION_STANDARD_RATED: "portion_standard_rated";
55
- readonly PRODUCT_EXEMPT: "product_exempt";
56
- readonly PRODUCT_EXEMPT_HOLIDAY: "product_exempt_holiday";
57
- readonly PROPORTIONALLY_RATED: "proportionally_rated";
58
- readonly REDUCED_RATED: "reduced_rated";
59
- readonly REVERSE_CHARGE: "reverse_charge";
60
- readonly STANDARD_RATED: "standard_rated";
61
- readonly TAXABLE_BASIS_REDUCED: "taxable_basis_reduced";
62
- readonly ZERO_RATED: "zero_rated";
63
- };
64
- export type InvoiceItemTaxDtoReasonEnum = typeof InvoiceItemTaxDtoReasonEnum[keyof typeof InvoiceItemTaxDtoReasonEnum];
45
+ * @export
46
+ * @enum {string}
47
+ */
48
+ export declare enum InvoiceItemTaxDtoReasonEnum {
49
+ CUSTOMER_EXEMPT = "customer_exempt",
50
+ NOT_COLLECTING = "not_collecting",
51
+ NOT_SUBJECT_TO_TAX = "not_subject_to_tax",
52
+ NOT_SUPPORTED = "not_supported",
53
+ PORTION_PRODUCT_EXEMPT = "portion_product_exempt",
54
+ PORTION_REDUCED_RATED = "portion_reduced_rated",
55
+ PORTION_STANDARD_RATED = "portion_standard_rated",
56
+ PRODUCT_EXEMPT = "product_exempt",
57
+ PRODUCT_EXEMPT_HOLIDAY = "product_exempt_holiday",
58
+ PROPORTIONALLY_RATED = "proportionally_rated",
59
+ REDUCED_RATED = "reduced_rated",
60
+ REVERSE_CHARGE = "reverse_charge",
61
+ STANDARD_RATED = "standard_rated",
62
+ TAXABLE_BASIS_REDUCED = "taxable_basis_reduced",
63
+ ZERO_RATED = "zero_rated"
64
+ }
65
65
  /**
66
66
  * Check if a given object implements the InvoiceItemTaxDto interface.
67
67
  */
@@ -21,25 +21,27 @@ exports.InvoiceItemTaxDtoToJSON = InvoiceItemTaxDtoToJSON;
21
21
  exports.InvoiceItemTaxDtoToJSONTyped = InvoiceItemTaxDtoToJSONTyped;
22
22
  var MoneyDto_1 = require("./MoneyDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.InvoiceItemTaxDtoReasonEnum = {
27
- CUSTOMER_EXEMPT: 'customer_exempt',
28
- NOT_COLLECTING: 'not_collecting',
29
- NOT_SUBJECT_TO_TAX: 'not_subject_to_tax',
30
- NOT_SUPPORTED: 'not_supported',
31
- PORTION_PRODUCT_EXEMPT: 'portion_product_exempt',
32
- PORTION_REDUCED_RATED: 'portion_reduced_rated',
33
- PORTION_STANDARD_RATED: 'portion_standard_rated',
34
- PRODUCT_EXEMPT: 'product_exempt',
35
- PRODUCT_EXEMPT_HOLIDAY: 'product_exempt_holiday',
36
- PROPORTIONALLY_RATED: 'proportionally_rated',
37
- REDUCED_RATED: 'reduced_rated',
38
- REVERSE_CHARGE: 'reverse_charge',
39
- STANDARD_RATED: 'standard_rated',
40
- TAXABLE_BASIS_REDUCED: 'taxable_basis_reduced',
41
- ZERO_RATED: 'zero_rated'
42
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var InvoiceItemTaxDtoReasonEnum;
28
+ (function (InvoiceItemTaxDtoReasonEnum) {
29
+ InvoiceItemTaxDtoReasonEnum["CUSTOMER_EXEMPT"] = "customer_exempt";
30
+ InvoiceItemTaxDtoReasonEnum["NOT_COLLECTING"] = "not_collecting";
31
+ InvoiceItemTaxDtoReasonEnum["NOT_SUBJECT_TO_TAX"] = "not_subject_to_tax";
32
+ InvoiceItemTaxDtoReasonEnum["NOT_SUPPORTED"] = "not_supported";
33
+ InvoiceItemTaxDtoReasonEnum["PORTION_PRODUCT_EXEMPT"] = "portion_product_exempt";
34
+ InvoiceItemTaxDtoReasonEnum["PORTION_REDUCED_RATED"] = "portion_reduced_rated";
35
+ InvoiceItemTaxDtoReasonEnum["PORTION_STANDARD_RATED"] = "portion_standard_rated";
36
+ InvoiceItemTaxDtoReasonEnum["PRODUCT_EXEMPT"] = "product_exempt";
37
+ InvoiceItemTaxDtoReasonEnum["PRODUCT_EXEMPT_HOLIDAY"] = "product_exempt_holiday";
38
+ InvoiceItemTaxDtoReasonEnum["PROPORTIONALLY_RATED"] = "proportionally_rated";
39
+ InvoiceItemTaxDtoReasonEnum["REDUCED_RATED"] = "reduced_rated";
40
+ InvoiceItemTaxDtoReasonEnum["REVERSE_CHARGE"] = "reverse_charge";
41
+ InvoiceItemTaxDtoReasonEnum["STANDARD_RATED"] = "standard_rated";
42
+ InvoiceItemTaxDtoReasonEnum["TAXABLE_BASIS_REDUCED"] = "taxable_basis_reduced";
43
+ InvoiceItemTaxDtoReasonEnum["ZERO_RATED"] = "zero_rated";
44
+ })(InvoiceItemTaxDtoReasonEnum || (exports.InvoiceItemTaxDtoReasonEnum = InvoiceItemTaxDtoReasonEnum = {}));
43
45
  /**
44
46
  * Check if a given object implements the InvoiceItemTaxDto interface.
45
47
  */