@things-factory/operato-retail 4.3.671 → 4.3.675

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.
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/controllers/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.entities = void 0;
4
+ exports.entities = [];
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/entities/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,QAAQ,GAAG,EAAE,CAAA"}
@@ -0,0 +1,33 @@
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.schema = void 0;
27
+ const typeDefs = __importStar(require("./types"));
28
+ const resolvers = __importStar(require("./resolvers"));
29
+ exports.schema = {
30
+ typeDefs,
31
+ resolvers
32
+ };
33
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.mutations = exports.queries = void 0;
4
+ exports.queries = [];
5
+ exports.mutations = [];
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA"}
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.types = exports.mutations = exports.queries = void 0;
4
+ exports.queries = [];
5
+ exports.mutations = [];
6
+ exports.types = [];
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA;AAEd,QAAA,KAAK,GAAG,EAAE,CAAA"}
@@ -0,0 +1,22 @@
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("./entities"), exports);
18
+ __exportStar(require("./migrations"), exports);
19
+ __exportStar(require("./graphql"), exports);
20
+ __exportStar(require("./middlewares"), exports);
21
+ require("./routes");
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,+CAA4B;AAC5B,4CAAyB;AACzB,gDAA6B;AAE7B,oBAAiB"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.initMiddlewares = void 0;
4
+ function initMiddlewares(app) {
5
+ /* can add middlewares into app */
6
+ }
7
+ exports.initMiddlewares = initMiddlewares;
8
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/middlewares/index.ts"],"names":[],"mappings":";;;AAAA,SAAgB,eAAe,CAAC,GAAG;IACjC,kCAAkC;AACpC,CAAC;AAFD,0CAEC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.migrations = void 0;
4
+ const glob = require('glob');
5
+ const path = require('path');
6
+ exports.migrations = [];
7
+ glob.sync(path.resolve(__dirname, '.', '**', '*.js')).forEach(function (file) {
8
+ if (file.indexOf('index.js') !== -1)
9
+ return;
10
+ exports.migrations = exports.migrations.concat(Object.values(require(path.resolve(file))) || []);
11
+ });
12
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/migrations/index.ts"],"names":[],"mappings":";;;AAAA,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAC5B,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAEjB,QAAA,UAAU,GAAG,EAAE,CAAA;AAE1B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,UAAS,IAAI;IACzE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QAAE,OAAM;IAC3C,kBAAU,GAAG,kBAAU,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA;AAClF,CAAC,CAAC,CAAA"}
@@ -0,0 +1,3 @@
1
+ const debug = require('debug')('things-factory:operato-retail:routes');
2
+ process.on('bootstrap-module-domain-private-route', (app, domainPrivateRouter) => { });
3
+ //# sourceMappingURL=routes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":"AAAA,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,sCAAsC,CAAC,CAAA;AAEtE,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,mBAAmB,EAAE,EAAE,GAAE,CAAC,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-retail",
3
- "version": "4.3.671",
3
+ "version": "4.3.675",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -40,29 +40,29 @@
40
40
  "@material/mwc-formfield": "^0.25.3",
41
41
  "@material/mwc-linear-progress": "^0.25.3",
42
42
  "@material/mwc-radio": "^0.25.3",
43
- "@things-factory/apptool-ui": "^4.3.671",
44
- "@things-factory/attachment-base": "^4.3.671",
45
- "@things-factory/auth-base": "^4.3.671",
46
- "@things-factory/auth-ui": "^4.3.671",
47
- "@things-factory/biz-base": "^4.3.671",
48
- "@things-factory/board-service": "^4.3.671",
49
- "@things-factory/board-ui": "^4.3.671",
50
- "@things-factory/code-ui": "^4.3.671",
51
- "@things-factory/context-ui": "^4.3.671",
52
- "@things-factory/export-ui": "^4.3.671",
53
- "@things-factory/grist-ui": "^4.3.671",
54
- "@things-factory/help": "^4.3.671",
55
- "@things-factory/i18n-base": "^4.3.671",
56
- "@things-factory/lite-menu": "^4.3.671",
57
- "@things-factory/more-ui": "^4.3.671",
43
+ "@things-factory/apptool-ui": "^4.3.675",
44
+ "@things-factory/attachment-base": "^4.3.675",
45
+ "@things-factory/auth-base": "^4.3.675",
46
+ "@things-factory/auth-ui": "^4.3.675",
47
+ "@things-factory/biz-base": "^4.3.675",
48
+ "@things-factory/board-service": "^4.3.675",
49
+ "@things-factory/board-ui": "^4.3.675",
50
+ "@things-factory/code-ui": "^4.3.675",
51
+ "@things-factory/context-ui": "^4.3.675",
52
+ "@things-factory/export-ui": "^4.3.675",
53
+ "@things-factory/grist-ui": "^4.3.675",
54
+ "@things-factory/help": "^4.3.675",
55
+ "@things-factory/i18n-base": "^4.3.675",
56
+ "@things-factory/lite-menu": "^4.3.675",
57
+ "@things-factory/more-ui": "^4.3.675",
58
58
  "@things-factory/pdf": "^4.3.591",
59
- "@things-factory/resource-ui": "^4.3.671",
60
- "@things-factory/setting-ui": "^4.3.671",
61
- "@things-factory/shell": "^4.3.671",
62
- "@things-factory/system-ui": "^4.3.671"
59
+ "@things-factory/resource-ui": "^4.3.675",
60
+ "@things-factory/setting-ui": "^4.3.675",
61
+ "@things-factory/shell": "^4.3.675",
62
+ "@things-factory/system-ui": "^4.3.675"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@things-factory/builder": "^4.3.591"
66
66
  },
67
- "gitHead": "ef524cb207378186ec71917d9a8546363d4300b2"
67
+ "gitHead": "71e1820fa406b37bab179e29d0d08a37ffb68b85"
68
68
  }