@things-factory/integration-accounting 4.3.804 → 4.3.815
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.
|
@@ -37,6 +37,12 @@ __decorate([
|
|
|
37
37
|
(0, type_graphql_1.Field)(),
|
|
38
38
|
__metadata("design:type", String)
|
|
39
39
|
], AccountWebhookOrder.prototype, "platform", void 0);
|
|
40
|
+
__decorate([
|
|
41
|
+
(0, typeorm_1.Column)({
|
|
42
|
+
nullable: true
|
|
43
|
+
}),
|
|
44
|
+
__metadata("design:type", String)
|
|
45
|
+
], AccountWebhookOrder.prototype, "response", void 0);
|
|
40
46
|
__decorate([
|
|
41
47
|
(0, typeorm_1.Column)({
|
|
42
48
|
nullable: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account-webhook-order.js","sourceRoot":"","sources":["../../server/entities/account-webhook-order.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,+CAAoC;AACpC,qCAAsH;AAEtH,yDAAgD;AAChD,iDAA8C;AAE9C,kDAA4E;AAQrE,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;
|
|
1
|
+
{"version":3,"file":"account-webhook-order.js","sourceRoot":"","sources":["../../server/entities/account-webhook-order.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,+CAAoC;AACpC,qCAAsH;AAEtH,yDAAgD;AAChD,iDAA8C;AAE9C,kDAA4E;AAQrE,IAAM,mBAAmB,GAAzB,MAAM,mBAAmB;CA6C/B,CAAA;AA5CC;IAAC,IAAA,gCAAsB,EAAC,MAAM,CAAC;;+CACrB;AAEV;IAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,cAAM,CAAC;kDAClB,cAAM,oBAAN,cAAM;mDAAA;AAEd;IAAC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;KACf,CAAC;;oDACa;AAEf;IAAC,IAAA,gBAAM,EAAC,EAAE,OAAO,EAAE,0BAAgB,CAAC,MAAM,EAAE,CAAC;IAC5C,IAAA,oBAAK,GAAE;;qDACQ;AAEhB;IAAC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;KACf,CAAC;;qDACc;AAEhB;IAAC,IAAA,gBAAM,EAAC;QACN,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE,6BAAmB,CAAC,MAAM;KACpC,CAAC;;mDACY;AAEd;IAAC,IAAA,gBAAM,GAAE;;iDACG;AAEZ;IAAC,IAAA,0BAAgB,GAAE;8BACR,IAAI;sDAAA;AAEf;IAAC,IAAA,0BAAgB,GAAE;8BACR,IAAI;sDAAA;AAEf;IAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE;QACvB,QAAQ,EAAE,IAAI;KACf,CAAC;kDACO,gBAAI,oBAAJ,gBAAI;oDAAA;AAEb;IAAC,IAAA,mBAAS,EAAC,IAAI,CAAC,EAAE,CAAC,gBAAI,EAAE;QACvB,QAAQ,EAAE,IAAI;KACf,CAAC;kDACO,gBAAI,oBAAJ,gBAAI;oDAAA;AA5CF,mBAAmB;IAN/B,IAAA,gBAAM,GAAE;IACR,IAAA,eAAK,EACJ,4BAA4B,EAC5B,CAAC,cAAmC,EAAE,EAAE,CAAC,CAAC,cAAc,CAAC,MAAM,EAAE,cAAc,CAAC,IAAI,CAAC,EACrF,EAAE,MAAM,EAAE,IAAI,EAAE,CACjB;GACY,mBAAmB,CA6C/B;AA7CY,kDAAmB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-accounting",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.815",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
|
|
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-ui": "^4.3.
|
|
35
|
-
"@things-factory/more-ui": "^4.3.
|
|
36
|
-
"@things-factory/product-base": "^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.815",
|
|
28
|
+
"@things-factory/auth-ui": "^4.3.815",
|
|
29
|
+
"@things-factory/biz-base": "^4.3.815",
|
|
30
|
+
"@things-factory/code-ui": "^4.3.815",
|
|
31
|
+
"@things-factory/context-ui": "^4.3.815",
|
|
32
|
+
"@things-factory/grist-ui": "^4.3.815",
|
|
33
|
+
"@things-factory/i18n-base": "^4.3.815",
|
|
34
|
+
"@things-factory/integration-ui": "^4.3.815",
|
|
35
|
+
"@things-factory/more-ui": "^4.3.815",
|
|
36
|
+
"@things-factory/product-base": "^4.3.815",
|
|
37
|
+
"@things-factory/resource-ui": "^4.3.815",
|
|
38
|
+
"@things-factory/setting-ui": "^4.3.815",
|
|
39
|
+
"@things-factory/system-ui": "^4.3.815",
|
|
40
40
|
"debug": "^4.1.1",
|
|
41
41
|
"node-fetch": "^2.6.0"
|
|
42
42
|
},
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"nock": "^13.0.2",
|
|
51
51
|
"should": "^13.2.3"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "e44c5a15e2b5495997bb929f5dfc80622a326c5e"
|
|
54
54
|
}
|