@next-bricks/visual-builder 1.33.4 → 1.33.5

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/dist/types.json CHANGED
@@ -198,19 +198,6 @@
198
198
  }
199
199
  ]
200
200
  },
201
- "visual-builder.workbench-sidebar": {
202
- "properties": [
203
- {
204
- "name": "titleLabel",
205
- "annotation": {
206
- "type": "keyword",
207
- "value": "string"
208
- }
209
- }
210
- ],
211
- "events": [],
212
- "methods": []
213
- },
214
201
  "visual-builder.workbench-action": {
215
202
  "properties": [
216
203
  {
@@ -532,8 +519,16 @@
532
519
  }
533
520
  ]
534
521
  },
535
- "visual-builder.pre-generated-table-view": {
536
- "properties": [],
522
+ "visual-builder.workbench-sidebar": {
523
+ "properties": [
524
+ {
525
+ "name": "titleLabel",
526
+ "annotation": {
527
+ "type": "keyword",
528
+ "value": "string"
529
+ }
530
+ }
531
+ ],
537
532
  "events": [],
538
533
  "methods": []
539
534
  },
@@ -763,6 +758,11 @@
763
758
  }
764
759
  ]
765
760
  },
761
+ "visual-builder.pre-generated-table-view": {
762
+ "properties": [],
763
+ "events": [],
764
+ "methods": []
765
+ },
766
766
  "visual-builder.pre-generated-container": {
767
767
  "properties": [
768
768
  {
@@ -1089,127 +1089,6 @@
1089
1089
  }
1090
1090
  }
1091
1091
  },
1092
- "visual-builder.chat-conversation": {
1093
- "properties": [
1094
- {
1095
- "name": "messages",
1096
- "annotation": {
1097
- "type": "array",
1098
- "elementType": {
1099
- "type": "reference",
1100
- "typeName": {
1101
- "type": "identifier",
1102
- "name": "Message"
1103
- }
1104
- }
1105
- }
1106
- },
1107
- {
1108
- "name": "errorBoundary",
1109
- "annotation": {
1110
- "type": "keyword",
1111
- "value": "boolean"
1112
- }
1113
- }
1114
- ],
1115
- "events": [
1116
- {
1117
- "name": "storyboard.update",
1118
- "detail": {
1119
- "annotation": {
1120
- "type": "array",
1121
- "elementType": {
1122
- "type": "reference",
1123
- "typeName": {
1124
- "type": "identifier",
1125
- "name": "BrickConf"
1126
- }
1127
- }
1128
- }
1129
- }
1130
- }
1131
- ],
1132
- "methods": [],
1133
- "types": [
1134
- {
1135
- "type": "interface",
1136
- "name": "Message",
1137
- "body": [
1138
- {
1139
- "type": "propertySignature",
1140
- "key": {
1141
- "type": "identifier",
1142
- "name": "role"
1143
- },
1144
- "annotation": {
1145
- "type": "union",
1146
- "types": [
1147
- {
1148
- "type": "jsLiteral",
1149
- "value": "user"
1150
- },
1151
- {
1152
- "type": "jsLiteral",
1153
- "value": "assistant"
1154
- }
1155
- ]
1156
- },
1157
- "computed": false
1158
- },
1159
- {
1160
- "type": "propertySignature",
1161
- "key": {
1162
- "type": "identifier",
1163
- "name": "content"
1164
- },
1165
- "annotation": {
1166
- "type": "keyword",
1167
- "value": "string"
1168
- },
1169
- "computed": false
1170
- },
1171
- {
1172
- "type": "propertySignature",
1173
- "key": {
1174
- "type": "identifier",
1175
- "name": "key"
1176
- },
1177
- "annotation": {
1178
- "type": "keyword",
1179
- "value": "number"
1180
- },
1181
- "computed": false
1182
- },
1183
- {
1184
- "type": "propertySignature",
1185
- "key": {
1186
- "type": "identifier",
1187
- "name": "partial"
1188
- },
1189
- "annotation": {
1190
- "type": "keyword",
1191
- "value": "boolean"
1192
- },
1193
- "optional": true,
1194
- "computed": false
1195
- },
1196
- {
1197
- "type": "propertySignature",
1198
- "key": {
1199
- "type": "identifier",
1200
- "name": "failed"
1201
- },
1202
- "annotation": {
1203
- "type": "keyword",
1204
- "value": "boolean"
1205
- },
1206
- "optional": true,
1207
- "computed": false
1208
- }
1209
- ]
1210
- }
1211
- ]
1212
- },
1213
1092
  "visual-builder.generate-snippets-context-menu": {
1214
1093
  "properties": [
1215
1094
  {
@@ -1493,122 +1372,243 @@
1493
1372
  }
1494
1373
  ]
1495
1374
  },
1496
- "visual-builder.inject-chat-preview-agent": {
1497
- "type": "provider",
1498
- "params": [],
1499
- "returns": {
1500
- "annotation": {
1501
- "type": "reference",
1502
- "typeName": {
1503
- "type": "identifier",
1504
- "name": "Promise"
1505
- },
1506
- "typeParameters": {
1507
- "type": "typeParameterInstantiation",
1508
- "params": [
1509
- {
1510
- "type": "keyword",
1511
- "value": "unknown"
1512
- }
1513
- ]
1514
- }
1515
- }
1516
- }
1517
- },
1518
- "visual-builder.workbench-history-action": {
1375
+ "visual-builder.chat-conversation": {
1519
1376
  "properties": [
1520
1377
  {
1521
- "name": "appId",
1378
+ "name": "messages",
1522
1379
  "annotation": {
1523
- "type": "keyword",
1524
- "value": "string"
1380
+ "type": "array",
1381
+ "elementType": {
1382
+ "type": "reference",
1383
+ "typeName": {
1384
+ "type": "identifier",
1385
+ "name": "Message"
1386
+ }
1387
+ }
1525
1388
  }
1526
1389
  },
1527
1390
  {
1528
- "name": "projectId",
1391
+ "name": "errorBoundary",
1529
1392
  "annotation": {
1530
1393
  "type": "keyword",
1531
- "value": "string"
1394
+ "value": "boolean"
1532
1395
  }
1533
1396
  }
1534
1397
  ],
1535
1398
  "events": [
1536
1399
  {
1537
- "name": "history.item.click",
1400
+ "name": "storyboard.update",
1538
1401
  "detail": {
1539
1402
  "annotation": {
1540
- "type": "intersection",
1541
- "types": [
1542
- {
1543
- "type": "reference",
1544
- "typeName": {
1545
- "type": "identifier",
1546
- "name": "HistoryData"
1547
- }
1548
- },
1549
- {
1550
- "type": "typeLiteral",
1551
- "members": [
1552
- {
1553
- "type": "propertySignature",
1554
- "key": {
1555
- "type": "identifier",
1556
- "name": "enableRollback"
1557
- },
1558
- "annotation": {
1559
- "type": "keyword",
1560
- "value": "boolean"
1561
- },
1562
- "computed": false
1563
- }
1564
- ]
1403
+ "type": "array",
1404
+ "elementType": {
1405
+ "type": "reference",
1406
+ "typeName": {
1407
+ "type": "identifier",
1408
+ "name": "BrickConf"
1565
1409
  }
1566
- ]
1567
- }
1568
- }
1569
- },
1570
- {
1571
- "name": "rollback",
1572
- "detail": {
1573
- "annotation": {
1574
- "type": "reference",
1575
- "typeName": {
1576
- "type": "identifier",
1577
- "name": "HistoryData"
1578
1410
  }
1579
1411
  }
1580
1412
  }
1581
- },
1582
- {
1583
- "name": "rollback.all",
1584
- "detail": {
1585
- "annotation": {
1586
- "type": "keyword",
1587
- "value": "void"
1588
- }
1589
- }
1590
1413
  }
1591
1414
  ],
1592
1415
  "methods": [],
1593
1416
  "types": [
1594
1417
  {
1595
1418
  "type": "interface",
1596
- "name": "HistoryData",
1419
+ "name": "Message",
1597
1420
  "body": [
1598
1421
  {
1599
1422
  "type": "propertySignature",
1600
1423
  "key": {
1601
1424
  "type": "identifier",
1602
- "name": "translation"
1425
+ "name": "role"
1603
1426
  },
1604
1427
  "annotation": {
1605
- "type": "reference",
1606
- "typeName": {
1607
- "type": "identifier",
1608
- "name": "Record"
1609
- },
1610
- "typeParameters": {
1611
- "type": "typeParameterInstantiation",
1428
+ "type": "union",
1429
+ "types": [
1430
+ {
1431
+ "type": "jsLiteral",
1432
+ "value": "user"
1433
+ },
1434
+ {
1435
+ "type": "jsLiteral",
1436
+ "value": "assistant"
1437
+ }
1438
+ ]
1439
+ },
1440
+ "computed": false
1441
+ },
1442
+ {
1443
+ "type": "propertySignature",
1444
+ "key": {
1445
+ "type": "identifier",
1446
+ "name": "content"
1447
+ },
1448
+ "annotation": {
1449
+ "type": "keyword",
1450
+ "value": "string"
1451
+ },
1452
+ "computed": false
1453
+ },
1454
+ {
1455
+ "type": "propertySignature",
1456
+ "key": {
1457
+ "type": "identifier",
1458
+ "name": "key"
1459
+ },
1460
+ "annotation": {
1461
+ "type": "keyword",
1462
+ "value": "number"
1463
+ },
1464
+ "computed": false
1465
+ },
1466
+ {
1467
+ "type": "propertySignature",
1468
+ "key": {
1469
+ "type": "identifier",
1470
+ "name": "partial"
1471
+ },
1472
+ "annotation": {
1473
+ "type": "keyword",
1474
+ "value": "boolean"
1475
+ },
1476
+ "optional": true,
1477
+ "computed": false
1478
+ },
1479
+ {
1480
+ "type": "propertySignature",
1481
+ "key": {
1482
+ "type": "identifier",
1483
+ "name": "failed"
1484
+ },
1485
+ "annotation": {
1486
+ "type": "keyword",
1487
+ "value": "boolean"
1488
+ },
1489
+ "optional": true,
1490
+ "computed": false
1491
+ }
1492
+ ]
1493
+ }
1494
+ ]
1495
+ },
1496
+ "visual-builder.inject-chat-preview-agent": {
1497
+ "type": "provider",
1498
+ "params": [],
1499
+ "returns": {
1500
+ "annotation": {
1501
+ "type": "reference",
1502
+ "typeName": {
1503
+ "type": "identifier",
1504
+ "name": "Promise"
1505
+ },
1506
+ "typeParameters": {
1507
+ "type": "typeParameterInstantiation",
1508
+ "params": [
1509
+ {
1510
+ "type": "keyword",
1511
+ "value": "unknown"
1512
+ }
1513
+ ]
1514
+ }
1515
+ }
1516
+ }
1517
+ },
1518
+ "visual-builder.workbench-history-action": {
1519
+ "properties": [
1520
+ {
1521
+ "name": "appId",
1522
+ "annotation": {
1523
+ "type": "keyword",
1524
+ "value": "string"
1525
+ }
1526
+ },
1527
+ {
1528
+ "name": "projectId",
1529
+ "annotation": {
1530
+ "type": "keyword",
1531
+ "value": "string"
1532
+ }
1533
+ }
1534
+ ],
1535
+ "events": [
1536
+ {
1537
+ "name": "history.item.click",
1538
+ "detail": {
1539
+ "annotation": {
1540
+ "type": "intersection",
1541
+ "types": [
1542
+ {
1543
+ "type": "reference",
1544
+ "typeName": {
1545
+ "type": "identifier",
1546
+ "name": "HistoryData"
1547
+ }
1548
+ },
1549
+ {
1550
+ "type": "typeLiteral",
1551
+ "members": [
1552
+ {
1553
+ "type": "propertySignature",
1554
+ "key": {
1555
+ "type": "identifier",
1556
+ "name": "enableRollback"
1557
+ },
1558
+ "annotation": {
1559
+ "type": "keyword",
1560
+ "value": "boolean"
1561
+ },
1562
+ "computed": false
1563
+ }
1564
+ ]
1565
+ }
1566
+ ]
1567
+ }
1568
+ }
1569
+ },
1570
+ {
1571
+ "name": "rollback",
1572
+ "detail": {
1573
+ "annotation": {
1574
+ "type": "reference",
1575
+ "typeName": {
1576
+ "type": "identifier",
1577
+ "name": "HistoryData"
1578
+ }
1579
+ }
1580
+ }
1581
+ },
1582
+ {
1583
+ "name": "rollback.all",
1584
+ "detail": {
1585
+ "annotation": {
1586
+ "type": "keyword",
1587
+ "value": "void"
1588
+ }
1589
+ }
1590
+ }
1591
+ ],
1592
+ "methods": [],
1593
+ "types": [
1594
+ {
1595
+ "type": "interface",
1596
+ "name": "HistoryData",
1597
+ "body": [
1598
+ {
1599
+ "type": "propertySignature",
1600
+ "key": {
1601
+ "type": "identifier",
1602
+ "name": "translation"
1603
+ },
1604
+ "annotation": {
1605
+ "type": "reference",
1606
+ "typeName": {
1607
+ "type": "identifier",
1608
+ "name": "Record"
1609
+ },
1610
+ "typeParameters": {
1611
+ "type": "typeParameterInstantiation",
1612
1612
  "params": [
1613
1613
  {
1614
1614
  "type": "keyword",
@@ -2007,264 +2007,18 @@
2007
2007
  "name": "trigger.action",
2008
2008
  "detail": {
2009
2009
  "annotation": {
2010
- "type": "keyword",
2011
- "value": "string"
2012
- }
2013
- }
2014
- }
2015
- ],
2016
- "methods": [
2017
- {
2018
- "name": "validate",
2019
- "params": [],
2020
- "returns": {}
2021
- }
2022
- ]
2023
- },
2024
- "visual-builder.inject-preview-agent": {
2025
- "type": "provider",
2026
- "params": [
2027
- {
2028
- "name": "previewFromOrigin",
2029
- "annotation": {
2030
- "type": "keyword",
2031
- "value": "string"
2032
- }
2033
- },
2034
- {
2035
- "name": "options",
2036
- "annotation": {
2037
- "type": "reference",
2038
- "typeName": {
2039
- "type": "identifier",
2040
- "name": "PreviewStartOptions"
2041
- }
2042
- }
2043
- }
2044
- ],
2045
- "returns": {
2046
- "annotation": {
2047
- "type": "reference",
2048
- "typeName": {
2049
- "type": "identifier",
2050
- "name": "Promise"
2051
- },
2052
- "typeParameters": {
2053
- "type": "typeParameterInstantiation",
2054
- "params": [
2055
- {
2056
- "type": "keyword",
2057
- "value": "unknown"
2058
- }
2059
- ]
2060
- }
2061
- }
2062
- },
2063
- "types": [
2064
- {
2065
- "type": "interface",
2066
- "name": "PreviewStartOptions",
2067
- "body": [
2068
- {
2069
- "type": "propertySignature",
2070
- "key": {
2071
- "type": "identifier",
2072
- "name": "appId"
2073
- },
2074
- "annotation": {
2075
- "type": "keyword",
2076
- "value": "string"
2077
- },
2078
- "computed": false
2079
- },
2080
- {
2081
- "type": "propertySignature",
2082
- "key": {
2083
- "type": "identifier",
2084
- "name": "routeId"
2085
- },
2086
- "annotation": {
2087
- "type": "keyword",
2088
- "value": "string"
2089
- },
2090
- "optional": true,
2091
- "computed": false
2092
- },
2093
- {
2094
- "type": "propertySignature",
2095
- "key": {
2096
- "type": "identifier",
2097
- "name": "templateId"
2098
- },
2099
- "annotation": {
2100
- "type": "keyword",
2101
- "value": "string"
2102
- },
2103
- "optional": true,
2104
- "computed": false
2105
- },
2106
- {
2107
- "type": "propertySignature",
2108
- "key": {
2109
- "type": "identifier",
2110
- "name": "formId"
2111
- },
2112
- "annotation": {
2113
- "type": "keyword",
2114
- "value": "string"
2115
- },
2116
- "optional": true,
2117
- "computed": false
2118
- },
2119
- {
2120
- "type": "propertySignature",
2121
- "key": {
2122
- "type": "identifier",
2123
- "name": "formData"
2124
- },
2125
- "annotation": {
2126
- "type": "reference",
2127
- "typeName": {
2128
- "type": "identifier",
2129
- "name": "FormData"
2130
- }
2131
- },
2132
- "optional": true,
2133
- "computed": false
2134
- },
2135
- {
2136
- "type": "propertySignature",
2137
- "key": {
2138
- "type": "identifier",
2139
- "name": "snippetData"
2140
- },
2141
- "annotation": {
2142
- "type": "keyword",
2143
- "value": "any"
2144
- },
2145
- "optional": true,
2146
- "computed": false
2147
- },
2148
- {
2149
- "type": "propertySignature",
2150
- "key": {
2151
- "type": "identifier",
2152
- "name": "routePath"
2153
- },
2154
- "annotation": {
2155
- "type": "keyword",
2156
- "value": "string"
2157
- },
2158
- "optional": true,
2159
- "computed": false
2160
- },
2161
- {
2162
- "type": "propertySignature",
2163
- "key": {
2164
- "type": "identifier",
2165
- "name": "routeExact"
2166
- },
2167
- "annotation": {
2168
- "type": "keyword",
2169
- "value": "boolean"
2170
- },
2171
- "optional": true,
2172
- "computed": false
2173
- },
2174
- {
2175
- "type": "propertySignature",
2176
- "key": {
2177
- "type": "identifier",
2178
- "name": "settings"
2179
- },
2180
- "annotation": {
2181
- "type": "reference",
2182
- "typeName": {
2183
- "type": "identifier",
2184
- "name": "PreviewSettings"
2185
- }
2186
- },
2187
- "optional": true,
2188
- "computed": false
2189
- },
2190
- {
2191
- "type": "propertySignature",
2192
- "key": {
2193
- "type": "identifier",
2194
- "name": "updateStoryboardType"
2195
- },
2196
- "annotation": {
2197
- "type": "reference",
2198
- "typeName": {
2199
- "type": "identifier",
2200
- "name": "UpdateStoryboardType"
2201
- }
2202
- },
2203
- "optional": true,
2204
- "computed": false
2205
- }
2206
- ]
2207
- },
2208
- {
2209
- "type": "interface",
2210
- "name": "PreviewSettings",
2211
- "body": [
2212
- {
2213
- "type": "propertySignature",
2214
- "key": {
2215
- "type": "identifier",
2216
- "name": "properties"
2217
- },
2218
- "annotation": {
2219
- "type": "reference",
2220
- "typeName": {
2221
- "type": "identifier",
2222
- "name": "Record"
2223
- },
2224
- "typeParameters": {
2225
- "type": "typeParameterInstantiation",
2226
- "params": [
2227
- {
2228
- "type": "keyword",
2229
- "value": "string"
2230
- },
2231
- {
2232
- "type": "keyword",
2233
- "value": "unknown"
2234
- }
2235
- ]
2236
- }
2237
- },
2238
- "optional": true,
2239
- "computed": false
2240
- }
2241
- ]
2242
- },
2243
- {
2244
- "type": "typeAlias",
2245
- "name": "UpdateStoryboardType",
2246
- "annotation": {
2247
- "type": "union",
2248
- "types": [
2249
- {
2250
- "type": "jsLiteral",
2251
- "value": "route"
2252
- },
2253
- {
2254
- "type": "jsLiteral",
2255
- "value": "template"
2256
- },
2257
- {
2258
- "type": "jsLiteral",
2259
- "value": "snippet"
2260
- },
2261
- {
2262
- "type": "jsLiteral",
2263
- "value": "form"
2264
- }
2265
- ]
2010
+ "type": "keyword",
2011
+ "value": "string"
2012
+ }
2266
2013
  }
2267
2014
  }
2015
+ ],
2016
+ "methods": [
2017
+ {
2018
+ "name": "validate",
2019
+ "params": [],
2020
+ "returns": {}
2021
+ }
2268
2022
  ]
2269
2023
  },
2270
2024
  "visual-builder.workbench-tree": {
@@ -3020,5 +2774,251 @@
3020
2774
  ]
3021
2775
  }
3022
2776
  ]
2777
+ },
2778
+ "visual-builder.inject-preview-agent": {
2779
+ "type": "provider",
2780
+ "params": [
2781
+ {
2782
+ "name": "previewFromOrigin",
2783
+ "annotation": {
2784
+ "type": "keyword",
2785
+ "value": "string"
2786
+ }
2787
+ },
2788
+ {
2789
+ "name": "options",
2790
+ "annotation": {
2791
+ "type": "reference",
2792
+ "typeName": {
2793
+ "type": "identifier",
2794
+ "name": "PreviewStartOptions"
2795
+ }
2796
+ }
2797
+ }
2798
+ ],
2799
+ "returns": {
2800
+ "annotation": {
2801
+ "type": "reference",
2802
+ "typeName": {
2803
+ "type": "identifier",
2804
+ "name": "Promise"
2805
+ },
2806
+ "typeParameters": {
2807
+ "type": "typeParameterInstantiation",
2808
+ "params": [
2809
+ {
2810
+ "type": "keyword",
2811
+ "value": "unknown"
2812
+ }
2813
+ ]
2814
+ }
2815
+ }
2816
+ },
2817
+ "types": [
2818
+ {
2819
+ "type": "interface",
2820
+ "name": "PreviewStartOptions",
2821
+ "body": [
2822
+ {
2823
+ "type": "propertySignature",
2824
+ "key": {
2825
+ "type": "identifier",
2826
+ "name": "appId"
2827
+ },
2828
+ "annotation": {
2829
+ "type": "keyword",
2830
+ "value": "string"
2831
+ },
2832
+ "computed": false
2833
+ },
2834
+ {
2835
+ "type": "propertySignature",
2836
+ "key": {
2837
+ "type": "identifier",
2838
+ "name": "routeId"
2839
+ },
2840
+ "annotation": {
2841
+ "type": "keyword",
2842
+ "value": "string"
2843
+ },
2844
+ "optional": true,
2845
+ "computed": false
2846
+ },
2847
+ {
2848
+ "type": "propertySignature",
2849
+ "key": {
2850
+ "type": "identifier",
2851
+ "name": "templateId"
2852
+ },
2853
+ "annotation": {
2854
+ "type": "keyword",
2855
+ "value": "string"
2856
+ },
2857
+ "optional": true,
2858
+ "computed": false
2859
+ },
2860
+ {
2861
+ "type": "propertySignature",
2862
+ "key": {
2863
+ "type": "identifier",
2864
+ "name": "formId"
2865
+ },
2866
+ "annotation": {
2867
+ "type": "keyword",
2868
+ "value": "string"
2869
+ },
2870
+ "optional": true,
2871
+ "computed": false
2872
+ },
2873
+ {
2874
+ "type": "propertySignature",
2875
+ "key": {
2876
+ "type": "identifier",
2877
+ "name": "formData"
2878
+ },
2879
+ "annotation": {
2880
+ "type": "reference",
2881
+ "typeName": {
2882
+ "type": "identifier",
2883
+ "name": "FormData"
2884
+ }
2885
+ },
2886
+ "optional": true,
2887
+ "computed": false
2888
+ },
2889
+ {
2890
+ "type": "propertySignature",
2891
+ "key": {
2892
+ "type": "identifier",
2893
+ "name": "snippetData"
2894
+ },
2895
+ "annotation": {
2896
+ "type": "keyword",
2897
+ "value": "any"
2898
+ },
2899
+ "optional": true,
2900
+ "computed": false
2901
+ },
2902
+ {
2903
+ "type": "propertySignature",
2904
+ "key": {
2905
+ "type": "identifier",
2906
+ "name": "routePath"
2907
+ },
2908
+ "annotation": {
2909
+ "type": "keyword",
2910
+ "value": "string"
2911
+ },
2912
+ "optional": true,
2913
+ "computed": false
2914
+ },
2915
+ {
2916
+ "type": "propertySignature",
2917
+ "key": {
2918
+ "type": "identifier",
2919
+ "name": "routeExact"
2920
+ },
2921
+ "annotation": {
2922
+ "type": "keyword",
2923
+ "value": "boolean"
2924
+ },
2925
+ "optional": true,
2926
+ "computed": false
2927
+ },
2928
+ {
2929
+ "type": "propertySignature",
2930
+ "key": {
2931
+ "type": "identifier",
2932
+ "name": "settings"
2933
+ },
2934
+ "annotation": {
2935
+ "type": "reference",
2936
+ "typeName": {
2937
+ "type": "identifier",
2938
+ "name": "PreviewSettings"
2939
+ }
2940
+ },
2941
+ "optional": true,
2942
+ "computed": false
2943
+ },
2944
+ {
2945
+ "type": "propertySignature",
2946
+ "key": {
2947
+ "type": "identifier",
2948
+ "name": "updateStoryboardType"
2949
+ },
2950
+ "annotation": {
2951
+ "type": "reference",
2952
+ "typeName": {
2953
+ "type": "identifier",
2954
+ "name": "UpdateStoryboardType"
2955
+ }
2956
+ },
2957
+ "optional": true,
2958
+ "computed": false
2959
+ }
2960
+ ]
2961
+ },
2962
+ {
2963
+ "type": "interface",
2964
+ "name": "PreviewSettings",
2965
+ "body": [
2966
+ {
2967
+ "type": "propertySignature",
2968
+ "key": {
2969
+ "type": "identifier",
2970
+ "name": "properties"
2971
+ },
2972
+ "annotation": {
2973
+ "type": "reference",
2974
+ "typeName": {
2975
+ "type": "identifier",
2976
+ "name": "Record"
2977
+ },
2978
+ "typeParameters": {
2979
+ "type": "typeParameterInstantiation",
2980
+ "params": [
2981
+ {
2982
+ "type": "keyword",
2983
+ "value": "string"
2984
+ },
2985
+ {
2986
+ "type": "keyword",
2987
+ "value": "unknown"
2988
+ }
2989
+ ]
2990
+ }
2991
+ },
2992
+ "optional": true,
2993
+ "computed": false
2994
+ }
2995
+ ]
2996
+ },
2997
+ {
2998
+ "type": "typeAlias",
2999
+ "name": "UpdateStoryboardType",
3000
+ "annotation": {
3001
+ "type": "union",
3002
+ "types": [
3003
+ {
3004
+ "type": "jsLiteral",
3005
+ "value": "route"
3006
+ },
3007
+ {
3008
+ "type": "jsLiteral",
3009
+ "value": "template"
3010
+ },
3011
+ {
3012
+ "type": "jsLiteral",
3013
+ "value": "snippet"
3014
+ },
3015
+ {
3016
+ "type": "jsLiteral",
3017
+ "value": "form"
3018
+ }
3019
+ ]
3020
+ }
3021
+ }
3022
+ ]
3023
3023
  }
3024
3024
  }