@trakit/commands 0.0.5
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/commands/API/Geography/Polyline.d.ts +20 -0
- package/commands/API/Requests/IPayDeletable.d.ts +9 -0
- package/commands/API/Requests/IPayListByAsset.d.ts +10 -0
- package/commands/API/Requests/IPayListByBillingProfile.d.ts +10 -0
- package/commands/API/Requests/IPayListByCompany.d.ts +10 -0
- package/commands/API/Requests/IPayListByLabels.d.ts +10 -0
- package/commands/API/Requests/IPayListByReferences.d.ts +9 -0
- package/commands/API/Requests/IPayListByUser.d.ts +10 -0
- package/commands/API/Requests/IPaySingle.d.ts +9 -0
- package/commands/API/Requests/IPaySuspendable.d.ts +9 -0
- package/commands/API/Requests/Parameters/IParamAsset.d.ts +8 -0
- package/commands/API/Requests/Parameters/IParamBillingProfile.d.ts +8 -0
- package/commands/API/Requests/Parameters/IParamCompany.d.ts +8 -0
- package/commands/API/Requests/Parameters/ParamCode.d.ts +12 -0
- package/commands/API/Requests/Parameters/ParamGuid.d.ts +11 -0
- package/commands/API/Requests/Parameters/ParamId.d.ts +11 -0
- package/commands/API/Requests/Parameters/ParamIdentifier.d.ts +11 -0
- package/commands/API/Requests/Parameters/ParamIdentifierVersion.d.ts +12 -0
- package/commands/API/Requests/Parameters/ParamKey.d.ts +11 -0
- package/commands/API/Requests/Parameters/ParamLogin.d.ts +12 -0
- package/commands/API/Requests/Parameters/ParamMerge.d.ts +10 -0
- package/commands/API/Requests/Parameters/ParamMergeSubscribable.d.ts +12 -0
- package/commands/API/Requests/PayListBy.d.ts +14 -0
- package/commands/API/Requests/PayListByDate.d.ts +17 -0
- package/commands/API/Requests/PayListById.d.ts +17 -0
- package/commands/API/Requests/PayListByKey.d.ts +17 -0
- package/commands/API/Requests/Payload.d.ts +44 -0
- package/commands/API/Responses/Content/ContentCode.d.ts +17 -0
- package/commands/API/Responses/Content/ContentCodeCompany.d.ts +18 -0
- package/commands/API/Responses/Content/ContentCodeDeleted.d.ts +19 -0
- package/commands/API/Responses/Content/ContentId.d.ts +17 -0
- package/commands/API/Responses/Content/ContentIdAsset.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdBillingProfile.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdCompany.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdCompanyTemplate.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdDeleted.d.ts +22 -0
- package/commands/API/Responses/Content/ContentIdParent.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdScript.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdSuspended.d.ts +22 -0
- package/commands/API/Responses/Content/ContentIdendifier.d.ts +18 -0
- package/commands/API/Responses/Content/ContentIdendifierAsset.d.ts +22 -0
- package/commands/API/Responses/Content/ContentIdendifierCompany.d.ts +19 -0
- package/commands/API/Responses/Content/ContentIdendifierDeleted.d.ts +23 -0
- package/commands/API/Responses/Content/ContentIdendifierSuspended.d.ts +23 -0
- package/commands/API/Responses/Content/ContentKey.d.ts +17 -0
- package/commands/API/Responses/Content/ContentKeyCompany.d.ts +18 -0
- package/commands/API/Responses/Content/ContentKeyDeleted.d.ts +22 -0
- package/commands/API/Responses/Content/ContentLogin.d.ts +17 -0
- package/commands/API/Responses/Content/ContentLoginCompany.d.ts +18 -0
- package/commands/API/Responses/Content/ContentLoginDeleted.d.ts +22 -0
- package/commands/API/Responses/Content/ContentParentDeleted.d.ts +26 -0
- package/commands/API/Responses/Errors/ErrorCode.d.ts +529 -0
- package/commands/API/Responses/Errors/ErrorDetail.d.ts +24 -0
- package/commands/API/Responses/Errors/ErrorDetailBadBase.d.ts +13 -0
- package/commands/API/Responses/Errors/ErrorDetailBadIds.d.ts +11 -0
- package/commands/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +11 -0
- package/commands/API/Responses/Errors/ErrorDetailBadKeys.d.ts +10 -0
- package/commands/API/Responses/Errors/ErrorDetailBatch.d.ts +16 -0
- package/commands/API/Responses/Errors/ErrorDetailConnection.d.ts +35 -0
- package/commands/API/Responses/Errors/ErrorDetailContactInUse.d.ts +12 -0
- package/commands/API/Responses/Errors/ErrorDetailCount.d.ts +15 -0
- package/commands/API/Responses/Errors/ErrorDetailEnum.d.ts +15 -0
- package/commands/API/Responses/Errors/ErrorDetailEscalation.d.ts +15 -0
- package/commands/API/Responses/Errors/ErrorDetailExternals.d.ts +23 -0
- package/commands/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +15 -0
- package/commands/API/Responses/Errors/ErrorDetailInput.d.ts +15 -0
- package/commands/API/Responses/Errors/ErrorDetailLocked.d.ts +19 -0
- package/commands/API/Responses/Errors/ErrorDetailMinMax.d.ts +19 -0
- package/commands/API/Responses/Errors/ErrorDetailParent.d.ts +19 -0
- package/commands/API/Responses/Errors/ErrorDetailParse.d.ts +23 -0
- package/commands/API/Responses/Errors/ErrorDetailPhone.d.ts +19 -0
- package/commands/API/Responses/Errors/ErrorDetailSecret.d.ts +54 -0
- package/commands/API/Responses/Errors/ErrorDetailStack.d.ts +26 -0
- package/commands/API/Responses/Errors/ErrorDetailThrottled.d.ts +37 -0
- package/commands/API/Responses/Errors/ErrorDetailType.d.ts +89 -0
- package/commands/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +19 -0
- package/commands/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +1 -0
- package/commands/API/Responses/IRepList.d.ts +10 -0
- package/commands/API/Responses/IRepListByAsset.d.ts +11 -0
- package/commands/API/Responses/IRepListByCompany.d.ts +11 -0
- package/commands/API/Responses/IRepListByDate.d.ts +14 -0
- package/commands/API/Responses/IRepListById.d.ts +14 -0
- package/commands/API/Responses/IRepListByKey.d.ts +14 -0
- package/commands/API/Responses/IRepListByLabels.d.ts +10 -0
- package/commands/API/Responses/IRepListByReferences.d.ts +10 -0
- package/commands/API/Responses/IRepListByUser.d.ts +11 -0
- package/commands/API/Responses/Reply.d.ts +29 -0
- package/commands/API/Responses/ReplySync.d.ts +17 -0
- package/commands/API/Responses/ReplySyncBatchDelete.d.ts +16 -0
- package/commands/API/Responses/ReplySyncDelete.d.ts +16 -0
- package/commands/API/Responses/ReplySyncGet.d.ts +34 -0
- package/commands/API/Responses/ReplySyncList.d.ts +52 -0
- package/commands/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +19 -0
- package/commands/Accounts/Contacts/Requests/PayContact.d.ts +18 -0
- package/commands/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +15 -0
- package/commands/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +15 -0
- package/commands/Accounts/Contacts/Requests/PayContactDelete.d.ts +9 -0
- package/commands/Accounts/Contacts/Requests/PayContactGet.d.ts +15 -0
- package/commands/Accounts/Contacts/Requests/PayContactList.d.ts +27 -0
- package/commands/Accounts/Contacts/Requests/PayContactMerge.d.ts +20 -0
- package/commands/Accounts/Contacts/Requests/PayContactRestore.d.ts +9 -0
- package/commands/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +14 -0
- package/commands/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +13 -0
- package/commands/Accounts/Contacts/Responses/RepContactDelete.d.ts +14 -0
- package/commands/Accounts/Contacts/Responses/RepContactGet.d.ts +13 -0
- package/commands/Accounts/Contacts/Responses/RepContactList.d.ts +25 -0
- package/commands/Accounts/Contacts/Responses/RepContactMerge.d.ts +13 -0
- package/commands/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +31 -0
- package/commands/Accounts/Groups/Requests/PayUserGroup.d.ts +18 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +15 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +15 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +9 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupGet.d.ts +15 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupList.d.ts +27 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +20 -0
- package/commands/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +9 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +14 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +13 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +14 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupGet.d.ts +13 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupList.d.ts +25 -0
- package/commands/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +13 -0
- package/commands/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +112 -0
- package/commands/Accounts/Machines/Requests/PayMachine.d.ts +18 -0
- package/commands/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +15 -0
- package/commands/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +15 -0
- package/commands/Accounts/Machines/Requests/PayMachineDelete.d.ts +9 -0
- package/commands/Accounts/Machines/Requests/PayMachineGet.d.ts +15 -0
- package/commands/Accounts/Machines/Requests/PayMachineList.d.ts +27 -0
- package/commands/Accounts/Machines/Requests/PayMachineMerge.d.ts +20 -0
- package/commands/Accounts/Machines/Requests/PayMachineRestore.d.ts +9 -0
- package/commands/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +14 -0
- package/commands/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +13 -0
- package/commands/Accounts/Machines/Responses/RepMachineDelete.d.ts +14 -0
- package/commands/Accounts/Machines/Responses/RepMachineGet.d.ts +13 -0
- package/commands/Accounts/Machines/Responses/RepMachineList.d.ts +36 -0
- package/commands/Accounts/Machines/Responses/RepMachineMerge.d.ts +13 -0
- package/commands/Accounts/Permissions/ParamPermission.d.ts +39 -0
- package/commands/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +66 -0
- package/commands/Accounts/Self/Requests/PaySelfContact.d.ts +22 -0
- package/commands/Accounts/Self/Requests/PaySelfGet.d.ts +15 -0
- package/commands/Accounts/Self/Requests/PaySelfLogin.d.ts +30 -0
- package/commands/Accounts/Self/Requests/PaySelfLogout.d.ts +15 -0
- package/commands/Accounts/Self/Requests/PaySelfPassword.d.ts +25 -0
- package/commands/Accounts/Self/Requests/PaySelfPreferences.d.ts +46 -0
- package/commands/Accounts/Self/Responses/RepSelfContact.d.ts +6 -0
- package/commands/Accounts/Self/Responses/RepSelfGet.d.ts +47 -0
- package/commands/Accounts/Self/Responses/RepSelfLogout.d.ts +16 -0
- package/commands/Accounts/Self/Responses/RepSelfPassword.d.ts +16 -0
- package/commands/Accounts/Self/Responses/RepSelfPreferences.d.ts +6 -0
- package/commands/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +11 -0
- package/commands/Accounts/Sessions/Requests/PaySessionDelete.d.ts +9 -0
- package/commands/Accounts/Sessions/Requests/PaySessionGet.d.ts +15 -0
- package/commands/Accounts/Sessions/Requests/PaySessionList.d.ts +29 -0
- package/commands/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +25 -0
- package/commands/Accounts/Sessions/Responses/RepSessionDelete.d.ts +14 -0
- package/commands/Accounts/Sessions/Responses/RepSessionGet.d.ts +14 -0
- package/commands/Accounts/Sessions/Responses/RepSessionList.d.ts +37 -0
- package/commands/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +74 -0
- package/commands/Accounts/Users/Requests/PayUser.d.ts +18 -0
- package/commands/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +15 -0
- package/commands/Accounts/Users/Requests/PayUserAdvancedList.d.ts +38 -0
- package/commands/Accounts/Users/Requests/PayUserBatchDelete.d.ts +15 -0
- package/commands/Accounts/Users/Requests/PayUserBatchMerge.d.ts +15 -0
- package/commands/Accounts/Users/Requests/PayUserDelete.d.ts +9 -0
- package/commands/Accounts/Users/Requests/PayUserGeneralGet.d.ts +15 -0
- package/commands/Accounts/Users/Requests/PayUserGeneralList.d.ts +38 -0
- package/commands/Accounts/Users/Requests/PayUserGet.d.ts +15 -0
- package/commands/Accounts/Users/Requests/PayUserList.d.ts +38 -0
- package/commands/Accounts/Users/Requests/PayUserMerge.d.ts +20 -0
- package/commands/Accounts/Users/Requests/PayUserRestore.d.ts +9 -0
- package/commands/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +14 -0
- package/commands/Accounts/Users/Responses/RepUserAdvancedList.d.ts +36 -0
- package/commands/Accounts/Users/Responses/RepUserBatchDelete.d.ts +14 -0
- package/commands/Accounts/Users/Responses/RepUserBatchMerge.d.ts +13 -0
- package/commands/Accounts/Users/Responses/RepUserDelete.d.ts +14 -0
- package/commands/Accounts/Users/Responses/RepUserGeneralGet.d.ts +14 -0
- package/commands/Accounts/Users/Responses/RepUserGeneralList.d.ts +36 -0
- package/commands/Accounts/Users/Responses/RepUserGet.d.ts +14 -0
- package/commands/Accounts/Users/Responses/RepUserList.d.ts +36 -0
- package/commands/Accounts/Users/Responses/RepUserMerge.d.ts +13 -0
- package/commands/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +26 -0
- package/commands/Assets/Requests/Parameters/ParamAssetMerge.d.ts +143 -0
- package/commands/Assets/Requests/PayAsset.d.ts +18 -0
- package/commands/Assets/Requests/PayAssetAdvancedGet.d.ts +16 -0
- package/commands/Assets/Requests/PayAssetAdvancedList.d.ts +68 -0
- package/commands/Assets/Requests/PayAssetBatchDelete.d.ts +16 -0
- package/commands/Assets/Requests/PayAssetBatchMerge.d.ts +15 -0
- package/commands/Assets/Requests/PayAssetDelete.d.ts +9 -0
- package/commands/Assets/Requests/PayAssetDispatchGet.d.ts +23 -0
- package/commands/Assets/Requests/PayAssetDispatchList.d.ts +68 -0
- package/commands/Assets/Requests/PayAssetDispatchMerge.d.ts +15 -0
- package/commands/Assets/Requests/PayAssetGeneralGet.d.ts +23 -0
- package/commands/Assets/Requests/PayAssetGeneralList.d.ts +68 -0
- package/commands/Assets/Requests/PayAssetGet.d.ts +23 -0
- package/commands/Assets/Requests/PayAssetList.d.ts +68 -0
- package/commands/Assets/Requests/PayAssetMerge.d.ts +15 -0
- package/commands/Assets/Requests/PayAssetReactivate.d.ts +9 -0
- package/commands/Assets/Requests/PayAssetRestore.d.ts +9 -0
- package/commands/Assets/Requests/PayAssetSuspend.d.ts +9 -0
- package/commands/Assets/Responses/RepAssetAdvancedGet.d.ts +14 -0
- package/commands/Assets/Responses/RepAssetAdvancedList.d.ts +50 -0
- package/commands/Assets/Responses/RepAssetBatchDelete.d.ts +14 -0
- package/commands/Assets/Responses/RepAssetBatchMerge.d.ts +13 -0
- package/commands/Assets/Responses/RepAssetBatchSuspend.d.ts +13 -0
- package/commands/Assets/Responses/RepAssetDelete.d.ts +14 -0
- package/commands/Assets/Responses/RepAssetDispatchGet.d.ts +14 -0
- package/commands/Assets/Responses/RepAssetDispatchList.d.ts +50 -0
- package/commands/Assets/Responses/RepAssetDispatchMerge.d.ts +13 -0
- package/commands/Assets/Responses/RepAssetGeneralGet.d.ts +14 -0
- package/commands/Assets/Responses/RepAssetGeneralList.d.ts +50 -0
- package/commands/Assets/Responses/RepAssetGet.d.ts +13 -0
- package/commands/Assets/Responses/RepAssetList.d.ts +49 -0
- package/commands/Assets/Responses/RepAssetMerge.d.ts +13 -0
- package/commands/Assets/Responses/RepAssetSuspend.d.ts +13 -0
- package/commands/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +47 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +18 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +15 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +15 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +9 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +15 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +27 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +20 -0
- package/commands/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +9 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +14 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +13 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +14 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +13 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +25 -0
- package/commands/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +13 -0
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +37 -0
- package/commands/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +49 -0
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +45 -0
- package/commands/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +47 -0
- package/commands/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +56 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +18 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +15 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +15 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +9 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +15 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +27 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +20 -0
- package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +9 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +14 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +13 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +14 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +13 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +25 -0
- package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +13 -0
- package/commands/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +52 -0
- package/commands/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +84 -0
- package/commands/Companies/Requests/Parameters/ParamEmailServer.d.ts +64 -0
- package/commands/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +40 -0
- package/commands/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +36 -0
- package/commands/Companies/Requests/Parameters/ParamSmsServer.d.ts +20 -0
- package/commands/Companies/Requests/PayCompany.d.ts +18 -0
- package/commands/Companies/Requests/PayCompanyBatchDelete.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyBatchMerge.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyDelete.d.ts +9 -0
- package/commands/Companies/Requests/PayCompanyDirectoryGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyDirectoryList.d.ts +27 -0
- package/commands/Companies/Requests/PayCompanyGeneralGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyGeneralList.d.ts +36 -0
- package/commands/Companies/Requests/PayCompanyGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyList.d.ts +6 -0
- package/commands/Companies/Requests/PayCompanyMerge.d.ts +20 -0
- package/commands/Companies/Requests/PayCompanyPoliciesGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyPoliciesList.d.ts +27 -0
- package/commands/Companies/Requests/PayCompanyPolicyGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyPolicyList.d.ts +27 -0
- package/commands/Companies/Requests/PayCompanyResellerDelete.d.ts +9 -0
- package/commands/Companies/Requests/PayCompanyResellerGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyResellerList.d.ts +27 -0
- package/commands/Companies/Requests/PayCompanyResellerMerge.d.ts +20 -0
- package/commands/Companies/Requests/PayCompanyResellerRestore.d.ts +9 -0
- package/commands/Companies/Requests/PayCompanyRestore.d.ts +9 -0
- package/commands/Companies/Requests/PayCompanyStyleGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyStyleList.d.ts +27 -0
- package/commands/Companies/Requests/PayCompanyStylesGet.d.ts +15 -0
- package/commands/Companies/Requests/PayCompanyStylesList.d.ts +27 -0
- package/commands/Companies/Responses/RepCompanyBatchDelete.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyBatchMerge.d.ts +13 -0
- package/commands/Companies/Responses/RepCompanyDelete.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyDirectoryGet.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyDirectoryList.d.ts +25 -0
- package/commands/Companies/Responses/RepCompanyGeneralGet.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyGeneralList.d.ts +25 -0
- package/commands/Companies/Responses/RepCompanyGet.d.ts +13 -0
- package/commands/Companies/Responses/RepCompanyList.d.ts +6 -0
- package/commands/Companies/Responses/RepCompanyMerge.d.ts +13 -0
- package/commands/Companies/Responses/RepCompanyPoliciesGet.d.ts +12 -0
- package/commands/Companies/Responses/RepCompanyPoliciesList.d.ts +23 -0
- package/commands/Companies/Responses/RepCompanyPolicyGet.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyPolicyList.d.ts +25 -0
- package/commands/Companies/Responses/RepCompanyResellerDelete.d.ts +13 -0
- package/commands/Companies/Responses/RepCompanyResellerGet.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyResellerList.d.ts +25 -0
- package/commands/Companies/Responses/RepCompanyResellerMerge.d.ts +13 -0
- package/commands/Companies/Responses/RepCompanyStyleGet.d.ts +14 -0
- package/commands/Companies/Responses/RepCompanyStyleList.d.ts +25 -0
- package/commands/Companies/Responses/RepCompanyStylesGet.d.ts +12 -0
- package/commands/Companies/Responses/RepCompanyStylesList.d.ts +23 -0
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +23 -0
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +26 -0
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +58 -0
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +27 -0
- package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +43 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +33 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +15 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +15 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +15 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +15 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +20 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +21 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +9 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +15 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +102 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +20 -0
- package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +9 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +14 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +13 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +14 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +13 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +88 -0
- package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +13 -0
- package/commands/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +71 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +18 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +15 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +15 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +9 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +15 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +68 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +20 -0
- package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +9 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +14 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +13 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +14 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +13 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +63 -0
- package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +13 -0
- package/commands/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +36 -0
- package/commands/Hosting/Documents/Requests/PayDocument.d.ts +18 -0
- package/commands/Hosting/Documents/Requests/PayDocumentBatchDelete.d.ts +15 -0
- package/commands/Hosting/Documents/Requests/PayDocumentBatchMerge.d.ts +15 -0
- package/commands/Hosting/Documents/Requests/PayDocumentDelete.d.ts +9 -0
- package/commands/Hosting/Documents/Requests/PayDocumentGet.d.ts +15 -0
- package/commands/Hosting/Documents/Requests/PayDocumentList.d.ts +27 -0
- package/commands/Hosting/Documents/Requests/PayDocumentMerge.d.ts +20 -0
- package/commands/Hosting/Documents/Requests/PayDocumentRestore.d.ts +9 -0
- package/commands/Hosting/Documents/Responses/RepDocumentBatchDelete.d.ts +14 -0
- package/commands/Hosting/Documents/Responses/RepDocumentBatchMerge.d.ts +13 -0
- package/commands/Hosting/Documents/Responses/RepDocumentDelete.d.ts +14 -0
- package/commands/Hosting/Documents/Responses/RepDocumentGet.d.ts +13 -0
- package/commands/Hosting/Documents/Responses/RepDocumentList.d.ts +25 -0
- package/commands/Hosting/Documents/Responses/RepDocumentMerge.d.ts +13 -0
- package/commands/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +46 -0
- package/commands/Hosting/FormResults/Requests/PayFormResult.d.ts +18 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultBatchDelete.d.ts +15 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +15 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +9 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultGet.d.ts +15 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultList.d.ts +27 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +20 -0
- package/commands/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +9 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchDelete.d.ts +14 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +13 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +14 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultGet.d.ts +14 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultList.d.ts +25 -0
- package/commands/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +13 -0
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +77 -0
- package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +19 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +18 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +15 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +15 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +9 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +15 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +27 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +20 -0
- package/commands/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +9 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +14 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +14 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +15 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +13 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +25 -0
- package/commands/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +13 -0
- package/commands/Images/Dashcams/Requests/PayDashcam.d.ts +18 -0
- package/commands/Images/Dashcams/Requests/PayDashcamGet.d.ts +15 -0
- package/commands/Images/Dashcams/Requests/PayDashcamList.d.ts +103 -0
- package/commands/Images/Dashcams/Responses/RepDashcamGet.d.ts +13 -0
- package/commands/Images/Dashcams/Responses/RepDashcamList.d.ts +89 -0
- package/commands/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +33 -0
- package/commands/Images/Icons/Requests/PayIcon.d.ts +18 -0
- package/commands/Images/Icons/Requests/PayIconBatchDelete.d.ts +15 -0
- package/commands/Images/Icons/Requests/PayIconBatchMerge.d.ts +15 -0
- package/commands/Images/Icons/Requests/PayIconDelete.d.ts +9 -0
- package/commands/Images/Icons/Requests/PayIconGet.d.ts +15 -0
- package/commands/Images/Icons/Requests/PayIconList.d.ts +27 -0
- package/commands/Images/Icons/Requests/PayIconMerge.d.ts +20 -0
- package/commands/Images/Icons/Requests/PayIconRestore.d.ts +9 -0
- package/commands/Images/Icons/Responses/RepIconBatchDelete.d.ts +14 -0
- package/commands/Images/Icons/Responses/RepIconBatchMerge.d.ts +13 -0
- package/commands/Images/Icons/Responses/RepIconDelete.d.ts +14 -0
- package/commands/Images/Icons/Responses/RepIconGet.d.ts +14 -0
- package/commands/Images/Icons/Responses/RepIconList.d.ts +25 -0
- package/commands/Images/Icons/Responses/RepIconMerge.d.ts +13 -0
- package/commands/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +29 -0
- package/commands/Images/Pictures/Requests/PayPicture.d.ts +18 -0
- package/commands/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +15 -0
- package/commands/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +15 -0
- package/commands/Images/Pictures/Requests/PayPictureDelete.d.ts +9 -0
- package/commands/Images/Pictures/Requests/PayPictureGet.d.ts +15 -0
- package/commands/Images/Pictures/Requests/PayPictureList.d.ts +27 -0
- package/commands/Images/Pictures/Requests/PayPictureMerge.d.ts +20 -0
- package/commands/Images/Pictures/Requests/PayPictureRestore.d.ts +9 -0
- package/commands/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +14 -0
- package/commands/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +13 -0
- package/commands/Images/Pictures/Responses/RepPictureDelete.d.ts +14 -0
- package/commands/Images/Pictures/Responses/RepPictureGet.d.ts +13 -0
- package/commands/Images/Pictures/Responses/RepPictureList.d.ts +25 -0
- package/commands/Images/Pictures/Responses/RepPictureMerge.d.ts +13 -0
- package/commands/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +32 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +18 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +15 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +15 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +9 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +15 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +27 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +20 -0
- package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +9 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +14 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +14 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +15 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +13 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +25 -0
- package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +13 -0
- package/commands/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +41 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +18 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +15 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +15 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +9 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +15 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +27 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +20 -0
- package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +9 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +14 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +13 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +14 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +13 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +25 -0
- package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +13 -0
- package/commands/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +21 -0
- package/commands/Messaging/Requests/PayAssetMessage.d.ts +18 -0
- package/commands/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +15 -0
- package/commands/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +15 -0
- package/commands/Messaging/Requests/PayAssetMessageDelete.d.ts +9 -0
- package/commands/Messaging/Requests/PayAssetMessageGet.d.ts +15 -0
- package/commands/Messaging/Requests/PayAssetMessageList.d.ts +39 -0
- package/commands/Messaging/Requests/PayAssetMessageMerge.d.ts +20 -0
- package/commands/Messaging/Requests/PayAssetMessageRestore.d.ts +9 -0
- package/commands/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +14 -0
- package/commands/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +13 -0
- package/commands/Messaging/Responses/RepAssetMessageDelete.d.ts +15 -0
- package/commands/Messaging/Responses/RepAssetMessageGet.d.ts +14 -0
- package/commands/Messaging/Responses/RepAssetMessageList.d.ts +38 -0
- package/commands/Messaging/Responses/RepAssetMessageMerge.d.ts +13 -0
- package/commands/Places/Requests/Parameters/ParamPlaceMerge.d.ts +25 -0
- package/commands/Places/Requests/PayPlace.d.ts +18 -0
- package/commands/Places/Requests/PayPlaceBatchDelete.d.ts +15 -0
- package/commands/Places/Requests/PayPlaceBatchMerge.d.ts +15 -0
- package/commands/Places/Requests/PayPlaceDelete.d.ts +9 -0
- package/commands/Places/Requests/PayPlaceGet.d.ts +15 -0
- package/commands/Places/Requests/PayPlaceList.d.ts +27 -0
- package/commands/Places/Requests/PayPlaceMerge.d.ts +20 -0
- package/commands/Places/Requests/PayPlaceRestore.d.ts +9 -0
- package/commands/Places/Responses/RepPlaceBatchDelete.d.ts +15 -0
- package/commands/Places/Responses/RepPlaceBatchMerge.d.ts +14 -0
- package/commands/Places/Responses/RepPlaceDelete.d.ts +15 -0
- package/commands/Places/Responses/RepPlaceGet.d.ts +13 -0
- package/commands/Places/Responses/RepPlaceList.d.ts +25 -0
- package/commands/Places/Responses/RepPlaceMerge.d.ts +13 -0
- package/commands/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +24 -0
- package/commands/Providers/Configs/Requests/PayProviderConfig.d.ts +18 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +15 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +15 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +9 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigGet.d.ts +15 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigList.d.ts +38 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +20 -0
- package/commands/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +9 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +14 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +13 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +14 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigGet.d.ts +13 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigList.d.ts +36 -0
- package/commands/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +13 -0
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +18 -0
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +15 -0
- package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +27 -0
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +13 -0
- package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +25 -0
- package/commands/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +24 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +18 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +15 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +15 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +9 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +15 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +27 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +20 -0
- package/commands/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +9 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +14 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +13 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +14 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +13 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +25 -0
- package/commands/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +13 -0
- package/commands/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +32 -0
- package/commands/Providers/Providers/Requests/PayProvider.d.ts +18 -0
- package/commands/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +43 -0
- package/commands/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderControlGet.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderControlList.d.ts +43 -0
- package/commands/Providers/Providers/Requests/PayProviderDelete.d.ts +9 -0
- package/commands/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderGeneralList.d.ts +43 -0
- package/commands/Providers/Providers/Requests/PayProviderGet.d.ts +15 -0
- package/commands/Providers/Providers/Requests/PayProviderList.d.ts +42 -0
- package/commands/Providers/Providers/Requests/PayProviderMerge.d.ts +20 -0
- package/commands/Providers/Providers/Requests/PayProviderRestore.d.ts +9 -0
- package/commands/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +36 -0
- package/commands/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderControlGet.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderControlList.d.ts +36 -0
- package/commands/Providers/Providers/Responses/RepProviderDelete.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderGeneralList.d.ts +36 -0
- package/commands/Providers/Providers/Responses/RepProviderGet.d.ts +14 -0
- package/commands/Providers/Providers/Responses/RepProviderList.d.ts +36 -0
- package/commands/Providers/Providers/Responses/RepProviderMerge.d.ts +13 -0
- package/commands/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +18 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistration.d.ts +18 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchDelete.d.ts +15 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchMerge.d.ts +15 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +9 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +15 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +27 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +15 -0
- package/commands/Providers/Registrations/Requests/PayProviderRegistrationRestore.d.ts +9 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchDelete.d.ts +14 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchMerge.d.ts +14 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +14 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +14 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +25 -0
- package/commands/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +13 -0
- package/commands/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +20 -0
- package/commands/Providers/Scripts/Requests/PayProviderScript.d.ts +18 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +15 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +15 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +9 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +15 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptList.d.ts +27 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +20 -0
- package/commands/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +9 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +14 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +13 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +15 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +13 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptList.d.ts +25 -0
- package/commands/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +14 -0
- package/commands/Reports/Parameters/ParamReportOptions.d.ts +22 -0
- package/commands/Reports/Parameters/ParamReportScorecardRules.d.ts +11 -0
- package/commands/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +20 -0
- package/commands/Reports/Results/Requests/PayReportResult.d.ts +18 -0
- package/commands/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +15 -0
- package/commands/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +15 -0
- package/commands/Reports/Results/Requests/PayReportResultDelete.d.ts +9 -0
- package/commands/Reports/Results/Requests/PayReportResultGet.d.ts +15 -0
- package/commands/Reports/Results/Requests/PayReportResultList.d.ts +27 -0
- package/commands/Reports/Results/Requests/PayReportResultMerge.d.ts +20 -0
- package/commands/Reports/Results/Requests/PayReportResultRestore.d.ts +9 -0
- package/commands/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +14 -0
- package/commands/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +13 -0
- package/commands/Reports/Results/Responses/RepReportResultDelete.d.ts +14 -0
- package/commands/Reports/Results/Responses/RepReportResultGet.d.ts +13 -0
- package/commands/Reports/Results/Responses/RepReportResultList.d.ts +25 -0
- package/commands/Reports/Results/Responses/RepReportResultMerge.d.ts +13 -0
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +17 -0
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +20 -0
- package/commands/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +21 -0
- package/commands/Reports/Schedules/Requests/PayReportSchedule.d.ts +18 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchDelete.d.ts +15 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleBatchMerge.d.ts +15 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +9 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +15 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleList.d.ts +27 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +20 -0
- package/commands/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +9 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +14 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleBatchMerge.d.ts +13 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +14 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +13 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleList.d.ts +25 -0
- package/commands/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +13 -0
- package/commands/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +19 -0
- package/commands/Reports/Templates/Requests/PayReportTemplate.d.ts +18 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +15 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +15 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +9 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateGet.d.ts +15 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateList.d.ts +27 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +20 -0
- package/commands/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +9 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +14 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +13 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +14 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateGet.d.ts +13 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateList.d.ts +25 -0
- package/commands/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +13 -0
- package/commands/WebSocket/Requests/Parameters/SubscriptionType.d.ts +212 -0
- package/commands/WebSocket/Requests/PaySubscriptionDelete.d.ts +10 -0
- package/commands/WebSocket/Requests/PaySubscriptionList.d.ts +10 -0
- package/commands/WebSocket/Requests/PaySubscriptionMerge.d.ts +23 -0
- package/commands/WebSocket/Responses/Content/Subscription.d.ts +17 -0
- package/commands/WebSocket/Responses/RepSubscription.d.ts +29 -0
- package/commands/WebSocket/Responses/RepSubscriptionList.d.ts +13 -0
- package/index.d.ts +596 -0
- package/package.json +34 -0
- package/tests/hello.test.d.ts +1 -0
- package/trakit-commands.min.js +7 -0
- package/vitest.config.d.ts +2 -0
|
@@ -0,0 +1,529 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The possible errors returned by the system.
|
|
3
|
+
**/
|
|
4
|
+
export declare enum ErrorCode {
|
|
5
|
+
/**
|
|
6
|
+
* Success!
|
|
7
|
+
* Operation completed without error.
|
|
8
|
+
**/
|
|
9
|
+
success = 0,
|
|
10
|
+
/**
|
|
11
|
+
* {@link User}'s session is expired or unknown.
|
|
12
|
+
**/
|
|
13
|
+
sessionExpired = 7,
|
|
14
|
+
/**
|
|
15
|
+
* Please login before all other operations.
|
|
16
|
+
**/
|
|
17
|
+
userNotLoggedIn = 8,
|
|
18
|
+
/**
|
|
19
|
+
* {@link User}'s session was forcibly killed by another user, or by {@link SessionPolicy}'s rules.
|
|
20
|
+
**/
|
|
21
|
+
sessionKilled = 9,
|
|
22
|
+
/**
|
|
23
|
+
* The session has ended.
|
|
24
|
+
**/
|
|
25
|
+
loggedOut = 10,
|
|
26
|
+
/**
|
|
27
|
+
* Invalid credentials.
|
|
28
|
+
**/
|
|
29
|
+
invalidCredentials = 11,
|
|
30
|
+
/**
|
|
31
|
+
* The given client UserAgent is not allowed.
|
|
32
|
+
**/
|
|
33
|
+
applicationNotAllowed = 12,
|
|
34
|
+
/**
|
|
35
|
+
* IPAddress not allowed.
|
|
36
|
+
* IP restrictions are in place, and the client IP is not in the allowed list.
|
|
37
|
+
**/
|
|
38
|
+
ipNotAllowed = 13,
|
|
39
|
+
/**
|
|
40
|
+
* Session is active from another client, and the {@link SessionPolicy}'s rules are set to {@link MultiUserPolicy.deny}.
|
|
41
|
+
**/
|
|
42
|
+
multiUserDenied = 14,
|
|
43
|
+
/**
|
|
44
|
+
* Password doesn't comply with the password policy.
|
|
45
|
+
* See the {@link PasswordPolicy} for a reason as to why your password does not meet the criteria.
|
|
46
|
+
**/
|
|
47
|
+
noncompliantPassword = 15,
|
|
48
|
+
/**
|
|
49
|
+
* Your password has expired. Please change your password.
|
|
50
|
+
* An expired password does not mean your session has expired.
|
|
51
|
+
* If you create a new session, it will ask you to update your password again.
|
|
52
|
+
**/
|
|
53
|
+
passwordExpired = 16,
|
|
54
|
+
/**
|
|
55
|
+
* When changing a password, it must not be the same as the previous password.
|
|
56
|
+
**/
|
|
57
|
+
samePassword = 17,
|
|
58
|
+
/**
|
|
59
|
+
* Session not found.
|
|
60
|
+
**/
|
|
61
|
+
sessionNotFound = 19,
|
|
62
|
+
/**
|
|
63
|
+
* {@link UserGroup} not found.
|
|
64
|
+
**/
|
|
65
|
+
userGroupNotFound = 30,
|
|
66
|
+
/**
|
|
67
|
+
* {@link User} not found.
|
|
68
|
+
**/
|
|
69
|
+
userNotFound = 54,
|
|
70
|
+
/**
|
|
71
|
+
* {@link User} not deleted.
|
|
72
|
+
**/
|
|
73
|
+
userNotDeleted = 55,
|
|
74
|
+
/**
|
|
75
|
+
* Cannot kill your own Session, or delete/disable your own {@link User}.
|
|
76
|
+
**/
|
|
77
|
+
suicide = 57,
|
|
78
|
+
/**
|
|
79
|
+
* One or more {@link UserGroup}s in the list not found.
|
|
80
|
+
**/
|
|
81
|
+
userGroupsListNotFound = 60,
|
|
82
|
+
/**
|
|
83
|
+
* {@link UserGroup} currently in use by one or more {@link User}s.
|
|
84
|
+
* In order to delete a {@link UserGroup}, all {@link User}s must first be removed as members.
|
|
85
|
+
**/
|
|
86
|
+
userGroupInUse = 65,
|
|
87
|
+
/**
|
|
88
|
+
* {@link UserGroup} not deleted.
|
|
89
|
+
**/
|
|
90
|
+
userGroupNotDeleted = 66,
|
|
91
|
+
/**
|
|
92
|
+
* Unable to perform operation because resulting {@link UserPermission}s would be greater than your own.
|
|
93
|
+
**/
|
|
94
|
+
permissionEscalation = 71,
|
|
95
|
+
/**
|
|
96
|
+
* A {@link User} with this login already exists.
|
|
97
|
+
**/
|
|
98
|
+
userAlreadyExists = 72,
|
|
99
|
+
/**
|
|
100
|
+
* Session or connection not allowed due to flooding.
|
|
101
|
+
**/
|
|
102
|
+
sessionThrottled = 73,
|
|
103
|
+
/**
|
|
104
|
+
* One or more {@link User}s in the list not found.
|
|
105
|
+
**/
|
|
106
|
+
usersListNotFound = 74,
|
|
107
|
+
/**
|
|
108
|
+
* {@link User} has been disabled.
|
|
109
|
+
**/
|
|
110
|
+
userDisabled = 85,
|
|
111
|
+
/**
|
|
112
|
+
* {@link Machine} not found.
|
|
113
|
+
**/
|
|
114
|
+
machineNotFound = 127,
|
|
115
|
+
/**
|
|
116
|
+
* {@link Machine} not deleted.
|
|
117
|
+
**/
|
|
118
|
+
machineNotDeleted = 128,
|
|
119
|
+
/**
|
|
120
|
+
* The {@link Machine} cannot access the requested API.
|
|
121
|
+
**/
|
|
122
|
+
machineNotAllowed = 129,
|
|
123
|
+
/**
|
|
124
|
+
* A client using a {@link Machine} is trying to access the system from an unknown URL.
|
|
125
|
+
**/
|
|
126
|
+
referrerNotAllowed = 131,
|
|
127
|
+
/**
|
|
128
|
+
* An unknown error, or some kind or error by the client.
|
|
129
|
+
**/
|
|
130
|
+
unknown = 1,
|
|
131
|
+
/**
|
|
132
|
+
* Service error not because of client input.
|
|
133
|
+
**/
|
|
134
|
+
service = 2,
|
|
135
|
+
/**
|
|
136
|
+
* Invalid data.
|
|
137
|
+
* Client input could not be properly parsed.
|
|
138
|
+
**/
|
|
139
|
+
invalidData = 3,
|
|
140
|
+
/**
|
|
141
|
+
* Permission denied.
|
|
142
|
+
* The operation not successful because access is restricted.
|
|
143
|
+
**/
|
|
144
|
+
permissionDenied = 5,
|
|
145
|
+
/**
|
|
146
|
+
* Version keys sent with request do not match service version.
|
|
147
|
+
* In these cases, treat the service version as most recent.
|
|
148
|
+
**/
|
|
149
|
+
wrongVersionKey = 6,
|
|
150
|
+
/**
|
|
151
|
+
* Unknown command.
|
|
152
|
+
**/
|
|
153
|
+
unknownCommand = 61,
|
|
154
|
+
/**
|
|
155
|
+
* {@link Timezone} not found.
|
|
156
|
+
**/
|
|
157
|
+
timezoneNotFound = 62,
|
|
158
|
+
/**
|
|
159
|
+
* Command not processed due to flooding.
|
|
160
|
+
**/
|
|
161
|
+
commandThrottled = 105,
|
|
162
|
+
/**
|
|
163
|
+
* The long-running operation is queued, and will run when resources are ready.
|
|
164
|
+
**/
|
|
165
|
+
operationPending = 108,
|
|
166
|
+
/**
|
|
167
|
+
* The long-running operation is currently executing.
|
|
168
|
+
**/
|
|
169
|
+
operationRunning = 109,
|
|
170
|
+
/**
|
|
171
|
+
* The long-running operation has failed; see `message` and `errorDetails` for more information.
|
|
172
|
+
**/
|
|
173
|
+
operationFailed = 110,
|
|
174
|
+
/**
|
|
175
|
+
* The object or operation has not changed since the last request.
|
|
176
|
+
**/
|
|
177
|
+
unchanged = 125,
|
|
178
|
+
/**
|
|
179
|
+
* The collection has no content or the operation produced no results.
|
|
180
|
+
**/
|
|
181
|
+
nothing = 126,
|
|
182
|
+
/**
|
|
183
|
+
* Invalid operation.
|
|
184
|
+
* Due to either the request or the objects' state, the operation cannot be performed.
|
|
185
|
+
**/
|
|
186
|
+
invalidOperation = 130,
|
|
187
|
+
/**
|
|
188
|
+
* {@link Asset} not found.
|
|
189
|
+
**/
|
|
190
|
+
assetNotFound = 20,
|
|
191
|
+
/**
|
|
192
|
+
* {@link Asset} not deleted.
|
|
193
|
+
**/
|
|
194
|
+
assetNotDeleted = 21,
|
|
195
|
+
/**
|
|
196
|
+
* One or more {@link Asset}s in the list not found.
|
|
197
|
+
**/
|
|
198
|
+
assetsListNotFound = 22,
|
|
199
|
+
/**
|
|
200
|
+
* {@link Message} not found.
|
|
201
|
+
**/
|
|
202
|
+
assetMessageNotFound = 63,
|
|
203
|
+
/**
|
|
204
|
+
* {@link Asset} suspended.
|
|
205
|
+
**/
|
|
206
|
+
assetSuspended = 96,
|
|
207
|
+
/**
|
|
208
|
+
* {@link Asset} not suspended.
|
|
209
|
+
**/
|
|
210
|
+
assetNotSuspended = 97,
|
|
211
|
+
/**
|
|
212
|
+
* {@link Message} not deleted.
|
|
213
|
+
**/
|
|
214
|
+
assetMessageNotDeleted = 101,
|
|
215
|
+
/**
|
|
216
|
+
* {@link BehaviourScript} not found.
|
|
217
|
+
**/
|
|
218
|
+
behaviourScriptNotFound = 23,
|
|
219
|
+
/**
|
|
220
|
+
* {@link BehaviourScript} not deleted.
|
|
221
|
+
**/
|
|
222
|
+
behaviourScriptNotDeleted = 24,
|
|
223
|
+
/**
|
|
224
|
+
* {@link BehaviourScript} currently implemented by one or more {@link Behaviour}s.
|
|
225
|
+
* In order to delete a {@link BehaviourScript}, all {@link Behaviour}s implementing the script must be deleted first.
|
|
226
|
+
**/
|
|
227
|
+
behaviourScriptInUse = 25,
|
|
228
|
+
/**
|
|
229
|
+
* {@link Behaviour} not found.
|
|
230
|
+
**/
|
|
231
|
+
behaviourNotFound = 26,
|
|
232
|
+
/**
|
|
233
|
+
* {@link Behaviour} not deleted.
|
|
234
|
+
**/
|
|
235
|
+
behaviourNotDeleted = 27,
|
|
236
|
+
/**
|
|
237
|
+
* {@link BillingProfile} not found.
|
|
238
|
+
**/
|
|
239
|
+
billingProfileNotFound = 111,
|
|
240
|
+
/**
|
|
241
|
+
* {@link BillingProfile} not deleted.
|
|
242
|
+
**/
|
|
243
|
+
billingProfileNotDeleted = 112,
|
|
244
|
+
/**
|
|
245
|
+
* {@link BillableHostingRule} not found.
|
|
246
|
+
**/
|
|
247
|
+
hostingRuleNotFound = 113,
|
|
248
|
+
/**
|
|
249
|
+
* {@link BillableHostingRule} not deleted.
|
|
250
|
+
**/
|
|
251
|
+
hostingRuleNotDeleted = 114,
|
|
252
|
+
/**
|
|
253
|
+
* {@link BillableHostingLicense} not found.
|
|
254
|
+
**/
|
|
255
|
+
hostingLicenseNotFound = 117,
|
|
256
|
+
/**
|
|
257
|
+
* {@link BillableHostingLicense} not deleted.
|
|
258
|
+
**/
|
|
259
|
+
hostingLicenseNotDeleted = 118,
|
|
260
|
+
/**
|
|
261
|
+
* {@link BillingReport} not found.
|
|
262
|
+
**/
|
|
263
|
+
billingReportNotFound = 119,
|
|
264
|
+
/**
|
|
265
|
+
* {@link BillingReport} not deleted.
|
|
266
|
+
**/
|
|
267
|
+
billingReportNotDeleted = 120,
|
|
268
|
+
/**
|
|
269
|
+
* {@link Company} not found.
|
|
270
|
+
**/
|
|
271
|
+
companyNotFound = 28,
|
|
272
|
+
/**
|
|
273
|
+
* {@link Company} not deleted.
|
|
274
|
+
**/
|
|
275
|
+
companyNotDeleted = 29,
|
|
276
|
+
/**
|
|
277
|
+
* {@link CompanyReseller} not found.
|
|
278
|
+
**/
|
|
279
|
+
resellerNotFound = 106,
|
|
280
|
+
/**
|
|
281
|
+
* {@link CompanyReseller} not deleted.
|
|
282
|
+
**/
|
|
283
|
+
resellerNotDeleted = 107,
|
|
284
|
+
/**
|
|
285
|
+
* {@link Contact} not found.
|
|
286
|
+
**/
|
|
287
|
+
contactNotFound = 31,
|
|
288
|
+
/**
|
|
289
|
+
* {@link Contact} not deleted.
|
|
290
|
+
**/
|
|
291
|
+
contactNotDeleted = 32,
|
|
292
|
+
/**
|
|
293
|
+
* {@link Contact} currently in use by one or more {@link User}s and/or {@link Asset}s.
|
|
294
|
+
* In order to delete a {@link Contact}, all {@link User}s/{@link Asset}s must first be altered or deleted.
|
|
295
|
+
**/
|
|
296
|
+
contactInUse = 121,
|
|
297
|
+
/**
|
|
298
|
+
* One or more {@link DispatchJob}s in the list not found.
|
|
299
|
+
**/
|
|
300
|
+
dispatchJobsListNotFound = 141,
|
|
301
|
+
/**
|
|
302
|
+
* {@link DispatchTask} not found.
|
|
303
|
+
**/
|
|
304
|
+
dispatchTaskNotFound = 64,
|
|
305
|
+
/**
|
|
306
|
+
* There was an error retrieving the address' coordinates.
|
|
307
|
+
* Check the `errorDetails` for more information.
|
|
308
|
+
**/
|
|
309
|
+
geocoderError = 80,
|
|
310
|
+
/**
|
|
311
|
+
* No coordinates could be found for the given address.
|
|
312
|
+
* Ensure the address is correct, or try again without postal code.
|
|
313
|
+
**/
|
|
314
|
+
geocoderNotFound = 81,
|
|
315
|
+
/**
|
|
316
|
+
* There was an error calculating the directions or too many stops were given.
|
|
317
|
+
* Check the `errorDetails` for more information.
|
|
318
|
+
**/
|
|
319
|
+
directionsError = 82,
|
|
320
|
+
/**
|
|
321
|
+
* Directions could not be calculated between two or more stops.
|
|
322
|
+
* Ensure the each stop is correct, or try a shorter route.
|
|
323
|
+
**/
|
|
324
|
+
directionsNotFound = 83,
|
|
325
|
+
/**
|
|
326
|
+
* {@link DispatchTask} not deleted.
|
|
327
|
+
**/
|
|
328
|
+
dispatchTaskNotDeleted = 100,
|
|
329
|
+
/**
|
|
330
|
+
* {@link DispatchTemplate} not found.
|
|
331
|
+
**/
|
|
332
|
+
dispatchTemplateNotFound = 137,
|
|
333
|
+
/**
|
|
334
|
+
* {@link DispatchTemplate} not deleted.
|
|
335
|
+
**/
|
|
336
|
+
dispatchTemplateNotDeleted = 138,
|
|
337
|
+
/**
|
|
338
|
+
* {@link DispatchJob} not found.
|
|
339
|
+
**/
|
|
340
|
+
dispatchJobNotFound = 139,
|
|
341
|
+
/**
|
|
342
|
+
* {@link DispatchJob} not deleted.
|
|
343
|
+
**/
|
|
344
|
+
dispatchJobNotDeleted = 140,
|
|
345
|
+
/**
|
|
346
|
+
* {@link Icon} not found.
|
|
347
|
+
**/
|
|
348
|
+
iconNotFound = 33,
|
|
349
|
+
/**
|
|
350
|
+
* {@link Icon} not deleted.
|
|
351
|
+
**/
|
|
352
|
+
iconNotDeleted = 34,
|
|
353
|
+
/**
|
|
354
|
+
* {@link Picture} not found.
|
|
355
|
+
**/
|
|
356
|
+
pictureNotFound = 68,
|
|
357
|
+
/**
|
|
358
|
+
* One or more {@link Picture}s in the list not found.
|
|
359
|
+
**/
|
|
360
|
+
picturesListNotFound = 69,
|
|
361
|
+
/**
|
|
362
|
+
* {@link Picture} not deleted.
|
|
363
|
+
**/
|
|
364
|
+
pictureNotDeleted = 70,
|
|
365
|
+
/**
|
|
366
|
+
* Unsupported MIME type.
|
|
367
|
+
**/
|
|
368
|
+
invalidMime = 90,
|
|
369
|
+
/**
|
|
370
|
+
* File is too large.
|
|
371
|
+
**/
|
|
372
|
+
filesizeExceeded = 91,
|
|
373
|
+
/**
|
|
374
|
+
* {@link Document} not found.
|
|
375
|
+
**/
|
|
376
|
+
documentNotFound = 122,
|
|
377
|
+
/**
|
|
378
|
+
* {@link Document} not deleted.
|
|
379
|
+
**/
|
|
380
|
+
documentNotDeleted = 123,
|
|
381
|
+
/**
|
|
382
|
+
* One or more {@link Document}s in the list not found.
|
|
383
|
+
**/
|
|
384
|
+
documentsListNotFound = 124,
|
|
385
|
+
/**
|
|
386
|
+
* {@link FormTemplate} not found.
|
|
387
|
+
**/
|
|
388
|
+
formTemplateNotFound = 132,
|
|
389
|
+
/**
|
|
390
|
+
* {@link FormTemplate} not deleted.
|
|
391
|
+
**/
|
|
392
|
+
formTemplateNotDeleted = 133,
|
|
393
|
+
/**
|
|
394
|
+
* {@link FormResult} not found.
|
|
395
|
+
**/
|
|
396
|
+
formResultNotFound = 134,
|
|
397
|
+
/**
|
|
398
|
+
* {@link FormResult} not deleted.
|
|
399
|
+
**/
|
|
400
|
+
formResultNotDeleted = 135,
|
|
401
|
+
/**
|
|
402
|
+
* One or more {@link FormResult}s in the list not found.
|
|
403
|
+
**/
|
|
404
|
+
formResultsListNotFound = 136,
|
|
405
|
+
/**
|
|
406
|
+
* {@link FormTemplate} currently in use by one or more {@link FormResult}s.
|
|
407
|
+
* In order to delete a {@link FormTemplate}, all {@link FormResult}s must first be expired or deleted.
|
|
408
|
+
**/
|
|
409
|
+
formTemplateInUse = 142,
|
|
410
|
+
/**
|
|
411
|
+
* {@link MaintenanceJob} not found.
|
|
412
|
+
**/
|
|
413
|
+
maintenanceJobNotFound = 35,
|
|
414
|
+
/**
|
|
415
|
+
* {@link MaintenanceJob} not deleted.
|
|
416
|
+
**/
|
|
417
|
+
maintenanceJobNotDeleted = 36,
|
|
418
|
+
/**
|
|
419
|
+
* {@link MaintenanceSchedule} not found.
|
|
420
|
+
**/
|
|
421
|
+
maintenanceScheduleNotFound = 37,
|
|
422
|
+
/**
|
|
423
|
+
* {@link MaintenanceSchedule} not deleted.
|
|
424
|
+
**/
|
|
425
|
+
maintenanceScheduleNotDeleted = 38,
|
|
426
|
+
/**
|
|
427
|
+
* {@link Place} not found.
|
|
428
|
+
**/
|
|
429
|
+
placeNotFound = 40,
|
|
430
|
+
/**
|
|
431
|
+
* {@link Place} not deleted.
|
|
432
|
+
**/
|
|
433
|
+
placeNotDeleted = 41,
|
|
434
|
+
/**
|
|
435
|
+
* One or more {@link Place}s in the list not found.
|
|
436
|
+
**/
|
|
437
|
+
placesListNotFound = 42,
|
|
438
|
+
/**
|
|
439
|
+
* {@link Provider} not found.
|
|
440
|
+
**/
|
|
441
|
+
providerNotFound = 43,
|
|
442
|
+
/**
|
|
443
|
+
* {@link Provider} not deleted.
|
|
444
|
+
**/
|
|
445
|
+
providerNotDeleted = 44,
|
|
446
|
+
/**
|
|
447
|
+
* One or more {@link Provider}s in the list not found.
|
|
448
|
+
**/
|
|
449
|
+
providersListNotFound = 45,
|
|
450
|
+
/**
|
|
451
|
+
* {@link ProviderConfigurationType} not found.
|
|
452
|
+
**/
|
|
453
|
+
providerConfigurationTypeNotFound = 47,
|
|
454
|
+
/**
|
|
455
|
+
* {@link ProviderConfig} or {@link ProviderConfiguration} not found.
|
|
456
|
+
**/
|
|
457
|
+
providerConfigurationNotFound = 48,
|
|
458
|
+
/**
|
|
459
|
+
* {@link ProviderConfig} or {@link ProviderConfiguration} not deleted.
|
|
460
|
+
**/
|
|
461
|
+
providerConfigurationNotDeleted = 49,
|
|
462
|
+
/**
|
|
463
|
+
* {@link ProviderConfig} or {@link ProviderConfiguration} currently in use by one or more {@link Provider}s.
|
|
464
|
+
* In order to delete a {@link ProviderConfig}/{@link ProviderConfiguration}, all {@link Provider}s using the configuration must be deleted first, or have their configuration changed.
|
|
465
|
+
**/
|
|
466
|
+
providerConfigurationInUse = 50,
|
|
467
|
+
/**
|
|
468
|
+
* Invalid {@link ProviderConfiguration} options.
|
|
469
|
+
**/
|
|
470
|
+
invalidConfigurationOptions = 51,
|
|
471
|
+
/**
|
|
472
|
+
* Trying to remove an expired or completed {@link ProviderRegistration}.
|
|
473
|
+
**/
|
|
474
|
+
invalidRegistration = 86,
|
|
475
|
+
/**
|
|
476
|
+
* {@link ProviderRegistration} timeout has elapsed.
|
|
477
|
+
* @ignore
|
|
478
|
+
**/
|
|
479
|
+
verifyTimeout = 89,
|
|
480
|
+
/**
|
|
481
|
+
* {@link Provider} suspended.
|
|
482
|
+
**/
|
|
483
|
+
providerSuspended = 98,
|
|
484
|
+
/**
|
|
485
|
+
* {@link Provider} not suspended.
|
|
486
|
+
**/
|
|
487
|
+
providerNotSuspended = 99,
|
|
488
|
+
/**
|
|
489
|
+
* {@link ProviderScript} not found.
|
|
490
|
+
**/
|
|
491
|
+
providerScriptNotFound = 102,
|
|
492
|
+
/**
|
|
493
|
+
* {@link ProviderScript} not deleted.
|
|
494
|
+
**/
|
|
495
|
+
providerScriptNotDeleted = 103,
|
|
496
|
+
/**
|
|
497
|
+
* {@link ProviderScript} currently in use by one or more {@link ProviderConfig}s.
|
|
498
|
+
* In order to delete a {@link ProviderScript}, all {@link ProviderConfig}s must first be deleted.
|
|
499
|
+
**/
|
|
500
|
+
providerScriptInUse = 104,
|
|
501
|
+
/**
|
|
502
|
+
* {@link ReportTemplate} not found.
|
|
503
|
+
**/
|
|
504
|
+
reportTemplateNotFound = 52,
|
|
505
|
+
/**
|
|
506
|
+
* {@link ReportTemplate} not deleted.
|
|
507
|
+
**/
|
|
508
|
+
reportTemplateNotDeleted = 53,
|
|
509
|
+
/**
|
|
510
|
+
* {@link ReportResult} not found.
|
|
511
|
+
**/
|
|
512
|
+
reportResultNotFound = 67,
|
|
513
|
+
/**
|
|
514
|
+
* {@link ReportResult} not deleted.
|
|
515
|
+
**/
|
|
516
|
+
reportResultNotDeleted = 75,
|
|
517
|
+
/**
|
|
518
|
+
* {@link ReportSchedule} not found.
|
|
519
|
+
**/
|
|
520
|
+
reportScheduleNotFound = 93,
|
|
521
|
+
/**
|
|
522
|
+
* {@link ReportSchedule} not deleted.
|
|
523
|
+
**/
|
|
524
|
+
reportScheduleNotDeleted = 94,
|
|
525
|
+
/**
|
|
526
|
+
* {@link ReportResult} not ready to serve {@link ReportDataSummaryInstance} or {@link ReportDataBreakdownInstance} data.
|
|
527
|
+
**/
|
|
528
|
+
reportResultNotReady = 95
|
|
529
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ISerializable, JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
3
|
+
/**
|
|
4
|
+
* An object which contains details about the error in the command failure.
|
|
5
|
+
* Subclasses should contain members that best work to describe the details of the error.
|
|
6
|
+
*/
|
|
7
|
+
export declare abstract class ErrorDetail implements ISerializable {
|
|
8
|
+
/**
|
|
9
|
+
* Creates an instance of an {@link ErrorDetail} subclass based on the `kind` property in the JSON.
|
|
10
|
+
* Implementation is in {@link ErrorDetail_fromJSON.ts}
|
|
11
|
+
* @param json The JSON to parse.
|
|
12
|
+
* @returns An instance of an {@link ErrorDetail} subclass, or null if the JSON is null or does not contain a recognized `kind` property.
|
|
13
|
+
*/
|
|
14
|
+
static fromJSON: (json: JsonObject) => ErrorDetail | null;
|
|
15
|
+
/**
|
|
16
|
+
* A hint for deserializing the error's details.
|
|
17
|
+
**/
|
|
18
|
+
abstract get kind(): ErrorDetailType;
|
|
19
|
+
/**
|
|
20
|
+
* Serializes the error detail to a JSON object.
|
|
21
|
+
* @returns The JSON object representing the error detail.
|
|
22
|
+
*/
|
|
23
|
+
toJSON(): JsonObject;
|
|
24
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetail } from "./ErrorDetail";
|
|
3
|
+
/**
|
|
4
|
+
* These details contain a list of bad keys, labels or tags, unique identifiers, or parameter names that caused the failure.
|
|
5
|
+
**/
|
|
6
|
+
export declare abstract class ErrorDetailBadBase<T> extends ErrorDetail {
|
|
7
|
+
/**
|
|
8
|
+
* List of bad ids or keys or whatever.
|
|
9
|
+
**/
|
|
10
|
+
invalid: T[];
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
toJSON(): JsonObject;
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ulong } from "@trakit/objects";
|
|
3
|
+
import { ErrorDetailBadBase } from "./ErrorDetailBadBase";
|
|
4
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
5
|
+
/**
|
|
6
|
+
* These details contain unique identifiers that caused the failure.
|
|
7
|
+
**/
|
|
8
|
+
export declare class ErrorDetailBadIds extends ErrorDetailBadBase<ulong> {
|
|
9
|
+
get kind(): ErrorDetailType;
|
|
10
|
+
constructor(json: JsonObject);
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { int } from "@trakit/objects";
|
|
3
|
+
import { ErrorDetailBadBase } from "./ErrorDetailBadBase";
|
|
4
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
5
|
+
/**
|
|
6
|
+
* These details contain array indexes that caused the failure.
|
|
7
|
+
**/
|
|
8
|
+
export declare class ErrorDetailBadIndexes extends ErrorDetailBadBase<int> {
|
|
9
|
+
get kind(): ErrorDetailType;
|
|
10
|
+
constructor(json: JsonObject);
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetailBadBase } from "./ErrorDetailBadBase";
|
|
3
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
4
|
+
/**
|
|
5
|
+
* These details contain a list of bad keys, labels or tags, or parameter names that caused the failure.
|
|
6
|
+
**/
|
|
7
|
+
export declare class ErrorDetailBadKeys extends ErrorDetailBadBase<string> {
|
|
8
|
+
get kind(): ErrorDetailType;
|
|
9
|
+
constructor(json: JsonObject);
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Reply } from "../Reply";
|
|
3
|
+
import { ErrorDetail } from "./ErrorDetail";
|
|
4
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
5
|
+
/**
|
|
6
|
+
* For batch commands, these are the errors thrown by the sub-command.
|
|
7
|
+
**/
|
|
8
|
+
export declare class ErrorDetailBatch extends ErrorDetail {
|
|
9
|
+
get kind(): ErrorDetailType;
|
|
10
|
+
/**
|
|
11
|
+
* Index-preserved list of sub-command errors.
|
|
12
|
+
**/
|
|
13
|
+
errors: Reply[];
|
|
14
|
+
constructor(json: JsonObject);
|
|
15
|
+
toJSON(): JsonObject;
|
|
16
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetail } from "./ErrorDetail";
|
|
3
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
4
|
+
/**
|
|
5
|
+
* Details for how many and which {@link Asset}s and {@link User}s are still using this {@link Contact}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class ErrorDetailConnection extends ErrorDetail {
|
|
8
|
+
get kind(): ErrorDetailType;
|
|
9
|
+
/**
|
|
10
|
+
* The WebSocket connection state.
|
|
11
|
+
*/
|
|
12
|
+
state: number;
|
|
13
|
+
/**
|
|
14
|
+
* The WebSocket connection close code (if applicable).
|
|
15
|
+
*/
|
|
16
|
+
code: number | nothing;
|
|
17
|
+
/**
|
|
18
|
+
* The WebSocket connection close reason (if applicable).
|
|
19
|
+
*/
|
|
20
|
+
reason: string | nothing;
|
|
21
|
+
/**
|
|
22
|
+
* Whether the WebSocket connection was closed cleanly (if applicable).
|
|
23
|
+
*/
|
|
24
|
+
wasClean: boolean | nothing;
|
|
25
|
+
/**
|
|
26
|
+
* Whether the client will attempt to reconnect.
|
|
27
|
+
*/
|
|
28
|
+
reconnect: boolean | nothing;
|
|
29
|
+
/**
|
|
30
|
+
* If `reconnect` is `true`, the number of milliseconds until the next reconnect attempt.
|
|
31
|
+
*/
|
|
32
|
+
retry: number | nothing;
|
|
33
|
+
constructor(json: JsonObject);
|
|
34
|
+
toJSON(): JsonObject;
|
|
35
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
3
|
+
import { ErrorDetailUserGroupInUse } from "./ErrorDetailUserGroupInUse";
|
|
4
|
+
/**
|
|
5
|
+
* Details for how many and which {@link Asset}s and {@link User}s are still using this {@link Contact}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class ErrorDetailContactInUse extends ErrorDetailUserGroupInUse {
|
|
8
|
+
get kind(): ErrorDetailType;
|
|
9
|
+
assets: ulong[] | nothing;
|
|
10
|
+
constructor(json: JsonObject);
|
|
11
|
+
toJSON(): JsonObject;
|
|
12
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { int, JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetail } from "./ErrorDetail";
|
|
3
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
4
|
+
/**
|
|
5
|
+
* These are the details when a number of things create the exception.
|
|
6
|
+
**/
|
|
7
|
+
export declare class ErrorDetailCount extends ErrorDetail {
|
|
8
|
+
get kind(): ErrorDetailType;
|
|
9
|
+
/**
|
|
10
|
+
* The number of items that failed, or number of items preventing success.
|
|
11
|
+
**/
|
|
12
|
+
count: int;
|
|
13
|
+
constructor(json: JsonObject);
|
|
14
|
+
toJSON(): JsonObject;
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { ErrorDetailInput } from "./ErrorDetailInput";
|
|
3
|
+
import { ErrorDetailType } from "./ErrorDetailType";
|
|
4
|
+
/**
|
|
5
|
+
* These are the details of an enum input that failed to parse.
|
|
6
|
+
**/
|
|
7
|
+
export declare class ErrorDetailEnum extends ErrorDetailInput {
|
|
8
|
+
get kind(): ErrorDetailType;
|
|
9
|
+
/**
|
|
10
|
+
* This is a list of possible values the input should have been.
|
|
11
|
+
**/
|
|
12
|
+
valid: string[];
|
|
13
|
+
constructor(json: JsonObject);
|
|
14
|
+
toJSON(): JsonObject;
|
|
15
|
+
}
|