@valiantys/atlassian-app-frontend 3.0.0-alpha-10 → 3.0.0-alpha-17
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/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -1
- package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +36 -22
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -1
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +74 -28
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -1
- package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +28 -17
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -1
- package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +93 -84
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -1
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +58 -66
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.cjs.js +1 -0
- package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.es.js +51 -0
- package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -1
- package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +1 -1
- package/atlassian-app/index.d.ts +1 -0
- package/atlassian-app-standalone/atlassian-app-frontend-atlassian-app-standalone.api.json +29 -2
- package/atlassian-app-standalone/atlassian-app-frontend.api.md +3 -1
- package/atlassian-app-standalone/index.d.ts +3 -1
- package/atlassian-app-test/index.d.ts +1 -1
- package/data-access-assets/index.d.ts +1 -1
- package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +354 -2
- package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +20 -1
- package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -1
- package/data-access-atlassian-product-fetch-oauth/index.d.ts +14 -2
- package/data-access-atlassian-product-fetch-oauth/index.es.js +10 -7
- package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +238 -9
- package/data-access-issue/atlassian-app-frontend.api.md +12 -5
- package/data-access-issue/index.d.ts +40 -17
- package/data-access-jql/index.d.ts +1 -1
- package/data-access-workspaces/index.d.ts +1 -1
- package/package.json +1 -1
- package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -2
- package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +25 -24
- package/ui-atlassian-product-fetch/index.d.ts +1 -1
- package/ui-oauth-login/atlassian-app-frontend-ui-oauth-login.api.json +340 -0
- package/ui-oauth-login/atlassian-app-frontend.api.md +29 -0
- package/ui-oauth-login/index.cjs.js +1 -1
- package/ui-oauth-login/index.d.ts +23 -0
- package/ui-oauth-login/index.es.js +7 -3
- package/ui-page-loading-view/atlassian-app-frontend-ui-page-loading-view.api.json +10 -5
- package/ui-page-loading-view/atlassian-app-frontend.api.md +2 -2
- package/ui-page-loading-view/index.d.ts +2 -2
- package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +106 -20
- package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +13 -5
- package/util-atlassian-product-fetch/index.d.ts +10 -5
- package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +695 -80
- package/util-jira-v3-api/atlassian-app-frontend.api.md +71 -24
- package/util-jira-v3-api/index.d.ts +46 -19
|
@@ -894,7 +894,16 @@
|
|
|
894
894
|
},
|
|
895
895
|
{
|
|
896
896
|
"kind": "Content",
|
|
897
|
-
"text": "<
|
|
897
|
+
"text": "<"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "Reference",
|
|
901
|
+
"text": "AtlassianDocumentFormat",
|
|
902
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "Content",
|
|
906
|
+
"text": " | string>"
|
|
898
907
|
},
|
|
899
908
|
{
|
|
900
909
|
"kind": "Content",
|
|
@@ -907,7 +916,7 @@
|
|
|
907
916
|
"name": "fields",
|
|
908
917
|
"propertyTypeTokenRange": {
|
|
909
918
|
"startIndex": 1,
|
|
910
|
-
"endIndex":
|
|
919
|
+
"endIndex": 5
|
|
911
920
|
}
|
|
912
921
|
},
|
|
913
922
|
{
|
|
@@ -1167,6 +1176,186 @@
|
|
|
1167
1176
|
"endIndex": 0
|
|
1168
1177
|
}
|
|
1169
1178
|
},
|
|
1179
|
+
{
|
|
1180
|
+
"kind": "Interface",
|
|
1181
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion:interface",
|
|
1182
|
+
"docComment": "",
|
|
1183
|
+
"excerptTokens": [
|
|
1184
|
+
{
|
|
1185
|
+
"kind": "Content",
|
|
1186
|
+
"text": "export interface FixVersion "
|
|
1187
|
+
}
|
|
1188
|
+
],
|
|
1189
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
1190
|
+
"releaseTag": "Public",
|
|
1191
|
+
"name": "FixVersion",
|
|
1192
|
+
"preserveMemberOrder": false,
|
|
1193
|
+
"members": [
|
|
1194
|
+
{
|
|
1195
|
+
"kind": "PropertySignature",
|
|
1196
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#description:member",
|
|
1197
|
+
"docComment": "",
|
|
1198
|
+
"excerptTokens": [
|
|
1199
|
+
{
|
|
1200
|
+
"kind": "Content",
|
|
1201
|
+
"text": "description?: "
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "Content",
|
|
1205
|
+
"text": "string"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "Content",
|
|
1209
|
+
"text": ";"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"isReadonly": false,
|
|
1213
|
+
"isOptional": true,
|
|
1214
|
+
"releaseTag": "Public",
|
|
1215
|
+
"name": "description",
|
|
1216
|
+
"propertyTypeTokenRange": {
|
|
1217
|
+
"startIndex": 1,
|
|
1218
|
+
"endIndex": 2
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "PropertySignature",
|
|
1223
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#id:member",
|
|
1224
|
+
"docComment": "",
|
|
1225
|
+
"excerptTokens": [
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "Content",
|
|
1228
|
+
"text": "id: "
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "Content",
|
|
1232
|
+
"text": "string"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "Content",
|
|
1236
|
+
"text": ";"
|
|
1237
|
+
}
|
|
1238
|
+
],
|
|
1239
|
+
"isReadonly": false,
|
|
1240
|
+
"isOptional": false,
|
|
1241
|
+
"releaseTag": "Public",
|
|
1242
|
+
"name": "id",
|
|
1243
|
+
"propertyTypeTokenRange": {
|
|
1244
|
+
"startIndex": 1,
|
|
1245
|
+
"endIndex": 2
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
"kind": "PropertySignature",
|
|
1250
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#name:member",
|
|
1251
|
+
"docComment": "",
|
|
1252
|
+
"excerptTokens": [
|
|
1253
|
+
{
|
|
1254
|
+
"kind": "Content",
|
|
1255
|
+
"text": "name: "
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
"kind": "Content",
|
|
1259
|
+
"text": "string"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "Content",
|
|
1263
|
+
"text": ";"
|
|
1264
|
+
}
|
|
1265
|
+
],
|
|
1266
|
+
"isReadonly": false,
|
|
1267
|
+
"isOptional": false,
|
|
1268
|
+
"releaseTag": "Public",
|
|
1269
|
+
"name": "name",
|
|
1270
|
+
"propertyTypeTokenRange": {
|
|
1271
|
+
"startIndex": 1,
|
|
1272
|
+
"endIndex": 2
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"kind": "PropertySignature",
|
|
1277
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#released:member",
|
|
1278
|
+
"docComment": "",
|
|
1279
|
+
"excerptTokens": [
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "Content",
|
|
1282
|
+
"text": "released?: "
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"kind": "Content",
|
|
1286
|
+
"text": "boolean"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"kind": "Content",
|
|
1290
|
+
"text": ";"
|
|
1291
|
+
}
|
|
1292
|
+
],
|
|
1293
|
+
"isReadonly": false,
|
|
1294
|
+
"isOptional": true,
|
|
1295
|
+
"releaseTag": "Public",
|
|
1296
|
+
"name": "released",
|
|
1297
|
+
"propertyTypeTokenRange": {
|
|
1298
|
+
"startIndex": 1,
|
|
1299
|
+
"endIndex": 2
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "PropertySignature",
|
|
1304
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#releaseDate:member",
|
|
1305
|
+
"docComment": "",
|
|
1306
|
+
"excerptTokens": [
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "Content",
|
|
1309
|
+
"text": "releaseDate?: "
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
"kind": "Content",
|
|
1313
|
+
"text": "string"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"kind": "Content",
|
|
1317
|
+
"text": ";"
|
|
1318
|
+
}
|
|
1319
|
+
],
|
|
1320
|
+
"isReadonly": false,
|
|
1321
|
+
"isOptional": true,
|
|
1322
|
+
"releaseTag": "Public",
|
|
1323
|
+
"name": "releaseDate",
|
|
1324
|
+
"propertyTypeTokenRange": {
|
|
1325
|
+
"startIndex": 1,
|
|
1326
|
+
"endIndex": 2
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"kind": "PropertySignature",
|
|
1331
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion#self:member",
|
|
1332
|
+
"docComment": "",
|
|
1333
|
+
"excerptTokens": [
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "Content",
|
|
1336
|
+
"text": "self?: "
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"kind": "Content",
|
|
1340
|
+
"text": "string"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"kind": "Content",
|
|
1344
|
+
"text": ";"
|
|
1345
|
+
}
|
|
1346
|
+
],
|
|
1347
|
+
"isReadonly": false,
|
|
1348
|
+
"isOptional": true,
|
|
1349
|
+
"releaseTag": "Public",
|
|
1350
|
+
"name": "self",
|
|
1351
|
+
"propertyTypeTokenRange": {
|
|
1352
|
+
"startIndex": 1,
|
|
1353
|
+
"endIndex": 2
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
],
|
|
1357
|
+
"extendsTokenRanges": []
|
|
1358
|
+
},
|
|
1170
1359
|
{
|
|
1171
1360
|
"kind": "TypeAlias",
|
|
1172
1361
|
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersions:type",
|
|
@@ -1176,9 +1365,14 @@
|
|
|
1176
1365
|
"kind": "Content",
|
|
1177
1366
|
"text": "export type FixVersions = "
|
|
1178
1367
|
},
|
|
1368
|
+
{
|
|
1369
|
+
"kind": "Reference",
|
|
1370
|
+
"text": "FixVersion",
|
|
1371
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersion:interface"
|
|
1372
|
+
},
|
|
1179
1373
|
{
|
|
1180
1374
|
"kind": "Content",
|
|
1181
|
-
"text": "
|
|
1375
|
+
"text": "[]"
|
|
1182
1376
|
},
|
|
1183
1377
|
{
|
|
1184
1378
|
"kind": "Content",
|
|
@@ -1190,7 +1384,7 @@
|
|
|
1190
1384
|
"name": "FixVersions",
|
|
1191
1385
|
"typeTokenRange": {
|
|
1192
1386
|
"startIndex": 1,
|
|
1193
|
-
"endIndex":
|
|
1387
|
+
"endIndex": 3
|
|
1194
1388
|
}
|
|
1195
1389
|
},
|
|
1196
1390
|
{
|
|
@@ -1909,11 +2103,33 @@
|
|
|
1909
2103
|
"excerptTokens": [
|
|
1910
2104
|
{
|
|
1911
2105
|
"kind": "Content",
|
|
1912
|
-
"text": "export interface Issue "
|
|
2106
|
+
"text": "export interface Issue<T = "
|
|
2107
|
+
},
|
|
2108
|
+
{
|
|
2109
|
+
"kind": "Reference",
|
|
2110
|
+
"text": "AtlassianDocumentFormat",
|
|
2111
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "Content",
|
|
2115
|
+
"text": "> "
|
|
1913
2116
|
}
|
|
1914
2117
|
],
|
|
1915
2118
|
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
1916
2119
|
"releaseTag": "Public",
|
|
2120
|
+
"typeParameters": [
|
|
2121
|
+
{
|
|
2122
|
+
"typeParameterName": "T",
|
|
2123
|
+
"constraintTokenRange": {
|
|
2124
|
+
"startIndex": 0,
|
|
2125
|
+
"endIndex": 0
|
|
2126
|
+
},
|
|
2127
|
+
"defaultTypeTokenRange": {
|
|
2128
|
+
"startIndex": 1,
|
|
2129
|
+
"endIndex": 2
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
],
|
|
1917
2133
|
"name": "Issue",
|
|
1918
2134
|
"preserveMemberOrder": false,
|
|
1919
2135
|
"members": [
|
|
@@ -1958,6 +2174,10 @@
|
|
|
1958
2174
|
"text": "IssueFields",
|
|
1959
2175
|
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
1960
2176
|
},
|
|
2177
|
+
{
|
|
2178
|
+
"kind": "Content",
|
|
2179
|
+
"text": "<T>"
|
|
2180
|
+
},
|
|
1961
2181
|
{
|
|
1962
2182
|
"kind": "Content",
|
|
1963
2183
|
"text": ";"
|
|
@@ -1969,7 +2189,7 @@
|
|
|
1969
2189
|
"name": "fields",
|
|
1970
2190
|
"propertyTypeTokenRange": {
|
|
1971
2191
|
"startIndex": 1,
|
|
1972
|
-
"endIndex":
|
|
2192
|
+
"endIndex": 3
|
|
1973
2193
|
}
|
|
1974
2194
|
},
|
|
1975
2195
|
{
|
|
@@ -2026,6 +2246,38 @@
|
|
|
2026
2246
|
"endIndex": 2
|
|
2027
2247
|
}
|
|
2028
2248
|
},
|
|
2249
|
+
{
|
|
2250
|
+
"kind": "PropertySignature",
|
|
2251
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Issue#renderedFields:member",
|
|
2252
|
+
"docComment": "",
|
|
2253
|
+
"excerptTokens": [
|
|
2254
|
+
{
|
|
2255
|
+
"kind": "Content",
|
|
2256
|
+
"text": "renderedFields?: "
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"kind": "Reference",
|
|
2260
|
+
"text": "IssueFields",
|
|
2261
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"kind": "Content",
|
|
2265
|
+
"text": "<string>"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"kind": "Content",
|
|
2269
|
+
"text": ";"
|
|
2270
|
+
}
|
|
2271
|
+
],
|
|
2272
|
+
"isReadonly": false,
|
|
2273
|
+
"isOptional": true,
|
|
2274
|
+
"releaseTag": "Public",
|
|
2275
|
+
"name": "renderedFields",
|
|
2276
|
+
"propertyTypeTokenRange": {
|
|
2277
|
+
"startIndex": 1,
|
|
2278
|
+
"endIndex": 3
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2029
2281
|
{
|
|
2030
2282
|
"kind": "PropertySignature",
|
|
2031
2283
|
"canonicalReference": "@valiantys/atlassian-app-frontend!Issue#self:member",
|
|
@@ -3339,75 +3591,36 @@
|
|
|
3339
3591
|
"extendsTokenRanges": []
|
|
3340
3592
|
},
|
|
3341
3593
|
{
|
|
3342
|
-
"kind": "
|
|
3343
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3594
|
+
"kind": "Interface",
|
|
3595
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface",
|
|
3344
3596
|
"docComment": "",
|
|
3345
3597
|
"excerptTokens": [
|
|
3346
3598
|
{
|
|
3347
3599
|
"kind": "Content",
|
|
3348
|
-
"text": "export
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "Content",
|
|
3352
|
-
"text": "{\n id: string;\n value: string;\n functionKey: string;\n functionName: string;\n field: string;\n operator: 'not in' | 'in';\n arguments: string[];\n created: string;\n updated: string;\n used: string;\n}"
|
|
3353
|
-
},
|
|
3354
|
-
{
|
|
3355
|
-
"kind": "Content",
|
|
3356
|
-
"text": ";"
|
|
3600
|
+
"text": "export interface PagedResponse<T> "
|
|
3357
3601
|
}
|
|
3358
3602
|
],
|
|
3359
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/
|
|
3603
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/paged-response.d.ts",
|
|
3360
3604
|
"releaseTag": "Public",
|
|
3361
|
-
"
|
|
3362
|
-
"typeTokenRange": {
|
|
3363
|
-
"startIndex": 1,
|
|
3364
|
-
"endIndex": 2
|
|
3365
|
-
}
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"kind": "TypeAlias",
|
|
3369
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationPayload:type",
|
|
3370
|
-
"docComment": "",
|
|
3371
|
-
"excerptTokens": [
|
|
3372
|
-
{
|
|
3373
|
-
"kind": "Content",
|
|
3374
|
-
"text": "export type PrecomputationPayload = "
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"kind": "Content",
|
|
3378
|
-
"text": "{\n precomputationId: string;\n clause: {\n field: string;\n type: string[];\n operator: string;\n functionName: string;\n arguments: string[];\n };\n context?: {\n cloudId: string;\n moduleKey: string;\n };\n contextToken?: string;\n}"
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"kind": "Content",
|
|
3382
|
-
"text": ";"
|
|
3383
|
-
}
|
|
3384
|
-
],
|
|
3385
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3386
|
-
"releaseTag": "Public",
|
|
3387
|
-
"name": "PrecomputationPayload",
|
|
3388
|
-
"typeTokenRange": {
|
|
3389
|
-
"startIndex": 1,
|
|
3390
|
-
"endIndex": 2
|
|
3391
|
-
}
|
|
3392
|
-
},
|
|
3393
|
-
{
|
|
3394
|
-
"kind": "Interface",
|
|
3395
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse:interface",
|
|
3396
|
-
"docComment": "",
|
|
3397
|
-
"excerptTokens": [
|
|
3605
|
+
"typeParameters": [
|
|
3398
3606
|
{
|
|
3399
|
-
"
|
|
3400
|
-
"
|
|
3607
|
+
"typeParameterName": "T",
|
|
3608
|
+
"constraintTokenRange": {
|
|
3609
|
+
"startIndex": 0,
|
|
3610
|
+
"endIndex": 0
|
|
3611
|
+
},
|
|
3612
|
+
"defaultTypeTokenRange": {
|
|
3613
|
+
"startIndex": 0,
|
|
3614
|
+
"endIndex": 0
|
|
3615
|
+
}
|
|
3401
3616
|
}
|
|
3402
3617
|
],
|
|
3403
|
-
"
|
|
3404
|
-
"releaseTag": "Public",
|
|
3405
|
-
"name": "PrecomputationResponse",
|
|
3618
|
+
"name": "PagedResponse",
|
|
3406
3619
|
"preserveMemberOrder": false,
|
|
3407
3620
|
"members": [
|
|
3408
3621
|
{
|
|
3409
3622
|
"kind": "PropertySignature",
|
|
3410
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3623
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#isLast:member",
|
|
3411
3624
|
"docComment": "",
|
|
3412
3625
|
"excerptTokens": [
|
|
3413
3626
|
{
|
|
@@ -3434,7 +3647,7 @@
|
|
|
3434
3647
|
},
|
|
3435
3648
|
{
|
|
3436
3649
|
"kind": "PropertySignature",
|
|
3437
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3650
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#maxResults:member",
|
|
3438
3651
|
"docComment": "",
|
|
3439
3652
|
"excerptTokens": [
|
|
3440
3653
|
{
|
|
@@ -3461,7 +3674,7 @@
|
|
|
3461
3674
|
},
|
|
3462
3675
|
{
|
|
3463
3676
|
"kind": "PropertySignature",
|
|
3464
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3677
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#startAt:member",
|
|
3465
3678
|
"docComment": "",
|
|
3466
3679
|
"excerptTokens": [
|
|
3467
3680
|
{
|
|
@@ -3488,7 +3701,7 @@
|
|
|
3488
3701
|
},
|
|
3489
3702
|
{
|
|
3490
3703
|
"kind": "PropertySignature",
|
|
3491
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3704
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#total:member",
|
|
3492
3705
|
"docComment": "",
|
|
3493
3706
|
"excerptTokens": [
|
|
3494
3707
|
{
|
|
@@ -3515,21 +3728,16 @@
|
|
|
3515
3728
|
},
|
|
3516
3729
|
{
|
|
3517
3730
|
"kind": "PropertySignature",
|
|
3518
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3731
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#values:member",
|
|
3519
3732
|
"docComment": "",
|
|
3520
3733
|
"excerptTokens": [
|
|
3521
3734
|
{
|
|
3522
3735
|
"kind": "Content",
|
|
3523
3736
|
"text": "values: "
|
|
3524
3737
|
},
|
|
3525
|
-
{
|
|
3526
|
-
"kind": "Reference",
|
|
3527
|
-
"text": "Precomputation",
|
|
3528
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type"
|
|
3529
|
-
},
|
|
3530
3738
|
{
|
|
3531
3739
|
"kind": "Content",
|
|
3532
|
-
"text": "[]"
|
|
3740
|
+
"text": "T[]"
|
|
3533
3741
|
},
|
|
3534
3742
|
{
|
|
3535
3743
|
"kind": "Content",
|
|
@@ -3542,12 +3750,144 @@
|
|
|
3542
3750
|
"name": "values",
|
|
3543
3751
|
"propertyTypeTokenRange": {
|
|
3544
3752
|
"startIndex": 1,
|
|
3545
|
-
"endIndex":
|
|
3753
|
+
"endIndex": 2
|
|
3546
3754
|
}
|
|
3547
3755
|
}
|
|
3548
3756
|
],
|
|
3549
3757
|
"extendsTokenRanges": []
|
|
3550
3758
|
},
|
|
3759
|
+
{
|
|
3760
|
+
"kind": "TypeAlias",
|
|
3761
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedUsers:type",
|
|
3762
|
+
"docComment": "",
|
|
3763
|
+
"excerptTokens": [
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "Content",
|
|
3766
|
+
"text": "export type PagedUsers = "
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"kind": "Reference",
|
|
3770
|
+
"text": "PagedResponse",
|
|
3771
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "Content",
|
|
3775
|
+
"text": "<"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"kind": "Reference",
|
|
3779
|
+
"text": "User",
|
|
3780
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "Content",
|
|
3784
|
+
"text": ">"
|
|
3785
|
+
},
|
|
3786
|
+
{
|
|
3787
|
+
"kind": "Content",
|
|
3788
|
+
"text": ";"
|
|
3789
|
+
}
|
|
3790
|
+
],
|
|
3791
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user.d.ts",
|
|
3792
|
+
"releaseTag": "Public",
|
|
3793
|
+
"name": "PagedUsers",
|
|
3794
|
+
"typeTokenRange": {
|
|
3795
|
+
"startIndex": 1,
|
|
3796
|
+
"endIndex": 5
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
{
|
|
3800
|
+
"kind": "TypeAlias",
|
|
3801
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type",
|
|
3802
|
+
"docComment": "",
|
|
3803
|
+
"excerptTokens": [
|
|
3804
|
+
{
|
|
3805
|
+
"kind": "Content",
|
|
3806
|
+
"text": "export type Precomputation = "
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "Content",
|
|
3810
|
+
"text": "{\n id: string;\n value: string;\n functionKey: string;\n functionName: string;\n field: string;\n operator: 'not in' | 'in';\n arguments: string[];\n created: string;\n updated: string;\n used: string;\n}"
|
|
3811
|
+
},
|
|
3812
|
+
{
|
|
3813
|
+
"kind": "Content",
|
|
3814
|
+
"text": ";"
|
|
3815
|
+
}
|
|
3816
|
+
],
|
|
3817
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3818
|
+
"releaseTag": "Public",
|
|
3819
|
+
"name": "Precomputation",
|
|
3820
|
+
"typeTokenRange": {
|
|
3821
|
+
"startIndex": 1,
|
|
3822
|
+
"endIndex": 2
|
|
3823
|
+
}
|
|
3824
|
+
},
|
|
3825
|
+
{
|
|
3826
|
+
"kind": "TypeAlias",
|
|
3827
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationPayload:type",
|
|
3828
|
+
"docComment": "",
|
|
3829
|
+
"excerptTokens": [
|
|
3830
|
+
{
|
|
3831
|
+
"kind": "Content",
|
|
3832
|
+
"text": "export type PrecomputationPayload = "
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "Content",
|
|
3836
|
+
"text": "{\n precomputationId: string;\n clause: {\n field: string;\n type: string[];\n operator: string;\n functionName: string;\n arguments: string[];\n };\n context?: {\n cloudId: string;\n moduleKey: string;\n };\n contextToken?: string;\n}"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"kind": "Content",
|
|
3840
|
+
"text": ";"
|
|
3841
|
+
}
|
|
3842
|
+
],
|
|
3843
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3844
|
+
"releaseTag": "Public",
|
|
3845
|
+
"name": "PrecomputationPayload",
|
|
3846
|
+
"typeTokenRange": {
|
|
3847
|
+
"startIndex": 1,
|
|
3848
|
+
"endIndex": 2
|
|
3849
|
+
}
|
|
3850
|
+
},
|
|
3851
|
+
{
|
|
3852
|
+
"kind": "TypeAlias",
|
|
3853
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse:type",
|
|
3854
|
+
"docComment": "",
|
|
3855
|
+
"excerptTokens": [
|
|
3856
|
+
{
|
|
3857
|
+
"kind": "Content",
|
|
3858
|
+
"text": "export type PrecomputationResponse = "
|
|
3859
|
+
},
|
|
3860
|
+
{
|
|
3861
|
+
"kind": "Reference",
|
|
3862
|
+
"text": "PagedResponse",
|
|
3863
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
"kind": "Content",
|
|
3867
|
+
"text": "<"
|
|
3868
|
+
},
|
|
3869
|
+
{
|
|
3870
|
+
"kind": "Reference",
|
|
3871
|
+
"text": "Precomputation",
|
|
3872
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type"
|
|
3873
|
+
},
|
|
3874
|
+
{
|
|
3875
|
+
"kind": "Content",
|
|
3876
|
+
"text": ">"
|
|
3877
|
+
},
|
|
3878
|
+
{
|
|
3879
|
+
"kind": "Content",
|
|
3880
|
+
"text": ";"
|
|
3881
|
+
}
|
|
3882
|
+
],
|
|
3883
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3884
|
+
"releaseTag": "Public",
|
|
3885
|
+
"name": "PrecomputationResponse",
|
|
3886
|
+
"typeTokenRange": {
|
|
3887
|
+
"startIndex": 1,
|
|
3888
|
+
"endIndex": 5
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3551
3891
|
{
|
|
3552
3892
|
"kind": "TypeAlias",
|
|
3553
3893
|
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationUpdate:type",
|
|
@@ -3698,6 +4038,34 @@
|
|
|
3698
4038
|
"endIndex": 2
|
|
3699
4039
|
}
|
|
3700
4040
|
},
|
|
4041
|
+
{
|
|
4042
|
+
"kind": "PropertySignature",
|
|
4043
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Project#lead:member",
|
|
4044
|
+
"docComment": "",
|
|
4045
|
+
"excerptTokens": [
|
|
4046
|
+
{
|
|
4047
|
+
"kind": "Content",
|
|
4048
|
+
"text": "lead?: "
|
|
4049
|
+
},
|
|
4050
|
+
{
|
|
4051
|
+
"kind": "Reference",
|
|
4052
|
+
"text": "User",
|
|
4053
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
|
|
4054
|
+
},
|
|
4055
|
+
{
|
|
4056
|
+
"kind": "Content",
|
|
4057
|
+
"text": ";"
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"isReadonly": false,
|
|
4061
|
+
"isOptional": true,
|
|
4062
|
+
"releaseTag": "Public",
|
|
4063
|
+
"name": "lead",
|
|
4064
|
+
"propertyTypeTokenRange": {
|
|
4065
|
+
"startIndex": 1,
|
|
4066
|
+
"endIndex": 2
|
|
4067
|
+
}
|
|
4068
|
+
},
|
|
3701
4069
|
{
|
|
3702
4070
|
"kind": "PropertySignature",
|
|
3703
4071
|
"canonicalReference": "@valiantys/atlassian-app-frontend!Project#name:member",
|
|
@@ -3809,6 +4177,91 @@
|
|
|
3809
4177
|
],
|
|
3810
4178
|
"extendsTokenRanges": []
|
|
3811
4179
|
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "Interface",
|
|
4182
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!ProjectProperty:interface",
|
|
4183
|
+
"docComment": "",
|
|
4184
|
+
"excerptTokens": [
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "Content",
|
|
4187
|
+
"text": "export interface ProjectProperty<T> "
|
|
4188
|
+
}
|
|
4189
|
+
],
|
|
4190
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/project.d.ts",
|
|
4191
|
+
"releaseTag": "Public",
|
|
4192
|
+
"typeParameters": [
|
|
4193
|
+
{
|
|
4194
|
+
"typeParameterName": "T",
|
|
4195
|
+
"constraintTokenRange": {
|
|
4196
|
+
"startIndex": 0,
|
|
4197
|
+
"endIndex": 0
|
|
4198
|
+
},
|
|
4199
|
+
"defaultTypeTokenRange": {
|
|
4200
|
+
"startIndex": 0,
|
|
4201
|
+
"endIndex": 0
|
|
4202
|
+
}
|
|
4203
|
+
}
|
|
4204
|
+
],
|
|
4205
|
+
"name": "ProjectProperty",
|
|
4206
|
+
"preserveMemberOrder": false,
|
|
4207
|
+
"members": [
|
|
4208
|
+
{
|
|
4209
|
+
"kind": "PropertySignature",
|
|
4210
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!ProjectProperty#key:member",
|
|
4211
|
+
"docComment": "",
|
|
4212
|
+
"excerptTokens": [
|
|
4213
|
+
{
|
|
4214
|
+
"kind": "Content",
|
|
4215
|
+
"text": "key: "
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"kind": "Content",
|
|
4219
|
+
"text": "string"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"kind": "Content",
|
|
4223
|
+
"text": ";"
|
|
4224
|
+
}
|
|
4225
|
+
],
|
|
4226
|
+
"isReadonly": false,
|
|
4227
|
+
"isOptional": false,
|
|
4228
|
+
"releaseTag": "Public",
|
|
4229
|
+
"name": "key",
|
|
4230
|
+
"propertyTypeTokenRange": {
|
|
4231
|
+
"startIndex": 1,
|
|
4232
|
+
"endIndex": 2
|
|
4233
|
+
}
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"kind": "PropertySignature",
|
|
4237
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!ProjectProperty#value:member",
|
|
4238
|
+
"docComment": "",
|
|
4239
|
+
"excerptTokens": [
|
|
4240
|
+
{
|
|
4241
|
+
"kind": "Content",
|
|
4242
|
+
"text": "value: "
|
|
4243
|
+
},
|
|
4244
|
+
{
|
|
4245
|
+
"kind": "Content",
|
|
4246
|
+
"text": "T"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"kind": "Content",
|
|
4250
|
+
"text": ";"
|
|
4251
|
+
}
|
|
4252
|
+
],
|
|
4253
|
+
"isReadonly": false,
|
|
4254
|
+
"isOptional": false,
|
|
4255
|
+
"releaseTag": "Public",
|
|
4256
|
+
"name": "value",
|
|
4257
|
+
"propertyTypeTokenRange": {
|
|
4258
|
+
"startIndex": 1,
|
|
4259
|
+
"endIndex": 2
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4262
|
+
],
|
|
4263
|
+
"extendsTokenRanges": []
|
|
4264
|
+
},
|
|
3812
4265
|
{
|
|
3813
4266
|
"kind": "Interface",
|
|
3814
4267
|
"canonicalReference": "@valiantys/atlassian-app-frontend!ProjectVersion:interface",
|
|
@@ -4243,6 +4696,33 @@
|
|
|
4243
4696
|
"endIndex": 2
|
|
4244
4697
|
}
|
|
4245
4698
|
},
|
|
4699
|
+
{
|
|
4700
|
+
"kind": "PropertySignature",
|
|
4701
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#components:member",
|
|
4702
|
+
"docComment": "",
|
|
4703
|
+
"excerptTokens": [
|
|
4704
|
+
{
|
|
4705
|
+
"kind": "Content",
|
|
4706
|
+
"text": "components?: "
|
|
4707
|
+
},
|
|
4708
|
+
{
|
|
4709
|
+
"kind": "Content",
|
|
4710
|
+
"text": "{\n id: string;\n name: string;\n }[]"
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"kind": "Content",
|
|
4714
|
+
"text": ";"
|
|
4715
|
+
}
|
|
4716
|
+
],
|
|
4717
|
+
"isReadonly": false,
|
|
4718
|
+
"isOptional": true,
|
|
4719
|
+
"releaseTag": "Public",
|
|
4720
|
+
"name": "components",
|
|
4721
|
+
"propertyTypeTokenRange": {
|
|
4722
|
+
"startIndex": 1,
|
|
4723
|
+
"endIndex": 2
|
|
4724
|
+
}
|
|
4725
|
+
},
|
|
4246
4726
|
{
|
|
4247
4727
|
"kind": "PropertySignature",
|
|
4248
4728
|
"canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#created:member",
|
|
@@ -4392,7 +4872,7 @@
|
|
|
4392
4872
|
"excerptTokens": [
|
|
4393
4873
|
{
|
|
4394
4874
|
"kind": "Content",
|
|
4395
|
-
"text": "issuetype
|
|
4875
|
+
"text": "issuetype?: "
|
|
4396
4876
|
},
|
|
4397
4877
|
{
|
|
4398
4878
|
"kind": "Content",
|
|
@@ -4404,7 +4884,7 @@
|
|
|
4404
4884
|
}
|
|
4405
4885
|
],
|
|
4406
4886
|
"isReadonly": false,
|
|
4407
|
-
"isOptional":
|
|
4887
|
+
"isOptional": true,
|
|
4408
4888
|
"releaseTag": "Public",
|
|
4409
4889
|
"name": "issuetype",
|
|
4410
4890
|
"propertyTypeTokenRange": {
|
|
@@ -4500,7 +4980,7 @@
|
|
|
4500
4980
|
"excerptTokens": [
|
|
4501
4981
|
{
|
|
4502
4982
|
"kind": "Content",
|
|
4503
|
-
"text": "project
|
|
4983
|
+
"text": "project?: "
|
|
4504
4984
|
},
|
|
4505
4985
|
{
|
|
4506
4986
|
"kind": "Reference",
|
|
@@ -4513,7 +4993,7 @@
|
|
|
4513
4993
|
}
|
|
4514
4994
|
],
|
|
4515
4995
|
"isReadonly": false,
|
|
4516
|
-
"isOptional":
|
|
4996
|
+
"isOptional": true,
|
|
4517
4997
|
"releaseTag": "Public",
|
|
4518
4998
|
"name": "project",
|
|
4519
4999
|
"propertyTypeTokenRange": {
|
|
@@ -4665,7 +5145,7 @@
|
|
|
4665
5145
|
"excerptTokens": [
|
|
4666
5146
|
{
|
|
4667
5147
|
"kind": "Content",
|
|
4668
|
-
"text": "summary
|
|
5148
|
+
"text": "summary?: "
|
|
4669
5149
|
},
|
|
4670
5150
|
{
|
|
4671
5151
|
"kind": "Content",
|
|
@@ -4677,7 +5157,7 @@
|
|
|
4677
5157
|
}
|
|
4678
5158
|
],
|
|
4679
5159
|
"isReadonly": false,
|
|
4680
|
-
"isOptional":
|
|
5160
|
+
"isOptional": true,
|
|
4681
5161
|
"releaseTag": "Public",
|
|
4682
5162
|
"name": "summary",
|
|
4683
5163
|
"propertyTypeTokenRange": {
|
|
@@ -5057,8 +5537,8 @@
|
|
|
5057
5537
|
},
|
|
5058
5538
|
{
|
|
5059
5539
|
"kind": "Reference",
|
|
5060
|
-
"text": "
|
|
5061
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
5540
|
+
"text": "CreateIssue",
|
|
5541
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue:interface"
|
|
5062
5542
|
},
|
|
5063
5543
|
{
|
|
5064
5544
|
"kind": "Content",
|
|
@@ -5251,6 +5731,42 @@
|
|
|
5251
5731
|
"endIndex": 2
|
|
5252
5732
|
}
|
|
5253
5733
|
},
|
|
5734
|
+
{
|
|
5735
|
+
"kind": "PropertySignature",
|
|
5736
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!User#groups:member",
|
|
5737
|
+
"docComment": "",
|
|
5738
|
+
"excerptTokens": [
|
|
5739
|
+
{
|
|
5740
|
+
"kind": "Content",
|
|
5741
|
+
"text": "groups?: "
|
|
5742
|
+
},
|
|
5743
|
+
{
|
|
5744
|
+
"kind": "Content",
|
|
5745
|
+
"text": "{\n items?: "
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"kind": "Reference",
|
|
5749
|
+
"text": "UserGroupName",
|
|
5750
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName:interface"
|
|
5751
|
+
},
|
|
5752
|
+
{
|
|
5753
|
+
"kind": "Content",
|
|
5754
|
+
"text": "[];\n size?: number;\n }"
|
|
5755
|
+
},
|
|
5756
|
+
{
|
|
5757
|
+
"kind": "Content",
|
|
5758
|
+
"text": ";"
|
|
5759
|
+
}
|
|
5760
|
+
],
|
|
5761
|
+
"isReadonly": false,
|
|
5762
|
+
"isOptional": true,
|
|
5763
|
+
"releaseTag": "Public",
|
|
5764
|
+
"name": "groups",
|
|
5765
|
+
"propertyTypeTokenRange": {
|
|
5766
|
+
"startIndex": 1,
|
|
5767
|
+
"endIndex": 4
|
|
5768
|
+
}
|
|
5769
|
+
},
|
|
5254
5770
|
{
|
|
5255
5771
|
"kind": "PropertySignature",
|
|
5256
5772
|
"canonicalReference": "@valiantys/atlassian-app-frontend!User#self:member",
|
|
@@ -5308,6 +5824,105 @@
|
|
|
5308
5824
|
],
|
|
5309
5825
|
"extendsTokenRanges": []
|
|
5310
5826
|
},
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "Interface",
|
|
5829
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName:interface",
|
|
5830
|
+
"docComment": "",
|
|
5831
|
+
"excerptTokens": [
|
|
5832
|
+
{
|
|
5833
|
+
"kind": "Content",
|
|
5834
|
+
"text": "export interface UserGroupName "
|
|
5835
|
+
}
|
|
5836
|
+
],
|
|
5837
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user.d.ts",
|
|
5838
|
+
"releaseTag": "Public",
|
|
5839
|
+
"name": "UserGroupName",
|
|
5840
|
+
"preserveMemberOrder": false,
|
|
5841
|
+
"members": [
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "PropertySignature",
|
|
5844
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#groupId:member",
|
|
5845
|
+
"docComment": "",
|
|
5846
|
+
"excerptTokens": [
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "Content",
|
|
5849
|
+
"text": "groupId: "
|
|
5850
|
+
},
|
|
5851
|
+
{
|
|
5852
|
+
"kind": "Content",
|
|
5853
|
+
"text": "string"
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"kind": "Content",
|
|
5857
|
+
"text": ";"
|
|
5858
|
+
}
|
|
5859
|
+
],
|
|
5860
|
+
"isReadonly": false,
|
|
5861
|
+
"isOptional": false,
|
|
5862
|
+
"releaseTag": "Public",
|
|
5863
|
+
"name": "groupId",
|
|
5864
|
+
"propertyTypeTokenRange": {
|
|
5865
|
+
"startIndex": 1,
|
|
5866
|
+
"endIndex": 2
|
|
5867
|
+
}
|
|
5868
|
+
},
|
|
5869
|
+
{
|
|
5870
|
+
"kind": "PropertySignature",
|
|
5871
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#name:member",
|
|
5872
|
+
"docComment": "",
|
|
5873
|
+
"excerptTokens": [
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "Content",
|
|
5876
|
+
"text": "name: "
|
|
5877
|
+
},
|
|
5878
|
+
{
|
|
5879
|
+
"kind": "Content",
|
|
5880
|
+
"text": "string"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "Content",
|
|
5884
|
+
"text": ";"
|
|
5885
|
+
}
|
|
5886
|
+
],
|
|
5887
|
+
"isReadonly": false,
|
|
5888
|
+
"isOptional": false,
|
|
5889
|
+
"releaseTag": "Public",
|
|
5890
|
+
"name": "name",
|
|
5891
|
+
"propertyTypeTokenRange": {
|
|
5892
|
+
"startIndex": 1,
|
|
5893
|
+
"endIndex": 2
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"kind": "PropertySignature",
|
|
5898
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#self:member",
|
|
5899
|
+
"docComment": "",
|
|
5900
|
+
"excerptTokens": [
|
|
5901
|
+
{
|
|
5902
|
+
"kind": "Content",
|
|
5903
|
+
"text": "self: "
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "Content",
|
|
5907
|
+
"text": "string"
|
|
5908
|
+
},
|
|
5909
|
+
{
|
|
5910
|
+
"kind": "Content",
|
|
5911
|
+
"text": ";"
|
|
5912
|
+
}
|
|
5913
|
+
],
|
|
5914
|
+
"isReadonly": false,
|
|
5915
|
+
"isOptional": false,
|
|
5916
|
+
"releaseTag": "Public",
|
|
5917
|
+
"name": "self",
|
|
5918
|
+
"propertyTypeTokenRange": {
|
|
5919
|
+
"startIndex": 1,
|
|
5920
|
+
"endIndex": 2
|
|
5921
|
+
}
|
|
5922
|
+
}
|
|
5923
|
+
],
|
|
5924
|
+
"extendsTokenRanges": []
|
|
5925
|
+
},
|
|
5311
5926
|
{
|
|
5312
5927
|
"kind": "Interface",
|
|
5313
5928
|
"canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse:interface",
|