@forge/manifest 3.9.0 → 3.9.1-next.2

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 CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.9.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7558a5d9: Update manifest definitions
8
+
9
+ ## 3.9.1-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 02aefee: Verify Automation for Confluence extension points
14
+ - f543a47: Update manifest definitions
15
+
16
+ ## 3.9.1-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 2ae0afe: Update manifest definitions
21
+
3
22
  ## 3.9.0
4
23
 
5
24
  ### Minor Changes
@@ -521,6 +521,26 @@
521
521
  "displayConditions": {
522
522
  "type": "object"
523
523
  },
524
+ "keyboardShortcut": {
525
+ "type": "object",
526
+ "additionalProperties": false,
527
+ "properties": {
528
+ "accelerator": {
529
+ "type": "string",
530
+ "minLength": 1,
531
+ "maxLength": 255,
532
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
533
+ },
534
+ "description": {
535
+ "type": "string",
536
+ "minLength": 1,
537
+ "maxLength": 1000
538
+ }
539
+ },
540
+ "required": [
541
+ "accelerator"
542
+ ]
543
+ },
524
544
  "key": {
525
545
  "$ref": "#/definitions/ModuleKeySchema"
526
546
  }
@@ -578,6 +598,26 @@
578
598
  "displayConditions": {
579
599
  "type": "object"
580
600
  },
601
+ "keyboardShortcut": {
602
+ "type": "object",
603
+ "additionalProperties": false,
604
+ "properties": {
605
+ "accelerator": {
606
+ "type": "string",
607
+ "minLength": 1,
608
+ "maxLength": 255,
609
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
610
+ },
611
+ "description": {
612
+ "type": "string",
613
+ "minLength": 1,
614
+ "maxLength": 1000
615
+ }
616
+ },
617
+ "required": [
618
+ "accelerator"
619
+ ]
620
+ },
581
621
  "key": {
582
622
  "$ref": "#/definitions/ModuleKeySchema"
583
623
  }
@@ -613,6 +653,26 @@
613
653
  "displayConditions": {
614
654
  "type": "object"
615
655
  },
656
+ "keyboardShortcut": {
657
+ "type": "object",
658
+ "additionalProperties": false,
659
+ "properties": {
660
+ "accelerator": {
661
+ "type": "string",
662
+ "minLength": 1,
663
+ "maxLength": 255,
664
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
665
+ },
666
+ "description": {
667
+ "type": "string",
668
+ "minLength": 1,
669
+ "maxLength": 1000
670
+ }
671
+ },
672
+ "required": [
673
+ "accelerator"
674
+ ]
675
+ },
616
676
  "key": {
617
677
  "$ref": "#/definitions/ModuleKeySchema"
618
678
  }
@@ -671,6 +731,26 @@
671
731
  "displayConditions": {
672
732
  "type": "object"
673
733
  },
734
+ "keyboardShortcut": {
735
+ "type": "object",
736
+ "additionalProperties": false,
737
+ "properties": {
738
+ "accelerator": {
739
+ "type": "string",
740
+ "minLength": 1,
741
+ "maxLength": 255,
742
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
743
+ },
744
+ "description": {
745
+ "type": "string",
746
+ "minLength": 1,
747
+ "maxLength": 1000
748
+ }
749
+ },
750
+ "required": [
751
+ "accelerator"
752
+ ]
753
+ },
674
754
  "key": {
675
755
  "$ref": "#/definitions/ModuleKeySchema"
676
756
  }
@@ -737,6 +817,26 @@
737
817
  "displayConditions": {
738
818
  "type": "object"
739
819
  },
820
+ "keyboardShortcut": {
821
+ "type": "object",
822
+ "additionalProperties": false,
823
+ "properties": {
824
+ "accelerator": {
825
+ "type": "string",
826
+ "minLength": 1,
827
+ "maxLength": 255,
828
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
829
+ },
830
+ "description": {
831
+ "type": "string",
832
+ "minLength": 1,
833
+ "maxLength": 1000
834
+ }
835
+ },
836
+ "required": [
837
+ "accelerator"
838
+ ]
839
+ },
740
840
  "key": {
741
841
  "$ref": "#/definitions/ModuleKeySchema"
742
842
  }
@@ -825,6 +925,26 @@
825
925
  "displayConditions": {
826
926
  "type": "object"
827
927
  },
928
+ "keyboardShortcut": {
929
+ "type": "object",
930
+ "additionalProperties": false,
931
+ "properties": {
932
+ "accelerator": {
933
+ "type": "string",
934
+ "minLength": 1,
935
+ "maxLength": 255,
936
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
937
+ },
938
+ "description": {
939
+ "type": "string",
940
+ "minLength": 1,
941
+ "maxLength": 1000
942
+ }
943
+ },
944
+ "required": [
945
+ "accelerator"
946
+ ]
947
+ },
828
948
  "key": {
829
949
  "$ref": "#/definitions/ModuleKeySchema"
830
950
  }
@@ -860,6 +980,26 @@
860
980
  "displayConditions": {
861
981
  "type": "object"
862
982
  },
983
+ "keyboardShortcut": {
984
+ "type": "object",
985
+ "additionalProperties": false,
986
+ "properties": {
987
+ "accelerator": {
988
+ "type": "string",
989
+ "minLength": 1,
990
+ "maxLength": 255,
991
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
992
+ },
993
+ "description": {
994
+ "type": "string",
995
+ "minLength": 1,
996
+ "maxLength": 1000
997
+ }
998
+ },
999
+ "required": [
1000
+ "accelerator"
1001
+ ]
1002
+ },
863
1003
  "key": {
864
1004
  "$ref": "#/definitions/ModuleKeySchema"
865
1005
  }
@@ -918,6 +1058,26 @@
918
1058
  "displayConditions": {
919
1059
  "type": "object"
920
1060
  },
1061
+ "keyboardShortcut": {
1062
+ "type": "object",
1063
+ "additionalProperties": false,
1064
+ "properties": {
1065
+ "accelerator": {
1066
+ "type": "string",
1067
+ "minLength": 1,
1068
+ "maxLength": 255,
1069
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1070
+ },
1071
+ "description": {
1072
+ "type": "string",
1073
+ "minLength": 1,
1074
+ "maxLength": 1000
1075
+ }
1076
+ },
1077
+ "required": [
1078
+ "accelerator"
1079
+ ]
1080
+ },
921
1081
  "key": {
922
1082
  "$ref": "#/definitions/ModuleKeySchema"
923
1083
  }
@@ -964,6 +1124,26 @@
964
1124
  "displayConditions": {
965
1125
  "type": "object"
966
1126
  },
1127
+ "keyboardShortcut": {
1128
+ "type": "object",
1129
+ "additionalProperties": false,
1130
+ "properties": {
1131
+ "accelerator": {
1132
+ "type": "string",
1133
+ "minLength": 1,
1134
+ "maxLength": 255,
1135
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1136
+ },
1137
+ "description": {
1138
+ "type": "string",
1139
+ "minLength": 1,
1140
+ "maxLength": 1000
1141
+ }
1142
+ },
1143
+ "required": [
1144
+ "accelerator"
1145
+ ]
1146
+ },
967
1147
  "key": {
968
1148
  "$ref": "#/definitions/ModuleKeySchema"
969
1149
  }
@@ -1023,6 +1203,26 @@
1023
1203
  "displayConditions": {
1024
1204
  "type": "object"
1025
1205
  },
1206
+ "keyboardShortcut": {
1207
+ "type": "object",
1208
+ "additionalProperties": false,
1209
+ "properties": {
1210
+ "accelerator": {
1211
+ "type": "string",
1212
+ "minLength": 1,
1213
+ "maxLength": 255,
1214
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1215
+ },
1216
+ "description": {
1217
+ "type": "string",
1218
+ "minLength": 1,
1219
+ "maxLength": 1000
1220
+ }
1221
+ },
1222
+ "required": [
1223
+ "accelerator"
1224
+ ]
1225
+ },
1026
1226
  "key": {
1027
1227
  "$ref": "#/definitions/ModuleKeySchema"
1028
1228
  }
@@ -1065,6 +1265,26 @@
1065
1265
  "displayConditions": {
1066
1266
  "type": "object"
1067
1267
  },
1268
+ "keyboardShortcut": {
1269
+ "type": "object",
1270
+ "additionalProperties": false,
1271
+ "properties": {
1272
+ "accelerator": {
1273
+ "type": "string",
1274
+ "minLength": 1,
1275
+ "maxLength": 255,
1276
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1277
+ },
1278
+ "description": {
1279
+ "type": "string",
1280
+ "minLength": 1,
1281
+ "maxLength": 1000
1282
+ }
1283
+ },
1284
+ "required": [
1285
+ "accelerator"
1286
+ ]
1287
+ },
1068
1288
  "key": {
1069
1289
  "$ref": "#/definitions/ModuleKeySchema"
1070
1290
  }
@@ -1118,6 +1338,26 @@
1118
1338
  "displayConditions": {
1119
1339
  "type": "object"
1120
1340
  },
1341
+ "keyboardShortcut": {
1342
+ "type": "object",
1343
+ "additionalProperties": false,
1344
+ "properties": {
1345
+ "accelerator": {
1346
+ "type": "string",
1347
+ "minLength": 1,
1348
+ "maxLength": 255,
1349
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1350
+ },
1351
+ "description": {
1352
+ "type": "string",
1353
+ "minLength": 1,
1354
+ "maxLength": 1000
1355
+ }
1356
+ },
1357
+ "required": [
1358
+ "accelerator"
1359
+ ]
1360
+ },
1121
1361
  "key": {
1122
1362
  "$ref": "#/definitions/ModuleKeySchema"
1123
1363
  }
@@ -1163,6 +1403,26 @@
1163
1403
  "default": false,
1164
1404
  "description": "A flag indicating whether this settings instance will be used as the app's \"Get Started\""
1165
1405
  },
1406
+ "keyboardShortcut": {
1407
+ "type": "object",
1408
+ "additionalProperties": false,
1409
+ "properties": {
1410
+ "accelerator": {
1411
+ "type": "string",
1412
+ "minLength": 1,
1413
+ "maxLength": 255,
1414
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1415
+ },
1416
+ "description": {
1417
+ "type": "string",
1418
+ "minLength": 1,
1419
+ "maxLength": 1000
1420
+ }
1421
+ },
1422
+ "required": [
1423
+ "accelerator"
1424
+ ]
1425
+ },
1166
1426
  "key": {
1167
1427
  "$ref": "#/definitions/ModuleKeySchema"
1168
1428
  }
@@ -1220,6 +1480,26 @@
1220
1480
  "default": false,
1221
1481
  "description": "A flag indicating whether this settings instance will be used as the app's \"Get Started\""
1222
1482
  },
1483
+ "keyboardShortcut": {
1484
+ "type": "object",
1485
+ "additionalProperties": false,
1486
+ "properties": {
1487
+ "accelerator": {
1488
+ "type": "string",
1489
+ "minLength": 1,
1490
+ "maxLength": 255,
1491
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1492
+ },
1493
+ "description": {
1494
+ "type": "string",
1495
+ "minLength": 1,
1496
+ "maxLength": 1000
1497
+ }
1498
+ },
1499
+ "required": [
1500
+ "accelerator"
1501
+ ]
1502
+ },
1223
1503
  "key": {
1224
1504
  "$ref": "#/definitions/ModuleKeySchema"
1225
1505
  }
@@ -1267,6 +1547,26 @@
1267
1547
  "displayConditions": {
1268
1548
  "type": "object"
1269
1549
  },
1550
+ "keyboardShortcut": {
1551
+ "type": "object",
1552
+ "additionalProperties": false,
1553
+ "properties": {
1554
+ "accelerator": {
1555
+ "type": "string",
1556
+ "minLength": 1,
1557
+ "maxLength": 255,
1558
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1559
+ },
1560
+ "description": {
1561
+ "type": "string",
1562
+ "minLength": 1,
1563
+ "maxLength": 1000
1564
+ }
1565
+ },
1566
+ "required": [
1567
+ "accelerator"
1568
+ ]
1569
+ },
1270
1570
  "key": {
1271
1571
  "$ref": "#/definitions/ModuleKeySchema"
1272
1572
  }
@@ -1327,6 +1627,26 @@
1327
1627
  "displayConditions": {
1328
1628
  "type": "object"
1329
1629
  },
1630
+ "keyboardShortcut": {
1631
+ "type": "object",
1632
+ "additionalProperties": false,
1633
+ "properties": {
1634
+ "accelerator": {
1635
+ "type": "string",
1636
+ "minLength": 1,
1637
+ "maxLength": 255,
1638
+ "description": "Keyboard key(s)/combination(s) used to trigger this module."
1639
+ },
1640
+ "description": {
1641
+ "type": "string",
1642
+ "minLength": 1,
1643
+ "maxLength": 1000
1644
+ }
1645
+ },
1646
+ "required": [
1647
+ "accelerator"
1648
+ ]
1649
+ },
1330
1650
  "key": {
1331
1651
  "$ref": "#/definitions/ModuleKeySchema"
1332
1652
  }
@@ -10468,6 +10788,185 @@
10468
10788
  ]
10469
10789
  },
10470
10790
  "minItems": 1
10791
+ },
10792
+ "automation:action": {
10793
+ "type": "array",
10794
+ "items": {
10795
+ "type": "object",
10796
+ "properties": {
10797
+ "function": {
10798
+ "type": "string",
10799
+ "minLength": 1,
10800
+ "maxLength": 255,
10801
+ "pattern": "^[a-zA-Z0-9-_]+$"
10802
+ },
10803
+ "config": {
10804
+ "type": "object",
10805
+ "properties": {
10806
+ "function": {
10807
+ "type": "string",
10808
+ "minLength": 1,
10809
+ "maxLength": 255,
10810
+ "pattern": "^[a-zA-Z0-9-_]+$"
10811
+ }
10812
+ }
10813
+ },
10814
+ "key": {
10815
+ "$ref": "#/definitions/ModuleKeySchema"
10816
+ }
10817
+ },
10818
+ "required": [
10819
+ "function",
10820
+ "config",
10821
+ "key"
10822
+ ]
10823
+ },
10824
+ "minItems": 1
10825
+ },
10826
+ "automation:trigger": {
10827
+ "type": "array",
10828
+ "items": {
10829
+ "type": "object",
10830
+ "properties": {
10831
+ "title": {
10832
+ "type": "string",
10833
+ "minLength": 1,
10834
+ "maxLength": 255
10835
+ },
10836
+ "function": {
10837
+ "type": "string",
10838
+ "minLength": 1,
10839
+ "maxLength": 255,
10840
+ "pattern": "^[a-zA-Z0-9-_]+$"
10841
+ },
10842
+ "key": {
10843
+ "$ref": "#/definitions/ModuleKeySchema"
10844
+ }
10845
+ },
10846
+ "required": [
10847
+ "title",
10848
+ "function",
10849
+ "key"
10850
+ ],
10851
+ "additionalProperties": true
10852
+ },
10853
+ "minItems": 1
10854
+ },
10855
+ "automation:condition": {
10856
+ "type": "array",
10857
+ "items": {
10858
+ "type": "object",
10859
+ "properties": {
10860
+ "function": {
10861
+ "type": "string",
10862
+ "minLength": 1,
10863
+ "maxLength": 255,
10864
+ "pattern": "^[a-zA-Z0-9-_]+$"
10865
+ },
10866
+ "config": {
10867
+ "type": "object",
10868
+ "properties": {
10869
+ "function": {
10870
+ "type": "string",
10871
+ "minLength": 1,
10872
+ "maxLength": 255,
10873
+ "pattern": "^[a-zA-Z0-9-_]+$"
10874
+ }
10875
+ }
10876
+ },
10877
+ "key": {
10878
+ "$ref": "#/definitions/ModuleKeySchema"
10879
+ }
10880
+ },
10881
+ "required": [
10882
+ "function",
10883
+ "config",
10884
+ "key"
10885
+ ],
10886
+ "additionalProperties": true
10887
+ },
10888
+ "minItems": 1
10889
+ },
10890
+ "automation:branch": {
10891
+ "type": "array",
10892
+ "items": {
10893
+ "type": "object",
10894
+ "properties": {
10895
+ "function": {
10896
+ "type": "string",
10897
+ "minLength": 1,
10898
+ "maxLength": 255,
10899
+ "pattern": "^[a-zA-Z0-9-_]+$"
10900
+ },
10901
+ "config": {
10902
+ "type": "object",
10903
+ "properties": {
10904
+ "function": {
10905
+ "type": "string",
10906
+ "minLength": 1,
10907
+ "maxLength": 255,
10908
+ "pattern": "^[a-zA-Z0-9-_]+$"
10909
+ }
10910
+ }
10911
+ },
10912
+ "key": {
10913
+ "$ref": "#/definitions/ModuleKeySchema"
10914
+ }
10915
+ },
10916
+ "required": [
10917
+ "function",
10918
+ "config",
10919
+ "key"
10920
+ ],
10921
+ "additionalProperties": true
10922
+ },
10923
+ "minItems": 1
10924
+ },
10925
+ "automation:attributeResolver": {
10926
+ "type": "array",
10927
+ "items": {
10928
+ "type": "object",
10929
+ "properties": {
10930
+ "function": {
10931
+ "type": "string",
10932
+ "minLength": 1,
10933
+ "maxLength": 255,
10934
+ "pattern": "^[a-zA-Z0-9-_]+$"
10935
+ },
10936
+ "key": {
10937
+ "$ref": "#/definitions/ModuleKeySchema"
10938
+ }
10939
+ },
10940
+ "required": [
10941
+ "function",
10942
+ "key"
10943
+ ],
10944
+ "additionalProperties": true
10945
+ },
10946
+ "minItems": 1
10947
+ },
10948
+ "automation:template": {
10949
+ "type": "array",
10950
+ "items": {
10951
+ "type": "object",
10952
+ "properties": {
10953
+ "function": {
10954
+ "type": "string",
10955
+ "minLength": 1,
10956
+ "maxLength": 255,
10957
+ "pattern": "^[a-zA-Z0-9-_]+$"
10958
+ },
10959
+ "key": {
10960
+ "$ref": "#/definitions/ModuleKeySchema"
10961
+ }
10962
+ },
10963
+ "required": [
10964
+ "function",
10965
+ "key"
10966
+ ],
10967
+ "additionalProperties": true
10968
+ },
10969
+ "minItems": 1
10471
10970
  }
10472
10971
  },
10473
10972
  "title": "ModuleSchema",
@@ -343,6 +343,13 @@ export interface Modules {
343
343
  displayConditions?: {
344
344
  [k: string]: unknown;
345
345
  };
346
+ keyboardShortcut?: {
347
+ /**
348
+ * Keyboard key(s)/combination(s) used to trigger this module.
349
+ */
350
+ accelerator: string;
351
+ description?: string;
352
+ };
346
353
  key: ModuleKeySchema;
347
354
  [k: string]: unknown;
348
355
  }
@@ -357,6 +364,13 @@ export interface Modules {
357
364
  displayConditions?: {
358
365
  [k: string]: unknown;
359
366
  };
367
+ keyboardShortcut?: {
368
+ /**
369
+ * Keyboard key(s)/combination(s) used to trigger this module.
370
+ */
371
+ accelerator: string;
372
+ description?: string;
373
+ };
360
374
  key: ModuleKeySchema;
361
375
  [k: string]: unknown;
362
376
  }
@@ -368,6 +382,13 @@ export interface Modules {
368
382
  displayConditions?: {
369
383
  [k: string]: unknown;
370
384
  };
385
+ keyboardShortcut?: {
386
+ /**
387
+ * Keyboard key(s)/combination(s) used to trigger this module.
388
+ */
389
+ accelerator: string;
390
+ description?: string;
391
+ };
371
392
  key: ModuleKeySchema;
372
393
  [k: string]: unknown;
373
394
  }
@@ -382,6 +403,13 @@ export interface Modules {
382
403
  displayConditions?: {
383
404
  [k: string]: unknown;
384
405
  };
406
+ keyboardShortcut?: {
407
+ /**
408
+ * Keyboard key(s)/combination(s) used to trigger this module.
409
+ */
410
+ accelerator: string;
411
+ description?: string;
412
+ };
385
413
  key: ModuleKeySchema;
386
414
  [k: string]: unknown;
387
415
  }
@@ -395,6 +423,13 @@ export interface Modules {
395
423
  displayConditions?: {
396
424
  [k: string]: unknown;
397
425
  };
426
+ keyboardShortcut?: {
427
+ /**
428
+ * Keyboard key(s)/combination(s) used to trigger this module.
429
+ */
430
+ accelerator: string;
431
+ description?: string;
432
+ };
398
433
  key: ModuleKeySchema;
399
434
  [k: string]: unknown;
400
435
  }
@@ -409,6 +444,13 @@ export interface Modules {
409
444
  displayConditions?: {
410
445
  [k: string]: unknown;
411
446
  };
447
+ keyboardShortcut?: {
448
+ /**
449
+ * Keyboard key(s)/combination(s) used to trigger this module.
450
+ */
451
+ accelerator: string;
452
+ description?: string;
453
+ };
412
454
  key: ModuleKeySchema;
413
455
  [k: string]: unknown;
414
456
  }
@@ -420,6 +462,13 @@ export interface Modules {
420
462
  displayConditions?: {
421
463
  [k: string]: unknown;
422
464
  };
465
+ keyboardShortcut?: {
466
+ /**
467
+ * Keyboard key(s)/combination(s) used to trigger this module.
468
+ */
469
+ accelerator: string;
470
+ description?: string;
471
+ };
423
472
  key: ModuleKeySchema;
424
473
  [k: string]: unknown;
425
474
  }
@@ -434,6 +483,13 @@ export interface Modules {
434
483
  displayConditions?: {
435
484
  [k: string]: unknown;
436
485
  };
486
+ keyboardShortcut?: {
487
+ /**
488
+ * Keyboard key(s)/combination(s) used to trigger this module.
489
+ */
490
+ accelerator: string;
491
+ description?: string;
492
+ };
437
493
  key: ModuleKeySchema;
438
494
  [k: string]: unknown;
439
495
  }
@@ -453,6 +509,13 @@ export interface Modules {
453
509
  displayConditions?: {
454
510
  [k: string]: unknown;
455
511
  };
512
+ keyboardShortcut?: {
513
+ /**
514
+ * Keyboard key(s)/combination(s) used to trigger this module.
515
+ */
516
+ accelerator: string;
517
+ description?: string;
518
+ };
456
519
  key: ModuleKeySchema;
457
520
  }
458
521
  | {
@@ -472,6 +535,13 @@ export interface Modules {
472
535
  displayConditions?: {
473
536
  [k: string]: unknown;
474
537
  };
538
+ keyboardShortcut?: {
539
+ /**
540
+ * Keyboard key(s)/combination(s) used to trigger this module.
541
+ */
542
+ accelerator: string;
543
+ description?: string;
544
+ };
475
545
  key: ModuleKeySchema;
476
546
  }
477
547
  ),
@@ -488,6 +558,13 @@ export interface Modules {
488
558
  displayConditions?: {
489
559
  [k: string]: unknown;
490
560
  };
561
+ keyboardShortcut?: {
562
+ /**
563
+ * Keyboard key(s)/combination(s) used to trigger this module.
564
+ */
565
+ accelerator: string;
566
+ description?: string;
567
+ };
491
568
  key: ModuleKeySchema;
492
569
  }
493
570
  | {
@@ -507,6 +584,13 @@ export interface Modules {
507
584
  displayConditions?: {
508
585
  [k: string]: unknown;
509
586
  };
587
+ keyboardShortcut?: {
588
+ /**
589
+ * Keyboard key(s)/combination(s) used to trigger this module.
590
+ */
591
+ accelerator: string;
592
+ description?: string;
593
+ };
510
594
  key: ModuleKeySchema;
511
595
  }
512
596
  )[]
@@ -519,6 +603,13 @@ export interface Modules {
519
603
  displayConditions?: {
520
604
  [k: string]: unknown;
521
605
  };
606
+ keyboardShortcut?: {
607
+ /**
608
+ * Keyboard key(s)/combination(s) used to trigger this module.
609
+ */
610
+ accelerator: string;
611
+ description?: string;
612
+ };
522
613
  key: ModuleKeySchema;
523
614
  [k: string]: unknown;
524
615
  }
@@ -533,6 +624,13 @@ export interface Modules {
533
624
  displayConditions?: {
534
625
  [k: string]: unknown;
535
626
  };
627
+ keyboardShortcut?: {
628
+ /**
629
+ * Keyboard key(s)/combination(s) used to trigger this module.
630
+ */
631
+ accelerator: string;
632
+ description?: string;
633
+ };
536
634
  key: ModuleKeySchema;
537
635
  [k: string]: unknown;
538
636
  }
@@ -544,6 +642,13 @@ export interface Modules {
544
642
  displayConditions?: {
545
643
  [k: string]: unknown;
546
644
  };
645
+ keyboardShortcut?: {
646
+ /**
647
+ * Keyboard key(s)/combination(s) used to trigger this module.
648
+ */
649
+ accelerator: string;
650
+ description?: string;
651
+ };
547
652
  key: ModuleKeySchema;
548
653
  [k: string]: unknown;
549
654
  }
@@ -558,6 +663,13 @@ export interface Modules {
558
663
  displayConditions?: {
559
664
  [k: string]: unknown;
560
665
  };
666
+ keyboardShortcut?: {
667
+ /**
668
+ * Keyboard key(s)/combination(s) used to trigger this module.
669
+ */
670
+ accelerator: string;
671
+ description?: string;
672
+ };
561
673
  key: ModuleKeySchema;
562
674
  [k: string]: unknown;
563
675
  }
@@ -573,6 +685,13 @@ export interface Modules {
573
685
  displayConditions?: {
574
686
  [k: string]: unknown;
575
687
  };
688
+ keyboardShortcut?: {
689
+ /**
690
+ * Keyboard key(s)/combination(s) used to trigger this module.
691
+ */
692
+ accelerator: string;
693
+ description?: string;
694
+ };
576
695
  key: ModuleKeySchema;
577
696
  [k: string]: unknown;
578
697
  }
@@ -588,6 +707,13 @@ export interface Modules {
588
707
  displayConditions?: {
589
708
  [k: string]: unknown;
590
709
  };
710
+ keyboardShortcut?: {
711
+ /**
712
+ * Keyboard key(s)/combination(s) used to trigger this module.
713
+ */
714
+ accelerator: string;
715
+ description?: string;
716
+ };
591
717
  key: ModuleKeySchema;
592
718
  [k: string]: unknown;
593
719
  }
@@ -601,6 +727,13 @@ export interface Modules {
601
727
  displayConditions?: {
602
728
  [k: string]: unknown;
603
729
  };
730
+ keyboardShortcut?: {
731
+ /**
732
+ * Keyboard key(s)/combination(s) used to trigger this module.
733
+ */
734
+ accelerator: string;
735
+ description?: string;
736
+ };
604
737
  key: ModuleKeySchema;
605
738
  [k: string]: unknown;
606
739
  }
@@ -616,6 +749,13 @@ export interface Modules {
616
749
  displayConditions?: {
617
750
  [k: string]: unknown;
618
751
  };
752
+ keyboardShortcut?: {
753
+ /**
754
+ * Keyboard key(s)/combination(s) used to trigger this module.
755
+ */
756
+ accelerator: string;
757
+ description?: string;
758
+ };
619
759
  key: ModuleKeySchema;
620
760
  [k: string]: unknown;
621
761
  }
@@ -630,6 +770,13 @@ export interface Modules {
630
770
  displayConditions?: {
631
771
  [k: string]: unknown;
632
772
  };
773
+ keyboardShortcut?: {
774
+ /**
775
+ * Keyboard key(s)/combination(s) used to trigger this module.
776
+ */
777
+ accelerator: string;
778
+ description?: string;
779
+ };
633
780
  key: ModuleKeySchema;
634
781
  [k: string]: unknown;
635
782
  }
@@ -644,6 +791,13 @@ export interface Modules {
644
791
  displayConditions?: {
645
792
  [k: string]: unknown;
646
793
  };
794
+ keyboardShortcut?: {
795
+ /**
796
+ * Keyboard key(s)/combination(s) used to trigger this module.
797
+ */
798
+ accelerator: string;
799
+ description?: string;
800
+ };
647
801
  key: ModuleKeySchema;
648
802
  [k: string]: unknown;
649
803
  }
@@ -656,6 +810,13 @@ export interface Modules {
656
810
  displayConditions?: {
657
811
  [k: string]: unknown;
658
812
  };
813
+ keyboardShortcut?: {
814
+ /**
815
+ * Keyboard key(s)/combination(s) used to trigger this module.
816
+ */
817
+ accelerator: string;
818
+ description?: string;
819
+ };
659
820
  key: ModuleKeySchema;
660
821
  [k: string]: unknown;
661
822
  }
@@ -670,6 +831,13 @@ export interface Modules {
670
831
  displayConditions?: {
671
832
  [k: string]: unknown;
672
833
  };
834
+ keyboardShortcut?: {
835
+ /**
836
+ * Keyboard key(s)/combination(s) used to trigger this module.
837
+ */
838
+ accelerator: string;
839
+ description?: string;
840
+ };
673
841
  key: ModuleKeySchema;
674
842
  [k: string]: unknown;
675
843
  }
@@ -691,6 +859,13 @@ export interface Modules {
691
859
  * A flag indicating whether this settings instance will be used as the app's "Get Started"
692
860
  */
693
861
  useAsGetStarted?: boolean;
862
+ keyboardShortcut?: {
863
+ /**
864
+ * Keyboard key(s)/combination(s) used to trigger this module.
865
+ */
866
+ accelerator: string;
867
+ description?: string;
868
+ };
694
869
  key: ModuleKeySchema;
695
870
  [k: string]: unknown;
696
871
  }
@@ -712,6 +887,13 @@ export interface Modules {
712
887
  * A flag indicating whether this settings instance will be used as the app's "Get Started"
713
888
  */
714
889
  useAsGetStarted?: boolean;
890
+ keyboardShortcut?: {
891
+ /**
892
+ * Keyboard key(s)/combination(s) used to trigger this module.
893
+ */
894
+ accelerator: string;
895
+ description?: string;
896
+ };
715
897
  key: ModuleKeySchema;
716
898
  [k: string]: unknown;
717
899
  }
@@ -731,6 +913,13 @@ export interface Modules {
731
913
  * A flag indicating whether this settings instance will be used as the app's "Get Started"
732
914
  */
733
915
  useAsGetStarted?: boolean;
916
+ keyboardShortcut?: {
917
+ /**
918
+ * Keyboard key(s)/combination(s) used to trigger this module.
919
+ */
920
+ accelerator: string;
921
+ description?: string;
922
+ };
734
923
  key: ModuleKeySchema;
735
924
  [k: string]: unknown;
736
925
  }
@@ -752,6 +941,13 @@ export interface Modules {
752
941
  * A flag indicating whether this settings instance will be used as the app's "Get Started"
753
942
  */
754
943
  useAsGetStarted?: boolean;
944
+ keyboardShortcut?: {
945
+ /**
946
+ * Keyboard key(s)/combination(s) used to trigger this module.
947
+ */
948
+ accelerator: string;
949
+ description?: string;
950
+ };
755
951
  key: ModuleKeySchema;
756
952
  [k: string]: unknown;
757
953
  }
@@ -767,6 +963,13 @@ export interface Modules {
767
963
  displayConditions?: {
768
964
  [k: string]: unknown;
769
965
  };
966
+ keyboardShortcut?: {
967
+ /**
968
+ * Keyboard key(s)/combination(s) used to trigger this module.
969
+ */
970
+ accelerator: string;
971
+ description?: string;
972
+ };
770
973
  key: ModuleKeySchema;
771
974
  }
772
975
  | {
@@ -781,6 +984,13 @@ export interface Modules {
781
984
  displayConditions?: {
782
985
  [k: string]: unknown;
783
986
  };
987
+ keyboardShortcut?: {
988
+ /**
989
+ * Keyboard key(s)/combination(s) used to trigger this module.
990
+ */
991
+ accelerator: string;
992
+ description?: string;
993
+ };
784
994
  key: ModuleKeySchema;
785
995
  }
786
996
  ),
@@ -793,6 +1003,13 @@ export interface Modules {
793
1003
  displayConditions?: {
794
1004
  [k: string]: unknown;
795
1005
  };
1006
+ keyboardShortcut?: {
1007
+ /**
1008
+ * Keyboard key(s)/combination(s) used to trigger this module.
1009
+ */
1010
+ accelerator: string;
1011
+ description?: string;
1012
+ };
796
1013
  key: ModuleKeySchema;
797
1014
  }
798
1015
  | {
@@ -807,6 +1024,13 @@ export interface Modules {
807
1024
  displayConditions?: {
808
1025
  [k: string]: unknown;
809
1026
  };
1027
+ keyboardShortcut?: {
1028
+ /**
1029
+ * Keyboard key(s)/combination(s) used to trigger this module.
1030
+ */
1031
+ accelerator: string;
1032
+ description?: string;
1033
+ };
810
1034
  key: ModuleKeySchema;
811
1035
  }
812
1036
  )[]
@@ -4583,6 +4807,104 @@ export interface Modules {
4583
4807
  [k: string]: unknown;
4584
4808
  }[]
4585
4809
  ];
4810
+ 'automation:action'?: [
4811
+ {
4812
+ function: string;
4813
+ config: {
4814
+ function?: string;
4815
+ [k: string]: unknown;
4816
+ };
4817
+ key: ModuleKeySchema;
4818
+ [k: string]: unknown;
4819
+ },
4820
+ ...{
4821
+ function: string;
4822
+ config: {
4823
+ function?: string;
4824
+ [k: string]: unknown;
4825
+ };
4826
+ key: ModuleKeySchema;
4827
+ [k: string]: unknown;
4828
+ }[]
4829
+ ];
4830
+ 'automation:trigger'?: [
4831
+ {
4832
+ title: string;
4833
+ function: string;
4834
+ key: ModuleKeySchema;
4835
+ [k: string]: unknown;
4836
+ },
4837
+ ...{
4838
+ title: string;
4839
+ function: string;
4840
+ key: ModuleKeySchema;
4841
+ [k: string]: unknown;
4842
+ }[]
4843
+ ];
4844
+ 'automation:condition'?: [
4845
+ {
4846
+ function: string;
4847
+ config: {
4848
+ function?: string;
4849
+ [k: string]: unknown;
4850
+ };
4851
+ key: ModuleKeySchema;
4852
+ [k: string]: unknown;
4853
+ },
4854
+ ...{
4855
+ function: string;
4856
+ config: {
4857
+ function?: string;
4858
+ [k: string]: unknown;
4859
+ };
4860
+ key: ModuleKeySchema;
4861
+ [k: string]: unknown;
4862
+ }[]
4863
+ ];
4864
+ 'automation:branch'?: [
4865
+ {
4866
+ function: string;
4867
+ config: {
4868
+ function?: string;
4869
+ [k: string]: unknown;
4870
+ };
4871
+ key: ModuleKeySchema;
4872
+ [k: string]: unknown;
4873
+ },
4874
+ ...{
4875
+ function: string;
4876
+ config: {
4877
+ function?: string;
4878
+ [k: string]: unknown;
4879
+ };
4880
+ key: ModuleKeySchema;
4881
+ [k: string]: unknown;
4882
+ }[]
4883
+ ];
4884
+ 'automation:attributeResolver'?: [
4885
+ {
4886
+ function: string;
4887
+ key: ModuleKeySchema;
4888
+ [k: string]: unknown;
4889
+ },
4890
+ ...{
4891
+ function: string;
4892
+ key: ModuleKeySchema;
4893
+ [k: string]: unknown;
4894
+ }[]
4895
+ ];
4896
+ 'automation:template'?: [
4897
+ {
4898
+ function: string;
4899
+ key: ModuleKeySchema;
4900
+ [k: string]: unknown;
4901
+ },
4902
+ ...{
4903
+ function: string;
4904
+ key: ModuleKeySchema;
4905
+ [k: string]: unknown;
4906
+ }[]
4907
+ ];
4586
4908
  [k: string]: unknown;
4587
4909
  }
4588
4910
  export interface StringPredicate {
@@ -98,7 +98,13 @@ export declare enum AllModuleTypes {
98
98
  ConnectJiraWebPanels = "connect-jira:webPanels",
99
99
  ConnectJiraWebSections = "connect-jira:webSections",
100
100
  ConnectJiraWebhooks = "connect-jira:webhooks",
101
- ConnectConfluenceLifecycle = "connect-confluence:lifecycle"
101
+ ConnectConfluenceLifecycle = "connect-confluence:lifecycle",
102
+ AutomationForConfluenceTrigger = "automation:trigger",
103
+ AutomationForConfluenceAction = "automation:action",
104
+ AutomationForConfluenceBranch = "automation:branch",
105
+ AutomationForConfluenceCondition = "automation:condition",
106
+ AutomationForConfluenceAttributeResolver = "automation:attributeResolver",
107
+ AutomationForConfluenceTemplate = "automation:template"
102
108
  }
103
109
  export declare const SUPPORTED_MODULES: AllModuleTypes[];
104
110
  export declare const SUPPORTED_PRODUCTS_ONLY: string[];
@@ -1 +1 @@
1
- {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"AAAA,oBAAY,cAAc;IACxB,YAAY,kBAAkB;IAC9B,WAAW,iBAAiB;IAC5B,cAAc,oBAAoB;IAClC,YAAY,kBAAkB;IAC9B,oBAAoB,0BAA0B;IAC9C,QAAQ,cAAc;IACtB,uBAAuB,6BAA6B;IACpD,2BAA2B,iCAAiC;IAC5D,qBAAqB,2BAA2B;IAChD,uBAAuB,6BAA6B;IACpD,wBAAwB,8BAA8B;IACtD,oBAAoB,0BAA0B;IAC9C,sBAAsB,4BAA4B;IAClD,mBAAmB,yBAAyB;IAC5C,uBAAuB,6BAA6B;IACpD,kBAAkB,wBAAwB;IAC1C,qBAAqB,2BAA2B;IAChD,qBAAqB,2BAA2B;IAChD,wBAAwB,8BAA8B;IACtD,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,iBAAiB,uBAAuB;IACxC,mBAAmB,yBAAyB;IAC5C,eAAe,qBAAqB;IACpC,cAAc,oBAAoB;IAClC,aAAa,mBAAmB;IAChC,eAAe,qBAAqB;IACpC,uBAAuB,6BAA6B;IACpD,cAAc,oBAAoB;IAClC,mBAAmB,yBAAyB;IAC5C,6BAA6B,mCAAmC;IAEhE,gBAAgB,sBAAsB;IACtC,oBAAoB,0BAA0B;IAC9C,iBAAiB,uBAAuB;IACxC,eAAe,qBAAqB;IACpC,mBAAmB,yBAAyB;IAE5C,8BAA8B,oCAAoC;IAClE,wCAAwC,8CAA8C;IACtF,6CAA6C,mDAAmD;IAChG,sCAAsC,4CAA4C;IAClF,iCAAiC,uCAAuC;IACxE,oCAAoC,0CAA0C;IAC9E,iCAAiC,uCAAuC;IACxE,uCAAuC,6CAA6C;IACpF,4CAA4C,kDAAkD;IAC9F,yCAAyC,+CAA+C;IAExF,qBAAqB,4BAA4B;IACjD,gCAAgC,uCAAuC;IACvE,uBAAuB,8BAA8B;IACrD,6BAA6B,oCAAoC;IACjE,gCAAgC,uCAAuC;IACvE,0BAA0B,iCAAiC;IAC3D,2BAA2B,kCAAkC;IAC7D,oCAAoC,2CAA2C;IAC/E,+BAA+B,sCAAsC;IACrE,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,4BAA4B,mCAAmC;IAC/D,mBAAmB,0BAA0B;IAC7C,oBAAoB,2BAA2B;IAC/C,2BAA2B,kCAAkC;IAC7D,2BAA2B,kCAAkC;IAC7D,8BAA8B,qCAAqC;IACnE,4CAA4C,mDAAmD;IAC/F,iCAAiC,wCAAwC;IACzE,mCAAmC,0CAA0C;IAC7E,8BAA8B,qCAAqC;IACnE,wBAAwB,+BAA+B;IACvD,qCAAqC,4CAA4C;IACjF,6BAA6B,oCAAoC;IACjE,kCAAkC,yCAAyC;IAC3E,gCAAgC,uCAAuC;IACvE,+BAA+B,sCAAsC;IACrE,oCAAoC,2CAA2C;IAC/E,yBAAyB,gCAAgC;IACzD,0BAA0B,iCAAiC;IAC3D,4BAA4B,mCAAmC;IAC/D,yBAAyB,gCAAgC;IACzD,wBAAwB,+BAA+B;IACvD,kBAAkB,yBAAyB;IAC3C,gCAAgC,uCAAuC;IACvE,qCAAqC,4CAA4C;IACjF,8BAA8B,qCAAqC;IACnE,+BAA+B,sCAAsC;IACrE,sCAAsC,6CAA6C;IACnF,4BAA4B,mCAAmC;IAC/D,6BAA6B,oCAAoC;IACjE,yBAAyB,gCAAgC;IACzD,2BAA2B,kCAAkC;IAC7D,iCAAiC,wCAAwC;IACzE,sBAAsB,6BAA6B;IACnD,iCAAiC,wCAAwC;IACzE,oCAAoC,2CAA2C;IAC/E,iCAAiC,wCAAwC;IACzE,0BAA0B,iCAAiC;IAC3D,oBAAoB,2BAA2B;IAC/C,sBAAsB,6BAA6B;IACnD,mBAAmB,0BAA0B;IAC7C,0BAA0B,iCAAiC;CAC5D;AAED,eAAO,MAAM,iBAAiB,kBAAgC,CAAC;AAE/D,eAAO,MAAM,uBAAuB,UAAwE,CAAC"}
1
+ {"version":3,"file":"module-types.d.ts","sourceRoot":"","sources":["../../src/types/module-types.ts"],"names":[],"mappings":"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"}
@@ -103,6 +103,12 @@ var AllModuleTypes;
103
103
  AllModuleTypes["ConnectJiraWebSections"] = "connect-jira:webSections";
104
104
  AllModuleTypes["ConnectJiraWebhooks"] = "connect-jira:webhooks";
105
105
  AllModuleTypes["ConnectConfluenceLifecycle"] = "connect-confluence:lifecycle";
106
+ AllModuleTypes["AutomationForConfluenceTrigger"] = "automation:trigger";
107
+ AllModuleTypes["AutomationForConfluenceAction"] = "automation:action";
108
+ AllModuleTypes["AutomationForConfluenceBranch"] = "automation:branch";
109
+ AllModuleTypes["AutomationForConfluenceCondition"] = "automation:condition";
110
+ AllModuleTypes["AutomationForConfluenceAttributeResolver"] = "automation:attributeResolver";
111
+ AllModuleTypes["AutomationForConfluenceTemplate"] = "automation:template";
106
112
  })(AllModuleTypes = exports.AllModuleTypes || (exports.AllModuleTypes = {}));
107
113
  exports.SUPPORTED_MODULES = Object.values(AllModuleTypes);
108
114
  exports.SUPPORTED_PRODUCTS_ONLY = [...new Set(exports.SUPPORTED_MODULES.map((module) => module.split(':')[0]))];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.9.0",
3
+ "version": "3.9.1-next.2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {