@blue-repository/types 0.17.0 → 0.19.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.
- package/README.md +1 -1
- package/dist/meta.d.ts +2 -2
- package/dist/meta.d.ts.map +1 -1
- package/dist/meta.js +2 -0
- package/dist/meta.js.map +1 -1
- package/dist/packages/conversation/blue-ids.d.ts +2 -2
- package/dist/packages/conversation/blue-ids.js +2 -2
- package/dist/packages/conversation/contents/CustomerActionRequested.d.ts +41 -18
- package/dist/packages/conversation/contents/CustomerActionRequested.d.ts.map +1 -1
- package/dist/packages/conversation/contents/CustomerActionRequested.js +41 -18
- package/dist/packages/conversation/contents/CustomerActionRequested.js.map +1 -1
- package/dist/packages/conversation/contents/CustomerActionResponded.d.ts +6 -6
- package/dist/packages/conversation/contents/CustomerActionResponded.d.ts.map +1 -1
- package/dist/packages/conversation/contents/CustomerActionResponded.js +6 -6
- package/dist/packages/conversation/contents/CustomerActionResponded.js.map +1 -1
- package/dist/packages/conversation/contents/index.d.ts +77 -54
- package/dist/packages/conversation/contents/index.d.ts.map +1 -1
- package/dist/packages/conversation/contents/index.js +6 -6
- package/dist/packages/conversation/contents/index.js.map +1 -1
- package/dist/packages/conversation/index.d.ts +126 -74
- package/dist/packages/conversation/index.d.ts.map +1 -1
- package/dist/packages/conversation/meta.d.ts +8 -8
- package/dist/packages/conversation/meta.js +6 -6
- package/dist/packages/conversation/meta.js.map +1 -1
- package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts +38 -9
- package/dist/packages/conversation/schemas/CustomerActionRequested.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/CustomerActionRequested.js +10 -3
- package/dist/packages/conversation/schemas/CustomerActionRequested.js.map +1 -1
- package/dist/packages/conversation/schemas/CustomerActionResponded.d.ts +3 -3
- package/dist/packages/conversation/schemas/CustomerActionResponded.js +1 -1
- package/dist/packages/conversation/schemas/CustomerActionResponded.js.map +1 -1
- package/dist/packages/conversation/schemas/index.d.ts +43 -14
- package/dist/packages/conversation/schemas/index.d.ts.map +1 -1
- package/dist/packages/conversation/schemas/index.js +2 -2
- package/dist/packages/conversation/schemas/index.js.map +1 -1
- package/dist/packages/paynote/blue-ids.d.ts +6 -7
- package/dist/packages/paynote/blue-ids.d.ts.map +1 -1
- package/dist/packages/paynote/blue-ids.js +6 -7
- package/dist/packages/paynote/blue-ids.js.map +1 -1
- package/dist/packages/paynote/contents/PayNoteDelivery.d.ts +1 -1
- package/dist/packages/paynote/contents/PayNoteDelivery.js +1 -1
- package/dist/packages/paynote/contents/PaymentMandate.d.ts +119 -6
- package/dist/packages/paynote/contents/PaymentMandate.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandate.js +119 -6
- package/dist/packages/paynote/contents/PaymentMandate.js.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.d.ts +3 -9
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.js +3 -9
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationRequested.js.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationResponded.d.ts +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendAuthorizationResponded.js +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettled.d.ts +12 -6
- package/dist/packages/paynote/contents/PaymentMandateSpendSettled.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettled.js +12 -6
- package/dist/packages/paynote/contents/PaymentMandateSpendSettled.js.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.d.ts +7 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.d.ts.map +1 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.js +7 -1
- package/dist/packages/paynote/contents/PaymentMandateSpendSettlementResponded.js.map +1 -1
- package/dist/packages/paynote/contents/index.d.ts +1355 -1349
- package/dist/packages/paynote/contents/index.d.ts.map +1 -1
- package/dist/packages/paynote/contents/index.js +18 -21
- package/dist/packages/paynote/contents/index.js.map +1 -1
- package/dist/packages/paynote/index.d.ts +1427 -1520
- package/dist/packages/paynote/index.d.ts.map +1 -1
- package/dist/packages/paynote/meta.d.ts +24 -34
- package/dist/packages/paynote/meta.d.ts.map +1 -1
- package/dist/packages/paynote/meta.js +18 -29
- package/dist/packages/paynote/meta.js.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandate.d.ts +13 -18
- package/dist/packages/paynote/schemas/PaymentMandate.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandate.js +21 -2
- package/dist/packages/paynote/schemas/PaymentMandate.js.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.d.ts +3 -6
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.js +1 -2
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationRequested.js.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationResponded.d.ts +3 -3
- package/dist/packages/paynote/schemas/PaymentMandateSpendAuthorizationResponded.js +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.d.ts +6 -3
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.js +2 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettled.js.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.d.ts +6 -3
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.js +2 -1
- package/dist/packages/paynote/schemas/PaymentMandateSpendSettlementResponded.js.map +1 -1
- package/dist/packages/paynote/schemas/index.d.ts +37 -128
- package/dist/packages/paynote/schemas/index.d.ts.map +1 -1
- package/dist/packages/paynote/schemas/index.js +6 -9
- package/dist/packages/paynote/schemas/index.js.map +1 -1
- package/dist/repository.d.ts +1563 -1604
- package/dist/repository.d.ts.map +1 -1
- package/package.json +2 -2
- package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.d.ts +0 -113
- package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.d.ts.map +0 -1
- package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.js +0 -113
- package/dist/packages/paynote/contents/PaymentMandateChargeAttemptState.js.map +0 -1
- package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.d.ts +0 -91
- package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.d.ts.map +0 -1
- package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.js +0 -28
- package/dist/packages/paynote/schemas/PaymentMandateChargeAttemptState.js.map +0 -1
|
@@ -412,54 +412,77 @@ declare const _default: {
|
|
|
412
412
|
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
413
413
|
};
|
|
414
414
|
};
|
|
415
|
-
readonly '
|
|
416
|
-
readonly description: "
|
|
417
|
-
readonly
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
readonly message: {
|
|
421
|
-
readonly description: "Human-readable message describing what is expected.";
|
|
415
|
+
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': {
|
|
416
|
+
readonly description: "Policy marker that restricts /contracts mutations to explicit sectionChanges and rejects JSON Patch entries targeting /contracts.\n";
|
|
417
|
+
readonly name: "Contracts Change Policy";
|
|
418
|
+
readonly requireSectionChanges: {
|
|
419
|
+
readonly description: "Policy flag; when present and not false, /contracts changes must use sectionChanges. Set false to allow direct changeset edits.";
|
|
422
420
|
readonly type: {
|
|
423
|
-
readonly blueId: "
|
|
421
|
+
readonly blueId: "4EzhSubEimSQD3zrYHRtobfPPWntUuhEz8YcdxHsi12u";
|
|
424
422
|
};
|
|
425
423
|
};
|
|
426
|
-
readonly
|
|
427
|
-
readonly
|
|
428
|
-
readonly type: {
|
|
429
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
430
|
-
};
|
|
424
|
+
readonly type: {
|
|
425
|
+
readonly blueId: "7QACj919YMRvFCTELCf6jfQTp41RVhtHdE6bPazLUZQ6";
|
|
431
426
|
};
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
427
|
+
};
|
|
428
|
+
readonly '6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX': {
|
|
429
|
+
readonly actions: {
|
|
430
|
+
readonly description: "List of available user actions for this pending action request.";
|
|
435
431
|
readonly itemType: {
|
|
436
|
-
readonly
|
|
432
|
+
readonly inputPlaceholder: {
|
|
433
|
+
readonly description: "Optional placeholder/help text shown in the action input control.";
|
|
434
|
+
readonly type: {
|
|
435
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
readonly inputRequired: {
|
|
439
|
+
readonly description: "Optional flag indicating whether input is required for this action.";
|
|
440
|
+
readonly type: {
|
|
441
|
+
readonly blueId: "4EzhSubEimSQD3zrYHRtobfPPWntUuhEz8YcdxHsi12u";
|
|
442
|
+
};
|
|
443
|
+
};
|
|
444
|
+
readonly inputSchema: {
|
|
445
|
+
readonly description: "Optional input schema. If present, the selected action may collect user input.";
|
|
446
|
+
};
|
|
447
|
+
readonly inputTitle: {
|
|
448
|
+
readonly description: "Optional title displayed above the action input control.";
|
|
449
|
+
readonly type: {
|
|
450
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
451
|
+
};
|
|
452
|
+
};
|
|
453
|
+
readonly label: {
|
|
454
|
+
readonly description: "User-facing action label shown in the pending action card.";
|
|
455
|
+
readonly type: {
|
|
456
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
readonly variant: {
|
|
460
|
+
readonly description: "Optional button style variant. Supported values: primary | secondary | reject.";
|
|
461
|
+
readonly type: {
|
|
462
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
463
|
+
};
|
|
464
|
+
};
|
|
437
465
|
};
|
|
438
466
|
readonly type: {
|
|
439
467
|
readonly blueId: "6aehfNAxHLC1PHHoDr3tYtFH3RWNbiWdFancJ1bypXEY";
|
|
440
468
|
};
|
|
441
469
|
};
|
|
442
|
-
readonly
|
|
443
|
-
|
|
470
|
+
readonly description: "A document suggests that the bank should ask the customer to take a specific action in the bank UI.";
|
|
471
|
+
readonly message: {
|
|
472
|
+
readonly description: "Human-readable message describing what is expected.";
|
|
444
473
|
readonly type: {
|
|
445
474
|
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
446
475
|
};
|
|
447
476
|
};
|
|
448
|
-
readonly
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
};
|
|
452
|
-
readonly '6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U': {
|
|
453
|
-
readonly description: "Policy marker that restricts /contracts mutations to explicit sectionChanges and rejects JSON Patch entries targeting /contracts.\n";
|
|
454
|
-
readonly name: "Contracts Change Policy";
|
|
455
|
-
readonly requireSectionChanges: {
|
|
456
|
-
readonly description: "Policy flag; when present and not false, /contracts changes must use sectionChanges. Set false to allow direct changeset edits.";
|
|
477
|
+
readonly name: "Customer Action Requested";
|
|
478
|
+
readonly title: {
|
|
479
|
+
readonly description: "Short title for the pending action.";
|
|
457
480
|
readonly type: {
|
|
458
|
-
readonly blueId: "
|
|
481
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
459
482
|
};
|
|
460
483
|
};
|
|
461
484
|
readonly type: {
|
|
462
|
-
readonly blueId: "
|
|
485
|
+
readonly blueId: "8f9UhHMbRe62sFgzQVheToaJPYi7t7HPNVvpQTbqfL5n";
|
|
463
486
|
};
|
|
464
487
|
};
|
|
465
488
|
readonly '7dUt8jiX5vGeZL7wVzWFA8uEw37T6oPgC8KyDZmqxeSj': {
|
|
@@ -618,28 +641,6 @@ declare const _default: {
|
|
|
618
641
|
readonly blueId: "5Wz4G9qcnBJnntYRkz4dgLK5bSuoMpYJZj4j5M59z4we";
|
|
619
642
|
};
|
|
620
643
|
};
|
|
621
|
-
readonly '951RFxKXpzbJiyMC7fYGSxMeSEqewmTwgZBtHMhVVsaj': {
|
|
622
|
-
readonly description: "Bank response event that reports a user decision for a previously requested pending action.";
|
|
623
|
-
readonly input: {
|
|
624
|
-
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.";
|
|
625
|
-
};
|
|
626
|
-
readonly mode: {
|
|
627
|
-
readonly description: "Pending action mode. Supported values: options | input.";
|
|
628
|
-
readonly type: {
|
|
629
|
-
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
630
|
-
};
|
|
631
|
-
};
|
|
632
|
-
readonly name: "Customer Action Responded";
|
|
633
|
-
readonly respondedAt: {
|
|
634
|
-
readonly description: "Timestamp when the user decision was recorded by the bank.";
|
|
635
|
-
readonly type: {
|
|
636
|
-
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
637
|
-
};
|
|
638
|
-
};
|
|
639
|
-
readonly type: {
|
|
640
|
-
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
641
|
-
};
|
|
642
|
-
};
|
|
643
644
|
readonly '9fnXwi4Za8hjEj6zDSEjhbA5dLrDzs7sxoDMGLmRT2Gz': {
|
|
644
645
|
readonly description: "Discards a previously proposed change by removing its proposal state.";
|
|
645
646
|
readonly name: "Reject Change Workflow";
|
|
@@ -977,6 +978,28 @@ declare const _default: {
|
|
|
977
978
|
};
|
|
978
979
|
};
|
|
979
980
|
};
|
|
981
|
+
readonly GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6: {
|
|
982
|
+
readonly actionLabel: {
|
|
983
|
+
readonly description: "Label of the action selected by the user.";
|
|
984
|
+
readonly type: {
|
|
985
|
+
readonly blueId: "DLRQwz7MQeCrzjy9bohPNwtCxKEBbKaMK65KBrwjfG6K";
|
|
986
|
+
};
|
|
987
|
+
};
|
|
988
|
+
readonly description: "Bank response event that reports a user decision for a previously requested pending action.";
|
|
989
|
+
readonly input: {
|
|
990
|
+
readonly description: "Optional user-provided payload for the selected action.";
|
|
991
|
+
};
|
|
992
|
+
readonly name: "Customer Action Responded";
|
|
993
|
+
readonly respondedAt: {
|
|
994
|
+
readonly description: "Timestamp when the user decision was recorded by the bank.";
|
|
995
|
+
readonly type: {
|
|
996
|
+
readonly blueId: "GQaGqFxHDz64L1c9QkCbz52ths6bMVtpHnw4QDngzQYs";
|
|
997
|
+
};
|
|
998
|
+
};
|
|
999
|
+
readonly type: {
|
|
1000
|
+
readonly blueId: "36epvrpVHZLjapbeZsNodz2NDnm7XZeNZcnkWHgkP1pp";
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
980
1003
|
readonly Guus3kHbivXvy5G93yhiKs3Pc8sxCc4XVvSo7CqLsQEc: {
|
|
981
1004
|
readonly description: "A final state indicating that the document encountered an unrecoverable\nerror and could not complete its process.\n";
|
|
982
1005
|
readonly mode: {
|
|
@@ -2713,7 +2736,7 @@ declare const _default: {
|
|
|
2713
2736
|
order?: number | undefined;
|
|
2714
2737
|
requireSectionChanges?: boolean | undefined;
|
|
2715
2738
|
}>;
|
|
2716
|
-
readonly '
|
|
2739
|
+
readonly '6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX': import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2717
2740
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2718
2741
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2719
2742
|
}, {
|
|
@@ -2721,33 +2744,62 @@ declare const _default: {
|
|
|
2721
2744
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2722
2745
|
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2723
2746
|
}>, {
|
|
2747
|
+
actions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2748
|
+
inputPlaceholder: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2749
|
+
inputRequired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2750
|
+
inputSchema: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2751
|
+
inputTitle: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2752
|
+
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2753
|
+
variant: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2754
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2755
|
+
inputPlaceholder?: string | undefined;
|
|
2756
|
+
inputRequired?: boolean | undefined;
|
|
2757
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
2758
|
+
inputTitle?: string | undefined;
|
|
2759
|
+
label?: string | undefined;
|
|
2760
|
+
variant?: string | undefined;
|
|
2761
|
+
}, {
|
|
2762
|
+
inputPlaceholder?: string | undefined;
|
|
2763
|
+
inputRequired?: boolean | undefined;
|
|
2764
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
2765
|
+
inputTitle?: string | undefined;
|
|
2766
|
+
label?: string | undefined;
|
|
2767
|
+
variant?: string | undefined;
|
|
2768
|
+
}>, "many">>;
|
|
2724
2769
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2725
|
-
inputSchema: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2726
2770
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2727
|
-
mode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2728
2771
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2729
|
-
options: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2730
2772
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2731
2773
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
2732
2774
|
message?: string | undefined;
|
|
2733
|
-
options?: string[] | undefined;
|
|
2734
2775
|
description?: string | undefined;
|
|
2735
2776
|
name?: string | undefined;
|
|
2736
2777
|
title?: string | undefined;
|
|
2737
2778
|
requestId?: string | undefined;
|
|
2738
|
-
|
|
2739
|
-
|
|
2779
|
+
actions?: {
|
|
2780
|
+
inputPlaceholder?: string | undefined;
|
|
2781
|
+
inputRequired?: boolean | undefined;
|
|
2782
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
2783
|
+
inputTitle?: string | undefined;
|
|
2784
|
+
label?: string | undefined;
|
|
2785
|
+
variant?: string | undefined;
|
|
2786
|
+
}[] | undefined;
|
|
2740
2787
|
}, {
|
|
2741
2788
|
message?: string | undefined;
|
|
2742
|
-
options?: string[] | undefined;
|
|
2743
2789
|
description?: string | undefined;
|
|
2744
2790
|
name?: string | undefined;
|
|
2745
2791
|
title?: string | undefined;
|
|
2746
2792
|
requestId?: string | undefined;
|
|
2747
|
-
|
|
2748
|
-
|
|
2793
|
+
actions?: {
|
|
2794
|
+
inputPlaceholder?: string | undefined;
|
|
2795
|
+
inputRequired?: boolean | undefined;
|
|
2796
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
2797
|
+
inputTitle?: string | undefined;
|
|
2798
|
+
label?: string | undefined;
|
|
2799
|
+
variant?: string | undefined;
|
|
2800
|
+
}[] | undefined;
|
|
2749
2801
|
}>;
|
|
2750
|
-
readonly
|
|
2802
|
+
readonly GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
2751
2803
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2752
2804
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2753
2805
|
}, {
|
|
@@ -2755,9 +2807,9 @@ declare const _default: {
|
|
|
2755
2807
|
inResponseTo: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2756
2808
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2757
2809
|
}>, {
|
|
2810
|
+
actionLabel: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2758
2811
|
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2759
2812
|
input: import("zod").ZodOptional<import("zod").ZodType<import("@blue-labs/language").BlueNode, import("zod").ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
2760
|
-
mode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2761
2813
|
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2762
2814
|
respondedAt: import("zod").ZodOptional<import("zod").ZodObject<any, import("zod").UnknownKeysParam, import("zod").ZodTypeAny, {
|
|
2763
2815
|
[x: string]: any;
|
|
@@ -2767,8 +2819,8 @@ declare const _default: {
|
|
|
2767
2819
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
2768
2820
|
description?: string | undefined;
|
|
2769
2821
|
name?: string | undefined;
|
|
2770
|
-
mode?: string | undefined;
|
|
2771
2822
|
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2823
|
+
actionLabel?: string | undefined;
|
|
2772
2824
|
input?: import("@blue-labs/language").BlueNode | undefined;
|
|
2773
2825
|
respondedAt?: {
|
|
2774
2826
|
[x: string]: any;
|
|
@@ -2776,8 +2828,8 @@ declare const _default: {
|
|
|
2776
2828
|
}, {
|
|
2777
2829
|
description?: string | undefined;
|
|
2778
2830
|
name?: string | undefined;
|
|
2779
|
-
mode?: string | undefined;
|
|
2780
2831
|
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
2832
|
+
actionLabel?: string | undefined;
|
|
2781
2833
|
input?: import("@blue-labs/language").BlueNode | undefined;
|
|
2782
2834
|
respondedAt?: {
|
|
2783
2835
|
[x: string]: any;
|
|
@@ -5585,8 +5637,8 @@ declare const _default: {
|
|
|
5585
5637
|
readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
|
|
5586
5638
|
readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
|
|
5587
5639
|
readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
5588
|
-
readonly 'Conversation/Customer Action Requested': "
|
|
5589
|
-
readonly 'Conversation/Customer Action Responded': "
|
|
5640
|
+
readonly 'Conversation/Customer Action Requested': "6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX";
|
|
5641
|
+
readonly 'Conversation/Customer Action Responded': "GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6";
|
|
5590
5642
|
readonly 'Conversation/Customer Consent': "5UeiZ6EC1y3KMafuX6ioNqHHM62S5Xf3ULrC9L3m7MJx";
|
|
5591
5643
|
readonly 'Conversation/Customer Consent Revoked': "9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK";
|
|
5592
5644
|
readonly 'Conversation/Document Bootstrap Completed': "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
|
|
@@ -5707,21 +5759,21 @@ declare const _default: {
|
|
|
5707
5759
|
readonly attributesAdded: readonly [];
|
|
5708
5760
|
}];
|
|
5709
5761
|
};
|
|
5710
|
-
readonly '
|
|
5762
|
+
readonly '6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX': {
|
|
5711
5763
|
readonly status: "dev";
|
|
5712
5764
|
readonly name: "Customer Action Requested";
|
|
5713
5765
|
readonly versions: readonly [{
|
|
5714
|
-
readonly repositoryVersionIndex:
|
|
5715
|
-
readonly typeBlueId: "
|
|
5766
|
+
readonly repositoryVersionIndex: 7;
|
|
5767
|
+
readonly typeBlueId: "6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX";
|
|
5716
5768
|
readonly attributesAdded: readonly [];
|
|
5717
5769
|
}];
|
|
5718
5770
|
};
|
|
5719
|
-
readonly
|
|
5771
|
+
readonly GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6: {
|
|
5720
5772
|
readonly status: "dev";
|
|
5721
5773
|
readonly name: "Customer Action Responded";
|
|
5722
5774
|
readonly versions: readonly [{
|
|
5723
|
-
readonly repositoryVersionIndex:
|
|
5724
|
-
readonly typeBlueId: "
|
|
5775
|
+
readonly repositoryVersionIndex: 7;
|
|
5776
|
+
readonly typeBlueId: "GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6";
|
|
5725
5777
|
readonly attributesAdded: readonly [];
|
|
5726
5778
|
}];
|
|
5727
5779
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/conversation/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/conversation/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACpC,wBAAuD;AACvD,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,CAAC"}
|
|
@@ -9,8 +9,8 @@ declare const metaWithAliases: {
|
|
|
9
9
|
readonly 'Conversation/Chat Message': "AkUKoKY1hHY1CytCrAXDPKCd4md1QGmn1WNcQtWBsyAD";
|
|
10
10
|
readonly 'Conversation/Composite Timeline Channel': "HsNatiPt2YvmkWQoqtfrFCbdp75ZUBLBUkWeq84WTfnr";
|
|
11
11
|
readonly 'Conversation/Contracts Change Policy': "6FDVZRQwuhXdXtnXq8kRg3f3DM8SUdbN3TT8rSGJcS2U";
|
|
12
|
-
readonly 'Conversation/Customer Action Requested': "
|
|
13
|
-
readonly 'Conversation/Customer Action Responded': "
|
|
12
|
+
readonly 'Conversation/Customer Action Requested': "6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX";
|
|
13
|
+
readonly 'Conversation/Customer Action Responded': "GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6";
|
|
14
14
|
readonly 'Conversation/Customer Consent': "5UeiZ6EC1y3KMafuX6ioNqHHM62S5Xf3ULrC9L3m7MJx";
|
|
15
15
|
readonly 'Conversation/Customer Consent Revoked': "9h1AhEexkxxKLYv1NHbEESYCPtvW7Nt51msGtuQC5jWK";
|
|
16
16
|
readonly 'Conversation/Document Bootstrap Completed': "HH5u8PwvdXrARNkT4oyWR4QjgkwhKfPWGnNtEwfUBiUg";
|
|
@@ -131,21 +131,21 @@ declare const metaWithAliases: {
|
|
|
131
131
|
readonly attributesAdded: readonly [];
|
|
132
132
|
}];
|
|
133
133
|
};
|
|
134
|
-
readonly '
|
|
134
|
+
readonly '6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX': {
|
|
135
135
|
readonly status: "dev";
|
|
136
136
|
readonly name: "Customer Action Requested";
|
|
137
137
|
readonly versions: readonly [{
|
|
138
|
-
readonly repositoryVersionIndex:
|
|
139
|
-
readonly typeBlueId: "
|
|
138
|
+
readonly repositoryVersionIndex: 7;
|
|
139
|
+
readonly typeBlueId: "6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX";
|
|
140
140
|
readonly attributesAdded: readonly [];
|
|
141
141
|
}];
|
|
142
142
|
};
|
|
143
|
-
readonly
|
|
143
|
+
readonly GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6: {
|
|
144
144
|
readonly status: "dev";
|
|
145
145
|
readonly name: "Customer Action Responded";
|
|
146
146
|
readonly versions: readonly [{
|
|
147
|
-
readonly repositoryVersionIndex:
|
|
148
|
-
readonly typeBlueId: "
|
|
147
|
+
readonly repositoryVersionIndex: 7;
|
|
148
|
+
readonly typeBlueId: "GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6";
|
|
149
149
|
readonly attributesAdded: readonly [];
|
|
150
150
|
}];
|
|
151
151
|
};
|
|
@@ -101,24 +101,24 @@ const meta = {
|
|
|
101
101
|
},
|
|
102
102
|
],
|
|
103
103
|
},
|
|
104
|
-
'
|
|
104
|
+
'6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX': {
|
|
105
105
|
status: 'dev',
|
|
106
106
|
name: 'Customer Action Requested',
|
|
107
107
|
versions: [
|
|
108
108
|
{
|
|
109
|
-
repositoryVersionIndex:
|
|
110
|
-
typeBlueId: '
|
|
109
|
+
repositoryVersionIndex: 7,
|
|
110
|
+
typeBlueId: '6ZLHE59mb1ytEjW78jmYCU3DXxj4Fzfjea7tz3VEkwyX',
|
|
111
111
|
attributesAdded: [],
|
|
112
112
|
},
|
|
113
113
|
],
|
|
114
114
|
},
|
|
115
|
-
|
|
115
|
+
GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6: {
|
|
116
116
|
status: 'dev',
|
|
117
117
|
name: 'Customer Action Responded',
|
|
118
118
|
versions: [
|
|
119
119
|
{
|
|
120
|
-
repositoryVersionIndex:
|
|
121
|
-
typeBlueId: '
|
|
120
|
+
repositoryVersionIndex: 7,
|
|
121
|
+
typeBlueId: 'GFyes2Px1cY5Yfk2oiA1qpzhz2purMED3g1L74Bu1Ho6',
|
|
122
122
|
attributesAdded: [],
|
|
123
123
|
},
|
|
124
124
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/packages/conversation/meta.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,YAAY,CAAC;AAEjC,MAAM,IAAI,GAAG;IACX,IAAI,EAAE,cAAc;IACpB,SAAS,EAAE;QACT,4CAA4C,EAAE;YAC5C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,yBAAyB;YAC/B,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,8CAA8C,EAAE;YAC9C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,wBAAwB;YAC9B,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,4CAA4C,EAAE;YAC5C,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,OAAO;YACb,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,4CAA4C,EAAE;YAC5C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,kBAAkB;YACxB,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,4CAA4C,EAAE;YAC5C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,gBAAgB;YACtB,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,8CAA8C,EAAE;YAC9C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,iBAAiB;YACvB,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,4CAA4C,EAAE;YAC5C,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,cAAc;YACpB,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,4CAA4C,EAAE;YAC5C,MAAM,EAAE,QAAQ;YAChB,IAAI,EAAE,4BAA4B;YAClC,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,8CAA8C,EAAE;YAC9C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,yBAAyB;YAC/B,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,8CAA8C,EAAE;YAC9C,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,2BAA2B;YACjC,QAAQ,EAAE;gBACR;oBACE,sBAAsB,EAAE,CAAC;oBACzB,UAAU,EAAE,8CAA8C;oBAC1D,eAAe,EAAE,EAAE;iBACpB;aACF;SACF;QACD,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../src/packages/conversation/meta.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,31 +7,60 @@ export declare const CustomerActionRequestedSchema: z.ZodObject<z.objectUtil.ext
|
|
|
7
7
|
name: z.ZodOptional<z.ZodString>;
|
|
8
8
|
requestId: z.ZodOptional<z.ZodString>;
|
|
9
9
|
}>, {
|
|
10
|
+
actions: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
11
|
+
inputPlaceholder: z.ZodOptional<z.ZodString>;
|
|
12
|
+
inputRequired: z.ZodOptional<z.ZodBoolean>;
|
|
13
|
+
inputSchema: z.ZodOptional<z.ZodType<import("@blue-labs/language").BlueNode, z.ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
14
|
+
inputTitle: z.ZodOptional<z.ZodString>;
|
|
15
|
+
label: z.ZodOptional<z.ZodString>;
|
|
16
|
+
variant: z.ZodOptional<z.ZodString>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
inputPlaceholder?: string | undefined;
|
|
19
|
+
inputRequired?: boolean | undefined;
|
|
20
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
21
|
+
inputTitle?: string | undefined;
|
|
22
|
+
label?: string | undefined;
|
|
23
|
+
variant?: string | undefined;
|
|
24
|
+
}, {
|
|
25
|
+
inputPlaceholder?: string | undefined;
|
|
26
|
+
inputRequired?: boolean | undefined;
|
|
27
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
28
|
+
inputTitle?: string | undefined;
|
|
29
|
+
label?: string | undefined;
|
|
30
|
+
variant?: string | undefined;
|
|
31
|
+
}>, "many">>;
|
|
10
32
|
description: z.ZodOptional<z.ZodString>;
|
|
11
|
-
inputSchema: z.ZodOptional<z.ZodType<import("@blue-labs/language").BlueNode, z.ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
12
33
|
message: z.ZodOptional<z.ZodString>;
|
|
13
|
-
mode: z.ZodOptional<z.ZodString>;
|
|
14
34
|
name: z.ZodOptional<z.ZodString>;
|
|
15
|
-
options: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16
35
|
title: z.ZodOptional<z.ZodString>;
|
|
17
36
|
}>, "strip", z.ZodTypeAny, {
|
|
18
37
|
message?: string | undefined;
|
|
19
|
-
options?: string[] | undefined;
|
|
20
38
|
description?: string | undefined;
|
|
21
39
|
name?: string | undefined;
|
|
22
40
|
title?: string | undefined;
|
|
23
41
|
requestId?: string | undefined;
|
|
24
|
-
|
|
25
|
-
|
|
42
|
+
actions?: {
|
|
43
|
+
inputPlaceholder?: string | undefined;
|
|
44
|
+
inputRequired?: boolean | undefined;
|
|
45
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
46
|
+
inputTitle?: string | undefined;
|
|
47
|
+
label?: string | undefined;
|
|
48
|
+
variant?: string | undefined;
|
|
49
|
+
}[] | undefined;
|
|
26
50
|
}, {
|
|
27
51
|
message?: string | undefined;
|
|
28
|
-
options?: string[] | undefined;
|
|
29
52
|
description?: string | undefined;
|
|
30
53
|
name?: string | undefined;
|
|
31
54
|
title?: string | undefined;
|
|
32
55
|
requestId?: string | undefined;
|
|
33
|
-
|
|
34
|
-
|
|
56
|
+
actions?: {
|
|
57
|
+
inputPlaceholder?: string | undefined;
|
|
58
|
+
inputRequired?: boolean | undefined;
|
|
59
|
+
inputSchema?: import("@blue-labs/language").BlueNode | undefined;
|
|
60
|
+
inputTitle?: string | undefined;
|
|
61
|
+
label?: string | undefined;
|
|
62
|
+
variant?: string | undefined;
|
|
63
|
+
}[] | undefined;
|
|
35
64
|
}>;
|
|
36
65
|
export type CustomerActionRequested = z.infer<typeof CustomerActionRequestedSchema>;
|
|
37
66
|
//# sourceMappingURL=CustomerActionRequested.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActionRequested.d.ts","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionRequested.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"CustomerActionRequested.d.ts","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionRequested.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAKxB,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBzC,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG,CAAC,CAAC,KAAK,CAC3C,OAAO,6BAA6B,CACrC,CAAC"}
|
|
@@ -3,12 +3,19 @@ import { blueIds } from '../blue-ids.js';
|
|
|
3
3
|
import { withTypeBlueId, blueNodeField } from '@blue-labs/language';
|
|
4
4
|
import { RequestSchema } from './Request.js';
|
|
5
5
|
export const CustomerActionRequestedSchema = withTypeBlueId(blueIds['Conversation/Customer Action Requested'])(RequestSchema.extend({
|
|
6
|
+
actions: z
|
|
7
|
+
.array(z.object({
|
|
8
|
+
inputPlaceholder: z.string().optional(),
|
|
9
|
+
inputRequired: z.boolean().optional(),
|
|
10
|
+
inputSchema: blueNodeField().optional(),
|
|
11
|
+
inputTitle: z.string().optional(),
|
|
12
|
+
label: z.string().optional(),
|
|
13
|
+
variant: z.string().optional(),
|
|
14
|
+
}))
|
|
15
|
+
.optional(),
|
|
6
16
|
description: z.string().optional(),
|
|
7
|
-
inputSchema: blueNodeField().optional(),
|
|
8
17
|
message: z.string().optional(),
|
|
9
|
-
mode: z.string().optional(),
|
|
10
18
|
name: z.string().optional(),
|
|
11
|
-
options: z.array(z.string()).optional(),
|
|
12
19
|
title: z.string().optional(),
|
|
13
20
|
}));
|
|
14
21
|
//# sourceMappingURL=CustomerActionRequested.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActionRequested.js","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionRequested.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,MAAM,CAAC,MAAM,6BAA6B,GAAG,cAAc,CACzD,OAAO,CAAC,wCAAwC,CAAC,CAClD,CACC,aAAa,CAAC,MAAM,CAAC;IACnB,
|
|
1
|
+
{"version":3,"file":"CustomerActionRequested.js","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionRequested.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,MAAM,CAAC,MAAM,6BAA6B,GAAG,cAAc,CACzD,OAAO,CAAC,wCAAwC,CAAC,CAClD,CACC,aAAa,CAAC,MAAM,CAAC;IACnB,OAAO,EAAE,CAAC;SACP,KAAK,CACJ,CAAC,CAAC,MAAM,CAAC;QACP,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACvC,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;QACrC,WAAW,EAAE,aAAa,EAAE,CAAC,QAAQ,EAAE;QACvC,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QACjC,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;QAC5B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;KAC/B,CAAC,CACH;SACA,QAAQ,EAAE;IACb,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC7B,CAAC,CACH,CAAC"}
|
|
@@ -7,9 +7,9 @@ export declare const CustomerActionRespondedSchema: z.ZodObject<z.objectUtil.ext
|
|
|
7
7
|
inResponseTo: z.ZodOptional<z.ZodType<import("@blue-labs/language").BlueNode, z.ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
8
8
|
name: z.ZodOptional<z.ZodString>;
|
|
9
9
|
}>, {
|
|
10
|
+
actionLabel: z.ZodOptional<z.ZodString>;
|
|
10
11
|
description: z.ZodOptional<z.ZodString>;
|
|
11
12
|
input: z.ZodOptional<z.ZodType<import("@blue-labs/language").BlueNode, z.ZodTypeDef, import("@blue-labs/language").BlueNode>>;
|
|
12
|
-
mode: z.ZodOptional<z.ZodString>;
|
|
13
13
|
name: z.ZodOptional<z.ZodString>;
|
|
14
14
|
respondedAt: z.ZodOptional<z.ZodObject<any, z.UnknownKeysParam, z.ZodTypeAny, {
|
|
15
15
|
[x: string]: any;
|
|
@@ -19,8 +19,8 @@ export declare const CustomerActionRespondedSchema: z.ZodObject<z.objectUtil.ext
|
|
|
19
19
|
}>, "strip", z.ZodTypeAny, {
|
|
20
20
|
description?: string | undefined;
|
|
21
21
|
name?: string | undefined;
|
|
22
|
-
mode?: string | undefined;
|
|
23
22
|
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
23
|
+
actionLabel?: string | undefined;
|
|
24
24
|
input?: import("@blue-labs/language").BlueNode | undefined;
|
|
25
25
|
respondedAt?: {
|
|
26
26
|
[x: string]: any;
|
|
@@ -28,8 +28,8 @@ export declare const CustomerActionRespondedSchema: z.ZodObject<z.objectUtil.ext
|
|
|
28
28
|
}, {
|
|
29
29
|
description?: string | undefined;
|
|
30
30
|
name?: string | undefined;
|
|
31
|
-
mode?: string | undefined;
|
|
32
31
|
inResponseTo?: import("@blue-labs/language").BlueNode | undefined;
|
|
32
|
+
actionLabel?: string | undefined;
|
|
33
33
|
input?: import("@blue-labs/language").BlueNode | undefined;
|
|
34
34
|
respondedAt?: {
|
|
35
35
|
[x: string]: any;
|
|
@@ -4,9 +4,9 @@ import { withTypeBlueId, blueNodeField } from '@blue-labs/language';
|
|
|
4
4
|
import { TimestampSchema } from '../../common/schemas/Timestamp.js';
|
|
5
5
|
import { ResponseSchema } from './Response.js';
|
|
6
6
|
export const CustomerActionRespondedSchema = withTypeBlueId(blueIds['Conversation/Customer Action Responded'])(ResponseSchema.extend({
|
|
7
|
+
actionLabel: z.string().optional(),
|
|
7
8
|
description: z.string().optional(),
|
|
8
9
|
input: blueNodeField().optional(),
|
|
9
|
-
mode: z.string().optional(),
|
|
10
10
|
name: z.string().optional(),
|
|
11
11
|
respondedAt: TimestampSchema.optional(),
|
|
12
12
|
}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomerActionResponded.js","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,CAAC,MAAM,6BAA6B,GAAG,cAAc,CACzD,OAAO,CAAC,wCAAwC,CAAC,CAClD,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,
|
|
1
|
+
{"version":3,"file":"CustomerActionResponded.js","sourceRoot":"","sources":["../../../../src/packages/conversation/schemas/CustomerActionResponded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,CAAC,MAAM,6BAA6B,GAAG,cAAc,CACzD,OAAO,CAAC,wCAAwC,CAAC,CAClD,CACC,cAAc,CAAC,MAAM,CAAC;IACpB,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAClC,KAAK,EAAE,aAAa,EAAE,CAAC,QAAQ,EAAE;IACjC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,WAAW,EAAE,eAAe,CAAC,QAAQ,EAAE;CACxC,CAAC,CACH,CAAC"}
|