@veeroute/lss-packer-angular 4.7.1605 → 4.9.1653

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 (102) 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/calculationAsyncResult.js +1 -1
  18. package/esm2015/model/calculationInfo.js +1 -1
  19. package/esm2015/model/calculationSettings.js +3 -5
  20. package/esm2015/model/calculationState.js +1 -1
  21. package/esm2015/model/calculationStatus.js +3 -5
  22. package/esm2015/model/checkResult.js +3 -5
  23. package/esm2015/model/coordinates.js +3 -5
  24. package/esm2015/model/dimensions.js +3 -5
  25. package/esm2015/model/entityError.js +1 -1
  26. package/esm2015/model/entityErrorType.js +14 -6
  27. package/esm2015/model/entityPath.js +1 -1
  28. package/esm2015/model/entityType.js +3 -5
  29. package/esm2015/model/entityValidation.js +1 -1
  30. package/esm2015/model/entityValidationType.js +8 -7
  31. package/esm2015/model/inlineResponse400.js +1 -1
  32. package/esm2015/model/inlineResponse401.js +1 -1
  33. package/esm2015/model/inlineResponse402.js +1 -1
  34. package/esm2015/model/inlineResponse403.js +1 -1
  35. package/esm2015/model/inlineResponse404.js +1 -1
  36. package/esm2015/model/inlineResponse404Detail.js +1 -1
  37. package/esm2015/model/inlineResponse429.js +1 -1
  38. package/esm2015/model/inlineResponse500.js +1 -1
  39. package/esm2015/model/models.js +2 -1
  40. package/esm2015/model/packResult.js +1 -1
  41. package/esm2015/model/packSettings.js +1 -1
  42. package/esm2015/model/packStatistics.js +1 -12
  43. package/esm2015/model/packTask.js +1 -1
  44. package/esm2015/model/package.js +1 -1
  45. package/esm2015/model/packageLayout.js +1 -1
  46. package/esm2015/model/packageStatistics.js +2 -0
  47. package/esm2015/model/packageType.js +3 -5
  48. package/esm2015/model/product.js +1 -1
  49. package/esm2015/model/productGroupLayout.js +1 -1
  50. package/esm2015/model/productLayout.js +1 -1
  51. package/esm2015/model/renderTask.js +1 -1
  52. package/esm2015/model/schemaError.js +3 -5
  53. package/esm2015/model/serviceName.js +3 -5
  54. package/esm2015/model/tracedata.js +1 -1
  55. package/esm2015/model/unpackedItems.js +3 -5
  56. package/esm2015/model/validateResult.js +1 -1
  57. package/esm2015/model/versionResult.js +3 -5
  58. package/fesm2015/veeroute-lss-packer-angular.js +48 -79
  59. package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
  60. package/model/calculationAsyncResult.d.ts +2 -4
  61. package/model/calculationInfo.d.ts +2 -4
  62. package/model/calculationSettings.d.ts +2 -4
  63. package/model/calculationState.d.ts +2 -4
  64. package/model/calculationStatus.d.ts +2 -4
  65. package/model/checkResult.d.ts +2 -4
  66. package/model/coordinates.d.ts +2 -4
  67. package/model/dimensions.d.ts +2 -4
  68. package/model/entityError.d.ts +2 -4
  69. package/model/entityErrorType.d.ts +14 -6
  70. package/model/entityPath.d.ts +2 -4
  71. package/model/entityType.d.ts +2 -4
  72. package/model/entityValidation.d.ts +2 -4
  73. package/model/entityValidationType.d.ts +7 -6
  74. package/model/inlineResponse400.d.ts +4 -6
  75. package/model/inlineResponse401.d.ts +2 -4
  76. package/model/inlineResponse402.d.ts +2 -4
  77. package/model/inlineResponse403.d.ts +2 -4
  78. package/model/inlineResponse404.d.ts +2 -4
  79. package/model/inlineResponse404Detail.d.ts +2 -4
  80. package/model/inlineResponse429.d.ts +2 -4
  81. package/model/inlineResponse500.d.ts +2 -4
  82. package/model/models.d.ts +1 -0
  83. package/model/packResult.d.ts +3 -5
  84. package/model/packSettings.d.ts +2 -4
  85. package/model/packStatistics.d.ts +6 -11
  86. package/model/packTask.d.ts +2 -4
  87. package/model/package.d.ts +2 -4
  88. package/model/packageLayout.d.ts +2 -4
  89. package/model/packageStatistics.d.ts +40 -0
  90. package/model/packageType.d.ts +2 -4
  91. package/model/product.d.ts +3 -5
  92. package/model/productGroupLayout.d.ts +2 -4
  93. package/model/productLayout.d.ts +2 -4
  94. package/model/renderTask.d.ts +2 -4
  95. package/model/schemaError.d.ts +2 -4
  96. package/model/serviceName.d.ts +2 -4
  97. package/model/tracedata.d.ts +3 -5
  98. package/model/unpackedItems.d.ts +2 -4
  99. package/model/validateResult.d.ts +3 -5
  100. package/model/versionResult.d.ts +2 -4
  101. package/package.json +1 -1
  102. 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.1605
4
+ * The version of the OpenAPI document: 4.9.1653
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5wYWNrZWRJdGVtcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3VucGFja2VkSXRlbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlBhY2tlciBbUENdXG4gKiBWZWVyb3V0ZSBQYWNrZXIgQVBJLiAgIyBEZXNjcmlwdGlvbiAgVGhlIHNlcnZpY2UgaXMgZGVzaWduZWQgdG8gY2FsY3VsYXRlIHRoZSBwbGFjZW1lbnQgb2YgZ29vZHMgaW5zaWRlIHNwZWNpZmllZCBwYWNrYWdlcy4gICMjIFBhY2thZ2UgdHlwZXMgICMjIyBQYWxsZXQgICFbcGFsbGV0XSguLi9pbWFnZXMvcGFja2VyX3BhbGxldC5zdmcpICAqTW9ubyBwYWxsZXQqICBJZiBhIHBhbGxldCBpcyBmdWxseSBlcXVpcHBlZCB3aXRoIHRoZSBzYW1lIHByb2R1Y3QsIHRoZW4gc3VjaCBhIHBhbGxldCBpcyBjYWxsZWQgbW9uby1wYWxsZXQsIG1vbm8tcGFsbGV0IGxvYWRpbmcgcnVsZXM6ICAxLiBUaGUgbWF4aW11bSBwZXJtaXNzaWJsZSBoZWlnaHQgb2YgdGhlIHBhbGxldCB3aXRoIHRoZSBnb29kcyBsYWlkIG9uIGl0OiAxODAwIG1tIDEuIE1heGltdW0gcGVybWlzc2libGUgd2VpZ2h0IG9mIHRoZSBsb2FkZWQgcGFsbGV0OiA2NTAga2cgMS4gUGFja2FnZXMgb2YgZ29vZHMgbWF5IG9ubHkgYmUgc3RhY2tlZCBwYXJhbGxlbCB0byB0aGUgcGFsbGV0IHdhbGxzLiAxLiBJdCBpcyBhbGxvd2VkIHRvIHJvdGF0ZSBwYWNrYWdlcyBhcm91bmQgdGhlIHZlcnRpY2FsIFogYXhpcyBhbmQgb25seSBhdCByaWdodCBhbmdsZXMuIDEuIFRvIGxldmVsIHRoZSBoZWlnaHQgYmV0d2VlbiBwb3NpdGlvbnMgKGZvciBwbGFjaW5nIGFub3RoZXIgcGFsbGV0IG9uIHRvcCksIGVtcHR5IHNwYWNlcyBjYW4gYmUgYWRkZWQgdG8gdGhlIHN0YWNraW5nIGluIGxheWVycy4gICpab25lZCBwYWxsZXQqICBBZnRlciB0aGUgZm9ybWF0aW9uIG9mIG1vbm8tcGFsbGV0cywgdGhlIHJlbWFpbmluZyBwYXJ0IG9mIHRoZSBnb29kcyBvZiB0aGUgc2FtZSBhcnRpY2xlIGlzIHBsYWNlZCBvbiB0aGUgbmV4dCBwYWxsZXQsIHdoaWNoIGlzIGRpdmlkZWQgaW50byB6b25lcyBieSBtZWFucyBvZiBhIGNhcmRib2FyZCBwYXJ0aXRpb24gaW4gc3VjaCBhIHdheSB0aGF0IG9ubHkgb25lIGFydGljbGUgaXMgcGxhY2VkIGluIGVhY2ggem9uZSwgdGhlIHpvbmVzIGhhdmUgdGhlIGZvbGxvd2luZyByZXN0cmljdGlvbnM6ICAxLiBab25lcyBhcmUgcmVjdGFuZ3VsYXIuIDEuIFRoZSByYXRpbyBiZXR3ZWVuIHRoZSBzaWRlcyBvZiB0aGUgem9uZXMgY2FuIGJlIGFueS4gMS4gT25lIHNpZGUgb2YgYW55IHpvbmUgaXMgYWx3YXlzIGluIGNvbnRhY3Qgd2l0aCB0aGUgZWRnZSBvZiB0aGUgcGFsbGV0LiAxLiBBbGxvd2FibGUgbnVtYmVyIG9mIHpvbmVzIG9uIGEgcGFsbGV0OiBmcm9tIDIgdG8gNi4gMS4gRWFjaCB6b25lIGlzIGZpbGxlZCBhY2NvcmRpbmcgdG8gdGhlIHJ1bGVzIGZvciBmaWxsaW5nIGEgbW9uby1wYWxsZXQuIDEuIFRoZSBzdGFja2luZyBoZWlnaHQgb2YgYWxsIGdvb2RzIGRvZXMgbm90IGV4Y2VlZCA1MCBtbSwgc28gdGhhdCBhbm90aGVyIHBhbGxldCBjYW4gYmUgcGxhY2VkIG9uIHRvcCBvZiBzdWNoIGEgcGFsbGV0LiAxLiBJdCBpcyBhbGxvd2VkIHRvIGZvcm0gcGFsbGV0cyB3aXRoIGRpZmZlcmVudCBzdGFja2luZyBoZWlnaHRzIGZvciBkaWZmZXJlbnQgcG9zaXRpb25zICh0aGUgZGlmZmVyZW5jZSBpbiBoZWlnaHRzIGlzIG1vcmUgdGhhbiA1MCBtbSksIGlmIHRoZXNlIGFyZSB0aGUgdG9wIHBhbGxldHMgaW4gYSBzdGFjay4gICMjIyBNaXggYm94ICAhW21peGJveF0oLi4vaW1hZ2VzL3BhY2tlcl9taXhib3guc3ZnKSAgSWYgdGhlIHN0ZXBzIGFib3ZlIGZhaWwgdG8gcGxhY2UgdGhlIGl0ZW0gaW4gdGhpcyB3YXksIHNvIHRoYXQgdGhlIHBhbGxldCBoYXMgdGhlIHJlcXVpcmVkIGhlaWdodCBvciB3ZWlnaHQsIG1peCBib3hlcyBhcmUgdXNlZDogIDEuIE1peCBib3hlcyBjYW4gb25seSBiZSBwbGFjZWQgaW4gb25lIGxheWVyLiAxLiBJbiBvbmUgbWl4LWJveCB0aGVyZSBjYW4gYmUgZGlmZmVyZW50IGdvb2RzLCBpbiB0aGlzIGNhc2UgaXQgaXMgZGl2aWRlZCBieSBwYXJ0aXRpb25zIHNpbWlsYXJseSB0byB0aGUgcGFsbGV0ICh0aGUgb25seSBkaWZmZXJlbmNlIGlzIHRoYXQgdGhlIGhlaWdodCBvZiB0aGUgcGFja2VkIGdvb2RzIGlzIG5vdCBhbGlnbmVkKS4gMS4gTWl4IGJveGVzIGNhbiBiZSBtaXhlZCB3aXRoIGl0ZW1zIG9uIG9uZSBwYWxsZXQuIDEuIE9uZSBwcm9kdWN0IGNhbiBiZSBwYWNrZWQgaW4gZGlmZmVyZW50IG1peCBib3hlcy4gICMjIyBTbG90ICAhW3Nsb3RdKC4uL2ltYWdlcy9wYWNrZXJfc2xvdC5zdmcpICBMb2FkZWQgcGFsbGV0cyBhcmUgc3RhY2tlZCBvbiB0b3Agb2YgZWFjaCBvdGhlciwgdGhlIHNsb3QgaXMgd2hlcmUgdGhlIHN0YWNrIG9mIHBhbGxldHMgaXMgcGxhY2VkLiBUaGUgc2xvdCBoYXMgbm8gcGh5c2ljYWwgYm9keSAtIHNvIHRoZSBkaW1lbnNpb25zIG9mIHRoZSBgYm9keWAgb2YgdGhlIHNsb3QgYXJlIHplcm8uICAjIyBDb29yZGluYXRlIHN5c3RlbSAgIVtjb29yZGluYXRlc10oLi4vaW1hZ2VzL3BhY2tlcl9jb29yZGluYXRlcy5zdmcpICBUaGUgbG9jYWwgY29vcmRpbmF0ZSBzeXN0ZW0gaXMgdXNlZCB0byBpbmRpY2F0ZSB0aGUgbG9jYXRpb24gb2YgcGFja2FnZXMgYW5kIGdvb2RzLCBpbiB3aGljaCB0aGUgY29vcmRpbmF0ZXMgb2YgYSBwYXJ0aWN1bGFyIG9iamVjdCBhcmUgaW5kaWNhdGVkIHJlbGF0aXZlIHRvIHRoZSBuZWFyLWxlZnQgbG93ZXIgY29ybmVyIG9mIHRoZSBwYXJlbnQgb2JqZWN0LCB3aGlsZTogICogSG9yaXpvbnRhbCBwbGFuZSAtICoqWCoqLCAqKlkqKiBheGVzICogVmVydGljYWwgLSAqKloqKiBheGlzICAjIyBFbnRpdHkgcmVsYXRpb25zaGlwIGRpYWdyYW0gICFbZXJkXSguLi91bWwvcGFja2VyLnN2ZylcbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC43LjE2MDVcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogVW5wYWNrZWQgaXRlbXMgbGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBVbnBhY2tlZEl0ZW1zUGFja2VyIHsgXG4gICAgLyoqXG4gICAgICogVW5wYWNrZWQgcHJvZHVjdCBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcHJvZHVjdF9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbiAgICAvKipcbiAgICAgKiBVbnVzZWQgcGFja2FnZSBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcGFja2FnZV9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbn1cblxuIl19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5wYWNrZWRJdGVtcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3VucGFja2VkSXRlbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5QYWNrZXIgW1BDXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjkuMTY1M1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogVW5wYWNrZWQgaXRlbXMgbGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBVbnBhY2tlZEl0ZW1zUGFja2VyIHsgXG4gICAgLyoqXG4gICAgICogVW5wYWNrZWQgcHJvZHVjdCBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcHJvZHVjdF9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbiAgICAvKipcbiAgICAgKiBVbnVzZWQgcGFja2FnZSBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcGFja2FnZV9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbn1cblxuIl19
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGVSZXN1bHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC92YWxpZGF0ZVJlc3VsdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuUGFja2VyIFtQQ11cbiAqIFZlZXJvdXRlIFBhY2tlciBBUEkuICAjIERlc2NyaXB0aW9uICBUaGUgc2VydmljZSBpcyBkZXNpZ25lZCB0byBjYWxjdWxhdGUgdGhlIHBsYWNlbWVudCBvZiBnb29kcyBpbnNpZGUgc3BlY2lmaWVkIHBhY2thZ2VzLiAgIyMgUGFja2FnZSB0eXBlcyAgIyMjIFBhbGxldCAgIVtwYWxsZXRdKC4uL2ltYWdlcy9wYWNrZXJfcGFsbGV0LnN2ZykgICpNb25vIHBhbGxldCogIElmIGEgcGFsbGV0IGlzIGZ1bGx5IGVxdWlwcGVkIHdpdGggdGhlIHNhbWUgcHJvZHVjdCwgdGhlbiBzdWNoIGEgcGFsbGV0IGlzIGNhbGxlZCBtb25vLXBhbGxldCwgbW9uby1wYWxsZXQgbG9hZGluZyBydWxlczogIDEuIFRoZSBtYXhpbXVtIHBlcm1pc3NpYmxlIGhlaWdodCBvZiB0aGUgcGFsbGV0IHdpdGggdGhlIGdvb2RzIGxhaWQgb24gaXQ6IDE4MDAgbW0gMS4gTWF4aW11bSBwZXJtaXNzaWJsZSB3ZWlnaHQgb2YgdGhlIGxvYWRlZCBwYWxsZXQ6IDY1MCBrZyAxLiBQYWNrYWdlcyBvZiBnb29kcyBtYXkgb25seSBiZSBzdGFja2VkIHBhcmFsbGVsIHRvIHRoZSBwYWxsZXQgd2FsbHMuIDEuIEl0IGlzIGFsbG93ZWQgdG8gcm90YXRlIHBhY2thZ2VzIGFyb3VuZCB0aGUgdmVydGljYWwgWiBheGlzIGFuZCBvbmx5IGF0IHJpZ2h0IGFuZ2xlcy4gMS4gVG8gbGV2ZWwgdGhlIGhlaWdodCBiZXR3ZWVuIHBvc2l0aW9ucyAoZm9yIHBsYWNpbmcgYW5vdGhlciBwYWxsZXQgb24gdG9wKSwgZW1wdHkgc3BhY2VzIGNhbiBiZSBhZGRlZCB0byB0aGUgc3RhY2tpbmcgaW4gbGF5ZXJzLiAgKlpvbmVkIHBhbGxldCogIEFmdGVyIHRoZSBmb3JtYXRpb24gb2YgbW9uby1wYWxsZXRzLCB0aGUgcmVtYWluaW5nIHBhcnQgb2YgdGhlIGdvb2RzIG9mIHRoZSBzYW1lIGFydGljbGUgaXMgcGxhY2VkIG9uIHRoZSBuZXh0IHBhbGxldCwgd2hpY2ggaXMgZGl2aWRlZCBpbnRvIHpvbmVzIGJ5IG1lYW5zIG9mIGEgY2FyZGJvYXJkIHBhcnRpdGlvbiBpbiBzdWNoIGEgd2F5IHRoYXQgb25seSBvbmUgYXJ0aWNsZSBpcyBwbGFjZWQgaW4gZWFjaCB6b25lLCB0aGUgem9uZXMgaGF2ZSB0aGUgZm9sbG93aW5nIHJlc3RyaWN0aW9uczogIDEuIFpvbmVzIGFyZSByZWN0YW5ndWxhci4gMS4gVGhlIHJhdGlvIGJldHdlZW4gdGhlIHNpZGVzIG9mIHRoZSB6b25lcyBjYW4gYmUgYW55LiAxLiBPbmUgc2lkZSBvZiBhbnkgem9uZSBpcyBhbHdheXMgaW4gY29udGFjdCB3aXRoIHRoZSBlZGdlIG9mIHRoZSBwYWxsZXQuIDEuIEFsbG93YWJsZSBudW1iZXIgb2Ygem9uZXMgb24gYSBwYWxsZXQ6IGZyb20gMiB0byA2LiAxLiBFYWNoIHpvbmUgaXMgZmlsbGVkIGFjY29yZGluZyB0byB0aGUgcnVsZXMgZm9yIGZpbGxpbmcgYSBtb25vLXBhbGxldC4gMS4gVGhlIHN0YWNraW5nIGhlaWdodCBvZiBhbGwgZ29vZHMgZG9lcyBub3QgZXhjZWVkIDUwIG1tLCBzbyB0aGF0IGFub3RoZXIgcGFsbGV0IGNhbiBiZSBwbGFjZWQgb24gdG9wIG9mIHN1Y2ggYSBwYWxsZXQuIDEuIEl0IGlzIGFsbG93ZWQgdG8gZm9ybSBwYWxsZXRzIHdpdGggZGlmZmVyZW50IHN0YWNraW5nIGhlaWdodHMgZm9yIGRpZmZlcmVudCBwb3NpdGlvbnMgKHRoZSBkaWZmZXJlbmNlIGluIGhlaWdodHMgaXMgbW9yZSB0aGFuIDUwIG1tKSwgaWYgdGhlc2UgYXJlIHRoZSB0b3AgcGFsbGV0cyBpbiBhIHN0YWNrLiAgIyMjIE1peCBib3ggICFbbWl4Ym94XSguLi9pbWFnZXMvcGFja2VyX21peGJveC5zdmcpICBJZiB0aGUgc3RlcHMgYWJvdmUgZmFpbCB0byBwbGFjZSB0aGUgaXRlbSBpbiB0aGlzIHdheSwgc28gdGhhdCB0aGUgcGFsbGV0IGhhcyB0aGUgcmVxdWlyZWQgaGVpZ2h0IG9yIHdlaWdodCwgbWl4IGJveGVzIGFyZSB1c2VkOiAgMS4gTWl4IGJveGVzIGNhbiBvbmx5IGJlIHBsYWNlZCBpbiBvbmUgbGF5ZXIuIDEuIEluIG9uZSBtaXgtYm94IHRoZXJlIGNhbiBiZSBkaWZmZXJlbnQgZ29vZHMsIGluIHRoaXMgY2FzZSBpdCBpcyBkaXZpZGVkIGJ5IHBhcnRpdGlvbnMgc2ltaWxhcmx5IHRvIHRoZSBwYWxsZXQgKHRoZSBvbmx5IGRpZmZlcmVuY2UgaXMgdGhhdCB0aGUgaGVpZ2h0IG9mIHRoZSBwYWNrZWQgZ29vZHMgaXMgbm90IGFsaWduZWQpLiAxLiBNaXggYm94ZXMgY2FuIGJlIG1peGVkIHdpdGggaXRlbXMgb24gb25lIHBhbGxldC4gMS4gT25lIHByb2R1Y3QgY2FuIGJlIHBhY2tlZCBpbiBkaWZmZXJlbnQgbWl4IGJveGVzLiAgIyMjIFNsb3QgICFbc2xvdF0oLi4vaW1hZ2VzL3BhY2tlcl9zbG90LnN2ZykgIExvYWRlZCBwYWxsZXRzIGFyZSBzdGFja2VkIG9uIHRvcCBvZiBlYWNoIG90aGVyLCB0aGUgc2xvdCBpcyB3aGVyZSB0aGUgc3RhY2sgb2YgcGFsbGV0cyBpcyBwbGFjZWQuIFRoZSBzbG90IGhhcyBubyBwaHlzaWNhbCBib2R5IC0gc28gdGhlIGRpbWVuc2lvbnMgb2YgdGhlIGBib2R5YCBvZiB0aGUgc2xvdCBhcmUgemVyby4gICMjIENvb3JkaW5hdGUgc3lzdGVtICAhW2Nvb3JkaW5hdGVzXSguLi9pbWFnZXMvcGFja2VyX2Nvb3JkaW5hdGVzLnN2ZykgIFRoZSBsb2NhbCBjb29yZGluYXRlIHN5c3RlbSBpcyB1c2VkIHRvIGluZGljYXRlIHRoZSBsb2NhdGlvbiBvZiBwYWNrYWdlcyBhbmQgZ29vZHMsIGluIHdoaWNoIHRoZSBjb29yZGluYXRlcyBvZiBhIHBhcnRpY3VsYXIgb2JqZWN0IGFyZSBpbmRpY2F0ZWQgcmVsYXRpdmUgdG8gdGhlIG5lYXItbGVmdCBsb3dlciBjb3JuZXIgb2YgdGhlIHBhcmVudCBvYmplY3QsIHdoaWxlOiAgKiBIb3Jpem9udGFsIHBsYW5lIC0gKipYKiosICoqWSoqIGF4ZXMgKiBWZXJ0aWNhbCAtICoqWioqIGF4aXMgICMjIEVudGl0eSByZWxhdGlvbnNoaXAgZGlhZ3JhbSAgIVtlcmRdKC4uL3VtbC9wYWNrZXIuc3ZnKVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjcuMTYwNVxuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvciAoaHR0cHM6Ly9vcGVuYXBpLWdlbmVyYXRvci50ZWNoKS5cbiAqIGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaFxuICogRG8gbm90IGVkaXQgdGhlIGNsYXNzIG1hbnVhbGx5LlxuICovXG5pbXBvcnQgeyBFbnRpdHlWYWxpZGF0aW9uUGFja2VyIH0gZnJvbSAnLi9lbnRpdHlWYWxpZGF0aW9uJztcbmltcG9ydCB7IFRyYWNlZGF0YVBhY2tlciB9IGZyb20gJy4vdHJhY2VkYXRhJztcblxuXG4vKipcbiAqIERhdGEgdmFsaWRhdGlvbiByZXN1bHQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVmFsaWRhdGVSZXN1bHRQYWNrZXIgeyBcbiAgICB0cmFjZWRhdGE6IFRyYWNlZGF0YVBhY2tlcjtcbiAgICAvKipcbiAgICAgKiBWYWxpZGF0aW9uIGxpc3QuXG4gICAgICovXG4gICAgdmFsaWRhdGlvbnM6IEFycmF5PEVudGl0eVZhbGlkYXRpb25QYWNrZXI+O1xufVxuXG4iXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsaWRhdGVSZXN1bHQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9tb2RlbC92YWxpZGF0ZVJlc3VsdC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBWUnQuUGFja2VyIFtQQ11cbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC45LjE2NTNcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IuXG4gKiBEbyBub3QgZWRpdCB0aGUgY2xhc3MgbWFudWFsbHkuXG4gKi9cbmltcG9ydCB7IEVudGl0eVZhbGlkYXRpb25QYWNrZXIgfSBmcm9tICcuL2VudGl0eVZhbGlkYXRpb24nO1xuaW1wb3J0IHsgVHJhY2VkYXRhUGFja2VyIH0gZnJvbSAnLi90cmFjZWRhdGEnO1xuXG5cbi8qKlxuICogRGF0YSB2YWxpZGF0aW9uIHJlc3VsdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBWYWxpZGF0ZVJlc3VsdFBhY2tlciB7IFxuICAgIHRyYWNlZGF0YTogVHJhY2VkYXRhUGFja2VyO1xuICAgIC8qKlxuICAgICAqIExpc3Qgb2YgY2hlY2tzLiBEZXBlbmRpbmcgb24gdGhlIGZsYWcgYGNhbGN1bGF0aW9uX3NldHRpbmdzLnRyZWF0X3ZhbGlkYXRpb25zX2FzX2Vycm9yc2AgLSB0cmlnZ2VyZWQgY2hlY2tzIGFyZSBpbnRlcnByZXRlZCBhcyBlcnJvcnMgb3IgcmVzdWx0IGluIHRoZSByZW1vdmFsIG9mIGVycm9uZW91cyBkYXRhIGZyb20gdGhlIGNhbGN1bGF0aW9uLiBcbiAgICAgKi9cbiAgICB2YWxpZGF0aW9uczogQXJyYXk8RW50aXR5VmFsaWRhdGlvblBhY2tlcj47XG59XG5cbiJdfQ==
@@ -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.1605
4
+ * The version of the OpenAPI document: 4.9.1653
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvblJlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3ZlcnNpb25SZXN1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7Ozs7R0FVRyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVlJ0LlBhY2tlciBbUENdXG4gKiBWZWVyb3V0ZSBQYWNrZXIgQVBJLiAgIyBEZXNjcmlwdGlvbiAgVGhlIHNlcnZpY2UgaXMgZGVzaWduZWQgdG8gY2FsY3VsYXRlIHRoZSBwbGFjZW1lbnQgb2YgZ29vZHMgaW5zaWRlIHNwZWNpZmllZCBwYWNrYWdlcy4gICMjIFBhY2thZ2UgdHlwZXMgICMjIyBQYWxsZXQgICFbcGFsbGV0XSguLi9pbWFnZXMvcGFja2VyX3BhbGxldC5zdmcpICAqTW9ubyBwYWxsZXQqICBJZiBhIHBhbGxldCBpcyBmdWxseSBlcXVpcHBlZCB3aXRoIHRoZSBzYW1lIHByb2R1Y3QsIHRoZW4gc3VjaCBhIHBhbGxldCBpcyBjYWxsZWQgbW9uby1wYWxsZXQsIG1vbm8tcGFsbGV0IGxvYWRpbmcgcnVsZXM6ICAxLiBUaGUgbWF4aW11bSBwZXJtaXNzaWJsZSBoZWlnaHQgb2YgdGhlIHBhbGxldCB3aXRoIHRoZSBnb29kcyBsYWlkIG9uIGl0OiAxODAwIG1tIDEuIE1heGltdW0gcGVybWlzc2libGUgd2VpZ2h0IG9mIHRoZSBsb2FkZWQgcGFsbGV0OiA2NTAga2cgMS4gUGFja2FnZXMgb2YgZ29vZHMgbWF5IG9ubHkgYmUgc3RhY2tlZCBwYXJhbGxlbCB0byB0aGUgcGFsbGV0IHdhbGxzLiAxLiBJdCBpcyBhbGxvd2VkIHRvIHJvdGF0ZSBwYWNrYWdlcyBhcm91bmQgdGhlIHZlcnRpY2FsIFogYXhpcyBhbmQgb25seSBhdCByaWdodCBhbmdsZXMuIDEuIFRvIGxldmVsIHRoZSBoZWlnaHQgYmV0d2VlbiBwb3NpdGlvbnMgKGZvciBwbGFjaW5nIGFub3RoZXIgcGFsbGV0IG9uIHRvcCksIGVtcHR5IHNwYWNlcyBjYW4gYmUgYWRkZWQgdG8gdGhlIHN0YWNraW5nIGluIGxheWVycy4gICpab25lZCBwYWxsZXQqICBBZnRlciB0aGUgZm9ybWF0aW9uIG9mIG1vbm8tcGFsbGV0cywgdGhlIHJlbWFpbmluZyBwYXJ0IG9mIHRoZSBnb29kcyBvZiB0aGUgc2FtZSBhcnRpY2xlIGlzIHBsYWNlZCBvbiB0aGUgbmV4dCBwYWxsZXQsIHdoaWNoIGlzIGRpdmlkZWQgaW50byB6b25lcyBieSBtZWFucyBvZiBhIGNhcmRib2FyZCBwYXJ0aXRpb24gaW4gc3VjaCBhIHdheSB0aGF0IG9ubHkgb25lIGFydGljbGUgaXMgcGxhY2VkIGluIGVhY2ggem9uZSwgdGhlIHpvbmVzIGhhdmUgdGhlIGZvbGxvd2luZyByZXN0cmljdGlvbnM6ICAxLiBab25lcyBhcmUgcmVjdGFuZ3VsYXIuIDEuIFRoZSByYXRpbyBiZXR3ZWVuIHRoZSBzaWRlcyBvZiB0aGUgem9uZXMgY2FuIGJlIGFueS4gMS4gT25lIHNpZGUgb2YgYW55IHpvbmUgaXMgYWx3YXlzIGluIGNvbnRhY3Qgd2l0aCB0aGUgZWRnZSBvZiB0aGUgcGFsbGV0LiAxLiBBbGxvd2FibGUgbnVtYmVyIG9mIHpvbmVzIG9uIGEgcGFsbGV0OiBmcm9tIDIgdG8gNi4gMS4gRWFjaCB6b25lIGlzIGZpbGxlZCBhY2NvcmRpbmcgdG8gdGhlIHJ1bGVzIGZvciBmaWxsaW5nIGEgbW9uby1wYWxsZXQuIDEuIFRoZSBzdGFja2luZyBoZWlnaHQgb2YgYWxsIGdvb2RzIGRvZXMgbm90IGV4Y2VlZCA1MCBtbSwgc28gdGhhdCBhbm90aGVyIHBhbGxldCBjYW4gYmUgcGxhY2VkIG9uIHRvcCBvZiBzdWNoIGEgcGFsbGV0LiAxLiBJdCBpcyBhbGxvd2VkIHRvIGZvcm0gcGFsbGV0cyB3aXRoIGRpZmZlcmVudCBzdGFja2luZyBoZWlnaHRzIGZvciBkaWZmZXJlbnQgcG9zaXRpb25zICh0aGUgZGlmZmVyZW5jZSBpbiBoZWlnaHRzIGlzIG1vcmUgdGhhbiA1MCBtbSksIGlmIHRoZXNlIGFyZSB0aGUgdG9wIHBhbGxldHMgaW4gYSBzdGFjay4gICMjIyBNaXggYm94ICAhW21peGJveF0oLi4vaW1hZ2VzL3BhY2tlcl9taXhib3guc3ZnKSAgSWYgdGhlIHN0ZXBzIGFib3ZlIGZhaWwgdG8gcGxhY2UgdGhlIGl0ZW0gaW4gdGhpcyB3YXksIHNvIHRoYXQgdGhlIHBhbGxldCBoYXMgdGhlIHJlcXVpcmVkIGhlaWdodCBvciB3ZWlnaHQsIG1peCBib3hlcyBhcmUgdXNlZDogIDEuIE1peCBib3hlcyBjYW4gb25seSBiZSBwbGFjZWQgaW4gb25lIGxheWVyLiAxLiBJbiBvbmUgbWl4LWJveCB0aGVyZSBjYW4gYmUgZGlmZmVyZW50IGdvb2RzLCBpbiB0aGlzIGNhc2UgaXQgaXMgZGl2aWRlZCBieSBwYXJ0aXRpb25zIHNpbWlsYXJseSB0byB0aGUgcGFsbGV0ICh0aGUgb25seSBkaWZmZXJlbmNlIGlzIHRoYXQgdGhlIGhlaWdodCBvZiB0aGUgcGFja2VkIGdvb2RzIGlzIG5vdCBhbGlnbmVkKS4gMS4gTWl4IGJveGVzIGNhbiBiZSBtaXhlZCB3aXRoIGl0ZW1zIG9uIG9uZSBwYWxsZXQuIDEuIE9uZSBwcm9kdWN0IGNhbiBiZSBwYWNrZWQgaW4gZGlmZmVyZW50IG1peCBib3hlcy4gICMjIyBTbG90ICAhW3Nsb3RdKC4uL2ltYWdlcy9wYWNrZXJfc2xvdC5zdmcpICBMb2FkZWQgcGFsbGV0cyBhcmUgc3RhY2tlZCBvbiB0b3Agb2YgZWFjaCBvdGhlciwgdGhlIHNsb3QgaXMgd2hlcmUgdGhlIHN0YWNrIG9mIHBhbGxldHMgaXMgcGxhY2VkLiBUaGUgc2xvdCBoYXMgbm8gcGh5c2ljYWwgYm9keSAtIHNvIHRoZSBkaW1lbnNpb25zIG9mIHRoZSBgYm9keWAgb2YgdGhlIHNsb3QgYXJlIHplcm8uICAjIyBDb29yZGluYXRlIHN5c3RlbSAgIVtjb29yZGluYXRlc10oLi4vaW1hZ2VzL3BhY2tlcl9jb29yZGluYXRlcy5zdmcpICBUaGUgbG9jYWwgY29vcmRpbmF0ZSBzeXN0ZW0gaXMgdXNlZCB0byBpbmRpY2F0ZSB0aGUgbG9jYXRpb24gb2YgcGFja2FnZXMgYW5kIGdvb2RzLCBpbiB3aGljaCB0aGUgY29vcmRpbmF0ZXMgb2YgYSBwYXJ0aWN1bGFyIG9iamVjdCBhcmUgaW5kaWNhdGVkIHJlbGF0aXZlIHRvIHRoZSBuZWFyLWxlZnQgbG93ZXIgY29ybmVyIG9mIHRoZSBwYXJlbnQgb2JqZWN0LCB3aGlsZTogICogSG9yaXpvbnRhbCBwbGFuZSAtICoqWCoqLCAqKlkqKiBheGVzICogVmVydGljYWwgLSAqKloqKiBheGlzICAjIyBFbnRpdHkgcmVsYXRpb25zaGlwIGRpYWdyYW0gICFbZXJkXSguLi91bWwvcGFja2VyLnN2ZylcbiAqXG4gKiBUaGUgdmVyc2lvbiBvZiB0aGUgT3BlbkFQSSBkb2N1bWVudDogNC43LjE2MDVcbiAqIENvbnRhY3Q6IHNlcnZpY2VkZXNrQHZlZXJvdXRlLmNvbVxuICpcbiAqIE5PVEU6IFRoaXMgY2xhc3MgaXMgYXV0byBnZW5lcmF0ZWQgYnkgT3BlbkFQSSBHZW5lcmF0b3IgKGh0dHBzOi8vb3BlbmFwaS1nZW5lcmF0b3IudGVjaCkuXG4gKiBodHRwczovL29wZW5hcGktZ2VuZXJhdG9yLnRlY2hcbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogU2VydmljZSB2ZXJzaW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFZlcnNpb25SZXN1bHRQYWNrZXIgeyBcbiAgICAvKipcbiAgICAgKiBQcm9kdWN0IHZlcnNpb24uIFdpdGhpbiBhIHNpbmdsZSB2ZXJzaW9uLCBjb21wYXRpYmlsaXR5IG9mIGNvbW1vbiBkYXRhIHN0cnVjdHVyZXMgYmV0d2VlbiBzZXJ2aWNlcyBpcyBndWFyYW50ZWVkLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBjaGFuZ2VzIHRoYXQgYXJlIGluY29tcGF0aWJsZSB3aXRoIHByZXZpb3VzIHZlcnNpb25zIG9mIHRoZSBwcm9kdWN0IChhbmQgYWxsIHNlcnZpY2VzKS4gXG4gICAgICovXG4gICAgbWFqb3I6IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5vciB2ZXJzaW9uIG9mIHRoZSBzZXJ2aWNlLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBuZXcgZnVuY3Rpb25hbGl0eS4gVGhlIHVwZGF0ZSBpcyBiYWNrd2FyZCBjb21wYXRpYmxlIHdpdGggdGhlIG1ham9yIHZlcnNpb24gb2YgdGhlIHNlcnZpY2UuIFxuICAgICAqL1xuICAgIG1pbm9yOiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogQnVpbGQgdmVyc2lvbi4gICAgICAgQ29udGFpbnMgYmFja3dhcmRzIGNvbXBhdGlibGUgYnVnIGZpeGVzIGFuZCBkb2NzIHVwZGF0ZS4gXG4gICAgICovXG4gICAgYnVpbGQ6IHN0cmluZztcbn1cblxuIl19
11
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvblJlc3VsdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3ZlcnNpb25SZXN1bHQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5QYWNrZXIgW1BDXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjkuMTY1M1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogU2VydmljZSB2ZXJzaW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFZlcnNpb25SZXN1bHRQYWNrZXIgeyBcbiAgICAvKipcbiAgICAgKiBQcm9kdWN0IHZlcnNpb24uIFdpdGhpbiBhIHNpbmdsZSB2ZXJzaW9uLCBjb21wYXRpYmlsaXR5IG9mIGNvbW1vbiBkYXRhIHN0cnVjdHVyZXMgYmV0d2VlbiBzZXJ2aWNlcyBpcyBndWFyYW50ZWVkLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBjaGFuZ2VzIHRoYXQgYXJlIGluY29tcGF0aWJsZSB3aXRoIHByZXZpb3VzIHZlcnNpb25zIG9mIHRoZSBwcm9kdWN0IChhbmQgYWxsIHNlcnZpY2VzKS4gXG4gICAgICovXG4gICAgbWFqb3I6IG51bWJlcjtcbiAgICAvKipcbiAgICAgKiBNaW5vciB2ZXJzaW9uIG9mIHRoZSBzZXJ2aWNlLiBBIHZlcnNpb24gY2hhbmdlIGluZGljYXRlcyBuZXcgZnVuY3Rpb25hbGl0eS4gVGhlIHVwZGF0ZSBpcyBiYWNrd2FyZCBjb21wYXRpYmxlIHdpdGggdGhlIG1ham9yIHZlcnNpb24gb2YgdGhlIHNlcnZpY2UuIFxuICAgICAqL1xuICAgIG1pbm9yOiBudW1iZXI7XG4gICAgLyoqXG4gICAgICogQnVpbGQgdmVyc2lvbi4gICAgICAgQ29udGFpbnMgYmFja3dhcmRzIGNvbXBhdGlibGUgYnVnIGZpeGVzIGFuZCBkb2NzIHVwZGF0ZS4gXG4gICAgICovXG4gICAgYnVpbGQ6IHN0cmluZztcbn1cblxuIl19
@@ -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.1605
116
+ * The version of the OpenAPI document: 4.9.1653
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.1605
249
+ * The version of the OpenAPI document: 4.9.1653
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.1605
685
+ * The version of the OpenAPI document: 4.9.1653
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,21 @@ 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.1605
839
+ * The version of the OpenAPI document: 4.9.1653
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.1605
849
+ * The version of the OpenAPI document: 4.9.1653
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.
863
853
  * Do not edit the class manually.
864
854
  */
865
855
  /**
@@ -879,70 +869,70 @@ var CalculationStatusPacker;
879
869
 
880
870
  /**
881
871
  * 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
872
  *
884
- * The version of the OpenAPI document: 4.7.1605
873
+ * The version of the OpenAPI document: 4.9.1653
885
874
  * Contact: servicedesk@veeroute.com
886
875
  *
887
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
888
- * https://openapi-generator.tech
876
+ * NOTE: This class is auto generated by OpenAPI Generator.
889
877
  * Do not edit the class manually.
890
878
  */
891
879
 
892
880
  /**
893
881
  * 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
882
  *
896
- * The version of the OpenAPI document: 4.7.1605
883
+ * The version of the OpenAPI document: 4.9.1653
897
884
  * Contact: servicedesk@veeroute.com
898
885
  *
899
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
900
- * https://openapi-generator.tech
886
+ * NOTE: This class is auto generated by OpenAPI Generator.
901
887
  * Do not edit the class manually.
902
888
  */
903
889
 
904
890
  /**
905
891
  * 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
892
  *
908
- * The version of the OpenAPI document: 4.7.1605
893
+ * The version of the OpenAPI document: 4.9.1653
909
894
  * Contact: servicedesk@veeroute.com
910
895
  *
911
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
912
- * https://openapi-generator.tech
896
+ * NOTE: This class is auto generated by OpenAPI Generator.
913
897
  * Do not edit the class manually.
914
898
  */
915
899
 
916
900
  /**
917
901
  * 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
902
  *
920
- * The version of the OpenAPI document: 4.7.1605
903
+ * The version of the OpenAPI document: 4.9.1653
921
904
  * Contact: servicedesk@veeroute.com
922
905
  *
923
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
924
- * https://openapi-generator.tech
906
+ * NOTE: This class is auto generated by OpenAPI Generator.
925
907
  * Do not edit the class manually.
926
908
  */
927
909
  /**
928
- * Error type: * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INCONSISTENT_REFERENCE` - bad reference key
910
+ * 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
911
  */
930
912
  var EntityErrorTypePacker;
931
913
  (function (EntityErrorTypePacker) {
932
914
  EntityErrorTypePacker["UNIQUE_IDS_VIOLATION"] = "UNIQUE_IDS_VIOLATION";
933
915
  EntityErrorTypePacker["INCONSISTENT_REFERENCE"] = "INCONSISTENT_REFERENCE";
916
+ EntityErrorTypePacker["INVALID_SLOTS_COUNT"] = "INVALID_SLOTS_COUNT";
917
+ EntityErrorTypePacker["INVALID_SLOT_CONTAINER"] = "INVALID_SLOT_CONTAINER";
918
+ EntityErrorTypePacker["INVALID_SLOT_BODY"] = "INVALID_SLOT_BODY";
919
+ EntityErrorTypePacker["INVALID_PALLETS_COUNT"] = "INVALID_PALLETS_COUNT";
920
+ EntityErrorTypePacker["INVALID_PALLET_CONTAINER_DIMENSIONS"] = "INVALID_PALLET_CONTAINER_DIMENSIONS";
921
+ EntityErrorTypePacker["INVALID_PALLET_CONTAINER"] = "INVALID_PALLET_CONTAINER";
922
+ EntityErrorTypePacker["INVALID_MIXBOX_CONTAINER"] = "INVALID_MIXBOX_CONTAINER";
923
+ EntityErrorTypePacker["INVALID_MIXBOX_COUNT"] = "INVALID_MIXBOX_COUNT";
924
+ EntityErrorTypePacker["INVALID_PRODUCT_DIMENSIONS"] = "INVALID_PRODUCT_DIMENSIONS";
925
+ EntityErrorTypePacker["INVALID_PRODUCT_COUNT"] = "INVALID_PRODUCT_COUNT";
934
926
  })(EntityErrorTypePacker || (EntityErrorTypePacker = {}));
935
927
  ;
936
928
 
937
929
  /**
938
930
  * 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
931
  *
941
- * The version of the OpenAPI document: 4.7.1605
932
+ * The version of the OpenAPI document: 4.9.1653
942
933
  * Contact: servicedesk@veeroute.com
943
934
  *
944
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
945
- * https://openapi-generator.tech
935
+ * NOTE: This class is auto generated by OpenAPI Generator.
946
936
  * Do not edit the class manually.
947
937
  */
948
938
  /**
@@ -959,45 +949,32 @@ var EntityTypePacker;
959
949
 
960
950
  /**
961
951
  * 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
952
  *
964
- * The version of the OpenAPI document: 4.7.1605
953
+ * The version of the OpenAPI document: 4.9.1653
965
954
  * Contact: servicedesk@veeroute.com
966
955
  *
967
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
968
- * https://openapi-generator.tech
956
+ * NOTE: This class is auto generated by OpenAPI Generator.
969
957
  * Do not edit the class manually.
970
958
  */
971
959
  /**
972
- * Validation type: * `NO_COMPATIBLE_PACKAGE` - product does not fit into any package
960
+ * 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
961
  */
974
962
  var EntityValidationTypePacker;
975
963
  (function (EntityValidationTypePacker) {
976
- EntityValidationTypePacker["NO_COMPATIBLE_PACKAGE"] = "NO_COMPATIBLE_PACKAGE";
964
+ EntityValidationTypePacker["PALLET_SLOT_FIT"] = "INVALID_PALLET_SLOT_FIT";
965
+ EntityValidationTypePacker["MIXBOX_PALLET_FIT"] = "INVALID_MIXBOX_PALLET_FIT";
966
+ EntityValidationTypePacker["PRODUCT_PACKAGE_FIT"] = "INVALID_PRODUCT_PACKAGE_FIT";
967
+ EntityValidationTypePacker["PRODUCT_COMPATIBILITY"] = "INVALID_PRODUCT_COMPATIBILITY";
977
968
  })(EntityValidationTypePacker || (EntityValidationTypePacker = {}));
978
969
  ;
979
970
 
980
971
  /**
981
972
  * 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
973
  *
984
- * The version of the OpenAPI document: 4.7.1605
974
+ * The version of the OpenAPI document: 4.9.1653
985
975
  * Contact: servicedesk@veeroute.com
986
976
  *
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
- *
996
- * The version of the OpenAPI document: 4.7.1605
997
- * Contact: servicedesk@veeroute.com
998
- *
999
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1000
- * https://openapi-generator.tech
977
+ * NOTE: This class is auto generated by OpenAPI Generator.
1001
978
  * Do not edit the class manually.
1002
979
  */
1003
980
  /**
@@ -1013,25 +990,21 @@ var PackageTypePacker;
1013
990
 
1014
991
  /**
1015
992
  * 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
993
  *
1018
- * The version of the OpenAPI document: 4.7.1605
994
+ * The version of the OpenAPI document: 4.9.1653
1019
995
  * Contact: servicedesk@veeroute.com
1020
996
  *
1021
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1022
- * https://openapi-generator.tech
997
+ * NOTE: This class is auto generated by OpenAPI Generator.
1023
998
  * Do not edit the class manually.
1024
999
  */
1025
1000
 
1026
1001
  /**
1027
1002
  * 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
1003
  *
1030
- * The version of the OpenAPI document: 4.7.1605
1004
+ * The version of the OpenAPI document: 4.9.1653
1031
1005
  * Contact: servicedesk@veeroute.com
1032
1006
  *
1033
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1034
- * https://openapi-generator.tech
1007
+ * NOTE: This class is auto generated by OpenAPI Generator.
1035
1008
  * Do not edit the class manually.
1036
1009
  */
1037
1010
  /**
@@ -1054,25 +1027,21 @@ var ServiceNamePacker;
1054
1027
 
1055
1028
  /**
1056
1029
  * 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
1030
  *
1059
- * The version of the OpenAPI document: 4.7.1605
1031
+ * The version of the OpenAPI document: 4.9.1653
1060
1032
  * Contact: servicedesk@veeroute.com
1061
1033
  *
1062
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1063
- * https://openapi-generator.tech
1034
+ * NOTE: This class is auto generated by OpenAPI Generator.
1064
1035
  * Do not edit the class manually.
1065
1036
  */
1066
1037
 
1067
1038
  /**
1068
1039
  * 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
1040
  *
1071
- * The version of the OpenAPI document: 4.7.1605
1041
+ * The version of the OpenAPI document: 4.9.1653
1072
1042
  * Contact: servicedesk@veeroute.com
1073
1043
  *
1074
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
1075
- * https://openapi-generator.tech
1044
+ * NOTE: This class is auto generated by OpenAPI Generator.
1076
1045
  * Do not edit the class manually.
1077
1046
  */
1078
1047