@veeroute/lss-packer-angular 6.2.1912 → 6.3.1926

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 (98) hide show
  1. package/README.md +1 -1
  2. package/api/convertServiceInterface.d.ts +1 -1
  3. package/api/packServiceInterface.d.ts +1 -1
  4. package/api/systemServiceInterface.d.ts +1 -1
  5. package/esm2020/api/convertService.mjs +5 -5
  6. package/esm2020/api/convertServiceInterface.mjs +1 -1
  7. package/esm2020/api/packService.mjs +5 -5
  8. package/esm2020/api/packServiceInterface.mjs +1 -1
  9. package/esm2020/api/systemService.mjs +5 -5
  10. package/esm2020/api/systemServiceInterface.mjs +1 -1
  11. package/esm2020/api.module.mjs +5 -5
  12. package/esm2020/model/attribute.mjs +2 -2
  13. package/esm2020/model/calculationAsyncResult.mjs +1 -1
  14. package/esm2020/model/calculationInfo.mjs +1 -1
  15. package/esm2020/model/calculationSettings.mjs +2 -2
  16. package/esm2020/model/calculationState.mjs +1 -1
  17. package/esm2020/model/calculationStatus.mjs +2 -2
  18. package/esm2020/model/checkResult.mjs +2 -2
  19. package/esm2020/model/coordinates.mjs +2 -2
  20. package/esm2020/model/dimensions.mjs +2 -2
  21. package/esm2020/model/entityError.mjs +1 -1
  22. package/esm2020/model/entityErrorType.mjs +2 -2
  23. package/esm2020/model/entityPath.mjs +1 -1
  24. package/esm2020/model/entityType.mjs +2 -2
  25. package/esm2020/model/entityWarning.mjs +1 -1
  26. package/esm2020/model/entityWarningType.mjs +2 -2
  27. package/esm2020/model/inlineResponse400.mjs +1 -1
  28. package/esm2020/model/inlineResponse401.mjs +1 -1
  29. package/esm2020/model/inlineResponse402.mjs +1 -1
  30. package/esm2020/model/inlineResponse403.mjs +1 -1
  31. package/esm2020/model/inlineResponse404.mjs +1 -1
  32. package/esm2020/model/inlineResponse404Detail.mjs +1 -1
  33. package/esm2020/model/inlineResponse429.mjs +1 -1
  34. package/esm2020/model/inlineResponse500.mjs +1 -1
  35. package/esm2020/model/packResult.mjs +1 -1
  36. package/esm2020/model/packSettings.mjs +1 -1
  37. package/esm2020/model/packStatistics.mjs +1 -1
  38. package/esm2020/model/packTask.mjs +1 -1
  39. package/esm2020/model/package.mjs +1 -1
  40. package/esm2020/model/packageLayout.mjs +1 -1
  41. package/esm2020/model/packageStatistics.mjs +1 -1
  42. package/esm2020/model/packageType.mjs +2 -2
  43. package/esm2020/model/product.mjs +1 -1
  44. package/esm2020/model/productGroupLayout.mjs +1 -1
  45. package/esm2020/model/productLayout.mjs +1 -1
  46. package/esm2020/model/renderTask.mjs +1 -1
  47. package/esm2020/model/schemaError.mjs +2 -2
  48. package/esm2020/model/serviceName.mjs +2 -2
  49. package/esm2020/model/tracedata.mjs +1 -1
  50. package/esm2020/model/unpackedItems.mjs +2 -2
  51. package/esm2020/model/validateResult.mjs +1 -1
  52. package/esm2020/model/versionResult.mjs +2 -2
  53. package/fesm2015/veeroute-lss-packer-angular.mjs +22 -22
  54. package/fesm2015/veeroute-lss-packer-angular.mjs.map +1 -1
  55. package/fesm2020/veeroute-lss-packer-angular.mjs +30 -30
  56. package/fesm2020/veeroute-lss-packer-angular.mjs.map +1 -1
  57. package/model/attribute.d.ts +1 -1
  58. package/model/calculationAsyncResult.d.ts +1 -1
  59. package/model/calculationInfo.d.ts +1 -1
  60. package/model/calculationSettings.d.ts +9 -1
  61. package/model/calculationState.d.ts +1 -1
  62. package/model/calculationStatus.d.ts +1 -1
  63. package/model/checkResult.d.ts +1 -1
  64. package/model/coordinates.d.ts +1 -1
  65. package/model/dimensions.d.ts +1 -1
  66. package/model/entityError.d.ts +1 -1
  67. package/model/entityErrorType.d.ts +1 -1
  68. package/model/entityPath.d.ts +1 -1
  69. package/model/entityType.d.ts +1 -1
  70. package/model/entityWarning.d.ts +1 -1
  71. package/model/entityWarningType.d.ts +1 -1
  72. package/model/inlineResponse400.d.ts +1 -1
  73. package/model/inlineResponse401.d.ts +1 -1
  74. package/model/inlineResponse402.d.ts +1 -1
  75. package/model/inlineResponse403.d.ts +1 -1
  76. package/model/inlineResponse404.d.ts +1 -1
  77. package/model/inlineResponse404Detail.d.ts +1 -1
  78. package/model/inlineResponse429.d.ts +1 -1
  79. package/model/inlineResponse500.d.ts +1 -1
  80. package/model/packResult.d.ts +1 -1
  81. package/model/packSettings.d.ts +1 -1
  82. package/model/packStatistics.d.ts +1 -1
  83. package/model/packTask.d.ts +1 -1
  84. package/model/package.d.ts +1 -1
  85. package/model/packageLayout.d.ts +1 -1
  86. package/model/packageStatistics.d.ts +1 -1
  87. package/model/packageType.d.ts +1 -1
  88. package/model/product.d.ts +1 -1
  89. package/model/productGroupLayout.d.ts +1 -1
  90. package/model/productLayout.d.ts +1 -1
  91. package/model/renderTask.d.ts +1 -1
  92. package/model/schemaError.d.ts +1 -1
  93. package/model/serviceName.d.ts +1 -1
  94. package/model/tracedata.d.ts +1 -1
  95. package/model/unpackedItems.d.ts +1 -1
  96. package/model/validateResult.d.ts +1 -1
  97. package/model/versionResult.d.ts +1 -1
  98. package/package.json +1 -1
@@ -113,7 +113,7 @@ class Configuration {
113
113
  /**
114
114
  * VRt.Packer [PC]
115
115
  *
116
- * The version of the OpenAPI document: 6.2.1912
116
+ * The version of the OpenAPI document: 6.3.1926
117
117
  * Contact: servicedesk@veeroute.com
118
118
  *
119
119
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -231,9 +231,9 @@ class ConvertService {
231
231
  });
232
232
  }
233
233
  }
234
- ConvertService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ConvertService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
235
- ConvertService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ConvertService, providedIn: 'root' });
236
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: ConvertService, decorators: [{
234
+ ConvertService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ConvertService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
235
+ ConvertService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ConvertService, providedIn: 'root' });
236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: ConvertService, decorators: [{
237
237
  type: Injectable,
238
238
  args: [{
239
239
  providedIn: 'root'
@@ -250,7 +250,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
250
250
  /**
251
251
  * VRt.Packer [PC]
252
252
  *
253
- * The version of the OpenAPI document: 6.2.1912
253
+ * The version of the OpenAPI document: 6.3.1926
254
254
  * Contact: servicedesk@veeroute.com
255
255
  *
256
256
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -671,9 +671,9 @@ class PackService {
671
671
  });
672
672
  }
673
673
  }
674
- PackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PackService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
675
- PackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PackService, providedIn: 'root' });
676
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: PackService, decorators: [{
674
+ PackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
675
+ PackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackService, providedIn: 'root' });
676
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: PackService, decorators: [{
677
677
  type: Injectable,
678
678
  args: [{
679
679
  providedIn: 'root'
@@ -690,7 +690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImpo
690
690
  /**
691
691
  * VRt.Packer [PC]
692
692
  *
693
- * The version of the OpenAPI document: 6.2.1912
693
+ * The version of the OpenAPI document: 6.3.1926
694
694
  * Contact: servicedesk@veeroute.com
695
695
  *
696
696
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -871,9 +871,9 @@ class SystemService {
871
871
  });
872
872
  }
873
873
  }
874
- SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
875
- SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, providedIn: 'root' });
876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SystemService, decorators: [{
874
+ SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, deps: [{ token: i1.HttpClient }, { token: BASE_PATH, optional: true }, { token: Configuration, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
875
+ SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, providedIn: 'root' });
876
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: SystemService, decorators: [{
877
877
  type: Injectable,
878
878
  args: [{
879
879
  providedIn: 'root'
@@ -892,7 +892,7 @@ const APIS = [ConvertService, PackService, SystemService];
892
892
  /**
893
893
  * VRt.Packer [PC]
894
894
  *
895
- * The version of the OpenAPI document: 6.2.1912
895
+ * The version of the OpenAPI document: 6.3.1926
896
896
  * Contact: servicedesk@veeroute.com
897
897
  *
898
898
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -902,7 +902,7 @@ const APIS = [ConvertService, PackService, SystemService];
902
902
  /**
903
903
  * VRt.Packer [PC]
904
904
  *
905
- * The version of the OpenAPI document: 6.2.1912
905
+ * The version of the OpenAPI document: 6.3.1926
906
906
  * Contact: servicedesk@veeroute.com
907
907
  *
908
908
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -912,7 +912,7 @@ const APIS = [ConvertService, PackService, SystemService];
912
912
  /**
913
913
  * VRt.Packer [PC]
914
914
  *
915
- * The version of the OpenAPI document: 6.2.1912
915
+ * The version of the OpenAPI document: 6.3.1926
916
916
  * Contact: servicedesk@veeroute.com
917
917
  *
918
918
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -936,7 +936,7 @@ var CalculationStatusPacker;
936
936
  /**
937
937
  * VRt.Packer [PC]
938
938
  *
939
- * The version of the OpenAPI document: 6.2.1912
939
+ * The version of the OpenAPI document: 6.3.1926
940
940
  * Contact: servicedesk@veeroute.com
941
941
  *
942
942
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -946,7 +946,7 @@ var CalculationStatusPacker;
946
946
  /**
947
947
  * VRt.Packer [PC]
948
948
  *
949
- * The version of the OpenAPI document: 6.2.1912
949
+ * The version of the OpenAPI document: 6.3.1926
950
950
  * Contact: servicedesk@veeroute.com
951
951
  *
952
952
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -956,7 +956,7 @@ var CalculationStatusPacker;
956
956
  /**
957
957
  * VRt.Packer [PC]
958
958
  *
959
- * The version of the OpenAPI document: 6.2.1912
959
+ * The version of the OpenAPI document: 6.3.1926
960
960
  * Contact: servicedesk@veeroute.com
961
961
  *
962
962
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -966,7 +966,7 @@ var CalculationStatusPacker;
966
966
  /**
967
967
  * VRt.Packer [PC]
968
968
  *
969
- * The version of the OpenAPI document: 6.2.1912
969
+ * The version of the OpenAPI document: 6.3.1926
970
970
  * Contact: servicedesk@veeroute.com
971
971
  *
972
972
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -995,7 +995,7 @@ var EntityErrorTypePacker;
995
995
  /**
996
996
  * VRt.Packer [PC]
997
997
  *
998
- * The version of the OpenAPI document: 6.2.1912
998
+ * The version of the OpenAPI document: 6.3.1926
999
999
  * Contact: servicedesk@veeroute.com
1000
1000
  *
1001
1001
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1016,7 +1016,7 @@ var EntityTypePacker;
1016
1016
  /**
1017
1017
  * VRt.Packer [PC]
1018
1018
  *
1019
- * The version of the OpenAPI document: 6.2.1912
1019
+ * The version of the OpenAPI document: 6.3.1926
1020
1020
  * Contact: servicedesk@veeroute.com
1021
1021
  *
1022
1022
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1037,7 +1037,7 @@ var EntityWarningTypePacker;
1037
1037
  /**
1038
1038
  * VRt.Packer [PC]
1039
1039
  *
1040
- * The version of the OpenAPI document: 6.2.1912
1040
+ * The version of the OpenAPI document: 6.3.1926
1041
1041
  * Contact: servicedesk@veeroute.com
1042
1042
  *
1043
1043
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1057,7 +1057,7 @@ var PackageTypePacker;
1057
1057
  /**
1058
1058
  * VRt.Packer [PC]
1059
1059
  *
1060
- * The version of the OpenAPI document: 6.2.1912
1060
+ * The version of the OpenAPI document: 6.3.1926
1061
1061
  * Contact: servicedesk@veeroute.com
1062
1062
  *
1063
1063
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1067,7 +1067,7 @@ var PackageTypePacker;
1067
1067
  /**
1068
1068
  * VRt.Packer [PC]
1069
1069
  *
1070
- * The version of the OpenAPI document: 6.2.1912
1070
+ * The version of the OpenAPI document: 6.3.1926
1071
1071
  * Contact: servicedesk@veeroute.com
1072
1072
  *
1073
1073
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1095,7 +1095,7 @@ var ServiceNamePacker;
1095
1095
  /**
1096
1096
  * VRt.Packer [PC]
1097
1097
  *
1098
- * The version of the OpenAPI document: 6.2.1912
1098
+ * The version of the OpenAPI document: 6.3.1926
1099
1099
  * Contact: servicedesk@veeroute.com
1100
1100
  *
1101
1101
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1105,7 +1105,7 @@ var ServiceNamePacker;
1105
1105
  /**
1106
1106
  * VRt.Packer [PC]
1107
1107
  *
1108
- * The version of the OpenAPI document: 6.2.1912
1108
+ * The version of the OpenAPI document: 6.3.1926
1109
1109
  * Contact: servicedesk@veeroute.com
1110
1110
  *
1111
1111
  * NOTE: This class is auto generated by OpenAPI Generator.
@@ -1129,10 +1129,10 @@ class LssPackerApiModule {
1129
1129
  };
1130
1130
  }
1131
1131
  }
1132
- LssPackerApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssPackerApiModule, deps: [{ token: LssPackerApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1133
- LssPackerApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.2.12", ngImport: i0, type: LssPackerApiModule });
1134
- LssPackerApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssPackerApiModule });
1135
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: LssPackerApiModule, decorators: [{
1132
+ LssPackerApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssPackerApiModule, deps: [{ token: LssPackerApiModule, optional: true, skipSelf: true }, { token: i1.HttpClient, optional: true }], target: i0.ɵɵFactoryTarget.NgModule });
1133
+ LssPackerApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.3.0", ngImport: i0, type: LssPackerApiModule });
1134
+ LssPackerApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssPackerApiModule });
1135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImport: i0, type: LssPackerApiModule, decorators: [{
1136
1136
  type: NgModule,
1137
1137
  args: [{
1138
1138
  imports: [],