@veeroute/lss-agro-angular 6.4.1962 → 6.6.2006

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 (154) hide show
  1. package/README.md +1 -1
  2. package/api/planService.d.ts +1 -1
  3. package/api/planServiceInterface.d.ts +1 -1
  4. package/api/systemService.d.ts +1 -1
  5. package/api/systemServiceInterface.d.ts +1 -1
  6. package/configuration.d.ts +24 -0
  7. package/esm2020/api/planService.mjs +26 -10
  8. package/esm2020/api/planServiceInterface.mjs +1 -1
  9. package/esm2020/api/systemService.mjs +12 -5
  10. package/esm2020/api/systemServiceInterface.mjs +1 -1
  11. package/esm2020/api.module.mjs +1 -1
  12. package/esm2020/configuration.mjs +20 -1
  13. package/esm2020/index.mjs +2 -1
  14. package/esm2020/model/attribute.mjs +2 -2
  15. package/esm2020/model/bunker.mjs +1 -1
  16. package/esm2020/model/calculationAsyncResult.mjs +1 -1
  17. package/esm2020/model/calculationInfo.mjs +1 -1
  18. package/esm2020/model/calculationSettings.mjs +2 -2
  19. package/esm2020/model/calculationState.mjs +1 -1
  20. package/esm2020/model/calculationStatus.mjs +2 -3
  21. package/esm2020/model/capacityForecastElement.mjs +1 -1
  22. package/esm2020/model/chamber.mjs +1 -1
  23. package/esm2020/model/checkResult.mjs +2 -2
  24. package/esm2020/model/consumer.mjs +1 -1
  25. package/esm2020/model/contract.mjs +1 -1
  26. package/esm2020/model/contractType.mjs +2 -3
  27. package/esm2020/model/costForecastElement.mjs +1 -1
  28. package/esm2020/model/crop.mjs +1 -1
  29. package/esm2020/model/cropType.mjs +2 -3
  30. package/esm2020/model/custom400WithErrorsAndWarnings.mjs +2 -0
  31. package/esm2020/model/dateWindow.mjs +2 -2
  32. package/esm2020/model/dryer.mjs +1 -1
  33. package/esm2020/model/elevator.mjs +1 -1
  34. package/esm2020/model/entityError.mjs +1 -1
  35. package/esm2020/model/entityErrorType.mjs +2 -3
  36. package/esm2020/model/entityPath.mjs +1 -1
  37. package/esm2020/model/entityType.mjs +2 -3
  38. package/esm2020/model/entityWarning.mjs +1 -1
  39. package/esm2020/model/entityWarningType.mjs +2 -3
  40. package/esm2020/model/factory.mjs +1 -1
  41. package/esm2020/model/field.mjs +1 -1
  42. package/esm2020/model/gate.mjs +1 -1
  43. package/esm2020/model/general401.mjs +2 -0
  44. package/esm2020/model/general402.mjs +2 -0
  45. package/esm2020/model/general404.mjs +2 -0
  46. package/esm2020/model/general404Detail.mjs +2 -0
  47. package/esm2020/model/general429.mjs +2 -0
  48. package/esm2020/model/general500.mjs +2 -0
  49. package/esm2020/model/humidityForecastElement.mjs +1 -1
  50. package/esm2020/model/leftover.mjs +2 -2
  51. package/esm2020/model/market.mjs +1 -1
  52. package/esm2020/model/models.mjs +8 -8
  53. package/esm2020/model/movementMatrixElement.mjs +2 -2
  54. package/esm2020/model/objectType.mjs +2 -3
  55. package/esm2020/model/operation.mjs +1 -1
  56. package/esm2020/model/operationMeasurements.mjs +2 -2
  57. package/esm2020/model/operationTarget.mjs +1 -1
  58. package/esm2020/model/operationType.mjs +2 -3
  59. package/esm2020/model/planResult.mjs +1 -1
  60. package/esm2020/model/planSettings.mjs +1 -1
  61. package/esm2020/model/planStatistics.mjs +2 -2
  62. package/esm2020/model/planTask.mjs +1 -1
  63. package/esm2020/model/priceForecastElement.mjs +1 -1
  64. package/esm2020/model/pricelist.mjs +1 -1
  65. package/esm2020/model/productivityForecastElement.mjs +1 -1
  66. package/esm2020/model/projectConfiguration.mjs +2 -3
  67. package/esm2020/model/projectSettings.mjs +1 -1
  68. package/esm2020/model/schemaError.mjs +2 -2
  69. package/esm2020/model/serviceName.mjs +2 -3
  70. package/esm2020/model/silo.mjs +1 -1
  71. package/esm2020/model/stockForecastElement.mjs +1 -1
  72. package/esm2020/model/storage.mjs +1 -1
  73. package/esm2020/model/tracedata.mjs +1 -1
  74. package/esm2020/model/unplannedItems.mjs +2 -2
  75. package/esm2020/model/validateResult.mjs +1 -1
  76. package/esm2020/model/versionResult.mjs +2 -2
  77. package/esm2020/param.mjs +2 -0
  78. package/fesm2015/veeroute-lss-agro-angular.mjs +65 -33
  79. package/fesm2015/veeroute-lss-agro-angular.mjs.map +1 -1
  80. package/fesm2020/veeroute-lss-agro-angular.mjs +76 -44
  81. package/fesm2020/veeroute-lss-agro-angular.mjs.map +1 -1
  82. package/index.d.ts +1 -0
  83. package/model/attribute.d.ts +1 -1
  84. package/model/bunker.d.ts +1 -1
  85. package/model/calculationAsyncResult.d.ts +1 -1
  86. package/model/calculationInfo.d.ts +1 -1
  87. package/model/calculationSettings.d.ts +1 -1
  88. package/model/calculationState.d.ts +1 -1
  89. package/model/calculationStatus.d.ts +1 -1
  90. package/model/capacityForecastElement.d.ts +1 -1
  91. package/model/chamber.d.ts +1 -1
  92. package/model/checkResult.d.ts +1 -1
  93. package/model/consumer.d.ts +1 -1
  94. package/model/contract.d.ts +1 -1
  95. package/model/contractType.d.ts +1 -1
  96. package/model/costForecastElement.d.ts +1 -1
  97. package/model/crop.d.ts +1 -1
  98. package/model/cropType.d.ts +1 -1
  99. package/model/{inlineResponse400.d.ts → custom400WithErrorsAndWarnings.d.ts} +3 -3
  100. package/model/dateWindow.d.ts +1 -1
  101. package/model/dryer.d.ts +1 -1
  102. package/model/elevator.d.ts +1 -1
  103. package/model/entityError.d.ts +1 -1
  104. package/model/entityErrorType.d.ts +1 -1
  105. package/model/entityPath.d.ts +1 -1
  106. package/model/entityType.d.ts +1 -1
  107. package/model/entityWarning.d.ts +1 -1
  108. package/model/entityWarningType.d.ts +1 -1
  109. package/model/factory.d.ts +1 -1
  110. package/model/field.d.ts +1 -1
  111. package/model/gate.d.ts +1 -1
  112. package/model/{inlineResponse401.d.ts → general401.d.ts} +3 -3
  113. package/model/{inlineResponse402.d.ts → general402.d.ts} +3 -3
  114. package/model/{inlineResponse404.d.ts → general404.d.ts} +5 -5
  115. package/model/{inlineResponse404Detail.d.ts → general404Detail.d.ts} +2 -2
  116. package/model/{inlineResponse429.d.ts → general429.d.ts} +3 -3
  117. package/model/{inlineResponse500.d.ts → general500.d.ts} +3 -3
  118. package/model/humidityForecastElement.d.ts +1 -1
  119. package/model/leftover.d.ts +1 -1
  120. package/model/market.d.ts +1 -1
  121. package/model/models.d.ts +7 -7
  122. package/model/movementMatrixElement.d.ts +1 -1
  123. package/model/objectType.d.ts +1 -1
  124. package/model/operation.d.ts +1 -1
  125. package/model/operationMeasurements.d.ts +1 -1
  126. package/model/operationTarget.d.ts +1 -1
  127. package/model/operationType.d.ts +1 -1
  128. package/model/planResult.d.ts +1 -1
  129. package/model/planSettings.d.ts +1 -1
  130. package/model/planStatistics.d.ts +1 -1
  131. package/model/planTask.d.ts +1 -1
  132. package/model/priceForecastElement.d.ts +1 -1
  133. package/model/pricelist.d.ts +1 -1
  134. package/model/productivityForecastElement.d.ts +1 -1
  135. package/model/projectConfiguration.d.ts +1 -1
  136. package/model/projectSettings.d.ts +1 -1
  137. package/model/schemaError.d.ts +1 -1
  138. package/model/serviceName.d.ts +1 -1
  139. package/model/silo.d.ts +1 -1
  140. package/model/stockForecastElement.d.ts +1 -1
  141. package/model/storage.d.ts +1 -1
  142. package/model/tracedata.d.ts +1 -1
  143. package/model/unplannedItems.d.ts +1 -1
  144. package/model/validateResult.d.ts +1 -1
  145. package/model/versionResult.d.ts +1 -1
  146. package/package.json +1 -1
  147. package/param.d.ts +37 -0
  148. package/esm2020/model/inlineResponse400.mjs +0 -2
  149. package/esm2020/model/inlineResponse401.mjs +0 -2
  150. package/esm2020/model/inlineResponse402.mjs +0 -2
  151. package/esm2020/model/inlineResponse404.mjs +0 -2
  152. package/esm2020/model/inlineResponse404Detail.mjs +0 -2
  153. package/esm2020/model/inlineResponse429.mjs +0 -2
  154. package/esm2020/model/inlineResponse500.mjs +0 -2
@@ -39,6 +39,12 @@ class Configuration {
39
39
  this.basePath = configurationParameters.basePath;
40
40
  this.withCredentials = configurationParameters.withCredentials;
41
41
  this.encoder = configurationParameters.encoder;
42
+ if (configurationParameters.encodeParam) {
43
+ this.encodeParam = configurationParameters.encodeParam;
44
+ }
45
+ else {
46
+ this.encodeParam = param => this.defaultEncodeParam(param);
47
+ }
42
48
  if (configurationParameters.credentials) {
43
49
  this.credentials = configurationParameters.credentials;
44
50
  }
@@ -108,12 +114,25 @@ class Configuration {
108
114
  ? value()
109
115
  : value;
110
116
  }
117
+ defaultEncodeParam(param) {
118
+ // This implementation exists as fallback for missing configuration
119
+ // and for backwards compatibility to older typescript-angular generator versions.
120
+ // It only works for the 'simple' parameter style.
121
+ // Date-handling only works for the 'date-time' format.
122
+ // All other styles and Date-formats are probably handled incorrectly.
123
+ //
124
+ // But: if that's all you need (i.e.: the most common use-case): no need for customization!
125
+ const value = param.dataFormat === 'date-time' && param.value instanceof Date
126
+ ? param.value.toISOString()
127
+ : param.value;
128
+ return encodeURIComponent(String(value));
129
+ }
111
130
  }
112
131
 
113
132
  /**
114
133
  * VRt.Agro [AG]
115
134
  *
116
- * The version of the OpenAPI document: 6.4.1962
135
+ * The version of the OpenAPI document: 6.6.2006
117
136
  * Contact: servicedesk@veeroute.com
118
137
  *
119
138
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -129,6 +148,9 @@ class PlanService {
129
148
  this.configuration = configuration;
130
149
  }
131
150
  if (typeof this.configuration.basePath !== 'string') {
151
+ if (Array.isArray(basePath) && basePath.length > 0) {
152
+ basePath = basePath[0];
153
+ }
132
154
  if (typeof basePath !== 'string') {
133
155
  basePath = this.basePath;
134
156
  }
@@ -136,6 +158,7 @@ class PlanService {
136
158
  }
137
159
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
138
160
  }
161
+ // @ts-ignore
139
162
  addToHttpParams(httpParams, value, key) {
140
163
  if (typeof value === "object" && value instanceof Date === false) {
141
164
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -212,7 +235,8 @@ class PlanService {
212
235
  responseType_ = 'blob';
213
236
  }
214
237
  }
215
- return this.httpClient.delete(`${this.configuration.basePath}/agro/plan/calculation_async/${encodeURIComponent(String(id))}`, {
238
+ let localVarPath = `/agro/plan/calculation_async/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
239
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
216
240
  context: localVarHttpContext,
217
241
  responseType: responseType_,
218
242
  withCredentials: this.configuration.withCredentials,
@@ -260,7 +284,8 @@ class PlanService {
260
284
  responseType_ = 'blob';
261
285
  }
262
286
  }
263
- return this.httpClient.delete(`${this.configuration.basePath}/agro/plan/result/${encodeURIComponent(String(id))}`, {
287
+ let localVarPath = `/agro/plan/result/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
288
+ return this.httpClient.request('delete', `${this.configuration.basePath}${localVarPath}`, {
264
289
  context: localVarHttpContext,
265
290
  responseType: responseType_,
266
291
  withCredentials: this.configuration.withCredentials,
@@ -308,7 +333,8 @@ class PlanService {
308
333
  responseType_ = 'blob';
309
334
  }
310
335
  }
311
- return this.httpClient.get(`${this.configuration.basePath}/agro/plan/calculation_async/${encodeURIComponent(String(id))}`, {
336
+ let localVarPath = `/agro/plan/calculation_async/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
337
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
312
338
  context: localVarHttpContext,
313
339
  responseType: responseType_,
314
340
  withCredentials: this.configuration.withCredentials,
@@ -356,7 +382,8 @@ class PlanService {
356
382
  responseType_ = 'blob';
357
383
  }
358
384
  }
359
- return this.httpClient.get(`${this.configuration.basePath}/agro/plan/result/${encodeURIComponent(String(id))}`, {
385
+ let localVarPath = `/agro/plan/result/${this.configuration.encodeParam({ name: "id", value: id, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: "uuid" })}`;
386
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
360
387
  context: localVarHttpContext,
361
388
  responseType: responseType_,
362
389
  withCredentials: this.configuration.withCredentials,
@@ -412,8 +439,10 @@ class PlanService {
412
439
  responseType_ = 'blob';
413
440
  }
414
441
  }
415
- return this.httpClient.post(`${this.configuration.basePath}/agro/plan/calculation`, planTaskAgro, {
442
+ let localVarPath = `/agro/plan/calculation`;
443
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
416
444
  context: localVarHttpContext,
445
+ body: planTaskAgro,
417
446
  responseType: responseType_,
418
447
  withCredentials: this.configuration.withCredentials,
419
448
  headers: localVarHeaders,
@@ -468,8 +497,10 @@ class PlanService {
468
497
  responseType_ = 'blob';
469
498
  }
470
499
  }
471
- return this.httpClient.post(`${this.configuration.basePath}/agro/plan/calculation_async`, planTaskAgro, {
500
+ let localVarPath = `/agro/plan/calculation_async`;
501
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
472
502
  context: localVarHttpContext,
503
+ body: planTaskAgro,
473
504
  responseType: responseType_,
474
505
  withCredentials: this.configuration.withCredentials,
475
506
  headers: localVarHeaders,
@@ -533,8 +564,10 @@ class PlanService {
533
564
  responseType_ = 'blob';
534
565
  }
535
566
  }
536
- return this.httpClient.post(`${this.configuration.basePath}/agro/plan/clip/${encodeURIComponent(String(clipKey))}`, planTaskAgro, {
567
+ let localVarPath = `/agro/plan/clip/${this.configuration.encodeParam({ name: "clipKey", value: clipKey, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
568
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
537
569
  context: localVarHttpContext,
570
+ body: planTaskAgro,
538
571
  params: localVarQueryParameters,
539
572
  responseType: responseType_,
540
573
  withCredentials: this.configuration.withCredentials,
@@ -590,8 +623,10 @@ class PlanService {
590
623
  responseType_ = 'blob';
591
624
  }
592
625
  }
593
- return this.httpClient.post(`${this.configuration.basePath}/agro/plan/validation`, planTaskAgro, {
626
+ let localVarPath = `/agro/plan/validation`;
627
+ return this.httpClient.request('post', `${this.configuration.basePath}${localVarPath}`, {
594
628
  context: localVarHttpContext,
629
+ body: planTaskAgro,
595
630
  responseType: responseType_,
596
631
  withCredentials: this.configuration.withCredentials,
597
632
  headers: localVarHeaders,
@@ -619,7 +654,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
619
654
  /**
620
655
  * VRt.Agro [AG]
621
656
  *
622
- * The version of the OpenAPI document: 6.4.1962
657
+ * The version of the OpenAPI document: 6.6.2006
623
658
  * Contact: servicedesk@veeroute.com
624
659
  *
625
660
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -635,6 +670,9 @@ class SystemService {
635
670
  this.configuration = configuration;
636
671
  }
637
672
  if (typeof this.configuration.basePath !== 'string') {
673
+ if (Array.isArray(basePath) && basePath.length > 0) {
674
+ basePath = basePath[0];
675
+ }
638
676
  if (typeof basePath !== 'string') {
639
677
  basePath = this.basePath;
640
678
  }
@@ -642,6 +680,7 @@ class SystemService {
642
680
  }
643
681
  this.encoder = this.configuration.encoder || new CustomHttpParameterCodec();
644
682
  }
683
+ // @ts-ignore
645
684
  addToHttpParams(httpParams, value, key) {
646
685
  if (typeof value === "object" && value instanceof Date === false) {
647
686
  httpParams = this.addToHttpParamsRecursive(httpParams, value);
@@ -708,7 +747,8 @@ class SystemService {
708
747
  responseType_ = 'blob';
709
748
  }
710
749
  }
711
- return this.httpClient.get(`${this.configuration.basePath}/agro/system/check`, {
750
+ let localVarPath = `/agro/system/check`;
751
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
712
752
  context: localVarHttpContext,
713
753
  responseType: responseType_,
714
754
  withCredentials: this.configuration.withCredentials,
@@ -752,7 +792,8 @@ class SystemService {
752
792
  responseType_ = 'blob';
753
793
  }
754
794
  }
755
- return this.httpClient.get(`${this.configuration.basePath}/agro/file/${encodeURIComponent(String(filename))}`, {
795
+ let localVarPath = `/agro/file/${this.configuration.encodeParam({ name: "filename", value: filename, in: "path", style: "simple", explode: false, dataType: "string", dataFormat: undefined })}`;
796
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
756
797
  context: localVarHttpContext,
757
798
  responseType: responseType_,
758
799
  withCredentials: this.configuration.withCredentials,
@@ -790,7 +831,8 @@ class SystemService {
790
831
  responseType_ = 'blob';
791
832
  }
792
833
  }
793
- return this.httpClient.get(`${this.configuration.basePath}/agro/system/version`, {
834
+ let localVarPath = `/agro/system/version`;
835
+ return this.httpClient.request('get', `${this.configuration.basePath}${localVarPath}`, {
794
836
  context: localVarHttpContext,
795
837
  responseType: responseType_,
796
838
  withCredentials: this.configuration.withCredentials,
@@ -821,7 +863,7 @@ const APIS = [PlanService, SystemService];
821
863
  /**
822
864
  * VRt.Agro [AG]
823
865
  *
824
- * The version of the OpenAPI document: 6.4.1962
866
+ * The version of the OpenAPI document: 6.6.2006
825
867
  * Contact: servicedesk@veeroute.com
826
868
  *
827
869
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -831,7 +873,7 @@ const APIS = [PlanService, SystemService];
831
873
  /**
832
874
  * VRt.Agro [AG]
833
875
  *
834
- * The version of the OpenAPI document: 6.4.1962
876
+ * The version of the OpenAPI document: 6.6.2006
835
877
  * Contact: servicedesk@veeroute.com
836
878
  *
837
879
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -841,7 +883,7 @@ const APIS = [PlanService, SystemService];
841
883
  /**
842
884
  * VRt.Agro [AG]
843
885
  *
844
- * The version of the OpenAPI document: 6.4.1962
886
+ * The version of the OpenAPI document: 6.6.2006
845
887
  * Contact: servicedesk@veeroute.com
846
888
  *
847
889
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -860,12 +902,11 @@ var CalculationStatusAgro;
860
902
  CalculationStatusAgro["CANCELED_BY_TIMEOUT"] = "CANCELED_BY_TIMEOUT";
861
903
  CalculationStatusAgro["FAILED"] = "FAILED";
862
904
  })(CalculationStatusAgro || (CalculationStatusAgro = {}));
863
- ;
864
905
 
865
906
  /**
866
907
  * VRt.Agro [AG]
867
908
  *
868
- * The version of the OpenAPI document: 6.4.1962
909
+ * The version of the OpenAPI document: 6.6.2006
869
910
  * Contact: servicedesk@veeroute.com
870
911
  *
871
912
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -875,7 +916,7 @@ var CalculationStatusAgro;
875
916
  /**
876
917
  * VRt.Agro [AG]
877
918
  *
878
- * The version of the OpenAPI document: 6.4.1962
919
+ * The version of the OpenAPI document: 6.6.2006
879
920
  * Contact: servicedesk@veeroute.com
880
921
  *
881
922
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -891,12 +932,11 @@ var ContractTypeAgro;
891
932
  ContractTypeAgro["BUY_WITH_DELIVERY"] = "BUY_WITH_DELIVERY";
892
933
  ContractTypeAgro["BUY"] = "BUY";
893
934
  })(ContractTypeAgro || (ContractTypeAgro = {}));
894
- ;
895
935
 
896
936
  /**
897
937
  * VRt.Agro [AG]
898
938
  *
899
- * The version of the OpenAPI document: 6.4.1962
939
+ * The version of the OpenAPI document: 6.6.2006
900
940
  * Contact: servicedesk@veeroute.com
901
941
  *
902
942
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -910,12 +950,11 @@ var CropTypeAgro;
910
950
  CropTypeAgro["DRY"] = "DRY";
911
951
  CropTypeAgro["WET"] = "WET";
912
952
  })(CropTypeAgro || (CropTypeAgro = {}));
913
- ;
914
953
 
915
954
  /**
916
955
  * VRt.Agro [AG]
917
956
  *
918
- * The version of the OpenAPI document: 6.4.1962
957
+ * The version of the OpenAPI document: 6.6.2006
919
958
  * Contact: servicedesk@veeroute.com
920
959
  *
921
960
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -925,7 +964,7 @@ var CropTypeAgro;
925
964
  /**
926
965
  * VRt.Agro [AG]
927
966
  *
928
- * The version of the OpenAPI document: 6.4.1962
967
+ * The version of the OpenAPI document: 6.6.2006
929
968
  * Contact: servicedesk@veeroute.com
930
969
  *
931
970
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -944,12 +983,11 @@ var EntityErrorTypeAgro;
944
983
  EntityErrorTypeAgro["INVALID_LEFTOVER_PER_ONE_TARGET"] = "INVALID_LEFTOVER_PER_ONE_TARGET";
945
984
  EntityErrorTypeAgro["INVALID_CHAMBER_VARIANTS"] = "INVALID_CHAMBER_VARIANTS";
946
985
  })(EntityErrorTypeAgro || (EntityErrorTypeAgro = {}));
947
- ;
948
986
 
949
987
  /**
950
988
  * VRt.Agro [AG]
951
989
  *
952
- * The version of the OpenAPI document: 6.4.1962
990
+ * The version of the OpenAPI document: 6.6.2006
953
991
  * Contact: servicedesk@veeroute.com
954
992
  *
955
993
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -976,12 +1014,11 @@ var EntityTypeAgro;
976
1014
  EntityTypeAgro["LEFTOVER"] = "LEFTOVER";
977
1015
  EntityTypeAgro["FORECAST_ELEMENT"] = "FORECAST_ELEMENT";
978
1016
  })(EntityTypeAgro || (EntityTypeAgro = {}));
979
- ;
980
1017
 
981
1018
  /**
982
1019
  * VRt.Agro [AG]
983
1020
  *
984
- * The version of the OpenAPI document: 6.4.1962
1021
+ * The version of the OpenAPI document: 6.6.2006
985
1022
  * Contact: servicedesk@veeroute.com
986
1023
  *
987
1024
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -996,12 +1033,11 @@ var EntityWarningTypeAgro;
996
1033
  EntityWarningTypeAgro["AVAILABLE_MOVEMENT"] = "NO_AVAILABLE_MOVEMENT";
997
1034
  EntityWarningTypeAgro["AVAILABLE_CONSUMER"] = "NO_AVAILABLE_CONSUMER";
998
1035
  })(EntityWarningTypeAgro || (EntityWarningTypeAgro = {}));
999
- ;
1000
1036
 
1001
1037
  /**
1002
1038
  * VRt.Agro [AG]
1003
1039
  *
1004
- * The version of the OpenAPI document: 6.4.1962
1040
+ * The version of the OpenAPI document: 6.6.2006
1005
1041
  * Contact: servicedesk@veeroute.com
1006
1042
  *
1007
1043
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1011,7 +1047,7 @@ var EntityWarningTypeAgro;
1011
1047
  /**
1012
1048
  * VRt.Agro [AG]
1013
1049
  *
1014
- * The version of the OpenAPI document: 6.4.1962
1050
+ * The version of the OpenAPI document: 6.6.2006
1015
1051
  * Contact: servicedesk@veeroute.com
1016
1052
  *
1017
1053
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1021,7 +1057,7 @@ var EntityWarningTypeAgro;
1021
1057
  /**
1022
1058
  * VRt.Agro [AG]
1023
1059
  *
1024
- * The version of the OpenAPI document: 6.4.1962
1060
+ * The version of the OpenAPI document: 6.6.2006
1025
1061
  * Contact: servicedesk@veeroute.com
1026
1062
  *
1027
1063
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1037,12 +1073,11 @@ var ObjectTypeAgro;
1037
1073
  ObjectTypeAgro["FACTORY"] = "FACTORY";
1038
1074
  ObjectTypeAgro["MARKET"] = "MARKET";
1039
1075
  })(ObjectTypeAgro || (ObjectTypeAgro = {}));
1040
- ;
1041
1076
 
1042
1077
  /**
1043
1078
  * VRt.Agro [AG]
1044
1079
  *
1045
- * The version of the OpenAPI document: 6.4.1962
1080
+ * The version of the OpenAPI document: 6.6.2006
1046
1081
  * Contact: servicedesk@veeroute.com
1047
1082
  *
1048
1083
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1052,7 +1087,7 @@ var ObjectTypeAgro;
1052
1087
  /**
1053
1088
  * VRt.Agro [AG]
1054
1089
  *
1055
- * The version of the OpenAPI document: 6.4.1962
1090
+ * The version of the OpenAPI document: 6.6.2006
1056
1091
  * Contact: servicedesk@veeroute.com
1057
1092
  *
1058
1093
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1073,12 +1108,11 @@ var OperationTypeAgro;
1073
1108
  OperationTypeAgro["SELL"] = "SELL";
1074
1109
  OperationTypeAgro["BUY"] = "BUY";
1075
1110
  })(OperationTypeAgro || (OperationTypeAgro = {}));
1076
- ;
1077
1111
 
1078
1112
  /**
1079
1113
  * VRt.Agro [AG]
1080
1114
  *
1081
- * The version of the OpenAPI document: 6.4.1962
1115
+ * The version of the OpenAPI document: 6.6.2006
1082
1116
  * Contact: servicedesk@veeroute.com
1083
1117
  *
1084
1118
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1088,7 +1122,7 @@ var OperationTypeAgro;
1088
1122
  /**
1089
1123
  * VRt.Agro [AG]
1090
1124
  *
1091
- * The version of the OpenAPI document: 6.4.1962
1125
+ * The version of the OpenAPI document: 6.6.2006
1092
1126
  * Contact: servicedesk@veeroute.com
1093
1127
  *
1094
1128
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1102,12 +1136,11 @@ var ProjectConfigurationAgro;
1102
1136
  ProjectConfigurationAgro["DISTANCE"] = "OPTIMIZE_DISTANCE";
1103
1137
  ProjectConfigurationAgro["COST"] = "OPTIMIZE_COST";
1104
1138
  })(ProjectConfigurationAgro || (ProjectConfigurationAgro = {}));
1105
- ;
1106
1139
 
1107
1140
  /**
1108
1141
  * VRt.Agro [AG]
1109
1142
  *
1110
- * The version of the OpenAPI document: 6.4.1962
1143
+ * The version of the OpenAPI document: 6.6.2006
1111
1144
  * Contact: servicedesk@veeroute.com
1112
1145
  *
1113
1146
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1117,7 +1150,7 @@ var ProjectConfigurationAgro;
1117
1150
  /**
1118
1151
  * VRt.Agro [AG]
1119
1152
  *
1120
- * The version of the OpenAPI document: 6.4.1962
1153
+ * The version of the OpenAPI document: 6.6.2006
1121
1154
  * Contact: servicedesk@veeroute.com
1122
1155
  *
1123
1156
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1140,12 +1173,11 @@ var ServiceNameAgro;
1140
1173
  ServiceNameAgro["CLUSTER"] = "CLUSTER";
1141
1174
  ServiceNameAgro["CARGOTIMETABLE"] = "CARGOTIMETABLE";
1142
1175
  })(ServiceNameAgro || (ServiceNameAgro = {}));
1143
- ;
1144
1176
 
1145
1177
  /**
1146
1178
  * VRt.Agro [AG]
1147
1179
  *
1148
- * The version of the OpenAPI document: 6.4.1962
1180
+ * The version of the OpenAPI document: 6.6.2006
1149
1181
  * Contact: servicedesk@veeroute.com
1150
1182
  *
1151
1183
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1155,7 +1187,7 @@ var ServiceNameAgro;
1155
1187
  /**
1156
1188
  * VRt.Agro [AG]
1157
1189
  *
1158
- * The version of the OpenAPI document: 6.4.1962
1190
+ * The version of the OpenAPI document: 6.6.2006
1159
1191
  * Contact: servicedesk@veeroute.com
1160
1192
  *
1161
1193
  * NOTE: This class is auto generated by OpenAPI Generator.