@trakit/commands 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +25 -0
- package/_publish/API/Requests/IPayDeletable.d.ts +9 -0
- package/_publish/API/Requests/IPayListByAsset.d.ts +10 -0
- package/_publish/API/Requests/IPayListByBillingProfile.d.ts +10 -0
- package/_publish/API/Requests/IPayListByCompany.d.ts +10 -0
- package/_publish/API/Requests/IPayListByLabels.d.ts +10 -0
- package/_publish/API/Requests/IPayListByReferences.d.ts +9 -0
- package/_publish/API/Requests/IPayListByUser.d.ts +10 -0
- package/_publish/API/Requests/IPaySingle.d.ts +9 -0
- package/_publish/API/Requests/IPaySuspendable.d.ts +9 -0
- package/_publish/API/Requests/Parameters/IParamAsset.d.ts +8 -0
- package/_publish/API/Requests/Parameters/IParamBillingProfile.d.ts +8 -0
- package/_publish/API/Requests/Parameters/IParamCompany.d.ts +8 -0
- package/_publish/API/Requests/Parameters/ParamCode.d.ts +12 -0
- package/_publish/API/Requests/Parameters/ParamGuid.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamId.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamIdentifier.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamKey.d.ts +11 -0
- package/_publish/API/Requests/Parameters/ParamLogin.d.ts +12 -0
- package/_publish/API/Requests/Parameters/ParamMergeSubscribable.d.ts +12 -0
- package/_publish/API/Requests/PayListBy.d.ts +14 -0
- package/_publish/API/Requests/PayListByDate.d.ts +17 -0
- package/_publish/API/Requests/PayListById.d.ts +17 -0
- package/_publish/API/Requests/PayListByKey.d.ts +17 -0
- package/_publish/API/Requests/Payload.d.ts +44 -0
- package/_publish/API/Responses/Content/ContentCode.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentCodeCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentCodeDeleted.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentId.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentIdAsset.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdBillingProfile.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdCompanyTemplate.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdParent.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdParentDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdScript.d.ts +22 -0
- package/_publish/API/Responses/Content/ContentIdSuspended.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdendifier.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentIdendifierAsset.d.ts +26 -0
- package/_publish/API/Responses/Content/ContentIdendifierCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentIdendifierDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentIdendifierSuspended.d.ts +28 -0
- package/_publish/API/Responses/Content/ContentKey.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentKeyCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentKeyDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/ContentLogin.d.ts +20 -0
- package/_publish/API/Responses/Content/ContentLoginCompany.d.ts +23 -0
- package/_publish/API/Responses/Content/ContentLoginDeleted.d.ts +27 -0
- package/_publish/API/Responses/Content/IContent.d.ts +10 -0
- package/_publish/API/Responses/Content/IContentCompany.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorCode.d.ts +529 -0
- package/_publish/API/Responses/Errors/ErrorDetail.d.ts +24 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadBase.d.ts +13 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadIds.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +11 -0
- package/_publish/API/Responses/Errors/ErrorDetailBadKeys.d.ts +10 -0
- package/_publish/API/Responses/Errors/ErrorDetailBatch.d.ts +16 -0
- package/_publish/API/Responses/Errors/ErrorDetailConnection.d.ts +35 -0
- package/_publish/API/Responses/Errors/ErrorDetailContactInUse.d.ts +12 -0
- package/_publish/API/Responses/Errors/ErrorDetailCount.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailEnum.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailEscalation.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailExternals.d.ts +23 -0
- package/_publish/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailInput.d.ts +15 -0
- package/_publish/API/Responses/Errors/ErrorDetailLocked.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailMinMax.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailParent.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailParse.d.ts +23 -0
- package/_publish/API/Responses/Errors/ErrorDetailPhone.d.ts +19 -0
- package/_publish/API/Responses/Errors/ErrorDetailSecret.d.ts +54 -0
- package/_publish/API/Responses/Errors/ErrorDetailStack.d.ts +26 -0
- package/_publish/API/Responses/Errors/ErrorDetailThrottled.d.ts +37 -0
- package/_publish/API/Responses/Errors/ErrorDetailType.d.ts +89 -0
- package/_publish/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +19 -0
- package/_publish/API/Responses/IRepListByAsset.d.ts +11 -0
- package/_publish/API/Responses/IRepListByCompany.d.ts +11 -0
- package/_publish/API/Responses/IRepListByDate.d.ts +14 -0
- package/_publish/API/Responses/IRepListById.d.ts +14 -0
- package/_publish/API/Responses/IRepListByKey.d.ts +14 -0
- package/_publish/API/Responses/IRepListByLabels.d.ts +10 -0
- package/_publish/API/Responses/IRepListByReferences.d.ts +10 -0
- package/_publish/API/Responses/IRepListByUser.d.ts +11 -0
- package/_publish/API/Responses/Reply.d.ts +29 -0
- package/_publish/API/Responses/ReplySync.d.ts +23 -0
- package/_publish/API/Responses/ReplySyncBatch.d.ts +17 -0
- package/_publish/API/Responses/ReplySyncBatchDelete.d.ts +11 -0
- package/_publish/API/Responses/ReplySyncBatchSuspend.d.ts +11 -0
- package/_publish/API/Responses/ReplySyncDelete.d.ts +16 -0
- package/_publish/API/Responses/ReplySyncGet.d.ts +34 -0
- package/_publish/API/Responses/ReplySyncList.d.ts +52 -0
- package/_publish/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +19 -0
- package/_publish/Accounts/Contacts/Requests/PayContact.d.ts +18 -0
- package/_publish/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactDelete.d.ts +9 -0
- package/_publish/Accounts/Contacts/Requests/PayContactGet.d.ts +15 -0
- package/_publish/Accounts/Contacts/Requests/PayContactList.d.ts +27 -0
- package/_publish/Accounts/Contacts/Requests/PayContactMerge.d.ts +20 -0
- package/_publish/Accounts/Contacts/Requests/PayContactRestore.d.ts +9 -0
- package/_publish/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Contacts/Responses/RepContactDelete.d.ts +15 -0
- package/_publish/Accounts/Contacts/Responses/RepContactGet.d.ts +14 -0
- package/_publish/Accounts/Contacts/Responses/RepContactList.d.ts +26 -0
- package/_publish/Accounts/Contacts/Responses/RepContactMerge.d.ts +13 -0
- package/_publish/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +31 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroup.d.ts +18 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +9 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupGet.d.ts +15 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupList.d.ts +27 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +20 -0
- package/_publish/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +9 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +15 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupGet.d.ts +14 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupList.d.ts +26 -0
- package/_publish/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +13 -0
- package/_publish/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +112 -0
- package/_publish/Accounts/Machines/Requests/PayMachine.d.ts +18 -0
- package/_publish/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineDelete.d.ts +9 -0
- package/_publish/Accounts/Machines/Requests/PayMachineGet.d.ts +15 -0
- package/_publish/Accounts/Machines/Requests/PayMachineList.d.ts +27 -0
- package/_publish/Accounts/Machines/Requests/PayMachineMerge.d.ts +20 -0
- package/_publish/Accounts/Machines/Requests/PayMachineRestore.d.ts +9 -0
- package/_publish/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Machines/Responses/RepMachineDelete.d.ts +15 -0
- package/_publish/Accounts/Machines/Responses/RepMachineGet.d.ts +14 -0
- package/_publish/Accounts/Machines/Responses/RepMachineList.d.ts +39 -0
- package/_publish/Accounts/Machines/Responses/RepMachineMerge.d.ts +13 -0
- package/_publish/Accounts/Permissions/ParamPermission.d.ts +39 -0
- package/_publish/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +66 -0
- package/_publish/Accounts/Self/Requests/PaySelfContact.d.ts +22 -0
- package/_publish/Accounts/Self/Requests/PaySelfGet.d.ts +15 -0
- package/_publish/Accounts/Self/Requests/PaySelfLogin.d.ts +30 -0
- package/_publish/Accounts/Self/Requests/PaySelfLogout.d.ts +15 -0
- package/_publish/Accounts/Self/Requests/PaySelfPassword.d.ts +25 -0
- package/_publish/Accounts/Self/Requests/PaySelfPreferences.d.ts +46 -0
- package/_publish/Accounts/Self/Responses/RepSelfContact.d.ts +6 -0
- package/_publish/Accounts/Self/Responses/RepSelfGet.d.ts +47 -0
- package/_publish/Accounts/Self/Responses/RepSelfLogout.d.ts +16 -0
- package/_publish/Accounts/Self/Responses/RepSelfPassword.d.ts +16 -0
- package/_publish/Accounts/Self/Responses/RepSelfPreferences.d.ts +6 -0
- package/_publish/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +11 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionDelete.d.ts +9 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionGet.d.ts +15 -0
- package/_publish/Accounts/Sessions/Requests/PaySessionList.d.ts +29 -0
- package/_publish/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +25 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionDelete.d.ts +15 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionGet.d.ts +14 -0
- package/_publish/Accounts/Sessions/Responses/RepSessionList.d.ts +39 -0
- package/_publish/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +74 -0
- package/_publish/Accounts/Users/Requests/PayUser.d.ts +18 -0
- package/_publish/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserAdvancedList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserBatchDelete.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserBatchMerge.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserDelete.d.ts +9 -0
- package/_publish/Accounts/Users/Requests/PayUserGeneralGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserGeneralList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserGet.d.ts +15 -0
- package/_publish/Accounts/Users/Requests/PayUserList.d.ts +38 -0
- package/_publish/Accounts/Users/Requests/PayUserMerge.d.ts +20 -0
- package/_publish/Accounts/Users/Requests/PayUserRestore.d.ts +9 -0
- package/_publish/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserAdvancedList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserBatchDelete.d.ts +16 -0
- package/_publish/Accounts/Users/Responses/RepUserBatchMerge.d.ts +13 -0
- package/_publish/Accounts/Users/Responses/RepUserDelete.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserGeneralGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserGeneralList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserGet.d.ts +15 -0
- package/_publish/Accounts/Users/Responses/RepUserList.d.ts +39 -0
- package/_publish/Accounts/Users/Responses/RepUserMerge.d.ts +13 -0
- package/_publish/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +26 -0
- package/_publish/Assets/Requests/Parameters/ParamAssetMerge.d.ts +143 -0
- package/_publish/Assets/Requests/PayAsset.d.ts +18 -0
- package/_publish/Assets/Requests/PayAssetAdvancedGet.d.ts +16 -0
- package/_publish/Assets/Requests/PayAssetAdvancedList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetBatchDelete.d.ts +16 -0
- package/_publish/Assets/Requests/PayAssetBatchMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetDelete.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetDispatchGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetDispatchList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetDispatchMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetGeneralGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetGeneralList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetGet.d.ts +23 -0
- package/_publish/Assets/Requests/PayAssetList.d.ts +68 -0
- package/_publish/Assets/Requests/PayAssetMerge.d.ts +15 -0
- package/_publish/Assets/Requests/PayAssetReactivate.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetRestore.d.ts +9 -0
- package/_publish/Assets/Requests/PayAssetSuspend.d.ts +9 -0
- package/_publish/Assets/Responses/RepAssetAdvancedGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetAdvancedList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetBatchDelete.d.ts +16 -0
- package/_publish/Assets/Responses/RepAssetBatchMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetDelete.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetDispatchGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetDispatchList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetDispatchMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetGeneralGet.d.ts +15 -0
- package/_publish/Assets/Responses/RepAssetGeneralList.d.ts +51 -0
- package/_publish/Assets/Responses/RepAssetGet.d.ts +14 -0
- package/_publish/Assets/Responses/RepAssetList.d.ts +50 -0
- package/_publish/Assets/Responses/RepAssetMerge.d.ts +13 -0
- package/_publish/Assets/Responses/RepAssetSuspend.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +47 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +18 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +9 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +27 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +20 -0
- package/_publish/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +9 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +16 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +13 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +15 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +14 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +26 -0
- package/_publish/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +13 -0
- package/_publish/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +37 -0
- package/_publish/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +49 -0
- package/_publish/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +52 -0
- package/_publish/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +51 -0
- package/_publish/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +56 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +18 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +9 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +27 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +20 -0
- package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +9 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +16 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +13 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +15 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +14 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +26 -0
- package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +13 -0
- package/_publish/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +52 -0
- package/_publish/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +84 -0
- package/_publish/Companies/Requests/Parameters/ParamEmailServer.d.ts +64 -0
- package/_publish/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +40 -0
- package/_publish/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +36 -0
- package/_publish/Companies/Requests/Parameters/ParamSmsServer.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompany.d.ts +18 -0
- package/_publish/Companies/Requests/PayCompanyBatchDelete.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyBatchMerge.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyDelete.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyDirectoryGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyDirectoryList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyGeneralGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyGeneralList.d.ts +36 -0
- package/_publish/Companies/Requests/PayCompanyGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyMerge.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompanyPolicyGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyPolicyList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyResellerDelete.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyResellerGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyResellerList.d.ts +27 -0
- package/_publish/Companies/Requests/PayCompanyResellerMerge.d.ts +20 -0
- package/_publish/Companies/Requests/PayCompanyResellerRestore.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyRestore.d.ts +9 -0
- package/_publish/Companies/Requests/PayCompanyStyleGet.d.ts +15 -0
- package/_publish/Companies/Requests/PayCompanyStyleList.d.ts +27 -0
- package/_publish/Companies/Responses/RepCompanyBatchDelete.d.ts +16 -0
- package/_publish/Companies/Responses/RepCompanyBatchMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyDelete.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyDirectoryGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyDirectoryList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyGeneralGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyGeneralList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyGet.d.ts +14 -0
- package/_publish/Companies/Responses/RepCompanyMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyPolicyGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyPolicyList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyResellerDelete.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyResellerGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyResellerList.d.ts +26 -0
- package/_publish/Companies/Responses/RepCompanyResellerMerge.d.ts +13 -0
- package/_publish/Companies/Responses/RepCompanyStyleGet.d.ts +15 -0
- package/_publish/Companies/Responses/RepCompanyStyleList.d.ts +26 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +23 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +26 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +58 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +27 -0
- package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +43 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +33 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +20 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +21 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +9 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +102 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +20 -0
- package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +9 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +16 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +14 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +91 -0
- package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +71 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +18 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +9 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +68 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +20 -0
- package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +9 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +16 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +13 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +15 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +14 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +66 -0
- package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +13 -0
- package/_publish/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +36 -0
- package/_publish/Hosting/Documents/Requests/PayDocument.d.ts +18 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentDelete.d.ts +9 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentGet.d.ts +15 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentList.d.ts +27 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentMerge.d.ts +20 -0
- package/_publish/Hosting/Documents/Requests/PayDocumentRestore.d.ts +9 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentDelete.d.ts +15 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentGet.d.ts +14 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentList.d.ts +26 -0
- package/_publish/Hosting/Documents/Responses/RepDocumentMerge.d.ts +13 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResult.d.ts +18 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResultList.d.ts +27 -0
- package/_publish/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +20 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +15 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultGet.d.ts +15 -0
- package/_publish/Hosting/FormResults/Responses/RepFormResultList.d.ts +26 -0
- package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +77 -0
- package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +19 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +16 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +16 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +14 -0
- package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +26 -0
- package/_publish/Images/Dashcams/Requests/PayDashcam.d.ts +18 -0
- package/_publish/Images/Dashcams/Requests/PayDashcamGet.d.ts +15 -0
- package/_publish/Images/Dashcams/Requests/PayDashcamList.d.ts +103 -0
- package/_publish/Images/Dashcams/Responses/RepDashcamGet.d.ts +14 -0
- package/_publish/Images/Dashcams/Responses/RepDashcamList.d.ts +93 -0
- package/_publish/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +33 -0
- package/_publish/Images/Icons/Requests/PayIcon.d.ts +18 -0
- package/_publish/Images/Icons/Requests/PayIconBatchDelete.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconBatchMerge.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconDelete.d.ts +9 -0
- package/_publish/Images/Icons/Requests/PayIconGet.d.ts +15 -0
- package/_publish/Images/Icons/Requests/PayIconList.d.ts +27 -0
- package/_publish/Images/Icons/Requests/PayIconMerge.d.ts +20 -0
- package/_publish/Images/Icons/Requests/PayIconRestore.d.ts +9 -0
- package/_publish/Images/Icons/Responses/RepIconBatchDelete.d.ts +16 -0
- package/_publish/Images/Icons/Responses/RepIconBatchMerge.d.ts +13 -0
- package/_publish/Images/Icons/Responses/RepIconDelete.d.ts +15 -0
- package/_publish/Images/Icons/Responses/RepIconGet.d.ts +15 -0
- package/_publish/Images/Icons/Responses/RepIconList.d.ts +26 -0
- package/_publish/Images/Icons/Responses/RepIconMerge.d.ts +13 -0
- package/_publish/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +29 -0
- package/_publish/Images/Pictures/Requests/PayPicture.d.ts +18 -0
- package/_publish/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureDelete.d.ts +9 -0
- package/_publish/Images/Pictures/Requests/PayPictureGet.d.ts +15 -0
- package/_publish/Images/Pictures/Requests/PayPictureList.d.ts +27 -0
- package/_publish/Images/Pictures/Requests/PayPictureMerge.d.ts +20 -0
- package/_publish/Images/Pictures/Requests/PayPictureRestore.d.ts +9 -0
- package/_publish/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +16 -0
- package/_publish/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +13 -0
- package/_publish/Images/Pictures/Responses/RepPictureDelete.d.ts +15 -0
- package/_publish/Images/Pictures/Responses/RepPictureGet.d.ts +14 -0
- package/_publish/Images/Pictures/Responses/RepPictureList.d.ts +26 -0
- package/_publish/Images/Pictures/Responses/RepPictureMerge.d.ts +13 -0
- package/_publish/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +32 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +18 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +9 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +15 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +27 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +20 -0
- package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +9 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +16 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +14 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +16 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +14 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +26 -0
- package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +13 -0
- package/_publish/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +41 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +18 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +9 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +27 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +20 -0
- package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +9 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +16 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +13 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +15 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +14 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +26 -0
- package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +13 -0
- package/_publish/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +21 -0
- package/_publish/Messaging/Requests/PayAssetMessage.d.ts +18 -0
- package/_publish/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageDelete.d.ts +9 -0
- package/_publish/Messaging/Requests/PayAssetMessageGet.d.ts +15 -0
- package/_publish/Messaging/Requests/PayAssetMessageList.d.ts +39 -0
- package/_publish/Messaging/Requests/PayAssetMessageMerge.d.ts +20 -0
- package/_publish/Messaging/Requests/PayAssetMessageRestore.d.ts +9 -0
- package/_publish/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +16 -0
- package/_publish/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +13 -0
- package/_publish/Messaging/Responses/RepAssetMessageDelete.d.ts +16 -0
- package/_publish/Messaging/Responses/RepAssetMessageGet.d.ts +15 -0
- package/_publish/Messaging/Responses/RepAssetMessageList.d.ts +41 -0
- package/_publish/Messaging/Responses/RepAssetMessageMerge.d.ts +13 -0
- package/_publish/Places/Responses/RepPlaceBatchDelete.d.ts +17 -0
- package/_publish/Places/Responses/RepPlaceDelete.d.ts +16 -0
- package/_publish/Places/Responses/RepPlaceGet.d.ts +14 -0
- package/_publish/Places/Responses/RepPlaceList.d.ts +26 -0
- package/_publish/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +24 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfig.d.ts +18 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +9 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigGet.d.ts +15 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigList.d.ts +38 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +20 -0
- package/_publish/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +9 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +16 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +13 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +15 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigGet.d.ts +14 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigList.d.ts +39 -0
- package/_publish/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +13 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +18 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +15 -0
- package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +27 -0
- package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +14 -0
- package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +21 -0
- package/_publish/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +24 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +18 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +9 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +15 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +27 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +20 -0
- package/_publish/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +9 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +16 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +13 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +15 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +14 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +26 -0
- package/_publish/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +13 -0
- package/_publish/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +32 -0
- package/_publish/Providers/Providers/Requests/PayProvider.d.ts +18 -0
- package/_publish/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderControlGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderControlList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderDelete.d.ts +9 -0
- package/_publish/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderGeneralList.d.ts +43 -0
- package/_publish/Providers/Providers/Requests/PayProviderGet.d.ts +15 -0
- package/_publish/Providers/Providers/Requests/PayProviderList.d.ts +42 -0
- package/_publish/Providers/Providers/Requests/PayProviderMerge.d.ts +20 -0
- package/_publish/Providers/Providers/Requests/PayProviderRestore.d.ts +9 -0
- package/_publish/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +16 -0
- package/_publish/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +14 -0
- package/_publish/Providers/Providers/Responses/RepProviderControlGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderControlList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderDelete.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +15 -0
- package/_publish/Providers/Providers/Responses/RepProviderGeneralList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderGet.d.ts +14 -0
- package/_publish/Providers/Providers/Responses/RepProviderList.d.ts +39 -0
- package/_publish/Providers/Providers/Responses/RepProviderMerge.d.ts +13 -0
- package/_publish/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +18 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistration.d.ts +18 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +9 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +15 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +27 -0
- package/_publish/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +15 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +15 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +14 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +26 -0
- package/_publish/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +13 -0
- package/_publish/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +20 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScript.d.ts +18 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +9 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +15 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptList.d.ts +27 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +20 -0
- package/_publish/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +9 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +16 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +13 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +16 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +14 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptList.d.ts +26 -0
- package/_publish/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +14 -0
- package/_publish/Reports/Parameters/ParamReportOptions.d.ts +22 -0
- package/_publish/Reports/Parameters/ParamReportScorecardRules.d.ts +11 -0
- package/_publish/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +20 -0
- package/_publish/Reports/Results/Requests/PayReportResult.d.ts +18 -0
- package/_publish/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultDelete.d.ts +9 -0
- package/_publish/Reports/Results/Requests/PayReportResultGet.d.ts +15 -0
- package/_publish/Reports/Results/Requests/PayReportResultList.d.ts +27 -0
- package/_publish/Reports/Results/Requests/PayReportResultMerge.d.ts +20 -0
- package/_publish/Reports/Results/Requests/PayReportResultRestore.d.ts +9 -0
- package/_publish/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +16 -0
- package/_publish/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +13 -0
- package/_publish/Reports/Results/Responses/RepReportResultDelete.d.ts +15 -0
- package/_publish/Reports/Results/Responses/RepReportResultGet.d.ts +14 -0
- package/_publish/Reports/Results/Responses/RepReportResultList.d.ts +26 -0
- package/_publish/Reports/Results/Responses/RepReportResultMerge.d.ts +13 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +17 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +20 -0
- package/_publish/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +21 -0
- package/_publish/Reports/Schedules/Requests/PayReportSchedule.d.ts +18 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +9 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +15 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleList.d.ts +27 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +20 -0
- package/_publish/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +9 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +16 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +15 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +14 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleList.d.ts +26 -0
- package/_publish/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +13 -0
- package/_publish/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +19 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplate.d.ts +18 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +9 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateGet.d.ts +15 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateList.d.ts +27 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +20 -0
- package/_publish/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +9 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +16 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +13 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +15 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateGet.d.ts +14 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateList.d.ts +26 -0
- package/_publish/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +13 -0
- package/_publish/WebSocket/Requests/Parameters/SubscriptionType.d.ts +212 -0
- package/_publish/WebSocket/Requests/PaySubscriptionDelete.d.ts +10 -0
- package/_publish/WebSocket/Requests/PaySubscriptionList.d.ts +10 -0
- package/_publish/WebSocket/Requests/PaySubscriptionMerge.d.ts +23 -0
- package/_publish/WebSocket/Responses/Content/Subscription.d.ts +17 -0
- package/_publish/WebSocket/Responses/RepSubscription.d.ts +29 -0
- package/_publish/WebSocket/Responses/RepSubscriptionList.d.ts +13 -0
- package/_publish/index.d.ts +602 -0
- package/_publish/trakit-commands.min.js +7 -0
- package/package.json +37 -33
- package/commands/API/Geography/Polyline.d.ts +0 -20
- package/commands/API/Requests/IPayDeletable.d.ts +0 -9
- package/commands/API/Requests/IPayListByAsset.d.ts +0 -10
- package/commands/API/Requests/IPayListByBillingProfile.d.ts +0 -10
- package/commands/API/Requests/IPayListByCompany.d.ts +0 -10
- package/commands/API/Requests/IPayListByLabels.d.ts +0 -10
- package/commands/API/Requests/IPayListByReferences.d.ts +0 -9
- package/commands/API/Requests/IPayListByUser.d.ts +0 -10
- package/commands/API/Requests/IPaySingle.d.ts +0 -9
- package/commands/API/Requests/IPaySuspendable.d.ts +0 -9
- package/commands/API/Requests/Parameters/IParamAsset.d.ts +0 -8
- package/commands/API/Requests/Parameters/IParamBillingProfile.d.ts +0 -8
- package/commands/API/Requests/Parameters/IParamCompany.d.ts +0 -8
- package/commands/API/Requests/Parameters/ParamCode.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamGuid.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamId.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamIdentifier.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamIdentifierVersion.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamKey.d.ts +0 -11
- package/commands/API/Requests/Parameters/ParamLogin.d.ts +0 -12
- package/commands/API/Requests/Parameters/ParamMergeSubscribable.d.ts +0 -12
- package/commands/API/Requests/PayListBy.d.ts +0 -14
- package/commands/API/Requests/PayListByDate.d.ts +0 -17
- package/commands/API/Requests/PayListById.d.ts +0 -17
- package/commands/API/Requests/PayListByKey.d.ts +0 -17
- package/commands/API/Requests/Payload.d.ts +0 -44
- package/commands/API/Responses/Content/ContentCode.d.ts +0 -17
- package/commands/API/Responses/Content/ContentCodeCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentCodeDeleted.d.ts +0 -19
- package/commands/API/Responses/Content/ContentId.d.ts +0 -17
- package/commands/API/Responses/Content/ContentIdAsset.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdBillingProfile.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdCompanyTemplate.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdParent.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdScript.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdSuspended.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdendifier.d.ts +0 -18
- package/commands/API/Responses/Content/ContentIdendifierAsset.d.ts +0 -22
- package/commands/API/Responses/Content/ContentIdendifierCompany.d.ts +0 -19
- package/commands/API/Responses/Content/ContentIdendifierDeleted.d.ts +0 -23
- package/commands/API/Responses/Content/ContentIdendifierSuspended.d.ts +0 -23
- package/commands/API/Responses/Content/ContentKey.d.ts +0 -17
- package/commands/API/Responses/Content/ContentKeyCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentKeyDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentLogin.d.ts +0 -17
- package/commands/API/Responses/Content/ContentLoginCompany.d.ts +0 -18
- package/commands/API/Responses/Content/ContentLoginDeleted.d.ts +0 -22
- package/commands/API/Responses/Content/ContentParentDeleted.d.ts +0 -26
- package/commands/API/Responses/Errors/ErrorCode.d.ts +0 -529
- package/commands/API/Responses/Errors/ErrorDetail.d.ts +0 -24
- package/commands/API/Responses/Errors/ErrorDetailBadBase.d.ts +0 -13
- package/commands/API/Responses/Errors/ErrorDetailBadIds.d.ts +0 -11
- package/commands/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +0 -11
- package/commands/API/Responses/Errors/ErrorDetailBadKeys.d.ts +0 -10
- package/commands/API/Responses/Errors/ErrorDetailBatch.d.ts +0 -16
- package/commands/API/Responses/Errors/ErrorDetailConnection.d.ts +0 -35
- package/commands/API/Responses/Errors/ErrorDetailContactInUse.d.ts +0 -12
- package/commands/API/Responses/Errors/ErrorDetailCount.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailEnum.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailEscalation.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailExternals.d.ts +0 -23
- package/commands/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailInput.d.ts +0 -15
- package/commands/API/Responses/Errors/ErrorDetailLocked.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailMinMax.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailParent.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailParse.d.ts +0 -23
- package/commands/API/Responses/Errors/ErrorDetailPhone.d.ts +0 -19
- package/commands/API/Responses/Errors/ErrorDetailSecret.d.ts +0 -54
- package/commands/API/Responses/Errors/ErrorDetailStack.d.ts +0 -26
- package/commands/API/Responses/Errors/ErrorDetailThrottled.d.ts +0 -37
- package/commands/API/Responses/Errors/ErrorDetailType.d.ts +0 -89
- package/commands/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +0 -19
- package/commands/API/Responses/IRepList.d.ts +0 -10
- package/commands/API/Responses/IRepListByAsset.d.ts +0 -11
- package/commands/API/Responses/IRepListByCompany.d.ts +0 -11
- package/commands/API/Responses/IRepListByDate.d.ts +0 -14
- package/commands/API/Responses/IRepListById.d.ts +0 -14
- package/commands/API/Responses/IRepListByKey.d.ts +0 -14
- package/commands/API/Responses/IRepListByLabels.d.ts +0 -10
- package/commands/API/Responses/IRepListByReferences.d.ts +0 -10
- package/commands/API/Responses/IRepListByUser.d.ts +0 -11
- package/commands/API/Responses/Reply.d.ts +0 -29
- package/commands/API/Responses/ReplySync.d.ts +0 -17
- package/commands/API/Responses/ReplySyncBatchDelete.d.ts +0 -16
- package/commands/API/Responses/ReplySyncDelete.d.ts +0 -16
- package/commands/API/Responses/ReplySyncGet.d.ts +0 -34
- package/commands/API/Responses/ReplySyncList.d.ts +0 -52
- package/commands/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +0 -19
- package/commands/Accounts/Contacts/Requests/PayContact.d.ts +0 -18
- package/commands/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactDelete.d.ts +0 -9
- package/commands/Accounts/Contacts/Requests/PayContactGet.d.ts +0 -15
- package/commands/Accounts/Contacts/Requests/PayContactList.d.ts +0 -27
- package/commands/Accounts/Contacts/Requests/PayContactMerge.d.ts +0 -20
- package/commands/Accounts/Contacts/Requests/PayContactRestore.d.ts +0 -9
- package/commands/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +0 -14
- package/commands/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +0 -13
- package/commands/Accounts/Contacts/Responses/RepContactDelete.d.ts +0 -14
- package/commands/Accounts/Contacts/Responses/RepContactGet.d.ts +0 -13
- package/commands/Accounts/Contacts/Responses/RepContactList.d.ts +0 -25
- package/commands/Accounts/Contacts/Responses/RepContactMerge.d.ts +0 -13
- package/commands/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +0 -31
- package/commands/Accounts/Groups/Requests/PayUserGroup.d.ts +0 -18
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +0 -9
- package/commands/Accounts/Groups/Requests/PayUserGroupGet.d.ts +0 -15
- package/commands/Accounts/Groups/Requests/PayUserGroupList.d.ts +0 -27
- package/commands/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +0 -20
- package/commands/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +0 -9
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +0 -14
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +0 -13
- package/commands/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +0 -14
- package/commands/Accounts/Groups/Responses/RepUserGroupGet.d.ts +0 -13
- package/commands/Accounts/Groups/Responses/RepUserGroupList.d.ts +0 -25
- package/commands/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +0 -13
- package/commands/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +0 -112
- package/commands/Accounts/Machines/Requests/PayMachine.d.ts +0 -18
- package/commands/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineDelete.d.ts +0 -9
- package/commands/Accounts/Machines/Requests/PayMachineGet.d.ts +0 -15
- package/commands/Accounts/Machines/Requests/PayMachineList.d.ts +0 -27
- package/commands/Accounts/Machines/Requests/PayMachineMerge.d.ts +0 -20
- package/commands/Accounts/Machines/Requests/PayMachineRestore.d.ts +0 -9
- package/commands/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +0 -14
- package/commands/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +0 -13
- package/commands/Accounts/Machines/Responses/RepMachineDelete.d.ts +0 -14
- package/commands/Accounts/Machines/Responses/RepMachineGet.d.ts +0 -13
- package/commands/Accounts/Machines/Responses/RepMachineList.d.ts +0 -36
- package/commands/Accounts/Machines/Responses/RepMachineMerge.d.ts +0 -13
- package/commands/Accounts/Permissions/ParamPermission.d.ts +0 -39
- package/commands/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +0 -66
- package/commands/Accounts/Self/Requests/PaySelfContact.d.ts +0 -22
- package/commands/Accounts/Self/Requests/PaySelfGet.d.ts +0 -15
- package/commands/Accounts/Self/Requests/PaySelfLogin.d.ts +0 -30
- package/commands/Accounts/Self/Requests/PaySelfLogout.d.ts +0 -15
- package/commands/Accounts/Self/Requests/PaySelfPassword.d.ts +0 -25
- package/commands/Accounts/Self/Requests/PaySelfPreferences.d.ts +0 -46
- package/commands/Accounts/Self/Responses/RepSelfContact.d.ts +0 -6
- package/commands/Accounts/Self/Responses/RepSelfGet.d.ts +0 -47
- package/commands/Accounts/Self/Responses/RepSelfLogout.d.ts +0 -16
- package/commands/Accounts/Self/Responses/RepSelfPassword.d.ts +0 -16
- package/commands/Accounts/Self/Responses/RepSelfPreferences.d.ts +0 -6
- package/commands/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +0 -11
- package/commands/Accounts/Sessions/Requests/PaySessionDelete.d.ts +0 -9
- package/commands/Accounts/Sessions/Requests/PaySessionGet.d.ts +0 -15
- package/commands/Accounts/Sessions/Requests/PaySessionList.d.ts +0 -29
- package/commands/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +0 -25
- package/commands/Accounts/Sessions/Responses/RepSessionDelete.d.ts +0 -14
- package/commands/Accounts/Sessions/Responses/RepSessionGet.d.ts +0 -14
- package/commands/Accounts/Sessions/Responses/RepSessionList.d.ts +0 -37
- package/commands/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +0 -74
- package/commands/Accounts/Users/Requests/PayUser.d.ts +0 -18
- package/commands/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserAdvancedList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserBatchDelete.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserBatchMerge.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserDelete.d.ts +0 -9
- package/commands/Accounts/Users/Requests/PayUserGeneralGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserGeneralList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserGet.d.ts +0 -15
- package/commands/Accounts/Users/Requests/PayUserList.d.ts +0 -38
- package/commands/Accounts/Users/Requests/PayUserMerge.d.ts +0 -20
- package/commands/Accounts/Users/Requests/PayUserRestore.d.ts +0 -9
- package/commands/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserAdvancedList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserBatchDelete.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserBatchMerge.d.ts +0 -13
- package/commands/Accounts/Users/Responses/RepUserDelete.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserGeneralGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserGeneralList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserGet.d.ts +0 -14
- package/commands/Accounts/Users/Responses/RepUserList.d.ts +0 -36
- package/commands/Accounts/Users/Responses/RepUserMerge.d.ts +0 -13
- package/commands/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +0 -26
- package/commands/Assets/Requests/Parameters/ParamAssetMerge.d.ts +0 -143
- package/commands/Assets/Requests/PayAsset.d.ts +0 -18
- package/commands/Assets/Requests/PayAssetAdvancedGet.d.ts +0 -16
- package/commands/Assets/Requests/PayAssetAdvancedList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetBatchDelete.d.ts +0 -16
- package/commands/Assets/Requests/PayAssetBatchMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetDelete.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetDispatchGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetDispatchList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetDispatchMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetGeneralGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetGeneralList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetGet.d.ts +0 -23
- package/commands/Assets/Requests/PayAssetList.d.ts +0 -68
- package/commands/Assets/Requests/PayAssetMerge.d.ts +0 -15
- package/commands/Assets/Requests/PayAssetReactivate.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetRestore.d.ts +0 -9
- package/commands/Assets/Requests/PayAssetSuspend.d.ts +0 -9
- package/commands/Assets/Responses/RepAssetAdvancedGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetAdvancedList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetBatchDelete.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetBatchMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetBatchSuspend.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetDelete.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetDispatchGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetDispatchList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetDispatchMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetGeneralGet.d.ts +0 -14
- package/commands/Assets/Responses/RepAssetGeneralList.d.ts +0 -50
- package/commands/Assets/Responses/RepAssetGet.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetList.d.ts +0 -49
- package/commands/Assets/Responses/RepAssetMerge.d.ts +0 -13
- package/commands/Assets/Responses/RepAssetSuspend.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +0 -47
- package/commands/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +0 -18
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +0 -9
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +0 -15
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +0 -27
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +0 -20
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +0 -9
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +0 -14
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +0 -14
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +0 -13
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +0 -25
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +0 -13
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +0 -37
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +0 -49
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +0 -45
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +0 -47
- package/commands/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +0 -56
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +0 -18
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +0 -9
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +0 -15
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +0 -27
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +0 -20
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +0 -9
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +0 -14
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +0 -13
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +0 -14
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +0 -13
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +0 -25
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +0 -13
- package/commands/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +0 -52
- package/commands/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +0 -84
- package/commands/Companies/Requests/Parameters/ParamEmailServer.d.ts +0 -64
- package/commands/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +0 -40
- package/commands/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +0 -36
- package/commands/Companies/Requests/Parameters/ParamSmsServer.d.ts +0 -20
- package/commands/Companies/Requests/PayCompany.d.ts +0 -18
- package/commands/Companies/Requests/PayCompanyBatchDelete.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyBatchMerge.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyDelete.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyDirectoryGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyDirectoryList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyGeneralGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyGeneralList.d.ts +0 -36
- package/commands/Companies/Requests/PayCompanyGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyList.d.ts +0 -6
- package/commands/Companies/Requests/PayCompanyMerge.d.ts +0 -20
- package/commands/Companies/Requests/PayCompanyPoliciesGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyPoliciesList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyPolicyGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyPolicyList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyResellerDelete.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyResellerGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyResellerList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyResellerMerge.d.ts +0 -20
- package/commands/Companies/Requests/PayCompanyResellerRestore.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyRestore.d.ts +0 -9
- package/commands/Companies/Requests/PayCompanyStyleGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyStyleList.d.ts +0 -27
- package/commands/Companies/Requests/PayCompanyStylesGet.d.ts +0 -15
- package/commands/Companies/Requests/PayCompanyStylesList.d.ts +0 -27
- package/commands/Companies/Responses/RepCompanyBatchDelete.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyBatchMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyDelete.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyDirectoryGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyDirectoryList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyGeneralGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyGeneralList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyGet.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyList.d.ts +0 -6
- package/commands/Companies/Responses/RepCompanyMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyPoliciesGet.d.ts +0 -12
- package/commands/Companies/Responses/RepCompanyPoliciesList.d.ts +0 -23
- package/commands/Companies/Responses/RepCompanyPolicyGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyPolicyList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyResellerDelete.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyResellerGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyResellerList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyResellerMerge.d.ts +0 -13
- package/commands/Companies/Responses/RepCompanyStyleGet.d.ts +0 -14
- package/commands/Companies/Responses/RepCompanyStyleList.d.ts +0 -25
- package/commands/Companies/Responses/RepCompanyStylesGet.d.ts +0 -12
- package/commands/Companies/Responses/RepCompanyStylesList.d.ts +0 -23
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +0 -23
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +0 -26
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +0 -58
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +0 -27
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +0 -43
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +0 -33
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +0 -20
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +0 -21
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +0 -9
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +0 -15
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +0 -102
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +0 -20
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +0 -9
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +0 -13
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +0 -88
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +0 -71
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +0 -18
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +0 -9
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +0 -15
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +0 -68
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +0 -20
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +0 -9
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +0 -14
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +0 -13
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +0 -63
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +0 -13
- package/commands/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +0 -36
- package/commands/Hosting/Documents/Requests/PayDocument.d.ts +0 -18
- package/commands/Hosting/Documents/Requests/PayDocumentBatchDelete.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentBatchMerge.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentDelete.d.ts +0 -9
- package/commands/Hosting/Documents/Requests/PayDocumentGet.d.ts +0 -15
- package/commands/Hosting/Documents/Requests/PayDocumentList.d.ts +0 -27
- package/commands/Hosting/Documents/Requests/PayDocumentMerge.d.ts +0 -20
- package/commands/Hosting/Documents/Requests/PayDocumentRestore.d.ts +0 -9
- package/commands/Hosting/Documents/Responses/RepDocumentBatchDelete.d.ts +0 -14
- package/commands/Hosting/Documents/Responses/RepDocumentBatchMerge.d.ts +0 -13
- package/commands/Hosting/Documents/Responses/RepDocumentDelete.d.ts +0 -14
- package/commands/Hosting/Documents/Responses/RepDocumentGet.d.ts +0 -13
- package/commands/Hosting/Documents/Responses/RepDocumentList.d.ts +0 -25
- package/commands/Hosting/Documents/Responses/RepDocumentMerge.d.ts +0 -13
- package/commands/Hosting/FormResults/Requests/PayFormResult.d.ts +0 -18
- package/commands/Hosting/FormResults/Requests/PayFormResultBatchDelete.d.ts +0 -15
- package/commands/Hosting/FormResults/Requests/PayFormResultList.d.ts +0 -27
- package/commands/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +0 -20
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultGet.d.ts +0 -14
- package/commands/Hosting/FormResults/Responses/RepFormResultList.d.ts +0 -25
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +0 -77
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +0 -19
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +0 -14
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +0 -15
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +0 -13
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +0 -25
- package/commands/Images/Dashcams/Requests/PayDashcam.d.ts +0 -18
- package/commands/Images/Dashcams/Requests/PayDashcamGet.d.ts +0 -15
- package/commands/Images/Dashcams/Requests/PayDashcamList.d.ts +0 -103
- package/commands/Images/Dashcams/Responses/RepDashcamGet.d.ts +0 -13
- package/commands/Images/Dashcams/Responses/RepDashcamList.d.ts +0 -89
- package/commands/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +0 -33
- package/commands/Images/Icons/Requests/PayIcon.d.ts +0 -18
- package/commands/Images/Icons/Requests/PayIconBatchDelete.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconBatchMerge.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconDelete.d.ts +0 -9
- package/commands/Images/Icons/Requests/PayIconGet.d.ts +0 -15
- package/commands/Images/Icons/Requests/PayIconList.d.ts +0 -27
- package/commands/Images/Icons/Requests/PayIconMerge.d.ts +0 -20
- package/commands/Images/Icons/Requests/PayIconRestore.d.ts +0 -9
- package/commands/Images/Icons/Responses/RepIconBatchDelete.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconBatchMerge.d.ts +0 -13
- package/commands/Images/Icons/Responses/RepIconDelete.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconGet.d.ts +0 -14
- package/commands/Images/Icons/Responses/RepIconList.d.ts +0 -25
- package/commands/Images/Icons/Responses/RepIconMerge.d.ts +0 -13
- package/commands/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +0 -29
- package/commands/Images/Pictures/Requests/PayPicture.d.ts +0 -18
- package/commands/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureDelete.d.ts +0 -9
- package/commands/Images/Pictures/Requests/PayPictureGet.d.ts +0 -15
- package/commands/Images/Pictures/Requests/PayPictureList.d.ts +0 -27
- package/commands/Images/Pictures/Requests/PayPictureMerge.d.ts +0 -20
- package/commands/Images/Pictures/Requests/PayPictureRestore.d.ts +0 -9
- package/commands/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +0 -14
- package/commands/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +0 -13
- package/commands/Images/Pictures/Responses/RepPictureDelete.d.ts +0 -14
- package/commands/Images/Pictures/Responses/RepPictureGet.d.ts +0 -13
- package/commands/Images/Pictures/Responses/RepPictureList.d.ts +0 -25
- package/commands/Images/Pictures/Responses/RepPictureMerge.d.ts +0 -13
- package/commands/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +0 -32
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +0 -18
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +0 -9
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +0 -15
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +0 -27
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +0 -20
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +0 -9
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +0 -14
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +0 -14
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +0 -15
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +0 -13
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +0 -25
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +0 -13
- package/commands/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +0 -41
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +0 -18
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +0 -9
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +0 -15
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +0 -27
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +0 -20
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +0 -9
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +0 -14
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +0 -13
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +0 -14
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +0 -13
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +0 -25
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +0 -13
- package/commands/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +0 -21
- package/commands/Messaging/Requests/PayAssetMessage.d.ts +0 -18
- package/commands/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageDelete.d.ts +0 -9
- package/commands/Messaging/Requests/PayAssetMessageGet.d.ts +0 -15
- package/commands/Messaging/Requests/PayAssetMessageList.d.ts +0 -39
- package/commands/Messaging/Requests/PayAssetMessageMerge.d.ts +0 -20
- package/commands/Messaging/Requests/PayAssetMessageRestore.d.ts +0 -9
- package/commands/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +0 -14
- package/commands/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +0 -13
- package/commands/Messaging/Responses/RepAssetMessageDelete.d.ts +0 -15
- package/commands/Messaging/Responses/RepAssetMessageGet.d.ts +0 -14
- package/commands/Messaging/Responses/RepAssetMessageList.d.ts +0 -38
- package/commands/Messaging/Responses/RepAssetMessageMerge.d.ts +0 -13
- package/commands/Places/Responses/RepPlaceBatchDelete.d.ts +0 -15
- package/commands/Places/Responses/RepPlaceDelete.d.ts +0 -15
- package/commands/Places/Responses/RepPlaceGet.d.ts +0 -13
- package/commands/Places/Responses/RepPlaceList.d.ts +0 -25
- package/commands/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +0 -24
- package/commands/Providers/Configs/Requests/PayProviderConfig.d.ts +0 -18
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +0 -9
- package/commands/Providers/Configs/Requests/PayProviderConfigGet.d.ts +0 -15
- package/commands/Providers/Configs/Requests/PayProviderConfigList.d.ts +0 -38
- package/commands/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +0 -20
- package/commands/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +0 -9
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +0 -14
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +0 -13
- package/commands/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +0 -14
- package/commands/Providers/Configs/Responses/RepProviderConfigGet.d.ts +0 -13
- package/commands/Providers/Configs/Responses/RepProviderConfigList.d.ts +0 -36
- package/commands/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +0 -13
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +0 -18
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +0 -15
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +0 -27
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +0 -13
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +0 -25
- package/commands/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +0 -24
- package/commands/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +0 -18
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +0 -9
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +0 -15
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +0 -27
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +0 -20
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +0 -9
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +0 -14
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +0 -13
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +0 -14
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +0 -13
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +0 -25
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +0 -13
- package/commands/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +0 -32
- package/commands/Providers/Providers/Requests/PayProvider.d.ts +0 -18
- package/commands/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderControlGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderControlList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderDelete.d.ts +0 -9
- package/commands/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderGeneralList.d.ts +0 -43
- package/commands/Providers/Providers/Requests/PayProviderGet.d.ts +0 -15
- package/commands/Providers/Providers/Requests/PayProviderList.d.ts +0 -42
- package/commands/Providers/Providers/Requests/PayProviderMerge.d.ts +0 -20
- package/commands/Providers/Providers/Requests/PayProviderRestore.d.ts +0 -9
- package/commands/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderControlGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderControlList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderDelete.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderGeneralList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderGet.d.ts +0 -14
- package/commands/Providers/Providers/Responses/RepProviderList.d.ts +0 -36
- package/commands/Providers/Providers/Responses/RepProviderMerge.d.ts +0 -13
- package/commands/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +0 -18
- package/commands/Providers/Registrations/Requests/PayProviderRegistration.d.ts +0 -18
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchDelete.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchMerge.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +0 -9
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +0 -27
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +0 -15
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationRestore.d.ts +0 -9
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchDelete.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchMerge.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +0 -14
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +0 -25
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +0 -13
- package/commands/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +0 -20
- package/commands/Providers/Scripts/Requests/PayProviderScript.d.ts +0 -18
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +0 -9
- package/commands/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +0 -15
- package/commands/Providers/Scripts/Requests/PayProviderScriptList.d.ts +0 -27
- package/commands/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +0 -20
- package/commands/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +0 -9
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +0 -14
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +0 -13
- package/commands/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +0 -15
- package/commands/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +0 -13
- package/commands/Providers/Scripts/Responses/RepProviderScriptList.d.ts +0 -25
- package/commands/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +0 -14
- package/commands/Reports/Parameters/ParamReportOptions.d.ts +0 -22
- package/commands/Reports/Parameters/ParamReportScorecardRules.d.ts +0 -11
- package/commands/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +0 -20
- package/commands/Reports/Results/Requests/PayReportResult.d.ts +0 -18
- package/commands/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultDelete.d.ts +0 -9
- package/commands/Reports/Results/Requests/PayReportResultGet.d.ts +0 -15
- package/commands/Reports/Results/Requests/PayReportResultList.d.ts +0 -27
- package/commands/Reports/Results/Requests/PayReportResultMerge.d.ts +0 -20
- package/commands/Reports/Results/Requests/PayReportResultRestore.d.ts +0 -9
- package/commands/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +0 -14
- package/commands/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +0 -13
- package/commands/Reports/Results/Responses/RepReportResultDelete.d.ts +0 -14
- package/commands/Reports/Results/Responses/RepReportResultGet.d.ts +0 -13
- package/commands/Reports/Results/Responses/RepReportResultList.d.ts +0 -25
- package/commands/Reports/Results/Responses/RepReportResultMerge.d.ts +0 -13
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +0 -17
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +0 -20
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +0 -21
- package/commands/Reports/Schedules/Requests/PayReportSchedule.d.ts +0 -18
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchDelete.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchMerge.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +0 -9
- package/commands/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +0 -15
- package/commands/Reports/Schedules/Requests/PayReportScheduleList.d.ts +0 -27
- package/commands/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +0 -20
- package/commands/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +0 -9
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +0 -14
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchMerge.d.ts +0 -13
- package/commands/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +0 -14
- package/commands/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +0 -13
- package/commands/Reports/Schedules/Responses/RepReportScheduleList.d.ts +0 -25
- package/commands/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +0 -13
- package/commands/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +0 -19
- package/commands/Reports/Templates/Requests/PayReportTemplate.d.ts +0 -18
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +0 -9
- package/commands/Reports/Templates/Requests/PayReportTemplateGet.d.ts +0 -15
- package/commands/Reports/Templates/Requests/PayReportTemplateList.d.ts +0 -27
- package/commands/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +0 -20
- package/commands/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +0 -9
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +0 -14
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +0 -13
- package/commands/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +0 -14
- package/commands/Reports/Templates/Responses/RepReportTemplateGet.d.ts +0 -13
- package/commands/Reports/Templates/Responses/RepReportTemplateList.d.ts +0 -25
- package/commands/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +0 -13
- package/commands/WebSocket/Requests/Parameters/SubscriptionType.d.ts +0 -212
- package/commands/WebSocket/Requests/PaySubscriptionDelete.d.ts +0 -10
- package/commands/WebSocket/Requests/PaySubscriptionList.d.ts +0 -10
- package/commands/WebSocket/Requests/PaySubscriptionMerge.d.ts +0 -23
- package/commands/WebSocket/Responses/Content/Subscription.d.ts +0 -17
- package/commands/WebSocket/Responses/RepSubscription.d.ts +0 -29
- package/commands/WebSocket/Responses/RepSubscriptionList.d.ts +0 -13
- package/index.d.ts +0 -596
- package/tests/hello.test.d.ts +0 -1
- package/trakit-commands.min.js +0 -7
- package/vitest.config.d.ts +0 -2
- /package/{commands → _publish}/API/Requests/Parameters/ParamMerge.d.ts +0 -0
- /package/{commands → _publish}/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultGet.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/Parameters/ParamPlaceMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlace.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceBatchDelete.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceDelete.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceGet.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceList.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Requests/PayPlaceRestore.d.ts +0 -0
- /package/{commands → _publish}/Places/Responses/RepPlaceBatchMerge.d.ts +0 -0
- /package/{commands → _publish}/Places/Responses/RepPlaceMerge.d.ts +0 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BehaviourScript, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ReplySyncGet } from "../../../API/Responses/ReplySyncGet";
|
|
3
|
+
/**
|
|
4
|
+
* A container for the {@link behaviourScript}.
|
|
5
|
+
*/
|
|
6
|
+
export declare class RepBehaviourScriptGet extends ReplySyncGet<BehaviourScript> {
|
|
7
|
+
/**
|
|
8
|
+
* The requested {@link BehaviourScript}.
|
|
9
|
+
*/
|
|
10
|
+
behaviourScript: BehaviourScript | nothing;
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
getObject(): BehaviourScript;
|
|
13
|
+
getCompanyId(): ulong;
|
|
14
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { BehaviourScript, codified, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentId } from "../../../API/Responses/Content/ContentId";
|
|
3
|
+
import { ReplySyncList } from "../../../API/Responses/ReplySyncList";
|
|
4
|
+
/**
|
|
5
|
+
* A container for the requested {@link behaviourScripts}.
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class RepBehaviourScriptList extends ReplySyncList<BehaviourScript> {
|
|
8
|
+
/**
|
|
9
|
+
* The list of requested {@link BehaviourScript}s.
|
|
10
|
+
*/
|
|
11
|
+
behaviourScripts: BehaviourScript[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
getList(): BehaviourScript[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Contains the {@link Company.id} of the collection.
|
|
17
|
+
*/
|
|
18
|
+
export declare class RepBehaviourScriptListByCompany extends RepBehaviourScriptList {
|
|
19
|
+
/**
|
|
20
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
21
|
+
*/
|
|
22
|
+
company: ContentId | nothing;
|
|
23
|
+
constructor(json: JsonObject);
|
|
24
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, BehaviourScript], index: number): boolean;
|
|
25
|
+
getCompanyId(): ulong;
|
|
26
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ContentIdCompany } from "../../../API/Responses/Content/ContentIdCompany";
|
|
3
|
+
import { Reply } from "../../../API/Responses/Reply";
|
|
4
|
+
/**
|
|
5
|
+
* A container for the {@link behaviourScript}.
|
|
6
|
+
*/
|
|
7
|
+
export declare class RepBehaviourScriptMerge extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
* An object which contains the `id` and `company` keys when there is no error.
|
|
10
|
+
*/
|
|
11
|
+
behaviourScript: ContentIdCompany | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { JsonObject, LabelStyle, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ParamMergeSubscribable } from "../../../API/Requests/Parameters/ParamMergeSubscribable";
|
|
3
|
+
import { ParamPasswordPolicy } from "./ParamPasswordPolicy";
|
|
4
|
+
import { ParamSessionPolicy } from "./ParamSessionPolicy";
|
|
5
|
+
/**
|
|
6
|
+
* Parameters used to create or update an {@link Company}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ParamCompanyMerge extends ParamMergeSubscribable {
|
|
9
|
+
/**
|
|
10
|
+
* Unique identifier of the Company.
|
|
11
|
+
*/
|
|
12
|
+
id: ulong | nothing;
|
|
13
|
+
/**
|
|
14
|
+
* The unique identifier of this company's parent organization.
|
|
15
|
+
*/
|
|
16
|
+
parent: ulong | nothing;
|
|
17
|
+
/**
|
|
18
|
+
* The organizational name.
|
|
19
|
+
*/
|
|
20
|
+
name: string | nothing;
|
|
21
|
+
/**
|
|
22
|
+
* Notes.
|
|
23
|
+
*/
|
|
24
|
+
notes: string | nothing;
|
|
25
|
+
/**
|
|
26
|
+
* Name/value collections of custom fields used to refer to external systems.
|
|
27
|
+
* If the value is null, the references are removed from the {@link Company}.
|
|
28
|
+
*/
|
|
29
|
+
references: Map<string, string | nothing> | nothing;
|
|
30
|
+
/**
|
|
31
|
+
* The list of Contacts from this and other companies broken down by contact role.
|
|
32
|
+
*/
|
|
33
|
+
directory: Map<string, ulong[] | nothing> | nothing;
|
|
34
|
+
/**
|
|
35
|
+
* The styles for labels added to Assets, Places, and other things.
|
|
36
|
+
*/
|
|
37
|
+
labels: Map<string, LabelStyle | nothing> | nothing;
|
|
38
|
+
/**
|
|
39
|
+
* The styles for status tags added to Assets.
|
|
40
|
+
*/
|
|
41
|
+
tags: Map<string, LabelStyle | nothing> | nothing;
|
|
42
|
+
/**
|
|
43
|
+
* The session lifetime policy.
|
|
44
|
+
*/
|
|
45
|
+
sessionPolicy: ParamSessionPolicy | nothing;
|
|
46
|
+
/**
|
|
47
|
+
* The password complexity and expiry policy.
|
|
48
|
+
*/
|
|
49
|
+
passwordPolicy: ParamPasswordPolicy | nothing;
|
|
50
|
+
constructor(json?: JsonObject);
|
|
51
|
+
toJSON(): any;
|
|
52
|
+
}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { ColourStyle, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ParamMergeSubscribable } from "../../../API/Requests/Parameters/ParamMergeSubscribable";
|
|
3
|
+
import { ParamEmailServer } from "./ParamEmailServer";
|
|
4
|
+
import { ParamSmsServer } from "./ParamSmsServer";
|
|
5
|
+
/**
|
|
6
|
+
* Parameters used to create or update an {@link Company}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class ParamCompanyResellerMerge extends ParamMergeSubscribable {
|
|
9
|
+
/**
|
|
10
|
+
* The unique identifier of the company you want to update.
|
|
11
|
+
*/
|
|
12
|
+
id: ulong;
|
|
13
|
+
/**
|
|
14
|
+
* The name of the branded service being provided to the seller's customers.
|
|
15
|
+
*/
|
|
16
|
+
serviceName: string | nothing;
|
|
17
|
+
/**
|
|
18
|
+
* A list of Contacts for company specific things like Technical Support, Billing, etc...
|
|
19
|
+
*/
|
|
20
|
+
contactInfo: Map<string, ulong | nothing> | nothing;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the image uploaded as the logo (used for regular view).
|
|
23
|
+
*/
|
|
24
|
+
logo: string | nothing;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the image uploaded as the logo (used for collapsed/mobile view).
|
|
27
|
+
*/
|
|
28
|
+
icon: string | nothing;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the icon file used for browser bookmarks.
|
|
31
|
+
*/
|
|
32
|
+
favourite: string | nothing;
|
|
33
|
+
/**
|
|
34
|
+
* The URN and path to the instance of v4.
|
|
35
|
+
* It does not contain the protocol because all instances are required to be HTTPS.
|
|
36
|
+
*/
|
|
37
|
+
domain: string | nothing;
|
|
38
|
+
/**
|
|
39
|
+
* The list of supported languages for your customers.
|
|
40
|
+
*/
|
|
41
|
+
languages: string[] | nothing;
|
|
42
|
+
/**
|
|
43
|
+
* Themed colours used in the web-based UI.
|
|
44
|
+
*/
|
|
45
|
+
website: Map<string, string | nothing> | nothing;
|
|
46
|
+
/**
|
|
47
|
+
* A list of symbol names and their corresponding FontAwesome icon names.
|
|
48
|
+
*/
|
|
49
|
+
graphics: Map<string, string | nothing> | nothing;
|
|
50
|
+
/**
|
|
51
|
+
* Colours used as templates for status tags, labels, and places.
|
|
52
|
+
*/
|
|
53
|
+
gamut: Map<string, ColourStyle | nothing> | nothing;
|
|
54
|
+
/**
|
|
55
|
+
* Settings for sending and receiving email notifcations and asset messages.
|
|
56
|
+
*/
|
|
57
|
+
notifyEmail: ParamEmailServer | nothing;
|
|
58
|
+
/**
|
|
59
|
+
* Settings for sending and receiving SMS notifcations and asset messages.
|
|
60
|
+
*/
|
|
61
|
+
notifySms: ParamSmsServer | nothing;
|
|
62
|
+
/**
|
|
63
|
+
* A small body of text added as a preamble for the Trak-iT Wireless Inc. terms of service.
|
|
64
|
+
*/
|
|
65
|
+
termsPreamble: string | nothing;
|
|
66
|
+
/**
|
|
67
|
+
* A timestamp from when the preamble was changed.
|
|
68
|
+
*/
|
|
69
|
+
termsUpdated: Date | nothing;
|
|
70
|
+
/**
|
|
71
|
+
* The subject of the email sent to a user requesting a password reset.
|
|
72
|
+
*/
|
|
73
|
+
recoverSubject: string | nothing;
|
|
74
|
+
/**
|
|
75
|
+
* The body of the email sent to a user requesting a password reset.
|
|
76
|
+
*/
|
|
77
|
+
recoverBody: string | nothing;
|
|
78
|
+
/**
|
|
79
|
+
* When true, sends the password reset email as an HTML email instead of plain text.
|
|
80
|
+
*/
|
|
81
|
+
recoverIsHtml: boolean | nothing;
|
|
82
|
+
constructor(json?: JsonObject);
|
|
83
|
+
toJSON(): any;
|
|
84
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { int, JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ParamMerge } from "../../../API/Requests/Parameters/ParamMerge";
|
|
3
|
+
/**
|
|
4
|
+
* Parameter values for creating a new or updating an existing {@link SessionPolicy}.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ParamEmailServer extends ParamMerge {
|
|
7
|
+
/**
|
|
8
|
+
* The type of incoming protocol to use (IMAP or POP3).
|
|
9
|
+
*/
|
|
10
|
+
incomingType: "POP3" | "IMAP" | nothing;
|
|
11
|
+
/**
|
|
12
|
+
* The domain or IP address of the incoming email server.
|
|
13
|
+
*/
|
|
14
|
+
incomingAddress: string | nothing;
|
|
15
|
+
/**
|
|
16
|
+
* The port number of the incoming email server.
|
|
17
|
+
*/
|
|
18
|
+
incomingPort: number | nothing;
|
|
19
|
+
/**
|
|
20
|
+
* The username used to login to the incoming email server.
|
|
21
|
+
*/
|
|
22
|
+
incomingLogin: string | nothing;
|
|
23
|
+
/**
|
|
24
|
+
* The password used to login to the incoming email server.
|
|
25
|
+
*/
|
|
26
|
+
incomingPassword: string | nothing;
|
|
27
|
+
/**
|
|
28
|
+
* Is the incoming email server using a secure SSL/TLS connection (it should).
|
|
29
|
+
*/
|
|
30
|
+
incomingSecure: boolean | nothing;
|
|
31
|
+
/**
|
|
32
|
+
* IMAP message sequence number so only recent messages are retrieved.
|
|
33
|
+
*/
|
|
34
|
+
incomingMessageNumber: int | nothing;
|
|
35
|
+
/**
|
|
36
|
+
* The domain or IP address of the outgoing email server.
|
|
37
|
+
*/
|
|
38
|
+
outgoingAddress: string | nothing;
|
|
39
|
+
/**
|
|
40
|
+
* The port number of the outgoing email server.
|
|
41
|
+
*/
|
|
42
|
+
outgoingPort: number | nothing;
|
|
43
|
+
/**
|
|
44
|
+
* The username used to login to the outgoing email server.
|
|
45
|
+
*/
|
|
46
|
+
outgoingLogin: string | nothing;
|
|
47
|
+
/**
|
|
48
|
+
* The password used to login to the outgoing email server.
|
|
49
|
+
*/
|
|
50
|
+
outgoingPassword: string | nothing;
|
|
51
|
+
/**
|
|
52
|
+
* Is the outgoing email server using a secure SSL/TLS connection (it should).
|
|
53
|
+
*/
|
|
54
|
+
outgoingSecure: boolean | nothing;
|
|
55
|
+
/**
|
|
56
|
+
* An optional field which can be set as the "sent from" and/or "reply-to" address.
|
|
57
|
+
*/
|
|
58
|
+
outgoingReplyTo: string | nothing;
|
|
59
|
+
constructor(json?: JsonObject);
|
|
60
|
+
/**
|
|
61
|
+
* Converts the parameter values to a JSON-compatible format.
|
|
62
|
+
*/
|
|
63
|
+
toJSON(): any;
|
|
64
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { byte, JsonObject, nothing, PasswordExpiryMode } from "@trakit/objects";
|
|
2
|
+
import { ParamMerge } from "../../../API/Requests/Parameters/ParamMerge";
|
|
3
|
+
/**
|
|
4
|
+
* Parameter values for creating a new or updating an existing {@link PasswordPolicy}.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ParamPasswordPolicy extends ParamMerge {
|
|
7
|
+
/**
|
|
8
|
+
* The minimum number of characters required.
|
|
9
|
+
*/
|
|
10
|
+
minimumLength: byte | nothing;
|
|
11
|
+
/**
|
|
12
|
+
* Do passwords require alphabetical characters.
|
|
13
|
+
*/
|
|
14
|
+
includeLetters: boolean | nothing;
|
|
15
|
+
/**
|
|
16
|
+
* Do passwords require numeric characters.
|
|
17
|
+
*/
|
|
18
|
+
includeNumbers: boolean | nothing;
|
|
19
|
+
/**
|
|
20
|
+
* Do passwords require upper-case and lower-case letters.
|
|
21
|
+
*/
|
|
22
|
+
includeUpperLower: boolean | nothing;
|
|
23
|
+
/**
|
|
24
|
+
* Do passwords require non-alphanumeric characters.
|
|
25
|
+
*/
|
|
26
|
+
includeSpecial: boolean | nothing;
|
|
27
|
+
/**
|
|
28
|
+
* Defines how passwords expire.
|
|
29
|
+
*/
|
|
30
|
+
expireMode: PasswordExpiryMode | nothing;
|
|
31
|
+
/**
|
|
32
|
+
* The threshold for expiry (in days).
|
|
33
|
+
*/
|
|
34
|
+
expireThreshold: byte | nothing;
|
|
35
|
+
constructor(json?: JsonObject);
|
|
36
|
+
/**
|
|
37
|
+
* Converts the parameter values to a JSON-compatible format.
|
|
38
|
+
*/
|
|
39
|
+
toJSON(): any;
|
|
40
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { byte, ipv4, JsonObject, nothing, SessionMultiUser, ushort } from "@trakit/objects";
|
|
2
|
+
import { ParamMerge } from "../../../API/Requests/Parameters/ParamMerge";
|
|
3
|
+
/**
|
|
4
|
+
* Parameter values for creating a new or updating an existing {@link SessionPolicy}.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ParamSessionPolicy extends ParamMerge {
|
|
7
|
+
/**
|
|
8
|
+
* The list of applications users are allowed to use to create sessions.
|
|
9
|
+
*/
|
|
10
|
+
applications: string[] | nothing;
|
|
11
|
+
/**
|
|
12
|
+
* Restrict session creation to only the provided IPv4 ranges (using CIDR slash-notation). Leave blank for Internet access.
|
|
13
|
+
*/
|
|
14
|
+
ipv4Ranges: ipv4[] | nothing;
|
|
15
|
+
/**
|
|
16
|
+
* Defines the behaviour of the system when a user creates multiple sessions.
|
|
17
|
+
*/
|
|
18
|
+
multiUser: SessionMultiUser | nothing;
|
|
19
|
+
/**
|
|
20
|
+
* Defines whether a session should be automatically killed when the connection breaks.
|
|
21
|
+
*/
|
|
22
|
+
idleAllowed: boolean | nothing;
|
|
23
|
+
/**
|
|
24
|
+
* The lifetime duration of a session in minutes.
|
|
25
|
+
*/
|
|
26
|
+
expireTimeout: ushort | nothing;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of sessions allowed per user.
|
|
29
|
+
*/
|
|
30
|
+
maxSessions: byte | nothing;
|
|
31
|
+
constructor(json?: JsonObject);
|
|
32
|
+
/**
|
|
33
|
+
* Converts the parameter values to a JSON-compatible format.
|
|
34
|
+
*/
|
|
35
|
+
toJSON(): any;
|
|
36
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { JsonObject, nothing, phone, ushort } from "@trakit/objects";
|
|
2
|
+
import { ParamMerge } from "../../../API/Requests/Parameters/ParamMerge";
|
|
3
|
+
/**
|
|
4
|
+
* Parameter values for creating a new or updating an existing {@link SessionPolicy}.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ParamSmsServer extends ParamMerge {
|
|
7
|
+
/**
|
|
8
|
+
* The list of applications users are allowed to use to create sessions.
|
|
9
|
+
*/
|
|
10
|
+
notifyLimit: ushort | nothing;
|
|
11
|
+
/**
|
|
12
|
+
* Restrict session creation to only the provided IPv4 ranges (using CIDR slash-notation). Leave blank for Internet access.
|
|
13
|
+
*/
|
|
14
|
+
phoneNumbers: Map<string, phone[]> | nothing;
|
|
15
|
+
constructor(json?: JsonObject);
|
|
16
|
+
/**
|
|
17
|
+
* Converts the parameter values to a JSON-compatible format.
|
|
18
|
+
*/
|
|
19
|
+
toJSON(): any;
|
|
20
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPaySingle } from "../../API/Requests/IPaySingle";
|
|
3
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
4
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
5
|
+
/**
|
|
6
|
+
* A container for the {@link company} object.
|
|
7
|
+
*/
|
|
8
|
+
export declare abstract class PayCompany extends Payload implements IPaySingle {
|
|
9
|
+
/**
|
|
10
|
+
* An object to contain the "id" of the {@link Company}.
|
|
11
|
+
*/
|
|
12
|
+
company: ParamId;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
getKey(): string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
3
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
4
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyBatchDelete extends Payload {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
companies: ParamId[];
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { ParamCompanyMerge } from "./Parameters/ParamCompanyMerge";
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyBatchMerge extends Payload {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
companies: ParamCompanyMerge[];
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
3
|
+
import { PayCompany } from "./PayCompany";
|
|
4
|
+
/**
|
|
5
|
+
* Deletes an existing {@link Company}.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PayCompanyDelete extends PayCompany {
|
|
8
|
+
createReply(json: JsonObject): Reply;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayCompany } from "./PayCompany";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link CompanyDirectory}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyDirectoryGet extends PayCompany implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link CompanyDirectory} (if it exists).
|
|
11
|
+
*/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
5
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
6
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
7
|
+
/**
|
|
8
|
+
* Gets a list of {@link CompanyDirectory}s.
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class PayCompanyDirectoryList extends Payload implements IPayDeletable {
|
|
11
|
+
/**
|
|
12
|
+
* When true, the command will also return a deleted {@link CompanyDirectory} (if it exists).
|
|
13
|
+
*/
|
|
14
|
+
includeDeleted: boolean;
|
|
15
|
+
constructor(json?: JsonObject);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Gets the list of {@link CompanyDirectory}s for the specified {@link Company}.
|
|
19
|
+
*/
|
|
20
|
+
export declare class PayCompanyDirectoryListByCompany extends PayCompanyDirectoryList implements IPayListByCompany {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
23
|
+
*/
|
|
24
|
+
company: ParamId;
|
|
25
|
+
constructor(json?: JsonObject);
|
|
26
|
+
createReply(json: JsonObject): Reply;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayCompany } from "./PayCompany";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link CompanyGeneral}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyGeneralGet extends PayCompany implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link CompanyGeneral} (if it exists).
|
|
11
|
+
*/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
5
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
6
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
7
|
+
/**
|
|
8
|
+
* Gets a list of {@link CompanyGeneral}s.
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class PayCompanyGeneralList extends Payload implements IPayDeletable {
|
|
11
|
+
/**
|
|
12
|
+
* When set to true, the full tree of {@link Company|companies} is returned.
|
|
13
|
+
* Otherwise, only the first-level child-{@link Company|companies} are included.
|
|
14
|
+
*/
|
|
15
|
+
tree: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* When set to true, the parent {@link Company} is included in the results.
|
|
18
|
+
*/
|
|
19
|
+
includeParent: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* When true, the command will also return a deleted {@link CompanyGeneral} (if it exists).
|
|
22
|
+
*/
|
|
23
|
+
includeDeleted: boolean;
|
|
24
|
+
constructor(json?: JsonObject);
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Gets the list of {@link CompanyGeneral}s for the specified {@link Company}.
|
|
28
|
+
*/
|
|
29
|
+
export declare class PayCompanyGeneralListByCompany extends PayCompanyGeneralList implements IPayListByCompany {
|
|
30
|
+
/**
|
|
31
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
32
|
+
*/
|
|
33
|
+
company: ParamId;
|
|
34
|
+
constructor(json?: JsonObject);
|
|
35
|
+
createReply(json: JsonObject): Reply;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayCompany } from "./PayCompany";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link Company}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyGet extends PayCompany implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link Company} (if it exists).
|
|
11
|
+
*/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPaySingle } from "../../API/Requests/IPaySingle";
|
|
3
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
4
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
5
|
+
import { ParamCompanyMerge } from "./Parameters/ParamCompanyMerge";
|
|
6
|
+
/**
|
|
7
|
+
* Creates a new or updates an existing {@link Company}.
|
|
8
|
+
*/
|
|
9
|
+
export declare class PayCompanyMerge extends Payload implements IPaySingle {
|
|
10
|
+
/**
|
|
11
|
+
* Parameters given to create or update a {@link Company}.
|
|
12
|
+
*/
|
|
13
|
+
company: ParamCompanyMerge;
|
|
14
|
+
constructor(json?: JsonObject);
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
getKey(): string;
|
|
19
|
+
createReply(json: JsonObject): Reply;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayCompany } from "./PayCompany";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link CompanyPolicies}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyPolicyGet extends PayCompany implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link CompanyPolicies} (if it exists).
|
|
11
|
+
*/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
5
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
6
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
7
|
+
/**
|
|
8
|
+
* Gets a list of {@link CompanyPolicies}s.
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class PayCompanyPolicyList extends Payload implements IPayDeletable {
|
|
11
|
+
/**
|
|
12
|
+
* When true, the command will also return a deleted {@link CompanyPolicies} (if it exists).
|
|
13
|
+
*/
|
|
14
|
+
includeDeleted: boolean;
|
|
15
|
+
constructor(json?: JsonObject);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Gets the list of {@link CompanyPolicies}s for the specified {@link Company}.
|
|
19
|
+
*/
|
|
20
|
+
export declare class PayCompanyPolicyListByCompany extends PayCompanyPolicyList implements IPayListByCompany {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
23
|
+
*/
|
|
24
|
+
company: ParamId;
|
|
25
|
+
constructor(json?: JsonObject);
|
|
26
|
+
createReply(json: JsonObject): Reply;
|
|
27
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
3
|
+
import { PayCompany } from "./PayCompany";
|
|
4
|
+
/**
|
|
5
|
+
* Deletes an existing {@link Company}.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PayCompanyResellerDelete extends PayCompany {
|
|
8
|
+
createReply(json: JsonObject): Reply;
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayCompany } from "./PayCompany";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link CompanyReseller}.
|
|
7
|
+
*/
|
|
8
|
+
export declare class PayCompanyResellerGet extends PayCompany implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link CompanyReseller} (if it exists).
|
|
11
|
+
*/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
5
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
6
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
7
|
+
/**
|
|
8
|
+
* Gets a list of {@link CompanyReseller}s.
|
|
9
|
+
*/
|
|
10
|
+
export declare abstract class PayCompanyResellerList extends Payload implements IPayDeletable {
|
|
11
|
+
/**
|
|
12
|
+
* When true, the command will also return a deleted {@link CompanyReseller} (if it exists).
|
|
13
|
+
*/
|
|
14
|
+
includeDeleted: boolean;
|
|
15
|
+
constructor(json?: JsonObject);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Gets the list of {@link CompanyReseller}s for the specified {@link Company}.
|
|
19
|
+
*/
|
|
20
|
+
export declare class PayCompanyResellerListByCompany extends PayCompanyResellerList implements IPayListByCompany {
|
|
21
|
+
/**
|
|
22
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
23
|
+
*/
|
|
24
|
+
company: ParamId;
|
|
25
|
+
constructor(json?: JsonObject);
|
|
26
|
+
createReply(json: JsonObject): Reply;
|
|
27
|
+
}
|