wallet 2.1.534 → 2.1.600
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 +140 -41
- package/.openapi-generator/VERSION +1 -1
- package/api/a2PApi.ts +365 -0
- package/api/advertisementCreditsApi.ts +589 -0
- package/api/amenitiesApi.ts +447 -0
- package/api/analyticsApi.ts +7516 -0
- package/api/apis.ts +122 -0
- package/api/appleWalletSubscribersApi.ts +235 -0
- package/api/billingApi.ts +942 -0
- package/api/clubMembersPointsApi.ts +797 -0
- package/api/configurationApi.ts +296 -0
- package/api/countriesApi.ts +155 -0
- package/api/customerApi.ts +737 -0
- package/api/dashboardApi.ts +1557 -0
- package/api/diningApi.ts +447 -0
- package/api/dynamicVouchersApi.ts +742 -0
- package/api/emailSubscriberApi.ts +457 -0
- package/api/employeeAPIKeysApi.ts +448 -0
- package/api/employeeAccessApi.ts +165 -0
- package/api/employeesApi.ts +3270 -0
- package/api/gamingApi.ts +447 -0
- package/api/imageGridApi.ts +447 -0
- package/api/industriesApi.ts +280 -0
- package/api/infoGenesisReportsApi.ts +2004 -0
- package/api/integratedTerminalsApi.ts +447 -0
- package/api/interactionsApi.ts +1326 -0
- package/api/loginAndLogoutApi.ts +297 -0
- package/api/loungeApi.ts +447 -0
- package/api/membershipTiersApi.ts +728 -0
- package/api/merchantApi.ts +1992 -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 +1068 -0
- package/api/productsApi.ts +447 -0
- package/api/promotionCodesApi.ts +447 -0
- package/api/qRCodeDesignsApi.ts +520 -0
- package/api/quickLinksApi.ts +517 -0
- package/api/quickLinksSectionApi.ts +447 -0
- package/api/roomRatesApi.ts +447 -0
- package/api/sMSApi.ts +2893 -0
- package/api/servicesApi.ts +447 -0
- package/api/settingsApi.ts +220 -0
- package/api/shopifyTerminalApi.ts +309 -0
- package/api/smsSubscriberApi.ts +457 -0
- package/api/staticVoucherCampaignGroupsApi.ts +165 -0
- package/api/staticVoucherCampaignsApi.ts +1623 -0
- package/api/staticVouchersApi.ts +535 -0
- package/api/systemApi.ts +665 -0
- package/api/ticketApi.ts +451 -0
- package/api/transactionLedgerApi.ts +203 -0
- package/api/videosApi.ts +447 -0
- package/api/virtualBusinessCardApi.ts +586 -0
- package/api/webTerminalApi.ts +309 -0
- package/api/wixTerminalApi.ts +309 -0
- package/api/wooCommerceTerminalApi.ts +309 -0
- package/api.ts +1 -1
- package/dist/api/a2PApi.d.ts +58 -0
- package/dist/api/a2PApi.js +310 -0
- package/dist/api/a2PApi.js.map +1 -0
- package/dist/api/advertisementCreditsApi.d.ts +84 -0
- package/dist/api/advertisementCreditsApi.js +500 -0
- package/dist/api/advertisementCreditsApi.js.map +1 -0
- package/dist/api/amenitiesApi.d.ts +67 -0
- package/dist/api/amenitiesApi.js +378 -0
- package/dist/api/amenitiesApi.js.map +1 -0
- package/dist/api/analyticsApi.d.ts +705 -0
- package/dist/api/analyticsApi.js +6180 -0
- package/dist/api/analyticsApi.js.map +1 -0
- package/dist/api/apis.d.ts +120 -0
- package/dist/api/apis.js +127 -0
- package/dist/api/apis.js.map +1 -0
- package/dist/api/appleWalletSubscribersApi.d.ts +40 -0
- package/dist/api/appleWalletSubscribersApi.js +194 -0
- package/dist/api/appleWalletSubscribersApi.js.map +1 -0
- package/dist/api/billingApi.d.ts +132 -0
- package/dist/api/billingApi.js +833 -0
- package/dist/api/billingApi.js.map +1 -0
- package/dist/api/clubMembersPointsApi.d.ts +114 -0
- package/dist/api/clubMembersPointsApi.js +680 -0
- package/dist/api/clubMembersPointsApi.js.map +1 -0
- package/dist/api/configurationApi.d.ts +51 -0
- package/dist/api/configurationApi.js +249 -0
- package/dist/api/configurationApi.js.map +1 -0
- package/dist/api/countriesApi.d.ts +33 -0
- package/dist/api/countriesApi.js +127 -0
- package/dist/api/countriesApi.js.map +1 -0
- package/dist/api/customerApi.d.ts +100 -0
- package/dist/api/customerApi.js +631 -0
- package/dist/api/customerApi.js.map +1 -0
- package/dist/api/dashboardApi.d.ts +170 -0
- package/dist/api/dashboardApi.js +1303 -0
- package/dist/api/dashboardApi.js.map +1 -0
- package/dist/api/diningApi.d.ts +67 -0
- package/dist/api/diningApi.js +378 -0
- package/dist/api/diningApi.js.map +1 -0
- package/dist/api/dynamicVouchersApi.d.ts +102 -0
- package/dist/api/dynamicVouchersApi.js +630 -0
- package/dist/api/dynamicVouchersApi.js.map +1 -0
- package/dist/api/emailSubscriberApi.d.ts +67 -0
- package/dist/api/emailSubscriberApi.js +384 -0
- package/dist/api/emailSubscriberApi.js.map +1 -0
- package/dist/api/employeeAPIKeysApi.d.ts +68 -0
- package/dist/api/employeeAPIKeysApi.js +378 -0
- package/dist/api/employeeAPIKeysApi.js.map +1 -0
- package/dist/api/employeeAccessApi.d.ts +34 -0
- package/dist/api/employeeAccessApi.js +131 -0
- package/dist/api/employeeAccessApi.js.map +1 -0
- package/dist/api/employeesApi.d.ts +424 -0
- package/dist/api/employeesApi.js +2859 -0
- package/dist/api/employeesApi.js.map +1 -0
- package/dist/api/gamingApi.d.ts +67 -0
- package/dist/api/gamingApi.js +378 -0
- package/dist/api/gamingApi.js.map +1 -0
- package/dist/api/imageGridApi.d.ts +67 -0
- package/dist/api/imageGridApi.js +378 -0
- package/dist/api/imageGridApi.js.map +1 -0
- package/dist/api/industriesApi.d.ts +50 -0
- package/dist/api/industriesApi.js +241 -0
- package/dist/api/industriesApi.js.map +1 -0
- package/dist/api/infoGenesisReportsApi.d.ts +248 -0
- package/dist/api/infoGenesisReportsApi.js +1741 -0
- package/dist/api/infoGenesisReportsApi.js.map +1 -0
- package/dist/api/integratedTerminalsApi.d.ts +67 -0
- package/dist/api/integratedTerminalsApi.js +378 -0
- package/dist/api/integratedTerminalsApi.js.map +1 -0
- package/dist/api/interactionsApi.d.ts +175 -0
- package/dist/api/interactionsApi.js +1134 -0
- package/dist/api/interactionsApi.js.map +1 -0
- package/dist/api/loginAndLogoutApi.d.ts +51 -0
- package/dist/api/loginAndLogoutApi.js +249 -0
- package/dist/api/loginAndLogoutApi.js.map +1 -0
- package/dist/api/loungeApi.d.ts +67 -0
- package/dist/api/loungeApi.js +378 -0
- package/dist/api/loungeApi.js.map +1 -0
- package/dist/api/membershipTiersApi.d.ts +103 -0
- package/dist/api/membershipTiersApi.js +621 -0
- package/dist/api/membershipTiersApi.js.map +1 -0
- package/dist/api/merchantApi.d.ts +256 -0
- package/dist/api/merchantApi.js +1731 -0
- package/dist/api/merchantApi.js.map +1 -0
- package/dist/api/merchantCreditsApi.d.ts +114 -0
- package/dist/api/merchantCreditsApi.js +680 -0
- package/dist/api/merchantCreditsApi.js.map +1 -0
- package/dist/api/merchantURLsApi.d.ts +84 -0
- package/dist/api/merchantURLsApi.js +500 -0
- package/dist/api/merchantURLsApi.js.map +1 -0
- package/dist/api/mobileTerminalApi.d.ts +50 -0
- package/dist/api/mobileTerminalApi.js +257 -0
- package/dist/api/mobileTerminalApi.js.map +1 -0
- package/dist/api/newsApi.d.ts +67 -0
- package/dist/api/newsApi.js +378 -0
- package/dist/api/newsApi.js.map +1 -0
- package/dist/api/paymentDesignsApi.d.ts +75 -0
- package/dist/api/paymentDesignsApi.js +439 -0
- package/dist/api/paymentDesignsApi.js.map +1 -0
- package/dist/api/performancesApi.d.ts +136 -0
- package/dist/api/performancesApi.js +904 -0
- package/dist/api/performancesApi.js.map +1 -0
- package/dist/api/productsApi.d.ts +67 -0
- package/dist/api/productsApi.js +378 -0
- package/dist/api/productsApi.js.map +1 -0
- package/dist/api/promotionCodesApi.d.ts +67 -0
- package/dist/api/promotionCodesApi.js +378 -0
- package/dist/api/promotionCodesApi.js.map +1 -0
- package/dist/api/qRCodeDesignsApi.d.ts +76 -0
- package/dist/api/qRCodeDesignsApi.js +439 -0
- package/dist/api/qRCodeDesignsApi.js.map +1 -0
- package/dist/api/quickLinksApi.d.ts +76 -0
- package/dist/api/quickLinksApi.js +439 -0
- package/dist/api/quickLinksApi.js.map +1 -0
- package/dist/api/quickLinksSectionApi.d.ts +67 -0
- package/dist/api/quickLinksSectionApi.js +378 -0
- package/dist/api/quickLinksSectionApi.js.map +1 -0
- package/dist/api/roomRatesApi.d.ts +67 -0
- package/dist/api/roomRatesApi.js +378 -0
- package/dist/api/roomRatesApi.js.map +1 -0
- package/dist/api/sMSApi.d.ts +343 -0
- package/dist/api/sMSApi.js +2460 -0
- package/dist/api/sMSApi.js.map +1 -0
- package/dist/api/servicesApi.d.ts +67 -0
- package/dist/api/servicesApi.js +378 -0
- package/dist/api/servicesApi.js.map +1 -0
- package/dist/api/settingsApi.d.ts +42 -0
- package/dist/api/settingsApi.js +184 -0
- package/dist/api/settingsApi.js.map +1 -0
- package/dist/api/shopifyTerminalApi.d.ts +49 -0
- package/dist/api/shopifyTerminalApi.js +257 -0
- package/dist/api/shopifyTerminalApi.js.map +1 -0
- package/dist/api/smsSubscriberApi.d.ts +67 -0
- package/dist/api/smsSubscriberApi.js +384 -0
- package/dist/api/smsSubscriberApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignGroupsApi.d.ts +32 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js +131 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignsApi.d.ts +208 -0
- package/dist/api/staticVoucherCampaignsApi.js +1389 -0
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -0
- package/dist/api/staticVouchersApi.d.ts +76 -0
- package/dist/api/staticVouchersApi.js +448 -0
- package/dist/api/staticVouchersApi.js.map +1 -0
- package/dist/api/systemApi.d.ts +94 -0
- package/dist/api/systemApi.js +566 -0
- package/dist/api/systemApi.js.map +1 -0
- package/dist/api/ticketApi.d.ts +68 -0
- package/dist/api/ticketApi.js +379 -0
- package/dist/api/ticketApi.js.map +1 -0
- package/dist/api/transactionLedgerApi.d.ts +34 -0
- package/dist/api/transactionLedgerApi.js +154 -0
- package/dist/api/transactionLedgerApi.js.map +1 -0
- package/dist/api/videosApi.d.ts +67 -0
- package/dist/api/videosApi.js +378 -0
- package/dist/api/videosApi.js.map +1 -0
- package/dist/api/virtualBusinessCardApi.d.ts +84 -0
- package/dist/api/virtualBusinessCardApi.js +500 -0
- package/dist/api/virtualBusinessCardApi.js.map +1 -0
- package/dist/api/webTerminalApi.d.ts +49 -0
- package/dist/api/webTerminalApi.js +257 -0
- package/dist/api/webTerminalApi.js.map +1 -0
- package/dist/api/wixTerminalApi.d.ts +49 -0
- package/dist/api/wixTerminalApi.js +257 -0
- package/dist/api/wixTerminalApi.js.map +1 -0
- package/dist/api/wooCommerceTerminalApi.d.ts +49 -0
- package/dist/api/wooCommerceTerminalApi.js +257 -0
- package/dist/api/wooCommerceTerminalApi.js.map +1 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +8 -0
- package/dist/api.js.map +1 -0
- package/dist/examples/advertisementcredits.example.d.ts +1 -0
- package/dist/examples/advertisementcredits.example.js +70 -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 +79 -0
- package/dist/examples/clubmembers.example.js.map +1 -0
- package/dist/examples/constants.d.ts +6 -0
- package/dist/examples/constants.js +9 -0
- package/dist/examples/constants.js.map +1 -0
- package/dist/examples/dynamicvouchers.example.d.ts +1 -0
- package/dist/examples/dynamicvouchers.example.js +97 -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 +59 -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 +73 -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 +76 -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 +60 -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 +59 -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 +67 -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 +62 -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 +61 -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 +251 -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 +153 -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 +65 -0
- package/dist/examples/staticvouchers.example.js.map +1 -0
- package/dist/model/a2PApplicationSubmission.d.ts +58 -0
- package/dist/model/a2PApplicationSubmission.js +192 -0
- package/dist/model/a2PApplicationSubmission.js.map +1 -0
- package/dist/model/advertisementCredit.d.ts +28 -0
- package/dist/model/advertisementCredit.js +77 -0
- package/dist/model/advertisementCredit.js.map +1 -0
- package/dist/model/advertisementCreditBroadcast.d.ts +41 -0
- package/dist/model/advertisementCreditBroadcast.js +117 -0
- package/dist/model/advertisementCreditBroadcast.js.map +1 -0
- package/dist/model/advertisementCreditScan.d.ts +40 -0
- package/dist/model/advertisementCreditScan.js +127 -0
- package/dist/model/advertisementCreditScan.js.map +1 -0
- package/dist/model/amenity.d.ts +25 -0
- package/dist/model/amenity.js +67 -0
- package/dist/model/amenity.js.map +1 -0
- package/dist/model/announcement.d.ts +20 -0
- package/dist/model/announcement.js +47 -0
- package/dist/model/announcement.js.map +1 -0
- package/dist/model/applicableTerminals.d.ts +13 -0
- package/dist/model/applicableTerminals.js +11 -0
- package/dist/model/applicableTerminals.js.map +1 -0
- package/dist/model/authError.d.ts +18 -0
- package/dist/model/authError.js +37 -0
- package/dist/model/authError.js.map +1 -0
- package/dist/model/availablePhoneNumbersRequest.d.ts +15 -0
- package/dist/model/availablePhoneNumbersRequest.js +22 -0
- package/dist/model/availablePhoneNumbersRequest.js.map +1 -0
- package/dist/model/browserDetails.d.ts +18 -0
- package/dist/model/browserDetails.js +37 -0
- package/dist/model/browserDetails.js.map +1 -0
- package/dist/model/businessClassification.d.ts +6 -0
- package/dist/model/businessClassification.js +10 -0
- package/dist/model/businessClassification.js.map +1 -0
- package/dist/model/businessIndustry.d.ts +35 -0
- package/dist/model/businessIndustry.js +39 -0
- package/dist/model/businessIndustry.js.map +1 -0
- package/dist/model/businessRegionsOfOperation.d.ts +8 -0
- package/dist/model/businessRegionsOfOperation.js +12 -0
- package/dist/model/businessRegionsOfOperation.js.map +1 -0
- package/dist/model/businessRegistrationIdentifier.d.ts +12 -0
- package/dist/model/businessRegistrationIdentifier.js +16 -0
- package/dist/model/businessRegistrationIdentifier.js.map +1 -0
- package/dist/model/businessStockExchanges.d.ts +29 -0
- package/dist/model/businessStockExchanges.js +33 -0
- package/dist/model/businessStockExchanges.js.map +1 -0
- package/dist/model/businessType.d.ts +8 -0
- package/dist/model/businessType.js +12 -0
- package/dist/model/businessType.js.map +1 -0
- package/dist/model/claimTicketRequest.d.ts +14 -0
- package/dist/model/claimTicketRequest.js +17 -0
- package/dist/model/claimTicketRequest.js.map +1 -0
- package/dist/model/clickFunnelAmount.d.ts +15 -0
- package/dist/model/clickFunnelAmount.js +22 -0
- package/dist/model/clickFunnelAmount.js.map +1 -0
- package/dist/model/clickFunnelContact.d.ts +54 -0
- package/dist/model/clickFunnelContact.js +212 -0
- package/dist/model/clickFunnelContact.js.map +1 -0
- package/dist/model/clickFunnelContactProfile.d.ts +48 -0
- package/dist/model/clickFunnelContactProfile.js +187 -0
- package/dist/model/clickFunnelContactProfile.js.map +1 -0
- package/dist/model/clickFunnelEvent.d.ts +16 -0
- package/dist/model/clickFunnelEvent.js +22 -0
- package/dist/model/clickFunnelEvent.js.map +1 -0
- package/dist/model/clickFunnelOriginalAmount.d.ts +15 -0
- package/dist/model/clickFunnelOriginalAmount.js +22 -0
- package/dist/model/clickFunnelOriginalAmount.js.map +1 -0
- package/dist/model/clickFunnelProduct.d.ts +42 -0
- package/dist/model/clickFunnelProduct.js +152 -0
- package/dist/model/clickFunnelProduct.js.map +1 -0
- package/dist/model/clickFunnelPurchase.d.ts +41 -0
- package/dist/model/clickFunnelPurchase.js +137 -0
- package/dist/model/clickFunnelPurchase.js.map +1 -0
- package/dist/model/clickFunnelRegistration.d.ts +16 -0
- package/dist/model/clickFunnelRegistration.js +22 -0
- package/dist/model/clickFunnelRegistration.js.map +1 -0
- package/dist/model/countClaimedComps200Response.d.ts +15 -0
- package/dist/model/countClaimedComps200Response.js +22 -0
- package/dist/model/countClaimedComps200Response.js.map +1 -0
- package/dist/model/createFile200Response.d.ts +16 -0
- package/dist/model/createFile200Response.js +27 -0
- package/dist/model/createFile200Response.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +28 -0
- package/dist/model/createStaticVoucherCampaign.js +77 -0
- package/dist/model/createStaticVoucherCampaign.js.map +1 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +28 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +77 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -0
- package/dist/model/dashboardWidget.d.ts +29 -0
- package/dist/model/dashboardWidget.js +92 -0
- package/dist/model/dashboardWidget.js.map +1 -0
- package/dist/model/dining.d.ts +25 -0
- package/dist/model/dining.js +67 -0
- package/dist/model/dining.js.map +1 -0
- package/dist/model/document.d.ts +23 -0
- package/dist/model/document.js +62 -0
- package/dist/model/document.js.map +1 -0
- package/dist/model/duplicateRowFound.d.ts +18 -0
- package/dist/model/duplicateRowFound.js +37 -0
- package/dist/model/duplicateRowFound.js.map +1 -0
- package/dist/model/dynamicVoucher.d.ts +50 -0
- package/dist/model/dynamicVoucher.js +177 -0
- package/dist/model/dynamicVoucher.js.map +1 -0
- package/dist/model/dynamicVoucherBroadcast.d.ts +41 -0
- package/dist/model/dynamicVoucherBroadcast.js +117 -0
- package/dist/model/dynamicVoucherBroadcast.js.map +1 -0
- package/dist/model/dynamicVoucherBroadcastListType.d.ts +13 -0
- package/dist/model/dynamicVoucherBroadcastListType.js +11 -0
- package/dist/model/dynamicVoucherBroadcastListType.js.map +1 -0
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.d.ts +13 -0
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js +11 -0
- package/dist/model/dynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -0
- package/dist/model/emailSubscriber.d.ts +22 -0
- package/dist/model/emailSubscriber.js +52 -0
- package/dist/model/emailSubscriber.js.map +1 -0
- package/dist/model/employee.d.ts +47 -0
- package/dist/model/employee.js +162 -0
- package/dist/model/employee.js.map +1 -0
- package/dist/model/employeeAPIKey.d.ts +23 -0
- package/dist/model/employeeAPIKey.js +57 -0
- package/dist/model/employeeAPIKey.js.map +1 -0
- package/dist/model/employeeActivityLog.d.ts +20 -0
- package/dist/model/employeeActivityLog.js +47 -0
- package/dist/model/employeeActivityLog.js.map +1 -0
- package/dist/model/employeeAlert.d.ts +23 -0
- package/dist/model/employeeAlert.js +62 -0
- package/dist/model/employeeAlert.js.map +1 -0
- package/dist/model/employeeScheduleStartDay.d.ts +13 -0
- package/dist/model/employeeScheduleStartDay.js +11 -0
- package/dist/model/employeeScheduleStartDay.js.map +1 -0
- package/dist/model/employeeScheduleStartHour.d.ts +13 -0
- package/dist/model/employeeScheduleStartHour.js +11 -0
- package/dist/model/employeeScheduleStartHour.js.map +1 -0
- package/dist/model/employeeScheduleStartMeridiem.d.ts +13 -0
- package/dist/model/employeeScheduleStartMeridiem.js +11 -0
- package/dist/model/employeeScheduleStartMeridiem.js.map +1 -0
- package/dist/model/employeeScheduleStartMinute.d.ts +13 -0
- package/dist/model/employeeScheduleStartMinute.js +11 -0
- package/dist/model/employeeScheduleStartMinute.js.map +1 -0
- package/dist/model/entityTooLarge.d.ts +18 -0
- package/dist/model/entityTooLarge.js +37 -0
- package/dist/model/entityTooLarge.js.map +1 -0
- package/dist/model/exportDataFile.d.ts +23 -0
- package/dist/model/exportDataFile.js +62 -0
- package/dist/model/exportDataFile.js.map +1 -0
- package/dist/model/falsumError.d.ts +16 -0
- package/dist/model/falsumError.js +22 -0
- package/dist/model/falsumError.js.map +1 -0
- package/dist/model/falsumField.d.ts +16 -0
- package/dist/model/falsumField.js +27 -0
- package/dist/model/falsumField.js.map +1 -0
- package/dist/model/feature.d.ts +22 -0
- package/dist/model/feature.js +57 -0
- package/dist/model/feature.js.map +1 -0
- package/dist/model/fetchAllCountries200ResponseInner.d.ts +17 -0
- package/dist/model/fetchAllCountries200ResponseInner.js +32 -0
- package/dist/model/fetchAllCountries200ResponseInner.js.map +1 -0
- package/dist/model/fetchAllLedgerTransactions200Response.d.ts +17 -0
- package/dist/model/fetchAllLedgerTransactions200Response.js +27 -0
- package/dist/model/fetchAllLedgerTransactions200Response.js.map +1 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.d.ts +28 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js +77 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js.map +1 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.d.ts +13 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js +11 -0
- package/dist/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.js.map +1 -0
- package/dist/model/fetchCustomerTicketsWithTokenRequest.d.ts +15 -0
- package/dist/model/fetchCustomerTicketsWithTokenRequest.js +22 -0
- package/dist/model/fetchCustomerTicketsWithTokenRequest.js.map +1 -0
- package/dist/model/fetchDomainsByIndustry200Response.d.ts +20 -0
- package/dist/model/fetchDomainsByIndustry200Response.js +47 -0
- package/dist/model/fetchDomainsByIndustry200Response.js.map +1 -0
- package/dist/model/fetchImportedListRecipientsByPage200Response.d.ts +17 -0
- package/dist/model/fetchImportedListRecipientsByPage200Response.js +27 -0
- package/dist/model/fetchImportedListRecipientsByPage200Response.js.map +1 -0
- package/dist/model/fetchInboundSMSByPage200Response.d.ts +17 -0
- package/dist/model/fetchInboundSMSByPage200Response.js +27 -0
- package/dist/model/fetchInboundSMSByPage200Response.js.map +1 -0
- package/dist/model/fetchIndustry200Response.d.ts +19 -0
- package/dist/model/fetchIndustry200Response.js +37 -0
- package/dist/model/fetchIndustry200Response.js.map +1 -0
- package/dist/model/fetchMembersCount200Response.d.ts +14 -0
- package/dist/model/fetchMembersCount200Response.js +17 -0
- package/dist/model/fetchMembersCount200Response.js.map +1 -0
- package/dist/model/fetchOptInListSubscribersByPage200Response.d.ts +17 -0
- package/dist/model/fetchOptInListSubscribersByPage200Response.js +27 -0
- package/dist/model/fetchOptInListSubscribersByPage200Response.js.map +1 -0
- package/dist/model/fetchOutboundSMSByPage200Response.d.ts +17 -0
- package/dist/model/fetchOutboundSMSByPage200Response.js +27 -0
- package/dist/model/fetchOutboundSMSByPage200Response.js.map +1 -0
- package/dist/model/fetchPerformanceTicketsPage200Response.d.ts +16 -0
- package/dist/model/fetchPerformanceTicketsPage200Response.js +22 -0
- package/dist/model/fetchPerformanceTicketsPage200Response.js.map +1 -0
- package/dist/model/fetchStaticVouchersPage200Response.d.ts +16 -0
- package/dist/model/fetchStaticVouchersPage200Response.js +22 -0
- package/dist/model/fetchStaticVouchersPage200Response.js.map +1 -0
- package/dist/model/forbiddenRequest.d.ts +18 -0
- package/dist/model/forbiddenRequest.js +37 -0
- package/dist/model/forbiddenRequest.js.map +1 -0
- package/dist/model/foreignKeyDoesNotExist.d.ts +18 -0
- package/dist/model/foreignKeyDoesNotExist.js +37 -0
- package/dist/model/foreignKeyDoesNotExist.js.map +1 -0
- package/dist/model/gaming.d.ts +25 -0
- package/dist/model/gaming.js +67 -0
- package/dist/model/gaming.js.map +1 -0
- package/dist/model/helpDeskRequest.d.ts +24 -0
- package/dist/model/helpDeskRequest.js +62 -0
- package/dist/model/helpDeskRequest.js.map +1 -0
- package/dist/model/imageGrid.d.ts +24 -0
- package/dist/model/imageGrid.js +62 -0
- package/dist/model/imageGrid.js.map +1 -0
- package/dist/model/importTicketsRequest.d.ts +15 -0
- package/dist/model/importTicketsRequest.js +17 -0
- package/dist/model/importTicketsRequest.js.map +1 -0
- package/dist/model/importedList.d.ts +22 -0
- package/dist/model/importedList.js +52 -0
- package/dist/model/importedList.js.map +1 -0
- package/dist/model/importedListRecipient.d.ts +22 -0
- package/dist/model/importedListRecipient.js +52 -0
- package/dist/model/importedListRecipient.js.map +1 -0
- package/dist/model/inboundSMS.d.ts +50 -0
- package/dist/model/inboundSMS.js +192 -0
- package/dist/model/inboundSMS.js.map +1 -0
- package/dist/model/internalServerError.d.ts +18 -0
- package/dist/model/internalServerError.js +37 -0
- package/dist/model/internalServerError.js.map +1 -0
- package/dist/model/jobPosition.d.ts +9 -0
- package/dist/model/jobPosition.js +13 -0
- package/dist/model/jobPosition.js.map +1 -0
- package/dist/model/ledgerEntry.d.ts +42 -0
- package/dist/model/ledgerEntry.js +137 -0
- package/dist/model/ledgerEntry.js.map +1 -0
- package/dist/model/ledgerEntryParentObjectID.d.ts +13 -0
- package/dist/model/ledgerEntryParentObjectID.js +11 -0
- package/dist/model/ledgerEntryParentObjectID.js.map +1 -0
- package/dist/model/ledgerEntryTransactionType.d.ts +13 -0
- package/dist/model/ledgerEntryTransactionType.js +11 -0
- package/dist/model/ledgerEntryTransactionType.js.map +1 -0
- package/dist/model/linkBook.d.ts +25 -0
- package/dist/model/linkBook.js +62 -0
- package/dist/model/linkBook.js.map +1 -0
- package/dist/model/linkBookSection.d.ts +21 -0
- package/dist/model/linkBookSection.js +47 -0
- package/dist/model/linkBookSection.js.map +1 -0
- package/dist/model/loginStatus200Response.d.ts +21 -0
- package/dist/model/loginStatus200Response.js +33 -0
- package/dist/model/loginStatus200Response.js.map +1 -0
- package/dist/model/loginStatus200ResponseAnyOf.d.ts +15 -0
- package/dist/model/loginStatus200ResponseAnyOf.js +22 -0
- package/dist/model/loginStatus200ResponseAnyOf.js.map +1 -0
- package/dist/model/lounge.d.ts +25 -0
- package/dist/model/lounge.js +67 -0
- package/dist/model/lounge.js.map +1 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +22 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +22 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +22 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +22 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +22 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSMemberHistory.d.ts +26 -0
- package/dist/model/mSMemberHistory.js +77 -0
- package/dist/model/mSMemberHistory.js.map +1 -0
- package/dist/model/mSMemberHistoryPagination.d.ts +17 -0
- package/dist/model/mSMemberHistoryPagination.js +27 -0
- package/dist/model/mSMemberHistoryPagination.js.map +1 -0
- package/dist/model/mSMemberRedemption.d.ts +25 -0
- package/dist/model/mSMemberRedemption.js +62 -0
- package/dist/model/mSMemberRedemption.js.map +1 -0
- package/dist/model/mSMemberRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMemberRedemptionPagination.js +27 -0
- package/dist/model/mSMemberRedemptionPagination.js.map +1 -0
- package/dist/model/mSMemberRedemptionTransactionType.d.ts +13 -0
- package/dist/model/mSMemberRedemptionTransactionType.js +11 -0
- package/dist/model/mSMemberRedemptionTransactionType.js.map +1 -0
- package/dist/model/mSMembershipTierHistory.d.ts +23 -0
- package/dist/model/mSMembershipTierHistory.js +62 -0
- package/dist/model/mSMembershipTierHistory.js.map +1 -0
- package/dist/model/mSMembershipTierHistoryPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierHistoryPagination.js +27 -0
- package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -0
- package/dist/model/mSMembershipTierRedemption.d.ts +26 -0
- package/dist/model/mSMembershipTierRedemption.js +67 -0
- package/dist/model/mSMembershipTierRedemption.js.map +1 -0
- package/dist/model/mSMembershipTierRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js +27 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditHistory.d.ts +21 -0
- package/dist/model/mSMerchantCreditHistory.js +52 -0
- package/dist/model/mSMerchantCreditHistory.js.map +1 -0
- package/dist/model/mSMerchantCreditHistoryPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js +27 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemption.d.ts +25 -0
- package/dist/model/mSMerchantCreditRedemption.js +62 -0
- package/dist/model/mSMerchantCreditRedemption.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js +27 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -0
- package/dist/model/mediaFile.d.ts +23 -0
- package/dist/model/mediaFile.js +62 -0
- package/dist/model/mediaFile.js.map +1 -0
- package/dist/model/member.d.ts +27 -0
- package/dist/model/member.js +82 -0
- package/dist/model/member.js.map +1 -0
- package/dist/model/memberSearch.d.ts +23 -0
- package/dist/model/memberSearch.js +47 -0
- package/dist/model/memberSearch.js.map +1 -0
- package/dist/model/memberSearchSearchKey.d.ts +13 -0
- package/dist/model/memberSearchSearchKey.js +11 -0
- package/dist/model/memberSearchSearchKey.js.map +1 -0
- package/dist/model/memberSearchSortKey.d.ts +13 -0
- package/dist/model/memberSearchSortKey.js +11 -0
- package/dist/model/memberSearchSortKey.js.map +1 -0
- package/dist/model/merchant.d.ts +40 -0
- package/dist/model/merchant.js +147 -0
- package/dist/model/merchant.js.map +1 -0
- package/dist/model/merchantCreditSearch.d.ts +17 -0
- package/dist/model/merchantCreditSearch.js +32 -0
- package/dist/model/merchantCreditSearch.js.map +1 -0
- package/dist/model/merchantNotInitialized.d.ts +18 -0
- package/dist/model/merchantNotInitialized.js +37 -0
- package/dist/model/merchantNotInitialized.js.map +1 -0
- package/dist/model/merchantURL.d.ts +21 -0
- package/dist/model/merchantURL.js +47 -0
- package/dist/model/merchantURL.js.map +1 -0
- package/dist/model/message.d.ts +22 -0
- package/dist/model/message.js +52 -0
- package/dist/model/message.js.map +1 -0
- package/dist/model/messageDirection.d.ts +13 -0
- package/dist/model/messageDirection.js +11 -0
- package/dist/model/messageDirection.js.map +1 -0
- package/dist/model/messageStatus.d.ts +13 -0
- package/dist/model/messageStatus.js +11 -0
- package/dist/model/messageStatus.js.map +1 -0
- package/dist/model/models.d.ts +417 -0
- package/dist/model/models.js +1323 -0
- package/dist/model/models.js.map +1 -0
- package/dist/model/moduleError.d.ts +35 -0
- package/dist/model/moduleError.js +122 -0
- package/dist/model/moduleError.js.map +1 -0
- package/dist/model/newsArticle.d.ts +25 -0
- package/dist/model/newsArticle.js +67 -0
- package/dist/model/newsArticle.js.map +1 -0
- package/dist/model/optInList.d.ts +32 -0
- package/dist/model/optInList.js +102 -0
- package/dist/model/optInList.js.map +1 -0
- package/dist/model/optInListSource.d.ts +22 -0
- package/dist/model/optInListSource.js +52 -0
- package/dist/model/optInListSource.js.map +1 -0
- package/dist/model/optInListSubscriber.d.ts +31 -0
- package/dist/model/optInListSubscriber.js +87 -0
- package/dist/model/optInListSubscriber.js.map +1 -0
- package/dist/model/outboundSMS.d.ts +38 -0
- package/dist/model/outboundSMS.js +122 -0
- package/dist/model/outboundSMS.js.map +1 -0
- package/dist/model/paginatedWTMembers.d.ts +17 -0
- package/dist/model/paginatedWTMembers.js +27 -0
- package/dist/model/paginatedWTMembers.js.map +1 -0
- package/dist/model/paginatedWTMerchantCredits.d.ts +17 -0
- package/dist/model/paginatedWTMerchantCredits.js +27 -0
- package/dist/model/paginatedWTMerchantCredits.js.map +1 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.d.ts +16 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +27 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -0
- package/dist/model/paginationRequestWithSortOptions.d.ts +24 -0
- package/dist/model/paginationRequestWithSortOptions.js +43 -0
- package/dist/model/paginationRequestWithSortOptions.js.map +1 -0
- package/dist/model/paginationRequestWithSortOptionsSortOrder.d.ts +13 -0
- package/dist/model/paginationRequestWithSortOptionsSortOrder.js +11 -0
- package/dist/model/paginationRequestWithSortOptionsSortOrder.js.map +1 -0
- package/dist/model/paymentDesign.d.ts +34 -0
- package/dist/model/paymentDesign.js +107 -0
- package/dist/model/paymentDesign.js.map +1 -0
- package/dist/model/performance.d.ts +31 -0
- package/dist/model/performance.js +97 -0
- package/dist/model/performance.js.map +1 -0
- package/dist/model/phoneNumber.d.ts +36 -0
- package/dist/model/phoneNumber.js +122 -0
- package/dist/model/phoneNumber.js.map +1 -0
- package/dist/model/phoneNumberCapabilities.d.ts +17 -0
- package/dist/model/phoneNumberCapabilities.js +32 -0
- package/dist/model/phoneNumberCapabilities.js.map +1 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.d.ts +27 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js +77 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +26 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +72 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +22 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +22 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +20 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +47 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +25 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +72 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.d.ts +15 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +22 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +20 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +47 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +18 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +32 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.d.ts +15 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +22 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.d.ts +15 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +22 -0
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.d.ts +17 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +32 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.d.ts +25 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +72 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.d.ts +24 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js +67 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +22 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js +52 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.d.ts +13 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js +11 -0
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.js.map +1 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.d.ts +27 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +82 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.d.ts +16 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +27 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +36 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +117 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.d.ts +13 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js +11 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.d.ts +13 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js +11 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.d.ts +19 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +37 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +33 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +97 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +19 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +37 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +26 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +72 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.d.ts +13 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js +11 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.js.map +1 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +32 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +107 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.d.ts +27 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js +77 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +27 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +77 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.d.ts +13 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js +11 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.js.map +1 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +38 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +122 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.d.ts +13 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js +11 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.js.map +1 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.d.ts +13 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js +11 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.js.map +1 -0
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.d.ts +16 -0
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js +27 -0
- package/dist/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +33 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +92 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.d.ts +21 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js +52 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js.map +1 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.d.ts +16 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +27 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.d.ts +15 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +22 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.d.ts +19 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +42 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +36 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +102 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.d.ts +13 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js +11 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.js.map +1 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.d.ts +13 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js +11 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.js.map +1 -0
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.d.ts +14 -0
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js +17 -0
- package/dist/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +27 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +77 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.d.ts +16 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +27 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -0
- package/dist/model/plan.d.ts +20 -0
- package/dist/model/plan.js +42 -0
- package/dist/model/plan.js.map +1 -0
- package/dist/model/portalPage.d.ts +69 -0
- package/dist/model/portalPage.js +73 -0
- package/dist/model/portalPage.js.map +1 -0
- package/dist/model/presignedPost.d.ts +16 -0
- package/dist/model/presignedPost.js +22 -0
- package/dist/model/presignedPost.js.map +1 -0
- package/dist/model/presignedPostFields.d.ts +11 -0
- package/dist/model/presignedPostFields.js +22 -0
- package/dist/model/presignedPostFields.js.map +1 -0
- package/dist/model/product.d.ts +22 -0
- package/dist/model/product.js +52 -0
- package/dist/model/product.js.map +1 -0
- package/dist/model/profileStatuses.d.ts +7 -0
- package/dist/model/profileStatuses.js +11 -0
- package/dist/model/profileStatuses.js.map +1 -0
- package/dist/model/promoCode.d.ts +27 -0
- package/dist/model/promoCode.js +77 -0
- package/dist/model/promoCode.js.map +1 -0
- package/dist/model/qRCodeDesign.d.ts +30 -0
- package/dist/model/qRCodeDesign.js +92 -0
- package/dist/model/qRCodeDesign.js.map +1 -0
- package/dist/model/reachPerformanceStats.d.ts +24 -0
- package/dist/model/reachPerformanceStats.js +67 -0
- package/dist/model/reachPerformanceStats.js.map +1 -0
- package/dist/model/request.d.ts +67 -0
- package/dist/model/request.js +282 -0
- package/dist/model/request.js.map +1 -0
- package/dist/model/response.d.ts +20 -0
- package/dist/model/response.js +47 -0
- package/dist/model/response.js.map +1 -0
- package/dist/model/role.d.ts +30 -0
- package/dist/model/role.js +87 -0
- package/dist/model/role.js.map +1 -0
- package/dist/model/roleAuditLog.d.ts +25 -0
- package/dist/model/roleAuditLog.js +72 -0
- package/dist/model/roleAuditLog.js.map +1 -0
- package/dist/model/roomRate.d.ts +25 -0
- package/dist/model/roomRate.js +67 -0
- package/dist/model/roomRate.js.map +1 -0
- package/dist/model/sSImportedListRecipientCreateParams.d.ts +15 -0
- package/dist/model/sSImportedListRecipientCreateParams.js +22 -0
- package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -0
- package/dist/model/sSOptInSource.d.ts +21 -0
- package/dist/model/sSOptInSource.js +52 -0
- package/dist/model/sSOptInSource.js.map +1 -0
- package/dist/model/sSOutboundStatuses.d.ts +13 -0
- package/dist/model/sSOutboundStatuses.js +11 -0
- package/dist/model/sSOutboundStatuses.js.map +1 -0
- package/dist/model/saveMerchantCreditPaymentDesignRequest.d.ts +14 -0
- package/dist/model/saveMerchantCreditPaymentDesignRequest.js +17 -0
- package/dist/model/saveMerchantCreditPaymentDesignRequest.js.map +1 -0
- package/dist/model/saveTicketSettingsRequest.d.ts +18 -0
- package/dist/model/saveTicketSettingsRequest.js +32 -0
- package/dist/model/saveTicketSettingsRequest.js.map +1 -0
- package/dist/model/saveTicketSettingsRequestPaymentDesignID.d.ts +13 -0
- package/dist/model/saveTicketSettingsRequestPaymentDesignID.js +11 -0
- package/dist/model/saveTicketSettingsRequestPaymentDesignID.js.map +1 -0
- package/dist/model/service.d.ts +25 -0
- package/dist/model/service.js +67 -0
- package/dist/model/service.js.map +1 -0
- package/dist/model/simpleSMSBroadcast.d.ts +39 -0
- package/dist/model/simpleSMSBroadcast.js +112 -0
- package/dist/model/simpleSMSBroadcast.js.map +1 -0
- package/dist/model/smsSubscriber.d.ts +20 -0
- package/dist/model/smsSubscriber.js +42 -0
- package/dist/model/smsSubscriber.js.map +1 -0
- package/dist/model/staticVoucher.d.ts +49 -0
- package/dist/model/staticVoucher.js +172 -0
- package/dist/model/staticVoucher.js.map +1 -0
- package/dist/model/staticVoucherCampaign.d.ts +40 -0
- package/dist/model/staticVoucherCampaign.js +137 -0
- package/dist/model/staticVoucherCampaign.js.map +1 -0
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +38 -0
- package/dist/model/staticVoucherCampaignBroadcast.js +107 -0
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -0
- package/dist/model/staticVoucherCampaignGroup.d.ts +24 -0
- package/dist/model/staticVoucherCampaignGroup.js +62 -0
- package/dist/model/staticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/staticVoucherCampaignUpdate.d.ts +23 -0
- package/dist/model/staticVoucherCampaignUpdate.js +57 -0
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -0
- package/dist/model/status.d.ts +13 -0
- package/dist/model/status.js +11 -0
- package/dist/model/status.js.map +1 -0
- package/dist/model/subscriptionFeature.d.ts +22 -0
- package/dist/model/subscriptionFeature.js +57 -0
- package/dist/model/subscriptionFeature.js.map +1 -0
- package/dist/model/subscriptionPlan.d.ts +22 -0
- package/dist/model/subscriptionPlan.js +47 -0
- package/dist/model/subscriptionPlan.js.map +1 -0
- package/dist/model/subscriptionProduct.d.ts +26 -0
- package/dist/model/subscriptionProduct.js +67 -0
- package/dist/model/subscriptionProduct.js.map +1 -0
- package/dist/model/tcpa.d.ts +21 -0
- package/dist/model/tcpa.js +47 -0
- package/dist/model/tcpa.js.map +1 -0
- package/dist/model/ticket.d.ts +34 -0
- package/dist/model/ticket.js +112 -0
- package/dist/model/ticket.js.map +1 -0
- package/dist/model/trustBundleStatuses.d.ts +7 -0
- package/dist/model/trustBundleStatuses.js +11 -0
- package/dist/model/trustBundleStatuses.js.map +1 -0
- package/dist/model/updateEmailNotificationPreferenceRequest.d.ts +14 -0
- package/dist/model/updateEmailNotificationPreferenceRequest.js +17 -0
- package/dist/model/updateEmailNotificationPreferenceRequest.js.map +1 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +28 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +77 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.d.ts +13 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js +11 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucherVoucherID.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessage.d.ts +16 -0
- package/dist/model/vSCampaignGeneratedMessage.js +27 -0
- package/dist/model/vSCampaignGeneratedMessage.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.d.ts +17 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js +27 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -0
- package/dist/model/vSDynamicVoucherStatus.d.ts +13 -0
- package/dist/model/vSDynamicVoucherStatus.js +11 -0
- package/dist/model/vSDynamicVoucherStatus.js.map +1 -0
- package/dist/model/video.d.ts +24 -0
- package/dist/model/video.js +62 -0
- package/dist/model/video.js.map +1 -0
- package/dist/model/virtualBusinessCard.d.ts +32 -0
- package/dist/model/virtualBusinessCard.js +102 -0
- package/dist/model/virtualBusinessCard.js.map +1 -0
- package/dist/model/wTA2PApplicationUpdateParams.d.ts +46 -0
- package/dist/model/wTA2PApplicationUpdateParams.js +132 -0
- package/dist/model/wTA2PApplicationUpdateParams.js.map +1 -0
- package/dist/model/wTAdvertisementCredit.d.ts +28 -0
- package/dist/model/wTAdvertisementCredit.js +77 -0
- package/dist/model/wTAdvertisementCredit.js.map +1 -0
- package/dist/model/wTAdvertisementCreditCreateParams.d.ts +19 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js +37 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -0
- package/dist/model/wTAdvertisementCreditScan.d.ts +40 -0
- package/dist/model/wTAdvertisementCreditScan.js +127 -0
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +19 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js +37 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -0
- package/dist/model/wTAmenityCreateParams.d.ts +19 -0
- package/dist/model/wTAmenityCreateParams.js +42 -0
- package/dist/model/wTAmenityCreateParams.js.map +1 -0
- package/dist/model/wTAmenityUpdateParams.d.ts +19 -0
- package/dist/model/wTAmenityUpdateParams.js +42 -0
- package/dist/model/wTAmenityUpdateParams.js.map +1 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +19 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +23 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -0
- package/dist/model/wTAuthenticationForgotPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationForgotPassword.js +17 -0
- package/dist/model/wTAuthenticationForgotPassword.js.map +1 -0
- package/dist/model/wTAuthenticationLoginRequest.d.ts +15 -0
- package/dist/model/wTAuthenticationLoginRequest.js +22 -0
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -0
- package/dist/model/wTAuthenticationLoginResponse.d.ts +29 -0
- package/dist/model/wTAuthenticationLoginResponse.js +92 -0
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -0
- package/dist/model/wTAuthenticationRegister.d.ts +29 -0
- package/dist/model/wTAuthenticationRegister.js +92 -0
- package/dist/model/wTAuthenticationRegister.js.map +1 -0
- package/dist/model/wTAuthenticationRequestResetPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js +17 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationResetPassword.d.ts +16 -0
- package/dist/model/wTAuthenticationResetPassword.js +27 -0
- package/dist/model/wTAuthenticationResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +17 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +32 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -0
- package/dist/model/wTBillingChangePlan.d.ts +14 -0
- package/dist/model/wTBillingChangePlan.js +17 -0
- package/dist/model/wTBillingChangePlan.js.map +1 -0
- package/dist/model/wTBillingSavePaymentMethod.d.ts +14 -0
- package/dist/model/wTBillingSavePaymentMethod.js +17 -0
- package/dist/model/wTBillingSavePaymentMethod.js.map +1 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +16 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +22 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -0
- package/dist/model/wTCountResult.d.ts +14 -0
- package/dist/model/wTCountResult.js +17 -0
- package/dist/model/wTCountResult.js.map +1 -0
- package/dist/model/wTCustomerSearchByMemberID.d.ts +14 -0
- package/dist/model/wTCustomerSearchByMemberID.js +17 -0
- package/dist/model/wTCustomerSearchByMemberID.js.map +1 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +14 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js +17 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -0
- package/dist/model/wTDiningCreateParams.d.ts +19 -0
- package/dist/model/wTDiningCreateParams.js +42 -0
- package/dist/model/wTDiningCreateParams.js.map +1 -0
- package/dist/model/wTDiningUpdateParams.d.ts +19 -0
- package/dist/model/wTDiningUpdateParams.js +42 -0
- package/dist/model/wTDiningUpdateParams.js.map +1 -0
- package/dist/model/wTDynamicVoucher.d.ts +50 -0
- package/dist/model/wTDynamicVoucher.js +177 -0
- package/dist/model/wTDynamicVoucher.js.map +1 -0
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherCreateParams.js +72 -0
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -0
- package/dist/model/wTDynamicVoucherRedemption.d.ts +39 -0
- package/dist/model/wTDynamicVoucherRedemption.js +122 -0
- package/dist/model/wTDynamicVoucherRedemption.js.map +1 -0
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.d.ts +13 -0
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.js +11 -0
- package/dist/model/wTDynamicVoucherRedemptionTransactionType.js.map +1 -0
- package/dist/model/wTDynamicVoucherSummary.d.ts +38 -0
- package/dist/model/wTDynamicVoucherSummary.js +132 -0
- package/dist/model/wTDynamicVoucherSummary.js.map +1 -0
- package/dist/model/wTDynamicVoucherSummaryStatus.d.ts +13 -0
- package/dist/model/wTDynamicVoucherSummaryStatus.js +11 -0
- package/dist/model/wTDynamicVoucherSummaryStatus.js.map +1 -0
- package/dist/model/wTDynamicVoucherUpdateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js +72 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTEmailSubscriberCreateParams.d.ts +16 -0
- package/dist/model/wTEmailSubscriberCreateParams.js +27 -0
- package/dist/model/wTEmailSubscriberCreateParams.js.map +1 -0
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.d.ts +17 -0
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js +32 -0
- package/dist/model/wTEmailSubscriberCreateParamsWalletUI.js.map +1 -0
- package/dist/model/wTEmailSubscriberUpdateParams.d.ts +16 -0
- package/dist/model/wTEmailSubscriberUpdateParams.js +27 -0
- package/dist/model/wTEmailSubscriberUpdateParams.js.map +1 -0
- package/dist/model/wTEmployee.d.ts +47 -0
- package/dist/model/wTEmployee.js +162 -0
- package/dist/model/wTEmployee.js.map +1 -0
- package/dist/model/wTEmployeeAPIKey.d.ts +23 -0
- package/dist/model/wTEmployeeAPIKey.js +57 -0
- package/dist/model/wTEmployeeAPIKey.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js +22 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js +22 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -0
- package/dist/model/wTEmployeeCreate.d.ts +34 -0
- package/dist/model/wTEmployeeCreate.js +97 -0
- package/dist/model/wTEmployeeCreate.js.map +1 -0
- package/dist/model/wTEmployeeCreateDocument.d.ts +16 -0
- package/dist/model/wTEmployeeCreateDocument.js +27 -0
- package/dist/model/wTEmployeeCreateDocument.js.map +1 -0
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +16 -0
- package/dist/model/wTEmployeeCreateMediaFile.js +27 -0
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +14 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +17 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/wTEmployeeFileCreate.d.ts +15 -0
- package/dist/model/wTEmployeeFileCreate.js +22 -0
- package/dist/model/wTEmployeeFileCreate.js.map +1 -0
- package/dist/model/wTEmployeeImportRecords.d.ts +15 -0
- package/dist/model/wTEmployeeImportRecords.js +22 -0
- package/dist/model/wTEmployeeImportRecords.js.map +1 -0
- package/dist/model/wTEmployeeNotification.d.ts +18 -0
- package/dist/model/wTEmployeeNotification.js +32 -0
- package/dist/model/wTEmployeeNotification.js.map +1 -0
- package/dist/model/wTEmployeeNotificationType.d.ts +13 -0
- package/dist/model/wTEmployeeNotificationType.js +11 -0
- package/dist/model/wTEmployeeNotificationType.js.map +1 -0
- package/dist/model/wTEmployeePeerRoles.d.ts +14 -0
- package/dist/model/wTEmployeePeerRoles.js +17 -0
- package/dist/model/wTEmployeePeerRoles.js.map +1 -0
- package/dist/model/wTEmployeeS3FilePresign.d.ts +17 -0
- package/dist/model/wTEmployeeS3FilePresign.js +27 -0
- package/dist/model/wTEmployeeS3FilePresign.js.map +1 -0
- package/dist/model/wTEmployeeS3FilePresignContext.d.ts +13 -0
- package/dist/model/wTEmployeeS3FilePresignContext.js +11 -0
- package/dist/model/wTEmployeeS3FilePresignContext.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +20 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +47 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +20 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js +42 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.d.ts +13 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.js +11 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSListType.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +18 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +37 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +16 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +27 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -0
- package/dist/model/wTEmployeeUpdate.d.ts +33 -0
- package/dist/model/wTEmployeeUpdate.js +92 -0
- package/dist/model/wTEmployeeUpdate.js.map +1 -0
- package/dist/model/wTEmployeeUpdateRecords.d.ts +15 -0
- package/dist/model/wTEmployeeUpdateRecords.js +22 -0
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -0
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.d.ts +18 -0
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.js +37 -0
- package/dist/model/wTFetchWalletPaymentObjectsWithToken.js.map +1 -0
- package/dist/model/wTGamingCreateParams.d.ts +19 -0
- package/dist/model/wTGamingCreateParams.js +42 -0
- package/dist/model/wTGamingCreateParams.js.map +1 -0
- package/dist/model/wTGamingUpdateParams.d.ts +19 -0
- package/dist/model/wTGamingUpdateParams.js +42 -0
- package/dist/model/wTGamingUpdateParams.js.map +1 -0
- package/dist/model/wTImageGridCreateParams.d.ts +18 -0
- package/dist/model/wTImageGridCreateParams.js +37 -0
- package/dist/model/wTImageGridCreateParams.js.map +1 -0
- package/dist/model/wTImageGridUpdateParams.d.ts +18 -0
- package/dist/model/wTImageGridUpdateParams.js +37 -0
- package/dist/model/wTImageGridUpdateParams.js.map +1 -0
- package/dist/model/wTImportedList.d.ts +22 -0
- package/dist/model/wTImportedList.js +52 -0
- package/dist/model/wTImportedList.js.map +1 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.d.ts +17 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +27 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.d.ts +13 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js +11 -0
- package/dist/model/wTImportedListRecipientFromMembershipTierImportTierID.js.map +1 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +17 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js +32 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +16 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js +27 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -0
- package/dist/model/wTInfoGenesisRoutingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js +17 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js +17 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -0
- package/dist/model/wTLinkBook.d.ts +25 -0
- package/dist/model/wTLinkBook.js +62 -0
- package/dist/model/wTLinkBook.js.map +1 -0
- package/dist/model/wTLinkBookCreateParams.d.ts +19 -0
- package/dist/model/wTLinkBookCreateParams.js +37 -0
- package/dist/model/wTLinkBookCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookLinkBookSectionID.d.ts +13 -0
- package/dist/model/wTLinkBookLinkBookSectionID.js +11 -0
- package/dist/model/wTLinkBookLinkBookSectionID.js.map +1 -0
- package/dist/model/wTLinkBookSectionCreateParams.d.ts +15 -0
- package/dist/model/wTLinkBookSectionCreateParams.js +22 -0
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookSectionUpdateParams.d.ts +15 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js +22 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -0
- package/dist/model/wTLinkBookUpdateParams.d.ts +19 -0
- package/dist/model/wTLinkBookUpdateParams.js +37 -0
- package/dist/model/wTLinkBookUpdateParams.js.map +1 -0
- package/dist/model/wTLocalInstance.d.ts +27 -0
- package/dist/model/wTLocalInstance.js +77 -0
- package/dist/model/wTLocalInstance.js.map +1 -0
- package/dist/model/wTLoungeCreateParams.d.ts +19 -0
- package/dist/model/wTLoungeCreateParams.js +42 -0
- package/dist/model/wTLoungeCreateParams.js.map +1 -0
- package/dist/model/wTLoungeUpdateParams.d.ts +19 -0
- package/dist/model/wTLoungeUpdateParams.js +42 -0
- package/dist/model/wTLoungeUpdateParams.js.map +1 -0
- package/dist/model/wTMember.d.ts +27 -0
- package/dist/model/wTMember.js +82 -0
- package/dist/model/wTMember.js.map +1 -0
- package/dist/model/wTMemberCreationParams.d.ts +21 -0
- package/dist/model/wTMemberCreationParams.js +52 -0
- package/dist/model/wTMemberCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTier.d.ts +24 -0
- package/dist/model/wTMembershipTier.js +62 -0
- package/dist/model/wTMembershipTier.js.map +1 -0
- package/dist/model/wTMembershipTierCreationParams.d.ts +18 -0
- package/dist/model/wTMembershipTierCreationParams.js +37 -0
- package/dist/model/wTMembershipTierCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTierId.d.ts +13 -0
- package/dist/model/wTMembershipTierId.js +11 -0
- package/dist/model/wTMembershipTierId.js.map +1 -0
- package/dist/model/wTMembershipTierUpdateParams.d.ts +18 -0
- package/dist/model/wTMembershipTierUpdateParams.js +37 -0
- package/dist/model/wTMembershipTierUpdateParams.js.map +1 -0
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +25 -0
- package/dist/model/wTMembershipTierWithMemberCount.js +67 -0
- package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -0
- package/dist/model/wTMerchantCredit.d.ts +23 -0
- package/dist/model/wTMerchantCredit.js +62 -0
- package/dist/model/wTMerchantCredit.js.map +1 -0
- package/dist/model/wTMerchantCreditCreationParams.d.ts +16 -0
- package/dist/model/wTMerchantCreditCreationParams.js +27 -0
- package/dist/model/wTMerchantCreditCreationParams.js.map +1 -0
- package/dist/model/wTMerchantURLCreate.d.ts +15 -0
- package/dist/model/wTMerchantURLCreate.js +22 -0
- package/dist/model/wTMerchantURLCreate.js.map +1 -0
- package/dist/model/wTMerchantURLUpdate.d.ts +15 -0
- package/dist/model/wTMerchantURLUpdate.js +22 -0
- package/dist/model/wTMerchantURLUpdate.js.map +1 -0
- package/dist/model/wTMerchantUpdate.d.ts +22 -0
- package/dist/model/wTMerchantUpdate.js +57 -0
- package/dist/model/wTMerchantUpdate.js.map +1 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +14 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js +17 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -0
- package/dist/model/wTMerchantUpdatePointsOfContact.d.ts +17 -0
- package/dist/model/wTMerchantUpdatePointsOfContact.js +32 -0
- package/dist/model/wTMerchantUpdatePointsOfContact.js.map +1 -0
- package/dist/model/wTMessageInstance.d.ts +35 -0
- package/dist/model/wTMessageInstance.js +112 -0
- package/dist/model/wTMessageInstance.js.map +1 -0
- package/dist/model/wTNewsArticleCreateParams.d.ts +19 -0
- package/dist/model/wTNewsArticleCreateParams.js +42 -0
- package/dist/model/wTNewsArticleCreateParams.js.map +1 -0
- package/dist/model/wTNewsArticleUpdateParams.d.ts +19 -0
- package/dist/model/wTNewsArticleUpdateParams.js +42 -0
- package/dist/model/wTNewsArticleUpdateParams.js.map +1 -0
- package/dist/model/wTOptInList.d.ts +32 -0
- package/dist/model/wTOptInList.js +102 -0
- package/dist/model/wTOptInList.js.map +1 -0
- package/dist/model/wTOptInListCreationParams.d.ts +26 -0
- package/dist/model/wTOptInListCreationParams.js +77 -0
- package/dist/model/wTOptInListCreationParams.js.map +1 -0
- package/dist/model/wTPaymentDesign.d.ts +34 -0
- package/dist/model/wTPaymentDesign.js +107 -0
- package/dist/model/wTPaymentDesign.js.map +1 -0
- package/dist/model/wTPaymentDesignCreateParams.d.ts +27 -0
- package/dist/model/wTPaymentDesignCreateParams.js +77 -0
- package/dist/model/wTPaymentDesignCreateParams.js.map +1 -0
- package/dist/model/wTPaymentDesignUpdateParams.d.ts +27 -0
- package/dist/model/wTPaymentDesignUpdateParams.js +77 -0
- package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -0
- package/dist/model/wTPerformanceCreateParams.d.ts +25 -0
- package/dist/model/wTPerformanceCreateParams.js +72 -0
- package/dist/model/wTPerformanceCreateParams.js.map +1 -0
- package/dist/model/wTPerformanceUpdateParams.d.ts +25 -0
- package/dist/model/wTPerformanceUpdateParams.js +72 -0
- package/dist/model/wTPerformanceUpdateParams.js.map +1 -0
- package/dist/model/wTPosMachine.d.ts +23 -0
- package/dist/model/wTPosMachine.js +62 -0
- package/dist/model/wTPosMachine.js.map +1 -0
- package/dist/model/wTPosMachineCreateParams.d.ts +18 -0
- package/dist/model/wTPosMachineCreateParams.js +37 -0
- package/dist/model/wTPosMachineCreateParams.js.map +1 -0
- package/dist/model/wTPosMachineUpdateParams.d.ts +18 -0
- package/dist/model/wTPosMachineUpdateParams.js +37 -0
- package/dist/model/wTPosMachineUpdateParams.js.map +1 -0
- package/dist/model/wTProductCreateParams.d.ts +19 -0
- package/dist/model/wTProductCreateParams.js +42 -0
- package/dist/model/wTProductCreateParams.js.map +1 -0
- package/dist/model/wTProductUpdateParams.d.ts +19 -0
- package/dist/model/wTProductUpdateParams.js +42 -0
- package/dist/model/wTProductUpdateParams.js.map +1 -0
- package/dist/model/wTPromoCodeCreateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeCreateParams.js +52 -0
- package/dist/model/wTPromoCodeCreateParams.js.map +1 -0
- package/dist/model/wTPromoCodeUpdateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeUpdateParams.js +52 -0
- package/dist/model/wTPromoCodeUpdateParams.js.map +1 -0
- package/dist/model/wTQRCodeDesign.d.ts +30 -0
- package/dist/model/wTQRCodeDesign.js +92 -0
- package/dist/model/wTQRCodeDesign.js.map +1 -0
- package/dist/model/wTQRCodeDesignCreateParams.d.ts +24 -0
- package/dist/model/wTQRCodeDesignCreateParams.js +67 -0
- package/dist/model/wTQRCodeDesignCreateParams.js.map +1 -0
- package/dist/model/wTQRCodeDesignUpdateParams.d.ts +24 -0
- package/dist/model/wTQRCodeDesignUpdateParams.js +67 -0
- package/dist/model/wTQRCodeDesignUpdateParams.js.map +1 -0
- package/dist/model/wTRole.d.ts +29 -0
- package/dist/model/wTRole.js +87 -0
- package/dist/model/wTRole.js.map +1 -0
- package/dist/model/wTRoomRateCreateParams.d.ts +19 -0
- package/dist/model/wTRoomRateCreateParams.js +42 -0
- package/dist/model/wTRoomRateCreateParams.js.map +1 -0
- package/dist/model/wTRoomRateUpdateParams.d.ts +19 -0
- package/dist/model/wTRoomRateUpdateParams.js +42 -0
- package/dist/model/wTRoomRateUpdateParams.js.map +1 -0
- package/dist/model/wTSMSAcquirePhoneNumber.d.ts +14 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js +17 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -0
- package/dist/model/wTSMSImportOptInListSubscribers.d.ts +16 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js +27 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -0
- package/dist/model/wTSMSImportedListCreate.d.ts +16 -0
- package/dist/model/wTSMSImportedListCreate.js +27 -0
- package/dist/model/wTSMSImportedListCreate.js.map +1 -0
- package/dist/model/wTSMSOptInListSourceCreate.d.ts +15 -0
- package/dist/model/wTSMSOptInListSourceCreate.js +22 -0
- package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +25 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js +72 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -0
- package/dist/model/wTServiceCreateParams.d.ts +19 -0
- package/dist/model/wTServiceCreateParams.js +42 -0
- package/dist/model/wTServiceCreateParams.js.map +1 -0
- package/dist/model/wTServiceUpdateParams.d.ts +19 -0
- package/dist/model/wTServiceUpdateParams.js +42 -0
- package/dist/model/wTServiceUpdateParams.js.map +1 -0
- package/dist/model/wTSettingsSetPassword.d.ts +14 -0
- package/dist/model/wTSettingsSetPassword.js +17 -0
- package/dist/model/wTSettingsSetPassword.js.map +1 -0
- package/dist/model/wTSmsSubscriberCreateParams.d.ts +14 -0
- package/dist/model/wTSmsSubscriberCreateParams.js +17 -0
- package/dist/model/wTSmsSubscriberCreateParams.js.map +1 -0
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.d.ts +15 -0
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js +22 -0
- package/dist/model/wTSmsSubscriberCreateParamsWalletUI.js.map +1 -0
- package/dist/model/wTSmsSubscriberUpdateParams.d.ts +14 -0
- package/dist/model/wTSmsSubscriberUpdateParams.js +17 -0
- package/dist/model/wTSmsSubscriberUpdateParams.js.map +1 -0
- package/dist/model/wTStaticVoucher.d.ts +49 -0
- package/dist/model/wTStaticVoucher.js +172 -0
- package/dist/model/wTStaticVoucher.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaign.d.ts +40 -0
- package/dist/model/wTStaticVoucherCampaign.js +137 -0
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +16 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +27 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +18 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +37 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -0
- package/dist/model/wTStaticVoucherCreateParams.d.ts +18 -0
- package/dist/model/wTStaticVoucherCreateParams.js +32 -0
- package/dist/model/wTStaticVoucherCreateParams.js.map +1 -0
- package/dist/model/wTStaticVoucherUpdateParams.d.ts +16 -0
- package/dist/model/wTStaticVoucherUpdateParams.js +27 -0
- package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTSystemApprovePhoneNumber.d.ts +15 -0
- package/dist/model/wTSystemApprovePhoneNumber.js +22 -0
- package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -0
- package/dist/model/wTSystemRoleCreate.d.ts +15 -0
- package/dist/model/wTSystemRoleCreate.js +22 -0
- package/dist/model/wTSystemRoleCreate.js.map +1 -0
- package/dist/model/wTTCPAOpt.d.ts +18 -0
- package/dist/model/wTTCPAOpt.js +27 -0
- package/dist/model/wTTCPAOpt.js.map +1 -0
- package/dist/model/wTTCPAOptListID.d.ts +13 -0
- package/dist/model/wTTCPAOptListID.js +11 -0
- package/dist/model/wTTCPAOptListID.js.map +1 -0
- package/dist/model/wTTCPAOptSourceID.d.ts +13 -0
- package/dist/model/wTTCPAOptSourceID.js +11 -0
- package/dist/model/wTTCPAOptSourceID.js.map +1 -0
- package/dist/model/wTTicket.d.ts +34 -0
- package/dist/model/wTTicket.js +112 -0
- package/dist/model/wTTicket.js.map +1 -0
- package/dist/model/wTTicketCreateParams.d.ts +19 -0
- package/dist/model/wTTicketCreateParams.js +42 -0
- package/dist/model/wTTicketCreateParams.js.map +1 -0
- package/dist/model/wTTicketUpdateParams.d.ts +18 -0
- package/dist/model/wTTicketUpdateParams.js +37 -0
- package/dist/model/wTTicketUpdateParams.js.map +1 -0
- package/dist/model/wTTwilioRequestAuthyCode.d.ts +15 -0
- package/dist/model/wTTwilioRequestAuthyCode.js +22 -0
- package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -0
- package/dist/model/wTTwilioVerifyAuthyCode.d.ts +16 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js +27 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -0
- package/dist/model/wTVideoCreateParams.d.ts +18 -0
- package/dist/model/wTVideoCreateParams.js +37 -0
- package/dist/model/wTVideoCreateParams.js.map +1 -0
- package/dist/model/wTVideoUpdateParams.d.ts +18 -0
- package/dist/model/wTVideoUpdateParams.js +37 -0
- package/dist/model/wTVideoUpdateParams.js.map +1 -0
- package/dist/model/wTVirtualBusinessCardCreateParams.d.ts +26 -0
- package/dist/model/wTVirtualBusinessCardCreateParams.js +77 -0
- package/dist/model/wTVirtualBusinessCardCreateParams.js.map +1 -0
- package/dist/model/wTVirtualBusinessCardUpdateParams.d.ts +26 -0
- package/dist/model/wTVirtualBusinessCardUpdateParams.js +77 -0
- package/dist/model/wTVirtualBusinessCardUpdateParams.js.map +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +80 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +342 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -0
- package/dist/model/wTWalletItemRedemption.d.ts +16 -0
- package/dist/model/wTWalletItemRedemption.js +27 -0
- package/dist/model/wTWalletItemRedemption.js.map +1 -0
- package/dist/model/wTWalletObjectPrefixCounts.d.ts +17 -0
- package/dist/model/wTWalletObjectPrefixCounts.js +27 -0
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -0
- package/dist/model/wTWalletPageView.d.ts +54 -0
- package/dist/model/wTWalletPageView.js +207 -0
- package/dist/model/wTWalletPageView.js.map +1 -0
- package/dist/model/wTWalletPageViewCount.d.ts +17 -0
- package/dist/model/wTWalletPageViewCount.js +32 -0
- package/dist/model/wTWalletPageViewCount.js.map +1 -0
- package/dist/model/wTWalletPageViewGeoPoint.d.ts +15 -0
- package/dist/model/wTWalletPageViewGeoPoint.js +22 -0
- package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -0
- package/dist/model/wTWalletPageViewId.d.ts +13 -0
- package/dist/model/wTWalletPageViewId.js +11 -0
- package/dist/model/wTWalletPageViewId.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +84 -0
- package/dist/model/walletConfiguration.js +362 -0
- package/dist/model/walletConfiguration.js.map +1 -0
- package/dist/model/walletConfigurationSmsOptInSourceID.d.ts +13 -0
- package/dist/model/walletConfigurationSmsOptInSourceID.js +11 -0
- package/dist/model/walletConfigurationSmsOptInSourceID.js.map +1 -0
- package/dist/model/walletPageView.d.ts +54 -0
- package/dist/model/walletPageView.js +207 -0
- package/dist/model/walletPageView.js.map +1 -0
- package/dist/model/webpage.d.ts +23 -0
- package/dist/model/webpage.js +62 -0
- package/dist/model/webpage.js.map +1 -0
- package/model/a2PApplicationSubmission.ts +250 -0
- package/model/advertisementCredit.ts +105 -0
- package/model/advertisementCreditBroadcast.ts +158 -0
- package/model/advertisementCreditScan.ts +167 -0
- package/model/amenity.ts +92 -0
- package/model/announcement.ts +67 -0
- package/model/applicableTerminals.ts +26 -0
- package/model/authError.ts +55 -0
- package/model/availablePhoneNumbersRequest.ts +43 -0
- package/model/browserDetails.ts +55 -0
- package/model/businessClassification.ts +20 -0
- package/model/businessIndustry.ts +49 -0
- package/model/businessRegionsOfOperation.ts +22 -0
- package/model/businessRegistrationIdentifier.ts +26 -0
- package/model/businessStockExchanges.ts +43 -0
- package/model/businessType.ts +22 -0
- package/model/claimTicketRequest.ts +31 -0
- package/model/clickFunnelAmount.ts +37 -0
- package/model/clickFunnelContact.ts +266 -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/countClaimedComps200Response.ts +37 -0
- package/model/createFile200Response.ts +43 -0
- package/model/createStaticVoucherCampaign.ts +105 -0
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +105 -0
- package/model/dashboardWidget.ts +121 -0
- package/model/dining.ts +92 -0
- package/model/document.ts +100 -0
- package/model/duplicateRowFound.ts +55 -0
- package/model/dynamicVoucher.ts +227 -0
- package/model/dynamicVoucherBroadcast.ts +158 -0
- package/model/dynamicVoucherBroadcastListType.ts +26 -0
- package/model/dynamicVoucherTemporalDecreaseFrequencyType.ts +26 -0
- package/model/emailSubscriber.ts +74 -0
- package/model/employee.ts +209 -0
- package/model/employeeAPIKey.ts +83 -0
- package/model/employeeActivityLog.ts +67 -0
- package/model/employeeAlert.ts +85 -0
- package/model/employeeScheduleStartDay.ts +26 -0
- package/model/employeeScheduleStartHour.ts +26 -0
- package/model/employeeScheduleStartMeridiem.ts +26 -0
- package/model/employeeScheduleStartMinute.ts +26 -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/fetchAllCountries200ResponseInner.ts +49 -0
- package/model/fetchAllLedgerTransactions200Response.ts +44 -0
- package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.ts +105 -0
- package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.ts +26 -0
- package/model/fetchCustomerTicketsWithTokenRequest.ts +37 -0
- package/model/fetchDomainsByIndustry200Response.ts +67 -0
- package/model/fetchImportedListRecipientsByPage200Response.ts +44 -0
- package/model/fetchInboundSMSByPage200Response.ts +44 -0
- package/model/fetchIndustry200Response.ts +56 -0
- package/model/fetchMembersCount200Response.ts +31 -0
- package/model/fetchOptInListSubscribersByPage200Response.ts +44 -0
- package/model/fetchOutboundSMSByPage200Response.ts +44 -0
- package/model/fetchPerformanceTicketsPage200Response.ts +38 -0
- package/model/fetchStaticVouchersPage200Response.ts +38 -0
- package/model/forbiddenRequest.ts +55 -0
- package/model/foreignKeyDoesNotExist.ts +55 -0
- package/model/gaming.ts +92 -0
- package/model/helpDeskRequest.ts +86 -0
- package/model/imageGrid.ts +86 -0
- package/model/importTicketsRequest.ts +32 -0
- package/model/importedList.ts +74 -0
- package/model/importedListRecipient.ts +74 -0
- package/model/inboundSMS.ts +242 -0
- package/model/internalServerError.ts +55 -0
- package/model/jobPosition.ts +23 -0
- package/model/ledgerEntry.ts +179 -0
- package/model/ledgerEntryParentObjectID.ts +26 -0
- package/model/ledgerEntryTransactionType.ts +26 -0
- package/model/linkBook.ts +87 -0
- package/model/linkBookSection.ts +68 -0
- package/model/loginStatus200Response.ts +50 -0
- package/model/loginStatus200ResponseAnyOf.ts +37 -0
- package/model/lounge.ts +92 -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 +127 -0
- package/model/mSMemberHistoryPagination.ts +53 -0
- package/model/mSMemberRedemption.ts +105 -0
- package/model/mSMemberRedemptionPagination.ts +53 -0
- package/model/mSMemberRedemptionTransactionType.ts +29 -0
- package/model/mSMembershipTierHistory.ts +106 -0
- package/model/mSMembershipTierHistoryPagination.ts +53 -0
- package/model/mSMembershipTierRedemption.ts +117 -0
- package/model/mSMembershipTierRedemptionPagination.ts +53 -0
- package/model/mSMerchantCreditHistory.ts +88 -0
- package/model/mSMerchantCreditHistoryPagination.ts +53 -0
- package/model/mSMerchantCreditRedemption.ts +105 -0
- package/model/mSMerchantCreditRedemptionPagination.ts +53 -0
- package/model/mediaFile.ts +100 -0
- package/model/member.ts +133 -0
- package/model/memberSearch.ts +82 -0
- package/model/memberSearchSearchKey.ts +29 -0
- package/model/memberSearchSortKey.ts +29 -0
- package/model/merchant.ts +187 -0
- package/model/merchantCreditSearch.ts +61 -0
- package/model/merchantNotInitialized.ts +55 -0
- package/model/merchantURL.ts +68 -0
- package/model/message.ts +74 -0
- package/model/messageDirection.ts +26 -0
- package/model/messageStatus.ts +26 -0
- package/model/models.ts +1338 -0
- package/model/moduleError.ts +157 -0
- package/model/newsArticle.ts +92 -0
- package/model/optInList.ts +134 -0
- package/model/optInListSource.ts +74 -0
- package/model/optInListSubscriber.ts +118 -0
- package/model/outboundSMS.ts +160 -0
- package/model/paginatedWTMembers.ts +53 -0
- package/model/paginatedWTMerchantCredits.ts +53 -0
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +49 -0
- package/model/paginationRequestWithSortOptions.ts +73 -0
- package/model/paginationRequestWithSortOptionsSortOrder.ts +29 -0
- package/model/paymentDesign.ts +141 -0
- package/model/performance.ts +134 -0
- package/model/phoneNumber.ts +158 -0
- package/model/phoneNumberCapabilities.ts +49 -0
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts +107 -0
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +101 -0
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +40 -0
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +40 -0
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +82 -0
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +121 -0
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +43 -0
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +82 -0
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +62 -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/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.ts +77 -0
- package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.ts +26 -0
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +112 -0
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +46 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +156 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.ts +26 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.ts +26 -0
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +59 -0
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +133 -0
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +59 -0
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +101 -0
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.ts +26 -0
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +142 -0
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.ts +107 -0
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +107 -0
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.ts +26 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +163 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.ts +29 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.ts +29 -0
- package/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.ts +46 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +128 -0
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.ts +91 -0
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +52 -0
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +40 -0
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +64 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +141 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.ts +26 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.ts +26 -0
- package/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.ts +34 -0
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +107 -0
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +46 -0
- package/model/plan.ts +62 -0
- package/model/portalPage.ts +83 -0
- package/model/presignedPost.ts +41 -0
- package/model/presignedPostFields.ts +43 -0
- package/model/product.ts +74 -0
- package/model/profileStatuses.ts +21 -0
- package/model/promoCode.ts +104 -0
- package/model/qRCodeDesign.ts +122 -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/roomRate.ts +92 -0
- package/model/sSImportedListRecipientCreateParams.ts +37 -0
- package/model/sSOptInSource.ts +73 -0
- package/model/sSOutboundStatuses.ts +26 -0
- package/model/saveMerchantCreditPaymentDesignRequest.ts +31 -0
- package/model/saveTicketSettingsRequest.ts +50 -0
- package/model/saveTicketSettingsRequestPaymentDesignID.ts +26 -0
- package/model/service.ts +92 -0
- package/model/simpleSMSBroadcast.ts +151 -0
- package/model/smsSubscriber.ts +62 -0
- package/model/staticVoucher.ts +221 -0
- package/model/staticVoucherCampaign.ts +177 -0
- package/model/staticVoucherCampaignBroadcast.ts +145 -0
- package/model/staticVoucherCampaignGroup.ts +86 -0
- package/model/staticVoucherCampaignUpdate.ts +80 -0
- package/model/status.ts +26 -0
- package/model/subscriptionFeature.ts +79 -0
- package/model/subscriptionPlan.ts +69 -0
- package/model/subscriptionProduct.ts +93 -0
- package/model/tcpa.ts +68 -0
- package/model/ticket.ts +149 -0
- package/model/trustBundleStatuses.ts +21 -0
- package/model/updateEmailNotificationPreferenceRequest.ts +31 -0
- package/model/updateStaticVoucherCampaignWithVoucher.ts +105 -0
- package/model/updateStaticVoucherCampaignWithVoucherVoucherID.ts +26 -0
- package/model/vSCampaignGeneratedMessage.ts +43 -0
- package/model/vSCampaignGeneratedMessagePagination.ts +53 -0
- package/model/vSDynamicVoucherStatus.ts +26 -0
- package/model/video.ts +86 -0
- package/model/virtualBusinessCard.ts +134 -0
- package/model/wTA2PApplicationUpdateParams.ts +178 -0
- package/model/wTAdvertisementCredit.ts +105 -0
- package/model/wTAdvertisementCreditCreateParams.ts +56 -0
- package/model/wTAdvertisementCreditScan.ts +167 -0
- package/model/wTAdvertisementCreditUpdateParams.ts +56 -0
- package/model/wTAmenityCreateParams.ts +61 -0
- package/model/wTAmenityUpdateParams.ts +61 -0
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -0
- package/model/wTAuthenticationForgotPassword.ts +31 -0
- package/model/wTAuthenticationLoginRequest.ts +37 -0
- package/model/wTAuthenticationLoginResponse.ts +121 -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/wTDiningCreateParams.ts +61 -0
- package/model/wTDiningUpdateParams.ts +61 -0
- package/model/wTDynamicVoucher.ts +227 -0
- package/model/wTDynamicVoucherCreateParams.ts +98 -0
- package/model/wTDynamicVoucherRedemption.ts +161 -0
- package/model/wTDynamicVoucherRedemptionTransactionType.ts +29 -0
- package/model/wTDynamicVoucherSummary.ts +170 -0
- package/model/wTDynamicVoucherSummaryStatus.ts +26 -0
- package/model/wTDynamicVoucherUpdateParams.ts +98 -0
- package/model/wTEmailSubscriberCreateParams.ts +43 -0
- package/model/wTEmailSubscriberCreateParamsWalletUI.ts +49 -0
- package/model/wTEmailSubscriberUpdateParams.ts +43 -0
- package/model/wTEmployee.ts +209 -0
- package/model/wTEmployeeAPIKey.ts +83 -0
- package/model/wTEmployeeAPIKeyCreateParams.ts +37 -0
- package/model/wTEmployeeAPIKeyUpdateParams.ts +37 -0
- package/model/wTEmployeeCreate.ts +131 -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 +50 -0
- package/model/wTEmployeeNotificationType.ts +26 -0
- package/model/wTEmployeePeerRoles.ts +31 -0
- package/model/wTEmployeeS3FilePresign.ts +44 -0
- package/model/wTEmployeeS3FilePresignContext.ts +26 -0
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -0
- package/model/wTEmployeeScheduleSimpleSMS.ts +62 -0
- package/model/wTEmployeeScheduleSimpleSMSListType.ts +26 -0
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -0
- package/model/wTEmployeeSendHelpDeskResponse.ts +43 -0
- package/model/wTEmployeeUpdate.ts +125 -0
- package/model/wTEmployeeUpdateRecords.ts +37 -0
- package/model/wTFetchWalletPaymentObjectsWithToken.ts +55 -0
- package/model/wTGamingCreateParams.ts +61 -0
- package/model/wTGamingUpdateParams.ts +61 -0
- package/model/wTImageGridCreateParams.ts +55 -0
- package/model/wTImageGridUpdateParams.ts +55 -0
- package/model/wTImportedList.ts +74 -0
- package/model/wTImportedListRecipientFromMembershipTierImport.ts +44 -0
- package/model/wTImportedListRecipientFromMembershipTierImportTierID.ts +26 -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 +87 -0
- package/model/wTLinkBookCreateParams.ts +56 -0
- package/model/wTLinkBookLinkBookSectionID.ts +26 -0
- package/model/wTLinkBookSectionCreateParams.ts +37 -0
- package/model/wTLinkBookSectionUpdateParams.ts +37 -0
- package/model/wTLinkBookUpdateParams.ts +56 -0
- package/model/wTLocalInstance.ts +107 -0
- package/model/wTLoungeCreateParams.ts +61 -0
- package/model/wTLoungeUpdateParams.ts +61 -0
- package/model/wTMember.ts +133 -0
- package/model/wTMemberCreationParams.ts +88 -0
- package/model/wTMembershipTier.ts +104 -0
- package/model/wTMembershipTierCreationParams.ts +64 -0
- package/model/wTMembershipTierId.ts +29 -0
- package/model/wTMembershipTierUpdateParams.ts +64 -0
- package/model/wTMembershipTierWithMemberCount.ts +113 -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/wTMerchantUpdatePOSIntegration.ts +31 -0
- package/model/wTMerchantUpdatePointsOfContact.ts +49 -0
- package/model/wTMessageInstance.ts +153 -0
- package/model/wTNewsArticleCreateParams.ts +61 -0
- package/model/wTNewsArticleUpdateParams.ts +61 -0
- package/model/wTOptInList.ts +134 -0
- package/model/wTOptInListCreationParams.ts +103 -0
- package/model/wTPaymentDesign.ts +141 -0
- package/model/wTPaymentDesignCreateParams.ts +104 -0
- package/model/wTPaymentDesignUpdateParams.ts +104 -0
- package/model/wTPerformanceCreateParams.ts +103 -0
- package/model/wTPerformanceUpdateParams.ts +103 -0
- package/model/wTPosMachine.ts +88 -0
- package/model/wTPosMachineCreateParams.ts +58 -0
- package/model/wTPosMachineUpdateParams.ts +58 -0
- package/model/wTProductCreateParams.ts +61 -0
- package/model/wTProductUpdateParams.ts +61 -0
- package/model/wTPromoCodeCreateParams.ts +73 -0
- package/model/wTPromoCodeUpdateParams.ts +73 -0
- package/model/wTQRCodeDesign.ts +122 -0
- package/model/wTQRCodeDesignCreateParams.ts +91 -0
- package/model/wTQRCodeDesignUpdateParams.ts +91 -0
- package/model/wTRole.ts +116 -0
- package/model/wTRoomRateCreateParams.ts +61 -0
- package/model/wTRoomRateUpdateParams.ts +61 -0
- package/model/wTSMSAcquirePhoneNumber.ts +31 -0
- package/model/wTSMSImportOptInListSubscribers.ts +43 -0
- package/model/wTSMSImportedListCreate.ts +43 -0
- package/model/wTSMSOptInListSourceCreate.ts +37 -0
- package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -0
- package/model/wTServiceCreateParams.ts +61 -0
- package/model/wTServiceUpdateParams.ts +61 -0
- package/model/wTSettingsSetPassword.ts +31 -0
- package/model/wTSmsSubscriberCreateParams.ts +31 -0
- package/model/wTSmsSubscriberCreateParamsWalletUI.ts +37 -0
- package/model/wTSmsSubscriberUpdateParams.ts +31 -0
- package/model/wTStaticVoucher.ts +221 -0
- package/model/wTStaticVoucherCampaign.ts +177 -0
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +43 -0
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -0
- package/model/wTStaticVoucherCreateParams.ts +50 -0
- package/model/wTStaticVoucherUpdateParams.ts +43 -0
- package/model/wTSystemApprovePhoneNumber.ts +37 -0
- package/model/wTSystemRoleCreate.ts +37 -0
- package/model/wTTCPAOpt.ts +45 -0
- package/model/wTTCPAOptListID.ts +26 -0
- package/model/wTTCPAOptSourceID.ts +26 -0
- package/model/wTTicket.ts +149 -0
- package/model/wTTicketCreateParams.ts +64 -0
- package/model/wTTicketUpdateParams.ts +58 -0
- package/model/wTTwilioRequestAuthyCode.ts +37 -0
- package/model/wTTwilioVerifyAuthyCode.ts +43 -0
- package/model/wTVideoCreateParams.ts +55 -0
- package/model/wTVideoUpdateParams.ts +55 -0
- package/model/wTVirtualBusinessCardCreateParams.ts +103 -0
- package/model/wTVirtualBusinessCardUpdateParams.ts +103 -0
- package/model/wTWalletConfigurationSaveWalletRecord.ts +422 -0
- package/model/wTWalletItemRedemption.ts +43 -0
- package/model/wTWalletObjectPrefixCounts.ts +44 -0
- package/model/wTWalletPageView.ts +264 -0
- package/model/wTWalletPageViewCount.ts +49 -0
- package/model/wTWalletPageViewGeoPoint.ts +37 -0
- package/model/wTWalletPageViewId.ts +26 -0
- package/model/walletConfiguration.ts +446 -0
- package/model/walletConfigurationSmsOptInSourceID.ts +26 -0
- package/model/walletPageView.ts +264 -0
- package/model/webpage.ts +85 -0
- package/openapitools.json +7 -0
- package/package.json +1 -1
package/.openapi-generator/FILES
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
.gitignore
|
|
2
2
|
api.ts
|
|
3
|
+
api/a2PApi.ts
|
|
3
4
|
api/advertisementCreditsApi.ts
|
|
5
|
+
api/amenitiesApi.ts
|
|
4
6
|
api/analyticsApi.ts
|
|
5
7
|
api/apis.ts
|
|
6
8
|
api/appleWalletSubscribersApi.ts
|
|
@@ -10,18 +12,20 @@ api/configurationApi.ts
|
|
|
10
12
|
api/countriesApi.ts
|
|
11
13
|
api/customerApi.ts
|
|
12
14
|
api/dashboardApi.ts
|
|
15
|
+
api/diningApi.ts
|
|
13
16
|
api/dynamicVouchersApi.ts
|
|
17
|
+
api/emailSubscriberApi.ts
|
|
14
18
|
api/employeeAPIKeysApi.ts
|
|
15
19
|
api/employeeAccessApi.ts
|
|
16
20
|
api/employeesApi.ts
|
|
21
|
+
api/gamingApi.ts
|
|
17
22
|
api/imageGridApi.ts
|
|
18
23
|
api/industriesApi.ts
|
|
19
24
|
api/infoGenesisReportsApi.ts
|
|
20
25
|
api/integratedTerminalsApi.ts
|
|
21
26
|
api/interactionsApi.ts
|
|
22
|
-
api/linkBookApi.ts
|
|
23
|
-
api/linkBookSectionApi.ts
|
|
24
27
|
api/loginAndLogoutApi.ts
|
|
28
|
+
api/loungeApi.ts
|
|
25
29
|
api/membershipTiersApi.ts
|
|
26
30
|
api/merchantApi.ts
|
|
27
31
|
api/merchantCreditsApi.ts
|
|
@@ -30,37 +34,46 @@ api/mobileTerminalApi.ts
|
|
|
30
34
|
api/newsApi.ts
|
|
31
35
|
api/paymentDesignsApi.ts
|
|
32
36
|
api/performancesApi.ts
|
|
33
|
-
api/
|
|
37
|
+
api/productsApi.ts
|
|
38
|
+
api/promotionCodesApi.ts
|
|
39
|
+
api/qRCodeDesignsApi.ts
|
|
40
|
+
api/quickLinksApi.ts
|
|
41
|
+
api/quickLinksSectionApi.ts
|
|
42
|
+
api/roomRatesApi.ts
|
|
34
43
|
api/sMSApi.ts
|
|
44
|
+
api/servicesApi.ts
|
|
35
45
|
api/settingsApi.ts
|
|
36
46
|
api/shopifyTerminalApi.ts
|
|
47
|
+
api/smsSubscriberApi.ts
|
|
37
48
|
api/staticVoucherCampaignGroupsApi.ts
|
|
38
49
|
api/staticVoucherCampaignsApi.ts
|
|
39
50
|
api/staticVouchersApi.ts
|
|
40
51
|
api/systemApi.ts
|
|
52
|
+
api/ticketApi.ts
|
|
41
53
|
api/transactionLedgerApi.ts
|
|
42
|
-
api/
|
|
54
|
+
api/videosApi.ts
|
|
55
|
+
api/virtualBusinessCardApi.ts
|
|
43
56
|
api/webTerminalApi.ts
|
|
44
57
|
api/wixTerminalApi.ts
|
|
45
58
|
api/wooCommerceTerminalApi.ts
|
|
46
59
|
git_push.sh
|
|
60
|
+
model/a2PApplicationSubmission.ts
|
|
47
61
|
model/advertisementCredit.ts
|
|
48
62
|
model/advertisementCreditBroadcast.ts
|
|
49
63
|
model/advertisementCreditScan.ts
|
|
50
|
-
model/
|
|
51
|
-
model/alert.ts
|
|
64
|
+
model/amenity.ts
|
|
52
65
|
model/announcement.ts
|
|
53
66
|
model/applicableTerminals.ts
|
|
54
|
-
model/applicableTerminalsAnyOf.ts
|
|
55
|
-
model/applicableTerminalsAnyOf1.ts
|
|
56
|
-
model/applicableTerminalsAnyOf2.ts
|
|
57
|
-
model/applicableTerminalsAnyOf3.ts
|
|
58
|
-
model/applicableTerminalsAnyOf4.ts
|
|
59
|
-
model/applicableTerminalsAnyOf5.ts
|
|
60
|
-
model/applicableTerminalsAnyOf6.ts
|
|
61
67
|
model/authError.ts
|
|
62
68
|
model/availablePhoneNumbersRequest.ts
|
|
63
69
|
model/browserDetails.ts
|
|
70
|
+
model/businessClassification.ts
|
|
71
|
+
model/businessIndustry.ts
|
|
72
|
+
model/businessRegionsOfOperation.ts
|
|
73
|
+
model/businessRegistrationIdentifier.ts
|
|
74
|
+
model/businessStockExchanges.ts
|
|
75
|
+
model/businessType.ts
|
|
76
|
+
model/claimTicketRequest.ts
|
|
64
77
|
model/clickFunnelAmount.ts
|
|
65
78
|
model/clickFunnelContact.ts
|
|
66
79
|
model/clickFunnelContactProfile.ts
|
|
@@ -69,43 +82,65 @@ model/clickFunnelOriginalAmount.ts
|
|
|
69
82
|
model/clickFunnelProduct.ts
|
|
70
83
|
model/clickFunnelPurchase.ts
|
|
71
84
|
model/clickFunnelRegistration.ts
|
|
85
|
+
model/countClaimedComps200Response.ts
|
|
86
|
+
model/createFile200Response.ts
|
|
72
87
|
model/createStaticVoucherCampaign.ts
|
|
73
88
|
model/createStaticVoucherCampaignWithVoucherWithCSV.ts
|
|
74
89
|
model/dashboardWidget.ts
|
|
90
|
+
model/dining.ts
|
|
75
91
|
model/document.ts
|
|
76
92
|
model/duplicateRowFound.ts
|
|
77
93
|
model/dynamicVoucher.ts
|
|
78
94
|
model/dynamicVoucherBroadcast.ts
|
|
95
|
+
model/dynamicVoucherBroadcastListType.ts
|
|
96
|
+
model/dynamicVoucherTemporalDecreaseFrequencyType.ts
|
|
97
|
+
model/emailSubscriber.ts
|
|
79
98
|
model/employee.ts
|
|
80
99
|
model/employeeAPIKey.ts
|
|
81
100
|
model/employeeActivityLog.ts
|
|
101
|
+
model/employeeAlert.ts
|
|
102
|
+
model/employeeScheduleStartDay.ts
|
|
103
|
+
model/employeeScheduleStartHour.ts
|
|
104
|
+
model/employeeScheduleStartMeridiem.ts
|
|
105
|
+
model/employeeScheduleStartMinute.ts
|
|
82
106
|
model/entityTooLarge.ts
|
|
83
107
|
model/exportDataFile.ts
|
|
84
108
|
model/falsumError.ts
|
|
85
109
|
model/falsumField.ts
|
|
86
110
|
model/feature.ts
|
|
111
|
+
model/fetchAllCountries200ResponseInner.ts
|
|
112
|
+
model/fetchAllLedgerTransactions200Response.ts
|
|
113
|
+
model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.ts
|
|
114
|
+
model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.ts
|
|
115
|
+
model/fetchCustomerTicketsWithTokenRequest.ts
|
|
116
|
+
model/fetchDomainsByIndustry200Response.ts
|
|
117
|
+
model/fetchImportedListRecipientsByPage200Response.ts
|
|
118
|
+
model/fetchInboundSMSByPage200Response.ts
|
|
119
|
+
model/fetchIndustry200Response.ts
|
|
120
|
+
model/fetchMembersCount200Response.ts
|
|
121
|
+
model/fetchOptInListSubscribersByPage200Response.ts
|
|
122
|
+
model/fetchOutboundSMSByPage200Response.ts
|
|
123
|
+
model/fetchPerformanceTicketsPage200Response.ts
|
|
124
|
+
model/fetchStaticVouchersPage200Response.ts
|
|
87
125
|
model/forbiddenRequest.ts
|
|
88
126
|
model/foreignKeyDoesNotExist.ts
|
|
127
|
+
model/gaming.ts
|
|
89
128
|
model/helpDeskRequest.ts
|
|
90
129
|
model/imageGrid.ts
|
|
130
|
+
model/importTicketsRequest.ts
|
|
91
131
|
model/importedList.ts
|
|
92
132
|
model/importedListRecipient.ts
|
|
93
133
|
model/inboundSMS.ts
|
|
94
|
-
model/inlineResponse200.ts
|
|
95
|
-
model/inlineResponse2001.ts
|
|
96
|
-
model/inlineResponse20010.ts
|
|
97
|
-
model/inlineResponse2002.ts
|
|
98
|
-
model/inlineResponse2003.ts
|
|
99
|
-
model/inlineResponse2004.ts
|
|
100
|
-
model/inlineResponse2005.ts
|
|
101
|
-
model/inlineResponse2006.ts
|
|
102
|
-
model/inlineResponse2007.ts
|
|
103
|
-
model/inlineResponse2008.ts
|
|
104
|
-
model/inlineResponse2009.ts
|
|
105
134
|
model/internalServerError.ts
|
|
135
|
+
model/jobPosition.ts
|
|
106
136
|
model/ledgerEntry.ts
|
|
137
|
+
model/ledgerEntryParentObjectID.ts
|
|
138
|
+
model/ledgerEntryTransactionType.ts
|
|
107
139
|
model/linkBook.ts
|
|
108
140
|
model/linkBookSection.ts
|
|
141
|
+
model/loginStatus200Response.ts
|
|
142
|
+
model/loginStatus200ResponseAnyOf.ts
|
|
143
|
+
model/lounge.ts
|
|
109
144
|
model/mSAnalyticsMemberCountPartitionedByDate.ts
|
|
110
145
|
model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts
|
|
111
146
|
model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts
|
|
@@ -115,6 +150,7 @@ model/mSMemberHistory.ts
|
|
|
115
150
|
model/mSMemberHistoryPagination.ts
|
|
116
151
|
model/mSMemberRedemption.ts
|
|
117
152
|
model/mSMemberRedemptionPagination.ts
|
|
153
|
+
model/mSMemberRedemptionTransactionType.ts
|
|
118
154
|
model/mSMembershipTierHistory.ts
|
|
119
155
|
model/mSMembershipTierHistoryPagination.ts
|
|
120
156
|
model/mSMembershipTierRedemption.ts
|
|
@@ -126,11 +162,15 @@ model/mSMerchantCreditRedemptionPagination.ts
|
|
|
126
162
|
model/mediaFile.ts
|
|
127
163
|
model/member.ts
|
|
128
164
|
model/memberSearch.ts
|
|
165
|
+
model/memberSearchSearchKey.ts
|
|
166
|
+
model/memberSearchSortKey.ts
|
|
129
167
|
model/merchant.ts
|
|
130
168
|
model/merchantCreditSearch.ts
|
|
131
169
|
model/merchantNotInitialized.ts
|
|
132
170
|
model/merchantURL.ts
|
|
133
171
|
model/message.ts
|
|
172
|
+
model/messageDirection.ts
|
|
173
|
+
model/messageStatus.ts
|
|
134
174
|
model/models.ts
|
|
135
175
|
model/moduleError.ts
|
|
136
176
|
model/newsArticle.ts
|
|
@@ -142,10 +182,11 @@ model/paginatedWTMembers.ts
|
|
|
142
182
|
model/paginatedWTMerchantCredits.ts
|
|
143
183
|
model/paginationRequestWithIDAndWithoutSortOptions.ts
|
|
144
184
|
model/paginationRequestWithSortOptions.ts
|
|
185
|
+
model/paginationRequestWithSortOptionsSortOrder.ts
|
|
145
186
|
model/paymentDesign.ts
|
|
146
|
-
model/paymentPrefixes.ts
|
|
147
187
|
model/performance.ts
|
|
148
188
|
model/phoneNumber.ts
|
|
189
|
+
model/phoneNumberCapabilities.ts
|
|
149
190
|
model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts
|
|
150
191
|
model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts
|
|
151
192
|
model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts
|
|
@@ -160,24 +201,35 @@ model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedL
|
|
|
160
201
|
model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts
|
|
161
202
|
model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts
|
|
162
203
|
model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts
|
|
163
|
-
model/
|
|
204
|
+
model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.ts
|
|
205
|
+
model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.ts
|
|
164
206
|
model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts
|
|
165
207
|
model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts
|
|
166
208
|
model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts
|
|
209
|
+
model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.ts
|
|
210
|
+
model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.ts
|
|
167
211
|
model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts
|
|
168
212
|
model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts
|
|
169
213
|
model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts
|
|
170
214
|
model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts
|
|
215
|
+
model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.ts
|
|
171
216
|
model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts
|
|
172
217
|
model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.ts
|
|
173
218
|
model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts
|
|
219
|
+
model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.ts
|
|
174
220
|
model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts
|
|
221
|
+
model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.ts
|
|
222
|
+
model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.ts
|
|
223
|
+
model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.ts
|
|
175
224
|
model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts
|
|
176
|
-
model/
|
|
225
|
+
model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.ts
|
|
177
226
|
model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts
|
|
178
227
|
model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts
|
|
179
228
|
model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts
|
|
180
229
|
model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts
|
|
230
|
+
model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.ts
|
|
231
|
+
model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.ts
|
|
232
|
+
model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.ts
|
|
181
233
|
model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts
|
|
182
234
|
model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts
|
|
183
235
|
model/plan.ts
|
|
@@ -185,44 +237,51 @@ model/portalPage.ts
|
|
|
185
237
|
model/presignedPost.ts
|
|
186
238
|
model/presignedPostFields.ts
|
|
187
239
|
model/product.ts
|
|
240
|
+
model/profileStatuses.ts
|
|
188
241
|
model/promoCode.ts
|
|
242
|
+
model/qRCodeDesign.ts
|
|
189
243
|
model/reachPerformanceStats.ts
|
|
190
244
|
model/request.ts
|
|
191
245
|
model/response.ts
|
|
192
246
|
model/role.ts
|
|
193
247
|
model/roleAuditLog.ts
|
|
248
|
+
model/roomRate.ts
|
|
194
249
|
model/sSImportedListRecipientCreateParams.ts
|
|
195
250
|
model/sSOptInSource.ts
|
|
196
251
|
model/sSOutboundStatuses.ts
|
|
197
|
-
model/
|
|
198
|
-
model/
|
|
199
|
-
model/
|
|
200
|
-
model/
|
|
201
|
-
model/sSOutboundStatusesAnyOf4.ts
|
|
202
|
-
model/sSOutboundStatusesAnyOf5.ts
|
|
252
|
+
model/saveMerchantCreditPaymentDesignRequest.ts
|
|
253
|
+
model/saveTicketSettingsRequest.ts
|
|
254
|
+
model/saveTicketSettingsRequestPaymentDesignID.ts
|
|
255
|
+
model/service.ts
|
|
203
256
|
model/simpleSMSBroadcast.ts
|
|
257
|
+
model/smsSubscriber.ts
|
|
204
258
|
model/staticVoucher.ts
|
|
205
259
|
model/staticVoucherCampaign.ts
|
|
206
260
|
model/staticVoucherCampaignBroadcast.ts
|
|
207
261
|
model/staticVoucherCampaignGroup.ts
|
|
208
262
|
model/staticVoucherCampaignUpdate.ts
|
|
209
263
|
model/status.ts
|
|
210
|
-
model/statusAnyOf.ts
|
|
211
|
-
model/statusAnyOf1.ts
|
|
212
|
-
model/statusAnyOf2.ts
|
|
213
|
-
model/statusAnyOf3.ts
|
|
214
264
|
model/subscriptionFeature.ts
|
|
215
265
|
model/subscriptionPlan.ts
|
|
216
266
|
model/subscriptionProduct.ts
|
|
217
267
|
model/tcpa.ts
|
|
268
|
+
model/ticket.ts
|
|
269
|
+
model/trustBundleStatuses.ts
|
|
270
|
+
model/updateEmailNotificationPreferenceRequest.ts
|
|
218
271
|
model/updateStaticVoucherCampaignWithVoucher.ts
|
|
272
|
+
model/updateStaticVoucherCampaignWithVoucherVoucherID.ts
|
|
219
273
|
model/vSCampaignGeneratedMessage.ts
|
|
220
274
|
model/vSCampaignGeneratedMessagePagination.ts
|
|
221
275
|
model/vSDynamicVoucherStatus.ts
|
|
276
|
+
model/video.ts
|
|
277
|
+
model/virtualBusinessCard.ts
|
|
278
|
+
model/wTA2PApplicationUpdateParams.ts
|
|
222
279
|
model/wTAdvertisementCredit.ts
|
|
223
280
|
model/wTAdvertisementCreditCreateParams.ts
|
|
224
281
|
model/wTAdvertisementCreditScan.ts
|
|
225
282
|
model/wTAdvertisementCreditUpdateParams.ts
|
|
283
|
+
model/wTAmenityCreateParams.ts
|
|
284
|
+
model/wTAmenityUpdateParams.ts
|
|
226
285
|
model/wTAuthenticationCheckSessionTokenStatusResponse.ts
|
|
227
286
|
model/wTAuthenticationForgotPassword.ts
|
|
228
287
|
model/wTAuthenticationLoginRequest.ts
|
|
@@ -237,49 +296,66 @@ model/wTBillingVerifyPaymentMethodResponse.ts
|
|
|
237
296
|
model/wTCountResult.ts
|
|
238
297
|
model/wTCustomerSearchByMemberID.ts
|
|
239
298
|
model/wTCustomerSearchByPhoneNumber.ts
|
|
299
|
+
model/wTDiningCreateParams.ts
|
|
300
|
+
model/wTDiningUpdateParams.ts
|
|
240
301
|
model/wTDynamicVoucher.ts
|
|
241
302
|
model/wTDynamicVoucherCreateParams.ts
|
|
242
303
|
model/wTDynamicVoucherRedemption.ts
|
|
304
|
+
model/wTDynamicVoucherRedemptionTransactionType.ts
|
|
243
305
|
model/wTDynamicVoucherSummary.ts
|
|
306
|
+
model/wTDynamicVoucherSummaryStatus.ts
|
|
244
307
|
model/wTDynamicVoucherUpdateParams.ts
|
|
308
|
+
model/wTEmailSubscriberCreateParams.ts
|
|
309
|
+
model/wTEmailSubscriberCreateParamsWalletUI.ts
|
|
310
|
+
model/wTEmailSubscriberUpdateParams.ts
|
|
245
311
|
model/wTEmployee.ts
|
|
246
312
|
model/wTEmployeeAPIKey.ts
|
|
247
313
|
model/wTEmployeeAPIKeyCreateParams.ts
|
|
248
314
|
model/wTEmployeeAPIKeyUpdateParams.ts
|
|
249
315
|
model/wTEmployeeCreate.ts
|
|
250
|
-
model/wTEmployeeCreateAlert.ts
|
|
251
316
|
model/wTEmployeeCreateDocument.ts
|
|
252
317
|
model/wTEmployeeCreateMediaFile.ts
|
|
253
318
|
model/wTEmployeeCreateStaticVoucherCampaignGroup.ts
|
|
254
319
|
model/wTEmployeeFileCreate.ts
|
|
255
320
|
model/wTEmployeeImportRecords.ts
|
|
256
321
|
model/wTEmployeeNotification.ts
|
|
322
|
+
model/wTEmployeeNotificationType.ts
|
|
257
323
|
model/wTEmployeePeerRoles.ts
|
|
258
324
|
model/wTEmployeeS3FilePresign.ts
|
|
325
|
+
model/wTEmployeeS3FilePresignContext.ts
|
|
259
326
|
model/wTEmployeeScheduleSMSCampaignBroadcast.ts
|
|
260
327
|
model/wTEmployeeScheduleSimpleSMS.ts
|
|
328
|
+
model/wTEmployeeScheduleSimpleSMSListType.ts
|
|
261
329
|
model/wTEmployeeScheduleSimpleSMSToRecipient.ts
|
|
262
330
|
model/wTEmployeeSendHelpDeskResponse.ts
|
|
263
331
|
model/wTEmployeeUpdate.ts
|
|
264
332
|
model/wTEmployeeUpdateRecords.ts
|
|
265
|
-
model/
|
|
333
|
+
model/wTFetchWalletPaymentObjectsWithToken.ts
|
|
334
|
+
model/wTGamingCreateParams.ts
|
|
335
|
+
model/wTGamingUpdateParams.ts
|
|
266
336
|
model/wTImageGridCreateParams.ts
|
|
267
337
|
model/wTImageGridUpdateParams.ts
|
|
268
338
|
model/wTImportedList.ts
|
|
269
339
|
model/wTImportedListRecipientFromMembershipTierImport.ts
|
|
340
|
+
model/wTImportedListRecipientFromMembershipTierImportTierID.ts
|
|
270
341
|
model/wTInfoGenesisLookupRequestErrors.ts
|
|
271
342
|
model/wTInfoGenesisRecordFilterParameters.ts
|
|
272
343
|
model/wTInfoGenesisRoutingIDs.ts
|
|
273
344
|
model/wTInfoGenesisUniquePostingIDs.ts
|
|
274
345
|
model/wTLinkBook.ts
|
|
275
346
|
model/wTLinkBookCreateParams.ts
|
|
347
|
+
model/wTLinkBookLinkBookSectionID.ts
|
|
276
348
|
model/wTLinkBookSectionCreateParams.ts
|
|
277
349
|
model/wTLinkBookSectionUpdateParams.ts
|
|
278
350
|
model/wTLinkBookUpdateParams.ts
|
|
351
|
+
model/wTLocalInstance.ts
|
|
352
|
+
model/wTLoungeCreateParams.ts
|
|
353
|
+
model/wTLoungeUpdateParams.ts
|
|
279
354
|
model/wTMember.ts
|
|
280
355
|
model/wTMemberCreationParams.ts
|
|
281
356
|
model/wTMembershipTier.ts
|
|
282
357
|
model/wTMembershipTierCreationParams.ts
|
|
358
|
+
model/wTMembershipTierId.ts
|
|
283
359
|
model/wTMembershipTierUpdateParams.ts
|
|
284
360
|
model/wTMembershipTierWithMemberCount.ts
|
|
285
361
|
model/wTMerchantCredit.ts
|
|
@@ -287,8 +363,9 @@ model/wTMerchantCreditCreationParams.ts
|
|
|
287
363
|
model/wTMerchantURLCreate.ts
|
|
288
364
|
model/wTMerchantURLUpdate.ts
|
|
289
365
|
model/wTMerchantUpdate.ts
|
|
290
|
-
model/wTMerchantUpdateBillingContact.ts
|
|
291
366
|
model/wTMerchantUpdatePOSIntegration.ts
|
|
367
|
+
model/wTMerchantUpdatePointsOfContact.ts
|
|
368
|
+
model/wTMessageInstance.ts
|
|
292
369
|
model/wTNewsArticleCreateParams.ts
|
|
293
370
|
model/wTNewsArticleUpdateParams.ts
|
|
294
371
|
model/wTOptInList.ts
|
|
@@ -301,16 +378,27 @@ model/wTPerformanceUpdateParams.ts
|
|
|
301
378
|
model/wTPosMachine.ts
|
|
302
379
|
model/wTPosMachineCreateParams.ts
|
|
303
380
|
model/wTPosMachineUpdateParams.ts
|
|
381
|
+
model/wTProductCreateParams.ts
|
|
382
|
+
model/wTProductUpdateParams.ts
|
|
304
383
|
model/wTPromoCodeCreateParams.ts
|
|
305
384
|
model/wTPromoCodeUpdateParams.ts
|
|
385
|
+
model/wTQRCodeDesign.ts
|
|
386
|
+
model/wTQRCodeDesignCreateParams.ts
|
|
387
|
+
model/wTQRCodeDesignUpdateParams.ts
|
|
306
388
|
model/wTRole.ts
|
|
389
|
+
model/wTRoomRateCreateParams.ts
|
|
390
|
+
model/wTRoomRateUpdateParams.ts
|
|
307
391
|
model/wTSMSAcquirePhoneNumber.ts
|
|
308
|
-
model/wTSMSCreateAgreement.ts
|
|
309
392
|
model/wTSMSImportOptInListSubscribers.ts
|
|
310
393
|
model/wTSMSImportedListCreate.ts
|
|
311
394
|
model/wTSMSOptInListSourceCreate.ts
|
|
312
395
|
model/wTSMSUpdatePhoneNumberConfig.ts
|
|
396
|
+
model/wTServiceCreateParams.ts
|
|
397
|
+
model/wTServiceUpdateParams.ts
|
|
313
398
|
model/wTSettingsSetPassword.ts
|
|
399
|
+
model/wTSmsSubscriberCreateParams.ts
|
|
400
|
+
model/wTSmsSubscriberCreateParamsWalletUI.ts
|
|
401
|
+
model/wTSmsSubscriberUpdateParams.ts
|
|
314
402
|
model/wTStaticVoucher.ts
|
|
315
403
|
model/wTStaticVoucherCampaign.ts
|
|
316
404
|
model/wTStaticVoucherCampaignPreviewMessages.ts
|
|
@@ -320,15 +408,26 @@ model/wTStaticVoucherUpdateParams.ts
|
|
|
320
408
|
model/wTSystemApprovePhoneNumber.ts
|
|
321
409
|
model/wTSystemRoleCreate.ts
|
|
322
410
|
model/wTTCPAOpt.ts
|
|
411
|
+
model/wTTCPAOptListID.ts
|
|
412
|
+
model/wTTCPAOptSourceID.ts
|
|
413
|
+
model/wTTicket.ts
|
|
414
|
+
model/wTTicketCreateParams.ts
|
|
415
|
+
model/wTTicketUpdateParams.ts
|
|
323
416
|
model/wTTwilioRequestAuthyCode.ts
|
|
324
417
|
model/wTTwilioVerifyAuthyCode.ts
|
|
418
|
+
model/wTVideoCreateParams.ts
|
|
419
|
+
model/wTVideoUpdateParams.ts
|
|
420
|
+
model/wTVirtualBusinessCardCreateParams.ts
|
|
421
|
+
model/wTVirtualBusinessCardUpdateParams.ts
|
|
325
422
|
model/wTWalletConfigurationSaveWalletRecord.ts
|
|
326
423
|
model/wTWalletItemRedemption.ts
|
|
327
424
|
model/wTWalletObjectPrefixCounts.ts
|
|
328
425
|
model/wTWalletPageView.ts
|
|
329
426
|
model/wTWalletPageViewCount.ts
|
|
330
427
|
model/wTWalletPageViewGeoPoint.ts
|
|
428
|
+
model/wTWalletPageViewId.ts
|
|
331
429
|
model/walletConfiguration.ts
|
|
430
|
+
model/walletConfigurationSmsOptInSourceID.ts
|
|
332
431
|
model/walletPageView.ts
|
|
333
432
|
model/webpage.ts
|
|
334
433
|
package.json
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7.3.0
|