@veeroute/lss-packer-angular 4.7.1605 → 4.9.1653

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +1 -1
  2. package/api/convertService.d.ts +2 -4
  3. package/api/convertServiceInterface.d.ts +2 -4
  4. package/api/packService.d.ts +3 -5
  5. package/api/packServiceInterface.d.ts +3 -5
  6. package/api/systemService.d.ts +2 -4
  7. package/api/systemServiceInterface.d.ts +2 -4
  8. package/bundles/veeroute-lss-packer-angular.umd.js +34 -39
  9. package/bundles/veeroute-lss-packer-angular.umd.js.map +1 -1
  10. package/cfg/method_groups.json +3 -3
  11. package/esm2015/api/convertService.js +3 -5
  12. package/esm2015/api/convertServiceInterface.js +1 -1
  13. package/esm2015/api/packService.js +3 -5
  14. package/esm2015/api/packServiceInterface.js +1 -1
  15. package/esm2015/api/systemService.js +3 -5
  16. package/esm2015/api/systemServiceInterface.js +1 -1
  17. package/esm2015/model/calculationAsyncResult.js +1 -1
  18. package/esm2015/model/calculationInfo.js +1 -1
  19. package/esm2015/model/calculationSettings.js +3 -5
  20. package/esm2015/model/calculationState.js +1 -1
  21. package/esm2015/model/calculationStatus.js +3 -5
  22. package/esm2015/model/checkResult.js +3 -5
  23. package/esm2015/model/coordinates.js +3 -5
  24. package/esm2015/model/dimensions.js +3 -5
  25. package/esm2015/model/entityError.js +1 -1
  26. package/esm2015/model/entityErrorType.js +14 -6
  27. package/esm2015/model/entityPath.js +1 -1
  28. package/esm2015/model/entityType.js +3 -5
  29. package/esm2015/model/entityValidation.js +1 -1
  30. package/esm2015/model/entityValidationType.js +8 -7
  31. package/esm2015/model/inlineResponse400.js +1 -1
  32. package/esm2015/model/inlineResponse401.js +1 -1
  33. package/esm2015/model/inlineResponse402.js +1 -1
  34. package/esm2015/model/inlineResponse403.js +1 -1
  35. package/esm2015/model/inlineResponse404.js +1 -1
  36. package/esm2015/model/inlineResponse404Detail.js +1 -1
  37. package/esm2015/model/inlineResponse429.js +1 -1
  38. package/esm2015/model/inlineResponse500.js +1 -1
  39. package/esm2015/model/models.js +2 -1
  40. package/esm2015/model/packResult.js +1 -1
  41. package/esm2015/model/packSettings.js +1 -1
  42. package/esm2015/model/packStatistics.js +1 -12
  43. package/esm2015/model/packTask.js +1 -1
  44. package/esm2015/model/package.js +1 -1
  45. package/esm2015/model/packageLayout.js +1 -1
  46. package/esm2015/model/packageStatistics.js +2 -0
  47. package/esm2015/model/packageType.js +3 -5
  48. package/esm2015/model/product.js +1 -1
  49. package/esm2015/model/productGroupLayout.js +1 -1
  50. package/esm2015/model/productLayout.js +1 -1
  51. package/esm2015/model/renderTask.js +1 -1
  52. package/esm2015/model/schemaError.js +3 -5
  53. package/esm2015/model/serviceName.js +3 -5
  54. package/esm2015/model/tracedata.js +1 -1
  55. package/esm2015/model/unpackedItems.js +3 -5
  56. package/esm2015/model/validateResult.js +1 -1
  57. package/esm2015/model/versionResult.js +3 -5
  58. package/fesm2015/veeroute-lss-packer-angular.js +48 -79
  59. package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
  60. package/model/calculationAsyncResult.d.ts +2 -4
  61. package/model/calculationInfo.d.ts +2 -4
  62. package/model/calculationSettings.d.ts +2 -4
  63. package/model/calculationState.d.ts +2 -4
  64. package/model/calculationStatus.d.ts +2 -4
  65. package/model/checkResult.d.ts +2 -4
  66. package/model/coordinates.d.ts +2 -4
  67. package/model/dimensions.d.ts +2 -4
  68. package/model/entityError.d.ts +2 -4
  69. package/model/entityErrorType.d.ts +14 -6
  70. package/model/entityPath.d.ts +2 -4
  71. package/model/entityType.d.ts +2 -4
  72. package/model/entityValidation.d.ts +2 -4
  73. package/model/entityValidationType.d.ts +7 -6
  74. package/model/inlineResponse400.d.ts +4 -6
  75. package/model/inlineResponse401.d.ts +2 -4
  76. package/model/inlineResponse402.d.ts +2 -4
  77. package/model/inlineResponse403.d.ts +2 -4
  78. package/model/inlineResponse404.d.ts +2 -4
  79. package/model/inlineResponse404Detail.d.ts +2 -4
  80. package/model/inlineResponse429.d.ts +2 -4
  81. package/model/inlineResponse500.d.ts +2 -4
  82. package/model/models.d.ts +1 -0
  83. package/model/packResult.d.ts +3 -5
  84. package/model/packSettings.d.ts +2 -4
  85. package/model/packStatistics.d.ts +6 -11
  86. package/model/packTask.d.ts +2 -4
  87. package/model/package.d.ts +2 -4
  88. package/model/packageLayout.d.ts +2 -4
  89. package/model/packageStatistics.d.ts +40 -0
  90. package/model/packageType.d.ts +2 -4
  91. package/model/product.d.ts +3 -5
  92. package/model/productGroupLayout.d.ts +2 -4
  93. package/model/productLayout.d.ts +2 -4
  94. package/model/renderTask.d.ts +2 -4
  95. package/model/schemaError.d.ts +2 -4
  96. package/model/serviceName.d.ts +2 -4
  97. package/model/tracedata.d.ts +3 -5
  98. package/model/unpackedItems.d.ts +2 -4
  99. package/model/validateResult.d.ts +3 -5
  100. package/model/versionResult.d.ts +2 -4
  101. package/package.json +1 -1
  102. package/veeroute-lss-packer-angular.metadata.json +1 -1
@@ -1,20 +1,19 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
- * Veeroute Packer API. # Description The service is designed to calculate the placement of goods inside specified packages. ## Package types ### Pallet ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
10
+ import { PackageStatisticsPacker } from './packageStatistics';
12
11
  /**
13
12
  * General statistics for packing scheme.
14
13
  */
15
14
  export interface PackStatisticsPacker {
16
15
  /**
17
- * The total number of products.
16
+ * The total number of products (taking into account the number of goods in one group).
18
17
  */
19
18
  products_count: number;
20
19
  /**
@@ -30,11 +29,7 @@ export interface PackStatisticsPacker {
30
29
  */
31
30
  total_volume: number;
32
31
  /**
33
- * Average utilization by mass (in percent) - the ratio of the loaded mass to the maximum possible.
32
+ * Statistics on used packages.
34
33
  */
35
- average_utilization_by_mass: number;
36
- /**
37
- * Average utilization by volume (in percent) - the ratio of the loaded volume to the maximum possible.
38
- */
39
- average_utilization_by_volume: number;
34
+ package_statistics: Array<PackageStatisticsPacker>;
40
35
  }
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { PackSettingsPacker } from './packSettings';
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { DimensionsPacker } from './dimensions';
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { DimensionsPacker } from './dimensions';
@@ -0,0 +1,40 @@
1
+ /**
2
+ * VRt.Packer [PC]
3
+ *
4
+ * The version of the OpenAPI document: 4.9.1653
5
+ * Contact: servicedesk@veeroute.com
6
+ *
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
8
+ * Do not edit the class manually.
9
+ */
10
+ import { PackageTypePacker } from './packageType';
11
+ /**
12
+ * Statistics for package.
13
+ */
14
+ export interface PackageStatisticsPacker {
15
+ /**
16
+ * Package key, unique identifier.
17
+ */
18
+ package_key: string;
19
+ package_type: PackageTypePacker;
20
+ /**
21
+ * The total number of packages.
22
+ */
23
+ count: number;
24
+ /**
25
+ * The maximum weight of goods that this package can hold (in total for all packages of the specified key and type), in kilograms.
26
+ */
27
+ max_container_mass: number;
28
+ /**
29
+ * The maximum volume of goods that this package can hold (total for all packages of the specified key and type), in cubic meters.
30
+ */
31
+ max_container_volume: number;
32
+ /**
33
+ * Utilization by mass (in fractions) - the ratio of the loaded mass to the maximum possible (excluding weight of packages).
34
+ */
35
+ utilization_by_mass: number;
36
+ /**
37
+ * Utilization by volume (in fractions) - the ratio of the loaded volume to the maximum possible (excluding volume of packages).
38
+ */
39
+ utilization_by_volume: number;
40
+ }
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { DimensionsPacker } from './dimensions';
@@ -28,7 +26,7 @@ export interface ProductPacker {
28
26
  */
29
27
  max_pressure?: number;
30
28
  /**
31
- * List of keys of compatible packages. If the list is empty, then all packages are considered compatible.
29
+ * List of keys of compatible packages. If the list is empty, then all packages are considered compatible. The list must be either empty or must contain the keys of all mixboxes.
32
30
  */
33
31
  compatible_package_keys?: Array<string>;
34
32
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { ProductLayoutPacker } from './productLayout';
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { DimensionsPacker } from './dimensions';
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { PackagePacker } from './package';
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { ServiceNamePacker } from './serviceName';
@@ -19,7 +17,7 @@ export interface TracedataPacker {
19
17
  */
20
18
  code: string;
21
19
  /**
22
- * The unique identifier of the client (`company_key` + `__` + `username`) that made the request.
20
+ * The unique identifier of the client (`company_key` + `_|_` + `username`) that made the request.
23
21
  */
24
22
  client: string;
25
23
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  /**
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  import { EntityValidationPacker } from './entityValidation';
@@ -17,7 +15,7 @@ import { TracedataPacker } from './tracedata';
17
15
  export interface ValidateResultPacker {
18
16
  tracedata: TracedataPacker;
19
17
  /**
20
- * Validation list.
18
+ * List of checks. Depending on the flag `calculation_settings.treat_validations_as_errors` - triggered checks are interpreted as errors or result in the removal of erroneous data from the calculation.
21
19
  */
22
20
  validations: Array<EntityValidationPacker>;
23
21
  }
@@ -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 ![pallet](../images/packer_pallet.svg) *Mono pallet* If a pallet is fully equipped with the same product, then such a pallet is called mono-pallet, mono-pallet loading rules: 1. The maximum permissible height of the pallet with the goods laid on it: 1800 mm 1. Maximum permissible weight of the loaded pallet: 650 kg 1. Packages of goods may only be stacked parallel to the pallet walls. 1. It is allowed to rotate packages around the vertical Z axis and only at right angles. 1. To level the height between positions (for placing another pallet on top), empty spaces can be added to the stacking in layers. *Zoned pallet* After the formation of mono-pallets, the remaining part of the goods of the same article is placed on the next pallet, which is divided into zones by means of a cardboard partition in such a way that only one article is placed in each zone, the zones have the following restrictions: 1. Zones are rectangular. 1. The ratio between the sides of the zones can be any. 1. One side of any zone is always in contact with the edge of the pallet. 1. Allowable number of zones on a pallet: from 2 to 6. 1. Each zone is filled according to the rules for filling a mono-pallet. 1. The stacking height of all goods does not exceed 50 mm, so that another pallet can be placed on top of such a pallet. 1. It is allowed to form pallets with different stacking heights for different positions (the difference in heights is more than 50 mm), if these are the top pallets in a stack. ### Mix box ![mixbox](../images/packer_mixbox.svg) If the steps above fail to place the item in this way, so that the pallet has the required height or weight, mix boxes are used: 1. Mix boxes can only be placed in one layer. 1. In one mix-box there can be different goods, in this case it is divided by partitions similarly to the pallet (the only difference is that the height of the packed goods is not aligned). 1. Mix boxes can be mixed with items on one pallet. 1. One product can be packed in different mix boxes. ### Slot ![slot](../images/packer_slot.svg) Loaded pallets are stacked on top of each other, the slot is where the stack of pallets is placed. The slot has no physical body - so the dimensions of the `body` of the slot are zero. ## Coordinate system ![coordinates](../images/packer_coordinates.svg) The local coordinate system is used to indicate the location of packages and goods, in which the coordinates of a particular object are indicated relative to the near-left lower corner of the parent object, while: * Horizontal plane - **X**, **Y** axes * Vertical - **Z** axis ## Entity relationship diagram ![erd](../uml/packer.svg)
4
3
  *
5
- * The version of the OpenAPI document: 4.7.1605
4
+ * The version of the OpenAPI document: 4.9.1653
6
5
  * Contact: servicedesk@veeroute.com
7
6
  *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
7
+ * NOTE: This class is auto generated by OpenAPI Generator.
10
8
  * Do not edit the class manually.
11
9
  */
12
10
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-packer-angular",
3
- "version": "4.7.1605",
3
+ "version": "4.9.1653",
4
4
  "description": "OpenAPI client for @veeroute/lss-packer-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [
@@ -1 +1 @@
1
- {"__symbolic":"module","version":4,"metadata":{"APIS":[{"__symbolic":"reference","name":"ConvertService"},{"__symbolic":"reference","name":"PackService"},{"__symbolic":"reference","name":"SystemService"}],"ConvertService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":45,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":55,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":55,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":55,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":55,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"runConvertToGltf":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"RunConvertToGltfRequestParams":{"__symbolic":"interface"},"ConvertServiceInterface":{"__symbolic":"interface"},"PackService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":59,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":69,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":69,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":69,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":69,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"cancelPackCalculation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"deletePackResult":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"readPackCalculationState":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"readPackResult":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackCalculation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackCalculationAsync":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackValidation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"CancelPackCalculationRequestParams":{"__symbolic":"interface"},"DeletePackResultRequestParams":{"__symbolic":"interface"},"ReadPackCalculationStateRequestParams":{"__symbolic":"interface"},"ReadPackResultRequestParams":{"__symbolic":"interface"},"RunPackCalculationRequestParams":{"__symbolic":"interface"},"RunPackCalculationAsyncRequestParams":{"__symbolic":"interface"},"RunPackValidationRequestParams":{"__symbolic":"interface"},"PackServiceInterface":{"__symbolic":"interface"},"SystemService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":40,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":50,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":50,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":50,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":50,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"check":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"version":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"SystemServiceInterface":{"__symbolic":"interface"},"CalculationAsyncResultPacker":{"__symbolic":"interface"},"CalculationInfoPacker":{"__symbolic":"interface"},"CalculationSettingsPacker":{"__symbolic":"interface"},"CalculationStatePacker":{"__symbolic":"interface"},"CalculationStatusPacker":{"WAITING":"WAITING","IN_PROGRESS":"IN_PROGRESS","FINISHED_IN_TIME":"FINISHED_IN_TIME","FINISHED_OUT_OF_TIME":"FINISHED_OUT_OF_TIME","CANCELED":"CANCELED","CANCELED_BY_TIMEOUT":"CANCELED_BY_TIMEOUT","FAILED":"FAILED"},"CheckResultPacker":{"__symbolic":"interface"},"CoordinatesPacker":{"__symbolic":"interface"},"DimensionsPacker":{"__symbolic":"interface"},"EntityErrorPacker":{"__symbolic":"interface"},"EntityErrorTypePacker":{"UNIQUE_IDS_VIOLATION":"UNIQUE_IDS_VIOLATION","INCONSISTENT_REFERENCE":"INCONSISTENT_REFERENCE"},"EntityPathPacker":{"__symbolic":"interface"},"EntityTypePacker":{"TASK":"TASK","SETTINGS":"SETTINGS","PRODUCT":"PRODUCT","PACKAGE":"PACKAGE"},"EntityValidationPacker":{"__symbolic":"interface"},"EntityValidationTypePacker":{"NO_COMPATIBLE_PACKAGE":"NO_COMPATIBLE_PACKAGE"},"InlineResponse400Packer":{"__symbolic":"interface"},"InlineResponse401Packer":{"__symbolic":"interface"},"InlineResponse402Packer":{"__symbolic":"interface"},"InlineResponse403Packer":{"__symbolic":"interface"},"InlineResponse404DetailPacker":{"__symbolic":"interface"},"InlineResponse404Packer":{"__symbolic":"interface"},"InlineResponse429Packer":{"__symbolic":"interface"},"InlineResponse500Packer":{"__symbolic":"interface"},"PackResultPacker":{"__symbolic":"interface"},"PackSettingsPacker":{"__symbolic":"interface"},"PackStatisticsPacker":{"__symbolic":"interface"},"PackTaskPacker":{"__symbolic":"interface"},"PackageLayoutPacker":{"__symbolic":"interface"},"PackagePacker":{"__symbolic":"interface"},"PackageTypePacker":{"SLOT":"SLOT","PALLET":"PALLET","MIXBOX":"MIXBOX"},"ProductGroupLayoutPacker":{"__symbolic":"interface"},"ProductLayoutPacker":{"__symbolic":"interface"},"ProductPacker":{"__symbolic":"interface"},"RenderTaskPacker":{"__symbolic":"interface"},"SchemaErrorPacker":{"__symbolic":"interface"},"ServiceNamePacker":{"UNIVERSAL":"UNIVERSAL","ROUTING":"ROUTING","ACCOUNT":"ACCOUNT","ADMIN":"ADMIN","STUDIO":"STUDIO","STOCK":"STOCK","PACKER":"PACKER","LONGHAUL":"LONGHAUL","CLUSTER":"CLUSTER","CARGOTIMETABLE":"CARGOTIMETABLE"},"TracedataPacker":{"__symbolic":"interface"},"UnpackedItemsPacker":{"__symbolic":"interface"},"ValidateResultPacker":{"__symbolic":"interface"},"VersionResultPacker":{"__symbolic":"interface"},"BASE_PATH":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":2,"character":29},"arguments":["basePath"]},"COLLECTION_FORMATS":{"csv":",","tsv":" ","ssv":" ","pipes":"|","$quoted$":["csv","tsv","ssv","pipes"]},"ConfigurationParameters":{"__symbolic":"interface"},"Configuration":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"any"}]}],"selectHeaderContentType":[{"__symbolic":"method"}],"selectHeaderAccept":[{"__symbolic":"method"}],"isJsonMime":[{"__symbolic":"method"}],"lookupCredential":[{"__symbolic":"method"}]}},"LssPackerApiModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"imports":[],"declarations":[],"exports":[],"providers":[]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":22,"character":18}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf","line":22,"character":30}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":23,"character":18}}]],"parameters":[{"__symbolic":"reference","name":"LssPackerApiModule"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":23,"character":35}]}]},"statics":{"forRoot":{"__symbolic":"function","parameters":["configurationFactory"],"value":{"ngModule":{"__symbolic":"reference","name":"LssPackerApiModule"},"providers":[{"provide":{"__symbolic":"reference","name":"Configuration"},"useFactory":{"__symbolic":"reference","name":"configurationFactory"}}]}}}}},"origins":{"APIS":"./api/api","ConvertService":"./api/convertService","RunConvertToGltfRequestParams":"./api/convertServiceInterface","ConvertServiceInterface":"./api/convertServiceInterface","PackService":"./api/packService","CancelPackCalculationRequestParams":"./api/packServiceInterface","DeletePackResultRequestParams":"./api/packServiceInterface","ReadPackCalculationStateRequestParams":"./api/packServiceInterface","ReadPackResultRequestParams":"./api/packServiceInterface","RunPackCalculationRequestParams":"./api/packServiceInterface","RunPackCalculationAsyncRequestParams":"./api/packServiceInterface","RunPackValidationRequestParams":"./api/packServiceInterface","PackServiceInterface":"./api/packServiceInterface","SystemService":"./api/systemService","SystemServiceInterface":"./api/systemServiceInterface","CalculationAsyncResultPacker":"./model/calculationAsyncResult","CalculationInfoPacker":"./model/calculationInfo","CalculationSettingsPacker":"./model/calculationSettings","CalculationStatePacker":"./model/calculationState","CalculationStatusPacker":"./model/calculationStatus","CheckResultPacker":"./model/checkResult","CoordinatesPacker":"./model/coordinates","DimensionsPacker":"./model/dimensions","EntityErrorPacker":"./model/entityError","EntityErrorTypePacker":"./model/entityErrorType","EntityPathPacker":"./model/entityPath","EntityTypePacker":"./model/entityType","EntityValidationPacker":"./model/entityValidation","EntityValidationTypePacker":"./model/entityValidationType","InlineResponse400Packer":"./model/inlineResponse400","InlineResponse401Packer":"./model/inlineResponse401","InlineResponse402Packer":"./model/inlineResponse402","InlineResponse403Packer":"./model/inlineResponse403","InlineResponse404DetailPacker":"./model/inlineResponse404Detail","InlineResponse404Packer":"./model/inlineResponse404","InlineResponse429Packer":"./model/inlineResponse429","InlineResponse500Packer":"./model/inlineResponse500","PackResultPacker":"./model/packResult","PackSettingsPacker":"./model/packSettings","PackStatisticsPacker":"./model/packStatistics","PackTaskPacker":"./model/packTask","PackageLayoutPacker":"./model/packageLayout","PackagePacker":"./model/package","PackageTypePacker":"./model/packageType","ProductGroupLayoutPacker":"./model/productGroupLayout","ProductLayoutPacker":"./model/productLayout","ProductPacker":"./model/product","RenderTaskPacker":"./model/renderTask","SchemaErrorPacker":"./model/schemaError","ServiceNamePacker":"./model/serviceName","TracedataPacker":"./model/tracedata","UnpackedItemsPacker":"./model/unpackedItems","ValidateResultPacker":"./model/validateResult","VersionResultPacker":"./model/versionResult","BASE_PATH":"./variables","COLLECTION_FORMATS":"./variables","ConfigurationParameters":"./configuration","Configuration":"./configuration","LssPackerApiModule":"./api.module"},"importAs":"@veeroute/lss-packer-angular"}
1
+ {"__symbolic":"module","version":4,"metadata":{"APIS":[{"__symbolic":"reference","name":"ConvertService"},{"__symbolic":"reference","name":"PackService"},{"__symbolic":"reference","name":"SystemService"}],"ConvertService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":43,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":53,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":53,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":53,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":53,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"runConvertToGltf":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"RunConvertToGltfRequestParams":{"__symbolic":"interface"},"ConvertServiceInterface":{"__symbolic":"interface"},"PackService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":57,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":67,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":67,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":67,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":67,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"cancelPackCalculation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"deletePackResult":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"readPackCalculationState":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"readPackResult":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackCalculation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackCalculationAsync":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"runPackValidation":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"CancelPackCalculationRequestParams":{"__symbolic":"interface"},"DeletePackResultRequestParams":{"__symbolic":"interface"},"ReadPackCalculationStateRequestParams":{"__symbolic":"interface"},"ReadPackResultRequestParams":{"__symbolic":"interface"},"RunPackCalculationRequestParams":{"__symbolic":"interface"},"RunPackCalculationAsyncRequestParams":{"__symbolic":"interface"},"RunPackValidationRequestParams":{"__symbolic":"interface"},"PackServiceInterface":{"__symbolic":"interface"},"SystemService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":38,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[null,[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":48,"character":51}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Inject","line":48,"character":62},"arguments":[{"__symbolic":"reference","name":"BASE_PATH"}]}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":48,"character":99}}]],"parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":48,"character":38},{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Configuration"}]}],"addToHttpParams":[{"__symbolic":"method"}],"addToHttpParamsRecursive":[{"__symbolic":"method"}],"check":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}],"version":[{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"},{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"SystemServiceInterface":{"__symbolic":"interface"},"CalculationAsyncResultPacker":{"__symbolic":"interface"},"CalculationInfoPacker":{"__symbolic":"interface"},"CalculationSettingsPacker":{"__symbolic":"interface"},"CalculationStatePacker":{"__symbolic":"interface"},"CalculationStatusPacker":{"WAITING":"WAITING","IN_PROGRESS":"IN_PROGRESS","FINISHED_IN_TIME":"FINISHED_IN_TIME","FINISHED_OUT_OF_TIME":"FINISHED_OUT_OF_TIME","CANCELED":"CANCELED","CANCELED_BY_TIMEOUT":"CANCELED_BY_TIMEOUT","FAILED":"FAILED"},"CheckResultPacker":{"__symbolic":"interface"},"CoordinatesPacker":{"__symbolic":"interface"},"DimensionsPacker":{"__symbolic":"interface"},"EntityErrorPacker":{"__symbolic":"interface"},"EntityErrorTypePacker":{"UNIQUE_IDS_VIOLATION":"UNIQUE_IDS_VIOLATION","INCONSISTENT_REFERENCE":"INCONSISTENT_REFERENCE","INVALID_SLOTS_COUNT":"INVALID_SLOTS_COUNT","INVALID_SLOT_CONTAINER":"INVALID_SLOT_CONTAINER","INVALID_SLOT_BODY":"INVALID_SLOT_BODY","INVALID_PALLETS_COUNT":"INVALID_PALLETS_COUNT","INVALID_PALLET_CONTAINER_DIMENSIONS":"INVALID_PALLET_CONTAINER_DIMENSIONS","INVALID_PALLET_CONTAINER":"INVALID_PALLET_CONTAINER","INVALID_MIXBOX_CONTAINER":"INVALID_MIXBOX_CONTAINER","INVALID_MIXBOX_COUNT":"INVALID_MIXBOX_COUNT","INVALID_PRODUCT_DIMENSIONS":"INVALID_PRODUCT_DIMENSIONS","INVALID_PRODUCT_COUNT":"INVALID_PRODUCT_COUNT"},"EntityPathPacker":{"__symbolic":"interface"},"EntityTypePacker":{"TASK":"TASK","SETTINGS":"SETTINGS","PRODUCT":"PRODUCT","PACKAGE":"PACKAGE"},"EntityValidationPacker":{"__symbolic":"interface"},"EntityValidationTypePacker":{"PALLET_SLOT_FIT":"INVALID_PALLET_SLOT_FIT","MIXBOX_PALLET_FIT":"INVALID_MIXBOX_PALLET_FIT","PRODUCT_PACKAGE_FIT":"INVALID_PRODUCT_PACKAGE_FIT","PRODUCT_COMPATIBILITY":"INVALID_PRODUCT_COMPATIBILITY"},"InlineResponse400Packer":{"__symbolic":"interface"},"InlineResponse401Packer":{"__symbolic":"interface"},"InlineResponse402Packer":{"__symbolic":"interface"},"InlineResponse403Packer":{"__symbolic":"interface"},"InlineResponse404DetailPacker":{"__symbolic":"interface"},"InlineResponse404Packer":{"__symbolic":"interface"},"InlineResponse429Packer":{"__symbolic":"interface"},"InlineResponse500Packer":{"__symbolic":"interface"},"PackResultPacker":{"__symbolic":"interface"},"PackSettingsPacker":{"__symbolic":"interface"},"PackStatisticsPacker":{"__symbolic":"interface"},"PackTaskPacker":{"__symbolic":"interface"},"PackageLayoutPacker":{"__symbolic":"interface"},"PackagePacker":{"__symbolic":"interface"},"PackageStatisticsPacker":{"__symbolic":"interface"},"PackageTypePacker":{"SLOT":"SLOT","PALLET":"PALLET","MIXBOX":"MIXBOX"},"ProductGroupLayoutPacker":{"__symbolic":"interface"},"ProductLayoutPacker":{"__symbolic":"interface"},"ProductPacker":{"__symbolic":"interface"},"RenderTaskPacker":{"__symbolic":"interface"},"SchemaErrorPacker":{"__symbolic":"interface"},"ServiceNamePacker":{"UNIVERSAL":"UNIVERSAL","ROUTING":"ROUTING","ACCOUNT":"ACCOUNT","ADMIN":"ADMIN","STUDIO":"STUDIO","STOCK":"STOCK","PACKER":"PACKER","LONGHAUL":"LONGHAUL","CLUSTER":"CLUSTER","CARGOTIMETABLE":"CARGOTIMETABLE"},"TracedataPacker":{"__symbolic":"interface"},"UnpackedItemsPacker":{"__symbolic":"interface"},"ValidateResultPacker":{"__symbolic":"interface"},"VersionResultPacker":{"__symbolic":"interface"},"BASE_PATH":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"@angular/core","name":"InjectionToken","line":2,"character":29},"arguments":["basePath"]},"COLLECTION_FORMATS":{"csv":",","tsv":" ","ssv":" ","pipes":"|","$quoted$":["csv","tsv","ssv","pipes"]},"ConfigurationParameters":{"__symbolic":"interface"},"Configuration":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"any"}]}],"selectHeaderContentType":[{"__symbolic":"method"}],"selectHeaderAccept":[{"__symbolic":"method"}],"isJsonMime":[{"__symbolic":"method"}],"lookupCredential":[{"__symbolic":"method"}]}},"LssPackerApiModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":8,"character":1},"arguments":[{"imports":[],"declarations":[],"exports":[],"providers":[]}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameterDecorators":[[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":22,"character":18}},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"SkipSelf","line":22,"character":30}}],[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Optional","line":23,"character":18}}]],"parameters":[{"__symbolic":"reference","name":"LssPackerApiModule"},{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":23,"character":35}]}]},"statics":{"forRoot":{"__symbolic":"function","parameters":["configurationFactory"],"value":{"ngModule":{"__symbolic":"reference","name":"LssPackerApiModule"},"providers":[{"provide":{"__symbolic":"reference","name":"Configuration"},"useFactory":{"__symbolic":"reference","name":"configurationFactory"}}]}}}}},"origins":{"APIS":"./api/api","ConvertService":"./api/convertService","RunConvertToGltfRequestParams":"./api/convertServiceInterface","ConvertServiceInterface":"./api/convertServiceInterface","PackService":"./api/packService","CancelPackCalculationRequestParams":"./api/packServiceInterface","DeletePackResultRequestParams":"./api/packServiceInterface","ReadPackCalculationStateRequestParams":"./api/packServiceInterface","ReadPackResultRequestParams":"./api/packServiceInterface","RunPackCalculationRequestParams":"./api/packServiceInterface","RunPackCalculationAsyncRequestParams":"./api/packServiceInterface","RunPackValidationRequestParams":"./api/packServiceInterface","PackServiceInterface":"./api/packServiceInterface","SystemService":"./api/systemService","SystemServiceInterface":"./api/systemServiceInterface","CalculationAsyncResultPacker":"./model/calculationAsyncResult","CalculationInfoPacker":"./model/calculationInfo","CalculationSettingsPacker":"./model/calculationSettings","CalculationStatePacker":"./model/calculationState","CalculationStatusPacker":"./model/calculationStatus","CheckResultPacker":"./model/checkResult","CoordinatesPacker":"./model/coordinates","DimensionsPacker":"./model/dimensions","EntityErrorPacker":"./model/entityError","EntityErrorTypePacker":"./model/entityErrorType","EntityPathPacker":"./model/entityPath","EntityTypePacker":"./model/entityType","EntityValidationPacker":"./model/entityValidation","EntityValidationTypePacker":"./model/entityValidationType","InlineResponse400Packer":"./model/inlineResponse400","InlineResponse401Packer":"./model/inlineResponse401","InlineResponse402Packer":"./model/inlineResponse402","InlineResponse403Packer":"./model/inlineResponse403","InlineResponse404DetailPacker":"./model/inlineResponse404Detail","InlineResponse404Packer":"./model/inlineResponse404","InlineResponse429Packer":"./model/inlineResponse429","InlineResponse500Packer":"./model/inlineResponse500","PackResultPacker":"./model/packResult","PackSettingsPacker":"./model/packSettings","PackStatisticsPacker":"./model/packStatistics","PackTaskPacker":"./model/packTask","PackageLayoutPacker":"./model/packageLayout","PackagePacker":"./model/package","PackageStatisticsPacker":"./model/packageStatistics","PackageTypePacker":"./model/packageType","ProductGroupLayoutPacker":"./model/productGroupLayout","ProductLayoutPacker":"./model/productLayout","ProductPacker":"./model/product","RenderTaskPacker":"./model/renderTask","SchemaErrorPacker":"./model/schemaError","ServiceNamePacker":"./model/serviceName","TracedataPacker":"./model/tracedata","UnpackedItemsPacker":"./model/unpackedItems","ValidateResultPacker":"./model/validateResult","VersionResultPacker":"./model/versionResult","BASE_PATH":"./variables","COLLECTION_FORMATS":"./variables","ConfigurationParameters":"./configuration","Configuration":"./configuration","LssPackerApiModule":"./api.module"},"importAs":"@veeroute/lss-packer-angular"}