wallet 2.1.505 → 2.1.508

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 (749) hide show
  1. package/.openapi-generator/FILES +45 -69
  2. package/README.md +849 -16
  3. package/api/advertisementCreditsApi.ts +1 -1
  4. package/api/analyticsApi.ts +1 -1
  5. package/api/appleWalletSubscribersApi.ts +1 -1
  6. package/api/billingApi.ts +17 -17
  7. package/api/clubMembersPointsApi.ts +1 -1
  8. package/api/configurationApi.ts +8 -8
  9. package/api/countriesApi.ts +1 -1
  10. package/api/customerApi.ts +15 -15
  11. package/api/dashboardApi.ts +1 -1
  12. package/api/dynamicVouchersApi.ts +1 -1
  13. package/api/employeeAPIKeysApi.ts +1 -1
  14. package/api/employeeAccessApi.ts +8 -8
  15. package/api/employeesApi.ts +114 -120
  16. package/api/industriesApi.ts +1 -1
  17. package/api/infoGenesisReportsApi.ts +143 -162
  18. package/api/integratedTerminalsApi.ts +1 -1
  19. package/api/interactionsApi.ts +14 -15
  20. package/api/linkBookApi.ts +1 -1
  21. package/api/linkBookSectionApi.ts +1 -1
  22. package/api/loginAndLogoutApi.ts +8 -8
  23. package/api/membershipTiersApi.ts +1 -1
  24. package/api/merchantApi.ts +84 -22
  25. package/api/merchantCreditsApi.ts +1 -1
  26. package/api/merchantURLsApi.ts +1 -1
  27. package/api/mobileTerminalApi.ts +8 -8
  28. package/api/newsApi.ts +1 -1
  29. package/api/paymentDesignsApi.ts +1 -1
  30. package/api/performancesApi.ts +1 -1
  31. package/api/promoCodesApi.ts +1 -1
  32. package/api/sMSApi.ts +86 -89
  33. package/api/settingsApi.ts +1 -1
  34. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  35. package/api/staticVoucherCampaignsApi.ts +15 -15
  36. package/api/staticVouchersApi.ts +1 -1
  37. package/api/systemApi.ts +14 -15
  38. package/api/transactionLedgerApi.ts +1 -1
  39. package/api/utilitiesApi.ts +1 -1
  40. package/api/webTerminalApi.ts +8 -8
  41. package/dist/api/billingApi.d.ts +4 -4
  42. package/dist/api/billingApi.js +8 -8
  43. package/dist/api/billingApi.js.map +1 -1
  44. package/dist/api/configurationApi.d.ts +2 -2
  45. package/dist/api/configurationApi.js +4 -4
  46. package/dist/api/configurationApi.js.map +1 -1
  47. package/dist/api/customerApi.d.ts +4 -4
  48. package/dist/api/customerApi.js +8 -8
  49. package/dist/api/customerApi.js.map +1 -1
  50. package/dist/api/employeeAccessApi.d.ts +2 -2
  51. package/dist/api/employeeAccessApi.js +4 -4
  52. package/dist/api/employeeAccessApi.js.map +1 -1
  53. package/dist/api/employeesApi.d.ts +28 -34
  54. package/dist/api/employeesApi.js +68 -68
  55. package/dist/api/employeesApi.js.map +1 -1
  56. package/dist/api/infoGenesisReportsApi.d.ts +27 -46
  57. package/dist/api/infoGenesisReportsApi.js +92 -92
  58. package/dist/api/infoGenesisReportsApi.js.map +1 -1
  59. package/dist/api/interactionsApi.d.ts +3 -4
  60. package/dist/api/interactionsApi.js +8 -8
  61. package/dist/api/interactionsApi.js.map +1 -1
  62. package/dist/api/loginAndLogoutApi.d.ts +2 -2
  63. package/dist/api/loginAndLogoutApi.js +4 -4
  64. package/dist/api/loginAndLogoutApi.js.map +1 -1
  65. package/dist/api/merchantApi.d.ts +14 -6
  66. package/dist/api/merchantApi.js +69 -12
  67. package/dist/api/merchantApi.js.map +1 -1
  68. package/dist/api/mobileTerminalApi.d.ts +2 -2
  69. package/dist/api/mobileTerminalApi.js +4 -4
  70. package/dist/api/mobileTerminalApi.js.map +1 -1
  71. package/dist/api/sMSApi.d.ts +23 -26
  72. package/dist/api/sMSApi.js +48 -48
  73. package/dist/api/sMSApi.js.map +1 -1
  74. package/dist/api/staticVoucherCampaignsApi.d.ts +4 -4
  75. package/dist/api/staticVoucherCampaignsApi.js +8 -8
  76. package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
  77. package/dist/api/systemApi.d.ts +3 -4
  78. package/dist/api/systemApi.js +8 -8
  79. package/dist/api/systemApi.js.map +1 -1
  80. package/dist/api/webTerminalApi.d.ts +2 -2
  81. package/dist/api/webTerminalApi.js +4 -4
  82. package/dist/api/webTerminalApi.js.map +1 -1
  83. package/dist/examples/advertisementcredits.example.js +7 -1
  84. package/dist/examples/advertisementcredits.example.js.map +1 -1
  85. package/dist/examples/clubmembers.example.js +22 -1
  86. package/dist/examples/clubmembers.example.js.map +1 -1
  87. package/dist/examples/dynamicvouchers.example.d.ts +1 -0
  88. package/dist/examples/dynamicvouchers.example.js +110 -0
  89. package/dist/examples/dynamicvouchers.example.js.map +1 -0
  90. package/dist/examples/linkbook.example.js +3 -1
  91. package/dist/examples/linkbook.example.js.map +1 -1
  92. package/dist/examples/membershiptiers.example.js +17 -1
  93. package/dist/examples/membershiptiers.example.js.map +1 -1
  94. package/dist/examples/merchantcredits.example.js +23 -2
  95. package/dist/examples/merchantcredits.example.js.map +1 -1
  96. package/dist/examples/merchanturls.example.js +7 -1
  97. package/dist/examples/merchanturls.example.js.map +1 -1
  98. package/dist/examples/news.example.js +3 -1
  99. package/dist/examples/news.example.js.map +1 -1
  100. package/dist/examples/paymentdesigns.example.js +6 -2
  101. package/dist/examples/paymentdesigns.example.js.map +1 -1
  102. package/dist/examples/performances.example.js +5 -2
  103. package/dist/examples/performances.example.js.map +1 -1
  104. package/dist/examples/promocodes.example.js +4 -2
  105. package/dist/examples/promocodes.example.js.map +1 -1
  106. package/dist/examples/sms.example.d.ts +1 -0
  107. package/dist/examples/sms.example.js +264 -0
  108. package/dist/examples/sms.example.js.map +1 -0
  109. package/dist/examples/staticvouchercampaigns.example.d.ts +1 -0
  110. package/dist/examples/staticvouchercampaigns.example.js +166 -0
  111. package/dist/examples/staticvouchercampaigns.example.js.map +1 -0
  112. package/dist/examples/staticvouchers.example.d.ts +1 -0
  113. package/dist/examples/staticvouchers.example.js +78 -0
  114. package/dist/examples/staticvouchers.example.js.map +1 -0
  115. package/dist/model/dashboardWidget.d.ts +1 -0
  116. package/dist/model/dashboardWidget.js +5 -0
  117. package/dist/model/dashboardWidget.js.map +1 -1
  118. package/dist/model/inlineObject.d.ts +2 -1
  119. package/dist/model/inlineObject.js +7 -2
  120. package/dist/model/inlineObject.js.map +1 -1
  121. package/dist/model/inlineObject1.d.ts +16 -1
  122. package/dist/model/inlineObject1.js +77 -2
  123. package/dist/model/inlineObject1.js.map +1 -1
  124. package/dist/model/inlineObject10.d.ts +3 -2
  125. package/dist/model/inlineObject10.js +11 -6
  126. package/dist/model/inlineObject10.js.map +1 -1
  127. package/dist/model/inlineObject11.d.ts +3 -2
  128. package/dist/model/inlineObject11.js +11 -6
  129. package/dist/model/inlineObject11.js.map +1 -1
  130. package/dist/model/inlineObject12.d.ts +3 -2
  131. package/dist/model/inlineObject12.js +11 -6
  132. package/dist/model/inlineObject12.js.map +1 -1
  133. package/dist/model/inlineObject13.d.ts +3 -2
  134. package/dist/model/inlineObject13.js +11 -6
  135. package/dist/model/inlineObject13.js.map +1 -1
  136. package/dist/model/inlineObject14.d.ts +3 -2
  137. package/dist/model/inlineObject14.js +11 -6
  138. package/dist/model/inlineObject14.js.map +1 -1
  139. package/dist/model/inlineObject15.d.ts +3 -7
  140. package/dist/model/inlineObject15.js +8 -28
  141. package/dist/model/inlineObject15.js.map +1 -1
  142. package/dist/model/inlineObject16.d.ts +3 -6
  143. package/dist/model/inlineObject16.js +8 -23
  144. package/dist/model/inlineObject16.js.map +1 -1
  145. package/dist/model/inlineObject17.d.ts +3 -5
  146. package/dist/model/inlineObject17.js +9 -19
  147. package/dist/model/inlineObject17.js.map +1 -1
  148. package/dist/model/inlineObject18.d.ts +3 -6
  149. package/dist/model/inlineObject18.js +8 -23
  150. package/dist/model/inlineObject18.js.map +1 -1
  151. package/dist/model/inlineObject19.d.ts +3 -5
  152. package/dist/model/inlineObject19.js +9 -19
  153. package/dist/model/inlineObject19.js.map +1 -1
  154. package/dist/model/inlineObject2.d.ts +4 -1
  155. package/dist/model/inlineObject2.js +17 -2
  156. package/dist/model/inlineObject2.js.map +1 -1
  157. package/dist/model/inlineObject20.d.ts +3 -6
  158. package/dist/model/inlineObject20.js +8 -23
  159. package/dist/model/inlineObject20.js.map +1 -1
  160. package/dist/model/inlineObject21.d.ts +3 -8
  161. package/dist/model/inlineObject21.js +9 -34
  162. package/dist/model/inlineObject21.js.map +1 -1
  163. package/dist/model/inlineObject22.d.ts +3 -1
  164. package/dist/model/inlineObject22.js +13 -3
  165. package/dist/model/inlineObject22.js.map +1 -1
  166. package/dist/model/inlineObject23.d.ts +3 -1
  167. package/dist/model/inlineObject23.js +12 -2
  168. package/dist/model/inlineObject23.js.map +1 -1
  169. package/dist/model/inlineObject24.d.ts +3 -3
  170. package/dist/model/inlineObject24.js +7 -7
  171. package/dist/model/inlineObject24.js.map +1 -1
  172. package/dist/model/inlineObject25.d.ts +4 -5
  173. package/dist/model/inlineObject25.js +9 -14
  174. package/dist/model/inlineObject25.js.map +1 -1
  175. package/dist/model/inlineObject26.d.ts +4 -1
  176. package/dist/model/inlineObject26.js +18 -3
  177. package/dist/model/inlineObject26.js.map +1 -1
  178. package/dist/model/inlineObject27.d.ts +2 -1
  179. package/dist/model/inlineObject27.js +8 -3
  180. package/dist/model/inlineObject27.js.map +1 -1
  181. package/dist/model/inlineObject28.d.ts +16 -3
  182. package/dist/model/inlineObject28.js +74 -9
  183. package/dist/model/inlineObject28.js.map +1 -1
  184. package/dist/model/inlineObject29.d.ts +2 -4
  185. package/dist/model/inlineObject29.js +6 -16
  186. package/dist/model/inlineObject29.js.map +1 -1
  187. package/dist/model/inlineObject3.d.ts +4 -1
  188. package/dist/model/inlineObject3.js +17 -2
  189. package/dist/model/inlineObject3.js.map +1 -1
  190. package/dist/model/inlineObject30.d.ts +16 -3
  191. package/dist/model/inlineObject30.js +74 -9
  192. package/dist/model/inlineObject30.js.map +1 -1
  193. package/dist/model/inlineObject31.d.ts +4 -1
  194. package/dist/model/inlineObject31.js +18 -3
  195. package/dist/model/inlineObject31.js.map +1 -1
  196. package/dist/model/inlineObject32.d.ts +2 -1
  197. package/dist/model/inlineObject32.js +8 -3
  198. package/dist/model/inlineObject32.js.map +1 -1
  199. package/dist/model/inlineObject33.d.ts +16 -1
  200. package/dist/model/inlineObject33.js +78 -3
  201. package/dist/model/inlineObject33.js.map +1 -1
  202. package/dist/model/inlineObject34.d.ts +3 -3
  203. package/dist/model/inlineObject34.js +9 -9
  204. package/dist/model/inlineObject34.js.map +1 -1
  205. package/dist/model/inlineObject35.d.ts +3 -3
  206. package/dist/model/inlineObject35.js +9 -9
  207. package/dist/model/inlineObject35.js.map +1 -1
  208. package/dist/model/inlineObject36.d.ts +3 -3
  209. package/dist/model/inlineObject36.js +9 -9
  210. package/dist/model/inlineObject36.js.map +1 -1
  211. package/dist/model/inlineObject37.d.ts +2 -3
  212. package/dist/model/inlineObject37.js +6 -11
  213. package/dist/model/inlineObject37.js.map +1 -1
  214. package/dist/model/inlineObject38.d.ts +2 -3
  215. package/dist/model/inlineObject38.js +5 -10
  216. package/dist/model/inlineObject38.js.map +1 -1
  217. package/dist/model/inlineObject39.d.ts +2 -3
  218. package/dist/model/inlineObject39.js +5 -10
  219. package/dist/model/inlineObject39.js.map +1 -1
  220. package/dist/model/inlineObject4.d.ts +2 -2
  221. package/dist/model/inlineObject4.js +5 -5
  222. package/dist/model/inlineObject4.js.map +1 -1
  223. package/dist/model/inlineObject40.d.ts +32 -3
  224. package/dist/model/inlineObject40.js +154 -9
  225. package/dist/model/inlineObject40.js.map +1 -1
  226. package/dist/model/inlineObject41.d.ts +4 -3
  227. package/dist/model/inlineObject41.js +14 -9
  228. package/dist/model/inlineObject41.js.map +1 -1
  229. package/dist/model/inlineObject42.d.ts +4 -3
  230. package/dist/model/inlineObject42.js +14 -9
  231. package/dist/model/inlineObject42.js.map +1 -1
  232. package/dist/model/inlineObject43.d.ts +2 -3
  233. package/dist/model/inlineObject43.js +6 -11
  234. package/dist/model/inlineObject43.js.map +1 -1
  235. package/dist/model/inlineObject44.d.ts +16 -3
  236. package/dist/model/inlineObject44.js +74 -9
  237. package/dist/model/inlineObject44.js.map +1 -1
  238. package/dist/model/inlineObject45.d.ts +4 -3
  239. package/dist/model/inlineObject45.js +14 -9
  240. package/dist/model/inlineObject45.js.map +1 -1
  241. package/dist/model/inlineObject46.d.ts +2 -3
  242. package/dist/model/inlineObject46.js +6 -11
  243. package/dist/model/inlineObject46.js.map +1 -1
  244. package/dist/model/inlineObject47.d.ts +16 -3
  245. package/dist/model/inlineObject47.js +74 -9
  246. package/dist/model/inlineObject47.js.map +1 -1
  247. package/dist/model/inlineObject5.d.ts +16 -1
  248. package/dist/model/inlineObject5.js +78 -3
  249. package/dist/model/inlineObject5.js.map +1 -1
  250. package/dist/model/inlineObject6.d.ts +1 -1
  251. package/dist/model/inlineObject6.js +3 -3
  252. package/dist/model/inlineObject6.js.map +1 -1
  253. package/dist/model/inlineObject7.d.ts +1 -1
  254. package/dist/model/inlineObject7.js +3 -3
  255. package/dist/model/inlineObject7.js.map +1 -1
  256. package/dist/model/inlineObject8.d.ts +3 -3
  257. package/dist/model/inlineObject8.js +9 -9
  258. package/dist/model/inlineObject8.js.map +1 -1
  259. package/dist/model/inlineObject9.d.ts +3 -2
  260. package/dist/model/inlineObject9.js +11 -6
  261. package/dist/model/inlineObject9.js.map +1 -1
  262. package/dist/model/merchant.d.ts +3 -3
  263. package/dist/model/merchant.js +15 -15
  264. package/dist/model/merchant.js.map +1 -1
  265. package/dist/model/models.d.ts +45 -69
  266. package/dist/model/models.js +135 -207
  267. package/dist/model/models.js.map +1 -1
  268. package/dist/model/wTAuthenticationForgotPassword.d.ts +14 -0
  269. package/dist/model/wTAuthenticationForgotPassword.js +18 -0
  270. package/dist/model/wTAuthenticationForgotPassword.js.map +1 -0
  271. package/dist/model/wTAuthenticationLogin.d.ts +15 -0
  272. package/dist/model/wTAuthenticationLogin.js +23 -0
  273. package/dist/model/wTAuthenticationLogin.js.map +1 -0
  274. package/dist/model/wTAuthenticationRegister.d.ts +29 -0
  275. package/dist/model/wTAuthenticationRegister.js +93 -0
  276. package/dist/model/wTAuthenticationRegister.js.map +1 -0
  277. package/dist/model/wTAuthenticationRequestResetPassword.d.ts +14 -0
  278. package/dist/model/wTAuthenticationRequestResetPassword.js +18 -0
  279. package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -0
  280. package/dist/model/wTAuthenticationResetPassword.d.ts +16 -0
  281. package/dist/model/wTAuthenticationResetPassword.js +28 -0
  282. package/dist/model/wTAuthenticationResetPassword.js.map +1 -0
  283. package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +17 -0
  284. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +33 -0
  285. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -0
  286. package/dist/model/wTBillingChangePlan.d.ts +14 -0
  287. package/dist/model/wTBillingChangePlan.js +18 -0
  288. package/dist/model/wTBillingChangePlan.js.map +1 -0
  289. package/dist/model/wTBillingSavePaymentMethod.d.ts +14 -0
  290. package/dist/model/wTBillingSavePaymentMethod.js +18 -0
  291. package/dist/model/wTBillingSavePaymentMethod.js.map +1 -0
  292. package/dist/model/wTCustomerSearchByMemberID.d.ts +14 -0
  293. package/dist/model/wTCustomerSearchByMemberID.js +18 -0
  294. package/dist/model/wTCustomerSearchByMemberID.js.map +1 -0
  295. package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +14 -0
  296. package/dist/model/wTCustomerSearchByPhoneNumber.js +18 -0
  297. package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -0
  298. package/dist/model/wTEmployeeCreateAlert.d.ts +15 -0
  299. package/dist/model/wTEmployeeCreateAlert.js +23 -0
  300. package/dist/model/wTEmployeeCreateAlert.js.map +1 -0
  301. package/dist/model/wTEmployeeCreateMediaFile.d.ts +15 -0
  302. package/dist/model/wTEmployeeCreateMediaFile.js +23 -0
  303. package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -0
  304. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +14 -0
  305. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +18 -0
  306. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -0
  307. package/dist/model/wTEmployeeFileCreate.d.ts +15 -0
  308. package/dist/model/wTEmployeeFileCreate.js +23 -0
  309. package/dist/model/wTEmployeeFileCreate.js.map +1 -0
  310. package/dist/model/wTEmployeeImportRecords.d.ts +15 -0
  311. package/dist/model/wTEmployeeImportRecords.js +23 -0
  312. package/dist/model/wTEmployeeImportRecords.js.map +1 -0
  313. package/dist/model/wTEmployeePeerRoles.d.ts +14 -0
  314. package/dist/model/wTEmployeePeerRoles.js +18 -0
  315. package/dist/model/wTEmployeePeerRoles.js.map +1 -0
  316. package/dist/model/wTEmployeeS3FilePresign.d.ts +16 -0
  317. package/dist/model/wTEmployeeS3FilePresign.js +28 -0
  318. package/dist/model/wTEmployeeS3FilePresign.js.map +1 -0
  319. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +20 -0
  320. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +48 -0
  321. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -0
  322. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +19 -0
  323. package/dist/model/wTEmployeeScheduleSimpleSMS.js +43 -0
  324. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -0
  325. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +18 -0
  326. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +38 -0
  327. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -0
  328. package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +15 -0
  329. package/dist/model/wTEmployeeSendHelpDeskResponse.js +23 -0
  330. package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -0
  331. package/dist/model/wTFetchWalletPaymentObjectWithToken.d.ts +17 -0
  332. package/dist/model/wTFetchWalletPaymentObjectWithToken.js +33 -0
  333. package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +1 -0
  334. package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +17 -0
  335. package/dist/model/wTInfoGenesisLookupRequestErrors.js +33 -0
  336. package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -0
  337. package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +16 -0
  338. package/dist/model/wTInfoGenesisRecordFilterParameters.js +28 -0
  339. package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -0
  340. package/dist/model/wTInfoGenesisRoutingIDs.d.ts +14 -0
  341. package/dist/model/wTInfoGenesisRoutingIDs.js +18 -0
  342. package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -0
  343. package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +14 -0
  344. package/dist/model/wTInfoGenesisUniquePostingIDs.js +18 -0
  345. package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -0
  346. package/dist/model/wTMerchantUpdate.d.ts +21 -0
  347. package/dist/model/wTMerchantUpdate.js +53 -0
  348. package/dist/model/wTMerchantUpdate.js.map +1 -0
  349. package/dist/model/wTMerchantUpdateBillingContact.d.ts +14 -0
  350. package/dist/model/wTMerchantUpdateBillingContact.js +18 -0
  351. package/dist/model/wTMerchantUpdateBillingContact.js.map +1 -0
  352. package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +14 -0
  353. package/dist/model/wTMerchantUpdatePOSIntegration.js +18 -0
  354. package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -0
  355. package/dist/model/wTSMSAcquirePhoneNumber.d.ts +14 -0
  356. package/dist/model/wTSMSAcquirePhoneNumber.js +18 -0
  357. package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -0
  358. package/dist/model/wTSMSCreateAgreement.d.ts +25 -0
  359. package/dist/model/wTSMSCreateAgreement.js +73 -0
  360. package/dist/model/wTSMSCreateAgreement.js.map +1 -0
  361. package/dist/model/wTSMSImportOptInListSubscribers.d.ts +16 -0
  362. package/dist/model/wTSMSImportOptInListSubscribers.js +28 -0
  363. package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -0
  364. package/dist/model/wTSMSImportedListCreate.d.ts +16 -0
  365. package/dist/model/wTSMSImportedListCreate.js +28 -0
  366. package/dist/model/wTSMSImportedListCreate.js.map +1 -0
  367. package/dist/model/wTSMSOptInListSourceCreate.d.ts +15 -0
  368. package/dist/model/wTSMSOptInListSourceCreate.js +23 -0
  369. package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -0
  370. package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +25 -0
  371. package/dist/model/wTSMSUpdatePhoneNumberConfig.js +73 -0
  372. package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -0
  373. package/dist/model/wTSettingsSetPassword.d.ts +14 -0
  374. package/dist/model/wTSettingsSetPassword.js +18 -0
  375. package/dist/model/wTSettingsSetPassword.js.map +1 -0
  376. package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +16 -0
  377. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +28 -0
  378. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -0
  379. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +18 -0
  380. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +38 -0
  381. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -0
  382. package/dist/model/wTSystemApprovePhoneNumber.d.ts +15 -0
  383. package/dist/model/wTSystemApprovePhoneNumber.js +23 -0
  384. package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -0
  385. package/dist/model/wTSystemRoleCreate.d.ts +15 -0
  386. package/dist/model/wTSystemRoleCreate.js +23 -0
  387. package/dist/model/wTSystemRoleCreate.js.map +1 -0
  388. package/dist/model/wTTCPAOpt.d.ts +16 -0
  389. package/dist/model/wTTCPAOpt.js +28 -0
  390. package/dist/model/wTTCPAOpt.js.map +1 -0
  391. package/dist/model/wTTwilioRequestAuthyCode.d.ts +15 -0
  392. package/dist/model/wTTwilioRequestAuthyCode.js +23 -0
  393. package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -0
  394. package/dist/model/wTTwilioVerifyAuthyCode.d.ts +16 -0
  395. package/dist/model/wTTwilioVerifyAuthyCode.js +28 -0
  396. package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -0
  397. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +46 -0
  398. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +178 -0
  399. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -0
  400. package/dist/model/wTWalletItemRedemption.d.ts +16 -0
  401. package/dist/model/wTWalletItemRedemption.js +28 -0
  402. package/dist/model/wTWalletItemRedemption.js.map +1 -0
  403. package/dist/model/walletConfiguration.d.ts +4 -4
  404. package/dist/model/walletConfiguration.js +15 -15
  405. package/dist/model/walletConfiguration.js.map +1 -1
  406. package/examples/advertisementcredits.example.ts +13 -1
  407. package/examples/clubmembers.example.ts +34 -1
  408. package/examples/dynamicvouchers.example.ts +107 -0
  409. package/examples/linkbook.example.ts +5 -1
  410. package/examples/membershiptiers.example.ts +26 -1
  411. package/examples/merchantcredits.example.ts +35 -2
  412. package/examples/merchanturls.example.ts +13 -1
  413. package/examples/news.example.ts +5 -1
  414. package/examples/package-lock.json +2108 -0
  415. package/examples/package.json +18 -0
  416. package/examples/paymentdesigns.example.ts +11 -3
  417. package/examples/performances.example.ts +7 -2
  418. package/examples/promocodes.example.ts +6 -2
  419. package/examples/sms.example.ts +305 -0
  420. package/examples/staticvouchercampaigns.example.ts +192 -0
  421. package/examples/staticvouchers.example.ts +67 -0
  422. package/model/advertisementCredit.ts +1 -1
  423. package/model/advertisementCreditBroadcast.ts +1 -1
  424. package/model/advertisementCreditScan.ts +1 -1
  425. package/model/agreement.ts +1 -1
  426. package/model/alert.ts +1 -1
  427. package/model/announcement.ts +1 -1
  428. package/model/applicableTerminals.ts +1 -1
  429. package/model/applicableTerminalsAnyOf.ts +1 -1
  430. package/model/applicableTerminalsAnyOf1.ts +1 -1
  431. package/model/applicableTerminalsAnyOf2.ts +1 -1
  432. package/model/applicableTerminalsAnyOf3.ts +1 -1
  433. package/model/authError.ts +1 -1
  434. package/model/availablePhoneNumbersRequest.ts +1 -1
  435. package/model/clickFunnelAmount.ts +1 -1
  436. package/model/clickFunnelContact.ts +1 -1
  437. package/model/clickFunnelContactProfile.ts +1 -1
  438. package/model/clickFunnelEvent.ts +1 -1
  439. package/model/clickFunnelOriginalAmount.ts +1 -1
  440. package/model/clickFunnelProduct.ts +1 -1
  441. package/model/clickFunnelPurchase.ts +1 -1
  442. package/model/createStaticVoucherCampaign.ts +1 -1
  443. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  444. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  445. package/model/dashboardWidget.ts +7 -1
  446. package/model/duplicateRowFound.ts +1 -1
  447. package/model/dynamicVoucher.ts +1 -1
  448. package/model/dynamicVoucherBroadcast.ts +1 -1
  449. package/model/employee.ts +1 -1
  450. package/model/employeeAPIKey.ts +1 -1
  451. package/model/employeeActivityLog.ts +1 -1
  452. package/model/entityTooLarge.ts +1 -1
  453. package/model/exportDataFile.ts +1 -1
  454. package/model/falsumError.ts +1 -1
  455. package/model/falsumField.ts +1 -1
  456. package/model/feature.ts +1 -1
  457. package/model/forbiddenRequest.ts +1 -1
  458. package/model/foreignKeyDoesNotExist.ts +1 -1
  459. package/model/helpDeskRequest.ts +1 -1
  460. package/model/importedList.ts +1 -1
  461. package/model/importedListRecipient.ts +1 -1
  462. package/model/inlineObject.ts +10 -4
  463. package/model/inlineObject1.ts +94 -4
  464. package/model/inlineObject10.ts +15 -9
  465. package/model/inlineObject11.ts +15 -9
  466. package/model/inlineObject12.ts +15 -9
  467. package/model/inlineObject13.ts +15 -9
  468. package/model/inlineObject14.ts +15 -9
  469. package/model/inlineObject15.ts +12 -36
  470. package/model/inlineObject16.ts +12 -30
  471. package/model/inlineObject17.ts +13 -25
  472. package/model/inlineObject18.ts +12 -30
  473. package/model/inlineObject19.ts +13 -25
  474. package/model/inlineObject2.ts +22 -4
  475. package/model/inlineObject20.ts +12 -30
  476. package/model/inlineObject21.ts +13 -43
  477. package/model/inlineObject22.ts +17 -5
  478. package/model/inlineObject23.ts +16 -4
  479. package/model/inlineObject24.ts +11 -11
  480. package/model/inlineObject25.ts +14 -20
  481. package/model/inlineObject26.ts +23 -5
  482. package/model/inlineObject27.ts +11 -5
  483. package/model/inlineObject28.ts +91 -13
  484. package/model/inlineObject29.ts +9 -21
  485. package/model/inlineObject3.ts +22 -4
  486. package/model/inlineObject30.ts +91 -13
  487. package/model/inlineObject31.ts +23 -5
  488. package/model/inlineObject32.ts +11 -5
  489. package/model/inlineObject33.ts +95 -5
  490. package/model/inlineObject34.ts +13 -13
  491. package/model/inlineObject35.ts +13 -13
  492. package/model/inlineObject36.ts +13 -13
  493. package/model/inlineObject37.ts +9 -15
  494. package/model/inlineObject38.ts +8 -14
  495. package/model/inlineObject39.ts +8 -14
  496. package/model/inlineObject4.ts +8 -8
  497. package/model/inlineObject40.ts +187 -13
  498. package/model/inlineObject41.ts +19 -13
  499. package/model/inlineObject42.ts +19 -13
  500. package/model/inlineObject43.ts +9 -15
  501. package/model/inlineObject44.ts +91 -13
  502. package/model/inlineObject45.ts +19 -13
  503. package/model/inlineObject46.ts +9 -15
  504. package/model/inlineObject47.ts +91 -13
  505. package/model/inlineObject48.ts +1 -1
  506. package/model/inlineObject49.ts +1 -1
  507. package/model/inlineObject5.ts +95 -5
  508. package/model/inlineObject50.ts +1 -1
  509. package/model/inlineObject51.ts +1 -1
  510. package/model/inlineObject52.ts +1 -1
  511. package/model/inlineObject53.ts +1 -1
  512. package/model/inlineObject54.ts +1 -1
  513. package/model/inlineObject55.ts +1 -1
  514. package/model/inlineObject56.ts +1 -1
  515. package/model/inlineObject57.ts +1 -1
  516. package/model/inlineObject58.ts +1 -1
  517. package/model/inlineObject59.ts +1 -1
  518. package/model/inlineObject6.ts +5 -5
  519. package/model/inlineObject60.ts +1 -1
  520. package/model/inlineObject61.ts +1 -1
  521. package/model/inlineObject62.ts +1 -1
  522. package/model/inlineObject63.ts +1 -1
  523. package/model/inlineObject64.ts +1 -1
  524. package/model/inlineObject65.ts +1 -1
  525. package/model/inlineObject66.ts +1 -1
  526. package/model/inlineObject67.ts +1 -1
  527. package/model/inlineObject68.ts +1 -1
  528. package/model/inlineObject7.ts +5 -5
  529. package/model/inlineObject8.ts +13 -13
  530. package/model/inlineObject9.ts +15 -9
  531. package/model/inlineResponse200.ts +1 -1
  532. package/model/inlineResponse2001.ts +1 -1
  533. package/model/inlineResponse20010.ts +1 -1
  534. package/model/inlineResponse20011.ts +1 -1
  535. package/model/inlineResponse20012.ts +1 -1
  536. package/model/inlineResponse20013.ts +1 -1
  537. package/model/inlineResponse20014.ts +1 -1
  538. package/model/inlineResponse2002.ts +1 -1
  539. package/model/inlineResponse2003.ts +1 -1
  540. package/model/inlineResponse2004.ts +1 -1
  541. package/model/inlineResponse2005.ts +1 -1
  542. package/model/inlineResponse2006.ts +1 -1
  543. package/model/inlineResponse2007.ts +1 -1
  544. package/model/inlineResponse2008.ts +1 -1
  545. package/model/inlineResponse2009.ts +1 -1
  546. package/model/internalServerError.ts +1 -1
  547. package/model/ledgerEntry.ts +1 -1
  548. package/model/linkBook.ts +1 -1
  549. package/model/linkBookSection.ts +1 -1
  550. package/model/mSMemberHistory.ts +1 -1
  551. package/model/mSMemberHistoryPagination.ts +1 -1
  552. package/model/mSMemberRedemption.ts +1 -1
  553. package/model/mSMemberRedemptionPagination.ts +1 -1
  554. package/model/mSMembershipTierHistory.ts +1 -1
  555. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  556. package/model/mSMembershipTierRedemption.ts +1 -1
  557. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  558. package/model/mSMerchantCreditHistory.ts +1 -1
  559. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  560. package/model/mSMerchantCreditRedemption.ts +1 -1
  561. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  562. package/model/mediaFile.ts +1 -1
  563. package/model/member.ts +1 -1
  564. package/model/memberSearch.ts +1 -1
  565. package/model/merchant.ts +19 -19
  566. package/model/merchantCreditSearch.ts +1 -1
  567. package/model/merchantNotInitialized.ts +1 -1
  568. package/model/merchantURL.ts +1 -1
  569. package/model/message.ts +1 -1
  570. package/model/models.ts +135 -207
  571. package/model/moduleError.ts +1 -1
  572. package/model/newsArticle.ts +1 -1
  573. package/model/optInList.ts +1 -1
  574. package/model/optInListSource.ts +1 -1
  575. package/model/optInListSubscriber.ts +1 -1
  576. package/model/outboundSMS.ts +1 -1
  577. package/model/paginatedWTMembers.ts +1 -1
  578. package/model/paginatedWTMerchantCredits.ts +1 -1
  579. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  580. package/model/paginationRequestWithSortOptions.ts +1 -1
  581. package/model/paymentDesign.ts +1 -1
  582. package/model/performance.ts +1 -1
  583. package/model/phoneNumber.ts +1 -1
  584. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  585. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  586. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  587. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  588. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  589. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  590. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  591. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  592. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  593. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  594. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
  595. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  596. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  597. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  598. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +1 -1
  599. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  600. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  601. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  602. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  603. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  604. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  605. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  606. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  607. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
  608. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  609. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  610. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  611. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  612. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +1 -1
  613. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  614. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  615. package/model/plan.ts +1 -1
  616. package/model/portalPage.ts +1 -1
  617. package/model/presignedPost.ts +1 -1
  618. package/model/presignedPostFields.ts +1 -1
  619. package/model/product.ts +1 -1
  620. package/model/promoCode.ts +1 -1
  621. package/model/reachPerformanceStats.ts +1 -1
  622. package/model/request.ts +1 -1
  623. package/model/response.ts +1 -1
  624. package/model/role.ts +1 -1
  625. package/model/roleAuditLog.ts +1 -1
  626. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  627. package/model/sSOptInSource.ts +1 -1
  628. package/model/simpleSMSBroadcast.ts +1 -1
  629. package/model/staticVoucher.ts +1 -1
  630. package/model/staticVoucherCampaign.ts +1 -1
  631. package/model/staticVoucherCampaignBroadcast.ts +1 -1
  632. package/model/staticVoucherCampaignGroup.ts +1 -1
  633. package/model/staticVoucherCampaignUpdate.ts +1 -1
  634. package/model/status.ts +1 -1
  635. package/model/statusAnyOf.ts +1 -1
  636. package/model/statusAnyOf1.ts +1 -1
  637. package/model/statusAnyOf2.ts +1 -1
  638. package/model/statusAnyOf3.ts +1 -1
  639. package/model/subscriptionFeature.ts +1 -1
  640. package/model/subscriptionPlan.ts +1 -1
  641. package/model/subscriptionProduct.ts +1 -1
  642. package/model/tcpa.ts +1 -1
  643. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  644. package/model/vSCampaignGeneratedMessage.ts +1 -1
  645. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  646. package/model/vSDynamicVoucherStatus.ts +1 -1
  647. package/model/wTAdvertisementCredit.ts +1 -1
  648. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  649. package/model/wTAdvertisementCreditScan.ts +1 -1
  650. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  651. package/model/wTAuthenticationForgotPassword.ts +31 -0
  652. package/model/wTAuthenticationLogin.ts +37 -0
  653. package/model/wTAuthenticationRegister.ts +121 -0
  654. package/model/wTAuthenticationRequestResetPassword.ts +31 -0
  655. package/model/wTAuthenticationResetPassword.ts +43 -0
  656. package/model/wTAuthenticationSSOLoginForDiscourse.ts +49 -0
  657. package/model/wTBillingChangePlan.ts +31 -0
  658. package/model/wTBillingSavePaymentMethod.ts +31 -0
  659. package/model/wTCustomerSearchByMemberID.ts +31 -0
  660. package/model/wTCustomerSearchByPhoneNumber.ts +31 -0
  661. package/model/wTDynamicVoucher.ts +1 -1
  662. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  663. package/model/wTDynamicVoucherRedemption.ts +1 -1
  664. package/model/wTDynamicVoucherSummary.ts +1 -1
  665. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  666. package/model/wTEmployee.ts +1 -1
  667. package/model/wTEmployeeAPIKey.ts +1 -1
  668. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  669. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  670. package/model/wTEmployeeCreate.ts +1 -1
  671. package/model/wTEmployeeCreateAlert.ts +37 -0
  672. package/model/wTEmployeeCreateMediaFile.ts +37 -0
  673. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +31 -0
  674. package/model/wTEmployeeFileCreate.ts +37 -0
  675. package/model/wTEmployeeImportRecords.ts +37 -0
  676. package/model/wTEmployeeNotification.ts +1 -1
  677. package/model/wTEmployeePeerRoles.ts +31 -0
  678. package/model/wTEmployeeS3FilePresign.ts +43 -0
  679. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -0
  680. package/model/wTEmployeeScheduleSimpleSMS.ts +61 -0
  681. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -0
  682. package/model/wTEmployeeSendHelpDeskResponse.ts +37 -0
  683. package/model/wTEmployeeUpdate.ts +1 -1
  684. package/model/wTFetchWalletPaymentObjectWithToken.ts +49 -0
  685. package/model/wTImportedList.ts +1 -1
  686. package/model/wTInfoGenesisLookupRequestErrors.ts +49 -0
  687. package/model/wTInfoGenesisRecordFilterParameters.ts +43 -0
  688. package/model/wTInfoGenesisRoutingIDs.ts +31 -0
  689. package/model/wTInfoGenesisUniquePostingIDs.ts +31 -0
  690. package/model/wTLinkBookCreateParams.ts +1 -1
  691. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  692. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  693. package/model/wTLinkBookUpdateParams.ts +1 -1
  694. package/model/wTMember.ts +1 -1
  695. package/model/wTMemberCreationParams.ts +1 -1
  696. package/model/wTMembershipTier.ts +1 -1
  697. package/model/wTMembershipTierCreationParams.ts +1 -1
  698. package/model/wTMembershipTierUpdateParams.ts +1 -1
  699. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  700. package/model/wTMerchantCredit.ts +1 -1
  701. package/model/wTMerchantCreditCreationParams.ts +1 -1
  702. package/model/wTMerchantURLCreate.ts +1 -1
  703. package/model/wTMerchantURLUpdate.ts +1 -1
  704. package/model/wTMerchantUpdate.ts +73 -0
  705. package/model/wTMerchantUpdateBillingContact.ts +31 -0
  706. package/model/wTMerchantUpdatePOSIntegration.ts +31 -0
  707. package/model/wTNewsArticleCreateParams.ts +1 -1
  708. package/model/wTNewsArticleUpdateParams.ts +1 -1
  709. package/model/wTOptInList.ts +1 -1
  710. package/model/wTOptInListCreationParams.ts +1 -1
  711. package/model/wTPaymentDesign.ts +1 -1
  712. package/model/wTPaymentDesignCreateParams.ts +1 -1
  713. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  714. package/model/wTPerformanceCreateParams.ts +1 -1
  715. package/model/wTPerformanceUpdateParams.ts +1 -1
  716. package/model/wTPosMachine.ts +1 -1
  717. package/model/wTPosMachineCreateParams.ts +1 -1
  718. package/model/wTPosMachineUpdateParams.ts +1 -1
  719. package/model/wTPromoCodeCreateParams.ts +1 -1
  720. package/model/wTPromoCodeUpdateParams.ts +1 -1
  721. package/model/wTRole.ts +1 -1
  722. package/model/wTSMSAcquirePhoneNumber.ts +31 -0
  723. package/model/wTSMSCreateAgreement.ts +97 -0
  724. package/model/wTSMSImportOptInListSubscribers.ts +43 -0
  725. package/model/wTSMSImportedListCreate.ts +43 -0
  726. package/model/wTSMSOptInListSourceCreate.ts +37 -0
  727. package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -0
  728. package/model/wTSettingsSetPassword.ts +31 -0
  729. package/model/wTStaticVoucher.ts +1 -1
  730. package/model/wTStaticVoucherCampaign.ts +1 -1
  731. package/model/wTStaticVoucherCampaignPreviewMessages.ts +43 -0
  732. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -0
  733. package/model/wTStaticVoucherCreateParams.ts +1 -1
  734. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  735. package/model/wTSystemApprovePhoneNumber.ts +37 -0
  736. package/model/wTSystemRoleCreate.ts +37 -0
  737. package/model/wTTCPAOpt.ts +43 -0
  738. package/model/wTTwilioRequestAuthyCode.ts +37 -0
  739. package/model/wTTwilioVerifyAuthyCode.ts +43 -0
  740. package/model/wTWalletConfigurationSaveWalletRecord.ts +223 -0
  741. package/model/wTWalletItemRedemption.ts +43 -0
  742. package/model/wTWalletPageView.ts +1 -1
  743. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  744. package/model/walletConfiguration.ts +20 -23
  745. package/model/walletPageView.ts +1 -1
  746. package/model/webpage.ts +1 -1
  747. package/package.json +1 -1
  748. package/readme-generator.py +9 -3
  749. package/tsconfig.json +2 -1
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -18,12 +18,11 @@ import http from 'http';
18
18
  import { AdvertisementCreditScan } from '../model/advertisementCreditScan';
19
19
  import { DynamicVoucher } from '../model/dynamicVoucher';
20
20
  import { FalsumError } from '../model/falsumError';
21
- import { InlineObject65 } from '../model/inlineObject65';
22
- import { InlineObject66 } from '../model/inlineObject66';
23
21
  import { InlineResponse20012 } from '../model/inlineResponse20012';
24
22
  import { InternalServerError } from '../model/internalServerError';
25
23
  import { Member } from '../model/member';
26
24
  import { StaticVoucher } from '../model/staticVoucher';
25
+ import { WTFetchWalletPaymentObjectWithToken } from '../model/wTFetchWalletPaymentObjectWithToken';
27
26
  import { WalletConfiguration } from '../model/walletConfiguration';
28
27
 
29
28
  import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
@@ -600,9 +599,9 @@ export class InteractionsApi {
600
599
  /**
601
600
  *
602
601
  * @summary Fetch page with token NOTE: This route exists because a token can completely change the dataset returned to the client. A simple fetch just logs the token with the request, but a fetchWithToken request can have a very different object returned to the client.
603
- * @param inlineObject66
602
+ * @param wTFetchWalletPaymentObjectWithToken
604
603
  */
605
- public async fetchWalletPageWithToken (inlineObject66: InlineObject66, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
604
+ public async fetchWalletPageWithToken (wTFetchWalletPaymentObjectWithToken: WTFetchWalletPaymentObjectWithToken, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
606
605
  const localVarPath = this.basePath + '/wallet/page/token';
607
606
  let localVarQueryParameters: any = {};
608
607
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -615,9 +614,9 @@ export class InteractionsApi {
615
614
  }
616
615
  let localVarFormParams: any = {};
617
616
 
618
- // verify required parameter 'inlineObject66' is not null or undefined
619
- if (inlineObject66 === null || inlineObject66 === undefined) {
620
- throw new Error('Required parameter inlineObject66 was null or undefined when calling fetchWalletPageWithToken.');
617
+ // verify required parameter 'wTFetchWalletPaymentObjectWithToken' is not null or undefined
618
+ if (wTFetchWalletPaymentObjectWithToken === null || wTFetchWalletPaymentObjectWithToken === undefined) {
619
+ throw new Error('Required parameter wTFetchWalletPaymentObjectWithToken was null or undefined when calling fetchWalletPageWithToken.');
621
620
  }
622
621
 
623
622
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -631,7 +630,7 @@ export class InteractionsApi {
631
630
  uri: localVarPath,
632
631
  useQuerystring: this._useQuerystring,
633
632
  json: true,
634
- body: ObjectSerializer.serialize(inlineObject66, "InlineObject66")
633
+ body: ObjectSerializer.serialize(wTFetchWalletPaymentObjectWithToken, "WTFetchWalletPaymentObjectWithToken")
635
634
  };
636
635
 
637
636
  let authenticationPromise = Promise.resolve();
@@ -669,9 +668,9 @@ export class InteractionsApi {
669
668
  /**
670
669
  *
671
670
  * @summary Fetch payment object with token NOTE: This route exists because a token can completely change the dataset returned to the client. A simple fetch just logs the token with the request, but a fetchWithToken request can have a very different object returned to the client.
672
- * @param inlineObject65
671
+ * @param wTFetchWalletPaymentObjectWithToken
673
672
  */
674
- public async fetchWalletPaymentObjectWithToken (inlineObject65: InlineObject65, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
673
+ public async fetchWalletPaymentObjectWithToken (wTFetchWalletPaymentObjectWithToken: WTFetchWalletPaymentObjectWithToken, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
675
674
  const localVarPath = this.basePath + '/wallet/paymentObject/token';
676
675
  let localVarQueryParameters: any = {};
677
676
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -684,9 +683,9 @@ export class InteractionsApi {
684
683
  }
685
684
  let localVarFormParams: any = {};
686
685
 
687
- // verify required parameter 'inlineObject65' is not null or undefined
688
- if (inlineObject65 === null || inlineObject65 === undefined) {
689
- throw new Error('Required parameter inlineObject65 was null or undefined when calling fetchWalletPaymentObjectWithToken.');
686
+ // verify required parameter 'wTFetchWalletPaymentObjectWithToken' is not null or undefined
687
+ if (wTFetchWalletPaymentObjectWithToken === null || wTFetchWalletPaymentObjectWithToken === undefined) {
688
+ throw new Error('Required parameter wTFetchWalletPaymentObjectWithToken was null or undefined when calling fetchWalletPaymentObjectWithToken.');
690
689
  }
691
690
 
692
691
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -700,7 +699,7 @@ export class InteractionsApi {
700
699
  uri: localVarPath,
701
700
  useQuerystring: this._useQuerystring,
702
701
  json: true,
703
- body: ObjectSerializer.serialize(inlineObject65, "InlineObject65")
702
+ body: ObjectSerializer.serialize(wTFetchWalletPaymentObjectWithToken, "WTFetchWalletPaymentObjectWithToken")
704
703
  };
705
704
 
706
705
  let authenticationPromise = Promise.resolve();
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,9 +17,9 @@ import http from 'http';
17
17
  /* tslint:disable:no-unused-locals */
18
18
  import { AuthError } from '../model/authError';
19
19
  import { FalsumError } from '../model/falsumError';
20
- import { InlineObject67 } from '../model/inlineObject67';
21
20
  import { InlineResponse20013 } from '../model/inlineResponse20013';
22
21
  import { InternalServerError } from '../model/internalServerError';
22
+ import { WTAuthenticationLogin } from '../model/wTAuthenticationLogin';
23
23
 
24
24
  import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
25
25
  import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
@@ -96,9 +96,9 @@ export class LoginAndLogoutApi {
96
96
  /**
97
97
  *
98
98
  * @summary Login
99
- * @param inlineObject67
99
+ * @param wTAuthenticationLogin
100
100
  */
101
- public async login (inlineObject67: InlineObject67, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse20013; }> {
101
+ public async login (wTAuthenticationLogin: WTAuthenticationLogin, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse20013; }> {
102
102
  const localVarPath = this.basePath + '/authentication/login';
103
103
  let localVarQueryParameters: any = {};
104
104
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -111,9 +111,9 @@ export class LoginAndLogoutApi {
111
111
  }
112
112
  let localVarFormParams: any = {};
113
113
 
114
- // verify required parameter 'inlineObject67' is not null or undefined
115
- if (inlineObject67 === null || inlineObject67 === undefined) {
116
- throw new Error('Required parameter inlineObject67 was null or undefined when calling login.');
114
+ // verify required parameter 'wTAuthenticationLogin' is not null or undefined
115
+ if (wTAuthenticationLogin === null || wTAuthenticationLogin === undefined) {
116
+ throw new Error('Required parameter wTAuthenticationLogin was null or undefined when calling login.');
117
117
  }
118
118
 
119
119
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -127,7 +127,7 @@ export class LoginAndLogoutApi {
127
127
  uri: localVarPath,
128
128
  useQuerystring: this._useQuerystring,
129
129
  json: true,
130
- body: ObjectSerializer.serialize(inlineObject67, "InlineObject67")
130
+ body: ObjectSerializer.serialize(wTAuthenticationLogin, "WTAuthenticationLogin")
131
131
  };
132
132
 
133
133
  let authenticationPromise = Promise.resolve();
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,14 +19,14 @@ import { AdvertisementCreditBroadcast } from '../model/advertisementCreditBroadc
19
19
  import { AuthError } from '../model/authError';
20
20
  import { DynamicVoucherBroadcast } from '../model/dynamicVoucherBroadcast';
21
21
  import { FalsumError } from '../model/falsumError';
22
- import { InlineObject21 } from '../model/inlineObject21';
23
- import { InlineObject22 } from '../model/inlineObject22';
24
- import { InlineObject23 } from '../model/inlineObject23';
25
22
  import { InlineResponse2002 } from '../model/inlineResponse2002';
26
23
  import { InternalServerError } from '../model/internalServerError';
27
24
  import { SimpleSMSBroadcast } from '../model/simpleSMSBroadcast';
28
25
  import { StaticVoucherCampaignBroadcast } from '../model/staticVoucherCampaignBroadcast';
29
26
  import { Tcpa } from '../model/tcpa';
27
+ import { WTMerchantUpdate } from '../model/wTMerchantUpdate';
28
+ import { WTMerchantUpdateBillingContact } from '../model/wTMerchantUpdateBillingContact';
29
+ import { WTMerchantUpdatePOSIntegration } from '../model/wTMerchantUpdatePOSIntegration';
30
30
 
31
31
  import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
32
32
  import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
@@ -100,6 +100,68 @@ export class MerchantApi {
100
100
  this.interceptors.push(interceptor);
101
101
  }
102
102
 
103
+ /**
104
+ *
105
+ * @summary Archive Merchant
106
+ */
107
+ public async archiveMerchantProfile (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
108
+ const localVarPath = this.basePath + '/v2/merchant/delete';
109
+ let localVarQueryParameters: any = {};
110
+ let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
111
+ const produces = ['application/json'];
112
+ // give precedence to 'application/json'
113
+ if (produces.indexOf('application/json') >= 0) {
114
+ localVarHeaderParams.Accept = 'application/json';
115
+ } else {
116
+ localVarHeaderParams.Accept = produces.join(',');
117
+ }
118
+ let localVarFormParams: any = {};
119
+
120
+ (<any>Object).assign(localVarHeaderParams, options.headers);
121
+
122
+ let localVarUseFormData = false;
123
+
124
+ let localVarRequestOptions: localVarRequest.Options = {
125
+ method: 'DELETE',
126
+ qs: localVarQueryParameters,
127
+ headers: localVarHeaderParams,
128
+ uri: localVarPath,
129
+ useQuerystring: this._useQuerystring,
130
+ json: true,
131
+ };
132
+
133
+ let authenticationPromise = Promise.resolve();
134
+ authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
135
+
136
+ let interceptorPromise = authenticationPromise;
137
+ for (const interceptor of this.interceptors) {
138
+ interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
139
+ }
140
+
141
+ return interceptorPromise.then(() => {
142
+ if (Object.keys(localVarFormParams).length) {
143
+ if (localVarUseFormData) {
144
+ (<any>localVarRequestOptions).formData = localVarFormParams;
145
+ } else {
146
+ localVarRequestOptions.form = localVarFormParams;
147
+ }
148
+ }
149
+ return new Promise<{ response: http.IncomingMessage; body: any; }>((resolve, reject) => {
150
+ localVarRequest(localVarRequestOptions, (error, response, body) => {
151
+ if (error) {
152
+ reject(error);
153
+ } else {
154
+ if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
155
+ body = ObjectSerializer.deserialize(body, "any");
156
+ resolve({ response: response, body: body });
157
+ } else {
158
+ reject(new HttpError(response, body, response.statusCode));
159
+ }
160
+ }
161
+ });
162
+ });
163
+ });
164
+ }
103
165
  /**
104
166
  *
105
167
  * @summary Archive payment object broadcast
@@ -1711,9 +1773,9 @@ export class MerchantApi {
1711
1773
  /**
1712
1774
  *
1713
1775
  * @summary Update billing contact
1714
- * @param inlineObject22
1776
+ * @param wTMerchantUpdateBillingContact
1715
1777
  */
1716
- public async updateBillingContact (inlineObject22: InlineObject22, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1778
+ public async updateBillingContact (wTMerchantUpdateBillingContact: WTMerchantUpdateBillingContact, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1717
1779
  const localVarPath = this.basePath + '/v2/merchant/billing/contact';
1718
1780
  let localVarQueryParameters: any = {};
1719
1781
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -1726,9 +1788,9 @@ export class MerchantApi {
1726
1788
  }
1727
1789
  let localVarFormParams: any = {};
1728
1790
 
1729
- // verify required parameter 'inlineObject22' is not null or undefined
1730
- if (inlineObject22 === null || inlineObject22 === undefined) {
1731
- throw new Error('Required parameter inlineObject22 was null or undefined when calling updateBillingContact.');
1791
+ // verify required parameter 'wTMerchantUpdateBillingContact' is not null or undefined
1792
+ if (wTMerchantUpdateBillingContact === null || wTMerchantUpdateBillingContact === undefined) {
1793
+ throw new Error('Required parameter wTMerchantUpdateBillingContact was null or undefined when calling updateBillingContact.');
1732
1794
  }
1733
1795
 
1734
1796
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -1742,7 +1804,7 @@ export class MerchantApi {
1742
1804
  uri: localVarPath,
1743
1805
  useQuerystring: this._useQuerystring,
1744
1806
  json: true,
1745
- body: ObjectSerializer.serialize(inlineObject22, "InlineObject22")
1807
+ body: ObjectSerializer.serialize(wTMerchantUpdateBillingContact, "WTMerchantUpdateBillingContact")
1746
1808
  };
1747
1809
 
1748
1810
  let authenticationPromise = Promise.resolve();
@@ -1780,9 +1842,9 @@ export class MerchantApi {
1780
1842
  /**
1781
1843
  *
1782
1844
  * @summary Update merchant details
1783
- * @param inlineObject21
1845
+ * @param wTMerchantUpdate
1784
1846
  */
1785
- public async updateMerchant (inlineObject21: InlineObject21, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1847
+ public async updateMerchant (wTMerchantUpdate: WTMerchantUpdate, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1786
1848
  const localVarPath = this.basePath + '/v2/merchant';
1787
1849
  let localVarQueryParameters: any = {};
1788
1850
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -1795,9 +1857,9 @@ export class MerchantApi {
1795
1857
  }
1796
1858
  let localVarFormParams: any = {};
1797
1859
 
1798
- // verify required parameter 'inlineObject21' is not null or undefined
1799
- if (inlineObject21 === null || inlineObject21 === undefined) {
1800
- throw new Error('Required parameter inlineObject21 was null or undefined when calling updateMerchant.');
1860
+ // verify required parameter 'wTMerchantUpdate' is not null or undefined
1861
+ if (wTMerchantUpdate === null || wTMerchantUpdate === undefined) {
1862
+ throw new Error('Required parameter wTMerchantUpdate was null or undefined when calling updateMerchant.');
1801
1863
  }
1802
1864
 
1803
1865
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -1811,7 +1873,7 @@ export class MerchantApi {
1811
1873
  uri: localVarPath,
1812
1874
  useQuerystring: this._useQuerystring,
1813
1875
  json: true,
1814
- body: ObjectSerializer.serialize(inlineObject21, "InlineObject21")
1876
+ body: ObjectSerializer.serialize(wTMerchantUpdate, "WTMerchantUpdate")
1815
1877
  };
1816
1878
 
1817
1879
  let authenticationPromise = Promise.resolve();
@@ -1849,9 +1911,9 @@ export class MerchantApi {
1849
1911
  /**
1850
1912
  *
1851
1913
  * @summary Update POS Integration
1852
- * @param inlineObject23
1914
+ * @param wTMerchantUpdatePOSIntegration
1853
1915
  */
1854
- public async updatePosIntegration (inlineObject23: InlineObject23, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1916
+ public async updatePosIntegration (wTMerchantUpdatePOSIntegration: WTMerchantUpdatePOSIntegration, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
1855
1917
  const localVarPath = this.basePath + '/v2/merchant/pos/integration';
1856
1918
  let localVarQueryParameters: any = {};
1857
1919
  let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
@@ -1864,9 +1926,9 @@ export class MerchantApi {
1864
1926
  }
1865
1927
  let localVarFormParams: any = {};
1866
1928
 
1867
- // verify required parameter 'inlineObject23' is not null or undefined
1868
- if (inlineObject23 === null || inlineObject23 === undefined) {
1869
- throw new Error('Required parameter inlineObject23 was null or undefined when calling updatePosIntegration.');
1929
+ // verify required parameter 'wTMerchantUpdatePOSIntegration' is not null or undefined
1930
+ if (wTMerchantUpdatePOSIntegration === null || wTMerchantUpdatePOSIntegration === undefined) {
1931
+ throw new Error('Required parameter wTMerchantUpdatePOSIntegration was null or undefined when calling updatePosIntegration.');
1870
1932
  }
1871
1933
 
1872
1934
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -1880,7 +1942,7 @@ export class MerchantApi {
1880
1942
  uri: localVarPath,
1881
1943
  useQuerystring: this._useQuerystring,
1882
1944
  json: true,
1883
- body: ObjectSerializer.serialize(inlineObject23, "InlineObject23")
1945
+ body: ObjectSerializer.serialize(wTMerchantUpdatePOSIntegration, "WTMerchantUpdatePOSIntegration")
1884
1946
  };
1885
1947
 
1886
1948
  let authenticationPromise = Promise.resolve();
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,9 +17,9 @@ import http from 'http';
17
17
  /* tslint:disable:no-unused-locals */
18
18
  import { AuthError } from '../model/authError';
19
19
  import { FalsumError } from '../model/falsumError';
20
- import { InlineObject49 } from '../model/inlineObject49';
21
20
  import { InternalServerError } from '../model/internalServerError';
22
21
  import { Member } from '../model/member';
22
+ import { WTWalletItemRedemption } from '../model/wTWalletItemRedemption';
23
23
 
24
24
  import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
25
25
  import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
@@ -235,9 +235,9 @@ export class MobileTerminalApi {
235
235
  *
236
236
  * @summary Redeem item
237
237
  * @param itemID
238
- * @param inlineObject49
238
+ * @param wTWalletItemRedemption
239
239
  */
240
- public async redeemWalletItemFromMobileTerminal (itemID: string, inlineObject49: InlineObject49, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
240
+ public async redeemWalletItemFromMobileTerminal (itemID: string, wTWalletItemRedemption: WTWalletItemRedemption, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
241
241
  const localVarPath = this.basePath + '/v2/pos/mobile/item/redeem/{itemID}'
242
242
  .replace('{' + 'itemID' + '}', encodeURIComponent(String(itemID)));
243
243
  let localVarQueryParameters: any = {};
@@ -256,9 +256,9 @@ export class MobileTerminalApi {
256
256
  throw new Error('Required parameter itemID was null or undefined when calling redeemWalletItemFromMobileTerminal.');
257
257
  }
258
258
 
259
- // verify required parameter 'inlineObject49' is not null or undefined
260
- if (inlineObject49 === null || inlineObject49 === undefined) {
261
- throw new Error('Required parameter inlineObject49 was null or undefined when calling redeemWalletItemFromMobileTerminal.');
259
+ // verify required parameter 'wTWalletItemRedemption' is not null or undefined
260
+ if (wTWalletItemRedemption === null || wTWalletItemRedemption === undefined) {
261
+ throw new Error('Required parameter wTWalletItemRedemption was null or undefined when calling redeemWalletItemFromMobileTerminal.');
262
262
  }
263
263
 
264
264
  (<any>Object).assign(localVarHeaderParams, options.headers);
@@ -272,7 +272,7 @@ export class MobileTerminalApi {
272
272
  uri: localVarPath,
273
273
  useQuerystring: this._useQuerystring,
274
274
  json: true,
275
- body: ObjectSerializer.serialize(inlineObject49, "InlineObject49")
275
+ body: ObjectSerializer.serialize(wTWalletItemRedemption, "WTWalletItemRedemption")
276
276
  };
277
277
 
278
278
  let authenticationPromise = Promise.resolve();
package/api/newsApi.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.505
5
+ * The version of the OpenAPI document: 2.1.508
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).