@veeroute/lss-studio-angular 7.26.3024 → 7.28.3096

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 (554) hide show
  1. package/README.md +3 -3
  2. package/api/backupsServiceInterface.d.ts +3 -3
  3. package/api/customFieldsServiceInterface.d.ts +1 -1
  4. package/api/customIconsServiceInterface.d.ts +1 -1
  5. package/api/experimentsServiceInterface.d.ts +22 -22
  6. package/api/explorerServiceInterface.d.ts +5 -5
  7. package/api/externalRoutingServiceInterface.d.ts +5 -5
  8. package/api/factsService.d.ts +28 -28
  9. package/api/factsServiceInterface.d.ts +31 -30
  10. package/api/hardlinksService.d.ts +45 -23
  11. package/api/hardlinksServiceInterface.d.ts +36 -25
  12. package/api/locationsService.d.ts +39 -17
  13. package/api/locationsServiceInterface.d.ts +35 -24
  14. package/api/ordersService.d.ts +34 -34
  15. package/api/ordersServiceInterface.d.ts +36 -35
  16. package/api/performersService.d.ts +49 -27
  17. package/api/performersServiceInterface.d.ts +41 -30
  18. package/api/systemServiceInterface.d.ts +1 -1
  19. package/api/transportsService.d.ts +49 -27
  20. package/api/transportsServiceInterface.d.ts +41 -30
  21. package/api/tripsService.d.ts +24 -24
  22. package/api/tripsServiceInterface.d.ts +31 -30
  23. package/api/userServiceInterface.d.ts +1 -1
  24. package/api.base.service.d.ts +1 -1
  25. package/cfg/entity_warning_type.yaml +4 -0
  26. package/cfg/experiment_statistics.json +7 -0
  27. package/cfg/process_types.json +148 -124
  28. package/cfg/table_settings.json +10 -0
  29. package/esm2022/api/backupsService.mjs +10 -10
  30. package/esm2022/api/backupsServiceInterface.mjs +1 -1
  31. package/esm2022/api/customFieldsService.mjs +2 -2
  32. package/esm2022/api/customFieldsServiceInterface.mjs +1 -1
  33. package/esm2022/api/customIconsService.mjs +2 -2
  34. package/esm2022/api/customIconsServiceInterface.mjs +1 -1
  35. package/esm2022/api/experimentsService.mjs +86 -86
  36. package/esm2022/api/experimentsServiceInterface.mjs +1 -1
  37. package/esm2022/api/explorerService.mjs +20 -20
  38. package/esm2022/api/explorerServiceInterface.mjs +1 -1
  39. package/esm2022/api/externalRoutingService.mjs +18 -18
  40. package/esm2022/api/externalRoutingServiceInterface.mjs +1 -1
  41. package/esm2022/api/factsService.mjs +73 -73
  42. package/esm2022/api/factsServiceInterface.mjs +1 -1
  43. package/esm2022/api/hardlinksService.mjs +120 -67
  44. package/esm2022/api/hardlinksServiceInterface.mjs +1 -1
  45. package/esm2022/api/locationsService.mjs +113 -60
  46. package/esm2022/api/locationsServiceInterface.mjs +1 -1
  47. package/esm2022/api/ordersService.mjs +78 -78
  48. package/esm2022/api/ordersServiceInterface.mjs +1 -1
  49. package/esm2022/api/performersService.mjs +125 -72
  50. package/esm2022/api/performersServiceInterface.mjs +1 -1
  51. package/esm2022/api/systemService.mjs +2 -2
  52. package/esm2022/api/systemServiceInterface.mjs +1 -1
  53. package/esm2022/api/transportsService.mjs +125 -72
  54. package/esm2022/api/transportsServiceInterface.mjs +1 -1
  55. package/esm2022/api/tripsService.mjs +88 -88
  56. package/esm2022/api/tripsServiceInterface.mjs +1 -1
  57. package/esm2022/api/userService.mjs +2 -2
  58. package/esm2022/api/userServiceInterface.mjs +1 -1
  59. package/esm2022/api.base.service.mjs +2 -2
  60. package/esm2022/model/actualizeSettings.mjs +2 -2
  61. package/esm2022/model/assignedPerformer.mjs +1 -1
  62. package/esm2022/model/assignedTransport.mjs +1 -1
  63. package/esm2022/model/attribute.mjs +2 -2
  64. package/esm2022/model/basicProcess.mjs +2 -2
  65. package/esm2022/model/basicState.mjs +2 -2
  66. package/esm2022/model/box.mjs +1 -1
  67. package/esm2022/model/boxCompatibilities.mjs +2 -2
  68. package/esm2022/model/boxLimits.mjs +1 -1
  69. package/esm2022/model/break.mjs +2 -2
  70. package/esm2022/model/breakRules.mjs +1 -1
  71. package/esm2022/model/calculationHistoryElement.mjs +1 -1
  72. package/esm2022/model/calculationInfo.mjs +1 -1
  73. package/esm2022/model/calculationSettings.mjs +2 -2
  74. package/esm2022/model/calculationState.mjs +1 -1
  75. package/esm2022/model/calculationStatus.mjs +2 -2
  76. package/esm2022/model/capacity.mjs +2 -2
  77. package/esm2022/model/capacityCost.mjs +2 -2
  78. package/esm2022/model/capacityLimit.mjs +2 -2
  79. package/esm2022/model/capacityMultiplier.mjs +2 -2
  80. package/esm2022/model/capacityStatisticsLoad.mjs +2 -2
  81. package/esm2022/model/capacityStatisticsRatio.mjs +2 -2
  82. package/esm2022/model/capacityStatisticsSum.mjs +2 -2
  83. package/esm2022/model/cargo.mjs +1 -1
  84. package/esm2022/model/cargoAction.mjs +1 -1
  85. package/esm2022/model/cargoActionType.mjs +2 -2
  86. package/esm2022/model/cargoCompatibilities.mjs +1 -1
  87. package/esm2022/model/cargoRotationType.mjs +2 -2
  88. package/esm2022/model/checkResult.mjs +2 -2
  89. package/esm2022/model/compatibilityPenalty.mjs +2 -2
  90. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  91. package/esm2022/model/customfieldConvertRule.mjs +1 -1
  92. package/esm2022/model/customfieldEntityType.mjs +2 -2
  93. package/esm2022/model/customfieldsSettings.mjs +1 -1
  94. package/esm2022/model/demand.mjs +1 -1
  95. package/esm2022/model/demandExtraDuration.mjs +2 -2
  96. package/esm2022/model/demandType.mjs +2 -2
  97. package/esm2022/model/entityError.mjs +1 -1
  98. package/esm2022/model/entityErrorType.mjs +2 -2
  99. package/esm2022/model/entityPath.mjs +1 -1
  100. package/esm2022/model/entityType.mjs +2 -2
  101. package/esm2022/model/entityWarning.mjs +1 -1
  102. package/esm2022/model/entityWarningType.mjs +2 -2
  103. package/esm2022/model/experiment.mjs +1 -1
  104. package/esm2022/model/experimentCheck.mjs +1 -1
  105. package/esm2022/model/experimentList.mjs +1 -1
  106. package/esm2022/model/experimentNeighbors.mjs +2 -2
  107. package/esm2022/model/experimentSettings.mjs +1 -1
  108. package/esm2022/model/experimentStatistics.mjs +1 -1
  109. package/esm2022/model/extensionSettings.mjs +2 -2
  110. package/esm2022/model/fact.mjs +1 -1
  111. package/esm2022/model/factType.mjs +7 -3
  112. package/esm2022/model/featureLifetime.mjs +1 -1
  113. package/esm2022/model/fileNamePath.mjs +2 -2
  114. package/esm2022/model/fileSpecification.mjs +2 -2
  115. package/esm2022/model/filesystem.mjs +1 -1
  116. package/esm2022/model/filesystemColumnType.mjs +2 -2
  117. package/esm2022/model/filesystemCounters.mjs +1 -1
  118. package/esm2022/model/filesystemPath.mjs +1 -1
  119. package/esm2022/model/folder.mjs +1 -1
  120. package/esm2022/model/folderCounters.mjs +2 -2
  121. package/esm2022/model/folderSpecification.mjs +1 -1
  122. package/esm2022/model/folderType.mjs +2 -2
  123. package/esm2022/model/general400.mjs +1 -1
  124. package/esm2022/model/general402.mjs +1 -1
  125. package/esm2022/model/general403.mjs +1 -1
  126. package/esm2022/model/general404.mjs +1 -1
  127. package/esm2022/model/general404Detail.mjs +1 -1
  128. package/esm2022/model/general429.mjs +1 -1
  129. package/esm2022/model/general500.mjs +1 -1
  130. package/esm2022/model/generalStatistics.mjs +1 -1
  131. package/esm2022/model/geoSettings.mjs +1 -1
  132. package/esm2022/model/geopoint.mjs +2 -2
  133. package/esm2022/model/hardlink.mjs +1 -1
  134. package/esm2022/model/hardlinkElement.mjs +1 -1
  135. package/esm2022/model/hardlinkElementType.mjs +2 -2
  136. package/esm2022/model/importSample.mjs +2 -2
  137. package/esm2022/model/importSource.mjs +2 -2
  138. package/esm2022/model/linkedEssence.mjs +2 -2
  139. package/esm2022/model/loadStatistics.mjs +1 -1
  140. package/esm2022/model/location.mjs +1 -1
  141. package/esm2022/model/locationCargosLimit.mjs +1 -1
  142. package/esm2022/model/locationCompatibilities.mjs +2 -2
  143. package/esm2022/model/locationLimit.mjs +1 -1
  144. package/esm2022/model/locationLimitStatistics.mjs +1 -1
  145. package/esm2022/model/locationStatistics.mjs +1 -1
  146. package/esm2022/model/locationTimetableElement.mjs +1 -1
  147. package/esm2022/model/locationTransportsLimit.mjs +2 -2
  148. package/esm2022/model/measurements.mjs +1 -1
  149. package/esm2022/model/models.mjs +2 -1
  150. package/esm2022/model/order.mjs +1 -1
  151. package/esm2022/model/orderCompatibilities.mjs +2 -2
  152. package/esm2022/model/performer.mjs +1 -1
  153. package/esm2022/model/performerCompatibilities.mjs +1 -1
  154. package/esm2022/model/performerLimits.mjs +1 -1
  155. package/esm2022/model/performerShift.mjs +1 -1
  156. package/esm2022/model/performerTariff.mjs +1 -1
  157. package/esm2022/model/performerTariffConstraint.mjs +2 -2
  158. package/esm2022/model/planSettings.mjs +1 -1
  159. package/esm2022/model/planStatistics.mjs +1 -1
  160. package/esm2022/model/possibleEvent.mjs +1 -1
  161. package/esm2022/model/quality.mjs +1 -1
  162. package/esm2022/model/removedItems.mjs +2 -2
  163. package/esm2022/model/replanSettings.mjs +1 -1
  164. package/esm2022/model/replanStrategy.mjs +2 -2
  165. package/esm2022/model/rest.mjs +2 -2
  166. package/esm2022/model/restRules.mjs +1 -1
  167. package/esm2022/model/roundtripStatistics.mjs +1 -1
  168. package/esm2022/model/routingMatrix.mjs +1 -1
  169. package/esm2022/model/routingMatrixWaypoint.mjs +1 -1
  170. package/esm2022/model/routingTransportMatrix.mjs +1 -1
  171. package/esm2022/model/schemaError.mjs +2 -2
  172. package/esm2022/model/service.mjs +2 -2
  173. package/esm2022/model/settingsKeyList.mjs +2 -2
  174. package/esm2022/model/stopDemand.mjs +1 -1
  175. package/esm2022/model/stopStatistics.mjs +1 -1
  176. package/esm2022/model/tableCustomfields.mjs +2 -2
  177. package/esm2022/model/tableCustomfieldsColumnType.mjs +2 -2
  178. package/esm2022/model/tableDataStats.mjs +2 -2
  179. package/esm2022/model/tableExperimentColumnType.mjs +2 -2
  180. package/esm2022/model/tableFact.mjs +1 -1
  181. package/esm2022/model/tableFactColumnType.mjs +2 -2
  182. package/esm2022/model/tableFactFields.mjs +1 -1
  183. package/esm2022/model/tableFactFilter.mjs +1 -1
  184. package/esm2022/model/tableFactFilterList.mjs +1 -1
  185. package/esm2022/model/tableFactList.mjs +1 -1
  186. package/esm2022/model/tableFactMetrics.mjs +1 -1
  187. package/esm2022/model/tableFactMetricsFilterList.mjs +1 -1
  188. package/esm2022/model/tableFilterBoolList.mjs +2 -2
  189. package/esm2022/model/tableFilterDatetimeRange.mjs +2 -2
  190. package/esm2022/model/tableFilterDurationRange.mjs +2 -2
  191. package/esm2022/model/tableFilterEnumList.mjs +2 -2
  192. package/esm2022/model/tableFilterFloatRange.mjs +2 -2
  193. package/esm2022/model/tableFilterIntRange.mjs +2 -2
  194. package/esm2022/model/tableFilterStringList.mjs +2 -2
  195. package/esm2022/model/tableFilterStringSearch.mjs +2 -2
  196. package/esm2022/model/tableFilterType.mjs +2 -2
  197. package/esm2022/model/tableHardlink.mjs +1 -1
  198. package/esm2022/model/tableHardlinkColumnType.mjs +2 -2
  199. package/esm2022/model/tableHardlinkFields.mjs +1 -1
  200. package/esm2022/model/tableHardlinkFilter.mjs +1 -1
  201. package/esm2022/model/tableHardlinkFilterList.mjs +1 -1
  202. package/esm2022/model/tableHardlinkList.mjs +1 -1
  203. package/esm2022/model/tableHardlinkMetrics.mjs +1 -1
  204. package/esm2022/model/tableHardlinkMetricsFilterList.mjs +1 -1
  205. package/esm2022/model/tableListCounters.mjs +1 -1
  206. package/esm2022/model/tableListCountersDetail.mjs +2 -2
  207. package/esm2022/model/tableLocation.mjs +1 -1
  208. package/esm2022/model/tableLocationColumnType.mjs +2 -2
  209. package/esm2022/model/tableLocationFields.mjs +1 -1
  210. package/esm2022/model/tableLocationFilter.mjs +1 -1
  211. package/esm2022/model/tableLocationFilterList.mjs +1 -1
  212. package/esm2022/model/tableLocationList.mjs +1 -1
  213. package/esm2022/model/tableLocationMetrics.mjs +1 -1
  214. package/esm2022/model/tableLocationMetricsFilterList.mjs +1 -1
  215. package/esm2022/model/tableOrder.mjs +1 -1
  216. package/esm2022/model/tableOrderColumnType.mjs +2 -2
  217. package/esm2022/model/tableOrderFields.mjs +1 -1
  218. package/esm2022/model/tableOrderFilter.mjs +1 -1
  219. package/esm2022/model/tableOrderFilterList.mjs +1 -1
  220. package/esm2022/model/tableOrderList.mjs +1 -1
  221. package/esm2022/model/tableOrderMetrics.mjs +1 -1
  222. package/esm2022/model/tableOrderMetricsFilterList.mjs +1 -1
  223. package/esm2022/model/tablePerformer.mjs +1 -1
  224. package/esm2022/model/tablePerformerColumnType.mjs +2 -2
  225. package/esm2022/model/tablePerformerFields.mjs +1 -1
  226. package/esm2022/model/tablePerformerFilter.mjs +1 -1
  227. package/esm2022/model/tablePerformerFilterList.mjs +1 -1
  228. package/esm2022/model/tablePerformerList.mjs +1 -1
  229. package/esm2022/model/tablePerformerMetrics.mjs +1 -1
  230. package/esm2022/model/tablePerformerMetricsFilterList.mjs +1 -1
  231. package/esm2022/model/tableTransport.mjs +1 -1
  232. package/esm2022/model/tableTransportColumnType.mjs +2 -2
  233. package/esm2022/model/tableTransportFields.mjs +1 -1
  234. package/esm2022/model/tableTransportFilter.mjs +1 -1
  235. package/esm2022/model/tableTransportFilterList.mjs +1 -1
  236. package/esm2022/model/tableTransportList.mjs +1 -1
  237. package/esm2022/model/tableTransportMetrics.mjs +1 -1
  238. package/esm2022/model/tableTransportMetricsFilterList.mjs +1 -1
  239. package/esm2022/model/tableTrip.mjs +1 -1
  240. package/esm2022/model/tableTripColumnType.mjs +4 -2
  241. package/esm2022/model/tableTripFields.mjs +1 -1
  242. package/esm2022/model/tableTripFilter.mjs +1 -1
  243. package/esm2022/model/tableTripFilterList.mjs +1 -1
  244. package/esm2022/model/tableTripList.mjs +1 -1
  245. package/esm2022/model/tableTripMetrics.mjs +1 -1
  246. package/esm2022/model/tableTripMetricsFilterList.mjs +1 -1
  247. package/esm2022/model/tableTripStop.mjs +1 -1
  248. package/esm2022/model/tableTripStopColumnType.mjs +2 -2
  249. package/esm2022/model/tableTripStopFields.mjs +1 -1
  250. package/esm2022/model/tableTripStopFilter.mjs +1 -1
  251. package/esm2022/model/tableTripStopFilterList.mjs +1 -1
  252. package/esm2022/model/tableTripStopList.mjs +1 -1
  253. package/esm2022/model/taskStatistics.mjs +1 -1
  254. package/esm2022/model/timeWindow.mjs +2 -2
  255. package/esm2022/model/timeWindowViolationDetail.mjs +2 -2
  256. package/esm2022/model/timeWindowViolations.mjs +1 -1
  257. package/esm2022/model/tracedata.mjs +1 -1
  258. package/esm2022/model/track.mjs +1 -1
  259. package/esm2022/model/trackList.mjs +1 -1
  260. package/esm2022/model/trackListCustom.mjs +1 -1
  261. package/esm2022/model/trackType.mjs +2 -2
  262. package/esm2022/model/trackpoint.mjs +2 -2
  263. package/esm2022/model/translations.mjs +2 -2
  264. package/esm2022/model/transport.mjs +1 -1
  265. package/esm2022/model/transportCapacityMultiplier.mjs +1 -1
  266. package/esm2022/model/transportCompatibilities.mjs +1 -1
  267. package/esm2022/model/transportLimits.mjs +1 -1
  268. package/esm2022/model/transportLoad.mjs +1 -1
  269. package/esm2022/model/transportShift.mjs +1 -1
  270. package/esm2022/model/transportSpeedMultiplier.mjs +1 -1
  271. package/esm2022/model/transportTariff.mjs +1 -1
  272. package/esm2022/model/transportTariffConstraint.mjs +2 -2
  273. package/esm2022/model/transportType.mjs +2 -2
  274. package/esm2022/model/trip.mjs +1 -1
  275. package/esm2022/model/tripAssumptions.mjs +1 -1
  276. package/esm2022/model/tripExpectations.mjs +1 -1
  277. package/esm2022/model/tripPenalties.mjs +1 -1
  278. package/esm2022/model/tripStartTimeStrategy.mjs +2 -2
  279. package/esm2022/model/tripState.mjs +1 -1
  280. package/esm2022/model/tripStateFlag.mjs +2 -2
  281. package/esm2022/model/tripStatistics.mjs +1 -1
  282. package/esm2022/model/tripStatus.mjs +25 -0
  283. package/esm2022/model/tripsSettings.mjs +1 -1
  284. package/esm2022/model/universalData.mjs +1 -1
  285. package/esm2022/model/unplannedItems.mjs +2 -2
  286. package/esm2022/model/versionResult.mjs +2 -2
  287. package/esm2022/model/webFact.mjs +1 -1
  288. package/esm2022/model/webHardlink.mjs +1 -1
  289. package/esm2022/model/webLocation.mjs +1 -1
  290. package/esm2022/model/webLocationGeopoint.mjs +1 -1
  291. package/esm2022/model/webLocationGeopointList.mjs +1 -1
  292. package/esm2022/model/webOrder.mjs +1 -1
  293. package/esm2022/model/webOrderGeopoint.mjs +1 -1
  294. package/esm2022/model/webOrderGeopointList.mjs +1 -1
  295. package/esm2022/model/webPerformer.mjs +1 -1
  296. package/esm2022/model/webPerformerGeopoint.mjs +1 -1
  297. package/esm2022/model/webPerformerGeopointList.mjs +1 -1
  298. package/esm2022/model/webTransport.mjs +1 -1
  299. package/esm2022/model/webTransportGeopoint.mjs +1 -1
  300. package/esm2022/model/webTransportGeopointList.mjs +1 -1
  301. package/esm2022/model/webTrip.mjs +1 -1
  302. package/esm2022/model/webTripChart.mjs +1 -1
  303. package/esm2022/model/webTripChartDemand.mjs +1 -1
  304. package/esm2022/model/webTripChartList.mjs +1 -1
  305. package/esm2022/model/workAndRestRules.mjs +1 -1
  306. package/fesm2022/veeroute-lss-studio-angular.mjs +964 -721
  307. package/fesm2022/veeroute-lss-studio-angular.mjs.map +1 -1
  308. package/model/actualizeSettings.d.ts +1 -1
  309. package/model/assignedPerformer.d.ts +1 -1
  310. package/model/assignedTransport.d.ts +1 -1
  311. package/model/attribute.d.ts +1 -1
  312. package/model/basicProcess.d.ts +1 -1
  313. package/model/basicState.d.ts +1 -1
  314. package/model/box.d.ts +1 -1
  315. package/model/boxCompatibilities.d.ts +1 -1
  316. package/model/boxLimits.d.ts +1 -1
  317. package/model/break.d.ts +1 -1
  318. package/model/breakRules.d.ts +1 -1
  319. package/model/calculationHistoryElement.d.ts +1 -1
  320. package/model/calculationInfo.d.ts +5 -1
  321. package/model/calculationSettings.d.ts +1 -1
  322. package/model/calculationState.d.ts +1 -1
  323. package/model/calculationStatus.d.ts +1 -1
  324. package/model/capacity.d.ts +1 -1
  325. package/model/capacityCost.d.ts +1 -1
  326. package/model/capacityLimit.d.ts +1 -1
  327. package/model/capacityMultiplier.d.ts +1 -1
  328. package/model/capacityStatisticsLoad.d.ts +1 -1
  329. package/model/capacityStatisticsRatio.d.ts +1 -1
  330. package/model/capacityStatisticsSum.d.ts +1 -1
  331. package/model/cargo.d.ts +1 -1
  332. package/model/cargoAction.d.ts +1 -1
  333. package/model/cargoActionType.d.ts +1 -1
  334. package/model/cargoCompatibilities.d.ts +2 -2
  335. package/model/cargoRotationType.d.ts +1 -1
  336. package/model/checkResult.d.ts +1 -1
  337. package/model/compatibilityPenalty.d.ts +1 -1
  338. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  339. package/model/customfieldConvertRule.d.ts +1 -1
  340. package/model/customfieldEntityType.d.ts +1 -1
  341. package/model/customfieldsSettings.d.ts +1 -1
  342. package/model/demand.d.ts +1 -1
  343. package/model/demandExtraDuration.d.ts +1 -1
  344. package/model/demandType.d.ts +1 -1
  345. package/model/entityError.d.ts +1 -1
  346. package/model/entityErrorType.d.ts +1 -1
  347. package/model/entityPath.d.ts +1 -1
  348. package/model/entityType.d.ts +1 -1
  349. package/model/entityWarning.d.ts +1 -1
  350. package/model/entityWarningType.d.ts +1 -1
  351. package/model/experiment.d.ts +1 -1
  352. package/model/experimentCheck.d.ts +1 -1
  353. package/model/experimentList.d.ts +1 -1
  354. package/model/experimentNeighbors.d.ts +1 -1
  355. package/model/experimentSettings.d.ts +1 -1
  356. package/model/experimentStatistics.d.ts +1 -1
  357. package/model/extensionSettings.d.ts +1 -1
  358. package/model/fact.d.ts +1 -1
  359. package/model/factType.d.ts +7 -3
  360. package/model/featureLifetime.d.ts +1 -1
  361. package/model/fileNamePath.d.ts +1 -1
  362. package/model/fileSpecification.d.ts +1 -1
  363. package/model/filesystem.d.ts +1 -1
  364. package/model/filesystemColumnType.d.ts +1 -1
  365. package/model/filesystemCounters.d.ts +1 -1
  366. package/model/filesystemPath.d.ts +1 -1
  367. package/model/folder.d.ts +1 -1
  368. package/model/folderCounters.d.ts +1 -1
  369. package/model/folderSpecification.d.ts +1 -1
  370. package/model/folderType.d.ts +1 -1
  371. package/model/general400.d.ts +1 -1
  372. package/model/general402.d.ts +1 -1
  373. package/model/general403.d.ts +1 -1
  374. package/model/general404.d.ts +1 -1
  375. package/model/general404Detail.d.ts +1 -1
  376. package/model/general429.d.ts +1 -1
  377. package/model/general500.d.ts +1 -1
  378. package/model/generalStatistics.d.ts +1 -1
  379. package/model/geoSettings.d.ts +1 -1
  380. package/model/geopoint.d.ts +1 -1
  381. package/model/hardlink.d.ts +1 -1
  382. package/model/hardlinkElement.d.ts +1 -1
  383. package/model/hardlinkElementType.d.ts +1 -1
  384. package/model/importSample.d.ts +1 -1
  385. package/model/importSource.d.ts +1 -1
  386. package/model/linkedEssence.d.ts +1 -1
  387. package/model/loadStatistics.d.ts +1 -1
  388. package/model/location.d.ts +1 -1
  389. package/model/locationCargosLimit.d.ts +1 -1
  390. package/model/locationCompatibilities.d.ts +1 -1
  391. package/model/locationLimit.d.ts +1 -1
  392. package/model/locationLimitStatistics.d.ts +1 -1
  393. package/model/locationStatistics.d.ts +1 -1
  394. package/model/locationTimetableElement.d.ts +1 -1
  395. package/model/locationTransportsLimit.d.ts +1 -1
  396. package/model/measurements.d.ts +1 -1
  397. package/model/models.d.ts +1 -0
  398. package/model/order.d.ts +1 -1
  399. package/model/orderCompatibilities.d.ts +1 -1
  400. package/model/performer.d.ts +1 -1
  401. package/model/performerCompatibilities.d.ts +1 -1
  402. package/model/performerLimits.d.ts +1 -1
  403. package/model/performerShift.d.ts +1 -1
  404. package/model/performerTariff.d.ts +2 -2
  405. package/model/performerTariffConstraint.d.ts +1 -1
  406. package/model/planSettings.d.ts +1 -1
  407. package/model/planStatistics.d.ts +1 -1
  408. package/model/possibleEvent.d.ts +1 -1
  409. package/model/quality.d.ts +1 -1
  410. package/model/removedItems.d.ts +1 -1
  411. package/model/replanSettings.d.ts +1 -1
  412. package/model/replanStrategy.d.ts +1 -1
  413. package/model/rest.d.ts +1 -1
  414. package/model/restRules.d.ts +1 -1
  415. package/model/roundtripStatistics.d.ts +1 -1
  416. package/model/routingMatrix.d.ts +1 -1
  417. package/model/routingMatrixWaypoint.d.ts +1 -1
  418. package/model/routingTransportMatrix.d.ts +1 -1
  419. package/model/schemaError.d.ts +1 -1
  420. package/model/service.d.ts +1 -1
  421. package/model/settingsKeyList.d.ts +1 -1
  422. package/model/stopDemand.d.ts +1 -1
  423. package/model/stopStatistics.d.ts +1 -1
  424. package/model/tableCustomfields.d.ts +1 -1
  425. package/model/tableCustomfieldsColumnType.d.ts +1 -1
  426. package/model/tableDataStats.d.ts +1 -1
  427. package/model/tableExperimentColumnType.d.ts +1 -1
  428. package/model/tableFact.d.ts +1 -1
  429. package/model/tableFactColumnType.d.ts +1 -1
  430. package/model/tableFactFields.d.ts +1 -1
  431. package/model/tableFactFilter.d.ts +1 -1
  432. package/model/tableFactFilterList.d.ts +1 -1
  433. package/model/tableFactList.d.ts +1 -1
  434. package/model/tableFactMetrics.d.ts +1 -1
  435. package/model/tableFactMetricsFilterList.d.ts +1 -1
  436. package/model/tableFilterBoolList.d.ts +1 -1
  437. package/model/tableFilterDatetimeRange.d.ts +1 -1
  438. package/model/tableFilterDurationRange.d.ts +1 -1
  439. package/model/tableFilterEnumList.d.ts +1 -1
  440. package/model/tableFilterFloatRange.d.ts +1 -1
  441. package/model/tableFilterIntRange.d.ts +1 -1
  442. package/model/tableFilterStringList.d.ts +1 -1
  443. package/model/tableFilterStringSearch.d.ts +1 -1
  444. package/model/tableFilterType.d.ts +1 -1
  445. package/model/tableHardlink.d.ts +1 -1
  446. package/model/tableHardlinkColumnType.d.ts +1 -1
  447. package/model/tableHardlinkFields.d.ts +1 -1
  448. package/model/tableHardlinkFilter.d.ts +1 -1
  449. package/model/tableHardlinkFilterList.d.ts +1 -1
  450. package/model/tableHardlinkList.d.ts +1 -1
  451. package/model/tableHardlinkMetrics.d.ts +1 -1
  452. package/model/tableHardlinkMetricsFilterList.d.ts +1 -1
  453. package/model/tableListCounters.d.ts +1 -1
  454. package/model/tableListCountersDetail.d.ts +1 -1
  455. package/model/tableLocation.d.ts +1 -1
  456. package/model/tableLocationColumnType.d.ts +1 -1
  457. package/model/tableLocationFields.d.ts +1 -1
  458. package/model/tableLocationFilter.d.ts +1 -1
  459. package/model/tableLocationFilterList.d.ts +1 -1
  460. package/model/tableLocationList.d.ts +1 -1
  461. package/model/tableLocationMetrics.d.ts +1 -1
  462. package/model/tableLocationMetricsFilterList.d.ts +1 -1
  463. package/model/tableOrder.d.ts +1 -1
  464. package/model/tableOrderColumnType.d.ts +1 -1
  465. package/model/tableOrderFields.d.ts +1 -1
  466. package/model/tableOrderFilter.d.ts +1 -1
  467. package/model/tableOrderFilterList.d.ts +1 -1
  468. package/model/tableOrderList.d.ts +1 -1
  469. package/model/tableOrderMetrics.d.ts +1 -1
  470. package/model/tableOrderMetricsFilterList.d.ts +1 -1
  471. package/model/tablePerformer.d.ts +1 -1
  472. package/model/tablePerformerColumnType.d.ts +1 -1
  473. package/model/tablePerformerFields.d.ts +1 -1
  474. package/model/tablePerformerFilter.d.ts +1 -1
  475. package/model/tablePerformerFilterList.d.ts +1 -1
  476. package/model/tablePerformerList.d.ts +1 -1
  477. package/model/tablePerformerMetrics.d.ts +1 -1
  478. package/model/tablePerformerMetricsFilterList.d.ts +1 -1
  479. package/model/tableTransport.d.ts +1 -1
  480. package/model/tableTransportColumnType.d.ts +1 -1
  481. package/model/tableTransportFields.d.ts +1 -1
  482. package/model/tableTransportFilter.d.ts +1 -1
  483. package/model/tableTransportFilterList.d.ts +1 -1
  484. package/model/tableTransportList.d.ts +1 -1
  485. package/model/tableTransportMetrics.d.ts +1 -1
  486. package/model/tableTransportMetricsFilterList.d.ts +1 -1
  487. package/model/tableTrip.d.ts +1 -1
  488. package/model/tableTripColumnType.d.ts +4 -2
  489. package/model/tableTripFields.d.ts +7 -1
  490. package/model/tableTripFilter.d.ts +1 -1
  491. package/model/tableTripFilterList.d.ts +1 -1
  492. package/model/tableTripList.d.ts +3 -3
  493. package/model/tableTripMetrics.d.ts +1 -1
  494. package/model/tableTripMetricsFilterList.d.ts +1 -1
  495. package/model/tableTripStop.d.ts +1 -1
  496. package/model/tableTripStopColumnType.d.ts +1 -1
  497. package/model/tableTripStopFields.d.ts +1 -1
  498. package/model/tableTripStopFilter.d.ts +1 -1
  499. package/model/tableTripStopFilterList.d.ts +1 -1
  500. package/model/tableTripStopList.d.ts +1 -1
  501. package/model/taskStatistics.d.ts +1 -1
  502. package/model/timeWindow.d.ts +1 -1
  503. package/model/timeWindowViolationDetail.d.ts +1 -1
  504. package/model/timeWindowViolations.d.ts +1 -1
  505. package/model/tracedata.d.ts +1 -1
  506. package/model/track.d.ts +1 -1
  507. package/model/trackList.d.ts +1 -1
  508. package/model/trackListCustom.d.ts +1 -1
  509. package/model/trackType.d.ts +1 -1
  510. package/model/trackpoint.d.ts +1 -1
  511. package/model/translations.d.ts +1 -1
  512. package/model/transport.d.ts +1 -1
  513. package/model/transportCapacityMultiplier.d.ts +1 -1
  514. package/model/transportCompatibilities.d.ts +1 -1
  515. package/model/transportLimits.d.ts +1 -1
  516. package/model/transportLoad.d.ts +1 -1
  517. package/model/transportShift.d.ts +1 -1
  518. package/model/transportSpeedMultiplier.d.ts +1 -1
  519. package/model/transportTariff.d.ts +1 -1
  520. package/model/transportTariffConstraint.d.ts +1 -1
  521. package/model/transportType.d.ts +1 -1
  522. package/model/trip.d.ts +1 -1
  523. package/model/tripAssumptions.d.ts +1 -1
  524. package/model/tripExpectations.d.ts +1 -1
  525. package/model/tripPenalties.d.ts +1 -1
  526. package/model/tripStartTimeStrategy.d.ts +1 -1
  527. package/model/tripState.d.ts +1 -1
  528. package/model/tripStateFlag.d.ts +1 -1
  529. package/model/tripStatistics.d.ts +1 -1
  530. package/model/tripStatus.d.ts +23 -0
  531. package/model/tripsSettings.d.ts +1 -1
  532. package/model/universalData.d.ts +1 -1
  533. package/model/unplannedItems.d.ts +1 -1
  534. package/model/versionResult.d.ts +1 -1
  535. package/model/webFact.d.ts +1 -1
  536. package/model/webHardlink.d.ts +1 -1
  537. package/model/webLocation.d.ts +1 -1
  538. package/model/webLocationGeopoint.d.ts +1 -1
  539. package/model/webLocationGeopointList.d.ts +1 -1
  540. package/model/webOrder.d.ts +1 -1
  541. package/model/webOrderGeopoint.d.ts +1 -1
  542. package/model/webOrderGeopointList.d.ts +1 -1
  543. package/model/webPerformer.d.ts +1 -1
  544. package/model/webPerformerGeopoint.d.ts +1 -1
  545. package/model/webPerformerGeopointList.d.ts +1 -1
  546. package/model/webTransport.d.ts +1 -1
  547. package/model/webTransportGeopoint.d.ts +1 -1
  548. package/model/webTransportGeopointList.d.ts +1 -1
  549. package/model/webTrip.d.ts +1 -1
  550. package/model/webTripChart.d.ts +1 -1
  551. package/model/webTripChartDemand.d.ts +1 -1
  552. package/model/webTripChartList.d.ts +1 -1
  553. package/model/workAndRestRules.d.ts +1 -1
  554. package/package.json +1 -1
@@ -178,7 +178,7 @@ class Configuration {
178
178
  /**
179
179
  * VRt.Studio [ST]
180
180
  *
181
- * The version of the OpenAPI document: 7.26.3024
181
+ * The version of the OpenAPI document: 7.28.3096
182
182
  * Contact: servicedesk@veeroute.com
183
183
  *
184
184
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -254,7 +254,7 @@ class BaseService {
254
254
  /**
255
255
  * VRt.Studio [ST]
256
256
  *
257
- * The version of the OpenAPI document: 7.26.3024
257
+ * The version of the OpenAPI document: 7.28.3096
258
258
  * Contact: servicedesk@veeroute.com
259
259
  *
260
260
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -268,9 +268,9 @@ class BackupsService extends BaseService {
268
268
  this.httpClient = httpClient;
269
269
  }
270
270
  createBackup(requestParameters, observe = 'body', reportProgress = false, options) {
271
- const folderKey = requestParameters?.folderKey;
272
- if (folderKey === null || folderKey === undefined) {
273
- throw new Error('Required parameter folderKey was null or undefined when calling createBackup.');
271
+ const targetFolderKey = requestParameters?.targetFolderKey;
272
+ if (targetFolderKey === null || targetFolderKey === undefined) {
273
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling createBackup.');
274
274
  }
275
275
  let localVarHeaders = this.defaultHeaders;
276
276
  // authentication (ApiKeyAuth) required
@@ -296,7 +296,7 @@ class BackupsService extends BaseService {
296
296
  responseType_ = 'blob';
297
297
  }
298
298
  }
299
- let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
299
+ let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
300
300
  const { basePath, withCredentials } = this.configuration;
301
301
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
302
302
  context: localVarHttpContext,
@@ -309,9 +309,9 @@ class BackupsService extends BaseService {
309
309
  });
310
310
  }
311
311
  restoreBackup(requestParameters, observe = 'body', reportProgress = false, options) {
312
- const folderKey = requestParameters?.folderKey;
313
- if (folderKey === null || folderKey === undefined) {
314
- throw new Error('Required parameter folderKey was null or undefined when calling restoreBackup.');
312
+ const targetFolderKey = requestParameters?.targetFolderKey;
313
+ if (targetFolderKey === null || targetFolderKey === undefined) {
314
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling restoreBackup.');
315
315
  }
316
316
  const body = requestParameters?.body;
317
317
  if (body === null || body === undefined) {
@@ -348,7 +348,7 @@ class BackupsService extends BaseService {
348
348
  responseType_ = 'blob';
349
349
  }
350
350
  }
351
- let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
351
+ let localVarPath = `/studio/backups/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
352
352
  const { basePath, withCredentials } = this.configuration;
353
353
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
354
354
  context: localVarHttpContext,
@@ -381,7 +381,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
381
381
  /**
382
382
  * VRt.Studio [ST]
383
383
  *
384
- * The version of the OpenAPI document: 7.26.3024
384
+ * The version of the OpenAPI document: 7.28.3096
385
385
  * Contact: servicedesk@veeroute.com
386
386
  *
387
387
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -685,7 +685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
685
685
  /**
686
686
  * VRt.Studio [ST]
687
687
  *
688
- * The version of the OpenAPI document: 7.26.3024
688
+ * The version of the OpenAPI document: 7.28.3096
689
689
  * Contact: servicedesk@veeroute.com
690
690
  *
691
691
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -990,7 +990,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
990
990
  /**
991
991
  * VRt.Studio [ST]
992
992
  *
993
- * The version of the OpenAPI document: 7.26.3024
993
+ * The version of the OpenAPI document: 7.28.3096
994
994
  * Contact: servicedesk@veeroute.com
995
995
  *
996
996
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1053,9 +1053,9 @@ class ExperimentsService extends BaseService {
1053
1053
  });
1054
1054
  }
1055
1055
  deleteExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
1056
- const experimentKey = requestParameters?.experimentKey;
1057
- if (experimentKey === null || experimentKey === undefined) {
1058
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteExperiment.');
1056
+ const fileKey = requestParameters?.fileKey;
1057
+ if (fileKey === null || fileKey === undefined) {
1058
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteExperiment.');
1059
1059
  }
1060
1060
  let localVarHeaders = this.defaultHeaders;
1061
1061
  // authentication (ApiKeyAuth) required
@@ -1080,7 +1080,7 @@ class ExperimentsService extends BaseService {
1080
1080
  responseType_ = 'blob';
1081
1081
  }
1082
1082
  }
1083
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1083
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1084
1084
  const { basePath, withCredentials } = this.configuration;
1085
1085
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
1086
1086
  context: localVarHttpContext,
@@ -1093,9 +1093,9 @@ class ExperimentsService extends BaseService {
1093
1093
  });
1094
1094
  }
1095
1095
  duplicateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
1096
- const experimentKey = requestParameters?.experimentKey;
1097
- if (experimentKey === null || experimentKey === undefined) {
1098
- throw new Error('Required parameter experimentKey was null or undefined when calling duplicateExperiment.');
1096
+ const fileKey = requestParameters?.fileKey;
1097
+ if (fileKey === null || fileKey === undefined) {
1098
+ throw new Error('Required parameter fileKey was null or undefined when calling duplicateExperiment.');
1099
1099
  }
1100
1100
  const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
1101
1101
  if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
@@ -1132,7 +1132,7 @@ class ExperimentsService extends BaseService {
1132
1132
  responseType_ = 'blob';
1133
1133
  }
1134
1134
  }
1135
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
1135
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/duplication`;
1136
1136
  const { basePath, withCredentials } = this.configuration;
1137
1137
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1138
1138
  context: localVarHttpContext,
@@ -1146,9 +1146,9 @@ class ExperimentsService extends BaseService {
1146
1146
  });
1147
1147
  }
1148
1148
  exportJson(requestParameters, observe = 'body', reportProgress = false, options) {
1149
- const experimentKey = requestParameters?.experimentKey;
1150
- if (experimentKey === null || experimentKey === undefined) {
1151
- throw new Error('Required parameter experimentKey was null or undefined when calling exportJson.');
1149
+ const fileKey = requestParameters?.fileKey;
1150
+ if (fileKey === null || fileKey === undefined) {
1151
+ throw new Error('Required parameter fileKey was null or undefined when calling exportJson.');
1152
1152
  }
1153
1153
  let localVarHeaders = this.defaultHeaders;
1154
1154
  // authentication (ApiKeyAuth) required
@@ -1173,7 +1173,7 @@ class ExperimentsService extends BaseService {
1173
1173
  responseType_ = 'blob';
1174
1174
  }
1175
1175
  }
1176
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
1176
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/json`;
1177
1177
  const { basePath, withCredentials } = this.configuration;
1178
1178
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1179
1179
  context: localVarHttpContext,
@@ -1186,9 +1186,9 @@ class ExperimentsService extends BaseService {
1186
1186
  });
1187
1187
  }
1188
1188
  exportXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
1189
- const experimentKey = requestParameters?.experimentKey;
1190
- if (experimentKey === null || experimentKey === undefined) {
1191
- throw new Error('Required parameter experimentKey was null or undefined when calling exportXlsx.');
1189
+ const fileKey = requestParameters?.fileKey;
1190
+ if (fileKey === null || fileKey === undefined) {
1191
+ throw new Error('Required parameter fileKey was null or undefined when calling exportXlsx.');
1192
1192
  }
1193
1193
  const timezone = requestParameters?.timezone;
1194
1194
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
@@ -1217,7 +1217,7 @@ class ExperimentsService extends BaseService {
1217
1217
  responseType_ = 'blob';
1218
1218
  }
1219
1219
  }
1220
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
1220
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/export/xlsx`;
1221
1221
  const { basePath, withCredentials } = this.configuration;
1222
1222
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1223
1223
  context: localVarHttpContext,
@@ -1282,9 +1282,9 @@ class ExperimentsService extends BaseService {
1282
1282
  });
1283
1283
  }
1284
1284
  importJson(requestParameters, observe = 'body', reportProgress = false, options) {
1285
- const experimentKey = requestParameters?.experimentKey;
1286
- if (experimentKey === null || experimentKey === undefined) {
1287
- throw new Error('Required parameter experimentKey was null or undefined when calling importJson.');
1285
+ const fileKey = requestParameters?.fileKey;
1286
+ if (fileKey === null || fileKey === undefined) {
1287
+ throw new Error('Required parameter fileKey was null or undefined when calling importJson.');
1288
1288
  }
1289
1289
  const universalDataStudio = requestParameters?.universalDataStudio;
1290
1290
  if (universalDataStudio === null || universalDataStudio === undefined) {
@@ -1321,7 +1321,7 @@ class ExperimentsService extends BaseService {
1321
1321
  responseType_ = 'blob';
1322
1322
  }
1323
1323
  }
1324
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
1324
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json`;
1325
1325
  const { basePath, withCredentials } = this.configuration;
1326
1326
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1327
1327
  context: localVarHttpContext,
@@ -1335,9 +1335,9 @@ class ExperimentsService extends BaseService {
1335
1335
  });
1336
1336
  }
1337
1337
  importJsonTracedata(requestParameters, observe = 'body', reportProgress = false, options) {
1338
- const experimentKey = requestParameters?.experimentKey;
1339
- if (experimentKey === null || experimentKey === undefined) {
1340
- throw new Error('Required parameter experimentKey was null or undefined when calling importJsonTracedata.');
1338
+ const fileKey = requestParameters?.fileKey;
1339
+ if (fileKey === null || fileKey === undefined) {
1340
+ throw new Error('Required parameter fileKey was null or undefined when calling importJsonTracedata.');
1341
1341
  }
1342
1342
  const source = requestParameters?.source;
1343
1343
  if (source === null || source === undefined) {
@@ -1374,7 +1374,7 @@ class ExperimentsService extends BaseService {
1374
1374
  responseType_ = 'blob';
1375
1375
  }
1376
1376
  }
1377
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-tracedata/${this.configuration.encodeParam({ name: "source", value: source, in: "path", style: "simple", explode: false, dataType: "ImportSourceStudio", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "processCode", value: processCode, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/${this.configuration.encodeParam({ name: "sample", value: sample, in: "path", style: "simple", explode: false, dataType: "ImportSampleStudio", dataFormat: undefined })}`;
1377
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-tracedata/${this.configuration.encodeParam({ name: "source", value: source, in: "path", style: "simple", explode: false, dataType: "ImportSourceStudio", dataFormat: undefined })}/${this.configuration.encodeParam({ name: "processCode", value: processCode, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/${this.configuration.encodeParam({ name: "sample", value: sample, in: "path", style: "simple", explode: false, dataType: "ImportSampleStudio", dataFormat: undefined })}`;
1378
1378
  const { basePath, withCredentials } = this.configuration;
1379
1379
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1380
1380
  context: localVarHttpContext,
@@ -1387,9 +1387,9 @@ class ExperimentsService extends BaseService {
1387
1387
  });
1388
1388
  }
1389
1389
  importJsonUrl(requestParameters, observe = 'body', reportProgress = false, options) {
1390
- const experimentKey = requestParameters?.experimentKey;
1391
- if (experimentKey === null || experimentKey === undefined) {
1392
- throw new Error('Required parameter experimentKey was null or undefined when calling importJsonUrl.');
1390
+ const fileKey = requestParameters?.fileKey;
1391
+ if (fileKey === null || fileKey === undefined) {
1392
+ throw new Error('Required parameter fileKey was null or undefined when calling importJsonUrl.');
1393
1393
  }
1394
1394
  const url = requestParameters?.url;
1395
1395
  if (url === null || url === undefined) {
@@ -1420,7 +1420,7 @@ class ExperimentsService extends BaseService {
1420
1420
  responseType_ = 'blob';
1421
1421
  }
1422
1422
  }
1423
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-url`;
1423
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/json-url`;
1424
1424
  const { basePath, withCredentials } = this.configuration;
1425
1425
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1426
1426
  context: localVarHttpContext,
@@ -1434,9 +1434,9 @@ class ExperimentsService extends BaseService {
1434
1434
  });
1435
1435
  }
1436
1436
  importXlsx(requestParameters, observe = 'body', reportProgress = false, options) {
1437
- const experimentKey = requestParameters?.experimentKey;
1438
- if (experimentKey === null || experimentKey === undefined) {
1439
- throw new Error('Required parameter experimentKey was null or undefined when calling importXlsx.');
1437
+ const fileKey = requestParameters?.fileKey;
1438
+ if (fileKey === null || fileKey === undefined) {
1439
+ throw new Error('Required parameter fileKey was null or undefined when calling importXlsx.');
1440
1440
  }
1441
1441
  const body = requestParameters?.body;
1442
1442
  if (body === null || body === undefined) {
@@ -1473,7 +1473,7 @@ class ExperimentsService extends BaseService {
1473
1473
  responseType_ = 'blob';
1474
1474
  }
1475
1475
  }
1476
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/xlsx`;
1476
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/import/xlsx`;
1477
1477
  const { basePath, withCredentials } = this.configuration;
1478
1478
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1479
1479
  context: localVarHttpContext,
@@ -1487,9 +1487,9 @@ class ExperimentsService extends BaseService {
1487
1487
  });
1488
1488
  }
1489
1489
  readExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
1490
- const experimentKey = requestParameters?.experimentKey;
1491
- if (experimentKey === null || experimentKey === undefined) {
1492
- throw new Error('Required parameter experimentKey was null or undefined when calling readExperiment.');
1490
+ const fileKey = requestParameters?.fileKey;
1491
+ if (fileKey === null || fileKey === undefined) {
1492
+ throw new Error('Required parameter fileKey was null or undefined when calling readExperiment.');
1493
1493
  }
1494
1494
  let localVarHeaders = this.defaultHeaders;
1495
1495
  // authentication (ApiKeyAuth) required
@@ -1514,7 +1514,7 @@ class ExperimentsService extends BaseService {
1514
1514
  responseType_ = 'blob';
1515
1515
  }
1516
1516
  }
1517
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1517
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
1518
1518
  const { basePath, withCredentials } = this.configuration;
1519
1519
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
1520
1520
  context: localVarHttpContext,
@@ -1527,9 +1527,9 @@ class ExperimentsService extends BaseService {
1527
1527
  });
1528
1528
  }
1529
1529
  readExperimentCalculationHistory(requestParameters, observe = 'body', reportProgress = false, options) {
1530
- const experimentKey = requestParameters?.experimentKey;
1531
- if (experimentKey === null || experimentKey === undefined) {
1532
- throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentCalculationHistory.');
1530
+ const fileKey = requestParameters?.fileKey;
1531
+ if (fileKey === null || fileKey === undefined) {
1532
+ throw new Error('Required parameter fileKey was null or undefined when calling readExperimentCalculationHistory.');
1533
1533
  }
1534
1534
  let localVarHeaders = this.defaultHeaders;
1535
1535
  // authentication (ApiKeyAuth) required
@@ -1554,7 +1554,7 @@ class ExperimentsService extends BaseService {
1554
1554
  responseType_ = 'blob';
1555
1555
  }
1556
1556
  }
1557
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation-history`;
1557
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation-history`;
1558
1558
  const { basePath, withCredentials } = this.configuration;
1559
1559
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
1560
1560
  context: localVarHttpContext,
@@ -1567,9 +1567,9 @@ class ExperimentsService extends BaseService {
1567
1567
  });
1568
1568
  }
1569
1569
  readExperimentNeighbors(requestParameters, observe = 'body', reportProgress = false, options) {
1570
- const experimentKey = requestParameters?.experimentKey;
1571
- if (experimentKey === null || experimentKey === undefined) {
1572
- throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentNeighbors.');
1570
+ const fileKey = requestParameters?.fileKey;
1571
+ if (fileKey === null || fileKey === undefined) {
1572
+ throw new Error('Required parameter fileKey was null or undefined when calling readExperimentNeighbors.');
1573
1573
  }
1574
1574
  const sortField = requestParameters?.sortField;
1575
1575
  const sortDirection = requestParameters?.sortDirection;
@@ -1599,7 +1599,7 @@ class ExperimentsService extends BaseService {
1599
1599
  responseType_ = 'blob';
1600
1600
  }
1601
1601
  }
1602
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/neighbors`;
1602
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/neighbors`;
1603
1603
  const { basePath, withCredentials } = this.configuration;
1604
1604
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
1605
1605
  context: localVarHttpContext,
@@ -1613,9 +1613,9 @@ class ExperimentsService extends BaseService {
1613
1613
  });
1614
1614
  }
1615
1615
  readExperimentPath(requestParameters, observe = 'body', reportProgress = false, options) {
1616
- const experimentKey = requestParameters?.experimentKey;
1617
- if (experimentKey === null || experimentKey === undefined) {
1618
- throw new Error('Required parameter experimentKey was null or undefined when calling readExperimentPath.');
1616
+ const fileKey = requestParameters?.fileKey;
1617
+ if (fileKey === null || fileKey === undefined) {
1618
+ throw new Error('Required parameter fileKey was null or undefined when calling readExperimentPath.');
1619
1619
  }
1620
1620
  let localVarHeaders = this.defaultHeaders;
1621
1621
  // authentication (ApiKeyAuth) required
@@ -1640,7 +1640,7 @@ class ExperimentsService extends BaseService {
1640
1640
  responseType_ = 'blob';
1641
1641
  }
1642
1642
  }
1643
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
1643
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
1644
1644
  const { basePath, withCredentials } = this.configuration;
1645
1645
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
1646
1646
  context: localVarHttpContext,
@@ -1703,9 +1703,9 @@ class ExperimentsService extends BaseService {
1703
1703
  });
1704
1704
  }
1705
1705
  runExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
1706
- const experimentKey = requestParameters?.experimentKey;
1707
- if (experimentKey === null || experimentKey === undefined) {
1708
- throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentCalculation.');
1706
+ const fileKey = requestParameters?.fileKey;
1707
+ if (fileKey === null || fileKey === undefined) {
1708
+ throw new Error('Required parameter fileKey was null or undefined when calling runExperimentCalculation.');
1709
1709
  }
1710
1710
  const processName = requestParameters?.processName;
1711
1711
  if (processName === null || processName === undefined) {
@@ -1734,7 +1734,7 @@ class ExperimentsService extends BaseService {
1734
1734
  responseType_ = 'blob';
1735
1735
  }
1736
1736
  }
1737
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1737
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1738
1738
  const { basePath, withCredentials } = this.configuration;
1739
1739
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1740
1740
  context: localVarHttpContext,
@@ -1747,9 +1747,9 @@ class ExperimentsService extends BaseService {
1747
1747
  });
1748
1748
  }
1749
1749
  runExperimentRecalculateStats(requestParameters, observe = 'body', reportProgress = false, options) {
1750
- const experimentKey = requestParameters?.experimentKey;
1751
- if (experimentKey === null || experimentKey === undefined) {
1752
- throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRecalculateStats.');
1750
+ const fileKey = requestParameters?.fileKey;
1751
+ if (fileKey === null || fileKey === undefined) {
1752
+ throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRecalculateStats.');
1753
1753
  }
1754
1754
  let localVarHeaders = this.defaultHeaders;
1755
1755
  // authentication (ApiKeyAuth) required
@@ -1774,7 +1774,7 @@ class ExperimentsService extends BaseService {
1774
1774
  responseType_ = 'blob';
1775
1775
  }
1776
1776
  }
1777
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-stats`;
1777
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-stats`;
1778
1778
  const { basePath, withCredentials } = this.configuration;
1779
1779
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1780
1780
  context: localVarHttpContext,
@@ -1787,9 +1787,9 @@ class ExperimentsService extends BaseService {
1787
1787
  });
1788
1788
  }
1789
1789
  runExperimentRecalculateTracks(requestParameters, observe = 'body', reportProgress = false, options) {
1790
- const experimentKey = requestParameters?.experimentKey;
1791
- if (experimentKey === null || experimentKey === undefined) {
1792
- throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRecalculateTracks.');
1790
+ const fileKey = requestParameters?.fileKey;
1791
+ if (fileKey === null || fileKey === undefined) {
1792
+ throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRecalculateTracks.');
1793
1793
  }
1794
1794
  const tracksFullSegments = requestParameters?.tracksFullSegments;
1795
1795
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
@@ -1817,7 +1817,7 @@ class ExperimentsService extends BaseService {
1817
1817
  responseType_ = 'blob';
1818
1818
  }
1819
1819
  }
1820
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-tracks`;
1820
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/recalculate-tracks`;
1821
1821
  const { basePath, withCredentials } = this.configuration;
1822
1822
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1823
1823
  context: localVarHttpContext,
@@ -1831,9 +1831,9 @@ class ExperimentsService extends BaseService {
1831
1831
  });
1832
1832
  }
1833
1833
  runExperimentRefine(requestParameters, observe = 'body', reportProgress = false, options) {
1834
- const experimentKey = requestParameters?.experimentKey;
1835
- if (experimentKey === null || experimentKey === undefined) {
1836
- throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentRefine.');
1834
+ const fileKey = requestParameters?.fileKey;
1835
+ if (fileKey === null || fileKey === undefined) {
1836
+ throw new Error('Required parameter fileKey was null or undefined when calling runExperimentRefine.');
1837
1837
  }
1838
1838
  const processName = requestParameters?.processName;
1839
1839
  if (processName === null || processName === undefined) {
@@ -1865,7 +1865,7 @@ class ExperimentsService extends BaseService {
1865
1865
  responseType_ = 'blob';
1866
1866
  }
1867
1867
  }
1868
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/refine/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1868
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/refine/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1869
1869
  const { basePath, withCredentials } = this.configuration;
1870
1870
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1871
1871
  context: localVarHttpContext,
@@ -1879,9 +1879,9 @@ class ExperimentsService extends BaseService {
1879
1879
  });
1880
1880
  }
1881
1881
  runExperimentValidation(requestParameters, observe = 'body', reportProgress = false, options) {
1882
- const experimentKey = requestParameters?.experimentKey;
1883
- if (experimentKey === null || experimentKey === undefined) {
1884
- throw new Error('Required parameter experimentKey was null or undefined when calling runExperimentValidation.');
1882
+ const fileKey = requestParameters?.fileKey;
1883
+ if (fileKey === null || fileKey === undefined) {
1884
+ throw new Error('Required parameter fileKey was null or undefined when calling runExperimentValidation.');
1885
1885
  }
1886
1886
  const processName = requestParameters?.processName;
1887
1887
  if (processName === null || processName === undefined) {
@@ -1910,7 +1910,7 @@ class ExperimentsService extends BaseService {
1910
1910
  responseType_ = 'blob';
1911
1911
  }
1912
1912
  }
1913
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/validation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1913
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/validation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1914
1914
  const { basePath, withCredentials } = this.configuration;
1915
1915
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
1916
1916
  context: localVarHttpContext,
@@ -1923,9 +1923,9 @@ class ExperimentsService extends BaseService {
1923
1923
  });
1924
1924
  }
1925
1925
  stopExperimentCalculation(requestParameters, observe = 'body', reportProgress = false, options) {
1926
- const experimentKey = requestParameters?.experimentKey;
1927
- if (experimentKey === null || experimentKey === undefined) {
1928
- throw new Error('Required parameter experimentKey was null or undefined when calling stopExperimentCalculation.');
1926
+ const fileKey = requestParameters?.fileKey;
1927
+ if (fileKey === null || fileKey === undefined) {
1928
+ throw new Error('Required parameter fileKey was null or undefined when calling stopExperimentCalculation.');
1929
1929
  }
1930
1930
  const processName = requestParameters?.processName;
1931
1931
  if (processName === null || processName === undefined) {
@@ -1954,7 +1954,7 @@ class ExperimentsService extends BaseService {
1954
1954
  responseType_ = 'blob';
1955
1955
  }
1956
1956
  }
1957
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1957
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/calculation/${this.configuration.encodeParam({ name: "processName", value: processName, in: "path", style: "simple", explode: false, dataType: "BasicProcessStudio", dataFormat: undefined })}`;
1958
1958
  const { basePath, withCredentials } = this.configuration;
1959
1959
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
1960
1960
  context: localVarHttpContext,
@@ -1967,9 +1967,9 @@ class ExperimentsService extends BaseService {
1967
1967
  });
1968
1968
  }
1969
1969
  updateExperiment(requestParameters, observe = 'body', reportProgress = false, options) {
1970
- const experimentKey = requestParameters?.experimentKey;
1971
- if (experimentKey === null || experimentKey === undefined) {
1972
- throw new Error('Required parameter experimentKey was null or undefined when calling updateExperiment.');
1970
+ const fileKey = requestParameters?.fileKey;
1971
+ if (fileKey === null || fileKey === undefined) {
1972
+ throw new Error('Required parameter fileKey was null or undefined when calling updateExperiment.');
1973
1973
  }
1974
1974
  const fileSpecificationStudio = requestParameters?.fileSpecificationStudio;
1975
1975
  if (fileSpecificationStudio === null || fileSpecificationStudio === undefined) {
@@ -2006,7 +2006,7 @@ class ExperimentsService extends BaseService {
2006
2006
  responseType_ = 'blob';
2007
2007
  }
2008
2008
  }
2009
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2009
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2010
2010
  const { basePath, withCredentials } = this.configuration;
2011
2011
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
2012
2012
  context: localVarHttpContext,
@@ -2020,9 +2020,9 @@ class ExperimentsService extends BaseService {
2020
2020
  });
2021
2021
  }
2022
2022
  updateExperimentIndicators(requestParameters, observe = 'body', reportProgress = false, options) {
2023
- const experimentKey = requestParameters?.experimentKey;
2024
- if (experimentKey === null || experimentKey === undefined) {
2025
- throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentIndicators.');
2023
+ const fileKey = requestParameters?.fileKey;
2024
+ if (fileKey === null || fileKey === undefined) {
2025
+ throw new Error('Required parameter fileKey was null or undefined when calling updateExperimentIndicators.');
2026
2026
  }
2027
2027
  const requestBody = requestParameters?.requestBody;
2028
2028
  if (requestBody === null || requestBody === undefined) {
@@ -2059,7 +2059,7 @@ class ExperimentsService extends BaseService {
2059
2059
  responseType_ = 'blob';
2060
2060
  }
2061
2061
  }
2062
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/indicators`;
2062
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/indicators`;
2063
2063
  const { basePath, withCredentials } = this.configuration;
2064
2064
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
2065
2065
  context: localVarHttpContext,
@@ -2073,9 +2073,9 @@ class ExperimentsService extends BaseService {
2073
2073
  });
2074
2074
  }
2075
2075
  updateExperimentSettings(requestParameters, observe = 'body', reportProgress = false, options) {
2076
- const experimentKey = requestParameters?.experimentKey;
2077
- if (experimentKey === null || experimentKey === undefined) {
2078
- throw new Error('Required parameter experimentKey was null or undefined when calling updateExperimentSettings.');
2076
+ const fileKey = requestParameters?.fileKey;
2077
+ if (fileKey === null || fileKey === undefined) {
2078
+ throw new Error('Required parameter fileKey was null or undefined when calling updateExperimentSettings.');
2079
2079
  }
2080
2080
  const experimentSettingsStudio = requestParameters?.experimentSettingsStudio;
2081
2081
  if (experimentSettingsStudio === null || experimentSettingsStudio === undefined) {
@@ -2112,7 +2112,7 @@ class ExperimentsService extends BaseService {
2112
2112
  responseType_ = 'blob';
2113
2113
  }
2114
2114
  }
2115
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/settings`;
2115
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/settings`;
2116
2116
  const { basePath, withCredentials } = this.configuration;
2117
2117
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
2118
2118
  context: localVarHttpContext,
@@ -2145,7 +2145,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2145
2145
  /**
2146
2146
  * VRt.Studio [ST]
2147
2147
  *
2148
- * The version of the OpenAPI document: 7.26.3024
2148
+ * The version of the OpenAPI document: 7.28.3096
2149
2149
  * Contact: servicedesk@veeroute.com
2150
2150
  *
2151
2151
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2306,9 +2306,9 @@ class ExplorerService extends BaseService {
2306
2306
  });
2307
2307
  }
2308
2308
  deleteFolder(requestParameters, observe = 'body', reportProgress = false, options) {
2309
- const folderKey = requestParameters?.folderKey;
2310
- if (folderKey === null || folderKey === undefined) {
2311
- throw new Error('Required parameter folderKey was null or undefined when calling deleteFolder.');
2309
+ const targetFolderKey = requestParameters?.targetFolderKey;
2310
+ if (targetFolderKey === null || targetFolderKey === undefined) {
2311
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling deleteFolder.');
2312
2312
  }
2313
2313
  let localVarHeaders = this.defaultHeaders;
2314
2314
  // authentication (ApiKeyAuth) required
@@ -2333,7 +2333,7 @@ class ExplorerService extends BaseService {
2333
2333
  responseType_ = 'blob';
2334
2334
  }
2335
2335
  }
2336
- let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2336
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2337
2337
  const { basePath, withCredentials } = this.configuration;
2338
2338
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
2339
2339
  context: localVarHttpContext,
@@ -2565,9 +2565,9 @@ class ExplorerService extends BaseService {
2565
2565
  responseType_ = 'blob';
2566
2566
  }
2567
2567
  }
2568
- let localVarPath = `/studio/explorer/batch/folders`;
2568
+ let localVarPath = `/studio/explorer/batch/folder-key`;
2569
2569
  const { basePath, withCredentials } = this.configuration;
2570
- return this.httpClient.request('get', `${basePath}${localVarPath}`, {
2570
+ return this.httpClient.request('post', `${basePath}${localVarPath}`, {
2571
2571
  context: localVarHttpContext,
2572
2572
  body: requestBody,
2573
2573
  responseType: responseType_,
@@ -2579,9 +2579,9 @@ class ExplorerService extends BaseService {
2579
2579
  });
2580
2580
  }
2581
2581
  readFolderPath(requestParameters, observe = 'body', reportProgress = false, options) {
2582
- const folderKey = requestParameters?.folderKey;
2583
- if (folderKey === null || folderKey === undefined) {
2584
- throw new Error('Required parameter folderKey was null or undefined when calling readFolderPath.');
2582
+ const targetFolderKey = requestParameters?.targetFolderKey;
2583
+ if (targetFolderKey === null || targetFolderKey === undefined) {
2584
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling readFolderPath.');
2585
2585
  }
2586
2586
  let localVarHeaders = this.defaultHeaders;
2587
2587
  // authentication (ApiKeyAuth) required
@@ -2606,7 +2606,7 @@ class ExplorerService extends BaseService {
2606
2606
  responseType_ = 'blob';
2607
2607
  }
2608
2608
  }
2609
- let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
2609
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/path`;
2610
2610
  const { basePath, withCredentials } = this.configuration;
2611
2611
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
2612
2612
  context: localVarHttpContext,
@@ -2619,9 +2619,9 @@ class ExplorerService extends BaseService {
2619
2619
  });
2620
2620
  }
2621
2621
  readFolderSpecification(requestParameters, observe = 'body', reportProgress = false, options) {
2622
- const folderKey = requestParameters?.folderKey;
2623
- if (folderKey === null || folderKey === undefined) {
2624
- throw new Error('Required parameter folderKey was null or undefined when calling readFolderSpecification.');
2622
+ const targetFolderKey = requestParameters?.targetFolderKey;
2623
+ if (targetFolderKey === null || targetFolderKey === undefined) {
2624
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling readFolderSpecification.');
2625
2625
  }
2626
2626
  let localVarHeaders = this.defaultHeaders;
2627
2627
  // authentication (ApiKeyAuth) required
@@ -2646,7 +2646,7 @@ class ExplorerService extends BaseService {
2646
2646
  responseType_ = 'blob';
2647
2647
  }
2648
2648
  }
2649
- let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/specification`;
2649
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/specification`;
2650
2650
  const { basePath, withCredentials } = this.configuration;
2651
2651
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
2652
2652
  context: localVarHttpContext,
@@ -2659,9 +2659,9 @@ class ExplorerService extends BaseService {
2659
2659
  });
2660
2660
  }
2661
2661
  updateFolder(requestParameters, observe = 'body', reportProgress = false, options) {
2662
- const folderKey = requestParameters?.folderKey;
2663
- if (folderKey === null || folderKey === undefined) {
2664
- throw new Error('Required parameter folderKey was null or undefined when calling updateFolder.');
2662
+ const targetFolderKey = requestParameters?.targetFolderKey;
2663
+ if (targetFolderKey === null || targetFolderKey === undefined) {
2664
+ throw new Error('Required parameter targetFolderKey was null or undefined when calling updateFolder.');
2665
2665
  }
2666
2666
  const folderSpecificationStudio = requestParameters?.folderSpecificationStudio;
2667
2667
  if (folderSpecificationStudio === null || folderSpecificationStudio === undefined) {
@@ -2698,7 +2698,7 @@ class ExplorerService extends BaseService {
2698
2698
  responseType_ = 'blob';
2699
2699
  }
2700
2700
  }
2701
- let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "folderKey", value: folderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2701
+ let localVarPath = `/studio/explorer/${this.configuration.encodeParam({ name: "targetFolderKey", value: targetFolderKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
2702
2702
  const { basePath, withCredentials } = this.configuration;
2703
2703
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
2704
2704
  context: localVarHttpContext,
@@ -2731,7 +2731,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2731
2731
  /**
2732
2732
  * VRt.Studio [ST]
2733
2733
  *
2734
- * The version of the OpenAPI document: 7.26.3024
2734
+ * The version of the OpenAPI document: 7.28.3096
2735
2735
  * Contact: servicedesk@veeroute.com
2736
2736
  *
2737
2737
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2745,9 +2745,9 @@ class ExternalRoutingService extends BaseService {
2745
2745
  this.httpClient = httpClient;
2746
2746
  }
2747
2747
  createExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2748
- const experimentKey = requestParameters?.experimentKey;
2749
- if (experimentKey === null || experimentKey === undefined) {
2750
- throw new Error('Required parameter experimentKey was null or undefined when calling createExternalrouting.');
2748
+ const fileKey = requestParameters?.fileKey;
2749
+ if (fileKey === null || fileKey === undefined) {
2750
+ throw new Error('Required parameter fileKey was null or undefined when calling createExternalrouting.');
2751
2751
  }
2752
2752
  const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
2753
2753
  if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
@@ -2784,7 +2784,7 @@ class ExternalRoutingService extends BaseService {
2784
2784
  responseType_ = 'blob';
2785
2785
  }
2786
2786
  }
2787
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2787
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2788
2788
  const { basePath, withCredentials } = this.configuration;
2789
2789
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
2790
2790
  context: localVarHttpContext,
@@ -2798,9 +2798,9 @@ class ExternalRoutingService extends BaseService {
2798
2798
  });
2799
2799
  }
2800
2800
  deleteExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2801
- const experimentKey = requestParameters?.experimentKey;
2802
- if (experimentKey === null || experimentKey === undefined) {
2803
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteExternalrouting.');
2801
+ const fileKey = requestParameters?.fileKey;
2802
+ if (fileKey === null || fileKey === undefined) {
2803
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteExternalrouting.');
2804
2804
  }
2805
2805
  let localVarHeaders = this.defaultHeaders;
2806
2806
  // authentication (ApiKeyAuth) required
@@ -2825,7 +2825,7 @@ class ExternalRoutingService extends BaseService {
2825
2825
  responseType_ = 'blob';
2826
2826
  }
2827
2827
  }
2828
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2828
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2829
2829
  const { basePath, withCredentials } = this.configuration;
2830
2830
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
2831
2831
  context: localVarHttpContext,
@@ -2838,9 +2838,9 @@ class ExternalRoutingService extends BaseService {
2838
2838
  });
2839
2839
  }
2840
2840
  readExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2841
- const experimentKey = requestParameters?.experimentKey;
2842
- if (experimentKey === null || experimentKey === undefined) {
2843
- throw new Error('Required parameter experimentKey was null or undefined when calling readExternalrouting.');
2841
+ const fileKey = requestParameters?.fileKey;
2842
+ if (fileKey === null || fileKey === undefined) {
2843
+ throw new Error('Required parameter fileKey was null or undefined when calling readExternalrouting.');
2844
2844
  }
2845
2845
  let localVarHeaders = this.defaultHeaders;
2846
2846
  // authentication (ApiKeyAuth) required
@@ -2865,7 +2865,7 @@ class ExternalRoutingService extends BaseService {
2865
2865
  responseType_ = 'blob';
2866
2866
  }
2867
2867
  }
2868
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2868
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2869
2869
  const { basePath, withCredentials } = this.configuration;
2870
2870
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
2871
2871
  context: localVarHttpContext,
@@ -2878,9 +2878,9 @@ class ExternalRoutingService extends BaseService {
2878
2878
  });
2879
2879
  }
2880
2880
  updateExternalrouting(requestParameters, observe = 'body', reportProgress = false, options) {
2881
- const experimentKey = requestParameters?.experimentKey;
2882
- if (experimentKey === null || experimentKey === undefined) {
2883
- throw new Error('Required parameter experimentKey was null or undefined when calling updateExternalrouting.');
2881
+ const fileKey = requestParameters?.fileKey;
2882
+ if (fileKey === null || fileKey === undefined) {
2883
+ throw new Error('Required parameter fileKey was null or undefined when calling updateExternalrouting.');
2884
2884
  }
2885
2885
  const routingTransportMatrixStudio = requestParameters?.routingTransportMatrixStudio;
2886
2886
  if (routingTransportMatrixStudio === null || routingTransportMatrixStudio === undefined) {
@@ -2917,7 +2917,7 @@ class ExternalRoutingService extends BaseService {
2917
2917
  responseType_ = 'blob';
2918
2918
  }
2919
2919
  }
2920
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2920
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/externalrouting`;
2921
2921
  const { basePath, withCredentials } = this.configuration;
2922
2922
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
2923
2923
  context: localVarHttpContext,
@@ -2950,7 +2950,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
2950
2950
  /**
2951
2951
  * VRt.Studio [ST]
2952
2952
  *
2953
- * The version of the OpenAPI document: 7.26.3024
2953
+ * The version of the OpenAPI document: 7.28.3096
2954
2954
  * Contact: servicedesk@veeroute.com
2955
2955
  *
2956
2956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2964,13 +2964,13 @@ class FactsService extends BaseService {
2964
2964
  this.httpClient = httpClient;
2965
2965
  }
2966
2966
  createFact(requestParameters, observe = 'body', reportProgress = false, options) {
2967
- const experimentKey = requestParameters?.experimentKey;
2968
- if (experimentKey === null || experimentKey === undefined) {
2969
- throw new Error('Required parameter experimentKey was null or undefined when calling createFact.');
2967
+ const fileKey = requestParameters?.fileKey;
2968
+ if (fileKey === null || fileKey === undefined) {
2969
+ throw new Error('Required parameter fileKey was null or undefined when calling createFact.');
2970
2970
  }
2971
- const webFactStudio = requestParameters?.webFactStudio;
2972
- if (webFactStudio === null || webFactStudio === undefined) {
2973
- throw new Error('Required parameter webFactStudio was null or undefined when calling createFact.');
2971
+ const factStudio = requestParameters?.factStudio;
2972
+ if (factStudio === null || factStudio === undefined) {
2973
+ throw new Error('Required parameter factStudio was null or undefined when calling createFact.');
2974
2974
  }
2975
2975
  let localVarHeaders = this.defaultHeaders;
2976
2976
  // authentication (ApiKeyAuth) required
@@ -3003,11 +3003,11 @@ class FactsService extends BaseService {
3003
3003
  responseType_ = 'blob';
3004
3004
  }
3005
3005
  }
3006
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
3006
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
3007
3007
  const { basePath, withCredentials } = this.configuration;
3008
3008
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3009
3009
  context: localVarHttpContext,
3010
- body: webFactStudio,
3010
+ body: factStudio,
3011
3011
  responseType: responseType_,
3012
3012
  ...(withCredentials ? { withCredentials } : {}),
3013
3013
  headers: localVarHeaders,
@@ -3017,9 +3017,9 @@ class FactsService extends BaseService {
3017
3017
  });
3018
3018
  }
3019
3019
  deleteFact(requestParameters, observe = 'body', reportProgress = false, options) {
3020
- const experimentKey = requestParameters?.experimentKey;
3021
- if (experimentKey === null || experimentKey === undefined) {
3022
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteFact.');
3020
+ const fileKey = requestParameters?.fileKey;
3021
+ if (fileKey === null || fileKey === undefined) {
3022
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteFact.');
3023
3023
  }
3024
3024
  const essenceKey = requestParameters?.essenceKey;
3025
3025
  if (essenceKey === null || essenceKey === undefined) {
@@ -3048,7 +3048,7 @@ class FactsService extends BaseService {
3048
3048
  responseType_ = 'blob';
3049
3049
  }
3050
3050
  }
3051
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3051
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3052
3052
  const { basePath, withCredentials } = this.configuration;
3053
3053
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3054
3054
  context: localVarHttpContext,
@@ -3060,14 +3060,14 @@ class FactsService extends BaseService {
3060
3060
  reportProgress: reportProgress
3061
3061
  });
3062
3062
  }
3063
- deleteFacts(requestParameters, observe = 'body', reportProgress = false, options) {
3064
- const experimentKey = requestParameters?.experimentKey;
3065
- if (experimentKey === null || experimentKey === undefined) {
3066
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteFacts.');
3063
+ deleteFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3064
+ const fileKey = requestParameters?.fileKey;
3065
+ if (fileKey === null || fileKey === undefined) {
3066
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteFactsBatch.');
3067
3067
  }
3068
3068
  const requestBody = requestParameters?.requestBody;
3069
3069
  if (requestBody === null || requestBody === undefined) {
3070
- throw new Error('Required parameter requestBody was null or undefined when calling deleteFacts.');
3070
+ throw new Error('Required parameter requestBody was null or undefined when calling deleteFactsBatch.');
3071
3071
  }
3072
3072
  let localVarHeaders = this.defaultHeaders;
3073
3073
  // authentication (ApiKeyAuth) required
@@ -3100,7 +3100,7 @@ class FactsService extends BaseService {
3100
3100
  responseType_ = 'blob';
3101
3101
  }
3102
3102
  }
3103
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/list`;
3103
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/table`;
3104
3104
  const { basePath, withCredentials } = this.configuration;
3105
3105
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3106
3106
  context: localVarHttpContext,
@@ -3113,14 +3113,14 @@ class FactsService extends BaseService {
3113
3113
  reportProgress: reportProgress
3114
3114
  });
3115
3115
  }
3116
- disableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
3117
- const experimentKey = requestParameters?.experimentKey;
3118
- if (experimentKey === null || experimentKey === undefined) {
3119
- throw new Error('Required parameter experimentKey was null or undefined when calling disableFacts.');
3116
+ disableFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3117
+ const fileKey = requestParameters?.fileKey;
3118
+ if (fileKey === null || fileKey === undefined) {
3119
+ throw new Error('Required parameter fileKey was null or undefined when calling disableFactsBatch.');
3120
3120
  }
3121
3121
  const requestBody = requestParameters?.requestBody;
3122
3122
  if (requestBody === null || requestBody === undefined) {
3123
- throw new Error('Required parameter requestBody was null or undefined when calling disableFacts.');
3123
+ throw new Error('Required parameter requestBody was null or undefined when calling disableFactsBatch.');
3124
3124
  }
3125
3125
  let localVarHeaders = this.defaultHeaders;
3126
3126
  // authentication (ApiKeyAuth) required
@@ -3153,7 +3153,7 @@ class FactsService extends BaseService {
3153
3153
  responseType_ = 'blob';
3154
3154
  }
3155
3155
  }
3156
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
3156
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
3157
3157
  const { basePath, withCredentials } = this.configuration;
3158
3158
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3159
3159
  context: localVarHttpContext,
@@ -3166,14 +3166,14 @@ class FactsService extends BaseService {
3166
3166
  reportProgress: reportProgress
3167
3167
  });
3168
3168
  }
3169
- enableFacts(requestParameters, observe = 'body', reportProgress = false, options) {
3170
- const experimentKey = requestParameters?.experimentKey;
3171
- if (experimentKey === null || experimentKey === undefined) {
3172
- throw new Error('Required parameter experimentKey was null or undefined when calling enableFacts.');
3169
+ enableFactsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3170
+ const fileKey = requestParameters?.fileKey;
3171
+ if (fileKey === null || fileKey === undefined) {
3172
+ throw new Error('Required parameter fileKey was null or undefined when calling enableFactsBatch.');
3173
3173
  }
3174
3174
  const requestBody = requestParameters?.requestBody;
3175
3175
  if (requestBody === null || requestBody === undefined) {
3176
- throw new Error('Required parameter requestBody was null or undefined when calling enableFacts.');
3176
+ throw new Error('Required parameter requestBody was null or undefined when calling enableFactsBatch.');
3177
3177
  }
3178
3178
  let localVarHeaders = this.defaultHeaders;
3179
3179
  // authentication (ApiKeyAuth) required
@@ -3206,7 +3206,7 @@ class FactsService extends BaseService {
3206
3206
  responseType_ = 'blob';
3207
3207
  }
3208
3208
  }
3209
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
3209
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/ability`;
3210
3210
  const { basePath, withCredentials } = this.configuration;
3211
3211
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
3212
3212
  context: localVarHttpContext,
@@ -3220,9 +3220,9 @@ class FactsService extends BaseService {
3220
3220
  });
3221
3221
  }
3222
3222
  readFact(requestParameters, observe = 'body', reportProgress = false, options) {
3223
- const experimentKey = requestParameters?.experimentKey;
3224
- if (experimentKey === null || experimentKey === undefined) {
3225
- throw new Error('Required parameter experimentKey was null or undefined when calling readFact.');
3223
+ const fileKey = requestParameters?.fileKey;
3224
+ if (fileKey === null || fileKey === undefined) {
3225
+ throw new Error('Required parameter fileKey was null or undefined when calling readFact.');
3226
3226
  }
3227
3227
  const essenceKey = requestParameters?.essenceKey;
3228
3228
  if (essenceKey === null || essenceKey === undefined) {
@@ -3251,7 +3251,7 @@ class FactsService extends BaseService {
3251
3251
  responseType_ = 'blob';
3252
3252
  }
3253
3253
  }
3254
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3254
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3255
3255
  const { basePath, withCredentials } = this.configuration;
3256
3256
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
3257
3257
  context: localVarHttpContext,
@@ -3263,23 +3263,15 @@ class FactsService extends BaseService {
3263
3263
  reportProgress: reportProgress
3264
3264
  });
3265
3265
  }
3266
- readFacts(requestParameters, observe = 'body', reportProgress = false, options) {
3267
- const experimentKey = requestParameters?.experimentKey;
3268
- if (experimentKey === null || experimentKey === undefined) {
3269
- throw new Error('Required parameter experimentKey was null or undefined when calling readFacts.');
3266
+ readFactsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
3267
+ const fileKey = requestParameters?.fileKey;
3268
+ if (fileKey === null || fileKey === undefined) {
3269
+ throw new Error('Required parameter fileKey was null or undefined when calling readFactsMetrics.');
3270
+ }
3271
+ const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
3272
+ if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
3273
+ throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
3270
3274
  }
3271
- const offset = requestParameters?.offset;
3272
- const limit = requestParameters?.limit;
3273
- const sortField = requestParameters?.sortField;
3274
- const sortCustomfield = requestParameters?.sortCustomfield;
3275
- const sortDirection = requestParameters?.sortDirection;
3276
- const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
3277
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
3278
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
3279
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
3280
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
3281
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
3282
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
3283
3275
  let localVarHeaders = this.defaultHeaders;
3284
3276
  // authentication (ApiKeyAuth) required
3285
3277
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -3311,12 +3303,11 @@ class FactsService extends BaseService {
3311
3303
  responseType_ = 'blob';
3312
3304
  }
3313
3305
  }
3314
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/list`;
3306
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/metrics`;
3315
3307
  const { basePath, withCredentials } = this.configuration;
3316
3308
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3317
3309
  context: localVarHttpContext,
3318
- body: tableFactFilterListStudio,
3319
- params: localVarQueryParameters,
3310
+ body: tableFactMetricsFilterListStudio,
3320
3311
  responseType: responseType_,
3321
3312
  ...(withCredentials ? { withCredentials } : {}),
3322
3313
  headers: localVarHeaders,
@@ -3325,15 +3316,23 @@ class FactsService extends BaseService {
3325
3316
  reportProgress: reportProgress
3326
3317
  });
3327
3318
  }
3328
- readFactsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
3329
- const experimentKey = requestParameters?.experimentKey;
3330
- if (experimentKey === null || experimentKey === undefined) {
3331
- throw new Error('Required parameter experimentKey was null or undefined when calling readFactsMetrics.');
3332
- }
3333
- const tableFactMetricsFilterListStudio = requestParameters?.tableFactMetricsFilterListStudio;
3334
- if (tableFactMetricsFilterListStudio === null || tableFactMetricsFilterListStudio === undefined) {
3335
- throw new Error('Required parameter tableFactMetricsFilterListStudio was null or undefined when calling readFactsMetrics.');
3319
+ readFactsTable(requestParameters, observe = 'body', reportProgress = false, options) {
3320
+ const fileKey = requestParameters?.fileKey;
3321
+ if (fileKey === null || fileKey === undefined) {
3322
+ throw new Error('Required parameter fileKey was null or undefined when calling readFactsTable.');
3336
3323
  }
3324
+ const offset = requestParameters?.offset;
3325
+ const limit = requestParameters?.limit;
3326
+ const sortField = requestParameters?.sortField;
3327
+ const sortCustomfield = requestParameters?.sortCustomfield;
3328
+ const sortDirection = requestParameters?.sortDirection;
3329
+ const tableFactFilterListStudio = requestParameters?.tableFactFilterListStudio;
3330
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
3331
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
3332
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
3333
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
3334
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
3335
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
3337
3336
  let localVarHeaders = this.defaultHeaders;
3338
3337
  // authentication (ApiKeyAuth) required
3339
3338
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -3365,11 +3364,12 @@ class FactsService extends BaseService {
3365
3364
  responseType_ = 'blob';
3366
3365
  }
3367
3366
  }
3368
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/metrics`;
3367
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts/batch/table`;
3369
3368
  const { basePath, withCredentials } = this.configuration;
3370
3369
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3371
3370
  context: localVarHttpContext,
3372
- body: tableFactMetricsFilterListStudio,
3371
+ body: tableFactFilterListStudio,
3372
+ params: localVarQueryParameters,
3373
3373
  responseType: responseType_,
3374
3374
  ...(withCredentials ? { withCredentials } : {}),
3375
3375
  headers: localVarHeaders,
@@ -3379,13 +3379,13 @@ class FactsService extends BaseService {
3379
3379
  });
3380
3380
  }
3381
3381
  updateFact(requestParameters, observe = 'body', reportProgress = false, options) {
3382
- const experimentKey = requestParameters?.experimentKey;
3383
- if (experimentKey === null || experimentKey === undefined) {
3384
- throw new Error('Required parameter experimentKey was null or undefined when calling updateFact.');
3382
+ const fileKey = requestParameters?.fileKey;
3383
+ if (fileKey === null || fileKey === undefined) {
3384
+ throw new Error('Required parameter fileKey was null or undefined when calling updateFact.');
3385
3385
  }
3386
- const webFactStudio = requestParameters?.webFactStudio;
3387
- if (webFactStudio === null || webFactStudio === undefined) {
3388
- throw new Error('Required parameter webFactStudio was null or undefined when calling updateFact.');
3386
+ const factStudio = requestParameters?.factStudio;
3387
+ if (factStudio === null || factStudio === undefined) {
3388
+ throw new Error('Required parameter factStudio was null or undefined when calling updateFact.');
3389
3389
  }
3390
3390
  let localVarHeaders = this.defaultHeaders;
3391
3391
  // authentication (ApiKeyAuth) required
@@ -3418,11 +3418,11 @@ class FactsService extends BaseService {
3418
3418
  responseType_ = 'blob';
3419
3419
  }
3420
3420
  }
3421
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
3421
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/facts`;
3422
3422
  const { basePath, withCredentials } = this.configuration;
3423
3423
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
3424
3424
  context: localVarHttpContext,
3425
- body: webFactStudio,
3425
+ body: factStudio,
3426
3426
  responseType: responseType_,
3427
3427
  ...(withCredentials ? { withCredentials } : {}),
3428
3428
  headers: localVarHeaders,
@@ -3451,7 +3451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3451
3451
  /**
3452
3452
  * VRt.Studio [ST]
3453
3453
  *
3454
- * The version of the OpenAPI document: 7.26.3024
3454
+ * The version of the OpenAPI document: 7.28.3096
3455
3455
  * Contact: servicedesk@veeroute.com
3456
3456
  *
3457
3457
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3465,13 +3465,13 @@ class HardlinksService extends BaseService {
3465
3465
  this.httpClient = httpClient;
3466
3466
  }
3467
3467
  createHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
3468
- const experimentKey = requestParameters?.experimentKey;
3469
- if (experimentKey === null || experimentKey === undefined) {
3470
- throw new Error('Required parameter experimentKey was null or undefined when calling createHardlink.');
3468
+ const fileKey = requestParameters?.fileKey;
3469
+ if (fileKey === null || fileKey === undefined) {
3470
+ throw new Error('Required parameter fileKey was null or undefined when calling createHardlink.');
3471
3471
  }
3472
- const webHardlinkStudio = requestParameters?.webHardlinkStudio;
3473
- if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
3474
- throw new Error('Required parameter webHardlinkStudio was null or undefined when calling createHardlink.');
3472
+ const hardlinkStudio = requestParameters?.hardlinkStudio;
3473
+ if (hardlinkStudio === null || hardlinkStudio === undefined) {
3474
+ throw new Error('Required parameter hardlinkStudio was null or undefined when calling createHardlink.');
3475
3475
  }
3476
3476
  let localVarHeaders = this.defaultHeaders;
3477
3477
  // authentication (ApiKeyAuth) required
@@ -3504,11 +3504,11 @@ class HardlinksService extends BaseService {
3504
3504
  responseType_ = 'blob';
3505
3505
  }
3506
3506
  }
3507
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
3507
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
3508
3508
  const { basePath, withCredentials } = this.configuration;
3509
3509
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3510
3510
  context: localVarHttpContext,
3511
- body: webHardlinkStudio,
3511
+ body: hardlinkStudio,
3512
3512
  responseType: responseType_,
3513
3513
  ...(withCredentials ? { withCredentials } : {}),
3514
3514
  headers: localVarHeaders,
@@ -3518,9 +3518,9 @@ class HardlinksService extends BaseService {
3518
3518
  });
3519
3519
  }
3520
3520
  deleteHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
3521
- const experimentKey = requestParameters?.experimentKey;
3522
- if (experimentKey === null || experimentKey === undefined) {
3523
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteHardlink.');
3521
+ const fileKey = requestParameters?.fileKey;
3522
+ if (fileKey === null || fileKey === undefined) {
3523
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteHardlink.');
3524
3524
  }
3525
3525
  const essenceKey = requestParameters?.essenceKey;
3526
3526
  if (essenceKey === null || essenceKey === undefined) {
@@ -3549,7 +3549,7 @@ class HardlinksService extends BaseService {
3549
3549
  responseType_ = 'blob';
3550
3550
  }
3551
3551
  }
3552
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3552
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3553
3553
  const { basePath, withCredentials } = this.configuration;
3554
3554
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3555
3555
  context: localVarHttpContext,
@@ -3561,14 +3561,14 @@ class HardlinksService extends BaseService {
3561
3561
  reportProgress: reportProgress
3562
3562
  });
3563
3563
  }
3564
- disableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
3565
- const experimentKey = requestParameters?.experimentKey;
3566
- if (experimentKey === null || experimentKey === undefined) {
3567
- throw new Error('Required parameter experimentKey was null or undefined when calling disableHardlinks.');
3564
+ deleteHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3565
+ const fileKey = requestParameters?.fileKey;
3566
+ if (fileKey === null || fileKey === undefined) {
3567
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteHardlinksBatch.');
3568
3568
  }
3569
3569
  const requestBody = requestParameters?.requestBody;
3570
3570
  if (requestBody === null || requestBody === undefined) {
3571
- throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinks.');
3571
+ throw new Error('Required parameter requestBody was null or undefined when calling deleteHardlinksBatch.');
3572
3572
  }
3573
3573
  let localVarHeaders = this.defaultHeaders;
3574
3574
  // authentication (ApiKeyAuth) required
@@ -3601,7 +3601,7 @@ class HardlinksService extends BaseService {
3601
3601
  responseType_ = 'blob';
3602
3602
  }
3603
3603
  }
3604
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
3604
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/table`;
3605
3605
  const { basePath, withCredentials } = this.configuration;
3606
3606
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3607
3607
  context: localVarHttpContext,
@@ -3614,14 +3614,14 @@ class HardlinksService extends BaseService {
3614
3614
  reportProgress: reportProgress
3615
3615
  });
3616
3616
  }
3617
- enableHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
3618
- const experimentKey = requestParameters?.experimentKey;
3619
- if (experimentKey === null || experimentKey === undefined) {
3620
- throw new Error('Required parameter experimentKey was null or undefined when calling enableHardlinks.');
3617
+ disableHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3618
+ const fileKey = requestParameters?.fileKey;
3619
+ if (fileKey === null || fileKey === undefined) {
3620
+ throw new Error('Required parameter fileKey was null or undefined when calling disableHardlinksBatch.');
3621
3621
  }
3622
3622
  const requestBody = requestParameters?.requestBody;
3623
3623
  if (requestBody === null || requestBody === undefined) {
3624
- throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinks.');
3624
+ throw new Error('Required parameter requestBody was null or undefined when calling disableHardlinksBatch.');
3625
3625
  }
3626
3626
  let localVarHeaders = this.defaultHeaders;
3627
3627
  // authentication (ApiKeyAuth) required
@@ -3654,7 +3654,60 @@ class HardlinksService extends BaseService {
3654
3654
  responseType_ = 'blob';
3655
3655
  }
3656
3656
  }
3657
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
3657
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
3658
+ const { basePath, withCredentials } = this.configuration;
3659
+ return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
3660
+ context: localVarHttpContext,
3661
+ body: requestBody,
3662
+ responseType: responseType_,
3663
+ ...(withCredentials ? { withCredentials } : {}),
3664
+ headers: localVarHeaders,
3665
+ observe: observe,
3666
+ transferCache: localVarTransferCache,
3667
+ reportProgress: reportProgress
3668
+ });
3669
+ }
3670
+ enableHardlinksBatch(requestParameters, observe = 'body', reportProgress = false, options) {
3671
+ const fileKey = requestParameters?.fileKey;
3672
+ if (fileKey === null || fileKey === undefined) {
3673
+ throw new Error('Required parameter fileKey was null or undefined when calling enableHardlinksBatch.');
3674
+ }
3675
+ const requestBody = requestParameters?.requestBody;
3676
+ if (requestBody === null || requestBody === undefined) {
3677
+ throw new Error('Required parameter requestBody was null or undefined when calling enableHardlinksBatch.');
3678
+ }
3679
+ let localVarHeaders = this.defaultHeaders;
3680
+ // authentication (ApiKeyAuth) required
3681
+ localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
3682
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
3683
+ 'application/json'
3684
+ ]);
3685
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
3686
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
3687
+ }
3688
+ const localVarHttpContext = options?.context ?? new HttpContext();
3689
+ const localVarTransferCache = options?.transferCache ?? true;
3690
+ // to determine the Content-Type header
3691
+ const consumes = [
3692
+ 'application/json'
3693
+ ];
3694
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
3695
+ if (httpContentTypeSelected !== undefined) {
3696
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
3697
+ }
3698
+ let responseType_ = 'json';
3699
+ if (localVarHttpHeaderAcceptSelected) {
3700
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
3701
+ responseType_ = 'text';
3702
+ }
3703
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
3704
+ responseType_ = 'json';
3705
+ }
3706
+ else {
3707
+ responseType_ = 'blob';
3708
+ }
3709
+ }
3710
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/ability`;
3658
3711
  const { basePath, withCredentials } = this.configuration;
3659
3712
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
3660
3713
  context: localVarHttpContext,
@@ -3668,9 +3721,9 @@ class HardlinksService extends BaseService {
3668
3721
  });
3669
3722
  }
3670
3723
  readHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
3671
- const experimentKey = requestParameters?.experimentKey;
3672
- if (experimentKey === null || experimentKey === undefined) {
3673
- throw new Error('Required parameter experimentKey was null or undefined when calling readHardlink.');
3724
+ const fileKey = requestParameters?.fileKey;
3725
+ if (fileKey === null || fileKey === undefined) {
3726
+ throw new Error('Required parameter fileKey was null or undefined when calling readHardlink.');
3674
3727
  }
3675
3728
  const essenceKey = requestParameters?.essenceKey;
3676
3729
  if (essenceKey === null || essenceKey === undefined) {
@@ -3699,7 +3752,7 @@ class HardlinksService extends BaseService {
3699
3752
  responseType_ = 'blob';
3700
3753
  }
3701
3754
  }
3702
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3755
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
3703
3756
  const { basePath, withCredentials } = this.configuration;
3704
3757
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
3705
3758
  context: localVarHttpContext,
@@ -3711,23 +3764,15 @@ class HardlinksService extends BaseService {
3711
3764
  reportProgress: reportProgress
3712
3765
  });
3713
3766
  }
3714
- readHardlinks(requestParameters, observe = 'body', reportProgress = false, options) {
3715
- const experimentKey = requestParameters?.experimentKey;
3716
- if (experimentKey === null || experimentKey === undefined) {
3717
- throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinks.');
3767
+ readHardlinksMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
3768
+ const fileKey = requestParameters?.fileKey;
3769
+ if (fileKey === null || fileKey === undefined) {
3770
+ throw new Error('Required parameter fileKey was null or undefined when calling readHardlinksMetrics.');
3771
+ }
3772
+ const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
3773
+ if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
3774
+ throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
3718
3775
  }
3719
- const offset = requestParameters?.offset;
3720
- const limit = requestParameters?.limit;
3721
- const sortField = requestParameters?.sortField;
3722
- const sortCustomfield = requestParameters?.sortCustomfield;
3723
- const sortDirection = requestParameters?.sortDirection;
3724
- const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
3725
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
3726
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
3727
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
3728
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
3729
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
3730
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
3731
3776
  let localVarHeaders = this.defaultHeaders;
3732
3777
  // authentication (ApiKeyAuth) required
3733
3778
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -3759,12 +3804,11 @@ class HardlinksService extends BaseService {
3759
3804
  responseType_ = 'blob';
3760
3805
  }
3761
3806
  }
3762
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/list`;
3807
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/metrics`;
3763
3808
  const { basePath, withCredentials } = this.configuration;
3764
3809
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3765
3810
  context: localVarHttpContext,
3766
- body: tableHardlinkFilterListStudio,
3767
- params: localVarQueryParameters,
3811
+ body: tableHardlinkMetricsFilterListStudio,
3768
3812
  responseType: responseType_,
3769
3813
  ...(withCredentials ? { withCredentials } : {}),
3770
3814
  headers: localVarHeaders,
@@ -3773,15 +3817,23 @@ class HardlinksService extends BaseService {
3773
3817
  reportProgress: reportProgress
3774
3818
  });
3775
3819
  }
3776
- readHardlinksMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
3777
- const experimentKey = requestParameters?.experimentKey;
3778
- if (experimentKey === null || experimentKey === undefined) {
3779
- throw new Error('Required parameter experimentKey was null or undefined when calling readHardlinksMetrics.');
3780
- }
3781
- const tableHardlinkMetricsFilterListStudio = requestParameters?.tableHardlinkMetricsFilterListStudio;
3782
- if (tableHardlinkMetricsFilterListStudio === null || tableHardlinkMetricsFilterListStudio === undefined) {
3783
- throw new Error('Required parameter tableHardlinkMetricsFilterListStudio was null or undefined when calling readHardlinksMetrics.');
3820
+ readHardlinksTable(requestParameters, observe = 'body', reportProgress = false, options) {
3821
+ const fileKey = requestParameters?.fileKey;
3822
+ if (fileKey === null || fileKey === undefined) {
3823
+ throw new Error('Required parameter fileKey was null or undefined when calling readHardlinksTable.');
3784
3824
  }
3825
+ const offset = requestParameters?.offset;
3826
+ const limit = requestParameters?.limit;
3827
+ const sortField = requestParameters?.sortField;
3828
+ const sortCustomfield = requestParameters?.sortCustomfield;
3829
+ const sortDirection = requestParameters?.sortDirection;
3830
+ const tableHardlinkFilterListStudio = requestParameters?.tableHardlinkFilterListStudio;
3831
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
3832
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
3833
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
3834
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
3835
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
3836
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
3785
3837
  let localVarHeaders = this.defaultHeaders;
3786
3838
  // authentication (ApiKeyAuth) required
3787
3839
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -3813,11 +3865,12 @@ class HardlinksService extends BaseService {
3813
3865
  responseType_ = 'blob';
3814
3866
  }
3815
3867
  }
3816
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/metrics`;
3868
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks/batch/table`;
3817
3869
  const { basePath, withCredentials } = this.configuration;
3818
3870
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3819
3871
  context: localVarHttpContext,
3820
- body: tableHardlinkMetricsFilterListStudio,
3872
+ body: tableHardlinkFilterListStudio,
3873
+ params: localVarQueryParameters,
3821
3874
  responseType: responseType_,
3822
3875
  ...(withCredentials ? { withCredentials } : {}),
3823
3876
  headers: localVarHeaders,
@@ -3827,13 +3880,13 @@ class HardlinksService extends BaseService {
3827
3880
  });
3828
3881
  }
3829
3882
  updateHardlink(requestParameters, observe = 'body', reportProgress = false, options) {
3830
- const experimentKey = requestParameters?.experimentKey;
3831
- if (experimentKey === null || experimentKey === undefined) {
3832
- throw new Error('Required parameter experimentKey was null or undefined when calling updateHardlink.');
3883
+ const fileKey = requestParameters?.fileKey;
3884
+ if (fileKey === null || fileKey === undefined) {
3885
+ throw new Error('Required parameter fileKey was null or undefined when calling updateHardlink.');
3833
3886
  }
3834
- const webHardlinkStudio = requestParameters?.webHardlinkStudio;
3835
- if (webHardlinkStudio === null || webHardlinkStudio === undefined) {
3836
- throw new Error('Required parameter webHardlinkStudio was null or undefined when calling updateHardlink.');
3887
+ const hardlinkStudio = requestParameters?.hardlinkStudio;
3888
+ if (hardlinkStudio === null || hardlinkStudio === undefined) {
3889
+ throw new Error('Required parameter hardlinkStudio was null or undefined when calling updateHardlink.');
3837
3890
  }
3838
3891
  let localVarHeaders = this.defaultHeaders;
3839
3892
  // authentication (ApiKeyAuth) required
@@ -3866,11 +3919,11 @@ class HardlinksService extends BaseService {
3866
3919
  responseType_ = 'blob';
3867
3920
  }
3868
3921
  }
3869
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
3922
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/hardlinks`;
3870
3923
  const { basePath, withCredentials } = this.configuration;
3871
3924
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
3872
3925
  context: localVarHttpContext,
3873
- body: webHardlinkStudio,
3926
+ body: hardlinkStudio,
3874
3927
  responseType: responseType_,
3875
3928
  ...(withCredentials ? { withCredentials } : {}),
3876
3929
  headers: localVarHeaders,
@@ -3899,7 +3952,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3899
3952
  /**
3900
3953
  * VRt.Studio [ST]
3901
3954
  *
3902
- * The version of the OpenAPI document: 7.26.3024
3955
+ * The version of the OpenAPI document: 7.28.3096
3903
3956
  * Contact: servicedesk@veeroute.com
3904
3957
  *
3905
3958
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3913,13 +3966,13 @@ class LocationsService extends BaseService {
3913
3966
  this.httpClient = httpClient;
3914
3967
  }
3915
3968
  createLocation(requestParameters, observe = 'body', reportProgress = false, options) {
3916
- const experimentKey = requestParameters?.experimentKey;
3917
- if (experimentKey === null || experimentKey === undefined) {
3918
- throw new Error('Required parameter experimentKey was null or undefined when calling createLocation.');
3969
+ const fileKey = requestParameters?.fileKey;
3970
+ if (fileKey === null || fileKey === undefined) {
3971
+ throw new Error('Required parameter fileKey was null or undefined when calling createLocation.');
3919
3972
  }
3920
- const webLocationStudio = requestParameters?.webLocationStudio;
3921
- if (webLocationStudio === null || webLocationStudio === undefined) {
3922
- throw new Error('Required parameter webLocationStudio was null or undefined when calling createLocation.');
3973
+ const locationStudio = requestParameters?.locationStudio;
3974
+ if (locationStudio === null || locationStudio === undefined) {
3975
+ throw new Error('Required parameter locationStudio was null or undefined when calling createLocation.');
3923
3976
  }
3924
3977
  let localVarHeaders = this.defaultHeaders;
3925
3978
  // authentication (ApiKeyAuth) required
@@ -3952,11 +4005,11 @@ class LocationsService extends BaseService {
3952
4005
  responseType_ = 'blob';
3953
4006
  }
3954
4007
  }
3955
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
4008
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
3956
4009
  const { basePath, withCredentials } = this.configuration;
3957
4010
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
3958
4011
  context: localVarHttpContext,
3959
- body: webLocationStudio,
4012
+ body: locationStudio,
3960
4013
  responseType: responseType_,
3961
4014
  ...(withCredentials ? { withCredentials } : {}),
3962
4015
  headers: localVarHeaders,
@@ -3966,9 +4019,9 @@ class LocationsService extends BaseService {
3966
4019
  });
3967
4020
  }
3968
4021
  deleteLocation(requestParameters, observe = 'body', reportProgress = false, options) {
3969
- const experimentKey = requestParameters?.experimentKey;
3970
- if (experimentKey === null || experimentKey === undefined) {
3971
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteLocation.');
4022
+ const fileKey = requestParameters?.fileKey;
4023
+ if (fileKey === null || fileKey === undefined) {
4024
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteLocation.');
3972
4025
  }
3973
4026
  const essenceKey = requestParameters?.essenceKey;
3974
4027
  if (essenceKey === null || essenceKey === undefined) {
@@ -3997,10 +4050,63 @@ class LocationsService extends BaseService {
3997
4050
  responseType_ = 'blob';
3998
4051
  }
3999
4052
  }
4000
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4053
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4054
+ const { basePath, withCredentials } = this.configuration;
4055
+ return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4056
+ context: localVarHttpContext,
4057
+ responseType: responseType_,
4058
+ ...(withCredentials ? { withCredentials } : {}),
4059
+ headers: localVarHeaders,
4060
+ observe: observe,
4061
+ transferCache: localVarTransferCache,
4062
+ reportProgress: reportProgress
4063
+ });
4064
+ }
4065
+ deleteLocationsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
4066
+ const fileKey = requestParameters?.fileKey;
4067
+ if (fileKey === null || fileKey === undefined) {
4068
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteLocationsBatch.');
4069
+ }
4070
+ const requestBody = requestParameters?.requestBody;
4071
+ if (requestBody === null || requestBody === undefined) {
4072
+ throw new Error('Required parameter requestBody was null or undefined when calling deleteLocationsBatch.');
4073
+ }
4074
+ let localVarHeaders = this.defaultHeaders;
4075
+ // authentication (ApiKeyAuth) required
4076
+ localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
4077
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
4078
+ 'application/json'
4079
+ ]);
4080
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
4081
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
4082
+ }
4083
+ const localVarHttpContext = options?.context ?? new HttpContext();
4084
+ const localVarTransferCache = options?.transferCache ?? true;
4085
+ // to determine the Content-Type header
4086
+ const consumes = [
4087
+ 'application/json'
4088
+ ];
4089
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
4090
+ if (httpContentTypeSelected !== undefined) {
4091
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
4092
+ }
4093
+ let responseType_ = 'json';
4094
+ if (localVarHttpHeaderAcceptSelected) {
4095
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
4096
+ responseType_ = 'text';
4097
+ }
4098
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
4099
+ responseType_ = 'json';
4100
+ }
4101
+ else {
4102
+ responseType_ = 'blob';
4103
+ }
4104
+ }
4105
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/table`;
4001
4106
  const { basePath, withCredentials } = this.configuration;
4002
4107
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4003
4108
  context: localVarHttpContext,
4109
+ body: requestBody,
4004
4110
  responseType: responseType_,
4005
4111
  ...(withCredentials ? { withCredentials } : {}),
4006
4112
  headers: localVarHeaders,
@@ -4010,9 +4116,9 @@ class LocationsService extends BaseService {
4010
4116
  });
4011
4117
  }
4012
4118
  readLocation(requestParameters, observe = 'body', reportProgress = false, options) {
4013
- const experimentKey = requestParameters?.experimentKey;
4014
- if (experimentKey === null || experimentKey === undefined) {
4015
- throw new Error('Required parameter experimentKey was null or undefined when calling readLocation.');
4119
+ const fileKey = requestParameters?.fileKey;
4120
+ if (fileKey === null || fileKey === undefined) {
4121
+ throw new Error('Required parameter fileKey was null or undefined when calling readLocation.');
4016
4122
  }
4017
4123
  const essenceKey = requestParameters?.essenceKey;
4018
4124
  if (essenceKey === null || essenceKey === undefined) {
@@ -4041,7 +4147,7 @@ class LocationsService extends BaseService {
4041
4147
  responseType_ = 'blob';
4042
4148
  }
4043
4149
  }
4044
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4150
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4045
4151
  const { basePath, withCredentials } = this.configuration;
4046
4152
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
4047
4153
  context: localVarHttpContext,
@@ -4053,23 +4159,17 @@ class LocationsService extends BaseService {
4053
4159
  reportProgress: reportProgress
4054
4160
  });
4055
4161
  }
4056
- readLocations(requestParameters, observe = 'body', reportProgress = false, options) {
4057
- const experimentKey = requestParameters?.experimentKey;
4058
- if (experimentKey === null || experimentKey === undefined) {
4059
- throw new Error('Required parameter experimentKey was null or undefined when calling readLocations.');
4162
+ readLocationsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
4163
+ const fileKey = requestParameters?.fileKey;
4164
+ if (fileKey === null || fileKey === undefined) {
4165
+ throw new Error('Required parameter fileKey was null or undefined when calling readLocationsGeopoints.');
4060
4166
  }
4061
4167
  const offset = requestParameters?.offset;
4062
4168
  const limit = requestParameters?.limit;
4063
- const sortField = requestParameters?.sortField;
4064
- const sortCustomfield = requestParameters?.sortCustomfield;
4065
- const sortDirection = requestParameters?.sortDirection;
4066
4169
  const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
4067
4170
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4068
4171
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4069
4172
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4070
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
4071
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
4072
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
4073
4173
  let localVarHeaders = this.defaultHeaders;
4074
4174
  // authentication (ApiKeyAuth) required
4075
4175
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4101,7 +4201,7 @@ class LocationsService extends BaseService {
4101
4201
  responseType_ = 'blob';
4102
4202
  }
4103
4203
  }
4104
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/list`;
4204
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/geopoints`;
4105
4205
  const { basePath, withCredentials } = this.configuration;
4106
4206
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4107
4207
  context: localVarHttpContext,
@@ -4115,17 +4215,15 @@ class LocationsService extends BaseService {
4115
4215
  reportProgress: reportProgress
4116
4216
  });
4117
4217
  }
4118
- readLocationsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
4119
- const experimentKey = requestParameters?.experimentKey;
4120
- if (experimentKey === null || experimentKey === undefined) {
4121
- throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsGeopoints.');
4218
+ readLocationsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
4219
+ const fileKey = requestParameters?.fileKey;
4220
+ if (fileKey === null || fileKey === undefined) {
4221
+ throw new Error('Required parameter fileKey was null or undefined when calling readLocationsMetrics.');
4222
+ }
4223
+ const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
4224
+ if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
4225
+ throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
4122
4226
  }
4123
- const offset = requestParameters?.offset;
4124
- const limit = requestParameters?.limit;
4125
- const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
4126
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4127
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4128
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4129
4227
  let localVarHeaders = this.defaultHeaders;
4130
4228
  // authentication (ApiKeyAuth) required
4131
4229
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4157,12 +4255,11 @@ class LocationsService extends BaseService {
4157
4255
  responseType_ = 'blob';
4158
4256
  }
4159
4257
  }
4160
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/geopoints`;
4258
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/metrics`;
4161
4259
  const { basePath, withCredentials } = this.configuration;
4162
4260
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4163
4261
  context: localVarHttpContext,
4164
- body: tableLocationFilterListStudio,
4165
- params: localVarQueryParameters,
4262
+ body: tableLocationMetricsFilterListStudio,
4166
4263
  responseType: responseType_,
4167
4264
  ...(withCredentials ? { withCredentials } : {}),
4168
4265
  headers: localVarHeaders,
@@ -4171,15 +4268,23 @@ class LocationsService extends BaseService {
4171
4268
  reportProgress: reportProgress
4172
4269
  });
4173
4270
  }
4174
- readLocationsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
4175
- const experimentKey = requestParameters?.experimentKey;
4176
- if (experimentKey === null || experimentKey === undefined) {
4177
- throw new Error('Required parameter experimentKey was null or undefined when calling readLocationsMetrics.');
4178
- }
4179
- const tableLocationMetricsFilterListStudio = requestParameters?.tableLocationMetricsFilterListStudio;
4180
- if (tableLocationMetricsFilterListStudio === null || tableLocationMetricsFilterListStudio === undefined) {
4181
- throw new Error('Required parameter tableLocationMetricsFilterListStudio was null or undefined when calling readLocationsMetrics.');
4271
+ readLocationsTable(requestParameters, observe = 'body', reportProgress = false, options) {
4272
+ const fileKey = requestParameters?.fileKey;
4273
+ if (fileKey === null || fileKey === undefined) {
4274
+ throw new Error('Required parameter fileKey was null or undefined when calling readLocationsTable.');
4182
4275
  }
4276
+ const offset = requestParameters?.offset;
4277
+ const limit = requestParameters?.limit;
4278
+ const sortField = requestParameters?.sortField;
4279
+ const sortCustomfield = requestParameters?.sortCustomfield;
4280
+ const sortDirection = requestParameters?.sortDirection;
4281
+ const tableLocationFilterListStudio = requestParameters?.tableLocationFilterListStudio;
4282
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4283
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4284
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4285
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
4286
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
4287
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
4183
4288
  let localVarHeaders = this.defaultHeaders;
4184
4289
  // authentication (ApiKeyAuth) required
4185
4290
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4211,11 +4316,12 @@ class LocationsService extends BaseService {
4211
4316
  responseType_ = 'blob';
4212
4317
  }
4213
4318
  }
4214
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/metrics`;
4319
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations/batch/table`;
4215
4320
  const { basePath, withCredentials } = this.configuration;
4216
4321
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4217
4322
  context: localVarHttpContext,
4218
- body: tableLocationMetricsFilterListStudio,
4323
+ body: tableLocationFilterListStudio,
4324
+ params: localVarQueryParameters,
4219
4325
  responseType: responseType_,
4220
4326
  ...(withCredentials ? { withCredentials } : {}),
4221
4327
  headers: localVarHeaders,
@@ -4225,13 +4331,13 @@ class LocationsService extends BaseService {
4225
4331
  });
4226
4332
  }
4227
4333
  updateLocation(requestParameters, observe = 'body', reportProgress = false, options) {
4228
- const experimentKey = requestParameters?.experimentKey;
4229
- if (experimentKey === null || experimentKey === undefined) {
4230
- throw new Error('Required parameter experimentKey was null or undefined when calling updateLocation.');
4334
+ const fileKey = requestParameters?.fileKey;
4335
+ if (fileKey === null || fileKey === undefined) {
4336
+ throw new Error('Required parameter fileKey was null or undefined when calling updateLocation.');
4231
4337
  }
4232
- const webLocationStudio = requestParameters?.webLocationStudio;
4233
- if (webLocationStudio === null || webLocationStudio === undefined) {
4234
- throw new Error('Required parameter webLocationStudio was null or undefined when calling updateLocation.');
4338
+ const locationStudio = requestParameters?.locationStudio;
4339
+ if (locationStudio === null || locationStudio === undefined) {
4340
+ throw new Error('Required parameter locationStudio was null or undefined when calling updateLocation.');
4235
4341
  }
4236
4342
  let localVarHeaders = this.defaultHeaders;
4237
4343
  // authentication (ApiKeyAuth) required
@@ -4264,11 +4370,11 @@ class LocationsService extends BaseService {
4264
4370
  responseType_ = 'blob';
4265
4371
  }
4266
4372
  }
4267
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
4373
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/locations`;
4268
4374
  const { basePath, withCredentials } = this.configuration;
4269
4375
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
4270
4376
  context: localVarHttpContext,
4271
- body: webLocationStudio,
4377
+ body: locationStudio,
4272
4378
  responseType: responseType_,
4273
4379
  ...(withCredentials ? { withCredentials } : {}),
4274
4380
  headers: localVarHeaders,
@@ -4297,7 +4403,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
4297
4403
  /**
4298
4404
  * VRt.Studio [ST]
4299
4405
  *
4300
- * The version of the OpenAPI document: 7.26.3024
4406
+ * The version of the OpenAPI document: 7.28.3096
4301
4407
  * Contact: servicedesk@veeroute.com
4302
4408
  *
4303
4409
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4311,13 +4417,13 @@ class OrdersService extends BaseService {
4311
4417
  this.httpClient = httpClient;
4312
4418
  }
4313
4419
  createOrder(requestParameters, observe = 'body', reportProgress = false, options) {
4314
- const experimentKey = requestParameters?.experimentKey;
4315
- if (experimentKey === null || experimentKey === undefined) {
4316
- throw new Error('Required parameter experimentKey was null or undefined when calling createOrder.');
4420
+ const fileKey = requestParameters?.fileKey;
4421
+ if (fileKey === null || fileKey === undefined) {
4422
+ throw new Error('Required parameter fileKey was null or undefined when calling createOrder.');
4317
4423
  }
4318
- const webOrderStudio = requestParameters?.webOrderStudio;
4319
- if (webOrderStudio === null || webOrderStudio === undefined) {
4320
- throw new Error('Required parameter webOrderStudio was null or undefined when calling createOrder.');
4424
+ const orderStudio = requestParameters?.orderStudio;
4425
+ if (orderStudio === null || orderStudio === undefined) {
4426
+ throw new Error('Required parameter orderStudio was null or undefined when calling createOrder.');
4321
4427
  }
4322
4428
  let localVarHeaders = this.defaultHeaders;
4323
4429
  // authentication (ApiKeyAuth) required
@@ -4350,11 +4456,11 @@ class OrdersService extends BaseService {
4350
4456
  responseType_ = 'blob';
4351
4457
  }
4352
4458
  }
4353
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
4459
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
4354
4460
  const { basePath, withCredentials } = this.configuration;
4355
4461
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4356
4462
  context: localVarHttpContext,
4357
- body: webOrderStudio,
4463
+ body: orderStudio,
4358
4464
  responseType: responseType_,
4359
4465
  ...(withCredentials ? { withCredentials } : {}),
4360
4466
  headers: localVarHeaders,
@@ -4364,9 +4470,9 @@ class OrdersService extends BaseService {
4364
4470
  });
4365
4471
  }
4366
4472
  deleteOrder(requestParameters, observe = 'body', reportProgress = false, options) {
4367
- const experimentKey = requestParameters?.experimentKey;
4368
- if (experimentKey === null || experimentKey === undefined) {
4369
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrder.');
4473
+ const fileKey = requestParameters?.fileKey;
4474
+ if (fileKey === null || fileKey === undefined) {
4475
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteOrder.');
4370
4476
  }
4371
4477
  const essenceKey = requestParameters?.essenceKey;
4372
4478
  if (essenceKey === null || essenceKey === undefined) {
@@ -4395,7 +4501,7 @@ class OrdersService extends BaseService {
4395
4501
  responseType_ = 'blob';
4396
4502
  }
4397
4503
  }
4398
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4504
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4399
4505
  const { basePath, withCredentials } = this.configuration;
4400
4506
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4401
4507
  context: localVarHttpContext,
@@ -4407,14 +4513,14 @@ class OrdersService extends BaseService {
4407
4513
  reportProgress: reportProgress
4408
4514
  });
4409
4515
  }
4410
- deleteOrders(requestParameters, observe = 'body', reportProgress = false, options) {
4411
- const experimentKey = requestParameters?.experimentKey;
4412
- if (experimentKey === null || experimentKey === undefined) {
4413
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteOrders.');
4516
+ deleteOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
4517
+ const fileKey = requestParameters?.fileKey;
4518
+ if (fileKey === null || fileKey === undefined) {
4519
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteOrdersBatch.');
4414
4520
  }
4415
4521
  const requestBody = requestParameters?.requestBody;
4416
4522
  if (requestBody === null || requestBody === undefined) {
4417
- throw new Error('Required parameter requestBody was null or undefined when calling deleteOrders.');
4523
+ throw new Error('Required parameter requestBody was null or undefined when calling deleteOrdersBatch.');
4418
4524
  }
4419
4525
  let localVarHeaders = this.defaultHeaders;
4420
4526
  // authentication (ApiKeyAuth) required
@@ -4447,7 +4553,7 @@ class OrdersService extends BaseService {
4447
4553
  responseType_ = 'blob';
4448
4554
  }
4449
4555
  }
4450
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/list`;
4556
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/table`;
4451
4557
  const { basePath, withCredentials } = this.configuration;
4452
4558
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4453
4559
  context: localVarHttpContext,
@@ -4460,14 +4566,14 @@ class OrdersService extends BaseService {
4460
4566
  reportProgress: reportProgress
4461
4567
  });
4462
4568
  }
4463
- disableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
4464
- const experimentKey = requestParameters?.experimentKey;
4465
- if (experimentKey === null || experimentKey === undefined) {
4466
- throw new Error('Required parameter experimentKey was null or undefined when calling disableOrders.');
4569
+ disableOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
4570
+ const fileKey = requestParameters?.fileKey;
4571
+ if (fileKey === null || fileKey === undefined) {
4572
+ throw new Error('Required parameter fileKey was null or undefined when calling disableOrdersBatch.');
4467
4573
  }
4468
4574
  const requestBody = requestParameters?.requestBody;
4469
4575
  if (requestBody === null || requestBody === undefined) {
4470
- throw new Error('Required parameter requestBody was null or undefined when calling disableOrders.');
4576
+ throw new Error('Required parameter requestBody was null or undefined when calling disableOrdersBatch.');
4471
4577
  }
4472
4578
  let localVarHeaders = this.defaultHeaders;
4473
4579
  // authentication (ApiKeyAuth) required
@@ -4500,7 +4606,7 @@ class OrdersService extends BaseService {
4500
4606
  responseType_ = 'blob';
4501
4607
  }
4502
4608
  }
4503
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
4609
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
4504
4610
  const { basePath, withCredentials } = this.configuration;
4505
4611
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4506
4612
  context: localVarHttpContext,
@@ -4513,14 +4619,14 @@ class OrdersService extends BaseService {
4513
4619
  reportProgress: reportProgress
4514
4620
  });
4515
4621
  }
4516
- enableOrders(requestParameters, observe = 'body', reportProgress = false, options) {
4517
- const experimentKey = requestParameters?.experimentKey;
4518
- if (experimentKey === null || experimentKey === undefined) {
4519
- throw new Error('Required parameter experimentKey was null or undefined when calling enableOrders.');
4622
+ enableOrdersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
4623
+ const fileKey = requestParameters?.fileKey;
4624
+ if (fileKey === null || fileKey === undefined) {
4625
+ throw new Error('Required parameter fileKey was null or undefined when calling enableOrdersBatch.');
4520
4626
  }
4521
4627
  const requestBody = requestParameters?.requestBody;
4522
4628
  if (requestBody === null || requestBody === undefined) {
4523
- throw new Error('Required parameter requestBody was null or undefined when calling enableOrders.');
4629
+ throw new Error('Required parameter requestBody was null or undefined when calling enableOrdersBatch.');
4524
4630
  }
4525
4631
  let localVarHeaders = this.defaultHeaders;
4526
4632
  // authentication (ApiKeyAuth) required
@@ -4553,7 +4659,7 @@ class OrdersService extends BaseService {
4553
4659
  responseType_ = 'blob';
4554
4660
  }
4555
4661
  }
4556
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
4662
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/ability`;
4557
4663
  const { basePath, withCredentials } = this.configuration;
4558
4664
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
4559
4665
  context: localVarHttpContext,
@@ -4567,9 +4673,9 @@ class OrdersService extends BaseService {
4567
4673
  });
4568
4674
  }
4569
4675
  readOrder(requestParameters, observe = 'body', reportProgress = false, options) {
4570
- const experimentKey = requestParameters?.experimentKey;
4571
- if (experimentKey === null || experimentKey === undefined) {
4572
- throw new Error('Required parameter experimentKey was null or undefined when calling readOrder.');
4676
+ const fileKey = requestParameters?.fileKey;
4677
+ if (fileKey === null || fileKey === undefined) {
4678
+ throw new Error('Required parameter fileKey was null or undefined when calling readOrder.');
4573
4679
  }
4574
4680
  const essenceKey = requestParameters?.essenceKey;
4575
4681
  if (essenceKey === null || essenceKey === undefined) {
@@ -4598,7 +4704,7 @@ class OrdersService extends BaseService {
4598
4704
  responseType_ = 'blob';
4599
4705
  }
4600
4706
  }
4601
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4707
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
4602
4708
  const { basePath, withCredentials } = this.configuration;
4603
4709
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
4604
4710
  context: localVarHttpContext,
@@ -4610,23 +4716,17 @@ class OrdersService extends BaseService {
4610
4716
  reportProgress: reportProgress
4611
4717
  });
4612
4718
  }
4613
- readOrders(requestParameters, observe = 'body', reportProgress = false, options) {
4614
- const experimentKey = requestParameters?.experimentKey;
4615
- if (experimentKey === null || experimentKey === undefined) {
4616
- throw new Error('Required parameter experimentKey was null or undefined when calling readOrders.');
4719
+ readOrdersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
4720
+ const fileKey = requestParameters?.fileKey;
4721
+ if (fileKey === null || fileKey === undefined) {
4722
+ throw new Error('Required parameter fileKey was null or undefined when calling readOrdersGeopoints.');
4617
4723
  }
4618
4724
  const offset = requestParameters?.offset;
4619
4725
  const limit = requestParameters?.limit;
4620
- const sortField = requestParameters?.sortField;
4621
- const sortCustomfield = requestParameters?.sortCustomfield;
4622
- const sortDirection = requestParameters?.sortDirection;
4623
4726
  const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
4624
4727
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4625
4728
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4626
4729
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4627
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
4628
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
4629
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
4630
4730
  let localVarHeaders = this.defaultHeaders;
4631
4731
  // authentication (ApiKeyAuth) required
4632
4732
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4658,7 +4758,7 @@ class OrdersService extends BaseService {
4658
4758
  responseType_ = 'blob';
4659
4759
  }
4660
4760
  }
4661
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/list`;
4761
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/geopoints`;
4662
4762
  const { basePath, withCredentials } = this.configuration;
4663
4763
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4664
4764
  context: localVarHttpContext,
@@ -4672,17 +4772,15 @@ class OrdersService extends BaseService {
4672
4772
  reportProgress: reportProgress
4673
4773
  });
4674
4774
  }
4675
- readOrdersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
4676
- const experimentKey = requestParameters?.experimentKey;
4677
- if (experimentKey === null || experimentKey === undefined) {
4678
- throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersGeopoints.');
4775
+ readOrdersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
4776
+ const fileKey = requestParameters?.fileKey;
4777
+ if (fileKey === null || fileKey === undefined) {
4778
+ throw new Error('Required parameter fileKey was null or undefined when calling readOrdersMetrics.');
4779
+ }
4780
+ const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
4781
+ if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
4782
+ throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
4679
4783
  }
4680
- const offset = requestParameters?.offset;
4681
- const limit = requestParameters?.limit;
4682
- const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
4683
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4684
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4685
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4686
4784
  let localVarHeaders = this.defaultHeaders;
4687
4785
  // authentication (ApiKeyAuth) required
4688
4786
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4714,12 +4812,11 @@ class OrdersService extends BaseService {
4714
4812
  responseType_ = 'blob';
4715
4813
  }
4716
4814
  }
4717
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/geopoints`;
4815
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/metrics`;
4718
4816
  const { basePath, withCredentials } = this.configuration;
4719
4817
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4720
4818
  context: localVarHttpContext,
4721
- body: tableOrderFilterListStudio,
4722
- params: localVarQueryParameters,
4819
+ body: tableOrderMetricsFilterListStudio,
4723
4820
  responseType: responseType_,
4724
4821
  ...(withCredentials ? { withCredentials } : {}),
4725
4822
  headers: localVarHeaders,
@@ -4728,15 +4825,23 @@ class OrdersService extends BaseService {
4728
4825
  reportProgress: reportProgress
4729
4826
  });
4730
4827
  }
4731
- readOrdersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
4732
- const experimentKey = requestParameters?.experimentKey;
4733
- if (experimentKey === null || experimentKey === undefined) {
4734
- throw new Error('Required parameter experimentKey was null or undefined when calling readOrdersMetrics.');
4735
- }
4736
- const tableOrderMetricsFilterListStudio = requestParameters?.tableOrderMetricsFilterListStudio;
4737
- if (tableOrderMetricsFilterListStudio === null || tableOrderMetricsFilterListStudio === undefined) {
4738
- throw new Error('Required parameter tableOrderMetricsFilterListStudio was null or undefined when calling readOrdersMetrics.');
4828
+ readOrdersTable(requestParameters, observe = 'body', reportProgress = false, options) {
4829
+ const fileKey = requestParameters?.fileKey;
4830
+ if (fileKey === null || fileKey === undefined) {
4831
+ throw new Error('Required parameter fileKey was null or undefined when calling readOrdersTable.');
4739
4832
  }
4833
+ const offset = requestParameters?.offset;
4834
+ const limit = requestParameters?.limit;
4835
+ const sortField = requestParameters?.sortField;
4836
+ const sortCustomfield = requestParameters?.sortCustomfield;
4837
+ const sortDirection = requestParameters?.sortDirection;
4838
+ const tableOrderFilterListStudio = requestParameters?.tableOrderFilterListStudio;
4839
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
4840
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
4841
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
4842
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
4843
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
4844
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
4740
4845
  let localVarHeaders = this.defaultHeaders;
4741
4846
  // authentication (ApiKeyAuth) required
4742
4847
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -4768,11 +4873,12 @@ class OrdersService extends BaseService {
4768
4873
  responseType_ = 'blob';
4769
4874
  }
4770
4875
  }
4771
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/metrics`;
4876
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders/batch/table`;
4772
4877
  const { basePath, withCredentials } = this.configuration;
4773
4878
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4774
4879
  context: localVarHttpContext,
4775
- body: tableOrderMetricsFilterListStudio,
4880
+ body: tableOrderFilterListStudio,
4881
+ params: localVarQueryParameters,
4776
4882
  responseType: responseType_,
4777
4883
  ...(withCredentials ? { withCredentials } : {}),
4778
4884
  headers: localVarHeaders,
@@ -4782,13 +4888,13 @@ class OrdersService extends BaseService {
4782
4888
  });
4783
4889
  }
4784
4890
  updateOrder(requestParameters, observe = 'body', reportProgress = false, options) {
4785
- const experimentKey = requestParameters?.experimentKey;
4786
- if (experimentKey === null || experimentKey === undefined) {
4787
- throw new Error('Required parameter experimentKey was null or undefined when calling updateOrder.');
4891
+ const fileKey = requestParameters?.fileKey;
4892
+ if (fileKey === null || fileKey === undefined) {
4893
+ throw new Error('Required parameter fileKey was null or undefined when calling updateOrder.');
4788
4894
  }
4789
- const webOrderStudio = requestParameters?.webOrderStudio;
4790
- if (webOrderStudio === null || webOrderStudio === undefined) {
4791
- throw new Error('Required parameter webOrderStudio was null or undefined when calling updateOrder.');
4895
+ const orderStudio = requestParameters?.orderStudio;
4896
+ if (orderStudio === null || orderStudio === undefined) {
4897
+ throw new Error('Required parameter orderStudio was null or undefined when calling updateOrder.');
4792
4898
  }
4793
4899
  let localVarHeaders = this.defaultHeaders;
4794
4900
  // authentication (ApiKeyAuth) required
@@ -4821,11 +4927,11 @@ class OrdersService extends BaseService {
4821
4927
  responseType_ = 'blob';
4822
4928
  }
4823
4929
  }
4824
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
4930
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/orders`;
4825
4931
  const { basePath, withCredentials } = this.configuration;
4826
4932
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
4827
4933
  context: localVarHttpContext,
4828
- body: webOrderStudio,
4934
+ body: orderStudio,
4829
4935
  responseType: responseType_,
4830
4936
  ...(withCredentials ? { withCredentials } : {}),
4831
4937
  headers: localVarHeaders,
@@ -4854,7 +4960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
4854
4960
  /**
4855
4961
  * VRt.Studio [ST]
4856
4962
  *
4857
- * The version of the OpenAPI document: 7.26.3024
4963
+ * The version of the OpenAPI document: 7.28.3096
4858
4964
  * Contact: servicedesk@veeroute.com
4859
4965
  *
4860
4966
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4868,13 +4974,13 @@ class PerformersService extends BaseService {
4868
4974
  this.httpClient = httpClient;
4869
4975
  }
4870
4976
  createPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
4871
- const experimentKey = requestParameters?.experimentKey;
4872
- if (experimentKey === null || experimentKey === undefined) {
4873
- throw new Error('Required parameter experimentKey was null or undefined when calling createPerformer.');
4977
+ const fileKey = requestParameters?.fileKey;
4978
+ if (fileKey === null || fileKey === undefined) {
4979
+ throw new Error('Required parameter fileKey was null or undefined when calling createPerformer.');
4874
4980
  }
4875
- const webPerformerStudio = requestParameters?.webPerformerStudio;
4876
- if (webPerformerStudio === null || webPerformerStudio === undefined) {
4877
- throw new Error('Required parameter webPerformerStudio was null or undefined when calling createPerformer.');
4981
+ const performerStudio = requestParameters?.performerStudio;
4982
+ if (performerStudio === null || performerStudio === undefined) {
4983
+ throw new Error('Required parameter performerStudio was null or undefined when calling createPerformer.');
4878
4984
  }
4879
4985
  let localVarHeaders = this.defaultHeaders;
4880
4986
  // authentication (ApiKeyAuth) required
@@ -4907,11 +5013,11 @@ class PerformersService extends BaseService {
4907
5013
  responseType_ = 'blob';
4908
5014
  }
4909
5015
  }
4910
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
5016
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
4911
5017
  const { basePath, withCredentials } = this.configuration;
4912
5018
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
4913
5019
  context: localVarHttpContext,
4914
- body: webPerformerStudio,
5020
+ body: performerStudio,
4915
5021
  responseType: responseType_,
4916
5022
  ...(withCredentials ? { withCredentials } : {}),
4917
5023
  headers: localVarHeaders,
@@ -4921,9 +5027,9 @@ class PerformersService extends BaseService {
4921
5027
  });
4922
5028
  }
4923
5029
  deletePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
4924
- const experimentKey = requestParameters?.experimentKey;
4925
- if (experimentKey === null || experimentKey === undefined) {
4926
- throw new Error('Required parameter experimentKey was null or undefined when calling deletePerformer.');
5030
+ const fileKey = requestParameters?.fileKey;
5031
+ if (fileKey === null || fileKey === undefined) {
5032
+ throw new Error('Required parameter fileKey was null or undefined when calling deletePerformer.');
4927
5033
  }
4928
5034
  const essenceKey = requestParameters?.essenceKey;
4929
5035
  if (essenceKey === null || essenceKey === undefined) {
@@ -4952,10 +5058,63 @@ class PerformersService extends BaseService {
4952
5058
  responseType_ = 'blob';
4953
5059
  }
4954
5060
  }
4955
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5061
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5062
+ const { basePath, withCredentials } = this.configuration;
5063
+ return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
5064
+ context: localVarHttpContext,
5065
+ responseType: responseType_,
5066
+ ...(withCredentials ? { withCredentials } : {}),
5067
+ headers: localVarHeaders,
5068
+ observe: observe,
5069
+ transferCache: localVarTransferCache,
5070
+ reportProgress: reportProgress
5071
+ });
5072
+ }
5073
+ deletePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5074
+ const fileKey = requestParameters?.fileKey;
5075
+ if (fileKey === null || fileKey === undefined) {
5076
+ throw new Error('Required parameter fileKey was null or undefined when calling deletePerformersBatch.');
5077
+ }
5078
+ const requestBody = requestParameters?.requestBody;
5079
+ if (requestBody === null || requestBody === undefined) {
5080
+ throw new Error('Required parameter requestBody was null or undefined when calling deletePerformersBatch.');
5081
+ }
5082
+ let localVarHeaders = this.defaultHeaders;
5083
+ // authentication (ApiKeyAuth) required
5084
+ localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
5085
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
5086
+ 'application/json'
5087
+ ]);
5088
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
5089
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
5090
+ }
5091
+ const localVarHttpContext = options?.context ?? new HttpContext();
5092
+ const localVarTransferCache = options?.transferCache ?? true;
5093
+ // to determine the Content-Type header
5094
+ const consumes = [
5095
+ 'application/json'
5096
+ ];
5097
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5098
+ if (httpContentTypeSelected !== undefined) {
5099
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
5100
+ }
5101
+ let responseType_ = 'json';
5102
+ if (localVarHttpHeaderAcceptSelected) {
5103
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
5104
+ responseType_ = 'text';
5105
+ }
5106
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
5107
+ responseType_ = 'json';
5108
+ }
5109
+ else {
5110
+ responseType_ = 'blob';
5111
+ }
5112
+ }
5113
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/table`;
4956
5114
  const { basePath, withCredentials } = this.configuration;
4957
5115
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
4958
5116
  context: localVarHttpContext,
5117
+ body: requestBody,
4959
5118
  responseType: responseType_,
4960
5119
  ...(withCredentials ? { withCredentials } : {}),
4961
5120
  headers: localVarHeaders,
@@ -4964,14 +5123,14 @@ class PerformersService extends BaseService {
4964
5123
  reportProgress: reportProgress
4965
5124
  });
4966
5125
  }
4967
- disablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
4968
- const experimentKey = requestParameters?.experimentKey;
4969
- if (experimentKey === null || experimentKey === undefined) {
4970
- throw new Error('Required parameter experimentKey was null or undefined when calling disablePerformers.');
5126
+ disablePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5127
+ const fileKey = requestParameters?.fileKey;
5128
+ if (fileKey === null || fileKey === undefined) {
5129
+ throw new Error('Required parameter fileKey was null or undefined when calling disablePerformersBatch.');
4971
5130
  }
4972
5131
  const requestBody = requestParameters?.requestBody;
4973
5132
  if (requestBody === null || requestBody === undefined) {
4974
- throw new Error('Required parameter requestBody was null or undefined when calling disablePerformers.');
5133
+ throw new Error('Required parameter requestBody was null or undefined when calling disablePerformersBatch.');
4975
5134
  }
4976
5135
  let localVarHeaders = this.defaultHeaders;
4977
5136
  // authentication (ApiKeyAuth) required
@@ -5004,7 +5163,7 @@ class PerformersService extends BaseService {
5004
5163
  responseType_ = 'blob';
5005
5164
  }
5006
5165
  }
5007
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
5166
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
5008
5167
  const { basePath, withCredentials } = this.configuration;
5009
5168
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
5010
5169
  context: localVarHttpContext,
@@ -5017,14 +5176,14 @@ class PerformersService extends BaseService {
5017
5176
  reportProgress: reportProgress
5018
5177
  });
5019
5178
  }
5020
- enablePerformers(requestParameters, observe = 'body', reportProgress = false, options) {
5021
- const experimentKey = requestParameters?.experimentKey;
5022
- if (experimentKey === null || experimentKey === undefined) {
5023
- throw new Error('Required parameter experimentKey was null or undefined when calling enablePerformers.');
5179
+ enablePerformersBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5180
+ const fileKey = requestParameters?.fileKey;
5181
+ if (fileKey === null || fileKey === undefined) {
5182
+ throw new Error('Required parameter fileKey was null or undefined when calling enablePerformersBatch.');
5024
5183
  }
5025
5184
  const requestBody = requestParameters?.requestBody;
5026
5185
  if (requestBody === null || requestBody === undefined) {
5027
- throw new Error('Required parameter requestBody was null or undefined when calling enablePerformers.');
5186
+ throw new Error('Required parameter requestBody was null or undefined when calling enablePerformersBatch.');
5028
5187
  }
5029
5188
  let localVarHeaders = this.defaultHeaders;
5030
5189
  // authentication (ApiKeyAuth) required
@@ -5057,7 +5216,7 @@ class PerformersService extends BaseService {
5057
5216
  responseType_ = 'blob';
5058
5217
  }
5059
5218
  }
5060
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
5219
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/ability`;
5061
5220
  const { basePath, withCredentials } = this.configuration;
5062
5221
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
5063
5222
  context: localVarHttpContext,
@@ -5071,9 +5230,9 @@ class PerformersService extends BaseService {
5071
5230
  });
5072
5231
  }
5073
5232
  readPerformer(requestParameters, observe = 'body', reportProgress = false, options) {
5074
- const experimentKey = requestParameters?.experimentKey;
5075
- if (experimentKey === null || experimentKey === undefined) {
5076
- throw new Error('Required parameter experimentKey was null or undefined when calling readPerformer.');
5233
+ const fileKey = requestParameters?.fileKey;
5234
+ if (fileKey === null || fileKey === undefined) {
5235
+ throw new Error('Required parameter fileKey was null or undefined when calling readPerformer.');
5077
5236
  }
5078
5237
  const essenceKey = requestParameters?.essenceKey;
5079
5238
  if (essenceKey === null || essenceKey === undefined) {
@@ -5102,7 +5261,7 @@ class PerformersService extends BaseService {
5102
5261
  responseType_ = 'blob';
5103
5262
  }
5104
5263
  }
5105
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5264
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5106
5265
  const { basePath, withCredentials } = this.configuration;
5107
5266
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
5108
5267
  context: localVarHttpContext,
@@ -5114,23 +5273,17 @@ class PerformersService extends BaseService {
5114
5273
  reportProgress: reportProgress
5115
5274
  });
5116
5275
  }
5117
- readPerformers(requestParameters, observe = 'body', reportProgress = false, options) {
5118
- const experimentKey = requestParameters?.experimentKey;
5119
- if (experimentKey === null || experimentKey === undefined) {
5120
- throw new Error('Required parameter experimentKey was null or undefined when calling readPerformers.');
5276
+ readPerformersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
5277
+ const fileKey = requestParameters?.fileKey;
5278
+ if (fileKey === null || fileKey === undefined) {
5279
+ throw new Error('Required parameter fileKey was null or undefined when calling readPerformersGeopoints.');
5121
5280
  }
5122
5281
  const offset = requestParameters?.offset;
5123
5282
  const limit = requestParameters?.limit;
5124
- const sortField = requestParameters?.sortField;
5125
- const sortCustomfield = requestParameters?.sortCustomfield;
5126
- const sortDirection = requestParameters?.sortDirection;
5127
5283
  const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
5128
5284
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
5129
5285
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
5130
5286
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
5131
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
5132
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
5133
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
5134
5287
  let localVarHeaders = this.defaultHeaders;
5135
5288
  // authentication (ApiKeyAuth) required
5136
5289
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5162,7 +5315,7 @@ class PerformersService extends BaseService {
5162
5315
  responseType_ = 'blob';
5163
5316
  }
5164
5317
  }
5165
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/list`;
5318
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/geopoints`;
5166
5319
  const { basePath, withCredentials } = this.configuration;
5167
5320
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5168
5321
  context: localVarHttpContext,
@@ -5176,17 +5329,15 @@ class PerformersService extends BaseService {
5176
5329
  reportProgress: reportProgress
5177
5330
  });
5178
5331
  }
5179
- readPerformersGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
5180
- const experimentKey = requestParameters?.experimentKey;
5181
- if (experimentKey === null || experimentKey === undefined) {
5182
- throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersGeopoints.');
5332
+ readPerformersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
5333
+ const fileKey = requestParameters?.fileKey;
5334
+ if (fileKey === null || fileKey === undefined) {
5335
+ throw new Error('Required parameter fileKey was null or undefined when calling readPerformersMetrics.');
5336
+ }
5337
+ const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
5338
+ if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
5339
+ throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
5183
5340
  }
5184
- const offset = requestParameters?.offset;
5185
- const limit = requestParameters?.limit;
5186
- const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
5187
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
5188
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
5189
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
5190
5341
  let localVarHeaders = this.defaultHeaders;
5191
5342
  // authentication (ApiKeyAuth) required
5192
5343
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5218,12 +5369,11 @@ class PerformersService extends BaseService {
5218
5369
  responseType_ = 'blob';
5219
5370
  }
5220
5371
  }
5221
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/geopoints`;
5372
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/metrics`;
5222
5373
  const { basePath, withCredentials } = this.configuration;
5223
5374
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5224
5375
  context: localVarHttpContext,
5225
- body: tablePerformerFilterListStudio,
5226
- params: localVarQueryParameters,
5376
+ body: tablePerformerMetricsFilterListStudio,
5227
5377
  responseType: responseType_,
5228
5378
  ...(withCredentials ? { withCredentials } : {}),
5229
5379
  headers: localVarHeaders,
@@ -5232,15 +5382,23 @@ class PerformersService extends BaseService {
5232
5382
  reportProgress: reportProgress
5233
5383
  });
5234
5384
  }
5235
- readPerformersMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
5236
- const experimentKey = requestParameters?.experimentKey;
5237
- if (experimentKey === null || experimentKey === undefined) {
5238
- throw new Error('Required parameter experimentKey was null or undefined when calling readPerformersMetrics.');
5239
- }
5240
- const tablePerformerMetricsFilterListStudio = requestParameters?.tablePerformerMetricsFilterListStudio;
5241
- if (tablePerformerMetricsFilterListStudio === null || tablePerformerMetricsFilterListStudio === undefined) {
5242
- throw new Error('Required parameter tablePerformerMetricsFilterListStudio was null or undefined when calling readPerformersMetrics.');
5385
+ readPerformersTable(requestParameters, observe = 'body', reportProgress = false, options) {
5386
+ const fileKey = requestParameters?.fileKey;
5387
+ if (fileKey === null || fileKey === undefined) {
5388
+ throw new Error('Required parameter fileKey was null or undefined when calling readPerformersTable.');
5243
5389
  }
5390
+ const offset = requestParameters?.offset;
5391
+ const limit = requestParameters?.limit;
5392
+ const sortField = requestParameters?.sortField;
5393
+ const sortCustomfield = requestParameters?.sortCustomfield;
5394
+ const sortDirection = requestParameters?.sortDirection;
5395
+ const tablePerformerFilterListStudio = requestParameters?.tablePerformerFilterListStudio;
5396
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
5397
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
5398
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
5399
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
5400
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
5401
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
5244
5402
  let localVarHeaders = this.defaultHeaders;
5245
5403
  // authentication (ApiKeyAuth) required
5246
5404
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5272,11 +5430,12 @@ class PerformersService extends BaseService {
5272
5430
  responseType_ = 'blob';
5273
5431
  }
5274
5432
  }
5275
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/metrics`;
5433
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers/batch/table`;
5276
5434
  const { basePath, withCredentials } = this.configuration;
5277
5435
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5278
5436
  context: localVarHttpContext,
5279
- body: tablePerformerMetricsFilterListStudio,
5437
+ body: tablePerformerFilterListStudio,
5438
+ params: localVarQueryParameters,
5280
5439
  responseType: responseType_,
5281
5440
  ...(withCredentials ? { withCredentials } : {}),
5282
5441
  headers: localVarHeaders,
@@ -5286,13 +5445,13 @@ class PerformersService extends BaseService {
5286
5445
  });
5287
5446
  }
5288
5447
  updatePerformer(requestParameters, observe = 'body', reportProgress = false, options) {
5289
- const experimentKey = requestParameters?.experimentKey;
5290
- if (experimentKey === null || experimentKey === undefined) {
5291
- throw new Error('Required parameter experimentKey was null or undefined when calling updatePerformer.');
5448
+ const fileKey = requestParameters?.fileKey;
5449
+ if (fileKey === null || fileKey === undefined) {
5450
+ throw new Error('Required parameter fileKey was null or undefined when calling updatePerformer.');
5292
5451
  }
5293
- const webPerformerStudio = requestParameters?.webPerformerStudio;
5294
- if (webPerformerStudio === null || webPerformerStudio === undefined) {
5295
- throw new Error('Required parameter webPerformerStudio was null or undefined when calling updatePerformer.');
5452
+ const performerStudio = requestParameters?.performerStudio;
5453
+ if (performerStudio === null || performerStudio === undefined) {
5454
+ throw new Error('Required parameter performerStudio was null or undefined when calling updatePerformer.');
5296
5455
  }
5297
5456
  let localVarHeaders = this.defaultHeaders;
5298
5457
  // authentication (ApiKeyAuth) required
@@ -5325,11 +5484,11 @@ class PerformersService extends BaseService {
5325
5484
  responseType_ = 'blob';
5326
5485
  }
5327
5486
  }
5328
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
5487
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/performers`;
5329
5488
  const { basePath, withCredentials } = this.configuration;
5330
5489
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
5331
5490
  context: localVarHttpContext,
5332
- body: webPerformerStudio,
5491
+ body: performerStudio,
5333
5492
  responseType: responseType_,
5334
5493
  ...(withCredentials ? { withCredentials } : {}),
5335
5494
  headers: localVarHeaders,
@@ -5358,7 +5517,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5358
5517
  /**
5359
5518
  * VRt.Studio [ST]
5360
5519
  *
5361
- * The version of the OpenAPI document: 7.26.3024
5520
+ * The version of the OpenAPI document: 7.28.3096
5362
5521
  * Contact: servicedesk@veeroute.com
5363
5522
  *
5364
5523
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5499,7 +5658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
5499
5658
  /**
5500
5659
  * VRt.Studio [ST]
5501
5660
  *
5502
- * The version of the OpenAPI document: 7.26.3024
5661
+ * The version of the OpenAPI document: 7.28.3096
5503
5662
  * Contact: servicedesk@veeroute.com
5504
5663
  *
5505
5664
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5513,13 +5672,13 @@ class TransportsService extends BaseService {
5513
5672
  this.httpClient = httpClient;
5514
5673
  }
5515
5674
  createTransport(requestParameters, observe = 'body', reportProgress = false, options) {
5516
- const experimentKey = requestParameters?.experimentKey;
5517
- if (experimentKey === null || experimentKey === undefined) {
5518
- throw new Error('Required parameter experimentKey was null or undefined when calling createTransport.');
5675
+ const fileKey = requestParameters?.fileKey;
5676
+ if (fileKey === null || fileKey === undefined) {
5677
+ throw new Error('Required parameter fileKey was null or undefined when calling createTransport.');
5519
5678
  }
5520
- const webTransportStudio = requestParameters?.webTransportStudio;
5521
- if (webTransportStudio === null || webTransportStudio === undefined) {
5522
- throw new Error('Required parameter webTransportStudio was null or undefined when calling createTransport.');
5679
+ const transportStudio = requestParameters?.transportStudio;
5680
+ if (transportStudio === null || transportStudio === undefined) {
5681
+ throw new Error('Required parameter transportStudio was null or undefined when calling createTransport.');
5523
5682
  }
5524
5683
  let localVarHeaders = this.defaultHeaders;
5525
5684
  // authentication (ApiKeyAuth) required
@@ -5552,11 +5711,11 @@ class TransportsService extends BaseService {
5552
5711
  responseType_ = 'blob';
5553
5712
  }
5554
5713
  }
5555
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
5714
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
5556
5715
  const { basePath, withCredentials } = this.configuration;
5557
5716
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5558
5717
  context: localVarHttpContext,
5559
- body: webTransportStudio,
5718
+ body: transportStudio,
5560
5719
  responseType: responseType_,
5561
5720
  ...(withCredentials ? { withCredentials } : {}),
5562
5721
  headers: localVarHeaders,
@@ -5566,9 +5725,9 @@ class TransportsService extends BaseService {
5566
5725
  });
5567
5726
  }
5568
5727
  deleteTransport(requestParameters, observe = 'body', reportProgress = false, options) {
5569
- const experimentKey = requestParameters?.experimentKey;
5570
- if (experimentKey === null || experimentKey === undefined) {
5571
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteTransport.');
5728
+ const fileKey = requestParameters?.fileKey;
5729
+ if (fileKey === null || fileKey === undefined) {
5730
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteTransport.');
5572
5731
  }
5573
5732
  const essenceKey = requestParameters?.essenceKey;
5574
5733
  if (essenceKey === null || essenceKey === undefined) {
@@ -5597,10 +5756,63 @@ class TransportsService extends BaseService {
5597
5756
  responseType_ = 'blob';
5598
5757
  }
5599
5758
  }
5600
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5759
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5760
+ const { basePath, withCredentials } = this.configuration;
5761
+ return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
5762
+ context: localVarHttpContext,
5763
+ responseType: responseType_,
5764
+ ...(withCredentials ? { withCredentials } : {}),
5765
+ headers: localVarHeaders,
5766
+ observe: observe,
5767
+ transferCache: localVarTransferCache,
5768
+ reportProgress: reportProgress
5769
+ });
5770
+ }
5771
+ deleteTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5772
+ const fileKey = requestParameters?.fileKey;
5773
+ if (fileKey === null || fileKey === undefined) {
5774
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteTransportsBatch.');
5775
+ }
5776
+ const requestBody = requestParameters?.requestBody;
5777
+ if (requestBody === null || requestBody === undefined) {
5778
+ throw new Error('Required parameter requestBody was null or undefined when calling deleteTransportsBatch.');
5779
+ }
5780
+ let localVarHeaders = this.defaultHeaders;
5781
+ // authentication (ApiKeyAuth) required
5782
+ localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
5783
+ const localVarHttpHeaderAcceptSelected = options?.httpHeaderAccept ?? this.configuration.selectHeaderAccept([
5784
+ 'application/json'
5785
+ ]);
5786
+ if (localVarHttpHeaderAcceptSelected !== undefined) {
5787
+ localVarHeaders = localVarHeaders.set('Accept', localVarHttpHeaderAcceptSelected);
5788
+ }
5789
+ const localVarHttpContext = options?.context ?? new HttpContext();
5790
+ const localVarTransferCache = options?.transferCache ?? true;
5791
+ // to determine the Content-Type header
5792
+ const consumes = [
5793
+ 'application/json'
5794
+ ];
5795
+ const httpContentTypeSelected = this.configuration.selectHeaderContentType(consumes);
5796
+ if (httpContentTypeSelected !== undefined) {
5797
+ localVarHeaders = localVarHeaders.set('Content-Type', httpContentTypeSelected);
5798
+ }
5799
+ let responseType_ = 'json';
5800
+ if (localVarHttpHeaderAcceptSelected) {
5801
+ if (localVarHttpHeaderAcceptSelected.startsWith('text')) {
5802
+ responseType_ = 'text';
5803
+ }
5804
+ else if (this.configuration.isJsonMime(localVarHttpHeaderAcceptSelected)) {
5805
+ responseType_ = 'json';
5806
+ }
5807
+ else {
5808
+ responseType_ = 'blob';
5809
+ }
5810
+ }
5811
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/table`;
5601
5812
  const { basePath, withCredentials } = this.configuration;
5602
5813
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
5603
5814
  context: localVarHttpContext,
5815
+ body: requestBody,
5604
5816
  responseType: responseType_,
5605
5817
  ...(withCredentials ? { withCredentials } : {}),
5606
5818
  headers: localVarHeaders,
@@ -5609,14 +5821,14 @@ class TransportsService extends BaseService {
5609
5821
  reportProgress: reportProgress
5610
5822
  });
5611
5823
  }
5612
- disableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
5613
- const experimentKey = requestParameters?.experimentKey;
5614
- if (experimentKey === null || experimentKey === undefined) {
5615
- throw new Error('Required parameter experimentKey was null or undefined when calling disableTransports.');
5824
+ disableTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5825
+ const fileKey = requestParameters?.fileKey;
5826
+ if (fileKey === null || fileKey === undefined) {
5827
+ throw new Error('Required parameter fileKey was null or undefined when calling disableTransportsBatch.');
5616
5828
  }
5617
5829
  const requestBody = requestParameters?.requestBody;
5618
5830
  if (requestBody === null || requestBody === undefined) {
5619
- throw new Error('Required parameter requestBody was null or undefined when calling disableTransports.');
5831
+ throw new Error('Required parameter requestBody was null or undefined when calling disableTransportsBatch.');
5620
5832
  }
5621
5833
  let localVarHeaders = this.defaultHeaders;
5622
5834
  // authentication (ApiKeyAuth) required
@@ -5649,7 +5861,7 @@ class TransportsService extends BaseService {
5649
5861
  responseType_ = 'blob';
5650
5862
  }
5651
5863
  }
5652
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
5864
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
5653
5865
  const { basePath, withCredentials } = this.configuration;
5654
5866
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
5655
5867
  context: localVarHttpContext,
@@ -5662,14 +5874,14 @@ class TransportsService extends BaseService {
5662
5874
  reportProgress: reportProgress
5663
5875
  });
5664
5876
  }
5665
- enableTransports(requestParameters, observe = 'body', reportProgress = false, options) {
5666
- const experimentKey = requestParameters?.experimentKey;
5667
- if (experimentKey === null || experimentKey === undefined) {
5668
- throw new Error('Required parameter experimentKey was null or undefined when calling enableTransports.');
5877
+ enableTransportsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
5878
+ const fileKey = requestParameters?.fileKey;
5879
+ if (fileKey === null || fileKey === undefined) {
5880
+ throw new Error('Required parameter fileKey was null or undefined when calling enableTransportsBatch.');
5669
5881
  }
5670
5882
  const requestBody = requestParameters?.requestBody;
5671
5883
  if (requestBody === null || requestBody === undefined) {
5672
- throw new Error('Required parameter requestBody was null or undefined when calling enableTransports.');
5884
+ throw new Error('Required parameter requestBody was null or undefined when calling enableTransportsBatch.');
5673
5885
  }
5674
5886
  let localVarHeaders = this.defaultHeaders;
5675
5887
  // authentication (ApiKeyAuth) required
@@ -5702,7 +5914,7 @@ class TransportsService extends BaseService {
5702
5914
  responseType_ = 'blob';
5703
5915
  }
5704
5916
  }
5705
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
5917
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/ability`;
5706
5918
  const { basePath, withCredentials } = this.configuration;
5707
5919
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
5708
5920
  context: localVarHttpContext,
@@ -5716,9 +5928,9 @@ class TransportsService extends BaseService {
5716
5928
  });
5717
5929
  }
5718
5930
  readTransport(requestParameters, observe = 'body', reportProgress = false, options) {
5719
- const experimentKey = requestParameters?.experimentKey;
5720
- if (experimentKey === null || experimentKey === undefined) {
5721
- throw new Error('Required parameter experimentKey was null or undefined when calling readTransport.');
5931
+ const fileKey = requestParameters?.fileKey;
5932
+ if (fileKey === null || fileKey === undefined) {
5933
+ throw new Error('Required parameter fileKey was null or undefined when calling readTransport.');
5722
5934
  }
5723
5935
  const essenceKey = requestParameters?.essenceKey;
5724
5936
  if (essenceKey === null || essenceKey === undefined) {
@@ -5747,7 +5959,7 @@ class TransportsService extends BaseService {
5747
5959
  responseType_ = 'blob';
5748
5960
  }
5749
5961
  }
5750
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5962
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
5751
5963
  const { basePath, withCredentials } = this.configuration;
5752
5964
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
5753
5965
  context: localVarHttpContext,
@@ -5759,23 +5971,17 @@ class TransportsService extends BaseService {
5759
5971
  reportProgress: reportProgress
5760
5972
  });
5761
5973
  }
5762
- readTransports(requestParameters, observe = 'body', reportProgress = false, options) {
5763
- const experimentKey = requestParameters?.experimentKey;
5764
- if (experimentKey === null || experimentKey === undefined) {
5765
- throw new Error('Required parameter experimentKey was null or undefined when calling readTransports.');
5974
+ readTransportsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
5975
+ const fileKey = requestParameters?.fileKey;
5976
+ if (fileKey === null || fileKey === undefined) {
5977
+ throw new Error('Required parameter fileKey was null or undefined when calling readTransportsGeopoints.');
5766
5978
  }
5767
5979
  const offset = requestParameters?.offset;
5768
5980
  const limit = requestParameters?.limit;
5769
- const sortField = requestParameters?.sortField;
5770
- const sortCustomfield = requestParameters?.sortCustomfield;
5771
- const sortDirection = requestParameters?.sortDirection;
5772
5981
  const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
5773
5982
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
5774
5983
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
5775
5984
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
5776
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
5777
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
5778
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
5779
5985
  let localVarHeaders = this.defaultHeaders;
5780
5986
  // authentication (ApiKeyAuth) required
5781
5987
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5807,7 +6013,7 @@ class TransportsService extends BaseService {
5807
6013
  responseType_ = 'blob';
5808
6014
  }
5809
6015
  }
5810
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/list`;
6016
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/geopoints`;
5811
6017
  const { basePath, withCredentials } = this.configuration;
5812
6018
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5813
6019
  context: localVarHttpContext,
@@ -5821,17 +6027,15 @@ class TransportsService extends BaseService {
5821
6027
  reportProgress: reportProgress
5822
6028
  });
5823
6029
  }
5824
- readTransportsGeopoints(requestParameters, observe = 'body', reportProgress = false, options) {
5825
- const experimentKey = requestParameters?.experimentKey;
5826
- if (experimentKey === null || experimentKey === undefined) {
5827
- throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsGeopoints.');
6030
+ readTransportsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
6031
+ const fileKey = requestParameters?.fileKey;
6032
+ if (fileKey === null || fileKey === undefined) {
6033
+ throw new Error('Required parameter fileKey was null or undefined when calling readTransportsMetrics.');
6034
+ }
6035
+ const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
6036
+ if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
6037
+ throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
5828
6038
  }
5829
- const offset = requestParameters?.offset;
5830
- const limit = requestParameters?.limit;
5831
- const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
5832
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
5833
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
5834
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
5835
6039
  let localVarHeaders = this.defaultHeaders;
5836
6040
  // authentication (ApiKeyAuth) required
5837
6041
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5863,12 +6067,11 @@ class TransportsService extends BaseService {
5863
6067
  responseType_ = 'blob';
5864
6068
  }
5865
6069
  }
5866
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/geopoints`;
6070
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/metrics`;
5867
6071
  const { basePath, withCredentials } = this.configuration;
5868
6072
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5869
6073
  context: localVarHttpContext,
5870
- body: tableTransportFilterListStudio,
5871
- params: localVarQueryParameters,
6074
+ body: tableTransportMetricsFilterListStudio,
5872
6075
  responseType: responseType_,
5873
6076
  ...(withCredentials ? { withCredentials } : {}),
5874
6077
  headers: localVarHeaders,
@@ -5877,15 +6080,23 @@ class TransportsService extends BaseService {
5877
6080
  reportProgress: reportProgress
5878
6081
  });
5879
6082
  }
5880
- readTransportsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
5881
- const experimentKey = requestParameters?.experimentKey;
5882
- if (experimentKey === null || experimentKey === undefined) {
5883
- throw new Error('Required parameter experimentKey was null or undefined when calling readTransportsMetrics.');
5884
- }
5885
- const tableTransportMetricsFilterListStudio = requestParameters?.tableTransportMetricsFilterListStudio;
5886
- if (tableTransportMetricsFilterListStudio === null || tableTransportMetricsFilterListStudio === undefined) {
5887
- throw new Error('Required parameter tableTransportMetricsFilterListStudio was null or undefined when calling readTransportsMetrics.');
6083
+ readTransportsTable(requestParameters, observe = 'body', reportProgress = false, options) {
6084
+ const fileKey = requestParameters?.fileKey;
6085
+ if (fileKey === null || fileKey === undefined) {
6086
+ throw new Error('Required parameter fileKey was null or undefined when calling readTransportsTable.');
5888
6087
  }
6088
+ const offset = requestParameters?.offset;
6089
+ const limit = requestParameters?.limit;
6090
+ const sortField = requestParameters?.sortField;
6091
+ const sortCustomfield = requestParameters?.sortCustomfield;
6092
+ const sortDirection = requestParameters?.sortDirection;
6093
+ const tableTransportFilterListStudio = requestParameters?.tableTransportFilterListStudio;
6094
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
6095
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
6096
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
6097
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
6098
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
6099
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
5889
6100
  let localVarHeaders = this.defaultHeaders;
5890
6101
  // authentication (ApiKeyAuth) required
5891
6102
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -5917,11 +6128,12 @@ class TransportsService extends BaseService {
5917
6128
  responseType_ = 'blob';
5918
6129
  }
5919
6130
  }
5920
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/metrics`;
6131
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports/batch/table`;
5921
6132
  const { basePath, withCredentials } = this.configuration;
5922
6133
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
5923
6134
  context: localVarHttpContext,
5924
- body: tableTransportMetricsFilterListStudio,
6135
+ body: tableTransportFilterListStudio,
6136
+ params: localVarQueryParameters,
5925
6137
  responseType: responseType_,
5926
6138
  ...(withCredentials ? { withCredentials } : {}),
5927
6139
  headers: localVarHeaders,
@@ -5931,13 +6143,13 @@ class TransportsService extends BaseService {
5931
6143
  });
5932
6144
  }
5933
6145
  updateTransport(requestParameters, observe = 'body', reportProgress = false, options) {
5934
- const experimentKey = requestParameters?.experimentKey;
5935
- if (experimentKey === null || experimentKey === undefined) {
5936
- throw new Error('Required parameter experimentKey was null or undefined when calling updateTransport.');
6146
+ const fileKey = requestParameters?.fileKey;
6147
+ if (fileKey === null || fileKey === undefined) {
6148
+ throw new Error('Required parameter fileKey was null or undefined when calling updateTransport.');
5937
6149
  }
5938
- const webTransportStudio = requestParameters?.webTransportStudio;
5939
- if (webTransportStudio === null || webTransportStudio === undefined) {
5940
- throw new Error('Required parameter webTransportStudio was null or undefined when calling updateTransport.');
6150
+ const transportStudio = requestParameters?.transportStudio;
6151
+ if (transportStudio === null || transportStudio === undefined) {
6152
+ throw new Error('Required parameter transportStudio was null or undefined when calling updateTransport.');
5941
6153
  }
5942
6154
  let localVarHeaders = this.defaultHeaders;
5943
6155
  // authentication (ApiKeyAuth) required
@@ -5970,11 +6182,11 @@ class TransportsService extends BaseService {
5970
6182
  responseType_ = 'blob';
5971
6183
  }
5972
6184
  }
5973
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
6185
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/transports`;
5974
6186
  const { basePath, withCredentials } = this.configuration;
5975
6187
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
5976
6188
  context: localVarHttpContext,
5977
- body: webTransportStudio,
6189
+ body: transportStudio,
5978
6190
  responseType: responseType_,
5979
6191
  ...(withCredentials ? { withCredentials } : {}),
5980
6192
  headers: localVarHeaders,
@@ -6003,7 +6215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6003
6215
  /**
6004
6216
  * VRt.Studio [ST]
6005
6217
  *
6006
- * The version of the OpenAPI document: 7.26.3024
6218
+ * The version of the OpenAPI document: 7.28.3096
6007
6219
  * Contact: servicedesk@veeroute.com
6008
6220
  *
6009
6221
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6017,9 +6229,9 @@ class TripsService extends BaseService {
6017
6229
  this.httpClient = httpClient;
6018
6230
  }
6019
6231
  approveTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
6020
- const experimentKey = requestParameters?.experimentKey;
6021
- if (experimentKey === null || experimentKey === undefined) {
6022
- throw new Error('Required parameter experimentKey was null or undefined when calling approveTripsBatch.');
6232
+ const fileKey = requestParameters?.fileKey;
6233
+ if (fileKey === null || fileKey === undefined) {
6234
+ throw new Error('Required parameter fileKey was null or undefined when calling approveTripsBatch.');
6023
6235
  }
6024
6236
  const requestBody = requestParameters?.requestBody;
6025
6237
  if (requestBody === null || requestBody === undefined) {
@@ -6056,7 +6268,7 @@ class TripsService extends BaseService {
6056
6268
  responseType_ = 'blob';
6057
6269
  }
6058
6270
  }
6059
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
6271
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
6060
6272
  const { basePath, withCredentials } = this.configuration;
6061
6273
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
6062
6274
  context: localVarHttpContext,
@@ -6070,13 +6282,13 @@ class TripsService extends BaseService {
6070
6282
  });
6071
6283
  }
6072
6284
  createTrip(requestParameters, observe = 'body', reportProgress = false, options) {
6073
- const experimentKey = requestParameters?.experimentKey;
6074
- if (experimentKey === null || experimentKey === undefined) {
6075
- throw new Error('Required parameter experimentKey was null or undefined when calling createTrip.');
6285
+ const fileKey = requestParameters?.fileKey;
6286
+ if (fileKey === null || fileKey === undefined) {
6287
+ throw new Error('Required parameter fileKey was null or undefined when calling createTrip.');
6076
6288
  }
6077
- const webTripStudio = requestParameters?.webTripStudio;
6078
- if (webTripStudio === null || webTripStudio === undefined) {
6079
- throw new Error('Required parameter webTripStudio was null or undefined when calling createTrip.');
6289
+ const tripStudio = requestParameters?.tripStudio;
6290
+ if (tripStudio === null || tripStudio === undefined) {
6291
+ throw new Error('Required parameter tripStudio was null or undefined when calling createTrip.');
6080
6292
  }
6081
6293
  let localVarHeaders = this.defaultHeaders;
6082
6294
  // authentication (ApiKeyAuth) required
@@ -6109,11 +6321,11 @@ class TripsService extends BaseService {
6109
6321
  responseType_ = 'blob';
6110
6322
  }
6111
6323
  }
6112
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
6324
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
6113
6325
  const { basePath, withCredentials } = this.configuration;
6114
6326
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6115
6327
  context: localVarHttpContext,
6116
- body: webTripStudio,
6328
+ body: tripStudio,
6117
6329
  responseType: responseType_,
6118
6330
  ...(withCredentials ? { withCredentials } : {}),
6119
6331
  headers: localVarHeaders,
@@ -6123,9 +6335,9 @@ class TripsService extends BaseService {
6123
6335
  });
6124
6336
  }
6125
6337
  deleteCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
6126
- const experimentKey = requestParameters?.experimentKey;
6127
- if (experimentKey === null || experimentKey === undefined) {
6128
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteCustomTracks.');
6338
+ const fileKey = requestParameters?.fileKey;
6339
+ if (fileKey === null || fileKey === undefined) {
6340
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteCustomTracks.');
6129
6341
  }
6130
6342
  let localVarHeaders = this.defaultHeaders;
6131
6343
  // authentication (ApiKeyAuth) required
@@ -6150,7 +6362,7 @@ class TripsService extends BaseService {
6150
6362
  responseType_ = 'blob';
6151
6363
  }
6152
6364
  }
6153
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/tracks/custom`;
6365
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks-custom`;
6154
6366
  const { basePath, withCredentials } = this.configuration;
6155
6367
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
6156
6368
  context: localVarHttpContext,
@@ -6163,9 +6375,9 @@ class TripsService extends BaseService {
6163
6375
  });
6164
6376
  }
6165
6377
  deleteTrip(requestParameters, observe = 'body', reportProgress = false, options) {
6166
- const experimentKey = requestParameters?.experimentKey;
6167
- if (experimentKey === null || experimentKey === undefined) {
6168
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteTrip.');
6378
+ const fileKey = requestParameters?.fileKey;
6379
+ if (fileKey === null || fileKey === undefined) {
6380
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteTrip.');
6169
6381
  }
6170
6382
  const essenceKey = requestParameters?.essenceKey;
6171
6383
  if (essenceKey === null || essenceKey === undefined) {
@@ -6194,7 +6406,7 @@ class TripsService extends BaseService {
6194
6406
  responseType_ = 'blob';
6195
6407
  }
6196
6408
  }
6197
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
6409
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
6198
6410
  const { basePath, withCredentials } = this.configuration;
6199
6411
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
6200
6412
  context: localVarHttpContext,
@@ -6207,9 +6419,9 @@ class TripsService extends BaseService {
6207
6419
  });
6208
6420
  }
6209
6421
  deleteTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
6210
- const experimentKey = requestParameters?.experimentKey;
6211
- if (experimentKey === null || experimentKey === undefined) {
6212
- throw new Error('Required parameter experimentKey was null or undefined when calling deleteTripsBatch.');
6422
+ const fileKey = requestParameters?.fileKey;
6423
+ if (fileKey === null || fileKey === undefined) {
6424
+ throw new Error('Required parameter fileKey was null or undefined when calling deleteTripsBatch.');
6213
6425
  }
6214
6426
  const requestBody = requestParameters?.requestBody;
6215
6427
  if (requestBody === null || requestBody === undefined) {
@@ -6246,7 +6458,7 @@ class TripsService extends BaseService {
6246
6458
  responseType_ = 'blob';
6247
6459
  }
6248
6460
  }
6249
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/list`;
6461
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/table`;
6250
6462
  const { basePath, withCredentials } = this.configuration;
6251
6463
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
6252
6464
  context: localVarHttpContext,
@@ -6260,9 +6472,9 @@ class TripsService extends BaseService {
6260
6472
  });
6261
6473
  }
6262
6474
  loadCustomTracks(requestParameters, observe = 'body', reportProgress = false, options) {
6263
- const experimentKey = requestParameters?.experimentKey;
6264
- if (experimentKey === null || experimentKey === undefined) {
6265
- throw new Error('Required parameter experimentKey was null or undefined when calling loadCustomTracks.');
6475
+ const fileKey = requestParameters?.fileKey;
6476
+ if (fileKey === null || fileKey === undefined) {
6477
+ throw new Error('Required parameter fileKey was null or undefined when calling loadCustomTracks.');
6266
6478
  }
6267
6479
  const trackListCustomStudio = requestParameters?.trackListCustomStudio;
6268
6480
  let localVarHeaders = this.defaultHeaders;
@@ -6296,7 +6508,7 @@ class TripsService extends BaseService {
6296
6508
  responseType_ = 'blob';
6297
6509
  }
6298
6510
  }
6299
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/tracks/custom`;
6511
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks-custom`;
6300
6512
  const { basePath, withCredentials } = this.configuration;
6301
6513
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6302
6514
  context: localVarHttpContext,
@@ -6310,9 +6522,9 @@ class TripsService extends BaseService {
6310
6522
  });
6311
6523
  }
6312
6524
  readTrip(requestParameters, observe = 'body', reportProgress = false, options) {
6313
- const experimentKey = requestParameters?.experimentKey;
6314
- if (experimentKey === null || experimentKey === undefined) {
6315
- throw new Error('Required parameter experimentKey was null or undefined when calling readTrip.');
6525
+ const fileKey = requestParameters?.fileKey;
6526
+ if (fileKey === null || fileKey === undefined) {
6527
+ throw new Error('Required parameter fileKey was null or undefined when calling readTrip.');
6316
6528
  }
6317
6529
  const essenceKey = requestParameters?.essenceKey;
6318
6530
  if (essenceKey === null || essenceKey === undefined) {
@@ -6341,7 +6553,7 @@ class TripsService extends BaseService {
6341
6553
  responseType_ = 'blob';
6342
6554
  }
6343
6555
  }
6344
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
6556
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
6345
6557
  const { basePath, withCredentials } = this.configuration;
6346
6558
  return this.httpClient.request('get', `${basePath}${localVarPath}`, {
6347
6559
  context: localVarHttpContext,
@@ -6354,9 +6566,9 @@ class TripsService extends BaseService {
6354
6566
  });
6355
6567
  }
6356
6568
  readTripStops(requestParameters, observe = 'body', reportProgress = false, options) {
6357
- const experimentKey = requestParameters?.experimentKey;
6358
- if (experimentKey === null || experimentKey === undefined) {
6359
- throw new Error('Required parameter experimentKey was null or undefined when calling readTripStops.');
6569
+ const fileKey = requestParameters?.fileKey;
6570
+ if (fileKey === null || fileKey === undefined) {
6571
+ throw new Error('Required parameter fileKey was null or undefined when calling readTripStops.');
6360
6572
  }
6361
6573
  const essenceKey = requestParameters?.essenceKey;
6362
6574
  if (essenceKey === null || essenceKey === undefined) {
@@ -6405,7 +6617,7 @@ class TripsService extends BaseService {
6405
6617
  responseType_ = 'blob';
6406
6618
  }
6407
6619
  }
6408
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/stops/batch/list`;
6620
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/${this.configuration.encodeParam({ name: "essenceKey", value: essenceKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}/stops/batch/table`;
6409
6621
  const { basePath, withCredentials } = this.configuration;
6410
6622
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6411
6623
  context: localVarHttpContext,
@@ -6419,22 +6631,20 @@ class TripsService extends BaseService {
6419
6631
  reportProgress: reportProgress
6420
6632
  });
6421
6633
  }
6422
- readTrips(requestParameters, observe = 'body', reportProgress = false, options) {
6423
- const experimentKey = requestParameters?.experimentKey;
6424
- if (experimentKey === null || experimentKey === undefined) {
6425
- throw new Error('Required parameter experimentKey was null or undefined when calling readTrips.');
6634
+ readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
6635
+ const fileKey = requestParameters?.fileKey;
6636
+ if (fileKey === null || fileKey === undefined) {
6637
+ throw new Error('Required parameter fileKey was null or undefined when calling readTripsCharts.');
6426
6638
  }
6427
6639
  const offset = requestParameters?.offset;
6428
6640
  const limit = requestParameters?.limit;
6429
6641
  const sortField = requestParameters?.sortField;
6430
- const sortCustomfield = requestParameters?.sortCustomfield;
6431
6642
  const sortDirection = requestParameters?.sortDirection;
6432
6643
  const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
6433
6644
  let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
6434
6645
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
6435
6646
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
6436
6647
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
6437
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
6438
6648
  localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
6439
6649
  let localVarHeaders = this.defaultHeaders;
6440
6650
  // authentication (ApiKeyAuth) required
@@ -6467,7 +6677,7 @@ class TripsService extends BaseService {
6467
6677
  responseType_ = 'blob';
6468
6678
  }
6469
6679
  }
6470
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/list`;
6680
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/charts`;
6471
6681
  const { basePath, withCredentials } = this.configuration;
6472
6682
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6473
6683
  context: localVarHttpContext,
@@ -6481,21 +6691,15 @@ class TripsService extends BaseService {
6481
6691
  reportProgress: reportProgress
6482
6692
  });
6483
6693
  }
6484
- readTripsCharts(requestParameters, observe = 'body', reportProgress = false, options) {
6485
- const experimentKey = requestParameters?.experimentKey;
6486
- if (experimentKey === null || experimentKey === undefined) {
6487
- throw new Error('Required parameter experimentKey was null or undefined when calling readTripsCharts.');
6694
+ readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
6695
+ const fileKey = requestParameters?.fileKey;
6696
+ if (fileKey === null || fileKey === undefined) {
6697
+ throw new Error('Required parameter fileKey was null or undefined when calling readTripsMetrics.');
6698
+ }
6699
+ const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
6700
+ if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
6701
+ throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
6488
6702
  }
6489
- const offset = requestParameters?.offset;
6490
- const limit = requestParameters?.limit;
6491
- const sortField = requestParameters?.sortField;
6492
- const sortDirection = requestParameters?.sortDirection;
6493
- const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
6494
- let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
6495
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
6496
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
6497
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
6498
- localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
6499
6703
  let localVarHeaders = this.defaultHeaders;
6500
6704
  // authentication (ApiKeyAuth) required
6501
6705
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -6527,12 +6731,11 @@ class TripsService extends BaseService {
6527
6731
  responseType_ = 'blob';
6528
6732
  }
6529
6733
  }
6530
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/charts`;
6734
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/metrics`;
6531
6735
  const { basePath, withCredentials } = this.configuration;
6532
6736
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6533
6737
  context: localVarHttpContext,
6534
- body: tableTripFilterListStudio,
6535
- params: localVarQueryParameters,
6738
+ body: tableTripMetricsFilterListStudio,
6536
6739
  responseType: responseType_,
6537
6740
  ...(withCredentials ? { withCredentials } : {}),
6538
6741
  headers: localVarHeaders,
@@ -6541,15 +6744,23 @@ class TripsService extends BaseService {
6541
6744
  reportProgress: reportProgress
6542
6745
  });
6543
6746
  }
6544
- readTripsMetrics(requestParameters, observe = 'body', reportProgress = false, options) {
6545
- const experimentKey = requestParameters?.experimentKey;
6546
- if (experimentKey === null || experimentKey === undefined) {
6547
- throw new Error('Required parameter experimentKey was null or undefined when calling readTripsMetrics.');
6548
- }
6549
- const tableTripMetricsFilterListStudio = requestParameters?.tableTripMetricsFilterListStudio;
6550
- if (tableTripMetricsFilterListStudio === null || tableTripMetricsFilterListStudio === undefined) {
6551
- throw new Error('Required parameter tableTripMetricsFilterListStudio was null or undefined when calling readTripsMetrics.');
6747
+ readTripsTable(requestParameters, observe = 'body', reportProgress = false, options) {
6748
+ const fileKey = requestParameters?.fileKey;
6749
+ if (fileKey === null || fileKey === undefined) {
6750
+ throw new Error('Required parameter fileKey was null or undefined when calling readTripsTable.');
6552
6751
  }
6752
+ const offset = requestParameters?.offset;
6753
+ const limit = requestParameters?.limit;
6754
+ const sortField = requestParameters?.sortField;
6755
+ const sortCustomfield = requestParameters?.sortCustomfield;
6756
+ const sortDirection = requestParameters?.sortDirection;
6757
+ const tableTripFilterListStudio = requestParameters?.tableTripFilterListStudio;
6758
+ let localVarQueryParameters = new HttpParams({ encoder: this.encoder });
6759
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, offset, 'offset');
6760
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, limit, 'limit');
6761
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortField, 'sort_field');
6762
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortCustomfield, 'sort_customfield');
6763
+ localVarQueryParameters = this.addToHttpParams(localVarQueryParameters, sortDirection, 'sort_direction');
6553
6764
  let localVarHeaders = this.defaultHeaders;
6554
6765
  // authentication (ApiKeyAuth) required
6555
6766
  localVarHeaders = this.configuration.addCredentialToHeaders('ApiKeyAuth', 'Authorization', localVarHeaders, 'Bearer ');
@@ -6581,11 +6792,12 @@ class TripsService extends BaseService {
6581
6792
  responseType_ = 'blob';
6582
6793
  }
6583
6794
  }
6584
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/metrics`;
6795
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/table`;
6585
6796
  const { basePath, withCredentials } = this.configuration;
6586
6797
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6587
6798
  context: localVarHttpContext,
6588
- body: tableTripMetricsFilterListStudio,
6799
+ body: tableTripFilterListStudio,
6800
+ params: localVarQueryParameters,
6589
6801
  responseType: responseType_,
6590
6802
  ...(withCredentials ? { withCredentials } : {}),
6591
6803
  headers: localVarHeaders,
@@ -6595,9 +6807,9 @@ class TripsService extends BaseService {
6595
6807
  });
6596
6808
  }
6597
6809
  readTripsTracks(requestParameters, observe = 'body', reportProgress = false, options) {
6598
- const experimentKey = requestParameters?.experimentKey;
6599
- if (experimentKey === null || experimentKey === undefined) {
6600
- throw new Error('Required parameter experimentKey was null or undefined when calling readTripsTracks.');
6810
+ const fileKey = requestParameters?.fileKey;
6811
+ if (fileKey === null || fileKey === undefined) {
6812
+ throw new Error('Required parameter fileKey was null or undefined when calling readTripsTracks.');
6601
6813
  }
6602
6814
  const tracksType = requestParameters?.tracksType;
6603
6815
  if (tracksType === null || tracksType === undefined) {
@@ -6640,7 +6852,7 @@ class TripsService extends BaseService {
6640
6852
  responseType_ = 'blob';
6641
6853
  }
6642
6854
  }
6643
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "TrackTypeStudio", dataFormat: undefined })}`;
6855
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/tracks/${this.configuration.encodeParam({ name: "tracksType", value: tracksType, in: "path", style: "simple", explode: false, dataType: "TrackTypeStudio", dataFormat: undefined })}`;
6644
6856
  const { basePath, withCredentials } = this.configuration;
6645
6857
  return this.httpClient.request('post', `${basePath}${localVarPath}`, {
6646
6858
  context: localVarHttpContext,
@@ -6655,9 +6867,9 @@ class TripsService extends BaseService {
6655
6867
  });
6656
6868
  }
6657
6869
  rejectTripsBatch(requestParameters, observe = 'body', reportProgress = false, options) {
6658
- const experimentKey = requestParameters?.experimentKey;
6659
- if (experimentKey === null || experimentKey === undefined) {
6660
- throw new Error('Required parameter experimentKey was null or undefined when calling rejectTripsBatch.');
6870
+ const fileKey = requestParameters?.fileKey;
6871
+ if (fileKey === null || fileKey === undefined) {
6872
+ throw new Error('Required parameter fileKey was null or undefined when calling rejectTripsBatch.');
6661
6873
  }
6662
6874
  const requestBody = requestParameters?.requestBody;
6663
6875
  if (requestBody === null || requestBody === undefined) {
@@ -6694,7 +6906,7 @@ class TripsService extends BaseService {
6694
6906
  responseType_ = 'blob';
6695
6907
  }
6696
6908
  }
6697
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
6909
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips/batch/verification`;
6698
6910
  const { basePath, withCredentials } = this.configuration;
6699
6911
  return this.httpClient.request('delete', `${basePath}${localVarPath}`, {
6700
6912
  context: localVarHttpContext,
@@ -6708,13 +6920,13 @@ class TripsService extends BaseService {
6708
6920
  });
6709
6921
  }
6710
6922
  updateTrip(requestParameters, observe = 'body', reportProgress = false, options) {
6711
- const experimentKey = requestParameters?.experimentKey;
6712
- if (experimentKey === null || experimentKey === undefined) {
6713
- throw new Error('Required parameter experimentKey was null or undefined when calling updateTrip.');
6923
+ const fileKey = requestParameters?.fileKey;
6924
+ if (fileKey === null || fileKey === undefined) {
6925
+ throw new Error('Required parameter fileKey was null or undefined when calling updateTrip.');
6714
6926
  }
6715
- const webTripStudio = requestParameters?.webTripStudio;
6716
- if (webTripStudio === null || webTripStudio === undefined) {
6717
- throw new Error('Required parameter webTripStudio was null or undefined when calling updateTrip.');
6927
+ const tripStudio = requestParameters?.tripStudio;
6928
+ if (tripStudio === null || tripStudio === undefined) {
6929
+ throw new Error('Required parameter tripStudio was null or undefined when calling updateTrip.');
6718
6930
  }
6719
6931
  let localVarHeaders = this.defaultHeaders;
6720
6932
  // authentication (ApiKeyAuth) required
@@ -6747,11 +6959,11 @@ class TripsService extends BaseService {
6747
6959
  responseType_ = 'blob';
6748
6960
  }
6749
6961
  }
6750
- let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "experimentKey", value: experimentKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
6962
+ let localVarPath = `/studio/experiments/${this.configuration.encodeParam({ name: "fileKey", value: fileKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}/trips`;
6751
6963
  const { basePath, withCredentials } = this.configuration;
6752
6964
  return this.httpClient.request('put', `${basePath}${localVarPath}`, {
6753
6965
  context: localVarHttpContext,
6754
- body: webTripStudio,
6966
+ body: tripStudio,
6755
6967
  responseType: responseType_,
6756
6968
  ...(withCredentials ? { withCredentials } : {}),
6757
6969
  headers: localVarHeaders,
@@ -6780,7 +6992,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
6780
6992
  /**
6781
6993
  * VRt.Studio [ST]
6782
6994
  *
6783
- * The version of the OpenAPI document: 7.26.3024
6995
+ * The version of the OpenAPI document: 7.28.3096
6784
6996
  * Contact: servicedesk@veeroute.com
6785
6997
  *
6786
6998
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7086,7 +7298,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
7086
7298
  /**
7087
7299
  * VRt.Studio [ST]
7088
7300
  *
7089
- * The version of the OpenAPI document: 7.26.3024
7301
+ * The version of the OpenAPI document: 7.28.3096
7090
7302
  * Contact: servicedesk@veeroute.com
7091
7303
  *
7092
7304
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7096,7 +7308,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
7096
7308
  /**
7097
7309
  * VRt.Studio [ST]
7098
7310
  *
7099
- * The version of the OpenAPI document: 7.26.3024
7311
+ * The version of the OpenAPI document: 7.28.3096
7100
7312
  * Contact: servicedesk@veeroute.com
7101
7313
  *
7102
7314
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7106,7 +7318,7 @@ const APIS = [BackupsService, CustomFieldsService, CustomIconsService, Experimen
7106
7318
  /**
7107
7319
  * VRt.Studio [ST]
7108
7320
  *
7109
- * The version of the OpenAPI document: 7.26.3024
7321
+ * The version of the OpenAPI document: 7.28.3096
7110
7322
  * Contact: servicedesk@veeroute.com
7111
7323
  *
7112
7324
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7125,7 +7337,7 @@ var BasicProcessStudio;
7125
7337
  /**
7126
7338
  * VRt.Studio [ST]
7127
7339
  *
7128
- * The version of the OpenAPI document: 7.26.3024
7340
+ * The version of the OpenAPI document: 7.28.3096
7129
7341
  * Contact: servicedesk@veeroute.com
7130
7342
  *
7131
7343
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7145,7 +7357,7 @@ var BasicStateStudio;
7145
7357
  /**
7146
7358
  * VRt.Studio [ST]
7147
7359
  *
7148
- * The version of the OpenAPI document: 7.26.3024
7360
+ * The version of the OpenAPI document: 7.28.3096
7149
7361
  * Contact: servicedesk@veeroute.com
7150
7362
  *
7151
7363
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7162,7 +7374,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
7162
7374
  /**
7163
7375
  * VRt.Studio [ST]
7164
7376
  *
7165
- * The version of the OpenAPI document: 7.26.3024
7377
+ * The version of the OpenAPI document: 7.28.3096
7166
7378
  * Contact: servicedesk@veeroute.com
7167
7379
  *
7168
7380
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7172,7 +7384,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
7172
7384
  /**
7173
7385
  * VRt.Studio [ST]
7174
7386
  *
7175
- * The version of the OpenAPI document: 7.26.3024
7387
+ * The version of the OpenAPI document: 7.28.3096
7176
7388
  * Contact: servicedesk@veeroute.com
7177
7389
  *
7178
7390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7182,7 +7394,7 @@ var BreakRulesStudioRelocatingDurationTypeEnum;
7182
7394
  /**
7183
7395
  * VRt.Studio [ST]
7184
7396
  *
7185
- * The version of the OpenAPI document: 7.26.3024
7397
+ * The version of the OpenAPI document: 7.28.3096
7186
7398
  * Contact: servicedesk@veeroute.com
7187
7399
  *
7188
7400
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7206,7 +7418,7 @@ var CalculationStatusStudio;
7206
7418
  /**
7207
7419
  * VRt.Studio [ST]
7208
7420
  *
7209
- * The version of the OpenAPI document: 7.26.3024
7421
+ * The version of the OpenAPI document: 7.28.3096
7210
7422
  * Contact: servicedesk@veeroute.com
7211
7423
  *
7212
7424
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7216,7 +7428,7 @@ var CalculationStatusStudio;
7216
7428
  /**
7217
7429
  * VRt.Studio [ST]
7218
7430
  *
7219
- * The version of the OpenAPI document: 7.26.3024
7431
+ * The version of the OpenAPI document: 7.28.3096
7220
7432
  * Contact: servicedesk@veeroute.com
7221
7433
  *
7222
7434
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7226,7 +7438,7 @@ var CalculationStatusStudio;
7226
7438
  /**
7227
7439
  * VRt.Studio [ST]
7228
7440
  *
7229
- * The version of the OpenAPI document: 7.26.3024
7441
+ * The version of the OpenAPI document: 7.28.3096
7230
7442
  * Contact: servicedesk@veeroute.com
7231
7443
  *
7232
7444
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7236,7 +7448,7 @@ var CalculationStatusStudio;
7236
7448
  /**
7237
7449
  * VRt.Studio [ST]
7238
7450
  *
7239
- * The version of the OpenAPI document: 7.26.3024
7451
+ * The version of the OpenAPI document: 7.28.3096
7240
7452
  * Contact: servicedesk@veeroute.com
7241
7453
  *
7242
7454
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7246,7 +7458,7 @@ var CalculationStatusStudio;
7246
7458
  /**
7247
7459
  * VRt.Studio [ST]
7248
7460
  *
7249
- * The version of the OpenAPI document: 7.26.3024
7461
+ * The version of the OpenAPI document: 7.28.3096
7250
7462
  * Contact: servicedesk@veeroute.com
7251
7463
  *
7252
7464
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7256,7 +7468,7 @@ var CalculationStatusStudio;
7256
7468
  /**
7257
7469
  * VRt.Studio [ST]
7258
7470
  *
7259
- * The version of the OpenAPI document: 7.26.3024
7471
+ * The version of the OpenAPI document: 7.28.3096
7260
7472
  * Contact: servicedesk@veeroute.com
7261
7473
  *
7262
7474
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7266,7 +7478,7 @@ var CalculationStatusStudio;
7266
7478
  /**
7267
7479
  * VRt.Studio [ST]
7268
7480
  *
7269
- * The version of the OpenAPI document: 7.26.3024
7481
+ * The version of the OpenAPI document: 7.28.3096
7270
7482
  * Contact: servicedesk@veeroute.com
7271
7483
  *
7272
7484
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7276,7 +7488,7 @@ var CalculationStatusStudio;
7276
7488
  /**
7277
7489
  * VRt.Studio [ST]
7278
7490
  *
7279
- * The version of the OpenAPI document: 7.26.3024
7491
+ * The version of the OpenAPI document: 7.28.3096
7280
7492
  * Contact: servicedesk@veeroute.com
7281
7493
  *
7282
7494
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7294,7 +7506,7 @@ var CargoActionTypeStudio;
7294
7506
  /**
7295
7507
  * VRt.Studio [ST]
7296
7508
  *
7297
- * The version of the OpenAPI document: 7.26.3024
7509
+ * The version of the OpenAPI document: 7.28.3096
7298
7510
  * Contact: servicedesk@veeroute.com
7299
7511
  *
7300
7512
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7314,7 +7526,7 @@ var CargoRotationTypeStudio;
7314
7526
  /**
7315
7527
  * VRt.Studio [ST]
7316
7528
  *
7317
- * The version of the OpenAPI document: 7.26.3024
7529
+ * The version of the OpenAPI document: 7.28.3096
7318
7530
  * Contact: servicedesk@veeroute.com
7319
7531
  *
7320
7532
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7324,7 +7536,7 @@ var CargoRotationTypeStudio;
7324
7536
  /**
7325
7537
  * VRt.Studio [ST]
7326
7538
  *
7327
- * The version of the OpenAPI document: 7.26.3024
7539
+ * The version of the OpenAPI document: 7.28.3096
7328
7540
  * Contact: servicedesk@veeroute.com
7329
7541
  *
7330
7542
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7334,7 +7546,7 @@ var CargoRotationTypeStudio;
7334
7546
  /**
7335
7547
  * VRt.Studio [ST]
7336
7548
  *
7337
- * The version of the OpenAPI document: 7.26.3024
7549
+ * The version of the OpenAPI document: 7.28.3096
7338
7550
  * Contact: servicedesk@veeroute.com
7339
7551
  *
7340
7552
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7361,7 +7573,7 @@ var CustomfieldEntityTypeStudio;
7361
7573
  /**
7362
7574
  * VRt.Studio [ST]
7363
7575
  *
7364
- * The version of the OpenAPI document: 7.26.3024
7576
+ * The version of the OpenAPI document: 7.28.3096
7365
7577
  * Contact: servicedesk@veeroute.com
7366
7578
  *
7367
7579
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7371,7 +7583,7 @@ var CustomfieldEntityTypeStudio;
7371
7583
  /**
7372
7584
  * VRt.Studio [ST]
7373
7585
  *
7374
- * The version of the OpenAPI document: 7.26.3024
7586
+ * The version of the OpenAPI document: 7.28.3096
7375
7587
  * Contact: servicedesk@veeroute.com
7376
7588
  *
7377
7589
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7392,7 +7604,7 @@ var DemandTypeStudio;
7392
7604
  /**
7393
7605
  * VRt.Studio [ST]
7394
7606
  *
7395
- * The version of the OpenAPI document: 7.26.3024
7607
+ * The version of the OpenAPI document: 7.28.3096
7396
7608
  * Contact: servicedesk@veeroute.com
7397
7609
  *
7398
7610
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7428,7 +7640,7 @@ var EntityErrorTypeStudio;
7428
7640
  /**
7429
7641
  * VRt.Studio [ST]
7430
7642
  *
7431
- * The version of the OpenAPI document: 7.26.3024
7643
+ * The version of the OpenAPI document: 7.28.3096
7432
7644
  * Contact: servicedesk@veeroute.com
7433
7645
  *
7434
7646
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7472,7 +7684,7 @@ var EntityTypeStudio;
7472
7684
  /**
7473
7685
  * VRt.Studio [ST]
7474
7686
  *
7475
- * The version of the OpenAPI document: 7.26.3024
7687
+ * The version of the OpenAPI document: 7.28.3096
7476
7688
  * Contact: servicedesk@veeroute.com
7477
7689
  *
7478
7690
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7529,7 +7741,7 @@ var EntityWarningTypeStudio;
7529
7741
  /**
7530
7742
  * VRt.Studio [ST]
7531
7743
  *
7532
- * The version of the OpenAPI document: 7.26.3024
7744
+ * The version of the OpenAPI document: 7.28.3096
7533
7745
  * Contact: servicedesk@veeroute.com
7534
7746
  *
7535
7747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7539,7 +7751,7 @@ var EntityWarningTypeStudio;
7539
7751
  /**
7540
7752
  * VRt.Studio [ST]
7541
7753
  *
7542
- * The version of the OpenAPI document: 7.26.3024
7754
+ * The version of the OpenAPI document: 7.28.3096
7543
7755
  * Contact: servicedesk@veeroute.com
7544
7756
  *
7545
7757
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7549,14 +7761,14 @@ var EntityWarningTypeStudio;
7549
7761
  /**
7550
7762
  * VRt.Studio [ST]
7551
7763
  *
7552
- * The version of the OpenAPI document: 7.26.3024
7764
+ * The version of the OpenAPI document: 7.28.3096
7553
7765
  * Contact: servicedesk@veeroute.com
7554
7766
  *
7555
7767
  * NOTE: This class is auto generated by OpenAPI Generator.
7556
7768
  * Do not edit the class manually.
7557
7769
  */
7558
7770
  /**
7559
- * Possible order (demand) fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand
7771
+ * Possible fact types: * `NEW_LOCATION` - the performer changed his location during the trip * `ORDER_DONE` - the performer has finished fulfilling the order (or the order has been cancelled), the cargo associated with the order is no longer in the transport box * `DEMAND_START` - performer started to fulfill the demand * `DEMAND_DONE` - performer finished to fulfill the demand * `TRIP_RECEIVED` - the performer has received the trip * `TRIP_CONFIRMED` - the performer has agreed to perform the trip * `TRIP_REJECTED` - the performer has refused to perform the trip * `TRIP_EXECUTED` - the performer has started performing the trip
7560
7772
  */
7561
7773
  var FactTypeStudio;
7562
7774
  (function (FactTypeStudio) {
@@ -7564,12 +7776,16 @@ var FactTypeStudio;
7564
7776
  FactTypeStudio["ORDER_DONE"] = "ORDER_DONE";
7565
7777
  FactTypeStudio["DEMAND_START"] = "DEMAND_START";
7566
7778
  FactTypeStudio["DEMAND_DONE"] = "DEMAND_DONE";
7779
+ FactTypeStudio["TRIP_RECEIVED"] = "TRIP_RECEIVED";
7780
+ FactTypeStudio["TRIP_CONFIRMED"] = "TRIP_CONFIRMED";
7781
+ FactTypeStudio["TRIP_REJECTED"] = "TRIP_REJECTED";
7782
+ FactTypeStudio["TRIP_EXECUTED"] = "TRIP_EXECUTED";
7567
7783
  })(FactTypeStudio || (FactTypeStudio = {}));
7568
7784
 
7569
7785
  /**
7570
7786
  * VRt.Studio [ST]
7571
7787
  *
7572
- * The version of the OpenAPI document: 7.26.3024
7788
+ * The version of the OpenAPI document: 7.28.3096
7573
7789
  * Contact: servicedesk@veeroute.com
7574
7790
  *
7575
7791
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7579,7 +7795,7 @@ var FactTypeStudio;
7579
7795
  /**
7580
7796
  * VRt.Studio [ST]
7581
7797
  *
7582
- * The version of the OpenAPI document: 7.26.3024
7798
+ * The version of the OpenAPI document: 7.28.3096
7583
7799
  * Contact: servicedesk@veeroute.com
7584
7800
  *
7585
7801
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7589,7 +7805,7 @@ var FactTypeStudio;
7589
7805
  /**
7590
7806
  * VRt.Studio [ST]
7591
7807
  *
7592
- * The version of the OpenAPI document: 7.26.3024
7808
+ * The version of the OpenAPI document: 7.28.3096
7593
7809
  * Contact: servicedesk@veeroute.com
7594
7810
  *
7595
7811
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7612,7 +7828,7 @@ var FilesystemColumnTypeStudio;
7612
7828
  /**
7613
7829
  * VRt.Studio [ST]
7614
7830
  *
7615
- * The version of the OpenAPI document: 7.26.3024
7831
+ * The version of the OpenAPI document: 7.28.3096
7616
7832
  * Contact: servicedesk@veeroute.com
7617
7833
  *
7618
7834
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7622,7 +7838,7 @@ var FilesystemColumnTypeStudio;
7622
7838
  /**
7623
7839
  * VRt.Studio [ST]
7624
7840
  *
7625
- * The version of the OpenAPI document: 7.26.3024
7841
+ * The version of the OpenAPI document: 7.28.3096
7626
7842
  * Contact: servicedesk@veeroute.com
7627
7843
  *
7628
7844
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7640,7 +7856,7 @@ var FolderTypeStudio;
7640
7856
  /**
7641
7857
  * VRt.Studio [ST]
7642
7858
  *
7643
- * The version of the OpenAPI document: 7.26.3024
7859
+ * The version of the OpenAPI document: 7.28.3096
7644
7860
  * Contact: servicedesk@veeroute.com
7645
7861
  *
7646
7862
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7650,7 +7866,7 @@ var FolderTypeStudio;
7650
7866
  /**
7651
7867
  * VRt.Studio [ST]
7652
7868
  *
7653
- * The version of the OpenAPI document: 7.26.3024
7869
+ * The version of the OpenAPI document: 7.28.3096
7654
7870
  * Contact: servicedesk@veeroute.com
7655
7871
  *
7656
7872
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7669,7 +7885,7 @@ var HardlinkElementTypeStudio;
7669
7885
  /**
7670
7886
  * VRt.Studio [ST]
7671
7887
  *
7672
- * The version of the OpenAPI document: 7.26.3024
7888
+ * The version of the OpenAPI document: 7.28.3096
7673
7889
  * Contact: servicedesk@veeroute.com
7674
7890
  *
7675
7891
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7687,7 +7903,7 @@ var ImportSampleStudio;
7687
7903
  /**
7688
7904
  * VRt.Studio [ST]
7689
7905
  *
7690
- * The version of the OpenAPI document: 7.26.3024
7906
+ * The version of the OpenAPI document: 7.28.3096
7691
7907
  * Contact: servicedesk@veeroute.com
7692
7908
  *
7693
7909
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7705,7 +7921,7 @@ var ImportSourceStudio;
7705
7921
  /**
7706
7922
  * VRt.Studio [ST]
7707
7923
  *
7708
- * The version of the OpenAPI document: 7.26.3024
7924
+ * The version of the OpenAPI document: 7.28.3096
7709
7925
  * Contact: servicedesk@veeroute.com
7710
7926
  *
7711
7927
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7728,7 +7944,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7728
7944
  /**
7729
7945
  * VRt.Studio [ST]
7730
7946
  *
7731
- * The version of the OpenAPI document: 7.26.3024
7947
+ * The version of the OpenAPI document: 7.28.3096
7732
7948
  * Contact: servicedesk@veeroute.com
7733
7949
  *
7734
7950
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7738,7 +7954,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7738
7954
  /**
7739
7955
  * VRt.Studio [ST]
7740
7956
  *
7741
- * The version of the OpenAPI document: 7.26.3024
7957
+ * The version of the OpenAPI document: 7.28.3096
7742
7958
  * Contact: servicedesk@veeroute.com
7743
7959
  *
7744
7960
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7748,7 +7964,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7748
7964
  /**
7749
7965
  * VRt.Studio [ST]
7750
7966
  *
7751
- * The version of the OpenAPI document: 7.26.3024
7967
+ * The version of the OpenAPI document: 7.28.3096
7752
7968
  * Contact: servicedesk@veeroute.com
7753
7969
  *
7754
7970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7758,7 +7974,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7758
7974
  /**
7759
7975
  * VRt.Studio [ST]
7760
7976
  *
7761
- * The version of the OpenAPI document: 7.26.3024
7977
+ * The version of the OpenAPI document: 7.28.3096
7762
7978
  * Contact: servicedesk@veeroute.com
7763
7979
  *
7764
7980
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7768,7 +7984,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7768
7984
  /**
7769
7985
  * VRt.Studio [ST]
7770
7986
  *
7771
- * The version of the OpenAPI document: 7.26.3024
7987
+ * The version of the OpenAPI document: 7.28.3096
7772
7988
  * Contact: servicedesk@veeroute.com
7773
7989
  *
7774
7990
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7778,7 +7994,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7778
7994
  /**
7779
7995
  * VRt.Studio [ST]
7780
7996
  *
7781
- * The version of the OpenAPI document: 7.26.3024
7997
+ * The version of the OpenAPI document: 7.28.3096
7782
7998
  * Contact: servicedesk@veeroute.com
7783
7999
  *
7784
8000
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7788,7 +8004,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7788
8004
  /**
7789
8005
  * VRt.Studio [ST]
7790
8006
  *
7791
- * The version of the OpenAPI document: 7.26.3024
8007
+ * The version of the OpenAPI document: 7.28.3096
7792
8008
  * Contact: servicedesk@veeroute.com
7793
8009
  *
7794
8010
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7798,7 +8014,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7798
8014
  /**
7799
8015
  * VRt.Studio [ST]
7800
8016
  *
7801
- * The version of the OpenAPI document: 7.26.3024
8017
+ * The version of the OpenAPI document: 7.28.3096
7802
8018
  * Contact: servicedesk@veeroute.com
7803
8019
  *
7804
8020
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7808,7 +8024,7 @@ var LinkedEssenceStudioEssenceTypeEnum;
7808
8024
  /**
7809
8025
  * VRt.Studio [ST]
7810
8026
  *
7811
- * The version of the OpenAPI document: 7.26.3024
8027
+ * The version of the OpenAPI document: 7.28.3096
7812
8028
  * Contact: servicedesk@veeroute.com
7813
8029
  *
7814
8030
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7834,7 +8050,7 @@ var ServiceStudio;
7834
8050
  /**
7835
8051
  * VRt.Studio [ST]
7836
8052
  *
7837
- * The version of the OpenAPI document: 7.26.3024
8053
+ * The version of the OpenAPI document: 7.28.3096
7838
8054
  * Contact: servicedesk@veeroute.com
7839
8055
  *
7840
8056
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7844,7 +8060,7 @@ var ServiceStudio;
7844
8060
  /**
7845
8061
  * VRt.Studio [ST]
7846
8062
  *
7847
- * The version of the OpenAPI document: 7.26.3024
8063
+ * The version of the OpenAPI document: 7.28.3096
7848
8064
  * Contact: servicedesk@veeroute.com
7849
8065
  *
7850
8066
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7920,7 +8136,7 @@ var TableCustomfieldsColumnTypeStudio;
7920
8136
  /**
7921
8137
  * VRt.Studio [ST]
7922
8138
  *
7923
- * The version of the OpenAPI document: 7.26.3024
8139
+ * The version of the OpenAPI document: 7.28.3096
7924
8140
  * Contact: servicedesk@veeroute.com
7925
8141
  *
7926
8142
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7930,7 +8146,7 @@ var TableCustomfieldsColumnTypeStudio;
7930
8146
  /**
7931
8147
  * VRt.Studio [ST]
7932
8148
  *
7933
- * The version of the OpenAPI document: 7.26.3024
8149
+ * The version of the OpenAPI document: 7.28.3096
7934
8150
  * Contact: servicedesk@veeroute.com
7935
8151
  *
7936
8152
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7940,7 +8156,7 @@ var TableCustomfieldsColumnTypeStudio;
7940
8156
  /**
7941
8157
  * VRt.Studio [ST]
7942
8158
  *
7943
- * The version of the OpenAPI document: 7.26.3024
8159
+ * The version of the OpenAPI document: 7.28.3096
7944
8160
  * Contact: servicedesk@veeroute.com
7945
8161
  *
7946
8162
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7961,7 +8177,7 @@ var TableExperimentColumnTypeStudio;
7961
8177
  /**
7962
8178
  * VRt.Studio [ST]
7963
8179
  *
7964
- * The version of the OpenAPI document: 7.26.3024
8180
+ * The version of the OpenAPI document: 7.28.3096
7965
8181
  * Contact: servicedesk@veeroute.com
7966
8182
  *
7967
8183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7994,7 +8210,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
7994
8210
  /**
7995
8211
  * VRt.Studio [ST]
7996
8212
  *
7997
- * The version of the OpenAPI document: 7.26.3024
8213
+ * The version of the OpenAPI document: 7.28.3096
7998
8214
  * Contact: servicedesk@veeroute.com
7999
8215
  *
8000
8216
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8004,7 +8220,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8004
8220
  /**
8005
8221
  * VRt.Studio [ST]
8006
8222
  *
8007
- * The version of the OpenAPI document: 7.26.3024
8223
+ * The version of the OpenAPI document: 7.28.3096
8008
8224
  * Contact: servicedesk@veeroute.com
8009
8225
  *
8010
8226
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8014,7 +8230,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8014
8230
  /**
8015
8231
  * VRt.Studio [ST]
8016
8232
  *
8017
- * The version of the OpenAPI document: 7.26.3024
8233
+ * The version of the OpenAPI document: 7.28.3096
8018
8234
  * Contact: servicedesk@veeroute.com
8019
8235
  *
8020
8236
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8024,7 +8240,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8024
8240
  /**
8025
8241
  * VRt.Studio [ST]
8026
8242
  *
8027
- * The version of the OpenAPI document: 7.26.3024
8243
+ * The version of the OpenAPI document: 7.28.3096
8028
8244
  * Contact: servicedesk@veeroute.com
8029
8245
  *
8030
8246
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8034,7 +8250,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8034
8250
  /**
8035
8251
  * VRt.Studio [ST]
8036
8252
  *
8037
- * The version of the OpenAPI document: 7.26.3024
8253
+ * The version of the OpenAPI document: 7.28.3096
8038
8254
  * Contact: servicedesk@veeroute.com
8039
8255
  *
8040
8256
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8044,7 +8260,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8044
8260
  /**
8045
8261
  * VRt.Studio [ST]
8046
8262
  *
8047
- * The version of the OpenAPI document: 7.26.3024
8263
+ * The version of the OpenAPI document: 7.28.3096
8048
8264
  * Contact: servicedesk@veeroute.com
8049
8265
  *
8050
8266
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8054,7 +8270,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8054
8270
  /**
8055
8271
  * VRt.Studio [ST]
8056
8272
  *
8057
- * The version of the OpenAPI document: 7.26.3024
8273
+ * The version of the OpenAPI document: 7.28.3096
8058
8274
  * Contact: servicedesk@veeroute.com
8059
8275
  *
8060
8276
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8064,7 +8280,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8064
8280
  /**
8065
8281
  * VRt.Studio [ST]
8066
8282
  *
8067
- * The version of the OpenAPI document: 7.26.3024
8283
+ * The version of the OpenAPI document: 7.28.3096
8068
8284
  * Contact: servicedesk@veeroute.com
8069
8285
  *
8070
8286
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8074,7 +8290,7 @@ var TableFactFieldsStudioEssenceTypeEnum;
8074
8290
  /**
8075
8291
  * VRt.Studio [ST]
8076
8292
  *
8077
- * The version of the OpenAPI document: 7.26.3024
8293
+ * The version of the OpenAPI document: 7.28.3096
8078
8294
  * Contact: servicedesk@veeroute.com
8079
8295
  *
8080
8296
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8098,7 +8314,7 @@ var TableFilterTypeStudio;
8098
8314
  /**
8099
8315
  * VRt.Studio [ST]
8100
8316
  *
8101
- * The version of the OpenAPI document: 7.26.3024
8317
+ * The version of the OpenAPI document: 7.28.3096
8102
8318
  * Contact: servicedesk@veeroute.com
8103
8319
  *
8104
8320
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8129,7 +8345,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
8129
8345
  /**
8130
8346
  * VRt.Studio [ST]
8131
8347
  *
8132
- * The version of the OpenAPI document: 7.26.3024
8348
+ * The version of the OpenAPI document: 7.28.3096
8133
8349
  * Contact: servicedesk@veeroute.com
8134
8350
  *
8135
8351
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8139,7 +8355,7 @@ var TableHardlinkFieldsStudioEssenceTypeEnum;
8139
8355
  /**
8140
8356
  * VRt.Studio [ST]
8141
8357
  *
8142
- * The version of the OpenAPI document: 7.26.3024
8358
+ * The version of the OpenAPI document: 7.28.3096
8143
8359
  * Contact: servicedesk@veeroute.com
8144
8360
  *
8145
8361
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8169,7 +8385,7 @@ var TableLocationFieldsStudioEssenceTypeEnum;
8169
8385
  /**
8170
8386
  * VRt.Studio [ST]
8171
8387
  *
8172
- * The version of the OpenAPI document: 7.26.3024
8388
+ * The version of the OpenAPI document: 7.28.3096
8173
8389
  * Contact: servicedesk@veeroute.com
8174
8390
  *
8175
8391
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8225,7 +8441,7 @@ var TableOrderFieldsStudioEssenceTypeEnum;
8225
8441
  /**
8226
8442
  * VRt.Studio [ST]
8227
8443
  *
8228
- * The version of the OpenAPI document: 7.26.3024
8444
+ * The version of the OpenAPI document: 7.28.3096
8229
8445
  * Contact: servicedesk@veeroute.com
8230
8446
  *
8231
8447
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8263,7 +8479,7 @@ var TablePerformerFieldsStudioEssenceTypeEnum;
8263
8479
  /**
8264
8480
  * VRt.Studio [ST]
8265
8481
  *
8266
- * The version of the OpenAPI document: 7.26.3024
8482
+ * The version of the OpenAPI document: 7.28.3096
8267
8483
  * Contact: servicedesk@veeroute.com
8268
8484
  *
8269
8485
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8306,7 +8522,7 @@ var TableTransportFieldsStudioEssenceTypeEnum;
8306
8522
  /**
8307
8523
  * VRt.Studio [ST]
8308
8524
  *
8309
- * The version of the OpenAPI document: 7.26.3024
8525
+ * The version of the OpenAPI document: 7.28.3096
8310
8526
  * Contact: servicedesk@veeroute.com
8311
8527
  *
8312
8528
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8352,6 +8568,8 @@ var TableTripColumnTypeStudio;
8352
8568
  TableTripColumnTypeStudio["MAX_TRANSPORT_LOAD_CAPACITY_C"] = "MAX_TRANSPORT_LOAD_CAPACITY_C";
8353
8569
  TableTripColumnTypeStudio["ATTRIBUTES"] = "ATTRIBUTES";
8354
8570
  TableTripColumnTypeStudio["CUSTOMFIELDS"] = "CUSTOMFIELDS";
8571
+ TableTripColumnTypeStudio["TRIP_STATUS"] = "TRIP_STATUS";
8572
+ TableTripColumnTypeStudio["CREW_KEY"] = "CREW_KEY";
8355
8573
  })(TableTripColumnTypeStudio || (TableTripColumnTypeStudio = {}));
8356
8574
 
8357
8575
  var TableTripFieldsStudioEssenceTypeEnum;
@@ -8364,7 +8582,7 @@ var TableTripFieldsStudioEssenceTypeEnum;
8364
8582
  /**
8365
8583
  * VRt.Studio [ST]
8366
8584
  *
8367
- * The version of the OpenAPI document: 7.26.3024
8585
+ * The version of the OpenAPI document: 7.28.3096
8368
8586
  * Contact: servicedesk@veeroute.com
8369
8587
  *
8370
8588
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8404,7 +8622,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
8404
8622
  /**
8405
8623
  * VRt.Studio [ST]
8406
8624
  *
8407
- * The version of the OpenAPI document: 7.26.3024
8625
+ * The version of the OpenAPI document: 7.28.3096
8408
8626
  * Contact: servicedesk@veeroute.com
8409
8627
  *
8410
8628
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8414,7 +8632,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
8414
8632
  /**
8415
8633
  * VRt.Studio [ST]
8416
8634
  *
8417
- * The version of the OpenAPI document: 7.26.3024
8635
+ * The version of the OpenAPI document: 7.28.3096
8418
8636
  * Contact: servicedesk@veeroute.com
8419
8637
  *
8420
8638
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8424,7 +8642,7 @@ var TableTripStopFieldsStudioEssenceTypeEnum;
8424
8642
  /**
8425
8643
  * VRt.Studio [ST]
8426
8644
  *
8427
- * The version of the OpenAPI document: 7.26.3024
8645
+ * The version of the OpenAPI document: 7.28.3096
8428
8646
  * Contact: servicedesk@veeroute.com
8429
8647
  *
8430
8648
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8443,7 +8661,7 @@ var TrackTypeStudio;
8443
8661
  /**
8444
8662
  * VRt.Studio [ST]
8445
8663
  *
8446
- * The version of the OpenAPI document: 7.26.3024
8664
+ * The version of the OpenAPI document: 7.28.3096
8447
8665
  * Contact: servicedesk@veeroute.com
8448
8666
  *
8449
8667
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8453,7 +8671,7 @@ var TrackTypeStudio;
8453
8671
  /**
8454
8672
  * VRt.Studio [ST]
8455
8673
  *
8456
- * The version of the OpenAPI document: 7.26.3024
8674
+ * The version of the OpenAPI document: 7.28.3096
8457
8675
  * Contact: servicedesk@veeroute.com
8458
8676
  *
8459
8677
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8463,7 +8681,7 @@ var TrackTypeStudio;
8463
8681
  /**
8464
8682
  * VRt.Studio [ST]
8465
8683
  *
8466
- * The version of the OpenAPI document: 7.26.3024
8684
+ * The version of the OpenAPI document: 7.28.3096
8467
8685
  * Contact: servicedesk@veeroute.com
8468
8686
  *
8469
8687
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8473,7 +8691,7 @@ var TrackTypeStudio;
8473
8691
  /**
8474
8692
  * VRt.Studio [ST]
8475
8693
  *
8476
- * The version of the OpenAPI document: 7.26.3024
8694
+ * The version of the OpenAPI document: 7.28.3096
8477
8695
  * Contact: servicedesk@veeroute.com
8478
8696
  *
8479
8697
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8505,7 +8723,7 @@ var TransportTypeStudio;
8505
8723
  /**
8506
8724
  * VRt.Studio [ST]
8507
8725
  *
8508
- * The version of the OpenAPI document: 7.26.3024
8726
+ * The version of the OpenAPI document: 7.28.3096
8509
8727
  * Contact: servicedesk@veeroute.com
8510
8728
  *
8511
8729
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8523,7 +8741,7 @@ var TripStartTimeStrategyStudio;
8523
8741
  /**
8524
8742
  * VRt.Studio [ST]
8525
8743
  *
8526
- * The version of the OpenAPI document: 7.26.3024
8744
+ * The version of the OpenAPI document: 7.28.3096
8527
8745
  * Contact: servicedesk@veeroute.com
8528
8746
  *
8529
8747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8553,7 +8771,32 @@ var TripStateFlagStudio;
8553
8771
  /**
8554
8772
  * VRt.Studio [ST]
8555
8773
  *
8556
- * The version of the OpenAPI document: 7.26.3024
8774
+ * The version of the OpenAPI document: 7.28.3096
8775
+ * Contact: servicedesk@veeroute.com
8776
+ *
8777
+ * NOTE: This class is auto generated by OpenAPI Generator.
8778
+ * Do not edit the class manually.
8779
+ */
8780
+ /**
8781
+ * Current [trip status](#section/Description/Trip-status-model): * `FREE` - the trip has no assigned crew, initial status, awaiting assignment by the operator * `ASSIGNED` - the trip has a crew assigned, awaiting dispatch to the crew by the operator * `SENT` - the trip has been sent to the crew, awaiting confirmation of receipt by the crew * `RECEIVED` - the trip has been received by the crew, awaiting acceptance by the crew * `CONFIRMED` - the trip has been accepted by the crew, awaiting work from the crew * `REJECTED` - the trip has been rejected by the crew, awaiting assignment by the operator * `EXECUTING` - the trip is in progress, awaiting completion by the crew * `FINISHED` - the trip has been completed, final status * `CANCELLED` - the trip has been canceled, final status
8782
+ */
8783
+ var TripStatusStudio;
8784
+ (function (TripStatusStudio) {
8785
+ TripStatusStudio["FREE"] = "FREE";
8786
+ TripStatusStudio["ASSIGNED"] = "ASSIGNED";
8787
+ TripStatusStudio["SENT"] = "SENT";
8788
+ TripStatusStudio["RECEIVED"] = "RECEIVED";
8789
+ TripStatusStudio["CONFIRMED"] = "CONFIRMED";
8790
+ TripStatusStudio["REJECTED"] = "REJECTED";
8791
+ TripStatusStudio["EXECUTING"] = "EXECUTING";
8792
+ TripStatusStudio["FINISHED"] = "FINISHED";
8793
+ TripStatusStudio["CANCELLED"] = "CANCELLED";
8794
+ })(TripStatusStudio || (TripStatusStudio = {}));
8795
+
8796
+ /**
8797
+ * VRt.Studio [ST]
8798
+ *
8799
+ * The version of the OpenAPI document: 7.28.3096
8557
8800
  * Contact: servicedesk@veeroute.com
8558
8801
  *
8559
8802
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8563,7 +8806,7 @@ var TripStateFlagStudio;
8563
8806
  /**
8564
8807
  * VRt.Studio [ST]
8565
8808
  *
8566
- * The version of the OpenAPI document: 7.26.3024
8809
+ * The version of the OpenAPI document: 7.28.3096
8567
8810
  * Contact: servicedesk@veeroute.com
8568
8811
  *
8569
8812
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8636,5 +8879,5 @@ function provideApi(configOrBasePath) {
8636
8879
  * Generated bundle index. Do not edit.
8637
8880
  */
8638
8881
 
8639
- export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
8882
+ export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactTypeStudio, FactsService, FilesystemColumnTypeStudio, FolderTypeStudio, HardlinkElementTypeStudio, HardlinksService, ImportSampleStudio, ImportSourceStudio, LinkedEssenceStudioEssenceTypeEnum, LocationsService, LssStudioApiModule, OrdersService, PerformersService, ServiceStudio, SystemService, TableCustomfieldsColumnTypeStudio, TableExperimentColumnTypeStudio, TableFactColumnTypeStudio, TableFactFieldsStudioEssenceTypeEnum, TableFilterTypeStudio, TableHardlinkColumnTypeStudio, TableHardlinkFieldsStudioEssenceTypeEnum, TableLocationColumnTypeStudio, TableLocationFieldsStudioEssenceTypeEnum, TableOrderColumnTypeStudio, TableOrderFieldsStudioEssenceTypeEnum, TablePerformerColumnTypeStudio, TablePerformerFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
8640
8883
  //# sourceMappingURL=veeroute-lss-studio-angular.mjs.map