@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
@@ -67,25 +67,25 @@ export interface BuyerLeadListItemDto {
67
67
  orderPaymentUrl: string | null;
68
68
  }
69
69
  /**
70
- * @export
71
- */
72
- export declare const BuyerLeadListItemDtoStatusEnum: {
73
- readonly UNVERIFIED: "unverified";
74
- readonly ACTIVE: "active";
75
- readonly ACCEPTED: "accepted";
76
- readonly FINISHED: "finished";
77
- readonly CLOSED: "closed";
78
- };
79
- export type BuyerLeadListItemDtoStatusEnum = typeof BuyerLeadListItemDtoStatusEnum[keyof typeof BuyerLeadListItemDtoStatusEnum];
70
+ * @export
71
+ * @enum {string}
72
+ */
73
+ export declare enum BuyerLeadListItemDtoStatusEnum {
74
+ UNVERIFIED = "unverified",
75
+ ACTIVE = "active",
76
+ ACCEPTED = "accepted",
77
+ FINISHED = "finished",
78
+ CLOSED = "closed"
79
+ }
80
80
  /**
81
- * @export
82
- */
83
- export declare const BuyerLeadListItemDtoLastOfferByEnum: {
84
- readonly BUYER: "buyer";
85
- readonly SELLER: "seller";
86
- readonly ADMIN: "admin";
87
- };
88
- export type BuyerLeadListItemDtoLastOfferByEnum = typeof BuyerLeadListItemDtoLastOfferByEnum[keyof typeof BuyerLeadListItemDtoLastOfferByEnum];
81
+ * @export
82
+ * @enum {string}
83
+ */
84
+ export declare enum BuyerLeadListItemDtoLastOfferByEnum {
85
+ BUYER = "buyer",
86
+ SELLER = "seller",
87
+ ADMIN = "admin"
88
+ }
89
89
  /**
90
90
  * Check if a given object implements the BuyerLeadListItemDto interface.
91
91
  */
@@ -22,23 +22,27 @@ exports.BuyerLeadListItemDtoToJSONTyped = BuyerLeadListItemDtoToJSONTyped;
22
22
  var BuyerLeadListItemDomainDto_1 = require("./BuyerLeadListItemDomainDto");
23
23
  var MoneyDto_1 = require("./MoneyDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.BuyerLeadListItemDtoStatusEnum = {
28
- UNVERIFIED: 'unverified',
29
- ACTIVE: 'active',
30
- ACCEPTED: 'accepted',
31
- FINISHED: 'finished',
32
- CLOSED: 'closed'
33
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var BuyerLeadListItemDtoStatusEnum;
29
+ (function (BuyerLeadListItemDtoStatusEnum) {
30
+ BuyerLeadListItemDtoStatusEnum["UNVERIFIED"] = "unverified";
31
+ BuyerLeadListItemDtoStatusEnum["ACTIVE"] = "active";
32
+ BuyerLeadListItemDtoStatusEnum["ACCEPTED"] = "accepted";
33
+ BuyerLeadListItemDtoStatusEnum["FINISHED"] = "finished";
34
+ BuyerLeadListItemDtoStatusEnum["CLOSED"] = "closed";
35
+ })(BuyerLeadListItemDtoStatusEnum || (exports.BuyerLeadListItemDtoStatusEnum = BuyerLeadListItemDtoStatusEnum = {}));
34
36
  /**
35
- * @export
36
- */
37
- exports.BuyerLeadListItemDtoLastOfferByEnum = {
38
- BUYER: 'buyer',
39
- SELLER: 'seller',
40
- ADMIN: 'admin'
41
- };
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ var BuyerLeadListItemDtoLastOfferByEnum;
41
+ (function (BuyerLeadListItemDtoLastOfferByEnum) {
42
+ BuyerLeadListItemDtoLastOfferByEnum["BUYER"] = "buyer";
43
+ BuyerLeadListItemDtoLastOfferByEnum["SELLER"] = "seller";
44
+ BuyerLeadListItemDtoLastOfferByEnum["ADMIN"] = "admin";
45
+ })(BuyerLeadListItemDtoLastOfferByEnum || (exports.BuyerLeadListItemDtoLastOfferByEnum = BuyerLeadListItemDtoLastOfferByEnum = {}));
42
46
  /**
43
47
  * Check if a given object implements the BuyerLeadListItemDto interface.
44
48
  */
@@ -53,13 +53,13 @@ export interface BuyerSecurityUserDto {
53
53
  type: BuyerSecurityUserDtoTypeEnum;
54
54
  }
55
55
  /**
56
- * @export
57
- */
58
- export declare const BuyerSecurityUserDtoTypeEnum: {
59
- readonly BUYER: "buyer";
60
- readonly SELLER: "seller";
61
- };
62
- export type BuyerSecurityUserDtoTypeEnum = typeof BuyerSecurityUserDtoTypeEnum[keyof typeof BuyerSecurityUserDtoTypeEnum];
56
+ * @export
57
+ * @enum {string}
58
+ */
59
+ export declare enum BuyerSecurityUserDtoTypeEnum {
60
+ BUYER = "buyer",
61
+ SELLER = "seller"
62
+ }
63
63
  /**
64
64
  * Check if a given object implements the BuyerSecurityUserDto interface.
65
65
  */
@@ -20,12 +20,14 @@ exports.BuyerSecurityUserDtoFromJSONTyped = BuyerSecurityUserDtoFromJSONTyped;
20
20
  exports.BuyerSecurityUserDtoToJSON = BuyerSecurityUserDtoToJSON;
21
21
  exports.BuyerSecurityUserDtoToJSONTyped = BuyerSecurityUserDtoToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.BuyerSecurityUserDtoTypeEnum = {
26
- BUYER: 'buyer',
27
- SELLER: 'seller'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var BuyerSecurityUserDtoTypeEnum;
27
+ (function (BuyerSecurityUserDtoTypeEnum) {
28
+ BuyerSecurityUserDtoTypeEnum["BUYER"] = "buyer";
29
+ BuyerSecurityUserDtoTypeEnum["SELLER"] = "seller";
30
+ })(BuyerSecurityUserDtoTypeEnum || (exports.BuyerSecurityUserDtoTypeEnum = BuyerSecurityUserDtoTypeEnum = {}));
29
31
  /**
30
32
  * Check if a given object implements the BuyerSecurityUserDto interface.
31
33
  */
@@ -59,13 +59,13 @@ export interface BuyerSessionDto {
59
59
  hasSubscriptions: boolean;
60
60
  }
61
61
  /**
62
- * @export
63
- */
64
- export declare const BuyerSessionDtoTypeEnum: {
65
- readonly BUYER: "buyer";
66
- readonly SELLER: "seller";
67
- };
68
- export type BuyerSessionDtoTypeEnum = typeof BuyerSessionDtoTypeEnum[keyof typeof BuyerSessionDtoTypeEnum];
62
+ * @export
63
+ * @enum {string}
64
+ */
65
+ export declare enum BuyerSessionDtoTypeEnum {
66
+ BUYER = "buyer",
67
+ SELLER = "seller"
68
+ }
69
69
  /**
70
70
  * Check if a given object implements the BuyerSessionDto interface.
71
71
  */
@@ -20,12 +20,14 @@ exports.BuyerSessionDtoFromJSONTyped = BuyerSessionDtoFromJSONTyped;
20
20
  exports.BuyerSessionDtoToJSON = BuyerSessionDtoToJSON;
21
21
  exports.BuyerSessionDtoToJSONTyped = BuyerSessionDtoToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.BuyerSessionDtoTypeEnum = {
26
- BUYER: 'buyer',
27
- SELLER: 'seller'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var BuyerSessionDtoTypeEnum;
27
+ (function (BuyerSessionDtoTypeEnum) {
28
+ BuyerSessionDtoTypeEnum["BUYER"] = "buyer";
29
+ BuyerSessionDtoTypeEnum["SELLER"] = "seller";
30
+ })(BuyerSessionDtoTypeEnum || (exports.BuyerSessionDtoTypeEnum = BuyerSessionDtoTypeEnum = {}));
29
31
  /**
30
32
  * Check if a given object implements the BuyerSessionDto interface.
31
33
  */
@@ -97,24 +97,24 @@ export interface BuyerSubscriptionListItemDto {
97
97
  paymentUrl: string | null;
98
98
  }
99
99
  /**
100
- * @export
101
- */
102
- export declare const BuyerSubscriptionListItemDtoStatusEnum: {
103
- readonly DRAFT: "draft";
104
- readonly ACTIVE: "active";
105
- readonly PAUSED: "paused";
106
- readonly CANCELLED: "cancelled";
107
- readonly FINISHED: "finished";
108
- };
109
- export type BuyerSubscriptionListItemDtoStatusEnum = typeof BuyerSubscriptionListItemDtoStatusEnum[keyof typeof BuyerSubscriptionListItemDtoStatusEnum];
100
+ * @export
101
+ * @enum {string}
102
+ */
103
+ export declare enum BuyerSubscriptionListItemDtoStatusEnum {
104
+ DRAFT = "draft",
105
+ ACTIVE = "active",
106
+ PAUSED = "paused",
107
+ CANCELLED = "cancelled",
108
+ FINISHED = "finished"
109
+ }
110
110
  /**
111
- * @export
112
- */
113
- export declare const BuyerSubscriptionListItemDtoTypeEnum: {
114
- readonly RENT: "rent";
115
- readonly LEASE_TO_OWN: "lease_to_own";
116
- };
117
- export type BuyerSubscriptionListItemDtoTypeEnum = typeof BuyerSubscriptionListItemDtoTypeEnum[keyof typeof BuyerSubscriptionListItemDtoTypeEnum];
111
+ * @export
112
+ * @enum {string}
113
+ */
114
+ export declare enum BuyerSubscriptionListItemDtoTypeEnum {
115
+ RENT = "rent",
116
+ LEASE_TO_OWN = "lease_to_own"
117
+ }
118
118
  /**
119
119
  * Check if a given object implements the BuyerSubscriptionListItemDto interface.
120
120
  */
@@ -22,22 +22,26 @@ exports.BuyerSubscriptionListItemDtoToJSONTyped = BuyerSubscriptionListItemDtoTo
22
22
  var BuyerSubscriptionListItemDtoDomainInformation_1 = require("./BuyerSubscriptionListItemDtoDomainInformation");
23
23
  var MoneyDto_1 = require("./MoneyDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.BuyerSubscriptionListItemDtoStatusEnum = {
28
- DRAFT: 'draft',
29
- ACTIVE: 'active',
30
- PAUSED: 'paused',
31
- CANCELLED: 'cancelled',
32
- FINISHED: 'finished'
33
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var BuyerSubscriptionListItemDtoStatusEnum;
29
+ (function (BuyerSubscriptionListItemDtoStatusEnum) {
30
+ BuyerSubscriptionListItemDtoStatusEnum["DRAFT"] = "draft";
31
+ BuyerSubscriptionListItemDtoStatusEnum["ACTIVE"] = "active";
32
+ BuyerSubscriptionListItemDtoStatusEnum["PAUSED"] = "paused";
33
+ BuyerSubscriptionListItemDtoStatusEnum["CANCELLED"] = "cancelled";
34
+ BuyerSubscriptionListItemDtoStatusEnum["FINISHED"] = "finished";
35
+ })(BuyerSubscriptionListItemDtoStatusEnum || (exports.BuyerSubscriptionListItemDtoStatusEnum = BuyerSubscriptionListItemDtoStatusEnum = {}));
34
36
  /**
35
- * @export
36
- */
37
- exports.BuyerSubscriptionListItemDtoTypeEnum = {
38
- RENT: 'rent',
39
- LEASE_TO_OWN: 'lease_to_own'
40
- };
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ var BuyerSubscriptionListItemDtoTypeEnum;
41
+ (function (BuyerSubscriptionListItemDtoTypeEnum) {
42
+ BuyerSubscriptionListItemDtoTypeEnum["RENT"] = "rent";
43
+ BuyerSubscriptionListItemDtoTypeEnum["LEASE_TO_OWN"] = "lease_to_own";
44
+ })(BuyerSubscriptionListItemDtoTypeEnum || (exports.BuyerSubscriptionListItemDtoTypeEnum = BuyerSubscriptionListItemDtoTypeEnum = {}));
41
45
  /**
42
46
  * Check if a given object implements the BuyerSubscriptionListItemDto interface.
43
47
  */
@@ -47,17 +47,17 @@ export interface CaBankAccountDetails {
47
47
  accountNumber: string;
48
48
  }
49
49
  /**
50
- * @export
51
- */
52
- export declare const CaBankAccountDetailsTypeEnum: {
53
- readonly UK_BANK_ACCOUNT_DETAILS: "UkBankAccountDetails";
54
- readonly US_BANK_ACCOUNT_DETAILS: "UsBankAccountDetails";
55
- readonly CA_BANK_ACCOUNT_DETAILS: "CaBankAccountDetails";
56
- readonly NZ_BANK_ACCOUNT_DETAILS: "NzBankAccountDetails";
57
- readonly AU_BANK_ACCOUNT_DETAILS: "AuBankAccountDetails";
58
- readonly SEPA_BANK_ACCOUNT_DETAILS: "SepaBankAccountDetails";
59
- };
60
- export type CaBankAccountDetailsTypeEnum = typeof CaBankAccountDetailsTypeEnum[keyof typeof CaBankAccountDetailsTypeEnum];
50
+ * @export
51
+ * @enum {string}
52
+ */
53
+ export declare enum CaBankAccountDetailsTypeEnum {
54
+ UK_BANK_ACCOUNT_DETAILS = "UkBankAccountDetails",
55
+ US_BANK_ACCOUNT_DETAILS = "UsBankAccountDetails",
56
+ CA_BANK_ACCOUNT_DETAILS = "CaBankAccountDetails",
57
+ NZ_BANK_ACCOUNT_DETAILS = "NzBankAccountDetails",
58
+ AU_BANK_ACCOUNT_DETAILS = "AuBankAccountDetails",
59
+ SEPA_BANK_ACCOUNT_DETAILS = "SepaBankAccountDetails"
60
+ }
61
61
  /**
62
62
  * Check if a given object implements the CaBankAccountDetails interface.
63
63
  */
@@ -20,16 +20,18 @@ exports.CaBankAccountDetailsFromJSONTyped = CaBankAccountDetailsFromJSONTyped;
20
20
  exports.CaBankAccountDetailsToJSON = CaBankAccountDetailsToJSON;
21
21
  exports.CaBankAccountDetailsToJSONTyped = CaBankAccountDetailsToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.CaBankAccountDetailsTypeEnum = {
26
- UK_BANK_ACCOUNT_DETAILS: 'UkBankAccountDetails',
27
- US_BANK_ACCOUNT_DETAILS: 'UsBankAccountDetails',
28
- CA_BANK_ACCOUNT_DETAILS: 'CaBankAccountDetails',
29
- NZ_BANK_ACCOUNT_DETAILS: 'NzBankAccountDetails',
30
- AU_BANK_ACCOUNT_DETAILS: 'AuBankAccountDetails',
31
- SEPA_BANK_ACCOUNT_DETAILS: 'SepaBankAccountDetails'
32
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var CaBankAccountDetailsTypeEnum;
27
+ (function (CaBankAccountDetailsTypeEnum) {
28
+ CaBankAccountDetailsTypeEnum["UK_BANK_ACCOUNT_DETAILS"] = "UkBankAccountDetails";
29
+ CaBankAccountDetailsTypeEnum["US_BANK_ACCOUNT_DETAILS"] = "UsBankAccountDetails";
30
+ CaBankAccountDetailsTypeEnum["CA_BANK_ACCOUNT_DETAILS"] = "CaBankAccountDetails";
31
+ CaBankAccountDetailsTypeEnum["NZ_BANK_ACCOUNT_DETAILS"] = "NzBankAccountDetails";
32
+ CaBankAccountDetailsTypeEnum["AU_BANK_ACCOUNT_DETAILS"] = "AuBankAccountDetails";
33
+ CaBankAccountDetailsTypeEnum["SEPA_BANK_ACCOUNT_DETAILS"] = "SepaBankAccountDetails";
34
+ })(CaBankAccountDetailsTypeEnum || (exports.CaBankAccountDetailsTypeEnum = CaBankAccountDetailsTypeEnum = {}));
33
35
  /**
34
36
  * Check if a given object implements the CaBankAccountDetails interface.
35
37
  */
@@ -23,14 +23,14 @@ export interface ChangeOrderStatusInput {
23
23
  status: ChangeOrderStatusInputStatusEnum;
24
24
  }
25
25
  /**
26
- * @export
27
- */
28
- export declare const ChangeOrderStatusInputStatusEnum: {
29
- readonly DRAFT: "draft";
30
- readonly PAID: "paid";
31
- readonly CANCELLED: "cancelled";
32
- };
33
- export type ChangeOrderStatusInputStatusEnum = typeof ChangeOrderStatusInputStatusEnum[keyof typeof ChangeOrderStatusInputStatusEnum];
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum ChangeOrderStatusInputStatusEnum {
30
+ DRAFT = "draft",
31
+ PAID = "paid",
32
+ CANCELLED = "cancelled"
33
+ }
34
34
  /**
35
35
  * Check if a given object implements the ChangeOrderStatusInput interface.
36
36
  */
@@ -20,13 +20,15 @@ exports.ChangeOrderStatusInputFromJSONTyped = ChangeOrderStatusInputFromJSONType
20
20
  exports.ChangeOrderStatusInputToJSON = ChangeOrderStatusInputToJSON;
21
21
  exports.ChangeOrderStatusInputToJSONTyped = ChangeOrderStatusInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.ChangeOrderStatusInputStatusEnum = {
26
- DRAFT: 'draft',
27
- PAID: 'paid',
28
- CANCELLED: 'cancelled'
29
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var ChangeOrderStatusInputStatusEnum;
27
+ (function (ChangeOrderStatusInputStatusEnum) {
28
+ ChangeOrderStatusInputStatusEnum["DRAFT"] = "draft";
29
+ ChangeOrderStatusInputStatusEnum["PAID"] = "paid";
30
+ ChangeOrderStatusInputStatusEnum["CANCELLED"] = "cancelled";
31
+ })(ChangeOrderStatusInputStatusEnum || (exports.ChangeOrderStatusInputStatusEnum = ChangeOrderStatusInputStatusEnum = {}));
30
32
  /**
31
33
  * Check if a given object implements the ChangeOrderStatusInput interface.
32
34
  */
@@ -23,16 +23,16 @@ export interface ChangeSubscriptionStatusInput {
23
23
  status: ChangeSubscriptionStatusInputStatusEnum;
24
24
  }
25
25
  /**
26
- * @export
27
- */
28
- export declare const ChangeSubscriptionStatusInputStatusEnum: {
29
- readonly DRAFT: "draft";
30
- readonly ACTIVE: "active";
31
- readonly PAUSED: "paused";
32
- readonly CANCELLED: "cancelled";
33
- readonly FINISHED: "finished";
34
- };
35
- export type ChangeSubscriptionStatusInputStatusEnum = typeof ChangeSubscriptionStatusInputStatusEnum[keyof typeof ChangeSubscriptionStatusInputStatusEnum];
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum ChangeSubscriptionStatusInputStatusEnum {
30
+ DRAFT = "draft",
31
+ ACTIVE = "active",
32
+ PAUSED = "paused",
33
+ CANCELLED = "cancelled",
34
+ FINISHED = "finished"
35
+ }
36
36
  /**
37
37
  * Check if a given object implements the ChangeSubscriptionStatusInput interface.
38
38
  */
@@ -20,15 +20,17 @@ exports.ChangeSubscriptionStatusInputFromJSONTyped = ChangeSubscriptionStatusInp
20
20
  exports.ChangeSubscriptionStatusInputToJSON = ChangeSubscriptionStatusInputToJSON;
21
21
  exports.ChangeSubscriptionStatusInputToJSONTyped = ChangeSubscriptionStatusInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.ChangeSubscriptionStatusInputStatusEnum = {
26
- DRAFT: 'draft',
27
- ACTIVE: 'active',
28
- PAUSED: 'paused',
29
- CANCELLED: 'cancelled',
30
- FINISHED: 'finished'
31
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var ChangeSubscriptionStatusInputStatusEnum;
27
+ (function (ChangeSubscriptionStatusInputStatusEnum) {
28
+ ChangeSubscriptionStatusInputStatusEnum["DRAFT"] = "draft";
29
+ ChangeSubscriptionStatusInputStatusEnum["ACTIVE"] = "active";
30
+ ChangeSubscriptionStatusInputStatusEnum["PAUSED"] = "paused";
31
+ ChangeSubscriptionStatusInputStatusEnum["CANCELLED"] = "cancelled";
32
+ ChangeSubscriptionStatusInputStatusEnum["FINISHED"] = "finished";
33
+ })(ChangeSubscriptionStatusInputStatusEnum || (exports.ChangeSubscriptionStatusInputStatusEnum = ChangeSubscriptionStatusInputStatusEnum = {}));
32
34
  /**
33
35
  * Check if a given object implements the ChangeSubscriptionStatusInput interface.
34
36
  */
@@ -23,18 +23,18 @@ export interface ConcreteDomainTransferTaskData {
23
23
  requirements: Array<ConcreteDomainTransferTaskDataRequirementsEnum>;
24
24
  }
25
25
  /**
26
- * @export
27
- */
28
- export declare const ConcreteDomainTransferTaskDataRequirementsEnum: {
29
- readonly AUTH_CODE: "auth_code";
30
- readonly BUYER_CONFIRMATION: "buyer_confirmation";
31
- readonly OWNED_DOMAIN: "owned_domain";
32
- readonly OWNED_DOMAIN_TAKEN_BY_BUYER: "owned_domain_taken_by_buyer";
33
- readonly OWNED_DOMAIN_TAKEN_BY_SELLER: "owned_domain_taken_by_seller";
34
- readonly DOMAIN_IPS_TAG: "domain_ips_tag";
35
- readonly DOMAIN_IPS_TAG_SELLER: "domain_ips_tag_seller";
36
- };
37
- export type ConcreteDomainTransferTaskDataRequirementsEnum = typeof ConcreteDomainTransferTaskDataRequirementsEnum[keyof typeof ConcreteDomainTransferTaskDataRequirementsEnum];
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum ConcreteDomainTransferTaskDataRequirementsEnum {
30
+ AUTH_CODE = "auth_code",
31
+ BUYER_CONFIRMATION = "buyer_confirmation",
32
+ OWNED_DOMAIN = "owned_domain",
33
+ OWNED_DOMAIN_TAKEN_BY_BUYER = "owned_domain_taken_by_buyer",
34
+ OWNED_DOMAIN_TAKEN_BY_SELLER = "owned_domain_taken_by_seller",
35
+ DOMAIN_IPS_TAG = "domain_ips_tag",
36
+ DOMAIN_IPS_TAG_SELLER = "domain_ips_tag_seller"
37
+ }
38
38
  /**
39
39
  * Check if a given object implements the ConcreteDomainTransferTaskData interface.
40
40
  */
@@ -20,17 +20,19 @@ exports.ConcreteDomainTransferTaskDataFromJSONTyped = ConcreteDomainTransferTask
20
20
  exports.ConcreteDomainTransferTaskDataToJSON = ConcreteDomainTransferTaskDataToJSON;
21
21
  exports.ConcreteDomainTransferTaskDataToJSONTyped = ConcreteDomainTransferTaskDataToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.ConcreteDomainTransferTaskDataRequirementsEnum = {
26
- AUTH_CODE: 'auth_code',
27
- BUYER_CONFIRMATION: 'buyer_confirmation',
28
- OWNED_DOMAIN: 'owned_domain',
29
- OWNED_DOMAIN_TAKEN_BY_BUYER: 'owned_domain_taken_by_buyer',
30
- OWNED_DOMAIN_TAKEN_BY_SELLER: 'owned_domain_taken_by_seller',
31
- DOMAIN_IPS_TAG: 'domain_ips_tag',
32
- DOMAIN_IPS_TAG_SELLER: 'domain_ips_tag_seller'
33
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var ConcreteDomainTransferTaskDataRequirementsEnum;
27
+ (function (ConcreteDomainTransferTaskDataRequirementsEnum) {
28
+ ConcreteDomainTransferTaskDataRequirementsEnum["AUTH_CODE"] = "auth_code";
29
+ ConcreteDomainTransferTaskDataRequirementsEnum["BUYER_CONFIRMATION"] = "buyer_confirmation";
30
+ ConcreteDomainTransferTaskDataRequirementsEnum["OWNED_DOMAIN"] = "owned_domain";
31
+ ConcreteDomainTransferTaskDataRequirementsEnum["OWNED_DOMAIN_TAKEN_BY_BUYER"] = "owned_domain_taken_by_buyer";
32
+ ConcreteDomainTransferTaskDataRequirementsEnum["OWNED_DOMAIN_TAKEN_BY_SELLER"] = "owned_domain_taken_by_seller";
33
+ ConcreteDomainTransferTaskDataRequirementsEnum["DOMAIN_IPS_TAG"] = "domain_ips_tag";
34
+ ConcreteDomainTransferTaskDataRequirementsEnum["DOMAIN_IPS_TAG_SELLER"] = "domain_ips_tag_seller";
35
+ })(ConcreteDomainTransferTaskDataRequirementsEnum || (exports.ConcreteDomainTransferTaskDataRequirementsEnum = ConcreteDomainTransferTaskDataRequirementsEnum = {}));
34
36
  /**
35
37
  * Check if a given object implements the ConcreteDomainTransferTaskData interface.
36
38
  */
@@ -60,14 +60,14 @@ export interface CreateLeadInput {
60
60
  email: string;
61
61
  }
62
62
  /**
63
- * @export
64
- */
65
- export declare const CreateLeadInputOfferedByEnum: {
66
- readonly BUYER: "buyer";
67
- readonly SELLER: "seller";
68
- readonly ADMIN: "admin";
69
- };
70
- export type CreateLeadInputOfferedByEnum = typeof CreateLeadInputOfferedByEnum[keyof typeof CreateLeadInputOfferedByEnum];
63
+ * @export
64
+ * @enum {string}
65
+ */
66
+ export declare enum CreateLeadInputOfferedByEnum {
67
+ BUYER = "buyer",
68
+ SELLER = "seller",
69
+ ADMIN = "admin"
70
+ }
71
71
  /**
72
72
  * Check if a given object implements the CreateLeadInput interface.
73
73
  */
@@ -21,13 +21,15 @@ exports.CreateLeadInputToJSON = CreateLeadInputToJSON;
21
21
  exports.CreateLeadInputToJSONTyped = CreateLeadInputToJSONTyped;
22
22
  var MoneyDto_1 = require("./MoneyDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.CreateLeadInputOfferedByEnum = {
27
- BUYER: 'buyer',
28
- SELLER: 'seller',
29
- ADMIN: 'admin'
30
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var CreateLeadInputOfferedByEnum;
28
+ (function (CreateLeadInputOfferedByEnum) {
29
+ CreateLeadInputOfferedByEnum["BUYER"] = "buyer";
30
+ CreateLeadInputOfferedByEnum["SELLER"] = "seller";
31
+ CreateLeadInputOfferedByEnum["ADMIN"] = "admin";
32
+ })(CreateLeadInputOfferedByEnum || (exports.CreateLeadInputOfferedByEnum = CreateLeadInputOfferedByEnum = {}));
31
33
  /**
32
34
  * Check if a given object implements the CreateLeadInput interface.
33
35
  */
@@ -72,15 +72,15 @@ export interface CreateManualLeadInput {
72
72
  leaseToOwnMaxMonths: number | null;
73
73
  }
74
74
  /**
75
- * @export
76
- */
77
- export declare const CreateManualLeadInputTypeEnum: {
78
- readonly BUY_NOW: "buy_now";
79
- readonly OFFER: "offer";
80
- readonly LEASE_TO_OWN: "lease_to_own";
81
- readonly RENT: "rent";
82
- };
83
- export type CreateManualLeadInputTypeEnum = typeof CreateManualLeadInputTypeEnum[keyof typeof CreateManualLeadInputTypeEnum];
75
+ * @export
76
+ * @enum {string}
77
+ */
78
+ export declare enum CreateManualLeadInputTypeEnum {
79
+ BUY_NOW = "buy_now",
80
+ OFFER = "offer",
81
+ LEASE_TO_OWN = "lease_to_own",
82
+ RENT = "rent"
83
+ }
84
84
  /**
85
85
  * Check if a given object implements the CreateManualLeadInput interface.
86
86
  */
@@ -21,14 +21,16 @@ exports.CreateManualLeadInputToJSON = CreateManualLeadInputToJSON;
21
21
  exports.CreateManualLeadInputToJSONTyped = CreateManualLeadInputToJSONTyped;
22
22
  var MoneyInput_1 = require("./MoneyInput");
23
23
  /**
24
- * @export
25
- */
26
- exports.CreateManualLeadInputTypeEnum = {
27
- BUY_NOW: 'buy_now',
28
- OFFER: 'offer',
29
- LEASE_TO_OWN: 'lease_to_own',
30
- RENT: 'rent'
31
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var CreateManualLeadInputTypeEnum;
28
+ (function (CreateManualLeadInputTypeEnum) {
29
+ CreateManualLeadInputTypeEnum["BUY_NOW"] = "buy_now";
30
+ CreateManualLeadInputTypeEnum["OFFER"] = "offer";
31
+ CreateManualLeadInputTypeEnum["LEASE_TO_OWN"] = "lease_to_own";
32
+ CreateManualLeadInputTypeEnum["RENT"] = "rent";
33
+ })(CreateManualLeadInputTypeEnum || (exports.CreateManualLeadInputTypeEnum = CreateManualLeadInputTypeEnum = {}));
32
34
  /**
33
35
  * Check if a given object implements the CreateManualLeadInput interface.
34
36
  */
@@ -29,13 +29,13 @@ export interface CreateSubscriptionBillingPeriodicityInput {
29
29
  unit: CreateSubscriptionBillingPeriodicityInputUnitEnum;
30
30
  }
31
31
  /**
32
- * @export
33
- */
34
- export declare const CreateSubscriptionBillingPeriodicityInputUnitEnum: {
35
- readonly WEEK: "week";
36
- readonly MONTH: "month";
37
- };
38
- export type CreateSubscriptionBillingPeriodicityInputUnitEnum = typeof CreateSubscriptionBillingPeriodicityInputUnitEnum[keyof typeof CreateSubscriptionBillingPeriodicityInputUnitEnum];
32
+ * @export
33
+ * @enum {string}
34
+ */
35
+ export declare enum CreateSubscriptionBillingPeriodicityInputUnitEnum {
36
+ WEEK = "week",
37
+ MONTH = "month"
38
+ }
39
39
  /**
40
40
  * Check if a given object implements the CreateSubscriptionBillingPeriodicityInput interface.
41
41
  */