wallet 1.1.6 → 2.1.506
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 +18 -3
- package/README.md +252 -38
- package/api/advertisementCreditsApi.ts +15 -15
- package/api/analyticsApi.ts +66 -66
- package/api/apis.ts +3 -1
- package/api/appleWalletSubscribersApi.ts +3 -3
- package/api/billingApi.ts +10 -10
- package/api/clubMembersPointsApi.ts +24 -25
- package/api/configurationApi.ts +10 -10
- package/api/countriesApi.ts +5 -5
- package/api/customerApi.ts +10 -10
- package/api/dashboardApi.ts +19 -19
- package/api/dynamicVouchersApi.ts +8 -8
- package/api/employeeAPIKeysApi.ts +448 -0
- package/api/employeeAccessApi.ts +8 -8
- package/api/employeesApi.ts +43 -42
- package/api/industriesApi.ts +1 -1
- package/api/infoGenesisReportsApi.ts +28 -28
- package/api/integratedTerminalsApi.ts +6 -6
- package/api/interactionsApi.ts +226 -18
- package/api/linkBookApi.ts +6 -6
- package/api/linkBookSectionApi.ts +6 -6
- package/api/loginAndLogoutApi.ts +11 -11
- package/api/membershipTiersApi.ts +23 -24
- package/api/merchantApi.ts +406 -22
- package/api/merchantCreditsApi.ts +24 -25
- package/api/merchantURLsApi.ts +8 -8
- package/api/mobileTerminalApi.ts +6 -19
- package/api/newsApi.ts +6 -6
- package/api/paymentDesignsApi.ts +7 -7
- package/api/performancesApi.ts +6 -6
- package/api/promoCodesApi.ts +6 -6
- package/api/sMSApi.ts +948 -123
- package/api/settingsApi.ts +3 -3
- package/api/staticVoucherCampaignGroupsApi.ts +2 -2
- package/api/staticVoucherCampaignsApi.ts +20 -20
- package/api/staticVouchersApi.ts +7 -7
- package/api/systemApi.ts +21 -21
- package/api/transactionLedgerApi.ts +2 -2
- package/api/utilitiesApi.ts +2 -2
- package/api/webTerminalApi.ts +4 -4
- package/dist/api/advertisementCreditsApi.d.ts +86 -0
- package/dist/api/advertisementCreditsApi.js +502 -0
- package/dist/api/advertisementCreditsApi.js.map +1 -0
- package/dist/api/analyticsApi.d.ts +547 -0
- package/dist/api/analyticsApi.js +4873 -0
- package/dist/api/analyticsApi.js.map +1 -0
- package/dist/api/apis.d.ts +86 -0
- package/dist/api/apis.js +101 -0
- package/dist/api/apis.js.map +1 -0
- package/dist/api/appleWalletSubscribersApi.d.ts +42 -0
- package/dist/api/appleWalletSubscribersApi.js +196 -0
- package/dist/api/appleWalletSubscribersApi.js.map +1 -0
- package/dist/api/billingApi.d.ts +102 -0
- package/dist/api/billingApi.js +599 -0
- package/dist/api/billingApi.js.map +1 -0
- package/dist/api/clubMembersPointsApi.d.ts +116 -0
- package/dist/api/clubMembersPointsApi.js +682 -0
- package/dist/api/clubMembersPointsApi.js.map +1 -0
- package/dist/api/configurationApi.d.ts +43 -0
- package/dist/api/configurationApi.js +190 -0
- package/dist/api/configurationApi.js.map +1 -0
- package/dist/api/countriesApi.d.ts +35 -0
- package/dist/api/countriesApi.js +129 -0
- package/dist/api/countriesApi.js.map +1 -0
- package/dist/api/customerApi.d.ts +102 -0
- package/dist/api/customerApi.js +633 -0
- package/dist/api/customerApi.js.map +1 -0
- package/dist/api/dashboardApi.d.ts +173 -0
- package/dist/api/dashboardApi.js +1302 -0
- package/dist/api/dashboardApi.js.map +1 -0
- package/dist/api/dynamicVouchersApi.d.ts +87 -0
- package/dist/api/dynamicVouchersApi.js +510 -0
- package/dist/api/dynamicVouchersApi.js.map +1 -0
- package/dist/api/employeeAPIKeysApi.d.ts +70 -0
- package/dist/api/employeeAPIKeysApi.js +380 -0
- package/dist/api/employeeAPIKeysApi.js.map +1 -0
- package/dist/api/employeeAccessApi.d.ts +36 -0
- package/dist/api/employeeAccessApi.js +133 -0
- package/dist/api/employeeAccessApi.js.map +1 -0
- package/dist/api/employeesApi.d.ts +391 -0
- package/dist/api/employeesApi.js +2558 -0
- package/dist/api/employeesApi.js.map +1 -0
- package/dist/api/industriesApi.d.ts +35 -0
- package/dist/api/industriesApi.js +129 -0
- package/dist/api/industriesApi.js.map +1 -0
- package/dist/api/infoGenesisReportsApi.d.ts +269 -0
- package/dist/api/infoGenesisReportsApi.js +1743 -0
- package/dist/api/infoGenesisReportsApi.js.map +1 -0
- package/dist/api/integratedTerminalsApi.d.ts +69 -0
- package/dist/api/integratedTerminalsApi.js +380 -0
- package/dist/api/integratedTerminalsApi.js.map +1 -0
- package/dist/api/interactionsApi.d.ts +122 -0
- package/dist/api/interactionsApi.js +759 -0
- package/dist/api/interactionsApi.js.map +1 -0
- package/dist/api/linkBookApi.d.ts +69 -0
- package/dist/api/linkBookApi.js +380 -0
- package/dist/api/linkBookApi.js.map +1 -0
- package/dist/api/linkBookSectionApi.d.ts +69 -0
- package/dist/api/linkBookSectionApi.js +380 -0
- package/dist/api/linkBookSectionApi.js.map +1 -0
- package/dist/api/loginAndLogoutApi.d.ts +52 -0
- package/dist/api/loginAndLogoutApi.js +251 -0
- package/dist/api/loginAndLogoutApi.js.map +1 -0
- package/dist/api/membershipTiersApi.d.ts +105 -0
- package/dist/api/membershipTiersApi.js +623 -0
- package/dist/api/membershipTiersApi.js.map +1 -0
- package/dist/api/merchantApi.d.ts +243 -0
- package/dist/api/merchantApi.js +1673 -0
- package/dist/api/merchantApi.js.map +1 -0
- package/dist/api/merchantCreditsApi.d.ts +116 -0
- package/dist/api/merchantCreditsApi.js +682 -0
- package/dist/api/merchantCreditsApi.js.map +1 -0
- package/dist/api/merchantURLsApi.d.ts +86 -0
- package/dist/api/merchantURLsApi.js +502 -0
- package/dist/api/merchantURLsApi.js.map +1 -0
- package/dist/api/mobileTerminalApi.d.ts +52 -0
- package/dist/api/mobileTerminalApi.js +259 -0
- package/dist/api/mobileTerminalApi.js.map +1 -0
- package/dist/api/newsApi.d.ts +69 -0
- package/dist/api/newsApi.js +380 -0
- package/dist/api/newsApi.js.map +1 -0
- package/dist/api/paymentDesignsApi.d.ts +77 -0
- package/dist/api/paymentDesignsApi.js +441 -0
- package/dist/api/paymentDesignsApi.js.map +1 -0
- package/dist/api/performancesApi.d.ts +69 -0
- package/dist/api/performancesApi.js +380 -0
- package/dist/api/performancesApi.js.map +1 -0
- package/dist/api/promoCodesApi.d.ts +69 -0
- package/dist/api/promoCodesApi.js +380 -0
- package/dist/api/promoCodesApi.js.map +1 -0
- package/dist/api/sMSApi.d.ts +340 -0
- package/dist/api/sMSApi.js +2399 -0
- package/dist/api/sMSApi.js.map +1 -0
- package/dist/api/settingsApi.d.ts +44 -0
- package/dist/api/settingsApi.js +186 -0
- package/dist/api/settingsApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignGroupsApi.d.ts +34 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js +133 -0
- package/dist/api/staticVoucherCampaignGroupsApi.js.map +1 -0
- package/dist/api/staticVoucherCampaignsApi.d.ts +193 -0
- package/dist/api/staticVoucherCampaignsApi.js +1269 -0
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -0
- package/dist/api/staticVouchersApi.d.ts +78 -0
- package/dist/api/staticVouchersApi.js +450 -0
- package/dist/api/staticVouchersApi.js.map +1 -0
- package/dist/api/systemApi.d.ts +89 -0
- package/dist/api/systemApi.js +511 -0
- package/dist/api/systemApi.js.map +1 -0
- package/dist/api/transactionLedgerApi.d.ts +36 -0
- package/dist/api/transactionLedgerApi.js +156 -0
- package/dist/api/transactionLedgerApi.js.map +1 -0
- package/dist/api/utilitiesApi.d.ts +35 -0
- package/dist/api/utilitiesApi.js +129 -0
- package/dist/api/utilitiesApi.js.map +1 -0
- package/dist/api/webTerminalApi.d.ts +51 -0
- package/dist/api/webTerminalApi.js +259 -0
- package/dist/api/webTerminalApi.js.map +1 -0
- package/dist/api.d.ts +2 -0
- package/dist/api.js +15 -0
- package/dist/api.js.map +1 -0
- package/dist/examples/advertisementcredits.example.d.ts +1 -0
- package/dist/examples/advertisementcredits.example.js +77 -0
- package/dist/examples/advertisementcredits.example.js.map +1 -0
- package/dist/examples/clubmembers.example.d.ts +1 -0
- package/dist/examples/clubmembers.example.js +71 -0
- package/dist/examples/clubmembers.example.js.map +1 -0
- package/dist/examples/constants.d.ts +6 -0
- package/dist/examples/constants.js +10 -0
- package/dist/examples/constants.js.map +1 -0
- package/dist/examples/linkbook.example.d.ts +1 -0
- package/dist/examples/linkbook.example.js +70 -0
- package/dist/examples/linkbook.example.js.map +1 -0
- package/dist/examples/membershiptiers.example.d.ts +1 -0
- package/dist/examples/membershiptiers.example.js +70 -0
- package/dist/examples/membershiptiers.example.js.map +1 -0
- package/dist/examples/merchantcredits.example.d.ts +1 -0
- package/dist/examples/merchantcredits.example.js +68 -0
- package/dist/examples/merchantcredits.example.js.map +1 -0
- package/dist/examples/merchanturls.example.d.ts +1 -0
- package/dist/examples/merchanturls.example.js +67 -0
- package/dist/examples/merchanturls.example.js.map +1 -0
- package/dist/examples/news.example.d.ts +1 -0
- package/dist/examples/news.example.js +70 -0
- package/dist/examples/news.example.js.map +1 -0
- package/dist/examples/paymentdesigns.example.d.ts +1 -0
- package/dist/examples/paymentdesigns.example.js +76 -0
- package/dist/examples/paymentdesigns.example.js.map +1 -0
- package/dist/examples/performances.example.d.ts +1 -0
- package/dist/examples/performances.example.js +72 -0
- package/dist/examples/performances.example.js.map +1 -0
- package/dist/examples/promocodes.example.d.ts +1 -0
- package/dist/examples/promocodes.example.js +72 -0
- package/dist/examples/promocodes.example.js.map +1 -0
- package/dist/model/advertisementCredit.d.ts +26 -0
- package/dist/model/advertisementCredit.js +78 -0
- package/dist/model/advertisementCredit.js.map +1 -0
- package/dist/model/advertisementCreditBroadcast.d.ts +37 -0
- package/dist/model/advertisementCreditBroadcast.js +118 -0
- package/dist/model/advertisementCreditBroadcast.js.map +1 -0
- package/dist/model/advertisementCreditScan.d.ts +37 -0
- package/dist/model/advertisementCreditScan.js +128 -0
- package/dist/model/advertisementCreditScan.js.map +1 -0
- package/dist/model/agreement.d.ts +31 -0
- package/dist/model/agreement.js +103 -0
- package/dist/model/agreement.js.map +1 -0
- package/dist/model/alert.d.ts +22 -0
- package/dist/model/alert.js +58 -0
- package/dist/model/alert.js.map +1 -0
- package/dist/model/announcement.d.ts +20 -0
- package/dist/model/announcement.js +48 -0
- package/dist/model/announcement.js.map +1 -0
- package/dist/model/applicableTerminals.d.ts +13 -0
- package/dist/model/applicableTerminals.js +12 -0
- package/dist/model/applicableTerminals.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf.js +8 -0
- package/dist/model/applicableTerminalsAnyOf.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf1.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf1.js +8 -0
- package/dist/model/applicableTerminalsAnyOf1.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf2.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf2.js +8 -0
- package/dist/model/applicableTerminalsAnyOf2.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf3.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf3.js +8 -0
- package/dist/model/applicableTerminalsAnyOf3.js.map +1 -0
- package/dist/model/authError.d.ts +18 -0
- package/dist/model/authError.js +38 -0
- package/dist/model/authError.js.map +1 -0
- package/dist/model/availablePhoneNumbersRequest.d.ts +15 -0
- package/dist/model/availablePhoneNumbersRequest.js +23 -0
- package/dist/model/availablePhoneNumbersRequest.js.map +1 -0
- package/dist/model/clickFunnelAmount.d.ts +15 -0
- package/dist/model/clickFunnelAmount.js +23 -0
- package/dist/model/clickFunnelAmount.js.map +1 -0
- package/dist/model/clickFunnelContact.d.ts +51 -0
- package/dist/model/clickFunnelContact.js +198 -0
- package/dist/model/clickFunnelContact.js.map +1 -0
- package/dist/model/clickFunnelContactProfile.d.ts +48 -0
- package/dist/model/clickFunnelContactProfile.js +188 -0
- package/dist/model/clickFunnelContactProfile.js.map +1 -0
- package/dist/model/clickFunnelEvent.d.ts +16 -0
- package/dist/model/clickFunnelEvent.js +23 -0
- package/dist/model/clickFunnelEvent.js.map +1 -0
- package/dist/model/clickFunnelOriginalAmount.d.ts +15 -0
- package/dist/model/clickFunnelOriginalAmount.js +23 -0
- package/dist/model/clickFunnelOriginalAmount.js.map +1 -0
- package/dist/model/clickFunnelProduct.d.ts +42 -0
- package/dist/model/clickFunnelProduct.js +153 -0
- package/dist/model/clickFunnelProduct.js.map +1 -0
- package/dist/model/clickFunnelPurchase.d.ts +41 -0
- package/dist/model/clickFunnelPurchase.js +138 -0
- package/dist/model/clickFunnelPurchase.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaign.js +83 -0
- package/dist/model/createStaticVoucherCampaign.js.map +1 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.js +83 -0
- package/dist/model/createStaticVoucherCampaignWithVoucher.js.map +1 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +27 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +83 -0
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -0
- package/dist/model/dashboardWidget.d.ts +28 -0
- package/dist/model/dashboardWidget.js +88 -0
- package/dist/model/dashboardWidget.js.map +1 -0
- package/dist/model/duplicateRowFound.d.ts +18 -0
- package/dist/model/duplicateRowFound.js +38 -0
- package/dist/model/duplicateRowFound.js.map +1 -0
- package/dist/model/dynamicVoucher.d.ts +47 -0
- package/dist/model/dynamicVoucher.js +178 -0
- package/dist/model/dynamicVoucher.js.map +1 -0
- package/dist/model/dynamicVoucherBroadcast.d.ts +37 -0
- package/dist/model/dynamicVoucherBroadcast.js +118 -0
- package/dist/model/dynamicVoucherBroadcast.js.map +1 -0
- package/dist/model/employee.d.ts +30 -0
- package/dist/model/employee.js +98 -0
- package/dist/model/employee.js.map +1 -0
- package/dist/model/employeeAPIKey.d.ts +22 -0
- package/dist/model/employeeAPIKey.js +58 -0
- package/dist/model/employeeAPIKey.js.map +1 -0
- package/dist/model/employeeActivityLog.d.ts +20 -0
- package/dist/model/employeeActivityLog.js +48 -0
- package/dist/model/employeeActivityLog.js.map +1 -0
- package/dist/model/employeeAlert.d.ts +22 -0
- package/dist/model/employeeAlert.js +58 -0
- package/dist/model/employeeAlert.js.map +1 -0
- package/dist/model/entityTooLarge.d.ts +18 -0
- package/dist/model/entityTooLarge.js +38 -0
- package/dist/model/entityTooLarge.js.map +1 -0
- package/dist/model/exportDataFile.d.ts +23 -0
- package/dist/model/exportDataFile.js +63 -0
- package/dist/model/exportDataFile.js.map +1 -0
- package/dist/model/falsumError.d.ts +16 -0
- package/dist/model/falsumError.js +23 -0
- package/dist/model/falsumError.js.map +1 -0
- package/dist/model/falsumField.d.ts +16 -0
- package/dist/model/falsumField.js +28 -0
- package/dist/model/falsumField.js.map +1 -0
- package/dist/model/feature.d.ts +22 -0
- package/dist/model/feature.js +58 -0
- package/dist/model/feature.js.map +1 -0
- package/dist/model/forbiddenRequest.d.ts +18 -0
- package/dist/model/forbiddenRequest.js +38 -0
- package/dist/model/forbiddenRequest.js.map +1 -0
- package/dist/model/foreignKeyDoesNotExist.d.ts +18 -0
- package/dist/model/foreignKeyDoesNotExist.js +38 -0
- package/dist/model/foreignKeyDoesNotExist.js.map +1 -0
- package/dist/model/helpDeskRequest.d.ts +23 -0
- package/dist/model/helpDeskRequest.js +63 -0
- package/dist/model/helpDeskRequest.js.map +1 -0
- package/dist/model/importedList.d.ts +21 -0
- package/dist/model/importedList.js +53 -0
- package/dist/model/importedList.js.map +1 -0
- package/dist/model/importedListRecipient.d.ts +21 -0
- package/dist/model/importedListRecipient.js +53 -0
- package/dist/model/importedListRecipient.js.map +1 -0
- package/dist/model/inboundSMS.d.ts +47 -0
- package/dist/model/inboundSMS.js +183 -0
- package/dist/model/inboundSMS.js.map +1 -0
- package/dist/model/inlineObject.d.ts +14 -0
- package/dist/model/inlineObject.js +18 -0
- package/dist/model/inlineObject.js.map +1 -0
- package/dist/model/inlineObject1.d.ts +14 -0
- package/dist/model/inlineObject1.js +18 -0
- package/dist/model/inlineObject1.js.map +1 -0
- package/dist/model/inlineObject10.d.ts +15 -0
- package/dist/model/inlineObject10.js +23 -0
- package/dist/model/inlineObject10.js.map +1 -0
- package/dist/model/inlineObject11.d.ts +15 -0
- package/dist/model/inlineObject11.js +23 -0
- package/dist/model/inlineObject11.js.map +1 -0
- package/dist/model/inlineObject12.d.ts +15 -0
- package/dist/model/inlineObject12.js +23 -0
- package/dist/model/inlineObject12.js.map +1 -0
- package/dist/model/inlineObject13.d.ts +15 -0
- package/dist/model/inlineObject13.js +23 -0
- package/dist/model/inlineObject13.js.map +1 -0
- package/dist/model/inlineObject14.d.ts +15 -0
- package/dist/model/inlineObject14.js +23 -0
- package/dist/model/inlineObject14.js.map +1 -0
- package/dist/model/inlineObject15.d.ts +20 -0
- package/dist/model/inlineObject15.js +48 -0
- package/dist/model/inlineObject15.js.map +1 -0
- package/dist/model/inlineObject16.d.ts +19 -0
- package/dist/model/inlineObject16.js +43 -0
- package/dist/model/inlineObject16.js.map +1 -0
- package/dist/model/inlineObject17.d.ts +18 -0
- package/dist/model/inlineObject17.js +38 -0
- package/dist/model/inlineObject17.js.map +1 -0
- package/dist/model/inlineObject18.d.ts +19 -0
- package/dist/model/inlineObject18.js +43 -0
- package/dist/model/inlineObject18.js.map +1 -0
- package/dist/model/inlineObject19.d.ts +18 -0
- package/dist/model/inlineObject19.js +38 -0
- package/dist/model/inlineObject19.js.map +1 -0
- package/dist/model/inlineObject2.d.ts +14 -0
- package/dist/model/inlineObject2.js +18 -0
- package/dist/model/inlineObject2.js.map +1 -0
- package/dist/model/inlineObject20.d.ts +19 -0
- package/dist/model/inlineObject20.js +43 -0
- package/dist/model/inlineObject20.js.map +1 -0
- package/dist/model/inlineObject21.d.ts +21 -0
- package/dist/model/inlineObject21.js +53 -0
- package/dist/model/inlineObject21.js.map +1 -0
- package/dist/model/inlineObject22.d.ts +14 -0
- package/dist/model/inlineObject22.js +18 -0
- package/dist/model/inlineObject22.js.map +1 -0
- package/dist/model/inlineObject23.d.ts +14 -0
- package/dist/model/inlineObject23.js +18 -0
- package/dist/model/inlineObject23.js.map +1 -0
- package/dist/model/inlineObject24.d.ts +16 -0
- package/dist/model/inlineObject24.js +28 -0
- package/dist/model/inlineObject24.js.map +1 -0
- package/dist/model/inlineObject25.d.ts +18 -0
- package/dist/model/inlineObject25.js +38 -0
- package/dist/model/inlineObject25.js.map +1 -0
- package/dist/model/inlineObject26.d.ts +14 -0
- package/dist/model/inlineObject26.js +18 -0
- package/dist/model/inlineObject26.js.map +1 -0
- package/dist/model/inlineObject27.d.ts +14 -0
- package/dist/model/inlineObject27.js +18 -0
- package/dist/model/inlineObject27.js.map +1 -0
- package/dist/model/inlineObject28.d.ts +16 -0
- package/dist/model/inlineObject28.js +28 -0
- package/dist/model/inlineObject28.js.map +1 -0
- package/dist/model/inlineObject29.d.ts +17 -0
- package/dist/model/inlineObject29.js +33 -0
- package/dist/model/inlineObject29.js.map +1 -0
- package/dist/model/inlineObject3.d.ts +14 -0
- package/dist/model/inlineObject3.js +18 -0
- package/dist/model/inlineObject3.js.map +1 -0
- package/dist/model/inlineObject30.d.ts +16 -0
- package/dist/model/inlineObject30.js +28 -0
- package/dist/model/inlineObject30.js.map +1 -0
- package/dist/model/inlineObject31.d.ts +14 -0
- package/dist/model/inlineObject31.js +18 -0
- package/dist/model/inlineObject31.js.map +1 -0
- package/dist/model/inlineObject32.d.ts +14 -0
- package/dist/model/inlineObject32.js +18 -0
- package/dist/model/inlineObject32.js.map +1 -0
- package/dist/model/inlineObject33.d.ts +14 -0
- package/dist/model/inlineObject33.js +18 -0
- package/dist/model/inlineObject33.js.map +1 -0
- package/dist/model/inlineObject34.d.ts +16 -0
- package/dist/model/inlineObject34.js +28 -0
- package/dist/model/inlineObject34.js.map +1 -0
- package/dist/model/inlineObject35.d.ts +16 -0
- package/dist/model/inlineObject35.js +28 -0
- package/dist/model/inlineObject35.js.map +1 -0
- package/dist/model/inlineObject36.d.ts +16 -0
- package/dist/model/inlineObject36.js +28 -0
- package/dist/model/inlineObject36.js.map +1 -0
- package/dist/model/inlineObject37.d.ts +16 -0
- package/dist/model/inlineObject37.js +28 -0
- package/dist/model/inlineObject37.js.map +1 -0
- package/dist/model/inlineObject38.d.ts +16 -0
- package/dist/model/inlineObject38.js +28 -0
- package/dist/model/inlineObject38.js.map +1 -0
- package/dist/model/inlineObject39.d.ts +16 -0
- package/dist/model/inlineObject39.js +28 -0
- package/dist/model/inlineObject39.js.map +1 -0
- package/dist/model/inlineObject4.d.ts +15 -0
- package/dist/model/inlineObject4.js +23 -0
- package/dist/model/inlineObject4.js.map +1 -0
- package/dist/model/inlineObject40.d.ts +16 -0
- package/dist/model/inlineObject40.js +28 -0
- package/dist/model/inlineObject40.js.map +1 -0
- package/dist/model/inlineObject41.d.ts +16 -0
- package/dist/model/inlineObject41.js +28 -0
- package/dist/model/inlineObject41.js.map +1 -0
- package/dist/model/inlineObject42.d.ts +16 -0
- package/dist/model/inlineObject42.js +28 -0
- package/dist/model/inlineObject42.js.map +1 -0
- package/dist/model/inlineObject43.d.ts +16 -0
- package/dist/model/inlineObject43.js +28 -0
- package/dist/model/inlineObject43.js.map +1 -0
- package/dist/model/inlineObject44.d.ts +16 -0
- package/dist/model/inlineObject44.js +28 -0
- package/dist/model/inlineObject44.js.map +1 -0
- package/dist/model/inlineObject45.d.ts +16 -0
- package/dist/model/inlineObject45.js +28 -0
- package/dist/model/inlineObject45.js.map +1 -0
- package/dist/model/inlineObject46.d.ts +16 -0
- package/dist/model/inlineObject46.js +28 -0
- package/dist/model/inlineObject46.js.map +1 -0
- package/dist/model/inlineObject47.d.ts +16 -0
- package/dist/model/inlineObject47.js +28 -0
- package/dist/model/inlineObject47.js.map +1 -0
- package/dist/model/inlineObject48.d.ts +16 -0
- package/dist/model/inlineObject48.js +28 -0
- package/dist/model/inlineObject48.js.map +1 -0
- package/dist/model/inlineObject49.d.ts +16 -0
- package/dist/model/inlineObject49.js +28 -0
- package/dist/model/inlineObject49.js.map +1 -0
- package/dist/model/inlineObject5.d.ts +14 -0
- package/dist/model/inlineObject5.js +18 -0
- package/dist/model/inlineObject5.js.map +1 -0
- package/dist/model/inlineObject50.d.ts +16 -0
- package/dist/model/inlineObject50.js +28 -0
- package/dist/model/inlineObject50.js.map +1 -0
- package/dist/model/inlineObject51.d.ts +25 -0
- package/dist/model/inlineObject51.js +73 -0
- package/dist/model/inlineObject51.js.map +1 -0
- package/dist/model/inlineObject52.d.ts +14 -0
- package/dist/model/inlineObject52.js +18 -0
- package/dist/model/inlineObject52.js.map +1 -0
- package/dist/model/inlineObject53.d.ts +25 -0
- package/dist/model/inlineObject53.js +73 -0
- package/dist/model/inlineObject53.js.map +1 -0
- package/dist/model/inlineObject54.d.ts +25 -0
- package/dist/model/inlineObject54.js +73 -0
- package/dist/model/inlineObject54.js.map +1 -0
- package/dist/model/inlineObject55.d.ts +24 -0
- package/dist/model/inlineObject55.js +68 -0
- package/dist/model/inlineObject55.js.map +1 -0
- package/dist/model/inlineObject56.d.ts +15 -0
- package/dist/model/inlineObject56.js +23 -0
- package/dist/model/inlineObject56.js.map +1 -0
- package/dist/model/inlineObject57.d.ts +15 -0
- package/dist/model/inlineObject57.js +23 -0
- package/dist/model/inlineObject57.js.map +1 -0
- package/dist/model/inlineObject58.d.ts +16 -0
- package/dist/model/inlineObject58.js +28 -0
- package/dist/model/inlineObject58.js.map +1 -0
- package/dist/model/inlineObject59.d.ts +16 -0
- package/dist/model/inlineObject59.js +28 -0
- package/dist/model/inlineObject59.js.map +1 -0
- package/dist/model/inlineObject6.d.ts +14 -0
- package/dist/model/inlineObject6.js +18 -0
- package/dist/model/inlineObject6.js.map +1 -0
- package/dist/model/inlineObject60.d.ts +16 -0
- package/dist/model/inlineObject60.js +28 -0
- package/dist/model/inlineObject60.js.map +1 -0
- package/dist/model/inlineObject61.d.ts +15 -0
- package/dist/model/inlineObject61.js +23 -0
- package/dist/model/inlineObject61.js.map +1 -0
- package/dist/model/inlineObject62.d.ts +15 -0
- package/dist/model/inlineObject62.js +23 -0
- package/dist/model/inlineObject62.js.map +1 -0
- package/dist/model/inlineObject63.d.ts +15 -0
- package/dist/model/inlineObject63.js +23 -0
- package/dist/model/inlineObject63.js.map +1 -0
- package/dist/model/inlineObject64.d.ts +45 -0
- package/dist/model/inlineObject64.js +173 -0
- package/dist/model/inlineObject64.js.map +1 -0
- package/dist/model/inlineObject65.d.ts +17 -0
- package/dist/model/inlineObject65.js +33 -0
- package/dist/model/inlineObject65.js.map +1 -0
- package/dist/model/inlineObject66.d.ts +17 -0
- package/dist/model/inlineObject66.js +33 -0
- package/dist/model/inlineObject66.js.map +1 -0
- package/dist/model/inlineObject67.d.ts +15 -0
- package/dist/model/inlineObject67.js +23 -0
- package/dist/model/inlineObject67.js.map +1 -0
- package/dist/model/inlineObject68.d.ts +29 -0
- package/dist/model/inlineObject68.js +93 -0
- package/dist/model/inlineObject68.js.map +1 -0
- package/dist/model/inlineObject69.d.ts +29 -0
- package/dist/model/inlineObject69.js +93 -0
- package/dist/model/inlineObject69.js.map +1 -0
- package/dist/model/inlineObject7.d.ts +14 -0
- package/dist/model/inlineObject7.js +18 -0
- package/dist/model/inlineObject7.js.map +1 -0
- package/dist/model/inlineObject8.d.ts +16 -0
- package/dist/model/inlineObject8.js +28 -0
- package/dist/model/inlineObject8.js.map +1 -0
- package/dist/model/inlineObject9.d.ts +15 -0
- package/dist/model/inlineObject9.js +23 -0
- package/dist/model/inlineObject9.js.map +1 -0
- package/dist/model/inlineResponse200.d.ts +15 -0
- package/dist/model/inlineResponse200.js +23 -0
- package/dist/model/inlineResponse200.js.map +1 -0
- package/dist/model/inlineResponse2001.d.ts +19 -0
- package/dist/model/inlineResponse2001.js +38 -0
- package/dist/model/inlineResponse2001.js.map +1 -0
- package/dist/model/inlineResponse20010.d.ts +17 -0
- package/dist/model/inlineResponse20010.js +28 -0
- package/dist/model/inlineResponse20010.js.map +1 -0
- package/dist/model/inlineResponse20011.d.ts +15 -0
- package/dist/model/inlineResponse20011.js +23 -0
- package/dist/model/inlineResponse20011.js.map +1 -0
- package/dist/model/inlineResponse20012.d.ts +26 -0
- package/dist/model/inlineResponse20012.js +73 -0
- package/dist/model/inlineResponse20012.js.map +1 -0
- package/dist/model/inlineResponse20013.d.ts +27 -0
- package/dist/model/inlineResponse20013.js +83 -0
- package/dist/model/inlineResponse20013.js.map +1 -0
- package/dist/model/inlineResponse20014.d.ts +16 -0
- package/dist/model/inlineResponse20014.js +28 -0
- package/dist/model/inlineResponse20014.js.map +1 -0
- package/dist/model/inlineResponse2002.d.ts +14 -0
- package/dist/model/inlineResponse2002.js +18 -0
- package/dist/model/inlineResponse2002.js.map +1 -0
- package/dist/model/inlineResponse2003.d.ts +14 -0
- package/dist/model/inlineResponse2003.js +18 -0
- package/dist/model/inlineResponse2003.js.map +1 -0
- package/dist/model/inlineResponse2004.d.ts +16 -0
- package/dist/model/inlineResponse2004.js +28 -0
- package/dist/model/inlineResponse2004.js.map +1 -0
- package/dist/model/inlineResponse2005.d.ts +16 -0
- package/dist/model/inlineResponse2005.js +23 -0
- package/dist/model/inlineResponse2005.js.map +1 -0
- package/dist/model/inlineResponse2006.d.ts +25 -0
- package/dist/model/inlineResponse2006.js +73 -0
- package/dist/model/inlineResponse2006.js.map +1 -0
- package/dist/model/inlineResponse2007.d.ts +17 -0
- package/dist/model/inlineResponse2007.js +28 -0
- package/dist/model/inlineResponse2007.js.map +1 -0
- package/dist/model/inlineResponse2008.d.ts +14 -0
- package/dist/model/inlineResponse2008.js +18 -0
- package/dist/model/inlineResponse2008.js.map +1 -0
- package/dist/model/inlineResponse2009.d.ts +17 -0
- package/dist/model/inlineResponse2009.js +28 -0
- package/dist/model/inlineResponse2009.js.map +1 -0
- package/dist/model/internalServerError.d.ts +18 -0
- package/dist/model/internalServerError.js +38 -0
- package/dist/model/internalServerError.js.map +1 -0
- package/dist/model/ledgerEntry.d.ts +39 -0
- package/dist/model/ledgerEntry.js +138 -0
- package/dist/model/ledgerEntry.js.map +1 -0
- package/dist/model/linkBook.d.ts +23 -0
- package/dist/model/linkBook.js +63 -0
- package/dist/model/linkBook.js.map +1 -0
- package/dist/model/linkBookSection.d.ts +19 -0
- package/dist/model/linkBookSection.js +43 -0
- package/dist/model/linkBookSection.js.map +1 -0
- package/dist/model/mSMemberHistory.d.ts +24 -0
- package/dist/model/mSMemberHistory.js +68 -0
- package/dist/model/mSMemberHistory.js.map +1 -0
- package/dist/model/mSMemberHistoryPagination.d.ts +17 -0
- package/dist/model/mSMemberHistoryPagination.js +28 -0
- package/dist/model/mSMemberHistoryPagination.js.map +1 -0
- package/dist/model/mSMemberRedemption.d.ts +23 -0
- package/dist/model/mSMemberRedemption.js +63 -0
- package/dist/model/mSMemberRedemption.js.map +1 -0
- package/dist/model/mSMemberRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMemberRedemptionPagination.js +28 -0
- package/dist/model/mSMemberRedemptionPagination.js.map +1 -0
- package/dist/model/mSMembershipTierHistory.d.ts +23 -0
- package/dist/model/mSMembershipTierHistory.js +63 -0
- package/dist/model/mSMembershipTierHistory.js.map +1 -0
- package/dist/model/mSMembershipTierHistoryPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierHistoryPagination.js +28 -0
- package/dist/model/mSMembershipTierHistoryPagination.js.map +1 -0
- package/dist/model/mSMembershipTierRedemption.d.ts +24 -0
- package/dist/model/mSMembershipTierRedemption.js +68 -0
- package/dist/model/mSMembershipTierRedemption.js.map +1 -0
- package/dist/model/mSMembershipTierRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js +28 -0
- package/dist/model/mSMembershipTierRedemptionPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditHistory.d.ts +21 -0
- package/dist/model/mSMerchantCreditHistory.js +53 -0
- package/dist/model/mSMerchantCreditHistory.js.map +1 -0
- package/dist/model/mSMerchantCreditHistoryPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js +28 -0
- package/dist/model/mSMerchantCreditHistoryPagination.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemption.d.ts +23 -0
- package/dist/model/mSMerchantCreditRedemption.js +63 -0
- package/dist/model/mSMerchantCreditRedemption.js.map +1 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.d.ts +17 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js +28 -0
- package/dist/model/mSMerchantCreditRedemptionPagination.js.map +1 -0
- package/dist/model/mediaFile.d.ts +23 -0
- package/dist/model/mediaFile.js +63 -0
- package/dist/model/mediaFile.js.map +1 -0
- package/dist/model/member.d.ts +25 -0
- package/dist/model/member.js +73 -0
- package/dist/model/member.js.map +1 -0
- package/dist/model/memberSearch.d.ts +17 -0
- package/dist/model/memberSearch.js +33 -0
- package/dist/model/memberSearch.js.map +1 -0
- package/dist/model/merchant.d.ts +32 -0
- package/dist/model/merchant.js +108 -0
- package/dist/model/merchant.js.map +1 -0
- package/dist/model/merchantCreditSearch.d.ts +17 -0
- package/dist/model/merchantCreditSearch.js +33 -0
- package/dist/model/merchantCreditSearch.js.map +1 -0
- package/dist/model/merchantNotInitialized.d.ts +18 -0
- package/dist/model/merchantNotInitialized.js +38 -0
- package/dist/model/merchantNotInitialized.js.map +1 -0
- package/dist/model/merchantURL.d.ts +20 -0
- package/dist/model/merchantURL.js +48 -0
- package/dist/model/merchantURL.js.map +1 -0
- package/dist/model/message.d.ts +22 -0
- package/dist/model/message.js +53 -0
- package/dist/model/message.js.map +1 -0
- package/dist/model/models.d.ts +324 -0
- package/dist/model/models.js +1050 -0
- package/dist/model/models.js.map +1 -0
- package/dist/model/moduleError.d.ts +34 -0
- package/dist/model/moduleError.js +118 -0
- package/dist/model/moduleError.js.map +1 -0
- package/dist/model/newsArticle.d.ts +23 -0
- package/dist/model/newsArticle.js +63 -0
- package/dist/model/newsArticle.js.map +1 -0
- package/dist/model/optInList.d.ts +29 -0
- package/dist/model/optInList.js +93 -0
- package/dist/model/optInList.js.map +1 -0
- package/dist/model/optInListSource.d.ts +21 -0
- package/dist/model/optInListSource.js +53 -0
- package/dist/model/optInListSource.js.map +1 -0
- package/dist/model/optInListSubscriber.d.ts +27 -0
- package/dist/model/optInListSubscriber.js +78 -0
- package/dist/model/optInListSubscriber.js.map +1 -0
- package/dist/model/outboundSMS.d.ts +35 -0
- package/dist/model/outboundSMS.js +123 -0
- package/dist/model/outboundSMS.js.map +1 -0
- package/dist/model/paginatedWTMembers.d.ts +17 -0
- package/dist/model/paginatedWTMembers.js +28 -0
- package/dist/model/paginatedWTMembers.js.map +1 -0
- package/dist/model/paginatedWTMerchantCredits.d.ts +17 -0
- package/dist/model/paginatedWTMerchantCredits.js +28 -0
- package/dist/model/paginatedWTMerchantCredits.js.map +1 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.d.ts +16 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js +28 -0
- package/dist/model/paginationRequestWithIDAndWithoutSortOptions.js.map +1 -0
- package/dist/model/paginationRequestWithSortOptions.d.ts +23 -0
- package/dist/model/paginationRequestWithSortOptions.js +44 -0
- package/dist/model/paginationRequestWithSortOptions.js.map +1 -0
- package/dist/model/paymentDesign.d.ts +32 -0
- package/dist/model/paymentDesign.js +108 -0
- package/dist/model/paymentDesign.js.map +1 -0
- package/dist/model/performance.d.ts +26 -0
- package/dist/model/performance.js +78 -0
- package/dist/model/performance.js.map +1 -0
- package/dist/model/phoneNumber.d.ts +35 -0
- package/dist/model/phoneNumber.js +123 -0
- package/dist/model/phoneNumber.js.map +1 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +26 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +78 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js +23 -0
- package/dist/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.d.ts +15 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js +23 -0
- package/dist/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.js.map +1 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.d.ts +18 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js +38 -0
- package/dist/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +23 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +63 -0
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.d.ts +15 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js +23 -0
- package/dist/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.js.map +1 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +20 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +48 -0
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.d.ts +15 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js +23 -0
- package/dist/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.js.map +1 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.d.ts +17 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js +33 -0
- package/dist/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.d.ts +25 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js +73 -0
- package/dist/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.d.ts +24 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.js +68 -0
- package/dist/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.d.ts +19 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.js +43 -0
- package/dist/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.js.map +1 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.d.ts +25 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js +73 -0
- package/dist/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.d.ts +16 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js +28 -0
- package/dist/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +34 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +118 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.d.ts +18 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js +38 -0
- package/dist/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +31 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +98 -0
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.d.ts +18 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js +38 -0
- package/dist/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +26 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +78 -0
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +32 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +108 -0
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.d.ts +24 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.js +68 -0
- package/dist/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.js.map +1 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.d.ts +26 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js +78 -0
- package/dist/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.js.map +1 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +36 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +123 -0
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -0
- package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.d.ts +18 -0
- package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.js +38 -0
- package/dist/model/pickWTAdvertisementCreditCreateParamsExcludeKeyofWTAdvertisementCreditCreateParamsEmployeeID.js.map +1 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +21 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +53 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js.map +1 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.d.ts +19 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js +43 -0
- package/dist/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.js.map +1 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.d.ts +16 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js +28 -0
- package/dist/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.js.map +1 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.d.ts +15 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js +23 -0
- package/dist/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.js.map +1 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.d.ts +18 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js +38 -0
- package/dist/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.js.map +1 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +33 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +103 -0
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +27 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +83 -0
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.d.ts +16 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js +28 -0
- package/dist/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.js.map +1 -0
- package/dist/model/plan.d.ts +20 -0
- package/dist/model/plan.js +43 -0
- package/dist/model/plan.js.map +1 -0
- package/dist/model/portalPage.d.ts +52 -0
- package/dist/model/portalPage.js +57 -0
- package/dist/model/portalPage.js.map +1 -0
- package/dist/model/presignedPost.d.ts +16 -0
- package/dist/model/presignedPost.js +23 -0
- package/dist/model/presignedPost.js.map +1 -0
- package/dist/model/presignedPostFields.d.ts +11 -0
- package/dist/model/presignedPostFields.js +23 -0
- package/dist/model/presignedPostFields.js.map +1 -0
- package/dist/model/product.d.ts +22 -0
- package/dist/model/product.js +53 -0
- package/dist/model/product.js.map +1 -0
- package/dist/model/promoCode.d.ts +26 -0
- package/dist/model/promoCode.js +78 -0
- package/dist/model/promoCode.js.map +1 -0
- package/dist/model/reachPerformanceStats.d.ts +24 -0
- package/dist/model/reachPerformanceStats.js +68 -0
- package/dist/model/reachPerformanceStats.js.map +1 -0
- package/dist/model/request.d.ts +67 -0
- package/dist/model/request.js +283 -0
- package/dist/model/request.js.map +1 -0
- package/dist/model/response.d.ts +20 -0
- package/dist/model/response.js +48 -0
- package/dist/model/response.js.map +1 -0
- package/dist/model/role.d.ts +30 -0
- package/dist/model/role.js +88 -0
- package/dist/model/role.js.map +1 -0
- package/dist/model/roleAuditLog.d.ts +25 -0
- package/dist/model/roleAuditLog.js +73 -0
- package/dist/model/roleAuditLog.js.map +1 -0
- package/dist/model/sSImportedListRecipientCreateParams.d.ts +15 -0
- package/dist/model/sSImportedListRecipientCreateParams.js +23 -0
- package/dist/model/sSImportedListRecipientCreateParams.js.map +1 -0
- package/dist/model/sSOptInSource.d.ts +21 -0
- package/dist/model/sSOptInSource.js +53 -0
- package/dist/model/sSOptInSource.js.map +1 -0
- package/dist/model/simpleSMSBroadcast.d.ts +35 -0
- package/dist/model/simpleSMSBroadcast.js +113 -0
- package/dist/model/simpleSMSBroadcast.js.map +1 -0
- package/dist/model/staticVoucher.d.ts +46 -0
- package/dist/model/staticVoucher.js +173 -0
- package/dist/model/staticVoucher.js.map +1 -0
- package/dist/model/staticVoucherCampaign.d.ts +38 -0
- package/dist/model/staticVoucherCampaign.js +138 -0
- package/dist/model/staticVoucherCampaign.js.map +1 -0
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +35 -0
- package/dist/model/staticVoucherCampaignBroadcast.js +108 -0
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -0
- package/dist/model/staticVoucherCampaignGroup.d.ts +23 -0
- package/dist/model/staticVoucherCampaignGroup.js +63 -0
- package/dist/model/staticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/staticVoucherCampaignUpdate.d.ts +23 -0
- package/dist/model/staticVoucherCampaignUpdate.js +63 -0
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -0
- package/dist/model/status.d.ts +13 -0
- package/dist/model/status.js +12 -0
- package/dist/model/status.js.map +1 -0
- package/dist/model/statusAnyOf.d.ts +3 -0
- package/dist/model/statusAnyOf.js +8 -0
- package/dist/model/statusAnyOf.js.map +1 -0
- package/dist/model/statusAnyOf1.d.ts +3 -0
- package/dist/model/statusAnyOf1.js +8 -0
- package/dist/model/statusAnyOf1.js.map +1 -0
- package/dist/model/statusAnyOf2.d.ts +3 -0
- package/dist/model/statusAnyOf2.js +8 -0
- package/dist/model/statusAnyOf2.js.map +1 -0
- package/dist/model/statusAnyOf3.d.ts +3 -0
- package/dist/model/statusAnyOf3.js +8 -0
- package/dist/model/statusAnyOf3.js.map +1 -0
- package/dist/model/subscriptionFeature.d.ts +22 -0
- package/dist/model/subscriptionFeature.js +58 -0
- package/dist/model/subscriptionFeature.js.map +1 -0
- package/dist/model/subscriptionPlan.d.ts +22 -0
- package/dist/model/subscriptionPlan.js +48 -0
- package/dist/model/subscriptionPlan.js.map +1 -0
- package/dist/model/subscriptionProduct.d.ts +24 -0
- package/dist/model/subscriptionProduct.js +58 -0
- package/dist/model/subscriptionProduct.js.map +1 -0
- package/dist/model/tcpa.d.ts +20 -0
- package/dist/model/tcpa.js +48 -0
- package/dist/model/tcpa.js.map +1 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +27 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +83 -0
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessage.d.ts +16 -0
- package/dist/model/vSCampaignGeneratedMessage.js +28 -0
- package/dist/model/vSCampaignGeneratedMessage.js.map +1 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.d.ts +17 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js +28 -0
- package/dist/model/vSCampaignGeneratedMessagePagination.js.map +1 -0
- package/dist/model/vSDynamicVoucherStatus.d.ts +13 -0
- package/dist/model/vSDynamicVoucherStatus.js +12 -0
- package/dist/model/vSDynamicVoucherStatus.js.map +1 -0
- package/dist/model/wTAdvertisementCredit.d.ts +26 -0
- package/dist/model/wTAdvertisementCredit.js +78 -0
- package/dist/model/wTAdvertisementCredit.js.map +1 -0
- package/dist/model/wTAdvertisementCreditCreateParams.d.ts +18 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js +38 -0
- package/dist/model/wTAdvertisementCreditCreateParams.js.map +1 -0
- package/dist/model/wTAdvertisementCreditScan.d.ts +37 -0
- package/dist/model/wTAdvertisementCreditScan.js +128 -0
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.d.ts +18 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js +38 -0
- package/dist/model/wTAdvertisementCreditUpdateParams.js.map +1 -0
- package/dist/model/wTDynamicVoucher.d.ts +47 -0
- package/dist/model/wTDynamicVoucher.js +178 -0
- package/dist/model/wTDynamicVoucher.js.map +1 -0
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherCreateParams.js +78 -0
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -0
- package/dist/model/wTDynamicVoucherRedemption.d.ts +36 -0
- package/dist/model/wTDynamicVoucherRedemption.js +123 -0
- package/dist/model/wTDynamicVoucherRedemption.js.map +1 -0
- package/dist/model/wTDynamicVoucherSummary.d.ts +37 -0
- package/dist/model/wTDynamicVoucherSummary.js +133 -0
- package/dist/model/wTDynamicVoucherSummary.js.map +1 -0
- package/dist/model/wTDynamicVoucherUpdateParams.d.ts +26 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js +78 -0
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTEmployee.d.ts +30 -0
- package/dist/model/wTEmployee.js +98 -0
- package/dist/model/wTEmployee.js.map +1 -0
- package/dist/model/wTEmployeeAPIKey.d.ts +22 -0
- package/dist/model/wTEmployeeAPIKey.js +58 -0
- package/dist/model/wTEmployeeAPIKey.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js +23 -0
- package/dist/model/wTEmployeeAPIKeyCreateParams.js.map +1 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.d.ts +15 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js +23 -0
- package/dist/model/wTEmployeeAPIKeyUpdateParams.js.map +1 -0
- package/dist/model/wTEmployeeCreate.d.ts +22 -0
- package/dist/model/wTEmployeeCreate.js +58 -0
- package/dist/model/wTEmployeeCreate.js.map +1 -0
- package/dist/model/wTEmployeeNotification.d.ts +17 -0
- package/dist/model/wTEmployeeNotification.js +33 -0
- package/dist/model/wTEmployeeNotification.js.map +1 -0
- package/dist/model/wTEmployeeUpdate.d.ts +21 -0
- package/dist/model/wTEmployeeUpdate.js +53 -0
- package/dist/model/wTEmployeeUpdate.js.map +1 -0
- package/dist/model/wTImportedList.d.ts +21 -0
- package/dist/model/wTImportedList.js +53 -0
- package/dist/model/wTImportedList.js.map +1 -0
- package/dist/model/wTLinkBookCreateParams.d.ts +18 -0
- package/dist/model/wTLinkBookCreateParams.js +38 -0
- package/dist/model/wTLinkBookCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookSectionCreateParams.d.ts +14 -0
- package/dist/model/wTLinkBookSectionCreateParams.js +18 -0
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -0
- package/dist/model/wTLinkBookSectionUpdateParams.d.ts +14 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js +18 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -0
- package/dist/model/wTLinkBookUpdateParams.d.ts +18 -0
- package/dist/model/wTLinkBookUpdateParams.js +38 -0
- package/dist/model/wTLinkBookUpdateParams.js.map +1 -0
- package/dist/model/wTMember.d.ts +25 -0
- package/dist/model/wTMember.js +73 -0
- package/dist/model/wTMember.js.map +1 -0
- package/dist/model/wTMemberCreationParams.d.ts +19 -0
- package/dist/model/wTMemberCreationParams.js +43 -0
- package/dist/model/wTMemberCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTier.d.ts +23 -0
- package/dist/model/wTMembershipTier.js +63 -0
- package/dist/model/wTMembershipTier.js.map +1 -0
- package/dist/model/wTMembershipTierCreationParams.d.ts +18 -0
- package/dist/model/wTMembershipTierCreationParams.js +38 -0
- package/dist/model/wTMembershipTierCreationParams.js.map +1 -0
- package/dist/model/wTMembershipTierUpdateParams.d.ts +18 -0
- package/dist/model/wTMembershipTierUpdateParams.js +38 -0
- package/dist/model/wTMembershipTierUpdateParams.js.map +1 -0
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +24 -0
- package/dist/model/wTMembershipTierWithMemberCount.js +68 -0
- package/dist/model/wTMembershipTierWithMemberCount.js.map +1 -0
- package/dist/model/wTMerchantCredit.d.ts +23 -0
- package/dist/model/wTMerchantCredit.js +63 -0
- package/dist/model/wTMerchantCredit.js.map +1 -0
- package/dist/model/wTMerchantCreditCreationParams.d.ts +16 -0
- package/dist/model/wTMerchantCreditCreationParams.js +28 -0
- package/dist/model/wTMerchantCreditCreationParams.js.map +1 -0
- package/dist/model/wTMerchantURLCreate.d.ts +15 -0
- package/dist/model/wTMerchantURLCreate.js +23 -0
- package/dist/model/wTMerchantURLCreate.js.map +1 -0
- package/dist/model/wTMerchantURLUpdate.d.ts +15 -0
- package/dist/model/wTMerchantURLUpdate.js +23 -0
- package/dist/model/wTMerchantURLUpdate.js.map +1 -0
- package/dist/model/wTNewsArticleCreateParams.d.ts +18 -0
- package/dist/model/wTNewsArticleCreateParams.js +38 -0
- package/dist/model/wTNewsArticleCreateParams.js.map +1 -0
- package/dist/model/wTNewsArticleUpdateParams.d.ts +18 -0
- package/dist/model/wTNewsArticleUpdateParams.js +38 -0
- package/dist/model/wTNewsArticleUpdateParams.js.map +1 -0
- package/dist/model/wTOptInList.d.ts +29 -0
- package/dist/model/wTOptInList.js +93 -0
- package/dist/model/wTOptInList.js.map +1 -0
- package/dist/model/wTOptInListCreationParams.d.ts +24 -0
- package/dist/model/wTOptInListCreationParams.js +68 -0
- package/dist/model/wTOptInListCreationParams.js.map +1 -0
- package/dist/model/wTPaymentDesign.d.ts +32 -0
- package/dist/model/wTPaymentDesign.js +108 -0
- package/dist/model/wTPaymentDesign.js.map +1 -0
- package/dist/model/wTPaymentDesignCreateParams.d.ts +28 -0
- package/dist/model/wTPaymentDesignCreateParams.js +88 -0
- package/dist/model/wTPaymentDesignCreateParams.js.map +1 -0
- package/dist/model/wTPaymentDesignUpdateParams.d.ts +28 -0
- package/dist/model/wTPaymentDesignUpdateParams.js +88 -0
- package/dist/model/wTPaymentDesignUpdateParams.js.map +1 -0
- package/dist/model/wTPerformanceCreateParams.d.ts +21 -0
- package/dist/model/wTPerformanceCreateParams.js +53 -0
- package/dist/model/wTPerformanceCreateParams.js.map +1 -0
- package/dist/model/wTPerformanceUpdateParams.d.ts +21 -0
- package/dist/model/wTPerformanceUpdateParams.js +53 -0
- package/dist/model/wTPerformanceUpdateParams.js.map +1 -0
- package/dist/model/wTPosMachine.d.ts +23 -0
- package/dist/model/wTPosMachine.js +63 -0
- package/dist/model/wTPosMachine.js.map +1 -0
- package/dist/model/wTPosMachineCreateParams.d.ts +18 -0
- package/dist/model/wTPosMachineCreateParams.js +38 -0
- package/dist/model/wTPosMachineCreateParams.js.map +1 -0
- package/dist/model/wTPosMachineUpdateParams.d.ts +18 -0
- package/dist/model/wTPosMachineUpdateParams.js +38 -0
- package/dist/model/wTPosMachineUpdateParams.js.map +1 -0
- package/dist/model/wTPromoCodeCreateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeCreateParams.js +53 -0
- package/dist/model/wTPromoCodeCreateParams.js.map +1 -0
- package/dist/model/wTPromoCodeUpdateParams.d.ts +21 -0
- package/dist/model/wTPromoCodeUpdateParams.js +53 -0
- package/dist/model/wTPromoCodeUpdateParams.js.map +1 -0
- package/dist/model/wTRole.d.ts +29 -0
- package/dist/model/wTRole.js +88 -0
- package/dist/model/wTRole.js.map +1 -0
- package/dist/model/wTStaticVoucher.d.ts +46 -0
- package/dist/model/wTStaticVoucher.js +173 -0
- package/dist/model/wTStaticVoucher.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaign.d.ts +38 -0
- package/dist/model/wTStaticVoucherCampaign.js +138 -0
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -0
- package/dist/model/wTStaticVoucherCreateParams.d.ts +17 -0
- package/dist/model/wTStaticVoucherCreateParams.js +33 -0
- package/dist/model/wTStaticVoucherCreateParams.js.map +1 -0
- package/dist/model/wTStaticVoucherUpdateParams.d.ts +16 -0
- package/dist/model/wTStaticVoucherUpdateParams.js +28 -0
- package/dist/model/wTStaticVoucherUpdateParams.js.map +1 -0
- package/dist/model/wTWalletPageView.d.ts +51 -0
- package/dist/model/wTWalletPageView.js +198 -0
- package/dist/model/wTWalletPageView.js.map +1 -0
- package/dist/model/wTWalletPageViewGeoPoint.d.ts +15 -0
- package/dist/model/wTWalletPageViewGeoPoint.js +23 -0
- package/dist/model/wTWalletPageViewGeoPoint.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +50 -0
- package/dist/model/walletConfiguration.js +198 -0
- package/dist/model/walletConfiguration.js.map +1 -0
- package/dist/model/walletPageView.d.ts +51 -0
- package/dist/model/walletPageView.js +198 -0
- package/dist/model/walletPageView.js.map +1 -0
- package/dist/model/webpage.d.ts +23 -0
- package/dist/model/webpage.js +63 -0
- package/dist/model/webpage.js.map +1 -0
- package/examples/advertisementcredits.example.ts +17 -9
- package/examples/clubmembers.example.ts +8 -5
- package/examples/constants.ts +6 -0
- package/examples/linkbook.example.ts +8 -5
- package/examples/membershiptiers.example.ts +8 -5
- package/examples/merchantcredits.example.ts +52 -0
- package/examples/merchanturls.example.ts +8 -5
- package/examples/news.example.ts +8 -5
- package/examples/paymentdesigns.example.ts +7 -4
- package/examples/performances.example.ts +58 -0
- package/examples/promocodes.example.ts +56 -0
- package/model/advertisementCredit.ts +1 -1
- package/model/advertisementCreditBroadcast.ts +1 -1
- package/model/advertisementCreditScan.ts +1 -1
- package/model/agreement.ts +1 -1
- package/model/alert.ts +1 -1
- package/model/announcement.ts +1 -1
- package/model/applicableTerminals.ts +1 -1
- package/model/applicableTerminalsAnyOf.ts +1 -1
- package/model/applicableTerminalsAnyOf1.ts +1 -1
- package/model/applicableTerminalsAnyOf2.ts +1 -1
- package/model/applicableTerminalsAnyOf3.ts +1 -1
- package/model/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- package/model/clickFunnelAmount.ts +1 -1
- package/model/clickFunnelContact.ts +1 -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/createStaticVoucherCampaign.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
- package/model/dashboardWidget.ts +1 -1
- package/model/duplicateRowFound.ts +1 -1
- package/model/dynamicVoucher.ts +1 -1
- package/model/dynamicVoucherBroadcast.ts +1 -1
- package/model/employee.ts +19 -1
- package/model/employeeAPIKey.ts +82 -0
- package/model/employeeActivityLog.ts +1 -1
- package/model/entityTooLarge.ts +55 -0
- 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/forbiddenRequest.ts +1 -1
- package/model/foreignKeyDoesNotExist.ts +1 -1
- package/model/helpDeskRequest.ts +1 -1
- package/model/importedList.ts +1 -1
- package/model/importedListRecipient.ts +1 -1
- package/model/inboundSMS.ts +229 -0
- package/model/inlineObject.ts +1 -1
- package/model/inlineObject1.ts +1 -1
- package/model/inlineObject10.ts +1 -1
- package/model/inlineObject11.ts +1 -1
- package/model/inlineObject12.ts +1 -1
- package/model/inlineObject13.ts +1 -1
- package/model/inlineObject14.ts +1 -1
- package/model/inlineObject15.ts +1 -1
- package/model/inlineObject16.ts +1 -1
- package/model/inlineObject17.ts +1 -1
- package/model/inlineObject18.ts +1 -1
- package/model/inlineObject19.ts +1 -1
- package/model/inlineObject2.ts +1 -1
- package/model/inlineObject20.ts +1 -1
- package/model/inlineObject21.ts +1 -1
- package/model/inlineObject22.ts +1 -1
- package/model/inlineObject23.ts +1 -1
- package/model/inlineObject24.ts +1 -1
- package/model/inlineObject25.ts +1 -1
- package/model/inlineObject26.ts +1 -1
- package/model/inlineObject27.ts +1 -1
- package/model/inlineObject28.ts +1 -1
- package/model/inlineObject29.ts +1 -1
- package/model/inlineObject3.ts +1 -1
- package/model/inlineObject30.ts +1 -1
- package/model/inlineObject31.ts +1 -1
- package/model/inlineObject32.ts +1 -1
- package/model/inlineObject33.ts +1 -1
- package/model/inlineObject34.ts +1 -1
- package/model/inlineObject35.ts +1 -1
- package/model/inlineObject36.ts +1 -1
- package/model/inlineObject37.ts +1 -1
- package/model/inlineObject38.ts +1 -1
- package/model/inlineObject39.ts +1 -1
- package/model/inlineObject4.ts +1 -1
- package/model/inlineObject40.ts +1 -1
- package/model/inlineObject41.ts +1 -1
- package/model/inlineObject42.ts +1 -1
- package/model/inlineObject43.ts +1 -1
- package/model/inlineObject44.ts +1 -1
- package/model/inlineObject45.ts +1 -1
- package/model/inlineObject46.ts +1 -1
- package/model/inlineObject47.ts +1 -1
- package/model/inlineObject48.ts +1 -1
- package/model/inlineObject49.ts +1 -1
- package/model/inlineObject5.ts +1 -1
- package/model/inlineObject50.ts +1 -1
- package/model/inlineObject51.ts +1 -1
- package/model/inlineObject52.ts +1 -1
- package/model/inlineObject53.ts +1 -1
- package/model/inlineObject54.ts +1 -1
- package/model/inlineObject55.ts +1 -1
- package/model/inlineObject56.ts +8 -8
- package/model/inlineObject57.ts +1 -1
- package/model/inlineObject58.ts +13 -7
- package/model/inlineObject59.ts +11 -11
- package/model/inlineObject6.ts +1 -1
- package/model/inlineObject60.ts +1 -1
- package/model/inlineObject61.ts +7 -13
- package/model/inlineObject62.ts +8 -8
- package/model/inlineObject63.ts +1 -1
- package/model/inlineObject64.ts +188 -8
- package/model/inlineObject65.ts +13 -169
- package/model/inlineObject66.ts +1 -1
- package/model/inlineObject67.ts +7 -19
- package/model/inlineObject68.ts +88 -4
- package/model/inlineObject7.ts +1 -1
- package/model/inlineObject8.ts +1 -1
- package/model/inlineObject9.ts +1 -1
- package/model/inlineResponse200.ts +1 -1
- package/model/inlineResponse2001.ts +1 -1
- package/model/inlineResponse20010.ts +14 -79
- package/model/inlineResponse20011.ts +9 -15
- package/model/inlineResponse20012.ts +98 -0
- package/model/inlineResponse20013.ts +109 -0
- package/model/inlineResponse20014.ts +43 -0
- package/model/inlineResponse2002.ts +1 -1
- package/model/inlineResponse2003.ts +1 -1
- package/model/inlineResponse2004.ts +1 -1
- package/model/inlineResponse2005.ts +1 -1
- package/model/inlineResponse2006.ts +1 -1
- package/model/inlineResponse2007.ts +1 -1
- package/model/inlineResponse2008.ts +1 -1
- package/model/inlineResponse2009.ts +12 -66
- package/model/internalServerError.ts +1 -1
- package/model/ledgerEntry.ts +1 -1
- package/model/linkBook.ts +1 -1
- package/model/linkBookSection.ts +4 -4
- package/model/mSMemberHistory.ts +1 -1
- package/model/mSMemberHistoryPagination.ts +1 -1
- package/model/mSMemberRedemption.ts +1 -1
- package/model/mSMemberRedemptionPagination.ts +1 -1
- package/model/mSMembershipTierHistory.ts +1 -1
- package/model/mSMembershipTierHistoryPagination.ts +1 -1
- package/model/mSMembershipTierRedemption.ts +1 -1
- package/model/mSMembershipTierRedemptionPagination.ts +1 -1
- package/model/mSMerchantCreditHistory.ts +1 -1
- package/model/mSMerchantCreditHistoryPagination.ts +1 -1
- package/model/mSMerchantCreditRedemption.ts +1 -1
- package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
- package/model/mediaFile.ts +1 -1
- package/model/member.ts +1 -1
- package/model/memberSearch.ts +1 -1
- package/model/merchant.ts +7 -1
- package/model/merchantCreditSearch.ts +1 -1
- package/model/merchantNotInitialized.ts +1 -1
- package/model/merchantURL.ts +1 -1
- package/model/message.ts +1 -1
- package/model/models.ts +51 -9
- package/model/moduleError.ts +1 -7
- package/model/newsArticle.ts +1 -1
- package/model/optInList.ts +1 -1
- package/model/optInListSource.ts +1 -1
- package/model/optInListSubscriber.ts +1 -1
- package/model/outboundSMS.ts +13 -13
- package/model/paginatedWTMembers.ts +1 -1
- package/model/paginatedWTMerchantCredits.ts +1 -1
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +49 -0
- package/model/paginationRequestWithSortOptions.ts +1 -1
- package/model/paymentDesign.ts +1 -1
- package/model/performance.ts +10 -1
- package/model/phoneNumber.ts +1 -1
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +40 -0
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +40 -0
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
- package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +64 -0
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +13 -13
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +58 -0
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +19 -1
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +1 -1
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +2 -3
- package/model/presignedPost.ts +1 -1
- package/model/presignedPostFields.ts +1 -1
- package/model/product.ts +1 -1
- package/model/promoCode.ts +7 -1
- package/model/reachPerformanceStats.ts +55 -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/sSImportedListRecipientCreateParams.ts +37 -0
- package/model/sSOptInSource.ts +1 -1
- package/model/simpleSMSBroadcast.ts +1 -1
- package/model/staticVoucher.ts +1 -1
- package/model/staticVoucherCampaign.ts +1 -1
- package/model/staticVoucherCampaignBroadcast.ts +1 -1
- package/model/staticVoucherCampaignGroup.ts +1 -1
- package/model/staticVoucherCampaignUpdate.ts +1 -1
- package/model/status.ts +1 -1
- package/model/statusAnyOf.ts +1 -1
- package/model/statusAnyOf1.ts +1 -1
- package/model/statusAnyOf2.ts +1 -1
- package/model/statusAnyOf3.ts +1 -1
- package/model/subscriptionFeature.ts +1 -1
- package/model/subscriptionPlan.ts +1 -1
- package/model/subscriptionProduct.ts +1 -1
- package/model/tcpa.ts +1 -1
- package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
- package/model/vSCampaignGeneratedMessage.ts +1 -1
- package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
- package/model/vSDynamicVoucherStatus.ts +1 -1
- package/model/wTAdvertisementCredit.ts +1 -1
- package/model/wTAdvertisementCreditCreateParams.ts +55 -0
- package/model/wTAdvertisementCreditScan.ts +1 -1
- package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
- package/model/wTDynamicVoucher.ts +1 -1
- package/model/wTDynamicVoucherCreateParams.ts +1 -1
- package/model/wTDynamicVoucherRedemption.ts +1 -1
- package/model/wTDynamicVoucherSummary.ts +1 -1
- package/model/wTDynamicVoucherUpdateParams.ts +1 -1
- package/model/wTEmployee.ts +19 -1
- package/model/wTEmployeeAPIKey.ts +82 -0
- package/model/wTEmployeeAPIKeyCreateParams.ts +37 -0
- package/model/wTEmployeeAPIKeyUpdateParams.ts +37 -0
- package/model/wTEmployeeCreate.ts +19 -1
- package/model/wTEmployeeNotification.ts +49 -0
- package/model/wTEmployeeUpdate.ts +19 -1
- package/model/wTImportedList.ts +1 -1
- package/model/wTLinkBookCreateParams.ts +1 -1
- package/model/wTLinkBookSectionCreateParams.ts +4 -4
- package/model/wTLinkBookSectionUpdateParams.ts +4 -4
- package/model/wTLinkBookUpdateParams.ts +1 -1
- package/model/wTMember.ts +1 -1
- package/model/wTMemberCreationParams.ts +1 -1
- package/model/wTMembershipTier.ts +1 -1
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +1 -1
- 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/wTNewsArticleCreateParams.ts +1 -1
- package/model/wTNewsArticleUpdateParams.ts +1 -1
- package/model/wTOptInList.ts +1 -1
- package/model/wTOptInListCreationParams.ts +1 -1
- package/model/wTPaymentDesign.ts +1 -1
- package/model/wTPaymentDesignCreateParams.ts +1 -1
- package/model/wTPaymentDesignUpdateParams.ts +1 -1
- package/model/wTPerformanceCreateParams.ts +10 -1
- package/model/wTPerformanceUpdateParams.ts +10 -1
- package/model/wTPosMachine.ts +1 -1
- package/model/wTPosMachineCreateParams.ts +1 -1
- package/model/wTPosMachineUpdateParams.ts +1 -1
- package/model/wTPromoCodeCreateParams.ts +7 -1
- package/model/wTPromoCodeUpdateParams.ts +7 -1
- package/model/wTRole.ts +1 -1
- package/model/wTStaticVoucher.ts +1 -1
- package/model/wTStaticVoucherCampaign.ts +1 -1
- package/model/wTStaticVoucherCreateParams.ts +1 -1
- package/model/wTStaticVoucherUpdateParams.ts +1 -1
- package/model/wTWalletPageView.ts +1 -1
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/walletConfiguration.ts +250 -0
- package/model/walletPageView.ts +1 -1
- package/model/webpage.ts +1 -1
- package/package.json +1 -1
- package/readme-generator.py +10 -0
package/api/analyticsApi.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.1.506
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -99,7 +99,7 @@ export class AnalyticsApi {
|
|
|
99
99
|
* @param endDate
|
|
100
100
|
*/
|
|
101
101
|
public async fetchAnalyticsAdCreditsCountPartitionedByEmployee (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
102
|
-
const localVarPath = this.basePath + '/
|
|
102
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/count/employee';
|
|
103
103
|
let localVarQueryParameters: any = {};
|
|
104
104
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
105
105
|
const produces = ['application/json'];
|
|
@@ -181,7 +181,7 @@ export class AnalyticsApi {
|
|
|
181
181
|
* @param endDate
|
|
182
182
|
*/
|
|
183
183
|
public async fetchAnalyticsAdCreditsCountPartitionedByPaymentDesign (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
184
|
-
const localVarPath = this.basePath + '/
|
|
184
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/count/paymentDesign';
|
|
185
185
|
let localVarQueryParameters: any = {};
|
|
186
186
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
187
187
|
const produces = ['application/json'];
|
|
@@ -263,7 +263,7 @@ export class AnalyticsApi {
|
|
|
263
263
|
* @param endDate
|
|
264
264
|
*/
|
|
265
265
|
public async fetchAnalyticsAdCreditsCountPartitionedByValueType (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
266
|
-
const localVarPath = this.basePath + '/
|
|
266
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/count/valueType';
|
|
267
267
|
let localVarQueryParameters: any = {};
|
|
268
268
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
269
269
|
const produces = ['application/json'];
|
|
@@ -345,7 +345,7 @@ export class AnalyticsApi {
|
|
|
345
345
|
* @param endDate
|
|
346
346
|
*/
|
|
347
347
|
public async fetchAnalyticsAdCreditsRedemptionsAmountPartitionedByAdCreditID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
348
|
-
const localVarPath = this.basePath + '/
|
|
348
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/redemptions/amount/adCredit';
|
|
349
349
|
let localVarQueryParameters: any = {};
|
|
350
350
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
351
351
|
const produces = ['application/json'];
|
|
@@ -429,7 +429,7 @@ export class AnalyticsApi {
|
|
|
429
429
|
* @param timezone
|
|
430
430
|
*/
|
|
431
431
|
public async fetchAnalyticsAdCreditsRedemptionsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
432
|
-
const localVarPath = this.basePath + '/
|
|
432
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/redemptions/amount/date';
|
|
433
433
|
let localVarQueryParameters: any = {};
|
|
434
434
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
435
435
|
const produces = ['application/json'];
|
|
@@ -529,7 +529,7 @@ export class AnalyticsApi {
|
|
|
529
529
|
* @param endDate
|
|
530
530
|
*/
|
|
531
531
|
public async fetchAnalyticsAdCreditsRedemptionsCountPartitionedByAdCreditID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
532
|
-
const localVarPath = this.basePath + '/
|
|
532
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/redemptions/count/adCredit';
|
|
533
533
|
let localVarQueryParameters: any = {};
|
|
534
534
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
535
535
|
const produces = ['application/json'];
|
|
@@ -613,7 +613,7 @@ export class AnalyticsApi {
|
|
|
613
613
|
* @param timezone
|
|
614
614
|
*/
|
|
615
615
|
public async fetchAnalyticsAdCreditsRedemptionsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
616
|
-
const localVarPath = this.basePath + '/
|
|
616
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/redemptions/count/date';
|
|
617
617
|
let localVarQueryParameters: any = {};
|
|
618
618
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
619
619
|
const produces = ['application/json'];
|
|
@@ -713,7 +713,7 @@ export class AnalyticsApi {
|
|
|
713
713
|
* @param endDate
|
|
714
714
|
*/
|
|
715
715
|
public async fetchAnalyticsAdCreditsRefundsAmountPartitionedByAdCreditID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
716
|
-
const localVarPath = this.basePath + '/
|
|
716
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/refunds/amount/adCredit';
|
|
717
717
|
let localVarQueryParameters: any = {};
|
|
718
718
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
719
719
|
const produces = ['application/json'];
|
|
@@ -797,7 +797,7 @@ export class AnalyticsApi {
|
|
|
797
797
|
* @param timezone
|
|
798
798
|
*/
|
|
799
799
|
public async fetchAnalyticsAdCreditsRefundsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
800
|
-
const localVarPath = this.basePath + '/
|
|
800
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/refunds/amount/date';
|
|
801
801
|
let localVarQueryParameters: any = {};
|
|
802
802
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
803
803
|
const produces = ['application/json'];
|
|
@@ -897,7 +897,7 @@ export class AnalyticsApi {
|
|
|
897
897
|
* @param endDate
|
|
898
898
|
*/
|
|
899
899
|
public async fetchAnalyticsAdCreditsRefundsCountPartitionedByAdCreditID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
900
|
-
const localVarPath = this.basePath + '/
|
|
900
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/refunds/count/adCredit';
|
|
901
901
|
let localVarQueryParameters: any = {};
|
|
902
902
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
903
903
|
const produces = ['application/json'];
|
|
@@ -981,7 +981,7 @@ export class AnalyticsApi {
|
|
|
981
981
|
* @param timezone
|
|
982
982
|
*/
|
|
983
983
|
public async fetchAnalyticsAdCreditsRefundsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
984
|
-
const localVarPath = this.basePath + '/
|
|
984
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/refunds/count/date';
|
|
985
985
|
let localVarQueryParameters: any = {};
|
|
986
986
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
987
987
|
const produces = ['application/json'];
|
|
@@ -1081,7 +1081,7 @@ export class AnalyticsApi {
|
|
|
1081
1081
|
* @param endDate
|
|
1082
1082
|
*/
|
|
1083
1083
|
public async fetchAnalyticsAdCreditsScansCountPartitionedByAdCreditID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1084
|
-
const localVarPath = this.basePath + '/
|
|
1084
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/scans/count/adCredit';
|
|
1085
1085
|
let localVarQueryParameters: any = {};
|
|
1086
1086
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1087
1087
|
const produces = ['application/json'];
|
|
@@ -1165,7 +1165,7 @@ export class AnalyticsApi {
|
|
|
1165
1165
|
* @param timezone
|
|
1166
1166
|
*/
|
|
1167
1167
|
public async fetchAnalyticsAdCreditsScansCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
1168
|
-
const localVarPath = this.basePath + '/
|
|
1168
|
+
const localVarPath = this.basePath + '/v2/analytics/advertisementCredits/scans/count/date';
|
|
1169
1169
|
let localVarQueryParameters: any = {};
|
|
1170
1170
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1171
1171
|
const produces = ['application/json'];
|
|
@@ -1264,7 +1264,7 @@ export class AnalyticsApi {
|
|
|
1264
1264
|
* @param campaignID
|
|
1265
1265
|
*/
|
|
1266
1266
|
public async fetchAnalyticsCampaignWalletPageViews (campaignID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTWalletPageView>; }> {
|
|
1267
|
-
const localVarPath = this.basePath + '/
|
|
1267
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/campaign/{campaignID}'
|
|
1268
1268
|
.replace('{' + 'campaignID' + '}', encodeURIComponent(String(campaignID)));
|
|
1269
1269
|
let localVarQueryParameters: any = {};
|
|
1270
1270
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -1334,7 +1334,7 @@ export class AnalyticsApi {
|
|
|
1334
1334
|
* @param endDate
|
|
1335
1335
|
*/
|
|
1336
1336
|
public async fetchAnalyticsCampaignsCountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1337
|
-
const localVarPath = this.basePath + '/
|
|
1337
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/count/campaign/created';
|
|
1338
1338
|
let localVarQueryParameters: any = {};
|
|
1339
1339
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1340
1340
|
const produces = ['application/json'];
|
|
@@ -1416,7 +1416,7 @@ export class AnalyticsApi {
|
|
|
1416
1416
|
* @param endDate
|
|
1417
1417
|
*/
|
|
1418
1418
|
public async fetchAnalyticsCampaignsCountPartitionedByEmployee (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1419
|
-
const localVarPath = this.basePath + '/
|
|
1419
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/count/employee';
|
|
1420
1420
|
let localVarQueryParameters: any = {};
|
|
1421
1421
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1422
1422
|
const produces = ['application/json'];
|
|
@@ -1498,7 +1498,7 @@ export class AnalyticsApi {
|
|
|
1498
1498
|
* @param endDate
|
|
1499
1499
|
*/
|
|
1500
1500
|
public async fetchAnalyticsCampaignsCountPartitionedByPaymentDesign (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1501
|
-
const localVarPath = this.basePath + '/
|
|
1501
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/count/paymentDesign';
|
|
1502
1502
|
let localVarQueryParameters: any = {};
|
|
1503
1503
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1504
1504
|
const produces = ['application/json'];
|
|
@@ -1580,7 +1580,7 @@ export class AnalyticsApi {
|
|
|
1580
1580
|
* @param endDate
|
|
1581
1581
|
*/
|
|
1582
1582
|
public async fetchAnalyticsCampaignsCountPartitionedByValueType (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
1583
|
-
const localVarPath = this.basePath + '/
|
|
1583
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/count/valueType';
|
|
1584
1584
|
let localVarQueryParameters: any = {};
|
|
1585
1585
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1586
1586
|
const produces = ['application/json'];
|
|
@@ -1662,7 +1662,7 @@ export class AnalyticsApi {
|
|
|
1662
1662
|
* @param endDate
|
|
1663
1663
|
*/
|
|
1664
1664
|
public async fetchAnalyticsCampaignsRedemptionsAmountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1665
|
-
const localVarPath = this.basePath + '/
|
|
1665
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/redemptions/amount/campaign';
|
|
1666
1666
|
let localVarQueryParameters: any = {};
|
|
1667
1667
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1668
1668
|
const produces = ['application/json'];
|
|
@@ -1746,7 +1746,7 @@ export class AnalyticsApi {
|
|
|
1746
1746
|
* @param timezone
|
|
1747
1747
|
*/
|
|
1748
1748
|
public async fetchAnalyticsCampaignsRedemptionsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
1749
|
-
const localVarPath = this.basePath + '/
|
|
1749
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/redemptions/amount/date';
|
|
1750
1750
|
let localVarQueryParameters: any = {};
|
|
1751
1751
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1752
1752
|
const produces = ['application/json'];
|
|
@@ -1846,7 +1846,7 @@ export class AnalyticsApi {
|
|
|
1846
1846
|
* @param endDate
|
|
1847
1847
|
*/
|
|
1848
1848
|
public async fetchAnalyticsCampaignsRedemptionsCountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1849
|
-
const localVarPath = this.basePath + '/
|
|
1849
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/redemptions/count/campaign';
|
|
1850
1850
|
let localVarQueryParameters: any = {};
|
|
1851
1851
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1852
1852
|
const produces = ['application/json'];
|
|
@@ -1930,7 +1930,7 @@ export class AnalyticsApi {
|
|
|
1930
1930
|
* @param timezone
|
|
1931
1931
|
*/
|
|
1932
1932
|
public async fetchAnalyticsCampaignsRedemptionsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
1933
|
-
const localVarPath = this.basePath + '/
|
|
1933
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/redemptions/count/date';
|
|
1934
1934
|
let localVarQueryParameters: any = {};
|
|
1935
1935
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
1936
1936
|
const produces = ['application/json'];
|
|
@@ -2030,7 +2030,7 @@ export class AnalyticsApi {
|
|
|
2030
2030
|
* @param endDate
|
|
2031
2031
|
*/
|
|
2032
2032
|
public async fetchAnalyticsCampaignsRefundsAmountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2033
|
-
const localVarPath = this.basePath + '/
|
|
2033
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/refunds/amount/campaign';
|
|
2034
2034
|
let localVarQueryParameters: any = {};
|
|
2035
2035
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2036
2036
|
const produces = ['application/json'];
|
|
@@ -2114,7 +2114,7 @@ export class AnalyticsApi {
|
|
|
2114
2114
|
* @param timezone
|
|
2115
2115
|
*/
|
|
2116
2116
|
public async fetchAnalyticsCampaignsRefundsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
2117
|
-
const localVarPath = this.basePath + '/
|
|
2117
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/refunds/amount/date';
|
|
2118
2118
|
let localVarQueryParameters: any = {};
|
|
2119
2119
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2120
2120
|
const produces = ['application/json'];
|
|
@@ -2214,7 +2214,7 @@ export class AnalyticsApi {
|
|
|
2214
2214
|
* @param endDate
|
|
2215
2215
|
*/
|
|
2216
2216
|
public async fetchAnalyticsCampaignsRefundsCountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2217
|
-
const localVarPath = this.basePath + '/
|
|
2217
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/refunds/count/campaign';
|
|
2218
2218
|
let localVarQueryParameters: any = {};
|
|
2219
2219
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2220
2220
|
const produces = ['application/json'];
|
|
@@ -2298,7 +2298,7 @@ export class AnalyticsApi {
|
|
|
2298
2298
|
* @param timezone
|
|
2299
2299
|
*/
|
|
2300
2300
|
public async fetchAnalyticsCampaignsRefundsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
2301
|
-
const localVarPath = this.basePath + '/
|
|
2301
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/refunds/count/date';
|
|
2302
2302
|
let localVarQueryParameters: any = {};
|
|
2303
2303
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2304
2304
|
const produces = ['application/json'];
|
|
@@ -2400,7 +2400,7 @@ export class AnalyticsApi {
|
|
|
2400
2400
|
* @param timezone
|
|
2401
2401
|
*/
|
|
2402
2402
|
public async fetchAnalyticsDeliveredOutboundMessagesCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
2403
|
-
const localVarPath = this.basePath + '/
|
|
2403
|
+
const localVarPath = this.basePath + '/v2/analytics/outboundSMS/count/date/delivered';
|
|
2404
2404
|
let localVarQueryParameters: any = {};
|
|
2405
2405
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2406
2406
|
const produces = ['application/json'];
|
|
@@ -2500,7 +2500,7 @@ export class AnalyticsApi {
|
|
|
2500
2500
|
* @param endDate
|
|
2501
2501
|
*/
|
|
2502
2502
|
public async fetchAnalyticsDeliveredOutboundMessagesCountPartitionedByPhoneNumber (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2503
|
-
const localVarPath = this.basePath + '/
|
|
2503
|
+
const localVarPath = this.basePath + '/v2/analytics/outboundSMS/count/phoneNumber/delivered';
|
|
2504
2504
|
let localVarQueryParameters: any = {};
|
|
2505
2505
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2506
2506
|
const produces = ['application/json'];
|
|
@@ -2580,7 +2580,7 @@ export class AnalyticsApi {
|
|
|
2580
2580
|
* @summary Fetch distinct wallet sessions
|
|
2581
2581
|
*/
|
|
2582
2582
|
public async fetchAnalyticsDistinctWalletSessions (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
2583
|
-
const localVarPath = this.basePath + '/
|
|
2583
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/sessions/distinct';
|
|
2584
2584
|
let localVarQueryParameters: any = {};
|
|
2585
2585
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2586
2586
|
const produces = ['application/json'];
|
|
@@ -2644,7 +2644,7 @@ export class AnalyticsApi {
|
|
|
2644
2644
|
* @param endDate
|
|
2645
2645
|
*/
|
|
2646
2646
|
public async fetchAnalyticsDynamicVouchersCountPartitionedByEmployee (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2647
|
-
const localVarPath = this.basePath + '/
|
|
2647
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/count/employee';
|
|
2648
2648
|
let localVarQueryParameters: any = {};
|
|
2649
2649
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2650
2650
|
const produces = ['application/json'];
|
|
@@ -2726,7 +2726,7 @@ export class AnalyticsApi {
|
|
|
2726
2726
|
* @param endDate
|
|
2727
2727
|
*/
|
|
2728
2728
|
public async fetchAnalyticsDynamicVouchersCountPartitionedByPaymentDesign (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2729
|
-
const localVarPath = this.basePath + '/
|
|
2729
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/count/paymentDesign';
|
|
2730
2730
|
let localVarQueryParameters: any = {};
|
|
2731
2731
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2732
2732
|
const produces = ['application/json'];
|
|
@@ -2810,7 +2810,7 @@ export class AnalyticsApi {
|
|
|
2810
2810
|
* @param timezone
|
|
2811
2811
|
*/
|
|
2812
2812
|
public async fetchAnalyticsDynamicVouchersRedemptionsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
2813
|
-
const localVarPath = this.basePath + '/
|
|
2813
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/redemptions/amount/date';
|
|
2814
2814
|
let localVarQueryParameters: any = {};
|
|
2815
2815
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2816
2816
|
const produces = ['application/json'];
|
|
@@ -2910,7 +2910,7 @@ export class AnalyticsApi {
|
|
|
2910
2910
|
* @param endDate
|
|
2911
2911
|
*/
|
|
2912
2912
|
public async fetchAnalyticsDynamicVouchersRedemptionsAmountPartitionedByDynamicVoucherID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2913
|
-
const localVarPath = this.basePath + '/
|
|
2913
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/redemptions/amount/dynamicVoucher';
|
|
2914
2914
|
let localVarQueryParameters: any = {};
|
|
2915
2915
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
2916
2916
|
const produces = ['application/json'];
|
|
@@ -2994,7 +2994,7 @@ export class AnalyticsApi {
|
|
|
2994
2994
|
* @param timezone
|
|
2995
2995
|
*/
|
|
2996
2996
|
public async fetchAnalyticsDynamicVouchersRedemptionsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
2997
|
-
const localVarPath = this.basePath + '/
|
|
2997
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/redemptions/count/date';
|
|
2998
2998
|
let localVarQueryParameters: any = {};
|
|
2999
2999
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3000
3000
|
const produces = ['application/json'];
|
|
@@ -3094,7 +3094,7 @@ export class AnalyticsApi {
|
|
|
3094
3094
|
* @param endDate
|
|
3095
3095
|
*/
|
|
3096
3096
|
public async fetchAnalyticsDynamicVouchersRedemptionsCountPartitionedByDynamicVoucherID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
3097
|
-
const localVarPath = this.basePath + '/
|
|
3097
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/redemptions/count/dynamicVoucher';
|
|
3098
3098
|
let localVarQueryParameters: any = {};
|
|
3099
3099
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3100
3100
|
const produces = ['application/json'];
|
|
@@ -3178,7 +3178,7 @@ export class AnalyticsApi {
|
|
|
3178
3178
|
* @param timezone
|
|
3179
3179
|
*/
|
|
3180
3180
|
public async fetchAnalyticsDynamicVouchersRefundsAmountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3181
|
-
const localVarPath = this.basePath + '/
|
|
3181
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/refunds/amount/date';
|
|
3182
3182
|
let localVarQueryParameters: any = {};
|
|
3183
3183
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3184
3184
|
const produces = ['application/json'];
|
|
@@ -3278,7 +3278,7 @@ export class AnalyticsApi {
|
|
|
3278
3278
|
* @param endDate
|
|
3279
3279
|
*/
|
|
3280
3280
|
public async fetchAnalyticsDynamicVouchersRefundsAmountPartitionedByDynamicVoucherID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
3281
|
-
const localVarPath = this.basePath + '/
|
|
3281
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/refunds/amount/dynamicVoucher';
|
|
3282
3282
|
let localVarQueryParameters: any = {};
|
|
3283
3283
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3284
3284
|
const produces = ['application/json'];
|
|
@@ -3362,7 +3362,7 @@ export class AnalyticsApi {
|
|
|
3362
3362
|
* @param timezone
|
|
3363
3363
|
*/
|
|
3364
3364
|
public async fetchAnalyticsDynamicVouchersRefundsCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3365
|
-
const localVarPath = this.basePath + '/
|
|
3365
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/refunds/count/date';
|
|
3366
3366
|
let localVarQueryParameters: any = {};
|
|
3367
3367
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3368
3368
|
const produces = ['application/json'];
|
|
@@ -3462,7 +3462,7 @@ export class AnalyticsApi {
|
|
|
3462
3462
|
* @param endDate
|
|
3463
3463
|
*/
|
|
3464
3464
|
public async fetchAnalyticsDynamicVouchersRefundsCountPartitionedByDynamicVoucherID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
3465
|
-
const localVarPath = this.basePath + '/
|
|
3465
|
+
const localVarPath = this.basePath + '/v2/analytics/dynamicVouchers/refunds/count/dynamicVoucher';
|
|
3466
3466
|
let localVarQueryParameters: any = {};
|
|
3467
3467
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3468
3468
|
const produces = ['application/json'];
|
|
@@ -3546,7 +3546,7 @@ export class AnalyticsApi {
|
|
|
3546
3546
|
* @param timezone
|
|
3547
3547
|
*/
|
|
3548
3548
|
public async fetchAnalyticsHelpDeskRequestsCreatedCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3549
|
-
const localVarPath = this.basePath + '/
|
|
3549
|
+
const localVarPath = this.basePath + '/v2/analytics/helpdeskrequests/count/date/created';
|
|
3550
3550
|
let localVarQueryParameters: any = {};
|
|
3551
3551
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3552
3552
|
const produces = ['application/json'];
|
|
@@ -3648,7 +3648,7 @@ export class AnalyticsApi {
|
|
|
3648
3648
|
* @param timezone
|
|
3649
3649
|
*/
|
|
3650
3650
|
public async fetchAnalyticsHelpDeskRequestsResolvedCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3651
|
-
const localVarPath = this.basePath + '/
|
|
3651
|
+
const localVarPath = this.basePath + '/v2/analytics/helpdeskrequests/count/date/resolved';
|
|
3652
3652
|
let localVarQueryParameters: any = {};
|
|
3653
3653
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3654
3654
|
const produces = ['application/json'];
|
|
@@ -3748,7 +3748,7 @@ export class AnalyticsApi {
|
|
|
3748
3748
|
* @param endDate
|
|
3749
3749
|
*/
|
|
3750
3750
|
public async fetchAnalyticsHelpDeskRequestsResolvedCountPartitionedByEmployee (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
3751
|
-
const localVarPath = this.basePath + '/
|
|
3751
|
+
const localVarPath = this.basePath + '/v2/analytics/helpdeskrequests/count/employee/resolved';
|
|
3752
3752
|
let localVarQueryParameters: any = {};
|
|
3753
3753
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3754
3754
|
const produces = ['application/json'];
|
|
@@ -3832,7 +3832,7 @@ export class AnalyticsApi {
|
|
|
3832
3832
|
* @param timezone
|
|
3833
3833
|
*/
|
|
3834
3834
|
public async fetchAnalyticsHelpDeskRequestsUnresolvedCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3835
|
-
const localVarPath = this.basePath + '/
|
|
3835
|
+
const localVarPath = this.basePath + '/v2/analytics/helpdeskrequests/count/date/unresolved';
|
|
3836
3836
|
let localVarQueryParameters: any = {};
|
|
3837
3837
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
3838
3838
|
const produces = ['application/json'];
|
|
@@ -3931,7 +3931,7 @@ export class AnalyticsApi {
|
|
|
3931
3931
|
* @param itemID
|
|
3932
3932
|
*/
|
|
3933
3933
|
public async fetchAnalyticsItemWalletPageViews (itemID: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
3934
|
-
const localVarPath = this.basePath + '/
|
|
3934
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/item/{itemID}'
|
|
3935
3935
|
.replace('{' + 'itemID' + '}', encodeURIComponent(String(itemID)));
|
|
3936
3936
|
let localVarQueryParameters: any = {};
|
|
3937
3937
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -4003,7 +4003,7 @@ export class AnalyticsApi {
|
|
|
4003
4003
|
* @param timezone
|
|
4004
4004
|
*/
|
|
4005
4005
|
public async fetchAnalyticsMemberCount (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4006
|
-
const localVarPath = this.basePath + '/
|
|
4006
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/member/count';
|
|
4007
4007
|
let localVarQueryParameters: any = {};
|
|
4008
4008
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4009
4009
|
const produces = ['application/json'];
|
|
@@ -4105,7 +4105,7 @@ export class AnalyticsApi {
|
|
|
4105
4105
|
* @param timezone
|
|
4106
4106
|
*/
|
|
4107
4107
|
public async fetchAnalyticsMerchantCreditCount (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4108
|
-
const localVarPath = this.basePath + '/
|
|
4108
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/merchantCredit/count';
|
|
4109
4109
|
let localVarQueryParameters: any = {};
|
|
4110
4110
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4111
4111
|
const produces = ['application/json'];
|
|
@@ -4205,7 +4205,7 @@ export class AnalyticsApi {
|
|
|
4205
4205
|
* @param endDate
|
|
4206
4206
|
*/
|
|
4207
4207
|
public async fetchAnalyticsOfferVsRedeemedAmountPartitionedByCampaignID (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
4208
|
-
const localVarPath = this.basePath + '/
|
|
4208
|
+
const localVarPath = this.basePath + '/v2/analytics/campaigns/amount/campaign/offerVsRedeemed';
|
|
4209
4209
|
let localVarQueryParameters: any = {};
|
|
4210
4210
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4211
4211
|
const produces = ['application/json'];
|
|
@@ -4289,7 +4289,7 @@ export class AnalyticsApi {
|
|
|
4289
4289
|
* @param timezone
|
|
4290
4290
|
*/
|
|
4291
4291
|
public async fetchAnalyticsPaymentObjectBroadcastsCreatedCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4292
|
-
const localVarPath = this.basePath + '/
|
|
4292
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/count/date/created';
|
|
4293
4293
|
let localVarQueryParameters: any = {};
|
|
4294
4294
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4295
4295
|
const produces = ['application/json'];
|
|
@@ -4389,7 +4389,7 @@ export class AnalyticsApi {
|
|
|
4389
4389
|
* @param endDate
|
|
4390
4390
|
*/
|
|
4391
4391
|
public async fetchAnalyticsPaymentObjectBroadcastsIndividualExecutionTimeOfCompletedBroadcasts (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4392
|
-
const localVarPath = this.basePath + '/
|
|
4392
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/executionTime/completed';
|
|
4393
4393
|
let localVarQueryParameters: any = {};
|
|
4394
4394
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4395
4395
|
const produces = ['application/json'];
|
|
@@ -4473,7 +4473,7 @@ export class AnalyticsApi {
|
|
|
4473
4473
|
* @param timezone
|
|
4474
4474
|
*/
|
|
4475
4475
|
public async fetchAnalyticsPaymentObjectBroadcastsScheduledCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4476
|
-
const localVarPath = this.basePath + '/
|
|
4476
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/count/date/scheduled';
|
|
4477
4477
|
let localVarQueryParameters: any = {};
|
|
4478
4478
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4479
4479
|
const produces = ['application/json'];
|
|
@@ -4573,7 +4573,7 @@ export class AnalyticsApi {
|
|
|
4573
4573
|
* @param endDate
|
|
4574
4574
|
*/
|
|
4575
4575
|
public async fetchAnalyticsPaymentObjectBroadcastsScheduledCountPartitionedByEmployee (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
4576
|
-
const localVarPath = this.basePath + '/
|
|
4576
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/count/employee/scheduled';
|
|
4577
4577
|
let localVarQueryParameters: any = {};
|
|
4578
4578
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4579
4579
|
const produces = ['application/json'];
|
|
@@ -4655,7 +4655,7 @@ export class AnalyticsApi {
|
|
|
4655
4655
|
* @param endDate
|
|
4656
4656
|
*/
|
|
4657
4657
|
public async fetchAnalyticsPaymentObjectBroadcastsScheduledCountPartitionedByPhoneNumber (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
4658
|
-
const localVarPath = this.basePath + '/
|
|
4658
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/count/phoneNumber/scheduled';
|
|
4659
4659
|
let localVarQueryParameters: any = {};
|
|
4660
4660
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4661
4661
|
const produces = ['application/json'];
|
|
@@ -4739,7 +4739,7 @@ export class AnalyticsApi {
|
|
|
4739
4739
|
* @param timezone
|
|
4740
4740
|
*/
|
|
4741
4741
|
public async fetchAnalyticsPaymentObjectBroadcastsScheduledSMSCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4742
|
-
const localVarPath = this.basePath + '/
|
|
4742
|
+
const localVarPath = this.basePath + '/v2/analytics/paymentObjectBroadcasts/sms/count/date/scheduled';
|
|
4743
4743
|
let localVarQueryParameters: any = {};
|
|
4744
4744
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4745
4745
|
const produces = ['application/json'];
|
|
@@ -4841,7 +4841,7 @@ export class AnalyticsApi {
|
|
|
4841
4841
|
* @param timezone
|
|
4842
4842
|
*/
|
|
4843
4843
|
public async fetchAnalyticsSentOutboundMessagesCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
4844
|
-
const localVarPath = this.basePath + '/
|
|
4844
|
+
const localVarPath = this.basePath + '/v2/analytics/outboundSMS/count/date/sent';
|
|
4845
4845
|
let localVarQueryParameters: any = {};
|
|
4846
4846
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4847
4847
|
const produces = ['application/json'];
|
|
@@ -4941,7 +4941,7 @@ export class AnalyticsApi {
|
|
|
4941
4941
|
* @param endDate
|
|
4942
4942
|
*/
|
|
4943
4943
|
public async fetchAnalyticsSentOutboundMessagesCountPartitionedByPhoneNumber (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
4944
|
-
const localVarPath = this.basePath + '/
|
|
4944
|
+
const localVarPath = this.basePath + '/v2/analytics/outboundSMS/count/phoneNumber/sent';
|
|
4945
4945
|
let localVarQueryParameters: any = {};
|
|
4946
4946
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
4947
4947
|
const produces = ['application/json'];
|
|
@@ -5022,7 +5022,7 @@ export class AnalyticsApi {
|
|
|
5022
5022
|
* @param voucherID
|
|
5023
5023
|
*/
|
|
5024
5024
|
public async fetchAnalyticsStaticVoucherWalletPageViews (voucherID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTWalletPageView>; }> {
|
|
5025
|
-
const localVarPath = this.basePath + '/
|
|
5025
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/staticVoucher/{voucherID}'
|
|
5026
5026
|
.replace('{' + 'voucherID' + '}', encodeURIComponent(String(voucherID)));
|
|
5027
5027
|
let localVarQueryParameters: any = {};
|
|
5028
5028
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -5094,7 +5094,7 @@ export class AnalyticsApi {
|
|
|
5094
5094
|
* @param timezone
|
|
5095
5095
|
*/
|
|
5096
5096
|
public async fetchAnalyticsTCPAStopCountPartitionedByDate (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5097
|
-
const localVarPath = this.basePath + '/
|
|
5097
|
+
const localVarPath = this.basePath + '/v2/analytics/tcpa/count/date/stop';
|
|
5098
5098
|
let localVarQueryParameters: any = {};
|
|
5099
5099
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5100
5100
|
const produces = ['application/json'];
|
|
@@ -5194,7 +5194,7 @@ export class AnalyticsApi {
|
|
|
5194
5194
|
* @param endDate
|
|
5195
5195
|
*/
|
|
5196
5196
|
public async fetchAnalyticsTCPAStopCountPartitionedByPhoneNumber (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
5197
|
-
const localVarPath = this.basePath + '/
|
|
5197
|
+
const localVarPath = this.basePath + '/v2/analytics/tcpa/count/phoneNumber/stop';
|
|
5198
5198
|
let localVarQueryParameters: any = {};
|
|
5199
5199
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5200
5200
|
const produces = ['application/json'];
|
|
@@ -5278,7 +5278,7 @@ export class AnalyticsApi {
|
|
|
5278
5278
|
* @param timezone
|
|
5279
5279
|
*/
|
|
5280
5280
|
public async fetchAnalyticsTotalAmountRedeemedPerMerchantCredit (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5281
|
-
const localVarPath = this.basePath + '/
|
|
5281
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/merchantCredit/amount/redeemed';
|
|
5282
5282
|
let localVarQueryParameters: any = {};
|
|
5283
5283
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5284
5284
|
const produces = ['application/json'];
|
|
@@ -5380,7 +5380,7 @@ export class AnalyticsApi {
|
|
|
5380
5380
|
* @param timezone
|
|
5381
5381
|
*/
|
|
5382
5382
|
public async fetchAnalyticsTotalAmountRedeemedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5383
|
-
const localVarPath = this.basePath + '/
|
|
5383
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/tier/amount/redeemed';
|
|
5384
5384
|
let localVarQueryParameters: any = {};
|
|
5385
5385
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5386
5386
|
const produces = ['application/json'];
|
|
@@ -5482,7 +5482,7 @@ export class AnalyticsApi {
|
|
|
5482
5482
|
* @param timezone
|
|
5483
5483
|
*/
|
|
5484
5484
|
public async fetchAnalyticsTotalAmountRefundedPerMerchantCredit (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5485
|
-
const localVarPath = this.basePath + '/
|
|
5485
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/merchantCredit/amount/refunded';
|
|
5486
5486
|
let localVarQueryParameters: any = {};
|
|
5487
5487
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5488
5488
|
const produces = ['application/json'];
|
|
@@ -5584,7 +5584,7 @@ export class AnalyticsApi {
|
|
|
5584
5584
|
* @param timezone
|
|
5585
5585
|
*/
|
|
5586
5586
|
public async fetchAnalyticsTotalAmountRefundedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5587
|
-
const localVarPath = this.basePath + '/
|
|
5587
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/tier/amount/refunded';
|
|
5588
5588
|
let localVarQueryParameters: any = {};
|
|
5589
5589
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5590
5590
|
const produces = ['application/json'];
|
|
@@ -5686,7 +5686,7 @@ export class AnalyticsApi {
|
|
|
5686
5686
|
* @param timezone
|
|
5687
5687
|
*/
|
|
5688
5688
|
public async fetchAnalyticsTotalPointsRedeemed (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5689
|
-
const localVarPath = this.basePath + '/
|
|
5689
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/member/points/redeemed';
|
|
5690
5690
|
let localVarQueryParameters: any = {};
|
|
5691
5691
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5692
5692
|
const produces = ['application/json'];
|
|
@@ -5788,7 +5788,7 @@ export class AnalyticsApi {
|
|
|
5788
5788
|
* @param timezone
|
|
5789
5789
|
*/
|
|
5790
5790
|
public async fetchAnalyticsTotalPointsRefunded (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
5791
|
-
const localVarPath = this.basePath + '/
|
|
5791
|
+
const localVarPath = this.basePath + '/v2/analytics/membership/member/points/refunded';
|
|
5792
5792
|
let localVarQueryParameters: any = {};
|
|
5793
5793
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
5794
5794
|
const produces = ['application/json'];
|
|
@@ -5887,7 +5887,7 @@ export class AnalyticsApi {
|
|
|
5887
5887
|
* @param sessionID
|
|
5888
5888
|
*/
|
|
5889
5889
|
public async fetchAnalyticsWalletSessionActivity (sessionID: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTWalletPageView>; }> {
|
|
5890
|
-
const localVarPath = this.basePath + '/
|
|
5890
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/session/activity/{sessionID}'
|
|
5891
5891
|
.replace('{' + 'sessionID' + '}', encodeURIComponent(String(sessionID)));
|
|
5892
5892
|
let localVarQueryParameters: any = {};
|
|
5893
5893
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
package/api/apis.ts
CHANGED
|
@@ -18,6 +18,8 @@ export * from './dashboardApi';
|
|
|
18
18
|
import { DashboardApi } from './dashboardApi';
|
|
19
19
|
export * from './dynamicVouchersApi';
|
|
20
20
|
import { DynamicVouchersApi } from './dynamicVouchersApi';
|
|
21
|
+
export * from './employeeAPIKeysApi';
|
|
22
|
+
import { EmployeeAPIKeysApi } from './employeeAPIKeysApi';
|
|
21
23
|
export * from './employeeAccessApi';
|
|
22
24
|
import { EmployeeAccessApi } from './employeeAccessApi';
|
|
23
25
|
export * from './employeesApi';
|
|
@@ -83,4 +85,4 @@ export class HttpError extends Error {
|
|
|
83
85
|
|
|
84
86
|
export { RequestFile } from '../model/models';
|
|
85
87
|
|
|
86
|
-
export const APIS = [AdvertisementCreditsApi, AnalyticsApi, AppleWalletSubscribersApi, BillingApi, ClubMembersPointsApi, ConfigurationApi, CountriesApi, CustomerApi, DashboardApi, DynamicVouchersApi, EmployeeAccessApi, EmployeesApi, IndustriesApi, InfoGenesisReportsApi, IntegratedTerminalsApi, InteractionsApi, LinkBookApi, LinkBookSectionApi, LoginAndLogoutApi, MembershipTiersApi, MerchantApi, MerchantCreditsApi, MerchantURLsApi, MobileTerminalApi, NewsApi, PaymentDesignsApi, PerformancesApi, PromoCodesApi, SMSApi, SettingsApi, StaticVoucherCampaignGroupsApi, StaticVoucherCampaignsApi, StaticVouchersApi, SystemApi, TransactionLedgerApi, UtilitiesApi, WebTerminalApi];
|
|
88
|
+
export const APIS = [AdvertisementCreditsApi, AnalyticsApi, AppleWalletSubscribersApi, BillingApi, ClubMembersPointsApi, ConfigurationApi, CountriesApi, CustomerApi, DashboardApi, DynamicVouchersApi, EmployeeAPIKeysApi, EmployeeAccessApi, EmployeesApi, IndustriesApi, InfoGenesisReportsApi, IntegratedTerminalsApi, InteractionsApi, LinkBookApi, LinkBookSectionApi, LoginAndLogoutApi, MembershipTiersApi, MerchantApi, MerchantCreditsApi, MerchantURLsApi, MobileTerminalApi, NewsApi, PaymentDesignsApi, PerformancesApi, PromoCodesApi, SMSApi, SettingsApi, StaticVoucherCampaignGroupsApi, StaticVoucherCampaignsApi, StaticVouchersApi, SystemApi, TransactionLedgerApi, UtilitiesApi, WebTerminalApi];
|