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