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/model/models.ts
ADDED
|
@@ -0,0 +1,1338 @@
|
|
|
1
|
+
import localVarRequest from 'request';
|
|
2
|
+
|
|
3
|
+
export * from './a2PApplicationSubmission';
|
|
4
|
+
export * from './advertisementCredit';
|
|
5
|
+
export * from './advertisementCreditBroadcast';
|
|
6
|
+
export * from './advertisementCreditScan';
|
|
7
|
+
export * from './amenity';
|
|
8
|
+
export * from './announcement';
|
|
9
|
+
export * from './applicableTerminals';
|
|
10
|
+
export * from './authError';
|
|
11
|
+
export * from './availablePhoneNumbersRequest';
|
|
12
|
+
export * from './browserDetails';
|
|
13
|
+
export * from './businessClassification';
|
|
14
|
+
export * from './businessIndustry';
|
|
15
|
+
export * from './businessRegionsOfOperation';
|
|
16
|
+
export * from './businessRegistrationIdentifier';
|
|
17
|
+
export * from './businessStockExchanges';
|
|
18
|
+
export * from './businessType';
|
|
19
|
+
export * from './claimTicketRequest';
|
|
20
|
+
export * from './clickFunnelAmount';
|
|
21
|
+
export * from './clickFunnelContact';
|
|
22
|
+
export * from './clickFunnelContactProfile';
|
|
23
|
+
export * from './clickFunnelEvent';
|
|
24
|
+
export * from './clickFunnelOriginalAmount';
|
|
25
|
+
export * from './clickFunnelProduct';
|
|
26
|
+
export * from './clickFunnelPurchase';
|
|
27
|
+
export * from './clickFunnelRegistration';
|
|
28
|
+
export * from './countClaimedComps200Response';
|
|
29
|
+
export * from './createFile200Response';
|
|
30
|
+
export * from './createStaticVoucherCampaign';
|
|
31
|
+
export * from './createStaticVoucherCampaignWithVoucherWithCSV';
|
|
32
|
+
export * from './dashboardWidget';
|
|
33
|
+
export * from './dining';
|
|
34
|
+
export * from './document';
|
|
35
|
+
export * from './duplicateRowFound';
|
|
36
|
+
export * from './dynamicVoucher';
|
|
37
|
+
export * from './dynamicVoucherBroadcast';
|
|
38
|
+
export * from './dynamicVoucherBroadcastListType';
|
|
39
|
+
export * from './dynamicVoucherTemporalDecreaseFrequencyType';
|
|
40
|
+
export * from './emailSubscriber';
|
|
41
|
+
export * from './employee';
|
|
42
|
+
export * from './employeeAPIKey';
|
|
43
|
+
export * from './employeeActivityLog';
|
|
44
|
+
export * from './employeeAlert';
|
|
45
|
+
export * from './employeeScheduleStartDay';
|
|
46
|
+
export * from './employeeScheduleStartHour';
|
|
47
|
+
export * from './employeeScheduleStartMeridiem';
|
|
48
|
+
export * from './employeeScheduleStartMinute';
|
|
49
|
+
export * from './entityTooLarge';
|
|
50
|
+
export * from './exportDataFile';
|
|
51
|
+
export * from './falsumError';
|
|
52
|
+
export * from './falsumField';
|
|
53
|
+
export * from './feature';
|
|
54
|
+
export * from './fetchAllCountries200ResponseInner';
|
|
55
|
+
export * from './fetchAllLedgerTransactions200Response';
|
|
56
|
+
export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner';
|
|
57
|
+
export * from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType';
|
|
58
|
+
export * from './fetchCustomerTicketsWithTokenRequest';
|
|
59
|
+
export * from './fetchDomainsByIndustry200Response';
|
|
60
|
+
export * from './fetchImportedListRecipientsByPage200Response';
|
|
61
|
+
export * from './fetchInboundSMSByPage200Response';
|
|
62
|
+
export * from './fetchIndustry200Response';
|
|
63
|
+
export * from './fetchMembersCount200Response';
|
|
64
|
+
export * from './fetchOptInListSubscribersByPage200Response';
|
|
65
|
+
export * from './fetchOutboundSMSByPage200Response';
|
|
66
|
+
export * from './fetchPerformanceTicketsPage200Response';
|
|
67
|
+
export * from './fetchStaticVouchersPage200Response';
|
|
68
|
+
export * from './forbiddenRequest';
|
|
69
|
+
export * from './foreignKeyDoesNotExist';
|
|
70
|
+
export * from './gaming';
|
|
71
|
+
export * from './helpDeskRequest';
|
|
72
|
+
export * from './imageGrid';
|
|
73
|
+
export * from './importTicketsRequest';
|
|
74
|
+
export * from './importedList';
|
|
75
|
+
export * from './importedListRecipient';
|
|
76
|
+
export * from './inboundSMS';
|
|
77
|
+
export * from './internalServerError';
|
|
78
|
+
export * from './jobPosition';
|
|
79
|
+
export * from './ledgerEntry';
|
|
80
|
+
export * from './ledgerEntryParentObjectID';
|
|
81
|
+
export * from './ledgerEntryTransactionType';
|
|
82
|
+
export * from './linkBook';
|
|
83
|
+
export * from './linkBookSection';
|
|
84
|
+
export * from './loginStatus200Response';
|
|
85
|
+
export * from './loginStatus200ResponseAnyOf';
|
|
86
|
+
export * from './lounge';
|
|
87
|
+
export * from './mSAnalyticsMemberCountPartitionedByDate';
|
|
88
|
+
export * from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
|
|
89
|
+
export * from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
|
|
90
|
+
export * from './mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate';
|
|
91
|
+
export * from './mSAnalyticsMembershipTierAmountRefundedPartitionedByDate';
|
|
92
|
+
export * from './mSMemberHistory';
|
|
93
|
+
export * from './mSMemberHistoryPagination';
|
|
94
|
+
export * from './mSMemberRedemption';
|
|
95
|
+
export * from './mSMemberRedemptionPagination';
|
|
96
|
+
export * from './mSMemberRedemptionTransactionType';
|
|
97
|
+
export * from './mSMembershipTierHistory';
|
|
98
|
+
export * from './mSMembershipTierHistoryPagination';
|
|
99
|
+
export * from './mSMembershipTierRedemption';
|
|
100
|
+
export * from './mSMembershipTierRedemptionPagination';
|
|
101
|
+
export * from './mSMerchantCreditHistory';
|
|
102
|
+
export * from './mSMerchantCreditHistoryPagination';
|
|
103
|
+
export * from './mSMerchantCreditRedemption';
|
|
104
|
+
export * from './mSMerchantCreditRedemptionPagination';
|
|
105
|
+
export * from './mediaFile';
|
|
106
|
+
export * from './member';
|
|
107
|
+
export * from './memberSearch';
|
|
108
|
+
export * from './memberSearchSearchKey';
|
|
109
|
+
export * from './memberSearchSortKey';
|
|
110
|
+
export * from './merchant';
|
|
111
|
+
export * from './merchantCreditSearch';
|
|
112
|
+
export * from './merchantNotInitialized';
|
|
113
|
+
export * from './merchantURL';
|
|
114
|
+
export * from './message';
|
|
115
|
+
export * from './messageDirection';
|
|
116
|
+
export * from './messageStatus';
|
|
117
|
+
export * from './moduleError';
|
|
118
|
+
export * from './newsArticle';
|
|
119
|
+
export * from './optInList';
|
|
120
|
+
export * from './optInListSource';
|
|
121
|
+
export * from './optInListSubscriber';
|
|
122
|
+
export * from './outboundSMS';
|
|
123
|
+
export * from './paginatedWTMembers';
|
|
124
|
+
export * from './paginatedWTMerchantCredits';
|
|
125
|
+
export * from './paginationRequestWithIDAndWithoutSortOptions';
|
|
126
|
+
export * from './paginationRequestWithSortOptions';
|
|
127
|
+
export * from './paginationRequestWithSortOptionsSortOrder';
|
|
128
|
+
export * from './paymentDesign';
|
|
129
|
+
export * from './performance';
|
|
130
|
+
export * from './phoneNumber';
|
|
131
|
+
export * from './phoneNumberCapabilities';
|
|
132
|
+
export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
|
|
133
|
+
export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
|
|
134
|
+
export * from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
|
|
135
|
+
export * from './pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId';
|
|
136
|
+
export * from './pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier';
|
|
137
|
+
export * from './pickMSMemberExcludeKeyofMSMemberMemberIdentifier';
|
|
138
|
+
export * from './pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier';
|
|
139
|
+
export * from './pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier';
|
|
140
|
+
export * from './pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey';
|
|
141
|
+
export * from './pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded';
|
|
142
|
+
export * from './pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID';
|
|
143
|
+
export * from './pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId';
|
|
144
|
+
export * from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
|
|
145
|
+
export * from './pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs';
|
|
146
|
+
export * from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount';
|
|
147
|
+
export * from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID';
|
|
148
|
+
export * from './pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId';
|
|
149
|
+
export * from './pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId';
|
|
150
|
+
export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone';
|
|
151
|
+
export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID';
|
|
152
|
+
export * from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus';
|
|
153
|
+
export * from './pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID';
|
|
154
|
+
export * from './pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt';
|
|
155
|
+
export * from './pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId';
|
|
156
|
+
export * from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate';
|
|
157
|
+
export * from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType';
|
|
158
|
+
export * from './pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType';
|
|
159
|
+
export * from './pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID';
|
|
160
|
+
export * from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId';
|
|
161
|
+
export * from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType';
|
|
162
|
+
export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt';
|
|
163
|
+
export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID';
|
|
164
|
+
export * from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType';
|
|
165
|
+
export * from './pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId';
|
|
166
|
+
export * from './pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail';
|
|
167
|
+
export * from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday';
|
|
168
|
+
export * from './pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber';
|
|
169
|
+
export * from './pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID';
|
|
170
|
+
export * from './pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId';
|
|
171
|
+
export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID';
|
|
172
|
+
export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus';
|
|
173
|
+
export * from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix';
|
|
174
|
+
export * from './pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId';
|
|
175
|
+
export * from './pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime';
|
|
176
|
+
export * from './pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID';
|
|
177
|
+
export * from './plan';
|
|
178
|
+
export * from './portalPage';
|
|
179
|
+
export * from './presignedPost';
|
|
180
|
+
export * from './presignedPostFields';
|
|
181
|
+
export * from './product';
|
|
182
|
+
export * from './profileStatuses';
|
|
183
|
+
export * from './promoCode';
|
|
184
|
+
export * from './qRCodeDesign';
|
|
185
|
+
export * from './reachPerformanceStats';
|
|
186
|
+
export * from './request';
|
|
187
|
+
export * from './response';
|
|
188
|
+
export * from './role';
|
|
189
|
+
export * from './roleAuditLog';
|
|
190
|
+
export * from './roomRate';
|
|
191
|
+
export * from './sSImportedListRecipientCreateParams';
|
|
192
|
+
export * from './sSOptInSource';
|
|
193
|
+
export * from './sSOutboundStatuses';
|
|
194
|
+
export * from './saveMerchantCreditPaymentDesignRequest';
|
|
195
|
+
export * from './saveTicketSettingsRequest';
|
|
196
|
+
export * from './saveTicketSettingsRequestPaymentDesignID';
|
|
197
|
+
export * from './service';
|
|
198
|
+
export * from './simpleSMSBroadcast';
|
|
199
|
+
export * from './smsSubscriber';
|
|
200
|
+
export * from './staticVoucher';
|
|
201
|
+
export * from './staticVoucherCampaign';
|
|
202
|
+
export * from './staticVoucherCampaignBroadcast';
|
|
203
|
+
export * from './staticVoucherCampaignGroup';
|
|
204
|
+
export * from './staticVoucherCampaignUpdate';
|
|
205
|
+
export * from './status';
|
|
206
|
+
export * from './subscriptionFeature';
|
|
207
|
+
export * from './subscriptionPlan';
|
|
208
|
+
export * from './subscriptionProduct';
|
|
209
|
+
export * from './tcpa';
|
|
210
|
+
export * from './ticket';
|
|
211
|
+
export * from './trustBundleStatuses';
|
|
212
|
+
export * from './updateEmailNotificationPreferenceRequest';
|
|
213
|
+
export * from './updateStaticVoucherCampaignWithVoucher';
|
|
214
|
+
export * from './updateStaticVoucherCampaignWithVoucherVoucherID';
|
|
215
|
+
export * from './vSCampaignGeneratedMessage';
|
|
216
|
+
export * from './vSCampaignGeneratedMessagePagination';
|
|
217
|
+
export * from './vSDynamicVoucherStatus';
|
|
218
|
+
export * from './video';
|
|
219
|
+
export * from './virtualBusinessCard';
|
|
220
|
+
export * from './wTA2PApplicationUpdateParams';
|
|
221
|
+
export * from './wTAdvertisementCredit';
|
|
222
|
+
export * from './wTAdvertisementCreditCreateParams';
|
|
223
|
+
export * from './wTAdvertisementCreditScan';
|
|
224
|
+
export * from './wTAdvertisementCreditUpdateParams';
|
|
225
|
+
export * from './wTAmenityCreateParams';
|
|
226
|
+
export * from './wTAmenityUpdateParams';
|
|
227
|
+
export * from './wTAuthenticationCheckSessionTokenStatusResponse';
|
|
228
|
+
export * from './wTAuthenticationForgotPassword';
|
|
229
|
+
export * from './wTAuthenticationLoginRequest';
|
|
230
|
+
export * from './wTAuthenticationLoginResponse';
|
|
231
|
+
export * from './wTAuthenticationRegister';
|
|
232
|
+
export * from './wTAuthenticationRequestResetPassword';
|
|
233
|
+
export * from './wTAuthenticationResetPassword';
|
|
234
|
+
export * from './wTAuthenticationSSOLoginForDiscourse';
|
|
235
|
+
export * from './wTBillingChangePlan';
|
|
236
|
+
export * from './wTBillingSavePaymentMethod';
|
|
237
|
+
export * from './wTBillingVerifyPaymentMethodResponse';
|
|
238
|
+
export * from './wTCountResult';
|
|
239
|
+
export * from './wTCustomerSearchByMemberID';
|
|
240
|
+
export * from './wTCustomerSearchByPhoneNumber';
|
|
241
|
+
export * from './wTDiningCreateParams';
|
|
242
|
+
export * from './wTDiningUpdateParams';
|
|
243
|
+
export * from './wTDynamicVoucher';
|
|
244
|
+
export * from './wTDynamicVoucherCreateParams';
|
|
245
|
+
export * from './wTDynamicVoucherRedemption';
|
|
246
|
+
export * from './wTDynamicVoucherRedemptionTransactionType';
|
|
247
|
+
export * from './wTDynamicVoucherSummary';
|
|
248
|
+
export * from './wTDynamicVoucherSummaryStatus';
|
|
249
|
+
export * from './wTDynamicVoucherUpdateParams';
|
|
250
|
+
export * from './wTEmailSubscriberCreateParams';
|
|
251
|
+
export * from './wTEmailSubscriberCreateParamsWalletUI';
|
|
252
|
+
export * from './wTEmailSubscriberUpdateParams';
|
|
253
|
+
export * from './wTEmployee';
|
|
254
|
+
export * from './wTEmployeeAPIKey';
|
|
255
|
+
export * from './wTEmployeeAPIKeyCreateParams';
|
|
256
|
+
export * from './wTEmployeeAPIKeyUpdateParams';
|
|
257
|
+
export * from './wTEmployeeCreate';
|
|
258
|
+
export * from './wTEmployeeCreateDocument';
|
|
259
|
+
export * from './wTEmployeeCreateMediaFile';
|
|
260
|
+
export * from './wTEmployeeCreateStaticVoucherCampaignGroup';
|
|
261
|
+
export * from './wTEmployeeFileCreate';
|
|
262
|
+
export * from './wTEmployeeImportRecords';
|
|
263
|
+
export * from './wTEmployeeNotification';
|
|
264
|
+
export * from './wTEmployeeNotificationType';
|
|
265
|
+
export * from './wTEmployeePeerRoles';
|
|
266
|
+
export * from './wTEmployeeS3FilePresign';
|
|
267
|
+
export * from './wTEmployeeS3FilePresignContext';
|
|
268
|
+
export * from './wTEmployeeScheduleSMSCampaignBroadcast';
|
|
269
|
+
export * from './wTEmployeeScheduleSimpleSMS';
|
|
270
|
+
export * from './wTEmployeeScheduleSimpleSMSListType';
|
|
271
|
+
export * from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
272
|
+
export * from './wTEmployeeSendHelpDeskResponse';
|
|
273
|
+
export * from './wTEmployeeUpdate';
|
|
274
|
+
export * from './wTEmployeeUpdateRecords';
|
|
275
|
+
export * from './wTFetchWalletPaymentObjectsWithToken';
|
|
276
|
+
export * from './wTGamingCreateParams';
|
|
277
|
+
export * from './wTGamingUpdateParams';
|
|
278
|
+
export * from './wTImageGridCreateParams';
|
|
279
|
+
export * from './wTImageGridUpdateParams';
|
|
280
|
+
export * from './wTImportedList';
|
|
281
|
+
export * from './wTImportedListRecipientFromMembershipTierImport';
|
|
282
|
+
export * from './wTImportedListRecipientFromMembershipTierImportTierID';
|
|
283
|
+
export * from './wTInfoGenesisLookupRequestErrors';
|
|
284
|
+
export * from './wTInfoGenesisRecordFilterParameters';
|
|
285
|
+
export * from './wTInfoGenesisRoutingIDs';
|
|
286
|
+
export * from './wTInfoGenesisUniquePostingIDs';
|
|
287
|
+
export * from './wTLinkBook';
|
|
288
|
+
export * from './wTLinkBookCreateParams';
|
|
289
|
+
export * from './wTLinkBookLinkBookSectionID';
|
|
290
|
+
export * from './wTLinkBookSectionCreateParams';
|
|
291
|
+
export * from './wTLinkBookSectionUpdateParams';
|
|
292
|
+
export * from './wTLinkBookUpdateParams';
|
|
293
|
+
export * from './wTLocalInstance';
|
|
294
|
+
export * from './wTLoungeCreateParams';
|
|
295
|
+
export * from './wTLoungeUpdateParams';
|
|
296
|
+
export * from './wTMember';
|
|
297
|
+
export * from './wTMemberCreationParams';
|
|
298
|
+
export * from './wTMembershipTier';
|
|
299
|
+
export * from './wTMembershipTierCreationParams';
|
|
300
|
+
export * from './wTMembershipTierId';
|
|
301
|
+
export * from './wTMembershipTierUpdateParams';
|
|
302
|
+
export * from './wTMembershipTierWithMemberCount';
|
|
303
|
+
export * from './wTMerchantCredit';
|
|
304
|
+
export * from './wTMerchantCreditCreationParams';
|
|
305
|
+
export * from './wTMerchantURLCreate';
|
|
306
|
+
export * from './wTMerchantURLUpdate';
|
|
307
|
+
export * from './wTMerchantUpdate';
|
|
308
|
+
export * from './wTMerchantUpdatePOSIntegration';
|
|
309
|
+
export * from './wTMerchantUpdatePointsOfContact';
|
|
310
|
+
export * from './wTMessageInstance';
|
|
311
|
+
export * from './wTNewsArticleCreateParams';
|
|
312
|
+
export * from './wTNewsArticleUpdateParams';
|
|
313
|
+
export * from './wTOptInList';
|
|
314
|
+
export * from './wTOptInListCreationParams';
|
|
315
|
+
export * from './wTPaymentDesign';
|
|
316
|
+
export * from './wTPaymentDesignCreateParams';
|
|
317
|
+
export * from './wTPaymentDesignUpdateParams';
|
|
318
|
+
export * from './wTPerformanceCreateParams';
|
|
319
|
+
export * from './wTPerformanceUpdateParams';
|
|
320
|
+
export * from './wTPosMachine';
|
|
321
|
+
export * from './wTPosMachineCreateParams';
|
|
322
|
+
export * from './wTPosMachineUpdateParams';
|
|
323
|
+
export * from './wTProductCreateParams';
|
|
324
|
+
export * from './wTProductUpdateParams';
|
|
325
|
+
export * from './wTPromoCodeCreateParams';
|
|
326
|
+
export * from './wTPromoCodeUpdateParams';
|
|
327
|
+
export * from './wTQRCodeDesign';
|
|
328
|
+
export * from './wTQRCodeDesignCreateParams';
|
|
329
|
+
export * from './wTQRCodeDesignUpdateParams';
|
|
330
|
+
export * from './wTRole';
|
|
331
|
+
export * from './wTRoomRateCreateParams';
|
|
332
|
+
export * from './wTRoomRateUpdateParams';
|
|
333
|
+
export * from './wTSMSAcquirePhoneNumber';
|
|
334
|
+
export * from './wTSMSImportOptInListSubscribers';
|
|
335
|
+
export * from './wTSMSImportedListCreate';
|
|
336
|
+
export * from './wTSMSOptInListSourceCreate';
|
|
337
|
+
export * from './wTSMSUpdatePhoneNumberConfig';
|
|
338
|
+
export * from './wTServiceCreateParams';
|
|
339
|
+
export * from './wTServiceUpdateParams';
|
|
340
|
+
export * from './wTSettingsSetPassword';
|
|
341
|
+
export * from './wTSmsSubscriberCreateParams';
|
|
342
|
+
export * from './wTSmsSubscriberCreateParamsWalletUI';
|
|
343
|
+
export * from './wTSmsSubscriberUpdateParams';
|
|
344
|
+
export * from './wTStaticVoucher';
|
|
345
|
+
export * from './wTStaticVoucherCampaign';
|
|
346
|
+
export * from './wTStaticVoucherCampaignPreviewMessages';
|
|
347
|
+
export * from './wTStaticVoucherCampaignPreviewMessagesByPage';
|
|
348
|
+
export * from './wTStaticVoucherCreateParams';
|
|
349
|
+
export * from './wTStaticVoucherUpdateParams';
|
|
350
|
+
export * from './wTSystemApprovePhoneNumber';
|
|
351
|
+
export * from './wTSystemRoleCreate';
|
|
352
|
+
export * from './wTTCPAOpt';
|
|
353
|
+
export * from './wTTCPAOptListID';
|
|
354
|
+
export * from './wTTCPAOptSourceID';
|
|
355
|
+
export * from './wTTicket';
|
|
356
|
+
export * from './wTTicketCreateParams';
|
|
357
|
+
export * from './wTTicketUpdateParams';
|
|
358
|
+
export * from './wTTwilioRequestAuthyCode';
|
|
359
|
+
export * from './wTTwilioVerifyAuthyCode';
|
|
360
|
+
export * from './wTVideoCreateParams';
|
|
361
|
+
export * from './wTVideoUpdateParams';
|
|
362
|
+
export * from './wTVirtualBusinessCardCreateParams';
|
|
363
|
+
export * from './wTVirtualBusinessCardUpdateParams';
|
|
364
|
+
export * from './wTWalletConfigurationSaveWalletRecord';
|
|
365
|
+
export * from './wTWalletItemRedemption';
|
|
366
|
+
export * from './wTWalletObjectPrefixCounts';
|
|
367
|
+
export * from './wTWalletPageView';
|
|
368
|
+
export * from './wTWalletPageViewCount';
|
|
369
|
+
export * from './wTWalletPageViewGeoPoint';
|
|
370
|
+
export * from './wTWalletPageViewId';
|
|
371
|
+
export * from './walletConfiguration';
|
|
372
|
+
export * from './walletConfigurationSmsOptInSourceID';
|
|
373
|
+
export * from './walletPageView';
|
|
374
|
+
export * from './webpage';
|
|
375
|
+
|
|
376
|
+
import * as fs from 'fs';
|
|
377
|
+
|
|
378
|
+
export interface RequestDetailedFile {
|
|
379
|
+
value: Buffer;
|
|
380
|
+
options?: {
|
|
381
|
+
filename?: string;
|
|
382
|
+
contentType?: string;
|
|
383
|
+
}
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export type RequestFile = string | Buffer | fs.ReadStream | RequestDetailedFile;
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
import { A2PApplicationSubmission } from './a2PApplicationSubmission';
|
|
390
|
+
import { AdvertisementCredit } from './advertisementCredit';
|
|
391
|
+
import { AdvertisementCreditBroadcast } from './advertisementCreditBroadcast';
|
|
392
|
+
import { AdvertisementCreditScan } from './advertisementCreditScan';
|
|
393
|
+
import { Amenity } from './amenity';
|
|
394
|
+
import { Announcement } from './announcement';
|
|
395
|
+
import { ApplicableTerminals } from './applicableTerminals';
|
|
396
|
+
import { AuthError } from './authError';
|
|
397
|
+
import { AvailablePhoneNumbersRequest } from './availablePhoneNumbersRequest';
|
|
398
|
+
import { BrowserDetails } from './browserDetails';
|
|
399
|
+
import { BusinessClassification } from './businessClassification';
|
|
400
|
+
import { BusinessIndustry } from './businessIndustry';
|
|
401
|
+
import { BusinessRegionsOfOperation } from './businessRegionsOfOperation';
|
|
402
|
+
import { BusinessRegistrationIdentifier } from './businessRegistrationIdentifier';
|
|
403
|
+
import { BusinessStockExchanges } from './businessStockExchanges';
|
|
404
|
+
import { BusinessType } from './businessType';
|
|
405
|
+
import { ClaimTicketRequest } from './claimTicketRequest';
|
|
406
|
+
import { ClickFunnelAmount } from './clickFunnelAmount';
|
|
407
|
+
import { ClickFunnelContact } from './clickFunnelContact';
|
|
408
|
+
import { ClickFunnelContactProfile } from './clickFunnelContactProfile';
|
|
409
|
+
import { ClickFunnelEvent } from './clickFunnelEvent';
|
|
410
|
+
import { ClickFunnelOriginalAmount } from './clickFunnelOriginalAmount';
|
|
411
|
+
import { ClickFunnelProduct } from './clickFunnelProduct';
|
|
412
|
+
import { ClickFunnelPurchase } from './clickFunnelPurchase';
|
|
413
|
+
import { ClickFunnelRegistration } from './clickFunnelRegistration';
|
|
414
|
+
import { CountClaimedComps200Response } from './countClaimedComps200Response';
|
|
415
|
+
import { CreateFile200Response } from './createFile200Response';
|
|
416
|
+
import { CreateStaticVoucherCampaign } from './createStaticVoucherCampaign';
|
|
417
|
+
import { CreateStaticVoucherCampaignWithVoucherWithCSV } from './createStaticVoucherCampaignWithVoucherWithCSV';
|
|
418
|
+
import { DashboardWidget } from './dashboardWidget';
|
|
419
|
+
import { Dining } from './dining';
|
|
420
|
+
import { Document } from './document';
|
|
421
|
+
import { DuplicateRowFound } from './duplicateRowFound';
|
|
422
|
+
import { DynamicVoucher } from './dynamicVoucher';
|
|
423
|
+
import { DynamicVoucherBroadcast } from './dynamicVoucherBroadcast';
|
|
424
|
+
import { DynamicVoucherBroadcastListType } from './dynamicVoucherBroadcastListType';
|
|
425
|
+
import { DynamicVoucherTemporalDecreaseFrequencyType } from './dynamicVoucherTemporalDecreaseFrequencyType';
|
|
426
|
+
import { EmailSubscriber } from './emailSubscriber';
|
|
427
|
+
import { Employee } from './employee';
|
|
428
|
+
import { EmployeeAPIKey } from './employeeAPIKey';
|
|
429
|
+
import { EmployeeActivityLog } from './employeeActivityLog';
|
|
430
|
+
import { EmployeeAlert } from './employeeAlert';
|
|
431
|
+
import { EmployeeScheduleStartDay } from './employeeScheduleStartDay';
|
|
432
|
+
import { EmployeeScheduleStartHour } from './employeeScheduleStartHour';
|
|
433
|
+
import { EmployeeScheduleStartMeridiem } from './employeeScheduleStartMeridiem';
|
|
434
|
+
import { EmployeeScheduleStartMinute } from './employeeScheduleStartMinute';
|
|
435
|
+
import { EntityTooLarge } from './entityTooLarge';
|
|
436
|
+
import { ExportDataFile } from './exportDataFile';
|
|
437
|
+
import { FalsumError } from './falsumError';
|
|
438
|
+
import { FalsumField } from './falsumField';
|
|
439
|
+
import { Feature } from './feature';
|
|
440
|
+
import { FetchAllCountries200ResponseInner } from './fetchAllCountries200ResponseInner';
|
|
441
|
+
import { FetchAllLedgerTransactions200Response } from './fetchAllLedgerTransactions200Response';
|
|
442
|
+
import { FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner } from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner';
|
|
443
|
+
import { FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType } from './fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType';
|
|
444
|
+
import { FetchCustomerTicketsWithTokenRequest } from './fetchCustomerTicketsWithTokenRequest';
|
|
445
|
+
import { FetchDomainsByIndustry200Response } from './fetchDomainsByIndustry200Response';
|
|
446
|
+
import { FetchImportedListRecipientsByPage200Response } from './fetchImportedListRecipientsByPage200Response';
|
|
447
|
+
import { FetchInboundSMSByPage200Response } from './fetchInboundSMSByPage200Response';
|
|
448
|
+
import { FetchIndustry200Response } from './fetchIndustry200Response';
|
|
449
|
+
import { FetchMembersCount200Response } from './fetchMembersCount200Response';
|
|
450
|
+
import { FetchOptInListSubscribersByPage200Response } from './fetchOptInListSubscribersByPage200Response';
|
|
451
|
+
import { FetchOutboundSMSByPage200Response } from './fetchOutboundSMSByPage200Response';
|
|
452
|
+
import { FetchPerformanceTicketsPage200Response } from './fetchPerformanceTicketsPage200Response';
|
|
453
|
+
import { FetchStaticVouchersPage200Response } from './fetchStaticVouchersPage200Response';
|
|
454
|
+
import { ForbiddenRequest } from './forbiddenRequest';
|
|
455
|
+
import { ForeignKeyDoesNotExist } from './foreignKeyDoesNotExist';
|
|
456
|
+
import { Gaming } from './gaming';
|
|
457
|
+
import { HelpDeskRequest } from './helpDeskRequest';
|
|
458
|
+
import { ImageGrid } from './imageGrid';
|
|
459
|
+
import { ImportTicketsRequest } from './importTicketsRequest';
|
|
460
|
+
import { ImportedList } from './importedList';
|
|
461
|
+
import { ImportedListRecipient } from './importedListRecipient';
|
|
462
|
+
import { InboundSMS } from './inboundSMS';
|
|
463
|
+
import { InternalServerError } from './internalServerError';
|
|
464
|
+
import { JobPosition } from './jobPosition';
|
|
465
|
+
import { LedgerEntry } from './ledgerEntry';
|
|
466
|
+
import { LedgerEntryParentObjectID } from './ledgerEntryParentObjectID';
|
|
467
|
+
import { LedgerEntryTransactionType } from './ledgerEntryTransactionType';
|
|
468
|
+
import { LinkBook } from './linkBook';
|
|
469
|
+
import { LinkBookSection } from './linkBookSection';
|
|
470
|
+
import { LoginStatus200Response } from './loginStatus200Response';
|
|
471
|
+
import { LoginStatus200ResponseAnyOf } from './loginStatus200ResponseAnyOf';
|
|
472
|
+
import { Lounge } from './lounge';
|
|
473
|
+
import { MSAnalyticsMemberCountPartitionedByDate } from './mSAnalyticsMemberCountPartitionedByDate';
|
|
474
|
+
import { MSAnalyticsMemberPointsRedeemedPartitionedByDate } from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
|
|
475
|
+
import { MSAnalyticsMemberPointsRefundedPartitionedByDate } from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
|
|
476
|
+
import { MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate } from './mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate';
|
|
477
|
+
import { MSAnalyticsMembershipTierAmountRefundedPartitionedByDate } from './mSAnalyticsMembershipTierAmountRefundedPartitionedByDate';
|
|
478
|
+
import { MSMemberHistory } from './mSMemberHistory';
|
|
479
|
+
import { MSMemberHistoryPagination } from './mSMemberHistoryPagination';
|
|
480
|
+
import { MSMemberRedemption } from './mSMemberRedemption';
|
|
481
|
+
import { MSMemberRedemptionPagination } from './mSMemberRedemptionPagination';
|
|
482
|
+
import { MSMemberRedemptionTransactionType } from './mSMemberRedemptionTransactionType';
|
|
483
|
+
import { MSMembershipTierHistory } from './mSMembershipTierHistory';
|
|
484
|
+
import { MSMembershipTierHistoryPagination } from './mSMembershipTierHistoryPagination';
|
|
485
|
+
import { MSMembershipTierRedemption } from './mSMembershipTierRedemption';
|
|
486
|
+
import { MSMembershipTierRedemptionPagination } from './mSMembershipTierRedemptionPagination';
|
|
487
|
+
import { MSMerchantCreditHistory } from './mSMerchantCreditHistory';
|
|
488
|
+
import { MSMerchantCreditHistoryPagination } from './mSMerchantCreditHistoryPagination';
|
|
489
|
+
import { MSMerchantCreditRedemption } from './mSMerchantCreditRedemption';
|
|
490
|
+
import { MSMerchantCreditRedemptionPagination } from './mSMerchantCreditRedemptionPagination';
|
|
491
|
+
import { MediaFile } from './mediaFile';
|
|
492
|
+
import { Member } from './member';
|
|
493
|
+
import { MemberSearch } from './memberSearch';
|
|
494
|
+
import { MemberSearchSearchKey } from './memberSearchSearchKey';
|
|
495
|
+
import { MemberSearchSortKey } from './memberSearchSortKey';
|
|
496
|
+
import { Merchant } from './merchant';
|
|
497
|
+
import { MerchantCreditSearch } from './merchantCreditSearch';
|
|
498
|
+
import { MerchantNotInitialized } from './merchantNotInitialized';
|
|
499
|
+
import { MerchantURL } from './merchantURL';
|
|
500
|
+
import { Message } from './message';
|
|
501
|
+
import { MessageDirection } from './messageDirection';
|
|
502
|
+
import { MessageStatus } from './messageStatus';
|
|
503
|
+
import { ModuleError } from './moduleError';
|
|
504
|
+
import { NewsArticle } from './newsArticle';
|
|
505
|
+
import { OptInList } from './optInList';
|
|
506
|
+
import { OptInListSource } from './optInListSource';
|
|
507
|
+
import { OptInListSubscriber } from './optInListSubscriber';
|
|
508
|
+
import { OutboundSMS } from './outboundSMS';
|
|
509
|
+
import { PaginatedWTMembers } from './paginatedWTMembers';
|
|
510
|
+
import { PaginatedWTMerchantCredits } from './paginatedWTMerchantCredits';
|
|
511
|
+
import { PaginationRequestWithIDAndWithoutSortOptions } from './paginationRequestWithIDAndWithoutSortOptions';
|
|
512
|
+
import { PaginationRequestWithSortOptions } from './paginationRequestWithSortOptions';
|
|
513
|
+
import { PaginationRequestWithSortOptionsSortOrder } from './paginationRequestWithSortOptionsSortOrder';
|
|
514
|
+
import { PaymentDesign } from './paymentDesign';
|
|
515
|
+
import { Performance } from './performance';
|
|
516
|
+
import { PhoneNumber } from './phoneNumber';
|
|
517
|
+
import { PhoneNumberCapabilities } from './phoneNumberCapabilities';
|
|
518
|
+
import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive';
|
|
519
|
+
import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
|
|
520
|
+
import { PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID } from './pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID';
|
|
521
|
+
import { PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId } from './pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId';
|
|
522
|
+
import { PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier } from './pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier';
|
|
523
|
+
import { PickMSMemberExcludeKeyofMSMemberMemberIdentifier } from './pickMSMemberExcludeKeyofMSMemberMemberIdentifier';
|
|
524
|
+
import { PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier } from './pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier';
|
|
525
|
+
import { PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier } from './pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier';
|
|
526
|
+
import { PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey } from './pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey';
|
|
527
|
+
import { PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded } from './pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded';
|
|
528
|
+
import { PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID } from './pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID';
|
|
529
|
+
import { PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId } from './pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId';
|
|
530
|
+
import { PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId } from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
|
|
531
|
+
import { PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs } from './pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs';
|
|
532
|
+
import { PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount } from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount';
|
|
533
|
+
import { PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID } from './pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID';
|
|
534
|
+
import { PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId } from './pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId';
|
|
535
|
+
import { PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId } from './pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId';
|
|
536
|
+
import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone';
|
|
537
|
+
import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID';
|
|
538
|
+
import { PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus } from './pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus';
|
|
539
|
+
import { PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID } from './pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID';
|
|
540
|
+
import { PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt } from './pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt';
|
|
541
|
+
import { PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId } from './pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId';
|
|
542
|
+
import { PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate } from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate';
|
|
543
|
+
import { PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType } from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType';
|
|
544
|
+
import { PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType } from './pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType';
|
|
545
|
+
import { PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID } from './pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID';
|
|
546
|
+
import { PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId } from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId';
|
|
547
|
+
import { PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType } from './pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType';
|
|
548
|
+
import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt';
|
|
549
|
+
import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID';
|
|
550
|
+
import { PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType } from './pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType';
|
|
551
|
+
import { PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId } from './pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId';
|
|
552
|
+
import { PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail } from './pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail';
|
|
553
|
+
import { PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday } from './pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday';
|
|
554
|
+
import { PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber } from './pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber';
|
|
555
|
+
import { PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID } from './pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID';
|
|
556
|
+
import { PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId } from './pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId';
|
|
557
|
+
import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID';
|
|
558
|
+
import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus';
|
|
559
|
+
import { PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix } from './pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix';
|
|
560
|
+
import { PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId } from './pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId';
|
|
561
|
+
import { PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime } from './pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime';
|
|
562
|
+
import { PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID } from './pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID';
|
|
563
|
+
import { Plan } from './plan';
|
|
564
|
+
import { PortalPage } from './portalPage';
|
|
565
|
+
import { PresignedPost } from './presignedPost';
|
|
566
|
+
import { PresignedPostFields } from './presignedPostFields';
|
|
567
|
+
import { Product } from './product';
|
|
568
|
+
import { ProfileStatuses } from './profileStatuses';
|
|
569
|
+
import { PromoCode } from './promoCode';
|
|
570
|
+
import { QRCodeDesign } from './qRCodeDesign';
|
|
571
|
+
import { ReachPerformanceStats } from './reachPerformanceStats';
|
|
572
|
+
import { Request } from './request';
|
|
573
|
+
import { Response } from './response';
|
|
574
|
+
import { Role } from './role';
|
|
575
|
+
import { RoleAuditLog } from './roleAuditLog';
|
|
576
|
+
import { RoomRate } from './roomRate';
|
|
577
|
+
import { SSImportedListRecipientCreateParams } from './sSImportedListRecipientCreateParams';
|
|
578
|
+
import { SSOptInSource } from './sSOptInSource';
|
|
579
|
+
import { SSOutboundStatuses } from './sSOutboundStatuses';
|
|
580
|
+
import { SaveMerchantCreditPaymentDesignRequest } from './saveMerchantCreditPaymentDesignRequest';
|
|
581
|
+
import { SaveTicketSettingsRequest } from './saveTicketSettingsRequest';
|
|
582
|
+
import { SaveTicketSettingsRequestPaymentDesignID } from './saveTicketSettingsRequestPaymentDesignID';
|
|
583
|
+
import { Service } from './service';
|
|
584
|
+
import { SimpleSMSBroadcast } from './simpleSMSBroadcast';
|
|
585
|
+
import { SmsSubscriber } from './smsSubscriber';
|
|
586
|
+
import { StaticVoucher } from './staticVoucher';
|
|
587
|
+
import { StaticVoucherCampaign } from './staticVoucherCampaign';
|
|
588
|
+
import { StaticVoucherCampaignBroadcast } from './staticVoucherCampaignBroadcast';
|
|
589
|
+
import { StaticVoucherCampaignGroup } from './staticVoucherCampaignGroup';
|
|
590
|
+
import { StaticVoucherCampaignUpdate } from './staticVoucherCampaignUpdate';
|
|
591
|
+
import { Status } from './status';
|
|
592
|
+
import { SubscriptionFeature } from './subscriptionFeature';
|
|
593
|
+
import { SubscriptionPlan } from './subscriptionPlan';
|
|
594
|
+
import { SubscriptionProduct } from './subscriptionProduct';
|
|
595
|
+
import { Tcpa } from './tcpa';
|
|
596
|
+
import { Ticket } from './ticket';
|
|
597
|
+
import { TrustBundleStatuses } from './trustBundleStatuses';
|
|
598
|
+
import { UpdateEmailNotificationPreferenceRequest } from './updateEmailNotificationPreferenceRequest';
|
|
599
|
+
import { UpdateStaticVoucherCampaignWithVoucher } from './updateStaticVoucherCampaignWithVoucher';
|
|
600
|
+
import { UpdateStaticVoucherCampaignWithVoucherVoucherID } from './updateStaticVoucherCampaignWithVoucherVoucherID';
|
|
601
|
+
import { VSCampaignGeneratedMessage } from './vSCampaignGeneratedMessage';
|
|
602
|
+
import { VSCampaignGeneratedMessagePagination } from './vSCampaignGeneratedMessagePagination';
|
|
603
|
+
import { VSDynamicVoucherStatus } from './vSDynamicVoucherStatus';
|
|
604
|
+
import { Video } from './video';
|
|
605
|
+
import { VirtualBusinessCard } from './virtualBusinessCard';
|
|
606
|
+
import { WTA2PApplicationUpdateParams } from './wTA2PApplicationUpdateParams';
|
|
607
|
+
import { WTAdvertisementCredit } from './wTAdvertisementCredit';
|
|
608
|
+
import { WTAdvertisementCreditCreateParams } from './wTAdvertisementCreditCreateParams';
|
|
609
|
+
import { WTAdvertisementCreditScan } from './wTAdvertisementCreditScan';
|
|
610
|
+
import { WTAdvertisementCreditUpdateParams } from './wTAdvertisementCreditUpdateParams';
|
|
611
|
+
import { WTAmenityCreateParams } from './wTAmenityCreateParams';
|
|
612
|
+
import { WTAmenityUpdateParams } from './wTAmenityUpdateParams';
|
|
613
|
+
import { WTAuthenticationCheckSessionTokenStatusResponse } from './wTAuthenticationCheckSessionTokenStatusResponse';
|
|
614
|
+
import { WTAuthenticationForgotPassword } from './wTAuthenticationForgotPassword';
|
|
615
|
+
import { WTAuthenticationLoginRequest } from './wTAuthenticationLoginRequest';
|
|
616
|
+
import { WTAuthenticationLoginResponse } from './wTAuthenticationLoginResponse';
|
|
617
|
+
import { WTAuthenticationRegister } from './wTAuthenticationRegister';
|
|
618
|
+
import { WTAuthenticationRequestResetPassword } from './wTAuthenticationRequestResetPassword';
|
|
619
|
+
import { WTAuthenticationResetPassword } from './wTAuthenticationResetPassword';
|
|
620
|
+
import { WTAuthenticationSSOLoginForDiscourse } from './wTAuthenticationSSOLoginForDiscourse';
|
|
621
|
+
import { WTBillingChangePlan } from './wTBillingChangePlan';
|
|
622
|
+
import { WTBillingSavePaymentMethod } from './wTBillingSavePaymentMethod';
|
|
623
|
+
import { WTBillingVerifyPaymentMethodResponse } from './wTBillingVerifyPaymentMethodResponse';
|
|
624
|
+
import { WTCountResult } from './wTCountResult';
|
|
625
|
+
import { WTCustomerSearchByMemberID } from './wTCustomerSearchByMemberID';
|
|
626
|
+
import { WTCustomerSearchByPhoneNumber } from './wTCustomerSearchByPhoneNumber';
|
|
627
|
+
import { WTDiningCreateParams } from './wTDiningCreateParams';
|
|
628
|
+
import { WTDiningUpdateParams } from './wTDiningUpdateParams';
|
|
629
|
+
import { WTDynamicVoucher } from './wTDynamicVoucher';
|
|
630
|
+
import { WTDynamicVoucherCreateParams } from './wTDynamicVoucherCreateParams';
|
|
631
|
+
import { WTDynamicVoucherRedemption } from './wTDynamicVoucherRedemption';
|
|
632
|
+
import { WTDynamicVoucherRedemptionTransactionType } from './wTDynamicVoucherRedemptionTransactionType';
|
|
633
|
+
import { WTDynamicVoucherSummary } from './wTDynamicVoucherSummary';
|
|
634
|
+
import { WTDynamicVoucherSummaryStatus } from './wTDynamicVoucherSummaryStatus';
|
|
635
|
+
import { WTDynamicVoucherUpdateParams } from './wTDynamicVoucherUpdateParams';
|
|
636
|
+
import { WTEmailSubscriberCreateParams } from './wTEmailSubscriberCreateParams';
|
|
637
|
+
import { WTEmailSubscriberCreateParamsWalletUI } from './wTEmailSubscriberCreateParamsWalletUI';
|
|
638
|
+
import { WTEmailSubscriberUpdateParams } from './wTEmailSubscriberUpdateParams';
|
|
639
|
+
import { WTEmployee } from './wTEmployee';
|
|
640
|
+
import { WTEmployeeAPIKey } from './wTEmployeeAPIKey';
|
|
641
|
+
import { WTEmployeeAPIKeyCreateParams } from './wTEmployeeAPIKeyCreateParams';
|
|
642
|
+
import { WTEmployeeAPIKeyUpdateParams } from './wTEmployeeAPIKeyUpdateParams';
|
|
643
|
+
import { WTEmployeeCreate } from './wTEmployeeCreate';
|
|
644
|
+
import { WTEmployeeCreateDocument } from './wTEmployeeCreateDocument';
|
|
645
|
+
import { WTEmployeeCreateMediaFile } from './wTEmployeeCreateMediaFile';
|
|
646
|
+
import { WTEmployeeCreateStaticVoucherCampaignGroup } from './wTEmployeeCreateStaticVoucherCampaignGroup';
|
|
647
|
+
import { WTEmployeeFileCreate } from './wTEmployeeFileCreate';
|
|
648
|
+
import { WTEmployeeImportRecords } from './wTEmployeeImportRecords';
|
|
649
|
+
import { WTEmployeeNotification } from './wTEmployeeNotification';
|
|
650
|
+
import { WTEmployeeNotificationType } from './wTEmployeeNotificationType';
|
|
651
|
+
import { WTEmployeePeerRoles } from './wTEmployeePeerRoles';
|
|
652
|
+
import { WTEmployeeS3FilePresign } from './wTEmployeeS3FilePresign';
|
|
653
|
+
import { WTEmployeeS3FilePresignContext } from './wTEmployeeS3FilePresignContext';
|
|
654
|
+
import { WTEmployeeScheduleSMSCampaignBroadcast } from './wTEmployeeScheduleSMSCampaignBroadcast';
|
|
655
|
+
import { WTEmployeeScheduleSimpleSMS } from './wTEmployeeScheduleSimpleSMS';
|
|
656
|
+
import { WTEmployeeScheduleSimpleSMSListType } from './wTEmployeeScheduleSimpleSMSListType';
|
|
657
|
+
import { WTEmployeeScheduleSimpleSMSToRecipient } from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
658
|
+
import { WTEmployeeSendHelpDeskResponse } from './wTEmployeeSendHelpDeskResponse';
|
|
659
|
+
import { WTEmployeeUpdate } from './wTEmployeeUpdate';
|
|
660
|
+
import { WTEmployeeUpdateRecords } from './wTEmployeeUpdateRecords';
|
|
661
|
+
import { WTFetchWalletPaymentObjectsWithToken } from './wTFetchWalletPaymentObjectsWithToken';
|
|
662
|
+
import { WTGamingCreateParams } from './wTGamingCreateParams';
|
|
663
|
+
import { WTGamingUpdateParams } from './wTGamingUpdateParams';
|
|
664
|
+
import { WTImageGridCreateParams } from './wTImageGridCreateParams';
|
|
665
|
+
import { WTImageGridUpdateParams } from './wTImageGridUpdateParams';
|
|
666
|
+
import { WTImportedList } from './wTImportedList';
|
|
667
|
+
import { WTImportedListRecipientFromMembershipTierImport } from './wTImportedListRecipientFromMembershipTierImport';
|
|
668
|
+
import { WTImportedListRecipientFromMembershipTierImportTierID } from './wTImportedListRecipientFromMembershipTierImportTierID';
|
|
669
|
+
import { WTInfoGenesisLookupRequestErrors } from './wTInfoGenesisLookupRequestErrors';
|
|
670
|
+
import { WTInfoGenesisRecordFilterParameters } from './wTInfoGenesisRecordFilterParameters';
|
|
671
|
+
import { WTInfoGenesisRoutingIDs } from './wTInfoGenesisRoutingIDs';
|
|
672
|
+
import { WTInfoGenesisUniquePostingIDs } from './wTInfoGenesisUniquePostingIDs';
|
|
673
|
+
import { WTLinkBook } from './wTLinkBook';
|
|
674
|
+
import { WTLinkBookCreateParams } from './wTLinkBookCreateParams';
|
|
675
|
+
import { WTLinkBookLinkBookSectionID } from './wTLinkBookLinkBookSectionID';
|
|
676
|
+
import { WTLinkBookSectionCreateParams } from './wTLinkBookSectionCreateParams';
|
|
677
|
+
import { WTLinkBookSectionUpdateParams } from './wTLinkBookSectionUpdateParams';
|
|
678
|
+
import { WTLinkBookUpdateParams } from './wTLinkBookUpdateParams';
|
|
679
|
+
import { WTLocalInstance } from './wTLocalInstance';
|
|
680
|
+
import { WTLoungeCreateParams } from './wTLoungeCreateParams';
|
|
681
|
+
import { WTLoungeUpdateParams } from './wTLoungeUpdateParams';
|
|
682
|
+
import { WTMember } from './wTMember';
|
|
683
|
+
import { WTMemberCreationParams } from './wTMemberCreationParams';
|
|
684
|
+
import { WTMembershipTier } from './wTMembershipTier';
|
|
685
|
+
import { WTMembershipTierCreationParams } from './wTMembershipTierCreationParams';
|
|
686
|
+
import { WTMembershipTierId } from './wTMembershipTierId';
|
|
687
|
+
import { WTMembershipTierUpdateParams } from './wTMembershipTierUpdateParams';
|
|
688
|
+
import { WTMembershipTierWithMemberCount } from './wTMembershipTierWithMemberCount';
|
|
689
|
+
import { WTMerchantCredit } from './wTMerchantCredit';
|
|
690
|
+
import { WTMerchantCreditCreationParams } from './wTMerchantCreditCreationParams';
|
|
691
|
+
import { WTMerchantURLCreate } from './wTMerchantURLCreate';
|
|
692
|
+
import { WTMerchantURLUpdate } from './wTMerchantURLUpdate';
|
|
693
|
+
import { WTMerchantUpdate } from './wTMerchantUpdate';
|
|
694
|
+
import { WTMerchantUpdatePOSIntegration } from './wTMerchantUpdatePOSIntegration';
|
|
695
|
+
import { WTMerchantUpdatePointsOfContact } from './wTMerchantUpdatePointsOfContact';
|
|
696
|
+
import { WTMessageInstance } from './wTMessageInstance';
|
|
697
|
+
import { WTNewsArticleCreateParams } from './wTNewsArticleCreateParams';
|
|
698
|
+
import { WTNewsArticleUpdateParams } from './wTNewsArticleUpdateParams';
|
|
699
|
+
import { WTOptInList } from './wTOptInList';
|
|
700
|
+
import { WTOptInListCreationParams } from './wTOptInListCreationParams';
|
|
701
|
+
import { WTPaymentDesign } from './wTPaymentDesign';
|
|
702
|
+
import { WTPaymentDesignCreateParams } from './wTPaymentDesignCreateParams';
|
|
703
|
+
import { WTPaymentDesignUpdateParams } from './wTPaymentDesignUpdateParams';
|
|
704
|
+
import { WTPerformanceCreateParams } from './wTPerformanceCreateParams';
|
|
705
|
+
import { WTPerformanceUpdateParams } from './wTPerformanceUpdateParams';
|
|
706
|
+
import { WTPosMachine } from './wTPosMachine';
|
|
707
|
+
import { WTPosMachineCreateParams } from './wTPosMachineCreateParams';
|
|
708
|
+
import { WTPosMachineUpdateParams } from './wTPosMachineUpdateParams';
|
|
709
|
+
import { WTProductCreateParams } from './wTProductCreateParams';
|
|
710
|
+
import { WTProductUpdateParams } from './wTProductUpdateParams';
|
|
711
|
+
import { WTPromoCodeCreateParams } from './wTPromoCodeCreateParams';
|
|
712
|
+
import { WTPromoCodeUpdateParams } from './wTPromoCodeUpdateParams';
|
|
713
|
+
import { WTQRCodeDesign } from './wTQRCodeDesign';
|
|
714
|
+
import { WTQRCodeDesignCreateParams } from './wTQRCodeDesignCreateParams';
|
|
715
|
+
import { WTQRCodeDesignUpdateParams } from './wTQRCodeDesignUpdateParams';
|
|
716
|
+
import { WTRole } from './wTRole';
|
|
717
|
+
import { WTRoomRateCreateParams } from './wTRoomRateCreateParams';
|
|
718
|
+
import { WTRoomRateUpdateParams } from './wTRoomRateUpdateParams';
|
|
719
|
+
import { WTSMSAcquirePhoneNumber } from './wTSMSAcquirePhoneNumber';
|
|
720
|
+
import { WTSMSImportOptInListSubscribers } from './wTSMSImportOptInListSubscribers';
|
|
721
|
+
import { WTSMSImportedListCreate } from './wTSMSImportedListCreate';
|
|
722
|
+
import { WTSMSOptInListSourceCreate } from './wTSMSOptInListSourceCreate';
|
|
723
|
+
import { WTSMSUpdatePhoneNumberConfig } from './wTSMSUpdatePhoneNumberConfig';
|
|
724
|
+
import { WTServiceCreateParams } from './wTServiceCreateParams';
|
|
725
|
+
import { WTServiceUpdateParams } from './wTServiceUpdateParams';
|
|
726
|
+
import { WTSettingsSetPassword } from './wTSettingsSetPassword';
|
|
727
|
+
import { WTSmsSubscriberCreateParams } from './wTSmsSubscriberCreateParams';
|
|
728
|
+
import { WTSmsSubscriberCreateParamsWalletUI } from './wTSmsSubscriberCreateParamsWalletUI';
|
|
729
|
+
import { WTSmsSubscriberUpdateParams } from './wTSmsSubscriberUpdateParams';
|
|
730
|
+
import { WTStaticVoucher } from './wTStaticVoucher';
|
|
731
|
+
import { WTStaticVoucherCampaign } from './wTStaticVoucherCampaign';
|
|
732
|
+
import { WTStaticVoucherCampaignPreviewMessages } from './wTStaticVoucherCampaignPreviewMessages';
|
|
733
|
+
import { WTStaticVoucherCampaignPreviewMessagesByPage } from './wTStaticVoucherCampaignPreviewMessagesByPage';
|
|
734
|
+
import { WTStaticVoucherCreateParams } from './wTStaticVoucherCreateParams';
|
|
735
|
+
import { WTStaticVoucherUpdateParams } from './wTStaticVoucherUpdateParams';
|
|
736
|
+
import { WTSystemApprovePhoneNumber } from './wTSystemApprovePhoneNumber';
|
|
737
|
+
import { WTSystemRoleCreate } from './wTSystemRoleCreate';
|
|
738
|
+
import { WTTCPAOpt } from './wTTCPAOpt';
|
|
739
|
+
import { WTTCPAOptListID } from './wTTCPAOptListID';
|
|
740
|
+
import { WTTCPAOptSourceID } from './wTTCPAOptSourceID';
|
|
741
|
+
import { WTTicket } from './wTTicket';
|
|
742
|
+
import { WTTicketCreateParams } from './wTTicketCreateParams';
|
|
743
|
+
import { WTTicketUpdateParams } from './wTTicketUpdateParams';
|
|
744
|
+
import { WTTwilioRequestAuthyCode } from './wTTwilioRequestAuthyCode';
|
|
745
|
+
import { WTTwilioVerifyAuthyCode } from './wTTwilioVerifyAuthyCode';
|
|
746
|
+
import { WTVideoCreateParams } from './wTVideoCreateParams';
|
|
747
|
+
import { WTVideoUpdateParams } from './wTVideoUpdateParams';
|
|
748
|
+
import { WTVirtualBusinessCardCreateParams } from './wTVirtualBusinessCardCreateParams';
|
|
749
|
+
import { WTVirtualBusinessCardUpdateParams } from './wTVirtualBusinessCardUpdateParams';
|
|
750
|
+
import { WTWalletConfigurationSaveWalletRecord } from './wTWalletConfigurationSaveWalletRecord';
|
|
751
|
+
import { WTWalletItemRedemption } from './wTWalletItemRedemption';
|
|
752
|
+
import { WTWalletObjectPrefixCounts } from './wTWalletObjectPrefixCounts';
|
|
753
|
+
import { WTWalletPageView } from './wTWalletPageView';
|
|
754
|
+
import { WTWalletPageViewCount } from './wTWalletPageViewCount';
|
|
755
|
+
import { WTWalletPageViewGeoPoint } from './wTWalletPageViewGeoPoint';
|
|
756
|
+
import { WTWalletPageViewId } from './wTWalletPageViewId';
|
|
757
|
+
import { WalletConfiguration } from './walletConfiguration';
|
|
758
|
+
import { WalletConfigurationSmsOptInSourceID } from './walletConfigurationSmsOptInSourceID';
|
|
759
|
+
import { WalletPageView } from './walletPageView';
|
|
760
|
+
import { Webpage } from './webpage';
|
|
761
|
+
|
|
762
|
+
/* tslint:disable:no-unused-variable */
|
|
763
|
+
let primitives = [
|
|
764
|
+
"string",
|
|
765
|
+
"boolean",
|
|
766
|
+
"double",
|
|
767
|
+
"integer",
|
|
768
|
+
"long",
|
|
769
|
+
"float",
|
|
770
|
+
"number",
|
|
771
|
+
"any"
|
|
772
|
+
];
|
|
773
|
+
|
|
774
|
+
let enumsMap: {[index: string]: any} = {
|
|
775
|
+
"BusinessClassification": BusinessClassification,
|
|
776
|
+
"BusinessIndustry": BusinessIndustry,
|
|
777
|
+
"BusinessRegionsOfOperation": BusinessRegionsOfOperation,
|
|
778
|
+
"BusinessRegistrationIdentifier": BusinessRegistrationIdentifier,
|
|
779
|
+
"BusinessStockExchanges": BusinessStockExchanges,
|
|
780
|
+
"BusinessType": BusinessType,
|
|
781
|
+
"JobPosition": JobPosition,
|
|
782
|
+
"LoginStatus200Response.StatusEnum": LoginStatus200Response.StatusEnum,
|
|
783
|
+
"PaginationRequestWithSortOptions.SortKeyEnum": PaginationRequestWithSortOptions.SortKeyEnum,
|
|
784
|
+
"PortalPage": PortalPage,
|
|
785
|
+
"ProfileStatuses": ProfileStatuses,
|
|
786
|
+
"TrustBundleStatuses": TrustBundleStatuses,
|
|
787
|
+
"WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum": WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum,
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
let typeMap: {[index: string]: any} = {
|
|
791
|
+
"A2PApplicationSubmission": A2PApplicationSubmission,
|
|
792
|
+
"AdvertisementCredit": AdvertisementCredit,
|
|
793
|
+
"AdvertisementCreditBroadcast": AdvertisementCreditBroadcast,
|
|
794
|
+
"AdvertisementCreditScan": AdvertisementCreditScan,
|
|
795
|
+
"Amenity": Amenity,
|
|
796
|
+
"Announcement": Announcement,
|
|
797
|
+
"ApplicableTerminals": ApplicableTerminals,
|
|
798
|
+
"AuthError": AuthError,
|
|
799
|
+
"AvailablePhoneNumbersRequest": AvailablePhoneNumbersRequest,
|
|
800
|
+
"BrowserDetails": BrowserDetails,
|
|
801
|
+
"ClaimTicketRequest": ClaimTicketRequest,
|
|
802
|
+
"ClickFunnelAmount": ClickFunnelAmount,
|
|
803
|
+
"ClickFunnelContact": ClickFunnelContact,
|
|
804
|
+
"ClickFunnelContactProfile": ClickFunnelContactProfile,
|
|
805
|
+
"ClickFunnelEvent": ClickFunnelEvent,
|
|
806
|
+
"ClickFunnelOriginalAmount": ClickFunnelOriginalAmount,
|
|
807
|
+
"ClickFunnelProduct": ClickFunnelProduct,
|
|
808
|
+
"ClickFunnelPurchase": ClickFunnelPurchase,
|
|
809
|
+
"ClickFunnelRegistration": ClickFunnelRegistration,
|
|
810
|
+
"CountClaimedComps200Response": CountClaimedComps200Response,
|
|
811
|
+
"CreateFile200Response": CreateFile200Response,
|
|
812
|
+
"CreateStaticVoucherCampaign": CreateStaticVoucherCampaign,
|
|
813
|
+
"CreateStaticVoucherCampaignWithVoucherWithCSV": CreateStaticVoucherCampaignWithVoucherWithCSV,
|
|
814
|
+
"DashboardWidget": DashboardWidget,
|
|
815
|
+
"Dining": Dining,
|
|
816
|
+
"Document": Document,
|
|
817
|
+
"DuplicateRowFound": DuplicateRowFound,
|
|
818
|
+
"DynamicVoucher": DynamicVoucher,
|
|
819
|
+
"DynamicVoucherBroadcast": DynamicVoucherBroadcast,
|
|
820
|
+
"DynamicVoucherBroadcastListType": DynamicVoucherBroadcastListType,
|
|
821
|
+
"DynamicVoucherTemporalDecreaseFrequencyType": DynamicVoucherTemporalDecreaseFrequencyType,
|
|
822
|
+
"EmailSubscriber": EmailSubscriber,
|
|
823
|
+
"Employee": Employee,
|
|
824
|
+
"EmployeeAPIKey": EmployeeAPIKey,
|
|
825
|
+
"EmployeeActivityLog": EmployeeActivityLog,
|
|
826
|
+
"EmployeeAlert": EmployeeAlert,
|
|
827
|
+
"EmployeeScheduleStartDay": EmployeeScheduleStartDay,
|
|
828
|
+
"EmployeeScheduleStartHour": EmployeeScheduleStartHour,
|
|
829
|
+
"EmployeeScheduleStartMeridiem": EmployeeScheduleStartMeridiem,
|
|
830
|
+
"EmployeeScheduleStartMinute": EmployeeScheduleStartMinute,
|
|
831
|
+
"EntityTooLarge": EntityTooLarge,
|
|
832
|
+
"ExportDataFile": ExportDataFile,
|
|
833
|
+
"FalsumError": FalsumError,
|
|
834
|
+
"FalsumField": FalsumField,
|
|
835
|
+
"Feature": Feature,
|
|
836
|
+
"FetchAllCountries200ResponseInner": FetchAllCountries200ResponseInner,
|
|
837
|
+
"FetchAllLedgerTransactions200Response": FetchAllLedgerTransactions200Response,
|
|
838
|
+
"FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner": FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner,
|
|
839
|
+
"FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType": FetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType,
|
|
840
|
+
"FetchCustomerTicketsWithTokenRequest": FetchCustomerTicketsWithTokenRequest,
|
|
841
|
+
"FetchDomainsByIndustry200Response": FetchDomainsByIndustry200Response,
|
|
842
|
+
"FetchImportedListRecipientsByPage200Response": FetchImportedListRecipientsByPage200Response,
|
|
843
|
+
"FetchInboundSMSByPage200Response": FetchInboundSMSByPage200Response,
|
|
844
|
+
"FetchIndustry200Response": FetchIndustry200Response,
|
|
845
|
+
"FetchMembersCount200Response": FetchMembersCount200Response,
|
|
846
|
+
"FetchOptInListSubscribersByPage200Response": FetchOptInListSubscribersByPage200Response,
|
|
847
|
+
"FetchOutboundSMSByPage200Response": FetchOutboundSMSByPage200Response,
|
|
848
|
+
"FetchPerformanceTicketsPage200Response": FetchPerformanceTicketsPage200Response,
|
|
849
|
+
"FetchStaticVouchersPage200Response": FetchStaticVouchersPage200Response,
|
|
850
|
+
"ForbiddenRequest": ForbiddenRequest,
|
|
851
|
+
"ForeignKeyDoesNotExist": ForeignKeyDoesNotExist,
|
|
852
|
+
"Gaming": Gaming,
|
|
853
|
+
"HelpDeskRequest": HelpDeskRequest,
|
|
854
|
+
"ImageGrid": ImageGrid,
|
|
855
|
+
"ImportTicketsRequest": ImportTicketsRequest,
|
|
856
|
+
"ImportedList": ImportedList,
|
|
857
|
+
"ImportedListRecipient": ImportedListRecipient,
|
|
858
|
+
"InboundSMS": InboundSMS,
|
|
859
|
+
"InternalServerError": InternalServerError,
|
|
860
|
+
"LedgerEntry": LedgerEntry,
|
|
861
|
+
"LedgerEntryParentObjectID": LedgerEntryParentObjectID,
|
|
862
|
+
"LedgerEntryTransactionType": LedgerEntryTransactionType,
|
|
863
|
+
"LinkBook": LinkBook,
|
|
864
|
+
"LinkBookSection": LinkBookSection,
|
|
865
|
+
"LoginStatus200Response": LoginStatus200Response,
|
|
866
|
+
"LoginStatus200ResponseAnyOf": LoginStatus200ResponseAnyOf,
|
|
867
|
+
"Lounge": Lounge,
|
|
868
|
+
"MSAnalyticsMemberCountPartitionedByDate": MSAnalyticsMemberCountPartitionedByDate,
|
|
869
|
+
"MSAnalyticsMemberPointsRedeemedPartitionedByDate": MSAnalyticsMemberPointsRedeemedPartitionedByDate,
|
|
870
|
+
"MSAnalyticsMemberPointsRefundedPartitionedByDate": MSAnalyticsMemberPointsRefundedPartitionedByDate,
|
|
871
|
+
"MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate": MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate,
|
|
872
|
+
"MSAnalyticsMembershipTierAmountRefundedPartitionedByDate": MSAnalyticsMembershipTierAmountRefundedPartitionedByDate,
|
|
873
|
+
"MSMemberHistory": MSMemberHistory,
|
|
874
|
+
"MSMemberHistoryPagination": MSMemberHistoryPagination,
|
|
875
|
+
"MSMemberRedemption": MSMemberRedemption,
|
|
876
|
+
"MSMemberRedemptionPagination": MSMemberRedemptionPagination,
|
|
877
|
+
"MSMemberRedemptionTransactionType": MSMemberRedemptionTransactionType,
|
|
878
|
+
"MSMembershipTierHistory": MSMembershipTierHistory,
|
|
879
|
+
"MSMembershipTierHistoryPagination": MSMembershipTierHistoryPagination,
|
|
880
|
+
"MSMembershipTierRedemption": MSMembershipTierRedemption,
|
|
881
|
+
"MSMembershipTierRedemptionPagination": MSMembershipTierRedemptionPagination,
|
|
882
|
+
"MSMerchantCreditHistory": MSMerchantCreditHistory,
|
|
883
|
+
"MSMerchantCreditHistoryPagination": MSMerchantCreditHistoryPagination,
|
|
884
|
+
"MSMerchantCreditRedemption": MSMerchantCreditRedemption,
|
|
885
|
+
"MSMerchantCreditRedemptionPagination": MSMerchantCreditRedemptionPagination,
|
|
886
|
+
"MediaFile": MediaFile,
|
|
887
|
+
"Member": Member,
|
|
888
|
+
"MemberSearch": MemberSearch,
|
|
889
|
+
"MemberSearchSearchKey": MemberSearchSearchKey,
|
|
890
|
+
"MemberSearchSortKey": MemberSearchSortKey,
|
|
891
|
+
"Merchant": Merchant,
|
|
892
|
+
"MerchantCreditSearch": MerchantCreditSearch,
|
|
893
|
+
"MerchantNotInitialized": MerchantNotInitialized,
|
|
894
|
+
"MerchantURL": MerchantURL,
|
|
895
|
+
"Message": Message,
|
|
896
|
+
"MessageDirection": MessageDirection,
|
|
897
|
+
"MessageStatus": MessageStatus,
|
|
898
|
+
"ModuleError": ModuleError,
|
|
899
|
+
"NewsArticle": NewsArticle,
|
|
900
|
+
"OptInList": OptInList,
|
|
901
|
+
"OptInListSource": OptInListSource,
|
|
902
|
+
"OptInListSubscriber": OptInListSubscriber,
|
|
903
|
+
"OutboundSMS": OutboundSMS,
|
|
904
|
+
"PaginatedWTMembers": PaginatedWTMembers,
|
|
905
|
+
"PaginatedWTMerchantCredits": PaginatedWTMerchantCredits,
|
|
906
|
+
"PaginationRequestWithIDAndWithoutSortOptions": PaginationRequestWithIDAndWithoutSortOptions,
|
|
907
|
+
"PaginationRequestWithSortOptions": PaginationRequestWithSortOptions,
|
|
908
|
+
"PaginationRequestWithSortOptionsSortOrder": PaginationRequestWithSortOptionsSortOrder,
|
|
909
|
+
"PaymentDesign": PaymentDesign,
|
|
910
|
+
"Performance": Performance,
|
|
911
|
+
"PhoneNumber": PhoneNumber,
|
|
912
|
+
"PhoneNumberCapabilities": PhoneNumberCapabilities,
|
|
913
|
+
"PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive,
|
|
914
|
+
"PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
|
|
915
|
+
"PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID": PickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID,
|
|
916
|
+
"PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId": PickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId,
|
|
917
|
+
"PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier": PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier,
|
|
918
|
+
"PickMSMemberExcludeKeyofMSMemberMemberIdentifier": PickMSMemberExcludeKeyofMSMemberMemberIdentifier,
|
|
919
|
+
"PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier": PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier,
|
|
920
|
+
"PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier": PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier,
|
|
921
|
+
"PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey": PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey,
|
|
922
|
+
"PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded": PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded,
|
|
923
|
+
"PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID": PickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID,
|
|
924
|
+
"PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId": PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId,
|
|
925
|
+
"PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId": PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId,
|
|
926
|
+
"PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs": PickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs,
|
|
927
|
+
"PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount": PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount,
|
|
928
|
+
"PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID": PickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID,
|
|
929
|
+
"PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId": PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId,
|
|
930
|
+
"PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId": PickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId,
|
|
931
|
+
"PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone,
|
|
932
|
+
"PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID,
|
|
933
|
+
"PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus": PickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus,
|
|
934
|
+
"PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID": PickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID,
|
|
935
|
+
"PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt": PickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt,
|
|
936
|
+
"PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId": PickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId,
|
|
937
|
+
"PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate": PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate,
|
|
938
|
+
"PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType": PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType,
|
|
939
|
+
"PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType": PickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType,
|
|
940
|
+
"PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID": PickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID,
|
|
941
|
+
"PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId": PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId,
|
|
942
|
+
"PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType": PickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType,
|
|
943
|
+
"PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt,
|
|
944
|
+
"PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID,
|
|
945
|
+
"PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType": PickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType,
|
|
946
|
+
"PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId": PickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId,
|
|
947
|
+
"PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail": PickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail,
|
|
948
|
+
"PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday": PickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday,
|
|
949
|
+
"PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber": PickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber,
|
|
950
|
+
"PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID": PickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID,
|
|
951
|
+
"PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId": PickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId,
|
|
952
|
+
"PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID,
|
|
953
|
+
"PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus,
|
|
954
|
+
"PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix": PickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix,
|
|
955
|
+
"PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId": PickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId,
|
|
956
|
+
"PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime": PickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime,
|
|
957
|
+
"PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID": PickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID,
|
|
958
|
+
"Plan": Plan,
|
|
959
|
+
"PresignedPost": PresignedPost,
|
|
960
|
+
"PresignedPostFields": PresignedPostFields,
|
|
961
|
+
"Product": Product,
|
|
962
|
+
"PromoCode": PromoCode,
|
|
963
|
+
"QRCodeDesign": QRCodeDesign,
|
|
964
|
+
"ReachPerformanceStats": ReachPerformanceStats,
|
|
965
|
+
"Request": Request,
|
|
966
|
+
"Response": Response,
|
|
967
|
+
"Role": Role,
|
|
968
|
+
"RoleAuditLog": RoleAuditLog,
|
|
969
|
+
"RoomRate": RoomRate,
|
|
970
|
+
"SSImportedListRecipientCreateParams": SSImportedListRecipientCreateParams,
|
|
971
|
+
"SSOptInSource": SSOptInSource,
|
|
972
|
+
"SSOutboundStatuses": SSOutboundStatuses,
|
|
973
|
+
"SaveMerchantCreditPaymentDesignRequest": SaveMerchantCreditPaymentDesignRequest,
|
|
974
|
+
"SaveTicketSettingsRequest": SaveTicketSettingsRequest,
|
|
975
|
+
"SaveTicketSettingsRequestPaymentDesignID": SaveTicketSettingsRequestPaymentDesignID,
|
|
976
|
+
"Service": Service,
|
|
977
|
+
"SimpleSMSBroadcast": SimpleSMSBroadcast,
|
|
978
|
+
"SmsSubscriber": SmsSubscriber,
|
|
979
|
+
"StaticVoucher": StaticVoucher,
|
|
980
|
+
"StaticVoucherCampaign": StaticVoucherCampaign,
|
|
981
|
+
"StaticVoucherCampaignBroadcast": StaticVoucherCampaignBroadcast,
|
|
982
|
+
"StaticVoucherCampaignGroup": StaticVoucherCampaignGroup,
|
|
983
|
+
"StaticVoucherCampaignUpdate": StaticVoucherCampaignUpdate,
|
|
984
|
+
"Status": Status,
|
|
985
|
+
"SubscriptionFeature": SubscriptionFeature,
|
|
986
|
+
"SubscriptionPlan": SubscriptionPlan,
|
|
987
|
+
"SubscriptionProduct": SubscriptionProduct,
|
|
988
|
+
"Tcpa": Tcpa,
|
|
989
|
+
"Ticket": Ticket,
|
|
990
|
+
"UpdateEmailNotificationPreferenceRequest": UpdateEmailNotificationPreferenceRequest,
|
|
991
|
+
"UpdateStaticVoucherCampaignWithVoucher": UpdateStaticVoucherCampaignWithVoucher,
|
|
992
|
+
"UpdateStaticVoucherCampaignWithVoucherVoucherID": UpdateStaticVoucherCampaignWithVoucherVoucherID,
|
|
993
|
+
"VSCampaignGeneratedMessage": VSCampaignGeneratedMessage,
|
|
994
|
+
"VSCampaignGeneratedMessagePagination": VSCampaignGeneratedMessagePagination,
|
|
995
|
+
"VSDynamicVoucherStatus": VSDynamicVoucherStatus,
|
|
996
|
+
"Video": Video,
|
|
997
|
+
"VirtualBusinessCard": VirtualBusinessCard,
|
|
998
|
+
"WTA2PApplicationUpdateParams": WTA2PApplicationUpdateParams,
|
|
999
|
+
"WTAdvertisementCredit": WTAdvertisementCredit,
|
|
1000
|
+
"WTAdvertisementCreditCreateParams": WTAdvertisementCreditCreateParams,
|
|
1001
|
+
"WTAdvertisementCreditScan": WTAdvertisementCreditScan,
|
|
1002
|
+
"WTAdvertisementCreditUpdateParams": WTAdvertisementCreditUpdateParams,
|
|
1003
|
+
"WTAmenityCreateParams": WTAmenityCreateParams,
|
|
1004
|
+
"WTAmenityUpdateParams": WTAmenityUpdateParams,
|
|
1005
|
+
"WTAuthenticationCheckSessionTokenStatusResponse": WTAuthenticationCheckSessionTokenStatusResponse,
|
|
1006
|
+
"WTAuthenticationForgotPassword": WTAuthenticationForgotPassword,
|
|
1007
|
+
"WTAuthenticationLoginRequest": WTAuthenticationLoginRequest,
|
|
1008
|
+
"WTAuthenticationLoginResponse": WTAuthenticationLoginResponse,
|
|
1009
|
+
"WTAuthenticationRegister": WTAuthenticationRegister,
|
|
1010
|
+
"WTAuthenticationRequestResetPassword": WTAuthenticationRequestResetPassword,
|
|
1011
|
+
"WTAuthenticationResetPassword": WTAuthenticationResetPassword,
|
|
1012
|
+
"WTAuthenticationSSOLoginForDiscourse": WTAuthenticationSSOLoginForDiscourse,
|
|
1013
|
+
"WTBillingChangePlan": WTBillingChangePlan,
|
|
1014
|
+
"WTBillingSavePaymentMethod": WTBillingSavePaymentMethod,
|
|
1015
|
+
"WTBillingVerifyPaymentMethodResponse": WTBillingVerifyPaymentMethodResponse,
|
|
1016
|
+
"WTCountResult": WTCountResult,
|
|
1017
|
+
"WTCustomerSearchByMemberID": WTCustomerSearchByMemberID,
|
|
1018
|
+
"WTCustomerSearchByPhoneNumber": WTCustomerSearchByPhoneNumber,
|
|
1019
|
+
"WTDiningCreateParams": WTDiningCreateParams,
|
|
1020
|
+
"WTDiningUpdateParams": WTDiningUpdateParams,
|
|
1021
|
+
"WTDynamicVoucher": WTDynamicVoucher,
|
|
1022
|
+
"WTDynamicVoucherCreateParams": WTDynamicVoucherCreateParams,
|
|
1023
|
+
"WTDynamicVoucherRedemption": WTDynamicVoucherRedemption,
|
|
1024
|
+
"WTDynamicVoucherRedemptionTransactionType": WTDynamicVoucherRedemptionTransactionType,
|
|
1025
|
+
"WTDynamicVoucherSummary": WTDynamicVoucherSummary,
|
|
1026
|
+
"WTDynamicVoucherSummaryStatus": WTDynamicVoucherSummaryStatus,
|
|
1027
|
+
"WTDynamicVoucherUpdateParams": WTDynamicVoucherUpdateParams,
|
|
1028
|
+
"WTEmailSubscriberCreateParams": WTEmailSubscriberCreateParams,
|
|
1029
|
+
"WTEmailSubscriberCreateParamsWalletUI": WTEmailSubscriberCreateParamsWalletUI,
|
|
1030
|
+
"WTEmailSubscriberUpdateParams": WTEmailSubscriberUpdateParams,
|
|
1031
|
+
"WTEmployee": WTEmployee,
|
|
1032
|
+
"WTEmployeeAPIKey": WTEmployeeAPIKey,
|
|
1033
|
+
"WTEmployeeAPIKeyCreateParams": WTEmployeeAPIKeyCreateParams,
|
|
1034
|
+
"WTEmployeeAPIKeyUpdateParams": WTEmployeeAPIKeyUpdateParams,
|
|
1035
|
+
"WTEmployeeCreate": WTEmployeeCreate,
|
|
1036
|
+
"WTEmployeeCreateDocument": WTEmployeeCreateDocument,
|
|
1037
|
+
"WTEmployeeCreateMediaFile": WTEmployeeCreateMediaFile,
|
|
1038
|
+
"WTEmployeeCreateStaticVoucherCampaignGroup": WTEmployeeCreateStaticVoucherCampaignGroup,
|
|
1039
|
+
"WTEmployeeFileCreate": WTEmployeeFileCreate,
|
|
1040
|
+
"WTEmployeeImportRecords": WTEmployeeImportRecords,
|
|
1041
|
+
"WTEmployeeNotification": WTEmployeeNotification,
|
|
1042
|
+
"WTEmployeeNotificationType": WTEmployeeNotificationType,
|
|
1043
|
+
"WTEmployeePeerRoles": WTEmployeePeerRoles,
|
|
1044
|
+
"WTEmployeeS3FilePresign": WTEmployeeS3FilePresign,
|
|
1045
|
+
"WTEmployeeS3FilePresignContext": WTEmployeeS3FilePresignContext,
|
|
1046
|
+
"WTEmployeeScheduleSMSCampaignBroadcast": WTEmployeeScheduleSMSCampaignBroadcast,
|
|
1047
|
+
"WTEmployeeScheduleSimpleSMS": WTEmployeeScheduleSimpleSMS,
|
|
1048
|
+
"WTEmployeeScheduleSimpleSMSListType": WTEmployeeScheduleSimpleSMSListType,
|
|
1049
|
+
"WTEmployeeScheduleSimpleSMSToRecipient": WTEmployeeScheduleSimpleSMSToRecipient,
|
|
1050
|
+
"WTEmployeeSendHelpDeskResponse": WTEmployeeSendHelpDeskResponse,
|
|
1051
|
+
"WTEmployeeUpdate": WTEmployeeUpdate,
|
|
1052
|
+
"WTEmployeeUpdateRecords": WTEmployeeUpdateRecords,
|
|
1053
|
+
"WTFetchWalletPaymentObjectsWithToken": WTFetchWalletPaymentObjectsWithToken,
|
|
1054
|
+
"WTGamingCreateParams": WTGamingCreateParams,
|
|
1055
|
+
"WTGamingUpdateParams": WTGamingUpdateParams,
|
|
1056
|
+
"WTImageGridCreateParams": WTImageGridCreateParams,
|
|
1057
|
+
"WTImageGridUpdateParams": WTImageGridUpdateParams,
|
|
1058
|
+
"WTImportedList": WTImportedList,
|
|
1059
|
+
"WTImportedListRecipientFromMembershipTierImport": WTImportedListRecipientFromMembershipTierImport,
|
|
1060
|
+
"WTImportedListRecipientFromMembershipTierImportTierID": WTImportedListRecipientFromMembershipTierImportTierID,
|
|
1061
|
+
"WTInfoGenesisLookupRequestErrors": WTInfoGenesisLookupRequestErrors,
|
|
1062
|
+
"WTInfoGenesisRecordFilterParameters": WTInfoGenesisRecordFilterParameters,
|
|
1063
|
+
"WTInfoGenesisRoutingIDs": WTInfoGenesisRoutingIDs,
|
|
1064
|
+
"WTInfoGenesisUniquePostingIDs": WTInfoGenesisUniquePostingIDs,
|
|
1065
|
+
"WTLinkBook": WTLinkBook,
|
|
1066
|
+
"WTLinkBookCreateParams": WTLinkBookCreateParams,
|
|
1067
|
+
"WTLinkBookLinkBookSectionID": WTLinkBookLinkBookSectionID,
|
|
1068
|
+
"WTLinkBookSectionCreateParams": WTLinkBookSectionCreateParams,
|
|
1069
|
+
"WTLinkBookSectionUpdateParams": WTLinkBookSectionUpdateParams,
|
|
1070
|
+
"WTLinkBookUpdateParams": WTLinkBookUpdateParams,
|
|
1071
|
+
"WTLocalInstance": WTLocalInstance,
|
|
1072
|
+
"WTLoungeCreateParams": WTLoungeCreateParams,
|
|
1073
|
+
"WTLoungeUpdateParams": WTLoungeUpdateParams,
|
|
1074
|
+
"WTMember": WTMember,
|
|
1075
|
+
"WTMemberCreationParams": WTMemberCreationParams,
|
|
1076
|
+
"WTMembershipTier": WTMembershipTier,
|
|
1077
|
+
"WTMembershipTierCreationParams": WTMembershipTierCreationParams,
|
|
1078
|
+
"WTMembershipTierId": WTMembershipTierId,
|
|
1079
|
+
"WTMembershipTierUpdateParams": WTMembershipTierUpdateParams,
|
|
1080
|
+
"WTMembershipTierWithMemberCount": WTMembershipTierWithMemberCount,
|
|
1081
|
+
"WTMerchantCredit": WTMerchantCredit,
|
|
1082
|
+
"WTMerchantCreditCreationParams": WTMerchantCreditCreationParams,
|
|
1083
|
+
"WTMerchantURLCreate": WTMerchantURLCreate,
|
|
1084
|
+
"WTMerchantURLUpdate": WTMerchantURLUpdate,
|
|
1085
|
+
"WTMerchantUpdate": WTMerchantUpdate,
|
|
1086
|
+
"WTMerchantUpdatePOSIntegration": WTMerchantUpdatePOSIntegration,
|
|
1087
|
+
"WTMerchantUpdatePointsOfContact": WTMerchantUpdatePointsOfContact,
|
|
1088
|
+
"WTMessageInstance": WTMessageInstance,
|
|
1089
|
+
"WTNewsArticleCreateParams": WTNewsArticleCreateParams,
|
|
1090
|
+
"WTNewsArticleUpdateParams": WTNewsArticleUpdateParams,
|
|
1091
|
+
"WTOptInList": WTOptInList,
|
|
1092
|
+
"WTOptInListCreationParams": WTOptInListCreationParams,
|
|
1093
|
+
"WTPaymentDesign": WTPaymentDesign,
|
|
1094
|
+
"WTPaymentDesignCreateParams": WTPaymentDesignCreateParams,
|
|
1095
|
+
"WTPaymentDesignUpdateParams": WTPaymentDesignUpdateParams,
|
|
1096
|
+
"WTPerformanceCreateParams": WTPerformanceCreateParams,
|
|
1097
|
+
"WTPerformanceUpdateParams": WTPerformanceUpdateParams,
|
|
1098
|
+
"WTPosMachine": WTPosMachine,
|
|
1099
|
+
"WTPosMachineCreateParams": WTPosMachineCreateParams,
|
|
1100
|
+
"WTPosMachineUpdateParams": WTPosMachineUpdateParams,
|
|
1101
|
+
"WTProductCreateParams": WTProductCreateParams,
|
|
1102
|
+
"WTProductUpdateParams": WTProductUpdateParams,
|
|
1103
|
+
"WTPromoCodeCreateParams": WTPromoCodeCreateParams,
|
|
1104
|
+
"WTPromoCodeUpdateParams": WTPromoCodeUpdateParams,
|
|
1105
|
+
"WTQRCodeDesign": WTQRCodeDesign,
|
|
1106
|
+
"WTQRCodeDesignCreateParams": WTQRCodeDesignCreateParams,
|
|
1107
|
+
"WTQRCodeDesignUpdateParams": WTQRCodeDesignUpdateParams,
|
|
1108
|
+
"WTRole": WTRole,
|
|
1109
|
+
"WTRoomRateCreateParams": WTRoomRateCreateParams,
|
|
1110
|
+
"WTRoomRateUpdateParams": WTRoomRateUpdateParams,
|
|
1111
|
+
"WTSMSAcquirePhoneNumber": WTSMSAcquirePhoneNumber,
|
|
1112
|
+
"WTSMSImportOptInListSubscribers": WTSMSImportOptInListSubscribers,
|
|
1113
|
+
"WTSMSImportedListCreate": WTSMSImportedListCreate,
|
|
1114
|
+
"WTSMSOptInListSourceCreate": WTSMSOptInListSourceCreate,
|
|
1115
|
+
"WTSMSUpdatePhoneNumberConfig": WTSMSUpdatePhoneNumberConfig,
|
|
1116
|
+
"WTServiceCreateParams": WTServiceCreateParams,
|
|
1117
|
+
"WTServiceUpdateParams": WTServiceUpdateParams,
|
|
1118
|
+
"WTSettingsSetPassword": WTSettingsSetPassword,
|
|
1119
|
+
"WTSmsSubscriberCreateParams": WTSmsSubscriberCreateParams,
|
|
1120
|
+
"WTSmsSubscriberCreateParamsWalletUI": WTSmsSubscriberCreateParamsWalletUI,
|
|
1121
|
+
"WTSmsSubscriberUpdateParams": WTSmsSubscriberUpdateParams,
|
|
1122
|
+
"WTStaticVoucher": WTStaticVoucher,
|
|
1123
|
+
"WTStaticVoucherCampaign": WTStaticVoucherCampaign,
|
|
1124
|
+
"WTStaticVoucherCampaignPreviewMessages": WTStaticVoucherCampaignPreviewMessages,
|
|
1125
|
+
"WTStaticVoucherCampaignPreviewMessagesByPage": WTStaticVoucherCampaignPreviewMessagesByPage,
|
|
1126
|
+
"WTStaticVoucherCreateParams": WTStaticVoucherCreateParams,
|
|
1127
|
+
"WTStaticVoucherUpdateParams": WTStaticVoucherUpdateParams,
|
|
1128
|
+
"WTSystemApprovePhoneNumber": WTSystemApprovePhoneNumber,
|
|
1129
|
+
"WTSystemRoleCreate": WTSystemRoleCreate,
|
|
1130
|
+
"WTTCPAOpt": WTTCPAOpt,
|
|
1131
|
+
"WTTCPAOptListID": WTTCPAOptListID,
|
|
1132
|
+
"WTTCPAOptSourceID": WTTCPAOptSourceID,
|
|
1133
|
+
"WTTicket": WTTicket,
|
|
1134
|
+
"WTTicketCreateParams": WTTicketCreateParams,
|
|
1135
|
+
"WTTicketUpdateParams": WTTicketUpdateParams,
|
|
1136
|
+
"WTTwilioRequestAuthyCode": WTTwilioRequestAuthyCode,
|
|
1137
|
+
"WTTwilioVerifyAuthyCode": WTTwilioVerifyAuthyCode,
|
|
1138
|
+
"WTVideoCreateParams": WTVideoCreateParams,
|
|
1139
|
+
"WTVideoUpdateParams": WTVideoUpdateParams,
|
|
1140
|
+
"WTVirtualBusinessCardCreateParams": WTVirtualBusinessCardCreateParams,
|
|
1141
|
+
"WTVirtualBusinessCardUpdateParams": WTVirtualBusinessCardUpdateParams,
|
|
1142
|
+
"WTWalletConfigurationSaveWalletRecord": WTWalletConfigurationSaveWalletRecord,
|
|
1143
|
+
"WTWalletItemRedemption": WTWalletItemRedemption,
|
|
1144
|
+
"WTWalletObjectPrefixCounts": WTWalletObjectPrefixCounts,
|
|
1145
|
+
"WTWalletPageView": WTWalletPageView,
|
|
1146
|
+
"WTWalletPageViewCount": WTWalletPageViewCount,
|
|
1147
|
+
"WTWalletPageViewGeoPoint": WTWalletPageViewGeoPoint,
|
|
1148
|
+
"WTWalletPageViewId": WTWalletPageViewId,
|
|
1149
|
+
"WalletConfiguration": WalletConfiguration,
|
|
1150
|
+
"WalletConfigurationSmsOptInSourceID": WalletConfigurationSmsOptInSourceID,
|
|
1151
|
+
"WalletPageView": WalletPageView,
|
|
1152
|
+
"Webpage": Webpage,
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export class ObjectSerializer {
|
|
1156
|
+
public static findCorrectType(data: any, expectedType: string) {
|
|
1157
|
+
if (data == undefined) {
|
|
1158
|
+
return expectedType;
|
|
1159
|
+
} else if (primitives.indexOf(expectedType.toLowerCase()) !== -1) {
|
|
1160
|
+
return expectedType;
|
|
1161
|
+
} else if (expectedType === "Date") {
|
|
1162
|
+
return expectedType;
|
|
1163
|
+
} else {
|
|
1164
|
+
if (enumsMap[expectedType]) {
|
|
1165
|
+
return expectedType;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
if (!typeMap[expectedType]) {
|
|
1169
|
+
return expectedType; // w/e we don't know the type
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
// Check the discriminator
|
|
1173
|
+
let discriminatorProperty = typeMap[expectedType].discriminator;
|
|
1174
|
+
if (discriminatorProperty == null) {
|
|
1175
|
+
return expectedType; // the type does not have a discriminator. use it.
|
|
1176
|
+
} else {
|
|
1177
|
+
if (data[discriminatorProperty]) {
|
|
1178
|
+
var discriminatorType = data[discriminatorProperty];
|
|
1179
|
+
if(typeMap[discriminatorType]){
|
|
1180
|
+
return discriminatorType; // use the type given in the discriminator
|
|
1181
|
+
} else {
|
|
1182
|
+
return expectedType; // discriminator did not map to a type
|
|
1183
|
+
}
|
|
1184
|
+
} else {
|
|
1185
|
+
return expectedType; // discriminator was not present (or an empty string)
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
public static serialize(data: any, type: string) {
|
|
1192
|
+
if (data == undefined) {
|
|
1193
|
+
return data;
|
|
1194
|
+
} else if (primitives.indexOf(type.toLowerCase()) !== -1) {
|
|
1195
|
+
return data;
|
|
1196
|
+
} else if (type.lastIndexOf("Array<", 0) === 0) { // string.startsWith pre es6
|
|
1197
|
+
let subType: string = type.replace("Array<", ""); // Array<Type> => Type>
|
|
1198
|
+
subType = subType.substring(0, subType.length - 1); // Type> => Type
|
|
1199
|
+
let transformedData: any[] = [];
|
|
1200
|
+
for (let index = 0; index < data.length; index++) {
|
|
1201
|
+
let datum = data[index];
|
|
1202
|
+
transformedData.push(ObjectSerializer.serialize(datum, subType));
|
|
1203
|
+
}
|
|
1204
|
+
return transformedData;
|
|
1205
|
+
} else if (type === "Date") {
|
|
1206
|
+
return data.toISOString();
|
|
1207
|
+
} else {
|
|
1208
|
+
if (enumsMap[type]) {
|
|
1209
|
+
return data;
|
|
1210
|
+
}
|
|
1211
|
+
if (!typeMap[type]) { // in case we dont know the type
|
|
1212
|
+
return data;
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
// Get the actual type of this object
|
|
1216
|
+
type = this.findCorrectType(data, type);
|
|
1217
|
+
|
|
1218
|
+
// get the map for the correct type.
|
|
1219
|
+
let attributeTypes = typeMap[type].getAttributeTypeMap();
|
|
1220
|
+
let instance: {[index: string]: any} = {};
|
|
1221
|
+
for (let index = 0; index < attributeTypes.length; index++) {
|
|
1222
|
+
let attributeType = attributeTypes[index];
|
|
1223
|
+
instance[attributeType.baseName] = ObjectSerializer.serialize(data[attributeType.name], attributeType.type);
|
|
1224
|
+
}
|
|
1225
|
+
return instance;
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
public static deserialize(data: any, type: string) {
|
|
1230
|
+
// polymorphism may change the actual type.
|
|
1231
|
+
type = ObjectSerializer.findCorrectType(data, type);
|
|
1232
|
+
if (data == undefined) {
|
|
1233
|
+
return data;
|
|
1234
|
+
} else if (primitives.indexOf(type.toLowerCase()) !== -1) {
|
|
1235
|
+
return data;
|
|
1236
|
+
} else if (type.lastIndexOf("Array<", 0) === 0) { // string.startsWith pre es6
|
|
1237
|
+
let subType: string = type.replace("Array<", ""); // Array<Type> => Type>
|
|
1238
|
+
subType = subType.substring(0, subType.length - 1); // Type> => Type
|
|
1239
|
+
let transformedData: any[] = [];
|
|
1240
|
+
for (let index = 0; index < data.length; index++) {
|
|
1241
|
+
let datum = data[index];
|
|
1242
|
+
transformedData.push(ObjectSerializer.deserialize(datum, subType));
|
|
1243
|
+
}
|
|
1244
|
+
return transformedData;
|
|
1245
|
+
} else if (type === "Date") {
|
|
1246
|
+
return new Date(data);
|
|
1247
|
+
} else {
|
|
1248
|
+
if (enumsMap[type]) {// is Enum
|
|
1249
|
+
return data;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
if (!typeMap[type]) { // dont know the type
|
|
1253
|
+
return data;
|
|
1254
|
+
}
|
|
1255
|
+
let instance = new typeMap[type]();
|
|
1256
|
+
let attributeTypes = typeMap[type].getAttributeTypeMap();
|
|
1257
|
+
for (let index = 0; index < attributeTypes.length; index++) {
|
|
1258
|
+
let attributeType = attributeTypes[index];
|
|
1259
|
+
instance[attributeType.name] = ObjectSerializer.deserialize(data[attributeType.baseName], attributeType.type);
|
|
1260
|
+
}
|
|
1261
|
+
return instance;
|
|
1262
|
+
}
|
|
1263
|
+
}
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
export interface Authentication {
|
|
1267
|
+
/**
|
|
1268
|
+
* Apply authentication settings to header and query params.
|
|
1269
|
+
*/
|
|
1270
|
+
applyToRequest(requestOptions: localVarRequest.Options): Promise<void> | void;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export class HttpBasicAuth implements Authentication {
|
|
1274
|
+
public username: string = '';
|
|
1275
|
+
public password: string = '';
|
|
1276
|
+
|
|
1277
|
+
applyToRequest(requestOptions: localVarRequest.Options): void {
|
|
1278
|
+
requestOptions.auth = {
|
|
1279
|
+
username: this.username, password: this.password
|
|
1280
|
+
}
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export class HttpBearerAuth implements Authentication {
|
|
1285
|
+
public accessToken: string | (() => string) = '';
|
|
1286
|
+
|
|
1287
|
+
applyToRequest(requestOptions: localVarRequest.Options): void {
|
|
1288
|
+
if (requestOptions && requestOptions.headers) {
|
|
1289
|
+
const accessToken = typeof this.accessToken === 'function'
|
|
1290
|
+
? this.accessToken()
|
|
1291
|
+
: this.accessToken;
|
|
1292
|
+
requestOptions.headers["Authorization"] = "Bearer " + accessToken;
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
export class ApiKeyAuth implements Authentication {
|
|
1298
|
+
public apiKey: string = '';
|
|
1299
|
+
|
|
1300
|
+
constructor(private location: string, private paramName: string) {
|
|
1301
|
+
}
|
|
1302
|
+
|
|
1303
|
+
applyToRequest(requestOptions: localVarRequest.Options): void {
|
|
1304
|
+
if (this.location == "query") {
|
|
1305
|
+
(<any>requestOptions.qs)[this.paramName] = this.apiKey;
|
|
1306
|
+
} else if (this.location == "header" && requestOptions && requestOptions.headers) {
|
|
1307
|
+
requestOptions.headers[this.paramName] = this.apiKey;
|
|
1308
|
+
} else if (this.location == 'cookie' && requestOptions && requestOptions.headers) {
|
|
1309
|
+
if (requestOptions.headers['Cookie']) {
|
|
1310
|
+
requestOptions.headers['Cookie'] += '; ' + this.paramName + '=' + encodeURIComponent(this.apiKey);
|
|
1311
|
+
}
|
|
1312
|
+
else {
|
|
1313
|
+
requestOptions.headers['Cookie'] = this.paramName + '=' + encodeURIComponent(this.apiKey);
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
}
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export class OAuth implements Authentication {
|
|
1320
|
+
public accessToken: string = '';
|
|
1321
|
+
|
|
1322
|
+
applyToRequest(requestOptions: localVarRequest.Options): void {
|
|
1323
|
+
if (requestOptions && requestOptions.headers) {
|
|
1324
|
+
requestOptions.headers["Authorization"] = "Bearer " + this.accessToken;
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export class VoidAuth implements Authentication {
|
|
1330
|
+
public username: string = '';
|
|
1331
|
+
public password: string = '';
|
|
1332
|
+
|
|
1333
|
+
applyToRequest(_: localVarRequest.Options): void {
|
|
1334
|
+
// Do nothing
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
export type Interceptor = (requestOptions: localVarRequest.Options) => (Promise<void> | void);
|