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
package/api/merchantApi.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).
|
|
@@ -19,11 +19,18 @@ import { AdvertisementCreditBroadcast } from '../model/advertisementCreditBroadc
|
|
|
19
19
|
import { AuthError } from '../model/authError';
|
|
20
20
|
import { DynamicVoucherBroadcast } from '../model/dynamicVoucherBroadcast';
|
|
21
21
|
import { FalsumError } from '../model/falsumError';
|
|
22
|
-
import {
|
|
22
|
+
import { HelpDeskRequest } from '../model/helpDeskRequest';
|
|
23
|
+
import { ImportedList } from '../model/importedList';
|
|
24
|
+
import { InboundSMS } from '../model/inboundSMS';
|
|
25
|
+
import { InlineResponse2003 } from '../model/inlineResponse2003';
|
|
23
26
|
import { InternalServerError } from '../model/internalServerError';
|
|
27
|
+
import { OptInList } from '../model/optInList';
|
|
28
|
+
import { OutboundSMS } from '../model/outboundSMS';
|
|
29
|
+
import { PhoneNumber } from '../model/phoneNumber';
|
|
24
30
|
import { SimpleSMSBroadcast } from '../model/simpleSMSBroadcast';
|
|
25
31
|
import { StaticVoucherCampaignBroadcast } from '../model/staticVoucherCampaignBroadcast';
|
|
26
32
|
import { Tcpa } from '../model/tcpa';
|
|
33
|
+
import { WTCountResult } from '../model/wTCountResult';
|
|
27
34
|
import { WTMerchantUpdate } from '../model/wTMerchantUpdate';
|
|
28
35
|
import { WTMerchantUpdateBillingContact } from '../model/wTMerchantUpdateBillingContact';
|
|
29
36
|
import { WTMerchantUpdatePOSIntegration } from '../model/wTMerchantUpdatePOSIntegration';
|
|
@@ -238,7 +245,7 @@ export class MerchantApi {
|
|
|
238
245
|
* @param fromPhoneNumber
|
|
239
246
|
* @param body
|
|
240
247
|
*/
|
|
241
|
-
public async countInboundSMS (phoneNumberID: any, fromPhoneNumber?: string, body?: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
248
|
+
public async countInboundSMS (phoneNumberID: any, fromPhoneNumber?: string, body?: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: WTCountResult; }> {
|
|
242
249
|
const localVarPath = this.basePath + '/v2/merchant/sms/inbound/count/{phoneNumberID}'
|
|
243
250
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
244
251
|
let localVarQueryParameters: any = {};
|
|
@@ -294,13 +301,13 @@ export class MerchantApi {
|
|
|
294
301
|
localVarRequestOptions.form = localVarFormParams;
|
|
295
302
|
}
|
|
296
303
|
}
|
|
297
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
304
|
+
return new Promise<{ response: http.IncomingMessage; body: WTCountResult; }>((resolve, reject) => {
|
|
298
305
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
299
306
|
if (error) {
|
|
300
307
|
reject(error);
|
|
301
308
|
} else {
|
|
302
309
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
303
|
-
body = ObjectSerializer.deserialize(body, "
|
|
310
|
+
body = ObjectSerializer.deserialize(body, "WTCountResult");
|
|
304
311
|
resolve({ response: response, body: body });
|
|
305
312
|
} else {
|
|
306
313
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -732,7 +739,7 @@ export class MerchantApi {
|
|
|
732
739
|
* @param phoneNumberID
|
|
733
740
|
* @param isResolved
|
|
734
741
|
*/
|
|
735
|
-
public async fetchHelpDeskRequests (phoneNumberID: any, isResolved?: boolean, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
742
|
+
public async fetchHelpDeskRequests (phoneNumberID: any, isResolved?: boolean, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<HelpDeskRequest>; }> {
|
|
736
743
|
const localVarPath = this.basePath + '/v2/merchant/helpDeskRequests/{phoneNumberID}'
|
|
737
744
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
738
745
|
let localVarQueryParameters: any = {};
|
|
@@ -784,13 +791,13 @@ export class MerchantApi {
|
|
|
784
791
|
localVarRequestOptions.form = localVarFormParams;
|
|
785
792
|
}
|
|
786
793
|
}
|
|
787
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
794
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<HelpDeskRequest>; }>((resolve, reject) => {
|
|
788
795
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
789
796
|
if (error) {
|
|
790
797
|
reject(error);
|
|
791
798
|
} else {
|
|
792
799
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
793
|
-
body = ObjectSerializer.deserialize(body, "
|
|
800
|
+
body = ObjectSerializer.deserialize(body, "Array<HelpDeskRequest>");
|
|
794
801
|
resolve({ response: response, body: body });
|
|
795
802
|
} else {
|
|
796
803
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -805,7 +812,7 @@ export class MerchantApi {
|
|
|
805
812
|
* @summary Fetch imported list
|
|
806
813
|
* @param listID
|
|
807
814
|
*/
|
|
808
|
-
public async fetchImportedList (listID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
815
|
+
public async fetchImportedList (listID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: ImportedList; }> {
|
|
809
816
|
const localVarPath = this.basePath + '/v2/merchant/lists/imported/{listID}'
|
|
810
817
|
.replace('{' + 'listID' + '}', encodeURIComponent(String(listID)));
|
|
811
818
|
let localVarQueryParameters: any = {};
|
|
@@ -853,13 +860,13 @@ export class MerchantApi {
|
|
|
853
860
|
localVarRequestOptions.form = localVarFormParams;
|
|
854
861
|
}
|
|
855
862
|
}
|
|
856
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
863
|
+
return new Promise<{ response: http.IncomingMessage; body: ImportedList; }>((resolve, reject) => {
|
|
857
864
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
858
865
|
if (error) {
|
|
859
866
|
reject(error);
|
|
860
867
|
} else {
|
|
861
868
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
862
|
-
body = ObjectSerializer.deserialize(body, "
|
|
869
|
+
body = ObjectSerializer.deserialize(body, "ImportedList");
|
|
863
870
|
resolve({ response: response, body: body });
|
|
864
871
|
} else {
|
|
865
872
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -942,7 +949,7 @@ export class MerchantApi {
|
|
|
942
949
|
* @param phoneNumberID
|
|
943
950
|
* @param fromPhoneNumber
|
|
944
951
|
*/
|
|
945
|
-
public async fetchInboundSMS (phoneNumberID: any, fromPhoneNumber?: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
952
|
+
public async fetchInboundSMS (phoneNumberID: any, fromPhoneNumber?: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<InboundSMS>; }> {
|
|
946
953
|
const localVarPath = this.basePath + '/v2/merchant/sms/inbound/{phoneNumberID}'
|
|
947
954
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
948
955
|
let localVarQueryParameters: any = {};
|
|
@@ -994,13 +1001,13 @@ export class MerchantApi {
|
|
|
994
1001
|
localVarRequestOptions.form = localVarFormParams;
|
|
995
1002
|
}
|
|
996
1003
|
}
|
|
997
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
1004
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<InboundSMS>; }>((resolve, reject) => {
|
|
998
1005
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
999
1006
|
if (error) {
|
|
1000
1007
|
reject(error);
|
|
1001
1008
|
} else {
|
|
1002
1009
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1003
|
-
body = ObjectSerializer.deserialize(body, "
|
|
1010
|
+
body = ObjectSerializer.deserialize(body, "Array<InboundSMS>");
|
|
1004
1011
|
resolve({ response: response, body: body });
|
|
1005
1012
|
} else {
|
|
1006
1013
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -1018,7 +1025,7 @@ export class MerchantApi {
|
|
|
1018
1025
|
* @param pageSize
|
|
1019
1026
|
* @param pageNum
|
|
1020
1027
|
*/
|
|
1021
|
-
public async fetchInboundSMSByPage (phoneNumberID: any, fromPhoneNumber?: string, pageSize?: number, pageNum?: number, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
1028
|
+
public async fetchInboundSMSByPage (phoneNumberID: any, fromPhoneNumber?: string, pageSize?: number, pageNum?: number, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse2003; }> {
|
|
1022
1029
|
const localVarPath = this.basePath + '/v2/merchant/sms/inbound/page/{phoneNumberID}'
|
|
1023
1030
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
1024
1031
|
let localVarQueryParameters: any = {};
|
|
@@ -1078,13 +1085,13 @@ export class MerchantApi {
|
|
|
1078
1085
|
localVarRequestOptions.form = localVarFormParams;
|
|
1079
1086
|
}
|
|
1080
1087
|
}
|
|
1081
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
1088
|
+
return new Promise<{ response: http.IncomingMessage; body: InlineResponse2003; }>((resolve, reject) => {
|
|
1082
1089
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
1083
1090
|
if (error) {
|
|
1084
1091
|
reject(error);
|
|
1085
1092
|
} else {
|
|
1086
1093
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1087
|
-
body = ObjectSerializer.deserialize(body, "
|
|
1094
|
+
body = ObjectSerializer.deserialize(body, "InlineResponse2003");
|
|
1088
1095
|
resolve({ response: response, body: body });
|
|
1089
1096
|
} else {
|
|
1090
1097
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -1100,7 +1107,7 @@ export class MerchantApi {
|
|
|
1100
1107
|
* @param phoneNumberID
|
|
1101
1108
|
* @param toPhoneNumber
|
|
1102
1109
|
*/
|
|
1103
|
-
public async fetchMerchantOutboundSMS (phoneNumberID: any, toPhoneNumber: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
1110
|
+
public async fetchMerchantOutboundSMS (phoneNumberID: any, toPhoneNumber: string, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<OutboundSMS>; }> {
|
|
1104
1111
|
const localVarPath = this.basePath + '/v2/merchant/sms/outbound/{phoneNumberID}'
|
|
1105
1112
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
1106
1113
|
let localVarQueryParameters: any = {};
|
|
@@ -1157,13 +1164,13 @@ export class MerchantApi {
|
|
|
1157
1164
|
localVarRequestOptions.form = localVarFormParams;
|
|
1158
1165
|
}
|
|
1159
1166
|
}
|
|
1160
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
1167
|
+
return new Promise<{ response: http.IncomingMessage; body: Array<OutboundSMS>; }>((resolve, reject) => {
|
|
1161
1168
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
1162
1169
|
if (error) {
|
|
1163
1170
|
reject(error);
|
|
1164
1171
|
} else {
|
|
1165
1172
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1166
|
-
body = ObjectSerializer.deserialize(body, "
|
|
1173
|
+
body = ObjectSerializer.deserialize(body, "Array<OutboundSMS>");
|
|
1167
1174
|
resolve({ response: response, body: body });
|
|
1168
1175
|
} else {
|
|
1169
1176
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -1250,7 +1257,7 @@ export class MerchantApi {
|
|
|
1250
1257
|
* @summary Fetch opt in list
|
|
1251
1258
|
* @param listID
|
|
1252
1259
|
*/
|
|
1253
|
-
public async fetchOptInList (listID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
1260
|
+
public async fetchOptInList (listID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: OptInList; }> {
|
|
1254
1261
|
const localVarPath = this.basePath + '/v2/merchant/lists/optIn/{listID}'
|
|
1255
1262
|
.replace('{' + 'listID' + '}', encodeURIComponent(String(listID)));
|
|
1256
1263
|
let localVarQueryParameters: any = {};
|
|
@@ -1298,13 +1305,13 @@ export class MerchantApi {
|
|
|
1298
1305
|
localVarRequestOptions.form = localVarFormParams;
|
|
1299
1306
|
}
|
|
1300
1307
|
}
|
|
1301
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
1308
|
+
return new Promise<{ response: http.IncomingMessage; body: OptInList; }>((resolve, reject) => {
|
|
1302
1309
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
1303
1310
|
if (error) {
|
|
1304
1311
|
reject(error);
|
|
1305
1312
|
} else {
|
|
1306
1313
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1307
|
-
body = ObjectSerializer.deserialize(body, "
|
|
1314
|
+
body = ObjectSerializer.deserialize(body, "OptInList");
|
|
1308
1315
|
resolve({ response: response, body: body });
|
|
1309
1316
|
} else {
|
|
1310
1317
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -1386,7 +1393,7 @@ export class MerchantApi {
|
|
|
1386
1393
|
* @summary Fetch phone number
|
|
1387
1394
|
* @param phoneNumberID
|
|
1388
1395
|
*/
|
|
1389
|
-
public async fetchPhoneNumber (phoneNumberID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
1396
|
+
public async fetchPhoneNumber (phoneNumberID: any, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: PhoneNumber; }> {
|
|
1390
1397
|
const localVarPath = this.basePath + '/v2/merchant/phoneNumber/{phoneNumberID}'
|
|
1391
1398
|
.replace('{' + 'phoneNumberID' + '}', encodeURIComponent(String(phoneNumberID)));
|
|
1392
1399
|
let localVarQueryParameters: any = {};
|
|
@@ -1434,13 +1441,13 @@ export class MerchantApi {
|
|
|
1434
1441
|
localVarRequestOptions.form = localVarFormParams;
|
|
1435
1442
|
}
|
|
1436
1443
|
}
|
|
1437
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
1444
|
+
return new Promise<{ response: http.IncomingMessage; body: PhoneNumber; }>((resolve, reject) => {
|
|
1438
1445
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
1439
1446
|
if (error) {
|
|
1440
1447
|
reject(error);
|
|
1441
1448
|
} else {
|
|
1442
1449
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
1443
|
-
body = ObjectSerializer.deserialize(body, "
|
|
1450
|
+
body = ObjectSerializer.deserialize(body, "PhoneNumber");
|
|
1444
1451
|
resolve({ response: response, body: body });
|
|
1445
1452
|
} else {
|
|
1446
1453
|
reject(new HttpError(response, body, response.statusCode));
|
|
@@ -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).
|
|
@@ -19,7 +19,7 @@ import { AuthError } from '../model/authError';
|
|
|
19
19
|
import { DuplicateRowFound } from '../model/duplicateRowFound';
|
|
20
20
|
import { FalsumError } from '../model/falsumError';
|
|
21
21
|
import { ForeignKeyDoesNotExist } from '../model/foreignKeyDoesNotExist';
|
|
22
|
-
import {
|
|
22
|
+
import { InlineResponse2002 } from '../model/inlineResponse2002';
|
|
23
23
|
import { InternalServerError } from '../model/internalServerError';
|
|
24
24
|
import { MSMerchantCreditHistoryPagination } from '../model/mSMerchantCreditHistoryPagination';
|
|
25
25
|
import { MSMerchantCreditRedemptionPagination } from '../model/mSMerchantCreditRedemptionPagination';
|
|
@@ -315,7 +315,7 @@ export class MerchantCreditsApi {
|
|
|
315
315
|
*
|
|
316
316
|
* @summary Fetch all active merchant credits
|
|
317
317
|
*/
|
|
318
|
-
public async fetchMerchantCreditCount (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body:
|
|
318
|
+
public async fetchMerchantCreditCount (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse2002; }> {
|
|
319
319
|
const localVarPath = this.basePath + '/v2/payment/merchantcredit/count';
|
|
320
320
|
let localVarQueryParameters: any = {};
|
|
321
321
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -357,13 +357,13 @@ export class MerchantCreditsApi {
|
|
|
357
357
|
localVarRequestOptions.form = localVarFormParams;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
return new Promise<{ response: http.IncomingMessage; body:
|
|
360
|
+
return new Promise<{ response: http.IncomingMessage; body: InlineResponse2002; }>((resolve, reject) => {
|
|
361
361
|
localVarRequest(localVarRequestOptions, (error, response, body) => {
|
|
362
362
|
if (error) {
|
|
363
363
|
reject(error);
|
|
364
364
|
} else {
|
|
365
365
|
if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) {
|
|
366
|
-
body = ObjectSerializer.deserialize(body, "
|
|
366
|
+
body = ObjectSerializer.deserialize(body, "InlineResponse2002");
|
|
367
367
|
resolve({ response: response, body: body });
|
|
368
368
|
} else {
|
|
369
369
|
reject(new HttpError(response, body, response.statusCode));
|
package/api/merchantURLsApi.ts
CHANGED
package/api/mobileTerminalApi.ts
CHANGED
package/api/newsApi.ts
CHANGED
package/api/paymentDesignsApi.ts
CHANGED
package/api/performancesApi.ts
CHANGED
package/api/promoCodesApi.ts
CHANGED