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/mediaFile.ts
CHANGED
package/model/member.ts
CHANGED
package/model/memberSearch.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).
|
|
@@ -26,9 +26,21 @@ export class MemberSearch {
|
|
|
26
26
|
*/
|
|
27
27
|
'pageNum'?: number;
|
|
28
28
|
/**
|
|
29
|
+
* Denotes the sort order
|
|
30
|
+
*/
|
|
31
|
+
'sortOrder'?: string | null;
|
|
32
|
+
/**
|
|
33
|
+
* Denotes the key using which the records need to be sorted
|
|
34
|
+
*/
|
|
35
|
+
'sortKey'?: string | null;
|
|
36
|
+
/**
|
|
29
37
|
* The search key to be used
|
|
30
38
|
*/
|
|
31
|
-
'
|
|
39
|
+
'searchKey': string | null;
|
|
40
|
+
/**
|
|
41
|
+
* The search value to be queried
|
|
42
|
+
*/
|
|
43
|
+
'searchValue': string;
|
|
32
44
|
|
|
33
45
|
static discriminator: string | undefined = undefined;
|
|
34
46
|
|
|
@@ -49,8 +61,23 @@ export class MemberSearch {
|
|
|
49
61
|
"type": "number"
|
|
50
62
|
},
|
|
51
63
|
{
|
|
52
|
-
"name": "
|
|
53
|
-
"baseName": "
|
|
64
|
+
"name": "sortOrder",
|
|
65
|
+
"baseName": "sortOrder",
|
|
66
|
+
"type": "string"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "sortKey",
|
|
70
|
+
"baseName": "sortKey",
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "searchKey",
|
|
75
|
+
"baseName": "searchKey",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "searchValue",
|
|
80
|
+
"baseName": "searchValue",
|
|
54
81
|
"type": "string"
|
|
55
82
|
} ];
|
|
56
83
|
|
package/model/merchant.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).
|
|
@@ -21,6 +21,7 @@ export class Merchant {
|
|
|
21
21
|
'country': string;
|
|
22
22
|
'phoneNumber': string;
|
|
23
23
|
'zip': string;
|
|
24
|
+
'currencyAbbreviation': string;
|
|
24
25
|
'id': string;
|
|
25
26
|
'createdAt': Date;
|
|
26
27
|
'updatedAt': Date;
|
|
@@ -76,6 +77,11 @@ export class Merchant {
|
|
|
76
77
|
"baseName": "zip",
|
|
77
78
|
"type": "string"
|
|
78
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"name": "currencyAbbreviation",
|
|
82
|
+
"baseName": "currencyAbbreviation",
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
79
85
|
{
|
|
80
86
|
"name": "id",
|
|
81
87
|
"baseName": "id",
|
package/model/merchantURL.ts
CHANGED
package/model/message.ts
CHANGED
package/model/models.ts
CHANGED
|
@@ -11,6 +11,9 @@ export * from './applicableTerminalsAnyOf';
|
|
|
11
11
|
export * from './applicableTerminalsAnyOf1';
|
|
12
12
|
export * from './applicableTerminalsAnyOf2';
|
|
13
13
|
export * from './applicableTerminalsAnyOf3';
|
|
14
|
+
export * from './applicableTerminalsAnyOf4';
|
|
15
|
+
export * from './applicableTerminalsAnyOf5';
|
|
16
|
+
export * from './applicableTerminalsAnyOf6';
|
|
14
17
|
export * from './authError';
|
|
15
18
|
export * from './availablePhoneNumbersRequest';
|
|
16
19
|
export * from './clickFunnelAmount';
|
|
@@ -20,6 +23,7 @@ export * from './clickFunnelEvent';
|
|
|
20
23
|
export * from './clickFunnelOriginalAmount';
|
|
21
24
|
export * from './clickFunnelProduct';
|
|
22
25
|
export * from './clickFunnelPurchase';
|
|
26
|
+
export * from './clickFunnelRegistration';
|
|
23
27
|
export * from './createStaticVoucherCampaign';
|
|
24
28
|
export * from './createStaticVoucherCampaignWithVoucher';
|
|
25
29
|
export * from './createStaticVoucherCampaignWithVoucherWithCSV';
|
|
@@ -38,15 +42,13 @@ export * from './feature';
|
|
|
38
42
|
export * from './forbiddenRequest';
|
|
39
43
|
export * from './foreignKeyDoesNotExist';
|
|
40
44
|
export * from './helpDeskRequest';
|
|
45
|
+
export * from './imageGrid';
|
|
41
46
|
export * from './importedList';
|
|
42
47
|
export * from './importedListRecipient';
|
|
48
|
+
export * from './inboundSMS';
|
|
43
49
|
export * from './inlineResponse200';
|
|
44
50
|
export * from './inlineResponse2001';
|
|
45
51
|
export * from './inlineResponse20010';
|
|
46
|
-
export * from './inlineResponse20011';
|
|
47
|
-
export * from './inlineResponse20012';
|
|
48
|
-
export * from './inlineResponse20013';
|
|
49
|
-
export * from './inlineResponse20014';
|
|
50
52
|
export * from './inlineResponse2002';
|
|
51
53
|
export * from './inlineResponse2003';
|
|
52
54
|
export * from './inlineResponse2004';
|
|
@@ -59,6 +61,11 @@ export * from './internalServerError';
|
|
|
59
61
|
export * from './ledgerEntry';
|
|
60
62
|
export * from './linkBook';
|
|
61
63
|
export * from './linkBookSection';
|
|
64
|
+
export * from './mSAnalyticsMemberCountPartitionedByDate';
|
|
65
|
+
export * from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
|
|
66
|
+
export * from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
|
|
67
|
+
export * from './mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate';
|
|
68
|
+
export * from './mSAnalyticsMembershipTierAmountRefundedPartitionedByDate';
|
|
62
69
|
export * from './mSMemberHistory';
|
|
63
70
|
export * from './mSMemberHistoryPagination';
|
|
64
71
|
export * from './mSMemberRedemption';
|
|
@@ -90,6 +97,7 @@ export * from './paginatedWTMerchantCredits';
|
|
|
90
97
|
export * from './paginationRequestWithIDAndWithoutSortOptions';
|
|
91
98
|
export * from './paginationRequestWithSortOptions';
|
|
92
99
|
export * from './paymentDesign';
|
|
100
|
+
export * from './paymentPrefixes';
|
|
93
101
|
export * from './performance';
|
|
94
102
|
export * from './phoneNumber';
|
|
95
103
|
export * from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
|
|
@@ -99,6 +107,7 @@ export * from './pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMem
|
|
|
99
107
|
export * from './pickMSMemberExcludeKeyofMSMemberMemberIdentifier';
|
|
100
108
|
export * from './pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier';
|
|
101
109
|
export * from './pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier';
|
|
110
|
+
export * from './pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey';
|
|
102
111
|
export * from './pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded';
|
|
103
112
|
export * from './pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId';
|
|
104
113
|
export * from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
|
|
@@ -159,14 +168,18 @@ export * from './wTAdvertisementCredit';
|
|
|
159
168
|
export * from './wTAdvertisementCreditCreateParams';
|
|
160
169
|
export * from './wTAdvertisementCreditScan';
|
|
161
170
|
export * from './wTAdvertisementCreditUpdateParams';
|
|
171
|
+
export * from './wTAuthenticationCheckSessionTokenStatusResponse';
|
|
162
172
|
export * from './wTAuthenticationForgotPassword';
|
|
163
|
-
export * from './
|
|
173
|
+
export * from './wTAuthenticationLoginRequest';
|
|
174
|
+
export * from './wTAuthenticationLoginResponse';
|
|
164
175
|
export * from './wTAuthenticationRegister';
|
|
165
176
|
export * from './wTAuthenticationRequestResetPassword';
|
|
166
177
|
export * from './wTAuthenticationResetPassword';
|
|
167
178
|
export * from './wTAuthenticationSSOLoginForDiscourse';
|
|
168
179
|
export * from './wTBillingChangePlan';
|
|
169
180
|
export * from './wTBillingSavePaymentMethod';
|
|
181
|
+
export * from './wTBillingVerifyPaymentMethodResponse';
|
|
182
|
+
export * from './wTCountResult';
|
|
170
183
|
export * from './wTCustomerSearchByMemberID';
|
|
171
184
|
export * from './wTCustomerSearchByPhoneNumber';
|
|
172
185
|
export * from './wTDynamicVoucher';
|
|
@@ -192,7 +205,10 @@ export * from './wTEmployeeScheduleSimpleSMS';
|
|
|
192
205
|
export * from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
193
206
|
export * from './wTEmployeeSendHelpDeskResponse';
|
|
194
207
|
export * from './wTEmployeeUpdate';
|
|
208
|
+
export * from './wTEmployeeUpdateRecords';
|
|
195
209
|
export * from './wTFetchWalletPaymentObjectWithToken';
|
|
210
|
+
export * from './wTImageGridCreateParams';
|
|
211
|
+
export * from './wTImageGridUpdateParams';
|
|
196
212
|
export * from './wTImportedList';
|
|
197
213
|
export * from './wTInfoGenesisLookupRequestErrors';
|
|
198
214
|
export * from './wTInfoGenesisRecordFilterParameters';
|
|
@@ -234,6 +250,7 @@ export * from './wTSMSAcquirePhoneNumber';
|
|
|
234
250
|
export * from './wTSMSCreateAgreement';
|
|
235
251
|
export * from './wTSMSImportOptInListSubscribers';
|
|
236
252
|
export * from './wTSMSImportedListCreate';
|
|
253
|
+
export * from './wTSMSLimits';
|
|
237
254
|
export * from './wTSMSOptInListSourceCreate';
|
|
238
255
|
export * from './wTSMSUpdatePhoneNumberConfig';
|
|
239
256
|
export * from './wTSettingsSetPassword';
|
|
@@ -250,7 +267,9 @@ export * from './wTTwilioRequestAuthyCode';
|
|
|
250
267
|
export * from './wTTwilioVerifyAuthyCode';
|
|
251
268
|
export * from './wTWalletConfigurationSaveWalletRecord';
|
|
252
269
|
export * from './wTWalletItemRedemption';
|
|
270
|
+
export * from './wTWalletObjectPrefixCounts';
|
|
253
271
|
export * from './wTWalletPageView';
|
|
272
|
+
export * from './wTWalletPageViewCount';
|
|
254
273
|
export * from './wTWalletPageViewGeoPoint';
|
|
255
274
|
export * from './walletConfiguration';
|
|
256
275
|
export * from './walletPageView';
|
|
@@ -280,6 +299,9 @@ import { ApplicableTerminalsAnyOf } from './applicableTerminalsAnyOf';
|
|
|
280
299
|
import { ApplicableTerminalsAnyOf1 } from './applicableTerminalsAnyOf1';
|
|
281
300
|
import { ApplicableTerminalsAnyOf2 } from './applicableTerminalsAnyOf2';
|
|
282
301
|
import { ApplicableTerminalsAnyOf3 } from './applicableTerminalsAnyOf3';
|
|
302
|
+
import { ApplicableTerminalsAnyOf4 } from './applicableTerminalsAnyOf4';
|
|
303
|
+
import { ApplicableTerminalsAnyOf5 } from './applicableTerminalsAnyOf5';
|
|
304
|
+
import { ApplicableTerminalsAnyOf6 } from './applicableTerminalsAnyOf6';
|
|
283
305
|
import { AuthError } from './authError';
|
|
284
306
|
import { AvailablePhoneNumbersRequest } from './availablePhoneNumbersRequest';
|
|
285
307
|
import { ClickFunnelAmount } from './clickFunnelAmount';
|
|
@@ -289,6 +311,7 @@ import { ClickFunnelEvent } from './clickFunnelEvent';
|
|
|
289
311
|
import { ClickFunnelOriginalAmount } from './clickFunnelOriginalAmount';
|
|
290
312
|
import { ClickFunnelProduct } from './clickFunnelProduct';
|
|
291
313
|
import { ClickFunnelPurchase } from './clickFunnelPurchase';
|
|
314
|
+
import { ClickFunnelRegistration } from './clickFunnelRegistration';
|
|
292
315
|
import { CreateStaticVoucherCampaign } from './createStaticVoucherCampaign';
|
|
293
316
|
import { CreateStaticVoucherCampaignWithVoucher } from './createStaticVoucherCampaignWithVoucher';
|
|
294
317
|
import { CreateStaticVoucherCampaignWithVoucherWithCSV } from './createStaticVoucherCampaignWithVoucherWithCSV';
|
|
@@ -307,15 +330,13 @@ import { Feature } from './feature';
|
|
|
307
330
|
import { ForbiddenRequest } from './forbiddenRequest';
|
|
308
331
|
import { ForeignKeyDoesNotExist } from './foreignKeyDoesNotExist';
|
|
309
332
|
import { HelpDeskRequest } from './helpDeskRequest';
|
|
333
|
+
import { ImageGrid } from './imageGrid';
|
|
310
334
|
import { ImportedList } from './importedList';
|
|
311
335
|
import { ImportedListRecipient } from './importedListRecipient';
|
|
336
|
+
import { InboundSMS } from './inboundSMS';
|
|
312
337
|
import { InlineResponse200 } from './inlineResponse200';
|
|
313
338
|
import { InlineResponse2001 } from './inlineResponse2001';
|
|
314
339
|
import { InlineResponse20010 } from './inlineResponse20010';
|
|
315
|
-
import { InlineResponse20011 } from './inlineResponse20011';
|
|
316
|
-
import { InlineResponse20012 } from './inlineResponse20012';
|
|
317
|
-
import { InlineResponse20013 } from './inlineResponse20013';
|
|
318
|
-
import { InlineResponse20014 } from './inlineResponse20014';
|
|
319
340
|
import { InlineResponse2002 } from './inlineResponse2002';
|
|
320
341
|
import { InlineResponse2003 } from './inlineResponse2003';
|
|
321
342
|
import { InlineResponse2004 } from './inlineResponse2004';
|
|
@@ -328,6 +349,11 @@ import { InternalServerError } from './internalServerError';
|
|
|
328
349
|
import { LedgerEntry } from './ledgerEntry';
|
|
329
350
|
import { LinkBook } from './linkBook';
|
|
330
351
|
import { LinkBookSection } from './linkBookSection';
|
|
352
|
+
import { MSAnalyticsMemberCountPartitionedByDate } from './mSAnalyticsMemberCountPartitionedByDate';
|
|
353
|
+
import { MSAnalyticsMemberPointsRedeemedPartitionedByDate } from './mSAnalyticsMemberPointsRedeemedPartitionedByDate';
|
|
354
|
+
import { MSAnalyticsMemberPointsRefundedPartitionedByDate } from './mSAnalyticsMemberPointsRefundedPartitionedByDate';
|
|
355
|
+
import { MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate } from './mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate';
|
|
356
|
+
import { MSAnalyticsMembershipTierAmountRefundedPartitionedByDate } from './mSAnalyticsMembershipTierAmountRefundedPartitionedByDate';
|
|
331
357
|
import { MSMemberHistory } from './mSMemberHistory';
|
|
332
358
|
import { MSMemberHistoryPagination } from './mSMemberHistoryPagination';
|
|
333
359
|
import { MSMemberRedemption } from './mSMemberRedemption';
|
|
@@ -359,6 +385,7 @@ import { PaginatedWTMerchantCredits } from './paginatedWTMerchantCredits';
|
|
|
359
385
|
import { PaginationRequestWithIDAndWithoutSortOptions } from './paginationRequestWithIDAndWithoutSortOptions';
|
|
360
386
|
import { PaginationRequestWithSortOptions } from './paginationRequestWithSortOptions';
|
|
361
387
|
import { PaymentDesign } from './paymentDesign';
|
|
388
|
+
import { PaymentPrefixes } from './paymentPrefixes';
|
|
362
389
|
import { Performance } from './performance';
|
|
363
390
|
import { PhoneNumber } from './phoneNumber';
|
|
364
391
|
import { PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID } from './pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID';
|
|
@@ -368,6 +395,7 @@ import { PickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdent
|
|
|
368
395
|
import { PickMSMemberExcludeKeyofMSMemberMemberIdentifier } from './pickMSMemberExcludeKeyofMSMemberMemberIdentifier';
|
|
369
396
|
import { PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier } from './pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier';
|
|
370
397
|
import { PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier } from './pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier';
|
|
398
|
+
import { PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey } from './pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey';
|
|
371
399
|
import { PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded } from './pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded';
|
|
372
400
|
import { PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId } from './pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId';
|
|
373
401
|
import { PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId } from './pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId';
|
|
@@ -428,14 +456,18 @@ import { WTAdvertisementCredit } from './wTAdvertisementCredit';
|
|
|
428
456
|
import { WTAdvertisementCreditCreateParams } from './wTAdvertisementCreditCreateParams';
|
|
429
457
|
import { WTAdvertisementCreditScan } from './wTAdvertisementCreditScan';
|
|
430
458
|
import { WTAdvertisementCreditUpdateParams } from './wTAdvertisementCreditUpdateParams';
|
|
459
|
+
import { WTAuthenticationCheckSessionTokenStatusResponse } from './wTAuthenticationCheckSessionTokenStatusResponse';
|
|
431
460
|
import { WTAuthenticationForgotPassword } from './wTAuthenticationForgotPassword';
|
|
432
|
-
import {
|
|
461
|
+
import { WTAuthenticationLoginRequest } from './wTAuthenticationLoginRequest';
|
|
462
|
+
import { WTAuthenticationLoginResponse } from './wTAuthenticationLoginResponse';
|
|
433
463
|
import { WTAuthenticationRegister } from './wTAuthenticationRegister';
|
|
434
464
|
import { WTAuthenticationRequestResetPassword } from './wTAuthenticationRequestResetPassword';
|
|
435
465
|
import { WTAuthenticationResetPassword } from './wTAuthenticationResetPassword';
|
|
436
466
|
import { WTAuthenticationSSOLoginForDiscourse } from './wTAuthenticationSSOLoginForDiscourse';
|
|
437
467
|
import { WTBillingChangePlan } from './wTBillingChangePlan';
|
|
438
468
|
import { WTBillingSavePaymentMethod } from './wTBillingSavePaymentMethod';
|
|
469
|
+
import { WTBillingVerifyPaymentMethodResponse } from './wTBillingVerifyPaymentMethodResponse';
|
|
470
|
+
import { WTCountResult } from './wTCountResult';
|
|
439
471
|
import { WTCustomerSearchByMemberID } from './wTCustomerSearchByMemberID';
|
|
440
472
|
import { WTCustomerSearchByPhoneNumber } from './wTCustomerSearchByPhoneNumber';
|
|
441
473
|
import { WTDynamicVoucher } from './wTDynamicVoucher';
|
|
@@ -461,7 +493,10 @@ import { WTEmployeeScheduleSimpleSMS } from './wTEmployeeScheduleSimpleSMS';
|
|
|
461
493
|
import { WTEmployeeScheduleSimpleSMSToRecipient } from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
462
494
|
import { WTEmployeeSendHelpDeskResponse } from './wTEmployeeSendHelpDeskResponse';
|
|
463
495
|
import { WTEmployeeUpdate } from './wTEmployeeUpdate';
|
|
496
|
+
import { WTEmployeeUpdateRecords } from './wTEmployeeUpdateRecords';
|
|
464
497
|
import { WTFetchWalletPaymentObjectWithToken } from './wTFetchWalletPaymentObjectWithToken';
|
|
498
|
+
import { WTImageGridCreateParams } from './wTImageGridCreateParams';
|
|
499
|
+
import { WTImageGridUpdateParams } from './wTImageGridUpdateParams';
|
|
465
500
|
import { WTImportedList } from './wTImportedList';
|
|
466
501
|
import { WTInfoGenesisLookupRequestErrors } from './wTInfoGenesisLookupRequestErrors';
|
|
467
502
|
import { WTInfoGenesisRecordFilterParameters } from './wTInfoGenesisRecordFilterParameters';
|
|
@@ -503,6 +538,7 @@ import { WTSMSAcquirePhoneNumber } from './wTSMSAcquirePhoneNumber';
|
|
|
503
538
|
import { WTSMSCreateAgreement } from './wTSMSCreateAgreement';
|
|
504
539
|
import { WTSMSImportOptInListSubscribers } from './wTSMSImportOptInListSubscribers';
|
|
505
540
|
import { WTSMSImportedListCreate } from './wTSMSImportedListCreate';
|
|
541
|
+
import { WTSMSLimits } from './wTSMSLimits';
|
|
506
542
|
import { WTSMSOptInListSourceCreate } from './wTSMSOptInListSourceCreate';
|
|
507
543
|
import { WTSMSUpdatePhoneNumberConfig } from './wTSMSUpdatePhoneNumberConfig';
|
|
508
544
|
import { WTSettingsSetPassword } from './wTSettingsSetPassword';
|
|
@@ -519,7 +555,9 @@ import { WTTwilioRequestAuthyCode } from './wTTwilioRequestAuthyCode';
|
|
|
519
555
|
import { WTTwilioVerifyAuthyCode } from './wTTwilioVerifyAuthyCode';
|
|
520
556
|
import { WTWalletConfigurationSaveWalletRecord } from './wTWalletConfigurationSaveWalletRecord';
|
|
521
557
|
import { WTWalletItemRedemption } from './wTWalletItemRedemption';
|
|
558
|
+
import { WTWalletObjectPrefixCounts } from './wTWalletObjectPrefixCounts';
|
|
522
559
|
import { WTWalletPageView } from './wTWalletPageView';
|
|
560
|
+
import { WTWalletPageViewCount } from './wTWalletPageViewCount';
|
|
523
561
|
import { WTWalletPageViewGeoPoint } from './wTWalletPageViewGeoPoint';
|
|
524
562
|
import { WalletConfiguration } from './walletConfiguration';
|
|
525
563
|
import { WalletPageView } from './walletPageView';
|
|
@@ -542,12 +580,16 @@ let enumsMap: {[index: string]: any} = {
|
|
|
542
580
|
"ApplicableTerminalsAnyOf1": ApplicableTerminalsAnyOf1,
|
|
543
581
|
"ApplicableTerminalsAnyOf2": ApplicableTerminalsAnyOf2,
|
|
544
582
|
"ApplicableTerminalsAnyOf3": ApplicableTerminalsAnyOf3,
|
|
583
|
+
"ApplicableTerminalsAnyOf4": ApplicableTerminalsAnyOf4,
|
|
584
|
+
"ApplicableTerminalsAnyOf5": ApplicableTerminalsAnyOf5,
|
|
585
|
+
"ApplicableTerminalsAnyOf6": ApplicableTerminalsAnyOf6,
|
|
545
586
|
"PaginationRequestWithSortOptions.SortKeyEnum": PaginationRequestWithSortOptions.SortKeyEnum,
|
|
546
587
|
"PortalPage": PortalPage,
|
|
547
588
|
"StatusAnyOf": StatusAnyOf,
|
|
548
589
|
"StatusAnyOf1": StatusAnyOf1,
|
|
549
590
|
"StatusAnyOf2": StatusAnyOf2,
|
|
550
591
|
"StatusAnyOf3": StatusAnyOf3,
|
|
592
|
+
"WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum": WTAuthenticationCheckSessionTokenStatusResponse.StatusEnum,
|
|
551
593
|
}
|
|
552
594
|
|
|
553
595
|
let typeMap: {[index: string]: any} = {
|
|
@@ -567,6 +609,7 @@ let typeMap: {[index: string]: any} = {
|
|
|
567
609
|
"ClickFunnelOriginalAmount": ClickFunnelOriginalAmount,
|
|
568
610
|
"ClickFunnelProduct": ClickFunnelProduct,
|
|
569
611
|
"ClickFunnelPurchase": ClickFunnelPurchase,
|
|
612
|
+
"ClickFunnelRegistration": ClickFunnelRegistration,
|
|
570
613
|
"CreateStaticVoucherCampaign": CreateStaticVoucherCampaign,
|
|
571
614
|
"CreateStaticVoucherCampaignWithVoucher": CreateStaticVoucherCampaignWithVoucher,
|
|
572
615
|
"CreateStaticVoucherCampaignWithVoucherWithCSV": CreateStaticVoucherCampaignWithVoucherWithCSV,
|
|
@@ -585,15 +628,13 @@ let typeMap: {[index: string]: any} = {
|
|
|
585
628
|
"ForbiddenRequest": ForbiddenRequest,
|
|
586
629
|
"ForeignKeyDoesNotExist": ForeignKeyDoesNotExist,
|
|
587
630
|
"HelpDeskRequest": HelpDeskRequest,
|
|
631
|
+
"ImageGrid": ImageGrid,
|
|
588
632
|
"ImportedList": ImportedList,
|
|
589
633
|
"ImportedListRecipient": ImportedListRecipient,
|
|
634
|
+
"InboundSMS": InboundSMS,
|
|
590
635
|
"InlineResponse200": InlineResponse200,
|
|
591
636
|
"InlineResponse2001": InlineResponse2001,
|
|
592
637
|
"InlineResponse20010": InlineResponse20010,
|
|
593
|
-
"InlineResponse20011": InlineResponse20011,
|
|
594
|
-
"InlineResponse20012": InlineResponse20012,
|
|
595
|
-
"InlineResponse20013": InlineResponse20013,
|
|
596
|
-
"InlineResponse20014": InlineResponse20014,
|
|
597
638
|
"InlineResponse2002": InlineResponse2002,
|
|
598
639
|
"InlineResponse2003": InlineResponse2003,
|
|
599
640
|
"InlineResponse2004": InlineResponse2004,
|
|
@@ -606,6 +647,11 @@ let typeMap: {[index: string]: any} = {
|
|
|
606
647
|
"LedgerEntry": LedgerEntry,
|
|
607
648
|
"LinkBook": LinkBook,
|
|
608
649
|
"LinkBookSection": LinkBookSection,
|
|
650
|
+
"MSAnalyticsMemberCountPartitionedByDate": MSAnalyticsMemberCountPartitionedByDate,
|
|
651
|
+
"MSAnalyticsMemberPointsRedeemedPartitionedByDate": MSAnalyticsMemberPointsRedeemedPartitionedByDate,
|
|
652
|
+
"MSAnalyticsMemberPointsRefundedPartitionedByDate": MSAnalyticsMemberPointsRefundedPartitionedByDate,
|
|
653
|
+
"MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate": MSAnalyticsMembershipTierAmountRedeemedPartitionedByDate,
|
|
654
|
+
"MSAnalyticsMembershipTierAmountRefundedPartitionedByDate": MSAnalyticsMembershipTierAmountRefundedPartitionedByDate,
|
|
609
655
|
"MSMemberHistory": MSMemberHistory,
|
|
610
656
|
"MSMemberHistoryPagination": MSMemberHistoryPagination,
|
|
611
657
|
"MSMemberRedemption": MSMemberRedemption,
|
|
@@ -637,6 +683,7 @@ let typeMap: {[index: string]: any} = {
|
|
|
637
683
|
"PaginationRequestWithIDAndWithoutSortOptions": PaginationRequestWithIDAndWithoutSortOptions,
|
|
638
684
|
"PaginationRequestWithSortOptions": PaginationRequestWithSortOptions,
|
|
639
685
|
"PaymentDesign": PaymentDesign,
|
|
686
|
+
"PaymentPrefixes": PaymentPrefixes,
|
|
640
687
|
"Performance": Performance,
|
|
641
688
|
"PhoneNumber": PhoneNumber,
|
|
642
689
|
"PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID": PickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID,
|
|
@@ -646,6 +693,7 @@ let typeMap: {[index: string]: any} = {
|
|
|
646
693
|
"PickMSMemberExcludeKeyofMSMemberMemberIdentifier": PickMSMemberExcludeKeyofMSMemberMemberIdentifier,
|
|
647
694
|
"PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier": PickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier,
|
|
648
695
|
"PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier": PickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier,
|
|
696
|
+
"PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey": PickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey,
|
|
649
697
|
"PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded": PickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded,
|
|
650
698
|
"PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId": PickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId,
|
|
651
699
|
"PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId": PickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId,
|
|
@@ -701,14 +749,18 @@ let typeMap: {[index: string]: any} = {
|
|
|
701
749
|
"WTAdvertisementCreditCreateParams": WTAdvertisementCreditCreateParams,
|
|
702
750
|
"WTAdvertisementCreditScan": WTAdvertisementCreditScan,
|
|
703
751
|
"WTAdvertisementCreditUpdateParams": WTAdvertisementCreditUpdateParams,
|
|
752
|
+
"WTAuthenticationCheckSessionTokenStatusResponse": WTAuthenticationCheckSessionTokenStatusResponse,
|
|
704
753
|
"WTAuthenticationForgotPassword": WTAuthenticationForgotPassword,
|
|
705
|
-
"
|
|
754
|
+
"WTAuthenticationLoginRequest": WTAuthenticationLoginRequest,
|
|
755
|
+
"WTAuthenticationLoginResponse": WTAuthenticationLoginResponse,
|
|
706
756
|
"WTAuthenticationRegister": WTAuthenticationRegister,
|
|
707
757
|
"WTAuthenticationRequestResetPassword": WTAuthenticationRequestResetPassword,
|
|
708
758
|
"WTAuthenticationResetPassword": WTAuthenticationResetPassword,
|
|
709
759
|
"WTAuthenticationSSOLoginForDiscourse": WTAuthenticationSSOLoginForDiscourse,
|
|
710
760
|
"WTBillingChangePlan": WTBillingChangePlan,
|
|
711
761
|
"WTBillingSavePaymentMethod": WTBillingSavePaymentMethod,
|
|
762
|
+
"WTBillingVerifyPaymentMethodResponse": WTBillingVerifyPaymentMethodResponse,
|
|
763
|
+
"WTCountResult": WTCountResult,
|
|
712
764
|
"WTCustomerSearchByMemberID": WTCustomerSearchByMemberID,
|
|
713
765
|
"WTCustomerSearchByPhoneNumber": WTCustomerSearchByPhoneNumber,
|
|
714
766
|
"WTDynamicVoucher": WTDynamicVoucher,
|
|
@@ -734,7 +786,10 @@ let typeMap: {[index: string]: any} = {
|
|
|
734
786
|
"WTEmployeeScheduleSimpleSMSToRecipient": WTEmployeeScheduleSimpleSMSToRecipient,
|
|
735
787
|
"WTEmployeeSendHelpDeskResponse": WTEmployeeSendHelpDeskResponse,
|
|
736
788
|
"WTEmployeeUpdate": WTEmployeeUpdate,
|
|
789
|
+
"WTEmployeeUpdateRecords": WTEmployeeUpdateRecords,
|
|
737
790
|
"WTFetchWalletPaymentObjectWithToken": WTFetchWalletPaymentObjectWithToken,
|
|
791
|
+
"WTImageGridCreateParams": WTImageGridCreateParams,
|
|
792
|
+
"WTImageGridUpdateParams": WTImageGridUpdateParams,
|
|
738
793
|
"WTImportedList": WTImportedList,
|
|
739
794
|
"WTInfoGenesisLookupRequestErrors": WTInfoGenesisLookupRequestErrors,
|
|
740
795
|
"WTInfoGenesisRecordFilterParameters": WTInfoGenesisRecordFilterParameters,
|
|
@@ -776,6 +831,7 @@ let typeMap: {[index: string]: any} = {
|
|
|
776
831
|
"WTSMSCreateAgreement": WTSMSCreateAgreement,
|
|
777
832
|
"WTSMSImportOptInListSubscribers": WTSMSImportOptInListSubscribers,
|
|
778
833
|
"WTSMSImportedListCreate": WTSMSImportedListCreate,
|
|
834
|
+
"WTSMSLimits": WTSMSLimits,
|
|
779
835
|
"WTSMSOptInListSourceCreate": WTSMSOptInListSourceCreate,
|
|
780
836
|
"WTSMSUpdatePhoneNumberConfig": WTSMSUpdatePhoneNumberConfig,
|
|
781
837
|
"WTSettingsSetPassword": WTSettingsSetPassword,
|
|
@@ -792,7 +848,9 @@ let typeMap: {[index: string]: any} = {
|
|
|
792
848
|
"WTTwilioVerifyAuthyCode": WTTwilioVerifyAuthyCode,
|
|
793
849
|
"WTWalletConfigurationSaveWalletRecord": WTWalletConfigurationSaveWalletRecord,
|
|
794
850
|
"WTWalletItemRedemption": WTWalletItemRedemption,
|
|
851
|
+
"WTWalletObjectPrefixCounts": WTWalletObjectPrefixCounts,
|
|
795
852
|
"WTWalletPageView": WTWalletPageView,
|
|
853
|
+
"WTWalletPageViewCount": WTWalletPageViewCount,
|
|
796
854
|
"WTWalletPageViewGeoPoint": WTWalletPageViewGeoPoint,
|
|
797
855
|
"WalletConfiguration": WalletConfiguration,
|
|
798
856
|
"WalletPageView": WalletPageView,
|
package/model/moduleError.ts
CHANGED
package/model/newsArticle.ts
CHANGED
package/model/optInList.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).
|
|
@@ -25,7 +25,7 @@ export class OptInList {
|
|
|
25
25
|
'optInConfirmedCustomerReceives': string;
|
|
26
26
|
'optOutConfirmedCustomerReceives': string;
|
|
27
27
|
'isOver21Required': boolean;
|
|
28
|
-
'id': string;
|
|
28
|
+
'id': string | null;
|
|
29
29
|
'merchantID': string;
|
|
30
30
|
'createdAt': Date;
|
|
31
31
|
'updatedAt': Date;
|
package/model/optInListSource.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).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import { RequestFile } from './models';
|
|
14
14
|
|
|
15
15
|
export class OptInListSource {
|
|
16
|
-
'id': string;
|
|
16
|
+
'id': string | null;
|
|
17
17
|
'listID': string;
|
|
18
18
|
'sourceName': string;
|
|
19
19
|
'employeeID': 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).
|
|
@@ -20,7 +20,7 @@ export class OptInListSubscriber {
|
|
|
20
20
|
'isPendingAge21Verification': boolean;
|
|
21
21
|
'mobilePhoneNumber': string;
|
|
22
22
|
'referringURL': string;
|
|
23
|
-
'id': string;
|
|
23
|
+
'id': string | null;
|
|
24
24
|
'merchantID': string;
|
|
25
25
|
'createdAt': Date;
|
|
26
26
|
'updatedAt': Date;
|