@blue-repository/types 0.16.0 → 0.17.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 (74) hide show
  1. package/README.md +1 -1
  2. package/dist/meta.d.ts +2 -2
  3. package/dist/meta.d.ts.map +1 -1
  4. package/dist/meta.js +1 -0
  5. package/dist/meta.js.map +1 -1
  6. package/dist/packages/conversation/blue-ids.d.ts +2 -1
  7. package/dist/packages/conversation/blue-ids.d.ts.map +1 -1
  8. package/dist/packages/conversation/blue-ids.js +2 -1
  9. package/dist/packages/conversation/blue-ids.js.map +1 -1
  10. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts +11 -17
  11. package/dist/packages/conversation/contents/CustomerActionRequested.d.ts.map +1 -1
  12. package/dist/packages/conversation/contents/CustomerActionRequested.js +11 -17
  13. package/dist/packages/conversation/contents/CustomerActionRequested.js.map +1 -1
  14. package/dist/packages/conversation/contents/CustomerActionResponded.d.ts +23 -0
  15. package/dist/packages/conversation/contents/CustomerActionResponded.d.ts.map +1 -0
  16. package/dist/packages/conversation/contents/CustomerActionResponded.js +23 -0
  17. package/dist/packages/conversation/contents/CustomerActionResponded.js.map +1 -0
  18. package/dist/packages/conversation/contents/index.d.ts +61 -44
  19. package/dist/packages/conversation/contents/index.d.ts.map +1 -1
  20. package/dist/packages/conversation/contents/index.js +6 -3
  21. package/dist/packages/conversation/contents/index.js.map +1 -1
  22. package/dist/packages/conversation/index.d.ts +123 -64
  23. package/dist/packages/conversation/index.d.ts.map +1 -1
  24. package/dist/packages/conversation/meta.d.ts +14 -4
  25. package/dist/packages/conversation/meta.d.ts.map +1 -1
  26. package/dist/packages/conversation/meta.js +14 -3
  27. package/dist/packages/conversation/meta.js.map +1 -1
  28. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts +9 -12
  29. package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts.map +1 -1
  30. package/dist/packages/conversation/schemas/CustomerActionRequested.js +4 -5
  31. package/dist/packages/conversation/schemas/CustomerActionRequested.js.map +1 -1
  32. package/dist/packages/conversation/schemas/CustomerActionResponded.d.ts +39 -0
  33. package/dist/packages/conversation/schemas/CustomerActionResponded.d.ts.map +1 -0
  34. package/dist/packages/conversation/schemas/CustomerActionResponded.js +13 -0
  35. package/dist/packages/conversation/schemas/CustomerActionResponded.js.map +1 -0
  36. package/dist/packages/conversation/schemas/DocumentBootstrapFailed.d.ts +2 -2
  37. package/dist/packages/conversation/schemas/DocumentBootstrapResponded.d.ts +2 -2
  38. package/dist/packages/conversation/schemas/index.d.ts +51 -17
  39. package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
  40. package/dist/packages/conversation/schemas/index.js +4 -1
  41. package/dist/packages/conversation/schemas/index.js.map +1 -1
  42. package/dist/packages/myos/index.d.ts +18 -18
  43. package/dist/packages/myos/schemas/CallOperationFailed.d.ts +2 -2
  44. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRejected.d.ts +2 -2
  45. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevoked.d.ts +2 -2
  46. package/dist/packages/myos/schemas/LinkedDocumentsPermissionRevokingInProgress.d.ts +2 -2
  47. package/dist/packages/myos/schemas/SingleDocumentPermissionGrantResponded.d.ts +2 -2
  48. package/dist/packages/myos/schemas/SingleDocumentPermissionRejected.d.ts +2 -2
  49. package/dist/packages/myos/schemas/SubscriptionToSessionFailed.d.ts +2 -2
  50. package/dist/packages/myos/schemas/SubscriptionToSessionRevoked.d.ts +2 -2
  51. package/dist/packages/myos/schemas/WorkerAgencyPermissionRejected.d.ts +2 -2
  52. package/dist/packages/myos/schemas/index.d.ts +18 -18
  53. package/dist/packages/paynote/index.d.ts +44 -44
  54. package/dist/packages/paynote/schemas/CaptureDeclined.d.ts +2 -2
  55. package/dist/packages/paynote/schemas/CaptureFailed.d.ts +2 -2
  56. package/dist/packages/paynote/schemas/CardChargeCompleted.d.ts +2 -2
  57. package/dist/packages/paynote/schemas/CardChargeResponded.d.ts +2 -2
  58. package/dist/packages/paynote/schemas/CardTransactionCaptureLockChangeFailed.d.ts +2 -2
  59. package/dist/packages/paynote/schemas/CardTransactionMonitoringRequestRejected.d.ts +2 -2
  60. package/dist/packages/paynote/schemas/ChildPayNoteIssuanceDeclined.d.ts +2 -2
  61. package/dist/packages/paynote/schemas/LinkedPayNoteStartFailed.d.ts +2 -2
  62. package/dist/packages/paynote/schemas/LinkedPayNoteStartResponded.d.ts +2 -2
  63. package/dist/packages/paynote/schemas/PayNoteCancellationRejected.d.ts +2 -2
  64. package/dist/packages/paynote/schemas/PayNoteRejected.d.ts +2 -2
  65. package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationResponded.d.ts +6 -6
  66. package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.d.ts +2 -2
  67. package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.d.ts +8 -8
  68. package/dist/packages/paynote/schemas/ReservationDeclined.d.ts +2 -2
  69. package/dist/packages/paynote/schemas/ReservationReleaseDeclined.d.ts +2 -2
  70. package/dist/packages/paynote/schemas/SettlementAmountRejected.d.ts +2 -2
  71. package/dist/packages/paynote/schemas/index.d.ts +44 -44
  72. package/dist/repository.d.ts +186 -127
  73. package/dist/repository.d.ts.map +1 -1
  74. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  export declare const repository: {
2
2
  readonly name: "Blue Repository";
3
- readonly repositoryVersions: readonly ["CQn9FCus2xkhgCdSZQqKQmKGRLKnqTboSyiJXn3pya68", "22xxEjtpjUSpttaRiHX5XbmGNcFhpgLipai685YMdMWv", "58apGqo2EExaKTQQJmjASbj8p7tHvrWkoQVjWeWzaox5", "C6oygUcsKjgqmSej2DMZkuDMqT7frfFL3t11gHGMFebY", "5FLaqPWQ7FJF5DFyCy1H4Ry9SHvX2ByfLbgJ2U3QTqUx", "EpNsiwie3wUf5Hqeo9fdiycvemBQm681hXEaWPEKNAuF"];
3
+ readonly repositoryVersions: readonly ["CQn9FCus2xkhgCdSZQqKQmKGRLKnqTboSyiJXn3pya68", "22xxEjtpjUSpttaRiHX5XbmGNcFhpgLipai685YMdMWv", "58apGqo2EExaKTQQJmjASbj8p7tHvrWkoQVjWeWzaox5", "C6oygUcsKjgqmSej2DMZkuDMqT7frfFL3t11gHGMFebY", "5FLaqPWQ7FJF5DFyCy1H4Ry9SHvX2ByfLbgJ2U3QTqUx", "EpNsiwie3wUf5Hqeo9fdiycvemBQm681hXEaWPEKNAuF", "EpCTtQtiyxppoVxqFbVZLiV7684165ENL3M2qwJigMFP"];
4
4
  readonly packages: {
5
5
  readonly common: {
6
6
  readonly contents: {
@@ -468,6 +468,43 @@ export declare const repository: {
468
468
  readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
469
469
  };
470
470
  };
471
+ readonly '6BBtNuLc2PR5G1bmtDfo429WWyP8QD13VwooMbHthfmM': {
472
+ readonly description: "A document suggests that the bank should ask the customer to take a specific action in the bank UI.";
473
+ readonly inputSchema: {
474
+ readonly description: "Optional input schema to render for mode=input.";
475
+ };
476
+ readonly message: {
477
+ readonly description: "Human-readable message describing what is expected.";
478
+ readonly type: {
479
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
480
+ };
481
+ };
482
+ readonly mode: {
483
+ readonly description: "Pending action mode. Supported values: options | input.";
484
+ readonly type: {
485
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
486
+ };
487
+ };
488
+ readonly name: "Customer Action Requested";
489
+ readonly options: {
490
+ readonly description: "Optional list of labels to render for mode=options.";
491
+ readonly itemType: {
492
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
493
+ };
494
+ readonly type: {
495
+ readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
496
+ };
497
+ };
498
+ readonly title: {
499
+ readonly description: "Short title for the pending action.";
500
+ readonly type: {
501
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
502
+ };
503
+ };
504
+ readonly type: {
505
+ readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
506
+ };
507
+ };
471
508
  readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': {
472
509
  readonly description: "Policy marker that restricts /contracts mutations to explicit sectionChanges and rejects JSON Patch entries targeting /contracts.\n";
473
510
  readonly name: "Contracts Change Policy";
@@ -637,6 +674,28 @@ export declare const repository: {
637
674
  readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
638
675
  };
639
676
  };
677
+ readonly '951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj': {
678
+ readonly description: "Bank response event that reports a user decision for a previously requested pending action.";
679
+ readonly input: {
680
+ readonly description: "User-provided decision payload. For mode=options this should be a selected option label. For mode=input this should match the requested input schema.";
681
+ };
682
+ readonly mode: {
683
+ readonly description: "Pending action mode. Supported values: options | input.";
684
+ readonly type: {
685
+ readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
686
+ };
687
+ };
688
+ readonly name: "Customer Action Responded";
689
+ readonly respondedAt: {
690
+ readonly description: "Timestamp when the user decision was recorded by the bank.";
691
+ readonly type: {
692
+ readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
693
+ };
694
+ };
695
+ readonly type: {
696
+ readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
697
+ };
698
+ };
640
699
  readonly '9fnXwi4Za8hjEj6zDSEjhbA5dLrDzs7sxoDMGLmRT2Gz': {
641
700
  readonly description: "Discards a previously proposed change by removing its proposal state.";
642
701
  readonly name: "Reject Change Workflow";
@@ -719,49 +778,6 @@ export declare const repository: {
719
778
  };
720
779
  };
721
780
  };
722
- readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
723
- readonly actionId: {
724
- readonly description: "Optional idempotency key for the action request.";
725
- readonly type: {
726
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
727
- };
728
- };
729
- readonly actionType: {
730
- readonly description: "consentApproval | callOperation | informational";
731
- readonly type: {
732
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
733
- };
734
- };
735
- readonly description: "A document suggests that the bank should ask the customer to take a specific action in the bank UI.";
736
- readonly message: {
737
- readonly description: "Human-readable message describing what is expected.";
738
- readonly type: {
739
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
740
- };
741
- };
742
- readonly name: "Customer Action Requested";
743
- readonly operationName: {
744
- readonly description: "Optional contract operation to execute (used for callOperation).";
745
- readonly type: {
746
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
747
- };
748
- };
749
- readonly prefillRequestJson: {
750
- readonly description: "Optional JSON string to prefill the operation request form.";
751
- readonly type: {
752
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
753
- };
754
- };
755
- readonly title: {
756
- readonly description: "Short title for the pending action.";
757
- readonly type: {
758
- readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
759
- };
760
- };
761
- readonly type: {
762
- readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
763
- };
764
- };
765
781
  readonly AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD: {
766
782
  readonly description: "Conversation event representing a single chat message exchanged between participants.\n";
767
783
  readonly message: {
@@ -2753,7 +2769,7 @@ export declare const repository: {
2753
2769
  order?: number | undefined;
2754
2770
  requireSectionChanges?: boolean | undefined;
2755
2771
  }>;
2756
- readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2772
+ readonly '6BBtNuLc2PR5G1bmtDfo429WWyP8QD13VwooMbHthfmM': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2757
2773
  description: import("zod").ZodOptional<import("zod").ZodString>;
2758
2774
  name: import("zod").ZodOptional<import("zod").ZodString>;
2759
2775
  }, {
@@ -2761,34 +2777,67 @@ export declare const repository: {
2761
2777
  name: import("zod").ZodOptional<import("zod").ZodString>;
2762
2778
  requestId: import("zod").ZodOptional<import("zod").ZodString>;
2763
2779
  }>, {
2764
- actionId: import("zod").ZodOptional<import("zod").ZodString>;
2765
- actionType: import("zod").ZodOptional<import("zod").ZodString>;
2766
2780
  description: import("zod").ZodOptional<import("zod").ZodString>;
2781
+ inputSchema: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2767
2782
  message: import("zod").ZodOptional<import("zod").ZodString>;
2783
+ mode: import("zod").ZodOptional<import("zod").ZodString>;
2768
2784
  name: import("zod").ZodOptional<import("zod").ZodString>;
2769
- operationName: import("zod").ZodOptional<import("zod").ZodString>;
2770
- prefillRequestJson: import("zod").ZodOptional<import("zod").ZodString>;
2785
+ options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
2771
2786
  title: import("zod").ZodOptional<import("zod").ZodString>;
2772
2787
  }>, "strip", import("zod").ZodTypeAny, {
2773
2788
  message?: string | undefined;
2789
+ options?: string[] | undefined;
2774
2790
  description?: string | undefined;
2775
2791
  name?: string | undefined;
2776
2792
  title?: string | undefined;
2777
2793
  requestId?: string | undefined;
2778
- actionId?: string | undefined;
2779
- actionType?: string | undefined;
2780
- operationName?: string | undefined;
2781
- prefillRequestJson?: string | undefined;
2794
+ inputSchema?: import("@blue-labs/language").BlueNode | undefined;
2795
+ mode?: string | undefined;
2782
2796
  }, {
2783
2797
  message?: string | undefined;
2798
+ options?: string[] | undefined;
2784
2799
  description?: string | undefined;
2785
2800
  name?: string | undefined;
2786
2801
  title?: string | undefined;
2787
2802
  requestId?: string | undefined;
2788
- actionId?: string | undefined;
2789
- actionType?: string | undefined;
2790
- operationName?: string | undefined;
2791
- prefillRequestJson?: string | undefined;
2803
+ inputSchema?: import("@blue-labs/language").BlueNode | undefined;
2804
+ mode?: string | undefined;
2805
+ }>;
2806
+ readonly '951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
2807
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2808
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2809
+ }, {
2810
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2811
+ inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2812
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2813
+ }>, {
2814
+ description: import("zod").ZodOptional<import("zod").ZodString>;
2815
+ input: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
2816
+ mode: import("zod").ZodOptional<import("zod").ZodString>;
2817
+ name: import("zod").ZodOptional<import("zod").ZodString>;
2818
+ respondedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
2819
+ [x: string]: any;
2820
+ }, {
2821
+ [x: string]: any;
2822
+ }>>;
2823
+ }>, "strip", import("zod").ZodTypeAny, {
2824
+ description?: string | undefined;
2825
+ name?: string | undefined;
2826
+ mode?: string | undefined;
2827
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2828
+ input?: import("@blue-labs/language").BlueNode | undefined;
2829
+ respondedAt?: {
2830
+ [x: string]: any;
2831
+ } | undefined;
2832
+ }, {
2833
+ description?: string | undefined;
2834
+ name?: string | undefined;
2835
+ mode?: string | undefined;
2836
+ inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
2837
+ input?: import("@blue-labs/language").BlueNode | undefined;
2838
+ respondedAt?: {
2839
+ [x: string]: any;
2840
+ } | undefined;
2792
2841
  }>;
2793
2842
  readonly '5UeiZ6EC1y3KMafuX6ioNqHHM62S5Xf3ULrC9L3m7MJx': import("zod").ZodObject<{
2794
2843
  consentDetails: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
@@ -3397,13 +3446,13 @@ export declare const repository: {
3397
3446
  }>, "strip", import("zod").ZodTypeAny, {
3398
3447
  description?: string | undefined;
3399
3448
  name?: string | undefined;
3400
- reason?: string | undefined;
3401
3449
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3450
+ reason?: string | undefined;
3402
3451
  }, {
3403
3452
  description?: string | undefined;
3404
3453
  name?: string | undefined;
3405
- reason?: string | undefined;
3406
3454
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3455
+ reason?: string | undefined;
3407
3456
  }>;
3408
3457
  readonly '7JqBn4KcmZbHBBiQf3CAfpHBNaTKS1qhtkATsF7f6Sxg': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
3409
3458
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -3500,14 +3549,14 @@ export declare const repository: {
3500
3549
  status?: string | undefined;
3501
3550
  description?: string | undefined;
3502
3551
  name?: string | undefined;
3503
- reason?: string | undefined;
3504
3552
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3553
+ reason?: string | undefined;
3505
3554
  }, {
3506
3555
  status?: string | undefined;
3507
3556
  description?: string | undefined;
3508
3557
  name?: string | undefined;
3509
- reason?: string | undefined;
3510
3558
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
3559
+ reason?: string | undefined;
3511
3560
  }>;
3512
3561
  readonly JBfupL6eyZsqj7CYbReFaS5ga784SLT8aP8r9W64vbLm: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
3513
3562
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -5592,7 +5641,8 @@ export declare const repository: {
5592
5641
  readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
5593
5642
  readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
5594
5643
  readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
5595
- readonly 'Conversation/Customer Action Requested': "AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV";
5644
+ readonly 'Conversation/Customer Action Requested': "6BBtNuLc2PR5G1bmtDfo429WWyP8QD13VwooMbHthfmM";
5645
+ readonly 'Conversation/Customer Action Responded': "951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj";
5596
5646
  readonly 'Conversation/Customer Consent': "5UeiZ6EC1y3KMafuX6ioNqHHM62S5Xf3ULrC9L3m7MJx";
5597
5647
  readonly 'Conversation/Customer Consent Revoked': "9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK";
5598
5648
  readonly 'Conversation/Document Bootstrap Completed': "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
@@ -5713,12 +5763,21 @@ export declare const repository: {
5713
5763
  readonly attributesAdded: readonly [];
5714
5764
  }];
5715
5765
  };
5716
- readonly AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV: {
5766
+ readonly '6BBtNuLc2PR5G1bmtDfo429WWyP8QD13VwooMbHthfmM': {
5717
5767
  readonly status: "dev";
5718
5768
  readonly name: "Customer Action Requested";
5719
5769
  readonly versions: readonly [{
5720
- readonly repositoryVersionIndex: 0;
5721
- readonly typeBlueId: "AemAG9Bb3XUZm6hLPMipUeYmpFFG6X4CUYZFSLC88WjV";
5770
+ readonly repositoryVersionIndex: 6;
5771
+ readonly typeBlueId: "6BBtNuLc2PR5G1bmtDfo429WWyP8QD13VwooMbHthfmM";
5772
+ readonly attributesAdded: readonly [];
5773
+ }];
5774
+ };
5775
+ readonly '951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj': {
5776
+ readonly status: "dev";
5777
+ readonly name: "Customer Action Responded";
5778
+ readonly versions: readonly [{
5779
+ readonly repositoryVersionIndex: 6;
5780
+ readonly typeBlueId: "951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj";
5722
5781
  readonly attributesAdded: readonly [];
5723
5782
  }];
5724
5783
  };
@@ -9523,15 +9582,15 @@ export declare const repository: {
9523
9582
  description?: string | undefined;
9524
9583
  name?: string | undefined;
9525
9584
  operation?: string | undefined;
9526
- reason?: string | undefined;
9527
9585
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
9586
+ reason?: string | undefined;
9528
9587
  targetSessionId?: string | undefined;
9529
9588
  }, {
9530
9589
  description?: string | undefined;
9531
9590
  name?: string | undefined;
9532
9591
  operation?: string | undefined;
9533
- reason?: string | undefined;
9534
9592
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
9593
+ reason?: string | undefined;
9535
9594
  targetSessionId?: string | undefined;
9536
9595
  }>;
9537
9596
  readonly EVX6nBdHdVEBH9Gbthpd2eqpxaxS4bb9wM55QNdZmcBy: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
@@ -12855,8 +12914,8 @@ export declare const repository: {
12855
12914
  }>, "strip", import("zod").ZodTypeAny, {
12856
12915
  description?: string | undefined;
12857
12916
  name?: string | undefined;
12858
- reason?: string | undefined;
12859
12917
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
12918
+ reason?: string | undefined;
12860
12919
  targetSessionId?: string | undefined;
12861
12920
  links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
12862
12921
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -12883,8 +12942,8 @@ export declare const repository: {
12883
12942
  }, {
12884
12943
  description?: string | undefined;
12885
12944
  name?: string | undefined;
12886
- reason?: string | undefined;
12887
12945
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
12946
+ reason?: string | undefined;
12888
12947
  targetSessionId?: string | undefined;
12889
12948
  links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
12890
12949
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -13010,8 +13069,8 @@ export declare const repository: {
13010
13069
  }>, "strip", import("zod").ZodTypeAny, {
13011
13070
  description?: string | undefined;
13012
13071
  name?: string | undefined;
13013
- reason?: string | undefined;
13014
13072
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
13073
+ reason?: string | undefined;
13015
13074
  targetSessionId?: string | undefined;
13016
13075
  links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
13017
13076
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -13038,8 +13097,8 @@ export declare const repository: {
13038
13097
  }, {
13039
13098
  description?: string | undefined;
13040
13099
  name?: string | undefined;
13041
- reason?: string | undefined;
13042
13100
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
13101
+ reason?: string | undefined;
13043
13102
  targetSessionId?: string | undefined;
13044
13103
  links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
13045
13104
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -13143,8 +13202,8 @@ export declare const repository: {
13143
13202
  }>, "strip", import("zod").ZodTypeAny, {
13144
13203
  description?: string | undefined;
13145
13204
  name?: string | undefined;
13146
- reason?: string | undefined;
13147
13205
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
13206
+ reason?: string | undefined;
13148
13207
  targetSessionId?: string | undefined;
13149
13208
  links?: import("zod").objectOutputType<{}, import("zod").ZodObject<{
13150
13209
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -13171,8 +13230,8 @@ export declare const repository: {
13171
13230
  }, {
13172
13231
  description?: string | undefined;
13173
13232
  name?: string | undefined;
13174
- reason?: string | undefined;
13175
13233
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
13234
+ reason?: string | undefined;
13176
13235
  targetSessionId?: string | undefined;
13177
13236
  links?: import("zod").objectInputType<{}, import("zod").ZodObject<{
13178
13237
  allOps: import("zod").ZodOptional<import("zod").ZodBoolean>;
@@ -14374,8 +14433,8 @@ export declare const repository: {
14374
14433
  status?: string | undefined;
14375
14434
  description?: string | undefined;
14376
14435
  name?: string | undefined;
14377
- reason?: string | undefined;
14378
14436
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
14437
+ reason?: string | undefined;
14379
14438
  targetSessionId?: string | undefined;
14380
14439
  permissions?: {
14381
14440
  description?: string | undefined;
@@ -14389,8 +14448,8 @@ export declare const repository: {
14389
14448
  status?: string | undefined;
14390
14449
  description?: string | undefined;
14391
14450
  name?: string | undefined;
14392
- reason?: string | undefined;
14393
14451
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
14452
+ reason?: string | undefined;
14394
14453
  targetSessionId?: string | undefined;
14395
14454
  permissions?: {
14396
14455
  description?: string | undefined;
@@ -15823,8 +15882,8 @@ export declare const repository: {
15823
15882
  }>, "strip", import("zod").ZodTypeAny, {
15824
15883
  description?: string | undefined;
15825
15884
  name?: string | undefined;
15826
- reason?: string | undefined;
15827
15885
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
15886
+ reason?: string | undefined;
15828
15887
  targetSessionId?: string | undefined;
15829
15888
  permissions?: {
15830
15889
  description?: string | undefined;
@@ -15837,8 +15896,8 @@ export declare const repository: {
15837
15896
  }, {
15838
15897
  description?: string | undefined;
15839
15898
  name?: string | undefined;
15840
- reason?: string | undefined;
15841
15899
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
15900
+ reason?: string | undefined;
15842
15901
  targetSessionId?: string | undefined;
15843
15902
  permissions?: {
15844
15903
  description?: string | undefined;
@@ -16132,15 +16191,15 @@ export declare const repository: {
16132
16191
  }>, "strip", import("zod").ZodTypeAny, {
16133
16192
  description?: string | undefined;
16134
16193
  name?: string | undefined;
16135
- reason?: string | undefined;
16136
16194
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
16195
+ reason?: string | undefined;
16137
16196
  targetSessionId?: string | undefined;
16138
16197
  subscriptionId?: string | undefined;
16139
16198
  }, {
16140
16199
  description?: string | undefined;
16141
16200
  name?: string | undefined;
16142
- reason?: string | undefined;
16143
16201
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
16202
+ reason?: string | undefined;
16144
16203
  targetSessionId?: string | undefined;
16145
16204
  subscriptionId?: string | undefined;
16146
16205
  }>;
@@ -16194,15 +16253,15 @@ export declare const repository: {
16194
16253
  }>, "strip", import("zod").ZodTypeAny, {
16195
16254
  description?: string | undefined;
16196
16255
  name?: string | undefined;
16197
- reason?: string | undefined;
16198
16256
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
16257
+ reason?: string | undefined;
16199
16258
  targetSessionId?: string | undefined;
16200
16259
  subscriptionId?: string | undefined;
16201
16260
  }, {
16202
16261
  description?: string | undefined;
16203
16262
  name?: string | undefined;
16204
- reason?: string | undefined;
16205
16263
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
16264
+ reason?: string | undefined;
16206
16265
  targetSessionId?: string | undefined;
16207
16266
  subscriptionId?: string | undefined;
16208
16267
  }>;
@@ -17275,8 +17334,8 @@ export declare const repository: {
17275
17334
  }>, "strip", import("zod").ZodTypeAny, {
17276
17335
  description?: string | undefined;
17277
17336
  name?: string | undefined;
17278
- reason?: string | undefined;
17279
17337
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
17338
+ reason?: string | undefined;
17280
17339
  granteeDocumentId?: string | undefined;
17281
17340
  allowedWorkerAgencyPermissions?: {
17282
17341
  name?: string | undefined;
@@ -17293,8 +17352,8 @@ export declare const repository: {
17293
17352
  }, {
17294
17353
  description?: string | undefined;
17295
17354
  name?: string | undefined;
17296
- reason?: string | undefined;
17297
17355
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
17356
+ reason?: string | undefined;
17298
17357
  granteeDocumentId?: string | undefined;
17299
17358
  allowedWorkerAgencyPermissions?: {
17300
17359
  name?: string | undefined;
@@ -20712,13 +20771,13 @@ export declare const repository: {
20712
20771
  }>, "strip", import("zod").ZodTypeAny, {
20713
20772
  description?: string | undefined;
20714
20773
  name?: string | undefined;
20715
- reason?: string | undefined;
20716
20774
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20775
+ reason?: string | undefined;
20717
20776
  }, {
20718
20777
  description?: string | undefined;
20719
20778
  name?: string | undefined;
20720
- reason?: string | undefined;
20721
20779
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20780
+ reason?: string | undefined;
20722
20781
  }>;
20723
20782
  readonly FUh3TARSh4TjnWKAkM5ydjFWLWEmrFByKMBQzcgQfqRW: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
20724
20783
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -20734,13 +20793,13 @@ export declare const repository: {
20734
20793
  }>, "strip", import("zod").ZodTypeAny, {
20735
20794
  description?: string | undefined;
20736
20795
  name?: string | undefined;
20737
- reason?: string | undefined;
20738
20796
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20797
+ reason?: string | undefined;
20739
20798
  }, {
20740
20799
  description?: string | undefined;
20741
20800
  name?: string | undefined;
20742
- reason?: string | undefined;
20743
20801
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20802
+ reason?: string | undefined;
20744
20803
  }>;
20745
20804
  readonly DvxKVEFsDmgA1hcBDfh7t42NgTRLaxXjCrB48DufP3i3: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
20746
20805
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -20782,16 +20841,16 @@ export declare const repository: {
20782
20841
  status?: string | undefined;
20783
20842
  description?: string | undefined;
20784
20843
  name?: string | undefined;
20785
- reason?: string | undefined;
20786
20844
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20845
+ reason?: string | undefined;
20787
20846
  holdId?: string | undefined;
20788
20847
  transactionId?: string | undefined;
20789
20848
  }, {
20790
20849
  status?: string | undefined;
20791
20850
  description?: string | undefined;
20792
20851
  name?: string | undefined;
20793
- reason?: string | undefined;
20794
20852
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20853
+ reason?: string | undefined;
20795
20854
  holdId?: string | undefined;
20796
20855
  transactionId?: string | undefined;
20797
20856
  }>;
@@ -20812,15 +20871,15 @@ export declare const repository: {
20812
20871
  status?: string | undefined;
20813
20872
  description?: string | undefined;
20814
20873
  name?: string | undefined;
20815
- reason?: string | undefined;
20816
20874
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20875
+ reason?: string | undefined;
20817
20876
  paymentMandateDocumentId?: string | undefined;
20818
20877
  }, {
20819
20878
  status?: string | undefined;
20820
20879
  description?: string | undefined;
20821
20880
  name?: string | undefined;
20822
- reason?: string | undefined;
20823
20881
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20882
+ reason?: string | undefined;
20824
20883
  paymentMandateDocumentId?: string | undefined;
20825
20884
  }>;
20826
20885
  readonly '2LFkmyxDFSdNqM8mr6Md3LF54V15fFGL1s5fTnUfCpUH': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
@@ -20837,13 +20896,13 @@ export declare const repository: {
20837
20896
  }>, "strip", import("zod").ZodTypeAny, {
20838
20897
  description?: string | undefined;
20839
20898
  name?: string | undefined;
20840
- reason?: string | undefined;
20841
20899
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20900
+ reason?: string | undefined;
20842
20901
  }, {
20843
20902
  description?: string | undefined;
20844
20903
  name?: string | undefined;
20845
- reason?: string | undefined;
20846
20904
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
20905
+ reason?: string | undefined;
20847
20906
  }>;
20848
20907
  readonly DhxGBjA6Gow9E6ZKZ49SdziihHZ4PeXxFNatSqmesKZu: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
20849
20908
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -21058,16 +21117,16 @@ export declare const repository: {
21058
21117
  }>, "strip", import("zod").ZodTypeAny, {
21059
21118
  description?: string | undefined;
21060
21119
  name?: string | undefined;
21061
- reason?: string | undefined;
21062
21120
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21121
+ reason?: string | undefined;
21063
21122
  events?: string[] | undefined;
21064
21123
  rejectedAt?: number | undefined;
21065
21124
  targetMerchantId?: string | undefined;
21066
21125
  }, {
21067
21126
  description?: string | undefined;
21068
21127
  name?: string | undefined;
21069
- reason?: string | undefined;
21070
21128
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21129
+ reason?: string | undefined;
21071
21130
  events?: string[] | undefined;
21072
21131
  rejectedAt?: number | undefined;
21073
21132
  targetMerchantId?: string | undefined;
@@ -21699,13 +21758,13 @@ export declare const repository: {
21699
21758
  }>, "strip", import("zod").ZodTypeAny, {
21700
21759
  description?: string | undefined;
21701
21760
  name?: string | undefined;
21702
- reason?: string | undefined;
21703
21761
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21762
+ reason?: string | undefined;
21704
21763
  }, {
21705
21764
  description?: string | undefined;
21706
21765
  name?: string | undefined;
21707
- reason?: string | undefined;
21708
21766
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21767
+ reason?: string | undefined;
21709
21768
  }>;
21710
21769
  readonly FAZCx2s5eq9zPV64LdHNFYbjjxD3ci1ZqyTcQk5WhXAs: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
21711
21770
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -21865,13 +21924,13 @@ export declare const repository: {
21865
21924
  }>, "strip", import("zod").ZodTypeAny, {
21866
21925
  description?: string | undefined;
21867
21926
  name?: string | undefined;
21868
- reason?: string | undefined;
21869
21927
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21928
+ reason?: string | undefined;
21870
21929
  }, {
21871
21930
  description?: string | undefined;
21872
21931
  name?: string | undefined;
21873
- reason?: string | undefined;
21874
21932
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21933
+ reason?: string | undefined;
21875
21934
  }>;
21876
21935
  readonly BQioEtRPYv2fWVryRsSYQc1Vnp9eyX3CYDrNY1hEy1Ye: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
21877
21936
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -21889,14 +21948,14 @@ export declare const repository: {
21889
21948
  status?: string | undefined;
21890
21949
  description?: string | undefined;
21891
21950
  name?: string | undefined;
21892
- reason?: string | undefined;
21893
21951
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21952
+ reason?: string | undefined;
21894
21953
  }, {
21895
21954
  status?: string | undefined;
21896
21955
  description?: string | undefined;
21897
21956
  name?: string | undefined;
21898
- reason?: string | undefined;
21899
21957
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
21958
+ reason?: string | undefined;
21900
21959
  }>;
21901
21960
  readonly '6vnMMWuq6qJ1hxLqL1P2ckCqC9JtJF3QNW8s7rMTgZ4Q': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
21902
21961
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -23483,24 +23542,24 @@ export declare const repository: {
23483
23542
  status?: string | undefined;
23484
23543
  description?: string | undefined;
23485
23544
  name?: string | undefined;
23486
- reason?: string | undefined;
23487
23545
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23488
- chargeAttemptId?: string | undefined;
23489
- remainingAmountMinor?: number | undefined;
23490
23546
  respondedAt?: {
23491
23547
  [x: string]: any;
23492
23548
  } | undefined;
23549
+ reason?: string | undefined;
23550
+ chargeAttemptId?: string | undefined;
23551
+ remainingAmountMinor?: number | undefined;
23493
23552
  }, {
23494
23553
  status?: string | undefined;
23495
23554
  description?: string | undefined;
23496
23555
  name?: string | undefined;
23497
- reason?: string | undefined;
23498
23556
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23499
- chargeAttemptId?: string | undefined;
23500
- remainingAmountMinor?: number | undefined;
23501
23557
  respondedAt?: {
23502
23558
  [x: string]: any;
23503
23559
  } | undefined;
23560
+ reason?: string | undefined;
23561
+ chargeAttemptId?: string | undefined;
23562
+ remainingAmountMinor?: number | undefined;
23504
23563
  }>;
23505
23564
  readonly '3TW3tRAQdYoMTFeeqmnWLR9JFibTVaJuiRJfJ3ggeVTJ': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
23506
23565
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -23528,8 +23587,8 @@ export declare const repository: {
23528
23587
  status?: string | undefined;
23529
23588
  description?: string | undefined;
23530
23589
  name?: string | undefined;
23531
- reason?: string | undefined;
23532
23590
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23591
+ reason?: string | undefined;
23533
23592
  holdId?: string | undefined;
23534
23593
  transactionId?: string | undefined;
23535
23594
  capturedDeltaMinor?: number | undefined;
@@ -23542,8 +23601,8 @@ export declare const repository: {
23542
23601
  status?: string | undefined;
23543
23602
  description?: string | undefined;
23544
23603
  name?: string | undefined;
23545
- reason?: string | undefined;
23546
23604
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23605
+ reason?: string | undefined;
23547
23606
  holdId?: string | undefined;
23548
23607
  transactionId?: string | undefined;
23549
23608
  capturedDeltaMinor?: number | undefined;
@@ -23577,26 +23636,26 @@ export declare const repository: {
23577
23636
  status?: string | undefined;
23578
23637
  description?: string | undefined;
23579
23638
  name?: string | undefined;
23580
- reason?: string | undefined;
23581
23639
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23582
- amountCaptured?: number | undefined;
23583
- amountReserved?: number | undefined;
23584
- chargeAttemptId?: string | undefined;
23585
23640
  respondedAt?: {
23586
23641
  [x: string]: any;
23587
23642
  } | undefined;
23643
+ reason?: string | undefined;
23644
+ amountCaptured?: number | undefined;
23645
+ amountReserved?: number | undefined;
23646
+ chargeAttemptId?: string | undefined;
23588
23647
  }, {
23589
23648
  status?: string | undefined;
23590
23649
  description?: string | undefined;
23591
23650
  name?: string | undefined;
23592
- reason?: string | undefined;
23593
23651
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
23594
- amountCaptured?: number | undefined;
23595
- amountReserved?: number | undefined;
23596
- chargeAttemptId?: string | undefined;
23597
23652
  respondedAt?: {
23598
23653
  [x: string]: any;
23599
23654
  } | undefined;
23655
+ reason?: string | undefined;
23656
+ amountCaptured?: number | undefined;
23657
+ amountReserved?: number | undefined;
23658
+ chargeAttemptId?: string | undefined;
23600
23659
  }>;
23601
23660
  readonly Dh2LtUN8Umc478kif8VWsNM1FrL5usVEeevv2GKnKP4F: import("zod").ZodObject<{
23602
23661
  amount: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -24084,13 +24143,13 @@ export declare const repository: {
24084
24143
  }>, "strip", import("zod").ZodTypeAny, {
24085
24144
  description?: string | undefined;
24086
24145
  name?: string | undefined;
24087
- reason?: string | undefined;
24088
24146
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
24147
+ reason?: string | undefined;
24089
24148
  }, {
24090
24149
  description?: string | undefined;
24091
24150
  name?: string | undefined;
24092
- reason?: string | undefined;
24093
24151
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
24152
+ reason?: string | undefined;
24094
24153
  }>;
24095
24154
  readonly DqiwzsNLbHCh6PaDF6wy6ZqBSF5JV5nAQSKFKTPRTbGB: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
24096
24155
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -25406,13 +25465,13 @@ export declare const repository: {
25406
25465
  }>, "strip", import("zod").ZodTypeAny, {
25407
25466
  description?: string | undefined;
25408
25467
  name?: string | undefined;
25409
- reason?: string | undefined;
25410
25468
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25469
+ reason?: string | undefined;
25411
25470
  }, {
25412
25471
  description?: string | undefined;
25413
25472
  name?: string | undefined;
25414
- reason?: string | undefined;
25415
25473
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25474
+ reason?: string | undefined;
25416
25475
  }>;
25417
25476
  readonly EGRRGwNnReqfQQhKnML28DWz9MvvC3B5JgbBrCUxrZ3G: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
25418
25477
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -25455,13 +25514,13 @@ export declare const repository: {
25455
25514
  }>, "strip", import("zod").ZodTypeAny, {
25456
25515
  description?: string | undefined;
25457
25516
  name?: string | undefined;
25458
- reason?: string | undefined;
25459
25517
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25518
+ reason?: string | undefined;
25460
25519
  }, {
25461
25520
  description?: string | undefined;
25462
25521
  name?: string | undefined;
25463
- reason?: string | undefined;
25464
25522
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25523
+ reason?: string | undefined;
25465
25524
  }>;
25466
25525
  readonly '653sCbbRH3RiKhGjmVxh6wFVs4rn54wJRKDXRMKBZtjA': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
25467
25526
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -25477,13 +25536,13 @@ export declare const repository: {
25477
25536
  }>, "strip", import("zod").ZodTypeAny, {
25478
25537
  description?: string | undefined;
25479
25538
  name?: string | undefined;
25480
- reason?: string | undefined;
25481
25539
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25540
+ reason?: string | undefined;
25482
25541
  }, {
25483
25542
  description?: string | undefined;
25484
25543
  name?: string | undefined;
25485
- reason?: string | undefined;
25486
25544
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25545
+ reason?: string | undefined;
25487
25546
  }>;
25488
25547
  readonly GU8nkSnUuMs6632rHQyBndRtjDcMB9ZSbgwkGYcfGt97: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
25489
25548
  description: import("zod").ZodOptional<import("zod").ZodString>;
@@ -25643,13 +25702,13 @@ export declare const repository: {
25643
25702
  }>, "strip", import("zod").ZodTypeAny, {
25644
25703
  description?: string | undefined;
25645
25704
  name?: string | undefined;
25646
- reason?: string | undefined;
25647
25705
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25706
+ reason?: string | undefined;
25648
25707
  }, {
25649
25708
  description?: string | undefined;
25650
25709
  name?: string | undefined;
25651
- reason?: string | undefined;
25652
25710
  inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
25711
+ reason?: string | undefined;
25653
25712
  }>;
25654
25713
  readonly '4pVAdZo93FHRRkAkshqCZW4pUvvV1ccczJZ2Lu4jkD1D': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
25655
25714
  description: import("zod").ZodOptional<import("zod").ZodString>;