wallet 2.1.535 → 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 +125 -36
- package/.openapi-generator/VERSION +1 -1
- package/api/a2PApi.ts +365 -0
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/amenitiesApi.ts +447 -0
- package/api/analyticsApi.ts +145 -1
- package/api/apis.ts +25 -3
- package/api/appleWalletSubscribersApi.ts +1 -1
- package/api/billingApi.ts +5 -5
- package/api/clubMembersPointsApi.ts +12 -12
- package/api/configurationApi.ts +8 -8
- package/api/countriesApi.ts +5 -5
- package/api/customerApi.ts +1 -1
- package/api/dashboardApi.ts +1 -1
- package/api/diningApi.ts +447 -0
- package/api/dynamicVouchersApi.ts +1 -1
- package/api/emailSubscriberApi.ts +457 -0
- package/api/employeeAPIKeysApi.ts +1 -1
- package/api/employeeAccessApi.ts +1 -1
- package/api/employeesApi.ts +18 -19
- package/api/gamingApi.ts +447 -0
- package/api/imageGridApi.ts +1 -1
- package/api/industriesApi.ts +130 -5
- package/api/infoGenesisReportsApi.ts +1 -1
- package/api/integratedTerminalsApi.ts +1 -1
- package/api/interactionsApi.ts +316 -21
- package/api/loginAndLogoutApi.ts +5 -5
- package/api/loungeApi.ts +447 -0
- package/api/membershipTiersApi.ts +1 -1
- package/api/merchantApi.ts +5 -5
- package/api/merchantCreditsApi.ts +5 -5
- package/api/merchantURLsApi.ts +1 -1
- package/api/mobileTerminalApi.ts +1 -1
- package/api/newsApi.ts +1 -1
- package/api/paymentDesignsApi.ts +1 -1
- package/api/performancesApi.ts +634 -13
- package/api/productsApi.ts +447 -0
- package/api/promotionCodesApi.ts +1 -1
- package/api/qRCodeDesignsApi.ts +1 -1
- package/api/quickLinksApi.ts +1 -1
- package/api/quickLinksSectionApi.ts +1 -1
- package/api/roomRatesApi.ts +447 -0
- package/api/sMSApi.ts +14 -85
- package/api/servicesApi.ts +447 -0
- package/api/settingsApi.ts +1 -1
- package/api/shopifyTerminalApi.ts +1 -1
- package/api/smsSubscriberApi.ts +457 -0
- package/api/staticVoucherCampaignGroupsApi.ts +1 -1
- package/api/staticVoucherCampaignsApi.ts +12 -12
- package/api/staticVouchersApi.ts +1 -1
- package/api/systemApi.ts +63 -1
- package/api/ticketApi.ts +451 -0
- package/api/transactionLedgerApi.ts +5 -5
- package/api/videosApi.ts +447 -0
- package/api/virtualBusinessCardApi.ts +1 -1
- package/api/webTerminalApi.ts +1 -1
- package/api/wixTerminalApi.ts +1 -1
- package/api/wooCommerceTerminalApi.ts +1 -1
- 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 +5 -7
- package/dist/api/advertisementCreditsApi.js +8 -10
- package/dist/api/advertisementCreditsApi.js.map +1 -1
- 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 +21 -7
- package/dist/api/analyticsApi.js +209 -85
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/apis.d.ts +25 -3
- package/dist/api/apis.js +71 -61
- package/dist/api/apis.js.map +1 -1
- package/dist/api/appleWalletSubscribersApi.d.ts +5 -7
- package/dist/api/appleWalletSubscribersApi.js +3 -5
- package/dist/api/appleWalletSubscribersApi.js.map +1 -1
- package/dist/api/billingApi.d.ts +7 -9
- package/dist/api/billingApi.js +15 -17
- package/dist/api/billingApi.js.map +1 -1
- package/dist/api/clubMembersPointsApi.d.ts +9 -11
- package/dist/api/clubMembersPointsApi.js +16 -18
- package/dist/api/clubMembersPointsApi.js.map +1 -1
- package/dist/api/configurationApi.d.ts +7 -9
- package/dist/api/configurationApi.js +8 -10
- package/dist/api/configurationApi.js.map +1 -1
- package/dist/api/countriesApi.d.ts +7 -9
- package/dist/api/countriesApi.js +3 -5
- package/dist/api/countriesApi.js.map +1 -1
- package/dist/api/customerApi.d.ts +5 -7
- package/dist/api/customerApi.js +10 -12
- package/dist/api/customerApi.js.map +1 -1
- package/dist/api/dashboardApi.d.ts +5 -7
- package/dist/api/dashboardApi.js +19 -21
- package/dist/api/dashboardApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/dynamicVouchersApi.js +10 -12
- package/dist/api/dynamicVouchersApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/employeeAPIKeysApi.js +6 -8
- package/dist/api/employeeAPIKeysApi.js.map +1 -1
- package/dist/api/employeeAccessApi.d.ts +5 -7
- package/dist/api/employeeAccessApi.js +2 -4
- package/dist/api/employeeAccessApi.js.map +1 -1
- package/dist/api/employeesApi.d.ts +11 -14
- package/dist/api/employeesApi.js +54 -56
- package/dist/api/employeesApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/imageGridApi.js +6 -8
- package/dist/api/imageGridApi.js.map +1 -1
- package/dist/api/industriesApi.d.ts +24 -9
- package/dist/api/industriesApi.js +117 -5
- package/dist/api/industriesApi.js.map +1 -1
- package/dist/api/infoGenesisReportsApi.d.ts +5 -7
- package/dist/api/infoGenesisReportsApi.js +28 -30
- package/dist/api/infoGenesisReportsApi.js.map +1 -1
- package/dist/api/integratedTerminalsApi.d.ts +5 -7
- package/dist/api/integratedTerminalsApi.js +6 -8
- package/dist/api/integratedTerminalsApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +50 -13
- package/dist/api/interactionsApi.js +275 -26
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/loginAndLogoutApi.d.ts +7 -9
- package/dist/api/loginAndLogoutApi.js +5 -7
- package/dist/api/loginAndLogoutApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/membershipTiersApi.js +10 -12
- package/dist/api/membershipTiersApi.js.map +1 -1
- package/dist/api/merchantApi.d.ts +7 -9
- package/dist/api/merchantApi.js +29 -31
- package/dist/api/merchantApi.js.map +1 -1
- package/dist/api/merchantCreditsApi.d.ts +7 -9
- package/dist/api/merchantCreditsApi.js +12 -14
- package/dist/api/merchantCreditsApi.js.map +1 -1
- package/dist/api/merchantURLsApi.d.ts +5 -7
- package/dist/api/merchantURLsApi.js +8 -10
- package/dist/api/merchantURLsApi.js.map +1 -1
- package/dist/api/mobileTerminalApi.d.ts +5 -7
- package/dist/api/mobileTerminalApi.js +4 -6
- package/dist/api/mobileTerminalApi.js.map +1 -1
- package/dist/api/newsApi.d.ts +5 -7
- package/dist/api/newsApi.js +6 -8
- package/dist/api/newsApi.js.map +1 -1
- package/dist/api/paymentDesignsApi.d.ts +5 -7
- package/dist/api/paymentDesignsApi.js +7 -9
- package/dist/api/paymentDesignsApi.js.map +1 -1
- package/dist/api/performancesApi.d.ts +74 -7
- package/dist/api/performancesApi.js +532 -8
- package/dist/api/performancesApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/promotionCodesApi.js +6 -8
- package/dist/api/promotionCodesApi.js.map +1 -1
- package/dist/api/qRCodeDesignsApi.d.ts +5 -7
- package/dist/api/qRCodeDesignsApi.js +7 -9
- package/dist/api/qRCodeDesignsApi.js.map +1 -1
- package/dist/api/quickLinksApi.d.ts +5 -7
- package/dist/api/quickLinksApi.js +7 -9
- package/dist/api/quickLinksApi.js.map +1 -1
- package/dist/api/quickLinksSectionApi.d.ts +5 -7
- package/dist/api/quickLinksSectionApi.js +6 -8
- package/dist/api/quickLinksSectionApi.js.map +1 -1
- 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 +11 -23
- package/dist/api/sMSApi.js +41 -104
- package/dist/api/sMSApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/settingsApi.js +3 -5
- package/dist/api/settingsApi.js.map +1 -1
- package/dist/api/shopifyTerminalApi.d.ts +5 -7
- package/dist/api/shopifyTerminalApi.js +4 -6
- package/dist/api/shopifyTerminalApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/staticVoucherCampaignGroupsApi.js +2 -4
- package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -1
- package/dist/api/staticVoucherCampaignsApi.d.ts +10 -12
- package/dist/api/staticVoucherCampaignsApi.js +25 -27
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
- package/dist/api/staticVouchersApi.d.ts +5 -7
- package/dist/api/staticVouchersApi.js +7 -9
- package/dist/api/staticVouchersApi.js.map +1 -1
- package/dist/api/systemApi.d.ts +13 -7
- package/dist/api/systemApi.js +65 -10
- package/dist/api/systemApi.js.map +1 -1
- 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 +7 -9
- package/dist/api/transactionLedgerApi.js +3 -5
- package/dist/api/transactionLedgerApi.js.map +1 -1
- 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 +5 -7
- package/dist/api/virtualBusinessCardApi.js +8 -10
- package/dist/api/virtualBusinessCardApi.js.map +1 -1
- package/dist/api/webTerminalApi.d.ts +5 -7
- package/dist/api/webTerminalApi.js +4 -6
- package/dist/api/webTerminalApi.js.map +1 -1
- package/dist/api/wixTerminalApi.d.ts +5 -7
- package/dist/api/wixTerminalApi.js +4 -6
- package/dist/api/wixTerminalApi.js.map +1 -1
- package/dist/api/wooCommerceTerminalApi.d.ts +5 -7
- package/dist/api/wooCommerceTerminalApi.js +4 -6
- package/dist/api/wooCommerceTerminalApi.js.map +1 -1
- package/dist/api.js +5 -16
- package/dist/api.js.map +1 -1
- package/dist/examples/advertisementcredits.example.js +8 -25
- package/dist/examples/advertisementcredits.example.js.map +1 -1
- package/dist/examples/clubmembers.example.js +9 -26
- package/dist/examples/clubmembers.example.js.map +1 -1
- package/dist/examples/constants.js +0 -1
- package/dist/examples/constants.js.map +1 -1
- package/dist/examples/dynamicvouchers.example.js +9 -26
- package/dist/examples/dynamicvouchers.example.js.map +1 -1
- package/dist/examples/linkbook.example.js +9 -26
- package/dist/examples/linkbook.example.js.map +1 -1
- package/dist/examples/membershiptiers.example.js +9 -26
- package/dist/examples/membershiptiers.example.js.map +1 -1
- package/dist/examples/merchantcredits.example.js +9 -26
- package/dist/examples/merchantcredits.example.js.map +1 -1
- package/dist/examples/merchanturls.example.js +9 -26
- package/dist/examples/merchanturls.example.js.map +1 -1
- package/dist/examples/news.example.js +9 -26
- package/dist/examples/news.example.js.map +1 -1
- package/dist/examples/paymentdesigns.example.js +9 -26
- package/dist/examples/paymentdesigns.example.js.map +1 -1
- package/dist/examples/performances.example.js +9 -26
- package/dist/examples/performances.example.js.map +1 -1
- package/dist/examples/promocodes.example.js +9 -26
- package/dist/examples/promocodes.example.js.map +1 -1
- package/dist/examples/sms.example.js +8 -25
- package/dist/examples/sms.example.js.map +1 -1
- package/dist/examples/staticvouchercampaigns.example.js +11 -28
- package/dist/examples/staticvouchercampaigns.example.js.map +1 -1
- package/dist/examples/staticvouchers.example.js +9 -26
- package/dist/examples/staticvouchers.example.js.map +1 -1
- 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 +4 -2
- package/dist/model/advertisementCredit.js +2 -3
- package/dist/model/advertisementCredit.js.map +1 -1
- package/dist/model/advertisementCreditBroadcast.d.ts +8 -4
- package/dist/model/advertisementCreditBroadcast.js +4 -5
- package/dist/model/advertisementCreditBroadcast.js.map +1 -1
- package/dist/model/advertisementCreditScan.d.ts +6 -3
- package/dist/model/advertisementCreditScan.js +3 -4
- package/dist/model/advertisementCreditScan.js.map +1 -1
- 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.js +0 -1
- package/dist/model/announcement.js.map +1 -1
- package/dist/model/applicableTerminals.js +0 -1
- package/dist/model/applicableTerminals.js.map +1 -1
- package/dist/model/authError.js +0 -1
- package/dist/model/authError.js.map +1 -1
- package/dist/model/availablePhoneNumbersRequest.js +0 -1
- package/dist/model/availablePhoneNumbersRequest.js.map +1 -1
- package/dist/model/browserDetails.d.ts +1 -0
- package/dist/model/browserDetails.js +5 -1
- package/dist/model/browserDetails.js.map +1 -1
- 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.js +0 -1
- package/dist/model/clickFunnelAmount.js.map +1 -1
- package/dist/model/clickFunnelContact.d.ts +2 -0
- package/dist/model/clickFunnelContact.js +10 -1
- package/dist/model/clickFunnelContact.js.map +1 -1
- package/dist/model/clickFunnelContactProfile.js +0 -1
- package/dist/model/clickFunnelContactProfile.js.map +1 -1
- package/dist/model/clickFunnelEvent.js +0 -1
- package/dist/model/clickFunnelEvent.js.map +1 -1
- package/dist/model/clickFunnelOriginalAmount.js +0 -1
- package/dist/model/clickFunnelOriginalAmount.js.map +1 -1
- package/dist/model/clickFunnelProduct.js +0 -1
- package/dist/model/clickFunnelProduct.js.map +1 -1
- package/dist/model/clickFunnelPurchase.js +0 -1
- package/dist/model/clickFunnelPurchase.js.map +1 -1
- package/dist/model/clickFunnelRegistration.js +0 -1
- package/dist/model/clickFunnelRegistration.js.map +1 -1
- 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/{inlineResponse2001.d.ts → createFile200Response.d.ts} +1 -1
- package/dist/model/{inlineResponse2001.js → createFile200Response.js} +6 -7
- package/dist/model/createFile200Response.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +4 -2
- package/dist/model/createStaticVoucherCampaign.js +2 -3
- package/dist/model/createStaticVoucherCampaign.js.map +1 -1
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +4 -2
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +2 -3
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -1
- package/dist/model/dashboardWidget.js +0 -1
- package/dist/model/dashboardWidget.js.map +1 -1
- 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.js +0 -1
- package/dist/model/document.js.map +1 -1
- package/dist/model/duplicateRowFound.js +0 -1
- package/dist/model/duplicateRowFound.js.map +1 -1
- package/dist/model/dynamicVoucher.d.ts +6 -3
- package/dist/model/dynamicVoucher.js +3 -4
- package/dist/model/dynamicVoucher.js.map +1 -1
- package/dist/model/dynamicVoucherBroadcast.d.ts +8 -4
- package/dist/model/dynamicVoucherBroadcast.js +4 -5
- package/dist/model/dynamicVoucherBroadcast.js.map +1 -1
- 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 +12 -8
- package/dist/model/employee.js +8 -9
- package/dist/model/employee.js.map +1 -1
- package/dist/model/employeeAPIKey.d.ts +2 -1
- package/dist/model/employeeAPIKey.js +1 -2
- package/dist/model/employeeAPIKey.js.map +1 -1
- package/dist/model/employeeActivityLog.js +0 -1
- package/dist/model/employeeActivityLog.js.map +1 -1
- package/dist/model/employeeAlert.js +0 -1
- package/dist/model/employeeAlert.js.map +1 -1
- 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.js +0 -1
- package/dist/model/entityTooLarge.js.map +1 -1
- package/dist/model/exportDataFile.js +0 -1
- package/dist/model/exportDataFile.js.map +1 -1
- package/dist/model/falsumError.js +0 -1
- package/dist/model/falsumError.js.map +1 -1
- package/dist/model/falsumField.js +0 -1
- package/dist/model/falsumField.js.map +1 -1
- package/dist/model/feature.js +0 -1
- package/dist/model/feature.js.map +1 -1
- package/dist/model/{inlineResponse20010.d.ts → fetchAllCountries200ResponseInner.d.ts} +1 -1
- package/dist/model/{inlineResponse20010.js → fetchAllCountries200ResponseInner.js} +6 -7
- package/dist/model/fetchAllCountries200ResponseInner.js.map +1 -0
- package/dist/model/{inlineResponse2005.d.ts → fetchAllLedgerTransactions200Response.d.ts} +1 -1
- package/dist/model/{inlineResponse2005.js → fetchAllLedgerTransactions200Response.js} +6 -7
- package/dist/model/fetchAllLedgerTransactions200Response.js.map +1 -0
- package/dist/model/{inlineResponse2009.d.ts → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.d.ts} +3 -2
- package/dist/model/{inlineResponse2009.js → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.js} +7 -8
- 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/{inlineResponse2008.d.ts → fetchImportedListRecipientsByPage200Response.d.ts} +1 -1
- package/dist/model/fetchImportedListRecipientsByPage200Response.js +27 -0
- package/dist/model/fetchImportedListRecipientsByPage200Response.js.map +1 -0
- package/dist/model/{inlineResponse2003.d.ts → fetchInboundSMSByPage200Response.d.ts} +1 -1
- package/dist/model/{inlineResponse2003.js → fetchInboundSMSByPage200Response.js} +6 -7
- package/dist/model/fetchInboundSMSByPage200Response.js.map +1 -0
- package/dist/model/{inlineResponse200.d.ts → fetchIndustry200Response.d.ts} +1 -1
- package/dist/model/{inlineResponse200.js → fetchIndustry200Response.js} +6 -7
- package/dist/model/{inlineResponse200.js.map → fetchIndustry200Response.js.map} +1 -1
- package/dist/model/{inlineResponse2002.d.ts → fetchMembersCount200Response.d.ts} +1 -1
- package/dist/model/fetchMembersCount200Response.js +17 -0
- package/dist/model/fetchMembersCount200Response.js.map +1 -0
- package/dist/model/{inlineResponse2007.d.ts → fetchOptInListSubscribersByPage200Response.d.ts} +1 -1
- package/dist/model/fetchOptInListSubscribersByPage200Response.js +27 -0
- package/dist/model/fetchOptInListSubscribersByPage200Response.js.map +1 -0
- package/dist/model/{inlineResponse2006.d.ts → fetchOutboundSMSByPage200Response.d.ts} +1 -1
- package/dist/model/{inlineResponse2006.js → fetchOutboundSMSByPage200Response.js} +6 -7
- 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/{inlineResponse2004.d.ts → fetchStaticVouchersPage200Response.d.ts} +1 -1
- package/dist/model/fetchStaticVouchersPage200Response.js +22 -0
- package/dist/model/fetchStaticVouchersPage200Response.js.map +1 -0
- package/dist/model/forbiddenRequest.js +0 -1
- package/dist/model/forbiddenRequest.js.map +1 -1
- package/dist/model/foreignKeyDoesNotExist.js +0 -1
- package/dist/model/foreignKeyDoesNotExist.js.map +1 -1
- 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 +2 -1
- package/dist/model/helpDeskRequest.js +1 -2
- package/dist/model/helpDeskRequest.js.map +1 -1
- package/dist/model/imageGrid.d.ts +2 -1
- package/dist/model/imageGrid.js +1 -2
- package/dist/model/imageGrid.js.map +1 -1
- 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 +2 -1
- package/dist/model/importedList.js +1 -2
- package/dist/model/importedList.js.map +1 -1
- package/dist/model/importedListRecipient.d.ts +2 -1
- package/dist/model/importedListRecipient.js +1 -2
- package/dist/model/importedListRecipient.js.map +1 -1
- package/dist/model/inboundSMS.d.ts +2 -1
- package/dist/model/inboundSMS.js +1 -2
- package/dist/model/inboundSMS.js.map +1 -1
- package/dist/model/internalServerError.js +0 -1
- package/dist/model/internalServerError.js.map +1 -1
- 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 +6 -3
- package/dist/model/ledgerEntry.js +3 -4
- package/dist/model/ledgerEntry.js.map +1 -1
- 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 +4 -2
- package/dist/model/linkBook.js +2 -3
- package/dist/model/linkBook.js.map +1 -1
- package/dist/model/linkBookSection.d.ts +2 -1
- package/dist/model/linkBookSection.js +1 -2
- package/dist/model/linkBookSection.js.map +1 -1
- 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.js +0 -1
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +0 -1
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +0 -1
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +0 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +0 -1
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -1
- package/dist/model/mSMemberHistory.d.ts +2 -0
- package/dist/model/mSMemberHistory.js +10 -1
- package/dist/model/mSMemberHistory.js.map +1 -1
- package/dist/model/mSMemberHistoryPagination.js +0 -1
- package/dist/model/mSMemberHistoryPagination.js.map +1 -1
- package/dist/model/mSMemberRedemption.d.ts +4 -2
- package/dist/model/mSMemberRedemption.js +2 -3
- package/dist/model/mSMemberRedemption.js.map +1 -1
- package/dist/model/mSMemberRedemptionPagination.js +0 -1
- package/dist/model/mSMemberRedemptionPagination.js.map +1 -1
- 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.js +0 -1
- package/dist/model/mSMembershipTierHistory.js.map +1 -1
- package/dist/model/mSMembershipTierHistoryPagination.js +0 -1
- package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -1
- package/dist/model/mSMembershipTierRedemption.d.ts +4 -2
- package/dist/model/mSMembershipTierRedemption.js +2 -3
- package/dist/model/mSMembershipTierRedemption.js.map +1 -1
- package/dist/model/mSMembershipTierRedemptionPagination.js +0 -1
- package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -1
- package/dist/model/mSMerchantCreditHistory.js +0 -1
- package/dist/model/mSMerchantCreditHistory.js.map +1 -1
- package/dist/model/mSMerchantCreditHistoryPagination.js +0 -1
- package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -1
- package/dist/model/mSMerchantCreditRedemption.d.ts +4 -2
- package/dist/model/mSMerchantCreditRedemption.js +2 -3
- package/dist/model/mSMerchantCreditRedemption.js.map +1 -1
- package/dist/model/mSMerchantCreditRedemptionPagination.js +0 -1
- package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -1
- package/dist/model/mediaFile.js +0 -1
- package/dist/model/mediaFile.js.map +1 -1
- package/dist/model/member.d.ts +2 -0
- package/dist/model/member.js +10 -1
- package/dist/model/member.js.map +1 -1
- package/dist/model/memberSearch.d.ts +6 -3
- package/dist/model/memberSearch.js +3 -4
- package/dist/model/memberSearch.js.map +1 -1
- 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 +2 -1
- package/dist/model/merchant.js +5 -1
- package/dist/model/merchant.js.map +1 -1
- package/dist/model/merchantCreditSearch.js +0 -1
- package/dist/model/merchantCreditSearch.js.map +1 -1
- package/dist/model/merchantNotInitialized.js +0 -1
- package/dist/model/merchantNotInitialized.js.map +1 -1
- package/dist/model/merchantURL.d.ts +2 -1
- package/dist/model/merchantURL.js +1 -2
- package/dist/model/merchantURL.js.map +1 -1
- package/dist/model/message.js +0 -1
- package/dist/model/message.js.map +1 -1
- 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 +115 -38
- package/dist/model/models.js +602 -379
- package/dist/model/models.js.map +1 -1
- package/dist/model/moduleError.js +0 -1
- package/dist/model/moduleError.js.map +1 -1
- package/dist/model/newsArticle.d.ts +2 -1
- package/dist/model/newsArticle.js +1 -2
- package/dist/model/newsArticle.js.map +1 -1
- package/dist/model/optInList.d.ts +2 -1
- package/dist/model/optInList.js +1 -2
- package/dist/model/optInList.js.map +1 -1
- package/dist/model/optInListSource.d.ts +2 -1
- package/dist/model/optInListSource.js +1 -2
- package/dist/model/optInListSource.js.map +1 -1
- package/dist/model/optInListSubscriber.d.ts +4 -2
- package/dist/model/optInListSubscriber.js +2 -3
- package/dist/model/optInListSubscriber.js.map +1 -1
- package/dist/model/outboundSMS.d.ts +6 -3
- package/dist/model/outboundSMS.js +3 -4
- package/dist/model/outboundSMS.js.map +1 -1
- package/dist/model/paginatedWTMembers.js +0 -1
- package/dist/model/paginatedWTMembers.js.map +1 -1
- package/dist/model/paginatedWTMerchantCredits.js +0 -1
- package/dist/model/paginatedWTMerchantCredits.js.map +1 -1
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +0 -1
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -1
- package/dist/model/paginationRequestWithSortOptions.d.ts +2 -1
- package/dist/model/paginationRequestWithSortOptions.js +1 -3
- package/dist/model/paginationRequestWithSortOptions.js.map +1 -1
- 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 +4 -2
- package/dist/model/paymentDesign.js +2 -3
- package/dist/model/paymentDesign.js.map +1 -1
- package/dist/model/performance.d.ts +6 -1
- package/dist/model/performance.js +21 -2
- package/dist/model/performance.js.map +1 -1
- package/dist/model/phoneNumber.d.ts +2 -1
- package/dist/model/phoneNumber.js +1 -2
- package/dist/model/phoneNumber.js.map +1 -1
- 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 +2 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js +1 -2
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +2 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +1 -2
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -1
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +0 -1
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +0 -1
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -1
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +2 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +10 -1
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +2 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +10 -1
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +0 -1
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +0 -1
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +2 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +1 -2
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -1
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +0 -1
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -1
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js +0 -1
- package/dist/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.js.map +1 -1
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +0 -1
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +0 -1
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js +0 -1
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.js.map +1 -1
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +2 -1
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js +1 -2
- package/dist/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -1
- 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.js +0 -1
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +0 -1
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +4 -2
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +2 -3
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
- 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 +2 -1
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +1 -2
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +4 -2
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +2 -3
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -1
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +2 -1
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +1 -2
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +2 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +1 -2
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -1
- 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.js +0 -1
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.d.ts +2 -1
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js +1 -2
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.js.map +1 -1
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +2 -1
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +1 -2
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -1
- 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 +4 -2
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +2 -3
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -1
- 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 +12 -8
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +8 -9
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -1
- package/dist/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.d.ts → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.d.ts} +3 -1
- package/dist/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js} +16 -7
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.js.map +1 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +0 -1
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -1
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +0 -1
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -1
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +0 -1
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +6 -3
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +3 -4
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
- 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 +2 -1
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +1 -2
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -1
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +0 -1
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -1
- package/dist/model/plan.js +0 -1
- package/dist/model/plan.js.map +1 -1
- package/dist/model/portalPage.d.ts +13 -1
- package/dist/model/portalPage.js +12 -1
- package/dist/model/portalPage.js.map +1 -1
- package/dist/model/presignedPost.js +0 -1
- package/dist/model/presignedPost.js.map +1 -1
- package/dist/model/presignedPostFields.js +0 -1
- package/dist/model/presignedPostFields.js.map +1 -1
- package/dist/model/product.js +0 -1
- package/dist/model/product.js.map +1 -1
- 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 +2 -1
- package/dist/model/promoCode.js +1 -2
- package/dist/model/promoCode.js.map +1 -1
- package/dist/model/qRCodeDesign.d.ts +6 -4
- package/dist/model/qRCodeDesign.js +6 -2
- package/dist/model/qRCodeDesign.js.map +1 -1
- package/dist/model/reachPerformanceStats.js +0 -1
- package/dist/model/reachPerformanceStats.js.map +1 -1
- package/dist/model/request.js +0 -1
- package/dist/model/request.js.map +1 -1
- package/dist/model/response.js +0 -1
- package/dist/model/response.js.map +1 -1
- package/dist/model/role.js +0 -1
- package/dist/model/role.js.map +1 -1
- package/dist/model/roleAuditLog.js +0 -1
- package/dist/model/roleAuditLog.js.map +1 -1
- 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.js +0 -1
- package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -1
- package/dist/model/sSOptInSource.js +0 -1
- package/dist/model/sSOptInSource.js.map +1 -1
- package/dist/model/sSOutboundStatuses.js +0 -1
- package/dist/model/sSOutboundStatuses.js.map +1 -1
- package/dist/model/{inlineObject1.d.ts → saveMerchantCreditPaymentDesignRequest.d.ts} +1 -1
- 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 +8 -4
- package/dist/model/simpleSMSBroadcast.js +4 -5
- package/dist/model/simpleSMSBroadcast.js.map +1 -1
- 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 +6 -3
- package/dist/model/staticVoucher.js +3 -4
- package/dist/model/staticVoucher.js.map +1 -1
- package/dist/model/staticVoucherCampaign.d.ts +4 -2
- package/dist/model/staticVoucherCampaign.js +2 -3
- package/dist/model/staticVoucherCampaign.js.map +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +6 -3
- package/dist/model/staticVoucherCampaignBroadcast.js +3 -4
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
- package/dist/model/staticVoucherCampaignGroup.d.ts +2 -1
- package/dist/model/staticVoucherCampaignGroup.js +1 -2
- package/dist/model/staticVoucherCampaignGroup.js.map +1 -1
- package/dist/model/staticVoucherCampaignUpdate.d.ts +2 -1
- package/dist/model/staticVoucherCampaignUpdate.js +1 -2
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -1
- package/dist/model/status.js +0 -1
- package/dist/model/status.js.map +1 -1
- package/dist/model/subscriptionFeature.js +0 -1
- package/dist/model/subscriptionFeature.js.map +1 -1
- package/dist/model/subscriptionPlan.js +0 -1
- package/dist/model/subscriptionPlan.js.map +1 -1
- package/dist/model/subscriptionProduct.d.ts +2 -0
- package/dist/model/subscriptionProduct.js +10 -1
- package/dist/model/subscriptionProduct.js.map +1 -1
- package/dist/model/tcpa.d.ts +2 -1
- package/dist/model/tcpa.js +1 -2
- package/dist/model/tcpa.js.map +1 -1
- 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/{inlineObject.d.ts → updateEmailNotificationPreferenceRequest.d.ts} +1 -1
- package/dist/model/updateEmailNotificationPreferenceRequest.js +17 -0
- package/dist/model/updateEmailNotificationPreferenceRequest.js.map +1 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +4 -2
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +2 -3
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -1
- 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.js +0 -1
- package/dist/model/vSCampaignGeneratedMessage.js.map +1 -1
- package/dist/model/vSCampaignGeneratedMessagePagination.js +0 -1
- package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -1
- package/dist/model/vSDynamicVoucherStatus.js +0 -1
- package/dist/model/vSDynamicVoucherStatus.js.map +1 -1
- 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 +2 -1
- package/dist/model/virtualBusinessCard.js +1 -2
- package/dist/model/virtualBusinessCard.js.map +1 -1
- 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 +4 -2
- package/dist/model/wTAdvertisementCredit.js +2 -3
- package/dist/model/wTAdvertisementCredit.js.map +1 -1
- package/dist/model/wTAdvertisementCreditCreateParams.d.ts +2 -1
- package/dist/model/wTAdvertisementCreditCreateParams.js +1 -2
- package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -1
- package/dist/model/wTAdvertisementCreditScan.d.ts +6 -3
- package/dist/model/wTAdvertisementCreditScan.js +3 -4
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -1
- package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +2 -1
- package/dist/model/wTAdvertisementCreditUpdateParams.js +1 -2
- package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -1
- 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.js +0 -2
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -1
- package/dist/model/wTAuthenticationForgotPassword.js +0 -1
- package/dist/model/wTAuthenticationForgotPassword.js.map +1 -1
- package/dist/model/wTAuthenticationLoginRequest.js +0 -1
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -1
- package/dist/model/wTAuthenticationLoginResponse.d.ts +1 -0
- package/dist/model/wTAuthenticationLoginResponse.js +5 -1
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -1
- package/dist/model/wTAuthenticationRegister.js +0 -1
- package/dist/model/wTAuthenticationRegister.js.map +1 -1
- package/dist/model/wTAuthenticationRequestResetPassword.js +0 -1
- package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -1
- package/dist/model/wTAuthenticationResetPassword.js +0 -1
- package/dist/model/wTAuthenticationResetPassword.js.map +1 -1
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +0 -1
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -1
- package/dist/model/wTBillingChangePlan.js +0 -1
- package/dist/model/wTBillingChangePlan.js.map +1 -1
- package/dist/model/wTBillingSavePaymentMethod.js +0 -1
- package/dist/model/wTBillingSavePaymentMethod.js.map +1 -1
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +0 -1
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -1
- package/dist/model/wTCountResult.js +0 -1
- package/dist/model/wTCountResult.js.map +1 -1
- package/dist/model/wTCustomerSearchByMemberID.js +0 -1
- package/dist/model/wTCustomerSearchByMemberID.js.map +1 -1
- package/dist/model/wTCustomerSearchByPhoneNumber.js +0 -1
- package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -1
- 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 +6 -3
- package/dist/model/wTDynamicVoucher.js +3 -4
- package/dist/model/wTDynamicVoucher.js.map +1 -1
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +2 -1
- package/dist/model/wTDynamicVoucherCreateParams.js +1 -2
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -1
- package/dist/model/wTDynamicVoucherRedemption.d.ts +6 -3
- package/dist/model/wTDynamicVoucherRedemption.js +3 -4
- package/dist/model/wTDynamicVoucherRedemption.js.map +1 -1
- 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 +2 -1
- package/dist/model/wTDynamicVoucherSummary.js +1 -2
- package/dist/model/wTDynamicVoucherSummary.js.map +1 -1
- 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 +2 -1
- package/dist/model/wTDynamicVoucherUpdateParams.js +1 -2
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -1
- 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 +12 -8
- package/dist/model/wTEmployee.js +8 -9
- package/dist/model/wTEmployee.js.map +1 -1
- package/dist/model/wTEmployeeAPIKey.d.ts +2 -1
- package/dist/model/wTEmployeeAPIKey.js +1 -2
- package/dist/model/wTEmployeeAPIKey.js.map +1 -1
- package/dist/model/wTEmployeeAPIKeyCreateParams.js +0 -1
- package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -1
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js +0 -1
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -1
- package/dist/model/wTEmployeeCreate.d.ts +12 -8
- package/dist/model/wTEmployeeCreate.js +8 -9
- package/dist/model/wTEmployeeCreate.js.map +1 -1
- package/dist/model/wTEmployeeCreateDocument.js +0 -1
- package/dist/model/wTEmployeeCreateDocument.js.map +1 -1
- package/dist/model/wTEmployeeCreateMediaFile.js +0 -1
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +0 -1
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -1
- package/dist/model/wTEmployeeFileCreate.js +0 -1
- package/dist/model/wTEmployeeFileCreate.js.map +1 -1
- package/dist/model/wTEmployeeImportRecords.js +0 -1
- package/dist/model/wTEmployeeImportRecords.js.map +1 -1
- package/dist/model/wTEmployeeNotification.d.ts +2 -1
- package/dist/model/wTEmployeeNotification.js +1 -2
- package/dist/model/wTEmployeeNotification.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTEmployeePeerRoles.js.map +1 -1
- package/dist/model/wTEmployeeS3FilePresign.d.ts +2 -1
- package/dist/model/wTEmployeeS3FilePresign.js +1 -2
- package/dist/model/wTEmployeeS3FilePresign.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -1
- package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +2 -1
- package/dist/model/wTEmployeeScheduleSimpleSMS.js +1 -2
- package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -1
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +0 -1
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
- package/dist/model/wTEmployeeUpdate.d.ts +12 -8
- package/dist/model/wTEmployeeUpdate.js +8 -9
- package/dist/model/wTEmployeeUpdate.js.map +1 -1
- package/dist/model/wTEmployeeUpdateRecords.js +0 -1
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -1
- package/dist/model/{wTFetchWalletPaymentObjectWithToken.d.ts → wTFetchWalletPaymentObjectsWithToken.d.ts} +2 -1
- package/dist/model/{wTFetchWalletPaymentObjectWithToken.js → wTFetchWalletPaymentObjectsWithToken.js} +11 -7
- 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.js +0 -1
- package/dist/model/wTImageGridCreateParams.js.map +1 -1
- package/dist/model/wTImageGridUpdateParams.js +0 -1
- package/dist/model/wTImageGridUpdateParams.js.map +1 -1
- package/dist/model/wTImportedList.d.ts +2 -1
- package/dist/model/wTImportedList.js +1 -2
- package/dist/model/wTImportedList.js.map +1 -1
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.d.ts +2 -1
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js +1 -2
- package/dist/model/wTImportedListRecipientFromMembershipTierImport.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -1
- package/dist/model/wTInfoGenesisRecordFilterParameters.js +0 -1
- package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -1
- package/dist/model/wTInfoGenesisRoutingIDs.js +0 -1
- package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -1
- package/dist/model/wTInfoGenesisUniquePostingIDs.js +0 -1
- package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -1
- package/dist/model/wTLinkBook.d.ts +4 -2
- package/dist/model/wTLinkBook.js +2 -3
- package/dist/model/wTLinkBook.js.map +1 -1
- package/dist/model/wTLinkBookCreateParams.d.ts +2 -1
- package/dist/model/wTLinkBookCreateParams.js +1 -2
- package/dist/model/wTLinkBookCreateParams.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -1
- package/dist/model/wTLinkBookSectionUpdateParams.js +0 -1
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -1
- package/dist/model/wTLinkBookUpdateParams.d.ts +2 -1
- package/dist/model/wTLinkBookUpdateParams.js +1 -2
- package/dist/model/wTLinkBookUpdateParams.js.map +1 -1
- 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 +2 -0
- package/dist/model/wTMember.js +10 -1
- package/dist/model/wTMember.js.map +1 -1
- package/dist/model/wTMemberCreationParams.d.ts +2 -0
- package/dist/model/wTMemberCreationParams.js +10 -1
- package/dist/model/wTMemberCreationParams.js.map +1 -1
- package/dist/model/wTMembershipTier.d.ts +2 -1
- package/dist/model/wTMembershipTier.js +1 -2
- package/dist/model/wTMembershipTier.js.map +1 -1
- package/dist/model/wTMembershipTierCreationParams.js +0 -1
- package/dist/model/wTMembershipTierCreationParams.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTMembershipTierUpdateParams.js.map +1 -1
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +2 -1
- package/dist/model/wTMembershipTierWithMemberCount.js +1 -2
- package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -1
- package/dist/model/wTMerchantCredit.js +0 -1
- package/dist/model/wTMerchantCredit.js.map +1 -1
- package/dist/model/wTMerchantCreditCreationParams.js +0 -1
- package/dist/model/wTMerchantCreditCreationParams.js.map +1 -1
- package/dist/model/wTMerchantURLCreate.js +0 -1
- package/dist/model/wTMerchantURLCreate.js.map +1 -1
- package/dist/model/wTMerchantURLUpdate.js +0 -1
- package/dist/model/wTMerchantURLUpdate.js.map +1 -1
- package/dist/model/wTMerchantUpdate.d.ts +1 -1
- package/dist/model/wTMerchantUpdate.js +0 -1
- package/dist/model/wTMerchantUpdate.js.map +1 -1
- package/dist/model/wTMerchantUpdatePOSIntegration.js +0 -1
- package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -1
- package/dist/model/wTMerchantUpdatePointsOfContact.js +0 -1
- package/dist/model/wTMerchantUpdatePointsOfContact.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTNewsArticleCreateParams.js.map +1 -1
- package/dist/model/wTNewsArticleUpdateParams.js +0 -1
- package/dist/model/wTNewsArticleUpdateParams.js.map +1 -1
- package/dist/model/wTOptInList.d.ts +2 -1
- package/dist/model/wTOptInList.js +1 -2
- package/dist/model/wTOptInList.js.map +1 -1
- package/dist/model/wTOptInListCreationParams.js +0 -1
- package/dist/model/wTOptInListCreationParams.js.map +1 -1
- package/dist/model/wTPaymentDesign.d.ts +4 -2
- package/dist/model/wTPaymentDesign.js +2 -3
- package/dist/model/wTPaymentDesign.js.map +1 -1
- package/dist/model/wTPaymentDesignCreateParams.d.ts +2 -1
- package/dist/model/wTPaymentDesignCreateParams.js +1 -2
- package/dist/model/wTPaymentDesignCreateParams.js.map +1 -1
- package/dist/model/wTPaymentDesignUpdateParams.d.ts +2 -1
- package/dist/model/wTPaymentDesignUpdateParams.js +1 -2
- package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -1
- package/dist/model/wTPerformanceCreateParams.d.ts +4 -0
- package/dist/model/wTPerformanceCreateParams.js +20 -1
- package/dist/model/wTPerformanceCreateParams.js.map +1 -1
- package/dist/model/wTPerformanceUpdateParams.d.ts +4 -0
- package/dist/model/wTPerformanceUpdateParams.js +20 -1
- package/dist/model/wTPerformanceUpdateParams.js.map +1 -1
- package/dist/model/wTPosMachine.js +0 -1
- package/dist/model/wTPosMachine.js.map +1 -1
- package/dist/model/wTPosMachineCreateParams.js +0 -1
- package/dist/model/wTPosMachineCreateParams.js.map +1 -1
- package/dist/model/wTPosMachineUpdateParams.js +0 -1
- package/dist/model/wTPosMachineUpdateParams.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTPromoCodeCreateParams.js.map +1 -1
- package/dist/model/wTPromoCodeUpdateParams.js +0 -1
- package/dist/model/wTPromoCodeUpdateParams.js.map +1 -1
- package/dist/model/wTQRCodeDesign.d.ts +6 -4
- package/dist/model/wTQRCodeDesign.js +6 -2
- package/dist/model/wTQRCodeDesign.js.map +1 -1
- package/dist/model/wTQRCodeDesignCreateParams.d.ts +4 -3
- package/dist/model/wTQRCodeDesignCreateParams.js +5 -1
- package/dist/model/wTQRCodeDesignCreateParams.js.map +1 -1
- package/dist/model/wTQRCodeDesignUpdateParams.d.ts +4 -3
- package/dist/model/wTQRCodeDesignUpdateParams.js +5 -1
- package/dist/model/wTQRCodeDesignUpdateParams.js.map +1 -1
- package/dist/model/wTRole.js +0 -1
- package/dist/model/wTRole.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -1
- package/dist/model/wTSMSImportOptInListSubscribers.js +0 -1
- package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -1
- package/dist/model/wTSMSImportedListCreate.js +0 -1
- package/dist/model/wTSMSImportedListCreate.js.map +1 -1
- package/dist/model/wTSMSOptInListSourceCreate.js +0 -1
- package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -1
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js +0 -1
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTSettingsSetPassword.js.map +1 -1
- 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 +6 -3
- package/dist/model/wTStaticVoucher.js +3 -4
- package/dist/model/wTStaticVoucher.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaign.d.ts +4 -2
- package/dist/model/wTStaticVoucherCampaign.js +2 -3
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +0 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +0 -1
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -1
- package/dist/model/wTStaticVoucherCreateParams.d.ts +2 -1
- package/dist/model/wTStaticVoucherCreateParams.js +1 -2
- package/dist/model/wTStaticVoucherCreateParams.js.map +1 -1
- package/dist/model/wTStaticVoucherUpdateParams.js +0 -1
- package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -1
- package/dist/model/wTSystemApprovePhoneNumber.js +0 -1
- package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -1
- package/dist/model/wTSystemRoleCreate.js +0 -1
- package/dist/model/wTSystemRoleCreate.js.map +1 -1
- package/dist/model/wTTCPAOpt.d.ts +4 -2
- package/dist/model/wTTCPAOpt.js +2 -3
- package/dist/model/wTTCPAOpt.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -1
- package/dist/model/wTTwilioVerifyAuthyCode.js +0 -1
- package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -1
- 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.js +0 -1
- package/dist/model/wTVirtualBusinessCardCreateParams.js.map +1 -1
- package/dist/model/wTVirtualBusinessCardUpdateParams.js +0 -1
- package/dist/model/wTVirtualBusinessCardUpdateParams.js.map +1 -1
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +29 -2
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +134 -5
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
- package/dist/model/wTWalletItemRedemption.js +0 -1
- package/dist/model/wTWalletItemRedemption.js.map +1 -1
- package/dist/model/wTWalletObjectPrefixCounts.js +0 -1
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -1
- package/dist/model/wTWalletPageView.d.ts +4 -1
- package/dist/model/wTWalletPageView.js +11 -2
- package/dist/model/wTWalletPageView.js.map +1 -1
- package/dist/model/wTWalletPageViewCount.js +0 -1
- package/dist/model/wTWalletPageViewCount.js.map +1 -1
- package/dist/model/wTWalletPageViewGeoPoint.js +0 -1
- package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -1
- 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 +29 -2
- package/dist/model/walletConfiguration.js +134 -5
- package/dist/model/walletConfiguration.js.map +1 -1
- 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 +4 -1
- package/dist/model/walletPageView.js +11 -2
- package/dist/model/walletPageView.js.map +1 -1
- package/dist/model/webpage.js +0 -1
- package/dist/model/webpage.js.map +1 -1
- package/model/a2PApplicationSubmission.ts +250 -0
- package/model/advertisementCredit.ts +7 -5
- package/model/advertisementCreditBroadcast.ts +13 -9
- package/model/advertisementCreditScan.ts +10 -13
- package/model/amenity.ts +92 -0
- package/model/announcement.ts +1 -1
- package/model/applicableTerminals.ts +1 -8
- package/model/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- package/model/browserDetails.ts +7 -1
- package/model/{applicableTerminalsAnyOf3.ts → businessClassification.ts} +6 -3
- 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 +1 -1
- package/model/clickFunnelContact.ts +13 -1
- package/model/clickFunnelContactProfile.ts +1 -1
- package/model/clickFunnelEvent.ts +1 -1
- package/model/clickFunnelOriginalAmount.ts +1 -1
- package/model/clickFunnelProduct.ts +1 -1
- package/model/clickFunnelPurchase.ts +1 -1
- package/model/clickFunnelRegistration.ts +1 -1
- package/model/countClaimedComps200Response.ts +37 -0
- package/model/{inlineResponse2001.ts → createFile200Response.ts} +3 -3
- package/model/createStaticVoucherCampaign.ts +7 -5
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +7 -5
- package/model/dashboardWidget.ts +1 -1
- package/model/dining.ts +92 -0
- package/model/document.ts +1 -1
- package/model/duplicateRowFound.ts +1 -1
- package/model/dynamicVoucher.ts +10 -7
- package/model/dynamicVoucherBroadcast.ts +13 -9
- package/model/dynamicVoucherBroadcastListType.ts +26 -0
- package/model/dynamicVoucherTemporalDecreaseFrequencyType.ts +26 -0
- package/model/emailSubscriber.ts +74 -0
- package/model/employee.ts +21 -17
- package/model/employeeAPIKey.ts +4 -3
- package/model/employeeActivityLog.ts +1 -1
- package/model/employeeAlert.ts +1 -1
- 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 +1 -1
- package/model/exportDataFile.ts +1 -1
- package/model/falsumError.ts +1 -1
- package/model/falsumField.ts +1 -1
- package/model/feature.ts +1 -1
- package/model/{inlineResponse20010.ts → fetchAllCountries200ResponseInner.ts} +3 -3
- package/model/{inlineResponse2005.ts → fetchAllLedgerTransactions200Response.ts} +3 -3
- package/model/{inlineResponse2009.ts → fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInner.ts} +6 -5
- package/model/fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID200ResponseInnerValueType.ts +26 -0
- package/model/fetchCustomerTicketsWithTokenRequest.ts +37 -0
- package/model/fetchDomainsByIndustry200Response.ts +67 -0
- package/model/{inlineResponse2008.ts → fetchImportedListRecipientsByPage200Response.ts} +3 -3
- package/model/{inlineResponse2003.ts → fetchInboundSMSByPage200Response.ts} +3 -3
- package/model/{inlineResponse200.ts → fetchIndustry200Response.ts} +3 -3
- package/model/{inlineResponse2002.ts → fetchMembersCount200Response.ts} +3 -3
- package/model/{inlineResponse2007.ts → fetchOptInListSubscribersByPage200Response.ts} +3 -3
- package/model/{inlineResponse2006.ts → fetchOutboundSMSByPage200Response.ts} +3 -3
- package/model/fetchPerformanceTicketsPage200Response.ts +38 -0
- package/model/{inlineResponse2004.ts → fetchStaticVouchersPage200Response.ts} +3 -3
- package/model/forbiddenRequest.ts +1 -1
- package/model/foreignKeyDoesNotExist.ts +1 -1
- package/model/gaming.ts +92 -0
- package/model/helpDeskRequest.ts +4 -3
- package/model/imageGrid.ts +4 -3
- package/model/importTicketsRequest.ts +32 -0
- package/model/importedList.ts +4 -3
- package/model/importedListRecipient.ts +4 -3
- package/model/inboundSMS.ts +4 -3
- package/model/internalServerError.ts +1 -1
- package/model/{applicableTerminalsAnyOf.ts → jobPosition.ts} +9 -3
- package/model/ledgerEntry.ts +10 -7
- package/model/ledgerEntryParentObjectID.ts +26 -0
- package/model/ledgerEntryTransactionType.ts +26 -0
- package/model/linkBook.ts +7 -5
- package/model/linkBookSection.ts +4 -3
- package/model/loginStatus200Response.ts +50 -0
- package/model/loginStatus200ResponseAnyOf.ts +37 -0
- package/model/lounge.ts +92 -0
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +1 -1
- package/model/mSMemberHistory.ts +16 -1
- package/model/mSMemberHistoryPagination.ts +1 -1
- package/model/mSMemberRedemption.ts +7 -11
- package/model/mSMemberRedemptionPagination.ts +1 -1
- package/model/mSMemberRedemptionTransactionType.ts +29 -0
- package/model/mSMembershipTierHistory.ts +1 -1
- package/model/mSMembershipTierHistoryPagination.ts +1 -1
- package/model/mSMembershipTierRedemption.ts +7 -11
- package/model/mSMembershipTierRedemptionPagination.ts +1 -1
- package/model/mSMerchantCreditHistory.ts +1 -1
- package/model/mSMerchantCreditHistoryPagination.ts +1 -1
- package/model/mSMerchantCreditRedemption.ts +7 -11
- package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
- package/model/mediaFile.ts +1 -1
- package/model/member.ts +16 -1
- package/model/memberSearch.ts +10 -16
- package/model/memberSearchSearchKey.ts +29 -0
- package/model/memberSearchSortKey.ts +29 -0
- package/model/merchant.ts +8 -2
- package/model/merchantCreditSearch.ts +1 -1
- package/model/merchantNotInitialized.ts +1 -1
- package/model/merchantURL.ts +4 -3
- package/model/message.ts +1 -1
- package/model/messageDirection.ts +26 -0
- package/model/messageStatus.ts +26 -0
- package/model/models.ts +340 -105
- package/model/moduleError.ts +1 -1
- package/model/newsArticle.ts +4 -3
- package/model/optInList.ts +4 -3
- package/model/optInListSource.ts +4 -3
- package/model/optInListSubscriber.ts +7 -5
- package/model/outboundSMS.ts +10 -7
- package/model/paginatedWTMembers.ts +1 -1
- package/model/paginatedWTMerchantCredits.ts +1 -1
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
- package/model/paginationRequestWithSortOptions.ts +4 -6
- package/model/paginationRequestWithSortOptionsSortOrder.ts +29 -0
- package/model/paymentDesign.ts +7 -5
- package/model/performance.ts +28 -3
- package/model/phoneNumber.ts +4 -3
- package/model/phoneNumberCapabilities.ts +49 -0
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts +4 -3
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +4 -3
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +16 -1
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +16 -1
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +4 -6
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
- package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +1 -1
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.ts +1 -1
- package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCount.ts +4 -3
- package/model/pickSSOptInListMemberUpdateParamsExcludeKeyofSSOptInListMemberUpdateParamsMerchantCreatedAtOrMaxSMSCountOptInSourceID.ts +26 -0
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -5
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhonePaymentObjectBroadcastID.ts +26 -0
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhoneStatus.ts +26 -0
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +4 -3
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +7 -11
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +4 -3
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +4 -3
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType.ts +26 -0
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsEmployeeID.ts +4 -3
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +4 -3
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsIdBorderStyleType.ts +26 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +7 -11
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtRegisterID.ts +29 -0
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAtTransactionType.ts +29 -0
- package/model/pickWTEmailSubscriberUpdateParamsExcludeKeyofWTEmailSubscriberUpdateParamsId.ts +46 -0
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +21 -17
- package/model/{pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts → pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumberOrEmailOrBirthday.ts} +18 -3
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +10 -7
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDBroadcastStatus.ts +26 -0
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListIDPaymentObjectPrefix.ts +26 -0
- package/model/pickWTSmsSubscriberUpdateParamsExcludeKeyofWTSmsSubscriberUpdateParamsId.ts +34 -0
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +4 -3
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +14 -2
- package/model/presignedPost.ts +1 -1
- package/model/presignedPostFields.ts +1 -1
- package/model/product.ts +1 -1
- package/model/{applicableTerminalsAnyOf1.ts → profileStatuses.ts} +7 -3
- package/model/promoCode.ts +4 -3
- package/model/qRCodeDesign.ts +13 -6
- package/model/reachPerformanceStats.ts +1 -1
- package/model/request.ts +1 -1
- package/model/response.ts +1 -1
- package/model/role.ts +1 -1
- package/model/roleAuditLog.ts +1 -1
- package/model/roomRate.ts +92 -0
- package/model/sSImportedListRecipientCreateParams.ts +1 -1
- package/model/sSOptInSource.ts +1 -1
- package/model/sSOutboundStatuses.ts +1 -7
- package/model/{inlineObject1.ts → saveMerchantCreditPaymentDesignRequest.ts} +3 -3
- package/model/saveTicketSettingsRequest.ts +50 -0
- package/model/saveTicketSettingsRequestPaymentDesignID.ts +26 -0
- package/model/service.ts +92 -0
- package/model/simpleSMSBroadcast.ts +13 -9
- package/model/smsSubscriber.ts +62 -0
- package/model/staticVoucher.ts +10 -13
- package/model/staticVoucherCampaign.ts +7 -5
- package/model/staticVoucherCampaignBroadcast.ts +10 -7
- package/model/staticVoucherCampaignGroup.ts +4 -3
- package/model/staticVoucherCampaignUpdate.ts +4 -3
- package/model/status.ts +1 -5
- package/model/subscriptionFeature.ts +1 -1
- package/model/subscriptionPlan.ts +1 -1
- package/model/subscriptionProduct.ts +13 -1
- package/model/tcpa.ts +4 -3
- package/model/ticket.ts +149 -0
- package/model/trustBundleStatuses.ts +21 -0
- package/model/{inlineObject.ts → updateEmailNotificationPreferenceRequest.ts} +3 -3
- package/model/updateStaticVoucherCampaignWithVoucher.ts +7 -5
- package/model/updateStaticVoucherCampaignWithVoucherVoucherID.ts +26 -0
- package/model/vSCampaignGeneratedMessage.ts +1 -1
- package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
- package/model/vSDynamicVoucherStatus.ts +1 -3
- package/model/video.ts +86 -0
- package/model/virtualBusinessCard.ts +4 -3
- package/model/wTA2PApplicationUpdateParams.ts +178 -0
- package/model/wTAdvertisementCredit.ts +7 -5
- package/model/wTAdvertisementCreditCreateParams.ts +4 -3
- package/model/wTAdvertisementCreditScan.ts +10 -13
- package/model/wTAdvertisementCreditUpdateParams.ts +4 -3
- package/model/wTAmenityCreateParams.ts +61 -0
- package/model/wTAmenityUpdateParams.ts +61 -0
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +1 -1
- package/model/wTAuthenticationForgotPassword.ts +1 -1
- package/model/wTAuthenticationLoginRequest.ts +1 -1
- package/model/wTAuthenticationLoginResponse.ts +7 -1
- package/model/wTAuthenticationRegister.ts +1 -1
- package/model/wTAuthenticationRequestResetPassword.ts +1 -1
- package/model/wTAuthenticationResetPassword.ts +1 -1
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
- package/model/wTBillingChangePlan.ts +1 -1
- package/model/wTBillingSavePaymentMethod.ts +1 -1
- package/model/wTBillingVerifyPaymentMethodResponse.ts +1 -1
- package/model/wTCountResult.ts +1 -1
- package/model/wTCustomerSearchByMemberID.ts +1 -1
- package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
- package/model/wTDiningCreateParams.ts +61 -0
- package/model/wTDiningUpdateParams.ts +61 -0
- package/model/wTDynamicVoucher.ts +10 -7
- package/model/wTDynamicVoucherCreateParams.ts +4 -3
- package/model/wTDynamicVoucherRedemption.ts +10 -13
- package/model/wTDynamicVoucherRedemptionTransactionType.ts +29 -0
- package/model/wTDynamicVoucherSummary.ts +4 -3
- package/model/wTDynamicVoucherSummaryStatus.ts +26 -0
- package/model/wTDynamicVoucherUpdateParams.ts +4 -3
- package/model/wTEmailSubscriberCreateParams.ts +43 -0
- package/model/wTEmailSubscriberCreateParamsWalletUI.ts +49 -0
- package/model/wTEmailSubscriberUpdateParams.ts +43 -0
- package/model/wTEmployee.ts +21 -17
- package/model/wTEmployeeAPIKey.ts +4 -3
- package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
- package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
- package/model/wTEmployeeCreate.ts +21 -17
- package/model/wTEmployeeCreateDocument.ts +1 -1
- package/model/wTEmployeeCreateMediaFile.ts +1 -1
- package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
- package/model/wTEmployeeFileCreate.ts +1 -1
- package/model/wTEmployeeImportRecords.ts +1 -1
- package/model/wTEmployeeNotification.ts +4 -3
- package/model/wTEmployeeNotificationType.ts +26 -0
- package/model/wTEmployeePeerRoles.ts +1 -1
- package/model/wTEmployeeS3FilePresign.ts +4 -3
- package/model/wTEmployeeS3FilePresignContext.ts +26 -0
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
- package/model/wTEmployeeScheduleSimpleSMS.ts +4 -3
- package/model/wTEmployeeScheduleSimpleSMSListType.ts +26 -0
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
- package/model/wTEmployeeSendHelpDeskResponse.ts +1 -1
- package/model/wTEmployeeUpdate.ts +21 -17
- package/model/wTEmployeeUpdateRecords.ts +1 -1
- package/model/{wTFetchWalletPaymentObjectWithToken.ts → wTFetchWalletPaymentObjectsWithToken.ts} +9 -3
- package/model/wTGamingCreateParams.ts +61 -0
- package/model/wTGamingUpdateParams.ts +61 -0
- package/model/wTImageGridCreateParams.ts +1 -1
- package/model/wTImageGridUpdateParams.ts +1 -1
- package/model/wTImportedList.ts +4 -3
- package/model/wTImportedListRecipientFromMembershipTierImport.ts +4 -3
- package/model/wTImportedListRecipientFromMembershipTierImportTierID.ts +26 -0
- package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
- package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
- package/model/wTInfoGenesisRoutingIDs.ts +1 -1
- package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
- package/model/wTLinkBook.ts +7 -5
- package/model/wTLinkBookCreateParams.ts +4 -3
- package/model/wTLinkBookLinkBookSectionID.ts +26 -0
- package/model/wTLinkBookSectionCreateParams.ts +1 -1
- package/model/wTLinkBookSectionUpdateParams.ts +1 -1
- package/model/wTLinkBookUpdateParams.ts +4 -3
- package/model/wTLocalInstance.ts +107 -0
- package/model/wTLoungeCreateParams.ts +61 -0
- package/model/wTLoungeUpdateParams.ts +61 -0
- package/model/wTMember.ts +16 -1
- package/model/wTMemberCreationParams.ts +16 -1
- package/model/wTMembershipTier.ts +4 -6
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierId.ts +29 -0
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +4 -6
- package/model/wTMerchantCredit.ts +1 -1
- package/model/wTMerchantCreditCreationParams.ts +1 -1
- package/model/wTMerchantURLCreate.ts +1 -1
- package/model/wTMerchantURLUpdate.ts +1 -1
- package/model/wTMerchantUpdate.ts +2 -2
- package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
- package/model/wTMerchantUpdatePointsOfContact.ts +1 -1
- package/model/wTMessageInstance.ts +153 -0
- package/model/wTNewsArticleCreateParams.ts +1 -1
- package/model/wTNewsArticleUpdateParams.ts +1 -1
- package/model/wTOptInList.ts +4 -3
- package/model/wTOptInListCreationParams.ts +1 -1
- package/model/wTPaymentDesign.ts +7 -5
- package/model/wTPaymentDesignCreateParams.ts +4 -3
- package/model/wTPaymentDesignUpdateParams.ts +4 -3
- package/model/wTPerformanceCreateParams.ts +25 -1
- package/model/wTPerformanceUpdateParams.ts +25 -1
- package/model/wTPosMachine.ts +1 -1
- package/model/wTPosMachineCreateParams.ts +1 -1
- package/model/wTPosMachineUpdateParams.ts +1 -1
- package/model/wTProductCreateParams.ts +61 -0
- package/model/wTProductUpdateParams.ts +61 -0
- package/model/wTPromoCodeCreateParams.ts +1 -1
- package/model/wTPromoCodeUpdateParams.ts +1 -1
- package/model/wTQRCodeDesign.ts +13 -6
- package/model/wTQRCodeDesignCreateParams.ts +10 -4
- package/model/wTQRCodeDesignUpdateParams.ts +10 -4
- package/model/wTRole.ts +1 -1
- package/model/wTRoomRateCreateParams.ts +61 -0
- package/model/wTRoomRateUpdateParams.ts +61 -0
- package/model/wTSMSAcquirePhoneNumber.ts +1 -1
- package/model/wTSMSImportOptInListSubscribers.ts +1 -1
- package/model/wTSMSImportedListCreate.ts +1 -1
- package/model/wTSMSOptInListSourceCreate.ts +1 -1
- package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
- package/model/wTServiceCreateParams.ts +61 -0
- package/model/wTServiceUpdateParams.ts +61 -0
- package/model/wTSettingsSetPassword.ts +1 -1
- package/model/wTSmsSubscriberCreateParams.ts +31 -0
- package/model/wTSmsSubscriberCreateParamsWalletUI.ts +37 -0
- package/model/wTSmsSubscriberUpdateParams.ts +31 -0
- package/model/wTStaticVoucher.ts +10 -13
- package/model/wTStaticVoucherCampaign.ts +7 -5
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
- package/model/wTStaticVoucherCreateParams.ts +4 -3
- package/model/wTStaticVoucherUpdateParams.ts +1 -1
- package/model/wTSystemApprovePhoneNumber.ts +1 -1
- package/model/wTSystemRoleCreate.ts +1 -1
- package/model/wTTCPAOpt.ts +7 -5
- 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 +1 -1
- package/model/wTTwilioVerifyAuthyCode.ts +1 -1
- package/model/wTVideoCreateParams.ts +55 -0
- package/model/wTVideoUpdateParams.ts +55 -0
- package/model/wTVirtualBusinessCardCreateParams.ts +1 -1
- package/model/wTVirtualBusinessCardUpdateParams.ts +1 -1
- package/model/wTWalletConfigurationSaveWalletRecord.ts +164 -7
- package/model/wTWalletItemRedemption.ts +1 -1
- package/model/wTWalletObjectPrefixCounts.ts +1 -1
- package/model/wTWalletPageView.ts +16 -3
- package/model/wTWalletPageViewCount.ts +1 -1
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/wTWalletPageViewId.ts +26 -0
- package/model/walletConfiguration.ts +164 -7
- package/model/walletConfigurationSmsOptInSourceID.ts +26 -0
- package/model/walletPageView.ts +16 -3
- package/model/webpage.ts +1 -1
- package/openapitools.json +7 -0
- package/package.json +1 -1
- package/api/utilitiesApi.ts +0 -157
- package/dist/api/utilitiesApi.d.ts +0 -35
- package/dist/api/utilitiesApi.js +0 -129
- package/dist/api/utilitiesApi.js.map +0 -1
- package/dist/model/agreement.d.ts +0 -31
- package/dist/model/agreement.js +0 -103
- package/dist/model/agreement.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf.js +0 -8
- package/dist/model/applicableTerminalsAnyOf.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf1.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf1.js +0 -8
- package/dist/model/applicableTerminalsAnyOf1.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf2.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf2.js +0 -8
- package/dist/model/applicableTerminalsAnyOf2.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf3.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf3.js +0 -8
- package/dist/model/applicableTerminalsAnyOf3.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf4.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf4.js +0 -8
- package/dist/model/applicableTerminalsAnyOf4.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf5.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf5.js +0 -8
- package/dist/model/applicableTerminalsAnyOf5.js.map +0 -1
- package/dist/model/applicableTerminalsAnyOf6.d.ts +0 -3
- package/dist/model/applicableTerminalsAnyOf6.js +0 -8
- package/dist/model/applicableTerminalsAnyOf6.js.map +0 -1
- package/dist/model/inlineObject.js +0 -18
- package/dist/model/inlineObject.js.map +0 -1
- package/dist/model/inlineObject1.js +0 -18
- package/dist/model/inlineObject1.js.map +0 -1
- package/dist/model/inlineResponse2001.js.map +0 -1
- package/dist/model/inlineResponse20010.js.map +0 -1
- package/dist/model/inlineResponse2002.js +0 -18
- package/dist/model/inlineResponse2002.js.map +0 -1
- package/dist/model/inlineResponse2003.js.map +0 -1
- package/dist/model/inlineResponse2004.js +0 -23
- package/dist/model/inlineResponse2004.js.map +0 -1
- package/dist/model/inlineResponse2005.js.map +0 -1
- package/dist/model/inlineResponse2006.js.map +0 -1
- package/dist/model/inlineResponse2007.js +0 -28
- package/dist/model/inlineResponse2007.js.map +0 -1
- package/dist/model/inlineResponse2008.js +0 -28
- package/dist/model/inlineResponse2008.js.map +0 -1
- package/dist/model/inlineResponse2009.js.map +0 -1
- package/dist/model/paymentPrefixes.d.ts +0 -25
- package/dist/model/paymentPrefixes.js +0 -73
- package/dist/model/paymentPrefixes.js.map +0 -1
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf1.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf1.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf1.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf2.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf2.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf2.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf3.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf3.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf3.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf4.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf4.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf4.js.map +0 -1
- package/dist/model/sSOutboundStatusesAnyOf5.d.ts +0 -3
- package/dist/model/sSOutboundStatusesAnyOf5.js +0 -8
- package/dist/model/sSOutboundStatusesAnyOf5.js.map +0 -1
- package/dist/model/statusAnyOf.d.ts +0 -3
- package/dist/model/statusAnyOf.js +0 -8
- package/dist/model/statusAnyOf.js.map +0 -1
- package/dist/model/statusAnyOf1.d.ts +0 -3
- package/dist/model/statusAnyOf1.js +0 -8
- package/dist/model/statusAnyOf1.js.map +0 -1
- package/dist/model/statusAnyOf2.d.ts +0 -3
- package/dist/model/statusAnyOf2.js +0 -8
- package/dist/model/statusAnyOf2.js.map +0 -1
- package/dist/model/statusAnyOf3.d.ts +0 -3
- package/dist/model/statusAnyOf3.js +0 -8
- package/dist/model/statusAnyOf3.js.map +0 -1
- package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +0 -1
- package/dist/model/wTSMSCreateAgreement.d.ts +0 -25
- package/dist/model/wTSMSCreateAgreement.js +0 -73
- package/dist/model/wTSMSCreateAgreement.js.map +0 -1
- package/model/agreement.ts +0 -133
- package/model/applicableTerminalsAnyOf2.ts +0 -17
- package/model/applicableTerminalsAnyOf4.ts +0 -17
- package/model/applicableTerminalsAnyOf5.ts +0 -17
- package/model/applicableTerminalsAnyOf6.ts +0 -17
- package/model/paymentPrefixes.ts +0 -97
- package/model/sSOutboundStatusesAnyOf.ts +0 -17
- package/model/sSOutboundStatusesAnyOf1.ts +0 -17
- package/model/sSOutboundStatusesAnyOf2.ts +0 -17
- package/model/sSOutboundStatusesAnyOf3.ts +0 -17
- package/model/sSOutboundStatusesAnyOf4.ts +0 -17
- package/model/sSOutboundStatusesAnyOf5.ts +0 -17
- package/model/statusAnyOf.ts +0 -17
- package/model/statusAnyOf1.ts +0 -17
- package/model/statusAnyOf2.ts +0 -17
- package/model/statusAnyOf3.ts +0 -17
- package/model/wTSMSCreateAgreement.ts +0 -97
package/dist/api/analyticsApi.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
3
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
4
|
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
5
|
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) :
|
|
6
|
+
function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); }
|
|
8
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
8
|
});
|
|
10
9
|
};
|
|
@@ -12,7 +11,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
12
11
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
12
|
};
|
|
14
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.AnalyticsApi = exports.AnalyticsApiApiKeys = void 0;
|
|
16
14
|
const request_1 = __importDefault(require("request"));
|
|
17
15
|
const models_1 = require("../model/models");
|
|
18
16
|
const models_2 = require("../model/models");
|
|
@@ -121,7 +119,7 @@ class AnalyticsApi {
|
|
|
121
119
|
}
|
|
122
120
|
}
|
|
123
121
|
return new Promise((resolve, reject) => {
|
|
124
|
-
|
|
122
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
125
123
|
if (error) {
|
|
126
124
|
reject(error);
|
|
127
125
|
}
|
|
@@ -184,7 +182,7 @@ class AnalyticsApi {
|
|
|
184
182
|
}
|
|
185
183
|
}
|
|
186
184
|
return new Promise((resolve, reject) => {
|
|
187
|
-
|
|
185
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
188
186
|
if (error) {
|
|
189
187
|
reject(error);
|
|
190
188
|
}
|
|
@@ -259,7 +257,7 @@ class AnalyticsApi {
|
|
|
259
257
|
}
|
|
260
258
|
}
|
|
261
259
|
return new Promise((resolve, reject) => {
|
|
262
|
-
|
|
260
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
263
261
|
if (error) {
|
|
264
262
|
reject(error);
|
|
265
263
|
}
|
|
@@ -343,7 +341,7 @@ class AnalyticsApi {
|
|
|
343
341
|
}
|
|
344
342
|
}
|
|
345
343
|
return new Promise((resolve, reject) => {
|
|
346
|
-
|
|
344
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
347
345
|
if (error) {
|
|
348
346
|
reject(error);
|
|
349
347
|
}
|
|
@@ -406,7 +404,7 @@ class AnalyticsApi {
|
|
|
406
404
|
}
|
|
407
405
|
}
|
|
408
406
|
return new Promise((resolve, reject) => {
|
|
409
|
-
|
|
407
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
410
408
|
if (error) {
|
|
411
409
|
reject(error);
|
|
412
410
|
}
|
|
@@ -469,7 +467,7 @@ class AnalyticsApi {
|
|
|
469
467
|
}
|
|
470
468
|
}
|
|
471
469
|
return new Promise((resolve, reject) => {
|
|
472
|
-
|
|
470
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
473
471
|
if (error) {
|
|
474
472
|
reject(error);
|
|
475
473
|
}
|
|
@@ -538,7 +536,7 @@ class AnalyticsApi {
|
|
|
538
536
|
}
|
|
539
537
|
}
|
|
540
538
|
return new Promise((resolve, reject) => {
|
|
541
|
-
|
|
539
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
542
540
|
if (error) {
|
|
543
541
|
reject(error);
|
|
544
542
|
}
|
|
@@ -601,7 +599,7 @@ class AnalyticsApi {
|
|
|
601
599
|
}
|
|
602
600
|
}
|
|
603
601
|
return new Promise((resolve, reject) => {
|
|
604
|
-
|
|
602
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
605
603
|
if (error) {
|
|
606
604
|
reject(error);
|
|
607
605
|
}
|
|
@@ -664,7 +662,7 @@ class AnalyticsApi {
|
|
|
664
662
|
}
|
|
665
663
|
}
|
|
666
664
|
return new Promise((resolve, reject) => {
|
|
667
|
-
|
|
665
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
668
666
|
if (error) {
|
|
669
667
|
reject(error);
|
|
670
668
|
}
|
|
@@ -739,7 +737,7 @@ class AnalyticsApi {
|
|
|
739
737
|
}
|
|
740
738
|
}
|
|
741
739
|
return new Promise((resolve, reject) => {
|
|
742
|
-
|
|
740
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
743
741
|
if (error) {
|
|
744
742
|
reject(error);
|
|
745
743
|
}
|
|
@@ -808,7 +806,7 @@ class AnalyticsApi {
|
|
|
808
806
|
}
|
|
809
807
|
}
|
|
810
808
|
return new Promise((resolve, reject) => {
|
|
811
|
-
|
|
809
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
812
810
|
if (error) {
|
|
813
811
|
reject(error);
|
|
814
812
|
}
|
|
@@ -877,7 +875,7 @@ class AnalyticsApi {
|
|
|
877
875
|
}
|
|
878
876
|
}
|
|
879
877
|
return new Promise((resolve, reject) => {
|
|
880
|
-
|
|
878
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
881
879
|
if (error) {
|
|
882
880
|
reject(error);
|
|
883
881
|
}
|
|
@@ -895,6 +893,69 @@ class AnalyticsApi {
|
|
|
895
893
|
});
|
|
896
894
|
});
|
|
897
895
|
}
|
|
896
|
+
exitLinkSummary(startDate, endDate, options = { headers: {} }) {
|
|
897
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
898
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/exitLinkSummary';
|
|
899
|
+
let localVarQueryParameters = {};
|
|
900
|
+
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
901
|
+
const produces = ['application/json'];
|
|
902
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
903
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
904
|
+
}
|
|
905
|
+
else {
|
|
906
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
907
|
+
}
|
|
908
|
+
let localVarFormParams = {};
|
|
909
|
+
if (startDate !== undefined) {
|
|
910
|
+
localVarQueryParameters['startDate'] = models_1.ObjectSerializer.serialize(startDate, "Date");
|
|
911
|
+
}
|
|
912
|
+
if (endDate !== undefined) {
|
|
913
|
+
localVarQueryParameters['endDate'] = models_1.ObjectSerializer.serialize(endDate, "Date");
|
|
914
|
+
}
|
|
915
|
+
Object.assign(localVarHeaderParams, options.headers);
|
|
916
|
+
let localVarUseFormData = false;
|
|
917
|
+
let localVarRequestOptions = {
|
|
918
|
+
method: 'GET',
|
|
919
|
+
qs: localVarQueryParameters,
|
|
920
|
+
headers: localVarHeaderParams,
|
|
921
|
+
uri: localVarPath,
|
|
922
|
+
useQuerystring: this._useQuerystring,
|
|
923
|
+
json: true,
|
|
924
|
+
};
|
|
925
|
+
let authenticationPromise = Promise.resolve();
|
|
926
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
927
|
+
let interceptorPromise = authenticationPromise;
|
|
928
|
+
for (const interceptor of this.interceptors) {
|
|
929
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
930
|
+
}
|
|
931
|
+
return interceptorPromise.then(() => {
|
|
932
|
+
if (Object.keys(localVarFormParams).length) {
|
|
933
|
+
if (localVarUseFormData) {
|
|
934
|
+
localVarRequestOptions.formData = localVarFormParams;
|
|
935
|
+
}
|
|
936
|
+
else {
|
|
937
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
return new Promise((resolve, reject) => {
|
|
941
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
942
|
+
if (error) {
|
|
943
|
+
reject(error);
|
|
944
|
+
}
|
|
945
|
+
else {
|
|
946
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
947
|
+
body = models_1.ObjectSerializer.deserialize(body, "any");
|
|
948
|
+
resolve({ response: response, body: body });
|
|
949
|
+
}
|
|
950
|
+
else {
|
|
951
|
+
reject(new apis_1.HttpError(response, body, response.statusCode));
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
});
|
|
955
|
+
});
|
|
956
|
+
});
|
|
957
|
+
});
|
|
958
|
+
}
|
|
898
959
|
fetchAnalyticsAdCreditsCountPartitionedByEmployee(startDate, endDate, options = { headers: {} }) {
|
|
899
960
|
return __awaiter(this, void 0, void 0, function* () {
|
|
900
961
|
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/count/employee';
|
|
@@ -946,7 +1007,7 @@ class AnalyticsApi {
|
|
|
946
1007
|
}
|
|
947
1008
|
}
|
|
948
1009
|
return new Promise((resolve, reject) => {
|
|
949
|
-
|
|
1010
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
950
1011
|
if (error) {
|
|
951
1012
|
reject(error);
|
|
952
1013
|
}
|
|
@@ -1015,7 +1076,7 @@ class AnalyticsApi {
|
|
|
1015
1076
|
}
|
|
1016
1077
|
}
|
|
1017
1078
|
return new Promise((resolve, reject) => {
|
|
1018
|
-
|
|
1079
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1019
1080
|
if (error) {
|
|
1020
1081
|
reject(error);
|
|
1021
1082
|
}
|
|
@@ -1084,7 +1145,7 @@ class AnalyticsApi {
|
|
|
1084
1145
|
}
|
|
1085
1146
|
}
|
|
1086
1147
|
return new Promise((resolve, reject) => {
|
|
1087
|
-
|
|
1148
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1088
1149
|
if (error) {
|
|
1089
1150
|
reject(error);
|
|
1090
1151
|
}
|
|
@@ -1153,7 +1214,7 @@ class AnalyticsApi {
|
|
|
1153
1214
|
}
|
|
1154
1215
|
}
|
|
1155
1216
|
return new Promise((resolve, reject) => {
|
|
1156
|
-
|
|
1217
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1157
1218
|
if (error) {
|
|
1158
1219
|
reject(error);
|
|
1159
1220
|
}
|
|
@@ -1234,7 +1295,7 @@ class AnalyticsApi {
|
|
|
1234
1295
|
}
|
|
1235
1296
|
}
|
|
1236
1297
|
return new Promise((resolve, reject) => {
|
|
1237
|
-
|
|
1298
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1238
1299
|
if (error) {
|
|
1239
1300
|
reject(error);
|
|
1240
1301
|
}
|
|
@@ -1303,7 +1364,7 @@ class AnalyticsApi {
|
|
|
1303
1364
|
}
|
|
1304
1365
|
}
|
|
1305
1366
|
return new Promise((resolve, reject) => {
|
|
1306
|
-
|
|
1367
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1307
1368
|
if (error) {
|
|
1308
1369
|
reject(error);
|
|
1309
1370
|
}
|
|
@@ -1384,7 +1445,7 @@ class AnalyticsApi {
|
|
|
1384
1445
|
}
|
|
1385
1446
|
}
|
|
1386
1447
|
return new Promise((resolve, reject) => {
|
|
1387
|
-
|
|
1448
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1388
1449
|
if (error) {
|
|
1389
1450
|
reject(error);
|
|
1390
1451
|
}
|
|
@@ -1453,7 +1514,7 @@ class AnalyticsApi {
|
|
|
1453
1514
|
}
|
|
1454
1515
|
}
|
|
1455
1516
|
return new Promise((resolve, reject) => {
|
|
1456
|
-
|
|
1517
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1457
1518
|
if (error) {
|
|
1458
1519
|
reject(error);
|
|
1459
1520
|
}
|
|
@@ -1534,7 +1595,7 @@ class AnalyticsApi {
|
|
|
1534
1595
|
}
|
|
1535
1596
|
}
|
|
1536
1597
|
return new Promise((resolve, reject) => {
|
|
1537
|
-
|
|
1598
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1538
1599
|
if (error) {
|
|
1539
1600
|
reject(error);
|
|
1540
1601
|
}
|
|
@@ -1603,7 +1664,7 @@ class AnalyticsApi {
|
|
|
1603
1664
|
}
|
|
1604
1665
|
}
|
|
1605
1666
|
return new Promise((resolve, reject) => {
|
|
1606
|
-
|
|
1667
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1607
1668
|
if (error) {
|
|
1608
1669
|
reject(error);
|
|
1609
1670
|
}
|
|
@@ -1684,7 +1745,7 @@ class AnalyticsApi {
|
|
|
1684
1745
|
}
|
|
1685
1746
|
}
|
|
1686
1747
|
return new Promise((resolve, reject) => {
|
|
1687
|
-
|
|
1748
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1688
1749
|
if (error) {
|
|
1689
1750
|
reject(error);
|
|
1690
1751
|
}
|
|
@@ -1753,7 +1814,7 @@ class AnalyticsApi {
|
|
|
1753
1814
|
}
|
|
1754
1815
|
}
|
|
1755
1816
|
return new Promise((resolve, reject) => {
|
|
1756
|
-
|
|
1817
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1757
1818
|
if (error) {
|
|
1758
1819
|
reject(error);
|
|
1759
1820
|
}
|
|
@@ -1834,7 +1895,7 @@ class AnalyticsApi {
|
|
|
1834
1895
|
}
|
|
1835
1896
|
}
|
|
1836
1897
|
return new Promise((resolve, reject) => {
|
|
1837
|
-
|
|
1898
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1838
1899
|
if (error) {
|
|
1839
1900
|
reject(error);
|
|
1840
1901
|
}
|
|
@@ -1895,7 +1956,7 @@ class AnalyticsApi {
|
|
|
1895
1956
|
}
|
|
1896
1957
|
}
|
|
1897
1958
|
return new Promise((resolve, reject) => {
|
|
1898
|
-
|
|
1959
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1899
1960
|
if (error) {
|
|
1900
1961
|
reject(error);
|
|
1901
1962
|
}
|
|
@@ -1964,7 +2025,7 @@ class AnalyticsApi {
|
|
|
1964
2025
|
}
|
|
1965
2026
|
}
|
|
1966
2027
|
return new Promise((resolve, reject) => {
|
|
1967
|
-
|
|
2028
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
1968
2029
|
if (error) {
|
|
1969
2030
|
reject(error);
|
|
1970
2031
|
}
|
|
@@ -2033,7 +2094,7 @@ class AnalyticsApi {
|
|
|
2033
2094
|
}
|
|
2034
2095
|
}
|
|
2035
2096
|
return new Promise((resolve, reject) => {
|
|
2036
|
-
|
|
2097
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2037
2098
|
if (error) {
|
|
2038
2099
|
reject(error);
|
|
2039
2100
|
}
|
|
@@ -2102,7 +2163,7 @@ class AnalyticsApi {
|
|
|
2102
2163
|
}
|
|
2103
2164
|
}
|
|
2104
2165
|
return new Promise((resolve, reject) => {
|
|
2105
|
-
|
|
2166
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2106
2167
|
if (error) {
|
|
2107
2168
|
reject(error);
|
|
2108
2169
|
}
|
|
@@ -2171,7 +2232,7 @@ class AnalyticsApi {
|
|
|
2171
2232
|
}
|
|
2172
2233
|
}
|
|
2173
2234
|
return new Promise((resolve, reject) => {
|
|
2174
|
-
|
|
2235
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2175
2236
|
if (error) {
|
|
2176
2237
|
reject(error);
|
|
2177
2238
|
}
|
|
@@ -2240,7 +2301,7 @@ class AnalyticsApi {
|
|
|
2240
2301
|
}
|
|
2241
2302
|
}
|
|
2242
2303
|
return new Promise((resolve, reject) => {
|
|
2243
|
-
|
|
2304
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2244
2305
|
if (error) {
|
|
2245
2306
|
reject(error);
|
|
2246
2307
|
}
|
|
@@ -2321,7 +2382,7 @@ class AnalyticsApi {
|
|
|
2321
2382
|
}
|
|
2322
2383
|
}
|
|
2323
2384
|
return new Promise((resolve, reject) => {
|
|
2324
|
-
|
|
2385
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2325
2386
|
if (error) {
|
|
2326
2387
|
reject(error);
|
|
2327
2388
|
}
|
|
@@ -2390,7 +2451,7 @@ class AnalyticsApi {
|
|
|
2390
2451
|
}
|
|
2391
2452
|
}
|
|
2392
2453
|
return new Promise((resolve, reject) => {
|
|
2393
|
-
|
|
2454
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2394
2455
|
if (error) {
|
|
2395
2456
|
reject(error);
|
|
2396
2457
|
}
|
|
@@ -2471,7 +2532,7 @@ class AnalyticsApi {
|
|
|
2471
2532
|
}
|
|
2472
2533
|
}
|
|
2473
2534
|
return new Promise((resolve, reject) => {
|
|
2474
|
-
|
|
2535
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2475
2536
|
if (error) {
|
|
2476
2537
|
reject(error);
|
|
2477
2538
|
}
|
|
@@ -2540,7 +2601,7 @@ class AnalyticsApi {
|
|
|
2540
2601
|
}
|
|
2541
2602
|
}
|
|
2542
2603
|
return new Promise((resolve, reject) => {
|
|
2543
|
-
|
|
2604
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2544
2605
|
if (error) {
|
|
2545
2606
|
reject(error);
|
|
2546
2607
|
}
|
|
@@ -2621,7 +2682,7 @@ class AnalyticsApi {
|
|
|
2621
2682
|
}
|
|
2622
2683
|
}
|
|
2623
2684
|
return new Promise((resolve, reject) => {
|
|
2624
|
-
|
|
2685
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2625
2686
|
if (error) {
|
|
2626
2687
|
reject(error);
|
|
2627
2688
|
}
|
|
@@ -2690,7 +2751,7 @@ class AnalyticsApi {
|
|
|
2690
2751
|
}
|
|
2691
2752
|
}
|
|
2692
2753
|
return new Promise((resolve, reject) => {
|
|
2693
|
-
|
|
2754
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2694
2755
|
if (error) {
|
|
2695
2756
|
reject(error);
|
|
2696
2757
|
}
|
|
@@ -2771,7 +2832,7 @@ class AnalyticsApi {
|
|
|
2771
2832
|
}
|
|
2772
2833
|
}
|
|
2773
2834
|
return new Promise((resolve, reject) => {
|
|
2774
|
-
|
|
2835
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2775
2836
|
if (error) {
|
|
2776
2837
|
reject(error);
|
|
2777
2838
|
}
|
|
@@ -2852,7 +2913,7 @@ class AnalyticsApi {
|
|
|
2852
2913
|
}
|
|
2853
2914
|
}
|
|
2854
2915
|
return new Promise((resolve, reject) => {
|
|
2855
|
-
|
|
2916
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2856
2917
|
if (error) {
|
|
2857
2918
|
reject(error);
|
|
2858
2919
|
}
|
|
@@ -2921,7 +2982,7 @@ class AnalyticsApi {
|
|
|
2921
2982
|
}
|
|
2922
2983
|
}
|
|
2923
2984
|
return new Promise((resolve, reject) => {
|
|
2924
|
-
|
|
2985
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2925
2986
|
if (error) {
|
|
2926
2987
|
reject(error);
|
|
2927
2988
|
}
|
|
@@ -2984,7 +3045,7 @@ class AnalyticsApi {
|
|
|
2984
3045
|
}
|
|
2985
3046
|
}
|
|
2986
3047
|
return new Promise((resolve, reject) => {
|
|
2987
|
-
|
|
3048
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
2988
3049
|
if (error) {
|
|
2989
3050
|
reject(error);
|
|
2990
3051
|
}
|
|
@@ -3053,7 +3114,7 @@ class AnalyticsApi {
|
|
|
3053
3114
|
}
|
|
3054
3115
|
}
|
|
3055
3116
|
return new Promise((resolve, reject) => {
|
|
3056
|
-
|
|
3117
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3057
3118
|
if (error) {
|
|
3058
3119
|
reject(error);
|
|
3059
3120
|
}
|
|
@@ -3122,7 +3183,7 @@ class AnalyticsApi {
|
|
|
3122
3183
|
}
|
|
3123
3184
|
}
|
|
3124
3185
|
return new Promise((resolve, reject) => {
|
|
3125
|
-
|
|
3186
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3126
3187
|
if (error) {
|
|
3127
3188
|
reject(error);
|
|
3128
3189
|
}
|
|
@@ -3203,7 +3264,7 @@ class AnalyticsApi {
|
|
|
3203
3264
|
}
|
|
3204
3265
|
}
|
|
3205
3266
|
return new Promise((resolve, reject) => {
|
|
3206
|
-
|
|
3267
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3207
3268
|
if (error) {
|
|
3208
3269
|
reject(error);
|
|
3209
3270
|
}
|
|
@@ -3272,7 +3333,7 @@ class AnalyticsApi {
|
|
|
3272
3333
|
}
|
|
3273
3334
|
}
|
|
3274
3335
|
return new Promise((resolve, reject) => {
|
|
3275
|
-
|
|
3336
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3276
3337
|
if (error) {
|
|
3277
3338
|
reject(error);
|
|
3278
3339
|
}
|
|
@@ -3353,7 +3414,7 @@ class AnalyticsApi {
|
|
|
3353
3414
|
}
|
|
3354
3415
|
}
|
|
3355
3416
|
return new Promise((resolve, reject) => {
|
|
3356
|
-
|
|
3417
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3357
3418
|
if (error) {
|
|
3358
3419
|
reject(error);
|
|
3359
3420
|
}
|
|
@@ -3422,7 +3483,7 @@ class AnalyticsApi {
|
|
|
3422
3483
|
}
|
|
3423
3484
|
}
|
|
3424
3485
|
return new Promise((resolve, reject) => {
|
|
3425
|
-
|
|
3486
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3426
3487
|
if (error) {
|
|
3427
3488
|
reject(error);
|
|
3428
3489
|
}
|
|
@@ -3503,7 +3564,7 @@ class AnalyticsApi {
|
|
|
3503
3564
|
}
|
|
3504
3565
|
}
|
|
3505
3566
|
return new Promise((resolve, reject) => {
|
|
3506
|
-
|
|
3567
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3507
3568
|
if (error) {
|
|
3508
3569
|
reject(error);
|
|
3509
3570
|
}
|
|
@@ -3572,7 +3633,7 @@ class AnalyticsApi {
|
|
|
3572
3633
|
}
|
|
3573
3634
|
}
|
|
3574
3635
|
return new Promise((resolve, reject) => {
|
|
3575
|
-
|
|
3636
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3576
3637
|
if (error) {
|
|
3577
3638
|
reject(error);
|
|
3578
3639
|
}
|
|
@@ -3653,7 +3714,7 @@ class AnalyticsApi {
|
|
|
3653
3714
|
}
|
|
3654
3715
|
}
|
|
3655
3716
|
return new Promise((resolve, reject) => {
|
|
3656
|
-
|
|
3717
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3657
3718
|
if (error) {
|
|
3658
3719
|
reject(error);
|
|
3659
3720
|
}
|
|
@@ -3722,7 +3783,7 @@ class AnalyticsApi {
|
|
|
3722
3783
|
}
|
|
3723
3784
|
}
|
|
3724
3785
|
return new Promise((resolve, reject) => {
|
|
3725
|
-
|
|
3786
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3726
3787
|
if (error) {
|
|
3727
3788
|
reject(error);
|
|
3728
3789
|
}
|
|
@@ -3803,7 +3864,7 @@ class AnalyticsApi {
|
|
|
3803
3864
|
}
|
|
3804
3865
|
}
|
|
3805
3866
|
return new Promise((resolve, reject) => {
|
|
3806
|
-
|
|
3867
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3807
3868
|
if (error) {
|
|
3808
3869
|
reject(error);
|
|
3809
3870
|
}
|
|
@@ -3884,7 +3945,7 @@ class AnalyticsApi {
|
|
|
3884
3945
|
}
|
|
3885
3946
|
}
|
|
3886
3947
|
return new Promise((resolve, reject) => {
|
|
3887
|
-
|
|
3948
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3888
3949
|
if (error) {
|
|
3889
3950
|
reject(error);
|
|
3890
3951
|
}
|
|
@@ -3953,7 +4014,7 @@ class AnalyticsApi {
|
|
|
3953
4014
|
}
|
|
3954
4015
|
}
|
|
3955
4016
|
return new Promise((resolve, reject) => {
|
|
3956
|
-
|
|
4017
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
3957
4018
|
if (error) {
|
|
3958
4019
|
reject(error);
|
|
3959
4020
|
}
|
|
@@ -4034,7 +4095,7 @@ class AnalyticsApi {
|
|
|
4034
4095
|
}
|
|
4035
4096
|
}
|
|
4036
4097
|
return new Promise((resolve, reject) => {
|
|
4037
|
-
|
|
4098
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4038
4099
|
if (error) {
|
|
4039
4100
|
reject(error);
|
|
4040
4101
|
}
|
|
@@ -4095,7 +4156,7 @@ class AnalyticsApi {
|
|
|
4095
4156
|
}
|
|
4096
4157
|
}
|
|
4097
4158
|
return new Promise((resolve, reject) => {
|
|
4098
|
-
|
|
4159
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4099
4160
|
if (error) {
|
|
4100
4161
|
reject(error);
|
|
4101
4162
|
}
|
|
@@ -4176,7 +4237,7 @@ class AnalyticsApi {
|
|
|
4176
4237
|
}
|
|
4177
4238
|
}
|
|
4178
4239
|
return new Promise((resolve, reject) => {
|
|
4179
|
-
|
|
4240
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4180
4241
|
if (error) {
|
|
4181
4242
|
reject(error);
|
|
4182
4243
|
}
|
|
@@ -4257,7 +4318,7 @@ class AnalyticsApi {
|
|
|
4257
4318
|
}
|
|
4258
4319
|
}
|
|
4259
4320
|
return new Promise((resolve, reject) => {
|
|
4260
|
-
|
|
4321
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4261
4322
|
if (error) {
|
|
4262
4323
|
reject(error);
|
|
4263
4324
|
}
|
|
@@ -4326,7 +4387,7 @@ class AnalyticsApi {
|
|
|
4326
4387
|
}
|
|
4327
4388
|
}
|
|
4328
4389
|
return new Promise((resolve, reject) => {
|
|
4329
|
-
|
|
4390
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4330
4391
|
if (error) {
|
|
4331
4392
|
reject(error);
|
|
4332
4393
|
}
|
|
@@ -4407,7 +4468,7 @@ class AnalyticsApi {
|
|
|
4407
4468
|
}
|
|
4408
4469
|
}
|
|
4409
4470
|
return new Promise((resolve, reject) => {
|
|
4410
|
-
|
|
4471
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4411
4472
|
if (error) {
|
|
4412
4473
|
reject(error);
|
|
4413
4474
|
}
|
|
@@ -4476,7 +4537,7 @@ class AnalyticsApi {
|
|
|
4476
4537
|
}
|
|
4477
4538
|
}
|
|
4478
4539
|
return new Promise((resolve, reject) => {
|
|
4479
|
-
|
|
4540
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4480
4541
|
if (error) {
|
|
4481
4542
|
reject(error);
|
|
4482
4543
|
}
|
|
@@ -4557,7 +4618,7 @@ class AnalyticsApi {
|
|
|
4557
4618
|
}
|
|
4558
4619
|
}
|
|
4559
4620
|
return new Promise((resolve, reject) => {
|
|
4560
|
-
|
|
4621
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4561
4622
|
if (error) {
|
|
4562
4623
|
reject(error);
|
|
4563
4624
|
}
|
|
@@ -4626,7 +4687,7 @@ class AnalyticsApi {
|
|
|
4626
4687
|
}
|
|
4627
4688
|
}
|
|
4628
4689
|
return new Promise((resolve, reject) => {
|
|
4629
|
-
|
|
4690
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4630
4691
|
if (error) {
|
|
4631
4692
|
reject(error);
|
|
4632
4693
|
}
|
|
@@ -4695,7 +4756,7 @@ class AnalyticsApi {
|
|
|
4695
4756
|
}
|
|
4696
4757
|
}
|
|
4697
4758
|
return new Promise((resolve, reject) => {
|
|
4698
|
-
|
|
4759
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4699
4760
|
if (error) {
|
|
4700
4761
|
reject(error);
|
|
4701
4762
|
}
|
|
@@ -4776,7 +4837,7 @@ class AnalyticsApi {
|
|
|
4776
4837
|
}
|
|
4777
4838
|
}
|
|
4778
4839
|
return new Promise((resolve, reject) => {
|
|
4779
|
-
|
|
4840
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4780
4841
|
if (error) {
|
|
4781
4842
|
reject(error);
|
|
4782
4843
|
}
|
|
@@ -4857,7 +4918,7 @@ class AnalyticsApi {
|
|
|
4857
4918
|
}
|
|
4858
4919
|
}
|
|
4859
4920
|
return new Promise((resolve, reject) => {
|
|
4860
|
-
|
|
4921
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4861
4922
|
if (error) {
|
|
4862
4923
|
reject(error);
|
|
4863
4924
|
}
|
|
@@ -4926,7 +4987,7 @@ class AnalyticsApi {
|
|
|
4926
4987
|
}
|
|
4927
4988
|
}
|
|
4928
4989
|
return new Promise((resolve, reject) => {
|
|
4929
|
-
|
|
4990
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4930
4991
|
if (error) {
|
|
4931
4992
|
reject(error);
|
|
4932
4993
|
}
|
|
@@ -4987,7 +5048,7 @@ class AnalyticsApi {
|
|
|
4987
5048
|
}
|
|
4988
5049
|
}
|
|
4989
5050
|
return new Promise((resolve, reject) => {
|
|
4990
|
-
|
|
5051
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
4991
5052
|
if (error) {
|
|
4992
5053
|
reject(error);
|
|
4993
5054
|
}
|
|
@@ -5056,7 +5117,7 @@ class AnalyticsApi {
|
|
|
5056
5117
|
}
|
|
5057
5118
|
}
|
|
5058
5119
|
return new Promise((resolve, reject) => {
|
|
5059
|
-
|
|
5120
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5060
5121
|
if (error) {
|
|
5061
5122
|
reject(error);
|
|
5062
5123
|
}
|
|
@@ -5125,7 +5186,7 @@ class AnalyticsApi {
|
|
|
5125
5186
|
}
|
|
5126
5187
|
}
|
|
5127
5188
|
return new Promise((resolve, reject) => {
|
|
5128
|
-
|
|
5189
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5129
5190
|
if (error) {
|
|
5130
5191
|
reject(error);
|
|
5131
5192
|
}
|
|
@@ -5206,7 +5267,7 @@ class AnalyticsApi {
|
|
|
5206
5267
|
}
|
|
5207
5268
|
}
|
|
5208
5269
|
return new Promise((resolve, reject) => {
|
|
5209
|
-
|
|
5270
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5210
5271
|
if (error) {
|
|
5211
5272
|
reject(error);
|
|
5212
5273
|
}
|
|
@@ -5275,7 +5336,7 @@ class AnalyticsApi {
|
|
|
5275
5336
|
}
|
|
5276
5337
|
}
|
|
5277
5338
|
return new Promise((resolve, reject) => {
|
|
5278
|
-
|
|
5339
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5279
5340
|
if (error) {
|
|
5280
5341
|
reject(error);
|
|
5281
5342
|
}
|
|
@@ -5356,7 +5417,7 @@ class AnalyticsApi {
|
|
|
5356
5417
|
}
|
|
5357
5418
|
}
|
|
5358
5419
|
return new Promise((resolve, reject) => {
|
|
5359
|
-
|
|
5420
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5360
5421
|
if (error) {
|
|
5361
5422
|
reject(error);
|
|
5362
5423
|
}
|
|
@@ -5437,7 +5498,7 @@ class AnalyticsApi {
|
|
|
5437
5498
|
}
|
|
5438
5499
|
}
|
|
5439
5500
|
return new Promise((resolve, reject) => {
|
|
5440
|
-
|
|
5501
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5441
5502
|
if (error) {
|
|
5442
5503
|
reject(error);
|
|
5443
5504
|
}
|
|
@@ -5518,7 +5579,7 @@ class AnalyticsApi {
|
|
|
5518
5579
|
}
|
|
5519
5580
|
}
|
|
5520
5581
|
return new Promise((resolve, reject) => {
|
|
5521
|
-
|
|
5582
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5522
5583
|
if (error) {
|
|
5523
5584
|
reject(error);
|
|
5524
5585
|
}
|
|
@@ -5599,7 +5660,7 @@ class AnalyticsApi {
|
|
|
5599
5660
|
}
|
|
5600
5661
|
}
|
|
5601
5662
|
return new Promise((resolve, reject) => {
|
|
5602
|
-
|
|
5663
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5603
5664
|
if (error) {
|
|
5604
5665
|
reject(error);
|
|
5605
5666
|
}
|
|
@@ -5680,7 +5741,7 @@ class AnalyticsApi {
|
|
|
5680
5741
|
}
|
|
5681
5742
|
}
|
|
5682
5743
|
return new Promise((resolve, reject) => {
|
|
5683
|
-
|
|
5744
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5684
5745
|
if (error) {
|
|
5685
5746
|
reject(error);
|
|
5686
5747
|
}
|
|
@@ -5761,7 +5822,7 @@ class AnalyticsApi {
|
|
|
5761
5822
|
}
|
|
5762
5823
|
}
|
|
5763
5824
|
return new Promise((resolve, reject) => {
|
|
5764
|
-
|
|
5825
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5765
5826
|
if (error) {
|
|
5766
5827
|
reject(error);
|
|
5767
5828
|
}
|
|
@@ -5822,7 +5883,7 @@ class AnalyticsApi {
|
|
|
5822
5883
|
}
|
|
5823
5884
|
}
|
|
5824
5885
|
return new Promise((resolve, reject) => {
|
|
5825
|
-
|
|
5886
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5826
5887
|
if (error) {
|
|
5827
5888
|
reject(error);
|
|
5828
5889
|
}
|
|
@@ -5883,7 +5944,7 @@ class AnalyticsApi {
|
|
|
5883
5944
|
}
|
|
5884
5945
|
}
|
|
5885
5946
|
return new Promise((resolve, reject) => {
|
|
5886
|
-
|
|
5947
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5887
5948
|
if (error) {
|
|
5888
5949
|
reject(error);
|
|
5889
5950
|
}
|
|
@@ -5901,6 +5962,69 @@ class AnalyticsApi {
|
|
|
5901
5962
|
});
|
|
5902
5963
|
});
|
|
5903
5964
|
}
|
|
5965
|
+
referringSitesSummary(startDate, endDate, options = { headers: {} }) {
|
|
5966
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
5967
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/referringSitesSummary';
|
|
5968
|
+
let localVarQueryParameters = {};
|
|
5969
|
+
let localVarHeaderParams = Object.assign({}, this._defaultHeaders);
|
|
5970
|
+
const produces = ['application/json'];
|
|
5971
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
5972
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
5973
|
+
}
|
|
5974
|
+
else {
|
|
5975
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
5976
|
+
}
|
|
5977
|
+
let localVarFormParams = {};
|
|
5978
|
+
if (startDate !== undefined) {
|
|
5979
|
+
localVarQueryParameters['startDate'] = models_1.ObjectSerializer.serialize(startDate, "Date");
|
|
5980
|
+
}
|
|
5981
|
+
if (endDate !== undefined) {
|
|
5982
|
+
localVarQueryParameters['endDate'] = models_1.ObjectSerializer.serialize(endDate, "Date");
|
|
5983
|
+
}
|
|
5984
|
+
Object.assign(localVarHeaderParams, options.headers);
|
|
5985
|
+
let localVarUseFormData = false;
|
|
5986
|
+
let localVarRequestOptions = {
|
|
5987
|
+
method: 'GET',
|
|
5988
|
+
qs: localVarQueryParameters,
|
|
5989
|
+
headers: localVarHeaderParams,
|
|
5990
|
+
uri: localVarPath,
|
|
5991
|
+
useQuerystring: this._useQuerystring,
|
|
5992
|
+
json: true,
|
|
5993
|
+
};
|
|
5994
|
+
let authenticationPromise = Promise.resolve();
|
|
5995
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
5996
|
+
let interceptorPromise = authenticationPromise;
|
|
5997
|
+
for (const interceptor of this.interceptors) {
|
|
5998
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
5999
|
+
}
|
|
6000
|
+
return interceptorPromise.then(() => {
|
|
6001
|
+
if (Object.keys(localVarFormParams).length) {
|
|
6002
|
+
if (localVarUseFormData) {
|
|
6003
|
+
localVarRequestOptions.formData = localVarFormParams;
|
|
6004
|
+
}
|
|
6005
|
+
else {
|
|
6006
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
6007
|
+
}
|
|
6008
|
+
}
|
|
6009
|
+
return new Promise((resolve, reject) => {
|
|
6010
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
6011
|
+
if (error) {
|
|
6012
|
+
reject(error);
|
|
6013
|
+
}
|
|
6014
|
+
else {
|
|
6015
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
6016
|
+
body = models_1.ObjectSerializer.deserialize(body, "any");
|
|
6017
|
+
resolve({ response: response, body: body });
|
|
6018
|
+
}
|
|
6019
|
+
else {
|
|
6020
|
+
reject(new apis_1.HttpError(response, body, response.statusCode));
|
|
6021
|
+
}
|
|
6022
|
+
}
|
|
6023
|
+
});
|
|
6024
|
+
});
|
|
6025
|
+
});
|
|
6026
|
+
});
|
|
6027
|
+
}
|
|
5904
6028
|
sumRevenue(startDate, endDate, transactionType, segmentType, options = { headers: {} }) {
|
|
5905
6029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5906
6030
|
const localVarPath = this.basePath + '/v2/analytics/ledger/revenue/sum';
|
|
@@ -5958,7 +6082,7 @@ class AnalyticsApi {
|
|
|
5958
6082
|
}
|
|
5959
6083
|
}
|
|
5960
6084
|
return new Promise((resolve, reject) => {
|
|
5961
|
-
|
|
6085
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
5962
6086
|
if (error) {
|
|
5963
6087
|
reject(error);
|
|
5964
6088
|
}
|
|
@@ -6033,7 +6157,7 @@ class AnalyticsApi {
|
|
|
6033
6157
|
}
|
|
6034
6158
|
}
|
|
6035
6159
|
return new Promise((resolve, reject) => {
|
|
6036
|
-
|
|
6160
|
+
request_1.default(localVarRequestOptions, (error, response, body) => {
|
|
6037
6161
|
if (error) {
|
|
6038
6162
|
reject(error);
|
|
6039
6163
|
}
|