@veeroute/lss-agro-angular 7.35.3290 → 7.38.3336

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.
@@ -6,7 +6,7 @@ import { InjectionToken, ModuleWithProviders, EnvironmentProviders } from '@angu
6
6
  /**
7
7
  * VRt.Agro [AG]
8
8
  *
9
- * The version of the OpenAPI document: 7.35.3290
9
+ * The version of the OpenAPI document: 7.38.3336
10
10
  * Contact: support@veeroute.com
11
11
  *
12
12
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -36,7 +36,7 @@ declare enum AgroEntityTypeAgro {
36
36
  /**
37
37
  * VRt.Agro [AG]
38
38
  *
39
- * The version of the OpenAPI document: 7.35.3290
39
+ * The version of the OpenAPI document: 7.38.3336
40
40
  * Contact: support@veeroute.com
41
41
  *
42
42
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -59,7 +59,7 @@ interface AgroEntityPathAgro {
59
59
  /**
60
60
  * VRt.Agro [AG]
61
61
  *
62
- * The version of the OpenAPI document: 7.35.3290
62
+ * The version of the OpenAPI document: 7.38.3336
63
63
  * Contact: support@veeroute.com
64
64
  *
65
65
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -77,7 +77,7 @@ declare enum AgroEntityWarningTypeAgro {
77
77
  /**
78
78
  * VRt.Agro [AG]
79
79
  *
80
- * The version of the OpenAPI document: 7.35.3290
80
+ * The version of the OpenAPI document: 7.38.3336
81
81
  * Contact: support@veeroute.com
82
82
  *
83
83
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -103,7 +103,7 @@ interface AgroEntityWarningAgro {
103
103
  /**
104
104
  * VRt.Agro [AG]
105
105
  *
106
- * The version of the OpenAPI document: 7.35.3290
106
+ * The version of the OpenAPI document: 7.38.3336
107
107
  * Contact: support@veeroute.com
108
108
  *
109
109
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -139,7 +139,7 @@ interface AgroUnplannedItemsAgro {
139
139
  /**
140
140
  * VRt.Agro [AG]
141
141
  *
142
- * The version of the OpenAPI document: 7.35.3290
142
+ * The version of the OpenAPI document: 7.38.3336
143
143
  * Contact: support@veeroute.com
144
144
  *
145
145
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -164,7 +164,7 @@ declare enum ServiceAgro {
164
164
  /**
165
165
  * VRt.Agro [AG]
166
166
  *
167
- * The version of the OpenAPI document: 7.35.3290
167
+ * The version of the OpenAPI document: 7.38.3336
168
168
  * Contact: support@veeroute.com
169
169
  *
170
170
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -214,7 +214,7 @@ interface TracedataAgro {
214
214
  /**
215
215
  * VRt.Agro [AG]
216
216
  *
217
- * The version of the OpenAPI document: 7.35.3290
217
+ * The version of the OpenAPI document: 7.38.3336
218
218
  * Contact: support@veeroute.com
219
219
  *
220
220
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -238,7 +238,7 @@ declare enum OperationTypeAgro {
238
238
  /**
239
239
  * VRt.Agro [AG]
240
240
  *
241
- * The version of the OpenAPI document: 7.35.3290
241
+ * The version of the OpenAPI document: 7.38.3336
242
242
  * Contact: support@veeroute.com
243
243
  *
244
244
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -262,7 +262,7 @@ interface OperationMeasurementsAgro {
262
262
  /**
263
263
  * VRt.Agro [AG]
264
264
  *
265
- * The version of the OpenAPI document: 7.35.3290
265
+ * The version of the OpenAPI document: 7.38.3336
266
266
  * Contact: support@veeroute.com
267
267
  *
268
268
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -281,7 +281,7 @@ declare enum ObjectTypeAgro {
281
281
  /**
282
282
  * VRt.Agro [AG]
283
283
  *
284
- * The version of the OpenAPI document: 7.35.3290
284
+ * The version of the OpenAPI document: 7.38.3336
285
285
  * Contact: support@veeroute.com
286
286
  *
287
287
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -300,12 +300,16 @@ interface AttributeAgro {
300
300
  * Attribute\'s value.
301
301
  */
302
302
  value: string;
303
+ /**
304
+ * 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.
305
+ */
306
+ strategy?: string | null;
303
307
  }
304
308
 
305
309
  /**
306
310
  * VRt.Agro [AG]
307
311
  *
308
- * The version of the OpenAPI document: 7.35.3290
312
+ * The version of the OpenAPI document: 7.38.3336
309
313
  * Contact: support@veeroute.com
310
314
  *
311
315
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -322,7 +326,7 @@ declare enum CropTypeAgro {
322
326
  /**
323
327
  * VRt.Agro [AG]
324
328
  *
325
- * The version of the OpenAPI document: 7.35.3290
329
+ * The version of the OpenAPI document: 7.38.3336
326
330
  * Contact: support@veeroute.com
327
331
  *
328
332
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -365,7 +369,7 @@ interface OperationTargetAgro {
365
369
  /**
366
370
  * VRt.Agro [AG]
367
371
  *
368
- * The version of the OpenAPI document: 7.35.3290
372
+ * The version of the OpenAPI document: 7.38.3336
369
373
  * Contact: support@veeroute.com
370
374
  *
371
375
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -396,7 +400,7 @@ interface ManufacturingOperationAgro {
396
400
  /**
397
401
  * VRt.Agro [AG]
398
402
  *
399
- * The version of the OpenAPI document: 7.35.3290
403
+ * The version of the OpenAPI document: 7.38.3336
400
404
  * Contact: support@veeroute.com
401
405
  *
402
406
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -419,7 +423,7 @@ declare enum CalculationStatusAgro {
419
423
  /**
420
424
  * VRt.Agro [AG]
421
425
  *
422
- * The version of the OpenAPI document: 7.35.3290
426
+ * The version of the OpenAPI document: 7.38.3336
423
427
  * Contact: support@veeroute.com
424
428
  *
425
429
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -469,7 +473,7 @@ interface CalculationInfoAgro {
469
473
  /**
470
474
  * VRt.Agro [AG]
471
475
  *
472
- * The version of the OpenAPI document: 7.35.3290
476
+ * The version of the OpenAPI document: 7.38.3336
473
477
  * Contact: support@veeroute.com
474
478
  *
475
479
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -541,7 +545,7 @@ interface AgroPlanStatisticsAgro {
541
545
  /**
542
546
  * VRt.Agro [AG]
543
547
  *
544
- * The version of the OpenAPI document: 7.35.3290
548
+ * The version of the OpenAPI document: 7.38.3336
545
549
  * Contact: support@veeroute.com
546
550
  *
547
551
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -574,7 +578,7 @@ interface AgroPlanResultAgro {
574
578
  /**
575
579
  * VRt.Agro [AG]
576
580
  *
577
- * The version of the OpenAPI document: 7.35.3290
581
+ * The version of the OpenAPI document: 7.38.3336
578
582
  * Contact: support@veeroute.com
579
583
  *
580
584
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -610,7 +614,7 @@ interface LeftoverAgro {
610
614
  /**
611
615
  * VRt.Agro [AG]
612
616
  *
613
- * The version of the OpenAPI document: 7.35.3290
617
+ * The version of the OpenAPI document: 7.38.3336
614
618
  * Contact: support@veeroute.com
615
619
  *
616
620
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -642,7 +646,7 @@ interface MovementMatrixElementAgro {
642
646
  /**
643
647
  * VRt.Agro [AG]
644
648
  *
645
- * The version of the OpenAPI document: 7.35.3290
649
+ * The version of the OpenAPI document: 7.38.3336
646
650
  * Contact: support@veeroute.com
647
651
  *
648
652
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -666,7 +670,7 @@ interface DateWindowAgro {
666
670
  /**
667
671
  * VRt.Agro [AG]
668
672
  *
669
- * The version of the OpenAPI document: 7.35.3290
673
+ * The version of the OpenAPI document: 7.38.3336
670
674
  * Contact: support@veeroute.com
671
675
  *
672
676
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -688,7 +692,7 @@ interface CostForecastElementAgro {
688
692
  /**
689
693
  * VRt.Agro [AG]
690
694
  *
691
- * The version of the OpenAPI document: 7.35.3290
695
+ * The version of the OpenAPI document: 7.38.3336
692
696
  * Contact: support@veeroute.com
693
697
  *
694
698
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -710,7 +714,7 @@ interface CapacityForecastElementAgro {
710
714
  /**
711
715
  * VRt.Agro [AG]
712
716
  *
713
- * The version of the OpenAPI document: 7.35.3290
717
+ * The version of the OpenAPI document: 7.38.3336
714
718
  * Contact: support@veeroute.com
715
719
  *
716
720
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -747,7 +751,7 @@ interface StorageAgro {
747
751
  /**
748
752
  * VRt.Agro [AG]
749
753
  *
750
- * The version of the OpenAPI document: 7.35.3290
754
+ * The version of the OpenAPI document: 7.38.3336
751
755
  * Contact: support@veeroute.com
752
756
  *
753
757
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -792,7 +796,7 @@ interface SiloAgro {
792
796
  /**
793
797
  * VRt.Agro [AG]
794
798
  *
795
- * The version of the OpenAPI document: 7.35.3290
799
+ * The version of the OpenAPI document: 7.38.3336
796
800
  * Contact: support@veeroute.com
797
801
  *
798
802
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -833,7 +837,7 @@ interface GateAgro {
833
837
  /**
834
838
  * VRt.Agro [AG]
835
839
  *
836
- * The version of the OpenAPI document: 7.35.3290
840
+ * The version of the OpenAPI document: 7.38.3336
837
841
  * Contact: support@veeroute.com
838
842
  *
839
843
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -855,7 +859,7 @@ interface ProductivityForecastElementAgro {
855
859
  /**
856
860
  * VRt.Agro [AG]
857
861
  *
858
- * The version of the OpenAPI document: 7.35.3290
862
+ * The version of the OpenAPI document: 7.38.3336
859
863
  * Contact: support@veeroute.com
860
864
  *
861
865
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -888,7 +892,7 @@ interface ChamberAgro {
888
892
  /**
889
893
  * VRt.Agro [AG]
890
894
  *
891
- * The version of the OpenAPI document: 7.35.3290
895
+ * The version of the OpenAPI document: 7.38.3336
892
896
  * Contact: support@veeroute.com
893
897
  *
894
898
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -917,7 +921,7 @@ interface DryerAgro {
917
921
  /**
918
922
  * VRt.Agro [AG]
919
923
  *
920
- * The version of the OpenAPI document: 7.35.3290
924
+ * The version of the OpenAPI document: 7.38.3336
921
925
  * Contact: support@veeroute.com
922
926
  *
923
927
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -958,7 +962,7 @@ interface ElevatorAgro {
958
962
  /**
959
963
  * VRt.Agro [AG]
960
964
  *
961
- * The version of the OpenAPI document: 7.35.3290
965
+ * The version of the OpenAPI document: 7.38.3336
962
966
  * Contact: support@veeroute.com
963
967
  *
964
968
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -998,7 +1002,7 @@ interface CalculationSettingsAgro {
998
1002
  /**
999
1003
  * VRt.Agro [AG]
1000
1004
  *
1001
- * The version of the OpenAPI document: 7.35.3290
1005
+ * The version of the OpenAPI document: 7.38.3336
1002
1006
  * Contact: support@veeroute.com
1003
1007
  *
1004
1008
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1015,7 +1019,7 @@ declare enum ProjectConfigurationAgro {
1015
1019
  /**
1016
1020
  * VRt.Agro [AG]
1017
1021
  *
1018
- * The version of the OpenAPI document: 7.35.3290
1022
+ * The version of the OpenAPI document: 7.38.3336
1019
1023
  * Contact: support@veeroute.com
1020
1024
  *
1021
1025
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1045,7 +1049,7 @@ interface ProjectSettingsAgro {
1045
1049
  /**
1046
1050
  * VRt.Agro [AG]
1047
1051
  *
1048
- * The version of the OpenAPI document: 7.35.3290
1052
+ * The version of the OpenAPI document: 7.38.3336
1049
1053
  * Contact: support@veeroute.com
1050
1054
  *
1051
1055
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1064,7 +1068,7 @@ interface AgroPlanSettingsAgro {
1064
1068
  /**
1065
1069
  * VRt.Agro [AG]
1066
1070
  *
1067
- * The version of the OpenAPI document: 7.35.3290
1071
+ * The version of the OpenAPI document: 7.38.3336
1068
1072
  * Contact: support@veeroute.com
1069
1073
  *
1070
1074
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1101,7 +1105,7 @@ interface CropAgro {
1101
1105
  /**
1102
1106
  * VRt.Agro [AG]
1103
1107
  *
1104
- * The version of the OpenAPI document: 7.35.3290
1108
+ * The version of the OpenAPI document: 7.38.3336
1105
1109
  * Contact: support@veeroute.com
1106
1110
  *
1107
1111
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1134,7 +1138,7 @@ interface BunkerAgro {
1134
1138
  /**
1135
1139
  * VRt.Agro [AG]
1136
1140
  *
1137
- * The version of the OpenAPI document: 7.35.3290
1141
+ * The version of the OpenAPI document: 7.38.3336
1138
1142
  * Contact: support@veeroute.com
1139
1143
  *
1140
1144
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1156,7 +1160,7 @@ interface StockForecastElementAgro {
1156
1160
  /**
1157
1161
  * VRt.Agro [AG]
1158
1162
  *
1159
- * The version of the OpenAPI document: 7.35.3290
1163
+ * The version of the OpenAPI document: 7.38.3336
1160
1164
  * Contact: support@veeroute.com
1161
1165
  *
1162
1166
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1189,7 +1193,7 @@ interface ConsumerAgro {
1189
1193
  /**
1190
1194
  * VRt.Agro [AG]
1191
1195
  *
1192
- * The version of the OpenAPI document: 7.35.3290
1196
+ * The version of the OpenAPI document: 7.38.3336
1193
1197
  * Contact: support@veeroute.com
1194
1198
  *
1195
1199
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1230,7 +1234,7 @@ interface FactoryAgro {
1230
1234
  /**
1231
1235
  * VRt.Agro [AG]
1232
1236
  *
1233
- * The version of the OpenAPI document: 7.35.3290
1237
+ * The version of the OpenAPI document: 7.38.3336
1234
1238
  * Contact: support@veeroute.com
1235
1239
  *
1236
1240
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1249,7 +1253,7 @@ declare enum ContractTypeAgro {
1249
1253
  /**
1250
1254
  * VRt.Agro [AG]
1251
1255
  *
1252
- * The version of the OpenAPI document: 7.35.3290
1256
+ * The version of the OpenAPI document: 7.38.3336
1253
1257
  * Contact: support@veeroute.com
1254
1258
  *
1255
1259
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1271,7 +1275,7 @@ interface PriceForecastElementAgro {
1271
1275
  /**
1272
1276
  * VRt.Agro [AG]
1273
1277
  *
1274
- * The version of the OpenAPI document: 7.35.3290
1278
+ * The version of the OpenAPI document: 7.38.3336
1275
1279
  * Contact: support@veeroute.com
1276
1280
  *
1277
1281
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1295,12 +1299,16 @@ interface PricelistAgro {
1295
1299
  * Capacity forecast.
1296
1300
  */
1297
1301
  capacity_forecast?: Array<CapacityForecastElementAgro>;
1302
+ /**
1303
+ * Limitations on the total contract volume (in tons).
1304
+ */
1305
+ amount?: number | null;
1298
1306
  }
1299
1307
 
1300
1308
  /**
1301
1309
  * VRt.Agro [AG]
1302
1310
  *
1303
- * The version of the OpenAPI document: 7.35.3290
1311
+ * The version of the OpenAPI document: 7.38.3336
1304
1312
  * Contact: support@veeroute.com
1305
1313
  *
1306
1314
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1317,6 +1325,10 @@ interface ContractAgro {
1317
1325
  */
1318
1326
  key: string;
1319
1327
  type: ContractTypeAgro;
1328
+ /**
1329
+ * Whether the contract is concluded (`true`) or not (`false`).
1330
+ */
1331
+ concluded?: boolean;
1320
1332
  /**
1321
1333
  * List of production object keys.
1322
1334
  */
@@ -1334,7 +1346,7 @@ interface ContractAgro {
1334
1346
  /**
1335
1347
  * VRt.Agro [AG]
1336
1348
  *
1337
- * The version of the OpenAPI document: 7.35.3290
1349
+ * The version of the OpenAPI document: 7.38.3336
1338
1350
  * Contact: support@veeroute.com
1339
1351
  *
1340
1352
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1363,7 +1375,7 @@ interface MarketAgro {
1363
1375
  /**
1364
1376
  * VRt.Agro [AG]
1365
1377
  *
1366
- * The version of the OpenAPI document: 7.35.3290
1378
+ * The version of the OpenAPI document: 7.38.3336
1367
1379
  * Contact: support@veeroute.com
1368
1380
  *
1369
1381
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1385,7 +1397,7 @@ interface HumidityForecastElementAgro {
1385
1397
  /**
1386
1398
  * VRt.Agro [AG]
1387
1399
  *
1388
- * The version of the OpenAPI document: 7.35.3290
1400
+ * The version of the OpenAPI document: 7.38.3336
1389
1401
  * Contact: support@veeroute.com
1390
1402
  *
1391
1403
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1426,7 +1438,7 @@ interface FieldAgro {
1426
1438
  /**
1427
1439
  * VRt.Agro [AG]
1428
1440
  *
1429
- * The version of the OpenAPI document: 7.35.3290
1441
+ * The version of the OpenAPI document: 7.38.3336
1430
1442
  * Contact: support@veeroute.com
1431
1443
  *
1432
1444
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1476,7 +1488,7 @@ interface AgroPlanTaskAgro {
1476
1488
  /**
1477
1489
  * VRt.Agro [AG]
1478
1490
  *
1479
- * The version of the OpenAPI document: 7.35.3290
1491
+ * The version of the OpenAPI document: 7.38.3336
1480
1492
  * Contact: support@veeroute.com
1481
1493
  *
1482
1494
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1498,7 +1510,7 @@ interface AgroValidateResultAgro {
1498
1510
  /**
1499
1511
  * VRt.Agro [AG]
1500
1512
  *
1501
- * The version of the OpenAPI document: 7.35.3290
1513
+ * The version of the OpenAPI document: 7.38.3336
1502
1514
  * Contact: support@veeroute.com
1503
1515
  *
1504
1516
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1520,7 +1532,7 @@ interface CalculationAsyncResultAgro {
1520
1532
  /**
1521
1533
  * VRt.Agro [AG]
1522
1534
  *
1523
- * The version of the OpenAPI document: 7.35.3290
1535
+ * The version of the OpenAPI document: 7.38.3336
1524
1536
  * Contact: support@veeroute.com
1525
1537
  *
1526
1538
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1686,7 +1698,7 @@ declare class Configuration {
1686
1698
  /**
1687
1699
  * VRt.Agro [AG]
1688
1700
  *
1689
- * The version of the OpenAPI document: 7.35.3290
1701
+ * The version of the OpenAPI document: 7.38.3336
1690
1702
  * Contact: support@veeroute.com
1691
1703
  *
1692
1704
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1707,7 +1719,7 @@ declare class BaseService {
1707
1719
  /**
1708
1720
  * VRt.Agro [AG]
1709
1721
  *
1710
- * The version of the OpenAPI document: 7.35.3290
1722
+ * The version of the OpenAPI document: 7.38.3336
1711
1723
  * Contact: support@veeroute.com
1712
1724
  *
1713
1725
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1731,7 +1743,7 @@ interface SchemaErrorAgro {
1731
1743
  /**
1732
1744
  * VRt.Agro [AG]
1733
1745
  *
1734
- * The version of the OpenAPI document: 7.35.3290
1746
+ * The version of the OpenAPI document: 7.38.3336
1735
1747
  * Contact: support@veeroute.com
1736
1748
  *
1737
1749
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1753,7 +1765,7 @@ declare enum AgroEntityErrorTypeAgro {
1753
1765
  /**
1754
1766
  * VRt.Agro [AG]
1755
1767
  *
1756
- * The version of the OpenAPI document: 7.35.3290
1768
+ * The version of the OpenAPI document: 7.38.3336
1757
1769
  * Contact: support@veeroute.com
1758
1770
  *
1759
1771
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1779,7 +1791,7 @@ interface AgroEntityErrorAgro {
1779
1791
  /**
1780
1792
  * VRt.Agro [AG]
1781
1793
  *
1782
- * The version of the OpenAPI document: 7.35.3290
1794
+ * The version of the OpenAPI document: 7.38.3336
1783
1795
  * Contact: support@veeroute.com
1784
1796
  *
1785
1797
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1813,7 +1825,7 @@ interface Agro400WithErrorsAndWarningsAgro {
1813
1825
  /**
1814
1826
  * VRt.Agro [AG]
1815
1827
  *
1816
- * The version of the OpenAPI document: 7.35.3290
1828
+ * The version of the OpenAPI document: 7.38.3336
1817
1829
  * Contact: support@veeroute.com
1818
1830
  *
1819
1831
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1833,7 +1845,7 @@ interface CheckResultAgro {
1833
1845
  /**
1834
1846
  * VRt.Agro [AG]
1835
1847
  *
1836
- * The version of the OpenAPI document: 7.35.3290
1848
+ * The version of the OpenAPI document: 7.38.3336
1837
1849
  * Contact: support@veeroute.com
1838
1850
  *
1839
1851
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1850,7 +1862,7 @@ declare enum FlowTypeAgro {
1850
1862
  /**
1851
1863
  * VRt.Agro [AG]
1852
1864
  *
1853
- * The version of the OpenAPI document: 7.35.3290
1865
+ * The version of the OpenAPI document: 7.38.3336
1854
1866
  * Contact: support@veeroute.com
1855
1867
  *
1856
1868
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1876,7 +1888,7 @@ interface General400Agro {
1876
1888
  /**
1877
1889
  * VRt.Agro [AG]
1878
1890
  *
1879
- * The version of the OpenAPI document: 7.35.3290
1891
+ * The version of the OpenAPI document: 7.38.3336
1880
1892
  * Contact: support@veeroute.com
1881
1893
  *
1882
1894
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1898,7 +1910,7 @@ interface General402Agro {
1898
1910
  /**
1899
1911
  * VRt.Agro [AG]
1900
1912
  *
1901
- * The version of the OpenAPI document: 7.35.3290
1913
+ * The version of the OpenAPI document: 7.38.3336
1902
1914
  * Contact: support@veeroute.com
1903
1915
  *
1904
1916
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1920,7 +1932,7 @@ interface General403Agro {
1920
1932
  /**
1921
1933
  * VRt.Agro [AG]
1922
1934
  *
1923
- * The version of the OpenAPI document: 7.35.3290
1935
+ * The version of the OpenAPI document: 7.38.3336
1924
1936
  * Contact: support@veeroute.com
1925
1937
  *
1926
1938
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1938,7 +1950,7 @@ interface General404DetailAgro {
1938
1950
  /**
1939
1951
  * VRt.Agro [AG]
1940
1952
  *
1941
- * The version of the OpenAPI document: 7.35.3290
1953
+ * The version of the OpenAPI document: 7.38.3336
1942
1954
  * Contact: support@veeroute.com
1943
1955
  *
1944
1956
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1960,7 +1972,7 @@ interface General404Agro {
1960
1972
  /**
1961
1973
  * VRt.Agro [AG]
1962
1974
  *
1963
- * The version of the OpenAPI document: 7.35.3290
1975
+ * The version of the OpenAPI document: 7.38.3336
1964
1976
  * Contact: support@veeroute.com
1965
1977
  *
1966
1978
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1982,7 +1994,7 @@ interface General429Agro {
1982
1994
  /**
1983
1995
  * VRt.Agro [AG]
1984
1996
  *
1985
- * The version of the OpenAPI document: 7.35.3290
1997
+ * The version of the OpenAPI document: 7.38.3336
1986
1998
  * Contact: support@veeroute.com
1987
1999
  *
1988
2000
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2004,7 +2016,7 @@ interface General500Agro {
2004
2016
  /**
2005
2017
  * VRt.Agro [AG]
2006
2018
  *
2007
- * The version of the OpenAPI document: 7.35.3290
2019
+ * The version of the OpenAPI document: 7.38.3336
2008
2020
  * Contact: support@veeroute.com
2009
2021
  *
2010
2022
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2032,7 +2044,7 @@ interface VersionResultAgro {
2032
2044
  /**
2033
2045
  * VRt.Agro [AG]
2034
2046
  *
2035
- * The version of the OpenAPI document: 7.35.3290
2047
+ * The version of the OpenAPI document: 7.38.3336
2036
2048
  * Contact: support@veeroute.com
2037
2049
  *
2038
2050
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2336,7 +2348,7 @@ declare class PlanService extends BaseService implements PlanServiceInterface {
2336
2348
  /**
2337
2349
  * VRt.Agro [AG]
2338
2350
  *
2339
- * The version of the OpenAPI document: 7.35.3290
2351
+ * The version of the OpenAPI document: 7.38.3336
2340
2352
  * Contact: support@veeroute.com
2341
2353
  *
2342
2354
  * NOTE: This class is auto generated by OpenAPI Generator.