@veeroute/lss-studio-angular 7.35.3290 → 7.37.3331

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.
@@ -149,7 +149,7 @@ declare class Configuration {
149
149
  /**
150
150
  * VRt.Studio [ST]
151
151
  *
152
- * The version of the OpenAPI document: 7.35.3290
152
+ * The version of the OpenAPI document: 7.37.3331
153
153
  * Contact: support@veeroute.com
154
154
  *
155
155
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -170,7 +170,7 @@ declare class BaseService {
170
170
  /**
171
171
  * VRt.Studio [ST]
172
172
  *
173
- * The version of the OpenAPI document: 7.35.3290
173
+ * The version of the OpenAPI document: 7.37.3331
174
174
  * Contact: support@veeroute.com
175
175
  *
176
176
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -255,7 +255,7 @@ declare class BackupsService extends BaseService implements BackupsServiceInterf
255
255
  /**
256
256
  * VRt.Studio [ST]
257
257
  *
258
- * The version of the OpenAPI document: 7.35.3290
258
+ * The version of the OpenAPI document: 7.37.3331
259
259
  * Contact: support@veeroute.com
260
260
  *
261
261
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -282,7 +282,7 @@ declare enum CustomfieldEntityTypeStudio {
282
282
  /**
283
283
  * VRt.Studio [ST]
284
284
  *
285
- * The version of the OpenAPI document: 7.35.3290
285
+ * The version of the OpenAPI document: 7.37.3331
286
286
  * Contact: support@veeroute.com
287
287
  *
288
288
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -306,7 +306,7 @@ interface TranslationsStudio {
306
306
  /**
307
307
  * VRt.Studio [ST]
308
308
  *
309
- * The version of the OpenAPI document: 7.35.3290
309
+ * The version of the OpenAPI document: 7.37.3331
310
310
  * Contact: support@veeroute.com
311
311
  *
312
312
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -381,7 +381,7 @@ declare enum TableCustomfieldsColumnTypeStudio {
381
381
  /**
382
382
  * VRt.Studio [ST]
383
383
  *
384
- * The version of the OpenAPI document: 7.35.3290
384
+ * The version of the OpenAPI document: 7.37.3331
385
385
  * Contact: support@veeroute.com
386
386
  *
387
387
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -405,7 +405,7 @@ interface CustomfieldConvertRuleStudio {
405
405
  /**
406
406
  * VRt.Studio [ST]
407
407
  *
408
- * The version of the OpenAPI document: 7.35.3290
408
+ * The version of the OpenAPI document: 7.37.3331
409
409
  * Contact: support@veeroute.com
410
410
  *
411
411
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -426,7 +426,7 @@ interface CustomfieldsSettingsStudio {
426
426
  /**
427
427
  * VRt.Studio [ST]
428
428
  *
429
- * The version of the OpenAPI document: 7.35.3290
429
+ * The version of the OpenAPI document: 7.37.3331
430
430
  * Contact: support@veeroute.com
431
431
  *
432
432
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -450,7 +450,7 @@ interface SettingsKeyListStudio {
450
450
  /**
451
451
  * VRt.Studio [ST]
452
452
  *
453
- * The version of the OpenAPI document: 7.35.3290
453
+ * The version of the OpenAPI document: 7.37.3331
454
454
  * Contact: support@veeroute.com
455
455
  *
456
456
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -474,7 +474,7 @@ interface ActualizeSettingsStudio {
474
474
  /**
475
475
  * VRt.Studio [ST]
476
476
  *
477
- * The version of the OpenAPI document: 7.35.3290
477
+ * The version of the OpenAPI document: 7.37.3331
478
478
  * Contact: support@veeroute.com
479
479
  *
480
480
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -498,7 +498,7 @@ interface TimeWindowStudio {
498
498
  /**
499
499
  * VRt.Studio [ST]
500
500
  *
501
- * The version of the OpenAPI document: 7.35.3290
501
+ * The version of the OpenAPI document: 7.37.3331
502
502
  * Contact: support@veeroute.com
503
503
  *
504
504
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -524,7 +524,7 @@ interface AssignedPerformerStudio {
524
524
  /**
525
525
  * VRt.Studio [ST]
526
526
  *
527
- * The version of the OpenAPI document: 7.35.3290
527
+ * The version of the OpenAPI document: 7.37.3331
528
528
  * Contact: support@veeroute.com
529
529
  *
530
530
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -550,7 +550,7 @@ interface AssignedTransportStudio {
550
550
  /**
551
551
  * VRt.Studio [ST]
552
552
  *
553
- * The version of the OpenAPI document: 7.35.3290
553
+ * The version of the OpenAPI document: 7.37.3331
554
554
  * Contact: support@veeroute.com
555
555
  *
556
556
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -569,19 +569,23 @@ interface AttributeStudio {
569
569
  * Attribute\'s value.
570
570
  */
571
571
  value: string;
572
+ /**
573
+ * Attribute processing strategy: * `LASTMILE_REF_TIME` - when sending a task to the scheduler, the value (format [ISO 8601](https://tools.ietf.org/html/rfc3339#section-5.6)) of the attribute is replaced with a relative time; if the value is not in the format, the calculation stops with the `FAILED` status.
574
+ */
575
+ strategy?: string | null;
572
576
  }
573
577
 
574
578
  /**
575
579
  * VRt.Studio [ST]
576
580
  *
577
- * The version of the OpenAPI document: 7.35.3290
581
+ * The version of the OpenAPI document: 7.37.3331
578
582
  * Contact: support@veeroute.com
579
583
  *
580
584
  * NOTE: This class is auto generated by OpenAPI Generator.
581
585
  * Do not edit the class manually.
582
586
  */
583
587
  /**
584
- * Process name: * `PLAN` - планирование * `REPLAN` - перепланирование * `ACTUALIZE` - актуализация
588
+ * Process name: * `PLAN` - planning * `REPLAN` - replanning * `ACTUALIZE` - actualization
585
589
  */
586
590
  declare enum BasicProcessStudio {
587
591
  PLAN = "PLAN",
@@ -592,14 +596,14 @@ declare enum BasicProcessStudio {
592
596
  /**
593
597
  * VRt.Studio [ST]
594
598
  *
595
- * The version of the OpenAPI document: 7.35.3290
599
+ * The version of the OpenAPI document: 7.37.3331
596
600
  * Contact: support@veeroute.com
597
601
  *
598
602
  * NOTE: This class is auto generated by OpenAPI Generator.
599
603
  * Do not edit the class manually.
600
604
  */
601
605
  /**
602
- * The state of an entity that determines its relation to the calculation.
606
+ * Entity state that determines its relation to the dataset: * `UNPLANNED` - new entity * `PLANNED` - the entity is planned in a specific trip at a specific time * `ASSIGNED` - the entity is assigned to a specific trip without a specific time * `COMPLETED` - the entity is completed and no longer participates in the calculation * `ERROR` - the entity contains data errors
603
607
  */
604
608
  declare enum BasicStateStudio {
605
609
  UNPLANNED = "UNPLANNED",
@@ -612,7 +616,7 @@ declare enum BasicStateStudio {
612
616
  /**
613
617
  * VRt.Studio [ST]
614
618
  *
615
- * The version of the OpenAPI document: 7.35.3290
619
+ * The version of the OpenAPI document: 7.37.3331
616
620
  * Contact: support@veeroute.com
617
621
  *
618
622
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -644,7 +648,7 @@ interface BoxCompatibilitiesStudio {
644
648
  /**
645
649
  * VRt.Studio [ST]
646
650
  *
647
- * The version of the OpenAPI document: 7.35.3290
651
+ * The version of the OpenAPI document: 7.37.3331
648
652
  * Contact: support@veeroute.com
649
653
  *
650
654
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -680,7 +684,7 @@ interface CapacityStudio {
680
684
  /**
681
685
  * VRt.Studio [ST]
682
686
  *
683
- * The version of the OpenAPI document: 7.35.3290
687
+ * The version of the OpenAPI document: 7.37.3331
684
688
  * Contact: support@veeroute.com
685
689
  *
686
690
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -698,7 +702,7 @@ interface BoxLimitsStudio {
698
702
  /**
699
703
  * VRt.Studio [ST]
700
704
  *
701
- * The version of the OpenAPI document: 7.35.3290
705
+ * The version of the OpenAPI document: 7.37.3331
702
706
  * Contact: support@veeroute.com
703
707
  *
704
708
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -726,7 +730,7 @@ interface BoxStudio {
726
730
  /**
727
731
  * VRt.Studio [ST]
728
732
  *
729
- * The version of the OpenAPI document: 7.35.3290
733
+ * The version of the OpenAPI document: 7.37.3331
730
734
  * Contact: support@veeroute.com
731
735
  *
732
736
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -754,7 +758,7 @@ interface BreakStudio {
754
758
  /**
755
759
  * VRt.Studio [ST]
756
760
  *
757
- * The version of the OpenAPI document: 7.35.3290
761
+ * The version of the OpenAPI document: 7.37.3331
758
762
  * Contact: support@veeroute.com
759
763
  *
760
764
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -784,7 +788,7 @@ declare enum BreakRulesStudioRelocatingDurationTypeEnum {
784
788
  /**
785
789
  * VRt.Studio [ST]
786
790
  *
787
- * The version of the OpenAPI document: 7.35.3290
791
+ * The version of the OpenAPI document: 7.37.3331
788
792
  * Contact: support@veeroute.com
789
793
  *
790
794
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -820,7 +824,7 @@ interface CapacityStatisticsRatioStudio {
820
824
  /**
821
825
  * VRt.Studio [ST]
822
826
  *
823
- * The version of the OpenAPI document: 7.35.3290
827
+ * The version of the OpenAPI document: 7.37.3331
824
828
  * Contact: support@veeroute.com
825
829
  *
826
830
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -856,7 +860,7 @@ interface CapacityStatisticsLoadStudio {
856
860
  /**
857
861
  * VRt.Studio [ST]
858
862
  *
859
- * The version of the OpenAPI document: 7.35.3290
863
+ * The version of the OpenAPI document: 7.37.3331
860
864
  * Contact: support@veeroute.com
861
865
  *
862
866
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -910,7 +914,7 @@ interface MeasurementsStudio {
910
914
  /**
911
915
  * VRt.Studio [ST]
912
916
  *
913
- * The version of the OpenAPI document: 7.35.3290
917
+ * The version of the OpenAPI document: 7.37.3331
914
918
  * Contact: support@veeroute.com
915
919
  *
916
920
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -946,7 +950,7 @@ interface CapacityStatisticsSumStudio {
946
950
  /**
947
951
  * VRt.Studio [ST]
948
952
  *
949
- * The version of the OpenAPI document: 7.35.3290
953
+ * The version of the OpenAPI document: 7.37.3331
950
954
  * Contact: support@veeroute.com
951
955
  *
952
956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1039,7 +1043,7 @@ interface GeneralStatisticsStudio {
1039
1043
  /**
1040
1044
  * VRt.Studio [ST]
1041
1045
  *
1042
- * The version of the OpenAPI document: 7.35.3290
1046
+ * The version of the OpenAPI document: 7.37.3331
1043
1047
  * Contact: support@veeroute.com
1044
1048
  *
1045
1049
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1061,7 +1065,7 @@ interface CalculationHistoryElementStudio {
1061
1065
  /**
1062
1066
  * VRt.Studio [ST]
1063
1067
  *
1064
- * The version of the OpenAPI document: 7.35.3290
1068
+ * The version of the OpenAPI document: 7.37.3331
1065
1069
  * Contact: support@veeroute.com
1066
1070
  *
1067
1071
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1084,7 +1088,7 @@ declare enum CalculationStatusStudio {
1084
1088
  /**
1085
1089
  * VRt.Studio [ST]
1086
1090
  *
1087
- * The version of the OpenAPI document: 7.35.3290
1091
+ * The version of the OpenAPI document: 7.37.3331
1088
1092
  * Contact: support@veeroute.com
1089
1093
  *
1090
1094
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1134,7 +1138,7 @@ interface CalculationInfoStudio {
1134
1138
  /**
1135
1139
  * VRt.Studio [ST]
1136
1140
  *
1137
- * The version of the OpenAPI document: 7.35.3290
1141
+ * The version of the OpenAPI document: 7.37.3331
1138
1142
  * Contact: support@veeroute.com
1139
1143
  *
1140
1144
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1174,7 +1178,7 @@ interface CalculationSettingsStudio {
1174
1178
  /**
1175
1179
  * VRt.Studio [ST]
1176
1180
  *
1177
- * The version of the OpenAPI document: 7.35.3290
1181
+ * The version of the OpenAPI document: 7.37.3331
1178
1182
  * Contact: support@veeroute.com
1179
1183
  *
1180
1184
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1199,7 +1203,7 @@ declare enum ServiceStudio {
1199
1203
  /**
1200
1204
  * VRt.Studio [ST]
1201
1205
  *
1202
- * The version of the OpenAPI document: 7.35.3290
1206
+ * The version of the OpenAPI document: 7.37.3331
1203
1207
  * Contact: support@veeroute.com
1204
1208
  *
1205
1209
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1249,7 +1253,7 @@ interface TracedataStudio {
1249
1253
  /**
1250
1254
  * VRt.Studio [ST]
1251
1255
  *
1252
- * The version of the OpenAPI document: 7.35.3290
1256
+ * The version of the OpenAPI document: 7.37.3331
1253
1257
  * Contact: support@veeroute.com
1254
1258
  *
1255
1259
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1272,7 +1276,7 @@ interface CalculationStateStudio {
1272
1276
  /**
1273
1277
  * VRt.Studio [ST]
1274
1278
  *
1275
- * The version of the OpenAPI document: 7.35.3290
1279
+ * The version of the OpenAPI document: 7.37.3331
1276
1280
  * Contact: support@veeroute.com
1277
1281
  *
1278
1282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1308,7 +1312,7 @@ interface CapacityCostStudio {
1308
1312
  /**
1309
1313
  * VRt.Studio [ST]
1310
1314
  *
1311
- * The version of the OpenAPI document: 7.35.3290
1315
+ * The version of the OpenAPI document: 7.37.3331
1312
1316
  * Contact: support@veeroute.com
1313
1317
  *
1314
1318
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1344,7 +1348,7 @@ interface CapacityLimitStudio {
1344
1348
  /**
1345
1349
  * VRt.Studio [ST]
1346
1350
  *
1347
- * The version of the OpenAPI document: 7.35.3290
1351
+ * The version of the OpenAPI document: 7.37.3331
1348
1352
  * Contact: support@veeroute.com
1349
1353
  *
1350
1354
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1380,7 +1384,7 @@ interface CapacityMultiplierStudio {
1380
1384
  /**
1381
1385
  * VRt.Studio [ST]
1382
1386
  *
1383
- * The version of the OpenAPI document: 7.35.3290
1387
+ * The version of the OpenAPI document: 7.37.3331
1384
1388
  * Contact: support@veeroute.com
1385
1389
  *
1386
1390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1397,7 +1401,7 @@ declare enum CargoActionTypeStudio {
1397
1401
  /**
1398
1402
  * VRt.Studio [ST]
1399
1403
  *
1400
- * The version of the OpenAPI document: 7.35.3290
1404
+ * The version of the OpenAPI document: 7.37.3331
1401
1405
  * Contact: support@veeroute.com
1402
1406
  *
1403
1407
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1423,7 +1427,7 @@ interface CargoActionStudio {
1423
1427
  /**
1424
1428
  * VRt.Studio [ST]
1425
1429
  *
1426
- * The version of the OpenAPI document: 7.35.3290
1430
+ * The version of the OpenAPI document: 7.37.3331
1427
1431
  * Contact: support@veeroute.com
1428
1432
  *
1429
1433
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1442,7 +1446,7 @@ declare enum CargoRotationTypeStudio {
1442
1446
  /**
1443
1447
  * VRt.Studio [ST]
1444
1448
  *
1445
- * The version of the OpenAPI document: 7.35.3290
1449
+ * The version of the OpenAPI document: 7.37.3331
1446
1450
  * Contact: support@veeroute.com
1447
1451
  *
1448
1452
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1450,7 +1454,7 @@ declare enum CargoRotationTypeStudio {
1450
1454
  */
1451
1455
 
1452
1456
  /**
1453
- * Cargo [compatibilities](#section/Description/Compatibilities).
1457
+ * Compatibilities of [the cargo with the transport box and other cargos](#section/Description/Compatibilities).
1454
1458
  */
1455
1459
  interface CargoCompatibilitiesStudio {
1456
1460
  [key: string]: any | any;
@@ -1487,7 +1491,7 @@ interface CargoCompatibilitiesStudio {
1487
1491
  /**
1488
1492
  * VRt.Studio [ST]
1489
1493
  *
1490
- * The version of the OpenAPI document: 7.35.3290
1494
+ * The version of the OpenAPI document: 7.37.3331
1491
1495
  * Contact: support@veeroute.com
1492
1496
  *
1493
1497
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1511,7 +1515,7 @@ interface CargoInvoiceHonestSignStudio {
1511
1515
  /**
1512
1516
  * VRt.Studio [ST]
1513
1517
  *
1514
- * The version of the OpenAPI document: 7.35.3290
1518
+ * The version of the OpenAPI document: 7.37.3331
1515
1519
  * Contact: support@veeroute.com
1516
1520
  *
1517
1521
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1538,7 +1542,7 @@ declare enum CargoInvoiceTaxStudio {
1538
1542
  /**
1539
1543
  * VRt.Studio [ST]
1540
1544
  *
1541
- * The version of the OpenAPI document: 7.35.3290
1545
+ * The version of the OpenAPI document: 7.37.3331
1542
1546
  * Contact: support@veeroute.com
1543
1547
  *
1544
1548
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1593,7 +1597,7 @@ interface CargoInvoiceDetailStudio {
1593
1597
  /**
1594
1598
  * VRt.Studio [ST]
1595
1599
  *
1596
- * The version of the OpenAPI document: 7.35.3290
1600
+ * The version of the OpenAPI document: 7.37.3331
1597
1601
  * Contact: support@veeroute.com
1598
1602
  *
1599
1603
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1621,7 +1625,7 @@ interface CargoInvoiceReceiptStudio {
1621
1625
  /**
1622
1626
  * VRt.Studio [ST]
1623
1627
  *
1624
- * The version of the OpenAPI document: 7.35.3290
1628
+ * The version of the OpenAPI document: 7.37.3331
1625
1629
  * Contact: support@veeroute.com
1626
1630
  *
1627
1631
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1651,7 +1655,7 @@ interface CargoInvoiceStudio {
1651
1655
  /**
1652
1656
  * VRt.Studio [ST]
1653
1657
  *
1654
- * The version of the OpenAPI document: 7.35.3290
1658
+ * The version of the OpenAPI document: 7.37.3331
1655
1659
  * Contact: support@veeroute.com
1656
1660
  *
1657
1661
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1683,7 +1687,7 @@ interface CargoStudio {
1683
1687
  /**
1684
1688
  * VRt.Studio [ST]
1685
1689
  *
1686
- * The version of the OpenAPI document: 7.35.3290
1690
+ * The version of the OpenAPI document: 7.37.3331
1687
1691
  * Contact: support@veeroute.com
1688
1692
  *
1689
1693
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1703,7 +1707,7 @@ interface CheckResultStudio {
1703
1707
  /**
1704
1708
  * VRt.Studio [ST]
1705
1709
  *
1706
- * The version of the OpenAPI document: 7.35.3290
1710
+ * The version of the OpenAPI document: 7.37.3331
1707
1711
  * Contact: support@veeroute.com
1708
1712
  *
1709
1713
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1727,7 +1731,7 @@ interface CompatibilityPenaltyStudio {
1727
1731
  /**
1728
1732
  * VRt.Studio [ST]
1729
1733
  *
1730
- * The version of the OpenAPI document: 7.35.3290
1734
+ * The version of the OpenAPI document: 7.37.3331
1731
1735
  * Contact: support@veeroute.com
1732
1736
  *
1733
1737
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1751,7 +1755,7 @@ interface DemandExtraDurationStudio {
1751
1755
  /**
1752
1756
  * VRt.Studio [ST]
1753
1757
  *
1754
- * The version of the OpenAPI document: 7.35.3290
1758
+ * The version of the OpenAPI document: 7.37.3331
1755
1759
  * Contact: support@veeroute.com
1756
1760
  *
1757
1761
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1793,7 +1797,7 @@ interface PossibleEventStudio {
1793
1797
  /**
1794
1798
  * VRt.Studio [ST]
1795
1799
  *
1796
- * The version of the OpenAPI document: 7.35.3290
1800
+ * The version of the OpenAPI document: 7.37.3331
1797
1801
  * Contact: support@veeroute.com
1798
1802
  *
1799
1803
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1813,7 +1817,7 @@ declare enum DemandTypeStudio {
1813
1817
  /**
1814
1818
  * VRt.Studio [ST]
1815
1819
  *
1816
- * The version of the OpenAPI document: 7.35.3290
1820
+ * The version of the OpenAPI document: 7.37.3331
1817
1821
  * Contact: support@veeroute.com
1818
1822
  *
1819
1823
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1859,7 +1863,7 @@ interface DemandStudio {
1859
1863
  /**
1860
1864
  * VRt.Studio [ST]
1861
1865
  *
1862
- * The version of the OpenAPI document: 7.35.3290
1866
+ * The version of the OpenAPI document: 7.37.3331
1863
1867
  * Contact: support@veeroute.com
1864
1868
  *
1865
1869
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1902,7 +1906,7 @@ declare enum EntityTypeStudio {
1902
1906
  /**
1903
1907
  * VRt.Studio [ST]
1904
1908
  *
1905
- * The version of the OpenAPI document: 7.35.3290
1909
+ * The version of the OpenAPI document: 7.37.3331
1906
1910
  * Contact: support@veeroute.com
1907
1911
  *
1908
1912
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1925,7 +1929,7 @@ interface EntityPathStudio {
1925
1929
  /**
1926
1930
  * VRt.Studio [ST]
1927
1931
  *
1928
- * The version of the OpenAPI document: 7.35.3290
1932
+ * The version of the OpenAPI document: 7.37.3331
1929
1933
  * Contact: support@veeroute.com
1930
1934
  *
1931
1935
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1960,7 +1964,7 @@ declare enum EntityErrorTypeStudio {
1960
1964
  /**
1961
1965
  * VRt.Studio [ST]
1962
1966
  *
1963
- * The version of the OpenAPI document: 7.35.3290
1967
+ * The version of the OpenAPI document: 7.37.3331
1964
1968
  * Contact: support@veeroute.com
1965
1969
  *
1966
1970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1986,14 +1990,14 @@ interface EntityErrorStudio {
1986
1990
  /**
1987
1991
  * VRt.Studio [ST]
1988
1992
  *
1989
- * The version of the OpenAPI document: 7.35.3290
1993
+ * The version of the OpenAPI document: 7.37.3331
1990
1994
  * Contact: support@veeroute.com
1991
1995
  *
1992
1996
  * NOTE: This class is auto generated by OpenAPI Generator.
1993
1997
  * Do not edit the class manually.
1994
1998
  */
1995
1999
  /**
1996
- * Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the working window `working_window` of the change of the artist does not lie entirely inside the window of availability `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for an order of type `DROP_FROM_BOX` the indicated cargoes are in boxes of different vehicles * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other or the working window `working_window` for changing the performer or transport does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization. * `UNCLASSIFIED_WARNING` - unclassified warning
2000
+ * Warning type: * `NO_AVAILABLE_TRANSPORT` - the order cannot be fulfilled, since there is no available (by shift limitations) transport * `NO_AVAILABLE_PERFORMER` - the order cannot be fulfilled, since there is not a single available (by shift limitations) performer * `NO_COMPATIBLE_TRANSPORT` - the order cannot be completed, since there is not a single compatible (in terms of capacity and \\ or compatibility tags) transport * `NO_COMPATIBLE_PERFORMER` - the order cannot be completed, since there is not a single compatible (by compatibility tags) performer * `NO_AVAILABLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_AVAILABLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no compatible (by capacity and/or compatibility tags) orders * `NO_COMPATIBLE_ORDER_FOR_TRANSPORT` - the transport is useless, since there are no available (by shift restrictions) orders * `NO_COMPATIBLE_ORDER_FOR_PERFORMER` - the performer is useless, since there are no available (by shift restrictions) orders * `PICKUP_AND_DROP_VIOLATION` - for each cargo within the order there must be exactly one loading and exactly one unloading (except for `PICKUP_TO_BOX` and `DROP_FROM_BOX` orders) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_ORDER` - for each cargo within the order, loading must go before unloading (`precedence_in_order`) * `PICKUP_AND_DROP_VIOLATION_PRECEDENCE_IN_TRIP` - conflicting requirements for the precedence of orders were specified (`precedence_in_trip`) * `VIOLATION_PRECEDENCE_IN_TRIP_AND_ORDER` - requirements for the precedence of orders in the trip (`precedence_in_trip`) and in the order (` precedence_in_order`) contradict each other * `TIME_WINDOW_VIOLATION` - the start time of the time window is later than the end time of the window or time window exceeds the maximum allowed * `DURATION_VIOLATION` - duration does not correspond to the allowed interval * `ORDER_WINDOWS_INTERSECTION_VIOLATION` - soft windows should not go beyond the boundaries of the hard window * `PERFORMER_SHIFTS_INTERSECTION_VIOLATION` - time ranges of the performer\'s work shifts must not overlap, the beginning of the next window cannot be equal to the end of the previous one * `TRANSPORT_SHIFTS_INTERSECTION_VIOLATION` - time ranges of transport work shifts should not overlap, the beginning of the next window cannot be equal to the end of the previous one * `LOCATION_WINDOWS_INTERSECTION_VIOLATION` - time ranges of working windows of one location should not intersect, the beginning of the next window cannot be equal to the end of the previous one * `NO_TRANSPORT_BOXES` - if there are orders with cargo, then the transport must have at least one box * `MAX_CAPACITY_VIOLATION` - `max_capacity` limit exceeds the total capacity of all boxes or set for only one box or less than the capacity of some box * `MAX_BOXES_VIOLATION` - limit `max_boxes` is greater than or equal to the total number of boxes or specified for one box or equal to zero * `TOO_MANY_CARGOS_FOR_DROP_VIOLATION` - the number of loads for an order of the` DROP` / `DROP_FROM_BOX` type must be no more than one * `EMPTY_CARGOES_LIST` - empty list of loads for orders of type `DROP` / `DROP_FROM_BOX` / `PICKUP` / `PICKUP_TO_BOX` * `CARGO_WORK_VIOLATION` - for a `WORK` order, the cargo list must be empty * `GEODATA_TIME_WINDOW_VIOLATION` - the planning horizon exceeds the maximum available value * `SHIFT_RESTRICTIONS_COULD_BE_MORE_PRECISE` - the `working_window` of the performer\'s shift does not lie entirely inside the availability window `availability_window` * `DURATION_DOES_NOT_FIT_INTO_HARD_WINDOW` - the duration of the event does not fit into the hard time window * `DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - the duration of the event does not fit into the soft time window * `EXTRA_DURATION_DOES_NOT_FIT_INTO_SOFT_WINDOW` - additional time for demand execution does not fit into the soft time window * `MAX_CALCULATION_TIME_VIOLATION` - the maximum allowable calculation time has been exceeded * `MAX_WAITING_TIME_VIOLATION` - the maximum allowable waiting time in queue has been exceeded * `INVALID_HARDLINK` - it is impossible to assign an order with demands with the `WORK` type to transport * `CARGO_BOX_VIOLATION` - for requests of all types except `DROP_FROM_BOX` the key of the box where the cargo is located must be empty * `CARGO_MULTIBOX_VIOLATION` - for a demand of type `DROP_FROM_BOX` the indicated cargos are in boxes of different transports * `CARGO_CAPACITY_VIOLATION` - the specified cargo on board exceeds the size of the box in which it is located * `CARGO_ORDER_VIOLATION` - the cargo specified in the order is not present in orders * `FEATURE_LIFETIME_VIOLATION` - feature time windows intersect with each other, or the `working_window` of the performer\'s or transport\'s shift does not intersect with the feature time window * `QUOTA_EXCEEDED` - service quota exceeded * `MAX_LOCATIONS_LIMITS_PENALTY_EXCEEDED` - the resulting solution does not satisfy the `max_locations_limits_penalty` requirement * `REMOVED_ITEMS_NOT_EMPTY` - during data validation, items were removed from the original dataset, the list of removed items is in the `removed_items` object * `INCOMPATIBLE_REQUIREMENTS` - incompatible requirements are specified: location load accounting and soft window optimization. * `UNCLASSIFIED_WARNING` - unclassified warning
1997
2001
  */
1998
2002
  declare enum EntityWarningTypeStudio {
1999
2003
  NO_AVAILABLE_TRANSPORT = "NO_AVAILABLE_TRANSPORT",
@@ -2043,7 +2047,7 @@ declare enum EntityWarningTypeStudio {
2043
2047
  /**
2044
2048
  * VRt.Studio [ST]
2045
2049
  *
2046
- * The version of the OpenAPI document: 7.35.3290
2050
+ * The version of the OpenAPI document: 7.37.3331
2047
2051
  * Contact: support@veeroute.com
2048
2052
  *
2049
2053
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2069,7 +2073,7 @@ interface EntityWarningStudio {
2069
2073
  /**
2070
2074
  * VRt.Studio [ST]
2071
2075
  *
2072
- * The version of the OpenAPI document: 7.35.3290
2076
+ * The version of the OpenAPI document: 7.37.3331
2073
2077
  * Contact: support@veeroute.com
2074
2078
  *
2075
2079
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2094,7 +2098,7 @@ interface ExperimentCheckStudio {
2094
2098
  /**
2095
2099
  * VRt.Studio [ST]
2096
2100
  *
2097
- * The version of the OpenAPI document: 7.35.3290
2101
+ * The version of the OpenAPI document: 7.37.3331
2098
2102
  * Contact: support@veeroute.com
2099
2103
  *
2100
2104
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2130,7 +2134,7 @@ interface ExtensionSettingsStudio {
2130
2134
  /**
2131
2135
  * VRt.Studio [ST]
2132
2136
  *
2133
- * The version of the OpenAPI document: 7.35.3290
2137
+ * The version of the OpenAPI document: 7.37.3331
2134
2138
  * Contact: support@veeroute.com
2135
2139
  *
2136
2140
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2171,7 +2175,7 @@ interface GeoSettingsStudio {
2171
2175
  /**
2172
2176
  * VRt.Studio [ST]
2173
2177
  *
2174
- * The version of the OpenAPI document: 7.35.3290
2178
+ * The version of the OpenAPI document: 7.37.3331
2175
2179
  * Contact: support@veeroute.com
2176
2180
  *
2177
2181
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2188,7 +2192,7 @@ declare enum TripStartTimeStrategyStudio {
2188
2192
  /**
2189
2193
  * VRt.Studio [ST]
2190
2194
  *
2191
- * The version of the OpenAPI document: 7.35.3290
2195
+ * The version of the OpenAPI document: 7.37.3331
2192
2196
  * Contact: support@veeroute.com
2193
2197
  *
2194
2198
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2196,7 +2200,7 @@ declare enum TripStartTimeStrategyStudio {
2196
2200
  */
2197
2201
 
2198
2202
  /**
2199
- * Expectations from the calculation result. Affect the calculation logic.
2203
+ * Expectations from the calculation result. Affect the trip-building logic.
2200
2204
  */
2201
2205
  interface TripExpectationsStudio {
2202
2206
  [key: string]: any | any;
@@ -2214,7 +2218,7 @@ interface TripExpectationsStudio {
2214
2218
  /**
2215
2219
  * VRt.Studio [ST]
2216
2220
  *
2217
- * The version of the OpenAPI document: 7.35.3290
2221
+ * The version of the OpenAPI document: 7.37.3331
2218
2222
  * Contact: support@veeroute.com
2219
2223
  *
2220
2224
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2239,7 +2243,7 @@ interface TripPenaltiesStudio {
2239
2243
  /**
2240
2244
  * VRt.Studio [ST]
2241
2245
  *
2242
- * The version of the OpenAPI document: 7.35.3290
2246
+ * The version of the OpenAPI document: 7.37.3331
2243
2247
  * Contact: support@veeroute.com
2244
2248
  *
2245
2249
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2270,7 +2274,7 @@ declare enum TransportTypeStudio {
2270
2274
  /**
2271
2275
  * VRt.Studio [ST]
2272
2276
  *
2273
- * The version of the OpenAPI document: 7.35.3290
2277
+ * The version of the OpenAPI document: 7.37.3331
2274
2278
  * Contact: support@veeroute.com
2275
2279
  *
2276
2280
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2292,7 +2296,7 @@ interface TransportSpeedMultiplierStudio {
2292
2296
  /**
2293
2297
  * VRt.Studio [ST]
2294
2298
  *
2295
- * The version of the OpenAPI document: 7.35.3290
2299
+ * The version of the OpenAPI document: 7.37.3331
2296
2300
  * Contact: support@veeroute.com
2297
2301
  *
2298
2302
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2311,7 +2315,7 @@ interface TransportCapacityMultiplierStudio {
2311
2315
  /**
2312
2316
  * VRt.Studio [ST]
2313
2317
  *
2314
- * The version of the OpenAPI document: 7.35.3290
2318
+ * The version of the OpenAPI document: 7.37.3331
2315
2319
  * Contact: support@veeroute.com
2316
2320
  *
2317
2321
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2356,7 +2360,7 @@ interface TripAssumptionsStudio {
2356
2360
  /**
2357
2361
  * VRt.Studio [ST]
2358
2362
  *
2359
- * The version of the OpenAPI document: 7.35.3290
2363
+ * The version of the OpenAPI document: 7.37.3331
2360
2364
  * Contact: support@veeroute.com
2361
2365
  *
2362
2366
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2380,7 +2384,7 @@ interface TripsSettingsStudio {
2380
2384
  /**
2381
2385
  * VRt.Studio [ST]
2382
2386
  *
2383
- * The version of the OpenAPI document: 7.35.3290
2387
+ * The version of the OpenAPI document: 7.37.3331
2384
2388
  * Contact: support@veeroute.com
2385
2389
  *
2386
2390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2401,7 +2405,7 @@ interface PlanSettingsStudio {
2401
2405
  /**
2402
2406
  * VRt.Studio [ST]
2403
2407
  *
2404
- * The version of the OpenAPI document: 7.35.3290
2408
+ * The version of the OpenAPI document: 7.37.3331
2405
2409
  * Contact: support@veeroute.com
2406
2410
  *
2407
2411
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2417,7 +2421,7 @@ interface ReplanStrategyStudio {
2417
2421
  */
2418
2422
  reorder?: boolean;
2419
2423
  /**
2420
- * Activate new orders planning.
2424
+ * Ability to plan new orders into existing or new trips (if the `create_new_trips` option is enabled).
2421
2425
  */
2422
2426
  plan_new_orders?: boolean;
2423
2427
  /**
@@ -2429,7 +2433,7 @@ interface ReplanStrategyStudio {
2429
2433
  /**
2430
2434
  * VRt.Studio [ST]
2431
2435
  *
2432
- * The version of the OpenAPI document: 7.35.3290
2436
+ * The version of the OpenAPI document: 7.37.3331
2433
2437
  * Contact: support@veeroute.com
2434
2438
  *
2435
2439
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2447,7 +2451,7 @@ interface ReplanSettingsStudio {
2447
2451
  /**
2448
2452
  * VRt.Studio [ST]
2449
2453
  *
2450
- * The version of the OpenAPI document: 7.35.3290
2454
+ * The version of the OpenAPI document: 7.37.3331
2451
2455
  * Contact: support@veeroute.com
2452
2456
  *
2453
2457
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2467,7 +2471,7 @@ interface ExperimentSettingsStudio {
2467
2471
  /**
2468
2472
  * VRt.Studio [ST]
2469
2473
  *
2470
- * The version of the OpenAPI document: 7.35.3290
2474
+ * The version of the OpenAPI document: 7.37.3331
2471
2475
  * Contact: support@veeroute.com
2472
2476
  *
2473
2477
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2488,7 +2492,7 @@ interface TaskStatisticsStudio {
2488
2492
  /**
2489
2493
  * VRt.Studio [ST]
2490
2494
  *
2491
- * The version of the OpenAPI document: 7.35.3290
2495
+ * The version of the OpenAPI document: 7.37.3331
2492
2496
  * Contact: support@veeroute.com
2493
2497
  *
2494
2498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2552,7 +2556,7 @@ interface RemovedItemsStudio {
2552
2556
  /**
2553
2557
  * VRt.Studio [ST]
2554
2558
  *
2555
- * The version of the OpenAPI document: 7.35.3290
2559
+ * The version of the OpenAPI document: 7.37.3331
2556
2560
  * Contact: support@veeroute.com
2557
2561
  *
2558
2562
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2576,7 +2580,7 @@ interface TimeWindowViolationDetailStudio {
2576
2580
  /**
2577
2581
  * VRt.Studio [ST]
2578
2582
  *
2579
- * The version of the OpenAPI document: 7.35.3290
2583
+ * The version of the OpenAPI document: 7.37.3331
2580
2584
  * Contact: support@veeroute.com
2581
2585
  *
2582
2586
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2601,7 +2605,7 @@ interface TimeWindowViolationsStudio {
2601
2605
  /**
2602
2606
  * VRt.Studio [ST]
2603
2607
  *
2604
- * The version of the OpenAPI document: 7.35.3290
2608
+ * The version of the OpenAPI document: 7.37.3331
2605
2609
  * Contact: support@veeroute.com
2606
2610
  *
2607
2611
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2630,7 +2634,7 @@ interface QualityStudio {
2630
2634
  /**
2631
2635
  * VRt.Studio [ST]
2632
2636
  *
2633
- * The version of the OpenAPI document: 7.35.3290
2637
+ * The version of the OpenAPI document: 7.37.3331
2634
2638
  * Contact: support@veeroute.com
2635
2639
  *
2636
2640
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2678,7 +2682,7 @@ interface TableDataStatsStudio {
2678
2682
  /**
2679
2683
  * VRt.Studio [ST]
2680
2684
  *
2681
- * The version of the OpenAPI document: 7.35.3290
2685
+ * The version of the OpenAPI document: 7.37.3331
2682
2686
  * Contact: support@veeroute.com
2683
2687
  *
2684
2688
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2726,7 +2730,7 @@ interface UnplannedItemsStudio {
2726
2730
  /**
2727
2731
  * VRt.Studio [ST]
2728
2732
  *
2729
- * The version of the OpenAPI document: 7.35.3290
2733
+ * The version of the OpenAPI document: 7.37.3331
2730
2734
  * Contact: support@veeroute.com
2731
2735
  *
2732
2736
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2753,7 +2757,7 @@ interface ExperimentStatisticsStudio {
2753
2757
  /**
2754
2758
  * VRt.Studio [ST]
2755
2759
  *
2756
- * The version of the OpenAPI document: 7.35.3290
2760
+ * The version of the OpenAPI document: 7.37.3331
2757
2761
  * Contact: support@veeroute.com
2758
2762
  *
2759
2763
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2781,7 +2785,7 @@ interface FileSpecificationStudio {
2781
2785
  /**
2782
2786
  * VRt.Studio [ST]
2783
2787
  *
2784
- * The version of the OpenAPI document: 7.35.3290
2788
+ * The version of the OpenAPI document: 7.37.3331
2785
2789
  * Contact: support@veeroute.com
2786
2790
  *
2787
2791
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2811,7 +2815,7 @@ interface ExperimentStudio {
2811
2815
  */
2812
2816
  readonly pristine: boolean;
2813
2817
  /**
2814
- * Experiment sharing flag.
2818
+ * File sharing flag.
2815
2819
  */
2816
2820
  readonly sharing?: boolean;
2817
2821
  /**
@@ -2827,7 +2831,7 @@ interface ExperimentStudio {
2827
2831
  /**
2828
2832
  * VRt.Studio [ST]
2829
2833
  *
2830
- * The version of the OpenAPI document: 7.35.3290
2834
+ * The version of the OpenAPI document: 7.37.3331
2831
2835
  * Contact: support@veeroute.com
2832
2836
  *
2833
2837
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2847,7 +2851,7 @@ interface TableListCountersDetailStudio {
2847
2851
  /**
2848
2852
  * VRt.Studio [ST]
2849
2853
  *
2850
- * The version of the OpenAPI document: 7.35.3290
2854
+ * The version of the OpenAPI document: 7.37.3331
2851
2855
  * Contact: support@veeroute.com
2852
2856
  *
2853
2857
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2872,7 +2876,7 @@ interface TableListCountersStudio {
2872
2876
  /**
2873
2877
  * VRt.Studio [ST]
2874
2878
  *
2875
- * The version of the OpenAPI document: 7.35.3290
2879
+ * The version of the OpenAPI document: 7.37.3331
2876
2880
  * Contact: support@veeroute.com
2877
2881
  *
2878
2882
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2894,7 +2898,7 @@ interface ExperimentListStudio {
2894
2898
  /**
2895
2899
  * VRt.Studio [ST]
2896
2900
  *
2897
- * The version of the OpenAPI document: 7.35.3290
2901
+ * The version of the OpenAPI document: 7.37.3331
2898
2902
  * Contact: support@veeroute.com
2899
2903
  *
2900
2904
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2918,7 +2922,7 @@ interface ExperimentNeighborsStudio {
2918
2922
  /**
2919
2923
  * VRt.Studio [ST]
2920
2924
  *
2921
- * The version of the OpenAPI document: 7.35.3290
2925
+ * The version of the OpenAPI document: 7.37.3331
2922
2926
  * Contact: support@veeroute.com
2923
2927
  *
2924
2928
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2946,7 +2950,7 @@ interface TrackpointStudio {
2946
2950
  /**
2947
2951
  * VRt.Studio [ST]
2948
2952
  *
2949
- * The version of the OpenAPI document: 7.35.3290
2953
+ * The version of the OpenAPI document: 7.37.3331
2950
2954
  * Contact: support@veeroute.com
2951
2955
  *
2952
2956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2971,7 +2975,7 @@ interface LoreNewLocationStudio {
2971
2975
  /**
2972
2976
  * VRt.Studio [ST]
2973
2977
  *
2974
- * The version of the OpenAPI document: 7.35.3290
2978
+ * The version of the OpenAPI document: 7.37.3331
2975
2979
  * Contact: support@veeroute.com
2976
2980
  *
2977
2981
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2999,7 +3003,7 @@ interface TripDemandPrecedenceStudio {
2999
3003
  /**
3000
3004
  * VRt.Studio [ST]
3001
3005
  *
3002
- * The version of the OpenAPI document: 7.35.3290
3006
+ * The version of the OpenAPI document: 7.37.3331
3003
3007
  * Contact: support@veeroute.com
3004
3008
  *
3005
3009
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3020,7 +3024,7 @@ interface LoreTripPrecedenceChangedStudio {
3020
3024
  /**
3021
3025
  * VRt.Studio [ST]
3022
3026
  *
3023
- * The version of the OpenAPI document: 7.35.3290
3027
+ * The version of the OpenAPI document: 7.37.3331
3024
3028
  * Contact: support@veeroute.com
3025
3029
  *
3026
3030
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3044,7 +3048,7 @@ interface LoreDemandStartStudio {
3044
3048
  /**
3045
3049
  * VRt.Studio [ST]
3046
3050
  *
3047
- * The version of the OpenAPI document: 7.35.3290
3051
+ * The version of the OpenAPI document: 7.37.3331
3048
3052
  * Contact: support@veeroute.com
3049
3053
  *
3050
3054
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3068,7 +3072,7 @@ interface LoreDemandCancelledStudio {
3068
3072
  /**
3069
3073
  * VRt.Studio [ST]
3070
3074
  *
3071
- * The version of the OpenAPI document: 7.35.3290
3075
+ * The version of the OpenAPI document: 7.37.3331
3072
3076
  * Contact: support@veeroute.com
3073
3077
  *
3074
3078
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3088,7 +3092,7 @@ interface LoreJobDoneStudio {
3088
3092
  /**
3089
3093
  * VRt.Studio [ST]
3090
3094
  *
3091
- * The version of the OpenAPI document: 7.35.3290
3095
+ * The version of the OpenAPI document: 7.37.3331
3092
3096
  * Contact: support@veeroute.com
3093
3097
  *
3094
3098
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3108,7 +3112,7 @@ interface LoreOrderDoneStudio {
3108
3112
  /**
3109
3113
  * VRt.Studio [ST]
3110
3114
  *
3111
- * The version of the OpenAPI document: 7.35.3290
3115
+ * The version of the OpenAPI document: 7.37.3331
3112
3116
  * Contact: support@veeroute.com
3113
3117
  *
3114
3118
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3132,7 +3136,7 @@ interface LoreDemandDoneStudio {
3132
3136
  /**
3133
3137
  * VRt.Studio [ST]
3134
3138
  *
3135
- * The version of the OpenAPI document: 7.35.3290
3139
+ * The version of the OpenAPI document: 7.37.3331
3136
3140
  * Contact: support@veeroute.com
3137
3141
  *
3138
3142
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3156,7 +3160,7 @@ interface FactLoreStudio {
3156
3160
  /**
3157
3161
  * VRt.Studio [ST]
3158
3162
  *
3159
- * The version of the OpenAPI document: 7.35.3290
3163
+ * The version of the OpenAPI document: 7.37.3331
3160
3164
  * Contact: support@veeroute.com
3161
3165
  *
3162
3166
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3174,14 +3178,14 @@ declare enum FactStatusStudio {
3174
3178
  /**
3175
3179
  * VRt.Studio [ST]
3176
3180
  *
3177
- * The version of the OpenAPI document: 7.35.3290
3181
+ * The version of the OpenAPI document: 7.37.3331
3178
3182
  * Contact: support@veeroute.com
3179
3183
  *
3180
3184
  * NOTE: This class is auto generated by OpenAPI Generator.
3181
3185
  * Do not edit the class manually.
3182
3186
  */
3183
3187
  /**
3184
- * 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 * `DEMAND_CANCELED` - the performer canceled the demand * `TRIP_PRECEDENCE_CHANGED` - the performer changed the precedence of the demands in the trip * `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 * `JOB_DONE` - the performer has finished custom job
3188
+ * 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 * `DEMAND_CANCELED` - the performer canceled the demand * `TRIP_PRECEDENCE_CHANGED` - the performer changed the precedence of the demands in the trip * `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_EXECUTING` - the performer has started performing the trip * `JOB_DONE` - the performer has finished custom job
3185
3189
  */
3186
3190
  declare enum FactTypeStudio {
3187
3191
  NEW_LOCATION = "NEW_LOCATION",
@@ -3193,14 +3197,14 @@ declare enum FactTypeStudio {
3193
3197
  TRIP_RECEIVED = "TRIP_RECEIVED",
3194
3198
  TRIP_CONFIRMED = "TRIP_CONFIRMED",
3195
3199
  TRIP_REJECTED = "TRIP_REJECTED",
3196
- TRIP_EXECUTED = "TRIP_EXECUTED",
3200
+ TRIP_EXECUTING = "TRIP_EXECUTING",
3197
3201
  JOB_DONE = "JOB_DONE"
3198
3202
  }
3199
3203
 
3200
3204
  /**
3201
3205
  * VRt.Studio [ST]
3202
3206
  *
3203
- * The version of the OpenAPI document: 7.35.3290
3207
+ * The version of the OpenAPI document: 7.37.3331
3204
3208
  * Contact: support@veeroute.com
3205
3209
  *
3206
3210
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3248,7 +3252,7 @@ interface FactStudio {
3248
3252
  /**
3249
3253
  * VRt.Studio [ST]
3250
3254
  *
3251
- * The version of the OpenAPI document: 7.35.3290
3255
+ * The version of the OpenAPI document: 7.37.3331
3252
3256
  * Contact: support@veeroute.com
3253
3257
  *
3254
3258
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3273,7 +3277,7 @@ interface FeatureLifetimeStudio {
3273
3277
  /**
3274
3278
  * VRt.Studio [ST]
3275
3279
  *
3276
- * The version of the OpenAPI document: 7.35.3290
3280
+ * The version of the OpenAPI document: 7.37.3331
3277
3281
  * Contact: support@veeroute.com
3278
3282
  *
3279
3283
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3297,7 +3301,7 @@ interface FileNamePathStudio {
3297
3301
  /**
3298
3302
  * VRt.Studio [ST]
3299
3303
  *
3300
- * The version of the OpenAPI document: 7.35.3290
3304
+ * The version of the OpenAPI document: 7.37.3331
3301
3305
  * Contact: support@veeroute.com
3302
3306
  *
3303
3307
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3319,7 +3323,7 @@ declare enum FilesystemColumnTypeStudio {
3319
3323
  /**
3320
3324
  * VRt.Studio [ST]
3321
3325
  *
3322
- * The version of the OpenAPI document: 7.35.3290
3326
+ * The version of the OpenAPI document: 7.37.3331
3323
3327
  * Contact: support@veeroute.com
3324
3328
  *
3325
3329
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3343,7 +3347,7 @@ interface FolderCountersStudio {
3343
3347
  /**
3344
3348
  * VRt.Studio [ST]
3345
3349
  *
3346
- * The version of the OpenAPI document: 7.35.3290
3350
+ * The version of the OpenAPI document: 7.37.3331
3347
3351
  * Contact: support@veeroute.com
3348
3352
  *
3349
3353
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3368,7 +3372,7 @@ interface FilesystemCountersStudio {
3368
3372
  /**
3369
3373
  * VRt.Studio [ST]
3370
3374
  *
3371
- * The version of the OpenAPI document: 7.35.3290
3375
+ * The version of the OpenAPI document: 7.37.3331
3372
3376
  * Contact: support@veeroute.com
3373
3377
  *
3374
3378
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3385,7 +3389,7 @@ declare enum FolderTypeStudio {
3385
3389
  /**
3386
3390
  * VRt.Studio [ST]
3387
3391
  *
3388
- * The version of the OpenAPI document: 7.35.3290
3392
+ * The version of the OpenAPI document: 7.37.3331
3389
3393
  * Contact: support@veeroute.com
3390
3394
  *
3391
3395
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3444,7 +3448,7 @@ interface FolderStudio {
3444
3448
  /**
3445
3449
  * VRt.Studio [ST]
3446
3450
  *
3447
- * The version of the OpenAPI document: 7.35.3290
3451
+ * The version of the OpenAPI document: 7.37.3331
3448
3452
  * Contact: support@veeroute.com
3449
3453
  *
3450
3454
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3465,7 +3469,7 @@ interface FilesystemPathStudio {
3465
3469
  /**
3466
3470
  * VRt.Studio [ST]
3467
3471
  *
3468
- * The version of the OpenAPI document: 7.35.3290
3472
+ * The version of the OpenAPI document: 7.37.3331
3469
3473
  * Contact: support@veeroute.com
3470
3474
  *
3471
3475
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3488,7 +3492,7 @@ interface FilesystemStudio {
3488
3492
  /**
3489
3493
  * VRt.Studio [ST]
3490
3494
  *
3491
- * The version of the OpenAPI document: 7.35.3290
3495
+ * The version of the OpenAPI document: 7.37.3331
3492
3496
  * Contact: support@veeroute.com
3493
3497
  *
3494
3498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3529,7 +3533,7 @@ interface FolderSpecificationStudio {
3529
3533
  /**
3530
3534
  * VRt.Studio [ST]
3531
3535
  *
3532
- * The version of the OpenAPI document: 7.35.3290
3536
+ * The version of the OpenAPI document: 7.37.3331
3533
3537
  * Contact: support@veeroute.com
3534
3538
  *
3535
3539
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3553,7 +3557,7 @@ interface SchemaErrorStudio {
3553
3557
  /**
3554
3558
  * VRt.Studio [ST]
3555
3559
  *
3556
- * The version of the OpenAPI document: 7.35.3290
3560
+ * The version of the OpenAPI document: 7.37.3331
3557
3561
  * Contact: support@veeroute.com
3558
3562
  *
3559
3563
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3579,7 +3583,7 @@ interface General400Studio {
3579
3583
  /**
3580
3584
  * VRt.Studio [ST]
3581
3585
  *
3582
- * The version of the OpenAPI document: 7.35.3290
3586
+ * The version of the OpenAPI document: 7.37.3331
3583
3587
  * Contact: support@veeroute.com
3584
3588
  *
3585
3589
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3601,7 +3605,7 @@ interface General402Studio {
3601
3605
  /**
3602
3606
  * VRt.Studio [ST]
3603
3607
  *
3604
- * The version of the OpenAPI document: 7.35.3290
3608
+ * The version of the OpenAPI document: 7.37.3331
3605
3609
  * Contact: support@veeroute.com
3606
3610
  *
3607
3611
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3623,7 +3627,7 @@ interface General403Studio {
3623
3627
  /**
3624
3628
  * VRt.Studio [ST]
3625
3629
  *
3626
- * The version of the OpenAPI document: 7.35.3290
3630
+ * The version of the OpenAPI document: 7.37.3331
3627
3631
  * Contact: support@veeroute.com
3628
3632
  *
3629
3633
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3641,7 +3645,7 @@ interface General404DetailStudio {
3641
3645
  /**
3642
3646
  * VRt.Studio [ST]
3643
3647
  *
3644
- * The version of the OpenAPI document: 7.35.3290
3648
+ * The version of the OpenAPI document: 7.37.3331
3645
3649
  * Contact: support@veeroute.com
3646
3650
  *
3647
3651
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3663,7 +3667,7 @@ interface General404Studio {
3663
3667
  /**
3664
3668
  * VRt.Studio [ST]
3665
3669
  *
3666
- * The version of the OpenAPI document: 7.35.3290
3670
+ * The version of the OpenAPI document: 7.37.3331
3667
3671
  * Contact: support@veeroute.com
3668
3672
  *
3669
3673
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3685,7 +3689,7 @@ interface General429Studio {
3685
3689
  /**
3686
3690
  * VRt.Studio [ST]
3687
3691
  *
3688
- * The version of the OpenAPI document: 7.35.3290
3692
+ * The version of the OpenAPI document: 7.37.3331
3689
3693
  * Contact: support@veeroute.com
3690
3694
  *
3691
3695
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3707,7 +3711,7 @@ interface General500Studio {
3707
3711
  /**
3708
3712
  * VRt.Studio [ST]
3709
3713
  *
3710
- * The version of the OpenAPI document: 7.35.3290
3714
+ * The version of the OpenAPI document: 7.37.3331
3711
3715
  * Contact: support@veeroute.com
3712
3716
  *
3713
3717
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3731,7 +3735,7 @@ interface GeopointStudio {
3731
3735
  /**
3732
3736
  * VRt.Studio [ST]
3733
3737
  *
3734
- * The version of the OpenAPI document: 7.35.3290
3738
+ * The version of the OpenAPI document: 7.37.3331
3735
3739
  * Contact: support@veeroute.com
3736
3740
  *
3737
3741
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3749,7 +3753,7 @@ declare enum HardlinkElementTypeStudio {
3749
3753
  /**
3750
3754
  * VRt.Studio [ST]
3751
3755
  *
3752
- * The version of the OpenAPI document: 7.35.3290
3756
+ * The version of the OpenAPI document: 7.37.3331
3753
3757
  * Contact: support@veeroute.com
3754
3758
  *
3755
3759
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3771,7 +3775,7 @@ interface HardlinkElementStudio {
3771
3775
  /**
3772
3776
  * VRt.Studio [ST]
3773
3777
  *
3774
- * The version of the OpenAPI document: 7.35.3290
3778
+ * The version of the OpenAPI document: 7.37.3331
3775
3779
  * Contact: support@veeroute.com
3776
3780
  *
3777
3781
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3800,7 +3804,7 @@ interface HardlinkStudio {
3800
3804
  /**
3801
3805
  * VRt.Studio [ST]
3802
3806
  *
3803
- * The version of the OpenAPI document: 7.35.3290
3807
+ * The version of the OpenAPI document: 7.37.3331
3804
3808
  * Contact: support@veeroute.com
3805
3809
  *
3806
3810
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3817,7 +3821,7 @@ declare enum ImportSampleStudio {
3817
3821
  /**
3818
3822
  * VRt.Studio [ST]
3819
3823
  *
3820
- * The version of the OpenAPI document: 7.35.3290
3824
+ * The version of the OpenAPI document: 7.37.3331
3821
3825
  * Contact: support@veeroute.com
3822
3826
  *
3823
3827
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3834,7 +3838,7 @@ declare enum ImportSourceStudio {
3834
3838
  /**
3835
3839
  * VRt.Studio [ST]
3836
3840
  *
3837
- * The version of the OpenAPI document: 7.35.3290
3841
+ * The version of the OpenAPI document: 7.37.3331
3838
3842
  * Contact: support@veeroute.com
3839
3843
  *
3840
3844
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3869,7 +3873,7 @@ declare enum LinkedEssenceStudioEssenceTypeEnum {
3869
3873
  /**
3870
3874
  * VRt.Studio [ST]
3871
3875
  *
3872
- * The version of the OpenAPI document: 7.35.3290
3876
+ * The version of the OpenAPI document: 7.37.3331
3873
3877
  * Contact: support@veeroute.com
3874
3878
  *
3875
3879
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3891,7 +3895,7 @@ interface TransportLoadStudio {
3891
3895
  /**
3892
3896
  * VRt.Studio [ST]
3893
3897
  *
3894
- * The version of the OpenAPI document: 7.35.3290
3898
+ * The version of the OpenAPI document: 7.37.3331
3895
3899
  * Contact: support@veeroute.com
3896
3900
  *
3897
3901
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3912,7 +3916,7 @@ interface LoadStatisticsStudio {
3912
3916
  */
3913
3917
  max_load: TransportLoadStudio;
3914
3918
  /**
3915
- * Maximum transport load during the driving (for each dimension).
3919
+ * Maximum transport load over the entire trip duration while in motion (for each dimension).
3916
3920
  */
3917
3921
  max_transfer_load: TransportLoadStudio;
3918
3922
  }
@@ -3920,7 +3924,7 @@ interface LoadStatisticsStudio {
3920
3924
  /**
3921
3925
  * VRt.Studio [ST]
3922
3926
  *
3923
- * The version of the OpenAPI document: 7.35.3290
3927
+ * The version of the OpenAPI document: 7.37.3331
3924
3928
  * Contact: support@veeroute.com
3925
3929
  *
3926
3930
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3945,14 +3949,14 @@ interface LocationCargosLimitStudio {
3945
3949
  /**
3946
3950
  * VRt.Studio [ST]
3947
3951
  *
3948
- * The version of the OpenAPI document: 7.35.3290
3952
+ * The version of the OpenAPI document: 7.37.3331
3949
3953
  * Contact: support@veeroute.com
3950
3954
  *
3951
3955
  * NOTE: This class is auto generated by OpenAPI Generator.
3952
3956
  * Do not edit the class manually.
3953
3957
  */
3954
3958
  /**
3955
- * Location [compatibilities](#section/Description/Compatibilities).
3959
+ * Compatibilities of [the location with transport](#section/Description/Compatibilities).
3956
3960
  */
3957
3961
  interface LocationCompatibilitiesStudio {
3958
3962
  [key: string]: any | any;
@@ -3965,7 +3969,7 @@ interface LocationCompatibilitiesStudio {
3965
3969
  /**
3966
3970
  * VRt.Studio [ST]
3967
3971
  *
3968
- * The version of the OpenAPI document: 7.35.3290
3972
+ * The version of the OpenAPI document: 7.37.3331
3969
3973
  * Contact: support@veeroute.com
3970
3974
  *
3971
3975
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3989,7 +3993,7 @@ interface LocationTransportsLimitStudio {
3989
3993
  /**
3990
3994
  * VRt.Studio [ST]
3991
3995
  *
3992
- * The version of the OpenAPI document: 7.35.3290
3996
+ * The version of the OpenAPI document: 7.37.3331
3993
3997
  * Contact: support@veeroute.com
3994
3998
  *
3995
3999
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4022,7 +4026,7 @@ interface LocationLimitStatisticsStudio {
4022
4026
  /**
4023
4027
  * VRt.Studio [ST]
4024
4028
  *
4025
- * The version of the OpenAPI document: 7.35.3290
4029
+ * The version of the OpenAPI document: 7.37.3331
4026
4030
  * Contact: support@veeroute.com
4027
4031
  *
4028
4032
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4063,7 +4067,7 @@ interface LocationLimitStudio {
4063
4067
  /**
4064
4068
  * VRt.Studio [ST]
4065
4069
  *
4066
- * The version of the OpenAPI document: 7.35.3290
4070
+ * The version of the OpenAPI document: 7.37.3331
4067
4071
  * Contact: support@veeroute.com
4068
4072
  *
4069
4073
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4102,7 +4106,7 @@ interface LocationStatisticsStudio {
4102
4106
  /**
4103
4107
  * VRt.Studio [ST]
4104
4108
  *
4105
- * The version of the OpenAPI document: 7.35.3290
4109
+ * The version of the OpenAPI document: 7.37.3331
4106
4110
  * Contact: support@veeroute.com
4107
4111
  *
4108
4112
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4127,7 +4131,7 @@ interface LocationTimetableElementStudio {
4127
4131
  /**
4128
4132
  * VRt.Studio [ST]
4129
4133
  *
4130
- * The version of the OpenAPI document: 7.35.3290
4134
+ * The version of the OpenAPI document: 7.37.3331
4131
4135
  * Contact: support@veeroute.com
4132
4136
  *
4133
4137
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4174,14 +4178,14 @@ interface LocationStudio {
4174
4178
  /**
4175
4179
  * VRt.Studio [ST]
4176
4180
  *
4177
- * The version of the OpenAPI document: 7.35.3290
4181
+ * The version of the OpenAPI document: 7.37.3331
4178
4182
  * Contact: support@veeroute.com
4179
4183
  *
4180
4184
  * NOTE: This class is auto generated by OpenAPI Generator.
4181
4185
  * Do not edit the class manually.
4182
4186
  */
4183
4187
  /**
4184
- * Order [compatibilities](#section/Description/Compatibilities).
4188
+ * Compatibilities of [the order with performers and other orders](#section/Description/Compatibilities).
4185
4189
  */
4186
4190
  interface OrderCompatibilitiesStudio {
4187
4191
  [key: string]: any | any;
@@ -4206,7 +4210,7 @@ interface OrderCompatibilitiesStudio {
4206
4210
  /**
4207
4211
  * VRt.Studio [ST]
4208
4212
  *
4209
- * The version of the OpenAPI document: 7.35.3290
4213
+ * The version of the OpenAPI document: 7.37.3331
4210
4214
  * Contact: support@veeroute.com
4211
4215
  *
4212
4216
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4244,7 +4248,7 @@ interface OrderStudio {
4244
4248
  /**
4245
4249
  * VRt.Studio [ST]
4246
4250
  *
4247
- * The version of the OpenAPI document: 7.35.3290
4251
+ * The version of the OpenAPI document: 7.37.3331
4248
4252
  * Contact: support@veeroute.com
4249
4253
  *
4250
4254
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4252,7 +4256,7 @@ interface OrderStudio {
4252
4256
  */
4253
4257
 
4254
4258
  /**
4255
- * Performer [compatibilities](#section/Description/Compatibilities).
4259
+ * Compatibilities of [the performer with transport and orders](#section/Description/Compatibilities).
4256
4260
  */
4257
4261
  interface PerformerCompatibilitiesStudio {
4258
4262
  [key: string]: any | any;
@@ -4273,7 +4277,7 @@ interface PerformerCompatibilitiesStudio {
4273
4277
  /**
4274
4278
  * VRt.Studio [ST]
4275
4279
  *
4276
- * The version of the OpenAPI document: 7.35.3290
4280
+ * The version of the OpenAPI document: 7.37.3331
4277
4281
  * Contact: support@veeroute.com
4278
4282
  *
4279
4283
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4298,7 +4302,7 @@ interface PerformerLimitsStudio {
4298
4302
  /**
4299
4303
  * VRt.Studio [ST]
4300
4304
  *
4301
- * The version of the OpenAPI document: 7.35.3290
4305
+ * The version of the OpenAPI document: 7.37.3331
4302
4306
  * Contact: support@veeroute.com
4303
4307
  *
4304
4308
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4326,7 +4330,7 @@ interface RestStudio {
4326
4330
  /**
4327
4331
  * VRt.Studio [ST]
4328
4332
  *
4329
- * The version of the OpenAPI document: 7.35.3290
4333
+ * The version of the OpenAPI document: 7.37.3331
4330
4334
  * Contact: support@veeroute.com
4331
4335
  *
4332
4336
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4347,7 +4351,7 @@ interface RestRulesStudio {
4347
4351
  /**
4348
4352
  * VRt.Studio [ST]
4349
4353
  *
4350
- * The version of the OpenAPI document: 7.35.3290
4354
+ * The version of the OpenAPI document: 7.37.3331
4351
4355
  * Contact: support@veeroute.com
4352
4356
  *
4353
4357
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4355,7 +4359,7 @@ interface RestRulesStudio {
4355
4359
  */
4356
4360
 
4357
4361
  /**
4358
- * Work and rest rules.
4362
+ * Performer\'s work and rest rules.
4359
4363
  */
4360
4364
  interface WorkAndRestRulesStudio {
4361
4365
  [key: string]: any | any;
@@ -4366,7 +4370,7 @@ interface WorkAndRestRulesStudio {
4366
4370
  */
4367
4371
  reset_location_keys?: Array<string>;
4368
4372
  /**
4369
- * A list of location keys whose stay is not taken into account in the total execution time counter.
4373
+ * List of location keys whose stay is not taken into account in the total trip execution time counter.
4370
4374
  */
4371
4375
  ignore_location_keys?: Array<string>;
4372
4376
  }
@@ -4374,7 +4378,7 @@ interface WorkAndRestRulesStudio {
4374
4378
  /**
4375
4379
  * VRt.Studio [ST]
4376
4380
  *
4377
- * The version of the OpenAPI document: 7.35.3290
4381
+ * The version of the OpenAPI document: 7.37.3331
4378
4382
  * Contact: support@veeroute.com
4379
4383
  *
4380
4384
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4398,7 +4402,7 @@ interface PerformerTariffConstraintStudio {
4398
4402
  /**
4399
4403
  * VRt.Studio [ST]
4400
4404
  *
4401
- * The version of the OpenAPI document: 7.35.3290
4405
+ * The version of the OpenAPI document: 7.37.3331
4402
4406
  * Contact: support@veeroute.com
4403
4407
  *
4404
4408
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4427,7 +4431,7 @@ interface PerformerTariffStudio {
4427
4431
  /**
4428
4432
  * VRt.Studio [ST]
4429
4433
  *
4430
- * The version of the OpenAPI document: 7.35.3290
4434
+ * The version of the OpenAPI document: 7.37.3331
4431
4435
  * Contact: support@veeroute.com
4432
4436
  *
4433
4437
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4482,7 +4486,7 @@ interface PerformerShiftStudio {
4482
4486
  /**
4483
4487
  * VRt.Studio [ST]
4484
4488
  *
4485
- * The version of the OpenAPI document: 7.35.3290
4489
+ * The version of the OpenAPI document: 7.37.3331
4486
4490
  * Contact: support@veeroute.com
4487
4491
  *
4488
4492
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4521,7 +4525,7 @@ interface PerformerStudio {
4521
4525
  /**
4522
4526
  * VRt.Studio [ST]
4523
4527
  *
4524
- * The version of the OpenAPI document: 7.35.3290
4528
+ * The version of the OpenAPI document: 7.37.3331
4525
4529
  * Contact: support@veeroute.com
4526
4530
  *
4527
4531
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4550,7 +4554,7 @@ interface StopDemandStudio {
4550
4554
  /**
4551
4555
  * VRt.Studio [ST]
4552
4556
  *
4553
- * The version of the OpenAPI document: 7.35.3290
4557
+ * The version of the OpenAPI document: 7.37.3331
4554
4558
  * Contact: support@veeroute.com
4555
4559
  *
4556
4560
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4607,7 +4611,7 @@ interface StopStatisticsStudio {
4607
4611
  /**
4608
4612
  * VRt.Studio [ST]
4609
4613
  *
4610
- * The version of the OpenAPI document: 7.35.3290
4614
+ * The version of the OpenAPI document: 7.37.3331
4611
4615
  * Contact: support@veeroute.com
4612
4616
  *
4613
4617
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4632,7 +4636,7 @@ interface RoundtripStatisticsStudio {
4632
4636
  /**
4633
4637
  * VRt.Studio [ST]
4634
4638
  *
4635
- * The version of the OpenAPI document: 7.35.3290
4639
+ * The version of the OpenAPI document: 7.37.3331
4636
4640
  * Contact: support@veeroute.com
4637
4641
  *
4638
4642
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4670,7 +4674,7 @@ interface TripStatisticsStudio {
4670
4674
  /**
4671
4675
  * VRt.Studio [ST]
4672
4676
  *
4673
- * The version of the OpenAPI document: 7.35.3290
4677
+ * The version of the OpenAPI document: 7.37.3331
4674
4678
  * Contact: support@veeroute.com
4675
4679
  *
4676
4680
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4698,7 +4702,7 @@ interface PlanStatisticsStudio {
4698
4702
  /**
4699
4703
  * VRt.Studio [ST]
4700
4704
  *
4701
- * The version of the OpenAPI document: 7.35.3290
4705
+ * The version of the OpenAPI document: 7.37.3331
4702
4706
  * Contact: support@veeroute.com
4703
4707
  *
4704
4708
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4720,7 +4724,7 @@ interface RoutingMatrixWaypointStudio {
4720
4724
  /**
4721
4725
  * VRt.Studio [ST]
4722
4726
  *
4723
- * The version of the OpenAPI document: 7.35.3290
4727
+ * The version of the OpenAPI document: 7.37.3331
4724
4728
  * Contact: support@veeroute.com
4725
4729
  *
4726
4730
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4749,7 +4753,7 @@ interface RoutingMatrixStudio {
4749
4753
  /**
4750
4754
  * VRt.Studio [ST]
4751
4755
  *
4752
- * The version of the OpenAPI document: 7.35.3290
4756
+ * The version of the OpenAPI document: 7.37.3331
4753
4757
  * Contact: support@veeroute.com
4754
4758
  *
4755
4759
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4768,7 +4772,7 @@ interface RoutingTransportMatrixStudio {
4768
4772
  /**
4769
4773
  * VRt.Studio [ST]
4770
4774
  *
4771
- * The version of the OpenAPI document: 7.35.3290
4775
+ * The version of the OpenAPI document: 7.37.3331
4772
4776
  * Contact: support@veeroute.com
4773
4777
  *
4774
4778
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5024,7 +5028,7 @@ interface TableCustomfieldsStudio {
5024
5028
  /**
5025
5029
  * VRt.Studio [ST]
5026
5030
  *
5027
- * The version of the OpenAPI document: 7.35.3290
5031
+ * The version of the OpenAPI document: 7.37.3331
5028
5032
  * Contact: support@veeroute.com
5029
5033
  *
5030
5034
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5034,6 +5038,7 @@ interface TableCustomfieldsStudio {
5034
5038
  * Experiment table column name.
5035
5039
  */
5036
5040
  declare enum TableExperimentColumnTypeStudio {
5041
+ SHARING = "SHARING",
5037
5042
  EDIT_DATE = "EDIT_DATE",
5038
5043
  CREATION_DATE = "CREATION_DATE",
5039
5044
  CALCULATION_STATE = "CALCULATION_STATE",
@@ -5044,7 +5049,7 @@ declare enum TableExperimentColumnTypeStudio {
5044
5049
  /**
5045
5050
  * VRt.Studio [ST]
5046
5051
  *
5047
- * The version of the OpenAPI document: 7.35.3290
5052
+ * The version of the OpenAPI document: 7.37.3331
5048
5053
  * Contact: support@veeroute.com
5049
5054
  *
5050
5055
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5067,7 +5072,7 @@ declare enum TableFactColumnTypeStudio {
5067
5072
  /**
5068
5073
  * VRt.Studio [ST]
5069
5074
  *
5070
- * The version of the OpenAPI document: 7.35.3290
5075
+ * The version of the OpenAPI document: 7.37.3331
5071
5076
  * Contact: support@veeroute.com
5072
5077
  *
5073
5078
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5124,7 +5129,7 @@ declare enum TableFactFieldsStudioEssenceTypeEnum {
5124
5129
  /**
5125
5130
  * VRt.Studio [ST]
5126
5131
  *
5127
- * The version of the OpenAPI document: 7.35.3290
5132
+ * The version of the OpenAPI document: 7.37.3331
5128
5133
  * Contact: support@veeroute.com
5129
5134
  *
5130
5135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5148,7 +5153,7 @@ interface TableFilterFloatRangeStudio {
5148
5153
  /**
5149
5154
  * VRt.Studio [ST]
5150
5155
  *
5151
- * The version of the OpenAPI document: 7.35.3290
5156
+ * The version of the OpenAPI document: 7.37.3331
5152
5157
  * Contact: support@veeroute.com
5153
5158
  *
5154
5159
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5172,7 +5177,7 @@ interface TableFilterIntRangeStudio {
5172
5177
  /**
5173
5178
  * VRt.Studio [ST]
5174
5179
  *
5175
- * The version of the OpenAPI document: 7.35.3290
5180
+ * The version of the OpenAPI document: 7.37.3331
5176
5181
  * Contact: support@veeroute.com
5177
5182
  *
5178
5183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5196,7 +5201,7 @@ interface TableFilterStringListStudio {
5196
5201
  /**
5197
5202
  * VRt.Studio [ST]
5198
5203
  *
5199
- * The version of the OpenAPI document: 7.35.3290
5204
+ * The version of the OpenAPI document: 7.37.3331
5200
5205
  * Contact: support@veeroute.com
5201
5206
  *
5202
5207
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5220,7 +5225,7 @@ interface TableFilterDatetimeRangeStudio {
5220
5225
  /**
5221
5226
  * VRt.Studio [ST]
5222
5227
  *
5223
- * The version of the OpenAPI document: 7.35.3290
5228
+ * The version of the OpenAPI document: 7.37.3331
5224
5229
  * Contact: support@veeroute.com
5225
5230
  *
5226
5231
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5243,7 +5248,7 @@ declare enum TableFilterTypeStudio {
5243
5248
  /**
5244
5249
  * VRt.Studio [ST]
5245
5250
  *
5246
- * The version of the OpenAPI document: 7.35.3290
5251
+ * The version of the OpenAPI document: 7.37.3331
5247
5252
  * Contact: support@veeroute.com
5248
5253
  *
5249
5254
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5267,7 +5272,7 @@ interface TableFilterStringSearchStudio {
5267
5272
  /**
5268
5273
  * VRt.Studio [ST]
5269
5274
  *
5270
- * The version of the OpenAPI document: 7.35.3290
5275
+ * The version of the OpenAPI document: 7.37.3331
5271
5276
  * Contact: support@veeroute.com
5272
5277
  *
5273
5278
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5287,7 +5292,7 @@ interface TableFilterBoolListStudio {
5287
5292
  /**
5288
5293
  * VRt.Studio [ST]
5289
5294
  *
5290
- * The version of the OpenAPI document: 7.35.3290
5295
+ * The version of the OpenAPI document: 7.37.3331
5291
5296
  * Contact: support@veeroute.com
5292
5297
  *
5293
5298
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5307,7 +5312,7 @@ interface TableFilterEnumListStudio {
5307
5312
  /**
5308
5313
  * VRt.Studio [ST]
5309
5314
  *
5310
- * The version of the OpenAPI document: 7.35.3290
5315
+ * The version of the OpenAPI document: 7.37.3331
5311
5316
  * Contact: support@veeroute.com
5312
5317
  *
5313
5318
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5331,7 +5336,7 @@ interface TableFilterDurationRangeStudio {
5331
5336
  /**
5332
5337
  * VRt.Studio [ST]
5333
5338
  *
5334
- * The version of the OpenAPI document: 7.35.3290
5339
+ * The version of the OpenAPI document: 7.37.3331
5335
5340
  * Contact: support@veeroute.com
5336
5341
  *
5337
5342
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5359,7 +5364,7 @@ interface TableFactFilterStudio {
5359
5364
  /**
5360
5365
  * VRt.Studio [ST]
5361
5366
  *
5362
- * The version of the OpenAPI document: 7.35.3290
5367
+ * The version of the OpenAPI document: 7.37.3331
5363
5368
  * Contact: support@veeroute.com
5364
5369
  *
5365
5370
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5380,7 +5385,7 @@ interface TableFactFilterListStudio {
5380
5385
  /**
5381
5386
  * VRt.Studio [ST]
5382
5387
  *
5383
- * The version of the OpenAPI document: 7.35.3290
5388
+ * The version of the OpenAPI document: 7.37.3331
5384
5389
  * Contact: support@veeroute.com
5385
5390
  *
5386
5391
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5402,7 +5407,7 @@ interface TableFactStudio {
5402
5407
  /**
5403
5408
  * VRt.Studio [ST]
5404
5409
  *
5405
- * The version of the OpenAPI document: 7.35.3290
5410
+ * The version of the OpenAPI document: 7.37.3331
5406
5411
  * Contact: support@veeroute.com
5407
5412
  *
5408
5413
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5424,7 +5429,7 @@ interface TableFactListStudio {
5424
5429
  /**
5425
5430
  * VRt.Studio [ST]
5426
5431
  *
5427
- * The version of the OpenAPI document: 7.35.3290
5432
+ * The version of the OpenAPI document: 7.37.3331
5428
5433
  * Contact: support@veeroute.com
5429
5434
  *
5430
5435
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5449,7 +5454,7 @@ interface TableFactMetricsFilterListStudio {
5449
5454
  /**
5450
5455
  * VRt.Studio [ST]
5451
5456
  *
5452
- * The version of the OpenAPI document: 7.35.3290
5457
+ * The version of the OpenAPI document: 7.37.3331
5453
5458
  * Contact: support@veeroute.com
5454
5459
  *
5455
5460
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5475,7 +5480,7 @@ interface TableFactMetricsStudio {
5475
5480
  /**
5476
5481
  * VRt.Studio [ST]
5477
5482
  *
5478
- * The version of the OpenAPI document: 7.35.3290
5483
+ * The version of the OpenAPI document: 7.37.3331
5479
5484
  * Contact: support@veeroute.com
5480
5485
  *
5481
5486
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5498,7 +5503,7 @@ declare enum TableHardlinkColumnTypeStudio {
5498
5503
  /**
5499
5504
  * VRt.Studio [ST]
5500
5505
  *
5501
- * The version of the OpenAPI document: 7.35.3290
5506
+ * The version of the OpenAPI document: 7.37.3331
5502
5507
  * Contact: support@veeroute.com
5503
5508
  *
5504
5509
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5556,7 +5561,7 @@ declare enum TableHardlinkFieldsStudioEssenceTypeEnum {
5556
5561
  /**
5557
5562
  * VRt.Studio [ST]
5558
5563
  *
5559
- * The version of the OpenAPI document: 7.35.3290
5564
+ * The version of the OpenAPI document: 7.37.3331
5560
5565
  * Contact: support@veeroute.com
5561
5566
  *
5562
5567
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5584,7 +5589,7 @@ interface TableHardlinkFilterStudio {
5584
5589
  /**
5585
5590
  * VRt.Studio [ST]
5586
5591
  *
5587
- * The version of the OpenAPI document: 7.35.3290
5592
+ * The version of the OpenAPI document: 7.37.3331
5588
5593
  * Contact: support@veeroute.com
5589
5594
  *
5590
5595
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5605,7 +5610,7 @@ interface TableHardlinkFilterListStudio {
5605
5610
  /**
5606
5611
  * VRt.Studio [ST]
5607
5612
  *
5608
- * The version of the OpenAPI document: 7.35.3290
5613
+ * The version of the OpenAPI document: 7.37.3331
5609
5614
  * Contact: support@veeroute.com
5610
5615
  *
5611
5616
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5627,7 +5632,7 @@ interface TableHardlinkStudio {
5627
5632
  /**
5628
5633
  * VRt.Studio [ST]
5629
5634
  *
5630
- * The version of the OpenAPI document: 7.35.3290
5635
+ * The version of the OpenAPI document: 7.37.3331
5631
5636
  * Contact: support@veeroute.com
5632
5637
  *
5633
5638
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5649,7 +5654,7 @@ interface TableHardlinkListStudio {
5649
5654
  /**
5650
5655
  * VRt.Studio [ST]
5651
5656
  *
5652
- * The version of the OpenAPI document: 7.35.3290
5657
+ * The version of the OpenAPI document: 7.37.3331
5653
5658
  * Contact: support@veeroute.com
5654
5659
  *
5655
5660
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5674,7 +5679,7 @@ interface TableHardlinkMetricsFilterListStudio {
5674
5679
  /**
5675
5680
  * VRt.Studio [ST]
5676
5681
  *
5677
- * The version of the OpenAPI document: 7.35.3290
5682
+ * The version of the OpenAPI document: 7.37.3331
5678
5683
  * Contact: support@veeroute.com
5679
5684
  *
5680
5685
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5700,7 +5705,7 @@ interface TableHardlinkMetricsStudio {
5700
5705
  /**
5701
5706
  * VRt.Studio [ST]
5702
5707
  *
5703
- * The version of the OpenAPI document: 7.35.3290
5708
+ * The version of the OpenAPI document: 7.37.3331
5704
5709
  * Contact: support@veeroute.com
5705
5710
  *
5706
5711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5722,7 +5727,7 @@ declare enum TableLocationColumnTypeStudio {
5722
5727
  /**
5723
5728
  * VRt.Studio [ST]
5724
5729
  *
5725
- * The version of the OpenAPI document: 7.35.3290
5730
+ * The version of the OpenAPI document: 7.37.3331
5726
5731
  * Contact: support@veeroute.com
5727
5732
  *
5728
5733
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5769,7 +5774,7 @@ declare enum TableLocationFieldsStudioEssenceTypeEnum {
5769
5774
  /**
5770
5775
  * VRt.Studio [ST]
5771
5776
  *
5772
- * The version of the OpenAPI document: 7.35.3290
5777
+ * The version of the OpenAPI document: 7.37.3331
5773
5778
  * Contact: support@veeroute.com
5774
5779
  *
5775
5780
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5797,7 +5802,7 @@ interface TableLocationFilterStudio {
5797
5802
  /**
5798
5803
  * VRt.Studio [ST]
5799
5804
  *
5800
- * The version of the OpenAPI document: 7.35.3290
5805
+ * The version of the OpenAPI document: 7.37.3331
5801
5806
  * Contact: support@veeroute.com
5802
5807
  *
5803
5808
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5818,7 +5823,7 @@ interface TableLocationFilterListStudio {
5818
5823
  /**
5819
5824
  * VRt.Studio [ST]
5820
5825
  *
5821
- * The version of the OpenAPI document: 7.35.3290
5826
+ * The version of the OpenAPI document: 7.37.3331
5822
5827
  * Contact: support@veeroute.com
5823
5828
  *
5824
5829
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5840,7 +5845,7 @@ interface TableLocationStudio {
5840
5845
  /**
5841
5846
  * VRt.Studio [ST]
5842
5847
  *
5843
- * The version of the OpenAPI document: 7.35.3290
5848
+ * The version of the OpenAPI document: 7.37.3331
5844
5849
  * Contact: support@veeroute.com
5845
5850
  *
5846
5851
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5862,7 +5867,7 @@ interface TableLocationListStudio {
5862
5867
  /**
5863
5868
  * VRt.Studio [ST]
5864
5869
  *
5865
- * The version of the OpenAPI document: 7.35.3290
5870
+ * The version of the OpenAPI document: 7.37.3331
5866
5871
  * Contact: support@veeroute.com
5867
5872
  *
5868
5873
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5887,7 +5892,7 @@ interface TableLocationMetricsFilterListStudio {
5887
5892
  /**
5888
5893
  * VRt.Studio [ST]
5889
5894
  *
5890
- * The version of the OpenAPI document: 7.35.3290
5895
+ * The version of the OpenAPI document: 7.37.3331
5891
5896
  * Contact: support@veeroute.com
5892
5897
  *
5893
5898
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5913,7 +5918,7 @@ interface TableLocationMetricsStudio {
5913
5918
  /**
5914
5919
  * VRt.Studio [ST]
5915
5920
  *
5916
- * The version of the OpenAPI document: 7.35.3290
5921
+ * The version of the OpenAPI document: 7.37.3331
5917
5922
  * Contact: support@veeroute.com
5918
5923
  *
5919
5924
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5961,7 +5966,7 @@ declare enum TableOrderColumnTypeStudio {
5961
5966
  /**
5962
5967
  * VRt.Studio [ST]
5963
5968
  *
5964
- * The version of the OpenAPI document: 7.35.3290
5969
+ * The version of the OpenAPI document: 7.37.3331
5965
5970
  * Contact: support@veeroute.com
5966
5971
  *
5967
5972
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6097,7 +6102,7 @@ declare enum TableOrderFieldsStudioEssenceTypeEnum {
6097
6102
  /**
6098
6103
  * VRt.Studio [ST]
6099
6104
  *
6100
- * The version of the OpenAPI document: 7.35.3290
6105
+ * The version of the OpenAPI document: 7.37.3331
6101
6106
  * Contact: support@veeroute.com
6102
6107
  *
6103
6108
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6125,7 +6130,7 @@ interface TableOrderFilterStudio {
6125
6130
  /**
6126
6131
  * VRt.Studio [ST]
6127
6132
  *
6128
- * The version of the OpenAPI document: 7.35.3290
6133
+ * The version of the OpenAPI document: 7.37.3331
6129
6134
  * Contact: support@veeroute.com
6130
6135
  *
6131
6136
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6146,7 +6151,7 @@ interface TableOrderFilterListStudio {
6146
6151
  /**
6147
6152
  * VRt.Studio [ST]
6148
6153
  *
6149
- * The version of the OpenAPI document: 7.35.3290
6154
+ * The version of the OpenAPI document: 7.37.3331
6150
6155
  * Contact: support@veeroute.com
6151
6156
  *
6152
6157
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6168,7 +6173,7 @@ interface TableOrderStudio {
6168
6173
  /**
6169
6174
  * VRt.Studio [ST]
6170
6175
  *
6171
- * The version of the OpenAPI document: 7.35.3290
6176
+ * The version of the OpenAPI document: 7.37.3331
6172
6177
  * Contact: support@veeroute.com
6173
6178
  *
6174
6179
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6190,7 +6195,7 @@ interface TableOrderListStudio {
6190
6195
  /**
6191
6196
  * VRt.Studio [ST]
6192
6197
  *
6193
- * The version of the OpenAPI document: 7.35.3290
6198
+ * The version of the OpenAPI document: 7.37.3331
6194
6199
  * Contact: support@veeroute.com
6195
6200
  *
6196
6201
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6215,7 +6220,7 @@ interface TableOrderMetricsFilterListStudio {
6215
6220
  /**
6216
6221
  * VRt.Studio [ST]
6217
6222
  *
6218
- * The version of the OpenAPI document: 7.35.3290
6223
+ * The version of the OpenAPI document: 7.37.3331
6219
6224
  * Contact: support@veeroute.com
6220
6225
  *
6221
6226
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6241,7 +6246,7 @@ interface TableOrderMetricsStudio {
6241
6246
  /**
6242
6247
  * VRt.Studio [ST]
6243
6248
  *
6244
- * The version of the OpenAPI document: 7.35.3290
6249
+ * The version of the OpenAPI document: 7.37.3331
6245
6250
  * Contact: support@veeroute.com
6246
6251
  *
6247
6252
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6271,7 +6276,7 @@ declare enum TablePerformerColumnTypeStudio {
6271
6276
  /**
6272
6277
  * VRt.Studio [ST]
6273
6278
  *
6274
- * The version of the OpenAPI document: 7.35.3290
6279
+ * The version of the OpenAPI document: 7.37.3331
6275
6280
  * Contact: support@veeroute.com
6276
6281
  *
6277
6282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6347,7 +6352,7 @@ declare enum TablePerformerFieldsStudioEssenceTypeEnum {
6347
6352
  /**
6348
6353
  * VRt.Studio [ST]
6349
6354
  *
6350
- * The version of the OpenAPI document: 7.35.3290
6355
+ * The version of the OpenAPI document: 7.37.3331
6351
6356
  * Contact: support@veeroute.com
6352
6357
  *
6353
6358
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6375,7 +6380,7 @@ interface TablePerformerFilterStudio {
6375
6380
  /**
6376
6381
  * VRt.Studio [ST]
6377
6382
  *
6378
- * The version of the OpenAPI document: 7.35.3290
6383
+ * The version of the OpenAPI document: 7.37.3331
6379
6384
  * Contact: support@veeroute.com
6380
6385
  *
6381
6386
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6396,7 +6401,7 @@ interface TablePerformerFilterListStudio {
6396
6401
  /**
6397
6402
  * VRt.Studio [ST]
6398
6403
  *
6399
- * The version of the OpenAPI document: 7.35.3290
6404
+ * The version of the OpenAPI document: 7.37.3331
6400
6405
  * Contact: support@veeroute.com
6401
6406
  *
6402
6407
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6418,7 +6423,7 @@ interface TablePerformerStudio {
6418
6423
  /**
6419
6424
  * VRt.Studio [ST]
6420
6425
  *
6421
- * The version of the OpenAPI document: 7.35.3290
6426
+ * The version of the OpenAPI document: 7.37.3331
6422
6427
  * Contact: support@veeroute.com
6423
6428
  *
6424
6429
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6440,7 +6445,7 @@ interface TablePerformerListStudio {
6440
6445
  /**
6441
6446
  * VRt.Studio [ST]
6442
6447
  *
6443
- * The version of the OpenAPI document: 7.35.3290
6448
+ * The version of the OpenAPI document: 7.37.3331
6444
6449
  * Contact: support@veeroute.com
6445
6450
  *
6446
6451
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6465,7 +6470,7 @@ interface TablePerformerMetricsFilterListStudio {
6465
6470
  /**
6466
6471
  * VRt.Studio [ST]
6467
6472
  *
6468
- * The version of the OpenAPI document: 7.35.3290
6473
+ * The version of the OpenAPI document: 7.37.3331
6469
6474
  * Contact: support@veeroute.com
6470
6475
  *
6471
6476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6491,7 +6496,7 @@ interface TablePerformerMetricsStudio {
6491
6496
  /**
6492
6497
  * VRt.Studio [ST]
6493
6498
  *
6494
- * The version of the OpenAPI document: 7.35.3290
6499
+ * The version of the OpenAPI document: 7.37.3331
6495
6500
  * Contact: support@veeroute.com
6496
6501
  *
6497
6502
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6541,7 +6546,7 @@ declare enum TableRoundtripColumnTypeStudio {
6541
6546
  /**
6542
6547
  * VRt.Studio [ST]
6543
6548
  *
6544
- * The version of the OpenAPI document: 7.35.3290
6549
+ * The version of the OpenAPI document: 7.37.3331
6545
6550
  * Contact: support@veeroute.com
6546
6551
  *
6547
6552
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6700,7 +6705,7 @@ declare enum TableRoundtripFieldsStudioEssenceTypeEnum {
6700
6705
  /**
6701
6706
  * VRt.Studio [ST]
6702
6707
  *
6703
- * The version of the OpenAPI document: 7.35.3290
6708
+ * The version of the OpenAPI document: 7.37.3331
6704
6709
  * Contact: support@veeroute.com
6705
6710
  *
6706
6711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6728,7 +6733,7 @@ interface TableRoundtripFilterStudio {
6728
6733
  /**
6729
6734
  * VRt.Studio [ST]
6730
6735
  *
6731
- * The version of the OpenAPI document: 7.35.3290
6736
+ * The version of the OpenAPI document: 7.37.3331
6732
6737
  * Contact: support@veeroute.com
6733
6738
  *
6734
6739
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6749,7 +6754,7 @@ interface TableRoundtripFilterListStudio {
6749
6754
  /**
6750
6755
  * VRt.Studio [ST]
6751
6756
  *
6752
- * The version of the OpenAPI document: 7.35.3290
6757
+ * The version of the OpenAPI document: 7.37.3331
6753
6758
  * Contact: support@veeroute.com
6754
6759
  *
6755
6760
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6771,7 +6776,7 @@ interface TableRoundtripStudio {
6771
6776
  /**
6772
6777
  * VRt.Studio [ST]
6773
6778
  *
6774
- * The version of the OpenAPI document: 7.35.3290
6779
+ * The version of the OpenAPI document: 7.37.3331
6775
6780
  * Contact: support@veeroute.com
6776
6781
  *
6777
6782
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6793,7 +6798,7 @@ interface TableRoundtripListStudio {
6793
6798
  /**
6794
6799
  * VRt.Studio [ST]
6795
6800
  *
6796
- * The version of the OpenAPI document: 7.35.3290
6801
+ * The version of the OpenAPI document: 7.37.3331
6797
6802
  * Contact: support@veeroute.com
6798
6803
  *
6799
6804
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6818,7 +6823,7 @@ interface TableRoundtripMetricsFilterListStudio {
6818
6823
  /**
6819
6824
  * VRt.Studio [ST]
6820
6825
  *
6821
- * The version of the OpenAPI document: 7.35.3290
6826
+ * The version of the OpenAPI document: 7.37.3331
6822
6827
  * Contact: support@veeroute.com
6823
6828
  *
6824
6829
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6844,7 +6849,7 @@ interface TableRoundtripMetricsStudio {
6844
6849
  /**
6845
6850
  * VRt.Studio [ST]
6846
6851
  *
6847
- * The version of the OpenAPI document: 7.35.3290
6852
+ * The version of the OpenAPI document: 7.37.3331
6848
6853
  * Contact: support@veeroute.com
6849
6854
  *
6850
6855
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6880,7 +6885,7 @@ declare enum TableTransportColumnTypeStudio {
6880
6885
  /**
6881
6886
  * VRt.Studio [ST]
6882
6887
  *
6883
- * The version of the OpenAPI document: 7.35.3290
6888
+ * The version of the OpenAPI document: 7.37.3331
6884
6889
  * Contact: support@veeroute.com
6885
6890
  *
6886
6891
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6980,7 +6985,7 @@ declare enum TableTransportFieldsStudioEssenceTypeEnum {
6980
6985
  /**
6981
6986
  * VRt.Studio [ST]
6982
6987
  *
6983
- * The version of the OpenAPI document: 7.35.3290
6988
+ * The version of the OpenAPI document: 7.37.3331
6984
6989
  * Contact: support@veeroute.com
6985
6990
  *
6986
6991
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7008,7 +7013,7 @@ interface TableTransportFilterStudio {
7008
7013
  /**
7009
7014
  * VRt.Studio [ST]
7010
7015
  *
7011
- * The version of the OpenAPI document: 7.35.3290
7016
+ * The version of the OpenAPI document: 7.37.3331
7012
7017
  * Contact: support@veeroute.com
7013
7018
  *
7014
7019
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7029,7 +7034,7 @@ interface TableTransportFilterListStudio {
7029
7034
  /**
7030
7035
  * VRt.Studio [ST]
7031
7036
  *
7032
- * The version of the OpenAPI document: 7.35.3290
7037
+ * The version of the OpenAPI document: 7.37.3331
7033
7038
  * Contact: support@veeroute.com
7034
7039
  *
7035
7040
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7051,7 +7056,7 @@ interface TableTransportStudio {
7051
7056
  /**
7052
7057
  * VRt.Studio [ST]
7053
7058
  *
7054
- * The version of the OpenAPI document: 7.35.3290
7059
+ * The version of the OpenAPI document: 7.37.3331
7055
7060
  * Contact: support@veeroute.com
7056
7061
  *
7057
7062
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7073,7 +7078,7 @@ interface TableTransportListStudio {
7073
7078
  /**
7074
7079
  * VRt.Studio [ST]
7075
7080
  *
7076
- * The version of the OpenAPI document: 7.35.3290
7081
+ * The version of the OpenAPI document: 7.37.3331
7077
7082
  * Contact: support@veeroute.com
7078
7083
  *
7079
7084
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7098,7 +7103,7 @@ interface TableTransportMetricsFilterListStudio {
7098
7103
  /**
7099
7104
  * VRt.Studio [ST]
7100
7105
  *
7101
- * The version of the OpenAPI document: 7.35.3290
7106
+ * The version of the OpenAPI document: 7.37.3331
7102
7107
  * Contact: support@veeroute.com
7103
7108
  *
7104
7109
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7124,7 +7129,7 @@ interface TableTransportMetricsStudio {
7124
7129
  /**
7125
7130
  * VRt.Studio [ST]
7126
7131
  *
7127
- * The version of the OpenAPI document: 7.35.3290
7132
+ * The version of the OpenAPI document: 7.37.3331
7128
7133
  * Contact: support@veeroute.com
7129
7134
  *
7130
7135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7139,6 +7144,10 @@ declare enum TableTripColumnTypeStudio {
7139
7144
  TRIP_VERIFIED = "TRIP_VERIFIED",
7140
7145
  PRISTINE = "PRISTINE",
7141
7146
  TRIP_NAME = "TRIP_NAME",
7147
+ PERFORMER_KEY = "PERFORMER_KEY",
7148
+ PERFORMER_SHIFT_KEY = "PERFORMER_SHIFT_KEY",
7149
+ TRANSPORT_KEY = "TRANSPORT_KEY",
7150
+ TRANSPORT_SHIFT_KEY = "TRANSPORT_SHIFT_KEY",
7142
7151
  COST = "COST",
7143
7152
  REWARD = "REWARD",
7144
7153
  PROFIT = "PROFIT",
@@ -7167,6 +7176,8 @@ declare enum TableTripColumnTypeStudio {
7167
7176
  MAX_TRANSPORT_LOAD_CAPACITY_A = "MAX_TRANSPORT_LOAD_CAPACITY_A",
7168
7177
  MAX_TRANSPORT_LOAD_CAPACITY_B = "MAX_TRANSPORT_LOAD_CAPACITY_B",
7169
7178
  MAX_TRANSPORT_LOAD_CAPACITY_C = "MAX_TRANSPORT_LOAD_CAPACITY_C",
7179
+ AVERAGE_ROUNDTRIP_TIME = "AVERAGE_ROUNDTRIP_TIME",
7180
+ AVERAGE_ROUNDTRIP_DISTANCE = "AVERAGE_ROUNDTRIP_DISTANCE",
7170
7181
  ATTRIBUTES = "ATTRIBUTES",
7171
7182
  CUSTOMFIELDS = "CUSTOMFIELDS",
7172
7183
  TRIP_STATUS = "TRIP_STATUS",
@@ -7176,7 +7187,7 @@ declare enum TableTripColumnTypeStudio {
7176
7187
  /**
7177
7188
  * VRt.Studio [ST]
7178
7189
  *
7179
- * The version of the OpenAPI document: 7.35.3290
7190
+ * The version of the OpenAPI document: 7.37.3331
7180
7191
  * Contact: support@veeroute.com
7181
7192
  *
7182
7193
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7200,7 +7211,7 @@ declare enum TripStatusStudio {
7200
7211
  /**
7201
7212
  * VRt.Studio [ST]
7202
7213
  *
7203
- * The version of the OpenAPI document: 7.35.3290
7214
+ * The version of the OpenAPI document: 7.37.3331
7204
7215
  * Contact: support@veeroute.com
7205
7216
  *
7206
7217
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7236,6 +7247,22 @@ interface TableTripFieldsStudio {
7236
7247
  * Name, information field.
7237
7248
  */
7238
7249
  trip_name?: string;
7250
+ /**
7251
+ * Essence key, unique identifier, may be `null`.
7252
+ */
7253
+ performer_key?: string | null;
7254
+ /**
7255
+ * Essence key, unique identifier, may be `null`.
7256
+ */
7257
+ performer_shift_key?: string | null;
7258
+ /**
7259
+ * Essence key, unique identifier, may be `null`.
7260
+ */
7261
+ transport_key?: string | null;
7262
+ /**
7263
+ * Essence key, unique identifier, may be `null`.
7264
+ */
7265
+ transport_shift_key?: string | null;
7239
7266
  /**
7240
7267
  * Total cost calculated based on the performer\'s and transport tariffs.
7241
7268
  */
@@ -7345,6 +7372,14 @@ interface TableTripFieldsStudio {
7345
7372
  * The ratio of the maximum load of boxes to the total capacity of boxes.
7346
7373
  */
7347
7374
  max_transport_load_capacity_c?: number;
7375
+ /**
7376
+ * Time duration according to [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations).
7377
+ */
7378
+ average_roundtrip_time?: string;
7379
+ /**
7380
+ * Average mileage per roundtrip is the ratio of the total mileage per trip to the number of roundtrips, in meters.
7381
+ */
7382
+ average_roundtrip_distance?: number;
7348
7383
  /**
7349
7384
  * List of attributes as a string.
7350
7385
  */
@@ -7364,7 +7399,7 @@ declare enum TableTripFieldsStudioEssenceTypeEnum {
7364
7399
  /**
7365
7400
  * VRt.Studio [ST]
7366
7401
  *
7367
- * The version of the OpenAPI document: 7.35.3290
7402
+ * The version of the OpenAPI document: 7.37.3331
7368
7403
  * Contact: support@veeroute.com
7369
7404
  *
7370
7405
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7392,7 +7427,7 @@ interface TableTripFilterStudio {
7392
7427
  /**
7393
7428
  * VRt.Studio [ST]
7394
7429
  *
7395
- * The version of the OpenAPI document: 7.35.3290
7430
+ * The version of the OpenAPI document: 7.37.3331
7396
7431
  * Contact: support@veeroute.com
7397
7432
  *
7398
7433
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7413,7 +7448,7 @@ interface TableTripFilterListStudio {
7413
7448
  /**
7414
7449
  * VRt.Studio [ST]
7415
7450
  *
7416
- * The version of the OpenAPI document: 7.35.3290
7451
+ * The version of the OpenAPI document: 7.37.3331
7417
7452
  * Contact: support@veeroute.com
7418
7453
  *
7419
7454
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7435,7 +7470,7 @@ interface TableTripStudio {
7435
7470
  /**
7436
7471
  * VRt.Studio [ST]
7437
7472
  *
7438
- * The version of the OpenAPI document: 7.35.3290
7473
+ * The version of the OpenAPI document: 7.37.3331
7439
7474
  * Contact: support@veeroute.com
7440
7475
  *
7441
7476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7457,7 +7492,7 @@ interface TableTripListStudio {
7457
7492
  /**
7458
7493
  * VRt.Studio [ST]
7459
7494
  *
7460
- * The version of the OpenAPI document: 7.35.3290
7495
+ * The version of the OpenAPI document: 7.37.3331
7461
7496
  * Contact: support@veeroute.com
7462
7497
  *
7463
7498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7482,7 +7517,7 @@ interface TableTripMetricsFilterListStudio {
7482
7517
  /**
7483
7518
  * VRt.Studio [ST]
7484
7519
  *
7485
- * The version of the OpenAPI document: 7.35.3290
7520
+ * The version of the OpenAPI document: 7.37.3331
7486
7521
  * Contact: support@veeroute.com
7487
7522
  *
7488
7523
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7508,7 +7543,7 @@ interface TableTripMetricsStudio {
7508
7543
  /**
7509
7544
  * VRt.Studio [ST]
7510
7545
  *
7511
- * The version of the OpenAPI document: 7.35.3290
7546
+ * The version of the OpenAPI document: 7.37.3331
7512
7547
  * Contact: support@veeroute.com
7513
7548
  *
7514
7549
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7541,7 +7576,7 @@ declare enum TableTripStopColumnTypeStudio {
7541
7576
  /**
7542
7577
  * VRt.Studio [ST]
7543
7578
  *
7544
- * The version of the OpenAPI document: 7.35.3290
7579
+ * The version of the OpenAPI document: 7.37.3331
7545
7580
  * Contact: support@veeroute.com
7546
7581
  *
7547
7582
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7549,7 +7584,7 @@ declare enum TableTripStopColumnTypeStudio {
7549
7584
  */
7550
7585
 
7551
7586
  /**
7552
- * Stops fields for table.
7587
+ * Tabular fields of stops for a single trip.
7553
7588
  */
7554
7589
  interface TableTripStopFieldsStudio {
7555
7590
  [key: string]: any | any;
@@ -7635,7 +7670,7 @@ declare enum TableTripStopFieldsStudioEssenceTypeEnum {
7635
7670
  /**
7636
7671
  * VRt.Studio [ST]
7637
7672
  *
7638
- * The version of the OpenAPI document: 7.35.3290
7673
+ * The version of the OpenAPI document: 7.37.3331
7639
7674
  * Contact: support@veeroute.com
7640
7675
  *
7641
7676
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7663,7 +7698,7 @@ interface TableTripStopFilterStudio {
7663
7698
  /**
7664
7699
  * VRt.Studio [ST]
7665
7700
  *
7666
- * The version of the OpenAPI document: 7.35.3290
7701
+ * The version of the OpenAPI document: 7.37.3331
7667
7702
  * Contact: support@veeroute.com
7668
7703
  *
7669
7704
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7684,7 +7719,7 @@ interface TableTripStopFilterListStudio {
7684
7719
  /**
7685
7720
  * VRt.Studio [ST]
7686
7721
  *
7687
- * The version of the OpenAPI document: 7.35.3290
7722
+ * The version of the OpenAPI document: 7.37.3331
7688
7723
  * Contact: support@veeroute.com
7689
7724
  *
7690
7725
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7706,7 +7741,7 @@ interface TableTripStopStudio {
7706
7741
  /**
7707
7742
  * VRt.Studio [ST]
7708
7743
  *
7709
- * The version of the OpenAPI document: 7.35.3290
7744
+ * The version of the OpenAPI document: 7.37.3331
7710
7745
  * Contact: support@veeroute.com
7711
7746
  *
7712
7747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7728,7 +7763,7 @@ interface TableTripStopListStudio {
7728
7763
  /**
7729
7764
  * VRt.Studio [ST]
7730
7765
  *
7731
- * The version of the OpenAPI document: 7.35.3290
7766
+ * The version of the OpenAPI document: 7.37.3331
7732
7767
  * Contact: support@veeroute.com
7733
7768
  *
7734
7769
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7773,7 +7808,7 @@ interface TrackStudio {
7773
7808
  /**
7774
7809
  * VRt.Studio [ST]
7775
7810
  *
7776
- * The version of the OpenAPI document: 7.35.3290
7811
+ * The version of the OpenAPI document: 7.37.3331
7777
7812
  * Contact: support@veeroute.com
7778
7813
  *
7779
7814
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7794,7 +7829,7 @@ interface TrackListCustomStudio {
7794
7829
  /**
7795
7830
  * VRt.Studio [ST]
7796
7831
  *
7797
- * The version of the OpenAPI document: 7.35.3290
7832
+ * The version of the OpenAPI document: 7.37.3331
7798
7833
  * Contact: support@veeroute.com
7799
7834
  *
7800
7835
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7816,7 +7851,7 @@ interface TrackListStudio {
7816
7851
  /**
7817
7852
  * VRt.Studio [ST]
7818
7853
  *
7819
- * The version of the OpenAPI document: 7.35.3290
7854
+ * The version of the OpenAPI document: 7.37.3331
7820
7855
  * Contact: support@veeroute.com
7821
7856
  *
7822
7857
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7834,7 +7869,7 @@ declare enum TrackTypeStudio {
7834
7869
  /**
7835
7870
  * VRt.Studio [ST]
7836
7871
  *
7837
- * The version of the OpenAPI document: 7.35.3290
7872
+ * The version of the OpenAPI document: 7.37.3331
7838
7873
  * Contact: support@veeroute.com
7839
7874
  *
7840
7875
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7842,7 +7877,7 @@ declare enum TrackTypeStudio {
7842
7877
  */
7843
7878
 
7844
7879
  /**
7845
- * Transport [compatibilities](#section/Description/Compatibilities).
7880
+ * Compatibilities of [the transport with performers and locations](#section/Description/Compatibilities).
7846
7881
  */
7847
7882
  interface TransportCompatibilitiesStudio {
7848
7883
  [key: string]: any | any;
@@ -7863,7 +7898,7 @@ interface TransportCompatibilitiesStudio {
7863
7898
  /**
7864
7899
  * VRt.Studio [ST]
7865
7900
  *
7866
- * The version of the OpenAPI document: 7.35.3290
7901
+ * The version of the OpenAPI document: 7.37.3331
7867
7902
  * Contact: support@veeroute.com
7868
7903
  *
7869
7904
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7885,7 +7920,7 @@ interface TransportLimitsStudio {
7885
7920
  /**
7886
7921
  * VRt.Studio [ST]
7887
7922
  *
7888
- * The version of the OpenAPI document: 7.35.3290
7923
+ * The version of the OpenAPI document: 7.37.3331
7889
7924
  * Contact: support@veeroute.com
7890
7925
  *
7891
7926
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7909,7 +7944,7 @@ interface TransportTariffConstraintStudio {
7909
7944
  /**
7910
7945
  * VRt.Studio [ST]
7911
7946
  *
7912
- * The version of the OpenAPI document: 7.35.3290
7947
+ * The version of the OpenAPI document: 7.37.3331
7913
7948
  * Contact: support@veeroute.com
7914
7949
  *
7915
7950
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7935,7 +7970,7 @@ interface TransportTariffStudio {
7935
7970
  /**
7936
7971
  * VRt.Studio [ST]
7937
7972
  *
7938
- * The version of the OpenAPI document: 7.35.3290
7973
+ * The version of the OpenAPI document: 7.37.3331
7939
7974
  * Contact: support@veeroute.com
7940
7975
  *
7941
7976
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7977,7 +8012,7 @@ interface TransportShiftStudio {
7977
8012
  /**
7978
8013
  * VRt.Studio [ST]
7979
8014
  *
7980
- * The version of the OpenAPI document: 7.35.3290
8015
+ * The version of the OpenAPI document: 7.37.3331
7981
8016
  * Contact: support@veeroute.com
7982
8017
  *
7983
8018
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8017,7 +8052,7 @@ interface TransportStudio {
8017
8052
  /**
8018
8053
  * VRt.Studio [ST]
8019
8054
  *
8020
- * The version of the OpenAPI document: 7.35.3290
8055
+ * The version of the OpenAPI document: 7.37.3331
8021
8056
  * Contact: support@veeroute.com
8022
8057
  *
8023
8058
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8046,7 +8081,7 @@ declare enum TripStateFlagStudio {
8046
8081
  /**
8047
8082
  * VRt.Studio [ST]
8048
8083
  *
8049
- * The version of the OpenAPI document: 7.35.3290
8084
+ * The version of the OpenAPI document: 7.37.3331
8050
8085
  * Contact: support@veeroute.com
8051
8086
  *
8052
8087
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8095,11 +8130,11 @@ interface TripStateStudio {
8095
8130
  */
8096
8131
  distance?: number;
8097
8132
  /**
8098
- * Cumulative cost calculated based on the performer\'s and transport tariffs.
8133
+ * Cumulative cost from the start of the trip, calculated based on the performers\' and transport tariffs.
8099
8134
  */
8100
8135
  cost?: number;
8101
8136
  /**
8102
- * Cumulative reward for orders fulfillment.
8137
+ * Cumulative reward from the start of the trip for orders fulfillment.
8103
8138
  */
8104
8139
  reward?: number;
8105
8140
  /**
@@ -8111,7 +8146,7 @@ interface TripStateStudio {
8111
8146
  /**
8112
8147
  * VRt.Studio [ST]
8113
8148
  *
8114
- * The version of the OpenAPI document: 7.35.3290
8149
+ * The version of the OpenAPI document: 7.37.3331
8115
8150
  * Contact: support@veeroute.com
8116
8151
  *
8117
8152
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8150,7 +8185,7 @@ interface TripStudio {
8150
8185
  /**
8151
8186
  * VRt.Studio [ST]
8152
8187
  *
8153
- * The version of the OpenAPI document: 7.35.3290
8188
+ * The version of the OpenAPI document: 7.37.3331
8154
8189
  * Contact: support@veeroute.com
8155
8190
  *
8156
8191
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8184,7 +8219,7 @@ interface Universal400WithErrorsAndWarningsStudio {
8184
8219
  /**
8185
8220
  * VRt.Studio [ST]
8186
8221
  *
8187
- * The version of the OpenAPI document: 7.35.3290
8222
+ * The version of the OpenAPI document: 7.37.3331
8188
8223
  * Contact: support@veeroute.com
8189
8224
  *
8190
8225
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8241,7 +8276,7 @@ interface UniversalDataStudio {
8241
8276
  /**
8242
8277
  * VRt.Studio [ST]
8243
8278
  *
8244
- * The version of the OpenAPI document: 7.35.3290
8279
+ * The version of the OpenAPI document: 7.37.3331
8245
8280
  * Contact: support@veeroute.com
8246
8281
  *
8247
8282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8269,7 +8304,7 @@ interface VersionResultStudio {
8269
8304
  /**
8270
8305
  * VRt.Studio [ST]
8271
8306
  *
8272
- * The version of the OpenAPI document: 7.35.3290
8307
+ * The version of the OpenAPI document: 7.37.3331
8273
8308
  * Contact: support@veeroute.com
8274
8309
  *
8275
8310
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8292,7 +8327,7 @@ interface WebFactStudio {
8292
8327
  /**
8293
8328
  * VRt.Studio [ST]
8294
8329
  *
8295
- * The version of the OpenAPI document: 7.35.3290
8330
+ * The version of the OpenAPI document: 7.37.3331
8296
8331
  * Contact: support@veeroute.com
8297
8332
  *
8298
8333
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8315,7 +8350,7 @@ interface WebHardlinkStudio {
8315
8350
  /**
8316
8351
  * VRt.Studio [ST]
8317
8352
  *
8318
- * The version of the OpenAPI document: 7.35.3290
8353
+ * The version of the OpenAPI document: 7.37.3331
8319
8354
  * Contact: support@veeroute.com
8320
8355
  *
8321
8356
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8349,7 +8384,7 @@ interface WebLocationGeopointStudio {
8349
8384
  /**
8350
8385
  * VRt.Studio [ST]
8351
8386
  *
8352
- * The version of the OpenAPI document: 7.35.3290
8387
+ * The version of the OpenAPI document: 7.37.3331
8353
8388
  * Contact: support@veeroute.com
8354
8389
  *
8355
8390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8378,7 +8413,7 @@ interface WebLocationGeopointListStudio {
8378
8413
  /**
8379
8414
  * VRt.Studio [ST]
8380
8415
  *
8381
- * The version of the OpenAPI document: 7.35.3290
8416
+ * The version of the OpenAPI document: 7.37.3331
8382
8417
  * Contact: support@veeroute.com
8383
8418
  *
8384
8419
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8402,7 +8437,7 @@ interface WebLocationStudio {
8402
8437
  /**
8403
8438
  * VRt.Studio [ST]
8404
8439
  *
8405
- * The version of the OpenAPI document: 7.35.3290
8440
+ * The version of the OpenAPI document: 7.37.3331
8406
8441
  * Contact: support@veeroute.com
8407
8442
  *
8408
8443
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8445,7 +8480,7 @@ interface WebOrderGeopointStudio {
8445
8480
  /**
8446
8481
  * VRt.Studio [ST]
8447
8482
  *
8448
- * The version of the OpenAPI document: 7.35.3290
8483
+ * The version of the OpenAPI document: 7.37.3331
8449
8484
  * Contact: support@veeroute.com
8450
8485
  *
8451
8486
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8474,7 +8509,7 @@ interface WebOrderGeopointListStudio {
8474
8509
  /**
8475
8510
  * VRt.Studio [ST]
8476
8511
  *
8477
- * The version of the OpenAPI document: 7.35.3290
8512
+ * The version of the OpenAPI document: 7.37.3331
8478
8513
  * Contact: support@veeroute.com
8479
8514
  *
8480
8515
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8497,7 +8532,7 @@ interface WebOrderStudio {
8497
8532
  /**
8498
8533
  * VRt.Studio [ST]
8499
8534
  *
8500
- * The version of the OpenAPI document: 7.35.3290
8535
+ * The version of the OpenAPI document: 7.37.3331
8501
8536
  * Contact: support@veeroute.com
8502
8537
  *
8503
8538
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8543,7 +8578,7 @@ declare enum WebPerformerGeopointStudioPointTypeEnum {
8543
8578
  /**
8544
8579
  * VRt.Studio [ST]
8545
8580
  *
8546
- * The version of the OpenAPI document: 7.35.3290
8581
+ * The version of the OpenAPI document: 7.37.3331
8547
8582
  * Contact: support@veeroute.com
8548
8583
  *
8549
8584
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8572,7 +8607,7 @@ interface WebPerformerGeopointListStudio {
8572
8607
  /**
8573
8608
  * VRt.Studio [ST]
8574
8609
  *
8575
- * The version of the OpenAPI document: 7.35.3290
8610
+ * The version of the OpenAPI document: 7.37.3331
8576
8611
  * Contact: support@veeroute.com
8577
8612
  *
8578
8613
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8595,7 +8630,7 @@ interface WebPerformerStudio {
8595
8630
  /**
8596
8631
  * VRt.Studio [ST]
8597
8632
  *
8598
- * The version of the OpenAPI document: 7.35.3290
8633
+ * The version of the OpenAPI document: 7.37.3331
8599
8634
  * Contact: support@veeroute.com
8600
8635
  *
8601
8636
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8641,7 +8676,7 @@ declare enum WebTransportGeopointStudioPointTypeEnum {
8641
8676
  /**
8642
8677
  * VRt.Studio [ST]
8643
8678
  *
8644
- * The version of the OpenAPI document: 7.35.3290
8679
+ * The version of the OpenAPI document: 7.37.3331
8645
8680
  * Contact: support@veeroute.com
8646
8681
  *
8647
8682
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8670,7 +8705,7 @@ interface WebTransportGeopointListStudio {
8670
8705
  /**
8671
8706
  * VRt.Studio [ST]
8672
8707
  *
8673
- * The version of the OpenAPI document: 7.35.3290
8708
+ * The version of the OpenAPI document: 7.37.3331
8674
8709
  * Contact: support@veeroute.com
8675
8710
  *
8676
8711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8693,7 +8728,7 @@ interface WebTransportStudio {
8693
8728
  /**
8694
8729
  * VRt.Studio [ST]
8695
8730
  *
8696
- * The version of the OpenAPI document: 7.35.3290
8731
+ * The version of the OpenAPI document: 7.37.3331
8697
8732
  * Contact: support@veeroute.com
8698
8733
  *
8699
8734
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8715,7 +8750,7 @@ interface WebTripChartDemandStudio {
8715
8750
  /**
8716
8751
  * VRt.Studio [ST]
8717
8752
  *
8718
- * The version of the OpenAPI document: 7.35.3290
8753
+ * The version of the OpenAPI document: 7.37.3331
8719
8754
  * Contact: support@veeroute.com
8720
8755
  *
8721
8756
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8737,7 +8772,7 @@ interface WebTripChartStudio {
8737
8772
  /**
8738
8773
  * VRt.Studio [ST]
8739
8774
  *
8740
- * The version of the OpenAPI document: 7.35.3290
8775
+ * The version of the OpenAPI document: 7.37.3331
8741
8776
  * Contact: support@veeroute.com
8742
8777
  *
8743
8778
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8759,7 +8794,7 @@ interface WebTripChartListStudio {
8759
8794
  /**
8760
8795
  * VRt.Studio [ST]
8761
8796
  *
8762
- * The version of the OpenAPI document: 7.35.3290
8797
+ * The version of the OpenAPI document: 7.37.3331
8763
8798
  * Contact: support@veeroute.com
8764
8799
  *
8765
8800
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8783,7 +8818,7 @@ interface WebTripStudio {
8783
8818
  /**
8784
8819
  * VRt.Studio [ST]
8785
8820
  *
8786
- * The version of the OpenAPI document: 7.35.3290
8821
+ * The version of the OpenAPI document: 7.37.3331
8787
8822
  * Contact: support@veeroute.com
8788
8823
  *
8789
8824
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8988,7 +9023,7 @@ declare class CustomFieldsService extends BaseService implements CustomFieldsSer
8988
9023
  /**
8989
9024
  * VRt.Studio [ST]
8990
9025
  *
8991
- * The version of the OpenAPI document: 7.35.3290
9026
+ * The version of the OpenAPI document: 7.37.3331
8992
9027
  * Contact: support@veeroute.com
8993
9028
  *
8994
9029
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9193,7 +9228,7 @@ declare class CustomIconsService extends BaseService implements CustomIconsServi
9193
9228
  /**
9194
9229
  * VRt.Studio [ST]
9195
9230
  *
9196
- * The version of the OpenAPI document: 7.35.3290
9231
+ * The version of the OpenAPI document: 7.37.3331
9197
9232
  * Contact: support@veeroute.com
9198
9233
  *
9199
9234
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9987,7 +10022,7 @@ declare class ExperimentsService extends BaseService implements ExperimentsServi
9987
10022
  /**
9988
10023
  * VRt.Studio [ST]
9989
10024
  *
9990
- * The version of the OpenAPI document: 7.35.3290
10025
+ * The version of the OpenAPI document: 7.37.3331
9991
10026
  * Contact: support@veeroute.com
9992
10027
  *
9993
10028
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10009,6 +10044,12 @@ interface DeleteFolderRequestParams {
10009
10044
  interface DeleteFoldersBatchRequestParams {
10010
10045
  requestBody: Array<string>;
10011
10046
  }
10047
+ interface DisableSharingBatchRequestParams {
10048
+ requestBody: Array<string>;
10049
+ }
10050
+ interface EnableSharingBatchRequestParams {
10051
+ requestBody: Array<string>;
10052
+ }
10012
10053
  interface ReadFileKeyRequestParams {
10013
10054
  fileNamePathStudio: FileNamePathStudio;
10014
10055
  }
@@ -10066,6 +10107,18 @@ interface ExplorerServiceInterface {
10066
10107
  * @param requestParameters
10067
10108
  */
10068
10109
  deleteFoldersBatch(requestParameters: DeleteFoldersBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
10110
+ /**
10111
+ * Disable sharing (batch)
10112
+ * Batch disable sharing.
10113
+ * @param requestParameters
10114
+ */
10115
+ disableSharingBatch(requestParameters: DisableSharingBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
10116
+ /**
10117
+ * Enable sharing (batch)
10118
+ * Batch enable sharing.
10119
+ * @param requestParameters
10120
+ */
10121
+ enableSharingBatch(requestParameters: EnableSharingBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
10069
10122
  /**
10070
10123
  * File key
10071
10124
  * Getting a file key by path.
@@ -10222,6 +10275,50 @@ declare class ExplorerService extends BaseService implements ExplorerServiceInte
10222
10275
  context?: HttpContext;
10223
10276
  transferCache?: boolean;
10224
10277
  }): Observable<HttpEvent<any>>;
10278
+ /**
10279
+ * Disable sharing (batch)
10280
+ * Batch disable sharing.
10281
+ * @param requestParameters
10282
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
10283
+ * @param reportProgress flag to report request and response progress.
10284
+ */
10285
+ disableSharingBatch(requestParameters: DisableSharingBatchRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
10286
+ httpHeaderAccept?: 'application/json';
10287
+ context?: HttpContext;
10288
+ transferCache?: boolean;
10289
+ }): Observable<any>;
10290
+ disableSharingBatch(requestParameters: DisableSharingBatchRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
10291
+ httpHeaderAccept?: 'application/json';
10292
+ context?: HttpContext;
10293
+ transferCache?: boolean;
10294
+ }): Observable<HttpResponse<any>>;
10295
+ disableSharingBatch(requestParameters: DisableSharingBatchRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
10296
+ httpHeaderAccept?: 'application/json';
10297
+ context?: HttpContext;
10298
+ transferCache?: boolean;
10299
+ }): Observable<HttpEvent<any>>;
10300
+ /**
10301
+ * Enable sharing (batch)
10302
+ * Batch enable sharing.
10303
+ * @param requestParameters
10304
+ * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
10305
+ * @param reportProgress flag to report request and response progress.
10306
+ */
10307
+ enableSharingBatch(requestParameters: EnableSharingBatchRequestParams, observe?: 'body', reportProgress?: boolean, options?: {
10308
+ httpHeaderAccept?: 'application/json';
10309
+ context?: HttpContext;
10310
+ transferCache?: boolean;
10311
+ }): Observable<any>;
10312
+ enableSharingBatch(requestParameters: EnableSharingBatchRequestParams, observe?: 'response', reportProgress?: boolean, options?: {
10313
+ httpHeaderAccept?: 'application/json';
10314
+ context?: HttpContext;
10315
+ transferCache?: boolean;
10316
+ }): Observable<HttpResponse<any>>;
10317
+ enableSharingBatch(requestParameters: EnableSharingBatchRequestParams, observe?: 'events', reportProgress?: boolean, options?: {
10318
+ httpHeaderAccept?: 'application/json';
10319
+ context?: HttpContext;
10320
+ transferCache?: boolean;
10321
+ }): Observable<HttpEvent<any>>;
10225
10322
  /**
10226
10323
  * File key
10227
10324
  * Getting a file key by path.
@@ -10382,7 +10479,7 @@ declare class ExplorerService extends BaseService implements ExplorerServiceInte
10382
10479
  /**
10383
10480
  * VRt.Studio [ST]
10384
10481
  *
10385
- * The version of the OpenAPI document: 7.35.3290
10482
+ * The version of the OpenAPI document: 7.37.3331
10386
10483
  * Contact: support@veeroute.com
10387
10484
  *
10388
10485
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10530,7 +10627,7 @@ declare class ExternalRoutingService extends BaseService implements ExternalRout
10530
10627
  /**
10531
10628
  * VRt.Studio [ST]
10532
10629
  *
10533
- * The version of the OpenAPI document: 7.35.3290
10630
+ * The version of the OpenAPI document: 7.37.3331
10534
10631
  * Contact: support@veeroute.com
10535
10632
  *
10536
10633
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10845,7 +10942,7 @@ declare class FactsService extends BaseService implements FactsServiceInterface
10845
10942
  /**
10846
10943
  * VRt.Studio [ST]
10847
10944
  *
10848
- * The version of the OpenAPI document: 7.35.3290
10945
+ * The version of the OpenAPI document: 7.37.3331
10849
10946
  * Contact: support@veeroute.com
10850
10947
  *
10851
10948
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11160,7 +11257,7 @@ declare class HardlinksService extends BaseService implements HardlinksServiceIn
11160
11257
  /**
11161
11258
  * VRt.Studio [ST]
11162
11259
  *
11163
- * The version of the OpenAPI document: 7.35.3290
11260
+ * The version of the OpenAPI document: 7.37.3331
11164
11261
  * Contact: support@veeroute.com
11165
11262
  *
11166
11263
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11445,7 +11542,7 @@ declare class LocationsService extends BaseService implements LocationsServiceIn
11445
11542
  /**
11446
11543
  * VRt.Studio [ST]
11447
11544
  *
11448
- * The version of the OpenAPI document: 7.35.3290
11545
+ * The version of the OpenAPI document: 7.37.3331
11449
11546
  * Contact: support@veeroute.com
11450
11547
  *
11451
11548
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11794,7 +11891,7 @@ declare class OrdersService extends BaseService implements OrdersServiceInterfac
11794
11891
  /**
11795
11892
  * VRt.Studio [ST]
11796
11893
  *
11797
- * The version of the OpenAPI document: 7.35.3290
11894
+ * The version of the OpenAPI document: 7.37.3331
11798
11895
  * Contact: support@veeroute.com
11799
11896
  *
11800
11897
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12143,7 +12240,7 @@ declare class PerformersService extends BaseService implements PerformersService
12143
12240
  /**
12144
12241
  * VRt.Studio [ST]
12145
12242
  *
12146
- * The version of the OpenAPI document: 7.35.3290
12243
+ * The version of the OpenAPI document: 7.37.3331
12147
12244
  * Contact: support@veeroute.com
12148
12245
  *
12149
12246
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12248,7 +12345,7 @@ declare class SystemService extends BaseService implements SystemServiceInterfac
12248
12345
  /**
12249
12346
  * VRt.Studio [ST]
12250
12347
  *
12251
- * The version of the OpenAPI document: 7.35.3290
12348
+ * The version of the OpenAPI document: 7.37.3331
12252
12349
  * Contact: support@veeroute.com
12253
12350
  *
12254
12351
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12307,7 +12404,7 @@ interface TransportsServiceInterface {
12307
12404
  configuration: Configuration;
12308
12405
  /**
12309
12406
  * Create transport
12310
- * New essences creation.
12407
+ * Creating a transport.
12311
12408
  * @param requestParameters
12312
12409
  */
12313
12410
  createTransport(requestParameters: CreateTransportRequestParams, extraHttpRequestParams?: any): Observable<WebTransportStudio>;
@@ -12361,7 +12458,7 @@ interface TransportsServiceInterface {
12361
12458
  readTransportsTable(requestParameters: ReadTransportsTableRequestParams, extraHttpRequestParams?: any): Observable<TableTransportListStudio>;
12362
12459
  /**
12363
12460
  * Update transport
12364
- * Updating the essence by key.
12461
+ * Updating a transport by its key.
12365
12462
  * @param requestParameters
12366
12463
  */
12367
12464
  updateTransport(requestParameters: UpdateTransportRequestParams, extraHttpRequestParams?: any): Observable<WebTransportStudio>;
@@ -12372,7 +12469,7 @@ declare class TransportsService extends BaseService implements TransportsService
12372
12469
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12373
12470
  /**
12374
12471
  * Create transport
12375
- * New essences creation.
12472
+ * Creating a transport.
12376
12473
  * @param requestParameters
12377
12474
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12378
12475
  * @param reportProgress flag to report request and response progress.
@@ -12570,7 +12667,7 @@ declare class TransportsService extends BaseService implements TransportsService
12570
12667
  }): Observable<HttpEvent<TableTransportListStudio>>;
12571
12668
  /**
12572
12669
  * Update transport
12573
- * Updating the essence by key.
12670
+ * Updating a transport by its key.
12574
12671
  * @param requestParameters
12575
12672
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12576
12673
  * @param reportProgress flag to report request and response progress.
@@ -12597,7 +12694,7 @@ declare class TransportsService extends BaseService implements TransportsService
12597
12694
  /**
12598
12695
  * VRt.Studio [ST]
12599
12696
  *
12600
- * The version of the OpenAPI document: 7.35.3290
12697
+ * The version of the OpenAPI document: 7.37.3331
12601
12698
  * Contact: support@veeroute.com
12602
12699
  *
12603
12700
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12701,7 +12798,7 @@ interface TripsServiceInterface {
12701
12798
  approveTripsBatch(requestParameters: ApproveTripsBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
12702
12799
  /**
12703
12800
  * Trip create
12704
- * New essences creation.
12801
+ * Creating a trip.
12705
12802
  * @param requestParameters
12706
12803
  */
12707
12804
  createTrip(requestParameters: CreateTripRequestParams, extraHttpRequestParams?: any): Observable<WebTripStudio>;
@@ -12785,7 +12882,7 @@ interface TripsServiceInterface {
12785
12882
  rejectTripsBatch(requestParameters: RejectTripsBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
12786
12883
  /**
12787
12884
  * Trip update
12788
- * Updating the essence by key.
12885
+ * Updating a trip by key.
12789
12886
  * @param requestParameters
12790
12887
  */
12791
12888
  updateTrip(requestParameters: UpdateTripRequestParams, extraHttpRequestParams?: any): Observable<WebTripStudio>;
@@ -12818,7 +12915,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
12818
12915
  }): Observable<HttpEvent<any>>;
12819
12916
  /**
12820
12917
  * Trip create
12821
- * New essences creation.
12918
+ * Creating a trip.
12822
12919
  * @param requestParameters
12823
12920
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12824
12921
  * @param reportProgress flag to report request and response progress.
@@ -13126,7 +13223,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
13126
13223
  }): Observable<HttpEvent<any>>;
13127
13224
  /**
13128
13225
  * Trip update
13129
- * Updating the essence by key.
13226
+ * Updating a trip by key.
13130
13227
  * @param requestParameters
13131
13228
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
13132
13229
  * @param reportProgress flag to report request and response progress.
@@ -13153,7 +13250,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
13153
13250
  /**
13154
13251
  * VRt.Studio [ST]
13155
13252
  *
13156
- * The version of the OpenAPI document: 7.35.3290
13253
+ * The version of the OpenAPI document: 7.37.3331
13157
13254
  * Contact: support@veeroute.com
13158
13255
  *
13159
13256
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -13404,4 +13501,4 @@ declare class LssStudioApiModule {
13404
13501
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
13405
13502
 
13406
13503
  export { APIS, BASE_PATH, BackupsService, BasicProcessStudio, BasicStateStudio, BreakRulesStudioRelocatingDurationTypeEnum, COLLECTION_FORMATS, CalculationStatusStudio, CargoActionTypeStudio, CargoInvoiceTaxStudio, CargoRotationTypeStudio, Configuration, CustomFieldsService, CustomIconsService, CustomfieldEntityTypeStudio, DemandTypeStudio, EntityErrorTypeStudio, EntityTypeStudio, EntityWarningTypeStudio, ExperimentsService, ExplorerService, ExternalRoutingService, FactStatusStudio, 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, TableRoundtripColumnTypeStudio, TableRoundtripFieldsStudioEssenceTypeEnum, TableTransportColumnTypeStudio, TableTransportFieldsStudioEssenceTypeEnum, TableTripColumnTypeStudio, TableTripFieldsStudioEssenceTypeEnum, TableTripStopColumnTypeStudio, TableTripStopFieldsStudioEssenceTypeEnum, TrackTypeStudio, TransportTypeStudio, TransportsService, TripStartTimeStrategyStudio, TripStateFlagStudio, TripStatusStudio, TripsService, UserService, WebPerformerGeopointStudioPointTypeEnum, WebTransportGeopointStudioPointTypeEnum, provideApi };
13407
- export type { ActualizeSettingsStudio, ApproveTripsBatchRequestParams, AssignedPerformerStudio, AssignedTransportStudio, AttributeStudio, BackupsServiceInterface, BoxCompatibilitiesStudio, BoxLimitsStudio, BoxStudio, BreakRulesStudio, BreakStudio, CalculationHistoryElementStudio, CalculationInfoStudio, CalculationSettingsStudio, CalculationStateStudio, CapacityCostStudio, CapacityLimitStudio, CapacityMultiplierStudio, CapacityStatisticsLoadStudio, CapacityStatisticsRatioStudio, CapacityStatisticsSumStudio, CapacityStudio, CargoActionStudio, CargoCompatibilitiesStudio, CargoInvoiceDetailStudio, CargoInvoiceHonestSignStudio, CargoInvoiceReceiptStudio, CargoInvoiceStudio, CargoStudio, CheckResultStudio, CompatibilityPenaltyStudio, ConfigurationParameters, CreateBackupRequestParams, CreateCustomfieldsSettingsRequestParams, CreateCustomiconsSettingsRequestParams, CreateExperimentRequestParams, CreateExternalroutingRequestParams, CreateFactRequestParams, CreateFolderRequestParams, CreateFoldersBatchRequestParams, CreateHardlinkRequestParams, CreateLocationRequestParams, CreateOrderRequestParams, CreatePerformerRequestParams, CreateTransportRequestParams, CreateTripRequestParams, CreateUserSettingsRequestParams, CustomFieldsServiceInterface, CustomIconsServiceInterface, CustomfieldConvertRuleStudio, CustomfieldsSettingsStudio, DataFormat, DataType, DeleteCustomTracksRequestParams, DeleteCustomfieldsSettingsRequestParams, DeleteCustomiconsSettingsRequestParams, DeleteExperimentRequestParams, DeleteExternalroutingRequestParams, DeleteFactRequestParams, DeleteFactsBatchRequestParams, DeleteFilesBatchRequestParams, DeleteFolderRequestParams, DeleteFoldersBatchRequestParams, DeleteHardlinkRequestParams, DeleteHardlinksBatchRequestParams, DeleteLocationRequestParams, DeleteLocationsBatchRequestParams, DeleteOrderRequestParams, DeleteOrdersBatchRequestParams, DeletePerformerRequestParams, DeletePerformersBatchRequestParams, DeleteTransportRequestParams, DeleteTransportsBatchRequestParams, DeleteTripRequestParams, DeleteTripsBatchRequestParams, DeleteUserSettingsRequestParams, DemandExtraDurationStudio, DemandStudio, DisableFactsBatchRequestParams, DisableHardlinksBatchRequestParams, DisableOrdersBatchRequestParams, DisablePerformersBatchRequestParams, DisableTransportsBatchRequestParams, DuplicateExperimentRequestParams, EnableFactsBatchRequestParams, EnableHardlinksBatchRequestParams, EnableOrdersBatchRequestParams, EnablePerformersBatchRequestParams, EnableTransportsBatchRequestParams, EntityErrorStudio, EntityPathStudio, EntityWarningStudio, ExperimentCheckStudio, ExperimentListStudio, ExperimentNeighborsStudio, ExperimentSettingsStudio, ExperimentStatisticsStudio, ExperimentStudio, ExperimentsServiceInterface, ExplorerServiceInterface, ExportJsonRequestParams, ExportXlsxRequestParams, ExtensionSettingsStudio, ExternalRoutingServiceInterface, FactLoreStudio, FactStudio, FactsServiceInterface, FeatureLifetimeStudio, FileNamePathStudio, FileRequestParams, FileSpecificationStudio, FilesystemCountersStudio, FilesystemPathStudio, FilesystemStudio, FolderCountersStudio, FolderSpecificationStudio, FolderStudio, General400Studio, General402Studio, General403Studio, General404DetailStudio, General404Studio, General429Studio, General500Studio, GeneralStatisticsStudio, GeoSettingsStudio, GeopointStudio, GlobalSearchRequestParams, HardlinkElementStudio, HardlinkStudio, HardlinksServiceInterface, ImportJsonRequestParams, ImportJsonTracedataRequestParams, ImportJsonUrlRequestParams, ImportXlsxRequestParams, LinkedEssenceStudio, LoadCustomTracksRequestParams, LoadStatisticsStudio, LocationCargosLimitStudio, LocationCompatibilitiesStudio, LocationLimitStatisticsStudio, LocationLimitStudio, LocationStatisticsStudio, LocationStudio, LocationTimetableElementStudio, LocationTransportsLimitStudio, LocationsServiceInterface, LoreDemandCancelledStudio, LoreDemandDoneStudio, LoreDemandStartStudio, LoreJobDoneStudio, LoreNewLocationStudio, LoreOrderDoneStudio, LoreTripPrecedenceChangedStudio, MeasurementsStudio, OrderCompatibilitiesStudio, OrderStudio, OrdersServiceInterface, Param, ParamLocation, ParamStyle, PerformerCompatibilitiesStudio, PerformerLimitsStudio, PerformerShiftStudio, PerformerStudio, PerformerTariffConstraintStudio, PerformerTariffStudio, PerformersServiceInterface, PlanSettingsStudio, PlanStatisticsStudio, PossibleEventStudio, QualityStudio, ReadCustomfieldsSettingsRequestParams, ReadCustomiconsSettingsRequestParams, ReadExperimentCalculationHistoryRequestParams, ReadExperimentNeighborsRequestParams, ReadExperimentPathRequestParams, ReadExperimentRequestParams, ReadExternalroutingRequestParams, ReadFactRequestParams, ReadFactsMetricsRequestParams, ReadFactsTableRequestParams, ReadFileKeyRequestParams, ReadFilesystemRequestParams, ReadFolderKeyRequestParams, ReadFolderPathRequestParams, ReadFolderRequestParams, ReadFolderSpecificationRequestParams, ReadHardlinkRequestParams, ReadHardlinksMetricsRequestParams, ReadHardlinksTableRequestParams, ReadLocationRequestParams, ReadLocationsGeopointsRequestParams, ReadLocationsMetricsRequestParams, ReadLocationsTableRequestParams, ReadOrderRequestParams, ReadOrdersGeopointsRequestParams, ReadOrdersMetricsRequestParams, ReadOrdersTableRequestParams, ReadPerformerRequestParams, ReadPerformersGeopointsRequestParams, ReadPerformersMetricsRequestParams, ReadPerformersTableRequestParams, ReadRoundtripsMetricsRequestParams, ReadRoundtripsTableRequestParams, ReadTransportRequestParams, ReadTransportsGeopointsRequestParams, ReadTransportsMetricsRequestParams, ReadTransportsTableRequestParams, ReadTripRequestParams, ReadTripStopsRequestParams, ReadTripsChartsRequestParams, ReadTripsMetricsRequestParams, ReadTripsTableRequestParams, ReadTripsTracksRequestParams, ReadUserSettingsRequestParams, RejectTripsBatchRequestParams, RemovedItemsStudio, ReplanSettingsStudio, ReplanStrategyStudio, RestRulesStudio, RestStudio, RestoreBackupRequestParams, RoundtripStatisticsStudio, RoutingMatrixStudio, RoutingMatrixWaypointStudio, RoutingTransportMatrixStudio, RunExperimentCalculationRequestParams, RunExperimentRecalculateStatsRequestParams, RunExperimentRecalculateTracksRequestParams, RunExperimentRefineRequestParams, RunExperimentValidationRequestParams, SchemaErrorStudio, SetCustomfieldsSettingsActiveKeyRequestParams, SetCustomiconsSettingsActiveKeyRequestParams, SetUserSettingsActiveKeyRequestParams, SettingsKeyListStudio, StandardDataFormat, StandardDataType, StandardParamStyle, StopDemandStudio, StopExperimentCalculationRequestParams, StopStatisticsStudio, SystemServiceInterface, TableCustomfieldsStudio, TableDataStatsStudio, TableFactFieldsStudio, TableFactFilterListStudio, TableFactFilterStudio, TableFactListStudio, TableFactMetricsFilterListStudio, TableFactMetricsStudio, TableFactStudio, TableFilterBoolListStudio, TableFilterDatetimeRangeStudio, TableFilterDurationRangeStudio, TableFilterEnumListStudio, TableFilterFloatRangeStudio, TableFilterIntRangeStudio, TableFilterStringListStudio, TableFilterStringSearchStudio, TableHardlinkFieldsStudio, TableHardlinkFilterListStudio, TableHardlinkFilterStudio, TableHardlinkListStudio, TableHardlinkMetricsFilterListStudio, TableHardlinkMetricsStudio, TableHardlinkStudio, TableListCountersDetailStudio, TableListCountersStudio, TableLocationFieldsStudio, TableLocationFilterListStudio, TableLocationFilterStudio, TableLocationListStudio, TableLocationMetricsFilterListStudio, TableLocationMetricsStudio, TableLocationStudio, TableOrderFieldsStudio, TableOrderFilterListStudio, TableOrderFilterStudio, TableOrderListStudio, TableOrderMetricsFilterListStudio, TableOrderMetricsStudio, TableOrderStudio, TablePerformerFieldsStudio, TablePerformerFilterListStudio, TablePerformerFilterStudio, TablePerformerListStudio, TablePerformerMetricsFilterListStudio, TablePerformerMetricsStudio, TablePerformerStudio, TableRoundtripFieldsStudio, TableRoundtripFilterListStudio, TableRoundtripFilterStudio, TableRoundtripListStudio, TableRoundtripMetricsFilterListStudio, TableRoundtripMetricsStudio, TableRoundtripStudio, TableTransportFieldsStudio, TableTransportFilterListStudio, TableTransportFilterStudio, TableTransportListStudio, TableTransportMetricsFilterListStudio, TableTransportMetricsStudio, TableTransportStudio, TableTripFieldsStudio, TableTripFilterListStudio, TableTripFilterStudio, TableTripListStudio, TableTripMetricsFilterListStudio, TableTripMetricsStudio, TableTripStopFieldsStudio, TableTripStopFilterListStudio, TableTripStopFilterStudio, TableTripStopListStudio, TableTripStopStudio, TableTripStudio, TaskStatisticsStudio, TimeWindowStudio, TimeWindowViolationDetailStudio, TimeWindowViolationsStudio, TracedataStudio, TrackListCustomStudio, TrackListStudio, TrackStudio, TrackpointStudio, TranslationsStudio, TransportCapacityMultiplierStudio, TransportCompatibilitiesStudio, TransportLimitsStudio, TransportLoadStudio, TransportShiftStudio, TransportSpeedMultiplierStudio, TransportStudio, TransportTariffConstraintStudio, TransportTariffStudio, TransportsServiceInterface, TripAssumptionsStudio, TripDemandPrecedenceStudio, TripExpectationsStudio, TripPenaltiesStudio, TripStateStudio, TripStatisticsStudio, TripStudio, TripsServiceInterface, TripsSettingsStudio, Universal400WithErrorsAndWarningsStudio, UniversalDataStudio, UnplannedItemsStudio, UpdateCustomfieldsSettingsRequestParams, UpdateCustomiconsSettingsRequestParams, UpdateExperimentIndicatorsRequestParams, UpdateExperimentRequestParams, UpdateExperimentSettingsRequestParams, UpdateExternalroutingRequestParams, UpdateFactRequestParams, UpdateFolderRequestParams, UpdateHardlinkRequestParams, UpdateLocationRequestParams, UpdateOrderRequestParams, UpdatePerformerRequestParams, UpdateTransportRequestParams, UpdateTripRequestParams, UpdateUserSettingsRequestParams, UserServiceInterface, VersionResultStudio, WebFactStudio, WebHardlinkStudio, WebLocationGeopointListStudio, WebLocationGeopointStudio, WebLocationStudio, WebOrderGeopointListStudio, WebOrderGeopointStudio, WebOrderStudio, WebPerformerGeopointListStudio, WebPerformerGeopointStudio, WebPerformerStudio, WebTransportGeopointListStudio, WebTransportGeopointStudio, WebTransportStudio, WebTripChartDemandStudio, WebTripChartListStudio, WebTripChartStudio, WebTripStudio, WorkAndRestRulesStudio };
13504
+ export type { ActualizeSettingsStudio, ApproveTripsBatchRequestParams, AssignedPerformerStudio, AssignedTransportStudio, AttributeStudio, BackupsServiceInterface, BoxCompatibilitiesStudio, BoxLimitsStudio, BoxStudio, BreakRulesStudio, BreakStudio, CalculationHistoryElementStudio, CalculationInfoStudio, CalculationSettingsStudio, CalculationStateStudio, CapacityCostStudio, CapacityLimitStudio, CapacityMultiplierStudio, CapacityStatisticsLoadStudio, CapacityStatisticsRatioStudio, CapacityStatisticsSumStudio, CapacityStudio, CargoActionStudio, CargoCompatibilitiesStudio, CargoInvoiceDetailStudio, CargoInvoiceHonestSignStudio, CargoInvoiceReceiptStudio, CargoInvoiceStudio, CargoStudio, CheckResultStudio, CompatibilityPenaltyStudio, ConfigurationParameters, CreateBackupRequestParams, CreateCustomfieldsSettingsRequestParams, CreateCustomiconsSettingsRequestParams, CreateExperimentRequestParams, CreateExternalroutingRequestParams, CreateFactRequestParams, CreateFolderRequestParams, CreateFoldersBatchRequestParams, CreateHardlinkRequestParams, CreateLocationRequestParams, CreateOrderRequestParams, CreatePerformerRequestParams, CreateTransportRequestParams, CreateTripRequestParams, CreateUserSettingsRequestParams, CustomFieldsServiceInterface, CustomIconsServiceInterface, CustomfieldConvertRuleStudio, CustomfieldsSettingsStudio, DataFormat, DataType, DeleteCustomTracksRequestParams, DeleteCustomfieldsSettingsRequestParams, DeleteCustomiconsSettingsRequestParams, DeleteExperimentRequestParams, DeleteExternalroutingRequestParams, DeleteFactRequestParams, DeleteFactsBatchRequestParams, DeleteFilesBatchRequestParams, DeleteFolderRequestParams, DeleteFoldersBatchRequestParams, DeleteHardlinkRequestParams, DeleteHardlinksBatchRequestParams, DeleteLocationRequestParams, DeleteLocationsBatchRequestParams, DeleteOrderRequestParams, DeleteOrdersBatchRequestParams, DeletePerformerRequestParams, DeletePerformersBatchRequestParams, DeleteTransportRequestParams, DeleteTransportsBatchRequestParams, DeleteTripRequestParams, DeleteTripsBatchRequestParams, DeleteUserSettingsRequestParams, DemandExtraDurationStudio, DemandStudio, DisableFactsBatchRequestParams, DisableHardlinksBatchRequestParams, DisableOrdersBatchRequestParams, DisablePerformersBatchRequestParams, DisableSharingBatchRequestParams, DisableTransportsBatchRequestParams, DuplicateExperimentRequestParams, EnableFactsBatchRequestParams, EnableHardlinksBatchRequestParams, EnableOrdersBatchRequestParams, EnablePerformersBatchRequestParams, EnableSharingBatchRequestParams, EnableTransportsBatchRequestParams, EntityErrorStudio, EntityPathStudio, EntityWarningStudio, ExperimentCheckStudio, ExperimentListStudio, ExperimentNeighborsStudio, ExperimentSettingsStudio, ExperimentStatisticsStudio, ExperimentStudio, ExperimentsServiceInterface, ExplorerServiceInterface, ExportJsonRequestParams, ExportXlsxRequestParams, ExtensionSettingsStudio, ExternalRoutingServiceInterface, FactLoreStudio, FactStudio, FactsServiceInterface, FeatureLifetimeStudio, FileNamePathStudio, FileRequestParams, FileSpecificationStudio, FilesystemCountersStudio, FilesystemPathStudio, FilesystemStudio, FolderCountersStudio, FolderSpecificationStudio, FolderStudio, General400Studio, General402Studio, General403Studio, General404DetailStudio, General404Studio, General429Studio, General500Studio, GeneralStatisticsStudio, GeoSettingsStudio, GeopointStudio, GlobalSearchRequestParams, HardlinkElementStudio, HardlinkStudio, HardlinksServiceInterface, ImportJsonRequestParams, ImportJsonTracedataRequestParams, ImportJsonUrlRequestParams, ImportXlsxRequestParams, LinkedEssenceStudio, LoadCustomTracksRequestParams, LoadStatisticsStudio, LocationCargosLimitStudio, LocationCompatibilitiesStudio, LocationLimitStatisticsStudio, LocationLimitStudio, LocationStatisticsStudio, LocationStudio, LocationTimetableElementStudio, LocationTransportsLimitStudio, LocationsServiceInterface, LoreDemandCancelledStudio, LoreDemandDoneStudio, LoreDemandStartStudio, LoreJobDoneStudio, LoreNewLocationStudio, LoreOrderDoneStudio, LoreTripPrecedenceChangedStudio, MeasurementsStudio, OrderCompatibilitiesStudio, OrderStudio, OrdersServiceInterface, Param, ParamLocation, ParamStyle, PerformerCompatibilitiesStudio, PerformerLimitsStudio, PerformerShiftStudio, PerformerStudio, PerformerTariffConstraintStudio, PerformerTariffStudio, PerformersServiceInterface, PlanSettingsStudio, PlanStatisticsStudio, PossibleEventStudio, QualityStudio, ReadCustomfieldsSettingsRequestParams, ReadCustomiconsSettingsRequestParams, ReadExperimentCalculationHistoryRequestParams, ReadExperimentNeighborsRequestParams, ReadExperimentPathRequestParams, ReadExperimentRequestParams, ReadExternalroutingRequestParams, ReadFactRequestParams, ReadFactsMetricsRequestParams, ReadFactsTableRequestParams, ReadFileKeyRequestParams, ReadFilesystemRequestParams, ReadFolderKeyRequestParams, ReadFolderPathRequestParams, ReadFolderRequestParams, ReadFolderSpecificationRequestParams, ReadHardlinkRequestParams, ReadHardlinksMetricsRequestParams, ReadHardlinksTableRequestParams, ReadLocationRequestParams, ReadLocationsGeopointsRequestParams, ReadLocationsMetricsRequestParams, ReadLocationsTableRequestParams, ReadOrderRequestParams, ReadOrdersGeopointsRequestParams, ReadOrdersMetricsRequestParams, ReadOrdersTableRequestParams, ReadPerformerRequestParams, ReadPerformersGeopointsRequestParams, ReadPerformersMetricsRequestParams, ReadPerformersTableRequestParams, ReadRoundtripsMetricsRequestParams, ReadRoundtripsTableRequestParams, ReadTransportRequestParams, ReadTransportsGeopointsRequestParams, ReadTransportsMetricsRequestParams, ReadTransportsTableRequestParams, ReadTripRequestParams, ReadTripStopsRequestParams, ReadTripsChartsRequestParams, ReadTripsMetricsRequestParams, ReadTripsTableRequestParams, ReadTripsTracksRequestParams, ReadUserSettingsRequestParams, RejectTripsBatchRequestParams, RemovedItemsStudio, ReplanSettingsStudio, ReplanStrategyStudio, RestRulesStudio, RestStudio, RestoreBackupRequestParams, RoundtripStatisticsStudio, RoutingMatrixStudio, RoutingMatrixWaypointStudio, RoutingTransportMatrixStudio, RunExperimentCalculationRequestParams, RunExperimentRecalculateStatsRequestParams, RunExperimentRecalculateTracksRequestParams, RunExperimentRefineRequestParams, RunExperimentValidationRequestParams, SchemaErrorStudio, SetCustomfieldsSettingsActiveKeyRequestParams, SetCustomiconsSettingsActiveKeyRequestParams, SetUserSettingsActiveKeyRequestParams, SettingsKeyListStudio, StandardDataFormat, StandardDataType, StandardParamStyle, StopDemandStudio, StopExperimentCalculationRequestParams, StopStatisticsStudio, SystemServiceInterface, TableCustomfieldsStudio, TableDataStatsStudio, TableFactFieldsStudio, TableFactFilterListStudio, TableFactFilterStudio, TableFactListStudio, TableFactMetricsFilterListStudio, TableFactMetricsStudio, TableFactStudio, TableFilterBoolListStudio, TableFilterDatetimeRangeStudio, TableFilterDurationRangeStudio, TableFilterEnumListStudio, TableFilterFloatRangeStudio, TableFilterIntRangeStudio, TableFilterStringListStudio, TableFilterStringSearchStudio, TableHardlinkFieldsStudio, TableHardlinkFilterListStudio, TableHardlinkFilterStudio, TableHardlinkListStudio, TableHardlinkMetricsFilterListStudio, TableHardlinkMetricsStudio, TableHardlinkStudio, TableListCountersDetailStudio, TableListCountersStudio, TableLocationFieldsStudio, TableLocationFilterListStudio, TableLocationFilterStudio, TableLocationListStudio, TableLocationMetricsFilterListStudio, TableLocationMetricsStudio, TableLocationStudio, TableOrderFieldsStudio, TableOrderFilterListStudio, TableOrderFilterStudio, TableOrderListStudio, TableOrderMetricsFilterListStudio, TableOrderMetricsStudio, TableOrderStudio, TablePerformerFieldsStudio, TablePerformerFilterListStudio, TablePerformerFilterStudio, TablePerformerListStudio, TablePerformerMetricsFilterListStudio, TablePerformerMetricsStudio, TablePerformerStudio, TableRoundtripFieldsStudio, TableRoundtripFilterListStudio, TableRoundtripFilterStudio, TableRoundtripListStudio, TableRoundtripMetricsFilterListStudio, TableRoundtripMetricsStudio, TableRoundtripStudio, TableTransportFieldsStudio, TableTransportFilterListStudio, TableTransportFilterStudio, TableTransportListStudio, TableTransportMetricsFilterListStudio, TableTransportMetricsStudio, TableTransportStudio, TableTripFieldsStudio, TableTripFilterListStudio, TableTripFilterStudio, TableTripListStudio, TableTripMetricsFilterListStudio, TableTripMetricsStudio, TableTripStopFieldsStudio, TableTripStopFilterListStudio, TableTripStopFilterStudio, TableTripStopListStudio, TableTripStopStudio, TableTripStudio, TaskStatisticsStudio, TimeWindowStudio, TimeWindowViolationDetailStudio, TimeWindowViolationsStudio, TracedataStudio, TrackListCustomStudio, TrackListStudio, TrackStudio, TrackpointStudio, TranslationsStudio, TransportCapacityMultiplierStudio, TransportCompatibilitiesStudio, TransportLimitsStudio, TransportLoadStudio, TransportShiftStudio, TransportSpeedMultiplierStudio, TransportStudio, TransportTariffConstraintStudio, TransportTariffStudio, TransportsServiceInterface, TripAssumptionsStudio, TripDemandPrecedenceStudio, TripExpectationsStudio, TripPenaltiesStudio, TripStateStudio, TripStatisticsStudio, TripStudio, TripsServiceInterface, TripsSettingsStudio, Universal400WithErrorsAndWarningsStudio, UniversalDataStudio, UnplannedItemsStudio, UpdateCustomfieldsSettingsRequestParams, UpdateCustomiconsSettingsRequestParams, UpdateExperimentIndicatorsRequestParams, UpdateExperimentRequestParams, UpdateExperimentSettingsRequestParams, UpdateExternalroutingRequestParams, UpdateFactRequestParams, UpdateFolderRequestParams, UpdateHardlinkRequestParams, UpdateLocationRequestParams, UpdateOrderRequestParams, UpdatePerformerRequestParams, UpdateTransportRequestParams, UpdateTripRequestParams, UpdateUserSettingsRequestParams, UserServiceInterface, VersionResultStudio, WebFactStudio, WebHardlinkStudio, WebLocationGeopointListStudio, WebLocationGeopointStudio, WebLocationStudio, WebOrderGeopointListStudio, WebOrderGeopointStudio, WebOrderStudio, WebPerformerGeopointListStudio, WebPerformerGeopointStudio, WebPerformerStudio, WebTransportGeopointListStudio, WebTransportGeopointStudio, WebTransportStudio, WebTripChartDemandStudio, WebTripChartListStudio, WebTripChartStudio, WebTripStudio, WorkAndRestRulesStudio };