wallet 2.1.508 → 2.1.512

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 (580) hide show
  1. package/.openapi-generator/FILES +26 -5
  2. package/api/advertisementCreditsApi.ts +1 -1
  3. package/api/analyticsApi.ts +256 -16
  4. package/api/apis.ts +5 -1
  5. package/api/appleWalletSubscribersApi.ts +1 -1
  6. package/api/billingApi.ts +8 -8
  7. package/api/clubMembersPointsApi.ts +5 -5
  8. package/api/configurationApi.ts +5 -4
  9. package/api/countriesApi.ts +5 -5
  10. package/api/customerApi.ts +1 -1
  11. package/api/dashboardApi.ts +53 -54
  12. package/api/dynamicVouchersApi.ts +1 -1
  13. package/api/employeeAPIKeysApi.ts +1 -1
  14. package/api/employeeAccessApi.ts +1 -1
  15. package/api/employeesApi.ts +81 -6
  16. package/api/imageGridApi.ts +447 -0
  17. package/api/industriesApi.ts +5 -5
  18. package/api/infoGenesisReportsApi.ts +38 -38
  19. package/api/integratedTerminalsApi.ts +1 -1
  20. package/api/interactionsApi.ts +5 -5
  21. package/api/linkBookApi.ts +1 -1
  22. package/api/linkBookSectionApi.ts +1 -1
  23. package/api/loginAndLogoutApi.ts +15 -14
  24. package/api/membershipTiersApi.ts +1 -1
  25. package/api/merchantApi.ts +33 -26
  26. package/api/merchantCreditsApi.ts +5 -5
  27. package/api/merchantURLsApi.ts +1 -1
  28. package/api/mobileTerminalApi.ts +1 -1
  29. package/api/newsApi.ts +1 -1
  30. package/api/paymentDesignsApi.ts +1 -1
  31. package/api/performancesApi.ts +1 -1
  32. package/api/promoCodesApi.ts +1 -1
  33. package/api/sMSApi.ts +43 -42
  34. package/api/settingsApi.ts +5 -5
  35. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  36. package/api/staticVoucherCampaignsApi.ts +12 -12
  37. package/api/staticVouchersApi.ts +1 -1
  38. package/api/systemApi.ts +1 -1
  39. package/api/transactionLedgerApi.ts +5 -5
  40. package/api/utilitiesApi.ts +5 -5
  41. package/api/webTerminalApi.ts +1 -1
  42. package/api/wixTerminalApi.ts +309 -0
  43. package/dist/api/analyticsApi.d.ts +36 -5
  44. package/dist/api/analyticsApi.js +204 -5
  45. package/dist/api/analyticsApi.js.map +1 -1
  46. package/dist/api/apis.d.ts +5 -1
  47. package/dist/api/apis.js +5 -1
  48. package/dist/api/apis.js.map +1 -1
  49. package/dist/api/billingApi.d.ts +3 -3
  50. package/dist/api/billingApi.js +2 -2
  51. package/dist/api/billingApi.js.map +1 -1
  52. package/dist/api/clubMembersPointsApi.d.ts +2 -2
  53. package/dist/api/clubMembersPointsApi.js +1 -1
  54. package/dist/api/configurationApi.d.ts +2 -1
  55. package/dist/api/configurationApi.js +1 -1
  56. package/dist/api/configurationApi.js.map +1 -1
  57. package/dist/api/countriesApi.d.ts +2 -2
  58. package/dist/api/countriesApi.js +1 -1
  59. package/dist/api/dashboardApi.d.ts +18 -19
  60. package/dist/api/dashboardApi.js +17 -17
  61. package/dist/api/dashboardApi.js.map +1 -1
  62. package/dist/api/employeesApi.d.ts +12 -3
  63. package/dist/api/employeesApi.js +66 -2
  64. package/dist/api/employeesApi.js.map +1 -1
  65. package/dist/api/imageGridApi.d.ts +69 -0
  66. package/dist/api/imageGridApi.js +380 -0
  67. package/dist/api/imageGridApi.js.map +1 -0
  68. package/dist/api/industriesApi.d.ts +2 -2
  69. package/dist/api/industriesApi.js +1 -1
  70. package/dist/api/industriesApi.js.map +1 -1
  71. package/dist/api/infoGenesisReportsApi.d.ts +13 -13
  72. package/dist/api/infoGenesisReportsApi.js +12 -12
  73. package/dist/api/infoGenesisReportsApi.js.map +1 -1
  74. package/dist/api/interactionsApi.d.ts +2 -2
  75. package/dist/api/interactionsApi.js +1 -1
  76. package/dist/api/interactionsApi.js.map +1 -1
  77. package/dist/api/loginAndLogoutApi.d.ts +6 -5
  78. package/dist/api/loginAndLogoutApi.js +6 -6
  79. package/dist/api/loginAndLogoutApi.js.map +1 -1
  80. package/dist/api/merchantApi.d.ts +16 -9
  81. package/dist/api/merchantApi.js +8 -8
  82. package/dist/api/merchantApi.js.map +1 -1
  83. package/dist/api/merchantCreditsApi.d.ts +2 -2
  84. package/dist/api/merchantCreditsApi.js +1 -1
  85. package/dist/api/sMSApi.d.ts +18 -17
  86. package/dist/api/sMSApi.js +12 -12
  87. package/dist/api/sMSApi.js.map +1 -1
  88. package/dist/api/settingsApi.d.ts +2 -2
  89. package/dist/api/settingsApi.js +1 -1
  90. package/dist/api/settingsApi.js.map +1 -1
  91. package/dist/api/staticVoucherCampaignsApi.d.ts +5 -5
  92. package/dist/api/staticVoucherCampaignsApi.js +3 -3
  93. package/dist/api/transactionLedgerApi.d.ts +2 -2
  94. package/dist/api/transactionLedgerApi.js +1 -1
  95. package/dist/api/utilitiesApi.d.ts +2 -2
  96. package/dist/api/utilitiesApi.js +1 -1
  97. package/dist/api/utilitiesApi.js.map +1 -1
  98. package/dist/api/wixTerminalApi.d.ts +51 -0
  99. package/dist/api/wixTerminalApi.js +259 -0
  100. package/dist/api/wixTerminalApi.js.map +1 -0
  101. package/dist/model/advertisementCredit.d.ts +1 -1
  102. package/dist/model/advertisementCreditBroadcast.d.ts +1 -1
  103. package/dist/model/advertisementCreditScan.d.ts +1 -1
  104. package/dist/model/agreement.d.ts +1 -1
  105. package/dist/model/applicableTerminals.js.map +1 -1
  106. package/dist/model/applicableTerminalsAnyOf1.d.ts +1 -1
  107. package/dist/model/applicableTerminalsAnyOf1.js +1 -1
  108. package/dist/model/applicableTerminalsAnyOf1.js.map +1 -1
  109. package/dist/model/applicableTerminalsAnyOf2.d.ts +1 -1
  110. package/dist/model/applicableTerminalsAnyOf2.js +1 -1
  111. package/dist/model/applicableTerminalsAnyOf2.js.map +1 -1
  112. package/dist/model/applicableTerminalsAnyOf3.d.ts +1 -1
  113. package/dist/model/applicableTerminalsAnyOf3.js +1 -1
  114. package/dist/model/applicableTerminalsAnyOf3.js.map +1 -1
  115. package/dist/model/applicableTerminalsAnyOf4.d.ts +3 -0
  116. package/dist/model/applicableTerminalsAnyOf4.js +8 -0
  117. package/dist/model/applicableTerminalsAnyOf4.js.map +1 -0
  118. package/dist/model/applicableTerminalsAnyOf5.d.ts +3 -0
  119. package/dist/model/applicableTerminalsAnyOf5.js +8 -0
  120. package/dist/model/applicableTerminalsAnyOf5.js.map +1 -0
  121. package/dist/model/applicableTerminalsAnyOf6.d.ts +3 -0
  122. package/dist/model/applicableTerminalsAnyOf6.js +8 -0
  123. package/dist/model/applicableTerminalsAnyOf6.js.map +1 -0
  124. package/dist/model/clickFunnelContact.d.ts +3 -3
  125. package/dist/model/clickFunnelContactProfile.d.ts +5 -5
  126. package/dist/model/clickFunnelRegistration.d.ts +16 -0
  127. package/dist/model/clickFunnelRegistration.js +23 -0
  128. package/dist/model/clickFunnelRegistration.js.map +1 -0
  129. package/dist/model/dynamicVoucher.d.ts +1 -1
  130. package/dist/model/dynamicVoucherBroadcast.d.ts +1 -1
  131. package/dist/model/employeeAPIKey.d.ts +1 -1
  132. package/dist/model/helpDeskRequest.d.ts +1 -1
  133. package/dist/model/imageGrid.d.ts +22 -0
  134. package/dist/model/imageGrid.js +58 -0
  135. package/dist/model/imageGrid.js.map +1 -0
  136. package/dist/model/importedList.d.ts +1 -1
  137. package/dist/model/importedListRecipient.d.ts +1 -1
  138. package/dist/model/inboundSMS.d.ts +1 -1
  139. package/dist/model/inlineResponse200.d.ts +6 -2
  140. package/dist/model/inlineResponse200.js +21 -6
  141. package/dist/model/inlineResponse200.js.map +1 -1
  142. package/dist/model/inlineResponse2001.d.ts +3 -6
  143. package/dist/model/inlineResponse2001.js +7 -17
  144. package/dist/model/inlineResponse2001.js.map +1 -1
  145. package/dist/model/inlineResponse20010.d.ts +3 -4
  146. package/dist/model/inlineResponse20010.js +9 -9
  147. package/dist/model/inlineResponse20010.js.map +1 -1
  148. package/dist/model/inlineResponse20011.d.ts +14 -2
  149. package/dist/model/inlineResponse20011.js +66 -6
  150. package/dist/model/inlineResponse20011.js.map +1 -1
  151. package/dist/model/inlineResponse20012.d.ts +3 -13
  152. package/dist/model/inlineResponse20012.js +6 -51
  153. package/dist/model/inlineResponse20012.js.map +1 -1
  154. package/dist/model/inlineResponse2002.d.ts +1 -1
  155. package/dist/model/inlineResponse2002.js +1 -1
  156. package/dist/model/inlineResponse2002.js.map +1 -1
  157. package/dist/model/inlineResponse2003.d.ts +4 -1
  158. package/dist/model/inlineResponse2003.js +12 -2
  159. package/dist/model/inlineResponse2003.js.map +1 -1
  160. package/dist/model/inlineResponse2004.d.ts +3 -3
  161. package/dist/model/inlineResponse2004.js +6 -11
  162. package/dist/model/inlineResponse2004.js.map +1 -1
  163. package/dist/model/inlineResponse2005.d.ts +4 -3
  164. package/dist/model/inlineResponse2005.js +10 -5
  165. package/dist/model/inlineResponse2005.js.map +1 -1
  166. package/dist/model/inlineResponse2006.d.ts +4 -12
  167. package/dist/model/inlineResponse2006.js +9 -54
  168. package/dist/model/inlineResponse2006.js.map +1 -1
  169. package/dist/model/inlineResponse2007.d.ts +4 -4
  170. package/dist/model/inlineResponse2007.js +8 -8
  171. package/dist/model/inlineResponse2007.js.map +1 -1
  172. package/dist/model/inlineResponse2008.d.ts +4 -1
  173. package/dist/model/inlineResponse2008.js +12 -2
  174. package/dist/model/inlineResponse2008.js.map +1 -1
  175. package/dist/model/inlineResponse2009.d.ts +13 -4
  176. package/dist/model/inlineResponse2009.js +52 -7
  177. package/dist/model/inlineResponse2009.js.map +1 -1
  178. package/dist/model/ledgerEntry.d.ts +1 -1
  179. package/dist/model/linkBookSection.d.ts +1 -0
  180. package/dist/model/linkBookSection.js +5 -0
  181. package/dist/model/linkBookSection.js.map +1 -1
  182. package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +15 -0
  183. package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +23 -0
  184. package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -0
  185. package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +15 -0
  186. package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +23 -0
  187. package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -0
  188. package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +15 -0
  189. package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +23 -0
  190. package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -0
  191. package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +15 -0
  192. package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +23 -0
  193. package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -0
  194. package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +15 -0
  195. package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +23 -0
  196. package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -0
  197. package/dist/model/memberSearch.d.ts +4 -1
  198. package/dist/model/memberSearch.js +17 -2
  199. package/dist/model/memberSearch.js.map +1 -1
  200. package/dist/model/merchant.d.ts +1 -0
  201. package/dist/model/merchant.js +5 -0
  202. package/dist/model/merchant.js.map +1 -1
  203. package/dist/model/models.d.ts +24 -5
  204. package/dist/model/models.js +73 -15
  205. package/dist/model/models.js.map +1 -1
  206. package/dist/model/optInList.d.ts +1 -1
  207. package/dist/model/optInListSource.d.ts +1 -1
  208. package/dist/model/optInListSubscriber.d.ts +1 -1
  209. package/dist/model/outboundSMS.d.ts +2 -2
  210. package/dist/model/outboundSMS.js +5 -5
  211. package/dist/model/outboundSMS.js.map +1 -1
  212. package/dist/model/paymentDesign.d.ts +1 -1
  213. package/dist/model/paymentPrefixes.d.ts +25 -0
  214. package/dist/model/paymentPrefixes.js +73 -0
  215. package/dist/model/paymentPrefixes.js.map +1 -0
  216. package/dist/model/phoneNumber.d.ts +1 -1
  217. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +17 -0
  218. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +33 -0
  219. package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -0
  220. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +1 -1
  221. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +5 -5
  222. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
  223. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
  224. package/dist/model/portalPage.d.ts +2 -0
  225. package/dist/model/portalPage.js +2 -0
  226. package/dist/model/portalPage.js.map +1 -1
  227. package/dist/model/simpleSMSBroadcast.d.ts +1 -1
  228. package/dist/model/staticVoucher.d.ts +1 -1
  229. package/dist/model/staticVoucherCampaign.d.ts +1 -1
  230. package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
  231. package/dist/model/staticVoucherCampaignGroup.d.ts +1 -1
  232. package/dist/model/tcpa.d.ts +1 -1
  233. package/dist/model/wTAdvertisementCredit.d.ts +1 -1
  234. package/dist/model/wTAdvertisementCreditScan.d.ts +1 -1
  235. package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +19 -0
  236. package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +24 -0
  237. package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -0
  238. package/dist/model/wTAuthenticationLoginRequest.d.ts +15 -0
  239. package/dist/model/wTAuthenticationLoginRequest.js +23 -0
  240. package/dist/model/wTAuthenticationLoginRequest.js.map +1 -0
  241. package/dist/model/wTAuthenticationLoginResponse.d.ts +28 -0
  242. package/dist/model/wTAuthenticationLoginResponse.js +88 -0
  243. package/dist/model/wTAuthenticationLoginResponse.js.map +1 -0
  244. package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +16 -0
  245. package/dist/model/wTBillingVerifyPaymentMethodResponse.js +23 -0
  246. package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -0
  247. package/dist/model/wTCountResult.d.ts +14 -0
  248. package/dist/model/wTCountResult.js +18 -0
  249. package/dist/model/wTCountResult.js.map +1 -0
  250. package/dist/model/wTDynamicVoucher.d.ts +1 -1
  251. package/dist/model/wTDynamicVoucherRedemption.d.ts +1 -1
  252. package/dist/model/wTEmployeeAPIKey.d.ts +1 -1
  253. package/dist/model/wTEmployeeCreateMediaFile.d.ts +1 -0
  254. package/dist/model/wTEmployeeCreateMediaFile.js +5 -0
  255. package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
  256. package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +1 -0
  257. package/dist/model/wTEmployeeSendHelpDeskResponse.js +5 -0
  258. package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
  259. package/dist/model/wTEmployeeUpdateRecords.d.ts +15 -0
  260. package/dist/model/wTEmployeeUpdateRecords.js +23 -0
  261. package/dist/model/wTEmployeeUpdateRecords.js.map +1 -0
  262. package/dist/model/wTImageGridCreateParams.d.ts +17 -0
  263. package/dist/model/wTImageGridCreateParams.js +33 -0
  264. package/dist/model/wTImageGridCreateParams.js.map +1 -0
  265. package/dist/model/wTImageGridUpdateParams.d.ts +17 -0
  266. package/dist/model/wTImageGridUpdateParams.js +33 -0
  267. package/dist/model/wTImageGridUpdateParams.js.map +1 -0
  268. package/dist/model/wTImportedList.d.ts +1 -1
  269. package/dist/model/wTLinkBookSectionCreateParams.d.ts +1 -0
  270. package/dist/model/wTLinkBookSectionCreateParams.js +5 -0
  271. package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -1
  272. package/dist/model/wTLinkBookSectionUpdateParams.d.ts +1 -0
  273. package/dist/model/wTLinkBookSectionUpdateParams.js +5 -0
  274. package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -1
  275. package/dist/model/wTMembershipTier.d.ts +1 -1
  276. package/dist/model/wTMembershipTierWithMemberCount.d.ts +1 -1
  277. package/dist/model/wTMerchantUpdate.d.ts +1 -0
  278. package/dist/model/wTMerchantUpdate.js +5 -0
  279. package/dist/model/wTMerchantUpdate.js.map +1 -1
  280. package/dist/model/wTOptInList.d.ts +1 -1
  281. package/dist/model/wTPaymentDesign.d.ts +1 -1
  282. package/dist/model/wTSMSLimits.d.ts +15 -0
  283. package/dist/model/wTSMSLimits.js +23 -0
  284. package/dist/model/wTSMSLimits.js.map +1 -0
  285. package/dist/model/wTStaticVoucher.d.ts +1 -1
  286. package/dist/model/wTStaticVoucherCampaign.d.ts +1 -1
  287. package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +1 -0
  288. package/dist/model/wTWalletConfigurationSaveWalletRecord.js +5 -0
  289. package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
  290. package/dist/model/wTWalletItemRedemption.d.ts +1 -1
  291. package/dist/model/wTWalletObjectPrefixCounts.d.ts +17 -0
  292. package/dist/model/wTWalletObjectPrefixCounts.js +28 -0
  293. package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -0
  294. package/dist/model/wTWalletPageView.d.ts +1 -1
  295. package/dist/model/wTWalletPageViewCount.d.ts +16 -0
  296. package/dist/model/wTWalletPageViewCount.js +28 -0
  297. package/dist/model/wTWalletPageViewCount.js.map +1 -0
  298. package/dist/model/walletConfiguration.d.ts +1 -0
  299. package/dist/model/walletConfiguration.js +5 -0
  300. package/dist/model/walletConfiguration.js.map +1 -1
  301. package/dist/model/walletPageView.d.ts +1 -1
  302. package/model/advertisementCredit.ts +2 -2
  303. package/model/advertisementCreditBroadcast.ts +2 -2
  304. package/model/advertisementCreditScan.ts +2 -2
  305. package/model/agreement.ts +2 -2
  306. package/model/alert.ts +1 -1
  307. package/model/announcement.ts +1 -1
  308. package/model/applicableTerminals.ts +4 -1
  309. package/model/applicableTerminalsAnyOf.ts +1 -1
  310. package/model/applicableTerminalsAnyOf1.ts +2 -2
  311. package/model/applicableTerminalsAnyOf2.ts +2 -2
  312. package/model/applicableTerminalsAnyOf3.ts +2 -2
  313. package/model/applicableTerminalsAnyOf4.ts +17 -0
  314. package/model/applicableTerminalsAnyOf5.ts +17 -0
  315. package/model/applicableTerminalsAnyOf6.ts +17 -0
  316. package/model/authError.ts +1 -1
  317. package/model/availablePhoneNumbersRequest.ts +1 -1
  318. package/model/clickFunnelAmount.ts +1 -1
  319. package/model/clickFunnelContact.ts +4 -4
  320. package/model/clickFunnelContactProfile.ts +6 -6
  321. package/model/clickFunnelEvent.ts +1 -1
  322. package/model/clickFunnelOriginalAmount.ts +1 -1
  323. package/model/clickFunnelProduct.ts +1 -1
  324. package/model/clickFunnelPurchase.ts +1 -1
  325. package/model/clickFunnelRegistration.ts +38 -0
  326. package/model/createStaticVoucherCampaign.ts +1 -1
  327. package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
  328. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
  329. package/model/dashboardWidget.ts +1 -1
  330. package/model/duplicateRowFound.ts +1 -1
  331. package/model/dynamicVoucher.ts +2 -2
  332. package/model/dynamicVoucherBroadcast.ts +2 -2
  333. package/model/employee.ts +1 -1
  334. package/model/employeeAPIKey.ts +2 -2
  335. package/model/employeeActivityLog.ts +1 -1
  336. package/model/entityTooLarge.ts +1 -1
  337. package/model/exportDataFile.ts +1 -1
  338. package/model/falsumError.ts +1 -1
  339. package/model/falsumField.ts +1 -1
  340. package/model/feature.ts +1 -1
  341. package/model/forbiddenRequest.ts +1 -1
  342. package/model/foreignKeyDoesNotExist.ts +1 -1
  343. package/model/helpDeskRequest.ts +2 -2
  344. package/model/imageGrid.ts +79 -0
  345. package/model/importedList.ts +2 -2
  346. package/model/importedListRecipient.ts +2 -2
  347. package/model/inboundSMS.ts +2 -2
  348. package/model/inlineResponse200.ts +28 -9
  349. package/model/inlineResponse2001.ts +11 -24
  350. package/model/inlineResponse20010.ts +13 -14
  351. package/model/inlineResponse20011.ts +80 -8
  352. package/model/inlineResponse20012.ts +9 -64
  353. package/model/inlineResponse2002.ts +3 -3
  354. package/model/inlineResponse2003.ts +17 -4
  355. package/model/inlineResponse2004.ts +10 -15
  356. package/model/inlineResponse2005.ts +15 -9
  357. package/model/inlineResponse2006.ts +14 -67
  358. package/model/inlineResponse2007.ts +13 -13
  359. package/model/inlineResponse2008.ts +17 -4
  360. package/model/inlineResponse2009.ts +66 -12
  361. package/model/internalServerError.ts +1 -1
  362. package/model/ledgerEntry.ts +2 -2
  363. package/model/linkBook.ts +1 -1
  364. package/model/linkBookSection.ts +7 -1
  365. package/model/mSAnalyticsMemberCountPartitionedByDate.ts +43 -0
  366. package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +43 -0
  367. package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +43 -0
  368. package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +43 -0
  369. package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +43 -0
  370. package/model/mSMemberHistory.ts +1 -1
  371. package/model/mSMemberHistoryPagination.ts +1 -1
  372. package/model/mSMemberRedemption.ts +1 -1
  373. package/model/mSMemberRedemptionPagination.ts +1 -1
  374. package/model/mSMembershipTierHistory.ts +1 -1
  375. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  376. package/model/mSMembershipTierRedemption.ts +1 -1
  377. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  378. package/model/mSMerchantCreditHistory.ts +1 -1
  379. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  380. package/model/mSMerchantCreditRedemption.ts +1 -1
  381. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  382. package/model/mediaFile.ts +1 -1
  383. package/model/member.ts +1 -1
  384. package/model/memberSearch.ts +31 -4
  385. package/model/merchant.ts +7 -1
  386. package/model/merchantCreditSearch.ts +1 -1
  387. package/model/merchantNotInitialized.ts +1 -1
  388. package/model/merchantURL.ts +1 -1
  389. package/model/message.ts +1 -1
  390. package/model/models.ts +73 -15
  391. package/model/moduleError.ts +1 -1
  392. package/model/newsArticle.ts +1 -1
  393. package/model/optInList.ts +2 -2
  394. package/model/optInListSource.ts +2 -2
  395. package/model/optInListSubscriber.ts +2 -2
  396. package/model/outboundSMS.ts +8 -8
  397. package/model/paginatedWTMembers.ts +1 -1
  398. package/model/paginatedWTMerchantCredits.ts +1 -1
  399. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  400. package/model/paginationRequestWithSortOptions.ts +1 -1
  401. package/model/paymentDesign.ts +2 -2
  402. package/model/paymentPrefixes.ts +97 -0
  403. package/model/performance.ts +1 -1
  404. package/model/phoneNumber.ts +2 -2
  405. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
  406. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  407. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  408. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  409. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
  410. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  411. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
  412. package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +64 -0
  413. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  414. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  415. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  416. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
  417. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  418. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  419. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  420. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -7
  421. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  422. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
  423. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  424. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
  425. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
  426. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  427. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  428. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
  429. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
  430. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  431. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  432. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  433. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  434. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +2 -2
  435. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
  436. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  437. package/model/plan.ts +1 -1
  438. package/model/portalPage.ts +3 -1
  439. package/model/presignedPost.ts +1 -1
  440. package/model/presignedPostFields.ts +1 -1
  441. package/model/product.ts +1 -1
  442. package/model/promoCode.ts +1 -1
  443. package/model/reachPerformanceStats.ts +1 -1
  444. package/model/request.ts +1 -1
  445. package/model/response.ts +1 -1
  446. package/model/role.ts +1 -1
  447. package/model/roleAuditLog.ts +1 -1
  448. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  449. package/model/sSOptInSource.ts +1 -1
  450. package/model/simpleSMSBroadcast.ts +2 -2
  451. package/model/staticVoucher.ts +2 -2
  452. package/model/staticVoucherCampaign.ts +2 -2
  453. package/model/staticVoucherCampaignBroadcast.ts +2 -2
  454. package/model/staticVoucherCampaignGroup.ts +2 -2
  455. package/model/staticVoucherCampaignUpdate.ts +1 -1
  456. package/model/status.ts +1 -1
  457. package/model/statusAnyOf.ts +1 -1
  458. package/model/statusAnyOf1.ts +1 -1
  459. package/model/statusAnyOf2.ts +1 -1
  460. package/model/statusAnyOf3.ts +1 -1
  461. package/model/subscriptionFeature.ts +1 -1
  462. package/model/subscriptionPlan.ts +1 -1
  463. package/model/subscriptionProduct.ts +1 -1
  464. package/model/tcpa.ts +2 -2
  465. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
  466. package/model/vSCampaignGeneratedMessage.ts +1 -1
  467. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  468. package/model/vSDynamicVoucherStatus.ts +1 -1
  469. package/model/wTAdvertisementCredit.ts +2 -2
  470. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  471. package/model/wTAdvertisementCreditScan.ts +2 -2
  472. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  473. package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -0
  474. package/model/wTAuthenticationForgotPassword.ts +1 -1
  475. package/model/wTAuthenticationLoginRequest.ts +37 -0
  476. package/model/wTAuthenticationLoginResponse.ts +115 -0
  477. package/model/wTAuthenticationRegister.ts +1 -1
  478. package/model/wTAuthenticationRequestResetPassword.ts +1 -1
  479. package/model/wTAuthenticationResetPassword.ts +1 -1
  480. package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
  481. package/model/wTBillingChangePlan.ts +1 -1
  482. package/model/wTBillingSavePaymentMethod.ts +1 -1
  483. package/model/wTBillingVerifyPaymentMethodResponse.ts +38 -0
  484. package/model/wTCountResult.ts +31 -0
  485. package/model/wTCustomerSearchByMemberID.ts +1 -1
  486. package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
  487. package/model/wTDynamicVoucher.ts +2 -2
  488. package/model/wTDynamicVoucherCreateParams.ts +1 -1
  489. package/model/wTDynamicVoucherRedemption.ts +2 -2
  490. package/model/wTDynamicVoucherSummary.ts +1 -1
  491. package/model/wTDynamicVoucherUpdateParams.ts +1 -1
  492. package/model/wTEmployee.ts +1 -1
  493. package/model/wTEmployeeAPIKey.ts +2 -2
  494. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  495. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  496. package/model/wTEmployeeCreate.ts +1 -1
  497. package/model/wTEmployeeCreateAlert.ts +1 -1
  498. package/model/wTEmployeeCreateMediaFile.ts +7 -1
  499. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
  500. package/model/wTEmployeeFileCreate.ts +1 -1
  501. package/model/wTEmployeeImportRecords.ts +1 -1
  502. package/model/wTEmployeeNotification.ts +1 -1
  503. package/model/wTEmployeePeerRoles.ts +1 -1
  504. package/model/wTEmployeeS3FilePresign.ts +1 -1
  505. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
  506. package/model/wTEmployeeScheduleSimpleSMS.ts +1 -1
  507. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
  508. package/model/wTEmployeeSendHelpDeskResponse.ts +7 -1
  509. package/model/wTEmployeeUpdate.ts +1 -1
  510. package/model/wTEmployeeUpdateRecords.ts +37 -0
  511. package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
  512. package/model/wTImageGridCreateParams.ts +49 -0
  513. package/model/wTImageGridUpdateParams.ts +49 -0
  514. package/model/wTImportedList.ts +2 -2
  515. package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
  516. package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
  517. package/model/wTInfoGenesisRoutingIDs.ts +1 -1
  518. package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
  519. package/model/wTLinkBookCreateParams.ts +1 -1
  520. package/model/wTLinkBookSectionCreateParams.ts +7 -1
  521. package/model/wTLinkBookSectionUpdateParams.ts +7 -1
  522. package/model/wTLinkBookUpdateParams.ts +1 -1
  523. package/model/wTMember.ts +1 -1
  524. package/model/wTMemberCreationParams.ts +1 -1
  525. package/model/wTMembershipTier.ts +2 -2
  526. package/model/wTMembershipTierCreationParams.ts +1 -1
  527. package/model/wTMembershipTierUpdateParams.ts +1 -1
  528. package/model/wTMembershipTierWithMemberCount.ts +2 -2
  529. package/model/wTMerchantCredit.ts +1 -1
  530. package/model/wTMerchantCreditCreationParams.ts +1 -1
  531. package/model/wTMerchantURLCreate.ts +1 -1
  532. package/model/wTMerchantURLUpdate.ts +1 -1
  533. package/model/wTMerchantUpdate.ts +7 -1
  534. package/model/wTMerchantUpdateBillingContact.ts +1 -1
  535. package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
  536. package/model/wTNewsArticleCreateParams.ts +1 -1
  537. package/model/wTNewsArticleUpdateParams.ts +1 -1
  538. package/model/wTOptInList.ts +2 -2
  539. package/model/wTOptInListCreationParams.ts +1 -1
  540. package/model/wTPaymentDesign.ts +2 -2
  541. package/model/wTPaymentDesignCreateParams.ts +1 -1
  542. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  543. package/model/wTPerformanceCreateParams.ts +1 -1
  544. package/model/wTPerformanceUpdateParams.ts +1 -1
  545. package/model/wTPosMachine.ts +1 -1
  546. package/model/wTPosMachineCreateParams.ts +1 -1
  547. package/model/wTPosMachineUpdateParams.ts +1 -1
  548. package/model/wTPromoCodeCreateParams.ts +1 -1
  549. package/model/wTPromoCodeUpdateParams.ts +1 -1
  550. package/model/wTRole.ts +1 -1
  551. package/model/wTSMSAcquirePhoneNumber.ts +1 -1
  552. package/model/wTSMSCreateAgreement.ts +1 -1
  553. package/model/wTSMSImportOptInListSubscribers.ts +1 -1
  554. package/model/wTSMSImportedListCreate.ts +1 -1
  555. package/model/wTSMSLimits.ts +37 -0
  556. package/model/wTSMSOptInListSourceCreate.ts +1 -1
  557. package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
  558. package/model/wTSettingsSetPassword.ts +1 -1
  559. package/model/wTStaticVoucher.ts +2 -2
  560. package/model/wTStaticVoucherCampaign.ts +2 -2
  561. package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
  562. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
  563. package/model/wTStaticVoucherCreateParams.ts +1 -1
  564. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  565. package/model/wTSystemApprovePhoneNumber.ts +1 -1
  566. package/model/wTSystemRoleCreate.ts +1 -1
  567. package/model/wTTCPAOpt.ts +1 -1
  568. package/model/wTTwilioRequestAuthyCode.ts +1 -1
  569. package/model/wTTwilioVerifyAuthyCode.ts +1 -1
  570. package/model/wTWalletConfigurationSaveWalletRecord.ts +7 -1
  571. package/model/wTWalletItemRedemption.ts +2 -2
  572. package/model/wTWalletObjectPrefixCounts.ts +44 -0
  573. package/model/wTWalletPageView.ts +2 -2
  574. package/model/wTWalletPageViewCount.ts +43 -0
  575. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  576. package/model/walletConfiguration.ts +7 -1
  577. package/model/walletPageView.ts +2 -2
  578. package/model/webpage.ts +1 -1
  579. package/package.json +1 -1
  580. package/tsconfig.json +1 -2
package/model/plan.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,6 +15,7 @@ import { RequestFile } from './models';
15
15
  export enum PortalPage {
16
16
  AnalyticsAdCredits = <any> 'analytics-ad-credits',
17
17
  AnalyticsClubMembers = <any> 'analytics-club-members',
18
+ DigitalWalletCustomerSessions = <any> 'digital-wallet-customer-sessions',
18
19
  AnalyticsDynamicVouchers = <any> 'analytics-dynamic-vouchers',
19
20
  AnalyticsMembershipTiers = <any> 'analytics-membership-tiers',
20
21
  AnalyticsMerchantCredits = <any> 'analytics-merchant-credits',
@@ -60,6 +61,7 @@ export enum PortalPage {
60
61
  DigitalWalletConfiguration = <any> 'digital-wallet-configuration',
61
62
  Performances = <any> 'performances',
62
63
  LinkBook = <any> 'link-book',
64
+ ImageGrid = <any> 'image-grid',
63
65
  LiveChat = <any> 'live-chat',
64
66
  PromoCodes = <any> 'promo-codes',
65
67
  News = <any> 'news'
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/product.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/request.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/response.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/role.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -22,7 +22,7 @@ export class SimpleSMSBroadcast {
22
22
  'mediaURL': string;
23
23
  'employeeID': string;
24
24
  'broadcastScheduledAt': Date;
25
- 'id': string;
25
+ 'id': string | null;
26
26
  'merchantID': string;
27
27
  'createdAt': Date;
28
28
  'updatedAt': Date;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@ import { RequestFile } from './models';
14
14
  import { Status } from './status';
15
15
 
16
16
  export class StaticVoucher {
17
- 'id': string;
17
+ 'id': string | null;
18
18
  'isActive': boolean;
19
19
  'campaignID': string;
20
20
  'memberID'?: string;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,7 +13,7 @@
13
13
  import { RequestFile } from './models';
14
14
 
15
15
  export class StaticVoucherCampaign {
16
- 'id': string;
16
+ 'id': string | null;
17
17
  'title': string;
18
18
  'notes': string;
19
19
  'valueType': string | null;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import { WTImportedList } from './wTImportedList';
16
16
  import { WTOptInList } from './wTOptInList';
17
17
 
18
18
  export class StaticVoucherCampaignBroadcast {
19
- 'id': string;
19
+ 'id': string | null;
20
20
  'employeeID': string;
21
21
  'isActive': boolean;
22
22
  'merchantID': string;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ export class StaticVoucherCampaignGroup {
17
17
  'voucherType': number;
18
18
  'createdBySourceID': number;
19
19
  'employeeID': string;
20
- 'id': string;
20
+ 'id': string | null;
21
21
  'merchantID': string;
22
22
  'createdAt': Date;
23
23
  'updatedAt': Date;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/status.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/model/tcpa.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,7 +15,7 @@ import { RequestFile } from './models';
15
15
  export class Tcpa {
16
16
  'cellPhone': string;
17
17
  'phoneNumberID': string;
18
- 'id': string;
18
+ 'id': string | null;
19
19
  'merchantID': string;
20
20
  'createdAt': Date;
21
21
  'updatedAt': Date;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -19,7 +19,7 @@ export class WTAdvertisementCredit {
19
19
  'maxUses': number;
20
20
  'discountValue': number;
21
21
  'employeeID': string;
22
- 'id': string;
22
+ 'id': string | null;
23
23
  'merchantID': string;
24
24
  'createdAt': Date;
25
25
  'updatedAt': Date;
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
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.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,7 +14,7 @@ import { RequestFile } from './models';
14
14
  import { Status } from './status';
15
15
 
16
16
  export class WTAdvertisementCreditScan {
17
- 'id': string;
17
+ 'id': string | null;
18
18
  'isActive': boolean;
19
19
  /**
20
20
  * The type of the transaction - only redemption at the moment
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,36 @@
1
+ /**
2
+ * wallet-api
3
+ * API
4
+ *
5
+ * The version of the OpenAPI document: 2.1.512
6
+ * Contact: development@wallet.inc
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class WTAuthenticationCheckSessionTokenStatusResponse {
16
+ 'status': WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum;
17
+
18
+ static discriminator: string | undefined = undefined;
19
+
20
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
21
+ {
22
+ "name": "status",
23
+ "baseName": "status",
24
+ "type": "WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum"
25
+ } ];
26
+
27
+ static getAttributeTypeMap() {
28
+ return WTAuthenticationCheckSessionTokenStatusResponse.attributeTypeMap;
29
+ }
30
+ }
31
+
32
+ export namespace WTAuthenticationCheckSessionTokenStatusResponse {
33
+ export enum StatusEnum {
34
+ Valid = <any> 'Valid'
35
+ }
36
+ }
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -0,0 +1,37 @@
1
+ /**
2
+ * wallet-api
3
+ * API
4
+ *
5
+ * The version of the OpenAPI document: 2.1.512
6
+ * Contact: development@wallet.inc
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class WTAuthenticationLoginRequest {
16
+ 'username': string;
17
+ 'password': string;
18
+
19
+ static discriminator: string | undefined = undefined;
20
+
21
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
22
+ {
23
+ "name": "username",
24
+ "baseName": "username",
25
+ "type": "string"
26
+ },
27
+ {
28
+ "name": "password",
29
+ "baseName": "password",
30
+ "type": "string"
31
+ } ];
32
+
33
+ static getAttributeTypeMap() {
34
+ return WTAuthenticationLoginRequest.attributeTypeMap;
35
+ }
36
+ }
37
+
@@ -0,0 +1,115 @@
1
+ /**
2
+ * wallet-api
3
+ * API
4
+ *
5
+ * The version of the OpenAPI document: 2.1.512
6
+ * Contact: development@wallet.inc
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+
13
+ import { RequestFile } from './models';
14
+
15
+ export class WTAuthenticationLoginResponse {
16
+ 'id': string;
17
+ 'createdAt': Date;
18
+ 'updatedAt': Date;
19
+ 'firstName': string;
20
+ 'lastName': string;
21
+ 'username': string;
22
+ 'email': string;
23
+ 'merchantID': string;
24
+ 'employeeID': string;
25
+ 'profilePictureURL': string;
26
+ 'jobTitle': string;
27
+ 'department': string;
28
+ 'merchantName': string;
29
+ 'merchantCurrencyAbbreviation'?: string;
30
+ 'merchantIndustry': string;
31
+
32
+ static discriminator: string | undefined = undefined;
33
+
34
+ static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
35
+ {
36
+ "name": "id",
37
+ "baseName": "id",
38
+ "type": "string"
39
+ },
40
+ {
41
+ "name": "createdAt",
42
+ "baseName": "createdAt",
43
+ "type": "Date"
44
+ },
45
+ {
46
+ "name": "updatedAt",
47
+ "baseName": "updatedAt",
48
+ "type": "Date"
49
+ },
50
+ {
51
+ "name": "firstName",
52
+ "baseName": "firstName",
53
+ "type": "string"
54
+ },
55
+ {
56
+ "name": "lastName",
57
+ "baseName": "lastName",
58
+ "type": "string"
59
+ },
60
+ {
61
+ "name": "username",
62
+ "baseName": "username",
63
+ "type": "string"
64
+ },
65
+ {
66
+ "name": "email",
67
+ "baseName": "email",
68
+ "type": "string"
69
+ },
70
+ {
71
+ "name": "merchantID",
72
+ "baseName": "merchantID",
73
+ "type": "string"
74
+ },
75
+ {
76
+ "name": "employeeID",
77
+ "baseName": "employeeID",
78
+ "type": "string"
79
+ },
80
+ {
81
+ "name": "profilePictureURL",
82
+ "baseName": "profilePictureURL",
83
+ "type": "string"
84
+ },
85
+ {
86
+ "name": "jobTitle",
87
+ "baseName": "jobTitle",
88
+ "type": "string"
89
+ },
90
+ {
91
+ "name": "department",
92
+ "baseName": "department",
93
+ "type": "string"
94
+ },
95
+ {
96
+ "name": "merchantName",
97
+ "baseName": "merchantName",
98
+ "type": "string"
99
+ },
100
+ {
101
+ "name": "merchantCurrencyAbbreviation",
102
+ "baseName": "merchantCurrencyAbbreviation",
103
+ "type": "string"
104
+ },
105
+ {
106
+ "name": "merchantIndustry",
107
+ "baseName": "merchantIndustry",
108
+ "type": "string"
109
+ } ];
110
+
111
+ static getAttributeTypeMap() {
112
+ return WTAuthenticationLoginResponse.attributeTypeMap;
113
+ }
114
+ }
115
+
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.508
5
+ * The version of the OpenAPI document: 2.1.512
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).