wallet 2.1.508 → 2.1.511
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 +17 -5
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/analyticsApi.ts +84 -1
- package/api/apis.ts +3 -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/dist/api/analyticsApi.d.ts +9 -0
- package/dist/api/analyticsApi.js +69 -0
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/apis.d.ts +3 -1
- package/dist/api/apis.js +3 -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/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/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/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 +16 -5
- package/dist/model/models.js +49 -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/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 +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 +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 +1 -1
- 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 +49 -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 +1 -1
- package/model/wTLinkBookSectionUpdateParams.ts +1 -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
|
@@ -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.511
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,11 +17,11 @@ import http from 'http';
|
|
|
17
17
|
/* tslint:disable:no-unused-locals */
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
|
-
import { InlineResponse2003 } from '../model/inlineResponse2003';
|
|
21
20
|
import { InternalServerError } from '../model/internalServerError';
|
|
22
21
|
import { Request } from '../model/request';
|
|
23
22
|
import { Response } from '../model/response';
|
|
24
23
|
import { StaticVoucher } from '../model/staticVoucher';
|
|
24
|
+
import { WTCountResult } from '../model/wTCountResult';
|
|
25
25
|
import { WTInfoGenesisLookupRequestErrors } from '../model/wTInfoGenesisLookupRequestErrors';
|
|
26
26
|
import { WTInfoGenesisRecordFilterParameters } from '../model/wTInfoGenesisRecordFilterParameters';
|
|
27
27
|
import { WTInfoGenesisRoutingIDs } from '../model/wTInfoGenesisRoutingIDs';
|
|
@@ -104,7 +104,7 @@ export class InfoGenesisReportsApi {
|
|
|
104
104
|
* @summary Count redeemed ad credits
|
|
105
105
|
* @param wTInfoGenesisRecordFilterParameters
|
|
106
106
|
*/
|
|
107
|
-
public async countAdCreditsRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
107
|
+
public async countAdCreditsRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
108
108
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/adCredits/redemptions';
|
|
109
109
|
let localVarQueryParameters: any = {};
|
|
110
110
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -152,13 +152,13 @@ export class InfoGenesisReportsApi {
|
|
|
152
152
|
localVarRequestOptions.form = localVarFormParams;
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
155
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
156
156
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
157
157
|
if (error) {
|
|
158
158
|
reject(error);
|
|
159
159
|
} else {
|
|
160
160
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
161
|
-
body = ObjectSerializer.deserialize(body, "
|
|
161
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
162
162
|
resolve({ response: response, body: body });
|
|
163
163
|
} else {
|
|
164
164
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -173,7 +173,7 @@ export class InfoGenesisReportsApi {
|
|
|
173
173
|
* @summary Count refunded ad credits
|
|
174
174
|
* @param wTInfoGenesisRecordFilterParameters
|
|
175
175
|
*/
|
|
176
|
-
public async countAdCreditsRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
176
|
+
public async countAdCreditsRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
177
177
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/adCredits/refunds';
|
|
178
178
|
let localVarQueryParameters: any = {};
|
|
179
179
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -221,13 +221,13 @@ export class InfoGenesisReportsApi {
|
|
|
221
221
|
localVarRequestOptions.form = localVarFormParams;
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
224
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
225
225
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
226
226
|
if (error) {
|
|
227
227
|
reject(error);
|
|
228
228
|
} else {
|
|
229
229
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
230
|
-
body = ObjectSerializer.deserialize(body, "
|
|
230
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
231
231
|
resolve({ response: response, body: body });
|
|
232
232
|
} else {
|
|
233
233
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -242,7 +242,7 @@ export class InfoGenesisReportsApi {
|
|
|
242
242
|
* @summary Count dynamic voucher redemptions
|
|
243
243
|
* @param wTInfoGenesisRecordFilterParameters
|
|
244
244
|
*/
|
|
245
|
-
public async countDynamicVoucherRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
245
|
+
public async countDynamicVoucherRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
246
246
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/dynamicVoucher/redemptions';
|
|
247
247
|
let localVarQueryParameters: any = {};
|
|
248
248
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -290,13 +290,13 @@ export class InfoGenesisReportsApi {
|
|
|
290
290
|
localVarRequestOptions.form = localVarFormParams;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
293
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
294
294
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
295
295
|
if (error) {
|
|
296
296
|
reject(error);
|
|
297
297
|
} else {
|
|
298
298
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
299
|
-
body = ObjectSerializer.deserialize(body, "
|
|
299
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
300
300
|
resolve({ response: response, body: body });
|
|
301
301
|
} else {
|
|
302
302
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -311,7 +311,7 @@ export class InfoGenesisReportsApi {
|
|
|
311
311
|
* @summary Count dynamic voucher refunds
|
|
312
312
|
* @param wTInfoGenesisRecordFilterParameters
|
|
313
313
|
*/
|
|
314
|
-
public async countDynamicVoucherRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
314
|
+
public async countDynamicVoucherRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
315
315
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/dynamicVoucher/refunds';
|
|
316
316
|
let localVarQueryParameters: any = {};
|
|
317
317
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -359,13 +359,13 @@ export class InfoGenesisReportsApi {
|
|
|
359
359
|
localVarRequestOptions.form = localVarFormParams;
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
362
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
363
363
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
364
364
|
if (error) {
|
|
365
365
|
reject(error);
|
|
366
366
|
} else {
|
|
367
367
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
368
|
-
body = ObjectSerializer.deserialize(body, "
|
|
368
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
369
369
|
resolve({ response: response, body: body });
|
|
370
370
|
} else {
|
|
371
371
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -380,7 +380,7 @@ export class InfoGenesisReportsApi {
|
|
|
380
380
|
* @summary Count redeemed membership points
|
|
381
381
|
* @param wTInfoGenesisRecordFilterParameters
|
|
382
382
|
*/
|
|
383
|
-
public async countMembershipPointsRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
383
|
+
public async countMembershipPointsRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
384
384
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/membershipPoints/redemptions';
|
|
385
385
|
let localVarQueryParameters: any = {};
|
|
386
386
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -428,13 +428,13 @@ export class InfoGenesisReportsApi {
|
|
|
428
428
|
localVarRequestOptions.form = localVarFormParams;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
431
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
432
432
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
433
433
|
if (error) {
|
|
434
434
|
reject(error);
|
|
435
435
|
} else {
|
|
436
436
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
437
|
-
body = ObjectSerializer.deserialize(body, "
|
|
437
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
438
438
|
resolve({ response: response, body: body });
|
|
439
439
|
} else {
|
|
440
440
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -449,7 +449,7 @@ export class InfoGenesisReportsApi {
|
|
|
449
449
|
* @summary Count refunded membership points
|
|
450
450
|
* @param wTInfoGenesisRecordFilterParameters
|
|
451
451
|
*/
|
|
452
|
-
public async countMembershipPointsRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
452
|
+
public async countMembershipPointsRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
453
453
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/membershipPoints/refunds';
|
|
454
454
|
let localVarQueryParameters: any = {};
|
|
455
455
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -497,13 +497,13 @@ export class InfoGenesisReportsApi {
|
|
|
497
497
|
localVarRequestOptions.form = localVarFormParams;
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
500
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
501
501
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
502
502
|
if (error) {
|
|
503
503
|
reject(error);
|
|
504
504
|
} else {
|
|
505
505
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
506
|
-
body = ObjectSerializer.deserialize(body, "
|
|
506
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
507
507
|
resolve({ response: response, body: body });
|
|
508
508
|
} else {
|
|
509
509
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -518,7 +518,7 @@ export class InfoGenesisReportsApi {
|
|
|
518
518
|
* @summary Count tier redemptions
|
|
519
519
|
* @param wTInfoGenesisRecordFilterParameters
|
|
520
520
|
*/
|
|
521
|
-
public async countMembershipTierRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
521
|
+
public async countMembershipTierRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
522
522
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/membershipTier/redemptions';
|
|
523
523
|
let localVarQueryParameters: any = {};
|
|
524
524
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -566,13 +566,13 @@ export class InfoGenesisReportsApi {
|
|
|
566
566
|
localVarRequestOptions.form = localVarFormParams;
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
569
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
570
570
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
571
571
|
if (error) {
|
|
572
572
|
reject(error);
|
|
573
573
|
} else {
|
|
574
574
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
575
|
-
body = ObjectSerializer.deserialize(body, "
|
|
575
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
576
576
|
resolve({ response: response, body: body });
|
|
577
577
|
} else {
|
|
578
578
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -587,7 +587,7 @@ export class InfoGenesisReportsApi {
|
|
|
587
587
|
* @summary Count tier refunds
|
|
588
588
|
* @param wTInfoGenesisRecordFilterParameters
|
|
589
589
|
*/
|
|
590
|
-
public async countMembershipTierRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
590
|
+
public async countMembershipTierRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
591
591
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/membershipTier/refunds';
|
|
592
592
|
let localVarQueryParameters: any = {};
|
|
593
593
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -635,13 +635,13 @@ export class InfoGenesisReportsApi {
|
|
|
635
635
|
localVarRequestOptions.form = localVarFormParams;
|
|
636
636
|
}
|
|
637
637
|
}
|
|
638
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
638
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
639
639
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
640
640
|
if (error) {
|
|
641
641
|
reject(error);
|
|
642
642
|
} else {
|
|
643
643
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
644
|
-
body = ObjectSerializer.deserialize(body, "
|
|
644
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
645
645
|
resolve({ response: response, body: body });
|
|
646
646
|
} else {
|
|
647
647
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -656,7 +656,7 @@ export class InfoGenesisReportsApi {
|
|
|
656
656
|
* @summary Count redeemed merchant credits
|
|
657
657
|
* @param wTInfoGenesisRecordFilterParameters
|
|
658
658
|
*/
|
|
659
|
-
public async countMerchantCreditRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
659
|
+
public async countMerchantCreditRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
660
660
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/merchantCredit/redemptions';
|
|
661
661
|
let localVarQueryParameters: any = {};
|
|
662
662
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -704,13 +704,13 @@ export class InfoGenesisReportsApi {
|
|
|
704
704
|
localVarRequestOptions.form = localVarFormParams;
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
707
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
708
708
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
709
709
|
if (error) {
|
|
710
710
|
reject(error);
|
|
711
711
|
} else {
|
|
712
712
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
713
|
-
body = ObjectSerializer.deserialize(body, "
|
|
713
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
714
714
|
resolve({ response: response, body: body });
|
|
715
715
|
} else {
|
|
716
716
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -725,7 +725,7 @@ export class InfoGenesisReportsApi {
|
|
|
725
725
|
* @summary Count refunded merchant credits
|
|
726
726
|
* @param wTInfoGenesisRecordFilterParameters
|
|
727
727
|
*/
|
|
728
|
-
public async countMerchantCreditRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
728
|
+
public async countMerchantCreditRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
729
729
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/merchantCredit/refunds';
|
|
730
730
|
let localVarQueryParameters: any = {};
|
|
731
731
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -773,13 +773,13 @@ export class InfoGenesisReportsApi {
|
|
|
773
773
|
localVarRequestOptions.form = localVarFormParams;
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
776
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
777
777
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
778
778
|
if (error) {
|
|
779
779
|
reject(error);
|
|
780
780
|
} else {
|
|
781
781
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
782
|
-
body = ObjectSerializer.deserialize(body, "
|
|
782
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
783
783
|
resolve({ response: response, body: body });
|
|
784
784
|
} else {
|
|
785
785
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -794,7 +794,7 @@ export class InfoGenesisReportsApi {
|
|
|
794
794
|
* @summary Count static voucher redemptions
|
|
795
795
|
* @param wTInfoGenesisRecordFilterParameters
|
|
796
796
|
*/
|
|
797
|
-
public async countStaticVoucherRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
797
|
+
public async countStaticVoucherRedemptions (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
798
798
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/staticVoucher/redemptions';
|
|
799
799
|
let localVarQueryParameters: any = {};
|
|
800
800
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -842,13 +842,13 @@ export class InfoGenesisReportsApi {
|
|
|
842
842
|
localVarRequestOptions.form = localVarFormParams;
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
845
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
846
846
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
847
847
|
if (error) {
|
|
848
848
|
reject(error);
|
|
849
849
|
} else {
|
|
850
850
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
851
|
-
body = ObjectSerializer.deserialize(body, "
|
|
851
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
852
852
|
resolve({ response: response, body: body });
|
|
853
853
|
} else {
|
|
854
854
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -863,7 +863,7 @@ export class InfoGenesisReportsApi {
|
|
|
863
863
|
* @summary Count static voucher refunds
|
|
864
864
|
* @param wTInfoGenesisRecordFilterParameters
|
|
865
865
|
*/
|
|
866
|
-
public async countStaticVoucherRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
866
|
+
public async countStaticVoucherRefunds (wTInfoGenesisRecordFilterParameters: WTInfoGenesisRecordFilterParameters, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
867
867
|
const localVarPath = this.basePath + '/v2/pos/infogenesis/count/staticVoucher/refunds';
|
|
868
868
|
let localVarQueryParameters: any = {};
|
|
869
869
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -911,13 +911,13 @@ export class InfoGenesisReportsApi {
|
|
|
911
911
|
localVarRequestOptions.form = localVarFormParams;
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
914
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
915
915
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
916
916
|
if (error) {
|
|
917
917
|
reject(error);
|
|
918
918
|
} else {
|
|
919
919
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
920
|
-
body = ObjectSerializer.deserialize(body, "
|
|
920
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
921
921
|
resolve({ response: response, body: body });
|
|
922
922
|
} else {
|
|
923
923
|
reject(new HttpError(response, body, response.statusCode));
|
package/api/interactionsApi.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.511
|
|
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,7 @@ import http from 'http';
|
|
|
18
18
|
import { AdvertisementCreditScan } from '../model/advertisementCreditScan';
|
|
19
19
|
import { DynamicVoucher } from '../model/dynamicVoucher';
|
|
20
20
|
import { FalsumError } from '../model/falsumError';
|
|
21
|
-
import {
|
|
21
|
+
import { InlineResponse2009 } from '../model/inlineResponse2009';
|
|
22
22
|
import { InternalServerError } from '../model/internalServerError';
|
|
23
23
|
import { Member } from '../model/member';
|
|
24
24
|
import { StaticVoucher } from '../model/staticVoucher';
|
|
@@ -309,7 +309,7 @@ export class InteractionsApi {
|
|
|
309
309
|
* @summary Fetch a customer\'s static vouchers on the basis of a given voucher ID
|
|
310
310
|
* @param voucherID
|
|
311
311
|
*/
|
|
312
|
-
public async fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID (voucherID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<
|
|
312
|
+
public async fetchAllStaticVouchersAssociatedWithCustomerWithVoucherID (voucherID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<InlineResponse2009>; }> {
|
|
313
313
|
const localVarPath = this.basePath + '/wallet/staticVoucher/all';
|
|
314
314
|
let localVarQueryParameters: any = {};
|
|
315
315
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -360,13 +360,13 @@ export class InteractionsApi {
|
|
|
360
360
|
localVarRequestOptions.form = localVarFormParams;
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
|
-
return new Promise<{ response: http.IncomingMessage; body: Array<
|
|
363
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<InlineResponse2009>; }>((resolve, reject) => {
|
|
364
364
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
365
365
|
if (error) {
|
|
366
366
|
reject(error);
|
|
367
367
|
} else {
|
|
368
368
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
369
|
-
body = ObjectSerializer.deserialize(body, "Array<
|
|
369
|
+
body = ObjectSerializer.deserialize(body, "Array<InlineResponse2009>");
|
|
370
370
|
resolve({ response: response, body: body });
|
|
371
371
|
} else {
|
|
372
372
|
reject(new HttpError(response, body, response.statusCode));
|
package/api/linkBookApi.ts
CHANGED
package/api/loginAndLogoutApi.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.511
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,9 +17,10 @@ import http from 'http';
|
|
|
17
17
|
/* tslint:disable:no-unused-locals */
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
|
-
import { InlineResponse20013 } from '../model/inlineResponse20013';
|
|
21
20
|
import { InternalServerError } from '../model/internalServerError';
|
|
22
|
-
import {
|
|
21
|
+
import { WTAuthenticationCheckSessionTokenStatusResponse } from '../model/wTAuthenticationCheckSessionTokenStatusResponse';
|
|
22
|
+
import { WTAuthenticationLoginRequest } from '../model/wTAuthenticationLoginRequest';
|
|
23
|
+
import { WTAuthenticationLoginResponse } from '../model/wTAuthenticationLoginResponse';
|
|
23
24
|
|
|
24
25
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
25
26
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -96,9 +97,9 @@ export class LoginAndLogoutApi {
|
|
|
96
97
|
/**
|
|
97
98
|
*
|
|
98
99
|
* @summary Login
|
|
99
|
-
* @param
|
|
100
|
+
* @param wTAuthenticationLoginRequest
|
|
100
101
|
*/
|
|
101
|
-
public async login (
|
|
102
|
+
public async login (wTAuthenticationLoginRequest: WTAuthenticationLoginRequest, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTAuthenticationLoginResponse; }> {
|
|
102
103
|
const localVarPath = this.basePath + '/authentication/login';
|
|
103
104
|
let localVarQueryParameters: any = {};
|
|
104
105
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -111,9 +112,9 @@ export class LoginAndLogoutApi {
|
|
|
111
112
|
}
|
|
112
113
|
let localVarFormParams: any = {};
|
|
113
114
|
|
|
114
|
-
// verify required parameter '
|
|
115
|
-
if (
|
|
116
|
-
throw new Error('Required parameter
|
|
115
|
+
// verify required parameter 'wTAuthenticationLoginRequest' is not null or undefined
|
|
116
|
+
if (wTAuthenticationLoginRequest === null || wTAuthenticationLoginRequest === undefined) {
|
|
117
|
+
throw new Error('Required parameter wTAuthenticationLoginRequest was null or undefined when calling login.');
|
|
117
118
|
}
|
|
118
119
|
|
|
119
120
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -127,7 +128,7 @@ export class LoginAndLogoutApi {
|
|
|
127
128
|
uri: localVarPath,
|
|
128
129
|
useQuerystring: this._useQuerystring,
|
|
129
130
|
json: true,
|
|
130
|
-
body: ObjectSerializer.serialize(
|
|
131
|
+
body: ObjectSerializer.serialize(wTAuthenticationLoginRequest, "WTAuthenticationLoginRequest")
|
|
131
132
|
};
|
|
132
133
|
|
|
133
134
|
let authenticationPromise = Promise.resolve();
|
|
@@ -146,13 +147,13 @@ export class LoginAndLogoutApi {
|
|
|
146
147
|
localVarRequestOptions.form = localVarFormParams;
|
|
147
148
|
}
|
|
148
149
|
}
|
|
149
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
150
|
+
return new Promise<{ response: http.IncomingMessage; body: WTAuthenticationLoginResponse; }>((resolve, reject) => {
|
|
150
151
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
151
152
|
if (error) {
|
|
152
153
|
reject(error);
|
|
153
154
|
} else {
|
|
154
155
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
155
|
-
body = ObjectSerializer.deserialize(body, "
|
|
156
|
+
body = ObjectSerializer.deserialize(body, "WTAuthenticationLoginResponse");
|
|
156
157
|
resolve({ response: response, body: body });
|
|
157
158
|
} else {
|
|
158
159
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -167,7 +168,7 @@ export class LoginAndLogoutApi {
|
|
|
167
168
|
* @summary Retrieve status of session token
|
|
168
169
|
* @param token
|
|
169
170
|
*/
|
|
170
|
-
public async loginStatus (token: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: object; }> {
|
|
171
|
+
public async loginStatus (token: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: object | WTAuthenticationCheckSessionTokenStatusResponse; }> {
|
|
171
172
|
const localVarPath = this.basePath + '/authentication/status/{token}'
|
|
172
173
|
.replace('{' + 'token' + '}', encodeURIComponent(String(token)));
|
|
173
174
|
let localVarQueryParameters: any = {};
|
|
@@ -215,13 +216,13 @@ export class LoginAndLogoutApi {
|
|
|
215
216
|
localVarRequestOptions.form = localVarFormParams;
|
|
216
217
|
}
|
|
217
218
|
}
|
|
218
|
-
return new Promise<{ response: http.IncomingMessage; body: object; }>((resolve, reject) => {
|
|
219
|
+
return new Promise<{ response: http.IncomingMessage; body: object | WTAuthenticationCheckSessionTokenStatusResponse; }>((resolve, reject) => {
|
|
219
220
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
220
221
|
if (error) {
|
|
221
222
|
reject(error);
|
|
222
223
|
} else {
|
|
223
224
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
224
|
-
body = ObjectSerializer.deserialize(body, "object");
|
|
225
|
+
body = ObjectSerializer.deserialize(body, "object | WTAuthenticationCheckSessionTokenStatusResponse");
|
|
225
226
|
resolve({ response: response, body: body });
|
|
226
227
|
} else {
|
|
227
228
|
reject(new HttpError(response, body, response.statusCode));
|