@veeroute/lss-packer-angular 4.9.1653 → 5.1.1673
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/convertService.d.ts +1 -1
- package/api/convertServiceInterface.d.ts +1 -1
- package/api/packService.d.ts +1 -1
- package/api/packServiceInterface.d.ts +1 -1
- package/api/systemService.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/bundles/veeroute-lss-packer-angular.umd.js +9 -9
- package/bundles/veeroute-lss-packer-angular.umd.js.map +1 -1
- package/esm2015/api/convertService.js +2 -2
- package/esm2015/api/convertServiceInterface.js +1 -1
- package/esm2015/api/packService.js +2 -2
- package/esm2015/api/packServiceInterface.js +1 -1
- package/esm2015/api/systemService.js +2 -2
- package/esm2015/api/systemServiceInterface.js +1 -1
- package/esm2015/model/attribute.js +11 -0
- package/esm2015/model/calculationAsyncResult.js +1 -1
- package/esm2015/model/calculationInfo.js +1 -1
- package/esm2015/model/calculationSettings.js +2 -2
- package/esm2015/model/calculationState.js +1 -1
- package/esm2015/model/calculationStatus.js +2 -2
- package/esm2015/model/checkResult.js +2 -2
- package/esm2015/model/coordinates.js +2 -2
- package/esm2015/model/dimensions.js +2 -2
- package/esm2015/model/entityError.js +1 -1
- package/esm2015/model/entityErrorType.js +2 -2
- package/esm2015/model/entityPath.js +1 -1
- package/esm2015/model/entityType.js +2 -2
- package/esm2015/model/entityValidation.js +1 -1
- package/esm2015/model/entityValidationType.js +2 -2
- package/esm2015/model/inlineResponse400.js +1 -1
- package/esm2015/model/inlineResponse401.js +1 -1
- package/esm2015/model/inlineResponse402.js +1 -1
- package/esm2015/model/inlineResponse403.js +1 -1
- package/esm2015/model/inlineResponse404.js +1 -1
- package/esm2015/model/inlineResponse404Detail.js +1 -1
- package/esm2015/model/inlineResponse429.js +1 -1
- package/esm2015/model/inlineResponse500.js +1 -1
- package/esm2015/model/models.js +2 -1
- package/esm2015/model/packResult.js +1 -1
- package/esm2015/model/packSettings.js +1 -1
- package/esm2015/model/packStatistics.js +1 -1
- package/esm2015/model/packTask.js +1 -1
- package/esm2015/model/package.js +1 -1
- package/esm2015/model/packageLayout.js +1 -1
- package/esm2015/model/packageStatistics.js +1 -1
- package/esm2015/model/packageType.js +2 -2
- package/esm2015/model/product.js +1 -1
- package/esm2015/model/productGroupLayout.js +1 -1
- package/esm2015/model/productLayout.js +1 -1
- package/esm2015/model/renderTask.js +1 -1
- package/esm2015/model/schemaError.js +2 -2
- package/esm2015/model/serviceName.js +2 -2
- package/esm2015/model/tracedata.js +1 -1
- package/esm2015/model/unpackedItems.js +2 -2
- package/esm2015/model/validateResult.js +1 -1
- package/esm2015/model/versionResult.js +2 -2
- package/fesm2015/veeroute-lss-packer-angular.js +26 -16
- package/fesm2015/veeroute-lss-packer-angular.js.map +1 -1
- package/model/attribute.d.ts +22 -0
- 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/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/entityValidation.d.ts +1 -1
- package/model/entityValidationType.d.ts +1 -1
- package/model/inlineResponse400.d.ts +1 -1
- package/model/inlineResponse401.d.ts +1 -1
- package/model/inlineResponse402.d.ts +1 -1
- package/model/inlineResponse403.d.ts +1 -1
- package/model/inlineResponse404.d.ts +1 -1
- package/model/inlineResponse404Detail.d.ts +1 -1
- package/model/inlineResponse429.d.ts +1 -1
- package/model/inlineResponse500.d.ts +1 -1
- package/model/models.d.ts +1 -0
- 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 +3 -2
- package/model/packageLayout.d.ts +1 -1
- package/model/packageStatistics.d.ts +1 -1
- package/model/packageType.d.ts +1 -1
- package/model/product.d.ts +3 -2
- package/model/productGroupLayout.d.ts +1 -1
- package/model/productLayout.d.ts +1 -1
- package/model/renderTask.d.ts +1 -1
- package/model/schemaError.d.ts +1 -1
- package/model/serviceName.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/veeroute-lss-packer-angular.metadata.json +1 -1
package/README.md
CHANGED
package/api/convertService.d.ts
CHANGED
package/api/packService.d.ts
CHANGED
package/api/systemService.d.ts
CHANGED
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
/**
|
|
144
144
|
* VRt.Packer [PC]
|
|
145
145
|
*
|
|
146
|
-
* The version of the OpenAPI document:
|
|
146
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
147
147
|
* Contact: servicedesk@veeroute.com
|
|
148
148
|
*
|
|
149
149
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
/**
|
|
281
281
|
* VRt.Packer [PC]
|
|
282
282
|
*
|
|
283
|
-
* The version of the OpenAPI document:
|
|
283
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
284
284
|
* Contact: servicedesk@veeroute.com
|
|
285
285
|
*
|
|
286
286
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -732,7 +732,7 @@
|
|
|
732
732
|
/**
|
|
733
733
|
* VRt.Packer [PC]
|
|
734
734
|
*
|
|
735
|
-
* The version of the OpenAPI document:
|
|
735
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
736
736
|
* Contact: servicedesk@veeroute.com
|
|
737
737
|
*
|
|
738
738
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -892,7 +892,7 @@
|
|
|
892
892
|
/**
|
|
893
893
|
* VRt.Packer [PC]
|
|
894
894
|
*
|
|
895
|
-
* The version of the OpenAPI document:
|
|
895
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
896
896
|
* Contact: servicedesk@veeroute.com
|
|
897
897
|
*
|
|
898
898
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
/**
|
|
917
917
|
* VRt.Packer [PC]
|
|
918
918
|
*
|
|
919
|
-
* The version of the OpenAPI document:
|
|
919
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
920
920
|
* Contact: servicedesk@veeroute.com
|
|
921
921
|
*
|
|
922
922
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
/**
|
|
946
946
|
* VRt.Packer [PC]
|
|
947
947
|
*
|
|
948
|
-
* The version of the OpenAPI document:
|
|
948
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
949
949
|
* Contact: servicedesk@veeroute.com
|
|
950
950
|
*
|
|
951
951
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
/**
|
|
967
967
|
* VRt.Packer [PC]
|
|
968
968
|
*
|
|
969
|
-
* The version of the OpenAPI document:
|
|
969
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
970
970
|
* Contact: servicedesk@veeroute.com
|
|
971
971
|
*
|
|
972
972
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
/**
|
|
988
988
|
* VRt.Packer [PC]
|
|
989
989
|
*
|
|
990
|
-
* The version of the OpenAPI document:
|
|
990
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
991
991
|
* Contact: servicedesk@veeroute.com
|
|
992
992
|
*
|
|
993
993
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1007,7 +1007,7 @@
|
|
|
1007
1007
|
/**
|
|
1008
1008
|
* VRt.Packer [PC]
|
|
1009
1009
|
*
|
|
1010
|
-
* The version of the OpenAPI document:
|
|
1010
|
+
* The version of the OpenAPI document: 5.1.1673
|
|
1011
1011
|
* Contact: servicedesk@veeroute.com
|
|
1012
1012
|
*
|
|
1013
1013
|
* NOTE: This class is auto generated by OpenAPI Generator.
|