wallet 2.1.508 → 2.1.512
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 +26 -5
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/analyticsApi.ts +256 -16
- package/api/apis.ts +5 -1
- package/api/appleWalletSubscribersApi.ts +1 -1
- package/api/billingApi.ts +8 -8
- package/api/clubMembersPointsApi.ts +5 -5
- package/api/configurationApi.ts +5 -4
- package/api/countriesApi.ts +5 -5
- package/api/customerApi.ts +1 -1
- package/api/dashboardApi.ts +53 -54
- package/api/dynamicVouchersApi.ts +1 -1
- package/api/employeeAPIKeysApi.ts +1 -1
- package/api/employeeAccessApi.ts +1 -1
- package/api/employeesApi.ts +81 -6
- package/api/imageGridApi.ts +447 -0
- package/api/industriesApi.ts +5 -5
- package/api/infoGenesisReportsApi.ts +38 -38
- package/api/integratedTerminalsApi.ts +1 -1
- package/api/interactionsApi.ts +5 -5
- package/api/linkBookApi.ts +1 -1
- package/api/linkBookSectionApi.ts +1 -1
- package/api/loginAndLogoutApi.ts +15 -14
- package/api/membershipTiersApi.ts +1 -1
- package/api/merchantApi.ts +33 -26
- package/api/merchantCreditsApi.ts +5 -5
- package/api/merchantURLsApi.ts +1 -1
- package/api/mobileTerminalApi.ts +1 -1
- package/api/newsApi.ts +1 -1
- package/api/paymentDesignsApi.ts +1 -1
- package/api/performancesApi.ts +1 -1
- package/api/promoCodesApi.ts +1 -1
- package/api/sMSApi.ts +43 -42
- package/api/settingsApi.ts +5 -5
- package/api/staticVoucherCampaignGroupsApi.ts +1 -1
- package/api/staticVoucherCampaignsApi.ts +12 -12
- package/api/staticVouchersApi.ts +1 -1
- package/api/systemApi.ts +1 -1
- package/api/transactionLedgerApi.ts +5 -5
- package/api/utilitiesApi.ts +5 -5
- package/api/webTerminalApi.ts +1 -1
- package/api/wixTerminalApi.ts +309 -0
- package/dist/api/analyticsApi.d.ts +36 -5
- package/dist/api/analyticsApi.js +204 -5
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/apis.d.ts +5 -1
- package/dist/api/apis.js +5 -1
- package/dist/api/apis.js.map +1 -1
- package/dist/api/billingApi.d.ts +3 -3
- package/dist/api/billingApi.js +2 -2
- package/dist/api/billingApi.js.map +1 -1
- package/dist/api/clubMembersPointsApi.d.ts +2 -2
- package/dist/api/clubMembersPointsApi.js +1 -1
- package/dist/api/configurationApi.d.ts +2 -1
- package/dist/api/configurationApi.js +1 -1
- package/dist/api/configurationApi.js.map +1 -1
- package/dist/api/countriesApi.d.ts +2 -2
- package/dist/api/countriesApi.js +1 -1
- package/dist/api/dashboardApi.d.ts +18 -19
- package/dist/api/dashboardApi.js +17 -17
- package/dist/api/dashboardApi.js.map +1 -1
- package/dist/api/employeesApi.d.ts +12 -3
- package/dist/api/employeesApi.js +66 -2
- package/dist/api/employeesApi.js.map +1 -1
- package/dist/api/imageGridApi.d.ts +69 -0
- package/dist/api/imageGridApi.js +380 -0
- package/dist/api/imageGridApi.js.map +1 -0
- package/dist/api/industriesApi.d.ts +2 -2
- package/dist/api/industriesApi.js +1 -1
- package/dist/api/industriesApi.js.map +1 -1
- package/dist/api/infoGenesisReportsApi.d.ts +13 -13
- package/dist/api/infoGenesisReportsApi.js +12 -12
- package/dist/api/infoGenesisReportsApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +2 -2
- package/dist/api/interactionsApi.js +1 -1
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/loginAndLogoutApi.d.ts +6 -5
- package/dist/api/loginAndLogoutApi.js +6 -6
- package/dist/api/loginAndLogoutApi.js.map +1 -1
- package/dist/api/merchantApi.d.ts +16 -9
- package/dist/api/merchantApi.js +8 -8
- package/dist/api/merchantApi.js.map +1 -1
- package/dist/api/merchantCreditsApi.d.ts +2 -2
- package/dist/api/merchantCreditsApi.js +1 -1
- package/dist/api/sMSApi.d.ts +18 -17
- package/dist/api/sMSApi.js +12 -12
- package/dist/api/sMSApi.js.map +1 -1
- package/dist/api/settingsApi.d.ts +2 -2
- package/dist/api/settingsApi.js +1 -1
- package/dist/api/settingsApi.js.map +1 -1
- package/dist/api/staticVoucherCampaignsApi.d.ts +5 -5
- package/dist/api/staticVoucherCampaignsApi.js +3 -3
- package/dist/api/transactionLedgerApi.d.ts +2 -2
- package/dist/api/transactionLedgerApi.js +1 -1
- package/dist/api/utilitiesApi.d.ts +2 -2
- package/dist/api/utilitiesApi.js +1 -1
- package/dist/api/utilitiesApi.js.map +1 -1
- package/dist/api/wixTerminalApi.d.ts +51 -0
- package/dist/api/wixTerminalApi.js +259 -0
- package/dist/api/wixTerminalApi.js.map +1 -0
- package/dist/model/advertisementCredit.d.ts +1 -1
- package/dist/model/advertisementCreditBroadcast.d.ts +1 -1
- package/dist/model/advertisementCreditScan.d.ts +1 -1
- package/dist/model/agreement.d.ts +1 -1
- package/dist/model/applicableTerminals.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf1.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf1.js +1 -1
- package/dist/model/applicableTerminalsAnyOf1.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf2.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf2.js +1 -1
- package/dist/model/applicableTerminalsAnyOf2.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf3.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf3.js +1 -1
- package/dist/model/applicableTerminalsAnyOf3.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf4.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf4.js +8 -0
- package/dist/model/applicableTerminalsAnyOf4.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf5.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf5.js +8 -0
- package/dist/model/applicableTerminalsAnyOf5.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf6.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf6.js +8 -0
- package/dist/model/applicableTerminalsAnyOf6.js.map +1 -0
- package/dist/model/clickFunnelContact.d.ts +3 -3
- package/dist/model/clickFunnelContactProfile.d.ts +5 -5
- package/dist/model/clickFunnelRegistration.d.ts +16 -0
- package/dist/model/clickFunnelRegistration.js +23 -0
- package/dist/model/clickFunnelRegistration.js.map +1 -0
- package/dist/model/dynamicVoucher.d.ts +1 -1
- package/dist/model/dynamicVoucherBroadcast.d.ts +1 -1
- package/dist/model/employeeAPIKey.d.ts +1 -1
- package/dist/model/helpDeskRequest.d.ts +1 -1
- package/dist/model/imageGrid.d.ts +22 -0
- package/dist/model/imageGrid.js +58 -0
- package/dist/model/imageGrid.js.map +1 -0
- package/dist/model/importedList.d.ts +1 -1
- package/dist/model/importedListRecipient.d.ts +1 -1
- package/dist/model/inboundSMS.d.ts +1 -1
- package/dist/model/inlineResponse200.d.ts +6 -2
- package/dist/model/inlineResponse200.js +21 -6
- package/dist/model/inlineResponse200.js.map +1 -1
- package/dist/model/inlineResponse2001.d.ts +3 -6
- package/dist/model/inlineResponse2001.js +7 -17
- package/dist/model/inlineResponse2001.js.map +1 -1
- package/dist/model/inlineResponse20010.d.ts +3 -4
- package/dist/model/inlineResponse20010.js +9 -9
- package/dist/model/inlineResponse20010.js.map +1 -1
- package/dist/model/inlineResponse20011.d.ts +14 -2
- package/dist/model/inlineResponse20011.js +66 -6
- package/dist/model/inlineResponse20011.js.map +1 -1
- package/dist/model/inlineResponse20012.d.ts +3 -13
- package/dist/model/inlineResponse20012.js +6 -51
- package/dist/model/inlineResponse20012.js.map +1 -1
- package/dist/model/inlineResponse2002.d.ts +1 -1
- package/dist/model/inlineResponse2002.js +1 -1
- package/dist/model/inlineResponse2002.js.map +1 -1
- package/dist/model/inlineResponse2003.d.ts +4 -1
- package/dist/model/inlineResponse2003.js +12 -2
- package/dist/model/inlineResponse2003.js.map +1 -1
- package/dist/model/inlineResponse2004.d.ts +3 -3
- package/dist/model/inlineResponse2004.js +6 -11
- package/dist/model/inlineResponse2004.js.map +1 -1
- package/dist/model/inlineResponse2005.d.ts +4 -3
- package/dist/model/inlineResponse2005.js +10 -5
- package/dist/model/inlineResponse2005.js.map +1 -1
- package/dist/model/inlineResponse2006.d.ts +4 -12
- package/dist/model/inlineResponse2006.js +9 -54
- package/dist/model/inlineResponse2006.js.map +1 -1
- package/dist/model/inlineResponse2007.d.ts +4 -4
- package/dist/model/inlineResponse2007.js +8 -8
- package/dist/model/inlineResponse2007.js.map +1 -1
- package/dist/model/inlineResponse2008.d.ts +4 -1
- package/dist/model/inlineResponse2008.js +12 -2
- package/dist/model/inlineResponse2008.js.map +1 -1
- package/dist/model/inlineResponse2009.d.ts +13 -4
- package/dist/model/inlineResponse2009.js +52 -7
- package/dist/model/inlineResponse2009.js.map +1 -1
- package/dist/model/ledgerEntry.d.ts +1 -1
- package/dist/model/linkBookSection.d.ts +1 -0
- package/dist/model/linkBookSection.js +5 -0
- package/dist/model/linkBookSection.js.map +1 -1
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/memberSearch.d.ts +4 -1
- package/dist/model/memberSearch.js +17 -2
- package/dist/model/memberSearch.js.map +1 -1
- package/dist/model/merchant.d.ts +1 -0
- package/dist/model/merchant.js +5 -0
- package/dist/model/merchant.js.map +1 -1
- package/dist/model/models.d.ts +24 -5
- package/dist/model/models.js +73 -15
- package/dist/model/models.js.map +1 -1
- package/dist/model/optInList.d.ts +1 -1
- package/dist/model/optInListSource.d.ts +1 -1
- package/dist/model/optInListSubscriber.d.ts +1 -1
- package/dist/model/outboundSMS.d.ts +2 -2
- package/dist/model/outboundSMS.js +5 -5
- package/dist/model/outboundSMS.js.map +1 -1
- package/dist/model/paymentDesign.d.ts +1 -1
- package/dist/model/paymentPrefixes.d.ts +25 -0
- package/dist/model/paymentPrefixes.js +73 -0
- package/dist/model/paymentPrefixes.js.map +1 -0
- package/dist/model/phoneNumber.d.ts +1 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +17 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +33 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +5 -5
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
- package/dist/model/portalPage.d.ts +2 -0
- package/dist/model/portalPage.js +2 -0
- package/dist/model/portalPage.js.map +1 -1
- package/dist/model/simpleSMSBroadcast.d.ts +1 -1
- package/dist/model/staticVoucher.d.ts +1 -1
- package/dist/model/staticVoucherCampaign.d.ts +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
- package/dist/model/staticVoucherCampaignGroup.d.ts +1 -1
- package/dist/model/tcpa.d.ts +1 -1
- package/dist/model/wTAdvertisementCredit.d.ts +1 -1
- package/dist/model/wTAdvertisementCreditScan.d.ts +1 -1
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +19 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +24 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -0
- package/dist/model/wTAuthenticationLoginRequest.d.ts +15 -0
- package/dist/model/wTAuthenticationLoginRequest.js +23 -0
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -0
- package/dist/model/wTAuthenticationLoginResponse.d.ts +28 -0
- package/dist/model/wTAuthenticationLoginResponse.js +88 -0
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +16 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +23 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -0
- package/dist/model/wTCountResult.d.ts +14 -0
- package/dist/model/wTCountResult.js +18 -0
- package/dist/model/wTCountResult.js.map +1 -0
- package/dist/model/wTDynamicVoucher.d.ts +1 -1
- package/dist/model/wTDynamicVoucherRedemption.d.ts +1 -1
- package/dist/model/wTEmployeeAPIKey.d.ts +1 -1
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +1 -0
- package/dist/model/wTEmployeeCreateMediaFile.js +5 -0
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +1 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +5 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
- package/dist/model/wTEmployeeUpdateRecords.d.ts +15 -0
- package/dist/model/wTEmployeeUpdateRecords.js +23 -0
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -0
- package/dist/model/wTImageGridCreateParams.d.ts +17 -0
- package/dist/model/wTImageGridCreateParams.js +33 -0
- package/dist/model/wTImageGridCreateParams.js.map +1 -0
- package/dist/model/wTImageGridUpdateParams.d.ts +17 -0
- package/dist/model/wTImageGridUpdateParams.js +33 -0
- package/dist/model/wTImageGridUpdateParams.js.map +1 -0
- package/dist/model/wTImportedList.d.ts +1 -1
- package/dist/model/wTLinkBookSectionCreateParams.d.ts +1 -0
- package/dist/model/wTLinkBookSectionCreateParams.js +5 -0
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -1
- package/dist/model/wTLinkBookSectionUpdateParams.d.ts +1 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js +5 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -1
- package/dist/model/wTMembershipTier.d.ts +1 -1
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +1 -1
- package/dist/model/wTMerchantUpdate.d.ts +1 -0
- package/dist/model/wTMerchantUpdate.js +5 -0
- package/dist/model/wTMerchantUpdate.js.map +1 -1
- package/dist/model/wTOptInList.d.ts +1 -1
- package/dist/model/wTPaymentDesign.d.ts +1 -1
- package/dist/model/wTSMSLimits.d.ts +15 -0
- package/dist/model/wTSMSLimits.js +23 -0
- package/dist/model/wTSMSLimits.js.map +1 -0
- package/dist/model/wTStaticVoucher.d.ts +1 -1
- package/dist/model/wTStaticVoucherCampaign.d.ts +1 -1
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +5 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
- package/dist/model/wTWalletItemRedemption.d.ts +1 -1
- package/dist/model/wTWalletObjectPrefixCounts.d.ts +17 -0
- package/dist/model/wTWalletObjectPrefixCounts.js +28 -0
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -0
- package/dist/model/wTWalletPageView.d.ts +1 -1
- package/dist/model/wTWalletPageViewCount.d.ts +16 -0
- package/dist/model/wTWalletPageViewCount.js +28 -0
- package/dist/model/wTWalletPageViewCount.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +1 -0
- package/dist/model/walletConfiguration.js +5 -0
- package/dist/model/walletConfiguration.js.map +1 -1
- package/dist/model/walletPageView.d.ts +1 -1
- package/model/advertisementCredit.ts +2 -2
- package/model/advertisementCreditBroadcast.ts +2 -2
- package/model/advertisementCreditScan.ts +2 -2
- package/model/agreement.ts +2 -2
- package/model/alert.ts +1 -1
- package/model/announcement.ts +1 -1
- package/model/applicableTerminals.ts +4 -1
- package/model/applicableTerminalsAnyOf.ts +1 -1
- package/model/applicableTerminalsAnyOf1.ts +2 -2
- package/model/applicableTerminalsAnyOf2.ts +2 -2
- package/model/applicableTerminalsAnyOf3.ts +2 -2
- package/model/applicableTerminalsAnyOf4.ts +17 -0
- package/model/applicableTerminalsAnyOf5.ts +17 -0
- package/model/applicableTerminalsAnyOf6.ts +17 -0
- package/model/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- package/model/clickFunnelAmount.ts +1 -1
- package/model/clickFunnelContact.ts +4 -4
- package/model/clickFunnelContactProfile.ts +6 -6
- package/model/clickFunnelEvent.ts +1 -1
- package/model/clickFunnelOriginalAmount.ts +1 -1
- package/model/clickFunnelProduct.ts +1 -1
- package/model/clickFunnelPurchase.ts +1 -1
- package/model/clickFunnelRegistration.ts +38 -0
- 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 +2 -2
- package/model/dynamicVoucherBroadcast.ts +2 -2
- package/model/employee.ts +1 -1
- package/model/employeeAPIKey.ts +2 -2
- package/model/employeeActivityLog.ts +1 -1
- package/model/entityTooLarge.ts +1 -1
- package/model/exportDataFile.ts +1 -1
- package/model/falsumError.ts +1 -1
- package/model/falsumField.ts +1 -1
- package/model/feature.ts +1 -1
- package/model/forbiddenRequest.ts +1 -1
- package/model/foreignKeyDoesNotExist.ts +1 -1
- package/model/helpDeskRequest.ts +2 -2
- package/model/imageGrid.ts +79 -0
- package/model/importedList.ts +2 -2
- package/model/importedListRecipient.ts +2 -2
- package/model/inboundSMS.ts +2 -2
- package/model/inlineResponse200.ts +28 -9
- package/model/inlineResponse2001.ts +11 -24
- package/model/inlineResponse20010.ts +13 -14
- package/model/inlineResponse20011.ts +80 -8
- package/model/inlineResponse20012.ts +9 -64
- package/model/inlineResponse2002.ts +3 -3
- package/model/inlineResponse2003.ts +17 -4
- package/model/inlineResponse2004.ts +10 -15
- package/model/inlineResponse2005.ts +15 -9
- package/model/inlineResponse2006.ts +14 -67
- package/model/inlineResponse2007.ts +13 -13
- package/model/inlineResponse2008.ts +17 -4
- package/model/inlineResponse2009.ts +66 -12
- package/model/internalServerError.ts +1 -1
- package/model/ledgerEntry.ts +2 -2
- package/model/linkBook.ts +1 -1
- package/model/linkBookSection.ts +7 -1
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +43 -0
- package/model/mSMemberHistory.ts +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 +31 -4
- 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 +73 -15
- package/model/moduleError.ts +1 -1
- package/model/newsArticle.ts +1 -1
- package/model/optInList.ts +2 -2
- package/model/optInListSource.ts +2 -2
- package/model/optInListSubscriber.ts +2 -2
- package/model/outboundSMS.ts +8 -8
- package/model/paginatedWTMembers.ts +1 -1
- package/model/paginatedWTMerchantCredits.ts +1 -1
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
- package/model/paginationRequestWithSortOptions.ts +1 -1
- package/model/paymentDesign.ts +2 -2
- package/model/paymentPrefixes.ts +97 -0
- package/model/performance.ts +1 -1
- package/model/phoneNumber.ts +2 -2
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
- 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/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +64 -0
- 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 +1 -1
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -7
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
- 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 +1 -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 +2 -2
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +3 -1
- package/model/presignedPost.ts +1 -1
- package/model/presignedPostFields.ts +1 -1
- package/model/product.ts +1 -1
- package/model/promoCode.ts +1 -1
- package/model/reachPerformanceStats.ts +1 -1
- package/model/request.ts +1 -1
- package/model/response.ts +1 -1
- package/model/role.ts +1 -1
- package/model/roleAuditLog.ts +1 -1
- package/model/sSImportedListRecipientCreateParams.ts +1 -1
- package/model/sSOptInSource.ts +1 -1
- package/model/simpleSMSBroadcast.ts +2 -2
- package/model/staticVoucher.ts +2 -2
- package/model/staticVoucherCampaign.ts +2 -2
- package/model/staticVoucherCampaignBroadcast.ts +2 -2
- package/model/staticVoucherCampaignGroup.ts +2 -2
- 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 +2 -2
- 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 +2 -2
- package/model/wTAdvertisementCreditCreateParams.ts +1 -1
- package/model/wTAdvertisementCreditScan.ts +2 -2
- package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -0
- package/model/wTAuthenticationForgotPassword.ts +1 -1
- package/model/wTAuthenticationLoginRequest.ts +37 -0
- package/model/wTAuthenticationLoginResponse.ts +115 -0
- package/model/wTAuthenticationRegister.ts +1 -1
- package/model/wTAuthenticationRequestResetPassword.ts +1 -1
- package/model/wTAuthenticationResetPassword.ts +1 -1
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
- package/model/wTBillingChangePlan.ts +1 -1
- package/model/wTBillingSavePaymentMethod.ts +1 -1
- package/model/wTBillingVerifyPaymentMethodResponse.ts +38 -0
- package/model/wTCountResult.ts +31 -0
- package/model/wTCustomerSearchByMemberID.ts +1 -1
- package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
- package/model/wTDynamicVoucher.ts +2 -2
- package/model/wTDynamicVoucherCreateParams.ts +1 -1
- package/model/wTDynamicVoucherRedemption.ts +2 -2
- package/model/wTDynamicVoucherSummary.ts +1 -1
- package/model/wTDynamicVoucherUpdateParams.ts +1 -1
- package/model/wTEmployee.ts +1 -1
- package/model/wTEmployeeAPIKey.ts +2 -2
- package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
- package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
- package/model/wTEmployeeCreate.ts +1 -1
- package/model/wTEmployeeCreateAlert.ts +1 -1
- package/model/wTEmployeeCreateMediaFile.ts +7 -1
- package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
- package/model/wTEmployeeFileCreate.ts +1 -1
- package/model/wTEmployeeImportRecords.ts +1 -1
- package/model/wTEmployeeNotification.ts +1 -1
- package/model/wTEmployeePeerRoles.ts +1 -1
- package/model/wTEmployeeS3FilePresign.ts +1 -1
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
- package/model/wTEmployeeScheduleSimpleSMS.ts +1 -1
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
- package/model/wTEmployeeSendHelpDeskResponse.ts +7 -1
- package/model/wTEmployeeUpdate.ts +1 -1
- package/model/wTEmployeeUpdateRecords.ts +37 -0
- package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
- package/model/wTImageGridCreateParams.ts +49 -0
- package/model/wTImageGridUpdateParams.ts +49 -0
- package/model/wTImportedList.ts +2 -2
- package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
- package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
- package/model/wTInfoGenesisRoutingIDs.ts +1 -1
- package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
- package/model/wTLinkBookCreateParams.ts +1 -1
- package/model/wTLinkBookSectionCreateParams.ts +7 -1
- package/model/wTLinkBookSectionUpdateParams.ts +7 -1
- package/model/wTLinkBookUpdateParams.ts +1 -1
- package/model/wTMember.ts +1 -1
- package/model/wTMemberCreationParams.ts +1 -1
- package/model/wTMembershipTier.ts +2 -2
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +2 -2
- package/model/wTMerchantCredit.ts +1 -1
- package/model/wTMerchantCreditCreationParams.ts +1 -1
- package/model/wTMerchantURLCreate.ts +1 -1
- package/model/wTMerchantURLUpdate.ts +1 -1
- package/model/wTMerchantUpdate.ts +7 -1
- package/model/wTMerchantUpdateBillingContact.ts +1 -1
- package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
- package/model/wTNewsArticleCreateParams.ts +1 -1
- package/model/wTNewsArticleUpdateParams.ts +1 -1
- package/model/wTOptInList.ts +2 -2
- package/model/wTOptInListCreationParams.ts +1 -1
- package/model/wTPaymentDesign.ts +2 -2
- package/model/wTPaymentDesignCreateParams.ts +1 -1
- package/model/wTPaymentDesignUpdateParams.ts +1 -1
- package/model/wTPerformanceCreateParams.ts +1 -1
- package/model/wTPerformanceUpdateParams.ts +1 -1
- package/model/wTPosMachine.ts +1 -1
- package/model/wTPosMachineCreateParams.ts +1 -1
- package/model/wTPosMachineUpdateParams.ts +1 -1
- package/model/wTPromoCodeCreateParams.ts +1 -1
- package/model/wTPromoCodeUpdateParams.ts +1 -1
- package/model/wTRole.ts +1 -1
- package/model/wTSMSAcquirePhoneNumber.ts +1 -1
- package/model/wTSMSCreateAgreement.ts +1 -1
- package/model/wTSMSImportOptInListSubscribers.ts +1 -1
- package/model/wTSMSImportedListCreate.ts +1 -1
- package/model/wTSMSLimits.ts +37 -0
- package/model/wTSMSOptInListSourceCreate.ts +1 -1
- package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
- package/model/wTSettingsSetPassword.ts +1 -1
- package/model/wTStaticVoucher.ts +2 -2
- package/model/wTStaticVoucherCampaign.ts +2 -2
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
- package/model/wTStaticVoucherCreateParams.ts +1 -1
- package/model/wTStaticVoucherUpdateParams.ts +1 -1
- package/model/wTSystemApprovePhoneNumber.ts +1 -1
- package/model/wTSystemRoleCreate.ts +1 -1
- package/model/wTTCPAOpt.ts +1 -1
- package/model/wTTwilioRequestAuthyCode.ts +1 -1
- package/model/wTTwilioVerifyAuthyCode.ts +1 -1
- package/model/wTWalletConfigurationSaveWalletRecord.ts +7 -1
- package/model/wTWalletItemRedemption.ts +2 -2
- package/model/wTWalletObjectPrefixCounts.ts +44 -0
- package/model/wTWalletPageView.ts +2 -2
- package/model/wTWalletPageViewCount.ts +43 -0
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/walletConfiguration.ts +7 -1
- package/model/walletPageView.ts +2 -2
- package/model/webpage.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -2
package/.openapi-generator/FILES
CHANGED
|
@@ -14,6 +14,7 @@ api/dynamicVouchersApi.ts
|
|
|
14
14
|
api/employeeAPIKeysApi.ts
|
|
15
15
|
api/employeeAccessApi.ts
|
|
16
16
|
api/employeesApi.ts
|
|
17
|
+
api/imageGridApi.ts
|
|
17
18
|
api/industriesApi.ts
|
|
18
19
|
api/infoGenesisReportsApi.ts
|
|
19
20
|
api/integratedTerminalsApi.ts
|
|
@@ -39,6 +40,7 @@ api/systemApi.ts
|
|
|
39
40
|
api/transactionLedgerApi.ts
|
|
40
41
|
api/utilitiesApi.ts
|
|
41
42
|
api/webTerminalApi.ts
|
|
43
|
+
api/wixTerminalApi.ts
|
|
42
44
|
git_push.sh
|
|
43
45
|
model/advertisementCredit.ts
|
|
44
46
|
model/advertisementCreditBroadcast.ts
|
|
@@ -51,6 +53,9 @@ model/applicableTerminalsAnyOf.ts
|
|
|
51
53
|
model/applicableTerminalsAnyOf1.ts
|
|
52
54
|
model/applicableTerminalsAnyOf2.ts
|
|
53
55
|
model/applicableTerminalsAnyOf3.ts
|
|
56
|
+
model/applicableTerminalsAnyOf4.ts
|
|
57
|
+
model/applicableTerminalsAnyOf5.ts
|
|
58
|
+
model/applicableTerminalsAnyOf6.ts
|
|
54
59
|
model/authError.ts
|
|
55
60
|
model/availablePhoneNumbersRequest.ts
|
|
56
61
|
model/clickFunnelAmount.ts
|
|
@@ -60,6 +65,7 @@ model/clickFunnelEvent.ts
|
|
|
60
65
|
model/clickFunnelOriginalAmount.ts
|
|
61
66
|
model/clickFunnelProduct.ts
|
|
62
67
|
model/clickFunnelPurchase.ts
|
|
68
|
+
model/clickFunnelRegistration.ts
|
|
63
69
|
model/createStaticVoucherCampaign.ts
|
|
64
70
|
model/createStaticVoucherCampaignWithVoucher.ts
|
|
65
71
|
model/createStaticVoucherCampaignWithVoucherWithCSV.ts
|
|
@@ -78,15 +84,13 @@ model/feature.ts
|
|
|
78
84
|
model/forbiddenRequest.ts
|
|
79
85
|
model/foreignKeyDoesNotExist.ts
|
|
80
86
|
model/helpDeskRequest.ts
|
|
87
|
+
model/imageGrid.ts
|
|
81
88
|
model/importedList.ts
|
|
82
89
|
model/importedListRecipient.ts
|
|
90
|
+
model/inboundSMS.ts
|
|
83
91
|
model/inlineResponse200.ts
|
|
84
92
|
model/inlineResponse2001.ts
|
|
85
93
|
model/inlineResponse20010.ts
|
|
86
|
-
model/inlineResponse20011.ts
|
|
87
|
-
model/inlineResponse20012.ts
|
|
88
|
-
model/inlineResponse20013.ts
|
|
89
|
-
model/inlineResponse20014.ts
|
|
90
94
|
model/inlineResponse2002.ts
|
|
91
95
|
model/inlineResponse2003.ts
|
|
92
96
|
model/inlineResponse2004.ts
|
|
@@ -99,6 +103,11 @@ model/internalServerError.ts
|
|
|
99
103
|
model/ledgerEntry.ts
|
|
100
104
|
model/linkBook.ts
|
|
101
105
|
model/linkBookSection.ts
|
|
106
|
+
model/mSAnalyticsMemberCountPartitionedByDate.ts
|
|
107
|
+
model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts
|
|
108
|
+
model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts
|
|
109
|
+
model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts
|
|
110
|
+
model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts
|
|
102
111
|
model/mSMemberHistory.ts
|
|
103
112
|
model/mSMemberHistoryPagination.ts
|
|
104
113
|
model/mSMemberRedemption.ts
|
|
@@ -131,6 +140,7 @@ model/paginatedWTMerchantCredits.ts
|
|
|
131
140
|
model/paginationRequestWithIDAndWithoutSortOptions.ts
|
|
132
141
|
model/paginationRequestWithSortOptions.ts
|
|
133
142
|
model/paymentDesign.ts
|
|
143
|
+
model/paymentPrefixes.ts
|
|
134
144
|
model/performance.ts
|
|
135
145
|
model/phoneNumber.ts
|
|
136
146
|
model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts
|
|
@@ -140,6 +150,7 @@ model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifi
|
|
|
140
150
|
model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts
|
|
141
151
|
model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts
|
|
142
152
|
model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts
|
|
153
|
+
model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts
|
|
143
154
|
model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts
|
|
144
155
|
model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts
|
|
145
156
|
model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts
|
|
@@ -200,14 +211,18 @@ model/wTAdvertisementCredit.ts
|
|
|
200
211
|
model/wTAdvertisementCreditCreateParams.ts
|
|
201
212
|
model/wTAdvertisementCreditScan.ts
|
|
202
213
|
model/wTAdvertisementCreditUpdateParams.ts
|
|
214
|
+
model/wTAuthenticationCheckSessionTokenStatusResponse.ts
|
|
203
215
|
model/wTAuthenticationForgotPassword.ts
|
|
204
|
-
model/
|
|
216
|
+
model/wTAuthenticationLoginRequest.ts
|
|
217
|
+
model/wTAuthenticationLoginResponse.ts
|
|
205
218
|
model/wTAuthenticationRegister.ts
|
|
206
219
|
model/wTAuthenticationRequestResetPassword.ts
|
|
207
220
|
model/wTAuthenticationResetPassword.ts
|
|
208
221
|
model/wTAuthenticationSSOLoginForDiscourse.ts
|
|
209
222
|
model/wTBillingChangePlan.ts
|
|
210
223
|
model/wTBillingSavePaymentMethod.ts
|
|
224
|
+
model/wTBillingVerifyPaymentMethodResponse.ts
|
|
225
|
+
model/wTCountResult.ts
|
|
211
226
|
model/wTCustomerSearchByMemberID.ts
|
|
212
227
|
model/wTCustomerSearchByPhoneNumber.ts
|
|
213
228
|
model/wTDynamicVoucher.ts
|
|
@@ -233,7 +248,10 @@ model/wTEmployeeScheduleSimpleSMS.ts
|
|
|
233
248
|
model/wTEmployeeScheduleSimpleSMSToRecipient.ts
|
|
234
249
|
model/wTEmployeeSendHelpDeskResponse.ts
|
|
235
250
|
model/wTEmployeeUpdate.ts
|
|
251
|
+
model/wTEmployeeUpdateRecords.ts
|
|
236
252
|
model/wTFetchWalletPaymentObjectWithToken.ts
|
|
253
|
+
model/wTImageGridCreateParams.ts
|
|
254
|
+
model/wTImageGridUpdateParams.ts
|
|
237
255
|
model/wTImportedList.ts
|
|
238
256
|
model/wTInfoGenesisLookupRequestErrors.ts
|
|
239
257
|
model/wTInfoGenesisRecordFilterParameters.ts
|
|
@@ -275,6 +293,7 @@ model/wTSMSAcquirePhoneNumber.ts
|
|
|
275
293
|
model/wTSMSCreateAgreement.ts
|
|
276
294
|
model/wTSMSImportOptInListSubscribers.ts
|
|
277
295
|
model/wTSMSImportedListCreate.ts
|
|
296
|
+
model/wTSMSLimits.ts
|
|
278
297
|
model/wTSMSOptInListSourceCreate.ts
|
|
279
298
|
model/wTSMSUpdatePhoneNumberConfig.ts
|
|
280
299
|
model/wTSettingsSetPassword.ts
|
|
@@ -291,7 +310,9 @@ model/wTTwilioRequestAuthyCode.ts
|
|
|
291
310
|
model/wTTwilioVerifyAuthyCode.ts
|
|
292
311
|
model/wTWalletConfigurationSaveWalletRecord.ts
|
|
293
312
|
model/wTWalletItemRedemption.ts
|
|
313
|
+
model/wTWalletObjectPrefixCounts.ts
|
|
294
314
|
model/wTWalletPageView.ts
|
|
315
|
+
model/wTWalletPageViewCount.ts
|
|
295
316
|
model/wTWalletPageViewGeoPoint.ts
|
|
296
317
|
model/walletConfiguration.ts
|
|
297
318
|
model/walletPageView.ts
|
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: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,7 +18,14 @@ import http from 'http';
|
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
20
|
import { InternalServerError } from '../model/internalServerError';
|
|
21
|
+
import { MSAnalyticsMemberCountPartitionedByDate } from '../model/mSAnalyticsMemberCountPartitionedByDate';
|
|
22
|
+
import { MSAnalyticsMemberPointsRedeemedPartitionedByDate } from '../model/mSAnalyticsMemberPointsRedeemedPartitionedByDate';
|
|
23
|
+
import { MSAnalyticsMemberPointsRefundedPartitionedByDate } from '../model/mSAnalyticsMemberPointsRefundedPartitionedByDate';
|
|
24
|
+
import { MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate } from '../model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate';
|
|
25
|
+
import { MSAnalyticsMembershipTierAmountRefundedPartitionedByDate } from '../model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate';
|
|
26
|
+
import { WTWalletObjectPrefixCounts } from '../model/wTWalletObjectPrefixCounts';
|
|
21
27
|
import { WTWalletPageView } from '../model/wTWalletPageView';
|
|
28
|
+
import { WalletPageView } from '../model/walletPageView';
|
|
22
29
|
|
|
23
30
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
24
31
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -92,6 +99,170 @@ export class AnalyticsApi {
|
|
|
92
99
|
this.interceptors.push(interceptor);
|
|
93
100
|
}
|
|
94
101
|
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @summary Fetch wallet object counts within a given time frame that have a valid phone verification token
|
|
105
|
+
* @param startDate
|
|
106
|
+
* @param endDate
|
|
107
|
+
*/
|
|
108
|
+
public async countVerifiedWalletPageViews (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTWalletObjectPrefixCounts>; }> {
|
|
109
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/sessions/verified/distinct/walletObjectsCount';
|
|
110
|
+
let localVarQueryParameters: any = {};
|
|
111
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
112
|
+
const produces = ['application/json'];
|
|
113
|
+
// give precedence to 'application/json'
|
|
114
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
115
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
116
|
+
} else {
|
|
117
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
118
|
+
}
|
|
119
|
+
let localVarFormParams: any = {};
|
|
120
|
+
|
|
121
|
+
// verify required parameter 'startDate' is not null or undefined
|
|
122
|
+
if (startDate === null || startDate === undefined) {
|
|
123
|
+
throw new Error('Required parameter startDate was null or undefined when calling countVerifiedWalletPageViews.');
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
// verify required parameter 'endDate' is not null or undefined
|
|
127
|
+
if (endDate === null || endDate === undefined) {
|
|
128
|
+
throw new Error('Required parameter endDate was null or undefined when calling countVerifiedWalletPageViews.');
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
if (startDate !== undefined) {
|
|
132
|
+
localVarQueryParameters['startDate'] = ObjectSerializer.serialize(startDate, "Date");
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
if (endDate !== undefined) {
|
|
136
|
+
localVarQueryParameters['endDate'] = ObjectSerializer.serialize(endDate, "Date");
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
140
|
+
|
|
141
|
+
let localVarUseFormData = false;
|
|
142
|
+
|
|
143
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
144
|
+
method: 'GET',
|
|
145
|
+
qs: localVarQueryParameters,
|
|
146
|
+
headers: localVarHeaderParams,
|
|
147
|
+
uri: localVarPath,
|
|
148
|
+
useQuerystring: this._useQuerystring,
|
|
149
|
+
json: true,
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
let authenticationPromise = Promise.resolve();
|
|
153
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
154
|
+
|
|
155
|
+
let interceptorPromise = authenticationPromise;
|
|
156
|
+
for (const interceptor of this.interceptors) {
|
|
157
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
return interceptorPromise.then(() => {
|
|
161
|
+
if (Object.keys(localVarFormParams).length) {
|
|
162
|
+
if (localVarUseFormData) {
|
|
163
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
164
|
+
} else {
|
|
165
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<WTWalletObjectPrefixCounts>; }>((resolve, reject) => {
|
|
169
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
170
|
+
if (error) {
|
|
171
|
+
reject(error);
|
|
172
|
+
} else {
|
|
173
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
174
|
+
body = ObjectSerializer.deserialize(body, "Array<WTWalletObjectPrefixCounts>");
|
|
175
|
+
resolve({ response: response, body: body });
|
|
176
|
+
} else {
|
|
177
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
});
|
|
181
|
+
});
|
|
182
|
+
});
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
*
|
|
186
|
+
* @summary Fetch wallet object counts within a given time frame
|
|
187
|
+
* @param startDate
|
|
188
|
+
* @param endDate
|
|
189
|
+
*/
|
|
190
|
+
public async countWalletPageViews (startDate: Date, endDate: Date, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<WTWalletObjectPrefixCounts>; }> {
|
|
191
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/sessions/distinct/walletObjectsCount';
|
|
192
|
+
let localVarQueryParameters: any = {};
|
|
193
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
194
|
+
const produces = ['application/json'];
|
|
195
|
+
// give precedence to 'application/json'
|
|
196
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
197
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
198
|
+
} else {
|
|
199
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
200
|
+
}
|
|
201
|
+
let localVarFormParams: any = {};
|
|
202
|
+
|
|
203
|
+
// verify required parameter 'startDate' is not null or undefined
|
|
204
|
+
if (startDate === null || startDate === undefined) {
|
|
205
|
+
throw new Error('Required parameter startDate was null or undefined when calling countWalletPageViews.');
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// verify required parameter 'endDate' is not null or undefined
|
|
209
|
+
if (endDate === null || endDate === undefined) {
|
|
210
|
+
throw new Error('Required parameter endDate was null or undefined when calling countWalletPageViews.');
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
if (startDate !== undefined) {
|
|
214
|
+
localVarQueryParameters['startDate'] = ObjectSerializer.serialize(startDate, "Date");
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
if (endDate !== undefined) {
|
|
218
|
+
localVarQueryParameters['endDate'] = ObjectSerializer.serialize(endDate, "Date");
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
222
|
+
|
|
223
|
+
let localVarUseFormData = false;
|
|
224
|
+
|
|
225
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
226
|
+
method: 'GET',
|
|
227
|
+
qs: localVarQueryParameters,
|
|
228
|
+
headers: localVarHeaderParams,
|
|
229
|
+
uri: localVarPath,
|
|
230
|
+
useQuerystring: this._useQuerystring,
|
|
231
|
+
json: true,
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
let authenticationPromise = Promise.resolve();
|
|
235
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
236
|
+
|
|
237
|
+
let interceptorPromise = authenticationPromise;
|
|
238
|
+
for (const interceptor of this.interceptors) {
|
|
239
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
return interceptorPromise.then(() => {
|
|
243
|
+
if (Object.keys(localVarFormParams).length) {
|
|
244
|
+
if (localVarUseFormData) {
|
|
245
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
246
|
+
} else {
|
|
247
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<WTWalletObjectPrefixCounts>; }>((resolve, reject) => {
|
|
251
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
252
|
+
if (error) {
|
|
253
|
+
reject(error);
|
|
254
|
+
} else {
|
|
255
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
256
|
+
body = ObjectSerializer.deserialize(body, "Array<WTWalletObjectPrefixCounts>");
|
|
257
|
+
resolve({ response: response, body: body });
|
|
258
|
+
} else {
|
|
259
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
});
|
|
263
|
+
});
|
|
264
|
+
});
|
|
265
|
+
}
|
|
95
266
|
/**
|
|
96
267
|
*
|
|
97
268
|
* @summary Count ad credits by employee
|
|
@@ -4002,7 +4173,7 @@ export class AnalyticsApi {
|
|
|
4002
4173
|
* @param locale
|
|
4003
4174
|
* @param timezone
|
|
4004
4175
|
*/
|
|
4005
|
-
public async fetchAnalyticsMemberCount (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
4176
|
+
public async fetchAnalyticsMemberCount (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberCountPartitionedByDate>; }> {
|
|
4006
4177
|
const localVarPath = this.basePath + '/v2/analytics/membership/member/count';
|
|
4007
4178
|
let localVarQueryParameters: any = {};
|
|
4008
4179
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -4080,13 +4251,13 @@ export class AnalyticsApi {
|
|
|
4080
4251
|
localVarRequestOptions.form = localVarFormParams;
|
|
4081
4252
|
}
|
|
4082
4253
|
}
|
|
4083
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
4254
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberCountPartitionedByDate>; }>((resolve, reject) => {
|
|
4084
4255
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
4085
4256
|
if (error) {
|
|
4086
4257
|
reject(error);
|
|
4087
4258
|
} else {
|
|
4088
4259
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
4089
|
-
body = ObjectSerializer.deserialize(body, "
|
|
4260
|
+
body = ObjectSerializer.deserialize(body, "Array<MSAnalyticsMemberCountPartitionedByDate>");
|
|
4090
4261
|
resolve({ response: response, body: body });
|
|
4091
4262
|
} else {
|
|
4092
4263
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -5379,7 +5550,7 @@ export class AnalyticsApi {
|
|
|
5379
5550
|
* @param locale
|
|
5380
5551
|
* @param timezone
|
|
5381
5552
|
*/
|
|
5382
|
-
public async fetchAnalyticsTotalAmountRedeemedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
5553
|
+
public async fetchAnalyticsTotalAmountRedeemedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate>; }> {
|
|
5383
5554
|
const localVarPath = this.basePath + '/v2/analytics/membership/tier/amount/redeemed';
|
|
5384
5555
|
let localVarQueryParameters: any = {};
|
|
5385
5556
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -5457,13 +5628,13 @@ export class AnalyticsApi {
|
|
|
5457
5628
|
localVarRequestOptions.form = localVarFormParams;
|
|
5458
5629
|
}
|
|
5459
5630
|
}
|
|
5460
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
5631
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate>; }>((resolve, reject) => {
|
|
5461
5632
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
5462
5633
|
if (error) {
|
|
5463
5634
|
reject(error);
|
|
5464
5635
|
} else {
|
|
5465
5636
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
5466
|
-
body = ObjectSerializer.deserialize(body, "
|
|
5637
|
+
body = ObjectSerializer.deserialize(body, "Array<MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate>");
|
|
5467
5638
|
resolve({ response: response, body: body });
|
|
5468
5639
|
} else {
|
|
5469
5640
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -5583,7 +5754,7 @@ export class AnalyticsApi {
|
|
|
5583
5754
|
* @param locale
|
|
5584
5755
|
* @param timezone
|
|
5585
5756
|
*/
|
|
5586
|
-
public async fetchAnalyticsTotalAmountRefundedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
5757
|
+
public async fetchAnalyticsTotalAmountRefundedPerTier (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMembershipTierAmountRefundedPartitionedByDate>; }> {
|
|
5587
5758
|
const localVarPath = this.basePath + '/v2/analytics/membership/tier/amount/refunded';
|
|
5588
5759
|
let localVarQueryParameters: any = {};
|
|
5589
5760
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -5661,13 +5832,13 @@ export class AnalyticsApi {
|
|
|
5661
5832
|
localVarRequestOptions.form = localVarFormParams;
|
|
5662
5833
|
}
|
|
5663
5834
|
}
|
|
5664
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
5835
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMembershipTierAmountRefundedPartitionedByDate>; }>((resolve, reject) => {
|
|
5665
5836
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
5666
5837
|
if (error) {
|
|
5667
5838
|
reject(error);
|
|
5668
5839
|
} else {
|
|
5669
5840
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
5670
|
-
body = ObjectSerializer.deserialize(body, "
|
|
5841
|
+
body = ObjectSerializer.deserialize(body, "Array<MSAnalyticsMembershipTierAmountRefundedPartitionedByDate>");
|
|
5671
5842
|
resolve({ response: response, body: body });
|
|
5672
5843
|
} else {
|
|
5673
5844
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -5685,7 +5856,7 @@ export class AnalyticsApi {
|
|
|
5685
5856
|
* @param locale
|
|
5686
5857
|
* @param timezone
|
|
5687
5858
|
*/
|
|
5688
|
-
public async fetchAnalyticsTotalPointsRedeemed (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
5859
|
+
public async fetchAnalyticsTotalPointsRedeemed (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberPointsRedeemedPartitionedByDate>; }> {
|
|
5689
5860
|
const localVarPath = this.basePath + '/v2/analytics/membership/member/points/redeemed';
|
|
5690
5861
|
let localVarQueryParameters: any = {};
|
|
5691
5862
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -5763,13 +5934,13 @@ export class AnalyticsApi {
|
|
|
5763
5934
|
localVarRequestOptions.form = localVarFormParams;
|
|
5764
5935
|
}
|
|
5765
5936
|
}
|
|
5766
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
5937
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberPointsRedeemedPartitionedByDate>; }>((resolve, reject) => {
|
|
5767
5938
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
5768
5939
|
if (error) {
|
|
5769
5940
|
reject(error);
|
|
5770
5941
|
} else {
|
|
5771
5942
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
5772
|
-
body = ObjectSerializer.deserialize(body, "
|
|
5943
|
+
body = ObjectSerializer.deserialize(body, "Array<MSAnalyticsMemberPointsRedeemedPartitionedByDate>");
|
|
5773
5944
|
resolve({ response: response, body: body });
|
|
5774
5945
|
} else {
|
|
5775
5946
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -5787,7 +5958,7 @@ export class AnalyticsApi {
|
|
|
5787
5958
|
* @param locale
|
|
5788
5959
|
* @param timezone
|
|
5789
5960
|
*/
|
|
5790
|
-
public async fetchAnalyticsTotalPointsRefunded (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
5961
|
+
public async fetchAnalyticsTotalPointsRefunded (startDate: Date, endDate: Date, locale: string, timezone: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberPointsRefundedPartitionedByDate>; }> {
|
|
5791
5962
|
const localVarPath = this.basePath + '/v2/analytics/membership/member/points/refunded';
|
|
5792
5963
|
let localVarQueryParameters: any = {};
|
|
5793
5964
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -5865,13 +6036,13 @@ export class AnalyticsApi {
|
|
|
5865
6036
|
localVarRequestOptions.form = localVarFormParams;
|
|
5866
6037
|
}
|
|
5867
6038
|
}
|
|
5868
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
6039
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<MSAnalyticsMemberPointsRefundedPartitionedByDate>; }>((resolve, reject) => {
|
|
5869
6040
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
5870
6041
|
if (error) {
|
|
5871
6042
|
reject(error);
|
|
5872
6043
|
} else {
|
|
5873
6044
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
5874
|
-
body = ObjectSerializer.deserialize(body, "
|
|
6045
|
+
body = ObjectSerializer.deserialize(body, "Array<MSAnalyticsMemberPointsRefundedPartitionedByDate>");
|
|
5875
6046
|
resolve({ response: response, body: body });
|
|
5876
6047
|
} else {
|
|
5877
6048
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -5950,4 +6121,73 @@ export class AnalyticsApi {
|
|
|
5950
6121
|
});
|
|
5951
6122
|
});
|
|
5952
6123
|
}
|
|
6124
|
+
/**
|
|
6125
|
+
*
|
|
6126
|
+
* @summary Fetch session activity by wallet page view ID
|
|
6127
|
+
* @param id
|
|
6128
|
+
*/
|
|
6129
|
+
public async fetchWalletPageViewByID (id: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WalletPageView; }> {
|
|
6130
|
+
const localVarPath = this.basePath + '/v2/analytics/walletPageViews/activity/{id}'
|
|
6131
|
+
.replace('{' + 'id' + '}', encodeURIComponent(String(id)));
|
|
6132
|
+
let localVarQueryParameters: any = {};
|
|
6133
|
+
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
6134
|
+
const produces = ['application/json'];
|
|
6135
|
+
// give precedence to 'application/json'
|
|
6136
|
+
if (produces.indexOf('application/json') >= 0) {
|
|
6137
|
+
localVarHeaderParams.Accept = 'application/json';
|
|
6138
|
+
} else {
|
|
6139
|
+
localVarHeaderParams.Accept = produces.join(',');
|
|
6140
|
+
}
|
|
6141
|
+
let localVarFormParams: any = {};
|
|
6142
|
+
|
|
6143
|
+
// verify required parameter 'id' is not null or undefined
|
|
6144
|
+
if (id === null || id === undefined) {
|
|
6145
|
+
throw new Error('Required parameter id was null or undefined when calling fetchWalletPageViewByID.');
|
|
6146
|
+
}
|
|
6147
|
+
|
|
6148
|
+
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
6149
|
+
|
|
6150
|
+
let localVarUseFormData = false;
|
|
6151
|
+
|
|
6152
|
+
let localVarRequestOptions: localVarRequest.Options = {
|
|
6153
|
+
method: 'GET',
|
|
6154
|
+
qs: localVarQueryParameters,
|
|
6155
|
+
headers: localVarHeaderParams,
|
|
6156
|
+
uri: localVarPath,
|
|
6157
|
+
useQuerystring: this._useQuerystring,
|
|
6158
|
+
json: true,
|
|
6159
|
+
};
|
|
6160
|
+
|
|
6161
|
+
let authenticationPromise = Promise.resolve();
|
|
6162
|
+
authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions));
|
|
6163
|
+
|
|
6164
|
+
let interceptorPromise = authenticationPromise;
|
|
6165
|
+
for (const interceptor of this.interceptors) {
|
|
6166
|
+
interceptorPromise = interceptorPromise.then(() => interceptor(localVarRequestOptions));
|
|
6167
|
+
}
|
|
6168
|
+
|
|
6169
|
+
return interceptorPromise.then(() => {
|
|
6170
|
+
if (Object.keys(localVarFormParams).length) {
|
|
6171
|
+
if (localVarUseFormData) {
|
|
6172
|
+
(<any>localVarRequestOptions).formData = localVarFormParams;
|
|
6173
|
+
} else {
|
|
6174
|
+
localVarRequestOptions.form = localVarFormParams;
|
|
6175
|
+
}
|
|
6176
|
+
}
|
|
6177
|
+
return new Promise<{ response: http.IncomingMessage; body: WalletPageView; }>((resolve, reject) => {
|
|
6178
|
+
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
6179
|
+
if (error) {
|
|
6180
|
+
reject(error);
|
|
6181
|
+
} else {
|
|
6182
|
+
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
6183
|
+
body = ObjectSerializer.deserialize(body, "WalletPageView");
|
|
6184
|
+
resolve({ response: response, body: body });
|
|
6185
|
+
} else {
|
|
6186
|
+
reject(new HttpError(response, body, response.statusCode));
|
|
6187
|
+
}
|
|
6188
|
+
}
|
|
6189
|
+
});
|
|
6190
|
+
});
|
|
6191
|
+
});
|
|
6192
|
+
}
|
|
5953
6193
|
}
|
package/api/apis.ts
CHANGED
|
@@ -24,6 +24,8 @@ export * from './employeeAccessApi';
|
|
|
24
24
|
import { EmployeeAccessApi } from './employeeAccessApi';
|
|
25
25
|
export * from './employeesApi';
|
|
26
26
|
import { EmployeesApi } from './employeesApi';
|
|
27
|
+
export * from './imageGridApi';
|
|
28
|
+
import { ImageGridApi } from './imageGridApi';
|
|
27
29
|
export * from './industriesApi';
|
|
28
30
|
import { IndustriesApi } from './industriesApi';
|
|
29
31
|
export * from './infoGenesisReportsApi';
|
|
@@ -74,6 +76,8 @@ export * from './utilitiesApi';
|
|
|
74
76
|
import { UtilitiesApi } from './utilitiesApi';
|
|
75
77
|
export * from './webTerminalApi';
|
|
76
78
|
import { WebTerminalApi } from './webTerminalApi';
|
|
79
|
+
export * from './wixTerminalApi';
|
|
80
|
+
import { WixTerminalApi } from './wixTerminalApi';
|
|
77
81
|
import * as http from 'http';
|
|
78
82
|
|
|
79
83
|
export class HttpError extends Error {
|
|
@@ -85,4 +89,4 @@ export class HttpError extends Error {
|
|
|
85
89
|
|
|
86
90
|
export { RequestFile } from '../model/models';
|
|
87
91
|
|
|
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];
|
|
92
|
+
export const APIS = [AdvertisementCreditsApi, AnalyticsApi, AppleWalletSubscribersApi, BillingApi, ClubMembersPointsApi, ConfigurationApi, CountriesApi, CustomerApi, DashboardApi, DynamicVouchersApi, EmployeeAPIKeysApi, EmployeeAccessApi, EmployeesApi, ImageGridApi, 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, WixTerminalApi];
|
package/api/billingApi.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,10 +18,10 @@ import http from 'http';
|
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
20
|
import { InlineResponse200 } from '../model/inlineResponse200';
|
|
21
|
-
import { InlineResponse2001 } from '../model/inlineResponse2001';
|
|
22
21
|
import { InternalServerError } from '../model/internalServerError';
|
|
23
22
|
import { WTBillingChangePlan } from '../model/wTBillingChangePlan';
|
|
24
23
|
import { WTBillingSavePaymentMethod } from '../model/wTBillingSavePaymentMethod';
|
|
24
|
+
import { WTBillingVerifyPaymentMethodResponse } from '../model/wTBillingVerifyPaymentMethodResponse';
|
|
25
25
|
|
|
26
26
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
27
27
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -230,7 +230,7 @@ export class BillingApi {
|
|
|
230
230
|
*
|
|
231
231
|
* @summary Fetch merchant\'s industry
|
|
232
232
|
*/
|
|
233
|
-
public async fetchIndustry (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
233
|
+
public async fetchIndustry (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse200; }> {
|
|
234
234
|
const localVarPath = this.basePath + '/v2/billing/industry';
|
|
235
235
|
let localVarQueryParameters: any = {};
|
|
236
236
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -272,13 +272,13 @@ export class BillingApi {
|
|
|
272
272
|
localVarRequestOptions.form = localVarFormParams;
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
275
|
+
return new Promise<{ response: http.IncomingMessage; body: InlineResponse200; }>((resolve, reject) => {
|
|
276
276
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
277
277
|
if (error) {
|
|
278
278
|
reject(error);
|
|
279
279
|
} else {
|
|
280
280
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
281
|
-
body = ObjectSerializer.deserialize(body, "
|
|
281
|
+
body = ObjectSerializer.deserialize(body, "InlineResponse200");
|
|
282
282
|
resolve({ response: response, body: body });
|
|
283
283
|
} else {
|
|
284
284
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -619,7 +619,7 @@ export class BillingApi {
|
|
|
619
619
|
*
|
|
620
620
|
* @summary Verify payment method
|
|
621
621
|
*/
|
|
622
|
-
public async verifyPaymentMethod (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
622
|
+
public async verifyPaymentMethod (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTBillingVerifyPaymentMethodResponse; }> {
|
|
623
623
|
const localVarPath = this.basePath + '/v2/billing/paymentMethod';
|
|
624
624
|
let localVarQueryParameters: any = {};
|
|
625
625
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -661,13 +661,13 @@ export class BillingApi {
|
|
|
661
661
|
localVarRequestOptions.form = localVarFormParams;
|
|
662
662
|
}
|
|
663
663
|
}
|
|
664
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
664
|
+
return new Promise<{ response: http.IncomingMessage; body: WTBillingVerifyPaymentMethodResponse; }>((resolve, reject) => {
|
|
665
665
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
666
666
|
if (error) {
|
|
667
667
|
reject(error);
|
|
668
668
|
} else {
|
|
669
669
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
670
|
-
body = ObjectSerializer.deserialize(body, "
|
|
670
|
+
body = ObjectSerializer.deserialize(body, "WTBillingVerifyPaymentMethodResponse");
|
|
671
671
|
resolve({ response: response, body: body });
|
|
672
672
|
} else {
|
|
673
673
|
reject(new HttpError(response, body, response.statusCode));
|