@astrale-os/kernel-core 0.4.2 → 0.4.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/auth/audience/verify-audience.d.ts.map +1 -1
- package/dist/auth/audience/verify-audience.js +6 -2
- package/dist/auth/audience/verify-audience.js.map +1 -1
- package/dist/auth/issuers/ids.d.ts +14 -0
- package/dist/auth/issuers/ids.d.ts.map +1 -1
- package/dist/auth/issuers/ids.js +21 -0
- package/dist/auth/issuers/ids.js.map +1 -1
- package/dist/auth/methods/jwt/jwt.method.d.ts +1 -1
- package/dist/auth/methods/jwt/jwt.method.d.ts.map +1 -1
- package/dist/auth/methods/jwt/jwt.method.js +25 -3
- package/dist/auth/methods/jwt/jwt.method.js.map +1 -1
- package/dist/domain/addressing/paths/class.d.ts +1 -0
- package/dist/domain/addressing/paths/class.d.ts.map +1 -1
- package/dist/domain/addressing/paths/class.js +8 -4
- package/dist/domain/addressing/paths/class.js.map +1 -1
- package/dist/domain/addressing/paths/domain.d.ts +1 -0
- package/dist/domain/addressing/paths/domain.d.ts.map +1 -1
- package/dist/domain/addressing/paths/domain.js +8 -4
- package/dist/domain/addressing/paths/domain.js.map +1 -1
- package/dist/domain/addressing/paths/index.d.ts +1 -0
- package/dist/domain/addressing/paths/index.d.ts.map +1 -1
- package/dist/domain/addressing/paths/index.js +1 -0
- package/dist/domain/addressing/paths/index.js.map +1 -1
- package/dist/domain/addressing/paths/interface.d.ts +1 -0
- package/dist/domain/addressing/paths/interface.d.ts.map +1 -1
- package/dist/domain/addressing/paths/interface.js +8 -4
- package/dist/domain/addressing/paths/interface.js.map +1 -1
- package/dist/domain/addressing/paths/method.d.ts +1 -0
- package/dist/domain/addressing/paths/method.d.ts.map +1 -1
- package/dist/domain/addressing/paths/method.js +8 -4
- package/dist/domain/addressing/paths/method.js.map +1 -1
- package/dist/domain/addressing/paths/parse.d.ts +12 -0
- package/dist/domain/addressing/paths/parse.d.ts.map +1 -0
- package/dist/domain/addressing/paths/parse.js +47 -0
- package/dist/domain/addressing/paths/parse.js.map +1 -0
- package/dist/domain/identity/resolve-callables.d.ts.map +1 -1
- package/dist/domain/identity/resolve-callables.js +10 -4
- package/dist/domain/identity/resolve-callables.js.map +1 -1
- package/dist/domain/index.d.ts +2 -2
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js +2 -2
- package/dist/domain/index.js.map +1 -1
- package/dist/domain/install-bundle.d.ts +3 -3
- package/dist/domain/install-bundle.d.ts.map +1 -1
- package/dist/domain/install-bundle.js +108 -8
- package/dist/domain/install-bundle.js.map +1 -1
- package/dist/domain/origin.d.ts +23 -1
- package/dist/domain/origin.d.ts.map +1 -1
- package/dist/domain/origin.js +50 -3
- package/dist/domain/origin.js.map +1 -1
- package/dist/graph/graph/root.d.ts +0 -11
- package/dist/graph/graph/root.d.ts.map +1 -1
- package/dist/graph/graph/root.js +1 -1
- package/dist/graph/graph/root.js.map +1 -1
- package/dist/graph/graph/walker.d.ts +0 -13
- package/dist/graph/graph/walker.d.ts.map +1 -1
- package/dist/graph/graph/walker.js +2 -2
- package/dist/graph/graph/walker.js.map +1 -1
- package/dist/graph/nav/path/kinds/registry.d.ts +1 -0
- package/dist/graph/nav/path/kinds/registry.d.ts.map +1 -1
- package/dist/graph/nav/path/kinds/registry.js +17 -14
- package/dist/graph/nav/path/kinds/registry.js.map +1 -1
- package/dist/graph/sync/reconcile/resolve.d.ts +0 -1
- package/dist/graph/sync/reconcile/resolve.d.ts.map +1 -1
- package/dist/graph/sync/reconcile/resolve.js +2 -2
- package/dist/graph/sync/reconcile/resolve.js.map +1 -1
- package/dist/kernel.d.ts +78 -15
- package/dist/kernel.d.ts.map +1 -1
- package/dist/schema/classes/edges/calls.class.d.ts +6 -1
- package/dist/schema/classes/edges/calls.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/constrained-by.class.d.ts +6 -1
- package/dist/schema/classes/edges/constrained-by.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/excluded-from.class.d.ts +6 -1
- package/dist/schema/classes/edges/excluded-from.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/extends-with.class.d.ts +6 -1
- package/dist/schema/classes/edges/extends-with.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/extends.class.d.ts +6 -1
- package/dist/schema/classes/edges/extends.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/from.class.d.ts +4 -1
- package/dist/schema/classes/edges/from.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/has-parent.class.d.ts +11 -1
- package/dist/schema/classes/edges/has-parent.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/has-perm.class.d.ts +12 -1
- package/dist/schema/classes/edges/has-perm.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/implements.class.d.ts +5 -1
- package/dist/schema/classes/edges/implements.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/installed-in.class.d.ts +3 -1
- package/dist/schema/classes/edges/installed-in.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/instance-of.class.d.ts +4 -1
- package/dist/schema/classes/edges/instance-of.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/method-of.class.d.ts +3 -1
- package/dist/schema/classes/edges/method-of.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/of-domain.class.d.ts +3 -1
- package/dist/schema/classes/edges/of-domain.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/to.class.d.ts +4 -1
- package/dist/schema/classes/edges/to.class.d.ts.map +1 -1
- package/dist/schema/classes/edges/view-for.class.d.ts +3 -1
- package/dist/schema/classes/edges/view-for.class.d.ts.map +1 -1
- package/dist/schema/definitions/edge-class.d.ts +13 -2
- package/dist/schema/definitions/edge-class.d.ts.map +1 -1
- package/dist/schema/definitions/edge-class.js +5 -2
- package/dist/schema/definitions/edge-class.js.map +1 -1
- package/dist/schema/interfaces/generics/Sluggable.interface.d.ts.map +1 -1
- package/dist/schema/interfaces/generics/Sluggable.interface.js +3 -2
- package/dist/schema/interfaces/generics/Sluggable.interface.js.map +1 -1
- package/dist/schema/schema.d.ts +79 -15
- package/dist/schema/schema.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../graph/sync/reconcile/resolve.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resolve.js","sourceRoot":"","sources":["../../../../graph/sync/reconcile/resolve.ts"],"names":[],"mappings":"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"}
|
package/dist/kernel.d.ts
CHANGED
|
@@ -9455,21 +9455,84 @@ export declare const K: import("./domain").Domain<import("@astrale-os/kernel-dsl
|
|
|
9455
9455
|
}>];
|
|
9456
9456
|
}>];
|
|
9457
9457
|
}>;
|
|
9458
|
-
readonly has_parent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
9459
|
-
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9465
|
-
|
|
9466
|
-
|
|
9467
|
-
|
|
9468
|
-
|
|
9469
|
-
readonly
|
|
9470
|
-
|
|
9471
|
-
|
|
9472
|
-
|
|
9458
|
+
readonly has_parent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9459
|
+
readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
9460
|
+
readonly properties: {
|
|
9461
|
+
slug: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import(".").Slug, string>>>;
|
|
9462
|
+
};
|
|
9463
|
+
}>];
|
|
9464
|
+
readonly noSelf: true;
|
|
9465
|
+
readonly acyclic: true;
|
|
9466
|
+
}, "props"> & {
|
|
9467
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9468
|
+
}>;
|
|
9469
|
+
readonly has_perm: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9470
|
+
readonly props: {
|
|
9471
|
+
perm: import("zod").ZodNumber;
|
|
9472
|
+
};
|
|
9473
|
+
}, "props"> & {
|
|
9474
|
+
readonly properties: {
|
|
9475
|
+
readonly perm: import("zod").ZodNumber;
|
|
9476
|
+
};
|
|
9477
|
+
} & {
|
|
9478
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9479
|
+
}>;
|
|
9480
|
+
readonly of_domain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9481
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9482
|
+
}>;
|
|
9483
|
+
readonly instance_of: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9484
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9485
|
+
}>;
|
|
9486
|
+
readonly implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9487
|
+
readonly noSelf: true;
|
|
9488
|
+
}, "props"> & {
|
|
9489
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9490
|
+
}>;
|
|
9491
|
+
readonly extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9492
|
+
readonly noSelf: true;
|
|
9493
|
+
readonly acyclic: true;
|
|
9494
|
+
}, "props"> & {
|
|
9495
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9496
|
+
}>;
|
|
9497
|
+
readonly method_of: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9498
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9499
|
+
}>;
|
|
9500
|
+
readonly from: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9501
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9502
|
+
}>;
|
|
9503
|
+
readonly to: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9504
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9505
|
+
}>;
|
|
9506
|
+
readonly excluded_from: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9507
|
+
readonly noSelf: true;
|
|
9508
|
+
readonly acyclic: true;
|
|
9509
|
+
}, "props"> & {
|
|
9510
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9511
|
+
}>;
|
|
9512
|
+
readonly constrained_by: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9513
|
+
readonly noSelf: true;
|
|
9514
|
+
readonly acyclic: true;
|
|
9515
|
+
}, "props"> & {
|
|
9516
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9517
|
+
}>;
|
|
9518
|
+
readonly extends_with: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9519
|
+
readonly noSelf: true;
|
|
9520
|
+
readonly acyclic: true;
|
|
9521
|
+
}, "props"> & {
|
|
9522
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9523
|
+
}>;
|
|
9524
|
+
readonly calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
9525
|
+
readonly noSelf: true;
|
|
9526
|
+
readonly acyclic: true;
|
|
9527
|
+
}, "props"> & {
|
|
9528
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9529
|
+
}>;
|
|
9530
|
+
readonly installed_in: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9531
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9532
|
+
}>;
|
|
9533
|
+
readonly view_for: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
9534
|
+
readonly inherits: readonly [typeof import("./schema/interfaces").Edge];
|
|
9535
|
+
}>;
|
|
9473
9536
|
}> & {
|
|
9474
9537
|
readonly domain: "kernel.astrale.ai";
|
|
9475
9538
|
}>;
|
package/dist/kernel.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kernel.d.ts","sourceRoot":"","sources":["../kernel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAU7C,eAAO,MAAM,CAAC
|
|
1
|
+
{"version":3,"file":"kernel.d.ts","sourceRoot":"","sources":["../kernel.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAU7C,eAAO,MAAM,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA8B,CAAA;AAS5C,oEAAoE;AACpE,eAAO,MAAM,gBAAgB;aAC3B,SAAS;aACT,SAAS;CACD,CAAA;AAEV,iEAAiE;AACjE,eAAO,MAAM,aAAa;aACxB,MAAM;CACE,CAAA;AAEV;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,EAAE,UAIhB,CAAA;AAEV;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,oBAAoB,EAAE,WAAW,CAAC,MAAM,CAInD,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const Calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Calls: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=calls.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"calls.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/calls.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"calls.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/calls.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;EAIjB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ConstrainedBy: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ConstrainedBy: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=constrained-by.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constrained-by.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/constrained-by.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"constrained-by.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/constrained-by.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa;;;;;EAIzB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ExcludedFrom: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ExcludedFrom: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=excluded-from.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"excluded-from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/excluded-from.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"excluded-from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/excluded-from.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY;;;;;EAIxB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const ExtendsWith: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const ExtendsWith: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=extends-with.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extends-with.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends-with.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"extends-with.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends-with.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW;;;;;EAIvB,CAAA"}
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
export declare const Extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Extends: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
readonly acyclic: true;
|
|
4
|
+
}, "props"> & {
|
|
5
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
6
|
+
}>;
|
|
2
7
|
//# sourceMappingURL=extends.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"extends.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"extends.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/extends.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;EAInB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const From: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=from.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/from.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"from.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/from.class.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,IAAI;;EAGhB,CAAA"}
|
|
@@ -1,2 +1,12 @@
|
|
|
1
|
-
export declare const HasParent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const HasParent: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
3
|
+
readonly properties: {
|
|
4
|
+
slug: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("../../..").Slug, string>>>;
|
|
5
|
+
};
|
|
6
|
+
}>];
|
|
7
|
+
readonly noSelf: true;
|
|
8
|
+
readonly acyclic: true;
|
|
9
|
+
}, "props"> & {
|
|
10
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
11
|
+
}>;
|
|
2
12
|
//# sourceMappingURL=has-parent.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"has-parent.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-parent.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"has-parent.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-parent.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS;;;;;;;;;;EAIrB,CAAA"}
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
import z from 'zod';
|
|
2
|
+
export declare const HasPerm: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
3
|
+
readonly props: {
|
|
4
|
+
perm: z.ZodNumber;
|
|
5
|
+
};
|
|
6
|
+
}, "props"> & {
|
|
7
|
+
readonly properties: {
|
|
8
|
+
readonly perm: z.ZodNumber;
|
|
9
|
+
};
|
|
10
|
+
} & {
|
|
11
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
12
|
+
}>;
|
|
2
13
|
//# sourceMappingURL=has-perm.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"has-perm.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-perm.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"has-perm.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/has-perm.class.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,KAAK,CAAA;AAKnB,eAAO,MAAM,OAAO;;QAGP,IAAI;;;;;;;;EAChB,CAAA"}
|
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
export declare const Implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const Implements: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<{
|
|
2
|
+
readonly noSelf: true;
|
|
3
|
+
}, "props"> & {
|
|
4
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
5
|
+
}>;
|
|
2
6
|
//# sourceMappingURL=implements.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"implements.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/implements.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"implements.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/implements.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;EAItB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const InstalledIn: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const InstalledIn: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=installed-in.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"installed-in.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/installed-in.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"installed-in.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/installed-in.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW;;EAGvB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const InstanceOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=instance-of.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/instance-of.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"instance-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/instance-of.class.ts"],"names":[],"mappings":"AAEA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,UAAU;;EAGtB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const MethodOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const MethodOf: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("#schema/interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=method-of.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"method-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/method-of.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"method-of.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/method-of.class.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;EAGpB,CAAA"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const OfDomain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
1
|
+
export declare const OfDomain: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
2
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
3
|
+
}>;
|
|
2
4
|
//# sourceMappingURL=of-domain.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"of-domain.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/of-domain.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"of-domain.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/of-domain.class.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,QAAQ;;EAGpB,CAAA"}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import { Edge } from '#schema/interfaces';
|
|
2
|
+
export declare const To: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof Edge];
|
|
4
|
+
}>;
|
|
2
5
|
//# sourceMappingURL=to.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"to.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/to.class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"to.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/to.class.ts"],"names":[],"mappings":"AACA,OAAO,EAAQ,IAAI,EAAE,MAAM,oBAAoB,CAAA;AAE/C,eAAO,MAAM,EAAE;;EAGd,CAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
/** A UI node renders the data of a target node or class. */
|
|
2
|
-
export declare const ViewFor: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>,
|
|
2
|
+
export declare const ViewFor: import("@astrale-os/kernel-dsl").EdgeClassDef<import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, import("@astrale-os/kernel-dsl").EndpointConfig<string, readonly any[], import("@astrale-os/kernel-dsl").Cardinality>, Omit<Record<never, never>, "props"> & {
|
|
3
|
+
readonly inherits: readonly [typeof import("../../interfaces").Edge];
|
|
4
|
+
}>;
|
|
3
5
|
//# sourceMappingURL=view-for.class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-for.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/view-for.class.ts"],"names":[],"mappings":"AAKA,4DAA4D;AAC5D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"view-for.class.d.ts","sourceRoot":"","sources":["../../../../schema/classes/edges/view-for.class.ts"],"names":[],"mappings":"AAKA,4DAA4D;AAC5D,eAAO,MAAM,OAAO;;EAGnB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Edge } from '#schema/interfaces/Edge.interface';
|
|
1
2
|
import { type EdgeClassDef, type EndpointConfig, type NodeInterfaceDef, type PropertyShape, type FnDef } from '@astrale-os/kernel-dsl';
|
|
2
3
|
interface EdgeClassOpts {
|
|
3
4
|
noSelf?: boolean;
|
|
@@ -8,7 +9,17 @@ interface EdgeClassOpts {
|
|
|
8
9
|
props?: PropertyShape;
|
|
9
10
|
methods?: Record<string, FnDef>;
|
|
10
11
|
}
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
type WithRemappedProps<C extends EdgeClassOpts> = Omit<C, 'props'> & (C extends {
|
|
13
|
+
props: infer P extends PropertyShape;
|
|
14
|
+
} ? {
|
|
15
|
+
readonly properties: P;
|
|
16
|
+
} : {});
|
|
17
|
+
/** Concrete edge class — auto-inherits Edge, with endpoints.
|
|
18
|
+
* Endpoints are deliberately NOT captured as literal generics — the full
|
|
19
|
+
* endpoint def types blow past TS's declaration-serialization limit on the
|
|
20
|
+
* kernel schema (TS7056). Only the config (props/methods) is preserved. */
|
|
21
|
+
export declare function edgeClass<const C extends EdgeClassOpts = Record<never, never>>(from: EndpointConfig, to: EndpointConfig, opts?: C): EdgeClassDef<EndpointConfig, EndpointConfig, WithRemappedProps<C> & {
|
|
22
|
+
readonly inherits: readonly [typeof Edge];
|
|
23
|
+
}>;
|
|
13
24
|
export {};
|
|
14
25
|
//# sourceMappingURL=edge-class.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edge-class.d.ts","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"edge-class.d.ts","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AAExD,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,KAAK,EACX,MAAM,wBAAwB,CAAA;AAE/B,UAAU,aAAa;IACrB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,SAAS,gBAAgB,CAAC,GAAG,CAAC,EAAE,CAAA;IAC7C,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAA;CAChC;AAOD,KAAK,iBAAiB,CAAC,CAAC,SAAS,aAAa,IAAI,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,GAChE,CAAC,CAAC,SAAS;IAAE,KAAK,EAAE,MAAM,CAAC,SAAS,aAAa,CAAA;CAAE,GAAG;IAAE,QAAQ,CAAC,UAAU,EAAE,CAAC,CAAA;CAAE,GAAG,EAAE,CAAC,CAAA;AAExF;;;2EAG2E;AAC3E,wBAAgB,SAAS,CAAC,KAAK,CAAC,CAAC,SAAS,aAAa,GAAG,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,EAC5E,IAAI,EAAE,cAAc,EACpB,EAAE,EAAE,cAAc,EAClB,IAAI,CAAC,EAAE,CAAC,GACP,YAAY,CACb,cAAc,EACd,cAAc,EACd,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAAE,QAAQ,CAAC,QAAQ,EAAE,SAAS,CAAC,OAAO,IAAI,CAAC,CAAA;CAAE,CACrE,CAWA"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
import { Edge } from '#schema/interfaces/Edge.interface';
|
|
1
2
|
// oxlint-disable typescript/no-explicit-any
|
|
2
3
|
import { edgeClass as builderEdgeClass, } from '@astrale-os/kernel-dsl';
|
|
3
|
-
|
|
4
|
-
|
|
4
|
+
/** Concrete edge class — auto-inherits Edge, with endpoints.
|
|
5
|
+
* Endpoints are deliberately NOT captured as literal generics — the full
|
|
6
|
+
* endpoint def types blow past TS's declaration-serialization limit on the
|
|
7
|
+
* kernel schema (TS7056). Only the config (props/methods) is preserved. */
|
|
5
8
|
export function edgeClass(from, to, opts) {
|
|
6
9
|
const { noSelf, acyclic, unique, symmetric, props, ...rest } = opts ?? {};
|
|
7
10
|
const constraints = noSelf || acyclic || unique || symmetric ? { noSelf, acyclic, unique, symmetric } : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"edge-class.js","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"AAAA,4CAA4C;AAC5C,OAAO,EACL,SAAS,IAAI,gBAAgB,GAM9B,MAAM,wBAAwB,CAAA;
|
|
1
|
+
{"version":3,"file":"edge-class.js","sourceRoot":"","sources":["../../../schema/definitions/edge-class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AACxD,4CAA4C;AAC5C,OAAO,EACL,SAAS,IAAI,gBAAgB,GAM9B,MAAM,wBAAwB,CAAA;AAoB/B;;;2EAG2E;AAC3E,MAAM,UAAU,SAAS,CACvB,IAAoB,EACpB,EAAkB,EAClB,IAAQ;IAMR,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,GAAG,IAAI,IAAK,EAAQ,CAAA;IAChF,MAAM,WAAW,GACf,MAAM,IAAI,OAAO,IAAI,MAAM,IAAI,SAAS,CAAC,CAAC,CAAC,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,SAAS,CAAA;IAC/F,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,GAAG,IAAI,CAAA;IAC5C,OAAO,gBAAgB,CAAC,IAAI,EAAE,EAAE,EAAE;QAChC,GAAG,KAAK;QACR,UAAU,EAAE,KAAK;QACjB,WAAW;QACX,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC;KAC5B,CAAQ,CAAA;AAClB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sluggable.interface.d.ts","sourceRoot":"","sources":["../../../../schema/interfaces/generics/Sluggable.interface.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sluggable.interface.d.ts","sourceRoot":"","sources":["../../../../schema/interfaces/generics/Sluggable.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,iBAAiB,CAAA;AAGvD,eAAO,MAAM,SAAS;;QACN,IAAI;;EAClB,CAAA;AAIF,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAQ1C"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { nodeInterface } from '@astrale-os/kernel-dsl';
|
|
2
1
|
import { slugSchema } from '#graph/nav/path';
|
|
2
|
+
import { nodeInterface } from '@astrale-os/kernel-dsl';
|
|
3
3
|
export const Sluggable = nodeInterface({
|
|
4
4
|
properties: { slug: slugSchema.optional() },
|
|
5
5
|
});
|
|
6
|
+
// NOTE: case is INTENTIONALLY preserved (no `.toLowerCase()`).
|
|
7
|
+
// Member slugs are case-significant identifiers
|
|
6
8
|
export function slugify(name) {
|
|
7
9
|
const raw = name
|
|
8
|
-
// .toLowerCase()
|
|
9
10
|
.normalize('NFD')
|
|
10
11
|
.replace(/[\u0300-\u036f]/g, '')
|
|
11
12
|
.replace(/[^a-zA-Z0-9._-]+/g, '-')
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sluggable.interface.js","sourceRoot":"","sources":["../../../../schema/interfaces/generics/Sluggable.interface.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Sluggable.interface.js","sourceRoot":"","sources":["../../../../schema/interfaces/generics/Sluggable.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAEtD,MAAM,CAAC,MAAM,SAAS,GAAG,aAAa,CAAC;IACrC,UAAU,EAAE,EAAE,IAAI,EAAE,UAAU,CAAC,QAAQ,EAAE,EAAE;CAC5C,CAAC,CAAA;AAEF,+DAA+D;AAC/D,gDAAgD;AAChD,MAAM,UAAU,OAAO,CAAC,IAAY;IAClC,MAAM,GAAG,GAAG,IAAI;SACb,SAAS,CAAC,KAAK,CAAC;SAChB,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;SAC/B,OAAO,CAAC,mBAAmB,EAAE,GAAG,CAAC;SACjC,OAAO,CAAC,QAAQ,EAAE,EAAE,CAAC;SACrB,KAAK,CAAC,CAAC,EAAE,GAAG,CAAC,CAAA;IAChB,OAAO,GAAW,CAAA;AACpB,CAAC"}
|