@trakit/commands 0.0.5 → 0.0.6
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/LICENSE +661 -0
- package/README.md +25 -0
- package/_publish/API/Requests/IPayDeletable.d.ts +9 -0
- package/_publish/API/Requests/IPayListByAsset.d.ts +10 -0
- package/_publish/API/Requests/IPayListByBillingProfile.d.ts +10 -0
- package/_publish/API/Requests/IPayListByCompany.d.ts +10 -0
- package/_publish/API/Requests/IPayListByLabels.d.ts +10 -0
- package/_publish/API/Requests/IPayListByReferences.d.ts +9 -0
- package/_publish/API/Requests/IPayListByUser.d.ts +10 -0
- package/_publish/API/Requests/IPaySingle.d.ts +9 -0
- package/_publish/API/Requests/IPaySuspendable.d.ts +9 -0
- package/_publish/API/Requests/Parameters/IParamAsset.d.ts +8 -0
- package/_publish/API/Requests/Parameters/IParamBillingProfile.d.ts +8 -0
- package/_publish/API/Requests/Parameters/IParamCompany.d.ts +8 -0
- package/_publish/API/Requests/Parameters/ParamCode.d.ts +12 -0
- package/_publish/API/Requests/Parameters/ParamGuid.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamId.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamIdentifier.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamKey.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamLogin.d.ts +12 -0
- package/_publish/API/Requests/Parameters/ParamMergeSubscribable.d.ts +12 -0
- package/_publish/API/Requests/PayListBy.d.ts +14 -0
- package/_publish/API/Requests/PayListByDate.d.ts +17 -0
- package/_publish/API/Requests/PayListById.d.ts +17 -0
- package/_publish/API/Requests/PayListByKey.d.ts +17 -0
- package/_publish/API/Requests/Payload.d.ts +44 -0
- package/_publish/API/Responses/Content/ContentCode.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentCodeCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentCodeDeleted.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentId.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentIdAsset.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdBillingProfile.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdCompanyTemplate.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdParent.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdParentDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdScript.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdSuspended.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdendifier.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentIdendifierAsset.d.ts +26 -0
- package/_publish/API/Responses/Content/ContentIdendifierCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdendifierDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdendifierSuspended.d.ts +28 -0
- package/_publish/API/Responses/Content/ContentKey.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentKeyCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentKeyDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentLogin.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentLoginCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentLoginDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/IContent.d.ts +10 -0
- package/_publish/API/Responses/Content/IContentCompany.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorCode.d.ts +529 -0
- package/_publish/API/Responses/Errors/ErrorDetail.d.ts +24 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadBase.d.ts +13 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadIds.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadKeys.d.ts +10 -0
- package/_publish/API/Responses/Errors/ErrorDetailBatch.d.ts +16 -0
- package/_publish/API/Responses/Errors/ErrorDetailConnection.d.ts +35 -0
- package/_publish/API/Responses/Errors/ErrorDetailContactInUse.d.ts +12 -0
- package/_publish/API/Responses/Errors/ErrorDetailCount.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailEnum.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailEscalation.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailExternals.d.ts +23 -0
- package/_publish/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailInput.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailLocked.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailMinMax.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailParent.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailParse.d.ts +23 -0
- package/_publish/API/Responses/Errors/ErrorDetailPhone.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailSecret.d.ts +54 -0
- package/_publish/API/Responses/Errors/ErrorDetailStack.d.ts +26 -0
- package/_publish/API/Responses/Errors/ErrorDetailThrottled.d.ts +37 -0
- package/_publish/API/Responses/Errors/ErrorDetailType.d.ts +89 -0
- package/_publish/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +19 -0
- package/_publish/API/Responses/IRepListByAsset.d.ts +11 -0
- package/_publish/API/Responses/IRepListByCompany.d.ts +11 -0
- package/_publish/API/Responses/IRepListByDate.d.ts +14 -0
- package/_publish/API/Responses/IRepListById.d.ts +14 -0
- package/_publish/API/Responses/IRepListByKey.d.ts +14 -0
- package/_publish/API/Responses/IRepListByLabels.d.ts +10 -0
- package/_publish/API/Responses/IRepListByReferences.d.ts +10 -0
- package/_publish/API/Responses/IRepListByUser.d.ts +11 -0
- package/_publish/API/Responses/Reply.d.ts +29 -0
- package/_publish/API/Responses/ReplySync.d.ts +23 -0
- package/_publish/API/Responses/ReplySyncBatch.d.ts +17 -0
- package/_publish/API/Responses/ReplySyncBatchDelete.d.ts +11 -0
- package/_publish/API/Responses/ReplySyncBatchSuspend.d.ts +11 -0
- package/_publish/API/Responses/ReplySyncDelete.d.ts +16 -0
- package/_publish/API/Responses/ReplySyncGet.d.ts +34 -0
- package/_publish/API/Responses/ReplySyncList.d.ts +52 -0
- package/_publish/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +19 -0
- package/_publish/Accounts/Contacts/Requests/PayContact.d.ts +18 -0
- package/_publish/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactDelete.d.ts +9 -0
- package/_publish/Accounts/Contacts/Requests/PayContactGet.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactList.d.ts +27 -0
- package/_publish/Accounts/Contacts/Requests/PayContactMerge.d.ts +20 -0
- package/_publish/Accounts/Contacts/Requests/PayContactRestore.d.ts +9 -0
- package/_publish/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Contacts/Responses/RepContactDelete.d.ts +15 -0
- package/_publish/Accounts/Contacts/Responses/RepContactGet.d.ts +14 -0
- package/_publish/Accounts/Contacts/Responses/RepContactList.d.ts +26 -0
- package/_publish/Accounts/Contacts/Responses/RepContactMerge.d.ts +13 -0
- package/_publish/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +31 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroup.d.ts +18 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +9 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupGet.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupList.d.ts +27 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +20 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +9 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +15 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupGet.d.ts +14 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupList.d.ts +26 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +13 -0
- package/_publish/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +112 -0
- package/_publish/Accounts/Machines/Requests/PayMachine.d.ts +18 -0
- package/_publish/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineDelete.d.ts +9 -0
- package/_publish/Accounts/Machines/Requests/PayMachineGet.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineList.d.ts +27 -0
- package/_publish/Accounts/Machines/Requests/PayMachineMerge.d.ts +20 -0
- package/_publish/Accounts/Machines/Requests/PayMachineRestore.d.ts +9 -0
- package/_publish/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Machines/Responses/RepMachineDelete.d.ts +15 -0
- package/_publish/Accounts/Machines/Responses/RepMachineGet.d.ts +14 -0
- package/_publish/Accounts/Machines/Responses/RepMachineList.d.ts +39 -0
- package/_publish/Accounts/Machines/Responses/RepMachineMerge.d.ts +13 -0
- package/_publish/Accounts/Permissions/ParamPermission.d.ts +39 -0
- package/_publish/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +66 -0
- package/_publish/Accounts/Self/Requests/PaySelfContact.d.ts +22 -0
- package/_publish/Accounts/Self/Requests/PaySelfGet.d.ts +15 -0
- package/_publish/Accounts/Self/Requests/PaySelfLogin.d.ts +30 -0
- package/_publish/Accounts/Self/Requests/PaySelfLogout.d.ts +15 -0
- package/_publish/Accounts/Self/Requests/PaySelfPassword.d.ts +25 -0
- package/_publish/Accounts/Self/Requests/PaySelfPreferences.d.ts +46 -0
- package/_publish/Accounts/Self/Responses/RepSelfContact.d.ts +6 -0
- package/_publish/Accounts/Self/Responses/RepSelfGet.d.ts +47 -0
- package/_publish/Accounts/Self/Responses/RepSelfLogout.d.ts +16 -0
- package/_publish/Accounts/Self/Responses/RepSelfPassword.d.ts +16 -0
- package/_publish/Accounts/Self/Responses/RepSelfPreferences.d.ts +6 -0
- package/_publish/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +11 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionDelete.d.ts +9 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionGet.d.ts +15 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionList.d.ts +29 -0
- package/_publish/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +25 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionDelete.d.ts +15 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionGet.d.ts +14 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionList.d.ts +39 -0
- package/_publish/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +74 -0
- package/_publish/Accounts/Users/Requests/PayUser.d.ts +18 -0
- package/_publish/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserAdvancedList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserDelete.d.ts +9 -0
- package/_publish/Accounts/Users/Requests/PayUserGeneralGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserGeneralList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserMerge.d.ts +20 -0
- package/_publish/Accounts/Users/Requests/PayUserRestore.d.ts +9 -0
- package/_publish/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserAdvancedList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Users/Responses/RepUserBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Users/Responses/RepUserDelete.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserGeneralGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserGeneralList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserMerge.d.ts +13 -0
- package/_publish/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +26 -0
- package/_publish/Assets/Requests/Parameters/ParamAssetMerge.d.ts +143 -0
- package/_publish/Assets/Requests/PayAsset.d.ts +18 -0
- package/_publish/Assets/Requests/PayAssetAdvancedGet.d.ts +16 -0
- package/_publish/Assets/Requests/PayAssetAdvancedList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetBatchDelete.d.ts +16 -0
- package/_publish/Assets/Requests/PayAssetBatchMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetDelete.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetDispatchGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetDispatchList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetDispatchMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetGeneralGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetGeneralList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetReactivate.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetRestore.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetSuspend.d.ts +9 -0
- package/_publish/Assets/Responses/RepAssetAdvancedGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetAdvancedList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetBatchDelete.d.ts +16 -0
- package/_publish/Assets/Responses/RepAssetBatchMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetDelete.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetDispatchGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetDispatchList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetDispatchMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetGeneralGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetGeneralList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetGet.d.ts +14 -0
- package/_publish/Assets/Responses/RepAssetList.d.ts +50 -0
- package/_publish/Assets/Responses/RepAssetMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetSuspend.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +47 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +18 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +9 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +27 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +20 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +9 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +16 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +13 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +14 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +26 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +13 -0
- package/_publish/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +37 -0
- package/_publish/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +49 -0
- package/_publish/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +52 -0
- package/_publish/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +51 -0
- package/_publish/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +56 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +18 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +9 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +27 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +20 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +9 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +16 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +13 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +14 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +26 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +13 -0
- package/_publish/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +52 -0
- package/_publish/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +84 -0
- package/_publish/Companies/Requests/Parameters/ParamEmailServer.d.ts +64 -0
- package/_publish/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +40 -0
- package/_publish/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +36 -0
- package/_publish/Companies/Requests/Parameters/ParamSmsServer.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompany.d.ts +18 -0
- package/_publish/Companies/Requests/PayCompanyBatchDelete.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyBatchMerge.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyDelete.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyDirectoryGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyDirectoryList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyGeneralGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyGeneralList.d.ts +36 -0
- package/_publish/Companies/Requests/PayCompanyGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyMerge.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompanyPolicyGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyPolicyList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyResellerDelete.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyResellerGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyResellerList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyResellerMerge.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompanyResellerRestore.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyRestore.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyStyleGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyStyleList.d.ts +27 -0
- package/_publish/Companies/Responses/RepCompanyBatchDelete.d.ts +16 -0
- package/_publish/Companies/Responses/RepCompanyBatchMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyDelete.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyDirectoryGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyDirectoryList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyGeneralGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyGeneralList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyGet.d.ts +14 -0
- package/_publish/Companies/Responses/RepCompanyMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyPolicyGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyPolicyList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyResellerDelete.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyResellerGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyResellerList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyResellerMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyStyleGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyStyleList.d.ts +26 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +23 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +26 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +58 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +27 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +43 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +33 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +20 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +21 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +9 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +102 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +20 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +9 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +16 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +14 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +91 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +71 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +18 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +9 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +68 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +20 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +9 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +16 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +14 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +66 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +13 -0
- package/_publish/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +36 -0
- package/_publish/Hosting/Documents/Requests/PayDocument.d.ts +18 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentDelete.d.ts +9 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentGet.d.ts +15 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentList.d.ts +27 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentMerge.d.ts +20 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentRestore.d.ts +9 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentDelete.d.ts +15 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentGet.d.ts +14 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentList.d.ts +26 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentMerge.d.ts +13 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResult.d.ts +18 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResultList.d.ts +27 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +20 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +15 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultGet.d.ts +15 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultList.d.ts +26 -0
- package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +77 -0
- package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +19 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +16 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +16 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +14 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +26 -0
- package/_publish/Images/Dashcams/Requests/PayDashcam.d.ts +18 -0
- package/_publish/Images/Dashcams/Requests/PayDashcamGet.d.ts +15 -0
- package/_publish/Images/Dashcams/Requests/PayDashcamList.d.ts +103 -0
- package/_publish/Images/Dashcams/Responses/RepDashcamGet.d.ts +14 -0
- package/_publish/Images/Dashcams/Responses/RepDashcamList.d.ts +93 -0
- package/_publish/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +33 -0
- package/_publish/Images/Icons/Requests/PayIcon.d.ts +18 -0
- package/_publish/Images/Icons/Requests/PayIconBatchDelete.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconBatchMerge.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconDelete.d.ts +9 -0
- package/_publish/Images/Icons/Requests/PayIconGet.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconList.d.ts +27 -0
- package/_publish/Images/Icons/Requests/PayIconMerge.d.ts +20 -0
- package/_publish/Images/Icons/Requests/PayIconRestore.d.ts +9 -0
- package/_publish/Images/Icons/Responses/RepIconBatchDelete.d.ts +16 -0
- package/_publish/Images/Icons/Responses/RepIconBatchMerge.d.ts +13 -0
- package/_publish/Images/Icons/Responses/RepIconDelete.d.ts +15 -0
- package/_publish/Images/Icons/Responses/RepIconGet.d.ts +15 -0
- package/_publish/Images/Icons/Responses/RepIconList.d.ts +26 -0
- package/_publish/Images/Icons/Responses/RepIconMerge.d.ts +13 -0
- package/_publish/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +29 -0
- package/_publish/Images/Pictures/Requests/PayPicture.d.ts +18 -0
- package/_publish/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureDelete.d.ts +9 -0
- package/_publish/Images/Pictures/Requests/PayPictureGet.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureList.d.ts +27 -0
- package/_publish/Images/Pictures/Requests/PayPictureMerge.d.ts +20 -0
- package/_publish/Images/Pictures/Requests/PayPictureRestore.d.ts +9 -0
- package/_publish/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +16 -0
- package/_publish/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +13 -0
- package/_publish/Images/Pictures/Responses/RepPictureDelete.d.ts +15 -0
- package/_publish/Images/Pictures/Responses/RepPictureGet.d.ts +14 -0
- package/_publish/Images/Pictures/Responses/RepPictureList.d.ts +26 -0
- package/_publish/Images/Pictures/Responses/RepPictureMerge.d.ts +13 -0
- package/_publish/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +32 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +18 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +9 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +27 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +20 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +9 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +16 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +14 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +16 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +14 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +26 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +13 -0
- package/_publish/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +41 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +18 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +9 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +27 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +20 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +9 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +16 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +13 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +14 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +26 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +13 -0
- package/_publish/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +21 -0
- package/_publish/Messaging/Requests/PayAssetMessage.d.ts +18 -0
- package/_publish/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageDelete.d.ts +9 -0
- package/_publish/Messaging/Requests/PayAssetMessageGet.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageList.d.ts +39 -0
- package/_publish/Messaging/Requests/PayAssetMessageMerge.d.ts +20 -0
- package/_publish/Messaging/Requests/PayAssetMessageRestore.d.ts +9 -0
- package/_publish/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +16 -0
- package/_publish/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +13 -0
- package/_publish/Messaging/Responses/RepAssetMessageDelete.d.ts +16 -0
- package/_publish/Messaging/Responses/RepAssetMessageGet.d.ts +15 -0
- package/_publish/Messaging/Responses/RepAssetMessageList.d.ts +41 -0
- package/_publish/Messaging/Responses/RepAssetMessageMerge.d.ts +13 -0
- package/_publish/Places/Responses/RepPlaceBatchDelete.d.ts +17 -0
- package/_publish/Places/Responses/RepPlaceDelete.d.ts +16 -0
- package/_publish/Places/Responses/RepPlaceGet.d.ts +14 -0
- package/_publish/Places/Responses/RepPlaceList.d.ts +26 -0
- package/_publish/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +24 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfig.d.ts +18 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +9 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigGet.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigList.d.ts +38 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +20 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +9 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +16 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +13 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +15 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigGet.d.ts +14 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigList.d.ts +39 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +13 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +18 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +15 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +27 -0
- package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +14 -0
- package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +21 -0
- package/_publish/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +24 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +18 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +9 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +27 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +20 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +9 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +16 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +13 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +15 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +14 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +26 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +13 -0
- package/_publish/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +32 -0
- package/_publish/Providers/Providers/Requests/PayProvider.d.ts +18 -0
- package/_publish/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderControlGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderControlList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderDelete.d.ts +9 -0
- package/_publish/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderGeneralList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderList.d.ts +42 -0
- package/_publish/Providers/Providers/Requests/PayProviderMerge.d.ts +20 -0
- package/_publish/Providers/Providers/Requests/PayProviderRestore.d.ts +9 -0
- package/_publish/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +16 -0
- package/_publish/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +14 -0
- package/_publish/Providers/Providers/Responses/RepProviderControlGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderControlList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderDelete.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderGeneralList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderGet.d.ts +14 -0
- package/_publish/Providers/Providers/Responses/RepProviderList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderMerge.d.ts +13 -0
- package/_publish/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +18 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistration.d.ts +18 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +9 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +15 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +27 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +15 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +15 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +14 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +26 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +13 -0
- package/_publish/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +20 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScript.d.ts +18 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +9 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptList.d.ts +27 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +20 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +9 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +16 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +13 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +16 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +14 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptList.d.ts +26 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +14 -0
- package/_publish/Reports/Parameters/ParamReportOptions.d.ts +22 -0
- package/_publish/Reports/Parameters/ParamReportScorecardRules.d.ts +11 -0
- package/_publish/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +20 -0
- package/_publish/Reports/Results/Requests/PayReportResult.d.ts +18 -0
- package/_publish/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultDelete.d.ts +9 -0
- package/_publish/Reports/Results/Requests/PayReportResultGet.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultList.d.ts +27 -0
- package/_publish/Reports/Results/Requests/PayReportResultMerge.d.ts +20 -0
- package/_publish/Reports/Results/Requests/PayReportResultRestore.d.ts +9 -0
- package/_publish/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +16 -0
- package/_publish/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +13 -0
- package/_publish/Reports/Results/Responses/RepReportResultDelete.d.ts +15 -0
- package/_publish/Reports/Results/Responses/RepReportResultGet.d.ts +14 -0
- package/_publish/Reports/Results/Responses/RepReportResultList.d.ts +26 -0
- package/_publish/Reports/Results/Responses/RepReportResultMerge.d.ts +13 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +17 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +20 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +21 -0
- package/_publish/Reports/Schedules/Requests/PayReportSchedule.d.ts +18 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +9 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +15 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleList.d.ts +27 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +20 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +9 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +16 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +15 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +14 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleList.d.ts +26 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +13 -0
- package/_publish/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +19 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplate.d.ts +18 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +9 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateGet.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateList.d.ts +27 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +20 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +9 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +16 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +13 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +15 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateGet.d.ts +14 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateList.d.ts +26 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +13 -0
- package/_publish/WebSocket/Requests/Parameters/SubscriptionType.d.ts +212 -0
- package/_publish/WebSocket/Requests/PaySubscriptionDelete.d.ts +10 -0
- package/_publish/WebSocket/Requests/PaySubscriptionList.d.ts +10 -0
- package/_publish/WebSocket/Requests/PaySubscriptionMerge.d.ts +23 -0
- package/_publish/WebSocket/Responses/Content/Subscription.d.ts +17 -0
- package/_publish/WebSocket/Responses/RepSubscription.d.ts +29 -0
- package/_publish/WebSocket/Responses/RepSubscriptionList.d.ts +13 -0
- package/_publish/index.d.ts +602 -0
- package/_publish/trakit-commands.min.js +7 -0
- package/package.json +37 -33
- package/commands/API/Geography/Polyline.d.ts +0 -20
- package/commands/API/Requests/IPayDeletable.d.ts +0 -9
- package/commands/API/Requests/IPayListByAsset.d.ts +0 -10
- package/commands/API/Requests/IPayListByBillingProfile.d.ts +0 -10
- package/commands/API/Requests/IPayListByCompany.d.ts +0 -10
- package/commands/API/Requests/IPayListByLabels.d.ts +0 -10
- package/commands/API/Requests/IPayListByReferences.d.ts +0 -9
- package/commands/API/Requests/IPayListByUser.d.ts +0 -10
- package/commands/API/Requests/IPaySingle.d.ts +0 -9
- package/commands/API/Requests/IPaySuspendable.d.ts +0 -9
- package/commands/API/Requests/Parameters/IParamAsset.d.ts +0 -8
- package/commands/API/Requests/Parameters/IParamBillingProfile.d.ts +0 -8
- package/commands/API/Requests/Parameters/IParamCompany.d.ts +0 -8
- package/commands/API/Requests/Parameters/ParamCode.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamGuid.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamId.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamIdentifier.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamIdentifierVersion.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamKey.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamLogin.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamMergeSubscribable.d.ts +0 -12
- package/commands/API/Requests/PayListBy.d.ts +0 -14
- package/commands/API/Requests/PayListByDate.d.ts +0 -17
- package/commands/API/Requests/PayListById.d.ts +0 -17
- package/commands/API/Requests/PayListByKey.d.ts +0 -17
- package/commands/API/Requests/Payload.d.ts +0 -44
- package/commands/API/Responses/Content/ContentCode.d.ts +0 -17
- package/commands/API/Responses/Content/ContentCodeCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentCodeDeleted.d.ts +0 -19
- package/commands/API/Responses/Content/ContentId.d.ts +0 -17
- package/commands/API/Responses/Content/ContentIdAsset.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdBillingProfile.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdCompanyTemplate.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdParent.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdScript.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdSuspended.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdendifier.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdendifierAsset.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdendifierCompany.d.ts +0 -19
- package/commands/API/Responses/Content/ContentIdendifierDeleted.d.ts +0 -23
- package/commands/API/Responses/Content/ContentIdendifierSuspended.d.ts +0 -23
- package/commands/API/Responses/Content/ContentKey.d.ts +0 -17
- package/commands/API/Responses/Content/ContentKeyCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentKeyDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentLogin.d.ts +0 -17
- package/commands/API/Responses/Content/ContentLoginCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentLoginDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentParentDeleted.d.ts +0 -26
- package/commands/API/Responses/Errors/ErrorCode.d.ts +0 -529
- package/commands/API/Responses/Errors/ErrorDetail.d.ts +0 -24
- package/commands/API/Responses/Errors/ErrorDetailBadBase.d.ts +0 -13
- package/commands/API/Responses/Errors/ErrorDetailBadIds.d.ts +0 -11
- package/commands/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +0 -11
- package/commands/API/Responses/Errors/ErrorDetailBadKeys.d.ts +0 -10
- package/commands/API/Responses/Errors/ErrorDetailBatch.d.ts +0 -16
- package/commands/API/Responses/Errors/ErrorDetailConnection.d.ts +0 -35
- package/commands/API/Responses/Errors/ErrorDetailContactInUse.d.ts +0 -12
- package/commands/API/Responses/Errors/ErrorDetailCount.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailEnum.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailEscalation.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailExternals.d.ts +0 -23
- package/commands/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailInput.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailLocked.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailMinMax.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailParent.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailParse.d.ts +0 -23
- package/commands/API/Responses/Errors/ErrorDetailPhone.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailSecret.d.ts +0 -54
- package/commands/API/Responses/Errors/ErrorDetailStack.d.ts +0 -26
- package/commands/API/Responses/Errors/ErrorDetailThrottled.d.ts +0 -37
- package/commands/API/Responses/Errors/ErrorDetailType.d.ts +0 -89
- package/commands/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +0 -19
- package/commands/API/Responses/IRepList.d.ts +0 -10
- package/commands/API/Responses/IRepListByAsset.d.ts +0 -11
- package/commands/API/Responses/IRepListByCompany.d.ts +0 -11
- package/commands/API/Responses/IRepListByDate.d.ts +0 -14
- package/commands/API/Responses/IRepListById.d.ts +0 -14
- package/commands/API/Responses/IRepListByKey.d.ts +0 -14
- package/commands/API/Responses/IRepListByLabels.d.ts +0 -10
- package/commands/API/Responses/IRepListByReferences.d.ts +0 -10
- package/commands/API/Responses/IRepListByUser.d.ts +0 -11
- package/commands/API/Responses/Reply.d.ts +0 -29
- package/commands/API/Responses/ReplySync.d.ts +0 -17
- package/commands/API/Responses/ReplySyncBatchDelete.d.ts +0 -16
- package/commands/API/Responses/ReplySyncDelete.d.ts +0 -16
- package/commands/API/Responses/ReplySyncGet.d.ts +0 -34
- package/commands/API/Responses/ReplySyncList.d.ts +0 -52
- package/commands/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +0 -19
- package/commands/Accounts/Contacts/Requests/PayContact.d.ts +0 -18
- package/commands/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactDelete.d.ts +0 -9
- package/commands/Accounts/Contacts/Requests/PayContactGet.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactList.d.ts +0 -27
- package/commands/Accounts/Contacts/Requests/PayContactMerge.d.ts +0 -20
- package/commands/Accounts/Contacts/Requests/PayContactRestore.d.ts +0 -9
- package/commands/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +0 -14
- package/commands/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +0 -13
- package/commands/Accounts/Contacts/Responses/RepContactDelete.d.ts +0 -14
- package/commands/Accounts/Contacts/Responses/RepContactGet.d.ts +0 -13
- package/commands/Accounts/Contacts/Responses/RepContactList.d.ts +0 -25
- package/commands/Accounts/Contacts/Responses/RepContactMerge.d.ts +0 -13
- package/commands/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +0 -31
- package/commands/Accounts/Groups/Requests/PayUserGroup.d.ts +0 -18
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +0 -9
- package/commands/Accounts/Groups/Requests/PayUserGroupGet.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupList.d.ts +0 -27
- package/commands/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +0 -20
- package/commands/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +0 -9
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +0 -14
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +0 -13
- package/commands/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +0 -14
- package/commands/Accounts/Groups/Responses/RepUserGroupGet.d.ts +0 -13
- package/commands/Accounts/Groups/Responses/RepUserGroupList.d.ts +0 -25
- package/commands/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +0 -13
- package/commands/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +0 -112
- package/commands/Accounts/Machines/Requests/PayMachine.d.ts +0 -18
- package/commands/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineDelete.d.ts +0 -9
- package/commands/Accounts/Machines/Requests/PayMachineGet.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineList.d.ts +0 -27
- package/commands/Accounts/Machines/Requests/PayMachineMerge.d.ts +0 -20
- package/commands/Accounts/Machines/Requests/PayMachineRestore.d.ts +0 -9
- package/commands/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +0 -14
- package/commands/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +0 -13
- package/commands/Accounts/Machines/Responses/RepMachineDelete.d.ts +0 -14
- package/commands/Accounts/Machines/Responses/RepMachineGet.d.ts +0 -13
- package/commands/Accounts/Machines/Responses/RepMachineList.d.ts +0 -36
- package/commands/Accounts/Machines/Responses/RepMachineMerge.d.ts +0 -13
- package/commands/Accounts/Permissions/ParamPermission.d.ts +0 -39
- package/commands/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +0 -66
- package/commands/Accounts/Self/Requests/PaySelfContact.d.ts +0 -22
- package/commands/Accounts/Self/Requests/PaySelfGet.d.ts +0 -15
- package/commands/Accounts/Self/Requests/PaySelfLogin.d.ts +0 -30
- package/commands/Accounts/Self/Requests/PaySelfLogout.d.ts +0 -15
- package/commands/Accounts/Self/Requests/PaySelfPassword.d.ts +0 -25
- package/commands/Accounts/Self/Requests/PaySelfPreferences.d.ts +0 -46
- package/commands/Accounts/Self/Responses/RepSelfContact.d.ts +0 -6
- package/commands/Accounts/Self/Responses/RepSelfGet.d.ts +0 -47
- package/commands/Accounts/Self/Responses/RepSelfLogout.d.ts +0 -16
- package/commands/Accounts/Self/Responses/RepSelfPassword.d.ts +0 -16
- package/commands/Accounts/Self/Responses/RepSelfPreferences.d.ts +0 -6
- package/commands/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +0 -11
- package/commands/Accounts/Sessions/Requests/PaySessionDelete.d.ts +0 -9
- package/commands/Accounts/Sessions/Requests/PaySessionGet.d.ts +0 -15
- package/commands/Accounts/Sessions/Requests/PaySessionList.d.ts +0 -29
- package/commands/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +0 -25
- package/commands/Accounts/Sessions/Responses/RepSessionDelete.d.ts +0 -14
- package/commands/Accounts/Sessions/Responses/RepSessionGet.d.ts +0 -14
- package/commands/Accounts/Sessions/Responses/RepSessionList.d.ts +0 -37
- package/commands/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +0 -74
- package/commands/Accounts/Users/Requests/PayUser.d.ts +0 -18
- package/commands/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserAdvancedList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserBatchDelete.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserBatchMerge.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserDelete.d.ts +0 -9
- package/commands/Accounts/Users/Requests/PayUserGeneralGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserGeneralList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserMerge.d.ts +0 -20
- package/commands/Accounts/Users/Requests/PayUserRestore.d.ts +0 -9
- package/commands/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserAdvancedList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserBatchDelete.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserBatchMerge.d.ts +0 -13
- package/commands/Accounts/Users/Responses/RepUserDelete.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserGeneralGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserGeneralList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserMerge.d.ts +0 -13
- package/commands/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +0 -26
- package/commands/Assets/Requests/Parameters/ParamAssetMerge.d.ts +0 -143
- package/commands/Assets/Requests/PayAsset.d.ts +0 -18
- package/commands/Assets/Requests/PayAssetAdvancedGet.d.ts +0 -16
- package/commands/Assets/Requests/PayAssetAdvancedList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetBatchDelete.d.ts +0 -16
- package/commands/Assets/Requests/PayAssetBatchMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetDelete.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetDispatchGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetDispatchList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetDispatchMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetGeneralGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetGeneralList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetReactivate.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetRestore.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetSuspend.d.ts +0 -9
- package/commands/Assets/Responses/RepAssetAdvancedGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetAdvancedList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetBatchDelete.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetBatchMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetBatchSuspend.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetDelete.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetDispatchGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetDispatchList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetDispatchMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetGeneralGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetGeneralList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetGet.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetList.d.ts +0 -49
- package/commands/Assets/Responses/RepAssetMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetSuspend.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +0 -47
- package/commands/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +0 -18
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +0 -9
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +0 -27
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +0 -20
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +0 -9
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +0 -14
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +0 -14
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +0 -25
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +0 -13
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +0 -37
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +0 -49
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +0 -45
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +0 -47
- package/commands/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +0 -56
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +0 -18
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +0 -9
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +0 -27
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +0 -20
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +0 -9
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +0 -14
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +0 -13
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +0 -14
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +0 -13
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +0 -25
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +0 -13
- package/commands/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +0 -52
- package/commands/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +0 -84
- package/commands/Companies/Requests/Parameters/ParamEmailServer.d.ts +0 -64
- package/commands/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +0 -40
- package/commands/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +0 -36
- package/commands/Companies/Requests/Parameters/ParamSmsServer.d.ts +0 -20
- package/commands/Companies/Requests/PayCompany.d.ts +0 -18
- package/commands/Companies/Requests/PayCompanyBatchDelete.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyBatchMerge.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyDelete.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyDirectoryGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyDirectoryList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyGeneralGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyGeneralList.d.ts +0 -36
- package/commands/Companies/Requests/PayCompanyGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyList.d.ts +0 -6
- package/commands/Companies/Requests/PayCompanyMerge.d.ts +0 -20
- package/commands/Companies/Requests/PayCompanyPoliciesGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyPoliciesList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyPolicyGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyPolicyList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyResellerDelete.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyResellerGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyResellerList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyResellerMerge.d.ts +0 -20
- package/commands/Companies/Requests/PayCompanyResellerRestore.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyRestore.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyStyleGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyStyleList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyStylesGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyStylesList.d.ts +0 -27
- package/commands/Companies/Responses/RepCompanyBatchDelete.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyBatchMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyDelete.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyDirectoryGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyDirectoryList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyGeneralGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyGeneralList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyGet.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyList.d.ts +0 -6
- package/commands/Companies/Responses/RepCompanyMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyPoliciesGet.d.ts +0 -12
- package/commands/Companies/Responses/RepCompanyPoliciesList.d.ts +0 -23
- package/commands/Companies/Responses/RepCompanyPolicyGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyPolicyList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyResellerDelete.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyResellerGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyResellerList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyResellerMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyStyleGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyStyleList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyStylesGet.d.ts +0 -12
- package/commands/Companies/Responses/RepCompanyStylesList.d.ts +0 -23
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +0 -23
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +0 -26
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +0 -58
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +0 -27
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +0 -43
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +0 -33
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +0 -20
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +0 -21
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +0 -9
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +0 -102
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +0 -20
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +0 -9
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +0 -13
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +0 -88
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +0 -71
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +0 -18
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +0 -9
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +0 -68
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +0 -20
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +0 -9
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +0 -63
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +0 -13
- package/commands/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +0 -36
- package/commands/Hosting/Documents/Requests/PayDocument.d.ts +0 -18
- package/commands/Hosting/Documents/Requests/PayDocumentBatchDelete.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentBatchMerge.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentDelete.d.ts +0 -9
- package/commands/Hosting/Documents/Requests/PayDocumentGet.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentList.d.ts +0 -27
- package/commands/Hosting/Documents/Requests/PayDocumentMerge.d.ts +0 -20
- package/commands/Hosting/Documents/Requests/PayDocumentRestore.d.ts +0 -9
- package/commands/Hosting/Documents/Responses/RepDocumentBatchDelete.d.ts +0 -14
- package/commands/Hosting/Documents/Responses/RepDocumentBatchMerge.d.ts +0 -13
- package/commands/Hosting/Documents/Responses/RepDocumentDelete.d.ts +0 -14
- package/commands/Hosting/Documents/Responses/RepDocumentGet.d.ts +0 -13
- package/commands/Hosting/Documents/Responses/RepDocumentList.d.ts +0 -25
- package/commands/Hosting/Documents/Responses/RepDocumentMerge.d.ts +0 -13
- package/commands/Hosting/FormResults/Requests/PayFormResult.d.ts +0 -18
- package/commands/Hosting/FormResults/Requests/PayFormResultBatchDelete.d.ts +0 -15
- package/commands/Hosting/FormResults/Requests/PayFormResultList.d.ts +0 -27
- package/commands/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +0 -20
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultGet.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultList.d.ts +0 -25
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +0 -77
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +0 -19
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +0 -15
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +0 -13
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +0 -25
- package/commands/Images/Dashcams/Requests/PayDashcam.d.ts +0 -18
- package/commands/Images/Dashcams/Requests/PayDashcamGet.d.ts +0 -15
- package/commands/Images/Dashcams/Requests/PayDashcamList.d.ts +0 -103
- package/commands/Images/Dashcams/Responses/RepDashcamGet.d.ts +0 -13
- package/commands/Images/Dashcams/Responses/RepDashcamList.d.ts +0 -89
- package/commands/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +0 -33
- package/commands/Images/Icons/Requests/PayIcon.d.ts +0 -18
- package/commands/Images/Icons/Requests/PayIconBatchDelete.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconBatchMerge.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconDelete.d.ts +0 -9
- package/commands/Images/Icons/Requests/PayIconGet.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconList.d.ts +0 -27
- package/commands/Images/Icons/Requests/PayIconMerge.d.ts +0 -20
- package/commands/Images/Icons/Requests/PayIconRestore.d.ts +0 -9
- package/commands/Images/Icons/Responses/RepIconBatchDelete.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconBatchMerge.d.ts +0 -13
- package/commands/Images/Icons/Responses/RepIconDelete.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconGet.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconList.d.ts +0 -25
- package/commands/Images/Icons/Responses/RepIconMerge.d.ts +0 -13
- package/commands/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +0 -29
- package/commands/Images/Pictures/Requests/PayPicture.d.ts +0 -18
- package/commands/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureDelete.d.ts +0 -9
- package/commands/Images/Pictures/Requests/PayPictureGet.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureList.d.ts +0 -27
- package/commands/Images/Pictures/Requests/PayPictureMerge.d.ts +0 -20
- package/commands/Images/Pictures/Requests/PayPictureRestore.d.ts +0 -9
- package/commands/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +0 -14
- package/commands/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +0 -13
- package/commands/Images/Pictures/Responses/RepPictureDelete.d.ts +0 -14
- package/commands/Images/Pictures/Responses/RepPictureGet.d.ts +0 -13
- package/commands/Images/Pictures/Responses/RepPictureList.d.ts +0 -25
- package/commands/Images/Pictures/Responses/RepPictureMerge.d.ts +0 -13
- package/commands/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +0 -32
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +0 -18
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +0 -9
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +0 -27
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +0 -20
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +0 -9
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +0 -14
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +0 -14
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +0 -15
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +0 -13
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +0 -25
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +0 -13
- package/commands/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +0 -41
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +0 -18
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +0 -9
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +0 -27
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +0 -20
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +0 -9
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +0 -14
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +0 -13
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +0 -14
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +0 -13
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +0 -25
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +0 -13
- package/commands/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +0 -21
- package/commands/Messaging/Requests/PayAssetMessage.d.ts +0 -18
- package/commands/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageDelete.d.ts +0 -9
- package/commands/Messaging/Requests/PayAssetMessageGet.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageList.d.ts +0 -39
- package/commands/Messaging/Requests/PayAssetMessageMerge.d.ts +0 -20
- package/commands/Messaging/Requests/PayAssetMessageRestore.d.ts +0 -9
- package/commands/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +0 -14
- package/commands/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +0 -13
- package/commands/Messaging/Responses/RepAssetMessageDelete.d.ts +0 -15
- package/commands/Messaging/Responses/RepAssetMessageGet.d.ts +0 -14
- package/commands/Messaging/Responses/RepAssetMessageList.d.ts +0 -38
- package/commands/Messaging/Responses/RepAssetMessageMerge.d.ts +0 -13
- package/commands/Places/Responses/RepPlaceBatchDelete.d.ts +0 -15
- package/commands/Places/Responses/RepPlaceDelete.d.ts +0 -15
- package/commands/Places/Responses/RepPlaceGet.d.ts +0 -13
- package/commands/Places/Responses/RepPlaceList.d.ts +0 -25
- package/commands/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +0 -24
- package/commands/Providers/Configs/Requests/PayProviderConfig.d.ts +0 -18
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +0 -9
- package/commands/Providers/Configs/Requests/PayProviderConfigGet.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigList.d.ts +0 -38
- package/commands/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +0 -20
- package/commands/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +0 -9
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +0 -14
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +0 -13
- package/commands/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +0 -14
- package/commands/Providers/Configs/Responses/RepProviderConfigGet.d.ts +0 -13
- package/commands/Providers/Configs/Responses/RepProviderConfigList.d.ts +0 -36
- package/commands/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +0 -13
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +0 -18
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +0 -15
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +0 -27
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +0 -13
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +0 -25
- package/commands/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +0 -24
- package/commands/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +0 -18
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +0 -9
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +0 -27
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +0 -20
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +0 -9
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +0 -14
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +0 -13
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +0 -14
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +0 -13
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +0 -25
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +0 -13
- package/commands/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +0 -32
- package/commands/Providers/Providers/Requests/PayProvider.d.ts +0 -18
- package/commands/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderControlGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderControlList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderDelete.d.ts +0 -9
- package/commands/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderGeneralList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderList.d.ts +0 -42
- package/commands/Providers/Providers/Requests/PayProviderMerge.d.ts +0 -20
- package/commands/Providers/Providers/Requests/PayProviderRestore.d.ts +0 -9
- package/commands/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderControlGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderControlList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderDelete.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderGeneralList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderMerge.d.ts +0 -13
- package/commands/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +0 -18
- package/commands/Providers/Registrations/Requests/PayProviderRegistration.d.ts +0 -18
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchDelete.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchMerge.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +0 -9
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +0 -27
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationRestore.d.ts +0 -9
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchDelete.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchMerge.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +0 -25
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +0 -13
- package/commands/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +0 -20
- package/commands/Providers/Scripts/Requests/PayProviderScript.d.ts +0 -18
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +0 -9
- package/commands/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptList.d.ts +0 -27
- package/commands/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +0 -20
- package/commands/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +0 -9
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +0 -14
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +0 -13
- package/commands/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +0 -15
- package/commands/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +0 -13
- package/commands/Providers/Scripts/Responses/RepProviderScriptList.d.ts +0 -25
- package/commands/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +0 -14
- package/commands/Reports/Parameters/ParamReportOptions.d.ts +0 -22
- package/commands/Reports/Parameters/ParamReportScorecardRules.d.ts +0 -11
- package/commands/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +0 -20
- package/commands/Reports/Results/Requests/PayReportResult.d.ts +0 -18
- package/commands/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultDelete.d.ts +0 -9
- package/commands/Reports/Results/Requests/PayReportResultGet.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultList.d.ts +0 -27
- package/commands/Reports/Results/Requests/PayReportResultMerge.d.ts +0 -20
- package/commands/Reports/Results/Requests/PayReportResultRestore.d.ts +0 -9
- package/commands/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +0 -14
- package/commands/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +0 -13
- package/commands/Reports/Results/Responses/RepReportResultDelete.d.ts +0 -14
- package/commands/Reports/Results/Responses/RepReportResultGet.d.ts +0 -13
- package/commands/Reports/Results/Responses/RepReportResultList.d.ts +0 -25
- package/commands/Reports/Results/Responses/RepReportResultMerge.d.ts +0 -13
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +0 -17
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +0 -20
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +0 -21
- package/commands/Reports/Schedules/Requests/PayReportSchedule.d.ts +0 -18
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchDelete.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchMerge.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +0 -9
- package/commands/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleList.d.ts +0 -27
- package/commands/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +0 -20
- package/commands/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +0 -9
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +0 -14
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchMerge.d.ts +0 -13
- package/commands/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +0 -14
- package/commands/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +0 -13
- package/commands/Reports/Schedules/Responses/RepReportScheduleList.d.ts +0 -25
- package/commands/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +0 -13
- package/commands/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +0 -19
- package/commands/Reports/Templates/Requests/PayReportTemplate.d.ts +0 -18
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +0 -9
- package/commands/Reports/Templates/Requests/PayReportTemplateGet.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateList.d.ts +0 -27
- package/commands/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +0 -20
- package/commands/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +0 -9
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +0 -14
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +0 -13
- package/commands/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +0 -14
- package/commands/Reports/Templates/Responses/RepReportTemplateGet.d.ts +0 -13
- package/commands/Reports/Templates/Responses/RepReportTemplateList.d.ts +0 -25
- package/commands/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +0 -13
- package/commands/WebSocket/Requests/Parameters/SubscriptionType.d.ts +0 -212
- package/commands/WebSocket/Requests/PaySubscriptionDelete.d.ts +0 -10
- package/commands/WebSocket/Requests/PaySubscriptionList.d.ts +0 -10
- package/commands/WebSocket/Requests/PaySubscriptionMerge.d.ts +0 -23
- package/commands/WebSocket/Responses/Content/Subscription.d.ts +0 -17
- package/commands/WebSocket/Responses/RepSubscription.d.ts +0 -29
- package/commands/WebSocket/Responses/RepSubscriptionList.d.ts +0 -13
- package/index.d.ts +0 -596
- package/tests/hello.test.d.ts +0 -1
- package/trakit-commands.min.js +0 -7
- package/vitest.config.d.ts +0 -2
- /package/{commands → _publish}/API/Requests/Parameters/ParamMerge.d.ts +0 -0
- /package/{commands → _publish}/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultGet.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/Parameters/ParamPlaceMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlace.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceBatchDelete.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceDelete.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceGet.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceList.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceRestore.d.ts +0 -0
- /package/{commands → _publish}/Places/Responses/RepPlaceBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Responses/RepPlaceMerge.d.ts +0 -0
|
@@ -0,0 +1,602 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Command definitions that work with our various APIs.
|
|
3
|
+
* {@link https://github.com/trakitwireless/trakit-ts-commands|TypeScript documentation.}
|
|
4
|
+
* Last updated on Friday December 19, 2025
|
|
5
|
+
* @copyright Trak-iT Wireless Inc. 2025
|
|
6
|
+
*/
|
|
7
|
+
import { ParamContactMerge } from "./Accounts/Contacts/Requests/Parameters/ParamContactMerge";
|
|
8
|
+
import { PayContact } from "./Accounts/Contacts/Requests/PayContact";
|
|
9
|
+
import { PayContactBatchDelete } from "./Accounts/Contacts/Requests/PayContactBatchDelete";
|
|
10
|
+
import { PayContactBatchMerge } from "./Accounts/Contacts/Requests/PayContactBatchMerge";
|
|
11
|
+
import { PayContactDelete } from "./Accounts/Contacts/Requests/PayContactDelete";
|
|
12
|
+
import { PayContactGet } from "./Accounts/Contacts/Requests/PayContactGet";
|
|
13
|
+
import { PayContactListByCompany } from "./Accounts/Contacts/Requests/PayContactList";
|
|
14
|
+
import { PayContactMerge } from "./Accounts/Contacts/Requests/PayContactMerge";
|
|
15
|
+
import { PayContactRestore } from "./Accounts/Contacts/Requests/PayContactRestore";
|
|
16
|
+
import { RepContactBatchDelete } from "./Accounts/Contacts/Responses/RepContactBatchDelete";
|
|
17
|
+
import { RepContactBatchMerge } from "./Accounts/Contacts/Responses/RepContactBatchMerge";
|
|
18
|
+
import { RepContactDelete } from "./Accounts/Contacts/Responses/RepContactDelete";
|
|
19
|
+
import { RepContactGet } from "./Accounts/Contacts/Responses/RepContactGet";
|
|
20
|
+
import { RepContactListByCompany } from "./Accounts/Contacts/Responses/RepContactList";
|
|
21
|
+
import { RepContactMerge } from "./Accounts/Contacts/Responses/RepContactMerge";
|
|
22
|
+
import { ParamUserGroupMerge } from "./Accounts/Groups/Requests/Parameters/ParamUserGroupMerge";
|
|
23
|
+
import { PayUserGroupBatchDelete } from "./Accounts/Groups/Requests/PayUserGroupBatchDelete";
|
|
24
|
+
import { PayUserGroupBatchMerge } from "./Accounts/Groups/Requests/PayUserGroupBatchMerge";
|
|
25
|
+
import { PayUserGroupDelete } from "./Accounts/Groups/Requests/PayUserGroupDelete";
|
|
26
|
+
import { PayUserGroupGet } from "./Accounts/Groups/Requests/PayUserGroupGet";
|
|
27
|
+
import { PayUserGroupListByCompany } from "./Accounts/Groups/Requests/PayUserGroupList";
|
|
28
|
+
import { PayUserGroupMerge } from "./Accounts/Groups/Requests/PayUserGroupMerge";
|
|
29
|
+
import { PayUserGroupRestore } from "./Accounts/Groups/Requests/PayUserGroupRestore";
|
|
30
|
+
import { RepUserGroupBatchDelete } from "./Accounts/Groups/Responses/RepUserGroupBatchDelete";
|
|
31
|
+
import { RepUserGroupBatchMerge } from "./Accounts/Groups/Responses/RepUserGroupBatchMerge";
|
|
32
|
+
import { RepUserGroupDelete } from "./Accounts/Groups/Responses/RepUserGroupDelete";
|
|
33
|
+
import { RepUserGroupGet } from "./Accounts/Groups/Responses/RepUserGroupGet";
|
|
34
|
+
import { RepUserGroupListByCompany } from "./Accounts/Groups/Responses/RepUserGroupList";
|
|
35
|
+
import { RepUserGroupMerge } from "./Accounts/Groups/Responses/RepUserGroupMerge";
|
|
36
|
+
import { ParamMachineMerge } from "./Accounts/Machines/Requests/Parameters/ParamMachineMerge";
|
|
37
|
+
import { PayMachineBatchDelete } from "./Accounts/Machines/Requests/PayMachineBatchDelete";
|
|
38
|
+
import { PayMachineBatchMerge } from "./Accounts/Machines/Requests/PayMachineBatchMerge";
|
|
39
|
+
import { PayMachineDelete } from "./Accounts/Machines/Requests/PayMachineDelete";
|
|
40
|
+
import { PayMachineGet } from "./Accounts/Machines/Requests/PayMachineGet";
|
|
41
|
+
import { PayMachineListByCompany } from "./Accounts/Machines/Requests/PayMachineList";
|
|
42
|
+
import { PayMachineMerge } from "./Accounts/Machines/Requests/PayMachineMerge";
|
|
43
|
+
import { PayMachineRestore } from "./Accounts/Machines/Requests/PayMachineRestore";
|
|
44
|
+
import { RepMachineBatchDelete } from "./Accounts/Machines/Responses/RepMachineBatchDelete";
|
|
45
|
+
import { RepMachineBatchMerge } from "./Accounts/Machines/Responses/RepMachineBatchMerge";
|
|
46
|
+
import { RepMachineDelete } from "./Accounts/Machines/Responses/RepMachineDelete";
|
|
47
|
+
import { RepMachineGet } from "./Accounts/Machines/Responses/RepMachineGet";
|
|
48
|
+
import { RepMachineListByCompany, RepMachineListByUserGroup } from "./Accounts/Machines/Responses/RepMachineList";
|
|
49
|
+
import { RepMachineMerge } from "./Accounts/Machines/Responses/RepMachineMerge";
|
|
50
|
+
import { ParamPermission } from "./Accounts/Permissions/ParamPermission";
|
|
51
|
+
import { ParamSelfContactMerge } from "./Accounts/Self/Requests/Parameters/ParamSelfContactMerge";
|
|
52
|
+
import { PaySelfContact } from "./Accounts/Self/Requests/PaySelfContact";
|
|
53
|
+
import { PaySelfGet } from "./Accounts/Self/Requests/PaySelfGet";
|
|
54
|
+
import { PaySelfLogin } from "./Accounts/Self/Requests/PaySelfLogin";
|
|
55
|
+
import { PaySelfLogout } from "./Accounts/Self/Requests/PaySelfLogout";
|
|
56
|
+
import { PaySelfPassword } from "./Accounts/Self/Requests/PaySelfPassword";
|
|
57
|
+
import { PaySelfPreferences } from "./Accounts/Self/Requests/PaySelfPreferences";
|
|
58
|
+
import { RepSelfContact } from "./Accounts/Self/Responses/RepSelfContact";
|
|
59
|
+
import { RepSelfGet } from "./Accounts/Self/Responses/RepSelfGet";
|
|
60
|
+
import { RepSelfLogout } from "./Accounts/Self/Responses/RepSelfLogout";
|
|
61
|
+
import { RepSelfPassword } from "./Accounts/Self/Responses/RepSelfPassword";
|
|
62
|
+
import { RepSelfPreferences } from "./Accounts/Self/Responses/RepSelfPreferences";
|
|
63
|
+
import { ParamHandle } from "./Accounts/Sessions/Requests/Parameters/ParamHandle";
|
|
64
|
+
import { PaySessionDelete } from "./Accounts/Sessions/Requests/PaySessionDelete";
|
|
65
|
+
import { PaySessionGet } from "./Accounts/Sessions/Requests/PaySessionGet";
|
|
66
|
+
import { PaySessionListByCompany, PaySessionListByUser } from "./Accounts/Sessions/Requests/PaySessionList";
|
|
67
|
+
import { SessionHandle } from "./Accounts/Sessions/Responses/Content/SessionHandle";
|
|
68
|
+
import { RepSessionDelete } from "./Accounts/Sessions/Responses/RepSessionDelete";
|
|
69
|
+
import { RepSessionGet } from "./Accounts/Sessions/Responses/RepSessionGet";
|
|
70
|
+
import { RepSessionListByCompany, RepSessionListByUser } from "./Accounts/Sessions/Responses/RepSessionList";
|
|
71
|
+
import { ParamUserMerge } from "./Accounts/Users/Requests/Parameters/ParamUserMerge";
|
|
72
|
+
import { PayUserAdvancedGet } from "./Accounts/Users/Requests/PayUserAdvancedGet";
|
|
73
|
+
import { PayUserAdvancedListByCompany, PayUserAdvancedListByUserGroup } from "./Accounts/Users/Requests/PayUserAdvancedList";
|
|
74
|
+
import { PayUserBatchDelete } from "./Accounts/Users/Requests/PayUserBatchDelete";
|
|
75
|
+
import { PayUserBatchMerge } from "./Accounts/Users/Requests/PayUserBatchMerge";
|
|
76
|
+
import { PayUserDelete } from "./Accounts/Users/Requests/PayUserDelete";
|
|
77
|
+
import { PayUserGeneralGet } from "./Accounts/Users/Requests/PayUserGeneralGet";
|
|
78
|
+
import { PayUserGeneralListByCompany, PayUserGeneralListByUserGroup } from "./Accounts/Users/Requests/PayUserGeneralList";
|
|
79
|
+
import { PayUserGet } from "./Accounts/Users/Requests/PayUserGet";
|
|
80
|
+
import { PayUserListByCompany } from "./Accounts/Users/Requests/PayUserList";
|
|
81
|
+
import { PayUserMerge } from "./Accounts/Users/Requests/PayUserMerge";
|
|
82
|
+
import { PayUserRestore } from "./Accounts/Users/Requests/PayUserRestore";
|
|
83
|
+
import { RepUserAdvancedGet } from "./Accounts/Users/Responses/RepUserAdvancedGet";
|
|
84
|
+
import { RepUserAdvancedListByCompany, RepUserAdvancedListByUserGroup } from "./Accounts/Users/Responses/RepUserAdvancedList";
|
|
85
|
+
import { RepUserBatchDelete } from "./Accounts/Users/Responses/RepUserBatchDelete";
|
|
86
|
+
import { RepUserBatchMerge } from "./Accounts/Users/Responses/RepUserBatchMerge";
|
|
87
|
+
import { RepUserDelete } from "./Accounts/Users/Responses/RepUserDelete";
|
|
88
|
+
import { RepUserGeneralGet } from "./Accounts/Users/Responses/RepUserGeneralGet";
|
|
89
|
+
import { RepUserGeneralListByCompany, RepUserGeneralListByUserGroup } from "./Accounts/Users/Responses/RepUserGeneralList";
|
|
90
|
+
import { RepUserGet } from "./Accounts/Users/Responses/RepUserGet";
|
|
91
|
+
import { RepUserListByCompany } from "./Accounts/Users/Responses/RepUserList";
|
|
92
|
+
import { RepUserMerge } from "./Accounts/Users/Responses/RepUserMerge";
|
|
93
|
+
import { IPayDeletable } from "./API/Requests/IPayDeletable";
|
|
94
|
+
import { IPayListByAsset } from "./API/Requests/IPayListByAsset";
|
|
95
|
+
import { IPayListByBillingProfile } from "./API/Requests/IPayListByBillingProfile";
|
|
96
|
+
import { IPayListByCompany } from "./API/Requests/IPayListByCompany";
|
|
97
|
+
import { IPayListByLabels } from "./API/Requests/IPayListByLabels";
|
|
98
|
+
import { IPayListByReferences } from "./API/Requests/IPayListByReferences";
|
|
99
|
+
import { IPayListByUser } from "./API/Requests/IPayListByUser";
|
|
100
|
+
import { IPaySingle } from "./API/Requests/IPaySingle";
|
|
101
|
+
import { IPaySuspendable } from "./API/Requests/IPaySuspendable";
|
|
102
|
+
import { IParamAsset } from "./API/Requests/Parameters/IParamAsset";
|
|
103
|
+
import { IParamBillingProfile } from "./API/Requests/Parameters/IParamBillingProfile";
|
|
104
|
+
import { IParamCompany } from "./API/Requests/Parameters/IParamCompany";
|
|
105
|
+
import { ParamCode } from "./API/Requests/Parameters/ParamCode";
|
|
106
|
+
import { ParamGuid } from "./API/Requests/Parameters/ParamGuid";
|
|
107
|
+
import { ParamId } from "./API/Requests/Parameters/ParamId";
|
|
108
|
+
import { ParamIdentifier } from "./API/Requests/Parameters/ParamIdentifier";
|
|
109
|
+
import { ParamKey } from "./API/Requests/Parameters/ParamKey";
|
|
110
|
+
import { ParamLogin } from "./API/Requests/Parameters/ParamLogin";
|
|
111
|
+
import { ParamMerge } from "./API/Requests/Parameters/ParamMerge";
|
|
112
|
+
import { ParamMergeSubscribable } from "./API/Requests/Parameters/ParamMergeSubscribable";
|
|
113
|
+
import { PayListByDate } from "./API/Requests/PayListByDate";
|
|
114
|
+
import { PayListById } from "./API/Requests/PayListById";
|
|
115
|
+
import { PayListByKey } from "./API/Requests/PayListByKey";
|
|
116
|
+
import { ActionType, Payload } from "./API/Requests/Payload";
|
|
117
|
+
import { ContentCode } from "./API/Responses/Content/ContentCode";
|
|
118
|
+
import { ContentCodeCompany } from "./API/Responses/Content/ContentCodeCompany";
|
|
119
|
+
import { ContentCodeDeleted } from "./API/Responses/Content/ContentCodeDeleted";
|
|
120
|
+
import { ContentId } from "./API/Responses/Content/ContentId";
|
|
121
|
+
import { ContentIdAsset } from "./API/Responses/Content/ContentIdAsset";
|
|
122
|
+
import { ContentIdBillingProfile } from "./API/Responses/Content/ContentIdBillingProfile";
|
|
123
|
+
import { ContentIdCompany } from "./API/Responses/Content/ContentIdCompany";
|
|
124
|
+
import { ContentIdCompanyTemplate } from "./API/Responses/Content/ContentIdCompanyTemplate";
|
|
125
|
+
import { ContentIdendifier } from "./API/Responses/Content/ContentIdendifier";
|
|
126
|
+
import { ContentIdendifierAsset } from "./API/Responses/Content/ContentIdendifierAsset";
|
|
127
|
+
import { ContentIdendifierCompany } from "./API/Responses/Content/ContentIdendifierCompany";
|
|
128
|
+
import { ContentIdendifierDeleted } from "./API/Responses/Content/ContentIdendifierDeleted";
|
|
129
|
+
import { ContentIdendifierSuspended } from "./API/Responses/Content/ContentIdendifierSuspended";
|
|
130
|
+
import { ContentIdParent } from "./API/Responses/Content/ContentIdParent";
|
|
131
|
+
import { ContentIdParentDeleted } from "./API/Responses/Content/ContentIdParentDeleted";
|
|
132
|
+
import { ContentIdScript } from "./API/Responses/Content/ContentIdScript";
|
|
133
|
+
import { ContentIdSuspended } from "./API/Responses/Content/ContentIdSuspended";
|
|
134
|
+
import { ContentKey } from "./API/Responses/Content/ContentKey";
|
|
135
|
+
import { ContentKeyCompany } from "./API/Responses/Content/ContentKeyCompany";
|
|
136
|
+
import { ContentKeyDeleted } from "./API/Responses/Content/ContentKeyDeleted";
|
|
137
|
+
import { ContentLogin } from "./API/Responses/Content/ContentLogin";
|
|
138
|
+
import { ContentLoginCompany } from "./API/Responses/Content/ContentLoginCompany";
|
|
139
|
+
import { ContentLoginDeleted } from "./API/Responses/Content/ContentLoginDeleted";
|
|
140
|
+
import { ErrorCode } from "./API/Responses/Errors/ErrorCode";
|
|
141
|
+
import { ErrorDetail } from "./API/Responses/Errors/ErrorDetail";
|
|
142
|
+
import "./API/Responses/Errors/ErrorDetail_fromJSON";
|
|
143
|
+
import { ErrorDetailBadIds } from "./API/Responses/Errors/ErrorDetailBadIds";
|
|
144
|
+
import { ErrorDetailBadIndexes } from "./API/Responses/Errors/ErrorDetailBadIndexes";
|
|
145
|
+
import { ErrorDetailBadKeys } from "./API/Responses/Errors/ErrorDetailBadKeys";
|
|
146
|
+
import { ErrorDetailBatch } from "./API/Responses/Errors/ErrorDetailBatch";
|
|
147
|
+
import { ErrorDetailContactInUse } from "./API/Responses/Errors/ErrorDetailContactInUse";
|
|
148
|
+
import { ErrorDetailCount } from "./API/Responses/Errors/ErrorDetailCount";
|
|
149
|
+
import { ErrorDetailEnum } from "./API/Responses/Errors/ErrorDetailEnum";
|
|
150
|
+
import { ErrorDetailEscalation } from "./API/Responses/Errors/ErrorDetailEscalation";
|
|
151
|
+
import { ErrorDetailExternals } from "./API/Responses/Errors/ErrorDetailExternals";
|
|
152
|
+
import { ErrorDetailFormTemplateInUse } from "./API/Responses/Errors/ErrorDetailFormTemplateInUse";
|
|
153
|
+
import { ErrorDetailInput } from "./API/Responses/Errors/ErrorDetailInput";
|
|
154
|
+
import { ErrorDetailLocked } from "./API/Responses/Errors/ErrorDetailLocked";
|
|
155
|
+
import { ErrorDetailMinMax } from "./API/Responses/Errors/ErrorDetailMinMax";
|
|
156
|
+
import { ErrorDetailParent } from "./API/Responses/Errors/ErrorDetailParent";
|
|
157
|
+
import { ErrorDetailParse } from "./API/Responses/Errors/ErrorDetailParse";
|
|
158
|
+
import { ErrorDetailPhone } from "./API/Responses/Errors/ErrorDetailPhone";
|
|
159
|
+
import { ErrorDetailSecret } from "./API/Responses/Errors/ErrorDetailSecret";
|
|
160
|
+
import { ErrorDetailStack } from "./API/Responses/Errors/ErrorDetailStack";
|
|
161
|
+
import { ErrorDetailThrottled } from "./API/Responses/Errors/ErrorDetailThrottled";
|
|
162
|
+
import { ErrorDetailType } from "./API/Responses/Errors/ErrorDetailType";
|
|
163
|
+
import { ErrorDetailUserGroupInUse } from "./API/Responses/Errors/ErrorDetailUserGroupInUse";
|
|
164
|
+
import { IRepListByAsset } from "./API/Responses/IRepListByAsset";
|
|
165
|
+
import { IRepListByCompany } from "./API/Responses/IRepListByCompany";
|
|
166
|
+
import { IRepListByDate } from "./API/Responses/IRepListByDate";
|
|
167
|
+
import { IRepListById } from "./API/Responses/IRepListById";
|
|
168
|
+
import { IRepListByKey } from "./API/Responses/IRepListByKey";
|
|
169
|
+
import { IRepListByLabels } from "./API/Responses/IRepListByLabels";
|
|
170
|
+
import { IRepListByReferences } from "./API/Responses/IRepListByReferences";
|
|
171
|
+
import { IRepListByUser } from "./API/Responses/IRepListByUser";
|
|
172
|
+
import { Reply } from "./API/Responses/Reply";
|
|
173
|
+
import { ReplySync } from "./API/Responses/ReplySync";
|
|
174
|
+
import { ReplySyncBatchDelete } from "./API/Responses/ReplySyncBatchDelete";
|
|
175
|
+
import { ReplySyncBatchSuspend } from "./API/Responses/ReplySyncBatchSuspend";
|
|
176
|
+
import { ReplySyncDelete } from "./API/Responses/ReplySyncDelete";
|
|
177
|
+
import { ReplySyncGet } from "./API/Responses/ReplySyncGet";
|
|
178
|
+
import { ReplySyncList } from "./API/Responses/ReplySyncList";
|
|
179
|
+
import { ParamAssetMerge } from "./Assets/Requests/Parameters/ParamAssetMerge";
|
|
180
|
+
import { PayAsset } from "./Assets/Requests/PayAsset";
|
|
181
|
+
import { PayAssetAdvancedGet } from "./Assets/Requests/PayAssetAdvancedGet";
|
|
182
|
+
import { PayAssetAdvancedListByCompany, PayAssetAdvancedListByCompanyAndLabels, PayAssetAdvancedListByCompanyAndRefPairs } from "./Assets/Requests/PayAssetAdvancedList";
|
|
183
|
+
import { PayAssetBatchDelete } from "./Assets/Requests/PayAssetBatchDelete";
|
|
184
|
+
import { PayAssetBatchMerge } from "./Assets/Requests/PayAssetBatchMerge";
|
|
185
|
+
import { PayAssetDelete } from "./Assets/Requests/PayAssetDelete";
|
|
186
|
+
import { PayAssetDispatchGet } from "./Assets/Requests/PayAssetDispatchGet";
|
|
187
|
+
import { PayAssetDispatchListByCompany, PayAssetDispatchListByCompanyAndLabels, PayAssetDispatchListByCompanyAndRefPairs } from "./Assets/Requests/PayAssetDispatchList";
|
|
188
|
+
import { PayAssetDispatchMerge } from "./Assets/Requests/PayAssetDispatchMerge";
|
|
189
|
+
import { PayAssetGeneralGet } from "./Assets/Requests/PayAssetGeneralGet";
|
|
190
|
+
import { PayAssetGeneralListByCompany, PayAssetGeneralListByCompanyAndLabels, PayAssetGeneralListByCompanyAndRefPairs } from "./Assets/Requests/PayAssetGeneralList";
|
|
191
|
+
import { PayAssetGet } from "./Assets/Requests/PayAssetGet";
|
|
192
|
+
import { PayAssetListByCompany, PayAssetListByCompanyAndLabels, PayAssetListByCompanyAndRefPairs } from "./Assets/Requests/PayAssetList";
|
|
193
|
+
import { PayAssetMerge } from "./Assets/Requests/PayAssetMerge";
|
|
194
|
+
import { PayAssetReactivate } from "./Assets/Requests/PayAssetReactivate";
|
|
195
|
+
import { PayAssetRestore } from "./Assets/Requests/PayAssetRestore";
|
|
196
|
+
import { PayAssetSuspend } from "./Assets/Requests/PayAssetSuspend";
|
|
197
|
+
import { RepAssetAdvancedGet } from "./Assets/Responses/RepAssetAdvancedGet";
|
|
198
|
+
import { RepAssetAdvancedListByCompany, RepAssetAdvancedListByCompanyAndLabels, RepAssetAdvancedListByCompanyAndRefPairs } from "./Assets/Responses/RepAssetAdvancedList";
|
|
199
|
+
import { RepAssetBatchMerge } from "./Assets/Responses/RepAssetBatchMerge";
|
|
200
|
+
import { RepAssetDelete } from "./Assets/Responses/RepAssetDelete";
|
|
201
|
+
import { RepAssetDispatchGet } from "./Assets/Responses/RepAssetDispatchGet";
|
|
202
|
+
import { RepAssetDispatchListByCompany, RepAssetDispatchListByCompanyAndLabels, RepAssetDispatchListByCompanyAndRefPairs } from "./Assets/Responses/RepAssetDispatchList";
|
|
203
|
+
import { RepAssetDispatchMerge } from "./Assets/Responses/RepAssetDispatchMerge";
|
|
204
|
+
import { RepAssetGeneralGet } from "./Assets/Responses/RepAssetGeneralGet";
|
|
205
|
+
import { RepAssetGeneralListByCompany, RepAssetGeneralListByCompanyAndLabels, RepAssetGeneralListByCompanyAndRefPairs } from "./Assets/Responses/RepAssetGeneralList";
|
|
206
|
+
import { RepAssetGet } from "./Assets/Responses/RepAssetGet";
|
|
207
|
+
import { RepAssetListByCompany, RepAssetListByCompanyAndLabels, RepAssetListByCompanyAndRefPairs } from "./Assets/Responses/RepAssetList";
|
|
208
|
+
import { RepAssetMerge } from "./Assets/Responses/RepAssetMerge";
|
|
209
|
+
import { RepAssetSuspend } from "./Assets/Responses/RepAssetSuspend";
|
|
210
|
+
import { ParamBehaviourMerge } from "./Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge";
|
|
211
|
+
import { PayBehaviour } from "./Behaviours/Behaviours/Requests/PayBehaviour";
|
|
212
|
+
import { PayBehaviourBatchDelete } from "./Behaviours/Behaviours/Requests/PayBehaviourBatchDelete";
|
|
213
|
+
import { PayBehaviourBatchMerge } from "./Behaviours/Behaviours/Requests/PayBehaviourBatchMerge";
|
|
214
|
+
import { PayBehaviourDelete } from "./Behaviours/Behaviours/Requests/PayBehaviourDelete";
|
|
215
|
+
import { PayBehaviourGet } from "./Behaviours/Behaviours/Requests/PayBehaviourGet";
|
|
216
|
+
import { PayBehaviourListByCompany } from "./Behaviours/Behaviours/Requests/PayBehaviourList";
|
|
217
|
+
import { PayBehaviourMerge } from "./Behaviours/Behaviours/Requests/PayBehaviourMerge";
|
|
218
|
+
import { PayBehaviourRestore } from "./Behaviours/Behaviours/Requests/PayBehaviourRestore";
|
|
219
|
+
import { RepBehaviourBatchDelete } from "./Behaviours/Behaviours/Responses/RepBehaviourBatchDelete";
|
|
220
|
+
import { RepBehaviourBatchMerge } from "./Behaviours/Behaviours/Responses/RepBehaviourBatchMerge";
|
|
221
|
+
import { RepBehaviourDelete } from "./Behaviours/Behaviours/Responses/RepBehaviourDelete";
|
|
222
|
+
import { RepBehaviourGet } from "./Behaviours/Behaviours/Responses/RepBehaviourGet";
|
|
223
|
+
import { RepBehaviourListByCompany } from "./Behaviours/Behaviours/Responses/RepBehaviourList";
|
|
224
|
+
import { RepBehaviourMerge } from "./Behaviours/Behaviours/Responses/RepBehaviourMerge";
|
|
225
|
+
import { PayBehaviourLogBatchDeleteByAsset, PayBehaviourLogBatchDeleteByBehaviour, PayBehaviourLogBatchDeleteByScript } from "./Behaviours/Logs/Requests/PayBehaviourLogBatchDelete";
|
|
226
|
+
import { PayBehaviourLogListByAsset, PayBehaviourLogListByBehaviour, PayBehaviourLogListByScript } from "./Behaviours/Logs/Requests/PayBehaviourLogList";
|
|
227
|
+
import { RepBehaviourLogBatchDeleteByAsset, RepBehaviourLogBatchDeleteByBehaviour, RepBehaviourLogBatchDeleteByScript } from "./Behaviours/Logs/Responses/RepBehaviourLogBatchDelete";
|
|
228
|
+
import { RepBehaviourLogListByAsset, RepBehaviourLogListByBehaviour, RepBehaviourLogListByScript } from "./Behaviours/Logs/Responses/RepBehaviourLogList";
|
|
229
|
+
import { ParamBehaviourScriptMerge } from "./Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge";
|
|
230
|
+
import { PayBehaviourScript } from "./Behaviours/Scripts/Requests/PayBehaviourScript";
|
|
231
|
+
import { PayBehaviourScriptBatchDelete } from "./Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete";
|
|
232
|
+
import { PayBehaviourScriptBatchMerge } from "./Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge";
|
|
233
|
+
import { PayBehaviourScriptDelete } from "./Behaviours/Scripts/Requests/PayBehaviourScriptDelete";
|
|
234
|
+
import { PayBehaviourScriptGet } from "./Behaviours/Scripts/Requests/PayBehaviourScriptGet";
|
|
235
|
+
import { PayBehaviourScriptListByCompany } from "./Behaviours/Scripts/Requests/PayBehaviourScriptList";
|
|
236
|
+
import { PayBehaviourScriptMerge } from "./Behaviours/Scripts/Requests/PayBehaviourScriptMerge";
|
|
237
|
+
import { PayBehaviourScriptRestore } from "./Behaviours/Scripts/Requests/PayBehaviourScriptRestore";
|
|
238
|
+
import { RepBehaviourScriptBatchDelete } from "./Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete";
|
|
239
|
+
import { RepBehaviourScriptBatchMerge } from "./Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge";
|
|
240
|
+
import { RepBehaviourScriptDelete } from "./Behaviours/Scripts/Responses/RepBehaviourScriptDelete";
|
|
241
|
+
import { RepBehaviourScriptGet } from "./Behaviours/Scripts/Responses/RepBehaviourScriptGet";
|
|
242
|
+
import { RepBehaviourScriptListByCompany } from "./Behaviours/Scripts/Responses/RepBehaviourScriptList";
|
|
243
|
+
import { RepBehaviourScriptMerge } from "./Behaviours/Scripts/Responses/RepBehaviourScriptMerge";
|
|
244
|
+
import { PayCompany } from "./Companies/Requests/PayCompany";
|
|
245
|
+
import { PayCompanyBatchDelete } from "./Companies/Requests/PayCompanyBatchDelete";
|
|
246
|
+
import { PayCompanyBatchMerge } from "./Companies/Requests/PayCompanyBatchMerge";
|
|
247
|
+
import { PayCompanyDelete } from "./Companies/Requests/PayCompanyDelete";
|
|
248
|
+
import { PayCompanyDirectoryGet } from "./Companies/Requests/PayCompanyDirectoryGet";
|
|
249
|
+
import { PayCompanyDirectoryList, PayCompanyDirectoryListByCompany } from "./Companies/Requests/PayCompanyDirectoryList";
|
|
250
|
+
import { PayCompanyGeneralGet } from "./Companies/Requests/PayCompanyGeneralGet";
|
|
251
|
+
import { PayCompanyGeneralList, PayCompanyGeneralListByCompany } from "./Companies/Requests/PayCompanyGeneralList";
|
|
252
|
+
import { PayCompanyGet } from "./Companies/Requests/PayCompanyGet";
|
|
253
|
+
import { PayCompanyMerge } from "./Companies/Requests/PayCompanyMerge";
|
|
254
|
+
import { PayCompanyPolicyGet } from "./Companies/Requests/PayCompanyPolicyGet";
|
|
255
|
+
import { PayCompanyPolicyList, PayCompanyPolicyListByCompany } from "./Companies/Requests/PayCompanyPolicyList";
|
|
256
|
+
import { PayCompanyResellerDelete } from "./Companies/Requests/PayCompanyResellerDelete";
|
|
257
|
+
import { PayCompanyResellerGet } from "./Companies/Requests/PayCompanyResellerGet";
|
|
258
|
+
import { PayCompanyResellerList, PayCompanyResellerListByCompany } from "./Companies/Requests/PayCompanyResellerList";
|
|
259
|
+
import { PayCompanyResellerMerge } from "./Companies/Requests/PayCompanyResellerMerge";
|
|
260
|
+
import { PayCompanyResellerRestore } from "./Companies/Requests/PayCompanyResellerRestore";
|
|
261
|
+
import { PayCompanyRestore } from "./Companies/Requests/PayCompanyRestore";
|
|
262
|
+
import { PayCompanyStyleGet } from "./Companies/Requests/PayCompanyStyleGet";
|
|
263
|
+
import { PayCompanyStyleList, PayCompanyStyleListByCompany } from "./Companies/Requests/PayCompanyStyleList";
|
|
264
|
+
import { RepCompanyBatchDelete } from "./Companies/Responses/RepCompanyBatchDelete";
|
|
265
|
+
import { RepCompanyBatchMerge } from "./Companies/Responses/RepCompanyBatchMerge";
|
|
266
|
+
import { RepCompanyDelete } from "./Companies/Responses/RepCompanyDelete";
|
|
267
|
+
import { RepCompanyDirectoryGet } from "./Companies/Responses/RepCompanyDirectoryGet";
|
|
268
|
+
import { RepCompanyDirectoryList, RepCompanyDirectoryListByCompany } from "./Companies/Responses/RepCompanyDirectoryList";
|
|
269
|
+
import { RepCompanyGeneralGet } from "./Companies/Responses/RepCompanyGeneralGet";
|
|
270
|
+
import { RepCompanyGeneralList, RepCompanyGeneralListByCompany } from "./Companies/Responses/RepCompanyGeneralList";
|
|
271
|
+
import { RepCompanyGet } from "./Companies/Responses/RepCompanyGet";
|
|
272
|
+
import { RepCompanyMerge } from "./Companies/Responses/RepCompanyMerge";
|
|
273
|
+
import { RepCompanyPolicyGet } from "./Companies/Responses/RepCompanyPolicyGet";
|
|
274
|
+
import { RepCompanyPolicyList, RepCompanyPolicyListByCompany } from "./Companies/Responses/RepCompanyPolicyList";
|
|
275
|
+
import { RepCompanyResellerDelete } from "./Companies/Responses/RepCompanyResellerDelete";
|
|
276
|
+
import { RepCompanyResellerGet } from "./Companies/Responses/RepCompanyResellerGet";
|
|
277
|
+
import { RepCompanyResellerList, RepCompanyResellerListByCompany } from "./Companies/Responses/RepCompanyResellerList";
|
|
278
|
+
import { RepCompanyResellerMerge } from "./Companies/Responses/RepCompanyResellerMerge";
|
|
279
|
+
import { RepCompanyStyleGet } from "./Companies/Responses/RepCompanyStyleGet";
|
|
280
|
+
import { RepCompanyStyleList, RepCompanyStyleListByCompany } from "./Companies/Responses/RepCompanyStyleList";
|
|
281
|
+
import { ParamDispatchJobCancel } from "./Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel";
|
|
282
|
+
import { ParamDispatchJobChange } from "./Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange";
|
|
283
|
+
import { ParamDispatchJobMerge } from "./Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge";
|
|
284
|
+
import { ParamDispatchStepChange } from "./Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange";
|
|
285
|
+
import { ParamDispatchStepMerge } from "./Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge";
|
|
286
|
+
import { PayDispatchJob } from "./Dispatch/DispatchJob/Requests/PayDispatchJob";
|
|
287
|
+
import { PayDispatchJobBatchCancel } from "./Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel";
|
|
288
|
+
import { PayDispatchJobBatchChange } from "./Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange";
|
|
289
|
+
import { PayDispatchJobBatchDelete } from "./Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete";
|
|
290
|
+
import { PayDispatchJobBatchMerge } from "./Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge";
|
|
291
|
+
import { PayDispatchJobCancel } from "./Dispatch/DispatchJob/Requests/PayDispatchJobCancel";
|
|
292
|
+
import { PayDispatchJobChange } from "./Dispatch/DispatchJob/Requests/PayDispatchJobChange";
|
|
293
|
+
import { PayDispatchJobDelete } from "./Dispatch/DispatchJob/Requests/PayDispatchJobDelete";
|
|
294
|
+
import { PayDispatchJobGet } from "./Dispatch/DispatchJob/Requests/PayDispatchJobGet";
|
|
295
|
+
import { PayDispatchJobListByAsset, PayDispatchJobListByAssetAndLabels, PayDispatchJobListByAssetAndRefPairs, PayDispatchJobListByCompany, PayDispatchJobListByCompanyAndLabels, PayDispatchJobListByCompanyAndRefPairs, PayDispatchJobListByUnassigned, PayDispatchJobListByUnassignedAndLabels, PayDispatchJobListByUnassignedAndRefPairs } from "./Dispatch/DispatchJob/Requests/PayDispatchJobList";
|
|
296
|
+
import { PayDispatchJobMerge } from "./Dispatch/DispatchJob/Requests/PayDispatchJobMerge";
|
|
297
|
+
import { PayDispatchJobRestore } from "./Dispatch/DispatchJob/Requests/PayDispatchJobRestore";
|
|
298
|
+
import { RepDispatchJobBatchDelete } from "./Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete";
|
|
299
|
+
import { RepDispatchJobBatchMerge } from "./Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge";
|
|
300
|
+
import { RepDispatchJobDelete } from "./Dispatch/DispatchJob/Responses/RepDispatchJobDelete";
|
|
301
|
+
import { RepDispatchJobGet } from "./Dispatch/DispatchJob/Responses/RepDispatchJobGet";
|
|
302
|
+
import { RepDispatchJobListByAsset, RepDispatchJobListByAssetAndLabels, RepDispatchJobListByAssetAndRefPairs, RepDispatchJobListByCompany, RepDispatchJobListByCompanyAndLabels, RepDispatchJobListByCompanyAndRefPairs } from "./Dispatch/DispatchJob/Responses/RepDispatchJobList";
|
|
303
|
+
import { RepDispatchJobMerge } from "./Dispatch/DispatchJob/Responses/RepDispatchJobMerge";
|
|
304
|
+
import { ParamDispatchTaskMerge } from "./Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge";
|
|
305
|
+
import { PayDispatchTask } from "./Dispatch/DispatchTask/Requests/PayDispatchTask";
|
|
306
|
+
import { PayDispatchTaskBatchDelete } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete";
|
|
307
|
+
import { PayDispatchTaskBatchMerge } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge";
|
|
308
|
+
import { PayDispatchTaskDelete } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskDelete";
|
|
309
|
+
import { PayDispatchTaskGet } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskGet";
|
|
310
|
+
import { PayDispatchTaskList, PayDispatchTaskListByAsset, PayDispatchTaskListByAssetAndRefPairs, PayDispatchTaskListByCompany, PayDispatchTaskListByCompanyAndRefPairs } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskList";
|
|
311
|
+
import { PayDispatchTaskMerge } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskMerge";
|
|
312
|
+
import { PayDispatchTaskRestore } from "./Dispatch/DispatchTask/Requests/PayDispatchTaskRestore";
|
|
313
|
+
import { RepDispatchTaskBatchDelete } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete";
|
|
314
|
+
import { RepDispatchTaskBatchMerge } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge";
|
|
315
|
+
import { RepDispatchTaskDelete } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskDelete";
|
|
316
|
+
import { RepDispatchTaskGet } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskGet";
|
|
317
|
+
import { RepDispatchTaskList, RepDispatchTaskListByAsset, RepDispatchTaskListByAssetAndRefPairs, RepDispatchTaskListByCompany, RepDispatchTaskListByCompanyAndRefPairs } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskList";
|
|
318
|
+
import { RepDispatchTaskMerge } from "./Dispatch/DispatchTask/Responses/RepDispatchTaskMerge";
|
|
319
|
+
import { PayDocumentDelete } from "./Hosting/Documents/Requests/PayDocumentDelete";
|
|
320
|
+
import { PayDocumentGet } from "./Hosting/Documents/Requests/PayDocumentGet";
|
|
321
|
+
import { PayDocumentListByCompany } from "./Hosting/Documents/Requests/PayDocumentList";
|
|
322
|
+
import { PayDocumentMerge } from "./Hosting/Documents/Requests/PayDocumentMerge";
|
|
323
|
+
import { PayDocumentRestore } from "./Hosting/Documents/Requests/PayDocumentRestore";
|
|
324
|
+
import { RepDocumentDelete } from "./Hosting/Documents/Responses/RepDocumentDelete";
|
|
325
|
+
import { RepDocumentGet } from "./Hosting/Documents/Responses/RepDocumentGet";
|
|
326
|
+
import { RepDocumentListByCompany } from "./Hosting/Documents/Responses/RepDocumentList";
|
|
327
|
+
import { RepDocumentMerge } from "./Hosting/Documents/Responses/RepDocumentMerge";
|
|
328
|
+
import { PayFormResultBatchMerge } from "./Hosting/FormResults/Requests/PayFormResultBatchMerge";
|
|
329
|
+
import { PayFormResultDelete } from "./Hosting/FormResults/Requests/PayFormResultDelete";
|
|
330
|
+
import { PayFormResultGet } from "./Hosting/FormResults/Requests/PayFormResultGet";
|
|
331
|
+
import { PayFormResultListByCompany } from "./Hosting/FormResults/Requests/PayFormResultList";
|
|
332
|
+
import { PayFormResultMerge } from "./Hosting/FormResults/Requests/PayFormResultMerge";
|
|
333
|
+
import { PayFormResultRestore } from "./Hosting/FormResults/Requests/PayFormResultRestore";
|
|
334
|
+
import { RepFormResultBatchMerge } from "./Hosting/FormResults/Responses/RepFormResultBatchMerge";
|
|
335
|
+
import { RepFormResultDelete } from "./Hosting/FormResults/Responses/RepFormResultDelete";
|
|
336
|
+
import { RepFormResultGet } from "./Hosting/FormResults/Responses/RepFormResultGet";
|
|
337
|
+
import { RepFormResultListByCompany } from "./Hosting/FormResults/Responses/RepFormResultList";
|
|
338
|
+
import { RepFormResultMerge } from "./Hosting/FormResults/Responses/RepFormResultMerge";
|
|
339
|
+
import { ParamFormField } from "./Hosting/FormTemplates/Requests/Parameters/ParamFormField";
|
|
340
|
+
import { ParamFormTemplateMerge } from "./Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge";
|
|
341
|
+
import { PayFormTemplate } from "./Hosting/FormTemplates/Requests/PayFormTemplate";
|
|
342
|
+
import { PayFormTemplateBatchDelete } from "./Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete";
|
|
343
|
+
import { PayFormTemplateBatchMerge } from "./Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge";
|
|
344
|
+
import { PayFormTemplateDelete } from "./Hosting/FormTemplates/Requests/PayFormTemplateDelete";
|
|
345
|
+
import { PayFormTemplateGet } from "./Hosting/FormTemplates/Requests/PayFormTemplateGet";
|
|
346
|
+
import { PayFormTemplateListByCompany } from "./Hosting/FormTemplates/Requests/PayFormTemplateList";
|
|
347
|
+
import { PayFormTemplateMerge } from "./Hosting/FormTemplates/Requests/PayFormTemplateMerge";
|
|
348
|
+
import { PayFormTemplateRestore } from "./Hosting/FormTemplates/Requests/PayFormTemplateRestore";
|
|
349
|
+
import { RepFormTemplateBatchDelete } from "./Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete";
|
|
350
|
+
import { RepFormTemplateBatchMerge } from "./Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge";
|
|
351
|
+
import { RepFormTemplateDelete } from "./Hosting/FormTemplates/Responses/RepFormTemplateDelete";
|
|
352
|
+
import { RepFormTemplateGet } from "./Hosting/FormTemplates/Responses/RepFormTemplateGet";
|
|
353
|
+
import { RepFormTemplateListByCompany } from "./Hosting/FormTemplates/Responses/RepFormTemplateList";
|
|
354
|
+
import { RepFormTemplateMerge } from "./Hosting/FormTemplates/Responses/RepFormTemplateMerge";
|
|
355
|
+
import { PayDashcamGet } from "./Images/Dashcams/Requests/PayDashcamGet";
|
|
356
|
+
import { PayDashcamListByCompany, PayDashcamLiveListByCompany } from "./Images/Dashcams/Requests/PayDashcamList";
|
|
357
|
+
import { RepDashcamGet } from "./Images/Dashcams/Responses/RepDashcamGet";
|
|
358
|
+
import { RepDashcamListByCompany, RepDashcamLiveListByCompany } from "./Images/Dashcams/Responses/RepDashcamList";
|
|
359
|
+
import { ParamIconMerge } from "./Images/Icons/Requests/Parameters/ParamIconMerge";
|
|
360
|
+
import { PayIcon } from "./Images/Icons/Requests/PayIcon";
|
|
361
|
+
import { PayIconBatchDelete } from "./Images/Icons/Requests/PayIconBatchDelete";
|
|
362
|
+
import { PayIconBatchMerge } from "./Images/Icons/Requests/PayIconBatchMerge";
|
|
363
|
+
import { PayIconDelete } from "./Images/Icons/Requests/PayIconDelete";
|
|
364
|
+
import { PayIconGet } from "./Images/Icons/Requests/PayIconGet";
|
|
365
|
+
import { PayIconList, PayIconListByCompany } from "./Images/Icons/Requests/PayIconList";
|
|
366
|
+
import { PayIconMerge } from "./Images/Icons/Requests/PayIconMerge";
|
|
367
|
+
import { PayIconRestore } from "./Images/Icons/Requests/PayIconRestore";
|
|
368
|
+
import { RepIconBatchDelete } from "./Images/Icons/Responses/RepIconBatchDelete";
|
|
369
|
+
import { RepIconBatchMerge } from "./Images/Icons/Responses/RepIconBatchMerge";
|
|
370
|
+
import { RepIconDelete } from "./Images/Icons/Responses/RepIconDelete";
|
|
371
|
+
import { RepIconGet } from "./Images/Icons/Responses/RepIconGet";
|
|
372
|
+
import { RepIconList, RepIconListByCompany } from "./Images/Icons/Responses/RepIconList";
|
|
373
|
+
import { RepIconMerge } from "./Images/Icons/Responses/RepIconMerge";
|
|
374
|
+
import { ParamPictureMerge } from "./Images/Pictures/Requests/Parameters/ParamPictureMerge";
|
|
375
|
+
import { PayPicture } from "./Images/Pictures/Requests/PayPicture";
|
|
376
|
+
import { PayPictureBatchDelete } from "./Images/Pictures/Requests/PayPictureBatchDelete";
|
|
377
|
+
import { PayPictureBatchMerge } from "./Images/Pictures/Requests/PayPictureBatchMerge";
|
|
378
|
+
import { PayPictureDelete } from "./Images/Pictures/Requests/PayPictureDelete";
|
|
379
|
+
import { PayPictureGet } from "./Images/Pictures/Requests/PayPictureGet";
|
|
380
|
+
import { PayPictureList, PayPictureListByCompany } from "./Images/Pictures/Requests/PayPictureList";
|
|
381
|
+
import { PayPictureMerge } from "./Images/Pictures/Requests/PayPictureMerge";
|
|
382
|
+
import { PayPictureRestore } from "./Images/Pictures/Requests/PayPictureRestore";
|
|
383
|
+
import { RepPictureBatchDelete } from "./Images/Pictures/Responses/RepPictureBatchDelete";
|
|
384
|
+
import { RepPictureBatchMerge } from "./Images/Pictures/Responses/RepPictureBatchMerge";
|
|
385
|
+
import { RepPictureDelete } from "./Images/Pictures/Responses/RepPictureDelete";
|
|
386
|
+
import { RepPictureGet } from "./Images/Pictures/Responses/RepPictureGet";
|
|
387
|
+
import { RepPictureList, RepPictureListByCompany } from "./Images/Pictures/Responses/RepPictureList";
|
|
388
|
+
import { RepPictureMerge } from "./Images/Pictures/Responses/RepPictureMerge";
|
|
389
|
+
import { PayMaintenanceJob } from "./Maintenance/Jobs/Requests/PayMaintenanceJob";
|
|
390
|
+
import { PayMaintenanceJobBatchDelete } from "./Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete";
|
|
391
|
+
import { PayMaintenanceJobBatchMerge } from "./Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge";
|
|
392
|
+
import { PayMaintenanceJobDelete } from "./Maintenance/Jobs/Requests/PayMaintenanceJobDelete";
|
|
393
|
+
import { PayMaintenanceJobGet } from "./Maintenance/Jobs/Requests/PayMaintenanceJobGet";
|
|
394
|
+
import { PayMaintenanceJobListByCompany } from "./Maintenance/Jobs/Requests/PayMaintenanceJobList";
|
|
395
|
+
import { PayMaintenanceJobMerge } from "./Maintenance/Jobs/Requests/PayMaintenanceJobMerge";
|
|
396
|
+
import { PayMaintenanceJobRestore } from "./Maintenance/Jobs/Requests/PayMaintenanceJobRestore";
|
|
397
|
+
import { RepMaintenanceJobBatchDelete } from "./Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete";
|
|
398
|
+
import { RepMaintenanceJobBatchMerge } from "./Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge";
|
|
399
|
+
import { RepMaintenanceJobDelete } from "./Maintenance/Jobs/Responses/RepMaintenanceJobDelete";
|
|
400
|
+
import { RepMaintenanceJobGet } from "./Maintenance/Jobs/Responses/RepMaintenanceJobGet";
|
|
401
|
+
import { RepMaintenanceJobListByCompany } from "./Maintenance/Jobs/Responses/RepMaintenanceJobList";
|
|
402
|
+
import { RepMaintenanceJobMerge } from "./Maintenance/Jobs/Responses/RepMaintenanceJobMerge";
|
|
403
|
+
import { PayMaintenanceSchedule } from "./Maintenance/Schedules/Requests/PayMaintenanceSchedule";
|
|
404
|
+
import { PayMaintenanceScheduleBatchDelete } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete";
|
|
405
|
+
import { PayMaintenanceScheduleBatchMerge } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge";
|
|
406
|
+
import { PayMaintenanceScheduleDelete } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete";
|
|
407
|
+
import { PayMaintenanceScheduleGet } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleGet";
|
|
408
|
+
import { PayMaintenanceScheduleListByCompany } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleList";
|
|
409
|
+
import { PayMaintenanceScheduleMerge } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge";
|
|
410
|
+
import { PayMaintenanceScheduleRestore } from "./Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore";
|
|
411
|
+
import { RepMaintenanceScheduleBatchDelete } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete";
|
|
412
|
+
import { RepMaintenanceScheduleBatchMerge } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge";
|
|
413
|
+
import { RepMaintenanceScheduleDelete } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete";
|
|
414
|
+
import { RepMaintenanceScheduleGet } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleGet";
|
|
415
|
+
import { RepMaintenanceScheduleListByCompany } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleList";
|
|
416
|
+
import { RepMaintenanceScheduleMerge } from "./Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge";
|
|
417
|
+
import { PayAssetMessageBatchDelete } from "./Messaging/Requests/PayAssetMessageBatchDelete";
|
|
418
|
+
import { PayAssetMessageBatchMerge } from "./Messaging/Requests/PayAssetMessageBatchMerge";
|
|
419
|
+
import { PayAssetMessageDelete } from "./Messaging/Requests/PayAssetMessageDelete";
|
|
420
|
+
import { PayAssetMessageGet } from "./Messaging/Requests/PayAssetMessageGet";
|
|
421
|
+
import { PayAssetMessageListByAsset, PayAssetMessageListByCompany } from "./Messaging/Requests/PayAssetMessageList";
|
|
422
|
+
import { PayAssetMessageMerge } from "./Messaging/Requests/PayAssetMessageMerge";
|
|
423
|
+
import { PayAssetMessageRestore } from "./Messaging/Requests/PayAssetMessageRestore";
|
|
424
|
+
import { RepAssetMessageBatchDelete } from "./Messaging/Responses/RepAssetMessageBatchDelete";
|
|
425
|
+
import { RepAssetMessageBatchMerge } from "./Messaging/Responses/RepAssetMessageBatchMerge";
|
|
426
|
+
import { RepAssetMessageDelete } from "./Messaging/Responses/RepAssetMessageDelete";
|
|
427
|
+
import { RepAssetMessageGet } from "./Messaging/Responses/RepAssetMessageGet";
|
|
428
|
+
import { RepAssetMessageListByAsset, RepAssetMessageListByCompany } from "./Messaging/Responses/RepAssetMessageList";
|
|
429
|
+
import { RepAssetMessageMerge } from "./Messaging/Responses/RepAssetMessageMerge";
|
|
430
|
+
import { ParamPlaceMerge } from "./Places/Requests/Parameters/ParamPlaceMerge";
|
|
431
|
+
import { PayPlace } from "./Places/Requests/PayPlace";
|
|
432
|
+
import { PayPlaceBatchDelete } from "./Places/Requests/PayPlaceBatchDelete";
|
|
433
|
+
import { PayPlaceBatchMerge } from "./Places/Requests/PayPlaceBatchMerge";
|
|
434
|
+
import { PayPlaceDelete } from "./Places/Requests/PayPlaceDelete";
|
|
435
|
+
import { PayPlaceGet } from "./Places/Requests/PayPlaceGet";
|
|
436
|
+
import { PayPlaceListByCompany } from "./Places/Requests/PayPlaceList";
|
|
437
|
+
import { PayPlaceMerge } from "./Places/Requests/PayPlaceMerge";
|
|
438
|
+
import { PayPlaceRestore } from "./Places/Requests/PayPlaceRestore";
|
|
439
|
+
import { RepPlaceBatchDelete } from "./Places/Responses/RepPlaceBatchDelete";
|
|
440
|
+
import { RepPlaceBatchMerge } from "./Places/Responses/RepPlaceBatchMerge";
|
|
441
|
+
import { RepPlaceDelete } from "./Places/Responses/RepPlaceDelete";
|
|
442
|
+
import { RepPlaceGet } from "./Places/Responses/RepPlaceGet";
|
|
443
|
+
import { RepPlaceListByCompany } from "./Places/Responses/RepPlaceList";
|
|
444
|
+
import { RepPlaceMerge } from "./Places/Responses/RepPlaceMerge";
|
|
445
|
+
import { ParamProviderConfigMerge } from "./Providers/Configs/Requests/Parameters/ParamProviderConfigMerge";
|
|
446
|
+
import { PayProviderConfigBatchDelete } from "./Providers/Configs/Requests/PayProviderConfigBatchDelete";
|
|
447
|
+
import { PayProviderConfigBatchMerge } from "./Providers/Configs/Requests/PayProviderConfigBatchMerge";
|
|
448
|
+
import { PayProviderConfigDelete } from "./Providers/Configs/Requests/PayProviderConfigDelete";
|
|
449
|
+
import { PayProviderConfigGet } from "./Providers/Configs/Requests/PayProviderConfigGet";
|
|
450
|
+
import { PayProviderConfigListByCompany } from "./Providers/Configs/Requests/PayProviderConfigList";
|
|
451
|
+
import { PayProviderConfigMerge } from "./Providers/Configs/Requests/PayProviderConfigMerge";
|
|
452
|
+
import { PayProviderConfigRestore } from "./Providers/Configs/Requests/PayProviderConfigRestore";
|
|
453
|
+
import { RepProviderConfigBatchDelete } from "./Providers/Configs/Responses/RepProviderConfigBatchDelete";
|
|
454
|
+
import { RepProviderConfigBatchMerge } from "./Providers/Configs/Responses/RepProviderConfigBatchMerge";
|
|
455
|
+
import { RepProviderConfigDelete } from "./Providers/Configs/Responses/RepProviderConfigDelete";
|
|
456
|
+
import { RepProviderConfigGet } from "./Providers/Configs/Responses/RepProviderConfigGet";
|
|
457
|
+
import { RepProviderConfigListByCompany } from "./Providers/Configs/Responses/RepProviderConfigList";
|
|
458
|
+
import { RepProviderConfigMerge } from "./Providers/Configs/Responses/RepProviderConfigMerge";
|
|
459
|
+
import { ParamProviderConfigurationMerge } from "./Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge";
|
|
460
|
+
import { PayProviderConfigurationBatchDelete } from "./Providers/Configurations/Requests/PayProviderConfigurationBatchDelete";
|
|
461
|
+
import { PayProviderConfigurationBatchMerge } from "./Providers/Configurations/Requests/PayProviderConfigurationBatchMerge";
|
|
462
|
+
import { PayProviderConfigurationDelete } from "./Providers/Configurations/Requests/PayProviderConfigurationDelete";
|
|
463
|
+
import { PayProviderConfigurationGet } from "./Providers/Configurations/Requests/PayProviderConfigurationGet";
|
|
464
|
+
import { PayProviderConfigurationListByCompany } from "./Providers/Configurations/Requests/PayProviderConfigurationList";
|
|
465
|
+
import { PayProviderConfigurationMerge } from "./Providers/Configurations/Requests/PayProviderConfigurationMerge";
|
|
466
|
+
import { PayProviderConfigurationRestore } from "./Providers/Configurations/Requests/PayProviderConfigurationRestore";
|
|
467
|
+
import { RepProviderConfigurationBatchDelete } from "./Providers/Configurations/Responses/RepProviderConfigurationBatchDelete";
|
|
468
|
+
import { RepProviderConfigurationBatchMerge } from "./Providers/Configurations/Responses/RepProviderConfigurationBatchMerge";
|
|
469
|
+
import { RepProviderConfigurationDelete } from "./Providers/Configurations/Responses/RepProviderConfigurationDelete";
|
|
470
|
+
import { RepProviderConfigurationGet } from "./Providers/Configurations/Responses/RepProviderConfigurationGet";
|
|
471
|
+
import { RepProviderConfigurationListByCompany } from "./Providers/Configurations/Responses/RepProviderConfigurationList";
|
|
472
|
+
import { RepProviderConfigurationMerge } from "./Providers/Configurations/Responses/RepProviderConfigurationMerge";
|
|
473
|
+
import { PayProviderConfigurationTypeGet } from "./Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet";
|
|
474
|
+
import { PayProviderConfigurationTypeListByCompany } from "./Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList";
|
|
475
|
+
import { RepProviderConfigurationTypeGet } from "./Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet";
|
|
476
|
+
import { RepProviderConfigurationTypeListByCompany } from "./Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList";
|
|
477
|
+
import { PayProvider } from "./Providers/Providers/Requests/PayProvider";
|
|
478
|
+
import { PayProviderAdvancedGet } from "./Providers/Providers/Requests/PayProviderAdvancedGet";
|
|
479
|
+
import { PayProviderAdvancedListByCompany, PayProviderAdvancedListByConfig } from "./Providers/Providers/Requests/PayProviderAdvancedList";
|
|
480
|
+
import { PayProviderBatchDelete } from "./Providers/Providers/Requests/PayProviderBatchDelete";
|
|
481
|
+
import { PayProviderBatchMerge } from "./Providers/Providers/Requests/PayProviderBatchMerge";
|
|
482
|
+
import { PayProviderControlGet } from "./Providers/Providers/Requests/PayProviderControlGet";
|
|
483
|
+
import { PayProviderControlListByCompany, PayProviderControlListByConfig } from "./Providers/Providers/Requests/PayProviderControlList";
|
|
484
|
+
import { PayProviderDelete } from "./Providers/Providers/Requests/PayProviderDelete";
|
|
485
|
+
import { PayProviderGeneralGet } from "./Providers/Providers/Requests/PayProviderGeneralGet";
|
|
486
|
+
import { PayProviderGeneralListByCompany, PayProviderGeneralListByConfig } from "./Providers/Providers/Requests/PayProviderGeneralList";
|
|
487
|
+
import { PayProviderGet } from "./Providers/Providers/Requests/PayProviderGet";
|
|
488
|
+
import { PayProviderListByCompany } from "./Providers/Providers/Requests/PayProviderList";
|
|
489
|
+
import { PayProviderMerge } from "./Providers/Providers/Requests/PayProviderMerge";
|
|
490
|
+
import { PayProviderRestore } from "./Providers/Providers/Requests/PayProviderRestore";
|
|
491
|
+
import { RepProviderAdvancedGet } from "./Providers/Providers/Responses/RepProviderAdvancedGet";
|
|
492
|
+
import { RepProviderAdvancedListByCompany } from "./Providers/Providers/Responses/RepProviderAdvancedList";
|
|
493
|
+
import { RepProviderBatchDelete } from "./Providers/Providers/Responses/RepProviderBatchDelete";
|
|
494
|
+
import { RepProviderBatchMerge } from "./Providers/Providers/Responses/RepProviderBatchMerge";
|
|
495
|
+
import { RepProviderControlGet } from "./Providers/Providers/Responses/RepProviderControlGet";
|
|
496
|
+
import { RepProviderControlListByCompany, RepProviderControlListByConfig } from "./Providers/Providers/Responses/RepProviderControlList";
|
|
497
|
+
import { RepProviderDelete } from "./Providers/Providers/Responses/RepProviderDelete";
|
|
498
|
+
import { RepProviderGeneralGet } from "./Providers/Providers/Responses/RepProviderGeneralGet";
|
|
499
|
+
import { RepProviderGeneralListByCompany, RepProviderGeneralListByConfig } from "./Providers/Providers/Responses/RepProviderGeneralList";
|
|
500
|
+
import { RepProviderGet } from "./Providers/Providers/Responses/RepProviderGet";
|
|
501
|
+
import { RepProviderListByCompany, RepProviderListByConfig } from "./Providers/Providers/Responses/RepProviderList";
|
|
502
|
+
import { RepProviderMerge } from "./Providers/Providers/Responses/RepProviderMerge";
|
|
503
|
+
import { PayProviderRegistrationDelete } from "./Providers/Registrations/Requests/PayProviderRegistrationDelete";
|
|
504
|
+
import { PayProviderRegistrationGet } from "./Providers/Registrations/Requests/PayProviderRegistrationGet";
|
|
505
|
+
import { PayProviderRegistrationListByCompany } from "./Providers/Registrations/Requests/PayProviderRegistrationList";
|
|
506
|
+
import { PayProviderRegistrationMerge } from "./Providers/Registrations/Requests/PayProviderRegistrationMerge";
|
|
507
|
+
import { RepProviderRegistrationDelete } from "./Providers/Registrations/Responses/RepProviderRegistrationDelete";
|
|
508
|
+
import { RepProviderRegistrationGet } from "./Providers/Registrations/Responses/RepProviderRegistrationGet";
|
|
509
|
+
import { RepProviderRegistrationListByCompany } from "./Providers/Registrations/Responses/RepProviderRegistrationList";
|
|
510
|
+
import { RepProviderRegistrationMerge } from "./Providers/Registrations/Responses/RepProviderRegistrationMerge";
|
|
511
|
+
import { ParamProviderScriptMerge } from "./Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge";
|
|
512
|
+
import { PayProviderScript } from "./Providers/Scripts/Requests/PayProviderScript";
|
|
513
|
+
import { PayProviderScriptBatchDelete } from "./Providers/Scripts/Requests/PayProviderScriptBatchDelete";
|
|
514
|
+
import { PayProviderScriptBatchMerge } from "./Providers/Scripts/Requests/PayProviderScriptBatchMerge";
|
|
515
|
+
import { PayProviderScriptDelete } from "./Providers/Scripts/Requests/PayProviderScriptDelete";
|
|
516
|
+
import { PayProviderScriptGet } from "./Providers/Scripts/Requests/PayProviderScriptGet";
|
|
517
|
+
import { PayProviderScriptListByCompany } from "./Providers/Scripts/Requests/PayProviderScriptList";
|
|
518
|
+
import { PayProviderScriptMerge } from "./Providers/Scripts/Requests/PayProviderScriptMerge";
|
|
519
|
+
import { PayProviderScriptRestore } from "./Providers/Scripts/Requests/PayProviderScriptRestore";
|
|
520
|
+
import { RepProviderScriptBatchDelete } from "./Providers/Scripts/Responses/RepProviderScriptBatchDelete";
|
|
521
|
+
import { RepProviderScriptBatchMerge } from "./Providers/Scripts/Responses/RepProviderScriptBatchMerge";
|
|
522
|
+
import { RepProviderScriptDelete } from "./Providers/Scripts/Responses/RepProviderScriptDelete";
|
|
523
|
+
import { RepProviderScriptGet } from "./Providers/Scripts/Responses/RepProviderScriptGet";
|
|
524
|
+
import { RepProviderScriptListByCompany } from "./Providers/Scripts/Responses/RepProviderScriptList";
|
|
525
|
+
import { RepProviderScriptMerge } from "./Providers/Scripts/Responses/RepProviderScriptMerge";
|
|
526
|
+
import { PayReportResultBatchDelete } from "./Reports/Results/Requests/PayReportResultBatchDelete";
|
|
527
|
+
import { PayReportResultBatchMerge } from "./Reports/Results/Requests/PayReportResultBatchMerge";
|
|
528
|
+
import { PayReportResultDelete } from "./Reports/Results/Requests/PayReportResultDelete";
|
|
529
|
+
import { PayReportResultGet } from "./Reports/Results/Requests/PayReportResultGet";
|
|
530
|
+
import { PayReportResultListByCompany } from "./Reports/Results/Requests/PayReportResultList";
|
|
531
|
+
import { PayReportResultMerge } from "./Reports/Results/Requests/PayReportResultMerge";
|
|
532
|
+
import { PayReportResultRestore } from "./Reports/Results/Requests/PayReportResultRestore";
|
|
533
|
+
import { RepReportResultBatchDelete } from "./Reports/Results/Responses/RepReportResultBatchDelete";
|
|
534
|
+
import { RepReportResultBatchMerge } from "./Reports/Results/Responses/RepReportResultBatchMerge";
|
|
535
|
+
import { RepReportResultDelete } from "./Reports/Results/Responses/RepReportResultDelete";
|
|
536
|
+
import { RepReportResultGet } from "./Reports/Results/Responses/RepReportResultGet";
|
|
537
|
+
import { RepReportResultListByCompany } from "./Reports/Results/Responses/RepReportResultList";
|
|
538
|
+
import { RepReportResultMerge } from "./Reports/Results/Responses/RepReportResultMerge";
|
|
539
|
+
import { ParamReportScheduleMerge } from "./Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge";
|
|
540
|
+
import { PayReportScheduleDelete } from "./Reports/Schedules/Requests/PayReportScheduleDelete";
|
|
541
|
+
import { PayReportScheduleGet } from "./Reports/Schedules/Requests/PayReportScheduleGet";
|
|
542
|
+
import { PayReportScheduleListByCompany } from "./Reports/Schedules/Requests/PayReportScheduleList";
|
|
543
|
+
import { PayReportScheduleMerge } from "./Reports/Schedules/Requests/PayReportScheduleMerge";
|
|
544
|
+
import { PayReportScheduleRestore } from "./Reports/Schedules/Requests/PayReportScheduleRestore";
|
|
545
|
+
import { RepReportScheduleBatchDelete } from "./Reports/Schedules/Responses/RepReportScheduleBatchDelete";
|
|
546
|
+
import { RepReportScheduleDelete } from "./Reports/Schedules/Responses/RepReportScheduleDelete";
|
|
547
|
+
import { RepReportScheduleGet } from "./Reports/Schedules/Responses/RepReportScheduleGet";
|
|
548
|
+
import { RepReportScheduleListByCompany } from "./Reports/Schedules/Responses/RepReportScheduleList";
|
|
549
|
+
import { RepReportScheduleMerge } from "./Reports/Schedules/Responses/RepReportScheduleMerge";
|
|
550
|
+
import { ParamReportTemplateMerge } from "./Reports/Templates/Requests/Parameters/ParamReportTemplateMerge";
|
|
551
|
+
import { PayReportTemplate } from "./Reports/Templates/Requests/PayReportTemplate";
|
|
552
|
+
import { PayReportTemplateBatchDelete } from "./Reports/Templates/Requests/PayReportTemplateBatchDelete";
|
|
553
|
+
import { PayReportTemplateBatchMerge } from "./Reports/Templates/Requests/PayReportTemplateBatchMerge";
|
|
554
|
+
import { PayReportTemplateDelete } from "./Reports/Templates/Requests/PayReportTemplateDelete";
|
|
555
|
+
import { PayReportTemplateGet } from "./Reports/Templates/Requests/PayReportTemplateGet";
|
|
556
|
+
import { PayReportTemplateListByCompany } from "./Reports/Templates/Requests/PayReportTemplateList";
|
|
557
|
+
import { PayReportTemplateMerge } from "./Reports/Templates/Requests/PayReportTemplateMerge";
|
|
558
|
+
import { PayReportTemplateRestore } from "./Reports/Templates/Requests/PayReportTemplateRestore";
|
|
559
|
+
import { RepReportTemplateBatchDelete } from "./Reports/Templates/Responses/RepReportTemplateBatchDelete";
|
|
560
|
+
import { RepReportTemplateBatchMerge } from "./Reports/Templates/Responses/RepReportTemplateBatchMerge";
|
|
561
|
+
import { RepReportTemplateDelete } from "./Reports/Templates/Responses/RepReportTemplateDelete";
|
|
562
|
+
import { RepReportTemplateGet } from "./Reports/Templates/Responses/RepReportTemplateGet";
|
|
563
|
+
import { RepReportTemplateListByCompany } from "./Reports/Templates/Responses/RepReportTemplateList";
|
|
564
|
+
import { RepReportTemplateMerge } from "./Reports/Templates/Responses/RepReportTemplateMerge";
|
|
565
|
+
import { SubscriptionType } from "./WebSocket/Requests/Parameters/SubscriptionType";
|
|
566
|
+
import { PaySubscriptionDelete } from "./WebSocket/Requests/PaySubscriptionDelete";
|
|
567
|
+
import { PaySubscriptionList } from "./WebSocket/Requests/PaySubscriptionList";
|
|
568
|
+
import { PaySubscriptionMerge } from "./WebSocket/Requests/PaySubscriptionMerge";
|
|
569
|
+
import { Subscription } from "./WebSocket/Responses/Content/Subscription";
|
|
570
|
+
import { RepSubscription } from "./WebSocket/Responses/RepSubscription";
|
|
571
|
+
import { RepSubscriptionList } from "./WebSocket/Responses/RepSubscriptionList";
|
|
572
|
+
/**
|
|
573
|
+
* Version number for this release.
|
|
574
|
+
*/
|
|
575
|
+
export declare const version = 5.06;
|
|
576
|
+
/**
|
|
577
|
+
* Command request payloads and parameter classes.
|
|
578
|
+
*/
|
|
579
|
+
export { ParamCode, ParamGuid, ParamId, ParamIdentifier, ParamKey, ParamLogin, ParamMerge, ParamMergeSubscribable, PayListByDate, PayListById, PayListByKey, Payload, type ActionType, type IParamAsset, type IParamBillingProfile, type IParamCompany, type IPayDeletable, type IPayListByAsset, type IPayListByBillingProfile, type IPayListByCompany, type IPayListByLabels, type IPayListByReferences, type IPayListByUser, type IPaySingle, type IPaySuspendable };
|
|
580
|
+
/**
|
|
581
|
+
* Command responses and content classes.
|
|
582
|
+
*/
|
|
583
|
+
export { ContentCode, ContentCodeCompany, ContentCodeDeleted, ContentId, ContentIdAsset, ContentIdBillingProfile, ContentIdCompany, ContentIdCompanyTemplate, ContentIdendifier, ContentIdendifierAsset, ContentIdendifierCompany, ContentIdendifierDeleted, ContentIdendifierSuspended, ContentIdParent, ContentIdParentDeleted, ContentIdScript, ContentIdSuspended, ContentKey, ContentKeyCompany, ContentKeyDeleted, ContentLogin, ContentLoginCompany, ContentLoginDeleted, Reply, ReplySync, ReplySyncBatchDelete, ReplySyncBatchSuspend, ReplySyncDelete, ReplySyncGet, ReplySyncList, type IRepListByAsset, type IRepListByCompany, type IRepListByDate, type IRepListById, type IRepListByKey, type IRepListByLabels, type IRepListByReferences, type IRepListByUser };
|
|
584
|
+
/**
|
|
585
|
+
* Error messages and details for responses.
|
|
586
|
+
*/
|
|
587
|
+
export { ErrorCode, ErrorDetail, ErrorDetailBadIds, ErrorDetailBadIndexes, ErrorDetailBadKeys, ErrorDetailBatch, ErrorDetailContactInUse, ErrorDetailCount, ErrorDetailEnum, ErrorDetailEscalation, ErrorDetailExternals, ErrorDetailFormTemplateInUse, ErrorDetailInput, ErrorDetailLocked, ErrorDetailMinMax, ErrorDetailParent, ErrorDetailParse, ErrorDetailPhone, ErrorDetailSecret, ErrorDetailStack, ErrorDetailThrottled, ErrorDetailType, ErrorDetailUserGroupInUse };
|
|
588
|
+
export { ParamContactMerge, ParamHandle, ParamMachineMerge, ParamPermission, ParamSelfContactMerge, ParamUserGroupMerge, ParamUserMerge, PayContact, PayContactBatchDelete, PayContactBatchMerge, PayContactDelete, PayContactGet, PayContactListByCompany, PayContactMerge, PayContactRestore, PayMachineBatchDelete, PayMachineBatchMerge, PayMachineDelete, PayMachineGet, PayMachineListByCompany, PayMachineMerge, PayMachineRestore, PaySelfContact, PaySelfGet, PaySelfLogin, PaySelfLogout, PaySelfPassword, PaySelfPreferences, PaySessionDelete, PaySessionGet, PaySessionListByCompany, PaySessionListByUser, PayUserAdvancedGet, PayUserAdvancedListByCompany, PayUserAdvancedListByUserGroup, PayUserBatchDelete, PayUserBatchMerge, PayUserDelete, PayUserGeneralGet, PayUserGeneralListByCompany, PayUserGeneralListByUserGroup, PayUserGet, PayUserGroupBatchDelete, PayUserGroupBatchMerge, PayUserGroupDelete, PayUserGroupGet, PayUserGroupListByCompany, PayUserGroupMerge, PayUserGroupRestore, PayUserListByCompany, PayUserMerge, PayUserRestore, RepContactBatchDelete, RepContactBatchMerge, RepContactDelete, RepContactGet, RepContactListByCompany, RepContactMerge, RepMachineBatchDelete, RepMachineBatchMerge, RepMachineDelete, RepMachineGet, RepMachineListByCompany, RepMachineListByUserGroup, RepMachineMerge, RepSelfContact, RepSelfGet, RepSelfLogout, RepSelfPassword, RepSelfPreferences, RepSessionDelete, RepSessionGet, RepSessionListByCompany, RepSessionListByUser, RepUserAdvancedGet, RepUserAdvancedListByCompany, RepUserAdvancedListByUserGroup, RepUserBatchDelete, RepUserBatchMerge, RepUserDelete, RepUserGeneralGet, RepUserGeneralListByCompany, RepUserGeneralListByUserGroup, RepUserGet, RepUserGroupBatchDelete, RepUserGroupBatchMerge, RepUserGroupDelete, RepUserGroupGet, RepUserGroupListByCompany, RepUserGroupMerge, RepUserListByCompany, RepUserMerge, SessionHandle };
|
|
589
|
+
export { ParamAssetMerge, PayAsset, PayAssetAdvancedGet, PayAssetAdvancedListByCompany, PayAssetAdvancedListByCompanyAndLabels, PayAssetAdvancedListByCompanyAndRefPairs, PayAssetBatchDelete, PayAssetBatchMerge, PayAssetDelete, PayAssetDispatchGet, PayAssetDispatchListByCompany, PayAssetDispatchListByCompanyAndLabels, PayAssetDispatchListByCompanyAndRefPairs, PayAssetDispatchMerge, PayAssetGeneralGet, PayAssetGeneralListByCompany, PayAssetGeneralListByCompanyAndLabels, PayAssetGeneralListByCompanyAndRefPairs, PayAssetGet, PayAssetListByCompany, PayAssetListByCompanyAndLabels, PayAssetListByCompanyAndRefPairs, PayAssetMerge, PayAssetReactivate, PayAssetRestore, PayAssetSuspend, RepAssetAdvancedGet, RepAssetAdvancedListByCompany, RepAssetAdvancedListByCompanyAndLabels, RepAssetAdvancedListByCompanyAndRefPairs, RepAssetBatchMerge, RepAssetDelete, RepAssetDispatchGet, RepAssetDispatchListByCompany, RepAssetDispatchListByCompanyAndLabels, RepAssetDispatchListByCompanyAndRefPairs, RepAssetDispatchMerge, RepAssetGeneralGet, RepAssetGeneralListByCompany, RepAssetGeneralListByCompanyAndLabels, RepAssetGeneralListByCompanyAndRefPairs, RepAssetGet, RepAssetListByCompany, RepAssetListByCompanyAndLabels, RepAssetListByCompanyAndRefPairs, RepAssetMerge, RepAssetSuspend };
|
|
590
|
+
export { ParamBehaviourMerge, ParamBehaviourScriptMerge, PayBehaviour, PayBehaviourBatchDelete, PayBehaviourBatchMerge, PayBehaviourDelete, PayBehaviourGet, PayBehaviourListByCompany, PayBehaviourLogBatchDeleteByAsset, PayBehaviourLogBatchDeleteByBehaviour, PayBehaviourLogBatchDeleteByScript, PayBehaviourLogListByAsset, PayBehaviourLogListByBehaviour, PayBehaviourLogListByScript, PayBehaviourMerge, PayBehaviourRestore, PayBehaviourScript, PayBehaviourScriptBatchDelete, PayBehaviourScriptBatchMerge, PayBehaviourScriptDelete, PayBehaviourScriptGet, PayBehaviourScriptListByCompany, PayBehaviourScriptMerge, PayBehaviourScriptRestore, RepBehaviourBatchDelete, RepBehaviourBatchMerge, RepBehaviourDelete, RepBehaviourGet, RepBehaviourListByCompany, RepBehaviourLogBatchDeleteByAsset, RepBehaviourLogBatchDeleteByBehaviour, RepBehaviourLogBatchDeleteByScript, RepBehaviourLogListByAsset, RepBehaviourLogListByBehaviour, RepBehaviourLogListByScript, RepBehaviourMerge, RepBehaviourScriptBatchDelete, RepBehaviourScriptBatchMerge, RepBehaviourScriptDelete, RepBehaviourScriptGet, RepBehaviourScriptListByCompany, RepBehaviourScriptMerge };
|
|
591
|
+
export { PayCompany, PayCompanyBatchDelete, PayCompanyBatchMerge, PayCompanyDelete, PayCompanyDirectoryGet, PayCompanyDirectoryList, PayCompanyDirectoryListByCompany, PayCompanyGeneralGet, PayCompanyGeneralList, PayCompanyGeneralListByCompany, PayCompanyGet, PayCompanyMerge, PayCompanyPolicyGet, PayCompanyPolicyList, PayCompanyPolicyListByCompany, PayCompanyResellerDelete, PayCompanyResellerGet, PayCompanyResellerList, PayCompanyResellerListByCompany, PayCompanyResellerMerge, PayCompanyResellerRestore, PayCompanyRestore, PayCompanyStyleGet, PayCompanyStyleList, PayCompanyStyleListByCompany, RepCompanyBatchDelete, RepCompanyBatchMerge, RepCompanyDelete, RepCompanyDirectoryGet, RepCompanyDirectoryList, RepCompanyDirectoryListByCompany, RepCompanyGeneralGet, RepCompanyGeneralList, RepCompanyGeneralListByCompany, RepCompanyGet, RepCompanyMerge, RepCompanyPolicyGet, RepCompanyPolicyList, RepCompanyPolicyListByCompany, RepCompanyResellerDelete, RepCompanyResellerGet, RepCompanyResellerList, RepCompanyResellerListByCompany, RepCompanyResellerMerge, RepCompanyStyleGet, RepCompanyStyleList, RepCompanyStyleListByCompany };
|
|
592
|
+
export { ParamDispatchJobCancel, ParamDispatchJobChange, ParamDispatchJobMerge, ParamDispatchStepChange, ParamDispatchStepMerge, ParamDispatchTaskMerge, PayDispatchJob, PayDispatchJobBatchCancel, PayDispatchJobBatchChange, PayDispatchJobBatchDelete, PayDispatchJobBatchMerge, PayDispatchJobCancel, PayDispatchJobChange, PayDispatchJobDelete, PayDispatchJobGet, PayDispatchJobListByAsset, PayDispatchJobListByAssetAndLabels, PayDispatchJobListByAssetAndRefPairs, PayDispatchJobListByCompany, PayDispatchJobListByCompanyAndLabels, PayDispatchJobListByCompanyAndRefPairs, PayDispatchJobListByUnassigned, PayDispatchJobListByUnassignedAndLabels, PayDispatchJobListByUnassignedAndRefPairs, PayDispatchJobMerge, PayDispatchJobRestore, PayDispatchTask, PayDispatchTaskBatchDelete, PayDispatchTaskBatchMerge, PayDispatchTaskDelete, PayDispatchTaskGet, PayDispatchTaskList, PayDispatchTaskListByAsset, PayDispatchTaskListByAssetAndRefPairs, PayDispatchTaskListByCompany, PayDispatchTaskListByCompanyAndRefPairs, PayDispatchTaskMerge, PayDispatchTaskRestore, RepDispatchJobBatchDelete, RepDispatchJobBatchMerge, RepDispatchJobDelete, RepDispatchJobGet, RepDispatchJobListByAsset, RepDispatchJobListByAssetAndLabels, RepDispatchJobListByAssetAndRefPairs, RepDispatchJobListByCompany, RepDispatchJobListByCompanyAndLabels, RepDispatchJobListByCompanyAndRefPairs, RepDispatchJobMerge, RepDispatchTaskBatchDelete, RepDispatchTaskBatchMerge, RepDispatchTaskDelete, RepDispatchTaskGet, RepDispatchTaskList, RepDispatchTaskListByAsset, RepDispatchTaskListByAssetAndRefPairs, RepDispatchTaskListByCompany, RepDispatchTaskListByCompanyAndRefPairs, RepDispatchTaskMerge };
|
|
593
|
+
export { PayAssetMessageBatchDelete, PayAssetMessageBatchMerge, PayAssetMessageDelete, PayAssetMessageGet, PayAssetMessageListByAsset, PayAssetMessageListByCompany, PayAssetMessageMerge, PayAssetMessageRestore, RepAssetMessageBatchDelete, RepAssetMessageBatchMerge, RepAssetMessageDelete, RepAssetMessageGet, RepAssetMessageListByAsset, RepAssetMessageListByCompany, RepAssetMessageMerge };
|
|
594
|
+
export { ParamFormField, ParamFormTemplateMerge, PayDocumentDelete, PayDocumentGet, PayDocumentListByCompany, PayDocumentMerge, PayDocumentRestore, PayFormResultBatchMerge, PayFormResultDelete, PayFormResultGet, PayFormResultListByCompany, PayFormResultMerge, PayFormResultRestore, PayFormTemplate, PayFormTemplateBatchDelete, PayFormTemplateBatchMerge, PayFormTemplateDelete, PayFormTemplateGet, PayFormTemplateListByCompany, PayFormTemplateMerge, PayFormTemplateRestore, RepDocumentDelete, RepDocumentGet, RepDocumentListByCompany, RepDocumentMerge, RepFormResultBatchMerge, RepFormResultDelete, RepFormResultGet, RepFormResultListByCompany, RepFormResultMerge, RepFormTemplateBatchDelete, RepFormTemplateBatchMerge, RepFormTemplateDelete, RepFormTemplateGet, RepFormTemplateListByCompany, RepFormTemplateMerge };
|
|
595
|
+
export { ParamIconMerge, ParamPictureMerge, PayDashcamGet, PayDashcamListByCompany, PayDashcamLiveListByCompany, PayIcon, PayIconBatchDelete, PayIconBatchMerge, PayIconDelete, PayIconGet, PayIconList, PayIconListByCompany, PayIconMerge, PayIconRestore, PayPicture, PayPictureBatchDelete, PayPictureBatchMerge, PayPictureDelete, PayPictureGet, PayPictureList, PayPictureListByCompany, PayPictureMerge, PayPictureRestore, RepDashcamGet, RepDashcamListByCompany, RepDashcamLiveListByCompany, RepIconBatchDelete, RepIconBatchMerge, RepIconDelete, RepIconGet, RepIconList, RepIconListByCompany, RepIconMerge, RepPictureBatchDelete, RepPictureBatchMerge, RepPictureDelete, RepPictureGet, RepPictureList, RepPictureListByCompany, RepPictureMerge };
|
|
596
|
+
export { PayMaintenanceJob, PayMaintenanceJobBatchDelete, PayMaintenanceJobBatchMerge, PayMaintenanceJobDelete, PayMaintenanceJobGet, PayMaintenanceJobListByCompany, PayMaintenanceJobMerge, PayMaintenanceJobRestore, PayMaintenanceSchedule, PayMaintenanceScheduleBatchDelete, PayMaintenanceScheduleBatchMerge, PayMaintenanceScheduleDelete, PayMaintenanceScheduleGet, PayMaintenanceScheduleListByCompany, PayMaintenanceScheduleMerge, PayMaintenanceScheduleRestore, RepMaintenanceJobBatchDelete, RepMaintenanceJobBatchMerge, RepMaintenanceJobDelete, RepMaintenanceJobGet, RepMaintenanceJobListByCompany, RepMaintenanceJobMerge, RepMaintenanceScheduleBatchDelete, RepMaintenanceScheduleBatchMerge, RepMaintenanceScheduleDelete, RepMaintenanceScheduleGet, RepMaintenanceScheduleListByCompany, RepMaintenanceScheduleMerge };
|
|
597
|
+
export { ParamPlaceMerge, PayPlace, PayPlaceBatchDelete, PayPlaceBatchMerge, PayPlaceDelete, PayPlaceGet, PayPlaceListByCompany, PayPlaceMerge, PayPlaceRestore, RepPlaceBatchDelete, RepPlaceBatchMerge, RepPlaceDelete, RepPlaceGet, RepPlaceListByCompany, RepPlaceMerge };
|
|
598
|
+
export { ParamProviderConfigMerge, ParamProviderConfigurationMerge, ParamProviderScriptMerge, PayProvider, PayProviderAdvancedGet, PayProviderAdvancedListByCompany, PayProviderAdvancedListByConfig, PayProviderBatchDelete, PayProviderBatchMerge, PayProviderConfigBatchDelete, PayProviderConfigBatchMerge, PayProviderConfigDelete, PayProviderConfigGet, PayProviderConfigListByCompany, PayProviderConfigMerge, PayProviderConfigRestore, PayProviderConfigurationBatchDelete, PayProviderConfigurationBatchMerge, PayProviderConfigurationDelete, PayProviderConfigurationGet, PayProviderConfigurationListByCompany, PayProviderConfigurationMerge, PayProviderConfigurationRestore, PayProviderConfigurationTypeGet, PayProviderConfigurationTypeListByCompany, PayProviderControlGet, PayProviderControlListByCompany, PayProviderControlListByConfig, PayProviderDelete, PayProviderGeneralGet, PayProviderGeneralListByCompany, PayProviderGeneralListByConfig, PayProviderGet, PayProviderListByCompany, PayProviderMerge, PayProviderRegistrationDelete, PayProviderRegistrationGet, PayProviderRegistrationListByCompany, PayProviderRegistrationMerge, PayProviderRestore, PayProviderScript, PayProviderScriptBatchDelete, PayProviderScriptBatchMerge, PayProviderScriptDelete, PayProviderScriptGet, PayProviderScriptListByCompany, PayProviderScriptMerge, PayProviderScriptRestore, RepProviderAdvancedGet, RepProviderAdvancedListByCompany, RepProviderBatchDelete, RepProviderBatchMerge, RepProviderConfigBatchDelete, RepProviderConfigBatchMerge, RepProviderConfigDelete, RepProviderConfigGet, RepProviderConfigListByCompany, RepProviderConfigMerge, RepProviderConfigurationBatchDelete, RepProviderConfigurationBatchMerge, RepProviderConfigurationDelete, RepProviderConfigurationGet, RepProviderConfigurationListByCompany, //RepProviderSuspend,
|
|
599
|
+
RepProviderConfigurationMerge, //PayProviderReactivate,
|
|
600
|
+
RepProviderConfigurationTypeGet, RepProviderConfigurationTypeListByCompany, RepProviderControlGet, RepProviderControlListByCompany, RepProviderControlListByConfig, RepProviderDelete, RepProviderGeneralGet, RepProviderGeneralListByCompany, RepProviderGeneralListByConfig, RepProviderGet, RepProviderListByCompany, RepProviderListByConfig, RepProviderMerge, RepProviderRegistrationDelete, RepProviderRegistrationGet, RepProviderRegistrationListByCompany, RepProviderRegistrationMerge, RepProviderScriptBatchDelete, RepProviderScriptBatchMerge, RepProviderScriptDelete, RepProviderScriptGet, RepProviderScriptListByCompany, RepProviderScriptMerge };
|
|
601
|
+
export { ParamReportScheduleMerge, ParamReportTemplateMerge, PayReportResultBatchDelete, PayReportResultBatchMerge, PayReportResultDelete, PayReportResultGet, PayReportResultListByCompany, PayReportResultMerge, PayReportResultRestore, PayReportScheduleDelete, PayReportScheduleGet, PayReportScheduleListByCompany, PayReportScheduleMerge, PayReportScheduleRestore, PayReportTemplate, PayReportTemplateBatchDelete, PayReportTemplateBatchMerge, PayReportTemplateDelete, PayReportTemplateGet, PayReportTemplateListByCompany, PayReportTemplateMerge, PayReportTemplateRestore, RepReportResultBatchDelete, RepReportResultBatchMerge, RepReportResultDelete, RepReportResultGet, RepReportResultListByCompany, RepReportResultMerge, RepReportScheduleBatchDelete, RepReportScheduleDelete, RepReportScheduleGet, RepReportScheduleListByCompany, RepReportScheduleMerge, RepReportTemplateBatchDelete, RepReportTemplateBatchMerge, RepReportTemplateDelete, RepReportTemplateGet, RepReportTemplateListByCompany, RepReportTemplateMerge };
|
|
602
|
+
export { PaySubscriptionDelete, PaySubscriptionList, PaySubscriptionMerge, RepSubscription, RepSubscriptionList, Subscription, SubscriptionType };
|