wallet 2.1.505 → 2.1.508
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/README.md +849 -16
- 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 +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 +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 +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/examples/advertisementcredits.example.js +7 -1
- package/dist/examples/advertisementcredits.example.js.map +1 -1
- package/dist/examples/clubmembers.example.js +22 -1
- package/dist/examples/clubmembers.example.js.map +1 -1
- package/dist/examples/dynamicvouchers.example.d.ts +1 -0
- package/dist/examples/dynamicvouchers.example.js +110 -0
- package/dist/examples/dynamicvouchers.example.js.map +1 -0
- package/dist/examples/linkbook.example.js +3 -1
- package/dist/examples/linkbook.example.js.map +1 -1
- package/dist/examples/membershiptiers.example.js +17 -1
- package/dist/examples/membershiptiers.example.js.map +1 -1
- package/dist/examples/merchantcredits.example.js +23 -2
- package/dist/examples/merchantcredits.example.js.map +1 -1
- package/dist/examples/merchanturls.example.js +7 -1
- package/dist/examples/merchanturls.example.js.map +1 -1
- package/dist/examples/news.example.js +3 -1
- package/dist/examples/news.example.js.map +1 -1
- package/dist/examples/paymentdesigns.example.js +6 -2
- package/dist/examples/paymentdesigns.example.js.map +1 -1
- package/dist/examples/performances.example.js +5 -2
- package/dist/examples/performances.example.js.map +1 -1
- package/dist/examples/promocodes.example.js +4 -2
- package/dist/examples/promocodes.example.js.map +1 -1
- package/dist/examples/sms.example.d.ts +1 -0
- package/dist/examples/sms.example.js +264 -0
- package/dist/examples/sms.example.js.map +1 -0
- package/dist/examples/staticvouchercampaigns.example.d.ts +1 -0
- package/dist/examples/staticvouchercampaigns.example.js +166 -0
- package/dist/examples/staticvouchercampaigns.example.js.map +1 -0
- package/dist/examples/staticvouchers.example.d.ts +1 -0
- package/dist/examples/staticvouchers.example.js +78 -0
- package/dist/examples/staticvouchers.example.js.map +1 -0
- 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/inlineObject.d.ts +2 -1
- package/dist/model/inlineObject.js +7 -2
- package/dist/model/inlineObject.js.map +1 -1
- package/dist/model/inlineObject1.d.ts +16 -1
- package/dist/model/inlineObject1.js +77 -2
- package/dist/model/inlineObject1.js.map +1 -1
- package/dist/model/inlineObject10.d.ts +3 -2
- package/dist/model/inlineObject10.js +11 -6
- package/dist/model/inlineObject10.js.map +1 -1
- package/dist/model/inlineObject11.d.ts +3 -2
- package/dist/model/inlineObject11.js +11 -6
- package/dist/model/inlineObject11.js.map +1 -1
- package/dist/model/inlineObject12.d.ts +3 -2
- package/dist/model/inlineObject12.js +11 -6
- package/dist/model/inlineObject12.js.map +1 -1
- package/dist/model/inlineObject13.d.ts +3 -2
- package/dist/model/inlineObject13.js +11 -6
- package/dist/model/inlineObject13.js.map +1 -1
- package/dist/model/inlineObject14.d.ts +3 -2
- package/dist/model/inlineObject14.js +11 -6
- package/dist/model/inlineObject14.js.map +1 -1
- package/dist/model/inlineObject15.d.ts +3 -7
- package/dist/model/inlineObject15.js +8 -28
- package/dist/model/inlineObject15.js.map +1 -1
- package/dist/model/inlineObject16.d.ts +3 -6
- package/dist/model/inlineObject16.js +8 -23
- package/dist/model/inlineObject16.js.map +1 -1
- package/dist/model/inlineObject17.d.ts +3 -5
- package/dist/model/inlineObject17.js +9 -19
- package/dist/model/inlineObject17.js.map +1 -1
- package/dist/model/inlineObject18.d.ts +3 -6
- package/dist/model/inlineObject18.js +8 -23
- package/dist/model/inlineObject18.js.map +1 -1
- package/dist/model/inlineObject19.d.ts +3 -5
- package/dist/model/inlineObject19.js +9 -19
- package/dist/model/inlineObject19.js.map +1 -1
- package/dist/model/inlineObject2.d.ts +4 -1
- package/dist/model/inlineObject2.js +17 -2
- package/dist/model/inlineObject2.js.map +1 -1
- package/dist/model/inlineObject20.d.ts +3 -6
- package/dist/model/inlineObject20.js +8 -23
- package/dist/model/inlineObject20.js.map +1 -1
- package/dist/model/inlineObject21.d.ts +3 -8
- package/dist/model/inlineObject21.js +9 -34
- package/dist/model/inlineObject21.js.map +1 -1
- package/dist/model/inlineObject22.d.ts +3 -1
- package/dist/model/inlineObject22.js +13 -3
- package/dist/model/inlineObject22.js.map +1 -1
- package/dist/model/inlineObject23.d.ts +3 -1
- package/dist/model/inlineObject23.js +12 -2
- package/dist/model/inlineObject23.js.map +1 -1
- package/dist/model/inlineObject24.d.ts +3 -3
- package/dist/model/inlineObject24.js +7 -7
- package/dist/model/inlineObject24.js.map +1 -1
- package/dist/model/inlineObject25.d.ts +4 -5
- package/dist/model/inlineObject25.js +9 -14
- package/dist/model/inlineObject25.js.map +1 -1
- package/dist/model/inlineObject26.d.ts +4 -1
- package/dist/model/inlineObject26.js +18 -3
- package/dist/model/inlineObject26.js.map +1 -1
- package/dist/model/inlineObject27.d.ts +2 -1
- package/dist/model/inlineObject27.js +8 -3
- package/dist/model/inlineObject27.js.map +1 -1
- package/dist/model/inlineObject28.d.ts +16 -3
- package/dist/model/inlineObject28.js +74 -9
- package/dist/model/inlineObject28.js.map +1 -1
- package/dist/model/inlineObject29.d.ts +2 -4
- package/dist/model/inlineObject29.js +6 -16
- package/dist/model/inlineObject29.js.map +1 -1
- package/dist/model/inlineObject3.d.ts +4 -1
- package/dist/model/inlineObject3.js +17 -2
- package/dist/model/inlineObject3.js.map +1 -1
- package/dist/model/inlineObject30.d.ts +16 -3
- package/dist/model/inlineObject30.js +74 -9
- package/dist/model/inlineObject30.js.map +1 -1
- package/dist/model/inlineObject31.d.ts +4 -1
- package/dist/model/inlineObject31.js +18 -3
- package/dist/model/inlineObject31.js.map +1 -1
- package/dist/model/inlineObject32.d.ts +2 -1
- package/dist/model/inlineObject32.js +8 -3
- package/dist/model/inlineObject32.js.map +1 -1
- package/dist/model/inlineObject33.d.ts +16 -1
- package/dist/model/inlineObject33.js +78 -3
- package/dist/model/inlineObject33.js.map +1 -1
- package/dist/model/inlineObject34.d.ts +3 -3
- package/dist/model/inlineObject34.js +9 -9
- package/dist/model/inlineObject34.js.map +1 -1
- package/dist/model/inlineObject35.d.ts +3 -3
- package/dist/model/inlineObject35.js +9 -9
- package/dist/model/inlineObject35.js.map +1 -1
- package/dist/model/inlineObject36.d.ts +3 -3
- package/dist/model/inlineObject36.js +9 -9
- package/dist/model/inlineObject36.js.map +1 -1
- package/dist/model/inlineObject37.d.ts +2 -3
- package/dist/model/inlineObject37.js +6 -11
- package/dist/model/inlineObject37.js.map +1 -1
- package/dist/model/inlineObject38.d.ts +2 -3
- package/dist/model/inlineObject38.js +5 -10
- package/dist/model/inlineObject38.js.map +1 -1
- package/dist/model/inlineObject39.d.ts +2 -3
- package/dist/model/inlineObject39.js +5 -10
- package/dist/model/inlineObject39.js.map +1 -1
- package/dist/model/inlineObject4.d.ts +2 -2
- package/dist/model/inlineObject4.js +5 -5
- package/dist/model/inlineObject4.js.map +1 -1
- package/dist/model/inlineObject40.d.ts +32 -3
- package/dist/model/inlineObject40.js +154 -9
- package/dist/model/inlineObject40.js.map +1 -1
- package/dist/model/inlineObject41.d.ts +4 -3
- package/dist/model/inlineObject41.js +14 -9
- package/dist/model/inlineObject41.js.map +1 -1
- package/dist/model/inlineObject42.d.ts +4 -3
- package/dist/model/inlineObject42.js +14 -9
- package/dist/model/inlineObject42.js.map +1 -1
- package/dist/model/inlineObject43.d.ts +2 -3
- package/dist/model/inlineObject43.js +6 -11
- package/dist/model/inlineObject43.js.map +1 -1
- package/dist/model/inlineObject44.d.ts +16 -3
- package/dist/model/inlineObject44.js +74 -9
- package/dist/model/inlineObject44.js.map +1 -1
- package/dist/model/inlineObject45.d.ts +4 -3
- package/dist/model/inlineObject45.js +14 -9
- package/dist/model/inlineObject45.js.map +1 -1
- package/dist/model/inlineObject46.d.ts +2 -3
- package/dist/model/inlineObject46.js +6 -11
- package/dist/model/inlineObject46.js.map +1 -1
- package/dist/model/inlineObject47.d.ts +16 -3
- package/dist/model/inlineObject47.js +74 -9
- package/dist/model/inlineObject47.js.map +1 -1
- package/dist/model/inlineObject5.d.ts +16 -1
- package/dist/model/inlineObject5.js +78 -3
- package/dist/model/inlineObject5.js.map +1 -1
- package/dist/model/inlineObject6.d.ts +1 -1
- package/dist/model/inlineObject6.js +3 -3
- package/dist/model/inlineObject6.js.map +1 -1
- package/dist/model/inlineObject7.d.ts +1 -1
- package/dist/model/inlineObject7.js +3 -3
- package/dist/model/inlineObject7.js.map +1 -1
- package/dist/model/inlineObject8.d.ts +3 -3
- package/dist/model/inlineObject8.js +9 -9
- package/dist/model/inlineObject8.js.map +1 -1
- package/dist/model/inlineObject9.d.ts +3 -2
- package/dist/model/inlineObject9.js +11 -6
- package/dist/model/inlineObject9.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 +46 -0
- package/dist/model/wTWalletConfigurationSaveWalletRecord.js +178 -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/dist/model/walletConfiguration.d.ts +4 -4
- package/dist/model/walletConfiguration.js +15 -15
- package/dist/model/walletConfiguration.js.map +1 -1
- package/examples/advertisementcredits.example.ts +13 -1
- package/examples/clubmembers.example.ts +34 -1
- package/examples/dynamicvouchers.example.ts +107 -0
- package/examples/linkbook.example.ts +5 -1
- package/examples/membershiptiers.example.ts +26 -1
- package/examples/merchantcredits.example.ts +35 -2
- package/examples/merchanturls.example.ts +13 -1
- package/examples/news.example.ts +5 -1
- package/examples/package-lock.json +2108 -0
- package/examples/package.json +18 -0
- package/examples/paymentdesigns.example.ts +11 -3
- package/examples/performances.example.ts +7 -2
- package/examples/promocodes.example.ts +6 -2
- package/examples/sms.example.ts +305 -0
- package/examples/staticvouchercampaigns.example.ts +192 -0
- package/examples/staticvouchers.example.ts +67 -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/inlineObject.ts +10 -4
- package/model/inlineObject1.ts +94 -4
- package/model/inlineObject10.ts +15 -9
- package/model/inlineObject11.ts +15 -9
- package/model/inlineObject12.ts +15 -9
- package/model/inlineObject13.ts +15 -9
- package/model/inlineObject14.ts +15 -9
- package/model/inlineObject15.ts +12 -36
- package/model/inlineObject16.ts +12 -30
- package/model/inlineObject17.ts +13 -25
- package/model/inlineObject18.ts +12 -30
- package/model/inlineObject19.ts +13 -25
- package/model/inlineObject2.ts +22 -4
- package/model/inlineObject20.ts +12 -30
- package/model/inlineObject21.ts +13 -43
- package/model/inlineObject22.ts +17 -5
- package/model/inlineObject23.ts +16 -4
- package/model/inlineObject24.ts +11 -11
- package/model/inlineObject25.ts +14 -20
- package/model/inlineObject26.ts +23 -5
- package/model/inlineObject27.ts +11 -5
- package/model/inlineObject28.ts +91 -13
- package/model/inlineObject29.ts +9 -21
- package/model/inlineObject3.ts +22 -4
- package/model/inlineObject30.ts +91 -13
- package/model/inlineObject31.ts +23 -5
- package/model/inlineObject32.ts +11 -5
- package/model/inlineObject33.ts +95 -5
- package/model/inlineObject34.ts +13 -13
- package/model/inlineObject35.ts +13 -13
- package/model/inlineObject36.ts +13 -13
- package/model/inlineObject37.ts +9 -15
- package/model/inlineObject38.ts +8 -14
- package/model/inlineObject39.ts +8 -14
- package/model/inlineObject4.ts +8 -8
- package/model/inlineObject40.ts +187 -13
- package/model/inlineObject41.ts +19 -13
- package/model/inlineObject42.ts +19 -13
- package/model/inlineObject43.ts +9 -15
- package/model/inlineObject44.ts +91 -13
- package/model/inlineObject45.ts +19 -13
- package/model/inlineObject46.ts +9 -15
- package/model/inlineObject47.ts +91 -13
- package/model/inlineObject48.ts +1 -1
- package/model/inlineObject49.ts +1 -1
- package/model/inlineObject5.ts +95 -5
- 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 +5 -5
- 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 +5 -5
- package/model/inlineObject8.ts +13 -13
- package/model/inlineObject9.ts +15 -9
- 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 +223 -0
- package/model/wTWalletItemRedemption.ts +43 -0
- package/model/wTWalletPageView.ts +1 -1
- package/model/wTWalletPageViewGeoPoint.ts +1 -1
- package/model/walletConfiguration.ts +20 -23
- package/model/walletPageView.ts +1 -1
- package/model/webpage.ts +1 -1
- package/package.json +1 -1
- package/readme-generator.py +9 -3
- package/tsconfig.json +2 -1
package/api/employeesApi.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.508
|
|
6
6
|
* Contact: development@wallet.inc
|
|
7
7
|
*
|
|
8
8
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -25,23 +25,6 @@ import { EmployeeActivityLog } from '../model/employeeActivityLog';
|
|
|
25
25
|
import { EntityTooLarge } from '../model/entityTooLarge';
|
|
26
26
|
import { FalsumError } from '../model/falsumError';
|
|
27
27
|
import { HelpDeskRequest } from '../model/helpDeskRequest';
|
|
28
|
-
import { InlineObject10 } from '../model/inlineObject10';
|
|
29
|
-
import { InlineObject11 } from '../model/inlineObject11';
|
|
30
|
-
import { InlineObject12 } from '../model/inlineObject12';
|
|
31
|
-
import { InlineObject13 } from '../model/inlineObject13';
|
|
32
|
-
import { InlineObject14 } from '../model/inlineObject14';
|
|
33
|
-
import { InlineObject15 } from '../model/inlineObject15';
|
|
34
|
-
import { InlineObject16 } from '../model/inlineObject16';
|
|
35
|
-
import { InlineObject17 } from '../model/inlineObject17';
|
|
36
|
-
import { InlineObject18 } from '../model/inlineObject18';
|
|
37
|
-
import { InlineObject19 } from '../model/inlineObject19';
|
|
38
|
-
import { InlineObject20 } from '../model/inlineObject20';
|
|
39
|
-
import { InlineObject4 } from '../model/inlineObject4';
|
|
40
|
-
import { InlineObject5 } from '../model/inlineObject5';
|
|
41
|
-
import { InlineObject6 } from '../model/inlineObject6';
|
|
42
|
-
import { InlineObject7 } from '../model/inlineObject7';
|
|
43
|
-
import { InlineObject8 } from '../model/inlineObject8';
|
|
44
|
-
import { InlineObject9 } from '../model/inlineObject9';
|
|
45
28
|
import { InlineResponse2004 } from '../model/inlineResponse2004';
|
|
46
29
|
import { InternalServerError } from '../model/internalServerError';
|
|
47
30
|
import { MediaFile } from '../model/mediaFile';
|
|
@@ -54,6 +37,17 @@ import { StaticVoucherCampaign } from '../model/staticVoucherCampaign';
|
|
|
54
37
|
import { StaticVoucherCampaignBroadcast } from '../model/staticVoucherCampaignBroadcast';
|
|
55
38
|
import { StaticVoucherCampaignGroup } from '../model/staticVoucherCampaignGroup';
|
|
56
39
|
import { WTEmployeeCreate } from '../model/wTEmployeeCreate';
|
|
40
|
+
import { WTEmployeeCreateAlert } from '../model/wTEmployeeCreateAlert';
|
|
41
|
+
import { WTEmployeeCreateMediaFile } from '../model/wTEmployeeCreateMediaFile';
|
|
42
|
+
import { WTEmployeeCreateStaticVoucherCampaignGroup } from '../model/wTEmployeeCreateStaticVoucherCampaignGroup';
|
|
43
|
+
import { WTEmployeeFileCreate } from '../model/wTEmployeeFileCreate';
|
|
44
|
+
import { WTEmployeeImportRecords } from '../model/wTEmployeeImportRecords';
|
|
45
|
+
import { WTEmployeePeerRoles } from '../model/wTEmployeePeerRoles';
|
|
46
|
+
import { WTEmployeeS3FilePresign } from '../model/wTEmployeeS3FilePresign';
|
|
47
|
+
import { WTEmployeeScheduleSMSCampaignBroadcast } from '../model/wTEmployeeScheduleSMSCampaignBroadcast';
|
|
48
|
+
import { WTEmployeeScheduleSimpleSMS } from '../model/wTEmployeeScheduleSimpleSMS';
|
|
49
|
+
import { WTEmployeeScheduleSimpleSMSToRecipient } from '../model/wTEmployeeScheduleSimpleSMSToRecipient';
|
|
50
|
+
import { WTEmployeeSendHelpDeskResponse } from '../model/wTEmployeeSendHelpDeskResponse';
|
|
57
51
|
import { WTEmployeeUpdate } from '../model/wTEmployeeUpdate';
|
|
58
52
|
import { Webpage } from '../model/webpage';
|
|
59
53
|
|
|
@@ -133,9 +127,9 @@ export class EmployeesApi {
|
|
|
133
127
|
*
|
|
134
128
|
* @summary Add peer to roles
|
|
135
129
|
* @param userID
|
|
136
|
-
* @param
|
|
130
|
+
* @param wTEmployeePeerRoles
|
|
137
131
|
*/
|
|
138
|
-
public async addPeerToRoles (userID: any,
|
|
132
|
+
public async addPeerToRoles (userID: any, wTEmployeePeerRoles: WTEmployeePeerRoles, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: string; }> {
|
|
139
133
|
const localVarPath = this.basePath + '/v2/employee/roles/peer/{userID}'
|
|
140
134
|
.replace('{' + 'userID' + '}', encodeURIComponent(String(userID)));
|
|
141
135
|
let localVarQueryParameters: any = {};
|
|
@@ -154,9 +148,9 @@ export class EmployeesApi {
|
|
|
154
148
|
throw new Error('Required parameter userID was null or undefined when calling addPeerToRoles.');
|
|
155
149
|
}
|
|
156
150
|
|
|
157
|
-
// verify required parameter '
|
|
158
|
-
if (
|
|
159
|
-
throw new Error('Required parameter
|
|
151
|
+
// verify required parameter 'wTEmployeePeerRoles' is not null or undefined
|
|
152
|
+
if (wTEmployeePeerRoles === null || wTEmployeePeerRoles === undefined) {
|
|
153
|
+
throw new Error('Required parameter wTEmployeePeerRoles was null or undefined when calling addPeerToRoles.');
|
|
160
154
|
}
|
|
161
155
|
|
|
162
156
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -170,7 +164,7 @@ export class EmployeesApi {
|
|
|
170
164
|
uri: localVarPath,
|
|
171
165
|
useQuerystring: this._useQuerystring,
|
|
172
166
|
json: true,
|
|
173
|
-
body: ObjectSerializer.serialize(
|
|
167
|
+
body: ObjectSerializer.serialize(wTEmployeePeerRoles, "WTEmployeePeerRoles")
|
|
174
168
|
};
|
|
175
169
|
|
|
176
170
|
let authenticationPromise = Promise.resolve();
|
|
@@ -208,9 +202,9 @@ export class EmployeesApi {
|
|
|
208
202
|
/**
|
|
209
203
|
*
|
|
210
204
|
* @summary Create employee alert
|
|
211
|
-
* @param
|
|
205
|
+
* @param wTEmployeeCreateAlert
|
|
212
206
|
*/
|
|
213
|
-
public async createAlert (
|
|
207
|
+
public async createAlert (wTEmployeeCreateAlert: WTEmployeeCreateAlert, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Alert; }> {
|
|
214
208
|
const localVarPath = this.basePath + '/v2/employee/alert';
|
|
215
209
|
let localVarQueryParameters: any = {};
|
|
216
210
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -223,9 +217,9 @@ export class EmployeesApi {
|
|
|
223
217
|
}
|
|
224
218
|
let localVarFormParams: any = {};
|
|
225
219
|
|
|
226
|
-
// verify required parameter '
|
|
227
|
-
if (
|
|
228
|
-
throw new Error('Required parameter
|
|
220
|
+
// verify required parameter 'wTEmployeeCreateAlert' is not null or undefined
|
|
221
|
+
if (wTEmployeeCreateAlert === null || wTEmployeeCreateAlert === undefined) {
|
|
222
|
+
throw new Error('Required parameter wTEmployeeCreateAlert was null or undefined when calling createAlert.');
|
|
229
223
|
}
|
|
230
224
|
|
|
231
225
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -239,7 +233,7 @@ export class EmployeesApi {
|
|
|
239
233
|
uri: localVarPath,
|
|
240
234
|
useQuerystring: this._useQuerystring,
|
|
241
235
|
json: true,
|
|
242
|
-
body: ObjectSerializer.serialize(
|
|
236
|
+
body: ObjectSerializer.serialize(wTEmployeeCreateAlert, "WTEmployeeCreateAlert")
|
|
243
237
|
};
|
|
244
238
|
|
|
245
239
|
let authenticationPromise = Promise.resolve();
|
|
@@ -346,9 +340,9 @@ export class EmployeesApi {
|
|
|
346
340
|
/**
|
|
347
341
|
*
|
|
348
342
|
* @summary Create file
|
|
349
|
-
* @param
|
|
343
|
+
* @param wTEmployeeFileCreate
|
|
350
344
|
*/
|
|
351
|
-
public async createFile (
|
|
345
|
+
public async createFile (wTEmployeeFileCreate: WTEmployeeFileCreate, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: InlineResponse2004; }> {
|
|
352
346
|
const localVarPath = this.basePath + '/v2/employee/file/create';
|
|
353
347
|
let localVarQueryParameters: any = {};
|
|
354
348
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -361,9 +355,9 @@ export class EmployeesApi {
|
|
|
361
355
|
}
|
|
362
356
|
let localVarFormParams: any = {};
|
|
363
357
|
|
|
364
|
-
// verify required parameter '
|
|
365
|
-
if (
|
|
366
|
-
throw new Error('Required parameter
|
|
358
|
+
// verify required parameter 'wTEmployeeFileCreate' is not null or undefined
|
|
359
|
+
if (wTEmployeeFileCreate === null || wTEmployeeFileCreate === undefined) {
|
|
360
|
+
throw new Error('Required parameter wTEmployeeFileCreate was null or undefined when calling createFile.');
|
|
367
361
|
}
|
|
368
362
|
|
|
369
363
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -377,7 +371,7 @@ export class EmployeesApi {
|
|
|
377
371
|
uri: localVarPath,
|
|
378
372
|
useQuerystring: this._useQuerystring,
|
|
379
373
|
json: true,
|
|
380
|
-
body: ObjectSerializer.serialize(
|
|
374
|
+
body: ObjectSerializer.serialize(wTEmployeeFileCreate, "WTEmployeeFileCreate")
|
|
381
375
|
};
|
|
382
376
|
|
|
383
377
|
let authenticationPromise = Promise.resolve();
|
|
@@ -415,9 +409,9 @@ export class EmployeesApi {
|
|
|
415
409
|
/**
|
|
416
410
|
*
|
|
417
411
|
* @summary Create media file
|
|
418
|
-
* @param
|
|
412
|
+
* @param wTEmployeeCreateMediaFile
|
|
419
413
|
*/
|
|
420
|
-
public async createMediaFile (
|
|
414
|
+
public async createMediaFile (wTEmployeeCreateMediaFile: WTEmployeeCreateMediaFile, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: MediaFile; }> {
|
|
421
415
|
const localVarPath = this.basePath + '/v2/employee/mediaFile';
|
|
422
416
|
let localVarQueryParameters: any = {};
|
|
423
417
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -430,9 +424,9 @@ export class EmployeesApi {
|
|
|
430
424
|
}
|
|
431
425
|
let localVarFormParams: any = {};
|
|
432
426
|
|
|
433
|
-
// verify required parameter '
|
|
434
|
-
if (
|
|
435
|
-
throw new Error('Required parameter
|
|
427
|
+
// verify required parameter 'wTEmployeeCreateMediaFile' is not null or undefined
|
|
428
|
+
if (wTEmployeeCreateMediaFile === null || wTEmployeeCreateMediaFile === undefined) {
|
|
429
|
+
throw new Error('Required parameter wTEmployeeCreateMediaFile was null or undefined when calling createMediaFile.');
|
|
436
430
|
}
|
|
437
431
|
|
|
438
432
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -446,7 +440,7 @@ export class EmployeesApi {
|
|
|
446
440
|
uri: localVarPath,
|
|
447
441
|
useQuerystring: this._useQuerystring,
|
|
448
442
|
json: true,
|
|
449
|
-
body: ObjectSerializer.serialize(
|
|
443
|
+
body: ObjectSerializer.serialize(wTEmployeeCreateMediaFile, "WTEmployeeCreateMediaFile")
|
|
450
444
|
};
|
|
451
445
|
|
|
452
446
|
let authenticationPromise = Promise.resolve();
|
|
@@ -484,9 +478,9 @@ export class EmployeesApi {
|
|
|
484
478
|
/**
|
|
485
479
|
*
|
|
486
480
|
* @summary Create static voucher campaign group
|
|
487
|
-
* @param
|
|
481
|
+
* @param wTEmployeeCreateStaticVoucherCampaignGroup
|
|
488
482
|
*/
|
|
489
|
-
public async createStaticVoucherCampaignsGroup (
|
|
483
|
+
public async createStaticVoucherCampaignsGroup (wTEmployeeCreateStaticVoucherCampaignGroup: WTEmployeeCreateStaticVoucherCampaignGroup, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: StaticVoucherCampaignGroup; }> {
|
|
490
484
|
const localVarPath = this.basePath + '/v2/employee/staticVoucherCampaignsGroup';
|
|
491
485
|
let localVarQueryParameters: any = {};
|
|
492
486
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -499,9 +493,9 @@ export class EmployeesApi {
|
|
|
499
493
|
}
|
|
500
494
|
let localVarFormParams: any = {};
|
|
501
495
|
|
|
502
|
-
// verify required parameter '
|
|
503
|
-
if (
|
|
504
|
-
throw new Error('Required parameter
|
|
496
|
+
// verify required parameter 'wTEmployeeCreateStaticVoucherCampaignGroup' is not null or undefined
|
|
497
|
+
if (wTEmployeeCreateStaticVoucherCampaignGroup === null || wTEmployeeCreateStaticVoucherCampaignGroup === undefined) {
|
|
498
|
+
throw new Error('Required parameter wTEmployeeCreateStaticVoucherCampaignGroup was null or undefined when calling createStaticVoucherCampaignsGroup.');
|
|
505
499
|
}
|
|
506
500
|
|
|
507
501
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -515,7 +509,7 @@ export class EmployeesApi {
|
|
|
515
509
|
uri: localVarPath,
|
|
516
510
|
useQuerystring: this._useQuerystring,
|
|
517
511
|
json: true,
|
|
518
|
-
body: ObjectSerializer.serialize(
|
|
512
|
+
body: ObjectSerializer.serialize(wTEmployeeCreateStaticVoucherCampaignGroup, "WTEmployeeCreateStaticVoucherCampaignGroup")
|
|
519
513
|
};
|
|
520
514
|
|
|
521
515
|
let authenticationPromise = Promise.resolve();
|
|
@@ -1609,9 +1603,9 @@ export class EmployeesApi {
|
|
|
1609
1603
|
/**
|
|
1610
1604
|
*
|
|
1611
1605
|
* @summary Import club members
|
|
1612
|
-
* @param
|
|
1606
|
+
* @param wTEmployeeImportRecords
|
|
1613
1607
|
*/
|
|
1614
|
-
public async importClubMembers (
|
|
1608
|
+
public async importClubMembers (wTEmployeeImportRecords: WTEmployeeImportRecords, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: string; }> {
|
|
1615
1609
|
const localVarPath = this.basePath + '/v2/employee/import/members';
|
|
1616
1610
|
let localVarQueryParameters: any = {};
|
|
1617
1611
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -1624,9 +1618,9 @@ export class EmployeesApi {
|
|
|
1624
1618
|
}
|
|
1625
1619
|
let localVarFormParams: any = {};
|
|
1626
1620
|
|
|
1627
|
-
// verify required parameter '
|
|
1628
|
-
if (
|
|
1629
|
-
throw new Error('Required parameter
|
|
1621
|
+
// verify required parameter 'wTEmployeeImportRecords' is not null or undefined
|
|
1622
|
+
if (wTEmployeeImportRecords === null || wTEmployeeImportRecords === undefined) {
|
|
1623
|
+
throw new Error('Required parameter wTEmployeeImportRecords was null or undefined when calling importClubMembers.');
|
|
1630
1624
|
}
|
|
1631
1625
|
|
|
1632
1626
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -1640,7 +1634,7 @@ export class EmployeesApi {
|
|
|
1640
1634
|
uri: localVarPath,
|
|
1641
1635
|
useQuerystring: this._useQuerystring,
|
|
1642
1636
|
json: true,
|
|
1643
|
-
body: ObjectSerializer.serialize(
|
|
1637
|
+
body: ObjectSerializer.serialize(wTEmployeeImportRecords, "WTEmployeeImportRecords")
|
|
1644
1638
|
};
|
|
1645
1639
|
|
|
1646
1640
|
let authenticationPromise = Promise.resolve();
|
|
@@ -1678,9 +1672,9 @@ export class EmployeesApi {
|
|
|
1678
1672
|
/**
|
|
1679
1673
|
*
|
|
1680
1674
|
* @summary Import merchant credits
|
|
1681
|
-
* @param
|
|
1675
|
+
* @param wTEmployeeImportRecords
|
|
1682
1676
|
*/
|
|
1683
|
-
public async importMerchantCredits (
|
|
1677
|
+
public async importMerchantCredits (wTEmployeeImportRecords: WTEmployeeImportRecords, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: string; }> {
|
|
1684
1678
|
const localVarPath = this.basePath + '/v2/employee/import/merchantCredits';
|
|
1685
1679
|
let localVarQueryParameters: any = {};
|
|
1686
1680
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -1693,9 +1687,9 @@ export class EmployeesApi {
|
|
|
1693
1687
|
}
|
|
1694
1688
|
let localVarFormParams: any = {};
|
|
1695
1689
|
|
|
1696
|
-
// verify required parameter '
|
|
1697
|
-
if (
|
|
1698
|
-
throw new Error('Required parameter
|
|
1690
|
+
// verify required parameter 'wTEmployeeImportRecords' is not null or undefined
|
|
1691
|
+
if (wTEmployeeImportRecords === null || wTEmployeeImportRecords === undefined) {
|
|
1692
|
+
throw new Error('Required parameter wTEmployeeImportRecords was null or undefined when calling importMerchantCredits.');
|
|
1699
1693
|
}
|
|
1700
1694
|
|
|
1701
1695
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -1709,7 +1703,7 @@ export class EmployeesApi {
|
|
|
1709
1703
|
uri: localVarPath,
|
|
1710
1704
|
useQuerystring: this._useQuerystring,
|
|
1711
1705
|
json: true,
|
|
1712
|
-
body: ObjectSerializer.serialize(
|
|
1706
|
+
body: ObjectSerializer.serialize(wTEmployeeImportRecords, "WTEmployeeImportRecords")
|
|
1713
1707
|
};
|
|
1714
1708
|
|
|
1715
1709
|
let authenticationPromise = Promise.resolve();
|
|
@@ -1810,9 +1804,9 @@ export class EmployeesApi {
|
|
|
1810
1804
|
*
|
|
1811
1805
|
* @summary Modify peer\'s roles
|
|
1812
1806
|
* @param userID
|
|
1813
|
-
* @param
|
|
1807
|
+
* @param wTEmployeePeerRoles
|
|
1814
1808
|
*/
|
|
1815
|
-
public async modifyPeersRoles (userID: any,
|
|
1809
|
+
public async modifyPeersRoles (userID: any, wTEmployeePeerRoles: WTEmployeePeerRoles, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: Array<any>; }> {
|
|
1816
1810
|
const localVarPath = this.basePath + '/v2/employee/peer/permissions/{userID}'
|
|
1817
1811
|
.replace('{' + 'userID' + '}', encodeURIComponent(String(userID)));
|
|
1818
1812
|
let localVarQueryParameters: any = {};
|
|
@@ -1831,9 +1825,9 @@ export class EmployeesApi {
|
|
|
1831
1825
|
throw new Error('Required parameter userID was null or undefined when calling modifyPeersRoles.');
|
|
1832
1826
|
}
|
|
1833
1827
|
|
|
1834
|
-
// verify required parameter '
|
|
1835
|
-
if (
|
|
1836
|
-
throw new Error('Required parameter
|
|
1828
|
+
// verify required parameter 'wTEmployeePeerRoles' is not null or undefined
|
|
1829
|
+
if (wTEmployeePeerRoles === null || wTEmployeePeerRoles === undefined) {
|
|
1830
|
+
throw new Error('Required parameter wTEmployeePeerRoles was null or undefined when calling modifyPeersRoles.');
|
|
1837
1831
|
}
|
|
1838
1832
|
|
|
1839
1833
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -1847,7 +1841,7 @@ export class EmployeesApi {
|
|
|
1847
1841
|
uri: localVarPath,
|
|
1848
1842
|
useQuerystring: this._useQuerystring,
|
|
1849
1843
|
json: true,
|
|
1850
|
-
body: ObjectSerializer.serialize(
|
|
1844
|
+
body: ObjectSerializer.serialize(wTEmployeePeerRoles, "WTEmployeePeerRoles")
|
|
1851
1845
|
};
|
|
1852
1846
|
|
|
1853
1847
|
let authenticationPromise = Promise.resolve();
|
|
@@ -1885,9 +1879,9 @@ export class EmployeesApi {
|
|
|
1885
1879
|
/**
|
|
1886
1880
|
*
|
|
1887
1881
|
* @summary Presign file for upload
|
|
1888
|
-
* @param
|
|
1882
|
+
* @param wTEmployeeS3FilePresign
|
|
1889
1883
|
*/
|
|
1890
|
-
public async presignFile (
|
|
1884
|
+
public async presignFile (wTEmployeeS3FilePresign: WTEmployeeS3FilePresign, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: PresignedPost; }> {
|
|
1891
1885
|
const localVarPath = this.basePath + '/v2/employee/file/presign';
|
|
1892
1886
|
let localVarQueryParameters: any = {};
|
|
1893
1887
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -1900,9 +1894,9 @@ export class EmployeesApi {
|
|
|
1900
1894
|
}
|
|
1901
1895
|
let localVarFormParams: any = {};
|
|
1902
1896
|
|
|
1903
|
-
// verify required parameter '
|
|
1904
|
-
if (
|
|
1905
|
-
throw new Error('Required parameter
|
|
1897
|
+
// verify required parameter 'wTEmployeeS3FilePresign' is not null or undefined
|
|
1898
|
+
if (wTEmployeeS3FilePresign === null || wTEmployeeS3FilePresign === undefined) {
|
|
1899
|
+
throw new Error('Required parameter wTEmployeeS3FilePresign was null or undefined when calling presignFile.');
|
|
1906
1900
|
}
|
|
1907
1901
|
|
|
1908
1902
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -1916,7 +1910,7 @@ export class EmployeesApi {
|
|
|
1916
1910
|
uri: localVarPath,
|
|
1917
1911
|
useQuerystring: this._useQuerystring,
|
|
1918
1912
|
json: true,
|
|
1919
|
-
body: ObjectSerializer.serialize(
|
|
1913
|
+
body: ObjectSerializer.serialize(wTEmployeeS3FilePresign, "WTEmployeeS3FilePresign")
|
|
1920
1914
|
};
|
|
1921
1915
|
|
|
1922
1916
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2024,9 +2018,9 @@ export class EmployeesApi {
|
|
|
2024
2018
|
*
|
|
2025
2019
|
* @summary Schedule Ad Credit
|
|
2026
2020
|
* @param advertisementCreditID
|
|
2027
|
-
* @param
|
|
2021
|
+
* @param wTEmployeeScheduleSimpleSMS
|
|
2028
2022
|
*/
|
|
2029
|
-
public async scheduleAdvertisementCredit (advertisementCreditID: any,
|
|
2023
|
+
public async scheduleAdvertisementCredit (advertisementCreditID: any, wTEmployeeScheduleSimpleSMS: WTEmployeeScheduleSimpleSMS, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: AdvertisementCreditBroadcast; }> {
|
|
2030
2024
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/adCredit/{advertisementCreditID}'
|
|
2031
2025
|
.replace('{' + 'advertisementCreditID' + '}', encodeURIComponent(String(advertisementCreditID)));
|
|
2032
2026
|
let localVarQueryParameters: any = {};
|
|
@@ -2045,9 +2039,9 @@ export class EmployeesApi {
|
|
|
2045
2039
|
throw new Error('Required parameter advertisementCreditID was null or undefined when calling scheduleAdvertisementCredit.');
|
|
2046
2040
|
}
|
|
2047
2041
|
|
|
2048
|
-
// verify required parameter '
|
|
2049
|
-
if (
|
|
2050
|
-
throw new Error('Required parameter
|
|
2042
|
+
// verify required parameter 'wTEmployeeScheduleSimpleSMS' is not null or undefined
|
|
2043
|
+
if (wTEmployeeScheduleSimpleSMS === null || wTEmployeeScheduleSimpleSMS === undefined) {
|
|
2044
|
+
throw new Error('Required parameter wTEmployeeScheduleSimpleSMS was null or undefined when calling scheduleAdvertisementCredit.');
|
|
2051
2045
|
}
|
|
2052
2046
|
|
|
2053
2047
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2061,7 +2055,7 @@ export class EmployeesApi {
|
|
|
2061
2055
|
uri: localVarPath,
|
|
2062
2056
|
useQuerystring: this._useQuerystring,
|
|
2063
2057
|
json: true,
|
|
2064
|
-
body: ObjectSerializer.serialize(
|
|
2058
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSimpleSMS, "WTEmployeeScheduleSimpleSMS")
|
|
2065
2059
|
};
|
|
2066
2060
|
|
|
2067
2061
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2100,9 +2094,9 @@ export class EmployeesApi {
|
|
|
2100
2094
|
*
|
|
2101
2095
|
* @summary Schedule Dynamic Voucher to list
|
|
2102
2096
|
* @param dynamicVoucherID
|
|
2103
|
-
* @param
|
|
2097
|
+
* @param wTEmployeeScheduleSimpleSMS
|
|
2104
2098
|
*/
|
|
2105
|
-
public async scheduleDynamicVoucher (dynamicVoucherID: any,
|
|
2099
|
+
public async scheduleDynamicVoucher (dynamicVoucherID: any, wTEmployeeScheduleSimpleSMS: WTEmployeeScheduleSimpleSMS, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: DynamicVoucherBroadcast; }> {
|
|
2106
2100
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/dynamicVoucher/{dynamicVoucherID}'
|
|
2107
2101
|
.replace('{' + 'dynamicVoucherID' + '}', encodeURIComponent(String(dynamicVoucherID)));
|
|
2108
2102
|
let localVarQueryParameters: any = {};
|
|
@@ -2121,9 +2115,9 @@ export class EmployeesApi {
|
|
|
2121
2115
|
throw new Error('Required parameter dynamicVoucherID was null or undefined when calling scheduleDynamicVoucher.');
|
|
2122
2116
|
}
|
|
2123
2117
|
|
|
2124
|
-
// verify required parameter '
|
|
2125
|
-
if (
|
|
2126
|
-
throw new Error('Required parameter
|
|
2118
|
+
// verify required parameter 'wTEmployeeScheduleSimpleSMS' is not null or undefined
|
|
2119
|
+
if (wTEmployeeScheduleSimpleSMS === null || wTEmployeeScheduleSimpleSMS === undefined) {
|
|
2120
|
+
throw new Error('Required parameter wTEmployeeScheduleSimpleSMS was null or undefined when calling scheduleDynamicVoucher.');
|
|
2127
2121
|
}
|
|
2128
2122
|
|
|
2129
2123
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2137,7 +2131,7 @@ export class EmployeesApi {
|
|
|
2137
2131
|
uri: localVarPath,
|
|
2138
2132
|
useQuerystring: this._useQuerystring,
|
|
2139
2133
|
json: true,
|
|
2140
|
-
body: ObjectSerializer.serialize(
|
|
2134
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSimpleSMS, "WTEmployeeScheduleSimpleSMS")
|
|
2141
2135
|
};
|
|
2142
2136
|
|
|
2143
2137
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2176,9 +2170,9 @@ export class EmployeesApi {
|
|
|
2176
2170
|
*
|
|
2177
2171
|
* @summary Schedule Dyanamic Voucher to recipient
|
|
2178
2172
|
* @param dynamicVoucherID
|
|
2179
|
-
* @param
|
|
2173
|
+
* @param wTEmployeeScheduleSimpleSMSToRecipient
|
|
2180
2174
|
*/
|
|
2181
|
-
public async scheduleDynamicVoucherToRecipient (dynamicVoucherID: any,
|
|
2175
|
+
public async scheduleDynamicVoucherToRecipient (dynamicVoucherID: any, wTEmployeeScheduleSimpleSMSToRecipient: WTEmployeeScheduleSimpleSMSToRecipient, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: DynamicVoucherBroadcast; }> {
|
|
2182
2176
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/recipient/dynamicVoucher/{dynamicVoucherID}'
|
|
2183
2177
|
.replace('{' + 'dynamicVoucherID' + '}', encodeURIComponent(String(dynamicVoucherID)));
|
|
2184
2178
|
let localVarQueryParameters: any = {};
|
|
@@ -2197,9 +2191,9 @@ export class EmployeesApi {
|
|
|
2197
2191
|
throw new Error('Required parameter dynamicVoucherID was null or undefined when calling scheduleDynamicVoucherToRecipient.');
|
|
2198
2192
|
}
|
|
2199
2193
|
|
|
2200
|
-
// verify required parameter '
|
|
2201
|
-
if (
|
|
2202
|
-
throw new Error('Required parameter
|
|
2194
|
+
// verify required parameter 'wTEmployeeScheduleSimpleSMSToRecipient' is not null or undefined
|
|
2195
|
+
if (wTEmployeeScheduleSimpleSMSToRecipient === null || wTEmployeeScheduleSimpleSMSToRecipient === undefined) {
|
|
2196
|
+
throw new Error('Required parameter wTEmployeeScheduleSimpleSMSToRecipient was null or undefined when calling scheduleDynamicVoucherToRecipient.');
|
|
2203
2197
|
}
|
|
2204
2198
|
|
|
2205
2199
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2213,7 +2207,7 @@ export class EmployeesApi {
|
|
|
2213
2207
|
uri: localVarPath,
|
|
2214
2208
|
useQuerystring: this._useQuerystring,
|
|
2215
2209
|
json: true,
|
|
2216
|
-
body: ObjectSerializer.serialize(
|
|
2210
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSimpleSMSToRecipient, "WTEmployeeScheduleSimpleSMSToRecipient")
|
|
2217
2211
|
};
|
|
2218
2212
|
|
|
2219
2213
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2251,9 +2245,9 @@ export class EmployeesApi {
|
|
|
2251
2245
|
/**
|
|
2252
2246
|
*
|
|
2253
2247
|
* @summary Schedule Simple SMS broadcast to list
|
|
2254
|
-
* @param
|
|
2248
|
+
* @param wTEmployeeScheduleSimpleSMS
|
|
2255
2249
|
*/
|
|
2256
|
-
public async scheduleSimpleSMS (
|
|
2250
|
+
public async scheduleSimpleSMS (wTEmployeeScheduleSimpleSMS: WTEmployeeScheduleSimpleSMS, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: SimpleSMSBroadcast; }> {
|
|
2257
2251
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/simple';
|
|
2258
2252
|
let localVarQueryParameters: any = {};
|
|
2259
2253
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -2266,9 +2260,9 @@ export class EmployeesApi {
|
|
|
2266
2260
|
}
|
|
2267
2261
|
let localVarFormParams: any = {};
|
|
2268
2262
|
|
|
2269
|
-
// verify required parameter '
|
|
2270
|
-
if (
|
|
2271
|
-
throw new Error('Required parameter
|
|
2263
|
+
// verify required parameter 'wTEmployeeScheduleSimpleSMS' is not null or undefined
|
|
2264
|
+
if (wTEmployeeScheduleSimpleSMS === null || wTEmployeeScheduleSimpleSMS === undefined) {
|
|
2265
|
+
throw new Error('Required parameter wTEmployeeScheduleSimpleSMS was null or undefined when calling scheduleSimpleSMS.');
|
|
2272
2266
|
}
|
|
2273
2267
|
|
|
2274
2268
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2282,7 +2276,7 @@ export class EmployeesApi {
|
|
|
2282
2276
|
uri: localVarPath,
|
|
2283
2277
|
useQuerystring: this._useQuerystring,
|
|
2284
2278
|
json: true,
|
|
2285
|
-
body: ObjectSerializer.serialize(
|
|
2279
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSimpleSMS, "WTEmployeeScheduleSimpleSMS")
|
|
2286
2280
|
};
|
|
2287
2281
|
|
|
2288
2282
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2320,9 +2314,9 @@ export class EmployeesApi {
|
|
|
2320
2314
|
/**
|
|
2321
2315
|
*
|
|
2322
2316
|
* @summary Schedule Simple SMS broadcast to recipient
|
|
2323
|
-
* @param
|
|
2317
|
+
* @param wTEmployeeScheduleSimpleSMSToRecipient
|
|
2324
2318
|
*/
|
|
2325
|
-
public async scheduleSimpleSMSToRecipient (
|
|
2319
|
+
public async scheduleSimpleSMSToRecipient (wTEmployeeScheduleSimpleSMSToRecipient: WTEmployeeScheduleSimpleSMSToRecipient, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: SimpleSMSBroadcast; }> {
|
|
2326
2320
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/recipient/simple';
|
|
2327
2321
|
let localVarQueryParameters: any = {};
|
|
2328
2322
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -2335,9 +2329,9 @@ export class EmployeesApi {
|
|
|
2335
2329
|
}
|
|
2336
2330
|
let localVarFormParams: any = {};
|
|
2337
2331
|
|
|
2338
|
-
// verify required parameter '
|
|
2339
|
-
if (
|
|
2340
|
-
throw new Error('Required parameter
|
|
2332
|
+
// verify required parameter 'wTEmployeeScheduleSimpleSMSToRecipient' is not null or undefined
|
|
2333
|
+
if (wTEmployeeScheduleSimpleSMSToRecipient === null || wTEmployeeScheduleSimpleSMSToRecipient === undefined) {
|
|
2334
|
+
throw new Error('Required parameter wTEmployeeScheduleSimpleSMSToRecipient was null or undefined when calling scheduleSimpleSMSToRecipient.');
|
|
2341
2335
|
}
|
|
2342
2336
|
|
|
2343
2337
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2351,7 +2345,7 @@ export class EmployeesApi {
|
|
|
2351
2345
|
uri: localVarPath,
|
|
2352
2346
|
useQuerystring: this._useQuerystring,
|
|
2353
2347
|
json: true,
|
|
2354
|
-
body: ObjectSerializer.serialize(
|
|
2348
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSimpleSMSToRecipient, "WTEmployeeScheduleSimpleSMSToRecipient")
|
|
2355
2349
|
};
|
|
2356
2350
|
|
|
2357
2351
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2389,9 +2383,9 @@ export class EmployeesApi {
|
|
|
2389
2383
|
/**
|
|
2390
2384
|
*
|
|
2391
2385
|
* @summary Send help desk response
|
|
2392
|
-
* @param
|
|
2386
|
+
* @param wTEmployeeSendHelpDeskResponse
|
|
2393
2387
|
*/
|
|
2394
|
-
public async sendHelpDeskResponse (
|
|
2388
|
+
public async sendHelpDeskResponse (wTEmployeeSendHelpDeskResponse: WTEmployeeSendHelpDeskResponse, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: OutboundSMS; }> {
|
|
2395
2389
|
const localVarPath = this.basePath + '/v2/employee/helpDesk/response';
|
|
2396
2390
|
let localVarQueryParameters: any = {};
|
|
2397
2391
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -2404,9 +2398,9 @@ export class EmployeesApi {
|
|
|
2404
2398
|
}
|
|
2405
2399
|
let localVarFormParams: any = {};
|
|
2406
2400
|
|
|
2407
|
-
// verify required parameter '
|
|
2408
|
-
if (
|
|
2409
|
-
throw new Error('Required parameter
|
|
2401
|
+
// verify required parameter 'wTEmployeeSendHelpDeskResponse' is not null or undefined
|
|
2402
|
+
if (wTEmployeeSendHelpDeskResponse === null || wTEmployeeSendHelpDeskResponse === undefined) {
|
|
2403
|
+
throw new Error('Required parameter wTEmployeeSendHelpDeskResponse was null or undefined when calling sendHelpDeskResponse.');
|
|
2410
2404
|
}
|
|
2411
2405
|
|
|
2412
2406
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2420,7 +2414,7 @@ export class EmployeesApi {
|
|
|
2420
2414
|
uri: localVarPath,
|
|
2421
2415
|
useQuerystring: this._useQuerystring,
|
|
2422
2416
|
json: true,
|
|
2423
|
-
body: ObjectSerializer.serialize(
|
|
2417
|
+
body: ObjectSerializer.serialize(wTEmployeeSendHelpDeskResponse, "WTEmployeeSendHelpDeskResponse")
|
|
2424
2418
|
};
|
|
2425
2419
|
|
|
2426
2420
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2459,9 +2453,9 @@ export class EmployeesApi {
|
|
|
2459
2453
|
*
|
|
2460
2454
|
* @summary Schedule SMS Campaign Broadcast
|
|
2461
2455
|
* @param staticVoucherCampaignID
|
|
2462
|
-
* @param
|
|
2456
|
+
* @param wTEmployeeScheduleSMSCampaignBroadcast
|
|
2463
2457
|
*/
|
|
2464
|
-
public async sendSmsCampaignBroadcast (staticVoucherCampaignID: any,
|
|
2458
|
+
public async sendSmsCampaignBroadcast (staticVoucherCampaignID: any, wTEmployeeScheduleSMSCampaignBroadcast: WTEmployeeScheduleSMSCampaignBroadcast, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: StaticVoucherCampaignBroadcast; }> {
|
|
2465
2459
|
const localVarPath = this.basePath + '/v2/employee/sms/schedule/campaign/{staticVoucherCampaignID}'
|
|
2466
2460
|
.replace('{' + 'staticVoucherCampaignID' + '}', encodeURIComponent(String(staticVoucherCampaignID)));
|
|
2467
2461
|
let localVarQueryParameters: any = {};
|
|
@@ -2480,9 +2474,9 @@ export class EmployeesApi {
|
|
|
2480
2474
|
throw new Error('Required parameter staticVoucherCampaignID was null or undefined when calling sendSmsCampaignBroadcast.');
|
|
2481
2475
|
}
|
|
2482
2476
|
|
|
2483
|
-
// verify required parameter '
|
|
2484
|
-
if (
|
|
2485
|
-
throw new Error('Required parameter
|
|
2477
|
+
// verify required parameter 'wTEmployeeScheduleSMSCampaignBroadcast' is not null or undefined
|
|
2478
|
+
if (wTEmployeeScheduleSMSCampaignBroadcast === null || wTEmployeeScheduleSMSCampaignBroadcast === undefined) {
|
|
2479
|
+
throw new Error('Required parameter wTEmployeeScheduleSMSCampaignBroadcast was null or undefined when calling sendSmsCampaignBroadcast.');
|
|
2486
2480
|
}
|
|
2487
2481
|
|
|
2488
2482
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2496,7 +2490,7 @@ export class EmployeesApi {
|
|
|
2496
2490
|
uri: localVarPath,
|
|
2497
2491
|
useQuerystring: this._useQuerystring,
|
|
2498
2492
|
json: true,
|
|
2499
|
-
body: ObjectSerializer.serialize(
|
|
2493
|
+
body: ObjectSerializer.serialize(wTEmployeeScheduleSMSCampaignBroadcast, "WTEmployeeScheduleSMSCampaignBroadcast")
|
|
2500
2494
|
};
|
|
2501
2495
|
|
|
2502
2496
|
let authenticationPromise = Promise.resolve();
|
|
@@ -2789,9 +2783,9 @@ export class EmployeesApi {
|
|
|
2789
2783
|
/**
|
|
2790
2784
|
*
|
|
2791
2785
|
* @summary Set profile picture
|
|
2792
|
-
* @param
|
|
2786
|
+
* @param wTEmployeeCreateMediaFile
|
|
2793
2787
|
*/
|
|
2794
|
-
public async setProfilePicture (
|
|
2788
|
+
public async setProfilePicture (wTEmployeeCreateMediaFile: WTEmployeeCreateMediaFile, options: {headers: {[name: string]: string}} = {headers: {}}) : Promise<{ response: http.IncomingMessage; body: string; }> {
|
|
2795
2789
|
const localVarPath = this.basePath + '/v2/employee/profile/picture';
|
|
2796
2790
|
let localVarQueryParameters: any = {};
|
|
2797
2791
|
let localVarHeaderParams: any = (<any>Object).assign({}, this._defaultHeaders);
|
|
@@ -2804,9 +2798,9 @@ export class EmployeesApi {
|
|
|
2804
2798
|
}
|
|
2805
2799
|
let localVarFormParams: any = {};
|
|
2806
2800
|
|
|
2807
|
-
// verify required parameter '
|
|
2808
|
-
if (
|
|
2809
|
-
throw new Error('Required parameter
|
|
2801
|
+
// verify required parameter 'wTEmployeeCreateMediaFile' is not null or undefined
|
|
2802
|
+
if (wTEmployeeCreateMediaFile === null || wTEmployeeCreateMediaFile === undefined) {
|
|
2803
|
+
throw new Error('Required parameter wTEmployeeCreateMediaFile was null or undefined when calling setProfilePicture.');
|
|
2810
2804
|
}
|
|
2811
2805
|
|
|
2812
2806
|
(<any>Object).assign(localVarHeaderParams, options.headers);
|
|
@@ -2820,7 +2814,7 @@ export class EmployeesApi {
|
|
|
2820
2814
|
uri: localVarPath,
|
|
2821
2815
|
useQuerystring: this._useQuerystring,
|
|
2822
2816
|
json: true,
|
|
2823
|
-
body: ObjectSerializer.serialize(
|
|
2817
|
+
body: ObjectSerializer.serialize(wTEmployeeCreateMediaFile, "WTEmployeeCreateMediaFile")
|
|
2824
2818
|
};
|
|
2825
2819
|
|
|
2826
2820
|
let authenticationPromise = Promise.resolve();
|
package/api/industriesApi.ts
CHANGED