@blue-labs/document-processor 1.21.0 → 1.22.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.
Files changed (78) hide show
  1. package/dist/index.js +5 -5
  2. package/dist/index.mjs +441 -588
  3. package/dist/processors/ChannelEventCheckpointProcessor.d.ts +1 -1
  4. package/dist/processors/CompositeTimelineChannelProcessor.d.ts +1 -1
  5. package/dist/processors/CompositeTimelineChannelProcessor.d.ts.map +1 -1
  6. package/dist/processors/DocumentUpdateChannelProcessor.d.ts +1 -1
  7. package/dist/processors/DocumentUpdateChannelProcessor.d.ts.map +1 -1
  8. package/dist/processors/EmbeddedNodeChannelProcessor.d.ts +1 -1
  9. package/dist/processors/EmbeddedNodeChannelProcessor.d.ts.map +1 -1
  10. package/dist/processors/MyOSAgentChannelProcessor.d.ts +1 -1
  11. package/dist/processors/MyOSAgentChannelProcessor.d.ts.map +1 -1
  12. package/dist/processors/MyOSTimelineChannelProcessor.d.ts +1 -1
  13. package/dist/processors/MyOSTimelineChannelProcessor.d.ts.map +1 -1
  14. package/dist/processors/OperationProcessor.d.ts +1 -1
  15. package/dist/processors/ProcessEmbeddedProcessor.d.ts +1 -1
  16. package/dist/processors/SequentialWorkflowOperationProcessor.d.ts +1 -1
  17. package/dist/processors/SequentialWorkflowOperationProcessor.d.ts.map +1 -1
  18. package/dist/processors/SequentialWorkflowProcessor/SequentialWorkflowProcessor.d.ts +1 -1
  19. package/dist/processors/SequentialWorkflowProcessor/SequentialWorkflowProcessor.d.ts.map +1 -1
  20. package/dist/processors/SequentialWorkflowProcessor/steps/TriggerEventExecutor.d.ts.map +1 -1
  21. package/dist/processors/TimelineChannelProcessor.d.ts +1 -1
  22. package/dist/processors/TimelineChannelProcessor.d.ts.map +1 -1
  23. package/dist/utils/checkpoint.d.ts.map +1 -1
  24. package/package.json +6 -13
  25. package/dist/repo/core/blue-ids/index.d.ts +0 -21
  26. package/dist/repo/core/blue-ids/index.d.ts.map +0 -1
  27. package/dist/repo/core/index.d.ts +0 -199
  28. package/dist/repo/core/index.d.ts.map +0 -1
  29. package/dist/repo/core/schema/Channel.d.ts +0 -13
  30. package/dist/repo/core/schema/Channel.d.ts.map +0 -1
  31. package/dist/repo/core/schema/CompositeTimelineChannel.d.ts +0 -17
  32. package/dist/repo/core/schema/CompositeTimelineChannel.d.ts.map +0 -1
  33. package/dist/repo/core/schema/DocumentUpdateChannel.d.ts +0 -17
  34. package/dist/repo/core/schema/DocumentUpdateChannel.d.ts.map +0 -1
  35. package/dist/repo/core/schema/EmbeddedNodeChannel.d.ts +0 -17
  36. package/dist/repo/core/schema/EmbeddedNodeChannel.d.ts.map +0 -1
  37. package/dist/repo/core/schema/JavaScriptCode.d.ts +0 -10
  38. package/dist/repo/core/schema/JavaScriptCode.d.ts.map +0 -1
  39. package/dist/repo/core/schema/JsonPatchEntry.d.ts +0 -22
  40. package/dist/repo/core/schema/JsonPatchEntry.d.ts.map +0 -1
  41. package/dist/repo/core/schema/Operation.d.ts +0 -16
  42. package/dist/repo/core/schema/Operation.d.ts.map +0 -1
  43. package/dist/repo/core/schema/OperationRequest.d.ts +0 -29
  44. package/dist/repo/core/schema/OperationRequest.d.ts.map +0 -1
  45. package/dist/repo/core/schema/ProcessEmbedded.d.ts +0 -10
  46. package/dist/repo/core/schema/ProcessEmbedded.d.ts.map +0 -1
  47. package/dist/repo/core/schema/SequentialWorkflow.d.ts +0 -13
  48. package/dist/repo/core/schema/SequentialWorkflow.d.ts.map +0 -1
  49. package/dist/repo/core/schema/SequentialWorkflowOperation.d.ts +0 -15
  50. package/dist/repo/core/schema/SequentialWorkflowOperation.d.ts.map +0 -1
  51. package/dist/repo/core/schema/SequentialWorkflowStep.d.ts +0 -13
  52. package/dist/repo/core/schema/SequentialWorkflowStep.d.ts.map +0 -1
  53. package/dist/repo/core/schema/TimelineChannel.d.ts +0 -17
  54. package/dist/repo/core/schema/TimelineChannel.d.ts.map +0 -1
  55. package/dist/repo/core/schema/TimelineEntry.d.ts +0 -25
  56. package/dist/repo/core/schema/TimelineEntry.d.ts.map +0 -1
  57. package/dist/repo/core/schema/TriggerEvent.d.ts +0 -10
  58. package/dist/repo/core/schema/TriggerEvent.d.ts.map +0 -1
  59. package/dist/repo/core/schema/UpdateDocument.d.ts +0 -40
  60. package/dist/repo/core/schema/UpdateDocument.d.ts.map +0 -1
  61. package/dist/repo/core/schema/index.d.ts +0 -15
  62. package/dist/repo/core/schema/index.d.ts.map +0 -1
  63. package/dist/repo/myos/blue-ids/index.d.ts +0 -8
  64. package/dist/repo/myos/blue-ids/index.d.ts.map +0 -1
  65. package/dist/repo/myos/index.d.ts +0 -101
  66. package/dist/repo/myos/index.d.ts.map +0 -1
  67. package/dist/repo/myos/schema/MyOSAgent.d.ts +0 -10
  68. package/dist/repo/myos/schema/MyOSAgent.d.ts.map +0 -1
  69. package/dist/repo/myos/schema/MyOSAgentChannel.d.ts +0 -30
  70. package/dist/repo/myos/schema/MyOSAgentChannel.d.ts.map +0 -1
  71. package/dist/repo/myos/schema/MyOSAgentEvent.d.ts +0 -19
  72. package/dist/repo/myos/schema/MyOSAgentEvent.d.ts.map +0 -1
  73. package/dist/repo/myos/schema/MyOSTimelineChannel.d.ts +0 -24
  74. package/dist/repo/myos/schema/MyOSTimelineChannel.d.ts.map +0 -1
  75. package/dist/repo/myos/schema/MyOSTimelineEntry.d.ts +0 -32
  76. package/dist/repo/myos/schema/MyOSTimelineEntry.d.ts.map +0 -1
  77. package/dist/repo/myos/schema/index.d.ts +0 -6
  78. package/dist/repo/myos/schema/index.d.ts.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"OperationRequest.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/OperationRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;EAalC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const ProcessEmbeddedSchema: z.ZodObject<{
3
- paths: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4
- }, "strip", z.ZodTypeAny, {
5
- paths?: string[] | undefined;
6
- }, {
7
- paths?: string[] | undefined;
8
- }>;
9
- export type ProcessEmbedded = z.infer<typeof ProcessEmbeddedSchema>;
10
- //# sourceMappingURL=ProcessEmbedded.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProcessEmbedded.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/ProcessEmbedded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,qBAAqB;;;;;;EAMjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -1,13 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const SequentialWorkflowSchema: z.ZodObject<{
3
- steps: z.ZodOptional<z.ZodArray<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>, "many">>;
4
- channel: z.ZodOptional<z.ZodString>;
5
- }, "strip", z.ZodTypeAny, {
6
- channel?: string | undefined;
7
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
8
- }, {
9
- channel?: string | undefined;
10
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
11
- }>;
12
- export type SequentialWorkflow = z.infer<typeof SequentialWorkflowSchema>;
13
- //# sourceMappingURL=SequentialWorkflow.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SequentialWorkflow.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/SequentialWorkflow.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,wBAAwB;;;;;;;;;EAOpC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC"}
@@ -1,15 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const SequentialWorkflowOperationSchema: z.ZodObject<z.objectUtil.extendShape<Omit<{
3
- steps: z.ZodOptional<z.ZodArray<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>, "many">>;
4
- channel: z.ZodOptional<z.ZodString>;
5
- }, "channel">, {
6
- operation: z.ZodOptional<z.ZodString>;
7
- }>, "strip", z.ZodTypeAny, {
8
- operation?: string | undefined;
9
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
10
- }, {
11
- operation?: string | undefined;
12
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
13
- }>;
14
- export type SequentialWorkflowOperation = z.infer<typeof SequentialWorkflowOperationSchema>;
15
- //# sourceMappingURL=SequentialWorkflowOperation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SequentialWorkflowOperation.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/SequentialWorkflowOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,iCAAiC;;;;;;;;;;;EAQ7C,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAC/C,OAAO,iCAAiC,CACzC,CAAC"}
@@ -1,13 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const SequentialWorkflowStepSchema: z.ZodObject<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, "strip", z.ZodTypeAny, {
6
- name?: string | undefined;
7
- description?: string | undefined;
8
- }, {
9
- name?: string | undefined;
10
- description?: string | undefined;
11
- }>;
12
- export type SequentialWorkflowStep = z.infer<typeof SequentialWorkflowStepSchema>;
13
- //# sourceMappingURL=SequentialWorkflowStep.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SequentialWorkflowStep.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/SequentialWorkflowStep.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,4BAA4B;;;;;;;;;EAOxC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAC1C,OAAO,4BAA4B,CACpC,CAAC"}
@@ -1,17 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const TimelineChannelSchema: z.ZodObject<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- timelineId: z.ZodOptional<z.ZodString>;
7
- }>, "strip", z.ZodTypeAny, {
8
- name?: string | undefined;
9
- description?: string | undefined;
10
- timelineId?: string | undefined;
11
- }, {
12
- name?: string | undefined;
13
- description?: string | undefined;
14
- timelineId?: string | undefined;
15
- }>;
16
- export type TimelineChannel = z.infer<typeof TimelineChannelSchema>;
17
- //# sourceMappingURL=TimelineChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimelineChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/TimelineChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;EAMjC,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qBAAqB,CAAC,CAAC"}
@@ -1,25 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const TimelineEntrySchema: z.ZodObject<{
3
- timelineId: z.ZodOptional<z.ZodString>;
4
- timelinePrev: z.ZodOptional<z.ZodString>;
5
- thread: z.ZodOptional<z.ZodString>;
6
- threadPrev: z.ZodOptional<z.ZodString>;
7
- message: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
- signature: z.ZodOptional<z.ZodString>;
9
- }, "strip", z.ZodTypeAny, {
10
- message?: import('@blue-labs/language').BlueNode | undefined;
11
- timelineId?: string | undefined;
12
- timelinePrev?: string | undefined;
13
- thread?: string | undefined;
14
- threadPrev?: string | undefined;
15
- signature?: string | undefined;
16
- }, {
17
- message?: import('@blue-labs/language').BlueNode | undefined;
18
- timelineId?: string | undefined;
19
- timelinePrev?: string | undefined;
20
- thread?: string | undefined;
21
- threadPrev?: string | undefined;
22
- signature?: string | undefined;
23
- }>;
24
- export type TimelineEntry = z.infer<typeof TimelineEntrySchema>;
25
- //# sourceMappingURL=TimelineEntry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TimelineEntry.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/TimelineEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;EAS/B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const TriggerEventSchema: z.ZodObject<{
3
- event: z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>;
4
- }, "strip", z.ZodTypeAny, {
5
- event: import('@blue-labs/language').BlueNode;
6
- }, {
7
- event: import('@blue-labs/language').BlueNode;
8
- }>;
9
- export type TriggerEvent = z.infer<typeof TriggerEventSchema>;
10
- //# sourceMappingURL=TriggerEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TriggerEvent.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/TriggerEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,kBAAkB;;;;;;EAI9B,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAC"}
@@ -1,40 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const UpdateDocumentSchema: z.ZodObject<{
3
- changeset: z.ZodArray<z.ZodObject<{
4
- name: z.ZodOptional<z.ZodString>;
5
- description: z.ZodOptional<z.ZodString>;
6
- val: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
7
- op: z.ZodOptional<z.ZodString>;
8
- path: z.ZodOptional<z.ZodString>;
9
- }, "strip", z.ZodTypeAny, {
10
- val?: import('@blue-labs/language').BlueNode | undefined;
11
- path?: string | undefined;
12
- name?: string | undefined;
13
- description?: string | undefined;
14
- op?: string | undefined;
15
- }, {
16
- val?: import('@blue-labs/language').BlueNode | undefined;
17
- path?: string | undefined;
18
- name?: string | undefined;
19
- description?: string | undefined;
20
- op?: string | undefined;
21
- }>, "many">;
22
- }, "strip", z.ZodTypeAny, {
23
- changeset: {
24
- val?: import('@blue-labs/language').BlueNode | undefined;
25
- path?: string | undefined;
26
- name?: string | undefined;
27
- description?: string | undefined;
28
- op?: string | undefined;
29
- }[];
30
- }, {
31
- changeset: {
32
- val?: import('@blue-labs/language').BlueNode | undefined;
33
- path?: string | undefined;
34
- name?: string | undefined;
35
- description?: string | undefined;
36
- op?: string | undefined;
37
- }[];
38
- }>;
39
- export type UpdateDocument = z.infer<typeof UpdateDocumentSchema>;
40
- //# sourceMappingURL=UpdateDocument.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"UpdateDocument.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/UpdateDocument.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAIhC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,15 +0,0 @@
1
- export * from './Channel';
2
- export * from './CompositeTimelineChannel';
3
- export * from './DocumentUpdateChannel';
4
- export * from './EmbeddedNodeChannel';
5
- export * from './JavaScriptCode';
6
- export * from './Operation';
7
- export * from './OperationRequest';
8
- export * from './ProcessEmbedded';
9
- export * from './SequentialWorkflow';
10
- export * from './SequentialWorkflowOperation';
11
- export * from './TimelineChannel';
12
- export * from './TimelineEntry';
13
- export * from './TriggerEvent';
14
- export * from './UpdateDocument';
15
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC"}
@@ -1,8 +0,0 @@
1
- export declare const blueIds: {
2
- readonly 'MyOS Timeline Channel': "MkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
3
- readonly 'MyOS Timeline Entry': "uDxZ7dr6Eo2MkKoutP5qxkh3uxQCS1VAptiCPc2R7B7f";
4
- readonly 'MyOS Agent': "AgentBlu3Id7dr6Eo2MkKoutP5qxkh3uxQCS1V";
5
- readonly 'MyOS Agent Channel': "AgentCh4nn3lBlu3Id7dr6Eo2MkKoutP5qxkh3uxQCS1V";
6
- readonly 'MyOS Agent Event': "AgentEv3ntBlu3Id7dr6Eo2MkKoutP5qxkh3uxQCS1V";
7
- };
8
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/blue-ids/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;CAMV,CAAC"}
@@ -1,101 +0,0 @@
1
- import { BlueRepository } from '@blue-labs/language';
2
- export * from './schema';
3
- export { blueIds } from './blue-ids';
4
- export declare const allSchemas: (import('zod').ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
5
- name: import('zod').ZodOptional<import('zod').ZodString>;
6
- description: import('zod').ZodOptional<import('zod').ZodString>;
7
- }, {
8
- timelineId: import('zod').ZodOptional<import('zod').ZodString>;
9
- }>, {
10
- account: import('zod').ZodOptional<import('zod').ZodString>;
11
- email: import('zod').ZodOptional<import('zod').ZodString>;
12
- }>, "strip", import('zod').ZodTypeAny, {
13
- name?: string | undefined;
14
- description?: string | undefined;
15
- timelineId?: string | undefined;
16
- account?: string | undefined;
17
- email?: string | undefined;
18
- }, {
19
- name?: string | undefined;
20
- description?: string | undefined;
21
- timelineId?: string | undefined;
22
- account?: string | undefined;
23
- email?: string | undefined;
24
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
25
- timelineId: import('zod').ZodOptional<import('zod').ZodString>;
26
- timelinePrev: import('zod').ZodOptional<import('zod').ZodString>;
27
- thread: import('zod').ZodOptional<import('zod').ZodString>;
28
- threadPrev: import('zod').ZodOptional<import('zod').ZodString>;
29
- message: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
30
- signature: import('zod').ZodOptional<import('zod').ZodString>;
31
- }, {
32
- account: import('zod').ZodOptional<import('zod').ZodString>;
33
- email: import('zod').ZodOptional<import('zod').ZodString>;
34
- }>, "strip", import('zod').ZodTypeAny, {
35
- message?: import('@blue-labs/language').BlueNode | undefined;
36
- timelineId?: string | undefined;
37
- timelinePrev?: string | undefined;
38
- thread?: string | undefined;
39
- threadPrev?: string | undefined;
40
- signature?: string | undefined;
41
- account?: string | undefined;
42
- email?: string | undefined;
43
- }, {
44
- message?: import('@blue-labs/language').BlueNode | undefined;
45
- timelineId?: string | undefined;
46
- timelinePrev?: string | undefined;
47
- thread?: string | undefined;
48
- threadPrev?: string | undefined;
49
- signature?: string | undefined;
50
- account?: string | undefined;
51
- email?: string | undefined;
52
- }> | import('zod').ZodObject<{
53
- agentId: import('zod').ZodOptional<import('zod').ZodString>;
54
- }, "strip", import('zod').ZodTypeAny, {
55
- agentId?: string | undefined;
56
- }, {
57
- agentId?: string | undefined;
58
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
59
- name: import('zod').ZodOptional<import('zod').ZodString>;
60
- description: import('zod').ZodOptional<import('zod').ZodString>;
61
- }, {
62
- agent: import('zod').ZodOptional<import('zod').ZodObject<{
63
- agentId: import('zod').ZodOptional<import('zod').ZodString>;
64
- }, "strip", import('zod').ZodTypeAny, {
65
- agentId?: string | undefined;
66
- }, {
67
- agentId?: string | undefined;
68
- }>>;
69
- event: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
70
- }>, "strip", import('zod').ZodTypeAny, {
71
- event?: import('@blue-labs/language').BlueNode | undefined;
72
- name?: string | undefined;
73
- description?: string | undefined;
74
- agent?: {
75
- agentId?: string | undefined;
76
- } | undefined;
77
- }, {
78
- event?: import('@blue-labs/language').BlueNode | undefined;
79
- name?: string | undefined;
80
- description?: string | undefined;
81
- agent?: {
82
- agentId?: string | undefined;
83
- } | undefined;
84
- }> | import('zod').ZodObject<{
85
- agentId: import('zod').ZodOptional<import('zod').ZodString>;
86
- id: import('zod').ZodOptional<import('zod').ZodNumber>;
87
- timestamp: import('zod').ZodOptional<import('zod').ZodNumber>;
88
- event: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
89
- }, "strip", import('zod').ZodTypeAny, {
90
- event?: import('@blue-labs/language').BlueNode | undefined;
91
- agentId?: string | undefined;
92
- id?: number | undefined;
93
- timestamp?: number | undefined;
94
- }, {
95
- event?: import('@blue-labs/language').BlueNode | undefined;
96
- agentId?: string | undefined;
97
- id?: number | undefined;
98
- timestamp?: number | undefined;
99
- }>)[];
100
- export declare const repository: BlueRepository;
101
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/repo/myos/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAIrD,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AACrC,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAAyB,CAAC;AAEjD,eAAO,MAAM,UAAU,EAAE,cAGxB,CAAC"}
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const MyOSAgentSchema: z.ZodObject<{
3
- agentId: z.ZodOptional<z.ZodString>;
4
- }, "strip", z.ZodTypeAny, {
5
- agentId?: string | undefined;
6
- }, {
7
- agentId?: string | undefined;
8
- }>;
9
- export type MyOSAgent = z.infer<typeof MyOSAgentSchema>;
10
- //# sourceMappingURL=MyOSAgent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MyOSAgent.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/MyOSAgent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe;;;;;;EAI3B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -1,30 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const MyOSAgentChannelSchema: z.ZodObject<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- agent: z.ZodOptional<z.ZodObject<{
7
- agentId: z.ZodOptional<z.ZodString>;
8
- }, "strip", z.ZodTypeAny, {
9
- agentId?: string | undefined;
10
- }, {
11
- agentId?: string | undefined;
12
- }>>;
13
- event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
14
- }>, "strip", z.ZodTypeAny, {
15
- event?: import('@blue-labs/language').BlueNode | undefined;
16
- name?: string | undefined;
17
- description?: string | undefined;
18
- agent?: {
19
- agentId?: string | undefined;
20
- } | undefined;
21
- }, {
22
- event?: import('@blue-labs/language').BlueNode | undefined;
23
- name?: string | undefined;
24
- description?: string | undefined;
25
- agent?: {
26
- agentId?: string | undefined;
27
- } | undefined;
28
- }>;
29
- export type MyOSAgentChannel = z.infer<typeof MyOSAgentChannelSchema>;
30
- //# sourceMappingURL=MyOSAgentChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MyOSAgentChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/MyOSAgentChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAMxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;EAOlC,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC"}
@@ -1,19 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const MyOSAgentEventSchema: z.ZodObject<{
3
- agentId: z.ZodOptional<z.ZodString>;
4
- id: z.ZodOptional<z.ZodNumber>;
5
- timestamp: z.ZodOptional<z.ZodNumber>;
6
- event: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
7
- }, "strip", z.ZodTypeAny, {
8
- event?: import('@blue-labs/language').BlueNode | undefined;
9
- agentId?: string | undefined;
10
- id?: number | undefined;
11
- timestamp?: number | undefined;
12
- }, {
13
- event?: import('@blue-labs/language').BlueNode | undefined;
14
- agentId?: string | undefined;
15
- id?: number | undefined;
16
- timestamp?: number | undefined;
17
- }>;
18
- export type MyOSAgentEvent = z.infer<typeof MyOSAgentEventSchema>;
19
- //# sourceMappingURL=MyOSAgentEvent.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MyOSAgentEvent.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/MyOSAgentEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;EAOhC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,24 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const MyOSTimelineChannelSchema: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- timelineId: z.ZodOptional<z.ZodString>;
7
- }>, {
8
- account: z.ZodOptional<z.ZodString>;
9
- email: z.ZodOptional<z.ZodString>;
10
- }>, "strip", z.ZodTypeAny, {
11
- name?: string | undefined;
12
- description?: string | undefined;
13
- timelineId?: string | undefined;
14
- account?: string | undefined;
15
- email?: string | undefined;
16
- }, {
17
- name?: string | undefined;
18
- description?: string | undefined;
19
- timelineId?: string | undefined;
20
- account?: string | undefined;
21
- email?: string | undefined;
22
- }>;
23
- export type MyOSTimelineChannel = z.infer<typeof MyOSTimelineChannelSchema>;
24
- //# sourceMappingURL=MyOSTimelineChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MyOSTimelineChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/MyOSTimelineChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;EAOrC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -1,32 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const MyOSTimelineEntrySchema: z.ZodObject<z.objectUtil.extendShape<{
3
- timelineId: z.ZodOptional<z.ZodString>;
4
- timelinePrev: z.ZodOptional<z.ZodString>;
5
- thread: z.ZodOptional<z.ZodString>;
6
- threadPrev: z.ZodOptional<z.ZodString>;
7
- message: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
8
- signature: z.ZodOptional<z.ZodString>;
9
- }, {
10
- account: z.ZodOptional<z.ZodString>;
11
- email: z.ZodOptional<z.ZodString>;
12
- }>, "strip", z.ZodTypeAny, {
13
- message?: import('@blue-labs/language').BlueNode | undefined;
14
- timelineId?: string | undefined;
15
- timelinePrev?: string | undefined;
16
- thread?: string | undefined;
17
- threadPrev?: string | undefined;
18
- signature?: string | undefined;
19
- account?: string | undefined;
20
- email?: string | undefined;
21
- }, {
22
- message?: import('@blue-labs/language').BlueNode | undefined;
23
- timelineId?: string | undefined;
24
- timelinePrev?: string | undefined;
25
- thread?: string | undefined;
26
- threadPrev?: string | undefined;
27
- signature?: string | undefined;
28
- account?: string | undefined;
29
- email?: string | undefined;
30
- }>;
31
- export type MyOSTimelineEntry = z.infer<typeof MyOSTimelineEntrySchema>;
32
- //# sourceMappingURL=MyOSTimelineEntry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"MyOSTimelineEntry.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/MyOSTimelineEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAOnC,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
@@ -1,6 +0,0 @@
1
- export * from './MyOSTimelineChannel';
2
- export * from './MyOSTimelineEntry';
3
- export * from './MyOSAgent';
4
- export * from './MyOSAgentChannel';
5
- export * from './MyOSAgentEvent';
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/repo/myos/schema/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}