wallet 2.1.524 → 2.1.528
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 +2 -2
- package/README.md +15 -18
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/analyticsApi.ts +12 -2
- package/api/appleWalletSubscribersApi.ts +1 -1
- package/api/billingApi.ts +263 -1
- package/api/clubMembersPointsApi.ts +1 -1
- package/api/configurationApi.ts +1 -1
- package/api/countriesApi.ts +1 -1
- package/api/customerApi.ts +1 -1
- package/api/dashboardApi.ts +1 -1
- package/api/dynamicVouchersApi.ts +140 -1
- package/api/employeeAPIKeysApi.ts +1 -1
- package/api/employeeAccessApi.ts +1 -1
- package/api/employeesApi.ts +1 -1
- package/api/imageGridApi.ts +1 -1
- package/api/industriesApi.ts +1 -1
- package/api/infoGenesisReportsApi.ts +1 -1
- package/api/integratedTerminalsApi.ts +1 -1
- package/api/interactionsApi.ts +78 -1
- package/api/linkBookApi.ts +1 -1
- package/api/linkBookSectionApi.ts +1 -1
- package/api/loginAndLogoutApi.ts +1 -1
- package/api/membershipTiersApi.ts +1 -1
- package/api/merchantApi.ts +1 -1
- package/api/merchantCreditsApi.ts +1 -1
- 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 +4 -5
- package/api/settingsApi.ts +1 -1
- package/api/shopifyTerminalApi.ts +1 -1
- package/api/staticVoucherCampaignGroupsApi.ts +1 -1
- package/api/staticVoucherCampaignsApi.ts +147 -8
- package/api/staticVouchersApi.ts +1 -1
- package/api/systemApi.ts +1 -1
- package/api/transactionLedgerApi.ts +1 -1
- package/api/utilitiesApi.ts +1 -1
- package/api/webTerminalApi.ts +1 -1
- package/api/wixTerminalApi.ts +1 -1
- package/api/wooCommerceTerminalApi.ts +1 -1
- package/dist/api/analyticsApi.d.ts +1 -1
- package/dist/api/analyticsApi.js +7 -1
- package/dist/api/analyticsApi.js.map +1 -1
- package/dist/api/billingApi.d.ts +32 -0
- package/dist/api/billingApi.js +236 -0
- package/dist/api/billingApi.js.map +1 -1
- package/dist/api/dynamicVouchersApi.d.ts +17 -0
- package/dist/api/dynamicVouchersApi.js +122 -0
- package/dist/api/dynamicVouchersApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +9 -0
- package/dist/api/interactionsApi.js +65 -0
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/sMSApi.d.ts +1 -2
- package/dist/api/sMSApi.js +1 -1
- package/dist/api/sMSApi.js.map +1 -1
- package/dist/api/staticVoucherCampaignsApi.d.ts +19 -2
- package/dist/api/staticVoucherCampaignsApi.js +126 -4
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
- package/dist/model/advertisementCreditScan.d.ts +1 -1
- package/dist/model/advertisementCreditScan.js +5 -5
- package/dist/model/advertisementCreditScan.js.map +1 -1
- package/dist/model/{wTSMSLimits.d.ts → browserDetails.d.ts} +5 -3
- package/dist/model/browserDetails.js +33 -0
- package/dist/model/browserDetails.js.map +1 -0
- package/dist/model/createStaticVoucherCampaign.d.ts +0 -1
- package/dist/model/createStaticVoucherCampaign.js +0 -5
- package/dist/model/createStaticVoucherCampaign.js.map +1 -1
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.d.ts +0 -1
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js +0 -5
- package/dist/model/createStaticVoucherCampaignWithVoucherWithCSV.js.map +1 -1
- package/dist/model/dynamicVoucher.d.ts +1 -1
- package/dist/model/dynamicVoucher.js +5 -5
- package/dist/model/dynamicVoucher.js.map +1 -1
- package/dist/model/member.d.ts +1 -1
- package/dist/model/member.js +5 -5
- package/dist/model/member.js.map +1 -1
- package/dist/model/models.d.ts +4 -4
- package/dist/model/models.js +6 -6
- package/dist/model/models.js.map +1 -1
- package/dist/model/outboundSMS.d.ts +1 -1
- package/dist/model/outboundSMS.js +5 -5
- package/dist/model/outboundSMS.js.map +1 -1
- package/dist/model/{createStaticVoucherCampaignWithVoucher.d.ts → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.d.ts} +4 -5
- package/dist/model/{createStaticVoucherCampaignWithVoucher.js → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js} +20 -25
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.js.map +1 -0
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.d.ts +0 -1
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js +0 -5
- package/dist/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.js.map +1 -1
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.d.ts +1 -1
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js +5 -5
- package/dist/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.js.map +1 -1
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.d.ts +1 -1
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js +5 -5
- package/dist/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.js.map +1 -1
- 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/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.d.ts +1 -1
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js +5 -5
- package/dist/model/pickVSAdvertisementCreditScanExcludeKeyofVSAdvertisementCreditScanRedeemedAtOrRefundedAt.js.map +1 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.d.ts +0 -1
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js +0 -5
- package/dist/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.js.map +1 -1
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.d.ts +1 -1
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js +5 -5
- package/dist/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.js.map +1 -1
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.d.ts +1 -1
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js +5 -5
- package/dist/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.js.map +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.d.ts +1 -1
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js +5 -5
- package/dist/model/pickWTPaymentObjectBroadcastExcludeKeyofWTPaymentObjectBroadcastListTypeOrListID.js.map +1 -1
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.d.ts +0 -1
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js +0 -5
- package/dist/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.js.map +1 -1
- package/dist/model/portalPage.d.ts +1 -0
- package/dist/model/portalPage.js +1 -0
- package/dist/model/portalPage.js.map +1 -1
- package/dist/model/staticVoucher.d.ts +1 -1
- package/dist/model/staticVoucher.js +5 -5
- package/dist/model/staticVoucher.js.map +1 -1
- package/dist/model/staticVoucherCampaign.d.ts +1 -1
- package/dist/model/staticVoucherCampaign.js +5 -5
- package/dist/model/staticVoucherCampaign.js.map +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.d.ts +1 -1
- package/dist/model/staticVoucherCampaignBroadcast.js +5 -5
- package/dist/model/staticVoucherCampaignBroadcast.js.map +1 -1
- package/dist/model/staticVoucherCampaignUpdate.d.ts +0 -1
- package/dist/model/staticVoucherCampaignUpdate.js +0 -5
- package/dist/model/staticVoucherCampaignUpdate.js.map +1 -1
- package/dist/model/updateStaticVoucherCampaignWithVoucher.d.ts +0 -1
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js +0 -5
- package/dist/model/updateStaticVoucherCampaignWithVoucher.js.map +1 -1
- package/dist/model/wTAdvertisementCreditScan.d.ts +1 -1
- package/dist/model/wTAdvertisementCreditScan.js +5 -5
- package/dist/model/wTAdvertisementCreditScan.js.map +1 -1
- package/dist/model/wTDynamicVoucher.d.ts +1 -1
- package/dist/model/wTDynamicVoucher.js +5 -5
- package/dist/model/wTDynamicVoucher.js.map +1 -1
- package/dist/model/wTDynamicVoucherCreateParams.d.ts +0 -1
- package/dist/model/wTDynamicVoucherCreateParams.js +0 -5
- package/dist/model/wTDynamicVoucherCreateParams.js.map +1 -1
- package/dist/model/wTDynamicVoucherUpdateParams.d.ts +0 -1
- package/dist/model/wTDynamicVoucherUpdateParams.js +0 -5
- package/dist/model/wTDynamicVoucherUpdateParams.js.map +1 -1
- package/dist/model/wTMember.d.ts +1 -1
- package/dist/model/wTMember.js +5 -5
- package/dist/model/wTMember.js.map +1 -1
- package/dist/model/wTMerchantCredit.d.ts +1 -1
- package/dist/model/wTMerchantCredit.js +5 -5
- package/dist/model/wTMerchantCredit.js.map +1 -1
- package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +2 -2
- package/dist/model/wTStaticVoucher.d.ts +1 -1
- package/dist/model/wTStaticVoucher.js +5 -5
- package/dist/model/wTStaticVoucher.js.map +1 -1
- package/dist/model/wTStaticVoucherCampaign.d.ts +1 -1
- package/dist/model/wTStaticVoucherCampaign.js +5 -5
- package/dist/model/wTStaticVoucherCampaign.js.map +1 -1
- package/model/advertisementCredit.ts +1 -1
- package/model/advertisementCreditBroadcast.ts +1 -1
- package/model/advertisementCreditScan.ts +7 -7
- package/model/agreement.ts +1 -1
- package/model/alert.ts +1 -1
- package/model/announcement.ts +1 -1
- package/model/applicableTerminals.ts +1 -1
- package/model/applicableTerminalsAnyOf.ts +1 -1
- package/model/applicableTerminalsAnyOf1.ts +1 -1
- package/model/applicableTerminalsAnyOf2.ts +1 -1
- package/model/applicableTerminalsAnyOf3.ts +1 -1
- package/model/applicableTerminalsAnyOf4.ts +1 -1
- package/model/applicableTerminalsAnyOf5.ts +1 -1
- package/model/applicableTerminalsAnyOf6.ts +1 -1
- package/model/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- package/model/browserDetails.ts +49 -0
- package/model/clickFunnelAmount.ts +1 -1
- package/model/clickFunnelContact.ts +1 -1
- package/model/clickFunnelContactProfile.ts +1 -1
- 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 +1 -1
- package/model/createStaticVoucherCampaign.ts +1 -7
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -7
- package/model/dashboardWidget.ts +1 -1
- package/model/document.ts +1 -1
- package/model/duplicateRowFound.ts +1 -1
- package/model/dynamicVoucher.ts +7 -7
- package/model/dynamicVoucherBroadcast.ts +1 -1
- package/model/employee.ts +1 -1
- package/model/employeeAPIKey.ts +1 -1
- 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 +1 -1
- package/model/imageGrid.ts +1 -1
- package/model/importedList.ts +1 -1
- package/model/importedListRecipient.ts +1 -1
- package/model/inboundSMS.ts +1 -1
- package/model/inlineResponse200.ts +1 -1
- package/model/inlineResponse2001.ts +1 -1
- package/model/inlineResponse20010.ts +1 -1
- package/model/inlineResponse2002.ts +1 -1
- package/model/inlineResponse2003.ts +1 -1
- package/model/inlineResponse2004.ts +1 -1
- package/model/inlineResponse2005.ts +1 -1
- package/model/inlineResponse2006.ts +1 -1
- package/model/inlineResponse2007.ts +1 -1
- package/model/inlineResponse2008.ts +1 -1
- package/model/inlineResponse2009.ts +1 -1
- package/model/internalServerError.ts +1 -1
- package/model/ledgerEntry.ts +1 -1
- package/model/linkBook.ts +1 -1
- package/model/linkBookSection.ts +1 -1
- package/model/mSAnalyticsMemberCountPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMemberPointsRedeemedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMemberPointsRefundedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMembershipTierAmountRedeemedPartitionedByDate.ts +1 -1
- package/model/mSAnalyticsMembershipTierAmountRefundedPartitionedByDate.ts +1 -1
- package/model/mSMemberHistory.ts +1 -1
- package/model/mSMemberHistoryPagination.ts +1 -1
- package/model/mSMemberRedemption.ts +1 -1
- package/model/mSMemberRedemptionPagination.ts +1 -1
- package/model/mSMembershipTierHistory.ts +1 -1
- package/model/mSMembershipTierHistoryPagination.ts +1 -1
- package/model/mSMembershipTierRedemption.ts +1 -1
- package/model/mSMembershipTierRedemptionPagination.ts +1 -1
- package/model/mSMerchantCreditHistory.ts +1 -1
- package/model/mSMerchantCreditHistoryPagination.ts +1 -1
- package/model/mSMerchantCreditRedemption.ts +1 -1
- package/model/mSMerchantCreditRedemptionPagination.ts +1 -1
- package/model/mediaFile.ts +1 -1
- package/model/member.ts +10 -10
- package/model/memberSearch.ts +1 -1
- package/model/merchant.ts +1 -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 +6 -6
- package/model/moduleError.ts +1 -1
- package/model/newsArticle.ts +1 -1
- package/model/optInList.ts +1 -1
- package/model/optInListSource.ts +1 -1
- package/model/optInListSubscriber.ts +1 -1
- package/model/outboundSMS.ts +7 -7
- 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 +1 -1
- package/model/paymentPrefixes.ts +1 -1
- package/model/performance.ts +1 -1
- package/model/phoneNumber.ts +1 -1
- package/model/{createStaticVoucherCampaignWithVoucher.ts → pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherIsActive.ts} +22 -25
- package/model/pickCreateStaticVoucherCampaignWithVoucherExcludeKeyofcreateStaticVoucherCampaignWithVoucherSourceID.ts +1 -7
- package/model/pickMSEmployeeAPIKeyCreateParamsExcludeKeyofMSEmployeeAPIKeyCreateParamsEmployeeID.ts +1 -1
- package/model/pickMSEmployeeAPIKeyUpdateParamsExcludeKeyofMSEmployeeAPIKeyUpdateParamsId.ts +1 -1
- package/model/pickMSMemberCreationParamsExcludeKeyofMSMemberCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMemberExcludeKeyofMSMemberMemberIdentifier.ts +10 -10
- package/model/pickMSMerchantCreditCreationParamsExcludeKeyofMSMerchantCreditCreationParamsMemberIdentifier.ts +1 -1
- package/model/pickMSMerchantCreditExcludeKeyofMSMerchantCreditMemberIdentifier.ts +10 -10
- package/model/pickPaginationRequestWithSortOptionsExcludeKeyofPaginationRequestWithSortOptionsSortKey.ts +1 -1
- package/model/pickPaginationRequestWithoutSortOptionsExcludeKeyofPaginationRequestWithoutSortOptionsIsArchiveIncluded.ts +1 -1
- package/model/pickSSImportedListRecipientFromMembershipTierImportExcludeKeyofSSImportedListRecipientFromMembershipTierImportEmployeeIDOrTierID.ts +1 -1
- package/model/pickSSImportedListUpdateParamsExcludeKeyofSSImportedListUpdateParamsId.ts +1 -1
- package/model/pickSSMobileNumberUpdateParamsExcludeKeyofSSMobileNumberUpdateParamsId.ts +1 -1
- package/model/pickSSOptInListCreateParamsExcludeKeyofSSOptInListCreateParamsEmployeeIDOrOptInConfirmedMediaURLsOrOptOutConfirmedMediaURLs.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 +7 -7
- package/model/pickVSAdvertisementCreditUpdateParamsExcludeKeyofVSAdvertisementCreditUpdateParamsId.ts +1 -1
- package/model/pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.ts +1 -7
- package/model/pickVSDynamicVoucherExcludeKeyofVSDynamicVoucherTemporalDecreaseFrequencyType.ts +7 -7
- package/model/pickVSPaymentDesignCreateParamsExcludeKeyofVSPaymentDesignCreateParamsBackgroundImageURLOrCompanyLogoURLOrEmployeeID.ts +1 -1
- package/model/pickVSPaymentDesignUpdateParamsExcludeKeyofVSPaymentDesignUpdateParamsId.ts +1 -1
- package/model/pickVSStaticVoucherExcludeKeyofVSStaticVoucherRedeemedAtOrRefundedAtOrLastViewedAt.ts +7 -7
- 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 +7 -7
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -7
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +2 -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 +1 -1
- package/model/staticVoucher.ts +7 -7
- package/model/staticVoucherCampaign.ts +7 -7
- package/model/staticVoucherCampaignBroadcast.ts +7 -7
- package/model/staticVoucherCampaignGroup.ts +1 -1
- package/model/staticVoucherCampaignUpdate.ts +1 -7
- 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 +1 -1
- package/model/updateStaticVoucherCampaignWithVoucher.ts +1 -7
- package/model/vSCampaignGeneratedMessage.ts +1 -1
- package/model/vSCampaignGeneratedMessagePagination.ts +1 -1
- package/model/vSDynamicVoucherStatus.ts +1 -1
- package/model/wTAdvertisementCredit.ts +1 -1
- package/model/wTAdvertisementCreditCreateParams.ts +1 -1
- package/model/wTAdvertisementCreditScan.ts +7 -7
- package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
- package/model/wTAuthenticationCheckSessionTokenStatusResponse.ts +1 -1
- package/model/wTAuthenticationForgotPassword.ts +1 -1
- package/model/wTAuthenticationLoginRequest.ts +1 -1
- package/model/wTAuthenticationLoginResponse.ts +1 -1
- 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 +1 -1
- package/model/wTCountResult.ts +1 -1
- package/model/wTCustomerSearchByMemberID.ts +1 -1
- package/model/wTCustomerSearchByPhoneNumber.ts +1 -1
- package/model/wTDynamicVoucher.ts +7 -7
- package/model/wTDynamicVoucherCreateParams.ts +1 -7
- package/model/wTDynamicVoucherRedemption.ts +1 -1
- package/model/wTDynamicVoucherSummary.ts +1 -1
- package/model/wTDynamicVoucherUpdateParams.ts +1 -7
- package/model/wTEmployee.ts +1 -1
- package/model/wTEmployeeAPIKey.ts +1 -1
- 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/wTEmployeeCreateDocument.ts +1 -1
- package/model/wTEmployeeCreateMediaFile.ts +1 -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 +1 -1
- package/model/wTEmployeeUpdate.ts +1 -1
- package/model/wTEmployeeUpdateRecords.ts +1 -1
- package/model/wTFetchWalletPaymentObjectWithToken.ts +1 -1
- package/model/wTImageGridCreateParams.ts +1 -1
- package/model/wTImageGridUpdateParams.ts +1 -1
- package/model/wTImportedList.ts +1 -1
- package/model/wTImportedListRecipientFromMembershipTierImport.ts +1 -1
- 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/wTLinkBook.ts +1 -1
- package/model/wTLinkBookCreateParams.ts +1 -1
- package/model/wTLinkBookSectionCreateParams.ts +1 -1
- package/model/wTLinkBookSectionUpdateParams.ts +1 -1
- package/model/wTLinkBookUpdateParams.ts +1 -1
- package/model/wTMember.ts +10 -10
- package/model/wTMemberCreationParams.ts +1 -1
- package/model/wTMembershipTier.ts +1 -1
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +1 -1
- package/model/wTMerchantCredit.ts +10 -10
- package/model/wTMerchantCreditCreationParams.ts +1 -1
- package/model/wTMerchantURLCreate.ts +1 -1
- package/model/wTMerchantURLUpdate.ts +1 -1
- package/model/wTMerchantUpdate.ts +1 -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 +1 -1
- package/model/wTOptInListCreationParams.ts +1 -1
- package/model/wTPaymentDesign.ts +1 -1
- 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/wTSMSOptInListSourceCreate.ts +1 -1
- package/model/wTSMSUpdatePhoneNumberConfig.ts +3 -3
- package/model/wTSettingsSetPassword.ts +1 -1
- package/model/wTStaticVoucher.ts +7 -7
- package/model/wTStaticVoucherCampaign.ts +7 -7
- 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 +1 -1
- package/model/wTWalletItemRedemption.ts +1 -1
- package/model/wTWalletObjectPrefixCounts.ts +1 -1
- package/model/wTWalletPageView.ts +1 -1
- package/model/wTWalletPageViewCount.ts +1 -1
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/walletConfiguration.ts +1 -1
- package/model/walletPageView.ts +1 -1
- package/model/webpage.ts +1 -1
- package/package.json +1 -1
- package/dist/model/createStaticVoucherCampaignWithVoucher.js.map +0 -1
- package/dist/model/wTSMSLimits.js +0 -23
- package/dist/model/wTSMSLimits.js.map +0 -1
- package/model/wTSMSLimits.ts +0 -37
package/model/wTPosMachine.ts
CHANGED
package/model/wTRole.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.528
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -14,8 +14,8 @@ import { RequestFile } from './models';
|
|
|
14
14
|
|
|
15
15
|
export class WTSMSUpdatePhoneNumberConfig {
|
|
16
16
|
'companyName': string;
|
|
17
|
-
'privacyPolicyURL'
|
|
18
|
-
'termsOfServiceURL'
|
|
17
|
+
'privacyPolicyURL'?: string;
|
|
18
|
+
'termsOfServiceURL'?: string;
|
|
19
19
|
'messageFooter': string;
|
|
20
20
|
'stopResponse': string;
|
|
21
21
|
'helpResponse': string;
|
package/model/wTStaticVoucher.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.528
|
|
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,6 @@ import { Status } from './status';
|
|
|
15
15
|
|
|
16
16
|
export class WTStaticVoucher {
|
|
17
17
|
'id': string | null;
|
|
18
|
-
'isActive': boolean;
|
|
19
18
|
'campaignID': string;
|
|
20
19
|
'memberID'?: string;
|
|
21
20
|
'cellPhoneNumber'?: string;
|
|
@@ -42,6 +41,7 @@ export class WTStaticVoucher {
|
|
|
42
41
|
'merchantID': string;
|
|
43
42
|
'createdAt': Date;
|
|
44
43
|
'updatedAt': Date;
|
|
44
|
+
'isActive': boolean;
|
|
45
45
|
'authorizedAmountDecimal': string;
|
|
46
46
|
'authorizedAmountString': string;
|
|
47
47
|
'offerAmountCentsDecimal': string;
|
|
@@ -61,11 +61,6 @@ export class WTStaticVoucher {
|
|
|
61
61
|
"baseName": "id",
|
|
62
62
|
"type": "string"
|
|
63
63
|
},
|
|
64
|
-
{
|
|
65
|
-
"name": "isActive",
|
|
66
|
-
"baseName": "isActive",
|
|
67
|
-
"type": "boolean"
|
|
68
|
-
},
|
|
69
64
|
{
|
|
70
65
|
"name": "campaignID",
|
|
71
66
|
"baseName": "campaignID",
|
|
@@ -166,6 +161,11 @@ export class WTStaticVoucher {
|
|
|
166
161
|
"baseName": "updatedAt",
|
|
167
162
|
"type": "Date"
|
|
168
163
|
},
|
|
164
|
+
{
|
|
165
|
+
"name": "isActive",
|
|
166
|
+
"baseName": "isActive",
|
|
167
|
+
"type": "boolean"
|
|
168
|
+
},
|
|
169
169
|
{
|
|
170
170
|
"name": "authorizedAmountDecimal",
|
|
171
171
|
"baseName": "authorizedAmount_decimal",
|
|
@@ -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.528
|
|
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,6 @@ export class WTStaticVoucherCampaign {
|
|
|
25
25
|
'employeeID': string;
|
|
26
26
|
'reinvestmentSum': number;
|
|
27
27
|
'numberOfVouchersInFile': number;
|
|
28
|
-
'isActive': boolean;
|
|
29
28
|
'campaignGroupID'?: string;
|
|
30
29
|
'bucket'?: string;
|
|
31
30
|
'createdBySourceID': number;
|
|
@@ -33,6 +32,7 @@ export class WTStaticVoucherCampaign {
|
|
|
33
32
|
'merchantID': string;
|
|
34
33
|
'createdAt': Date;
|
|
35
34
|
'updatedAt': Date;
|
|
35
|
+
'isActive': boolean;
|
|
36
36
|
'voucherType': number;
|
|
37
37
|
'reinvestmentSumDecimal': string;
|
|
38
38
|
'reinvestmentSumString': string;
|
|
@@ -102,11 +102,6 @@ export class WTStaticVoucherCampaign {
|
|
|
102
102
|
"baseName": "numberOfVouchersInFile",
|
|
103
103
|
"type": "number"
|
|
104
104
|
},
|
|
105
|
-
{
|
|
106
|
-
"name": "isActive",
|
|
107
|
-
"baseName": "isActive",
|
|
108
|
-
"type": "boolean"
|
|
109
|
-
},
|
|
110
105
|
{
|
|
111
106
|
"name": "campaignGroupID",
|
|
112
107
|
"baseName": "campaignGroupID",
|
|
@@ -142,6 +137,11 @@ export class WTStaticVoucherCampaign {
|
|
|
142
137
|
"baseName": "updatedAt",
|
|
143
138
|
"type": "Date"
|
|
144
139
|
},
|
|
140
|
+
{
|
|
141
|
+
"name": "isActive",
|
|
142
|
+
"baseName": "isActive",
|
|
143
|
+
"type": "boolean"
|
|
144
|
+
},
|
|
145
145
|
{
|
|
146
146
|
"name": "voucherType",
|
|
147
147
|
"baseName": "voucherType",
|
package/model/wTTCPAOpt.ts
CHANGED
package/model/walletPageView.ts
CHANGED
package/model/webpage.ts
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name": "wallet", "version": "2.1.
|
|
1
|
+
{"name": "wallet", "version": "2.1.528", "description": "NodeJS client for wallet", "repository": "git://github.com/WalletInc/sdk-ts.git", "main": "dist/api.js", "types": "dist/api.d.ts", "scripts": {"clean": "rm -Rf node_modules/ *.js", "build": "tsc", "test": "npm run build && node dist/client.js"}, "author": "OpenAPI-Generator Contributors", "license": "Unlicense", "dependencies": {"bluebird": "^3.5.0", "request": "^2.81.0", "@types/bluebird": "3.5.33", "@types/request": "*", "rewire": "^3.0.2"}, "devDependencies": {"typescript": "^2.4.2", "@types/node": "8.10.34"}, "publishConfig": {"registry": "https://registry.npmjs.org"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createStaticVoucherCampaignWithVoucher.js","sourceRoot":"","sources":["../../model/createStaticVoucherCampaignWithVoucher.ts"],"names":[],"mappings":";;;AAcA,MAAa,sCAAsC;IA0F/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AA5FL,wFA6FC;AA7EU,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WTSMSLimits = void 0;
|
|
4
|
-
class WTSMSLimits {
|
|
5
|
-
static getAttributeTypeMap() {
|
|
6
|
-
return WTSMSLimits.attributeTypeMap;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
exports.WTSMSLimits = WTSMSLimits;
|
|
10
|
-
WTSMSLimits.discriminator = undefined;
|
|
11
|
-
WTSMSLimits.attributeTypeMap = [
|
|
12
|
-
{
|
|
13
|
-
"name": "sent",
|
|
14
|
-
"baseName": "sent",
|
|
15
|
-
"type": "number"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "max",
|
|
19
|
-
"baseName": "max",
|
|
20
|
-
"type": "number"
|
|
21
|
-
}
|
|
22
|
-
];
|
|
23
|
-
//# sourceMappingURL=wTSMSLimits.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wTSMSLimits.js","sourceRoot":"","sources":["../../model/wTSMSLimits.ts"],"names":[],"mappings":";;;AAcA,MAAa,WAAW;IAkBpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AApBL,kCAqBC;AAjBU,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC"}
|
package/model/wTSMSLimits.ts
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* wallet-api
|
|
3
|
-
* API
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 2.1.524
|
|
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 WTSMSLimits {
|
|
16
|
-
'sent': number;
|
|
17
|
-
'max': number;
|
|
18
|
-
|
|
19
|
-
static discriminator: string | undefined = undefined;
|
|
20
|
-
|
|
21
|
-
static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [
|
|
22
|
-
{
|
|
23
|
-
"name": "sent",
|
|
24
|
-
"baseName": "sent",
|
|
25
|
-
"type": "number"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "max",
|
|
29
|
-
"baseName": "max",
|
|
30
|
-
"type": "number"
|
|
31
|
-
} ];
|
|
32
|
-
|
|
33
|
-
static getAttributeTypeMap() {
|
|
34
|
-
return WTSMSLimits.attributeTypeMap;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|