@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.
Files changed (634) hide show
  1. package/commands/API/Geography/Polyline.d.ts +20 -0
  2. package/commands/API/Requests/IPayDeletable.d.ts +9 -0
  3. package/commands/API/Requests/IPayListByAsset.d.ts +10 -0
  4. package/commands/API/Requests/IPayListByBillingProfile.d.ts +10 -0
  5. package/commands/API/Requests/IPayListByCompany.d.ts +10 -0
  6. package/commands/API/Requests/IPayListByLabels.d.ts +10 -0
  7. package/commands/API/Requests/IPayListByReferences.d.ts +9 -0
  8. package/commands/API/Requests/IPayListByUser.d.ts +10 -0
  9. package/commands/API/Requests/IPaySingle.d.ts +9 -0
  10. package/commands/API/Requests/IPaySuspendable.d.ts +9 -0
  11. package/commands/API/Requests/Parameters/IParamAsset.d.ts +8 -0
  12. package/commands/API/Requests/Parameters/IParamBillingProfile.d.ts +8 -0
  13. package/commands/API/Requests/Parameters/IParamCompany.d.ts +8 -0
  14. package/commands/API/Requests/Parameters/ParamCode.d.ts +12 -0
  15. package/commands/API/Requests/Parameters/ParamGuid.d.ts +11 -0
  16. package/commands/API/Requests/Parameters/ParamId.d.ts +11 -0
  17. package/commands/API/Requests/Parameters/ParamIdentifier.d.ts +11 -0
  18. package/commands/API/Requests/Parameters/ParamIdentifierVersion.d.ts +12 -0
  19. package/commands/API/Requests/Parameters/ParamKey.d.ts +11 -0
  20. package/commands/API/Requests/Parameters/ParamLogin.d.ts +12 -0
  21. package/commands/API/Requests/Parameters/ParamMerge.d.ts +10 -0
  22. package/commands/API/Requests/Parameters/ParamMergeSubscribable.d.ts +12 -0
  23. package/commands/API/Requests/PayListBy.d.ts +14 -0
  24. package/commands/API/Requests/PayListByDate.d.ts +17 -0
  25. package/commands/API/Requests/PayListById.d.ts +17 -0
  26. package/commands/API/Requests/PayListByKey.d.ts +17 -0
  27. package/commands/API/Requests/Payload.d.ts +44 -0
  28. package/commands/API/Responses/Content/ContentCode.d.ts +17 -0
  29. package/commands/API/Responses/Content/ContentCodeCompany.d.ts +18 -0
  30. package/commands/API/Responses/Content/ContentCodeDeleted.d.ts +19 -0
  31. package/commands/API/Responses/Content/ContentId.d.ts +17 -0
  32. package/commands/API/Responses/Content/ContentIdAsset.d.ts +18 -0
  33. package/commands/API/Responses/Content/ContentIdBillingProfile.d.ts +18 -0
  34. package/commands/API/Responses/Content/ContentIdCompany.d.ts +18 -0
  35. package/commands/API/Responses/Content/ContentIdCompanyTemplate.d.ts +18 -0
  36. package/commands/API/Responses/Content/ContentIdDeleted.d.ts +22 -0
  37. package/commands/API/Responses/Content/ContentIdParent.d.ts +18 -0
  38. package/commands/API/Responses/Content/ContentIdScript.d.ts +18 -0
  39. package/commands/API/Responses/Content/ContentIdSuspended.d.ts +22 -0
  40. package/commands/API/Responses/Content/ContentIdendifier.d.ts +18 -0
  41. package/commands/API/Responses/Content/ContentIdendifierAsset.d.ts +22 -0
  42. package/commands/API/Responses/Content/ContentIdendifierCompany.d.ts +19 -0
  43. package/commands/API/Responses/Content/ContentIdendifierDeleted.d.ts +23 -0
  44. package/commands/API/Responses/Content/ContentIdendifierSuspended.d.ts +23 -0
  45. package/commands/API/Responses/Content/ContentKey.d.ts +17 -0
  46. package/commands/API/Responses/Content/ContentKeyCompany.d.ts +18 -0
  47. package/commands/API/Responses/Content/ContentKeyDeleted.d.ts +22 -0
  48. package/commands/API/Responses/Content/ContentLogin.d.ts +17 -0
  49. package/commands/API/Responses/Content/ContentLoginCompany.d.ts +18 -0
  50. package/commands/API/Responses/Content/ContentLoginDeleted.d.ts +22 -0
  51. package/commands/API/Responses/Content/ContentParentDeleted.d.ts +26 -0
  52. package/commands/API/Responses/Errors/ErrorCode.d.ts +529 -0
  53. package/commands/API/Responses/Errors/ErrorDetail.d.ts +24 -0
  54. package/commands/API/Responses/Errors/ErrorDetailBadBase.d.ts +13 -0
  55. package/commands/API/Responses/Errors/ErrorDetailBadIds.d.ts +11 -0
  56. package/commands/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +11 -0
  57. package/commands/API/Responses/Errors/ErrorDetailBadKeys.d.ts +10 -0
  58. package/commands/API/Responses/Errors/ErrorDetailBatch.d.ts +16 -0
  59. package/commands/API/Responses/Errors/ErrorDetailConnection.d.ts +35 -0
  60. package/commands/API/Responses/Errors/ErrorDetailContactInUse.d.ts +12 -0
  61. package/commands/API/Responses/Errors/ErrorDetailCount.d.ts +15 -0
  62. package/commands/API/Responses/Errors/ErrorDetailEnum.d.ts +15 -0
  63. package/commands/API/Responses/Errors/ErrorDetailEscalation.d.ts +15 -0
  64. package/commands/API/Responses/Errors/ErrorDetailExternals.d.ts +23 -0
  65. package/commands/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +15 -0
  66. package/commands/API/Responses/Errors/ErrorDetailInput.d.ts +15 -0
  67. package/commands/API/Responses/Errors/ErrorDetailLocked.d.ts +19 -0
  68. package/commands/API/Responses/Errors/ErrorDetailMinMax.d.ts +19 -0
  69. package/commands/API/Responses/Errors/ErrorDetailParent.d.ts +19 -0
  70. package/commands/API/Responses/Errors/ErrorDetailParse.d.ts +23 -0
  71. package/commands/API/Responses/Errors/ErrorDetailPhone.d.ts +19 -0
  72. package/commands/API/Responses/Errors/ErrorDetailSecret.d.ts +54 -0
  73. package/commands/API/Responses/Errors/ErrorDetailStack.d.ts +26 -0
  74. package/commands/API/Responses/Errors/ErrorDetailThrottled.d.ts +37 -0
  75. package/commands/API/Responses/Errors/ErrorDetailType.d.ts +89 -0
  76. package/commands/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +19 -0
  77. package/commands/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +1 -0
  78. package/commands/API/Responses/IRepList.d.ts +10 -0
  79. package/commands/API/Responses/IRepListByAsset.d.ts +11 -0
  80. package/commands/API/Responses/IRepListByCompany.d.ts +11 -0
  81. package/commands/API/Responses/IRepListByDate.d.ts +14 -0
  82. package/commands/API/Responses/IRepListById.d.ts +14 -0
  83. package/commands/API/Responses/IRepListByKey.d.ts +14 -0
  84. package/commands/API/Responses/IRepListByLabels.d.ts +10 -0
  85. package/commands/API/Responses/IRepListByReferences.d.ts +10 -0
  86. package/commands/API/Responses/IRepListByUser.d.ts +11 -0
  87. package/commands/API/Responses/Reply.d.ts +29 -0
  88. package/commands/API/Responses/ReplySync.d.ts +17 -0
  89. package/commands/API/Responses/ReplySyncBatchDelete.d.ts +16 -0
  90. package/commands/API/Responses/ReplySyncDelete.d.ts +16 -0
  91. package/commands/API/Responses/ReplySyncGet.d.ts +34 -0
  92. package/commands/API/Responses/ReplySyncList.d.ts +52 -0
  93. package/commands/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +19 -0
  94. package/commands/Accounts/Contacts/Requests/PayContact.d.ts +18 -0
  95. package/commands/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +15 -0
  96. package/commands/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +15 -0
  97. package/commands/Accounts/Contacts/Requests/PayContactDelete.d.ts +9 -0
  98. package/commands/Accounts/Contacts/Requests/PayContactGet.d.ts +15 -0
  99. package/commands/Accounts/Contacts/Requests/PayContactList.d.ts +27 -0
  100. package/commands/Accounts/Contacts/Requests/PayContactMerge.d.ts +20 -0
  101. package/commands/Accounts/Contacts/Requests/PayContactRestore.d.ts +9 -0
  102. package/commands/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +14 -0
  103. package/commands/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +13 -0
  104. package/commands/Accounts/Contacts/Responses/RepContactDelete.d.ts +14 -0
  105. package/commands/Accounts/Contacts/Responses/RepContactGet.d.ts +13 -0
  106. package/commands/Accounts/Contacts/Responses/RepContactList.d.ts +25 -0
  107. package/commands/Accounts/Contacts/Responses/RepContactMerge.d.ts +13 -0
  108. package/commands/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +31 -0
  109. package/commands/Accounts/Groups/Requests/PayUserGroup.d.ts +18 -0
  110. package/commands/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +15 -0
  111. package/commands/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +15 -0
  112. package/commands/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +9 -0
  113. package/commands/Accounts/Groups/Requests/PayUserGroupGet.d.ts +15 -0
  114. package/commands/Accounts/Groups/Requests/PayUserGroupList.d.ts +27 -0
  115. package/commands/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +20 -0
  116. package/commands/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +9 -0
  117. package/commands/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +14 -0
  118. package/commands/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +13 -0
  119. package/commands/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +14 -0
  120. package/commands/Accounts/Groups/Responses/RepUserGroupGet.d.ts +13 -0
  121. package/commands/Accounts/Groups/Responses/RepUserGroupList.d.ts +25 -0
  122. package/commands/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +13 -0
  123. package/commands/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +112 -0
  124. package/commands/Accounts/Machines/Requests/PayMachine.d.ts +18 -0
  125. package/commands/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +15 -0
  126. package/commands/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +15 -0
  127. package/commands/Accounts/Machines/Requests/PayMachineDelete.d.ts +9 -0
  128. package/commands/Accounts/Machines/Requests/PayMachineGet.d.ts +15 -0
  129. package/commands/Accounts/Machines/Requests/PayMachineList.d.ts +27 -0
  130. package/commands/Accounts/Machines/Requests/PayMachineMerge.d.ts +20 -0
  131. package/commands/Accounts/Machines/Requests/PayMachineRestore.d.ts +9 -0
  132. package/commands/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +14 -0
  133. package/commands/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +13 -0
  134. package/commands/Accounts/Machines/Responses/RepMachineDelete.d.ts +14 -0
  135. package/commands/Accounts/Machines/Responses/RepMachineGet.d.ts +13 -0
  136. package/commands/Accounts/Machines/Responses/RepMachineList.d.ts +36 -0
  137. package/commands/Accounts/Machines/Responses/RepMachineMerge.d.ts +13 -0
  138. package/commands/Accounts/Permissions/ParamPermission.d.ts +39 -0
  139. package/commands/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +66 -0
  140. package/commands/Accounts/Self/Requests/PaySelfContact.d.ts +22 -0
  141. package/commands/Accounts/Self/Requests/PaySelfGet.d.ts +15 -0
  142. package/commands/Accounts/Self/Requests/PaySelfLogin.d.ts +30 -0
  143. package/commands/Accounts/Self/Requests/PaySelfLogout.d.ts +15 -0
  144. package/commands/Accounts/Self/Requests/PaySelfPassword.d.ts +25 -0
  145. package/commands/Accounts/Self/Requests/PaySelfPreferences.d.ts +46 -0
  146. package/commands/Accounts/Self/Responses/RepSelfContact.d.ts +6 -0
  147. package/commands/Accounts/Self/Responses/RepSelfGet.d.ts +47 -0
  148. package/commands/Accounts/Self/Responses/RepSelfLogout.d.ts +16 -0
  149. package/commands/Accounts/Self/Responses/RepSelfPassword.d.ts +16 -0
  150. package/commands/Accounts/Self/Responses/RepSelfPreferences.d.ts +6 -0
  151. package/commands/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +11 -0
  152. package/commands/Accounts/Sessions/Requests/PaySessionDelete.d.ts +9 -0
  153. package/commands/Accounts/Sessions/Requests/PaySessionGet.d.ts +15 -0
  154. package/commands/Accounts/Sessions/Requests/PaySessionList.d.ts +29 -0
  155. package/commands/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +25 -0
  156. package/commands/Accounts/Sessions/Responses/RepSessionDelete.d.ts +14 -0
  157. package/commands/Accounts/Sessions/Responses/RepSessionGet.d.ts +14 -0
  158. package/commands/Accounts/Sessions/Responses/RepSessionList.d.ts +37 -0
  159. package/commands/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +74 -0
  160. package/commands/Accounts/Users/Requests/PayUser.d.ts +18 -0
  161. package/commands/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +15 -0
  162. package/commands/Accounts/Users/Requests/PayUserAdvancedList.d.ts +38 -0
  163. package/commands/Accounts/Users/Requests/PayUserBatchDelete.d.ts +15 -0
  164. package/commands/Accounts/Users/Requests/PayUserBatchMerge.d.ts +15 -0
  165. package/commands/Accounts/Users/Requests/PayUserDelete.d.ts +9 -0
  166. package/commands/Accounts/Users/Requests/PayUserGeneralGet.d.ts +15 -0
  167. package/commands/Accounts/Users/Requests/PayUserGeneralList.d.ts +38 -0
  168. package/commands/Accounts/Users/Requests/PayUserGet.d.ts +15 -0
  169. package/commands/Accounts/Users/Requests/PayUserList.d.ts +38 -0
  170. package/commands/Accounts/Users/Requests/PayUserMerge.d.ts +20 -0
  171. package/commands/Accounts/Users/Requests/PayUserRestore.d.ts +9 -0
  172. package/commands/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +14 -0
  173. package/commands/Accounts/Users/Responses/RepUserAdvancedList.d.ts +36 -0
  174. package/commands/Accounts/Users/Responses/RepUserBatchDelete.d.ts +14 -0
  175. package/commands/Accounts/Users/Responses/RepUserBatchMerge.d.ts +13 -0
  176. package/commands/Accounts/Users/Responses/RepUserDelete.d.ts +14 -0
  177. package/commands/Accounts/Users/Responses/RepUserGeneralGet.d.ts +14 -0
  178. package/commands/Accounts/Users/Responses/RepUserGeneralList.d.ts +36 -0
  179. package/commands/Accounts/Users/Responses/RepUserGet.d.ts +14 -0
  180. package/commands/Accounts/Users/Responses/RepUserList.d.ts +36 -0
  181. package/commands/Accounts/Users/Responses/RepUserMerge.d.ts +13 -0
  182. package/commands/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +26 -0
  183. package/commands/Assets/Requests/Parameters/ParamAssetMerge.d.ts +143 -0
  184. package/commands/Assets/Requests/PayAsset.d.ts +18 -0
  185. package/commands/Assets/Requests/PayAssetAdvancedGet.d.ts +16 -0
  186. package/commands/Assets/Requests/PayAssetAdvancedList.d.ts +68 -0
  187. package/commands/Assets/Requests/PayAssetBatchDelete.d.ts +16 -0
  188. package/commands/Assets/Requests/PayAssetBatchMerge.d.ts +15 -0
  189. package/commands/Assets/Requests/PayAssetDelete.d.ts +9 -0
  190. package/commands/Assets/Requests/PayAssetDispatchGet.d.ts +23 -0
  191. package/commands/Assets/Requests/PayAssetDispatchList.d.ts +68 -0
  192. package/commands/Assets/Requests/PayAssetDispatchMerge.d.ts +15 -0
  193. package/commands/Assets/Requests/PayAssetGeneralGet.d.ts +23 -0
  194. package/commands/Assets/Requests/PayAssetGeneralList.d.ts +68 -0
  195. package/commands/Assets/Requests/PayAssetGet.d.ts +23 -0
  196. package/commands/Assets/Requests/PayAssetList.d.ts +68 -0
  197. package/commands/Assets/Requests/PayAssetMerge.d.ts +15 -0
  198. package/commands/Assets/Requests/PayAssetReactivate.d.ts +9 -0
  199. package/commands/Assets/Requests/PayAssetRestore.d.ts +9 -0
  200. package/commands/Assets/Requests/PayAssetSuspend.d.ts +9 -0
  201. package/commands/Assets/Responses/RepAssetAdvancedGet.d.ts +14 -0
  202. package/commands/Assets/Responses/RepAssetAdvancedList.d.ts +50 -0
  203. package/commands/Assets/Responses/RepAssetBatchDelete.d.ts +14 -0
  204. package/commands/Assets/Responses/RepAssetBatchMerge.d.ts +13 -0
  205. package/commands/Assets/Responses/RepAssetBatchSuspend.d.ts +13 -0
  206. package/commands/Assets/Responses/RepAssetDelete.d.ts +14 -0
  207. package/commands/Assets/Responses/RepAssetDispatchGet.d.ts +14 -0
  208. package/commands/Assets/Responses/RepAssetDispatchList.d.ts +50 -0
  209. package/commands/Assets/Responses/RepAssetDispatchMerge.d.ts +13 -0
  210. package/commands/Assets/Responses/RepAssetGeneralGet.d.ts +14 -0
  211. package/commands/Assets/Responses/RepAssetGeneralList.d.ts +50 -0
  212. package/commands/Assets/Responses/RepAssetGet.d.ts +13 -0
  213. package/commands/Assets/Responses/RepAssetList.d.ts +49 -0
  214. package/commands/Assets/Responses/RepAssetMerge.d.ts +13 -0
  215. package/commands/Assets/Responses/RepAssetSuspend.d.ts +13 -0
  216. package/commands/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +47 -0
  217. package/commands/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +18 -0
  218. package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +15 -0
  219. package/commands/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +15 -0
  220. package/commands/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +9 -0
  221. package/commands/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +15 -0
  222. package/commands/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +27 -0
  223. package/commands/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +20 -0
  224. package/commands/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +9 -0
  225. package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +14 -0
  226. package/commands/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +13 -0
  227. package/commands/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +14 -0
  228. package/commands/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +13 -0
  229. package/commands/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +25 -0
  230. package/commands/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +13 -0
  231. package/commands/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +37 -0
  232. package/commands/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +49 -0
  233. package/commands/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +45 -0
  234. package/commands/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +47 -0
  235. package/commands/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +56 -0
  236. package/commands/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +18 -0
  237. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +15 -0
  238. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +15 -0
  239. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +9 -0
  240. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +15 -0
  241. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +27 -0
  242. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +20 -0
  243. package/commands/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +9 -0
  244. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +14 -0
  245. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +13 -0
  246. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +14 -0
  247. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +13 -0
  248. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +25 -0
  249. package/commands/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +13 -0
  250. package/commands/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +52 -0
  251. package/commands/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +84 -0
  252. package/commands/Companies/Requests/Parameters/ParamEmailServer.d.ts +64 -0
  253. package/commands/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +40 -0
  254. package/commands/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +36 -0
  255. package/commands/Companies/Requests/Parameters/ParamSmsServer.d.ts +20 -0
  256. package/commands/Companies/Requests/PayCompany.d.ts +18 -0
  257. package/commands/Companies/Requests/PayCompanyBatchDelete.d.ts +15 -0
  258. package/commands/Companies/Requests/PayCompanyBatchMerge.d.ts +15 -0
  259. package/commands/Companies/Requests/PayCompanyDelete.d.ts +9 -0
  260. package/commands/Companies/Requests/PayCompanyDirectoryGet.d.ts +15 -0
  261. package/commands/Companies/Requests/PayCompanyDirectoryList.d.ts +27 -0
  262. package/commands/Companies/Requests/PayCompanyGeneralGet.d.ts +15 -0
  263. package/commands/Companies/Requests/PayCompanyGeneralList.d.ts +36 -0
  264. package/commands/Companies/Requests/PayCompanyGet.d.ts +15 -0
  265. package/commands/Companies/Requests/PayCompanyList.d.ts +6 -0
  266. package/commands/Companies/Requests/PayCompanyMerge.d.ts +20 -0
  267. package/commands/Companies/Requests/PayCompanyPoliciesGet.d.ts +15 -0
  268. package/commands/Companies/Requests/PayCompanyPoliciesList.d.ts +27 -0
  269. package/commands/Companies/Requests/PayCompanyPolicyGet.d.ts +15 -0
  270. package/commands/Companies/Requests/PayCompanyPolicyList.d.ts +27 -0
  271. package/commands/Companies/Requests/PayCompanyResellerDelete.d.ts +9 -0
  272. package/commands/Companies/Requests/PayCompanyResellerGet.d.ts +15 -0
  273. package/commands/Companies/Requests/PayCompanyResellerList.d.ts +27 -0
  274. package/commands/Companies/Requests/PayCompanyResellerMerge.d.ts +20 -0
  275. package/commands/Companies/Requests/PayCompanyResellerRestore.d.ts +9 -0
  276. package/commands/Companies/Requests/PayCompanyRestore.d.ts +9 -0
  277. package/commands/Companies/Requests/PayCompanyStyleGet.d.ts +15 -0
  278. package/commands/Companies/Requests/PayCompanyStyleList.d.ts +27 -0
  279. package/commands/Companies/Requests/PayCompanyStylesGet.d.ts +15 -0
  280. package/commands/Companies/Requests/PayCompanyStylesList.d.ts +27 -0
  281. package/commands/Companies/Responses/RepCompanyBatchDelete.d.ts +14 -0
  282. package/commands/Companies/Responses/RepCompanyBatchMerge.d.ts +13 -0
  283. package/commands/Companies/Responses/RepCompanyDelete.d.ts +14 -0
  284. package/commands/Companies/Responses/RepCompanyDirectoryGet.d.ts +14 -0
  285. package/commands/Companies/Responses/RepCompanyDirectoryList.d.ts +25 -0
  286. package/commands/Companies/Responses/RepCompanyGeneralGet.d.ts +14 -0
  287. package/commands/Companies/Responses/RepCompanyGeneralList.d.ts +25 -0
  288. package/commands/Companies/Responses/RepCompanyGet.d.ts +13 -0
  289. package/commands/Companies/Responses/RepCompanyList.d.ts +6 -0
  290. package/commands/Companies/Responses/RepCompanyMerge.d.ts +13 -0
  291. package/commands/Companies/Responses/RepCompanyPoliciesGet.d.ts +12 -0
  292. package/commands/Companies/Responses/RepCompanyPoliciesList.d.ts +23 -0
  293. package/commands/Companies/Responses/RepCompanyPolicyGet.d.ts +14 -0
  294. package/commands/Companies/Responses/RepCompanyPolicyList.d.ts +25 -0
  295. package/commands/Companies/Responses/RepCompanyResellerDelete.d.ts +13 -0
  296. package/commands/Companies/Responses/RepCompanyResellerGet.d.ts +14 -0
  297. package/commands/Companies/Responses/RepCompanyResellerList.d.ts +25 -0
  298. package/commands/Companies/Responses/RepCompanyResellerMerge.d.ts +13 -0
  299. package/commands/Companies/Responses/RepCompanyStyleGet.d.ts +14 -0
  300. package/commands/Companies/Responses/RepCompanyStyleList.d.ts +25 -0
  301. package/commands/Companies/Responses/RepCompanyStylesGet.d.ts +12 -0
  302. package/commands/Companies/Responses/RepCompanyStylesList.d.ts +23 -0
  303. package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +23 -0
  304. package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +26 -0
  305. package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +58 -0
  306. package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +27 -0
  307. package/commands/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +43 -0
  308. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +33 -0
  309. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +15 -0
  310. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +15 -0
  311. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +15 -0
  312. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +15 -0
  313. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +20 -0
  314. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +21 -0
  315. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +9 -0
  316. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +15 -0
  317. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +102 -0
  318. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +20 -0
  319. package/commands/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +9 -0
  320. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +14 -0
  321. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +13 -0
  322. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +14 -0
  323. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +13 -0
  324. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +88 -0
  325. package/commands/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +13 -0
  326. package/commands/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +71 -0
  327. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +18 -0
  328. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +15 -0
  329. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +15 -0
  330. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +9 -0
  331. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +15 -0
  332. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +68 -0
  333. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +20 -0
  334. package/commands/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +9 -0
  335. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +14 -0
  336. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +13 -0
  337. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +14 -0
  338. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +13 -0
  339. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +63 -0
  340. package/commands/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +13 -0
  341. package/commands/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +36 -0
  342. package/commands/Hosting/Documents/Requests/PayDocument.d.ts +18 -0
  343. package/commands/Hosting/Documents/Requests/PayDocumentBatchDelete.d.ts +15 -0
  344. package/commands/Hosting/Documents/Requests/PayDocumentBatchMerge.d.ts +15 -0
  345. package/commands/Hosting/Documents/Requests/PayDocumentDelete.d.ts +9 -0
  346. package/commands/Hosting/Documents/Requests/PayDocumentGet.d.ts +15 -0
  347. package/commands/Hosting/Documents/Requests/PayDocumentList.d.ts +27 -0
  348. package/commands/Hosting/Documents/Requests/PayDocumentMerge.d.ts +20 -0
  349. package/commands/Hosting/Documents/Requests/PayDocumentRestore.d.ts +9 -0
  350. package/commands/Hosting/Documents/Responses/RepDocumentBatchDelete.d.ts +14 -0
  351. package/commands/Hosting/Documents/Responses/RepDocumentBatchMerge.d.ts +13 -0
  352. package/commands/Hosting/Documents/Responses/RepDocumentDelete.d.ts +14 -0
  353. package/commands/Hosting/Documents/Responses/RepDocumentGet.d.ts +13 -0
  354. package/commands/Hosting/Documents/Responses/RepDocumentList.d.ts +25 -0
  355. package/commands/Hosting/Documents/Responses/RepDocumentMerge.d.ts +13 -0
  356. package/commands/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +46 -0
  357. package/commands/Hosting/FormResults/Requests/PayFormResult.d.ts +18 -0
  358. package/commands/Hosting/FormResults/Requests/PayFormResultBatchDelete.d.ts +15 -0
  359. package/commands/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +15 -0
  360. package/commands/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +9 -0
  361. package/commands/Hosting/FormResults/Requests/PayFormResultGet.d.ts +15 -0
  362. package/commands/Hosting/FormResults/Requests/PayFormResultList.d.ts +27 -0
  363. package/commands/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +20 -0
  364. package/commands/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +9 -0
  365. package/commands/Hosting/FormResults/Responses/RepFormResultBatchDelete.d.ts +14 -0
  366. package/commands/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +13 -0
  367. package/commands/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +14 -0
  368. package/commands/Hosting/FormResults/Responses/RepFormResultGet.d.ts +14 -0
  369. package/commands/Hosting/FormResults/Responses/RepFormResultList.d.ts +25 -0
  370. package/commands/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +13 -0
  371. package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +77 -0
  372. package/commands/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +19 -0
  373. package/commands/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +18 -0
  374. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +15 -0
  375. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +15 -0
  376. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +9 -0
  377. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +15 -0
  378. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +27 -0
  379. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +20 -0
  380. package/commands/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +9 -0
  381. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +14 -0
  382. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +14 -0
  383. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +15 -0
  384. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +13 -0
  385. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +25 -0
  386. package/commands/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +13 -0
  387. package/commands/Images/Dashcams/Requests/PayDashcam.d.ts +18 -0
  388. package/commands/Images/Dashcams/Requests/PayDashcamGet.d.ts +15 -0
  389. package/commands/Images/Dashcams/Requests/PayDashcamList.d.ts +103 -0
  390. package/commands/Images/Dashcams/Responses/RepDashcamGet.d.ts +13 -0
  391. package/commands/Images/Dashcams/Responses/RepDashcamList.d.ts +89 -0
  392. package/commands/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +33 -0
  393. package/commands/Images/Icons/Requests/PayIcon.d.ts +18 -0
  394. package/commands/Images/Icons/Requests/PayIconBatchDelete.d.ts +15 -0
  395. package/commands/Images/Icons/Requests/PayIconBatchMerge.d.ts +15 -0
  396. package/commands/Images/Icons/Requests/PayIconDelete.d.ts +9 -0
  397. package/commands/Images/Icons/Requests/PayIconGet.d.ts +15 -0
  398. package/commands/Images/Icons/Requests/PayIconList.d.ts +27 -0
  399. package/commands/Images/Icons/Requests/PayIconMerge.d.ts +20 -0
  400. package/commands/Images/Icons/Requests/PayIconRestore.d.ts +9 -0
  401. package/commands/Images/Icons/Responses/RepIconBatchDelete.d.ts +14 -0
  402. package/commands/Images/Icons/Responses/RepIconBatchMerge.d.ts +13 -0
  403. package/commands/Images/Icons/Responses/RepIconDelete.d.ts +14 -0
  404. package/commands/Images/Icons/Responses/RepIconGet.d.ts +14 -0
  405. package/commands/Images/Icons/Responses/RepIconList.d.ts +25 -0
  406. package/commands/Images/Icons/Responses/RepIconMerge.d.ts +13 -0
  407. package/commands/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +29 -0
  408. package/commands/Images/Pictures/Requests/PayPicture.d.ts +18 -0
  409. package/commands/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +15 -0
  410. package/commands/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +15 -0
  411. package/commands/Images/Pictures/Requests/PayPictureDelete.d.ts +9 -0
  412. package/commands/Images/Pictures/Requests/PayPictureGet.d.ts +15 -0
  413. package/commands/Images/Pictures/Requests/PayPictureList.d.ts +27 -0
  414. package/commands/Images/Pictures/Requests/PayPictureMerge.d.ts +20 -0
  415. package/commands/Images/Pictures/Requests/PayPictureRestore.d.ts +9 -0
  416. package/commands/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +14 -0
  417. package/commands/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +13 -0
  418. package/commands/Images/Pictures/Responses/RepPictureDelete.d.ts +14 -0
  419. package/commands/Images/Pictures/Responses/RepPictureGet.d.ts +13 -0
  420. package/commands/Images/Pictures/Responses/RepPictureList.d.ts +25 -0
  421. package/commands/Images/Pictures/Responses/RepPictureMerge.d.ts +13 -0
  422. package/commands/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +32 -0
  423. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +18 -0
  424. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +15 -0
  425. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +15 -0
  426. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +9 -0
  427. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +15 -0
  428. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +27 -0
  429. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +20 -0
  430. package/commands/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +9 -0
  431. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +14 -0
  432. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +14 -0
  433. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +15 -0
  434. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +13 -0
  435. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +25 -0
  436. package/commands/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +13 -0
  437. package/commands/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +41 -0
  438. package/commands/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +18 -0
  439. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +15 -0
  440. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +15 -0
  441. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +9 -0
  442. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +15 -0
  443. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +27 -0
  444. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +20 -0
  445. package/commands/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +9 -0
  446. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +14 -0
  447. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +13 -0
  448. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +14 -0
  449. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +13 -0
  450. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +25 -0
  451. package/commands/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +13 -0
  452. package/commands/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +21 -0
  453. package/commands/Messaging/Requests/PayAssetMessage.d.ts +18 -0
  454. package/commands/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +15 -0
  455. package/commands/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +15 -0
  456. package/commands/Messaging/Requests/PayAssetMessageDelete.d.ts +9 -0
  457. package/commands/Messaging/Requests/PayAssetMessageGet.d.ts +15 -0
  458. package/commands/Messaging/Requests/PayAssetMessageList.d.ts +39 -0
  459. package/commands/Messaging/Requests/PayAssetMessageMerge.d.ts +20 -0
  460. package/commands/Messaging/Requests/PayAssetMessageRestore.d.ts +9 -0
  461. package/commands/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +14 -0
  462. package/commands/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +13 -0
  463. package/commands/Messaging/Responses/RepAssetMessageDelete.d.ts +15 -0
  464. package/commands/Messaging/Responses/RepAssetMessageGet.d.ts +14 -0
  465. package/commands/Messaging/Responses/RepAssetMessageList.d.ts +38 -0
  466. package/commands/Messaging/Responses/RepAssetMessageMerge.d.ts +13 -0
  467. package/commands/Places/Requests/Parameters/ParamPlaceMerge.d.ts +25 -0
  468. package/commands/Places/Requests/PayPlace.d.ts +18 -0
  469. package/commands/Places/Requests/PayPlaceBatchDelete.d.ts +15 -0
  470. package/commands/Places/Requests/PayPlaceBatchMerge.d.ts +15 -0
  471. package/commands/Places/Requests/PayPlaceDelete.d.ts +9 -0
  472. package/commands/Places/Requests/PayPlaceGet.d.ts +15 -0
  473. package/commands/Places/Requests/PayPlaceList.d.ts +27 -0
  474. package/commands/Places/Requests/PayPlaceMerge.d.ts +20 -0
  475. package/commands/Places/Requests/PayPlaceRestore.d.ts +9 -0
  476. package/commands/Places/Responses/RepPlaceBatchDelete.d.ts +15 -0
  477. package/commands/Places/Responses/RepPlaceBatchMerge.d.ts +14 -0
  478. package/commands/Places/Responses/RepPlaceDelete.d.ts +15 -0
  479. package/commands/Places/Responses/RepPlaceGet.d.ts +13 -0
  480. package/commands/Places/Responses/RepPlaceList.d.ts +25 -0
  481. package/commands/Places/Responses/RepPlaceMerge.d.ts +13 -0
  482. package/commands/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +24 -0
  483. package/commands/Providers/Configs/Requests/PayProviderConfig.d.ts +18 -0
  484. package/commands/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +15 -0
  485. package/commands/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +15 -0
  486. package/commands/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +9 -0
  487. package/commands/Providers/Configs/Requests/PayProviderConfigGet.d.ts +15 -0
  488. package/commands/Providers/Configs/Requests/PayProviderConfigList.d.ts +38 -0
  489. package/commands/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +20 -0
  490. package/commands/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +9 -0
  491. package/commands/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +14 -0
  492. package/commands/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +13 -0
  493. package/commands/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +14 -0
  494. package/commands/Providers/Configs/Responses/RepProviderConfigGet.d.ts +13 -0
  495. package/commands/Providers/Configs/Responses/RepProviderConfigList.d.ts +36 -0
  496. package/commands/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +13 -0
  497. package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +18 -0
  498. package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +15 -0
  499. package/commands/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +27 -0
  500. package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +13 -0
  501. package/commands/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +25 -0
  502. package/commands/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +24 -0
  503. package/commands/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +18 -0
  504. package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +15 -0
  505. package/commands/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +15 -0
  506. package/commands/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +9 -0
  507. package/commands/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +15 -0
  508. package/commands/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +27 -0
  509. package/commands/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +20 -0
  510. package/commands/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +9 -0
  511. package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +14 -0
  512. package/commands/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +13 -0
  513. package/commands/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +14 -0
  514. package/commands/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +13 -0
  515. package/commands/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +25 -0
  516. package/commands/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +13 -0
  517. package/commands/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +32 -0
  518. package/commands/Providers/Providers/Requests/PayProvider.d.ts +18 -0
  519. package/commands/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +15 -0
  520. package/commands/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +43 -0
  521. package/commands/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +15 -0
  522. package/commands/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +15 -0
  523. package/commands/Providers/Providers/Requests/PayProviderControlGet.d.ts +15 -0
  524. package/commands/Providers/Providers/Requests/PayProviderControlList.d.ts +43 -0
  525. package/commands/Providers/Providers/Requests/PayProviderDelete.d.ts +9 -0
  526. package/commands/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +15 -0
  527. package/commands/Providers/Providers/Requests/PayProviderGeneralList.d.ts +43 -0
  528. package/commands/Providers/Providers/Requests/PayProviderGet.d.ts +15 -0
  529. package/commands/Providers/Providers/Requests/PayProviderList.d.ts +42 -0
  530. package/commands/Providers/Providers/Requests/PayProviderMerge.d.ts +20 -0
  531. package/commands/Providers/Providers/Requests/PayProviderRestore.d.ts +9 -0
  532. package/commands/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +14 -0
  533. package/commands/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +36 -0
  534. package/commands/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +14 -0
  535. package/commands/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +14 -0
  536. package/commands/Providers/Providers/Responses/RepProviderControlGet.d.ts +14 -0
  537. package/commands/Providers/Providers/Responses/RepProviderControlList.d.ts +36 -0
  538. package/commands/Providers/Providers/Responses/RepProviderDelete.d.ts +14 -0
  539. package/commands/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +14 -0
  540. package/commands/Providers/Providers/Responses/RepProviderGeneralList.d.ts +36 -0
  541. package/commands/Providers/Providers/Responses/RepProviderGet.d.ts +14 -0
  542. package/commands/Providers/Providers/Responses/RepProviderList.d.ts +36 -0
  543. package/commands/Providers/Providers/Responses/RepProviderMerge.d.ts +13 -0
  544. package/commands/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +18 -0
  545. package/commands/Providers/Registrations/Requests/PayProviderRegistration.d.ts +18 -0
  546. package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchDelete.d.ts +15 -0
  547. package/commands/Providers/Registrations/Requests/PayProviderRegistrationBatchMerge.d.ts +15 -0
  548. package/commands/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +9 -0
  549. package/commands/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +15 -0
  550. package/commands/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +27 -0
  551. package/commands/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +15 -0
  552. package/commands/Providers/Registrations/Requests/PayProviderRegistrationRestore.d.ts +9 -0
  553. package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchDelete.d.ts +14 -0
  554. package/commands/Providers/Registrations/Responses/RepProviderRegistrationBatchMerge.d.ts +14 -0
  555. package/commands/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +14 -0
  556. package/commands/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +14 -0
  557. package/commands/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +25 -0
  558. package/commands/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +13 -0
  559. package/commands/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +20 -0
  560. package/commands/Providers/Scripts/Requests/PayProviderScript.d.ts +18 -0
  561. package/commands/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +15 -0
  562. package/commands/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +15 -0
  563. package/commands/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +9 -0
  564. package/commands/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +15 -0
  565. package/commands/Providers/Scripts/Requests/PayProviderScriptList.d.ts +27 -0
  566. package/commands/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +20 -0
  567. package/commands/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +9 -0
  568. package/commands/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +14 -0
  569. package/commands/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +13 -0
  570. package/commands/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +15 -0
  571. package/commands/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +13 -0
  572. package/commands/Providers/Scripts/Responses/RepProviderScriptList.d.ts +25 -0
  573. package/commands/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +14 -0
  574. package/commands/Reports/Parameters/ParamReportOptions.d.ts +22 -0
  575. package/commands/Reports/Parameters/ParamReportScorecardRules.d.ts +11 -0
  576. package/commands/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +20 -0
  577. package/commands/Reports/Results/Requests/PayReportResult.d.ts +18 -0
  578. package/commands/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +15 -0
  579. package/commands/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +15 -0
  580. package/commands/Reports/Results/Requests/PayReportResultDelete.d.ts +9 -0
  581. package/commands/Reports/Results/Requests/PayReportResultGet.d.ts +15 -0
  582. package/commands/Reports/Results/Requests/PayReportResultList.d.ts +27 -0
  583. package/commands/Reports/Results/Requests/PayReportResultMerge.d.ts +20 -0
  584. package/commands/Reports/Results/Requests/PayReportResultRestore.d.ts +9 -0
  585. package/commands/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +14 -0
  586. package/commands/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +13 -0
  587. package/commands/Reports/Results/Responses/RepReportResultDelete.d.ts +14 -0
  588. package/commands/Reports/Results/Responses/RepReportResultGet.d.ts +13 -0
  589. package/commands/Reports/Results/Responses/RepReportResultList.d.ts +25 -0
  590. package/commands/Reports/Results/Responses/RepReportResultMerge.d.ts +13 -0
  591. package/commands/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +17 -0
  592. package/commands/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +20 -0
  593. package/commands/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +21 -0
  594. package/commands/Reports/Schedules/Requests/PayReportSchedule.d.ts +18 -0
  595. package/commands/Reports/Schedules/Requests/PayReportScheduleBatchDelete.d.ts +15 -0
  596. package/commands/Reports/Schedules/Requests/PayReportScheduleBatchMerge.d.ts +15 -0
  597. package/commands/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +9 -0
  598. package/commands/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +15 -0
  599. package/commands/Reports/Schedules/Requests/PayReportScheduleList.d.ts +27 -0
  600. package/commands/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +20 -0
  601. package/commands/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +9 -0
  602. package/commands/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +14 -0
  603. package/commands/Reports/Schedules/Responses/RepReportScheduleBatchMerge.d.ts +13 -0
  604. package/commands/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +14 -0
  605. package/commands/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +13 -0
  606. package/commands/Reports/Schedules/Responses/RepReportScheduleList.d.ts +25 -0
  607. package/commands/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +13 -0
  608. package/commands/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +19 -0
  609. package/commands/Reports/Templates/Requests/PayReportTemplate.d.ts +18 -0
  610. package/commands/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +15 -0
  611. package/commands/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +15 -0
  612. package/commands/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +9 -0
  613. package/commands/Reports/Templates/Requests/PayReportTemplateGet.d.ts +15 -0
  614. package/commands/Reports/Templates/Requests/PayReportTemplateList.d.ts +27 -0
  615. package/commands/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +20 -0
  616. package/commands/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +9 -0
  617. package/commands/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +14 -0
  618. package/commands/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +13 -0
  619. package/commands/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +14 -0
  620. package/commands/Reports/Templates/Responses/RepReportTemplateGet.d.ts +13 -0
  621. package/commands/Reports/Templates/Responses/RepReportTemplateList.d.ts +25 -0
  622. package/commands/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +13 -0
  623. package/commands/WebSocket/Requests/Parameters/SubscriptionType.d.ts +212 -0
  624. package/commands/WebSocket/Requests/PaySubscriptionDelete.d.ts +10 -0
  625. package/commands/WebSocket/Requests/PaySubscriptionList.d.ts +10 -0
  626. package/commands/WebSocket/Requests/PaySubscriptionMerge.d.ts +23 -0
  627. package/commands/WebSocket/Responses/Content/Subscription.d.ts +17 -0
  628. package/commands/WebSocket/Responses/RepSubscription.d.ts +29 -0
  629. package/commands/WebSocket/Responses/RepSubscriptionList.d.ts +13 -0
  630. package/index.d.ts +596 -0
  631. package/package.json +34 -0
  632. package/tests/hello.test.d.ts +1 -0
  633. package/trakit-commands.min.js +7 -0
  634. package/vitest.config.d.ts +2 -0
@@ -0,0 +1,20 @@
1
+ import { LatLng } from "@trakit/objects";
2
+ /**
3
+ * Our implementation to encode a polyline using Google's Encoded Polyline algorithm.
4
+ * This version allows you to change the precision of the encoding.
5
+ * We use 6 decimal places by default. Google uses 5.
6
+ * https://developers.google.com/maps/documentation/utilities/polylinealgorithm
7
+ * @param route The array of coordinates representing a path.
8
+ * @param precision Optional number of decimal places to use to calculate the results. Default is 5.
9
+ * @returns
10
+ */
11
+ export declare function ROUTE_ENCODE(route: LatLng[], precision?: number): string;
12
+ /**
13
+ * Our implementation to decode a polyline using Google's Encoded Polyline algorithm.
14
+ * This version allows you to change the precision of the encoding.
15
+ * We use 6 decimal places by default. Google uses 5.
16
+ * @param encodedPoints
17
+ * @param precision
18
+ * @returns
19
+ */
20
+ export declare function ROUTE_DECODE(route: string, precision?: number): LatLng[];
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Interface for requests that can include deleted objects.
3
+ **/
4
+ export interface IPayDeletable {
5
+ /**
6
+ * When true, the command will also return deleted objects.
7
+ **/
8
+ includeDeleted: boolean;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { ParamId } from "./Parameters/ParamId";
2
+ /**
3
+ *
4
+ **/
5
+ export interface IPayListByAsset {
6
+ /**
7
+ * The asset to filter the list by.
8
+ **/
9
+ asset: ParamId;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { ParamId } from "./Parameters/ParamId";
2
+ /**
3
+ * Interface for requests on a list of objects by billing profile.
4
+ **/
5
+ export interface IPayListByBillingProfile {
6
+ /**
7
+ * The billing profile to filter the list by.
8
+ **/
9
+ billingProfile: ParamId;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { ParamId } from "./Parameters/ParamId";
2
+ /**
3
+ * Interface for requests that filter lists by company.
4
+ **/
5
+ export interface IPayListByCompany {
6
+ /**
7
+ * The company to filter the list by.
8
+ **/
9
+ company: ParamId;
10
+ }
@@ -0,0 +1,10 @@
1
+ import { codified } from "@trakit/objects";
2
+ /**
3
+ * Interface for requests on a list of objects by labels.
4
+ **/
5
+ export interface IPayListByLabels {
6
+ /**
7
+ * The labels to filter the list by.
8
+ **/
9
+ labels: codified[];
10
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Interface for requests on a list of objects by references.
3
+ **/
4
+ export interface IPayListByReferences {
5
+ /**
6
+ * The references to filter the list by.
7
+ **/
8
+ references: Map<string, string>;
9
+ }
@@ -0,0 +1,10 @@
1
+ import { ParamLogin } from "./Parameters/ParamLogin";
2
+ /**
3
+ * Interface for requests on a list of objects by user.
4
+ **/
5
+ export interface IPayListByUser {
6
+ /**
7
+ * The user to filter the list by.
8
+ **/
9
+ user: ParamLogin;
10
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Interface for requests on a single object.
3
+ **/
4
+ export interface IPaySingle {
5
+ /**
6
+ * The key of the object to retrieve.
7
+ **/
8
+ getKey(): string;
9
+ }
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Interface for requests on objects that can be suspended.
3
+ **/
4
+ export interface IPaySuspendable {
5
+ /**
6
+ * When true, the command will also return suspended objects.
7
+ **/
8
+ includeSuspended: boolean;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { ParamId } from "./ParamId";
2
+ /**
3
+ * An interface that when implemented can be used with validator.byAsset.
4
+ * <category>Assets</category>
5
+ **/
6
+ export interface IParamAsset {
7
+ asset: ParamId;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { ParamId } from "./ParamId";
2
+ /**
3
+ * An interface that when implemented can be used with validator.byBillingProfile.
4
+ * <category>Billing</category>
5
+ **/
6
+ export interface IParamBillingProfile {
7
+ billingProfile: ParamId;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { ParamId } from "./ParamId";
2
+ /**
3
+ * An interface that when implemented can be used with validator.byCompany.
4
+ * <category>Companies</category>
5
+ **/
6
+ export interface IParamCompany {
7
+ company: ParamId;
8
+ }
@@ -0,0 +1,12 @@
1
+ import { JsonObject } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the "code" identifying a resource.
4
+ **/
5
+ export declare class ParamCode {
6
+ /**
7
+ * A "code" identifying a resource.
8
+ * <override required="always" />
9
+ **/
10
+ code: string;
11
+ constructor(json?: JsonObject);
12
+ }
@@ -0,0 +1,11 @@
1
+ import { guid, JsonObject } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the guid identifying a resource.
4
+ **/
5
+ export declare class ParamGuid {
6
+ /**
7
+ * The global unique identifier.
8
+ **/
9
+ guid: guid;
10
+ constructor(json?: JsonObject);
11
+ }
@@ -0,0 +1,11 @@
1
+ import { JsonObject, ulong } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the id of the object requested.
4
+ **/
5
+ export declare class ParamId {
6
+ /**
7
+ * Identifier given as input for the command.
8
+ **/
9
+ id: ulong;
10
+ constructor(json?: JsonObject);
11
+ }
@@ -0,0 +1,11 @@
1
+ import { JsonObject } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the string identifying a {@link Provider}.
4
+ **/
5
+ export declare class ParamIdentifier {
6
+ /**
7
+ * The {@link Provider}'s identifier.
8
+ **/
9
+ id: string;
10
+ constructor(json?: JsonObject);
11
+ }
@@ -0,0 +1,12 @@
1
+ import { int, JsonObject } from "@trakit/objects";
2
+ import { ParamIdentifier } from "./ParamIdentifier";
3
+ /**
4
+ * A container class used to house the string identifying a {@link Provider}.
5
+ **/
6
+ export declare class ParamIdentifierVersion extends ParamIdentifier {
7
+ /**
8
+ * Requested version key(s).
9
+ **/
10
+ v: int[];
11
+ constructor(json?: JsonObject);
12
+ }
@@ -0,0 +1,11 @@
1
+ import { JsonObject } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the key identifying a {@link Machine}.
4
+ **/
5
+ export declare class ParamKey {
6
+ /**
7
+ * The {@link Machine}'s login.
8
+ **/
9
+ key: string;
10
+ constructor(json?: JsonObject);
11
+ }
@@ -0,0 +1,12 @@
1
+ import { email, JsonObject } from "@trakit/objects";
2
+ /**
3
+ * A container class used to house the login identifying a {@link User}.
4
+ * Used specifically to get session details.
5
+ **/
6
+ export declare class ParamLogin {
7
+ /**
8
+ * The {@link User}'s login.
9
+ **/
10
+ login: email;
11
+ constructor(json?: JsonObject);
12
+ }
@@ -0,0 +1,10 @@
1
+ /**
2
+ * An abstract meant to help with validating "merge" operations.
3
+ * This class is the beginning of the chain for all {@link Payload} contents.
4
+ */
5
+ export declare abstract class ParamMerge {
6
+ /**
7
+ * Converts the object to JSON.
8
+ */
9
+ abstract toJSON(): any;
10
+ }
@@ -0,0 +1,12 @@
1
+ import { int, JsonObject } from "@trakit/objects";
2
+ import { ParamMerge } from "./ParamMerge";
3
+ /**
4
+ * An abstract meant to help with validating "merge" operations.
5
+ **/
6
+ export declare abstract class ParamMergeSubscribable extends ParamMerge {
7
+ /**
8
+ * The version keys used to validate synchronization.
9
+ **/
10
+ v: int[];
11
+ constructor(json?: JsonObject);
12
+ }
@@ -0,0 +1,14 @@
1
+ import { JsonObject, ulong } from '@trakit/objects';
2
+ import { Payload } from './Payload';
3
+ /**
4
+ *
5
+ */
6
+ export declare abstract class PayListBy extends Payload {
7
+ /**
8
+ * The maximum number of items to return.
9
+ * If not specified, the server will return all.
10
+ **/
11
+ limit?: ulong;
12
+ constructor(json?: JsonObject);
13
+ toJSON(): JsonObject;
14
+ }
@@ -0,0 +1,17 @@
1
+ import { JsonObject, nothing } from "@trakit/objects";
2
+ import { PayListBy } from "./PayListBy";
3
+ /**
4
+ * Interface for requests that filter by date.
5
+ **/
6
+ export declare abstract class PayListByDate extends PayListBy {
7
+ /**
8
+ * The start date for the filter.
9
+ **/
10
+ after: Date | nothing;
11
+ /**
12
+ * The end date for the filter.
13
+ **/
14
+ before: Date | nothing;
15
+ constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { PayListBy } from "./PayListBy";
3
+ /**
4
+ * For commands that list objects by an ulong value.
5
+ */
6
+ export declare abstract class PayListById extends PayListBy {
7
+ /**
8
+ * The lowest ID in the range.
9
+ **/
10
+ lowest: ulong | nothing;
11
+ /**
12
+ * The highest ID in the range.
13
+ **/
14
+ highest: ulong | nothing;
15
+ constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { JsonObject, nothing } from "@trakit/objects";
2
+ import { PayListBy } from "./PayListBy";
3
+ /**
4
+ * Interface for requests on a list of objects by key.
5
+ **/
6
+ export declare abstract class PayListByKey extends PayListBy {
7
+ /**
8
+ * The first key to filter the list by.
9
+ **/
10
+ first: string | nothing;
11
+ /**
12
+ * The last key to filter the list by.
13
+ **/
14
+ last: string | nothing;
15
+ constructor(json?: JsonObject);
16
+ toJSON(): JsonObject;
17
+ }
@@ -0,0 +1,44 @@
1
+ import { int, JsonObject, nothing } from '@trakit/objects';
2
+ import { Reply } from '../Responses/Reply';
3
+ export type ActionType = "Get" | "List" | "Merge" | "Delete" | "Restore" | "Suspend" | "Reactivate";
4
+ /**
5
+ * Base class for all command parameters.
6
+ * All command parameter classes use this as the base.
7
+ * <remarks>
8
+ * This class exists solely to create an inheritance chain.
9
+ * Child classes should contain members required to execute a command.
10
+ * </remarks>
11
+ **/
12
+ export declare abstract class Payload {
13
+ /**
14
+ * Identifier used by external system to correlate requests to responses.
15
+ */
16
+ reqId: int | nothing;
17
+ constructor(json?: JsonObject);
18
+ /**
19
+ * Splits this class' name into parts helpful to breaking down how the command request should be sent.
20
+ * The returned array contains:
21
+ * - [0]: The action being performed (ie: `Get`, `List`, `Merge`, `Delete`, etc.)
22
+ * - [1]: Name of the object being acted upon (ie: `Asset`, `ProviderGeneral`, `User`, etc.)
23
+ * - [2]: The filter type, if any (ie: `Asset`, `Company`, `CompanyAndLabels`, etc.). This will be an empty string if no filter is used.
24
+ * - [3]: True if this will be a batch operation, or false otherwise.
25
+ */
26
+ getAction(): {
27
+ kind: ActionType;
28
+ object: string;
29
+ filter: string;
30
+ batch: boolean;
31
+ };
32
+ /**
33
+ * Creates a reply object from the given JSON data.
34
+ * Each Payload will have a corresponding Reply type.
35
+ * @param json
36
+ * @returns
37
+ */
38
+ abstract createReply(json: JsonObject): Reply;
39
+ /**
40
+ * Payloads are serialized conditionally before being sent to the server.
41
+ * @returns
42
+ */
43
+ toJSON(): JsonObject;
44
+ }
@@ -0,0 +1,17 @@
1
+ import { JsonObject, nothing } from "@trakit/objects";
2
+ /**
3
+ * A container for the id of the {@link ProviderRegistration} requested/created.
4
+ **/
5
+ export declare class ContentCode {
6
+ /**
7
+ * Creates a {@link ContentCode} from a JSON object.
8
+ * @param json - JSON object to create the {@link ContentCode} from.
9
+ * @returns A {@link ContentCode} instance or nothing.
10
+ */
11
+ static fromJSON(json: JsonObject): ContentCode | nothing;
12
+ /**
13
+ * Identifier given as input for the command.
14
+ **/
15
+ code: string;
16
+ constructor(json: JsonObject);
17
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentCode } from "./ContentCode";
3
+ /**
4
+ * A container for the id and owning {@link Company} of the {@link ProviderRegistration} requested/created.
5
+ **/
6
+ export declare class ContentCodeCompany extends ContentCode {
7
+ /**
8
+ * Creates a {@link ContentCodeCompany} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentCodeCompany} from.
10
+ * @returns A {@link ContentCodeCompany} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentCodeCompany | nothing;
13
+ /**
14
+ * Identifier of the {@link Company} to which this object belongs.
15
+ **/
16
+ company: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,19 @@
1
+ import { JsonObject, nothing } from "@trakit/objects";
2
+ import { ContentCodeCompany } from "./ContentCodeCompany";
3
+ /**
4
+ * A container for the id of the {@link ProviderRegistration} requested/created.
5
+ * For delete/restore commands, this contains the {@link ProviderRegistration.code}, owning {@link Company.id}, and deleted state.
6
+ **/
7
+ export declare class ContentCodeDeleted extends ContentCodeCompany {
8
+ /**
9
+ * Creates a {@link ContentCodeDeleted} from a JSON object.
10
+ * @param json - JSON object to create the {@link ContentCodeDeleted} from.
11
+ * @returns A {@link ContentCodeDeleted} instance or nothing.
12
+ */
13
+ static fromJSON(json: JsonObject): ContentCodeDeleted | nothing;
14
+ /**
15
+ * Flag showing if the object is deleted.
16
+ **/
17
+ deleted: boolean;
18
+ constructor(json: JsonObject);
19
+ }
@@ -0,0 +1,17 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ /**
3
+ * A container for the id of the object requested.
4
+ **/
5
+ export declare class ContentId {
6
+ /**
7
+ * Creates a {@link ContentId} from a JSON object.
8
+ * @param json - JSON object to create the {@link ContentId} from.
9
+ * @returns A {@link ContentId} instance or nothing.
10
+ */
11
+ static fromJSON(json: JsonObject): ContentId | nothing;
12
+ /**
13
+ * Identifier given as input for the command.
14
+ **/
15
+ id: ulong | nothing;
16
+ constructor(json: JsonObject);
17
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * A container for the id, owning {@link Asset.id}, and owning {@link Company.id} of the object requested/created.
5
+ **/
6
+ export declare class ContentIdAsset extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdAsset} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdAsset} from.
10
+ * @returns A {@link ContentIdAsset} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdAsset | nothing;
13
+ /**
14
+ * Identifier of the {@link Asset} to which this object belongs
15
+ **/
16
+ asset: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * A container for the id, {@link BillingProfile.id}, and owning {@link Company.id} of the billing object requested/created.
5
+ **/
6
+ export declare class ContentIdBillingProfile extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdBillingProfile} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdBillingProfile} from.
10
+ * @returns A {@link ContentIdBillingProfile} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdBillingProfile | nothing;
13
+ /**
14
+ * Identifier of the {@link BillingProfile} to which this object belongs
15
+ **/
16
+ profile: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentId } from "./ContentId";
3
+ /**
4
+ * A container for the id and owning {@link Company.id} of the object requested/created.
5
+ **/
6
+ export declare class ContentIdCompany extends ContentId {
7
+ /**
8
+ * Creates a {@link ContentIdCompany} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdCompany} from.
10
+ * @returns A {@link ContentIdCompany} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdCompany | nothing;
13
+ /**
14
+ * Identifier of the {@link Company} to which this object belongs.
15
+ **/
16
+ company: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * A container for the id, owning {@link ReportTemplate} id, and owning {@link Company.id} of the report object requested/created.
5
+ **/
6
+ export declare class ContentIdCompanyTemplate extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdCompanyTemplate} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdCompanyTemplate} from.
10
+ * @returns A {@link ContentIdCompanyTemplate} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdCompanyTemplate | nothing;
13
+ /**
14
+ * Identifier of the template to which this object belongs.
15
+ **/
16
+ template: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,22 @@
1
+ import { JsonObject, nothing, uint } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * For delete/restore commands, this contains the id, version keys, owning {@link Company.id}, and deleted state.
5
+ **/
6
+ export declare class ContentIdDeleted extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdDeleted} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdDeleted} from.
10
+ * @returns A {@link ContentIdDeleted} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdDeleted | nothing;
13
+ /**
14
+ * Flag showing if the object is deleted.
15
+ **/
16
+ deleted: boolean;
17
+ /**
18
+ * Object version keys used to validate synchronization for all object properties.
19
+ **/
20
+ v: uint[];
21
+ constructor(json: JsonObject);
22
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentId } from "./ContentId";
3
+ /**
4
+ * A container for the id and the requested/created {@link Company.parent}.
5
+ **/
6
+ export declare class ContentIdParent extends ContentId {
7
+ /**
8
+ * Creates a {@link ContentIdParent} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdParent} from.
10
+ * @returns A {@link ContentIdParent} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdParent | nothing;
13
+ /**
14
+ * Identifier of the parent to which this company belongs
15
+ **/
16
+ parent: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject, nothing, ulong } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * A container for the id, script id, and owning {@link Company.id} of the object requested/created.
5
+ **/
6
+ export declare class ContentIdScript extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdScript} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdScript} from.
10
+ * @returns A {@link ContentIdScript} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdScript | nothing;
13
+ /**
14
+ * Identifier of the script to which this object belongs.
15
+ **/
16
+ script: ulong | nothing;
17
+ constructor(json: JsonObject);
18
+ }
@@ -0,0 +1,22 @@
1
+ import { JsonObject, nothing, uint } from "@trakit/objects";
2
+ import { ContentIdCompany } from "./ContentIdCompany";
3
+ /**
4
+ * For suspend/revive commands, this contains the id, version keys, owning {@link Company.id}, and suspended state.
5
+ **/
6
+ export declare class ContentIdSuspended extends ContentIdCompany {
7
+ /**
8
+ * Creates a {@link ContentIdSuspended} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentIdSuspended} from.
10
+ * @returns A {@link ContentIdSuspended} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdSuspended | nothing;
13
+ /**
14
+ * Flag showing if the object is suspended.
15
+ **/
16
+ suspended: boolean;
17
+ /**
18
+ * Object version keys used to validate synchronization for all object properties.
19
+ **/
20
+ v: uint[];
21
+ constructor(json: JsonObject);
22
+ }
@@ -0,0 +1,18 @@
1
+ import { JsonObject } from "@trakit/objects";
2
+ import { nothing } from "@trakit/objects";
3
+ /**
4
+ * A container for the id of the {@link Provider} requested/created.
5
+ **/
6
+ export declare class ContentIdendifier {
7
+ /**
8
+ * Creates a {@link ContentId} from a JSON object.
9
+ * @param json - JSON object to create the {@link ContentId} from.
10
+ * @returns A {@link ContentId} instance or nothing.
11
+ */
12
+ static fromJSON(json: JsonObject): ContentIdendifier | nothing;
13
+ /**
14
+ * Identifier given as input for the command.
15
+ **/
16
+ id: string;
17
+ constructor(json: JsonObject);
18
+ }