digicust_types 1.8.453 → 1.8.455
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/lib/models/digicust/activity/activity.model.js +1 -1
- package/lib/models/digicust/billing/periods.enum.js +1 -1
- package/lib/models/digicust/case/case-status.enum.js +1 -1
- package/lib/models/digicust/case/case-submission-transaction.js +2 -2
- package/lib/models/digicust/case/case-type.enum.js +1 -1
- package/lib/models/digicust/case/stats-case.model.d.ts +12 -0
- package/lib/models/digicust/case/stats-case.model.js +2 -0
- package/lib/models/digicust/company/permit-number.model.js +1 -1
- package/lib/models/digicust/customer/project.model.d.ts +3 -3
- package/lib/models/digicust/customer/project.model.js +1 -1
- package/lib/models/digicust/customs/buyerSellerRelationship.model.js +1 -1
- package/lib/models/digicust/customs/consignment-size.enum.js +1 -1
- package/lib/models/digicust/customs/customsOffice.model.js +1 -1
- package/lib/models/digicust/customs/declaration-type.enum.js +1 -1
- package/lib/models/digicust/customs/operation-type.enum.js +1 -1
- package/lib/models/digicust/customs/port-type.enum.js +1 -1
- package/lib/models/digicust/customs/procedure.model.js +1 -1
- package/lib/models/digicust/customs/representative-constellation.enum.js +1 -1
- package/lib/models/digicust/customs/tariff-number/tariff-number-suggestion.model.js +2 -2
- package/lib/models/digicust/customs/type-of-business/type-of-business.enum.js +1 -1
- package/lib/models/digicust/documents/digicust-document-type.enum.js +1 -1
- package/lib/models/digicust/documents/document-code-source.enum.js +1 -1
- package/lib/models/digicust/documents/document-language.enum.js +1 -1
- package/lib/models/digicust/documents/document-status.enum.js +4 -4
- package/lib/models/digicust/documents/document-types/atr.model.d.ts +1 -0
- package/lib/models/digicust/documents/document-types/invoice.model.d.ts +2 -0
- package/lib/models/digicust/documents/preliminary-documents/preliminary-document.model.js +1 -1
- package/lib/models/digicust/documents/waybill-type.model.js +1 -1
- package/lib/models/digicust/environment.enum.js +1 -1
- package/lib/models/digicust/event/event.model.js +1 -1
- package/lib/models/digicust/execution-strategy/sftp-config.model.js +1 -1
- package/lib/models/digicust/frontend/field-type.enum.js +1 -1
- package/lib/models/digicust/frontend/filter.enum.js +1 -1
- package/lib/models/digicust/frontend/prefix.enum.js +1 -1
- package/lib/models/digicust/frontend/section-type.enum.js +1 -1
- package/lib/models/digicust/frontend/sort.enum.js +1 -1
- package/lib/models/digicust/masterdata/material.model.d.ts +2 -2
- package/lib/models/digicust/masterdata/material.model.js +2 -2
- package/lib/models/digicust/masterdata/stakeholder-role.enum.js +1 -1
- package/lib/models/digicust/masterdata/string-scoring-algorithm-type.enum.js +1 -1
- package/lib/models/digicust/measures/dimensions/dimensions-unit.enum.js +1 -1
- package/lib/models/digicust/measures/money/currency.enum.d.ts +178 -178
- package/lib/models/digicust/measures/money/currency.enum.js +1 -1
- package/lib/models/digicust/measures/unit-of-measurement/uom.enum.js +1 -1
- package/lib/models/digicust/measures/weight/weight-unit.enum.js +1 -1
- package/lib/models/digicust/module/index.d.ts +1 -0
- package/lib/models/digicust/module/index.js +17 -0
- package/lib/models/digicust/module/module.model.d.ts +49 -0
- package/lib/models/digicust/module/module.model.js +27 -0
- package/lib/models/digicust/queue/extractions/extraction.model.js +1 -1
- package/lib/models/digicust/transportation/cost-intersection.model.js +1 -1
- package/lib/models/digicust/transportation/incoterm.model.js +1 -1
- package/lib/models/digicust/transportation/load-type.enum.js +1 -1
- package/lib/models/digicust/transportation/mean-of-transportation.model.js +2 -2
- package/lib/models/digicust/user/membership.model.js +2 -2
- package/lib/models/rossum/rossum-event.enum.js +1 -1
- package/lib/models/rossum/rossum-import-status.enum.js +1 -1
- package/package.json +1 -1
@@ -6,4 +6,4 @@ var BillingPeriods;
|
|
6
6
|
BillingPeriods["monthly"] = "monthly";
|
7
7
|
BillingPeriods["half_yearly"] = "half_yearly";
|
8
8
|
BillingPeriods["anually"] = "anually";
|
9
|
-
})(BillingPeriods
|
9
|
+
})(BillingPeriods || (exports.BillingPeriods = BillingPeriods = {}));
|
@@ -24,4 +24,4 @@ var CaseStatus;
|
|
24
24
|
CaseStatus["firstClearance"] = "firstClearance";
|
25
25
|
CaseStatus["secondClearance"] = "secondClearance";
|
26
26
|
CaseStatus["waitingForUserInput"] = "waitingForUserInput";
|
27
|
-
})(CaseStatus
|
27
|
+
})(CaseStatus || (exports.CaseStatus = CaseStatus = {}));
|
@@ -9,7 +9,7 @@ var CaseSubmissionProcedure;
|
|
9
9
|
// Freier Verkehr
|
10
10
|
CaseSubmissionProcedure["FreierVerkehrAbfertigung"] = "FreierVerkehrAbfertigung";
|
11
11
|
CaseSubmissionProcedure["ErgaenzendeAnmeldungFVAVUV"] = "ErgaenzendeAnmeldungFVAVUV";
|
12
|
-
})(CaseSubmissionProcedure
|
12
|
+
})(CaseSubmissionProcedure || (exports.CaseSubmissionProcedure = CaseSubmissionProcedure = {}));
|
13
13
|
var CaseSubmissionTransactionType;
|
14
14
|
(function (CaseSubmissionTransactionType) {
|
15
15
|
// Freier Verkehr
|
@@ -17,4 +17,4 @@ var CaseSubmissionTransactionType;
|
|
17
17
|
CaseSubmissionTransactionType["FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung"] = "FreierVerkehrAbfertigungFreierVerkehrAktVeredelUmwandlung";
|
18
18
|
CaseSubmissionTransactionType["VersandanmeldungNCTSDE"] = "VersandanmeldungNCTSDE";
|
19
19
|
CaseSubmissionTransactionType["QuittungEingangsverarbeitung"] = "QuittungEingangsverarbeitung";
|
20
|
-
})(CaseSubmissionTransactionType
|
20
|
+
})(CaseSubmissionTransactionType || (exports.CaseSubmissionTransactionType = CaseSubmissionTransactionType = {}));
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { Meta } from "..";
|
2
|
+
/**
|
3
|
+
* Statistics about a case
|
4
|
+
*/
|
5
|
+
export interface StatsCaseModel {
|
6
|
+
fillOutRatio?: Meta<number>;
|
7
|
+
difficulty?: Meta<number>;
|
8
|
+
accuracy?: Meta<number>;
|
9
|
+
completeness?: Meta<number>;
|
10
|
+
correctness?: Meta<number>;
|
11
|
+
overallConfidence?: Meta<number>;
|
12
|
+
}
|
@@ -7,4 +7,4 @@ var PermitNumberType;
|
|
7
7
|
PermitNumberType["letterProcedure"] = "letterProcedure";
|
8
8
|
PermitNumberType["passiveProcessing"] = "passiveProcessing";
|
9
9
|
PermitNumberType["trustedExporter"] = "trustedExporter";
|
10
|
-
})(PermitNumberType
|
10
|
+
})(PermitNumberType || (exports.PermitNumberType = PermitNumberType = {}));
|
@@ -9,4 +9,4 @@ var BuyerSellerRelationshipMode;
|
|
9
9
|
BuyerSellerRelationshipMode["ConnectedNoInfluence"] = "connectedNoInfluence";
|
10
10
|
/* Seller and buyer are connected, the connection has influenced the price */
|
11
11
|
BuyerSellerRelationshipMode["ConnectedInfluence"] = "connectedInfluence";
|
12
|
-
})(BuyerSellerRelationshipMode
|
12
|
+
})(BuyerSellerRelationshipMode || (exports.BuyerSellerRelationshipMode = BuyerSellerRelationshipMode = {}));
|
@@ -5,4 +5,4 @@ var ConsignmentSize;
|
|
5
5
|
(function (ConsignmentSize) {
|
6
6
|
ConsignmentSize["smallConsignment"] = "small";
|
7
7
|
ConsignmentSize["bulkConsignment"] = "bulk";
|
8
|
-
})(ConsignmentSize
|
8
|
+
})(ConsignmentSize || (exports.ConsignmentSize = ConsignmentSize = {}));
|
@@ -11,4 +11,4 @@ var CustomsOfficeType;
|
|
11
11
|
CustomsOfficeType["declaration"] = "Declaration";
|
12
12
|
CustomsOfficeType["departure"] = "Departure";
|
13
13
|
CustomsOfficeType["destination"] = "Destination";
|
14
|
-
})(CustomsOfficeType
|
14
|
+
})(CustomsOfficeType || (exports.CustomsOfficeType = CustomsOfficeType = {}));
|
@@ -8,4 +8,4 @@ var DeclarationType;
|
|
8
8
|
DeclarationType["preDeclaration"] = "preDeclaration";
|
9
9
|
/* VZA */
|
10
10
|
DeclarationType["simplifiedDeclaration"] = "simplifiedDeclaration";
|
11
|
-
})(DeclarationType
|
11
|
+
})(DeclarationType || (exports.DeclarationType = DeclarationType = {}));
|
@@ -16,4 +16,4 @@ var OperationType;
|
|
16
16
|
OperationType["outwardProcessing"] = "OutwardProcessing";
|
17
17
|
OperationType["throughTransit"] = "ThroughTransit";
|
18
18
|
OperationType["outwardTransit"] = "OutwardTransit";
|
19
|
-
})(OperationType
|
19
|
+
})(OperationType || (exports.OperationType = OperationType = {}));
|
@@ -7,4 +7,4 @@ var ProcedureMode;
|
|
7
7
|
ProcedureMode["import"] = "import";
|
8
8
|
ProcedureMode["intrastat"] = "intrastat";
|
9
9
|
ProcedureMode["transit"] = "transit";
|
10
|
-
})(ProcedureMode
|
10
|
+
})(ProcedureMode || (exports.ProcedureMode = ProcedureMode = {}));
|
@@ -6,4 +6,4 @@ var RepresentativeConstellation;
|
|
6
6
|
RepresentativeConstellation["None"] = "none";
|
7
7
|
RepresentativeConstellation["Direct"] = "direct";
|
8
8
|
RepresentativeConstellation["Indirect"] = "indirect";
|
9
|
-
})(RepresentativeConstellation
|
9
|
+
})(RepresentativeConstellation || (exports.RepresentativeConstellation = RepresentativeConstellation = {}));
|
@@ -6,7 +6,7 @@ var TariffWSMessageSender;
|
|
6
6
|
(function (TariffWSMessageSender) {
|
7
7
|
TariffWSMessageSender["bot"] = "bot";
|
8
8
|
TariffWSMessageSender["user"] = "user";
|
9
|
-
})(TariffWSMessageSender
|
9
|
+
})(TariffWSMessageSender || (exports.TariffWSMessageSender = TariffWSMessageSender = {}));
|
10
10
|
var TariffWSMessageType;
|
11
11
|
(function (TariffWSMessageType) {
|
12
12
|
TariffWSMessageType["start"] = "start";
|
@@ -16,4 +16,4 @@ var TariffWSMessageType;
|
|
16
16
|
TariffWSMessageType["info"] = "info";
|
17
17
|
TariffWSMessageType["tariffNumber"] = "tariffNumber";
|
18
18
|
TariffWSMessageType["recentCases"] = "recentCases";
|
19
|
-
})(TariffWSMessageType
|
19
|
+
})(TariffWSMessageType || (exports.TariffWSMessageType = TariffWSMessageType = {}));
|
@@ -45,4 +45,4 @@ var TypeOfBusinessType;
|
|
45
45
|
TypeOfBusinessType["OtherRentalBusiness"] = "otherRentalBusiness";
|
46
46
|
/** Sonstige Geschäfte */
|
47
47
|
TypeOfBusinessType["OtherBusiness"] = "otherBusiness";
|
48
|
-
})(TypeOfBusinessType
|
48
|
+
})(TypeOfBusinessType || (exports.TypeOfBusinessType = TypeOfBusinessType = {}));
|
@@ -36,4 +36,4 @@ var DigicustDocumentType;
|
|
36
36
|
DigicustDocumentType["WeighingCertificate"] = "weighingCertificate";
|
37
37
|
DigicustDocumentType["CustomsServiceInstructions"] = "customsServiceInstructions";
|
38
38
|
DigicustDocumentType["PowerOfAttorney"] = "powerOfAttorney";
|
39
|
-
})(DigicustDocumentType
|
39
|
+
})(DigicustDocumentType || (exports.DigicustDocumentType = DigicustDocumentType = {}));
|
@@ -9,4 +9,4 @@ var DocumentCodeSource;
|
|
9
9
|
DocumentCodeSource["MaterialMasterdata"] = "materialMasterdata";
|
10
10
|
DocumentCodeSource["TariffNumberMasterdata"] = "tariffNumberMasterdata";
|
11
11
|
DocumentCodeSource["Rule"] = "rule";
|
12
|
-
})(DocumentCodeSource
|
12
|
+
})(DocumentCodeSource || (exports.DocumentCodeSource = DocumentCodeSource = {}));
|
@@ -14,4 +14,4 @@ var DocumentLanguage;
|
|
14
14
|
DocumentLanguage["SK"] = "slowakian";
|
15
15
|
DocumentLanguage["HU"] = "hungarian";
|
16
16
|
DocumentLanguage["IT"] = "italian";
|
17
|
-
})(DocumentLanguage
|
17
|
+
})(DocumentLanguage || (exports.DocumentLanguage = DocumentLanguage = {}));
|
@@ -14,7 +14,7 @@ var DocumentStatus;
|
|
14
14
|
DocumentStatus["Error"] = "error";
|
15
15
|
DocumentStatus["Finished"] = "finished";
|
16
16
|
DocumentStatus["Review"] = "review";
|
17
|
-
})(DocumentStatus
|
17
|
+
})(DocumentStatus || (exports.DocumentStatus = DocumentStatus = {}));
|
18
18
|
var UserDocumentStatus;
|
19
19
|
(function (UserDocumentStatus) {
|
20
20
|
UserDocumentStatus["Aborted"] = "aborted";
|
@@ -25,14 +25,14 @@ var UserDocumentStatus;
|
|
25
25
|
UserDocumentStatus["Exported"] = "exported";
|
26
26
|
UserDocumentStatus["Testing"] = "testing";
|
27
27
|
UserDocumentStatus["Validate"] = "validate";
|
28
|
-
})(UserDocumentStatus
|
28
|
+
})(UserDocumentStatus || (exports.UserDocumentStatus = UserDocumentStatus = {}));
|
29
29
|
var SubDocumentStatus;
|
30
30
|
(function (SubDocumentStatus) {
|
31
31
|
SubDocumentStatus["manual"] = "manual";
|
32
32
|
SubDocumentStatus["inProgress"] = "In Progress";
|
33
33
|
SubDocumentStatus["completed"] = "completed";
|
34
34
|
SubDocumentStatus["failed"] = "failed";
|
35
|
-
})(SubDocumentStatus
|
35
|
+
})(SubDocumentStatus || (exports.SubDocumentStatus = SubDocumentStatus = {}));
|
36
36
|
var ClassificationStatus;
|
37
37
|
(function (ClassificationStatus) {
|
38
38
|
ClassificationStatus["Edit"] = "edit";
|
@@ -42,4 +42,4 @@ var ClassificationStatus;
|
|
42
42
|
ClassificationStatus["Finished"] = "finished";
|
43
43
|
ClassificationStatus["Erased"] = "erased";
|
44
44
|
ClassificationStatus["OtherDocs"] = "otherdocs";
|
45
|
-
})(ClassificationStatus
|
45
|
+
})(ClassificationStatus || (exports.ClassificationStatus = ClassificationStatus = {}));
|
@@ -7,6 +7,7 @@ import { DigicustDocumentModel } from "./digicust-document.model";
|
|
7
7
|
export interface ATRDocument extends DigicustDocumentModel {
|
8
8
|
ATRNumber?: Meta<string>;
|
9
9
|
totalGrossWeight?: Weight;
|
10
|
+
numberOfPackages?: Meta<number>;
|
10
11
|
beforeNormalization?: {
|
11
12
|
totalGrossWeight?: Weight;
|
12
13
|
};
|
@@ -20,6 +20,8 @@ export interface InvoiceModel extends DigicustDocumentModel, LineItemContainingD
|
|
20
20
|
deliveryNote?: Meta<string>;
|
21
21
|
packingList?: Meta<string>;
|
22
22
|
containers?: Container[];
|
23
|
+
/** CT-1895 p2 field requested by HTS, it will be present on email or invoice */
|
24
|
+
chassisNumber?: Meta<string>;
|
23
25
|
typeOfBusiness?: TypeOfBusiness;
|
24
26
|
portOfExport?: Port;
|
25
27
|
portOfImport?: Port;
|
@@ -6,4 +6,4 @@ var PreliminaryDocumentType;
|
|
6
6
|
PreliminaryDocumentType["ATB"] = "ATB";
|
7
7
|
PreliminaryDocumentType["T1"] = "T1";
|
8
8
|
PreliminaryDocumentType["T2"] = "T2";
|
9
|
-
})(PreliminaryDocumentType
|
9
|
+
})(PreliminaryDocumentType || (exports.PreliminaryDocumentType = PreliminaryDocumentType = {}));
|
@@ -11,4 +11,4 @@ var WaybillType;
|
|
11
11
|
WaybillType["cmrWaybill"] = "cmrWaybill";
|
12
12
|
WaybillType["billOfLading"] = "billOfLading";
|
13
13
|
WaybillType["konossement"] = "konossement";
|
14
|
-
})(WaybillType
|
14
|
+
})(WaybillType || (exports.WaybillType = WaybillType = {}));
|
@@ -16,4 +16,4 @@ var SubmissionVendor;
|
|
16
16
|
SubmissionVendor["mercurio"] = "mercurio";
|
17
17
|
SubmissionVendor["scope"] = "scope";
|
18
18
|
SubmissionVendor["itms"] = "itms";
|
19
|
-
})(SubmissionVendor
|
19
|
+
})(SubmissionVendor || (exports.SubmissionVendor = SubmissionVendor = {}));
|
@@ -13,4 +13,4 @@ var FilterCondition;
|
|
13
13
|
FilterCondition["notContains"] = "notContains";
|
14
14
|
FilterCondition["isUserEdited"] = "isUserEdited";
|
15
15
|
FilterCondition["isDefined"] = "isDefined";
|
16
|
-
})(FilterCondition
|
16
|
+
})(FilterCondition || (exports.FilterCondition = FilterCondition = {}));
|
@@ -42,8 +42,8 @@ export interface Meursing extends Meta<string> {
|
|
42
42
|
saccharose?: Workflow<number>;
|
43
43
|
}
|
44
44
|
export declare enum MasterDataCreationType {
|
45
|
-
manual = "manual"
|
46
|
-
processed = "processed"
|
45
|
+
manual = "manual",// If created using frontend
|
46
|
+
processed = "processed",// Id added by integration service
|
47
47
|
file = "file"
|
48
48
|
}
|
49
49
|
export interface MaterialModel {
|
@@ -7,10 +7,10 @@ var ClassificationTypes;
|
|
7
7
|
ClassificationTypes["classifyOnlyMissing"] = "classifyOnlyMissing";
|
8
8
|
ClassificationTypes["classifyAndSuggest"] = "classifyAndSuggest";
|
9
9
|
ClassificationTypes["classifyAndReplace"] = "classifyAndReplace";
|
10
|
-
})(ClassificationTypes
|
10
|
+
})(ClassificationTypes || (exports.ClassificationTypes = ClassificationTypes = {}));
|
11
11
|
var MasterDataCreationType;
|
12
12
|
(function (MasterDataCreationType) {
|
13
13
|
MasterDataCreationType["manual"] = "manual";
|
14
14
|
MasterDataCreationType["processed"] = "processed";
|
15
15
|
MasterDataCreationType["file"] = "file";
|
16
|
-
})(MasterDataCreationType
|
16
|
+
})(MasterDataCreationType || (exports.MasterDataCreationType = MasterDataCreationType = {}));
|
@@ -13,4 +13,4 @@ var StakeholderRole;
|
|
13
13
|
StakeholderRole["Carrier"] = "carrier";
|
14
14
|
StakeholderRole["Warehouse"] = "warehouse";
|
15
15
|
StakeholderRole["Supplier"] = "supplier";
|
16
|
-
})(StakeholderRole
|
16
|
+
})(StakeholderRole || (exports.StakeholderRole = StakeholderRole = {}));
|
@@ -7,4 +7,4 @@ var StringScoringAlgorithmType;
|
|
7
7
|
StringScoringAlgorithmType["Normalized"] = "normalized";
|
8
8
|
StringScoringAlgorithmType["JaroWrinkler"] = "jaro-wrinkler";
|
9
9
|
StringScoringAlgorithmType["CosineSimilarity"] = "cosine-similarity";
|
10
|
-
})(StringScoringAlgorithmType
|
10
|
+
})(StringScoringAlgorithmType || (exports.StringScoringAlgorithmType = StringScoringAlgorithmType = {}));
|
@@ -8,4 +8,4 @@ var DimensionsUnit;
|
|
8
8
|
DimensionsUnit["feet"] = "ft";
|
9
9
|
DimensionsUnit["decimeter"] = "dm";
|
10
10
|
DimensionsUnit["milimeter"] = "mm";
|
11
|
-
})(DimensionsUnit
|
11
|
+
})(DimensionsUnit || (exports.DimensionsUnit = DimensionsUnit = {}));
|
@@ -1,181 +1,181 @@
|
|
1
1
|
export declare enum Currency {
|
2
|
-
EUR = "EUR"
|
3
|
-
USD = "USD"
|
4
|
-
GBP = "GBP"
|
5
|
-
AED = "AED"
|
6
|
-
AFN = "AFN"
|
7
|
-
ALL = "ALL"
|
8
|
-
AMD = "AMD"
|
9
|
-
ANG = "ANG"
|
10
|
-
AOA = "AOA"
|
11
|
-
ARS = "ARS"
|
12
|
-
AUD = "AUD"
|
13
|
-
AWG = "AWG"
|
14
|
-
AZN = "AZN"
|
15
|
-
BAM = "BAM"
|
16
|
-
BBD = "BBD"
|
17
|
-
BDT = "BDT"
|
18
|
-
BGN = "BGN"
|
19
|
-
BHD = "BHD"
|
20
|
-
BIF = "BIF"
|
21
|
-
BMD = "BMD"
|
22
|
-
BND = "BND"
|
23
|
-
BOB = "BOB"
|
24
|
-
BOV = "BOV"
|
25
|
-
BRL = "BRL"
|
26
|
-
BSD = "BSD"
|
27
|
-
BTN = "BTN"
|
28
|
-
BWP = "BWP"
|
29
|
-
BYN = "BYN"
|
30
|
-
BZD = "BZD"
|
31
|
-
CAD = "CAD"
|
32
|
-
CDF = "CDF"
|
33
|
-
CHE = "CHE"
|
34
|
-
CHF = "CHF"
|
35
|
-
CHW = "CHW"
|
36
|
-
CLF = "CLF"
|
37
|
-
CLP = "CLP"
|
38
|
-
CNY = "CNY"
|
39
|
-
COP = "COP"
|
40
|
-
COU = "COU"
|
41
|
-
CRC = "CRC"
|
42
|
-
CUC = "CUC"
|
43
|
-
CUP = "CUP"
|
44
|
-
CVE = "CVE"
|
45
|
-
CZK = "CZK"
|
46
|
-
DJF = "DJF"
|
47
|
-
DKK = "DKK"
|
48
|
-
DOP = "DOP"
|
49
|
-
DZD = "DZD"
|
50
|
-
EGP = "EGP"
|
51
|
-
ERN = "ERN"
|
52
|
-
ETB = "ETB"
|
53
|
-
FJD = "FJD"
|
54
|
-
FKP = "FKP"
|
55
|
-
GEL = "GEL"
|
56
|
-
GHS = "GHS"
|
57
|
-
GIP = "GIP"
|
58
|
-
GMD = "GMD"
|
59
|
-
GNF = "GNF"
|
60
|
-
GTQ = "GTQ"
|
61
|
-
GYD = "GYD"
|
62
|
-
HKD = "HKD"
|
63
|
-
HNL = "HNL"
|
64
|
-
HRK = "HRK",
|
65
|
-
HTG = "HTG"
|
66
|
-
HUF = "HUF"
|
67
|
-
IDR = "IDR"
|
68
|
-
ILS = "ILS"
|
69
|
-
INR = "INR"
|
70
|
-
IQD = "IQD"
|
71
|
-
IRR = "IRR"
|
72
|
-
ISK = "ISK"
|
73
|
-
JMD = "JMD"
|
74
|
-
JOD = "JOD"
|
75
|
-
JPY = "JPY"
|
76
|
-
KES = "KES"
|
77
|
-
KGS = "KGS"
|
78
|
-
KHR = "KHR"
|
79
|
-
KMF = "KMF"
|
80
|
-
KPW = "KPW"
|
81
|
-
KRW = "KRW"
|
82
|
-
KWD = "KWD"
|
83
|
-
KYD = "KYD"
|
84
|
-
KZT = "KZT"
|
85
|
-
LAK = "LAK"
|
86
|
-
LBP = "LBP"
|
87
|
-
LKR = "LKR"
|
88
|
-
LRD = "LRD"
|
89
|
-
LSL = "LSL"
|
90
|
-
LYD = "LYD"
|
91
|
-
MAD = "MAD"
|
92
|
-
MDL = "MDL"
|
93
|
-
MGA = "MGA"
|
94
|
-
MKD = "MKD"
|
95
|
-
MMK = "MMK"
|
96
|
-
MNT = "MNT"
|
97
|
-
MOP = "MOP"
|
98
|
-
MRU = "MRU"
|
99
|
-
MUR = "MUR"
|
100
|
-
MVR = "MVR"
|
101
|
-
MWK = "MWK"
|
102
|
-
MXN = "MXN"
|
103
|
-
MXV = "MXV"
|
104
|
-
MYR = "MYR"
|
105
|
-
MZN = "MZN"
|
106
|
-
NAD = "NAD"
|
107
|
-
NGN = "NGN"
|
108
|
-
NIO = "NIO"
|
109
|
-
NOK = "NOK"
|
110
|
-
NPR = "NPR"
|
111
|
-
NZD = "NZD"
|
112
|
-
OMR = "OMR"
|
113
|
-
PAB = "PAB"
|
114
|
-
PEN = "PEN"
|
115
|
-
PKG = "PKG"
|
116
|
-
PHP = "PHP"
|
117
|
-
PKR = "PKR"
|
118
|
-
PLN = "PLN"
|
119
|
-
PYG = "PYG"
|
120
|
-
QAR = "QAR"
|
121
|
-
RON = "RON"
|
122
|
-
RSD = "RSD"
|
123
|
-
RUB = "RUB"
|
124
|
-
RWF = "RWF"
|
125
|
-
SAR = "SAR"
|
126
|
-
SBD = "SBD"
|
127
|
-
SCR = "SCR"
|
128
|
-
SDG = "SDG"
|
129
|
-
SEK = "SEK"
|
130
|
-
SGD = "SGD"
|
131
|
-
SHP = "SHP"
|
132
|
-
SLL = "SLL"
|
133
|
-
SOS = "SOS"
|
134
|
-
SRD = "SRD"
|
135
|
-
SSP = "SSP"
|
136
|
-
STN = "STN"
|
137
|
-
SVC = "SVC"
|
138
|
-
SYP = "SYP"
|
139
|
-
SZL = "SZL"
|
140
|
-
THB = "THN"
|
141
|
-
TJS = "TJS"
|
142
|
-
TMT = "TMT"
|
143
|
-
TND = "TND"
|
144
|
-
TOP = "TOP"
|
145
|
-
TRY = "TRY"
|
146
|
-
TTD = "TTD"
|
147
|
-
TWD = "TWD"
|
148
|
-
TZS = "TZS"
|
149
|
-
UAH = "UAH"
|
150
|
-
UGX = "UGX"
|
151
|
-
USN = "USN"
|
152
|
-
UYI = "UYI"
|
153
|
-
UYU = "UYU"
|
154
|
-
UYW = "UYW"
|
155
|
-
UZS = "UZS"
|
156
|
-
VES = "VES"
|
157
|
-
VND = "VND"
|
158
|
-
VUV = "VUV"
|
159
|
-
WST = "WST"
|
160
|
-
XAF = "XAF"
|
161
|
-
XAG = "XAG"
|
162
|
-
XAU = "XAU"
|
163
|
-
XBA = "XBA"
|
164
|
-
XBB = "XBB"
|
165
|
-
XBC = "XBC"
|
166
|
-
XBD = "XBD"
|
167
|
-
XCD = "XCD"
|
168
|
-
XDR = "XDR"
|
169
|
-
XOF = "XOF"
|
170
|
-
XPD = "XPD"
|
171
|
-
XPF = "XPF"
|
172
|
-
XPT = "XPT"
|
173
|
-
XSU = "XSU"
|
174
|
-
XTS = "XTS"
|
175
|
-
XUA = "XUA"
|
176
|
-
XXX = "XXX"
|
177
|
-
YER = "YER"
|
178
|
-
ZAR = "ZAR"
|
179
|
-
ZMW = "ZMW"
|
2
|
+
EUR = "EUR",// EURO
|
3
|
+
USD = "USD",// US Dollar
|
4
|
+
GBP = "GBP",// Pound Sterling
|
5
|
+
AED = "AED",// UAE Dirham
|
6
|
+
AFN = "AFN",// Afghani
|
7
|
+
ALL = "ALL",// Lek / Albania
|
8
|
+
AMD = "AMD",// Armenian Dram
|
9
|
+
ANG = "ANG",// Netherlands Antillean Guilder
|
10
|
+
AOA = "AOA",// Kwanza / Angola
|
11
|
+
ARS = "ARS",// Argentine Peso
|
12
|
+
AUD = "AUD",// Australian Dollar
|
13
|
+
AWG = "AWG",// Aruban Florin
|
14
|
+
AZN = "AZN",// Azerbaijan Manat
|
15
|
+
BAM = "BAM",// Convertible Mark
|
16
|
+
BBD = "BBD",// Barbados Dollar
|
17
|
+
BDT = "BDT",// Taka
|
18
|
+
BGN = "BGN",// Bulgarian Lev
|
19
|
+
BHD = "BHD",// Bahraini Dinar
|
20
|
+
BIF = "BIF",// Burundi Franc
|
21
|
+
BMD = "BMD",// Bermudian Dollar
|
22
|
+
BND = "BND",// Brunei Dollar
|
23
|
+
BOB = "BOB",// Boliviano
|
24
|
+
BOV = "BOV",// Mvdol
|
25
|
+
BRL = "BRL",// Brazilian Real
|
26
|
+
BSD = "BSD",// Bahamian Dollar
|
27
|
+
BTN = "BTN",// Ngultrum
|
28
|
+
BWP = "BWP",// Pula / Botswana
|
29
|
+
BYN = "BYN",// Belarusian Ruble
|
30
|
+
BZD = "BZD",// Belize Dollar
|
31
|
+
CAD = "CAD",// Canadian Dollar
|
32
|
+
CDF = "CDF",// Congolese Franc
|
33
|
+
CHE = "CHE",// WIR Euro
|
34
|
+
CHF = "CHF",// Swiss Franc
|
35
|
+
CHW = "CHW",// WIR Franc
|
36
|
+
CLF = "CLF",// Unidad de Fomento
|
37
|
+
CLP = "CLP",// Chilean Peso
|
38
|
+
CNY = "CNY",// Yuan Renminbi
|
39
|
+
COP = "COP",// Colombian Peso
|
40
|
+
COU = "COU",// Unidad de Valor Real
|
41
|
+
CRC = "CRC",// Costa Rican Colon
|
42
|
+
CUC = "CUC",// Peso Convertible
|
43
|
+
CUP = "CUP",// Cuban Peso
|
44
|
+
CVE = "CVE",// Cabo Verde Escudo
|
45
|
+
CZK = "CZK",// Czech Koruna
|
46
|
+
DJF = "DJF",// Djibouti Franc
|
47
|
+
DKK = "DKK",// Danish Krone
|
48
|
+
DOP = "DOP",// Dominican Peso
|
49
|
+
DZD = "DZD",// Algerian Dinar
|
50
|
+
EGP = "EGP",// Egyptian Pound
|
51
|
+
ERN = "ERN",// Nakfa
|
52
|
+
ETB = "ETB",// Ethiopian Birr
|
53
|
+
FJD = "FJD",// Fiji Dollar
|
54
|
+
FKP = "FKP",// Falkland Islands Pound
|
55
|
+
GEL = "GEL",// Lari / Georgia
|
56
|
+
GHS = "GHS",// Ghana Cedi
|
57
|
+
GIP = "GIP",// Gibraltar Pound
|
58
|
+
GMD = "GMD",// Dalasi / Gambia
|
59
|
+
GNF = "GNF",// Guinean Franc
|
60
|
+
GTQ = "GTQ",// Quetzal / Guatemala
|
61
|
+
GYD = "GYD",// Guyana Dollar
|
62
|
+
HKD = "HKD",// Hong Kong Dollar
|
63
|
+
HNL = "HNL",// Lempira / Honduras
|
64
|
+
HRK = "HRK",// Kuna / Croatia,
|
65
|
+
HTG = "HTG",// Gourde / Haiti
|
66
|
+
HUF = "HUF",// Forint
|
67
|
+
IDR = "IDR",// Rupiah
|
68
|
+
ILS = "ILS",// New Israeli Sheqel
|
69
|
+
INR = "INR",// Indian Rupee
|
70
|
+
IQD = "IQD",// Iraqi Dinar
|
71
|
+
IRR = "IRR",// Iranian Rial
|
72
|
+
ISK = "ISK",// Iceland Krona
|
73
|
+
JMD = "JMD",// Jamaican Dollar
|
74
|
+
JOD = "JOD",// Jordanian Dinar
|
75
|
+
JPY = "JPY",// Yen
|
76
|
+
KES = "KES",// Kenyan Shilling
|
77
|
+
KGS = "KGS",// Som / Kyrgyztan
|
78
|
+
KHR = "KHR",// Riel / Cambodia
|
79
|
+
KMF = "KMF",// Comorian Franc
|
80
|
+
KPW = "KPW",// North Korean Won
|
81
|
+
KRW = "KRW",// Won
|
82
|
+
KWD = "KWD",// Kuwaiti Dina
|
83
|
+
KYD = "KYD",// Cayman Islands Dollar
|
84
|
+
KZT = "KZT",// Tenge Kazakhstan
|
85
|
+
LAK = "LAK",// Lao Kip
|
86
|
+
LBP = "LBP",// Lebanese Pound
|
87
|
+
LKR = "LKR",// Sri Lanka Rupee
|
88
|
+
LRD = "LRD",// Liberian Dollar
|
89
|
+
LSL = "LSL",// Loti
|
90
|
+
LYD = "LYD",// Libyan Dinar
|
91
|
+
MAD = "MAD",// Moroccan Dirham
|
92
|
+
MDL = "MDL",// Moldovan Leu
|
93
|
+
MGA = "MGA",// Malagasy Ariary
|
94
|
+
MKD = "MKD",// Denar
|
95
|
+
MMK = "MMK",// Kyat
|
96
|
+
MNT = "MNT",// Tugrik
|
97
|
+
MOP = "MOP",// Pataca
|
98
|
+
MRU = "MRU",// Ouguiya
|
99
|
+
MUR = "MUR",// Mauritius Rupee
|
100
|
+
MVR = "MVR",// Rufiyaa
|
101
|
+
MWK = "MWK",// Malawi Kwacha
|
102
|
+
MXN = "MXN",// Mexican Peso
|
103
|
+
MXV = "MXV",// Mexican Unidad de Inversion (UDI)
|
104
|
+
MYR = "MYR",// Malaysian Ringgit
|
105
|
+
MZN = "MZN",// Mozambique Metical
|
106
|
+
NAD = "NAD",// Namibia Dollar
|
107
|
+
NGN = "NGN",// Naira
|
108
|
+
NIO = "NIO",// Cordoba Oro
|
109
|
+
NOK = "NOK",// Norwegian Krone
|
110
|
+
NPR = "NPR",// Nepalese Rupee
|
111
|
+
NZD = "NZD",// New Zealand Dollar
|
112
|
+
OMR = "OMR",// Rial Omani
|
113
|
+
PAB = "PAB",// Balboa
|
114
|
+
PEN = "PEN",// Sol / Peru
|
115
|
+
PKG = "PKG",// Kina
|
116
|
+
PHP = "PHP",// Philippine Peso
|
117
|
+
PKR = "PKR",// Pakistan Rupee
|
118
|
+
PLN = "PLN",// Zloty
|
119
|
+
PYG = "PYG",// Guarani
|
120
|
+
QAR = "QAR",// Qatari Rial
|
121
|
+
RON = "RON",// Romanian Leu
|
122
|
+
RSD = "RSD",// Serbian Dinar
|
123
|
+
RUB = "RUB",// Russian Ruble
|
124
|
+
RWF = "RWF",// Rwanda Franc
|
125
|
+
SAR = "SAR",// Saudi Riyal
|
126
|
+
SBD = "SBD",// Solomon Islands Dollar
|
127
|
+
SCR = "SCR",// Seychelles Rupee
|
128
|
+
SDG = "SDG",// Sudanese Pound
|
129
|
+
SEK = "SEK",// Swedish Krona
|
130
|
+
SGD = "SGD",// Singapore Dollar
|
131
|
+
SHP = "SHP",// Saint Helena Pound
|
132
|
+
SLL = "SLL",// Leone
|
133
|
+
SOS = "SOS",// Somali Shilling
|
134
|
+
SRD = "SRD",// Surinam Dollar
|
135
|
+
SSP = "SSP",// South Sudanese Pound
|
136
|
+
STN = "STN",// Dobra
|
137
|
+
SVC = "SVC",// El Salvador Colon
|
138
|
+
SYP = "SYP",// Syrian Pound
|
139
|
+
SZL = "SZL",// Lilangeni
|
140
|
+
THB = "THN",// Baht / Thailand
|
141
|
+
TJS = "TJS",// Somoni
|
142
|
+
TMT = "TMT",// Turkmenistan New Manat
|
143
|
+
TND = "TND",// Tunisian Dinar
|
144
|
+
TOP = "TOP",// Pa’anga
|
145
|
+
TRY = "TRY",// Turkish Lira
|
146
|
+
TTD = "TTD",// Trinidad and Tobago Dollar
|
147
|
+
TWD = "TWD",// New Taiwan Dollar
|
148
|
+
TZS = "TZS",// Tanzanian Shilling
|
149
|
+
UAH = "UAH",// Hryvnia / Ukraine
|
150
|
+
UGX = "UGX",// Uganda Shilling
|
151
|
+
USN = "USN",// US Dollar (Next day)
|
152
|
+
UYI = "UYI",// Uruguay Peso en Unidades Indexadas (UI)
|
153
|
+
UYU = "UYU",// Peso Uruguayo
|
154
|
+
UYW = "UYW",// Unidad Previsional
|
155
|
+
UZS = "UZS",// Uzbekistan Sum
|
156
|
+
VES = "VES",// Bolívar Soberano
|
157
|
+
VND = "VND",// Dong
|
158
|
+
VUV = "VUV",// Vatu
|
159
|
+
WST = "WST",// Tala
|
160
|
+
XAF = "XAF",// CFA Franc BEAC
|
161
|
+
XAG = "XAG",// Silver
|
162
|
+
XAU = "XAU",// Gold
|
163
|
+
XBA = "XBA",// Bond Markets Unit European Composite Unit (EURCO)
|
164
|
+
XBB = "XBB",// Bond Markets Unit European Monetary Unit (E.M.U.-6)
|
165
|
+
XBC = "XBC",// Bond Markets Unit European Unit of Account 9 (E.U.A.-9)
|
166
|
+
XBD = "XBD",// Bond Markets Unit European Unit of Account 17 (E.U.A.-17)
|
167
|
+
XCD = "XCD",// East Caribbean Dollar
|
168
|
+
XDR = "XDR",// SDR (Special Drawing Right)
|
169
|
+
XOF = "XOF",// CFA Franc BCEAO
|
170
|
+
XPD = "XPD",// Palladium
|
171
|
+
XPF = "XPF",// CFP Franc
|
172
|
+
XPT = "XPT",// Platinum
|
173
|
+
XSU = "XSU",// Sucre
|
174
|
+
XTS = "XTS",// Codes specifically reserved for testing purposes
|
175
|
+
XUA = "XUA",// ADB Unit of Account
|
176
|
+
XXX = "XXX",// The codes assigned for transactions where no currency is involved
|
177
|
+
YER = "YER",// Yemeni Rial
|
178
|
+
ZAR = "ZAR",// Rand
|
179
|
+
ZMW = "ZMW",// Zambian Kwacha
|
180
180
|
ZWL = "ZWL"
|
181
181
|
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./module.model";
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
3
|
+
if (k2 === undefined) k2 = k;
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
7
|
+
}
|
8
|
+
Object.defineProperty(o, k2, desc);
|
9
|
+
}) : (function(o, m, k, k2) {
|
10
|
+
if (k2 === undefined) k2 = k;
|
11
|
+
o[k2] = m[k];
|
12
|
+
}));
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
|
+
};
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./module.model"), exports);
|
@@ -0,0 +1,49 @@
|
|
1
|
+
/**
|
2
|
+
* Identifies a module. Modules are different "programs" in the frontend
|
3
|
+
*/
|
4
|
+
export interface ModuleModel {
|
5
|
+
id?: string;
|
6
|
+
alias?: string;
|
7
|
+
type?: ModuleType;
|
8
|
+
active?: boolean;
|
9
|
+
executionStrategies?: {
|
10
|
+
Default?: ModuleExecStrategy;
|
11
|
+
Declaration?: ModuleExecStrategy;
|
12
|
+
PreDeclaration?: ModuleExecStrategy;
|
13
|
+
SimplifiedProcedure?: ModuleExecStrategy;
|
14
|
+
WriteupProcedure?: ModuleExecStrategy;
|
15
|
+
T1Transit?: ModuleExecStrategy;
|
16
|
+
T2Transit?: ModuleExecStrategy;
|
17
|
+
MasterData?: ModuleExecStrategy;
|
18
|
+
StakeHolderData?: ModuleExecStrategy;
|
19
|
+
};
|
20
|
+
}
|
21
|
+
interface ModuleExecStrategy {
|
22
|
+
title?: string;
|
23
|
+
executionStrategyId?: string;
|
24
|
+
alias?: string;
|
25
|
+
active?: boolean;
|
26
|
+
}
|
27
|
+
export declare enum ModuleType {
|
28
|
+
import = "Import",
|
29
|
+
export = "Export",
|
30
|
+
warehouseProcedure = "Warehouse Procedure",
|
31
|
+
transitProcedure = "Transit Procedure",
|
32
|
+
dataExtraction = "Data Extraction",
|
33
|
+
documentClassification = "Document Classification",
|
34
|
+
productClassification = "Product Classification",
|
35
|
+
statistics = "Statistics",
|
36
|
+
masterModule = "Master Module"
|
37
|
+
}
|
38
|
+
export declare enum ModuleCategory {
|
39
|
+
default = "Default",
|
40
|
+
declaration = "Declaration",
|
41
|
+
preDeclaration = "Pre Declaration",
|
42
|
+
simplifiedProcedure = "Simplified Procedure",
|
43
|
+
writeupProcedure = "Writeup Procedure",
|
44
|
+
t1Transit = "T1 Transit",
|
45
|
+
t2Transit = "T2 Transit",
|
46
|
+
masterData = "Master Data",
|
47
|
+
stakeHolderData = "StakeHolder Data"
|
48
|
+
}
|
49
|
+
export {};
|
@@ -0,0 +1,27 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.ModuleCategory = exports.ModuleType = void 0;
|
4
|
+
var ModuleType;
|
5
|
+
(function (ModuleType) {
|
6
|
+
ModuleType["import"] = "Import";
|
7
|
+
ModuleType["export"] = "Export";
|
8
|
+
ModuleType["warehouseProcedure"] = "Warehouse Procedure";
|
9
|
+
ModuleType["transitProcedure"] = "Transit Procedure";
|
10
|
+
ModuleType["dataExtraction"] = "Data Extraction";
|
11
|
+
ModuleType["documentClassification"] = "Document Classification";
|
12
|
+
ModuleType["productClassification"] = "Product Classification";
|
13
|
+
ModuleType["statistics"] = "Statistics";
|
14
|
+
ModuleType["masterModule"] = "Master Module";
|
15
|
+
})(ModuleType || (exports.ModuleType = ModuleType = {}));
|
16
|
+
var ModuleCategory;
|
17
|
+
(function (ModuleCategory) {
|
18
|
+
ModuleCategory["default"] = "Default";
|
19
|
+
ModuleCategory["declaration"] = "Declaration";
|
20
|
+
ModuleCategory["preDeclaration"] = "Pre Declaration";
|
21
|
+
ModuleCategory["simplifiedProcedure"] = "Simplified Procedure";
|
22
|
+
ModuleCategory["writeupProcedure"] = "Writeup Procedure";
|
23
|
+
ModuleCategory["t1Transit"] = "T1 Transit";
|
24
|
+
ModuleCategory["t2Transit"] = "T2 Transit";
|
25
|
+
ModuleCategory["masterData"] = "Master Data";
|
26
|
+
ModuleCategory["stakeHolderData"] = "StakeHolder Data";
|
27
|
+
})(ModuleCategory || (exports.ModuleCategory = ModuleCategory = {}));
|
@@ -13,4 +13,4 @@ var ProcessingStatus;
|
|
13
13
|
ProcessingStatus["completed"] = "completed";
|
14
14
|
ProcessingStatus["inprocess"] = "inprocess";
|
15
15
|
ProcessingStatus["error"] = "error";
|
16
|
-
})(ProcessingStatus
|
16
|
+
})(ProcessingStatus || (exports.ProcessingStatus = ProcessingStatus = {}));
|
@@ -13,4 +13,4 @@ var CostIntersectionTypes;
|
|
13
13
|
CostIntersectionTypes["freeBorderDutyPaidExclusiveVat"] = "freeBorderDutyPaidExclusiveVat";
|
14
14
|
CostIntersectionTypes["insideZoneDutyPaidExclusiveVat"] = "insideZoneDutyPaidExclusiveVat";
|
15
15
|
CostIntersectionTypes["freeBorderDutyPaidValueEstimated"] = "freeBorderDutyPaidValueEstimated";
|
16
|
-
})(CostIntersectionTypes
|
16
|
+
})(CostIntersectionTypes || (exports.CostIntersectionTypes = CostIntersectionTypes = {}));
|
@@ -11,11 +11,11 @@ var MeanOfTransportationMode;
|
|
11
11
|
MeanOfTransportationMode["fixedInstallations"] = "FixedInstallations";
|
12
12
|
MeanOfTransportationMode["inlandWaterway"] = "InlandWaterway";
|
13
13
|
MeanOfTransportationMode["unknown"] = "Unknown";
|
14
|
-
})(MeanOfTransportationMode
|
14
|
+
})(MeanOfTransportationMode || (exports.MeanOfTransportationMode = MeanOfTransportationMode = {}));
|
15
15
|
var MeanOfTransportationType;
|
16
16
|
(function (MeanOfTransportationType) {
|
17
17
|
MeanOfTransportationType["border"] = "Border";
|
18
18
|
MeanOfTransportationType["arrival"] = "Arrival";
|
19
19
|
MeanOfTransportationType["departure"] = "Departure";
|
20
20
|
MeanOfTransportationType["inland"] = "Inland";
|
21
|
-
})(MeanOfTransportationType
|
21
|
+
})(MeanOfTransportationType || (exports.MeanOfTransportationType = MeanOfTransportationType = {}));
|
@@ -6,7 +6,7 @@ var MemberRoles;
|
|
6
6
|
MemberRoles["orgAdmin"] = "org-admin";
|
7
7
|
MemberRoles["projectAdmin"] = "project-admin";
|
8
8
|
MemberRoles["user"] = "user";
|
9
|
-
})(MemberRoles
|
9
|
+
})(MemberRoles || (exports.MemberRoles = MemberRoles = {}));
|
10
10
|
var Permissions;
|
11
11
|
(function (Permissions) {
|
12
12
|
// org admin and project admins
|
@@ -26,4 +26,4 @@ var Permissions;
|
|
26
26
|
Permissions["ViewExecutionStrategy"] = "view-execution-strategy";
|
27
27
|
Permissions["EditExecutionStrategy"] = "edit-execution-strategy";
|
28
28
|
Permissions["ViewStatistics"] = "view-statistics";
|
29
|
-
})(Permissions
|
29
|
+
})(Permissions || (exports.Permissions = Permissions = {}));
|
@@ -5,4 +5,4 @@ var RossumEventEnum;
|
|
5
5
|
(function (RossumEventEnum) {
|
6
6
|
RossumEventEnum["StatusChanged"] = "status_changed";
|
7
7
|
RossumEventEnum["Exported"] = "exported";
|
8
|
-
})(RossumEventEnum
|
8
|
+
})(RossumEventEnum || (exports.RossumEventEnum = RossumEventEnum = {}));
|
@@ -15,4 +15,4 @@ var RossumImportStatus;
|
|
15
15
|
RossumImportStatus["Purged"] = "purged";
|
16
16
|
RossumImportStatus["Confirmed"] = "confirmed";
|
17
17
|
RossumImportStatus["Split"] = "split";
|
18
|
-
})(RossumImportStatus
|
18
|
+
})(RossumImportStatus || (exports.RossumImportStatus = RossumImportStatus = {}));
|