@veeroute/lss-packer-angular 5.3.1702 → 5.6.1748
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/convertServiceInterface.d.ts +1 -1
- package/api/packServiceInterface.d.ts +1 -1
- package/api/systemServiceInterface.d.ts +1 -1
- package/esm2020/api/convertService.mjs +5 -5
- package/esm2020/api/convertServiceInterface.mjs +1 -1
- package/esm2020/api/packService.mjs +5 -5
- package/esm2020/api/packServiceInterface.mjs +1 -1
- package/esm2020/api/systemService.mjs +5 -5
- package/esm2020/api/systemServiceInterface.mjs +1 -1
- package/esm2020/api.module.mjs +5 -5
- package/esm2020/model/attribute.mjs +2 -2
- package/esm2020/model/calculationAsyncResult.mjs +1 -1
- package/esm2020/model/calculationInfo.mjs +1 -1
- package/esm2020/model/calculationSettings.mjs +2 -2
- package/esm2020/model/calculationState.mjs +1 -1
- package/esm2020/model/calculationStatus.mjs +2 -2
- package/esm2020/model/checkResult.mjs +2 -2
- package/esm2020/model/coordinates.mjs +2 -2
- package/esm2020/model/dimensions.mjs +2 -2
- package/esm2020/model/entityError.mjs +1 -1
- package/esm2020/model/entityErrorType.mjs +2 -2
- package/esm2020/model/entityPath.mjs +1 -1
- package/esm2020/model/entityType.mjs +2 -2
- package/esm2020/model/entityValidation.mjs +1 -1
- package/esm2020/model/entityValidationType.mjs +2 -2
- package/esm2020/model/inlineResponse400.mjs +1 -1
- package/esm2020/model/inlineResponse401.mjs +1 -1
- package/esm2020/model/inlineResponse402.mjs +1 -1
- package/esm2020/model/inlineResponse403.mjs +1 -1
- package/esm2020/model/inlineResponse404.mjs +1 -1
- package/esm2020/model/inlineResponse404Detail.mjs +1 -1
- package/esm2020/model/inlineResponse429.mjs +1 -1
- package/esm2020/model/inlineResponse500.mjs +1 -1
- package/esm2020/model/packResult.mjs +1 -1
- package/esm2020/model/packSettings.mjs +1 -1
- package/esm2020/model/packStatistics.mjs +1 -1
- package/esm2020/model/packTask.mjs +1 -1
- package/esm2020/model/package.mjs +1 -1
- package/esm2020/model/packageLayout.mjs +1 -1
- package/esm2020/model/packageStatistics.mjs +1 -1
- package/esm2020/model/packageType.mjs +2 -2
- package/esm2020/model/product.mjs +1 -1
- package/esm2020/model/productGroupLayout.mjs +1 -1
- package/esm2020/model/productLayout.mjs +1 -1
- package/esm2020/model/renderTask.mjs +1 -1
- package/esm2020/model/schemaError.mjs +2 -2
- package/esm2020/model/serviceName.mjs +4 -3
- package/esm2020/model/tracedata.mjs +1 -1
- package/esm2020/model/unpackedItems.mjs +2 -2
- package/esm2020/model/validateResult.mjs +1 -1
- package/esm2020/model/versionResult.mjs +2 -2
- package/fesm2015/veeroute-lss-packer-angular.mjs +24 -23
- package/fesm2015/veeroute-lss-packer-angular.mjs.map +1 -1
- package/fesm2020/veeroute-lss-packer-angular.mjs +32 -31
- package/fesm2020/veeroute-lss-packer-angular.mjs.map +1 -1
- 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/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/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 +1 -1
- 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 +1 -1
- 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 +3 -2
- 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
|
@@ -113,7 +113,7 @@ class Configuration {
|
|
|
113
113
|
/**
|
|
114
114
|
* VRt.Packer [PC]
|
|
115
115
|
*
|
|
116
|
-
* The version of the OpenAPI document: 5.
|
|
116
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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.
|
|
235
|
-
ConvertService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
236
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
234
|
+
ConvertService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", 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.3", ngImport: i0, type: ConvertService, providedIn: 'root' });
|
|
236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", 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.0.5", ngImpor
|
|
|
250
250
|
/**
|
|
251
251
|
* VRt.Packer [PC]
|
|
252
252
|
*
|
|
253
|
-
* The version of the OpenAPI document: 5.
|
|
253
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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.
|
|
675
|
-
PackService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
674
|
+
PackService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", 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.3", ngImport: i0, type: PackService, providedIn: 'root' });
|
|
676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", 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.0.5", ngImpor
|
|
|
690
690
|
/**
|
|
691
691
|
* VRt.Packer [PC]
|
|
692
692
|
*
|
|
693
|
-
* The version of the OpenAPI document: 5.
|
|
693
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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.
|
|
875
|
-
SystemService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.
|
|
876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
874
|
+
SystemService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", 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.3", ngImport: i0, type: SystemService, providedIn: 'root' });
|
|
876
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", 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: 5.
|
|
895
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
905
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
915
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
939
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
949
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
959
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
969
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
998
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
1019
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
1020
1020
|
* Contact: servicedesk@veeroute.com
|
|
1021
1021
|
*
|
|
1022
1022
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1037,7 +1037,7 @@ var EntityValidationTypePacker;
|
|
|
1037
1037
|
/**
|
|
1038
1038
|
* VRt.Packer [PC]
|
|
1039
1039
|
*
|
|
1040
|
-
* The version of the OpenAPI document: 5.
|
|
1040
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
1060
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
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: 5.
|
|
1070
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
1071
1071
|
* Contact: servicedesk@veeroute.com
|
|
1072
1072
|
*
|
|
1073
1073
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1083,8 +1083,9 @@ var ServiceNamePacker;
|
|
|
1083
1083
|
ServiceNamePacker["ACCOUNT"] = "ACCOUNT";
|
|
1084
1084
|
ServiceNamePacker["ADMIN"] = "ADMIN";
|
|
1085
1085
|
ServiceNamePacker["STUDIO"] = "STUDIO";
|
|
1086
|
-
ServiceNamePacker["STOCK"] = "STOCK";
|
|
1087
1086
|
ServiceNamePacker["PACKER"] = "PACKER";
|
|
1087
|
+
ServiceNamePacker["AGRO"] = "AGRO";
|
|
1088
|
+
ServiceNamePacker["STOCK"] = "STOCK";
|
|
1088
1089
|
ServiceNamePacker["LONGHAUL"] = "LONGHAUL";
|
|
1089
1090
|
ServiceNamePacker["CLUSTER"] = "CLUSTER";
|
|
1090
1091
|
ServiceNamePacker["CARGOTIMETABLE"] = "CARGOTIMETABLE";
|
|
@@ -1094,7 +1095,7 @@ var ServiceNamePacker;
|
|
|
1094
1095
|
/**
|
|
1095
1096
|
* VRt.Packer [PC]
|
|
1096
1097
|
*
|
|
1097
|
-
* The version of the OpenAPI document: 5.
|
|
1098
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
1098
1099
|
* Contact: servicedesk@veeroute.com
|
|
1099
1100
|
*
|
|
1100
1101
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1104,7 +1105,7 @@ var ServiceNamePacker;
|
|
|
1104
1105
|
/**
|
|
1105
1106
|
* VRt.Packer [PC]
|
|
1106
1107
|
*
|
|
1107
|
-
* The version of the OpenAPI document: 5.
|
|
1108
|
+
* The version of the OpenAPI document: 5.6.1748
|
|
1108
1109
|
* Contact: servicedesk@veeroute.com
|
|
1109
1110
|
*
|
|
1110
1111
|
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
@@ -1128,10 +1129,10 @@ class LssPackerApiModule {
|
|
|
1128
1129
|
};
|
|
1129
1130
|
}
|
|
1130
1131
|
}
|
|
1131
|
-
LssPackerApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.
|
|
1132
|
-
LssPackerApiModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.
|
|
1133
|
-
LssPackerApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.
|
|
1134
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.
|
|
1132
|
+
LssPackerApiModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.3", 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.3", ngImport: i0, type: LssPackerApiModule });
|
|
1134
|
+
LssPackerApiModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LssPackerApiModule });
|
|
1135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.3", ngImport: i0, type: LssPackerApiModule, decorators: [{
|
|
1135
1136
|
type: NgModule,
|
|
1136
1137
|
args: [{
|
|
1137
1138
|
imports: [],
|