@things-factory/integration-lmd 4.3.366 → 4.3.378
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/dist-server/index 3.js +30 -0
- package/dist-server/index.js 3.map +1 -0
- package/dist-server/routes 3.js +20 -0
- package/dist-server/routes.js 3.map +1 -0
- package/package.json +15 -15
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
exports.getAccessTokenEfmx = exports.refreshAccessTokenNinjavan = exports.generateAccessTokenNinjavan = void 0;
|
|
18
|
+
__exportStar(require("./migrations"), exports);
|
|
19
|
+
__exportStar(require("./service"), exports);
|
|
20
|
+
__exportStar(require("./middlewares"), exports);
|
|
21
|
+
__exportStar(require("./controllers/etrax"), exports);
|
|
22
|
+
__exportStar(require("./controllers/lmd-api"), exports);
|
|
23
|
+
__exportStar(require("./controllers/lmd-middleware"), exports);
|
|
24
|
+
var last_mile_delivery_mutation_1 = require("./service/last-mile-delivery/last-mile-delivery-mutation");
|
|
25
|
+
Object.defineProperty(exports, "generateAccessTokenNinjavan", { enumerable: true, get: function () { return last_mile_delivery_mutation_1.generateAccessTokenNinjavan; } });
|
|
26
|
+
Object.defineProperty(exports, "refreshAccessTokenNinjavan", { enumerable: true, get: function () { return last_mile_delivery_mutation_1.refreshAccessTokenNinjavan; } });
|
|
27
|
+
Object.defineProperty(exports, "getAccessTokenEfmx", { enumerable: true, get: function () { return last_mile_delivery_mutation_1.getAccessTokenEfmx; } });
|
|
28
|
+
require("./routes");
|
|
29
|
+
process.on('bootstrap-module-start', async ({ app, config, client }) => { });
|
|
30
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,4CAAyB;AACzB,gDAA6B;AAE7B,sDAAmC;AACnC,wDAAqC;AACrC,+DAA4C;AAE5C,wGAAoJ;AAA3I,0IAAA,2BAA2B,OAAA;AAAC,yIAAA,0BAA0B,OAAA;AAAC,iIAAA,kBAAkB,OAAA;AAElF,oBAAiB;AAEjB,OAAO,CAAC,EAAE,CAAC,wBAA+B,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAO,EAAE,EAAE,GAAE,CAAC,CAAC,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const ninjavan_public_router_1 = require("./routers/ninjavan-public-router");
|
|
4
|
+
const debug = require('debug')('things-factory:integration-lmd:routes');
|
|
5
|
+
process.on('bootstrap-module-global-public-route', (app, globalPublicRouter) => {
|
|
6
|
+
globalPublicRouter.use(ninjavan_public_router_1.ninjavanPublicRouter.routes(), ninjavan_public_router_1.ninjavanPublicRouter.allowedMethods());
|
|
7
|
+
});
|
|
8
|
+
process.on('bootstrap-module-global-private-route', (app, globalPrivateRouter) => {
|
|
9
|
+
/*
|
|
10
|
+
* can add global private routes to application (auth required, tenancy not required)
|
|
11
|
+
*/
|
|
12
|
+
});
|
|
13
|
+
process.on('bootstrap-module-domain-public-route', (app, domainPublicRouter) => {
|
|
14
|
+
/*
|
|
15
|
+
* can add domain public routes to application (auth not required, tenancy required)
|
|
16
|
+
*/
|
|
17
|
+
});
|
|
18
|
+
process.on('bootstrap-module-domain-private-route', (app, domainPrivateRouter) => {
|
|
19
|
+
});
|
|
20
|
+
//# sourceMappingURL=routes.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":";;AAAA,6EAAuE;AAEvE,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,uCAAuC,CAAC,CAAA;AAEvE,OAAO,CAAC,EAAE,CAAC,sCAA6C,EAAE,CAAC,GAAG,EAAE,kBAAkB,EAAE,EAAE;IACpF,kBAAkB,CAAC,GAAG,CAAC,6CAAoB,CAAC,MAAM,EAAE,EAAE,6CAAoB,CAAC,cAAc,EAAE,CAAC,CAAA;AAC9F,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,mBAAmB,EAAE,EAAE;IACtF;;OAEG;AACL,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,EAAE,CAAC,sCAA6C,EAAE,CAAC,GAAG,EAAE,kBAAkB,EAAE,EAAE;IACpF;;OAEG;AACL,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,mBAAmB,EAAE,EAAE;AAExF,CAAC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-lmd",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.378",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@things-factory/apptool-ui": "^4.3.
|
|
27
|
-
"@things-factory/auth-ui": "^4.3.
|
|
28
|
-
"@things-factory/biz-base": "^4.3.
|
|
29
|
-
"@things-factory/code-ui": "^4.3.
|
|
30
|
-
"@things-factory/context-ui": "^4.3.
|
|
31
|
-
"@things-factory/grist-ui": "^4.3.
|
|
32
|
-
"@things-factory/i18n-base": "^4.3.
|
|
33
|
-
"@things-factory/integration-ui": "^4.3.
|
|
34
|
-
"@things-factory/more-ui": "^4.3.
|
|
35
|
-
"@things-factory/resource-ui": "^4.3.
|
|
36
|
-
"@things-factory/setting-ui": "^4.3.
|
|
37
|
-
"@things-factory/shell": "^4.3.
|
|
38
|
-
"@things-factory/system-ui": "^4.3.
|
|
26
|
+
"@things-factory/apptool-ui": "^4.3.378",
|
|
27
|
+
"@things-factory/auth-ui": "^4.3.378",
|
|
28
|
+
"@things-factory/biz-base": "^4.3.378",
|
|
29
|
+
"@things-factory/code-ui": "^4.3.378",
|
|
30
|
+
"@things-factory/context-ui": "^4.3.378",
|
|
31
|
+
"@things-factory/grist-ui": "^4.3.378",
|
|
32
|
+
"@things-factory/i18n-base": "^4.3.378",
|
|
33
|
+
"@things-factory/integration-ui": "^4.3.378",
|
|
34
|
+
"@things-factory/more-ui": "^4.3.378",
|
|
35
|
+
"@things-factory/resource-ui": "^4.3.378",
|
|
36
|
+
"@things-factory/setting-ui": "^4.3.378",
|
|
37
|
+
"@things-factory/shell": "^4.3.378",
|
|
38
|
+
"@things-factory/system-ui": "^4.3.378",
|
|
39
39
|
"debug": "^4.1.1",
|
|
40
40
|
"node-fetch": "^2.6.0"
|
|
41
41
|
},
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"nock": "^13.0.2",
|
|
50
50
|
"should": "^13.2.3"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "9de7af5e7b61574cdb4773876a41e1b9b77c1689"
|
|
53
53
|
}
|