wallet 2.1.524 → 2.1.528

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 (447) hide show
  1. package/.openapi-generator/FILES +2 -2
  2. package/README.md +15 -18
  3. package/api/advertisementCreditsApi.ts +1 -1
  4. package/api/analyticsApi.ts +12 -2
  5. package/api/appleWalletSubscribersApi.ts +1 -1
  6. package/api/billingApi.ts +263 -1
  7. package/api/clubMembersPointsApi.ts +1 -1
  8. package/api/configurationApi.ts +1 -1
  9. package/api/countriesApi.ts +1 -1
  10. package/api/customerApi.ts +1 -1
  11. package/api/dashboardApi.ts +1 -1
  12. package/api/dynamicVouchersApi.ts +140 -1
  13. package/api/employeeAPIKeysApi.ts +1 -1
  14. package/api/employeeAccessApi.ts +1 -1
  15. package/api/employeesApi.ts +1 -1
  16. package/api/imageGridApi.ts +1 -1
  17. package/api/industriesApi.ts +1 -1
  18. package/api/infoGenesisReportsApi.ts +1 -1
  19. package/api/integratedTerminalsApi.ts +1 -1
  20. package/api/interactionsApi.ts +78 -1
  21. package/api/linkBookApi.ts +1 -1
  22. package/api/linkBookSectionApi.ts +1 -1
  23. package/api/loginAndLogoutApi.ts +1 -1
  24. package/api/membershipTiersApi.ts +1 -1
  25. package/api/merchantApi.ts +1 -1
  26. package/api/merchantCreditsApi.ts +1 -1
  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 +4 -5
  34. package/api/settingsApi.ts +1 -1
  35. package/api/shopifyTerminalApi.ts +1 -1
  36. package/api/staticVoucherCampaignGroupsApi.ts +1 -1
  37. package/api/staticVoucherCampaignsApi.ts +147 -8
  38. package/api/staticVouchersApi.ts +1 -1
  39. package/api/systemApi.ts +1 -1
  40. package/api/transactionLedgerApi.ts +1 -1
  41. package/api/utilitiesApi.ts +1 -1
  42. package/api/webTerminalApi.ts +1 -1
  43. package/api/wixTerminalApi.ts +1 -1
  44. package/api/wooCommerceTerminalApi.ts +1 -1
  45. package/dist/api/analyticsApi.d.ts +1 -1
  46. package/dist/api/analyticsApi.js +7 -1
  47. package/dist/api/analyticsApi.js.map +1 -1
  48. package/dist/api/billingApi.d.ts +32 -0
  49. package/dist/api/billingApi.js +236 -0
  50. package/dist/api/billingApi.js.map +1 -1
  51. package/dist/api/dynamicVouchersApi.d.ts +17 -0
  52. package/dist/api/dynamicVouchersApi.js +122 -0
  53. package/dist/api/dynamicVouchersApi.js.map +1 -1
  54. package/dist/api/interactionsApi.d.ts +9 -0
  55. package/dist/api/interactionsApi.js +65 -0
  56. package/dist/api/interactionsApi.js.map +1 -1
  57. package/dist/api/sMSApi.d.ts +1 -2
  58. package/dist/api/sMSApi.js +1 -1
  59. package/dist/api/sMSApi.js.map +1 -1
  60. package/dist/api/staticVoucherCampaignsApi.d.ts +19 -2
  61. package/dist/api/staticVoucherCampaignsApi.js +126 -4
  62. package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
  63. package/dist/model/advertisementCreditScan.d.ts +1 -1
  64. package/dist/model/advertisementCreditScan.js +5 -5
  65. package/dist/model/advertisementCreditScan.js.map +1 -1
  66. package/dist/model/{wTSMSLimits.d.ts → browserDetails.d.ts} +5 -3
  67. package/dist/model/browserDetails.js +33 -0
  68. package/dist/model/browserDetails.js.map +1 -0
  69. package/dist/model/createStaticVoucherCampaign.d.ts +0 -1
  70. package/dist/model/createStaticVoucherCampaign.js +0 -5
  71. package/dist/model/createStaticVoucherCampaign.js.map +1 -1
  72. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +0 -1
  73. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +0 -5
  74. package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -1
  75. package/dist/model/dynamicVoucher.d.ts +1 -1
  76. package/dist/model/dynamicVoucher.js +5 -5
  77. package/dist/model/dynamicVoucher.js.map +1 -1
  78. package/dist/model/member.d.ts +1 -1
  79. package/dist/model/member.js +5 -5
  80. package/dist/model/member.js.map +1 -1
  81. package/dist/model/models.d.ts +4 -4
  82. package/dist/model/models.js +6 -6
  83. package/dist/model/models.js.map +1 -1
  84. package/dist/model/outboundSMS.d.ts +1 -1
  85. package/dist/model/outboundSMS.js +5 -5
  86. package/dist/model/outboundSMS.js.map +1 -1
  87. package/dist/model/{createStaticVoucherCampaignWithVoucher.d.ts → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.d.ts} +4 -5
  88. package/dist/model/{createStaticVoucherCampaignWithVoucher.js → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js} +20 -25
  89. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -0
  90. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +0 -1
  91. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +0 -5
  92. package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -1
  93. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +1 -1
  94. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +5 -5
  95. package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -1
  96. package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +1 -1
  97. package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +5 -5
  98. package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -1
  99. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +1 -1
  100. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +5 -5
  101. package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
  102. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +1 -1
  103. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +5 -5
  104. package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -1
  105. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +0 -1
  106. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +0 -5
  107. package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -1
  108. package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +1 -1
  109. package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +5 -5
  110. package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
  111. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +1 -1
  112. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +5 -5
  113. package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -1
  114. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
  115. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +5 -5
  116. package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
  117. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +0 -1
  118. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +0 -5
  119. package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -1
  120. package/dist/model/portalPage.d.ts +1 -0
  121. package/dist/model/portalPage.js +1 -0
  122. package/dist/model/portalPage.js.map +1 -1
  123. package/dist/model/staticVoucher.d.ts +1 -1
  124. package/dist/model/staticVoucher.js +5 -5
  125. package/dist/model/staticVoucher.js.map +1 -1
  126. package/dist/model/staticVoucherCampaign.d.ts +1 -1
  127. package/dist/model/staticVoucherCampaign.js +5 -5
  128. package/dist/model/staticVoucherCampaign.js.map +1 -1
  129. package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
  130. package/dist/model/staticVoucherCampaignBroadcast.js +5 -5
  131. package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
  132. package/dist/model/staticVoucherCampaignUpdate.d.ts +0 -1
  133. package/dist/model/staticVoucherCampaignUpdate.js +0 -5
  134. package/dist/model/staticVoucherCampaignUpdate.js.map +1 -1
  135. package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +0 -1
  136. package/dist/model/updateStaticVoucherCampaignWithVoucher.js +0 -5
  137. package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -1
  138. package/dist/model/wTAdvertisementCreditScan.d.ts +1 -1
  139. package/dist/model/wTAdvertisementCreditScan.js +5 -5
  140. package/dist/model/wTAdvertisementCreditScan.js.map +1 -1
  141. package/dist/model/wTDynamicVoucher.d.ts +1 -1
  142. package/dist/model/wTDynamicVoucher.js +5 -5
  143. package/dist/model/wTDynamicVoucher.js.map +1 -1
  144. package/dist/model/wTDynamicVoucherCreateParams.d.ts +0 -1
  145. package/dist/model/wTDynamicVoucherCreateParams.js +0 -5
  146. package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -1
  147. package/dist/model/wTDynamicVoucherUpdateParams.d.ts +0 -1
  148. package/dist/model/wTDynamicVoucherUpdateParams.js +0 -5
  149. package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -1
  150. package/dist/model/wTMember.d.ts +1 -1
  151. package/dist/model/wTMember.js +5 -5
  152. package/dist/model/wTMember.js.map +1 -1
  153. package/dist/model/wTMerchantCredit.d.ts +1 -1
  154. package/dist/model/wTMerchantCredit.js +5 -5
  155. package/dist/model/wTMerchantCredit.js.map +1 -1
  156. package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +2 -2
  157. package/dist/model/wTStaticVoucher.d.ts +1 -1
  158. package/dist/model/wTStaticVoucher.js +5 -5
  159. package/dist/model/wTStaticVoucher.js.map +1 -1
  160. package/dist/model/wTStaticVoucherCampaign.d.ts +1 -1
  161. package/dist/model/wTStaticVoucherCampaign.js +5 -5
  162. package/dist/model/wTStaticVoucherCampaign.js.map +1 -1
  163. package/model/advertisementCredit.ts +1 -1
  164. package/model/advertisementCreditBroadcast.ts +1 -1
  165. package/model/advertisementCreditScan.ts +7 -7
  166. package/model/agreement.ts +1 -1
  167. package/model/alert.ts +1 -1
  168. package/model/announcement.ts +1 -1
  169. package/model/applicableTerminals.ts +1 -1
  170. package/model/applicableTerminalsAnyOf.ts +1 -1
  171. package/model/applicableTerminalsAnyOf1.ts +1 -1
  172. package/model/applicableTerminalsAnyOf2.ts +1 -1
  173. package/model/applicableTerminalsAnyOf3.ts +1 -1
  174. package/model/applicableTerminalsAnyOf4.ts +1 -1
  175. package/model/applicableTerminalsAnyOf5.ts +1 -1
  176. package/model/applicableTerminalsAnyOf6.ts +1 -1
  177. package/model/authError.ts +1 -1
  178. package/model/availablePhoneNumbersRequest.ts +1 -1
  179. package/model/browserDetails.ts +49 -0
  180. package/model/clickFunnelAmount.ts +1 -1
  181. package/model/clickFunnelContact.ts +1 -1
  182. package/model/clickFunnelContactProfile.ts +1 -1
  183. package/model/clickFunnelEvent.ts +1 -1
  184. package/model/clickFunnelOriginalAmount.ts +1 -1
  185. package/model/clickFunnelProduct.ts +1 -1
  186. package/model/clickFunnelPurchase.ts +1 -1
  187. package/model/clickFunnelRegistration.ts +1 -1
  188. package/model/createStaticVoucherCampaign.ts +1 -7
  189. package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -7
  190. package/model/dashboardWidget.ts +1 -1
  191. package/model/document.ts +1 -1
  192. package/model/duplicateRowFound.ts +1 -1
  193. package/model/dynamicVoucher.ts +7 -7
  194. package/model/dynamicVoucherBroadcast.ts +1 -1
  195. package/model/employee.ts +1 -1
  196. package/model/employeeAPIKey.ts +1 -1
  197. package/model/employeeActivityLog.ts +1 -1
  198. package/model/entityTooLarge.ts +1 -1
  199. package/model/exportDataFile.ts +1 -1
  200. package/model/falsumError.ts +1 -1
  201. package/model/falsumField.ts +1 -1
  202. package/model/feature.ts +1 -1
  203. package/model/forbiddenRequest.ts +1 -1
  204. package/model/foreignKeyDoesNotExist.ts +1 -1
  205. package/model/helpDeskRequest.ts +1 -1
  206. package/model/imageGrid.ts +1 -1
  207. package/model/importedList.ts +1 -1
  208. package/model/importedListRecipient.ts +1 -1
  209. package/model/inboundSMS.ts +1 -1
  210. package/model/inlineResponse200.ts +1 -1
  211. package/model/inlineResponse2001.ts +1 -1
  212. package/model/inlineResponse20010.ts +1 -1
  213. package/model/inlineResponse2002.ts +1 -1
  214. package/model/inlineResponse2003.ts +1 -1
  215. package/model/inlineResponse2004.ts +1 -1
  216. package/model/inlineResponse2005.ts +1 -1
  217. package/model/inlineResponse2006.ts +1 -1
  218. package/model/inlineResponse2007.ts +1 -1
  219. package/model/inlineResponse2008.ts +1 -1
  220. package/model/inlineResponse2009.ts +1 -1
  221. package/model/internalServerError.ts +1 -1
  222. package/model/ledgerEntry.ts +1 -1
  223. package/model/linkBook.ts +1 -1
  224. package/model/linkBookSection.ts +1 -1
  225. package/model/mSAnalyticsMemberCountPartitionedByDate.ts +1 -1
  226. package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +1 -1
  227. package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +1 -1
  228. package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +1 -1
  229. package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +1 -1
  230. package/model/mSMemberHistory.ts +1 -1
  231. package/model/mSMemberHistoryPagination.ts +1 -1
  232. package/model/mSMemberRedemption.ts +1 -1
  233. package/model/mSMemberRedemptionPagination.ts +1 -1
  234. package/model/mSMembershipTierHistory.ts +1 -1
  235. package/model/mSMembershipTierHistoryPagination.ts +1 -1
  236. package/model/mSMembershipTierRedemption.ts +1 -1
  237. package/model/mSMembershipTierRedemptionPagination.ts +1 -1
  238. package/model/mSMerchantCreditHistory.ts +1 -1
  239. package/model/mSMerchantCreditHistoryPagination.ts +1 -1
  240. package/model/mSMerchantCreditRedemption.ts +1 -1
  241. package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
  242. package/model/mediaFile.ts +1 -1
  243. package/model/member.ts +10 -10
  244. package/model/memberSearch.ts +1 -1
  245. package/model/merchant.ts +1 -1
  246. package/model/merchantCreditSearch.ts +1 -1
  247. package/model/merchantNotInitialized.ts +1 -1
  248. package/model/merchantURL.ts +1 -1
  249. package/model/message.ts +1 -1
  250. package/model/models.ts +6 -6
  251. package/model/moduleError.ts +1 -1
  252. package/model/newsArticle.ts +1 -1
  253. package/model/optInList.ts +1 -1
  254. package/model/optInListSource.ts +1 -1
  255. package/model/optInListSubscriber.ts +1 -1
  256. package/model/outboundSMS.ts +7 -7
  257. package/model/paginatedWTMembers.ts +1 -1
  258. package/model/paginatedWTMerchantCredits.ts +1 -1
  259. package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
  260. package/model/paginationRequestWithSortOptions.ts +1 -1
  261. package/model/paymentDesign.ts +1 -1
  262. package/model/paymentPrefixes.ts +1 -1
  263. package/model/performance.ts +1 -1
  264. package/model/phoneNumber.ts +1 -1
  265. package/model/{createStaticVoucherCampaignWithVoucher.ts → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts} +22 -25
  266. package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -7
  267. package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
  268. package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
  269. package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
  270. package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +10 -10
  271. package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
  272. package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +10 -10
  273. package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +1 -1
  274. package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
  275. package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +1 -1
  276. package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
  277. package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
  278. package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts +1 -1
  279. package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
  280. package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
  281. package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
  282. package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -7
  283. package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
  284. package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +7 -7
  285. package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
  286. package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -7
  287. package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +7 -7
  288. package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
  289. package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
  290. package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +7 -7
  291. package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
  292. package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
  293. package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
  294. package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
  295. package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
  296. package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +7 -7
  297. package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -7
  298. package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
  299. package/model/plan.ts +1 -1
  300. package/model/portalPage.ts +2 -1
  301. package/model/presignedPost.ts +1 -1
  302. package/model/presignedPostFields.ts +1 -1
  303. package/model/product.ts +1 -1
  304. package/model/promoCode.ts +1 -1
  305. package/model/reachPerformanceStats.ts +1 -1
  306. package/model/request.ts +1 -1
  307. package/model/response.ts +1 -1
  308. package/model/role.ts +1 -1
  309. package/model/roleAuditLog.ts +1 -1
  310. package/model/sSImportedListRecipientCreateParams.ts +1 -1
  311. package/model/sSOptInSource.ts +1 -1
  312. package/model/simpleSMSBroadcast.ts +1 -1
  313. package/model/staticVoucher.ts +7 -7
  314. package/model/staticVoucherCampaign.ts +7 -7
  315. package/model/staticVoucherCampaignBroadcast.ts +7 -7
  316. package/model/staticVoucherCampaignGroup.ts +1 -1
  317. package/model/staticVoucherCampaignUpdate.ts +1 -7
  318. package/model/status.ts +1 -1
  319. package/model/statusAnyOf.ts +1 -1
  320. package/model/statusAnyOf1.ts +1 -1
  321. package/model/statusAnyOf2.ts +1 -1
  322. package/model/statusAnyOf3.ts +1 -1
  323. package/model/subscriptionFeature.ts +1 -1
  324. package/model/subscriptionPlan.ts +1 -1
  325. package/model/subscriptionProduct.ts +1 -1
  326. package/model/tcpa.ts +1 -1
  327. package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -7
  328. package/model/vSCampaignGeneratedMessage.ts +1 -1
  329. package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
  330. package/model/vSDynamicVoucherStatus.ts +1 -1
  331. package/model/wTAdvertisementCredit.ts +1 -1
  332. package/model/wTAdvertisementCreditCreateParams.ts +1 -1
  333. package/model/wTAdvertisementCreditScan.ts +7 -7
  334. package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
  335. package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +1 -1
  336. package/model/wTAuthenticationForgotPassword.ts +1 -1
  337. package/model/wTAuthenticationLoginRequest.ts +1 -1
  338. package/model/wTAuthenticationLoginResponse.ts +1 -1
  339. package/model/wTAuthenticationRegister.ts +1 -1
  340. package/model/wTAuthenticationRequestResetPassword.ts +1 -1
  341. package/model/wTAuthenticationResetPassword.ts +1 -1
  342. package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
  343. package/model/wTBillingChangePlan.ts +1 -1
  344. package/model/wTBillingSavePaymentMethod.ts +1 -1
  345. package/model/wTBillingVerifyPaymentMethodResponse.ts +1 -1
  346. package/model/wTCountResult.ts +1 -1
  347. package/model/wTCustomerSearchByMemberID.ts +1 -1
  348. package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
  349. package/model/wTDynamicVoucher.ts +7 -7
  350. package/model/wTDynamicVoucherCreateParams.ts +1 -7
  351. package/model/wTDynamicVoucherRedemption.ts +1 -1
  352. package/model/wTDynamicVoucherSummary.ts +1 -1
  353. package/model/wTDynamicVoucherUpdateParams.ts +1 -7
  354. package/model/wTEmployee.ts +1 -1
  355. package/model/wTEmployeeAPIKey.ts +1 -1
  356. package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
  357. package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
  358. package/model/wTEmployeeCreate.ts +1 -1
  359. package/model/wTEmployeeCreateAlert.ts +1 -1
  360. package/model/wTEmployeeCreateDocument.ts +1 -1
  361. package/model/wTEmployeeCreateMediaFile.ts +1 -1
  362. package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
  363. package/model/wTEmployeeFileCreate.ts +1 -1
  364. package/model/wTEmployeeImportRecords.ts +1 -1
  365. package/model/wTEmployeeNotification.ts +1 -1
  366. package/model/wTEmployeePeerRoles.ts +1 -1
  367. package/model/wTEmployeeS3FilePresign.ts +1 -1
  368. package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
  369. package/model/wTEmployeeScheduleSimpleSMS.ts +1 -1
  370. package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
  371. package/model/wTEmployeeSendHelpDeskResponse.ts +1 -1
  372. package/model/wTEmployeeUpdate.ts +1 -1
  373. package/model/wTEmployeeUpdateRecords.ts +1 -1
  374. package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
  375. package/model/wTImageGridCreateParams.ts +1 -1
  376. package/model/wTImageGridUpdateParams.ts +1 -1
  377. package/model/wTImportedList.ts +1 -1
  378. package/model/wTImportedListRecipientFromMembershipTierImport.ts +1 -1
  379. package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
  380. package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
  381. package/model/wTInfoGenesisRoutingIDs.ts +1 -1
  382. package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
  383. package/model/wTLinkBook.ts +1 -1
  384. package/model/wTLinkBookCreateParams.ts +1 -1
  385. package/model/wTLinkBookSectionCreateParams.ts +1 -1
  386. package/model/wTLinkBookSectionUpdateParams.ts +1 -1
  387. package/model/wTLinkBookUpdateParams.ts +1 -1
  388. package/model/wTMember.ts +10 -10
  389. package/model/wTMemberCreationParams.ts +1 -1
  390. package/model/wTMembershipTier.ts +1 -1
  391. package/model/wTMembershipTierCreationParams.ts +1 -1
  392. package/model/wTMembershipTierUpdateParams.ts +1 -1
  393. package/model/wTMembershipTierWithMemberCount.ts +1 -1
  394. package/model/wTMerchantCredit.ts +10 -10
  395. package/model/wTMerchantCreditCreationParams.ts +1 -1
  396. package/model/wTMerchantURLCreate.ts +1 -1
  397. package/model/wTMerchantURLUpdate.ts +1 -1
  398. package/model/wTMerchantUpdate.ts +1 -1
  399. package/model/wTMerchantUpdateBillingContact.ts +1 -1
  400. package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
  401. package/model/wTNewsArticleCreateParams.ts +1 -1
  402. package/model/wTNewsArticleUpdateParams.ts +1 -1
  403. package/model/wTOptInList.ts +1 -1
  404. package/model/wTOptInListCreationParams.ts +1 -1
  405. package/model/wTPaymentDesign.ts +1 -1
  406. package/model/wTPaymentDesignCreateParams.ts +1 -1
  407. package/model/wTPaymentDesignUpdateParams.ts +1 -1
  408. package/model/wTPerformanceCreateParams.ts +1 -1
  409. package/model/wTPerformanceUpdateParams.ts +1 -1
  410. package/model/wTPosMachine.ts +1 -1
  411. package/model/wTPosMachineCreateParams.ts +1 -1
  412. package/model/wTPosMachineUpdateParams.ts +1 -1
  413. package/model/wTPromoCodeCreateParams.ts +1 -1
  414. package/model/wTPromoCodeUpdateParams.ts +1 -1
  415. package/model/wTRole.ts +1 -1
  416. package/model/wTSMSAcquirePhoneNumber.ts +1 -1
  417. package/model/wTSMSCreateAgreement.ts +1 -1
  418. package/model/wTSMSImportOptInListSubscribers.ts +1 -1
  419. package/model/wTSMSImportedListCreate.ts +1 -1
  420. package/model/wTSMSOptInListSourceCreate.ts +1 -1
  421. package/model/wTSMSUpdatePhoneNumberConfig.ts +3 -3
  422. package/model/wTSettingsSetPassword.ts +1 -1
  423. package/model/wTStaticVoucher.ts +7 -7
  424. package/model/wTStaticVoucherCampaign.ts +7 -7
  425. package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
  426. package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
  427. package/model/wTStaticVoucherCreateParams.ts +1 -1
  428. package/model/wTStaticVoucherUpdateParams.ts +1 -1
  429. package/model/wTSystemApprovePhoneNumber.ts +1 -1
  430. package/model/wTSystemRoleCreate.ts +1 -1
  431. package/model/wTTCPAOpt.ts +1 -1
  432. package/model/wTTwilioRequestAuthyCode.ts +1 -1
  433. package/model/wTTwilioVerifyAuthyCode.ts +1 -1
  434. package/model/wTWalletConfigurationSaveWalletRecord.ts +1 -1
  435. package/model/wTWalletItemRedemption.ts +1 -1
  436. package/model/wTWalletObjectPrefixCounts.ts +1 -1
  437. package/model/wTWalletPageView.ts +1 -1
  438. package/model/wTWalletPageViewCount.ts +1 -1
  439. package/model/wTWalletPageViewGeoPoint.ts +1 -1
  440. package/model/walletConfiguration.ts +1 -1
  441. package/model/walletPageView.ts +1 -1
  442. package/model/webpage.ts +1 -1
  443. package/package.json +1 -1
  444. package/dist/model/createStaticVoucherCampaignWithVoucher.js.map +0 -1
  445. package/dist/model/wTSMSLimits.js +0 -23
  446. package/dist/model/wTSMSLimits.js.map +0 -1
  447. package/model/wTSMSLimits.ts +0 -37
package/model/member.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -14,10 +14,6 @@ import { RequestFile } from './models';
14
14
 
15
15
  export class Member {
16
16
  'id': string;
17
- /**
18
- * Denotes if this resource is active
19
- */
20
- 'isActive': boolean;
21
17
  'merchantID': string;
22
18
  /**
23
19
  * The timestamp of when this resource was created
@@ -28,6 +24,10 @@ export class Member {
28
24
  */
29
25
  'updatedAt': Date;
30
26
  /**
27
+ * Denotes if this resource is active
28
+ */
29
+ 'isActive': boolean;
30
+ /**
31
31
  * An optional first name of the member
32
32
  */
33
33
  'firstName'?: string;
@@ -55,11 +55,6 @@ export class Member {
55
55
  "baseName": "id",
56
56
  "type": "string"
57
57
  },
58
- {
59
- "name": "isActive",
60
- "baseName": "isActive",
61
- "type": "boolean"
62
- },
63
58
  {
64
59
  "name": "merchantID",
65
60
  "baseName": "merchantID",
@@ -75,6 +70,11 @@ export class Member {
75
70
  "baseName": "updatedAt",
76
71
  "type": "Date"
77
72
  },
73
+ {
74
+ "name": "isActive",
75
+ "baseName": "isActive",
76
+ "type": "boolean"
77
+ },
78
78
  {
79
79
  "name": "firstName",
80
80
  "baseName": "firstName",
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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/merchant.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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/message.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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/models.ts CHANGED
@@ -16,6 +16,7 @@ export * from './applicableTerminalsAnyOf5';
16
16
  export * from './applicableTerminalsAnyOf6';
17
17
  export * from './authError';
18
18
  export * from './availablePhoneNumbersRequest';
19
+ export * from './browserDetails';
19
20
  export * from './clickFunnelAmount';
20
21
  export * from './clickFunnelContact';
21
22
  export * from './clickFunnelContactProfile';
@@ -25,7 +26,6 @@ export * from './clickFunnelProduct';
25
26
  export * from './clickFunnelPurchase';
26
27
  export * from './clickFunnelRegistration';
27
28
  export * from './createStaticVoucherCampaign';
28
- export * from './createStaticVoucherCampaignWithVoucher';
29
29
  export * from './createStaticVoucherCampaignWithVoucherWithCSV';
30
30
  export * from './dashboardWidget';
31
31
  export * from './document';
@@ -101,6 +101,7 @@ export * from './paymentDesign';
101
101
  export * from './paymentPrefixes';
102
102
  export * from './performance';
103
103
  export * from './phoneNumber';
104
+ export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
104
105
  export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
105
106
  export * from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
106
107
  export * from './pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId';
@@ -255,7 +256,6 @@ export * from './wTSMSAcquirePhoneNumber';
255
256
  export * from './wTSMSCreateAgreement';
256
257
  export * from './wTSMSImportOptInListSubscribers';
257
258
  export * from './wTSMSImportedListCreate';
258
- export * from './wTSMSLimits';
259
259
  export * from './wTSMSOptInListSourceCreate';
260
260
  export * from './wTSMSUpdatePhoneNumberConfig';
261
261
  export * from './wTSettingsSetPassword';
@@ -309,6 +309,7 @@ import { ApplicableTerminalsAnyOf5 } from './applicableTerminalsAnyOf5';
309
309
  import { ApplicableTerminalsAnyOf6 } from './applicableTerminalsAnyOf6';
310
310
  import { AuthError } from './authError';
311
311
  import { AvailablePhoneNumbersRequest } from './availablePhoneNumbersRequest';
312
+ import { BrowserDetails } from './browserDetails';
312
313
  import { ClickFunnelAmount } from './clickFunnelAmount';
313
314
  import { ClickFunnelContact } from './clickFunnelContact';
314
315
  import { ClickFunnelContactProfile } from './clickFunnelContactProfile';
@@ -318,7 +319,6 @@ import { ClickFunnelProduct } from './clickFunnelProduct';
318
319
  import { ClickFunnelPurchase } from './clickFunnelPurchase';
319
320
  import { ClickFunnelRegistration } from './clickFunnelRegistration';
320
321
  import { CreateStaticVoucherCampaign } from './createStaticVoucherCampaign';
321
- import { CreateStaticVoucherCampaignWithVoucher } from './createStaticVoucherCampaignWithVoucher';
322
322
  import { CreateStaticVoucherCampaignWithVoucherWithCSV } from './createStaticVoucherCampaignWithVoucherWithCSV';
323
323
  import { DashboardWidget } from './dashboardWidget';
324
324
  import { Document } from './document';
@@ -394,6 +394,7 @@ import { PaymentDesign } from './paymentDesign';
394
394
  import { PaymentPrefixes } from './paymentPrefixes';
395
395
  import { Performance } from './performance';
396
396
  import { PhoneNumber } from './phoneNumber';
397
+ import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
397
398
  import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
398
399
  import { PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID } from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
399
400
  import { PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId } from './pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId';
@@ -548,7 +549,6 @@ import { WTSMSAcquirePhoneNumber } from './wTSMSAcquirePhoneNumber';
548
549
  import { WTSMSCreateAgreement } from './wTSMSCreateAgreement';
549
550
  import { WTSMSImportOptInListSubscribers } from './wTSMSImportOptInListSubscribers';
550
551
  import { WTSMSImportedListCreate } from './wTSMSImportedListCreate';
551
- import { WTSMSLimits } from './wTSMSLimits';
552
552
  import { WTSMSOptInListSourceCreate } from './wTSMSOptInListSourceCreate';
553
553
  import { WTSMSUpdatePhoneNumberConfig } from './wTSMSUpdatePhoneNumberConfig';
554
554
  import { WTSettingsSetPassword } from './wTSettingsSetPassword';
@@ -612,6 +612,7 @@ let typeMap: {[index: string]: any} = {
612
612
  "ApplicableTerminals": ApplicableTerminals,
613
613
  "AuthError": AuthError,
614
614
  "AvailablePhoneNumbersRequest": AvailablePhoneNumbersRequest,
615
+ "BrowserDetails": BrowserDetails,
615
616
  "ClickFunnelAmount": ClickFunnelAmount,
616
617
  "ClickFunnelContact": ClickFunnelContact,
617
618
  "ClickFunnelContactProfile": ClickFunnelContactProfile,
@@ -621,7 +622,6 @@ let typeMap: {[index: string]: any} = {
621
622
  "ClickFunnelPurchase": ClickFunnelPurchase,
622
623
  "ClickFunnelRegistration": ClickFunnelRegistration,
623
624
  "CreateStaticVoucherCampaign": CreateStaticVoucherCampaign,
624
- "CreateStaticVoucherCampaignWithVoucher": CreateStaticVoucherCampaignWithVoucher,
625
625
  "CreateStaticVoucherCampaignWithVoucherWithCSV": CreateStaticVoucherCampaignWithVoucherWithCSV,
626
626
  "DashboardWidget": DashboardWidget,
627
627
  "Document": Document,
@@ -697,6 +697,7 @@ let typeMap: {[index: string]: any} = {
697
697
  "PaymentPrefixes": PaymentPrefixes,
698
698
  "Performance": Performance,
699
699
  "PhoneNumber": PhoneNumber,
700
+ "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive,
700
701
  "PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
701
702
  "PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID": PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID,
702
703
  "PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId": PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId,
@@ -846,7 +847,6 @@ let typeMap: {[index: string]: any} = {
846
847
  "WTSMSCreateAgreement": WTSMSCreateAgreement,
847
848
  "WTSMSImportOptInListSubscribers": WTSMSImportOptInListSubscribers,
848
849
  "WTSMSImportedListCreate": WTSMSImportedListCreate,
849
- "WTSMSLimits": WTSMSLimits,
850
850
  "WTSMSOptInListSourceCreate": WTSMSOptInListSourceCreate,
851
851
  "WTSMSUpdatePhoneNumberConfig": WTSMSUpdatePhoneNumberConfig,
852
852
  "WTSettingsSetPassword": WTSettingsSetPassword,
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -15,11 +15,11 @@ import { RequestFile } from './models';
15
15
  export class OutboundSMS {
16
16
  'id': string | null;
17
17
  'employeeID': string;
18
- 'isActive': boolean;
19
18
  'status': string | null;
20
19
  'merchantID': string;
21
20
  'createdAt': Date;
22
21
  'updatedAt': Date;
22
+ 'isActive': boolean;
23
23
  'body': string;
24
24
  'phoneNumberID': string;
25
25
  'mediaURLs': Array<string>;
@@ -49,11 +49,6 @@ export class OutboundSMS {
49
49
  "baseName": "employeeID",
50
50
  "type": "string"
51
51
  },
52
- {
53
- "name": "isActive",
54
- "baseName": "isActive",
55
- "type": "boolean"
56
- },
57
52
  {
58
53
  "name": "status",
59
54
  "baseName": "status",
@@ -74,6 +69,11 @@ export class OutboundSMS {
74
69
  "baseName": "updatedAt",
75
70
  "type": "Date"
76
71
  },
72
+ {
73
+ "name": "isActive",
74
+ "baseName": "isActive",
75
+ "type": "boolean"
76
+ },
77
77
  {
78
78
  "name": "body",
79
79
  "baseName": "body",
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,9 +12,10 @@
12
12
 
13
13
  import { RequestFile } from './models';
14
14
 
15
- export class CreateStaticVoucherCampaignWithVoucher {
16
- 'startDateTime': Date;
17
- 'expirationDateTime': Date;
15
+ /**
16
+ * From T, pick a set of properties whose keys are in the union K
17
+ */
18
+ export class PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive {
18
19
  'title': string;
19
20
  'notes': string;
20
21
  'valueType': string | null;
@@ -22,25 +23,16 @@ export class CreateStaticVoucherCampaignWithVoucher {
22
23
  'merchantsReferenceID'?: string;
23
24
  'validOnlyAtPOSRegisterIDs'?: Array<string>;
24
25
  'paymentDesignID': string;
25
- 'isActive': boolean;
26
+ 'startDateTime': Date;
27
+ 'expirationDateTime': Date;
26
28
  'sourceID': number;
27
- 'cellPhone'?: string;
28
29
  'memberID'?: string;
29
30
  'offerAmountCents': number;
31
+ 'cellPhone'?: string;
30
32
 
31
33
  static discriminator: string | undefined = undefined;
32
34
 
33
35
  static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
34
- {
35
- "name": "startDateTime",
36
- "baseName": "startDateTime",
37
- "type": "Date"
38
- },
39
- {
40
- "name": "expirationDateTime",
41
- "baseName": "expirationDateTime",
42
- "type": "Date"
43
- },
44
36
  {
45
37
  "name": "title",
46
38
  "baseName": "title",
@@ -77,20 +69,20 @@ export class CreateStaticVoucherCampaignWithVoucher {
77
69
  "type": "string"
78
70
  },
79
71
  {
80
- "name": "isActive",
81
- "baseName": "isActive",
82
- "type": "boolean"
72
+ "name": "startDateTime",
73
+ "baseName": "startDateTime",
74
+ "type": "Date"
75
+ },
76
+ {
77
+ "name": "expirationDateTime",
78
+ "baseName": "expirationDateTime",
79
+ "type": "Date"
83
80
  },
84
81
  {
85
82
  "name": "sourceID",
86
83
  "baseName": "sourceID",
87
84
  "type": "number"
88
85
  },
89
- {
90
- "name": "cellPhone",
91
- "baseName": "cellPhone",
92
- "type": "string"
93
- },
94
86
  {
95
87
  "name": "memberID",
96
88
  "baseName": "memberID",
@@ -100,10 +92,15 @@ export class CreateStaticVoucherCampaignWithVoucher {
100
92
  "name": "offerAmountCents",
101
93
  "baseName": "offerAmountCents",
102
94
  "type": "number"
95
+ },
96
+ {
97
+ "name": "cellPhone",
98
+ "baseName": "cellPhone",
99
+ "type": "string"
103
100
  } ];
104
101
 
105
102
  static getAttributeTypeMap() {
106
- return CreateStaticVoucherCampaignWithVoucher.attributeTypeMap;
103
+ return PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.attributeTypeMap;
107
104
  }
108
105
  }
109
106
 
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -23,7 +23,6 @@ export class PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticV
23
23
  'merchantsReferenceID'?: string;
24
24
  'validOnlyAtPOSRegisterIDs'?: Array<string>;
25
25
  'paymentDesignID': string;
26
- 'isActive': boolean;
27
26
  'startDateTime': Date;
28
27
  'expirationDateTime': Date;
29
28
  'memberID'?: string;
@@ -68,11 +67,6 @@ export class PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticV
68
67
  "baseName": "paymentDesignID",
69
68
  "type": "string"
70
69
  },
71
- {
72
- "name": "isActive",
73
- "baseName": "isActive",
74
- "type": "boolean"
75
- },
76
70
  {
77
71
  "name": "startDateTime",
78
72
  "baseName": "startDateTime",
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,10 +17,6 @@ import { RequestFile } from './models';
17
17
  */
18
18
  export class PickMSMemberExcludeKeyofMSMemberMemberIdentifier {
19
19
  'id': string;
20
- /**
21
- * Denotes if this resource is active
22
- */
23
- 'isActive': boolean;
24
20
  'merchantID': string;
25
21
  /**
26
22
  * The timestamp of when this resource was created
@@ -31,6 +27,10 @@ export class PickMSMemberExcludeKeyofMSMemberMemberIdentifier {
31
27
  */
32
28
  'updatedAt': Date;
33
29
  /**
30
+ * Denotes if this resource is active
31
+ */
32
+ 'isActive': boolean;
33
+ /**
34
34
  * An optional first name of the member
35
35
  */
36
36
  'firstName'?: string;
@@ -53,11 +53,6 @@ export class PickMSMemberExcludeKeyofMSMemberMemberIdentifier {
53
53
  "baseName": "id",
54
54
  "type": "string"
55
55
  },
56
- {
57
- "name": "isActive",
58
- "baseName": "isActive",
59
- "type": "boolean"
60
- },
61
56
  {
62
57
  "name": "merchantID",
63
58
  "baseName": "merchantID",
@@ -73,6 +68,11 @@ export class PickMSMemberExcludeKeyofMSMemberMemberIdentifier {
73
68
  "baseName": "updatedAt",
74
69
  "type": "Date"
75
70
  },
71
+ {
72
+ "name": "isActive",
73
+ "baseName": "isActive",
74
+ "type": "boolean"
75
+ },
76
76
  {
77
77
  "name": "firstName",
78
78
  "baseName": "firstName",
@@ -2,7 +2,7 @@
2
2
  * wallet-api
3
3
  * API
4
4
  *
5
- * The version of the OpenAPI document: 2.1.524
5
+ * The version of the OpenAPI document: 2.1.528
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.524
5
+ * The version of the OpenAPI document: 2.1.528
6
6
  * Contact: development@wallet.inc
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,10 +17,6 @@ import { RequestFile } from './models';
17
17
  */
18
18
  export class PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier {
19
19
  'id': string;
20
- /**
21
- * Denotes if this resource is active
22
- */
23
- 'isActive': boolean;
24
20
  'merchantID': string;
25
21
  /**
26
22
  * The timestamp of when this resource was created
@@ -30,6 +26,10 @@ export class PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier {
30
26
  * The timestamp of when this resource was updated
31
27
  */
32
28
  'updatedAt': Date;
29
+ /**
30
+ * Denotes if this resource is active
31
+ */
32
+ 'isActive': boolean;
33
33
  'mobileNumber': string;
34
34
  /**
35
35
  * The amount that needs to be credited to the member
@@ -44,11 +44,6 @@ export class PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier {
44
44
  "baseName": "id",
45
45
  "type": "string"
46
46
  },
47
- {
48
- "name": "isActive",
49
- "baseName": "isActive",
50
- "type": "boolean"
51
- },
52
47
  {
53
48
  "name": "merchantID",
54
49
  "baseName": "merchantID",
@@ -64,6 +59,11 @@ export class PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier {
64
59
  "baseName": "updatedAt",
65
60
  "type": "Date"
66
61
  },
62
+ {
63
+ "name": "isActive",
64
+ "baseName": "isActive",
65
+ "type": "boolean"
66
+ },
67
67
  {
68
68
  "name": "mobileNumber",
69
69
  "baseName": "mobileNumber",