@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,13 +20,15 @@ exports.RegisterAccountInputFromJSONTyped = RegisterAccountInputFromJSONTyped;
20
20
  exports.RegisterAccountInputToJSON = RegisterAccountInputToJSON;
21
21
  exports.RegisterAccountInputToJSONTyped = RegisterAccountInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.RegisterAccountInputAdProgramEnum = {
26
- ADWORDS: 'adwords',
27
- MICROSOFT: 'microsoft',
28
- FACEBOOK: 'facebook'
29
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var RegisterAccountInputAdProgramEnum;
27
+ (function (RegisterAccountInputAdProgramEnum) {
28
+ RegisterAccountInputAdProgramEnum["ADWORDS"] = "adwords";
29
+ RegisterAccountInputAdProgramEnum["MICROSOFT"] = "microsoft";
30
+ RegisterAccountInputAdProgramEnum["FACEBOOK"] = "facebook";
31
+ })(RegisterAccountInputAdProgramEnum || (exports.RegisterAccountInputAdProgramEnum = RegisterAccountInputAdProgramEnum = {}));
30
32
  /**
31
33
  * Check if a given object implements the RegisterAccountInput interface.
32
34
  */
@@ -55,16 +55,16 @@ export interface SellerDomainTransferDto {
55
55
  createdAt: Date;
56
56
  }
57
57
  /**
58
- * @export
59
- */
60
- export declare const SellerDomainTransferDtoStatusEnum: {
61
- readonly CREATED: "created";
62
- readonly STARTED: "started";
63
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
64
- readonly ERROR: "error";
65
- readonly COMPLETED: "completed";
66
- };
67
- export type SellerDomainTransferDtoStatusEnum = typeof SellerDomainTransferDtoStatusEnum[keyof typeof SellerDomainTransferDtoStatusEnum];
58
+ * @export
59
+ * @enum {string}
60
+ */
61
+ export declare enum SellerDomainTransferDtoStatusEnum {
62
+ CREATED = "created",
63
+ STARTED = "started",
64
+ PENDING_MANUAL_ACTION = "pending_manual_action",
65
+ ERROR = "error",
66
+ COMPLETED = "completed"
67
+ }
68
68
  /**
69
69
  * Check if a given object implements the SellerDomainTransferDto interface.
70
70
  */
@@ -22,15 +22,17 @@ exports.SellerDomainTransferDtoToJSONTyped = SellerDomainTransferDtoToJSONTyped;
22
22
  var SellerDomainTransferDomainDto_1 = require("./SellerDomainTransferDomainDto");
23
23
  var SellerDomainTransferAuthCodeDto_1 = require("./SellerDomainTransferAuthCodeDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.SellerDomainTransferDtoStatusEnum = {
28
- CREATED: 'created',
29
- STARTED: 'started',
30
- PENDING_MANUAL_ACTION: 'pending_manual_action',
31
- ERROR: 'error',
32
- COMPLETED: 'completed'
33
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var SellerDomainTransferDtoStatusEnum;
29
+ (function (SellerDomainTransferDtoStatusEnum) {
30
+ SellerDomainTransferDtoStatusEnum["CREATED"] = "created";
31
+ SellerDomainTransferDtoStatusEnum["STARTED"] = "started";
32
+ SellerDomainTransferDtoStatusEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
33
+ SellerDomainTransferDtoStatusEnum["ERROR"] = "error";
34
+ SellerDomainTransferDtoStatusEnum["COMPLETED"] = "completed";
35
+ })(SellerDomainTransferDtoStatusEnum || (exports.SellerDomainTransferDtoStatusEnum = SellerDomainTransferDtoStatusEnum = {}));
34
36
  /**
35
37
  * Check if a given object implements the SellerDomainTransferDto interface.
36
38
  */
@@ -48,16 +48,16 @@ export interface SellerDomainTransferListItemDto {
48
48
  createdAt: Date;
49
49
  }
50
50
  /**
51
- * @export
52
- */
53
- export declare const SellerDomainTransferListItemDtoStatusEnum: {
54
- readonly CREATED: "created";
55
- readonly STARTED: "started";
56
- readonly PENDING_MANUAL_ACTION: "pending_manual_action";
57
- readonly ERROR: "error";
58
- readonly COMPLETED: "completed";
59
- };
60
- export type SellerDomainTransferListItemDtoStatusEnum = typeof SellerDomainTransferListItemDtoStatusEnum[keyof typeof SellerDomainTransferListItemDtoStatusEnum];
51
+ * @export
52
+ * @enum {string}
53
+ */
54
+ export declare enum SellerDomainTransferListItemDtoStatusEnum {
55
+ CREATED = "created",
56
+ STARTED = "started",
57
+ PENDING_MANUAL_ACTION = "pending_manual_action",
58
+ ERROR = "error",
59
+ COMPLETED = "completed"
60
+ }
61
61
  /**
62
62
  * Check if a given object implements the SellerDomainTransferListItemDto interface.
63
63
  */
@@ -21,15 +21,17 @@ exports.SellerDomainTransferListItemDtoToJSON = SellerDomainTransferListItemDtoT
21
21
  exports.SellerDomainTransferListItemDtoToJSONTyped = SellerDomainTransferListItemDtoToJSONTyped;
22
22
  var SellerDomainTransferListItemDomainDto_1 = require("./SellerDomainTransferListItemDomainDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.SellerDomainTransferListItemDtoStatusEnum = {
27
- CREATED: 'created',
28
- STARTED: 'started',
29
- PENDING_MANUAL_ACTION: 'pending_manual_action',
30
- ERROR: 'error',
31
- COMPLETED: 'completed'
32
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var SellerDomainTransferListItemDtoStatusEnum;
28
+ (function (SellerDomainTransferListItemDtoStatusEnum) {
29
+ SellerDomainTransferListItemDtoStatusEnum["CREATED"] = "created";
30
+ SellerDomainTransferListItemDtoStatusEnum["STARTED"] = "started";
31
+ SellerDomainTransferListItemDtoStatusEnum["PENDING_MANUAL_ACTION"] = "pending_manual_action";
32
+ SellerDomainTransferListItemDtoStatusEnum["ERROR"] = "error";
33
+ SellerDomainTransferListItemDtoStatusEnum["COMPLETED"] = "completed";
34
+ })(SellerDomainTransferListItemDtoStatusEnum || (exports.SellerDomainTransferListItemDtoStatusEnum = SellerDomainTransferListItemDtoStatusEnum = {}));
33
35
  /**
34
36
  * Check if a given object implements the SellerDomainTransferListItemDto interface.
35
37
  */
@@ -72,13 +72,13 @@ export interface SellerSecurityUserDto {
72
72
  account: SellerSecurityUserAccountDto;
73
73
  }
74
74
  /**
75
- * @export
76
- */
77
- export declare const SellerSecurityUserDtoTypeEnum: {
78
- readonly BUYER: "buyer";
79
- readonly SELLER: "seller";
80
- };
81
- export type SellerSecurityUserDtoTypeEnum = typeof SellerSecurityUserDtoTypeEnum[keyof typeof SellerSecurityUserDtoTypeEnum];
75
+ * @export
76
+ * @enum {string}
77
+ */
78
+ export declare enum SellerSecurityUserDtoTypeEnum {
79
+ BUYER = "buyer",
80
+ SELLER = "seller"
81
+ }
82
82
  /**
83
83
  * Check if a given object implements the SellerSecurityUserDto interface.
84
84
  */
@@ -21,12 +21,14 @@ exports.SellerSecurityUserDtoToJSON = SellerSecurityUserDtoToJSON;
21
21
  exports.SellerSecurityUserDtoToJSONTyped = SellerSecurityUserDtoToJSONTyped;
22
22
  var SellerSecurityUserAccountDto_1 = require("./SellerSecurityUserAccountDto");
23
23
  /**
24
- * @export
25
- */
26
- exports.SellerSecurityUserDtoTypeEnum = {
27
- BUYER: 'buyer',
28
- SELLER: 'seller'
29
- };
24
+ * @export
25
+ * @enum {string}
26
+ */
27
+ var SellerSecurityUserDtoTypeEnum;
28
+ (function (SellerSecurityUserDtoTypeEnum) {
29
+ SellerSecurityUserDtoTypeEnum["BUYER"] = "buyer";
30
+ SellerSecurityUserDtoTypeEnum["SELLER"] = "seller";
31
+ })(SellerSecurityUserDtoTypeEnum || (exports.SellerSecurityUserDtoTypeEnum = SellerSecurityUserDtoTypeEnum = {}));
30
32
  /**
31
33
  * Check if a given object implements the SellerSecurityUserDto interface.
32
34
  */
@@ -79,24 +79,24 @@ export interface SellerSubscriptionListItemDto {
79
79
  paidInstallmentsNumber: number;
80
80
  }
81
81
  /**
82
- * @export
83
- */
84
- export declare const SellerSubscriptionListItemDtoStatusEnum: {
85
- readonly DRAFT: "draft";
86
- readonly ACTIVE: "active";
87
- readonly PAUSED: "paused";
88
- readonly CANCELLED: "cancelled";
89
- readonly FINISHED: "finished";
90
- };
91
- export type SellerSubscriptionListItemDtoStatusEnum = typeof SellerSubscriptionListItemDtoStatusEnum[keyof typeof SellerSubscriptionListItemDtoStatusEnum];
82
+ * @export
83
+ * @enum {string}
84
+ */
85
+ export declare enum SellerSubscriptionListItemDtoStatusEnum {
86
+ DRAFT = "draft",
87
+ ACTIVE = "active",
88
+ PAUSED = "paused",
89
+ CANCELLED = "cancelled",
90
+ FINISHED = "finished"
91
+ }
92
92
  /**
93
- * @export
94
- */
95
- export declare const SellerSubscriptionListItemDtoTypeEnum: {
96
- readonly RENT: "rent";
97
- readonly LEASE_TO_OWN: "lease_to_own";
98
- };
99
- export type SellerSubscriptionListItemDtoTypeEnum = typeof SellerSubscriptionListItemDtoTypeEnum[keyof typeof SellerSubscriptionListItemDtoTypeEnum];
93
+ * @export
94
+ * @enum {string}
95
+ */
96
+ export declare enum SellerSubscriptionListItemDtoTypeEnum {
97
+ RENT = "rent",
98
+ LEASE_TO_OWN = "lease_to_own"
99
+ }
100
100
  /**
101
101
  * Check if a given object implements the SellerSubscriptionListItemDto interface.
102
102
  */
@@ -22,22 +22,26 @@ exports.SellerSubscriptionListItemDtoToJSONTyped = SellerSubscriptionListItemDto
22
22
  var SellerSubscriptionListItemDtoDomainInformation_1 = require("./SellerSubscriptionListItemDtoDomainInformation");
23
23
  var MoneyDto_1 = require("./MoneyDto");
24
24
  /**
25
- * @export
26
- */
27
- exports.SellerSubscriptionListItemDtoStatusEnum = {
28
- DRAFT: 'draft',
29
- ACTIVE: 'active',
30
- PAUSED: 'paused',
31
- CANCELLED: 'cancelled',
32
- FINISHED: 'finished'
33
- };
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var SellerSubscriptionListItemDtoStatusEnum;
29
+ (function (SellerSubscriptionListItemDtoStatusEnum) {
30
+ SellerSubscriptionListItemDtoStatusEnum["DRAFT"] = "draft";
31
+ SellerSubscriptionListItemDtoStatusEnum["ACTIVE"] = "active";
32
+ SellerSubscriptionListItemDtoStatusEnum["PAUSED"] = "paused";
33
+ SellerSubscriptionListItemDtoStatusEnum["CANCELLED"] = "cancelled";
34
+ SellerSubscriptionListItemDtoStatusEnum["FINISHED"] = "finished";
35
+ })(SellerSubscriptionListItemDtoStatusEnum || (exports.SellerSubscriptionListItemDtoStatusEnum = SellerSubscriptionListItemDtoStatusEnum = {}));
34
36
  /**
35
- * @export
36
- */
37
- exports.SellerSubscriptionListItemDtoTypeEnum = {
38
- RENT: 'rent',
39
- LEASE_TO_OWN: 'lease_to_own'
40
- };
37
+ * @export
38
+ * @enum {string}
39
+ */
40
+ var SellerSubscriptionListItemDtoTypeEnum;
41
+ (function (SellerSubscriptionListItemDtoTypeEnum) {
42
+ SellerSubscriptionListItemDtoTypeEnum["RENT"] = "rent";
43
+ SellerSubscriptionListItemDtoTypeEnum["LEASE_TO_OWN"] = "lease_to_own";
44
+ })(SellerSubscriptionListItemDtoTypeEnum || (exports.SellerSubscriptionListItemDtoTypeEnum = SellerSubscriptionListItemDtoTypeEnum = {}));
41
45
  /**
42
46
  * Check if a given object implements the SellerSubscriptionListItemDto interface.
43
47
  */
@@ -0,0 +1,109 @@
1
+ /**
2
+ * Nameshift
3
+ * Nameshift API
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { MoneyDto } from './MoneyDto';
13
+ import type { LeadMessageDto } from './LeadMessageDto';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
18
+ */
19
+ export interface SendAdminLeadAiPriceNegotiatorAgentChatMessageInput {
20
+ /**
21
+ *
22
+ * @type {string}
23
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
24
+ */
25
+ aiModel: string;
26
+ /**
27
+ *
28
+ * @type {number}
29
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
30
+ */
31
+ aiModelTemperature: number;
32
+ /**
33
+ *
34
+ * @type {string}
35
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
36
+ */
37
+ domainName: string;
38
+ /**
39
+ *
40
+ * @type {string}
41
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
42
+ */
43
+ locale: string;
44
+ /**
45
+ *
46
+ * @type {MoneyDto}
47
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
48
+ */
49
+ offer: MoneyDto;
50
+ /**
51
+ *
52
+ * @type {string}
53
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
54
+ */
55
+ sellImportance: SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum;
56
+ /**
57
+ *
58
+ * @type {string}
59
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
60
+ */
61
+ generalPrompt: string;
62
+ /**
63
+ *
64
+ * @type {string}
65
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
66
+ */
67
+ sellImportanceLowPrompt: string;
68
+ /**
69
+ *
70
+ * @type {string}
71
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
72
+ */
73
+ sellImportanceMediumPrompt: string;
74
+ /**
75
+ *
76
+ * @type {string}
77
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
78
+ */
79
+ sellImportanceHighPrompt: string;
80
+ /**
81
+ *
82
+ * @type {Array<LeadMessageDto>}
83
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
84
+ */
85
+ chatHistory: Array<LeadMessageDto>;
86
+ /**
87
+ *
88
+ * @type {string}
89
+ * @memberof SendAdminLeadAiPriceNegotiatorAgentChatMessageInput
90
+ */
91
+ buyerMessage: string;
92
+ }
93
+ /**
94
+ * @export
95
+ * @enum {string}
96
+ */
97
+ export declare enum SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum {
98
+ LOW = "low",
99
+ MEDIUM = "medium",
100
+ HIGH = "high"
101
+ }
102
+ /**
103
+ * Check if a given object implements the SendAdminLeadAiPriceNegotiatorAgentChatMessageInput interface.
104
+ */
105
+ export declare function instanceOfSendAdminLeadAiPriceNegotiatorAgentChatMessageInput(value: object): value is SendAdminLeadAiPriceNegotiatorAgentChatMessageInput;
106
+ export declare function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSON(json: any): SendAdminLeadAiPriceNegotiatorAgentChatMessageInput;
107
+ export declare function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSONTyped(json: any, ignoreDiscriminator: boolean): SendAdminLeadAiPriceNegotiatorAgentChatMessageInput;
108
+ export declare function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSON(json: any): SendAdminLeadAiPriceNegotiatorAgentChatMessageInput;
109
+ export declare function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSONTyped(value?: SendAdminLeadAiPriceNegotiatorAgentChatMessageInput | null, ignoreDiscriminator?: boolean): any;
@@ -0,0 +1,108 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Nameshift
6
+ * Nameshift API
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum = void 0;
17
+ exports.instanceOfSendAdminLeadAiPriceNegotiatorAgentChatMessageInput = instanceOfSendAdminLeadAiPriceNegotiatorAgentChatMessageInput;
18
+ exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSON = SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSON;
19
+ exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSONTyped = SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSONTyped;
20
+ exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSON = SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSON;
21
+ exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSONTyped = SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSONTyped;
22
+ var MoneyDto_1 = require("./MoneyDto");
23
+ var LeadMessageDto_1 = require("./LeadMessageDto");
24
+ /**
25
+ * @export
26
+ * @enum {string}
27
+ */
28
+ var SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum;
29
+ (function (SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum) {
30
+ SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum["LOW"] = "low";
31
+ SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum["MEDIUM"] = "medium";
32
+ SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum["HIGH"] = "high";
33
+ })(SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum || (exports.SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum = SendAdminLeadAiPriceNegotiatorAgentChatMessageInputSellImportanceEnum = {}));
34
+ /**
35
+ * Check if a given object implements the SendAdminLeadAiPriceNegotiatorAgentChatMessageInput interface.
36
+ */
37
+ function instanceOfSendAdminLeadAiPriceNegotiatorAgentChatMessageInput(value) {
38
+ if (!('aiModel' in value) || value['aiModel'] === undefined)
39
+ return false;
40
+ if (!('aiModelTemperature' in value) || value['aiModelTemperature'] === undefined)
41
+ return false;
42
+ if (!('domainName' in value) || value['domainName'] === undefined)
43
+ return false;
44
+ if (!('locale' in value) || value['locale'] === undefined)
45
+ return false;
46
+ if (!('offer' in value) || value['offer'] === undefined)
47
+ return false;
48
+ if (!('sellImportance' in value) || value['sellImportance'] === undefined)
49
+ return false;
50
+ if (!('generalPrompt' in value) || value['generalPrompt'] === undefined)
51
+ return false;
52
+ if (!('sellImportanceLowPrompt' in value) || value['sellImportanceLowPrompt'] === undefined)
53
+ return false;
54
+ if (!('sellImportanceMediumPrompt' in value) || value['sellImportanceMediumPrompt'] === undefined)
55
+ return false;
56
+ if (!('sellImportanceHighPrompt' in value) || value['sellImportanceHighPrompt'] === undefined)
57
+ return false;
58
+ if (!('chatHistory' in value) || value['chatHistory'] === undefined)
59
+ return false;
60
+ if (!('buyerMessage' in value) || value['buyerMessage'] === undefined)
61
+ return false;
62
+ return true;
63
+ }
64
+ function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSON(json) {
65
+ return SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSONTyped(json, false);
66
+ }
67
+ function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputFromJSONTyped(json, ignoreDiscriminator) {
68
+ if (json == null) {
69
+ return json;
70
+ }
71
+ return {
72
+ 'aiModel': json['aiModel'],
73
+ 'aiModelTemperature': json['aiModelTemperature'],
74
+ 'domainName': json['domainName'],
75
+ 'locale': json['locale'],
76
+ 'offer': (0, MoneyDto_1.MoneyDtoFromJSON)(json['offer']),
77
+ 'sellImportance': json['sellImportance'],
78
+ 'generalPrompt': json['generalPrompt'],
79
+ 'sellImportanceLowPrompt': json['sellImportanceLowPrompt'],
80
+ 'sellImportanceMediumPrompt': json['sellImportanceMediumPrompt'],
81
+ 'sellImportanceHighPrompt': json['sellImportanceHighPrompt'],
82
+ 'chatHistory': (json['chatHistory'].map(LeadMessageDto_1.LeadMessageDtoFromJSON)),
83
+ 'buyerMessage': json['buyerMessage'],
84
+ };
85
+ }
86
+ function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSON(json) {
87
+ return SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSONTyped(json, false);
88
+ }
89
+ function SendAdminLeadAiPriceNegotiatorAgentChatMessageInputToJSONTyped(value, ignoreDiscriminator) {
90
+ if (ignoreDiscriminator === void 0) { ignoreDiscriminator = false; }
91
+ if (value == null) {
92
+ return value;
93
+ }
94
+ return {
95
+ 'aiModel': value['aiModel'],
96
+ 'aiModelTemperature': value['aiModelTemperature'],
97
+ 'domainName': value['domainName'],
98
+ 'locale': value['locale'],
99
+ 'offer': (0, MoneyDto_1.MoneyDtoToJSON)(value['offer']),
100
+ 'sellImportance': value['sellImportance'],
101
+ 'generalPrompt': value['generalPrompt'],
102
+ 'sellImportanceLowPrompt': value['sellImportanceLowPrompt'],
103
+ 'sellImportanceMediumPrompt': value['sellImportanceMediumPrompt'],
104
+ 'sellImportanceHighPrompt': value['sellImportanceHighPrompt'],
105
+ 'chatHistory': (value['chatHistory'].map(LeadMessageDto_1.LeadMessageDtoToJSON)),
106
+ 'buyerMessage': value['buyerMessage'],
107
+ };
108
+ }
@@ -41,17 +41,17 @@ export interface SepaBankAccountDetails {
41
41
  iban: string;
42
42
  }
43
43
  /**
44
- * @export
45
- */
46
- export declare const SepaBankAccountDetailsTypeEnum: {
47
- readonly UK_BANK_ACCOUNT_DETAILS: "UkBankAccountDetails";
48
- readonly US_BANK_ACCOUNT_DETAILS: "UsBankAccountDetails";
49
- readonly CA_BANK_ACCOUNT_DETAILS: "CaBankAccountDetails";
50
- readonly NZ_BANK_ACCOUNT_DETAILS: "NzBankAccountDetails";
51
- readonly AU_BANK_ACCOUNT_DETAILS: "AuBankAccountDetails";
52
- readonly SEPA_BANK_ACCOUNT_DETAILS: "SepaBankAccountDetails";
53
- };
54
- export type SepaBankAccountDetailsTypeEnum = typeof SepaBankAccountDetailsTypeEnum[keyof typeof SepaBankAccountDetailsTypeEnum];
44
+ * @export
45
+ * @enum {string}
46
+ */
47
+ export declare enum SepaBankAccountDetailsTypeEnum {
48
+ UK_BANK_ACCOUNT_DETAILS = "UkBankAccountDetails",
49
+ US_BANK_ACCOUNT_DETAILS = "UsBankAccountDetails",
50
+ CA_BANK_ACCOUNT_DETAILS = "CaBankAccountDetails",
51
+ NZ_BANK_ACCOUNT_DETAILS = "NzBankAccountDetails",
52
+ AU_BANK_ACCOUNT_DETAILS = "AuBankAccountDetails",
53
+ SEPA_BANK_ACCOUNT_DETAILS = "SepaBankAccountDetails"
54
+ }
55
55
  /**
56
56
  * Check if a given object implements the SepaBankAccountDetails interface.
57
57
  */
@@ -20,16 +20,18 @@ exports.SepaBankAccountDetailsFromJSONTyped = SepaBankAccountDetailsFromJSONType
20
20
  exports.SepaBankAccountDetailsToJSON = SepaBankAccountDetailsToJSON;
21
21
  exports.SepaBankAccountDetailsToJSONTyped = SepaBankAccountDetailsToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.SepaBankAccountDetailsTypeEnum = {
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 SepaBankAccountDetailsTypeEnum;
27
+ (function (SepaBankAccountDetailsTypeEnum) {
28
+ SepaBankAccountDetailsTypeEnum["UK_BANK_ACCOUNT_DETAILS"] = "UkBankAccountDetails";
29
+ SepaBankAccountDetailsTypeEnum["US_BANK_ACCOUNT_DETAILS"] = "UsBankAccountDetails";
30
+ SepaBankAccountDetailsTypeEnum["CA_BANK_ACCOUNT_DETAILS"] = "CaBankAccountDetails";
31
+ SepaBankAccountDetailsTypeEnum["NZ_BANK_ACCOUNT_DETAILS"] = "NzBankAccountDetails";
32
+ SepaBankAccountDetailsTypeEnum["AU_BANK_ACCOUNT_DETAILS"] = "AuBankAccountDetails";
33
+ SepaBankAccountDetailsTypeEnum["SEPA_BANK_ACCOUNT_DETAILS"] = "SepaBankAccountDetails";
34
+ })(SepaBankAccountDetailsTypeEnum || (exports.SepaBankAccountDetailsTypeEnum = SepaBankAccountDetailsTypeEnum = {}));
33
35
  /**
34
36
  * Check if a given object implements the SepaBankAccountDetails interface.
35
37
  */
@@ -35,13 +35,13 @@ export interface SetDomainTransferConfirmationInput {
35
35
  confirmationReasonText: string | null;
36
36
  }
37
37
  /**
38
- * @export
39
- */
40
- export declare const SetDomainTransferConfirmationInputConfirmationReasonEnum: {
41
- readonly INVALID_AUTH_CODE: "invalid_auth_code";
42
- readonly OTHER: "other";
43
- };
44
- export type SetDomainTransferConfirmationInputConfirmationReasonEnum = typeof SetDomainTransferConfirmationInputConfirmationReasonEnum[keyof typeof SetDomainTransferConfirmationInputConfirmationReasonEnum];
38
+ * @export
39
+ * @enum {string}
40
+ */
41
+ export declare enum SetDomainTransferConfirmationInputConfirmationReasonEnum {
42
+ INVALID_AUTH_CODE = "invalid_auth_code",
43
+ OTHER = "other"
44
+ }
45
45
  /**
46
46
  * Check if a given object implements the SetDomainTransferConfirmationInput interface.
47
47
  */
@@ -20,12 +20,14 @@ exports.SetDomainTransferConfirmationInputFromJSONTyped = SetDomainTransferConfi
20
20
  exports.SetDomainTransferConfirmationInputToJSON = SetDomainTransferConfirmationInputToJSON;
21
21
  exports.SetDomainTransferConfirmationInputToJSONTyped = SetDomainTransferConfirmationInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.SetDomainTransferConfirmationInputConfirmationReasonEnum = {
26
- INVALID_AUTH_CODE: 'invalid_auth_code',
27
- OTHER: 'other'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var SetDomainTransferConfirmationInputConfirmationReasonEnum;
27
+ (function (SetDomainTransferConfirmationInputConfirmationReasonEnum) {
28
+ SetDomainTransferConfirmationInputConfirmationReasonEnum["INVALID_AUTH_CODE"] = "invalid_auth_code";
29
+ SetDomainTransferConfirmationInputConfirmationReasonEnum["OTHER"] = "other";
30
+ })(SetDomainTransferConfirmationInputConfirmationReasonEnum || (exports.SetDomainTransferConfirmationInputConfirmationReasonEnum = SetDomainTransferConfirmationInputConfirmationReasonEnum = {}));
29
31
  /**
30
32
  * Check if a given object implements the SetDomainTransferConfirmationInput interface.
31
33
  */
@@ -23,13 +23,13 @@ export interface SetPayoutProviderInput {
23
23
  provider: SetPayoutProviderInputProviderEnum;
24
24
  }
25
25
  /**
26
- * @export
27
- */
28
- export declare const SetPayoutProviderInputProviderEnum: {
29
- readonly STRIPE: "stripe";
30
- readonly BANK_ACCOUNT: "bank_account";
31
- };
32
- export type SetPayoutProviderInputProviderEnum = typeof SetPayoutProviderInputProviderEnum[keyof typeof SetPayoutProviderInputProviderEnum];
26
+ * @export
27
+ * @enum {string}
28
+ */
29
+ export declare enum SetPayoutProviderInputProviderEnum {
30
+ STRIPE = "stripe",
31
+ BANK_ACCOUNT = "bank_account"
32
+ }
33
33
  /**
34
34
  * Check if a given object implements the SetPayoutProviderInput interface.
35
35
  */
@@ -20,12 +20,14 @@ exports.SetPayoutProviderInputFromJSONTyped = SetPayoutProviderInputFromJSONType
20
20
  exports.SetPayoutProviderInputToJSON = SetPayoutProviderInputToJSON;
21
21
  exports.SetPayoutProviderInputToJSONTyped = SetPayoutProviderInputToJSONTyped;
22
22
  /**
23
- * @export
24
- */
25
- exports.SetPayoutProviderInputProviderEnum = {
26
- STRIPE: 'stripe',
27
- BANK_ACCOUNT: 'bank_account'
28
- };
23
+ * @export
24
+ * @enum {string}
25
+ */
26
+ var SetPayoutProviderInputProviderEnum;
27
+ (function (SetPayoutProviderInputProviderEnum) {
28
+ SetPayoutProviderInputProviderEnum["STRIPE"] = "stripe";
29
+ SetPayoutProviderInputProviderEnum["BANK_ACCOUNT"] = "bank_account";
30
+ })(SetPayoutProviderInputProviderEnum || (exports.SetPayoutProviderInputProviderEnum = SetPayoutProviderInputProviderEnum = {}));
29
31
  /**
30
32
  * Check if a given object implements the SetPayoutProviderInput interface.
31
33
  */