@elqnt/kg 1.0.2 → 1.0.4
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/{chunk-XNFIFIPQ.mjs → chunk-26VARHUJ.mjs} +1 -1
- package/dist/{chunk-2VSBGCQQ.js → chunk-5NCBQDAT.js} +1 -1
- package/dist/{chunk-2VSBGCQQ.js.map → chunk-5NCBQDAT.js.map} +1 -1
- package/dist/chunk-J3XZF6JO.mjs +1 -0
- package/dist/chunk-J3XZF6JO.mjs.map +1 -0
- package/dist/chunk-RDWVE6B2.js +1 -0
- package/dist/chunk-RDWVE6B2.js.map +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19 -18
- package/dist/index.mjs.map +1 -1
- package/dist/models/index.d.mts +2 -187
- package/dist/models/index.d.ts +2 -187
- package/dist/models/index.js +5 -4
- package/dist/models/index.js.map +1 -1
- package/dist/models/index.mjs +19 -18
- package/dist/models/kg.d.mts +187 -0
- package/dist/models/kg.d.ts +187 -0
- package/dist/models/kg.js +39 -0
- package/dist/models/kg.js.map +1 -0
- package/dist/models/kg.mjs +39 -0
- package/dist/models/kg.mjs.map +1 -0
- package/package.json +6 -1
- /package/dist/{chunk-XNFIFIPQ.mjs.map → chunk-26VARHUJ.mjs.map} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/eloquent-packages/eloquent-packages/packages/kg/dist/models/kg.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,m3CAAC","file":"/home/runner/work/eloquent-packages/eloquent-packages/packages/kg/dist/models/kg.js"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DuplicatePolicyCreate,
|
|
3
|
+
DuplicatePolicyCreateIf,
|
|
4
|
+
DuplicatePolicyFail,
|
|
5
|
+
DuplicatePolicyIgnore,
|
|
6
|
+
DuplicatePolicyReplace,
|
|
7
|
+
KGFieldQueryOperatorArrayContains,
|
|
8
|
+
KGFieldQueryOperatorEqual,
|
|
9
|
+
KGFieldQueryOperatorGreater,
|
|
10
|
+
KGFieldQueryOperatorGreaterOrEqual,
|
|
11
|
+
KGFieldQueryOperatorIn,
|
|
12
|
+
KGFieldQueryOperatorLess,
|
|
13
|
+
KGFieldQueryOperatorLessOrEqual,
|
|
14
|
+
KGFieldQueryOperatorLike,
|
|
15
|
+
KGFieldQueryOperatorNotEqual,
|
|
16
|
+
KGFieldQueryOperatorSimilar,
|
|
17
|
+
KGRelationshipDirectionIncoming,
|
|
18
|
+
KGRelationshipDirectionOutgoing
|
|
19
|
+
} from "../chunk-26VARHUJ.mjs";
|
|
20
|
+
export {
|
|
21
|
+
DuplicatePolicyCreate,
|
|
22
|
+
DuplicatePolicyCreateIf,
|
|
23
|
+
DuplicatePolicyFail,
|
|
24
|
+
DuplicatePolicyIgnore,
|
|
25
|
+
DuplicatePolicyReplace,
|
|
26
|
+
KGFieldQueryOperatorArrayContains,
|
|
27
|
+
KGFieldQueryOperatorEqual,
|
|
28
|
+
KGFieldQueryOperatorGreater,
|
|
29
|
+
KGFieldQueryOperatorGreaterOrEqual,
|
|
30
|
+
KGFieldQueryOperatorIn,
|
|
31
|
+
KGFieldQueryOperatorLess,
|
|
32
|
+
KGFieldQueryOperatorLessOrEqual,
|
|
33
|
+
KGFieldQueryOperatorLike,
|
|
34
|
+
KGFieldQueryOperatorNotEqual,
|
|
35
|
+
KGFieldQueryOperatorSimilar,
|
|
36
|
+
KGRelationshipDirectionIncoming,
|
|
37
|
+
KGRelationshipDirectionOutgoing
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=kg.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elqnt/kg",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Knowledge graph functionality for Eloquent platform",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -16,6 +16,11 @@
|
|
|
16
16
|
"require": "./dist/models/index.js",
|
|
17
17
|
"types": "./dist/models/index.d.ts"
|
|
18
18
|
},
|
|
19
|
+
"./models/kg": {
|
|
20
|
+
"import": "./dist/models/kg.mjs",
|
|
21
|
+
"require": "./dist/models/kg.js",
|
|
22
|
+
"types": "./dist/models/kg.d.ts"
|
|
23
|
+
},
|
|
19
24
|
"./models/kg-designer": {
|
|
20
25
|
"import": "./dist/models/kg-designer.mjs",
|
|
21
26
|
"require": "./dist/models/kg-designer.js",
|
|
File without changes
|