@shaclmate/shacl-ast 4.0.39 → 4.0.40
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/generated.d.ts +2 -2
- package/dist/generated.js +2 -2
- package/package.json +1 -1
package/dist/generated.d.ts
CHANGED
|
@@ -1100,7 +1100,7 @@ export declare namespace Shape {
|
|
|
1100
1100
|
}
|
|
1101
1101
|
function isShape(object: $Object): object is Shape;
|
|
1102
1102
|
const schema: {
|
|
1103
|
-
readonly kind: "
|
|
1103
|
+
readonly kind: "ObjectUnion";
|
|
1104
1104
|
readonly members: {
|
|
1105
1105
|
readonly NodeShape: {
|
|
1106
1106
|
readonly discriminantValues: readonly ["NodeShape"];
|
|
@@ -2068,7 +2068,7 @@ export declare namespace $Object {
|
|
|
2068
2068
|
const stringify: typeof NTriplesTerm.stringify;
|
|
2069
2069
|
}
|
|
2070
2070
|
const schema: {
|
|
2071
|
-
readonly kind: "
|
|
2071
|
+
readonly kind: "ObjectUnion";
|
|
2072
2072
|
readonly members: {
|
|
2073
2073
|
readonly NodeShape: {
|
|
2074
2074
|
readonly discriminantValues: readonly ["NodeShape"];
|
package/dist/generated.js
CHANGED
|
@@ -2657,7 +2657,7 @@ export var Shape;
|
|
|
2657
2657
|
}
|
|
2658
2658
|
Shape.isShape = isShape;
|
|
2659
2659
|
Shape.schema = {
|
|
2660
|
-
kind: "
|
|
2660
|
+
kind: "ObjectUnion",
|
|
2661
2661
|
members: {
|
|
2662
2662
|
NodeShape: { discriminantValues: ["NodeShape"], type: NodeShape.schema },
|
|
2663
2663
|
PropertyShape: {
|
|
@@ -2982,7 +2982,7 @@ export var $Object;
|
|
|
2982
2982
|
Identifier.stringify = NTriplesTerm.stringify;
|
|
2983
2983
|
})(Identifier = $Object.Identifier || ($Object.Identifier = {}));
|
|
2984
2984
|
$Object.schema = {
|
|
2985
|
-
kind: "
|
|
2985
|
+
kind: "ObjectUnion",
|
|
2986
2986
|
members: {
|
|
2987
2987
|
NodeShape: { discriminantValues: ["NodeShape"], type: NodeShape.schema },
|
|
2988
2988
|
Ontology: { discriminantValues: ["Ontology"], type: Ontology.schema },
|
package/package.json
CHANGED