wallet 2.1.506 → 2.1.507
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 +45 -69
- package/api/advertisementCreditsApi.ts +1 -1
- package/api/analyticsApi.ts +1 -1
- package/api/appleWalletSubscribersApi.ts +1 -1
- package/api/billingApi.ts +17 -17
- package/api/clubMembersPointsApi.ts +1 -1
- package/api/configurationApi.ts +8 -8
- package/api/countriesApi.ts +1 -1
- package/api/customerApi.ts +15 -15
- package/api/dashboardApi.ts +1 -1
- package/api/dynamicVouchersApi.ts +1 -1
- package/api/employeeAPIKeysApi.ts +1 -1
- package/api/employeeAccessApi.ts +8 -8
- package/api/employeesApi.ts +114 -120
- package/api/industriesApi.ts +1 -1
- package/api/infoGenesisReportsApi.ts +143 -162
- package/api/integratedTerminalsApi.ts +1 -1
- package/api/interactionsApi.ts +14 -15
- package/api/linkBookApi.ts +1 -1
- package/api/linkBookSectionApi.ts +1 -1
- package/api/loginAndLogoutApi.ts +8 -8
- package/api/membershipTiersApi.ts +1 -1
- package/api/merchantApi.ts +22 -22
- package/api/merchantCreditsApi.ts +1 -1
- package/api/merchantURLsApi.ts +1 -1
- package/api/mobileTerminalApi.ts +8 -8
- 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 +86 -89
- package/api/settingsApi.ts +1 -1
- package/api/staticVoucherCampaignGroupsApi.ts +1 -1
- package/api/staticVoucherCampaignsApi.ts +15 -15
- package/api/staticVouchersApi.ts +1 -1
- package/api/systemApi.ts +14 -15
- package/api/transactionLedgerApi.ts +1 -1
- package/api/utilitiesApi.ts +1 -1
- package/api/webTerminalApi.ts +8 -8
- package/dist/api/billingApi.d.ts +4 -4
- package/dist/api/billingApi.js +8 -8
- package/dist/api/billingApi.js.map +1 -1
- package/dist/api/configurationApi.d.ts +2 -2
- package/dist/api/configurationApi.js +4 -4
- package/dist/api/configurationApi.js.map +1 -1
- package/dist/api/customerApi.d.ts +4 -4
- package/dist/api/customerApi.js +8 -8
- package/dist/api/customerApi.js.map +1 -1
- package/dist/api/employeeAccessApi.d.ts +2 -2
- package/dist/api/employeeAccessApi.js +4 -4
- package/dist/api/employeeAccessApi.js.map +1 -1
- package/dist/api/employeesApi.d.ts +28 -34
- package/dist/api/employeesApi.js +68 -68
- package/dist/api/employeesApi.js.map +1 -1
- package/dist/api/infoGenesisReportsApi.d.ts +27 -46
- package/dist/api/infoGenesisReportsApi.js +92 -92
- package/dist/api/infoGenesisReportsApi.js.map +1 -1
- package/dist/api/interactionsApi.d.ts +3 -4
- package/dist/api/interactionsApi.js +8 -8
- package/dist/api/interactionsApi.js.map +1 -1
- package/dist/api/loginAndLogoutApi.d.ts +2 -2
- package/dist/api/loginAndLogoutApi.js +4 -4
- package/dist/api/loginAndLogoutApi.js.map +1 -1
- package/dist/api/merchantApi.d.ts +6 -6
- package/dist/api/merchantApi.js +12 -12
- package/dist/api/merchantApi.js.map +1 -1
- package/dist/api/mobileTerminalApi.d.ts +2 -2
- package/dist/api/mobileTerminalApi.js +4 -4
- package/dist/api/mobileTerminalApi.js.map +1 -1
- package/dist/api/sMSApi.d.ts +23 -26
- package/dist/api/sMSApi.js +48 -48
- package/dist/api/sMSApi.js.map +1 -1
- package/dist/api/staticVoucherCampaignsApi.d.ts +4 -4
- package/dist/api/staticVoucherCampaignsApi.js +8 -8
- package/dist/api/staticVoucherCampaignsApi.js.map +1 -1
- package/dist/api/systemApi.d.ts +3 -4
- package/dist/api/systemApi.js +8 -8
- package/dist/api/systemApi.js.map +1 -1
- package/dist/api/webTerminalApi.d.ts +2 -2
- package/dist/api/webTerminalApi.js +4 -4
- package/dist/api/webTerminalApi.js.map +1 -1
- package/dist/model/dashboardWidget.d.ts +1 -0
- package/dist/model/dashboardWidget.js +5 -0
- package/dist/model/dashboardWidget.js.map +1 -1
- package/dist/model/merchant.d.ts +3 -3
- package/dist/model/merchant.js +15 -15
- package/dist/model/merchant.js.map +1 -1
- package/dist/model/models.d.ts +45 -69
- package/dist/model/models.js +135 -207
- package/dist/model/models.js.map +1 -1
- package/dist/model/wTAuthenticationForgotPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationForgotPassword.js +18 -0
- package/dist/model/wTAuthenticationForgotPassword.js.map +1 -0
- package/dist/model/wTAuthenticationLogin.d.ts +15 -0
- package/dist/model/wTAuthenticationLogin.js +23 -0
- package/dist/model/wTAuthenticationLogin.js.map +1 -0
- package/dist/model/wTAuthenticationRegister.d.ts +29 -0
- package/dist/model/wTAuthenticationRegister.js +93 -0
- package/dist/model/wTAuthenticationRegister.js.map +1 -0
- package/dist/model/wTAuthenticationRequestResetPassword.d.ts +14 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js +18 -0
- package/dist/model/wTAuthenticationRequestResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationResetPassword.d.ts +16 -0
- package/dist/model/wTAuthenticationResetPassword.js +28 -0
- package/dist/model/wTAuthenticationResetPassword.js.map +1 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.d.ts +17 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js +33 -0
- package/dist/model/wTAuthenticationSSOLoginForDiscourse.js.map +1 -0
- package/dist/model/wTBillingChangePlan.d.ts +14 -0
- package/dist/model/wTBillingChangePlan.js +18 -0
- package/dist/model/wTBillingChangePlan.js.map +1 -0
- package/dist/model/wTBillingSavePaymentMethod.d.ts +14 -0
- package/dist/model/wTBillingSavePaymentMethod.js +18 -0
- package/dist/model/wTBillingSavePaymentMethod.js.map +1 -0
- package/dist/model/wTCustomerSearchByMemberID.d.ts +14 -0
- package/dist/model/wTCustomerSearchByMemberID.js +18 -0
- package/dist/model/wTCustomerSearchByMemberID.js.map +1 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.d.ts +14 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js +18 -0
- package/dist/model/wTCustomerSearchByPhoneNumber.js.map +1 -0
- package/dist/model/wTEmployeeCreateAlert.d.ts +15 -0
- package/dist/model/wTEmployeeCreateAlert.js +23 -0
- package/dist/model/wTEmployeeCreateAlert.js.map +1 -0
- package/dist/model/wTEmployeeCreateMediaFile.d.ts +15 -0
- package/dist/model/wTEmployeeCreateMediaFile.js +23 -0
- package/dist/model/wTEmployeeCreateMediaFile.js.map +1 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.d.ts +14 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js +18 -0
- package/dist/model/wTEmployeeCreateStaticVoucherCampaignGroup.js.map +1 -0
- package/dist/model/wTEmployeeFileCreate.d.ts +15 -0
- package/dist/model/wTEmployeeFileCreate.js +23 -0
- package/dist/model/wTEmployeeFileCreate.js.map +1 -0
- package/dist/model/wTEmployeeImportRecords.d.ts +15 -0
- package/dist/model/wTEmployeeImportRecords.js +23 -0
- package/dist/model/wTEmployeeImportRecords.js.map +1 -0
- package/dist/model/wTEmployeePeerRoles.d.ts +14 -0
- package/dist/model/wTEmployeePeerRoles.js +18 -0
- package/dist/model/wTEmployeePeerRoles.js.map +1 -0
- package/dist/model/wTEmployeeS3FilePresign.d.ts +16 -0
- package/dist/model/wTEmployeeS3FilePresign.js +28 -0
- package/dist/model/wTEmployeeS3FilePresign.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.d.ts +20 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js +48 -0
- package/dist/model/wTEmployeeScheduleSMSCampaignBroadcast.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.d.ts +19 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js +43 -0
- package/dist/model/wTEmployeeScheduleSimpleSMS.js.map +1 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.d.ts +18 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js +38 -0
- package/dist/model/wTEmployeeScheduleSimpleSMSToRecipient.js.map +1 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.d.ts +15 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js +23 -0
- package/dist/model/wTEmployeeSendHelpDeskResponse.js.map +1 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.d.ts +17 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.js +33 -0
- package/dist/model/wTFetchWalletPaymentObjectWithToken.js.map +1 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.d.ts +17 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js +33 -0
- package/dist/model/wTInfoGenesisLookupRequestErrors.js.map +1 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.d.ts +16 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js +28 -0
- package/dist/model/wTInfoGenesisRecordFilterParameters.js.map +1 -0
- package/dist/model/wTInfoGenesisRoutingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js +18 -0
- package/dist/model/wTInfoGenesisRoutingIDs.js.map +1 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.d.ts +14 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js +18 -0
- package/dist/model/wTInfoGenesisUniquePostingIDs.js.map +1 -0
- package/dist/model/wTMerchantUpdate.d.ts +21 -0
- package/dist/model/wTMerchantUpdate.js +53 -0
- package/dist/model/wTMerchantUpdate.js.map +1 -0
- package/dist/model/wTMerchantUpdateBillingContact.d.ts +14 -0
- package/dist/model/wTMerchantUpdateBillingContact.js +18 -0
- package/dist/model/wTMerchantUpdateBillingContact.js.map +1 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.d.ts +14 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js +18 -0
- package/dist/model/wTMerchantUpdatePOSIntegration.js.map +1 -0
- package/dist/model/wTSMSAcquirePhoneNumber.d.ts +14 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js +18 -0
- package/dist/model/wTSMSAcquirePhoneNumber.js.map +1 -0
- package/dist/model/wTSMSCreateAgreement.d.ts +25 -0
- package/dist/model/wTSMSCreateAgreement.js +73 -0
- package/dist/model/wTSMSCreateAgreement.js.map +1 -0
- package/dist/model/wTSMSImportOptInListSubscribers.d.ts +16 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js +28 -0
- package/dist/model/wTSMSImportOptInListSubscribers.js.map +1 -0
- package/dist/model/wTSMSImportedListCreate.d.ts +16 -0
- package/dist/model/wTSMSImportedListCreate.js +28 -0
- package/dist/model/wTSMSImportedListCreate.js.map +1 -0
- package/dist/model/wTSMSOptInListSourceCreate.d.ts +15 -0
- package/dist/model/wTSMSOptInListSourceCreate.js +23 -0
- package/dist/model/wTSMSOptInListSourceCreate.js.map +1 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.d.ts +25 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js +73 -0
- package/dist/model/wTSMSUpdatePhoneNumberConfig.js.map +1 -0
- package/dist/model/wTSettingsSetPassword.d.ts +14 -0
- package/dist/model/wTSettingsSetPassword.js +18 -0
- package/dist/model/wTSettingsSetPassword.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.d.ts +16 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js +28 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessages.js.map +1 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.d.ts +18 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js +38 -0
- package/dist/model/wTStaticVoucherCampaignPreviewMessagesByPage.js.map +1 -0
- package/dist/model/wTSystemApprovePhoneNumber.d.ts +15 -0
- package/dist/model/wTSystemApprovePhoneNumber.js +23 -0
- package/dist/model/wTSystemApprovePhoneNumber.js.map +1 -0
- package/dist/model/wTSystemRoleCreate.d.ts +15 -0
- package/dist/model/wTSystemRoleCreate.js +23 -0
- package/dist/model/wTSystemRoleCreate.js.map +1 -0
- package/dist/model/wTTCPAOpt.d.ts +16 -0
- package/dist/model/wTTCPAOpt.js +28 -0
- package/dist/model/wTTCPAOpt.js.map +1 -0
- package/dist/model/wTTwilioRequestAuthyCode.d.ts +15 -0
- package/dist/model/wTTwilioRequestAuthyCode.js +23 -0
- package/dist/model/wTTwilioRequestAuthyCode.js.map +1 -0
- package/dist/model/wTTwilioVerifyAuthyCode.d.ts +16 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js +28 -0
- package/dist/model/wTTwilioVerifyAuthyCode.js.map +1 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.d.ts +45 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +173 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js.map +1 -0
- package/dist/model/wTWalletItemRedemption.d.ts +16 -0
- package/dist/model/wTWalletItemRedemption.js +28 -0
- package/dist/model/wTWalletItemRedemption.js.map +1 -0
- package/model/advertisementCredit.ts +1 -1
- package/model/advertisementCreditBroadcast.ts +1 -1
- package/model/advertisementCreditScan.ts +1 -1
- 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/authError.ts +1 -1
- package/model/availablePhoneNumbersRequest.ts +1 -1
- 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/createStaticVoucherCampaign.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucher.ts +1 -1
- package/model/createStaticVoucherCampaignWithVoucherWithCSV.ts +1 -1
- package/model/dashboardWidget.ts +7 -1
- package/model/duplicateRowFound.ts +1 -1
- package/model/dynamicVoucher.ts +1 -1
- 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/importedList.ts +1 -1
- package/model/importedListRecipient.ts +1 -1
- package/model/inlineResponse200.ts +1 -1
- package/model/inlineResponse2001.ts +1 -1
- package/model/inlineResponse20010.ts +1 -1
- package/model/inlineResponse20011.ts +1 -1
- package/model/inlineResponse20012.ts +1 -1
- package/model/inlineResponse20013.ts +1 -1
- package/model/inlineResponse20014.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/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 +1 -1
- package/model/merchant.ts +19 -19
- 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 +135 -207
- 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 +1 -1
- 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/performance.ts +1 -1
- package/model/phoneNumber.ts +1 -1
- 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/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 +1 -1
- 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 +1 -1
- package/model/pickWTStaticVoucherCampaignCreateParamsExcludeKeyofWTStaticVoucherCampaignCreateParamsStartDateTimeOrExpirationDateTime.ts +1 -1
- package/model/pickWTStaticVoucherCreateParamsExcludeKeyofWTStaticVoucherCreateParamsCampaignID.ts +1 -1
- package/model/plan.ts +1 -1
- package/model/portalPage.ts +1 -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 +1 -1
- package/model/staticVoucherCampaign.ts +1 -1
- package/model/staticVoucherCampaignBroadcast.ts +1 -1
- package/model/staticVoucherCampaignGroup.ts +1 -1
- 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 +1 -1
- 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 +1 -1
- package/model/wTAdvertisementCreditCreateParams.ts +1 -1
- package/model/wTAdvertisementCreditScan.ts +1 -1
- package/model/wTAdvertisementCreditUpdateParams.ts +1 -1
- package/model/wTAuthenticationForgotPassword.ts +31 -0
- package/model/wTAuthenticationLogin.ts +37 -0
- package/model/wTAuthenticationRegister.ts +121 -0
- package/model/wTAuthenticationRequestResetPassword.ts +31 -0
- package/model/wTAuthenticationResetPassword.ts +43 -0
- package/model/wTAuthenticationSSOLoginForDiscourse.ts +49 -0
- package/model/wTBillingChangePlan.ts +31 -0
- package/model/wTBillingSavePaymentMethod.ts +31 -0
- package/model/wTCustomerSearchByMemberID.ts +31 -0
- package/model/wTCustomerSearchByPhoneNumber.ts +31 -0
- package/model/wTDynamicVoucher.ts +1 -1
- package/model/wTDynamicVoucherCreateParams.ts +1 -1
- package/model/wTDynamicVoucherRedemption.ts +1 -1
- package/model/wTDynamicVoucherSummary.ts +1 -1
- package/model/wTDynamicVoucherUpdateParams.ts +1 -1
- 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 +37 -0
- package/model/wTEmployeeCreateMediaFile.ts +37 -0
- package/model/wTEmployeeCreateStaticVoucherCampaignGroup.ts +31 -0
- package/model/wTEmployeeFileCreate.ts +37 -0
- package/model/wTEmployeeImportRecords.ts +37 -0
- package/model/wTEmployeeNotification.ts +1 -1
- package/model/wTEmployeePeerRoles.ts +31 -0
- package/model/wTEmployeeS3FilePresign.ts +43 -0
- package/model/wTEmployeeScheduleSMSCampaignBroadcast.ts +67 -0
- package/model/wTEmployeeScheduleSimpleSMS.ts +61 -0
- package/model/wTEmployeeScheduleSimpleSMSToRecipient.ts +55 -0
- package/model/wTEmployeeSendHelpDeskResponse.ts +37 -0
- package/model/wTEmployeeUpdate.ts +1 -1
- package/model/wTFetchWalletPaymentObjectWithToken.ts +49 -0
- package/model/wTImportedList.ts +1 -1
- package/model/wTInfoGenesisLookupRequestErrors.ts +49 -0
- package/model/wTInfoGenesisRecordFilterParameters.ts +43 -0
- package/model/wTInfoGenesisRoutingIDs.ts +31 -0
- package/model/wTInfoGenesisUniquePostingIDs.ts +31 -0
- package/model/wTLinkBookCreateParams.ts +1 -1
- package/model/wTLinkBookSectionCreateParams.ts +1 -1
- package/model/wTLinkBookSectionUpdateParams.ts +1 -1
- package/model/wTLinkBookUpdateParams.ts +1 -1
- package/model/wTMember.ts +1 -1
- package/model/wTMemberCreationParams.ts +1 -1
- package/model/wTMembershipTier.ts +1 -1
- package/model/wTMembershipTierCreationParams.ts +1 -1
- package/model/wTMembershipTierUpdateParams.ts +1 -1
- package/model/wTMembershipTierWithMemberCount.ts +1 -1
- 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 +73 -0
- package/model/wTMerchantUpdateBillingContact.ts +31 -0
- package/model/wTMerchantUpdatePOSIntegration.ts +31 -0
- 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 +31 -0
- package/model/wTSMSCreateAgreement.ts +97 -0
- package/model/wTSMSImportOptInListSubscribers.ts +43 -0
- package/model/wTSMSImportedListCreate.ts +43 -0
- package/model/wTSMSOptInListSourceCreate.ts +37 -0
- package/model/wTSMSUpdatePhoneNumberConfig.ts +97 -0
- package/model/wTSettingsSetPassword.ts +31 -0
- package/model/wTStaticVoucher.ts +1 -1
- package/model/wTStaticVoucherCampaign.ts +1 -1
- package/model/wTStaticVoucherCampaignPreviewMessages.ts +43 -0
- package/model/wTStaticVoucherCampaignPreviewMessagesByPage.ts +55 -0
- package/model/wTStaticVoucherCreateParams.ts +1 -1
- package/model/wTStaticVoucherUpdateParams.ts +1 -1
- package/model/wTSystemApprovePhoneNumber.ts +37 -0
- package/model/wTSystemRoleCreate.ts +37 -0
- package/model/wTTCPAOpt.ts +43 -0
- package/model/wTTwilioRequestAuthyCode.ts +37 -0
- package/model/wTTwilioVerifyAuthyCode.ts +43 -0
- package/model/wTWalletConfigurationSaveWalletRecord.ts +217 -0
- package/model/wTWalletItemRedemption.ts +43 -0
- package/model/wTWalletPageView.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/.openapi-generator/FILES
CHANGED
|
@@ -80,75 +80,6 @@ model/foreignKeyDoesNotExist.ts
|
|
|
80
80
|
model/helpDeskRequest.ts
|
|
81
81
|
model/importedList.ts
|
|
82
82
|
model/importedListRecipient.ts
|
|
83
|
-
model/inlineObject.ts
|
|
84
|
-
model/inlineObject1.ts
|
|
85
|
-
model/inlineObject10.ts
|
|
86
|
-
model/inlineObject11.ts
|
|
87
|
-
model/inlineObject12.ts
|
|
88
|
-
model/inlineObject13.ts
|
|
89
|
-
model/inlineObject14.ts
|
|
90
|
-
model/inlineObject15.ts
|
|
91
|
-
model/inlineObject16.ts
|
|
92
|
-
model/inlineObject17.ts
|
|
93
|
-
model/inlineObject18.ts
|
|
94
|
-
model/inlineObject19.ts
|
|
95
|
-
model/inlineObject2.ts
|
|
96
|
-
model/inlineObject20.ts
|
|
97
|
-
model/inlineObject21.ts
|
|
98
|
-
model/inlineObject22.ts
|
|
99
|
-
model/inlineObject23.ts
|
|
100
|
-
model/inlineObject24.ts
|
|
101
|
-
model/inlineObject25.ts
|
|
102
|
-
model/inlineObject26.ts
|
|
103
|
-
model/inlineObject27.ts
|
|
104
|
-
model/inlineObject28.ts
|
|
105
|
-
model/inlineObject29.ts
|
|
106
|
-
model/inlineObject3.ts
|
|
107
|
-
model/inlineObject30.ts
|
|
108
|
-
model/inlineObject31.ts
|
|
109
|
-
model/inlineObject32.ts
|
|
110
|
-
model/inlineObject33.ts
|
|
111
|
-
model/inlineObject34.ts
|
|
112
|
-
model/inlineObject35.ts
|
|
113
|
-
model/inlineObject36.ts
|
|
114
|
-
model/inlineObject37.ts
|
|
115
|
-
model/inlineObject38.ts
|
|
116
|
-
model/inlineObject39.ts
|
|
117
|
-
model/inlineObject4.ts
|
|
118
|
-
model/inlineObject40.ts
|
|
119
|
-
model/inlineObject41.ts
|
|
120
|
-
model/inlineObject42.ts
|
|
121
|
-
model/inlineObject43.ts
|
|
122
|
-
model/inlineObject44.ts
|
|
123
|
-
model/inlineObject45.ts
|
|
124
|
-
model/inlineObject46.ts
|
|
125
|
-
model/inlineObject47.ts
|
|
126
|
-
model/inlineObject48.ts
|
|
127
|
-
model/inlineObject49.ts
|
|
128
|
-
model/inlineObject5.ts
|
|
129
|
-
model/inlineObject50.ts
|
|
130
|
-
model/inlineObject51.ts
|
|
131
|
-
model/inlineObject52.ts
|
|
132
|
-
model/inlineObject53.ts
|
|
133
|
-
model/inlineObject54.ts
|
|
134
|
-
model/inlineObject55.ts
|
|
135
|
-
model/inlineObject56.ts
|
|
136
|
-
model/inlineObject57.ts
|
|
137
|
-
model/inlineObject58.ts
|
|
138
|
-
model/inlineObject59.ts
|
|
139
|
-
model/inlineObject6.ts
|
|
140
|
-
model/inlineObject60.ts
|
|
141
|
-
model/inlineObject61.ts
|
|
142
|
-
model/inlineObject62.ts
|
|
143
|
-
model/inlineObject63.ts
|
|
144
|
-
model/inlineObject64.ts
|
|
145
|
-
model/inlineObject65.ts
|
|
146
|
-
model/inlineObject66.ts
|
|
147
|
-
model/inlineObject67.ts
|
|
148
|
-
model/inlineObject68.ts
|
|
149
|
-
model/inlineObject7.ts
|
|
150
|
-
model/inlineObject8.ts
|
|
151
|
-
model/inlineObject9.ts
|
|
152
83
|
model/inlineResponse200.ts
|
|
153
84
|
model/inlineResponse2001.ts
|
|
154
85
|
model/inlineResponse20010.ts
|
|
@@ -269,6 +200,16 @@ model/wTAdvertisementCredit.ts
|
|
|
269
200
|
model/wTAdvertisementCreditCreateParams.ts
|
|
270
201
|
model/wTAdvertisementCreditScan.ts
|
|
271
202
|
model/wTAdvertisementCreditUpdateParams.ts
|
|
203
|
+
model/wTAuthenticationForgotPassword.ts
|
|
204
|
+
model/wTAuthenticationLogin.ts
|
|
205
|
+
model/wTAuthenticationRegister.ts
|
|
206
|
+
model/wTAuthenticationRequestResetPassword.ts
|
|
207
|
+
model/wTAuthenticationResetPassword.ts
|
|
208
|
+
model/wTAuthenticationSSOLoginForDiscourse.ts
|
|
209
|
+
model/wTBillingChangePlan.ts
|
|
210
|
+
model/wTBillingSavePaymentMethod.ts
|
|
211
|
+
model/wTCustomerSearchByMemberID.ts
|
|
212
|
+
model/wTCustomerSearchByPhoneNumber.ts
|
|
272
213
|
model/wTDynamicVoucher.ts
|
|
273
214
|
model/wTDynamicVoucherCreateParams.ts
|
|
274
215
|
model/wTDynamicVoucherRedemption.ts
|
|
@@ -279,9 +220,25 @@ model/wTEmployeeAPIKey.ts
|
|
|
279
220
|
model/wTEmployeeAPIKeyCreateParams.ts
|
|
280
221
|
model/wTEmployeeAPIKeyUpdateParams.ts
|
|
281
222
|
model/wTEmployeeCreate.ts
|
|
223
|
+
model/wTEmployeeCreateAlert.ts
|
|
224
|
+
model/wTEmployeeCreateMediaFile.ts
|
|
225
|
+
model/wTEmployeeCreateStaticVoucherCampaignGroup.ts
|
|
226
|
+
model/wTEmployeeFileCreate.ts
|
|
227
|
+
model/wTEmployeeImportRecords.ts
|
|
282
228
|
model/wTEmployeeNotification.ts
|
|
229
|
+
model/wTEmployeePeerRoles.ts
|
|
230
|
+
model/wTEmployeeS3FilePresign.ts
|
|
231
|
+
model/wTEmployeeScheduleSMSCampaignBroadcast.ts
|
|
232
|
+
model/wTEmployeeScheduleSimpleSMS.ts
|
|
233
|
+
model/wTEmployeeScheduleSimpleSMSToRecipient.ts
|
|
234
|
+
model/wTEmployeeSendHelpDeskResponse.ts
|
|
283
235
|
model/wTEmployeeUpdate.ts
|
|
236
|
+
model/wTFetchWalletPaymentObjectWithToken.ts
|
|
284
237
|
model/wTImportedList.ts
|
|
238
|
+
model/wTInfoGenesisLookupRequestErrors.ts
|
|
239
|
+
model/wTInfoGenesisRecordFilterParameters.ts
|
|
240
|
+
model/wTInfoGenesisRoutingIDs.ts
|
|
241
|
+
model/wTInfoGenesisUniquePostingIDs.ts
|
|
285
242
|
model/wTLinkBookCreateParams.ts
|
|
286
243
|
model/wTLinkBookSectionCreateParams.ts
|
|
287
244
|
model/wTLinkBookSectionUpdateParams.ts
|
|
@@ -296,6 +253,9 @@ model/wTMerchantCredit.ts
|
|
|
296
253
|
model/wTMerchantCreditCreationParams.ts
|
|
297
254
|
model/wTMerchantURLCreate.ts
|
|
298
255
|
model/wTMerchantURLUpdate.ts
|
|
256
|
+
model/wTMerchantUpdate.ts
|
|
257
|
+
model/wTMerchantUpdateBillingContact.ts
|
|
258
|
+
model/wTMerchantUpdatePOSIntegration.ts
|
|
299
259
|
model/wTNewsArticleCreateParams.ts
|
|
300
260
|
model/wTNewsArticleUpdateParams.ts
|
|
301
261
|
model/wTOptInList.ts
|
|
@@ -311,10 +271,26 @@ model/wTPosMachineUpdateParams.ts
|
|
|
311
271
|
model/wTPromoCodeCreateParams.ts
|
|
312
272
|
model/wTPromoCodeUpdateParams.ts
|
|
313
273
|
model/wTRole.ts
|
|
274
|
+
model/wTSMSAcquirePhoneNumber.ts
|
|
275
|
+
model/wTSMSCreateAgreement.ts
|
|
276
|
+
model/wTSMSImportOptInListSubscribers.ts
|
|
277
|
+
model/wTSMSImportedListCreate.ts
|
|
278
|
+
model/wTSMSOptInListSourceCreate.ts
|
|
279
|
+
model/wTSMSUpdatePhoneNumberConfig.ts
|
|
280
|
+
model/wTSettingsSetPassword.ts
|
|
314
281
|
model/wTStaticVoucher.ts
|
|
315
282
|
model/wTStaticVoucherCampaign.ts
|
|
283
|
+
model/wTStaticVoucherCampaignPreviewMessages.ts
|
|
284
|
+
model/wTStaticVoucherCampaignPreviewMessagesByPage.ts
|
|
316
285
|
model/wTStaticVoucherCreateParams.ts
|
|
317
286
|
model/wTStaticVoucherUpdateParams.ts
|
|
287
|
+
model/wTSystemApprovePhoneNumber.ts
|
|
288
|
+
model/wTSystemRoleCreate.ts
|
|
289
|
+
model/wTTCPAOpt.ts
|
|
290
|
+
model/wTTwilioRequestAuthyCode.ts
|
|
291
|
+
model/wTTwilioVerifyAuthyCode.ts
|
|
292
|
+
model/wTWalletConfigurationSaveWalletRecord.ts
|
|
293
|
+
model/wTWalletItemRedemption.ts
|
|
318
294
|
model/wTWalletPageView.ts
|
|
319
295
|
model/wTWalletPageViewGeoPoint.ts
|
|
320
296
|
model/walletConfiguration.ts
|
package/api/analyticsApi.ts
CHANGED
package/api/billingApi.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.507
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,11 +17,11 @@ import http from 'http';
|
|
|
17
17
|
/* tslint:disable:no-unused-locals */
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
|
-
import { InlineObject } from '../model/inlineObject';
|
|
21
|
-
import { InlineObject1 } from '../model/inlineObject1';
|
|
22
20
|
import { InlineResponse200 } from '../model/inlineResponse200';
|
|
23
21
|
import { InlineResponse2001 } from '../model/inlineResponse2001';
|
|
24
22
|
import { InternalServerError } from '../model/internalServerError';
|
|
23
|
+
import { WTBillingChangePlan } from '../model/wTBillingChangePlan';
|
|
24
|
+
import { WTBillingSavePaymentMethod } from '../model/wTBillingSavePaymentMethod';
|
|
25
25
|
|
|
26
26
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
27
27
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -97,7 +97,7 @@ export class BillingApi {
|
|
|
97
97
|
|
|
98
98
|
/**
|
|
99
99
|
*
|
|
100
|
-
* @summary
|
|
100
|
+
* @summary Cancel billing plan and revert to default
|
|
101
101
|
*/
|
|
102
102
|
public async cancelPlan (options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
103
103
|
const localVarPath = this.basePath + '/v2/billing/plan';
|
|
@@ -159,10 +159,10 @@ export class BillingApi {
|
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
|
-
* @summary
|
|
163
|
-
* @param
|
|
162
|
+
* @summary Change billing plan
|
|
163
|
+
* @param wTBillingChangePlan
|
|
164
164
|
*/
|
|
165
|
-
public async changePlan (
|
|
165
|
+
public async changePlan (wTBillingChangePlan: WTBillingChangePlan, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
166
166
|
const localVarPath = this.basePath + '/v2/billing/plan';
|
|
167
167
|
let localVarQueryParameters: any = {};
|
|
168
168
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -175,9 +175,9 @@ export class BillingApi {
|
|
|
175
175
|
}
|
|
176
176
|
let localVarFormParams: any = {};
|
|
177
177
|
|
|
178
|
-
// verify required parameter '
|
|
179
|
-
if (
|
|
180
|
-
throw new Error('Required parameter
|
|
178
|
+
// verify required parameter 'wTBillingChangePlan' is not null or undefined
|
|
179
|
+
if (wTBillingChangePlan === null || wTBillingChangePlan === undefined) {
|
|
180
|
+
throw new Error('Required parameter wTBillingChangePlan was null or undefined when calling changePlan.');
|
|
181
181
|
}
|
|
182
182
|
|
|
183
183
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -191,7 +191,7 @@ export class BillingApi {
|
|
|
191
191
|
uri: localVarPath,
|
|
192
192
|
useQuerystring: this._useQuerystring,
|
|
193
193
|
json: true,
|
|
194
|
-
body: ObjectSerializer.serialize(
|
|
194
|
+
body: ObjectSerializer.serialize(wTBillingChangePlan, "WTBillingChangePlan")
|
|
195
195
|
};
|
|
196
196
|
|
|
197
197
|
let authenticationPromise = Promise.resolve();
|
|
@@ -487,9 +487,9 @@ export class BillingApi {
|
|
|
487
487
|
/**
|
|
488
488
|
*
|
|
489
489
|
* @summary Save payment method
|
|
490
|
-
* @param
|
|
490
|
+
* @param wTBillingSavePaymentMethod
|
|
491
491
|
*/
|
|
492
|
-
public async savePaymentMethod (
|
|
492
|
+
public async savePaymentMethod (wTBillingSavePaymentMethod: WTBillingSavePaymentMethod, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
493
493
|
const localVarPath = this.basePath + '/v2/billing/paymentMethod';
|
|
494
494
|
let localVarQueryParameters: any = {};
|
|
495
495
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -502,9 +502,9 @@ export class BillingApi {
|
|
|
502
502
|
}
|
|
503
503
|
let localVarFormParams: any = {};
|
|
504
504
|
|
|
505
|
-
// verify required parameter '
|
|
506
|
-
if (
|
|
507
|
-
throw new Error('Required parameter
|
|
505
|
+
// verify required parameter 'wTBillingSavePaymentMethod' is not null or undefined
|
|
506
|
+
if (wTBillingSavePaymentMethod === null || wTBillingSavePaymentMethod === undefined) {
|
|
507
|
+
throw new Error('Required parameter wTBillingSavePaymentMethod was null or undefined when calling savePaymentMethod.');
|
|
508
508
|
}
|
|
509
509
|
|
|
510
510
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -518,7 +518,7 @@ export class BillingApi {
|
|
|
518
518
|
uri: localVarPath,
|
|
519
519
|
useQuerystring: this._useQuerystring,
|
|
520
520
|
json: true,
|
|
521
|
-
body: ObjectSerializer.serialize(
|
|
521
|
+
body: ObjectSerializer.serialize(wTBillingSavePaymentMethod, "WTBillingSavePaymentMethod")
|
|
522
522
|
};
|
|
523
523
|
|
|
524
524
|
let authenticationPromise = Promise.resolve();
|
package/api/configurationApi.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.507
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,8 +17,8 @@ import http from 'http';
|
|
|
17
17
|
/* tslint:disable:no-unused-locals */
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
|
-
import { InlineObject64 } from '../model/inlineObject64';
|
|
21
20
|
import { InternalServerError } from '../model/internalServerError';
|
|
21
|
+
import { WTWalletConfigurationSaveWalletRecord } from '../model/wTWalletConfigurationSaveWalletRecord';
|
|
22
22
|
|
|
23
23
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
24
24
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -156,9 +156,9 @@ export class ConfigurationApi {
|
|
|
156
156
|
/**
|
|
157
157
|
*
|
|
158
158
|
* @summary Update wallet record
|
|
159
|
-
* @param
|
|
159
|
+
* @param wTWalletConfigurationSaveWalletRecord
|
|
160
160
|
*/
|
|
161
|
-
public async saveWalletRecord (
|
|
161
|
+
public async saveWalletRecord (wTWalletConfigurationSaveWalletRecord: WTWalletConfigurationSaveWalletRecord, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
162
162
|
const localVarPath = this.basePath + '/v2/wallet';
|
|
163
163
|
let localVarQueryParameters: any = {};
|
|
164
164
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -171,9 +171,9 @@ export class ConfigurationApi {
|
|
|
171
171
|
}
|
|
172
172
|
let localVarFormParams: any = {};
|
|
173
173
|
|
|
174
|
-
// verify required parameter '
|
|
175
|
-
if (
|
|
176
|
-
throw new Error('Required parameter
|
|
174
|
+
// verify required parameter 'wTWalletConfigurationSaveWalletRecord' is not null or undefined
|
|
175
|
+
if (wTWalletConfigurationSaveWalletRecord === null || wTWalletConfigurationSaveWalletRecord === undefined) {
|
|
176
|
+
throw new Error('Required parameter wTWalletConfigurationSaveWalletRecord was null or undefined when calling saveWalletRecord.');
|
|
177
177
|
}
|
|
178
178
|
|
|
179
179
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -187,7 +187,7 @@ export class ConfigurationApi {
|
|
|
187
187
|
uri: localVarPath,
|
|
188
188
|
useQuerystring: this._useQuerystring,
|
|
189
189
|
json: true,
|
|
190
|
-
body: ObjectSerializer.serialize(
|
|
190
|
+
body: ObjectSerializer.serialize(wTWalletConfigurationSaveWalletRecord, "WTWalletConfigurationSaveWalletRecord")
|
|
191
191
|
};
|
|
192
192
|
|
|
193
193
|
let authenticationPromise = Promise.resolve();
|
package/api/countriesApi.ts
CHANGED
package/api/customerApi.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.507
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -17,10 +17,10 @@ import http from 'http';
|
|
|
17
17
|
/* tslint:disable:no-unused-locals */
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { FalsumError } from '../model/falsumError';
|
|
20
|
-
import { InlineObject2 } from '../model/inlineObject2';
|
|
21
|
-
import { InlineObject3 } from '../model/inlineObject3';
|
|
22
20
|
import { InternalServerError } from '../model/internalServerError';
|
|
23
21
|
import { StaticVoucher } from '../model/staticVoucher';
|
|
22
|
+
import { WTCustomerSearchByMemberID } from '../model/wTCustomerSearchByMemberID';
|
|
23
|
+
import { WTCustomerSearchByPhoneNumber } from '../model/wTCustomerSearchByPhoneNumber';
|
|
24
24
|
import { WalletPageView } from '../model/walletPageView';
|
|
25
25
|
|
|
26
26
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
@@ -599,9 +599,9 @@ export class CustomerApi {
|
|
|
599
599
|
/**
|
|
600
600
|
*
|
|
601
601
|
* @summary Find members with memberID
|
|
602
|
-
* @param
|
|
602
|
+
* @param wTCustomerSearchByMemberID
|
|
603
603
|
*/
|
|
604
|
-
public async searchByMemberID (
|
|
604
|
+
public async searchByMemberID (wTCustomerSearchByMemberID: WTCustomerSearchByMemberID, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
605
605
|
const localVarPath = this.basePath + '/v2/customer/search/memberID';
|
|
606
606
|
let localVarQueryParameters: any = {};
|
|
607
607
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -614,9 +614,9 @@ export class CustomerApi {
|
|
|
614
614
|
}
|
|
615
615
|
let localVarFormParams: any = {};
|
|
616
616
|
|
|
617
|
-
// verify required parameter '
|
|
618
|
-
if (
|
|
619
|
-
throw new Error('Required parameter
|
|
617
|
+
// verify required parameter 'wTCustomerSearchByMemberID' is not null or undefined
|
|
618
|
+
if (wTCustomerSearchByMemberID === null || wTCustomerSearchByMemberID === undefined) {
|
|
619
|
+
throw new Error('Required parameter wTCustomerSearchByMemberID was null or undefined when calling searchByMemberID.');
|
|
620
620
|
}
|
|
621
621
|
|
|
622
622
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -630,7 +630,7 @@ export class CustomerApi {
|
|
|
630
630
|
uri: localVarPath,
|
|
631
631
|
useQuerystring: this._useQuerystring,
|
|
632
632
|
json: true,
|
|
633
|
-
body: ObjectSerializer.serialize(
|
|
633
|
+
body: ObjectSerializer.serialize(wTCustomerSearchByMemberID, "WTCustomerSearchByMemberID")
|
|
634
634
|
};
|
|
635
635
|
|
|
636
636
|
let authenticationPromise = Promise.resolve();
|
|
@@ -668,9 +668,9 @@ export class CustomerApi {
|
|
|
668
668
|
/**
|
|
669
669
|
*
|
|
670
670
|
* @summary Find members with phone number
|
|
671
|
-
* @param
|
|
671
|
+
* @param wTCustomerSearchByPhoneNumber
|
|
672
672
|
*/
|
|
673
|
-
public async searchByPhoneNumber (
|
|
673
|
+
public async searchByPhoneNumber (wTCustomerSearchByPhoneNumber: WTCustomerSearchByPhoneNumber, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: any; }> {
|
|
674
674
|
const localVarPath = this.basePath + '/v2/customer/search/phoneNumber';
|
|
675
675
|
let localVarQueryParameters: any = {};
|
|
676
676
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -683,9 +683,9 @@ export class CustomerApi {
|
|
|
683
683
|
}
|
|
684
684
|
let localVarFormParams: any = {};
|
|
685
685
|
|
|
686
|
-
// verify required parameter '
|
|
687
|
-
if (
|
|
688
|
-
throw new Error('Required parameter
|
|
686
|
+
// verify required parameter 'wTCustomerSearchByPhoneNumber' is not null or undefined
|
|
687
|
+
if (wTCustomerSearchByPhoneNumber === null || wTCustomerSearchByPhoneNumber === undefined) {
|
|
688
|
+
throw new Error('Required parameter wTCustomerSearchByPhoneNumber was null or undefined when calling searchByPhoneNumber.');
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -699,7 +699,7 @@ export class CustomerApi {
|
|
|
699
699
|
uri: localVarPath,
|
|
700
700
|
useQuerystring: this._useQuerystring,
|
|
701
701
|
json: true,
|
|
702
|
-
body: ObjectSerializer.serialize(
|
|
702
|
+
body: ObjectSerializer.serialize(wTCustomerSearchByPhoneNumber, "WTCustomerSearchByPhoneNumber")
|
|
703
703
|
};
|
|
704
704
|
|
|
705
705
|
let authenticationPromise = Promise.resolve();
|
package/api/dashboardApi.ts
CHANGED
package/api/employeeAccessApi.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.507
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -18,8 +18,8 @@ import http from 'http';
|
|
|
18
18
|
import { AuthError } from '../model/authError';
|
|
19
19
|
import { Employee } from '../model/employee';
|
|
20
20
|
import { FalsumError } from '../model/falsumError';
|
|
21
|
-
import { InlineObject68 } from '../model/inlineObject68';
|
|
22
21
|
import { InternalServerError } from '../model/internalServerError';
|
|
22
|
+
import { WTAuthenticationRegister } from '../model/wTAuthenticationRegister';
|
|
23
23
|
|
|
24
24
|
import { ObjectSerializer, Authentication, VoidAuth, Interceptor } from '../model/models';
|
|
25
25
|
import { HttpBasicAuth, HttpBearerAuth, ApiKeyAuth, OAuth } from '../model/models';
|
|
@@ -96,9 +96,9 @@ export class EmployeeAccessApi {
|
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
98
|
* @summary Register
|
|
99
|
-
* @param
|
|
99
|
+
* @param wTAuthenticationRegister
|
|
100
100
|
*/
|
|
101
|
-
public async register (
|
|
101
|
+
public async register (wTAuthenticationRegister: WTAuthenticationRegister, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Employee; }> {
|
|
102
102
|
const localVarPath = this.basePath + '/authentication/register';
|
|
103
103
|
let localVarQueryParameters: any = {};
|
|
104
104
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -111,9 +111,9 @@ export class EmployeeAccessApi {
|
|
|
111
111
|
}
|
|
112
112
|
let localVarFormParams: any = {};
|
|
113
113
|
|
|
114
|
-
// verify required parameter '
|
|
115
|
-
if (
|
|
116
|
-
throw new Error('Required parameter
|
|
114
|
+
// verify required parameter 'wTAuthenticationRegister' is not null or undefined
|
|
115
|
+
if (wTAuthenticationRegister === null || wTAuthenticationRegister === undefined) {
|
|
116
|
+
throw new Error('Required parameter wTAuthenticationRegister was null or undefined when calling register.');
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -127,7 +127,7 @@ export class EmployeeAccessApi {
|
|
|
127
127
|
uri: localVarPath,
|
|
128
128
|
useQuerystring: this._useQuerystring,
|
|
129
129
|
json: true,
|
|
130
|
-
body: ObjectSerializer.serialize(
|
|
130
|
+
body: ObjectSerializer.serialize(wTAuthenticationRegister, "WTAuthenticationRegister")
|
|
131
131
|
};
|
|
132
132
|
|
|
133
133
|
let authenticationPromise = Promise.resolve();
|