@vess-id/ai-identity 0.15.0 → 0.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +379 -0
- package/dist/index.js +219 -30
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +219 -30
- package/dist/index.mjs.map +1 -1
- package/dist/registry/action-registry-json.d.ts +373 -0
- package/dist/registry/action-registry-json.d.ts.map +1 -1
- package/dist/registry/action-summary.d.ts +6 -0
- package/dist/registry/action-summary.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -94,6 +94,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
94
94
|
issueTypeName?: undefined;
|
|
95
95
|
priority?: undefined;
|
|
96
96
|
assigneeAccountId?: undefined;
|
|
97
|
+
commentId?: undefined;
|
|
97
98
|
transitionId?: undefined;
|
|
98
99
|
typeName?: undefined;
|
|
99
100
|
inwardIssueKey?: undefined;
|
|
@@ -239,6 +240,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
239
240
|
issueTypeName?: undefined;
|
|
240
241
|
priority?: undefined;
|
|
241
242
|
assigneeAccountId?: undefined;
|
|
243
|
+
commentId?: undefined;
|
|
242
244
|
transitionId?: undefined;
|
|
243
245
|
typeName?: undefined;
|
|
244
246
|
inwardIssueKey?: undefined;
|
|
@@ -387,6 +389,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
387
389
|
issueTypeName?: undefined;
|
|
388
390
|
priority?: undefined;
|
|
389
391
|
assigneeAccountId?: undefined;
|
|
392
|
+
commentId?: undefined;
|
|
390
393
|
transitionId?: undefined;
|
|
391
394
|
typeName?: undefined;
|
|
392
395
|
inwardIssueKey?: undefined;
|
|
@@ -545,6 +548,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
545
548
|
issueTypeName?: undefined;
|
|
546
549
|
priority?: undefined;
|
|
547
550
|
assigneeAccountId?: undefined;
|
|
551
|
+
commentId?: undefined;
|
|
548
552
|
transitionId?: undefined;
|
|
549
553
|
typeName?: undefined;
|
|
550
554
|
inwardIssueKey?: undefined;
|
|
@@ -700,6 +704,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
700
704
|
issueTypeName?: undefined;
|
|
701
705
|
priority?: undefined;
|
|
702
706
|
assigneeAccountId?: undefined;
|
|
707
|
+
commentId?: undefined;
|
|
703
708
|
transitionId?: undefined;
|
|
704
709
|
typeName?: undefined;
|
|
705
710
|
inwardIssueKey?: undefined;
|
|
@@ -852,6 +857,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
852
857
|
issueTypeName?: undefined;
|
|
853
858
|
priority?: undefined;
|
|
854
859
|
assigneeAccountId?: undefined;
|
|
860
|
+
commentId?: undefined;
|
|
855
861
|
transitionId?: undefined;
|
|
856
862
|
typeName?: undefined;
|
|
857
863
|
inwardIssueKey?: undefined;
|
|
@@ -1007,6 +1013,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1007
1013
|
issueTypeName?: undefined;
|
|
1008
1014
|
priority?: undefined;
|
|
1009
1015
|
assigneeAccountId?: undefined;
|
|
1016
|
+
commentId?: undefined;
|
|
1010
1017
|
transitionId?: undefined;
|
|
1011
1018
|
typeName?: undefined;
|
|
1012
1019
|
inwardIssueKey?: undefined;
|
|
@@ -1158,6 +1165,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1158
1165
|
issueTypeName?: undefined;
|
|
1159
1166
|
priority?: undefined;
|
|
1160
1167
|
assigneeAccountId?: undefined;
|
|
1168
|
+
commentId?: undefined;
|
|
1161
1169
|
transitionId?: undefined;
|
|
1162
1170
|
typeName?: undefined;
|
|
1163
1171
|
inwardIssueKey?: undefined;
|
|
@@ -1333,6 +1341,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1333
1341
|
issueTypeName?: undefined;
|
|
1334
1342
|
priority?: undefined;
|
|
1335
1343
|
assigneeAccountId?: undefined;
|
|
1344
|
+
commentId?: undefined;
|
|
1336
1345
|
transitionId?: undefined;
|
|
1337
1346
|
typeName?: undefined;
|
|
1338
1347
|
inwardIssueKey?: undefined;
|
|
@@ -1505,6 +1514,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1505
1514
|
issueTypeName?: undefined;
|
|
1506
1515
|
priority?: undefined;
|
|
1507
1516
|
assigneeAccountId?: undefined;
|
|
1517
|
+
commentId?: undefined;
|
|
1508
1518
|
transitionId?: undefined;
|
|
1509
1519
|
typeName?: undefined;
|
|
1510
1520
|
inwardIssueKey?: undefined;
|
|
@@ -1662,6 +1672,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1662
1672
|
issueTypeName?: undefined;
|
|
1663
1673
|
priority?: undefined;
|
|
1664
1674
|
assigneeAccountId?: undefined;
|
|
1675
|
+
commentId?: undefined;
|
|
1665
1676
|
transitionId?: undefined;
|
|
1666
1677
|
typeName?: undefined;
|
|
1667
1678
|
inwardIssueKey?: undefined;
|
|
@@ -1840,6 +1851,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1840
1851
|
issueTypeName?: undefined;
|
|
1841
1852
|
priority?: undefined;
|
|
1842
1853
|
assigneeAccountId?: undefined;
|
|
1854
|
+
commentId?: undefined;
|
|
1843
1855
|
transitionId?: undefined;
|
|
1844
1856
|
typeName?: undefined;
|
|
1845
1857
|
inwardIssueKey?: undefined;
|
|
@@ -1927,6 +1939,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1927
1939
|
query: {
|
|
1928
1940
|
type: string;
|
|
1929
1941
|
minLength: number;
|
|
1942
|
+
description?: undefined;
|
|
1930
1943
|
maxLength?: undefined;
|
|
1931
1944
|
};
|
|
1932
1945
|
maxResults: {
|
|
@@ -1994,6 +2007,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
1994
2007
|
issueTypeName?: undefined;
|
|
1995
2008
|
priority?: undefined;
|
|
1996
2009
|
assigneeAccountId?: undefined;
|
|
2010
|
+
commentId?: undefined;
|
|
1997
2011
|
transitionId?: undefined;
|
|
1998
2012
|
typeName?: undefined;
|
|
1999
2013
|
inwardIssueKey?: undefined;
|
|
@@ -2142,6 +2156,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2142
2156
|
issueTypeName?: undefined;
|
|
2143
2157
|
priority?: undefined;
|
|
2144
2158
|
assigneeAccountId?: undefined;
|
|
2159
|
+
commentId?: undefined;
|
|
2145
2160
|
transitionId?: undefined;
|
|
2146
2161
|
typeName?: undefined;
|
|
2147
2162
|
inwardIssueKey?: undefined;
|
|
@@ -2309,6 +2324,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2309
2324
|
issueTypeName?: undefined;
|
|
2310
2325
|
priority?: undefined;
|
|
2311
2326
|
assigneeAccountId?: undefined;
|
|
2327
|
+
commentId?: undefined;
|
|
2312
2328
|
transitionId?: undefined;
|
|
2313
2329
|
typeName?: undefined;
|
|
2314
2330
|
inwardIssueKey?: undefined;
|
|
@@ -2469,6 +2485,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2469
2485
|
issueTypeName?: undefined;
|
|
2470
2486
|
priority?: undefined;
|
|
2471
2487
|
assigneeAccountId?: undefined;
|
|
2488
|
+
commentId?: undefined;
|
|
2472
2489
|
transitionId?: undefined;
|
|
2473
2490
|
typeName?: undefined;
|
|
2474
2491
|
inwardIssueKey?: undefined;
|
|
@@ -2628,6 +2645,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2628
2645
|
issueTypeName?: undefined;
|
|
2629
2646
|
priority?: undefined;
|
|
2630
2647
|
assigneeAccountId?: undefined;
|
|
2648
|
+
commentId?: undefined;
|
|
2631
2649
|
transitionId?: undefined;
|
|
2632
2650
|
typeName?: undefined;
|
|
2633
2651
|
inwardIssueKey?: undefined;
|
|
@@ -2780,6 +2798,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2780
2798
|
issueTypeName?: undefined;
|
|
2781
2799
|
priority?: undefined;
|
|
2782
2800
|
assigneeAccountId?: undefined;
|
|
2801
|
+
commentId?: undefined;
|
|
2783
2802
|
transitionId?: undefined;
|
|
2784
2803
|
typeName?: undefined;
|
|
2785
2804
|
inwardIssueKey?: undefined;
|
|
@@ -2990,6 +3009,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
2990
3009
|
issueTypeName?: undefined;
|
|
2991
3010
|
priority?: undefined;
|
|
2992
3011
|
assigneeAccountId?: undefined;
|
|
3012
|
+
commentId?: undefined;
|
|
2993
3013
|
transitionId?: undefined;
|
|
2994
3014
|
typeName?: undefined;
|
|
2995
3015
|
inwardIssueKey?: undefined;
|
|
@@ -3211,6 +3231,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3211
3231
|
issueTypeName?: undefined;
|
|
3212
3232
|
priority?: undefined;
|
|
3213
3233
|
assigneeAccountId?: undefined;
|
|
3234
|
+
commentId?: undefined;
|
|
3214
3235
|
transitionId?: undefined;
|
|
3215
3236
|
typeName?: undefined;
|
|
3216
3237
|
inwardIssueKey?: undefined;
|
|
@@ -3370,6 +3391,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3370
3391
|
issueTypeName?: undefined;
|
|
3371
3392
|
priority?: undefined;
|
|
3372
3393
|
assigneeAccountId?: undefined;
|
|
3394
|
+
commentId?: undefined;
|
|
3373
3395
|
transitionId?: undefined;
|
|
3374
3396
|
typeName?: undefined;
|
|
3375
3397
|
inwardIssueKey?: undefined;
|
|
@@ -3517,6 +3539,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3517
3539
|
issueTypeName?: undefined;
|
|
3518
3540
|
priority?: undefined;
|
|
3519
3541
|
assigneeAccountId?: undefined;
|
|
3542
|
+
commentId?: undefined;
|
|
3520
3543
|
transitionId?: undefined;
|
|
3521
3544
|
typeName?: undefined;
|
|
3522
3545
|
inwardIssueKey?: undefined;
|
|
@@ -3667,6 +3690,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3667
3690
|
issueTypeName?: undefined;
|
|
3668
3691
|
priority?: undefined;
|
|
3669
3692
|
assigneeAccountId?: undefined;
|
|
3693
|
+
commentId?: undefined;
|
|
3670
3694
|
transitionId?: undefined;
|
|
3671
3695
|
typeName?: undefined;
|
|
3672
3696
|
inwardIssueKey?: undefined;
|
|
@@ -3818,6 +3842,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3818
3842
|
issueTypeName?: undefined;
|
|
3819
3843
|
priority?: undefined;
|
|
3820
3844
|
assigneeAccountId?: undefined;
|
|
3845
|
+
commentId?: undefined;
|
|
3821
3846
|
transitionId?: undefined;
|
|
3822
3847
|
typeName?: undefined;
|
|
3823
3848
|
inwardIssueKey?: undefined;
|
|
@@ -3971,6 +3996,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
3971
3996
|
issueTypeName?: undefined;
|
|
3972
3997
|
priority?: undefined;
|
|
3973
3998
|
assigneeAccountId?: undefined;
|
|
3999
|
+
commentId?: undefined;
|
|
3974
4000
|
transitionId?: undefined;
|
|
3975
4001
|
typeName?: undefined;
|
|
3976
4002
|
inwardIssueKey?: undefined;
|
|
@@ -4127,6 +4153,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
4127
4153
|
issueTypeName?: undefined;
|
|
4128
4154
|
priority?: undefined;
|
|
4129
4155
|
assigneeAccountId?: undefined;
|
|
4156
|
+
commentId?: undefined;
|
|
4130
4157
|
transitionId?: undefined;
|
|
4131
4158
|
typeName?: undefined;
|
|
4132
4159
|
inwardIssueKey?: undefined;
|
|
@@ -4275,6 +4302,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
4275
4302
|
issueTypeName?: undefined;
|
|
4276
4303
|
priority?: undefined;
|
|
4277
4304
|
assigneeAccountId?: undefined;
|
|
4305
|
+
commentId?: undefined;
|
|
4278
4306
|
transitionId?: undefined;
|
|
4279
4307
|
typeName?: undefined;
|
|
4280
4308
|
inwardIssueKey?: undefined;
|
|
@@ -4447,6 +4475,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
4447
4475
|
jql?: undefined;
|
|
4448
4476
|
startAt?: undefined;
|
|
4449
4477
|
issueIdOrKey?: undefined;
|
|
4478
|
+
commentId?: undefined;
|
|
4450
4479
|
transitionId?: undefined;
|
|
4451
4480
|
typeName?: undefined;
|
|
4452
4481
|
inwardIssueKey?: undefined;
|
|
@@ -4615,6 +4644,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
4615
4644
|
startAt?: undefined;
|
|
4616
4645
|
projectKey?: undefined;
|
|
4617
4646
|
issueTypeName?: undefined;
|
|
4647
|
+
commentId?: undefined;
|
|
4618
4648
|
transitionId?: undefined;
|
|
4619
4649
|
typeName?: undefined;
|
|
4620
4650
|
inwardIssueKey?: undefined;
|
|
@@ -4763,6 +4793,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
4763
4793
|
issueTypeName?: undefined;
|
|
4764
4794
|
priority?: undefined;
|
|
4765
4795
|
assigneeAccountId?: undefined;
|
|
4796
|
+
commentId?: undefined;
|
|
4766
4797
|
transitionId?: undefined;
|
|
4767
4798
|
typeName?: undefined;
|
|
4768
4799
|
inwardIssueKey?: undefined;
|
|
@@ -4924,6 +4955,160 @@ export declare const ACTION_REGISTRY: {
|
|
|
4924
4955
|
issueTypeName?: undefined;
|
|
4925
4956
|
priority?: undefined;
|
|
4926
4957
|
assigneeAccountId?: undefined;
|
|
4958
|
+
commentId?: undefined;
|
|
4959
|
+
transitionId?: undefined;
|
|
4960
|
+
typeName?: undefined;
|
|
4961
|
+
inwardIssueKey?: undefined;
|
|
4962
|
+
outwardIssueKey?: undefined;
|
|
4963
|
+
commentBody?: undefined;
|
|
4964
|
+
linkId?: undefined;
|
|
4965
|
+
file_path?: undefined;
|
|
4966
|
+
content?: undefined;
|
|
4967
|
+
command?: undefined;
|
|
4968
|
+
working_directory?: undefined;
|
|
4969
|
+
env_profile?: undefined;
|
|
4970
|
+
timeout_seconds?: undefined;
|
|
4971
|
+
objectType?: undefined;
|
|
4972
|
+
after?: undefined;
|
|
4973
|
+
properties?: undefined;
|
|
4974
|
+
archived?: undefined;
|
|
4975
|
+
filterGroups?: undefined;
|
|
4976
|
+
sorts?: undefined;
|
|
4977
|
+
inputs?: undefined;
|
|
4978
|
+
idProperty?: undefined;
|
|
4979
|
+
propertyName?: undefined;
|
|
4980
|
+
name?: undefined;
|
|
4981
|
+
label?: undefined;
|
|
4982
|
+
fieldType?: undefined;
|
|
4983
|
+
groupName?: undefined;
|
|
4984
|
+
options?: undefined;
|
|
4985
|
+
objectId?: undefined;
|
|
4986
|
+
toObjectType?: undefined;
|
|
4987
|
+
fromObjectType?: undefined;
|
|
4988
|
+
engagementId?: undefined;
|
|
4989
|
+
ownerId?: undefined;
|
|
4990
|
+
timestamp?: undefined;
|
|
4991
|
+
associations?: undefined;
|
|
4992
|
+
metadata?: undefined;
|
|
4993
|
+
flowId?: undefined;
|
|
4994
|
+
portalId?: undefined;
|
|
4995
|
+
uiDomain?: undefined;
|
|
4996
|
+
pageRequests?: undefined;
|
|
4997
|
+
taskType?: undefined;
|
|
4998
|
+
payload?: undefined;
|
|
4999
|
+
message?: undefined;
|
|
5000
|
+
id?: undefined;
|
|
5001
|
+
action?: undefined;
|
|
5002
|
+
data?: undefined;
|
|
5003
|
+
types?: undefined;
|
|
5004
|
+
status?: undefined;
|
|
5005
|
+
token?: undefined;
|
|
5006
|
+
result?: undefined;
|
|
5007
|
+
topic?: undefined;
|
|
5008
|
+
durationMinutes?: undefined;
|
|
5009
|
+
candidates?: undefined;
|
|
5010
|
+
};
|
|
5011
|
+
required: string[];
|
|
5012
|
+
additionalProperties: boolean;
|
|
5013
|
+
};
|
|
5014
|
+
constraints: {
|
|
5015
|
+
rate_bucket: string;
|
|
5016
|
+
};
|
|
5017
|
+
effects: string[];
|
|
5018
|
+
risk: string;
|
|
5019
|
+
target_bindings: {
|
|
5020
|
+
resource_id: {
|
|
5021
|
+
source: "param";
|
|
5022
|
+
param: string;
|
|
5023
|
+
fallback_param: string;
|
|
5024
|
+
derive: "project_key";
|
|
5025
|
+
required?: undefined;
|
|
5026
|
+
key?: undefined;
|
|
5027
|
+
multi?: undefined;
|
|
5028
|
+
separator?: undefined;
|
|
5029
|
+
default?: undefined;
|
|
5030
|
+
};
|
|
5031
|
+
secondary?: undefined;
|
|
5032
|
+
};
|
|
5033
|
+
version: string;
|
|
5034
|
+
} | {
|
|
5035
|
+
action: string;
|
|
5036
|
+
resource_type: string;
|
|
5037
|
+
required_relations: string[];
|
|
5038
|
+
required_scopes: string[];
|
|
5039
|
+
capability: string;
|
|
5040
|
+
input_schema: {
|
|
5041
|
+
type: string;
|
|
5042
|
+
properties: {
|
|
5043
|
+
issueIdOrKey: {
|
|
5044
|
+
type: string;
|
|
5045
|
+
minLength: number;
|
|
5046
|
+
};
|
|
5047
|
+
commentId: {
|
|
5048
|
+
type: string;
|
|
5049
|
+
minLength: number;
|
|
5050
|
+
description: string;
|
|
5051
|
+
};
|
|
5052
|
+
channel?: undefined;
|
|
5053
|
+
text?: undefined;
|
|
5054
|
+
thread_ts?: undefined;
|
|
5055
|
+
username?: undefined;
|
|
5056
|
+
icon_emoji?: undefined;
|
|
5057
|
+
blocks?: undefined;
|
|
5058
|
+
userId?: undefined;
|
|
5059
|
+
latest?: undefined;
|
|
5060
|
+
oldest?: undefined;
|
|
5061
|
+
limit?: undefined;
|
|
5062
|
+
inclusive?: undefined;
|
|
5063
|
+
cursor?: undefined;
|
|
5064
|
+
ts?: undefined;
|
|
5065
|
+
owner?: undefined;
|
|
5066
|
+
repo?: undefined;
|
|
5067
|
+
title?: undefined;
|
|
5068
|
+
body?: undefined;
|
|
5069
|
+
labels?: undefined;
|
|
5070
|
+
assignees?: undefined;
|
|
5071
|
+
milestone?: undefined;
|
|
5072
|
+
state?: undefined;
|
|
5073
|
+
sort?: undefined;
|
|
5074
|
+
direction?: undefined;
|
|
5075
|
+
per_page?: undefined;
|
|
5076
|
+
page?: undefined;
|
|
5077
|
+
issueNumber?: undefined;
|
|
5078
|
+
query?: undefined;
|
|
5079
|
+
maxResults?: undefined;
|
|
5080
|
+
messageId?: undefined;
|
|
5081
|
+
to?: undefined;
|
|
5082
|
+
subject?: undefined;
|
|
5083
|
+
cc?: undefined;
|
|
5084
|
+
bcc?: undefined;
|
|
5085
|
+
threadId?: undefined;
|
|
5086
|
+
inReplyTo?: undefined;
|
|
5087
|
+
references?: undefined;
|
|
5088
|
+
messageIds?: undefined;
|
|
5089
|
+
calendarId?: undefined;
|
|
5090
|
+
timeMin?: undefined;
|
|
5091
|
+
timeMax?: undefined;
|
|
5092
|
+
eventId?: undefined;
|
|
5093
|
+
summary?: undefined;
|
|
5094
|
+
description?: undefined;
|
|
5095
|
+
start?: undefined;
|
|
5096
|
+
end?: undefined;
|
|
5097
|
+
attendees?: undefined;
|
|
5098
|
+
location?: undefined;
|
|
5099
|
+
addMeet?: undefined;
|
|
5100
|
+
meetRequestId?: undefined;
|
|
5101
|
+
recent?: undefined;
|
|
5102
|
+
projectKeyOrId?: undefined;
|
|
5103
|
+
type?: undefined;
|
|
5104
|
+
boardId?: undefined;
|
|
5105
|
+
sprintId?: undefined;
|
|
5106
|
+
jql?: undefined;
|
|
5107
|
+
startAt?: undefined;
|
|
5108
|
+
projectKey?: undefined;
|
|
5109
|
+
issueTypeName?: undefined;
|
|
5110
|
+
priority?: undefined;
|
|
5111
|
+
assigneeAccountId?: undefined;
|
|
4927
5112
|
transitionId?: undefined;
|
|
4928
5113
|
typeName?: undefined;
|
|
4929
5114
|
inwardIssueKey?: undefined;
|
|
@@ -5076,6 +5261,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5076
5261
|
issueTypeName?: undefined;
|
|
5077
5262
|
priority?: undefined;
|
|
5078
5263
|
assigneeAccountId?: undefined;
|
|
5264
|
+
commentId?: undefined;
|
|
5079
5265
|
typeName?: undefined;
|
|
5080
5266
|
inwardIssueKey?: undefined;
|
|
5081
5267
|
outwardIssueKey?: undefined;
|
|
@@ -5231,6 +5417,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5231
5417
|
issueTypeName?: undefined;
|
|
5232
5418
|
priority?: undefined;
|
|
5233
5419
|
assigneeAccountId?: undefined;
|
|
5420
|
+
commentId?: undefined;
|
|
5234
5421
|
transitionId?: undefined;
|
|
5235
5422
|
typeName?: undefined;
|
|
5236
5423
|
inwardIssueKey?: undefined;
|
|
@@ -5392,6 +5579,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5392
5579
|
issueTypeName?: undefined;
|
|
5393
5580
|
priority?: undefined;
|
|
5394
5581
|
assigneeAccountId?: undefined;
|
|
5582
|
+
commentId?: undefined;
|
|
5395
5583
|
transitionId?: undefined;
|
|
5396
5584
|
linkId?: undefined;
|
|
5397
5585
|
file_path?: undefined;
|
|
@@ -5538,6 +5726,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5538
5726
|
issueTypeName?: undefined;
|
|
5539
5727
|
priority?: undefined;
|
|
5540
5728
|
assigneeAccountId?: undefined;
|
|
5729
|
+
commentId?: undefined;
|
|
5541
5730
|
transitionId?: undefined;
|
|
5542
5731
|
typeName?: undefined;
|
|
5543
5732
|
inwardIssueKey?: undefined;
|
|
@@ -5612,6 +5801,162 @@ export declare const ACTION_REGISTRY: {
|
|
|
5612
5801
|
secondary?: undefined;
|
|
5613
5802
|
};
|
|
5614
5803
|
version: string;
|
|
5804
|
+
} | {
|
|
5805
|
+
action: string;
|
|
5806
|
+
resource_type: string;
|
|
5807
|
+
required_relations: string[];
|
|
5808
|
+
required_scopes: string[];
|
|
5809
|
+
capability: string;
|
|
5810
|
+
input_schema: {
|
|
5811
|
+
type: string;
|
|
5812
|
+
properties: {
|
|
5813
|
+
query: {
|
|
5814
|
+
type: string;
|
|
5815
|
+
minLength: number;
|
|
5816
|
+
description: string;
|
|
5817
|
+
maxLength?: undefined;
|
|
5818
|
+
};
|
|
5819
|
+
maxResults: {
|
|
5820
|
+
type: string;
|
|
5821
|
+
minimum: number;
|
|
5822
|
+
maximum: number;
|
|
5823
|
+
description: string;
|
|
5824
|
+
};
|
|
5825
|
+
channel?: undefined;
|
|
5826
|
+
text?: undefined;
|
|
5827
|
+
thread_ts?: undefined;
|
|
5828
|
+
username?: undefined;
|
|
5829
|
+
icon_emoji?: undefined;
|
|
5830
|
+
blocks?: undefined;
|
|
5831
|
+
userId?: undefined;
|
|
5832
|
+
latest?: undefined;
|
|
5833
|
+
oldest?: undefined;
|
|
5834
|
+
limit?: undefined;
|
|
5835
|
+
inclusive?: undefined;
|
|
5836
|
+
cursor?: undefined;
|
|
5837
|
+
ts?: undefined;
|
|
5838
|
+
owner?: undefined;
|
|
5839
|
+
repo?: undefined;
|
|
5840
|
+
title?: undefined;
|
|
5841
|
+
body?: undefined;
|
|
5842
|
+
labels?: undefined;
|
|
5843
|
+
assignees?: undefined;
|
|
5844
|
+
milestone?: undefined;
|
|
5845
|
+
state?: undefined;
|
|
5846
|
+
sort?: undefined;
|
|
5847
|
+
direction?: undefined;
|
|
5848
|
+
per_page?: undefined;
|
|
5849
|
+
page?: undefined;
|
|
5850
|
+
issueNumber?: undefined;
|
|
5851
|
+
messageId?: undefined;
|
|
5852
|
+
to?: undefined;
|
|
5853
|
+
subject?: undefined;
|
|
5854
|
+
cc?: undefined;
|
|
5855
|
+
bcc?: undefined;
|
|
5856
|
+
threadId?: undefined;
|
|
5857
|
+
inReplyTo?: undefined;
|
|
5858
|
+
references?: undefined;
|
|
5859
|
+
messageIds?: undefined;
|
|
5860
|
+
calendarId?: undefined;
|
|
5861
|
+
timeMin?: undefined;
|
|
5862
|
+
timeMax?: undefined;
|
|
5863
|
+
eventId?: undefined;
|
|
5864
|
+
summary?: undefined;
|
|
5865
|
+
description?: undefined;
|
|
5866
|
+
start?: undefined;
|
|
5867
|
+
end?: undefined;
|
|
5868
|
+
attendees?: undefined;
|
|
5869
|
+
location?: undefined;
|
|
5870
|
+
addMeet?: undefined;
|
|
5871
|
+
meetRequestId?: undefined;
|
|
5872
|
+
recent?: undefined;
|
|
5873
|
+
projectKeyOrId?: undefined;
|
|
5874
|
+
type?: undefined;
|
|
5875
|
+
boardId?: undefined;
|
|
5876
|
+
sprintId?: undefined;
|
|
5877
|
+
jql?: undefined;
|
|
5878
|
+
startAt?: undefined;
|
|
5879
|
+
issueIdOrKey?: undefined;
|
|
5880
|
+
projectKey?: undefined;
|
|
5881
|
+
issueTypeName?: undefined;
|
|
5882
|
+
priority?: undefined;
|
|
5883
|
+
assigneeAccountId?: undefined;
|
|
5884
|
+
commentId?: undefined;
|
|
5885
|
+
transitionId?: undefined;
|
|
5886
|
+
typeName?: undefined;
|
|
5887
|
+
inwardIssueKey?: undefined;
|
|
5888
|
+
outwardIssueKey?: undefined;
|
|
5889
|
+
commentBody?: undefined;
|
|
5890
|
+
linkId?: undefined;
|
|
5891
|
+
file_path?: undefined;
|
|
5892
|
+
content?: undefined;
|
|
5893
|
+
command?: undefined;
|
|
5894
|
+
working_directory?: undefined;
|
|
5895
|
+
env_profile?: undefined;
|
|
5896
|
+
timeout_seconds?: undefined;
|
|
5897
|
+
objectType?: undefined;
|
|
5898
|
+
after?: undefined;
|
|
5899
|
+
properties?: undefined;
|
|
5900
|
+
archived?: undefined;
|
|
5901
|
+
filterGroups?: undefined;
|
|
5902
|
+
sorts?: undefined;
|
|
5903
|
+
inputs?: undefined;
|
|
5904
|
+
idProperty?: undefined;
|
|
5905
|
+
propertyName?: undefined;
|
|
5906
|
+
name?: undefined;
|
|
5907
|
+
label?: undefined;
|
|
5908
|
+
fieldType?: undefined;
|
|
5909
|
+
groupName?: undefined;
|
|
5910
|
+
options?: undefined;
|
|
5911
|
+
objectId?: undefined;
|
|
5912
|
+
toObjectType?: undefined;
|
|
5913
|
+
fromObjectType?: undefined;
|
|
5914
|
+
engagementId?: undefined;
|
|
5915
|
+
ownerId?: undefined;
|
|
5916
|
+
timestamp?: undefined;
|
|
5917
|
+
associations?: undefined;
|
|
5918
|
+
metadata?: undefined;
|
|
5919
|
+
flowId?: undefined;
|
|
5920
|
+
portalId?: undefined;
|
|
5921
|
+
uiDomain?: undefined;
|
|
5922
|
+
pageRequests?: undefined;
|
|
5923
|
+
taskType?: undefined;
|
|
5924
|
+
payload?: undefined;
|
|
5925
|
+
message?: undefined;
|
|
5926
|
+
id?: undefined;
|
|
5927
|
+
action?: undefined;
|
|
5928
|
+
data?: undefined;
|
|
5929
|
+
types?: undefined;
|
|
5930
|
+
status?: undefined;
|
|
5931
|
+
token?: undefined;
|
|
5932
|
+
result?: undefined;
|
|
5933
|
+
topic?: undefined;
|
|
5934
|
+
durationMinutes?: undefined;
|
|
5935
|
+
candidates?: undefined;
|
|
5936
|
+
};
|
|
5937
|
+
required: string[];
|
|
5938
|
+
additionalProperties: boolean;
|
|
5939
|
+
};
|
|
5940
|
+
constraints: {
|
|
5941
|
+
rate_bucket: string;
|
|
5942
|
+
};
|
|
5943
|
+
effects: string[];
|
|
5944
|
+
risk: string;
|
|
5945
|
+
target_bindings: {
|
|
5946
|
+
resource_id: {
|
|
5947
|
+
source: "param";
|
|
5948
|
+
param: string;
|
|
5949
|
+
required: boolean;
|
|
5950
|
+
key?: undefined;
|
|
5951
|
+
multi?: undefined;
|
|
5952
|
+
separator?: undefined;
|
|
5953
|
+
default?: undefined;
|
|
5954
|
+
fallback_param?: undefined;
|
|
5955
|
+
derive?: undefined;
|
|
5956
|
+
};
|
|
5957
|
+
secondary?: undefined;
|
|
5958
|
+
};
|
|
5959
|
+
version: string;
|
|
5615
5960
|
} | {
|
|
5616
5961
|
action: string;
|
|
5617
5962
|
resource_type: string;
|
|
@@ -5685,6 +6030,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5685
6030
|
issueTypeName?: undefined;
|
|
5686
6031
|
priority?: undefined;
|
|
5687
6032
|
assigneeAccountId?: undefined;
|
|
6033
|
+
commentId?: undefined;
|
|
5688
6034
|
transitionId?: undefined;
|
|
5689
6035
|
typeName?: undefined;
|
|
5690
6036
|
inwardIssueKey?: undefined;
|
|
@@ -5835,6 +6181,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5835
6181
|
issueTypeName?: undefined;
|
|
5836
6182
|
priority?: undefined;
|
|
5837
6183
|
assigneeAccountId?: undefined;
|
|
6184
|
+
commentId?: undefined;
|
|
5838
6185
|
transitionId?: undefined;
|
|
5839
6186
|
typeName?: undefined;
|
|
5840
6187
|
inwardIssueKey?: undefined;
|
|
@@ -5995,6 +6342,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
5995
6342
|
issueTypeName?: undefined;
|
|
5996
6343
|
priority?: undefined;
|
|
5997
6344
|
assigneeAccountId?: undefined;
|
|
6345
|
+
commentId?: undefined;
|
|
5998
6346
|
transitionId?: undefined;
|
|
5999
6347
|
typeName?: undefined;
|
|
6000
6348
|
inwardIssueKey?: undefined;
|
|
@@ -6155,6 +6503,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6155
6503
|
issueTypeName?: undefined;
|
|
6156
6504
|
priority?: undefined;
|
|
6157
6505
|
assigneeAccountId?: undefined;
|
|
6506
|
+
commentId?: undefined;
|
|
6158
6507
|
transitionId?: undefined;
|
|
6159
6508
|
typeName?: undefined;
|
|
6160
6509
|
inwardIssueKey?: undefined;
|
|
@@ -6243,6 +6592,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6243
6592
|
type: string;
|
|
6244
6593
|
maxLength: number;
|
|
6245
6594
|
minLength?: undefined;
|
|
6595
|
+
description?: undefined;
|
|
6246
6596
|
};
|
|
6247
6597
|
filterGroups: {
|
|
6248
6598
|
type: string;
|
|
@@ -6326,6 +6676,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6326
6676
|
issueTypeName?: undefined;
|
|
6327
6677
|
priority?: undefined;
|
|
6328
6678
|
assigneeAccountId?: undefined;
|
|
6679
|
+
commentId?: undefined;
|
|
6329
6680
|
transitionId?: undefined;
|
|
6330
6681
|
typeName?: undefined;
|
|
6331
6682
|
inwardIssueKey?: undefined;
|
|
@@ -6495,6 +6846,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6495
6846
|
issueTypeName?: undefined;
|
|
6496
6847
|
priority?: undefined;
|
|
6497
6848
|
assigneeAccountId?: undefined;
|
|
6849
|
+
commentId?: undefined;
|
|
6498
6850
|
transitionId?: undefined;
|
|
6499
6851
|
typeName?: undefined;
|
|
6500
6852
|
inwardIssueKey?: undefined;
|
|
@@ -6658,6 +7010,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6658
7010
|
issueTypeName?: undefined;
|
|
6659
7011
|
priority?: undefined;
|
|
6660
7012
|
assigneeAccountId?: undefined;
|
|
7013
|
+
commentId?: undefined;
|
|
6661
7014
|
transitionId?: undefined;
|
|
6662
7015
|
typeName?: undefined;
|
|
6663
7016
|
inwardIssueKey?: undefined;
|
|
@@ -6823,6 +7176,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6823
7176
|
issueTypeName?: undefined;
|
|
6824
7177
|
priority?: undefined;
|
|
6825
7178
|
assigneeAccountId?: undefined;
|
|
7179
|
+
commentId?: undefined;
|
|
6826
7180
|
transitionId?: undefined;
|
|
6827
7181
|
typeName?: undefined;
|
|
6828
7182
|
inwardIssueKey?: undefined;
|
|
@@ -6973,6 +7327,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
6973
7327
|
issueTypeName?: undefined;
|
|
6974
7328
|
priority?: undefined;
|
|
6975
7329
|
assigneeAccountId?: undefined;
|
|
7330
|
+
commentId?: undefined;
|
|
6976
7331
|
transitionId?: undefined;
|
|
6977
7332
|
typeName?: undefined;
|
|
6978
7333
|
inwardIssueKey?: undefined;
|
|
@@ -7124,6 +7479,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7124
7479
|
issueTypeName?: undefined;
|
|
7125
7480
|
priority?: undefined;
|
|
7126
7481
|
assigneeAccountId?: undefined;
|
|
7482
|
+
commentId?: undefined;
|
|
7127
7483
|
transitionId?: undefined;
|
|
7128
7484
|
typeName?: undefined;
|
|
7129
7485
|
inwardIssueKey?: undefined;
|
|
@@ -7293,6 +7649,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7293
7649
|
issueTypeName?: undefined;
|
|
7294
7650
|
priority?: undefined;
|
|
7295
7651
|
assigneeAccountId?: undefined;
|
|
7652
|
+
commentId?: undefined;
|
|
7296
7653
|
transitionId?: undefined;
|
|
7297
7654
|
typeName?: undefined;
|
|
7298
7655
|
inwardIssueKey?: undefined;
|
|
@@ -7459,6 +7816,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7459
7816
|
issueTypeName?: undefined;
|
|
7460
7817
|
priority?: undefined;
|
|
7461
7818
|
assigneeAccountId?: undefined;
|
|
7819
|
+
commentId?: undefined;
|
|
7462
7820
|
transitionId?: undefined;
|
|
7463
7821
|
typeName?: undefined;
|
|
7464
7822
|
inwardIssueKey?: undefined;
|
|
@@ -7615,6 +7973,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7615
7973
|
issueTypeName?: undefined;
|
|
7616
7974
|
priority?: undefined;
|
|
7617
7975
|
assigneeAccountId?: undefined;
|
|
7976
|
+
commentId?: undefined;
|
|
7618
7977
|
transitionId?: undefined;
|
|
7619
7978
|
typeName?: undefined;
|
|
7620
7979
|
inwardIssueKey?: undefined;
|
|
@@ -7762,6 +8121,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7762
8121
|
issueTypeName?: undefined;
|
|
7763
8122
|
priority?: undefined;
|
|
7764
8123
|
assigneeAccountId?: undefined;
|
|
8124
|
+
commentId?: undefined;
|
|
7765
8125
|
transitionId?: undefined;
|
|
7766
8126
|
typeName?: undefined;
|
|
7767
8127
|
inwardIssueKey?: undefined;
|
|
@@ -7916,6 +8276,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
7916
8276
|
issueTypeName?: undefined;
|
|
7917
8277
|
priority?: undefined;
|
|
7918
8278
|
assigneeAccountId?: undefined;
|
|
8279
|
+
commentId?: undefined;
|
|
7919
8280
|
transitionId?: undefined;
|
|
7920
8281
|
typeName?: undefined;
|
|
7921
8282
|
inwardIssueKey?: undefined;
|
|
@@ -8061,6 +8422,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8061
8422
|
issueTypeName?: undefined;
|
|
8062
8423
|
priority?: undefined;
|
|
8063
8424
|
assigneeAccountId?: undefined;
|
|
8425
|
+
commentId?: undefined;
|
|
8064
8426
|
transitionId?: undefined;
|
|
8065
8427
|
typeName?: undefined;
|
|
8066
8428
|
inwardIssueKey?: undefined;
|
|
@@ -8220,6 +8582,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8220
8582
|
issueTypeName?: undefined;
|
|
8221
8583
|
priority?: undefined;
|
|
8222
8584
|
assigneeAccountId?: undefined;
|
|
8585
|
+
commentId?: undefined;
|
|
8223
8586
|
transitionId?: undefined;
|
|
8224
8587
|
typeName?: undefined;
|
|
8225
8588
|
inwardIssueKey?: undefined;
|
|
@@ -8376,6 +8739,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8376
8739
|
issueTypeName?: undefined;
|
|
8377
8740
|
priority?: undefined;
|
|
8378
8741
|
assigneeAccountId?: undefined;
|
|
8742
|
+
commentId?: undefined;
|
|
8379
8743
|
transitionId?: undefined;
|
|
8380
8744
|
typeName?: undefined;
|
|
8381
8745
|
inwardIssueKey?: undefined;
|
|
@@ -8523,6 +8887,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8523
8887
|
issueTypeName?: undefined;
|
|
8524
8888
|
priority?: undefined;
|
|
8525
8889
|
assigneeAccountId?: undefined;
|
|
8890
|
+
commentId?: undefined;
|
|
8526
8891
|
transitionId?: undefined;
|
|
8527
8892
|
typeName?: undefined;
|
|
8528
8893
|
inwardIssueKey?: undefined;
|
|
@@ -8670,6 +9035,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8670
9035
|
issueTypeName?: undefined;
|
|
8671
9036
|
priority?: undefined;
|
|
8672
9037
|
assigneeAccountId?: undefined;
|
|
9038
|
+
commentId?: undefined;
|
|
8673
9039
|
transitionId?: undefined;
|
|
8674
9040
|
typeName?: undefined;
|
|
8675
9041
|
inwardIssueKey?: undefined;
|
|
@@ -8824,6 +9190,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8824
9190
|
issueTypeName?: undefined;
|
|
8825
9191
|
priority?: undefined;
|
|
8826
9192
|
assigneeAccountId?: undefined;
|
|
9193
|
+
commentId?: undefined;
|
|
8827
9194
|
transitionId?: undefined;
|
|
8828
9195
|
typeName?: undefined;
|
|
8829
9196
|
inwardIssueKey?: undefined;
|
|
@@ -8983,6 +9350,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
8983
9350
|
issueTypeName?: undefined;
|
|
8984
9351
|
priority?: undefined;
|
|
8985
9352
|
assigneeAccountId?: undefined;
|
|
9353
|
+
commentId?: undefined;
|
|
8986
9354
|
transitionId?: undefined;
|
|
8987
9355
|
typeName?: undefined;
|
|
8988
9356
|
inwardIssueKey?: undefined;
|
|
@@ -9139,6 +9507,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
9139
9507
|
issueTypeName?: undefined;
|
|
9140
9508
|
priority?: undefined;
|
|
9141
9509
|
assigneeAccountId?: undefined;
|
|
9510
|
+
commentId?: undefined;
|
|
9142
9511
|
transitionId?: undefined;
|
|
9143
9512
|
typeName?: undefined;
|
|
9144
9513
|
inwardIssueKey?: undefined;
|
|
@@ -9292,6 +9661,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
9292
9661
|
issueTypeName?: undefined;
|
|
9293
9662
|
priority?: undefined;
|
|
9294
9663
|
assigneeAccountId?: undefined;
|
|
9664
|
+
commentId?: undefined;
|
|
9295
9665
|
transitionId?: undefined;
|
|
9296
9666
|
typeName?: undefined;
|
|
9297
9667
|
inwardIssueKey?: undefined;
|
|
@@ -9440,6 +9810,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
9440
9810
|
issueTypeName?: undefined;
|
|
9441
9811
|
priority?: undefined;
|
|
9442
9812
|
assigneeAccountId?: undefined;
|
|
9813
|
+
commentId?: undefined;
|
|
9443
9814
|
transitionId?: undefined;
|
|
9444
9815
|
typeName?: undefined;
|
|
9445
9816
|
inwardIssueKey?: undefined;
|
|
@@ -9593,6 +9964,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
9593
9964
|
issueTypeName?: undefined;
|
|
9594
9965
|
priority?: undefined;
|
|
9595
9966
|
assigneeAccountId?: undefined;
|
|
9967
|
+
commentId?: undefined;
|
|
9596
9968
|
transitionId?: undefined;
|
|
9597
9969
|
typeName?: undefined;
|
|
9598
9970
|
inwardIssueKey?: undefined;
|
|
@@ -9776,6 +10148,7 @@ export declare const ACTION_REGISTRY: {
|
|
|
9776
10148
|
issueTypeName?: undefined;
|
|
9777
10149
|
priority?: undefined;
|
|
9778
10150
|
assigneeAccountId?: undefined;
|
|
10151
|
+
commentId?: undefined;
|
|
9779
10152
|
transitionId?: undefined;
|
|
9780
10153
|
typeName?: undefined;
|
|
9781
10154
|
inwardIssueKey?: undefined;
|