@blue-labs/document-processor 1.21.1 → 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 +5 -6
  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
@@ -3,7 +3,7 @@ import { CheckpointCache } from '../utils/CheckpointCache';
3
3
  export declare class ChannelEventCheckpointProcessor implements ContractProcessor {
4
4
  private readonly cache;
5
5
  readonly contractType = "Channel Event Checkpoint";
6
- readonly contractBlueId: "o27B7fuxMkKoutPh3uDxZ7dr6E5qxkQCS1VAptiCPc2R";
6
+ readonly contractBlueId: "GWGpN9tAX5i3MUic8NhrfRtKDh9mz6dxBys8NXyPYXZf";
7
7
  readonly role = "handler";
8
8
  constructor(cache: CheckpointCache);
9
9
  supports(evt: EventNode): boolean;
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { BaseChannelProcessor } from './BaseChannelProcessor';
3
3
  export declare class CompositeTimelineChannelProcessor extends BaseChannelProcessor {
4
4
  readonly contractType = "Composite Timeline Channel";
5
- readonly contractBlueId: "qxkh3uMkKoutP5DxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
5
+ readonly contractBlueId: "ABs3rYy5bpfHAF8DYi9tmcWPauhnLwfSAJvgmjG4av14";
6
6
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext): boolean;
7
7
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, path: string): void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CompositeTimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/CompositeTimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBAAa,iCAAkC,SAAQ,oBAAoB;IACzE,QAAQ,CAAC,YAAY,gCAAgC;IACrD,QAAQ,CAAC,cAAc,iDAAyC;IAEhE,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAWV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CAOR"}
1
+ {"version":3,"file":"CompositeTimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/CompositeTimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAM9D,qBAAa,iCAAkC,SAAQ,oBAAoB;IACzE,QAAQ,CAAC,YAAY,gCAAgC;IACrD,QAAQ,CAAC,cAAc,iDAAyC;IAEhE,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAWV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CAOR"}
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { BaseChannelProcessor } from './BaseChannelProcessor';
3
3
  export declare class DocumentUpdateChannelProcessor extends BaseChannelProcessor {
4
4
  readonly contractType = "Document Update Channel";
5
- readonly contractBlueId: "MkKoutP5qxkh3uDQCS1VAptiCPc2xZ7dr6Eo27B7fux";
5
+ readonly contractBlueId: "ACyaz51YGg73NBZ1LFDw1vnZjzRCbPWgL7Y1XRKjXLKV";
6
6
  supports(event: EventNode, contractNode: DocumentNode, ctx: ProcessingContext, contractName: string): boolean;
7
7
  handle(event: EventNode, contractNode: DocumentNode, ctx: ProcessingContext, contractName: string): void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"DocumentUpdateChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/DocumentUpdateChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAM9D,qBAAa,8BAA+B,SAAQ,oBAAoB;IACtE,QAAQ,CAAC,YAAY,6BAA6B;IAClD,QAAQ,CAAC,cAAc,gDAAsC;IAE7D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,iBAAiB,EACtB,YAAY,EAAE,MAAM,GACnB,OAAO;IAmBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,iBAAiB,EACtB,YAAY,EAAE,MAAM,GACnB,IAAI;CAUR"}
1
+ {"version":3,"file":"DocumentUpdateChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/DocumentUpdateChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAS9D,qBAAa,8BAA+B,SAAQ,oBAAoB;IACtE,QAAQ,CAAC,YAAY,6BAA6B;IAClD,QAAQ,CAAC,cAAc,iDAAsC;IAE7D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,iBAAiB,EACtB,YAAY,EAAE,MAAM,GACnB,OAAO;IAmBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,iBAAiB,EACtB,YAAY,EAAE,MAAM,GACnB,IAAI;CAUR"}
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { BaseChannelProcessor } from './BaseChannelProcessor';
3
3
  export declare class EmbeddedNodeChannelProcessor extends BaseChannelProcessor {
4
4
  readonly contractType = "Embedded Node Channel";
5
- readonly contractBlueId: "MkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2";
5
+ readonly contractBlueId: "9FT814paTzhSQ3sRPUWoj7Qv5EeWGhXvhU5ebNpbkv2S";
6
6
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext): boolean;
7
7
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, path: string): void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"EmbeddedNodeChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/EmbeddedNodeChannelProcessor.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBAAa,4BAA6B,SAAQ,oBAAoB;IACpE,QAAQ,CAAC,YAAY,2BAA2B;IAChD,QAAQ,CAAC,cAAc,gDAAoC;IAE3D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAaV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CAkBR"}
1
+ {"version":3,"file":"EmbeddedNodeChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/EmbeddedNodeChannelProcessor.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAG9D,qBAAa,4BAA6B,SAAQ,oBAAoB;IACpE,QAAQ,CAAC,YAAY,2BAA2B;IAChD,QAAQ,CAAC,cAAc,iDAAoC;IAE3D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAaV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CAkBR"}
@@ -27,7 +27,7 @@ import { BaseChannelProcessor } from './BaseChannelProcessor';
27
27
  */
28
28
  export declare class MyOSAgentChannelProcessor extends BaseChannelProcessor {
29
29
  readonly contractType = "MyOS Agent Channel";
30
- readonly contractBlueId: "AgentCh4nn3lBlu3Id7dr6Eo2MkKoutP5qxkh3uxQCS1V";
30
+ readonly contractBlueId: "GvLXrz3siPPmmSLz1gHrQ4PCpDvjESdEfWSWUNwKrhf1";
31
31
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext): boolean;
32
32
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, path: string): void;
33
33
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"MyOSAgentChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/MyOSAgentChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAa9D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAAa,yBAA0B,SAAQ,oBAAoB;IACjE,QAAQ,CAAC,YAAY,wBAAwB;IAC7C,QAAQ,CAAC,cAAc,kDAAiC;IAExD,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAqBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;IAQP;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAqB5B;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAcpB;;;;;;;;;;;;OAYG;IACH,OAAO,CAAC,mBAAmB;CA8B5B"}
1
+ {"version":3,"file":"MyOSAgentChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/MyOSAgentChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAa9D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAAa,yBAA0B,SAAQ,oBAAoB;IACjE,QAAQ,CAAC,YAAY,wBAAwB;IAC7C,QAAQ,CAAC,cAAc,iDAAiC;IAExD,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAqBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;IAQP;;;OAGG;IACH,OAAO,CAAC,oBAAoB;IAqB5B;;;;;OAKG;IACH,OAAO,CAAC,YAAY;IAcpB;;;;;;;;;;;;OAYG;IACH,OAAO,CAAC,mBAAmB;CA8B5B"}
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { BaseChannelProcessor } from './BaseChannelProcessor';
3
3
  export declare class MyOSTimelineChannelProcessor extends BaseChannelProcessor {
4
4
  readonly contractType = "MyOS Timeline Channel";
5
- readonly contractBlueId: "MkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
5
+ readonly contractBlueId: "2on6fJFSQscUy1v3Dot1LyMiL2j1qbYQBxUhQaGmCXPS";
6
6
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext): boolean;
7
7
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, path: string): void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"MyOSTimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/MyOSTimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAqB9D,qBAAa,4BAA6B,SAAQ,oBAAoB;IACpE,QAAQ,CAAC,YAAY,2BAA2B;IAChD,QAAQ,CAAC,cAAc,iDAAoC;IAE3D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAiCV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CASR"}
1
+ {"version":3,"file":"MyOSTimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/MyOSTimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAqB9D,qBAAa,4BAA6B,SAAQ,oBAAoB;IACpE,QAAQ,CAAC,YAAY,2BAA2B;IAChD,QAAQ,CAAC,cAAc,iDAAoC;IAE3D,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAmCV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CASR"}
@@ -1,7 +1,7 @@
1
1
  import { ContractProcessor, DocumentNode, EventNode, ProcessingContext } from '../types';
2
2
  export declare class OperationProcessor implements ContractProcessor {
3
3
  readonly contractType = "Operation";
4
- readonly contractBlueId: "OpKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
4
+ readonly contractBlueId: "APkQmnhBWzQzpZAPHgyHeVm9QK8geARgVFg6418oFH1C";
5
5
  readonly role = "adapter";
6
6
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext, contractName: string): boolean;
7
7
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, contractName?: string): Promise<void>;
@@ -2,7 +2,7 @@ import { ContractProcessor, DocumentNode, EventNode, ProcessingContext } from '.
2
2
  export declare class ProcessEmbeddedProcessor implements ContractProcessor {
3
3
  readonly contractType = "Process Embedded";
4
4
  readonly role = "adapter";
5
- readonly contractBlueId: "DxZ7dr6EoMkKoutP5qxkh3u27B7fuxQCS1VAptiCPc2R";
5
+ readonly contractBlueId: "2eAkQahk1Ce5qC9Rzwkmc5eU1yYG3asRS21gBYePb4KE";
6
6
  supports(evt: EventNode): boolean;
7
7
  handle(evt: EventNode, node: DocumentNode, ctx: ProcessingContext): void;
8
8
  init(): never[];
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { SequentialWorkflowProcessor } from './SequentialWorkflowProcessor';
3
3
  export declare class SequentialWorkflowOperationProcessor {
4
4
  readonly contractType = "Sequential Workflow Operation";
5
- readonly contractBlueId: "SeqOpKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiC";
5
+ readonly contractBlueId: "25oL2pyz4VZKCzA4CeRNjv2ixAL4EpMsDaJj4UyEW2gF";
6
6
  readonly role = "handler";
7
7
  private sequentialWorkflowProcessor;
8
8
  constructor(sequentialWorkflowProcessor?: SequentialWorkflowProcessor);
@@ -1 +1 @@
1
- {"version":3,"file":"SequentialWorkflowOperationProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/SequentialWorkflowOperationProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAI5E,qBAAa,oCAAoC;IAC/C,QAAQ,CAAC,YAAY,mCAAmC;IACxD,QAAQ,CAAC,cAAc,gDAA4C;IACnE,QAAQ,CAAC,IAAI,aAAa;IAE1B,OAAO,CAAC,2BAA2B,CAA8B;gBAErD,2BAA2B,CAAC,EAAE,2BAA2B;IAKrE,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAiBJ,MAAM,CACV,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,EAC1B,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC;CAWjB"}
1
+ {"version":3,"file":"SequentialWorkflowOperationProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/SequentialWorkflowOperationProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AACtE,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAO5E,qBAAa,oCAAoC;IAC/C,QAAQ,CAAC,YAAY,mCAAmC;IACxD,QAAQ,CAAC,cAAc,iDAA4C;IACnE,QAAQ,CAAC,IAAI,aAAa;IAE1B,OAAO,CAAC,2BAA2B,CAA8B;gBAErD,2BAA2B,CAAC,EAAE,2BAA2B;IAKrE,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAiBJ,MAAM,CACV,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,EAC1B,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC;CAWjB"}
@@ -2,7 +2,7 @@ import { ContractProcessor, EventNode, DocumentNode, ProcessingContext } from '.
2
2
  import { WorkflowStepExecutor } from './types';
3
3
  export declare class SequentialWorkflowProcessor implements ContractProcessor {
4
4
  readonly contractType = "Sequential Workflow";
5
- readonly contractBlueId: "h3uDxZ7dr6Eo27B7fuxMkKoutP5qxkQCS1VAptiCPc2R";
5
+ readonly contractBlueId: "AQYxXnq4Yr9kRhfQnvneuyHRyMzDHFiewF27EeqVy6du";
6
6
  readonly role = "handler";
7
7
  private executors;
8
8
  constructor(executors?: WorkflowStepExecutor[]);
@@ -1 +1 @@
1
- {"version":3,"file":"SequentialWorkflowProcessor.d.ts","sourceRoot":"","sources":["../../../src/processors/SequentialWorkflowProcessor/SequentialWorkflowProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,YAAY,EACZ,iBAAiB,EAClB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAY/C,qBAAa,2BAA4B,YAAW,iBAAiB;IACnE,QAAQ,CAAC,YAAY,yBAAyB;IAC9C,QAAQ,CAAC,cAAc,iDAAkC;IACzD,QAAQ,CAAC,IAAI,aAAa;IAE1B,OAAO,CAAC,SAAS,CAA8B;gBAEnC,SAAS,GAAE,oBAAoB,EAAqB;IAIhE,8CAA8C;IAC9C,gBAAgB,CAAC,EAAE,EAAE,oBAAoB;IAIzC,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,GACzB,OAAO;IAWJ,MAAM,CACV,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,EAC1B,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC;IAiChB,IAAI,IAAI,SAAS,EAAE;CAGpB"}
1
+ {"version":3,"file":"SequentialWorkflowProcessor.d.ts","sourceRoot":"","sources":["../../../src/processors/SequentialWorkflowProcessor/SequentialWorkflowProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,YAAY,EACZ,iBAAiB,EAClB,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAY/C,qBAAa,2BAA4B,YAAW,iBAAiB;IACnE,QAAQ,CAAC,YAAY,yBAAyB;IAC9C,QAAQ,CAAC,cAAc,iDAAkC;IACzD,QAAQ,CAAC,IAAI,aAAa;IAE1B,OAAO,CAAC,SAAS,CAA8B;gBAEnC,SAAS,GAAE,oBAAoB,EAAqB;IAIhE,8CAA8C;IAC9C,gBAAgB,CAAC,EAAE,EAAE,oBAAoB;IAIzC,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,GACzB,OAAO;IAWJ,MAAM,CACV,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,OAAO,EAAE,iBAAiB,EAC1B,IAAI,EAAE,MAAM,GACX,OAAO,CAAC,IAAI,CAAC;IA4BhB,IAAI,IAAI,SAAS,EAAE;CAGpB"}
@@ -1 +1 @@
1
- {"version":3,"file":"TriggerEventExecutor.d.ts","sourceRoot":"","sources":["../../../../src/processors/SequentialWorkflowProcessor/steps/TriggerEventExecutor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAoB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGhD,qBAAa,oBAAqB,YAAW,oBAAoB;IAC/D,QAAQ,CAAC,QAAQ,mBAAmB;IAEpC,QAAQ,CAAC,IAAI,EAAE,YAAY;IAIrB,OAAO,CACX,IAAI,EAAE,YAAY,EAClB,KAAK,EAAE,SAAS,EAChB,GAAG,EAAE,iBAAiB,GACrB,OAAO,CAAC,IAAI,CAAC;CAkBjB"}
1
+ {"version":3,"file":"TriggerEventExecutor.d.ts","sourceRoot":"","sources":["../../../../src/processors/SequentialWorkflowProcessor/steps/TriggerEventExecutor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAoB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAChF,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAGhD,qBAAa,oBAAqB,YAAW,oBAAoB;IAC/D,QAAQ,CAAC,QAAQ,mBAAmB;IAEpC,QAAQ,CAAC,IAAI,EAAE,YAAY;IAIrB,OAAO,CACX,IAAI,EAAE,YAAY,EAClB,KAAK,EAAE,SAAS,EAChB,GAAG,EAAE,iBAAiB,GACrB,OAAO,CAAC,IAAI,CAAC;CAoBjB"}
@@ -2,7 +2,7 @@ import { EventNode, DocumentNode, ProcessingContext } from '../types';
2
2
  import { BaseChannelProcessor } from './BaseChannelProcessor';
3
3
  export declare class TimelineChannelProcessor extends BaseChannelProcessor {
4
4
  readonly contractType = "Timeline Channel";
5
- readonly contractBlueId: "RMkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2";
5
+ readonly contractBlueId: "xyBvDpt4fv9uqLMEvpJz4u6NDM9cpuanrmk1VsY7Z6V";
6
6
  supports(event: EventNode, node: DocumentNode, ctx: ProcessingContext): boolean;
7
7
  handle(event: EventNode, node: DocumentNode, ctx: ProcessingContext, path: string): void;
8
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/TimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAgB9D,qBAAa,wBAAyB,SAAQ,oBAAoB;IAChE,QAAQ,CAAC,YAAY,sBAAsB;IAC3C,QAAQ,CAAC,cAAc,iDAA+B;IAEtD,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAuBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CASR"}
1
+ {"version":3,"file":"TimelineChannelProcessor.d.ts","sourceRoot":"","sources":["../../src/processors/TimelineChannelProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAEtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAgB9D,qBAAa,wBAAyB,SAAQ,oBAAoB;IAChE,QAAQ,CAAC,YAAY,sBAAsB;IAC3C,QAAQ,CAAC,cAAc,gDAA+B;IAEtD,QAAQ,CACN,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,GACrB,OAAO;IAwBV,MAAM,CACJ,KAAK,EAAE,SAAS,EAChB,IAAI,EAAE,YAAY,EAClB,GAAG,EAAE,iBAAiB,EACtB,IAAI,EAAE,MAAM,GACX,IAAI;CASR"}
@@ -1 +1 @@
1
- {"version":3,"file":"checkpoint.d.ts","sourceRoot":"","sources":["../../src/utils/checkpoint.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,OAAO,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAG3C,wBAAgB,yBAAyB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,0CA2CtE"}
1
+ {"version":3,"file":"checkpoint.d.ts","sourceRoot":"","sources":["../../src/utils/checkpoint.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,OAAO,EAAE,IAAI,EAAsB,MAAM,qBAAqB,CAAC;AAM/D,wBAAgB,yBAAyB,CAAC,GAAG,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,0CA6CtE"}
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@blue-labs/document-processor",
3
- "version": "1.21.1",
3
+ "version": "1.22.0",
4
4
  "dependencies": {
5
- "@blue-labs/language": "1.21.1",
6
- "@blue-labs/shared-utils": "1.21.1",
5
+ "@blue-labs/language": "1.22.0",
6
+ "@blue-labs/shared-utils": "1.22.0",
7
+ "@blue-repository/core-dev": "^0.8.0",
8
+ "@blue-repository/myos-dev": "^0.8.0",
7
9
  "isolated-vm": "^5.0.4"
8
10
  },
9
11
  "main": "./dist/index.js",
@@ -31,8 +33,5 @@
31
33
  },
32
34
  "nx": {
33
35
  "name": "document-processor"
34
- },
35
- "peerDependencies": {
36
- "zod": "^3.20.0"
37
36
  }
38
37
  }
@@ -1,21 +0,0 @@
1
- export declare const blueIds: {
2
- readonly Channel: "2RMkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc";
3
- readonly 'Timeline Channel': "RMkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2";
4
- readonly 'Composite Timeline Channel': "qxkh3uMkKoutP5DxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
5
- readonly 'MyOS Timeline Channel': "MkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
6
- readonly 'Sequential Workflow': "h3uDxZ7dr6Eo27B7fuxMkKoutP5qxkQCS1VAptiCPc2R";
7
- readonly 'Sequential Workflow Step': "6EoMkKoutP5DxZ7drqxkh3u27B7fuxQCS1VAptiCPc2R";
8
- readonly 'Process Embedded': "DxZ7dr6EoMkKoutP5qxkh3u27B7fuxQCS1VAptiCPc2R";
9
- readonly 'Embedded Node Channel': "MkKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2";
10
- readonly 'Document Update Channel': "MkKoutP5qxkh3uDQCS1VAptiCPc2xZ7dr6Eo27B7fux";
11
- readonly 'Channel Event Checkpoint': "o27B7fuxMkKoutPh3uDxZ7dr6E5qxkQCS1VAptiCPc2R";
12
- readonly 'Update Document': "7fuxMkKoutPh3uDxZ7dr6E5qxkQCS1VAptiCPc2R";
13
- readonly 'Trigger Event': "kQCS1VAp7fuxMkKoutPh3uDxZ7dr6E5qxtiCPc2R";
14
- readonly 'Json Patch Entry': "EnUQeMiMa2wHFW3JbeSPvdgfpL6qZYCR29m3SfeHsKSY";
15
- readonly 'JavaScript Code': "MkKoutPDxZ7dr6Eo5qxkh3u27B7fuxQCS1VAptiCPc2R";
16
- readonly 'Timeline Entry': "uDxZ7dr6Eo27B7fMkKoutP5qxkh3uxQCS1VAptiCPc2R";
17
- readonly Operation: "OpKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiCPc2R";
18
- readonly 'Sequential Workflow Operation': "SeqOpKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiC";
19
- readonly 'Operation Request': "OpReqKoutP5qxkh3uDxZ7dr6Eo27B7fuxQCS1VAptiC";
20
- };
21
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/blue-ids/index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;CAoBV,CAAC"}
@@ -1,199 +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<{
5
- name: import('zod').ZodOptional<import('zod').ZodString>;
6
- description: import('zod').ZodOptional<import('zod').ZodString>;
7
- }, "strip", import('zod').ZodTypeAny, {
8
- name?: string | undefined;
9
- description?: string | undefined;
10
- }, {
11
- name?: string | undefined;
12
- description?: string | undefined;
13
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
14
- name: import('zod').ZodOptional<import('zod').ZodString>;
15
- description: import('zod').ZodOptional<import('zod').ZodString>;
16
- }, {
17
- channels: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString, "many">>;
18
- }>, "strip", import('zod').ZodTypeAny, {
19
- name?: string | undefined;
20
- description?: string | undefined;
21
- channels?: string[] | undefined;
22
- }, {
23
- name?: string | undefined;
24
- description?: string | undefined;
25
- channels?: string[] | undefined;
26
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
27
- name: import('zod').ZodOptional<import('zod').ZodString>;
28
- description: import('zod').ZodOptional<import('zod').ZodString>;
29
- }, {
30
- path: import('zod').ZodOptional<import('zod').ZodString>;
31
- }>, "strip", import('zod').ZodTypeAny, {
32
- path?: string | undefined;
33
- name?: string | undefined;
34
- description?: string | undefined;
35
- }, {
36
- path?: string | undefined;
37
- name?: string | undefined;
38
- description?: string | undefined;
39
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
40
- name: import('zod').ZodOptional<import('zod').ZodString>;
41
- description: import('zod').ZodOptional<import('zod').ZodString>;
42
- }, {
43
- path: import('zod').ZodOptional<import('zod').ZodString>;
44
- }>, "strip", import('zod').ZodTypeAny, {
45
- path?: string | undefined;
46
- name?: string | undefined;
47
- description?: string | undefined;
48
- }, {
49
- path?: string | undefined;
50
- name?: string | undefined;
51
- description?: string | undefined;
52
- }> | import('zod').ZodObject<{
53
- code: import('zod').ZodOptional<import('zod').ZodString>;
54
- }, "strip", import('zod').ZodTypeAny, {
55
- code?: string | undefined;
56
- }, {
57
- code?: string | undefined;
58
- }> | import('zod').ZodObject<{
59
- request: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
60
- description: import('zod').ZodOptional<import('zod').ZodString>;
61
- channel: import('zod').ZodOptional<import('zod').ZodString>;
62
- }, "strip", import('zod').ZodTypeAny, {
63
- channel?: string | undefined;
64
- description?: string | undefined;
65
- request?: import('@blue-labs/language').BlueNode | undefined;
66
- }, {
67
- channel?: string | undefined;
68
- description?: string | undefined;
69
- request?: import('@blue-labs/language').BlueNode | undefined;
70
- }> | import('zod').ZodObject<{
71
- operation: import('zod').ZodOptional<import('zod').ZodString>;
72
- request: import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>;
73
- document: import('zod').ZodOptional<import('zod').ZodObject<{
74
- blueId: import('zod').ZodOptional<import('zod').ZodString>;
75
- }, "strip", import('zod').ZodTypeAny, {
76
- blueId?: string | undefined;
77
- }, {
78
- blueId?: string | undefined;
79
- }>>;
80
- allowNewerVersion: import('zod').ZodOptional<import('zod').ZodBoolean>;
81
- }, "strip", import('zod').ZodTypeAny, {
82
- request: import('@blue-labs/language').BlueNode;
83
- operation?: string | undefined;
84
- document?: {
85
- blueId?: string | undefined;
86
- } | undefined;
87
- allowNewerVersion?: boolean | undefined;
88
- }, {
89
- request: import('@blue-labs/language').BlueNode;
90
- operation?: string | undefined;
91
- document?: {
92
- blueId?: string | undefined;
93
- } | undefined;
94
- allowNewerVersion?: boolean | undefined;
95
- }> | import('zod').ZodObject<{
96
- paths: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodString, "many">>;
97
- }, "strip", import('zod').ZodTypeAny, {
98
- paths?: string[] | undefined;
99
- }, {
100
- paths?: string[] | undefined;
101
- }> | import('zod').ZodObject<{
102
- steps: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>, "many">>;
103
- channel: import('zod').ZodOptional<import('zod').ZodString>;
104
- }, "strip", import('zod').ZodTypeAny, {
105
- channel?: string | undefined;
106
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
107
- }, {
108
- channel?: string | undefined;
109
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
110
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<Omit<{
111
- steps: import('zod').ZodOptional<import('zod').ZodArray<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>, "many">>;
112
- channel: import('zod').ZodOptional<import('zod').ZodString>;
113
- }, "channel">, {
114
- operation: import('zod').ZodOptional<import('zod').ZodString>;
115
- }>, "strip", import('zod').ZodTypeAny, {
116
- operation?: string | undefined;
117
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
118
- }, {
119
- operation?: string | undefined;
120
- steps?: import('@blue-labs/language').BlueNode[] | undefined;
121
- }> | import('zod').ZodObject<import("zod").objectUtil.extendShape<{
122
- name: import('zod').ZodOptional<import('zod').ZodString>;
123
- description: import('zod').ZodOptional<import('zod').ZodString>;
124
- }, {
125
- timelineId: import('zod').ZodOptional<import('zod').ZodString>;
126
- }>, "strip", import('zod').ZodTypeAny, {
127
- name?: string | undefined;
128
- description?: string | undefined;
129
- timelineId?: string | undefined;
130
- }, {
131
- name?: string | undefined;
132
- description?: string | undefined;
133
- timelineId?: string | undefined;
134
- }> | import('zod').ZodObject<{
135
- timelineId: import('zod').ZodOptional<import('zod').ZodString>;
136
- timelinePrev: import('zod').ZodOptional<import('zod').ZodString>;
137
- thread: import('zod').ZodOptional<import('zod').ZodString>;
138
- threadPrev: import('zod').ZodOptional<import('zod').ZodString>;
139
- message: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
140
- signature: import('zod').ZodOptional<import('zod').ZodString>;
141
- }, "strip", import('zod').ZodTypeAny, {
142
- message?: import('@blue-labs/language').BlueNode | undefined;
143
- timelineId?: string | undefined;
144
- timelinePrev?: string | undefined;
145
- thread?: string | undefined;
146
- threadPrev?: string | undefined;
147
- signature?: string | undefined;
148
- }, {
149
- message?: import('@blue-labs/language').BlueNode | undefined;
150
- timelineId?: string | undefined;
151
- timelinePrev?: string | undefined;
152
- thread?: string | undefined;
153
- threadPrev?: string | undefined;
154
- signature?: string | undefined;
155
- }> | import('zod').ZodObject<{
156
- event: import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>;
157
- }, "strip", import('zod').ZodTypeAny, {
158
- event: import('@blue-labs/language').BlueNode;
159
- }, {
160
- event: import('@blue-labs/language').BlueNode;
161
- }> | import('zod').ZodObject<{
162
- changeset: import('zod').ZodArray<import('zod').ZodObject<{
163
- name: import('zod').ZodOptional<import('zod').ZodString>;
164
- description: import('zod').ZodOptional<import('zod').ZodString>;
165
- val: import('zod').ZodOptional<import('zod').ZodType<import('@blue-labs/language').BlueNode, import('zod').ZodTypeDef, import('@blue-labs/language').BlueNode>>;
166
- op: import('zod').ZodOptional<import('zod').ZodString>;
167
- path: import('zod').ZodOptional<import('zod').ZodString>;
168
- }, "strip", import('zod').ZodTypeAny, {
169
- val?: import('@blue-labs/language').BlueNode | undefined;
170
- path?: string | undefined;
171
- name?: string | undefined;
172
- description?: string | undefined;
173
- op?: string | undefined;
174
- }, {
175
- val?: import('@blue-labs/language').BlueNode | undefined;
176
- path?: string | undefined;
177
- name?: string | undefined;
178
- description?: string | undefined;
179
- op?: string | undefined;
180
- }>, "many">;
181
- }, "strip", import('zod').ZodTypeAny, {
182
- changeset: {
183
- val?: import('@blue-labs/language').BlueNode | undefined;
184
- path?: string | undefined;
185
- name?: string | undefined;
186
- description?: string | undefined;
187
- op?: string | undefined;
188
- }[];
189
- }, {
190
- changeset: {
191
- val?: import('@blue-labs/language').BlueNode | undefined;
192
- path?: string | undefined;
193
- name?: string | undefined;
194
- description?: string | undefined;
195
- op?: string | undefined;
196
- }[];
197
- }>)[];
198
- export declare const repository: BlueRepository;
199
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/repo/core/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,13 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const ChannelSchema: 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 Channel = z.infer<typeof ChannelSchema>;
13
- //# sourceMappingURL=Channel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Channel.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/Channel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,aAAa;;;;;;;;;EAKzB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,aAAa,CAAC,CAAC"}
@@ -1,17 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const CompositeTimelineChannelSchema: z.ZodObject<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- channels: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7
- }>, "strip", z.ZodTypeAny, {
8
- name?: string | undefined;
9
- description?: string | undefined;
10
- channels?: string[] | undefined;
11
- }, {
12
- name?: string | undefined;
13
- description?: string | undefined;
14
- channels?: string[] | undefined;
15
- }>;
16
- export type CompositeTimelineChannel = z.infer<typeof CompositeTimelineChannelSchema>;
17
- //# sourceMappingURL=CompositeTimelineChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CompositeTimelineChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/CompositeTimelineChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;EAM1C,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAC5C,OAAO,8BAA8B,CACtC,CAAC"}
@@ -1,17 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const DocumentUpdateChannelSchema: z.ZodObject<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- path: z.ZodOptional<z.ZodString>;
7
- }>, "strip", z.ZodTypeAny, {
8
- path?: string | undefined;
9
- name?: string | undefined;
10
- description?: string | undefined;
11
- }, {
12
- path?: string | undefined;
13
- name?: string | undefined;
14
- description?: string | undefined;
15
- }>;
16
- export type DocumentUpdateChannel = z.infer<typeof DocumentUpdateChannelSchema>;
17
- //# sourceMappingURL=DocumentUpdateChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DocumentUpdateChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/DocumentUpdateChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;EAMvC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC"}
@@ -1,17 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const EmbeddedNodeChannelSchema: z.ZodObject<z.objectUtil.extendShape<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- }, {
6
- path: z.ZodOptional<z.ZodString>;
7
- }>, "strip", z.ZodTypeAny, {
8
- path?: string | undefined;
9
- name?: string | undefined;
10
- description?: string | undefined;
11
- }, {
12
- path?: string | undefined;
13
- name?: string | undefined;
14
- description?: string | undefined;
15
- }>;
16
- export type EmbeddedNodeChannel = z.infer<typeof EmbeddedNodeChannelSchema>;
17
- //# sourceMappingURL=EmbeddedNodeChannel.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmbeddedNodeChannel.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/EmbeddedNodeChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;EAMrC,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC"}
@@ -1,10 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const JavaScriptCodeSchema: z.ZodObject<{
3
- code: z.ZodOptional<z.ZodString>;
4
- }, "strip", z.ZodTypeAny, {
5
- code?: string | undefined;
6
- }, {
7
- code?: string | undefined;
8
- }>;
9
- export type JavaScriptCode = z.infer<typeof JavaScriptCodeSchema>;
10
- //# sourceMappingURL=JavaScriptCode.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JavaScriptCode.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/JavaScriptCode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,oBAAoB;;;;;;EAIhC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,22 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const JsonPatchEntrySchema: z.ZodObject<{
3
- name: z.ZodOptional<z.ZodString>;
4
- description: z.ZodOptional<z.ZodString>;
5
- val: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
6
- op: z.ZodOptional<z.ZodString>;
7
- path: z.ZodOptional<z.ZodString>;
8
- }, "strip", z.ZodTypeAny, {
9
- val?: import('@blue-labs/language').BlueNode | undefined;
10
- path?: string | undefined;
11
- name?: string | undefined;
12
- description?: string | undefined;
13
- op?: string | undefined;
14
- }, {
15
- val?: import('@blue-labs/language').BlueNode | undefined;
16
- path?: string | undefined;
17
- name?: string | undefined;
18
- description?: string | undefined;
19
- op?: string | undefined;
20
- }>;
21
- export type JsonPatchEntry = z.infer<typeof JsonPatchEntrySchema>;
22
- //# sourceMappingURL=JsonPatchEntry.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"JsonPatchEntry.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/JsonPatchEntry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAQhC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC"}
@@ -1,16 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const OperationSchema: z.ZodObject<{
3
- request: z.ZodOptional<z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>>;
4
- description: z.ZodOptional<z.ZodString>;
5
- channel: z.ZodOptional<z.ZodString>;
6
- }, "strip", z.ZodTypeAny, {
7
- channel?: string | undefined;
8
- description?: string | undefined;
9
- request?: import('@blue-labs/language').BlueNode | undefined;
10
- }, {
11
- channel?: string | undefined;
12
- description?: string | undefined;
13
- request?: import('@blue-labs/language').BlueNode | undefined;
14
- }>;
15
- export type Operation = z.infer<typeof OperationSchema>;
16
- //# sourceMappingURL=Operation.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Operation.d.ts","sourceRoot":"","sources":["../../../../src/repo/core/schema/Operation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,eAAe;;;;;;;;;;;;EAM3B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -1,29 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const OperationRequestSchema: z.ZodObject<{
3
- operation: z.ZodOptional<z.ZodString>;
4
- request: z.ZodType<import('@blue-labs/language').BlueNode, z.ZodTypeDef, import('@blue-labs/language').BlueNode>;
5
- document: z.ZodOptional<z.ZodObject<{
6
- blueId: z.ZodOptional<z.ZodString>;
7
- }, "strip", z.ZodTypeAny, {
8
- blueId?: string | undefined;
9
- }, {
10
- blueId?: string | undefined;
11
- }>>;
12
- allowNewerVersion: z.ZodOptional<z.ZodBoolean>;
13
- }, "strip", z.ZodTypeAny, {
14
- request: import('@blue-labs/language').BlueNode;
15
- operation?: string | undefined;
16
- document?: {
17
- blueId?: string | undefined;
18
- } | undefined;
19
- allowNewerVersion?: boolean | undefined;
20
- }, {
21
- request: import('@blue-labs/language').BlueNode;
22
- operation?: string | undefined;
23
- document?: {
24
- blueId?: string | undefined;
25
- } | undefined;
26
- allowNewerVersion?: boolean | undefined;
27
- }>;
28
- export type OperationRequest = z.infer<typeof OperationRequestSchema>;
29
- //# sourceMappingURL=OperationRequest.d.ts.map
@@ -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"}