@veeroute/lss-agro-angular 7.35.3290 → 7.37.3331

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
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.37.3331
1193
1197
  * Contact: support@veeroute.com
1194
1198
  *
1195
1199
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1230,26 +1234,28 @@ 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.37.3331
1234
1238
  * Contact: support@veeroute.com
1235
1239
  *
1236
1240
  * NOTE: This class is auto generated by OpenAPI Generator.
1237
1241
  * Do not edit the class manually.
1238
1242
  */
1239
1243
  /**
1240
- * Contract type: * `SELL_WITH_DELIVERY` - Contract for the sale of grain by the market with delivery to the client (the price of moving from the market is included in the price). * `SELL` - Contract for the sale of grain by the market without delivery (the price of moving from the market is not included in the price). * `BUY_WITH_DELIVERY` - Contract for the purchase of grain by the market with delivery from the client (the price of moving to the market is included in the price). * `BUY` - Contract for the purchase of grain by the market without delivery (the price of moving to the market is not included in the price).
1244
+ * Contract type: * `SELL_WITH_DELIVERY` - Contract for the sale of grain by the market with delivery to the client (the price of moving from the market is included in the price). * `SELL` - Contract for the sale of grain by the market without delivery (the price of moving from the market is not included in the price). * `BUY_WITH_DELIVERY` - Contract for the purchase of grain by the market with delivery from the client (the price of moving to the market is included in the price). * `BUY` - Contract for the purchase of grain by the market without delivery (the price of moving to the market is not included in the price). * `PAID_WITH_DELIVERY` - A paid contract for the purchase of grain from the market with delivery from the client (the cost of transport to the market is included in the price). * `PAID` - A paid contract for the purchase of grain from the market without delivery (the cost of transport to the market is not included in the price).
1241
1245
  */
1242
1246
  declare enum ContractTypeAgro {
1243
1247
  SELL_WITH_DELIVERY = "SELL_WITH_DELIVERY",
1244
1248
  SELL = "SELL",
1245
1249
  BUY_WITH_DELIVERY = "BUY_WITH_DELIVERY",
1246
- BUY = "BUY"
1250
+ BUY = "BUY",
1251
+ PAID_WITH_DELIVERY = "PAID_WITH_DELIVERY",
1252
+ PAID = "PAID"
1247
1253
  }
1248
1254
 
1249
1255
  /**
1250
1256
  * VRt.Agro [AG]
1251
1257
  *
1252
- * The version of the OpenAPI document: 7.35.3290
1258
+ * The version of the OpenAPI document: 7.37.3331
1253
1259
  * Contact: support@veeroute.com
1254
1260
  *
1255
1261
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1271,7 +1277,7 @@ interface PriceForecastElementAgro {
1271
1277
  /**
1272
1278
  * VRt.Agro [AG]
1273
1279
  *
1274
- * The version of the OpenAPI document: 7.35.3290
1280
+ * The version of the OpenAPI document: 7.37.3331
1275
1281
  * Contact: support@veeroute.com
1276
1282
  *
1277
1283
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1295,12 +1301,16 @@ interface PricelistAgro {
1295
1301
  * Capacity forecast.
1296
1302
  */
1297
1303
  capacity_forecast?: Array<CapacityForecastElementAgro>;
1304
+ /**
1305
+ * Limitations on the total contract volume (in tons).
1306
+ */
1307
+ amount?: number | null;
1298
1308
  }
1299
1309
 
1300
1310
  /**
1301
1311
  * VRt.Agro [AG]
1302
1312
  *
1303
- * The version of the OpenAPI document: 7.35.3290
1313
+ * The version of the OpenAPI document: 7.37.3331
1304
1314
  * Contact: support@veeroute.com
1305
1315
  *
1306
1316
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1334,7 +1344,7 @@ interface ContractAgro {
1334
1344
  /**
1335
1345
  * VRt.Agro [AG]
1336
1346
  *
1337
- * The version of the OpenAPI document: 7.35.3290
1347
+ * The version of the OpenAPI document: 7.37.3331
1338
1348
  * Contact: support@veeroute.com
1339
1349
  *
1340
1350
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1363,7 +1373,7 @@ interface MarketAgro {
1363
1373
  /**
1364
1374
  * VRt.Agro [AG]
1365
1375
  *
1366
- * The version of the OpenAPI document: 7.35.3290
1376
+ * The version of the OpenAPI document: 7.37.3331
1367
1377
  * Contact: support@veeroute.com
1368
1378
  *
1369
1379
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1385,7 +1395,7 @@ interface HumidityForecastElementAgro {
1385
1395
  /**
1386
1396
  * VRt.Agro [AG]
1387
1397
  *
1388
- * The version of the OpenAPI document: 7.35.3290
1398
+ * The version of the OpenAPI document: 7.37.3331
1389
1399
  * Contact: support@veeroute.com
1390
1400
  *
1391
1401
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1426,7 +1436,7 @@ interface FieldAgro {
1426
1436
  /**
1427
1437
  * VRt.Agro [AG]
1428
1438
  *
1429
- * The version of the OpenAPI document: 7.35.3290
1439
+ * The version of the OpenAPI document: 7.37.3331
1430
1440
  * Contact: support@veeroute.com
1431
1441
  *
1432
1442
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1476,7 +1486,7 @@ interface AgroPlanTaskAgro {
1476
1486
  /**
1477
1487
  * VRt.Agro [AG]
1478
1488
  *
1479
- * The version of the OpenAPI document: 7.35.3290
1489
+ * The version of the OpenAPI document: 7.37.3331
1480
1490
  * Contact: support@veeroute.com
1481
1491
  *
1482
1492
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1498,7 +1508,7 @@ interface AgroValidateResultAgro {
1498
1508
  /**
1499
1509
  * VRt.Agro [AG]
1500
1510
  *
1501
- * The version of the OpenAPI document: 7.35.3290
1511
+ * The version of the OpenAPI document: 7.37.3331
1502
1512
  * Contact: support@veeroute.com
1503
1513
  *
1504
1514
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1520,7 +1530,7 @@ interface CalculationAsyncResultAgro {
1520
1530
  /**
1521
1531
  * VRt.Agro [AG]
1522
1532
  *
1523
- * The version of the OpenAPI document: 7.35.3290
1533
+ * The version of the OpenAPI document: 7.37.3331
1524
1534
  * Contact: support@veeroute.com
1525
1535
  *
1526
1536
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1686,7 +1696,7 @@ declare class Configuration {
1686
1696
  /**
1687
1697
  * VRt.Agro [AG]
1688
1698
  *
1689
- * The version of the OpenAPI document: 7.35.3290
1699
+ * The version of the OpenAPI document: 7.37.3331
1690
1700
  * Contact: support@veeroute.com
1691
1701
  *
1692
1702
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1707,7 +1717,7 @@ declare class BaseService {
1707
1717
  /**
1708
1718
  * VRt.Agro [AG]
1709
1719
  *
1710
- * The version of the OpenAPI document: 7.35.3290
1720
+ * The version of the OpenAPI document: 7.37.3331
1711
1721
  * Contact: support@veeroute.com
1712
1722
  *
1713
1723
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1731,7 +1741,7 @@ interface SchemaErrorAgro {
1731
1741
  /**
1732
1742
  * VRt.Agro [AG]
1733
1743
  *
1734
- * The version of the OpenAPI document: 7.35.3290
1744
+ * The version of the OpenAPI document: 7.37.3331
1735
1745
  * Contact: support@veeroute.com
1736
1746
  *
1737
1747
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1753,7 +1763,7 @@ declare enum AgroEntityErrorTypeAgro {
1753
1763
  /**
1754
1764
  * VRt.Agro [AG]
1755
1765
  *
1756
- * The version of the OpenAPI document: 7.35.3290
1766
+ * The version of the OpenAPI document: 7.37.3331
1757
1767
  * Contact: support@veeroute.com
1758
1768
  *
1759
1769
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1779,7 +1789,7 @@ interface AgroEntityErrorAgro {
1779
1789
  /**
1780
1790
  * VRt.Agro [AG]
1781
1791
  *
1782
- * The version of the OpenAPI document: 7.35.3290
1792
+ * The version of the OpenAPI document: 7.37.3331
1783
1793
  * Contact: support@veeroute.com
1784
1794
  *
1785
1795
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1813,7 +1823,7 @@ interface Agro400WithErrorsAndWarningsAgro {
1813
1823
  /**
1814
1824
  * VRt.Agro [AG]
1815
1825
  *
1816
- * The version of the OpenAPI document: 7.35.3290
1826
+ * The version of the OpenAPI document: 7.37.3331
1817
1827
  * Contact: support@veeroute.com
1818
1828
  *
1819
1829
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1833,7 +1843,7 @@ interface CheckResultAgro {
1833
1843
  /**
1834
1844
  * VRt.Agro [AG]
1835
1845
  *
1836
- * The version of the OpenAPI document: 7.35.3290
1846
+ * The version of the OpenAPI document: 7.37.3331
1837
1847
  * Contact: support@veeroute.com
1838
1848
  *
1839
1849
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1850,7 +1860,7 @@ declare enum FlowTypeAgro {
1850
1860
  /**
1851
1861
  * VRt.Agro [AG]
1852
1862
  *
1853
- * The version of the OpenAPI document: 7.35.3290
1863
+ * The version of the OpenAPI document: 7.37.3331
1854
1864
  * Contact: support@veeroute.com
1855
1865
  *
1856
1866
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1876,7 +1886,7 @@ interface General400Agro {
1876
1886
  /**
1877
1887
  * VRt.Agro [AG]
1878
1888
  *
1879
- * The version of the OpenAPI document: 7.35.3290
1889
+ * The version of the OpenAPI document: 7.37.3331
1880
1890
  * Contact: support@veeroute.com
1881
1891
  *
1882
1892
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1898,7 +1908,7 @@ interface General402Agro {
1898
1908
  /**
1899
1909
  * VRt.Agro [AG]
1900
1910
  *
1901
- * The version of the OpenAPI document: 7.35.3290
1911
+ * The version of the OpenAPI document: 7.37.3331
1902
1912
  * Contact: support@veeroute.com
1903
1913
  *
1904
1914
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1920,7 +1930,7 @@ interface General403Agro {
1920
1930
  /**
1921
1931
  * VRt.Agro [AG]
1922
1932
  *
1923
- * The version of the OpenAPI document: 7.35.3290
1933
+ * The version of the OpenAPI document: 7.37.3331
1924
1934
  * Contact: support@veeroute.com
1925
1935
  *
1926
1936
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1938,7 +1948,7 @@ interface General404DetailAgro {
1938
1948
  /**
1939
1949
  * VRt.Agro [AG]
1940
1950
  *
1941
- * The version of the OpenAPI document: 7.35.3290
1951
+ * The version of the OpenAPI document: 7.37.3331
1942
1952
  * Contact: support@veeroute.com
1943
1953
  *
1944
1954
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1960,7 +1970,7 @@ interface General404Agro {
1960
1970
  /**
1961
1971
  * VRt.Agro [AG]
1962
1972
  *
1963
- * The version of the OpenAPI document: 7.35.3290
1973
+ * The version of the OpenAPI document: 7.37.3331
1964
1974
  * Contact: support@veeroute.com
1965
1975
  *
1966
1976
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1982,7 +1992,7 @@ interface General429Agro {
1982
1992
  /**
1983
1993
  * VRt.Agro [AG]
1984
1994
  *
1985
- * The version of the OpenAPI document: 7.35.3290
1995
+ * The version of the OpenAPI document: 7.37.3331
1986
1996
  * Contact: support@veeroute.com
1987
1997
  *
1988
1998
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2004,7 +2014,7 @@ interface General500Agro {
2004
2014
  /**
2005
2015
  * VRt.Agro [AG]
2006
2016
  *
2007
- * The version of the OpenAPI document: 7.35.3290
2017
+ * The version of the OpenAPI document: 7.37.3331
2008
2018
  * Contact: support@veeroute.com
2009
2019
  *
2010
2020
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2032,7 +2042,7 @@ interface VersionResultAgro {
2032
2042
  /**
2033
2043
  * VRt.Agro [AG]
2034
2044
  *
2035
- * The version of the OpenAPI document: 7.35.3290
2045
+ * The version of the OpenAPI document: 7.37.3331
2036
2046
  * Contact: support@veeroute.com
2037
2047
  *
2038
2048
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -2336,7 +2346,7 @@ declare class PlanService extends BaseService implements PlanServiceInterface {
2336
2346
  /**
2337
2347
  * VRt.Agro [AG]
2338
2348
  *
2339
- * The version of the OpenAPI document: 7.35.3290
2349
+ * The version of the OpenAPI document: 7.37.3331
2340
2350
  * Contact: support@veeroute.com
2341
2351
  *
2342
2352
  * NOTE: This class is auto generated by OpenAPI Generator.