@veeroute/lss-studio-angular 7.34.3275 → 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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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.34.3275
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,26 +596,27 @@ declare enum BasicProcessStudio {
592
596
  /**
593
597
  * VRt.Studio [ST]
594
598
  *
595
- * The version of the OpenAPI document: 7.34.3275
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 {
609
+ UNPLANNED = "UNPLANNED",
605
610
  PLANNED = "PLANNED",
606
611
  ASSIGNED = "ASSIGNED",
607
- UNPLANNED = "UNPLANNED",
612
+ COMPLETED = "COMPLETED",
608
613
  ERROR = "ERROR"
609
614
  }
610
615
 
611
616
  /**
612
617
  * VRt.Studio [ST]
613
618
  *
614
- * The version of the OpenAPI document: 7.34.3275
619
+ * The version of the OpenAPI document: 7.37.3331
615
620
  * Contact: support@veeroute.com
616
621
  *
617
622
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -643,7 +648,7 @@ interface BoxCompatibilitiesStudio {
643
648
  /**
644
649
  * VRt.Studio [ST]
645
650
  *
646
- * The version of the OpenAPI document: 7.34.3275
651
+ * The version of the OpenAPI document: 7.37.3331
647
652
  * Contact: support@veeroute.com
648
653
  *
649
654
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -679,7 +684,7 @@ interface CapacityStudio {
679
684
  /**
680
685
  * VRt.Studio [ST]
681
686
  *
682
- * The version of the OpenAPI document: 7.34.3275
687
+ * The version of the OpenAPI document: 7.37.3331
683
688
  * Contact: support@veeroute.com
684
689
  *
685
690
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -697,7 +702,7 @@ interface BoxLimitsStudio {
697
702
  /**
698
703
  * VRt.Studio [ST]
699
704
  *
700
- * The version of the OpenAPI document: 7.34.3275
705
+ * The version of the OpenAPI document: 7.37.3331
701
706
  * Contact: support@veeroute.com
702
707
  *
703
708
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -725,7 +730,7 @@ interface BoxStudio {
725
730
  /**
726
731
  * VRt.Studio [ST]
727
732
  *
728
- * The version of the OpenAPI document: 7.34.3275
733
+ * The version of the OpenAPI document: 7.37.3331
729
734
  * Contact: support@veeroute.com
730
735
  *
731
736
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -753,7 +758,7 @@ interface BreakStudio {
753
758
  /**
754
759
  * VRt.Studio [ST]
755
760
  *
756
- * The version of the OpenAPI document: 7.34.3275
761
+ * The version of the OpenAPI document: 7.37.3331
757
762
  * Contact: support@veeroute.com
758
763
  *
759
764
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -783,7 +788,7 @@ declare enum BreakRulesStudioRelocatingDurationTypeEnum {
783
788
  /**
784
789
  * VRt.Studio [ST]
785
790
  *
786
- * The version of the OpenAPI document: 7.34.3275
791
+ * The version of the OpenAPI document: 7.37.3331
787
792
  * Contact: support@veeroute.com
788
793
  *
789
794
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -819,7 +824,7 @@ interface CapacityStatisticsRatioStudio {
819
824
  /**
820
825
  * VRt.Studio [ST]
821
826
  *
822
- * The version of the OpenAPI document: 7.34.3275
827
+ * The version of the OpenAPI document: 7.37.3331
823
828
  * Contact: support@veeroute.com
824
829
  *
825
830
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -855,7 +860,7 @@ interface CapacityStatisticsLoadStudio {
855
860
  /**
856
861
  * VRt.Studio [ST]
857
862
  *
858
- * The version of the OpenAPI document: 7.34.3275
863
+ * The version of the OpenAPI document: 7.37.3331
859
864
  * Contact: support@veeroute.com
860
865
  *
861
866
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -909,7 +914,7 @@ interface MeasurementsStudio {
909
914
  /**
910
915
  * VRt.Studio [ST]
911
916
  *
912
- * The version of the OpenAPI document: 7.34.3275
917
+ * The version of the OpenAPI document: 7.37.3331
913
918
  * Contact: support@veeroute.com
914
919
  *
915
920
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -945,7 +950,7 @@ interface CapacityStatisticsSumStudio {
945
950
  /**
946
951
  * VRt.Studio [ST]
947
952
  *
948
- * The version of the OpenAPI document: 7.34.3275
953
+ * The version of the OpenAPI document: 7.37.3331
949
954
  * Contact: support@veeroute.com
950
955
  *
951
956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1038,7 +1043,7 @@ interface GeneralStatisticsStudio {
1038
1043
  /**
1039
1044
  * VRt.Studio [ST]
1040
1045
  *
1041
- * The version of the OpenAPI document: 7.34.3275
1046
+ * The version of the OpenAPI document: 7.37.3331
1042
1047
  * Contact: support@veeroute.com
1043
1048
  *
1044
1049
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1060,7 +1065,7 @@ interface CalculationHistoryElementStudio {
1060
1065
  /**
1061
1066
  * VRt.Studio [ST]
1062
1067
  *
1063
- * The version of the OpenAPI document: 7.34.3275
1068
+ * The version of the OpenAPI document: 7.37.3331
1064
1069
  * Contact: support@veeroute.com
1065
1070
  *
1066
1071
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1083,7 +1088,7 @@ declare enum CalculationStatusStudio {
1083
1088
  /**
1084
1089
  * VRt.Studio [ST]
1085
1090
  *
1086
- * The version of the OpenAPI document: 7.34.3275
1091
+ * The version of the OpenAPI document: 7.37.3331
1087
1092
  * Contact: support@veeroute.com
1088
1093
  *
1089
1094
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1133,7 +1138,7 @@ interface CalculationInfoStudio {
1133
1138
  /**
1134
1139
  * VRt.Studio [ST]
1135
1140
  *
1136
- * The version of the OpenAPI document: 7.34.3275
1141
+ * The version of the OpenAPI document: 7.37.3331
1137
1142
  * Contact: support@veeroute.com
1138
1143
  *
1139
1144
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1173,7 +1178,7 @@ interface CalculationSettingsStudio {
1173
1178
  /**
1174
1179
  * VRt.Studio [ST]
1175
1180
  *
1176
- * The version of the OpenAPI document: 7.34.3275
1181
+ * The version of the OpenAPI document: 7.37.3331
1177
1182
  * Contact: support@veeroute.com
1178
1183
  *
1179
1184
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1198,7 +1203,7 @@ declare enum ServiceStudio {
1198
1203
  /**
1199
1204
  * VRt.Studio [ST]
1200
1205
  *
1201
- * The version of the OpenAPI document: 7.34.3275
1206
+ * The version of the OpenAPI document: 7.37.3331
1202
1207
  * Contact: support@veeroute.com
1203
1208
  *
1204
1209
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1248,7 +1253,7 @@ interface TracedataStudio {
1248
1253
  /**
1249
1254
  * VRt.Studio [ST]
1250
1255
  *
1251
- * The version of the OpenAPI document: 7.34.3275
1256
+ * The version of the OpenAPI document: 7.37.3331
1252
1257
  * Contact: support@veeroute.com
1253
1258
  *
1254
1259
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1271,7 +1276,7 @@ interface CalculationStateStudio {
1271
1276
  /**
1272
1277
  * VRt.Studio [ST]
1273
1278
  *
1274
- * The version of the OpenAPI document: 7.34.3275
1279
+ * The version of the OpenAPI document: 7.37.3331
1275
1280
  * Contact: support@veeroute.com
1276
1281
  *
1277
1282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1307,7 +1312,7 @@ interface CapacityCostStudio {
1307
1312
  /**
1308
1313
  * VRt.Studio [ST]
1309
1314
  *
1310
- * The version of the OpenAPI document: 7.34.3275
1315
+ * The version of the OpenAPI document: 7.37.3331
1311
1316
  * Contact: support@veeroute.com
1312
1317
  *
1313
1318
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1343,7 +1348,7 @@ interface CapacityLimitStudio {
1343
1348
  /**
1344
1349
  * VRt.Studio [ST]
1345
1350
  *
1346
- * The version of the OpenAPI document: 7.34.3275
1351
+ * The version of the OpenAPI document: 7.37.3331
1347
1352
  * Contact: support@veeroute.com
1348
1353
  *
1349
1354
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1379,7 +1384,7 @@ interface CapacityMultiplierStudio {
1379
1384
  /**
1380
1385
  * VRt.Studio [ST]
1381
1386
  *
1382
- * The version of the OpenAPI document: 7.34.3275
1387
+ * The version of the OpenAPI document: 7.37.3331
1383
1388
  * Contact: support@veeroute.com
1384
1389
  *
1385
1390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1396,7 +1401,7 @@ declare enum CargoActionTypeStudio {
1396
1401
  /**
1397
1402
  * VRt.Studio [ST]
1398
1403
  *
1399
- * The version of the OpenAPI document: 7.34.3275
1404
+ * The version of the OpenAPI document: 7.37.3331
1400
1405
  * Contact: support@veeroute.com
1401
1406
  *
1402
1407
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1422,7 +1427,7 @@ interface CargoActionStudio {
1422
1427
  /**
1423
1428
  * VRt.Studio [ST]
1424
1429
  *
1425
- * The version of the OpenAPI document: 7.34.3275
1430
+ * The version of the OpenAPI document: 7.37.3331
1426
1431
  * Contact: support@veeroute.com
1427
1432
  *
1428
1433
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1441,7 +1446,7 @@ declare enum CargoRotationTypeStudio {
1441
1446
  /**
1442
1447
  * VRt.Studio [ST]
1443
1448
  *
1444
- * The version of the OpenAPI document: 7.34.3275
1449
+ * The version of the OpenAPI document: 7.37.3331
1445
1450
  * Contact: support@veeroute.com
1446
1451
  *
1447
1452
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1449,7 +1454,7 @@ declare enum CargoRotationTypeStudio {
1449
1454
  */
1450
1455
 
1451
1456
  /**
1452
- * Cargo [compatibilities](#section/Description/Compatibilities).
1457
+ * Compatibilities of [the cargo with the transport box and other cargos](#section/Description/Compatibilities).
1453
1458
  */
1454
1459
  interface CargoCompatibilitiesStudio {
1455
1460
  [key: string]: any | any;
@@ -1486,7 +1491,7 @@ interface CargoCompatibilitiesStudio {
1486
1491
  /**
1487
1492
  * VRt.Studio [ST]
1488
1493
  *
1489
- * The version of the OpenAPI document: 7.34.3275
1494
+ * The version of the OpenAPI document: 7.37.3331
1490
1495
  * Contact: support@veeroute.com
1491
1496
  *
1492
1497
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1510,7 +1515,7 @@ interface CargoInvoiceHonestSignStudio {
1510
1515
  /**
1511
1516
  * VRt.Studio [ST]
1512
1517
  *
1513
- * The version of the OpenAPI document: 7.34.3275
1518
+ * The version of the OpenAPI document: 7.37.3331
1514
1519
  * Contact: support@veeroute.com
1515
1520
  *
1516
1521
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1537,7 +1542,7 @@ declare enum CargoInvoiceTaxStudio {
1537
1542
  /**
1538
1543
  * VRt.Studio [ST]
1539
1544
  *
1540
- * The version of the OpenAPI document: 7.34.3275
1545
+ * The version of the OpenAPI document: 7.37.3331
1541
1546
  * Contact: support@veeroute.com
1542
1547
  *
1543
1548
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1592,7 +1597,7 @@ interface CargoInvoiceDetailStudio {
1592
1597
  /**
1593
1598
  * VRt.Studio [ST]
1594
1599
  *
1595
- * The version of the OpenAPI document: 7.34.3275
1600
+ * The version of the OpenAPI document: 7.37.3331
1596
1601
  * Contact: support@veeroute.com
1597
1602
  *
1598
1603
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1620,7 +1625,7 @@ interface CargoInvoiceReceiptStudio {
1620
1625
  /**
1621
1626
  * VRt.Studio [ST]
1622
1627
  *
1623
- * The version of the OpenAPI document: 7.34.3275
1628
+ * The version of the OpenAPI document: 7.37.3331
1624
1629
  * Contact: support@veeroute.com
1625
1630
  *
1626
1631
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1650,7 +1655,7 @@ interface CargoInvoiceStudio {
1650
1655
  /**
1651
1656
  * VRt.Studio [ST]
1652
1657
  *
1653
- * The version of the OpenAPI document: 7.34.3275
1658
+ * The version of the OpenAPI document: 7.37.3331
1654
1659
  * Contact: support@veeroute.com
1655
1660
  *
1656
1661
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1682,7 +1687,7 @@ interface CargoStudio {
1682
1687
  /**
1683
1688
  * VRt.Studio [ST]
1684
1689
  *
1685
- * The version of the OpenAPI document: 7.34.3275
1690
+ * The version of the OpenAPI document: 7.37.3331
1686
1691
  * Contact: support@veeroute.com
1687
1692
  *
1688
1693
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1702,7 +1707,7 @@ interface CheckResultStudio {
1702
1707
  /**
1703
1708
  * VRt.Studio [ST]
1704
1709
  *
1705
- * The version of the OpenAPI document: 7.34.3275
1710
+ * The version of the OpenAPI document: 7.37.3331
1706
1711
  * Contact: support@veeroute.com
1707
1712
  *
1708
1713
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1726,7 +1731,7 @@ interface CompatibilityPenaltyStudio {
1726
1731
  /**
1727
1732
  * VRt.Studio [ST]
1728
1733
  *
1729
- * The version of the OpenAPI document: 7.34.3275
1734
+ * The version of the OpenAPI document: 7.37.3331
1730
1735
  * Contact: support@veeroute.com
1731
1736
  *
1732
1737
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1750,7 +1755,7 @@ interface DemandExtraDurationStudio {
1750
1755
  /**
1751
1756
  * VRt.Studio [ST]
1752
1757
  *
1753
- * The version of the OpenAPI document: 7.34.3275
1758
+ * The version of the OpenAPI document: 7.37.3331
1754
1759
  * Contact: support@veeroute.com
1755
1760
  *
1756
1761
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1792,7 +1797,7 @@ interface PossibleEventStudio {
1792
1797
  /**
1793
1798
  * VRt.Studio [ST]
1794
1799
  *
1795
- * The version of the OpenAPI document: 7.34.3275
1800
+ * The version of the OpenAPI document: 7.37.3331
1796
1801
  * Contact: support@veeroute.com
1797
1802
  *
1798
1803
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1812,7 +1817,7 @@ declare enum DemandTypeStudio {
1812
1817
  /**
1813
1818
  * VRt.Studio [ST]
1814
1819
  *
1815
- * The version of the OpenAPI document: 7.34.3275
1820
+ * The version of the OpenAPI document: 7.37.3331
1816
1821
  * Contact: support@veeroute.com
1817
1822
  *
1818
1823
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1858,7 +1863,7 @@ interface DemandStudio {
1858
1863
  /**
1859
1864
  * VRt.Studio [ST]
1860
1865
  *
1861
- * The version of the OpenAPI document: 7.34.3275
1866
+ * The version of the OpenAPI document: 7.37.3331
1862
1867
  * Contact: support@veeroute.com
1863
1868
  *
1864
1869
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1901,7 +1906,7 @@ declare enum EntityTypeStudio {
1901
1906
  /**
1902
1907
  * VRt.Studio [ST]
1903
1908
  *
1904
- * The version of the OpenAPI document: 7.34.3275
1909
+ * The version of the OpenAPI document: 7.37.3331
1905
1910
  * Contact: support@veeroute.com
1906
1911
  *
1907
1912
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1924,7 +1929,7 @@ interface EntityPathStudio {
1924
1929
  /**
1925
1930
  * VRt.Studio [ST]
1926
1931
  *
1927
- * The version of the OpenAPI document: 7.34.3275
1932
+ * The version of the OpenAPI document: 7.37.3331
1928
1933
  * Contact: support@veeroute.com
1929
1934
  *
1930
1935
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1959,7 +1964,7 @@ declare enum EntityErrorTypeStudio {
1959
1964
  /**
1960
1965
  * VRt.Studio [ST]
1961
1966
  *
1962
- * The version of the OpenAPI document: 7.34.3275
1967
+ * The version of the OpenAPI document: 7.37.3331
1963
1968
  * Contact: support@veeroute.com
1964
1969
  *
1965
1970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1985,14 +1990,14 @@ interface EntityErrorStudio {
1985
1990
  /**
1986
1991
  * VRt.Studio [ST]
1987
1992
  *
1988
- * The version of the OpenAPI document: 7.34.3275
1993
+ * The version of the OpenAPI document: 7.37.3331
1989
1994
  * Contact: support@veeroute.com
1990
1995
  *
1991
1996
  * NOTE: This class is auto generated by OpenAPI Generator.
1992
1997
  * Do not edit the class manually.
1993
1998
  */
1994
1999
  /**
1995
- * 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
1996
2001
  */
1997
2002
  declare enum EntityWarningTypeStudio {
1998
2003
  NO_AVAILABLE_TRANSPORT = "NO_AVAILABLE_TRANSPORT",
@@ -2042,7 +2047,7 @@ declare enum EntityWarningTypeStudio {
2042
2047
  /**
2043
2048
  * VRt.Studio [ST]
2044
2049
  *
2045
- * The version of the OpenAPI document: 7.34.3275
2050
+ * The version of the OpenAPI document: 7.37.3331
2046
2051
  * Contact: support@veeroute.com
2047
2052
  *
2048
2053
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2068,7 +2073,7 @@ interface EntityWarningStudio {
2068
2073
  /**
2069
2074
  * VRt.Studio [ST]
2070
2075
  *
2071
- * The version of the OpenAPI document: 7.34.3275
2076
+ * The version of the OpenAPI document: 7.37.3331
2072
2077
  * Contact: support@veeroute.com
2073
2078
  *
2074
2079
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2093,7 +2098,7 @@ interface ExperimentCheckStudio {
2093
2098
  /**
2094
2099
  * VRt.Studio [ST]
2095
2100
  *
2096
- * The version of the OpenAPI document: 7.34.3275
2101
+ * The version of the OpenAPI document: 7.37.3331
2097
2102
  * Contact: support@veeroute.com
2098
2103
  *
2099
2104
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2129,7 +2134,7 @@ interface ExtensionSettingsStudio {
2129
2134
  /**
2130
2135
  * VRt.Studio [ST]
2131
2136
  *
2132
- * The version of the OpenAPI document: 7.34.3275
2137
+ * The version of the OpenAPI document: 7.37.3331
2133
2138
  * Contact: support@veeroute.com
2134
2139
  *
2135
2140
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2170,7 +2175,7 @@ interface GeoSettingsStudio {
2170
2175
  /**
2171
2176
  * VRt.Studio [ST]
2172
2177
  *
2173
- * The version of the OpenAPI document: 7.34.3275
2178
+ * The version of the OpenAPI document: 7.37.3331
2174
2179
  * Contact: support@veeroute.com
2175
2180
  *
2176
2181
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2187,7 +2192,7 @@ declare enum TripStartTimeStrategyStudio {
2187
2192
  /**
2188
2193
  * VRt.Studio [ST]
2189
2194
  *
2190
- * The version of the OpenAPI document: 7.34.3275
2195
+ * The version of the OpenAPI document: 7.37.3331
2191
2196
  * Contact: support@veeroute.com
2192
2197
  *
2193
2198
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2195,7 +2200,7 @@ declare enum TripStartTimeStrategyStudio {
2195
2200
  */
2196
2201
 
2197
2202
  /**
2198
- * Expectations from the calculation result. Affect the calculation logic.
2203
+ * Expectations from the calculation result. Affect the trip-building logic.
2199
2204
  */
2200
2205
  interface TripExpectationsStudio {
2201
2206
  [key: string]: any | any;
@@ -2213,7 +2218,7 @@ interface TripExpectationsStudio {
2213
2218
  /**
2214
2219
  * VRt.Studio [ST]
2215
2220
  *
2216
- * The version of the OpenAPI document: 7.34.3275
2221
+ * The version of the OpenAPI document: 7.37.3331
2217
2222
  * Contact: support@veeroute.com
2218
2223
  *
2219
2224
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2238,7 +2243,7 @@ interface TripPenaltiesStudio {
2238
2243
  /**
2239
2244
  * VRt.Studio [ST]
2240
2245
  *
2241
- * The version of the OpenAPI document: 7.34.3275
2246
+ * The version of the OpenAPI document: 7.37.3331
2242
2247
  * Contact: support@veeroute.com
2243
2248
  *
2244
2249
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2269,7 +2274,7 @@ declare enum TransportTypeStudio {
2269
2274
  /**
2270
2275
  * VRt.Studio [ST]
2271
2276
  *
2272
- * The version of the OpenAPI document: 7.34.3275
2277
+ * The version of the OpenAPI document: 7.37.3331
2273
2278
  * Contact: support@veeroute.com
2274
2279
  *
2275
2280
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2291,7 +2296,7 @@ interface TransportSpeedMultiplierStudio {
2291
2296
  /**
2292
2297
  * VRt.Studio [ST]
2293
2298
  *
2294
- * The version of the OpenAPI document: 7.34.3275
2299
+ * The version of the OpenAPI document: 7.37.3331
2295
2300
  * Contact: support@veeroute.com
2296
2301
  *
2297
2302
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2310,7 +2315,7 @@ interface TransportCapacityMultiplierStudio {
2310
2315
  /**
2311
2316
  * VRt.Studio [ST]
2312
2317
  *
2313
- * The version of the OpenAPI document: 7.34.3275
2318
+ * The version of the OpenAPI document: 7.37.3331
2314
2319
  * Contact: support@veeroute.com
2315
2320
  *
2316
2321
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2355,7 +2360,7 @@ interface TripAssumptionsStudio {
2355
2360
  /**
2356
2361
  * VRt.Studio [ST]
2357
2362
  *
2358
- * The version of the OpenAPI document: 7.34.3275
2363
+ * The version of the OpenAPI document: 7.37.3331
2359
2364
  * Contact: support@veeroute.com
2360
2365
  *
2361
2366
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2379,7 +2384,7 @@ interface TripsSettingsStudio {
2379
2384
  /**
2380
2385
  * VRt.Studio [ST]
2381
2386
  *
2382
- * The version of the OpenAPI document: 7.34.3275
2387
+ * The version of the OpenAPI document: 7.37.3331
2383
2388
  * Contact: support@veeroute.com
2384
2389
  *
2385
2390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2400,7 +2405,7 @@ interface PlanSettingsStudio {
2400
2405
  /**
2401
2406
  * VRt.Studio [ST]
2402
2407
  *
2403
- * The version of the OpenAPI document: 7.34.3275
2408
+ * The version of the OpenAPI document: 7.37.3331
2404
2409
  * Contact: support@veeroute.com
2405
2410
  *
2406
2411
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2416,7 +2421,7 @@ interface ReplanStrategyStudio {
2416
2421
  */
2417
2422
  reorder?: boolean;
2418
2423
  /**
2419
- * Activate new orders planning.
2424
+ * Ability to plan new orders into existing or new trips (if the `create_new_trips` option is enabled).
2420
2425
  */
2421
2426
  plan_new_orders?: boolean;
2422
2427
  /**
@@ -2428,7 +2433,7 @@ interface ReplanStrategyStudio {
2428
2433
  /**
2429
2434
  * VRt.Studio [ST]
2430
2435
  *
2431
- * The version of the OpenAPI document: 7.34.3275
2436
+ * The version of the OpenAPI document: 7.37.3331
2432
2437
  * Contact: support@veeroute.com
2433
2438
  *
2434
2439
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2446,7 +2451,7 @@ interface ReplanSettingsStudio {
2446
2451
  /**
2447
2452
  * VRt.Studio [ST]
2448
2453
  *
2449
- * The version of the OpenAPI document: 7.34.3275
2454
+ * The version of the OpenAPI document: 7.37.3331
2450
2455
  * Contact: support@veeroute.com
2451
2456
  *
2452
2457
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2466,7 +2471,7 @@ interface ExperimentSettingsStudio {
2466
2471
  /**
2467
2472
  * VRt.Studio [ST]
2468
2473
  *
2469
- * The version of the OpenAPI document: 7.34.3275
2474
+ * The version of the OpenAPI document: 7.37.3331
2470
2475
  * Contact: support@veeroute.com
2471
2476
  *
2472
2477
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2487,7 +2492,7 @@ interface TaskStatisticsStudio {
2487
2492
  /**
2488
2493
  * VRt.Studio [ST]
2489
2494
  *
2490
- * The version of the OpenAPI document: 7.34.3275
2495
+ * The version of the OpenAPI document: 7.37.3331
2491
2496
  * Contact: support@veeroute.com
2492
2497
  *
2493
2498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2551,7 +2556,7 @@ interface RemovedItemsStudio {
2551
2556
  /**
2552
2557
  * VRt.Studio [ST]
2553
2558
  *
2554
- * The version of the OpenAPI document: 7.34.3275
2559
+ * The version of the OpenAPI document: 7.37.3331
2555
2560
  * Contact: support@veeroute.com
2556
2561
  *
2557
2562
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2575,7 +2580,7 @@ interface TimeWindowViolationDetailStudio {
2575
2580
  /**
2576
2581
  * VRt.Studio [ST]
2577
2582
  *
2578
- * The version of the OpenAPI document: 7.34.3275
2583
+ * The version of the OpenAPI document: 7.37.3331
2579
2584
  * Contact: support@veeroute.com
2580
2585
  *
2581
2586
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2600,7 +2605,7 @@ interface TimeWindowViolationsStudio {
2600
2605
  /**
2601
2606
  * VRt.Studio [ST]
2602
2607
  *
2603
- * The version of the OpenAPI document: 7.34.3275
2608
+ * The version of the OpenAPI document: 7.37.3331
2604
2609
  * Contact: support@veeroute.com
2605
2610
  *
2606
2611
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2629,7 +2634,7 @@ interface QualityStudio {
2629
2634
  /**
2630
2635
  * VRt.Studio [ST]
2631
2636
  *
2632
- * The version of the OpenAPI document: 7.34.3275
2637
+ * The version of the OpenAPI document: 7.37.3331
2633
2638
  * Contact: support@veeroute.com
2634
2639
  *
2635
2640
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2677,7 +2682,7 @@ interface TableDataStatsStudio {
2677
2682
  /**
2678
2683
  * VRt.Studio [ST]
2679
2684
  *
2680
- * The version of the OpenAPI document: 7.34.3275
2685
+ * The version of the OpenAPI document: 7.37.3331
2681
2686
  * Contact: support@veeroute.com
2682
2687
  *
2683
2688
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2725,7 +2730,7 @@ interface UnplannedItemsStudio {
2725
2730
  /**
2726
2731
  * VRt.Studio [ST]
2727
2732
  *
2728
- * The version of the OpenAPI document: 7.34.3275
2733
+ * The version of the OpenAPI document: 7.37.3331
2729
2734
  * Contact: support@veeroute.com
2730
2735
  *
2731
2736
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2752,7 +2757,7 @@ interface ExperimentStatisticsStudio {
2752
2757
  /**
2753
2758
  * VRt.Studio [ST]
2754
2759
  *
2755
- * The version of the OpenAPI document: 7.34.3275
2760
+ * The version of the OpenAPI document: 7.37.3331
2756
2761
  * Contact: support@veeroute.com
2757
2762
  *
2758
2763
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2780,7 +2785,7 @@ interface FileSpecificationStudio {
2780
2785
  /**
2781
2786
  * VRt.Studio [ST]
2782
2787
  *
2783
- * The version of the OpenAPI document: 7.34.3275
2788
+ * The version of the OpenAPI document: 7.37.3331
2784
2789
  * Contact: support@veeroute.com
2785
2790
  *
2786
2791
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2810,7 +2815,7 @@ interface ExperimentStudio {
2810
2815
  */
2811
2816
  readonly pristine: boolean;
2812
2817
  /**
2813
- * Experiment sharing flag.
2818
+ * File sharing flag.
2814
2819
  */
2815
2820
  readonly sharing?: boolean;
2816
2821
  /**
@@ -2826,7 +2831,7 @@ interface ExperimentStudio {
2826
2831
  /**
2827
2832
  * VRt.Studio [ST]
2828
2833
  *
2829
- * The version of the OpenAPI document: 7.34.3275
2834
+ * The version of the OpenAPI document: 7.37.3331
2830
2835
  * Contact: support@veeroute.com
2831
2836
  *
2832
2837
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2846,7 +2851,7 @@ interface TableListCountersDetailStudio {
2846
2851
  /**
2847
2852
  * VRt.Studio [ST]
2848
2853
  *
2849
- * The version of the OpenAPI document: 7.34.3275
2854
+ * The version of the OpenAPI document: 7.37.3331
2850
2855
  * Contact: support@veeroute.com
2851
2856
  *
2852
2857
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2871,7 +2876,7 @@ interface TableListCountersStudio {
2871
2876
  /**
2872
2877
  * VRt.Studio [ST]
2873
2878
  *
2874
- * The version of the OpenAPI document: 7.34.3275
2879
+ * The version of the OpenAPI document: 7.37.3331
2875
2880
  * Contact: support@veeroute.com
2876
2881
  *
2877
2882
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2893,7 +2898,7 @@ interface ExperimentListStudio {
2893
2898
  /**
2894
2899
  * VRt.Studio [ST]
2895
2900
  *
2896
- * The version of the OpenAPI document: 7.34.3275
2901
+ * The version of the OpenAPI document: 7.37.3331
2897
2902
  * Contact: support@veeroute.com
2898
2903
  *
2899
2904
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2917,7 +2922,7 @@ interface ExperimentNeighborsStudio {
2917
2922
  /**
2918
2923
  * VRt.Studio [ST]
2919
2924
  *
2920
- * The version of the OpenAPI document: 7.34.3275
2925
+ * The version of the OpenAPI document: 7.37.3331
2921
2926
  * Contact: support@veeroute.com
2922
2927
  *
2923
2928
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2945,7 +2950,7 @@ interface TrackpointStudio {
2945
2950
  /**
2946
2951
  * VRt.Studio [ST]
2947
2952
  *
2948
- * The version of the OpenAPI document: 7.34.3275
2953
+ * The version of the OpenAPI document: 7.37.3331
2949
2954
  * Contact: support@veeroute.com
2950
2955
  *
2951
2956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2970,7 +2975,7 @@ interface LoreNewLocationStudio {
2970
2975
  /**
2971
2976
  * VRt.Studio [ST]
2972
2977
  *
2973
- * The version of the OpenAPI document: 7.34.3275
2978
+ * The version of the OpenAPI document: 7.37.3331
2974
2979
  * Contact: support@veeroute.com
2975
2980
  *
2976
2981
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2998,7 +3003,7 @@ interface TripDemandPrecedenceStudio {
2998
3003
  /**
2999
3004
  * VRt.Studio [ST]
3000
3005
  *
3001
- * The version of the OpenAPI document: 7.34.3275
3006
+ * The version of the OpenAPI document: 7.37.3331
3002
3007
  * Contact: support@veeroute.com
3003
3008
  *
3004
3009
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3019,7 +3024,7 @@ interface LoreTripPrecedenceChangedStudio {
3019
3024
  /**
3020
3025
  * VRt.Studio [ST]
3021
3026
  *
3022
- * The version of the OpenAPI document: 7.34.3275
3027
+ * The version of the OpenAPI document: 7.37.3331
3023
3028
  * Contact: support@veeroute.com
3024
3029
  *
3025
3030
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3043,7 +3048,7 @@ interface LoreDemandStartStudio {
3043
3048
  /**
3044
3049
  * VRt.Studio [ST]
3045
3050
  *
3046
- * The version of the OpenAPI document: 7.34.3275
3051
+ * The version of the OpenAPI document: 7.37.3331
3047
3052
  * Contact: support@veeroute.com
3048
3053
  *
3049
3054
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3067,7 +3072,7 @@ interface LoreDemandCancelledStudio {
3067
3072
  /**
3068
3073
  * VRt.Studio [ST]
3069
3074
  *
3070
- * The version of the OpenAPI document: 7.34.3275
3075
+ * The version of the OpenAPI document: 7.37.3331
3071
3076
  * Contact: support@veeroute.com
3072
3077
  *
3073
3078
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3087,7 +3092,7 @@ interface LoreJobDoneStudio {
3087
3092
  /**
3088
3093
  * VRt.Studio [ST]
3089
3094
  *
3090
- * The version of the OpenAPI document: 7.34.3275
3095
+ * The version of the OpenAPI document: 7.37.3331
3091
3096
  * Contact: support@veeroute.com
3092
3097
  *
3093
3098
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3107,7 +3112,7 @@ interface LoreOrderDoneStudio {
3107
3112
  /**
3108
3113
  * VRt.Studio [ST]
3109
3114
  *
3110
- * The version of the OpenAPI document: 7.34.3275
3115
+ * The version of the OpenAPI document: 7.37.3331
3111
3116
  * Contact: support@veeroute.com
3112
3117
  *
3113
3118
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3131,7 +3136,7 @@ interface LoreDemandDoneStudio {
3131
3136
  /**
3132
3137
  * VRt.Studio [ST]
3133
3138
  *
3134
- * The version of the OpenAPI document: 7.34.3275
3139
+ * The version of the OpenAPI document: 7.37.3331
3135
3140
  * Contact: support@veeroute.com
3136
3141
  *
3137
3142
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3155,7 +3160,7 @@ interface FactLoreStudio {
3155
3160
  /**
3156
3161
  * VRt.Studio [ST]
3157
3162
  *
3158
- * The version of the OpenAPI document: 7.34.3275
3163
+ * The version of the OpenAPI document: 7.37.3331
3159
3164
  * Contact: support@veeroute.com
3160
3165
  *
3161
3166
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3173,14 +3178,14 @@ declare enum FactStatusStudio {
3173
3178
  /**
3174
3179
  * VRt.Studio [ST]
3175
3180
  *
3176
- * The version of the OpenAPI document: 7.34.3275
3181
+ * The version of the OpenAPI document: 7.37.3331
3177
3182
  * Contact: support@veeroute.com
3178
3183
  *
3179
3184
  * NOTE: This class is auto generated by OpenAPI Generator.
3180
3185
  * Do not edit the class manually.
3181
3186
  */
3182
3187
  /**
3183
- * 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
3184
3189
  */
3185
3190
  declare enum FactTypeStudio {
3186
3191
  NEW_LOCATION = "NEW_LOCATION",
@@ -3192,14 +3197,14 @@ declare enum FactTypeStudio {
3192
3197
  TRIP_RECEIVED = "TRIP_RECEIVED",
3193
3198
  TRIP_CONFIRMED = "TRIP_CONFIRMED",
3194
3199
  TRIP_REJECTED = "TRIP_REJECTED",
3195
- TRIP_EXECUTED = "TRIP_EXECUTED",
3200
+ TRIP_EXECUTING = "TRIP_EXECUTING",
3196
3201
  JOB_DONE = "JOB_DONE"
3197
3202
  }
3198
3203
 
3199
3204
  /**
3200
3205
  * VRt.Studio [ST]
3201
3206
  *
3202
- * The version of the OpenAPI document: 7.34.3275
3207
+ * The version of the OpenAPI document: 7.37.3331
3203
3208
  * Contact: support@veeroute.com
3204
3209
  *
3205
3210
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3247,7 +3252,7 @@ interface FactStudio {
3247
3252
  /**
3248
3253
  * VRt.Studio [ST]
3249
3254
  *
3250
- * The version of the OpenAPI document: 7.34.3275
3255
+ * The version of the OpenAPI document: 7.37.3331
3251
3256
  * Contact: support@veeroute.com
3252
3257
  *
3253
3258
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3272,7 +3277,7 @@ interface FeatureLifetimeStudio {
3272
3277
  /**
3273
3278
  * VRt.Studio [ST]
3274
3279
  *
3275
- * The version of the OpenAPI document: 7.34.3275
3280
+ * The version of the OpenAPI document: 7.37.3331
3276
3281
  * Contact: support@veeroute.com
3277
3282
  *
3278
3283
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3296,7 +3301,7 @@ interface FileNamePathStudio {
3296
3301
  /**
3297
3302
  * VRt.Studio [ST]
3298
3303
  *
3299
- * The version of the OpenAPI document: 7.34.3275
3304
+ * The version of the OpenAPI document: 7.37.3331
3300
3305
  * Contact: support@veeroute.com
3301
3306
  *
3302
3307
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3318,7 +3323,7 @@ declare enum FilesystemColumnTypeStudio {
3318
3323
  /**
3319
3324
  * VRt.Studio [ST]
3320
3325
  *
3321
- * The version of the OpenAPI document: 7.34.3275
3326
+ * The version of the OpenAPI document: 7.37.3331
3322
3327
  * Contact: support@veeroute.com
3323
3328
  *
3324
3329
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3342,7 +3347,7 @@ interface FolderCountersStudio {
3342
3347
  /**
3343
3348
  * VRt.Studio [ST]
3344
3349
  *
3345
- * The version of the OpenAPI document: 7.34.3275
3350
+ * The version of the OpenAPI document: 7.37.3331
3346
3351
  * Contact: support@veeroute.com
3347
3352
  *
3348
3353
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3367,7 +3372,7 @@ interface FilesystemCountersStudio {
3367
3372
  /**
3368
3373
  * VRt.Studio [ST]
3369
3374
  *
3370
- * The version of the OpenAPI document: 7.34.3275
3375
+ * The version of the OpenAPI document: 7.37.3331
3371
3376
  * Contact: support@veeroute.com
3372
3377
  *
3373
3378
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3384,7 +3389,7 @@ declare enum FolderTypeStudio {
3384
3389
  /**
3385
3390
  * VRt.Studio [ST]
3386
3391
  *
3387
- * The version of the OpenAPI document: 7.34.3275
3392
+ * The version of the OpenAPI document: 7.37.3331
3388
3393
  * Contact: support@veeroute.com
3389
3394
  *
3390
3395
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3443,7 +3448,7 @@ interface FolderStudio {
3443
3448
  /**
3444
3449
  * VRt.Studio [ST]
3445
3450
  *
3446
- * The version of the OpenAPI document: 7.34.3275
3451
+ * The version of the OpenAPI document: 7.37.3331
3447
3452
  * Contact: support@veeroute.com
3448
3453
  *
3449
3454
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3464,7 +3469,7 @@ interface FilesystemPathStudio {
3464
3469
  /**
3465
3470
  * VRt.Studio [ST]
3466
3471
  *
3467
- * The version of the OpenAPI document: 7.34.3275
3472
+ * The version of the OpenAPI document: 7.37.3331
3468
3473
  * Contact: support@veeroute.com
3469
3474
  *
3470
3475
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3487,7 +3492,7 @@ interface FilesystemStudio {
3487
3492
  /**
3488
3493
  * VRt.Studio [ST]
3489
3494
  *
3490
- * The version of the OpenAPI document: 7.34.3275
3495
+ * The version of the OpenAPI document: 7.37.3331
3491
3496
  * Contact: support@veeroute.com
3492
3497
  *
3493
3498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3528,7 +3533,7 @@ interface FolderSpecificationStudio {
3528
3533
  /**
3529
3534
  * VRt.Studio [ST]
3530
3535
  *
3531
- * The version of the OpenAPI document: 7.34.3275
3536
+ * The version of the OpenAPI document: 7.37.3331
3532
3537
  * Contact: support@veeroute.com
3533
3538
  *
3534
3539
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3552,7 +3557,7 @@ interface SchemaErrorStudio {
3552
3557
  /**
3553
3558
  * VRt.Studio [ST]
3554
3559
  *
3555
- * The version of the OpenAPI document: 7.34.3275
3560
+ * The version of the OpenAPI document: 7.37.3331
3556
3561
  * Contact: support@veeroute.com
3557
3562
  *
3558
3563
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3578,7 +3583,7 @@ interface General400Studio {
3578
3583
  /**
3579
3584
  * VRt.Studio [ST]
3580
3585
  *
3581
- * The version of the OpenAPI document: 7.34.3275
3586
+ * The version of the OpenAPI document: 7.37.3331
3582
3587
  * Contact: support@veeroute.com
3583
3588
  *
3584
3589
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3600,7 +3605,7 @@ interface General402Studio {
3600
3605
  /**
3601
3606
  * VRt.Studio [ST]
3602
3607
  *
3603
- * The version of the OpenAPI document: 7.34.3275
3608
+ * The version of the OpenAPI document: 7.37.3331
3604
3609
  * Contact: support@veeroute.com
3605
3610
  *
3606
3611
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3622,7 +3627,7 @@ interface General403Studio {
3622
3627
  /**
3623
3628
  * VRt.Studio [ST]
3624
3629
  *
3625
- * The version of the OpenAPI document: 7.34.3275
3630
+ * The version of the OpenAPI document: 7.37.3331
3626
3631
  * Contact: support@veeroute.com
3627
3632
  *
3628
3633
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3640,7 +3645,7 @@ interface General404DetailStudio {
3640
3645
  /**
3641
3646
  * VRt.Studio [ST]
3642
3647
  *
3643
- * The version of the OpenAPI document: 7.34.3275
3648
+ * The version of the OpenAPI document: 7.37.3331
3644
3649
  * Contact: support@veeroute.com
3645
3650
  *
3646
3651
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3662,7 +3667,7 @@ interface General404Studio {
3662
3667
  /**
3663
3668
  * VRt.Studio [ST]
3664
3669
  *
3665
- * The version of the OpenAPI document: 7.34.3275
3670
+ * The version of the OpenAPI document: 7.37.3331
3666
3671
  * Contact: support@veeroute.com
3667
3672
  *
3668
3673
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3684,7 +3689,7 @@ interface General429Studio {
3684
3689
  /**
3685
3690
  * VRt.Studio [ST]
3686
3691
  *
3687
- * The version of the OpenAPI document: 7.34.3275
3692
+ * The version of the OpenAPI document: 7.37.3331
3688
3693
  * Contact: support@veeroute.com
3689
3694
  *
3690
3695
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3706,7 +3711,7 @@ interface General500Studio {
3706
3711
  /**
3707
3712
  * VRt.Studio [ST]
3708
3713
  *
3709
- * The version of the OpenAPI document: 7.34.3275
3714
+ * The version of the OpenAPI document: 7.37.3331
3710
3715
  * Contact: support@veeroute.com
3711
3716
  *
3712
3717
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3730,7 +3735,7 @@ interface GeopointStudio {
3730
3735
  /**
3731
3736
  * VRt.Studio [ST]
3732
3737
  *
3733
- * The version of the OpenAPI document: 7.34.3275
3738
+ * The version of the OpenAPI document: 7.37.3331
3734
3739
  * Contact: support@veeroute.com
3735
3740
  *
3736
3741
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3748,7 +3753,7 @@ declare enum HardlinkElementTypeStudio {
3748
3753
  /**
3749
3754
  * VRt.Studio [ST]
3750
3755
  *
3751
- * The version of the OpenAPI document: 7.34.3275
3756
+ * The version of the OpenAPI document: 7.37.3331
3752
3757
  * Contact: support@veeroute.com
3753
3758
  *
3754
3759
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3770,7 +3775,7 @@ interface HardlinkElementStudio {
3770
3775
  /**
3771
3776
  * VRt.Studio [ST]
3772
3777
  *
3773
- * The version of the OpenAPI document: 7.34.3275
3778
+ * The version of the OpenAPI document: 7.37.3331
3774
3779
  * Contact: support@veeroute.com
3775
3780
  *
3776
3781
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3799,7 +3804,7 @@ interface HardlinkStudio {
3799
3804
  /**
3800
3805
  * VRt.Studio [ST]
3801
3806
  *
3802
- * The version of the OpenAPI document: 7.34.3275
3807
+ * The version of the OpenAPI document: 7.37.3331
3803
3808
  * Contact: support@veeroute.com
3804
3809
  *
3805
3810
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3816,7 +3821,7 @@ declare enum ImportSampleStudio {
3816
3821
  /**
3817
3822
  * VRt.Studio [ST]
3818
3823
  *
3819
- * The version of the OpenAPI document: 7.34.3275
3824
+ * The version of the OpenAPI document: 7.37.3331
3820
3825
  * Contact: support@veeroute.com
3821
3826
  *
3822
3827
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3833,7 +3838,7 @@ declare enum ImportSourceStudio {
3833
3838
  /**
3834
3839
  * VRt.Studio [ST]
3835
3840
  *
3836
- * The version of the OpenAPI document: 7.34.3275
3841
+ * The version of the OpenAPI document: 7.37.3331
3837
3842
  * Contact: support@veeroute.com
3838
3843
  *
3839
3844
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3868,7 +3873,7 @@ declare enum LinkedEssenceStudioEssenceTypeEnum {
3868
3873
  /**
3869
3874
  * VRt.Studio [ST]
3870
3875
  *
3871
- * The version of the OpenAPI document: 7.34.3275
3876
+ * The version of the OpenAPI document: 7.37.3331
3872
3877
  * Contact: support@veeroute.com
3873
3878
  *
3874
3879
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3890,7 +3895,7 @@ interface TransportLoadStudio {
3890
3895
  /**
3891
3896
  * VRt.Studio [ST]
3892
3897
  *
3893
- * The version of the OpenAPI document: 7.34.3275
3898
+ * The version of the OpenAPI document: 7.37.3331
3894
3899
  * Contact: support@veeroute.com
3895
3900
  *
3896
3901
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3911,7 +3916,7 @@ interface LoadStatisticsStudio {
3911
3916
  */
3912
3917
  max_load: TransportLoadStudio;
3913
3918
  /**
3914
- * Maximum transport load during the driving (for each dimension).
3919
+ * Maximum transport load over the entire trip duration while in motion (for each dimension).
3915
3920
  */
3916
3921
  max_transfer_load: TransportLoadStudio;
3917
3922
  }
@@ -3919,7 +3924,7 @@ interface LoadStatisticsStudio {
3919
3924
  /**
3920
3925
  * VRt.Studio [ST]
3921
3926
  *
3922
- * The version of the OpenAPI document: 7.34.3275
3927
+ * The version of the OpenAPI document: 7.37.3331
3923
3928
  * Contact: support@veeroute.com
3924
3929
  *
3925
3930
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3944,14 +3949,14 @@ interface LocationCargosLimitStudio {
3944
3949
  /**
3945
3950
  * VRt.Studio [ST]
3946
3951
  *
3947
- * The version of the OpenAPI document: 7.34.3275
3952
+ * The version of the OpenAPI document: 7.37.3331
3948
3953
  * Contact: support@veeroute.com
3949
3954
  *
3950
3955
  * NOTE: This class is auto generated by OpenAPI Generator.
3951
3956
  * Do not edit the class manually.
3952
3957
  */
3953
3958
  /**
3954
- * Location [compatibilities](#section/Description/Compatibilities).
3959
+ * Compatibilities of [the location with transport](#section/Description/Compatibilities).
3955
3960
  */
3956
3961
  interface LocationCompatibilitiesStudio {
3957
3962
  [key: string]: any | any;
@@ -3964,7 +3969,7 @@ interface LocationCompatibilitiesStudio {
3964
3969
  /**
3965
3970
  * VRt.Studio [ST]
3966
3971
  *
3967
- * The version of the OpenAPI document: 7.34.3275
3972
+ * The version of the OpenAPI document: 7.37.3331
3968
3973
  * Contact: support@veeroute.com
3969
3974
  *
3970
3975
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -3988,7 +3993,7 @@ interface LocationTransportsLimitStudio {
3988
3993
  /**
3989
3994
  * VRt.Studio [ST]
3990
3995
  *
3991
- * The version of the OpenAPI document: 7.34.3275
3996
+ * The version of the OpenAPI document: 7.37.3331
3992
3997
  * Contact: support@veeroute.com
3993
3998
  *
3994
3999
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4021,7 +4026,7 @@ interface LocationLimitStatisticsStudio {
4021
4026
  /**
4022
4027
  * VRt.Studio [ST]
4023
4028
  *
4024
- * The version of the OpenAPI document: 7.34.3275
4029
+ * The version of the OpenAPI document: 7.37.3331
4025
4030
  * Contact: support@veeroute.com
4026
4031
  *
4027
4032
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4062,7 +4067,7 @@ interface LocationLimitStudio {
4062
4067
  /**
4063
4068
  * VRt.Studio [ST]
4064
4069
  *
4065
- * The version of the OpenAPI document: 7.34.3275
4070
+ * The version of the OpenAPI document: 7.37.3331
4066
4071
  * Contact: support@veeroute.com
4067
4072
  *
4068
4073
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4101,7 +4106,7 @@ interface LocationStatisticsStudio {
4101
4106
  /**
4102
4107
  * VRt.Studio [ST]
4103
4108
  *
4104
- * The version of the OpenAPI document: 7.34.3275
4109
+ * The version of the OpenAPI document: 7.37.3331
4105
4110
  * Contact: support@veeroute.com
4106
4111
  *
4107
4112
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4126,7 +4131,7 @@ interface LocationTimetableElementStudio {
4126
4131
  /**
4127
4132
  * VRt.Studio [ST]
4128
4133
  *
4129
- * The version of the OpenAPI document: 7.34.3275
4134
+ * The version of the OpenAPI document: 7.37.3331
4130
4135
  * Contact: support@veeroute.com
4131
4136
  *
4132
4137
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4173,14 +4178,14 @@ interface LocationStudio {
4173
4178
  /**
4174
4179
  * VRt.Studio [ST]
4175
4180
  *
4176
- * The version of the OpenAPI document: 7.34.3275
4181
+ * The version of the OpenAPI document: 7.37.3331
4177
4182
  * Contact: support@veeroute.com
4178
4183
  *
4179
4184
  * NOTE: This class is auto generated by OpenAPI Generator.
4180
4185
  * Do not edit the class manually.
4181
4186
  */
4182
4187
  /**
4183
- * Order [compatibilities](#section/Description/Compatibilities).
4188
+ * Compatibilities of [the order with performers and other orders](#section/Description/Compatibilities).
4184
4189
  */
4185
4190
  interface OrderCompatibilitiesStudio {
4186
4191
  [key: string]: any | any;
@@ -4205,7 +4210,7 @@ interface OrderCompatibilitiesStudio {
4205
4210
  /**
4206
4211
  * VRt.Studio [ST]
4207
4212
  *
4208
- * The version of the OpenAPI document: 7.34.3275
4213
+ * The version of the OpenAPI document: 7.37.3331
4209
4214
  * Contact: support@veeroute.com
4210
4215
  *
4211
4216
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4243,7 +4248,7 @@ interface OrderStudio {
4243
4248
  /**
4244
4249
  * VRt.Studio [ST]
4245
4250
  *
4246
- * The version of the OpenAPI document: 7.34.3275
4251
+ * The version of the OpenAPI document: 7.37.3331
4247
4252
  * Contact: support@veeroute.com
4248
4253
  *
4249
4254
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4251,7 +4256,7 @@ interface OrderStudio {
4251
4256
  */
4252
4257
 
4253
4258
  /**
4254
- * Performer [compatibilities](#section/Description/Compatibilities).
4259
+ * Compatibilities of [the performer with transport and orders](#section/Description/Compatibilities).
4255
4260
  */
4256
4261
  interface PerformerCompatibilitiesStudio {
4257
4262
  [key: string]: any | any;
@@ -4272,7 +4277,7 @@ interface PerformerCompatibilitiesStudio {
4272
4277
  /**
4273
4278
  * VRt.Studio [ST]
4274
4279
  *
4275
- * The version of the OpenAPI document: 7.34.3275
4280
+ * The version of the OpenAPI document: 7.37.3331
4276
4281
  * Contact: support@veeroute.com
4277
4282
  *
4278
4283
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4297,7 +4302,7 @@ interface PerformerLimitsStudio {
4297
4302
  /**
4298
4303
  * VRt.Studio [ST]
4299
4304
  *
4300
- * The version of the OpenAPI document: 7.34.3275
4305
+ * The version of the OpenAPI document: 7.37.3331
4301
4306
  * Contact: support@veeroute.com
4302
4307
  *
4303
4308
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4325,7 +4330,7 @@ interface RestStudio {
4325
4330
  /**
4326
4331
  * VRt.Studio [ST]
4327
4332
  *
4328
- * The version of the OpenAPI document: 7.34.3275
4333
+ * The version of the OpenAPI document: 7.37.3331
4329
4334
  * Contact: support@veeroute.com
4330
4335
  *
4331
4336
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4346,7 +4351,7 @@ interface RestRulesStudio {
4346
4351
  /**
4347
4352
  * VRt.Studio [ST]
4348
4353
  *
4349
- * The version of the OpenAPI document: 7.34.3275
4354
+ * The version of the OpenAPI document: 7.37.3331
4350
4355
  * Contact: support@veeroute.com
4351
4356
  *
4352
4357
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4354,7 +4359,7 @@ interface RestRulesStudio {
4354
4359
  */
4355
4360
 
4356
4361
  /**
4357
- * Work and rest rules.
4362
+ * Performer\'s work and rest rules.
4358
4363
  */
4359
4364
  interface WorkAndRestRulesStudio {
4360
4365
  [key: string]: any | any;
@@ -4365,7 +4370,7 @@ interface WorkAndRestRulesStudio {
4365
4370
  */
4366
4371
  reset_location_keys?: Array<string>;
4367
4372
  /**
4368
- * 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.
4369
4374
  */
4370
4375
  ignore_location_keys?: Array<string>;
4371
4376
  }
@@ -4373,7 +4378,7 @@ interface WorkAndRestRulesStudio {
4373
4378
  /**
4374
4379
  * VRt.Studio [ST]
4375
4380
  *
4376
- * The version of the OpenAPI document: 7.34.3275
4381
+ * The version of the OpenAPI document: 7.37.3331
4377
4382
  * Contact: support@veeroute.com
4378
4383
  *
4379
4384
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4397,7 +4402,7 @@ interface PerformerTariffConstraintStudio {
4397
4402
  /**
4398
4403
  * VRt.Studio [ST]
4399
4404
  *
4400
- * The version of the OpenAPI document: 7.34.3275
4405
+ * The version of the OpenAPI document: 7.37.3331
4401
4406
  * Contact: support@veeroute.com
4402
4407
  *
4403
4408
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4426,7 +4431,7 @@ interface PerformerTariffStudio {
4426
4431
  /**
4427
4432
  * VRt.Studio [ST]
4428
4433
  *
4429
- * The version of the OpenAPI document: 7.34.3275
4434
+ * The version of the OpenAPI document: 7.37.3331
4430
4435
  * Contact: support@veeroute.com
4431
4436
  *
4432
4437
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4481,7 +4486,7 @@ interface PerformerShiftStudio {
4481
4486
  /**
4482
4487
  * VRt.Studio [ST]
4483
4488
  *
4484
- * The version of the OpenAPI document: 7.34.3275
4489
+ * The version of the OpenAPI document: 7.37.3331
4485
4490
  * Contact: support@veeroute.com
4486
4491
  *
4487
4492
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4520,7 +4525,7 @@ interface PerformerStudio {
4520
4525
  /**
4521
4526
  * VRt.Studio [ST]
4522
4527
  *
4523
- * The version of the OpenAPI document: 7.34.3275
4528
+ * The version of the OpenAPI document: 7.37.3331
4524
4529
  * Contact: support@veeroute.com
4525
4530
  *
4526
4531
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4549,7 +4554,7 @@ interface StopDemandStudio {
4549
4554
  /**
4550
4555
  * VRt.Studio [ST]
4551
4556
  *
4552
- * The version of the OpenAPI document: 7.34.3275
4557
+ * The version of the OpenAPI document: 7.37.3331
4553
4558
  * Contact: support@veeroute.com
4554
4559
  *
4555
4560
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4606,7 +4611,7 @@ interface StopStatisticsStudio {
4606
4611
  /**
4607
4612
  * VRt.Studio [ST]
4608
4613
  *
4609
- * The version of the OpenAPI document: 7.34.3275
4614
+ * The version of the OpenAPI document: 7.37.3331
4610
4615
  * Contact: support@veeroute.com
4611
4616
  *
4612
4617
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4631,7 +4636,7 @@ interface RoundtripStatisticsStudio {
4631
4636
  /**
4632
4637
  * VRt.Studio [ST]
4633
4638
  *
4634
- * The version of the OpenAPI document: 7.34.3275
4639
+ * The version of the OpenAPI document: 7.37.3331
4635
4640
  * Contact: support@veeroute.com
4636
4641
  *
4637
4642
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4669,7 +4674,7 @@ interface TripStatisticsStudio {
4669
4674
  /**
4670
4675
  * VRt.Studio [ST]
4671
4676
  *
4672
- * The version of the OpenAPI document: 7.34.3275
4677
+ * The version of the OpenAPI document: 7.37.3331
4673
4678
  * Contact: support@veeroute.com
4674
4679
  *
4675
4680
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4697,7 +4702,7 @@ interface PlanStatisticsStudio {
4697
4702
  /**
4698
4703
  * VRt.Studio [ST]
4699
4704
  *
4700
- * The version of the OpenAPI document: 7.34.3275
4705
+ * The version of the OpenAPI document: 7.37.3331
4701
4706
  * Contact: support@veeroute.com
4702
4707
  *
4703
4708
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4719,7 +4724,7 @@ interface RoutingMatrixWaypointStudio {
4719
4724
  /**
4720
4725
  * VRt.Studio [ST]
4721
4726
  *
4722
- * The version of the OpenAPI document: 7.34.3275
4727
+ * The version of the OpenAPI document: 7.37.3331
4723
4728
  * Contact: support@veeroute.com
4724
4729
  *
4725
4730
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4748,7 +4753,7 @@ interface RoutingMatrixStudio {
4748
4753
  /**
4749
4754
  * VRt.Studio [ST]
4750
4755
  *
4751
- * The version of the OpenAPI document: 7.34.3275
4756
+ * The version of the OpenAPI document: 7.37.3331
4752
4757
  * Contact: support@veeroute.com
4753
4758
  *
4754
4759
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -4767,7 +4772,7 @@ interface RoutingTransportMatrixStudio {
4767
4772
  /**
4768
4773
  * VRt.Studio [ST]
4769
4774
  *
4770
- * The version of the OpenAPI document: 7.34.3275
4775
+ * The version of the OpenAPI document: 7.37.3331
4771
4776
  * Contact: support@veeroute.com
4772
4777
  *
4773
4778
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5023,7 +5028,7 @@ interface TableCustomfieldsStudio {
5023
5028
  /**
5024
5029
  * VRt.Studio [ST]
5025
5030
  *
5026
- * The version of the OpenAPI document: 7.34.3275
5031
+ * The version of the OpenAPI document: 7.37.3331
5027
5032
  * Contact: support@veeroute.com
5028
5033
  *
5029
5034
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5033,6 +5038,7 @@ interface TableCustomfieldsStudio {
5033
5038
  * Experiment table column name.
5034
5039
  */
5035
5040
  declare enum TableExperimentColumnTypeStudio {
5041
+ SHARING = "SHARING",
5036
5042
  EDIT_DATE = "EDIT_DATE",
5037
5043
  CREATION_DATE = "CREATION_DATE",
5038
5044
  CALCULATION_STATE = "CALCULATION_STATE",
@@ -5043,7 +5049,7 @@ declare enum TableExperimentColumnTypeStudio {
5043
5049
  /**
5044
5050
  * VRt.Studio [ST]
5045
5051
  *
5046
- * The version of the OpenAPI document: 7.34.3275
5052
+ * The version of the OpenAPI document: 7.37.3331
5047
5053
  * Contact: support@veeroute.com
5048
5054
  *
5049
5055
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5066,7 +5072,7 @@ declare enum TableFactColumnTypeStudio {
5066
5072
  /**
5067
5073
  * VRt.Studio [ST]
5068
5074
  *
5069
- * The version of the OpenAPI document: 7.34.3275
5075
+ * The version of the OpenAPI document: 7.37.3331
5070
5076
  * Contact: support@veeroute.com
5071
5077
  *
5072
5078
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5123,7 +5129,7 @@ declare enum TableFactFieldsStudioEssenceTypeEnum {
5123
5129
  /**
5124
5130
  * VRt.Studio [ST]
5125
5131
  *
5126
- * The version of the OpenAPI document: 7.34.3275
5132
+ * The version of the OpenAPI document: 7.37.3331
5127
5133
  * Contact: support@veeroute.com
5128
5134
  *
5129
5135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5147,7 +5153,7 @@ interface TableFilterFloatRangeStudio {
5147
5153
  /**
5148
5154
  * VRt.Studio [ST]
5149
5155
  *
5150
- * The version of the OpenAPI document: 7.34.3275
5156
+ * The version of the OpenAPI document: 7.37.3331
5151
5157
  * Contact: support@veeroute.com
5152
5158
  *
5153
5159
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5171,7 +5177,7 @@ interface TableFilterIntRangeStudio {
5171
5177
  /**
5172
5178
  * VRt.Studio [ST]
5173
5179
  *
5174
- * The version of the OpenAPI document: 7.34.3275
5180
+ * The version of the OpenAPI document: 7.37.3331
5175
5181
  * Contact: support@veeroute.com
5176
5182
  *
5177
5183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5195,7 +5201,7 @@ interface TableFilterStringListStudio {
5195
5201
  /**
5196
5202
  * VRt.Studio [ST]
5197
5203
  *
5198
- * The version of the OpenAPI document: 7.34.3275
5204
+ * The version of the OpenAPI document: 7.37.3331
5199
5205
  * Contact: support@veeroute.com
5200
5206
  *
5201
5207
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5219,7 +5225,7 @@ interface TableFilterDatetimeRangeStudio {
5219
5225
  /**
5220
5226
  * VRt.Studio [ST]
5221
5227
  *
5222
- * The version of the OpenAPI document: 7.34.3275
5228
+ * The version of the OpenAPI document: 7.37.3331
5223
5229
  * Contact: support@veeroute.com
5224
5230
  *
5225
5231
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5242,7 +5248,7 @@ declare enum TableFilterTypeStudio {
5242
5248
  /**
5243
5249
  * VRt.Studio [ST]
5244
5250
  *
5245
- * The version of the OpenAPI document: 7.34.3275
5251
+ * The version of the OpenAPI document: 7.37.3331
5246
5252
  * Contact: support@veeroute.com
5247
5253
  *
5248
5254
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5266,7 +5272,7 @@ interface TableFilterStringSearchStudio {
5266
5272
  /**
5267
5273
  * VRt.Studio [ST]
5268
5274
  *
5269
- * The version of the OpenAPI document: 7.34.3275
5275
+ * The version of the OpenAPI document: 7.37.3331
5270
5276
  * Contact: support@veeroute.com
5271
5277
  *
5272
5278
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5286,7 +5292,7 @@ interface TableFilterBoolListStudio {
5286
5292
  /**
5287
5293
  * VRt.Studio [ST]
5288
5294
  *
5289
- * The version of the OpenAPI document: 7.34.3275
5295
+ * The version of the OpenAPI document: 7.37.3331
5290
5296
  * Contact: support@veeroute.com
5291
5297
  *
5292
5298
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5306,7 +5312,7 @@ interface TableFilterEnumListStudio {
5306
5312
  /**
5307
5313
  * VRt.Studio [ST]
5308
5314
  *
5309
- * The version of the OpenAPI document: 7.34.3275
5315
+ * The version of the OpenAPI document: 7.37.3331
5310
5316
  * Contact: support@veeroute.com
5311
5317
  *
5312
5318
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5330,7 +5336,7 @@ interface TableFilterDurationRangeStudio {
5330
5336
  /**
5331
5337
  * VRt.Studio [ST]
5332
5338
  *
5333
- * The version of the OpenAPI document: 7.34.3275
5339
+ * The version of the OpenAPI document: 7.37.3331
5334
5340
  * Contact: support@veeroute.com
5335
5341
  *
5336
5342
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5358,7 +5364,7 @@ interface TableFactFilterStudio {
5358
5364
  /**
5359
5365
  * VRt.Studio [ST]
5360
5366
  *
5361
- * The version of the OpenAPI document: 7.34.3275
5367
+ * The version of the OpenAPI document: 7.37.3331
5362
5368
  * Contact: support@veeroute.com
5363
5369
  *
5364
5370
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5379,7 +5385,7 @@ interface TableFactFilterListStudio {
5379
5385
  /**
5380
5386
  * VRt.Studio [ST]
5381
5387
  *
5382
- * The version of the OpenAPI document: 7.34.3275
5388
+ * The version of the OpenAPI document: 7.37.3331
5383
5389
  * Contact: support@veeroute.com
5384
5390
  *
5385
5391
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5401,7 +5407,7 @@ interface TableFactStudio {
5401
5407
  /**
5402
5408
  * VRt.Studio [ST]
5403
5409
  *
5404
- * The version of the OpenAPI document: 7.34.3275
5410
+ * The version of the OpenAPI document: 7.37.3331
5405
5411
  * Contact: support@veeroute.com
5406
5412
  *
5407
5413
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5423,7 +5429,7 @@ interface TableFactListStudio {
5423
5429
  /**
5424
5430
  * VRt.Studio [ST]
5425
5431
  *
5426
- * The version of the OpenAPI document: 7.34.3275
5432
+ * The version of the OpenAPI document: 7.37.3331
5427
5433
  * Contact: support@veeroute.com
5428
5434
  *
5429
5435
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5448,7 +5454,7 @@ interface TableFactMetricsFilterListStudio {
5448
5454
  /**
5449
5455
  * VRt.Studio [ST]
5450
5456
  *
5451
- * The version of the OpenAPI document: 7.34.3275
5457
+ * The version of the OpenAPI document: 7.37.3331
5452
5458
  * Contact: support@veeroute.com
5453
5459
  *
5454
5460
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5474,7 +5480,7 @@ interface TableFactMetricsStudio {
5474
5480
  /**
5475
5481
  * VRt.Studio [ST]
5476
5482
  *
5477
- * The version of the OpenAPI document: 7.34.3275
5483
+ * The version of the OpenAPI document: 7.37.3331
5478
5484
  * Contact: support@veeroute.com
5479
5485
  *
5480
5486
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5497,7 +5503,7 @@ declare enum TableHardlinkColumnTypeStudio {
5497
5503
  /**
5498
5504
  * VRt.Studio [ST]
5499
5505
  *
5500
- * The version of the OpenAPI document: 7.34.3275
5506
+ * The version of the OpenAPI document: 7.37.3331
5501
5507
  * Contact: support@veeroute.com
5502
5508
  *
5503
5509
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5555,7 +5561,7 @@ declare enum TableHardlinkFieldsStudioEssenceTypeEnum {
5555
5561
  /**
5556
5562
  * VRt.Studio [ST]
5557
5563
  *
5558
- * The version of the OpenAPI document: 7.34.3275
5564
+ * The version of the OpenAPI document: 7.37.3331
5559
5565
  * Contact: support@veeroute.com
5560
5566
  *
5561
5567
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5583,7 +5589,7 @@ interface TableHardlinkFilterStudio {
5583
5589
  /**
5584
5590
  * VRt.Studio [ST]
5585
5591
  *
5586
- * The version of the OpenAPI document: 7.34.3275
5592
+ * The version of the OpenAPI document: 7.37.3331
5587
5593
  * Contact: support@veeroute.com
5588
5594
  *
5589
5595
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5604,7 +5610,7 @@ interface TableHardlinkFilterListStudio {
5604
5610
  /**
5605
5611
  * VRt.Studio [ST]
5606
5612
  *
5607
- * The version of the OpenAPI document: 7.34.3275
5613
+ * The version of the OpenAPI document: 7.37.3331
5608
5614
  * Contact: support@veeroute.com
5609
5615
  *
5610
5616
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5626,7 +5632,7 @@ interface TableHardlinkStudio {
5626
5632
  /**
5627
5633
  * VRt.Studio [ST]
5628
5634
  *
5629
- * The version of the OpenAPI document: 7.34.3275
5635
+ * The version of the OpenAPI document: 7.37.3331
5630
5636
  * Contact: support@veeroute.com
5631
5637
  *
5632
5638
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5648,7 +5654,7 @@ interface TableHardlinkListStudio {
5648
5654
  /**
5649
5655
  * VRt.Studio [ST]
5650
5656
  *
5651
- * The version of the OpenAPI document: 7.34.3275
5657
+ * The version of the OpenAPI document: 7.37.3331
5652
5658
  * Contact: support@veeroute.com
5653
5659
  *
5654
5660
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5673,7 +5679,7 @@ interface TableHardlinkMetricsFilterListStudio {
5673
5679
  /**
5674
5680
  * VRt.Studio [ST]
5675
5681
  *
5676
- * The version of the OpenAPI document: 7.34.3275
5682
+ * The version of the OpenAPI document: 7.37.3331
5677
5683
  * Contact: support@veeroute.com
5678
5684
  *
5679
5685
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5699,7 +5705,7 @@ interface TableHardlinkMetricsStudio {
5699
5705
  /**
5700
5706
  * VRt.Studio [ST]
5701
5707
  *
5702
- * The version of the OpenAPI document: 7.34.3275
5708
+ * The version of the OpenAPI document: 7.37.3331
5703
5709
  * Contact: support@veeroute.com
5704
5710
  *
5705
5711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5721,7 +5727,7 @@ declare enum TableLocationColumnTypeStudio {
5721
5727
  /**
5722
5728
  * VRt.Studio [ST]
5723
5729
  *
5724
- * The version of the OpenAPI document: 7.34.3275
5730
+ * The version of the OpenAPI document: 7.37.3331
5725
5731
  * Contact: support@veeroute.com
5726
5732
  *
5727
5733
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5768,7 +5774,7 @@ declare enum TableLocationFieldsStudioEssenceTypeEnum {
5768
5774
  /**
5769
5775
  * VRt.Studio [ST]
5770
5776
  *
5771
- * The version of the OpenAPI document: 7.34.3275
5777
+ * The version of the OpenAPI document: 7.37.3331
5772
5778
  * Contact: support@veeroute.com
5773
5779
  *
5774
5780
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5796,7 +5802,7 @@ interface TableLocationFilterStudio {
5796
5802
  /**
5797
5803
  * VRt.Studio [ST]
5798
5804
  *
5799
- * The version of the OpenAPI document: 7.34.3275
5805
+ * The version of the OpenAPI document: 7.37.3331
5800
5806
  * Contact: support@veeroute.com
5801
5807
  *
5802
5808
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5817,7 +5823,7 @@ interface TableLocationFilterListStudio {
5817
5823
  /**
5818
5824
  * VRt.Studio [ST]
5819
5825
  *
5820
- * The version of the OpenAPI document: 7.34.3275
5826
+ * The version of the OpenAPI document: 7.37.3331
5821
5827
  * Contact: support@veeroute.com
5822
5828
  *
5823
5829
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5839,7 +5845,7 @@ interface TableLocationStudio {
5839
5845
  /**
5840
5846
  * VRt.Studio [ST]
5841
5847
  *
5842
- * The version of the OpenAPI document: 7.34.3275
5848
+ * The version of the OpenAPI document: 7.37.3331
5843
5849
  * Contact: support@veeroute.com
5844
5850
  *
5845
5851
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5861,7 +5867,7 @@ interface TableLocationListStudio {
5861
5867
  /**
5862
5868
  * VRt.Studio [ST]
5863
5869
  *
5864
- * The version of the OpenAPI document: 7.34.3275
5870
+ * The version of the OpenAPI document: 7.37.3331
5865
5871
  * Contact: support@veeroute.com
5866
5872
  *
5867
5873
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5886,7 +5892,7 @@ interface TableLocationMetricsFilterListStudio {
5886
5892
  /**
5887
5893
  * VRt.Studio [ST]
5888
5894
  *
5889
- * The version of the OpenAPI document: 7.34.3275
5895
+ * The version of the OpenAPI document: 7.37.3331
5890
5896
  * Contact: support@veeroute.com
5891
5897
  *
5892
5898
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5912,7 +5918,7 @@ interface TableLocationMetricsStudio {
5912
5918
  /**
5913
5919
  * VRt.Studio [ST]
5914
5920
  *
5915
- * The version of the OpenAPI document: 7.34.3275
5921
+ * The version of the OpenAPI document: 7.37.3331
5916
5922
  * Contact: support@veeroute.com
5917
5923
  *
5918
5924
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -5960,7 +5966,7 @@ declare enum TableOrderColumnTypeStudio {
5960
5966
  /**
5961
5967
  * VRt.Studio [ST]
5962
5968
  *
5963
- * The version of the OpenAPI document: 7.34.3275
5969
+ * The version of the OpenAPI document: 7.37.3331
5964
5970
  * Contact: support@veeroute.com
5965
5971
  *
5966
5972
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6096,7 +6102,7 @@ declare enum TableOrderFieldsStudioEssenceTypeEnum {
6096
6102
  /**
6097
6103
  * VRt.Studio [ST]
6098
6104
  *
6099
- * The version of the OpenAPI document: 7.34.3275
6105
+ * The version of the OpenAPI document: 7.37.3331
6100
6106
  * Contact: support@veeroute.com
6101
6107
  *
6102
6108
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6124,7 +6130,7 @@ interface TableOrderFilterStudio {
6124
6130
  /**
6125
6131
  * VRt.Studio [ST]
6126
6132
  *
6127
- * The version of the OpenAPI document: 7.34.3275
6133
+ * The version of the OpenAPI document: 7.37.3331
6128
6134
  * Contact: support@veeroute.com
6129
6135
  *
6130
6136
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6145,7 +6151,7 @@ interface TableOrderFilterListStudio {
6145
6151
  /**
6146
6152
  * VRt.Studio [ST]
6147
6153
  *
6148
- * The version of the OpenAPI document: 7.34.3275
6154
+ * The version of the OpenAPI document: 7.37.3331
6149
6155
  * Contact: support@veeroute.com
6150
6156
  *
6151
6157
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6167,7 +6173,7 @@ interface TableOrderStudio {
6167
6173
  /**
6168
6174
  * VRt.Studio [ST]
6169
6175
  *
6170
- * The version of the OpenAPI document: 7.34.3275
6176
+ * The version of the OpenAPI document: 7.37.3331
6171
6177
  * Contact: support@veeroute.com
6172
6178
  *
6173
6179
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6189,7 +6195,7 @@ interface TableOrderListStudio {
6189
6195
  /**
6190
6196
  * VRt.Studio [ST]
6191
6197
  *
6192
- * The version of the OpenAPI document: 7.34.3275
6198
+ * The version of the OpenAPI document: 7.37.3331
6193
6199
  * Contact: support@veeroute.com
6194
6200
  *
6195
6201
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6214,7 +6220,7 @@ interface TableOrderMetricsFilterListStudio {
6214
6220
  /**
6215
6221
  * VRt.Studio [ST]
6216
6222
  *
6217
- * The version of the OpenAPI document: 7.34.3275
6223
+ * The version of the OpenAPI document: 7.37.3331
6218
6224
  * Contact: support@veeroute.com
6219
6225
  *
6220
6226
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6240,7 +6246,7 @@ interface TableOrderMetricsStudio {
6240
6246
  /**
6241
6247
  * VRt.Studio [ST]
6242
6248
  *
6243
- * The version of the OpenAPI document: 7.34.3275
6249
+ * The version of the OpenAPI document: 7.37.3331
6244
6250
  * Contact: support@veeroute.com
6245
6251
  *
6246
6252
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6270,7 +6276,7 @@ declare enum TablePerformerColumnTypeStudio {
6270
6276
  /**
6271
6277
  * VRt.Studio [ST]
6272
6278
  *
6273
- * The version of the OpenAPI document: 7.34.3275
6279
+ * The version of the OpenAPI document: 7.37.3331
6274
6280
  * Contact: support@veeroute.com
6275
6281
  *
6276
6282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6346,7 +6352,7 @@ declare enum TablePerformerFieldsStudioEssenceTypeEnum {
6346
6352
  /**
6347
6353
  * VRt.Studio [ST]
6348
6354
  *
6349
- * The version of the OpenAPI document: 7.34.3275
6355
+ * The version of the OpenAPI document: 7.37.3331
6350
6356
  * Contact: support@veeroute.com
6351
6357
  *
6352
6358
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6374,7 +6380,7 @@ interface TablePerformerFilterStudio {
6374
6380
  /**
6375
6381
  * VRt.Studio [ST]
6376
6382
  *
6377
- * The version of the OpenAPI document: 7.34.3275
6383
+ * The version of the OpenAPI document: 7.37.3331
6378
6384
  * Contact: support@veeroute.com
6379
6385
  *
6380
6386
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6395,7 +6401,7 @@ interface TablePerformerFilterListStudio {
6395
6401
  /**
6396
6402
  * VRt.Studio [ST]
6397
6403
  *
6398
- * The version of the OpenAPI document: 7.34.3275
6404
+ * The version of the OpenAPI document: 7.37.3331
6399
6405
  * Contact: support@veeroute.com
6400
6406
  *
6401
6407
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6417,7 +6423,7 @@ interface TablePerformerStudio {
6417
6423
  /**
6418
6424
  * VRt.Studio [ST]
6419
6425
  *
6420
- * The version of the OpenAPI document: 7.34.3275
6426
+ * The version of the OpenAPI document: 7.37.3331
6421
6427
  * Contact: support@veeroute.com
6422
6428
  *
6423
6429
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6439,7 +6445,7 @@ interface TablePerformerListStudio {
6439
6445
  /**
6440
6446
  * VRt.Studio [ST]
6441
6447
  *
6442
- * The version of the OpenAPI document: 7.34.3275
6448
+ * The version of the OpenAPI document: 7.37.3331
6443
6449
  * Contact: support@veeroute.com
6444
6450
  *
6445
6451
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6464,7 +6470,7 @@ interface TablePerformerMetricsFilterListStudio {
6464
6470
  /**
6465
6471
  * VRt.Studio [ST]
6466
6472
  *
6467
- * The version of the OpenAPI document: 7.34.3275
6473
+ * The version of the OpenAPI document: 7.37.3331
6468
6474
  * Contact: support@veeroute.com
6469
6475
  *
6470
6476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6490,7 +6496,7 @@ interface TablePerformerMetricsStudio {
6490
6496
  /**
6491
6497
  * VRt.Studio [ST]
6492
6498
  *
6493
- * The version of the OpenAPI document: 7.34.3275
6499
+ * The version of the OpenAPI document: 7.37.3331
6494
6500
  * Contact: support@veeroute.com
6495
6501
  *
6496
6502
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6540,7 +6546,7 @@ declare enum TableRoundtripColumnTypeStudio {
6540
6546
  /**
6541
6547
  * VRt.Studio [ST]
6542
6548
  *
6543
- * The version of the OpenAPI document: 7.34.3275
6549
+ * The version of the OpenAPI document: 7.37.3331
6544
6550
  * Contact: support@veeroute.com
6545
6551
  *
6546
6552
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6699,7 +6705,7 @@ declare enum TableRoundtripFieldsStudioEssenceTypeEnum {
6699
6705
  /**
6700
6706
  * VRt.Studio [ST]
6701
6707
  *
6702
- * The version of the OpenAPI document: 7.34.3275
6708
+ * The version of the OpenAPI document: 7.37.3331
6703
6709
  * Contact: support@veeroute.com
6704
6710
  *
6705
6711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6727,7 +6733,7 @@ interface TableRoundtripFilterStudio {
6727
6733
  /**
6728
6734
  * VRt.Studio [ST]
6729
6735
  *
6730
- * The version of the OpenAPI document: 7.34.3275
6736
+ * The version of the OpenAPI document: 7.37.3331
6731
6737
  * Contact: support@veeroute.com
6732
6738
  *
6733
6739
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6748,7 +6754,7 @@ interface TableRoundtripFilterListStudio {
6748
6754
  /**
6749
6755
  * VRt.Studio [ST]
6750
6756
  *
6751
- * The version of the OpenAPI document: 7.34.3275
6757
+ * The version of the OpenAPI document: 7.37.3331
6752
6758
  * Contact: support@veeroute.com
6753
6759
  *
6754
6760
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6770,7 +6776,7 @@ interface TableRoundtripStudio {
6770
6776
  /**
6771
6777
  * VRt.Studio [ST]
6772
6778
  *
6773
- * The version of the OpenAPI document: 7.34.3275
6779
+ * The version of the OpenAPI document: 7.37.3331
6774
6780
  * Contact: support@veeroute.com
6775
6781
  *
6776
6782
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6792,7 +6798,7 @@ interface TableRoundtripListStudio {
6792
6798
  /**
6793
6799
  * VRt.Studio [ST]
6794
6800
  *
6795
- * The version of the OpenAPI document: 7.34.3275
6801
+ * The version of the OpenAPI document: 7.37.3331
6796
6802
  * Contact: support@veeroute.com
6797
6803
  *
6798
6804
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6817,7 +6823,7 @@ interface TableRoundtripMetricsFilterListStudio {
6817
6823
  /**
6818
6824
  * VRt.Studio [ST]
6819
6825
  *
6820
- * The version of the OpenAPI document: 7.34.3275
6826
+ * The version of the OpenAPI document: 7.37.3331
6821
6827
  * Contact: support@veeroute.com
6822
6828
  *
6823
6829
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6843,7 +6849,7 @@ interface TableRoundtripMetricsStudio {
6843
6849
  /**
6844
6850
  * VRt.Studio [ST]
6845
6851
  *
6846
- * The version of the OpenAPI document: 7.34.3275
6852
+ * The version of the OpenAPI document: 7.37.3331
6847
6853
  * Contact: support@veeroute.com
6848
6854
  *
6849
6855
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6879,7 +6885,7 @@ declare enum TableTransportColumnTypeStudio {
6879
6885
  /**
6880
6886
  * VRt.Studio [ST]
6881
6887
  *
6882
- * The version of the OpenAPI document: 7.34.3275
6888
+ * The version of the OpenAPI document: 7.37.3331
6883
6889
  * Contact: support@veeroute.com
6884
6890
  *
6885
6891
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -6979,7 +6985,7 @@ declare enum TableTransportFieldsStudioEssenceTypeEnum {
6979
6985
  /**
6980
6986
  * VRt.Studio [ST]
6981
6987
  *
6982
- * The version of the OpenAPI document: 7.34.3275
6988
+ * The version of the OpenAPI document: 7.37.3331
6983
6989
  * Contact: support@veeroute.com
6984
6990
  *
6985
6991
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7007,7 +7013,7 @@ interface TableTransportFilterStudio {
7007
7013
  /**
7008
7014
  * VRt.Studio [ST]
7009
7015
  *
7010
- * The version of the OpenAPI document: 7.34.3275
7016
+ * The version of the OpenAPI document: 7.37.3331
7011
7017
  * Contact: support@veeroute.com
7012
7018
  *
7013
7019
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7028,7 +7034,7 @@ interface TableTransportFilterListStudio {
7028
7034
  /**
7029
7035
  * VRt.Studio [ST]
7030
7036
  *
7031
- * The version of the OpenAPI document: 7.34.3275
7037
+ * The version of the OpenAPI document: 7.37.3331
7032
7038
  * Contact: support@veeroute.com
7033
7039
  *
7034
7040
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7050,7 +7056,7 @@ interface TableTransportStudio {
7050
7056
  /**
7051
7057
  * VRt.Studio [ST]
7052
7058
  *
7053
- * The version of the OpenAPI document: 7.34.3275
7059
+ * The version of the OpenAPI document: 7.37.3331
7054
7060
  * Contact: support@veeroute.com
7055
7061
  *
7056
7062
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7072,7 +7078,7 @@ interface TableTransportListStudio {
7072
7078
  /**
7073
7079
  * VRt.Studio [ST]
7074
7080
  *
7075
- * The version of the OpenAPI document: 7.34.3275
7081
+ * The version of the OpenAPI document: 7.37.3331
7076
7082
  * Contact: support@veeroute.com
7077
7083
  *
7078
7084
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7097,7 +7103,7 @@ interface TableTransportMetricsFilterListStudio {
7097
7103
  /**
7098
7104
  * VRt.Studio [ST]
7099
7105
  *
7100
- * The version of the OpenAPI document: 7.34.3275
7106
+ * The version of the OpenAPI document: 7.37.3331
7101
7107
  * Contact: support@veeroute.com
7102
7108
  *
7103
7109
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7123,7 +7129,7 @@ interface TableTransportMetricsStudio {
7123
7129
  /**
7124
7130
  * VRt.Studio [ST]
7125
7131
  *
7126
- * The version of the OpenAPI document: 7.34.3275
7132
+ * The version of the OpenAPI document: 7.37.3331
7127
7133
  * Contact: support@veeroute.com
7128
7134
  *
7129
7135
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7138,6 +7144,10 @@ declare enum TableTripColumnTypeStudio {
7138
7144
  TRIP_VERIFIED = "TRIP_VERIFIED",
7139
7145
  PRISTINE = "PRISTINE",
7140
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",
7141
7151
  COST = "COST",
7142
7152
  REWARD = "REWARD",
7143
7153
  PROFIT = "PROFIT",
@@ -7166,6 +7176,8 @@ declare enum TableTripColumnTypeStudio {
7166
7176
  MAX_TRANSPORT_LOAD_CAPACITY_A = "MAX_TRANSPORT_LOAD_CAPACITY_A",
7167
7177
  MAX_TRANSPORT_LOAD_CAPACITY_B = "MAX_TRANSPORT_LOAD_CAPACITY_B",
7168
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",
7169
7181
  ATTRIBUTES = "ATTRIBUTES",
7170
7182
  CUSTOMFIELDS = "CUSTOMFIELDS",
7171
7183
  TRIP_STATUS = "TRIP_STATUS",
@@ -7175,7 +7187,7 @@ declare enum TableTripColumnTypeStudio {
7175
7187
  /**
7176
7188
  * VRt.Studio [ST]
7177
7189
  *
7178
- * The version of the OpenAPI document: 7.34.3275
7190
+ * The version of the OpenAPI document: 7.37.3331
7179
7191
  * Contact: support@veeroute.com
7180
7192
  *
7181
7193
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7199,7 +7211,7 @@ declare enum TripStatusStudio {
7199
7211
  /**
7200
7212
  * VRt.Studio [ST]
7201
7213
  *
7202
- * The version of the OpenAPI document: 7.34.3275
7214
+ * The version of the OpenAPI document: 7.37.3331
7203
7215
  * Contact: support@veeroute.com
7204
7216
  *
7205
7217
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7235,6 +7247,22 @@ interface TableTripFieldsStudio {
7235
7247
  * Name, information field.
7236
7248
  */
7237
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;
7238
7266
  /**
7239
7267
  * Total cost calculated based on the performer\'s and transport tariffs.
7240
7268
  */
@@ -7344,6 +7372,14 @@ interface TableTripFieldsStudio {
7344
7372
  * The ratio of the maximum load of boxes to the total capacity of boxes.
7345
7373
  */
7346
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;
7347
7383
  /**
7348
7384
  * List of attributes as a string.
7349
7385
  */
@@ -7363,7 +7399,7 @@ declare enum TableTripFieldsStudioEssenceTypeEnum {
7363
7399
  /**
7364
7400
  * VRt.Studio [ST]
7365
7401
  *
7366
- * The version of the OpenAPI document: 7.34.3275
7402
+ * The version of the OpenAPI document: 7.37.3331
7367
7403
  * Contact: support@veeroute.com
7368
7404
  *
7369
7405
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7391,7 +7427,7 @@ interface TableTripFilterStudio {
7391
7427
  /**
7392
7428
  * VRt.Studio [ST]
7393
7429
  *
7394
- * The version of the OpenAPI document: 7.34.3275
7430
+ * The version of the OpenAPI document: 7.37.3331
7395
7431
  * Contact: support@veeroute.com
7396
7432
  *
7397
7433
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7412,7 +7448,7 @@ interface TableTripFilterListStudio {
7412
7448
  /**
7413
7449
  * VRt.Studio [ST]
7414
7450
  *
7415
- * The version of the OpenAPI document: 7.34.3275
7451
+ * The version of the OpenAPI document: 7.37.3331
7416
7452
  * Contact: support@veeroute.com
7417
7453
  *
7418
7454
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7434,7 +7470,7 @@ interface TableTripStudio {
7434
7470
  /**
7435
7471
  * VRt.Studio [ST]
7436
7472
  *
7437
- * The version of the OpenAPI document: 7.34.3275
7473
+ * The version of the OpenAPI document: 7.37.3331
7438
7474
  * Contact: support@veeroute.com
7439
7475
  *
7440
7476
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7456,7 +7492,7 @@ interface TableTripListStudio {
7456
7492
  /**
7457
7493
  * VRt.Studio [ST]
7458
7494
  *
7459
- * The version of the OpenAPI document: 7.34.3275
7495
+ * The version of the OpenAPI document: 7.37.3331
7460
7496
  * Contact: support@veeroute.com
7461
7497
  *
7462
7498
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7481,7 +7517,7 @@ interface TableTripMetricsFilterListStudio {
7481
7517
  /**
7482
7518
  * VRt.Studio [ST]
7483
7519
  *
7484
- * The version of the OpenAPI document: 7.34.3275
7520
+ * The version of the OpenAPI document: 7.37.3331
7485
7521
  * Contact: support@veeroute.com
7486
7522
  *
7487
7523
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7507,7 +7543,7 @@ interface TableTripMetricsStudio {
7507
7543
  /**
7508
7544
  * VRt.Studio [ST]
7509
7545
  *
7510
- * The version of the OpenAPI document: 7.34.3275
7546
+ * The version of the OpenAPI document: 7.37.3331
7511
7547
  * Contact: support@veeroute.com
7512
7548
  *
7513
7549
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7540,7 +7576,7 @@ declare enum TableTripStopColumnTypeStudio {
7540
7576
  /**
7541
7577
  * VRt.Studio [ST]
7542
7578
  *
7543
- * The version of the OpenAPI document: 7.34.3275
7579
+ * The version of the OpenAPI document: 7.37.3331
7544
7580
  * Contact: support@veeroute.com
7545
7581
  *
7546
7582
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7548,7 +7584,7 @@ declare enum TableTripStopColumnTypeStudio {
7548
7584
  */
7549
7585
 
7550
7586
  /**
7551
- * Stops fields for table.
7587
+ * Tabular fields of stops for a single trip.
7552
7588
  */
7553
7589
  interface TableTripStopFieldsStudio {
7554
7590
  [key: string]: any | any;
@@ -7634,7 +7670,7 @@ declare enum TableTripStopFieldsStudioEssenceTypeEnum {
7634
7670
  /**
7635
7671
  * VRt.Studio [ST]
7636
7672
  *
7637
- * The version of the OpenAPI document: 7.34.3275
7673
+ * The version of the OpenAPI document: 7.37.3331
7638
7674
  * Contact: support@veeroute.com
7639
7675
  *
7640
7676
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7662,7 +7698,7 @@ interface TableTripStopFilterStudio {
7662
7698
  /**
7663
7699
  * VRt.Studio [ST]
7664
7700
  *
7665
- * The version of the OpenAPI document: 7.34.3275
7701
+ * The version of the OpenAPI document: 7.37.3331
7666
7702
  * Contact: support@veeroute.com
7667
7703
  *
7668
7704
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7683,7 +7719,7 @@ interface TableTripStopFilterListStudio {
7683
7719
  /**
7684
7720
  * VRt.Studio [ST]
7685
7721
  *
7686
- * The version of the OpenAPI document: 7.34.3275
7722
+ * The version of the OpenAPI document: 7.37.3331
7687
7723
  * Contact: support@veeroute.com
7688
7724
  *
7689
7725
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7705,7 +7741,7 @@ interface TableTripStopStudio {
7705
7741
  /**
7706
7742
  * VRt.Studio [ST]
7707
7743
  *
7708
- * The version of the OpenAPI document: 7.34.3275
7744
+ * The version of the OpenAPI document: 7.37.3331
7709
7745
  * Contact: support@veeroute.com
7710
7746
  *
7711
7747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7727,7 +7763,7 @@ interface TableTripStopListStudio {
7727
7763
  /**
7728
7764
  * VRt.Studio [ST]
7729
7765
  *
7730
- * The version of the OpenAPI document: 7.34.3275
7766
+ * The version of the OpenAPI document: 7.37.3331
7731
7767
  * Contact: support@veeroute.com
7732
7768
  *
7733
7769
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7772,7 +7808,7 @@ interface TrackStudio {
7772
7808
  /**
7773
7809
  * VRt.Studio [ST]
7774
7810
  *
7775
- * The version of the OpenAPI document: 7.34.3275
7811
+ * The version of the OpenAPI document: 7.37.3331
7776
7812
  * Contact: support@veeroute.com
7777
7813
  *
7778
7814
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7793,7 +7829,7 @@ interface TrackListCustomStudio {
7793
7829
  /**
7794
7830
  * VRt.Studio [ST]
7795
7831
  *
7796
- * The version of the OpenAPI document: 7.34.3275
7832
+ * The version of the OpenAPI document: 7.37.3331
7797
7833
  * Contact: support@veeroute.com
7798
7834
  *
7799
7835
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7815,7 +7851,7 @@ interface TrackListStudio {
7815
7851
  /**
7816
7852
  * VRt.Studio [ST]
7817
7853
  *
7818
- * The version of the OpenAPI document: 7.34.3275
7854
+ * The version of the OpenAPI document: 7.37.3331
7819
7855
  * Contact: support@veeroute.com
7820
7856
  *
7821
7857
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7833,7 +7869,7 @@ declare enum TrackTypeStudio {
7833
7869
  /**
7834
7870
  * VRt.Studio [ST]
7835
7871
  *
7836
- * The version of the OpenAPI document: 7.34.3275
7872
+ * The version of the OpenAPI document: 7.37.3331
7837
7873
  * Contact: support@veeroute.com
7838
7874
  *
7839
7875
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7841,7 +7877,7 @@ declare enum TrackTypeStudio {
7841
7877
  */
7842
7878
 
7843
7879
  /**
7844
- * Transport [compatibilities](#section/Description/Compatibilities).
7880
+ * Compatibilities of [the transport with performers and locations](#section/Description/Compatibilities).
7845
7881
  */
7846
7882
  interface TransportCompatibilitiesStudio {
7847
7883
  [key: string]: any | any;
@@ -7862,7 +7898,7 @@ interface TransportCompatibilitiesStudio {
7862
7898
  /**
7863
7899
  * VRt.Studio [ST]
7864
7900
  *
7865
- * The version of the OpenAPI document: 7.34.3275
7901
+ * The version of the OpenAPI document: 7.37.3331
7866
7902
  * Contact: support@veeroute.com
7867
7903
  *
7868
7904
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7884,7 +7920,7 @@ interface TransportLimitsStudio {
7884
7920
  /**
7885
7921
  * VRt.Studio [ST]
7886
7922
  *
7887
- * The version of the OpenAPI document: 7.34.3275
7923
+ * The version of the OpenAPI document: 7.37.3331
7888
7924
  * Contact: support@veeroute.com
7889
7925
  *
7890
7926
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7908,7 +7944,7 @@ interface TransportTariffConstraintStudio {
7908
7944
  /**
7909
7945
  * VRt.Studio [ST]
7910
7946
  *
7911
- * The version of the OpenAPI document: 7.34.3275
7947
+ * The version of the OpenAPI document: 7.37.3331
7912
7948
  * Contact: support@veeroute.com
7913
7949
  *
7914
7950
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7934,7 +7970,7 @@ interface TransportTariffStudio {
7934
7970
  /**
7935
7971
  * VRt.Studio [ST]
7936
7972
  *
7937
- * The version of the OpenAPI document: 7.34.3275
7973
+ * The version of the OpenAPI document: 7.37.3331
7938
7974
  * Contact: support@veeroute.com
7939
7975
  *
7940
7976
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -7976,7 +8012,7 @@ interface TransportShiftStudio {
7976
8012
  /**
7977
8013
  * VRt.Studio [ST]
7978
8014
  *
7979
- * The version of the OpenAPI document: 7.34.3275
8015
+ * The version of the OpenAPI document: 7.37.3331
7980
8016
  * Contact: support@veeroute.com
7981
8017
  *
7982
8018
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8016,7 +8052,7 @@ interface TransportStudio {
8016
8052
  /**
8017
8053
  * VRt.Studio [ST]
8018
8054
  *
8019
- * The version of the OpenAPI document: 7.34.3275
8055
+ * The version of the OpenAPI document: 7.37.3331
8020
8056
  * Contact: support@veeroute.com
8021
8057
  *
8022
8058
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8045,7 +8081,7 @@ declare enum TripStateFlagStudio {
8045
8081
  /**
8046
8082
  * VRt.Studio [ST]
8047
8083
  *
8048
- * The version of the OpenAPI document: 7.34.3275
8084
+ * The version of the OpenAPI document: 7.37.3331
8049
8085
  * Contact: support@veeroute.com
8050
8086
  *
8051
8087
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8094,11 +8130,11 @@ interface TripStateStudio {
8094
8130
  */
8095
8131
  distance?: number;
8096
8132
  /**
8097
- * 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.
8098
8134
  */
8099
8135
  cost?: number;
8100
8136
  /**
8101
- * Cumulative reward for orders fulfillment.
8137
+ * Cumulative reward from the start of the trip for orders fulfillment.
8102
8138
  */
8103
8139
  reward?: number;
8104
8140
  /**
@@ -8110,7 +8146,7 @@ interface TripStateStudio {
8110
8146
  /**
8111
8147
  * VRt.Studio [ST]
8112
8148
  *
8113
- * The version of the OpenAPI document: 7.34.3275
8149
+ * The version of the OpenAPI document: 7.37.3331
8114
8150
  * Contact: support@veeroute.com
8115
8151
  *
8116
8152
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8149,7 +8185,7 @@ interface TripStudio {
8149
8185
  /**
8150
8186
  * VRt.Studio [ST]
8151
8187
  *
8152
- * The version of the OpenAPI document: 7.34.3275
8188
+ * The version of the OpenAPI document: 7.37.3331
8153
8189
  * Contact: support@veeroute.com
8154
8190
  *
8155
8191
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8183,7 +8219,7 @@ interface Universal400WithErrorsAndWarningsStudio {
8183
8219
  /**
8184
8220
  * VRt.Studio [ST]
8185
8221
  *
8186
- * The version of the OpenAPI document: 7.34.3275
8222
+ * The version of the OpenAPI document: 7.37.3331
8187
8223
  * Contact: support@veeroute.com
8188
8224
  *
8189
8225
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8240,7 +8276,7 @@ interface UniversalDataStudio {
8240
8276
  /**
8241
8277
  * VRt.Studio [ST]
8242
8278
  *
8243
- * The version of the OpenAPI document: 7.34.3275
8279
+ * The version of the OpenAPI document: 7.37.3331
8244
8280
  * Contact: support@veeroute.com
8245
8281
  *
8246
8282
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8268,7 +8304,7 @@ interface VersionResultStudio {
8268
8304
  /**
8269
8305
  * VRt.Studio [ST]
8270
8306
  *
8271
- * The version of the OpenAPI document: 7.34.3275
8307
+ * The version of the OpenAPI document: 7.37.3331
8272
8308
  * Contact: support@veeroute.com
8273
8309
  *
8274
8310
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8291,7 +8327,7 @@ interface WebFactStudio {
8291
8327
  /**
8292
8328
  * VRt.Studio [ST]
8293
8329
  *
8294
- * The version of the OpenAPI document: 7.34.3275
8330
+ * The version of the OpenAPI document: 7.37.3331
8295
8331
  * Contact: support@veeroute.com
8296
8332
  *
8297
8333
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8314,7 +8350,7 @@ interface WebHardlinkStudio {
8314
8350
  /**
8315
8351
  * VRt.Studio [ST]
8316
8352
  *
8317
- * The version of the OpenAPI document: 7.34.3275
8353
+ * The version of the OpenAPI document: 7.37.3331
8318
8354
  * Contact: support@veeroute.com
8319
8355
  *
8320
8356
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8348,7 +8384,7 @@ interface WebLocationGeopointStudio {
8348
8384
  /**
8349
8385
  * VRt.Studio [ST]
8350
8386
  *
8351
- * The version of the OpenAPI document: 7.34.3275
8387
+ * The version of the OpenAPI document: 7.37.3331
8352
8388
  * Contact: support@veeroute.com
8353
8389
  *
8354
8390
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8377,7 +8413,7 @@ interface WebLocationGeopointListStudio {
8377
8413
  /**
8378
8414
  * VRt.Studio [ST]
8379
8415
  *
8380
- * The version of the OpenAPI document: 7.34.3275
8416
+ * The version of the OpenAPI document: 7.37.3331
8381
8417
  * Contact: support@veeroute.com
8382
8418
  *
8383
8419
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8401,7 +8437,7 @@ interface WebLocationStudio {
8401
8437
  /**
8402
8438
  * VRt.Studio [ST]
8403
8439
  *
8404
- * The version of the OpenAPI document: 7.34.3275
8440
+ * The version of the OpenAPI document: 7.37.3331
8405
8441
  * Contact: support@veeroute.com
8406
8442
  *
8407
8443
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8444,7 +8480,7 @@ interface WebOrderGeopointStudio {
8444
8480
  /**
8445
8481
  * VRt.Studio [ST]
8446
8482
  *
8447
- * The version of the OpenAPI document: 7.34.3275
8483
+ * The version of the OpenAPI document: 7.37.3331
8448
8484
  * Contact: support@veeroute.com
8449
8485
  *
8450
8486
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8473,7 +8509,7 @@ interface WebOrderGeopointListStudio {
8473
8509
  /**
8474
8510
  * VRt.Studio [ST]
8475
8511
  *
8476
- * The version of the OpenAPI document: 7.34.3275
8512
+ * The version of the OpenAPI document: 7.37.3331
8477
8513
  * Contact: support@veeroute.com
8478
8514
  *
8479
8515
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8496,7 +8532,7 @@ interface WebOrderStudio {
8496
8532
  /**
8497
8533
  * VRt.Studio [ST]
8498
8534
  *
8499
- * The version of the OpenAPI document: 7.34.3275
8535
+ * The version of the OpenAPI document: 7.37.3331
8500
8536
  * Contact: support@veeroute.com
8501
8537
  *
8502
8538
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8542,7 +8578,7 @@ declare enum WebPerformerGeopointStudioPointTypeEnum {
8542
8578
  /**
8543
8579
  * VRt.Studio [ST]
8544
8580
  *
8545
- * The version of the OpenAPI document: 7.34.3275
8581
+ * The version of the OpenAPI document: 7.37.3331
8546
8582
  * Contact: support@veeroute.com
8547
8583
  *
8548
8584
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8571,7 +8607,7 @@ interface WebPerformerGeopointListStudio {
8571
8607
  /**
8572
8608
  * VRt.Studio [ST]
8573
8609
  *
8574
- * The version of the OpenAPI document: 7.34.3275
8610
+ * The version of the OpenAPI document: 7.37.3331
8575
8611
  * Contact: support@veeroute.com
8576
8612
  *
8577
8613
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8594,7 +8630,7 @@ interface WebPerformerStudio {
8594
8630
  /**
8595
8631
  * VRt.Studio [ST]
8596
8632
  *
8597
- * The version of the OpenAPI document: 7.34.3275
8633
+ * The version of the OpenAPI document: 7.37.3331
8598
8634
  * Contact: support@veeroute.com
8599
8635
  *
8600
8636
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8640,7 +8676,7 @@ declare enum WebTransportGeopointStudioPointTypeEnum {
8640
8676
  /**
8641
8677
  * VRt.Studio [ST]
8642
8678
  *
8643
- * The version of the OpenAPI document: 7.34.3275
8679
+ * The version of the OpenAPI document: 7.37.3331
8644
8680
  * Contact: support@veeroute.com
8645
8681
  *
8646
8682
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8669,7 +8705,7 @@ interface WebTransportGeopointListStudio {
8669
8705
  /**
8670
8706
  * VRt.Studio [ST]
8671
8707
  *
8672
- * The version of the OpenAPI document: 7.34.3275
8708
+ * The version of the OpenAPI document: 7.37.3331
8673
8709
  * Contact: support@veeroute.com
8674
8710
  *
8675
8711
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8692,7 +8728,7 @@ interface WebTransportStudio {
8692
8728
  /**
8693
8729
  * VRt.Studio [ST]
8694
8730
  *
8695
- * The version of the OpenAPI document: 7.34.3275
8731
+ * The version of the OpenAPI document: 7.37.3331
8696
8732
  * Contact: support@veeroute.com
8697
8733
  *
8698
8734
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8714,7 +8750,7 @@ interface WebTripChartDemandStudio {
8714
8750
  /**
8715
8751
  * VRt.Studio [ST]
8716
8752
  *
8717
- * The version of the OpenAPI document: 7.34.3275
8753
+ * The version of the OpenAPI document: 7.37.3331
8718
8754
  * Contact: support@veeroute.com
8719
8755
  *
8720
8756
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8736,7 +8772,7 @@ interface WebTripChartStudio {
8736
8772
  /**
8737
8773
  * VRt.Studio [ST]
8738
8774
  *
8739
- * The version of the OpenAPI document: 7.34.3275
8775
+ * The version of the OpenAPI document: 7.37.3331
8740
8776
  * Contact: support@veeroute.com
8741
8777
  *
8742
8778
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8758,7 +8794,7 @@ interface WebTripChartListStudio {
8758
8794
  /**
8759
8795
  * VRt.Studio [ST]
8760
8796
  *
8761
- * The version of the OpenAPI document: 7.34.3275
8797
+ * The version of the OpenAPI document: 7.37.3331
8762
8798
  * Contact: support@veeroute.com
8763
8799
  *
8764
8800
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8782,7 +8818,7 @@ interface WebTripStudio {
8782
8818
  /**
8783
8819
  * VRt.Studio [ST]
8784
8820
  *
8785
- * The version of the OpenAPI document: 7.34.3275
8821
+ * The version of the OpenAPI document: 7.37.3331
8786
8822
  * Contact: support@veeroute.com
8787
8823
  *
8788
8824
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -8987,7 +9023,7 @@ declare class CustomFieldsService extends BaseService implements CustomFieldsSer
8987
9023
  /**
8988
9024
  * VRt.Studio [ST]
8989
9025
  *
8990
- * The version of the OpenAPI document: 7.34.3275
9026
+ * The version of the OpenAPI document: 7.37.3331
8991
9027
  * Contact: support@veeroute.com
8992
9028
  *
8993
9029
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9192,7 +9228,7 @@ declare class CustomIconsService extends BaseService implements CustomIconsServi
9192
9228
  /**
9193
9229
  * VRt.Studio [ST]
9194
9230
  *
9195
- * The version of the OpenAPI document: 7.34.3275
9231
+ * The version of the OpenAPI document: 7.37.3331
9196
9232
  * Contact: support@veeroute.com
9197
9233
  *
9198
9234
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -9986,7 +10022,7 @@ declare class ExperimentsService extends BaseService implements ExperimentsServi
9986
10022
  /**
9987
10023
  * VRt.Studio [ST]
9988
10024
  *
9989
- * The version of the OpenAPI document: 7.34.3275
10025
+ * The version of the OpenAPI document: 7.37.3331
9990
10026
  * Contact: support@veeroute.com
9991
10027
  *
9992
10028
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10008,6 +10044,12 @@ interface DeleteFolderRequestParams {
10008
10044
  interface DeleteFoldersBatchRequestParams {
10009
10045
  requestBody: Array<string>;
10010
10046
  }
10047
+ interface DisableSharingBatchRequestParams {
10048
+ requestBody: Array<string>;
10049
+ }
10050
+ interface EnableSharingBatchRequestParams {
10051
+ requestBody: Array<string>;
10052
+ }
10011
10053
  interface ReadFileKeyRequestParams {
10012
10054
  fileNamePathStudio: FileNamePathStudio;
10013
10055
  }
@@ -10065,6 +10107,18 @@ interface ExplorerServiceInterface {
10065
10107
  * @param requestParameters
10066
10108
  */
10067
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<{}>;
10068
10122
  /**
10069
10123
  * File key
10070
10124
  * Getting a file key by path.
@@ -10221,6 +10275,50 @@ declare class ExplorerService extends BaseService implements ExplorerServiceInte
10221
10275
  context?: HttpContext;
10222
10276
  transferCache?: boolean;
10223
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>>;
10224
10322
  /**
10225
10323
  * File key
10226
10324
  * Getting a file key by path.
@@ -10381,7 +10479,7 @@ declare class ExplorerService extends BaseService implements ExplorerServiceInte
10381
10479
  /**
10382
10480
  * VRt.Studio [ST]
10383
10481
  *
10384
- * The version of the OpenAPI document: 7.34.3275
10482
+ * The version of the OpenAPI document: 7.37.3331
10385
10483
  * Contact: support@veeroute.com
10386
10484
  *
10387
10485
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10529,7 +10627,7 @@ declare class ExternalRoutingService extends BaseService implements ExternalRout
10529
10627
  /**
10530
10628
  * VRt.Studio [ST]
10531
10629
  *
10532
- * The version of the OpenAPI document: 7.34.3275
10630
+ * The version of the OpenAPI document: 7.37.3331
10533
10631
  * Contact: support@veeroute.com
10534
10632
  *
10535
10633
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -10844,7 +10942,7 @@ declare class FactsService extends BaseService implements FactsServiceInterface
10844
10942
  /**
10845
10943
  * VRt.Studio [ST]
10846
10944
  *
10847
- * The version of the OpenAPI document: 7.34.3275
10945
+ * The version of the OpenAPI document: 7.37.3331
10848
10946
  * Contact: support@veeroute.com
10849
10947
  *
10850
10948
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11159,7 +11257,7 @@ declare class HardlinksService extends BaseService implements HardlinksServiceIn
11159
11257
  /**
11160
11258
  * VRt.Studio [ST]
11161
11259
  *
11162
- * The version of the OpenAPI document: 7.34.3275
11260
+ * The version of the OpenAPI document: 7.37.3331
11163
11261
  * Contact: support@veeroute.com
11164
11262
  *
11165
11263
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11444,7 +11542,7 @@ declare class LocationsService extends BaseService implements LocationsServiceIn
11444
11542
  /**
11445
11543
  * VRt.Studio [ST]
11446
11544
  *
11447
- * The version of the OpenAPI document: 7.34.3275
11545
+ * The version of the OpenAPI document: 7.37.3331
11448
11546
  * Contact: support@veeroute.com
11449
11547
  *
11450
11548
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11793,7 +11891,7 @@ declare class OrdersService extends BaseService implements OrdersServiceInterfac
11793
11891
  /**
11794
11892
  * VRt.Studio [ST]
11795
11893
  *
11796
- * The version of the OpenAPI document: 7.34.3275
11894
+ * The version of the OpenAPI document: 7.37.3331
11797
11895
  * Contact: support@veeroute.com
11798
11896
  *
11799
11897
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12142,7 +12240,7 @@ declare class PerformersService extends BaseService implements PerformersService
12142
12240
  /**
12143
12241
  * VRt.Studio [ST]
12144
12242
  *
12145
- * The version of the OpenAPI document: 7.34.3275
12243
+ * The version of the OpenAPI document: 7.37.3331
12146
12244
  * Contact: support@veeroute.com
12147
12245
  *
12148
12246
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12247,7 +12345,7 @@ declare class SystemService extends BaseService implements SystemServiceInterfac
12247
12345
  /**
12248
12346
  * VRt.Studio [ST]
12249
12347
  *
12250
- * The version of the OpenAPI document: 7.34.3275
12348
+ * The version of the OpenAPI document: 7.37.3331
12251
12349
  * Contact: support@veeroute.com
12252
12350
  *
12253
12351
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12306,7 +12404,7 @@ interface TransportsServiceInterface {
12306
12404
  configuration: Configuration;
12307
12405
  /**
12308
12406
  * Create transport
12309
- * New essences creation.
12407
+ * Creating a transport.
12310
12408
  * @param requestParameters
12311
12409
  */
12312
12410
  createTransport(requestParameters: CreateTransportRequestParams, extraHttpRequestParams?: any): Observable<WebTransportStudio>;
@@ -12360,7 +12458,7 @@ interface TransportsServiceInterface {
12360
12458
  readTransportsTable(requestParameters: ReadTransportsTableRequestParams, extraHttpRequestParams?: any): Observable<TableTransportListStudio>;
12361
12459
  /**
12362
12460
  * Update transport
12363
- * Updating the essence by key.
12461
+ * Updating a transport by its key.
12364
12462
  * @param requestParameters
12365
12463
  */
12366
12464
  updateTransport(requestParameters: UpdateTransportRequestParams, extraHttpRequestParams?: any): Observable<WebTransportStudio>;
@@ -12371,7 +12469,7 @@ declare class TransportsService extends BaseService implements TransportsService
12371
12469
  constructor(httpClient: HttpClient, basePath: string | string[], configuration?: Configuration);
12372
12470
  /**
12373
12471
  * Create transport
12374
- * New essences creation.
12472
+ * Creating a transport.
12375
12473
  * @param requestParameters
12376
12474
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12377
12475
  * @param reportProgress flag to report request and response progress.
@@ -12569,7 +12667,7 @@ declare class TransportsService extends BaseService implements TransportsService
12569
12667
  }): Observable<HttpEvent<TableTransportListStudio>>;
12570
12668
  /**
12571
12669
  * Update transport
12572
- * Updating the essence by key.
12670
+ * Updating a transport by its key.
12573
12671
  * @param requestParameters
12574
12672
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12575
12673
  * @param reportProgress flag to report request and response progress.
@@ -12596,7 +12694,7 @@ declare class TransportsService extends BaseService implements TransportsService
12596
12694
  /**
12597
12695
  * VRt.Studio [ST]
12598
12696
  *
12599
- * The version of the OpenAPI document: 7.34.3275
12697
+ * The version of the OpenAPI document: 7.37.3331
12600
12698
  * Contact: support@veeroute.com
12601
12699
  *
12602
12700
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -12700,7 +12798,7 @@ interface TripsServiceInterface {
12700
12798
  approveTripsBatch(requestParameters: ApproveTripsBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
12701
12799
  /**
12702
12800
  * Trip create
12703
- * New essences creation.
12801
+ * Creating a trip.
12704
12802
  * @param requestParameters
12705
12803
  */
12706
12804
  createTrip(requestParameters: CreateTripRequestParams, extraHttpRequestParams?: any): Observable<WebTripStudio>;
@@ -12784,7 +12882,7 @@ interface TripsServiceInterface {
12784
12882
  rejectTripsBatch(requestParameters: RejectTripsBatchRequestParams, extraHttpRequestParams?: any): Observable<{}>;
12785
12883
  /**
12786
12884
  * Trip update
12787
- * Updating the essence by key.
12885
+ * Updating a trip by key.
12788
12886
  * @param requestParameters
12789
12887
  */
12790
12888
  updateTrip(requestParameters: UpdateTripRequestParams, extraHttpRequestParams?: any): Observable<WebTripStudio>;
@@ -12817,7 +12915,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
12817
12915
  }): Observable<HttpEvent<any>>;
12818
12916
  /**
12819
12917
  * Trip create
12820
- * New essences creation.
12918
+ * Creating a trip.
12821
12919
  * @param requestParameters
12822
12920
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
12823
12921
  * @param reportProgress flag to report request and response progress.
@@ -13125,7 +13223,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
13125
13223
  }): Observable<HttpEvent<any>>;
13126
13224
  /**
13127
13225
  * Trip update
13128
- * Updating the essence by key.
13226
+ * Updating a trip by key.
13129
13227
  * @param requestParameters
13130
13228
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
13131
13229
  * @param reportProgress flag to report request and response progress.
@@ -13152,7 +13250,7 @@ declare class TripsService extends BaseService implements TripsServiceInterface
13152
13250
  /**
13153
13251
  * VRt.Studio [ST]
13154
13252
  *
13155
- * The version of the OpenAPI document: 7.34.3275
13253
+ * The version of the OpenAPI document: 7.37.3331
13156
13254
  * Contact: support@veeroute.com
13157
13255
  *
13158
13256
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -13403,4 +13501,4 @@ declare class LssStudioApiModule {
13403
13501
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
13404
13502
 
13405
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 };
13406
- 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 };