wallet 2.1.503 → 2.1.507

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 (566) hide show
  1. package/.openapi-generator/FILES +45 -69
  2. package/api/advertisementCreditsApi.ts +1 -1
  3. package/api/analyticsApi.ts +1 -1
  4. package/api/appleWalletSubscribersApi.ts +1 -1
  5. package/api/billingApi.ts +17 -17
  6. package/api/clubMembersPointsApi.ts +1 -1
  7. package/api/configurationApi.ts +8 -8
  8. package/api/countriesApi.ts +1 -1
  9. package/api/customerApi.ts +15 -15
  10. package/api/dashboardApi.ts +1 -1
  11. package/api/dynamicVouchersApi.ts +1 -1
  12. package/api/employeeAPIKeysApi.ts +1 -1
  13. package/api/employeeAccessApi.ts +8 -8
  14. package/api/employeesApi.ts +114 -120
  15. package/api/industriesApi.ts +1 -1
  16. package/api/infoGenesisReportsApi.ts +143 -162
  17. package/api/integratedTerminalsApi.ts +1 -1
  18. package/api/interactionsApi.ts +84 -16
  19. package/api/linkBookApi.ts +1 -1
  20. package/api/linkBookSectionApi.ts +1 -1
  21. package/api/loginAndLogoutApi.ts +8 -8
  22. package/api/membershipTiersApi.ts +1 -1
  23. package/api/merchantApi.ts +84 -22
  24. package/api/merchantCreditsApi.ts +1 -1
  25. package/api/merchantURLsApi.ts +1 -1
  26. package/api/mobileTerminalApi.ts +8 -8
  27. package/api/newsApi.ts +1 -1
  28. package/api/paymentDesignsApi.ts +1 -1
  29. package/api/performancesApi.ts +1 -1
  30. package/api/promoCodesApi.ts +1 -1
  31. package/api/sMSApi.ts +86 -89
  32. package/api/settingsApi.ts +1 -1
  33. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  34. package/api/staticVoucherCampaignsApi.ts +15 -15
  35. package/api/staticVouchersApi.ts +1 -1
  36. package/api/systemApi.ts +14 -15
  37. package/api/transactionLedgerApi.ts +1 -1
  38. package/api/utilitiesApi.ts +1 -1
  39. package/api/webTerminalApi.ts +8 -8
  40. package/dist/api/billingApi.d.ts +4 -4
  41. package/dist/api/billingApi.js +8 -8
  42. package/dist/api/billingApi.js.map +1 -1
  43. package/dist/api/configurationApi.d.ts +2 -2
  44. package/dist/api/configurationApi.js +4 -4
  45. package/dist/api/configurationApi.js.map +1 -1
  46. package/dist/api/customerApi.d.ts +4 -4
  47. package/dist/api/customerApi.js +8 -8
  48. package/dist/api/customerApi.js.map +1 -1
  49. package/dist/api/employeeAccessApi.d.ts +2 -2
  50. package/dist/api/employeeAccessApi.js +4 -4
  51. package/dist/api/employeeAccessApi.js.map +1 -1
  52. package/dist/api/employeesApi.d.ts +28 -34
  53. package/dist/api/employeesApi.js +68 -68
  54. package/dist/api/employeesApi.js.map +1 -1
  55. package/dist/api/infoGenesisReportsApi.d.ts +27 -46
  56. package/dist/api/infoGenesisReportsApi.js +92 -92
  57. package/dist/api/infoGenesisReportsApi.js.map +1 -1
  58. package/dist/api/interactionsApi.d.ts +11 -4
  59. package/dist/api/interactionsApi.js +69 -8
  60. package/dist/api/interactionsApi.js.map +1 -1
  61. package/dist/api/loginAndLogoutApi.d.ts +2 -2
  62. package/dist/api/loginAndLogoutApi.js +4 -4
  63. package/dist/api/loginAndLogoutApi.js.map +1 -1
  64. package/dist/api/merchantApi.d.ts +14 -6
  65. package/dist/api/merchantApi.js +69 -12
  66. package/dist/api/merchantApi.js.map +1 -1
  67. package/dist/api/mobileTerminalApi.d.ts +2 -2
  68. package/dist/api/mobileTerminalApi.js +4 -4
  69. package/dist/api/mobileTerminalApi.js.map +1 -1
  70. package/dist/api/sMSApi.d.ts +23 -26
  71. package/dist/api/sMSApi.js +48 -48
  72. package/dist/api/sMSApi.js.map +1 -1
  73. package/dist/api/staticVoucherCampaignsApi.d.ts +4 -4
  74. package/dist/api/staticVoucherCampaignsApi.js +8 -8
  75. package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
  76. package/dist/api/systemApi.d.ts +3 -4
  77. package/dist/api/systemApi.js +8 -8
  78. package/dist/api/systemApi.js.map +1 -1
  79. package/dist/api/webTerminalApi.d.ts +2 -2
  80. package/dist/api/webTerminalApi.js +4 -4
  81. package/dist/api/webTerminalApi.js.map +1 -1
  82. package/dist/model/dashboardWidget.d.ts +1 -0
  83. package/dist/model/dashboardWidget.js +5 -0
  84. package/dist/model/dashboardWidget.js.map +1 -1
  85. package/dist/model/employee.d.ts +3 -0
  86. package/dist/model/employee.js +15 -0
  87. package/dist/model/employee.js.map +1 -1
  88. package/dist/model/merchant.d.ts +3 -3
  89. package/dist/model/merchant.js +15 -15
  90. package/dist/model/merchant.js.map +1 -1
  91. package/dist/model/models.d.ts +45 -69
  92. package/dist/model/models.js +135 -207
  93. package/dist/model/models.js.map +1 -1
  94. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +3 -0
  95. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +15 -0
  96. package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
  97. package/dist/model/wTAuthenticationForgotPassword.d.ts +14 -0
  98. package/dist/model/wTAuthenticationForgotPassword.js +18 -0
  99. package/dist/model/wTAuthenticationForgotPassword.js.map +1 -0
  100. package/dist/model/wTAuthenticationLogin.d.ts +15 -0
  101. package/dist/model/wTAuthenticationLogin.js +23 -0
  102. package/dist/model/wTAuthenticationLogin.js.map +1 -0
  103. package/dist/model/wTAuthenticationRegister.d.ts +29 -0
  104. package/dist/model/wTAuthenticationRegister.js +93 -0
  105. package/dist/model/wTAuthenticationRegister.js.map +1 -0
  106. package/dist/model/wTAuthenticationRequestResetPassword.d.ts +14 -0
  107. package/dist/model/wTAuthenticationRequestResetPassword.js +18 -0
  108. package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -0
  109. package/dist/model/wTAuthenticationResetPassword.d.ts +16 -0
  110. package/dist/model/wTAuthenticationResetPassword.js +28 -0
  111. package/dist/model/wTAuthenticationResetPassword.js.map +1 -0
  112. package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +17 -0
  113. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +33 -0
  114. package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -0
  115. package/dist/model/wTBillingChangePlan.d.ts +14 -0
  116. package/dist/model/wTBillingChangePlan.js +18 -0
  117. package/dist/model/wTBillingChangePlan.js.map +1 -0
  118. package/dist/model/wTBillingSavePaymentMethod.d.ts +14 -0
  119. package/dist/model/wTBillingSavePaymentMethod.js +18 -0
  120. package/dist/model/wTBillingSavePaymentMethod.js.map +1 -0
  121. package/dist/model/wTCustomerSearchByMemberID.d.ts +14 -0
  122. package/dist/model/wTCustomerSearchByMemberID.js +18 -0
  123. package/dist/model/wTCustomerSearchByMemberID.js.map +1 -0
  124. package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +14 -0
  125. package/dist/model/wTCustomerSearchByPhoneNumber.js +18 -0
  126. package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -0
  127. package/dist/model/wTEmployee.d.ts +3 -0
  128. package/dist/model/wTEmployee.js +15 -0
  129. package/dist/model/wTEmployee.js.map +1 -1
  130. package/dist/model/wTEmployeeCreate.d.ts +3 -0
  131. package/dist/model/wTEmployeeCreate.js +15 -0
  132. package/dist/model/wTEmployeeCreate.js.map +1 -1
  133. package/dist/model/wTEmployeeCreateAlert.d.ts +15 -0
  134. package/dist/model/wTEmployeeCreateAlert.js +23 -0
  135. package/dist/model/wTEmployeeCreateAlert.js.map +1 -0
  136. package/dist/model/wTEmployeeCreateMediaFile.d.ts +15 -0
  137. package/dist/model/wTEmployeeCreateMediaFile.js +23 -0
  138. package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -0
  139. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +14 -0
  140. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +18 -0
  141. package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -0
  142. package/dist/model/wTEmployeeFileCreate.d.ts +15 -0
  143. package/dist/model/wTEmployeeFileCreate.js +23 -0
  144. package/dist/model/wTEmployeeFileCreate.js.map +1 -0
  145. package/dist/model/wTEmployeeImportRecords.d.ts +15 -0
  146. package/dist/model/wTEmployeeImportRecords.js +23 -0
  147. package/dist/model/wTEmployeeImportRecords.js.map +1 -0
  148. package/dist/model/wTEmployeePeerRoles.d.ts +14 -0
  149. package/dist/model/wTEmployeePeerRoles.js +18 -0
  150. package/dist/model/wTEmployeePeerRoles.js.map +1 -0
  151. package/dist/model/wTEmployeeS3FilePresign.d.ts +16 -0
  152. package/dist/model/wTEmployeeS3FilePresign.js +28 -0
  153. package/dist/model/wTEmployeeS3FilePresign.js.map +1 -0
  154. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +20 -0
  155. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +48 -0
  156. package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -0
  157. package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +19 -0
  158. package/dist/model/wTEmployeeScheduleSimpleSMS.js +43 -0
  159. package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -0
  160. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +18 -0
  161. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +38 -0
  162. package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -0
  163. package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +15 -0
  164. package/dist/model/wTEmployeeSendHelpDeskResponse.js +23 -0
  165. package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -0
  166. package/dist/model/wTEmployeeUpdate.d.ts +3 -0
  167. package/dist/model/wTEmployeeUpdate.js +15 -0
  168. package/dist/model/wTEmployeeUpdate.js.map +1 -1
  169. package/dist/model/wTFetchWalletPaymentObjectWithToken.d.ts +17 -0
  170. package/dist/model/wTFetchWalletPaymentObjectWithToken.js +33 -0
  171. package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +1 -0
  172. package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +17 -0
  173. package/dist/model/wTInfoGenesisLookupRequestErrors.js +33 -0
  174. package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -0
  175. package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +16 -0
  176. package/dist/model/wTInfoGenesisRecordFilterParameters.js +28 -0
  177. package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -0
  178. package/dist/model/wTInfoGenesisRoutingIDs.d.ts +14 -0
  179. package/dist/model/wTInfoGenesisRoutingIDs.js +18 -0
  180. package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -0
  181. package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +14 -0
  182. package/dist/model/wTInfoGenesisUniquePostingIDs.js +18 -0
  183. package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -0
  184. package/dist/model/wTMerchantUpdate.d.ts +21 -0
  185. package/dist/model/wTMerchantUpdate.js +53 -0
  186. package/dist/model/wTMerchantUpdate.js.map +1 -0
  187. package/dist/model/wTMerchantUpdateBillingContact.d.ts +14 -0
  188. package/dist/model/wTMerchantUpdateBillingContact.js +18 -0
  189. package/dist/model/wTMerchantUpdateBillingContact.js.map +1 -0
  190. package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +14 -0
  191. package/dist/model/wTMerchantUpdatePOSIntegration.js +18 -0
  192. package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -0
  193. package/dist/model/wTSMSAcquirePhoneNumber.d.ts +14 -0
  194. package/dist/model/wTSMSAcquirePhoneNumber.js +18 -0
  195. package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -0
  196. package/dist/model/wTSMSCreateAgreement.d.ts +25 -0
  197. package/dist/model/wTSMSCreateAgreement.js +73 -0
  198. package/dist/model/wTSMSCreateAgreement.js.map +1 -0
  199. package/dist/model/wTSMSImportOptInListSubscribers.d.ts +16 -0
  200. package/dist/model/wTSMSImportOptInListSubscribers.js +28 -0
  201. package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -0
  202. package/dist/model/wTSMSImportedListCreate.d.ts +16 -0
  203. package/dist/model/wTSMSImportedListCreate.js +28 -0
  204. package/dist/model/wTSMSImportedListCreate.js.map +1 -0
  205. package/dist/model/wTSMSOptInListSourceCreate.d.ts +15 -0
  206. package/dist/model/wTSMSOptInListSourceCreate.js +23 -0
  207. package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -0
  208. package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +25 -0
  209. package/dist/model/wTSMSUpdatePhoneNumberConfig.js +73 -0
  210. package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -0
  211. package/dist/model/wTSettingsSetPassword.d.ts +14 -0
  212. package/dist/model/wTSettingsSetPassword.js +18 -0
  213. package/dist/model/wTSettingsSetPassword.js.map +1 -0
  214. package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +16 -0
  215. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +28 -0
  216. package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -0
  217. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +18 -0
  218. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +38 -0
  219. package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -0
  220. package/dist/model/wTSystemApprovePhoneNumber.d.ts +15 -0
  221. package/dist/model/wTSystemApprovePhoneNumber.js +23 -0
  222. package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -0
  223. package/dist/model/wTSystemRoleCreate.d.ts +15 -0
  224. package/dist/model/wTSystemRoleCreate.js +23 -0
  225. package/dist/model/wTSystemRoleCreate.js.map +1 -0
  226. package/dist/model/wTTCPAOpt.d.ts +16 -0
  227. package/dist/model/wTTCPAOpt.js +28 -0
  228. package/dist/model/wTTCPAOpt.js.map +1 -0
  229. package/dist/model/wTTwilioRequestAuthyCode.d.ts +15 -0
  230. package/dist/model/wTTwilioRequestAuthyCode.js +23 -0
  231. package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -0
  232. package/dist/model/wTTwilioVerifyAuthyCode.d.ts +16 -0
  233. package/dist/model/wTTwilioVerifyAuthyCode.js +28 -0
  234. package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -0
  235. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +45 -0
  236. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +173 -0
  237. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -0
  238. package/dist/model/wTWalletItemRedemption.d.ts +16 -0
  239. package/dist/model/wTWalletItemRedemption.js +28 -0
  240. package/dist/model/wTWalletItemRedemption.js.map +1 -0
  241. package/model/advertisementCredit.ts +1 -1
  242. package/model/advertisementCreditBroadcast.ts +1 -1
  243. package/model/advertisementCreditScan.ts +1 -1
  244. package/model/agreement.ts +1 -1
  245. package/model/alert.ts +1 -1
  246. package/model/announcement.ts +1 -1
  247. package/model/applicableTerminals.ts +1 -1
  248. package/model/applicableTerminalsAnyOf.ts +1 -1
  249. package/model/applicableTerminalsAnyOf1.ts +1 -1
  250. package/model/applicableTerminalsAnyOf2.ts +1 -1
  251. package/model/applicableTerminalsAnyOf3.ts +1 -1
  252. package/model/authError.ts +1 -1
  253. package/model/availablePhoneNumbersRequest.ts +1 -1
  254. package/model/clickFunnelAmount.ts +1 -1
  255. package/model/clickFunnelContact.ts +1 -1
  256. package/model/clickFunnelContactProfile.ts +1 -1
  257. package/model/clickFunnelEvent.ts +1 -1
  258. package/model/clickFunnelOriginalAmount.ts +1 -1
  259. package/model/clickFunnelProduct.ts +1 -1
  260. package/model/clickFunnelPurchase.ts +1 -1
  261. package/model/createStaticVoucherCampaign.ts +1 -1
  262. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  263. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  264. package/model/dashboardWidget.ts +7 -1
  265. package/model/duplicateRowFound.ts +1 -1
  266. package/model/dynamicVoucher.ts +1 -1
  267. package/model/dynamicVoucherBroadcast.ts +1 -1
  268. package/model/employee.ts +19 -1
  269. package/model/employeeAPIKey.ts +1 -1
  270. package/model/employeeActivityLog.ts +1 -1
  271. package/model/entityTooLarge.ts +1 -1
  272. package/model/exportDataFile.ts +1 -1
  273. package/model/falsumError.ts +1 -1
  274. package/model/falsumField.ts +1 -1
  275. package/model/feature.ts +1 -1
  276. package/model/forbiddenRequest.ts +1 -1
  277. package/model/foreignKeyDoesNotExist.ts +1 -1
  278. package/model/helpDeskRequest.ts +1 -1
  279. package/model/importedList.ts +1 -1
  280. package/model/importedListRecipient.ts +1 -1
  281. package/model/inlineObject.ts +1 -1
  282. package/model/inlineObject1.ts +1 -1
  283. package/model/inlineObject10.ts +1 -1
  284. package/model/inlineObject11.ts +1 -1
  285. package/model/inlineObject12.ts +1 -1
  286. package/model/inlineObject13.ts +1 -1
  287. package/model/inlineObject14.ts +1 -1
  288. package/model/inlineObject15.ts +1 -1
  289. package/model/inlineObject16.ts +1 -1
  290. package/model/inlineObject17.ts +1 -1
  291. package/model/inlineObject18.ts +1 -1
  292. package/model/inlineObject19.ts +1 -1
  293. package/model/inlineObject2.ts +1 -1
  294. package/model/inlineObject20.ts +1 -1
  295. package/model/inlineObject21.ts +1 -1
  296. package/model/inlineObject22.ts +1 -1
  297. package/model/inlineObject23.ts +1 -1
  298. package/model/inlineObject24.ts +1 -1
  299. package/model/inlineObject25.ts +1 -1
  300. package/model/inlineObject26.ts +1 -1
  301. package/model/inlineObject27.ts +1 -1
  302. package/model/inlineObject28.ts +1 -1
  303. package/model/inlineObject29.ts +1 -1
  304. package/model/inlineObject3.ts +1 -1
  305. package/model/inlineObject30.ts +1 -1
  306. package/model/inlineObject31.ts +1 -1
  307. package/model/inlineObject32.ts +1 -1
  308. package/model/inlineObject33.ts +1 -1
  309. package/model/inlineObject34.ts +1 -1
  310. package/model/inlineObject35.ts +1 -1
  311. package/model/inlineObject36.ts +1 -1
  312. package/model/inlineObject37.ts +1 -1
  313. package/model/inlineObject38.ts +1 -1
  314. package/model/inlineObject39.ts +1 -1
  315. package/model/inlineObject4.ts +1 -1
  316. package/model/inlineObject40.ts +1 -1
  317. package/model/inlineObject41.ts +1 -1
  318. package/model/inlineObject42.ts +1 -1
  319. package/model/inlineObject43.ts +1 -1
  320. package/model/inlineObject44.ts +1 -1
  321. package/model/inlineObject45.ts +1 -1
  322. package/model/inlineObject46.ts +1 -1
  323. package/model/inlineObject47.ts +1 -1
  324. package/model/inlineObject48.ts +1 -1
  325. package/model/inlineObject49.ts +1 -1
  326. package/model/inlineObject5.ts +1 -1
  327. package/model/inlineObject50.ts +1 -1
  328. package/model/inlineObject51.ts +1 -1
  329. package/model/inlineObject52.ts +1 -1
  330. package/model/inlineObject53.ts +1 -1
  331. package/model/inlineObject54.ts +1 -1
  332. package/model/inlineObject55.ts +1 -1
  333. package/model/inlineObject56.ts +1 -1
  334. package/model/inlineObject57.ts +1 -1
  335. package/model/inlineObject58.ts +1 -1
  336. package/model/inlineObject59.ts +1 -1
  337. package/model/inlineObject6.ts +1 -1
  338. package/model/inlineObject60.ts +1 -1
  339. package/model/inlineObject61.ts +1 -1
  340. package/model/inlineObject62.ts +1 -1
  341. package/model/inlineObject63.ts +1 -1
  342. package/model/inlineObject64.ts +1 -1
  343. package/model/inlineObject65.ts +1 -1
  344. package/model/inlineObject66.ts +1 -1
  345. package/model/inlineObject67.ts +1 -1
  346. package/model/inlineObject68.ts +1 -1
  347. package/model/inlineObject7.ts +1 -1
  348. package/model/inlineObject8.ts +1 -1
  349. package/model/inlineObject9.ts +1 -1
  350. package/model/inlineResponse200.ts +1 -1
  351. package/model/inlineResponse2001.ts +1 -1
  352. package/model/inlineResponse20010.ts +1 -1
  353. package/model/inlineResponse20011.ts +1 -1
  354. package/model/inlineResponse20012.ts +1 -1
  355. package/model/inlineResponse20013.ts +1 -1
  356. package/model/inlineResponse20014.ts +1 -1
  357. package/model/inlineResponse2002.ts +1 -1
  358. package/model/inlineResponse2003.ts +1 -1
  359. package/model/inlineResponse2004.ts +1 -1
  360. package/model/inlineResponse2005.ts +1 -1
  361. package/model/inlineResponse2006.ts +1 -1
  362. package/model/inlineResponse2007.ts +1 -1
  363. package/model/inlineResponse2008.ts +1 -1
  364. package/model/inlineResponse2009.ts +1 -1
  365. package/model/internalServerError.ts +1 -1
  366. package/model/ledgerEntry.ts +1 -1
  367. package/model/linkBook.ts +1 -1
  368. package/model/linkBookSection.ts +1 -1
  369. package/model/mSMemberHistory.ts +1 -1
  370. package/model/mSMemberHistoryPagination.ts +1 -1
  371. package/model/mSMemberRedemption.ts +1 -1
  372. package/model/mSMemberRedemptionPagination.ts +1 -1
  373. package/model/mSMembershipTierHistory.ts +1 -1
  374. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  375. package/model/mSMembershipTierRedemption.ts +1 -1
  376. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  377. package/model/mSMerchantCreditHistory.ts +1 -1
  378. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  379. package/model/mSMerchantCreditRedemption.ts +1 -1
  380. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  381. package/model/mediaFile.ts +1 -1
  382. package/model/member.ts +1 -1
  383. package/model/memberSearch.ts +1 -1
  384. package/model/merchant.ts +19 -19
  385. package/model/merchantCreditSearch.ts +1 -1
  386. package/model/merchantNotInitialized.ts +1 -1
  387. package/model/merchantURL.ts +1 -1
  388. package/model/message.ts +1 -1
  389. package/model/models.ts +135 -207
  390. package/model/moduleError.ts +1 -1
  391. package/model/newsArticle.ts +1 -1
  392. package/model/optInList.ts +1 -1
  393. package/model/optInListSource.ts +1 -1
  394. package/model/optInListSubscriber.ts +1 -1
  395. package/model/outboundSMS.ts +1 -1
  396. package/model/paginatedWTMembers.ts +1 -1
  397. package/model/paginatedWTMerchantCredits.ts +1 -1
  398. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  399. package/model/paginationRequestWithSortOptions.ts +1 -1
  400. package/model/paymentDesign.ts +1 -1
  401. package/model/performance.ts +1 -1
  402. package/model/phoneNumber.ts +1 -1
  403. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  404. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  405. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  406. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  407. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  408. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  409. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  410. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  411. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  412. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  413. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
  414. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  415. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  416. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  417. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +1 -1
  418. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  419. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  420. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  421. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  422. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  423. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  424. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  425. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  426. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +19 -1
  427. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  428. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  429. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  430. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  431. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +1 -1
  432. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  433. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  434. package/model/plan.ts +1 -1
  435. package/model/portalPage.ts +1 -1
  436. package/model/presignedPost.ts +1 -1
  437. package/model/presignedPostFields.ts +1 -1
  438. package/model/product.ts +1 -1
  439. package/model/promoCode.ts +1 -1
  440. package/model/reachPerformanceStats.ts +1 -1
  441. package/model/request.ts +1 -1
  442. package/model/response.ts +1 -1
  443. package/model/role.ts +1 -1
  444. package/model/roleAuditLog.ts +1 -1
  445. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  446. package/model/sSOptInSource.ts +1 -1
  447. package/model/simpleSMSBroadcast.ts +1 -1
  448. package/model/staticVoucher.ts +1 -1
  449. package/model/staticVoucherCampaign.ts +1 -1
  450. package/model/staticVoucherCampaignBroadcast.ts +1 -1
  451. package/model/staticVoucherCampaignGroup.ts +1 -1
  452. package/model/staticVoucherCampaignUpdate.ts +1 -1
  453. package/model/status.ts +1 -1
  454. package/model/statusAnyOf.ts +1 -1
  455. package/model/statusAnyOf1.ts +1 -1
  456. package/model/statusAnyOf2.ts +1 -1
  457. package/model/statusAnyOf3.ts +1 -1
  458. package/model/subscriptionFeature.ts +1 -1
  459. package/model/subscriptionPlan.ts +1 -1
  460. package/model/subscriptionProduct.ts +1 -1
  461. package/model/tcpa.ts +1 -1
  462. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  463. package/model/vSCampaignGeneratedMessage.ts +1 -1
  464. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  465. package/model/vSDynamicVoucherStatus.ts +1 -1
  466. package/model/wTAdvertisementCredit.ts +1 -1
  467. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  468. package/model/wTAdvertisementCreditScan.ts +1 -1
  469. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  470. package/model/wTAuthenticationForgotPassword.ts +31 -0
  471. package/model/wTAuthenticationLogin.ts +37 -0
  472. package/model/wTAuthenticationRegister.ts +121 -0
  473. package/model/wTAuthenticationRequestResetPassword.ts +31 -0
  474. package/model/wTAuthenticationResetPassword.ts +43 -0
  475. package/model/wTAuthenticationSSOLoginForDiscourse.ts +49 -0
  476. package/model/wTBillingChangePlan.ts +31 -0
  477. package/model/wTBillingSavePaymentMethod.ts +31 -0
  478. package/model/wTCustomerSearchByMemberID.ts +31 -0
  479. package/model/wTCustomerSearchByPhoneNumber.ts +31 -0
  480. package/model/wTDynamicVoucher.ts +1 -1
  481. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  482. package/model/wTDynamicVoucherRedemption.ts +1 -1
  483. package/model/wTDynamicVoucherSummary.ts +1 -1
  484. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  485. package/model/wTEmployee.ts +19 -1
  486. package/model/wTEmployeeAPIKey.ts +1 -1
  487. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  488. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  489. package/model/wTEmployeeCreate.ts +19 -1
  490. package/model/wTEmployeeCreateAlert.ts +37 -0
  491. package/model/wTEmployeeCreateMediaFile.ts +37 -0
  492. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +31 -0
  493. package/model/wTEmployeeFileCreate.ts +37 -0
  494. package/model/wTEmployeeImportRecords.ts +37 -0
  495. package/model/wTEmployeeNotification.ts +1 -1
  496. package/model/wTEmployeePeerRoles.ts +31 -0
  497. package/model/wTEmployeeS3FilePresign.ts +43 -0
  498. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -0
  499. package/model/wTEmployeeScheduleSimpleSMS.ts +61 -0
  500. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -0
  501. package/model/wTEmployeeSendHelpDeskResponse.ts +37 -0
  502. package/model/wTEmployeeUpdate.ts +19 -1
  503. package/model/wTFetchWalletPaymentObjectWithToken.ts +49 -0
  504. package/model/wTImportedList.ts +1 -1
  505. package/model/wTInfoGenesisLookupRequestErrors.ts +49 -0
  506. package/model/wTInfoGenesisRecordFilterParameters.ts +43 -0
  507. package/model/wTInfoGenesisRoutingIDs.ts +31 -0
  508. package/model/wTInfoGenesisUniquePostingIDs.ts +31 -0
  509. package/model/wTLinkBookCreateParams.ts +1 -1
  510. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  511. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  512. package/model/wTLinkBookUpdateParams.ts +1 -1
  513. package/model/wTMember.ts +1 -1
  514. package/model/wTMemberCreationParams.ts +1 -1
  515. package/model/wTMembershipTier.ts +1 -1
  516. package/model/wTMembershipTierCreationParams.ts +1 -1
  517. package/model/wTMembershipTierUpdateParams.ts +1 -1
  518. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  519. package/model/wTMerchantCredit.ts +1 -1
  520. package/model/wTMerchantCreditCreationParams.ts +1 -1
  521. package/model/wTMerchantURLCreate.ts +1 -1
  522. package/model/wTMerchantURLUpdate.ts +1 -1
  523. package/model/wTMerchantUpdate.ts +73 -0
  524. package/model/wTMerchantUpdateBillingContact.ts +31 -0
  525. package/model/wTMerchantUpdatePOSIntegration.ts +31 -0
  526. package/model/wTNewsArticleCreateParams.ts +1 -1
  527. package/model/wTNewsArticleUpdateParams.ts +1 -1
  528. package/model/wTOptInList.ts +1 -1
  529. package/model/wTOptInListCreationParams.ts +1 -1
  530. package/model/wTPaymentDesign.ts +1 -1
  531. package/model/wTPaymentDesignCreateParams.ts +1 -1
  532. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  533. package/model/wTPerformanceCreateParams.ts +1 -1
  534. package/model/wTPerformanceUpdateParams.ts +1 -1
  535. package/model/wTPosMachine.ts +1 -1
  536. package/model/wTPosMachineCreateParams.ts +1 -1
  537. package/model/wTPosMachineUpdateParams.ts +1 -1
  538. package/model/wTPromoCodeCreateParams.ts +1 -1
  539. package/model/wTPromoCodeUpdateParams.ts +1 -1
  540. package/model/wTRole.ts +1 -1
  541. package/model/wTSMSAcquirePhoneNumber.ts +31 -0
  542. package/model/wTSMSCreateAgreement.ts +97 -0
  543. package/model/wTSMSImportOptInListSubscribers.ts +43 -0
  544. package/model/wTSMSImportedListCreate.ts +43 -0
  545. package/model/wTSMSOptInListSourceCreate.ts +37 -0
  546. package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -0
  547. package/model/wTSettingsSetPassword.ts +31 -0
  548. package/model/wTStaticVoucher.ts +1 -1
  549. package/model/wTStaticVoucherCampaign.ts +1 -1
  550. package/model/wTStaticVoucherCampaignPreviewMessages.ts +43 -0
  551. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -0
  552. package/model/wTStaticVoucherCreateParams.ts +1 -1
  553. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  554. package/model/wTSystemApprovePhoneNumber.ts +37 -0
  555. package/model/wTSystemRoleCreate.ts +37 -0
  556. package/model/wTTCPAOpt.ts +43 -0
  557. package/model/wTTwilioRequestAuthyCode.ts +37 -0
  558. package/model/wTTwilioVerifyAuthyCode.ts +43 -0
  559. package/model/wTWalletConfigurationSaveWalletRecord.ts +217 -0
  560. package/model/wTWalletItemRedemption.ts +43 -0
  561. package/model/wTWalletPageView.ts +1 -1
  562. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  563. package/model/walletConfiguration.ts +1 -1
  564. package/model/walletPageView.ts +1 -1
  565. package/model/webpage.ts +1 -1
  566. package/package.json +1 -1
@@ -3,17 +3,6 @@ import http from 'http';
3
3
  import { Agreement } from '../model/agreement';
4
4
  import { ImportedList } from '../model/importedList';
5
5
  import { ImportedListRecipient } from '../model/importedListRecipient';
6
- import { InlineObject51 } from '../model/inlineObject51';
7
- import { InlineObject52 } from '../model/inlineObject52';
8
- import { InlineObject53 } from '../model/inlineObject53';
9
- import { InlineObject54 } from '../model/inlineObject54';
10
- import { InlineObject55 } from '../model/inlineObject55';
11
- import { InlineObject56 } from '../model/inlineObject56';
12
- import { InlineObject57 } from '../model/inlineObject57';
13
- import { InlineObject58 } from '../model/inlineObject58';
14
- import { InlineObject59 } from '../model/inlineObject59';
15
- import { InlineObject60 } from '../model/inlineObject60';
16
- import { InlineObject61 } from '../model/inlineObject61';
17
6
  import { InlineResponse20010 } from '../model/inlineResponse20010';
18
7
  import { InlineResponse20011 } from '../model/inlineResponse20011';
19
8
  import { InlineResponse2002 } from '../model/inlineResponse2002';
@@ -22,10 +11,18 @@ import { InlineResponse2009 } from '../model/inlineResponse2009';
22
11
  import { OptInList } from '../model/optInList';
23
12
  import { OptInListSource } from '../model/optInListSource';
24
13
  import { OptInListSubscriber } from '../model/optInListSubscriber';
14
+ import { OutboundSMS } from '../model/outboundSMS';
25
15
  import { PhoneNumber } from '../model/phoneNumber';
26
16
  import { SSImportedListRecipientCreateParams } from '../model/sSImportedListRecipientCreateParams';
27
17
  import { Tcpa } from '../model/tcpa';
18
+ import { WTEmployeeImportRecords } from '../model/wTEmployeeImportRecords';
28
19
  import { WTOptInListCreationParams } from '../model/wTOptInListCreationParams';
20
+ import { WTSMSAcquirePhoneNumber } from '../model/wTSMSAcquirePhoneNumber';
21
+ import { WTSMSCreateAgreement } from '../model/wTSMSCreateAgreement';
22
+ import { WTSMSImportOptInListSubscribers } from '../model/wTSMSImportOptInListSubscribers';
23
+ import { WTSMSImportedListCreate } from '../model/wTSMSImportedListCreate';
24
+ import { WTSMSOptInListSourceCreate } from '../model/wTSMSOptInListSourceCreate';
25
+ import { WTSMSUpdatePhoneNumberConfig } from '../model/wTSMSUpdatePhoneNumberConfig';
29
26
  import { Authentication, Interceptor } from '../model/models';
30
27
  import { ApiKeyAuth } from '../model/models';
31
28
  export declare enum SMSApiApiKeys {
@@ -49,13 +46,13 @@ export declare class SMSApi {
49
46
  setDefaultAuthentication(auth: Authentication): void;
50
47
  setApiKey(key: SMSApiApiKeys, value: string): void;
51
48
  addInterceptor(interceptor: Interceptor): void;
52
- acquirePhoneNumber(inlineObject52: InlineObject52, options?: {
49
+ acquirePhoneNumber(wTSMSAcquirePhoneNumber: WTSMSAcquirePhoneNumber, options?: {
53
50
  headers: {
54
51
  [name: string]: string;
55
52
  };
56
53
  }): Promise<{
57
54
  response: http.IncomingMessage;
58
- body: any;
55
+ body: PhoneNumber;
59
56
  }>;
60
57
  archivePhoneNumber(phoneNumberID: string, options?: {
61
58
  headers: {
@@ -105,7 +102,7 @@ export declare class SMSApi {
105
102
  response: http.IncomingMessage;
106
103
  body: InlineResponse2002;
107
104
  }>;
108
- createImportedList(inlineObject59: InlineObject59, options?: {
105
+ createImportedList(wTSMSImportedListCreate: WTSMSImportedListCreate, options?: {
109
106
  headers: {
110
107
  [name: string]: string;
111
108
  };
@@ -121,7 +118,7 @@ export declare class SMSApi {
121
118
  response: http.IncomingMessage;
122
119
  body: OptInList;
123
120
  }>;
124
- createOptInListSource(inlineObject56: InlineObject56, options?: {
121
+ createOptInListSource(wTSMSOptInListSourceCreate: WTSMSOptInListSourceCreate, options?: {
125
122
  headers: {
126
123
  [name: string]: string;
127
124
  };
@@ -137,7 +134,7 @@ export declare class SMSApi {
137
134
  response: http.IncomingMessage;
138
135
  body: ImportedListRecipient;
139
136
  }>;
140
- createSMSAgreement(inlineObject51: InlineObject51, options?: {
137
+ createSMSAgreement(wTSMSCreateAgreement: WTSMSCreateAgreement, options?: {
141
138
  headers: {
142
139
  [name: string]: string;
143
140
  };
@@ -207,7 +204,7 @@ export declare class SMSApi {
207
204
  };
208
205
  }): Promise<{
209
206
  response: http.IncomingMessage;
210
- body: any;
207
+ body: Array<OptInList>;
211
208
  }>;
212
209
  fetchOptInSourceSubscribers(sourceID: string, isSubscribed?: boolean, isPendingAge21Verification?: boolean, isArchiveIncluded?: boolean, options?: {
213
210
  headers: {
@@ -223,7 +220,7 @@ export declare class SMSApi {
223
220
  };
224
221
  }): Promise<{
225
222
  response: http.IncomingMessage;
226
- body: any;
223
+ body: Array<OptInListSource>;
227
224
  }>;
228
225
  fetchOutboundSMS(phoneNumberID: string, toPhoneNumber?: string, status?: string, paymentObjectBroadcastID?: string, options?: {
229
226
  headers: {
@@ -231,7 +228,7 @@ export declare class SMSApi {
231
228
  };
232
229
  }): Promise<{
233
230
  response: http.IncomingMessage;
234
- body: any;
231
+ body: Array<OutboundSMS>;
235
232
  }>;
236
233
  fetchOutboundSMSByPage(phoneNumberID: string, toPhoneNumber?: string, paymentObjectBroadcastID?: string, pageSize?: number, pageNum?: number, options?: {
237
234
  headers: {
@@ -257,7 +254,7 @@ export declare class SMSApi {
257
254
  response: http.IncomingMessage;
258
255
  body: any;
259
256
  }>;
260
- importImportedListRecipients(importedListID: string, inlineObject61: InlineObject61, options?: {
257
+ importImportedListRecipients(importedListID: string, wTEmployeeImportRecords: WTEmployeeImportRecords, options?: {
261
258
  headers: {
262
259
  [name: string]: string;
263
260
  };
@@ -265,7 +262,7 @@ export declare class SMSApi {
265
262
  response: http.IncomingMessage;
266
263
  body: string;
267
264
  }>;
268
- importOptInListSubscribers(listID: string, inlineObject58: InlineObject58, options?: {
265
+ importOptInListSubscribers(listID: string, wTSMSImportOptInListSubscribers: WTSMSImportOptInListSubscribers, options?: {
269
266
  headers: {
270
267
  [name: string]: string;
271
268
  };
@@ -297,7 +294,7 @@ export declare class SMSApi {
297
294
  response: http.IncomingMessage;
298
295
  body: InlineResponse20011;
299
296
  }>;
300
- saveImportedList(listID: string, inlineObject60: InlineObject60, options?: {
297
+ saveImportedList(listID: string, wTSMSImportedListCreate: WTSMSImportedListCreate, options?: {
301
298
  headers: {
302
299
  [name: string]: string;
303
300
  };
@@ -305,7 +302,7 @@ export declare class SMSApi {
305
302
  response: http.IncomingMessage;
306
303
  body: any;
307
304
  }>;
308
- saveOptInList(listID: string, inlineObject55: InlineObject55, options?: {
305
+ saveOptInList(listID: string, wTOptInListCreationParams: WTOptInListCreationParams, options?: {
309
306
  headers: {
310
307
  [name: string]: string;
311
308
  };
@@ -313,7 +310,7 @@ export declare class SMSApi {
313
310
  response: http.IncomingMessage;
314
311
  body: any;
315
312
  }>;
316
- saveOptInListSource(sourceID: string, inlineObject57: InlineObject57, options?: {
313
+ saveOptInListSource(sourceID: string, wTSMSOptInListSourceCreate: WTSMSOptInListSourceCreate, options?: {
317
314
  headers: {
318
315
  [name: string]: string;
319
316
  };
@@ -321,7 +318,7 @@ export declare class SMSApi {
321
318
  response: http.IncomingMessage;
322
319
  body: OptInListSource;
323
320
  }>;
324
- sendPhoneNumberForVerification(phoneNumberID: string, inlineObject53: InlineObject53, options?: {
321
+ sendPhoneNumberForVerification(phoneNumberID: string, wTSMSUpdatePhoneNumberConfig: WTSMSUpdatePhoneNumberConfig, options?: {
325
322
  headers: {
326
323
  [name: string]: string;
327
324
  };
@@ -329,7 +326,7 @@ export declare class SMSApi {
329
326
  response: http.IncomingMessage;
330
327
  body: string;
331
328
  }>;
332
- updatePhoneNumber(phoneNumberID: string, inlineObject54: InlineObject54, options?: {
329
+ updatePhoneNumber(phoneNumberID: string, wTSMSUpdatePhoneNumberConfig: WTSMSUpdatePhoneNumberConfig, options?: {
333
330
  headers: {
334
331
  [name: string]: string;
335
332
  };
@@ -67,7 +67,7 @@ class SMSApi {
67
67
  addInterceptor(interceptor) {
68
68
  this.interceptors.push(interceptor);
69
69
  }
70
- acquirePhoneNumber(inlineObject52, options = { headers: {} }) {
70
+ acquirePhoneNumber(wTSMSAcquirePhoneNumber, options = { headers: {} }) {
71
71
  return __awaiter(this, void 0, void 0, function* () {
72
72
  const localVarPath = this.basePath + '/v2/sms/phoneNumber/acquire';
73
73
  let localVarQueryParameters = {};
@@ -80,8 +80,8 @@ class SMSApi {
80
80
  localVarHeaderParams.Accept = produces.join(',');
81
81
  }
82
82
  let localVarFormParams = {};
83
- if (inlineObject52 === null || inlineObject52 === undefined) {
84
- throw new Error('Required parameter inlineObject52 was null or undefined when calling acquirePhoneNumber.');
83
+ if (wTSMSAcquirePhoneNumber === null || wTSMSAcquirePhoneNumber === undefined) {
84
+ throw new Error('Required parameter wTSMSAcquirePhoneNumber was null or undefined when calling acquirePhoneNumber.');
85
85
  }
86
86
  Object.assign(localVarHeaderParams, options.headers);
87
87
  let localVarUseFormData = false;
@@ -92,7 +92,7 @@ class SMSApi {
92
92
  uri: localVarPath,
93
93
  useQuerystring: this._useQuerystring,
94
94
  json: true,
95
- body: models_1.ObjectSerializer.serialize(inlineObject52, "InlineObject52")
95
+ body: models_1.ObjectSerializer.serialize(wTSMSAcquirePhoneNumber, "WTSMSAcquirePhoneNumber")
96
96
  };
97
97
  let authenticationPromise = Promise.resolve();
98
98
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -116,7 +116,7 @@ class SMSApi {
116
116
  }
117
117
  else {
118
118
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
119
- body = models_1.ObjectSerializer.deserialize(body, "any");
119
+ body = models_1.ObjectSerializer.deserialize(body, "PhoneNumber");
120
120
  resolve({ response: response, body: body });
121
121
  }
122
122
  else {
@@ -542,7 +542,7 @@ class SMSApi {
542
542
  });
543
543
  });
544
544
  }
545
- createImportedList(inlineObject59, options = { headers: {} }) {
545
+ createImportedList(wTSMSImportedListCreate, options = { headers: {} }) {
546
546
  return __awaiter(this, void 0, void 0, function* () {
547
547
  const localVarPath = this.basePath + '/v2/sms/importedList';
548
548
  let localVarQueryParameters = {};
@@ -555,8 +555,8 @@ class SMSApi {
555
555
  localVarHeaderParams.Accept = produces.join(',');
556
556
  }
557
557
  let localVarFormParams = {};
558
- if (inlineObject59 === null || inlineObject59 === undefined) {
559
- throw new Error('Required parameter inlineObject59 was null or undefined when calling createImportedList.');
558
+ if (wTSMSImportedListCreate === null || wTSMSImportedListCreate === undefined) {
559
+ throw new Error('Required parameter wTSMSImportedListCreate was null or undefined when calling createImportedList.');
560
560
  }
561
561
  Object.assign(localVarHeaderParams, options.headers);
562
562
  let localVarUseFormData = false;
@@ -567,7 +567,7 @@ class SMSApi {
567
567
  uri: localVarPath,
568
568
  useQuerystring: this._useQuerystring,
569
569
  json: true,
570
- body: models_1.ObjectSerializer.serialize(inlineObject59, "InlineObject59")
570
+ body: models_1.ObjectSerializer.serialize(wTSMSImportedListCreate, "WTSMSImportedListCreate")
571
571
  };
572
572
  let authenticationPromise = Promise.resolve();
573
573
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -664,7 +664,7 @@ class SMSApi {
664
664
  });
665
665
  });
666
666
  }
667
- createOptInListSource(inlineObject56, options = { headers: {} }) {
667
+ createOptInListSource(wTSMSOptInListSourceCreate, options = { headers: {} }) {
668
668
  return __awaiter(this, void 0, void 0, function* () {
669
669
  const localVarPath = this.basePath + '/v2/sms/optInListSource';
670
670
  let localVarQueryParameters = {};
@@ -677,8 +677,8 @@ class SMSApi {
677
677
  localVarHeaderParams.Accept = produces.join(',');
678
678
  }
679
679
  let localVarFormParams = {};
680
- if (inlineObject56 === null || inlineObject56 === undefined) {
681
- throw new Error('Required parameter inlineObject56 was null or undefined when calling createOptInListSource.');
680
+ if (wTSMSOptInListSourceCreate === null || wTSMSOptInListSourceCreate === undefined) {
681
+ throw new Error('Required parameter wTSMSOptInListSourceCreate was null or undefined when calling createOptInListSource.');
682
682
  }
683
683
  Object.assign(localVarHeaderParams, options.headers);
684
684
  let localVarUseFormData = false;
@@ -689,7 +689,7 @@ class SMSApi {
689
689
  uri: localVarPath,
690
690
  useQuerystring: this._useQuerystring,
691
691
  json: true,
692
- body: models_1.ObjectSerializer.serialize(inlineObject56, "InlineObject56")
692
+ body: models_1.ObjectSerializer.serialize(wTSMSOptInListSourceCreate, "WTSMSOptInListSourceCreate")
693
693
  };
694
694
  let authenticationPromise = Promise.resolve();
695
695
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -786,7 +786,7 @@ class SMSApi {
786
786
  });
787
787
  });
788
788
  }
789
- createSMSAgreement(inlineObject51, options = { headers: {} }) {
789
+ createSMSAgreement(wTSMSCreateAgreement, options = { headers: {} }) {
790
790
  return __awaiter(this, void 0, void 0, function* () {
791
791
  const localVarPath = this.basePath + '/v2/sms/agreement/create';
792
792
  let localVarQueryParameters = {};
@@ -799,8 +799,8 @@ class SMSApi {
799
799
  localVarHeaderParams.Accept = produces.join(',');
800
800
  }
801
801
  let localVarFormParams = {};
802
- if (inlineObject51 === null || inlineObject51 === undefined) {
803
- throw new Error('Required parameter inlineObject51 was null or undefined when calling createSMSAgreement.');
802
+ if (wTSMSCreateAgreement === null || wTSMSCreateAgreement === undefined) {
803
+ throw new Error('Required parameter wTSMSCreateAgreement was null or undefined when calling createSMSAgreement.');
804
804
  }
805
805
  Object.assign(localVarHeaderParams, options.headers);
806
806
  let localVarUseFormData = false;
@@ -811,7 +811,7 @@ class SMSApi {
811
811
  uri: localVarPath,
812
812
  useQuerystring: this._useQuerystring,
813
813
  json: true,
814
- body: models_1.ObjectSerializer.serialize(inlineObject51, "InlineObject51")
814
+ body: models_1.ObjectSerializer.serialize(wTSMSCreateAgreement, "WTSMSCreateAgreement")
815
815
  };
816
816
  let authenticationPromise = Promise.resolve();
817
817
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -1356,7 +1356,7 @@ class SMSApi {
1356
1356
  }
1357
1357
  else {
1358
1358
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1359
- body = models_1.ObjectSerializer.deserialize(body, "any");
1359
+ body = models_1.ObjectSerializer.deserialize(body, "Array<OptInList>");
1360
1360
  resolve({ response: response, body: body });
1361
1361
  }
1362
1362
  else {
@@ -1487,7 +1487,7 @@ class SMSApi {
1487
1487
  }
1488
1488
  else {
1489
1489
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1490
- body = models_1.ObjectSerializer.deserialize(body, "any");
1490
+ body = models_1.ObjectSerializer.deserialize(body, "Array<OptInListSource>");
1491
1491
  resolve({ response: response, body: body });
1492
1492
  }
1493
1493
  else {
@@ -1557,7 +1557,7 @@ class SMSApi {
1557
1557
  }
1558
1558
  else {
1559
1559
  if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
1560
- body = models_1.ObjectSerializer.deserialize(body, "any");
1560
+ body = models_1.ObjectSerializer.deserialize(body, "Array<OutboundSMS>");
1561
1561
  resolve({ response: response, body: body });
1562
1562
  }
1563
1563
  else {
@@ -1760,7 +1760,7 @@ class SMSApi {
1760
1760
  });
1761
1761
  });
1762
1762
  }
1763
- importImportedListRecipients(importedListID, inlineObject61, options = { headers: {} }) {
1763
+ importImportedListRecipients(importedListID, wTEmployeeImportRecords, options = { headers: {} }) {
1764
1764
  return __awaiter(this, void 0, void 0, function* () {
1765
1765
  const localVarPath = this.basePath + '/v2/sms/importedList/recipients/import/{importedListID}'
1766
1766
  .replace('{' + 'importedListID' + '}', encodeURIComponent(String(importedListID)));
@@ -1777,8 +1777,8 @@ class SMSApi {
1777
1777
  if (importedListID === null || importedListID === undefined) {
1778
1778
  throw new Error('Required parameter importedListID was null or undefined when calling importImportedListRecipients.');
1779
1779
  }
1780
- if (inlineObject61 === null || inlineObject61 === undefined) {
1781
- throw new Error('Required parameter inlineObject61 was null or undefined when calling importImportedListRecipients.');
1780
+ if (wTEmployeeImportRecords === null || wTEmployeeImportRecords === undefined) {
1781
+ throw new Error('Required parameter wTEmployeeImportRecords was null or undefined when calling importImportedListRecipients.');
1782
1782
  }
1783
1783
  Object.assign(localVarHeaderParams, options.headers);
1784
1784
  let localVarUseFormData = false;
@@ -1789,7 +1789,7 @@ class SMSApi {
1789
1789
  uri: localVarPath,
1790
1790
  useQuerystring: this._useQuerystring,
1791
1791
  json: true,
1792
- body: models_1.ObjectSerializer.serialize(inlineObject61, "InlineObject61")
1792
+ body: models_1.ObjectSerializer.serialize(wTEmployeeImportRecords, "WTEmployeeImportRecords")
1793
1793
  };
1794
1794
  let authenticationPromise = Promise.resolve();
1795
1795
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -1825,7 +1825,7 @@ class SMSApi {
1825
1825
  });
1826
1826
  });
1827
1827
  }
1828
- importOptInListSubscribers(listID, inlineObject58, options = { headers: {} }) {
1828
+ importOptInListSubscribers(listID, wTSMSImportOptInListSubscribers, options = { headers: {} }) {
1829
1829
  return __awaiter(this, void 0, void 0, function* () {
1830
1830
  const localVarPath = this.basePath + '/v2/sms/optInList/subscribers/import/{listID}'
1831
1831
  .replace('{' + 'listID' + '}', encodeURIComponent(String(listID)));
@@ -1842,8 +1842,8 @@ class SMSApi {
1842
1842
  if (listID === null || listID === undefined) {
1843
1843
  throw new Error('Required parameter listID was null or undefined when calling importOptInListSubscribers.');
1844
1844
  }
1845
- if (inlineObject58 === null || inlineObject58 === undefined) {
1846
- throw new Error('Required parameter inlineObject58 was null or undefined when calling importOptInListSubscribers.');
1845
+ if (wTSMSImportOptInListSubscribers === null || wTSMSImportOptInListSubscribers === undefined) {
1846
+ throw new Error('Required parameter wTSMSImportOptInListSubscribers was null or undefined when calling importOptInListSubscribers.');
1847
1847
  }
1848
1848
  Object.assign(localVarHeaderParams, options.headers);
1849
1849
  let localVarUseFormData = false;
@@ -1854,7 +1854,7 @@ class SMSApi {
1854
1854
  uri: localVarPath,
1855
1855
  useQuerystring: this._useQuerystring,
1856
1856
  json: true,
1857
- body: models_1.ObjectSerializer.serialize(inlineObject58, "InlineObject58")
1857
+ body: models_1.ObjectSerializer.serialize(wTSMSImportOptInListSubscribers, "WTSMSImportOptInListSubscribers")
1858
1858
  };
1859
1859
  let authenticationPromise = Promise.resolve();
1860
1860
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -2069,7 +2069,7 @@ class SMSApi {
2069
2069
  });
2070
2070
  });
2071
2071
  }
2072
- saveImportedList(listID, inlineObject60, options = { headers: {} }) {
2072
+ saveImportedList(listID, wTSMSImportedListCreate, options = { headers: {} }) {
2073
2073
  return __awaiter(this, void 0, void 0, function* () {
2074
2074
  const localVarPath = this.basePath + '/v2/sms/importedList/{listID}'
2075
2075
  .replace('{' + 'listID' + '}', encodeURIComponent(String(listID)));
@@ -2086,8 +2086,8 @@ class SMSApi {
2086
2086
  if (listID === null || listID === undefined) {
2087
2087
  throw new Error('Required parameter listID was null or undefined when calling saveImportedList.');
2088
2088
  }
2089
- if (inlineObject60 === null || inlineObject60 === undefined) {
2090
- throw new Error('Required parameter inlineObject60 was null or undefined when calling saveImportedList.');
2089
+ if (wTSMSImportedListCreate === null || wTSMSImportedListCreate === undefined) {
2090
+ throw new Error('Required parameter wTSMSImportedListCreate was null or undefined when calling saveImportedList.');
2091
2091
  }
2092
2092
  Object.assign(localVarHeaderParams, options.headers);
2093
2093
  let localVarUseFormData = false;
@@ -2098,7 +2098,7 @@ class SMSApi {
2098
2098
  uri: localVarPath,
2099
2099
  useQuerystring: this._useQuerystring,
2100
2100
  json: true,
2101
- body: models_1.ObjectSerializer.serialize(inlineObject60, "InlineObject60")
2101
+ body: models_1.ObjectSerializer.serialize(wTSMSImportedListCreate, "WTSMSImportedListCreate")
2102
2102
  };
2103
2103
  let authenticationPromise = Promise.resolve();
2104
2104
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -2134,7 +2134,7 @@ class SMSApi {
2134
2134
  });
2135
2135
  });
2136
2136
  }
2137
- saveOptInList(listID, inlineObject55, options = { headers: {} }) {
2137
+ saveOptInList(listID, wTOptInListCreationParams, options = { headers: {} }) {
2138
2138
  return __awaiter(this, void 0, void 0, function* () {
2139
2139
  const localVarPath = this.basePath + '/v2/sms/optInList/{listID}'
2140
2140
  .replace('{' + 'listID' + '}', encodeURIComponent(String(listID)));
@@ -2151,8 +2151,8 @@ class SMSApi {
2151
2151
  if (listID === null || listID === undefined) {
2152
2152
  throw new Error('Required parameter listID was null or undefined when calling saveOptInList.');
2153
2153
  }
2154
- if (inlineObject55 === null || inlineObject55 === undefined) {
2155
- throw new Error('Required parameter inlineObject55 was null or undefined when calling saveOptInList.');
2154
+ if (wTOptInListCreationParams === null || wTOptInListCreationParams === undefined) {
2155
+ throw new Error('Required parameter wTOptInListCreationParams was null or undefined when calling saveOptInList.');
2156
2156
  }
2157
2157
  Object.assign(localVarHeaderParams, options.headers);
2158
2158
  let localVarUseFormData = false;
@@ -2163,7 +2163,7 @@ class SMSApi {
2163
2163
  uri: localVarPath,
2164
2164
  useQuerystring: this._useQuerystring,
2165
2165
  json: true,
2166
- body: models_1.ObjectSerializer.serialize(inlineObject55, "InlineObject55")
2166
+ body: models_1.ObjectSerializer.serialize(wTOptInListCreationParams, "WTOptInListCreationParams")
2167
2167
  };
2168
2168
  let authenticationPromise = Promise.resolve();
2169
2169
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -2199,7 +2199,7 @@ class SMSApi {
2199
2199
  });
2200
2200
  });
2201
2201
  }
2202
- saveOptInListSource(sourceID, inlineObject57, options = { headers: {} }) {
2202
+ saveOptInListSource(sourceID, wTSMSOptInListSourceCreate, options = { headers: {} }) {
2203
2203
  return __awaiter(this, void 0, void 0, function* () {
2204
2204
  const localVarPath = this.basePath + '/v2/sms/optInListSource/{sourceID}'
2205
2205
  .replace('{' + 'sourceID' + '}', encodeURIComponent(String(sourceID)));
@@ -2216,8 +2216,8 @@ class SMSApi {
2216
2216
  if (sourceID === null || sourceID === undefined) {
2217
2217
  throw new Error('Required parameter sourceID was null or undefined when calling saveOptInListSource.');
2218
2218
  }
2219
- if (inlineObject57 === null || inlineObject57 === undefined) {
2220
- throw new Error('Required parameter inlineObject57 was null or undefined when calling saveOptInListSource.');
2219
+ if (wTSMSOptInListSourceCreate === null || wTSMSOptInListSourceCreate === undefined) {
2220
+ throw new Error('Required parameter wTSMSOptInListSourceCreate was null or undefined when calling saveOptInListSource.');
2221
2221
  }
2222
2222
  Object.assign(localVarHeaderParams, options.headers);
2223
2223
  let localVarUseFormData = false;
@@ -2228,7 +2228,7 @@ class SMSApi {
2228
2228
  uri: localVarPath,
2229
2229
  useQuerystring: this._useQuerystring,
2230
2230
  json: true,
2231
- body: models_1.ObjectSerializer.serialize(inlineObject57, "InlineObject57")
2231
+ body: models_1.ObjectSerializer.serialize(wTSMSOptInListSourceCreate, "WTSMSOptInListSourceCreate")
2232
2232
  };
2233
2233
  let authenticationPromise = Promise.resolve();
2234
2234
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -2264,7 +2264,7 @@ class SMSApi {
2264
2264
  });
2265
2265
  });
2266
2266
  }
2267
- sendPhoneNumberForVerification(phoneNumberID, inlineObject53, options = { headers: {} }) {
2267
+ sendPhoneNumberForVerification(phoneNumberID, wTSMSUpdatePhoneNumberConfig, options = { headers: {} }) {
2268
2268
  return __awaiter(this, void 0, void 0, function* () {
2269
2269
  const localVarPath = this.basePath + '/v2/sms/phoneNumber/verification/{phoneNumberID}'
2270
2270
  .replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
@@ -2281,8 +2281,8 @@ class SMSApi {
2281
2281
  if (phoneNumberID === null || phoneNumberID === undefined) {
2282
2282
  throw new Error('Required parameter phoneNumberID was null or undefined when calling sendPhoneNumberForVerification.');
2283
2283
  }
2284
- if (inlineObject53 === null || inlineObject53 === undefined) {
2285
- throw new Error('Required parameter inlineObject53 was null or undefined when calling sendPhoneNumberForVerification.');
2284
+ if (wTSMSUpdatePhoneNumberConfig === null || wTSMSUpdatePhoneNumberConfig === undefined) {
2285
+ throw new Error('Required parameter wTSMSUpdatePhoneNumberConfig was null or undefined when calling sendPhoneNumberForVerification.');
2286
2286
  }
2287
2287
  Object.assign(localVarHeaderParams, options.headers);
2288
2288
  let localVarUseFormData = false;
@@ -2293,7 +2293,7 @@ class SMSApi {
2293
2293
  uri: localVarPath,
2294
2294
  useQuerystring: this._useQuerystring,
2295
2295
  json: true,
2296
- body: models_1.ObjectSerializer.serialize(inlineObject53, "InlineObject53")
2296
+ body: models_1.ObjectSerializer.serialize(wTSMSUpdatePhoneNumberConfig, "WTSMSUpdatePhoneNumberConfig")
2297
2297
  };
2298
2298
  let authenticationPromise = Promise.resolve();
2299
2299
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
@@ -2329,7 +2329,7 @@ class SMSApi {
2329
2329
  });
2330
2330
  });
2331
2331
  }
2332
- updatePhoneNumber(phoneNumberID, inlineObject54, options = { headers: {} }) {
2332
+ updatePhoneNumber(phoneNumberID, wTSMSUpdatePhoneNumberConfig, options = { headers: {} }) {
2333
2333
  return __awaiter(this, void 0, void 0, function* () {
2334
2334
  const localVarPath = this.basePath + '/v2/sms/phoneNumber/{phoneNumberID}'
2335
2335
  .replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
@@ -2346,8 +2346,8 @@ class SMSApi {
2346
2346
  if (phoneNumberID === null || phoneNumberID === undefined) {
2347
2347
  throw new Error('Required parameter phoneNumberID was null or undefined when calling updatePhoneNumber.');
2348
2348
  }
2349
- if (inlineObject54 === null || inlineObject54 === undefined) {
2350
- throw new Error('Required parameter inlineObject54 was null or undefined when calling updatePhoneNumber.');
2349
+ if (wTSMSUpdatePhoneNumberConfig === null || wTSMSUpdatePhoneNumberConfig === undefined) {
2350
+ throw new Error('Required parameter wTSMSUpdatePhoneNumberConfig was null or undefined when calling updatePhoneNumber.');
2351
2351
  }
2352
2352
  Object.assign(localVarHeaderParams, options.headers);
2353
2353
  let localVarUseFormData = false;
@@ -2358,7 +2358,7 @@ class SMSApi {
2358
2358
  uri: localVarPath,
2359
2359
  useQuerystring: this._useQuerystring,
2360
2360
  json: true,
2361
- body: models_1.ObjectSerializer.serialize(inlineObject54, "InlineObject54")
2361
+ body: models_1.ObjectSerializer.serialize(wTSMSUpdatePhoneNumberConfig, "WTSMSUpdatePhoneNumberConfig")
2362
2362
  };
2363
2363
  let authenticationPromise = Promise.resolve();
2364
2364
  authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));