@veeroute/lss-studio-angular 7.23.2926 → 7.24.2983

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 (548) hide show
  1. package/README.md +3 -3
  2. package/api/backupsServiceInterface.d.ts +1 -1
  3. package/api/customFieldsServiceInterface.d.ts +1 -1
  4. package/api/customIconsServiceInterface.d.ts +1 -1
  5. package/api/experimentsService.d.ts +1 -1
  6. package/api/experimentsServiceInterface.d.ts +6 -6
  7. package/api/explorerService.d.ts +23 -1
  8. package/api/explorerServiceInterface.d.ts +11 -1
  9. package/api/externalRoutingServiceInterface.d.ts +1 -1
  10. package/api/factsServiceInterface.d.ts +1 -1
  11. package/api/hardlinksServiceInterface.d.ts +1 -1
  12. package/api/locationsServiceInterface.d.ts +1 -1
  13. package/api/ordersServiceInterface.d.ts +1 -1
  14. package/api/performersServiceInterface.d.ts +1 -1
  15. package/api/systemServiceInterface.d.ts +1 -1
  16. package/api/transportsServiceInterface.d.ts +1 -1
  17. package/api/tripsServiceInterface.d.ts +1 -1
  18. package/api/userServiceInterface.d.ts +1 -1
  19. package/api.base.service.d.ts +1 -1
  20. package/cfg/entity_error_type.yaml +2 -2
  21. package/cfg/entity_warning_type.yaml +8 -4
  22. package/cfg/process_types.json +6 -0
  23. package/cfg/table_settings.json +1726 -46
  24. package/esm2022/api/backupsService.mjs +2 -2
  25. package/esm2022/api/backupsServiceInterface.mjs +1 -1
  26. package/esm2022/api/customFieldsService.mjs +2 -2
  27. package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
  28. package/esm2022/api/customIconsService.mjs +2 -2
  29. package/esm2022/api/customIconsServiceInterface.mjs +1 -1
  30. package/esm2022/api/experimentsService.mjs +14 -14
  31. package/esm2022/api/experimentsServiceInterface.mjs +1 -1
  32. package/esm2022/api/explorerService.mjs +51 -2
  33. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  34. package/esm2022/api/externalRoutingService.mjs +2 -2
  35. package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
  36. package/esm2022/api/factsService.mjs +2 -2
  37. package/esm2022/api/factsServiceInterface.mjs +1 -1
  38. package/esm2022/api/hardlinksService.mjs +2 -2
  39. package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
  40. package/esm2022/api/locationsService.mjs +2 -2
  41. package/esm2022/api/locationsServiceInterface.mjs +1 -1
  42. package/esm2022/api/ordersService.mjs +2 -2
  43. package/esm2022/api/ordersServiceInterface.mjs +1 -1
  44. package/esm2022/api/performersService.mjs +2 -2
  45. package/esm2022/api/performersServiceInterface.mjs +1 -1
  46. package/esm2022/api/systemService.mjs +2 -2
  47. package/esm2022/api/systemServiceInterface.mjs +1 -1
  48. package/esm2022/api/transportsService.mjs +2 -2
  49. package/esm2022/api/transportsServiceInterface.mjs +1 -1
  50. package/esm2022/api/tripsService.mjs +2 -2
  51. package/esm2022/api/tripsServiceInterface.mjs +1 -1
  52. package/esm2022/api/userService.mjs +2 -2
  53. package/esm2022/api/userServiceInterface.mjs +1 -1
  54. package/esm2022/api.base.service.mjs +2 -2
  55. package/esm2022/model/actualizeSettings.mjs +2 -2
  56. package/esm2022/model/assignedPerformer.mjs +1 -1
  57. package/esm2022/model/assignedTransport.mjs +1 -1
  58. package/esm2022/model/attribute.mjs +2 -2
  59. package/esm2022/model/basicProcess.mjs +2 -2
  60. package/esm2022/model/basicState.mjs +2 -2
  61. package/esm2022/model/box.mjs +1 -1
  62. package/esm2022/model/boxCompatibilities.mjs +2 -2
  63. package/esm2022/model/boxLimits.mjs +1 -1
  64. package/esm2022/model/break.mjs +2 -2
  65. package/esm2022/model/breakRules.mjs +1 -1
  66. package/esm2022/model/calculationHistoryElement.mjs +1 -1
  67. package/esm2022/model/calculationInfo.mjs +1 -1
  68. package/esm2022/model/calculationSettings.mjs +2 -2
  69. package/esm2022/model/calculationState.mjs +1 -1
  70. package/esm2022/model/calculationStatus.mjs +2 -2
  71. package/esm2022/model/capacity.mjs +2 -2
  72. package/esm2022/model/capacityCost.mjs +2 -2
  73. package/esm2022/model/capacityLimit.mjs +2 -2
  74. package/esm2022/model/capacityMultiplier.mjs +2 -2
  75. package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
  76. package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
  77. package/esm2022/model/capacityStatisticsSum.mjs +2 -2
  78. package/esm2022/model/cargo.mjs +1 -1
  79. package/esm2022/model/cargoAction.mjs +1 -1
  80. package/esm2022/model/cargoActionType.mjs +2 -2
  81. package/esm2022/model/cargoCompatibilities.mjs +1 -1
  82. package/esm2022/model/cargoRotationType.mjs +2 -2
  83. package/esm2022/model/checkResult.mjs +2 -2
  84. package/esm2022/model/compatibilityPenalty.mjs +2 -2
  85. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  86. package/esm2022/model/customfieldConvertRule.mjs +1 -1
  87. package/esm2022/model/customfieldEntityType.mjs +2 -2
  88. package/esm2022/model/customfieldsSettings.mjs +1 -1
  89. package/esm2022/model/demand.mjs +1 -1
  90. package/esm2022/model/demandExtraDuration.mjs +2 -2
  91. package/esm2022/model/demandType.mjs +2 -2
  92. package/esm2022/model/entityError.mjs +1 -1
  93. package/esm2022/model/entityErrorType.mjs +3 -3
  94. package/esm2022/model/entityPath.mjs +1 -1
  95. package/esm2022/model/entityType.mjs +2 -2
  96. package/esm2022/model/entityWarning.mjs +1 -1
  97. package/esm2022/model/entityWarningType.mjs +2 -2
  98. package/esm2022/model/experiment.mjs +1 -1
  99. package/esm2022/model/experimentCheck.mjs +1 -1
  100. package/esm2022/model/experimentList.mjs +1 -1
  101. package/esm2022/model/experimentNeighbors.mjs +2 -2
  102. package/esm2022/model/experimentSettings.mjs +1 -1
  103. package/esm2022/model/experimentStatistics.mjs +1 -1
  104. package/esm2022/model/extensionSettings.mjs +2 -2
  105. package/esm2022/model/fact.mjs +1 -1
  106. package/esm2022/model/factType.mjs +2 -2
  107. package/esm2022/model/featureLifetime.mjs +1 -1
  108. package/esm2022/model/fileNamePath.mjs +11 -0
  109. package/esm2022/model/fileSpecification.mjs +11 -0
  110. package/esm2022/model/filesystem.mjs +1 -1
  111. package/esm2022/model/filesystemColumnType.mjs +3 -2
  112. package/esm2022/model/filesystemCounters.mjs +1 -1
  113. package/esm2022/model/filesystemPath.mjs +1 -1
  114. package/esm2022/model/folder.mjs +1 -1
  115. package/esm2022/model/folderCounters.mjs +2 -2
  116. package/esm2022/model/folderSpecification.mjs +1 -1
  117. package/esm2022/model/folderType.mjs +2 -2
  118. package/esm2022/model/general400.mjs +1 -1
  119. package/esm2022/model/general402.mjs +1 -1
  120. package/esm2022/model/general403.mjs +1 -1
  121. package/esm2022/model/general404.mjs +1 -1
  122. package/esm2022/model/general404Detail.mjs +1 -1
  123. package/esm2022/model/general429.mjs +1 -1
  124. package/esm2022/model/general500.mjs +1 -1
  125. package/esm2022/model/generalStatistics.mjs +1 -1
  126. package/esm2022/model/geoSettings.mjs +1 -1
  127. package/esm2022/model/geopoint.mjs +2 -2
  128. package/esm2022/model/hardlink.mjs +1 -1
  129. package/esm2022/model/hardlinkElement.mjs +1 -1
  130. package/esm2022/model/hardlinkElementType.mjs +2 -2
  131. package/esm2022/model/importSample.mjs +2 -2
  132. package/esm2022/model/importSource.mjs +2 -2
  133. package/esm2022/model/linkedEssence.mjs +2 -2
  134. package/esm2022/model/loadStatistics.mjs +1 -1
  135. package/esm2022/model/location.mjs +1 -1
  136. package/esm2022/model/locationCargosLimit.mjs +1 -1
  137. package/esm2022/model/locationCompatibilities.mjs +2 -2
  138. package/esm2022/model/locationLimit.mjs +1 -1
  139. package/esm2022/model/locationLimitStatistics.mjs +1 -1
  140. package/esm2022/model/locationStatistics.mjs +1 -1
  141. package/esm2022/model/locationTimetableElement.mjs +1 -1
  142. package/esm2022/model/locationTransportsLimit.mjs +2 -2
  143. package/esm2022/model/measurements.mjs +1 -1
  144. package/esm2022/model/models.mjs +3 -2
  145. package/esm2022/model/order.mjs +1 -1
  146. package/esm2022/model/orderCompatibilities.mjs +2 -2
  147. package/esm2022/model/performer.mjs +1 -1
  148. package/esm2022/model/performerCompatibilities.mjs +1 -1
  149. package/esm2022/model/performerLimits.mjs +1 -1
  150. package/esm2022/model/performerShift.mjs +1 -1
  151. package/esm2022/model/performerTariff.mjs +1 -1
  152. package/esm2022/model/performerTariffConstraint.mjs +2 -2
  153. package/esm2022/model/planSettings.mjs +1 -1
  154. package/esm2022/model/planStatistics.mjs +1 -1
  155. package/esm2022/model/possibleEvent.mjs +1 -1
  156. package/esm2022/model/quality.mjs +1 -1
  157. package/esm2022/model/removedItems.mjs +2 -2
  158. package/esm2022/model/replanSettings.mjs +1 -1
  159. package/esm2022/model/replanStrategy.mjs +2 -2
  160. package/esm2022/model/rest.mjs +2 -2
  161. package/esm2022/model/restRules.mjs +1 -1
  162. package/esm2022/model/roundtripStatistics.mjs +1 -1
  163. package/esm2022/model/routingMatrix.mjs +1 -1
  164. package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
  165. package/esm2022/model/routingTransportMatrix.mjs +1 -1
  166. package/esm2022/model/schemaError.mjs +2 -2
  167. package/esm2022/model/service.mjs +4 -2
  168. package/esm2022/model/settingsKeyList.mjs +2 -2
  169. package/esm2022/model/stopDemand.mjs +1 -1
  170. package/esm2022/model/stopStatistics.mjs +1 -1
  171. package/esm2022/model/tableCustomfields.mjs +2 -2
  172. package/esm2022/model/tableCustomfieldsColumnType.mjs +32 -2
  173. package/esm2022/model/tableDataStats.mjs +2 -2
  174. package/esm2022/model/tableExperimentColumnType.mjs +2 -2
  175. package/esm2022/model/tableFact.mjs +1 -1
  176. package/esm2022/model/tableFactColumnType.mjs +2 -2
  177. package/esm2022/model/tableFactFields.mjs +1 -1
  178. package/esm2022/model/tableFactFilter.mjs +1 -1
  179. package/esm2022/model/tableFactFilterList.mjs +1 -1
  180. package/esm2022/model/tableFactList.mjs +1 -1
  181. package/esm2022/model/tableFactMetrics.mjs +1 -1
  182. package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
  183. package/esm2022/model/tableFilterBoolList.mjs +2 -2
  184. package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
  185. package/esm2022/model/tableFilterDurationRange.mjs +2 -2
  186. package/esm2022/model/tableFilterEnumList.mjs +2 -2
  187. package/esm2022/model/tableFilterFloatRange.mjs +2 -2
  188. package/esm2022/model/tableFilterIntRange.mjs +2 -2
  189. package/esm2022/model/tableFilterStringList.mjs +2 -2
  190. package/esm2022/model/tableFilterStringSearch.mjs +2 -2
  191. package/esm2022/model/tableFilterType.mjs +2 -2
  192. package/esm2022/model/tableHardlink.mjs +1 -1
  193. package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
  194. package/esm2022/model/tableHardlinkFields.mjs +1 -1
  195. package/esm2022/model/tableHardlinkFilter.mjs +1 -1
  196. package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
  197. package/esm2022/model/tableHardlinkList.mjs +1 -1
  198. package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
  199. package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
  200. package/esm2022/model/tableListCounters.mjs +1 -1
  201. package/esm2022/model/tableListCountersDetail.mjs +2 -2
  202. package/esm2022/model/tableLocation.mjs +1 -1
  203. package/esm2022/model/tableLocationColumnType.mjs +2 -2
  204. package/esm2022/model/tableLocationFields.mjs +1 -1
  205. package/esm2022/model/tableLocationFilter.mjs +1 -1
  206. package/esm2022/model/tableLocationFilterList.mjs +1 -1
  207. package/esm2022/model/tableLocationList.mjs +1 -1
  208. package/esm2022/model/tableLocationMetrics.mjs +1 -1
  209. package/esm2022/model/tableLocationMetricsFilterList.mjs +1 -1
  210. package/esm2022/model/tableOrder.mjs +1 -1
  211. package/esm2022/model/tableOrderColumnType.mjs +2 -2
  212. package/esm2022/model/tableOrderFields.mjs +1 -1
  213. package/esm2022/model/tableOrderFilter.mjs +1 -1
  214. package/esm2022/model/tableOrderFilterList.mjs +1 -1
  215. package/esm2022/model/tableOrderList.mjs +1 -1
  216. package/esm2022/model/tableOrderMetrics.mjs +1 -1
  217. package/esm2022/model/tableOrderMetricsFilterList.mjs +1 -1
  218. package/esm2022/model/tablePerformer.mjs +1 -1
  219. package/esm2022/model/tablePerformerColumnType.mjs +2 -2
  220. package/esm2022/model/tablePerformerFields.mjs +1 -1
  221. package/esm2022/model/tablePerformerFilter.mjs +1 -1
  222. package/esm2022/model/tablePerformerFilterList.mjs +1 -1
  223. package/esm2022/model/tablePerformerList.mjs +1 -1
  224. package/esm2022/model/tablePerformerMetrics.mjs +1 -1
  225. package/esm2022/model/tablePerformerMetricsFilterList.mjs +1 -1
  226. package/esm2022/model/tableTransport.mjs +1 -1
  227. package/esm2022/model/tableTransportColumnType.mjs +2 -2
  228. package/esm2022/model/tableTransportFields.mjs +1 -1
  229. package/esm2022/model/tableTransportFilter.mjs +1 -1
  230. package/esm2022/model/tableTransportFilterList.mjs +1 -1
  231. package/esm2022/model/tableTransportList.mjs +1 -1
  232. package/esm2022/model/tableTransportMetrics.mjs +1 -1
  233. package/esm2022/model/tableTransportMetricsFilterList.mjs +1 -1
  234. package/esm2022/model/tableTrip.mjs +1 -1
  235. package/esm2022/model/tableTripColumnType.mjs +2 -2
  236. package/esm2022/model/tableTripFields.mjs +1 -1
  237. package/esm2022/model/tableTripFilter.mjs +1 -1
  238. package/esm2022/model/tableTripFilterList.mjs +1 -1
  239. package/esm2022/model/tableTripList.mjs +1 -1
  240. package/esm2022/model/tableTripMetrics.mjs +1 -1
  241. package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
  242. package/esm2022/model/tableTripStop.mjs +1 -1
  243. package/esm2022/model/tableTripStopColumnType.mjs +2 -2
  244. package/esm2022/model/tableTripStopFields.mjs +1 -1
  245. package/esm2022/model/tableTripStopFilter.mjs +1 -1
  246. package/esm2022/model/tableTripStopFilterList.mjs +1 -1
  247. package/esm2022/model/tableTripStopList.mjs +1 -1
  248. package/esm2022/model/taskStatistics.mjs +1 -1
  249. package/esm2022/model/timeWindow.mjs +2 -2
  250. package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
  251. package/esm2022/model/timeWindowViolations.mjs +1 -1
  252. package/esm2022/model/tracedata.mjs +1 -1
  253. package/esm2022/model/track.mjs +1 -1
  254. package/esm2022/model/trackList.mjs +1 -1
  255. package/esm2022/model/trackListCustom.mjs +1 -1
  256. package/esm2022/model/trackType.mjs +2 -2
  257. package/esm2022/model/trackpoint.mjs +2 -2
  258. package/esm2022/model/translations.mjs +2 -2
  259. package/esm2022/model/transport.mjs +1 -1
  260. package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
  261. package/esm2022/model/transportCompatibilities.mjs +1 -1
  262. package/esm2022/model/transportLimits.mjs +1 -1
  263. package/esm2022/model/transportLoad.mjs +1 -1
  264. package/esm2022/model/transportShift.mjs +1 -1
  265. package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
  266. package/esm2022/model/transportTariff.mjs +1 -1
  267. package/esm2022/model/transportTariffConstraint.mjs +2 -2
  268. package/esm2022/model/transportType.mjs +2 -2
  269. package/esm2022/model/trip.mjs +1 -1
  270. package/esm2022/model/tripAssumptions.mjs +1 -1
  271. package/esm2022/model/tripExpectations.mjs +1 -1
  272. package/esm2022/model/tripPenalties.mjs +1 -1
  273. package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
  274. package/esm2022/model/tripState.mjs +1 -1
  275. package/esm2022/model/tripStateFlag.mjs +2 -2
  276. package/esm2022/model/tripStatistics.mjs +1 -1
  277. package/esm2022/model/tripsSettings.mjs +1 -1
  278. package/esm2022/model/universalData.mjs +1 -1
  279. package/esm2022/model/unplannedItems.mjs +2 -2
  280. package/esm2022/model/versionResult.mjs +2 -2
  281. package/esm2022/model/webFact.mjs +1 -1
  282. package/esm2022/model/webHardlink.mjs +1 -1
  283. package/esm2022/model/webLocation.mjs +1 -1
  284. package/esm2022/model/webLocationGeopoint.mjs +1 -1
  285. package/esm2022/model/webLocationGeopointList.mjs +1 -1
  286. package/esm2022/model/webOrder.mjs +1 -1
  287. package/esm2022/model/webOrderGeopoint.mjs +1 -1
  288. package/esm2022/model/webOrderGeopointList.mjs +1 -1
  289. package/esm2022/model/webPerformer.mjs +1 -1
  290. package/esm2022/model/webPerformerGeopoint.mjs +1 -1
  291. package/esm2022/model/webPerformerGeopointList.mjs +1 -1
  292. package/esm2022/model/webTransport.mjs +1 -1
  293. package/esm2022/model/webTransportGeopoint.mjs +1 -1
  294. package/esm2022/model/webTransportGeopointList.mjs +1 -1
  295. package/esm2022/model/webTrip.mjs +1 -1
  296. package/esm2022/model/webTripChart.mjs +1 -1
  297. package/esm2022/model/webTripChartDemand.mjs +1 -1
  298. package/esm2022/model/webTripChartList.mjs +1 -1
  299. package/esm2022/model/workAndRestRules.mjs +1 -1
  300. package/fesm2022/veeroute-lss-studio-angular.mjs +209 -117
  301. package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
  302. package/model/actualizeSettings.d.ts +1 -1
  303. package/model/assignedPerformer.d.ts +1 -1
  304. package/model/assignedTransport.d.ts +1 -1
  305. package/model/attribute.d.ts +1 -1
  306. package/model/basicProcess.d.ts +1 -1
  307. package/model/basicState.d.ts +1 -1
  308. package/model/box.d.ts +6 -1
  309. package/model/boxCompatibilities.d.ts +1 -1
  310. package/model/boxLimits.d.ts +1 -1
  311. package/model/break.d.ts +1 -1
  312. package/model/breakRules.d.ts +1 -1
  313. package/model/calculationHistoryElement.d.ts +1 -1
  314. package/model/calculationInfo.d.ts +1 -1
  315. package/model/calculationSettings.d.ts +1 -1
  316. package/model/calculationState.d.ts +1 -1
  317. package/model/calculationStatus.d.ts +1 -1
  318. package/model/capacity.d.ts +1 -1
  319. package/model/capacityCost.d.ts +1 -1
  320. package/model/capacityLimit.d.ts +1 -1
  321. package/model/capacityMultiplier.d.ts +1 -1
  322. package/model/capacityStatisticsLoad.d.ts +1 -1
  323. package/model/capacityStatisticsRatio.d.ts +1 -1
  324. package/model/capacityStatisticsSum.d.ts +1 -1
  325. package/model/cargo.d.ts +1 -1
  326. package/model/cargoAction.d.ts +1 -1
  327. package/model/cargoActionType.d.ts +1 -1
  328. package/model/cargoCompatibilities.d.ts +1 -1
  329. package/model/cargoRotationType.d.ts +1 -1
  330. package/model/checkResult.d.ts +1 -1
  331. package/model/compatibilityPenalty.d.ts +1 -1
  332. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  333. package/model/customfieldConvertRule.d.ts +1 -1
  334. package/model/customfieldEntityType.d.ts +1 -1
  335. package/model/customfieldsSettings.d.ts +1 -1
  336. package/model/demand.d.ts +1 -1
  337. package/model/demandExtraDuration.d.ts +1 -1
  338. package/model/demandType.d.ts +1 -1
  339. package/model/entityError.d.ts +1 -1
  340. package/model/entityErrorType.d.ts +2 -2
  341. package/model/entityPath.d.ts +1 -1
  342. package/model/entityType.d.ts +1 -1
  343. package/model/entityWarning.d.ts +1 -1
  344. package/model/entityWarningType.d.ts +1 -1
  345. package/model/experiment.d.ts +5 -5
  346. package/model/experimentCheck.d.ts +1 -1
  347. package/model/experimentList.d.ts +1 -1
  348. package/model/experimentNeighbors.d.ts +1 -1
  349. package/model/experimentSettings.d.ts +1 -1
  350. package/model/experimentStatistics.d.ts +1 -1
  351. package/model/extensionSettings.d.ts +13 -1
  352. package/model/fact.d.ts +1 -1
  353. package/model/factType.d.ts +1 -1
  354. package/model/featureLifetime.d.ts +1 -1
  355. package/model/fileNamePath.d.ts +23 -0
  356. package/model/{experimentSpecification.d.ts → fileSpecification.d.ts} +5 -5
  357. package/model/filesystem.d.ts +1 -1
  358. package/model/filesystemColumnType.d.ts +2 -1
  359. package/model/filesystemCounters.d.ts +1 -1
  360. package/model/filesystemPath.d.ts +1 -1
  361. package/model/folder.d.ts +5 -1
  362. package/model/folderCounters.d.ts +1 -1
  363. package/model/folderSpecification.d.ts +5 -1
  364. package/model/folderType.d.ts +1 -1
  365. package/model/general400.d.ts +1 -1
  366. package/model/general402.d.ts +1 -1
  367. package/model/general403.d.ts +1 -1
  368. package/model/general404.d.ts +1 -1
  369. package/model/general404Detail.d.ts +1 -1
  370. package/model/general429.d.ts +1 -1
  371. package/model/general500.d.ts +1 -1
  372. package/model/generalStatistics.d.ts +1 -1
  373. package/model/geoSettings.d.ts +1 -1
  374. package/model/geopoint.d.ts +1 -1
  375. package/model/hardlink.d.ts +1 -1
  376. package/model/hardlinkElement.d.ts +1 -1
  377. package/model/hardlinkElementType.d.ts +1 -1
  378. package/model/importSample.d.ts +1 -1
  379. package/model/importSource.d.ts +1 -1
  380. package/model/linkedEssence.d.ts +1 -1
  381. package/model/loadStatistics.d.ts +1 -1
  382. package/model/location.d.ts +1 -1
  383. package/model/locationCargosLimit.d.ts +1 -1
  384. package/model/locationCompatibilities.d.ts +1 -1
  385. package/model/locationLimit.d.ts +1 -1
  386. package/model/locationLimitStatistics.d.ts +1 -1
  387. package/model/locationStatistics.d.ts +1 -1
  388. package/model/locationTimetableElement.d.ts +1 -1
  389. package/model/locationTransportsLimit.d.ts +1 -1
  390. package/model/measurements.d.ts +1 -1
  391. package/model/models.d.ts +2 -1
  392. package/model/order.d.ts +1 -1
  393. package/model/orderCompatibilities.d.ts +1 -1
  394. package/model/performer.d.ts +1 -1
  395. package/model/performerCompatibilities.d.ts +1 -1
  396. package/model/performerLimits.d.ts +1 -1
  397. package/model/performerShift.d.ts +1 -1
  398. package/model/performerTariff.d.ts +1 -1
  399. package/model/performerTariffConstraint.d.ts +1 -1
  400. package/model/planSettings.d.ts +1 -1
  401. package/model/planStatistics.d.ts +1 -1
  402. package/model/possibleEvent.d.ts +1 -1
  403. package/model/quality.d.ts +1 -1
  404. package/model/removedItems.d.ts +1 -1
  405. package/model/replanSettings.d.ts +1 -1
  406. package/model/replanStrategy.d.ts +1 -1
  407. package/model/rest.d.ts +1 -1
  408. package/model/restRules.d.ts +1 -1
  409. package/model/roundtripStatistics.d.ts +1 -1
  410. package/model/routingMatrix.d.ts +1 -1
  411. package/model/routingMatrixWaypoint.d.ts +1 -1
  412. package/model/routingTransportMatrix.d.ts +1 -1
  413. package/model/schemaError.d.ts +1 -1
  414. package/model/service.d.ts +4 -2
  415. package/model/settingsKeyList.d.ts +1 -1
  416. package/model/stopDemand.d.ts +1 -1
  417. package/model/stopStatistics.d.ts +1 -1
  418. package/model/tableCustomfields.d.ts +121 -1
  419. package/model/tableCustomfieldsColumnType.d.ts +32 -2
  420. package/model/tableDataStats.d.ts +1 -1
  421. package/model/tableExperimentColumnType.d.ts +1 -1
  422. package/model/tableFact.d.ts +1 -1
  423. package/model/tableFactColumnType.d.ts +1 -1
  424. package/model/tableFactFields.d.ts +1 -1
  425. package/model/tableFactFilter.d.ts +1 -1
  426. package/model/tableFactFilterList.d.ts +1 -1
  427. package/model/tableFactList.d.ts +1 -1
  428. package/model/tableFactMetrics.d.ts +1 -1
  429. package/model/tableFactMetricsFilterList.d.ts +1 -1
  430. package/model/tableFilterBoolList.d.ts +1 -1
  431. package/model/tableFilterDatetimeRange.d.ts +1 -1
  432. package/model/tableFilterDurationRange.d.ts +1 -1
  433. package/model/tableFilterEnumList.d.ts +1 -1
  434. package/model/tableFilterFloatRange.d.ts +1 -1
  435. package/model/tableFilterIntRange.d.ts +1 -1
  436. package/model/tableFilterStringList.d.ts +1 -1
  437. package/model/tableFilterStringSearch.d.ts +1 -1
  438. package/model/tableFilterType.d.ts +1 -1
  439. package/model/tableHardlink.d.ts +1 -1
  440. package/model/tableHardlinkColumnType.d.ts +1 -1
  441. package/model/tableHardlinkFields.d.ts +1 -1
  442. package/model/tableHardlinkFilter.d.ts +1 -1
  443. package/model/tableHardlinkFilterList.d.ts +1 -1
  444. package/model/tableHardlinkList.d.ts +1 -1
  445. package/model/tableHardlinkMetrics.d.ts +1 -1
  446. package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
  447. package/model/tableListCounters.d.ts +1 -1
  448. package/model/tableListCountersDetail.d.ts +1 -1
  449. package/model/tableLocation.d.ts +1 -1
  450. package/model/tableLocationColumnType.d.ts +1 -1
  451. package/model/tableLocationFields.d.ts +1 -1
  452. package/model/tableLocationFilter.d.ts +1 -1
  453. package/model/tableLocationFilterList.d.ts +1 -1
  454. package/model/tableLocationList.d.ts +1 -1
  455. package/model/tableLocationMetrics.d.ts +1 -1
  456. package/model/tableLocationMetricsFilterList.d.ts +1 -1
  457. package/model/tableOrder.d.ts +1 -1
  458. package/model/tableOrderColumnType.d.ts +1 -1
  459. package/model/tableOrderFields.d.ts +1 -1
  460. package/model/tableOrderFilter.d.ts +1 -1
  461. package/model/tableOrderFilterList.d.ts +1 -1
  462. package/model/tableOrderList.d.ts +1 -1
  463. package/model/tableOrderMetrics.d.ts +1 -1
  464. package/model/tableOrderMetricsFilterList.d.ts +1 -1
  465. package/model/tablePerformer.d.ts +1 -1
  466. package/model/tablePerformerColumnType.d.ts +1 -1
  467. package/model/tablePerformerFields.d.ts +1 -1
  468. package/model/tablePerformerFilter.d.ts +1 -1
  469. package/model/tablePerformerFilterList.d.ts +1 -1
  470. package/model/tablePerformerList.d.ts +1 -1
  471. package/model/tablePerformerMetrics.d.ts +1 -1
  472. package/model/tablePerformerMetricsFilterList.d.ts +1 -1
  473. package/model/tableTransport.d.ts +1 -1
  474. package/model/tableTransportColumnType.d.ts +1 -1
  475. package/model/tableTransportFields.d.ts +1 -1
  476. package/model/tableTransportFilter.d.ts +1 -1
  477. package/model/tableTransportFilterList.d.ts +1 -1
  478. package/model/tableTransportList.d.ts +1 -1
  479. package/model/tableTransportMetrics.d.ts +1 -1
  480. package/model/tableTransportMetricsFilterList.d.ts +1 -1
  481. package/model/tableTrip.d.ts +1 -1
  482. package/model/tableTripColumnType.d.ts +1 -1
  483. package/model/tableTripFields.d.ts +1 -1
  484. package/model/tableTripFilter.d.ts +1 -1
  485. package/model/tableTripFilterList.d.ts +1 -1
  486. package/model/tableTripList.d.ts +1 -1
  487. package/model/tableTripMetrics.d.ts +1 -1
  488. package/model/tableTripMetricsFilterList.d.ts +1 -1
  489. package/model/tableTripStop.d.ts +1 -1
  490. package/model/tableTripStopColumnType.d.ts +1 -1
  491. package/model/tableTripStopFields.d.ts +1 -1
  492. package/model/tableTripStopFilter.d.ts +1 -1
  493. package/model/tableTripStopFilterList.d.ts +1 -1
  494. package/model/tableTripStopList.d.ts +1 -1
  495. package/model/taskStatistics.d.ts +1 -1
  496. package/model/timeWindow.d.ts +1 -1
  497. package/model/timeWindowViolationDetail.d.ts +1 -1
  498. package/model/timeWindowViolations.d.ts +1 -1
  499. package/model/tracedata.d.ts +1 -1
  500. package/model/track.d.ts +1 -1
  501. package/model/trackList.d.ts +1 -1
  502. package/model/trackListCustom.d.ts +1 -1
  503. package/model/trackType.d.ts +1 -1
  504. package/model/trackpoint.d.ts +1 -1
  505. package/model/translations.d.ts +1 -1
  506. package/model/transport.d.ts +1 -1
  507. package/model/transportCapacityMultiplier.d.ts +1 -1
  508. package/model/transportCompatibilities.d.ts +1 -1
  509. package/model/transportLimits.d.ts +1 -1
  510. package/model/transportLoad.d.ts +1 -1
  511. package/model/transportShift.d.ts +1 -1
  512. package/model/transportSpeedMultiplier.d.ts +1 -1
  513. package/model/transportTariff.d.ts +1 -1
  514. package/model/transportTariffConstraint.d.ts +1 -1
  515. package/model/transportType.d.ts +1 -1
  516. package/model/trip.d.ts +1 -1
  517. package/model/tripAssumptions.d.ts +1 -1
  518. package/model/tripExpectations.d.ts +1 -1
  519. package/model/tripPenalties.d.ts +1 -1
  520. package/model/tripStartTimeStrategy.d.ts +1 -1
  521. package/model/tripState.d.ts +1 -1
  522. package/model/tripStateFlag.d.ts +1 -1
  523. package/model/tripStatistics.d.ts +1 -1
  524. package/model/tripsSettings.d.ts +1 -1
  525. package/model/universalData.d.ts +1 -1
  526. package/model/unplannedItems.d.ts +1 -1
  527. package/model/versionResult.d.ts +1 -1
  528. package/model/webFact.d.ts +1 -1
  529. package/model/webHardlink.d.ts +1 -1
  530. package/model/webLocation.d.ts +1 -1
  531. package/model/webLocationGeopoint.d.ts +1 -1
  532. package/model/webLocationGeopointList.d.ts +1 -1
  533. package/model/webOrder.d.ts +1 -1
  534. package/model/webOrderGeopoint.d.ts +1 -1
  535. package/model/webOrderGeopointList.d.ts +1 -1
  536. package/model/webPerformer.d.ts +1 -1
  537. package/model/webPerformerGeopoint.d.ts +1 -1
  538. package/model/webPerformerGeopointList.d.ts +1 -1
  539. package/model/webTransport.d.ts +1 -1
  540. package/model/webTransportGeopoint.d.ts +1 -1
  541. package/model/webTransportGeopointList.d.ts +1 -1
  542. package/model/webTrip.d.ts +1 -1
  543. package/model/webTripChart.d.ts +1 -1
  544. package/model/webTripChartDemand.d.ts +1 -1
  545. package/model/webTripChartList.d.ts +1 -1
  546. package/model/workAndRestRules.d.ts +1 -1
  547. package/package.json +1 -1
  548. package/esm2022/model/experimentSpecification.mjs +0 -11
@@ -57,6 +57,12 @@
57
57
  "field": "ATTRIBUTES",
58
58
  "type": "STRING_SEARCH"
59
59
  },
60
+ {
61
+ "customfield": true,
62
+ "disabled": true,
63
+ "field": "DATETIME_0",
64
+ "type": "DATETIME_RANGE"
65
+ },
60
66
  {
61
67
  "customfield": true,
62
68
  "disabled": true,
@@ -87,6 +93,39 @@
87
93
  "field": "DATETIME_5",
88
94
  "type": "DATETIME_RANGE"
89
95
  },
96
+ {
97
+ "customfield": true,
98
+ "disabled": true,
99
+ "field": "DATETIME_6",
100
+ "type": "DATETIME_RANGE"
101
+ },
102
+ {
103
+ "customfield": true,
104
+ "disabled": true,
105
+ "field": "DATETIME_7",
106
+ "type": "DATETIME_RANGE"
107
+ },
108
+ {
109
+ "customfield": true,
110
+ "disabled": true,
111
+ "field": "DATETIME_8",
112
+ "type": "DATETIME_RANGE"
113
+ },
114
+ {
115
+ "customfield": true,
116
+ "disabled": true,
117
+ "field": "DATETIME_9",
118
+ "type": "DATETIME_RANGE"
119
+ },
120
+ {
121
+ "customfield": true,
122
+ "disabled": true,
123
+ "field": "INT_0",
124
+ "max": 1000000000000,
125
+ "min": -1000000000000,
126
+ "step": 1,
127
+ "type": "INT_RANGE"
128
+ },
90
129
  {
91
130
  "customfield": true,
92
131
  "disabled": true,
@@ -132,6 +171,51 @@
132
171
  "step": 1,
133
172
  "type": "INT_RANGE"
134
173
  },
174
+ {
175
+ "customfield": true,
176
+ "disabled": true,
177
+ "field": "INT_6",
178
+ "max": 1000000000000,
179
+ "min": -1000000000000,
180
+ "step": 1,
181
+ "type": "INT_RANGE"
182
+ },
183
+ {
184
+ "customfield": true,
185
+ "disabled": true,
186
+ "field": "INT_7",
187
+ "max": 1000000000000,
188
+ "min": -1000000000000,
189
+ "step": 1,
190
+ "type": "INT_RANGE"
191
+ },
192
+ {
193
+ "customfield": true,
194
+ "disabled": true,
195
+ "field": "INT_8",
196
+ "max": 1000000000000,
197
+ "min": -1000000000000,
198
+ "step": 1,
199
+ "type": "INT_RANGE"
200
+ },
201
+ {
202
+ "customfield": true,
203
+ "disabled": true,
204
+ "field": "INT_9",
205
+ "max": 1000000000000,
206
+ "min": -1000000000000,
207
+ "step": 1,
208
+ "type": "INT_RANGE"
209
+ },
210
+ {
211
+ "customfield": true,
212
+ "disabled": true,
213
+ "field": "FLOAT_0",
214
+ "max": 1000000000000,
215
+ "min": -1000000000000,
216
+ "step": 1.0,
217
+ "type": "FLOAT_RANGE"
218
+ },
135
219
  {
136
220
  "customfield": true,
137
221
  "disabled": true,
@@ -177,6 +261,48 @@
177
261
  "step": 1.0,
178
262
  "type": "FLOAT_RANGE"
179
263
  },
264
+ {
265
+ "customfield": true,
266
+ "disabled": true,
267
+ "field": "FLOAT_6",
268
+ "max": 1000000000000,
269
+ "min": -1000000000000,
270
+ "step": 1.0,
271
+ "type": "FLOAT_RANGE"
272
+ },
273
+ {
274
+ "customfield": true,
275
+ "disabled": true,
276
+ "field": "FLOAT_7",
277
+ "max": 1000000000000,
278
+ "min": -1000000000000,
279
+ "step": 1.0,
280
+ "type": "FLOAT_RANGE"
281
+ },
282
+ {
283
+ "customfield": true,
284
+ "disabled": true,
285
+ "field": "FLOAT_8",
286
+ "max": 1000000000000,
287
+ "min": -1000000000000,
288
+ "step": 1.0,
289
+ "type": "FLOAT_RANGE"
290
+ },
291
+ {
292
+ "customfield": true,
293
+ "disabled": true,
294
+ "field": "FLOAT_9",
295
+ "max": 1000000000000,
296
+ "min": -1000000000000,
297
+ "step": 1.0,
298
+ "type": "FLOAT_RANGE"
299
+ },
300
+ {
301
+ "customfield": true,
302
+ "disabled": true,
303
+ "field": "DURATION_0",
304
+ "type": "DURATION_RANGE"
305
+ },
180
306
  {
181
307
  "customfield": true,
182
308
  "disabled": true,
@@ -207,6 +333,36 @@
207
333
  "field": "DURATION_5",
208
334
  "type": "DURATION_RANGE"
209
335
  },
336
+ {
337
+ "customfield": true,
338
+ "disabled": true,
339
+ "field": "DURATION_6",
340
+ "type": "DURATION_RANGE"
341
+ },
342
+ {
343
+ "customfield": true,
344
+ "disabled": true,
345
+ "field": "DURATION_7",
346
+ "type": "DURATION_RANGE"
347
+ },
348
+ {
349
+ "customfield": true,
350
+ "disabled": true,
351
+ "field": "DURATION_8",
352
+ "type": "DURATION_RANGE"
353
+ },
354
+ {
355
+ "customfield": true,
356
+ "disabled": true,
357
+ "field": "DURATION_9",
358
+ "type": "DURATION_RANGE"
359
+ },
360
+ {
361
+ "customfield": true,
362
+ "disabled": true,
363
+ "field": "BOOL_0",
364
+ "type": "BOOL_LIST"
365
+ },
210
366
  {
211
367
  "customfield": true,
212
368
  "disabled": true,
@@ -237,6 +393,36 @@
237
393
  "field": "BOOL_5",
238
394
  "type": "BOOL_LIST"
239
395
  },
396
+ {
397
+ "customfield": true,
398
+ "disabled": true,
399
+ "field": "BOOL_6",
400
+ "type": "BOOL_LIST"
401
+ },
402
+ {
403
+ "customfield": true,
404
+ "disabled": true,
405
+ "field": "BOOL_7",
406
+ "type": "BOOL_LIST"
407
+ },
408
+ {
409
+ "customfield": true,
410
+ "disabled": true,
411
+ "field": "BOOL_8",
412
+ "type": "BOOL_LIST"
413
+ },
414
+ {
415
+ "customfield": true,
416
+ "disabled": true,
417
+ "field": "BOOL_9",
418
+ "type": "BOOL_LIST"
419
+ },
420
+ {
421
+ "customfield": true,
422
+ "disabled": true,
423
+ "field": "STRING_0",
424
+ "type": "STRING_SEARCH"
425
+ },
240
426
  {
241
427
  "customfield": true,
242
428
  "disabled": true,
@@ -266,6 +452,30 @@
266
452
  "disabled": true,
267
453
  "field": "STRING_5",
268
454
  "type": "STRING_SEARCH"
455
+ },
456
+ {
457
+ "customfield": true,
458
+ "disabled": true,
459
+ "field": "STRING_6",
460
+ "type": "STRING_SEARCH"
461
+ },
462
+ {
463
+ "customfield": true,
464
+ "disabled": true,
465
+ "field": "STRING_7",
466
+ "type": "STRING_SEARCH"
467
+ },
468
+ {
469
+ "customfield": true,
470
+ "disabled": true,
471
+ "field": "STRING_8",
472
+ "type": "STRING_SEARCH"
473
+ },
474
+ {
475
+ "customfield": true,
476
+ "disabled": true,
477
+ "field": "STRING_9",
478
+ "type": "STRING_SEARCH"
269
479
  }
270
480
  ]
271
481
  },
@@ -315,6 +525,12 @@
315
525
  "field": "ATTRIBUTES",
316
526
  "type": "STRING_SEARCH"
317
527
  },
528
+ {
529
+ "customfield": true,
530
+ "disabled": true,
531
+ "field": "DATETIME_0",
532
+ "type": "DATETIME_RANGE"
533
+ },
318
534
  {
319
535
  "customfield": true,
320
536
  "disabled": true,
@@ -345,6 +561,39 @@
345
561
  "field": "DATETIME_5",
346
562
  "type": "DATETIME_RANGE"
347
563
  },
564
+ {
565
+ "customfield": true,
566
+ "disabled": true,
567
+ "field": "DATETIME_6",
568
+ "type": "DATETIME_RANGE"
569
+ },
570
+ {
571
+ "customfield": true,
572
+ "disabled": true,
573
+ "field": "DATETIME_7",
574
+ "type": "DATETIME_RANGE"
575
+ },
576
+ {
577
+ "customfield": true,
578
+ "disabled": true,
579
+ "field": "DATETIME_8",
580
+ "type": "DATETIME_RANGE"
581
+ },
582
+ {
583
+ "customfield": true,
584
+ "disabled": true,
585
+ "field": "DATETIME_9",
586
+ "type": "DATETIME_RANGE"
587
+ },
588
+ {
589
+ "customfield": true,
590
+ "disabled": true,
591
+ "field": "INT_0",
592
+ "max": 1000000000000,
593
+ "min": -1000000000000,
594
+ "step": 1,
595
+ "type": "INT_RANGE"
596
+ },
348
597
  {
349
598
  "customfield": true,
350
599
  "disabled": true,
@@ -390,6 +639,51 @@
390
639
  "step": 1,
391
640
  "type": "INT_RANGE"
392
641
  },
642
+ {
643
+ "customfield": true,
644
+ "disabled": true,
645
+ "field": "INT_6",
646
+ "max": 1000000000000,
647
+ "min": -1000000000000,
648
+ "step": 1,
649
+ "type": "INT_RANGE"
650
+ },
651
+ {
652
+ "customfield": true,
653
+ "disabled": true,
654
+ "field": "INT_7",
655
+ "max": 1000000000000,
656
+ "min": -1000000000000,
657
+ "step": 1,
658
+ "type": "INT_RANGE"
659
+ },
660
+ {
661
+ "customfield": true,
662
+ "disabled": true,
663
+ "field": "INT_8",
664
+ "max": 1000000000000,
665
+ "min": -1000000000000,
666
+ "step": 1,
667
+ "type": "INT_RANGE"
668
+ },
669
+ {
670
+ "customfield": true,
671
+ "disabled": true,
672
+ "field": "INT_9",
673
+ "max": 1000000000000,
674
+ "min": -1000000000000,
675
+ "step": 1,
676
+ "type": "INT_RANGE"
677
+ },
678
+ {
679
+ "customfield": true,
680
+ "disabled": true,
681
+ "field": "FLOAT_0",
682
+ "max": 1000000000000,
683
+ "min": -1000000000000,
684
+ "step": 1.0,
685
+ "type": "FLOAT_RANGE"
686
+ },
393
687
  {
394
688
  "customfield": true,
395
689
  "disabled": true,
@@ -435,6 +729,48 @@
435
729
  "step": 1.0,
436
730
  "type": "FLOAT_RANGE"
437
731
  },
732
+ {
733
+ "customfield": true,
734
+ "disabled": true,
735
+ "field": "FLOAT_6",
736
+ "max": 1000000000000,
737
+ "min": -1000000000000,
738
+ "step": 1.0,
739
+ "type": "FLOAT_RANGE"
740
+ },
741
+ {
742
+ "customfield": true,
743
+ "disabled": true,
744
+ "field": "FLOAT_7",
745
+ "max": 1000000000000,
746
+ "min": -1000000000000,
747
+ "step": 1.0,
748
+ "type": "FLOAT_RANGE"
749
+ },
750
+ {
751
+ "customfield": true,
752
+ "disabled": true,
753
+ "field": "FLOAT_8",
754
+ "max": 1000000000000,
755
+ "min": -1000000000000,
756
+ "step": 1.0,
757
+ "type": "FLOAT_RANGE"
758
+ },
759
+ {
760
+ "customfield": true,
761
+ "disabled": true,
762
+ "field": "FLOAT_9",
763
+ "max": 1000000000000,
764
+ "min": -1000000000000,
765
+ "step": 1.0,
766
+ "type": "FLOAT_RANGE"
767
+ },
768
+ {
769
+ "customfield": true,
770
+ "disabled": true,
771
+ "field": "DURATION_0",
772
+ "type": "DURATION_RANGE"
773
+ },
438
774
  {
439
775
  "customfield": true,
440
776
  "disabled": true,
@@ -465,6 +801,36 @@
465
801
  "field": "DURATION_5",
466
802
  "type": "DURATION_RANGE"
467
803
  },
804
+ {
805
+ "customfield": true,
806
+ "disabled": true,
807
+ "field": "DURATION_6",
808
+ "type": "DURATION_RANGE"
809
+ },
810
+ {
811
+ "customfield": true,
812
+ "disabled": true,
813
+ "field": "DURATION_7",
814
+ "type": "DURATION_RANGE"
815
+ },
816
+ {
817
+ "customfield": true,
818
+ "disabled": true,
819
+ "field": "DURATION_8",
820
+ "type": "DURATION_RANGE"
821
+ },
822
+ {
823
+ "customfield": true,
824
+ "disabled": true,
825
+ "field": "DURATION_9",
826
+ "type": "DURATION_RANGE"
827
+ },
828
+ {
829
+ "customfield": true,
830
+ "disabled": true,
831
+ "field": "BOOL_0",
832
+ "type": "BOOL_LIST"
833
+ },
468
834
  {
469
835
  "customfield": true,
470
836
  "disabled": true,
@@ -495,6 +861,36 @@
495
861
  "field": "BOOL_5",
496
862
  "type": "BOOL_LIST"
497
863
  },
864
+ {
865
+ "customfield": true,
866
+ "disabled": true,
867
+ "field": "BOOL_6",
868
+ "type": "BOOL_LIST"
869
+ },
870
+ {
871
+ "customfield": true,
872
+ "disabled": true,
873
+ "field": "BOOL_7",
874
+ "type": "BOOL_LIST"
875
+ },
876
+ {
877
+ "customfield": true,
878
+ "disabled": true,
879
+ "field": "BOOL_8",
880
+ "type": "BOOL_LIST"
881
+ },
882
+ {
883
+ "customfield": true,
884
+ "disabled": true,
885
+ "field": "BOOL_9",
886
+ "type": "BOOL_LIST"
887
+ },
888
+ {
889
+ "customfield": true,
890
+ "disabled": true,
891
+ "field": "STRING_0",
892
+ "type": "STRING_SEARCH"
893
+ },
498
894
  {
499
895
  "customfield": true,
500
896
  "disabled": true,
@@ -524,6 +920,30 @@
524
920
  "disabled": true,
525
921
  "field": "STRING_5",
526
922
  "type": "STRING_SEARCH"
923
+ },
924
+ {
925
+ "customfield": true,
926
+ "disabled": true,
927
+ "field": "STRING_6",
928
+ "type": "STRING_SEARCH"
929
+ },
930
+ {
931
+ "customfield": true,
932
+ "disabled": true,
933
+ "field": "STRING_7",
934
+ "type": "STRING_SEARCH"
935
+ },
936
+ {
937
+ "customfield": true,
938
+ "disabled": true,
939
+ "field": "STRING_8",
940
+ "type": "STRING_SEARCH"
941
+ },
942
+ {
943
+ "customfield": true,
944
+ "disabled": true,
945
+ "field": "STRING_9",
946
+ "type": "STRING_SEARCH"
527
947
  }
528
948
  ]
529
949
  },
@@ -560,6 +980,12 @@
560
980
  "field": "ATTRIBUTES",
561
981
  "type": "STRING_SEARCH"
562
982
  },
983
+ {
984
+ "customfield": true,
985
+ "disabled": true,
986
+ "field": "DATETIME_0",
987
+ "type": "DATETIME_RANGE"
988
+ },
563
989
  {
564
990
  "customfield": true,
565
991
  "disabled": true,
@@ -590,6 +1016,39 @@
590
1016
  "field": "DATETIME_5",
591
1017
  "type": "DATETIME_RANGE"
592
1018
  },
1019
+ {
1020
+ "customfield": true,
1021
+ "disabled": true,
1022
+ "field": "DATETIME_6",
1023
+ "type": "DATETIME_RANGE"
1024
+ },
1025
+ {
1026
+ "customfield": true,
1027
+ "disabled": true,
1028
+ "field": "DATETIME_7",
1029
+ "type": "DATETIME_RANGE"
1030
+ },
1031
+ {
1032
+ "customfield": true,
1033
+ "disabled": true,
1034
+ "field": "DATETIME_8",
1035
+ "type": "DATETIME_RANGE"
1036
+ },
1037
+ {
1038
+ "customfield": true,
1039
+ "disabled": true,
1040
+ "field": "DATETIME_9",
1041
+ "type": "DATETIME_RANGE"
1042
+ },
1043
+ {
1044
+ "customfield": true,
1045
+ "disabled": true,
1046
+ "field": "INT_0",
1047
+ "max": 1000000000000,
1048
+ "min": -1000000000000,
1049
+ "step": 1,
1050
+ "type": "INT_RANGE"
1051
+ },
593
1052
  {
594
1053
  "customfield": true,
595
1054
  "disabled": true,
@@ -635,6 +1094,51 @@
635
1094
  "step": 1,
636
1095
  "type": "INT_RANGE"
637
1096
  },
1097
+ {
1098
+ "customfield": true,
1099
+ "disabled": true,
1100
+ "field": "INT_6",
1101
+ "max": 1000000000000,
1102
+ "min": -1000000000000,
1103
+ "step": 1,
1104
+ "type": "INT_RANGE"
1105
+ },
1106
+ {
1107
+ "customfield": true,
1108
+ "disabled": true,
1109
+ "field": "INT_7",
1110
+ "max": 1000000000000,
1111
+ "min": -1000000000000,
1112
+ "step": 1,
1113
+ "type": "INT_RANGE"
1114
+ },
1115
+ {
1116
+ "customfield": true,
1117
+ "disabled": true,
1118
+ "field": "INT_8",
1119
+ "max": 1000000000000,
1120
+ "min": -1000000000000,
1121
+ "step": 1,
1122
+ "type": "INT_RANGE"
1123
+ },
1124
+ {
1125
+ "customfield": true,
1126
+ "disabled": true,
1127
+ "field": "INT_9",
1128
+ "max": 1000000000000,
1129
+ "min": -1000000000000,
1130
+ "step": 1,
1131
+ "type": "INT_RANGE"
1132
+ },
1133
+ {
1134
+ "customfield": true,
1135
+ "disabled": true,
1136
+ "field": "FLOAT_0",
1137
+ "max": 1000000000000,
1138
+ "min": -1000000000000,
1139
+ "step": 1.0,
1140
+ "type": "FLOAT_RANGE"
1141
+ },
638
1142
  {
639
1143
  "customfield": true,
640
1144
  "disabled": true,
@@ -656,59 +1160,131 @@
656
1160
  {
657
1161
  "customfield": true,
658
1162
  "disabled": true,
659
- "field": "FLOAT_3",
660
- "max": 1000000000000,
661
- "min": -1000000000000,
662
- "step": 1.0,
663
- "type": "FLOAT_RANGE"
1163
+ "field": "FLOAT_3",
1164
+ "max": 1000000000000,
1165
+ "min": -1000000000000,
1166
+ "step": 1.0,
1167
+ "type": "FLOAT_RANGE"
1168
+ },
1169
+ {
1170
+ "customfield": true,
1171
+ "disabled": true,
1172
+ "field": "FLOAT_4",
1173
+ "max": 1000000000000,
1174
+ "min": -1000000000000,
1175
+ "step": 1.0,
1176
+ "type": "FLOAT_RANGE"
1177
+ },
1178
+ {
1179
+ "customfield": true,
1180
+ "disabled": true,
1181
+ "field": "FLOAT_5",
1182
+ "max": 1000000000000,
1183
+ "min": -1000000000000,
1184
+ "step": 1.0,
1185
+ "type": "FLOAT_RANGE"
1186
+ },
1187
+ {
1188
+ "customfield": true,
1189
+ "disabled": true,
1190
+ "field": "FLOAT_6",
1191
+ "max": 1000000000000,
1192
+ "min": -1000000000000,
1193
+ "step": 1.0,
1194
+ "type": "FLOAT_RANGE"
1195
+ },
1196
+ {
1197
+ "customfield": true,
1198
+ "disabled": true,
1199
+ "field": "FLOAT_7",
1200
+ "max": 1000000000000,
1201
+ "min": -1000000000000,
1202
+ "step": 1.0,
1203
+ "type": "FLOAT_RANGE"
1204
+ },
1205
+ {
1206
+ "customfield": true,
1207
+ "disabled": true,
1208
+ "field": "FLOAT_8",
1209
+ "max": 1000000000000,
1210
+ "min": -1000000000000,
1211
+ "step": 1.0,
1212
+ "type": "FLOAT_RANGE"
1213
+ },
1214
+ {
1215
+ "customfield": true,
1216
+ "disabled": true,
1217
+ "field": "FLOAT_9",
1218
+ "max": 1000000000000,
1219
+ "min": -1000000000000,
1220
+ "step": 1.0,
1221
+ "type": "FLOAT_RANGE"
1222
+ },
1223
+ {
1224
+ "customfield": true,
1225
+ "disabled": true,
1226
+ "field": "DURATION_0",
1227
+ "type": "DURATION_RANGE"
1228
+ },
1229
+ {
1230
+ "customfield": true,
1231
+ "disabled": true,
1232
+ "field": "DURATION_1",
1233
+ "type": "DURATION_RANGE"
1234
+ },
1235
+ {
1236
+ "customfield": true,
1237
+ "disabled": true,
1238
+ "field": "DURATION_2",
1239
+ "type": "DURATION_RANGE"
1240
+ },
1241
+ {
1242
+ "customfield": true,
1243
+ "disabled": true,
1244
+ "field": "DURATION_3",
1245
+ "type": "DURATION_RANGE"
664
1246
  },
665
1247
  {
666
1248
  "customfield": true,
667
1249
  "disabled": true,
668
- "field": "FLOAT_4",
669
- "max": 1000000000000,
670
- "min": -1000000000000,
671
- "step": 1.0,
672
- "type": "FLOAT_RANGE"
1250
+ "field": "DURATION_4",
1251
+ "type": "DURATION_RANGE"
673
1252
  },
674
1253
  {
675
1254
  "customfield": true,
676
1255
  "disabled": true,
677
- "field": "FLOAT_5",
678
- "max": 1000000000000,
679
- "min": -1000000000000,
680
- "step": 1.0,
681
- "type": "FLOAT_RANGE"
1256
+ "field": "DURATION_5",
1257
+ "type": "DURATION_RANGE"
682
1258
  },
683
1259
  {
684
1260
  "customfield": true,
685
1261
  "disabled": true,
686
- "field": "DURATION_1",
1262
+ "field": "DURATION_6",
687
1263
  "type": "DURATION_RANGE"
688
1264
  },
689
1265
  {
690
1266
  "customfield": true,
691
1267
  "disabled": true,
692
- "field": "DURATION_2",
1268
+ "field": "DURATION_7",
693
1269
  "type": "DURATION_RANGE"
694
1270
  },
695
1271
  {
696
1272
  "customfield": true,
697
1273
  "disabled": true,
698
- "field": "DURATION_3",
1274
+ "field": "DURATION_8",
699
1275
  "type": "DURATION_RANGE"
700
1276
  },
701
1277
  {
702
1278
  "customfield": true,
703
1279
  "disabled": true,
704
- "field": "DURATION_4",
1280
+ "field": "DURATION_9",
705
1281
  "type": "DURATION_RANGE"
706
1282
  },
707
1283
  {
708
1284
  "customfield": true,
709
1285
  "disabled": true,
710
- "field": "DURATION_5",
711
- "type": "DURATION_RANGE"
1286
+ "field": "BOOL_0",
1287
+ "type": "BOOL_LIST"
712
1288
  },
713
1289
  {
714
1290
  "customfield": true,
@@ -740,6 +1316,36 @@
740
1316
  "field": "BOOL_5",
741
1317
  "type": "BOOL_LIST"
742
1318
  },
1319
+ {
1320
+ "customfield": true,
1321
+ "disabled": true,
1322
+ "field": "BOOL_6",
1323
+ "type": "BOOL_LIST"
1324
+ },
1325
+ {
1326
+ "customfield": true,
1327
+ "disabled": true,
1328
+ "field": "BOOL_7",
1329
+ "type": "BOOL_LIST"
1330
+ },
1331
+ {
1332
+ "customfield": true,
1333
+ "disabled": true,
1334
+ "field": "BOOL_8",
1335
+ "type": "BOOL_LIST"
1336
+ },
1337
+ {
1338
+ "customfield": true,
1339
+ "disabled": true,
1340
+ "field": "BOOL_9",
1341
+ "type": "BOOL_LIST"
1342
+ },
1343
+ {
1344
+ "customfield": true,
1345
+ "disabled": true,
1346
+ "field": "STRING_0",
1347
+ "type": "STRING_SEARCH"
1348
+ },
743
1349
  {
744
1350
  "customfield": true,
745
1351
  "disabled": true,
@@ -769,6 +1375,30 @@
769
1375
  "disabled": true,
770
1376
  "field": "STRING_5",
771
1377
  "type": "STRING_SEARCH"
1378
+ },
1379
+ {
1380
+ "customfield": true,
1381
+ "disabled": true,
1382
+ "field": "STRING_6",
1383
+ "type": "STRING_SEARCH"
1384
+ },
1385
+ {
1386
+ "customfield": true,
1387
+ "disabled": true,
1388
+ "field": "STRING_7",
1389
+ "type": "STRING_SEARCH"
1390
+ },
1391
+ {
1392
+ "customfield": true,
1393
+ "disabled": true,
1394
+ "field": "STRING_8",
1395
+ "type": "STRING_SEARCH"
1396
+ },
1397
+ {
1398
+ "customfield": true,
1399
+ "disabled": true,
1400
+ "field": "STRING_9",
1401
+ "type": "STRING_SEARCH"
772
1402
  }
773
1403
  ]
774
1404
  },
@@ -971,6 +1601,12 @@
971
1601
  "field": "ATTRIBUTES",
972
1602
  "type": "STRING_SEARCH"
973
1603
  },
1604
+ {
1605
+ "customfield": true,
1606
+ "disabled": true,
1607
+ "field": "DATETIME_0",
1608
+ "type": "DATETIME_RANGE"
1609
+ },
974
1610
  {
975
1611
  "customfield": true,
976
1612
  "disabled": true,
@@ -1001,6 +1637,39 @@
1001
1637
  "field": "DATETIME_5",
1002
1638
  "type": "DATETIME_RANGE"
1003
1639
  },
1640
+ {
1641
+ "customfield": true,
1642
+ "disabled": true,
1643
+ "field": "DATETIME_6",
1644
+ "type": "DATETIME_RANGE"
1645
+ },
1646
+ {
1647
+ "customfield": true,
1648
+ "disabled": true,
1649
+ "field": "DATETIME_7",
1650
+ "type": "DATETIME_RANGE"
1651
+ },
1652
+ {
1653
+ "customfield": true,
1654
+ "disabled": true,
1655
+ "field": "DATETIME_8",
1656
+ "type": "DATETIME_RANGE"
1657
+ },
1658
+ {
1659
+ "customfield": true,
1660
+ "disabled": true,
1661
+ "field": "DATETIME_9",
1662
+ "type": "DATETIME_RANGE"
1663
+ },
1664
+ {
1665
+ "customfield": true,
1666
+ "disabled": true,
1667
+ "field": "INT_0",
1668
+ "max": 1000000000000,
1669
+ "min": -1000000000000,
1670
+ "step": 1,
1671
+ "type": "INT_RANGE"
1672
+ },
1004
1673
  {
1005
1674
  "customfield": true,
1006
1675
  "disabled": true,
@@ -1046,6 +1715,51 @@
1046
1715
  "step": 1,
1047
1716
  "type": "INT_RANGE"
1048
1717
  },
1718
+ {
1719
+ "customfield": true,
1720
+ "disabled": true,
1721
+ "field": "INT_6",
1722
+ "max": 1000000000000,
1723
+ "min": -1000000000000,
1724
+ "step": 1,
1725
+ "type": "INT_RANGE"
1726
+ },
1727
+ {
1728
+ "customfield": true,
1729
+ "disabled": true,
1730
+ "field": "INT_7",
1731
+ "max": 1000000000000,
1732
+ "min": -1000000000000,
1733
+ "step": 1,
1734
+ "type": "INT_RANGE"
1735
+ },
1736
+ {
1737
+ "customfield": true,
1738
+ "disabled": true,
1739
+ "field": "INT_8",
1740
+ "max": 1000000000000,
1741
+ "min": -1000000000000,
1742
+ "step": 1,
1743
+ "type": "INT_RANGE"
1744
+ },
1745
+ {
1746
+ "customfield": true,
1747
+ "disabled": true,
1748
+ "field": "INT_9",
1749
+ "max": 1000000000000,
1750
+ "min": -1000000000000,
1751
+ "step": 1,
1752
+ "type": "INT_RANGE"
1753
+ },
1754
+ {
1755
+ "customfield": true,
1756
+ "disabled": true,
1757
+ "field": "FLOAT_0",
1758
+ "max": 1000000000000,
1759
+ "min": -1000000000000,
1760
+ "step": 1.0,
1761
+ "type": "FLOAT_RANGE"
1762
+ },
1049
1763
  {
1050
1764
  "customfield": true,
1051
1765
  "disabled": true,
@@ -1091,6 +1805,48 @@
1091
1805
  "step": 1.0,
1092
1806
  "type": "FLOAT_RANGE"
1093
1807
  },
1808
+ {
1809
+ "customfield": true,
1810
+ "disabled": true,
1811
+ "field": "FLOAT_6",
1812
+ "max": 1000000000000,
1813
+ "min": -1000000000000,
1814
+ "step": 1.0,
1815
+ "type": "FLOAT_RANGE"
1816
+ },
1817
+ {
1818
+ "customfield": true,
1819
+ "disabled": true,
1820
+ "field": "FLOAT_7",
1821
+ "max": 1000000000000,
1822
+ "min": -1000000000000,
1823
+ "step": 1.0,
1824
+ "type": "FLOAT_RANGE"
1825
+ },
1826
+ {
1827
+ "customfield": true,
1828
+ "disabled": true,
1829
+ "field": "FLOAT_8",
1830
+ "max": 1000000000000,
1831
+ "min": -1000000000000,
1832
+ "step": 1.0,
1833
+ "type": "FLOAT_RANGE"
1834
+ },
1835
+ {
1836
+ "customfield": true,
1837
+ "disabled": true,
1838
+ "field": "FLOAT_9",
1839
+ "max": 1000000000000,
1840
+ "min": -1000000000000,
1841
+ "step": 1.0,
1842
+ "type": "FLOAT_RANGE"
1843
+ },
1844
+ {
1845
+ "customfield": true,
1846
+ "disabled": true,
1847
+ "field": "DURATION_0",
1848
+ "type": "DURATION_RANGE"
1849
+ },
1094
1850
  {
1095
1851
  "customfield": true,
1096
1852
  "disabled": true,
@@ -1121,6 +1877,36 @@
1121
1877
  "field": "DURATION_5",
1122
1878
  "type": "DURATION_RANGE"
1123
1879
  },
1880
+ {
1881
+ "customfield": true,
1882
+ "disabled": true,
1883
+ "field": "DURATION_6",
1884
+ "type": "DURATION_RANGE"
1885
+ },
1886
+ {
1887
+ "customfield": true,
1888
+ "disabled": true,
1889
+ "field": "DURATION_7",
1890
+ "type": "DURATION_RANGE"
1891
+ },
1892
+ {
1893
+ "customfield": true,
1894
+ "disabled": true,
1895
+ "field": "DURATION_8",
1896
+ "type": "DURATION_RANGE"
1897
+ },
1898
+ {
1899
+ "customfield": true,
1900
+ "disabled": true,
1901
+ "field": "DURATION_9",
1902
+ "type": "DURATION_RANGE"
1903
+ },
1904
+ {
1905
+ "customfield": true,
1906
+ "disabled": true,
1907
+ "field": "BOOL_0",
1908
+ "type": "BOOL_LIST"
1909
+ },
1124
1910
  {
1125
1911
  "customfield": true,
1126
1912
  "disabled": true,
@@ -1136,49 +1922,103 @@
1136
1922
  {
1137
1923
  "customfield": true,
1138
1924
  "disabled": true,
1139
- "field": "BOOL_3",
1140
- "type": "BOOL_LIST"
1925
+ "field": "BOOL_3",
1926
+ "type": "BOOL_LIST"
1927
+ },
1928
+ {
1929
+ "customfield": true,
1930
+ "disabled": true,
1931
+ "field": "BOOL_4",
1932
+ "type": "BOOL_LIST"
1933
+ },
1934
+ {
1935
+ "customfield": true,
1936
+ "disabled": true,
1937
+ "field": "BOOL_5",
1938
+ "type": "BOOL_LIST"
1939
+ },
1940
+ {
1941
+ "customfield": true,
1942
+ "disabled": true,
1943
+ "field": "BOOL_6",
1944
+ "type": "BOOL_LIST"
1945
+ },
1946
+ {
1947
+ "customfield": true,
1948
+ "disabled": true,
1949
+ "field": "BOOL_7",
1950
+ "type": "BOOL_LIST"
1951
+ },
1952
+ {
1953
+ "customfield": true,
1954
+ "disabled": true,
1955
+ "field": "BOOL_8",
1956
+ "type": "BOOL_LIST"
1957
+ },
1958
+ {
1959
+ "customfield": true,
1960
+ "disabled": true,
1961
+ "field": "BOOL_9",
1962
+ "type": "BOOL_LIST"
1963
+ },
1964
+ {
1965
+ "customfield": true,
1966
+ "disabled": true,
1967
+ "field": "STRING_0",
1968
+ "type": "STRING_SEARCH"
1969
+ },
1970
+ {
1971
+ "customfield": true,
1972
+ "disabled": true,
1973
+ "field": "STRING_1",
1974
+ "type": "STRING_SEARCH"
1975
+ },
1976
+ {
1977
+ "customfield": true,
1978
+ "disabled": true,
1979
+ "field": "STRING_2",
1980
+ "type": "STRING_SEARCH"
1141
1981
  },
1142
1982
  {
1143
1983
  "customfield": true,
1144
1984
  "disabled": true,
1145
- "field": "BOOL_4",
1146
- "type": "BOOL_LIST"
1985
+ "field": "STRING_3",
1986
+ "type": "STRING_SEARCH"
1147
1987
  },
1148
1988
  {
1149
1989
  "customfield": true,
1150
1990
  "disabled": true,
1151
- "field": "BOOL_5",
1152
- "type": "BOOL_LIST"
1991
+ "field": "STRING_4",
1992
+ "type": "STRING_SEARCH"
1153
1993
  },
1154
1994
  {
1155
1995
  "customfield": true,
1156
1996
  "disabled": true,
1157
- "field": "STRING_1",
1997
+ "field": "STRING_5",
1158
1998
  "type": "STRING_SEARCH"
1159
1999
  },
1160
2000
  {
1161
2001
  "customfield": true,
1162
2002
  "disabled": true,
1163
- "field": "STRING_2",
2003
+ "field": "STRING_6",
1164
2004
  "type": "STRING_SEARCH"
1165
2005
  },
1166
2006
  {
1167
2007
  "customfield": true,
1168
2008
  "disabled": true,
1169
- "field": "STRING_3",
2009
+ "field": "STRING_7",
1170
2010
  "type": "STRING_SEARCH"
1171
2011
  },
1172
2012
  {
1173
2013
  "customfield": true,
1174
2014
  "disabled": true,
1175
- "field": "STRING_4",
2015
+ "field": "STRING_8",
1176
2016
  "type": "STRING_SEARCH"
1177
2017
  },
1178
2018
  {
1179
2019
  "customfield": true,
1180
2020
  "disabled": true,
1181
- "field": "STRING_5",
2021
+ "field": "STRING_9",
1182
2022
  "type": "STRING_SEARCH"
1183
2023
  }
1184
2024
  ]
@@ -1262,6 +2102,12 @@
1262
2102
  "field": "ATTRIBUTES",
1263
2103
  "type": "STRING_SEARCH"
1264
2104
  },
2105
+ {
2106
+ "customfield": true,
2107
+ "disabled": true,
2108
+ "field": "DATETIME_0",
2109
+ "type": "DATETIME_RANGE"
2110
+ },
1265
2111
  {
1266
2112
  "customfield": true,
1267
2113
  "disabled": true,
@@ -1292,6 +2138,39 @@
1292
2138
  "field": "DATETIME_5",
1293
2139
  "type": "DATETIME_RANGE"
1294
2140
  },
2141
+ {
2142
+ "customfield": true,
2143
+ "disabled": true,
2144
+ "field": "DATETIME_6",
2145
+ "type": "DATETIME_RANGE"
2146
+ },
2147
+ {
2148
+ "customfield": true,
2149
+ "disabled": true,
2150
+ "field": "DATETIME_7",
2151
+ "type": "DATETIME_RANGE"
2152
+ },
2153
+ {
2154
+ "customfield": true,
2155
+ "disabled": true,
2156
+ "field": "DATETIME_8",
2157
+ "type": "DATETIME_RANGE"
2158
+ },
2159
+ {
2160
+ "customfield": true,
2161
+ "disabled": true,
2162
+ "field": "DATETIME_9",
2163
+ "type": "DATETIME_RANGE"
2164
+ },
2165
+ {
2166
+ "customfield": true,
2167
+ "disabled": true,
2168
+ "field": "INT_0",
2169
+ "max": 1000000000000,
2170
+ "min": -1000000000000,
2171
+ "step": 1,
2172
+ "type": "INT_RANGE"
2173
+ },
1295
2174
  {
1296
2175
  "customfield": true,
1297
2176
  "disabled": true,
@@ -1337,6 +2216,51 @@
1337
2216
  "step": 1,
1338
2217
  "type": "INT_RANGE"
1339
2218
  },
2219
+ {
2220
+ "customfield": true,
2221
+ "disabled": true,
2222
+ "field": "INT_6",
2223
+ "max": 1000000000000,
2224
+ "min": -1000000000000,
2225
+ "step": 1,
2226
+ "type": "INT_RANGE"
2227
+ },
2228
+ {
2229
+ "customfield": true,
2230
+ "disabled": true,
2231
+ "field": "INT_7",
2232
+ "max": 1000000000000,
2233
+ "min": -1000000000000,
2234
+ "step": 1,
2235
+ "type": "INT_RANGE"
2236
+ },
2237
+ {
2238
+ "customfield": true,
2239
+ "disabled": true,
2240
+ "field": "INT_8",
2241
+ "max": 1000000000000,
2242
+ "min": -1000000000000,
2243
+ "step": 1,
2244
+ "type": "INT_RANGE"
2245
+ },
2246
+ {
2247
+ "customfield": true,
2248
+ "disabled": true,
2249
+ "field": "INT_9",
2250
+ "max": 1000000000000,
2251
+ "min": -1000000000000,
2252
+ "step": 1,
2253
+ "type": "INT_RANGE"
2254
+ },
2255
+ {
2256
+ "customfield": true,
2257
+ "disabled": true,
2258
+ "field": "FLOAT_0",
2259
+ "max": 1000000000000,
2260
+ "min": -1000000000000,
2261
+ "step": 1.0,
2262
+ "type": "FLOAT_RANGE"
2263
+ },
1340
2264
  {
1341
2265
  "customfield": true,
1342
2266
  "disabled": true,
@@ -1382,6 +2306,48 @@
1382
2306
  "step": 1.0,
1383
2307
  "type": "FLOAT_RANGE"
1384
2308
  },
2309
+ {
2310
+ "customfield": true,
2311
+ "disabled": true,
2312
+ "field": "FLOAT_6",
2313
+ "max": 1000000000000,
2314
+ "min": -1000000000000,
2315
+ "step": 1.0,
2316
+ "type": "FLOAT_RANGE"
2317
+ },
2318
+ {
2319
+ "customfield": true,
2320
+ "disabled": true,
2321
+ "field": "FLOAT_7",
2322
+ "max": 1000000000000,
2323
+ "min": -1000000000000,
2324
+ "step": 1.0,
2325
+ "type": "FLOAT_RANGE"
2326
+ },
2327
+ {
2328
+ "customfield": true,
2329
+ "disabled": true,
2330
+ "field": "FLOAT_8",
2331
+ "max": 1000000000000,
2332
+ "min": -1000000000000,
2333
+ "step": 1.0,
2334
+ "type": "FLOAT_RANGE"
2335
+ },
2336
+ {
2337
+ "customfield": true,
2338
+ "disabled": true,
2339
+ "field": "FLOAT_9",
2340
+ "max": 1000000000000,
2341
+ "min": -1000000000000,
2342
+ "step": 1.0,
2343
+ "type": "FLOAT_RANGE"
2344
+ },
2345
+ {
2346
+ "customfield": true,
2347
+ "disabled": true,
2348
+ "field": "DURATION_0",
2349
+ "type": "DURATION_RANGE"
2350
+ },
1385
2351
  {
1386
2352
  "customfield": true,
1387
2353
  "disabled": true,
@@ -1412,6 +2378,36 @@
1412
2378
  "field": "DURATION_5",
1413
2379
  "type": "DURATION_RANGE"
1414
2380
  },
2381
+ {
2382
+ "customfield": true,
2383
+ "disabled": true,
2384
+ "field": "DURATION_6",
2385
+ "type": "DURATION_RANGE"
2386
+ },
2387
+ {
2388
+ "customfield": true,
2389
+ "disabled": true,
2390
+ "field": "DURATION_7",
2391
+ "type": "DURATION_RANGE"
2392
+ },
2393
+ {
2394
+ "customfield": true,
2395
+ "disabled": true,
2396
+ "field": "DURATION_8",
2397
+ "type": "DURATION_RANGE"
2398
+ },
2399
+ {
2400
+ "customfield": true,
2401
+ "disabled": true,
2402
+ "field": "DURATION_9",
2403
+ "type": "DURATION_RANGE"
2404
+ },
2405
+ {
2406
+ "customfield": true,
2407
+ "disabled": true,
2408
+ "field": "BOOL_0",
2409
+ "type": "BOOL_LIST"
2410
+ },
1415
2411
  {
1416
2412
  "customfield": true,
1417
2413
  "disabled": true,
@@ -1442,6 +2438,36 @@
1442
2438
  "field": "BOOL_5",
1443
2439
  "type": "BOOL_LIST"
1444
2440
  },
2441
+ {
2442
+ "customfield": true,
2443
+ "disabled": true,
2444
+ "field": "BOOL_6",
2445
+ "type": "BOOL_LIST"
2446
+ },
2447
+ {
2448
+ "customfield": true,
2449
+ "disabled": true,
2450
+ "field": "BOOL_7",
2451
+ "type": "BOOL_LIST"
2452
+ },
2453
+ {
2454
+ "customfield": true,
2455
+ "disabled": true,
2456
+ "field": "BOOL_8",
2457
+ "type": "BOOL_LIST"
2458
+ },
2459
+ {
2460
+ "customfield": true,
2461
+ "disabled": true,
2462
+ "field": "BOOL_9",
2463
+ "type": "BOOL_LIST"
2464
+ },
2465
+ {
2466
+ "customfield": true,
2467
+ "disabled": true,
2468
+ "field": "STRING_0",
2469
+ "type": "STRING_SEARCH"
2470
+ },
1445
2471
  {
1446
2472
  "customfield": true,
1447
2473
  "disabled": true,
@@ -1471,6 +2497,30 @@
1471
2497
  "disabled": true,
1472
2498
  "field": "STRING_5",
1473
2499
  "type": "STRING_SEARCH"
2500
+ },
2501
+ {
2502
+ "customfield": true,
2503
+ "disabled": true,
2504
+ "field": "STRING_6",
2505
+ "type": "STRING_SEARCH"
2506
+ },
2507
+ {
2508
+ "customfield": true,
2509
+ "disabled": true,
2510
+ "field": "STRING_7",
2511
+ "type": "STRING_SEARCH"
2512
+ },
2513
+ {
2514
+ "customfield": true,
2515
+ "disabled": true,
2516
+ "field": "STRING_8",
2517
+ "type": "STRING_SEARCH"
2518
+ },
2519
+ {
2520
+ "customfield": true,
2521
+ "disabled": true,
2522
+ "field": "STRING_9",
2523
+ "type": "STRING_SEARCH"
1474
2524
  }
1475
2525
  ]
1476
2526
  },
@@ -1611,6 +2661,12 @@
1611
2661
  "field": "ATTRIBUTES",
1612
2662
  "type": "STRING_SEARCH"
1613
2663
  },
2664
+ {
2665
+ "customfield": true,
2666
+ "disabled": true,
2667
+ "field": "DATETIME_0",
2668
+ "type": "DATETIME_RANGE"
2669
+ },
1614
2670
  {
1615
2671
  "customfield": true,
1616
2672
  "disabled": true,
@@ -1620,31 +2676,100 @@
1620
2676
  {
1621
2677
  "customfield": true,
1622
2678
  "disabled": true,
1623
- "field": "DATETIME_2",
1624
- "type": "DATETIME_RANGE"
2679
+ "field": "DATETIME_2",
2680
+ "type": "DATETIME_RANGE"
2681
+ },
2682
+ {
2683
+ "customfield": true,
2684
+ "disabled": true,
2685
+ "field": "DATETIME_3",
2686
+ "type": "DATETIME_RANGE"
2687
+ },
2688
+ {
2689
+ "customfield": true,
2690
+ "disabled": true,
2691
+ "field": "DATETIME_4",
2692
+ "type": "DATETIME_RANGE"
2693
+ },
2694
+ {
2695
+ "customfield": true,
2696
+ "disabled": true,
2697
+ "field": "DATETIME_5",
2698
+ "type": "DATETIME_RANGE"
2699
+ },
2700
+ {
2701
+ "customfield": true,
2702
+ "disabled": true,
2703
+ "field": "DATETIME_6",
2704
+ "type": "DATETIME_RANGE"
2705
+ },
2706
+ {
2707
+ "customfield": true,
2708
+ "disabled": true,
2709
+ "field": "DATETIME_7",
2710
+ "type": "DATETIME_RANGE"
2711
+ },
2712
+ {
2713
+ "customfield": true,
2714
+ "disabled": true,
2715
+ "field": "DATETIME_8",
2716
+ "type": "DATETIME_RANGE"
2717
+ },
2718
+ {
2719
+ "customfield": true,
2720
+ "disabled": true,
2721
+ "field": "DATETIME_9",
2722
+ "type": "DATETIME_RANGE"
2723
+ },
2724
+ {
2725
+ "customfield": true,
2726
+ "disabled": true,
2727
+ "field": "INT_0",
2728
+ "max": 1000000000000,
2729
+ "min": -1000000000000,
2730
+ "step": 1,
2731
+ "type": "INT_RANGE"
2732
+ },
2733
+ {
2734
+ "customfield": true,
2735
+ "disabled": true,
2736
+ "field": "INT_1",
2737
+ "max": 1000000000000,
2738
+ "min": -1000000000000,
2739
+ "step": 1,
2740
+ "type": "INT_RANGE"
1625
2741
  },
1626
2742
  {
1627
2743
  "customfield": true,
1628
2744
  "disabled": true,
1629
- "field": "DATETIME_3",
1630
- "type": "DATETIME_RANGE"
2745
+ "field": "INT_2",
2746
+ "max": 1000000000000,
2747
+ "min": -1000000000000,
2748
+ "step": 1,
2749
+ "type": "INT_RANGE"
1631
2750
  },
1632
2751
  {
1633
2752
  "customfield": true,
1634
2753
  "disabled": true,
1635
- "field": "DATETIME_4",
1636
- "type": "DATETIME_RANGE"
2754
+ "field": "INT_3",
2755
+ "max": 1000000000000,
2756
+ "min": -1000000000000,
2757
+ "step": 1,
2758
+ "type": "INT_RANGE"
1637
2759
  },
1638
2760
  {
1639
2761
  "customfield": true,
1640
2762
  "disabled": true,
1641
- "field": "DATETIME_5",
1642
- "type": "DATETIME_RANGE"
2763
+ "field": "INT_4",
2764
+ "max": 1000000000000,
2765
+ "min": -1000000000000,
2766
+ "step": 1,
2767
+ "type": "INT_RANGE"
1643
2768
  },
1644
2769
  {
1645
2770
  "customfield": true,
1646
2771
  "disabled": true,
1647
- "field": "INT_1",
2772
+ "field": "INT_5",
1648
2773
  "max": 1000000000000,
1649
2774
  "min": -1000000000000,
1650
2775
  "step": 1,
@@ -1653,7 +2778,7 @@
1653
2778
  {
1654
2779
  "customfield": true,
1655
2780
  "disabled": true,
1656
- "field": "INT_2",
2781
+ "field": "INT_6",
1657
2782
  "max": 1000000000000,
1658
2783
  "min": -1000000000000,
1659
2784
  "step": 1,
@@ -1662,7 +2787,7 @@
1662
2787
  {
1663
2788
  "customfield": true,
1664
2789
  "disabled": true,
1665
- "field": "INT_3",
2790
+ "field": "INT_7",
1666
2791
  "max": 1000000000000,
1667
2792
  "min": -1000000000000,
1668
2793
  "step": 1,
@@ -1671,7 +2796,7 @@
1671
2796
  {
1672
2797
  "customfield": true,
1673
2798
  "disabled": true,
1674
- "field": "INT_4",
2799
+ "field": "INT_8",
1675
2800
  "max": 1000000000000,
1676
2801
  "min": -1000000000000,
1677
2802
  "step": 1,
@@ -1680,12 +2805,21 @@
1680
2805
  {
1681
2806
  "customfield": true,
1682
2807
  "disabled": true,
1683
- "field": "INT_5",
2808
+ "field": "INT_9",
1684
2809
  "max": 1000000000000,
1685
2810
  "min": -1000000000000,
1686
2811
  "step": 1,
1687
2812
  "type": "INT_RANGE"
1688
2813
  },
2814
+ {
2815
+ "customfield": true,
2816
+ "disabled": true,
2817
+ "field": "FLOAT_0",
2818
+ "max": 1000000000000,
2819
+ "min": -1000000000000,
2820
+ "step": 1.0,
2821
+ "type": "FLOAT_RANGE"
2822
+ },
1689
2823
  {
1690
2824
  "customfield": true,
1691
2825
  "disabled": true,
@@ -1731,6 +2865,48 @@
1731
2865
  "step": 1.0,
1732
2866
  "type": "FLOAT_RANGE"
1733
2867
  },
2868
+ {
2869
+ "customfield": true,
2870
+ "disabled": true,
2871
+ "field": "FLOAT_6",
2872
+ "max": 1000000000000,
2873
+ "min": -1000000000000,
2874
+ "step": 1.0,
2875
+ "type": "FLOAT_RANGE"
2876
+ },
2877
+ {
2878
+ "customfield": true,
2879
+ "disabled": true,
2880
+ "field": "FLOAT_7",
2881
+ "max": 1000000000000,
2882
+ "min": -1000000000000,
2883
+ "step": 1.0,
2884
+ "type": "FLOAT_RANGE"
2885
+ },
2886
+ {
2887
+ "customfield": true,
2888
+ "disabled": true,
2889
+ "field": "FLOAT_8",
2890
+ "max": 1000000000000,
2891
+ "min": -1000000000000,
2892
+ "step": 1.0,
2893
+ "type": "FLOAT_RANGE"
2894
+ },
2895
+ {
2896
+ "customfield": true,
2897
+ "disabled": true,
2898
+ "field": "FLOAT_9",
2899
+ "max": 1000000000000,
2900
+ "min": -1000000000000,
2901
+ "step": 1.0,
2902
+ "type": "FLOAT_RANGE"
2903
+ },
2904
+ {
2905
+ "customfield": true,
2906
+ "disabled": true,
2907
+ "field": "DURATION_0",
2908
+ "type": "DURATION_RANGE"
2909
+ },
1734
2910
  {
1735
2911
  "customfield": true,
1736
2912
  "disabled": true,
@@ -1761,6 +2937,36 @@
1761
2937
  "field": "DURATION_5",
1762
2938
  "type": "DURATION_RANGE"
1763
2939
  },
2940
+ {
2941
+ "customfield": true,
2942
+ "disabled": true,
2943
+ "field": "DURATION_6",
2944
+ "type": "DURATION_RANGE"
2945
+ },
2946
+ {
2947
+ "customfield": true,
2948
+ "disabled": true,
2949
+ "field": "DURATION_7",
2950
+ "type": "DURATION_RANGE"
2951
+ },
2952
+ {
2953
+ "customfield": true,
2954
+ "disabled": true,
2955
+ "field": "DURATION_8",
2956
+ "type": "DURATION_RANGE"
2957
+ },
2958
+ {
2959
+ "customfield": true,
2960
+ "disabled": true,
2961
+ "field": "DURATION_9",
2962
+ "type": "DURATION_RANGE"
2963
+ },
2964
+ {
2965
+ "customfield": true,
2966
+ "disabled": true,
2967
+ "field": "BOOL_0",
2968
+ "type": "BOOL_LIST"
2969
+ },
1764
2970
  {
1765
2971
  "customfield": true,
1766
2972
  "disabled": true,
@@ -1791,6 +2997,36 @@
1791
2997
  "field": "BOOL_5",
1792
2998
  "type": "BOOL_LIST"
1793
2999
  },
3000
+ {
3001
+ "customfield": true,
3002
+ "disabled": true,
3003
+ "field": "BOOL_6",
3004
+ "type": "BOOL_LIST"
3005
+ },
3006
+ {
3007
+ "customfield": true,
3008
+ "disabled": true,
3009
+ "field": "BOOL_7",
3010
+ "type": "BOOL_LIST"
3011
+ },
3012
+ {
3013
+ "customfield": true,
3014
+ "disabled": true,
3015
+ "field": "BOOL_8",
3016
+ "type": "BOOL_LIST"
3017
+ },
3018
+ {
3019
+ "customfield": true,
3020
+ "disabled": true,
3021
+ "field": "BOOL_9",
3022
+ "type": "BOOL_LIST"
3023
+ },
3024
+ {
3025
+ "customfield": true,
3026
+ "disabled": true,
3027
+ "field": "STRING_0",
3028
+ "type": "STRING_SEARCH"
3029
+ },
1794
3030
  {
1795
3031
  "customfield": true,
1796
3032
  "disabled": true,
@@ -1820,6 +3056,30 @@
1820
3056
  "disabled": true,
1821
3057
  "field": "STRING_5",
1822
3058
  "type": "STRING_SEARCH"
3059
+ },
3060
+ {
3061
+ "customfield": true,
3062
+ "disabled": true,
3063
+ "field": "STRING_6",
3064
+ "type": "STRING_SEARCH"
3065
+ },
3066
+ {
3067
+ "customfield": true,
3068
+ "disabled": true,
3069
+ "field": "STRING_7",
3070
+ "type": "STRING_SEARCH"
3071
+ },
3072
+ {
3073
+ "customfield": true,
3074
+ "disabled": true,
3075
+ "field": "STRING_8",
3076
+ "type": "STRING_SEARCH"
3077
+ },
3078
+ {
3079
+ "customfield": true,
3080
+ "disabled": true,
3081
+ "field": "STRING_9",
3082
+ "type": "STRING_SEARCH"
1823
3083
  }
1824
3084
  ]
1825
3085
  },
@@ -2048,6 +3308,12 @@
2048
3308
  "field": "ATTRIBUTES",
2049
3309
  "type": "STRING_SEARCH"
2050
3310
  },
3311
+ {
3312
+ "customfield": true,
3313
+ "disabled": true,
3314
+ "field": "DATETIME_0",
3315
+ "type": "DATETIME_RANGE"
3316
+ },
2051
3317
  {
2052
3318
  "customfield": true,
2053
3319
  "disabled": true,
@@ -2078,6 +3344,39 @@
2078
3344
  "field": "DATETIME_5",
2079
3345
  "type": "DATETIME_RANGE"
2080
3346
  },
3347
+ {
3348
+ "customfield": true,
3349
+ "disabled": true,
3350
+ "field": "DATETIME_6",
3351
+ "type": "DATETIME_RANGE"
3352
+ },
3353
+ {
3354
+ "customfield": true,
3355
+ "disabled": true,
3356
+ "field": "DATETIME_7",
3357
+ "type": "DATETIME_RANGE"
3358
+ },
3359
+ {
3360
+ "customfield": true,
3361
+ "disabled": true,
3362
+ "field": "DATETIME_8",
3363
+ "type": "DATETIME_RANGE"
3364
+ },
3365
+ {
3366
+ "customfield": true,
3367
+ "disabled": true,
3368
+ "field": "DATETIME_9",
3369
+ "type": "DATETIME_RANGE"
3370
+ },
3371
+ {
3372
+ "customfield": true,
3373
+ "disabled": true,
3374
+ "field": "INT_0",
3375
+ "max": 1000000000000,
3376
+ "min": -1000000000000,
3377
+ "step": 1,
3378
+ "type": "INT_RANGE"
3379
+ },
2081
3380
  {
2082
3381
  "customfield": true,
2083
3382
  "disabled": true,
@@ -2123,6 +3422,51 @@
2123
3422
  "step": 1,
2124
3423
  "type": "INT_RANGE"
2125
3424
  },
3425
+ {
3426
+ "customfield": true,
3427
+ "disabled": true,
3428
+ "field": "INT_6",
3429
+ "max": 1000000000000,
3430
+ "min": -1000000000000,
3431
+ "step": 1,
3432
+ "type": "INT_RANGE"
3433
+ },
3434
+ {
3435
+ "customfield": true,
3436
+ "disabled": true,
3437
+ "field": "INT_7",
3438
+ "max": 1000000000000,
3439
+ "min": -1000000000000,
3440
+ "step": 1,
3441
+ "type": "INT_RANGE"
3442
+ },
3443
+ {
3444
+ "customfield": true,
3445
+ "disabled": true,
3446
+ "field": "INT_8",
3447
+ "max": 1000000000000,
3448
+ "min": -1000000000000,
3449
+ "step": 1,
3450
+ "type": "INT_RANGE"
3451
+ },
3452
+ {
3453
+ "customfield": true,
3454
+ "disabled": true,
3455
+ "field": "INT_9",
3456
+ "max": 1000000000000,
3457
+ "min": -1000000000000,
3458
+ "step": 1,
3459
+ "type": "INT_RANGE"
3460
+ },
3461
+ {
3462
+ "customfield": true,
3463
+ "disabled": true,
3464
+ "field": "FLOAT_0",
3465
+ "max": 1000000000000,
3466
+ "min": -1000000000000,
3467
+ "step": 1.0,
3468
+ "type": "FLOAT_RANGE"
3469
+ },
2126
3470
  {
2127
3471
  "customfield": true,
2128
3472
  "disabled": true,
@@ -2162,12 +3506,54 @@
2162
3506
  {
2163
3507
  "customfield": true,
2164
3508
  "disabled": true,
2165
- "field": "FLOAT_5",
3509
+ "field": "FLOAT_5",
3510
+ "max": 1000000000000,
3511
+ "min": -1000000000000,
3512
+ "step": 1.0,
3513
+ "type": "FLOAT_RANGE"
3514
+ },
3515
+ {
3516
+ "customfield": true,
3517
+ "disabled": true,
3518
+ "field": "FLOAT_6",
3519
+ "max": 1000000000000,
3520
+ "min": -1000000000000,
3521
+ "step": 1.0,
3522
+ "type": "FLOAT_RANGE"
3523
+ },
3524
+ {
3525
+ "customfield": true,
3526
+ "disabled": true,
3527
+ "field": "FLOAT_7",
3528
+ "max": 1000000000000,
3529
+ "min": -1000000000000,
3530
+ "step": 1.0,
3531
+ "type": "FLOAT_RANGE"
3532
+ },
3533
+ {
3534
+ "customfield": true,
3535
+ "disabled": true,
3536
+ "field": "FLOAT_8",
3537
+ "max": 1000000000000,
3538
+ "min": -1000000000000,
3539
+ "step": 1.0,
3540
+ "type": "FLOAT_RANGE"
3541
+ },
3542
+ {
3543
+ "customfield": true,
3544
+ "disabled": true,
3545
+ "field": "FLOAT_9",
2166
3546
  "max": 1000000000000,
2167
3547
  "min": -1000000000000,
2168
3548
  "step": 1.0,
2169
3549
  "type": "FLOAT_RANGE"
2170
3550
  },
3551
+ {
3552
+ "customfield": true,
3553
+ "disabled": true,
3554
+ "field": "DURATION_0",
3555
+ "type": "DURATION_RANGE"
3556
+ },
2171
3557
  {
2172
3558
  "customfield": true,
2173
3559
  "disabled": true,
@@ -2198,6 +3584,36 @@
2198
3584
  "field": "DURATION_5",
2199
3585
  "type": "DURATION_RANGE"
2200
3586
  },
3587
+ {
3588
+ "customfield": true,
3589
+ "disabled": true,
3590
+ "field": "DURATION_6",
3591
+ "type": "DURATION_RANGE"
3592
+ },
3593
+ {
3594
+ "customfield": true,
3595
+ "disabled": true,
3596
+ "field": "DURATION_7",
3597
+ "type": "DURATION_RANGE"
3598
+ },
3599
+ {
3600
+ "customfield": true,
3601
+ "disabled": true,
3602
+ "field": "DURATION_8",
3603
+ "type": "DURATION_RANGE"
3604
+ },
3605
+ {
3606
+ "customfield": true,
3607
+ "disabled": true,
3608
+ "field": "DURATION_9",
3609
+ "type": "DURATION_RANGE"
3610
+ },
3611
+ {
3612
+ "customfield": true,
3613
+ "disabled": true,
3614
+ "field": "BOOL_0",
3615
+ "type": "BOOL_LIST"
3616
+ },
2201
3617
  {
2202
3618
  "customfield": true,
2203
3619
  "disabled": true,
@@ -2228,6 +3644,36 @@
2228
3644
  "field": "BOOL_5",
2229
3645
  "type": "BOOL_LIST"
2230
3646
  },
3647
+ {
3648
+ "customfield": true,
3649
+ "disabled": true,
3650
+ "field": "BOOL_6",
3651
+ "type": "BOOL_LIST"
3652
+ },
3653
+ {
3654
+ "customfield": true,
3655
+ "disabled": true,
3656
+ "field": "BOOL_7",
3657
+ "type": "BOOL_LIST"
3658
+ },
3659
+ {
3660
+ "customfield": true,
3661
+ "disabled": true,
3662
+ "field": "BOOL_8",
3663
+ "type": "BOOL_LIST"
3664
+ },
3665
+ {
3666
+ "customfield": true,
3667
+ "disabled": true,
3668
+ "field": "BOOL_9",
3669
+ "type": "BOOL_LIST"
3670
+ },
3671
+ {
3672
+ "customfield": true,
3673
+ "disabled": true,
3674
+ "field": "STRING_0",
3675
+ "type": "STRING_SEARCH"
3676
+ },
2231
3677
  {
2232
3678
  "customfield": true,
2233
3679
  "disabled": true,
@@ -2257,6 +3703,30 @@
2257
3703
  "disabled": true,
2258
3704
  "field": "STRING_5",
2259
3705
  "type": "STRING_SEARCH"
3706
+ },
3707
+ {
3708
+ "customfield": true,
3709
+ "disabled": true,
3710
+ "field": "STRING_6",
3711
+ "type": "STRING_SEARCH"
3712
+ },
3713
+ {
3714
+ "customfield": true,
3715
+ "disabled": true,
3716
+ "field": "STRING_7",
3717
+ "type": "STRING_SEARCH"
3718
+ },
3719
+ {
3720
+ "customfield": true,
3721
+ "disabled": true,
3722
+ "field": "STRING_8",
3723
+ "type": "STRING_SEARCH"
3724
+ },
3725
+ {
3726
+ "customfield": true,
3727
+ "disabled": true,
3728
+ "field": "STRING_9",
3729
+ "type": "STRING_SEARCH"
2260
3730
  }
2261
3731
  ]
2262
3732
  },
@@ -2346,6 +3816,12 @@
2346
3816
  "field": "LOCATION_NAME",
2347
3817
  "type": "STRING_SEARCH"
2348
3818
  },
3819
+ {
3820
+ "customfield": true,
3821
+ "disabled": true,
3822
+ "field": "DATETIME_0",
3823
+ "type": "DATETIME_RANGE"
3824
+ },
2349
3825
  {
2350
3826
  "customfield": true,
2351
3827
  "disabled": true,
@@ -2376,6 +3852,39 @@
2376
3852
  "field": "DATETIME_5",
2377
3853
  "type": "DATETIME_RANGE"
2378
3854
  },
3855
+ {
3856
+ "customfield": true,
3857
+ "disabled": true,
3858
+ "field": "DATETIME_6",
3859
+ "type": "DATETIME_RANGE"
3860
+ },
3861
+ {
3862
+ "customfield": true,
3863
+ "disabled": true,
3864
+ "field": "DATETIME_7",
3865
+ "type": "DATETIME_RANGE"
3866
+ },
3867
+ {
3868
+ "customfield": true,
3869
+ "disabled": true,
3870
+ "field": "DATETIME_8",
3871
+ "type": "DATETIME_RANGE"
3872
+ },
3873
+ {
3874
+ "customfield": true,
3875
+ "disabled": true,
3876
+ "field": "DATETIME_9",
3877
+ "type": "DATETIME_RANGE"
3878
+ },
3879
+ {
3880
+ "customfield": true,
3881
+ "disabled": true,
3882
+ "field": "INT_0",
3883
+ "max": 1000000000000,
3884
+ "min": -1000000000000,
3885
+ "step": 1,
3886
+ "type": "INT_RANGE"
3887
+ },
2379
3888
  {
2380
3889
  "customfield": true,
2381
3890
  "disabled": true,
@@ -2421,6 +3930,51 @@
2421
3930
  "step": 1,
2422
3931
  "type": "INT_RANGE"
2423
3932
  },
3933
+ {
3934
+ "customfield": true,
3935
+ "disabled": true,
3936
+ "field": "INT_6",
3937
+ "max": 1000000000000,
3938
+ "min": -1000000000000,
3939
+ "step": 1,
3940
+ "type": "INT_RANGE"
3941
+ },
3942
+ {
3943
+ "customfield": true,
3944
+ "disabled": true,
3945
+ "field": "INT_7",
3946
+ "max": 1000000000000,
3947
+ "min": -1000000000000,
3948
+ "step": 1,
3949
+ "type": "INT_RANGE"
3950
+ },
3951
+ {
3952
+ "customfield": true,
3953
+ "disabled": true,
3954
+ "field": "INT_8",
3955
+ "max": 1000000000000,
3956
+ "min": -1000000000000,
3957
+ "step": 1,
3958
+ "type": "INT_RANGE"
3959
+ },
3960
+ {
3961
+ "customfield": true,
3962
+ "disabled": true,
3963
+ "field": "INT_9",
3964
+ "max": 1000000000000,
3965
+ "min": -1000000000000,
3966
+ "step": 1,
3967
+ "type": "INT_RANGE"
3968
+ },
3969
+ {
3970
+ "customfield": true,
3971
+ "disabled": true,
3972
+ "field": "FLOAT_0",
3973
+ "max": 1000000000000,
3974
+ "min": -1000000000000,
3975
+ "step": 1.0,
3976
+ "type": "FLOAT_RANGE"
3977
+ },
2424
3978
  {
2425
3979
  "customfield": true,
2426
3980
  "disabled": true,
@@ -2466,6 +4020,48 @@
2466
4020
  "step": 1.0,
2467
4021
  "type": "FLOAT_RANGE"
2468
4022
  },
4023
+ {
4024
+ "customfield": true,
4025
+ "disabled": true,
4026
+ "field": "FLOAT_6",
4027
+ "max": 1000000000000,
4028
+ "min": -1000000000000,
4029
+ "step": 1.0,
4030
+ "type": "FLOAT_RANGE"
4031
+ },
4032
+ {
4033
+ "customfield": true,
4034
+ "disabled": true,
4035
+ "field": "FLOAT_7",
4036
+ "max": 1000000000000,
4037
+ "min": -1000000000000,
4038
+ "step": 1.0,
4039
+ "type": "FLOAT_RANGE"
4040
+ },
4041
+ {
4042
+ "customfield": true,
4043
+ "disabled": true,
4044
+ "field": "FLOAT_8",
4045
+ "max": 1000000000000,
4046
+ "min": -1000000000000,
4047
+ "step": 1.0,
4048
+ "type": "FLOAT_RANGE"
4049
+ },
4050
+ {
4051
+ "customfield": true,
4052
+ "disabled": true,
4053
+ "field": "FLOAT_9",
4054
+ "max": 1000000000000,
4055
+ "min": -1000000000000,
4056
+ "step": 1.0,
4057
+ "type": "FLOAT_RANGE"
4058
+ },
4059
+ {
4060
+ "customfield": true,
4061
+ "disabled": true,
4062
+ "field": "DURATION_0",
4063
+ "type": "DURATION_RANGE"
4064
+ },
2469
4065
  {
2470
4066
  "customfield": true,
2471
4067
  "disabled": true,
@@ -2496,6 +4092,36 @@
2496
4092
  "field": "DURATION_5",
2497
4093
  "type": "DURATION_RANGE"
2498
4094
  },
4095
+ {
4096
+ "customfield": true,
4097
+ "disabled": true,
4098
+ "field": "DURATION_6",
4099
+ "type": "DURATION_RANGE"
4100
+ },
4101
+ {
4102
+ "customfield": true,
4103
+ "disabled": true,
4104
+ "field": "DURATION_7",
4105
+ "type": "DURATION_RANGE"
4106
+ },
4107
+ {
4108
+ "customfield": true,
4109
+ "disabled": true,
4110
+ "field": "DURATION_8",
4111
+ "type": "DURATION_RANGE"
4112
+ },
4113
+ {
4114
+ "customfield": true,
4115
+ "disabled": true,
4116
+ "field": "DURATION_9",
4117
+ "type": "DURATION_RANGE"
4118
+ },
4119
+ {
4120
+ "customfield": true,
4121
+ "disabled": true,
4122
+ "field": "BOOL_0",
4123
+ "type": "BOOL_LIST"
4124
+ },
2499
4125
  {
2500
4126
  "customfield": true,
2501
4127
  "disabled": true,
@@ -2526,6 +4152,36 @@
2526
4152
  "field": "BOOL_5",
2527
4153
  "type": "BOOL_LIST"
2528
4154
  },
4155
+ {
4156
+ "customfield": true,
4157
+ "disabled": true,
4158
+ "field": "BOOL_6",
4159
+ "type": "BOOL_LIST"
4160
+ },
4161
+ {
4162
+ "customfield": true,
4163
+ "disabled": true,
4164
+ "field": "BOOL_7",
4165
+ "type": "BOOL_LIST"
4166
+ },
4167
+ {
4168
+ "customfield": true,
4169
+ "disabled": true,
4170
+ "field": "BOOL_8",
4171
+ "type": "BOOL_LIST"
4172
+ },
4173
+ {
4174
+ "customfield": true,
4175
+ "disabled": true,
4176
+ "field": "BOOL_9",
4177
+ "type": "BOOL_LIST"
4178
+ },
4179
+ {
4180
+ "customfield": true,
4181
+ "disabled": true,
4182
+ "field": "STRING_0",
4183
+ "type": "STRING_SEARCH"
4184
+ },
2529
4185
  {
2530
4186
  "customfield": true,
2531
4187
  "disabled": true,
@@ -2555,6 +4211,30 @@
2555
4211
  "disabled": true,
2556
4212
  "field": "STRING_5",
2557
4213
  "type": "STRING_SEARCH"
4214
+ },
4215
+ {
4216
+ "customfield": true,
4217
+ "disabled": true,
4218
+ "field": "STRING_6",
4219
+ "type": "STRING_SEARCH"
4220
+ },
4221
+ {
4222
+ "customfield": true,
4223
+ "disabled": true,
4224
+ "field": "STRING_7",
4225
+ "type": "STRING_SEARCH"
4226
+ },
4227
+ {
4228
+ "customfield": true,
4229
+ "disabled": true,
4230
+ "field": "STRING_8",
4231
+ "type": "STRING_SEARCH"
4232
+ },
4233
+ {
4234
+ "customfield": true,
4235
+ "disabled": true,
4236
+ "field": "STRING_9",
4237
+ "type": "STRING_SEARCH"
2558
4238
  }
2559
4239
  ]
2560
4240
  }