@neo4j/graph-schema-utils 1.0.0-next.15 → 1.0.0-next.16
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.
|
@@ -93,7 +93,7 @@ export declare class LookupIndex {
|
|
|
93
93
|
constructor($id: string, name: string, entityType: EntityType);
|
|
94
94
|
}
|
|
95
95
|
export type ConstraintType = "uniqueness" | "propertyExistence" | "propertyType" | "key";
|
|
96
|
-
export type IndexType = "range" | "lookup" | "text" | "
|
|
96
|
+
export type IndexType = "range" | "lookup" | "text" | "fullText" | "point" | "default";
|
|
97
97
|
export type EntityType = "node" | "relationship";
|
|
98
98
|
export type PropertyType = PrimitivePropertyType | PrimitiveArrayPropertyType;
|
|
99
99
|
export declare const isPrimitiveArrayPropertyType: (property: PropertyType) => property is PrimitiveArrayPropertyType;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j/graph-schema-utils",
|
|
3
|
-
"version": "1.0.0-next.
|
|
3
|
+
"version": "1.0.0-next.16",
|
|
4
4
|
"description": "Utilities for Neo4j Graph Schema JSON representation",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -36,6 +36,6 @@
|
|
|
36
36
|
"graph schema"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@neo4j/graph-json-schema": "1.0.0-next.
|
|
39
|
+
"@neo4j/graph-json-schema": "1.0.0-next.5"
|
|
40
40
|
}
|
|
41
41
|
}
|