digicust_types 1.8.317 → 1.8.319
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/models/digicust/documents/document-code-source.enum.d.ts +2 -1
- package/lib/models/digicust/documents/document-code-source.enum.js +1 -0
- package/lib/models/digicust/documents/document-types/customs-service-instructions.model.d.ts +1 -1
- package/lib/models/digicust/execution-strategy/condition.d.ts +0 -0
- package/lib/models/digicust/execution-strategy/condition.js +0 -0
- package/package.json +1 -1
@@ -2,5 +2,6 @@ export declare enum DocumentCodeSource {
|
|
2
2
|
TaricDatabase = "taricDatabase",
|
3
3
|
Computed = "computed",
|
4
4
|
MaterialMasterdata = "materialMasterdata",
|
5
|
-
TariffNumberMasterdata = "tariffNumberMasterdata"
|
5
|
+
TariffNumberMasterdata = "tariffNumberMasterdata",
|
6
|
+
Rule = "rule"
|
6
7
|
}
|
@@ -7,4 +7,5 @@ var DocumentCodeSource;
|
|
7
7
|
DocumentCodeSource["Computed"] = "computed";
|
8
8
|
DocumentCodeSource["MaterialMasterdata"] = "materialMasterdata";
|
9
9
|
DocumentCodeSource["TariffNumberMasterdata"] = "tariffNumberMasterdata";
|
10
|
+
DocumentCodeSource["Rule"] = "rule";
|
10
11
|
})(DocumentCodeSource || (exports.DocumentCodeSource = DocumentCodeSource = {}));
|
package/lib/models/digicust/documents/document-types/customs-service-instructions.model.d.ts
CHANGED
@@ -7,7 +7,7 @@ import { DigicustDocumentModel } from "./digicust-document.model";
|
|
7
7
|
*/
|
8
8
|
export interface CustomsServiceInstructions extends DigicustDocumentModel {
|
9
9
|
issueDate?: DateTimeModel;
|
10
|
-
|
10
|
+
meansOfTransportation?: MeanOfTransportation[];
|
11
11
|
netWeight?: Weight;
|
12
12
|
grossWeight?: Weight;
|
13
13
|
customsOffices?: CustomsOffice[];
|
File without changes
|
File without changes
|