@veeroute/lss-agro-angular 6.6.2006 → 6.8.2055

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/README.md +1 -1
  2. package/api/planServiceInterface.d.ts +1 -1
  3. package/api/systemServiceInterface.d.ts +1 -1
  4. package/esm2020/api/planService.mjs +2 -2
  5. package/esm2020/api/planServiceInterface.mjs +1 -1
  6. package/esm2020/api/systemService.mjs +2 -2
  7. package/esm2020/api/systemServiceInterface.mjs +1 -1
  8. package/esm2020/model/attribute.mjs +2 -2
  9. package/esm2020/model/bunker.mjs +1 -1
  10. package/esm2020/model/calculationAsyncResult.mjs +1 -1
  11. package/esm2020/model/calculationInfo.mjs +1 -1
  12. package/esm2020/model/calculationSettings.mjs +2 -2
  13. package/esm2020/model/calculationState.mjs +1 -1
  14. package/esm2020/model/calculationStatus.mjs +2 -2
  15. package/esm2020/model/capacityForecastElement.mjs +1 -1
  16. package/esm2020/model/chamber.mjs +1 -1
  17. package/esm2020/model/checkResult.mjs +2 -2
  18. package/esm2020/model/consumer.mjs +1 -1
  19. package/esm2020/model/contract.mjs +1 -1
  20. package/esm2020/model/contractType.mjs +3 -3
  21. package/esm2020/model/costForecastElement.mjs +1 -1
  22. package/esm2020/model/crop.mjs +1 -1
  23. package/esm2020/model/cropType.mjs +2 -2
  24. package/esm2020/model/custom400WithErrorsAndWarnings.mjs +1 -1
  25. package/esm2020/model/dateWindow.mjs +2 -2
  26. package/esm2020/model/dryer.mjs +1 -1
  27. package/esm2020/model/elevator.mjs +1 -1
  28. package/esm2020/model/entityError.mjs +1 -1
  29. package/esm2020/model/entityErrorType.mjs +2 -2
  30. package/esm2020/model/entityPath.mjs +1 -1
  31. package/esm2020/model/entityType.mjs +2 -2
  32. package/esm2020/model/entityWarning.mjs +1 -1
  33. package/esm2020/model/entityWarningType.mjs +2 -2
  34. package/esm2020/model/factory.mjs +1 -1
  35. package/esm2020/model/field.mjs +1 -1
  36. package/esm2020/model/gate.mjs +1 -1
  37. package/esm2020/model/general401.mjs +1 -1
  38. package/esm2020/model/general402.mjs +1 -1
  39. package/esm2020/model/general404.mjs +1 -1
  40. package/esm2020/model/general404Detail.mjs +1 -1
  41. package/esm2020/model/general429.mjs +1 -1
  42. package/esm2020/model/general500.mjs +1 -1
  43. package/esm2020/model/humidityForecastElement.mjs +1 -1
  44. package/esm2020/model/leftover.mjs +2 -2
  45. package/esm2020/model/market.mjs +1 -1
  46. package/esm2020/model/movementMatrixElement.mjs +2 -2
  47. package/esm2020/model/objectType.mjs +2 -2
  48. package/esm2020/model/operation.mjs +1 -1
  49. package/esm2020/model/operationMeasurements.mjs +2 -2
  50. package/esm2020/model/operationTarget.mjs +1 -1
  51. package/esm2020/model/operationType.mjs +3 -3
  52. package/esm2020/model/planResult.mjs +1 -1
  53. package/esm2020/model/planSettings.mjs +1 -1
  54. package/esm2020/model/planStatistics.mjs +2 -2
  55. package/esm2020/model/planTask.mjs +1 -1
  56. package/esm2020/model/priceForecastElement.mjs +1 -1
  57. package/esm2020/model/pricelist.mjs +1 -1
  58. package/esm2020/model/productivityForecastElement.mjs +1 -1
  59. package/esm2020/model/projectConfiguration.mjs +2 -2
  60. package/esm2020/model/projectSettings.mjs +1 -1
  61. package/esm2020/model/schemaError.mjs +2 -2
  62. package/esm2020/model/serviceName.mjs +2 -2
  63. package/esm2020/model/silo.mjs +1 -1
  64. package/esm2020/model/stockForecastElement.mjs +1 -1
  65. package/esm2020/model/storage.mjs +1 -1
  66. package/esm2020/model/tracedata.mjs +1 -1
  67. package/esm2020/model/unplannedItems.mjs +2 -2
  68. package/esm2020/model/validateResult.mjs +1 -1
  69. package/esm2020/model/versionResult.mjs +2 -2
  70. package/fesm2015/veeroute-lss-agro-angular.mjs +14 -14
  71. package/fesm2015/veeroute-lss-agro-angular.mjs.map +1 -1
  72. package/fesm2020/veeroute-lss-agro-angular.mjs +25 -25
  73. package/fesm2020/veeroute-lss-agro-angular.mjs.map +1 -1
  74. package/model/attribute.d.ts +1 -1
  75. package/model/bunker.d.ts +1 -1
  76. package/model/calculationAsyncResult.d.ts +1 -1
  77. package/model/calculationInfo.d.ts +1 -1
  78. package/model/calculationSettings.d.ts +1 -1
  79. package/model/calculationState.d.ts +1 -1
  80. package/model/calculationStatus.d.ts +1 -1
  81. package/model/capacityForecastElement.d.ts +1 -1
  82. package/model/chamber.d.ts +2 -2
  83. package/model/checkResult.d.ts +1 -1
  84. package/model/consumer.d.ts +1 -1
  85. package/model/contract.d.ts +1 -1
  86. package/model/contractType.d.ts +2 -2
  87. package/model/costForecastElement.d.ts +1 -1
  88. package/model/crop.d.ts +1 -5
  89. package/model/cropType.d.ts +1 -1
  90. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  91. package/model/dateWindow.d.ts +1 -1
  92. package/model/dryer.d.ts +1 -1
  93. package/model/elevator.d.ts +3 -3
  94. package/model/entityError.d.ts +1 -1
  95. package/model/entityErrorType.d.ts +1 -1
  96. package/model/entityPath.d.ts +1 -1
  97. package/model/entityType.d.ts +1 -1
  98. package/model/entityWarning.d.ts +1 -1
  99. package/model/entityWarningType.d.ts +1 -1
  100. package/model/factory.d.ts +1 -1
  101. package/model/field.d.ts +4 -4
  102. package/model/gate.d.ts +1 -1
  103. package/model/general401.d.ts +1 -1
  104. package/model/general402.d.ts +1 -1
  105. package/model/general404.d.ts +1 -1
  106. package/model/general404Detail.d.ts +1 -1
  107. package/model/general429.d.ts +1 -1
  108. package/model/general500.d.ts +1 -1
  109. package/model/humidityForecastElement.d.ts +1 -1
  110. package/model/leftover.d.ts +1 -1
  111. package/model/market.d.ts +1 -1
  112. package/model/movementMatrixElement.d.ts +1 -1
  113. package/model/objectType.d.ts +1 -1
  114. package/model/operation.d.ts +1 -1
  115. package/model/operationMeasurements.d.ts +1 -1
  116. package/model/operationTarget.d.ts +2 -2
  117. package/model/operationType.d.ts +2 -2
  118. package/model/planResult.d.ts +1 -1
  119. package/model/planSettings.d.ts +1 -1
  120. package/model/planStatistics.d.ts +1 -1
  121. package/model/planTask.d.ts +2 -2
  122. package/model/priceForecastElement.d.ts +1 -1
  123. package/model/pricelist.d.ts +1 -1
  124. package/model/productivityForecastElement.d.ts +1 -1
  125. package/model/projectConfiguration.d.ts +1 -1
  126. package/model/projectSettings.d.ts +1 -1
  127. package/model/schemaError.d.ts +1 -1
  128. package/model/serviceName.d.ts +1 -1
  129. package/model/silo.d.ts +1 -1
  130. package/model/stockForecastElement.d.ts +1 -1
  131. package/model/storage.d.ts +1 -1
  132. package/model/tracedata.d.ts +1 -1
  133. package/model/unplannedItems.d.ts +1 -1
  134. package/model/validateResult.d.ts +1 -1
  135. package/model/versionResult.d.ts +1 -1
  136. package/package.json +1 -1
@@ -132,7 +132,7 @@ class Configuration {
132
132
  /**
133
133
  * VRt.Agro [AG]
134
134
  *
135
- * The version of the OpenAPI document: 6.6.2006
135
+ * The version of the OpenAPI document: 6.8.2055
136
136
  * Contact: servicedesk@veeroute.com
137
137
  *
138
138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -654,7 +654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
654
654
  /**
655
655
  * VRt.Agro [AG]
656
656
  *
657
- * The version of the OpenAPI document: 6.6.2006
657
+ * The version of the OpenAPI document: 6.8.2055
658
658
  * Contact: servicedesk@veeroute.com
659
659
  *
660
660
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -863,7 +863,7 @@ const APIS = [PlanService, SystemService];
863
863
  /**
864
864
  * VRt.Agro [AG]
865
865
  *
866
- * The version of the OpenAPI document: 6.6.2006
866
+ * The version of the OpenAPI document: 6.8.2055
867
867
  * Contact: servicedesk@veeroute.com
868
868
  *
869
869
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -873,7 +873,7 @@ const APIS = [PlanService, SystemService];
873
873
  /**
874
874
  * VRt.Agro [AG]
875
875
  *
876
- * The version of the OpenAPI document: 6.6.2006
876
+ * The version of the OpenAPI document: 6.8.2055
877
877
  * Contact: servicedesk@veeroute.com
878
878
  *
879
879
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -883,7 +883,7 @@ const APIS = [PlanService, SystemService];
883
883
  /**
884
884
  * VRt.Agro [AG]
885
885
  *
886
- * The version of the OpenAPI document: 6.6.2006
886
+ * The version of the OpenAPI document: 6.8.2055
887
887
  * Contact: servicedesk@veeroute.com
888
888
  *
889
889
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -906,7 +906,7 @@ var CalculationStatusAgro;
906
906
  /**
907
907
  * VRt.Agro [AG]
908
908
  *
909
- * The version of the OpenAPI document: 6.6.2006
909
+ * The version of the OpenAPI document: 6.8.2055
910
910
  * Contact: servicedesk@veeroute.com
911
911
  *
912
912
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -916,14 +916,14 @@ var CalculationStatusAgro;
916
916
  /**
917
917
  * VRt.Agro [AG]
918
918
  *
919
- * The version of the OpenAPI document: 6.6.2006
919
+ * The version of the OpenAPI document: 6.8.2055
920
920
  * Contact: servicedesk@veeroute.com
921
921
  *
922
922
  * NOTE: This class is auto generated by OpenAPI Generator.
923
923
  * Do not edit the class manually.
924
924
  */
925
925
  /**
926
- * Contract type.
926
+ * 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).
927
927
  */
928
928
  var ContractTypeAgro;
929
929
  (function (ContractTypeAgro) {
@@ -936,7 +936,7 @@ var ContractTypeAgro;
936
936
  /**
937
937
  * VRt.Agro [AG]
938
938
  *
939
- * The version of the OpenAPI document: 6.6.2006
939
+ * The version of the OpenAPI document: 6.8.2055
940
940
  * Contact: servicedesk@veeroute.com
941
941
  *
942
942
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -954,7 +954,7 @@ var CropTypeAgro;
954
954
  /**
955
955
  * VRt.Agro [AG]
956
956
  *
957
- * The version of the OpenAPI document: 6.6.2006
957
+ * The version of the OpenAPI document: 6.8.2055
958
958
  * Contact: servicedesk@veeroute.com
959
959
  *
960
960
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -964,7 +964,7 @@ var CropTypeAgro;
964
964
  /**
965
965
  * VRt.Agro [AG]
966
966
  *
967
- * The version of the OpenAPI document: 6.6.2006
967
+ * The version of the OpenAPI document: 6.8.2055
968
968
  * Contact: servicedesk@veeroute.com
969
969
  *
970
970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -987,7 +987,7 @@ var EntityErrorTypeAgro;
987
987
  /**
988
988
  * VRt.Agro [AG]
989
989
  *
990
- * The version of the OpenAPI document: 6.6.2006
990
+ * The version of the OpenAPI document: 6.8.2055
991
991
  * Contact: servicedesk@veeroute.com
992
992
  *
993
993
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1018,7 +1018,7 @@ var EntityTypeAgro;
1018
1018
  /**
1019
1019
  * VRt.Agro [AG]
1020
1020
  *
1021
- * The version of the OpenAPI document: 6.6.2006
1021
+ * The version of the OpenAPI document: 6.8.2055
1022
1022
  * Contact: servicedesk@veeroute.com
1023
1023
  *
1024
1024
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1037,7 +1037,7 @@ var EntityWarningTypeAgro;
1037
1037
  /**
1038
1038
  * VRt.Agro [AG]
1039
1039
  *
1040
- * The version of the OpenAPI document: 6.6.2006
1040
+ * The version of the OpenAPI document: 6.8.2055
1041
1041
  * Contact: servicedesk@veeroute.com
1042
1042
  *
1043
1043
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1047,7 +1047,7 @@ var EntityWarningTypeAgro;
1047
1047
  /**
1048
1048
  * VRt.Agro [AG]
1049
1049
  *
1050
- * The version of the OpenAPI document: 6.6.2006
1050
+ * The version of the OpenAPI document: 6.8.2055
1051
1051
  * Contact: servicedesk@veeroute.com
1052
1052
  *
1053
1053
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1057,7 +1057,7 @@ var EntityWarningTypeAgro;
1057
1057
  /**
1058
1058
  * VRt.Agro [AG]
1059
1059
  *
1060
- * The version of the OpenAPI document: 6.6.2006
1060
+ * The version of the OpenAPI document: 6.8.2055
1061
1061
  * Contact: servicedesk@veeroute.com
1062
1062
  *
1063
1063
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1077,7 +1077,7 @@ var ObjectTypeAgro;
1077
1077
  /**
1078
1078
  * VRt.Agro [AG]
1079
1079
  *
1080
- * The version of the OpenAPI document: 6.6.2006
1080
+ * The version of the OpenAPI document: 6.8.2055
1081
1081
  * Contact: servicedesk@veeroute.com
1082
1082
  *
1083
1083
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1087,14 +1087,14 @@ var ObjectTypeAgro;
1087
1087
  /**
1088
1088
  * VRt.Agro [AG]
1089
1089
  *
1090
- * The version of the OpenAPI document: 6.6.2006
1090
+ * The version of the OpenAPI document: 6.8.2055
1091
1091
  * Contact: servicedesk@veeroute.com
1092
1092
  *
1093
1093
  * NOTE: This class is auto generated by OpenAPI Generator.
1094
1094
  * Do not edit the class manually.
1095
1095
  */
1096
1096
  /**
1097
- * Type of operation: * `HARVEST` - Harvesting crops * `STORE` - Culture storage * `DRY` - Drying culture * `RELOCATE` - Transportation between production facilities * `CONSUMPTION` - Plant crop consumption * `LOAD` - Loading a culture into a storage location * `UNLOAD` - Unload culture from storage location * `SELL` - Selling culture * `BUY` - Buying culture
1097
+ * Type of [operation](#section/Description/Project): * `HARVEST` - Harvesting crops * `STORE` - Crop storage * `DRY` - Drying crop * `RELOCATE` - Transportation between production facilities * `CONSUMPTION` - Plant crop consumption * `LOAD` - Loading a crop into a storage location * `UNLOAD` - Unload crop from storage location * `SELL` - Sale of crop from the elevator to the market (under a specific contract) * `BUY` - Buying a crop from the market to the factory (under a specific contract)
1098
1098
  */
1099
1099
  var OperationTypeAgro;
1100
1100
  (function (OperationTypeAgro) {
@@ -1112,7 +1112,7 @@ var OperationTypeAgro;
1112
1112
  /**
1113
1113
  * VRt.Agro [AG]
1114
1114
  *
1115
- * The version of the OpenAPI document: 6.6.2006
1115
+ * The version of the OpenAPI document: 6.8.2055
1116
1116
  * Contact: servicedesk@veeroute.com
1117
1117
  *
1118
1118
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1122,7 +1122,7 @@ var OperationTypeAgro;
1122
1122
  /**
1123
1123
  * VRt.Agro [AG]
1124
1124
  *
1125
- * The version of the OpenAPI document: 6.6.2006
1125
+ * The version of the OpenAPI document: 6.8.2055
1126
1126
  * Contact: servicedesk@veeroute.com
1127
1127
  *
1128
1128
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1140,7 +1140,7 @@ var ProjectConfigurationAgro;
1140
1140
  /**
1141
1141
  * VRt.Agro [AG]
1142
1142
  *
1143
- * The version of the OpenAPI document: 6.6.2006
1143
+ * The version of the OpenAPI document: 6.8.2055
1144
1144
  * Contact: servicedesk@veeroute.com
1145
1145
  *
1146
1146
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1150,7 +1150,7 @@ var ProjectConfigurationAgro;
1150
1150
  /**
1151
1151
  * VRt.Agro [AG]
1152
1152
  *
1153
- * The version of the OpenAPI document: 6.6.2006
1153
+ * The version of the OpenAPI document: 6.8.2055
1154
1154
  * Contact: servicedesk@veeroute.com
1155
1155
  *
1156
1156
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1177,7 +1177,7 @@ var ServiceNameAgro;
1177
1177
  /**
1178
1178
  * VRt.Agro [AG]
1179
1179
  *
1180
- * The version of the OpenAPI document: 6.6.2006
1180
+ * The version of the OpenAPI document: 6.8.2055
1181
1181
  * Contact: servicedesk@veeroute.com
1182
1182
  *
1183
1183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1187,7 +1187,7 @@ var ServiceNameAgro;
1187
1187
  /**
1188
1188
  * VRt.Agro [AG]
1189
1189
  *
1190
- * The version of the OpenAPI document: 6.6.2006
1190
+ * The version of the OpenAPI document: 6.8.2055
1191
1191
  * Contact: servicedesk@veeroute.com
1192
1192
  *
1193
1193
  * NOTE: This class is auto generated by OpenAPI Generator.