@forge/manifest 4.2.1-next.0 → 4.2.1-next.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.
- package/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +467 -32
- package/out/schema/manifest.d.ts +126 -16
- package/package.json +1 -1
package/out/schema/manifest.d.ts
CHANGED
|
@@ -290,6 +290,7 @@ export interface Modules {
|
|
|
290
290
|
};
|
|
291
291
|
config?: {
|
|
292
292
|
function?: string;
|
|
293
|
+
render?: 'native' | 'default';
|
|
293
294
|
[k: string]: unknown;
|
|
294
295
|
};
|
|
295
296
|
data?: {
|
|
@@ -297,6 +298,7 @@ export interface Modules {
|
|
|
297
298
|
schema?: string;
|
|
298
299
|
[k: string]: unknown;
|
|
299
300
|
};
|
|
301
|
+
render?: 'native' | 'default';
|
|
300
302
|
key: ModuleKeySchema;
|
|
301
303
|
[k: string]: unknown;
|
|
302
304
|
}
|
|
@@ -334,6 +336,7 @@ export interface Modules {
|
|
|
334
336
|
};
|
|
335
337
|
config?: {
|
|
336
338
|
function?: string;
|
|
339
|
+
render?: 'native' | 'default';
|
|
337
340
|
[k: string]: unknown;
|
|
338
341
|
};
|
|
339
342
|
data?: {
|
|
@@ -341,6 +344,7 @@ export interface Modules {
|
|
|
341
344
|
schema?: string;
|
|
342
345
|
[k: string]: unknown;
|
|
343
346
|
};
|
|
347
|
+
render?: 'native' | 'default';
|
|
344
348
|
key: ModuleKeySchema;
|
|
345
349
|
[k: string]: unknown;
|
|
346
350
|
}
|
|
@@ -382,6 +386,7 @@ export interface Modules {
|
|
|
382
386
|
accelerator: string;
|
|
383
387
|
description?: string;
|
|
384
388
|
};
|
|
389
|
+
render?: 'native' | 'default';
|
|
385
390
|
key: ModuleKeySchema;
|
|
386
391
|
[k: string]: unknown;
|
|
387
392
|
}
|
|
@@ -421,6 +426,7 @@ export interface Modules {
|
|
|
421
426
|
accelerator: string;
|
|
422
427
|
description?: string;
|
|
423
428
|
};
|
|
429
|
+
render?: 'native' | 'default';
|
|
424
430
|
key: ModuleKeySchema;
|
|
425
431
|
[k: string]: unknown;
|
|
426
432
|
}
|
|
@@ -462,6 +468,7 @@ export interface Modules {
|
|
|
462
468
|
accelerator: string;
|
|
463
469
|
description?: string;
|
|
464
470
|
};
|
|
471
|
+
render?: 'native' | 'default';
|
|
465
472
|
key: ModuleKeySchema;
|
|
466
473
|
[k: string]: unknown;
|
|
467
474
|
}
|
|
@@ -501,6 +508,7 @@ export interface Modules {
|
|
|
501
508
|
accelerator: string;
|
|
502
509
|
description?: string;
|
|
503
510
|
};
|
|
511
|
+
render?: 'native' | 'default';
|
|
504
512
|
key: ModuleKeySchema;
|
|
505
513
|
[k: string]: unknown;
|
|
506
514
|
}
|
|
@@ -553,6 +561,7 @@ export interface Modules {
|
|
|
553
561
|
accelerator: string;
|
|
554
562
|
description?: string;
|
|
555
563
|
};
|
|
564
|
+
render?: 'native' | 'default';
|
|
556
565
|
key: ModuleKeySchema;
|
|
557
566
|
}
|
|
558
567
|
),
|
|
@@ -602,6 +611,7 @@ export interface Modules {
|
|
|
602
611
|
accelerator: string;
|
|
603
612
|
description?: string;
|
|
604
613
|
};
|
|
614
|
+
render?: 'native' | 'default';
|
|
605
615
|
key: ModuleKeySchema;
|
|
606
616
|
}
|
|
607
617
|
)[]
|
|
@@ -642,6 +652,7 @@ export interface Modules {
|
|
|
642
652
|
accelerator: string;
|
|
643
653
|
description?: string;
|
|
644
654
|
};
|
|
655
|
+
render?: 'native' | 'default';
|
|
645
656
|
key: ModuleKeySchema;
|
|
646
657
|
[k: string]: unknown;
|
|
647
658
|
}
|
|
@@ -681,6 +692,7 @@ export interface Modules {
|
|
|
681
692
|
accelerator: string;
|
|
682
693
|
description?: string;
|
|
683
694
|
};
|
|
695
|
+
render?: 'native' | 'default';
|
|
684
696
|
key: ModuleKeySchema;
|
|
685
697
|
[k: string]: unknown;
|
|
686
698
|
}
|
|
@@ -725,6 +737,7 @@ export interface Modules {
|
|
|
725
737
|
accelerator: string;
|
|
726
738
|
description?: string;
|
|
727
739
|
};
|
|
740
|
+
render?: 'native' | 'default';
|
|
728
741
|
key: ModuleKeySchema;
|
|
729
742
|
[k: string]: unknown;
|
|
730
743
|
}
|
|
@@ -767,6 +780,7 @@ export interface Modules {
|
|
|
767
780
|
accelerator: string;
|
|
768
781
|
description?: string;
|
|
769
782
|
};
|
|
783
|
+
render?: 'native' | 'default';
|
|
770
784
|
key: ModuleKeySchema;
|
|
771
785
|
[k: string]: unknown;
|
|
772
786
|
}
|
|
@@ -809,6 +823,7 @@ export interface Modules {
|
|
|
809
823
|
accelerator: string;
|
|
810
824
|
description?: string;
|
|
811
825
|
};
|
|
826
|
+
render?: 'native' | 'default';
|
|
812
827
|
key: ModuleKeySchema;
|
|
813
828
|
[k: string]: unknown;
|
|
814
829
|
}
|
|
@@ -849,6 +864,7 @@ export interface Modules {
|
|
|
849
864
|
accelerator: string;
|
|
850
865
|
description?: string;
|
|
851
866
|
};
|
|
867
|
+
render?: 'native' | 'default';
|
|
852
868
|
key: ModuleKeySchema;
|
|
853
869
|
[k: string]: unknown;
|
|
854
870
|
}
|
|
@@ -905,6 +921,7 @@ export interface Modules {
|
|
|
905
921
|
accelerator: string;
|
|
906
922
|
description?: string;
|
|
907
923
|
};
|
|
924
|
+
render?: 'native' | 'default';
|
|
908
925
|
key: ModuleKeySchema;
|
|
909
926
|
[k: string]: unknown;
|
|
910
927
|
}
|
|
@@ -959,6 +976,7 @@ export interface Modules {
|
|
|
959
976
|
accelerator: string;
|
|
960
977
|
description?: string;
|
|
961
978
|
};
|
|
979
|
+
render?: 'native' | 'default';
|
|
962
980
|
key: ModuleKeySchema;
|
|
963
981
|
[k: string]: unknown;
|
|
964
982
|
}
|
|
@@ -1002,6 +1020,7 @@ export interface Modules {
|
|
|
1002
1020
|
accelerator: string;
|
|
1003
1021
|
description?: string;
|
|
1004
1022
|
};
|
|
1023
|
+
render?: 'native' | 'default';
|
|
1005
1024
|
key: ModuleKeySchema;
|
|
1006
1025
|
}
|
|
1007
1026
|
),
|
|
@@ -1042,6 +1061,7 @@ export interface Modules {
|
|
|
1042
1061
|
accelerator: string;
|
|
1043
1062
|
description?: string;
|
|
1044
1063
|
};
|
|
1064
|
+
render?: 'native' | 'default';
|
|
1045
1065
|
key: ModuleKeySchema;
|
|
1046
1066
|
}
|
|
1047
1067
|
)[]
|
|
@@ -1076,6 +1096,7 @@ export interface Modules {
|
|
|
1076
1096
|
};
|
|
1077
1097
|
resource: string;
|
|
1078
1098
|
resourceUploadId?: string;
|
|
1099
|
+
render?: 'native' | 'default';
|
|
1079
1100
|
key: ModuleKeySchema;
|
|
1080
1101
|
}
|
|
1081
1102
|
),
|
|
@@ -1108,6 +1129,7 @@ export interface Modules {
|
|
|
1108
1129
|
};
|
|
1109
1130
|
resource: string;
|
|
1110
1131
|
resourceUploadId?: string;
|
|
1132
|
+
render?: 'native' | 'default';
|
|
1111
1133
|
key: ModuleKeySchema;
|
|
1112
1134
|
}
|
|
1113
1135
|
)[]
|
|
@@ -1129,14 +1151,17 @@ export interface Modules {
|
|
|
1129
1151
|
};
|
|
1130
1152
|
view?: {
|
|
1131
1153
|
resource: string;
|
|
1154
|
+
render?: 'default' | 'native';
|
|
1132
1155
|
[k: string]: unknown;
|
|
1133
1156
|
};
|
|
1134
1157
|
edit?: {
|
|
1135
1158
|
resource: string;
|
|
1159
|
+
render?: 'default' | 'native';
|
|
1136
1160
|
[k: string]: unknown;
|
|
1137
1161
|
};
|
|
1138
1162
|
create?: {
|
|
1139
1163
|
resource: string;
|
|
1164
|
+
render?: 'default' | 'native';
|
|
1140
1165
|
[k: string]: unknown;
|
|
1141
1166
|
};
|
|
1142
1167
|
key: ModuleKeySchema;
|
|
@@ -1158,14 +1183,17 @@ export interface Modules {
|
|
|
1158
1183
|
};
|
|
1159
1184
|
view?: {
|
|
1160
1185
|
resource: string;
|
|
1186
|
+
render?: 'default' | 'native';
|
|
1161
1187
|
[k: string]: unknown;
|
|
1162
1188
|
};
|
|
1163
1189
|
edit?: {
|
|
1164
1190
|
resource: string;
|
|
1191
|
+
render?: 'default' | 'native';
|
|
1165
1192
|
[k: string]: unknown;
|
|
1166
1193
|
};
|
|
1167
1194
|
create?: {
|
|
1168
1195
|
resource: string;
|
|
1196
|
+
render?: 'default' | 'native';
|
|
1169
1197
|
[k: string]: unknown;
|
|
1170
1198
|
};
|
|
1171
1199
|
key: ModuleKeySchema;
|
|
@@ -1220,11 +1248,12 @@ export interface Modules {
|
|
|
1220
1248
|
};
|
|
1221
1249
|
edit?:
|
|
1222
1250
|
| {
|
|
1223
|
-
|
|
1251
|
+
resource: string;
|
|
1252
|
+
render?: 'default' | 'native';
|
|
1224
1253
|
[k: string]: unknown;
|
|
1225
1254
|
}
|
|
1226
1255
|
| {
|
|
1227
|
-
|
|
1256
|
+
function: string;
|
|
1228
1257
|
[k: string]: unknown;
|
|
1229
1258
|
};
|
|
1230
1259
|
value?: {
|
|
@@ -1240,6 +1269,7 @@ export interface Modules {
|
|
|
1240
1269
|
expression: string;
|
|
1241
1270
|
[k: string]: unknown;
|
|
1242
1271
|
};
|
|
1272
|
+
render?: 'default' | 'native';
|
|
1243
1273
|
displayConditions?: {
|
|
1244
1274
|
[k: string]: unknown;
|
|
1245
1275
|
};
|
|
@@ -1269,11 +1299,12 @@ export interface Modules {
|
|
|
1269
1299
|
};
|
|
1270
1300
|
edit?:
|
|
1271
1301
|
| {
|
|
1272
|
-
|
|
1302
|
+
resource: string;
|
|
1303
|
+
render?: 'default' | 'native';
|
|
1273
1304
|
[k: string]: unknown;
|
|
1274
1305
|
}
|
|
1275
1306
|
| {
|
|
1276
|
-
|
|
1307
|
+
function: string;
|
|
1277
1308
|
[k: string]: unknown;
|
|
1278
1309
|
};
|
|
1279
1310
|
value?: {
|
|
@@ -1289,6 +1320,7 @@ export interface Modules {
|
|
|
1289
1320
|
expression: string;
|
|
1290
1321
|
[k: string]: unknown;
|
|
1291
1322
|
};
|
|
1323
|
+
render?: 'default' | 'native';
|
|
1292
1324
|
displayConditions?: {
|
|
1293
1325
|
[k: string]: unknown;
|
|
1294
1326
|
};
|
|
@@ -1317,11 +1349,12 @@ export interface Modules {
|
|
|
1317
1349
|
};
|
|
1318
1350
|
edit?:
|
|
1319
1351
|
| {
|
|
1320
|
-
|
|
1352
|
+
resource: string;
|
|
1353
|
+
render?: 'default' | 'native';
|
|
1321
1354
|
[k: string]: unknown;
|
|
1322
1355
|
}
|
|
1323
1356
|
| {
|
|
1324
|
-
|
|
1357
|
+
function: string;
|
|
1325
1358
|
[k: string]: unknown;
|
|
1326
1359
|
};
|
|
1327
1360
|
value?: {
|
|
@@ -1337,6 +1370,7 @@ export interface Modules {
|
|
|
1337
1370
|
expression: string;
|
|
1338
1371
|
[k: string]: unknown;
|
|
1339
1372
|
};
|
|
1373
|
+
render?: 'default' | 'native';
|
|
1340
1374
|
displayConditions?: {
|
|
1341
1375
|
[k: string]: unknown;
|
|
1342
1376
|
};
|
|
@@ -1366,11 +1400,12 @@ export interface Modules {
|
|
|
1366
1400
|
};
|
|
1367
1401
|
edit?:
|
|
1368
1402
|
| {
|
|
1369
|
-
|
|
1403
|
+
resource: string;
|
|
1404
|
+
render?: 'default' | 'native';
|
|
1370
1405
|
[k: string]: unknown;
|
|
1371
1406
|
}
|
|
1372
1407
|
| {
|
|
1373
|
-
|
|
1408
|
+
function: string;
|
|
1374
1409
|
[k: string]: unknown;
|
|
1375
1410
|
};
|
|
1376
1411
|
value?: {
|
|
@@ -1386,6 +1421,7 @@ export interface Modules {
|
|
|
1386
1421
|
expression: string;
|
|
1387
1422
|
[k: string]: unknown;
|
|
1388
1423
|
};
|
|
1424
|
+
render?: 'default' | 'native';
|
|
1389
1425
|
displayConditions?: {
|
|
1390
1426
|
[k: string]: unknown;
|
|
1391
1427
|
};
|
|
@@ -1413,11 +1449,12 @@ export interface Modules {
|
|
|
1413
1449
|
readOnly?: boolean;
|
|
1414
1450
|
edit?:
|
|
1415
1451
|
| {
|
|
1416
|
-
|
|
1452
|
+
resource: string;
|
|
1453
|
+
render?: 'default' | 'native';
|
|
1417
1454
|
[k: string]: unknown;
|
|
1418
1455
|
}
|
|
1419
1456
|
| {
|
|
1420
|
-
|
|
1457
|
+
function: string;
|
|
1421
1458
|
[k: string]: unknown;
|
|
1422
1459
|
};
|
|
1423
1460
|
value?: {
|
|
@@ -1446,8 +1483,10 @@ export interface Modules {
|
|
|
1446
1483
|
| {
|
|
1447
1484
|
resource: string;
|
|
1448
1485
|
layout?: 'basic' | 'blank' | 'native';
|
|
1486
|
+
render?: 'default' | 'native';
|
|
1449
1487
|
[k: string]: unknown;
|
|
1450
1488
|
};
|
|
1489
|
+
render?: 'default' | 'native';
|
|
1451
1490
|
displayConditions?: {
|
|
1452
1491
|
[k: string]: unknown;
|
|
1453
1492
|
};
|
|
@@ -1474,11 +1513,12 @@ export interface Modules {
|
|
|
1474
1513
|
readOnly?: boolean;
|
|
1475
1514
|
edit?:
|
|
1476
1515
|
| {
|
|
1477
|
-
|
|
1516
|
+
resource: string;
|
|
1517
|
+
render?: 'default' | 'native';
|
|
1478
1518
|
[k: string]: unknown;
|
|
1479
1519
|
}
|
|
1480
1520
|
| {
|
|
1481
|
-
|
|
1521
|
+
function: string;
|
|
1482
1522
|
[k: string]: unknown;
|
|
1483
1523
|
};
|
|
1484
1524
|
value?: {
|
|
@@ -1507,8 +1547,10 @@ export interface Modules {
|
|
|
1507
1547
|
| {
|
|
1508
1548
|
resource: string;
|
|
1509
1549
|
layout?: 'basic' | 'blank' | 'native';
|
|
1550
|
+
render?: 'default' | 'native';
|
|
1510
1551
|
[k: string]: unknown;
|
|
1511
1552
|
};
|
|
1553
|
+
render?: 'default' | 'native';
|
|
1512
1554
|
displayConditions?: {
|
|
1513
1555
|
[k: string]: unknown;
|
|
1514
1556
|
};
|
|
@@ -1534,11 +1576,12 @@ export interface Modules {
|
|
|
1534
1576
|
readOnly?: boolean;
|
|
1535
1577
|
edit?:
|
|
1536
1578
|
| {
|
|
1537
|
-
|
|
1579
|
+
resource: string;
|
|
1580
|
+
render?: 'default' | 'native';
|
|
1538
1581
|
[k: string]: unknown;
|
|
1539
1582
|
}
|
|
1540
1583
|
| {
|
|
1541
|
-
|
|
1584
|
+
function: string;
|
|
1542
1585
|
[k: string]: unknown;
|
|
1543
1586
|
};
|
|
1544
1587
|
value?: {
|
|
@@ -1567,8 +1610,10 @@ export interface Modules {
|
|
|
1567
1610
|
| {
|
|
1568
1611
|
resource: string;
|
|
1569
1612
|
layout?: 'basic' | 'blank' | 'native';
|
|
1613
|
+
render?: 'default' | 'native';
|
|
1570
1614
|
[k: string]: unknown;
|
|
1571
1615
|
};
|
|
1616
|
+
render?: 'default' | 'native';
|
|
1572
1617
|
displayConditions?: {
|
|
1573
1618
|
[k: string]: unknown;
|
|
1574
1619
|
};
|
|
@@ -1595,11 +1640,12 @@ export interface Modules {
|
|
|
1595
1640
|
readOnly?: boolean;
|
|
1596
1641
|
edit?:
|
|
1597
1642
|
| {
|
|
1598
|
-
|
|
1643
|
+
resource: string;
|
|
1644
|
+
render?: 'default' | 'native';
|
|
1599
1645
|
[k: string]: unknown;
|
|
1600
1646
|
}
|
|
1601
1647
|
| {
|
|
1602
|
-
|
|
1648
|
+
function: string;
|
|
1603
1649
|
[k: string]: unknown;
|
|
1604
1650
|
};
|
|
1605
1651
|
value?: {
|
|
@@ -1628,8 +1674,10 @@ export interface Modules {
|
|
|
1628
1674
|
| {
|
|
1629
1675
|
resource: string;
|
|
1630
1676
|
layout?: 'basic' | 'blank' | 'native';
|
|
1677
|
+
render?: 'default' | 'native';
|
|
1631
1678
|
[k: string]: unknown;
|
|
1632
1679
|
};
|
|
1680
|
+
render?: 'default' | 'native';
|
|
1633
1681
|
displayConditions?: {
|
|
1634
1682
|
[k: string]: unknown;
|
|
1635
1683
|
};
|
|
@@ -1660,6 +1708,7 @@ export interface Modules {
|
|
|
1660
1708
|
displayConditions?: {
|
|
1661
1709
|
[k: string]: unknown;
|
|
1662
1710
|
};
|
|
1711
|
+
render?: 'native' | 'default';
|
|
1663
1712
|
key: ModuleKeySchema;
|
|
1664
1713
|
[k: string]: unknown;
|
|
1665
1714
|
}
|
|
@@ -1685,6 +1734,7 @@ export interface Modules {
|
|
|
1685
1734
|
displayConditions?: {
|
|
1686
1735
|
[k: string]: unknown;
|
|
1687
1736
|
};
|
|
1737
|
+
render?: 'native' | 'default';
|
|
1688
1738
|
key: ModuleKeySchema;
|
|
1689
1739
|
[k: string]: unknown;
|
|
1690
1740
|
}
|
|
@@ -1697,6 +1747,7 @@ export interface Modules {
|
|
|
1697
1747
|
function: string;
|
|
1698
1748
|
};
|
|
1699
1749
|
resource: string;
|
|
1750
|
+
render?: 'native' | 'default';
|
|
1700
1751
|
key: ModuleKeySchema;
|
|
1701
1752
|
[k: string]: unknown;
|
|
1702
1753
|
},
|
|
@@ -1706,6 +1757,7 @@ export interface Modules {
|
|
|
1706
1757
|
function: string;
|
|
1707
1758
|
};
|
|
1708
1759
|
resource: string;
|
|
1760
|
+
render?: 'native' | 'default';
|
|
1709
1761
|
key: ModuleKeySchema;
|
|
1710
1762
|
[k: string]: unknown;
|
|
1711
1763
|
}[]
|
|
@@ -1738,6 +1790,7 @@ export interface Modules {
|
|
|
1738
1790
|
resolver?: {
|
|
1739
1791
|
function: string;
|
|
1740
1792
|
};
|
|
1793
|
+
render?: 'default' | 'native';
|
|
1741
1794
|
title: string;
|
|
1742
1795
|
label: string;
|
|
1743
1796
|
status?: {
|
|
@@ -1785,6 +1838,7 @@ export interface Modules {
|
|
|
1785
1838
|
resolver?: {
|
|
1786
1839
|
function: string;
|
|
1787
1840
|
};
|
|
1841
|
+
render?: 'default' | 'native';
|
|
1788
1842
|
title: string;
|
|
1789
1843
|
label: string;
|
|
1790
1844
|
status?: {
|
|
@@ -1840,6 +1894,7 @@ export interface Modules {
|
|
|
1840
1894
|
displayConditions?: {
|
|
1841
1895
|
[k: string]: unknown;
|
|
1842
1896
|
};
|
|
1897
|
+
render?: 'native' | 'default';
|
|
1843
1898
|
key: ModuleKeySchema;
|
|
1844
1899
|
[k: string]: unknown;
|
|
1845
1900
|
}
|
|
@@ -1877,6 +1932,7 @@ export interface Modules {
|
|
|
1877
1932
|
displayConditions?: {
|
|
1878
1933
|
[k: string]: unknown;
|
|
1879
1934
|
};
|
|
1935
|
+
render?: 'native' | 'default';
|
|
1880
1936
|
key: ModuleKeySchema;
|
|
1881
1937
|
[k: string]: unknown;
|
|
1882
1938
|
}
|
|
@@ -1904,6 +1960,7 @@ export interface Modules {
|
|
|
1904
1960
|
displayConditions?: {
|
|
1905
1961
|
[k: string]: unknown;
|
|
1906
1962
|
};
|
|
1963
|
+
render?: 'native' | 'default';
|
|
1907
1964
|
key: ModuleKeySchema;
|
|
1908
1965
|
[k: string]: unknown;
|
|
1909
1966
|
}
|
|
@@ -1929,6 +1986,7 @@ export interface Modules {
|
|
|
1929
1986
|
displayConditions?: {
|
|
1930
1987
|
[k: string]: unknown;
|
|
1931
1988
|
};
|
|
1989
|
+
render?: 'native' | 'default';
|
|
1932
1990
|
key: ModuleKeySchema;
|
|
1933
1991
|
[k: string]: unknown;
|
|
1934
1992
|
}
|
|
@@ -1964,8 +2022,10 @@ export interface Modules {
|
|
|
1964
2022
|
};
|
|
1965
2023
|
edit?: {
|
|
1966
2024
|
resource: string;
|
|
2025
|
+
render?: 'default' | 'native';
|
|
1967
2026
|
[k: string]: unknown;
|
|
1968
2027
|
};
|
|
2028
|
+
render?: 'default' | 'native';
|
|
1969
2029
|
title:
|
|
1970
2030
|
| {
|
|
1971
2031
|
text: string;
|
|
@@ -2011,8 +2071,10 @@ export interface Modules {
|
|
|
2011
2071
|
};
|
|
2012
2072
|
edit?: {
|
|
2013
2073
|
resource: string;
|
|
2074
|
+
render?: 'default' | 'native';
|
|
2014
2075
|
[k: string]: unknown;
|
|
2015
2076
|
};
|
|
2077
|
+
render?: 'default' | 'native';
|
|
2016
2078
|
title:
|
|
2017
2079
|
| {
|
|
2018
2080
|
text: string;
|
|
@@ -2068,6 +2130,7 @@ export interface Modules {
|
|
|
2068
2130
|
function: string;
|
|
2069
2131
|
};
|
|
2070
2132
|
layout?: 'basic' | 'blank' | 'native';
|
|
2133
|
+
render?: 'default' | 'native';
|
|
2071
2134
|
title: string;
|
|
2072
2135
|
icon?: string;
|
|
2073
2136
|
pages?: {
|
|
@@ -2132,6 +2195,7 @@ export interface Modules {
|
|
|
2132
2195
|
function: string;
|
|
2133
2196
|
};
|
|
2134
2197
|
layout?: 'basic' | 'blank' | 'native';
|
|
2198
|
+
render?: 'default' | 'native';
|
|
2135
2199
|
title: string;
|
|
2136
2200
|
icon?: string;
|
|
2137
2201
|
pages?: {
|
|
@@ -2196,6 +2260,7 @@ export interface Modules {
|
|
|
2196
2260
|
function: string;
|
|
2197
2261
|
};
|
|
2198
2262
|
layout?: 'basic' | 'blank' | 'native';
|
|
2263
|
+
render?: 'default' | 'native';
|
|
2199
2264
|
title: string;
|
|
2200
2265
|
icon?: string;
|
|
2201
2266
|
pages?: {
|
|
@@ -2256,6 +2321,7 @@ export interface Modules {
|
|
|
2256
2321
|
function: string;
|
|
2257
2322
|
};
|
|
2258
2323
|
layout?: 'basic' | 'blank' | 'native';
|
|
2324
|
+
render?: 'default' | 'native';
|
|
2259
2325
|
title: string;
|
|
2260
2326
|
icon?: string;
|
|
2261
2327
|
pages?: {
|
|
@@ -2318,6 +2384,7 @@ export interface Modules {
|
|
|
2318
2384
|
function: string;
|
|
2319
2385
|
};
|
|
2320
2386
|
layout?: 'basic' | 'blank' | 'native';
|
|
2387
|
+
render?: 'default' | 'native';
|
|
2321
2388
|
title: string;
|
|
2322
2389
|
icon?: string;
|
|
2323
2390
|
pages?: {
|
|
@@ -2378,6 +2445,7 @@ export interface Modules {
|
|
|
2378
2445
|
function: string;
|
|
2379
2446
|
};
|
|
2380
2447
|
layout?: 'basic' | 'blank' | 'native';
|
|
2448
|
+
render?: 'default' | 'native';
|
|
2381
2449
|
title: string;
|
|
2382
2450
|
icon?: string;
|
|
2383
2451
|
pages?: {
|
|
@@ -2440,6 +2508,7 @@ export interface Modules {
|
|
|
2440
2508
|
function: string;
|
|
2441
2509
|
};
|
|
2442
2510
|
layout?: 'basic' | 'blank' | 'native';
|
|
2511
|
+
render?: 'default' | 'native';
|
|
2443
2512
|
title: string;
|
|
2444
2513
|
icon?: string;
|
|
2445
2514
|
pages?: {
|
|
@@ -2500,6 +2569,7 @@ export interface Modules {
|
|
|
2500
2569
|
function: string;
|
|
2501
2570
|
};
|
|
2502
2571
|
layout?: 'basic' | 'blank' | 'native';
|
|
2572
|
+
render?: 'default' | 'native';
|
|
2503
2573
|
title: string;
|
|
2504
2574
|
icon?: string;
|
|
2505
2575
|
pages?: {
|
|
@@ -2536,14 +2606,17 @@ export interface Modules {
|
|
|
2536
2606
|
};
|
|
2537
2607
|
view?: {
|
|
2538
2608
|
resource: string;
|
|
2609
|
+
render?: 'default' | 'native';
|
|
2539
2610
|
[k: string]: unknown;
|
|
2540
2611
|
};
|
|
2541
2612
|
edit?: {
|
|
2542
2613
|
resource: string;
|
|
2614
|
+
render?: 'default' | 'native';
|
|
2543
2615
|
[k: string]: unknown;
|
|
2544
2616
|
};
|
|
2545
2617
|
create?: {
|
|
2546
2618
|
resource: string;
|
|
2619
|
+
render?: 'default' | 'native';
|
|
2547
2620
|
[k: string]: unknown;
|
|
2548
2621
|
};
|
|
2549
2622
|
key: ModuleKeySchema;
|
|
@@ -2558,14 +2631,17 @@ export interface Modules {
|
|
|
2558
2631
|
};
|
|
2559
2632
|
view?: {
|
|
2560
2633
|
resource: string;
|
|
2634
|
+
render?: 'default' | 'native';
|
|
2561
2635
|
[k: string]: unknown;
|
|
2562
2636
|
};
|
|
2563
2637
|
edit?: {
|
|
2564
2638
|
resource: string;
|
|
2639
|
+
render?: 'default' | 'native';
|
|
2565
2640
|
[k: string]: unknown;
|
|
2566
2641
|
};
|
|
2567
2642
|
create?: {
|
|
2568
2643
|
resource: string;
|
|
2644
|
+
render?: 'default' | 'native';
|
|
2569
2645
|
[k: string]: unknown;
|
|
2570
2646
|
};
|
|
2571
2647
|
key: ModuleKeySchema;
|
|
@@ -2578,6 +2654,7 @@ export interface Modules {
|
|
|
2578
2654
|
resolver?: {
|
|
2579
2655
|
function: string;
|
|
2580
2656
|
};
|
|
2657
|
+
render?: 'default' | 'native';
|
|
2581
2658
|
displayConditions?: {
|
|
2582
2659
|
[k: string]: unknown;
|
|
2583
2660
|
};
|
|
@@ -2589,6 +2666,7 @@ export interface Modules {
|
|
|
2589
2666
|
resolver?: {
|
|
2590
2667
|
function: string;
|
|
2591
2668
|
};
|
|
2669
|
+
render?: 'default' | 'native';
|
|
2592
2670
|
displayConditions?: {
|
|
2593
2671
|
[k: string]: unknown;
|
|
2594
2672
|
};
|
|
@@ -2640,14 +2718,17 @@ export interface Modules {
|
|
|
2640
2718
|
};
|
|
2641
2719
|
view?: {
|
|
2642
2720
|
resource: string;
|
|
2721
|
+
render?: 'default' | 'native';
|
|
2643
2722
|
[k: string]: unknown;
|
|
2644
2723
|
};
|
|
2645
2724
|
edit?: {
|
|
2646
2725
|
resource: string;
|
|
2726
|
+
render?: 'default' | 'native';
|
|
2647
2727
|
[k: string]: unknown;
|
|
2648
2728
|
};
|
|
2649
2729
|
create?: {
|
|
2650
2730
|
resource: string;
|
|
2731
|
+
render?: 'default' | 'native';
|
|
2651
2732
|
[k: string]: unknown;
|
|
2652
2733
|
};
|
|
2653
2734
|
key: ModuleKeySchema;
|
|
@@ -2662,14 +2743,17 @@ export interface Modules {
|
|
|
2662
2743
|
};
|
|
2663
2744
|
view?: {
|
|
2664
2745
|
resource: string;
|
|
2746
|
+
render?: 'default' | 'native';
|
|
2665
2747
|
[k: string]: unknown;
|
|
2666
2748
|
};
|
|
2667
2749
|
edit?: {
|
|
2668
2750
|
resource: string;
|
|
2751
|
+
render?: 'default' | 'native';
|
|
2669
2752
|
[k: string]: unknown;
|
|
2670
2753
|
};
|
|
2671
2754
|
create?: {
|
|
2672
2755
|
resource: string;
|
|
2756
|
+
render?: 'default' | 'native';
|
|
2673
2757
|
[k: string]: unknown;
|
|
2674
2758
|
};
|
|
2675
2759
|
key: ModuleKeySchema;
|
|
@@ -2678,10 +2762,12 @@ export interface Modules {
|
|
|
2678
2762
|
];
|
|
2679
2763
|
'jira:issueViewBackgroundScript'?: [
|
|
2680
2764
|
{
|
|
2765
|
+
shouldReloadOnRefresh?: boolean;
|
|
2681
2766
|
resource: string;
|
|
2682
2767
|
resolver?: {
|
|
2683
2768
|
function: string;
|
|
2684
2769
|
};
|
|
2770
|
+
render?: 'default' | 'native';
|
|
2685
2771
|
displayConditions?: {
|
|
2686
2772
|
[k: string]: unknown;
|
|
2687
2773
|
};
|
|
@@ -2689,10 +2775,12 @@ export interface Modules {
|
|
|
2689
2775
|
[k: string]: unknown;
|
|
2690
2776
|
},
|
|
2691
2777
|
...{
|
|
2778
|
+
shouldReloadOnRefresh?: boolean;
|
|
2692
2779
|
resource: string;
|
|
2693
2780
|
resolver?: {
|
|
2694
2781
|
function: string;
|
|
2695
2782
|
};
|
|
2783
|
+
render?: 'default' | 'native';
|
|
2696
2784
|
displayConditions?: {
|
|
2697
2785
|
[k: string]: unknown;
|
|
2698
2786
|
};
|
|
@@ -2905,6 +2993,7 @@ export interface Modules {
|
|
|
2905
2993
|
};
|
|
2906
2994
|
resource: string;
|
|
2907
2995
|
resourceUploadId?: string;
|
|
2996
|
+
render?: 'native' | 'default';
|
|
2908
2997
|
key: ModuleKeySchema;
|
|
2909
2998
|
[k: string]: unknown;
|
|
2910
2999
|
}
|
|
@@ -2927,6 +3016,7 @@ export interface Modules {
|
|
|
2927
3016
|
};
|
|
2928
3017
|
resource: string;
|
|
2929
3018
|
resourceUploadId?: string;
|
|
3019
|
+
render?: 'native' | 'default';
|
|
2930
3020
|
key: ModuleKeySchema;
|
|
2931
3021
|
[k: string]: unknown;
|
|
2932
3022
|
}
|
|
@@ -2952,6 +3042,7 @@ export interface Modules {
|
|
|
2952
3042
|
};
|
|
2953
3043
|
resource: string;
|
|
2954
3044
|
resourceUploadId?: string;
|
|
3045
|
+
render?: 'native' | 'default';
|
|
2955
3046
|
key: ModuleKeySchema;
|
|
2956
3047
|
[k: string]: unknown;
|
|
2957
3048
|
}
|
|
@@ -2975,6 +3066,7 @@ export interface Modules {
|
|
|
2975
3066
|
};
|
|
2976
3067
|
resource: string;
|
|
2977
3068
|
resourceUploadId?: string;
|
|
3069
|
+
render?: 'native' | 'default';
|
|
2978
3070
|
key: ModuleKeySchema;
|
|
2979
3071
|
[k: string]: unknown;
|
|
2980
3072
|
}
|
|
@@ -3000,6 +3092,7 @@ export interface Modules {
|
|
|
3000
3092
|
};
|
|
3001
3093
|
resource: string;
|
|
3002
3094
|
resourceUploadId?: string;
|
|
3095
|
+
render?: 'native' | 'default';
|
|
3003
3096
|
key: ModuleKeySchema;
|
|
3004
3097
|
[k: string]: unknown;
|
|
3005
3098
|
}
|
|
@@ -3023,6 +3116,7 @@ export interface Modules {
|
|
|
3023
3116
|
};
|
|
3024
3117
|
resource: string;
|
|
3025
3118
|
resourceUploadId?: string;
|
|
3119
|
+
render?: 'native' | 'default';
|
|
3026
3120
|
key: ModuleKeySchema;
|
|
3027
3121
|
[k: string]: unknown;
|
|
3028
3122
|
}
|
|
@@ -3048,6 +3142,7 @@ export interface Modules {
|
|
|
3048
3142
|
};
|
|
3049
3143
|
resource: string;
|
|
3050
3144
|
resourceUploadId?: string;
|
|
3145
|
+
render?: 'native' | 'default';
|
|
3051
3146
|
key: ModuleKeySchema;
|
|
3052
3147
|
[k: string]: unknown;
|
|
3053
3148
|
}
|
|
@@ -3071,6 +3166,7 @@ export interface Modules {
|
|
|
3071
3166
|
};
|
|
3072
3167
|
resource: string;
|
|
3073
3168
|
resourceUploadId?: string;
|
|
3169
|
+
render?: 'native' | 'default';
|
|
3074
3170
|
key: ModuleKeySchema;
|
|
3075
3171
|
[k: string]: unknown;
|
|
3076
3172
|
}
|
|
@@ -3110,6 +3206,7 @@ export interface Modules {
|
|
|
3110
3206
|
};
|
|
3111
3207
|
resource: string;
|
|
3112
3208
|
resourceUploadId?: string;
|
|
3209
|
+
render?: 'native' | 'default';
|
|
3113
3210
|
key: ModuleKeySchema;
|
|
3114
3211
|
[k: string]: unknown;
|
|
3115
3212
|
}
|
|
@@ -3147,6 +3244,7 @@ export interface Modules {
|
|
|
3147
3244
|
};
|
|
3148
3245
|
resource: string;
|
|
3149
3246
|
resourceUploadId?: string;
|
|
3247
|
+
render?: 'native' | 'default';
|
|
3150
3248
|
key: ModuleKeySchema;
|
|
3151
3249
|
[k: string]: unknown;
|
|
3152
3250
|
}
|
|
@@ -3185,6 +3283,7 @@ export interface Modules {
|
|
|
3185
3283
|
};
|
|
3186
3284
|
resource: string;
|
|
3187
3285
|
resourceUploadId?: string;
|
|
3286
|
+
render?: 'native' | 'default';
|
|
3188
3287
|
key: ModuleKeySchema;
|
|
3189
3288
|
[k: string]: unknown;
|
|
3190
3289
|
}
|
|
@@ -3221,6 +3320,7 @@ export interface Modules {
|
|
|
3221
3320
|
};
|
|
3222
3321
|
resource: string;
|
|
3223
3322
|
resourceUploadId?: string;
|
|
3323
|
+
render?: 'native' | 'default';
|
|
3224
3324
|
key: ModuleKeySchema;
|
|
3225
3325
|
[k: string]: unknown;
|
|
3226
3326
|
}
|
|
@@ -3259,6 +3359,7 @@ export interface Modules {
|
|
|
3259
3359
|
};
|
|
3260
3360
|
resource: string;
|
|
3261
3361
|
resourceUploadId?: string;
|
|
3362
|
+
render?: 'native' | 'default';
|
|
3262
3363
|
key: ModuleKeySchema;
|
|
3263
3364
|
[k: string]: unknown;
|
|
3264
3365
|
}
|
|
@@ -3295,6 +3396,7 @@ export interface Modules {
|
|
|
3295
3396
|
};
|
|
3296
3397
|
resource: string;
|
|
3297
3398
|
resourceUploadId?: string;
|
|
3399
|
+
render?: 'native' | 'default';
|
|
3298
3400
|
key: ModuleKeySchema;
|
|
3299
3401
|
[k: string]: unknown;
|
|
3300
3402
|
}
|
|
@@ -3320,6 +3422,7 @@ export interface Modules {
|
|
|
3320
3422
|
};
|
|
3321
3423
|
resource: string;
|
|
3322
3424
|
resourceUploadId?: string;
|
|
3425
|
+
render?: 'native' | 'default';
|
|
3323
3426
|
key: ModuleKeySchema;
|
|
3324
3427
|
[k: string]: unknown;
|
|
3325
3428
|
}
|
|
@@ -3343,6 +3446,7 @@ export interface Modules {
|
|
|
3343
3446
|
};
|
|
3344
3447
|
resource: string;
|
|
3345
3448
|
resourceUploadId?: string;
|
|
3449
|
+
render?: 'native' | 'default';
|
|
3346
3450
|
key: ModuleKeySchema;
|
|
3347
3451
|
[k: string]: unknown;
|
|
3348
3452
|
}
|
|
@@ -3370,6 +3474,7 @@ export interface Modules {
|
|
|
3370
3474
|
displayConditions?: {
|
|
3371
3475
|
[k: string]: unknown;
|
|
3372
3476
|
};
|
|
3477
|
+
render?: 'native' | 'default';
|
|
3373
3478
|
key: ModuleKeySchema;
|
|
3374
3479
|
[k: string]: unknown;
|
|
3375
3480
|
}
|
|
@@ -3395,6 +3500,7 @@ export interface Modules {
|
|
|
3395
3500
|
displayConditions?: {
|
|
3396
3501
|
[k: string]: unknown;
|
|
3397
3502
|
};
|
|
3503
|
+
render?: 'native' | 'default';
|
|
3398
3504
|
key: ModuleKeySchema;
|
|
3399
3505
|
[k: string]: unknown;
|
|
3400
3506
|
}
|
|
@@ -3416,6 +3522,7 @@ export interface Modules {
|
|
|
3416
3522
|
resource: string;
|
|
3417
3523
|
resourceUploadId?: string;
|
|
3418
3524
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
3525
|
+
render?: 'native' | 'default';
|
|
3419
3526
|
key: ModuleKeySchema;
|
|
3420
3527
|
[k: string]: unknown;
|
|
3421
3528
|
}
|
|
@@ -3435,6 +3542,7 @@ export interface Modules {
|
|
|
3435
3542
|
resource: string;
|
|
3436
3543
|
resourceUploadId?: string;
|
|
3437
3544
|
viewportSize?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
3545
|
+
render?: 'native' | 'default';
|
|
3438
3546
|
key: ModuleKeySchema;
|
|
3439
3547
|
[k: string]: unknown;
|
|
3440
3548
|
}
|
|
@@ -3461,6 +3569,7 @@ export interface Modules {
|
|
|
3461
3569
|
};
|
|
3462
3570
|
resource: string;
|
|
3463
3571
|
resourceUploadId?: string;
|
|
3572
|
+
render?: 'native' | 'default';
|
|
3464
3573
|
key: ModuleKeySchema;
|
|
3465
3574
|
[k: string]: unknown;
|
|
3466
3575
|
}
|
|
@@ -3485,6 +3594,7 @@ export interface Modules {
|
|
|
3485
3594
|
};
|
|
3486
3595
|
resource: string;
|
|
3487
3596
|
resourceUploadId?: string;
|
|
3597
|
+
render?: 'native' | 'default';
|
|
3488
3598
|
key: ModuleKeySchema;
|
|
3489
3599
|
[k: string]: unknown;
|
|
3490
3600
|
}
|