@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,68 @@
|
|
|
1
|
+
import { codified, JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { IPayListByLabels } from "../../API/Requests/IPayListByLabels";
|
|
5
|
+
import { IPayListByReferences } from "../../API/Requests/IPayListByReferences";
|
|
6
|
+
import { IPaySuspendable } from "../../API/Requests/IPaySuspendable";
|
|
7
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
8
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
9
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
10
|
+
/**
|
|
11
|
+
* Gets a list of {@link AssetGeneral}s.
|
|
12
|
+
**/
|
|
13
|
+
export declare abstract class PayAssetGeneralList extends Payload implements IPayDeletable, IPaySuspendable {
|
|
14
|
+
/**
|
|
15
|
+
* When true, the command will also return {@link AssetGeneralMessage}s for the asset.
|
|
16
|
+
**/
|
|
17
|
+
includeMessages: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* When true, the command will also return {@link DispatchTask}s for the asset.
|
|
20
|
+
**/
|
|
21
|
+
includeTasks: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* When true, the command will also return suspended {@link AssetGeneral}s.
|
|
24
|
+
**/
|
|
25
|
+
includeSuspended: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* When true, the command will also return a deleted {@link AssetGeneral} (if it exists).
|
|
28
|
+
**/
|
|
29
|
+
includeDeleted: boolean;
|
|
30
|
+
constructor(json?: JsonObject);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Gets the list of {@link AssetGeneral}s for the specified {@link Company}.
|
|
34
|
+
**/
|
|
35
|
+
export declare class PayAssetGeneralListByCompany extends PayAssetGeneralList implements IPayListByCompany {
|
|
36
|
+
/**
|
|
37
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
38
|
+
**/
|
|
39
|
+
company: ParamId;
|
|
40
|
+
constructor(json?: JsonObject);
|
|
41
|
+
createReply(json: JsonObject): Reply;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Gets the list of {@link AssetGeneral}s for the specified {@link Company} only if the {@link AssetGeneralGeneral.labels} matches all of the given {@link Parameters.labels}.
|
|
45
|
+
**/
|
|
46
|
+
export declare class PayAssetGeneralListByCompanyAndLabels extends PayAssetGeneralListByCompany implements IPayListByLabels {
|
|
47
|
+
/**
|
|
48
|
+
* The parsed labels given as input.
|
|
49
|
+
* @see {@link AssetGeneral.labels}
|
|
50
|
+
**/
|
|
51
|
+
labels: codified[];
|
|
52
|
+
constructor(json?: JsonObject);
|
|
53
|
+
createReply(json: JsonObject): Reply;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Gets the list of {@link AssetGeneral}s for the specified {@link Company} only if one of the specified {@link AssetGeneralGeneral.references} fields match.
|
|
57
|
+
* If no references are specified, it will match any {@link AssetGeneral} with no references.
|
|
58
|
+
* If a reference value is null, it will match any {@link AssetGeneral} without that reference key.
|
|
59
|
+
**/
|
|
60
|
+
export declare class PayAssetGeneralListByCompanyAndRefPairs extends PayAssetGeneralListByCompany implements IPayListByReferences {
|
|
61
|
+
/**
|
|
62
|
+
* The parsed references given as input.
|
|
63
|
+
* @see {@link AssetGeneralGeneral.references}
|
|
64
|
+
**/
|
|
65
|
+
references: Map<string, string>;
|
|
66
|
+
constructor(json?: JsonObject);
|
|
67
|
+
createReply(json: JsonObject): Reply;
|
|
68
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
import { PayAsset } from "./PayAsset";
|
|
5
|
+
/**
|
|
6
|
+
* Gets details of the specified {@link Asset}.
|
|
7
|
+
**/
|
|
8
|
+
export declare class PayAssetGet extends PayAsset implements IPayDeletable {
|
|
9
|
+
/**
|
|
10
|
+
* When true, the command will also return a deleted {@link Asset} (if it exists).
|
|
11
|
+
**/
|
|
12
|
+
includeDeleted: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* When true, the command will also return {@link AssetMessage}s for the asset.
|
|
15
|
+
**/
|
|
16
|
+
includeMessages: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* When true, the command will also return {@link DispatchTask}s for the asset.
|
|
19
|
+
**/
|
|
20
|
+
includeTasks: boolean;
|
|
21
|
+
constructor(json?: JsonObject);
|
|
22
|
+
createReply(json: JsonObject): Reply;
|
|
23
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { codified, JsonObject } from "@trakit/objects";
|
|
2
|
+
import { IPayDeletable } from "../../API/Requests/IPayDeletable";
|
|
3
|
+
import { IPayListByCompany } from "../../API/Requests/IPayListByCompany";
|
|
4
|
+
import { IPayListByLabels } from "../../API/Requests/IPayListByLabels";
|
|
5
|
+
import { IPayListByReferences } from "../../API/Requests/IPayListByReferences";
|
|
6
|
+
import { IPaySuspendable } from "../../API/Requests/IPaySuspendable";
|
|
7
|
+
import { ParamId } from "../../API/Requests/Parameters/ParamId";
|
|
8
|
+
import { Payload } from "../../API/Requests/Payload";
|
|
9
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
10
|
+
/**
|
|
11
|
+
* Gets a list of {@link Asset}s.
|
|
12
|
+
**/
|
|
13
|
+
export declare abstract class PayAssetList extends Payload implements IPayDeletable, IPaySuspendable {
|
|
14
|
+
/**
|
|
15
|
+
* When true, the command will also return {@link AssetMessage}s for the asset.
|
|
16
|
+
**/
|
|
17
|
+
includeMessages: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* When true, the command will also return {@link DispatchTask}s for the asset.
|
|
20
|
+
**/
|
|
21
|
+
includeTasks: boolean;
|
|
22
|
+
/**
|
|
23
|
+
* When true, the command will also return suspended {@link Asset}s.
|
|
24
|
+
**/
|
|
25
|
+
includeSuspended: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* When true, the command will also return a deleted {@link Asset} (if it exists).
|
|
28
|
+
**/
|
|
29
|
+
includeDeleted: boolean;
|
|
30
|
+
constructor(json?: JsonObject);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Gets the list of {@link Asset}s for the specified {@link Company}.
|
|
34
|
+
**/
|
|
35
|
+
export declare class PayAssetListByCompany extends PayAssetList implements IPayListByCompany {
|
|
36
|
+
/**
|
|
37
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
38
|
+
**/
|
|
39
|
+
company: ParamId;
|
|
40
|
+
constructor(json?: JsonObject);
|
|
41
|
+
createReply(json: JsonObject): Reply;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Gets the list of {@link Asset}s for the specified {@link Company} only if the {@link AssetGeneral.labels} matches all of the given {@link Parameters.labels}.
|
|
45
|
+
**/
|
|
46
|
+
export declare class PayAssetListByCompanyAndLabels extends PayAssetListByCompany implements IPayListByLabels {
|
|
47
|
+
/**
|
|
48
|
+
* The parsed labels given as input.
|
|
49
|
+
* @see {@link AssetGeneral.labels}
|
|
50
|
+
**/
|
|
51
|
+
labels: codified[];
|
|
52
|
+
constructor(json?: JsonObject);
|
|
53
|
+
createReply(json: JsonObject): Reply;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Gets the list of {@link Asset}s for the specified {@link Company} only if one of the specified {@link AssetGeneral.references} fields match.
|
|
57
|
+
* If no references are specified, it will match any {@link Asset} with no references.
|
|
58
|
+
* If a reference value is null, it will match any {@link Asset} without that reference key.
|
|
59
|
+
**/
|
|
60
|
+
export declare class PayAssetListByCompanyAndRefPairs extends PayAssetListByCompany implements IPayListByReferences {
|
|
61
|
+
/**
|
|
62
|
+
* The parsed references given as input.
|
|
63
|
+
* @see {@link AssetGeneral.references}
|
|
64
|
+
**/
|
|
65
|
+
references: Map<string, string>;
|
|
66
|
+
constructor(json?: JsonObject);
|
|
67
|
+
createReply(json: JsonObject): Reply;
|
|
68
|
+
}
|
|
@@ -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 { ParamAssetMerge } from "./Parameters/ParamAssetMerge";
|
|
5
|
+
/**
|
|
6
|
+
* Container for the command to creates a new, or updates an existing {@link Asset}.
|
|
7
|
+
**/
|
|
8
|
+
export declare class PayAssetMerge extends Payload {
|
|
9
|
+
/**
|
|
10
|
+
* Parameters given to create or update an {@link Asset}.
|
|
11
|
+
**/
|
|
12
|
+
asset: ParamAssetMerge;
|
|
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 { PayAsset } from "./PayAsset";
|
|
4
|
+
/**
|
|
5
|
+
* Reactivates a suspended {@link Asset}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class PayAssetReactivate extends PayAsset {
|
|
8
|
+
createReply(json: JsonObject): Reply;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
3
|
+
import { PayAsset } from "./PayAsset";
|
|
4
|
+
/**
|
|
5
|
+
* Restores a deleted {@link Asset}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class PayAssetRestore extends PayAsset {
|
|
8
|
+
createReply(json: JsonObject): Reply;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { JsonObject } from "@trakit/objects";
|
|
2
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
3
|
+
import { PayAsset } from "./PayAsset";
|
|
4
|
+
/**
|
|
5
|
+
* Suspends an existing {@link Asset}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class PayAssetSuspend extends PayAsset {
|
|
8
|
+
createReply(json: JsonObject): Reply;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Asset, AssetAdvanced, JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ReplySyncGetPiece } from "../../API/Responses/ReplySyncGet";
|
|
3
|
+
/**
|
|
4
|
+
* A container for the {@link assetAdvanced}.
|
|
5
|
+
**/
|
|
6
|
+
export declare class RepAssetAdvancedGet extends ReplySyncGetPiece<AssetAdvanced> {
|
|
7
|
+
/**
|
|
8
|
+
* The requested {@link AssetAdvanced}.
|
|
9
|
+
**/
|
|
10
|
+
assetAdvanced: AssetAdvanced | nothing;
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
getObject(): AssetAdvanced;
|
|
13
|
+
protected _createBlank(): Asset;
|
|
14
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Asset, AssetAdvanced, codified, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentId } from "../../API/Responses/Content/ContentId";
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
|
+
/**
|
|
5
|
+
* A container for the requested {@link assetAdvanceds}.
|
|
6
|
+
**/
|
|
7
|
+
export declare abstract class RepAssetAdvancedList extends ReplySyncListPiece<AssetAdvanced> {
|
|
8
|
+
/**
|
|
9
|
+
* The list of requested {@link AssetAdvanced}s.
|
|
10
|
+
**/
|
|
11
|
+
assetAdvanceds: AssetAdvanced[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
getCollection(): AssetAdvanced[];
|
|
14
|
+
protected _createBlank(): Asset;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A container owner {@link Company} of the collection.
|
|
18
|
+
**/
|
|
19
|
+
export declare class RepAssetAdvancedListByCompany extends RepAssetAdvancedList {
|
|
20
|
+
/**
|
|
21
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
22
|
+
**/
|
|
23
|
+
company: ContentId | nothing;
|
|
24
|
+
constructor(json: JsonObject);
|
|
25
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetAdvanced], index: number): boolean;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A container owner {@link Company} of the collection.
|
|
29
|
+
**/
|
|
30
|
+
export declare class RepAssetAdvancedListByCompanyAndLabels extends RepAssetAdvancedListByCompany {
|
|
31
|
+
/**
|
|
32
|
+
* The labels given as input.
|
|
33
|
+
* @see {@link AssetGeneral.labels}
|
|
34
|
+
**/
|
|
35
|
+
labels: codified[] | nothing;
|
|
36
|
+
constructor(json: JsonObject);
|
|
37
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetAdvanced], index: number): boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A container owner {@link Company} of the collection.
|
|
41
|
+
**/
|
|
42
|
+
export declare class RepAssetAdvancedListByCompanyAndRefPairs extends RepAssetAdvancedListByCompany {
|
|
43
|
+
/**
|
|
44
|
+
* The reference string given as input.
|
|
45
|
+
* @see {@link AssetGeneral.references}
|
|
46
|
+
**/
|
|
47
|
+
references: Map<string, string> | nothing;
|
|
48
|
+
constructor(json: JsonObject);
|
|
49
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetAdvanced], index: number): boolean;
|
|
50
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentIdDeleted } from "../../API/Responses/Content/ContentIdDeleted";
|
|
3
|
+
import { ReplySyncBatchDelete } from "../../API/Responses/ReplySyncBatchDelete";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetBatchDelete extends ReplySyncBatchDelete {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
**/
|
|
11
|
+
assets: ContentIdDeleted[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
protected _getKeys(): ulong[];
|
|
14
|
+
}
|
|
@@ -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 assets}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetBatchMerge extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
* An object which contains the `id` and `company` keys when there is no error.
|
|
10
|
+
**/
|
|
11
|
+
assets: ContentIdCompany[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ContentIdSuspended } from "../../API/Responses/Content/ContentIdSuspended";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetBatchSuspend extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
**/
|
|
11
|
+
assets: ContentIdSuspended[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentIdDeleted } from "../../API/Responses/Content/ContentIdDeleted";
|
|
3
|
+
import { ReplySyncDelete } from "../../API/Responses/ReplySyncDelete";
|
|
4
|
+
/**
|
|
5
|
+
* For delete/restore commands, this contains the {@link Asset.id}, owning {@link Company.id}, and deleted state.
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetDelete extends ReplySyncDelete {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
**/
|
|
11
|
+
asset: ContentIdDeleted | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
protected _getKey(): ulong;
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Asset, AssetDispatch, JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ReplySyncGetPiece } from "../../API/Responses/ReplySyncGet";
|
|
3
|
+
/**
|
|
4
|
+
* A container for the {@link assetDispatch}.
|
|
5
|
+
**/
|
|
6
|
+
export declare class RepAssetDispatchGet extends ReplySyncGetPiece<AssetDispatch> {
|
|
7
|
+
/**
|
|
8
|
+
* The requested {@link AssetDispatch}.
|
|
9
|
+
**/
|
|
10
|
+
assetDispatch: AssetDispatch | nothing;
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
getObject(): AssetDispatch;
|
|
13
|
+
protected _createBlank(): Asset;
|
|
14
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Asset, AssetDispatch, codified, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentId } from "../../API/Responses/Content/ContentId";
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
|
+
/**
|
|
5
|
+
* A container for the requested {@link assetDispatches}.
|
|
6
|
+
**/
|
|
7
|
+
export declare abstract class RepAssetDispatchList extends ReplySyncListPiece<AssetDispatch> {
|
|
8
|
+
/**
|
|
9
|
+
* The list of requested {@link AssetDispatch}es.
|
|
10
|
+
**/
|
|
11
|
+
assetDispatches: AssetDispatch[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
getCollection(): AssetDispatch[];
|
|
14
|
+
protected _createBlank(): Asset;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A container owner {@link Company} of the collection.
|
|
18
|
+
**/
|
|
19
|
+
export declare class RepAssetDispatchListByCompany extends RepAssetDispatchList {
|
|
20
|
+
/**
|
|
21
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
22
|
+
**/
|
|
23
|
+
company: ContentId | nothing;
|
|
24
|
+
constructor(json: JsonObject);
|
|
25
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetDispatch], index: number): boolean;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A container owner {@link Company} of the collection.
|
|
29
|
+
**/
|
|
30
|
+
export declare class RepAssetDispatchListByCompanyAndLabels extends RepAssetDispatchListByCompany {
|
|
31
|
+
/**
|
|
32
|
+
* The labels given as input.
|
|
33
|
+
* @see {@link AssetGeneral.labels}
|
|
34
|
+
**/
|
|
35
|
+
labels: codified[] | nothing;
|
|
36
|
+
constructor(json: JsonObject);
|
|
37
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetDispatch], index: number): boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A container owner {@link Company} of the collection.
|
|
41
|
+
**/
|
|
42
|
+
export declare class RepAssetDispatchListByCompanyAndRefPairs extends RepAssetDispatchListByCompany {
|
|
43
|
+
/**
|
|
44
|
+
* The reference string given as input.
|
|
45
|
+
* @see {@link AssetGeneral.references}
|
|
46
|
+
**/
|
|
47
|
+
references: Map<string, string> | nothing;
|
|
48
|
+
constructor(json: JsonObject);
|
|
49
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetDispatch], index: number): boolean;
|
|
50
|
+
}
|
|
@@ -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 assetDispatch}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetDispatchMerge extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
* An object which contains the `id` and `company` keys when there is no error.
|
|
10
|
+
**/
|
|
11
|
+
assetDispatch: ContentIdCompany | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { Asset, AssetGeneral, JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ReplySyncGetPiece } from "../../API/Responses/ReplySyncGet";
|
|
3
|
+
/**
|
|
4
|
+
* A container for the {@link assetGeneral}.
|
|
5
|
+
**/
|
|
6
|
+
export declare class RepAssetGeneralGet extends ReplySyncGetPiece<AssetGeneral> {
|
|
7
|
+
/**
|
|
8
|
+
* The requested {@link Asset}.
|
|
9
|
+
**/
|
|
10
|
+
assetGeneral: AssetGeneral | nothing;
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
getObject(): AssetGeneral;
|
|
13
|
+
protected _createBlank(): Asset;
|
|
14
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Asset, AssetGeneral, codified, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ContentId } from "../../API/Responses/Content/ContentId";
|
|
3
|
+
import { ReplySyncListPiece } from "../../API/Responses/ReplySyncList";
|
|
4
|
+
/**
|
|
5
|
+
* A container for the requested {@link assetGenerals}.
|
|
6
|
+
**/
|
|
7
|
+
export declare abstract class RepAssetGeneralList extends ReplySyncListPiece<AssetGeneral> {
|
|
8
|
+
/**
|
|
9
|
+
* The list of requested {@link AssetGeneral}s.
|
|
10
|
+
**/
|
|
11
|
+
assetGenerals: AssetGeneral[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
getCollection(): AssetGeneral[];
|
|
14
|
+
protected _createBlank(): Asset;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* A container owner {@link Company} of the collection.
|
|
18
|
+
**/
|
|
19
|
+
export declare class RepAssetGeneralListByCompany extends RepAssetGeneralList {
|
|
20
|
+
/**
|
|
21
|
+
* Identifier of the {@link Company} to which this collection belongs.
|
|
22
|
+
**/
|
|
23
|
+
company: ContentId | nothing;
|
|
24
|
+
constructor(json: JsonObject);
|
|
25
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetGeneral], index: number): boolean;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* A container owner {@link Company} of the collection.
|
|
29
|
+
**/
|
|
30
|
+
export declare class RepAssetGeneralListByCompanyAndLabels extends RepAssetGeneralListByCompany {
|
|
31
|
+
/**
|
|
32
|
+
* The labels given as input.
|
|
33
|
+
* @see {@link AssetGeneral.labels}
|
|
34
|
+
**/
|
|
35
|
+
labels: codified[] | nothing;
|
|
36
|
+
constructor(json: JsonObject);
|
|
37
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetGeneral], index: number): boolean;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* A container owner {@link Company} of the collection.
|
|
41
|
+
**/
|
|
42
|
+
export declare class RepAssetGeneralListByCompanyAndRefPairs extends RepAssetGeneralListByCompany {
|
|
43
|
+
/**
|
|
44
|
+
* The reference string given as input.
|
|
45
|
+
* @see {@link AssetGeneral.references}
|
|
46
|
+
**/
|
|
47
|
+
references: Map<string, string> | nothing;
|
|
48
|
+
constructor(json: JsonObject);
|
|
49
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, AssetGeneral], index: number): boolean;
|
|
50
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Asset, JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ReplySyncGet } from "../../API/Responses/ReplySyncGet";
|
|
3
|
+
/**
|
|
4
|
+
* A container for the {@link asset}.
|
|
5
|
+
**/
|
|
6
|
+
export declare class RepAssetGet extends ReplySyncGet<Asset> {
|
|
7
|
+
/**
|
|
8
|
+
* The requested {@link Asset}.
|
|
9
|
+
**/
|
|
10
|
+
asset: Asset | nothing;
|
|
11
|
+
constructor(json: JsonObject);
|
|
12
|
+
getObject(): Asset;
|
|
13
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { Asset, 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 assets}.
|
|
6
|
+
**/
|
|
7
|
+
export declare abstract class RepAssetList extends ReplySyncList<Asset> {
|
|
8
|
+
/**
|
|
9
|
+
* The list of requested {@link Asset}s.
|
|
10
|
+
**/
|
|
11
|
+
assets: Asset[] | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
getCollection(): Asset[];
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* Contains the {@link Company.id} of the collection.
|
|
17
|
+
**/
|
|
18
|
+
export declare class RepAssetListByCompany extends RepAssetList {
|
|
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, Asset], index: number): boolean;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Contains the codified {@link Company.labels} keys used to filter the collection.
|
|
28
|
+
**/
|
|
29
|
+
export declare class RepAssetListByCompanyAndLabels extends RepAssetListByCompany {
|
|
30
|
+
/**
|
|
31
|
+
* The parsed labels given as input.
|
|
32
|
+
* @see {@link AssetGeneral.labels}
|
|
33
|
+
**/
|
|
34
|
+
labels: codified[] | nothing;
|
|
35
|
+
constructor(json: JsonObject);
|
|
36
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, Asset], index: number): boolean;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Contains the {@link AssetGeneral.references} used to filter the collection.
|
|
40
|
+
**/
|
|
41
|
+
export declare class RepAssetListByCompanyAndRefPairs extends RepAssetListByCompany {
|
|
42
|
+
/**
|
|
43
|
+
* The parsed references given as input.
|
|
44
|
+
* @see {@link AssetGeneral.references}
|
|
45
|
+
**/
|
|
46
|
+
references: Map<string, string> | nothing;
|
|
47
|
+
constructor(json: JsonObject);
|
|
48
|
+
_filterCollection(pair: [ulong | guid | email | codified | string, Asset], index: number): boolean;
|
|
49
|
+
}
|
|
@@ -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 asset}.
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetMerge extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
* An object which contains the `id` and `company` keys when there is no error.
|
|
10
|
+
**/
|
|
11
|
+
asset: ContentIdCompany | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { JsonObject, nothing } from "@trakit/objects";
|
|
2
|
+
import { ContentIdSuspended } from "../../API/Responses/Content/ContentIdSuspended";
|
|
3
|
+
import { Reply } from "../../API/Responses/Reply";
|
|
4
|
+
/**
|
|
5
|
+
*
|
|
6
|
+
**/
|
|
7
|
+
export declare class RepAssetSuspend extends Reply {
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
**/
|
|
11
|
+
asset: ContentIdSuspended | nothing;
|
|
12
|
+
constructor(json: JsonObject);
|
|
13
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { BehaviourParameter, byte, JsonObject, nothing, ulong } from "@trakit/objects";
|
|
2
|
+
import { ParamMergeSubscribable } from "../../../../API/Requests/Parameters/ParamMergeSubscribable";
|
|
3
|
+
/**
|
|
4
|
+
* Parameters used to create or update an {@link Behaviour}.
|
|
5
|
+
**/
|
|
6
|
+
export declare class ParamBehaviourMerge extends ParamMergeSubscribable {
|
|
7
|
+
/**
|
|
8
|
+
* The unique identifier of the {@link Behaviour} you want to update.
|
|
9
|
+
* Leave this as `null` when creating a new {@link Behaviour}.
|
|
10
|
+
**/
|
|
11
|
+
id: ulong | nothing;
|
|
12
|
+
/**
|
|
13
|
+
* The {@link BehaviourScript} this {@link Behaviour} implements.
|
|
14
|
+
**/
|
|
15
|
+
script: ulong | nothing;
|
|
16
|
+
/**
|
|
17
|
+
* The {@link Company} to which this {@link Behaviour} belongs.
|
|
18
|
+
* After creation, this value is read-only.
|
|
19
|
+
**/
|
|
20
|
+
company: ulong | nothing;
|
|
21
|
+
/**
|
|
22
|
+
* Name for the {@link Behaviour}.
|
|
23
|
+
**/
|
|
24
|
+
name: string | nothing;
|
|
25
|
+
/**
|
|
26
|
+
* Notes for the {@link Behaviour}.
|
|
27
|
+
**/
|
|
28
|
+
notes: string | nothing;
|
|
29
|
+
/**
|
|
30
|
+
* The order in which this {@link Behaviour} is executed.
|
|
31
|
+
*/
|
|
32
|
+
priority: byte | nothing;
|
|
33
|
+
/**
|
|
34
|
+
* A search pattern used to select the assets which will embed this {@link Behaviour} in their execution context.
|
|
35
|
+
*/
|
|
36
|
+
targets: string | nothing;
|
|
37
|
+
/**
|
|
38
|
+
* A search pattern used to select the providers which can implement this {@link Behaviour}.
|
|
39
|
+
*/
|
|
40
|
+
filters: string | nothing;
|
|
41
|
+
/**
|
|
42
|
+
* The values needed to implement the script. Each key in this object is the name of a required script argument.
|
|
43
|
+
*/
|
|
44
|
+
parameters: Map<string, BehaviourParameter | nothing> | nothing;
|
|
45
|
+
constructor(json?: JsonObject);
|
|
46
|
+
toJSON(): any;
|
|
47
|
+
}
|
|
@@ -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 behaviour} object.
|
|
7
|
+
**/
|
|
8
|
+
export declare abstract class PayBehaviour extends Payload implements IPaySingle {
|
|
9
|
+
/**
|
|
10
|
+
* An object to contain the "id" of the {@link Behaviour}.
|
|
11
|
+
**/
|
|
12
|
+
behaviour: ParamId;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
**/
|
|
17
|
+
getKey(): string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { JsonObject, nothing } 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 PayBehaviourBatchDelete extends Payload {
|
|
9
|
+
/**
|
|
10
|
+
*
|
|
11
|
+
**/
|
|
12
|
+
behaviours: ParamId[] | nothing;
|
|
13
|
+
constructor(json?: JsonObject);
|
|
14
|
+
createReply(json: JsonObject): Reply;
|
|
15
|
+
}
|