@trakit/commands 0.0.6 → 0.0.8

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 (1216) hide show
  1. package/API/Requests/IPayDeletable.d.ts +10 -0
  2. package/API/Requests/IPayListByAsset.d.ts +11 -0
  3. package/API/Requests/IPayListByBillingProfile.d.ts +11 -0
  4. package/API/Requests/IPayListByCompany.d.ts +11 -0
  5. package/API/Requests/IPayListByLabels.d.ts +11 -0
  6. package/API/Requests/IPayListByReferences.d.ts +10 -0
  7. package/API/Requests/IPayListByUser.d.ts +11 -0
  8. package/API/Requests/IPaySingle.d.ts +10 -0
  9. package/API/Requests/IPaySuspendable.d.ts +10 -0
  10. package/API/Requests/Parameters/IParamAsset.d.ts +9 -0
  11. package/API/Requests/Parameters/IParamBillingProfile.d.ts +9 -0
  12. package/API/Requests/Parameters/IParamCompany.d.ts +9 -0
  13. package/API/Requests/Parameters/ParamCode.d.ts +13 -0
  14. package/API/Requests/Parameters/ParamGuid.d.ts +12 -0
  15. package/API/Requests/Parameters/ParamId.d.ts +12 -0
  16. package/API/Requests/Parameters/ParamIdentifier.d.ts +12 -0
  17. package/API/Requests/Parameters/ParamKey.d.ts +12 -0
  18. package/API/Requests/Parameters/ParamLogin.d.ts +13 -0
  19. package/API/Requests/Parameters/ParamMerge.d.ts +11 -0
  20. package/API/Requests/Parameters/ParamMergeSubscribable.d.ts +13 -0
  21. package/API/Requests/PayListBy.d.ts +15 -0
  22. package/API/Requests/PayListByDate.d.ts +18 -0
  23. package/API/Requests/PayListById.d.ts +18 -0
  24. package/API/Requests/PayListByKey.d.ts +18 -0
  25. package/API/Requests/Payload.d.ts +45 -0
  26. package/API/Responses/Content/ContentCode.d.ts +21 -0
  27. package/API/Responses/Content/ContentCodeCompany.d.ts +24 -0
  28. package/API/Responses/Content/ContentCodeDeleted.d.ts +24 -0
  29. package/API/Responses/Content/ContentId.d.ts +21 -0
  30. package/API/Responses/Content/ContentIdAsset.d.ts +23 -0
  31. package/API/Responses/Content/ContentIdBillingProfile.d.ts +23 -0
  32. package/API/Responses/Content/ContentIdCompany.d.ts +24 -0
  33. package/API/Responses/Content/ContentIdCompanyTemplate.d.ts +23 -0
  34. package/API/Responses/Content/ContentIdDeleted.d.ts +28 -0
  35. package/API/Responses/Content/ContentIdParent.d.ts +24 -0
  36. package/API/Responses/Content/ContentIdParentDeleted.d.ts +28 -0
  37. package/API/Responses/Content/ContentIdScript.d.ts +23 -0
  38. package/API/Responses/Content/ContentIdSuspended.d.ts +28 -0
  39. package/API/Responses/Content/ContentIdendifier.d.ts +21 -0
  40. package/API/Responses/Content/ContentIdendifierAsset.d.ts +27 -0
  41. package/API/Responses/Content/ContentIdendifierCompany.d.ts +24 -0
  42. package/API/Responses/Content/ContentIdendifierDeleted.d.ts +28 -0
  43. package/API/Responses/Content/ContentIdendifierSuspended.d.ts +29 -0
  44. package/API/Responses/Content/ContentKey.d.ts +21 -0
  45. package/API/Responses/Content/ContentKeyCompany.d.ts +24 -0
  46. package/API/Responses/Content/ContentKeyDeleted.d.ts +28 -0
  47. package/API/Responses/Content/ContentLogin.d.ts +21 -0
  48. package/API/Responses/Content/ContentLoginCompany.d.ts +24 -0
  49. package/API/Responses/Content/ContentLoginDeleted.d.ts +28 -0
  50. package/API/Responses/Content/IContent.d.ts +11 -0
  51. package/API/Responses/Content/IContentCompany.d.ts +12 -0
  52. package/API/Responses/Errors/ErrorCode.d.ts +530 -0
  53. package/API/Responses/Errors/ErrorDetail.d.ts +25 -0
  54. package/API/Responses/Errors/ErrorDetailBadBase.d.ts +14 -0
  55. package/API/Responses/Errors/ErrorDetailBadIds.d.ts +12 -0
  56. package/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +12 -0
  57. package/API/Responses/Errors/ErrorDetailBadKeys.d.ts +11 -0
  58. package/API/Responses/Errors/ErrorDetailBatch.d.ts +17 -0
  59. package/API/Responses/Errors/ErrorDetailConnection.d.ts +36 -0
  60. package/API/Responses/Errors/ErrorDetailContactInUse.d.ts +13 -0
  61. package/API/Responses/Errors/ErrorDetailCount.d.ts +16 -0
  62. package/API/Responses/Errors/ErrorDetailEnum.d.ts +16 -0
  63. package/API/Responses/Errors/ErrorDetailEscalation.d.ts +16 -0
  64. package/API/Responses/Errors/ErrorDetailExternals.d.ts +24 -0
  65. package/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +16 -0
  66. package/API/Responses/Errors/ErrorDetailInput.d.ts +16 -0
  67. package/API/Responses/Errors/ErrorDetailLocked.d.ts +20 -0
  68. package/API/Responses/Errors/ErrorDetailMinMax.d.ts +20 -0
  69. package/API/Responses/Errors/ErrorDetailParent.d.ts +20 -0
  70. package/API/Responses/Errors/ErrorDetailParse.d.ts +24 -0
  71. package/API/Responses/Errors/ErrorDetailPhone.d.ts +20 -0
  72. package/API/Responses/Errors/ErrorDetailSecret.d.ts +55 -0
  73. package/API/Responses/Errors/ErrorDetailStack.d.ts +27 -0
  74. package/API/Responses/Errors/ErrorDetailThrottled.d.ts +38 -0
  75. package/API/Responses/Errors/ErrorDetailType.d.ts +90 -0
  76. package/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +20 -0
  77. package/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +2 -0
  78. package/API/Responses/IRepListByAsset.d.ts +12 -0
  79. package/API/Responses/IRepListByCompany.d.ts +12 -0
  80. package/API/Responses/IRepListByDate.d.ts +15 -0
  81. package/API/Responses/IRepListById.d.ts +15 -0
  82. package/API/Responses/IRepListByKey.d.ts +15 -0
  83. package/API/Responses/IRepListByLabels.d.ts +11 -0
  84. package/API/Responses/IRepListByReferences.d.ts +11 -0
  85. package/API/Responses/IRepListByUser.d.ts +12 -0
  86. package/API/Responses/Reply.d.ts +30 -0
  87. package/API/Responses/ReplySync.d.ts +24 -0
  88. package/API/Responses/ReplySyncBatch.d.ts +18 -0
  89. package/API/Responses/ReplySyncBatchDelete.d.ts +12 -0
  90. package/API/Responses/ReplySyncBatchSuspend.d.ts +12 -0
  91. package/API/Responses/ReplySyncDelete.d.ts +17 -0
  92. package/API/Responses/ReplySyncGet.d.ts +35 -0
  93. package/API/Responses/ReplySyncList.d.ts +53 -0
  94. package/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +20 -0
  95. package/Accounts/Contacts/Requests/PayContact.d.ts +19 -0
  96. package/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +16 -0
  97. package/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +16 -0
  98. package/Accounts/Contacts/Requests/PayContactDelete.d.ts +10 -0
  99. package/Accounts/Contacts/Requests/PayContactGet.d.ts +16 -0
  100. package/Accounts/Contacts/Requests/PayContactList.d.ts +28 -0
  101. package/Accounts/Contacts/Requests/PayContactMerge.d.ts +21 -0
  102. package/Accounts/Contacts/Requests/PayContactRestore.d.ts +10 -0
  103. package/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +17 -0
  104. package/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +14 -0
  105. package/Accounts/Contacts/Responses/RepContactDelete.d.ts +16 -0
  106. package/Accounts/Contacts/Responses/RepContactGet.d.ts +15 -0
  107. package/Accounts/Contacts/Responses/RepContactList.d.ts +27 -0
  108. package/Accounts/Contacts/Responses/RepContactMerge.d.ts +14 -0
  109. package/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +32 -0
  110. package/Accounts/Groups/Requests/PayUserGroup.d.ts +19 -0
  111. package/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +16 -0
  112. package/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +16 -0
  113. package/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +10 -0
  114. package/Accounts/Groups/Requests/PayUserGroupGet.d.ts +16 -0
  115. package/Accounts/Groups/Requests/PayUserGroupList.d.ts +28 -0
  116. package/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +21 -0
  117. package/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +10 -0
  118. package/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +17 -0
  119. package/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +14 -0
  120. package/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +16 -0
  121. package/Accounts/Groups/Responses/RepUserGroupGet.d.ts +15 -0
  122. package/Accounts/Groups/Responses/RepUserGroupList.d.ts +27 -0
  123. package/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +14 -0
  124. package/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +113 -0
  125. package/Accounts/Machines/Requests/PayMachine.d.ts +19 -0
  126. package/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +16 -0
  127. package/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +16 -0
  128. package/Accounts/Machines/Requests/PayMachineDelete.d.ts +10 -0
  129. package/Accounts/Machines/Requests/PayMachineGet.d.ts +16 -0
  130. package/Accounts/Machines/Requests/PayMachineList.d.ts +28 -0
  131. package/Accounts/Machines/Requests/PayMachineMerge.d.ts +21 -0
  132. package/Accounts/Machines/Requests/PayMachineRestore.d.ts +10 -0
  133. package/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +17 -0
  134. package/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +14 -0
  135. package/Accounts/Machines/Responses/RepMachineDelete.d.ts +16 -0
  136. package/Accounts/Machines/Responses/RepMachineGet.d.ts +15 -0
  137. package/Accounts/Machines/Responses/RepMachineList.d.ts +40 -0
  138. package/Accounts/Machines/Responses/RepMachineMerge.d.ts +14 -0
  139. package/Accounts/Permissions/ParamPermission.d.ts +40 -0
  140. package/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +67 -0
  141. package/Accounts/Self/Requests/PaySelfContact.d.ts +23 -0
  142. package/Accounts/Self/Requests/PaySelfGet.d.ts +16 -0
  143. package/Accounts/Self/Requests/PaySelfLogin.d.ts +31 -0
  144. package/Accounts/Self/Requests/PaySelfLogout.d.ts +16 -0
  145. package/Accounts/Self/Requests/PaySelfPassword.d.ts +26 -0
  146. package/Accounts/Self/Requests/PaySelfPreferences.d.ts +47 -0
  147. package/Accounts/Self/Responses/RepSelfContact.d.ts +7 -0
  148. package/Accounts/Self/Responses/RepSelfGet.d.ts +48 -0
  149. package/Accounts/Self/Responses/RepSelfLogout.d.ts +17 -0
  150. package/Accounts/Self/Responses/RepSelfPassword.d.ts +17 -0
  151. package/Accounts/Self/Responses/RepSelfPreferences.d.ts +7 -0
  152. package/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +12 -0
  153. package/Accounts/Sessions/Requests/PaySessionDelete.d.ts +10 -0
  154. package/Accounts/Sessions/Requests/PaySessionGet.d.ts +16 -0
  155. package/Accounts/Sessions/Requests/PaySessionList.d.ts +30 -0
  156. package/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +26 -0
  157. package/Accounts/Sessions/Responses/RepSessionDelete.d.ts +16 -0
  158. package/Accounts/Sessions/Responses/RepSessionGet.d.ts +15 -0
  159. package/Accounts/Sessions/Responses/RepSessionList.d.ts +40 -0
  160. package/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +75 -0
  161. package/Accounts/Users/Requests/PayUser.d.ts +19 -0
  162. package/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +16 -0
  163. package/Accounts/Users/Requests/PayUserAdvancedList.d.ts +39 -0
  164. package/Accounts/Users/Requests/PayUserBatchDelete.d.ts +16 -0
  165. package/Accounts/Users/Requests/PayUserBatchMerge.d.ts +16 -0
  166. package/Accounts/Users/Requests/PayUserDelete.d.ts +10 -0
  167. package/Accounts/Users/Requests/PayUserGeneralGet.d.ts +16 -0
  168. package/Accounts/Users/Requests/PayUserGeneralList.d.ts +39 -0
  169. package/Accounts/Users/Requests/PayUserGet.d.ts +16 -0
  170. package/Accounts/Users/Requests/PayUserList.d.ts +39 -0
  171. package/Accounts/Users/Requests/PayUserMerge.d.ts +21 -0
  172. package/Accounts/Users/Requests/PayUserRestore.d.ts +10 -0
  173. package/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +16 -0
  174. package/Accounts/Users/Responses/RepUserAdvancedList.d.ts +40 -0
  175. package/Accounts/Users/Responses/RepUserBatchDelete.d.ts +17 -0
  176. package/Accounts/Users/Responses/RepUserBatchMerge.d.ts +14 -0
  177. package/Accounts/Users/Responses/RepUserDelete.d.ts +16 -0
  178. package/Accounts/Users/Responses/RepUserGeneralGet.d.ts +16 -0
  179. package/Accounts/Users/Responses/RepUserGeneralList.d.ts +40 -0
  180. package/Accounts/Users/Responses/RepUserGet.d.ts +16 -0
  181. package/Accounts/Users/Responses/RepUserList.d.ts +40 -0
  182. package/Accounts/Users/Responses/RepUserMerge.d.ts +14 -0
  183. package/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +27 -0
  184. package/Assets/Requests/Parameters/ParamAssetMerge.d.ts +144 -0
  185. package/Assets/Requests/PayAsset.d.ts +19 -0
  186. package/Assets/Requests/PayAssetAdvancedGet.d.ts +17 -0
  187. package/Assets/Requests/PayAssetAdvancedList.d.ts +69 -0
  188. package/Assets/Requests/PayAssetBatchDelete.d.ts +17 -0
  189. package/Assets/Requests/PayAssetBatchMerge.d.ts +16 -0
  190. package/Assets/Requests/PayAssetDelete.d.ts +10 -0
  191. package/Assets/Requests/PayAssetDispatchGet.d.ts +24 -0
  192. package/Assets/Requests/PayAssetDispatchList.d.ts +69 -0
  193. package/Assets/Requests/PayAssetDispatchMerge.d.ts +16 -0
  194. package/Assets/Requests/PayAssetGeneralGet.d.ts +24 -0
  195. package/Assets/Requests/PayAssetGeneralList.d.ts +69 -0
  196. package/Assets/Requests/PayAssetGet.d.ts +24 -0
  197. package/Assets/Requests/PayAssetList.d.ts +69 -0
  198. package/Assets/Requests/PayAssetMerge.d.ts +16 -0
  199. package/Assets/Requests/PayAssetReactivate.d.ts +10 -0
  200. package/Assets/Requests/PayAssetRestore.d.ts +10 -0
  201. package/Assets/Requests/PayAssetSuspend.d.ts +10 -0
  202. package/Assets/Responses/RepAssetAdvancedGet.d.ts +16 -0
  203. package/Assets/Responses/RepAssetAdvancedList.d.ts +52 -0
  204. package/Assets/Responses/RepAssetBatchDelete.d.ts +17 -0
  205. package/Assets/Responses/RepAssetBatchMerge.d.ts +14 -0
  206. package/Assets/Responses/RepAssetDelete.d.ts +16 -0
  207. package/Assets/Responses/RepAssetDispatchGet.d.ts +16 -0
  208. package/Assets/Responses/RepAssetDispatchList.d.ts +52 -0
  209. package/Assets/Responses/RepAssetDispatchMerge.d.ts +14 -0
  210. package/Assets/Responses/RepAssetGeneralGet.d.ts +16 -0
  211. package/Assets/Responses/RepAssetGeneralList.d.ts +52 -0
  212. package/Assets/Responses/RepAssetGet.d.ts +15 -0
  213. package/Assets/Responses/RepAssetList.d.ts +51 -0
  214. package/Assets/Responses/RepAssetMerge.d.ts +14 -0
  215. package/Assets/Responses/RepAssetSuspend.d.ts +16 -0
  216. package/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +48 -0
  217. package/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +19 -0
  218. package/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +16 -0
  219. package/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +16 -0
  220. package/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +10 -0
  221. package/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +16 -0
  222. package/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +28 -0
  223. package/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +21 -0
  224. package/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +10 -0
  225. package/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +17 -0
  226. package/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +14 -0
  227. package/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +16 -0
  228. package/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +15 -0
  229. package/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +27 -0
  230. package/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +14 -0
  231. package/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +38 -0
  232. package/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +50 -0
  233. package/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +53 -0
  234. package/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +52 -0
  235. package/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +57 -0
  236. package/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +19 -0
  237. package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +16 -0
  238. package/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +16 -0
  239. package/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +10 -0
  240. package/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +16 -0
  241. package/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +28 -0
  242. package/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +21 -0
  243. package/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +10 -0
  244. package/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +17 -0
  245. package/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +14 -0
  246. package/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +16 -0
  247. package/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +15 -0
  248. package/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +27 -0
  249. package/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +14 -0
  250. package/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +53 -0
  251. package/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +85 -0
  252. package/Companies/Requests/Parameters/ParamEmailServer.d.ts +65 -0
  253. package/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +41 -0
  254. package/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +37 -0
  255. package/Companies/Requests/Parameters/ParamSmsServer.d.ts +21 -0
  256. package/Companies/Requests/PayCompany.d.ts +19 -0
  257. package/Companies/Requests/PayCompanyBatchDelete.d.ts +16 -0
  258. package/Companies/Requests/PayCompanyBatchMerge.d.ts +16 -0
  259. package/Companies/Requests/PayCompanyDelete.d.ts +10 -0
  260. package/Companies/Requests/PayCompanyDirectoryGet.d.ts +16 -0
  261. package/Companies/Requests/PayCompanyDirectoryList.d.ts +28 -0
  262. package/Companies/Requests/PayCompanyGeneralGet.d.ts +16 -0
  263. package/Companies/Requests/PayCompanyGeneralList.d.ts +37 -0
  264. package/Companies/Requests/PayCompanyGet.d.ts +16 -0
  265. package/Companies/Requests/PayCompanyMerge.d.ts +21 -0
  266. package/Companies/Requests/PayCompanyPolicyGet.d.ts +16 -0
  267. package/Companies/Requests/PayCompanyPolicyList.d.ts +28 -0
  268. package/Companies/Requests/PayCompanyResellerDelete.d.ts +10 -0
  269. package/Companies/Requests/PayCompanyResellerGet.d.ts +16 -0
  270. package/Companies/Requests/PayCompanyResellerList.d.ts +28 -0
  271. package/Companies/Requests/PayCompanyResellerMerge.d.ts +21 -0
  272. package/Companies/Requests/PayCompanyResellerRestore.d.ts +10 -0
  273. package/Companies/Requests/PayCompanyRestore.d.ts +10 -0
  274. package/Companies/Requests/PayCompanyStyleGet.d.ts +16 -0
  275. package/Companies/Requests/PayCompanyStyleList.d.ts +28 -0
  276. package/Companies/Responses/RepCompanyBatchDelete.d.ts +17 -0
  277. package/Companies/Responses/RepCompanyBatchMerge.d.ts +14 -0
  278. package/Companies/Responses/RepCompanyDelete.d.ts +16 -0
  279. package/Companies/Responses/RepCompanyDirectoryGet.d.ts +16 -0
  280. package/Companies/Responses/RepCompanyDirectoryList.d.ts +27 -0
  281. package/Companies/Responses/RepCompanyGeneralGet.d.ts +16 -0
  282. package/Companies/Responses/RepCompanyGeneralList.d.ts +27 -0
  283. package/Companies/Responses/RepCompanyGet.d.ts +15 -0
  284. package/Companies/Responses/RepCompanyMerge.d.ts +14 -0
  285. package/Companies/Responses/RepCompanyPolicyGet.d.ts +16 -0
  286. package/Companies/Responses/RepCompanyPolicyList.d.ts +27 -0
  287. package/Companies/Responses/RepCompanyResellerDelete.d.ts +16 -0
  288. package/Companies/Responses/RepCompanyResellerGet.d.ts +16 -0
  289. package/Companies/Responses/RepCompanyResellerList.d.ts +27 -0
  290. package/Companies/Responses/RepCompanyResellerMerge.d.ts +14 -0
  291. package/Companies/Responses/RepCompanyStyleGet.d.ts +16 -0
  292. package/Companies/Responses/RepCompanyStyleList.d.ts +27 -0
  293. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +24 -0
  294. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +27 -0
  295. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +59 -0
  296. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +28 -0
  297. package/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +44 -0
  298. package/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +34 -0
  299. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +16 -0
  300. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +16 -0
  301. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +16 -0
  302. package/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +16 -0
  303. package/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +21 -0
  304. package/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +22 -0
  305. package/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +10 -0
  306. package/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +16 -0
  307. package/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +103 -0
  308. package/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +21 -0
  309. package/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +10 -0
  310. package/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +17 -0
  311. package/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +14 -0
  312. package/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +16 -0
  313. package/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +15 -0
  314. package/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +92 -0
  315. package/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +14 -0
  316. package/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +72 -0
  317. package/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +19 -0
  318. package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +16 -0
  319. package/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +16 -0
  320. package/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +10 -0
  321. package/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +16 -0
  322. package/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +69 -0
  323. package/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +21 -0
  324. package/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +10 -0
  325. package/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +17 -0
  326. package/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +14 -0
  327. package/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +16 -0
  328. package/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +15 -0
  329. package/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +67 -0
  330. package/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +14 -0
  331. package/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +37 -0
  332. package/Hosting/Documents/Requests/PayDocument.d.ts +19 -0
  333. package/Hosting/Documents/Requests/PayDocumentDelete.d.ts +10 -0
  334. package/Hosting/Documents/Requests/PayDocumentGet.d.ts +16 -0
  335. package/Hosting/Documents/Requests/PayDocumentList.d.ts +28 -0
  336. package/Hosting/Documents/Requests/PayDocumentMerge.d.ts +21 -0
  337. package/Hosting/Documents/Requests/PayDocumentRestore.d.ts +10 -0
  338. package/Hosting/Documents/Responses/RepDocumentDelete.d.ts +16 -0
  339. package/Hosting/Documents/Responses/RepDocumentGet.d.ts +15 -0
  340. package/Hosting/Documents/Responses/RepDocumentList.d.ts +27 -0
  341. package/Hosting/Documents/Responses/RepDocumentMerge.d.ts +14 -0
  342. package/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +47 -0
  343. package/Hosting/FormResults/Requests/PayFormResult.d.ts +19 -0
  344. package/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +16 -0
  345. package/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +10 -0
  346. package/Hosting/FormResults/Requests/PayFormResultGet.d.ts +16 -0
  347. package/Hosting/FormResults/Requests/PayFormResultList.d.ts +28 -0
  348. package/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +21 -0
  349. package/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +10 -0
  350. package/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +14 -0
  351. package/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +16 -0
  352. package/Hosting/FormResults/Responses/RepFormResultGet.d.ts +16 -0
  353. package/Hosting/FormResults/Responses/RepFormResultList.d.ts +27 -0
  354. package/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +14 -0
  355. package/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +78 -0
  356. package/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +20 -0
  357. package/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +19 -0
  358. package/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +16 -0
  359. package/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +16 -0
  360. package/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +10 -0
  361. package/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +16 -0
  362. package/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +28 -0
  363. package/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +21 -0
  364. package/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +10 -0
  365. package/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +17 -0
  366. package/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +15 -0
  367. package/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +17 -0
  368. package/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +15 -0
  369. package/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +27 -0
  370. package/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +14 -0
  371. package/Images/Dashcams/Requests/PayDashcam.d.ts +19 -0
  372. package/Images/Dashcams/Requests/PayDashcamGet.d.ts +16 -0
  373. package/Images/Dashcams/Requests/PayDashcamList.d.ts +104 -0
  374. package/Images/Dashcams/Responses/RepDashcamGet.d.ts +15 -0
  375. package/Images/Dashcams/Responses/RepDashcamList.d.ts +94 -0
  376. package/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +34 -0
  377. package/Images/Icons/Requests/PayIcon.d.ts +19 -0
  378. package/Images/Icons/Requests/PayIconBatchDelete.d.ts +16 -0
  379. package/Images/Icons/Requests/PayIconBatchMerge.d.ts +16 -0
  380. package/Images/Icons/Requests/PayIconDelete.d.ts +10 -0
  381. package/Images/Icons/Requests/PayIconGet.d.ts +16 -0
  382. package/Images/Icons/Requests/PayIconList.d.ts +28 -0
  383. package/Images/Icons/Requests/PayIconMerge.d.ts +21 -0
  384. package/Images/Icons/Requests/PayIconRestore.d.ts +10 -0
  385. package/Images/Icons/Responses/RepIconBatchDelete.d.ts +17 -0
  386. package/Images/Icons/Responses/RepIconBatchMerge.d.ts +14 -0
  387. package/Images/Icons/Responses/RepIconDelete.d.ts +16 -0
  388. package/Images/Icons/Responses/RepIconGet.d.ts +16 -0
  389. package/Images/Icons/Responses/RepIconList.d.ts +27 -0
  390. package/Images/Icons/Responses/RepIconMerge.d.ts +14 -0
  391. package/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +30 -0
  392. package/Images/Pictures/Requests/PayPicture.d.ts +19 -0
  393. package/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +16 -0
  394. package/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +16 -0
  395. package/Images/Pictures/Requests/PayPictureDelete.d.ts +10 -0
  396. package/Images/Pictures/Requests/PayPictureGet.d.ts +16 -0
  397. package/Images/Pictures/Requests/PayPictureList.d.ts +28 -0
  398. package/Images/Pictures/Requests/PayPictureMerge.d.ts +21 -0
  399. package/Images/Pictures/Requests/PayPictureRestore.d.ts +10 -0
  400. package/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +17 -0
  401. package/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +14 -0
  402. package/Images/Pictures/Responses/RepPictureDelete.d.ts +16 -0
  403. package/Images/Pictures/Responses/RepPictureGet.d.ts +15 -0
  404. package/Images/Pictures/Responses/RepPictureList.d.ts +27 -0
  405. package/Images/Pictures/Responses/RepPictureMerge.d.ts +14 -0
  406. package/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +33 -0
  407. package/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +19 -0
  408. package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +16 -0
  409. package/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +16 -0
  410. package/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +10 -0
  411. package/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +16 -0
  412. package/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +28 -0
  413. package/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +21 -0
  414. package/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +10 -0
  415. package/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +17 -0
  416. package/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +15 -0
  417. package/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +17 -0
  418. package/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +15 -0
  419. package/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +27 -0
  420. package/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +14 -0
  421. package/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +42 -0
  422. package/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +19 -0
  423. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +16 -0
  424. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +16 -0
  425. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +10 -0
  426. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +16 -0
  427. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +28 -0
  428. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +21 -0
  429. package/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +10 -0
  430. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +17 -0
  431. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +14 -0
  432. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +16 -0
  433. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +15 -0
  434. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +27 -0
  435. package/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +14 -0
  436. package/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +22 -0
  437. package/Messaging/Requests/PayAssetMessage.d.ts +19 -0
  438. package/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +16 -0
  439. package/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +16 -0
  440. package/Messaging/Requests/PayAssetMessageDelete.d.ts +10 -0
  441. package/Messaging/Requests/PayAssetMessageGet.d.ts +16 -0
  442. package/Messaging/Requests/PayAssetMessageList.d.ts +40 -0
  443. package/Messaging/Requests/PayAssetMessageMerge.d.ts +21 -0
  444. package/Messaging/Requests/PayAssetMessageRestore.d.ts +10 -0
  445. package/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +17 -0
  446. package/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +14 -0
  447. package/Messaging/Responses/RepAssetMessageDelete.d.ts +17 -0
  448. package/Messaging/Responses/RepAssetMessageGet.d.ts +16 -0
  449. package/Messaging/Responses/RepAssetMessageList.d.ts +42 -0
  450. package/Messaging/Responses/RepAssetMessageMerge.d.ts +14 -0
  451. package/Places/Requests/Parameters/ParamPlaceMerge.d.ts +26 -0
  452. package/Places/Requests/PayPlace.d.ts +19 -0
  453. package/Places/Requests/PayPlaceBatchDelete.d.ts +16 -0
  454. package/Places/Requests/PayPlaceBatchMerge.d.ts +16 -0
  455. package/Places/Requests/PayPlaceDelete.d.ts +10 -0
  456. package/Places/Requests/PayPlaceGet.d.ts +16 -0
  457. package/Places/Requests/PayPlaceList.d.ts +28 -0
  458. package/Places/Requests/PayPlaceMerge.d.ts +21 -0
  459. package/Places/Requests/PayPlaceRestore.d.ts +10 -0
  460. package/Places/Responses/RepPlaceBatchDelete.d.ts +18 -0
  461. package/Places/Responses/RepPlaceBatchMerge.d.ts +15 -0
  462. package/Places/Responses/RepPlaceDelete.d.ts +17 -0
  463. package/Places/Responses/RepPlaceGet.d.ts +15 -0
  464. package/Places/Responses/RepPlaceList.d.ts +27 -0
  465. package/Places/Responses/RepPlaceMerge.d.ts +14 -0
  466. package/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +25 -0
  467. package/Providers/Configs/Requests/PayProviderConfig.d.ts +19 -0
  468. package/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +16 -0
  469. package/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +16 -0
  470. package/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +10 -0
  471. package/Providers/Configs/Requests/PayProviderConfigGet.d.ts +16 -0
  472. package/Providers/Configs/Requests/PayProviderConfigList.d.ts +39 -0
  473. package/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +21 -0
  474. package/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +10 -0
  475. package/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +17 -0
  476. package/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +14 -0
  477. package/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +16 -0
  478. package/Providers/Configs/Responses/RepProviderConfigGet.d.ts +15 -0
  479. package/Providers/Configs/Responses/RepProviderConfigList.d.ts +40 -0
  480. package/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +14 -0
  481. package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +19 -0
  482. package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +16 -0
  483. package/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +28 -0
  484. package/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +15 -0
  485. package/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +22 -0
  486. package/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +25 -0
  487. package/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +19 -0
  488. package/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +16 -0
  489. package/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +16 -0
  490. package/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +10 -0
  491. package/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +16 -0
  492. package/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +28 -0
  493. package/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +21 -0
  494. package/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +10 -0
  495. package/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +17 -0
  496. package/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +14 -0
  497. package/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +16 -0
  498. package/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +15 -0
  499. package/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +27 -0
  500. package/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +14 -0
  501. package/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +33 -0
  502. package/Providers/Providers/Requests/PayProvider.d.ts +19 -0
  503. package/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +16 -0
  504. package/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +44 -0
  505. package/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +16 -0
  506. package/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +16 -0
  507. package/Providers/Providers/Requests/PayProviderControlGet.d.ts +16 -0
  508. package/Providers/Providers/Requests/PayProviderControlList.d.ts +44 -0
  509. package/Providers/Providers/Requests/PayProviderDelete.d.ts +10 -0
  510. package/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +16 -0
  511. package/Providers/Providers/Requests/PayProviderGeneralList.d.ts +44 -0
  512. package/Providers/Providers/Requests/PayProviderGet.d.ts +16 -0
  513. package/Providers/Providers/Requests/PayProviderList.d.ts +43 -0
  514. package/Providers/Providers/Requests/PayProviderMerge.d.ts +21 -0
  515. package/Providers/Providers/Requests/PayProviderRestore.d.ts +10 -0
  516. package/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +16 -0
  517. package/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +40 -0
  518. package/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +17 -0
  519. package/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +15 -0
  520. package/Providers/Providers/Responses/RepProviderControlGet.d.ts +16 -0
  521. package/Providers/Providers/Responses/RepProviderControlList.d.ts +40 -0
  522. package/Providers/Providers/Responses/RepProviderDelete.d.ts +16 -0
  523. package/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +16 -0
  524. package/Providers/Providers/Responses/RepProviderGeneralList.d.ts +40 -0
  525. package/Providers/Providers/Responses/RepProviderGet.d.ts +15 -0
  526. package/Providers/Providers/Responses/RepProviderList.d.ts +40 -0
  527. package/Providers/Providers/Responses/RepProviderMerge.d.ts +14 -0
  528. package/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +19 -0
  529. package/Providers/Registrations/Requests/PayProviderRegistration.d.ts +19 -0
  530. package/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +10 -0
  531. package/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +16 -0
  532. package/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +28 -0
  533. package/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +16 -0
  534. package/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +16 -0
  535. package/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +15 -0
  536. package/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +27 -0
  537. package/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +14 -0
  538. package/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +21 -0
  539. package/Providers/Scripts/Requests/PayProviderScript.d.ts +19 -0
  540. package/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +16 -0
  541. package/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +16 -0
  542. package/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +10 -0
  543. package/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +16 -0
  544. package/Providers/Scripts/Requests/PayProviderScriptList.d.ts +28 -0
  545. package/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +21 -0
  546. package/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +10 -0
  547. package/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +17 -0
  548. package/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +14 -0
  549. package/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +17 -0
  550. package/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +15 -0
  551. package/Providers/Scripts/Responses/RepProviderScriptList.d.ts +27 -0
  552. package/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +15 -0
  553. package/README.md +25 -25
  554. package/Reports/Parameters/ParamReportOptions.d.ts +23 -0
  555. package/Reports/Parameters/ParamReportScorecardRules.d.ts +12 -0
  556. package/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +21 -0
  557. package/Reports/Results/Requests/PayReportResult.d.ts +19 -0
  558. package/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +16 -0
  559. package/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +16 -0
  560. package/Reports/Results/Requests/PayReportResultDelete.d.ts +10 -0
  561. package/Reports/Results/Requests/PayReportResultGet.d.ts +16 -0
  562. package/Reports/Results/Requests/PayReportResultList.d.ts +28 -0
  563. package/Reports/Results/Requests/PayReportResultMerge.d.ts +21 -0
  564. package/Reports/Results/Requests/PayReportResultRestore.d.ts +10 -0
  565. package/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +17 -0
  566. package/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +14 -0
  567. package/Reports/Results/Responses/RepReportResultDelete.d.ts +16 -0
  568. package/Reports/Results/Responses/RepReportResultGet.d.ts +15 -0
  569. package/Reports/Results/Responses/RepReportResultList.d.ts +27 -0
  570. package/Reports/Results/Responses/RepReportResultMerge.d.ts +14 -0
  571. package/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +18 -0
  572. package/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +21 -0
  573. package/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +22 -0
  574. package/Reports/Schedules/Requests/PayReportSchedule.d.ts +19 -0
  575. package/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +10 -0
  576. package/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +16 -0
  577. package/Reports/Schedules/Requests/PayReportScheduleList.d.ts +28 -0
  578. package/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +21 -0
  579. package/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +10 -0
  580. package/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +17 -0
  581. package/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +16 -0
  582. package/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +15 -0
  583. package/Reports/Schedules/Responses/RepReportScheduleList.d.ts +27 -0
  584. package/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +14 -0
  585. package/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +20 -0
  586. package/Reports/Templates/Requests/PayReportTemplate.d.ts +19 -0
  587. package/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +16 -0
  588. package/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +16 -0
  589. package/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +10 -0
  590. package/Reports/Templates/Requests/PayReportTemplateGet.d.ts +16 -0
  591. package/Reports/Templates/Requests/PayReportTemplateList.d.ts +28 -0
  592. package/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +21 -0
  593. package/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +10 -0
  594. package/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +17 -0
  595. package/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +14 -0
  596. package/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +16 -0
  597. package/Reports/Templates/Responses/RepReportTemplateGet.d.ts +15 -0
  598. package/Reports/Templates/Responses/RepReportTemplateList.d.ts +27 -0
  599. package/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +14 -0
  600. package/WebSocket/Requests/Parameters/SubscriptionType.d.ts +213 -0
  601. package/WebSocket/Requests/PaySubscriptionDelete.d.ts +11 -0
  602. package/WebSocket/Requests/PaySubscriptionList.d.ts +11 -0
  603. package/WebSocket/Requests/PaySubscriptionMerge.d.ts +24 -0
  604. package/WebSocket/Responses/Content/Subscription.d.ts +18 -0
  605. package/WebSocket/Responses/RepSubscription.d.ts +30 -0
  606. package/WebSocket/Responses/RepSubscriptionList.d.ts +14 -0
  607. package/index.d.ts +603 -0
  608. package/package.json +38 -37
  609. package/trakit-commands.min.js +7 -0
  610. package/_publish/API/Requests/IPayDeletable.d.ts +0 -9
  611. package/_publish/API/Requests/IPayListByAsset.d.ts +0 -10
  612. package/_publish/API/Requests/IPayListByBillingProfile.d.ts +0 -10
  613. package/_publish/API/Requests/IPayListByCompany.d.ts +0 -10
  614. package/_publish/API/Requests/IPayListByLabels.d.ts +0 -10
  615. package/_publish/API/Requests/IPayListByReferences.d.ts +0 -9
  616. package/_publish/API/Requests/IPayListByUser.d.ts +0 -10
  617. package/_publish/API/Requests/IPaySingle.d.ts +0 -9
  618. package/_publish/API/Requests/IPaySuspendable.d.ts +0 -9
  619. package/_publish/API/Requests/Parameters/IParamAsset.d.ts +0 -8
  620. package/_publish/API/Requests/Parameters/IParamBillingProfile.d.ts +0 -8
  621. package/_publish/API/Requests/Parameters/IParamCompany.d.ts +0 -8
  622. package/_publish/API/Requests/Parameters/ParamCode.d.ts +0 -12
  623. package/_publish/API/Requests/Parameters/ParamGuid.d.ts +0 -11
  624. package/_publish/API/Requests/Parameters/ParamId.d.ts +0 -11
  625. package/_publish/API/Requests/Parameters/ParamIdentifier.d.ts +0 -11
  626. package/_publish/API/Requests/Parameters/ParamKey.d.ts +0 -11
  627. package/_publish/API/Requests/Parameters/ParamLogin.d.ts +0 -12
  628. package/_publish/API/Requests/Parameters/ParamMerge.d.ts +0 -10
  629. package/_publish/API/Requests/Parameters/ParamMergeSubscribable.d.ts +0 -12
  630. package/_publish/API/Requests/PayListBy.d.ts +0 -14
  631. package/_publish/API/Requests/PayListByDate.d.ts +0 -17
  632. package/_publish/API/Requests/PayListById.d.ts +0 -17
  633. package/_publish/API/Requests/PayListByKey.d.ts +0 -17
  634. package/_publish/API/Requests/Payload.d.ts +0 -44
  635. package/_publish/API/Responses/Content/ContentCode.d.ts +0 -20
  636. package/_publish/API/Responses/Content/ContentCodeCompany.d.ts +0 -23
  637. package/_publish/API/Responses/Content/ContentCodeDeleted.d.ts +0 -23
  638. package/_publish/API/Responses/Content/ContentId.d.ts +0 -20
  639. package/_publish/API/Responses/Content/ContentIdAsset.d.ts +0 -22
  640. package/_publish/API/Responses/Content/ContentIdBillingProfile.d.ts +0 -22
  641. package/_publish/API/Responses/Content/ContentIdCompany.d.ts +0 -23
  642. package/_publish/API/Responses/Content/ContentIdCompanyTemplate.d.ts +0 -22
  643. package/_publish/API/Responses/Content/ContentIdDeleted.d.ts +0 -27
  644. package/_publish/API/Responses/Content/ContentIdParent.d.ts +0 -23
  645. package/_publish/API/Responses/Content/ContentIdParentDeleted.d.ts +0 -27
  646. package/_publish/API/Responses/Content/ContentIdScript.d.ts +0 -22
  647. package/_publish/API/Responses/Content/ContentIdSuspended.d.ts +0 -27
  648. package/_publish/API/Responses/Content/ContentIdendifier.d.ts +0 -20
  649. package/_publish/API/Responses/Content/ContentIdendifierAsset.d.ts +0 -26
  650. package/_publish/API/Responses/Content/ContentIdendifierCompany.d.ts +0 -23
  651. package/_publish/API/Responses/Content/ContentIdendifierDeleted.d.ts +0 -27
  652. package/_publish/API/Responses/Content/ContentIdendifierSuspended.d.ts +0 -28
  653. package/_publish/API/Responses/Content/ContentKey.d.ts +0 -20
  654. package/_publish/API/Responses/Content/ContentKeyCompany.d.ts +0 -23
  655. package/_publish/API/Responses/Content/ContentKeyDeleted.d.ts +0 -27
  656. package/_publish/API/Responses/Content/ContentLogin.d.ts +0 -20
  657. package/_publish/API/Responses/Content/ContentLoginCompany.d.ts +0 -23
  658. package/_publish/API/Responses/Content/ContentLoginDeleted.d.ts +0 -27
  659. package/_publish/API/Responses/Content/IContent.d.ts +0 -10
  660. package/_publish/API/Responses/Content/IContentCompany.d.ts +0 -11
  661. package/_publish/API/Responses/Errors/ErrorCode.d.ts +0 -529
  662. package/_publish/API/Responses/Errors/ErrorDetail.d.ts +0 -24
  663. package/_publish/API/Responses/Errors/ErrorDetailBadBase.d.ts +0 -13
  664. package/_publish/API/Responses/Errors/ErrorDetailBadIds.d.ts +0 -11
  665. package/_publish/API/Responses/Errors/ErrorDetailBadIndexes.d.ts +0 -11
  666. package/_publish/API/Responses/Errors/ErrorDetailBadKeys.d.ts +0 -10
  667. package/_publish/API/Responses/Errors/ErrorDetailBatch.d.ts +0 -16
  668. package/_publish/API/Responses/Errors/ErrorDetailConnection.d.ts +0 -35
  669. package/_publish/API/Responses/Errors/ErrorDetailContactInUse.d.ts +0 -12
  670. package/_publish/API/Responses/Errors/ErrorDetailCount.d.ts +0 -15
  671. package/_publish/API/Responses/Errors/ErrorDetailEnum.d.ts +0 -15
  672. package/_publish/API/Responses/Errors/ErrorDetailEscalation.d.ts +0 -15
  673. package/_publish/API/Responses/Errors/ErrorDetailExternals.d.ts +0 -23
  674. package/_publish/API/Responses/Errors/ErrorDetailFormTemplateInUse.d.ts +0 -15
  675. package/_publish/API/Responses/Errors/ErrorDetailInput.d.ts +0 -15
  676. package/_publish/API/Responses/Errors/ErrorDetailLocked.d.ts +0 -19
  677. package/_publish/API/Responses/Errors/ErrorDetailMinMax.d.ts +0 -19
  678. package/_publish/API/Responses/Errors/ErrorDetailParent.d.ts +0 -19
  679. package/_publish/API/Responses/Errors/ErrorDetailParse.d.ts +0 -23
  680. package/_publish/API/Responses/Errors/ErrorDetailPhone.d.ts +0 -19
  681. package/_publish/API/Responses/Errors/ErrorDetailSecret.d.ts +0 -54
  682. package/_publish/API/Responses/Errors/ErrorDetailStack.d.ts +0 -26
  683. package/_publish/API/Responses/Errors/ErrorDetailThrottled.d.ts +0 -37
  684. package/_publish/API/Responses/Errors/ErrorDetailType.d.ts +0 -89
  685. package/_publish/API/Responses/Errors/ErrorDetailUserGroupInUse.d.ts +0 -19
  686. package/_publish/API/Responses/Errors/ErrorDetail_fromJSON.d.ts +0 -1
  687. package/_publish/API/Responses/IRepListByAsset.d.ts +0 -11
  688. package/_publish/API/Responses/IRepListByCompany.d.ts +0 -11
  689. package/_publish/API/Responses/IRepListByDate.d.ts +0 -14
  690. package/_publish/API/Responses/IRepListById.d.ts +0 -14
  691. package/_publish/API/Responses/IRepListByKey.d.ts +0 -14
  692. package/_publish/API/Responses/IRepListByLabels.d.ts +0 -10
  693. package/_publish/API/Responses/IRepListByReferences.d.ts +0 -10
  694. package/_publish/API/Responses/IRepListByUser.d.ts +0 -11
  695. package/_publish/API/Responses/Reply.d.ts +0 -29
  696. package/_publish/API/Responses/ReplySync.d.ts +0 -23
  697. package/_publish/API/Responses/ReplySyncBatch.d.ts +0 -17
  698. package/_publish/API/Responses/ReplySyncBatchDelete.d.ts +0 -11
  699. package/_publish/API/Responses/ReplySyncBatchSuspend.d.ts +0 -11
  700. package/_publish/API/Responses/ReplySyncDelete.d.ts +0 -16
  701. package/_publish/API/Responses/ReplySyncGet.d.ts +0 -34
  702. package/_publish/API/Responses/ReplySyncList.d.ts +0 -52
  703. package/_publish/Accounts/Contacts/Requests/Parameters/ParamContactMerge.d.ts +0 -19
  704. package/_publish/Accounts/Contacts/Requests/PayContact.d.ts +0 -18
  705. package/_publish/Accounts/Contacts/Requests/PayContactBatchDelete.d.ts +0 -15
  706. package/_publish/Accounts/Contacts/Requests/PayContactBatchMerge.d.ts +0 -15
  707. package/_publish/Accounts/Contacts/Requests/PayContactDelete.d.ts +0 -9
  708. package/_publish/Accounts/Contacts/Requests/PayContactGet.d.ts +0 -15
  709. package/_publish/Accounts/Contacts/Requests/PayContactList.d.ts +0 -27
  710. package/_publish/Accounts/Contacts/Requests/PayContactMerge.d.ts +0 -20
  711. package/_publish/Accounts/Contacts/Requests/PayContactRestore.d.ts +0 -9
  712. package/_publish/Accounts/Contacts/Responses/RepContactBatchDelete.d.ts +0 -16
  713. package/_publish/Accounts/Contacts/Responses/RepContactBatchMerge.d.ts +0 -13
  714. package/_publish/Accounts/Contacts/Responses/RepContactDelete.d.ts +0 -15
  715. package/_publish/Accounts/Contacts/Responses/RepContactGet.d.ts +0 -14
  716. package/_publish/Accounts/Contacts/Responses/RepContactList.d.ts +0 -26
  717. package/_publish/Accounts/Contacts/Responses/RepContactMerge.d.ts +0 -13
  718. package/_publish/Accounts/Groups/Requests/Parameters/ParamUserGroupMerge.d.ts +0 -31
  719. package/_publish/Accounts/Groups/Requests/PayUserGroup.d.ts +0 -18
  720. package/_publish/Accounts/Groups/Requests/PayUserGroupBatchDelete.d.ts +0 -15
  721. package/_publish/Accounts/Groups/Requests/PayUserGroupBatchMerge.d.ts +0 -15
  722. package/_publish/Accounts/Groups/Requests/PayUserGroupDelete.d.ts +0 -9
  723. package/_publish/Accounts/Groups/Requests/PayUserGroupGet.d.ts +0 -15
  724. package/_publish/Accounts/Groups/Requests/PayUserGroupList.d.ts +0 -27
  725. package/_publish/Accounts/Groups/Requests/PayUserGroupMerge.d.ts +0 -20
  726. package/_publish/Accounts/Groups/Requests/PayUserGroupRestore.d.ts +0 -9
  727. package/_publish/Accounts/Groups/Responses/RepUserGroupBatchDelete.d.ts +0 -16
  728. package/_publish/Accounts/Groups/Responses/RepUserGroupBatchMerge.d.ts +0 -13
  729. package/_publish/Accounts/Groups/Responses/RepUserGroupDelete.d.ts +0 -15
  730. package/_publish/Accounts/Groups/Responses/RepUserGroupGet.d.ts +0 -14
  731. package/_publish/Accounts/Groups/Responses/RepUserGroupList.d.ts +0 -26
  732. package/_publish/Accounts/Groups/Responses/RepUserGroupMerge.d.ts +0 -13
  733. package/_publish/Accounts/Machines/Requests/Parameters/ParamMachineMerge.d.ts +0 -112
  734. package/_publish/Accounts/Machines/Requests/PayMachine.d.ts +0 -18
  735. package/_publish/Accounts/Machines/Requests/PayMachineBatchDelete.d.ts +0 -15
  736. package/_publish/Accounts/Machines/Requests/PayMachineBatchMerge.d.ts +0 -15
  737. package/_publish/Accounts/Machines/Requests/PayMachineDelete.d.ts +0 -9
  738. package/_publish/Accounts/Machines/Requests/PayMachineGet.d.ts +0 -15
  739. package/_publish/Accounts/Machines/Requests/PayMachineList.d.ts +0 -27
  740. package/_publish/Accounts/Machines/Requests/PayMachineMerge.d.ts +0 -20
  741. package/_publish/Accounts/Machines/Requests/PayMachineRestore.d.ts +0 -9
  742. package/_publish/Accounts/Machines/Responses/RepMachineBatchDelete.d.ts +0 -16
  743. package/_publish/Accounts/Machines/Responses/RepMachineBatchMerge.d.ts +0 -13
  744. package/_publish/Accounts/Machines/Responses/RepMachineDelete.d.ts +0 -15
  745. package/_publish/Accounts/Machines/Responses/RepMachineGet.d.ts +0 -14
  746. package/_publish/Accounts/Machines/Responses/RepMachineList.d.ts +0 -39
  747. package/_publish/Accounts/Machines/Responses/RepMachineMerge.d.ts +0 -13
  748. package/_publish/Accounts/Permissions/ParamPermission.d.ts +0 -39
  749. package/_publish/Accounts/Self/Requests/Parameters/ParamSelfContactMerge.d.ts +0 -66
  750. package/_publish/Accounts/Self/Requests/PaySelfContact.d.ts +0 -22
  751. package/_publish/Accounts/Self/Requests/PaySelfGet.d.ts +0 -15
  752. package/_publish/Accounts/Self/Requests/PaySelfLogin.d.ts +0 -30
  753. package/_publish/Accounts/Self/Requests/PaySelfLogout.d.ts +0 -15
  754. package/_publish/Accounts/Self/Requests/PaySelfPassword.d.ts +0 -25
  755. package/_publish/Accounts/Self/Requests/PaySelfPreferences.d.ts +0 -46
  756. package/_publish/Accounts/Self/Responses/RepSelfContact.d.ts +0 -6
  757. package/_publish/Accounts/Self/Responses/RepSelfGet.d.ts +0 -47
  758. package/_publish/Accounts/Self/Responses/RepSelfLogout.d.ts +0 -16
  759. package/_publish/Accounts/Self/Responses/RepSelfPassword.d.ts +0 -16
  760. package/_publish/Accounts/Self/Responses/RepSelfPreferences.d.ts +0 -6
  761. package/_publish/Accounts/Sessions/Requests/Parameters/ParamHandle.d.ts +0 -11
  762. package/_publish/Accounts/Sessions/Requests/PaySessionDelete.d.ts +0 -9
  763. package/_publish/Accounts/Sessions/Requests/PaySessionGet.d.ts +0 -15
  764. package/_publish/Accounts/Sessions/Requests/PaySessionList.d.ts +0 -29
  765. package/_publish/Accounts/Sessions/Responses/Content/SessionHandle.d.ts +0 -25
  766. package/_publish/Accounts/Sessions/Responses/RepSessionDelete.d.ts +0 -15
  767. package/_publish/Accounts/Sessions/Responses/RepSessionGet.d.ts +0 -14
  768. package/_publish/Accounts/Sessions/Responses/RepSessionList.d.ts +0 -39
  769. package/_publish/Accounts/Users/Requests/Parameters/ParamUserMerge.d.ts +0 -74
  770. package/_publish/Accounts/Users/Requests/PayUser.d.ts +0 -18
  771. package/_publish/Accounts/Users/Requests/PayUserAdvancedGet.d.ts +0 -15
  772. package/_publish/Accounts/Users/Requests/PayUserAdvancedList.d.ts +0 -38
  773. package/_publish/Accounts/Users/Requests/PayUserBatchDelete.d.ts +0 -15
  774. package/_publish/Accounts/Users/Requests/PayUserBatchMerge.d.ts +0 -15
  775. package/_publish/Accounts/Users/Requests/PayUserDelete.d.ts +0 -9
  776. package/_publish/Accounts/Users/Requests/PayUserGeneralGet.d.ts +0 -15
  777. package/_publish/Accounts/Users/Requests/PayUserGeneralList.d.ts +0 -38
  778. package/_publish/Accounts/Users/Requests/PayUserGet.d.ts +0 -15
  779. package/_publish/Accounts/Users/Requests/PayUserList.d.ts +0 -38
  780. package/_publish/Accounts/Users/Requests/PayUserMerge.d.ts +0 -20
  781. package/_publish/Accounts/Users/Requests/PayUserRestore.d.ts +0 -9
  782. package/_publish/Accounts/Users/Responses/RepUserAdvancedGet.d.ts +0 -15
  783. package/_publish/Accounts/Users/Responses/RepUserAdvancedList.d.ts +0 -39
  784. package/_publish/Accounts/Users/Responses/RepUserBatchDelete.d.ts +0 -16
  785. package/_publish/Accounts/Users/Responses/RepUserBatchMerge.d.ts +0 -13
  786. package/_publish/Accounts/Users/Responses/RepUserDelete.d.ts +0 -15
  787. package/_publish/Accounts/Users/Responses/RepUserGeneralGet.d.ts +0 -15
  788. package/_publish/Accounts/Users/Responses/RepUserGeneralList.d.ts +0 -39
  789. package/_publish/Accounts/Users/Responses/RepUserGet.d.ts +0 -15
  790. package/_publish/Accounts/Users/Responses/RepUserList.d.ts +0 -39
  791. package/_publish/Accounts/Users/Responses/RepUserMerge.d.ts +0 -13
  792. package/_publish/Assets/Requests/Parameters/ParamAssetDispatchMerge.d.ts +0 -26
  793. package/_publish/Assets/Requests/Parameters/ParamAssetMerge.d.ts +0 -143
  794. package/_publish/Assets/Requests/PayAsset.d.ts +0 -18
  795. package/_publish/Assets/Requests/PayAssetAdvancedGet.d.ts +0 -16
  796. package/_publish/Assets/Requests/PayAssetAdvancedList.d.ts +0 -68
  797. package/_publish/Assets/Requests/PayAssetBatchDelete.d.ts +0 -16
  798. package/_publish/Assets/Requests/PayAssetBatchMerge.d.ts +0 -15
  799. package/_publish/Assets/Requests/PayAssetDelete.d.ts +0 -9
  800. package/_publish/Assets/Requests/PayAssetDispatchGet.d.ts +0 -23
  801. package/_publish/Assets/Requests/PayAssetDispatchList.d.ts +0 -68
  802. package/_publish/Assets/Requests/PayAssetDispatchMerge.d.ts +0 -15
  803. package/_publish/Assets/Requests/PayAssetGeneralGet.d.ts +0 -23
  804. package/_publish/Assets/Requests/PayAssetGeneralList.d.ts +0 -68
  805. package/_publish/Assets/Requests/PayAssetGet.d.ts +0 -23
  806. package/_publish/Assets/Requests/PayAssetList.d.ts +0 -68
  807. package/_publish/Assets/Requests/PayAssetMerge.d.ts +0 -15
  808. package/_publish/Assets/Requests/PayAssetReactivate.d.ts +0 -9
  809. package/_publish/Assets/Requests/PayAssetRestore.d.ts +0 -9
  810. package/_publish/Assets/Requests/PayAssetSuspend.d.ts +0 -9
  811. package/_publish/Assets/Responses/RepAssetAdvancedGet.d.ts +0 -15
  812. package/_publish/Assets/Responses/RepAssetAdvancedList.d.ts +0 -51
  813. package/_publish/Assets/Responses/RepAssetBatchDelete.d.ts +0 -16
  814. package/_publish/Assets/Responses/RepAssetBatchMerge.d.ts +0 -13
  815. package/_publish/Assets/Responses/RepAssetDelete.d.ts +0 -15
  816. package/_publish/Assets/Responses/RepAssetDispatchGet.d.ts +0 -15
  817. package/_publish/Assets/Responses/RepAssetDispatchList.d.ts +0 -51
  818. package/_publish/Assets/Responses/RepAssetDispatchMerge.d.ts +0 -13
  819. package/_publish/Assets/Responses/RepAssetGeneralGet.d.ts +0 -15
  820. package/_publish/Assets/Responses/RepAssetGeneralList.d.ts +0 -51
  821. package/_publish/Assets/Responses/RepAssetGet.d.ts +0 -14
  822. package/_publish/Assets/Responses/RepAssetList.d.ts +0 -50
  823. package/_publish/Assets/Responses/RepAssetMerge.d.ts +0 -13
  824. package/_publish/Assets/Responses/RepAssetSuspend.d.ts +0 -15
  825. package/_publish/Behaviours/Behaviours/Requests/Parameters/ParamBehaviourMerge.d.ts +0 -47
  826. package/_publish/Behaviours/Behaviours/Requests/PayBehaviour.d.ts +0 -18
  827. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchDelete.d.ts +0 -15
  828. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourBatchMerge.d.ts +0 -15
  829. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourDelete.d.ts +0 -9
  830. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourGet.d.ts +0 -15
  831. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourList.d.ts +0 -27
  832. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourMerge.d.ts +0 -20
  833. package/_publish/Behaviours/Behaviours/Requests/PayBehaviourRestore.d.ts +0 -9
  834. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchDelete.d.ts +0 -16
  835. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourBatchMerge.d.ts +0 -13
  836. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourDelete.d.ts +0 -15
  837. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourGet.d.ts +0 -14
  838. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourList.d.ts +0 -26
  839. package/_publish/Behaviours/Behaviours/Responses/RepBehaviourMerge.d.ts +0 -13
  840. package/_publish/Behaviours/Logs/Requests/PayBehaviourLogBatchDelete.d.ts +0 -37
  841. package/_publish/Behaviours/Logs/Requests/PayBehaviourLogList.d.ts +0 -49
  842. package/_publish/Behaviours/Logs/Responses/RepBehaviourLogBatchDelete.d.ts +0 -52
  843. package/_publish/Behaviours/Logs/Responses/RepBehaviourLogList.d.ts +0 -51
  844. package/_publish/Behaviours/Scripts/Requests/Parameters/ParamBehaviourScriptMerge.d.ts +0 -56
  845. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScript.d.ts +0 -18
  846. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchDelete.d.ts +0 -15
  847. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptBatchMerge.d.ts +0 -15
  848. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptDelete.d.ts +0 -9
  849. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptGet.d.ts +0 -15
  850. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptList.d.ts +0 -27
  851. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptMerge.d.ts +0 -20
  852. package/_publish/Behaviours/Scripts/Requests/PayBehaviourScriptRestore.d.ts +0 -9
  853. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchDelete.d.ts +0 -16
  854. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptBatchMerge.d.ts +0 -13
  855. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptDelete.d.ts +0 -15
  856. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptGet.d.ts +0 -14
  857. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptList.d.ts +0 -26
  858. package/_publish/Behaviours/Scripts/Responses/RepBehaviourScriptMerge.d.ts +0 -13
  859. package/_publish/Companies/Requests/Parameters/ParamCompanyMerge.d.ts +0 -52
  860. package/_publish/Companies/Requests/Parameters/ParamCompanyResellerMerge.d.ts +0 -84
  861. package/_publish/Companies/Requests/Parameters/ParamEmailServer.d.ts +0 -64
  862. package/_publish/Companies/Requests/Parameters/ParamPasswordPolicy.d.ts +0 -40
  863. package/_publish/Companies/Requests/Parameters/ParamSessionPolicy.d.ts +0 -36
  864. package/_publish/Companies/Requests/Parameters/ParamSmsServer.d.ts +0 -20
  865. package/_publish/Companies/Requests/PayCompany.d.ts +0 -18
  866. package/_publish/Companies/Requests/PayCompanyBatchDelete.d.ts +0 -15
  867. package/_publish/Companies/Requests/PayCompanyBatchMerge.d.ts +0 -15
  868. package/_publish/Companies/Requests/PayCompanyDelete.d.ts +0 -9
  869. package/_publish/Companies/Requests/PayCompanyDirectoryGet.d.ts +0 -15
  870. package/_publish/Companies/Requests/PayCompanyDirectoryList.d.ts +0 -27
  871. package/_publish/Companies/Requests/PayCompanyGeneralGet.d.ts +0 -15
  872. package/_publish/Companies/Requests/PayCompanyGeneralList.d.ts +0 -36
  873. package/_publish/Companies/Requests/PayCompanyGet.d.ts +0 -15
  874. package/_publish/Companies/Requests/PayCompanyMerge.d.ts +0 -20
  875. package/_publish/Companies/Requests/PayCompanyPolicyGet.d.ts +0 -15
  876. package/_publish/Companies/Requests/PayCompanyPolicyList.d.ts +0 -27
  877. package/_publish/Companies/Requests/PayCompanyResellerDelete.d.ts +0 -9
  878. package/_publish/Companies/Requests/PayCompanyResellerGet.d.ts +0 -15
  879. package/_publish/Companies/Requests/PayCompanyResellerList.d.ts +0 -27
  880. package/_publish/Companies/Requests/PayCompanyResellerMerge.d.ts +0 -20
  881. package/_publish/Companies/Requests/PayCompanyResellerRestore.d.ts +0 -9
  882. package/_publish/Companies/Requests/PayCompanyRestore.d.ts +0 -9
  883. package/_publish/Companies/Requests/PayCompanyStyleGet.d.ts +0 -15
  884. package/_publish/Companies/Requests/PayCompanyStyleList.d.ts +0 -27
  885. package/_publish/Companies/Responses/RepCompanyBatchDelete.d.ts +0 -16
  886. package/_publish/Companies/Responses/RepCompanyBatchMerge.d.ts +0 -13
  887. package/_publish/Companies/Responses/RepCompanyDelete.d.ts +0 -15
  888. package/_publish/Companies/Responses/RepCompanyDirectoryGet.d.ts +0 -15
  889. package/_publish/Companies/Responses/RepCompanyDirectoryList.d.ts +0 -26
  890. package/_publish/Companies/Responses/RepCompanyGeneralGet.d.ts +0 -15
  891. package/_publish/Companies/Responses/RepCompanyGeneralList.d.ts +0 -26
  892. package/_publish/Companies/Responses/RepCompanyGet.d.ts +0 -14
  893. package/_publish/Companies/Responses/RepCompanyMerge.d.ts +0 -13
  894. package/_publish/Companies/Responses/RepCompanyPolicyGet.d.ts +0 -15
  895. package/_publish/Companies/Responses/RepCompanyPolicyList.d.ts +0 -26
  896. package/_publish/Companies/Responses/RepCompanyResellerDelete.d.ts +0 -15
  897. package/_publish/Companies/Responses/RepCompanyResellerGet.d.ts +0 -15
  898. package/_publish/Companies/Responses/RepCompanyResellerList.d.ts +0 -26
  899. package/_publish/Companies/Responses/RepCompanyResellerMerge.d.ts +0 -13
  900. package/_publish/Companies/Responses/RepCompanyStyleGet.d.ts +0 -15
  901. package/_publish/Companies/Responses/RepCompanyStyleList.d.ts +0 -26
  902. package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobCancel.d.ts +0 -23
  903. package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobChange.d.ts +0 -26
  904. package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchJobMerge.d.ts +0 -58
  905. package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepChange.d.ts +0 -27
  906. package/_publish/Dispatch/DispatchJob/Requests/Parameters/ParamDispatchStepMerge.d.ts +0 -43
  907. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJob.d.ts +0 -33
  908. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchCancel.d.ts +0 -15
  909. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchChange.d.ts +0 -15
  910. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchDelete.d.ts +0 -15
  911. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobBatchMerge.d.ts +0 -15
  912. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobCancel.d.ts +0 -20
  913. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobChange.d.ts +0 -21
  914. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobDelete.d.ts +0 -9
  915. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobGet.d.ts +0 -15
  916. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobList.d.ts +0 -102
  917. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobMerge.d.ts +0 -20
  918. package/_publish/Dispatch/DispatchJob/Requests/PayDispatchJobRestore.d.ts +0 -9
  919. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchDelete.d.ts +0 -16
  920. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobBatchMerge.d.ts +0 -13
  921. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobDelete.d.ts +0 -15
  922. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobGet.d.ts +0 -14
  923. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobList.d.ts +0 -91
  924. package/_publish/Dispatch/DispatchJob/Responses/RepDispatchJobMerge.d.ts +0 -13
  925. package/_publish/Dispatch/DispatchTask/Requests/Parameters/ParamDispatchTaskMerge.d.ts +0 -71
  926. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTask.d.ts +0 -18
  927. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchDelete.d.ts +0 -15
  928. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskBatchMerge.d.ts +0 -15
  929. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskDelete.d.ts +0 -9
  930. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskGet.d.ts +0 -15
  931. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskList.d.ts +0 -68
  932. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskMerge.d.ts +0 -20
  933. package/_publish/Dispatch/DispatchTask/Requests/PayDispatchTaskRestore.d.ts +0 -9
  934. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchDelete.d.ts +0 -16
  935. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskBatchMerge.d.ts +0 -13
  936. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskDelete.d.ts +0 -15
  937. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskGet.d.ts +0 -14
  938. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskList.d.ts +0 -66
  939. package/_publish/Dispatch/DispatchTask/Responses/RepDispatchTaskMerge.d.ts +0 -13
  940. package/_publish/Hosting/Documents/Requests/Parameters/ParamDocumentMerge.d.ts +0 -36
  941. package/_publish/Hosting/Documents/Requests/PayDocument.d.ts +0 -18
  942. package/_publish/Hosting/Documents/Requests/PayDocumentDelete.d.ts +0 -9
  943. package/_publish/Hosting/Documents/Requests/PayDocumentGet.d.ts +0 -15
  944. package/_publish/Hosting/Documents/Requests/PayDocumentList.d.ts +0 -27
  945. package/_publish/Hosting/Documents/Requests/PayDocumentMerge.d.ts +0 -20
  946. package/_publish/Hosting/Documents/Requests/PayDocumentRestore.d.ts +0 -9
  947. package/_publish/Hosting/Documents/Responses/RepDocumentDelete.d.ts +0 -15
  948. package/_publish/Hosting/Documents/Responses/RepDocumentGet.d.ts +0 -14
  949. package/_publish/Hosting/Documents/Responses/RepDocumentList.d.ts +0 -26
  950. package/_publish/Hosting/Documents/Responses/RepDocumentMerge.d.ts +0 -13
  951. package/_publish/Hosting/FormResults/Requests/Parameters/ParamFormResultMerge.d.ts +0 -46
  952. package/_publish/Hosting/FormResults/Requests/PayFormResult.d.ts +0 -18
  953. package/_publish/Hosting/FormResults/Requests/PayFormResultBatchMerge.d.ts +0 -15
  954. package/_publish/Hosting/FormResults/Requests/PayFormResultDelete.d.ts +0 -9
  955. package/_publish/Hosting/FormResults/Requests/PayFormResultGet.d.ts +0 -15
  956. package/_publish/Hosting/FormResults/Requests/PayFormResultList.d.ts +0 -27
  957. package/_publish/Hosting/FormResults/Requests/PayFormResultMerge.d.ts +0 -20
  958. package/_publish/Hosting/FormResults/Requests/PayFormResultRestore.d.ts +0 -9
  959. package/_publish/Hosting/FormResults/Responses/RepFormResultBatchMerge.d.ts +0 -13
  960. package/_publish/Hosting/FormResults/Responses/RepFormResultDelete.d.ts +0 -15
  961. package/_publish/Hosting/FormResults/Responses/RepFormResultGet.d.ts +0 -15
  962. package/_publish/Hosting/FormResults/Responses/RepFormResultList.d.ts +0 -26
  963. package/_publish/Hosting/FormResults/Responses/RepFormResultMerge.d.ts +0 -13
  964. package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormField.d.ts +0 -77
  965. package/_publish/Hosting/FormTemplates/Requests/Parameters/ParamFormTemplateMerge.d.ts +0 -19
  966. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplate.d.ts +0 -18
  967. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateBatchDelete.d.ts +0 -15
  968. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateBatchMerge.d.ts +0 -15
  969. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateDelete.d.ts +0 -9
  970. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateGet.d.ts +0 -15
  971. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateList.d.ts +0 -27
  972. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateMerge.d.ts +0 -20
  973. package/_publish/Hosting/FormTemplates/Requests/PayFormTemplateRestore.d.ts +0 -9
  974. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateBatchDelete.d.ts +0 -16
  975. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateBatchMerge.d.ts +0 -14
  976. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateDelete.d.ts +0 -16
  977. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateGet.d.ts +0 -14
  978. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateList.d.ts +0 -26
  979. package/_publish/Hosting/FormTemplates/Responses/RepFormTemplateMerge.d.ts +0 -13
  980. package/_publish/Images/Dashcams/Requests/PayDashcam.d.ts +0 -18
  981. package/_publish/Images/Dashcams/Requests/PayDashcamGet.d.ts +0 -15
  982. package/_publish/Images/Dashcams/Requests/PayDashcamList.d.ts +0 -103
  983. package/_publish/Images/Dashcams/Responses/RepDashcamGet.d.ts +0 -14
  984. package/_publish/Images/Dashcams/Responses/RepDashcamList.d.ts +0 -93
  985. package/_publish/Images/Icons/Requests/Parameters/ParamIconMerge.d.ts +0 -33
  986. package/_publish/Images/Icons/Requests/PayIcon.d.ts +0 -18
  987. package/_publish/Images/Icons/Requests/PayIconBatchDelete.d.ts +0 -15
  988. package/_publish/Images/Icons/Requests/PayIconBatchMerge.d.ts +0 -15
  989. package/_publish/Images/Icons/Requests/PayIconDelete.d.ts +0 -9
  990. package/_publish/Images/Icons/Requests/PayIconGet.d.ts +0 -15
  991. package/_publish/Images/Icons/Requests/PayIconList.d.ts +0 -27
  992. package/_publish/Images/Icons/Requests/PayIconMerge.d.ts +0 -20
  993. package/_publish/Images/Icons/Requests/PayIconRestore.d.ts +0 -9
  994. package/_publish/Images/Icons/Responses/RepIconBatchDelete.d.ts +0 -16
  995. package/_publish/Images/Icons/Responses/RepIconBatchMerge.d.ts +0 -13
  996. package/_publish/Images/Icons/Responses/RepIconDelete.d.ts +0 -15
  997. package/_publish/Images/Icons/Responses/RepIconGet.d.ts +0 -15
  998. package/_publish/Images/Icons/Responses/RepIconList.d.ts +0 -26
  999. package/_publish/Images/Icons/Responses/RepIconMerge.d.ts +0 -13
  1000. package/_publish/Images/Pictures/Requests/Parameters/ParamPictureMerge.d.ts +0 -29
  1001. package/_publish/Images/Pictures/Requests/PayPicture.d.ts +0 -18
  1002. package/_publish/Images/Pictures/Requests/PayPictureBatchDelete.d.ts +0 -15
  1003. package/_publish/Images/Pictures/Requests/PayPictureBatchMerge.d.ts +0 -15
  1004. package/_publish/Images/Pictures/Requests/PayPictureDelete.d.ts +0 -9
  1005. package/_publish/Images/Pictures/Requests/PayPictureGet.d.ts +0 -15
  1006. package/_publish/Images/Pictures/Requests/PayPictureList.d.ts +0 -27
  1007. package/_publish/Images/Pictures/Requests/PayPictureMerge.d.ts +0 -20
  1008. package/_publish/Images/Pictures/Requests/PayPictureRestore.d.ts +0 -9
  1009. package/_publish/Images/Pictures/Responses/RepPictureBatchDelete.d.ts +0 -16
  1010. package/_publish/Images/Pictures/Responses/RepPictureBatchMerge.d.ts +0 -13
  1011. package/_publish/Images/Pictures/Responses/RepPictureDelete.d.ts +0 -15
  1012. package/_publish/Images/Pictures/Responses/RepPictureGet.d.ts +0 -14
  1013. package/_publish/Images/Pictures/Responses/RepPictureList.d.ts +0 -26
  1014. package/_publish/Images/Pictures/Responses/RepPictureMerge.d.ts +0 -13
  1015. package/_publish/Maintenance/Jobs/Requests/Parameters/ParamMaintenanceJobMerge.d.ts +0 -32
  1016. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJob.d.ts +0 -18
  1017. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchDelete.d.ts +0 -15
  1018. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobBatchMerge.d.ts +0 -15
  1019. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobDelete.d.ts +0 -9
  1020. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobGet.d.ts +0 -15
  1021. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobList.d.ts +0 -27
  1022. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobMerge.d.ts +0 -20
  1023. package/_publish/Maintenance/Jobs/Requests/PayMaintenanceJobRestore.d.ts +0 -9
  1024. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchDelete.d.ts +0 -16
  1025. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobBatchMerge.d.ts +0 -14
  1026. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobDelete.d.ts +0 -16
  1027. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobGet.d.ts +0 -14
  1028. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobList.d.ts +0 -26
  1029. package/_publish/Maintenance/Jobs/Responses/RepMaintenanceJobMerge.d.ts +0 -13
  1030. package/_publish/Maintenance/Schedules/Requests/Parameters/ParamMaintenanceScheduleMerge.d.ts +0 -41
  1031. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceSchedule.d.ts +0 -18
  1032. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchDelete.d.ts +0 -15
  1033. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleBatchMerge.d.ts +0 -15
  1034. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleDelete.d.ts +0 -9
  1035. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleGet.d.ts +0 -15
  1036. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleList.d.ts +0 -27
  1037. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleMerge.d.ts +0 -20
  1038. package/_publish/Maintenance/Schedules/Requests/PayMaintenanceScheduleRestore.d.ts +0 -9
  1039. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchDelete.d.ts +0 -16
  1040. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleBatchMerge.d.ts +0 -13
  1041. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleDelete.d.ts +0 -15
  1042. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleGet.d.ts +0 -14
  1043. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleList.d.ts +0 -26
  1044. package/_publish/Maintenance/Schedules/Responses/RepMaintenanceScheduleMerge.d.ts +0 -13
  1045. package/_publish/Messaging/Requests/Parameters/ParamAssetMessageMerge.d.ts +0 -21
  1046. package/_publish/Messaging/Requests/PayAssetMessage.d.ts +0 -18
  1047. package/_publish/Messaging/Requests/PayAssetMessageBatchDelete.d.ts +0 -15
  1048. package/_publish/Messaging/Requests/PayAssetMessageBatchMerge.d.ts +0 -15
  1049. package/_publish/Messaging/Requests/PayAssetMessageDelete.d.ts +0 -9
  1050. package/_publish/Messaging/Requests/PayAssetMessageGet.d.ts +0 -15
  1051. package/_publish/Messaging/Requests/PayAssetMessageList.d.ts +0 -39
  1052. package/_publish/Messaging/Requests/PayAssetMessageMerge.d.ts +0 -20
  1053. package/_publish/Messaging/Requests/PayAssetMessageRestore.d.ts +0 -9
  1054. package/_publish/Messaging/Responses/RepAssetMessageBatchDelete.d.ts +0 -16
  1055. package/_publish/Messaging/Responses/RepAssetMessageBatchMerge.d.ts +0 -13
  1056. package/_publish/Messaging/Responses/RepAssetMessageDelete.d.ts +0 -16
  1057. package/_publish/Messaging/Responses/RepAssetMessageGet.d.ts +0 -15
  1058. package/_publish/Messaging/Responses/RepAssetMessageList.d.ts +0 -41
  1059. package/_publish/Messaging/Responses/RepAssetMessageMerge.d.ts +0 -13
  1060. package/_publish/Places/Requests/Parameters/ParamPlaceMerge.d.ts +0 -25
  1061. package/_publish/Places/Requests/PayPlace.d.ts +0 -18
  1062. package/_publish/Places/Requests/PayPlaceBatchDelete.d.ts +0 -15
  1063. package/_publish/Places/Requests/PayPlaceBatchMerge.d.ts +0 -15
  1064. package/_publish/Places/Requests/PayPlaceDelete.d.ts +0 -9
  1065. package/_publish/Places/Requests/PayPlaceGet.d.ts +0 -15
  1066. package/_publish/Places/Requests/PayPlaceList.d.ts +0 -27
  1067. package/_publish/Places/Requests/PayPlaceMerge.d.ts +0 -20
  1068. package/_publish/Places/Requests/PayPlaceRestore.d.ts +0 -9
  1069. package/_publish/Places/Responses/RepPlaceBatchDelete.d.ts +0 -17
  1070. package/_publish/Places/Responses/RepPlaceBatchMerge.d.ts +0 -14
  1071. package/_publish/Places/Responses/RepPlaceDelete.d.ts +0 -16
  1072. package/_publish/Places/Responses/RepPlaceGet.d.ts +0 -14
  1073. package/_publish/Places/Responses/RepPlaceList.d.ts +0 -26
  1074. package/_publish/Places/Responses/RepPlaceMerge.d.ts +0 -13
  1075. package/_publish/Providers/Configs/Requests/Parameters/ParamProviderConfigMerge.d.ts +0 -24
  1076. package/_publish/Providers/Configs/Requests/PayProviderConfig.d.ts +0 -18
  1077. package/_publish/Providers/Configs/Requests/PayProviderConfigBatchDelete.d.ts +0 -15
  1078. package/_publish/Providers/Configs/Requests/PayProviderConfigBatchMerge.d.ts +0 -15
  1079. package/_publish/Providers/Configs/Requests/PayProviderConfigDelete.d.ts +0 -9
  1080. package/_publish/Providers/Configs/Requests/PayProviderConfigGet.d.ts +0 -15
  1081. package/_publish/Providers/Configs/Requests/PayProviderConfigList.d.ts +0 -38
  1082. package/_publish/Providers/Configs/Requests/PayProviderConfigMerge.d.ts +0 -20
  1083. package/_publish/Providers/Configs/Requests/PayProviderConfigRestore.d.ts +0 -9
  1084. package/_publish/Providers/Configs/Responses/RepProviderConfigBatchDelete.d.ts +0 -16
  1085. package/_publish/Providers/Configs/Responses/RepProviderConfigBatchMerge.d.ts +0 -13
  1086. package/_publish/Providers/Configs/Responses/RepProviderConfigDelete.d.ts +0 -15
  1087. package/_publish/Providers/Configs/Responses/RepProviderConfigGet.d.ts +0 -14
  1088. package/_publish/Providers/Configs/Responses/RepProviderConfigList.d.ts +0 -39
  1089. package/_publish/Providers/Configs/Responses/RepProviderConfigMerge.d.ts +0 -13
  1090. package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationType.d.ts +0 -18
  1091. package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeGet.d.ts +0 -15
  1092. package/_publish/Providers/ConfigurationTypes/Requests/PayProviderConfigurationTypeList.d.ts +0 -27
  1093. package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeGet.d.ts +0 -14
  1094. package/_publish/Providers/ConfigurationTypes/Responses/RepProviderConfigurationTypeList.d.ts +0 -21
  1095. package/_publish/Providers/Configurations/Requests/Parameters/ParamProviderConfigurationMerge.d.ts +0 -24
  1096. package/_publish/Providers/Configurations/Requests/PayProviderConfiguration.d.ts +0 -18
  1097. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchDelete.d.ts +0 -15
  1098. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationBatchMerge.d.ts +0 -15
  1099. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationDelete.d.ts +0 -9
  1100. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationGet.d.ts +0 -15
  1101. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationList.d.ts +0 -27
  1102. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationMerge.d.ts +0 -20
  1103. package/_publish/Providers/Configurations/Requests/PayProviderConfigurationRestore.d.ts +0 -9
  1104. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchDelete.d.ts +0 -16
  1105. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationBatchMerge.d.ts +0 -13
  1106. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationDelete.d.ts +0 -15
  1107. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationGet.d.ts +0 -14
  1108. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationList.d.ts +0 -26
  1109. package/_publish/Providers/Configurations/Responses/RepProviderConfigurationMerge.d.ts +0 -13
  1110. package/_publish/Providers/Providers/Requests/Parameters/ParamProviderMerge.d.ts +0 -32
  1111. package/_publish/Providers/Providers/Requests/PayProvider.d.ts +0 -18
  1112. package/_publish/Providers/Providers/Requests/PayProviderAdvancedGet.d.ts +0 -15
  1113. package/_publish/Providers/Providers/Requests/PayProviderAdvancedList.d.ts +0 -43
  1114. package/_publish/Providers/Providers/Requests/PayProviderBatchDelete.d.ts +0 -15
  1115. package/_publish/Providers/Providers/Requests/PayProviderBatchMerge.d.ts +0 -15
  1116. package/_publish/Providers/Providers/Requests/PayProviderControlGet.d.ts +0 -15
  1117. package/_publish/Providers/Providers/Requests/PayProviderControlList.d.ts +0 -43
  1118. package/_publish/Providers/Providers/Requests/PayProviderDelete.d.ts +0 -9
  1119. package/_publish/Providers/Providers/Requests/PayProviderGeneralGet.d.ts +0 -15
  1120. package/_publish/Providers/Providers/Requests/PayProviderGeneralList.d.ts +0 -43
  1121. package/_publish/Providers/Providers/Requests/PayProviderGet.d.ts +0 -15
  1122. package/_publish/Providers/Providers/Requests/PayProviderList.d.ts +0 -42
  1123. package/_publish/Providers/Providers/Requests/PayProviderMerge.d.ts +0 -20
  1124. package/_publish/Providers/Providers/Requests/PayProviderRestore.d.ts +0 -9
  1125. package/_publish/Providers/Providers/Responses/RepProviderAdvancedGet.d.ts +0 -15
  1126. package/_publish/Providers/Providers/Responses/RepProviderAdvancedList.d.ts +0 -39
  1127. package/_publish/Providers/Providers/Responses/RepProviderBatchDelete.d.ts +0 -16
  1128. package/_publish/Providers/Providers/Responses/RepProviderBatchMerge.d.ts +0 -14
  1129. package/_publish/Providers/Providers/Responses/RepProviderControlGet.d.ts +0 -15
  1130. package/_publish/Providers/Providers/Responses/RepProviderControlList.d.ts +0 -39
  1131. package/_publish/Providers/Providers/Responses/RepProviderDelete.d.ts +0 -15
  1132. package/_publish/Providers/Providers/Responses/RepProviderGeneralGet.d.ts +0 -15
  1133. package/_publish/Providers/Providers/Responses/RepProviderGeneralList.d.ts +0 -39
  1134. package/_publish/Providers/Providers/Responses/RepProviderGet.d.ts +0 -14
  1135. package/_publish/Providers/Providers/Responses/RepProviderList.d.ts +0 -39
  1136. package/_publish/Providers/Providers/Responses/RepProviderMerge.d.ts +0 -13
  1137. package/_publish/Providers/Registrations/Requests/Parameters/ParamProviderRegistrationMerge.d.ts +0 -18
  1138. package/_publish/Providers/Registrations/Requests/PayProviderRegistration.d.ts +0 -18
  1139. package/_publish/Providers/Registrations/Requests/PayProviderRegistrationDelete.d.ts +0 -9
  1140. package/_publish/Providers/Registrations/Requests/PayProviderRegistrationGet.d.ts +0 -15
  1141. package/_publish/Providers/Registrations/Requests/PayProviderRegistrationList.d.ts +0 -27
  1142. package/_publish/Providers/Registrations/Requests/PayProviderRegistrationMerge.d.ts +0 -15
  1143. package/_publish/Providers/Registrations/Responses/RepProviderRegistrationDelete.d.ts +0 -15
  1144. package/_publish/Providers/Registrations/Responses/RepProviderRegistrationGet.d.ts +0 -14
  1145. package/_publish/Providers/Registrations/Responses/RepProviderRegistrationList.d.ts +0 -26
  1146. package/_publish/Providers/Registrations/Responses/RepProviderRegistrationMerge.d.ts +0 -13
  1147. package/_publish/Providers/Scripts/Requests/Parameters/ParamProviderScriptMerge.d.ts +0 -20
  1148. package/_publish/Providers/Scripts/Requests/PayProviderScript.d.ts +0 -18
  1149. package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchDelete.d.ts +0 -15
  1150. package/_publish/Providers/Scripts/Requests/PayProviderScriptBatchMerge.d.ts +0 -15
  1151. package/_publish/Providers/Scripts/Requests/PayProviderScriptDelete.d.ts +0 -9
  1152. package/_publish/Providers/Scripts/Requests/PayProviderScriptGet.d.ts +0 -15
  1153. package/_publish/Providers/Scripts/Requests/PayProviderScriptList.d.ts +0 -27
  1154. package/_publish/Providers/Scripts/Requests/PayProviderScriptMerge.d.ts +0 -20
  1155. package/_publish/Providers/Scripts/Requests/PayProviderScriptRestore.d.ts +0 -9
  1156. package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchDelete.d.ts +0 -16
  1157. package/_publish/Providers/Scripts/Responses/RepProviderScriptBatchMerge.d.ts +0 -13
  1158. package/_publish/Providers/Scripts/Responses/RepProviderScriptDelete.d.ts +0 -16
  1159. package/_publish/Providers/Scripts/Responses/RepProviderScriptGet.d.ts +0 -14
  1160. package/_publish/Providers/Scripts/Responses/RepProviderScriptList.d.ts +0 -26
  1161. package/_publish/Providers/Scripts/Responses/RepProviderScriptMerge.d.ts +0 -14
  1162. package/_publish/Reports/Parameters/ParamReportOptions.d.ts +0 -22
  1163. package/_publish/Reports/Parameters/ParamReportScorecardRules.d.ts +0 -11
  1164. package/_publish/Reports/Results/Requests/Parameters/ParamReportResultMerge.d.ts +0 -20
  1165. package/_publish/Reports/Results/Requests/PayReportResult.d.ts +0 -18
  1166. package/_publish/Reports/Results/Requests/PayReportResultBatchDelete.d.ts +0 -15
  1167. package/_publish/Reports/Results/Requests/PayReportResultBatchMerge.d.ts +0 -15
  1168. package/_publish/Reports/Results/Requests/PayReportResultDelete.d.ts +0 -9
  1169. package/_publish/Reports/Results/Requests/PayReportResultGet.d.ts +0 -15
  1170. package/_publish/Reports/Results/Requests/PayReportResultList.d.ts +0 -27
  1171. package/_publish/Reports/Results/Requests/PayReportResultMerge.d.ts +0 -20
  1172. package/_publish/Reports/Results/Requests/PayReportResultRestore.d.ts +0 -9
  1173. package/_publish/Reports/Results/Responses/RepReportResultBatchDelete.d.ts +0 -16
  1174. package/_publish/Reports/Results/Responses/RepReportResultBatchMerge.d.ts +0 -13
  1175. package/_publish/Reports/Results/Responses/RepReportResultDelete.d.ts +0 -15
  1176. package/_publish/Reports/Results/Responses/RepReportResultGet.d.ts +0 -14
  1177. package/_publish/Reports/Results/Responses/RepReportResultList.d.ts +0 -26
  1178. package/_publish/Reports/Results/Responses/RepReportResultMerge.d.ts +0 -13
  1179. package/_publish/Reports/Schedules/Requests/Parameters/ParamReportNotify.d.ts +0 -17
  1180. package/_publish/Reports/Schedules/Requests/Parameters/ParamReportRecurrence.d.ts +0 -20
  1181. package/_publish/Reports/Schedules/Requests/Parameters/ParamReportScheduleMerge.d.ts +0 -21
  1182. package/_publish/Reports/Schedules/Requests/PayReportSchedule.d.ts +0 -18
  1183. package/_publish/Reports/Schedules/Requests/PayReportScheduleDelete.d.ts +0 -9
  1184. package/_publish/Reports/Schedules/Requests/PayReportScheduleGet.d.ts +0 -15
  1185. package/_publish/Reports/Schedules/Requests/PayReportScheduleList.d.ts +0 -27
  1186. package/_publish/Reports/Schedules/Requests/PayReportScheduleMerge.d.ts +0 -20
  1187. package/_publish/Reports/Schedules/Requests/PayReportScheduleRestore.d.ts +0 -9
  1188. package/_publish/Reports/Schedules/Responses/RepReportScheduleBatchDelete.d.ts +0 -16
  1189. package/_publish/Reports/Schedules/Responses/RepReportScheduleDelete.d.ts +0 -15
  1190. package/_publish/Reports/Schedules/Responses/RepReportScheduleGet.d.ts +0 -14
  1191. package/_publish/Reports/Schedules/Responses/RepReportScheduleList.d.ts +0 -26
  1192. package/_publish/Reports/Schedules/Responses/RepReportScheduleMerge.d.ts +0 -13
  1193. package/_publish/Reports/Templates/Requests/Parameters/ParamReportTemplateMerge.d.ts +0 -19
  1194. package/_publish/Reports/Templates/Requests/PayReportTemplate.d.ts +0 -18
  1195. package/_publish/Reports/Templates/Requests/PayReportTemplateBatchDelete.d.ts +0 -15
  1196. package/_publish/Reports/Templates/Requests/PayReportTemplateBatchMerge.d.ts +0 -15
  1197. package/_publish/Reports/Templates/Requests/PayReportTemplateDelete.d.ts +0 -9
  1198. package/_publish/Reports/Templates/Requests/PayReportTemplateGet.d.ts +0 -15
  1199. package/_publish/Reports/Templates/Requests/PayReportTemplateList.d.ts +0 -27
  1200. package/_publish/Reports/Templates/Requests/PayReportTemplateMerge.d.ts +0 -20
  1201. package/_publish/Reports/Templates/Requests/PayReportTemplateRestore.d.ts +0 -9
  1202. package/_publish/Reports/Templates/Responses/RepReportTemplateBatchDelete.d.ts +0 -16
  1203. package/_publish/Reports/Templates/Responses/RepReportTemplateBatchMerge.d.ts +0 -13
  1204. package/_publish/Reports/Templates/Responses/RepReportTemplateDelete.d.ts +0 -15
  1205. package/_publish/Reports/Templates/Responses/RepReportTemplateGet.d.ts +0 -14
  1206. package/_publish/Reports/Templates/Responses/RepReportTemplateList.d.ts +0 -26
  1207. package/_publish/Reports/Templates/Responses/RepReportTemplateMerge.d.ts +0 -13
  1208. package/_publish/WebSocket/Requests/Parameters/SubscriptionType.d.ts +0 -212
  1209. package/_publish/WebSocket/Requests/PaySubscriptionDelete.d.ts +0 -10
  1210. package/_publish/WebSocket/Requests/PaySubscriptionList.d.ts +0 -10
  1211. package/_publish/WebSocket/Requests/PaySubscriptionMerge.d.ts +0 -23
  1212. package/_publish/WebSocket/Responses/Content/Subscription.d.ts +0 -17
  1213. package/_publish/WebSocket/Responses/RepSubscription.d.ts +0 -29
  1214. package/_publish/WebSocket/Responses/RepSubscriptionList.d.ts +0 -13
  1215. package/_publish/index.d.ts +0 -602
  1216. package/_publish/trakit-commands.min.js +0 -7
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { ParamDispatchJobChange } from "./Parameters/ParamDispatchJobChange";
4
- import { PayDispatchJobSpecial } from "./PayDispatchJob";
5
- /**
6
- * Completes or modifies multiple existing {@link DispatchJob}s from a driver's perspective.
7
- */
8
- export declare class PayDispatchJobBatchChange extends PayDispatchJobSpecial {
9
- /**
10
- * List of {@link DispatchJob}s to update or create.
11
- */
12
- dispatchJobs: ParamDispatchJobChange[];
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { ParamId } from "../../../API/Requests/Parameters/ParamId";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- import { PayDispatchJobSpecial } from "./PayDispatchJob";
5
- /**
6
- * Deletes multiple {@link DispatchJob}s.
7
- */
8
- export declare class PayDispatchJobBatchDelete extends PayDispatchJobSpecial {
9
- /**
10
- * List of {@link DispatchJob.id}s to delete.
11
- */
12
- dispatchJobs: ParamId[];
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { ParamDispatchJobMerge } from "./Parameters/ParamDispatchJobMerge";
4
- import { PayDispatchJobSpecial } from "./PayDispatchJob";
5
- /**
6
- * Creates multiple new, or updates multiple existing {@link DispatchJob}s.
7
- */
8
- export declare class PayDispatchJobBatchMerge extends PayDispatchJobSpecial {
9
- /**
10
- * List of {@link DispatchJob}s to update or create.
11
- */
12
- dispatchJobs: ParamDispatchJobMerge[];
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,20 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { IPaySingle } from "../../../API/Requests/IPaySingle";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- import { ParamDispatchJobCancel } from "./Parameters/ParamDispatchJobCancel";
5
- import { PayDispatchJobSpecial } from "./PayDispatchJob";
6
- /**
7
- * Cancels a {@link DispatchJob}, removing it from the dispatcher's and driver's views.
8
- */
9
- export declare class PayDispatchJobCancel extends PayDispatchJobSpecial implements IPaySingle {
10
- /**
11
- * Parameters given to cancel a {@link DispatchJob}.
12
- */
13
- dispatchJob: ParamDispatchJobCancel;
14
- constructor(json?: JsonObject);
15
- /**
16
- *
17
- */
18
- getKey(): string;
19
- createReply(json: JsonObject): Reply;
20
- }
@@ -1,21 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { IPaySingle } from "../../../API/Requests/IPaySingle";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- import { ParamDispatchJobChange } from "./Parameters/ParamDispatchJobChange";
5
- import { PayDispatchJobSpecial } from "./PayDispatchJob";
6
- /**
7
- * Completes or modifies an existing {@link DispatchJob} from a driver's perspective.
8
- * This can be used by dispatchers to accomodate thrid-party delivery systems, or correcting errors from drivers.
9
- */
10
- export declare class PayDispatchJobChange extends PayDispatchJobSpecial implements IPaySingle {
11
- /**
12
- * Parameters given to create or update a {@link DispatchJob}.
13
- */
14
- dispatchJob: ParamDispatchJobChange;
15
- constructor(json?: JsonObject);
16
- /**
17
- *
18
- */
19
- getKey(): string;
20
- createReply(json: JsonObject): Reply;
21
- }
@@ -1,9 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { PayDispatchJob } from "./PayDispatchJob";
4
- /**
5
- * Deletes an existing {@link DispatchJob}.
6
- */
7
- export declare class PayDispatchJobDelete extends PayDispatchJob {
8
- createReply(json: JsonObject): Reply;
9
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { PayDispatchJob } from "./PayDispatchJob";
4
- import { IPayDeletable } from "../../../API/Requests/IPayDeletable";
5
- /**
6
- * Gets details of the specified {@link DispatchJob}.
7
- */
8
- export declare class PayDispatchJobGet extends PayDispatchJob implements IPayDeletable {
9
- /**
10
- * When true, the command will also return a deleted {@link DispatchJob} (if it exists).
11
- */
12
- includeDeleted: boolean;
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,102 +0,0 @@
1
- import { codified, JsonObject } from "@trakit/objects";
2
- import { IPayDeletable } from "../../../API/Requests/IPayDeletable";
3
- import { IPayListByAsset } from "../../../API/Requests/IPayListByAsset";
4
- import { IPayListByCompany } from "../../../API/Requests/IPayListByCompany";
5
- import { IPayListByLabels } from "../../../API/Requests/IPayListByLabels";
6
- import { IPayListByReferences } from "../../../API/Requests/IPayListByReferences";
7
- import { ParamId } from "../../../API/Requests/Parameters/ParamId";
8
- import { Payload } from "../../../API/Requests/Payload";
9
- import { Reply } from "../../../API/Responses/Reply";
10
- /**
11
- *
12
- */
13
- export declare abstract class PayDispatchJobList extends Payload implements IPayDeletable {
14
- /**
15
- * When true, the command will also return deleted {@link DispatchJob}s.
16
- */
17
- includeDeleted: boolean;
18
- constructor(json?: JsonObject);
19
- }
20
- /**
21
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
22
- */
23
- export declare class PayDispatchJobListByCompany extends PayDispatchJobList implements IPayListByCompany {
24
- /**
25
- *
26
- */
27
- company: ParamId;
28
- constructor(json?: JsonObject);
29
- createReply(json: JsonObject): Reply;
30
- }
31
- /**
32
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
33
- */
34
- export declare class PayDispatchJobListByCompanyAndLabels extends PayDispatchJobListByCompany implements IPayListByLabels {
35
- /**
36
- * Labels used to filter the {@link DispatchJob}s.
37
- */
38
- labels: codified[];
39
- constructor(json?: JsonObject);
40
- createReply(json: JsonObject): Reply;
41
- }
42
- /**
43
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
44
- */
45
- export declare class PayDispatchJobListByCompanyAndRefPairs extends PayDispatchJobListByCompany implements IPayListByReferences {
46
- /**
47
- * Case-insensitive reference pairs used to match {@link Company}s.
48
- * @see {@link CompanyGeneral.references}
49
- */
50
- references: Map<string, string>;
51
- constructor(json?: JsonObject);
52
- createReply(json: JsonObject): Reply;
53
- }
54
- /**
55
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
56
- */
57
- export declare class PayDispatchJobListByAsset extends PayDispatchJobList implements IPayListByAsset {
58
- /**
59
- *
60
- */
61
- asset: ParamId;
62
- constructor(json?: JsonObject);
63
- createReply(json: JsonObject): Reply;
64
- }
65
- /**
66
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
67
- */
68
- export declare class PayDispatchJobListByAssetAndLabels extends PayDispatchJobListByAsset implements IPayListByLabels {
69
- /**
70
- * Labels used to filter the {@link DispatchJob}s.
71
- */
72
- labels: codified[];
73
- constructor(json?: JsonObject);
74
- createReply(json: JsonObject): Reply;
75
- }
76
- /**
77
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
78
- */
79
- export declare class PayDispatchJobListByAssetAndRefPairs extends PayDispatchJobListByAsset implements IPayListByReferences {
80
- /**
81
- * Case-insensitive reference pairs used to match {@link Asset}s.
82
- * @see {@link AssetGeneral.references}
83
- */
84
- references: Map<string, string>;
85
- constructor(json?: JsonObject);
86
- createReply(json: JsonObject): Reply;
87
- }
88
- /**
89
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
90
- */
91
- export declare class PayDispatchJobListByUnassigned extends PayDispatchJobListByCompany {
92
- }
93
- /**
94
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
95
- */
96
- export declare class PayDispatchJobListByUnassignedAndLabels extends PayDispatchJobListByCompanyAndLabels {
97
- }
98
- /**
99
- * Gets the list of {@link DispatchJob}s for the specified {@link Asset}.
100
- */
101
- export declare class PayDispatchJobListByUnassignedAndRefPairs extends PayDispatchJobListByCompanyAndRefPairs {
102
- }
@@ -1,20 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { Payload } from "../../../API/Requests/Payload";
4
- import { IPaySingle } from "../../../API/Requests/IPaySingle";
5
- import { ParamDispatchJobMerge } from "./Parameters/ParamDispatchJobMerge";
6
- /**
7
- * Creates a new or updates an existing {@link DispatchJob}.
8
- */
9
- export declare class PayDispatchJobMerge extends Payload implements IPaySingle {
10
- /**
11
- * Parameters given to create or update a {@link DispatchJob}.
12
- */
13
- dispatchJob: ParamDispatchJobMerge;
14
- constructor(json?: JsonObject);
15
- /**
16
- *
17
- */
18
- getKey(): string;
19
- createReply(json: JsonObject): Reply;
20
- }
@@ -1,9 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { PayDispatchJob } from "./PayDispatchJob";
4
- /**
5
- * Restores a deleted {@link DispatchJob}.
6
- */
7
- export declare class PayDispatchJobRestore extends PayDispatchJob {
8
- createReply(json: JsonObject): Reply;
9
- }
@@ -1,16 +0,0 @@
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
- * A container for the {@link dispatchJob}.
6
- */
7
- export declare class RepDispatchJobBatchDelete extends ReplySyncBatchDelete {
8
- /**
9
- * Details about deleting/restoring the requested {@link DispatchJob}.
10
- */
11
- dispatchJobs: ContentIdDeleted[] | nothing;
12
- constructor(json: JsonObject);
13
- protected _getKeys(): ulong[];
14
- getCompanyId(): ulong;
15
- getResults(): ContentIdDeleted[];
16
- }
@@ -1,13 +0,0 @@
1
- import { JsonObject, nothing } from "@trakit/objects";
2
- import { ContentIdCompany } from "../../../API/Responses/Content/ContentIdCompany";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- /**
5
- *
6
- */
7
- export declare class RepDispatchJobBatchMerge extends Reply {
8
- /**
9
- *
10
- */
11
- dispatchJobs: ContentIdCompany[] | nothing;
12
- constructor(json: JsonObject);
13
- }
@@ -1,15 +0,0 @@
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
- * A container for the {@link dispatchJob}.
6
- */
7
- export declare class RepDispatchJobDelete extends ReplySyncDelete {
8
- /**
9
- * Details about deleting/restoring the requested {@link DispatchJob}.
10
- */
11
- dispatchJob: ContentIdDeleted | nothing;
12
- constructor(json: JsonObject);
13
- getKey(): ulong;
14
- getCompanyId(): ulong;
15
- }
@@ -1,14 +0,0 @@
1
- import { DispatchJob, JsonObject, nothing, ulong } from "@trakit/objects";
2
- import { ReplySyncGet } from "../../../API/Responses/ReplySyncGet";
3
- /**
4
- * A container for the {@link dispatchJob}.
5
- */
6
- export declare class RepDispatchJobGet extends ReplySyncGet<DispatchJob> {
7
- /**
8
- * The requested {@link DispatchJob}.
9
- */
10
- dispatchJob: DispatchJob | nothing;
11
- constructor(json: JsonObject);
12
- getObject(): DispatchJob;
13
- getCompanyId(): ulong;
14
- }
@@ -1,91 +0,0 @@
1
- import { codified, DispatchJob, email, guid, JsonObject, nothing, ulong } from "@trakit/objects";
2
- import { ContentId } from "../../../API/Responses/Content/ContentId";
3
- import { IRepListByAsset } from "../../../API/Responses/IRepListByAsset";
4
- import { IRepListByCompany } from "../../../API/Responses/IRepListByCompany";
5
- import { IRepListByLabels } from "../../../API/Responses/IRepListByLabels";
6
- import { IRepListByReferences } from "../../../API/Responses/IRepListByReferences";
7
- import { ReplySyncList } from "../../../API/Responses/ReplySyncList";
8
- import { ContentIdCompany } from "../../../API/Responses/Content/ContentIdCompany";
9
- /**
10
- * A container for the requested {@link dispatchJobs}.
11
- */
12
- export declare abstract class RepDispatchJobList extends ReplySyncList<DispatchJob> {
13
- /**
14
- * The list of requested {@link DispatchJob}s.
15
- */
16
- dispatchJobs: DispatchJob[] | nothing;
17
- constructor(json: JsonObject);
18
- getList(): DispatchJob[];
19
- }
20
- /**
21
- *
22
- */
23
- export declare class RepDispatchJobListByCompany extends RepDispatchJobList implements IRepListByCompany {
24
- /**
25
- * Identifier of the {@link Company} to which this collection belongs.
26
- */
27
- company: ContentId | nothing;
28
- constructor(json: JsonObject);
29
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
30
- getCompanyId(): ulong;
31
- }
32
- /**
33
- *
34
- */
35
- export declare class RepDispatchJobListByCompanyAndLabels extends RepDispatchJobListByCompany implements IRepListByLabels {
36
- /**
37
- * A list of {@link LabelStyle.code|label codes} used to match {@link DispatchJob}s.
38
- * All labels must match to include a {@link DispatchJob} in the result.
39
- */
40
- labels: codified[] | nothing;
41
- constructor(json: JsonObject);
42
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
43
- }
44
- /**
45
- *
46
- */
47
- export declare class RepDispatchJobListByCompanyAndRefPairs extends RepDispatchJobListByCompany implements IRepListByReferences {
48
- /**
49
- * Case-insensitive reference pairs used to match jobs.
50
- * @see {@link DispatchJob.references}
51
- */
52
- references: Map<string, string> | nothing;
53
- constructor(json: JsonObject);
54
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
55
- }
56
- /**
57
- *
58
- */
59
- export declare class RepDispatchJobListByAsset extends RepDispatchJobList implements IRepListByAsset {
60
- /**
61
- * Identifier of the {@link Asset} to which this collection belongs.
62
- */
63
- asset: ContentIdCompany | nothing;
64
- constructor(json: JsonObject);
65
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
66
- getCompanyId(): ulong;
67
- }
68
- /**
69
- *
70
- */
71
- export declare class RepDispatchJobListByAssetAndLabels extends RepDispatchJobListByAsset implements IRepListByLabels {
72
- /**
73
- * A list of {@link LabelStyle.code|label codes} used to match {@link DispatchJob}s.
74
- * All labels must match to include a {@link DispatchJob} in the result.
75
- */
76
- labels: codified[] | nothing;
77
- constructor(json: JsonObject);
78
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
79
- }
80
- /**
81
- *
82
- */
83
- export declare class RepDispatchJobListByAssetAndRefPairs extends RepDispatchJobListByAsset implements IRepListByReferences {
84
- /**
85
- * Case-insensitive reference pairs used to match jobs.
86
- * @see {@link DispatchJob.references}
87
- */
88
- references: Map<string, string> | nothing;
89
- constructor(json: JsonObject);
90
- _filterCollection(pair: [ulong | guid | email | codified | string, DispatchJob], index: number): boolean;
91
- }
@@ -1,13 +0,0 @@
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 dispatchJob}.
6
- */
7
- export declare class RepDispatchJobMerge extends Reply {
8
- /**
9
- * An object which contains the `id` and `company` keys when there is no error.
10
- */
11
- dispatchJob: ContentIdCompany | nothing;
12
- constructor(json: JsonObject);
13
- }
@@ -1,71 +0,0 @@
1
- import { DispatchTaskStatus, JsonObject, LatLng, nothing, TimeSpan, ulong } from "@trakit/objects";
2
- import { ParamMergeSubscribable } from "../../../../API/Requests/Parameters/ParamMergeSubscribable";
3
- /**
4
- * Parameters used to create a new, or update an existing {@link DispatchTask}.
5
- */
6
- export declare class ParamDispatchTaskMerge extends ParamMergeSubscribable {
7
- /**
8
- * The unique identifier of the {@link DispatchTask} you want to update.
9
- */
10
- id: ulong | nothing;
11
- /**
12
- * The identifier of the {@link Asset} assigned to this {@link DispatchTask}.
13
- */
14
- asset: ulong | nothing;
15
- /**
16
- * Name for the {@link DispatchTask}.
17
- */
18
- name: string | nothing;
19
- /**
20
- * Notes completed by the driver about the {@link DispatchTask}.
21
- * Such as service notes, damaged goods upon pick-up, etc...
22
- */
23
- notes: string | nothing;
24
- /**
25
- * A custom field used to refer this {@link DispatchTask} an external system. Examples are a work order, pick-up, waybill, etc...
26
- * If value is null, the field is removed from the {@link DispatchTask}.
27
- * If a new value or null is not provided for a current attribute, no change is made.
28
- */
29
- references: Map<string, string | nothing> | nothing;
30
- /**
31
- * The street address of this {@link DispatchTask}.
32
- * Condition: You must provide a `place`, a `latlng`, or an `address`.
33
- * Note: If you ommit the `address`, the geocoder attempts to populate the field, but will not return an error if it fails.
34
- */
35
- address: string | nothing;
36
- /**
37
- * An optional identifier of a {@link Place} for this {@link DispatchTask}. Using a {@link Place} makes detecting the "arrived" status more reliable.
38
- * Condition: You must provide a `place`, a `latlng`, or an `address`.
39
- * Note: If you invoke the geocoder, the `address` is also replaced with the geocoded value.
40
- */
41
- place: ulong | nothing;
42
- /**
43
- * Instructions for the driver to help them complete the {@link DispatchTask}.
44
- * Such as which door to use, a buzz code to enter the facility, etc...
45
- */
46
- instructions: string | nothing;
47
- /**
48
- * A list of {@link Document} identifiers to attach to this {@link DispatchTask} for both driver and dispatcher review.
49
- */
50
- attachments: ulong[] | nothing;
51
- /**
52
- * The lat/long coordinates of the street address.
53
- * Condition: You must provide a `place`, a `latlng`, or an `address`.
54
- * Note: If you invoke the geocoder, the `address` is also replaced with the geocoded value.
55
- */
56
- latlng: LatLng | nothing;
57
- /**
58
- * Estimated time of arrival.
59
- */
60
- eta: Date | nothing;
61
- /**
62
- * The duration on site, or how much time is expected to complete the {@link DispatchTask}. Used to help calculate other {@link DispatchTask} ETAs when routing is performed.
63
- */
64
- duration: TimeSpan | nothing;
65
- /**
66
- * {@link DispatchTask}s have a lifetime and each status represents a {@link DispatchTask}'s progress through it's life.
67
- */
68
- status: DispatchTaskStatus | nothing;
69
- constructor(json?: JsonObject);
70
- toJSON(): any;
71
- }
@@ -1,18 +0,0 @@
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 dispatchTask} object.
7
- */
8
- export declare abstract class PayDispatchTask extends Payload implements IPaySingle {
9
- /**
10
- * An object to contain the "id" of the {@link DispatchTask}.
11
- */
12
- dispatchTask: ParamId;
13
- constructor(json?: JsonObject);
14
- /**
15
- *
16
- */
17
- getKey(): string;
18
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { ParamId } from "../../../API/Requests/Parameters/ParamId";
3
- import { Payload } from "../../../API/Requests/Payload";
4
- import { Reply } from "../../../API/Responses/Reply";
5
- /**
6
- * Deletes multiple {@link DispatchTask}s.
7
- */
8
- export declare class PayDispatchTaskBatchDelete extends Payload {
9
- /**
10
- * List of {@link DispatchTask.id}s to delete.
11
- */
12
- dispatchTasks: ParamId[];
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Payload } from "../../../API/Requests/Payload";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- import { ParamDispatchTaskMerge } from "./Parameters/ParamDispatchTaskMerge";
5
- /**
6
- * Creates multiple new, or updates multiple existing {@link DispatchTask}s.
7
- */
8
- export declare class PayDispatchTaskBatchMerge extends Payload {
9
- /**
10
- * List of {@link DispatchTask}s to update or create.
11
- */
12
- dispatchTasks: ParamDispatchTaskMerge[];
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,9 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { Reply } from "../../../API/Responses/Reply";
3
- import { PayDispatchTask } from "./PayDispatchTask";
4
- /**
5
- * Deletes an existing {@link DispatchTask}.
6
- */
7
- export declare class PayDispatchTaskDelete extends PayDispatchTask {
8
- createReply(json: JsonObject): Reply;
9
- }
@@ -1,15 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { IPayDeletable } from "../../../API/Requests/IPayDeletable";
3
- import { Reply } from "../../../API/Responses/Reply";
4
- import { PayDispatchTask } from "./PayDispatchTask";
5
- /**
6
- * Gets details of the specified {@link DispatchTask}.
7
- */
8
- export declare class PayDispatchTaskGet extends PayDispatchTask implements IPayDeletable {
9
- /**
10
- * When true, the command will also return a deleted {@link DispatchTask} (if it exists).
11
- */
12
- includeDeleted: boolean;
13
- constructor(json?: JsonObject);
14
- createReply(json: JsonObject): Reply;
15
- }
@@ -1,68 +0,0 @@
1
- import { JsonObject } from "@trakit/objects";
2
- import { IPayDeletable } from "../../../API/Requests/IPayDeletable";
3
- import { IPayListByAsset } from "../../../API/Requests/IPayListByAsset";
4
- import { IPayListByCompany } from "../../../API/Requests/IPayListByCompany";
5
- import { IPayListByReferences } from "../../../API/Requests/IPayListByReferences";
6
- import { ParamId } from "../../../API/Requests/Parameters/ParamId";
7
- import { Payload } from "../../../API/Requests/Payload";
8
- import { Reply } from "../../../API/Responses/Reply";
9
- /**
10
- *
11
- */
12
- export declare abstract class PayDispatchTaskList extends Payload implements IPayDeletable {
13
- /**
14
- * When true, the command will also return deleted {@link DispatchTask}s.
15
- */
16
- includeDeleted: boolean;
17
- constructor(json?: JsonObject);
18
- }
19
- /**
20
- * Gets the list of {@link DispatchTask}s for the specified {@link Asset}.
21
- */
22
- export declare class PayDispatchTaskListByAsset extends PayDispatchTaskList implements IPayListByAsset {
23
- /**
24
- * Identifier of the {@link Company} to which this collection belongs.
25
- */
26
- asset: ParamId;
27
- constructor(json?: JsonObject);
28
- createReply(json: JsonObject): Reply;
29
- }
30
- /**
31
- * Gets the list of {@link DispatchTask}s for the specified {@link Asset} only if the specified reference fields match.
32
- * If no references are specified, it will match any {@link DispatchTask} with no references.
33
- * If a reference value is null, it will match any {@link DispatchTask} without that reference key.
34
- */
35
- export declare class PayDispatchTaskListByAssetAndRefPairs extends PayDispatchTaskListByAsset {
36
- /**
37
- * Case-insensitive reference pairs used to match jobs.
38
- * @see {@link DispatchTask.references}
39
- */
40
- references: Map<string, string>;
41
- constructor(json?: JsonObject);
42
- createReply(json: JsonObject): Reply;
43
- }
44
- /**
45
- * Gets the list of {@link DispatchTask}s for the specified {@link Company}.
46
- */
47
- export declare class PayDispatchTaskListByCompany extends PayDispatchTaskList implements IPayListByCompany {
48
- /**
49
- * Identifier of the {@link Company} to which this collection belongs.
50
- */
51
- company: ParamId;
52
- constructor(json?: JsonObject);
53
- createReply(json: JsonObject): Reply;
54
- }
55
- /**
56
- * Gets the list of {@link DispatchTask}s for the specified {@link Company} only if the specified reference fields match.
57
- * If no references are specified, it will match any {@link DispatchTask} with no references.
58
- * If a reference value is null, it will match any {@link DispatchTask} without that reference key.
59
- */
60
- export declare class PayDispatchTaskListByCompanyAndRefPairs extends PayDispatchTaskListByCompany implements IPayListByReferences {
61
- /**
62
- * Case-insensitive reference pairs used to match jobs.
63
- * @see {@link DispatchTask.references}
64
- */
65
- references: Map<string, string>;
66
- constructor(json?: JsonObject);
67
- createReply(json: JsonObject): Reply;
68
- }