@veeroute/lss-packer-angular 4.7.1607 → 5.1.1673
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/attribute.js +11 -0
- 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 +3 -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 +58 -79
- package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
- package/model/attribute.d.ts +22 -0
- 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 +2 -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 +4 -5
- 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 +5 -6
- 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
package/README.md
CHANGED
package/api/convertService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpHeaders } from '@angular/common/http';
|
package/api/packService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -85,7 +83,7 @@ export declare class PackService implements PackServiceInterface {
|
|
|
85
83
|
}): Observable<HttpEvent<CalculationStatePacker>>;
|
|
86
84
|
/**
|
|
87
85
|
* Getting the result
|
|
88
|
-
* Getting the
|
|
86
|
+
* Getting the result based on the calculation identifier.
|
|
89
87
|
* @param requestParameters
|
|
90
88
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
91
89
|
* @param reportProgress flag to report request and response progress.
|
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpHeaders } from '@angular/common/http';
|
|
@@ -61,7 +59,7 @@ export interface PackServiceInterface {
|
|
|
61
59
|
readPackCalculationState(requestParameters: ReadPackCalculationStateRequestParams, extraHttpRequestParams?: any): Observable<CalculationStatePacker>;
|
|
62
60
|
/**
|
|
63
61
|
* Getting the result
|
|
64
|
-
* Getting the
|
|
62
|
+
* Getting the result based on the calculation identifier.
|
|
65
63
|
* @param requestParameters
|
|
66
64
|
*/
|
|
67
65
|
readPackResult(requestParameters: ReadPackResultRequestParams, extraHttpRequestParams?: any): Observable<PackResultPacker>;
|
package/api/systemService.d.ts
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpClient, HttpHeaders, HttpResponse, HttpEvent, HttpParameterCodec, HttpContext } from '@angular/common/http';
|
|
@@ -1,12 +1,10 @@
|
|
|
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
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
6
5
|
* Contact: servicedesk@veeroute.com
|
|
7
6
|
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
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
|
import { HttpHeaders } from '@angular/common/http';
|
|
@@ -142,13 +142,11 @@
|
|
|
142
142
|
|
|
143
143
|
/**
|
|
144
144
|
* VRt.Packer [PC]
|
|
145
|
-
* 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 
|
|
146
145
|
*
|
|
147
|
-
* The version of the OpenAPI document:
|
|
146
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
148
147
|
* Contact: servicedesk@veeroute.com
|
|
149
148
|
*
|
|
150
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
151
|
-
* https://openapi-generator.tech
|
|
149
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
152
150
|
* Do not edit the class manually.
|
|
153
151
|
*/
|
|
154
152
|
var ConvertService = /** @class */ (function () {
|
|
@@ -281,13 +279,11 @@
|
|
|
281
279
|
|
|
282
280
|
/**
|
|
283
281
|
* VRt.Packer [PC]
|
|
284
|
-
* 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 
|
|
285
282
|
*
|
|
286
|
-
* The version of the OpenAPI document:
|
|
283
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
287
284
|
* Contact: servicedesk@veeroute.com
|
|
288
285
|
*
|
|
289
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
290
|
-
* https://openapi-generator.tech
|
|
286
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
291
287
|
* Do not edit the class manually.
|
|
292
288
|
*/
|
|
293
289
|
var PackService = /** @class */ (function () {
|
|
@@ -735,13 +731,11 @@
|
|
|
735
731
|
|
|
736
732
|
/**
|
|
737
733
|
* VRt.Packer [PC]
|
|
738
|
-
* 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 
|
|
739
734
|
*
|
|
740
|
-
* The version of the OpenAPI document:
|
|
735
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
741
736
|
* Contact: servicedesk@veeroute.com
|
|
742
737
|
*
|
|
743
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
744
|
-
* https://openapi-generator.tech
|
|
738
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
745
739
|
* Do not edit the class manually.
|
|
746
740
|
*/
|
|
747
741
|
var SystemService = /** @class */ (function () {
|
|
@@ -897,13 +891,11 @@
|
|
|
897
891
|
|
|
898
892
|
/**
|
|
899
893
|
* VRt.Packer [PC]
|
|
900
|
-
* 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 
|
|
901
894
|
*
|
|
902
|
-
* The version of the OpenAPI document:
|
|
895
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
903
896
|
* Contact: servicedesk@veeroute.com
|
|
904
897
|
*
|
|
905
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
906
|
-
* https://openapi-generator.tech
|
|
898
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
907
899
|
* Do not edit the class manually.
|
|
908
900
|
*/
|
|
909
901
|
/**
|
|
@@ -923,34 +915,40 @@
|
|
|
923
915
|
|
|
924
916
|
/**
|
|
925
917
|
* VRt.Packer [PC]
|
|
926
|
-
* 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 
|
|
927
918
|
*
|
|
928
|
-
* The version of the OpenAPI document:
|
|
919
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
929
920
|
* Contact: servicedesk@veeroute.com
|
|
930
921
|
*
|
|
931
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
932
|
-
* https://openapi-generator.tech
|
|
922
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
933
923
|
* Do not edit the class manually.
|
|
934
924
|
*/
|
|
935
925
|
/**
|
|
936
|
-
* Error type: * `UNIQUE_IDS_VIOLATION` - all keys must be unique * `INCONSISTENT_REFERENCE` - bad reference key
|
|
926
|
+
* 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
|
|
937
927
|
*/
|
|
938
928
|
exports.EntityErrorTypePacker = void 0;
|
|
939
929
|
(function (EntityErrorTypePacker) {
|
|
940
930
|
EntityErrorTypePacker["UNIQUE_IDS_VIOLATION"] = "UNIQUE_IDS_VIOLATION";
|
|
941
931
|
EntityErrorTypePacker["INCONSISTENT_REFERENCE"] = "INCONSISTENT_REFERENCE";
|
|
932
|
+
EntityErrorTypePacker["INVALID_SLOTS_COUNT"] = "INVALID_SLOTS_COUNT";
|
|
933
|
+
EntityErrorTypePacker["INVALID_SLOT_CONTAINER"] = "INVALID_SLOT_CONTAINER";
|
|
934
|
+
EntityErrorTypePacker["INVALID_SLOT_BODY"] = "INVALID_SLOT_BODY";
|
|
935
|
+
EntityErrorTypePacker["INVALID_PALLETS_COUNT"] = "INVALID_PALLETS_COUNT";
|
|
936
|
+
EntityErrorTypePacker["INVALID_PALLET_CONTAINER_DIMENSIONS"] = "INVALID_PALLET_CONTAINER_DIMENSIONS";
|
|
937
|
+
EntityErrorTypePacker["INVALID_PALLET_CONTAINER"] = "INVALID_PALLET_CONTAINER";
|
|
938
|
+
EntityErrorTypePacker["INVALID_MIXBOX_CONTAINER"] = "INVALID_MIXBOX_CONTAINER";
|
|
939
|
+
EntityErrorTypePacker["INVALID_MIXBOX_COUNT"] = "INVALID_MIXBOX_COUNT";
|
|
940
|
+
EntityErrorTypePacker["INVALID_PRODUCT_DIMENSIONS"] = "INVALID_PRODUCT_DIMENSIONS";
|
|
941
|
+
EntityErrorTypePacker["INVALID_PRODUCT_COUNT"] = "INVALID_PRODUCT_COUNT";
|
|
942
942
|
})(exports.EntityErrorTypePacker || (exports.EntityErrorTypePacker = {}));
|
|
943
943
|
;
|
|
944
944
|
|
|
945
945
|
/**
|
|
946
946
|
* VRt.Packer [PC]
|
|
947
|
-
* 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 
|
|
948
947
|
*
|
|
949
|
-
* The version of the OpenAPI document:
|
|
948
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
950
949
|
* Contact: servicedesk@veeroute.com
|
|
951
950
|
*
|
|
952
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
953
|
-
* https://openapi-generator.tech
|
|
951
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
954
952
|
* Do not edit the class manually.
|
|
955
953
|
*/
|
|
956
954
|
/**
|
|
@@ -967,33 +965,32 @@
|
|
|
967
965
|
|
|
968
966
|
/**
|
|
969
967
|
* VRt.Packer [PC]
|
|
970
|
-
* 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 
|
|
971
968
|
*
|
|
972
|
-
* The version of the OpenAPI document:
|
|
969
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
973
970
|
* Contact: servicedesk@veeroute.com
|
|
974
971
|
*
|
|
975
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
976
|
-
* https://openapi-generator.tech
|
|
972
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
977
973
|
* Do not edit the class manually.
|
|
978
974
|
*/
|
|
979
975
|
/**
|
|
980
|
-
* Validation type: * `
|
|
976
|
+
* 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
|
|
981
977
|
*/
|
|
982
978
|
exports.EntityValidationTypePacker = void 0;
|
|
983
979
|
(function (EntityValidationTypePacker) {
|
|
984
|
-
EntityValidationTypePacker["
|
|
980
|
+
EntityValidationTypePacker["PALLET_SLOT_FIT"] = "INVALID_PALLET_SLOT_FIT";
|
|
981
|
+
EntityValidationTypePacker["MIXBOX_PALLET_FIT"] = "INVALID_MIXBOX_PALLET_FIT";
|
|
982
|
+
EntityValidationTypePacker["PRODUCT_PACKAGE_FIT"] = "INVALID_PRODUCT_PACKAGE_FIT";
|
|
983
|
+
EntityValidationTypePacker["PRODUCT_COMPATIBILITY"] = "INVALID_PRODUCT_COMPATIBILITY";
|
|
985
984
|
})(exports.EntityValidationTypePacker || (exports.EntityValidationTypePacker = {}));
|
|
986
985
|
;
|
|
987
986
|
|
|
988
987
|
/**
|
|
989
988
|
* VRt.Packer [PC]
|
|
990
|
-
* 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 
|
|
991
989
|
*
|
|
992
|
-
* The version of the OpenAPI document:
|
|
990
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
993
991
|
* Contact: servicedesk@veeroute.com
|
|
994
992
|
*
|
|
995
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
996
|
-
* https://openapi-generator.tech
|
|
993
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
997
994
|
* Do not edit the class manually.
|
|
998
995
|
*/
|
|
999
996
|
/**
|
|
@@ -1009,13 +1006,11 @@
|
|
|
1009
1006
|
|
|
1010
1007
|
/**
|
|
1011
1008
|
* VRt.Packer [PC]
|
|
1012
|
-
* 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 
|
|
1013
1009
|
*
|
|
1014
|
-
* The version of the OpenAPI document:
|
|
1010
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1015
1011
|
* Contact: servicedesk@veeroute.com
|
|
1016
1012
|
*
|
|
1017
|
-
* NOTE: This class is auto generated by OpenAPI Generator
|
|
1018
|
-
* https://openapi-generator.tech
|
|
1013
|
+
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
1019
1014
|
* Do not edit the class manually.
|
|
1020
1015
|
*/
|
|
1021
1016
|
/**
|