@valiantys/atlassian-app-frontend 3.0.0-alpha-9 → 3.0.0-alpha-11
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 +45 -42
- 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 +51 -29
- 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/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +241 -2
- package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +17 -1
- package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -1
- package/data-access-atlassian-product-fetch-oauth/index.d.ts +11 -1
- package/data-access-atlassian-product-fetch-oauth/index.es.js +9 -7
- package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +130 -11
- package/data-access-issue/atlassian-app-frontend.api.md +9 -7
- package/data-access-issue/index.d.ts +33 -17
- 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-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 +97 -2
- package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +9 -1
- package/util-atlassian-product-fetch/index.d.ts +6 -1
- package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +454 -86
- package/util-jira-v3-api/atlassian-app-frontend.api.md +51 -23
- package/util-jira-v3-api/index.d.ts +37 -18
|
@@ -892,6 +892,19 @@
|
|
|
892
892
|
"text": "IssueFields",
|
|
893
893
|
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
894
894
|
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "Content",
|
|
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>"
|
|
907
|
+
},
|
|
895
908
|
{
|
|
896
909
|
"kind": "Content",
|
|
897
910
|
"text": ";"
|
|
@@ -903,7 +916,7 @@
|
|
|
903
916
|
"name": "fields",
|
|
904
917
|
"propertyTypeTokenRange": {
|
|
905
918
|
"startIndex": 1,
|
|
906
|
-
"endIndex":
|
|
919
|
+
"endIndex": 5
|
|
907
920
|
}
|
|
908
921
|
},
|
|
909
922
|
{
|
|
@@ -1905,11 +1918,33 @@
|
|
|
1905
1918
|
"excerptTokens": [
|
|
1906
1919
|
{
|
|
1907
1920
|
"kind": "Content",
|
|
1908
|
-
"text": "export interface Issue "
|
|
1921
|
+
"text": "export interface Issue<T = "
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"kind": "Reference",
|
|
1925
|
+
"text": "AtlassianDocumentFormat",
|
|
1926
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
1927
|
+
},
|
|
1928
|
+
{
|
|
1929
|
+
"kind": "Content",
|
|
1930
|
+
"text": "> "
|
|
1909
1931
|
}
|
|
1910
1932
|
],
|
|
1911
1933
|
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
1912
1934
|
"releaseTag": "Public",
|
|
1935
|
+
"typeParameters": [
|
|
1936
|
+
{
|
|
1937
|
+
"typeParameterName": "T",
|
|
1938
|
+
"constraintTokenRange": {
|
|
1939
|
+
"startIndex": 0,
|
|
1940
|
+
"endIndex": 0
|
|
1941
|
+
},
|
|
1942
|
+
"defaultTypeTokenRange": {
|
|
1943
|
+
"startIndex": 1,
|
|
1944
|
+
"endIndex": 2
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1913
1948
|
"name": "Issue",
|
|
1914
1949
|
"preserveMemberOrder": false,
|
|
1915
1950
|
"members": [
|
|
@@ -1954,6 +1989,10 @@
|
|
|
1954
1989
|
"text": "IssueFields",
|
|
1955
1990
|
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
1956
1991
|
},
|
|
1992
|
+
{
|
|
1993
|
+
"kind": "Content",
|
|
1994
|
+
"text": "<T>"
|
|
1995
|
+
},
|
|
1957
1996
|
{
|
|
1958
1997
|
"kind": "Content",
|
|
1959
1998
|
"text": ";"
|
|
@@ -1965,7 +2004,7 @@
|
|
|
1965
2004
|
"name": "fields",
|
|
1966
2005
|
"propertyTypeTokenRange": {
|
|
1967
2006
|
"startIndex": 1,
|
|
1968
|
-
"endIndex":
|
|
2007
|
+
"endIndex": 3
|
|
1969
2008
|
}
|
|
1970
2009
|
},
|
|
1971
2010
|
{
|
|
@@ -2022,6 +2061,38 @@
|
|
|
2022
2061
|
"endIndex": 2
|
|
2023
2062
|
}
|
|
2024
2063
|
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "PropertySignature",
|
|
2066
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Issue#renderedFields:member",
|
|
2067
|
+
"docComment": "",
|
|
2068
|
+
"excerptTokens": [
|
|
2069
|
+
{
|
|
2070
|
+
"kind": "Content",
|
|
2071
|
+
"text": "renderedFields?: "
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"kind": "Reference",
|
|
2075
|
+
"text": "IssueFields",
|
|
2076
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"kind": "Content",
|
|
2080
|
+
"text": "<string>"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"kind": "Content",
|
|
2084
|
+
"text": ";"
|
|
2085
|
+
}
|
|
2086
|
+
],
|
|
2087
|
+
"isReadonly": false,
|
|
2088
|
+
"isOptional": true,
|
|
2089
|
+
"releaseTag": "Public",
|
|
2090
|
+
"name": "renderedFields",
|
|
2091
|
+
"propertyTypeTokenRange": {
|
|
2092
|
+
"startIndex": 1,
|
|
2093
|
+
"endIndex": 3
|
|
2094
|
+
}
|
|
2095
|
+
},
|
|
2025
2096
|
{
|
|
2026
2097
|
"kind": "PropertySignature",
|
|
2027
2098
|
"canonicalReference": "@valiantys/atlassian-app-frontend!Issue#self:member",
|
|
@@ -2121,7 +2192,16 @@
|
|
|
2121
2192
|
"excerptTokens": [
|
|
2122
2193
|
{
|
|
2123
2194
|
"kind": "Content",
|
|
2124
|
-
"text": "export type IssueFields = "
|
|
2195
|
+
"text": "export type IssueFields<T = "
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"kind": "Reference",
|
|
2199
|
+
"text": "AtlassianDocumentFormat",
|
|
2200
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"kind": "Content",
|
|
2204
|
+
"text": "> = "
|
|
2125
2205
|
},
|
|
2126
2206
|
{
|
|
2127
2207
|
"kind": "Reference",
|
|
@@ -2137,6 +2217,10 @@
|
|
|
2137
2217
|
"text": "StaticIssueFields",
|
|
2138
2218
|
"canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields:interface"
|
|
2139
2219
|
},
|
|
2220
|
+
{
|
|
2221
|
+
"kind": "Content",
|
|
2222
|
+
"text": "<T>"
|
|
2223
|
+
},
|
|
2140
2224
|
{
|
|
2141
2225
|
"kind": "Content",
|
|
2142
2226
|
"text": ";"
|
|
@@ -2145,9 +2229,22 @@
|
|
|
2145
2229
|
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
2146
2230
|
"releaseTag": "Public",
|
|
2147
2231
|
"name": "IssueFields",
|
|
2232
|
+
"typeParameters": [
|
|
2233
|
+
{
|
|
2234
|
+
"typeParameterName": "T",
|
|
2235
|
+
"constraintTokenRange": {
|
|
2236
|
+
"startIndex": 0,
|
|
2237
|
+
"endIndex": 0
|
|
2238
|
+
},
|
|
2239
|
+
"defaultTypeTokenRange": {
|
|
2240
|
+
"startIndex": 1,
|
|
2241
|
+
"endIndex": 2
|
|
2242
|
+
}
|
|
2243
|
+
}
|
|
2244
|
+
],
|
|
2148
2245
|
"typeTokenRange": {
|
|
2149
|
-
"startIndex":
|
|
2150
|
-
"endIndex":
|
|
2246
|
+
"startIndex": 3,
|
|
2247
|
+
"endIndex": 7
|
|
2151
2248
|
}
|
|
2152
2249
|
},
|
|
2153
2250
|
{
|
|
@@ -2615,7 +2712,7 @@
|
|
|
2615
2712
|
"excerptTokens": [
|
|
2616
2713
|
{
|
|
2617
2714
|
"kind": "Content",
|
|
2618
|
-
"text": "looped
|
|
2715
|
+
"text": "looped?: "
|
|
2619
2716
|
},
|
|
2620
2717
|
{
|
|
2621
2718
|
"kind": "Content",
|
|
@@ -2627,7 +2724,7 @@
|
|
|
2627
2724
|
}
|
|
2628
2725
|
],
|
|
2629
2726
|
"isReadonly": false,
|
|
2630
|
-
"isOptional":
|
|
2727
|
+
"isOptional": true,
|
|
2631
2728
|
"releaseTag": "Public",
|
|
2632
2729
|
"name": "looped",
|
|
2633
2730
|
"propertyTypeTokenRange": {
|
|
@@ -3309,75 +3406,36 @@
|
|
|
3309
3406
|
"extendsTokenRanges": []
|
|
3310
3407
|
},
|
|
3311
3408
|
{
|
|
3312
|
-
"kind": "
|
|
3313
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3314
|
-
"docComment": "",
|
|
3315
|
-
"excerptTokens": [
|
|
3316
|
-
{
|
|
3317
|
-
"kind": "Content",
|
|
3318
|
-
"text": "export type Precomputation = "
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"kind": "Content",
|
|
3322
|
-
"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}"
|
|
3323
|
-
},
|
|
3324
|
-
{
|
|
3325
|
-
"kind": "Content",
|
|
3326
|
-
"text": ";"
|
|
3327
|
-
}
|
|
3328
|
-
],
|
|
3329
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3330
|
-
"releaseTag": "Public",
|
|
3331
|
-
"name": "Precomputation",
|
|
3332
|
-
"typeTokenRange": {
|
|
3333
|
-
"startIndex": 1,
|
|
3334
|
-
"endIndex": 2
|
|
3335
|
-
}
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"kind": "TypeAlias",
|
|
3339
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationPayload:type",
|
|
3409
|
+
"kind": "Interface",
|
|
3410
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface",
|
|
3340
3411
|
"docComment": "",
|
|
3341
3412
|
"excerptTokens": [
|
|
3342
3413
|
{
|
|
3343
3414
|
"kind": "Content",
|
|
3344
|
-
"text": "export
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"kind": "Content",
|
|
3348
|
-
"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}"
|
|
3349
|
-
},
|
|
3350
|
-
{
|
|
3351
|
-
"kind": "Content",
|
|
3352
|
-
"text": ";"
|
|
3415
|
+
"text": "export interface PagedResponse<T> "
|
|
3353
3416
|
}
|
|
3354
3417
|
],
|
|
3355
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/
|
|
3418
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/paged-response.d.ts",
|
|
3356
3419
|
"releaseTag": "Public",
|
|
3357
|
-
"
|
|
3358
|
-
"typeTokenRange": {
|
|
3359
|
-
"startIndex": 1,
|
|
3360
|
-
"endIndex": 2
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"kind": "Interface",
|
|
3365
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse:interface",
|
|
3366
|
-
"docComment": "",
|
|
3367
|
-
"excerptTokens": [
|
|
3420
|
+
"typeParameters": [
|
|
3368
3421
|
{
|
|
3369
|
-
"
|
|
3370
|
-
"
|
|
3422
|
+
"typeParameterName": "T",
|
|
3423
|
+
"constraintTokenRange": {
|
|
3424
|
+
"startIndex": 0,
|
|
3425
|
+
"endIndex": 0
|
|
3426
|
+
},
|
|
3427
|
+
"defaultTypeTokenRange": {
|
|
3428
|
+
"startIndex": 0,
|
|
3429
|
+
"endIndex": 0
|
|
3430
|
+
}
|
|
3371
3431
|
}
|
|
3372
3432
|
],
|
|
3373
|
-
"
|
|
3374
|
-
"releaseTag": "Public",
|
|
3375
|
-
"name": "PrecomputationResponse",
|
|
3433
|
+
"name": "PagedResponse",
|
|
3376
3434
|
"preserveMemberOrder": false,
|
|
3377
3435
|
"members": [
|
|
3378
3436
|
{
|
|
3379
3437
|
"kind": "PropertySignature",
|
|
3380
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3438
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#isLast:member",
|
|
3381
3439
|
"docComment": "",
|
|
3382
3440
|
"excerptTokens": [
|
|
3383
3441
|
{
|
|
@@ -3404,7 +3462,7 @@
|
|
|
3404
3462
|
},
|
|
3405
3463
|
{
|
|
3406
3464
|
"kind": "PropertySignature",
|
|
3407
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3465
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#maxResults:member",
|
|
3408
3466
|
"docComment": "",
|
|
3409
3467
|
"excerptTokens": [
|
|
3410
3468
|
{
|
|
@@ -3431,7 +3489,7 @@
|
|
|
3431
3489
|
},
|
|
3432
3490
|
{
|
|
3433
3491
|
"kind": "PropertySignature",
|
|
3434
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3492
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#startAt:member",
|
|
3435
3493
|
"docComment": "",
|
|
3436
3494
|
"excerptTokens": [
|
|
3437
3495
|
{
|
|
@@ -3458,7 +3516,7 @@
|
|
|
3458
3516
|
},
|
|
3459
3517
|
{
|
|
3460
3518
|
"kind": "PropertySignature",
|
|
3461
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3519
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#total:member",
|
|
3462
3520
|
"docComment": "",
|
|
3463
3521
|
"excerptTokens": [
|
|
3464
3522
|
{
|
|
@@ -3485,21 +3543,16 @@
|
|
|
3485
3543
|
},
|
|
3486
3544
|
{
|
|
3487
3545
|
"kind": "PropertySignature",
|
|
3488
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
3546
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse#values:member",
|
|
3489
3547
|
"docComment": "",
|
|
3490
3548
|
"excerptTokens": [
|
|
3491
3549
|
{
|
|
3492
3550
|
"kind": "Content",
|
|
3493
3551
|
"text": "values: "
|
|
3494
3552
|
},
|
|
3495
|
-
{
|
|
3496
|
-
"kind": "Reference",
|
|
3497
|
-
"text": "Precomputation",
|
|
3498
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type"
|
|
3499
|
-
},
|
|
3500
3553
|
{
|
|
3501
3554
|
"kind": "Content",
|
|
3502
|
-
"text": "[]"
|
|
3555
|
+
"text": "T[]"
|
|
3503
3556
|
},
|
|
3504
3557
|
{
|
|
3505
3558
|
"kind": "Content",
|
|
@@ -3512,12 +3565,144 @@
|
|
|
3512
3565
|
"name": "values",
|
|
3513
3566
|
"propertyTypeTokenRange": {
|
|
3514
3567
|
"startIndex": 1,
|
|
3515
|
-
"endIndex":
|
|
3568
|
+
"endIndex": 2
|
|
3516
3569
|
}
|
|
3517
3570
|
}
|
|
3518
3571
|
],
|
|
3519
3572
|
"extendsTokenRanges": []
|
|
3520
3573
|
},
|
|
3574
|
+
{
|
|
3575
|
+
"kind": "TypeAlias",
|
|
3576
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedUsers:type",
|
|
3577
|
+
"docComment": "",
|
|
3578
|
+
"excerptTokens": [
|
|
3579
|
+
{
|
|
3580
|
+
"kind": "Content",
|
|
3581
|
+
"text": "export type PagedUsers = "
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"kind": "Reference",
|
|
3585
|
+
"text": "PagedResponse",
|
|
3586
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface"
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"kind": "Content",
|
|
3590
|
+
"text": "<"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"kind": "Reference",
|
|
3594
|
+
"text": "User",
|
|
3595
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
|
|
3596
|
+
},
|
|
3597
|
+
{
|
|
3598
|
+
"kind": "Content",
|
|
3599
|
+
"text": ">"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"kind": "Content",
|
|
3603
|
+
"text": ";"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user.d.ts",
|
|
3607
|
+
"releaseTag": "Public",
|
|
3608
|
+
"name": "PagedUsers",
|
|
3609
|
+
"typeTokenRange": {
|
|
3610
|
+
"startIndex": 1,
|
|
3611
|
+
"endIndex": 5
|
|
3612
|
+
}
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
"kind": "TypeAlias",
|
|
3616
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type",
|
|
3617
|
+
"docComment": "",
|
|
3618
|
+
"excerptTokens": [
|
|
3619
|
+
{
|
|
3620
|
+
"kind": "Content",
|
|
3621
|
+
"text": "export type Precomputation = "
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"kind": "Content",
|
|
3625
|
+
"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}"
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"kind": "Content",
|
|
3629
|
+
"text": ";"
|
|
3630
|
+
}
|
|
3631
|
+
],
|
|
3632
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3633
|
+
"releaseTag": "Public",
|
|
3634
|
+
"name": "Precomputation",
|
|
3635
|
+
"typeTokenRange": {
|
|
3636
|
+
"startIndex": 1,
|
|
3637
|
+
"endIndex": 2
|
|
3638
|
+
}
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"kind": "TypeAlias",
|
|
3642
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationPayload:type",
|
|
3643
|
+
"docComment": "",
|
|
3644
|
+
"excerptTokens": [
|
|
3645
|
+
{
|
|
3646
|
+
"kind": "Content",
|
|
3647
|
+
"text": "export type PrecomputationPayload = "
|
|
3648
|
+
},
|
|
3649
|
+
{
|
|
3650
|
+
"kind": "Content",
|
|
3651
|
+
"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}"
|
|
3652
|
+
},
|
|
3653
|
+
{
|
|
3654
|
+
"kind": "Content",
|
|
3655
|
+
"text": ";"
|
|
3656
|
+
}
|
|
3657
|
+
],
|
|
3658
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3659
|
+
"releaseTag": "Public",
|
|
3660
|
+
"name": "PrecomputationPayload",
|
|
3661
|
+
"typeTokenRange": {
|
|
3662
|
+
"startIndex": 1,
|
|
3663
|
+
"endIndex": 2
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
{
|
|
3667
|
+
"kind": "TypeAlias",
|
|
3668
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationResponse:type",
|
|
3669
|
+
"docComment": "",
|
|
3670
|
+
"excerptTokens": [
|
|
3671
|
+
{
|
|
3672
|
+
"kind": "Content",
|
|
3673
|
+
"text": "export type PrecomputationResponse = "
|
|
3674
|
+
},
|
|
3675
|
+
{
|
|
3676
|
+
"kind": "Reference",
|
|
3677
|
+
"text": "PagedResponse",
|
|
3678
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!PagedResponse:interface"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"kind": "Content",
|
|
3682
|
+
"text": "<"
|
|
3683
|
+
},
|
|
3684
|
+
{
|
|
3685
|
+
"kind": "Reference",
|
|
3686
|
+
"text": "Precomputation",
|
|
3687
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type"
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "Content",
|
|
3691
|
+
"text": ">"
|
|
3692
|
+
},
|
|
3693
|
+
{
|
|
3694
|
+
"kind": "Content",
|
|
3695
|
+
"text": ";"
|
|
3696
|
+
}
|
|
3697
|
+
],
|
|
3698
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/jql-precomputations.d.ts",
|
|
3699
|
+
"releaseTag": "Public",
|
|
3700
|
+
"name": "PrecomputationResponse",
|
|
3701
|
+
"typeTokenRange": {
|
|
3702
|
+
"startIndex": 1,
|
|
3703
|
+
"endIndex": 5
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3521
3706
|
{
|
|
3522
3707
|
"kind": "TypeAlias",
|
|
3523
3708
|
"canonicalReference": "@valiantys/atlassian-app-frontend!PrecomputationUpdate:type",
|
|
@@ -4128,11 +4313,33 @@
|
|
|
4128
4313
|
"excerptTokens": [
|
|
4129
4314
|
{
|
|
4130
4315
|
"kind": "Content",
|
|
4131
|
-
"text": "export interface StaticIssueFields "
|
|
4316
|
+
"text": "export interface StaticIssueFields<T = "
|
|
4317
|
+
},
|
|
4318
|
+
{
|
|
4319
|
+
"kind": "Reference",
|
|
4320
|
+
"text": "AtlassianDocumentFormat",
|
|
4321
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"kind": "Content",
|
|
4325
|
+
"text": "> "
|
|
4132
4326
|
}
|
|
4133
4327
|
],
|
|
4134
4328
|
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
4135
4329
|
"releaseTag": "Public",
|
|
4330
|
+
"typeParameters": [
|
|
4331
|
+
{
|
|
4332
|
+
"typeParameterName": "T",
|
|
4333
|
+
"constraintTokenRange": {
|
|
4334
|
+
"startIndex": 0,
|
|
4335
|
+
"endIndex": 0
|
|
4336
|
+
},
|
|
4337
|
+
"defaultTypeTokenRange": {
|
|
4338
|
+
"startIndex": 1,
|
|
4339
|
+
"endIndex": 2
|
|
4340
|
+
}
|
|
4341
|
+
}
|
|
4342
|
+
],
|
|
4136
4343
|
"name": "StaticIssueFields",
|
|
4137
4344
|
"preserveMemberOrder": false,
|
|
4138
4345
|
"members": [
|
|
@@ -4191,6 +4398,33 @@
|
|
|
4191
4398
|
"endIndex": 2
|
|
4192
4399
|
}
|
|
4193
4400
|
},
|
|
4401
|
+
{
|
|
4402
|
+
"kind": "PropertySignature",
|
|
4403
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#components:member",
|
|
4404
|
+
"docComment": "",
|
|
4405
|
+
"excerptTokens": [
|
|
4406
|
+
{
|
|
4407
|
+
"kind": "Content",
|
|
4408
|
+
"text": "components?: "
|
|
4409
|
+
},
|
|
4410
|
+
{
|
|
4411
|
+
"kind": "Content",
|
|
4412
|
+
"text": "{\n id: string;\n name: string;\n }[]"
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"kind": "Content",
|
|
4416
|
+
"text": ";"
|
|
4417
|
+
}
|
|
4418
|
+
],
|
|
4419
|
+
"isReadonly": false,
|
|
4420
|
+
"isOptional": true,
|
|
4421
|
+
"releaseTag": "Public",
|
|
4422
|
+
"name": "components",
|
|
4423
|
+
"propertyTypeTokenRange": {
|
|
4424
|
+
"startIndex": 1,
|
|
4425
|
+
"endIndex": 2
|
|
4426
|
+
}
|
|
4427
|
+
},
|
|
4194
4428
|
{
|
|
4195
4429
|
"kind": "PropertySignature",
|
|
4196
4430
|
"canonicalReference": "@valiantys/atlassian-app-frontend!StaticIssueFields#created:member",
|
|
@@ -4256,9 +4490,8 @@
|
|
|
4256
4490
|
"text": "description?: "
|
|
4257
4491
|
},
|
|
4258
4492
|
{
|
|
4259
|
-
"kind": "
|
|
4260
|
-
"text": "
|
|
4261
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
|
|
4493
|
+
"kind": "Content",
|
|
4494
|
+
"text": "T"
|
|
4262
4495
|
},
|
|
4263
4496
|
{
|
|
4264
4497
|
"kind": "Content",
|
|
@@ -4341,7 +4574,7 @@
|
|
|
4341
4574
|
"excerptTokens": [
|
|
4342
4575
|
{
|
|
4343
4576
|
"kind": "Content",
|
|
4344
|
-
"text": "issuetype
|
|
4577
|
+
"text": "issuetype?: "
|
|
4345
4578
|
},
|
|
4346
4579
|
{
|
|
4347
4580
|
"kind": "Content",
|
|
@@ -4353,7 +4586,7 @@
|
|
|
4353
4586
|
}
|
|
4354
4587
|
],
|
|
4355
4588
|
"isReadonly": false,
|
|
4356
|
-
"isOptional":
|
|
4589
|
+
"isOptional": true,
|
|
4357
4590
|
"releaseTag": "Public",
|
|
4358
4591
|
"name": "issuetype",
|
|
4359
4592
|
"propertyTypeTokenRange": {
|
|
@@ -4449,7 +4682,7 @@
|
|
|
4449
4682
|
"excerptTokens": [
|
|
4450
4683
|
{
|
|
4451
4684
|
"kind": "Content",
|
|
4452
|
-
"text": "project
|
|
4685
|
+
"text": "project?: "
|
|
4453
4686
|
},
|
|
4454
4687
|
{
|
|
4455
4688
|
"kind": "Reference",
|
|
@@ -4462,7 +4695,7 @@
|
|
|
4462
4695
|
}
|
|
4463
4696
|
],
|
|
4464
4697
|
"isReadonly": false,
|
|
4465
|
-
"isOptional":
|
|
4698
|
+
"isOptional": true,
|
|
4466
4699
|
"releaseTag": "Public",
|
|
4467
4700
|
"name": "project",
|
|
4468
4701
|
"propertyTypeTokenRange": {
|
|
@@ -4614,7 +4847,7 @@
|
|
|
4614
4847
|
"excerptTokens": [
|
|
4615
4848
|
{
|
|
4616
4849
|
"kind": "Content",
|
|
4617
|
-
"text": "summary
|
|
4850
|
+
"text": "summary?: "
|
|
4618
4851
|
},
|
|
4619
4852
|
{
|
|
4620
4853
|
"kind": "Content",
|
|
@@ -4626,7 +4859,7 @@
|
|
|
4626
4859
|
}
|
|
4627
4860
|
],
|
|
4628
4861
|
"isReadonly": false,
|
|
4629
|
-
"isOptional":
|
|
4862
|
+
"isOptional": true,
|
|
4630
4863
|
"releaseTag": "Public",
|
|
4631
4864
|
"name": "summary",
|
|
4632
4865
|
"propertyTypeTokenRange": {
|
|
@@ -5006,8 +5239,8 @@
|
|
|
5006
5239
|
},
|
|
5007
5240
|
{
|
|
5008
5241
|
"kind": "Reference",
|
|
5009
|
-
"text": "
|
|
5010
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
5242
|
+
"text": "CreateIssue",
|
|
5243
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue:interface"
|
|
5011
5244
|
},
|
|
5012
5245
|
{
|
|
5013
5246
|
"kind": "Content",
|
|
@@ -5200,6 +5433,42 @@
|
|
|
5200
5433
|
"endIndex": 2
|
|
5201
5434
|
}
|
|
5202
5435
|
},
|
|
5436
|
+
{
|
|
5437
|
+
"kind": "PropertySignature",
|
|
5438
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!User#groups:member",
|
|
5439
|
+
"docComment": "",
|
|
5440
|
+
"excerptTokens": [
|
|
5441
|
+
{
|
|
5442
|
+
"kind": "Content",
|
|
5443
|
+
"text": "groups?: "
|
|
5444
|
+
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "Content",
|
|
5447
|
+
"text": "{\n items?: "
|
|
5448
|
+
},
|
|
5449
|
+
{
|
|
5450
|
+
"kind": "Reference",
|
|
5451
|
+
"text": "UserGroupName",
|
|
5452
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName:interface"
|
|
5453
|
+
},
|
|
5454
|
+
{
|
|
5455
|
+
"kind": "Content",
|
|
5456
|
+
"text": "[];\n size?: number;\n }"
|
|
5457
|
+
},
|
|
5458
|
+
{
|
|
5459
|
+
"kind": "Content",
|
|
5460
|
+
"text": ";"
|
|
5461
|
+
}
|
|
5462
|
+
],
|
|
5463
|
+
"isReadonly": false,
|
|
5464
|
+
"isOptional": true,
|
|
5465
|
+
"releaseTag": "Public",
|
|
5466
|
+
"name": "groups",
|
|
5467
|
+
"propertyTypeTokenRange": {
|
|
5468
|
+
"startIndex": 1,
|
|
5469
|
+
"endIndex": 4
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5203
5472
|
{
|
|
5204
5473
|
"kind": "PropertySignature",
|
|
5205
5474
|
"canonicalReference": "@valiantys/atlassian-app-frontend!User#self:member",
|
|
@@ -5257,6 +5526,105 @@
|
|
|
5257
5526
|
],
|
|
5258
5527
|
"extendsTokenRanges": []
|
|
5259
5528
|
},
|
|
5529
|
+
{
|
|
5530
|
+
"kind": "Interface",
|
|
5531
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName:interface",
|
|
5532
|
+
"docComment": "",
|
|
5533
|
+
"excerptTokens": [
|
|
5534
|
+
{
|
|
5535
|
+
"kind": "Content",
|
|
5536
|
+
"text": "export interface UserGroupName "
|
|
5537
|
+
}
|
|
5538
|
+
],
|
|
5539
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/user.d.ts",
|
|
5540
|
+
"releaseTag": "Public",
|
|
5541
|
+
"name": "UserGroupName",
|
|
5542
|
+
"preserveMemberOrder": false,
|
|
5543
|
+
"members": [
|
|
5544
|
+
{
|
|
5545
|
+
"kind": "PropertySignature",
|
|
5546
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#groupId:member",
|
|
5547
|
+
"docComment": "",
|
|
5548
|
+
"excerptTokens": [
|
|
5549
|
+
{
|
|
5550
|
+
"kind": "Content",
|
|
5551
|
+
"text": "groupId: "
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
"kind": "Content",
|
|
5555
|
+
"text": "string"
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
"kind": "Content",
|
|
5559
|
+
"text": ";"
|
|
5560
|
+
}
|
|
5561
|
+
],
|
|
5562
|
+
"isReadonly": false,
|
|
5563
|
+
"isOptional": false,
|
|
5564
|
+
"releaseTag": "Public",
|
|
5565
|
+
"name": "groupId",
|
|
5566
|
+
"propertyTypeTokenRange": {
|
|
5567
|
+
"startIndex": 1,
|
|
5568
|
+
"endIndex": 2
|
|
5569
|
+
}
|
|
5570
|
+
},
|
|
5571
|
+
{
|
|
5572
|
+
"kind": "PropertySignature",
|
|
5573
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#name:member",
|
|
5574
|
+
"docComment": "",
|
|
5575
|
+
"excerptTokens": [
|
|
5576
|
+
{
|
|
5577
|
+
"kind": "Content",
|
|
5578
|
+
"text": "name: "
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "Content",
|
|
5582
|
+
"text": "string"
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"kind": "Content",
|
|
5586
|
+
"text": ";"
|
|
5587
|
+
}
|
|
5588
|
+
],
|
|
5589
|
+
"isReadonly": false,
|
|
5590
|
+
"isOptional": false,
|
|
5591
|
+
"releaseTag": "Public",
|
|
5592
|
+
"name": "name",
|
|
5593
|
+
"propertyTypeTokenRange": {
|
|
5594
|
+
"startIndex": 1,
|
|
5595
|
+
"endIndex": 2
|
|
5596
|
+
}
|
|
5597
|
+
},
|
|
5598
|
+
{
|
|
5599
|
+
"kind": "PropertySignature",
|
|
5600
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UserGroupName#self:member",
|
|
5601
|
+
"docComment": "",
|
|
5602
|
+
"excerptTokens": [
|
|
5603
|
+
{
|
|
5604
|
+
"kind": "Content",
|
|
5605
|
+
"text": "self: "
|
|
5606
|
+
},
|
|
5607
|
+
{
|
|
5608
|
+
"kind": "Content",
|
|
5609
|
+
"text": "string"
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"kind": "Content",
|
|
5613
|
+
"text": ";"
|
|
5614
|
+
}
|
|
5615
|
+
],
|
|
5616
|
+
"isReadonly": false,
|
|
5617
|
+
"isOptional": false,
|
|
5618
|
+
"releaseTag": "Public",
|
|
5619
|
+
"name": "self",
|
|
5620
|
+
"propertyTypeTokenRange": {
|
|
5621
|
+
"startIndex": 1,
|
|
5622
|
+
"endIndex": 2
|
|
5623
|
+
}
|
|
5624
|
+
}
|
|
5625
|
+
],
|
|
5626
|
+
"extendsTokenRanges": []
|
|
5627
|
+
},
|
|
5260
5628
|
{
|
|
5261
5629
|
"kind": "Interface",
|
|
5262
5630
|
"canonicalReference": "@valiantys/atlassian-app-frontend!UserPickerQueryResponse:interface",
|