@wise/dynamic-flow-types 2.27.0 → 2.28.1

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.
@@ -551,7 +551,7 @@ export declare const actionSchema: z.ZodObject<{
551
551
  }, "strip", z.ZodTypeAny, {
552
552
  url?: string | undefined;
553
553
  $id?: string | undefined;
554
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
554
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
555
555
  disabled?: boolean | undefined;
556
556
  title?: string | undefined;
557
557
  timeout?: number | undefined;
@@ -565,7 +565,7 @@ export declare const actionSchema: z.ZodObject<{
565
565
  }, {
566
566
  url?: string | undefined;
567
567
  $id?: string | undefined;
568
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
568
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
569
569
  disabled?: boolean | undefined;
570
570
  title?: string | undefined;
571
571
  timeout?: number | undefined;
@@ -631,7 +631,7 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
631
631
  }, "strip", z.ZodTypeAny, {
632
632
  url?: string | undefined;
633
633
  $id?: string | undefined;
634
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
634
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
635
635
  disabled?: boolean | undefined;
636
636
  title?: string | undefined;
637
637
  timeout?: number | undefined;
@@ -645,7 +645,7 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
645
645
  }, {
646
646
  url?: string | undefined;
647
647
  $id?: string | undefined;
648
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
648
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
649
649
  disabled?: boolean | undefined;
650
650
  title?: string | undefined;
651
651
  timeout?: number | undefined;
@@ -702,7 +702,7 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
702
702
  action: {
703
703
  url?: string | undefined;
704
704
  $id?: string | undefined;
705
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
705
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
706
706
  disabled?: boolean | undefined;
707
707
  title?: string | undefined;
708
708
  timeout?: number | undefined;
@@ -735,7 +735,7 @@ export declare const decisionLayoutOptionSchema: z.ZodObject<{
735
735
  action: {
736
736
  url?: string | undefined;
737
737
  $id?: string | undefined;
738
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
738
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
739
739
  disabled?: boolean | undefined;
740
740
  title?: string | undefined;
741
741
  timeout?: number | undefined;
@@ -817,7 +817,7 @@ export declare const behaviorSchema: z.ZodObject<{
817
817
  }, "strip", z.ZodTypeAny, {
818
818
  url?: string | undefined;
819
819
  $id?: string | undefined;
820
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
820
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
821
821
  disabled?: boolean | undefined;
822
822
  title?: string | undefined;
823
823
  timeout?: number | undefined;
@@ -831,7 +831,7 @@ export declare const behaviorSchema: z.ZodObject<{
831
831
  }, {
832
832
  url?: string | undefined;
833
833
  $id?: string | undefined;
834
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
834
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
835
835
  disabled?: boolean | undefined;
836
836
  title?: string | undefined;
837
837
  timeout?: number | undefined;
@@ -851,13 +851,10 @@ export declare const behaviorSchema: z.ZodObject<{
851
851
  url: string;
852
852
  }>>;
853
853
  }, "strip", z.ZodTypeAny, {
854
- link?: {
855
- url: string;
856
- } | undefined;
857
854
  action?: {
858
855
  url?: string | undefined;
859
856
  $id?: string | undefined;
860
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
857
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
861
858
  disabled?: boolean | undefined;
862
859
  title?: string | undefined;
863
860
  timeout?: number | undefined;
@@ -869,14 +866,14 @@ export declare const behaviorSchema: z.ZodObject<{
869
866
  data?: JsonElement | undefined;
870
867
  skipValidation?: boolean | undefined;
871
868
  } | undefined;
872
- }, {
873
869
  link?: {
874
870
  url: string;
875
871
  } | undefined;
872
+ }, {
876
873
  action?: {
877
874
  url?: string | undefined;
878
875
  $id?: string | undefined;
879
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
876
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
880
877
  disabled?: boolean | undefined;
881
878
  title?: string | undefined;
882
879
  timeout?: number | undefined;
@@ -888,6 +885,9 @@ export declare const behaviorSchema: z.ZodObject<{
888
885
  data?: JsonElement | undefined;
889
886
  skipValidation?: boolean | undefined;
890
887
  } | undefined;
888
+ link?: {
889
+ url: string;
890
+ } | undefined;
891
891
  }>;
892
892
  export declare const buttonLayoutSchema: z.ZodObject<{
893
893
  type: z.ZodLiteral<"button">;
@@ -910,7 +910,7 @@ export declare const buttonLayoutSchema: z.ZodObject<{
910
910
  }, "strip", z.ZodTypeAny, {
911
911
  url?: string | undefined;
912
912
  $id?: string | undefined;
913
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
913
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
914
914
  disabled?: boolean | undefined;
915
915
  title?: string | undefined;
916
916
  timeout?: number | undefined;
@@ -924,7 +924,7 @@ export declare const buttonLayoutSchema: z.ZodObject<{
924
924
  }, {
925
925
  url?: string | undefined;
926
926
  $id?: string | undefined;
927
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
927
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
928
928
  disabled?: boolean | undefined;
929
929
  title?: string | undefined;
930
930
  timeout?: number | undefined;
@@ -945,7 +945,7 @@ export declare const buttonLayoutSchema: z.ZodObject<{
945
945
  action: {
946
946
  url?: string | undefined;
947
947
  $id?: string | undefined;
948
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
948
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
949
949
  disabled?: boolean | undefined;
950
950
  title?: string | undefined;
951
951
  timeout?: number | undefined;
@@ -969,7 +969,7 @@ export declare const buttonLayoutSchema: z.ZodObject<{
969
969
  action: {
970
970
  url?: string | undefined;
971
971
  $id?: string | undefined;
972
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
972
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
973
973
  disabled?: boolean | undefined;
974
974
  title?: string | undefined;
975
975
  timeout?: number | undefined;
@@ -1182,7 +1182,7 @@ export declare const searchResultActionSchema: z.ZodObject<{
1182
1182
  }, "strip", z.ZodTypeAny, {
1183
1183
  url?: string | undefined;
1184
1184
  $id?: string | undefined;
1185
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1185
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1186
1186
  disabled?: boolean | undefined;
1187
1187
  title?: string | undefined;
1188
1188
  timeout?: number | undefined;
@@ -1196,7 +1196,7 @@ export declare const searchResultActionSchema: z.ZodObject<{
1196
1196
  }, {
1197
1197
  url?: string | undefined;
1198
1198
  $id?: string | undefined;
1199
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1199
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1200
1200
  disabled?: boolean | undefined;
1201
1201
  title?: string | undefined;
1202
1202
  timeout?: number | undefined;
@@ -1214,7 +1214,7 @@ export declare const searchResultActionSchema: z.ZodObject<{
1214
1214
  value: {
1215
1215
  url?: string | undefined;
1216
1216
  $id?: string | undefined;
1217
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1217
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1218
1218
  disabled?: boolean | undefined;
1219
1219
  title?: string | undefined;
1220
1220
  timeout?: number | undefined;
@@ -1247,7 +1247,7 @@ export declare const searchResultActionSchema: z.ZodObject<{
1247
1247
  value: {
1248
1248
  url?: string | undefined;
1249
1249
  $id?: string | undefined;
1250
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1250
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1251
1251
  disabled?: boolean | undefined;
1252
1252
  title?: string | undefined;
1253
1253
  timeout?: number | undefined;
@@ -1293,7 +1293,7 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1293
1293
  }, "strip", z.ZodTypeAny, {
1294
1294
  url?: string | undefined;
1295
1295
  $id?: string | undefined;
1296
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1296
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1297
1297
  disabled?: boolean | undefined;
1298
1298
  title?: string | undefined;
1299
1299
  timeout?: number | undefined;
@@ -1307,7 +1307,7 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1307
1307
  }, {
1308
1308
  url?: string | undefined;
1309
1309
  $id?: string | undefined;
1310
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1310
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1311
1311
  disabled?: boolean | undefined;
1312
1312
  title?: string | undefined;
1313
1313
  timeout?: number | undefined;
@@ -1323,7 +1323,7 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1323
1323
  action: {
1324
1324
  url?: string | undefined;
1325
1325
  $id?: string | undefined;
1326
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1326
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1327
1327
  disabled?: boolean | undefined;
1328
1328
  title?: string | undefined;
1329
1329
  timeout?: number | undefined;
@@ -1339,7 +1339,7 @@ export declare const actionResponseBodySchema: z.ZodObject<{
1339
1339
  action: {
1340
1340
  url?: string | undefined;
1341
1341
  $id?: string | undefined;
1342
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1342
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1343
1343
  disabled?: boolean | undefined;
1344
1344
  title?: string | undefined;
1345
1345
  timeout?: number | undefined;
@@ -1390,7 +1390,7 @@ export declare const linkHandlerSchema: z.ZodObject<{
1390
1390
  }, "strip", z.ZodTypeAny, {
1391
1391
  url?: string | undefined;
1392
1392
  $id?: string | undefined;
1393
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1393
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1394
1394
  disabled?: boolean | undefined;
1395
1395
  title?: string | undefined;
1396
1396
  timeout?: number | undefined;
@@ -1404,7 +1404,7 @@ export declare const linkHandlerSchema: z.ZodObject<{
1404
1404
  }, {
1405
1405
  url?: string | undefined;
1406
1406
  $id?: string | undefined;
1407
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1407
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1408
1408
  disabled?: boolean | undefined;
1409
1409
  title?: string | undefined;
1410
1410
  timeout?: number | undefined;
@@ -1420,7 +1420,7 @@ export declare const linkHandlerSchema: z.ZodObject<{
1420
1420
  action: {
1421
1421
  url?: string | undefined;
1422
1422
  $id?: string | undefined;
1423
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1423
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1424
1424
  disabled?: boolean | undefined;
1425
1425
  title?: string | undefined;
1426
1426
  timeout?: number | undefined;
@@ -1437,7 +1437,7 @@ export declare const linkHandlerSchema: z.ZodObject<{
1437
1437
  action: {
1438
1438
  url?: string | undefined;
1439
1439
  $id?: string | undefined;
1440
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1440
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1441
1441
  disabled?: boolean | undefined;
1442
1442
  title?: string | undefined;
1443
1443
  timeout?: number | undefined;
@@ -1469,7 +1469,7 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1469
1469
  }, "strip", z.ZodTypeAny, {
1470
1470
  url?: string | undefined;
1471
1471
  $id?: string | undefined;
1472
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1472
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1473
1473
  disabled?: boolean | undefined;
1474
1474
  title?: string | undefined;
1475
1475
  timeout?: number | undefined;
@@ -1483,7 +1483,7 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1483
1483
  }, {
1484
1484
  url?: string | undefined;
1485
1485
  $id?: string | undefined;
1486
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1486
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1487
1487
  disabled?: boolean | undefined;
1488
1488
  title?: string | undefined;
1489
1489
  timeout?: number | undefined;
@@ -1499,7 +1499,7 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1499
1499
  action: {
1500
1500
  url?: string | undefined;
1501
1501
  $id?: string | undefined;
1502
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1502
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1503
1503
  disabled?: boolean | undefined;
1504
1504
  title?: string | undefined;
1505
1505
  timeout?: number | undefined;
@@ -1515,7 +1515,7 @@ export declare const pollingOnErrorSchema: z.ZodObject<{
1515
1515
  action: {
1516
1516
  url?: string | undefined;
1517
1517
  $id?: string | undefined;
1518
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1518
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1519
1519
  disabled?: boolean | undefined;
1520
1520
  title?: string | undefined;
1521
1521
  timeout?: number | undefined;
@@ -1547,7 +1547,7 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
1547
1547
  }, "strip", z.ZodTypeAny, {
1548
1548
  url?: string | undefined;
1549
1549
  $id?: string | undefined;
1550
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1550
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1551
1551
  disabled?: boolean | undefined;
1552
1552
  title?: string | undefined;
1553
1553
  timeout?: number | undefined;
@@ -1561,7 +1561,7 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
1561
1561
  }, {
1562
1562
  url?: string | undefined;
1563
1563
  $id?: string | undefined;
1564
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1564
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1565
1565
  disabled?: boolean | undefined;
1566
1566
  title?: string | undefined;
1567
1567
  timeout?: number | undefined;
@@ -1577,7 +1577,7 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
1577
1577
  action: {
1578
1578
  url?: string | undefined;
1579
1579
  $id?: string | undefined;
1580
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1580
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1581
1581
  disabled?: boolean | undefined;
1582
1582
  title?: string | undefined;
1583
1583
  timeout?: number | undefined;
@@ -1594,7 +1594,7 @@ export declare const navigationBackBehaviorSchema: z.ZodObject<{
1594
1594
  action: {
1595
1595
  url?: string | undefined;
1596
1596
  $id?: string | undefined;
1597
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1597
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1598
1598
  disabled?: boolean | undefined;
1599
1599
  title?: string | undefined;
1600
1600
  timeout?: number | undefined;
@@ -1627,7 +1627,7 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1627
1627
  }, "strip", z.ZodTypeAny, {
1628
1628
  url?: string | undefined;
1629
1629
  $id?: string | undefined;
1630
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1630
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1631
1631
  disabled?: boolean | undefined;
1632
1632
  title?: string | undefined;
1633
1633
  timeout?: number | undefined;
@@ -1641,7 +1641,7 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1641
1641
  }, {
1642
1642
  url?: string | undefined;
1643
1643
  $id?: string | undefined;
1644
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1644
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1645
1645
  disabled?: boolean | undefined;
1646
1646
  title?: string | undefined;
1647
1647
  timeout?: number | undefined;
@@ -1657,7 +1657,7 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1657
1657
  action: {
1658
1658
  url?: string | undefined;
1659
1659
  $id?: string | undefined;
1660
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1660
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1661
1661
  disabled?: boolean | undefined;
1662
1662
  title?: string | undefined;
1663
1663
  timeout?: number | undefined;
@@ -1674,7 +1674,7 @@ export declare const reviewLayoutCallToActionSchema: z.ZodObject<{
1674
1674
  action: {
1675
1675
  url?: string | undefined;
1676
1676
  $id?: string | undefined;
1677
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1677
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1678
1678
  disabled?: boolean | undefined;
1679
1679
  title?: string | undefined;
1680
1680
  timeout?: number | undefined;
@@ -1709,7 +1709,7 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1709
1709
  }, "strip", z.ZodTypeAny, {
1710
1710
  url?: string | undefined;
1711
1711
  $id?: string | undefined;
1712
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1712
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1713
1713
  disabled?: boolean | undefined;
1714
1714
  title?: string | undefined;
1715
1715
  timeout?: number | undefined;
@@ -1723,7 +1723,7 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1723
1723
  }, {
1724
1724
  url?: string | undefined;
1725
1725
  $id?: string | undefined;
1726
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1726
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1727
1727
  disabled?: boolean | undefined;
1728
1728
  title?: string | undefined;
1729
1729
  timeout?: number | undefined;
@@ -1743,13 +1743,10 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1743
1743
  url: string;
1744
1744
  }>>;
1745
1745
  }, "strip", z.ZodTypeAny, {
1746
- link?: {
1747
- url: string;
1748
- } | undefined;
1749
1746
  action?: {
1750
1747
  url?: string | undefined;
1751
1748
  $id?: string | undefined;
1752
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1749
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1753
1750
  disabled?: boolean | undefined;
1754
1751
  title?: string | undefined;
1755
1752
  timeout?: number | undefined;
@@ -1761,14 +1758,14 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1761
1758
  data?: JsonElement | undefined;
1762
1759
  skipValidation?: boolean | undefined;
1763
1760
  } | undefined;
1764
- }, {
1765
1761
  link?: {
1766
1762
  url: string;
1767
1763
  } | undefined;
1764
+ }, {
1768
1765
  action?: {
1769
1766
  url?: string | undefined;
1770
1767
  $id?: string | undefined;
1771
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1768
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1772
1769
  disabled?: boolean | undefined;
1773
1770
  title?: string | undefined;
1774
1771
  timeout?: number | undefined;
@@ -1780,17 +1777,17 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1780
1777
  data?: JsonElement | undefined;
1781
1778
  skipValidation?: boolean | undefined;
1782
1779
  } | undefined;
1780
+ link?: {
1781
+ url: string;
1782
+ } | undefined;
1783
1783
  }>;
1784
1784
  }, "strip", z.ZodTypeAny, {
1785
1785
  title: string;
1786
1786
  behavior: {
1787
- link?: {
1788
- url: string;
1789
- } | undefined;
1790
1787
  action?: {
1791
1788
  url?: string | undefined;
1792
1789
  $id?: string | undefined;
1793
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1790
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1794
1791
  disabled?: boolean | undefined;
1795
1792
  title?: string | undefined;
1796
1793
  timeout?: number | undefined;
@@ -1802,18 +1799,18 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1802
1799
  data?: JsonElement | undefined;
1803
1800
  skipValidation?: boolean | undefined;
1804
1801
  } | undefined;
1802
+ link?: {
1803
+ url: string;
1804
+ } | undefined;
1805
1805
  };
1806
1806
  accessibilityDescription?: string | undefined;
1807
1807
  }, {
1808
1808
  title: string;
1809
1809
  behavior: {
1810
- link?: {
1811
- url: string;
1812
- } | undefined;
1813
1810
  action?: {
1814
1811
  url?: string | undefined;
1815
1812
  $id?: string | undefined;
1816
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1813
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1817
1814
  disabled?: boolean | undefined;
1818
1815
  title?: string | undefined;
1819
1816
  timeout?: number | undefined;
@@ -1825,6 +1822,9 @@ export declare const alertLayoutCallToActionSchema: z.ZodObject<{
1825
1822
  data?: JsonElement | undefined;
1826
1823
  skipValidation?: boolean | undefined;
1827
1824
  } | undefined;
1825
+ link?: {
1826
+ url: string;
1827
+ } | undefined;
1828
1828
  };
1829
1829
  accessibilityDescription?: string | undefined;
1830
1830
  }>;
@@ -1921,7 +1921,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
1921
1921
  }, "strip", z.ZodTypeAny, {
1922
1922
  url?: string | undefined;
1923
1923
  $id?: string | undefined;
1924
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1924
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1925
1925
  disabled?: boolean | undefined;
1926
1926
  title?: string | undefined;
1927
1927
  timeout?: number | undefined;
@@ -1935,7 +1935,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
1935
1935
  }, {
1936
1936
  url?: string | undefined;
1937
1937
  $id?: string | undefined;
1938
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1938
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1939
1939
  disabled?: boolean | undefined;
1940
1940
  title?: string | undefined;
1941
1941
  timeout?: number | undefined;
@@ -1992,7 +1992,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
1992
1992
  action: {
1993
1993
  url?: string | undefined;
1994
1994
  $id?: string | undefined;
1995
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
1995
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
1996
1996
  disabled?: boolean | undefined;
1997
1997
  title?: string | undefined;
1998
1998
  timeout?: number | undefined;
@@ -2025,7 +2025,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2025
2025
  action: {
2026
2026
  url?: string | undefined;
2027
2027
  $id?: string | undefined;
2028
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2028
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2029
2029
  disabled?: boolean | undefined;
2030
2030
  title?: string | undefined;
2031
2031
  timeout?: number | undefined;
@@ -2063,7 +2063,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2063
2063
  action: {
2064
2064
  url?: string | undefined;
2065
2065
  $id?: string | undefined;
2066
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2066
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2067
2067
  disabled?: boolean | undefined;
2068
2068
  title?: string | undefined;
2069
2069
  timeout?: number | undefined;
@@ -2102,7 +2102,7 @@ export declare const decisionLayoutSchema: z.ZodObject<{
2102
2102
  action: {
2103
2103
  url?: string | undefined;
2104
2104
  $id?: string | undefined;
2105
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2105
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2106
2106
  disabled?: boolean | undefined;
2107
2107
  title?: string | undefined;
2108
2108
  timeout?: number | undefined;
@@ -2157,7 +2157,7 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2157
2157
  }, "strip", z.ZodTypeAny, {
2158
2158
  url?: string | undefined;
2159
2159
  $id?: string | undefined;
2160
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2160
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2161
2161
  disabled?: boolean | undefined;
2162
2162
  title?: string | undefined;
2163
2163
  timeout?: number | undefined;
@@ -2171,7 +2171,7 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2171
2171
  }, {
2172
2172
  url?: string | undefined;
2173
2173
  $id?: string | undefined;
2174
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2174
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2175
2175
  disabled?: boolean | undefined;
2176
2176
  title?: string | undefined;
2177
2177
  timeout?: number | undefined;
@@ -2191,13 +2191,10 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2191
2191
  url: string;
2192
2192
  }>>;
2193
2193
  }, "strip", z.ZodTypeAny, {
2194
- link?: {
2195
- url: string;
2196
- } | undefined;
2197
2194
  action?: {
2198
2195
  url?: string | undefined;
2199
2196
  $id?: string | undefined;
2200
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2197
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2201
2198
  disabled?: boolean | undefined;
2202
2199
  title?: string | undefined;
2203
2200
  timeout?: number | undefined;
@@ -2209,14 +2206,14 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2209
2206
  data?: JsonElement | undefined;
2210
2207
  skipValidation?: boolean | undefined;
2211
2208
  } | undefined;
2212
- }, {
2213
2209
  link?: {
2214
2210
  url: string;
2215
2211
  } | undefined;
2212
+ }, {
2216
2213
  action?: {
2217
2214
  url?: string | undefined;
2218
2215
  $id?: string | undefined;
2219
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2216
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2220
2217
  disabled?: boolean | undefined;
2221
2218
  title?: string | undefined;
2222
2219
  timeout?: number | undefined;
@@ -2228,17 +2225,17 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2228
2225
  data?: JsonElement | undefined;
2229
2226
  skipValidation?: boolean | undefined;
2230
2227
  } | undefined;
2228
+ link?: {
2229
+ url: string;
2230
+ } | undefined;
2231
2231
  }>;
2232
2232
  }, "strip", z.ZodTypeAny, {
2233
2233
  title: string;
2234
2234
  behavior: {
2235
- link?: {
2236
- url: string;
2237
- } | undefined;
2238
2235
  action?: {
2239
2236
  url?: string | undefined;
2240
2237
  $id?: string | undefined;
2241
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2238
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2242
2239
  disabled?: boolean | undefined;
2243
2240
  title?: string | undefined;
2244
2241
  timeout?: number | undefined;
@@ -2250,18 +2247,18 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2250
2247
  data?: JsonElement | undefined;
2251
2248
  skipValidation?: boolean | undefined;
2252
2249
  } | undefined;
2250
+ link?: {
2251
+ url: string;
2252
+ } | undefined;
2253
2253
  };
2254
2254
  accessibilityDescription?: string | undefined;
2255
2255
  }, {
2256
2256
  title: string;
2257
2257
  behavior: {
2258
- link?: {
2259
- url: string;
2260
- } | undefined;
2261
2258
  action?: {
2262
2259
  url?: string | undefined;
2263
2260
  $id?: string | undefined;
2264
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2261
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2265
2262
  disabled?: boolean | undefined;
2266
2263
  title?: string | undefined;
2267
2264
  timeout?: number | undefined;
@@ -2273,6 +2270,9 @@ export declare const itemCallToActionSchema: z.ZodObject<{
2273
2270
  data?: JsonElement | undefined;
2274
2271
  skipValidation?: boolean | undefined;
2275
2272
  } | undefined;
2273
+ link?: {
2274
+ url: string;
2275
+ } | undefined;
2276
2276
  };
2277
2277
  accessibilityDescription?: string | undefined;
2278
2278
  }>;
@@ -2296,7 +2296,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2296
2296
  }, "strip", z.ZodTypeAny, {
2297
2297
  url?: string | undefined;
2298
2298
  $id?: string | undefined;
2299
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2299
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2300
2300
  disabled?: boolean | undefined;
2301
2301
  title?: string | undefined;
2302
2302
  timeout?: number | undefined;
@@ -2310,7 +2310,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2310
2310
  }, {
2311
2311
  url?: string | undefined;
2312
2312
  $id?: string | undefined;
2313
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2313
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2314
2314
  disabled?: boolean | undefined;
2315
2315
  title?: string | undefined;
2316
2316
  timeout?: number | undefined;
@@ -2368,7 +2368,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2368
2368
  }, "strip", z.ZodTypeAny, {
2369
2369
  url?: string | undefined;
2370
2370
  $id?: string | undefined;
2371
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2371
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2372
2372
  disabled?: boolean | undefined;
2373
2373
  title?: string | undefined;
2374
2374
  timeout?: number | undefined;
@@ -2382,7 +2382,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2382
2382
  }, {
2383
2383
  url?: string | undefined;
2384
2384
  $id?: string | undefined;
2385
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2385
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2386
2386
  disabled?: boolean | undefined;
2387
2387
  title?: string | undefined;
2388
2388
  timeout?: number | undefined;
@@ -2398,7 +2398,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2398
2398
  action: {
2399
2399
  url?: string | undefined;
2400
2400
  $id?: string | undefined;
2401
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2401
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2402
2402
  disabled?: boolean | undefined;
2403
2403
  title?: string | undefined;
2404
2404
  timeout?: number | undefined;
@@ -2415,7 +2415,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2415
2415
  action: {
2416
2416
  url?: string | undefined;
2417
2417
  $id?: string | undefined;
2418
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2418
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2419
2419
  disabled?: boolean | undefined;
2420
2420
  title?: string | undefined;
2421
2421
  timeout?: number | undefined;
@@ -2444,7 +2444,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2444
2444
  action?: {
2445
2445
  url?: string | undefined;
2446
2446
  $id?: string | undefined;
2447
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2447
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2448
2448
  disabled?: boolean | undefined;
2449
2449
  title?: string | undefined;
2450
2450
  timeout?: number | undefined;
@@ -2464,7 +2464,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2464
2464
  action: {
2465
2465
  url?: string | undefined;
2466
2466
  $id?: string | undefined;
2467
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2467
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2468
2468
  disabled?: boolean | undefined;
2469
2469
  title?: string | undefined;
2470
2470
  timeout?: number | undefined;
@@ -2491,7 +2491,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2491
2491
  action?: {
2492
2492
  url?: string | undefined;
2493
2493
  $id?: string | undefined;
2494
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2494
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2495
2495
  disabled?: boolean | undefined;
2496
2496
  title?: string | undefined;
2497
2497
  timeout?: number | undefined;
@@ -2511,7 +2511,7 @@ export declare const reviewLayoutSchema: z.ZodObject<{
2511
2511
  action: {
2512
2512
  url?: string | undefined;
2513
2513
  $id?: string | undefined;
2514
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2514
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2515
2515
  disabled?: boolean | undefined;
2516
2516
  title?: string | undefined;
2517
2517
  timeout?: number | undefined;
@@ -2585,7 +2585,7 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2585
2585
  }, "strip", z.ZodTypeAny, {
2586
2586
  url?: string | undefined;
2587
2587
  $id?: string | undefined;
2588
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2588
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2589
2589
  disabled?: boolean | undefined;
2590
2590
  title?: string | undefined;
2591
2591
  timeout?: number | undefined;
@@ -2599,7 +2599,7 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2599
2599
  }, {
2600
2600
  url?: string | undefined;
2601
2601
  $id?: string | undefined;
2602
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2602
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2603
2603
  disabled?: boolean | undefined;
2604
2604
  title?: string | undefined;
2605
2605
  timeout?: number | undefined;
@@ -2617,7 +2617,7 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2617
2617
  value: {
2618
2618
  url?: string | undefined;
2619
2619
  $id?: string | undefined;
2620
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2620
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2621
2621
  disabled?: boolean | undefined;
2622
2622
  title?: string | undefined;
2623
2623
  timeout?: number | undefined;
@@ -2650,7 +2650,7 @@ export declare const searchResultSchema: z.ZodUnion<[z.ZodObject<{
2650
2650
  value: {
2651
2651
  url?: string | undefined;
2652
2652
  $id?: string | undefined;
2653
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2653
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2654
2654
  disabled?: boolean | undefined;
2655
2655
  title?: string | undefined;
2656
2656
  timeout?: number | undefined;
@@ -2808,7 +2808,7 @@ export declare const pollingSchema: z.ZodObject<{
2808
2808
  }, "strip", z.ZodTypeAny, {
2809
2809
  url?: string | undefined;
2810
2810
  $id?: string | undefined;
2811
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2811
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2812
2812
  disabled?: boolean | undefined;
2813
2813
  title?: string | undefined;
2814
2814
  timeout?: number | undefined;
@@ -2822,7 +2822,7 @@ export declare const pollingSchema: z.ZodObject<{
2822
2822
  }, {
2823
2823
  url?: string | undefined;
2824
2824
  $id?: string | undefined;
2825
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2825
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2826
2826
  disabled?: boolean | undefined;
2827
2827
  title?: string | undefined;
2828
2828
  timeout?: number | undefined;
@@ -2838,7 +2838,7 @@ export declare const pollingSchema: z.ZodObject<{
2838
2838
  action: {
2839
2839
  url?: string | undefined;
2840
2840
  $id?: string | undefined;
2841
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2841
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2842
2842
  disabled?: boolean | undefined;
2843
2843
  title?: string | undefined;
2844
2844
  timeout?: number | undefined;
@@ -2854,7 +2854,7 @@ export declare const pollingSchema: z.ZodObject<{
2854
2854
  action: {
2855
2855
  url?: string | undefined;
2856
2856
  $id?: string | undefined;
2857
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2857
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2858
2858
  disabled?: boolean | undefined;
2859
2859
  title?: string | undefined;
2860
2860
  timeout?: number | undefined;
@@ -2874,7 +2874,7 @@ export declare const pollingSchema: z.ZodObject<{
2874
2874
  action: {
2875
2875
  url?: string | undefined;
2876
2876
  $id?: string | undefined;
2877
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2877
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2878
2878
  disabled?: boolean | undefined;
2879
2879
  title?: string | undefined;
2880
2880
  timeout?: number | undefined;
@@ -2897,7 +2897,7 @@ export declare const pollingSchema: z.ZodObject<{
2897
2897
  action: {
2898
2898
  url?: string | undefined;
2899
2899
  $id?: string | undefined;
2900
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2900
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2901
2901
  disabled?: boolean | undefined;
2902
2902
  title?: string | undefined;
2903
2903
  timeout?: number | undefined;
@@ -2934,7 +2934,7 @@ export declare const navigationSchema: z.ZodObject<{
2934
2934
  }, "strip", z.ZodTypeAny, {
2935
2935
  url?: string | undefined;
2936
2936
  $id?: string | undefined;
2937
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2937
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2938
2938
  disabled?: boolean | undefined;
2939
2939
  title?: string | undefined;
2940
2940
  timeout?: number | undefined;
@@ -2948,7 +2948,7 @@ export declare const navigationSchema: z.ZodObject<{
2948
2948
  }, {
2949
2949
  url?: string | undefined;
2950
2950
  $id?: string | undefined;
2951
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2951
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2952
2952
  disabled?: boolean | undefined;
2953
2953
  title?: string | undefined;
2954
2954
  timeout?: number | undefined;
@@ -2964,7 +2964,7 @@ export declare const navigationSchema: z.ZodObject<{
2964
2964
  action: {
2965
2965
  url?: string | undefined;
2966
2966
  $id?: string | undefined;
2967
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2967
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2968
2968
  disabled?: boolean | undefined;
2969
2969
  title?: string | undefined;
2970
2970
  timeout?: number | undefined;
@@ -2981,7 +2981,7 @@ export declare const navigationSchema: z.ZodObject<{
2981
2981
  action: {
2982
2982
  url?: string | undefined;
2983
2983
  $id?: string | undefined;
2984
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
2984
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
2985
2985
  disabled?: boolean | undefined;
2986
2986
  title?: string | undefined;
2987
2987
  timeout?: number | undefined;
@@ -3014,7 +3014,7 @@ export declare const navigationSchema: z.ZodObject<{
3014
3014
  }, "strip", z.ZodTypeAny, {
3015
3015
  url?: string | undefined;
3016
3016
  $id?: string | undefined;
3017
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3017
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3018
3018
  disabled?: boolean | undefined;
3019
3019
  title?: string | undefined;
3020
3020
  timeout?: number | undefined;
@@ -3028,7 +3028,7 @@ export declare const navigationSchema: z.ZodObject<{
3028
3028
  }, {
3029
3029
  url?: string | undefined;
3030
3030
  $id?: string | undefined;
3031
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3031
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3032
3032
  disabled?: boolean | undefined;
3033
3033
  title?: string | undefined;
3034
3034
  timeout?: number | undefined;
@@ -3044,7 +3044,7 @@ export declare const navigationSchema: z.ZodObject<{
3044
3044
  action: {
3045
3045
  url?: string | undefined;
3046
3046
  $id?: string | undefined;
3047
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3047
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3048
3048
  disabled?: boolean | undefined;
3049
3049
  title?: string | undefined;
3050
3050
  timeout?: number | undefined;
@@ -3061,7 +3061,7 @@ export declare const navigationSchema: z.ZodObject<{
3061
3061
  action: {
3062
3062
  url?: string | undefined;
3063
3063
  $id?: string | undefined;
3064
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3064
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3065
3065
  disabled?: boolean | undefined;
3066
3066
  title?: string | undefined;
3067
3067
  timeout?: number | undefined;
@@ -3081,7 +3081,7 @@ export declare const navigationSchema: z.ZodObject<{
3081
3081
  action: {
3082
3082
  url?: string | undefined;
3083
3083
  $id?: string | undefined;
3084
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3084
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3085
3085
  disabled?: boolean | undefined;
3086
3086
  title?: string | undefined;
3087
3087
  timeout?: number | undefined;
@@ -3099,7 +3099,7 @@ export declare const navigationSchema: z.ZodObject<{
3099
3099
  action: {
3100
3100
  url?: string | undefined;
3101
3101
  $id?: string | undefined;
3102
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3102
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3103
3103
  disabled?: boolean | undefined;
3104
3104
  title?: string | undefined;
3105
3105
  timeout?: number | undefined;
@@ -3119,7 +3119,7 @@ export declare const navigationSchema: z.ZodObject<{
3119
3119
  action: {
3120
3120
  url?: string | undefined;
3121
3121
  $id?: string | undefined;
3122
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3122
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3123
3123
  disabled?: boolean | undefined;
3124
3124
  title?: string | undefined;
3125
3125
  timeout?: number | undefined;
@@ -3137,7 +3137,7 @@ export declare const navigationSchema: z.ZodObject<{
3137
3137
  action: {
3138
3138
  url?: string | undefined;
3139
3139
  $id?: string | undefined;
3140
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3140
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3141
3141
  disabled?: boolean | undefined;
3142
3142
  title?: string | undefined;
3143
3143
  timeout?: number | undefined;
@@ -3180,7 +3180,7 @@ export declare const alertLayoutSchema: z.ZodObject<{
3180
3180
  }, "strip", z.ZodTypeAny, {
3181
3181
  url?: string | undefined;
3182
3182
  $id?: string | undefined;
3183
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3183
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3184
3184
  disabled?: boolean | undefined;
3185
3185
  title?: string | undefined;
3186
3186
  timeout?: number | undefined;
@@ -3194,7 +3194,7 @@ export declare const alertLayoutSchema: z.ZodObject<{
3194
3194
  }, {
3195
3195
  url?: string | undefined;
3196
3196
  $id?: string | undefined;
3197
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3197
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3198
3198
  disabled?: boolean | undefined;
3199
3199
  title?: string | undefined;
3200
3200
  timeout?: number | undefined;
@@ -3214,13 +3214,10 @@ export declare const alertLayoutSchema: z.ZodObject<{
3214
3214
  url: string;
3215
3215
  }>>;
3216
3216
  }, "strip", z.ZodTypeAny, {
3217
- link?: {
3218
- url: string;
3219
- } | undefined;
3220
3217
  action?: {
3221
3218
  url?: string | undefined;
3222
3219
  $id?: string | undefined;
3223
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3220
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3224
3221
  disabled?: boolean | undefined;
3225
3222
  title?: string | undefined;
3226
3223
  timeout?: number | undefined;
@@ -3232,14 +3229,14 @@ export declare const alertLayoutSchema: z.ZodObject<{
3232
3229
  data?: JsonElement | undefined;
3233
3230
  skipValidation?: boolean | undefined;
3234
3231
  } | undefined;
3235
- }, {
3236
3232
  link?: {
3237
3233
  url: string;
3238
3234
  } | undefined;
3235
+ }, {
3239
3236
  action?: {
3240
3237
  url?: string | undefined;
3241
3238
  $id?: string | undefined;
3242
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3239
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3243
3240
  disabled?: boolean | undefined;
3244
3241
  title?: string | undefined;
3245
3242
  timeout?: number | undefined;
@@ -3251,17 +3248,17 @@ export declare const alertLayoutSchema: z.ZodObject<{
3251
3248
  data?: JsonElement | undefined;
3252
3249
  skipValidation?: boolean | undefined;
3253
3250
  } | undefined;
3251
+ link?: {
3252
+ url: string;
3253
+ } | undefined;
3254
3254
  }>;
3255
3255
  }, "strip", z.ZodTypeAny, {
3256
3256
  title: string;
3257
3257
  behavior: {
3258
- link?: {
3259
- url: string;
3260
- } | undefined;
3261
3258
  action?: {
3262
3259
  url?: string | undefined;
3263
3260
  $id?: string | undefined;
3264
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3261
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3265
3262
  disabled?: boolean | undefined;
3266
3263
  title?: string | undefined;
3267
3264
  timeout?: number | undefined;
@@ -3273,18 +3270,18 @@ export declare const alertLayoutSchema: z.ZodObject<{
3273
3270
  data?: JsonElement | undefined;
3274
3271
  skipValidation?: boolean | undefined;
3275
3272
  } | undefined;
3273
+ link?: {
3274
+ url: string;
3275
+ } | undefined;
3276
3276
  };
3277
3277
  accessibilityDescription?: string | undefined;
3278
3278
  }, {
3279
3279
  title: string;
3280
3280
  behavior: {
3281
- link?: {
3282
- url: string;
3283
- } | undefined;
3284
3281
  action?: {
3285
3282
  url?: string | undefined;
3286
3283
  $id?: string | undefined;
3287
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3284
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3288
3285
  disabled?: boolean | undefined;
3289
3286
  title?: string | undefined;
3290
3287
  timeout?: number | undefined;
@@ -3296,6 +3293,9 @@ export declare const alertLayoutSchema: z.ZodObject<{
3296
3293
  data?: JsonElement | undefined;
3297
3294
  skipValidation?: boolean | undefined;
3298
3295
  } | undefined;
3296
+ link?: {
3297
+ url: string;
3298
+ } | undefined;
3299
3299
  };
3300
3300
  accessibilityDescription?: string | undefined;
3301
3301
  }>>;
@@ -3308,13 +3308,10 @@ export declare const alertLayoutSchema: z.ZodObject<{
3308
3308
  callToAction?: {
3309
3309
  title: string;
3310
3310
  behavior: {
3311
- link?: {
3312
- url: string;
3313
- } | undefined;
3314
3311
  action?: {
3315
3312
  url?: string | undefined;
3316
3313
  $id?: string | undefined;
3317
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3314
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3318
3315
  disabled?: boolean | undefined;
3319
3316
  title?: string | undefined;
3320
3317
  timeout?: number | undefined;
@@ -3326,6 +3323,9 @@ export declare const alertLayoutSchema: z.ZodObject<{
3326
3323
  data?: JsonElement | undefined;
3327
3324
  skipValidation?: boolean | undefined;
3328
3325
  } | undefined;
3326
+ link?: {
3327
+ url: string;
3328
+ } | undefined;
3329
3329
  };
3330
3330
  accessibilityDescription?: string | undefined;
3331
3331
  } | undefined;
@@ -3338,13 +3338,10 @@ export declare const alertLayoutSchema: z.ZodObject<{
3338
3338
  callToAction?: {
3339
3339
  title: string;
3340
3340
  behavior: {
3341
- link?: {
3342
- url: string;
3343
- } | undefined;
3344
3341
  action?: {
3345
3342
  url?: string | undefined;
3346
3343
  $id?: string | undefined;
3347
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3344
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3348
3345
  disabled?: boolean | undefined;
3349
3346
  title?: string | undefined;
3350
3347
  timeout?: number | undefined;
@@ -3356,6 +3353,9 @@ export declare const alertLayoutSchema: z.ZodObject<{
3356
3353
  data?: JsonElement | undefined;
3357
3354
  skipValidation?: boolean | undefined;
3358
3355
  } | undefined;
3356
+ link?: {
3357
+ url: string;
3358
+ } | undefined;
3359
3359
  };
3360
3360
  accessibilityDescription?: string | undefined;
3361
3361
  } | undefined;
@@ -3398,7 +3398,7 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3398
3398
  }, "strip", z.ZodTypeAny, {
3399
3399
  url?: string | undefined;
3400
3400
  $id?: string | undefined;
3401
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3401
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3402
3402
  disabled?: boolean | undefined;
3403
3403
  title?: string | undefined;
3404
3404
  timeout?: number | undefined;
@@ -3412,7 +3412,7 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3412
3412
  }, {
3413
3413
  url?: string | undefined;
3414
3414
  $id?: string | undefined;
3415
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3415
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3416
3416
  disabled?: boolean | undefined;
3417
3417
  title?: string | undefined;
3418
3418
  timeout?: number | undefined;
@@ -3432,13 +3432,10 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3432
3432
  url: string;
3433
3433
  }>>;
3434
3434
  }, "strip", z.ZodTypeAny, {
3435
- link?: {
3436
- url: string;
3437
- } | undefined;
3438
3435
  action?: {
3439
3436
  url?: string | undefined;
3440
3437
  $id?: string | undefined;
3441
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3438
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3442
3439
  disabled?: boolean | undefined;
3443
3440
  title?: string | undefined;
3444
3441
  timeout?: number | undefined;
@@ -3450,14 +3447,14 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3450
3447
  data?: JsonElement | undefined;
3451
3448
  skipValidation?: boolean | undefined;
3452
3449
  } | undefined;
3453
- }, {
3454
3450
  link?: {
3455
3451
  url: string;
3456
3452
  } | undefined;
3453
+ }, {
3457
3454
  action?: {
3458
3455
  url?: string | undefined;
3459
3456
  $id?: string | undefined;
3460
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3457
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3461
3458
  disabled?: boolean | undefined;
3462
3459
  title?: string | undefined;
3463
3460
  timeout?: number | undefined;
@@ -3469,17 +3466,17 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3469
3466
  data?: JsonElement | undefined;
3470
3467
  skipValidation?: boolean | undefined;
3471
3468
  } | undefined;
3469
+ link?: {
3470
+ url: string;
3471
+ } | undefined;
3472
3472
  }>;
3473
3473
  }, "strip", z.ZodTypeAny, {
3474
3474
  title: string;
3475
3475
  behavior: {
3476
- link?: {
3477
- url: string;
3478
- } | undefined;
3479
3476
  action?: {
3480
3477
  url?: string | undefined;
3481
3478
  $id?: string | undefined;
3482
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3479
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3483
3480
  disabled?: boolean | undefined;
3484
3481
  title?: string | undefined;
3485
3482
  timeout?: number | undefined;
@@ -3491,18 +3488,18 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3491
3488
  data?: JsonElement | undefined;
3492
3489
  skipValidation?: boolean | undefined;
3493
3490
  } | undefined;
3491
+ link?: {
3492
+ url: string;
3493
+ } | undefined;
3494
3494
  };
3495
3495
  accessibilityDescription?: string | undefined;
3496
3496
  }, {
3497
3497
  title: string;
3498
3498
  behavior: {
3499
- link?: {
3500
- url: string;
3501
- } | undefined;
3502
3499
  action?: {
3503
3500
  url?: string | undefined;
3504
3501
  $id?: string | undefined;
3505
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3502
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3506
3503
  disabled?: boolean | undefined;
3507
3504
  title?: string | undefined;
3508
3505
  timeout?: number | undefined;
@@ -3514,6 +3511,9 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3514
3511
  data?: JsonElement | undefined;
3515
3512
  skipValidation?: boolean | undefined;
3516
3513
  } | undefined;
3514
+ link?: {
3515
+ url: string;
3516
+ } | undefined;
3517
3517
  };
3518
3518
  accessibilityDescription?: string | undefined;
3519
3519
  }>>;
@@ -3529,13 +3529,10 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3529
3529
  callToAction?: {
3530
3530
  title: string;
3531
3531
  behavior: {
3532
- link?: {
3533
- url: string;
3534
- } | undefined;
3535
3532
  action?: {
3536
3533
  url?: string | undefined;
3537
3534
  $id?: string | undefined;
3538
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3535
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3539
3536
  disabled?: boolean | undefined;
3540
3537
  title?: string | undefined;
3541
3538
  timeout?: number | undefined;
@@ -3547,6 +3544,9 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3547
3544
  data?: JsonElement | undefined;
3548
3545
  skipValidation?: boolean | undefined;
3549
3546
  } | undefined;
3547
+ link?: {
3548
+ url: string;
3549
+ } | undefined;
3550
3550
  };
3551
3551
  accessibilityDescription?: string | undefined;
3552
3552
  } | undefined;
@@ -3562,13 +3562,10 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3562
3562
  callToAction?: {
3563
3563
  title: string;
3564
3564
  behavior: {
3565
- link?: {
3566
- url: string;
3567
- } | undefined;
3568
3565
  action?: {
3569
3566
  url?: string | undefined;
3570
3567
  $id?: string | undefined;
3571
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3568
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3572
3569
  disabled?: boolean | undefined;
3573
3570
  title?: string | undefined;
3574
3571
  timeout?: number | undefined;
@@ -3580,6 +3577,9 @@ export declare const statusListLayoutItemSchema: z.ZodObject<{
3580
3577
  data?: JsonElement | undefined;
3581
3578
  skipValidation?: boolean | undefined;
3582
3579
  } | undefined;
3580
+ link?: {
3581
+ url: string;
3582
+ } | undefined;
3583
3583
  };
3584
3584
  accessibilityDescription?: string | undefined;
3585
3585
  } | undefined;
@@ -3644,7 +3644,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3644
3644
  }, "strip", z.ZodTypeAny, {
3645
3645
  url?: string | undefined;
3646
3646
  $id?: string | undefined;
3647
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3647
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3648
3648
  disabled?: boolean | undefined;
3649
3649
  title?: string | undefined;
3650
3650
  timeout?: number | undefined;
@@ -3658,7 +3658,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3658
3658
  }, {
3659
3659
  url?: string | undefined;
3660
3660
  $id?: string | undefined;
3661
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3661
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3662
3662
  disabled?: boolean | undefined;
3663
3663
  title?: string | undefined;
3664
3664
  timeout?: number | undefined;
@@ -3676,7 +3676,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3676
3676
  value: {
3677
3677
  url?: string | undefined;
3678
3678
  $id?: string | undefined;
3679
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3679
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3680
3680
  disabled?: boolean | undefined;
3681
3681
  title?: string | undefined;
3682
3682
  timeout?: number | undefined;
@@ -3709,7 +3709,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3709
3709
  value: {
3710
3710
  url?: string | undefined;
3711
3711
  $id?: string | undefined;
3712
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3712
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3713
3713
  disabled?: boolean | undefined;
3714
3714
  title?: string | undefined;
3715
3715
  timeout?: number | undefined;
@@ -3874,7 +3874,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3874
3874
  value: {
3875
3875
  url?: string | undefined;
3876
3876
  $id?: string | undefined;
3877
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3877
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3878
3878
  disabled?: boolean | undefined;
3879
3879
  title?: string | undefined;
3880
3880
  timeout?: number | undefined;
@@ -3933,7 +3933,7 @@ export declare const searchResponseBodySchema: z.ZodObject<{
3933
3933
  value: {
3934
3934
  url?: string | undefined;
3935
3935
  $id?: string | undefined;
3936
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
3936
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
3937
3937
  disabled?: boolean | undefined;
3938
3938
  title?: string | undefined;
3939
3939
  timeout?: number | undefined;
@@ -4055,7 +4055,7 @@ export declare const blobSchemaSchema: z.ZodObject<{
4055
4055
  }, "strip", z.ZodTypeAny, {
4056
4056
  url?: string | undefined;
4057
4057
  $id?: string | undefined;
4058
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4058
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4059
4059
  disabled?: boolean | undefined;
4060
4060
  title?: string | undefined;
4061
4061
  timeout?: number | undefined;
@@ -4069,7 +4069,7 @@ export declare const blobSchemaSchema: z.ZodObject<{
4069
4069
  }, {
4070
4070
  url?: string | undefined;
4071
4071
  $id?: string | undefined;
4072
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4072
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4073
4073
  disabled?: boolean | undefined;
4074
4074
  title?: string | undefined;
4075
4075
  timeout?: number | undefined;
@@ -4089,13 +4089,10 @@ export declare const blobSchemaSchema: z.ZodObject<{
4089
4089
  url: string;
4090
4090
  }>>;
4091
4091
  }, "strip", z.ZodTypeAny, {
4092
- link?: {
4093
- url: string;
4094
- } | undefined;
4095
4092
  action?: {
4096
4093
  url?: string | undefined;
4097
4094
  $id?: string | undefined;
4098
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4095
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4099
4096
  disabled?: boolean | undefined;
4100
4097
  title?: string | undefined;
4101
4098
  timeout?: number | undefined;
@@ -4107,14 +4104,14 @@ export declare const blobSchemaSchema: z.ZodObject<{
4107
4104
  data?: JsonElement | undefined;
4108
4105
  skipValidation?: boolean | undefined;
4109
4106
  } | undefined;
4110
- }, {
4111
4107
  link?: {
4112
4108
  url: string;
4113
4109
  } | undefined;
4110
+ }, {
4114
4111
  action?: {
4115
4112
  url?: string | undefined;
4116
4113
  $id?: string | undefined;
4117
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4114
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4118
4115
  disabled?: boolean | undefined;
4119
4116
  title?: string | undefined;
4120
4117
  timeout?: number | undefined;
@@ -4126,17 +4123,17 @@ export declare const blobSchemaSchema: z.ZodObject<{
4126
4123
  data?: JsonElement | undefined;
4127
4124
  skipValidation?: boolean | undefined;
4128
4125
  } | undefined;
4126
+ link?: {
4127
+ url: string;
4128
+ } | undefined;
4129
4129
  }>;
4130
4130
  }, "strip", z.ZodTypeAny, {
4131
4131
  title: string;
4132
4132
  behavior: {
4133
- link?: {
4134
- url: string;
4135
- } | undefined;
4136
4133
  action?: {
4137
4134
  url?: string | undefined;
4138
4135
  $id?: string | undefined;
4139
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4136
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4140
4137
  disabled?: boolean | undefined;
4141
4138
  title?: string | undefined;
4142
4139
  timeout?: number | undefined;
@@ -4148,18 +4145,18 @@ export declare const blobSchemaSchema: z.ZodObject<{
4148
4145
  data?: JsonElement | undefined;
4149
4146
  skipValidation?: boolean | undefined;
4150
4147
  } | undefined;
4148
+ link?: {
4149
+ url: string;
4150
+ } | undefined;
4151
4151
  };
4152
4152
  accessibilityDescription?: string | undefined;
4153
4153
  }, {
4154
4154
  title: string;
4155
4155
  behavior: {
4156
- link?: {
4157
- url: string;
4158
- } | undefined;
4159
4156
  action?: {
4160
4157
  url?: string | undefined;
4161
4158
  $id?: string | undefined;
4162
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4159
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4163
4160
  disabled?: boolean | undefined;
4164
4161
  title?: string | undefined;
4165
4162
  timeout?: number | undefined;
@@ -4171,6 +4168,9 @@ export declare const blobSchemaSchema: z.ZodObject<{
4171
4168
  data?: JsonElement | undefined;
4172
4169
  skipValidation?: boolean | undefined;
4173
4170
  } | undefined;
4171
+ link?: {
4172
+ url: string;
4173
+ } | undefined;
4174
4174
  };
4175
4175
  accessibilityDescription?: string | undefined;
4176
4176
  }>>;
@@ -4183,13 +4183,10 @@ export declare const blobSchemaSchema: z.ZodObject<{
4183
4183
  callToAction?: {
4184
4184
  title: string;
4185
4185
  behavior: {
4186
- link?: {
4187
- url: string;
4188
- } | undefined;
4189
4186
  action?: {
4190
4187
  url?: string | undefined;
4191
4188
  $id?: string | undefined;
4192
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4189
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4193
4190
  disabled?: boolean | undefined;
4194
4191
  title?: string | undefined;
4195
4192
  timeout?: number | undefined;
@@ -4201,6 +4198,9 @@ export declare const blobSchemaSchema: z.ZodObject<{
4201
4198
  data?: JsonElement | undefined;
4202
4199
  skipValidation?: boolean | undefined;
4203
4200
  } | undefined;
4201
+ link?: {
4202
+ url: string;
4203
+ } | undefined;
4204
4204
  };
4205
4205
  accessibilityDescription?: string | undefined;
4206
4206
  } | undefined;
@@ -4213,13 +4213,10 @@ export declare const blobSchemaSchema: z.ZodObject<{
4213
4213
  callToAction?: {
4214
4214
  title: string;
4215
4215
  behavior: {
4216
- link?: {
4217
- url: string;
4218
- } | undefined;
4219
4216
  action?: {
4220
4217
  url?: string | undefined;
4221
4218
  $id?: string | undefined;
4222
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4219
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4223
4220
  disabled?: boolean | undefined;
4224
4221
  title?: string | undefined;
4225
4222
  timeout?: number | undefined;
@@ -4231,6 +4228,9 @@ export declare const blobSchemaSchema: z.ZodObject<{
4231
4228
  data?: JsonElement | undefined;
4232
4229
  skipValidation?: boolean | undefined;
4233
4230
  } | undefined;
4231
+ link?: {
4232
+ url: string;
4233
+ } | undefined;
4234
4234
  };
4235
4235
  accessibilityDescription?: string | undefined;
4236
4236
  } | undefined;
@@ -4256,13 +4256,10 @@ export declare const blobSchemaSchema: z.ZodObject<{
4256
4256
  callToAction?: {
4257
4257
  title: string;
4258
4258
  behavior: {
4259
- link?: {
4260
- url: string;
4261
- } | undefined;
4262
4259
  action?: {
4263
4260
  url?: string | undefined;
4264
4261
  $id?: string | undefined;
4265
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4262
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4266
4263
  disabled?: boolean | undefined;
4267
4264
  title?: string | undefined;
4268
4265
  timeout?: number | undefined;
@@ -4274,6 +4271,9 @@ export declare const blobSchemaSchema: z.ZodObject<{
4274
4271
  data?: JsonElement | undefined;
4275
4272
  skipValidation?: boolean | undefined;
4276
4273
  } | undefined;
4274
+ link?: {
4275
+ url: string;
4276
+ } | undefined;
4277
4277
  };
4278
4278
  accessibilityDescription?: string | undefined;
4279
4279
  } | undefined;
@@ -4324,13 +4324,10 @@ export declare const blobSchemaSchema: z.ZodObject<{
4324
4324
  callToAction?: {
4325
4325
  title: string;
4326
4326
  behavior: {
4327
- link?: {
4328
- url: string;
4329
- } | undefined;
4330
4327
  action?: {
4331
4328
  url?: string | undefined;
4332
4329
  $id?: string | undefined;
4333
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4330
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4334
4331
  disabled?: boolean | undefined;
4335
4332
  title?: string | undefined;
4336
4333
  timeout?: number | undefined;
@@ -4342,6 +4339,9 @@ export declare const blobSchemaSchema: z.ZodObject<{
4342
4339
  data?: JsonElement | undefined;
4343
4340
  skipValidation?: boolean | undefined;
4344
4341
  } | undefined;
4342
+ link?: {
4343
+ url: string;
4344
+ } | undefined;
4345
4345
  };
4346
4346
  accessibilityDescription?: string | undefined;
4347
4347
  } | undefined;
@@ -4406,7 +4406,7 @@ export declare const constSchemaSchema: z.ZodObject<{
4406
4406
  }, "strip", z.ZodTypeAny, {
4407
4407
  url?: string | undefined;
4408
4408
  $id?: string | undefined;
4409
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4409
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4410
4410
  disabled?: boolean | undefined;
4411
4411
  title?: string | undefined;
4412
4412
  timeout?: number | undefined;
@@ -4420,7 +4420,7 @@ export declare const constSchemaSchema: z.ZodObject<{
4420
4420
  }, {
4421
4421
  url?: string | undefined;
4422
4422
  $id?: string | undefined;
4423
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4423
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4424
4424
  disabled?: boolean | undefined;
4425
4425
  title?: string | undefined;
4426
4426
  timeout?: number | undefined;
@@ -4440,13 +4440,10 @@ export declare const constSchemaSchema: z.ZodObject<{
4440
4440
  url: string;
4441
4441
  }>>;
4442
4442
  }, "strip", z.ZodTypeAny, {
4443
- link?: {
4444
- url: string;
4445
- } | undefined;
4446
4443
  action?: {
4447
4444
  url?: string | undefined;
4448
4445
  $id?: string | undefined;
4449
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4446
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4450
4447
  disabled?: boolean | undefined;
4451
4448
  title?: string | undefined;
4452
4449
  timeout?: number | undefined;
@@ -4458,14 +4455,14 @@ export declare const constSchemaSchema: z.ZodObject<{
4458
4455
  data?: JsonElement | undefined;
4459
4456
  skipValidation?: boolean | undefined;
4460
4457
  } | undefined;
4461
- }, {
4462
4458
  link?: {
4463
4459
  url: string;
4464
4460
  } | undefined;
4461
+ }, {
4465
4462
  action?: {
4466
4463
  url?: string | undefined;
4467
4464
  $id?: string | undefined;
4468
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4465
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4469
4466
  disabled?: boolean | undefined;
4470
4467
  title?: string | undefined;
4471
4468
  timeout?: number | undefined;
@@ -4477,17 +4474,17 @@ export declare const constSchemaSchema: z.ZodObject<{
4477
4474
  data?: JsonElement | undefined;
4478
4475
  skipValidation?: boolean | undefined;
4479
4476
  } | undefined;
4477
+ link?: {
4478
+ url: string;
4479
+ } | undefined;
4480
4480
  }>;
4481
4481
  }, "strip", z.ZodTypeAny, {
4482
4482
  title: string;
4483
4483
  behavior: {
4484
- link?: {
4485
- url: string;
4486
- } | undefined;
4487
4484
  action?: {
4488
4485
  url?: string | undefined;
4489
4486
  $id?: string | undefined;
4490
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4487
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4491
4488
  disabled?: boolean | undefined;
4492
4489
  title?: string | undefined;
4493
4490
  timeout?: number | undefined;
@@ -4499,18 +4496,18 @@ export declare const constSchemaSchema: z.ZodObject<{
4499
4496
  data?: JsonElement | undefined;
4500
4497
  skipValidation?: boolean | undefined;
4501
4498
  } | undefined;
4499
+ link?: {
4500
+ url: string;
4501
+ } | undefined;
4502
4502
  };
4503
4503
  accessibilityDescription?: string | undefined;
4504
4504
  }, {
4505
4505
  title: string;
4506
4506
  behavior: {
4507
- link?: {
4508
- url: string;
4509
- } | undefined;
4510
4507
  action?: {
4511
4508
  url?: string | undefined;
4512
4509
  $id?: string | undefined;
4513
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4510
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4514
4511
  disabled?: boolean | undefined;
4515
4512
  title?: string | undefined;
4516
4513
  timeout?: number | undefined;
@@ -4522,6 +4519,9 @@ export declare const constSchemaSchema: z.ZodObject<{
4522
4519
  data?: JsonElement | undefined;
4523
4520
  skipValidation?: boolean | undefined;
4524
4521
  } | undefined;
4522
+ link?: {
4523
+ url: string;
4524
+ } | undefined;
4525
4525
  };
4526
4526
  accessibilityDescription?: string | undefined;
4527
4527
  }>>;
@@ -4534,13 +4534,10 @@ export declare const constSchemaSchema: z.ZodObject<{
4534
4534
  callToAction?: {
4535
4535
  title: string;
4536
4536
  behavior: {
4537
- link?: {
4538
- url: string;
4539
- } | undefined;
4540
4537
  action?: {
4541
4538
  url?: string | undefined;
4542
4539
  $id?: string | undefined;
4543
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4540
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4544
4541
  disabled?: boolean | undefined;
4545
4542
  title?: string | undefined;
4546
4543
  timeout?: number | undefined;
@@ -4552,6 +4549,9 @@ export declare const constSchemaSchema: z.ZodObject<{
4552
4549
  data?: JsonElement | undefined;
4553
4550
  skipValidation?: boolean | undefined;
4554
4551
  } | undefined;
4552
+ link?: {
4553
+ url: string;
4554
+ } | undefined;
4555
4555
  };
4556
4556
  accessibilityDescription?: string | undefined;
4557
4557
  } | undefined;
@@ -4564,13 +4564,10 @@ export declare const constSchemaSchema: z.ZodObject<{
4564
4564
  callToAction?: {
4565
4565
  title: string;
4566
4566
  behavior: {
4567
- link?: {
4568
- url: string;
4569
- } | undefined;
4570
4567
  action?: {
4571
4568
  url?: string | undefined;
4572
4569
  $id?: string | undefined;
4573
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4570
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4574
4571
  disabled?: boolean | undefined;
4575
4572
  title?: string | undefined;
4576
4573
  timeout?: number | undefined;
@@ -4582,6 +4579,9 @@ export declare const constSchemaSchema: z.ZodObject<{
4582
4579
  data?: JsonElement | undefined;
4583
4580
  skipValidation?: boolean | undefined;
4584
4581
  } | undefined;
4582
+ link?: {
4583
+ url: string;
4584
+ } | undefined;
4585
4585
  };
4586
4586
  accessibilityDescription?: string | undefined;
4587
4587
  } | undefined;
@@ -4653,13 +4653,10 @@ export declare const constSchemaSchema: z.ZodObject<{
4653
4653
  callToAction?: {
4654
4654
  title: string;
4655
4655
  behavior: {
4656
- link?: {
4657
- url: string;
4658
- } | undefined;
4659
4656
  action?: {
4660
4657
  url?: string | undefined;
4661
4658
  $id?: string | undefined;
4662
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4659
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4663
4660
  disabled?: boolean | undefined;
4664
4661
  title?: string | undefined;
4665
4662
  timeout?: number | undefined;
@@ -4671,6 +4668,9 @@ export declare const constSchemaSchema: z.ZodObject<{
4671
4668
  data?: JsonElement | undefined;
4672
4669
  skipValidation?: boolean | undefined;
4673
4670
  } | undefined;
4671
+ link?: {
4672
+ url: string;
4673
+ } | undefined;
4674
4674
  };
4675
4675
  accessibilityDescription?: string | undefined;
4676
4676
  } | undefined;
@@ -4711,13 +4711,10 @@ export declare const constSchemaSchema: z.ZodObject<{
4711
4711
  callToAction?: {
4712
4712
  title: string;
4713
4713
  behavior: {
4714
- link?: {
4715
- url: string;
4716
- } | undefined;
4717
4714
  action?: {
4718
4715
  url?: string | undefined;
4719
4716
  $id?: string | undefined;
4720
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4717
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4721
4718
  disabled?: boolean | undefined;
4722
4719
  title?: string | undefined;
4723
4720
  timeout?: number | undefined;
@@ -4729,6 +4726,9 @@ export declare const constSchemaSchema: z.ZodObject<{
4729
4726
  data?: JsonElement | undefined;
4730
4727
  skipValidation?: boolean | undefined;
4731
4728
  } | undefined;
4729
+ link?: {
4730
+ url: string;
4731
+ } | undefined;
4732
4732
  };
4733
4733
  accessibilityDescription?: string | undefined;
4734
4734
  } | undefined;
@@ -4794,7 +4794,7 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4794
4794
  }, "strip", z.ZodTypeAny, {
4795
4795
  url?: string | undefined;
4796
4796
  $id?: string | undefined;
4797
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4797
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4798
4798
  disabled?: boolean | undefined;
4799
4799
  title?: string | undefined;
4800
4800
  timeout?: number | undefined;
@@ -4808,7 +4808,7 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4808
4808
  }, {
4809
4809
  url?: string | undefined;
4810
4810
  $id?: string | undefined;
4811
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4811
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4812
4812
  disabled?: boolean | undefined;
4813
4813
  title?: string | undefined;
4814
4814
  timeout?: number | undefined;
@@ -4828,13 +4828,10 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4828
4828
  url: string;
4829
4829
  }>>;
4830
4830
  }, "strip", z.ZodTypeAny, {
4831
- link?: {
4832
- url: string;
4833
- } | undefined;
4834
4831
  action?: {
4835
4832
  url?: string | undefined;
4836
4833
  $id?: string | undefined;
4837
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4834
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4838
4835
  disabled?: boolean | undefined;
4839
4836
  title?: string | undefined;
4840
4837
  timeout?: number | undefined;
@@ -4846,14 +4843,14 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4846
4843
  data?: JsonElement | undefined;
4847
4844
  skipValidation?: boolean | undefined;
4848
4845
  } | undefined;
4849
- }, {
4850
4846
  link?: {
4851
4847
  url: string;
4852
4848
  } | undefined;
4849
+ }, {
4853
4850
  action?: {
4854
4851
  url?: string | undefined;
4855
4852
  $id?: string | undefined;
4856
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4853
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4857
4854
  disabled?: boolean | undefined;
4858
4855
  title?: string | undefined;
4859
4856
  timeout?: number | undefined;
@@ -4865,17 +4862,17 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4865
4862
  data?: JsonElement | undefined;
4866
4863
  skipValidation?: boolean | undefined;
4867
4864
  } | undefined;
4865
+ link?: {
4866
+ url: string;
4867
+ } | undefined;
4868
4868
  }>;
4869
4869
  }, "strip", z.ZodTypeAny, {
4870
4870
  title: string;
4871
4871
  behavior: {
4872
- link?: {
4873
- url: string;
4874
- } | undefined;
4875
4872
  action?: {
4876
4873
  url?: string | undefined;
4877
4874
  $id?: string | undefined;
4878
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4875
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4879
4876
  disabled?: boolean | undefined;
4880
4877
  title?: string | undefined;
4881
4878
  timeout?: number | undefined;
@@ -4887,18 +4884,18 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4887
4884
  data?: JsonElement | undefined;
4888
4885
  skipValidation?: boolean | undefined;
4889
4886
  } | undefined;
4887
+ link?: {
4888
+ url: string;
4889
+ } | undefined;
4890
4890
  };
4891
4891
  accessibilityDescription?: string | undefined;
4892
4892
  }, {
4893
4893
  title: string;
4894
4894
  behavior: {
4895
- link?: {
4896
- url: string;
4897
- } | undefined;
4898
4895
  action?: {
4899
4896
  url?: string | undefined;
4900
4897
  $id?: string | undefined;
4901
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4898
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4902
4899
  disabled?: boolean | undefined;
4903
4900
  title?: string | undefined;
4904
4901
  timeout?: number | undefined;
@@ -4910,6 +4907,9 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4910
4907
  data?: JsonElement | undefined;
4911
4908
  skipValidation?: boolean | undefined;
4912
4909
  } | undefined;
4910
+ link?: {
4911
+ url: string;
4912
+ } | undefined;
4913
4913
  };
4914
4914
  accessibilityDescription?: string | undefined;
4915
4915
  }>>;
@@ -4925,13 +4925,10 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4925
4925
  callToAction?: {
4926
4926
  title: string;
4927
4927
  behavior: {
4928
- link?: {
4929
- url: string;
4930
- } | undefined;
4931
4928
  action?: {
4932
4929
  url?: string | undefined;
4933
4930
  $id?: string | undefined;
4934
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4931
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4935
4932
  disabled?: boolean | undefined;
4936
4933
  title?: string | undefined;
4937
4934
  timeout?: number | undefined;
@@ -4943,6 +4940,9 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4943
4940
  data?: JsonElement | undefined;
4944
4941
  skipValidation?: boolean | undefined;
4945
4942
  } | undefined;
4943
+ link?: {
4944
+ url: string;
4945
+ } | undefined;
4946
4946
  };
4947
4947
  accessibilityDescription?: string | undefined;
4948
4948
  } | undefined;
@@ -4958,13 +4958,10 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4958
4958
  callToAction?: {
4959
4959
  title: string;
4960
4960
  behavior: {
4961
- link?: {
4962
- url: string;
4963
- } | undefined;
4964
4961
  action?: {
4965
4962
  url?: string | undefined;
4966
4963
  $id?: string | undefined;
4967
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
4964
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
4968
4965
  disabled?: boolean | undefined;
4969
4966
  title?: string | undefined;
4970
4967
  timeout?: number | undefined;
@@ -4976,6 +4973,9 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4976
4973
  data?: JsonElement | undefined;
4977
4974
  skipValidation?: boolean | undefined;
4978
4975
  } | undefined;
4976
+ link?: {
4977
+ url: string;
4978
+ } | undefined;
4979
4979
  };
4980
4980
  accessibilityDescription?: string | undefined;
4981
4981
  } | undefined;
@@ -4997,13 +4997,10 @@ export declare const statusListLayoutSchema: z.ZodObject<{
4997
4997
  callToAction?: {
4998
4998
  title: string;
4999
4999
  behavior: {
5000
- link?: {
5001
- url: string;
5002
- } | undefined;
5003
5000
  action?: {
5004
5001
  url?: string | undefined;
5005
5002
  $id?: string | undefined;
5006
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
5003
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
5007
5004
  disabled?: boolean | undefined;
5008
5005
  title?: string | undefined;
5009
5006
  timeout?: number | undefined;
@@ -5015,6 +5012,9 @@ export declare const statusListLayoutSchema: z.ZodObject<{
5015
5012
  data?: JsonElement | undefined;
5016
5013
  skipValidation?: boolean | undefined;
5017
5014
  } | undefined;
5015
+ link?: {
5016
+ url: string;
5017
+ } | undefined;
5018
5018
  };
5019
5019
  accessibilityDescription?: string | undefined;
5020
5020
  } | undefined;
@@ -5036,13 +5036,10 @@ export declare const statusListLayoutSchema: z.ZodObject<{
5036
5036
  callToAction?: {
5037
5037
  title: string;
5038
5038
  behavior: {
5039
- link?: {
5040
- url: string;
5041
- } | undefined;
5042
5039
  action?: {
5043
5040
  url?: string | undefined;
5044
5041
  $id?: string | undefined;
5045
- type?: "positive" | "negative" | "primary" | "secondary" | "link" | undefined;
5042
+ type?: "positive" | "negative" | "primary" | "link" | "secondary" | undefined;
5046
5043
  disabled?: boolean | undefined;
5047
5044
  title?: string | undefined;
5048
5045
  timeout?: number | undefined;
@@ -5054,6 +5051,9 @@ export declare const statusListLayoutSchema: z.ZodObject<{
5054
5051
  data?: JsonElement | undefined;
5055
5052
  skipValidation?: boolean | undefined;
5056
5053
  } | undefined;
5054
+ link?: {
5055
+ url: string;
5056
+ } | undefined;
5057
5057
  };
5058
5058
  accessibilityDescription?: string | undefined;
5059
5059
  } | undefined;