@veeroute/lss-packer-angular 4.7.1607 → 5.1.1673

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 (104) hide show
  1. package/README.md +1 -1
  2. package/api/convertService.d.ts +2 -4
  3. package/api/convertServiceInterface.d.ts +2 -4
  4. package/api/packService.d.ts +3 -5
  5. package/api/packServiceInterface.d.ts +3 -5
  6. package/api/systemService.d.ts +2 -4
  7. package/api/systemServiceInterface.d.ts +2 -4
  8. package/bundles/veeroute-lss-packer-angular.umd.js +34 -39
  9. package/bundles/veeroute-lss-packer-angular.umd.js.map +1 -1
  10. package/cfg/method_groups.json +3 -3
  11. package/esm2015/api/convertService.js +3 -5
  12. package/esm2015/api/convertServiceInterface.js +1 -1
  13. package/esm2015/api/packService.js +3 -5
  14. package/esm2015/api/packServiceInterface.js +1 -1
  15. package/esm2015/api/systemService.js +3 -5
  16. package/esm2015/api/systemServiceInterface.js +1 -1
  17. package/esm2015/model/attribute.js +11 -0
  18. package/esm2015/model/calculationAsyncResult.js +1 -1
  19. package/esm2015/model/calculationInfo.js +1 -1
  20. package/esm2015/model/calculationSettings.js +3 -5
  21. package/esm2015/model/calculationState.js +1 -1
  22. package/esm2015/model/calculationStatus.js +3 -5
  23. package/esm2015/model/checkResult.js +3 -5
  24. package/esm2015/model/coordinates.js +3 -5
  25. package/esm2015/model/dimensions.js +3 -5
  26. package/esm2015/model/entityError.js +1 -1
  27. package/esm2015/model/entityErrorType.js +14 -6
  28. package/esm2015/model/entityPath.js +1 -1
  29. package/esm2015/model/entityType.js +3 -5
  30. package/esm2015/model/entityValidation.js +1 -1
  31. package/esm2015/model/entityValidationType.js +8 -7
  32. package/esm2015/model/inlineResponse400.js +1 -1
  33. package/esm2015/model/inlineResponse401.js +1 -1
  34. package/esm2015/model/inlineResponse402.js +1 -1
  35. package/esm2015/model/inlineResponse403.js +1 -1
  36. package/esm2015/model/inlineResponse404.js +1 -1
  37. package/esm2015/model/inlineResponse404Detail.js +1 -1
  38. package/esm2015/model/inlineResponse429.js +1 -1
  39. package/esm2015/model/inlineResponse500.js +1 -1
  40. package/esm2015/model/models.js +3 -1
  41. package/esm2015/model/packResult.js +1 -1
  42. package/esm2015/model/packSettings.js +1 -1
  43. package/esm2015/model/packStatistics.js +1 -12
  44. package/esm2015/model/packTask.js +1 -1
  45. package/esm2015/model/package.js +1 -1
  46. package/esm2015/model/packageLayout.js +1 -1
  47. package/esm2015/model/packageStatistics.js +2 -0
  48. package/esm2015/model/packageType.js +3 -5
  49. package/esm2015/model/product.js +1 -1
  50. package/esm2015/model/productGroupLayout.js +1 -1
  51. package/esm2015/model/productLayout.js +1 -1
  52. package/esm2015/model/renderTask.js +1 -1
  53. package/esm2015/model/schemaError.js +3 -5
  54. package/esm2015/model/serviceName.js +3 -5
  55. package/esm2015/model/tracedata.js +1 -1
  56. package/esm2015/model/unpackedItems.js +3 -5
  57. package/esm2015/model/validateResult.js +1 -1
  58. package/esm2015/model/versionResult.js +3 -5
  59. package/fesm2015/veeroute-lss-packer-angular.js +58 -79
  60. package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
  61. package/model/attribute.d.ts +22 -0
  62. package/model/calculationAsyncResult.d.ts +2 -4
  63. package/model/calculationInfo.d.ts +2 -4
  64. package/model/calculationSettings.d.ts +2 -4
  65. package/model/calculationState.d.ts +2 -4
  66. package/model/calculationStatus.d.ts +2 -4
  67. package/model/checkResult.d.ts +2 -4
  68. package/model/coordinates.d.ts +2 -4
  69. package/model/dimensions.d.ts +2 -4
  70. package/model/entityError.d.ts +2 -4
  71. package/model/entityErrorType.d.ts +14 -6
  72. package/model/entityPath.d.ts +2 -4
  73. package/model/entityType.d.ts +2 -4
  74. package/model/entityValidation.d.ts +2 -4
  75. package/model/entityValidationType.d.ts +7 -6
  76. package/model/inlineResponse400.d.ts +4 -6
  77. package/model/inlineResponse401.d.ts +2 -4
  78. package/model/inlineResponse402.d.ts +2 -4
  79. package/model/inlineResponse403.d.ts +2 -4
  80. package/model/inlineResponse404.d.ts +2 -4
  81. package/model/inlineResponse404Detail.d.ts +2 -4
  82. package/model/inlineResponse429.d.ts +2 -4
  83. package/model/inlineResponse500.d.ts +2 -4
  84. package/model/models.d.ts +2 -0
  85. package/model/packResult.d.ts +3 -5
  86. package/model/packSettings.d.ts +2 -4
  87. package/model/packStatistics.d.ts +6 -11
  88. package/model/packTask.d.ts +2 -4
  89. package/model/package.d.ts +4 -5
  90. package/model/packageLayout.d.ts +2 -4
  91. package/model/packageStatistics.d.ts +40 -0
  92. package/model/packageType.d.ts +2 -4
  93. package/model/product.d.ts +5 -6
  94. package/model/productGroupLayout.d.ts +2 -4
  95. package/model/productLayout.d.ts +2 -4
  96. package/model/renderTask.d.ts +2 -4
  97. package/model/schemaError.d.ts +2 -4
  98. package/model/serviceName.d.ts +2 -4
  99. package/model/tracedata.d.ts +3 -5
  100. package/model/unpackedItems.d.ts +2 -4
  101. package/model/validateResult.d.ts +3 -5
  102. package/model/versionResult.d.ts +2 -4
  103. package/package.json +1 -1
  104. package/veeroute-lss-packer-angular.metadata.json +1 -1
@@ -1,13 +1,11 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
4
+ * The version of the OpenAPI document: 5.1.1673
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  export {};
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5wYWNrZWRJdGVtcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3VucGFja2VkSXRlbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlBhY2tlciBbUENdXG4gKiBWZWVyb3V0ZSBQYWNrZXIgQVBJLiAgIyBEZXNjcmlwdGlvbiAgVGhlIHNlcnZpY2UgaXMgZGVzaWduZWQgdG8gY2FsY3VsYXRlIHRoZSBwbGFjZW1lbnQgb2YgZ29vZHMgaW5zaWRlIHNwZWNpZmllZCBwYWNrYWdlcy4gICMjIFBhY2thZ2UgdHlwZXMgICMjIyBQYWxsZXQgICFbcGFsbGV0XSguLi9pbWFnZXMvcGFja2VyX3BhbGxldC5zdmcpICAqTW9ubyBwYWxsZXQqICBJZiBhIHBhbGxldCBpcyBmdWxseSBlcXVpcHBlZCB3aXRoIHRoZSBzYW1lIHByb2R1Y3QsIHRoZW4gc3VjaCBhIHBhbGxldCBpcyBjYWxsZWQgbW9uby1wYWxsZXQsIG1vbm8tcGFsbGV0IGxvYWRpbmcgcnVsZXM6ICAxLiBUaGUgbWF4aW11bSBwZXJtaXNzaWJsZSBoZWlnaHQgb2YgdGhlIHBhbGxldCB3aXRoIHRoZSBnb29kcyBsYWlkIG9uIGl0OiAxODAwIG1tIDEuIE1heGltdW0gcGVybWlzc2libGUgd2VpZ2h0IG9mIHRoZSBsb2FkZWQgcGFsbGV0OiA2NTAga2cgMS4gUGFja2FnZXMgb2YgZ29vZHMgbWF5IG9ubHkgYmUgc3RhY2tlZCBwYXJhbGxlbCB0byB0aGUgcGFsbGV0IHdhbGxzLiAxLiBJdCBpcyBhbGxvd2VkIHRvIHJvdGF0ZSBwYWNrYWdlcyBhcm91bmQgdGhlIHZlcnRpY2FsIFogYXhpcyBhbmQgb25seSBhdCByaWdodCBhbmdsZXMuIDEuIFRvIGxldmVsIHRoZSBoZWlnaHQgYmV0d2VlbiBwb3NpdGlvbnMgKGZvciBwbGFjaW5nIGFub3RoZXIgcGFsbGV0IG9uIHRvcCksIGVtcHR5IHNwYWNlcyBjYW4gYmUgYWRkZWQgdG8gdGhlIHN0YWNraW5nIGluIGxheWVycy4gICpab25lZCBwYWxsZXQqICBBZnRlciB0aGUgZm9ybWF0aW9uIG9mIG1vbm8tcGFsbGV0cywgdGhlIHJlbWFpbmluZyBwYXJ0IG9mIHRoZSBnb29kcyBvZiB0aGUgc2FtZSBhcnRpY2xlIGlzIHBsYWNlZCBvbiB0aGUgbmV4dCBwYWxsZXQsIHdoaWNoIGlzIGRpdmlkZWQgaW50byB6b25lcyBieSBtZWFucyBvZiBhIGNhcmRib2FyZCBwYXJ0aXRpb24gaW4gc3VjaCBhIHdheSB0aGF0IG9ubHkgb25lIGFydGljbGUgaXMgcGxhY2VkIGluIGVhY2ggem9uZSwgdGhlIHpvbmVzIGhhdmUgdGhlIGZvbGxvd2luZyByZXN0cmljdGlvbnM6ICAxLiBab25lcyBhcmUgcmVjdGFuZ3VsYXIuIDEuIFRoZSByYXRpbyBiZXR3ZWVuIHRoZSBzaWRlcyBvZiB0aGUgem9uZXMgY2FuIGJlIGFueS4gMS4gT25lIHNpZGUgb2YgYW55IHpvbmUgaXMgYWx3YXlzIGluIGNvbnRhY3Qgd2l0aCB0aGUgZWRnZSBvZiB0aGUgcGFsbGV0LiAxLiBBbGxvd2FibGUgbnVtYmVyIG9mIHpvbmVzIG9uIGEgcGFsbGV0OiBmcm9tIDIgdG8gNi4gMS4gRWFjaCB6b25lIGlzIGZpbGxlZCBhY2NvcmRpbmcgdG8gdGhlIHJ1bGVzIGZvciBmaWxsaW5nIGEgbW9uby1wYWxsZXQuIDEuIFRoZSBzdGFja2luZyBoZWlnaHQgb2YgYWxsIGdvb2RzIGRvZXMgbm90IGV4Y2VlZCA1MCBtbSwgc28gdGhhdCBhbm90aGVyIHBhbGxldCBjYW4gYmUgcGxhY2VkIG9uIHRvcCBvZiBzdWNoIGEgcGFsbGV0LiAxLiBJdCBpcyBhbGxvd2VkIHRvIGZvcm0gcGFsbGV0cyB3aXRoIGRpZmZlcmVudCBzdGFja2luZyBoZWlnaHRzIGZvciBkaWZmZXJlbnQgcG9zaXRpb25zICh0aGUgZGlmZmVyZW5jZSBpbiBoZWlnaHRzIGlzIG1vcmUgdGhhbiA1MCBtbSksIGlmIHRoZXNlIGFyZSB0aGUgdG9wIHBhbGxldHMgaW4gYSBzdGFjay4gICMjIyBNaXggYm94ICAhW21peGJveF0oLi4vaW1hZ2VzL3BhY2tlcl9taXhib3guc3ZnKSAgSWYgdGhlIHN0ZXBzIGFib3ZlIGZhaWwgdG8gcGxhY2UgdGhlIGl0ZW0gaW4gdGhpcyB3YXksIHNvIHRoYXQgdGhlIHBhbGxldCBoYXMgdGhlIHJlcXVpcmVkIGhlaWdodCBvciB3ZWlnaHQsIG1peCBib3hlcyBhcmUgdXNlZDogIDEuIE1peCBib3hlcyBjYW4gb25seSBiZSBwbGFjZWQgaW4gb25lIGxheWVyLiAxLiBJbiBvbmUgbWl4LWJveCB0aGVyZSBjYW4gYmUgZGlmZmVyZW50IGdvb2RzLCBpbiB0aGlzIGNhc2UgaXQgaXMgZGl2aWRlZCBieSBwYXJ0aXRpb25zIHNpbWlsYXJseSB0byB0aGUgcGFsbGV0ICh0aGUgb25seSBkaWZmZXJlbmNlIGlzIHRoYXQgdGhlIGhlaWdodCBvZiB0aGUgcGFja2VkIGdvb2RzIGlzIG5vdCBhbGlnbmVkKS4gMS4gTWl4IGJveGVzIGNhbiBiZSBtaXhlZCB3aXRoIGl0ZW1zIG9uIG9uZSBwYWxsZXQuIDEuIE9uZSBwcm9kdWN0IGNhbiBiZSBwYWNrZWQgaW4gZGlmZmVyZW50IG1peCBib3hlcy4gICMjIyBTbG90ICAhW3Nsb3RdKC4uL2ltYWdlcy9wYWNrZXJfc2xvdC5zdmcpICBMb2FkZWQgcGFsbGV0cyBhcmUgc3RhY2tlZCBvbiB0b3Agb2YgZWFjaCBvdGhlciwgdGhlIHNsb3QgaXMgd2hlcmUgdGhlIHN0YWNrIG9mIHBhbGxldHMgaXMgcGxhY2VkLiBUaGUgc2xvdCBoYXMgbm8gcGh5c2ljYWwgYm9keSAtIHNvIHRoZSBkaW1lbnNpb25zIG9mIHRoZSBgYm9keWAgb2YgdGhlIHNsb3QgYXJlIHplcm8uICAjIyBDb29yZGluYXRlIHN5c3RlbSAgIVtjb29yZGluYXRlc10oLi4vaW1hZ2VzL3BhY2tlcl9jb29yZGluYXRlcy5zdmcpICBUaGUgbG9jYWwgY29vcmRpbmF0ZSBzeXN0ZW0gaXMgdXNlZCB0byBpbmRpY2F0ZSB0aGUgbG9jYXRpb24gb2YgcGFja2FnZXMgYW5kIGdvb2RzLCBpbiB3aGljaCB0aGUgY29vcmRpbmF0ZXMgb2YgYSBwYXJ0aWN1bGFyIG9iamVjdCBhcmUgaW5kaWNhdGVkIHJlbGF0aXZlIHRvIHRoZSBuZWFyLWxlZnQgbG93ZXIgY29ybmVyIG9mIHRoZSBwYXJlbnQgb2JqZWN0LCB3aGlsZTogICogSG9yaXpvbnRhbCBwbGFuZSAtICoqWCoqLCAqKlkqKiBheGVzICogVmVydGljYWwgLSAqKloqKiBheGlzICAjIyBFbnRpdHkgcmVsYXRpb25zaGlwIGRpYWdyYW0gICFbZXJkXSguLi91bWwvcGFja2VyLnN2ZylcbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC43LjE2MDdcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogVW5wYWNrZWQgaXRlbXMgbGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBVbnBhY2tlZEl0ZW1zUGFja2VyIHsgXG4gICAgLyoqXG4gICAgICogVW5wYWNrZWQgcHJvZHVjdCBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcHJvZHVjdF9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbiAgICAvKipcbiAgICAgKiBVbnVzZWQgcGFja2FnZSBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcGFja2FnZV9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbn1cblxuIl19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5wYWNrZWRJdGVtcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3VucGFja2VkSXRlbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5QYWNrZXIgW1BDXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA1LjEuMTY3M1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogVW5wYWNrZWQgaXRlbXMgbGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBVbnBhY2tlZEl0ZW1zUGFja2VyIHsgXG4gICAgLyoqXG4gICAgICogVW5wYWNrZWQgcHJvZHVjdCBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcHJvZHVjdF9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbiAgICAvKipcbiAgICAgKiBVbnVzZWQgcGFja2FnZSBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcGFja2FnZV9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbn1cblxuIl19
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGVSZXN1bHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC92YWxpZGF0ZVJlc3VsdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuUGFja2VyIFtQQ11cbiAqIFZlZXJvdXRlIFBhY2tlciBBUEkuICAjIERlc2NyaXB0aW9uICBUaGUgc2VydmljZSBpcyBkZXNpZ25lZCB0byBjYWxjdWxhdGUgdGhlIHBsYWNlbWVudCBvZiBnb29kcyBpbnNpZGUgc3BlY2lmaWVkIHBhY2thZ2VzLiAgIyMgUGFja2FnZSB0eXBlcyAgIyMjIFBhbGxldCAgIVtwYWxsZXRdKC4uL2ltYWdlcy9wYWNrZXJfcGFsbGV0LnN2ZykgICpNb25vIHBhbGxldCogIElmIGEgcGFsbGV0IGlzIGZ1bGx5IGVxdWlwcGVkIHdpdGggdGhlIHNhbWUgcHJvZHVjdCwgdGhlbiBzdWNoIGEgcGFsbGV0IGlzIGNhbGxlZCBtb25vLXBhbGxldCwgbW9uby1wYWxsZXQgbG9hZGluZyBydWxlczogIDEuIFRoZSBtYXhpbXVtIHBlcm1pc3NpYmxlIGhlaWdodCBvZiB0aGUgcGFsbGV0IHdpdGggdGhlIGdvb2RzIGxhaWQgb24gaXQ6IDE4MDAgbW0gMS4gTWF4aW11bSBwZXJtaXNzaWJsZSB3ZWlnaHQgb2YgdGhlIGxvYWRlZCBwYWxsZXQ6IDY1MCBrZyAxLiBQYWNrYWdlcyBvZiBnb29kcyBtYXkgb25seSBiZSBzdGFja2VkIHBhcmFsbGVsIHRvIHRoZSBwYWxsZXQgd2FsbHMuIDEuIEl0IGlzIGFsbG93ZWQgdG8gcm90YXRlIHBhY2thZ2VzIGFyb3VuZCB0aGUgdmVydGljYWwgWiBheGlzIGFuZCBvbmx5IGF0IHJpZ2h0IGFuZ2xlcy4gMS4gVG8gbGV2ZWwgdGhlIGhlaWdodCBiZXR3ZWVuIHBvc2l0aW9ucyAoZm9yIHBsYWNpbmcgYW5vdGhlciBwYWxsZXQgb24gdG9wKSwgZW1wdHkgc3BhY2VzIGNhbiBiZSBhZGRlZCB0byB0aGUgc3RhY2tpbmcgaW4gbGF5ZXJzLiAgKlpvbmVkIHBhbGxldCogIEFmdGVyIHRoZSBmb3JtYXRpb24gb2YgbW9uby1wYWxsZXRzLCB0aGUgcmVtYWluaW5nIHBhcnQgb2YgdGhlIGdvb2RzIG9mIHRoZSBzYW1lIGFydGljbGUgaXMgcGxhY2VkIG9uIHRoZSBuZXh0IHBhbGxldCwgd2hpY2ggaXMgZGl2aWRlZCBpbnRvIHpvbmVzIGJ5IG1lYW5zIG9mIGEgY2FyZGJvYXJkIHBhcnRpdGlvbiBpbiBzdWNoIGEgd2F5IHRoYXQgb25seSBvbmUgYXJ0aWNsZSBpcyBwbGFjZWQgaW4gZWFjaCB6b25lLCB0aGUgem9uZXMgaGF2ZSB0aGUgZm9sbG93aW5nIHJlc3RyaWN0aW9uczogIDEuIFpvbmVzIGFyZSByZWN0YW5ndWxhci4gMS4gVGhlIHJhdGlvIGJldHdlZW4gdGhlIHNpZGVzIG9mIHRoZSB6b25lcyBjYW4gYmUgYW55LiAxLiBPbmUgc2lkZSBvZiBhbnkgem9uZSBpcyBhbHdheXMgaW4gY29udGFjdCB3aXRoIHRoZSBlZGdlIG9mIHRoZSBwYWxsZXQuIDEuIEFsbG93YWJsZSBudW1iZXIgb2Ygem9uZXMgb24gYSBwYWxsZXQ6IGZyb20gMiB0byA2LiAxLiBFYWNoIHpvbmUgaXMgZmlsbGVkIGFjY29yZGluZyB0byB0aGUgcnVsZXMgZm9yIGZpbGxpbmcgYSBtb25vLXBhbGxldC4gMS4gVGhlIHN0YWNraW5nIGhlaWdodCBvZiBhbGwgZ29vZHMgZG9lcyBub3QgZXhjZWVkIDUwIG1tLCBzbyB0aGF0IGFub3RoZXIgcGFsbGV0IGNhbiBiZSBwbGFjZWQgb24gdG9wIG9mIHN1Y2ggYSBwYWxsZXQuIDEuIEl0IGlzIGFsbG93ZWQgdG8gZm9ybSBwYWxsZXRzIHdpdGggZGlmZmVyZW50IHN0YWNraW5nIGhlaWdodHMgZm9yIGRpZmZlcmVudCBwb3NpdGlvbnMgKHRoZSBkaWZmZXJlbmNlIGluIGhlaWdodHMgaXMgbW9yZSB0aGFuIDUwIG1tKSwgaWYgdGhlc2UgYXJlIHRoZSB0b3AgcGFsbGV0cyBpbiBhIHN0YWNrLiAgIyMjIE1peCBib3ggICFbbWl4Ym94XSguLi9pbWFnZXMvcGFja2VyX21peGJveC5zdmcpICBJZiB0aGUgc3RlcHMgYWJvdmUgZmFpbCB0byBwbGFjZSB0aGUgaXRlbSBpbiB0aGlzIHdheSwgc28gdGhhdCB0aGUgcGFsbGV0IGhhcyB0aGUgcmVxdWlyZWQgaGVpZ2h0IG9yIHdlaWdodCwgbWl4IGJveGVzIGFyZSB1c2VkOiAgMS4gTWl4IGJveGVzIGNhbiBvbmx5IGJlIHBsYWNlZCBpbiBvbmUgbGF5ZXIuIDEuIEluIG9uZSBtaXgtYm94IHRoZXJlIGNhbiBiZSBkaWZmZXJlbnQgZ29vZHMsIGluIHRoaXMgY2FzZSBpdCBpcyBkaXZpZGVkIGJ5IHBhcnRpdGlvbnMgc2ltaWxhcmx5IHRvIHRoZSBwYWxsZXQgKHRoZSBvbmx5IGRpZmZlcmVuY2UgaXMgdGhhdCB0aGUgaGVpZ2h0IG9mIHRoZSBwYWNrZWQgZ29vZHMgaXMgbm90IGFsaWduZWQpLiAxLiBNaXggYm94ZXMgY2FuIGJlIG1peGVkIHdpdGggaXRlbXMgb24gb25lIHBhbGxldC4gMS4gT25lIHByb2R1Y3QgY2FuIGJlIHBhY2tlZCBpbiBkaWZmZXJlbnQgbWl4IGJveGVzLiAgIyMjIFNsb3QgICFbc2xvdF0oLi4vaW1hZ2VzL3BhY2tlcl9zbG90LnN2ZykgIExvYWRlZCBwYWxsZXRzIGFyZSBzdGFja2VkIG9uIHRvcCBvZiBlYWNoIG90aGVyLCB0aGUgc2xvdCBpcyB3aGVyZSB0aGUgc3RhY2sgb2YgcGFsbGV0cyBpcyBwbGFjZWQuIFRoZSBzbG90IGhhcyBubyBwaHlzaWNhbCBib2R5IC0gc28gdGhlIGRpbWVuc2lvbnMgb2YgdGhlIGBib2R5YCBvZiB0aGUgc2xvdCBhcmUgemVyby4gICMjIENvb3JkaW5hdGUgc3lzdGVtICAhW2Nvb3JkaW5hdGVzXSguLi9pbWFnZXMvcGFja2VyX2Nvb3JkaW5hdGVzLnN2ZykgIFRoZSBsb2NhbCBjb29yZGluYXRlIHN5c3RlbSBpcyB1c2VkIHRvIGluZGljYXRlIHRoZSBsb2NhdGlvbiBvZiBwYWNrYWdlcyBhbmQgZ29vZHMsIGluIHdoaWNoIHRoZSBjb29yZGluYXRlcyBvZiBhIHBhcnRpY3VsYXIgb2JqZWN0IGFyZSBpbmRpY2F0ZWQgcmVsYXRpdmUgdG8gdGhlIG5lYXItbGVmdCBsb3dlciBjb3JuZXIgb2YgdGhlIHBhcmVudCBvYmplY3QsIHdoaWxlOiAgKiBIb3Jpem9udGFsIHBsYW5lIC0gKipYKiosICoqWSoqIGF4ZXMgKiBWZXJ0aWNhbCAtICoqWioqIGF4aXMgICMjIEVudGl0eSByZWxhdGlvbnNoaXAgZGlhZ3JhbSAgIVtlcmRdKC4uL3VtbC9wYWNrZXIuc3ZnKVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjcuMTYwN1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBFbnRpdHlWYWxpZGF0aW9uUGFja2VyIH0gZnJvbSAnLi9lbnRpdHlWYWxpZGF0aW9uJztcbmltcG9ydCB7IFRyYWNlZGF0YVBhY2tlciB9IGZyb20gJy4vdHJhY2VkYXRhJztcblxuXG4vKipcbiAqIERhdGEgdmFsaWRhdGlvbiByZXN1bHQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVmFsaWRhdGVSZXN1bHRQYWNrZXIgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YVBhY2tlcjtcbiAgICAvKipcbiAgICAgKiBWYWxpZGF0aW9uIGxpc3QuXG4gICAgICovXG4gICAgdmFsaWRhdGlvbnM6IEFycmF5PEVudGl0eVZhbGlkYXRpb25QYWNrZXI+O1xufVxuXG4iXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGVSZXN1bHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC92YWxpZGF0ZVJlc3VsdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuUGFja2VyIFtQQ11cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNS4xLjE2NzNcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IuXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IEVudGl0eVZhbGlkYXRpb25QYWNrZXIgfSBmcm9tICcuL2VudGl0eVZhbGlkYXRpb24nO1xuaW1wb3J0IHsgVHJhY2VkYXRhUGFja2VyIH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRGF0YSB2YWxpZGF0aW9uIHJlc3VsdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBWYWxpZGF0ZVJlc3VsdFBhY2tlciB7IFxuICAgIHRyYWNlZGF0YTogVHJhY2VkYXRhUGFja2VyO1xuICAgIC8qKlxuICAgICAqIExpc3Qgb2YgY2hlY2tzLiBEZXBlbmRpbmcgb24gdGhlIGZsYWcgYGNhbGN1bGF0aW9uX3NldHRpbmdzLnRyZWF0X3ZhbGlkYXRpb25zX2FzX2Vycm9yc2AgLSB0cmlnZ2VyZWQgY2hlY2tzIGFyZSBpbnRlcnByZXRlZCBhcyBlcnJvcnMgb3IgcmVzdWx0IGluIHRoZSByZW1vdmFsIG9mIGVycm9uZW91cyBkYXRhIGZyb20gdGhlIGNhbGN1bGF0aW9uLiBcbiAgICAgKi9cbiAgICB2YWxpZGF0aW9uczogQXJyYXk8RW50aXR5VmFsaWRhdGlvblBhY2tlcj47XG59XG5cbiJdfQ==
@@ -1,13 +1,11 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1607
4
+ * The version of the OpenAPI document: 5.1.1673
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  export {};
13
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvblJlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3ZlcnNpb25SZXN1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlBhY2tlciBbUENdXG4gKiBWZWVyb3V0ZSBQYWNrZXIgQVBJLiAgIyBEZXNjcmlwdGlvbiAgVGhlIHNlcnZpY2UgaXMgZGVzaWduZWQgdG8gY2FsY3VsYXRlIHRoZSBwbGFjZW1lbnQgb2YgZ29vZHMgaW5zaWRlIHNwZWNpZmllZCBwYWNrYWdlcy4gICMjIFBhY2thZ2UgdHlwZXMgICMjIyBQYWxsZXQgICFbcGFsbGV0XSguLi9pbWFnZXMvcGFja2VyX3BhbGxldC5zdmcpICAqTW9ubyBwYWxsZXQqICBJZiBhIHBhbGxldCBpcyBmdWxseSBlcXVpcHBlZCB3aXRoIHRoZSBzYW1lIHByb2R1Y3QsIHRoZW4gc3VjaCBhIHBhbGxldCBpcyBjYWxsZWQgbW9uby1wYWxsZXQsIG1vbm8tcGFsbGV0IGxvYWRpbmcgcnVsZXM6ICAxLiBUaGUgbWF4aW11bSBwZXJtaXNzaWJsZSBoZWlnaHQgb2YgdGhlIHBhbGxldCB3aXRoIHRoZSBnb29kcyBsYWlkIG9uIGl0OiAxODAwIG1tIDEuIE1heGltdW0gcGVybWlzc2libGUgd2VpZ2h0IG9mIHRoZSBsb2FkZWQgcGFsbGV0OiA2NTAga2cgMS4gUGFja2FnZXMgb2YgZ29vZHMgbWF5IG9ubHkgYmUgc3RhY2tlZCBwYXJhbGxlbCB0byB0aGUgcGFsbGV0IHdhbGxzLiAxLiBJdCBpcyBhbGxvd2VkIHRvIHJvdGF0ZSBwYWNrYWdlcyBhcm91bmQgdGhlIHZlcnRpY2FsIFogYXhpcyBhbmQgb25seSBhdCByaWdodCBhbmdsZXMuIDEuIFRvIGxldmVsIHRoZSBoZWlnaHQgYmV0d2VlbiBwb3NpdGlvbnMgKGZvciBwbGFjaW5nIGFub3RoZXIgcGFsbGV0IG9uIHRvcCksIGVtcHR5IHNwYWNlcyBjYW4gYmUgYWRkZWQgdG8gdGhlIHN0YWNraW5nIGluIGxheWVycy4gICpab25lZCBwYWxsZXQqICBBZnRlciB0aGUgZm9ybWF0aW9uIG9mIG1vbm8tcGFsbGV0cywgdGhlIHJlbWFpbmluZyBwYXJ0IG9mIHRoZSBnb29kcyBvZiB0aGUgc2FtZSBhcnRpY2xlIGlzIHBsYWNlZCBvbiB0aGUgbmV4dCBwYWxsZXQsIHdoaWNoIGlzIGRpdmlkZWQgaW50byB6b25lcyBieSBtZWFucyBvZiBhIGNhcmRib2FyZCBwYXJ0aXRpb24gaW4gc3VjaCBhIHdheSB0aGF0IG9ubHkgb25lIGFydGljbGUgaXMgcGxhY2VkIGluIGVhY2ggem9uZSwgdGhlIHpvbmVzIGhhdmUgdGhlIGZvbGxvd2luZyByZXN0cmljdGlvbnM6ICAxLiBab25lcyBhcmUgcmVjdGFuZ3VsYXIuIDEuIFRoZSByYXRpbyBiZXR3ZWVuIHRoZSBzaWRlcyBvZiB0aGUgem9uZXMgY2FuIGJlIGFueS4gMS4gT25lIHNpZGUgb2YgYW55IHpvbmUgaXMgYWx3YXlzIGluIGNvbnRhY3Qgd2l0aCB0aGUgZWRnZSBvZiB0aGUgcGFsbGV0LiAxLiBBbGxvd2FibGUgbnVtYmVyIG9mIHpvbmVzIG9uIGEgcGFsbGV0OiBmcm9tIDIgdG8gNi4gMS4gRWFjaCB6b25lIGlzIGZpbGxlZCBhY2NvcmRpbmcgdG8gdGhlIHJ1bGVzIGZvciBmaWxsaW5nIGEgbW9uby1wYWxsZXQuIDEuIFRoZSBzdGFja2luZyBoZWlnaHQgb2YgYWxsIGdvb2RzIGRvZXMgbm90IGV4Y2VlZCA1MCBtbSwgc28gdGhhdCBhbm90aGVyIHBhbGxldCBjYW4gYmUgcGxhY2VkIG9uIHRvcCBvZiBzdWNoIGEgcGFsbGV0LiAxLiBJdCBpcyBhbGxvd2VkIHRvIGZvcm0gcGFsbGV0cyB3aXRoIGRpZmZlcmVudCBzdGFja2luZyBoZWlnaHRzIGZvciBkaWZmZXJlbnQgcG9zaXRpb25zICh0aGUgZGlmZmVyZW5jZSBpbiBoZWlnaHRzIGlzIG1vcmUgdGhhbiA1MCBtbSksIGlmIHRoZXNlIGFyZSB0aGUgdG9wIHBhbGxldHMgaW4gYSBzdGFjay4gICMjIyBNaXggYm94ICAhW21peGJveF0oLi4vaW1hZ2VzL3BhY2tlcl9taXhib3guc3ZnKSAgSWYgdGhlIHN0ZXBzIGFib3ZlIGZhaWwgdG8gcGxhY2UgdGhlIGl0ZW0gaW4gdGhpcyB3YXksIHNvIHRoYXQgdGhlIHBhbGxldCBoYXMgdGhlIHJlcXVpcmVkIGhlaWdodCBvciB3ZWlnaHQsIG1peCBib3hlcyBhcmUgdXNlZDogIDEuIE1peCBib3hlcyBjYW4gb25seSBiZSBwbGFjZWQgaW4gb25lIGxheWVyLiAxLiBJbiBvbmUgbWl4LWJveCB0aGVyZSBjYW4gYmUgZGlmZmVyZW50IGdvb2RzLCBpbiB0aGlzIGNhc2UgaXQgaXMgZGl2aWRlZCBieSBwYXJ0aXRpb25zIHNpbWlsYXJseSB0byB0aGUgcGFsbGV0ICh0aGUgb25seSBkaWZmZXJlbmNlIGlzIHRoYXQgdGhlIGhlaWdodCBvZiB0aGUgcGFja2VkIGdvb2RzIGlzIG5vdCBhbGlnbmVkKS4gMS4gTWl4IGJveGVzIGNhbiBiZSBtaXhlZCB3aXRoIGl0ZW1zIG9uIG9uZSBwYWxsZXQuIDEuIE9uZSBwcm9kdWN0IGNhbiBiZSBwYWNrZWQgaW4gZGlmZmVyZW50IG1peCBib3hlcy4gICMjIyBTbG90ICAhW3Nsb3RdKC4uL2ltYWdlcy9wYWNrZXJfc2xvdC5zdmcpICBMb2FkZWQgcGFsbGV0cyBhcmUgc3RhY2tlZCBvbiB0b3Agb2YgZWFjaCBvdGhlciwgdGhlIHNsb3QgaXMgd2hlcmUgdGhlIHN0YWNrIG9mIHBhbGxldHMgaXMgcGxhY2VkLiBUaGUgc2xvdCBoYXMgbm8gcGh5c2ljYWwgYm9keSAtIHNvIHRoZSBkaW1lbnNpb25zIG9mIHRoZSBgYm9keWAgb2YgdGhlIHNsb3QgYXJlIHplcm8uICAjIyBDb29yZGluYXRlIHN5c3RlbSAgIVtjb29yZGluYXRlc10oLi4vaW1hZ2VzL3BhY2tlcl9jb29yZGluYXRlcy5zdmcpICBUaGUgbG9jYWwgY29vcmRpbmF0ZSBzeXN0ZW0gaXMgdXNlZCB0byBpbmRpY2F0ZSB0aGUgbG9jYXRpb24gb2YgcGFja2FnZXMgYW5kIGdvb2RzLCBpbiB3aGljaCB0aGUgY29vcmRpbmF0ZXMgb2YgYSBwYXJ0aWN1bGFyIG9iamVjdCBhcmUgaW5kaWNhdGVkIHJlbGF0aXZlIHRvIHRoZSBuZWFyLWxlZnQgbG93ZXIgY29ybmVyIG9mIHRoZSBwYXJlbnQgb2JqZWN0LCB3aGlsZTogICogSG9yaXpvbnRhbCBwbGFuZSAtICoqWCoqLCAqKlkqKiBheGVzICogVmVydGljYWwgLSAqKloqKiBheGlzICAjIyBFbnRpdHkgcmVsYXRpb25zaGlwIGRpYWdyYW0gICFbZXJkXSguLi91bWwvcGFja2VyLnN2ZylcbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC43LjE2MDdcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogU2VydmljZSB2ZXJzaW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFZlcnNpb25SZXN1bHRQYWNrZXIgeyBcbiAgICAvKipcbiAgICAgKiBQcm9kdWN0IHZlcnNpb24uIFdpdGhpbiBhIHNpbmdsZSB2ZXJzaW9uLCBjb21wYXRpYmlsaXR5IG9mIGNvbW1vbiBkYXRhIHN0cnVjdHVyZXMgYmV0d2VlbiBzZXJ2aWNlcyBpcyBndWFyYW50ZWVkLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBjaGFuZ2VzIHRoYXQgYXJlIGluY29tcGF0aWJsZSB3aXRoIHByZXZpb3VzIHZlcnNpb25zIG9mIHRoZSBwcm9kdWN0IChhbmQgYWxsIHNlcnZpY2VzKS4gXG4gICAgICovXG4gICAgbWFqb3I6IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5vciB2ZXJzaW9uIG9mIHRoZSBzZXJ2aWNlLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBuZXcgZnVuY3Rpb25hbGl0eS4gVGhlIHVwZGF0ZSBpcyBiYWNrd2FyZCBjb21wYXRpYmxlIHdpdGggdGhlIG1ham9yIHZlcnNpb24gb2YgdGhlIHNlcnZpY2UuIFxuICAgICAqL1xuICAgIG1pbm9yOiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogQnVpbGQgdmVyc2lvbi4gICAgICAgQ29udGFpbnMgYmFja3dhcmRzIGNvbXBhdGlibGUgYnVnIGZpeGVzIGFuZCBkb2NzIHVwZGF0ZS4gXG4gICAgICovXG4gICAgYnVpbGQ6IHN0cmluZztcbn1cblxuIl19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvblJlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3ZlcnNpb25SZXN1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5QYWNrZXIgW1BDXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA1LjEuMTY3M1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogU2VydmljZSB2ZXJzaW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFZlcnNpb25SZXN1bHRQYWNrZXIgeyBcbiAgICAvKipcbiAgICAgKiBQcm9kdWN0IHZlcnNpb24uIFdpdGhpbiBhIHNpbmdsZSB2ZXJzaW9uLCBjb21wYXRpYmlsaXR5IG9mIGNvbW1vbiBkYXRhIHN0cnVjdHVyZXMgYmV0d2VlbiBzZXJ2aWNlcyBpcyBndWFyYW50ZWVkLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBjaGFuZ2VzIHRoYXQgYXJlIGluY29tcGF0aWJsZSB3aXRoIHByZXZpb3VzIHZlcnNpb25zIG9mIHRoZSBwcm9kdWN0IChhbmQgYWxsIHNlcnZpY2VzKS4gXG4gICAgICovXG4gICAgbWFqb3I6IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5vciB2ZXJzaW9uIG9mIHRoZSBzZXJ2aWNlLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBuZXcgZnVuY3Rpb25hbGl0eS4gVGhlIHVwZGF0ZSBpcyBiYWNrd2FyZCBjb21wYXRpYmxlIHdpdGggdGhlIG1ham9yIHZlcnNpb24gb2YgdGhlIHNlcnZpY2UuIFxuICAgICAqL1xuICAgIG1pbm9yOiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogQnVpbGQgdmVyc2lvbi4gICAgICAgQ29udGFpbnMgYmFja3dhcmRzIGNvbXBhdGlibGUgYnVnIGZpeGVzIGFuZCBkb2NzIHVwZGF0ZS4gXG4gICAgICovXG4gICAgYnVpbGQ6IHN0cmluZztcbn1cblxuIl19
@@ -112,13 +112,11 @@ class Configuration {
112
112
 
113
113
  /**
114
114
  * VRt.Packer [PC]
115
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
116
115
  *
117
- * The version of the OpenAPI document: 4.7.1607
116
+ * The version of the OpenAPI document: 5.1.1673
118
117
  * Contact: servicedesk@veeroute.com
119
118
  *
120
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
121
- * https://openapi-generator.tech
119
+ * NOTE: This class is auto generated by OpenAPI Generator.
122
120
  * Do not edit the class manually.
123
121
  */
124
122
  class ConvertService {
@@ -247,13 +245,11 @@ ConvertService.ctorParameters = () => [
247
245
 
248
246
  /**
249
247
  * VRt.Packer [PC]
250
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
251
248
  *
252
- * The version of the OpenAPI document: 4.7.1607
249
+ * The version of the OpenAPI document: 5.1.1673
253
250
  * Contact: servicedesk@veeroute.com
254
251
  *
255
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
256
- * https://openapi-generator.tech
252
+ * NOTE: This class is auto generated by OpenAPI Generator.
257
253
  * Do not edit the class manually.
258
254
  */
259
255
  class PackService {
@@ -685,13 +681,11 @@ PackService.ctorParameters = () => [
685
681
 
686
682
  /**
687
683
  * VRt.Packer [PC]
688
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
689
684
  *
690
- * The version of the OpenAPI document: 4.7.1607
685
+ * The version of the OpenAPI document: 5.1.1673
691
686
  * Contact: servicedesk@veeroute.com
692
687
  *
693
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
694
- * https://openapi-generator.tech
688
+ * NOTE: This class is auto generated by OpenAPI Generator.
695
689
  * Do not edit the class manually.
696
690
  */
697
691
  class SystemService {
@@ -841,25 +835,31 @@ const APIS = [ConvertService, PackService, SystemService];
841
835
 
842
836
  /**
843
837
  * VRt.Packer [PC]
844
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
845
838
  *
846
- * The version of the OpenAPI document: 4.7.1607
839
+ * The version of the OpenAPI document: 5.1.1673
847
840
  * Contact: servicedesk@veeroute.com
848
841
  *
849
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
850
- * https://openapi-generator.tech
842
+ * NOTE: This class is auto generated by OpenAPI Generator.
851
843
  * Do not edit the class manually.
852
844
  */
853
845
 
854
846
  /**
855
847
  * VRt.Packer [PC]
856
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
857
848
  *
858
- * The version of the OpenAPI document: 4.7.1607
849
+ * The version of the OpenAPI document: 5.1.1673
859
850
  * Contact: servicedesk@veeroute.com
860
851
  *
861
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
862
- * https://openapi-generator.tech
852
+ * NOTE: This class is auto generated by OpenAPI Generator.
853
+ * Do not edit the class manually.
854
+ */
855
+
856
+ /**
857
+ * VRt.Packer [PC]
858
+ *
859
+ * The version of the OpenAPI document: 5.1.1673
860
+ * Contact: servicedesk@veeroute.com
861
+ *
862
+ * NOTE: This class is auto generated by OpenAPI Generator.
863
863
  * Do not edit the class manually.
864
864
  */
865
865
  /**
@@ -879,70 +879,70 @@ var CalculationStatusPacker;
879
879
 
880
880
  /**
881
881
  * VRt.Packer [PC]
882
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
883
882
  *
884
- * The version of the OpenAPI document: 4.7.1607
883
+ * The version of the OpenAPI document: 5.1.1673
885
884
  * Contact: servicedesk@veeroute.com
886
885
  *
887
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
888
- * https://openapi-generator.tech
886
+ * NOTE: This class is auto generated by OpenAPI Generator.
889
887
  * Do not edit the class manually.
890
888
  */
891
889
 
892
890
  /**
893
891
  * VRt.Packer [PC]
894
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
895
892
  *
896
- * The version of the OpenAPI document: 4.7.1607
893
+ * The version of the OpenAPI document: 5.1.1673
897
894
  * Contact: servicedesk@veeroute.com
898
895
  *
899
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
900
- * https://openapi-generator.tech
896
+ * NOTE: This class is auto generated by OpenAPI Generator.
901
897
  * Do not edit the class manually.
902
898
  */
903
899
 
904
900
  /**
905
901
  * VRt.Packer [PC]
906
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
907
902
  *
908
- * The version of the OpenAPI document: 4.7.1607
903
+ * The version of the OpenAPI document: 5.1.1673
909
904
  * Contact: servicedesk@veeroute.com
910
905
  *
911
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
912
- * https://openapi-generator.tech
906
+ * NOTE: This class is auto generated by OpenAPI Generator.
913
907
  * Do not edit the class manually.
914
908
  */
915
909
 
916
910
  /**
917
911
  * VRt.Packer [PC]
918
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
919
912
  *
920
- * The version of the OpenAPI document: 4.7.1607
913
+ * The version of the OpenAPI document: 5.1.1673
921
914
  * Contact: servicedesk@veeroute.com
922
915
  *
923
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
924
- * https://openapi-generator.tech
916
+ * NOTE: This class is auto generated by OpenAPI Generator.
925
917
  * Do not edit the class manually.
926
918
  */
927
919
  /**
928
- * Error type: * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INCONSISTENT_REFERENCE` - bad reference key
920
+ * Error type: * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INCONSISTENT_REFERENCE` - bad reference key * `INVALID_SLOTS_COUNT` - exactly one SLOT package must be present * `INVALID_SLOT_CONTAINER` - slot container_coordinates must be zero * `INVALID_SLOT_BODY` - slot body_dimensions must be zero * `INVALID_PALLETS_COUNT` - exactly one PALLET package must be present * `INVALID_PALLET_CONTAINER_DIMENSIONS` - the length and width of a pallet container_dimensions must not exceed the corresponding body_dimensions * `INVALID_PALLET_CONTAINER` - the pallet container must not go beyond the boundaries of the pallet body in length and width * `INVALID_MIXBOX_CONTAINER` - mixbox container must be inside body subject to container_coordinates offset * `INVALID_MIXBOX_COUNT` - at least one valid MIXBOX package must be present * `INVALID_PRODUCT_DIMENSIONS` - product length, width and height must be at least 1 millimeter, weight - at least 1 gram * `INVALID_PRODUCT_COUNT` - at least one valid product must be present
929
921
  */
930
922
  var EntityErrorTypePacker;
931
923
  (function (EntityErrorTypePacker) {
932
924
  EntityErrorTypePacker["UNIQUE_IDS_VIOLATION"] = "UNIQUE_IDS_VIOLATION";
933
925
  EntityErrorTypePacker["INCONSISTENT_REFERENCE"] = "INCONSISTENT_REFERENCE";
926
+ EntityErrorTypePacker["INVALID_SLOTS_COUNT"] = "INVALID_SLOTS_COUNT";
927
+ EntityErrorTypePacker["INVALID_SLOT_CONTAINER"] = "INVALID_SLOT_CONTAINER";
928
+ EntityErrorTypePacker["INVALID_SLOT_BODY"] = "INVALID_SLOT_BODY";
929
+ EntityErrorTypePacker["INVALID_PALLETS_COUNT"] = "INVALID_PALLETS_COUNT";
930
+ EntityErrorTypePacker["INVALID_PALLET_CONTAINER_DIMENSIONS"] = "INVALID_PALLET_CONTAINER_DIMENSIONS";
931
+ EntityErrorTypePacker["INVALID_PALLET_CONTAINER"] = "INVALID_PALLET_CONTAINER";
932
+ EntityErrorTypePacker["INVALID_MIXBOX_CONTAINER"] = "INVALID_MIXBOX_CONTAINER";
933
+ EntityErrorTypePacker["INVALID_MIXBOX_COUNT"] = "INVALID_MIXBOX_COUNT";
934
+ EntityErrorTypePacker["INVALID_PRODUCT_DIMENSIONS"] = "INVALID_PRODUCT_DIMENSIONS";
935
+ EntityErrorTypePacker["INVALID_PRODUCT_COUNT"] = "INVALID_PRODUCT_COUNT";
934
936
  })(EntityErrorTypePacker || (EntityErrorTypePacker = {}));
935
937
  ;
936
938
 
937
939
  /**
938
940
  * VRt.Packer [PC]
939
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
940
941
  *
941
- * The version of the OpenAPI document: 4.7.1607
942
+ * The version of the OpenAPI document: 5.1.1673
942
943
  * Contact: servicedesk@veeroute.com
943
944
  *
944
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
945
- * https://openapi-generator.tech
945
+ * NOTE: This class is auto generated by OpenAPI Generator.
946
946
  * Do not edit the class manually.
947
947
  */
948
948
  /**
@@ -959,45 +959,32 @@ var EntityTypePacker;
959
959
 
960
960
  /**
961
961
  * VRt.Packer [PC]
962
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
963
962
  *
964
- * The version of the OpenAPI document: 4.7.1607
963
+ * The version of the OpenAPI document: 5.1.1673
965
964
  * Contact: servicedesk@veeroute.com
966
965
  *
967
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
968
- * https://openapi-generator.tech
966
+ * NOTE: This class is auto generated by OpenAPI Generator.
969
967
  * Do not edit the class manually.
970
968
  */
971
969
  /**
972
- * Validation type: * `NO_COMPATIBLE_PACKAGE` - product does not fit into any package
970
+ * Validation type: * `INVALID_PALLET_SLOT_FIT` - a pallet without rotation must be placed in the slot, taking into account the maximum load in terms of size and weight * `INVALID_MIXBOX_PALLET_FIT` - any mixbox must fit on a pallet considering the maximum load, any 4 mixboxes of the same type in a 2×2 configuration without rotation must fit on any pallet according to the overall dimensions and weight of the package body_dimensions * `INVALID_PRODUCT_PACKAGE_FIT` - the product must be placed on a pallet, or in all mixboxes (if only mixboxes are compatible) * `INVALID_PRODUCT_COMPATIBILITY` - the product must be compatible either with all packages or only with all mixboxes
973
971
  */
974
972
  var EntityValidationTypePacker;
975
973
  (function (EntityValidationTypePacker) {
976
- EntityValidationTypePacker["NO_COMPATIBLE_PACKAGE"] = "NO_COMPATIBLE_PACKAGE";
974
+ EntityValidationTypePacker["PALLET_SLOT_FIT"] = "INVALID_PALLET_SLOT_FIT";
975
+ EntityValidationTypePacker["MIXBOX_PALLET_FIT"] = "INVALID_MIXBOX_PALLET_FIT";
976
+ EntityValidationTypePacker["PRODUCT_PACKAGE_FIT"] = "INVALID_PRODUCT_PACKAGE_FIT";
977
+ EntityValidationTypePacker["PRODUCT_COMPATIBILITY"] = "INVALID_PRODUCT_COMPATIBILITY";
977
978
  })(EntityValidationTypePacker || (EntityValidationTypePacker = {}));
978
979
  ;
979
980
 
980
981
  /**
981
982
  * VRt.Packer [PC]
982
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
983
- *
984
- * The version of the OpenAPI document: 4.7.1607
985
- * Contact: servicedesk@veeroute.com
986
- *
987
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
988
- * https://openapi-generator.tech
989
- * Do not edit the class manually.
990
- */
991
-
992
- /**
993
- * VRt.Packer [PC]
994
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
995
983
  *
996
- * The version of the OpenAPI document: 4.7.1607
984
+ * The version of the OpenAPI document: 5.1.1673
997
985
  * Contact: servicedesk@veeroute.com
998
986
  *
999
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1000
- * https://openapi-generator.tech
987
+ * NOTE: This class is auto generated by OpenAPI Generator.
1001
988
  * Do not edit the class manually.
1002
989
  */
1003
990
  /**
@@ -1013,25 +1000,21 @@ var PackageTypePacker;
1013
1000
 
1014
1001
  /**
1015
1002
  * VRt.Packer [PC]
1016
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
1017
1003
  *
1018
- * The version of the OpenAPI document: 4.7.1607
1004
+ * The version of the OpenAPI document: 5.1.1673
1019
1005
  * Contact: servicedesk@veeroute.com
1020
1006
  *
1021
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1022
- * https://openapi-generator.tech
1007
+ * NOTE: This class is auto generated by OpenAPI Generator.
1023
1008
  * Do not edit the class manually.
1024
1009
  */
1025
1010
 
1026
1011
  /**
1027
1012
  * VRt.Packer [PC]
1028
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
1029
1013
  *
1030
- * The version of the OpenAPI document: 4.7.1607
1014
+ * The version of the OpenAPI document: 5.1.1673
1031
1015
  * Contact: servicedesk@veeroute.com
1032
1016
  *
1033
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1034
- * https://openapi-generator.tech
1017
+ * NOTE: This class is auto generated by OpenAPI Generator.
1035
1018
  * Do not edit the class manually.
1036
1019
  */
1037
1020
  /**
@@ -1054,25 +1037,21 @@ var ServiceNamePacker;
1054
1037
 
1055
1038
  /**
1056
1039
  * VRt.Packer [PC]
1057
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
1058
1040
  *
1059
- * The version of the OpenAPI document: 4.7.1607
1041
+ * The version of the OpenAPI document: 5.1.1673
1060
1042
  * Contact: servicedesk@veeroute.com
1061
1043
  *
1062
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1063
- * https://openapi-generator.tech
1044
+ * NOTE: This class is auto generated by OpenAPI Generator.
1064
1045
  * Do not edit the class manually.
1065
1046
  */
1066
1047
 
1067
1048
  /**
1068
1049
  * VRt.Packer [PC]
1069
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
1070
1050
  *
1071
- * The version of the OpenAPI document: 4.7.1607
1051
+ * The version of the OpenAPI document: 5.1.1673
1072
1052
  * Contact: servicedesk@veeroute.com
1073
1053
  *
1074
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1075
- * https://openapi-generator.tech
1054
+ * NOTE: This class is auto generated by OpenAPI Generator.
1076
1055
  * Do not edit the class manually.
1077
1056
  */
1078
1057