@wenex/sdk 0.6.7 → 0.6.9
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/common/enums/common/resource.enum.d.ts +9 -0
- package/common/enums/common/resource.enum.js +9 -0
- package/common/enums/common/resource.enum.js.map +1 -1
- package/common/enums/common/scope.enum.d.ts +27 -0
- package/common/enums/common/scope.enum.js +27 -0
- package/common/enums/common/scope.enum.js.map +1 -1
- package/common/enums/general/index.d.ts +1 -0
- package/common/enums/general/index.js +18 -0
- package/common/enums/general/index.js.map +1 -0
- package/common/enums/general/workflows/index.d.ts +1 -0
- package/common/enums/general/workflows/index.js +18 -0
- package/common/enums/general/workflows/index.js.map +1 -0
- package/common/enums/general/workflows/status.enum.d.ts +8 -0
- package/common/enums/general/workflows/status.enum.js +13 -0
- package/common/enums/general/workflows/status.enum.js.map +1 -0
- package/common/enums/index.d.ts +2 -0
- package/common/enums/index.js +2 -0
- package/common/enums/index.js.map +1 -1
- package/common/enums/logistic/drivers/driver-type.enum.d.ts +10 -0
- package/common/enums/logistic/drivers/driver-type.enum.js +15 -0
- package/common/enums/logistic/drivers/driver-type.enum.js.map +1 -0
- package/common/enums/logistic/drivers/index.d.ts +1 -0
- package/common/enums/logistic/drivers/index.js +18 -0
- package/common/enums/logistic/drivers/index.js.map +1 -0
- package/common/enums/logistic/index.d.ts +2 -0
- package/common/enums/logistic/index.js +19 -0
- package/common/enums/logistic/index.js.map +1 -0
- package/common/enums/logistic/vehicles/index.d.ts +1 -0
- package/common/enums/logistic/vehicles/index.js +18 -0
- package/common/enums/logistic/vehicles/index.js.map +1 -0
- package/common/enums/logistic/vehicles/vehicle-type.enum.d.ts +8 -0
- package/common/enums/logistic/vehicles/vehicle-type.enum.js +13 -0
- package/common/enums/logistic/vehicles/vehicle-type.enum.js.map +1 -0
- package/common/interfaces/auth/grant/grant.interface.d.ts +0 -25
- package/common/interfaces/common/filter.interface.d.ts +0 -25
- package/common/interfaces/common/geojson.type.d.ts +9 -0
- package/common/interfaces/common/geojson.type.js +3 -0
- package/common/interfaces/common/geojson.type.js.map +1 -0
- package/common/interfaces/common/index.d.ts +1 -0
- package/common/interfaces/common/index.js +1 -0
- package/common/interfaces/common/index.js.map +1 -1
- package/common/interfaces/config/config.interface.d.ts +1 -26
- package/common/interfaces/config/setting.interface.d.ts +1 -26
- package/common/interfaces/domain/app/app.interface.d.ts +0 -25
- package/common/interfaces/domain/client/client.interface.d.ts +0 -25
- package/common/interfaces/financial/account.interface.d.ts +0 -25
- package/common/interfaces/financial/coin/coin.interface.d.ts +0 -25
- package/common/interfaces/financial/transaction.interface.d.ts +0 -25
- package/common/interfaces/financial/wallet.interface.d.ts +0 -25
- package/common/interfaces/general/artifact.interface.d.ts +10 -0
- package/common/interfaces/general/artifact.interface.js +3 -0
- package/common/interfaces/general/artifact.interface.js.map +1 -0
- package/common/interfaces/general/index.d.ts +2 -0
- package/common/interfaces/general/index.js +19 -0
- package/common/interfaces/general/index.js.map +1 -0
- package/common/interfaces/general/workflow/index.d.ts +3 -0
- package/common/interfaces/general/workflow/index.js +20 -0
- package/common/interfaces/general/workflow/index.js.map +1 -0
- package/common/interfaces/general/workflow/state.interface.d.ts +8 -0
- package/common/interfaces/general/workflow/state.interface.js +3 -0
- package/common/interfaces/general/workflow/state.interface.js.map +1 -0
- package/common/interfaces/general/workflow/token.interface.d.ts +10 -0
- package/common/interfaces/general/workflow/token.interface.js +3 -0
- package/common/interfaces/general/workflow/token.interface.js.map +1 -0
- package/common/interfaces/general/workflow/workflow.interface.d.ts +15 -0
- package/common/interfaces/general/workflow/workflow.interface.js +3 -0
- package/common/interfaces/general/workflow/workflow.interface.js.map +1 -0
- package/common/interfaces/identity/profile.interface.d.ts +0 -25
- package/common/interfaces/identity/session.interface.d.ts +0 -25
- package/common/interfaces/identity/user.interface.d.ts +0 -25
- package/common/interfaces/index.d.ts +2 -0
- package/common/interfaces/index.js +2 -0
- package/common/interfaces/index.js.map +1 -1
- package/common/interfaces/logistic/cargo.interface.d.ts +15 -0
- package/common/interfaces/logistic/cargo.interface.js +3 -0
- package/common/interfaces/logistic/cargo.interface.js.map +1 -0
- package/common/interfaces/logistic/driver.interface.d.ts +16 -0
- package/common/interfaces/logistic/driver.interface.js +3 -0
- package/common/interfaces/logistic/driver.interface.js.map +1 -0
- package/common/interfaces/logistic/index.d.ts +5 -0
- package/common/interfaces/logistic/index.js +22 -0
- package/common/interfaces/logistic/index.js.map +1 -0
- package/common/interfaces/logistic/location/geometry.interface.d.ts +3 -0
- package/common/interfaces/logistic/location/geometry.interface.js +3 -0
- package/common/interfaces/logistic/location/geometry.interface.js.map +1 -0
- package/common/interfaces/logistic/location/index.d.ts +2 -0
- package/common/interfaces/logistic/location/index.js +19 -0
- package/common/interfaces/logistic/location/index.js.map +1 -0
- package/common/interfaces/logistic/location/location.interface.d.ts +8 -0
- package/common/interfaces/logistic/location/location.interface.js +3 -0
- package/common/interfaces/logistic/location/location.interface.js.map +1 -0
- package/common/interfaces/logistic/travel.interface.d.ts +10 -0
- package/common/interfaces/logistic/travel.interface.js +3 -0
- package/common/interfaces/logistic/travel.interface.js.map +1 -0
- package/common/interfaces/logistic/vehicle.interface.d.ts +11 -0
- package/common/interfaces/logistic/vehicle.interface.js +3 -0
- package/common/interfaces/logistic/vehicle.interface.js.map +1 -0
- package/common/interfaces/special/file.interface.d.ts +0 -25
- package/common/interfaces/special/stat.interface.d.ts +0 -25
- package/common/interfaces/touch/mail/mail.interface.d.ts +0 -25
- package/common/interfaces/touch/push/history/history.interface.d.ts +0 -25
- package/common/interfaces/touch/push/push.interface.d.ts +0 -25
- package/common/utils/object-id.util.d.ts +0 -25
- package/common/utils/transform.util.js +2 -3
- package/common/utils/transform.util.js.map +1 -1
- package/package.json +16 -15
- package/services/general/artifacts.service.d.ts +7 -0
- package/services/general/artifacts.service.js +12 -0
- package/services/general/artifacts.service.js.map +1 -0
- package/services/general/index.d.ts +13 -0
- package/services/general/index.js +36 -0
- package/services/general/index.js.map +1 -0
- package/services/general/workflows.service.d.ts +7 -0
- package/services/general/workflows.service.js +12 -0
- package/services/general/workflows.service.js.map +1 -0
- package/services/index.d.ts +2 -0
- package/services/index.js +2 -0
- package/services/index.js.map +1 -1
- package/services/logistic/cargoes.service.d.ts +7 -0
- package/services/logistic/cargoes.service.js +12 -0
- package/services/logistic/cargoes.service.js.map +1 -0
- package/services/logistic/drivers.service.d.ts +7 -0
- package/services/logistic/drivers.service.js +12 -0
- package/services/logistic/drivers.service.js.map +1 -0
- package/services/logistic/index.d.ts +25 -0
- package/services/logistic/index.js +54 -0
- package/services/logistic/index.js.map +1 -0
- package/services/logistic/locations.service.d.ts +7 -0
- package/services/logistic/locations.service.js +12 -0
- package/services/logistic/locations.service.js.map +1 -0
- package/services/logistic/travels.service.d.ts +7 -0
- package/services/logistic/travels.service.js +12 -0
- package/services/logistic/travels.service.js.map +1 -0
- package/services/logistic/vehicles.service.d.ts +7 -0
- package/services/logistic/vehicles.service.js +12 -0
- package/services/logistic/vehicles.service.js.map +1 -0
|
@@ -12,9 +12,18 @@ export declare enum Resource {
|
|
|
12
12
|
IdentityUsers = "identity:users",
|
|
13
13
|
IdentityProfiles = "identity:profiles",
|
|
14
14
|
IdentitySessions = "identity:sessions",
|
|
15
|
+
Logistic = "logistic:all",
|
|
16
|
+
LogisticCargoes = "logistic:cargoes",
|
|
17
|
+
LogisticDrivers = "logistic:drivers",
|
|
18
|
+
LogisticTravels = "logistic:travels",
|
|
19
|
+
LogisticVehicles = "logistic:vehicles",
|
|
20
|
+
LogisticLocations = "logistic:locations",
|
|
15
21
|
Special = "special:all",
|
|
16
22
|
SpecialFiles = "special:files",
|
|
17
23
|
SpecialStats = "special:stats",
|
|
24
|
+
General = "general:all",
|
|
25
|
+
GeneralArtifacts = "general:artifacts",
|
|
26
|
+
GeneralWorkflows = "general:workflows",
|
|
18
27
|
Touch = "touch:all",
|
|
19
28
|
TouchPush = "touch:push",
|
|
20
29
|
TouchPushHistories = "touch:push-histories",
|
|
@@ -20,9 +20,18 @@ var Resource;
|
|
|
20
20
|
Resource["IdentityUsers"] = "identity:users";
|
|
21
21
|
Resource["IdentityProfiles"] = "identity:profiles";
|
|
22
22
|
Resource["IdentitySessions"] = "identity:sessions";
|
|
23
|
+
Resource["Logistic"] = "logistic:all";
|
|
24
|
+
Resource["LogisticCargoes"] = "logistic:cargoes";
|
|
25
|
+
Resource["LogisticDrivers"] = "logistic:drivers";
|
|
26
|
+
Resource["LogisticTravels"] = "logistic:travels";
|
|
27
|
+
Resource["LogisticVehicles"] = "logistic:vehicles";
|
|
28
|
+
Resource["LogisticLocations"] = "logistic:locations";
|
|
23
29
|
Resource["Special"] = "special:all";
|
|
24
30
|
Resource["SpecialFiles"] = "special:files";
|
|
25
31
|
Resource["SpecialStats"] = "special:stats";
|
|
32
|
+
Resource["General"] = "general:all";
|
|
33
|
+
Resource["GeneralArtifacts"] = "general:artifacts";
|
|
34
|
+
Resource["GeneralWorkflows"] = "general:workflows";
|
|
26
35
|
Resource["Touch"] = "touch:all";
|
|
27
36
|
Resource["TouchPush"] = "touch:push";
|
|
28
37
|
Resource["TouchPushHistories"] = "touch:push-histories";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.enum.js","sourceRoot":"","sources":["../../../src/common/enums/common/resource.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"resource.enum.js","sourceRoot":"","sources":["../../../src/common/enums/common/resource.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,QAiDX;AAjDD,WAAY,QAAQ;IAClB,UAAU;IACV,uBAAW,CAAA;IAEX,+BAA+B;IAC/B,mBAAmB;IACnB,+BAA+B;IAE/B,6BAAiB,CAAA;IACjB,sCAA0B,CAAA;IAE1B,iCAAqB,CAAA;IACrB,4CAAgC,CAAA;IAChC,8CAAkC,CAAA;IAElC,iCAAqB,CAAA;IACrB,sCAA0B,CAAA;IAC1B,4CAAgC,CAAA;IAEhC,qCAAyB,CAAA;IACzB,4CAAgC,CAAA;IAChC,kDAAsC,CAAA;IACtC,kDAAsC,CAAA;IAEtC,qCAAyB,CAAA;IACzB,gDAAoC,CAAA;IACpC,gDAAoC,CAAA;IACpC,gDAAoC,CAAA;IACpC,kDAAsC,CAAA;IACtC,oDAAwC,CAAA;IAExC,mCAAuB,CAAA;IACvB,0CAA8B,CAAA;IAC9B,0CAA8B,CAAA;IAE9B,mCAAuB,CAAA;IACvB,kDAAsC,CAAA;IACtC,kDAAsC,CAAA;IAEtC,+BAAmB,CAAA;IACnB,oCAAwB,CAAA;IACxB,uDAA2C,CAAA;IAC3C,sCAA0B,CAAA;IAE1B,uCAA2B,CAAA;IAC3B,8CAAkC,CAAA;IAClC,kDAAsC,CAAA;IACtC,oDAAwC,CAAA;IACxC,4DAAgD,CAAA;AAClD,CAAC,EAjDW,QAAQ,wBAAR,QAAQ,QAiDnB"}
|
|
@@ -46,6 +46,24 @@ export declare enum Scope {
|
|
|
46
46
|
ReadIdentitySessions = "r:identity:sessions",
|
|
47
47
|
WriteIdentitySessions = "w:identity:sessions",
|
|
48
48
|
ManageIdentitySessions = "m:identity:sessions",
|
|
49
|
+
ReadLogistic = "r:logistic",
|
|
50
|
+
WriteLogistic = "w:logistic",
|
|
51
|
+
ManageLogistic = "m:logistic",
|
|
52
|
+
ReadLogisticCargoes = "r:logistic:cargoes",
|
|
53
|
+
WriteLogisticCargoes = "w:logistic:cargoes",
|
|
54
|
+
ManageLogisticCargoes = "m:logistic:cargoes",
|
|
55
|
+
ReadLogisticDrivers = "r:logistic:drivers",
|
|
56
|
+
WriteLogisticDrivers = "w:logistic:drivers",
|
|
57
|
+
ManageLogisticDrivers = "m:logistic:drivers",
|
|
58
|
+
ReadLogisticTravels = "r:logistic:travels",
|
|
59
|
+
WriteLogisticTravels = "w:logistic:travels",
|
|
60
|
+
ManageLogisticTravels = "m:logistic:travels",
|
|
61
|
+
ReadLogisticVehicles = "r:logistic:vehicles",
|
|
62
|
+
WriteLogisticVehicles = "w:logistic:vehicles",
|
|
63
|
+
ManageLogisticVehicles = "m:logistic:vehicles",
|
|
64
|
+
ReadLogisticLocations = "r:logistic:locations",
|
|
65
|
+
WriteLogisticLocations = "w:logistic:locations",
|
|
66
|
+
ManageLogisticLocations = "m:logistic:locations",
|
|
49
67
|
ReadSpecial = "r:special",
|
|
50
68
|
WriteSpecial = "w:special",
|
|
51
69
|
ManageSpecial = "m:special",
|
|
@@ -58,6 +76,15 @@ export declare enum Scope {
|
|
|
58
76
|
WriteSpecialStats = "w:special:stats",
|
|
59
77
|
ManageSpecialStats = "m:special:stats",
|
|
60
78
|
CollectSpecialStats = "c:special:stats",
|
|
79
|
+
ReadGeneral = "r:general",
|
|
80
|
+
WriteGeneral = "w:general",
|
|
81
|
+
ManageGeneral = "m:general",
|
|
82
|
+
ReadGeneralArtifacts = "r:general:artifacts",
|
|
83
|
+
WriteGeneralArtifacts = "w:general:artifacts",
|
|
84
|
+
ManageGeneralArtifacts = "m:general:artifacts",
|
|
85
|
+
ReadGeneralWorkflows = "r:general:workflows",
|
|
86
|
+
WriteGeneralWorkflows = "w:general:workflows",
|
|
87
|
+
ManageGeneralWorkflows = "m:general:workflows",
|
|
61
88
|
ReadTouch = "r:touch",
|
|
62
89
|
WriteTouch = "w:touch",
|
|
63
90
|
ManageTouch = "m:touch",
|
|
@@ -60,6 +60,24 @@ var Scope;
|
|
|
60
60
|
Scope["ReadIdentitySessions"] = "r:identity:sessions";
|
|
61
61
|
Scope["WriteIdentitySessions"] = "w:identity:sessions";
|
|
62
62
|
Scope["ManageIdentitySessions"] = "m:identity:sessions";
|
|
63
|
+
Scope["ReadLogistic"] = "r:logistic";
|
|
64
|
+
Scope["WriteLogistic"] = "w:logistic";
|
|
65
|
+
Scope["ManageLogistic"] = "m:logistic";
|
|
66
|
+
Scope["ReadLogisticCargoes"] = "r:logistic:cargoes";
|
|
67
|
+
Scope["WriteLogisticCargoes"] = "w:logistic:cargoes";
|
|
68
|
+
Scope["ManageLogisticCargoes"] = "m:logistic:cargoes";
|
|
69
|
+
Scope["ReadLogisticDrivers"] = "r:logistic:drivers";
|
|
70
|
+
Scope["WriteLogisticDrivers"] = "w:logistic:drivers";
|
|
71
|
+
Scope["ManageLogisticDrivers"] = "m:logistic:drivers";
|
|
72
|
+
Scope["ReadLogisticTravels"] = "r:logistic:travels";
|
|
73
|
+
Scope["WriteLogisticTravels"] = "w:logistic:travels";
|
|
74
|
+
Scope["ManageLogisticTravels"] = "m:logistic:travels";
|
|
75
|
+
Scope["ReadLogisticVehicles"] = "r:logistic:vehicles";
|
|
76
|
+
Scope["WriteLogisticVehicles"] = "w:logistic:vehicles";
|
|
77
|
+
Scope["ManageLogisticVehicles"] = "m:logistic:vehicles";
|
|
78
|
+
Scope["ReadLogisticLocations"] = "r:logistic:locations";
|
|
79
|
+
Scope["WriteLogisticLocations"] = "w:logistic:locations";
|
|
80
|
+
Scope["ManageLogisticLocations"] = "m:logistic:locations";
|
|
63
81
|
Scope["ReadSpecial"] = "r:special";
|
|
64
82
|
Scope["WriteSpecial"] = "w:special";
|
|
65
83
|
Scope["ManageSpecial"] = "m:special";
|
|
@@ -72,6 +90,15 @@ var Scope;
|
|
|
72
90
|
Scope["WriteSpecialStats"] = "w:special:stats";
|
|
73
91
|
Scope["ManageSpecialStats"] = "m:special:stats";
|
|
74
92
|
Scope["CollectSpecialStats"] = "c:special:stats";
|
|
93
|
+
Scope["ReadGeneral"] = "r:general";
|
|
94
|
+
Scope["WriteGeneral"] = "w:general";
|
|
95
|
+
Scope["ManageGeneral"] = "m:general";
|
|
96
|
+
Scope["ReadGeneralArtifacts"] = "r:general:artifacts";
|
|
97
|
+
Scope["WriteGeneralArtifacts"] = "w:general:artifacts";
|
|
98
|
+
Scope["ManageGeneralArtifacts"] = "m:general:artifacts";
|
|
99
|
+
Scope["ReadGeneralWorkflows"] = "r:general:workflows";
|
|
100
|
+
Scope["WriteGeneralWorkflows"] = "w:general:workflows";
|
|
101
|
+
Scope["ManageGeneralWorkflows"] = "m:general:workflows";
|
|
75
102
|
Scope["ReadTouch"] = "r:touch";
|
|
76
103
|
Scope["WriteTouch"] = "w:touch";
|
|
77
104
|
Scope["ManageTouch"] = "m:touch";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scope.enum.js","sourceRoot":"","sources":["../../../src/common/enums/common/scope.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,
|
|
1
|
+
{"version":3,"file":"scope.enum.js","sourceRoot":"","sources":["../../../src/common/enums/common/scope.enum.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './workflows';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./workflows"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/enums/general/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './status.enum';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./status.enum"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/enums/general/workflows/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.WorkflowStatus = void 0;
|
|
4
|
+
var WorkflowStatus;
|
|
5
|
+
(function (WorkflowStatus) {
|
|
6
|
+
WorkflowStatus["Ready"] = "ready";
|
|
7
|
+
WorkflowStatus["Paused"] = "paused";
|
|
8
|
+
WorkflowStatus["Failed"] = "failed";
|
|
9
|
+
WorkflowStatus["Running"] = "running";
|
|
10
|
+
WorkflowStatus["Completed"] = "completed";
|
|
11
|
+
WorkflowStatus["Terminated"] = "terminated";
|
|
12
|
+
})(WorkflowStatus || (exports.WorkflowStatus = WorkflowStatus = {}));
|
|
13
|
+
//# sourceMappingURL=status.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"status.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/general/workflows/status.enum.ts"],"names":[],"mappings":";;;AAAA,IAAY,cAOX;AAPD,WAAY,cAAc;IACxB,iCAAe,CAAA;IACf,mCAAiB,CAAA;IACjB,mCAAiB,CAAA;IACjB,qCAAmB,CAAA;IACnB,yCAAuB,CAAA;IACvB,2CAAyB,CAAA;AAC3B,CAAC,EAPW,cAAc,8BAAd,cAAc,QAOzB"}
|
package/common/enums/index.d.ts
CHANGED
package/common/enums/index.js
CHANGED
|
@@ -19,6 +19,8 @@ __exportStar(require("./touch"), exports);
|
|
|
19
19
|
__exportStar(require("./common"), exports);
|
|
20
20
|
__exportStar(require("./domain"), exports);
|
|
21
21
|
__exportStar(require("./special"), exports);
|
|
22
|
+
__exportStar(require("./general"), exports);
|
|
22
23
|
__exportStar(require("./identity"), exports);
|
|
24
|
+
__exportStar(require("./logistic"), exports);
|
|
23
25
|
__exportStar(require("./financial"), exports);
|
|
24
26
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B;AAC1B,6CAA2B;AAC3B,8CAA4B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/common/enums/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,0CAAwB;AACxB,2CAAyB;AACzB,2CAAyB;AACzB,4CAA0B;AAC1B,4CAA0B;AAC1B,6CAA2B;AAC3B,6CAA2B;AAC3B,8CAA4B"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* https://www.chase.com/personal/auto/education/maintenance/what-are-the-different-classes-of-drivers-licenses
|
|
3
|
+
*/
|
|
4
|
+
export declare enum DriverType {
|
|
5
|
+
ClassA = "class-a",
|
|
6
|
+
ClassB = "class-b",
|
|
7
|
+
ClassC = "class-c",
|
|
8
|
+
ClassM = "class-m",
|
|
9
|
+
ClassE = "class-e"
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DriverType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* https://www.chase.com/personal/auto/education/maintenance/what-are-the-different-classes-of-drivers-licenses
|
|
6
|
+
*/
|
|
7
|
+
var DriverType;
|
|
8
|
+
(function (DriverType) {
|
|
9
|
+
DriverType["ClassA"] = "class-a";
|
|
10
|
+
DriverType["ClassB"] = "class-b";
|
|
11
|
+
DriverType["ClassC"] = "class-c";
|
|
12
|
+
DriverType["ClassM"] = "class-m";
|
|
13
|
+
DriverType["ClassE"] = "class-e";
|
|
14
|
+
})(DriverType || (exports.DriverType = DriverType = {}));
|
|
15
|
+
//# sourceMappingURL=driver-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"driver-type.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/logistic/drivers/driver-type.enum.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,gCAAkB,CAAA;IAClB,gCAAkB,CAAA;IAClB,gCAAkB,CAAA;IAClB,gCAAkB,CAAA;IAClB,gCAAkB,CAAA;AACpB,CAAC,EANW,UAAU,0BAAV,UAAU,QAMrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './driver-type.enum';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./driver-type.enum"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/enums/logistic/drivers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
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("./drivers"), exports);
|
|
18
|
+
__exportStar(require("./vehicles"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/enums/logistic/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,6CAA2B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './vehicle-type.enum';
|
|
@@ -0,0 +1,18 @@
|
|
|
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("./vehicle-type.enum"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/common/enums/logistic/vehicles/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.VehicleType = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* https://www.chase.com/personal/auto/education/maintenance/what-are-the-different-classes-of-drivers-licenses
|
|
6
|
+
*/
|
|
7
|
+
var VehicleType;
|
|
8
|
+
(function (VehicleType) {
|
|
9
|
+
VehicleType["Car"] = "car";
|
|
10
|
+
VehicleType["Truck"] = "truck";
|
|
11
|
+
VehicleType["Motorcycle"] = "motorcycle";
|
|
12
|
+
})(VehicleType || (exports.VehicleType = VehicleType = {}));
|
|
13
|
+
//# sourceMappingURL=vehicle-type.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vehicle-type.enum.js","sourceRoot":"","sources":["../../../../src/common/enums/logistic/vehicles/vehicle-type.enum.ts"],"names":[],"mappings":";;;AAAA;;GAEG;AACH,IAAY,WAIX;AAJD,WAAY,WAAW;IACrB,0BAAW,CAAA;IACX,8BAAe,CAAA;IACf,wCAAyB,CAAA;AAC3B,CAAC,EAJW,WAAW,2BAAX,WAAW,QAItB"}
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
1
|
import type { Document } from 'mongoose';
|
|
27
2
|
import { GrantTime } from './time.interface';
|
|
28
3
|
import { Action, Resource } from '../../../enums';
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
1
|
import type { FilterQuery, PopulateOptions, ProjectionType, SortOrder } from 'mongoose';
|
|
27
2
|
import { Core } from './core.interface';
|
|
28
3
|
export type QueryID = {
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { LineString, MultiLineString, MultiPoint, MultiPolygon, Point, Polygon } from 'geojson';
|
|
2
|
+
type GeoJson = LineString | MultiLineString | MultiPoint | MultiPolygon | Point | Polygon;
|
|
3
|
+
export type GeoJsonType = GeoJson['type'];
|
|
4
|
+
export type GeoJsonCoordinates = GeoJson['coordinates'];
|
|
5
|
+
export interface Geometry {
|
|
6
|
+
type: GeoJsonType;
|
|
7
|
+
coordinates: GeoJsonCoordinates;
|
|
8
|
+
}
|
|
9
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"geojson.type.js","sourceRoot":"","sources":["../../../src/common/interfaces/common/geojson.type.ts"],"names":[],"mappings":""}
|
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./geojson.type"), exports);
|
|
17
18
|
__exportStar(require("./dto.interface"), exports);
|
|
18
19
|
__exportStar(require("./core.interface"), exports);
|
|
19
20
|
__exportStar(require("./filter.interface"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/interfaces/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,mDAAiC;AACjC,qDAAmC;AACnC,sDAAoC;AACpC,yDAAuC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/common/interfaces/common/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,kDAAgC;AAChC,mDAAiC;AACjC,qDAAmC;AACnC,sDAAoC;AACpC,yDAAuC"}
|
|
@@ -1,29 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
-
import { Document } from 'mongoose';
|
|
1
|
+
import type { Document } from 'mongoose';
|
|
27
2
|
import { ValueType } from '../../enums';
|
|
28
3
|
import { Core, Dto, Properties } from '../common';
|
|
29
4
|
export interface Config<Props extends Properties = Properties> extends Core<Props> {
|
|
@@ -1,29 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
|
-
import { Document } from 'mongoose';
|
|
1
|
+
import type { Document } from 'mongoose';
|
|
27
2
|
import { ValueType } from '../../enums';
|
|
28
3
|
import { Core, Dto, Properties } from '../common';
|
|
29
4
|
export interface Setting<Props extends Properties = Properties> extends Core<Props> {
|
|
@@ -1,28 +1,3 @@
|
|
|
1
|
-
/// <reference types="mongoose/types/aggregate" />
|
|
2
|
-
/// <reference types="mongoose/types/callback" />
|
|
3
|
-
/// <reference types="mongoose/types/collection" />
|
|
4
|
-
/// <reference types="mongoose/types/connection" />
|
|
5
|
-
/// <reference types="mongoose/types/cursor" />
|
|
6
|
-
/// <reference types="mongoose/types/document" />
|
|
7
|
-
/// <reference types="mongoose/types/error" />
|
|
8
|
-
/// <reference types="mongoose/types/expressions" />
|
|
9
|
-
/// <reference types="mongoose/types/helpers" />
|
|
10
|
-
/// <reference types="mongoose/types/middlewares" />
|
|
11
|
-
/// <reference types="mongoose/types/indexes" />
|
|
12
|
-
/// <reference types="mongoose/types/models" />
|
|
13
|
-
/// <reference types="mongoose/types/mongooseoptions" />
|
|
14
|
-
/// <reference types="mongoose/types/pipelinestage" />
|
|
15
|
-
/// <reference types="mongoose/types/populate" />
|
|
16
|
-
/// <reference types="mongoose/types/query" />
|
|
17
|
-
/// <reference types="mongoose/types/schemaoptions" />
|
|
18
|
-
/// <reference types="mongoose/types/schematypes" />
|
|
19
|
-
/// <reference types="mongoose/types/session" />
|
|
20
|
-
/// <reference types="mongoose/types/types" />
|
|
21
|
-
/// <reference types="mongoose/types/utility" />
|
|
22
|
-
/// <reference types="mongoose/types/validation" />
|
|
23
|
-
/// <reference types="mongoose/types/virtuals" />
|
|
24
|
-
/// <reference types="mongoose/types/inferschematype" />
|
|
25
|
-
/// <reference types="mongoose/types/inferrawdoctype" />
|
|
26
1
|
import type { Document } from 'mongoose';
|
|
27
2
|
import { AppChangeLog } from './change-log.interface';
|
|
28
3
|
import { Core, Dto, Properties } from '../../common';
|