@things-factory/integration-sellercraft 4.3.6 → 4.3.11
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.
@@ -6,6 +6,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.api = void 0;
|
7
7
|
const debug_1 = __importDefault(require("debug"));
|
8
8
|
const debug = (0, debug_1.default)('things-factory:integration-marketplace:store-api-decorator');
|
9
|
+
const integration_base_1 = require("@things-factory/integration-base");
|
9
10
|
const NOOP = v => v;
|
10
11
|
const api = (target, property, descriptor) => {
|
11
12
|
const method = descriptor.value;
|
@@ -23,6 +24,7 @@ const api = (target, property, descriptor) => {
|
|
23
24
|
var response = await action.apply(this, [
|
24
25
|
{ store, method: httpMethod, path, request: denormalized, platformAction }
|
25
26
|
]);
|
27
|
+
(0, integration_base_1.createPayloadLog)(store.accountId, path, denormalized, response, request === null || request === void 0 ? void 0 : request.context);
|
26
28
|
debug('response', response);
|
27
29
|
return await normalize(response, { store });
|
28
30
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../server/controllers/sellercraft-api/decorators.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAyB;AACzB,MAAM,KAAK,GAAG,IAAA,eAAK,EAAC,4DAA4D,CAAC,CAAA;
|
1
|
+
{"version":3,"file":"decorators.js","sourceRoot":"","sources":["../../../server/controllers/sellercraft-api/decorators.ts"],"names":[],"mappings":";;;;;;AAAA,kDAAyB;AACzB,MAAM,KAAK,GAAG,IAAA,eAAK,EAAC,4DAA4D,CAAC,CAAA;AAGjF,uEAAmE;AAEnE,MAAM,IAAI,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;AAEZ,MAAM,GAAG,GAAG,CAAC,MAAc,EAAE,QAAgB,EAAE,UAAwC,EAAO,EAAE;IACrG,MAAM,MAAM,GAAG,UAAU,CAAC,KAAK,CAAA;IAE/B,UAAU,CAAC,KAAK,GAAG,KAAK,WAAW,KAAkB,EAAE,OAAO;QAC5D,MAAM,cAAc,GAAG,IAAI,CAAA;QAE3B,IAAI,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAA;QAExB,IAAI,EAAE,MAAM,EAAE,cAAc,EAAE,IAAI,EAAE,GAAG,cAAc,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAA;QAE3E,IAAI,CAAC,GAAG,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAA;QACzB,IAAI,CAAC,CAAC,EAAE;YACN,MAAM,KAAK,CAAC,gCAAgC,MAAM,CAAC,IAAI,EAAE,CAAC,CAAA;SAC3D;QAED,IAAI,EACF,IAAI,EACJ,MAAM,EAAE,UAAU,GAAG,MAAM,EAC3B,WAAW,GAAG,IAAI,EAClB,SAAS,GAAG,IAAI,EAChB,MAAM,GAAG,cAAc,EACxB,GAAG,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC,CAAA;QAE5B,IAAI,YAAY,GAAG,MAAM,WAAW,CAAC,OAAO,IAAI,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAA;QAC9D,KAAK,CAAC,SAAS,EAAE,YAAY,CAAC,CAAA;QAE9B,IAAI,QAAQ,GAAG,MAAM,MAAM,CAAC,KAAK,CAAC,IAAI,EAAE;YACtC,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE;SAC3E,CAAC,CAAA;QAEF,IAAA,mCAAgB,EAAC,KAAK,CAAC,SAAS,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,CAAC,CAAA;QAEjF,KAAK,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAA;QAE3B,OAAO,MAAM,SAAS,CAAC,QAAQ,EAAE,EAAE,KAAK,EAAE,CAAC,CAAA;IAC7C,CAAC,CAAA;IAED,OAAO,UAAU,CAAA;AACnB,CAAC,CAAA;AAtCY,QAAA,GAAG,OAsCf"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/integration-sellercraft",
|
3
|
-
"version": "4.3.
|
3
|
+
"version": "4.3.11",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -24,19 +24,19 @@
|
|
24
24
|
"migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
|
25
25
|
},
|
26
26
|
"dependencies": {
|
27
|
-
"@things-factory/apptool-ui": "^4.3.
|
28
|
-
"@things-factory/auth-ui": "^4.3.
|
29
|
-
"@things-factory/biz-base": "^4.3.
|
30
|
-
"@things-factory/code-ui": "^4.3.
|
31
|
-
"@things-factory/context-ui": "^4.3.
|
32
|
-
"@things-factory/grist-ui": "^4.3.
|
33
|
-
"@things-factory/i18n-base": "^4.3.
|
34
|
-
"@things-factory/integration-marketplace": "^4.3.
|
35
|
-
"@things-factory/integration-ui": "^4.3.
|
36
|
-
"@things-factory/more-ui": "^4.3.
|
37
|
-
"@things-factory/resource-ui": "^4.3.
|
38
|
-
"@things-factory/setting-ui": "^4.3.
|
39
|
-
"@things-factory/system-ui": "^4.3.
|
27
|
+
"@things-factory/apptool-ui": "^4.3.11",
|
28
|
+
"@things-factory/auth-ui": "^4.3.11",
|
29
|
+
"@things-factory/biz-base": "^4.3.11",
|
30
|
+
"@things-factory/code-ui": "^4.3.11",
|
31
|
+
"@things-factory/context-ui": "^4.3.11",
|
32
|
+
"@things-factory/grist-ui": "^4.3.11",
|
33
|
+
"@things-factory/i18n-base": "^4.3.11",
|
34
|
+
"@things-factory/integration-marketplace": "^4.3.11",
|
35
|
+
"@things-factory/integration-ui": "^4.3.11",
|
36
|
+
"@things-factory/more-ui": "^4.3.11",
|
37
|
+
"@things-factory/resource-ui": "^4.3.11",
|
38
|
+
"@things-factory/setting-ui": "^4.3.11",
|
39
|
+
"@things-factory/system-ui": "^4.3.11",
|
40
40
|
"debug": "^4.1.1",
|
41
41
|
"node-fetch": "^2.6.0",
|
42
42
|
"querystring": "^0.2.1"
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"nock": "^13.0.2",
|
52
52
|
"should": "^13.2.3"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "a16381e8ddcabf722fa3590abebe32baa34fc125"
|
55
55
|
}
|
@@ -2,6 +2,7 @@ import Debug from 'debug'
|
|
2
2
|
const debug = Debug('things-factory:integration-marketplace:store-api-decorator')
|
3
3
|
|
4
4
|
import { Sellercraft } from '../../service'
|
5
|
+
import { createPayloadLog } from '@things-factory/integration-base'
|
5
6
|
|
6
7
|
const NOOP = v => v
|
7
8
|
|
@@ -35,6 +36,8 @@ export const api = (target: Object, property: string, descriptor: TypedPropertyD
|
|
35
36
|
{ store, method: httpMethod, path, request: denormalized, platformAction }
|
36
37
|
])
|
37
38
|
|
39
|
+
createPayloadLog(store.accountId, path, denormalized, response, request?.context)
|
40
|
+
|
38
41
|
debug('response', response)
|
39
42
|
|
40
43
|
return await normalize(response, { store })
|