wallet 2.1.503 → 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 +84 -16
- 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 +84 -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 +11 -4
- package/dist/api/interactionsApi.js +69 -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 +14 -6
- package/dist/api/merchantApi.js +69 -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/employee.d.ts +3 -0
- package/dist/model/employee.js +15 -0
- package/dist/model/employee.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/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.d.ts +3 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.js +15 -0
- package/dist/model/pickWTEmployeeCreateExcludeKeyofWTEmployeeCreateEmail.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/wTEmployee.d.ts +3 -0
- package/dist/model/wTEmployee.js +15 -0
- package/dist/model/wTEmployee.js.map +1 -1
- package/dist/model/wTEmployeeCreate.d.ts +3 -0
- package/dist/model/wTEmployeeCreate.js +15 -0
- package/dist/model/wTEmployeeCreate.js.map +1 -1
- 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/wTEmployeeUpdate.d.ts +3 -0
- package/dist/model/wTEmployeeUpdate.js +15 -0
- package/dist/model/wTEmployeeUpdate.js.map +1 -1
- 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 +19 -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/inlineObject.ts +1 -1
- package/model/inlineObject1.ts +1 -1
- package/model/inlineObject10.ts +1 -1
- package/model/inlineObject11.ts +1 -1
- package/model/inlineObject12.ts +1 -1
- package/model/inlineObject13.ts +1 -1
- package/model/inlineObject14.ts +1 -1
- package/model/inlineObject15.ts +1 -1
- package/model/inlineObject16.ts +1 -1
- package/model/inlineObject17.ts +1 -1
- package/model/inlineObject18.ts +1 -1
- package/model/inlineObject19.ts +1 -1
- package/model/inlineObject2.ts +1 -1
- package/model/inlineObject20.ts +1 -1
- package/model/inlineObject21.ts +1 -1
- package/model/inlineObject22.ts +1 -1
- package/model/inlineObject23.ts +1 -1
- package/model/inlineObject24.ts +1 -1
- package/model/inlineObject25.ts +1 -1
- package/model/inlineObject26.ts +1 -1
- package/model/inlineObject27.ts +1 -1
- package/model/inlineObject28.ts +1 -1
- package/model/inlineObject29.ts +1 -1
- package/model/inlineObject3.ts +1 -1
- package/model/inlineObject30.ts +1 -1
- package/model/inlineObject31.ts +1 -1
- package/model/inlineObject32.ts +1 -1
- package/model/inlineObject33.ts +1 -1
- package/model/inlineObject34.ts +1 -1
- package/model/inlineObject35.ts +1 -1
- package/model/inlineObject36.ts +1 -1
- package/model/inlineObject37.ts +1 -1
- package/model/inlineObject38.ts +1 -1
- package/model/inlineObject39.ts +1 -1
- package/model/inlineObject4.ts +1 -1
- package/model/inlineObject40.ts +1 -1
- package/model/inlineObject41.ts +1 -1
- package/model/inlineObject42.ts +1 -1
- package/model/inlineObject43.ts +1 -1
- package/model/inlineObject44.ts +1 -1
- package/model/inlineObject45.ts +1 -1
- package/model/inlineObject46.ts +1 -1
- package/model/inlineObject47.ts +1 -1
- package/model/inlineObject48.ts +1 -1
- package/model/inlineObject49.ts +1 -1
- package/model/inlineObject5.ts +1 -1
- package/model/inlineObject50.ts +1 -1
- package/model/inlineObject51.ts +1 -1
- package/model/inlineObject52.ts +1 -1
- package/model/inlineObject53.ts +1 -1
- package/model/inlineObject54.ts +1 -1
- package/model/inlineObject55.ts +1 -1
- package/model/inlineObject56.ts +1 -1
- package/model/inlineObject57.ts +1 -1
- package/model/inlineObject58.ts +1 -1
- package/model/inlineObject59.ts +1 -1
- package/model/inlineObject6.ts +1 -1
- package/model/inlineObject60.ts +1 -1
- package/model/inlineObject61.ts +1 -1
- package/model/inlineObject62.ts +1 -1
- package/model/inlineObject63.ts +1 -1
- package/model/inlineObject64.ts +1 -1
- package/model/inlineObject65.ts +1 -1
- package/model/inlineObject66.ts +1 -1
- package/model/inlineObject67.ts +1 -1
- package/model/inlineObject68.ts +1 -1
- package/model/inlineObject7.ts +1 -1
- package/model/inlineObject8.ts +1 -1
- package/model/inlineObject9.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 +19 -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 +19 -1
- package/model/wTEmployeeAPIKey.ts +1 -1
- package/model/wTEmployeeAPIKeyCreateParams.ts +1 -1
- package/model/wTEmployeeAPIKeyUpdateParams.ts +1 -1
- package/model/wTEmployeeCreate.ts +19 -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 +19 -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/model/models.ts
CHANGED
|
@@ -40,75 +40,6 @@ export * from './foreignKeyDoesNotExist';
|
|
|
40
40
|
export * from './helpDeskRequest';
|
|
41
41
|
export * from './importedList';
|
|
42
42
|
export * from './importedListRecipient';
|
|
43
|
-
export * from './inlineObject';
|
|
44
|
-
export * from './inlineObject1';
|
|
45
|
-
export * from './inlineObject10';
|
|
46
|
-
export * from './inlineObject11';
|
|
47
|
-
export * from './inlineObject12';
|
|
48
|
-
export * from './inlineObject13';
|
|
49
|
-
export * from './inlineObject14';
|
|
50
|
-
export * from './inlineObject15';
|
|
51
|
-
export * from './inlineObject16';
|
|
52
|
-
export * from './inlineObject17';
|
|
53
|
-
export * from './inlineObject18';
|
|
54
|
-
export * from './inlineObject19';
|
|
55
|
-
export * from './inlineObject2';
|
|
56
|
-
export * from './inlineObject20';
|
|
57
|
-
export * from './inlineObject21';
|
|
58
|
-
export * from './inlineObject22';
|
|
59
|
-
export * from './inlineObject23';
|
|
60
|
-
export * from './inlineObject24';
|
|
61
|
-
export * from './inlineObject25';
|
|
62
|
-
export * from './inlineObject26';
|
|
63
|
-
export * from './inlineObject27';
|
|
64
|
-
export * from './inlineObject28';
|
|
65
|
-
export * from './inlineObject29';
|
|
66
|
-
export * from './inlineObject3';
|
|
67
|
-
export * from './inlineObject30';
|
|
68
|
-
export * from './inlineObject31';
|
|
69
|
-
export * from './inlineObject32';
|
|
70
|
-
export * from './inlineObject33';
|
|
71
|
-
export * from './inlineObject34';
|
|
72
|
-
export * from './inlineObject35';
|
|
73
|
-
export * from './inlineObject36';
|
|
74
|
-
export * from './inlineObject37';
|
|
75
|
-
export * from './inlineObject38';
|
|
76
|
-
export * from './inlineObject39';
|
|
77
|
-
export * from './inlineObject4';
|
|
78
|
-
export * from './inlineObject40';
|
|
79
|
-
export * from './inlineObject41';
|
|
80
|
-
export * from './inlineObject42';
|
|
81
|
-
export * from './inlineObject43';
|
|
82
|
-
export * from './inlineObject44';
|
|
83
|
-
export * from './inlineObject45';
|
|
84
|
-
export * from './inlineObject46';
|
|
85
|
-
export * from './inlineObject47';
|
|
86
|
-
export * from './inlineObject48';
|
|
87
|
-
export * from './inlineObject49';
|
|
88
|
-
export * from './inlineObject5';
|
|
89
|
-
export * from './inlineObject50';
|
|
90
|
-
export * from './inlineObject51';
|
|
91
|
-
export * from './inlineObject52';
|
|
92
|
-
export * from './inlineObject53';
|
|
93
|
-
export * from './inlineObject54';
|
|
94
|
-
export * from './inlineObject55';
|
|
95
|
-
export * from './inlineObject56';
|
|
96
|
-
export * from './inlineObject57';
|
|
97
|
-
export * from './inlineObject58';
|
|
98
|
-
export * from './inlineObject59';
|
|
99
|
-
export * from './inlineObject6';
|
|
100
|
-
export * from './inlineObject60';
|
|
101
|
-
export * from './inlineObject61';
|
|
102
|
-
export * from './inlineObject62';
|
|
103
|
-
export * from './inlineObject63';
|
|
104
|
-
export * from './inlineObject64';
|
|
105
|
-
export * from './inlineObject65';
|
|
106
|
-
export * from './inlineObject66';
|
|
107
|
-
export * from './inlineObject67';
|
|
108
|
-
export * from './inlineObject68';
|
|
109
|
-
export * from './inlineObject7';
|
|
110
|
-
export * from './inlineObject8';
|
|
111
|
-
export * from './inlineObject9';
|
|
112
43
|
export * from './inlineResponse200';
|
|
113
44
|
export * from './inlineResponse2001';
|
|
114
45
|
export * from './inlineResponse20010';
|
|
@@ -228,6 +159,16 @@ export * from './wTAdvertisementCredit';
|
|
|
228
159
|
export * from './wTAdvertisementCreditCreateParams';
|
|
229
160
|
export * from './wTAdvertisementCreditScan';
|
|
230
161
|
export * from './wTAdvertisementCreditUpdateParams';
|
|
162
|
+
export * from './wTAuthenticationForgotPassword';
|
|
163
|
+
export * from './wTAuthenticationLogin';
|
|
164
|
+
export * from './wTAuthenticationRegister';
|
|
165
|
+
export * from './wTAuthenticationRequestResetPassword';
|
|
166
|
+
export * from './wTAuthenticationResetPassword';
|
|
167
|
+
export * from './wTAuthenticationSSOLoginForDiscourse';
|
|
168
|
+
export * from './wTBillingChangePlan';
|
|
169
|
+
export * from './wTBillingSavePaymentMethod';
|
|
170
|
+
export * from './wTCustomerSearchByMemberID';
|
|
171
|
+
export * from './wTCustomerSearchByPhoneNumber';
|
|
231
172
|
export * from './wTDynamicVoucher';
|
|
232
173
|
export * from './wTDynamicVoucherCreateParams';
|
|
233
174
|
export * from './wTDynamicVoucherRedemption';
|
|
@@ -238,9 +179,25 @@ export * from './wTEmployeeAPIKey';
|
|
|
238
179
|
export * from './wTEmployeeAPIKeyCreateParams';
|
|
239
180
|
export * from './wTEmployeeAPIKeyUpdateParams';
|
|
240
181
|
export * from './wTEmployeeCreate';
|
|
182
|
+
export * from './wTEmployeeCreateAlert';
|
|
183
|
+
export * from './wTEmployeeCreateMediaFile';
|
|
184
|
+
export * from './wTEmployeeCreateStaticVoucherCampaignGroup';
|
|
185
|
+
export * from './wTEmployeeFileCreate';
|
|
186
|
+
export * from './wTEmployeeImportRecords';
|
|
241
187
|
export * from './wTEmployeeNotification';
|
|
188
|
+
export * from './wTEmployeePeerRoles';
|
|
189
|
+
export * from './wTEmployeeS3FilePresign';
|
|
190
|
+
export * from './wTEmployeeScheduleSMSCampaignBroadcast';
|
|
191
|
+
export * from './wTEmployeeScheduleSimpleSMS';
|
|
192
|
+
export * from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
193
|
+
export * from './wTEmployeeSendHelpDeskResponse';
|
|
242
194
|
export * from './wTEmployeeUpdate';
|
|
195
|
+
export * from './wTFetchWalletPaymentObjectWithToken';
|
|
243
196
|
export * from './wTImportedList';
|
|
197
|
+
export * from './wTInfoGenesisLookupRequestErrors';
|
|
198
|
+
export * from './wTInfoGenesisRecordFilterParameters';
|
|
199
|
+
export * from './wTInfoGenesisRoutingIDs';
|
|
200
|
+
export * from './wTInfoGenesisUniquePostingIDs';
|
|
244
201
|
export * from './wTLinkBookCreateParams';
|
|
245
202
|
export * from './wTLinkBookSectionCreateParams';
|
|
246
203
|
export * from './wTLinkBookSectionUpdateParams';
|
|
@@ -255,6 +212,9 @@ export * from './wTMerchantCredit';
|
|
|
255
212
|
export * from './wTMerchantCreditCreationParams';
|
|
256
213
|
export * from './wTMerchantURLCreate';
|
|
257
214
|
export * from './wTMerchantURLUpdate';
|
|
215
|
+
export * from './wTMerchantUpdate';
|
|
216
|
+
export * from './wTMerchantUpdateBillingContact';
|
|
217
|
+
export * from './wTMerchantUpdatePOSIntegration';
|
|
258
218
|
export * from './wTNewsArticleCreateParams';
|
|
259
219
|
export * from './wTNewsArticleUpdateParams';
|
|
260
220
|
export * from './wTOptInList';
|
|
@@ -270,10 +230,26 @@ export * from './wTPosMachineUpdateParams';
|
|
|
270
230
|
export * from './wTPromoCodeCreateParams';
|
|
271
231
|
export * from './wTPromoCodeUpdateParams';
|
|
272
232
|
export * from './wTRole';
|
|
233
|
+
export * from './wTSMSAcquirePhoneNumber';
|
|
234
|
+
export * from './wTSMSCreateAgreement';
|
|
235
|
+
export * from './wTSMSImportOptInListSubscribers';
|
|
236
|
+
export * from './wTSMSImportedListCreate';
|
|
237
|
+
export * from './wTSMSOptInListSourceCreate';
|
|
238
|
+
export * from './wTSMSUpdatePhoneNumberConfig';
|
|
239
|
+
export * from './wTSettingsSetPassword';
|
|
273
240
|
export * from './wTStaticVoucher';
|
|
274
241
|
export * from './wTStaticVoucherCampaign';
|
|
242
|
+
export * from './wTStaticVoucherCampaignPreviewMessages';
|
|
243
|
+
export * from './wTStaticVoucherCampaignPreviewMessagesByPage';
|
|
275
244
|
export * from './wTStaticVoucherCreateParams';
|
|
276
245
|
export * from './wTStaticVoucherUpdateParams';
|
|
246
|
+
export * from './wTSystemApprovePhoneNumber';
|
|
247
|
+
export * from './wTSystemRoleCreate';
|
|
248
|
+
export * from './wTTCPAOpt';
|
|
249
|
+
export * from './wTTwilioRequestAuthyCode';
|
|
250
|
+
export * from './wTTwilioVerifyAuthyCode';
|
|
251
|
+
export * from './wTWalletConfigurationSaveWalletRecord';
|
|
252
|
+
export * from './wTWalletItemRedemption';
|
|
277
253
|
export * from './wTWalletPageView';
|
|
278
254
|
export * from './wTWalletPageViewGeoPoint';
|
|
279
255
|
export * from './walletConfiguration';
|
|
@@ -333,75 +309,6 @@ import { ForeignKeyDoesNotExist } from './foreignKeyDoesNotExist';
|
|
|
333
309
|
import { HelpDeskRequest } from './helpDeskRequest';
|
|
334
310
|
import { ImportedList } from './importedList';
|
|
335
311
|
import { ImportedListRecipient } from './importedListRecipient';
|
|
336
|
-
import { InlineObject } from './inlineObject';
|
|
337
|
-
import { InlineObject1 } from './inlineObject1';
|
|
338
|
-
import { InlineObject10 } from './inlineObject10';
|
|
339
|
-
import { InlineObject11 } from './inlineObject11';
|
|
340
|
-
import { InlineObject12 } from './inlineObject12';
|
|
341
|
-
import { InlineObject13 } from './inlineObject13';
|
|
342
|
-
import { InlineObject14 } from './inlineObject14';
|
|
343
|
-
import { InlineObject15 } from './inlineObject15';
|
|
344
|
-
import { InlineObject16 } from './inlineObject16';
|
|
345
|
-
import { InlineObject17 } from './inlineObject17';
|
|
346
|
-
import { InlineObject18 } from './inlineObject18';
|
|
347
|
-
import { InlineObject19 } from './inlineObject19';
|
|
348
|
-
import { InlineObject2 } from './inlineObject2';
|
|
349
|
-
import { InlineObject20 } from './inlineObject20';
|
|
350
|
-
import { InlineObject21 } from './inlineObject21';
|
|
351
|
-
import { InlineObject22 } from './inlineObject22';
|
|
352
|
-
import { InlineObject23 } from './inlineObject23';
|
|
353
|
-
import { InlineObject24 } from './inlineObject24';
|
|
354
|
-
import { InlineObject25 } from './inlineObject25';
|
|
355
|
-
import { InlineObject26 } from './inlineObject26';
|
|
356
|
-
import { InlineObject27 } from './inlineObject27';
|
|
357
|
-
import { InlineObject28 } from './inlineObject28';
|
|
358
|
-
import { InlineObject29 } from './inlineObject29';
|
|
359
|
-
import { InlineObject3 } from './inlineObject3';
|
|
360
|
-
import { InlineObject30 } from './inlineObject30';
|
|
361
|
-
import { InlineObject31 } from './inlineObject31';
|
|
362
|
-
import { InlineObject32 } from './inlineObject32';
|
|
363
|
-
import { InlineObject33 } from './inlineObject33';
|
|
364
|
-
import { InlineObject34 } from './inlineObject34';
|
|
365
|
-
import { InlineObject35 } from './inlineObject35';
|
|
366
|
-
import { InlineObject36 } from './inlineObject36';
|
|
367
|
-
import { InlineObject37 } from './inlineObject37';
|
|
368
|
-
import { InlineObject38 } from './inlineObject38';
|
|
369
|
-
import { InlineObject39 } from './inlineObject39';
|
|
370
|
-
import { InlineObject4 } from './inlineObject4';
|
|
371
|
-
import { InlineObject40 } from './inlineObject40';
|
|
372
|
-
import { InlineObject41 } from './inlineObject41';
|
|
373
|
-
import { InlineObject42 } from './inlineObject42';
|
|
374
|
-
import { InlineObject43 } from './inlineObject43';
|
|
375
|
-
import { InlineObject44 } from './inlineObject44';
|
|
376
|
-
import { InlineObject45 } from './inlineObject45';
|
|
377
|
-
import { InlineObject46 } from './inlineObject46';
|
|
378
|
-
import { InlineObject47 } from './inlineObject47';
|
|
379
|
-
import { InlineObject48 } from './inlineObject48';
|
|
380
|
-
import { InlineObject49 } from './inlineObject49';
|
|
381
|
-
import { InlineObject5 } from './inlineObject5';
|
|
382
|
-
import { InlineObject50 } from './inlineObject50';
|
|
383
|
-
import { InlineObject51 } from './inlineObject51';
|
|
384
|
-
import { InlineObject52 } from './inlineObject52';
|
|
385
|
-
import { InlineObject53 } from './inlineObject53';
|
|
386
|
-
import { InlineObject54 } from './inlineObject54';
|
|
387
|
-
import { InlineObject55 } from './inlineObject55';
|
|
388
|
-
import { InlineObject56 } from './inlineObject56';
|
|
389
|
-
import { InlineObject57 } from './inlineObject57';
|
|
390
|
-
import { InlineObject58 } from './inlineObject58';
|
|
391
|
-
import { InlineObject59 } from './inlineObject59';
|
|
392
|
-
import { InlineObject6 } from './inlineObject6';
|
|
393
|
-
import { InlineObject60 } from './inlineObject60';
|
|
394
|
-
import { InlineObject61 } from './inlineObject61';
|
|
395
|
-
import { InlineObject62 } from './inlineObject62';
|
|
396
|
-
import { InlineObject63 } from './inlineObject63';
|
|
397
|
-
import { InlineObject64 } from './inlineObject64';
|
|
398
|
-
import { InlineObject65 } from './inlineObject65';
|
|
399
|
-
import { InlineObject66 } from './inlineObject66';
|
|
400
|
-
import { InlineObject67 } from './inlineObject67';
|
|
401
|
-
import { InlineObject68 } from './inlineObject68';
|
|
402
|
-
import { InlineObject7 } from './inlineObject7';
|
|
403
|
-
import { InlineObject8 } from './inlineObject8';
|
|
404
|
-
import { InlineObject9 } from './inlineObject9';
|
|
405
312
|
import { InlineResponse200 } from './inlineResponse200';
|
|
406
313
|
import { InlineResponse2001 } from './inlineResponse2001';
|
|
407
314
|
import { InlineResponse20010 } from './inlineResponse20010';
|
|
@@ -521,6 +428,16 @@ import { WTAdvertisementCredit } from './wTAdvertisementCredit';
|
|
|
521
428
|
import { WTAdvertisementCreditCreateParams } from './wTAdvertisementCreditCreateParams';
|
|
522
429
|
import { WTAdvertisementCreditScan } from './wTAdvertisementCreditScan';
|
|
523
430
|
import { WTAdvertisementCreditUpdateParams } from './wTAdvertisementCreditUpdateParams';
|
|
431
|
+
import { WTAuthenticationForgotPassword } from './wTAuthenticationForgotPassword';
|
|
432
|
+
import { WTAuthenticationLogin } from './wTAuthenticationLogin';
|
|
433
|
+
import { WTAuthenticationRegister } from './wTAuthenticationRegister';
|
|
434
|
+
import { WTAuthenticationRequestResetPassword } from './wTAuthenticationRequestResetPassword';
|
|
435
|
+
import { WTAuthenticationResetPassword } from './wTAuthenticationResetPassword';
|
|
436
|
+
import { WTAuthenticationSSOLoginForDiscourse } from './wTAuthenticationSSOLoginForDiscourse';
|
|
437
|
+
import { WTBillingChangePlan } from './wTBillingChangePlan';
|
|
438
|
+
import { WTBillingSavePaymentMethod } from './wTBillingSavePaymentMethod';
|
|
439
|
+
import { WTCustomerSearchByMemberID } from './wTCustomerSearchByMemberID';
|
|
440
|
+
import { WTCustomerSearchByPhoneNumber } from './wTCustomerSearchByPhoneNumber';
|
|
524
441
|
import { WTDynamicVoucher } from './wTDynamicVoucher';
|
|
525
442
|
import { WTDynamicVoucherCreateParams } from './wTDynamicVoucherCreateParams';
|
|
526
443
|
import { WTDynamicVoucherRedemption } from './wTDynamicVoucherRedemption';
|
|
@@ -531,9 +448,25 @@ import { WTEmployeeAPIKey } from './wTEmployeeAPIKey';
|
|
|
531
448
|
import { WTEmployeeAPIKeyCreateParams } from './wTEmployeeAPIKeyCreateParams';
|
|
532
449
|
import { WTEmployeeAPIKeyUpdateParams } from './wTEmployeeAPIKeyUpdateParams';
|
|
533
450
|
import { WTEmployeeCreate } from './wTEmployeeCreate';
|
|
451
|
+
import { WTEmployeeCreateAlert } from './wTEmployeeCreateAlert';
|
|
452
|
+
import { WTEmployeeCreateMediaFile } from './wTEmployeeCreateMediaFile';
|
|
453
|
+
import { WTEmployeeCreateStaticVoucherCampaignGroup } from './wTEmployeeCreateStaticVoucherCampaignGroup';
|
|
454
|
+
import { WTEmployeeFileCreate } from './wTEmployeeFileCreate';
|
|
455
|
+
import { WTEmployeeImportRecords } from './wTEmployeeImportRecords';
|
|
534
456
|
import { WTEmployeeNotification } from './wTEmployeeNotification';
|
|
457
|
+
import { WTEmployeePeerRoles } from './wTEmployeePeerRoles';
|
|
458
|
+
import { WTEmployeeS3FilePresign } from './wTEmployeeS3FilePresign';
|
|
459
|
+
import { WTEmployeeScheduleSMSCampaignBroadcast } from './wTEmployeeScheduleSMSCampaignBroadcast';
|
|
460
|
+
import { WTEmployeeScheduleSimpleSMS } from './wTEmployeeScheduleSimpleSMS';
|
|
461
|
+
import { WTEmployeeScheduleSimpleSMSToRecipient } from './wTEmployeeScheduleSimpleSMSToRecipient';
|
|
462
|
+
import { WTEmployeeSendHelpDeskResponse } from './wTEmployeeSendHelpDeskResponse';
|
|
535
463
|
import { WTEmployeeUpdate } from './wTEmployeeUpdate';
|
|
464
|
+
import { WTFetchWalletPaymentObjectWithToken } from './wTFetchWalletPaymentObjectWithToken';
|
|
536
465
|
import { WTImportedList } from './wTImportedList';
|
|
466
|
+
import { WTInfoGenesisLookupRequestErrors } from './wTInfoGenesisLookupRequestErrors';
|
|
467
|
+
import { WTInfoGenesisRecordFilterParameters } from './wTInfoGenesisRecordFilterParameters';
|
|
468
|
+
import { WTInfoGenesisRoutingIDs } from './wTInfoGenesisRoutingIDs';
|
|
469
|
+
import { WTInfoGenesisUniquePostingIDs } from './wTInfoGenesisUniquePostingIDs';
|
|
537
470
|
import { WTLinkBookCreateParams } from './wTLinkBookCreateParams';
|
|
538
471
|
import { WTLinkBookSectionCreateParams } from './wTLinkBookSectionCreateParams';
|
|
539
472
|
import { WTLinkBookSectionUpdateParams } from './wTLinkBookSectionUpdateParams';
|
|
@@ -548,6 +481,9 @@ import { WTMerchantCredit } from './wTMerchantCredit';
|
|
|
548
481
|
import { WTMerchantCreditCreationParams } from './wTMerchantCreditCreationParams';
|
|
549
482
|
import { WTMerchantURLCreate } from './wTMerchantURLCreate';
|
|
550
483
|
import { WTMerchantURLUpdate } from './wTMerchantURLUpdate';
|
|
484
|
+
import { WTMerchantUpdate } from './wTMerchantUpdate';
|
|
485
|
+
import { WTMerchantUpdateBillingContact } from './wTMerchantUpdateBillingContact';
|
|
486
|
+
import { WTMerchantUpdatePOSIntegration } from './wTMerchantUpdatePOSIntegration';
|
|
551
487
|
import { WTNewsArticleCreateParams } from './wTNewsArticleCreateParams';
|
|
552
488
|
import { WTNewsArticleUpdateParams } from './wTNewsArticleUpdateParams';
|
|
553
489
|
import { WTOptInList } from './wTOptInList';
|
|
@@ -563,10 +499,26 @@ import { WTPosMachineUpdateParams } from './wTPosMachineUpdateParams';
|
|
|
563
499
|
import { WTPromoCodeCreateParams } from './wTPromoCodeCreateParams';
|
|
564
500
|
import { WTPromoCodeUpdateParams } from './wTPromoCodeUpdateParams';
|
|
565
501
|
import { WTRole } from './wTRole';
|
|
502
|
+
import { WTSMSAcquirePhoneNumber } from './wTSMSAcquirePhoneNumber';
|
|
503
|
+
import { WTSMSCreateAgreement } from './wTSMSCreateAgreement';
|
|
504
|
+
import { WTSMSImportOptInListSubscribers } from './wTSMSImportOptInListSubscribers';
|
|
505
|
+
import { WTSMSImportedListCreate } from './wTSMSImportedListCreate';
|
|
506
|
+
import { WTSMSOptInListSourceCreate } from './wTSMSOptInListSourceCreate';
|
|
507
|
+
import { WTSMSUpdatePhoneNumberConfig } from './wTSMSUpdatePhoneNumberConfig';
|
|
508
|
+
import { WTSettingsSetPassword } from './wTSettingsSetPassword';
|
|
566
509
|
import { WTStaticVoucher } from './wTStaticVoucher';
|
|
567
510
|
import { WTStaticVoucherCampaign } from './wTStaticVoucherCampaign';
|
|
511
|
+
import { WTStaticVoucherCampaignPreviewMessages } from './wTStaticVoucherCampaignPreviewMessages';
|
|
512
|
+
import { WTStaticVoucherCampaignPreviewMessagesByPage } from './wTStaticVoucherCampaignPreviewMessagesByPage';
|
|
568
513
|
import { WTStaticVoucherCreateParams } from './wTStaticVoucherCreateParams';
|
|
569
514
|
import { WTStaticVoucherUpdateParams } from './wTStaticVoucherUpdateParams';
|
|
515
|
+
import { WTSystemApprovePhoneNumber } from './wTSystemApprovePhoneNumber';
|
|
516
|
+
import { WTSystemRoleCreate } from './wTSystemRoleCreate';
|
|
517
|
+
import { WTTCPAOpt } from './wTTCPAOpt';
|
|
518
|
+
import { WTTwilioRequestAuthyCode } from './wTTwilioRequestAuthyCode';
|
|
519
|
+
import { WTTwilioVerifyAuthyCode } from './wTTwilioVerifyAuthyCode';
|
|
520
|
+
import { WTWalletConfigurationSaveWalletRecord } from './wTWalletConfigurationSaveWalletRecord';
|
|
521
|
+
import { WTWalletItemRedemption } from './wTWalletItemRedemption';
|
|
570
522
|
import { WTWalletPageView } from './wTWalletPageView';
|
|
571
523
|
import { WTWalletPageViewGeoPoint } from './wTWalletPageViewGeoPoint';
|
|
572
524
|
import { WalletConfiguration } from './walletConfiguration';
|
|
@@ -635,75 +587,6 @@ let typeMap: {[index: string]: any} = {
|
|
|
635
587
|
"HelpDeskRequest": HelpDeskRequest,
|
|
636
588
|
"ImportedList": ImportedList,
|
|
637
589
|
"ImportedListRecipient": ImportedListRecipient,
|
|
638
|
-
"InlineObject": InlineObject,
|
|
639
|
-
"InlineObject1": InlineObject1,
|
|
640
|
-
"InlineObject10": InlineObject10,
|
|
641
|
-
"InlineObject11": InlineObject11,
|
|
642
|
-
"InlineObject12": InlineObject12,
|
|
643
|
-
"InlineObject13": InlineObject13,
|
|
644
|
-
"InlineObject14": InlineObject14,
|
|
645
|
-
"InlineObject15": InlineObject15,
|
|
646
|
-
"InlineObject16": InlineObject16,
|
|
647
|
-
"InlineObject17": InlineObject17,
|
|
648
|
-
"InlineObject18": InlineObject18,
|
|
649
|
-
"InlineObject19": InlineObject19,
|
|
650
|
-
"InlineObject2": InlineObject2,
|
|
651
|
-
"InlineObject20": InlineObject20,
|
|
652
|
-
"InlineObject21": InlineObject21,
|
|
653
|
-
"InlineObject22": InlineObject22,
|
|
654
|
-
"InlineObject23": InlineObject23,
|
|
655
|
-
"InlineObject24": InlineObject24,
|
|
656
|
-
"InlineObject25": InlineObject25,
|
|
657
|
-
"InlineObject26": InlineObject26,
|
|
658
|
-
"InlineObject27": InlineObject27,
|
|
659
|
-
"InlineObject28": InlineObject28,
|
|
660
|
-
"InlineObject29": InlineObject29,
|
|
661
|
-
"InlineObject3": InlineObject3,
|
|
662
|
-
"InlineObject30": InlineObject30,
|
|
663
|
-
"InlineObject31": InlineObject31,
|
|
664
|
-
"InlineObject32": InlineObject32,
|
|
665
|
-
"InlineObject33": InlineObject33,
|
|
666
|
-
"InlineObject34": InlineObject34,
|
|
667
|
-
"InlineObject35": InlineObject35,
|
|
668
|
-
"InlineObject36": InlineObject36,
|
|
669
|
-
"InlineObject37": InlineObject37,
|
|
670
|
-
"InlineObject38": InlineObject38,
|
|
671
|
-
"InlineObject39": InlineObject39,
|
|
672
|
-
"InlineObject4": InlineObject4,
|
|
673
|
-
"InlineObject40": InlineObject40,
|
|
674
|
-
"InlineObject41": InlineObject41,
|
|
675
|
-
"InlineObject42": InlineObject42,
|
|
676
|
-
"InlineObject43": InlineObject43,
|
|
677
|
-
"InlineObject44": InlineObject44,
|
|
678
|
-
"InlineObject45": InlineObject45,
|
|
679
|
-
"InlineObject46": InlineObject46,
|
|
680
|
-
"InlineObject47": InlineObject47,
|
|
681
|
-
"InlineObject48": InlineObject48,
|
|
682
|
-
"InlineObject49": InlineObject49,
|
|
683
|
-
"InlineObject5": InlineObject5,
|
|
684
|
-
"InlineObject50": InlineObject50,
|
|
685
|
-
"InlineObject51": InlineObject51,
|
|
686
|
-
"InlineObject52": InlineObject52,
|
|
687
|
-
"InlineObject53": InlineObject53,
|
|
688
|
-
"InlineObject54": InlineObject54,
|
|
689
|
-
"InlineObject55": InlineObject55,
|
|
690
|
-
"InlineObject56": InlineObject56,
|
|
691
|
-
"InlineObject57": InlineObject57,
|
|
692
|
-
"InlineObject58": InlineObject58,
|
|
693
|
-
"InlineObject59": InlineObject59,
|
|
694
|
-
"InlineObject6": InlineObject6,
|
|
695
|
-
"InlineObject60": InlineObject60,
|
|
696
|
-
"InlineObject61": InlineObject61,
|
|
697
|
-
"InlineObject62": InlineObject62,
|
|
698
|
-
"InlineObject63": InlineObject63,
|
|
699
|
-
"InlineObject64": InlineObject64,
|
|
700
|
-
"InlineObject65": InlineObject65,
|
|
701
|
-
"InlineObject66": InlineObject66,
|
|
702
|
-
"InlineObject67": InlineObject67,
|
|
703
|
-
"InlineObject68": InlineObject68,
|
|
704
|
-
"InlineObject7": InlineObject7,
|
|
705
|
-
"InlineObject8": InlineObject8,
|
|
706
|
-
"InlineObject9": InlineObject9,
|
|
707
590
|
"InlineResponse200": InlineResponse200,
|
|
708
591
|
"InlineResponse2001": InlineResponse2001,
|
|
709
592
|
"InlineResponse20010": InlineResponse20010,
|
|
@@ -818,6 +701,16 @@ let typeMap: {[index: string]: any} = {
|
|
|
818
701
|
"WTAdvertisementCreditCreateParams": WTAdvertisementCreditCreateParams,
|
|
819
702
|
"WTAdvertisementCreditScan": WTAdvertisementCreditScan,
|
|
820
703
|
"WTAdvertisementCreditUpdateParams": WTAdvertisementCreditUpdateParams,
|
|
704
|
+
"WTAuthenticationForgotPassword": WTAuthenticationForgotPassword,
|
|
705
|
+
"WTAuthenticationLogin": WTAuthenticationLogin,
|
|
706
|
+
"WTAuthenticationRegister": WTAuthenticationRegister,
|
|
707
|
+
"WTAuthenticationRequestResetPassword": WTAuthenticationRequestResetPassword,
|
|
708
|
+
"WTAuthenticationResetPassword": WTAuthenticationResetPassword,
|
|
709
|
+
"WTAuthenticationSSOLoginForDiscourse": WTAuthenticationSSOLoginForDiscourse,
|
|
710
|
+
"WTBillingChangePlan": WTBillingChangePlan,
|
|
711
|
+
"WTBillingSavePaymentMethod": WTBillingSavePaymentMethod,
|
|
712
|
+
"WTCustomerSearchByMemberID": WTCustomerSearchByMemberID,
|
|
713
|
+
"WTCustomerSearchByPhoneNumber": WTCustomerSearchByPhoneNumber,
|
|
821
714
|
"WTDynamicVoucher": WTDynamicVoucher,
|
|
822
715
|
"WTDynamicVoucherCreateParams": WTDynamicVoucherCreateParams,
|
|
823
716
|
"WTDynamicVoucherRedemption": WTDynamicVoucherRedemption,
|
|
@@ -828,9 +721,25 @@ let typeMap: {[index: string]: any} = {
|
|
|
828
721
|
"WTEmployeeAPIKeyCreateParams": WTEmployeeAPIKeyCreateParams,
|
|
829
722
|
"WTEmployeeAPIKeyUpdateParams": WTEmployeeAPIKeyUpdateParams,
|
|
830
723
|
"WTEmployeeCreate": WTEmployeeCreate,
|
|
724
|
+
"WTEmployeeCreateAlert": WTEmployeeCreateAlert,
|
|
725
|
+
"WTEmployeeCreateMediaFile": WTEmployeeCreateMediaFile,
|
|
726
|
+
"WTEmployeeCreateStaticVoucherCampaignGroup": WTEmployeeCreateStaticVoucherCampaignGroup,
|
|
727
|
+
"WTEmployeeFileCreate": WTEmployeeFileCreate,
|
|
728
|
+
"WTEmployeeImportRecords": WTEmployeeImportRecords,
|
|
831
729
|
"WTEmployeeNotification": WTEmployeeNotification,
|
|
730
|
+
"WTEmployeePeerRoles": WTEmployeePeerRoles,
|
|
731
|
+
"WTEmployeeS3FilePresign": WTEmployeeS3FilePresign,
|
|
732
|
+
"WTEmployeeScheduleSMSCampaignBroadcast": WTEmployeeScheduleSMSCampaignBroadcast,
|
|
733
|
+
"WTEmployeeScheduleSimpleSMS": WTEmployeeScheduleSimpleSMS,
|
|
734
|
+
"WTEmployeeScheduleSimpleSMSToRecipient": WTEmployeeScheduleSimpleSMSToRecipient,
|
|
735
|
+
"WTEmployeeSendHelpDeskResponse": WTEmployeeSendHelpDeskResponse,
|
|
832
736
|
"WTEmployeeUpdate": WTEmployeeUpdate,
|
|
737
|
+
"WTFetchWalletPaymentObjectWithToken": WTFetchWalletPaymentObjectWithToken,
|
|
833
738
|
"WTImportedList": WTImportedList,
|
|
739
|
+
"WTInfoGenesisLookupRequestErrors": WTInfoGenesisLookupRequestErrors,
|
|
740
|
+
"WTInfoGenesisRecordFilterParameters": WTInfoGenesisRecordFilterParameters,
|
|
741
|
+
"WTInfoGenesisRoutingIDs": WTInfoGenesisRoutingIDs,
|
|
742
|
+
"WTInfoGenesisUniquePostingIDs": WTInfoGenesisUniquePostingIDs,
|
|
834
743
|
"WTLinkBookCreateParams": WTLinkBookCreateParams,
|
|
835
744
|
"WTLinkBookSectionCreateParams": WTLinkBookSectionCreateParams,
|
|
836
745
|
"WTLinkBookSectionUpdateParams": WTLinkBookSectionUpdateParams,
|
|
@@ -845,6 +754,9 @@ let typeMap: {[index: string]: any} = {
|
|
|
845
754
|
"WTMerchantCreditCreationParams": WTMerchantCreditCreationParams,
|
|
846
755
|
"WTMerchantURLCreate": WTMerchantURLCreate,
|
|
847
756
|
"WTMerchantURLUpdate": WTMerchantURLUpdate,
|
|
757
|
+
"WTMerchantUpdate": WTMerchantUpdate,
|
|
758
|
+
"WTMerchantUpdateBillingContact": WTMerchantUpdateBillingContact,
|
|
759
|
+
"WTMerchantUpdatePOSIntegration": WTMerchantUpdatePOSIntegration,
|
|
848
760
|
"WTNewsArticleCreateParams": WTNewsArticleCreateParams,
|
|
849
761
|
"WTNewsArticleUpdateParams": WTNewsArticleUpdateParams,
|
|
850
762
|
"WTOptInList": WTOptInList,
|
|
@@ -860,10 +772,26 @@ let typeMap: {[index: string]: any} = {
|
|
|
860
772
|
"WTPromoCodeCreateParams": WTPromoCodeCreateParams,
|
|
861
773
|
"WTPromoCodeUpdateParams": WTPromoCodeUpdateParams,
|
|
862
774
|
"WTRole": WTRole,
|
|
775
|
+
"WTSMSAcquirePhoneNumber": WTSMSAcquirePhoneNumber,
|
|
776
|
+
"WTSMSCreateAgreement": WTSMSCreateAgreement,
|
|
777
|
+
"WTSMSImportOptInListSubscribers": WTSMSImportOptInListSubscribers,
|
|
778
|
+
"WTSMSImportedListCreate": WTSMSImportedListCreate,
|
|
779
|
+
"WTSMSOptInListSourceCreate": WTSMSOptInListSourceCreate,
|
|
780
|
+
"WTSMSUpdatePhoneNumberConfig": WTSMSUpdatePhoneNumberConfig,
|
|
781
|
+
"WTSettingsSetPassword": WTSettingsSetPassword,
|
|
863
782
|
"WTStaticVoucher": WTStaticVoucher,
|
|
864
783
|
"WTStaticVoucherCampaign": WTStaticVoucherCampaign,
|
|
784
|
+
"WTStaticVoucherCampaignPreviewMessages": WTStaticVoucherCampaignPreviewMessages,
|
|
785
|
+
"WTStaticVoucherCampaignPreviewMessagesByPage": WTStaticVoucherCampaignPreviewMessagesByPage,
|
|
865
786
|
"WTStaticVoucherCreateParams": WTStaticVoucherCreateParams,
|
|
866
787
|
"WTStaticVoucherUpdateParams": WTStaticVoucherUpdateParams,
|
|
788
|
+
"WTSystemApprovePhoneNumber": WTSystemApprovePhoneNumber,
|
|
789
|
+
"WTSystemRoleCreate": WTSystemRoleCreate,
|
|
790
|
+
"WTTCPAOpt": WTTCPAOpt,
|
|
791
|
+
"WTTwilioRequestAuthyCode": WTTwilioRequestAuthyCode,
|
|
792
|
+
"WTTwilioVerifyAuthyCode": WTTwilioVerifyAuthyCode,
|
|
793
|
+
"WTWalletConfigurationSaveWalletRecord": WTWalletConfigurationSaveWalletRecord,
|
|
794
|
+
"WTWalletItemRedemption": WTWalletItemRedemption,
|
|
867
795
|
"WTWalletPageView": WTWalletPageView,
|
|
868
796
|
"WTWalletPageViewGeoPoint": WTWalletPageViewGeoPoint,
|
|
869
797
|
"WalletConfiguration": WalletConfiguration,
|
package/model/moduleError.ts
CHANGED
package/model/newsArticle.ts
CHANGED
package/model/optInList.ts
CHANGED
package/model/optInListSource.ts
CHANGED
package/model/outboundSMS.ts
CHANGED
package/model/paymentDesign.ts
CHANGED
package/model/performance.ts
CHANGED
package/model/phoneNumber.ts
CHANGED