@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.
- package/README.md +1 -1
- package/api/convertService.d.ts +2 -4
- package/api/convertServiceInterface.d.ts +2 -4
- package/api/packService.d.ts +3 -5
- package/api/packServiceInterface.d.ts +3 -5
- package/api/systemService.d.ts +2 -4
- package/api/systemServiceInterface.d.ts +2 -4
- package/bundles/veeroute-lss-packer-angular.umd.js +34 -39
- package/bundles/veeroute-lss-packer-angular.umd.js.map +1 -1
- package/cfg/method_groups.json +3 -3
- package/esm2015/api/convertService.js +3 -5
- package/esm2015/api/convertServiceInterface.js +1 -1
- package/esm2015/api/packService.js +3 -5
- package/esm2015/api/packServiceInterface.js +1 -1
- package/esm2015/api/systemService.js +3 -5
- package/esm2015/api/systemServiceInterface.js +1 -1
- package/esm2015/model/calculationAsyncResult.js +1 -1
- package/esm2015/model/calculationInfo.js +1 -1
- package/esm2015/model/calculationSettings.js +3 -5
- package/esm2015/model/calculationState.js +1 -1
- package/esm2015/model/calculationStatus.js +3 -5
- package/esm2015/model/checkResult.js +3 -5
- package/esm2015/model/coordinates.js +3 -5
- package/esm2015/model/dimensions.js +3 -5
- package/esm2015/model/entityError.js +1 -1
- package/esm2015/model/entityErrorType.js +14 -6
- package/esm2015/model/entityPath.js +1 -1
- package/esm2015/model/entityType.js +3 -5
- package/esm2015/model/entityValidation.js +1 -1
- package/esm2015/model/entityValidationType.js +8 -7
- package/esm2015/model/inlineResponse400.js +1 -1
- package/esm2015/model/inlineResponse401.js +1 -1
- package/esm2015/model/inlineResponse402.js +1 -1
- package/esm2015/model/inlineResponse403.js +1 -1
- package/esm2015/model/inlineResponse404.js +1 -1
- package/esm2015/model/inlineResponse404Detail.js +1 -1
- package/esm2015/model/inlineResponse429.js +1 -1
- package/esm2015/model/inlineResponse500.js +1 -1
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/packResult.js +1 -1
- package/esm2015/model/packSettings.js +1 -1
- package/esm2015/model/packStatistics.js +1 -12
- package/esm2015/model/packTask.js +1 -1
- package/esm2015/model/package.js +1 -1
- package/esm2015/model/packageLayout.js +1 -1
- package/esm2015/model/packageStatistics.js +2 -0
- package/esm2015/model/packageType.js +3 -5
- package/esm2015/model/product.js +1 -1
- package/esm2015/model/productGroupLayout.js +1 -1
- package/esm2015/model/productLayout.js +1 -1
- package/esm2015/model/renderTask.js +1 -1
- package/esm2015/model/schemaError.js +3 -5
- package/esm2015/model/serviceName.js +3 -5
- package/esm2015/model/tracedata.js +1 -1
- package/esm2015/model/unpackedItems.js +3 -5
- package/esm2015/model/validateResult.js +1 -1
- package/esm2015/model/versionResult.js +3 -5
- package/fesm2015/veeroute-lss-packer-angular.js +48 -79
- package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
- package/model/calculationAsyncResult.d.ts +2 -4
- package/model/calculationInfo.d.ts +2 -4
- package/model/calculationSettings.d.ts +2 -4
- package/model/calculationState.d.ts +2 -4
- package/model/calculationStatus.d.ts +2 -4
- package/model/checkResult.d.ts +2 -4
- package/model/coordinates.d.ts +2 -4
- package/model/dimensions.d.ts +2 -4
- package/model/entityError.d.ts +2 -4
- package/model/entityErrorType.d.ts +14 -6
- package/model/entityPath.d.ts +2 -4
- package/model/entityType.d.ts +2 -4
- package/model/entityValidation.d.ts +2 -4
- package/model/entityValidationType.d.ts +7 -6
- package/model/inlineResponse400.d.ts +4 -6
- package/model/inlineResponse401.d.ts +2 -4
- package/model/inlineResponse402.d.ts +2 -4
- package/model/inlineResponse403.d.ts +2 -4
- package/model/inlineResponse404.d.ts +2 -4
- package/model/inlineResponse404Detail.d.ts +2 -4
- package/model/inlineResponse429.d.ts +2 -4
- package/model/inlineResponse500.d.ts +2 -4
- package/model/models.d.ts +1 -0
- package/model/packResult.d.ts +3 -5
- package/model/packSettings.d.ts +2 -4
- package/model/packStatistics.d.ts +6 -11
- package/model/packTask.d.ts +2 -4
- package/model/package.d.ts +2 -4
- package/model/packageLayout.d.ts +2 -4
- package/model/packageStatistics.d.ts +40 -0
- package/model/packageType.d.ts +2 -4
- package/model/product.d.ts +3 -5
- package/model/productGroupLayout.d.ts +2 -4
- package/model/productLayout.d.ts +2 -4
- package/model/renderTask.d.ts +2 -4
- package/model/schemaError.d.ts +2 -4
- package/model/serviceName.d.ts +2 -4
- package/model/tracedata.d.ts +3 -5
- package/model/unpackedItems.d.ts +2 -4
- package/model/validateResult.d.ts +3 -5
- package/model/versionResult.d.ts +2 -4
- package/package.json +1 -1
- 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  *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  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  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  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 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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,
|
|
11
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidW5wYWNrZWRJdGVtcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL21vZGVsL3VucGFja2VkSXRlbXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7Ozs7O0dBUUciLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFZSdC5QYWNrZXIgW1BDXVxuICpcbiAqIFRoZSB2ZXJzaW9uIG9mIHRoZSBPcGVuQVBJIGRvY3VtZW50OiA0LjkuMTY1M1xuICogQ29udGFjdDogc2VydmljZWRlc2tAdmVlcm91dGUuY29tXG4gKlxuICogTk9URTogVGhpcyBjbGFzcyBpcyBhdXRvIGdlbmVyYXRlZCBieSBPcGVuQVBJIEdlbmVyYXRvci5cbiAqIERvIG5vdCBlZGl0IHRoZSBjbGFzcyBtYW51YWxseS5cbiAqL1xuXG5cbi8qKlxuICogVW5wYWNrZWQgaXRlbXMgbGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBVbnBhY2tlZEl0ZW1zUGFja2VyIHsgXG4gICAgLyoqXG4gICAgICogVW5wYWNrZWQgcHJvZHVjdCBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcHJvZHVjdF9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbiAgICAvKipcbiAgICAgKiBVbnVzZWQgcGFja2FnZSBrZXlzIGxpc3QuXG4gICAgICovXG4gICAgcGFja2FnZV9rZXlzPzogQXJyYXk8c3RyaW5nPjtcbn1cblxuIl19
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
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  *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  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  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  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 
|
|
4
3
|
*
|
|
5
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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,
|
|
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  *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  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  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  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 
|
|
116
115
|
*
|
|
117
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
251
248
|
*
|
|
252
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
689
684
|
*
|
|
690
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
845
838
|
*
|
|
846
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
857
848
|
*
|
|
858
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
883
872
|
*
|
|
884
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
895
882
|
*
|
|
896
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
907
892
|
*
|
|
908
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
919
902
|
*
|
|
920
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
940
931
|
*
|
|
941
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
963
952
|
*
|
|
964
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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: * `
|
|
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["
|
|
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  *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  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  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  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 
|
|
983
973
|
*
|
|
984
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
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  *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  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  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  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 
|
|
1017
993
|
*
|
|
1018
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
1029
1003
|
*
|
|
1030
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
1058
1030
|
*
|
|
1059
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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  *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  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  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  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 
|
|
1070
1040
|
*
|
|
1071
|
-
* The version of the OpenAPI document: 4.
|
|
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
|
|
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
|
|