@trakit/commands 0.0.5 → 0.0.6

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