@veeroute/lss-packer-angular 7.14.2618 → 7.16.2673

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 (86) hide show
  1. package/README.md +40 -12
  2. package/api/packServiceInterface.d.ts +1 -1
  3. package/api/systemServiceInterface.d.ts +1 -1
  4. package/esm2022/api/packService.mjs +12 -11
  5. package/esm2022/api/packServiceInterface.mjs +1 -1
  6. package/esm2022/api/systemService.mjs +6 -5
  7. package/esm2022/api/systemServiceInterface.mjs +1 -1
  8. package/esm2022/model/attribute.mjs +2 -2
  9. package/esm2022/model/calculationAsyncResult.mjs +1 -1
  10. package/esm2022/model/calculationInfo.mjs +1 -1
  11. package/esm2022/model/calculationSettings.mjs +2 -2
  12. package/esm2022/model/calculationState.mjs +1 -1
  13. package/esm2022/model/calculationStatus.mjs +2 -2
  14. package/esm2022/model/checkResult.mjs +2 -2
  15. package/esm2022/model/coordinates.mjs +2 -2
  16. package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
  17. package/esm2022/model/dimensions.mjs +2 -2
  18. package/esm2022/model/entityError.mjs +1 -1
  19. package/esm2022/model/entityErrorType.mjs +2 -2
  20. package/esm2022/model/entityPath.mjs +1 -1
  21. package/esm2022/model/entityType.mjs +2 -2
  22. package/esm2022/model/entityWarning.mjs +1 -1
  23. package/esm2022/model/entityWarningType.mjs +6 -6
  24. package/esm2022/model/general402.mjs +1 -1
  25. package/esm2022/model/general404.mjs +1 -1
  26. package/esm2022/model/general404Detail.mjs +1 -1
  27. package/esm2022/model/general429.mjs +1 -1
  28. package/esm2022/model/general500.mjs +1 -1
  29. package/esm2022/model/packResult.mjs +1 -1
  30. package/esm2022/model/packSettings.mjs +1 -1
  31. package/esm2022/model/packStatistics.mjs +1 -1
  32. package/esm2022/model/packTask.mjs +1 -1
  33. package/esm2022/model/package.mjs +1 -1
  34. package/esm2022/model/packageLayout.mjs +1 -1
  35. package/esm2022/model/packageStatistics.mjs +1 -1
  36. package/esm2022/model/packageType.mjs +2 -2
  37. package/esm2022/model/product.mjs +1 -1
  38. package/esm2022/model/productGroupLayout.mjs +1 -1
  39. package/esm2022/model/productLayout.mjs +1 -1
  40. package/esm2022/model/schemaError.mjs +2 -2
  41. package/esm2022/model/service.mjs +2 -2
  42. package/esm2022/model/tracedata.mjs +1 -1
  43. package/esm2022/model/unpackedItems.mjs +2 -2
  44. package/esm2022/model/validateResult.mjs +1 -1
  45. package/esm2022/model/versionResult.mjs +2 -2
  46. package/fesm2022/veeroute-lss-packer-angular.mjs +35 -33
  47. package/fesm2022/veeroute-lss-packer-angular.mjs.map +1 -1
  48. package/model/attribute.d.ts +1 -1
  49. package/model/calculationAsyncResult.d.ts +1 -1
  50. package/model/calculationInfo.d.ts +1 -1
  51. package/model/calculationSettings.d.ts +1 -1
  52. package/model/calculationState.d.ts +1 -1
  53. package/model/calculationStatus.d.ts +1 -1
  54. package/model/checkResult.d.ts +1 -1
  55. package/model/coordinates.d.ts +1 -1
  56. package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
  57. package/model/dimensions.d.ts +1 -1
  58. package/model/entityError.d.ts +1 -1
  59. package/model/entityErrorType.d.ts +1 -1
  60. package/model/entityPath.d.ts +1 -1
  61. package/model/entityType.d.ts +1 -1
  62. package/model/entityWarning.d.ts +1 -1
  63. package/model/entityWarningType.d.ts +5 -5
  64. package/model/general402.d.ts +1 -1
  65. package/model/general404.d.ts +1 -1
  66. package/model/general404Detail.d.ts +1 -1
  67. package/model/general429.d.ts +1 -1
  68. package/model/general500.d.ts +1 -1
  69. package/model/packResult.d.ts +1 -1
  70. package/model/packSettings.d.ts +1 -1
  71. package/model/packStatistics.d.ts +1 -1
  72. package/model/packTask.d.ts +1 -1
  73. package/model/package.d.ts +1 -1
  74. package/model/packageLayout.d.ts +1 -1
  75. package/model/packageStatistics.d.ts +1 -1
  76. package/model/packageType.d.ts +1 -1
  77. package/model/product.d.ts +1 -1
  78. package/model/productGroupLayout.d.ts +1 -1
  79. package/model/productLayout.d.ts +1 -1
  80. package/model/schemaError.d.ts +1 -1
  81. package/model/service.d.ts +1 -1
  82. package/model/tracedata.d.ts +1 -1
  83. package/model/unpackedItems.d.ts +1 -1
  84. package/model/validateResult.d.ts +1 -1
  85. package/model/versionResult.d.ts +1 -1
  86. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -11,8 +11,8 @@
11
11
  * Warning 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
12
12
  */
13
13
  export declare enum EntityWarningTypePacker {
14
- PALLET_SLOT_FIT = "INVALID_PALLET_SLOT_FIT",
15
- MIXBOX_PALLET_FIT = "INVALID_MIXBOX_PALLET_FIT",
16
- PRODUCT_PACKAGE_FIT = "INVALID_PRODUCT_PACKAGE_FIT",
17
- PRODUCT_COMPATIBILITY = "INVALID_PRODUCT_COMPATIBILITY"
14
+ INVALID_PALLET_SLOT_FIT = "INVALID_PALLET_SLOT_FIT",
15
+ INVALID_MIXBOX_PALLET_FIT = "INVALID_MIXBOX_PALLET_FIT",
16
+ INVALID_PRODUCT_PACKAGE_FIT = "INVALID_PRODUCT_PACKAGE_FIT",
17
+ INVALID_PRODUCT_COMPATIBILITY = "INVALID_PRODUCT_COMPATIBILITY"
18
18
  }
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRt.Packer [PC]
3
3
  *
4
- * The version of the OpenAPI document: 7.14.2618
4
+ * The version of the OpenAPI document: 7.16.2673
5
5
  * Contact: servicedesk@veeroute.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veeroute/lss-packer-angular",
3
- "version": "7.14.2618",
3
+ "version": "7.16.2673",
4
4
  "description": "OpenAPI client for @veeroute/lss-packer-angular",
5
5
  "author": "Veeroute Team",
6
6
  "keywords": [