wallet 2.1.508 → 2.1.512
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +26 -5
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/analyticsApi.ts +256 -16
- package/api/apis.ts +5 -1
- package/api/appleWalletSubscribersApi.ts +1 -1
- package/api/billingApi.ts +8 -8
- package/api/clubMembersPointsApi.ts +5 -5
- package/api/configurationApi.ts +5 -4
- package/api/countriesApi.ts +5 -5
- package/api/customerApi.ts +1 -1
- package/api/dashboardApi.ts +53 -54
- package/api/dynamicVouchersApi.ts +1 -1
- package/api/employeeAPIKeysApi.ts +1 -1
- package/api/employeeAccessApi.ts +1 -1
- package/api/employeesApi.ts +81 -6
- package/api/imageGridApi.ts +447 -0
- package/api/industriesApi.ts +5 -5
- package/api/infoGenesisReportsApi.ts +38 -38
- package/api/integratedTerminalsApi.ts +1 -1
- package/api/interactionsApi.ts +5 -5
- package/api/linkBookApi.ts +1 -1
- package/api/linkBookSectionApi.ts +1 -1
- package/api/loginAndLogoutApi.ts +15 -14
- package/api/membershipTiersApi.ts +1 -1
- package/api/merchantApi.ts +33 -26
- package/api/merchantCreditsApi.ts +5 -5
- package/api/merchantURLsApi.ts +1 -1
- package/api/mobileTerminalApi.ts +1 -1
- package/api/newsApi.ts +1 -1
- package/api/paymentDesignsApi.ts +1 -1
- package/api/performancesApi.ts +1 -1
- package/api/promoCodesApi.ts +1 -1
- package/api/sMSApi.ts +43 -42
- package/api/settingsApi.ts +5 -5
- package/api/staticVoucherCampaignGroupsApi.ts +1 -1
- package/api/staticVoucherCampaignsApi.ts +12 -12
- package/api/staticVouchersApi.ts +1 -1
- package/api/systemApi.ts +1 -1
- package/api/transactionLedgerApi.ts +5 -5
- package/api/utilitiesApi.ts +5 -5
- package/api/webTerminalApi.ts +1 -1
- package/api/wixTerminalApi.ts +309 -0
- package/dist/api/analyticsApi.d.ts +36 -5
- package/dist/api/analyticsApi.js +204 -5
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/apis.d.ts +5 -1
- package/dist/api/apis.js +5 -1
- package/dist/api/apis.js.map +1 -1
- package/dist/api/billingApi.d.ts +3 -3
- package/dist/api/billingApi.js +2 -2
- package/dist/api/billingApi.js.map +1 -1
- package/dist/api/clubMembersPointsApi.d.ts +2 -2
- package/dist/api/clubMembersPointsApi.js +1 -1
- package/dist/api/configurationApi.d.ts +2 -1
- package/dist/api/configurationApi.js +1 -1
- package/dist/api/configurationApi.js.map +1 -1
- package/dist/api/countriesApi.d.ts +2 -2
- package/dist/api/countriesApi.js +1 -1
- package/dist/api/dashboardApi.d.ts +18 -19
- package/dist/api/dashboardApi.js +17 -17
- package/dist/api/dashboardApi.js.map +1 -1
- package/dist/api/employeesApi.d.ts +12 -3
- package/dist/api/employeesApi.js +66 -2
- package/dist/api/employeesApi.js.map +1 -1
- package/dist/api/imageGridApi.d.ts +69 -0
- package/dist/api/imageGridApi.js +380 -0
- package/dist/api/imageGridApi.js.map +1 -0
- package/dist/api/industriesApi.d.ts +2 -2
- package/dist/api/industriesApi.js +1 -1
- package/dist/api/industriesApi.js.map +1 -1
- package/dist/api/infoGenesisReportsApi.d.ts +13 -13
- package/dist/api/infoGenesisReportsApi.js +12 -12
- package/dist/api/infoGenesisReportsApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +2 -2
- package/dist/api/interactionsApi.js +1 -1
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/loginAndLogoutApi.d.ts +6 -5
- package/dist/api/loginAndLogoutApi.js +6 -6
- package/dist/api/loginAndLogoutApi.js.map +1 -1
- package/dist/api/merchantApi.d.ts +16 -9
- package/dist/api/merchantApi.js +8 -8
- package/dist/api/merchantApi.js.map +1 -1
- package/dist/api/merchantCreditsApi.d.ts +2 -2
- package/dist/api/merchantCreditsApi.js +1 -1
- package/dist/api/sMSApi.d.ts +18 -17
- package/dist/api/sMSApi.js +12 -12
- package/dist/api/sMSApi.js.map +1 -1
- package/dist/api/settingsApi.d.ts +2 -2
- package/dist/api/settingsApi.js +1 -1
- package/dist/api/settingsApi.js.map +1 -1
- package/dist/api/staticVoucherCampaignsApi.d.ts +5 -5
- package/dist/api/staticVoucherCampaignsApi.js +3 -3
- package/dist/api/transactionLedgerApi.d.ts +2 -2
- package/dist/api/transactionLedgerApi.js +1 -1
- package/dist/api/utilitiesApi.d.ts +2 -2
- package/dist/api/utilitiesApi.js +1 -1
- package/dist/api/utilitiesApi.js.map +1 -1
- package/dist/api/wixTerminalApi.d.ts +51 -0
- package/dist/api/wixTerminalApi.js +259 -0
- package/dist/api/wixTerminalApi.js.map +1 -0
- package/dist/model/advertisementCredit.d.ts +1 -1
- package/dist/model/advertisementCreditBroadcast.d.ts +1 -1
- package/dist/model/advertisementCreditScan.d.ts +1 -1
- package/dist/model/agreement.d.ts +1 -1
- package/dist/model/applicableTerminals.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf1.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf1.js +1 -1
- package/dist/model/applicableTerminalsAnyOf1.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf2.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf2.js +1 -1
- package/dist/model/applicableTerminalsAnyOf2.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf3.d.ts +1 -1
- package/dist/model/applicableTerminalsAnyOf3.js +1 -1
- package/dist/model/applicableTerminalsAnyOf3.js.map +1 -1
- package/dist/model/applicableTerminalsAnyOf4.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf4.js +8 -0
- package/dist/model/applicableTerminalsAnyOf4.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf5.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf5.js +8 -0
- package/dist/model/applicableTerminalsAnyOf5.js.map +1 -0
- package/dist/model/applicableTerminalsAnyOf6.d.ts +3 -0
- package/dist/model/applicableTerminalsAnyOf6.js +8 -0
- package/dist/model/applicableTerminalsAnyOf6.js.map +1 -0
- package/dist/model/clickFunnelContact.d.ts +3 -3
- package/dist/model/clickFunnelContactProfile.d.ts +5 -5
- package/dist/model/clickFunnelRegistration.d.ts +16 -0
- package/dist/model/clickFunnelRegistration.js +23 -0
- package/dist/model/clickFunnelRegistration.js.map +1 -0
- package/dist/model/dynamicVoucher.d.ts +1 -1
- package/dist/model/dynamicVoucherBroadcast.d.ts +1 -1
- package/dist/model/employeeAPIKey.d.ts +1 -1
- package/dist/model/helpDeskRequest.d.ts +1 -1
- package/dist/model/imageGrid.d.ts +22 -0
- package/dist/model/imageGrid.js +58 -0
- package/dist/model/imageGrid.js.map +1 -0
- package/dist/model/importedList.d.ts +1 -1
- package/dist/model/importedListRecipient.d.ts +1 -1
- package/dist/model/inboundSMS.d.ts +1 -1
- package/dist/model/inlineResponse200.d.ts +6 -2
- package/dist/model/inlineResponse200.js +21 -6
- package/dist/model/inlineResponse200.js.map +1 -1
- package/dist/model/inlineResponse2001.d.ts +3 -6
- package/dist/model/inlineResponse2001.js +7 -17
- package/dist/model/inlineResponse2001.js.map +1 -1
- package/dist/model/inlineResponse20010.d.ts +3 -4
- package/dist/model/inlineResponse20010.js +9 -9
- package/dist/model/inlineResponse20010.js.map +1 -1
- package/dist/model/inlineResponse20011.d.ts +14 -2
- package/dist/model/inlineResponse20011.js +66 -6
- package/dist/model/inlineResponse20011.js.map +1 -1
- package/dist/model/inlineResponse20012.d.ts +3 -13
- package/dist/model/inlineResponse20012.js +6 -51
- package/dist/model/inlineResponse20012.js.map +1 -1
- package/dist/model/inlineResponse2002.d.ts +1 -1
- package/dist/model/inlineResponse2002.js +1 -1
- package/dist/model/inlineResponse2002.js.map +1 -1
- package/dist/model/inlineResponse2003.d.ts +4 -1
- package/dist/model/inlineResponse2003.js +12 -2
- package/dist/model/inlineResponse2003.js.map +1 -1
- package/dist/model/inlineResponse2004.d.ts +3 -3
- package/dist/model/inlineResponse2004.js +6 -11
- package/dist/model/inlineResponse2004.js.map +1 -1
- package/dist/model/inlineResponse2005.d.ts +4 -3
- package/dist/model/inlineResponse2005.js +10 -5
- package/dist/model/inlineResponse2005.js.map +1 -1
- package/dist/model/inlineResponse2006.d.ts +4 -12
- package/dist/model/inlineResponse2006.js +9 -54
- package/dist/model/inlineResponse2006.js.map +1 -1
- package/dist/model/inlineResponse2007.d.ts +4 -4
- package/dist/model/inlineResponse2007.js +8 -8
- package/dist/model/inlineResponse2007.js.map +1 -1
- package/dist/model/inlineResponse2008.d.ts +4 -1
- package/dist/model/inlineResponse2008.js +12 -2
- package/dist/model/inlineResponse2008.js.map +1 -1
- package/dist/model/inlineResponse2009.d.ts +13 -4
- package/dist/model/inlineResponse2009.js +52 -7
- package/dist/model/inlineResponse2009.js.map +1 -1
- package/dist/model/ledgerEntry.d.ts +1 -1
- package/dist/model/linkBookSection.d.ts +1 -0
- package/dist/model/linkBookSection.js +5 -0
- package/dist/model/linkBookSection.js.map +1 -1
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberCountPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.js.map +1 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.d.ts +15 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js +23 -0
- package/dist/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.js.map +1 -0
- package/dist/model/memberSearch.d.ts +4 -1
- package/dist/model/memberSearch.js +17 -2
- package/dist/model/memberSearch.js.map +1 -1
- package/dist/model/merchant.d.ts +1 -0
- package/dist/model/merchant.js +5 -0
- package/dist/model/merchant.js.map +1 -1
- package/dist/model/models.d.ts +24 -5
- package/dist/model/models.js +73 -15
- package/dist/model/models.js.map +1 -1
- package/dist/model/optInList.d.ts +1 -1
- package/dist/model/optInListSource.d.ts +1 -1
- package/dist/model/optInListSubscriber.d.ts +1 -1
- package/dist/model/outboundSMS.d.ts +2 -2
- package/dist/model/outboundSMS.js +5 -5
- package/dist/model/outboundSMS.js.map +1 -1
- package/dist/model/paymentDesign.d.ts +1 -1
- package/dist/model/paymentPrefixes.d.ts +25 -0
- package/dist/model/paymentPrefixes.js +73 -0
- package/dist/model/paymentPrefixes.js.map +1 -0
- package/dist/model/phoneNumber.d.ts +1 -1
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.d.ts +17 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js +33 -0
- package/dist/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.js.map +1 -0
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.d.ts +1 -1
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js +5 -5
- package/dist/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
- package/dist/model/portalPage.d.ts +2 -0
- package/dist/model/portalPage.js +2 -0
- package/dist/model/portalPage.js.map +1 -1
- package/dist/model/simpleSMSBroadcast.d.ts +1 -1
- package/dist/model/staticVoucher.d.ts +1 -1
- package/dist/model/staticVoucherCampaign.d.ts +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
- package/dist/model/staticVoucherCampaignGroup.d.ts +1 -1
- package/dist/model/tcpa.d.ts +1 -1
- package/dist/model/wTAdvertisementCredit.d.ts +1 -1
- package/dist/model/wTAdvertisementCreditScan.d.ts +1 -1
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.d.ts +19 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js +24 -0
- package/dist/model/wTAuthenticationCheckSessionTokenStatusResponse.js.map +1 -0
- package/dist/model/wTAuthenticationLoginRequest.d.ts +15 -0
- package/dist/model/wTAuthenticationLoginRequest.js +23 -0
- package/dist/model/wTAuthenticationLoginRequest.js.map +1 -0
- package/dist/model/wTAuthenticationLoginResponse.d.ts +28 -0
- package/dist/model/wTAuthenticationLoginResponse.js +88 -0
- package/dist/model/wTAuthenticationLoginResponse.js.map +1 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.d.ts +16 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js +23 -0
- package/dist/model/wTBillingVerifyPaymentMethodResponse.js.map +1 -0
- package/dist/model/wTCountResult.d.ts +14 -0
- package/dist/model/wTCountResult.js +18 -0
- package/dist/model/wTCountResult.js.map +1 -0
- package/dist/model/wTDynamicVoucher.d.ts +1 -1
- package/dist/model/wTDynamicVoucherRedemption.d.ts +1 -1
- package/dist/model/wTEmployeeAPIKey.d.ts +1 -1
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +1 -0
- package/dist/model/wTEmployeeCreateMediaFile.js +5 -0
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -1
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +1 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +5 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -1
- package/dist/model/wTEmployeeUpdateRecords.d.ts +15 -0
- package/dist/model/wTEmployeeUpdateRecords.js +23 -0
- package/dist/model/wTEmployeeUpdateRecords.js.map +1 -0
- package/dist/model/wTImageGridCreateParams.d.ts +17 -0
- package/dist/model/wTImageGridCreateParams.js +33 -0
- package/dist/model/wTImageGridCreateParams.js.map +1 -0
- package/dist/model/wTImageGridUpdateParams.d.ts +17 -0
- package/dist/model/wTImageGridUpdateParams.js +33 -0
- package/dist/model/wTImageGridUpdateParams.js.map +1 -0
- package/dist/model/wTImportedList.d.ts +1 -1
- package/dist/model/wTLinkBookSectionCreateParams.d.ts +1 -0
- package/dist/model/wTLinkBookSectionCreateParams.js +5 -0
- package/dist/model/wTLinkBookSectionCreateParams.js.map +1 -1
- package/dist/model/wTLinkBookSectionUpdateParams.d.ts +1 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js +5 -0
- package/dist/model/wTLinkBookSectionUpdateParams.js.map +1 -1
- package/dist/model/wTMembershipTier.d.ts +1 -1
- package/dist/model/wTMembershipTierWithMemberCount.d.ts +1 -1
- package/dist/model/wTMerchantUpdate.d.ts +1 -0
- package/dist/model/wTMerchantUpdate.js +5 -0
- package/dist/model/wTMerchantUpdate.js.map +1 -1
- package/dist/model/wTOptInList.d.ts +1 -1
- package/dist/model/wTPaymentDesign.d.ts +1 -1
- package/dist/model/wTSMSLimits.d.ts +15 -0
- package/dist/model/wTSMSLimits.js +23 -0
- package/dist/model/wTSMSLimits.js.map +1 -0
- package/dist/model/wTStaticVoucher.d.ts +1 -1
- package/dist/model/wTStaticVoucherCampaign.d.ts +1 -1
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +5 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -1
- package/dist/model/wTWalletItemRedemption.d.ts +1 -1
- package/dist/model/wTWalletObjectPrefixCounts.d.ts +17 -0
- package/dist/model/wTWalletObjectPrefixCounts.js +28 -0
- package/dist/model/wTWalletObjectPrefixCounts.js.map +1 -0
- package/dist/model/wTWalletPageView.d.ts +1 -1
- package/dist/model/wTWalletPageViewCount.d.ts +16 -0
- package/dist/model/wTWalletPageViewCount.js +28 -0
- package/dist/model/wTWalletPageViewCount.js.map +1 -0
- package/dist/model/walletConfiguration.d.ts +1 -0
- package/dist/model/walletConfiguration.js +5 -0
- package/dist/model/walletConfiguration.js.map +1 -1
- package/dist/model/walletPageView.d.ts +1 -1
- package/model/advertisementCredit.ts +2 -2
- package/model/advertisementCreditBroadcast.ts +2 -2
- package/model/advertisementCreditScan.ts +2 -2
- package/model/agreement.ts +2 -2
- package/model/alert.ts +1 -1
- package/model/announcement.ts +1 -1
- package/model/applicableTerminals.ts +4 -1
- package/model/applicableTerminalsAnyOf.ts +1 -1
- package/model/applicableTerminalsAnyOf1.ts +2 -2
- package/model/applicableTerminalsAnyOf2.ts +2 -2
- package/model/applicableTerminalsAnyOf3.ts +2 -2
- package/model/applicableTerminalsAnyOf4.ts +17 -0
- package/model/applicableTerminalsAnyOf5.ts +17 -0
- package/model/applicableTerminalsAnyOf6.ts +17 -0
- package/model/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- package/model/clickFunnelAmount.ts +1 -1
- package/model/clickFunnelContact.ts +4 -4
- package/model/clickFunnelContactProfile.ts +6 -6
- package/model/clickFunnelEvent.ts +1 -1
- package/model/clickFunnelOriginalAmount.ts +1 -1
- package/model/clickFunnelProduct.ts +1 -1
- package/model/clickFunnelPurchase.ts +1 -1
- package/model/clickFunnelRegistration.ts +38 -0
- package/model/createStaticVoucherCampaign.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
- package/model/dashboardWidget.ts +1 -1
- package/model/duplicateRowFound.ts +1 -1
- package/model/dynamicVoucher.ts +2 -2
- package/model/dynamicVoucherBroadcast.ts +2 -2
- package/model/employee.ts +1 -1
- package/model/employeeAPIKey.ts +2 -2
- package/model/employeeActivityLog.ts +1 -1
- package/model/entityTooLarge.ts +1 -1
- package/model/exportDataFile.ts +1 -1
- package/model/falsumError.ts +1 -1
- package/model/falsumField.ts +1 -1
- package/model/feature.ts +1 -1
- package/model/forbiddenRequest.ts +1 -1
- package/model/foreignKeyDoesNotExist.ts +1 -1
- package/model/helpDeskRequest.ts +2 -2
- package/model/imageGrid.ts +79 -0
- package/model/importedList.ts +2 -2
- package/model/importedListRecipient.ts +2 -2
- package/model/inboundSMS.ts +2 -2
- package/model/inlineResponse200.ts +28 -9
- package/model/inlineResponse2001.ts +11 -24
- package/model/inlineResponse20010.ts +13 -14
- package/model/inlineResponse20011.ts +80 -8
- package/model/inlineResponse20012.ts +9 -64
- package/model/inlineResponse2002.ts +3 -3
- package/model/inlineResponse2003.ts +17 -4
- package/model/inlineResponse2004.ts +10 -15
- package/model/inlineResponse2005.ts +15 -9
- package/model/inlineResponse2006.ts +14 -67
- package/model/inlineResponse2007.ts +13 -13
- package/model/inlineResponse2008.ts +17 -4
- package/model/inlineResponse2009.ts +66 -12
- package/model/internalServerError.ts +1 -1
- package/model/ledgerEntry.ts +2 -2
- package/model/linkBook.ts +1 -1
- package/model/linkBookSection.ts +7 -1
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +43 -0
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +43 -0
- package/model/mSMemberHistory.ts +1 -1
- package/model/mSMemberHistoryPagination.ts +1 -1
- package/model/mSMemberRedemption.ts +1 -1
- package/model/mSMemberRedemptionPagination.ts +1 -1
- package/model/mSMembershipTierHistory.ts +1 -1
- package/model/mSMembershipTierHistoryPagination.ts +1 -1
- package/model/mSMembershipTierRedemption.ts +1 -1
- package/model/mSMembershipTierRedemptionPagination.ts +1 -1
- package/model/mSMerchantCreditHistory.ts +1 -1
- package/model/mSMerchantCreditHistoryPagination.ts +1 -1
- package/model/mSMerchantCreditRedemption.ts +1 -1
- package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
- package/model/mediaFile.ts +1 -1
- package/model/member.ts +1 -1
- package/model/memberSearch.ts +31 -4
- package/model/merchant.ts +7 -1
- package/model/merchantCreditSearch.ts +1 -1
- package/model/merchantNotInitialized.ts +1 -1
- package/model/merchantURL.ts +1 -1
- package/model/message.ts +1 -1
- package/model/models.ts +73 -15
- package/model/moduleError.ts +1 -1
- package/model/newsArticle.ts +1 -1
- package/model/optInList.ts +2 -2
- package/model/optInListSource.ts +2 -2
- package/model/optInListSubscriber.ts +2 -2
- package/model/outboundSMS.ts +8 -8
- package/model/paginatedWTMembers.ts +1 -1
- package/model/paginatedWTMerchantCredits.ts +1 -1
- package/model/paginationRequestWithIDAndWithoutSortOptions.ts +1 -1
- package/model/paginationRequestWithSortOptions.ts +1 -1
- package/model/paymentDesign.ts +2 -2
- package/model/paymentPrefixes.ts +97 -0
- package/model/performance.ts +1 -1
- package/model/phoneNumber.ts +2 -2
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +1 -1
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +64 -0
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeID.ts +1 -1
- package/model/pickSSOptInListMemberCreateParamsExcludeKeyofSSOptInListMemberCreateParamsMerchantCreatedAtOrMaxSMSCount.ts +1 -1
- package/model/pickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.ts +1 -1
- package/model/pickSSOptInSourceUpdateParamsExcludeKeyofSSOptInSourceUpdateParamsId.ts +1 -1
- package/model/pickSSOutboundMessageLogExcludeKeyofSSOutboundMessageLogToCellPhone.ts +7 -7
- package/model/pickVSAdvertisementCreditCreateParamsExcludeKeyofVSAdvertisementCreditCreateParamsEmployeeID.ts +1 -1
- package/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.ts +1 -1
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -1
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +1 -1
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +1 -1
- package/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.ts +1 -1
- package/model/pickWTMemberMemberIDOrFirstNameOrLastNameOrMembershipTierIDOrPointsAccruedOrMobileNumber.ts +1 -1
- package/model/pickWTMerchantCreditMemberIDOrCreditAmountOrMobileNumber.ts +1 -1
- package/model/pickWTMerchantURLUpdateExcludeKeyofWTMerchantURLUpdateUrlID.ts +1 -1
- package/model/pickWTNewsArticleUpdateParamsExcludeKeyofWTNewsArticleUpdateParamsId.ts +1 -1
- package/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.ts +2 -2
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +3 -1
- package/model/presignedPost.ts +1 -1
- package/model/presignedPostFields.ts +1 -1
- package/model/product.ts +1 -1
- package/model/promoCode.ts +1 -1
- package/model/reachPerformanceStats.ts +1 -1
- package/model/request.ts +1 -1
- package/model/response.ts +1 -1
- package/model/role.ts +1 -1
- package/model/roleAuditLog.ts +1 -1
- package/model/sSImportedListRecipientCreateParams.ts +1 -1
- package/model/sSOptInSource.ts +1 -1
- package/model/simpleSMSBroadcast.ts +2 -2
- package/model/staticVoucher.ts +2 -2
- package/model/staticVoucherCampaign.ts +2 -2
- package/model/staticVoucherCampaignBroadcast.ts +2 -2
- package/model/staticVoucherCampaignGroup.ts +2 -2
- package/model/staticVoucherCampaignUpdate.ts +1 -1
- package/model/status.ts +1 -1
- package/model/statusAnyOf.ts +1 -1
- package/model/statusAnyOf1.ts +1 -1
- package/model/statusAnyOf2.ts +1 -1
- package/model/statusAnyOf3.ts +1 -1
- package/model/subscriptionFeature.ts +1 -1
- package/model/subscriptionPlan.ts +1 -1
- package/model/subscriptionProduct.ts +1 -1
- package/model/tcpa.ts +2 -2
- package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -1
- package/model/vSCampaignGeneratedMessage.ts +1 -1
- package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
- package/model/vSDynamicVoucherStatus.ts +1 -1
- package/model/wTAdvertisementCredit.ts +2 -2
- package/model/wTAdvertisementCreditCreateParams.ts +1 -1
- package/model/wTAdvertisementCreditScan.ts +2 -2
- package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +36 -0
- package/model/wTAuthenticationForgotPassword.ts +1 -1
- package/model/wTAuthenticationLoginRequest.ts +37 -0
- package/model/wTAuthenticationLoginResponse.ts +115 -0
- package/model/wTAuthenticationRegister.ts +1 -1
- package/model/wTAuthenticationRequestResetPassword.ts +1 -1
- package/model/wTAuthenticationResetPassword.ts +1 -1
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +1 -1
- package/model/wTBillingChangePlan.ts +1 -1
- package/model/wTBillingSavePaymentMethod.ts +1 -1
- package/model/wTBillingVerifyPaymentMethodResponse.ts +38 -0
- package/model/wTCountResult.ts +31 -0
- package/model/wTCustomerSearchByMemberID.ts +1 -1
- package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
- package/model/wTDynamicVoucher.ts +2 -2
- package/model/wTDynamicVoucherCreateParams.ts +1 -1
- package/model/wTDynamicVoucherRedemption.ts +2 -2
- package/model/wTDynamicVoucherSummary.ts +1 -1
- package/model/wTDynamicVoucherUpdateParams.ts +1 -1
- package/model/wTEmployee.ts +1 -1
- package/model/wTEmployeeAPIKey.ts +2 -2
- package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
- package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
- package/model/wTEmployeeCreate.ts +1 -1
- package/model/wTEmployeeCreateAlert.ts +1 -1
- package/model/wTEmployeeCreateMediaFile.ts +7 -1
- package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +1 -1
- package/model/wTEmployeeFileCreate.ts +1 -1
- package/model/wTEmployeeImportRecords.ts +1 -1
- package/model/wTEmployeeNotification.ts +1 -1
- package/model/wTEmployeePeerRoles.ts +1 -1
- package/model/wTEmployeeS3FilePresign.ts +1 -1
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +1 -1
- package/model/wTEmployeeScheduleSimpleSMS.ts +1 -1
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +1 -1
- package/model/wTEmployeeSendHelpDeskResponse.ts +7 -1
- package/model/wTEmployeeUpdate.ts +1 -1
- package/model/wTEmployeeUpdateRecords.ts +37 -0
- package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
- package/model/wTImageGridCreateParams.ts +49 -0
- package/model/wTImageGridUpdateParams.ts +49 -0
- package/model/wTImportedList.ts +2 -2
- package/model/wTInfoGenesisLookupRequestErrors.ts +1 -1
- package/model/wTInfoGenesisRecordFilterParameters.ts +1 -1
- package/model/wTInfoGenesisRoutingIDs.ts +1 -1
- package/model/wTInfoGenesisUniquePostingIDs.ts +1 -1
- package/model/wTLinkBookCreateParams.ts +1 -1
- package/model/wTLinkBookSectionCreateParams.ts +7 -1
- package/model/wTLinkBookSectionUpdateParams.ts +7 -1
- package/model/wTLinkBookUpdateParams.ts +1 -1
- package/model/wTMember.ts +1 -1
- package/model/wTMemberCreationParams.ts +1 -1
- package/model/wTMembershipTier.ts +2 -2
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +2 -2
- package/model/wTMerchantCredit.ts +1 -1
- package/model/wTMerchantCreditCreationParams.ts +1 -1
- package/model/wTMerchantURLCreate.ts +1 -1
- package/model/wTMerchantURLUpdate.ts +1 -1
- package/model/wTMerchantUpdate.ts +7 -1
- package/model/wTMerchantUpdateBillingContact.ts +1 -1
- package/model/wTMerchantUpdatePOSIntegration.ts +1 -1
- package/model/wTNewsArticleCreateParams.ts +1 -1
- package/model/wTNewsArticleUpdateParams.ts +1 -1
- package/model/wTOptInList.ts +2 -2
- package/model/wTOptInListCreationParams.ts +1 -1
- package/model/wTPaymentDesign.ts +2 -2
- package/model/wTPaymentDesignCreateParams.ts +1 -1
- package/model/wTPaymentDesignUpdateParams.ts +1 -1
- package/model/wTPerformanceCreateParams.ts +1 -1
- package/model/wTPerformanceUpdateParams.ts +1 -1
- package/model/wTPosMachine.ts +1 -1
- package/model/wTPosMachineCreateParams.ts +1 -1
- package/model/wTPosMachineUpdateParams.ts +1 -1
- package/model/wTPromoCodeCreateParams.ts +1 -1
- package/model/wTPromoCodeUpdateParams.ts +1 -1
- package/model/wTRole.ts +1 -1
- package/model/wTSMSAcquirePhoneNumber.ts +1 -1
- package/model/wTSMSCreateAgreement.ts +1 -1
- package/model/wTSMSImportOptInListSubscribers.ts +1 -1
- package/model/wTSMSImportedListCreate.ts +1 -1
- package/model/wTSMSLimits.ts +37 -0
- package/model/wTSMSOptInListSourceCreate.ts +1 -1
- package/model/wTSMSUpdatePhoneNumberConfig.ts +1 -1
- package/model/wTSettingsSetPassword.ts +1 -1
- package/model/wTStaticVoucher.ts +2 -2
- package/model/wTStaticVoucherCampaign.ts +2 -2
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +1 -1
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +1 -1
- package/model/wTStaticVoucherCreateParams.ts +1 -1
- package/model/wTStaticVoucherUpdateParams.ts +1 -1
- package/model/wTSystemApprovePhoneNumber.ts +1 -1
- package/model/wTSystemRoleCreate.ts +1 -1
- package/model/wTTCPAOpt.ts +1 -1
- package/model/wTTwilioRequestAuthyCode.ts +1 -1
- package/model/wTTwilioVerifyAuthyCode.ts +1 -1
- package/model/wTWalletConfigurationSaveWalletRecord.ts +7 -1
- package/model/wTWalletItemRedemption.ts +2 -2
- package/model/wTWalletObjectPrefixCounts.ts +44 -0
- package/model/wTWalletPageView.ts +2 -2
- package/model/wTWalletPageViewCount.ts +43 -0
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/walletConfiguration.ts +7 -1
- package/model/walletPageView.ts +2 -2
- package/model/webpage.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -2
package/model/helpDeskRequest.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@ import { RequestFile } from './models';
|
|
|
15
15
|
export class HelpDeskRequest {
|
|
16
16
|
'merchantPhoneNumberID': string;
|
|
17
17
|
'cellPhone': string;
|
|
18
|
-
'id': string;
|
|
18
|
+
'id': string | null;
|
|
19
19
|
'merchantID': string;
|
|
20
20
|
'createdAt': Date;
|
|
21
21
|
'updatedAt': Date;
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* wallet-api
|
|
3
|
+
* API
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
|
+
* Contact: development@wallet.inc
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
import { RequestFile } from './models';
|
|
14
|
+
|
|
15
|
+
export class ImageGrid {
|
|
16
|
+
'title': string;
|
|
17
|
+
'url': string;
|
|
18
|
+
'mediaURL': string;
|
|
19
|
+
'sequenceNumber': number;
|
|
20
|
+
'id': string | null;
|
|
21
|
+
'createdAt': Date;
|
|
22
|
+
'updatedAt': Date;
|
|
23
|
+
'isActive': boolean;
|
|
24
|
+
'merchantID': string;
|
|
25
|
+
|
|
26
|
+
static discriminator: string | undefined = undefined;
|
|
27
|
+
|
|
28
|
+
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
29
|
+
{
|
|
30
|
+
"name": "title",
|
|
31
|
+
"baseName": "title",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "url",
|
|
36
|
+
"baseName": "url",
|
|
37
|
+
"type": "string"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "mediaURL",
|
|
41
|
+
"baseName": "mediaURL",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "sequenceNumber",
|
|
46
|
+
"baseName": "sequenceNumber",
|
|
47
|
+
"type": "number"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "id",
|
|
51
|
+
"baseName": "id",
|
|
52
|
+
"type": "string"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "createdAt",
|
|
56
|
+
"baseName": "createdAt",
|
|
57
|
+
"type": "Date"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "updatedAt",
|
|
61
|
+
"baseName": "updatedAt",
|
|
62
|
+
"type": "Date"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "isActive",
|
|
66
|
+
"baseName": "isActive",
|
|
67
|
+
"type": "boolean"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "merchantID",
|
|
71
|
+
"baseName": "merchantID",
|
|
72
|
+
"type": "string"
|
|
73
|
+
} ];
|
|
74
|
+
|
|
75
|
+
static getAttributeTypeMap() {
|
|
76
|
+
return ImageGrid.attributeTypeMap;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
package/model/importedList.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,7 +17,7 @@ export class ImportedList {
|
|
|
17
17
|
'isActive': boolean;
|
|
18
18
|
'listName': string;
|
|
19
19
|
'phoneNumberID': string;
|
|
20
|
-
'id': string;
|
|
20
|
+
'id': string | null;
|
|
21
21
|
'merchantID': string;
|
|
22
22
|
'createdAt': Date;
|
|
23
23
|
'updatedAt': Date;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -15,7 +15,7 @@ import { RequestFile } from './models';
|
|
|
15
15
|
export class ImportedListRecipient {
|
|
16
16
|
'importedListID': string;
|
|
17
17
|
'mobilePhoneNumber': string;
|
|
18
|
-
'id': string;
|
|
18
|
+
'id': string | null;
|
|
19
19
|
'merchantID': string;
|
|
20
20
|
'createdAt': Date;
|
|
21
21
|
'updatedAt': Date;
|
package/model/inboundSMS.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document:
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
14
|
|
|
15
15
|
export class InboundSMS {
|
|
16
|
-
'id': string;
|
|
16
|
+
'id': string | null;
|
|
17
17
|
'automatedReply': string;
|
|
18
18
|
'automatedReplyAdditionalInfo': string;
|
|
19
19
|
'smsSid': string;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,23 +11,42 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
+
import { SubscriptionPlan } from './subscriptionPlan';
|
|
14
15
|
|
|
15
16
|
export class InlineResponse200 {
|
|
16
|
-
'
|
|
17
|
-
'
|
|
17
|
+
'plans': Array<SubscriptionPlan>;
|
|
18
|
+
'title': string;
|
|
19
|
+
'icon': string;
|
|
20
|
+
'sortNumber': string;
|
|
21
|
+
'id': string;
|
|
18
22
|
|
|
19
23
|
static discriminator: string | undefined = undefined;
|
|
20
24
|
|
|
21
25
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
22
26
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"baseName": "
|
|
25
|
-
"type": "
|
|
27
|
+
"name": "plans",
|
|
28
|
+
"baseName": "plans",
|
|
29
|
+
"type": "Array<SubscriptionPlan>"
|
|
26
30
|
},
|
|
27
31
|
{
|
|
28
|
-
"name": "
|
|
29
|
-
"baseName": "
|
|
30
|
-
"type": "
|
|
32
|
+
"name": "title",
|
|
33
|
+
"baseName": "title",
|
|
34
|
+
"type": "string"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "icon",
|
|
38
|
+
"baseName": "icon",
|
|
39
|
+
"type": "string"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "sortNumber",
|
|
43
|
+
"baseName": "sortNumber",
|
|
44
|
+
"type": "string"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "id",
|
|
48
|
+
"baseName": "id",
|
|
49
|
+
"type": "string"
|
|
31
50
|
} ];
|
|
32
51
|
|
|
33
52
|
static getAttributeTypeMap() {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,41 +11,28 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
-
import { SubscriptionPlan } from './subscriptionPlan';
|
|
15
14
|
|
|
16
15
|
export class InlineResponse2001 {
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'sortNumber': string;
|
|
21
|
-
'id': string;
|
|
16
|
+
'size': number;
|
|
17
|
+
'name': string;
|
|
18
|
+
'url': string;
|
|
22
19
|
|
|
23
20
|
static discriminator: string | undefined = undefined;
|
|
24
21
|
|
|
25
22
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
26
23
|
{
|
|
27
|
-
"name": "
|
|
28
|
-
"baseName": "
|
|
29
|
-
"type": "
|
|
24
|
+
"name": "size",
|
|
25
|
+
"baseName": "size",
|
|
26
|
+
"type": "number"
|
|
30
27
|
},
|
|
31
28
|
{
|
|
32
|
-
"name": "
|
|
33
|
-
"baseName": "
|
|
29
|
+
"name": "name",
|
|
30
|
+
"baseName": "name",
|
|
34
31
|
"type": "string"
|
|
35
32
|
},
|
|
36
33
|
{
|
|
37
|
-
"name": "
|
|
38
|
-
"baseName": "
|
|
39
|
-
"type": "string"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "sortNumber",
|
|
43
|
-
"baseName": "sortNumber",
|
|
44
|
-
"type": "string"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"name": "id",
|
|
48
|
-
"baseName": "id",
|
|
34
|
+
"name": "url",
|
|
35
|
+
"baseName": "url",
|
|
49
36
|
"type": "string"
|
|
50
37
|
} ];
|
|
51
38
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,30 +11,29 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
-
import { ImportedListRecipient } from './importedListRecipient';
|
|
15
14
|
|
|
16
15
|
export class InlineResponse20010 {
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
16
|
+
'phoneCode': string;
|
|
17
|
+
'iso2': string;
|
|
18
|
+
'name': string;
|
|
20
19
|
|
|
21
20
|
static discriminator: string | undefined = undefined;
|
|
22
21
|
|
|
23
22
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
24
23
|
{
|
|
25
|
-
"name": "
|
|
26
|
-
"baseName": "
|
|
27
|
-
"type": "
|
|
24
|
+
"name": "phoneCode",
|
|
25
|
+
"baseName": "phone_code",
|
|
26
|
+
"type": "string"
|
|
28
27
|
},
|
|
29
28
|
{
|
|
30
|
-
"name": "
|
|
31
|
-
"baseName": "
|
|
32
|
-
"type": "
|
|
29
|
+
"name": "iso2",
|
|
30
|
+
"baseName": "iso2",
|
|
31
|
+
"type": "string"
|
|
33
32
|
},
|
|
34
33
|
{
|
|
35
|
-
"name": "
|
|
36
|
-
"baseName": "
|
|
37
|
-
"type": "
|
|
34
|
+
"name": "name",
|
|
35
|
+
"baseName": "name",
|
|
36
|
+
"type": "string"
|
|
38
37
|
} ];
|
|
39
38
|
|
|
40
39
|
static getAttributeTypeMap() {
|
|
@@ -13,21 +13,93 @@
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
14
|
|
|
15
15
|
export class InlineResponse20011 {
|
|
16
|
-
'
|
|
17
|
-
'
|
|
16
|
+
'merchantIndustry': string;
|
|
17
|
+
'merchantName': string;
|
|
18
|
+
'department': string;
|
|
19
|
+
'jobTitle': string;
|
|
20
|
+
'profilePictureURL': string;
|
|
21
|
+
'employeeID': string;
|
|
22
|
+
'merchantID': string;
|
|
23
|
+
'email': string;
|
|
24
|
+
'username': string;
|
|
25
|
+
'lastName': string;
|
|
26
|
+
'firstName': string;
|
|
27
|
+
'updatedAt': Date;
|
|
28
|
+
'createdAt': Date;
|
|
29
|
+
'id': string;
|
|
18
30
|
|
|
19
31
|
static discriminator: string | undefined = undefined;
|
|
20
32
|
|
|
21
33
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
22
34
|
{
|
|
23
|
-
"name": "
|
|
24
|
-
"baseName": "
|
|
25
|
-
"type": "
|
|
35
|
+
"name": "merchantIndustry",
|
|
36
|
+
"baseName": "merchantIndustry",
|
|
37
|
+
"type": "string"
|
|
26
38
|
},
|
|
27
39
|
{
|
|
28
|
-
"name": "
|
|
29
|
-
"baseName": "
|
|
30
|
-
"type": "
|
|
40
|
+
"name": "merchantName",
|
|
41
|
+
"baseName": "merchantName",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "department",
|
|
46
|
+
"baseName": "department",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "jobTitle",
|
|
51
|
+
"baseName": "jobTitle",
|
|
52
|
+
"type": "string"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "profilePictureURL",
|
|
56
|
+
"baseName": "profilePictureURL",
|
|
57
|
+
"type": "string"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"name": "employeeID",
|
|
61
|
+
"baseName": "employeeID",
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "merchantID",
|
|
66
|
+
"baseName": "merchantID",
|
|
67
|
+
"type": "string"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "email",
|
|
71
|
+
"baseName": "email",
|
|
72
|
+
"type": "string"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "username",
|
|
76
|
+
"baseName": "username",
|
|
77
|
+
"type": "string"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "lastName",
|
|
81
|
+
"baseName": "lastName",
|
|
82
|
+
"type": "string"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "firstName",
|
|
86
|
+
"baseName": "firstName",
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "updatedAt",
|
|
91
|
+
"baseName": "updatedAt",
|
|
92
|
+
"type": "Date"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "createdAt",
|
|
96
|
+
"baseName": "createdAt",
|
|
97
|
+
"type": "Date"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "id",
|
|
101
|
+
"baseName": "id",
|
|
102
|
+
"type": "string"
|
|
31
103
|
} ];
|
|
32
104
|
|
|
33
105
|
static getAttributeTypeMap() {
|
|
@@ -11,83 +11,28 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
-
import { PaymentDesign } from './paymentDesign';
|
|
15
14
|
|
|
16
15
|
export class InlineResponse20012 {
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'expirationDate': Date;
|
|
21
|
-
'startDate': Date;
|
|
22
|
-
'title': string;
|
|
23
|
-
'isRedeemed': boolean;
|
|
24
|
-
'offerAmountCentsDecimal': string;
|
|
25
|
-
'offerAmountCents': number;
|
|
26
|
-
'memberID': string;
|
|
27
|
-
'cellPhoneNumber': string;
|
|
28
|
-
'id': string;
|
|
16
|
+
'phoneCode': string;
|
|
17
|
+
'iso2': string;
|
|
18
|
+
'name': string;
|
|
29
19
|
|
|
30
20
|
static discriminator: string | undefined = undefined;
|
|
31
21
|
|
|
32
22
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
33
23
|
{
|
|
34
|
-
"name": "
|
|
35
|
-
"baseName": "
|
|
36
|
-
"type": "PaymentDesign"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "valueType",
|
|
40
|
-
"baseName": "ValueType",
|
|
41
|
-
"type": "string"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "voucherType",
|
|
45
|
-
"baseName": "VoucherType",
|
|
46
|
-
"type": "number"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "expirationDate",
|
|
50
|
-
"baseName": "ExpirationDate",
|
|
51
|
-
"type": "Date"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "startDate",
|
|
55
|
-
"baseName": "StartDate",
|
|
56
|
-
"type": "Date"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "title",
|
|
60
|
-
"baseName": "Title",
|
|
61
|
-
"type": "string"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"name": "isRedeemed",
|
|
65
|
-
"baseName": "IsRedeemed",
|
|
66
|
-
"type": "boolean"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "offerAmountCentsDecimal",
|
|
70
|
-
"baseName": "OfferAmountCents_decimal",
|
|
71
|
-
"type": "string"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "offerAmountCents",
|
|
75
|
-
"baseName": "OfferAmountCents",
|
|
76
|
-
"type": "number"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "memberID",
|
|
80
|
-
"baseName": "MemberID",
|
|
24
|
+
"name": "phoneCode",
|
|
25
|
+
"baseName": "phone_code",
|
|
81
26
|
"type": "string"
|
|
82
27
|
},
|
|
83
28
|
{
|
|
84
|
-
"name": "
|
|
85
|
-
"baseName": "
|
|
29
|
+
"name": "iso2",
|
|
30
|
+
"baseName": "iso2",
|
|
86
31
|
"type": "string"
|
|
87
32
|
},
|
|
88
33
|
{
|
|
89
|
-
"name": "
|
|
90
|
-
"baseName": "
|
|
34
|
+
"name": "name",
|
|
35
|
+
"baseName": "name",
|
|
91
36
|
"type": "string"
|
|
92
37
|
} ];
|
|
93
38
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
14
|
|
|
15
15
|
export class InlineResponse2002 {
|
|
16
|
-
'count':
|
|
16
|
+
'count': number;
|
|
17
17
|
|
|
18
18
|
static discriminator: string | undefined = undefined;
|
|
19
19
|
|
|
@@ -21,7 +21,7 @@ export class InlineResponse2002 {
|
|
|
21
21
|
{
|
|
22
22
|
"name": "count",
|
|
23
23
|
"baseName": "count",
|
|
24
|
-
"type": "
|
|
24
|
+
"type": "number"
|
|
25
25
|
} ];
|
|
26
26
|
|
|
27
27
|
static getAttributeTypeMap() {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,17 +11,30 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
+
import { InboundSMS } from './inboundSMS';
|
|
14
15
|
|
|
15
16
|
export class InlineResponse2003 {
|
|
16
|
-
'
|
|
17
|
+
'total': number;
|
|
18
|
+
'length': number;
|
|
19
|
+
'results': Array<InboundSMS>;
|
|
17
20
|
|
|
18
21
|
static discriminator: string | undefined = undefined;
|
|
19
22
|
|
|
20
23
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
21
24
|
{
|
|
22
|
-
"name": "
|
|
23
|
-
"baseName": "
|
|
25
|
+
"name": "total",
|
|
26
|
+
"baseName": "total",
|
|
24
27
|
"type": "number"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "length",
|
|
31
|
+
"baseName": "length",
|
|
32
|
+
"type": "number"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "results",
|
|
36
|
+
"baseName": "results",
|
|
37
|
+
"type": "Array<InboundSMS>"
|
|
25
38
|
} ];
|
|
26
39
|
|
|
27
40
|
static getAttributeTypeMap() {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* wallet-api
|
|
3
3
|
* API
|
|
4
4
|
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.
|
|
5
|
+
* The version of the OpenAPI document: 2.1.512
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -11,29 +11,24 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
|
+
import { WTStaticVoucher } from './wTStaticVoucher';
|
|
14
15
|
|
|
15
16
|
export class InlineResponse2004 {
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'url': string;
|
|
17
|
+
'data': Array<WTStaticVoucher>;
|
|
18
|
+
'totalRows': number;
|
|
19
19
|
|
|
20
20
|
static discriminator: string | undefined = undefined;
|
|
21
21
|
|
|
22
22
|
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
23
23
|
{
|
|
24
|
-
"name": "
|
|
25
|
-
"baseName": "
|
|
26
|
-
"type": "
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "name",
|
|
30
|
-
"baseName": "name",
|
|
31
|
-
"type": "string"
|
|
24
|
+
"name": "data",
|
|
25
|
+
"baseName": "data",
|
|
26
|
+
"type": "Array<WTStaticVoucher>"
|
|
32
27
|
},
|
|
33
28
|
{
|
|
34
|
-
"name": "
|
|
35
|
-
"baseName": "
|
|
36
|
-
"type": "
|
|
29
|
+
"name": "totalRows",
|
|
30
|
+
"baseName": "totalRows",
|
|
31
|
+
"type": "number"
|
|
37
32
|
} ];
|
|
38
33
|
|
|
39
34
|
static getAttributeTypeMap() {
|