@vess-id/ai-identity 0.9.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,6 +44,7 @@ export declare const ACTION_REGISTRY: {
44
44
  oldest?: undefined;
45
45
  limit?: undefined;
46
46
  inclusive?: undefined;
47
+ cursor?: undefined;
47
48
  ts?: undefined;
48
49
  title?: undefined;
49
50
  body?: undefined;
@@ -82,10 +83,10 @@ export declare const ACTION_REGISTRY: {
82
83
  startAt?: undefined;
83
84
  issueIdOrKey?: undefined;
84
85
  projectKey?: undefined;
85
- issueType?: undefined;
86
+ issueTypeName?: undefined;
86
87
  priority?: undefined;
87
- assignee?: undefined;
88
- status?: undefined;
88
+ assigneeAccountId?: undefined;
89
+ transitionId?: undefined;
89
90
  file_path?: undefined;
90
91
  content?: undefined;
91
92
  command?: undefined;
@@ -110,6 +111,8 @@ export declare const ACTION_REGISTRY: {
110
111
  multi?: undefined;
111
112
  separator?: undefined;
112
113
  default?: undefined;
114
+ fallback_param?: undefined;
115
+ derive?: undefined;
113
116
  };
114
117
  secondary?: undefined;
115
118
  };
@@ -134,6 +137,7 @@ export declare const ACTION_REGISTRY: {
134
137
  oldest?: undefined;
135
138
  limit?: undefined;
136
139
  inclusive?: undefined;
140
+ cursor?: undefined;
137
141
  ts?: undefined;
138
142
  title?: undefined;
139
143
  body?: undefined;
@@ -172,10 +176,10 @@ export declare const ACTION_REGISTRY: {
172
176
  startAt?: undefined;
173
177
  issueIdOrKey?: undefined;
174
178
  projectKey?: undefined;
175
- issueType?: undefined;
179
+ issueTypeName?: undefined;
176
180
  priority?: undefined;
177
- assignee?: undefined;
178
- status?: undefined;
181
+ assigneeAccountId?: undefined;
182
+ transitionId?: undefined;
179
183
  file_path?: undefined;
180
184
  content?: undefined;
181
185
  command?: undefined;
@@ -200,6 +204,8 @@ export declare const ACTION_REGISTRY: {
200
204
  multi?: undefined;
201
205
  separator?: undefined;
202
206
  default?: undefined;
207
+ fallback_param?: undefined;
208
+ derive?: undefined;
203
209
  };
204
210
  secondary?: undefined;
205
211
  };
@@ -227,6 +233,7 @@ export declare const ACTION_REGISTRY: {
227
233
  oldest?: undefined;
228
234
  limit?: undefined;
229
235
  inclusive?: undefined;
236
+ cursor?: undefined;
230
237
  ts?: undefined;
231
238
  title?: undefined;
232
239
  body?: undefined;
@@ -265,10 +272,10 @@ export declare const ACTION_REGISTRY: {
265
272
  startAt?: undefined;
266
273
  issueIdOrKey?: undefined;
267
274
  projectKey?: undefined;
268
- issueType?: undefined;
275
+ issueTypeName?: undefined;
269
276
  priority?: undefined;
270
- assignee?: undefined;
271
- status?: undefined;
277
+ assigneeAccountId?: undefined;
278
+ transitionId?: undefined;
272
279
  file_path?: undefined;
273
280
  content?: undefined;
274
281
  command?: undefined;
@@ -293,6 +300,8 @@ export declare const ACTION_REGISTRY: {
293
300
  multi?: undefined;
294
301
  separator?: undefined;
295
302
  default?: undefined;
303
+ fallback_param?: undefined;
304
+ derive?: undefined;
296
305
  };
297
306
  secondary?: undefined;
298
307
  };
@@ -330,6 +339,7 @@ export declare const ACTION_REGISTRY: {
330
339
  icon_emoji?: undefined;
331
340
  blocks?: undefined;
332
341
  userId?: undefined;
342
+ cursor?: undefined;
333
343
  ts?: undefined;
334
344
  title?: undefined;
335
345
  body?: undefined;
@@ -368,10 +378,10 @@ export declare const ACTION_REGISTRY: {
368
378
  startAt?: undefined;
369
379
  issueIdOrKey?: undefined;
370
380
  projectKey?: undefined;
371
- issueType?: undefined;
381
+ issueTypeName?: undefined;
372
382
  priority?: undefined;
373
- assignee?: undefined;
374
- status?: undefined;
383
+ assigneeAccountId?: undefined;
384
+ transitionId?: undefined;
375
385
  file_path?: undefined;
376
386
  content?: undefined;
377
387
  command?: undefined;
@@ -396,6 +406,111 @@ export declare const ACTION_REGISTRY: {
396
406
  multi?: undefined;
397
407
  separator?: undefined;
398
408
  default?: undefined;
409
+ fallback_param?: undefined;
410
+ derive?: undefined;
411
+ };
412
+ secondary?: undefined;
413
+ };
414
+ version: string;
415
+ } | {
416
+ action: string;
417
+ resource_type: string;
418
+ required_relations: string[];
419
+ required_scopes: string[];
420
+ capability: string;
421
+ input_schema: {
422
+ type: string;
423
+ properties: {
424
+ channel: {
425
+ type: string;
426
+ description: string;
427
+ };
428
+ cursor: {
429
+ type: string;
430
+ description: string;
431
+ };
432
+ limit: {
433
+ type: string;
434
+ minimum: number;
435
+ maximum: number;
436
+ };
437
+ text?: undefined;
438
+ thread_ts?: undefined;
439
+ username?: undefined;
440
+ icon_emoji?: undefined;
441
+ blocks?: undefined;
442
+ userId?: undefined;
443
+ latest?: undefined;
444
+ oldest?: undefined;
445
+ inclusive?: undefined;
446
+ ts?: undefined;
447
+ title?: undefined;
448
+ body?: undefined;
449
+ labels?: undefined;
450
+ assignees?: undefined;
451
+ state?: undefined;
452
+ sort?: undefined;
453
+ direction?: undefined;
454
+ per_page?: undefined;
455
+ page?: undefined;
456
+ issue_number?: undefined;
457
+ query?: undefined;
458
+ maxResults?: undefined;
459
+ messageId?: undefined;
460
+ to?: undefined;
461
+ subject?: undefined;
462
+ cc?: undefined;
463
+ bcc?: undefined;
464
+ messageIds?: undefined;
465
+ calendarId?: undefined;
466
+ timeMin?: undefined;
467
+ timeMax?: undefined;
468
+ eventId?: undefined;
469
+ summary?: undefined;
470
+ description?: undefined;
471
+ start?: undefined;
472
+ end?: undefined;
473
+ attendees?: undefined;
474
+ location?: undefined;
475
+ recent?: undefined;
476
+ projectKeyOrId?: undefined;
477
+ type?: undefined;
478
+ boardId?: undefined;
479
+ sprintId?: undefined;
480
+ jql?: undefined;
481
+ startAt?: undefined;
482
+ issueIdOrKey?: undefined;
483
+ projectKey?: undefined;
484
+ issueTypeName?: undefined;
485
+ priority?: undefined;
486
+ assigneeAccountId?: undefined;
487
+ transitionId?: undefined;
488
+ file_path?: undefined;
489
+ content?: undefined;
490
+ command?: undefined;
491
+ working_directory?: undefined;
492
+ env_profile?: undefined;
493
+ timeout_seconds?: undefined;
494
+ };
495
+ required: string[];
496
+ additionalProperties: boolean;
497
+ };
498
+ constraints: {
499
+ rate_bucket: string;
500
+ };
501
+ effects: string[];
502
+ risk: string;
503
+ target_bindings: {
504
+ resource_id: {
505
+ source: "param";
506
+ param: string;
507
+ required?: undefined;
508
+ key?: undefined;
509
+ multi?: undefined;
510
+ separator?: undefined;
511
+ default?: undefined;
512
+ fallback_param?: undefined;
513
+ derive?: undefined;
399
514
  };
400
515
  secondary?: undefined;
401
516
  };
@@ -427,6 +542,7 @@ export declare const ACTION_REGISTRY: {
427
542
  latest?: undefined;
428
543
  oldest?: undefined;
429
544
  inclusive?: undefined;
545
+ cursor?: undefined;
430
546
  ts?: undefined;
431
547
  title?: undefined;
432
548
  body?: undefined;
@@ -465,10 +581,10 @@ export declare const ACTION_REGISTRY: {
465
581
  startAt?: undefined;
466
582
  issueIdOrKey?: undefined;
467
583
  projectKey?: undefined;
468
- issueType?: undefined;
584
+ issueTypeName?: undefined;
469
585
  priority?: undefined;
470
- assignee?: undefined;
471
- status?: undefined;
586
+ assigneeAccountId?: undefined;
587
+ transitionId?: undefined;
472
588
  file_path?: undefined;
473
589
  content?: undefined;
474
590
  command?: undefined;
@@ -493,6 +609,8 @@ export declare const ACTION_REGISTRY: {
493
609
  multi?: undefined;
494
610
  separator?: undefined;
495
611
  default?: undefined;
612
+ fallback_param?: undefined;
613
+ derive?: undefined;
496
614
  };
497
615
  secondary?: undefined;
498
616
  };
@@ -528,6 +646,7 @@ export declare const ACTION_REGISTRY: {
528
646
  oldest?: undefined;
529
647
  limit?: undefined;
530
648
  inclusive?: undefined;
649
+ cursor?: undefined;
531
650
  title?: undefined;
532
651
  body?: undefined;
533
652
  labels?: undefined;
@@ -565,10 +684,10 @@ export declare const ACTION_REGISTRY: {
565
684
  startAt?: undefined;
566
685
  issueIdOrKey?: undefined;
567
686
  projectKey?: undefined;
568
- issueType?: undefined;
687
+ issueTypeName?: undefined;
569
688
  priority?: undefined;
570
- assignee?: undefined;
571
- status?: undefined;
689
+ assigneeAccountId?: undefined;
690
+ transitionId?: undefined;
572
691
  file_path?: undefined;
573
692
  content?: undefined;
574
693
  command?: undefined;
@@ -593,6 +712,8 @@ export declare const ACTION_REGISTRY: {
593
712
  multi?: undefined;
594
713
  separator?: undefined;
595
714
  default?: undefined;
715
+ fallback_param?: undefined;
716
+ derive?: undefined;
596
717
  };
597
718
  secondary?: undefined;
598
719
  };
@@ -624,6 +745,7 @@ export declare const ACTION_REGISTRY: {
624
745
  oldest?: undefined;
625
746
  limit?: undefined;
626
747
  inclusive?: undefined;
748
+ cursor?: undefined;
627
749
  title?: undefined;
628
750
  body?: undefined;
629
751
  labels?: undefined;
@@ -661,10 +783,10 @@ export declare const ACTION_REGISTRY: {
661
783
  startAt?: undefined;
662
784
  issueIdOrKey?: undefined;
663
785
  projectKey?: undefined;
664
- issueType?: undefined;
786
+ issueTypeName?: undefined;
665
787
  priority?: undefined;
666
- assignee?: undefined;
667
- status?: undefined;
788
+ assigneeAccountId?: undefined;
789
+ transitionId?: undefined;
668
790
  file_path?: undefined;
669
791
  content?: undefined;
670
792
  command?: undefined;
@@ -689,6 +811,8 @@ export declare const ACTION_REGISTRY: {
689
811
  multi?: undefined;
690
812
  separator?: undefined;
691
813
  default?: undefined;
814
+ fallback_param?: undefined;
815
+ derive?: undefined;
692
816
  };
693
817
  secondary?: undefined;
694
818
  };
@@ -733,6 +857,7 @@ export declare const ACTION_REGISTRY: {
733
857
  oldest?: undefined;
734
858
  limit?: undefined;
735
859
  inclusive?: undefined;
860
+ cursor?: undefined;
736
861
  ts?: undefined;
737
862
  state?: undefined;
738
863
  sort?: undefined;
@@ -767,10 +892,10 @@ export declare const ACTION_REGISTRY: {
767
892
  startAt?: undefined;
768
893
  issueIdOrKey?: undefined;
769
894
  projectKey?: undefined;
770
- issueType?: undefined;
895
+ issueTypeName?: undefined;
771
896
  priority?: undefined;
772
- assignee?: undefined;
773
- status?: undefined;
897
+ assigneeAccountId?: undefined;
898
+ transitionId?: undefined;
774
899
  file_path?: undefined;
775
900
  content?: undefined;
776
901
  command?: undefined;
@@ -795,6 +920,8 @@ export declare const ACTION_REGISTRY: {
795
920
  multi?: undefined;
796
921
  separator?: undefined;
797
922
  default?: undefined;
923
+ fallback_param?: undefined;
924
+ derive?: undefined;
798
925
  };
799
926
  secondary?: undefined;
800
927
  };
@@ -844,6 +971,7 @@ export declare const ACTION_REGISTRY: {
844
971
  oldest?: undefined;
845
972
  limit?: undefined;
846
973
  inclusive?: undefined;
974
+ cursor?: undefined;
847
975
  ts?: undefined;
848
976
  title?: undefined;
849
977
  body?: undefined;
@@ -876,10 +1004,10 @@ export declare const ACTION_REGISTRY: {
876
1004
  startAt?: undefined;
877
1005
  issueIdOrKey?: undefined;
878
1006
  projectKey?: undefined;
879
- issueType?: undefined;
1007
+ issueTypeName?: undefined;
880
1008
  priority?: undefined;
881
- assignee?: undefined;
882
- status?: undefined;
1009
+ assigneeAccountId?: undefined;
1010
+ transitionId?: undefined;
883
1011
  file_path?: undefined;
884
1012
  content?: undefined;
885
1013
  command?: undefined;
@@ -904,6 +1032,8 @@ export declare const ACTION_REGISTRY: {
904
1032
  multi?: undefined;
905
1033
  separator?: undefined;
906
1034
  default?: undefined;
1035
+ fallback_param?: undefined;
1036
+ derive?: undefined;
907
1037
  };
908
1038
  secondary?: undefined;
909
1039
  };
@@ -932,6 +1062,7 @@ export declare const ACTION_REGISTRY: {
932
1062
  oldest?: undefined;
933
1063
  limit?: undefined;
934
1064
  inclusive?: undefined;
1065
+ cursor?: undefined;
935
1066
  ts?: undefined;
936
1067
  title?: undefined;
937
1068
  body?: undefined;
@@ -969,10 +1100,10 @@ export declare const ACTION_REGISTRY: {
969
1100
  startAt?: undefined;
970
1101
  issueIdOrKey?: undefined;
971
1102
  projectKey?: undefined;
972
- issueType?: undefined;
1103
+ issueTypeName?: undefined;
973
1104
  priority?: undefined;
974
- assignee?: undefined;
975
- status?: undefined;
1105
+ assigneeAccountId?: undefined;
1106
+ transitionId?: undefined;
976
1107
  file_path?: undefined;
977
1108
  content?: undefined;
978
1109
  command?: undefined;
@@ -997,6 +1128,8 @@ export declare const ACTION_REGISTRY: {
997
1128
  multi?: undefined;
998
1129
  separator?: undefined;
999
1130
  default?: undefined;
1131
+ fallback_param?: undefined;
1132
+ derive?: undefined;
1000
1133
  };
1001
1134
  secondary?: undefined;
1002
1135
  };
@@ -1049,6 +1182,7 @@ export declare const ACTION_REGISTRY: {
1049
1182
  oldest?: undefined;
1050
1183
  limit?: undefined;
1051
1184
  inclusive?: undefined;
1185
+ cursor?: undefined;
1052
1186
  ts?: undefined;
1053
1187
  sort?: undefined;
1054
1188
  direction?: undefined;
@@ -1081,10 +1215,10 @@ export declare const ACTION_REGISTRY: {
1081
1215
  startAt?: undefined;
1082
1216
  issueIdOrKey?: undefined;
1083
1217
  projectKey?: undefined;
1084
- issueType?: undefined;
1218
+ issueTypeName?: undefined;
1085
1219
  priority?: undefined;
1086
- assignee?: undefined;
1087
- status?: undefined;
1220
+ assigneeAccountId?: undefined;
1221
+ transitionId?: undefined;
1088
1222
  file_path?: undefined;
1089
1223
  content?: undefined;
1090
1224
  command?: undefined;
@@ -1109,6 +1243,8 @@ export declare const ACTION_REGISTRY: {
1109
1243
  multi?: undefined;
1110
1244
  separator?: undefined;
1111
1245
  default?: undefined;
1246
+ fallback_param?: undefined;
1247
+ derive?: undefined;
1112
1248
  };
1113
1249
  secondary?: undefined;
1114
1250
  };
@@ -1130,6 +1266,7 @@ export declare const ACTION_REGISTRY: {
1130
1266
  type: string;
1131
1267
  minimum: number;
1132
1268
  maximum: number;
1269
+ description?: undefined;
1133
1270
  };
1134
1271
  channel?: undefined;
1135
1272
  text?: undefined;
@@ -1142,6 +1279,7 @@ export declare const ACTION_REGISTRY: {
1142
1279
  oldest?: undefined;
1143
1280
  limit?: undefined;
1144
1281
  inclusive?: undefined;
1282
+ cursor?: undefined;
1145
1283
  ts?: undefined;
1146
1284
  title?: undefined;
1147
1285
  body?: undefined;
@@ -1178,10 +1316,10 @@ export declare const ACTION_REGISTRY: {
1178
1316
  startAt?: undefined;
1179
1317
  issueIdOrKey?: undefined;
1180
1318
  projectKey?: undefined;
1181
- issueType?: undefined;
1319
+ issueTypeName?: undefined;
1182
1320
  priority?: undefined;
1183
- assignee?: undefined;
1184
- status?: undefined;
1321
+ assigneeAccountId?: undefined;
1322
+ transitionId?: undefined;
1185
1323
  file_path?: undefined;
1186
1324
  content?: undefined;
1187
1325
  command?: undefined;
@@ -1206,6 +1344,8 @@ export declare const ACTION_REGISTRY: {
1206
1344
  multi?: undefined;
1207
1345
  separator?: undefined;
1208
1346
  default?: undefined;
1347
+ fallback_param?: undefined;
1348
+ derive?: undefined;
1209
1349
  };
1210
1350
  secondary?: undefined;
1211
1351
  };
@@ -1234,6 +1374,7 @@ export declare const ACTION_REGISTRY: {
1234
1374
  oldest?: undefined;
1235
1375
  limit?: undefined;
1236
1376
  inclusive?: undefined;
1377
+ cursor?: undefined;
1237
1378
  ts?: undefined;
1238
1379
  title?: undefined;
1239
1380
  body?: undefined;
@@ -1271,10 +1412,10 @@ export declare const ACTION_REGISTRY: {
1271
1412
  startAt?: undefined;
1272
1413
  issueIdOrKey?: undefined;
1273
1414
  projectKey?: undefined;
1274
- issueType?: undefined;
1415
+ issueTypeName?: undefined;
1275
1416
  priority?: undefined;
1276
- assignee?: undefined;
1277
- status?: undefined;
1417
+ assigneeAccountId?: undefined;
1418
+ transitionId?: undefined;
1278
1419
  file_path?: undefined;
1279
1420
  content?: undefined;
1280
1421
  command?: undefined;
@@ -1299,6 +1440,8 @@ export declare const ACTION_REGISTRY: {
1299
1440
  multi?: undefined;
1300
1441
  separator?: undefined;
1301
1442
  default?: undefined;
1443
+ fallback_param?: undefined;
1444
+ derive?: undefined;
1302
1445
  };
1303
1446
  secondary?: undefined;
1304
1447
  };
@@ -1341,6 +1484,7 @@ export declare const ACTION_REGISTRY: {
1341
1484
  oldest?: undefined;
1342
1485
  limit?: undefined;
1343
1486
  inclusive?: undefined;
1487
+ cursor?: undefined;
1344
1488
  ts?: undefined;
1345
1489
  title?: undefined;
1346
1490
  labels?: undefined;
@@ -1374,10 +1518,10 @@ export declare const ACTION_REGISTRY: {
1374
1518
  startAt?: undefined;
1375
1519
  issueIdOrKey?: undefined;
1376
1520
  projectKey?: undefined;
1377
- issueType?: undefined;
1521
+ issueTypeName?: undefined;
1378
1522
  priority?: undefined;
1379
- assignee?: undefined;
1380
- status?: undefined;
1523
+ assigneeAccountId?: undefined;
1524
+ transitionId?: undefined;
1381
1525
  file_path?: undefined;
1382
1526
  content?: undefined;
1383
1527
  command?: undefined;
@@ -1402,6 +1546,8 @@ export declare const ACTION_REGISTRY: {
1402
1546
  required?: undefined;
1403
1547
  key?: undefined;
1404
1548
  default?: undefined;
1549
+ fallback_param?: undefined;
1550
+ derive?: undefined;
1405
1551
  };
1406
1552
  secondary: {
1407
1553
  name: string;
@@ -1442,6 +1588,7 @@ export declare const ACTION_REGISTRY: {
1442
1588
  oldest?: undefined;
1443
1589
  limit?: undefined;
1444
1590
  inclusive?: undefined;
1591
+ cursor?: undefined;
1445
1592
  ts?: undefined;
1446
1593
  title?: undefined;
1447
1594
  body?: undefined;
@@ -1479,10 +1626,10 @@ export declare const ACTION_REGISTRY: {
1479
1626
  startAt?: undefined;
1480
1627
  issueIdOrKey?: undefined;
1481
1628
  projectKey?: undefined;
1482
- issueType?: undefined;
1629
+ issueTypeName?: undefined;
1483
1630
  priority?: undefined;
1484
- assignee?: undefined;
1485
- status?: undefined;
1631
+ assigneeAccountId?: undefined;
1632
+ transitionId?: undefined;
1486
1633
  file_path?: undefined;
1487
1634
  content?: undefined;
1488
1635
  command?: undefined;
@@ -1507,6 +1654,8 @@ export declare const ACTION_REGISTRY: {
1507
1654
  multi?: undefined;
1508
1655
  separator?: undefined;
1509
1656
  default?: undefined;
1657
+ fallback_param?: undefined;
1658
+ derive?: undefined;
1510
1659
  };
1511
1660
  secondary?: undefined;
1512
1661
  };
@@ -1522,17 +1671,21 @@ export declare const ACTION_REGISTRY: {
1522
1671
  properties: {
1523
1672
  calendarId: {
1524
1673
  type: string;
1674
+ description: string;
1525
1675
  };
1526
1676
  timeMin: {
1527
1677
  type: string;
1678
+ description: string;
1528
1679
  };
1529
1680
  timeMax: {
1530
1681
  type: string;
1682
+ description: string;
1531
1683
  };
1532
1684
  maxResults: {
1533
1685
  type: string;
1534
1686
  minimum: number;
1535
1687
  maximum: number;
1688
+ description: string;
1536
1689
  };
1537
1690
  channel?: undefined;
1538
1691
  text?: undefined;
@@ -1545,6 +1698,7 @@ export declare const ACTION_REGISTRY: {
1545
1698
  oldest?: undefined;
1546
1699
  limit?: undefined;
1547
1700
  inclusive?: undefined;
1701
+ cursor?: undefined;
1548
1702
  ts?: undefined;
1549
1703
  title?: undefined;
1550
1704
  body?: undefined;
@@ -1579,10 +1733,10 @@ export declare const ACTION_REGISTRY: {
1579
1733
  startAt?: undefined;
1580
1734
  issueIdOrKey?: undefined;
1581
1735
  projectKey?: undefined;
1582
- issueType?: undefined;
1736
+ issueTypeName?: undefined;
1583
1737
  priority?: undefined;
1584
- assignee?: undefined;
1585
- status?: undefined;
1738
+ assigneeAccountId?: undefined;
1739
+ transitionId?: undefined;
1586
1740
  file_path?: undefined;
1587
1741
  content?: undefined;
1588
1742
  command?: undefined;
@@ -1607,6 +1761,8 @@ export declare const ACTION_REGISTRY: {
1607
1761
  key?: undefined;
1608
1762
  multi?: undefined;
1609
1763
  separator?: undefined;
1764
+ fallback_param?: undefined;
1765
+ derive?: undefined;
1610
1766
  };
1611
1767
  secondary?: undefined;
1612
1768
  };
@@ -1622,10 +1778,12 @@ export declare const ACTION_REGISTRY: {
1622
1778
  properties: {
1623
1779
  calendarId: {
1624
1780
  type: string;
1781
+ description?: undefined;
1625
1782
  };
1626
1783
  eventId: {
1627
1784
  type: string;
1628
1785
  minLength: number;
1786
+ description?: undefined;
1629
1787
  };
1630
1788
  channel?: undefined;
1631
1789
  text?: undefined;
@@ -1638,6 +1796,7 @@ export declare const ACTION_REGISTRY: {
1638
1796
  oldest?: undefined;
1639
1797
  limit?: undefined;
1640
1798
  inclusive?: undefined;
1799
+ cursor?: undefined;
1641
1800
  ts?: undefined;
1642
1801
  title?: undefined;
1643
1802
  body?: undefined;
@@ -1674,10 +1833,10 @@ export declare const ACTION_REGISTRY: {
1674
1833
  startAt?: undefined;
1675
1834
  issueIdOrKey?: undefined;
1676
1835
  projectKey?: undefined;
1677
- issueType?: undefined;
1836
+ issueTypeName?: undefined;
1678
1837
  priority?: undefined;
1679
- assignee?: undefined;
1680
- status?: undefined;
1838
+ assigneeAccountId?: undefined;
1839
+ transitionId?: undefined;
1681
1840
  file_path?: undefined;
1682
1841
  content?: undefined;
1683
1842
  command?: undefined;
@@ -1702,6 +1861,8 @@ export declare const ACTION_REGISTRY: {
1702
1861
  multi?: undefined;
1703
1862
  separator?: undefined;
1704
1863
  default?: undefined;
1864
+ fallback_param?: undefined;
1865
+ derive?: undefined;
1705
1866
  };
1706
1867
  secondary?: undefined;
1707
1868
  };
@@ -1717,25 +1878,68 @@ export declare const ACTION_REGISTRY: {
1717
1878
  properties: {
1718
1879
  calendarId: {
1719
1880
  type: string;
1881
+ description: string;
1720
1882
  };
1721
1883
  summary: {
1722
1884
  type: string;
1723
1885
  minLength: number;
1886
+ description: string;
1724
1887
  };
1725
1888
  description: {
1726
1889
  type: string;
1890
+ description: string;
1727
1891
  };
1728
1892
  start: {
1729
1893
  type: string;
1894
+ description: string;
1895
+ properties: {
1896
+ dateTime: {
1897
+ type: string;
1898
+ description: string;
1899
+ };
1900
+ date: {
1901
+ type: string;
1902
+ description: string;
1903
+ };
1904
+ timeZone: {
1905
+ type: string;
1906
+ description: string;
1907
+ };
1908
+ };
1730
1909
  };
1731
1910
  end: {
1732
1911
  type: string;
1912
+ description: string;
1913
+ properties: {
1914
+ dateTime: {
1915
+ type: string;
1916
+ description: string;
1917
+ };
1918
+ date: {
1919
+ type: string;
1920
+ description: string;
1921
+ };
1922
+ timeZone: {
1923
+ type: string;
1924
+ description: string;
1925
+ };
1926
+ };
1733
1927
  };
1734
1928
  attendees: {
1735
1929
  type: string;
1930
+ description: string;
1931
+ items: {
1932
+ type: string;
1933
+ properties: {
1934
+ email: {
1935
+ type: string;
1936
+ };
1937
+ };
1938
+ };
1736
1939
  };
1737
1940
  location: {
1738
1941
  type: string;
1942
+ description: string;
1739
1943
  };
1740
1944
  channel?: undefined;
1741
1945
  text?: undefined;
@@ -1748,6 +1952,7 @@ export declare const ACTION_REGISTRY: {
1748
1952
  oldest?: undefined;
1749
1953
  limit?: undefined;
1750
1954
  inclusive?: undefined;
1955
+ cursor?: undefined;
1751
1956
  ts?: undefined;
1752
1957
  title?: undefined;
1753
1958
  body?: undefined;
@@ -1779,10 +1984,10 @@ export declare const ACTION_REGISTRY: {
1779
1984
  startAt?: undefined;
1780
1985
  issueIdOrKey?: undefined;
1781
1986
  projectKey?: undefined;
1782
- issueType?: undefined;
1987
+ issueTypeName?: undefined;
1783
1988
  priority?: undefined;
1784
- assignee?: undefined;
1785
- status?: undefined;
1989
+ assigneeAccountId?: undefined;
1990
+ transitionId?: undefined;
1786
1991
  file_path?: undefined;
1787
1992
  content?: undefined;
1788
1993
  command?: undefined;
@@ -1807,6 +2012,8 @@ export declare const ACTION_REGISTRY: {
1807
2012
  key?: undefined;
1808
2013
  multi?: undefined;
1809
2014
  separator?: undefined;
2015
+ fallback_param?: undefined;
2016
+ derive?: undefined;
1810
2017
  };
1811
2018
  secondary: {
1812
2019
  name: string;
@@ -1829,29 +2036,73 @@ export declare const ACTION_REGISTRY: {
1829
2036
  properties: {
1830
2037
  calendarId: {
1831
2038
  type: string;
2039
+ description: string;
1832
2040
  };
1833
2041
  eventId: {
1834
2042
  type: string;
1835
2043
  minLength: number;
2044
+ description: string;
1836
2045
  };
1837
2046
  summary: {
1838
2047
  type: string;
2048
+ description: string;
1839
2049
  minLength?: undefined;
1840
2050
  };
1841
2051
  description: {
1842
2052
  type: string;
2053
+ description: string;
1843
2054
  };
1844
2055
  start: {
1845
2056
  type: string;
2057
+ description: string;
2058
+ properties: {
2059
+ dateTime: {
2060
+ type: string;
2061
+ description: string;
2062
+ };
2063
+ date: {
2064
+ type: string;
2065
+ description: string;
2066
+ };
2067
+ timeZone: {
2068
+ type: string;
2069
+ description: string;
2070
+ };
2071
+ };
1846
2072
  };
1847
2073
  end: {
1848
2074
  type: string;
2075
+ description: string;
2076
+ properties: {
2077
+ dateTime: {
2078
+ type: string;
2079
+ description: string;
2080
+ };
2081
+ date: {
2082
+ type: string;
2083
+ description: string;
2084
+ };
2085
+ timeZone: {
2086
+ type: string;
2087
+ description: string;
2088
+ };
2089
+ };
1849
2090
  };
1850
2091
  attendees: {
1851
2092
  type: string;
2093
+ description: string;
2094
+ items: {
2095
+ type: string;
2096
+ properties: {
2097
+ email: {
2098
+ type: string;
2099
+ };
2100
+ };
2101
+ };
1852
2102
  };
1853
2103
  location: {
1854
2104
  type: string;
2105
+ description: string;
1855
2106
  };
1856
2107
  channel?: undefined;
1857
2108
  text?: undefined;
@@ -1864,6 +2115,7 @@ export declare const ACTION_REGISTRY: {
1864
2115
  oldest?: undefined;
1865
2116
  limit?: undefined;
1866
2117
  inclusive?: undefined;
2118
+ cursor?: undefined;
1867
2119
  ts?: undefined;
1868
2120
  title?: undefined;
1869
2121
  body?: undefined;
@@ -1894,10 +2146,10 @@ export declare const ACTION_REGISTRY: {
1894
2146
  startAt?: undefined;
1895
2147
  issueIdOrKey?: undefined;
1896
2148
  projectKey?: undefined;
1897
- issueType?: undefined;
2149
+ issueTypeName?: undefined;
1898
2150
  priority?: undefined;
1899
- assignee?: undefined;
1900
- status?: undefined;
2151
+ assigneeAccountId?: undefined;
2152
+ transitionId?: undefined;
1901
2153
  file_path?: undefined;
1902
2154
  content?: undefined;
1903
2155
  command?: undefined;
@@ -1917,11 +2169,13 @@ export declare const ACTION_REGISTRY: {
1917
2169
  resource_id: {
1918
2170
  source: "param";
1919
2171
  param: string;
2172
+ default: string;
1920
2173
  required?: undefined;
1921
2174
  key?: undefined;
1922
2175
  multi?: undefined;
1923
2176
  separator?: undefined;
1924
- default?: undefined;
2177
+ fallback_param?: undefined;
2178
+ derive?: undefined;
1925
2179
  };
1926
2180
  secondary: {
1927
2181
  name: string;
@@ -1933,6 +2187,106 @@ export declare const ACTION_REGISTRY: {
1933
2187
  }[];
1934
2188
  };
1935
2189
  version: string;
2190
+ } | {
2191
+ action: string;
2192
+ resource_type: string;
2193
+ required_relations: string[];
2194
+ required_scopes: string[];
2195
+ capability: string;
2196
+ input_schema: {
2197
+ type: string;
2198
+ properties: {
2199
+ calendarId: {
2200
+ type: string;
2201
+ description?: undefined;
2202
+ };
2203
+ eventId: {
2204
+ type: string;
2205
+ minLength: number;
2206
+ description?: undefined;
2207
+ };
2208
+ channel?: undefined;
2209
+ text?: undefined;
2210
+ thread_ts?: undefined;
2211
+ username?: undefined;
2212
+ icon_emoji?: undefined;
2213
+ blocks?: undefined;
2214
+ userId?: undefined;
2215
+ latest?: undefined;
2216
+ oldest?: undefined;
2217
+ limit?: undefined;
2218
+ inclusive?: undefined;
2219
+ cursor?: undefined;
2220
+ ts?: undefined;
2221
+ title?: undefined;
2222
+ body?: undefined;
2223
+ labels?: undefined;
2224
+ assignees?: undefined;
2225
+ state?: undefined;
2226
+ sort?: undefined;
2227
+ direction?: undefined;
2228
+ per_page?: undefined;
2229
+ page?: undefined;
2230
+ issue_number?: undefined;
2231
+ query?: undefined;
2232
+ maxResults?: undefined;
2233
+ messageId?: undefined;
2234
+ to?: undefined;
2235
+ subject?: undefined;
2236
+ cc?: undefined;
2237
+ bcc?: undefined;
2238
+ messageIds?: undefined;
2239
+ timeMin?: undefined;
2240
+ timeMax?: undefined;
2241
+ summary?: undefined;
2242
+ description?: undefined;
2243
+ start?: undefined;
2244
+ end?: undefined;
2245
+ attendees?: undefined;
2246
+ location?: undefined;
2247
+ recent?: undefined;
2248
+ projectKeyOrId?: undefined;
2249
+ type?: undefined;
2250
+ boardId?: undefined;
2251
+ sprintId?: undefined;
2252
+ jql?: undefined;
2253
+ startAt?: undefined;
2254
+ issueIdOrKey?: undefined;
2255
+ projectKey?: undefined;
2256
+ issueTypeName?: undefined;
2257
+ priority?: undefined;
2258
+ assigneeAccountId?: undefined;
2259
+ transitionId?: undefined;
2260
+ file_path?: undefined;
2261
+ content?: undefined;
2262
+ command?: undefined;
2263
+ working_directory?: undefined;
2264
+ env_profile?: undefined;
2265
+ timeout_seconds?: undefined;
2266
+ };
2267
+ required: string[];
2268
+ additionalProperties: boolean;
2269
+ };
2270
+ constraints: {
2271
+ rate_bucket: string;
2272
+ };
2273
+ effects: string[];
2274
+ risk: string;
2275
+ target_bindings: {
2276
+ resource_id: {
2277
+ source: "param";
2278
+ param: string;
2279
+ default: string;
2280
+ required?: undefined;
2281
+ key?: undefined;
2282
+ multi?: undefined;
2283
+ separator?: undefined;
2284
+ fallback_param?: undefined;
2285
+ derive?: undefined;
2286
+ };
2287
+ secondary?: undefined;
2288
+ };
2289
+ version: string;
1936
2290
  } | {
1937
2291
  action: string;
1938
2292
  resource_type: string;
@@ -1956,6 +2310,7 @@ export declare const ACTION_REGISTRY: {
1956
2310
  oldest?: undefined;
1957
2311
  limit?: undefined;
1958
2312
  inclusive?: undefined;
2313
+ cursor?: undefined;
1959
2314
  ts?: undefined;
1960
2315
  title?: undefined;
1961
2316
  body?: undefined;
@@ -1993,10 +2348,10 @@ export declare const ACTION_REGISTRY: {
1993
2348
  startAt?: undefined;
1994
2349
  issueIdOrKey?: undefined;
1995
2350
  projectKey?: undefined;
1996
- issueType?: undefined;
2351
+ issueTypeName?: undefined;
1997
2352
  priority?: undefined;
1998
- assignee?: undefined;
1999
- status?: undefined;
2353
+ assigneeAccountId?: undefined;
2354
+ transitionId?: undefined;
2000
2355
  file_path?: undefined;
2001
2356
  content?: undefined;
2002
2357
  command?: undefined;
@@ -2021,6 +2376,8 @@ export declare const ACTION_REGISTRY: {
2021
2376
  multi?: undefined;
2022
2377
  separator?: undefined;
2023
2378
  default?: undefined;
2379
+ fallback_param?: undefined;
2380
+ derive?: undefined;
2024
2381
  };
2025
2382
  secondary?: undefined;
2026
2383
  };
@@ -2051,6 +2408,7 @@ export declare const ACTION_REGISTRY: {
2051
2408
  oldest?: undefined;
2052
2409
  limit?: undefined;
2053
2410
  inclusive?: undefined;
2411
+ cursor?: undefined;
2054
2412
  ts?: undefined;
2055
2413
  title?: undefined;
2056
2414
  body?: undefined;
@@ -2087,10 +2445,10 @@ export declare const ACTION_REGISTRY: {
2087
2445
  startAt?: undefined;
2088
2446
  issueIdOrKey?: undefined;
2089
2447
  projectKey?: undefined;
2090
- issueType?: undefined;
2448
+ issueTypeName?: undefined;
2091
2449
  priority?: undefined;
2092
- assignee?: undefined;
2093
- status?: undefined;
2450
+ assigneeAccountId?: undefined;
2451
+ transitionId?: undefined;
2094
2452
  file_path?: undefined;
2095
2453
  content?: undefined;
2096
2454
  command?: undefined;
@@ -2115,6 +2473,8 @@ export declare const ACTION_REGISTRY: {
2115
2473
  multi?: undefined;
2116
2474
  separator?: undefined;
2117
2475
  default?: undefined;
2476
+ fallback_param?: undefined;
2477
+ derive?: undefined;
2118
2478
  };
2119
2479
  secondary?: undefined;
2120
2480
  };
@@ -2147,6 +2507,7 @@ export declare const ACTION_REGISTRY: {
2147
2507
  oldest?: undefined;
2148
2508
  limit?: undefined;
2149
2509
  inclusive?: undefined;
2510
+ cursor?: undefined;
2150
2511
  ts?: undefined;
2151
2512
  title?: undefined;
2152
2513
  body?: undefined;
@@ -2183,10 +2544,10 @@ export declare const ACTION_REGISTRY: {
2183
2544
  startAt?: undefined;
2184
2545
  issueIdOrKey?: undefined;
2185
2546
  projectKey?: undefined;
2186
- issueType?: undefined;
2547
+ issueTypeName?: undefined;
2187
2548
  priority?: undefined;
2188
- assignee?: undefined;
2189
- status?: undefined;
2549
+ assigneeAccountId?: undefined;
2550
+ transitionId?: undefined;
2190
2551
  file_path?: undefined;
2191
2552
  content?: undefined;
2192
2553
  command?: undefined;
@@ -2211,6 +2572,8 @@ export declare const ACTION_REGISTRY: {
2211
2572
  multi?: undefined;
2212
2573
  separator?: undefined;
2213
2574
  default?: undefined;
2575
+ fallback_param?: undefined;
2576
+ derive?: undefined;
2214
2577
  };
2215
2578
  secondary?: undefined;
2216
2579
  };
@@ -2232,6 +2595,7 @@ export declare const ACTION_REGISTRY: {
2232
2595
  type: string;
2233
2596
  minimum: number;
2234
2597
  maximum: number;
2598
+ description?: undefined;
2235
2599
  };
2236
2600
  channel?: undefined;
2237
2601
  text?: undefined;
@@ -2244,6 +2608,7 @@ export declare const ACTION_REGISTRY: {
2244
2608
  oldest?: undefined;
2245
2609
  limit?: undefined;
2246
2610
  inclusive?: undefined;
2611
+ cursor?: undefined;
2247
2612
  ts?: undefined;
2248
2613
  title?: undefined;
2249
2614
  body?: undefined;
@@ -2280,10 +2645,10 @@ export declare const ACTION_REGISTRY: {
2280
2645
  startAt?: undefined;
2281
2646
  issueIdOrKey?: undefined;
2282
2647
  projectKey?: undefined;
2283
- issueType?: undefined;
2648
+ issueTypeName?: undefined;
2284
2649
  priority?: undefined;
2285
- assignee?: undefined;
2286
- status?: undefined;
2650
+ assigneeAccountId?: undefined;
2651
+ transitionId?: undefined;
2287
2652
  file_path?: undefined;
2288
2653
  content?: undefined;
2289
2654
  command?: undefined;
@@ -2308,6 +2673,8 @@ export declare const ACTION_REGISTRY: {
2308
2673
  multi?: undefined;
2309
2674
  separator?: undefined;
2310
2675
  default?: undefined;
2676
+ fallback_param?: undefined;
2677
+ derive?: undefined;
2311
2678
  };
2312
2679
  secondary?: undefined;
2313
2680
  };
@@ -2329,6 +2696,7 @@ export declare const ACTION_REGISTRY: {
2329
2696
  type: string;
2330
2697
  minimum: number;
2331
2698
  maximum: number;
2699
+ description?: undefined;
2332
2700
  };
2333
2701
  startAt: {
2334
2702
  type: string;
@@ -2345,6 +2713,7 @@ export declare const ACTION_REGISTRY: {
2345
2713
  oldest?: undefined;
2346
2714
  limit?: undefined;
2347
2715
  inclusive?: undefined;
2716
+ cursor?: undefined;
2348
2717
  ts?: undefined;
2349
2718
  title?: undefined;
2350
2719
  body?: undefined;
@@ -2380,10 +2749,10 @@ export declare const ACTION_REGISTRY: {
2380
2749
  sprintId?: undefined;
2381
2750
  issueIdOrKey?: undefined;
2382
2751
  projectKey?: undefined;
2383
- issueType?: undefined;
2752
+ issueTypeName?: undefined;
2384
2753
  priority?: undefined;
2385
- assignee?: undefined;
2386
- status?: undefined;
2754
+ assigneeAccountId?: undefined;
2755
+ transitionId?: undefined;
2387
2756
  file_path?: undefined;
2388
2757
  content?: undefined;
2389
2758
  command?: undefined;
@@ -2408,6 +2777,8 @@ export declare const ACTION_REGISTRY: {
2408
2777
  multi?: undefined;
2409
2778
  separator?: undefined;
2410
2779
  default?: undefined;
2780
+ fallback_param?: undefined;
2781
+ derive?: undefined;
2411
2782
  };
2412
2783
  secondary?: undefined;
2413
2784
  };
@@ -2436,6 +2807,7 @@ export declare const ACTION_REGISTRY: {
2436
2807
  oldest?: undefined;
2437
2808
  limit?: undefined;
2438
2809
  inclusive?: undefined;
2810
+ cursor?: undefined;
2439
2811
  ts?: undefined;
2440
2812
  title?: undefined;
2441
2813
  body?: undefined;
@@ -2473,10 +2845,10 @@ export declare const ACTION_REGISTRY: {
2473
2845
  jql?: undefined;
2474
2846
  startAt?: undefined;
2475
2847
  projectKey?: undefined;
2476
- issueType?: undefined;
2848
+ issueTypeName?: undefined;
2477
2849
  priority?: undefined;
2478
- assignee?: undefined;
2479
- status?: undefined;
2850
+ assigneeAccountId?: undefined;
2851
+ transitionId?: undefined;
2480
2852
  file_path?: undefined;
2481
2853
  content?: undefined;
2482
2854
  command?: undefined;
@@ -2496,11 +2868,13 @@ export declare const ACTION_REGISTRY: {
2496
2868
  resource_id: {
2497
2869
  source: "param";
2498
2870
  param: string;
2871
+ fallback_param: string;
2499
2872
  required?: undefined;
2500
2873
  key?: undefined;
2501
2874
  multi?: undefined;
2502
2875
  separator?: undefined;
2503
2876
  default?: undefined;
2877
+ derive?: undefined;
2504
2878
  };
2505
2879
  secondary?: undefined;
2506
2880
  };
@@ -2521,20 +2895,29 @@ export declare const ACTION_REGISTRY: {
2521
2895
  summary: {
2522
2896
  type: string;
2523
2897
  minLength: number;
2898
+ description?: undefined;
2524
2899
  };
2525
2900
  description: {
2526
2901
  type: string;
2902
+ description?: undefined;
2527
2903
  };
2528
- issueType: {
2904
+ issueTypeName: {
2529
2905
  type: string;
2530
2906
  minLength: number;
2907
+ description: string;
2531
2908
  };
2532
2909
  priority: {
2533
2910
  type: string;
2534
2911
  };
2535
- assignee: {
2912
+ assigneeAccountId: {
2536
2913
  type: string;
2537
2914
  };
2915
+ labels: {
2916
+ type: string;
2917
+ items: {
2918
+ type: string;
2919
+ };
2920
+ };
2538
2921
  channel?: undefined;
2539
2922
  text?: undefined;
2540
2923
  thread_ts?: undefined;
@@ -2546,10 +2929,10 @@ export declare const ACTION_REGISTRY: {
2546
2929
  oldest?: undefined;
2547
2930
  limit?: undefined;
2548
2931
  inclusive?: undefined;
2932
+ cursor?: undefined;
2549
2933
  ts?: undefined;
2550
2934
  title?: undefined;
2551
2935
  body?: undefined;
2552
- labels?: undefined;
2553
2936
  assignees?: undefined;
2554
2937
  state?: undefined;
2555
2938
  sort?: undefined;
@@ -2581,7 +2964,7 @@ export declare const ACTION_REGISTRY: {
2581
2964
  jql?: undefined;
2582
2965
  startAt?: undefined;
2583
2966
  issueIdOrKey?: undefined;
2584
- status?: undefined;
2967
+ transitionId?: undefined;
2585
2968
  file_path?: undefined;
2586
2969
  content?: undefined;
2587
2970
  command?: undefined;
@@ -2606,6 +2989,8 @@ export declare const ACTION_REGISTRY: {
2606
2989
  multi?: undefined;
2607
2990
  separator?: undefined;
2608
2991
  default?: undefined;
2992
+ fallback_param?: undefined;
2993
+ derive?: undefined;
2609
2994
  };
2610
2995
  secondary?: undefined;
2611
2996
  };
@@ -2626,18 +3011,23 @@ export declare const ACTION_REGISTRY: {
2626
3011
  summary: {
2627
3012
  type: string;
2628
3013
  minLength?: undefined;
3014
+ description?: undefined;
2629
3015
  };
2630
3016
  description: {
2631
3017
  type: string;
3018
+ description?: undefined;
2632
3019
  };
2633
- status: {
3020
+ priority: {
2634
3021
  type: string;
2635
3022
  };
2636
- priority: {
3023
+ assigneeAccountId: {
2637
3024
  type: string;
2638
3025
  };
2639
- assignee: {
3026
+ labels: {
2640
3027
  type: string;
3028
+ items: {
3029
+ type: string;
3030
+ };
2641
3031
  };
2642
3032
  channel?: undefined;
2643
3033
  text?: undefined;
@@ -2650,9 +3040,200 @@ export declare const ACTION_REGISTRY: {
2650
3040
  oldest?: undefined;
2651
3041
  limit?: undefined;
2652
3042
  inclusive?: undefined;
3043
+ cursor?: undefined;
2653
3044
  ts?: undefined;
2654
3045
  title?: undefined;
2655
3046
  body?: undefined;
3047
+ assignees?: undefined;
3048
+ state?: undefined;
3049
+ sort?: undefined;
3050
+ direction?: undefined;
3051
+ per_page?: undefined;
3052
+ page?: undefined;
3053
+ issue_number?: undefined;
3054
+ query?: undefined;
3055
+ maxResults?: undefined;
3056
+ messageId?: undefined;
3057
+ to?: undefined;
3058
+ subject?: undefined;
3059
+ cc?: undefined;
3060
+ bcc?: undefined;
3061
+ messageIds?: undefined;
3062
+ calendarId?: undefined;
3063
+ timeMin?: undefined;
3064
+ timeMax?: undefined;
3065
+ eventId?: undefined;
3066
+ start?: undefined;
3067
+ end?: undefined;
3068
+ attendees?: undefined;
3069
+ location?: undefined;
3070
+ recent?: undefined;
3071
+ projectKeyOrId?: undefined;
3072
+ type?: undefined;
3073
+ boardId?: undefined;
3074
+ sprintId?: undefined;
3075
+ jql?: undefined;
3076
+ startAt?: undefined;
3077
+ projectKey?: undefined;
3078
+ issueTypeName?: undefined;
3079
+ transitionId?: undefined;
3080
+ file_path?: undefined;
3081
+ content?: undefined;
3082
+ command?: undefined;
3083
+ working_directory?: undefined;
3084
+ env_profile?: undefined;
3085
+ timeout_seconds?: undefined;
3086
+ };
3087
+ required: string[];
3088
+ additionalProperties: boolean;
3089
+ };
3090
+ constraints: {
3091
+ rate_bucket: string;
3092
+ };
3093
+ effects: string[];
3094
+ risk: string;
3095
+ target_bindings: {
3096
+ resource_id: {
3097
+ source: "param";
3098
+ param: string;
3099
+ fallback_param: string;
3100
+ derive: "project_key";
3101
+ required?: undefined;
3102
+ key?: undefined;
3103
+ multi?: undefined;
3104
+ separator?: undefined;
3105
+ default?: undefined;
3106
+ };
3107
+ secondary?: undefined;
3108
+ };
3109
+ version: string;
3110
+ } | {
3111
+ action: string;
3112
+ resource_type: string;
3113
+ required_relations: string[];
3114
+ required_scopes: string[];
3115
+ capability: string;
3116
+ input_schema: {
3117
+ type: string;
3118
+ properties: {
3119
+ issueIdOrKey: {
3120
+ type: string;
3121
+ minLength: number;
3122
+ };
3123
+ channel?: undefined;
3124
+ text?: undefined;
3125
+ thread_ts?: undefined;
3126
+ username?: undefined;
3127
+ icon_emoji?: undefined;
3128
+ blocks?: undefined;
3129
+ userId?: undefined;
3130
+ latest?: undefined;
3131
+ oldest?: undefined;
3132
+ limit?: undefined;
3133
+ inclusive?: undefined;
3134
+ cursor?: undefined;
3135
+ ts?: undefined;
3136
+ title?: undefined;
3137
+ body?: undefined;
3138
+ labels?: undefined;
3139
+ assignees?: undefined;
3140
+ state?: undefined;
3141
+ sort?: undefined;
3142
+ direction?: undefined;
3143
+ per_page?: undefined;
3144
+ page?: undefined;
3145
+ issue_number?: undefined;
3146
+ query?: undefined;
3147
+ maxResults?: undefined;
3148
+ messageId?: undefined;
3149
+ to?: undefined;
3150
+ subject?: undefined;
3151
+ cc?: undefined;
3152
+ bcc?: undefined;
3153
+ messageIds?: undefined;
3154
+ calendarId?: undefined;
3155
+ timeMin?: undefined;
3156
+ timeMax?: undefined;
3157
+ eventId?: undefined;
3158
+ summary?: undefined;
3159
+ description?: undefined;
3160
+ start?: undefined;
3161
+ end?: undefined;
3162
+ attendees?: undefined;
3163
+ location?: undefined;
3164
+ recent?: undefined;
3165
+ projectKeyOrId?: undefined;
3166
+ type?: undefined;
3167
+ boardId?: undefined;
3168
+ sprintId?: undefined;
3169
+ jql?: undefined;
3170
+ startAt?: undefined;
3171
+ projectKey?: undefined;
3172
+ issueTypeName?: undefined;
3173
+ priority?: undefined;
3174
+ assigneeAccountId?: undefined;
3175
+ transitionId?: undefined;
3176
+ file_path?: undefined;
3177
+ content?: undefined;
3178
+ command?: undefined;
3179
+ working_directory?: undefined;
3180
+ env_profile?: undefined;
3181
+ timeout_seconds?: undefined;
3182
+ };
3183
+ required: string[];
3184
+ additionalProperties: boolean;
3185
+ };
3186
+ constraints: {
3187
+ rate_bucket: string;
3188
+ };
3189
+ effects: string[];
3190
+ risk: string;
3191
+ target_bindings: {
3192
+ resource_id: {
3193
+ source: "param";
3194
+ param: string;
3195
+ fallback_param: string;
3196
+ derive: "project_key";
3197
+ required?: undefined;
3198
+ key?: undefined;
3199
+ multi?: undefined;
3200
+ separator?: undefined;
3201
+ default?: undefined;
3202
+ };
3203
+ secondary?: undefined;
3204
+ };
3205
+ version: string;
3206
+ } | {
3207
+ action: string;
3208
+ resource_type: string;
3209
+ required_relations: string[];
3210
+ required_scopes: string[];
3211
+ capability: string;
3212
+ input_schema: {
3213
+ type: string;
3214
+ properties: {
3215
+ issueIdOrKey: {
3216
+ type: string;
3217
+ minLength: number;
3218
+ };
3219
+ body: {
3220
+ type: string;
3221
+ minLength: number;
3222
+ };
3223
+ channel?: undefined;
3224
+ text?: undefined;
3225
+ thread_ts?: undefined;
3226
+ username?: undefined;
3227
+ icon_emoji?: undefined;
3228
+ blocks?: undefined;
3229
+ userId?: undefined;
3230
+ latest?: undefined;
3231
+ oldest?: undefined;
3232
+ limit?: undefined;
3233
+ inclusive?: undefined;
3234
+ cursor?: undefined;
3235
+ ts?: undefined;
3236
+ title?: undefined;
2656
3237
  labels?: undefined;
2657
3238
  assignees?: undefined;
2658
3239
  state?: undefined;
@@ -2673,6 +3254,8 @@ export declare const ACTION_REGISTRY: {
2673
3254
  timeMin?: undefined;
2674
3255
  timeMax?: undefined;
2675
3256
  eventId?: undefined;
3257
+ summary?: undefined;
3258
+ description?: undefined;
2676
3259
  start?: undefined;
2677
3260
  end?: undefined;
2678
3261
  attendees?: undefined;
@@ -2685,7 +3268,109 @@ export declare const ACTION_REGISTRY: {
2685
3268
  jql?: undefined;
2686
3269
  startAt?: undefined;
2687
3270
  projectKey?: undefined;
2688
- issueType?: undefined;
3271
+ issueTypeName?: undefined;
3272
+ priority?: undefined;
3273
+ assigneeAccountId?: undefined;
3274
+ transitionId?: undefined;
3275
+ file_path?: undefined;
3276
+ content?: undefined;
3277
+ command?: undefined;
3278
+ working_directory?: undefined;
3279
+ env_profile?: undefined;
3280
+ timeout_seconds?: undefined;
3281
+ };
3282
+ required: string[];
3283
+ additionalProperties: boolean;
3284
+ };
3285
+ constraints: {
3286
+ rate_bucket: string;
3287
+ };
3288
+ effects: string[];
3289
+ risk: string;
3290
+ target_bindings: {
3291
+ resource_id: {
3292
+ source: "param";
3293
+ param: string;
3294
+ fallback_param: string;
3295
+ derive: "project_key";
3296
+ required?: undefined;
3297
+ key?: undefined;
3298
+ multi?: undefined;
3299
+ separator?: undefined;
3300
+ default?: undefined;
3301
+ };
3302
+ secondary?: undefined;
3303
+ };
3304
+ version: string;
3305
+ } | {
3306
+ action: string;
3307
+ resource_type: string;
3308
+ required_relations: string[];
3309
+ required_scopes: string[];
3310
+ capability: string;
3311
+ input_schema: {
3312
+ type: string;
3313
+ properties: {
3314
+ issueIdOrKey: {
3315
+ type: string;
3316
+ minLength: number;
3317
+ };
3318
+ transitionId: {
3319
+ type: string;
3320
+ minLength: number;
3321
+ };
3322
+ channel?: undefined;
3323
+ text?: undefined;
3324
+ thread_ts?: undefined;
3325
+ username?: undefined;
3326
+ icon_emoji?: undefined;
3327
+ blocks?: undefined;
3328
+ userId?: undefined;
3329
+ latest?: undefined;
3330
+ oldest?: undefined;
3331
+ limit?: undefined;
3332
+ inclusive?: undefined;
3333
+ cursor?: undefined;
3334
+ ts?: undefined;
3335
+ title?: undefined;
3336
+ body?: undefined;
3337
+ labels?: undefined;
3338
+ assignees?: undefined;
3339
+ state?: undefined;
3340
+ sort?: undefined;
3341
+ direction?: undefined;
3342
+ per_page?: undefined;
3343
+ page?: undefined;
3344
+ issue_number?: undefined;
3345
+ query?: undefined;
3346
+ maxResults?: undefined;
3347
+ messageId?: undefined;
3348
+ to?: undefined;
3349
+ subject?: undefined;
3350
+ cc?: undefined;
3351
+ bcc?: undefined;
3352
+ messageIds?: undefined;
3353
+ calendarId?: undefined;
3354
+ timeMin?: undefined;
3355
+ timeMax?: undefined;
3356
+ eventId?: undefined;
3357
+ summary?: undefined;
3358
+ description?: undefined;
3359
+ start?: undefined;
3360
+ end?: undefined;
3361
+ attendees?: undefined;
3362
+ location?: undefined;
3363
+ recent?: undefined;
3364
+ projectKeyOrId?: undefined;
3365
+ type?: undefined;
3366
+ boardId?: undefined;
3367
+ sprintId?: undefined;
3368
+ jql?: undefined;
3369
+ startAt?: undefined;
3370
+ projectKey?: undefined;
3371
+ issueTypeName?: undefined;
3372
+ priority?: undefined;
3373
+ assigneeAccountId?: undefined;
2689
3374
  file_path?: undefined;
2690
3375
  content?: undefined;
2691
3376
  command?: undefined;
@@ -2705,6 +3390,8 @@ export declare const ACTION_REGISTRY: {
2705
3390
  resource_id: {
2706
3391
  source: "param";
2707
3392
  param: string;
3393
+ fallback_param: string;
3394
+ derive: "project_key";
2708
3395
  required?: undefined;
2709
3396
  key?: undefined;
2710
3397
  multi?: undefined;
@@ -2749,6 +3436,7 @@ export declare const ACTION_REGISTRY: {
2749
3436
  oldest?: undefined;
2750
3437
  limit?: undefined;
2751
3438
  inclusive?: undefined;
3439
+ cursor?: undefined;
2752
3440
  ts?: undefined;
2753
3441
  title?: undefined;
2754
3442
  body?: undefined;
@@ -2783,10 +3471,10 @@ export declare const ACTION_REGISTRY: {
2783
3471
  startAt?: undefined;
2784
3472
  issueIdOrKey?: undefined;
2785
3473
  projectKey?: undefined;
2786
- issueType?: undefined;
3474
+ issueTypeName?: undefined;
2787
3475
  priority?: undefined;
2788
- assignee?: undefined;
2789
- status?: undefined;
3476
+ assigneeAccountId?: undefined;
3477
+ transitionId?: undefined;
2790
3478
  file_path?: undefined;
2791
3479
  content?: undefined;
2792
3480
  command?: undefined;
@@ -2811,6 +3499,8 @@ export declare const ACTION_REGISTRY: {
2811
3499
  multi?: undefined;
2812
3500
  separator?: undefined;
2813
3501
  default?: undefined;
3502
+ fallback_param?: undefined;
3503
+ derive?: undefined;
2814
3504
  };
2815
3505
  secondary?: undefined;
2816
3506
  };
@@ -2838,6 +3528,7 @@ export declare const ACTION_REGISTRY: {
2838
3528
  oldest?: undefined;
2839
3529
  limit?: undefined;
2840
3530
  inclusive?: undefined;
3531
+ cursor?: undefined;
2841
3532
  ts?: undefined;
2842
3533
  title?: undefined;
2843
3534
  body?: undefined;
@@ -2876,10 +3567,10 @@ export declare const ACTION_REGISTRY: {
2876
3567
  startAt?: undefined;
2877
3568
  issueIdOrKey?: undefined;
2878
3569
  projectKey?: undefined;
2879
- issueType?: undefined;
3570
+ issueTypeName?: undefined;
2880
3571
  priority?: undefined;
2881
- assignee?: undefined;
2882
- status?: undefined;
3572
+ assigneeAccountId?: undefined;
3573
+ transitionId?: undefined;
2883
3574
  content?: undefined;
2884
3575
  command?: undefined;
2885
3576
  working_directory?: undefined;
@@ -2900,6 +3591,8 @@ export declare const ACTION_REGISTRY: {
2900
3591
  multi?: undefined;
2901
3592
  separator?: undefined;
2902
3593
  default?: undefined;
3594
+ fallback_param?: undefined;
3595
+ derive?: undefined;
2903
3596
  };
2904
3597
  secondary?: undefined;
2905
3598
  };
@@ -2933,6 +3626,7 @@ export declare const ACTION_REGISTRY: {
2933
3626
  oldest?: undefined;
2934
3627
  limit?: undefined;
2935
3628
  inclusive?: undefined;
3629
+ cursor?: undefined;
2936
3630
  ts?: undefined;
2937
3631
  title?: undefined;
2938
3632
  body?: undefined;
@@ -2971,10 +3665,10 @@ export declare const ACTION_REGISTRY: {
2971
3665
  startAt?: undefined;
2972
3666
  issueIdOrKey?: undefined;
2973
3667
  projectKey?: undefined;
2974
- issueType?: undefined;
3668
+ issueTypeName?: undefined;
2975
3669
  priority?: undefined;
2976
- assignee?: undefined;
2977
- status?: undefined;
3670
+ assigneeAccountId?: undefined;
3671
+ transitionId?: undefined;
2978
3672
  command?: undefined;
2979
3673
  working_directory?: undefined;
2980
3674
  env_profile?: undefined;
@@ -2994,6 +3688,8 @@ export declare const ACTION_REGISTRY: {
2994
3688
  multi?: undefined;
2995
3689
  separator?: undefined;
2996
3690
  default?: undefined;
3691
+ fallback_param?: undefined;
3692
+ derive?: undefined;
2997
3693
  };
2998
3694
  secondary?: undefined;
2999
3695
  };
@@ -3038,6 +3734,7 @@ export declare const ACTION_REGISTRY: {
3038
3734
  oldest?: undefined;
3039
3735
  limit?: undefined;
3040
3736
  inclusive?: undefined;
3737
+ cursor?: undefined;
3041
3738
  ts?: undefined;
3042
3739
  title?: undefined;
3043
3740
  body?: undefined;
@@ -3076,10 +3773,10 @@ export declare const ACTION_REGISTRY: {
3076
3773
  startAt?: undefined;
3077
3774
  issueIdOrKey?: undefined;
3078
3775
  projectKey?: undefined;
3079
- issueType?: undefined;
3776
+ issueTypeName?: undefined;
3080
3777
  priority?: undefined;
3081
- assignee?: undefined;
3082
- status?: undefined;
3778
+ assigneeAccountId?: undefined;
3779
+ transitionId?: undefined;
3083
3780
  file_path?: undefined;
3084
3781
  content?: undefined;
3085
3782
  };
@@ -3097,6 +3794,8 @@ export declare const ACTION_REGISTRY: {
3097
3794
  multi?: undefined;
3098
3795
  separator?: undefined;
3099
3796
  default?: undefined;
3797
+ fallback_param?: undefined;
3798
+ derive?: undefined;
3100
3799
  };
3101
3800
  secondary?: undefined;
3102
3801
  };