@blue-labs/document-processor 2.0.0-rc.4 → 2.0.0-rc.6

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.
Files changed (47) hide show
  1. package/dist/constants/processor-contract-constants.d.ts +2 -2
  2. package/dist/constants/processor-contract-constants.d.ts.map +1 -1
  3. package/dist/engine/contract-loader.d.ts.map +1 -1
  4. package/dist/engine/processor-engine.d.ts +4 -1
  5. package/dist/engine/processor-engine.d.ts.map +1 -1
  6. package/dist/engine/processor-execution-context.d.ts.map +1 -1
  7. package/dist/index.js +720 -648
  8. package/dist/model/channels/document-update-channel.d.ts +4 -0
  9. package/dist/model/channels/document-update-channel.d.ts.map +1 -1
  10. package/dist/model/channels/embedded-node-channel.d.ts +4 -0
  11. package/dist/model/channels/embedded-node-channel.d.ts.map +1 -1
  12. package/dist/model/channels/lifecycle-channel.d.ts +4 -0
  13. package/dist/model/channels/lifecycle-channel.d.ts.map +1 -1
  14. package/dist/model/channels/myos-timeline-channel.d.ts +4 -0
  15. package/dist/model/channels/myos-timeline-channel.d.ts.map +1 -1
  16. package/dist/model/channels/timeline-channel.d.ts +4 -0
  17. package/dist/model/channels/timeline-channel.d.ts.map +1 -1
  18. package/dist/model/channels/triggered-event-channel.d.ts +4 -0
  19. package/dist/model/channels/triggered-event-channel.d.ts.map +1 -1
  20. package/dist/model/handlers/sequential-workflow-operation.d.ts +2 -2
  21. package/dist/model/handlers/sequential-workflow.d.ts +2 -2
  22. package/dist/model/markers/document-anchors.d.ts +26 -0
  23. package/dist/model/markers/document-anchors.d.ts.map +1 -0
  24. package/dist/model/markers/document-links.d.ts +26 -0
  25. package/dist/model/markers/document-links.d.ts.map +1 -0
  26. package/dist/model/markers/index.d.ts +5 -0
  27. package/dist/model/markers/index.d.ts.map +1 -1
  28. package/dist/model/markers/myos-participants-orchestration.d.ts +25 -0
  29. package/dist/model/markers/myos-participants-orchestration.d.ts.map +1 -0
  30. package/dist/model/markers/myos-session-interaction.d.ts +25 -0
  31. package/dist/model/markers/myos-session-interaction.d.ts.map +1 -0
  32. package/dist/model/markers/myos-worker-agency.d.ts +25 -0
  33. package/dist/model/markers/myos-worker-agency.d.ts.map +1 -0
  34. package/dist/model/shared/channel-contract-base.d.ts +3 -0
  35. package/dist/model/shared/channel-contract-base.d.ts.map +1 -1
  36. package/dist/model/shared/handler-contract-base.d.ts +2 -2
  37. package/dist/model/types.d.ts +2 -2
  38. package/dist/model/types.d.ts.map +1 -1
  39. package/dist/registry/processors/myos-timeline-channel-processor.d.ts +5 -1
  40. package/dist/registry/processors/myos-timeline-channel-processor.d.ts.map +1 -1
  41. package/dist/registry/processors/sequential-workflow-operation-processor.d.ts +2 -2
  42. package/dist/registry/processors/sequential-workflow-processor.d.ts +2 -2
  43. package/dist/registry/processors/steps/javascript-code-step-executor.d.ts +1 -1
  44. package/dist/registry/processors/timeline-channel-processor.d.ts +5 -1
  45. package/dist/registry/processors/timeline-channel-processor.d.ts.map +1 -1
  46. package/dist/test-support/blue.d.ts +5 -5
  47. package/package.json +6 -6
@@ -5,6 +5,7 @@ export declare const documentUpdateChannelSchema: z.ZodObject<z.objectUtil.exten
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -16,6 +17,7 @@ export declare const documentUpdateChannelSchema: z.ZodObject<z.objectUtil.exten
16
17
  order: z.ZodOptional<z.ZodNumber>;
17
18
  }, {
18
19
  description: z.ZodOptional<z.ZodString>;
20
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
19
21
  name: z.ZodOptional<z.ZodString>;
20
22
  }>, {
21
23
  description: z.ZodOptional<z.ZodString>;
@@ -29,12 +31,14 @@ export declare const documentUpdateChannelSchema: z.ZodObject<z.objectUtil.exten
29
31
  description?: string | undefined;
30
32
  name?: string | undefined;
31
33
  order?: number | undefined;
34
+ event?: import('@blue-labs/language').BlueNode | undefined;
32
35
  definition?: import('@blue-labs/language').BlueNode | undefined;
33
36
  }, {
34
37
  path?: string | undefined;
35
38
  description?: string | undefined;
36
39
  name?: string | undefined;
37
40
  order?: number | undefined;
41
+ event?: import('@blue-labs/language').BlueNode | undefined;
38
42
  definition?: import('@blue-labs/language').BlueNode | undefined;
39
43
  }>;
40
44
  export type DocumentUpdateChannel = z.infer<typeof documentUpdateChannelSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"document-update-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/document-update-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"document-update-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/document-update-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEvC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -5,6 +5,7 @@ export declare const embeddedNodeChannelSchema: z.ZodObject<z.objectUtil.extendS
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  childPath: z.ZodOptional<z.ZodString>;
@@ -16,6 +17,7 @@ export declare const embeddedNodeChannelSchema: z.ZodObject<z.objectUtil.extendS
16
17
  order: z.ZodOptional<z.ZodNumber>;
17
18
  }, {
18
19
  description: z.ZodOptional<z.ZodString>;
20
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
19
21
  name: z.ZodOptional<z.ZodString>;
20
22
  }>, {
21
23
  description: z.ZodOptional<z.ZodString>;
@@ -29,6 +31,7 @@ export declare const embeddedNodeChannelSchema: z.ZodObject<z.objectUtil.extendS
29
31
  description?: string | undefined;
30
32
  name?: string | undefined;
31
33
  order?: number | undefined;
34
+ event?: import('@blue-labs/language').BlueNode | undefined;
32
35
  definition?: import('@blue-labs/language').BlueNode | undefined;
33
36
  childPath?: string | undefined;
34
37
  }, {
@@ -36,6 +39,7 @@ export declare const embeddedNodeChannelSchema: z.ZodObject<z.objectUtil.extendS
36
39
  description?: string | undefined;
37
40
  name?: string | undefined;
38
41
  order?: number | undefined;
42
+ event?: import('@blue-labs/language').BlueNode | undefined;
39
43
  definition?: import('@blue-labs/language').BlueNode | undefined;
40
44
  childPath?: string | undefined;
41
45
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"embedded-node-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/embedded-node-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
1
+ {"version":3,"file":"embedded-node-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/embedded-node-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAErC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -5,6 +5,7 @@ export declare const lifecycleChannelSchema: z.ZodObject<z.objectUtil.extendShap
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -15,6 +16,7 @@ export declare const lifecycleChannelSchema: z.ZodObject<z.objectUtil.extendShap
15
16
  order: z.ZodOptional<z.ZodNumber>;
16
17
  }, {
17
18
  description: z.ZodOptional<z.ZodString>;
19
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
18
20
  name: z.ZodOptional<z.ZodString>;
19
21
  }>, {
20
22
  description: z.ZodOptional<z.ZodString>;
@@ -28,12 +30,14 @@ export declare const lifecycleChannelSchema: z.ZodObject<z.objectUtil.extendShap
28
30
  description?: string | undefined;
29
31
  name?: string | undefined;
30
32
  order?: number | undefined;
33
+ event?: import('@blue-labs/language').BlueNode | undefined;
31
34
  definition?: import('@blue-labs/language').BlueNode | undefined;
32
35
  }, {
33
36
  path?: string | undefined;
34
37
  description?: string | undefined;
35
38
  name?: string | undefined;
36
39
  order?: number | undefined;
40
+ event?: import('@blue-labs/language').BlueNode | undefined;
37
41
  definition?: import('@blue-labs/language').BlueNode | undefined;
38
42
  }>;
39
43
  export type LifecycleChannel = z.infer<typeof lifecycleChannelSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"lifecycle-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/lifecycle-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
1
+ {"version":3,"file":"lifecycle-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/lifecycle-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAElC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -5,6 +5,7 @@ export declare const myosTimelineChannelSchema: z.ZodObject<z.objectUtil.extendS
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -21,6 +22,7 @@ export declare const myosTimelineChannelSchema: z.ZodObject<z.objectUtil.extendS
21
22
  order: z.ZodOptional<z.ZodNumber>;
22
23
  }, {
23
24
  description: z.ZodOptional<z.ZodString>;
25
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
24
26
  name: z.ZodOptional<z.ZodString>;
25
27
  }>, {
26
28
  description: z.ZodOptional<z.ZodString>;
@@ -34,6 +36,7 @@ export declare const myosTimelineChannelSchema: z.ZodObject<z.objectUtil.extendS
34
36
  description?: string | undefined;
35
37
  name?: string | undefined;
36
38
  order?: number | undefined;
39
+ event?: import('@blue-labs/language').BlueNode | undefined;
37
40
  definition?: import('@blue-labs/language').BlueNode | undefined;
38
41
  timelineId?: string | undefined;
39
42
  accountId?: string | undefined;
@@ -43,6 +46,7 @@ export declare const myosTimelineChannelSchema: z.ZodObject<z.objectUtil.extendS
43
46
  description?: string | undefined;
44
47
  name?: string | undefined;
45
48
  order?: number | undefined;
49
+ event?: import('@blue-labs/language').BlueNode | undefined;
46
50
  definition?: import('@blue-labs/language').BlueNode | undefined;
47
51
  timelineId?: string | undefined;
48
52
  accountId?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"myos-timeline-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/myos-timeline-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EACgC,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
1
+ {"version":3,"file":"myos-timeline-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/myos-timeline-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EACgC,CAAC;AAEvE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -5,6 +5,7 @@ export declare const timelineChannelSchema: z.ZodObject<z.objectUtil.extendShape
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -16,6 +17,7 @@ export declare const timelineChannelSchema: z.ZodObject<z.objectUtil.extendShape
16
17
  order: z.ZodOptional<z.ZodNumber>;
17
18
  }, {
18
19
  description: z.ZodOptional<z.ZodString>;
20
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
19
21
  name: z.ZodOptional<z.ZodString>;
20
22
  }>, {
21
23
  description: z.ZodOptional<z.ZodString>;
@@ -29,6 +31,7 @@ export declare const timelineChannelSchema: z.ZodObject<z.objectUtil.extendShape
29
31
  description?: string | undefined;
30
32
  name?: string | undefined;
31
33
  order?: number | undefined;
34
+ event?: import('@blue-labs/language').BlueNode | undefined;
32
35
  definition?: import('@blue-labs/language').BlueNode | undefined;
33
36
  timelineId?: string | undefined;
34
37
  }, {
@@ -36,6 +39,7 @@ export declare const timelineChannelSchema: z.ZodObject<z.objectUtil.extendShape
36
39
  description?: string | undefined;
37
40
  name?: string | undefined;
38
41
  order?: number | undefined;
42
+ event?: import('@blue-labs/language').BlueNode | undefined;
39
43
  definition?: import('@blue-labs/language').BlueNode | undefined;
40
44
  timelineId?: string | undefined;
41
45
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"timeline-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/timeline-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"timeline-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/timeline-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -5,6 +5,7 @@ export declare const triggeredEventChannelSchema: z.ZodObject<z.objectUtil.exten
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -15,6 +16,7 @@ export declare const triggeredEventChannelSchema: z.ZodObject<z.objectUtil.exten
15
16
  order: z.ZodOptional<z.ZodNumber>;
16
17
  }, {
17
18
  description: z.ZodOptional<z.ZodString>;
19
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
18
20
  name: z.ZodOptional<z.ZodString>;
19
21
  }>, {
20
22
  description: z.ZodOptional<z.ZodString>;
@@ -28,12 +30,14 @@ export declare const triggeredEventChannelSchema: z.ZodObject<z.objectUtil.exten
28
30
  description?: string | undefined;
29
31
  name?: string | undefined;
30
32
  order?: number | undefined;
33
+ event?: import('@blue-labs/language').BlueNode | undefined;
31
34
  definition?: import('@blue-labs/language').BlueNode | undefined;
32
35
  }, {
33
36
  path?: string | undefined;
34
37
  description?: string | undefined;
35
38
  name?: string | undefined;
36
39
  order?: number | undefined;
40
+ event?: import('@blue-labs/language').BlueNode | undefined;
37
41
  definition?: import('@blue-labs/language').BlueNode | undefined;
38
42
  }>;
39
43
  export type TriggeredEventChannel = z.infer<typeof triggeredEventChannelSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"triggered-event-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/triggered-event-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAC0B,CAAC;AAEnE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
1
+ {"version":3,"file":"triggered-event-channel.d.ts","sourceRoot":"","sources":["../../../src/model/channels/triggered-event-channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAC0B,CAAC;AAEnE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -44,16 +44,16 @@ export declare const sequentialWorkflowOperationSchema: z.ZodObject<z.objectUtil
44
44
  description?: string | undefined;
45
45
  name?: string | undefined;
46
46
  order?: number | undefined;
47
- channel?: string | undefined;
48
47
  event?: import('@blue-labs/language').BlueNode | undefined;
48
+ channel?: string | undefined;
49
49
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
50
50
  operation?: string | undefined;
51
51
  }, {
52
52
  description?: string | undefined;
53
53
  name?: string | undefined;
54
54
  order?: number | undefined;
55
- channel?: string | undefined;
56
55
  event?: import('@blue-labs/language').BlueNode | undefined;
56
+ channel?: string | undefined;
57
57
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
58
58
  operation?: string | undefined;
59
59
  }>;
@@ -42,15 +42,15 @@ export declare const sequentialWorkflowSchema: z.ZodObject<z.objectUtil.extendSh
42
42
  description?: string | undefined;
43
43
  name?: string | undefined;
44
44
  order?: number | undefined;
45
- channel?: string | undefined;
46
45
  event?: import('@blue-labs/language').BlueNode | undefined;
46
+ channel?: string | undefined;
47
47
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
48
48
  }, {
49
49
  description?: string | undefined;
50
50
  name?: string | undefined;
51
51
  order?: number | undefined;
52
- channel?: string | undefined;
53
52
  event?: import('@blue-labs/language').BlueNode | undefined;
53
+ channel?: string | undefined;
54
54
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
55
55
  }>;
56
56
  export type SequentialWorkflow = z.infer<typeof sequentialWorkflowSchema>;
@@ -0,0 +1,26 @@
1
+ import { z } from 'zod';
2
+ export declare const documentAnchorsMarkerSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ description: z.ZodOptional<z.ZodString>;
4
+ name: z.ZodOptional<z.ZodString>;
5
+ }, z.objectUtil.extendShape<z.objectUtil.extendShape<{
6
+ description: z.ZodOptional<z.ZodString>;
7
+ name: z.ZodOptional<z.ZodString>;
8
+ order: z.ZodOptional<z.ZodNumber>;
9
+ }, {
10
+ description: z.ZodOptional<z.ZodString>;
11
+ name: z.ZodOptional<z.ZodString>;
12
+ }>, {
13
+ description: z.ZodOptional<z.ZodString>;
14
+ name: z.ZodOptional<z.ZodString>;
15
+ order: z.ZodOptional<z.ZodNumber>;
16
+ }>>, "strip", z.ZodTypeAny, {
17
+ description?: string | undefined;
18
+ name?: string | undefined;
19
+ order?: number | undefined;
20
+ }, {
21
+ description?: string | undefined;
22
+ name?: string | undefined;
23
+ order?: number | undefined;
24
+ }>;
25
+ export type DocumentAnchorsMarker = z.infer<typeof documentAnchorsMarkerSchema>;
26
+ //# sourceMappingURL=document-anchors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-anchors.d.ts","sourceRoot":"","sources":["../../../src/model/markers/document-anchors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;EACyB,CAAC;AAElE,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -0,0 +1,26 @@
1
+ import { z } from 'zod';
2
+ export declare const documentLinksMarkerSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ description: z.ZodOptional<z.ZodString>;
4
+ name: z.ZodOptional<z.ZodString>;
5
+ }, z.objectUtil.extendShape<z.objectUtil.extendShape<{
6
+ description: z.ZodOptional<z.ZodString>;
7
+ name: z.ZodOptional<z.ZodString>;
8
+ order: z.ZodOptional<z.ZodNumber>;
9
+ }, {
10
+ description: z.ZodOptional<z.ZodString>;
11
+ name: z.ZodOptional<z.ZodString>;
12
+ }>, {
13
+ description: z.ZodOptional<z.ZodString>;
14
+ name: z.ZodOptional<z.ZodString>;
15
+ order: z.ZodOptional<z.ZodNumber>;
16
+ }>>, "strip", z.ZodTypeAny, {
17
+ description?: string | undefined;
18
+ name?: string | undefined;
19
+ order?: number | undefined;
20
+ }, {
21
+ description?: string | undefined;
22
+ name?: string | undefined;
23
+ order?: number | undefined;
24
+ }>;
25
+ export type DocumentLinksMarker = z.infer<typeof documentLinksMarkerSchema>;
26
+ //# sourceMappingURL=document-links.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-links.d.ts","sourceRoot":"","sources":["../../../src/model/markers/document-links.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;EAErC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -3,4 +3,9 @@ export * from './initialization-marker.js';
3
3
  export * from './process-embedded.js';
4
4
  export * from './processing-terminated-marker.js';
5
5
  export * from './operation.js';
6
+ export * from './document-anchors.js';
7
+ export * from './document-links.js';
8
+ export * from './myos-participants-orchestration.js';
9
+ export * from './myos-session-interaction.js';
10
+ export * from './myos-worker-agency.js';
6
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/markers/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/model/markers/index.ts"],"names":[],"mappings":"AAAA,cAAc,+BAA+B,CAAC;AAC9C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sCAAsC,CAAC;AACrD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ export declare const myosParticipantsOrchestrationMarkerSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ name: z.ZodOptional<z.ZodString>;
4
+ }, z.objectUtil.extendShape<z.objectUtil.extendShape<{
5
+ description: z.ZodOptional<z.ZodString>;
6
+ name: z.ZodOptional<z.ZodString>;
7
+ order: z.ZodOptional<z.ZodNumber>;
8
+ }, {
9
+ description: z.ZodOptional<z.ZodString>;
10
+ name: z.ZodOptional<z.ZodString>;
11
+ }>, {
12
+ description: z.ZodOptional<z.ZodString>;
13
+ name: z.ZodOptional<z.ZodString>;
14
+ order: z.ZodOptional<z.ZodNumber>;
15
+ }>>, "strip", z.ZodTypeAny, {
16
+ description?: string | undefined;
17
+ name?: string | undefined;
18
+ order?: number | undefined;
19
+ }, {
20
+ description?: string | undefined;
21
+ name?: string | undefined;
22
+ order?: number | undefined;
23
+ }>;
24
+ export type MyOSParticipantsOrchestrationMarker = z.infer<typeof myosParticipantsOrchestrationMarkerSchema>;
25
+ //# sourceMappingURL=myos-participants-orchestration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"myos-participants-orchestration.d.ts","sourceRoot":"","sources":["../../../src/model/markers/myos-participants-orchestration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;EACe,CAAC;AAEtE,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CACvD,OAAO,yCAAyC,CACjD,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ export declare const myosSessionInteractionMarkerSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ name: z.ZodOptional<z.ZodString>;
4
+ }, z.objectUtil.extendShape<z.objectUtil.extendShape<{
5
+ description: z.ZodOptional<z.ZodString>;
6
+ name: z.ZodOptional<z.ZodString>;
7
+ order: z.ZodOptional<z.ZodNumber>;
8
+ }, {
9
+ description: z.ZodOptional<z.ZodString>;
10
+ name: z.ZodOptional<z.ZodString>;
11
+ }>, {
12
+ description: z.ZodOptional<z.ZodString>;
13
+ name: z.ZodOptional<z.ZodString>;
14
+ order: z.ZodOptional<z.ZodNumber>;
15
+ }>>, "strip", z.ZodTypeAny, {
16
+ description?: string | undefined;
17
+ name?: string | undefined;
18
+ order?: number | undefined;
19
+ }, {
20
+ description?: string | undefined;
21
+ name?: string | undefined;
22
+ order?: number | undefined;
23
+ }>;
24
+ export type MyOSSessionInteractionMarker = z.infer<typeof myosSessionInteractionMarkerSchema>;
25
+ //# sourceMappingURL=myos-session-interaction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"myos-session-interaction.d.ts","sourceRoot":"","sources":["../../../src/model/markers/myos-session-interaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;EACe,CAAC;AAE/D,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAChD,OAAO,kCAAkC,CAC1C,CAAC"}
@@ -0,0 +1,25 @@
1
+ import { z } from 'zod';
2
+ export declare const myosWorkerAgencyMarkerSchema: z.ZodObject<z.objectUtil.extendShape<{
3
+ name: z.ZodOptional<z.ZodString>;
4
+ }, z.objectUtil.extendShape<z.objectUtil.extendShape<{
5
+ description: z.ZodOptional<z.ZodString>;
6
+ name: z.ZodOptional<z.ZodString>;
7
+ order: z.ZodOptional<z.ZodNumber>;
8
+ }, {
9
+ description: z.ZodOptional<z.ZodString>;
10
+ name: z.ZodOptional<z.ZodString>;
11
+ }>, {
12
+ description: z.ZodOptional<z.ZodString>;
13
+ name: z.ZodOptional<z.ZodString>;
14
+ order: z.ZodOptional<z.ZodNumber>;
15
+ }>>, "strip", z.ZodTypeAny, {
16
+ description?: string | undefined;
17
+ name?: string | undefined;
18
+ order?: number | undefined;
19
+ }, {
20
+ description?: string | undefined;
21
+ name?: string | undefined;
22
+ order?: number | undefined;
23
+ }>;
24
+ export type MyOSWorkerAgencyMarker = z.infer<typeof myosWorkerAgencyMarkerSchema>;
25
+ //# sourceMappingURL=myos-worker-agency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"myos-worker-agency.d.ts","sourceRoot":"","sources":["../../../src/model/markers/myos-worker-agency.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;EAExC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC"}
@@ -5,6 +5,7 @@ export declare const channelContractBaseSchema: z.ZodObject<z.objectUtil.extendS
5
5
  order: z.ZodOptional<z.ZodNumber>;
6
6
  }, {
7
7
  description: z.ZodOptional<z.ZodString>;
8
+ event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
9
  name: z.ZodOptional<z.ZodString>;
9
10
  }>, {
10
11
  description: z.ZodOptional<z.ZodString>;
@@ -18,12 +19,14 @@ export declare const channelContractBaseSchema: z.ZodObject<z.objectUtil.extendS
18
19
  description?: string | undefined;
19
20
  name?: string | undefined;
20
21
  order?: number | undefined;
22
+ event?: import('@blue-labs/language').BlueNode | undefined;
21
23
  definition?: import('@blue-labs/language').BlueNode | undefined;
22
24
  }, {
23
25
  path?: string | undefined;
24
26
  description?: string | undefined;
25
27
  name?: string | undefined;
26
28
  order?: number | undefined;
29
+ event?: import('@blue-labs/language').BlueNode | undefined;
27
30
  definition?: import('@blue-labs/language').BlueNode | undefined;
28
31
  }>;
29
32
  export type ChannelContractBase = z.infer<typeof channelContractBaseSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"channel-contract-base.d.ts","sourceRoot":"","sources":["../../../src/model/shared/channel-contract-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
1
+ {"version":3,"file":"channel-contract-base.d.ts","sourceRoot":"","sources":["../../../src/model/shared/channel-contract-base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAKpC,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -16,14 +16,14 @@ export declare const handlerContractBaseSchema: z.ZodObject<z.objectUtil.extendS
16
16
  description?: string | undefined;
17
17
  name?: string | undefined;
18
18
  order?: number | undefined;
19
- channel?: string | undefined;
20
19
  event?: import('@blue-labs/language').BlueNode | undefined;
20
+ channel?: string | undefined;
21
21
  }, {
22
22
  description?: string | undefined;
23
23
  name?: string | undefined;
24
24
  order?: number | undefined;
25
- channel?: string | undefined;
26
25
  event?: import('@blue-labs/language').BlueNode | undefined;
26
+ channel?: string | undefined;
27
27
  }>;
28
28
  export type HandlerContractBase = z.infer<typeof handlerContractBaseSchema>;
29
29
  //# sourceMappingURL=handler-contract-base.d.ts.map
@@ -1,13 +1,13 @@
1
1
  import { ChannelContractBase } from './shared/channel-contract-base.js';
2
2
  import { HandlerContractBase } from './shared/handler-contract-base.js';
3
3
  import { MarkerContractBase } from './shared/marker-contract-base.js';
4
- import { ChannelEventCheckpoint, InitializationMarker, ProcessEmbeddedMarker, ProcessingTerminatedMarker } from './markers/index.js';
4
+ import { ChannelEventCheckpoint, InitializationMarker, ProcessEmbeddedMarker, ProcessingTerminatedMarker, DocumentAnchorsMarker, DocumentLinksMarker, MyOSParticipantsOrchestrationMarker, MyOSSessionInteractionMarker, MyOSWorkerAgencyMarker } from './markers/index.js';
5
5
  import { DocumentUpdateChannel, EmbeddedNodeChannel, LifecycleChannel, TriggeredEventChannel, TimelineChannel, MyOSTimelineChannel } from './channels/index.js';
6
6
  import { SequentialWorkflow } from './handlers/index.js';
7
7
  export type GenericHandlerContract = HandlerContractBase & Record<string, unknown>;
8
8
  export type GenericMarkerContract = MarkerContractBase & Record<string, unknown>;
9
9
  export type GenericChannelContract = ChannelContractBase & Record<string, unknown>;
10
- export type MarkerContract = ProcessEmbeddedMarker | InitializationMarker | ProcessingTerminatedMarker | ChannelEventCheckpoint | GenericMarkerContract;
10
+ export type MarkerContract = ProcessEmbeddedMarker | InitializationMarker | ProcessingTerminatedMarker | ChannelEventCheckpoint | DocumentAnchorsMarker | DocumentLinksMarker | MyOSParticipantsOrchestrationMarker | MyOSSessionInteractionMarker | MyOSWorkerAgencyMarker | GenericMarkerContract;
11
11
  export type ChannelContract = DocumentUpdateChannel | EmbeddedNodeChannel | LifecycleChannel | TriggeredEventChannel | TimelineChannel | MyOSTimelineChannel | GenericChannelContract;
12
12
  export type HandlerContract = SequentialWorkflow | GenericHandlerContract;
13
13
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/model/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9D,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,GACtD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,GACpD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,GACtD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,cAAc,GACtB,qBAAqB,GACrB,oBAAoB,GACpB,0BAA0B,GAC1B,sBAAsB,GACtB,qBAAqB,CAAC;AAE1B,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,mBAAmB,GACnB,gBAAgB,GAChB,qBAAqB,GACrB,eAAe,GACf,mBAAmB,GACnB,sBAAsB,CAAC;AAE3B,MAAM,MAAM,eAAe,GAAG,kBAAkB,GAAG,sBAAsB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/model/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,KAAK,EACV,sBAAsB,EACtB,oBAAoB,EACpB,qBAAqB,EACrB,0BAA0B,EAC1B,qBAAqB,EACrB,mBAAmB,EACnB,mCAAmC,EACnC,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,qBAAqB,EACrB,mBAAmB,EACnB,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAE9D,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,GACtD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,GACpD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,GACtD,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;AAE1B,MAAM,MAAM,cAAc,GACtB,qBAAqB,GACrB,oBAAoB,GACpB,0BAA0B,GAC1B,sBAAsB,GACtB,qBAAqB,GACrB,mBAAmB,GACnB,mCAAmC,GACnC,4BAA4B,GAC5B,sBAAsB,GACtB,qBAAqB,CAAC;AAE1B,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,mBAAmB,GACnB,gBAAgB,GAChB,qBAAqB,GACrB,eAAe,GACf,mBAAmB,GACnB,sBAAsB,CAAC;AAE3B,MAAM,MAAM,eAAe,GAAG,kBAAkB,GAAG,sBAAsB,CAAC"}
@@ -3,13 +3,14 @@ import { MyOSTimelineChannel } from '../../model/index.js';
3
3
  import { ChannelEvaluationContext, ChannelProcessor } from '../types.js';
4
4
  export declare class MyOSTimelineChannelProcessor implements ChannelProcessor<MyOSTimelineChannel> {
5
5
  readonly kind: "channel";
6
- readonly blueIds: readonly ["6Q4xykCNJQkiuekMJojj2fxNgu2LwQdf5sAG4F3g49ou"];
6
+ readonly blueIds: readonly ["HCF8mXnX3dFjQ8osjxb4Wzm2Nm1DoXnTYuA5sPnV7NTs"];
7
7
  readonly schema: import('zod').ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
8
8
  description: import('zod').ZodOptional<import('zod').ZodString>;
9
9
  name: import('zod').ZodOptional<import('zod').ZodString>;
10
10
  order: import('zod').ZodOptional<import('zod').ZodNumber>;
11
11
  }, {
12
12
  description: import('zod').ZodOptional<import('zod').ZodString>;
13
+ event: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
13
14
  name: import('zod').ZodOptional<import('zod').ZodString>;
14
15
  }>, {
15
16
  description: import('zod').ZodOptional<import('zod').ZodString>;
@@ -26,6 +27,7 @@ export declare class MyOSTimelineChannelProcessor implements ChannelProcessor<My
26
27
  order: import('zod').ZodOptional<import('zod').ZodNumber>;
27
28
  }, {
28
29
  description: import('zod').ZodOptional<import('zod').ZodString>;
30
+ event: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
29
31
  name: import('zod').ZodOptional<import('zod').ZodString>;
30
32
  }>, {
31
33
  description: import('zod').ZodOptional<import('zod').ZodString>;
@@ -39,6 +41,7 @@ export declare class MyOSTimelineChannelProcessor implements ChannelProcessor<My
39
41
  description?: string | undefined;
40
42
  name?: string | undefined;
41
43
  order?: number | undefined;
44
+ event?: BlueNode | undefined;
42
45
  definition?: BlueNode | undefined;
43
46
  timelineId?: string | undefined;
44
47
  accountId?: string | undefined;
@@ -48,6 +51,7 @@ export declare class MyOSTimelineChannelProcessor implements ChannelProcessor<My
48
51
  description?: string | undefined;
49
52
  name?: string | undefined;
50
53
  order?: number | undefined;
54
+ event?: BlueNode | undefined;
51
55
  definition?: BlueNode | undefined;
52
56
  timelineId?: string | undefined;
53
57
  accountId?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"myos-timeline-channel-processor.d.ts","sourceRoot":"","sources":["../../../src/registry/processors/myos-timeline-channel-processor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAW/C,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAe9E,qBAAa,4BACX,YAAW,gBAAgB,CAAC,mBAAmB,CAAC;IAEhD,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IACnC,QAAQ,CAAC,OAAO,4DAAmD;IACnE,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA6B;IAE5C,OAAO,CACL,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,EAAE,wBAAwB,GAChC,OAAO;IAmBV,UAAU,CACR,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,EAAE,wBAAwB,GAChC,QAAQ,GAAG,IAAI,GAAG,SAAS;CAa/B"}
1
+ {"version":3,"file":"myos-timeline-channel-processor.d.ts","sourceRoot":"","sources":["../../../src/registry/processors/myos-timeline-channel-processor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAW/C,OAAO,EAEL,KAAK,mBAAmB,EACzB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAE,wBAAwB,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAe9E,qBAAa,4BACX,YAAW,gBAAgB,CAAC,mBAAmB,CAAC;IAEhD,QAAQ,CAAC,IAAI,EAAG,SAAS,CAAU;IACnC,QAAQ,CAAC,OAAO,4DAAmD;IACnE,QAAQ,CAAC,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAA6B;IAE5C,OAAO,CACL,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,EAAE,wBAAwB,GAChC,OAAO;IAmBV,UAAU,CACR,QAAQ,EAAE,mBAAmB,EAC7B,OAAO,EAAE,wBAAwB,GAChC,QAAQ,GAAG,IAAI,GAAG,SAAS;CAa/B"}
@@ -51,16 +51,16 @@ export declare class SequentialWorkflowOperationProcessor implements HandlerProc
51
51
  description?: string | undefined;
52
52
  name?: string | undefined;
53
53
  order?: number | undefined;
54
- channel?: string | undefined;
55
54
  event?: import('@blue-labs/language').BlueNode | undefined;
55
+ channel?: string | undefined;
56
56
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
57
57
  operation?: string | undefined;
58
58
  }, {
59
59
  description?: string | undefined;
60
60
  name?: string | undefined;
61
61
  order?: number | undefined;
62
- channel?: string | undefined;
63
62
  event?: import('@blue-labs/language').BlueNode | undefined;
63
+ channel?: string | undefined;
64
64
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
65
65
  operation?: string | undefined;
66
66
  }>;
@@ -45,15 +45,15 @@ export declare class SequentialWorkflowHandlerProcessor implements HandlerProces
45
45
  description?: string | undefined;
46
46
  name?: string | undefined;
47
47
  order?: number | undefined;
48
- channel?: string | undefined;
49
48
  event?: import('@blue-labs/language').BlueNode | undefined;
49
+ channel?: string | undefined;
50
50
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
51
51
  }, {
52
52
  description?: string | undefined;
53
53
  name?: string | undefined;
54
54
  order?: number | undefined;
55
- channel?: string | undefined;
56
55
  event?: import('@blue-labs/language').BlueNode | undefined;
56
+ channel?: string | undefined;
57
57
  steps?: import('@blue-labs/language').BlueNode[] | undefined;
58
58
  }>;
59
59
  private readonly runner;
@@ -1,6 +1,6 @@
1
1
  import { SequentialWorkflowStepExecutor, StepExecutionArgs } from '../workflow/step-runner.js';
2
2
  export declare class JavaScriptCodeStepExecutor implements SequentialWorkflowStepExecutor {
3
- readonly supportedBlueIds: readonly ["DMrw2BSxyuQZai4UvitEY4YUp13ebP4prXyY8ZrZbM4Q"];
3
+ readonly supportedBlueIds: readonly ["3hYcmWMtMUPAzXBLFLb7BpuG9537tuTJPCr7pxWXvTZK"];
4
4
  private readonly evaluator;
5
5
  execute(args: StepExecutionArgs): Promise<unknown>;
6
6
  private handleEvents;