@dxos/plugin-debug 0.8.4-main.72ec0f3 → 0.8.4-main.7ace549

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.
@@ -1,6 +1,6 @@
1
1
  import * as Schema from 'effect/Schema';
2
+ import { Type } from '@dxos/echo';
2
3
  import { Trigger } from '@dxos/functions';
3
- import { CanvasBoardType } from '@dxos/react-ui-canvas-editor';
4
4
  import { type ObjectGenerator } from './ObjectGenerator';
5
5
  export declare enum PresetName {
6
6
  DXOS_TEAM = "dxos-team",
@@ -13,7 +13,51 @@ export declare enum PresetName {
13
13
  DISCORD_MESSAGES = "discord-messages"
14
14
  }
15
15
  export declare const generator: () => {
16
- schemas: (typeof CanvasBoardType | Schema.Schema<Trigger.Trigger, Trigger.TriggerEncoded, never>)[];
16
+ schemas: (Type.obj<Schema.Struct<{
17
+ name: Schema.optional<typeof Schema.String>;
18
+ computeGraph: Schema.optional<import("@dxos/echo/internal").RefSchema<import("@dxos/echo/Entity").OfKind<import("@dxos/echo/internal").EntityKind.Object> & {
19
+ input?: {
20
+ readonly id: string;
21
+ readonly type?: string | undefined;
22
+ readonly data?: any;
23
+ } | undefined;
24
+ output?: {
25
+ readonly id: string;
26
+ readonly type?: string | undefined;
27
+ readonly data?: any;
28
+ } | undefined;
29
+ graph: {
30
+ readonly id?: string | undefined;
31
+ readonly nodes: {
32
+ readonly id: string;
33
+ readonly type?: string | undefined;
34
+ readonly data?: any;
35
+ }[];
36
+ readonly edges: {
37
+ readonly id: string;
38
+ readonly type?: string | undefined;
39
+ readonly data?: any;
40
+ readonly source: string;
41
+ readonly target: string;
42
+ }[];
43
+ };
44
+ }>>;
45
+ layout: Schema.Struct<{
46
+ id: Schema.optional<typeof Schema.String>;
47
+ nodes: Schema.mutable<Schema.Array$<Schema.Struct<{
48
+ id: typeof Schema.String;
49
+ type: Schema.optional<typeof Schema.String>;
50
+ data: Schema.optional<typeof Schema.Any>;
51
+ }>>>;
52
+ edges: Schema.mutable<Schema.Array$<Schema.Struct<{
53
+ id: typeof Schema.String;
54
+ type: Schema.optional<typeof Schema.String>;
55
+ source: typeof Schema.String;
56
+ target: typeof Schema.String;
57
+ data: Schema.optional<typeof Schema.Any>;
58
+ }>>>;
59
+ }>;
60
+ }>> | Schema.Schema<Trigger.Trigger, Trigger.TriggerEncoded, never>)[];
17
61
  types: {
18
62
  typename: PresetName;
19
63
  }[];
@@ -1 +1 @@
1
- {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAMxC,OAAO,EAAE,OAAO,EAAqB,MAAM,iBAAiB,CAAC;AAqB7D,OAAO,EACL,eAAe,EAKhB,MAAM,8BAA8B,CAAC;AAKtC,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;;;;;WA2iBf,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}
1
+ {"version":3,"file":"presets.d.ts","sourceRoot":"","sources":["../../../../../src/components/SpaceGenerator/presets.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AAKxC,OAAO,EAA0C,IAAI,EAAE,MAAM,YAAY,CAAC;AAC1E,OAAO,EAAE,OAAO,EAAqB,MAAM,iBAAiB,CAAC;AAgC7D,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAEzD,oBAAY,UAAU;IACpB,SAAS,cAAc;IACvB,oBAAoB,yBAAyB;IAE7C,SAAS,sBAAsB;IAC/B,QAAQ,kBAAkB;IAE1B,mBAAmB,uBAAuB;IAC1C,gBAAgB,oBAAoB;IACpC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;CAEtC;AAED,eAAO,MAAM,SAAS;;;;iBAEiC,CAAC;;6BAIlD,CAAJ;6BACe,CAAC;;kBACI,CAAA;;6BAA8D,CAAC;6BACzE,CAAC;;;2BAEO,CAAA;;;iCAER,CAAP;iCAGqB,CAAC;;;;iCAEF,CAAC;iCAUhB,CAPJ;;;;;;;;;;;;;;;;;;;;;;;;;WAmiBC,CAAC,UAAU,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC,EAAE;CACzC,CAAC"}