@astrale-os/kernel-core 0.4.3 → 0.5.0
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/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 +1 -1
- package/dist/auth/methods/jwt/jwt.method.js.map +1 -1
- package/dist/domain/addressing/layout/build.d.ts +2 -0
- package/dist/domain/addressing/layout/build.d.ts.map +1 -1
- package/dist/domain/addressing/layout/build.js +6 -0
- package/dist/domain/addressing/layout/build.js.map +1 -1
- package/dist/domain/addressing/layout/default.d.ts +18 -3
- package/dist/domain/addressing/layout/default.d.ts.map +1 -1
- package/dist/domain/addressing/layout/default.js +28 -3
- package/dist/domain/addressing/layout/default.js.map +1 -1
- package/dist/domain/addressing/namespace.d.ts +7 -1
- package/dist/domain/addressing/namespace.d.ts.map +1 -1
- package/dist/domain/addressing/namespace.js +13 -1
- package/dist/domain/addressing/namespace.js.map +1 -1
- package/dist/domain/addressing/paths/constants.d.ts +4 -0
- package/dist/domain/addressing/paths/constants.d.ts.map +1 -1
- package/dist/domain/addressing/paths/constants.js +4 -0
- package/dist/domain/addressing/paths/constants.js.map +1 -1
- package/dist/domain/addressing/paths/domain.js +5 -2
- package/dist/domain/addressing/paths/domain.js.map +1 -1
- package/dist/domain/addressing/paths/function.d.ts +63 -0
- package/dist/domain/addressing/paths/function.d.ts.map +1 -0
- package/dist/domain/addressing/paths/function.js +161 -0
- package/dist/domain/addressing/paths/function.js.map +1 -0
- package/dist/domain/addressing/paths/index.d.ts +4 -2
- package/dist/domain/addressing/paths/index.d.ts.map +1 -1
- package/dist/domain/addressing/paths/index.js +4 -2
- package/dist/domain/addressing/paths/index.js.map +1 -1
- package/dist/domain/addressing/paths/parse.d.ts.map +1 -1
- package/dist/domain/addressing/paths/parse.js +4 -0
- package/dist/domain/addressing/paths/parse.js.map +1 -1
- package/dist/domain/addressing/paths/view.d.ts +62 -0
- package/dist/domain/addressing/paths/view.d.ts.map +1 -0
- package/dist/domain/addressing/paths/view.js +160 -0
- package/dist/domain/addressing/paths/view.js.map +1 -0
- package/dist/domain/addressing/paths/zod.d.ts +5 -1
- package/dist/domain/addressing/paths/zod.d.ts.map +1 -1
- package/dist/domain/addressing/paths/zod.js +5 -1
- package/dist/domain/addressing/paths/zod.js.map +1 -1
- package/dist/domain/addressing/refs/build.d.ts +3 -1
- package/dist/domain/addressing/refs/build.d.ts.map +1 -1
- package/dist/domain/addressing/refs/build.js +37 -47
- package/dist/domain/addressing/refs/build.js.map +1 -1
- package/dist/domain/addressing/refs/iterate.d.ts +2 -1
- package/dist/domain/addressing/refs/iterate.d.ts.map +1 -1
- package/dist/domain/addressing/refs/iterate.js +17 -11
- package/dist/domain/addressing/refs/iterate.js.map +1 -1
- package/dist/domain/addressing/refs/semantic-path.d.ts +38 -0
- package/dist/domain/addressing/refs/semantic-path.d.ts.map +1 -0
- package/dist/domain/addressing/refs/semantic-path.js +51 -0
- package/dist/domain/addressing/refs/semantic-path.js.map +1 -0
- package/dist/domain/addressing/refs/types.d.ts +38 -0
- package/dist/domain/addressing/refs/types.d.ts.map +1 -1
- package/dist/domain/compile/compile.d.ts +3 -1
- package/dist/domain/compile/compile.d.ts.map +1 -1
- package/dist/domain/compile/compile.js +2 -2
- package/dist/domain/compile/compile.js.map +1 -1
- package/dist/domain/compile/function/types.d.ts +23 -0
- package/dist/domain/compile/function/types.d.ts.map +1 -0
- package/dist/domain/compile/function/types.js +2 -0
- package/dist/domain/compile/function/types.js.map +1 -0
- package/dist/domain/compile/view/serialized.d.ts +28 -0
- package/dist/domain/compile/view/serialized.d.ts.map +1 -0
- package/dist/domain/compile/view/serialized.js +12 -0
- package/dist/domain/compile/view/serialized.js.map +1 -0
- package/dist/domain/compile/view/types.d.ts +21 -0
- package/dist/domain/compile/view/types.d.ts.map +1 -0
- package/dist/domain/compile/view/types.js +2 -0
- package/dist/domain/compile/view/types.js.map +1 -0
- package/dist/domain/deserialize/deserialize.d.ts.map +1 -1
- package/dist/domain/deserialize/deserialize.js +91 -69
- package/dist/domain/deserialize/deserialize.js.map +1 -1
- package/dist/domain/identity/resolve-callables.d.ts +16 -10
- package/dist/domain/identity/resolve-callables.d.ts.map +1 -1
- package/dist/domain/identity/resolve-callables.js +34 -5
- package/dist/domain/identity/resolve-callables.js.map +1 -1
- package/dist/domain/index.d.ts +3 -0
- package/dist/domain/index.d.ts.map +1 -1
- package/dist/domain/index.js.map +1 -1
- package/dist/domain/install-bundle.d.ts +1 -1
- package/dist/domain/install-bundle.d.ts.map +1 -1
- package/dist/domain/install-bundle.js +1 -1
- package/dist/domain/install-bundle.js.map +1 -1
- package/dist/domain/origin.d.ts +2 -0
- package/dist/domain/origin.d.ts.map +1 -1
- package/dist/domain/origin.js +6 -2
- package/dist/domain/origin.js.map +1 -1
- package/dist/domain/serialize/schema.d.ts +2 -0
- package/dist/domain/serialize/schema.d.ts.map +1 -1
- package/dist/domain/serialize/schema.js +128 -11
- package/dist/domain/serialize/schema.js.map +1 -1
- package/dist/domain/serialize/serialize.d.ts +7 -0
- package/dist/domain/serialize/serialize.d.ts.map +1 -1
- package/dist/domain/serialize/serialize.js.map +1 -1
- package/dist/graph/nav/path/kinds/registry.d.ts +20 -16
- package/dist/graph/nav/path/kinds/registry.d.ts.map +1 -1
- package/dist/graph/nav/path/kinds/registry.js +23 -19
- package/dist/graph/nav/path/kinds/registry.js.map +1 -1
- package/dist/graph/sync/reconcile/resolve.d.ts.map +1 -1
- package/dist/graph/sync/reconcile/resolve.js +1 -1
- 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/path-dsl.d.ts +4 -1
- package/dist/path-dsl.d.ts.map +1 -1
- package/dist/path-dsl.js +8 -1
- package/dist/path-dsl.js.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 +4 -1
- 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 +1 -1
- 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 +1 -1
|
@@ -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;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;
|
|
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;AAE/B,OAAO,EAAE,IAAI,EAAE,MAAM,mCAAmC,CAAA;AAoBxD;;;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":"AAEA,OAAO,EAAE,KAAK,IAAI,EAAc,MAAM,iBAAiB,CAAA;AAEvD,eAAO,MAAM,SAAS;;QACN,IAAI;;EAClB,CAAA;AAIF,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAQ1C"}
|
|
@@ -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,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAA;AAEtD,OAAO,EAAa,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEvD,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"}
|
package/dist/schema/schema.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Edge } from './interfaces';
|
|
1
2
|
export declare const KernelSchema: import("@astrale-os/kernel-dsl").Schema<{
|
|
2
3
|
readonly Timestamped: import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
3
4
|
readonly properties: {
|
|
@@ -9425,21 +9426,84 @@ export declare const KernelSchema: import("@astrale-os/kernel-dsl").Schema<{
|
|
|
9425
9426
|
}>];
|
|
9426
9427
|
}>];
|
|
9427
9428
|
}>;
|
|
9428
|
-
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>,
|
|
9429
|
-
|
|
9430
|
-
|
|
9431
|
-
|
|
9432
|
-
|
|
9433
|
-
|
|
9434
|
-
|
|
9435
|
-
|
|
9436
|
-
|
|
9437
|
-
|
|
9438
|
-
|
|
9439
|
-
readonly
|
|
9440
|
-
|
|
9441
|
-
|
|
9442
|
-
|
|
9429
|
+
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<{
|
|
9430
|
+
readonly implements: readonly [import("@astrale-os/kernel-dsl").NodeInterfaceDef<{
|
|
9431
|
+
readonly properties: {
|
|
9432
|
+
slug: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<import("..").Slug, string>>>;
|
|
9433
|
+
};
|
|
9434
|
+
}>];
|
|
9435
|
+
readonly noSelf: true;
|
|
9436
|
+
readonly acyclic: true;
|
|
9437
|
+
}, "props"> & {
|
|
9438
|
+
readonly inherits: readonly [typeof Edge];
|
|
9439
|
+
}>;
|
|
9440
|
+
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<{
|
|
9441
|
+
readonly props: {
|
|
9442
|
+
perm: import("zod").ZodNumber;
|
|
9443
|
+
};
|
|
9444
|
+
}, "props"> & {
|
|
9445
|
+
readonly properties: {
|
|
9446
|
+
readonly perm: import("zod").ZodNumber;
|
|
9447
|
+
};
|
|
9448
|
+
} & {
|
|
9449
|
+
readonly inherits: readonly [typeof Edge];
|
|
9450
|
+
}>;
|
|
9451
|
+
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"> & {
|
|
9452
|
+
readonly inherits: readonly [typeof Edge];
|
|
9453
|
+
}>;
|
|
9454
|
+
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"> & {
|
|
9455
|
+
readonly inherits: readonly [typeof Edge];
|
|
9456
|
+
}>;
|
|
9457
|
+
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<{
|
|
9458
|
+
readonly noSelf: true;
|
|
9459
|
+
}, "props"> & {
|
|
9460
|
+
readonly inherits: readonly [typeof Edge];
|
|
9461
|
+
}>;
|
|
9462
|
+
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<{
|
|
9463
|
+
readonly noSelf: true;
|
|
9464
|
+
readonly acyclic: true;
|
|
9465
|
+
}, "props"> & {
|
|
9466
|
+
readonly inherits: readonly [typeof Edge];
|
|
9467
|
+
}>;
|
|
9468
|
+
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"> & {
|
|
9469
|
+
readonly inherits: readonly [typeof Edge];
|
|
9470
|
+
}>;
|
|
9471
|
+
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"> & {
|
|
9472
|
+
readonly inherits: readonly [typeof Edge];
|
|
9473
|
+
}>;
|
|
9474
|
+
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"> & {
|
|
9475
|
+
readonly inherits: readonly [typeof Edge];
|
|
9476
|
+
}>;
|
|
9477
|
+
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<{
|
|
9478
|
+
readonly noSelf: true;
|
|
9479
|
+
readonly acyclic: true;
|
|
9480
|
+
}, "props"> & {
|
|
9481
|
+
readonly inherits: readonly [typeof Edge];
|
|
9482
|
+
}>;
|
|
9483
|
+
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<{
|
|
9484
|
+
readonly noSelf: true;
|
|
9485
|
+
readonly acyclic: true;
|
|
9486
|
+
}, "props"> & {
|
|
9487
|
+
readonly inherits: readonly [typeof Edge];
|
|
9488
|
+
}>;
|
|
9489
|
+
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<{
|
|
9490
|
+
readonly noSelf: true;
|
|
9491
|
+
readonly acyclic: true;
|
|
9492
|
+
}, "props"> & {
|
|
9493
|
+
readonly inherits: readonly [typeof Edge];
|
|
9494
|
+
}>;
|
|
9495
|
+
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<{
|
|
9496
|
+
readonly noSelf: true;
|
|
9497
|
+
readonly acyclic: true;
|
|
9498
|
+
}, "props"> & {
|
|
9499
|
+
readonly inherits: readonly [typeof Edge];
|
|
9500
|
+
}>;
|
|
9501
|
+
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"> & {
|
|
9502
|
+
readonly inherits: readonly [typeof Edge];
|
|
9503
|
+
}>;
|
|
9504
|
+
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"> & {
|
|
9505
|
+
readonly inherits: readonly [typeof Edge];
|
|
9506
|
+
}>;
|
|
9443
9507
|
}> & {
|
|
9444
9508
|
readonly domain: "kernel.astrale.ai";
|
|
9445
9509
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../schema/schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../schema/schema.ts"],"names":[],"mappings":"AA0BA,OAAO,EAcL,IAAI,EAGL,MAAM,cAAc,CAAA;AAErB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwCvB,CAAA"}
|