@veeroute/lss-packer-angular 7.21.2852 → 7.22.2904
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +118 -117
- package/api/packService.d.ts +4 -9
- package/api/packServiceInterface.d.ts +1 -1
- package/api/systemService.d.ts +4 -9
- package/api/systemServiceInterface.d.ts +1 -1
- package/api.base.service.d.ts +21 -0
- package/configuration.d.ts +4 -2
- package/esm2022/api/packService.mjs +69 -223
- package/esm2022/api/packServiceInterface.mjs +1 -1
- package/esm2022/api/systemService.mjs +32 -118
- package/esm2022/api/systemServiceInterface.mjs +1 -1
- package/esm2022/api.base.service.mjs +79 -0
- package/esm2022/configuration.mjs +33 -17
- package/esm2022/index.mjs +2 -1
- package/esm2022/model/attribute.mjs +2 -2
- package/esm2022/model/calculationAsyncResult.mjs +1 -1
- package/esm2022/model/calculationInfo.mjs +1 -1
- package/esm2022/model/calculationSettings.mjs +2 -2
- package/esm2022/model/calculationState.mjs +1 -1
- package/esm2022/model/calculationStatus.mjs +2 -2
- package/esm2022/model/checkResult.mjs +2 -2
- package/esm2022/model/coordinates.mjs +2 -2
- package/esm2022/model/custom400WithErrorsAndWarnings.mjs +1 -1
- package/esm2022/model/dimensions.mjs +2 -2
- package/esm2022/model/entityError.mjs +1 -1
- package/esm2022/model/entityErrorType.mjs +2 -2
- package/esm2022/model/entityPath.mjs +1 -1
- package/esm2022/model/entityType.mjs +2 -2
- package/esm2022/model/entityWarning.mjs +1 -1
- package/esm2022/model/entityWarningType.mjs +2 -2
- package/esm2022/model/general402.mjs +1 -1
- package/esm2022/model/general404.mjs +1 -1
- package/esm2022/model/general404Detail.mjs +1 -1
- package/esm2022/model/general429.mjs +1 -1
- package/esm2022/model/general500.mjs +1 -1
- package/esm2022/model/packResult.mjs +1 -1
- package/esm2022/model/packSettings.mjs +1 -1
- package/esm2022/model/packStatistics.mjs +1 -1
- package/esm2022/model/packTask.mjs +1 -1
- package/esm2022/model/package.mjs +1 -1
- package/esm2022/model/packageLayout.mjs +1 -1
- package/esm2022/model/packageStatistics.mjs +1 -1
- package/esm2022/model/packageType.mjs +2 -2
- package/esm2022/model/product.mjs +1 -1
- package/esm2022/model/productGroupLayout.mjs +1 -1
- package/esm2022/model/productLayout.mjs +1 -1
- package/esm2022/model/schemaError.mjs +2 -2
- package/esm2022/model/service.mjs +2 -2
- package/esm2022/model/tracedata.mjs +1 -1
- package/esm2022/model/unpackedItems.mjs +2 -2
- package/esm2022/model/validateResult.mjs +1 -1
- package/esm2022/model/versionResult.mjs +2 -2
- package/esm2022/provide-api.mjs +15 -0
- package/fesm2022/veeroute-lss-packer-angular.mjs +209 -343
- package/fesm2022/veeroute-lss-packer-angular.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/model/attribute.d.ts +1 -1
- package/model/calculationAsyncResult.d.ts +1 -1
- package/model/calculationInfo.d.ts +1 -1
- package/model/calculationSettings.d.ts +1 -1
- package/model/calculationState.d.ts +1 -1
- package/model/calculationStatus.d.ts +1 -1
- package/model/checkResult.d.ts +1 -1
- package/model/coordinates.d.ts +1 -1
- package/model/custom400WithErrorsAndWarnings.d.ts +1 -1
- package/model/dimensions.d.ts +1 -1
- package/model/entityError.d.ts +1 -1
- package/model/entityErrorType.d.ts +1 -1
- package/model/entityPath.d.ts +1 -1
- package/model/entityType.d.ts +1 -1
- package/model/entityWarning.d.ts +1 -1
- package/model/entityWarningType.d.ts +1 -1
- package/model/general402.d.ts +1 -1
- package/model/general404.d.ts +1 -1
- package/model/general404Detail.d.ts +1 -1
- package/model/general429.d.ts +1 -1
- package/model/general500.d.ts +1 -1
- package/model/packResult.d.ts +1 -1
- package/model/packSettings.d.ts +1 -1
- package/model/packStatistics.d.ts +1 -1
- package/model/packTask.d.ts +1 -1
- package/model/package.d.ts +10 -1
- package/model/packageLayout.d.ts +7 -1
- package/model/packageStatistics.d.ts +1 -1
- package/model/packageType.d.ts +1 -1
- package/model/product.d.ts +4 -1
- package/model/productGroupLayout.d.ts +4 -1
- package/model/productLayout.d.ts +4 -1
- package/model/schemaError.d.ts +1 -1
- package/model/service.d.ts +1 -1
- package/model/tracedata.d.ts +1 -1
- package/model/unpackedItems.d.ts +1 -1
- package/model/validateResult.d.ts +1 -1
- package/model/versionResult.d.ts +1 -1
- package/package.json +1 -1
- package/provide-api.d.ts +3 -0
package/model/entityPath.d.ts
CHANGED
package/model/entityType.d.ts
CHANGED
package/model/entityWarning.d.ts
CHANGED
package/model/general402.d.ts
CHANGED
package/model/general404.d.ts
CHANGED
package/model/general429.d.ts
CHANGED
package/model/general500.d.ts
CHANGED
package/model/packResult.d.ts
CHANGED
package/model/packSettings.d.ts
CHANGED
package/model/packTask.d.ts
CHANGED
package/model/package.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.22.2904
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -21,8 +21,17 @@ export interface PackagePacker {
|
|
|
21
21
|
*/
|
|
22
22
|
key: string;
|
|
23
23
|
type: PackageTypePacker;
|
|
24
|
+
/**
|
|
25
|
+
* Overall dimensions of the main body of the package.
|
|
26
|
+
*/
|
|
24
27
|
body_dimensions: DimensionsPacker;
|
|
28
|
+
/**
|
|
29
|
+
* Dimensions and max mass of the usable space for placing the products.
|
|
30
|
+
*/
|
|
25
31
|
container_dimensions: DimensionsPacker;
|
|
32
|
+
/**
|
|
33
|
+
* The offset of the far left bottom corner of the container relative to the main body.
|
|
34
|
+
*/
|
|
26
35
|
container_coordinates: CoordinatesPacker;
|
|
27
36
|
/**
|
|
28
37
|
* Attributes. Used to add service information.
|
package/model/packageLayout.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.22.2904
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -19,7 +19,13 @@ export interface PackageLayoutPacker {
|
|
|
19
19
|
* Package key.
|
|
20
20
|
*/
|
|
21
21
|
package_key: string;
|
|
22
|
+
/**
|
|
23
|
+
* The coordinates of the bottom left far corner of the package relative to the bottom left far corner of the parent package.
|
|
24
|
+
*/
|
|
22
25
|
coordinates: CoordinatesPacker;
|
|
26
|
+
/**
|
|
27
|
+
* Overall dimensions and mass of the loaded package.
|
|
28
|
+
*/
|
|
23
29
|
dimensions: DimensionsPacker;
|
|
24
30
|
/**
|
|
25
31
|
* List of product group layouts.
|
package/model/packageType.d.ts
CHANGED
package/model/product.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.22.2904
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -22,6 +22,9 @@ export interface ProductPacker {
|
|
|
22
22
|
* Number of products.
|
|
23
23
|
*/
|
|
24
24
|
count?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Outer dimensions and mass of one product.
|
|
27
|
+
*/
|
|
25
28
|
dimensions: DimensionsPacker;
|
|
26
29
|
/**
|
|
27
30
|
* The maximum permissible top load that this product can withstand, in kg/m2.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.22.2904
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -20,6 +20,9 @@ export interface ProductGroupLayoutPacker {
|
|
|
20
20
|
*/
|
|
21
21
|
product_key: string;
|
|
22
22
|
coordinates: CoordinatesPacker;
|
|
23
|
+
/**
|
|
24
|
+
* Outer dimensions and total weight of the product group.
|
|
25
|
+
*/
|
|
23
26
|
dimensions: DimensionsPacker;
|
|
24
27
|
/**
|
|
25
28
|
* List of product layouts.
|
package/model/productLayout.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRt.Packer [PC]
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 7.
|
|
4
|
+
* The version of the OpenAPI document: 7.22.2904
|
|
5
5
|
* Contact: servicedesk@veeroute.com
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -19,5 +19,8 @@ export interface ProductLayoutPacker {
|
|
|
19
19
|
*/
|
|
20
20
|
product_key: string;
|
|
21
21
|
coordinates: CoordinatesPacker;
|
|
22
|
+
/**
|
|
23
|
+
* Outer dimensions and weight of the product.
|
|
24
|
+
*/
|
|
22
25
|
dimensions: DimensionsPacker;
|
|
23
26
|
}
|
package/model/schemaError.d.ts
CHANGED
package/model/service.d.ts
CHANGED
package/model/tracedata.d.ts
CHANGED
package/model/unpackedItems.d.ts
CHANGED
package/model/versionResult.d.ts
CHANGED
package/package.json
CHANGED
package/provide-api.d.ts
ADDED