@trakit/commands 0.0.5 → 0.0.7
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/API/Requests/IPayDeletable.d.ts +10 -0
- package/API/Requests/IPayListByAsset.d.ts +11 -0
- package/API/Requests/IPayListByBillingProfile.d.ts +11 -0
- package/API/Requests/IPayListByCompany.d.ts +11 -0
- package/API/Requests/IPayListByLabels.d.ts +11 -0
- package/API/Requests/IPayListByReferences.d.ts +10 -0
- package/API/Requests/IPayListByUser.d.ts +11 -0
- package/API/Requests/IPaySingle.d.ts +10 -0
- package/API/Requests/IPaySuspendable.d.ts +10 -0
- package/API/Requests/Parameters/IParamAsset.d.ts +9 -0
- package/API/Requests/Parameters/IParamBillingProfile.d.ts +9 -0
- package/API/Requests/Parameters/IParamCompany.d.ts +9 -0
- package/API/Requests/Parameters/ParamCode.d.ts +13 -0
- package/API/Requests/Parameters/ParamGuid.d.ts +12 -0
- package/API/Requests/Parameters/ParamId.d.ts +12 -0
- package/API/Requests/Parameters/ParamIdentifier.d.ts +12 -0
- package/API/Requests/Parameters/ParamKey.d.ts +12 -0
- package/API/Requests/Parameters/ParamLogin.d.ts +13 -0
- package/API/Requests/Parameters/ParamMerge.d.ts +11 -0
- package/API/Requests/Parameters/ParamMergeSubscribable.d.ts +13 -0
- package/API/Requests/PayListBy.d.ts +15 -0
- package/API/Requests/PayListByDate.d.ts +18 -0
- package/API/Requests/PayListById.d.ts +18 -0
- package/API/Requests/PayListByKey.d.ts +18 -0
- package/API/Requests/Payload.d.ts +45 -0
- package/API/Responses/Content/ContentCode.d.ts +21 -0
- package/API/Responses/Content/ContentCodeCompany.d.ts +24 -0
- package/API/Responses/Content/ContentCodeDeleted.d.ts +24 -0
- package/API/Responses/Content/ContentId.d.ts +21 -0
- package/API/Responses/Content/ContentIdAsset.d.ts +23 -0
- package/API/Responses/Content/ContentIdBillingProfile.d.ts +23 -0
- package/API/Responses/Content/ContentIdCompany.d.ts +24 -0
- package/API/Responses/Content/ContentIdCompanyTemplate.d.ts +23 -0
- package/API/Responses/Content/ContentIdDeleted.d.ts +28 -0
- package/API/Responses/Content/ContentIdParent.d.ts +24 -0
- package/API/Responses/Content/ContentIdParentDeleted.d.ts +28 -0
- package/API/Responses/Content/ContentIdScript.d.ts +23 -0
- package/API/Responses/Content/ContentIdSuspended.d.ts +28 -0
- package/API/Responses/Content/ContentIdendifier.d.ts +21 -0
- package/API/Responses/Content/ContentIdendifierAsset.d.ts +27 -0
- package/API/Responses/Content/ContentIdendifierCompany.d.ts +24 -0
- package/API/Responses/Content/ContentIdendifierDeleted.d.ts +28 -0
- package/API/Responses/Content/ContentIdendifierSuspended.d.ts +29 -0
- package/API/Responses/Content/ContentKey.d.ts +21 -0
- package/API/Responses/Content/ContentKeyCompany.d.ts +24 -0
- package/API/Responses/Content/ContentKeyDeleted.d.ts +28 -0
- package/API/Responses/Content/ContentLogin.d.ts +21 -0
- package/API/Responses/Content/ContentLoginCompany.d.ts +24 -0
- package/API/Responses/Content/ContentLoginDeleted.d.ts +28 -0
- package/API/Responses/Content/IContent.d.ts +11 -0
- package/API/Responses/Content/IContentCompany.d.ts +12 -0
- package/API/Responses/Errors/ErrorCode.d.ts +530 -0
- package/API/Responses/Errors/ErrorDetail.d.ts +25 -0
- package/API/Responses/Errors/ErrorDetailBadBase.d.ts +14 -0
- package/API/Responses/Errors/ErrorDetailBadIds.d.ts +12 -0
- package/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +12 -0
- package/API/Responses/Errors/ErrorDetailBadKeys.d.ts +11 -0
- package/API/Responses/Errors/ErrorDetailBatch.d.ts +17 -0
- package/API/Responses/Errors/ErrorDetailConnection.d.ts +36 -0
- package/API/Responses/Errors/ErrorDetailContactInUse.d.ts +13 -0
- package/API/Responses/Errors/ErrorDetailCount.d.ts +16 -0
- package/API/Responses/Errors/ErrorDetailEnum.d.ts +16 -0
- package/API/Responses/Errors/ErrorDetailEscalation.d.ts +16 -0
- package/API/Responses/Errors/ErrorDetailExternals.d.ts +24 -0
- package/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +16 -0
- package/API/Responses/Errors/ErrorDetailInput.d.ts +16 -0
- package/API/Responses/Errors/ErrorDetailLocked.d.ts +20 -0
- package/API/Responses/Errors/ErrorDetailMinMax.d.ts +20 -0
- package/API/Responses/Errors/ErrorDetailParent.d.ts +20 -0
- package/API/Responses/Errors/ErrorDetailParse.d.ts +24 -0
- package/API/Responses/Errors/ErrorDetailPhone.d.ts +20 -0
- package/API/Responses/Errors/ErrorDetailSecret.d.ts +55 -0
- package/API/Responses/Errors/ErrorDetailStack.d.ts +27 -0
- package/API/Responses/Errors/ErrorDetailThrottled.d.ts +38 -0
- package/API/Responses/Errors/ErrorDetailType.d.ts +90 -0
- package/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +20 -0
- package/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +2 -0
- package/API/Responses/IRepListByAsset.d.ts +12 -0
- package/API/Responses/IRepListByCompany.d.ts +12 -0
- package/API/Responses/IRepListByDate.d.ts +15 -0
- package/API/Responses/IRepListById.d.ts +15 -0
- package/API/Responses/IRepListByKey.d.ts +15 -0
- package/API/Responses/IRepListByLabels.d.ts +11 -0
- package/API/Responses/IRepListByReferences.d.ts +11 -0
- package/API/Responses/IRepListByUser.d.ts +12 -0
- package/API/Responses/Reply.d.ts +30 -0
- package/API/Responses/ReplySync.d.ts +24 -0
- package/API/Responses/ReplySyncBatch.d.ts +18 -0
- package/API/Responses/ReplySyncBatchDelete.d.ts +12 -0
- package/API/Responses/ReplySyncBatchSuspend.d.ts +12 -0
- package/API/Responses/ReplySyncDelete.d.ts +17 -0
- package/API/Responses/ReplySyncGet.d.ts +35 -0
- package/API/Responses/ReplySyncList.d.ts +53 -0
- package/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +20 -0
- package/Accounts/Contacts/Requests/PayContact.d.ts +19 -0
- package/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +16 -0
- package/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +16 -0
- package/Accounts/Contacts/Requests/PayContactDelete.d.ts +10 -0
- package/Accounts/Contacts/Requests/PayContactGet.d.ts +16 -0
- package/Accounts/Contacts/Requests/PayContactList.d.ts +28 -0
- package/Accounts/Contacts/Requests/PayContactMerge.d.ts +21 -0
- package/Accounts/Contacts/Requests/PayContactRestore.d.ts +10 -0
- package/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +17 -0
- package/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +14 -0
- package/Accounts/Contacts/Responses/RepContactDelete.d.ts +16 -0
- package/Accounts/Contacts/Responses/RepContactGet.d.ts +15 -0
- package/Accounts/Contacts/Responses/RepContactList.d.ts +27 -0
- package/Accounts/Contacts/Responses/RepContactMerge.d.ts +14 -0
- package/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +32 -0
- package/Accounts/Groups/Requests/PayUserGroup.d.ts +19 -0
- package/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +16 -0
- package/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +16 -0
- package/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +10 -0
- package/Accounts/Groups/Requests/PayUserGroupGet.d.ts +16 -0
- package/Accounts/Groups/Requests/PayUserGroupList.d.ts +28 -0
- package/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +21 -0
- package/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +10 -0
- package/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +17 -0
- package/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +14 -0
- package/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +16 -0
- package/Accounts/Groups/Responses/RepUserGroupGet.d.ts +15 -0
- package/Accounts/Groups/Responses/RepUserGroupList.d.ts +27 -0
- package/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +14 -0
- package/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +113 -0
- package/Accounts/Machines/Requests/PayMachine.d.ts +19 -0
- package/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +16 -0
- package/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +16 -0
- package/Accounts/Machines/Requests/PayMachineDelete.d.ts +10 -0
- package/Accounts/Machines/Requests/PayMachineGet.d.ts +16 -0
- package/Accounts/Machines/Requests/PayMachineList.d.ts +28 -0
- package/Accounts/Machines/Requests/PayMachineMerge.d.ts +21 -0
- package/Accounts/Machines/Requests/PayMachineRestore.d.ts +10 -0
- package/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +17 -0
- package/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +14 -0
- package/Accounts/Machines/Responses/RepMachineDelete.d.ts +16 -0
- package/Accounts/Machines/Responses/RepMachineGet.d.ts +15 -0
- package/Accounts/Machines/Responses/RepMachineList.d.ts +40 -0
- package/Accounts/Machines/Responses/RepMachineMerge.d.ts +14 -0
- package/Accounts/Permissions/ParamPermission.d.ts +40 -0
- package/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +67 -0
- package/Accounts/Self/Requests/PaySelfContact.d.ts +23 -0
- package/Accounts/Self/Requests/PaySelfGet.d.ts +16 -0
- package/Accounts/Self/Requests/PaySelfLogin.d.ts +31 -0
- package/Accounts/Self/Requests/PaySelfLogout.d.ts +16 -0
- package/Accounts/Self/Requests/PaySelfPassword.d.ts +26 -0
- package/Accounts/Self/Requests/PaySelfPreferences.d.ts +47 -0
- package/Accounts/Self/Responses/RepSelfContact.d.ts +7 -0
- package/Accounts/Self/Responses/RepSelfGet.d.ts +48 -0
- package/Accounts/Self/Responses/RepSelfLogout.d.ts +17 -0
- package/Accounts/Self/Responses/RepSelfPassword.d.ts +17 -0
- package/Accounts/Self/Responses/RepSelfPreferences.d.ts +7 -0
- package/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +12 -0
- package/Accounts/Sessions/Requests/PaySessionDelete.d.ts +10 -0
- package/Accounts/Sessions/Requests/PaySessionGet.d.ts +16 -0
- package/Accounts/Sessions/Requests/PaySessionList.d.ts +30 -0
- package/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +26 -0
- package/Accounts/Sessions/Responses/RepSessionDelete.d.ts +16 -0
- package/Accounts/Sessions/Responses/RepSessionGet.d.ts +15 -0
- package/Accounts/Sessions/Responses/RepSessionList.d.ts +40 -0
- package/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +75 -0
- package/Accounts/Users/Requests/PayUser.d.ts +19 -0
- package/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +16 -0
- package/Accounts/Users/Requests/PayUserAdvancedList.d.ts +39 -0
- package/Accounts/Users/Requests/PayUserBatchDelete.d.ts +16 -0
- package/Accounts/Users/Requests/PayUserBatchMerge.d.ts +16 -0
- package/Accounts/Users/Requests/PayUserDelete.d.ts +10 -0
- package/Accounts/Users/Requests/PayUserGeneralGet.d.ts +16 -0
- package/Accounts/Users/Requests/PayUserGeneralList.d.ts +39 -0
- package/Accounts/Users/Requests/PayUserGet.d.ts +16 -0
- package/Accounts/Users/Requests/PayUserList.d.ts +39 -0
- package/Accounts/Users/Requests/PayUserMerge.d.ts +21 -0
- package/Accounts/Users/Requests/PayUserRestore.d.ts +10 -0
- package/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +16 -0
- package/Accounts/Users/Responses/RepUserAdvancedList.d.ts +40 -0
- package/Accounts/Users/Responses/RepUserBatchDelete.d.ts +17 -0
- package/Accounts/Users/Responses/RepUserBatchMerge.d.ts +14 -0
- package/Accounts/Users/Responses/RepUserDelete.d.ts +16 -0
- package/Accounts/Users/Responses/RepUserGeneralGet.d.ts +16 -0
- package/Accounts/Users/Responses/RepUserGeneralList.d.ts +40 -0
- package/Accounts/Users/Responses/RepUserGet.d.ts +16 -0
- package/Accounts/Users/Responses/RepUserList.d.ts +40 -0
- package/Accounts/Users/Responses/RepUserMerge.d.ts +14 -0
- package/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +27 -0
- package/Assets/Requests/Parameters/ParamAssetMerge.d.ts +144 -0
- package/Assets/Requests/PayAsset.d.ts +19 -0
- package/Assets/Requests/PayAssetAdvancedGet.d.ts +17 -0
- package/Assets/Requests/PayAssetAdvancedList.d.ts +69 -0
- package/Assets/Requests/PayAssetBatchDelete.d.ts +17 -0
- package/Assets/Requests/PayAssetBatchMerge.d.ts +16 -0
- package/Assets/Requests/PayAssetDelete.d.ts +10 -0
- package/Assets/Requests/PayAssetDispatchGet.d.ts +24 -0
- package/Assets/Requests/PayAssetDispatchList.d.ts +69 -0
- package/Assets/Requests/PayAssetDispatchMerge.d.ts +16 -0
- package/Assets/Requests/PayAssetGeneralGet.d.ts +24 -0
- package/Assets/Requests/PayAssetGeneralList.d.ts +69 -0
- package/Assets/Requests/PayAssetGet.d.ts +24 -0
- package/Assets/Requests/PayAssetList.d.ts +69 -0
- package/Assets/Requests/PayAssetMerge.d.ts +16 -0
- package/Assets/Requests/PayAssetReactivate.d.ts +10 -0
- package/Assets/Requests/PayAssetRestore.d.ts +10 -0
- package/Assets/Requests/PayAssetSuspend.d.ts +10 -0
- package/Assets/Responses/RepAssetAdvancedGet.d.ts +16 -0
- package/Assets/Responses/RepAssetAdvancedList.d.ts +52 -0
- package/Assets/Responses/RepAssetBatchDelete.d.ts +17 -0
- package/Assets/Responses/RepAssetBatchMerge.d.ts +14 -0
- package/Assets/Responses/RepAssetDelete.d.ts +16 -0
- package/Assets/Responses/RepAssetDispatchGet.d.ts +16 -0
- package/Assets/Responses/RepAssetDispatchList.d.ts +52 -0
- package/Assets/Responses/RepAssetDispatchMerge.d.ts +14 -0
- package/Assets/Responses/RepAssetGeneralGet.d.ts +16 -0
- package/Assets/Responses/RepAssetGeneralList.d.ts +52 -0
- package/Assets/Responses/RepAssetGet.d.ts +15 -0
- package/Assets/Responses/RepAssetList.d.ts +51 -0
- package/Assets/Responses/RepAssetMerge.d.ts +14 -0
- package/Assets/Responses/RepAssetSuspend.d.ts +16 -0
- package/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +48 -0
- package/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +19 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +16 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +16 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +10 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +16 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +28 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +21 -0
- package/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +10 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +17 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +14 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +16 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +15 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +27 -0
- package/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +14 -0
- package/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +38 -0
- package/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +50 -0
- package/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +53 -0
- package/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +52 -0
- package/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +57 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +19 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +16 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +16 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +10 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +16 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +28 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +21 -0
- package/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +10 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +17 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +14 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +16 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +15 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +27 -0
- package/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +14 -0
- package/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +53 -0
- package/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +85 -0
- package/Companies/Requests/Parameters/ParamEmailServer.d.ts +65 -0
- package/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +41 -0
- package/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +37 -0
- package/Companies/Requests/Parameters/ParamSmsServer.d.ts +21 -0
- package/Companies/Requests/PayCompany.d.ts +19 -0
- package/Companies/Requests/PayCompanyBatchDelete.d.ts +16 -0
- package/Companies/Requests/PayCompanyBatchMerge.d.ts +16 -0
- package/Companies/Requests/PayCompanyDelete.d.ts +10 -0
- package/Companies/Requests/PayCompanyDirectoryGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyDirectoryList.d.ts +28 -0
- package/Companies/Requests/PayCompanyGeneralGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyGeneralList.d.ts +37 -0
- package/Companies/Requests/PayCompanyGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyMerge.d.ts +21 -0
- package/Companies/Requests/PayCompanyPolicyGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyPolicyList.d.ts +28 -0
- package/Companies/Requests/PayCompanyResellerDelete.d.ts +10 -0
- package/Companies/Requests/PayCompanyResellerGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyResellerList.d.ts +28 -0
- package/Companies/Requests/PayCompanyResellerMerge.d.ts +21 -0
- package/Companies/Requests/PayCompanyResellerRestore.d.ts +10 -0
- package/Companies/Requests/PayCompanyRestore.d.ts +10 -0
- package/Companies/Requests/PayCompanyStyleGet.d.ts +16 -0
- package/Companies/Requests/PayCompanyStyleList.d.ts +28 -0
- package/Companies/Responses/RepCompanyBatchDelete.d.ts +17 -0
- package/Companies/Responses/RepCompanyBatchMerge.d.ts +14 -0
- package/Companies/Responses/RepCompanyDelete.d.ts +16 -0
- package/Companies/Responses/RepCompanyDirectoryGet.d.ts +16 -0
- package/Companies/Responses/RepCompanyDirectoryList.d.ts +27 -0
- package/Companies/Responses/RepCompanyGeneralGet.d.ts +16 -0
- package/Companies/Responses/RepCompanyGeneralList.d.ts +27 -0
- package/Companies/Responses/RepCompanyGet.d.ts +15 -0
- package/Companies/Responses/RepCompanyMerge.d.ts +14 -0
- package/Companies/Responses/RepCompanyPolicyGet.d.ts +16 -0
- package/Companies/Responses/RepCompanyPolicyList.d.ts +27 -0
- package/Companies/Responses/RepCompanyResellerDelete.d.ts +16 -0
- package/Companies/Responses/RepCompanyResellerGet.d.ts +16 -0
- package/Companies/Responses/RepCompanyResellerList.d.ts +27 -0
- package/Companies/Responses/RepCompanyResellerMerge.d.ts +14 -0
- package/Companies/Responses/RepCompanyStyleGet.d.ts +16 -0
- package/Companies/Responses/RepCompanyStyleList.d.ts +27 -0
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +24 -0
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +27 -0
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +59 -0
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +28 -0
- package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +44 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +34 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +16 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +16 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +16 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +16 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +21 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +22 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +10 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +16 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +103 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +21 -0
- package/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +10 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +17 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +14 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +16 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +15 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +92 -0
- package/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +14 -0
- package/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +72 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +19 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +16 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +16 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +10 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +16 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +69 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +21 -0
- package/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +10 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +17 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +14 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +16 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +15 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +67 -0
- package/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +14 -0
- package/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +37 -0
- package/Hosting/Documents/Requests/PayDocument.d.ts +19 -0
- package/Hosting/Documents/Requests/PayDocumentDelete.d.ts +10 -0
- package/Hosting/Documents/Requests/PayDocumentGet.d.ts +16 -0
- package/Hosting/Documents/Requests/PayDocumentList.d.ts +28 -0
- package/Hosting/Documents/Requests/PayDocumentMerge.d.ts +21 -0
- package/Hosting/Documents/Requests/PayDocumentRestore.d.ts +10 -0
- package/Hosting/Documents/Responses/RepDocumentDelete.d.ts +16 -0
- package/Hosting/Documents/Responses/RepDocumentGet.d.ts +15 -0
- package/Hosting/Documents/Responses/RepDocumentList.d.ts +27 -0
- package/Hosting/Documents/Responses/RepDocumentMerge.d.ts +14 -0
- package/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +47 -0
- package/Hosting/FormResults/Requests/PayFormResult.d.ts +19 -0
- package/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +16 -0
- package/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +10 -0
- package/Hosting/FormResults/Requests/PayFormResultGet.d.ts +16 -0
- package/Hosting/FormResults/Requests/PayFormResultList.d.ts +28 -0
- package/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +21 -0
- package/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +10 -0
- package/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +14 -0
- package/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +16 -0
- package/Hosting/FormResults/Responses/RepFormResultGet.d.ts +16 -0
- package/Hosting/FormResults/Responses/RepFormResultList.d.ts +27 -0
- package/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +14 -0
- package/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +78 -0
- package/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +20 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +19 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +16 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +16 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +10 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +16 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +28 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +21 -0
- package/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +10 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +17 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +15 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +17 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +15 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +27 -0
- package/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +14 -0
- package/Images/Dashcams/Requests/PayDashcam.d.ts +19 -0
- package/Images/Dashcams/Requests/PayDashcamGet.d.ts +16 -0
- package/Images/Dashcams/Requests/PayDashcamList.d.ts +104 -0
- package/Images/Dashcams/Responses/RepDashcamGet.d.ts +15 -0
- package/Images/Dashcams/Responses/RepDashcamList.d.ts +94 -0
- package/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +34 -0
- package/Images/Icons/Requests/PayIcon.d.ts +19 -0
- package/Images/Icons/Requests/PayIconBatchDelete.d.ts +16 -0
- package/Images/Icons/Requests/PayIconBatchMerge.d.ts +16 -0
- package/Images/Icons/Requests/PayIconDelete.d.ts +10 -0
- package/Images/Icons/Requests/PayIconGet.d.ts +16 -0
- package/Images/Icons/Requests/PayIconList.d.ts +28 -0
- package/Images/Icons/Requests/PayIconMerge.d.ts +21 -0
- package/Images/Icons/Requests/PayIconRestore.d.ts +10 -0
- package/Images/Icons/Responses/RepIconBatchDelete.d.ts +17 -0
- package/Images/Icons/Responses/RepIconBatchMerge.d.ts +14 -0
- package/Images/Icons/Responses/RepIconDelete.d.ts +16 -0
- package/Images/Icons/Responses/RepIconGet.d.ts +16 -0
- package/Images/Icons/Responses/RepIconList.d.ts +27 -0
- package/Images/Icons/Responses/RepIconMerge.d.ts +14 -0
- package/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +30 -0
- package/Images/Pictures/Requests/PayPicture.d.ts +19 -0
- package/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +16 -0
- package/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +16 -0
- package/Images/Pictures/Requests/PayPictureDelete.d.ts +10 -0
- package/Images/Pictures/Requests/PayPictureGet.d.ts +16 -0
- package/Images/Pictures/Requests/PayPictureList.d.ts +28 -0
- package/Images/Pictures/Requests/PayPictureMerge.d.ts +21 -0
- package/Images/Pictures/Requests/PayPictureRestore.d.ts +10 -0
- package/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +17 -0
- package/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +14 -0
- package/Images/Pictures/Responses/RepPictureDelete.d.ts +16 -0
- package/Images/Pictures/Responses/RepPictureGet.d.ts +15 -0
- package/Images/Pictures/Responses/RepPictureList.d.ts +27 -0
- package/Images/Pictures/Responses/RepPictureMerge.d.ts +14 -0
- package/LICENSE +661 -0
- package/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +33 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +19 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +16 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +16 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +10 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +16 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +28 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +21 -0
- package/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +10 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +17 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +15 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +17 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +15 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +27 -0
- package/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +14 -0
- package/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +42 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +19 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +16 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +16 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +10 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +16 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +28 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +21 -0
- package/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +10 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +17 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +14 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +16 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +15 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +27 -0
- package/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +14 -0
- package/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +22 -0
- package/Messaging/Requests/PayAssetMessage.d.ts +19 -0
- package/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +16 -0
- package/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +16 -0
- package/Messaging/Requests/PayAssetMessageDelete.d.ts +10 -0
- package/Messaging/Requests/PayAssetMessageGet.d.ts +16 -0
- package/Messaging/Requests/PayAssetMessageList.d.ts +40 -0
- package/Messaging/Requests/PayAssetMessageMerge.d.ts +21 -0
- package/Messaging/Requests/PayAssetMessageRestore.d.ts +10 -0
- package/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +17 -0
- package/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +14 -0
- package/Messaging/Responses/RepAssetMessageDelete.d.ts +17 -0
- package/Messaging/Responses/RepAssetMessageGet.d.ts +16 -0
- package/Messaging/Responses/RepAssetMessageList.d.ts +42 -0
- package/Messaging/Responses/RepAssetMessageMerge.d.ts +14 -0
- package/Places/Requests/Parameters/ParamPlaceMerge.d.ts +26 -0
- package/Places/Requests/PayPlace.d.ts +19 -0
- package/Places/Requests/PayPlaceBatchDelete.d.ts +16 -0
- package/Places/Requests/PayPlaceBatchMerge.d.ts +16 -0
- package/Places/Requests/PayPlaceDelete.d.ts +10 -0
- package/Places/Requests/PayPlaceGet.d.ts +16 -0
- package/Places/Requests/PayPlaceList.d.ts +28 -0
- package/Places/Requests/PayPlaceMerge.d.ts +21 -0
- package/Places/Requests/PayPlaceRestore.d.ts +10 -0
- package/Places/Responses/RepPlaceBatchDelete.d.ts +18 -0
- package/Places/Responses/RepPlaceBatchMerge.d.ts +15 -0
- package/Places/Responses/RepPlaceDelete.d.ts +17 -0
- package/Places/Responses/RepPlaceGet.d.ts +15 -0
- package/Places/Responses/RepPlaceList.d.ts +27 -0
- package/Places/Responses/RepPlaceMerge.d.ts +14 -0
- package/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +25 -0
- package/Providers/Configs/Requests/PayProviderConfig.d.ts +19 -0
- package/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +16 -0
- package/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +16 -0
- package/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +10 -0
- package/Providers/Configs/Requests/PayProviderConfigGet.d.ts +16 -0
- package/Providers/Configs/Requests/PayProviderConfigList.d.ts +39 -0
- package/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +21 -0
- package/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +10 -0
- package/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +17 -0
- package/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +14 -0
- package/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +16 -0
- package/Providers/Configs/Responses/RepProviderConfigGet.d.ts +15 -0
- package/Providers/Configs/Responses/RepProviderConfigList.d.ts +40 -0
- package/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +14 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +19 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +16 -0
- package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +28 -0
- package/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +15 -0
- package/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +22 -0
- package/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +25 -0
- package/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +19 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +16 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +16 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +10 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +16 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +28 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +21 -0
- package/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +10 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +17 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +14 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +16 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +15 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +27 -0
- package/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +14 -0
- package/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +33 -0
- package/Providers/Providers/Requests/PayProvider.d.ts +19 -0
- package/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +44 -0
- package/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderControlGet.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderControlList.d.ts +44 -0
- package/Providers/Providers/Requests/PayProviderDelete.d.ts +10 -0
- package/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderGeneralList.d.ts +44 -0
- package/Providers/Providers/Requests/PayProviderGet.d.ts +16 -0
- package/Providers/Providers/Requests/PayProviderList.d.ts +43 -0
- package/Providers/Providers/Requests/PayProviderMerge.d.ts +21 -0
- package/Providers/Providers/Requests/PayProviderRestore.d.ts +10 -0
- package/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +16 -0
- package/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +40 -0
- package/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +17 -0
- package/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +15 -0
- package/Providers/Providers/Responses/RepProviderControlGet.d.ts +16 -0
- package/Providers/Providers/Responses/RepProviderControlList.d.ts +40 -0
- package/Providers/Providers/Responses/RepProviderDelete.d.ts +16 -0
- package/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +16 -0
- package/Providers/Providers/Responses/RepProviderGeneralList.d.ts +40 -0
- package/Providers/Providers/Responses/RepProviderGet.d.ts +15 -0
- package/Providers/Providers/Responses/RepProviderList.d.ts +40 -0
- package/Providers/Providers/Responses/RepProviderMerge.d.ts +14 -0
- package/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +19 -0
- package/Providers/Registrations/Requests/PayProviderRegistration.d.ts +19 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +10 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +16 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +28 -0
- package/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +16 -0
- package/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +16 -0
- package/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +15 -0
- package/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +27 -0
- package/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +14 -0
- package/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +21 -0
- package/Providers/Scripts/Requests/PayProviderScript.d.ts +19 -0
- package/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +16 -0
- package/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +16 -0
- package/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +10 -0
- package/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +16 -0
- package/Providers/Scripts/Requests/PayProviderScriptList.d.ts +28 -0
- package/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +21 -0
- package/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +10 -0
- package/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +17 -0
- package/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +14 -0
- package/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +17 -0
- package/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +15 -0
- package/Providers/Scripts/Responses/RepProviderScriptList.d.ts +27 -0
- package/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +15 -0
- package/README.md +25 -0
- package/Reports/Parameters/ParamReportOptions.d.ts +23 -0
- package/Reports/Parameters/ParamReportScorecardRules.d.ts +12 -0
- package/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +21 -0
- package/Reports/Results/Requests/PayReportResult.d.ts +19 -0
- package/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +16 -0
- package/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +16 -0
- package/Reports/Results/Requests/PayReportResultDelete.d.ts +10 -0
- package/Reports/Results/Requests/PayReportResultGet.d.ts +16 -0
- package/Reports/Results/Requests/PayReportResultList.d.ts +28 -0
- package/Reports/Results/Requests/PayReportResultMerge.d.ts +21 -0
- package/Reports/Results/Requests/PayReportResultRestore.d.ts +10 -0
- package/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +17 -0
- package/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +14 -0
- package/Reports/Results/Responses/RepReportResultDelete.d.ts +16 -0
- package/Reports/Results/Responses/RepReportResultGet.d.ts +15 -0
- package/Reports/Results/Responses/RepReportResultList.d.ts +27 -0
- package/Reports/Results/Responses/RepReportResultMerge.d.ts +14 -0
- package/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +18 -0
- package/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +21 -0
- package/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +22 -0
- package/Reports/Schedules/Requests/PayReportSchedule.d.ts +19 -0
- package/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +10 -0
- package/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +16 -0
- package/Reports/Schedules/Requests/PayReportScheduleList.d.ts +28 -0
- package/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +21 -0
- package/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +10 -0
- package/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +17 -0
- package/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +16 -0
- package/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +15 -0
- package/Reports/Schedules/Responses/RepReportScheduleList.d.ts +27 -0
- package/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +14 -0
- package/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +20 -0
- package/Reports/Templates/Requests/PayReportTemplate.d.ts +19 -0
- package/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +16 -0
- package/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +16 -0
- package/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +10 -0
- package/Reports/Templates/Requests/PayReportTemplateGet.d.ts +16 -0
- package/Reports/Templates/Requests/PayReportTemplateList.d.ts +28 -0
- package/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +21 -0
- package/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +10 -0
- package/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +17 -0
- package/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +14 -0
- package/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +16 -0
- package/Reports/Templates/Responses/RepReportTemplateGet.d.ts +15 -0
- package/Reports/Templates/Responses/RepReportTemplateList.d.ts +27 -0
- package/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +14 -0
- package/WebSocket/Requests/Parameters/SubscriptionType.d.ts +213 -0
- package/WebSocket/Requests/PaySubscriptionDelete.d.ts +11 -0
- package/WebSocket/Requests/PaySubscriptionList.d.ts +11 -0
- package/WebSocket/Requests/PaySubscriptionMerge.d.ts +24 -0
- package/WebSocket/Responses/Content/Subscription.d.ts +18 -0
- package/WebSocket/Responses/RepSubscription.d.ts +30 -0
- package/WebSocket/Responses/RepSubscriptionList.d.ts +14 -0
- package/index.d.ts +572 -565
- package/package.json +7 -2
- package/trakit-commands.min.js +2 -2
- 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/ParamMerge.d.ts +0 -10
- 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/Errors/ErrorDetail_fromJSON.d.ts +0 -1
- 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/Parameters/ParamFormResultMerge.d.ts +0 -46
- 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/PayFormResultBatchMerge.d.ts +0 -15
- package/commands/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +0 -9
- package/commands/Hosting/FormResults/Requests/PayFormResultGet.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/Requests/PayFormResultRestore.d.ts +0 -9
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +0 -13
- 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/FormResults/Responses/RepFormResultMerge.d.ts +0 -13
- 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/Requests/PayFormTemplate.d.ts +0 -18
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +0 -15
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +0 -15
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +0 -9
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +0 -15
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +0 -27
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +0 -20
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +0 -9
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.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/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +0 -13
- 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/Requests/Parameters/ParamPlaceMerge.d.ts +0 -25
- package/commands/Places/Requests/PayPlace.d.ts +0 -18
- package/commands/Places/Requests/PayPlaceBatchDelete.d.ts +0 -15
- package/commands/Places/Requests/PayPlaceBatchMerge.d.ts +0 -15
- package/commands/Places/Requests/PayPlaceDelete.d.ts +0 -9
- package/commands/Places/Requests/PayPlaceGet.d.ts +0 -15
- package/commands/Places/Requests/PayPlaceList.d.ts +0 -27
- package/commands/Places/Requests/PayPlaceMerge.d.ts +0 -20
- package/commands/Places/Requests/PayPlaceRestore.d.ts +0 -9
- package/commands/Places/Responses/RepPlaceBatchDelete.d.ts +0 -15
- package/commands/Places/Responses/RepPlaceBatchMerge.d.ts +0 -14
- 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/Places/Responses/RepPlaceMerge.d.ts +0 -13
- 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/tests/hello.test.d.ts +0 -1
- package/vitest.config.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trakit/commands",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.7",
|
|
5
5
|
"main": "./trakit-commands.min.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -11,6 +11,12 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "git+https://github.com/trakitwireless/trakit-ts-commands.git"
|
|
13
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"LICENSE",
|
|
16
|
+
"README.md",
|
|
17
|
+
"**/*.js",
|
|
18
|
+
"**/*.d.ts"
|
|
19
|
+
],
|
|
14
20
|
"keywords": [
|
|
15
21
|
"trakit"
|
|
16
22
|
],
|
|
@@ -25,7 +31,6 @@
|
|
|
25
31
|
"@rollup/plugin-terser": "^0.4.4",
|
|
26
32
|
"rollup": "^4.36.0",
|
|
27
33
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
28
|
-
"tsx": "^4.21.0",
|
|
29
34
|
"vitest": "^4.0.7"
|
|
30
35
|
},
|
|
31
36
|
"dependencies": {
|
package/trakit-commands.min.js
CHANGED
|
@@ -2,6 +2,6 @@ import{serialization as e,utility as t,storage as s,Contact as r,PermissionType
|
|
|
2
2
|
/**
|
|
3
3
|
* Command definitions that work with our various APIs.
|
|
4
4
|
* {@link https://github.com/trakitwireless/trakit-ts-commands|TypeScript documentation.}
|
|
5
|
-
* Last updated on
|
|
5
|
+
* Last updated on Friday December 19, 2025
|
|
6
6
|
* @copyright Trak-iT Wireless Inc. 2025
|
|
7
|
-
*/const Rs=5.05;export{Ve as ContentCode,We as ContentCodeCompany,Ze as ContentCodeDeleted,xe as ContentId,Qe as ContentIdAsset,Xe as ContentIdBillingProfile,we as ContentIdCompany,Ye as ContentIdCompanyTemplate,nt as ContentIdParent,it as ContentIdParentDeleted,at as ContentIdScript,ot as ContentIdSuspended,$e as ContentIdendifier,tt as ContentIdendifierAsset,et as ContentIdendifierCompany,st as ContentIdendifierDeleted,rt as ContentIdendifierSuspended,Te as ContentKey,Ie as ContentKeyCompany,Oe as ContentKeyDeleted,Ke as ContentLogin,_e as ContentLoginCompany,ze as ContentLoginDeleted,Se as ErrorCode,Ge as ErrorDetail,pt as ErrorDetailBadIds,ht as ErrorDetailBadIndexes,lt as ErrorDetailBadKeys,ut as ErrorDetailBatch,Rt as ErrorDetailContactInUse,Pt as ErrorDetailCount,gt as ErrorDetailEnum,Ct as ErrorDetailEscalation,Bt as ErrorDetailExternals,Lt as ErrorDetailFormTemplateInUse,mt as ErrorDetailInput,Dt as ErrorDetailLocked,xt as ErrorDetailMinMax,wt as ErrorDetailParent,vt as ErrorDetailParse,St as ErrorDetailPhone,Mt as ErrorDetailSecret,ft as ErrorDetailStack,Gt as ErrorDetailThrottled,Me as ErrorDetailType,dt as ErrorDetailUserGroupInUse,At as ParamAssetMerge,Jt as ParamBehaviourMerge,Nt as ParamBehaviourScriptMerge,Ee as ParamCode,Be as ParamContactMerge,Kt as ParamDispatchJobCancel,jt as ParamDispatchJobChange,Et as ParamDispatchJobMerge,_t as ParamDispatchStepChange,zt as ParamDispatchStepMerge,Ht as ParamDispatchTaskMerge,Wt as ParamFormField,Zt as ParamFormTemplateMerge,He as ParamGuid,Ue as ParamHandle,Qt as ParamIconMerge,Le as ParamId,qe as ParamIdentifier,Ne as ParamKey,Fe as ParamLogin,Je as ParamMachineMerge,me as ParamMerge,ge as ParamMergeSubscribable,Ae as ParamPermission,Xt as ParamPictureMerge,ts as ParamPlaceMerge,ss as ParamProviderConfigMerge,rs as ParamProviderConfigurationMerge,as as ParamProviderScriptMerge,us as ParamReportScheduleMerge,ys as ParamReportTemplateMerge,Ce as ParamSelfContactMerge,be as ParamUserGroupMerge,je as ParamUserMerge,PayAsset,PayAssetAdvancedGet,PayAssetAdvancedListByCompany,PayAssetAdvancedListByCompanyAndLabels,PayAssetAdvancedListByCompanyAndRefPairs,PayAssetBatchDelete,PayAssetBatchMerge,PayAssetDelete,PayAssetDispatchGet,PayAssetDispatchListByCompany,PayAssetDispatchListByCompanyAndLabels,PayAssetDispatchListByCompanyAndRefPairs,PayAssetDispatchMerge,PayAssetGeneralGet,PayAssetGeneralListByCompany,PayAssetGeneralListByCompanyAndLabels,PayAssetGeneralListByCompanyAndRefPairs,PayAssetGet,PayAssetListByCompany,PayAssetListByCompanyAndLabels,PayAssetListByCompanyAndRefPairs,PayAssetMerge,PayAssetMessageBatchDelete,PayAssetMessageBatchMerge,PayAssetMessageDelete,PayAssetMessageGet,PayAssetMessageListByAsset,PayAssetMessageListByCompany,PayAssetMessageMerge,PayAssetMessageRestore,PayAssetReactivate,PayAssetRestore,PayAssetSuspend,PayBehaviour,PayBehaviourBatchDelete,PayBehaviourBatchMerge,PayBehaviourDelete,PayBehaviourGet,PayBehaviourListByCompany,PayBehaviourLogBatchDeleteByAsset,PayBehaviourLogBatchDeleteByBehaviour,PayBehaviourLogBatchDeleteByScript,PayBehaviourLogListByAsset,PayBehaviourLogListByBehaviour,PayBehaviourLogListByScript,PayBehaviourMerge,PayBehaviourRestore,PayBehaviourScript,PayBehaviourScriptBatchDelete,PayBehaviourScriptBatchMerge,PayBehaviourScriptDelete,PayBehaviourScriptGet,PayBehaviourScriptListByCompany,PayBehaviourScriptMerge,PayBehaviourScriptRestore,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,PayContact,PayContactBatchDelete,PayContactBatchMerge,PayContactDelete,PayContactGet,PayContactListByCompany,PayContactMerge,PayContactRestore,PayDashcamGet,PayDashcamListByCompany,PayDashcamLiveListByCompany,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,PayDocumentDelete,PayDocumentGet,PayDocumentListByCompany,PayDocumentMerge,PayDocumentRestore,PayFormResultBatchMerge,PayFormResultDelete,PayFormResultGet,PayFormResultListByCompany,PayFormResultMerge,PayFormResultRestore,PayFormTemplate,PayFormTemplateBatchDelete,PayFormTemplateBatchMerge,PayFormTemplateDelete,PayFormTemplateGet,PayFormTemplateListByCompany,PayFormTemplateMerge,PayFormTemplateRestore,PayIcon,PayIconBatchDelete,PayIconBatchMerge,PayIconDelete,PayIconGet,PayIconList,PayIconListByCompany,PayIconMerge,PayIconRestore,PayListByDate,PayListById,PayListByKey,PayMachineBatchDelete,PayMachineBatchMerge,PayMachineDelete,PayMachineGet,PayMachineListByCompany,PayMachineMerge,PayMachineRestore,PayMaintenanceJob,PayMaintenanceJobBatchDelete,PayMaintenanceJobBatchMerge,PayMaintenanceJobDelete,PayMaintenanceJobGet,PayMaintenanceJobListByCompany,PayMaintenanceJobMerge,PayMaintenanceJobRestore,PayMaintenanceSchedule,PayMaintenanceScheduleBatchDelete,PayMaintenanceScheduleBatchMerge,PayMaintenanceScheduleDelete,PayMaintenanceScheduleGet,PayMaintenanceScheduleListByCompany,PayMaintenanceScheduleMerge,PayMaintenanceScheduleRestore,PayPicture,PayPictureBatchDelete,PayPictureBatchMerge,PayPictureDelete,PayPictureGet,PayPictureList,PayPictureListByCompany,PayPictureMerge,PayPictureRestore,PayPlace,PayPlaceBatchDelete,PayPlaceBatchMerge,PayPlaceDelete,PayPlaceGet,PayPlaceListByCompany,PayPlaceMerge,PayPlaceRestore,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,PayReportResultBatchDelete,PayReportResultBatchMerge,PayReportResultDelete,PayReportResultGet,PayReportResultListByCompany,PayReportResultMerge,PayReportResultRestore,PayReportScheduleDelete,PayReportScheduleGet,PayReportScheduleListByCompany,PayReportScheduleMerge,PayReportScheduleRestore,PayReportTemplate,PayReportTemplateBatchDelete,PayReportTemplateBatchMerge,PayReportTemplateDelete,PayReportTemplateGet,PayReportTemplateListByCompany,PayReportTemplateMerge,PayReportTemplateRestore,PaySelfContact,PaySelfGet,PaySelfLogin,PaySelfLogout,PaySelfPassword,PaySelfPreferences,PaySessionDelete,PaySessionGet,PaySessionListByCompany,PaySessionListByUser,PaySubscriptionDelete,PaySubscriptionList,PaySubscriptionMerge,PayUserAdvancedGet,PayUserAdvancedListByCompany,PayUserAdvancedListByUserGroup,PayUserBatchDelete,PayUserBatchMerge,PayUserDelete,PayUserGeneralGet,PayUserGeneralListByCompany,PayUserGeneralListByUserGroup,PayUserGet,PayUserGroupBatchDelete,PayUserGroupBatchMerge,PayUserGroupDelete,PayUserGroupGet,PayUserGroupListByCompany,PayUserGroupMerge,PayUserGroupRestore,PayUserListByCompany,PayUserMerge,PayUserRestore,Payload,RepAssetAdvancedGet,RepAssetAdvancedListByCompany,RepAssetAdvancedListByCompanyAndLabels,RepAssetAdvancedListByCompanyAndRefPairs,RepAssetBatchMerge,RepAssetDelete,RepAssetDispatchGet,RepAssetDispatchListByCompany,RepAssetDispatchListByCompanyAndLabels,RepAssetDispatchListByCompanyAndRefPairs,RepAssetDispatchMerge,RepAssetGeneralGet,RepAssetGeneralListByCompany,RepAssetGeneralListByCompanyAndLabels,RepAssetGeneralListByCompanyAndRefPairs,RepAssetGet,RepAssetListByCompany,RepAssetListByCompanyAndLabels,RepAssetListByCompanyAndRefPairs,RepAssetMerge,RepAssetMessageBatchDelete,RepAssetMessageBatchMerge,RepAssetMessageDelete,RepAssetMessageGet,RepAssetMessageListByAsset,RepAssetMessageListByCompany,RepAssetMessageMerge,RepAssetSuspend,RepBehaviourBatchDelete,RepBehaviourBatchMerge,RepBehaviourDelete,RepBehaviourGet,RepBehaviourListByCompany,RepBehaviourLogBatchDeleteByAsset,RepBehaviourLogBatchDeleteByBehaviour,RepBehaviourLogBatchDeleteByScript,RepBehaviourLogListByAsset,RepBehaviourLogListByBehaviour,RepBehaviourLogListByScript,RepBehaviourMerge,RepBehaviourScriptBatchDelete,RepBehaviourScriptBatchMerge,RepBehaviourScriptDelete,RepBehaviourScriptGet,RepBehaviourScriptListByCompany,RepBehaviourScriptMerge,RepCompanyBatchDelete,RepCompanyBatchMerge,RepCompanyDelete,RepCompanyDirectoryGet,RepCompanyDirectoryList,RepCompanyDirectoryListByCompany,RepCompanyGeneralGet,RepCompanyGeneralList,RepCompanyGeneralListByCompany,RepCompanyGet,RepCompanyMerge,RepCompanyPolicyGet,RepCompanyPolicyList,RepCompanyPolicyListByCompany,RepCompanyResellerDelete,RepCompanyResellerGet,RepCompanyResellerList,RepCompanyResellerListByCompany,RepCompanyResellerMerge,RepCompanyStyleGet,RepCompanyStyleList,RepCompanyStyleListByCompany,RepContactBatchDelete,RepContactBatchMerge,RepContactDelete,RepContactGet,RepContactListByCompany,RepContactMerge,RepDashcamGet,RepDashcamListByCompany,RepDashcamLiveListByCompany,RepDispatchJobBatchDelete,RepDispatchJobBatchMerge,RepDispatchJobDelete,RepDispatchJobGet,RepDispatchJobListByAsset,RepDispatchJobListByAssetAndLabels,RepDispatchJobListByAssetAndRefPairs,RepDispatchJobListByCompany,RepDispatchJobListByCompanyAndLabels,RepDispatchJobListByCompanyAndRefPairs,RepDispatchJobMerge,RepDispatchTaskBatchDelete,RepDispatchTaskBatchMerge,RepDispatchTaskDelete,RepDispatchTaskGet,RepDispatchTaskList,RepDispatchTaskListByAsset,RepDispatchTaskListByAssetAndRefPairs,RepDispatchTaskListByCompany,RepDispatchTaskListByCompanyAndRefPairs,RepDispatchTaskMerge,RepDocumentDelete,RepDocumentGet,RepDocumentListByCompany,RepDocumentMerge,RepFormResultBatchMerge,RepFormResultDelete,RepFormResultGet,RepFormResultListByCompany,RepFormResultMerge,RepFormTemplateBatchDelete,RepFormTemplateBatchMerge,RepFormTemplateDelete,RepFormTemplateGet,RepFormTemplateListByCompany,RepFormTemplateMerge,RepIconBatchDelete,RepIconBatchMerge,RepIconDelete,RepIconGet,RepIconList,RepIconListByCompany,RepIconMerge,RepMachineBatchDelete,RepMachineBatchMerge,RepMachineDelete,RepMachineGet,RepMachineListByCompany,RepMachineListByUserGroup,RepMachineMerge,RepMaintenanceJobBatchDelete,RepMaintenanceJobBatchMerge,RepMaintenanceJobDelete,RepMaintenanceJobGet,RepMaintenanceJobListByCompany,RepMaintenanceJobMerge,RepMaintenanceScheduleBatchDelete,RepMaintenanceScheduleBatchMerge,RepMaintenanceScheduleDelete,RepMaintenanceScheduleGet,RepMaintenanceScheduleListByCompany,RepMaintenanceScheduleMerge,RepPictureBatchDelete,RepPictureBatchMerge,RepPictureDelete,RepPictureGet,RepPictureList,RepPictureListByCompany,RepPictureMerge,RepPlaceBatchDelete,RepPlaceBatchMerge,RepPlaceDelete,RepPlaceGet,RepPlaceListByCompany,RepPlaceMerge,RepProviderAdvancedGet,RepProviderAdvancedListByCompany,RepProviderBatchDelete,RepProviderBatchMerge,RepProviderConfigBatchDelete,RepProviderConfigBatchMerge,RepProviderConfigDelete,RepProviderConfigGet,RepProviderConfigListByCompany,RepProviderConfigMerge,RepProviderConfigurationBatchDelete,RepProviderConfigurationBatchMerge,RepProviderConfigurationDelete,RepProviderConfigurationGet,RepProviderConfigurationListByCompany,RepProviderConfigurationMerge,RepProviderConfigurationTypeGet,RepProviderConfigurationTypeListByCompany,RepProviderControlGet,RepProviderControlListByCompany,RepProviderControlListByConfig,RepProviderDelete,RepProviderGeneralGet,RepProviderGeneralListByCompany,RepProviderGeneralListByConfig,RepProviderGet,RepProviderListByCompany,RepProviderListByConfig,RepProviderMerge,RepProviderRegistrationDelete,RepProviderRegistrationGet,RepProviderRegistrationListByCompany,RepProviderRegistrationMerge,RepProviderScriptBatchDelete,RepProviderScriptBatchMerge,RepProviderScriptDelete,RepProviderScriptGet,RepProviderScriptListByCompany,RepProviderScriptMerge,RepReportResultBatchDelete,RepReportResultBatchMerge,RepReportResultDelete,RepReportResultGet,RepReportResultListByCompany,RepReportResultMerge,RepReportScheduleBatchDelete,RepReportScheduleDelete,RepReportScheduleGet,RepReportScheduleListByCompany,RepReportScheduleMerge,RepReportTemplateBatchDelete,RepReportTemplateBatchMerge,RepReportTemplateDelete,RepReportTemplateGet,RepReportTemplateListByCompany,RepReportTemplateMerge,RepSelfContact,RepSelfGet,RepSelfLogout,RepSelfPassword,RepSelfPreferences,RepSessionDelete,RepSessionGet,RepSessionListByCompany,RepSessionListByUser,RepSubscription,RepSubscriptionList,RepUserAdvancedGet,RepUserAdvancedListByCompany,RepUserAdvancedListByUserGroup,RepUserBatchDelete,RepUserBatchMerge,RepUserDelete,RepUserGeneralGet,RepUserGeneralListByCompany,RepUserGeneralListByUserGroup,RepUserGet,RepUserGroupBatchDelete,RepUserGroupBatchMerge,RepUserGroupDelete,RepUserGroupGet,RepUserGroupListByCompany,RepUserGroupMerge,RepUserListByCompany,RepUserMerge,Reply,ReplySync,ReplySyncBatchDelete,ReplySyncBatchSuspend,ReplySyncDelete,ReplySyncGet,ReplySyncList,ke as SessionHandle,ds as Subscription,fe as SubscriptionType,Rs as version};
|
|
7
|
+
*/const Rs="0.0.7";export{Ve as ContentCode,We as ContentCodeCompany,Ze as ContentCodeDeleted,xe as ContentId,Qe as ContentIdAsset,Xe as ContentIdBillingProfile,we as ContentIdCompany,Ye as ContentIdCompanyTemplate,nt as ContentIdParent,it as ContentIdParentDeleted,at as ContentIdScript,ot as ContentIdSuspended,$e as ContentIdendifier,tt as ContentIdendifierAsset,et as ContentIdendifierCompany,st as ContentIdendifierDeleted,rt as ContentIdendifierSuspended,Te as ContentKey,Ie as ContentKeyCompany,Oe as ContentKeyDeleted,Ke as ContentLogin,_e as ContentLoginCompany,ze as ContentLoginDeleted,Se as ErrorCode,Ge as ErrorDetail,pt as ErrorDetailBadIds,ht as ErrorDetailBadIndexes,lt as ErrorDetailBadKeys,ut as ErrorDetailBatch,Rt as ErrorDetailContactInUse,Pt as ErrorDetailCount,gt as ErrorDetailEnum,Ct as ErrorDetailEscalation,Bt as ErrorDetailExternals,Lt as ErrorDetailFormTemplateInUse,mt as ErrorDetailInput,Dt as ErrorDetailLocked,xt as ErrorDetailMinMax,wt as ErrorDetailParent,vt as ErrorDetailParse,St as ErrorDetailPhone,Mt as ErrorDetailSecret,ft as ErrorDetailStack,Gt as ErrorDetailThrottled,Me as ErrorDetailType,dt as ErrorDetailUserGroupInUse,At as ParamAssetMerge,Jt as ParamBehaviourMerge,Nt as ParamBehaviourScriptMerge,Ee as ParamCode,Be as ParamContactMerge,Kt as ParamDispatchJobCancel,jt as ParamDispatchJobChange,Et as ParamDispatchJobMerge,_t as ParamDispatchStepChange,zt as ParamDispatchStepMerge,Ht as ParamDispatchTaskMerge,Wt as ParamFormField,Zt as ParamFormTemplateMerge,He as ParamGuid,Ue as ParamHandle,Qt as ParamIconMerge,Le as ParamId,qe as ParamIdentifier,Ne as ParamKey,Fe as ParamLogin,Je as ParamMachineMerge,me as ParamMerge,ge as ParamMergeSubscribable,Ae as ParamPermission,Xt as ParamPictureMerge,ts as ParamPlaceMerge,ss as ParamProviderConfigMerge,rs as ParamProviderConfigurationMerge,as as ParamProviderScriptMerge,us as ParamReportScheduleMerge,ys as ParamReportTemplateMerge,Ce as ParamSelfContactMerge,be as ParamUserGroupMerge,je as ParamUserMerge,PayAsset,PayAssetAdvancedGet,PayAssetAdvancedListByCompany,PayAssetAdvancedListByCompanyAndLabels,PayAssetAdvancedListByCompanyAndRefPairs,PayAssetBatchDelete,PayAssetBatchMerge,PayAssetDelete,PayAssetDispatchGet,PayAssetDispatchListByCompany,PayAssetDispatchListByCompanyAndLabels,PayAssetDispatchListByCompanyAndRefPairs,PayAssetDispatchMerge,PayAssetGeneralGet,PayAssetGeneralListByCompany,PayAssetGeneralListByCompanyAndLabels,PayAssetGeneralListByCompanyAndRefPairs,PayAssetGet,PayAssetListByCompany,PayAssetListByCompanyAndLabels,PayAssetListByCompanyAndRefPairs,PayAssetMerge,PayAssetMessageBatchDelete,PayAssetMessageBatchMerge,PayAssetMessageDelete,PayAssetMessageGet,PayAssetMessageListByAsset,PayAssetMessageListByCompany,PayAssetMessageMerge,PayAssetMessageRestore,PayAssetReactivate,PayAssetRestore,PayAssetSuspend,PayBehaviour,PayBehaviourBatchDelete,PayBehaviourBatchMerge,PayBehaviourDelete,PayBehaviourGet,PayBehaviourListByCompany,PayBehaviourLogBatchDeleteByAsset,PayBehaviourLogBatchDeleteByBehaviour,PayBehaviourLogBatchDeleteByScript,PayBehaviourLogListByAsset,PayBehaviourLogListByBehaviour,PayBehaviourLogListByScript,PayBehaviourMerge,PayBehaviourRestore,PayBehaviourScript,PayBehaviourScriptBatchDelete,PayBehaviourScriptBatchMerge,PayBehaviourScriptDelete,PayBehaviourScriptGet,PayBehaviourScriptListByCompany,PayBehaviourScriptMerge,PayBehaviourScriptRestore,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,PayContact,PayContactBatchDelete,PayContactBatchMerge,PayContactDelete,PayContactGet,PayContactListByCompany,PayContactMerge,PayContactRestore,PayDashcamGet,PayDashcamListByCompany,PayDashcamLiveListByCompany,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,PayDocumentDelete,PayDocumentGet,PayDocumentListByCompany,PayDocumentMerge,PayDocumentRestore,PayFormResultBatchMerge,PayFormResultDelete,PayFormResultGet,PayFormResultListByCompany,PayFormResultMerge,PayFormResultRestore,PayFormTemplate,PayFormTemplateBatchDelete,PayFormTemplateBatchMerge,PayFormTemplateDelete,PayFormTemplateGet,PayFormTemplateListByCompany,PayFormTemplateMerge,PayFormTemplateRestore,PayIcon,PayIconBatchDelete,PayIconBatchMerge,PayIconDelete,PayIconGet,PayIconList,PayIconListByCompany,PayIconMerge,PayIconRestore,PayListByDate,PayListById,PayListByKey,PayMachineBatchDelete,PayMachineBatchMerge,PayMachineDelete,PayMachineGet,PayMachineListByCompany,PayMachineMerge,PayMachineRestore,PayMaintenanceJob,PayMaintenanceJobBatchDelete,PayMaintenanceJobBatchMerge,PayMaintenanceJobDelete,PayMaintenanceJobGet,PayMaintenanceJobListByCompany,PayMaintenanceJobMerge,PayMaintenanceJobRestore,PayMaintenanceSchedule,PayMaintenanceScheduleBatchDelete,PayMaintenanceScheduleBatchMerge,PayMaintenanceScheduleDelete,PayMaintenanceScheduleGet,PayMaintenanceScheduleListByCompany,PayMaintenanceScheduleMerge,PayMaintenanceScheduleRestore,PayPicture,PayPictureBatchDelete,PayPictureBatchMerge,PayPictureDelete,PayPictureGet,PayPictureList,PayPictureListByCompany,PayPictureMerge,PayPictureRestore,PayPlace,PayPlaceBatchDelete,PayPlaceBatchMerge,PayPlaceDelete,PayPlaceGet,PayPlaceListByCompany,PayPlaceMerge,PayPlaceRestore,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,PayReportResultBatchDelete,PayReportResultBatchMerge,PayReportResultDelete,PayReportResultGet,PayReportResultListByCompany,PayReportResultMerge,PayReportResultRestore,PayReportScheduleDelete,PayReportScheduleGet,PayReportScheduleListByCompany,PayReportScheduleMerge,PayReportScheduleRestore,PayReportTemplate,PayReportTemplateBatchDelete,PayReportTemplateBatchMerge,PayReportTemplateDelete,PayReportTemplateGet,PayReportTemplateListByCompany,PayReportTemplateMerge,PayReportTemplateRestore,PaySelfContact,PaySelfGet,PaySelfLogin,PaySelfLogout,PaySelfPassword,PaySelfPreferences,PaySessionDelete,PaySessionGet,PaySessionListByCompany,PaySessionListByUser,PaySubscriptionDelete,PaySubscriptionList,PaySubscriptionMerge,PayUserAdvancedGet,PayUserAdvancedListByCompany,PayUserAdvancedListByUserGroup,PayUserBatchDelete,PayUserBatchMerge,PayUserDelete,PayUserGeneralGet,PayUserGeneralListByCompany,PayUserGeneralListByUserGroup,PayUserGet,PayUserGroupBatchDelete,PayUserGroupBatchMerge,PayUserGroupDelete,PayUserGroupGet,PayUserGroupListByCompany,PayUserGroupMerge,PayUserGroupRestore,PayUserListByCompany,PayUserMerge,PayUserRestore,Payload,RepAssetAdvancedGet,RepAssetAdvancedListByCompany,RepAssetAdvancedListByCompanyAndLabels,RepAssetAdvancedListByCompanyAndRefPairs,RepAssetBatchMerge,RepAssetDelete,RepAssetDispatchGet,RepAssetDispatchListByCompany,RepAssetDispatchListByCompanyAndLabels,RepAssetDispatchListByCompanyAndRefPairs,RepAssetDispatchMerge,RepAssetGeneralGet,RepAssetGeneralListByCompany,RepAssetGeneralListByCompanyAndLabels,RepAssetGeneralListByCompanyAndRefPairs,RepAssetGet,RepAssetListByCompany,RepAssetListByCompanyAndLabels,RepAssetListByCompanyAndRefPairs,RepAssetMerge,RepAssetMessageBatchDelete,RepAssetMessageBatchMerge,RepAssetMessageDelete,RepAssetMessageGet,RepAssetMessageListByAsset,RepAssetMessageListByCompany,RepAssetMessageMerge,RepAssetSuspend,RepBehaviourBatchDelete,RepBehaviourBatchMerge,RepBehaviourDelete,RepBehaviourGet,RepBehaviourListByCompany,RepBehaviourLogBatchDeleteByAsset,RepBehaviourLogBatchDeleteByBehaviour,RepBehaviourLogBatchDeleteByScript,RepBehaviourLogListByAsset,RepBehaviourLogListByBehaviour,RepBehaviourLogListByScript,RepBehaviourMerge,RepBehaviourScriptBatchDelete,RepBehaviourScriptBatchMerge,RepBehaviourScriptDelete,RepBehaviourScriptGet,RepBehaviourScriptListByCompany,RepBehaviourScriptMerge,RepCompanyBatchDelete,RepCompanyBatchMerge,RepCompanyDelete,RepCompanyDirectoryGet,RepCompanyDirectoryList,RepCompanyDirectoryListByCompany,RepCompanyGeneralGet,RepCompanyGeneralList,RepCompanyGeneralListByCompany,RepCompanyGet,RepCompanyMerge,RepCompanyPolicyGet,RepCompanyPolicyList,RepCompanyPolicyListByCompany,RepCompanyResellerDelete,RepCompanyResellerGet,RepCompanyResellerList,RepCompanyResellerListByCompany,RepCompanyResellerMerge,RepCompanyStyleGet,RepCompanyStyleList,RepCompanyStyleListByCompany,RepContactBatchDelete,RepContactBatchMerge,RepContactDelete,RepContactGet,RepContactListByCompany,RepContactMerge,RepDashcamGet,RepDashcamListByCompany,RepDashcamLiveListByCompany,RepDispatchJobBatchDelete,RepDispatchJobBatchMerge,RepDispatchJobDelete,RepDispatchJobGet,RepDispatchJobListByAsset,RepDispatchJobListByAssetAndLabels,RepDispatchJobListByAssetAndRefPairs,RepDispatchJobListByCompany,RepDispatchJobListByCompanyAndLabels,RepDispatchJobListByCompanyAndRefPairs,RepDispatchJobMerge,RepDispatchTaskBatchDelete,RepDispatchTaskBatchMerge,RepDispatchTaskDelete,RepDispatchTaskGet,RepDispatchTaskList,RepDispatchTaskListByAsset,RepDispatchTaskListByAssetAndRefPairs,RepDispatchTaskListByCompany,RepDispatchTaskListByCompanyAndRefPairs,RepDispatchTaskMerge,RepDocumentDelete,RepDocumentGet,RepDocumentListByCompany,RepDocumentMerge,RepFormResultBatchMerge,RepFormResultDelete,RepFormResultGet,RepFormResultListByCompany,RepFormResultMerge,RepFormTemplateBatchDelete,RepFormTemplateBatchMerge,RepFormTemplateDelete,RepFormTemplateGet,RepFormTemplateListByCompany,RepFormTemplateMerge,RepIconBatchDelete,RepIconBatchMerge,RepIconDelete,RepIconGet,RepIconList,RepIconListByCompany,RepIconMerge,RepMachineBatchDelete,RepMachineBatchMerge,RepMachineDelete,RepMachineGet,RepMachineListByCompany,RepMachineListByUserGroup,RepMachineMerge,RepMaintenanceJobBatchDelete,RepMaintenanceJobBatchMerge,RepMaintenanceJobDelete,RepMaintenanceJobGet,RepMaintenanceJobListByCompany,RepMaintenanceJobMerge,RepMaintenanceScheduleBatchDelete,RepMaintenanceScheduleBatchMerge,RepMaintenanceScheduleDelete,RepMaintenanceScheduleGet,RepMaintenanceScheduleListByCompany,RepMaintenanceScheduleMerge,RepPictureBatchDelete,RepPictureBatchMerge,RepPictureDelete,RepPictureGet,RepPictureList,RepPictureListByCompany,RepPictureMerge,RepPlaceBatchDelete,RepPlaceBatchMerge,RepPlaceDelete,RepPlaceGet,RepPlaceListByCompany,RepPlaceMerge,RepProviderAdvancedGet,RepProviderAdvancedListByCompany,RepProviderBatchDelete,RepProviderBatchMerge,RepProviderConfigBatchDelete,RepProviderConfigBatchMerge,RepProviderConfigDelete,RepProviderConfigGet,RepProviderConfigListByCompany,RepProviderConfigMerge,RepProviderConfigurationBatchDelete,RepProviderConfigurationBatchMerge,RepProviderConfigurationDelete,RepProviderConfigurationGet,RepProviderConfigurationListByCompany,RepProviderConfigurationMerge,RepProviderConfigurationTypeGet,RepProviderConfigurationTypeListByCompany,RepProviderControlGet,RepProviderControlListByCompany,RepProviderControlListByConfig,RepProviderDelete,RepProviderGeneralGet,RepProviderGeneralListByCompany,RepProviderGeneralListByConfig,RepProviderGet,RepProviderListByCompany,RepProviderListByConfig,RepProviderMerge,RepProviderRegistrationDelete,RepProviderRegistrationGet,RepProviderRegistrationListByCompany,RepProviderRegistrationMerge,RepProviderScriptBatchDelete,RepProviderScriptBatchMerge,RepProviderScriptDelete,RepProviderScriptGet,RepProviderScriptListByCompany,RepProviderScriptMerge,RepReportResultBatchDelete,RepReportResultBatchMerge,RepReportResultDelete,RepReportResultGet,RepReportResultListByCompany,RepReportResultMerge,RepReportScheduleBatchDelete,RepReportScheduleDelete,RepReportScheduleGet,RepReportScheduleListByCompany,RepReportScheduleMerge,RepReportTemplateBatchDelete,RepReportTemplateBatchMerge,RepReportTemplateDelete,RepReportTemplateGet,RepReportTemplateListByCompany,RepReportTemplateMerge,RepSelfContact,RepSelfGet,RepSelfLogout,RepSelfPassword,RepSelfPreferences,RepSessionDelete,RepSessionGet,RepSessionListByCompany,RepSessionListByUser,RepSubscription,RepSubscriptionList,RepUserAdvancedGet,RepUserAdvancedListByCompany,RepUserAdvancedListByUserGroup,RepUserBatchDelete,RepUserBatchMerge,RepUserDelete,RepUserGeneralGet,RepUserGeneralListByCompany,RepUserGeneralListByUserGroup,RepUserGet,RepUserGroupBatchDelete,RepUserGroupBatchMerge,RepUserGroupDelete,RepUserGroupGet,RepUserGroupListByCompany,RepUserGroupMerge,RepUserListByCompany,RepUserMerge,Reply,ReplySync,ReplySyncBatchDelete,ReplySyncBatchSuspend,ReplySyncDelete,ReplySyncGet,ReplySyncList,ke as SessionHandle,ds as Subscription,fe as SubscriptionType,Rs as version};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { LatLng } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* Our implementation to encode a polyline using Google's Encoded Polyline algorithm.
|
|
4
|
-
* This version allows you to change the precision of the encoding.
|
|
5
|
-
* We use 6 decimal places by default. Google uses 5.
|
|
6
|
-
* https://developers.google.com/maps/documentation/utilities/polylinealgorithm
|
|
7
|
-
* @param route The array of coordinates representing a path.
|
|
8
|
-
* @param precision Optional number of decimal places to use to calculate the results. Default is 5.
|
|
9
|
-
* @returns
|
|
10
|
-
*/
|
|
11
|
-
export declare function ROUTE_ENCODE(route: LatLng[], precision?: number): string;
|
|
12
|
-
/**
|
|
13
|
-
* Our implementation to decode a polyline using Google's Encoded Polyline algorithm.
|
|
14
|
-
* This version allows you to change the precision of the encoding.
|
|
15
|
-
* We use 6 decimal places by default. Google uses 5.
|
|
16
|
-
* @param encodedPoints
|
|
17
|
-
* @param precision
|
|
18
|
-
* @returns
|
|
19
|
-
*/
|
|
20
|
-
export declare function ROUTE_DECODE(route: string, precision?: number): LatLng[];
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ParamId } from "./Parameters/ParamId";
|
|
2
|
-
/**
|
|
3
|
-
* Interface for requests on a list of objects by billing profile.
|
|
4
|
-
**/
|
|
5
|
-
export interface IPayListByBillingProfile {
|
|
6
|
-
/**
|
|
7
|
-
* The billing profile to filter the list by.
|
|
8
|
-
**/
|
|
9
|
-
billingProfile: ParamId;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the "code" identifying a resource.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ParamCode {
|
|
6
|
-
/**
|
|
7
|
-
* A "code" identifying a resource.
|
|
8
|
-
* <override required="always" />
|
|
9
|
-
**/
|
|
10
|
-
code: string;
|
|
11
|
-
constructor(json?: JsonObject);
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { guid, JsonObject } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the guid identifying a resource.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ParamGuid {
|
|
6
|
-
/**
|
|
7
|
-
* The global unique identifier.
|
|
8
|
-
**/
|
|
9
|
-
guid: guid;
|
|
10
|
-
constructor(json?: JsonObject);
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { JsonObject, ulong } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the id of the object requested.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ParamId {
|
|
6
|
-
/**
|
|
7
|
-
* Identifier given as input for the command.
|
|
8
|
-
**/
|
|
9
|
-
id: ulong;
|
|
10
|
-
constructor(json?: JsonObject);
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the string identifying a {@link Provider}.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ParamIdentifier {
|
|
6
|
-
/**
|
|
7
|
-
* The {@link Provider}'s identifier.
|
|
8
|
-
**/
|
|
9
|
-
id: string;
|
|
10
|
-
constructor(json?: JsonObject);
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { int, JsonObject } from "@trakit/objects";
|
|
2
|
-
import { ParamIdentifier } from "./ParamIdentifier";
|
|
3
|
-
/**
|
|
4
|
-
* A container class used to house the string identifying a {@link Provider}.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ParamIdentifierVersion extends ParamIdentifier {
|
|
7
|
-
/**
|
|
8
|
-
* Requested version key(s).
|
|
9
|
-
**/
|
|
10
|
-
v: int[];
|
|
11
|
-
constructor(json?: JsonObject);
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { JsonObject } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the key identifying a {@link Machine}.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ParamKey {
|
|
6
|
-
/**
|
|
7
|
-
* The {@link Machine}'s login.
|
|
8
|
-
**/
|
|
9
|
-
key: string;
|
|
10
|
-
constructor(json?: JsonObject);
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { email, JsonObject } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container class used to house the login identifying a {@link User}.
|
|
4
|
-
* Used specifically to get session details.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ParamLogin {
|
|
7
|
-
/**
|
|
8
|
-
* The {@link User}'s login.
|
|
9
|
-
**/
|
|
10
|
-
login: email;
|
|
11
|
-
constructor(json?: JsonObject);
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An abstract meant to help with validating "merge" operations.
|
|
3
|
-
* This class is the beginning of the chain for all {@link Payload} contents.
|
|
4
|
-
*/
|
|
5
|
-
export declare abstract class ParamMerge {
|
|
6
|
-
/**
|
|
7
|
-
* Converts the object to JSON.
|
|
8
|
-
*/
|
|
9
|
-
abstract toJSON(): any;
|
|
10
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { int, JsonObject } from "@trakit/objects";
|
|
2
|
-
import { ParamMerge } from "./ParamMerge";
|
|
3
|
-
/**
|
|
4
|
-
* An abstract meant to help with validating "merge" operations.
|
|
5
|
-
**/
|
|
6
|
-
export declare abstract class ParamMergeSubscribable extends ParamMerge {
|
|
7
|
-
/**
|
|
8
|
-
* The version keys used to validate synchronization.
|
|
9
|
-
**/
|
|
10
|
-
v: int[];
|
|
11
|
-
constructor(json?: JsonObject);
|
|
12
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { JsonObject, ulong } from '@trakit/objects';
|
|
2
|
-
import { Payload } from './Payload';
|
|
3
|
-
/**
|
|
4
|
-
*
|
|
5
|
-
*/
|
|
6
|
-
export declare abstract class PayListBy extends Payload {
|
|
7
|
-
/**
|
|
8
|
-
* The maximum number of items to return.
|
|
9
|
-
* If not specified, the server will return all.
|
|
10
|
-
**/
|
|
11
|
-
limit?: ulong;
|
|
12
|
-
constructor(json?: JsonObject);
|
|
13
|
-
toJSON(): JsonObject;
|
|
14
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
-
import { PayListBy } from "./PayListBy";
|
|
3
|
-
/**
|
|
4
|
-
* Interface for requests that filter by date.
|
|
5
|
-
**/
|
|
6
|
-
export declare abstract class PayListByDate extends PayListBy {
|
|
7
|
-
/**
|
|
8
|
-
* The start date for the filter.
|
|
9
|
-
**/
|
|
10
|
-
after: Date | nothing;
|
|
11
|
-
/**
|
|
12
|
-
* The end date for the filter.
|
|
13
|
-
**/
|
|
14
|
-
before: Date | nothing;
|
|
15
|
-
constructor(json?: JsonObject);
|
|
16
|
-
toJSON(): JsonObject;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { PayListBy } from "./PayListBy";
|
|
3
|
-
/**
|
|
4
|
-
* For commands that list objects by an ulong value.
|
|
5
|
-
*/
|
|
6
|
-
export declare abstract class PayListById extends PayListBy {
|
|
7
|
-
/**
|
|
8
|
-
* The lowest ID in the range.
|
|
9
|
-
**/
|
|
10
|
-
lowest: ulong | nothing;
|
|
11
|
-
/**
|
|
12
|
-
* The highest ID in the range.
|
|
13
|
-
**/
|
|
14
|
-
highest: ulong | nothing;
|
|
15
|
-
constructor(json?: JsonObject);
|
|
16
|
-
toJSON(): JsonObject;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
-
import { PayListBy } from "./PayListBy";
|
|
3
|
-
/**
|
|
4
|
-
* Interface for requests on a list of objects by key.
|
|
5
|
-
**/
|
|
6
|
-
export declare abstract class PayListByKey extends PayListBy {
|
|
7
|
-
/**
|
|
8
|
-
* The first key to filter the list by.
|
|
9
|
-
**/
|
|
10
|
-
first: string | nothing;
|
|
11
|
-
/**
|
|
12
|
-
* The last key to filter the list by.
|
|
13
|
-
**/
|
|
14
|
-
last: string | nothing;
|
|
15
|
-
constructor(json?: JsonObject);
|
|
16
|
-
toJSON(): JsonObject;
|
|
17
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { int, JsonObject, nothing } from '@trakit/objects';
|
|
2
|
-
import { Reply } from '../Responses/Reply';
|
|
3
|
-
export type ActionType = "Get" | "List" | "Merge" | "Delete" | "Restore" | "Suspend" | "Reactivate";
|
|
4
|
-
/**
|
|
5
|
-
* Base class for all command parameters.
|
|
6
|
-
* All command parameter classes use this as the base.
|
|
7
|
-
* <remarks>
|
|
8
|
-
* This class exists solely to create an inheritance chain.
|
|
9
|
-
* Child classes should contain members required to execute a command.
|
|
10
|
-
* </remarks>
|
|
11
|
-
**/
|
|
12
|
-
export declare abstract class Payload {
|
|
13
|
-
/**
|
|
14
|
-
* Identifier used by external system to correlate requests to responses.
|
|
15
|
-
*/
|
|
16
|
-
reqId: int | nothing;
|
|
17
|
-
constructor(json?: JsonObject);
|
|
18
|
-
/**
|
|
19
|
-
* Splits this class' name into parts helpful to breaking down how the command request should be sent.
|
|
20
|
-
* The returned array contains:
|
|
21
|
-
* - [0]: The action being performed (ie: `Get`, `List`, `Merge`, `Delete`, etc.)
|
|
22
|
-
* - [1]: Name of the object being acted upon (ie: `Asset`, `ProviderGeneral`, `User`, etc.)
|
|
23
|
-
* - [2]: The filter type, if any (ie: `Asset`, `Company`, `CompanyAndLabels`, etc.). This will be an empty string if no filter is used.
|
|
24
|
-
* - [3]: True if this will be a batch operation, or false otherwise.
|
|
25
|
-
*/
|
|
26
|
-
getAction(): {
|
|
27
|
-
kind: ActionType;
|
|
28
|
-
object: string;
|
|
29
|
-
filter: string;
|
|
30
|
-
batch: boolean;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* Creates a reply object from the given JSON data.
|
|
34
|
-
* Each Payload will have a corresponding Reply type.
|
|
35
|
-
* @param json
|
|
36
|
-
* @returns
|
|
37
|
-
*/
|
|
38
|
-
abstract createReply(json: JsonObject): Reply;
|
|
39
|
-
/**
|
|
40
|
-
* Payloads are serialized conditionally before being sent to the server.
|
|
41
|
-
* @returns
|
|
42
|
-
*/
|
|
43
|
-
toJSON(): JsonObject;
|
|
44
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container for the id of the {@link ProviderRegistration} requested/created.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ContentCode {
|
|
6
|
-
/**
|
|
7
|
-
* Creates a {@link ContentCode} from a JSON object.
|
|
8
|
-
* @param json - JSON object to create the {@link ContentCode} from.
|
|
9
|
-
* @returns A {@link ContentCode} instance or nothing.
|
|
10
|
-
*/
|
|
11
|
-
static fromJSON(json: JsonObject): ContentCode | nothing;
|
|
12
|
-
/**
|
|
13
|
-
* Identifier given as input for the command.
|
|
14
|
-
**/
|
|
15
|
-
code: string;
|
|
16
|
-
constructor(json: JsonObject);
|
|
17
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { ContentCode } from "./ContentCode";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id and owning {@link Company} of the {@link ProviderRegistration} requested/created.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ContentCodeCompany extends ContentCode {
|
|
7
|
-
/**
|
|
8
|
-
* Creates a {@link ContentCodeCompany} from a JSON object.
|
|
9
|
-
* @param json - JSON object to create the {@link ContentCodeCompany} from.
|
|
10
|
-
* @returns A {@link ContentCodeCompany} instance or nothing.
|
|
11
|
-
*/
|
|
12
|
-
static fromJSON(json: JsonObject): ContentCodeCompany | nothing;
|
|
13
|
-
/**
|
|
14
|
-
* Identifier of the {@link Company} to which this object belongs.
|
|
15
|
-
**/
|
|
16
|
-
company: ulong | nothing;
|
|
17
|
-
constructor(json: JsonObject);
|
|
18
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
-
import { ContentCodeCompany } from "./ContentCodeCompany";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id of the {@link ProviderRegistration} requested/created.
|
|
5
|
-
* For delete/restore commands, this contains the {@link ProviderRegistration.code}, owning {@link Company.id}, and deleted state.
|
|
6
|
-
**/
|
|
7
|
-
export declare class ContentCodeDeleted extends ContentCodeCompany {
|
|
8
|
-
/**
|
|
9
|
-
* Creates a {@link ContentCodeDeleted} from a JSON object.
|
|
10
|
-
* @param json - JSON object to create the {@link ContentCodeDeleted} from.
|
|
11
|
-
* @returns A {@link ContentCodeDeleted} instance or nothing.
|
|
12
|
-
*/
|
|
13
|
-
static fromJSON(json: JsonObject): ContentCodeDeleted | nothing;
|
|
14
|
-
/**
|
|
15
|
-
* Flag showing if the object is deleted.
|
|
16
|
-
**/
|
|
17
|
-
deleted: boolean;
|
|
18
|
-
constructor(json: JsonObject);
|
|
19
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
/**
|
|
3
|
-
* A container for the id of the object requested.
|
|
4
|
-
**/
|
|
5
|
-
export declare class ContentId {
|
|
6
|
-
/**
|
|
7
|
-
* Creates a {@link ContentId} from a JSON object.
|
|
8
|
-
* @param json - JSON object to create the {@link ContentId} from.
|
|
9
|
-
* @returns A {@link ContentId} instance or nothing.
|
|
10
|
-
*/
|
|
11
|
-
static fromJSON(json: JsonObject): ContentId | nothing;
|
|
12
|
-
/**
|
|
13
|
-
* Identifier given as input for the command.
|
|
14
|
-
**/
|
|
15
|
-
id: ulong | nothing;
|
|
16
|
-
constructor(json: JsonObject);
|
|
17
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { ContentIdCompany } from "./ContentIdCompany";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id, owning {@link Asset.id}, and owning {@link Company.id} of the object requested/created.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ContentIdAsset extends ContentIdCompany {
|
|
7
|
-
/**
|
|
8
|
-
* Creates a {@link ContentIdAsset} from a JSON object.
|
|
9
|
-
* @param json - JSON object to create the {@link ContentIdAsset} from.
|
|
10
|
-
* @returns A {@link ContentIdAsset} instance or nothing.
|
|
11
|
-
*/
|
|
12
|
-
static fromJSON(json: JsonObject): ContentIdAsset | nothing;
|
|
13
|
-
/**
|
|
14
|
-
* Identifier of the {@link Asset} to which this object belongs
|
|
15
|
-
**/
|
|
16
|
-
asset: ulong | nothing;
|
|
17
|
-
constructor(json: JsonObject);
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { ContentIdCompany } from "./ContentIdCompany";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id, {@link BillingProfile.id}, and owning {@link Company.id} of the billing object requested/created.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ContentIdBillingProfile extends ContentIdCompany {
|
|
7
|
-
/**
|
|
8
|
-
* Creates a {@link ContentIdBillingProfile} from a JSON object.
|
|
9
|
-
* @param json - JSON object to create the {@link ContentIdBillingProfile} from.
|
|
10
|
-
* @returns A {@link ContentIdBillingProfile} instance or nothing.
|
|
11
|
-
*/
|
|
12
|
-
static fromJSON(json: JsonObject): ContentIdBillingProfile | nothing;
|
|
13
|
-
/**
|
|
14
|
-
* Identifier of the {@link BillingProfile} to which this object belongs
|
|
15
|
-
**/
|
|
16
|
-
profile: ulong | nothing;
|
|
17
|
-
constructor(json: JsonObject);
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { ContentId } from "./ContentId";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id and owning {@link Company.id} of the object requested/created.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ContentIdCompany extends ContentId {
|
|
7
|
-
/**
|
|
8
|
-
* Creates a {@link ContentIdCompany} from a JSON object.
|
|
9
|
-
* @param json - JSON object to create the {@link ContentIdCompany} from.
|
|
10
|
-
* @returns A {@link ContentIdCompany} instance or nothing.
|
|
11
|
-
*/
|
|
12
|
-
static fromJSON(json: JsonObject): ContentIdCompany | nothing;
|
|
13
|
-
/**
|
|
14
|
-
* Identifier of the {@link Company} to which this object belongs.
|
|
15
|
-
**/
|
|
16
|
-
company: ulong | nothing;
|
|
17
|
-
constructor(json: JsonObject);
|
|
18
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
-
import { ContentIdCompany } from "./ContentIdCompany";
|
|
3
|
-
/**
|
|
4
|
-
* A container for the id, owning {@link ReportTemplate} id, and owning {@link Company.id} of the report object requested/created.
|
|
5
|
-
**/
|
|
6
|
-
export declare class ContentIdCompanyTemplate extends ContentIdCompany {
|
|
7
|
-
/**
|
|
8
|
-
* Creates a {@link ContentIdCompanyTemplate} from a JSON object.
|
|
9
|
-
* @param json - JSON object to create the {@link ContentIdCompanyTemplate} from.
|
|
10
|
-
* @returns A {@link ContentIdCompanyTemplate} instance or nothing.
|
|
11
|
-
*/
|
|
12
|
-
static fromJSON(json: JsonObject): ContentIdCompanyTemplate | nothing;
|
|
13
|
-
/**
|
|
14
|
-
* Identifier of the template to which this object belongs.
|
|
15
|
-
**/
|
|
16
|
-
template: ulong | nothing;
|
|
17
|
-
constructor(json: JsonObject);
|
|
18
|
-
}
|