@steedos/objectql 2.3.1 → 2.3.2-beta.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.
- package/lib/actions/index.d.ts +1 -0
- package/lib/actions/index.js +1 -0
- package/lib/actions/index.js.map +1 -1
- package/lib/actions/types/workflow_outbound_message.d.ts +11 -0
- package/lib/actions/types/workflow_outbound_message.js +3 -0
- package/lib/actions/types/workflow_outbound_message.js.map +1 -0
- package/lib/actions/types/workflow_rule.d.ts +1 -0
- package/lib/actions/workflow_outbound_messages.d.ts +3 -0
- package/lib/actions/workflow_outbound_messages.js +103 -0
- package/lib/actions/workflow_outbound_messages.js.map +1 -0
- package/lib/actions/workflow_rule.js +8 -4
- package/lib/actions/workflow_rule.js.map +1 -1
- package/lib/dynamic-load/object_translations.js +1 -1
- package/lib/dynamic-load/object_translations.js.map +1 -1
- package/lib/dynamic-load/workflow.d.ts +4 -0
- package/lib/dynamic-load/workflow.js +49 -11
- package/lib/dynamic-load/workflow.js.map +1 -1
- package/lib/types/datasource.d.ts +1 -0
- package/lib/types/datasource.js +5 -0
- package/lib/types/datasource.js.map +1 -1
- package/lib/types/object.d.ts +2 -1
- package/lib/types/object.js +40 -38
- package/lib/types/object.js.map +1 -1
- package/lib/util/index.d.ts +1 -1
- package/lib/util/index.js +2 -5
- package/lib/util/index.js.map +1 -1
- package/lib/util/suffix.js +1 -1
- package/lib/util/suffix.js.map +1 -1
- package/package.json +17 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/objectql",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.2-beta.11",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -14,18 +14,18 @@
|
|
|
14
14
|
"author": "",
|
|
15
15
|
"license": "ISC",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@salesforce/kit": "
|
|
18
|
-
"@salesforce/ts-types": "
|
|
19
|
-
"@steedos/cachers": "2.3.
|
|
20
|
-
"@steedos/filters": "2.3.
|
|
21
|
-
"@steedos/formula": "2.3.
|
|
22
|
-
"@steedos/i18n": "2.3.
|
|
23
|
-
"@steedos/metadata-core": "2.3.
|
|
24
|
-
"@steedos/odata-v4-mongodb": "2.3.
|
|
25
|
-
"@steedos/odata-v4-sql": "2.3.
|
|
26
|
-
"@steedos/odata-v4-typeorm": "2.3.
|
|
27
|
-
"@steedos/schemas": "2.3.
|
|
28
|
-
"@steedos/standard-objects": "2.3.
|
|
17
|
+
"@salesforce/kit": "1.0.4",
|
|
18
|
+
"@salesforce/ts-types": "1.1.1",
|
|
19
|
+
"@steedos/cachers": "2.3.2-beta.11",
|
|
20
|
+
"@steedos/filters": "2.3.2-beta.11",
|
|
21
|
+
"@steedos/formula": "2.3.2-beta.11",
|
|
22
|
+
"@steedos/i18n": "2.3.2-beta.11",
|
|
23
|
+
"@steedos/metadata-core": "2.3.2-beta.11",
|
|
24
|
+
"@steedos/odata-v4-mongodb": "2.3.2-beta.11",
|
|
25
|
+
"@steedos/odata-v4-sql": "2.3.2-beta.11",
|
|
26
|
+
"@steedos/odata-v4-typeorm": "2.3.2-beta.11",
|
|
27
|
+
"@steedos/schemas": "2.3.2-beta.11",
|
|
28
|
+
"@steedos/standard-objects": "2.3.2-beta.11",
|
|
29
29
|
"app-root-path": "^2.2.1",
|
|
30
30
|
"body-parser": "^1.18.1",
|
|
31
31
|
"bunyan-sfdx-no-dtrace": "^1.8.2",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"graphql": "^15.8.0",
|
|
38
38
|
"graphql-parse-resolve-info": "^4.12.3",
|
|
39
39
|
"jsen": "^0.6.6",
|
|
40
|
+
"jsonwebtoken": "8.5.1",
|
|
40
41
|
"lodash": "^4.17.21",
|
|
41
42
|
"mingo": "^6.0.5",
|
|
42
43
|
"moleculer": "^0.14.25",
|
|
@@ -44,13 +45,14 @@
|
|
|
44
45
|
"moment": "^2.29.1",
|
|
45
46
|
"mongodb": "^3.7.3",
|
|
46
47
|
"mongodb-uri": "^0.9.7",
|
|
48
|
+
"node-fetch": "2",
|
|
47
49
|
"reflect-metadata": "^0.1.10",
|
|
48
50
|
"routing-controllers": "^0.7.7",
|
|
49
51
|
"typeorm": "0.2.28",
|
|
50
52
|
"underscore": "1.5.2"
|
|
51
53
|
},
|
|
52
54
|
"devDependencies": {
|
|
53
|
-
"@steedos/meteor-bundle-runner": "2.3.
|
|
55
|
+
"@steedos/meteor-bundle-runner": "2.3.2-beta.11",
|
|
54
56
|
"@types/express": "^4.16.1",
|
|
55
57
|
"@types/node": "^11.10.4",
|
|
56
58
|
"@types/underscore": "^1.8.13",
|
|
@@ -60,5 +62,5 @@
|
|
|
60
62
|
"publishConfig": {
|
|
61
63
|
"access": "public"
|
|
62
64
|
},
|
|
63
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d12ce4f403be88d8cce5e7d0de8892c9b92b3899"
|
|
64
66
|
}
|