@vess-id/ai-identity 0.9.0 → 0.11.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.
- package/dist/index.d.mts +936 -111
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +234 -46
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +233 -46
- package/dist/index.mjs.map +1 -1
- package/dist/registry/action-registry-json.d.ts +910 -97
- package/dist/registry/action-registry-json.d.ts.map +1 -1
- package/dist/registry/action-summary.d.ts.map +1 -1
- package/dist/resolver/target-resolver.d.ts +8 -0
- package/dist/resolver/target-resolver.d.ts.map +1 -1
- package/dist/types/target-binding.d.ts +4 -0
- package/dist/types/target-binding.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -62,6 +63,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
62
63
|
subject?: undefined;
|
|
63
64
|
cc?: undefined;
|
|
64
65
|
bcc?: undefined;
|
|
66
|
+
threadId?: undefined;
|
|
67
|
+
inReplyTo?: undefined;
|
|
68
|
+
references?: undefined;
|
|
65
69
|
messageIds?: undefined;
|
|
66
70
|
calendarId?: undefined;
|
|
67
71
|
timeMin?: undefined;
|
|
@@ -82,10 +86,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
82
86
|
startAt?: undefined;
|
|
83
87
|
issueIdOrKey?: undefined;
|
|
84
88
|
projectKey?: undefined;
|
|
85
|
-
|
|
89
|
+
issueTypeName?: undefined;
|
|
86
90
|
priority?: undefined;
|
|
87
|
-
|
|
88
|
-
|
|
91
|
+
assigneeAccountId?: undefined;
|
|
92
|
+
transitionId?: undefined;
|
|
89
93
|
file_path?: undefined;
|
|
90
94
|
content?: undefined;
|
|
91
95
|
command?: undefined;
|
|
@@ -110,6 +114,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
110
114
|
multi?: undefined;
|
|
111
115
|
separator?: undefined;
|
|
112
116
|
default?: undefined;
|
|
117
|
+
fallback_param?: undefined;
|
|
118
|
+
derive?: undefined;
|
|
113
119
|
};
|
|
114
120
|
secondary?: undefined;
|
|
115
121
|
};
|
|
@@ -134,6 +140,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
134
140
|
oldest?: undefined;
|
|
135
141
|
limit?: undefined;
|
|
136
142
|
inclusive?: undefined;
|
|
143
|
+
cursor?: undefined;
|
|
137
144
|
ts?: undefined;
|
|
138
145
|
title?: undefined;
|
|
139
146
|
body?: undefined;
|
|
@@ -152,6 +159,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
152
159
|
subject?: undefined;
|
|
153
160
|
cc?: undefined;
|
|
154
161
|
bcc?: undefined;
|
|
162
|
+
threadId?: undefined;
|
|
163
|
+
inReplyTo?: undefined;
|
|
164
|
+
references?: undefined;
|
|
155
165
|
messageIds?: undefined;
|
|
156
166
|
calendarId?: undefined;
|
|
157
167
|
timeMin?: undefined;
|
|
@@ -172,10 +182,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
172
182
|
startAt?: undefined;
|
|
173
183
|
issueIdOrKey?: undefined;
|
|
174
184
|
projectKey?: undefined;
|
|
175
|
-
|
|
185
|
+
issueTypeName?: undefined;
|
|
176
186
|
priority?: undefined;
|
|
177
|
-
|
|
178
|
-
|
|
187
|
+
assigneeAccountId?: undefined;
|
|
188
|
+
transitionId?: undefined;
|
|
179
189
|
file_path?: undefined;
|
|
180
190
|
content?: undefined;
|
|
181
191
|
command?: undefined;
|
|
@@ -200,6 +210,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
200
210
|
multi?: undefined;
|
|
201
211
|
separator?: undefined;
|
|
202
212
|
default?: undefined;
|
|
213
|
+
fallback_param?: undefined;
|
|
214
|
+
derive?: undefined;
|
|
203
215
|
};
|
|
204
216
|
secondary?: undefined;
|
|
205
217
|
};
|
|
@@ -227,6 +239,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
227
239
|
oldest?: undefined;
|
|
228
240
|
limit?: undefined;
|
|
229
241
|
inclusive?: undefined;
|
|
242
|
+
cursor?: undefined;
|
|
230
243
|
ts?: undefined;
|
|
231
244
|
title?: undefined;
|
|
232
245
|
body?: undefined;
|
|
@@ -245,6 +258,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
245
258
|
subject?: undefined;
|
|
246
259
|
cc?: undefined;
|
|
247
260
|
bcc?: undefined;
|
|
261
|
+
threadId?: undefined;
|
|
262
|
+
inReplyTo?: undefined;
|
|
263
|
+
references?: undefined;
|
|
248
264
|
messageIds?: undefined;
|
|
249
265
|
calendarId?: undefined;
|
|
250
266
|
timeMin?: undefined;
|
|
@@ -265,10 +281,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
265
281
|
startAt?: undefined;
|
|
266
282
|
issueIdOrKey?: undefined;
|
|
267
283
|
projectKey?: undefined;
|
|
268
|
-
|
|
284
|
+
issueTypeName?: undefined;
|
|
269
285
|
priority?: undefined;
|
|
270
|
-
|
|
271
|
-
|
|
286
|
+
assigneeAccountId?: undefined;
|
|
287
|
+
transitionId?: undefined;
|
|
272
288
|
file_path?: undefined;
|
|
273
289
|
content?: undefined;
|
|
274
290
|
command?: undefined;
|
|
@@ -293,6 +309,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
293
309
|
multi?: undefined;
|
|
294
310
|
separator?: undefined;
|
|
295
311
|
default?: undefined;
|
|
312
|
+
fallback_param?: undefined;
|
|
313
|
+
derive?: undefined;
|
|
296
314
|
};
|
|
297
315
|
secondary?: undefined;
|
|
298
316
|
};
|
|
@@ -330,6 +348,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
330
348
|
icon_emoji?: undefined;
|
|
331
349
|
blocks?: undefined;
|
|
332
350
|
userId?: undefined;
|
|
351
|
+
cursor?: undefined;
|
|
333
352
|
ts?: undefined;
|
|
334
353
|
title?: undefined;
|
|
335
354
|
body?: undefined;
|
|
@@ -348,6 +367,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
348
367
|
subject?: undefined;
|
|
349
368
|
cc?: undefined;
|
|
350
369
|
bcc?: undefined;
|
|
370
|
+
threadId?: undefined;
|
|
371
|
+
inReplyTo?: undefined;
|
|
372
|
+
references?: undefined;
|
|
351
373
|
messageIds?: undefined;
|
|
352
374
|
calendarId?: undefined;
|
|
353
375
|
timeMin?: undefined;
|
|
@@ -368,10 +390,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
368
390
|
startAt?: undefined;
|
|
369
391
|
issueIdOrKey?: undefined;
|
|
370
392
|
projectKey?: undefined;
|
|
371
|
-
|
|
393
|
+
issueTypeName?: undefined;
|
|
372
394
|
priority?: undefined;
|
|
373
|
-
|
|
374
|
-
|
|
395
|
+
assigneeAccountId?: undefined;
|
|
396
|
+
transitionId?: undefined;
|
|
375
397
|
file_path?: undefined;
|
|
376
398
|
content?: undefined;
|
|
377
399
|
command?: undefined;
|
|
@@ -396,6 +418,114 @@ export declare const ACTION_REGISTRY: {
|
|
|
396
418
|
multi?: undefined;
|
|
397
419
|
separator?: undefined;
|
|
398
420
|
default?: undefined;
|
|
421
|
+
fallback_param?: undefined;
|
|
422
|
+
derive?: undefined;
|
|
423
|
+
};
|
|
424
|
+
secondary?: undefined;
|
|
425
|
+
};
|
|
426
|
+
version: string;
|
|
427
|
+
} | {
|
|
428
|
+
action: string;
|
|
429
|
+
resource_type: string;
|
|
430
|
+
required_relations: string[];
|
|
431
|
+
required_scopes: string[];
|
|
432
|
+
capability: string;
|
|
433
|
+
input_schema: {
|
|
434
|
+
type: string;
|
|
435
|
+
properties: {
|
|
436
|
+
channel: {
|
|
437
|
+
type: string;
|
|
438
|
+
description: string;
|
|
439
|
+
};
|
|
440
|
+
cursor: {
|
|
441
|
+
type: string;
|
|
442
|
+
description: string;
|
|
443
|
+
};
|
|
444
|
+
limit: {
|
|
445
|
+
type: string;
|
|
446
|
+
minimum: number;
|
|
447
|
+
maximum: number;
|
|
448
|
+
};
|
|
449
|
+
text?: undefined;
|
|
450
|
+
thread_ts?: undefined;
|
|
451
|
+
username?: undefined;
|
|
452
|
+
icon_emoji?: undefined;
|
|
453
|
+
blocks?: undefined;
|
|
454
|
+
userId?: undefined;
|
|
455
|
+
latest?: undefined;
|
|
456
|
+
oldest?: undefined;
|
|
457
|
+
inclusive?: undefined;
|
|
458
|
+
ts?: undefined;
|
|
459
|
+
title?: undefined;
|
|
460
|
+
body?: undefined;
|
|
461
|
+
labels?: undefined;
|
|
462
|
+
assignees?: undefined;
|
|
463
|
+
state?: undefined;
|
|
464
|
+
sort?: undefined;
|
|
465
|
+
direction?: undefined;
|
|
466
|
+
per_page?: undefined;
|
|
467
|
+
page?: undefined;
|
|
468
|
+
issue_number?: undefined;
|
|
469
|
+
query?: undefined;
|
|
470
|
+
maxResults?: undefined;
|
|
471
|
+
messageId?: undefined;
|
|
472
|
+
to?: undefined;
|
|
473
|
+
subject?: undefined;
|
|
474
|
+
cc?: undefined;
|
|
475
|
+
bcc?: undefined;
|
|
476
|
+
threadId?: undefined;
|
|
477
|
+
inReplyTo?: undefined;
|
|
478
|
+
references?: undefined;
|
|
479
|
+
messageIds?: undefined;
|
|
480
|
+
calendarId?: undefined;
|
|
481
|
+
timeMin?: undefined;
|
|
482
|
+
timeMax?: undefined;
|
|
483
|
+
eventId?: undefined;
|
|
484
|
+
summary?: undefined;
|
|
485
|
+
description?: undefined;
|
|
486
|
+
start?: undefined;
|
|
487
|
+
end?: undefined;
|
|
488
|
+
attendees?: undefined;
|
|
489
|
+
location?: undefined;
|
|
490
|
+
recent?: undefined;
|
|
491
|
+
projectKeyOrId?: undefined;
|
|
492
|
+
type?: undefined;
|
|
493
|
+
boardId?: undefined;
|
|
494
|
+
sprintId?: undefined;
|
|
495
|
+
jql?: undefined;
|
|
496
|
+
startAt?: undefined;
|
|
497
|
+
issueIdOrKey?: undefined;
|
|
498
|
+
projectKey?: undefined;
|
|
499
|
+
issueTypeName?: undefined;
|
|
500
|
+
priority?: undefined;
|
|
501
|
+
assigneeAccountId?: undefined;
|
|
502
|
+
transitionId?: undefined;
|
|
503
|
+
file_path?: undefined;
|
|
504
|
+
content?: undefined;
|
|
505
|
+
command?: undefined;
|
|
506
|
+
working_directory?: undefined;
|
|
507
|
+
env_profile?: undefined;
|
|
508
|
+
timeout_seconds?: undefined;
|
|
509
|
+
};
|
|
510
|
+
required: string[];
|
|
511
|
+
additionalProperties: boolean;
|
|
512
|
+
};
|
|
513
|
+
constraints: {
|
|
514
|
+
rate_bucket: string;
|
|
515
|
+
};
|
|
516
|
+
effects: string[];
|
|
517
|
+
risk: string;
|
|
518
|
+
target_bindings: {
|
|
519
|
+
resource_id: {
|
|
520
|
+
source: "param";
|
|
521
|
+
param: string;
|
|
522
|
+
required?: undefined;
|
|
523
|
+
key?: undefined;
|
|
524
|
+
multi?: undefined;
|
|
525
|
+
separator?: undefined;
|
|
526
|
+
default?: undefined;
|
|
527
|
+
fallback_param?: undefined;
|
|
528
|
+
derive?: undefined;
|
|
399
529
|
};
|
|
400
530
|
secondary?: undefined;
|
|
401
531
|
};
|
|
@@ -427,6 +557,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
427
557
|
latest?: undefined;
|
|
428
558
|
oldest?: undefined;
|
|
429
559
|
inclusive?: undefined;
|
|
560
|
+
cursor?: undefined;
|
|
430
561
|
ts?: undefined;
|
|
431
562
|
title?: undefined;
|
|
432
563
|
body?: undefined;
|
|
@@ -445,6 +576,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
445
576
|
subject?: undefined;
|
|
446
577
|
cc?: undefined;
|
|
447
578
|
bcc?: undefined;
|
|
579
|
+
threadId?: undefined;
|
|
580
|
+
inReplyTo?: undefined;
|
|
581
|
+
references?: undefined;
|
|
448
582
|
messageIds?: undefined;
|
|
449
583
|
calendarId?: undefined;
|
|
450
584
|
timeMin?: undefined;
|
|
@@ -465,10 +599,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
465
599
|
startAt?: undefined;
|
|
466
600
|
issueIdOrKey?: undefined;
|
|
467
601
|
projectKey?: undefined;
|
|
468
|
-
|
|
602
|
+
issueTypeName?: undefined;
|
|
469
603
|
priority?: undefined;
|
|
470
|
-
|
|
471
|
-
|
|
604
|
+
assigneeAccountId?: undefined;
|
|
605
|
+
transitionId?: undefined;
|
|
472
606
|
file_path?: undefined;
|
|
473
607
|
content?: undefined;
|
|
474
608
|
command?: undefined;
|
|
@@ -493,6 +627,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
493
627
|
multi?: undefined;
|
|
494
628
|
separator?: undefined;
|
|
495
629
|
default?: undefined;
|
|
630
|
+
fallback_param?: undefined;
|
|
631
|
+
derive?: undefined;
|
|
496
632
|
};
|
|
497
633
|
secondary?: undefined;
|
|
498
634
|
};
|
|
@@ -528,6 +664,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
528
664
|
oldest?: undefined;
|
|
529
665
|
limit?: undefined;
|
|
530
666
|
inclusive?: undefined;
|
|
667
|
+
cursor?: undefined;
|
|
531
668
|
title?: undefined;
|
|
532
669
|
body?: undefined;
|
|
533
670
|
labels?: undefined;
|
|
@@ -545,6 +682,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
545
682
|
subject?: undefined;
|
|
546
683
|
cc?: undefined;
|
|
547
684
|
bcc?: undefined;
|
|
685
|
+
threadId?: undefined;
|
|
686
|
+
inReplyTo?: undefined;
|
|
687
|
+
references?: undefined;
|
|
548
688
|
messageIds?: undefined;
|
|
549
689
|
calendarId?: undefined;
|
|
550
690
|
timeMin?: undefined;
|
|
@@ -565,10 +705,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
565
705
|
startAt?: undefined;
|
|
566
706
|
issueIdOrKey?: undefined;
|
|
567
707
|
projectKey?: undefined;
|
|
568
|
-
|
|
708
|
+
issueTypeName?: undefined;
|
|
569
709
|
priority?: undefined;
|
|
570
|
-
|
|
571
|
-
|
|
710
|
+
assigneeAccountId?: undefined;
|
|
711
|
+
transitionId?: undefined;
|
|
572
712
|
file_path?: undefined;
|
|
573
713
|
content?: undefined;
|
|
574
714
|
command?: undefined;
|
|
@@ -593,6 +733,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
593
733
|
multi?: undefined;
|
|
594
734
|
separator?: undefined;
|
|
595
735
|
default?: undefined;
|
|
736
|
+
fallback_param?: undefined;
|
|
737
|
+
derive?: undefined;
|
|
596
738
|
};
|
|
597
739
|
secondary?: undefined;
|
|
598
740
|
};
|
|
@@ -624,6 +766,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
624
766
|
oldest?: undefined;
|
|
625
767
|
limit?: undefined;
|
|
626
768
|
inclusive?: undefined;
|
|
769
|
+
cursor?: undefined;
|
|
627
770
|
title?: undefined;
|
|
628
771
|
body?: undefined;
|
|
629
772
|
labels?: undefined;
|
|
@@ -641,6 +784,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
641
784
|
subject?: undefined;
|
|
642
785
|
cc?: undefined;
|
|
643
786
|
bcc?: undefined;
|
|
787
|
+
threadId?: undefined;
|
|
788
|
+
inReplyTo?: undefined;
|
|
789
|
+
references?: undefined;
|
|
644
790
|
messageIds?: undefined;
|
|
645
791
|
calendarId?: undefined;
|
|
646
792
|
timeMin?: undefined;
|
|
@@ -661,10 +807,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
661
807
|
startAt?: undefined;
|
|
662
808
|
issueIdOrKey?: undefined;
|
|
663
809
|
projectKey?: undefined;
|
|
664
|
-
|
|
810
|
+
issueTypeName?: undefined;
|
|
665
811
|
priority?: undefined;
|
|
666
|
-
|
|
667
|
-
|
|
812
|
+
assigneeAccountId?: undefined;
|
|
813
|
+
transitionId?: undefined;
|
|
668
814
|
file_path?: undefined;
|
|
669
815
|
content?: undefined;
|
|
670
816
|
command?: undefined;
|
|
@@ -689,6 +835,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
689
835
|
multi?: undefined;
|
|
690
836
|
separator?: undefined;
|
|
691
837
|
default?: undefined;
|
|
838
|
+
fallback_param?: undefined;
|
|
839
|
+
derive?: undefined;
|
|
692
840
|
};
|
|
693
841
|
secondary?: undefined;
|
|
694
842
|
};
|
|
@@ -733,6 +881,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
733
881
|
oldest?: undefined;
|
|
734
882
|
limit?: undefined;
|
|
735
883
|
inclusive?: undefined;
|
|
884
|
+
cursor?: undefined;
|
|
736
885
|
ts?: undefined;
|
|
737
886
|
state?: undefined;
|
|
738
887
|
sort?: undefined;
|
|
@@ -747,6 +896,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
747
896
|
subject?: undefined;
|
|
748
897
|
cc?: undefined;
|
|
749
898
|
bcc?: undefined;
|
|
899
|
+
threadId?: undefined;
|
|
900
|
+
inReplyTo?: undefined;
|
|
901
|
+
references?: undefined;
|
|
750
902
|
messageIds?: undefined;
|
|
751
903
|
calendarId?: undefined;
|
|
752
904
|
timeMin?: undefined;
|
|
@@ -767,10 +919,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
767
919
|
startAt?: undefined;
|
|
768
920
|
issueIdOrKey?: undefined;
|
|
769
921
|
projectKey?: undefined;
|
|
770
|
-
|
|
922
|
+
issueTypeName?: undefined;
|
|
771
923
|
priority?: undefined;
|
|
772
|
-
|
|
773
|
-
|
|
924
|
+
assigneeAccountId?: undefined;
|
|
925
|
+
transitionId?: undefined;
|
|
774
926
|
file_path?: undefined;
|
|
775
927
|
content?: undefined;
|
|
776
928
|
command?: undefined;
|
|
@@ -795,6 +947,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
795
947
|
multi?: undefined;
|
|
796
948
|
separator?: undefined;
|
|
797
949
|
default?: undefined;
|
|
950
|
+
fallback_param?: undefined;
|
|
951
|
+
derive?: undefined;
|
|
798
952
|
};
|
|
799
953
|
secondary?: undefined;
|
|
800
954
|
};
|
|
@@ -844,6 +998,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
844
998
|
oldest?: undefined;
|
|
845
999
|
limit?: undefined;
|
|
846
1000
|
inclusive?: undefined;
|
|
1001
|
+
cursor?: undefined;
|
|
847
1002
|
ts?: undefined;
|
|
848
1003
|
title?: undefined;
|
|
849
1004
|
body?: undefined;
|
|
@@ -856,6 +1011,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
856
1011
|
subject?: undefined;
|
|
857
1012
|
cc?: undefined;
|
|
858
1013
|
bcc?: undefined;
|
|
1014
|
+
threadId?: undefined;
|
|
1015
|
+
inReplyTo?: undefined;
|
|
1016
|
+
references?: undefined;
|
|
859
1017
|
messageIds?: undefined;
|
|
860
1018
|
calendarId?: undefined;
|
|
861
1019
|
timeMin?: undefined;
|
|
@@ -876,10 +1034,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
876
1034
|
startAt?: undefined;
|
|
877
1035
|
issueIdOrKey?: undefined;
|
|
878
1036
|
projectKey?: undefined;
|
|
879
|
-
|
|
1037
|
+
issueTypeName?: undefined;
|
|
880
1038
|
priority?: undefined;
|
|
881
|
-
|
|
882
|
-
|
|
1039
|
+
assigneeAccountId?: undefined;
|
|
1040
|
+
transitionId?: undefined;
|
|
883
1041
|
file_path?: undefined;
|
|
884
1042
|
content?: undefined;
|
|
885
1043
|
command?: undefined;
|
|
@@ -904,6 +1062,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
904
1062
|
multi?: undefined;
|
|
905
1063
|
separator?: undefined;
|
|
906
1064
|
default?: undefined;
|
|
1065
|
+
fallback_param?: undefined;
|
|
1066
|
+
derive?: undefined;
|
|
907
1067
|
};
|
|
908
1068
|
secondary?: undefined;
|
|
909
1069
|
};
|
|
@@ -932,6 +1092,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
932
1092
|
oldest?: undefined;
|
|
933
1093
|
limit?: undefined;
|
|
934
1094
|
inclusive?: undefined;
|
|
1095
|
+
cursor?: undefined;
|
|
935
1096
|
ts?: undefined;
|
|
936
1097
|
title?: undefined;
|
|
937
1098
|
body?: undefined;
|
|
@@ -949,6 +1110,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
949
1110
|
subject?: undefined;
|
|
950
1111
|
cc?: undefined;
|
|
951
1112
|
bcc?: undefined;
|
|
1113
|
+
threadId?: undefined;
|
|
1114
|
+
inReplyTo?: undefined;
|
|
1115
|
+
references?: undefined;
|
|
952
1116
|
messageIds?: undefined;
|
|
953
1117
|
calendarId?: undefined;
|
|
954
1118
|
timeMin?: undefined;
|
|
@@ -969,10 +1133,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
969
1133
|
startAt?: undefined;
|
|
970
1134
|
issueIdOrKey?: undefined;
|
|
971
1135
|
projectKey?: undefined;
|
|
972
|
-
|
|
1136
|
+
issueTypeName?: undefined;
|
|
973
1137
|
priority?: undefined;
|
|
974
|
-
|
|
975
|
-
|
|
1138
|
+
assigneeAccountId?: undefined;
|
|
1139
|
+
transitionId?: undefined;
|
|
976
1140
|
file_path?: undefined;
|
|
977
1141
|
content?: undefined;
|
|
978
1142
|
command?: undefined;
|
|
@@ -997,6 +1161,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
997
1161
|
multi?: undefined;
|
|
998
1162
|
separator?: undefined;
|
|
999
1163
|
default?: undefined;
|
|
1164
|
+
fallback_param?: undefined;
|
|
1165
|
+
derive?: undefined;
|
|
1000
1166
|
};
|
|
1001
1167
|
secondary?: undefined;
|
|
1002
1168
|
};
|
|
@@ -1049,6 +1215,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1049
1215
|
oldest?: undefined;
|
|
1050
1216
|
limit?: undefined;
|
|
1051
1217
|
inclusive?: undefined;
|
|
1218
|
+
cursor?: undefined;
|
|
1052
1219
|
ts?: undefined;
|
|
1053
1220
|
sort?: undefined;
|
|
1054
1221
|
direction?: undefined;
|
|
@@ -1061,6 +1228,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1061
1228
|
subject?: undefined;
|
|
1062
1229
|
cc?: undefined;
|
|
1063
1230
|
bcc?: undefined;
|
|
1231
|
+
threadId?: undefined;
|
|
1232
|
+
inReplyTo?: undefined;
|
|
1233
|
+
references?: undefined;
|
|
1064
1234
|
messageIds?: undefined;
|
|
1065
1235
|
calendarId?: undefined;
|
|
1066
1236
|
timeMin?: undefined;
|
|
@@ -1081,10 +1251,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1081
1251
|
startAt?: undefined;
|
|
1082
1252
|
issueIdOrKey?: undefined;
|
|
1083
1253
|
projectKey?: undefined;
|
|
1084
|
-
|
|
1254
|
+
issueTypeName?: undefined;
|
|
1085
1255
|
priority?: undefined;
|
|
1086
|
-
|
|
1087
|
-
|
|
1256
|
+
assigneeAccountId?: undefined;
|
|
1257
|
+
transitionId?: undefined;
|
|
1088
1258
|
file_path?: undefined;
|
|
1089
1259
|
content?: undefined;
|
|
1090
1260
|
command?: undefined;
|
|
@@ -1109,6 +1279,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1109
1279
|
multi?: undefined;
|
|
1110
1280
|
separator?: undefined;
|
|
1111
1281
|
default?: undefined;
|
|
1282
|
+
fallback_param?: undefined;
|
|
1283
|
+
derive?: undefined;
|
|
1112
1284
|
};
|
|
1113
1285
|
secondary?: undefined;
|
|
1114
1286
|
};
|
|
@@ -1130,6 +1302,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1130
1302
|
type: string;
|
|
1131
1303
|
minimum: number;
|
|
1132
1304
|
maximum: number;
|
|
1305
|
+
description?: undefined;
|
|
1133
1306
|
};
|
|
1134
1307
|
channel?: undefined;
|
|
1135
1308
|
text?: undefined;
|
|
@@ -1142,6 +1315,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1142
1315
|
oldest?: undefined;
|
|
1143
1316
|
limit?: undefined;
|
|
1144
1317
|
inclusive?: undefined;
|
|
1318
|
+
cursor?: undefined;
|
|
1145
1319
|
ts?: undefined;
|
|
1146
1320
|
title?: undefined;
|
|
1147
1321
|
body?: undefined;
|
|
@@ -1158,6 +1332,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1158
1332
|
subject?: undefined;
|
|
1159
1333
|
cc?: undefined;
|
|
1160
1334
|
bcc?: undefined;
|
|
1335
|
+
threadId?: undefined;
|
|
1336
|
+
inReplyTo?: undefined;
|
|
1337
|
+
references?: undefined;
|
|
1161
1338
|
messageIds?: undefined;
|
|
1162
1339
|
calendarId?: undefined;
|
|
1163
1340
|
timeMin?: undefined;
|
|
@@ -1178,10 +1355,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1178
1355
|
startAt?: undefined;
|
|
1179
1356
|
issueIdOrKey?: undefined;
|
|
1180
1357
|
projectKey?: undefined;
|
|
1181
|
-
|
|
1358
|
+
issueTypeName?: undefined;
|
|
1182
1359
|
priority?: undefined;
|
|
1183
|
-
|
|
1184
|
-
|
|
1360
|
+
assigneeAccountId?: undefined;
|
|
1361
|
+
transitionId?: undefined;
|
|
1185
1362
|
file_path?: undefined;
|
|
1186
1363
|
content?: undefined;
|
|
1187
1364
|
command?: undefined;
|
|
@@ -1206,6 +1383,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1206
1383
|
multi?: undefined;
|
|
1207
1384
|
separator?: undefined;
|
|
1208
1385
|
default?: undefined;
|
|
1386
|
+
fallback_param?: undefined;
|
|
1387
|
+
derive?: undefined;
|
|
1209
1388
|
};
|
|
1210
1389
|
secondary?: undefined;
|
|
1211
1390
|
};
|
|
@@ -1234,6 +1413,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1234
1413
|
oldest?: undefined;
|
|
1235
1414
|
limit?: undefined;
|
|
1236
1415
|
inclusive?: undefined;
|
|
1416
|
+
cursor?: undefined;
|
|
1237
1417
|
ts?: undefined;
|
|
1238
1418
|
title?: undefined;
|
|
1239
1419
|
body?: undefined;
|
|
@@ -1251,6 +1431,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1251
1431
|
subject?: undefined;
|
|
1252
1432
|
cc?: undefined;
|
|
1253
1433
|
bcc?: undefined;
|
|
1434
|
+
threadId?: undefined;
|
|
1435
|
+
inReplyTo?: undefined;
|
|
1436
|
+
references?: undefined;
|
|
1254
1437
|
messageIds?: undefined;
|
|
1255
1438
|
calendarId?: undefined;
|
|
1256
1439
|
timeMin?: undefined;
|
|
@@ -1271,10 +1454,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1271
1454
|
startAt?: undefined;
|
|
1272
1455
|
issueIdOrKey?: undefined;
|
|
1273
1456
|
projectKey?: undefined;
|
|
1274
|
-
|
|
1457
|
+
issueTypeName?: undefined;
|
|
1275
1458
|
priority?: undefined;
|
|
1276
|
-
|
|
1277
|
-
|
|
1459
|
+
assigneeAccountId?: undefined;
|
|
1460
|
+
transitionId?: undefined;
|
|
1278
1461
|
file_path?: undefined;
|
|
1279
1462
|
content?: undefined;
|
|
1280
1463
|
command?: undefined;
|
|
@@ -1299,6 +1482,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1299
1482
|
multi?: undefined;
|
|
1300
1483
|
separator?: undefined;
|
|
1301
1484
|
default?: undefined;
|
|
1485
|
+
fallback_param?: undefined;
|
|
1486
|
+
derive?: undefined;
|
|
1302
1487
|
};
|
|
1303
1488
|
secondary?: undefined;
|
|
1304
1489
|
};
|
|
@@ -1330,6 +1515,15 @@ export declare const ACTION_REGISTRY: {
|
|
|
1330
1515
|
bcc: {
|
|
1331
1516
|
type: string;
|
|
1332
1517
|
};
|
|
1518
|
+
threadId: {
|
|
1519
|
+
type: string;
|
|
1520
|
+
};
|
|
1521
|
+
inReplyTo: {
|
|
1522
|
+
type: string;
|
|
1523
|
+
};
|
|
1524
|
+
references: {
|
|
1525
|
+
type: string;
|
|
1526
|
+
};
|
|
1333
1527
|
channel?: undefined;
|
|
1334
1528
|
text?: undefined;
|
|
1335
1529
|
thread_ts?: undefined;
|
|
@@ -1341,6 +1535,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1341
1535
|
oldest?: undefined;
|
|
1342
1536
|
limit?: undefined;
|
|
1343
1537
|
inclusive?: undefined;
|
|
1538
|
+
cursor?: undefined;
|
|
1344
1539
|
ts?: undefined;
|
|
1345
1540
|
title?: undefined;
|
|
1346
1541
|
labels?: undefined;
|
|
@@ -1374,10 +1569,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1374
1569
|
startAt?: undefined;
|
|
1375
1570
|
issueIdOrKey?: undefined;
|
|
1376
1571
|
projectKey?: undefined;
|
|
1377
|
-
|
|
1572
|
+
issueTypeName?: undefined;
|
|
1378
1573
|
priority?: undefined;
|
|
1379
|
-
|
|
1380
|
-
|
|
1574
|
+
assigneeAccountId?: undefined;
|
|
1575
|
+
transitionId?: undefined;
|
|
1381
1576
|
file_path?: undefined;
|
|
1382
1577
|
content?: undefined;
|
|
1383
1578
|
command?: undefined;
|
|
@@ -1402,6 +1597,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1402
1597
|
required?: undefined;
|
|
1403
1598
|
key?: undefined;
|
|
1404
1599
|
default?: undefined;
|
|
1600
|
+
fallback_param?: undefined;
|
|
1601
|
+
derive?: undefined;
|
|
1405
1602
|
};
|
|
1406
1603
|
secondary: {
|
|
1407
1604
|
name: string;
|
|
@@ -1442,6 +1639,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1442
1639
|
oldest?: undefined;
|
|
1443
1640
|
limit?: undefined;
|
|
1444
1641
|
inclusive?: undefined;
|
|
1642
|
+
cursor?: undefined;
|
|
1445
1643
|
ts?: undefined;
|
|
1446
1644
|
title?: undefined;
|
|
1447
1645
|
body?: undefined;
|
|
@@ -1460,6 +1658,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1460
1658
|
subject?: undefined;
|
|
1461
1659
|
cc?: undefined;
|
|
1462
1660
|
bcc?: undefined;
|
|
1661
|
+
threadId?: undefined;
|
|
1662
|
+
inReplyTo?: undefined;
|
|
1663
|
+
references?: undefined;
|
|
1463
1664
|
calendarId?: undefined;
|
|
1464
1665
|
timeMin?: undefined;
|
|
1465
1666
|
timeMax?: undefined;
|
|
@@ -1479,10 +1680,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1479
1680
|
startAt?: undefined;
|
|
1480
1681
|
issueIdOrKey?: undefined;
|
|
1481
1682
|
projectKey?: undefined;
|
|
1482
|
-
|
|
1683
|
+
issueTypeName?: undefined;
|
|
1483
1684
|
priority?: undefined;
|
|
1484
|
-
|
|
1485
|
-
|
|
1685
|
+
assigneeAccountId?: undefined;
|
|
1686
|
+
transitionId?: undefined;
|
|
1486
1687
|
file_path?: undefined;
|
|
1487
1688
|
content?: undefined;
|
|
1488
1689
|
command?: undefined;
|
|
@@ -1507,6 +1708,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1507
1708
|
multi?: undefined;
|
|
1508
1709
|
separator?: undefined;
|
|
1509
1710
|
default?: undefined;
|
|
1711
|
+
fallback_param?: undefined;
|
|
1712
|
+
derive?: undefined;
|
|
1510
1713
|
};
|
|
1511
1714
|
secondary?: undefined;
|
|
1512
1715
|
};
|
|
@@ -1522,17 +1725,21 @@ export declare const ACTION_REGISTRY: {
|
|
|
1522
1725
|
properties: {
|
|
1523
1726
|
calendarId: {
|
|
1524
1727
|
type: string;
|
|
1728
|
+
description: string;
|
|
1525
1729
|
};
|
|
1526
1730
|
timeMin: {
|
|
1527
1731
|
type: string;
|
|
1732
|
+
description: string;
|
|
1528
1733
|
};
|
|
1529
1734
|
timeMax: {
|
|
1530
1735
|
type: string;
|
|
1736
|
+
description: string;
|
|
1531
1737
|
};
|
|
1532
1738
|
maxResults: {
|
|
1533
1739
|
type: string;
|
|
1534
1740
|
minimum: number;
|
|
1535
1741
|
maximum: number;
|
|
1742
|
+
description: string;
|
|
1536
1743
|
};
|
|
1537
1744
|
channel?: undefined;
|
|
1538
1745
|
text?: undefined;
|
|
@@ -1545,6 +1752,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1545
1752
|
oldest?: undefined;
|
|
1546
1753
|
limit?: undefined;
|
|
1547
1754
|
inclusive?: undefined;
|
|
1755
|
+
cursor?: undefined;
|
|
1548
1756
|
ts?: undefined;
|
|
1549
1757
|
title?: undefined;
|
|
1550
1758
|
body?: undefined;
|
|
@@ -1562,6 +1770,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1562
1770
|
subject?: undefined;
|
|
1563
1771
|
cc?: undefined;
|
|
1564
1772
|
bcc?: undefined;
|
|
1773
|
+
threadId?: undefined;
|
|
1774
|
+
inReplyTo?: undefined;
|
|
1775
|
+
references?: undefined;
|
|
1565
1776
|
messageIds?: undefined;
|
|
1566
1777
|
eventId?: undefined;
|
|
1567
1778
|
summary?: undefined;
|
|
@@ -1579,10 +1790,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1579
1790
|
startAt?: undefined;
|
|
1580
1791
|
issueIdOrKey?: undefined;
|
|
1581
1792
|
projectKey?: undefined;
|
|
1582
|
-
|
|
1793
|
+
issueTypeName?: undefined;
|
|
1583
1794
|
priority?: undefined;
|
|
1584
|
-
|
|
1585
|
-
|
|
1795
|
+
assigneeAccountId?: undefined;
|
|
1796
|
+
transitionId?: undefined;
|
|
1586
1797
|
file_path?: undefined;
|
|
1587
1798
|
content?: undefined;
|
|
1588
1799
|
command?: undefined;
|
|
@@ -1607,6 +1818,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1607
1818
|
key?: undefined;
|
|
1608
1819
|
multi?: undefined;
|
|
1609
1820
|
separator?: undefined;
|
|
1821
|
+
fallback_param?: undefined;
|
|
1822
|
+
derive?: undefined;
|
|
1610
1823
|
};
|
|
1611
1824
|
secondary?: undefined;
|
|
1612
1825
|
};
|
|
@@ -1622,10 +1835,12 @@ export declare const ACTION_REGISTRY: {
|
|
|
1622
1835
|
properties: {
|
|
1623
1836
|
calendarId: {
|
|
1624
1837
|
type: string;
|
|
1838
|
+
description?: undefined;
|
|
1625
1839
|
};
|
|
1626
1840
|
eventId: {
|
|
1627
1841
|
type: string;
|
|
1628
1842
|
minLength: number;
|
|
1843
|
+
description?: undefined;
|
|
1629
1844
|
};
|
|
1630
1845
|
channel?: undefined;
|
|
1631
1846
|
text?: undefined;
|
|
@@ -1638,6 +1853,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1638
1853
|
oldest?: undefined;
|
|
1639
1854
|
limit?: undefined;
|
|
1640
1855
|
inclusive?: undefined;
|
|
1856
|
+
cursor?: undefined;
|
|
1641
1857
|
ts?: undefined;
|
|
1642
1858
|
title?: undefined;
|
|
1643
1859
|
body?: undefined;
|
|
@@ -1656,6 +1872,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1656
1872
|
subject?: undefined;
|
|
1657
1873
|
cc?: undefined;
|
|
1658
1874
|
bcc?: undefined;
|
|
1875
|
+
threadId?: undefined;
|
|
1876
|
+
inReplyTo?: undefined;
|
|
1877
|
+
references?: undefined;
|
|
1659
1878
|
messageIds?: undefined;
|
|
1660
1879
|
timeMin?: undefined;
|
|
1661
1880
|
timeMax?: undefined;
|
|
@@ -1674,10 +1893,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1674
1893
|
startAt?: undefined;
|
|
1675
1894
|
issueIdOrKey?: undefined;
|
|
1676
1895
|
projectKey?: undefined;
|
|
1677
|
-
|
|
1896
|
+
issueTypeName?: undefined;
|
|
1678
1897
|
priority?: undefined;
|
|
1679
|
-
|
|
1680
|
-
|
|
1898
|
+
assigneeAccountId?: undefined;
|
|
1899
|
+
transitionId?: undefined;
|
|
1681
1900
|
file_path?: undefined;
|
|
1682
1901
|
content?: undefined;
|
|
1683
1902
|
command?: undefined;
|
|
@@ -1702,6 +1921,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1702
1921
|
multi?: undefined;
|
|
1703
1922
|
separator?: undefined;
|
|
1704
1923
|
default?: undefined;
|
|
1924
|
+
fallback_param?: undefined;
|
|
1925
|
+
derive?: undefined;
|
|
1705
1926
|
};
|
|
1706
1927
|
secondary?: undefined;
|
|
1707
1928
|
};
|
|
@@ -1717,25 +1938,68 @@ export declare const ACTION_REGISTRY: {
|
|
|
1717
1938
|
properties: {
|
|
1718
1939
|
calendarId: {
|
|
1719
1940
|
type: string;
|
|
1941
|
+
description: string;
|
|
1720
1942
|
};
|
|
1721
1943
|
summary: {
|
|
1722
1944
|
type: string;
|
|
1723
1945
|
minLength: number;
|
|
1946
|
+
description: string;
|
|
1724
1947
|
};
|
|
1725
1948
|
description: {
|
|
1726
1949
|
type: string;
|
|
1950
|
+
description: string;
|
|
1727
1951
|
};
|
|
1728
1952
|
start: {
|
|
1729
1953
|
type: string;
|
|
1954
|
+
description: string;
|
|
1955
|
+
properties: {
|
|
1956
|
+
dateTime: {
|
|
1957
|
+
type: string;
|
|
1958
|
+
description: string;
|
|
1959
|
+
};
|
|
1960
|
+
date: {
|
|
1961
|
+
type: string;
|
|
1962
|
+
description: string;
|
|
1963
|
+
};
|
|
1964
|
+
timeZone: {
|
|
1965
|
+
type: string;
|
|
1966
|
+
description: string;
|
|
1967
|
+
};
|
|
1968
|
+
};
|
|
1730
1969
|
};
|
|
1731
1970
|
end: {
|
|
1732
1971
|
type: string;
|
|
1972
|
+
description: string;
|
|
1973
|
+
properties: {
|
|
1974
|
+
dateTime: {
|
|
1975
|
+
type: string;
|
|
1976
|
+
description: string;
|
|
1977
|
+
};
|
|
1978
|
+
date: {
|
|
1979
|
+
type: string;
|
|
1980
|
+
description: string;
|
|
1981
|
+
};
|
|
1982
|
+
timeZone: {
|
|
1983
|
+
type: string;
|
|
1984
|
+
description: string;
|
|
1985
|
+
};
|
|
1986
|
+
};
|
|
1733
1987
|
};
|
|
1734
1988
|
attendees: {
|
|
1735
1989
|
type: string;
|
|
1990
|
+
description: string;
|
|
1991
|
+
items: {
|
|
1992
|
+
type: string;
|
|
1993
|
+
properties: {
|
|
1994
|
+
email: {
|
|
1995
|
+
type: string;
|
|
1996
|
+
};
|
|
1997
|
+
};
|
|
1998
|
+
};
|
|
1736
1999
|
};
|
|
1737
2000
|
location: {
|
|
1738
2001
|
type: string;
|
|
2002
|
+
description: string;
|
|
1739
2003
|
};
|
|
1740
2004
|
channel?: undefined;
|
|
1741
2005
|
text?: undefined;
|
|
@@ -1748,6 +2012,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1748
2012
|
oldest?: undefined;
|
|
1749
2013
|
limit?: undefined;
|
|
1750
2014
|
inclusive?: undefined;
|
|
2015
|
+
cursor?: undefined;
|
|
1751
2016
|
ts?: undefined;
|
|
1752
2017
|
title?: undefined;
|
|
1753
2018
|
body?: undefined;
|
|
@@ -1766,6 +2031,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1766
2031
|
subject?: undefined;
|
|
1767
2032
|
cc?: undefined;
|
|
1768
2033
|
bcc?: undefined;
|
|
2034
|
+
threadId?: undefined;
|
|
2035
|
+
inReplyTo?: undefined;
|
|
2036
|
+
references?: undefined;
|
|
1769
2037
|
messageIds?: undefined;
|
|
1770
2038
|
timeMin?: undefined;
|
|
1771
2039
|
timeMax?: undefined;
|
|
@@ -1779,10 +2047,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1779
2047
|
startAt?: undefined;
|
|
1780
2048
|
issueIdOrKey?: undefined;
|
|
1781
2049
|
projectKey?: undefined;
|
|
1782
|
-
|
|
2050
|
+
issueTypeName?: undefined;
|
|
1783
2051
|
priority?: undefined;
|
|
1784
|
-
|
|
1785
|
-
|
|
2052
|
+
assigneeAccountId?: undefined;
|
|
2053
|
+
transitionId?: undefined;
|
|
1786
2054
|
file_path?: undefined;
|
|
1787
2055
|
content?: undefined;
|
|
1788
2056
|
command?: undefined;
|
|
@@ -1807,6 +2075,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
1807
2075
|
key?: undefined;
|
|
1808
2076
|
multi?: undefined;
|
|
1809
2077
|
separator?: undefined;
|
|
2078
|
+
fallback_param?: undefined;
|
|
2079
|
+
derive?: undefined;
|
|
1810
2080
|
};
|
|
1811
2081
|
secondary: {
|
|
1812
2082
|
name: string;
|
|
@@ -1829,29 +2099,73 @@ export declare const ACTION_REGISTRY: {
|
|
|
1829
2099
|
properties: {
|
|
1830
2100
|
calendarId: {
|
|
1831
2101
|
type: string;
|
|
2102
|
+
description: string;
|
|
1832
2103
|
};
|
|
1833
2104
|
eventId: {
|
|
1834
2105
|
type: string;
|
|
1835
2106
|
minLength: number;
|
|
2107
|
+
description: string;
|
|
1836
2108
|
};
|
|
1837
2109
|
summary: {
|
|
1838
2110
|
type: string;
|
|
2111
|
+
description: string;
|
|
1839
2112
|
minLength?: undefined;
|
|
1840
2113
|
};
|
|
1841
2114
|
description: {
|
|
1842
2115
|
type: string;
|
|
2116
|
+
description: string;
|
|
1843
2117
|
};
|
|
1844
2118
|
start: {
|
|
1845
2119
|
type: string;
|
|
2120
|
+
description: string;
|
|
2121
|
+
properties: {
|
|
2122
|
+
dateTime: {
|
|
2123
|
+
type: string;
|
|
2124
|
+
description: string;
|
|
2125
|
+
};
|
|
2126
|
+
date: {
|
|
2127
|
+
type: string;
|
|
2128
|
+
description: string;
|
|
2129
|
+
};
|
|
2130
|
+
timeZone: {
|
|
2131
|
+
type: string;
|
|
2132
|
+
description: string;
|
|
2133
|
+
};
|
|
2134
|
+
};
|
|
1846
2135
|
};
|
|
1847
2136
|
end: {
|
|
1848
2137
|
type: string;
|
|
2138
|
+
description: string;
|
|
2139
|
+
properties: {
|
|
2140
|
+
dateTime: {
|
|
2141
|
+
type: string;
|
|
2142
|
+
description: string;
|
|
2143
|
+
};
|
|
2144
|
+
date: {
|
|
2145
|
+
type: string;
|
|
2146
|
+
description: string;
|
|
2147
|
+
};
|
|
2148
|
+
timeZone: {
|
|
2149
|
+
type: string;
|
|
2150
|
+
description: string;
|
|
2151
|
+
};
|
|
2152
|
+
};
|
|
1849
2153
|
};
|
|
1850
2154
|
attendees: {
|
|
1851
2155
|
type: string;
|
|
2156
|
+
description: string;
|
|
2157
|
+
items: {
|
|
2158
|
+
type: string;
|
|
2159
|
+
properties: {
|
|
2160
|
+
email: {
|
|
2161
|
+
type: string;
|
|
2162
|
+
};
|
|
2163
|
+
};
|
|
2164
|
+
};
|
|
1852
2165
|
};
|
|
1853
2166
|
location: {
|
|
1854
2167
|
type: string;
|
|
2168
|
+
description: string;
|
|
1855
2169
|
};
|
|
1856
2170
|
channel?: undefined;
|
|
1857
2171
|
text?: undefined;
|
|
@@ -1864,6 +2178,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1864
2178
|
oldest?: undefined;
|
|
1865
2179
|
limit?: undefined;
|
|
1866
2180
|
inclusive?: undefined;
|
|
2181
|
+
cursor?: undefined;
|
|
1867
2182
|
ts?: undefined;
|
|
1868
2183
|
title?: undefined;
|
|
1869
2184
|
body?: undefined;
|
|
@@ -1882,6 +2197,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1882
2197
|
subject?: undefined;
|
|
1883
2198
|
cc?: undefined;
|
|
1884
2199
|
bcc?: undefined;
|
|
2200
|
+
threadId?: undefined;
|
|
2201
|
+
inReplyTo?: undefined;
|
|
2202
|
+
references?: undefined;
|
|
1885
2203
|
messageIds?: undefined;
|
|
1886
2204
|
timeMin?: undefined;
|
|
1887
2205
|
timeMax?: undefined;
|
|
@@ -1894,10 +2212,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1894
2212
|
startAt?: undefined;
|
|
1895
2213
|
issueIdOrKey?: undefined;
|
|
1896
2214
|
projectKey?: undefined;
|
|
1897
|
-
|
|
2215
|
+
issueTypeName?: undefined;
|
|
1898
2216
|
priority?: undefined;
|
|
1899
|
-
|
|
1900
|
-
|
|
2217
|
+
assigneeAccountId?: undefined;
|
|
2218
|
+
transitionId?: undefined;
|
|
1901
2219
|
file_path?: undefined;
|
|
1902
2220
|
content?: undefined;
|
|
1903
2221
|
command?: undefined;
|
|
@@ -1917,11 +2235,13 @@ export declare const ACTION_REGISTRY: {
|
|
|
1917
2235
|
resource_id: {
|
|
1918
2236
|
source: "param";
|
|
1919
2237
|
param: string;
|
|
2238
|
+
default: string;
|
|
1920
2239
|
required?: undefined;
|
|
1921
2240
|
key?: undefined;
|
|
1922
2241
|
multi?: undefined;
|
|
1923
2242
|
separator?: undefined;
|
|
1924
|
-
|
|
2243
|
+
fallback_param?: undefined;
|
|
2244
|
+
derive?: undefined;
|
|
1925
2245
|
};
|
|
1926
2246
|
secondary: {
|
|
1927
2247
|
name: string;
|
|
@@ -1933,6 +2253,109 @@ export declare const ACTION_REGISTRY: {
|
|
|
1933
2253
|
}[];
|
|
1934
2254
|
};
|
|
1935
2255
|
version: string;
|
|
2256
|
+
} | {
|
|
2257
|
+
action: string;
|
|
2258
|
+
resource_type: string;
|
|
2259
|
+
required_relations: string[];
|
|
2260
|
+
required_scopes: string[];
|
|
2261
|
+
capability: string;
|
|
2262
|
+
input_schema: {
|
|
2263
|
+
type: string;
|
|
2264
|
+
properties: {
|
|
2265
|
+
calendarId: {
|
|
2266
|
+
type: string;
|
|
2267
|
+
description?: undefined;
|
|
2268
|
+
};
|
|
2269
|
+
eventId: {
|
|
2270
|
+
type: string;
|
|
2271
|
+
minLength: number;
|
|
2272
|
+
description?: undefined;
|
|
2273
|
+
};
|
|
2274
|
+
channel?: undefined;
|
|
2275
|
+
text?: undefined;
|
|
2276
|
+
thread_ts?: undefined;
|
|
2277
|
+
username?: undefined;
|
|
2278
|
+
icon_emoji?: undefined;
|
|
2279
|
+
blocks?: undefined;
|
|
2280
|
+
userId?: undefined;
|
|
2281
|
+
latest?: undefined;
|
|
2282
|
+
oldest?: undefined;
|
|
2283
|
+
limit?: undefined;
|
|
2284
|
+
inclusive?: undefined;
|
|
2285
|
+
cursor?: undefined;
|
|
2286
|
+
ts?: undefined;
|
|
2287
|
+
title?: undefined;
|
|
2288
|
+
body?: undefined;
|
|
2289
|
+
labels?: undefined;
|
|
2290
|
+
assignees?: undefined;
|
|
2291
|
+
state?: undefined;
|
|
2292
|
+
sort?: undefined;
|
|
2293
|
+
direction?: undefined;
|
|
2294
|
+
per_page?: undefined;
|
|
2295
|
+
page?: undefined;
|
|
2296
|
+
issue_number?: undefined;
|
|
2297
|
+
query?: undefined;
|
|
2298
|
+
maxResults?: undefined;
|
|
2299
|
+
messageId?: undefined;
|
|
2300
|
+
to?: undefined;
|
|
2301
|
+
subject?: undefined;
|
|
2302
|
+
cc?: undefined;
|
|
2303
|
+
bcc?: undefined;
|
|
2304
|
+
threadId?: undefined;
|
|
2305
|
+
inReplyTo?: undefined;
|
|
2306
|
+
references?: undefined;
|
|
2307
|
+
messageIds?: undefined;
|
|
2308
|
+
timeMin?: undefined;
|
|
2309
|
+
timeMax?: undefined;
|
|
2310
|
+
summary?: undefined;
|
|
2311
|
+
description?: undefined;
|
|
2312
|
+
start?: undefined;
|
|
2313
|
+
end?: undefined;
|
|
2314
|
+
attendees?: undefined;
|
|
2315
|
+
location?: undefined;
|
|
2316
|
+
recent?: undefined;
|
|
2317
|
+
projectKeyOrId?: undefined;
|
|
2318
|
+
type?: undefined;
|
|
2319
|
+
boardId?: undefined;
|
|
2320
|
+
sprintId?: undefined;
|
|
2321
|
+
jql?: undefined;
|
|
2322
|
+
startAt?: undefined;
|
|
2323
|
+
issueIdOrKey?: undefined;
|
|
2324
|
+
projectKey?: undefined;
|
|
2325
|
+
issueTypeName?: undefined;
|
|
2326
|
+
priority?: undefined;
|
|
2327
|
+
assigneeAccountId?: undefined;
|
|
2328
|
+
transitionId?: undefined;
|
|
2329
|
+
file_path?: undefined;
|
|
2330
|
+
content?: undefined;
|
|
2331
|
+
command?: undefined;
|
|
2332
|
+
working_directory?: undefined;
|
|
2333
|
+
env_profile?: undefined;
|
|
2334
|
+
timeout_seconds?: undefined;
|
|
2335
|
+
};
|
|
2336
|
+
required: string[];
|
|
2337
|
+
additionalProperties: boolean;
|
|
2338
|
+
};
|
|
2339
|
+
constraints: {
|
|
2340
|
+
rate_bucket: string;
|
|
2341
|
+
};
|
|
2342
|
+
effects: string[];
|
|
2343
|
+
risk: string;
|
|
2344
|
+
target_bindings: {
|
|
2345
|
+
resource_id: {
|
|
2346
|
+
source: "param";
|
|
2347
|
+
param: string;
|
|
2348
|
+
default: string;
|
|
2349
|
+
required?: undefined;
|
|
2350
|
+
key?: undefined;
|
|
2351
|
+
multi?: undefined;
|
|
2352
|
+
separator?: undefined;
|
|
2353
|
+
fallback_param?: undefined;
|
|
2354
|
+
derive?: undefined;
|
|
2355
|
+
};
|
|
2356
|
+
secondary?: undefined;
|
|
2357
|
+
};
|
|
2358
|
+
version: string;
|
|
1936
2359
|
} | {
|
|
1937
2360
|
action: string;
|
|
1938
2361
|
resource_type: string;
|
|
@@ -1956,6 +2379,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1956
2379
|
oldest?: undefined;
|
|
1957
2380
|
limit?: undefined;
|
|
1958
2381
|
inclusive?: undefined;
|
|
2382
|
+
cursor?: undefined;
|
|
1959
2383
|
ts?: undefined;
|
|
1960
2384
|
title?: undefined;
|
|
1961
2385
|
body?: undefined;
|
|
@@ -1974,6 +2398,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
1974
2398
|
subject?: undefined;
|
|
1975
2399
|
cc?: undefined;
|
|
1976
2400
|
bcc?: undefined;
|
|
2401
|
+
threadId?: undefined;
|
|
2402
|
+
inReplyTo?: undefined;
|
|
2403
|
+
references?: undefined;
|
|
1977
2404
|
messageIds?: undefined;
|
|
1978
2405
|
calendarId?: undefined;
|
|
1979
2406
|
timeMin?: undefined;
|
|
@@ -1993,10 +2420,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
1993
2420
|
startAt?: undefined;
|
|
1994
2421
|
issueIdOrKey?: undefined;
|
|
1995
2422
|
projectKey?: undefined;
|
|
1996
|
-
|
|
2423
|
+
issueTypeName?: undefined;
|
|
1997
2424
|
priority?: undefined;
|
|
1998
|
-
|
|
1999
|
-
|
|
2425
|
+
assigneeAccountId?: undefined;
|
|
2426
|
+
transitionId?: undefined;
|
|
2000
2427
|
file_path?: undefined;
|
|
2001
2428
|
content?: undefined;
|
|
2002
2429
|
command?: undefined;
|
|
@@ -2021,6 +2448,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2021
2448
|
multi?: undefined;
|
|
2022
2449
|
separator?: undefined;
|
|
2023
2450
|
default?: undefined;
|
|
2451
|
+
fallback_param?: undefined;
|
|
2452
|
+
derive?: undefined;
|
|
2024
2453
|
};
|
|
2025
2454
|
secondary?: undefined;
|
|
2026
2455
|
};
|
|
@@ -2051,6 +2480,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2051
2480
|
oldest?: undefined;
|
|
2052
2481
|
limit?: undefined;
|
|
2053
2482
|
inclusive?: undefined;
|
|
2483
|
+
cursor?: undefined;
|
|
2054
2484
|
ts?: undefined;
|
|
2055
2485
|
title?: undefined;
|
|
2056
2486
|
body?: undefined;
|
|
@@ -2069,6 +2499,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2069
2499
|
subject?: undefined;
|
|
2070
2500
|
cc?: undefined;
|
|
2071
2501
|
bcc?: undefined;
|
|
2502
|
+
threadId?: undefined;
|
|
2503
|
+
inReplyTo?: undefined;
|
|
2504
|
+
references?: undefined;
|
|
2072
2505
|
messageIds?: undefined;
|
|
2073
2506
|
calendarId?: undefined;
|
|
2074
2507
|
timeMin?: undefined;
|
|
@@ -2087,10 +2520,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2087
2520
|
startAt?: undefined;
|
|
2088
2521
|
issueIdOrKey?: undefined;
|
|
2089
2522
|
projectKey?: undefined;
|
|
2090
|
-
|
|
2523
|
+
issueTypeName?: undefined;
|
|
2091
2524
|
priority?: undefined;
|
|
2092
|
-
|
|
2093
|
-
|
|
2525
|
+
assigneeAccountId?: undefined;
|
|
2526
|
+
transitionId?: undefined;
|
|
2094
2527
|
file_path?: undefined;
|
|
2095
2528
|
content?: undefined;
|
|
2096
2529
|
command?: undefined;
|
|
@@ -2115,6 +2548,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2115
2548
|
multi?: undefined;
|
|
2116
2549
|
separator?: undefined;
|
|
2117
2550
|
default?: undefined;
|
|
2551
|
+
fallback_param?: undefined;
|
|
2552
|
+
derive?: undefined;
|
|
2118
2553
|
};
|
|
2119
2554
|
secondary?: undefined;
|
|
2120
2555
|
};
|
|
@@ -2147,6 +2582,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2147
2582
|
oldest?: undefined;
|
|
2148
2583
|
limit?: undefined;
|
|
2149
2584
|
inclusive?: undefined;
|
|
2585
|
+
cursor?: undefined;
|
|
2150
2586
|
ts?: undefined;
|
|
2151
2587
|
title?: undefined;
|
|
2152
2588
|
body?: undefined;
|
|
@@ -2164,6 +2600,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2164
2600
|
subject?: undefined;
|
|
2165
2601
|
cc?: undefined;
|
|
2166
2602
|
bcc?: undefined;
|
|
2603
|
+
threadId?: undefined;
|
|
2604
|
+
inReplyTo?: undefined;
|
|
2605
|
+
references?: undefined;
|
|
2167
2606
|
messageIds?: undefined;
|
|
2168
2607
|
calendarId?: undefined;
|
|
2169
2608
|
timeMin?: undefined;
|
|
@@ -2183,10 +2622,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2183
2622
|
startAt?: undefined;
|
|
2184
2623
|
issueIdOrKey?: undefined;
|
|
2185
2624
|
projectKey?: undefined;
|
|
2186
|
-
|
|
2625
|
+
issueTypeName?: undefined;
|
|
2187
2626
|
priority?: undefined;
|
|
2188
|
-
|
|
2189
|
-
|
|
2627
|
+
assigneeAccountId?: undefined;
|
|
2628
|
+
transitionId?: undefined;
|
|
2190
2629
|
file_path?: undefined;
|
|
2191
2630
|
content?: undefined;
|
|
2192
2631
|
command?: undefined;
|
|
@@ -2211,6 +2650,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2211
2650
|
multi?: undefined;
|
|
2212
2651
|
separator?: undefined;
|
|
2213
2652
|
default?: undefined;
|
|
2653
|
+
fallback_param?: undefined;
|
|
2654
|
+
derive?: undefined;
|
|
2214
2655
|
};
|
|
2215
2656
|
secondary?: undefined;
|
|
2216
2657
|
};
|
|
@@ -2232,6 +2673,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2232
2673
|
type: string;
|
|
2233
2674
|
minimum: number;
|
|
2234
2675
|
maximum: number;
|
|
2676
|
+
description?: undefined;
|
|
2235
2677
|
};
|
|
2236
2678
|
channel?: undefined;
|
|
2237
2679
|
text?: undefined;
|
|
@@ -2244,6 +2686,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2244
2686
|
oldest?: undefined;
|
|
2245
2687
|
limit?: undefined;
|
|
2246
2688
|
inclusive?: undefined;
|
|
2689
|
+
cursor?: undefined;
|
|
2247
2690
|
ts?: undefined;
|
|
2248
2691
|
title?: undefined;
|
|
2249
2692
|
body?: undefined;
|
|
@@ -2261,6 +2704,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2261
2704
|
subject?: undefined;
|
|
2262
2705
|
cc?: undefined;
|
|
2263
2706
|
bcc?: undefined;
|
|
2707
|
+
threadId?: undefined;
|
|
2708
|
+
inReplyTo?: undefined;
|
|
2709
|
+
references?: undefined;
|
|
2264
2710
|
messageIds?: undefined;
|
|
2265
2711
|
calendarId?: undefined;
|
|
2266
2712
|
timeMin?: undefined;
|
|
@@ -2280,10 +2726,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2280
2726
|
startAt?: undefined;
|
|
2281
2727
|
issueIdOrKey?: undefined;
|
|
2282
2728
|
projectKey?: undefined;
|
|
2283
|
-
|
|
2729
|
+
issueTypeName?: undefined;
|
|
2284
2730
|
priority?: undefined;
|
|
2285
|
-
|
|
2286
|
-
|
|
2731
|
+
assigneeAccountId?: undefined;
|
|
2732
|
+
transitionId?: undefined;
|
|
2287
2733
|
file_path?: undefined;
|
|
2288
2734
|
content?: undefined;
|
|
2289
2735
|
command?: undefined;
|
|
@@ -2308,6 +2754,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2308
2754
|
multi?: undefined;
|
|
2309
2755
|
separator?: undefined;
|
|
2310
2756
|
default?: undefined;
|
|
2757
|
+
fallback_param?: undefined;
|
|
2758
|
+
derive?: undefined;
|
|
2311
2759
|
};
|
|
2312
2760
|
secondary?: undefined;
|
|
2313
2761
|
};
|
|
@@ -2329,6 +2777,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2329
2777
|
type: string;
|
|
2330
2778
|
minimum: number;
|
|
2331
2779
|
maximum: number;
|
|
2780
|
+
description?: undefined;
|
|
2332
2781
|
};
|
|
2333
2782
|
startAt: {
|
|
2334
2783
|
type: string;
|
|
@@ -2345,6 +2794,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2345
2794
|
oldest?: undefined;
|
|
2346
2795
|
limit?: undefined;
|
|
2347
2796
|
inclusive?: undefined;
|
|
2797
|
+
cursor?: undefined;
|
|
2348
2798
|
ts?: undefined;
|
|
2349
2799
|
title?: undefined;
|
|
2350
2800
|
body?: undefined;
|
|
@@ -2362,6 +2812,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2362
2812
|
subject?: undefined;
|
|
2363
2813
|
cc?: undefined;
|
|
2364
2814
|
bcc?: undefined;
|
|
2815
|
+
threadId?: undefined;
|
|
2816
|
+
inReplyTo?: undefined;
|
|
2817
|
+
references?: undefined;
|
|
2365
2818
|
messageIds?: undefined;
|
|
2366
2819
|
calendarId?: undefined;
|
|
2367
2820
|
timeMin?: undefined;
|
|
@@ -2380,10 +2833,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2380
2833
|
sprintId?: undefined;
|
|
2381
2834
|
issueIdOrKey?: undefined;
|
|
2382
2835
|
projectKey?: undefined;
|
|
2383
|
-
|
|
2836
|
+
issueTypeName?: undefined;
|
|
2384
2837
|
priority?: undefined;
|
|
2385
|
-
|
|
2386
|
-
|
|
2838
|
+
assigneeAccountId?: undefined;
|
|
2839
|
+
transitionId?: undefined;
|
|
2387
2840
|
file_path?: undefined;
|
|
2388
2841
|
content?: undefined;
|
|
2389
2842
|
command?: undefined;
|
|
@@ -2408,6 +2861,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2408
2861
|
multi?: undefined;
|
|
2409
2862
|
separator?: undefined;
|
|
2410
2863
|
default?: undefined;
|
|
2864
|
+
fallback_param?: undefined;
|
|
2865
|
+
derive?: undefined;
|
|
2411
2866
|
};
|
|
2412
2867
|
secondary?: undefined;
|
|
2413
2868
|
};
|
|
@@ -2436,6 +2891,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2436
2891
|
oldest?: undefined;
|
|
2437
2892
|
limit?: undefined;
|
|
2438
2893
|
inclusive?: undefined;
|
|
2894
|
+
cursor?: undefined;
|
|
2439
2895
|
ts?: undefined;
|
|
2440
2896
|
title?: undefined;
|
|
2441
2897
|
body?: undefined;
|
|
@@ -2454,6 +2910,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2454
2910
|
subject?: undefined;
|
|
2455
2911
|
cc?: undefined;
|
|
2456
2912
|
bcc?: undefined;
|
|
2913
|
+
threadId?: undefined;
|
|
2914
|
+
inReplyTo?: undefined;
|
|
2915
|
+
references?: undefined;
|
|
2457
2916
|
messageIds?: undefined;
|
|
2458
2917
|
calendarId?: undefined;
|
|
2459
2918
|
timeMin?: undefined;
|
|
@@ -2473,10 +2932,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2473
2932
|
jql?: undefined;
|
|
2474
2933
|
startAt?: undefined;
|
|
2475
2934
|
projectKey?: undefined;
|
|
2476
|
-
|
|
2935
|
+
issueTypeName?: undefined;
|
|
2477
2936
|
priority?: undefined;
|
|
2478
|
-
|
|
2479
|
-
|
|
2937
|
+
assigneeAccountId?: undefined;
|
|
2938
|
+
transitionId?: undefined;
|
|
2480
2939
|
file_path?: undefined;
|
|
2481
2940
|
content?: undefined;
|
|
2482
2941
|
command?: undefined;
|
|
@@ -2496,11 +2955,13 @@ export declare const ACTION_REGISTRY: {
|
|
|
2496
2955
|
resource_id: {
|
|
2497
2956
|
source: "param";
|
|
2498
2957
|
param: string;
|
|
2958
|
+
fallback_param: string;
|
|
2499
2959
|
required?: undefined;
|
|
2500
2960
|
key?: undefined;
|
|
2501
2961
|
multi?: undefined;
|
|
2502
2962
|
separator?: undefined;
|
|
2503
2963
|
default?: undefined;
|
|
2964
|
+
derive?: undefined;
|
|
2504
2965
|
};
|
|
2505
2966
|
secondary?: undefined;
|
|
2506
2967
|
};
|
|
@@ -2521,19 +2982,28 @@ export declare const ACTION_REGISTRY: {
|
|
|
2521
2982
|
summary: {
|
|
2522
2983
|
type: string;
|
|
2523
2984
|
minLength: number;
|
|
2985
|
+
description?: undefined;
|
|
2524
2986
|
};
|
|
2525
2987
|
description: {
|
|
2526
2988
|
type: string;
|
|
2989
|
+
description?: undefined;
|
|
2527
2990
|
};
|
|
2528
|
-
|
|
2991
|
+
issueTypeName: {
|
|
2529
2992
|
type: string;
|
|
2530
2993
|
minLength: number;
|
|
2994
|
+
description: string;
|
|
2531
2995
|
};
|
|
2532
2996
|
priority: {
|
|
2533
2997
|
type: string;
|
|
2534
2998
|
};
|
|
2535
|
-
|
|
2999
|
+
assigneeAccountId: {
|
|
3000
|
+
type: string;
|
|
3001
|
+
};
|
|
3002
|
+
labels: {
|
|
2536
3003
|
type: string;
|
|
3004
|
+
items: {
|
|
3005
|
+
type: string;
|
|
3006
|
+
};
|
|
2537
3007
|
};
|
|
2538
3008
|
channel?: undefined;
|
|
2539
3009
|
text?: undefined;
|
|
@@ -2546,10 +3016,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2546
3016
|
oldest?: undefined;
|
|
2547
3017
|
limit?: undefined;
|
|
2548
3018
|
inclusive?: undefined;
|
|
3019
|
+
cursor?: undefined;
|
|
2549
3020
|
ts?: undefined;
|
|
2550
3021
|
title?: undefined;
|
|
2551
3022
|
body?: undefined;
|
|
2552
|
-
labels?: undefined;
|
|
2553
3023
|
assignees?: undefined;
|
|
2554
3024
|
state?: undefined;
|
|
2555
3025
|
sort?: undefined;
|
|
@@ -2564,6 +3034,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2564
3034
|
subject?: undefined;
|
|
2565
3035
|
cc?: undefined;
|
|
2566
3036
|
bcc?: undefined;
|
|
3037
|
+
threadId?: undefined;
|
|
3038
|
+
inReplyTo?: undefined;
|
|
3039
|
+
references?: undefined;
|
|
2567
3040
|
messageIds?: undefined;
|
|
2568
3041
|
calendarId?: undefined;
|
|
2569
3042
|
timeMin?: undefined;
|
|
@@ -2581,7 +3054,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2581
3054
|
jql?: undefined;
|
|
2582
3055
|
startAt?: undefined;
|
|
2583
3056
|
issueIdOrKey?: undefined;
|
|
2584
|
-
|
|
3057
|
+
transitionId?: undefined;
|
|
2585
3058
|
file_path?: undefined;
|
|
2586
3059
|
content?: undefined;
|
|
2587
3060
|
command?: undefined;
|
|
@@ -2606,6 +3079,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2606
3079
|
multi?: undefined;
|
|
2607
3080
|
separator?: undefined;
|
|
2608
3081
|
default?: undefined;
|
|
3082
|
+
fallback_param?: undefined;
|
|
3083
|
+
derive?: undefined;
|
|
2609
3084
|
};
|
|
2610
3085
|
secondary?: undefined;
|
|
2611
3086
|
};
|
|
@@ -2626,18 +3101,23 @@ export declare const ACTION_REGISTRY: {
|
|
|
2626
3101
|
summary: {
|
|
2627
3102
|
type: string;
|
|
2628
3103
|
minLength?: undefined;
|
|
3104
|
+
description?: undefined;
|
|
2629
3105
|
};
|
|
2630
3106
|
description: {
|
|
2631
3107
|
type: string;
|
|
3108
|
+
description?: undefined;
|
|
2632
3109
|
};
|
|
2633
|
-
|
|
3110
|
+
priority: {
|
|
2634
3111
|
type: string;
|
|
2635
3112
|
};
|
|
2636
|
-
|
|
3113
|
+
assigneeAccountId: {
|
|
2637
3114
|
type: string;
|
|
2638
3115
|
};
|
|
2639
|
-
|
|
3116
|
+
labels: {
|
|
2640
3117
|
type: string;
|
|
3118
|
+
items: {
|
|
3119
|
+
type: string;
|
|
3120
|
+
};
|
|
2641
3121
|
};
|
|
2642
3122
|
channel?: undefined;
|
|
2643
3123
|
text?: undefined;
|
|
@@ -2650,10 +3130,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2650
3130
|
oldest?: undefined;
|
|
2651
3131
|
limit?: undefined;
|
|
2652
3132
|
inclusive?: undefined;
|
|
3133
|
+
cursor?: undefined;
|
|
2653
3134
|
ts?: undefined;
|
|
2654
3135
|
title?: undefined;
|
|
2655
3136
|
body?: undefined;
|
|
2656
|
-
labels?: undefined;
|
|
2657
3137
|
assignees?: undefined;
|
|
2658
3138
|
state?: undefined;
|
|
2659
3139
|
sort?: undefined;
|
|
@@ -2668,6 +3148,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2668
3148
|
subject?: undefined;
|
|
2669
3149
|
cc?: undefined;
|
|
2670
3150
|
bcc?: undefined;
|
|
3151
|
+
threadId?: undefined;
|
|
3152
|
+
inReplyTo?: undefined;
|
|
3153
|
+
references?: undefined;
|
|
2671
3154
|
messageIds?: undefined;
|
|
2672
3155
|
calendarId?: undefined;
|
|
2673
3156
|
timeMin?: undefined;
|
|
@@ -2685,7 +3168,311 @@ export declare const ACTION_REGISTRY: {
|
|
|
2685
3168
|
jql?: undefined;
|
|
2686
3169
|
startAt?: undefined;
|
|
2687
3170
|
projectKey?: undefined;
|
|
2688
|
-
|
|
3171
|
+
issueTypeName?: undefined;
|
|
3172
|
+
transitionId?: undefined;
|
|
3173
|
+
file_path?: undefined;
|
|
3174
|
+
content?: undefined;
|
|
3175
|
+
command?: undefined;
|
|
3176
|
+
working_directory?: undefined;
|
|
3177
|
+
env_profile?: undefined;
|
|
3178
|
+
timeout_seconds?: undefined;
|
|
3179
|
+
};
|
|
3180
|
+
required: string[];
|
|
3181
|
+
additionalProperties: boolean;
|
|
3182
|
+
};
|
|
3183
|
+
constraints: {
|
|
3184
|
+
rate_bucket: string;
|
|
3185
|
+
};
|
|
3186
|
+
effects: string[];
|
|
3187
|
+
risk: string;
|
|
3188
|
+
target_bindings: {
|
|
3189
|
+
resource_id: {
|
|
3190
|
+
source: "param";
|
|
3191
|
+
param: string;
|
|
3192
|
+
fallback_param: string;
|
|
3193
|
+
derive: "project_key";
|
|
3194
|
+
required?: undefined;
|
|
3195
|
+
key?: undefined;
|
|
3196
|
+
multi?: undefined;
|
|
3197
|
+
separator?: undefined;
|
|
3198
|
+
default?: undefined;
|
|
3199
|
+
};
|
|
3200
|
+
secondary?: undefined;
|
|
3201
|
+
};
|
|
3202
|
+
version: string;
|
|
3203
|
+
} | {
|
|
3204
|
+
action: string;
|
|
3205
|
+
resource_type: string;
|
|
3206
|
+
required_relations: string[];
|
|
3207
|
+
required_scopes: string[];
|
|
3208
|
+
capability: string;
|
|
3209
|
+
input_schema: {
|
|
3210
|
+
type: string;
|
|
3211
|
+
properties: {
|
|
3212
|
+
issueIdOrKey: {
|
|
3213
|
+
type: string;
|
|
3214
|
+
minLength: number;
|
|
3215
|
+
};
|
|
3216
|
+
channel?: undefined;
|
|
3217
|
+
text?: undefined;
|
|
3218
|
+
thread_ts?: undefined;
|
|
3219
|
+
username?: undefined;
|
|
3220
|
+
icon_emoji?: undefined;
|
|
3221
|
+
blocks?: undefined;
|
|
3222
|
+
userId?: undefined;
|
|
3223
|
+
latest?: undefined;
|
|
3224
|
+
oldest?: undefined;
|
|
3225
|
+
limit?: undefined;
|
|
3226
|
+
inclusive?: undefined;
|
|
3227
|
+
cursor?: undefined;
|
|
3228
|
+
ts?: undefined;
|
|
3229
|
+
title?: undefined;
|
|
3230
|
+
body?: undefined;
|
|
3231
|
+
labels?: undefined;
|
|
3232
|
+
assignees?: undefined;
|
|
3233
|
+
state?: undefined;
|
|
3234
|
+
sort?: undefined;
|
|
3235
|
+
direction?: undefined;
|
|
3236
|
+
per_page?: undefined;
|
|
3237
|
+
page?: undefined;
|
|
3238
|
+
issue_number?: undefined;
|
|
3239
|
+
query?: undefined;
|
|
3240
|
+
maxResults?: undefined;
|
|
3241
|
+
messageId?: undefined;
|
|
3242
|
+
to?: undefined;
|
|
3243
|
+
subject?: undefined;
|
|
3244
|
+
cc?: undefined;
|
|
3245
|
+
bcc?: undefined;
|
|
3246
|
+
threadId?: undefined;
|
|
3247
|
+
inReplyTo?: undefined;
|
|
3248
|
+
references?: undefined;
|
|
3249
|
+
messageIds?: undefined;
|
|
3250
|
+
calendarId?: undefined;
|
|
3251
|
+
timeMin?: undefined;
|
|
3252
|
+
timeMax?: undefined;
|
|
3253
|
+
eventId?: undefined;
|
|
3254
|
+
summary?: undefined;
|
|
3255
|
+
description?: undefined;
|
|
3256
|
+
start?: undefined;
|
|
3257
|
+
end?: undefined;
|
|
3258
|
+
attendees?: undefined;
|
|
3259
|
+
location?: undefined;
|
|
3260
|
+
recent?: undefined;
|
|
3261
|
+
projectKeyOrId?: undefined;
|
|
3262
|
+
type?: undefined;
|
|
3263
|
+
boardId?: undefined;
|
|
3264
|
+
sprintId?: undefined;
|
|
3265
|
+
jql?: undefined;
|
|
3266
|
+
startAt?: undefined;
|
|
3267
|
+
projectKey?: undefined;
|
|
3268
|
+
issueTypeName?: undefined;
|
|
3269
|
+
priority?: undefined;
|
|
3270
|
+
assigneeAccountId?: undefined;
|
|
3271
|
+
transitionId?: undefined;
|
|
3272
|
+
file_path?: undefined;
|
|
3273
|
+
content?: undefined;
|
|
3274
|
+
command?: undefined;
|
|
3275
|
+
working_directory?: undefined;
|
|
3276
|
+
env_profile?: undefined;
|
|
3277
|
+
timeout_seconds?: undefined;
|
|
3278
|
+
};
|
|
3279
|
+
required: string[];
|
|
3280
|
+
additionalProperties: boolean;
|
|
3281
|
+
};
|
|
3282
|
+
constraints: {
|
|
3283
|
+
rate_bucket: string;
|
|
3284
|
+
};
|
|
3285
|
+
effects: string[];
|
|
3286
|
+
risk: string;
|
|
3287
|
+
target_bindings: {
|
|
3288
|
+
resource_id: {
|
|
3289
|
+
source: "param";
|
|
3290
|
+
param: string;
|
|
3291
|
+
fallback_param: string;
|
|
3292
|
+
derive: "project_key";
|
|
3293
|
+
required?: undefined;
|
|
3294
|
+
key?: undefined;
|
|
3295
|
+
multi?: undefined;
|
|
3296
|
+
separator?: undefined;
|
|
3297
|
+
default?: undefined;
|
|
3298
|
+
};
|
|
3299
|
+
secondary?: undefined;
|
|
3300
|
+
};
|
|
3301
|
+
version: string;
|
|
3302
|
+
} | {
|
|
3303
|
+
action: string;
|
|
3304
|
+
resource_type: string;
|
|
3305
|
+
required_relations: string[];
|
|
3306
|
+
required_scopes: string[];
|
|
3307
|
+
capability: string;
|
|
3308
|
+
input_schema: {
|
|
3309
|
+
type: string;
|
|
3310
|
+
properties: {
|
|
3311
|
+
issueIdOrKey: {
|
|
3312
|
+
type: string;
|
|
3313
|
+
minLength: number;
|
|
3314
|
+
};
|
|
3315
|
+
body: {
|
|
3316
|
+
type: string;
|
|
3317
|
+
minLength: number;
|
|
3318
|
+
};
|
|
3319
|
+
channel?: undefined;
|
|
3320
|
+
text?: undefined;
|
|
3321
|
+
thread_ts?: undefined;
|
|
3322
|
+
username?: undefined;
|
|
3323
|
+
icon_emoji?: undefined;
|
|
3324
|
+
blocks?: undefined;
|
|
3325
|
+
userId?: undefined;
|
|
3326
|
+
latest?: undefined;
|
|
3327
|
+
oldest?: undefined;
|
|
3328
|
+
limit?: undefined;
|
|
3329
|
+
inclusive?: undefined;
|
|
3330
|
+
cursor?: undefined;
|
|
3331
|
+
ts?: undefined;
|
|
3332
|
+
title?: undefined;
|
|
3333
|
+
labels?: undefined;
|
|
3334
|
+
assignees?: undefined;
|
|
3335
|
+
state?: undefined;
|
|
3336
|
+
sort?: undefined;
|
|
3337
|
+
direction?: undefined;
|
|
3338
|
+
per_page?: undefined;
|
|
3339
|
+
page?: undefined;
|
|
3340
|
+
issue_number?: undefined;
|
|
3341
|
+
query?: undefined;
|
|
3342
|
+
maxResults?: undefined;
|
|
3343
|
+
messageId?: undefined;
|
|
3344
|
+
to?: undefined;
|
|
3345
|
+
subject?: undefined;
|
|
3346
|
+
cc?: undefined;
|
|
3347
|
+
bcc?: undefined;
|
|
3348
|
+
threadId?: undefined;
|
|
3349
|
+
inReplyTo?: undefined;
|
|
3350
|
+
references?: undefined;
|
|
3351
|
+
messageIds?: undefined;
|
|
3352
|
+
calendarId?: undefined;
|
|
3353
|
+
timeMin?: undefined;
|
|
3354
|
+
timeMax?: undefined;
|
|
3355
|
+
eventId?: undefined;
|
|
3356
|
+
summary?: undefined;
|
|
3357
|
+
description?: undefined;
|
|
3358
|
+
start?: undefined;
|
|
3359
|
+
end?: undefined;
|
|
3360
|
+
attendees?: undefined;
|
|
3361
|
+
location?: undefined;
|
|
3362
|
+
recent?: undefined;
|
|
3363
|
+
projectKeyOrId?: undefined;
|
|
3364
|
+
type?: undefined;
|
|
3365
|
+
boardId?: undefined;
|
|
3366
|
+
sprintId?: undefined;
|
|
3367
|
+
jql?: undefined;
|
|
3368
|
+
startAt?: undefined;
|
|
3369
|
+
projectKey?: undefined;
|
|
3370
|
+
issueTypeName?: undefined;
|
|
3371
|
+
priority?: undefined;
|
|
3372
|
+
assigneeAccountId?: undefined;
|
|
3373
|
+
transitionId?: undefined;
|
|
3374
|
+
file_path?: undefined;
|
|
3375
|
+
content?: undefined;
|
|
3376
|
+
command?: undefined;
|
|
3377
|
+
working_directory?: undefined;
|
|
3378
|
+
env_profile?: undefined;
|
|
3379
|
+
timeout_seconds?: undefined;
|
|
3380
|
+
};
|
|
3381
|
+
required: string[];
|
|
3382
|
+
additionalProperties: boolean;
|
|
3383
|
+
};
|
|
3384
|
+
constraints: {
|
|
3385
|
+
rate_bucket: string;
|
|
3386
|
+
};
|
|
3387
|
+
effects: string[];
|
|
3388
|
+
risk: string;
|
|
3389
|
+
target_bindings: {
|
|
3390
|
+
resource_id: {
|
|
3391
|
+
source: "param";
|
|
3392
|
+
param: string;
|
|
3393
|
+
fallback_param: string;
|
|
3394
|
+
derive: "project_key";
|
|
3395
|
+
required?: undefined;
|
|
3396
|
+
key?: undefined;
|
|
3397
|
+
multi?: undefined;
|
|
3398
|
+
separator?: undefined;
|
|
3399
|
+
default?: undefined;
|
|
3400
|
+
};
|
|
3401
|
+
secondary?: undefined;
|
|
3402
|
+
};
|
|
3403
|
+
version: string;
|
|
3404
|
+
} | {
|
|
3405
|
+
action: string;
|
|
3406
|
+
resource_type: string;
|
|
3407
|
+
required_relations: string[];
|
|
3408
|
+
required_scopes: string[];
|
|
3409
|
+
capability: string;
|
|
3410
|
+
input_schema: {
|
|
3411
|
+
type: string;
|
|
3412
|
+
properties: {
|
|
3413
|
+
issueIdOrKey: {
|
|
3414
|
+
type: string;
|
|
3415
|
+
minLength: number;
|
|
3416
|
+
};
|
|
3417
|
+
transitionId: {
|
|
3418
|
+
type: string;
|
|
3419
|
+
minLength: number;
|
|
3420
|
+
};
|
|
3421
|
+
channel?: undefined;
|
|
3422
|
+
text?: undefined;
|
|
3423
|
+
thread_ts?: undefined;
|
|
3424
|
+
username?: undefined;
|
|
3425
|
+
icon_emoji?: undefined;
|
|
3426
|
+
blocks?: undefined;
|
|
3427
|
+
userId?: undefined;
|
|
3428
|
+
latest?: undefined;
|
|
3429
|
+
oldest?: undefined;
|
|
3430
|
+
limit?: undefined;
|
|
3431
|
+
inclusive?: undefined;
|
|
3432
|
+
cursor?: undefined;
|
|
3433
|
+
ts?: undefined;
|
|
3434
|
+
title?: undefined;
|
|
3435
|
+
body?: undefined;
|
|
3436
|
+
labels?: undefined;
|
|
3437
|
+
assignees?: undefined;
|
|
3438
|
+
state?: undefined;
|
|
3439
|
+
sort?: undefined;
|
|
3440
|
+
direction?: undefined;
|
|
3441
|
+
per_page?: undefined;
|
|
3442
|
+
page?: undefined;
|
|
3443
|
+
issue_number?: undefined;
|
|
3444
|
+
query?: undefined;
|
|
3445
|
+
maxResults?: undefined;
|
|
3446
|
+
messageId?: undefined;
|
|
3447
|
+
to?: undefined;
|
|
3448
|
+
subject?: undefined;
|
|
3449
|
+
cc?: undefined;
|
|
3450
|
+
bcc?: undefined;
|
|
3451
|
+
threadId?: undefined;
|
|
3452
|
+
inReplyTo?: undefined;
|
|
3453
|
+
references?: undefined;
|
|
3454
|
+
messageIds?: undefined;
|
|
3455
|
+
calendarId?: undefined;
|
|
3456
|
+
timeMin?: undefined;
|
|
3457
|
+
timeMax?: undefined;
|
|
3458
|
+
eventId?: undefined;
|
|
3459
|
+
summary?: undefined;
|
|
3460
|
+
description?: undefined;
|
|
3461
|
+
start?: undefined;
|
|
3462
|
+
end?: undefined;
|
|
3463
|
+
attendees?: undefined;
|
|
3464
|
+
location?: undefined;
|
|
3465
|
+
recent?: undefined;
|
|
3466
|
+
projectKeyOrId?: undefined;
|
|
3467
|
+
type?: undefined;
|
|
3468
|
+
boardId?: undefined;
|
|
3469
|
+
sprintId?: undefined;
|
|
3470
|
+
jql?: undefined;
|
|
3471
|
+
startAt?: undefined;
|
|
3472
|
+
projectKey?: undefined;
|
|
3473
|
+
issueTypeName?: undefined;
|
|
3474
|
+
priority?: undefined;
|
|
3475
|
+
assigneeAccountId?: undefined;
|
|
2689
3476
|
file_path?: undefined;
|
|
2690
3477
|
content?: undefined;
|
|
2691
3478
|
command?: undefined;
|
|
@@ -2705,6 +3492,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2705
3492
|
resource_id: {
|
|
2706
3493
|
source: "param";
|
|
2707
3494
|
param: string;
|
|
3495
|
+
fallback_param: string;
|
|
3496
|
+
derive: "project_key";
|
|
2708
3497
|
required?: undefined;
|
|
2709
3498
|
key?: undefined;
|
|
2710
3499
|
multi?: undefined;
|
|
@@ -2749,6 +3538,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2749
3538
|
oldest?: undefined;
|
|
2750
3539
|
limit?: undefined;
|
|
2751
3540
|
inclusive?: undefined;
|
|
3541
|
+
cursor?: undefined;
|
|
2752
3542
|
ts?: undefined;
|
|
2753
3543
|
title?: undefined;
|
|
2754
3544
|
body?: undefined;
|
|
@@ -2767,6 +3557,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2767
3557
|
subject?: undefined;
|
|
2768
3558
|
cc?: undefined;
|
|
2769
3559
|
bcc?: undefined;
|
|
3560
|
+
threadId?: undefined;
|
|
3561
|
+
inReplyTo?: undefined;
|
|
3562
|
+
references?: undefined;
|
|
2770
3563
|
messageIds?: undefined;
|
|
2771
3564
|
calendarId?: undefined;
|
|
2772
3565
|
timeMin?: undefined;
|
|
@@ -2783,10 +3576,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2783
3576
|
startAt?: undefined;
|
|
2784
3577
|
issueIdOrKey?: undefined;
|
|
2785
3578
|
projectKey?: undefined;
|
|
2786
|
-
|
|
3579
|
+
issueTypeName?: undefined;
|
|
2787
3580
|
priority?: undefined;
|
|
2788
|
-
|
|
2789
|
-
|
|
3581
|
+
assigneeAccountId?: undefined;
|
|
3582
|
+
transitionId?: undefined;
|
|
2790
3583
|
file_path?: undefined;
|
|
2791
3584
|
content?: undefined;
|
|
2792
3585
|
command?: undefined;
|
|
@@ -2811,6 +3604,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2811
3604
|
multi?: undefined;
|
|
2812
3605
|
separator?: undefined;
|
|
2813
3606
|
default?: undefined;
|
|
3607
|
+
fallback_param?: undefined;
|
|
3608
|
+
derive?: undefined;
|
|
2814
3609
|
};
|
|
2815
3610
|
secondary?: undefined;
|
|
2816
3611
|
};
|
|
@@ -2838,6 +3633,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2838
3633
|
oldest?: undefined;
|
|
2839
3634
|
limit?: undefined;
|
|
2840
3635
|
inclusive?: undefined;
|
|
3636
|
+
cursor?: undefined;
|
|
2841
3637
|
ts?: undefined;
|
|
2842
3638
|
title?: undefined;
|
|
2843
3639
|
body?: undefined;
|
|
@@ -2856,6 +3652,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2856
3652
|
subject?: undefined;
|
|
2857
3653
|
cc?: undefined;
|
|
2858
3654
|
bcc?: undefined;
|
|
3655
|
+
threadId?: undefined;
|
|
3656
|
+
inReplyTo?: undefined;
|
|
3657
|
+
references?: undefined;
|
|
2859
3658
|
messageIds?: undefined;
|
|
2860
3659
|
calendarId?: undefined;
|
|
2861
3660
|
timeMin?: undefined;
|
|
@@ -2876,10 +3675,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2876
3675
|
startAt?: undefined;
|
|
2877
3676
|
issueIdOrKey?: undefined;
|
|
2878
3677
|
projectKey?: undefined;
|
|
2879
|
-
|
|
3678
|
+
issueTypeName?: undefined;
|
|
2880
3679
|
priority?: undefined;
|
|
2881
|
-
|
|
2882
|
-
|
|
3680
|
+
assigneeAccountId?: undefined;
|
|
3681
|
+
transitionId?: undefined;
|
|
2883
3682
|
content?: undefined;
|
|
2884
3683
|
command?: undefined;
|
|
2885
3684
|
working_directory?: undefined;
|
|
@@ -2900,6 +3699,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2900
3699
|
multi?: undefined;
|
|
2901
3700
|
separator?: undefined;
|
|
2902
3701
|
default?: undefined;
|
|
3702
|
+
fallback_param?: undefined;
|
|
3703
|
+
derive?: undefined;
|
|
2903
3704
|
};
|
|
2904
3705
|
secondary?: undefined;
|
|
2905
3706
|
};
|
|
@@ -2933,6 +3734,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2933
3734
|
oldest?: undefined;
|
|
2934
3735
|
limit?: undefined;
|
|
2935
3736
|
inclusive?: undefined;
|
|
3737
|
+
cursor?: undefined;
|
|
2936
3738
|
ts?: undefined;
|
|
2937
3739
|
title?: undefined;
|
|
2938
3740
|
body?: undefined;
|
|
@@ -2951,6 +3753,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
2951
3753
|
subject?: undefined;
|
|
2952
3754
|
cc?: undefined;
|
|
2953
3755
|
bcc?: undefined;
|
|
3756
|
+
threadId?: undefined;
|
|
3757
|
+
inReplyTo?: undefined;
|
|
3758
|
+
references?: undefined;
|
|
2954
3759
|
messageIds?: undefined;
|
|
2955
3760
|
calendarId?: undefined;
|
|
2956
3761
|
timeMin?: undefined;
|
|
@@ -2971,10 +3776,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
2971
3776
|
startAt?: undefined;
|
|
2972
3777
|
issueIdOrKey?: undefined;
|
|
2973
3778
|
projectKey?: undefined;
|
|
2974
|
-
|
|
3779
|
+
issueTypeName?: undefined;
|
|
2975
3780
|
priority?: undefined;
|
|
2976
|
-
|
|
2977
|
-
|
|
3781
|
+
assigneeAccountId?: undefined;
|
|
3782
|
+
transitionId?: undefined;
|
|
2978
3783
|
command?: undefined;
|
|
2979
3784
|
working_directory?: undefined;
|
|
2980
3785
|
env_profile?: undefined;
|
|
@@ -2994,6 +3799,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
2994
3799
|
multi?: undefined;
|
|
2995
3800
|
separator?: undefined;
|
|
2996
3801
|
default?: undefined;
|
|
3802
|
+
fallback_param?: undefined;
|
|
3803
|
+
derive?: undefined;
|
|
2997
3804
|
};
|
|
2998
3805
|
secondary?: undefined;
|
|
2999
3806
|
};
|
|
@@ -3038,6 +3845,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3038
3845
|
oldest?: undefined;
|
|
3039
3846
|
limit?: undefined;
|
|
3040
3847
|
inclusive?: undefined;
|
|
3848
|
+
cursor?: undefined;
|
|
3041
3849
|
ts?: undefined;
|
|
3042
3850
|
title?: undefined;
|
|
3043
3851
|
body?: undefined;
|
|
@@ -3056,6 +3864,9 @@ export declare const ACTION_REGISTRY: {
|
|
|
3056
3864
|
subject?: undefined;
|
|
3057
3865
|
cc?: undefined;
|
|
3058
3866
|
bcc?: undefined;
|
|
3867
|
+
threadId?: undefined;
|
|
3868
|
+
inReplyTo?: undefined;
|
|
3869
|
+
references?: undefined;
|
|
3059
3870
|
messageIds?: undefined;
|
|
3060
3871
|
calendarId?: undefined;
|
|
3061
3872
|
timeMin?: undefined;
|
|
@@ -3076,10 +3887,10 @@ export declare const ACTION_REGISTRY: {
|
|
|
3076
3887
|
startAt?: undefined;
|
|
3077
3888
|
issueIdOrKey?: undefined;
|
|
3078
3889
|
projectKey?: undefined;
|
|
3079
|
-
|
|
3890
|
+
issueTypeName?: undefined;
|
|
3080
3891
|
priority?: undefined;
|
|
3081
|
-
|
|
3082
|
-
|
|
3892
|
+
assigneeAccountId?: undefined;
|
|
3893
|
+
transitionId?: undefined;
|
|
3083
3894
|
file_path?: undefined;
|
|
3084
3895
|
content?: undefined;
|
|
3085
3896
|
};
|
|
@@ -3097,6 +3908,8 @@ export declare const ACTION_REGISTRY: {
|
|
|
3097
3908
|
multi?: undefined;
|
|
3098
3909
|
separator?: undefined;
|
|
3099
3910
|
default?: undefined;
|
|
3911
|
+
fallback_param?: undefined;
|
|
3912
|
+
derive?: undefined;
|
|
3100
3913
|
};
|
|
3101
3914
|
secondary?: undefined;
|
|
3102
3915
|
};
|