wallet 2.1.514 → 2.1.519
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.
- package/.openapi-generator/FILES +4 -2
- package/api/advertisementCreditsApi.ts +589 -0
- package/api/analyticsApi.ts +6193 -0
- package/api/apis.ts +96 -0
- package/api/appleWalletSubscribersApi.ts +235 -0
- package/api/billingApi.ts +680 -0
- package/api/clubMembersPointsApi.ts +797 -0
- package/api/configurationApi.ts +226 -0
- package/api/countriesApi.ts +155 -0
- package/api/customerApi.ts +737 -0
- package/api/dashboardApi.ts +1552 -0
- package/api/dynamicVouchersApi.ts +603 -0
- package/api/employeeAPIKeysApi.ts +448 -0
- package/api/employeeAccessApi.ts +165 -0
- package/api/employeesApi.ts +3210 -0
- package/api/imageGridApi.ts +447 -0
- package/api/industriesApi.ts +155 -0
- package/api/infoGenesisReportsApi.ts +2004 -0
- package/api/integratedTerminalsApi.ts +447 -0
- package/api/interactionsApi.ts +885 -0
- package/api/linkBookApi.ts +517 -0
- package/api/linkBookSectionApi.ts +447 -0
- package/api/loginAndLogoutApi.ts +297 -0
- package/api/membershipTiersApi.ts +728 -0
- package/api/merchantApi.ts +1987 -0
- package/api/merchantCreditsApi.ts +797 -0
- package/api/merchantURLsApi.ts +586 -0
- package/api/mobileTerminalApi.ts +310 -0
- package/api/newsApi.ts +447 -0
- package/api/paymentDesignsApi.ts +519 -0
- package/api/performancesApi.ts +447 -0
- package/api/promoCodesApi.ts +447 -0
- package/api/sMSApi.ts +2959 -0
- package/api/settingsApi.ts +220 -0
- package/api/shopifyTerminalApi.ts +309 -0
- package/api/staticVoucherCampaignGroupsApi.ts +165 -0
- package/api/staticVoucherCampaignsApi.ts +1484 -0
- package/api/staticVouchersApi.ts +535 -0
- package/api/systemApi.ts +603 -0
- package/api/transactionLedgerApi.ts +203 -0
- package/api/utilitiesApi.ts +157 -0
- package/api/webTerminalApi.ts +309 -0
- package/api/wixTerminalApi.ts +309 -0
- package/api/wooCommerceTerminalApi.ts +309 -0
- package/dist/api/advertisementCreditsApi.d.ts +86 -0
- package/dist/api/advertisementCreditsApi.js +502 -0
- package/dist/api/advertisementCreditsApi.js.map +1 -0
- package/dist/api/analyticsApi.d.ts +578 -0
- package/dist/api/analyticsApi.js +5072 -0
- package/dist/api/analyticsApi.js.map +1 -0
- package/dist/api/apis.d.ts +94 -0
- package/dist/api/apis.js +113 -0
- package/dist/api/apis.js.map +1 -0
- package/dist/api/appleWalletSubscribersApi.d.ts +42 -0
- package/dist/api/appleWalletSubscribersApi.js +196 -0
- package/dist/api/appleWalletSubscribersApi.js.map +1 -0
- package/dist/api/billingApi.d.ts +102 -0
- package/dist/api/billingApi.js +599 -0
- package/dist/api/billingApi.js.map +1 -0
- package/dist/api/clubMembersPointsApi.d.ts +116 -0
- package/dist/api/clubMembersPointsApi.js +682 -0
- package/dist/api/clubMembersPointsApi.js.map +1 -0
- package/dist/api/configurationApi.d.ts +44 -0
- package/dist/api/configurationApi.js +190 -0
- package/dist/api/configurationApi.js.map +1 -0
- package/dist/api/countriesApi.d.ts +35 -0
- package/dist/api/countriesApi.js +129 -0
- package/dist/api/countriesApi.js.map +1 -0
- package/dist/api/customerApi.d.ts +102 -0
- package/dist/api/customerApi.js +633 -0
- package/dist/api/customerApi.js.map +1 -0
- package/dist/api/dashboardApi.d.ts +172 -0
- package/dist/api/dashboardApi.js +1302 -0
- package/dist/api/dashboardApi.js.map +1 -0
- package/dist/api/dynamicVouchersApi.d.ts +87 -0
- package/dist/api/dynamicVouchersApi.js +510 -0
- package/dist/api/dynamicVouchersApi.js.map +1 -0
- package/dist/api/employeeAPIKeysApi.d.ts +70 -0
- package/dist/api/employeeAPIKeysApi.js +380 -0
- package/dist/api/employeeAPIKeysApi.js.map +1 -0
- package/dist/api/employeeAccessApi.d.ts +36 -0
- package/dist/api/employeeAccessApi.js +133 -0
- package/dist/api/employeeAccessApi.js.map +1 -0
- package/dist/api/employeesApi.d.ts +420 -0
- package/dist/api/employeesApi.js +2804 -0
- package/dist/api/employeesApi.js.map +1 -0
- package/dist/api/imageGridApi.d.ts +69 -0
- package/dist/api/imageGridApi.js +380 -0
- package/dist/api/imageGridApi.js.map +1 -0
- package/dist/api/industriesApi.d.ts +35 -0
- package/dist/api/industriesApi.js +129 -0
- package/dist/api/industriesApi.js.map +1 -0
- package/dist/api/infoGenesisReportsApi.d.ts +250 -0
- package/dist/api/infoGenesisReportsApi.js +1743 -0
- package/dist/api/infoGenesisReportsApi.js.map +1 -0
- package/dist/api/integratedTerminalsApi.d.ts +69 -0
- package/dist/api/integratedTerminalsApi.js +380 -0
- package/dist/api/integratedTerminalsApi.js.map +1 -0
- package/dist/api/interactionsApi.d.ts +121 -0
- package/dist/api/interactionsApi.js +759 -0
- package/dist/api/interactionsApi.js.map +1 -0
- package/dist/api/linkBookApi.d.ts +78 -0
- package/dist/api/linkBookApi.js +441 -0
- package/dist/api/linkBookApi.js.map +1 -0
- package/dist/api/linkBookSectionApi.d.ts +69 -0
- package/dist/api/linkBookSectionApi.js +380 -0
- package/dist/api/linkBookSectionApi.js.map +1 -0
- package/dist/api/loginAndLogoutApi.d.ts +53 -0
- package/dist/api/loginAndLogoutApi.js +251 -0
- package/dist/api/loginAndLogoutApi.js.map +1 -0
- package/dist/api/membershipTiersApi.d.ts +105 -0
- package/dist/api/membershipTiersApi.js +623 -0
- package/dist/api/membershipTiersApi.js.map +1 -0
- package/dist/api/merchantApi.d.ts +258 -0
- package/dist/api/merchantApi.js +1730 -0
- package/dist/api/merchantApi.js.map +1 -0
- package/dist/api/merchantCreditsApi.d.ts +116 -0
- package/dist/api/merchantCreditsApi.js +682 -0
- package/dist/api/merchantCreditsApi.js.map +1 -0
- package/dist/api/merchantURLsApi.d.ts +86 -0
- package/dist/api/merchantURLsApi.js +502 -0
- package/dist/api/merchantURLsApi.js.map +1 -0
- package/dist/api/mobileTerminalApi.d.ts +52 -0
- package/dist/api/mobileTerminalApi.js +259 -0
- package/dist/api/mobileTerminalApi.js.map +1 -0
- package/dist/api/newsApi.d.ts +69 -0
- package/dist/api/newsApi.js +380 -0
- package/dist/api/newsApi.js.map +1 -0
- package/dist/api/paymentDesignsApi.d.ts +77 -0
- package/dist/api/paymentDesignsApi.js +441 -0
- package/dist/api/paymentDesignsApi.js.map +1 -0
- package/dist/api/performancesApi.d.ts +69 -0
- package/dist/api/performancesApi.js +380 -0
- package/dist/api/performancesApi.js.map +1 -0
- package/dist/api/promoCodesApi.d.ts +69 -0
- package/dist/api/promoCodesApi.js +380 -0
- package/dist/api/promoCodesApi.js.map +1 -0
- package/dist/api/sMSApi.d.ts +355 -0
- package/dist/api/sMSApi.js +2520 -0
- package/dist/api/sMSApi.js.map +1 -0
- package/dist/api/settingsApi.d.ts +44 -0
- package/dist/api/settingsApi.js +186 -0
- package/dist/api/settingsApi.js.map +1 -0
- package/dist/api/shopifyTerminalApi.d.ts +51 -0
- package/dist/api/shopifyTerminalApi.js +259 -0
- package/dist/api/shopifyTerminalApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignGroupsApi.d.ts +34 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js +133 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignsApi.d.ts +193 -0
- package/dist/api/staticVoucherCampaignsApi.js +1269 -0
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -0
- package/dist/api/staticVouchersApi.d.ts +78 -0
- package/dist/api/staticVouchersApi.js +450 -0
- package/dist/api/staticVouchersApi.js.map +1 -0
- package/dist/api/systemApi.d.ts +88 -0
- package/dist/api/systemApi.js +511 -0
- package/dist/api/systemApi.js.map +1 -0
- package/dist/api/transactionLedgerApi.d.ts +36 -0
- package/dist/api/transactionLedgerApi.js +156 -0
- package/dist/api/transactionLedgerApi.js.map +1 -0
- package/dist/api/utilitiesApi.d.ts +35 -0
- package/dist/api/utilitiesApi.js +129 -0
- package/dist/api/utilitiesApi.js.map +1 -0
- package/dist/api/webTerminalApi.d.ts +51 -0
- package/dist/api/webTerminalApi.js +259 -0
- package/dist/api/webTerminalApi.js.map +1 -0
- package/dist/api/wixTerminalApi.d.ts +51 -0
- package/dist/api/wixTerminalApi.js +259 -0
- package/dist/api/wixTerminalApi.js.map +1 -0
- package/dist/api/wooCommerceTerminalApi.d.ts +51 -0
- package/dist/api/wooCommerceTerminalApi.js +259 -0
- package/dist/api/wooCommerceTerminalApi.js.map +1 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +19 -0
- package/dist/api.js.map +1 -0
- package/dist/examples/advertisementcredits.example.d.ts +1 -0
- package/dist/examples/advertisementcredits.example.js +87 -0
- package/dist/examples/advertisementcredits.example.js.map +1 -0
- package/dist/examples/clubmembers.example.d.ts +1 -0
- package/dist/examples/clubmembers.example.js +96 -0
- package/dist/examples/clubmembers.example.js.map +1 -0
- package/dist/examples/constants.d.ts +6 -0
- package/dist/examples/constants.js +10 -0
- package/dist/examples/constants.js.map +1 -0
- package/dist/examples/dynamicvouchers.example.d.ts +1 -0
- package/dist/examples/dynamicvouchers.example.js +114 -0
- package/dist/examples/dynamicvouchers.example.js.map +1 -0
- package/dist/examples/linkbook.example.d.ts +1 -0
- package/dist/examples/linkbook.example.js +76 -0
- package/dist/examples/linkbook.example.js.map +1 -0
- package/dist/examples/membershiptiers.example.d.ts +1 -0
- package/dist/examples/membershiptiers.example.js +90 -0
- package/dist/examples/membershiptiers.example.js.map +1 -0
- package/dist/examples/merchantcredits.example.d.ts +1 -0
- package/dist/examples/merchantcredits.example.js +93 -0
- package/dist/examples/merchantcredits.example.js.map +1 -0
- package/dist/examples/merchanturls.example.d.ts +1 -0
- package/dist/examples/merchanturls.example.js +77 -0
- package/dist/examples/merchanturls.example.js.map +1 -0
- package/dist/examples/news.example.d.ts +1 -0
- package/dist/examples/news.example.js +76 -0
- package/dist/examples/news.example.js.map +1 -0
- package/dist/examples/paymentdesigns.example.d.ts +1 -0
- package/dist/examples/paymentdesigns.example.js +84 -0
- package/dist/examples/paymentdesigns.example.js.map +1 -0
- package/dist/examples/performances.example.d.ts +1 -0
- package/dist/examples/performances.example.js +79 -0
- package/dist/examples/performances.example.js.map +1 -0
- package/dist/examples/promocodes.example.d.ts +1 -0
- package/dist/examples/promocodes.example.js +78 -0
- package/dist/examples/promocodes.example.js.map +1 -0
- package/dist/examples/sms.example.d.ts +1 -0
- package/dist/examples/sms.example.js +268 -0
- package/dist/examples/sms.example.js.map +1 -0
- package/dist/examples/staticvouchercampaigns.example.d.ts +1 -0
- package/dist/examples/staticvouchercampaigns.example.js +170 -0
- package/dist/examples/staticvouchercampaigns.example.js.map +1 -0
- package/dist/examples/staticvouchers.example.d.ts +1 -0
- package/dist/examples/staticvouchers.example.js +82 -0
- package/dist/examples/staticvouchers.example.js.map +1 -0
- package/dist/model/advertisementCredit.d.ts +26 -0
- package/dist/model/advertisementCredit.js +78 -0
- package/dist/model/advertisementCredit.js.map +1 -0
- package/dist/model/advertisementCreditBroadcast.d.ts +37 -0
- package/dist/model/advertisementCreditBroadcast.js +118 -0
- package/dist/model/advertisementCreditBroadcast.js.map +1 -0
- package/dist/model/advertisementCreditScan.d.ts +37 -0
- package/dist/model/advertisementCreditScan.js +128 -0
- package/dist/model/advertisementCreditScan.js.map +1 -0
- package/dist/model/agreement.d.ts +31 -0
- package/dist/model/agreement.js +103 -0
- package/dist/model/agreement.js.map +1 -0
- package/dist/model/alert.d.ts +22 -0
- package/dist/model/alert.js +58 -0
- package/dist/model/alert.js.map +1 -0
- package/dist/model/announcement.d.ts +20 -0
- package/dist/model/announcement.js +48 -0
- package/dist/model/announcement.js.map +1 -0
- package/dist/model/applicableTerminals.d.ts +13 -0
- package/dist/model/applicableTerminals.js +12 -0
- package/dist/model/applicableTerminals.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf.js +8 -0
- package/dist/model/applicableTerminalsAnyOf.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf1.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf1.js +8 -0
- package/dist/model/applicableTerminalsAnyOf1.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf2.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf2.js +8 -0
- package/dist/model/applicableTerminalsAnyOf2.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf3.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf3.js +8 -0
- package/dist/model/applicableTerminalsAnyOf3.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf4.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf4.js +8 -0
- package/dist/model/applicableTerminalsAnyOf4.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf5.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf5.js +8 -0
- package/dist/model/applicableTerminalsAnyOf5.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf6.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf6.js +8 -0
- package/dist/model/applicableTerminalsAnyOf6.js.map +1 -0
- package/dist/model/authError.d.ts +18 -0
- package/dist/model/authError.js +38 -0
- package/dist/model/authError.js.map +1 -0
- package/dist/model/availablePhoneNumbersRequest.d.ts +15 -0
- package/dist/model/availablePhoneNumbersRequest.js +23 -0
- package/dist/model/availablePhoneNumbersRequest.js.map +1 -0
- package/dist/model/clickFunnelAmount.d.ts +15 -0
- package/dist/model/clickFunnelAmount.js +23 -0
- package/dist/model/clickFunnelAmount.js.map +1 -0
- package/dist/model/clickFunnelContact.d.ts +51 -0
- package/dist/model/clickFunnelContact.js +198 -0
- package/dist/model/clickFunnelContact.js.map +1 -0
- package/dist/model/clickFunnelContactProfile.d.ts +48 -0
- package/dist/model/clickFunnelContactProfile.js +188 -0
- package/dist/model/clickFunnelContactProfile.js.map +1 -0
- package/dist/model/clickFunnelEvent.d.ts +16 -0
- package/dist/model/clickFunnelEvent.js +23 -0
- package/dist/model/clickFunnelEvent.js.map +1 -0
- package/dist/model/clickFunnelOriginalAmount.d.ts +15 -0
- package/dist/model/clickFunnelOriginalAmount.js +23 -0
- package/dist/model/clickFunnelOriginalAmount.js.map +1 -0
- package/dist/model/clickFunnelProduct.d.ts +42 -0
- package/dist/model/clickFunnelProduct.js +153 -0
- package/dist/model/clickFunnelProduct.js.map +1 -0
- package/dist/model/clickFunnelPurchase.d.ts +41 -0
- package/dist/model/clickFunnelPurchase.js +138 -0
- package/dist/model/clickFunnelPurchase.js.map +1 -0
- package/dist/model/clickFunnelRegistration.d.ts +16 -0
- package/dist/model/clickFunnelRegistration.js +23 -0
- package/dist/model/clickFunnelRegistration.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaign.js +83 -0
- package/dist/model/createStaticVoucherCampaign.js.map +1 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.js +83 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.js.map +1 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +83 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -0
- package/dist/model/dashboardWidget.d.ts +29 -0
- package/dist/model/dashboardWidget.js +93 -0
- package/dist/model/dashboardWidget.js.map +1 -0
- package/dist/model/document.d.ts +23 -0
- package/dist/model/document.js +63 -0
- package/dist/model/document.js.map +1 -0
- package/dist/model/duplicateRowFound.d.ts +18 -0
- package/dist/model/duplicateRowFound.js +38 -0
- package/dist/model/duplicateRowFound.js.map +1 -0
- package/dist/model/dynamicVoucher.d.ts +47 -0
- package/dist/model/dynamicVoucher.js +178 -0
- package/dist/model/dynamicVoucher.js.map +1 -0
- package/dist/model/dynamicVoucherBroadcast.d.ts +37 -0
- package/dist/model/dynamicVoucherBroadcast.js +118 -0
- package/dist/model/dynamicVoucherBroadcast.js.map +1 -0
- package/dist/model/employee.d.ts +30 -0
- package/dist/model/employee.js +98 -0
- package/dist/model/employee.js.map +1 -0
- package/dist/model/employeeAPIKey.d.ts +22 -0
- package/dist/model/employeeAPIKey.js +58 -0
- package/dist/model/employeeAPIKey.js.map +1 -0
- package/dist/model/employeeActivityLog.d.ts +20 -0
- package/dist/model/employeeActivityLog.js +48 -0
- package/dist/model/employeeActivityLog.js.map +1 -0
- package/dist/model/entityTooLarge.d.ts +18 -0
- package/dist/model/entityTooLarge.js +38 -0
- package/dist/model/entityTooLarge.js.map +1 -0
- package/dist/model/exportDataFile.d.ts +23 -0
- package/dist/model/exportDataFile.js +63 -0
- package/dist/model/exportDataFile.js.map +1 -0
- package/dist/model/falsumError.d.ts +16 -0
- package/dist/model/falsumError.js +23 -0
- package/dist/model/falsumError.js.map +1 -0
- package/dist/model/falsumField.d.ts +16 -0
- package/dist/model/falsumField.js +28 -0
- package/dist/model/falsumField.js.map +1 -0
- package/dist/model/feature.d.ts +22 -0
- package/dist/model/feature.js +58 -0
- package/dist/model/feature.js.map +1 -0
- package/dist/model/forbiddenRequest.d.ts +18 -0
- package/dist/model/forbiddenRequest.js +38 -0
- package/dist/model/forbiddenRequest.js.map +1 -0
- package/dist/model/foreignKeyDoesNotExist.d.ts +18 -0
- package/dist/model/foreignKeyDoesNotExist.js +38 -0
- package/dist/model/foreignKeyDoesNotExist.js.map +1 -0
- package/dist/model/helpDeskRequest.d.ts +23 -0
- package/dist/model/helpDeskRequest.js +63 -0
- package/dist/model/helpDeskRequest.js.map +1 -0
- package/dist/model/imageGrid.d.ts +22 -0
- package/dist/model/imageGrid.js +58 -0
- package/dist/model/imageGrid.js.map +1 -0
- package/dist/model/importedList.d.ts +21 -0
- package/dist/model/importedList.js +53 -0
- package/dist/model/importedList.js.map +1 -0
- package/dist/model/importedListRecipient.d.ts +21 -0
- package/dist/model/importedListRecipient.js +53 -0
- package/dist/model/importedListRecipient.js.map +1 -0
- package/dist/model/inboundSMS.d.ts +47 -0
- package/dist/model/inboundSMS.js +183 -0
- package/dist/model/inboundSMS.js.map +1 -0
- package/dist/model/inlineResponse200.d.ts +19 -0
- package/dist/model/inlineResponse200.js +38 -0
- package/dist/model/inlineResponse200.js.map +1 -0
- package/dist/model/inlineResponse2001.d.ts +16 -0
- package/dist/model/inlineResponse2001.js +28 -0
- package/dist/model/inlineResponse2001.js.map +1 -0
- package/dist/model/inlineResponse20010.d.ts +17 -0
- package/dist/model/inlineResponse20010.js +33 -0
- package/dist/model/inlineResponse20010.js.map +1 -0
- package/dist/model/inlineResponse2002.d.ts +14 -0
- package/dist/model/inlineResponse2002.js +18 -0
- package/dist/model/inlineResponse2002.js.map +1 -0
- package/dist/model/inlineResponse2003.d.ts +17 -0
- package/dist/model/inlineResponse2003.js +28 -0
- package/dist/model/inlineResponse2003.js.map +1 -0
- package/dist/model/inlineResponse2004.d.ts +16 -0
- package/dist/model/inlineResponse2004.js +23 -0
- package/dist/model/inlineResponse2004.js.map +1 -0
- package/dist/model/inlineResponse2005.d.ts +17 -0
- package/dist/model/inlineResponse2005.js +28 -0
- package/dist/model/inlineResponse2005.js.map +1 -0
- package/dist/model/inlineResponse2006.d.ts +17 -0
- package/dist/model/inlineResponse2006.js +28 -0
- package/dist/model/inlineResponse2006.js.map +1 -0
- package/dist/model/inlineResponse2007.d.ts +17 -0
- package/dist/model/inlineResponse2007.js +28 -0
- package/dist/model/inlineResponse2007.js.map +1 -0
- package/dist/model/inlineResponse2008.d.ts +17 -0
- package/dist/model/inlineResponse2008.js +28 -0
- package/dist/model/inlineResponse2008.js.map +1 -0
- package/dist/model/inlineResponse2009.d.ts +26 -0
- package/dist/model/inlineResponse2009.js +73 -0
- package/dist/model/inlineResponse2009.js.map +1 -0
- package/dist/model/internalServerError.d.ts +18 -0
- package/dist/model/internalServerError.js +38 -0
- package/dist/model/internalServerError.js.map +1 -0
- package/dist/model/ledgerEntry.d.ts +39 -0
- package/dist/model/ledgerEntry.js +138 -0
- package/dist/model/ledgerEntry.js.map +1 -0
- package/dist/model/linkBook.d.ts +23 -0
- package/dist/model/linkBook.js +63 -0
- package/dist/model/linkBook.js.map +1 -0
- package/dist/model/linkBookSection.d.ts +20 -0
- package/dist/model/linkBookSection.js +48 -0
- package/dist/model/linkBookSection.js.map +1 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSMemberHistory.d.ts +24 -0
- package/dist/model/mSMemberHistory.js +68 -0
- package/dist/model/mSMemberHistory.js.map +1 -0
- package/dist/model/mSMemberHistoryPagination.d.ts +17 -0
- package/dist/model/mSMemberHistoryPagination.js +28 -0
- package/dist/model/mSMemberHistoryPagination.js.map +1 -0
- package/dist/model/mSMemberRedemption.d.ts +23 -0
- package/dist/model/mSMemberRedemption.js +63 -0
- package/dist/model/mSMemberRedemption.js.map +1 -0
- package/dist/model/mSMemberRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMemberRedemptionPagination.js +28 -0
- package/dist/model/mSMemberRedemptionPagination.js.map +1 -0
- package/dist/model/mSMembershipTierHistory.d.ts +23 -0
- package/dist/model/mSMembershipTierHistory.js +63 -0
- package/dist/model/mSMembershipTierHistory.js.map +1 -0
- package/dist/model/mSMembershipTierHistoryPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierHistoryPagination.js +28 -0
- package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -0
- package/dist/model/mSMembershipTierRedemption.d.ts +24 -0
- package/dist/model/mSMembershipTierRedemption.js +68 -0
- package/dist/model/mSMembershipTierRedemption.js.map +1 -0
- package/dist/model/mSMembershipTierRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js +28 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditHistory.d.ts +21 -0
- package/dist/model/mSMerchantCreditHistory.js +53 -0
- package/dist/model/mSMerchantCreditHistory.js.map +1 -0
- package/dist/model/mSMerchantCreditHistoryPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js +28 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemption.d.ts +23 -0
- package/dist/model/mSMerchantCreditRedemption.js +63 -0
- package/dist/model/mSMerchantCreditRedemption.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js +28 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -0
- package/dist/model/mediaFile.d.ts +23 -0
- package/dist/model/mediaFile.js +63 -0
- package/dist/model/mediaFile.js.map +1 -0
- package/dist/model/member.d.ts +25 -0
- package/dist/model/member.js +73 -0
- package/dist/model/member.js.map +1 -0
- package/dist/model/memberSearch.d.ts +20 -0
- package/dist/model/memberSearch.js +48 -0
- package/dist/model/memberSearch.js.map +1 -0
- package/dist/model/merchant.d.ts +33 -0
- package/dist/model/merchant.js +113 -0
- package/dist/model/merchant.js.map +1 -0
- package/dist/model/merchantCreditSearch.d.ts +17 -0
- package/dist/model/merchantCreditSearch.js +33 -0
- package/dist/model/merchantCreditSearch.js.map +1 -0
- package/dist/model/merchantNotInitialized.d.ts +18 -0
- package/dist/model/merchantNotInitialized.js +38 -0
- package/dist/model/merchantNotInitialized.js.map +1 -0
- package/dist/model/merchantURL.d.ts +20 -0
- package/dist/model/merchantURL.js +48 -0
- package/dist/model/merchantURL.js.map +1 -0
- package/dist/model/message.d.ts +22 -0
- package/dist/model/message.js +53 -0
- package/dist/model/message.js.map +1 -0
- package/dist/model/models.d.ts +325 -0
- package/dist/model/models.js +1055 -0
- package/dist/model/models.js.map +1 -0
- package/dist/model/moduleError.d.ts +34 -0
- package/dist/model/moduleError.js +118 -0
- package/dist/model/moduleError.js.map +1 -0
- package/dist/model/newsArticle.d.ts +23 -0
- package/dist/model/newsArticle.js +63 -0
- package/dist/model/newsArticle.js.map +1 -0
- package/dist/model/optInList.d.ts +31 -0
- package/dist/model/optInList.js +103 -0
- package/dist/model/optInList.js.map +1 -0
- package/dist/model/optInListSource.d.ts +21 -0
- package/dist/model/optInListSource.js +53 -0
- package/dist/model/optInListSource.js.map +1 -0
- package/dist/model/optInListSubscriber.d.ts +27 -0
- package/dist/model/optInListSubscriber.js +78 -0
- package/dist/model/optInListSubscriber.js.map +1 -0
- package/dist/model/outboundSMS.d.ts +35 -0
- package/dist/model/outboundSMS.js +123 -0
- package/dist/model/outboundSMS.js.map +1 -0
- package/dist/model/paginatedWTMembers.d.ts +17 -0
- package/dist/model/paginatedWTMembers.js +28 -0
- package/dist/model/paginatedWTMembers.js.map +1 -0
- package/dist/model/paginatedWTMerchantCredits.d.ts +17 -0
- package/dist/model/paginatedWTMerchantCredits.js +28 -0
- package/dist/model/paginatedWTMerchantCredits.js.map +1 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.d.ts +16 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +28 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -0
- package/dist/model/paginationRequestWithSortOptions.d.ts +23 -0
- package/dist/model/paginationRequestWithSortOptions.js +44 -0
- package/dist/model/paginationRequestWithSortOptions.js.map +1 -0
- package/dist/model/paymentDesign.d.ts +32 -0
- package/dist/model/paymentDesign.js +108 -0
- package/dist/model/paymentDesign.js.map +1 -0
- package/dist/model/paymentPrefixes.d.ts +25 -0
- package/dist/model/paymentPrefixes.js +73 -0
- package/dist/model/paymentPrefixes.js.map +1 -0
- package/dist/model/performance.d.ts +26 -0
- package/dist/model/performance.js +78 -0
- package/dist/model/performance.js.map +1 -0
- package/dist/model/phoneNumber.d.ts +35 -0
- package/dist/model/phoneNumber.js +123 -0
- package/dist/model/phoneNumber.js.map +1 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +26 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +78 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +23 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +23 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +18 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +38 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +23 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +63 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.d.ts +15 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +23 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +20 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +48 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +17 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +33 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.d.ts +15 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +23 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.d.ts +15 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +23 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.d.ts +17 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +33 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.d.ts +25 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +73 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.d.ts +24 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js +68 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +19 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.js +43 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.d.ts +27 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +83 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.d.ts +16 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +28 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +34 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +118 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.d.ts +18 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +38 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +31 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +98 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +18 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +38 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +26 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +78 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +32 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +108 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.d.ts +24 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.js +68 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.js.map +1 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +26 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +78 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +36 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +123 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +21 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +53 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.d.ts +19 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js +43 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js.map +1 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.d.ts +16 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +28 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.d.ts +15 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +23 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.d.ts +18 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +38 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +33 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +103 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +27 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +83 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.d.ts +16 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +28 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -0
- package/dist/model/plan.d.ts +20 -0
- package/dist/model/plan.js +43 -0
- package/dist/model/plan.js.map +1 -0
- package/dist/model/portalPage.d.ts +54 -0
- package/dist/model/portalPage.js +59 -0
- package/dist/model/portalPage.js.map +1 -0
- package/dist/model/presignedPost.d.ts +16 -0
- package/dist/model/presignedPost.js +23 -0
- package/dist/model/presignedPost.js.map +1 -0
- package/dist/model/presignedPostFields.d.ts +11 -0
- package/dist/model/presignedPostFields.js +23 -0
- package/dist/model/presignedPostFields.js.map +1 -0
- package/dist/model/product.d.ts +22 -0
- package/dist/model/product.js +53 -0
- package/dist/model/product.js.map +1 -0
- package/dist/model/promoCode.d.ts +26 -0
- package/dist/model/promoCode.js +78 -0
- package/dist/model/promoCode.js.map +1 -0
- package/dist/model/reachPerformanceStats.d.ts +24 -0
- package/dist/model/reachPerformanceStats.js +68 -0
- package/dist/model/reachPerformanceStats.js.map +1 -0
- package/dist/model/request.d.ts +67 -0
- package/dist/model/request.js +283 -0
- package/dist/model/request.js.map +1 -0
- package/dist/model/response.d.ts +20 -0
- package/dist/model/response.js +48 -0
- package/dist/model/response.js.map +1 -0
- package/dist/model/role.d.ts +30 -0
- package/dist/model/role.js +88 -0
- package/dist/model/role.js.map +1 -0
- package/dist/model/roleAuditLog.d.ts +25 -0
- package/dist/model/roleAuditLog.js +73 -0
- package/dist/model/roleAuditLog.js.map +1 -0
- package/dist/model/sSImportedListRecipientCreateParams.d.ts +15 -0
- package/dist/model/sSImportedListRecipientCreateParams.js +23 -0
- package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -0
- package/dist/model/sSOptInSource.d.ts +21 -0
- package/dist/model/sSOptInSource.js +53 -0
- package/dist/model/sSOptInSource.js.map +1 -0
- package/dist/model/simpleSMSBroadcast.d.ts +35 -0
- package/dist/model/simpleSMSBroadcast.js +113 -0
- package/dist/model/simpleSMSBroadcast.js.map +1 -0
- package/dist/model/staticVoucher.d.ts +46 -0
- package/dist/model/staticVoucher.js +173 -0
- package/dist/model/staticVoucher.js.map +1 -0
- package/dist/model/staticVoucherCampaign.d.ts +38 -0
- package/dist/model/staticVoucherCampaign.js +138 -0
- package/dist/model/staticVoucherCampaign.js.map +1 -0
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +35 -0
- package/dist/model/staticVoucherCampaignBroadcast.js +108 -0
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -0
- package/dist/model/staticVoucherCampaignGroup.d.ts +23 -0
- package/dist/model/staticVoucherCampaignGroup.js +63 -0
- package/dist/model/staticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/staticVoucherCampaignUpdate.d.ts +23 -0
- package/dist/model/staticVoucherCampaignUpdate.js +63 -0
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -0
- package/dist/model/status.d.ts +13 -0
- package/dist/model/status.js +12 -0
- package/dist/model/status.js.map +1 -0
- package/dist/model/statusAnyOf.d.ts +3 -0
- package/dist/model/statusAnyOf.js +8 -0
- package/dist/model/statusAnyOf.js.map +1 -0
- package/dist/model/statusAnyOf1.d.ts +3 -0
- package/dist/model/statusAnyOf1.js +8 -0
- package/dist/model/statusAnyOf1.js.map +1 -0
- package/dist/model/statusAnyOf2.d.ts +3 -0
- package/dist/model/statusAnyOf2.js +8 -0
- package/dist/model/statusAnyOf2.js.map +1 -0
- package/dist/model/statusAnyOf3.d.ts +3 -0
- package/dist/model/statusAnyOf3.js +8 -0
- package/dist/model/statusAnyOf3.js.map +1 -0
- package/dist/model/subscriptionFeature.d.ts +22 -0
- package/dist/model/subscriptionFeature.js +58 -0
- package/dist/model/subscriptionFeature.js.map +1 -0
- package/dist/model/subscriptionPlan.d.ts +22 -0
- package/dist/model/subscriptionPlan.js +48 -0
- package/dist/model/subscriptionPlan.js.map +1 -0
- package/dist/model/subscriptionProduct.d.ts +24 -0
- package/dist/model/subscriptionProduct.js +58 -0
- package/dist/model/subscriptionProduct.js.map +1 -0
- package/dist/model/tcpa.d.ts +20 -0
- package/dist/model/tcpa.js +48 -0
- package/dist/model/tcpa.js.map +1 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +27 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +83 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessage.d.ts +16 -0
- package/dist/model/vSCampaignGeneratedMessage.js +28 -0
- package/dist/model/vSCampaignGeneratedMessage.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.d.ts +17 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js +28 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -0
- package/dist/model/vSDynamicVoucherStatus.d.ts +13 -0
- package/dist/model/vSDynamicVoucherStatus.js +12 -0
- package/dist/model/vSDynamicVoucherStatus.js.map +1 -0
- package/dist/model/wTAdvertisementCredit.d.ts +26 -0
- package/dist/model/wTAdvertisementCredit.js +78 -0
- package/dist/model/wTAdvertisementCredit.js.map +1 -0
- package/dist/model/wTAdvertisementCreditCreateParams.d.ts +18 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js +38 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -0
- package/dist/model/wTAdvertisementCreditScan.d.ts +37 -0
- package/dist/model/wTAdvertisementCreditScan.js +128 -0
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +18 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js +38 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +19 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +24 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -0
- package/dist/model/wTAuthenticationForgotPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationForgotPassword.js +18 -0
- package/dist/model/wTAuthenticationForgotPassword.js.map +1 -0
- package/dist/model/wTAuthenticationLoginRequest.d.ts +15 -0
- package/dist/model/wTAuthenticationLoginRequest.js +23 -0
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -0
- package/dist/model/wTAuthenticationLoginResponse.d.ts +28 -0
- package/dist/model/wTAuthenticationLoginResponse.js +88 -0
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -0
- package/dist/model/wTAuthenticationRegister.d.ts +29 -0
- package/dist/model/wTAuthenticationRegister.js +93 -0
- package/dist/model/wTAuthenticationRegister.js.map +1 -0
- package/dist/model/wTAuthenticationRequestResetPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js +18 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationResetPassword.d.ts +16 -0
- package/dist/model/wTAuthenticationResetPassword.js +28 -0
- package/dist/model/wTAuthenticationResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +17 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +33 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -0
- package/dist/model/wTBillingChangePlan.d.ts +14 -0
- package/dist/model/wTBillingChangePlan.js +18 -0
- package/dist/model/wTBillingChangePlan.js.map +1 -0
- package/dist/model/wTBillingSavePaymentMethod.d.ts +14 -0
- package/dist/model/wTBillingSavePaymentMethod.js +18 -0
- package/dist/model/wTBillingSavePaymentMethod.js.map +1 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +16 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +23 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -0
- package/dist/model/wTCountResult.d.ts +14 -0
- package/dist/model/wTCountResult.js +18 -0
- package/dist/model/wTCountResult.js.map +1 -0
- package/dist/model/wTCustomerSearchByMemberID.d.ts +14 -0
- package/dist/model/wTCustomerSearchByMemberID.js +18 -0
- package/dist/model/wTCustomerSearchByMemberID.js.map +1 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +14 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js +18 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -0
- package/dist/model/wTDynamicVoucher.d.ts +47 -0
- package/dist/model/wTDynamicVoucher.js +178 -0
- package/dist/model/wTDynamicVoucher.js.map +1 -0
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherCreateParams.js +78 -0
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -0
- package/dist/model/wTDynamicVoucherRedemption.d.ts +36 -0
- package/dist/model/wTDynamicVoucherRedemption.js +123 -0
- package/dist/model/wTDynamicVoucherRedemption.js.map +1 -0
- package/dist/model/wTDynamicVoucherSummary.d.ts +37 -0
- package/dist/model/wTDynamicVoucherSummary.js +133 -0
- package/dist/model/wTDynamicVoucherSummary.js.map +1 -0
- package/dist/model/wTDynamicVoucherUpdateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js +78 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTEmployee.d.ts +30 -0
- package/dist/model/wTEmployee.js +98 -0
- package/dist/model/wTEmployee.js.map +1 -0
- package/dist/model/wTEmployeeAPIKey.d.ts +22 -0
- package/dist/model/wTEmployeeAPIKey.js +58 -0
- package/dist/model/wTEmployeeAPIKey.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js +23 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js +23 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -0
- package/dist/model/wTEmployeeCreate.d.ts +22 -0
- package/dist/model/wTEmployeeCreate.js +58 -0
- package/dist/model/wTEmployeeCreate.js.map +1 -0
- package/dist/model/wTEmployeeCreateAlert.d.ts +15 -0
- package/dist/model/wTEmployeeCreateAlert.js +23 -0
- package/dist/model/wTEmployeeCreateAlert.js.map +1 -0
- package/dist/model/wTEmployeeCreateDocument.d.ts +16 -0
- package/dist/model/wTEmployeeCreateDocument.js +28 -0
- package/dist/model/wTEmployeeCreateDocument.js.map +1 -0
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +16 -0
- package/dist/model/wTEmployeeCreateMediaFile.js +28 -0
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +14 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +18 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/wTEmployeeFileCreate.d.ts +15 -0
- package/dist/model/wTEmployeeFileCreate.js +23 -0
- package/dist/model/wTEmployeeFileCreate.js.map +1 -0
- package/dist/model/wTEmployeeImportRecords.d.ts +15 -0
- package/dist/model/wTEmployeeImportRecords.js +23 -0
- package/dist/model/wTEmployeeImportRecords.js.map +1 -0
- package/dist/model/wTEmployeeNotification.d.ts +17 -0
- package/dist/model/wTEmployeeNotification.js +33 -0
- package/dist/model/wTEmployeeNotification.js.map +1 -0
- package/dist/model/wTEmployeePeerRoles.d.ts +14 -0
- package/dist/model/wTEmployeePeerRoles.js +18 -0
- package/dist/model/wTEmployeePeerRoles.js.map +1 -0
- package/dist/model/wTEmployeeS3FilePresign.d.ts +16 -0
- package/dist/model/wTEmployeeS3FilePresign.js +28 -0
- package/dist/model/wTEmployeeS3FilePresign.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +20 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +48 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +19 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js +43 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +18 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +38 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +16 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +28 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -0
- package/dist/model/wTEmployeeUpdate.d.ts +21 -0
- package/dist/model/wTEmployeeUpdate.js +53 -0
- package/dist/model/wTEmployeeUpdate.js.map +1 -0
- package/dist/model/wTEmployeeUpdateRecords.d.ts +15 -0
- package/dist/model/wTEmployeeUpdateRecords.js +23 -0
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.d.ts +17 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.js +33 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +1 -0
- package/dist/model/wTImageGridCreateParams.d.ts +17 -0
- package/dist/model/wTImageGridCreateParams.js +33 -0
- package/dist/model/wTImageGridCreateParams.js.map +1 -0
- package/dist/model/wTImageGridUpdateParams.d.ts +17 -0
- package/dist/model/wTImageGridUpdateParams.js +33 -0
- package/dist/model/wTImageGridUpdateParams.js.map +1 -0
- package/dist/model/wTImportedList.d.ts +21 -0
- package/dist/model/wTImportedList.js +53 -0
- package/dist/model/wTImportedList.js.map +1 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.d.ts +16 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +28 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +17 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js +33 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +16 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js +28 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -0
- package/dist/model/wTInfoGenesisRoutingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js +18 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js +18 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -0
- package/dist/model/wTLinkBook.d.ts +23 -0
- package/dist/model/wTLinkBook.js +63 -0
- package/dist/model/wTLinkBook.js.map +1 -0
- package/dist/model/wTLinkBookCreateParams.d.ts +18 -0
- package/dist/model/wTLinkBookCreateParams.js +38 -0
- package/dist/model/wTLinkBookCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookSectionCreateParams.d.ts +15 -0
- package/dist/model/wTLinkBookSectionCreateParams.js +23 -0
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookSectionUpdateParams.d.ts +15 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js +23 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -0
- package/dist/model/wTLinkBookUpdateParams.d.ts +18 -0
- package/dist/model/wTLinkBookUpdateParams.js +38 -0
- package/dist/model/wTLinkBookUpdateParams.js.map +1 -0
- package/dist/model/wTMember.d.ts +25 -0
- package/dist/model/wTMember.js +73 -0
- package/dist/model/wTMember.js.map +1 -0
- package/dist/model/wTMemberCreationParams.d.ts +19 -0
- package/dist/model/wTMemberCreationParams.js +43 -0
- package/dist/model/wTMemberCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTier.d.ts +23 -0
- package/dist/model/wTMembershipTier.js +63 -0
- package/dist/model/wTMembershipTier.js.map +1 -0
- package/dist/model/wTMembershipTierCreationParams.d.ts +18 -0
- package/dist/model/wTMembershipTierCreationParams.js +38 -0
- package/dist/model/wTMembershipTierCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTierUpdateParams.d.ts +18 -0
- package/dist/model/wTMembershipTierUpdateParams.js +38 -0
- package/dist/model/wTMembershipTierUpdateParams.js.map +1 -0
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +24 -0
- package/dist/model/wTMembershipTierWithMemberCount.js +68 -0
- package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -0
- package/dist/model/wTMerchantCredit.d.ts +23 -0
- package/dist/model/wTMerchantCredit.js +63 -0
- package/dist/model/wTMerchantCredit.js.map +1 -0
- package/dist/model/wTMerchantCreditCreationParams.d.ts +16 -0
- package/dist/model/wTMerchantCreditCreationParams.js +28 -0
- package/dist/model/wTMerchantCreditCreationParams.js.map +1 -0
- package/dist/model/wTMerchantURLCreate.d.ts +15 -0
- package/dist/model/wTMerchantURLCreate.js +23 -0
- package/dist/model/wTMerchantURLCreate.js.map +1 -0
- package/dist/model/wTMerchantURLUpdate.d.ts +15 -0
- package/dist/model/wTMerchantURLUpdate.js +23 -0
- package/dist/model/wTMerchantURLUpdate.js.map +1 -0
- package/dist/model/wTMerchantUpdate.d.ts +22 -0
- package/dist/model/wTMerchantUpdate.js +58 -0
- package/dist/model/wTMerchantUpdate.js.map +1 -0
- package/dist/model/wTMerchantUpdateBillingContact.d.ts +14 -0
- package/dist/model/wTMerchantUpdateBillingContact.js +18 -0
- package/dist/model/wTMerchantUpdateBillingContact.js.map +1 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +14 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js +18 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -0
- package/dist/model/wTNewsArticleCreateParams.d.ts +18 -0
- package/dist/model/wTNewsArticleCreateParams.js +38 -0
- package/dist/model/wTNewsArticleCreateParams.js.map +1 -0
- package/dist/model/wTNewsArticleUpdateParams.d.ts +18 -0
- package/dist/model/wTNewsArticleUpdateParams.js +38 -0
- package/dist/model/wTNewsArticleUpdateParams.js.map +1 -0
- package/dist/model/wTOptInList.d.ts +31 -0
- package/dist/model/wTOptInList.js +103 -0
- package/dist/model/wTOptInList.js.map +1 -0
- package/dist/model/wTOptInListCreationParams.d.ts +26 -0
- package/dist/model/wTOptInListCreationParams.js +78 -0
- package/dist/model/wTOptInListCreationParams.js.map +1 -0
- package/dist/model/wTPaymentDesign.d.ts +32 -0
- package/dist/model/wTPaymentDesign.js +108 -0
- package/dist/model/wTPaymentDesign.js.map +1 -0
- package/dist/model/wTPaymentDesignCreateParams.d.ts +28 -0
- package/dist/model/wTPaymentDesignCreateParams.js +88 -0
- package/dist/model/wTPaymentDesignCreateParams.js.map +1 -0
- package/dist/model/wTPaymentDesignUpdateParams.d.ts +28 -0
- package/dist/model/wTPaymentDesignUpdateParams.js +88 -0
- package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -0
- package/dist/model/wTPerformanceCreateParams.d.ts +21 -0
- package/dist/model/wTPerformanceCreateParams.js +53 -0
- package/dist/model/wTPerformanceCreateParams.js.map +1 -0
- package/dist/model/wTPerformanceUpdateParams.d.ts +21 -0
- package/dist/model/wTPerformanceUpdateParams.js +53 -0
- package/dist/model/wTPerformanceUpdateParams.js.map +1 -0
- package/dist/model/wTPosMachine.d.ts +23 -0
- package/dist/model/wTPosMachine.js +63 -0
- package/dist/model/wTPosMachine.js.map +1 -0
- package/dist/model/wTPosMachineCreateParams.d.ts +18 -0
- package/dist/model/wTPosMachineCreateParams.js +38 -0
- package/dist/model/wTPosMachineCreateParams.js.map +1 -0
- package/dist/model/wTPosMachineUpdateParams.d.ts +18 -0
- package/dist/model/wTPosMachineUpdateParams.js +38 -0
- package/dist/model/wTPosMachineUpdateParams.js.map +1 -0
- package/dist/model/wTPromoCodeCreateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeCreateParams.js +53 -0
- package/dist/model/wTPromoCodeCreateParams.js.map +1 -0
- package/dist/model/wTPromoCodeUpdateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeUpdateParams.js +53 -0
- package/dist/model/wTPromoCodeUpdateParams.js.map +1 -0
- package/dist/model/wTRole.d.ts +29 -0
- package/dist/model/wTRole.js +88 -0
- package/dist/model/wTRole.js.map +1 -0
- package/dist/model/wTSMSAcquirePhoneNumber.d.ts +14 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js +18 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -0
- package/dist/model/wTSMSCreateAgreement.d.ts +25 -0
- package/dist/model/wTSMSCreateAgreement.js +73 -0
- package/dist/model/wTSMSCreateAgreement.js.map +1 -0
- package/dist/model/wTSMSImportOptInListSubscribers.d.ts +16 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js +28 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -0
- package/dist/model/wTSMSImportedListCreate.d.ts +16 -0
- package/dist/model/wTSMSImportedListCreate.js +28 -0
- package/dist/model/wTSMSImportedListCreate.js.map +1 -0
- package/dist/model/wTSMSLimits.d.ts +15 -0
- package/dist/model/wTSMSLimits.js +23 -0
- package/dist/model/wTSMSLimits.js.map +1 -0
- package/dist/model/wTSMSOptInListSourceCreate.d.ts +15 -0
- package/dist/model/wTSMSOptInListSourceCreate.js +23 -0
- package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +25 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js +73 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -0
- package/dist/model/wTSettingsSetPassword.d.ts +14 -0
- package/dist/model/wTSettingsSetPassword.js +18 -0
- package/dist/model/wTSettingsSetPassword.js.map +1 -0
- package/dist/model/wTStaticVoucher.d.ts +46 -0
- package/dist/model/wTStaticVoucher.js +173 -0
- package/dist/model/wTStaticVoucher.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaign.d.ts +38 -0
- package/dist/model/wTStaticVoucherCampaign.js +138 -0
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +16 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +28 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +18 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +38 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -0
- package/dist/model/wTStaticVoucherCreateParams.d.ts +17 -0
- package/dist/model/wTStaticVoucherCreateParams.js +33 -0
- package/dist/model/wTStaticVoucherCreateParams.js.map +1 -0
- package/dist/model/wTStaticVoucherUpdateParams.d.ts +16 -0
- package/dist/model/wTStaticVoucherUpdateParams.js +28 -0
- package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTSystemApprovePhoneNumber.d.ts +15 -0
- package/dist/model/wTSystemApprovePhoneNumber.js +23 -0
- package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -0
- package/dist/model/wTSystemRoleCreate.d.ts +15 -0
- package/dist/model/wTSystemRoleCreate.js +23 -0
- package/dist/model/wTSystemRoleCreate.js.map +1 -0
- package/dist/model/wTTCPAOpt.d.ts +16 -0
- package/dist/model/wTTCPAOpt.js +28 -0
- package/dist/model/wTTCPAOpt.js.map +1 -0
- package/dist/model/wTTwilioRequestAuthyCode.d.ts +15 -0
- package/dist/model/wTTwilioRequestAuthyCode.js +23 -0
- package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -0
- package/dist/model/wTTwilioVerifyAuthyCode.d.ts +16 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js +28 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +50 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +198 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -0
- package/dist/model/wTWalletItemRedemption.d.ts +16 -0
- package/dist/model/wTWalletItemRedemption.js +28 -0
- package/dist/model/wTWalletItemRedemption.js.map +1 -0
- package/dist/model/wTWalletObjectPrefixCounts.d.ts +17 -0
- package/dist/model/wTWalletObjectPrefixCounts.js +28 -0
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -0
- package/dist/model/wTWalletPageView.d.ts +51 -0
- package/dist/model/wTWalletPageView.js +198 -0
- package/dist/model/wTWalletPageView.js.map +1 -0
- package/dist/model/wTWalletPageViewCount.d.ts +16 -0
- package/dist/model/wTWalletPageViewCount.js +28 -0
- package/dist/model/wTWalletPageViewCount.js.map +1 -0
- package/dist/model/wTWalletPageViewGeoPoint.d.ts +15 -0
- package/dist/model/wTWalletPageViewGeoPoint.js +23 -0
- package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +54 -0
- package/dist/model/walletConfiguration.js +218 -0
- package/dist/model/walletConfiguration.js.map +1 -0
- package/dist/model/walletPageView.d.ts +51 -0
- package/dist/model/walletPageView.js +198 -0
- package/dist/model/walletPageView.js.map +1 -0
- package/dist/model/webpage.d.ts +23 -0
- package/dist/model/webpage.js +63 -0
- package/dist/model/webpage.js.map +1 -0
- package/model/advertisementCredit.ts +103 -0
- package/model/advertisementCreditBroadcast.ts +154 -0
- package/model/advertisementCreditScan.ts +170 -0
- package/model/agreement.ts +133 -0
- package/model/alert.ts +79 -0
- package/model/announcement.ts +67 -0
- package/model/applicableTerminals.ts +33 -0
- package/model/applicableTerminalsAnyOf.ts +17 -0
- package/model/applicableTerminalsAnyOf1.ts +17 -0
- package/model/applicableTerminalsAnyOf2.ts +17 -0
- package/model/applicableTerminalsAnyOf3.ts +17 -0
- package/model/applicableTerminalsAnyOf4.ts +17 -0
- package/model/applicableTerminalsAnyOf5.ts +17 -0
- package/model/applicableTerminalsAnyOf6.ts +17 -0
- package/model/authError.ts +55 -0
- package/model/availablePhoneNumbersRequest.ts +43 -0
- package/model/clickFunnelAmount.ts +37 -0
- package/model/clickFunnelContact.ts +248 -0
- package/model/clickFunnelContactProfile.ts +235 -0
- package/model/clickFunnelEvent.ts +38 -0
- package/model/clickFunnelOriginalAmount.ts +37 -0
- package/model/clickFunnelProduct.ts +194 -0
- package/model/clickFunnelPurchase.ts +178 -0
- package/model/clickFunnelRegistration.ts +38 -0
- package/model/createStaticVoucherCampaign.ts +109 -0
- package/model/createStaticVoucherCampaignWithVoucher.ts +109 -0
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +109 -0
- package/model/dashboardWidget.ts +121 -0
- package/model/document.ts +100 -0
- package/model/duplicateRowFound.ts +55 -0
- package/model/dynamicVoucher.ts +224 -0
- package/model/dynamicVoucherBroadcast.ts +154 -0
- package/model/employee.ts +127 -0
- package/model/employeeAPIKey.ts +82 -0
- package/model/employeeActivityLog.ts +67 -0
- package/model/entityTooLarge.ts +55 -0
- package/model/exportDataFile.ts +85 -0
- package/model/falsumError.ts +41 -0
- package/model/falsumField.ts +55 -0
- package/model/feature.ts +79 -0
- package/model/forbiddenRequest.ts +55 -0
- package/model/foreignKeyDoesNotExist.ts +55 -0
- package/model/helpDeskRequest.ts +85 -0
- package/model/imageGrid.ts +79 -0
- package/model/importedList.ts +73 -0
- package/model/importedListRecipient.ts +73 -0
- package/model/inboundSMS.ts +229 -0
- package/model/inlineResponse200.ts +56 -0
- package/model/inlineResponse2001.ts +43 -0
- package/model/inlineResponse20010.ts +49 -0
- package/model/inlineResponse2002.ts +31 -0
- package/model/inlineResponse2003.ts +44 -0
- package/model/inlineResponse2004.ts +38 -0
- package/model/inlineResponse2005.ts +44 -0
- package/model/inlineResponse2006.ts +44 -0
- package/model/inlineResponse2007.ts +44 -0
- package/model/inlineResponse2008.ts +44 -0
- package/model/inlineResponse2009.ts +98 -0
- package/model/internalServerError.ts +55 -0
- package/model/ledgerEntry.ts +176 -0
- package/model/linkBook.ts +85 -0
- package/model/linkBookSection.ts +67 -0
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +43 -0
- package/model/mSMemberHistory.ts +112 -0
- package/model/mSMemberHistoryPagination.ts +53 -0
- package/model/mSMemberRedemption.ts +109 -0
- package/model/mSMemberRedemptionPagination.ts +53 -0
- package/model/mSMembershipTierHistory.ts +106 -0
- package/model/mSMembershipTierHistoryPagination.ts +53 -0
- package/model/mSMembershipTierRedemption.ts +121 -0
- package/model/mSMembershipTierRedemptionPagination.ts +53 -0
- package/model/mSMerchantCreditHistory.ts +88 -0
- package/model/mSMerchantCreditHistoryPagination.ts +53 -0
- package/model/mSMerchantCreditRedemption.ts +109 -0
- package/model/mSMerchantCreditRedemptionPagination.ts +53 -0
- package/model/mediaFile.ts +100 -0
- package/model/member.ts +118 -0
- package/model/memberSearch.ts +88 -0
- package/model/merchant.ts +145 -0
- package/model/merchantCreditSearch.ts +61 -0
- package/model/merchantNotInitialized.ts +55 -0
- package/model/merchantURL.ts +67 -0
- package/model/message.ts +74 -0
- package/model/models.ts +1058 -0
- package/model/moduleError.ts +151 -0
- package/model/newsArticle.ts +85 -0
- package/model/optInList.ts +133 -0
- package/model/optInListSource.ts +73 -0
- package/model/optInListSubscriber.ts +104 -0
- package/model/outboundSMS.ts +157 -0
- package/model/paginatedWTMembers.ts +53 -0
- package/model/paginatedWTMerchantCredits.ts +53 -0
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +49 -0
- package/model/paginationRequestWithSortOptions.ts +75 -0
- package/model/paymentDesign.ts +139 -0
- package/model/paymentPrefixes.ts +97 -0
- package/model/performance.ts +109 -0
- package/model/phoneNumber.ts +157 -0
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +106 -0
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +40 -0
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +40 -0
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +67 -0
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +106 -0
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +43 -0
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +82 -0
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +64 -0
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +46 -0
- package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +40 -0
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +52 -0
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +100 -0
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts +94 -0
- package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +64 -0
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +112 -0
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +46 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +154 -0
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +58 -0
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +137 -0
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +58 -0
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +106 -0
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +142 -0
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +94 -0
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +106 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +167 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +76 -0
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +76 -0
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +52 -0
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +40 -0
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +58 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +138 -0
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +112 -0
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +46 -0
- package/model/plan.ts +62 -0
- package/model/portalPage.ts +68 -0
- package/model/presignedPost.ts +41 -0
- package/model/presignedPostFields.ts +43 -0
- package/model/product.ts +74 -0
- package/model/promoCode.ts +103 -0
- package/model/reachPerformanceStats.ts +124 -0
- package/model/request.ts +349 -0
- package/model/response.ts +67 -0
- package/model/role.ts +117 -0
- package/model/roleAuditLog.ts +97 -0
- package/model/sSImportedListRecipientCreateParams.ts +37 -0
- package/model/sSOptInSource.ts +73 -0
- package/model/simpleSMSBroadcast.ts +147 -0
- package/model/staticVoucher.ts +224 -0
- package/model/staticVoucherCampaign.ts +175 -0
- package/model/staticVoucherCampaignBroadcast.ts +142 -0
- package/model/staticVoucherCampaignGroup.ts +85 -0
- package/model/staticVoucherCampaignUpdate.ts +85 -0
- package/model/status.ts +30 -0
- package/model/statusAnyOf.ts +17 -0
- package/model/statusAnyOf1.ts +17 -0
- package/model/statusAnyOf2.ts +17 -0
- package/model/statusAnyOf3.ts +17 -0
- package/model/subscriptionFeature.ts +79 -0
- package/model/subscriptionPlan.ts +69 -0
- package/model/subscriptionProduct.ts +81 -0
- package/model/tcpa.ts +67 -0
- package/model/updateStaticVoucherCampaignWithVoucher.ts +109 -0
- package/model/vSCampaignGeneratedMessage.ts +43 -0
- package/model/vSCampaignGeneratedMessagePagination.ts +53 -0
- package/model/vSDynamicVoucherStatus.ts +28 -0
- package/model/wTAdvertisementCredit.ts +103 -0
- package/model/wTAdvertisementCreditCreateParams.ts +55 -0
- package/model/wTAdvertisementCreditScan.ts +170 -0
- package/model/wTAdvertisementCreditUpdateParams.ts +55 -0
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -0
- package/model/wTAuthenticationForgotPassword.ts +31 -0
- package/model/wTAuthenticationLoginRequest.ts +37 -0
- package/model/wTAuthenticationLoginResponse.ts +115 -0
- package/model/wTAuthenticationRegister.ts +121 -0
- package/model/wTAuthenticationRequestResetPassword.ts +31 -0
- package/model/wTAuthenticationResetPassword.ts +43 -0
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +49 -0
- package/model/wTBillingChangePlan.ts +31 -0
- package/model/wTBillingSavePaymentMethod.ts +31 -0
- package/model/wTBillingVerifyPaymentMethodResponse.ts +38 -0
- package/model/wTCountResult.ts +31 -0
- package/model/wTCustomerSearchByMemberID.ts +31 -0
- package/model/wTCustomerSearchByPhoneNumber.ts +31 -0
- package/model/wTDynamicVoucher.ts +224 -0
- package/model/wTDynamicVoucherCreateParams.ts +103 -0
- package/model/wTDynamicVoucherRedemption.ts +164 -0
- package/model/wTDynamicVoucherSummary.ts +169 -0
- package/model/wTDynamicVoucherUpdateParams.ts +103 -0
- package/model/wTEmployee.ts +127 -0
- package/model/wTEmployeeAPIKey.ts +82 -0
- package/model/wTEmployeeAPIKeyCreateParams.ts +37 -0
- package/model/wTEmployeeAPIKeyUpdateParams.ts +37 -0
- package/model/wTEmployeeCreate.ts +79 -0
- package/model/wTEmployeeCreateAlert.ts +37 -0
- package/model/wTEmployeeCreateDocument.ts +43 -0
- package/model/wTEmployeeCreateMediaFile.ts +43 -0
- package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +31 -0
- package/model/wTEmployeeFileCreate.ts +37 -0
- package/model/wTEmployeeImportRecords.ts +37 -0
- package/model/wTEmployeeNotification.ts +49 -0
- package/model/wTEmployeePeerRoles.ts +31 -0
- package/model/wTEmployeeS3FilePresign.ts +43 -0
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -0
- package/model/wTEmployeeScheduleSimpleSMS.ts +61 -0
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -0
- package/model/wTEmployeeSendHelpDeskResponse.ts +43 -0
- package/model/wTEmployeeUpdate.ts +73 -0
- package/model/wTEmployeeUpdateRecords.ts +37 -0
- package/model/wTFetchWalletPaymentObjectWithToken.ts +49 -0
- package/model/wTImageGridCreateParams.ts +49 -0
- package/model/wTImageGridUpdateParams.ts +49 -0
- package/model/wTImportedList.ts +73 -0
- package/model/wTImportedListRecipientFromMembershipTierImport.ts +43 -0
- package/model/wTInfoGenesisLookupRequestErrors.ts +49 -0
- package/model/wTInfoGenesisRecordFilterParameters.ts +43 -0
- package/model/wTInfoGenesisRoutingIDs.ts +31 -0
- package/model/wTInfoGenesisUniquePostingIDs.ts +31 -0
- package/model/wTLinkBook.ts +85 -0
- package/model/wTLinkBookCreateParams.ts +55 -0
- package/model/wTLinkBookSectionCreateParams.ts +37 -0
- package/model/wTLinkBookSectionUpdateParams.ts +37 -0
- package/model/wTLinkBookUpdateParams.ts +55 -0
- package/model/wTMember.ts +118 -0
- package/model/wTMemberCreationParams.ts +73 -0
- package/model/wTMembershipTier.ts +106 -0
- package/model/wTMembershipTierCreationParams.ts +64 -0
- package/model/wTMembershipTierUpdateParams.ts +64 -0
- package/model/wTMembershipTierWithMemberCount.ts +115 -0
- package/model/wTMerchantCredit.ts +106 -0
- package/model/wTMerchantCreditCreationParams.ts +49 -0
- package/model/wTMerchantURLCreate.ts +37 -0
- package/model/wTMerchantURLUpdate.ts +37 -0
- package/model/wTMerchantUpdate.ts +79 -0
- package/model/wTMerchantUpdateBillingContact.ts +31 -0
- package/model/wTMerchantUpdatePOSIntegration.ts +31 -0
- package/model/wTNewsArticleCreateParams.ts +55 -0
- package/model/wTNewsArticleUpdateParams.ts +55 -0
- package/model/wTOptInList.ts +133 -0
- package/model/wTOptInListCreationParams.ts +103 -0
- package/model/wTPaymentDesign.ts +139 -0
- package/model/wTPaymentDesignCreateParams.ts +115 -0
- package/model/wTPaymentDesignUpdateParams.ts +115 -0
- package/model/wTPerformanceCreateParams.ts +79 -0
- package/model/wTPerformanceUpdateParams.ts +79 -0
- package/model/wTPosMachine.ts +88 -0
- package/model/wTPosMachineCreateParams.ts +58 -0
- package/model/wTPosMachineUpdateParams.ts +58 -0
- package/model/wTPromoCodeCreateParams.ts +73 -0
- package/model/wTPromoCodeUpdateParams.ts +73 -0
- package/model/wTRole.ts +116 -0
- package/model/wTSMSAcquirePhoneNumber.ts +31 -0
- package/model/wTSMSCreateAgreement.ts +97 -0
- package/model/wTSMSImportOptInListSubscribers.ts +43 -0
- package/model/wTSMSImportedListCreate.ts +43 -0
- package/model/wTSMSLimits.ts +37 -0
- package/model/wTSMSOptInListSourceCreate.ts +37 -0
- package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -0
- package/model/wTSettingsSetPassword.ts +31 -0
- package/model/wTStaticVoucher.ts +224 -0
- package/model/wTStaticVoucherCampaign.ts +175 -0
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +43 -0
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -0
- package/model/wTStaticVoucherCreateParams.ts +49 -0
- package/model/wTStaticVoucherUpdateParams.ts +43 -0
- package/model/wTSystemApprovePhoneNumber.ts +37 -0
- package/model/wTSystemRoleCreate.ts +37 -0
- package/model/wTTCPAOpt.ts +43 -0
- package/model/wTTwilioRequestAuthyCode.ts +37 -0
- package/model/wTTwilioVerifyAuthyCode.ts +43 -0
- package/model/wTWalletConfigurationSaveWalletRecord.ts +247 -0
- package/model/wTWalletItemRedemption.ts +43 -0
- package/model/wTWalletObjectPrefixCounts.ts +44 -0
- package/model/wTWalletPageView.ts +251 -0
- package/model/wTWalletPageViewCount.ts +43 -0
- package/model/wTWalletPageViewGeoPoint.ts +37 -0
- package/model/walletConfiguration.ts +271 -0
- package/model/walletPageView.ts +251 -0
- package/model/webpage.ts +85 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1055 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.VoidAuth = exports.OAuth = exports.ApiKeyAuth = exports.HttpBearerAuth = exports.HttpBasicAuth = exports.ObjectSerializer = void 0;
|
|
18
|
+
__exportStar(require("./advertisementCredit"), exports);
|
|
19
|
+
__exportStar(require("./advertisementCreditBroadcast"), exports);
|
|
20
|
+
__exportStar(require("./advertisementCreditScan"), exports);
|
|
21
|
+
__exportStar(require("./agreement"), exports);
|
|
22
|
+
__exportStar(require("./alert"), exports);
|
|
23
|
+
__exportStar(require("./announcement"), exports);
|
|
24
|
+
__exportStar(require("./applicableTerminals"), exports);
|
|
25
|
+
__exportStar(require("./applicableTerminalsAnyOf"), exports);
|
|
26
|
+
__exportStar(require("./applicableTerminalsAnyOf1"), exports);
|
|
27
|
+
__exportStar(require("./applicableTerminalsAnyOf2"), exports);
|
|
28
|
+
__exportStar(require("./applicableTerminalsAnyOf3"), exports);
|
|
29
|
+
__exportStar(require("./applicableTerminalsAnyOf4"), exports);
|
|
30
|
+
__exportStar(require("./applicableTerminalsAnyOf5"), exports);
|
|
31
|
+
__exportStar(require("./applicableTerminalsAnyOf6"), exports);
|
|
32
|
+
__exportStar(require("./authError"), exports);
|
|
33
|
+
__exportStar(require("./availablePhoneNumbersRequest"), exports);
|
|
34
|
+
__exportStar(require("./clickFunnelAmount"), exports);
|
|
35
|
+
__exportStar(require("./clickFunnelContact"), exports);
|
|
36
|
+
__exportStar(require("./clickFunnelContactProfile"), exports);
|
|
37
|
+
__exportStar(require("./clickFunnelEvent"), exports);
|
|
38
|
+
__exportStar(require("./clickFunnelOriginalAmount"), exports);
|
|
39
|
+
__exportStar(require("./clickFunnelProduct"), exports);
|
|
40
|
+
__exportStar(require("./clickFunnelPurchase"), exports);
|
|
41
|
+
__exportStar(require("./clickFunnelRegistration"), exports);
|
|
42
|
+
__exportStar(require("./createStaticVoucherCampaign"), exports);
|
|
43
|
+
__exportStar(require("./createStaticVoucherCampaignWithVoucher"), exports);
|
|
44
|
+
__exportStar(require("./createStaticVoucherCampaignWithVoucherWithCSV"), exports);
|
|
45
|
+
__exportStar(require("./dashboardWidget"), exports);
|
|
46
|
+
__exportStar(require("./document"), exports);
|
|
47
|
+
__exportStar(require("./duplicateRowFound"), exports);
|
|
48
|
+
__exportStar(require("./dynamicVoucher"), exports);
|
|
49
|
+
__exportStar(require("./dynamicVoucherBroadcast"), exports);
|
|
50
|
+
__exportStar(require("./employee"), exports);
|
|
51
|
+
__exportStar(require("./employeeAPIKey"), exports);
|
|
52
|
+
__exportStar(require("./employeeActivityLog"), exports);
|
|
53
|
+
__exportStar(require("./entityTooLarge"), exports);
|
|
54
|
+
__exportStar(require("./exportDataFile"), exports);
|
|
55
|
+
__exportStar(require("./falsumError"), exports);
|
|
56
|
+
__exportStar(require("./falsumField"), exports);
|
|
57
|
+
__exportStar(require("./feature"), exports);
|
|
58
|
+
__exportStar(require("./forbiddenRequest"), exports);
|
|
59
|
+
__exportStar(require("./foreignKeyDoesNotExist"), exports);
|
|
60
|
+
__exportStar(require("./helpDeskRequest"), exports);
|
|
61
|
+
__exportStar(require("./imageGrid"), exports);
|
|
62
|
+
__exportStar(require("./importedList"), exports);
|
|
63
|
+
__exportStar(require("./importedListRecipient"), exports);
|
|
64
|
+
__exportStar(require("./inboundSMS"), exports);
|
|
65
|
+
__exportStar(require("./inlineResponse200"), exports);
|
|
66
|
+
__exportStar(require("./inlineResponse2001"), exports);
|
|
67
|
+
__exportStar(require("./inlineResponse20010"), exports);
|
|
68
|
+
__exportStar(require("./inlineResponse2002"), exports);
|
|
69
|
+
__exportStar(require("./inlineResponse2003"), exports);
|
|
70
|
+
__exportStar(require("./inlineResponse2004"), exports);
|
|
71
|
+
__exportStar(require("./inlineResponse2005"), exports);
|
|
72
|
+
__exportStar(require("./inlineResponse2006"), exports);
|
|
73
|
+
__exportStar(require("./inlineResponse2007"), exports);
|
|
74
|
+
__exportStar(require("./inlineResponse2008"), exports);
|
|
75
|
+
__exportStar(require("./inlineResponse2009"), exports);
|
|
76
|
+
__exportStar(require("./internalServerError"), exports);
|
|
77
|
+
__exportStar(require("./ledgerEntry"), exports);
|
|
78
|
+
__exportStar(require("./linkBook"), exports);
|
|
79
|
+
__exportStar(require("./linkBookSection"), exports);
|
|
80
|
+
__exportStar(require("./mSAnalyticsMemberCountPartitionedByDate"), exports);
|
|
81
|
+
__exportStar(require("./mSAnalyticsMemberPointsRedeemedPartitionedByDate"), exports);
|
|
82
|
+
__exportStar(require("./mSAnalyticsMemberPointsRefundedPartitionedByDate"), exports);
|
|
83
|
+
__exportStar(require("./mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate"), exports);
|
|
84
|
+
__exportStar(require("./mSAnalyticsMembershipTierAmountRefundedPartitionedByDate"), exports);
|
|
85
|
+
__exportStar(require("./mSMemberHistory"), exports);
|
|
86
|
+
__exportStar(require("./mSMemberHistoryPagination"), exports);
|
|
87
|
+
__exportStar(require("./mSMemberRedemption"), exports);
|
|
88
|
+
__exportStar(require("./mSMemberRedemptionPagination"), exports);
|
|
89
|
+
__exportStar(require("./mSMembershipTierHistory"), exports);
|
|
90
|
+
__exportStar(require("./mSMembershipTierHistoryPagination"), exports);
|
|
91
|
+
__exportStar(require("./mSMembershipTierRedemption"), exports);
|
|
92
|
+
__exportStar(require("./mSMembershipTierRedemptionPagination"), exports);
|
|
93
|
+
__exportStar(require("./mSMerchantCreditHistory"), exports);
|
|
94
|
+
__exportStar(require("./mSMerchantCreditHistoryPagination"), exports);
|
|
95
|
+
__exportStar(require("./mSMerchantCreditRedemption"), exports);
|
|
96
|
+
__exportStar(require("./mSMerchantCreditRedemptionPagination"), exports);
|
|
97
|
+
__exportStar(require("./mediaFile"), exports);
|
|
98
|
+
__exportStar(require("./member"), exports);
|
|
99
|
+
__exportStar(require("./memberSearch"), exports);
|
|
100
|
+
__exportStar(require("./merchant"), exports);
|
|
101
|
+
__exportStar(require("./merchantCreditSearch"), exports);
|
|
102
|
+
__exportStar(require("./merchantNotInitialized"), exports);
|
|
103
|
+
__exportStar(require("./merchantURL"), exports);
|
|
104
|
+
__exportStar(require("./message"), exports);
|
|
105
|
+
__exportStar(require("./moduleError"), exports);
|
|
106
|
+
__exportStar(require("./newsArticle"), exports);
|
|
107
|
+
__exportStar(require("./optInList"), exports);
|
|
108
|
+
__exportStar(require("./optInListSource"), exports);
|
|
109
|
+
__exportStar(require("./optInListSubscriber"), exports);
|
|
110
|
+
__exportStar(require("./outboundSMS"), exports);
|
|
111
|
+
__exportStar(require("./paginatedWTMembers"), exports);
|
|
112
|
+
__exportStar(require("./paginatedWTMerchantCredits"), exports);
|
|
113
|
+
__exportStar(require("./paginationRequestWithIDAndWithoutSortOptions"), exports);
|
|
114
|
+
__exportStar(require("./paginationRequestWithSortOptions"), exports);
|
|
115
|
+
__exportStar(require("./paymentDesign"), exports);
|
|
116
|
+
__exportStar(require("./paymentPrefixes"), exports);
|
|
117
|
+
__exportStar(require("./performance"), exports);
|
|
118
|
+
__exportStar(require("./phoneNumber"), exports);
|
|
119
|
+
__exportStar(require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID"), exports);
|
|
120
|
+
__exportStar(require("./pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID"), exports);
|
|
121
|
+
__exportStar(require("./pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId"), exports);
|
|
122
|
+
__exportStar(require("./pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier"), exports);
|
|
123
|
+
__exportStar(require("./pickMSMemberExcludeKeyofMSMemberMemberIdentifier"), exports);
|
|
124
|
+
__exportStar(require("./pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier"), exports);
|
|
125
|
+
__exportStar(require("./pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier"), exports);
|
|
126
|
+
__exportStar(require("./pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey"), exports);
|
|
127
|
+
__exportStar(require("./pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded"), exports);
|
|
128
|
+
__exportStar(require("./pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID"), exports);
|
|
129
|
+
__exportStar(require("./pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId"), exports);
|
|
130
|
+
__exportStar(require("./pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId"), exports);
|
|
131
|
+
__exportStar(require("./pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs"), exports);
|
|
132
|
+
__exportStar(require("./pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount"), exports);
|
|
133
|
+
__exportStar(require("./pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId"), exports);
|
|
134
|
+
__exportStar(require("./pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId"), exports);
|
|
135
|
+
__exportStar(require("./pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone"), exports);
|
|
136
|
+
__exportStar(require("./pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID"), exports);
|
|
137
|
+
__exportStar(require("./pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt"), exports);
|
|
138
|
+
__exportStar(require("./pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId"), exports);
|
|
139
|
+
__exportStar(require("./pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate"), exports);
|
|
140
|
+
__exportStar(require("./pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType"), exports);
|
|
141
|
+
__exportStar(require("./pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID"), exports);
|
|
142
|
+
__exportStar(require("./pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId"), exports);
|
|
143
|
+
__exportStar(require("./pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt"), exports);
|
|
144
|
+
__exportStar(require("./pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail"), exports);
|
|
145
|
+
__exportStar(require("./pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber"), exports);
|
|
146
|
+
__exportStar(require("./pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber"), exports);
|
|
147
|
+
__exportStar(require("./pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID"), exports);
|
|
148
|
+
__exportStar(require("./pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId"), exports);
|
|
149
|
+
__exportStar(require("./pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID"), exports);
|
|
150
|
+
__exportStar(require("./pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime"), exports);
|
|
151
|
+
__exportStar(require("./pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID"), exports);
|
|
152
|
+
__exportStar(require("./plan"), exports);
|
|
153
|
+
__exportStar(require("./portalPage"), exports);
|
|
154
|
+
__exportStar(require("./presignedPost"), exports);
|
|
155
|
+
__exportStar(require("./presignedPostFields"), exports);
|
|
156
|
+
__exportStar(require("./product"), exports);
|
|
157
|
+
__exportStar(require("./promoCode"), exports);
|
|
158
|
+
__exportStar(require("./reachPerformanceStats"), exports);
|
|
159
|
+
__exportStar(require("./request"), exports);
|
|
160
|
+
__exportStar(require("./response"), exports);
|
|
161
|
+
__exportStar(require("./role"), exports);
|
|
162
|
+
__exportStar(require("./roleAuditLog"), exports);
|
|
163
|
+
__exportStar(require("./sSImportedListRecipientCreateParams"), exports);
|
|
164
|
+
__exportStar(require("./sSOptInSource"), exports);
|
|
165
|
+
__exportStar(require("./simpleSMSBroadcast"), exports);
|
|
166
|
+
__exportStar(require("./staticVoucher"), exports);
|
|
167
|
+
__exportStar(require("./staticVoucherCampaign"), exports);
|
|
168
|
+
__exportStar(require("./staticVoucherCampaignBroadcast"), exports);
|
|
169
|
+
__exportStar(require("./staticVoucherCampaignGroup"), exports);
|
|
170
|
+
__exportStar(require("./staticVoucherCampaignUpdate"), exports);
|
|
171
|
+
__exportStar(require("./status"), exports);
|
|
172
|
+
__exportStar(require("./statusAnyOf"), exports);
|
|
173
|
+
__exportStar(require("./statusAnyOf1"), exports);
|
|
174
|
+
__exportStar(require("./statusAnyOf2"), exports);
|
|
175
|
+
__exportStar(require("./statusAnyOf3"), exports);
|
|
176
|
+
__exportStar(require("./subscriptionFeature"), exports);
|
|
177
|
+
__exportStar(require("./subscriptionPlan"), exports);
|
|
178
|
+
__exportStar(require("./subscriptionProduct"), exports);
|
|
179
|
+
__exportStar(require("./tcpa"), exports);
|
|
180
|
+
__exportStar(require("./updateStaticVoucherCampaignWithVoucher"), exports);
|
|
181
|
+
__exportStar(require("./vSCampaignGeneratedMessage"), exports);
|
|
182
|
+
__exportStar(require("./vSCampaignGeneratedMessagePagination"), exports);
|
|
183
|
+
__exportStar(require("./vSDynamicVoucherStatus"), exports);
|
|
184
|
+
__exportStar(require("./wTAdvertisementCredit"), exports);
|
|
185
|
+
__exportStar(require("./wTAdvertisementCreditCreateParams"), exports);
|
|
186
|
+
__exportStar(require("./wTAdvertisementCreditScan"), exports);
|
|
187
|
+
__exportStar(require("./wTAdvertisementCreditUpdateParams"), exports);
|
|
188
|
+
__exportStar(require("./wTAuthenticationCheckSessionTokenStatusResponse"), exports);
|
|
189
|
+
__exportStar(require("./wTAuthenticationForgotPassword"), exports);
|
|
190
|
+
__exportStar(require("./wTAuthenticationLoginRequest"), exports);
|
|
191
|
+
__exportStar(require("./wTAuthenticationLoginResponse"), exports);
|
|
192
|
+
__exportStar(require("./wTAuthenticationRegister"), exports);
|
|
193
|
+
__exportStar(require("./wTAuthenticationRequestResetPassword"), exports);
|
|
194
|
+
__exportStar(require("./wTAuthenticationResetPassword"), exports);
|
|
195
|
+
__exportStar(require("./wTAuthenticationSSOLoginForDiscourse"), exports);
|
|
196
|
+
__exportStar(require("./wTBillingChangePlan"), exports);
|
|
197
|
+
__exportStar(require("./wTBillingSavePaymentMethod"), exports);
|
|
198
|
+
__exportStar(require("./wTBillingVerifyPaymentMethodResponse"), exports);
|
|
199
|
+
__exportStar(require("./wTCountResult"), exports);
|
|
200
|
+
__exportStar(require("./wTCustomerSearchByMemberID"), exports);
|
|
201
|
+
__exportStar(require("./wTCustomerSearchByPhoneNumber"), exports);
|
|
202
|
+
__exportStar(require("./wTDynamicVoucher"), exports);
|
|
203
|
+
__exportStar(require("./wTDynamicVoucherCreateParams"), exports);
|
|
204
|
+
__exportStar(require("./wTDynamicVoucherRedemption"), exports);
|
|
205
|
+
__exportStar(require("./wTDynamicVoucherSummary"), exports);
|
|
206
|
+
__exportStar(require("./wTDynamicVoucherUpdateParams"), exports);
|
|
207
|
+
__exportStar(require("./wTEmployee"), exports);
|
|
208
|
+
__exportStar(require("./wTEmployeeAPIKey"), exports);
|
|
209
|
+
__exportStar(require("./wTEmployeeAPIKeyCreateParams"), exports);
|
|
210
|
+
__exportStar(require("./wTEmployeeAPIKeyUpdateParams"), exports);
|
|
211
|
+
__exportStar(require("./wTEmployeeCreate"), exports);
|
|
212
|
+
__exportStar(require("./wTEmployeeCreateAlert"), exports);
|
|
213
|
+
__exportStar(require("./wTEmployeeCreateDocument"), exports);
|
|
214
|
+
__exportStar(require("./wTEmployeeCreateMediaFile"), exports);
|
|
215
|
+
__exportStar(require("./wTEmployeeCreateStaticVoucherCampaignGroup"), exports);
|
|
216
|
+
__exportStar(require("./wTEmployeeFileCreate"), exports);
|
|
217
|
+
__exportStar(require("./wTEmployeeImportRecords"), exports);
|
|
218
|
+
__exportStar(require("./wTEmployeeNotification"), exports);
|
|
219
|
+
__exportStar(require("./wTEmployeePeerRoles"), exports);
|
|
220
|
+
__exportStar(require("./wTEmployeeS3FilePresign"), exports);
|
|
221
|
+
__exportStar(require("./wTEmployeeScheduleSMSCampaignBroadcast"), exports);
|
|
222
|
+
__exportStar(require("./wTEmployeeScheduleSimpleSMS"), exports);
|
|
223
|
+
__exportStar(require("./wTEmployeeScheduleSimpleSMSToRecipient"), exports);
|
|
224
|
+
__exportStar(require("./wTEmployeeSendHelpDeskResponse"), exports);
|
|
225
|
+
__exportStar(require("./wTEmployeeUpdate"), exports);
|
|
226
|
+
__exportStar(require("./wTEmployeeUpdateRecords"), exports);
|
|
227
|
+
__exportStar(require("./wTFetchWalletPaymentObjectWithToken"), exports);
|
|
228
|
+
__exportStar(require("./wTImageGridCreateParams"), exports);
|
|
229
|
+
__exportStar(require("./wTImageGridUpdateParams"), exports);
|
|
230
|
+
__exportStar(require("./wTImportedList"), exports);
|
|
231
|
+
__exportStar(require("./wTImportedListRecipientFromMembershipTierImport"), exports);
|
|
232
|
+
__exportStar(require("./wTInfoGenesisLookupRequestErrors"), exports);
|
|
233
|
+
__exportStar(require("./wTInfoGenesisRecordFilterParameters"), exports);
|
|
234
|
+
__exportStar(require("./wTInfoGenesisRoutingIDs"), exports);
|
|
235
|
+
__exportStar(require("./wTInfoGenesisUniquePostingIDs"), exports);
|
|
236
|
+
__exportStar(require("./wTLinkBook"), exports);
|
|
237
|
+
__exportStar(require("./wTLinkBookCreateParams"), exports);
|
|
238
|
+
__exportStar(require("./wTLinkBookSectionCreateParams"), exports);
|
|
239
|
+
__exportStar(require("./wTLinkBookSectionUpdateParams"), exports);
|
|
240
|
+
__exportStar(require("./wTLinkBookUpdateParams"), exports);
|
|
241
|
+
__exportStar(require("./wTMember"), exports);
|
|
242
|
+
__exportStar(require("./wTMemberCreationParams"), exports);
|
|
243
|
+
__exportStar(require("./wTMembershipTier"), exports);
|
|
244
|
+
__exportStar(require("./wTMembershipTierCreationParams"), exports);
|
|
245
|
+
__exportStar(require("./wTMembershipTierUpdateParams"), exports);
|
|
246
|
+
__exportStar(require("./wTMembershipTierWithMemberCount"), exports);
|
|
247
|
+
__exportStar(require("./wTMerchantCredit"), exports);
|
|
248
|
+
__exportStar(require("./wTMerchantCreditCreationParams"), exports);
|
|
249
|
+
__exportStar(require("./wTMerchantURLCreate"), exports);
|
|
250
|
+
__exportStar(require("./wTMerchantURLUpdate"), exports);
|
|
251
|
+
__exportStar(require("./wTMerchantUpdate"), exports);
|
|
252
|
+
__exportStar(require("./wTMerchantUpdateBillingContact"), exports);
|
|
253
|
+
__exportStar(require("./wTMerchantUpdatePOSIntegration"), exports);
|
|
254
|
+
__exportStar(require("./wTNewsArticleCreateParams"), exports);
|
|
255
|
+
__exportStar(require("./wTNewsArticleUpdateParams"), exports);
|
|
256
|
+
__exportStar(require("./wTOptInList"), exports);
|
|
257
|
+
__exportStar(require("./wTOptInListCreationParams"), exports);
|
|
258
|
+
__exportStar(require("./wTPaymentDesign"), exports);
|
|
259
|
+
__exportStar(require("./wTPaymentDesignCreateParams"), exports);
|
|
260
|
+
__exportStar(require("./wTPaymentDesignUpdateParams"), exports);
|
|
261
|
+
__exportStar(require("./wTPerformanceCreateParams"), exports);
|
|
262
|
+
__exportStar(require("./wTPerformanceUpdateParams"), exports);
|
|
263
|
+
__exportStar(require("./wTPosMachine"), exports);
|
|
264
|
+
__exportStar(require("./wTPosMachineCreateParams"), exports);
|
|
265
|
+
__exportStar(require("./wTPosMachineUpdateParams"), exports);
|
|
266
|
+
__exportStar(require("./wTPromoCodeCreateParams"), exports);
|
|
267
|
+
__exportStar(require("./wTPromoCodeUpdateParams"), exports);
|
|
268
|
+
__exportStar(require("./wTRole"), exports);
|
|
269
|
+
__exportStar(require("./wTSMSAcquirePhoneNumber"), exports);
|
|
270
|
+
__exportStar(require("./wTSMSCreateAgreement"), exports);
|
|
271
|
+
__exportStar(require("./wTSMSImportOptInListSubscribers"), exports);
|
|
272
|
+
__exportStar(require("./wTSMSImportedListCreate"), exports);
|
|
273
|
+
__exportStar(require("./wTSMSLimits"), exports);
|
|
274
|
+
__exportStar(require("./wTSMSOptInListSourceCreate"), exports);
|
|
275
|
+
__exportStar(require("./wTSMSUpdatePhoneNumberConfig"), exports);
|
|
276
|
+
__exportStar(require("./wTSettingsSetPassword"), exports);
|
|
277
|
+
__exportStar(require("./wTStaticVoucher"), exports);
|
|
278
|
+
__exportStar(require("./wTStaticVoucherCampaign"), exports);
|
|
279
|
+
__exportStar(require("./wTStaticVoucherCampaignPreviewMessages"), exports);
|
|
280
|
+
__exportStar(require("./wTStaticVoucherCampaignPreviewMessagesByPage"), exports);
|
|
281
|
+
__exportStar(require("./wTStaticVoucherCreateParams"), exports);
|
|
282
|
+
__exportStar(require("./wTStaticVoucherUpdateParams"), exports);
|
|
283
|
+
__exportStar(require("./wTSystemApprovePhoneNumber"), exports);
|
|
284
|
+
__exportStar(require("./wTSystemRoleCreate"), exports);
|
|
285
|
+
__exportStar(require("./wTTCPAOpt"), exports);
|
|
286
|
+
__exportStar(require("./wTTwilioRequestAuthyCode"), exports);
|
|
287
|
+
__exportStar(require("./wTTwilioVerifyAuthyCode"), exports);
|
|
288
|
+
__exportStar(require("./wTWalletConfigurationSaveWalletRecord"), exports);
|
|
289
|
+
__exportStar(require("./wTWalletItemRedemption"), exports);
|
|
290
|
+
__exportStar(require("./wTWalletObjectPrefixCounts"), exports);
|
|
291
|
+
__exportStar(require("./wTWalletPageView"), exports);
|
|
292
|
+
__exportStar(require("./wTWalletPageViewCount"), exports);
|
|
293
|
+
__exportStar(require("./wTWalletPageViewGeoPoint"), exports);
|
|
294
|
+
__exportStar(require("./walletConfiguration"), exports);
|
|
295
|
+
__exportStar(require("./walletPageView"), exports);
|
|
296
|
+
__exportStar(require("./webpage"), exports);
|
|
297
|
+
const advertisementCredit_1 = require("./advertisementCredit");
|
|
298
|
+
const advertisementCreditBroadcast_1 = require("./advertisementCreditBroadcast");
|
|
299
|
+
const advertisementCreditScan_1 = require("./advertisementCreditScan");
|
|
300
|
+
const agreement_1 = require("./agreement");
|
|
301
|
+
const alert_1 = require("./alert");
|
|
302
|
+
const announcement_1 = require("./announcement");
|
|
303
|
+
const applicableTerminals_1 = require("./applicableTerminals");
|
|
304
|
+
const applicableTerminalsAnyOf_1 = require("./applicableTerminalsAnyOf");
|
|
305
|
+
const applicableTerminalsAnyOf1_1 = require("./applicableTerminalsAnyOf1");
|
|
306
|
+
const applicableTerminalsAnyOf2_1 = require("./applicableTerminalsAnyOf2");
|
|
307
|
+
const applicableTerminalsAnyOf3_1 = require("./applicableTerminalsAnyOf3");
|
|
308
|
+
const applicableTerminalsAnyOf4_1 = require("./applicableTerminalsAnyOf4");
|
|
309
|
+
const applicableTerminalsAnyOf5_1 = require("./applicableTerminalsAnyOf5");
|
|
310
|
+
const applicableTerminalsAnyOf6_1 = require("./applicableTerminalsAnyOf6");
|
|
311
|
+
const authError_1 = require("./authError");
|
|
312
|
+
const availablePhoneNumbersRequest_1 = require("./availablePhoneNumbersRequest");
|
|
313
|
+
const clickFunnelAmount_1 = require("./clickFunnelAmount");
|
|
314
|
+
const clickFunnelContact_1 = require("./clickFunnelContact");
|
|
315
|
+
const clickFunnelContactProfile_1 = require("./clickFunnelContactProfile");
|
|
316
|
+
const clickFunnelEvent_1 = require("./clickFunnelEvent");
|
|
317
|
+
const clickFunnelOriginalAmount_1 = require("./clickFunnelOriginalAmount");
|
|
318
|
+
const clickFunnelProduct_1 = require("./clickFunnelProduct");
|
|
319
|
+
const clickFunnelPurchase_1 = require("./clickFunnelPurchase");
|
|
320
|
+
const clickFunnelRegistration_1 = require("./clickFunnelRegistration");
|
|
321
|
+
const createStaticVoucherCampaign_1 = require("./createStaticVoucherCampaign");
|
|
322
|
+
const createStaticVoucherCampaignWithVoucher_1 = require("./createStaticVoucherCampaignWithVoucher");
|
|
323
|
+
const createStaticVoucherCampaignWithVoucherWithCSV_1 = require("./createStaticVoucherCampaignWithVoucherWithCSV");
|
|
324
|
+
const dashboardWidget_1 = require("./dashboardWidget");
|
|
325
|
+
const document_1 = require("./document");
|
|
326
|
+
const duplicateRowFound_1 = require("./duplicateRowFound");
|
|
327
|
+
const dynamicVoucher_1 = require("./dynamicVoucher");
|
|
328
|
+
const dynamicVoucherBroadcast_1 = require("./dynamicVoucherBroadcast");
|
|
329
|
+
const employee_1 = require("./employee");
|
|
330
|
+
const employeeAPIKey_1 = require("./employeeAPIKey");
|
|
331
|
+
const employeeActivityLog_1 = require("./employeeActivityLog");
|
|
332
|
+
const entityTooLarge_1 = require("./entityTooLarge");
|
|
333
|
+
const exportDataFile_1 = require("./exportDataFile");
|
|
334
|
+
const falsumError_1 = require("./falsumError");
|
|
335
|
+
const falsumField_1 = require("./falsumField");
|
|
336
|
+
const feature_1 = require("./feature");
|
|
337
|
+
const forbiddenRequest_1 = require("./forbiddenRequest");
|
|
338
|
+
const foreignKeyDoesNotExist_1 = require("./foreignKeyDoesNotExist");
|
|
339
|
+
const helpDeskRequest_1 = require("./helpDeskRequest");
|
|
340
|
+
const imageGrid_1 = require("./imageGrid");
|
|
341
|
+
const importedList_1 = require("./importedList");
|
|
342
|
+
const importedListRecipient_1 = require("./importedListRecipient");
|
|
343
|
+
const inboundSMS_1 = require("./inboundSMS");
|
|
344
|
+
const inlineResponse200_1 = require("./inlineResponse200");
|
|
345
|
+
const inlineResponse2001_1 = require("./inlineResponse2001");
|
|
346
|
+
const inlineResponse20010_1 = require("./inlineResponse20010");
|
|
347
|
+
const inlineResponse2002_1 = require("./inlineResponse2002");
|
|
348
|
+
const inlineResponse2003_1 = require("./inlineResponse2003");
|
|
349
|
+
const inlineResponse2004_1 = require("./inlineResponse2004");
|
|
350
|
+
const inlineResponse2005_1 = require("./inlineResponse2005");
|
|
351
|
+
const inlineResponse2006_1 = require("./inlineResponse2006");
|
|
352
|
+
const inlineResponse2007_1 = require("./inlineResponse2007");
|
|
353
|
+
const inlineResponse2008_1 = require("./inlineResponse2008");
|
|
354
|
+
const inlineResponse2009_1 = require("./inlineResponse2009");
|
|
355
|
+
const internalServerError_1 = require("./internalServerError");
|
|
356
|
+
const ledgerEntry_1 = require("./ledgerEntry");
|
|
357
|
+
const linkBook_1 = require("./linkBook");
|
|
358
|
+
const linkBookSection_1 = require("./linkBookSection");
|
|
359
|
+
const mSAnalyticsMemberCountPartitionedByDate_1 = require("./mSAnalyticsMemberCountPartitionedByDate");
|
|
360
|
+
const mSAnalyticsMemberPointsRedeemedPartitionedByDate_1 = require("./mSAnalyticsMemberPointsRedeemedPartitionedByDate");
|
|
361
|
+
const mSAnalyticsMemberPointsRefundedPartitionedByDate_1 = require("./mSAnalyticsMemberPointsRefundedPartitionedByDate");
|
|
362
|
+
const mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate_1 = require("./mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate");
|
|
363
|
+
const mSAnalyticsMembershipTierAmountRefundedPartitionedByDate_1 = require("./mSAnalyticsMembershipTierAmountRefundedPartitionedByDate");
|
|
364
|
+
const mSMemberHistory_1 = require("./mSMemberHistory");
|
|
365
|
+
const mSMemberHistoryPagination_1 = require("./mSMemberHistoryPagination");
|
|
366
|
+
const mSMemberRedemption_1 = require("./mSMemberRedemption");
|
|
367
|
+
const mSMemberRedemptionPagination_1 = require("./mSMemberRedemptionPagination");
|
|
368
|
+
const mSMembershipTierHistory_1 = require("./mSMembershipTierHistory");
|
|
369
|
+
const mSMembershipTierHistoryPagination_1 = require("./mSMembershipTierHistoryPagination");
|
|
370
|
+
const mSMembershipTierRedemption_1 = require("./mSMembershipTierRedemption");
|
|
371
|
+
const mSMembershipTierRedemptionPagination_1 = require("./mSMembershipTierRedemptionPagination");
|
|
372
|
+
const mSMerchantCreditHistory_1 = require("./mSMerchantCreditHistory");
|
|
373
|
+
const mSMerchantCreditHistoryPagination_1 = require("./mSMerchantCreditHistoryPagination");
|
|
374
|
+
const mSMerchantCreditRedemption_1 = require("./mSMerchantCreditRedemption");
|
|
375
|
+
const mSMerchantCreditRedemptionPagination_1 = require("./mSMerchantCreditRedemptionPagination");
|
|
376
|
+
const mediaFile_1 = require("./mediaFile");
|
|
377
|
+
const member_1 = require("./member");
|
|
378
|
+
const memberSearch_1 = require("./memberSearch");
|
|
379
|
+
const merchant_1 = require("./merchant");
|
|
380
|
+
const merchantCreditSearch_1 = require("./merchantCreditSearch");
|
|
381
|
+
const merchantNotInitialized_1 = require("./merchantNotInitialized");
|
|
382
|
+
const merchantURL_1 = require("./merchantURL");
|
|
383
|
+
const message_1 = require("./message");
|
|
384
|
+
const moduleError_1 = require("./moduleError");
|
|
385
|
+
const newsArticle_1 = require("./newsArticle");
|
|
386
|
+
const optInList_1 = require("./optInList");
|
|
387
|
+
const optInListSource_1 = require("./optInListSource");
|
|
388
|
+
const optInListSubscriber_1 = require("./optInListSubscriber");
|
|
389
|
+
const outboundSMS_1 = require("./outboundSMS");
|
|
390
|
+
const paginatedWTMembers_1 = require("./paginatedWTMembers");
|
|
391
|
+
const paginatedWTMerchantCredits_1 = require("./paginatedWTMerchantCredits");
|
|
392
|
+
const paginationRequestWithIDAndWithoutSortOptions_1 = require("./paginationRequestWithIDAndWithoutSortOptions");
|
|
393
|
+
const paginationRequestWithSortOptions_1 = require("./paginationRequestWithSortOptions");
|
|
394
|
+
const paymentDesign_1 = require("./paymentDesign");
|
|
395
|
+
const paymentPrefixes_1 = require("./paymentPrefixes");
|
|
396
|
+
const performance_1 = require("./performance");
|
|
397
|
+
const phoneNumber_1 = require("./phoneNumber");
|
|
398
|
+
const pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID_1 = require("./pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID");
|
|
399
|
+
const pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID_1 = require("./pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID");
|
|
400
|
+
const pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId_1 = require("./pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId");
|
|
401
|
+
const pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier_1 = require("./pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier");
|
|
402
|
+
const pickMSMemberExcludeKeyofMSMemberMemberIdentifier_1 = require("./pickMSMemberExcludeKeyofMSMemberMemberIdentifier");
|
|
403
|
+
const pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier_1 = require("./pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier");
|
|
404
|
+
const pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier_1 = require("./pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier");
|
|
405
|
+
const pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey_1 = require("./pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey");
|
|
406
|
+
const pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded_1 = require("./pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded");
|
|
407
|
+
const pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID_1 = require("./pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID");
|
|
408
|
+
const pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId_1 = require("./pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId");
|
|
409
|
+
const pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId_1 = require("./pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId");
|
|
410
|
+
const pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs_1 = require("./pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs");
|
|
411
|
+
const pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount_1 = require("./pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount");
|
|
412
|
+
const pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId_1 = require("./pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId");
|
|
413
|
+
const pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId_1 = require("./pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId");
|
|
414
|
+
const pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone_1 = require("./pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone");
|
|
415
|
+
const pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID_1 = require("./pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID");
|
|
416
|
+
const pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt_1 = require("./pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt");
|
|
417
|
+
const pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId_1 = require("./pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId");
|
|
418
|
+
const pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate_1 = require("./pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate");
|
|
419
|
+
const pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType_1 = require("./pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType");
|
|
420
|
+
const pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID_1 = require("./pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID");
|
|
421
|
+
const pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId_1 = require("./pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId");
|
|
422
|
+
const pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt_1 = require("./pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt");
|
|
423
|
+
const pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail_1 = require("./pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail");
|
|
424
|
+
const pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber_1 = require("./pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber");
|
|
425
|
+
const pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber_1 = require("./pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber");
|
|
426
|
+
const pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID_1 = require("./pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID");
|
|
427
|
+
const pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId_1 = require("./pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId");
|
|
428
|
+
const pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID_1 = require("./pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID");
|
|
429
|
+
const pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime_1 = require("./pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime");
|
|
430
|
+
const pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID_1 = require("./pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID");
|
|
431
|
+
const plan_1 = require("./plan");
|
|
432
|
+
const portalPage_1 = require("./portalPage");
|
|
433
|
+
const presignedPost_1 = require("./presignedPost");
|
|
434
|
+
const presignedPostFields_1 = require("./presignedPostFields");
|
|
435
|
+
const product_1 = require("./product");
|
|
436
|
+
const promoCode_1 = require("./promoCode");
|
|
437
|
+
const reachPerformanceStats_1 = require("./reachPerformanceStats");
|
|
438
|
+
const request_1 = require("./request");
|
|
439
|
+
const response_1 = require("./response");
|
|
440
|
+
const role_1 = require("./role");
|
|
441
|
+
const roleAuditLog_1 = require("./roleAuditLog");
|
|
442
|
+
const sSImportedListRecipientCreateParams_1 = require("./sSImportedListRecipientCreateParams");
|
|
443
|
+
const sSOptInSource_1 = require("./sSOptInSource");
|
|
444
|
+
const simpleSMSBroadcast_1 = require("./simpleSMSBroadcast");
|
|
445
|
+
const staticVoucher_1 = require("./staticVoucher");
|
|
446
|
+
const staticVoucherCampaign_1 = require("./staticVoucherCampaign");
|
|
447
|
+
const staticVoucherCampaignBroadcast_1 = require("./staticVoucherCampaignBroadcast");
|
|
448
|
+
const staticVoucherCampaignGroup_1 = require("./staticVoucherCampaignGroup");
|
|
449
|
+
const staticVoucherCampaignUpdate_1 = require("./staticVoucherCampaignUpdate");
|
|
450
|
+
const status_1 = require("./status");
|
|
451
|
+
const statusAnyOf_1 = require("./statusAnyOf");
|
|
452
|
+
const statusAnyOf1_1 = require("./statusAnyOf1");
|
|
453
|
+
const statusAnyOf2_1 = require("./statusAnyOf2");
|
|
454
|
+
const statusAnyOf3_1 = require("./statusAnyOf3");
|
|
455
|
+
const subscriptionFeature_1 = require("./subscriptionFeature");
|
|
456
|
+
const subscriptionPlan_1 = require("./subscriptionPlan");
|
|
457
|
+
const subscriptionProduct_1 = require("./subscriptionProduct");
|
|
458
|
+
const tcpa_1 = require("./tcpa");
|
|
459
|
+
const updateStaticVoucherCampaignWithVoucher_1 = require("./updateStaticVoucherCampaignWithVoucher");
|
|
460
|
+
const vSCampaignGeneratedMessage_1 = require("./vSCampaignGeneratedMessage");
|
|
461
|
+
const vSCampaignGeneratedMessagePagination_1 = require("./vSCampaignGeneratedMessagePagination");
|
|
462
|
+
const vSDynamicVoucherStatus_1 = require("./vSDynamicVoucherStatus");
|
|
463
|
+
const wTAdvertisementCredit_1 = require("./wTAdvertisementCredit");
|
|
464
|
+
const wTAdvertisementCreditCreateParams_1 = require("./wTAdvertisementCreditCreateParams");
|
|
465
|
+
const wTAdvertisementCreditScan_1 = require("./wTAdvertisementCreditScan");
|
|
466
|
+
const wTAdvertisementCreditUpdateParams_1 = require("./wTAdvertisementCreditUpdateParams");
|
|
467
|
+
const wTAuthenticationCheckSessionTokenStatusResponse_1 = require("./wTAuthenticationCheckSessionTokenStatusResponse");
|
|
468
|
+
const wTAuthenticationForgotPassword_1 = require("./wTAuthenticationForgotPassword");
|
|
469
|
+
const wTAuthenticationLoginRequest_1 = require("./wTAuthenticationLoginRequest");
|
|
470
|
+
const wTAuthenticationLoginResponse_1 = require("./wTAuthenticationLoginResponse");
|
|
471
|
+
const wTAuthenticationRegister_1 = require("./wTAuthenticationRegister");
|
|
472
|
+
const wTAuthenticationRequestResetPassword_1 = require("./wTAuthenticationRequestResetPassword");
|
|
473
|
+
const wTAuthenticationResetPassword_1 = require("./wTAuthenticationResetPassword");
|
|
474
|
+
const wTAuthenticationSSOLoginForDiscourse_1 = require("./wTAuthenticationSSOLoginForDiscourse");
|
|
475
|
+
const wTBillingChangePlan_1 = require("./wTBillingChangePlan");
|
|
476
|
+
const wTBillingSavePaymentMethod_1 = require("./wTBillingSavePaymentMethod");
|
|
477
|
+
const wTBillingVerifyPaymentMethodResponse_1 = require("./wTBillingVerifyPaymentMethodResponse");
|
|
478
|
+
const wTCountResult_1 = require("./wTCountResult");
|
|
479
|
+
const wTCustomerSearchByMemberID_1 = require("./wTCustomerSearchByMemberID");
|
|
480
|
+
const wTCustomerSearchByPhoneNumber_1 = require("./wTCustomerSearchByPhoneNumber");
|
|
481
|
+
const wTDynamicVoucher_1 = require("./wTDynamicVoucher");
|
|
482
|
+
const wTDynamicVoucherCreateParams_1 = require("./wTDynamicVoucherCreateParams");
|
|
483
|
+
const wTDynamicVoucherRedemption_1 = require("./wTDynamicVoucherRedemption");
|
|
484
|
+
const wTDynamicVoucherSummary_1 = require("./wTDynamicVoucherSummary");
|
|
485
|
+
const wTDynamicVoucherUpdateParams_1 = require("./wTDynamicVoucherUpdateParams");
|
|
486
|
+
const wTEmployee_1 = require("./wTEmployee");
|
|
487
|
+
const wTEmployeeAPIKey_1 = require("./wTEmployeeAPIKey");
|
|
488
|
+
const wTEmployeeAPIKeyCreateParams_1 = require("./wTEmployeeAPIKeyCreateParams");
|
|
489
|
+
const wTEmployeeAPIKeyUpdateParams_1 = require("./wTEmployeeAPIKeyUpdateParams");
|
|
490
|
+
const wTEmployeeCreate_1 = require("./wTEmployeeCreate");
|
|
491
|
+
const wTEmployeeCreateAlert_1 = require("./wTEmployeeCreateAlert");
|
|
492
|
+
const wTEmployeeCreateDocument_1 = require("./wTEmployeeCreateDocument");
|
|
493
|
+
const wTEmployeeCreateMediaFile_1 = require("./wTEmployeeCreateMediaFile");
|
|
494
|
+
const wTEmployeeCreateStaticVoucherCampaignGroup_1 = require("./wTEmployeeCreateStaticVoucherCampaignGroup");
|
|
495
|
+
const wTEmployeeFileCreate_1 = require("./wTEmployeeFileCreate");
|
|
496
|
+
const wTEmployeeImportRecords_1 = require("./wTEmployeeImportRecords");
|
|
497
|
+
const wTEmployeeNotification_1 = require("./wTEmployeeNotification");
|
|
498
|
+
const wTEmployeePeerRoles_1 = require("./wTEmployeePeerRoles");
|
|
499
|
+
const wTEmployeeS3FilePresign_1 = require("./wTEmployeeS3FilePresign");
|
|
500
|
+
const wTEmployeeScheduleSMSCampaignBroadcast_1 = require("./wTEmployeeScheduleSMSCampaignBroadcast");
|
|
501
|
+
const wTEmployeeScheduleSimpleSMS_1 = require("./wTEmployeeScheduleSimpleSMS");
|
|
502
|
+
const wTEmployeeScheduleSimpleSMSToRecipient_1 = require("./wTEmployeeScheduleSimpleSMSToRecipient");
|
|
503
|
+
const wTEmployeeSendHelpDeskResponse_1 = require("./wTEmployeeSendHelpDeskResponse");
|
|
504
|
+
const wTEmployeeUpdate_1 = require("./wTEmployeeUpdate");
|
|
505
|
+
const wTEmployeeUpdateRecords_1 = require("./wTEmployeeUpdateRecords");
|
|
506
|
+
const wTFetchWalletPaymentObjectWithToken_1 = require("./wTFetchWalletPaymentObjectWithToken");
|
|
507
|
+
const wTImageGridCreateParams_1 = require("./wTImageGridCreateParams");
|
|
508
|
+
const wTImageGridUpdateParams_1 = require("./wTImageGridUpdateParams");
|
|
509
|
+
const wTImportedList_1 = require("./wTImportedList");
|
|
510
|
+
const wTImportedListRecipientFromMembershipTierImport_1 = require("./wTImportedListRecipientFromMembershipTierImport");
|
|
511
|
+
const wTInfoGenesisLookupRequestErrors_1 = require("./wTInfoGenesisLookupRequestErrors");
|
|
512
|
+
const wTInfoGenesisRecordFilterParameters_1 = require("./wTInfoGenesisRecordFilterParameters");
|
|
513
|
+
const wTInfoGenesisRoutingIDs_1 = require("./wTInfoGenesisRoutingIDs");
|
|
514
|
+
const wTInfoGenesisUniquePostingIDs_1 = require("./wTInfoGenesisUniquePostingIDs");
|
|
515
|
+
const wTLinkBook_1 = require("./wTLinkBook");
|
|
516
|
+
const wTLinkBookCreateParams_1 = require("./wTLinkBookCreateParams");
|
|
517
|
+
const wTLinkBookSectionCreateParams_1 = require("./wTLinkBookSectionCreateParams");
|
|
518
|
+
const wTLinkBookSectionUpdateParams_1 = require("./wTLinkBookSectionUpdateParams");
|
|
519
|
+
const wTLinkBookUpdateParams_1 = require("./wTLinkBookUpdateParams");
|
|
520
|
+
const wTMember_1 = require("./wTMember");
|
|
521
|
+
const wTMemberCreationParams_1 = require("./wTMemberCreationParams");
|
|
522
|
+
const wTMembershipTier_1 = require("./wTMembershipTier");
|
|
523
|
+
const wTMembershipTierCreationParams_1 = require("./wTMembershipTierCreationParams");
|
|
524
|
+
const wTMembershipTierUpdateParams_1 = require("./wTMembershipTierUpdateParams");
|
|
525
|
+
const wTMembershipTierWithMemberCount_1 = require("./wTMembershipTierWithMemberCount");
|
|
526
|
+
const wTMerchantCredit_1 = require("./wTMerchantCredit");
|
|
527
|
+
const wTMerchantCreditCreationParams_1 = require("./wTMerchantCreditCreationParams");
|
|
528
|
+
const wTMerchantURLCreate_1 = require("./wTMerchantURLCreate");
|
|
529
|
+
const wTMerchantURLUpdate_1 = require("./wTMerchantURLUpdate");
|
|
530
|
+
const wTMerchantUpdate_1 = require("./wTMerchantUpdate");
|
|
531
|
+
const wTMerchantUpdateBillingContact_1 = require("./wTMerchantUpdateBillingContact");
|
|
532
|
+
const wTMerchantUpdatePOSIntegration_1 = require("./wTMerchantUpdatePOSIntegration");
|
|
533
|
+
const wTNewsArticleCreateParams_1 = require("./wTNewsArticleCreateParams");
|
|
534
|
+
const wTNewsArticleUpdateParams_1 = require("./wTNewsArticleUpdateParams");
|
|
535
|
+
const wTOptInList_1 = require("./wTOptInList");
|
|
536
|
+
const wTOptInListCreationParams_1 = require("./wTOptInListCreationParams");
|
|
537
|
+
const wTPaymentDesign_1 = require("./wTPaymentDesign");
|
|
538
|
+
const wTPaymentDesignCreateParams_1 = require("./wTPaymentDesignCreateParams");
|
|
539
|
+
const wTPaymentDesignUpdateParams_1 = require("./wTPaymentDesignUpdateParams");
|
|
540
|
+
const wTPerformanceCreateParams_1 = require("./wTPerformanceCreateParams");
|
|
541
|
+
const wTPerformanceUpdateParams_1 = require("./wTPerformanceUpdateParams");
|
|
542
|
+
const wTPosMachine_1 = require("./wTPosMachine");
|
|
543
|
+
const wTPosMachineCreateParams_1 = require("./wTPosMachineCreateParams");
|
|
544
|
+
const wTPosMachineUpdateParams_1 = require("./wTPosMachineUpdateParams");
|
|
545
|
+
const wTPromoCodeCreateParams_1 = require("./wTPromoCodeCreateParams");
|
|
546
|
+
const wTPromoCodeUpdateParams_1 = require("./wTPromoCodeUpdateParams");
|
|
547
|
+
const wTRole_1 = require("./wTRole");
|
|
548
|
+
const wTSMSAcquirePhoneNumber_1 = require("./wTSMSAcquirePhoneNumber");
|
|
549
|
+
const wTSMSCreateAgreement_1 = require("./wTSMSCreateAgreement");
|
|
550
|
+
const wTSMSImportOptInListSubscribers_1 = require("./wTSMSImportOptInListSubscribers");
|
|
551
|
+
const wTSMSImportedListCreate_1 = require("./wTSMSImportedListCreate");
|
|
552
|
+
const wTSMSLimits_1 = require("./wTSMSLimits");
|
|
553
|
+
const wTSMSOptInListSourceCreate_1 = require("./wTSMSOptInListSourceCreate");
|
|
554
|
+
const wTSMSUpdatePhoneNumberConfig_1 = require("./wTSMSUpdatePhoneNumberConfig");
|
|
555
|
+
const wTSettingsSetPassword_1 = require("./wTSettingsSetPassword");
|
|
556
|
+
const wTStaticVoucher_1 = require("./wTStaticVoucher");
|
|
557
|
+
const wTStaticVoucherCampaign_1 = require("./wTStaticVoucherCampaign");
|
|
558
|
+
const wTStaticVoucherCampaignPreviewMessages_1 = require("./wTStaticVoucherCampaignPreviewMessages");
|
|
559
|
+
const wTStaticVoucherCampaignPreviewMessagesByPage_1 = require("./wTStaticVoucherCampaignPreviewMessagesByPage");
|
|
560
|
+
const wTStaticVoucherCreateParams_1 = require("./wTStaticVoucherCreateParams");
|
|
561
|
+
const wTStaticVoucherUpdateParams_1 = require("./wTStaticVoucherUpdateParams");
|
|
562
|
+
const wTSystemApprovePhoneNumber_1 = require("./wTSystemApprovePhoneNumber");
|
|
563
|
+
const wTSystemRoleCreate_1 = require("./wTSystemRoleCreate");
|
|
564
|
+
const wTTCPAOpt_1 = require("./wTTCPAOpt");
|
|
565
|
+
const wTTwilioRequestAuthyCode_1 = require("./wTTwilioRequestAuthyCode");
|
|
566
|
+
const wTTwilioVerifyAuthyCode_1 = require("./wTTwilioVerifyAuthyCode");
|
|
567
|
+
const wTWalletConfigurationSaveWalletRecord_1 = require("./wTWalletConfigurationSaveWalletRecord");
|
|
568
|
+
const wTWalletItemRedemption_1 = require("./wTWalletItemRedemption");
|
|
569
|
+
const wTWalletObjectPrefixCounts_1 = require("./wTWalletObjectPrefixCounts");
|
|
570
|
+
const wTWalletPageView_1 = require("./wTWalletPageView");
|
|
571
|
+
const wTWalletPageViewCount_1 = require("./wTWalletPageViewCount");
|
|
572
|
+
const wTWalletPageViewGeoPoint_1 = require("./wTWalletPageViewGeoPoint");
|
|
573
|
+
const walletConfiguration_1 = require("./walletConfiguration");
|
|
574
|
+
const walletPageView_1 = require("./walletPageView");
|
|
575
|
+
const webpage_1 = require("./webpage");
|
|
576
|
+
let primitives = [
|
|
577
|
+
"string",
|
|
578
|
+
"boolean",
|
|
579
|
+
"double",
|
|
580
|
+
"integer",
|
|
581
|
+
"long",
|
|
582
|
+
"float",
|
|
583
|
+
"number",
|
|
584
|
+
"any"
|
|
585
|
+
];
|
|
586
|
+
let enumsMap = {
|
|
587
|
+
"ApplicableTerminalsAnyOf": applicableTerminalsAnyOf_1.ApplicableTerminalsAnyOf,
|
|
588
|
+
"ApplicableTerminalsAnyOf1": applicableTerminalsAnyOf1_1.ApplicableTerminalsAnyOf1,
|
|
589
|
+
"ApplicableTerminalsAnyOf2": applicableTerminalsAnyOf2_1.ApplicableTerminalsAnyOf2,
|
|
590
|
+
"ApplicableTerminalsAnyOf3": applicableTerminalsAnyOf3_1.ApplicableTerminalsAnyOf3,
|
|
591
|
+
"ApplicableTerminalsAnyOf4": applicableTerminalsAnyOf4_1.ApplicableTerminalsAnyOf4,
|
|
592
|
+
"ApplicableTerminalsAnyOf5": applicableTerminalsAnyOf5_1.ApplicableTerminalsAnyOf5,
|
|
593
|
+
"ApplicableTerminalsAnyOf6": applicableTerminalsAnyOf6_1.ApplicableTerminalsAnyOf6,
|
|
594
|
+
"PaginationRequestWithSortOptions.SortKeyEnum": paginationRequestWithSortOptions_1.PaginationRequestWithSortOptions.SortKeyEnum,
|
|
595
|
+
"PortalPage": portalPage_1.PortalPage,
|
|
596
|
+
"StatusAnyOf": statusAnyOf_1.StatusAnyOf,
|
|
597
|
+
"StatusAnyOf1": statusAnyOf1_1.StatusAnyOf1,
|
|
598
|
+
"StatusAnyOf2": statusAnyOf2_1.StatusAnyOf2,
|
|
599
|
+
"StatusAnyOf3": statusAnyOf3_1.StatusAnyOf3,
|
|
600
|
+
"WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum": wTAuthenticationCheckSessionTokenStatusResponse_1.WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum,
|
|
601
|
+
};
|
|
602
|
+
let typeMap = {
|
|
603
|
+
"AdvertisementCredit": advertisementCredit_1.AdvertisementCredit,
|
|
604
|
+
"AdvertisementCreditBroadcast": advertisementCreditBroadcast_1.AdvertisementCreditBroadcast,
|
|
605
|
+
"AdvertisementCreditScan": advertisementCreditScan_1.AdvertisementCreditScan,
|
|
606
|
+
"Agreement": agreement_1.Agreement,
|
|
607
|
+
"Alert": alert_1.Alert,
|
|
608
|
+
"Announcement": announcement_1.Announcement,
|
|
609
|
+
"ApplicableTerminals": applicableTerminals_1.ApplicableTerminals,
|
|
610
|
+
"AuthError": authError_1.AuthError,
|
|
611
|
+
"AvailablePhoneNumbersRequest": availablePhoneNumbersRequest_1.AvailablePhoneNumbersRequest,
|
|
612
|
+
"ClickFunnelAmount": clickFunnelAmount_1.ClickFunnelAmount,
|
|
613
|
+
"ClickFunnelContact": clickFunnelContact_1.ClickFunnelContact,
|
|
614
|
+
"ClickFunnelContactProfile": clickFunnelContactProfile_1.ClickFunnelContactProfile,
|
|
615
|
+
"ClickFunnelEvent": clickFunnelEvent_1.ClickFunnelEvent,
|
|
616
|
+
"ClickFunnelOriginalAmount": clickFunnelOriginalAmount_1.ClickFunnelOriginalAmount,
|
|
617
|
+
"ClickFunnelProduct": clickFunnelProduct_1.ClickFunnelProduct,
|
|
618
|
+
"ClickFunnelPurchase": clickFunnelPurchase_1.ClickFunnelPurchase,
|
|
619
|
+
"ClickFunnelRegistration": clickFunnelRegistration_1.ClickFunnelRegistration,
|
|
620
|
+
"CreateStaticVoucherCampaign": createStaticVoucherCampaign_1.CreateStaticVoucherCampaign,
|
|
621
|
+
"CreateStaticVoucherCampaignWithVoucher": createStaticVoucherCampaignWithVoucher_1.CreateStaticVoucherCampaignWithVoucher,
|
|
622
|
+
"CreateStaticVoucherCampaignWithVoucherWithCSV": createStaticVoucherCampaignWithVoucherWithCSV_1.CreateStaticVoucherCampaignWithVoucherWithCSV,
|
|
623
|
+
"DashboardWidget": dashboardWidget_1.DashboardWidget,
|
|
624
|
+
"Document": document_1.Document,
|
|
625
|
+
"DuplicateRowFound": duplicateRowFound_1.DuplicateRowFound,
|
|
626
|
+
"DynamicVoucher": dynamicVoucher_1.DynamicVoucher,
|
|
627
|
+
"DynamicVoucherBroadcast": dynamicVoucherBroadcast_1.DynamicVoucherBroadcast,
|
|
628
|
+
"Employee": employee_1.Employee,
|
|
629
|
+
"EmployeeAPIKey": employeeAPIKey_1.EmployeeAPIKey,
|
|
630
|
+
"EmployeeActivityLog": employeeActivityLog_1.EmployeeActivityLog,
|
|
631
|
+
"EntityTooLarge": entityTooLarge_1.EntityTooLarge,
|
|
632
|
+
"ExportDataFile": exportDataFile_1.ExportDataFile,
|
|
633
|
+
"FalsumError": falsumError_1.FalsumError,
|
|
634
|
+
"FalsumField": falsumField_1.FalsumField,
|
|
635
|
+
"Feature": feature_1.Feature,
|
|
636
|
+
"ForbiddenRequest": forbiddenRequest_1.ForbiddenRequest,
|
|
637
|
+
"ForeignKeyDoesNotExist": foreignKeyDoesNotExist_1.ForeignKeyDoesNotExist,
|
|
638
|
+
"HelpDeskRequest": helpDeskRequest_1.HelpDeskRequest,
|
|
639
|
+
"ImageGrid": imageGrid_1.ImageGrid,
|
|
640
|
+
"ImportedList": importedList_1.ImportedList,
|
|
641
|
+
"ImportedListRecipient": importedListRecipient_1.ImportedListRecipient,
|
|
642
|
+
"InboundSMS": inboundSMS_1.InboundSMS,
|
|
643
|
+
"InlineResponse200": inlineResponse200_1.InlineResponse200,
|
|
644
|
+
"InlineResponse2001": inlineResponse2001_1.InlineResponse2001,
|
|
645
|
+
"InlineResponse20010": inlineResponse20010_1.InlineResponse20010,
|
|
646
|
+
"InlineResponse2002": inlineResponse2002_1.InlineResponse2002,
|
|
647
|
+
"InlineResponse2003": inlineResponse2003_1.InlineResponse2003,
|
|
648
|
+
"InlineResponse2004": inlineResponse2004_1.InlineResponse2004,
|
|
649
|
+
"InlineResponse2005": inlineResponse2005_1.InlineResponse2005,
|
|
650
|
+
"InlineResponse2006": inlineResponse2006_1.InlineResponse2006,
|
|
651
|
+
"InlineResponse2007": inlineResponse2007_1.InlineResponse2007,
|
|
652
|
+
"InlineResponse2008": inlineResponse2008_1.InlineResponse2008,
|
|
653
|
+
"InlineResponse2009": inlineResponse2009_1.InlineResponse2009,
|
|
654
|
+
"InternalServerError": internalServerError_1.InternalServerError,
|
|
655
|
+
"LedgerEntry": ledgerEntry_1.LedgerEntry,
|
|
656
|
+
"LinkBook": linkBook_1.LinkBook,
|
|
657
|
+
"LinkBookSection": linkBookSection_1.LinkBookSection,
|
|
658
|
+
"MSAnalyticsMemberCountPartitionedByDate": mSAnalyticsMemberCountPartitionedByDate_1.MSAnalyticsMemberCountPartitionedByDate,
|
|
659
|
+
"MSAnalyticsMemberPointsRedeemedPartitionedByDate": mSAnalyticsMemberPointsRedeemedPartitionedByDate_1.MSAnalyticsMemberPointsRedeemedPartitionedByDate,
|
|
660
|
+
"MSAnalyticsMemberPointsRefundedPartitionedByDate": mSAnalyticsMemberPointsRefundedPartitionedByDate_1.MSAnalyticsMemberPointsRefundedPartitionedByDate,
|
|
661
|
+
"MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate": mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate_1.MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate,
|
|
662
|
+
"MSAnalyticsMembershipTierAmountRefundedPartitionedByDate": mSAnalyticsMembershipTierAmountRefundedPartitionedByDate_1.MSAnalyticsMembershipTierAmountRefundedPartitionedByDate,
|
|
663
|
+
"MSMemberHistory": mSMemberHistory_1.MSMemberHistory,
|
|
664
|
+
"MSMemberHistoryPagination": mSMemberHistoryPagination_1.MSMemberHistoryPagination,
|
|
665
|
+
"MSMemberRedemption": mSMemberRedemption_1.MSMemberRedemption,
|
|
666
|
+
"MSMemberRedemptionPagination": mSMemberRedemptionPagination_1.MSMemberRedemptionPagination,
|
|
667
|
+
"MSMembershipTierHistory": mSMembershipTierHistory_1.MSMembershipTierHistory,
|
|
668
|
+
"MSMembershipTierHistoryPagination": mSMembershipTierHistoryPagination_1.MSMembershipTierHistoryPagination,
|
|
669
|
+
"MSMembershipTierRedemption": mSMembershipTierRedemption_1.MSMembershipTierRedemption,
|
|
670
|
+
"MSMembershipTierRedemptionPagination": mSMembershipTierRedemptionPagination_1.MSMembershipTierRedemptionPagination,
|
|
671
|
+
"MSMerchantCreditHistory": mSMerchantCreditHistory_1.MSMerchantCreditHistory,
|
|
672
|
+
"MSMerchantCreditHistoryPagination": mSMerchantCreditHistoryPagination_1.MSMerchantCreditHistoryPagination,
|
|
673
|
+
"MSMerchantCreditRedemption": mSMerchantCreditRedemption_1.MSMerchantCreditRedemption,
|
|
674
|
+
"MSMerchantCreditRedemptionPagination": mSMerchantCreditRedemptionPagination_1.MSMerchantCreditRedemptionPagination,
|
|
675
|
+
"MediaFile": mediaFile_1.MediaFile,
|
|
676
|
+
"Member": member_1.Member,
|
|
677
|
+
"MemberSearch": memberSearch_1.MemberSearch,
|
|
678
|
+
"Merchant": merchant_1.Merchant,
|
|
679
|
+
"MerchantCreditSearch": merchantCreditSearch_1.MerchantCreditSearch,
|
|
680
|
+
"MerchantNotInitialized": merchantNotInitialized_1.MerchantNotInitialized,
|
|
681
|
+
"MerchantURL": merchantURL_1.MerchantURL,
|
|
682
|
+
"Message": message_1.Message,
|
|
683
|
+
"ModuleError": moduleError_1.ModuleError,
|
|
684
|
+
"NewsArticle": newsArticle_1.NewsArticle,
|
|
685
|
+
"OptInList": optInList_1.OptInList,
|
|
686
|
+
"OptInListSource": optInListSource_1.OptInListSource,
|
|
687
|
+
"OptInListSubscriber": optInListSubscriber_1.OptInListSubscriber,
|
|
688
|
+
"OutboundSMS": outboundSMS_1.OutboundSMS,
|
|
689
|
+
"PaginatedWTMembers": paginatedWTMembers_1.PaginatedWTMembers,
|
|
690
|
+
"PaginatedWTMerchantCredits": paginatedWTMerchantCredits_1.PaginatedWTMerchantCredits,
|
|
691
|
+
"PaginationRequestWithIDAndWithoutSortOptions": paginationRequestWithIDAndWithoutSortOptions_1.PaginationRequestWithIDAndWithoutSortOptions,
|
|
692
|
+
"PaginationRequestWithSortOptions": paginationRequestWithSortOptions_1.PaginationRequestWithSortOptions,
|
|
693
|
+
"PaymentDesign": paymentDesign_1.PaymentDesign,
|
|
694
|
+
"PaymentPrefixes": paymentPrefixes_1.PaymentPrefixes,
|
|
695
|
+
"Performance": performance_1.Performance,
|
|
696
|
+
"PhoneNumber": phoneNumber_1.PhoneNumber,
|
|
697
|
+
"PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID_1.PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
|
|
698
|
+
"PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID": pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID_1.PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID,
|
|
699
|
+
"PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId": pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId_1.PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId,
|
|
700
|
+
"PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier": pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier_1.PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier,
|
|
701
|
+
"PickMSMemberExcludeKeyofMSMemberMemberIdentifier": pickMSMemberExcludeKeyofMSMemberMemberIdentifier_1.PickMSMemberExcludeKeyofMSMemberMemberIdentifier,
|
|
702
|
+
"PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier": pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier_1.PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier,
|
|
703
|
+
"PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier": pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier_1.PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier,
|
|
704
|
+
"PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey": pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey_1.PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey,
|
|
705
|
+
"PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded": pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded_1.PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded,
|
|
706
|
+
"PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID": pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID_1.PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID,
|
|
707
|
+
"PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId": pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId_1.PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId,
|
|
708
|
+
"PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId": pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId_1.PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId,
|
|
709
|
+
"PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs": pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs_1.PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs,
|
|
710
|
+
"PickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount": pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount_1.PickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount,
|
|
711
|
+
"PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId": pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId_1.PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId,
|
|
712
|
+
"PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId": pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId_1.PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId,
|
|
713
|
+
"PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone": pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone_1.PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone,
|
|
714
|
+
"PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID": pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID_1.PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID,
|
|
715
|
+
"PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt": pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt_1.PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt,
|
|
716
|
+
"PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId": pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId_1.PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId,
|
|
717
|
+
"PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate": pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate_1.PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate,
|
|
718
|
+
"PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType": pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType_1.PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType,
|
|
719
|
+
"PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID": pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID_1.PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID,
|
|
720
|
+
"PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId": pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId_1.PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId,
|
|
721
|
+
"PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt": pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt_1.PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt,
|
|
722
|
+
"PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail": pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail_1.PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail,
|
|
723
|
+
"PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber": pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber_1.PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber,
|
|
724
|
+
"PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber": pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber_1.PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber,
|
|
725
|
+
"PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID": pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID_1.PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID,
|
|
726
|
+
"PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId": pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId_1.PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId,
|
|
727
|
+
"PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID": pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID_1.PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID,
|
|
728
|
+
"PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime": pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime_1.PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime,
|
|
729
|
+
"PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID": pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID_1.PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID,
|
|
730
|
+
"Plan": plan_1.Plan,
|
|
731
|
+
"PresignedPost": presignedPost_1.PresignedPost,
|
|
732
|
+
"PresignedPostFields": presignedPostFields_1.PresignedPostFields,
|
|
733
|
+
"Product": product_1.Product,
|
|
734
|
+
"PromoCode": promoCode_1.PromoCode,
|
|
735
|
+
"ReachPerformanceStats": reachPerformanceStats_1.ReachPerformanceStats,
|
|
736
|
+
"Request": request_1.Request,
|
|
737
|
+
"Response": response_1.Response,
|
|
738
|
+
"Role": role_1.Role,
|
|
739
|
+
"RoleAuditLog": roleAuditLog_1.RoleAuditLog,
|
|
740
|
+
"SSImportedListRecipientCreateParams": sSImportedListRecipientCreateParams_1.SSImportedListRecipientCreateParams,
|
|
741
|
+
"SSOptInSource": sSOptInSource_1.SSOptInSource,
|
|
742
|
+
"SimpleSMSBroadcast": simpleSMSBroadcast_1.SimpleSMSBroadcast,
|
|
743
|
+
"StaticVoucher": staticVoucher_1.StaticVoucher,
|
|
744
|
+
"StaticVoucherCampaign": staticVoucherCampaign_1.StaticVoucherCampaign,
|
|
745
|
+
"StaticVoucherCampaignBroadcast": staticVoucherCampaignBroadcast_1.StaticVoucherCampaignBroadcast,
|
|
746
|
+
"StaticVoucherCampaignGroup": staticVoucherCampaignGroup_1.StaticVoucherCampaignGroup,
|
|
747
|
+
"StaticVoucherCampaignUpdate": staticVoucherCampaignUpdate_1.StaticVoucherCampaignUpdate,
|
|
748
|
+
"Status": status_1.Status,
|
|
749
|
+
"SubscriptionFeature": subscriptionFeature_1.SubscriptionFeature,
|
|
750
|
+
"SubscriptionPlan": subscriptionPlan_1.SubscriptionPlan,
|
|
751
|
+
"SubscriptionProduct": subscriptionProduct_1.SubscriptionProduct,
|
|
752
|
+
"Tcpa": tcpa_1.Tcpa,
|
|
753
|
+
"UpdateStaticVoucherCampaignWithVoucher": updateStaticVoucherCampaignWithVoucher_1.UpdateStaticVoucherCampaignWithVoucher,
|
|
754
|
+
"VSCampaignGeneratedMessage": vSCampaignGeneratedMessage_1.VSCampaignGeneratedMessage,
|
|
755
|
+
"VSCampaignGeneratedMessagePagination": vSCampaignGeneratedMessagePagination_1.VSCampaignGeneratedMessagePagination,
|
|
756
|
+
"VSDynamicVoucherStatus": vSDynamicVoucherStatus_1.VSDynamicVoucherStatus,
|
|
757
|
+
"WTAdvertisementCredit": wTAdvertisementCredit_1.WTAdvertisementCredit,
|
|
758
|
+
"WTAdvertisementCreditCreateParams": wTAdvertisementCreditCreateParams_1.WTAdvertisementCreditCreateParams,
|
|
759
|
+
"WTAdvertisementCreditScan": wTAdvertisementCreditScan_1.WTAdvertisementCreditScan,
|
|
760
|
+
"WTAdvertisementCreditUpdateParams": wTAdvertisementCreditUpdateParams_1.WTAdvertisementCreditUpdateParams,
|
|
761
|
+
"WTAuthenticationCheckSessionTokenStatusResponse": wTAuthenticationCheckSessionTokenStatusResponse_1.WTAuthenticationCheckSessionTokenStatusResponse,
|
|
762
|
+
"WTAuthenticationForgotPassword": wTAuthenticationForgotPassword_1.WTAuthenticationForgotPassword,
|
|
763
|
+
"WTAuthenticationLoginRequest": wTAuthenticationLoginRequest_1.WTAuthenticationLoginRequest,
|
|
764
|
+
"WTAuthenticationLoginResponse": wTAuthenticationLoginResponse_1.WTAuthenticationLoginResponse,
|
|
765
|
+
"WTAuthenticationRegister": wTAuthenticationRegister_1.WTAuthenticationRegister,
|
|
766
|
+
"WTAuthenticationRequestResetPassword": wTAuthenticationRequestResetPassword_1.WTAuthenticationRequestResetPassword,
|
|
767
|
+
"WTAuthenticationResetPassword": wTAuthenticationResetPassword_1.WTAuthenticationResetPassword,
|
|
768
|
+
"WTAuthenticationSSOLoginForDiscourse": wTAuthenticationSSOLoginForDiscourse_1.WTAuthenticationSSOLoginForDiscourse,
|
|
769
|
+
"WTBillingChangePlan": wTBillingChangePlan_1.WTBillingChangePlan,
|
|
770
|
+
"WTBillingSavePaymentMethod": wTBillingSavePaymentMethod_1.WTBillingSavePaymentMethod,
|
|
771
|
+
"WTBillingVerifyPaymentMethodResponse": wTBillingVerifyPaymentMethodResponse_1.WTBillingVerifyPaymentMethodResponse,
|
|
772
|
+
"WTCountResult": wTCountResult_1.WTCountResult,
|
|
773
|
+
"WTCustomerSearchByMemberID": wTCustomerSearchByMemberID_1.WTCustomerSearchByMemberID,
|
|
774
|
+
"WTCustomerSearchByPhoneNumber": wTCustomerSearchByPhoneNumber_1.WTCustomerSearchByPhoneNumber,
|
|
775
|
+
"WTDynamicVoucher": wTDynamicVoucher_1.WTDynamicVoucher,
|
|
776
|
+
"WTDynamicVoucherCreateParams": wTDynamicVoucherCreateParams_1.WTDynamicVoucherCreateParams,
|
|
777
|
+
"WTDynamicVoucherRedemption": wTDynamicVoucherRedemption_1.WTDynamicVoucherRedemption,
|
|
778
|
+
"WTDynamicVoucherSummary": wTDynamicVoucherSummary_1.WTDynamicVoucherSummary,
|
|
779
|
+
"WTDynamicVoucherUpdateParams": wTDynamicVoucherUpdateParams_1.WTDynamicVoucherUpdateParams,
|
|
780
|
+
"WTEmployee": wTEmployee_1.WTEmployee,
|
|
781
|
+
"WTEmployeeAPIKey": wTEmployeeAPIKey_1.WTEmployeeAPIKey,
|
|
782
|
+
"WTEmployeeAPIKeyCreateParams": wTEmployeeAPIKeyCreateParams_1.WTEmployeeAPIKeyCreateParams,
|
|
783
|
+
"WTEmployeeAPIKeyUpdateParams": wTEmployeeAPIKeyUpdateParams_1.WTEmployeeAPIKeyUpdateParams,
|
|
784
|
+
"WTEmployeeCreate": wTEmployeeCreate_1.WTEmployeeCreate,
|
|
785
|
+
"WTEmployeeCreateAlert": wTEmployeeCreateAlert_1.WTEmployeeCreateAlert,
|
|
786
|
+
"WTEmployeeCreateDocument": wTEmployeeCreateDocument_1.WTEmployeeCreateDocument,
|
|
787
|
+
"WTEmployeeCreateMediaFile": wTEmployeeCreateMediaFile_1.WTEmployeeCreateMediaFile,
|
|
788
|
+
"WTEmployeeCreateStaticVoucherCampaignGroup": wTEmployeeCreateStaticVoucherCampaignGroup_1.WTEmployeeCreateStaticVoucherCampaignGroup,
|
|
789
|
+
"WTEmployeeFileCreate": wTEmployeeFileCreate_1.WTEmployeeFileCreate,
|
|
790
|
+
"WTEmployeeImportRecords": wTEmployeeImportRecords_1.WTEmployeeImportRecords,
|
|
791
|
+
"WTEmployeeNotification": wTEmployeeNotification_1.WTEmployeeNotification,
|
|
792
|
+
"WTEmployeePeerRoles": wTEmployeePeerRoles_1.WTEmployeePeerRoles,
|
|
793
|
+
"WTEmployeeS3FilePresign": wTEmployeeS3FilePresign_1.WTEmployeeS3FilePresign,
|
|
794
|
+
"WTEmployeeScheduleSMSCampaignBroadcast": wTEmployeeScheduleSMSCampaignBroadcast_1.WTEmployeeScheduleSMSCampaignBroadcast,
|
|
795
|
+
"WTEmployeeScheduleSimpleSMS": wTEmployeeScheduleSimpleSMS_1.WTEmployeeScheduleSimpleSMS,
|
|
796
|
+
"WTEmployeeScheduleSimpleSMSToRecipient": wTEmployeeScheduleSimpleSMSToRecipient_1.WTEmployeeScheduleSimpleSMSToRecipient,
|
|
797
|
+
"WTEmployeeSendHelpDeskResponse": wTEmployeeSendHelpDeskResponse_1.WTEmployeeSendHelpDeskResponse,
|
|
798
|
+
"WTEmployeeUpdate": wTEmployeeUpdate_1.WTEmployeeUpdate,
|
|
799
|
+
"WTEmployeeUpdateRecords": wTEmployeeUpdateRecords_1.WTEmployeeUpdateRecords,
|
|
800
|
+
"WTFetchWalletPaymentObjectWithToken": wTFetchWalletPaymentObjectWithToken_1.WTFetchWalletPaymentObjectWithToken,
|
|
801
|
+
"WTImageGridCreateParams": wTImageGridCreateParams_1.WTImageGridCreateParams,
|
|
802
|
+
"WTImageGridUpdateParams": wTImageGridUpdateParams_1.WTImageGridUpdateParams,
|
|
803
|
+
"WTImportedList": wTImportedList_1.WTImportedList,
|
|
804
|
+
"WTImportedListRecipientFromMembershipTierImport": wTImportedListRecipientFromMembershipTierImport_1.WTImportedListRecipientFromMembershipTierImport,
|
|
805
|
+
"WTInfoGenesisLookupRequestErrors": wTInfoGenesisLookupRequestErrors_1.WTInfoGenesisLookupRequestErrors,
|
|
806
|
+
"WTInfoGenesisRecordFilterParameters": wTInfoGenesisRecordFilterParameters_1.WTInfoGenesisRecordFilterParameters,
|
|
807
|
+
"WTInfoGenesisRoutingIDs": wTInfoGenesisRoutingIDs_1.WTInfoGenesisRoutingIDs,
|
|
808
|
+
"WTInfoGenesisUniquePostingIDs": wTInfoGenesisUniquePostingIDs_1.WTInfoGenesisUniquePostingIDs,
|
|
809
|
+
"WTLinkBook": wTLinkBook_1.WTLinkBook,
|
|
810
|
+
"WTLinkBookCreateParams": wTLinkBookCreateParams_1.WTLinkBookCreateParams,
|
|
811
|
+
"WTLinkBookSectionCreateParams": wTLinkBookSectionCreateParams_1.WTLinkBookSectionCreateParams,
|
|
812
|
+
"WTLinkBookSectionUpdateParams": wTLinkBookSectionUpdateParams_1.WTLinkBookSectionUpdateParams,
|
|
813
|
+
"WTLinkBookUpdateParams": wTLinkBookUpdateParams_1.WTLinkBookUpdateParams,
|
|
814
|
+
"WTMember": wTMember_1.WTMember,
|
|
815
|
+
"WTMemberCreationParams": wTMemberCreationParams_1.WTMemberCreationParams,
|
|
816
|
+
"WTMembershipTier": wTMembershipTier_1.WTMembershipTier,
|
|
817
|
+
"WTMembershipTierCreationParams": wTMembershipTierCreationParams_1.WTMembershipTierCreationParams,
|
|
818
|
+
"WTMembershipTierUpdateParams": wTMembershipTierUpdateParams_1.WTMembershipTierUpdateParams,
|
|
819
|
+
"WTMembershipTierWithMemberCount": wTMembershipTierWithMemberCount_1.WTMembershipTierWithMemberCount,
|
|
820
|
+
"WTMerchantCredit": wTMerchantCredit_1.WTMerchantCredit,
|
|
821
|
+
"WTMerchantCreditCreationParams": wTMerchantCreditCreationParams_1.WTMerchantCreditCreationParams,
|
|
822
|
+
"WTMerchantURLCreate": wTMerchantURLCreate_1.WTMerchantURLCreate,
|
|
823
|
+
"WTMerchantURLUpdate": wTMerchantURLUpdate_1.WTMerchantURLUpdate,
|
|
824
|
+
"WTMerchantUpdate": wTMerchantUpdate_1.WTMerchantUpdate,
|
|
825
|
+
"WTMerchantUpdateBillingContact": wTMerchantUpdateBillingContact_1.WTMerchantUpdateBillingContact,
|
|
826
|
+
"WTMerchantUpdatePOSIntegration": wTMerchantUpdatePOSIntegration_1.WTMerchantUpdatePOSIntegration,
|
|
827
|
+
"WTNewsArticleCreateParams": wTNewsArticleCreateParams_1.WTNewsArticleCreateParams,
|
|
828
|
+
"WTNewsArticleUpdateParams": wTNewsArticleUpdateParams_1.WTNewsArticleUpdateParams,
|
|
829
|
+
"WTOptInList": wTOptInList_1.WTOptInList,
|
|
830
|
+
"WTOptInListCreationParams": wTOptInListCreationParams_1.WTOptInListCreationParams,
|
|
831
|
+
"WTPaymentDesign": wTPaymentDesign_1.WTPaymentDesign,
|
|
832
|
+
"WTPaymentDesignCreateParams": wTPaymentDesignCreateParams_1.WTPaymentDesignCreateParams,
|
|
833
|
+
"WTPaymentDesignUpdateParams": wTPaymentDesignUpdateParams_1.WTPaymentDesignUpdateParams,
|
|
834
|
+
"WTPerformanceCreateParams": wTPerformanceCreateParams_1.WTPerformanceCreateParams,
|
|
835
|
+
"WTPerformanceUpdateParams": wTPerformanceUpdateParams_1.WTPerformanceUpdateParams,
|
|
836
|
+
"WTPosMachine": wTPosMachine_1.WTPosMachine,
|
|
837
|
+
"WTPosMachineCreateParams": wTPosMachineCreateParams_1.WTPosMachineCreateParams,
|
|
838
|
+
"WTPosMachineUpdateParams": wTPosMachineUpdateParams_1.WTPosMachineUpdateParams,
|
|
839
|
+
"WTPromoCodeCreateParams": wTPromoCodeCreateParams_1.WTPromoCodeCreateParams,
|
|
840
|
+
"WTPromoCodeUpdateParams": wTPromoCodeUpdateParams_1.WTPromoCodeUpdateParams,
|
|
841
|
+
"WTRole": wTRole_1.WTRole,
|
|
842
|
+
"WTSMSAcquirePhoneNumber": wTSMSAcquirePhoneNumber_1.WTSMSAcquirePhoneNumber,
|
|
843
|
+
"WTSMSCreateAgreement": wTSMSCreateAgreement_1.WTSMSCreateAgreement,
|
|
844
|
+
"WTSMSImportOptInListSubscribers": wTSMSImportOptInListSubscribers_1.WTSMSImportOptInListSubscribers,
|
|
845
|
+
"WTSMSImportedListCreate": wTSMSImportedListCreate_1.WTSMSImportedListCreate,
|
|
846
|
+
"WTSMSLimits": wTSMSLimits_1.WTSMSLimits,
|
|
847
|
+
"WTSMSOptInListSourceCreate": wTSMSOptInListSourceCreate_1.WTSMSOptInListSourceCreate,
|
|
848
|
+
"WTSMSUpdatePhoneNumberConfig": wTSMSUpdatePhoneNumberConfig_1.WTSMSUpdatePhoneNumberConfig,
|
|
849
|
+
"WTSettingsSetPassword": wTSettingsSetPassword_1.WTSettingsSetPassword,
|
|
850
|
+
"WTStaticVoucher": wTStaticVoucher_1.WTStaticVoucher,
|
|
851
|
+
"WTStaticVoucherCampaign": wTStaticVoucherCampaign_1.WTStaticVoucherCampaign,
|
|
852
|
+
"WTStaticVoucherCampaignPreviewMessages": wTStaticVoucherCampaignPreviewMessages_1.WTStaticVoucherCampaignPreviewMessages,
|
|
853
|
+
"WTStaticVoucherCampaignPreviewMessagesByPage": wTStaticVoucherCampaignPreviewMessagesByPage_1.WTStaticVoucherCampaignPreviewMessagesByPage,
|
|
854
|
+
"WTStaticVoucherCreateParams": wTStaticVoucherCreateParams_1.WTStaticVoucherCreateParams,
|
|
855
|
+
"WTStaticVoucherUpdateParams": wTStaticVoucherUpdateParams_1.WTStaticVoucherUpdateParams,
|
|
856
|
+
"WTSystemApprovePhoneNumber": wTSystemApprovePhoneNumber_1.WTSystemApprovePhoneNumber,
|
|
857
|
+
"WTSystemRoleCreate": wTSystemRoleCreate_1.WTSystemRoleCreate,
|
|
858
|
+
"WTTCPAOpt": wTTCPAOpt_1.WTTCPAOpt,
|
|
859
|
+
"WTTwilioRequestAuthyCode": wTTwilioRequestAuthyCode_1.WTTwilioRequestAuthyCode,
|
|
860
|
+
"WTTwilioVerifyAuthyCode": wTTwilioVerifyAuthyCode_1.WTTwilioVerifyAuthyCode,
|
|
861
|
+
"WTWalletConfigurationSaveWalletRecord": wTWalletConfigurationSaveWalletRecord_1.WTWalletConfigurationSaveWalletRecord,
|
|
862
|
+
"WTWalletItemRedemption": wTWalletItemRedemption_1.WTWalletItemRedemption,
|
|
863
|
+
"WTWalletObjectPrefixCounts": wTWalletObjectPrefixCounts_1.WTWalletObjectPrefixCounts,
|
|
864
|
+
"WTWalletPageView": wTWalletPageView_1.WTWalletPageView,
|
|
865
|
+
"WTWalletPageViewCount": wTWalletPageViewCount_1.WTWalletPageViewCount,
|
|
866
|
+
"WTWalletPageViewGeoPoint": wTWalletPageViewGeoPoint_1.WTWalletPageViewGeoPoint,
|
|
867
|
+
"WalletConfiguration": walletConfiguration_1.WalletConfiguration,
|
|
868
|
+
"WalletPageView": walletPageView_1.WalletPageView,
|
|
869
|
+
"Webpage": webpage_1.Webpage,
|
|
870
|
+
};
|
|
871
|
+
class ObjectSerializer {
|
|
872
|
+
static findCorrectType(data, expectedType) {
|
|
873
|
+
if (data == undefined) {
|
|
874
|
+
return expectedType;
|
|
875
|
+
}
|
|
876
|
+
else if (primitives.indexOf(expectedType.toLowerCase()) !== -1) {
|
|
877
|
+
return expectedType;
|
|
878
|
+
}
|
|
879
|
+
else if (expectedType === "Date") {
|
|
880
|
+
return expectedType;
|
|
881
|
+
}
|
|
882
|
+
else {
|
|
883
|
+
if (enumsMap[expectedType]) {
|
|
884
|
+
return expectedType;
|
|
885
|
+
}
|
|
886
|
+
if (!typeMap[expectedType]) {
|
|
887
|
+
return expectedType;
|
|
888
|
+
}
|
|
889
|
+
let discriminatorProperty = typeMap[expectedType].discriminator;
|
|
890
|
+
if (discriminatorProperty == null) {
|
|
891
|
+
return expectedType;
|
|
892
|
+
}
|
|
893
|
+
else {
|
|
894
|
+
if (data[discriminatorProperty]) {
|
|
895
|
+
var discriminatorType = data[discriminatorProperty];
|
|
896
|
+
if (typeMap[discriminatorType]) {
|
|
897
|
+
return discriminatorType;
|
|
898
|
+
}
|
|
899
|
+
else {
|
|
900
|
+
return expectedType;
|
|
901
|
+
}
|
|
902
|
+
}
|
|
903
|
+
else {
|
|
904
|
+
return expectedType;
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
static serialize(data, type) {
|
|
910
|
+
if (data == undefined) {
|
|
911
|
+
return data;
|
|
912
|
+
}
|
|
913
|
+
else if (primitives.indexOf(type.toLowerCase()) !== -1) {
|
|
914
|
+
return data;
|
|
915
|
+
}
|
|
916
|
+
else if (type.lastIndexOf("Array<", 0) === 0) {
|
|
917
|
+
let subType = type.replace("Array<", "");
|
|
918
|
+
subType = subType.substring(0, subType.length - 1);
|
|
919
|
+
let transformedData = [];
|
|
920
|
+
for (let index = 0; index < data.length; index++) {
|
|
921
|
+
let datum = data[index];
|
|
922
|
+
transformedData.push(ObjectSerializer.serialize(datum, subType));
|
|
923
|
+
}
|
|
924
|
+
return transformedData;
|
|
925
|
+
}
|
|
926
|
+
else if (type === "Date") {
|
|
927
|
+
return data.toISOString();
|
|
928
|
+
}
|
|
929
|
+
else {
|
|
930
|
+
if (enumsMap[type]) {
|
|
931
|
+
return data;
|
|
932
|
+
}
|
|
933
|
+
if (!typeMap[type]) {
|
|
934
|
+
return data;
|
|
935
|
+
}
|
|
936
|
+
type = this.findCorrectType(data, type);
|
|
937
|
+
let attributeTypes = typeMap[type].getAttributeTypeMap();
|
|
938
|
+
let instance = {};
|
|
939
|
+
for (let index = 0; index < attributeTypes.length; index++) {
|
|
940
|
+
let attributeType = attributeTypes[index];
|
|
941
|
+
instance[attributeType.baseName] = ObjectSerializer.serialize(data[attributeType.name], attributeType.type);
|
|
942
|
+
}
|
|
943
|
+
return instance;
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
static deserialize(data, type) {
|
|
947
|
+
type = ObjectSerializer.findCorrectType(data, type);
|
|
948
|
+
if (data == undefined) {
|
|
949
|
+
return data;
|
|
950
|
+
}
|
|
951
|
+
else if (primitives.indexOf(type.toLowerCase()) !== -1) {
|
|
952
|
+
return data;
|
|
953
|
+
}
|
|
954
|
+
else if (type.lastIndexOf("Array<", 0) === 0) {
|
|
955
|
+
let subType = type.replace("Array<", "");
|
|
956
|
+
subType = subType.substring(0, subType.length - 1);
|
|
957
|
+
let transformedData = [];
|
|
958
|
+
for (let index = 0; index < data.length; index++) {
|
|
959
|
+
let datum = data[index];
|
|
960
|
+
transformedData.push(ObjectSerializer.deserialize(datum, subType));
|
|
961
|
+
}
|
|
962
|
+
return transformedData;
|
|
963
|
+
}
|
|
964
|
+
else if (type === "Date") {
|
|
965
|
+
return new Date(data);
|
|
966
|
+
}
|
|
967
|
+
else {
|
|
968
|
+
if (enumsMap[type]) {
|
|
969
|
+
return data;
|
|
970
|
+
}
|
|
971
|
+
if (!typeMap[type]) {
|
|
972
|
+
return data;
|
|
973
|
+
}
|
|
974
|
+
let instance = new typeMap[type]();
|
|
975
|
+
let attributeTypes = typeMap[type].getAttributeTypeMap();
|
|
976
|
+
for (let index = 0; index < attributeTypes.length; index++) {
|
|
977
|
+
let attributeType = attributeTypes[index];
|
|
978
|
+
instance[attributeType.name] = ObjectSerializer.deserialize(data[attributeType.baseName], attributeType.type);
|
|
979
|
+
}
|
|
980
|
+
return instance;
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
exports.ObjectSerializer = ObjectSerializer;
|
|
985
|
+
class HttpBasicAuth {
|
|
986
|
+
constructor() {
|
|
987
|
+
this.username = '';
|
|
988
|
+
this.password = '';
|
|
989
|
+
}
|
|
990
|
+
applyToRequest(requestOptions) {
|
|
991
|
+
requestOptions.auth = {
|
|
992
|
+
username: this.username, password: this.password
|
|
993
|
+
};
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
exports.HttpBasicAuth = HttpBasicAuth;
|
|
997
|
+
class HttpBearerAuth {
|
|
998
|
+
constructor() {
|
|
999
|
+
this.accessToken = '';
|
|
1000
|
+
}
|
|
1001
|
+
applyToRequest(requestOptions) {
|
|
1002
|
+
if (requestOptions && requestOptions.headers) {
|
|
1003
|
+
const accessToken = typeof this.accessToken === 'function'
|
|
1004
|
+
? this.accessToken()
|
|
1005
|
+
: this.accessToken;
|
|
1006
|
+
requestOptions.headers["Authorization"] = "Bearer " + accessToken;
|
|
1007
|
+
}
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
exports.HttpBearerAuth = HttpBearerAuth;
|
|
1011
|
+
class ApiKeyAuth {
|
|
1012
|
+
constructor(location, paramName) {
|
|
1013
|
+
this.location = location;
|
|
1014
|
+
this.paramName = paramName;
|
|
1015
|
+
this.apiKey = '';
|
|
1016
|
+
}
|
|
1017
|
+
applyToRequest(requestOptions) {
|
|
1018
|
+
if (this.location == "query") {
|
|
1019
|
+
requestOptions.qs[this.paramName] = this.apiKey;
|
|
1020
|
+
}
|
|
1021
|
+
else if (this.location == "header" && requestOptions && requestOptions.headers) {
|
|
1022
|
+
requestOptions.headers[this.paramName] = this.apiKey;
|
|
1023
|
+
}
|
|
1024
|
+
else if (this.location == 'cookie' && requestOptions && requestOptions.headers) {
|
|
1025
|
+
if (requestOptions.headers['Cookie']) {
|
|
1026
|
+
requestOptions.headers['Cookie'] += '; ' + this.paramName + '=' + encodeURIComponent(this.apiKey);
|
|
1027
|
+
}
|
|
1028
|
+
else {
|
|
1029
|
+
requestOptions.headers['Cookie'] = this.paramName + '=' + encodeURIComponent(this.apiKey);
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
exports.ApiKeyAuth = ApiKeyAuth;
|
|
1035
|
+
class OAuth {
|
|
1036
|
+
constructor() {
|
|
1037
|
+
this.accessToken = '';
|
|
1038
|
+
}
|
|
1039
|
+
applyToRequest(requestOptions) {
|
|
1040
|
+
if (requestOptions && requestOptions.headers) {
|
|
1041
|
+
requestOptions.headers["Authorization"] = "Bearer " + this.accessToken;
|
|
1042
|
+
}
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
exports.OAuth = OAuth;
|
|
1046
|
+
class VoidAuth {
|
|
1047
|
+
constructor() {
|
|
1048
|
+
this.username = '';
|
|
1049
|
+
this.password = '';
|
|
1050
|
+
}
|
|
1051
|
+
applyToRequest(_) {
|
|
1052
|
+
}
|
|
1053
|
+
}
|
|
1054
|
+
exports.VoidAuth = VoidAuth;
|
|
1055
|
+
//# sourceMappingURL=models.js.map
|