@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.
Files changed (43) hide show
  1. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.cjs.js +1 -1
  2. package/atlassian/jira/shared/data-access-issue/src/lib/jira-issue-service/index.es.js +45 -42
  3. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js +1 -1
  4. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js +51 -29
  5. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js +1 -1
  6. package/atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js +28 -17
  7. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.cjs.js +1 -1
  8. package/atlassian/shared/frontend-feature-atlassian-app/src/lib/standalone/atlassian-app-standalone/index.es.js +93 -84
  9. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.cjs.js +1 -1
  10. package/atlassian/shared/frontend-feature-oauth-login/src/lib/feature-oauth/index.es.js +58 -66
  11. package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.cjs.js +1 -0
  12. package/atlassian/shared/frontend-feature-oauth-login/src/lib/oauth-routes/index.es.js +51 -0
  13. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js +1 -1
  14. package/atlassian/shared/frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js +1 -1
  15. package/atlassian-app/index.d.ts +1 -0
  16. package/atlassian-app-standalone/atlassian-app-frontend-atlassian-app-standalone.api.json +29 -2
  17. package/atlassian-app-standalone/atlassian-app-frontend.api.md +3 -1
  18. package/atlassian-app-standalone/index.d.ts +3 -1
  19. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend-data-access-atlassian-product-fetch-oauth.api.json +241 -2
  20. package/data-access-atlassian-product-fetch-oauth/atlassian-app-frontend.api.md +17 -1
  21. package/data-access-atlassian-product-fetch-oauth/index.cjs.js +1 -1
  22. package/data-access-atlassian-product-fetch-oauth/index.d.ts +11 -1
  23. package/data-access-atlassian-product-fetch-oauth/index.es.js +9 -7
  24. package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +130 -11
  25. package/data-access-issue/atlassian-app-frontend.api.md +9 -7
  26. package/data-access-issue/index.d.ts +33 -17
  27. package/package.json +1 -1
  28. package/shared/util-fetch/src/lib/shared-util-fetch/index.cjs.js +2 -2
  29. package/shared/util-fetch/src/lib/shared-util-fetch/index.es.js +25 -24
  30. package/ui-oauth-login/atlassian-app-frontend-ui-oauth-login.api.json +340 -0
  31. package/ui-oauth-login/atlassian-app-frontend.api.md +29 -0
  32. package/ui-oauth-login/index.cjs.js +1 -1
  33. package/ui-oauth-login/index.d.ts +23 -0
  34. package/ui-oauth-login/index.es.js +7 -3
  35. package/ui-page-loading-view/atlassian-app-frontend-ui-page-loading-view.api.json +10 -5
  36. package/ui-page-loading-view/atlassian-app-frontend.api.md +2 -2
  37. package/ui-page-loading-view/index.d.ts +2 -2
  38. package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +97 -2
  39. package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +9 -1
  40. package/util-atlassian-product-fetch/index.d.ts +6 -1
  41. package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +454 -86
  42. package/util-jira-v3-api/atlassian-app-frontend.api.md +51 -23
  43. package/util-jira-v3-api/index.d.ts +37 -18
@@ -354,6 +354,56 @@
354
354
  ],
355
355
  "name": "atlassianOAuthJiraFetch"
356
356
  },
357
+ {
358
+ "kind": "Function",
359
+ "canonicalReference": "@valiantys/atlassian-app-frontend!atlassianOAuthJiraFetchViaProxy:function(1)",
360
+ "docComment": "",
361
+ "excerptTokens": [
362
+ {
363
+ "kind": "Content",
364
+ "text": "export declare function atlassianOAuthJiraFetchViaProxy(proxyUrl: "
365
+ },
366
+ {
367
+ "kind": "Content",
368
+ "text": "string"
369
+ },
370
+ {
371
+ "kind": "Content",
372
+ "text": "): "
373
+ },
374
+ {
375
+ "kind": "Reference",
376
+ "text": "AtlassianProductFetchService",
377
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianProductFetchService:interface"
378
+ },
379
+ {
380
+ "kind": "Content",
381
+ "text": "<'jira'>"
382
+ },
383
+ {
384
+ "kind": "Content",
385
+ "text": ";"
386
+ }
387
+ ],
388
+ "fileUrlPath": "../../shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch.d.ts",
389
+ "returnTypeTokenRange": {
390
+ "startIndex": 3,
391
+ "endIndex": 5
392
+ },
393
+ "releaseTag": "Public",
394
+ "overloadIndex": 1,
395
+ "parameters": [
396
+ {
397
+ "parameterName": "proxyUrl",
398
+ "parameterTypeTokenRange": {
399
+ "startIndex": 1,
400
+ "endIndex": 2
401
+ },
402
+ "isOptional": false
403
+ }
404
+ ],
405
+ "name": "atlassianOAuthJiraFetchViaProxy"
406
+ },
357
407
  {
358
408
  "kind": "Function",
359
409
  "canonicalReference": "@valiantys/atlassian-app-frontend!atlassianOAuthRawFetch:function(1)",
@@ -458,6 +508,105 @@
458
508
  ],
459
509
  "name": "atlassianOAuthRawFetch"
460
510
  },
511
+ {
512
+ "kind": "Interface",
513
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianOauthTokenResponse:interface",
514
+ "docComment": "",
515
+ "excerptTokens": [
516
+ {
517
+ "kind": "Content",
518
+ "text": "export interface AtlassianOauthTokenResponse "
519
+ }
520
+ ],
521
+ "fileUrlPath": "../../shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-token-response.d.ts",
522
+ "releaseTag": "Public",
523
+ "name": "AtlassianOauthTokenResponse",
524
+ "preserveMemberOrder": false,
525
+ "members": [
526
+ {
527
+ "kind": "PropertySignature",
528
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianOauthTokenResponse#access_token:member",
529
+ "docComment": "",
530
+ "excerptTokens": [
531
+ {
532
+ "kind": "Content",
533
+ "text": "access_token: "
534
+ },
535
+ {
536
+ "kind": "Content",
537
+ "text": "string"
538
+ },
539
+ {
540
+ "kind": "Content",
541
+ "text": ";"
542
+ }
543
+ ],
544
+ "isReadonly": false,
545
+ "isOptional": false,
546
+ "releaseTag": "Public",
547
+ "name": "access_token",
548
+ "propertyTypeTokenRange": {
549
+ "startIndex": 1,
550
+ "endIndex": 2
551
+ }
552
+ },
553
+ {
554
+ "kind": "PropertySignature",
555
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianOauthTokenResponse#expires_in:member",
556
+ "docComment": "",
557
+ "excerptTokens": [
558
+ {
559
+ "kind": "Content",
560
+ "text": "expires_in: "
561
+ },
562
+ {
563
+ "kind": "Content",
564
+ "text": "number"
565
+ },
566
+ {
567
+ "kind": "Content",
568
+ "text": ";"
569
+ }
570
+ ],
571
+ "isReadonly": false,
572
+ "isOptional": false,
573
+ "releaseTag": "Public",
574
+ "name": "expires_in",
575
+ "propertyTypeTokenRange": {
576
+ "startIndex": 1,
577
+ "endIndex": 2
578
+ }
579
+ },
580
+ {
581
+ "kind": "PropertySignature",
582
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianOauthTokenResponse#scope:member",
583
+ "docComment": "",
584
+ "excerptTokens": [
585
+ {
586
+ "kind": "Content",
587
+ "text": "scope: "
588
+ },
589
+ {
590
+ "kind": "Content",
591
+ "text": "string"
592
+ },
593
+ {
594
+ "kind": "Content",
595
+ "text": ";"
596
+ }
597
+ ],
598
+ "isReadonly": false,
599
+ "isOptional": false,
600
+ "releaseTag": "Public",
601
+ "name": "scope",
602
+ "propertyTypeTokenRange": {
603
+ "startIndex": 1,
604
+ "endIndex": 2
605
+ }
606
+ }
607
+ ],
608
+ "extendsTokenRanges": []
609
+ },
461
610
  {
462
611
  "kind": "Function",
463
612
  "canonicalReference": "@valiantys/atlassian-app-frontend!getAtlassianOAuthToken:function(1)",
@@ -514,7 +663,16 @@
514
663
  },
515
664
  {
516
665
  "kind": "Content",
517
- "text": "<unknown>"
666
+ "text": "<"
667
+ },
668
+ {
669
+ "kind": "Reference",
670
+ "text": "AtlassianOauthTokenResponse",
671
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianOauthTokenResponse:interface"
672
+ },
673
+ {
674
+ "kind": "Content",
675
+ "text": ">"
518
676
  },
519
677
  {
520
678
  "kind": "Content",
@@ -524,7 +682,7 @@
524
682
  "fileUrlPath": "../../shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch.d.ts",
525
683
  "returnTypeTokenRange": {
526
684
  "startIndex": 11,
527
- "endIndex": 13
685
+ "endIndex": 15
528
686
  },
529
687
  "releaseTag": "Public",
530
688
  "overloadIndex": 1,
@@ -1080,6 +1238,87 @@
1080
1238
  }
1081
1239
  ],
1082
1240
  "name": "route"
1241
+ },
1242
+ {
1243
+ "kind": "Function",
1244
+ "canonicalReference": "@valiantys/atlassian-app-frontend!routeNoEscaping:function(1)",
1245
+ "docComment": "",
1246
+ "excerptTokens": [
1247
+ {
1248
+ "kind": "Content",
1249
+ "text": "export declare function routeNoEscaping(template: "
1250
+ },
1251
+ {
1252
+ "kind": "Reference",
1253
+ "text": "TemplateStringsArray",
1254
+ "canonicalReference": "!TemplateStringsArray:interface"
1255
+ },
1256
+ {
1257
+ "kind": "Content",
1258
+ "text": ", ...parameters: "
1259
+ },
1260
+ {
1261
+ "kind": "Content",
1262
+ "text": "(string | number | "
1263
+ },
1264
+ {
1265
+ "kind": "Reference",
1266
+ "text": "URLSearchParams",
1267
+ "canonicalReference": "!URLSearchParams:interface"
1268
+ },
1269
+ {
1270
+ "kind": "Content",
1271
+ "text": " | "
1272
+ },
1273
+ {
1274
+ "kind": "Reference",
1275
+ "text": "FetchRoute",
1276
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~FetchRoute:type"
1277
+ },
1278
+ {
1279
+ "kind": "Content",
1280
+ "text": ")[]"
1281
+ },
1282
+ {
1283
+ "kind": "Content",
1284
+ "text": "): "
1285
+ },
1286
+ {
1287
+ "kind": "Reference",
1288
+ "text": "FetchRoute",
1289
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~FetchRoute:type"
1290
+ },
1291
+ {
1292
+ "kind": "Content",
1293
+ "text": ";"
1294
+ }
1295
+ ],
1296
+ "fileUrlPath": "../../shared/data-access-atlassian-product-fetch-oauth/src/lib/route.d.ts",
1297
+ "returnTypeTokenRange": {
1298
+ "startIndex": 9,
1299
+ "endIndex": 10
1300
+ },
1301
+ "releaseTag": "Public",
1302
+ "overloadIndex": 1,
1303
+ "parameters": [
1304
+ {
1305
+ "parameterName": "template",
1306
+ "parameterTypeTokenRange": {
1307
+ "startIndex": 1,
1308
+ "endIndex": 2
1309
+ },
1310
+ "isOptional": false
1311
+ },
1312
+ {
1313
+ "parameterName": "parameters",
1314
+ "parameterTypeTokenRange": {
1315
+ "startIndex": 3,
1316
+ "endIndex": 8
1317
+ },
1318
+ "isOptional": false
1319
+ }
1320
+ ],
1321
+ "name": "routeNoEscaping"
1083
1322
  }
1084
1323
  ]
1085
1324
  }
@@ -15,13 +15,26 @@ export function atlassianOAuthConfluenceFetch(authToken: string, cloudId: string
15
15
  // @public (undocumented)
16
16
  export function atlassianOAuthJiraFetch(authToken: string, cloudId: string): AtlassianProductFetchService<'jira'>;
17
17
 
18
+ // @public (undocumented)
19
+ export function atlassianOAuthJiraFetchViaProxy(proxyUrl: string): AtlassianProductFetchService<'jira'>;
20
+
18
21
  // Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point data-access-atlassian-product-fetch-oauth.d.ts
19
22
  //
20
23
  // @public (undocumented)
21
24
  export function atlassianOAuthRawFetch<P extends Product>(authToken: string, domain: string, productType: P): AtlassianProductFetchService<P>;
22
25
 
23
26
  // @public (undocumented)
24
- export function getAtlassianOAuthToken(grant_type: string, client_id: string, client_secret: string, code: string, redirect_uri: string): Promise<unknown>;
27
+ export interface AtlassianOauthTokenResponse {
28
+ // (undocumented)
29
+ access_token: string;
30
+ // (undocumented)
31
+ expires_in: number;
32
+ // (undocumented)
33
+ scope: string;
34
+ }
35
+
36
+ // @public (undocumented)
37
+ export function getAtlassianOAuthToken(grant_type: string, client_id: string, client_secret: string, code: string, redirect_uri: string): Promise<AtlassianOauthTokenResponse>;
25
38
 
26
39
  // @public (undocumented)
27
40
  export function getAtlassianUserDetails(authToken: string): Promise<OAuthUser>;
@@ -68,6 +81,9 @@ export interface OAuthUser {
68
81
  // @public (undocumented)
69
82
  export function route(template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]): FetchRoute;
70
83
 
84
+ // @public (undocumented)
85
+ export function routeNoEscaping(template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]): FetchRoute;
86
+
71
87
  // (No @packageDocumentation comment for this package)
72
88
 
73
89
  ```
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js"),a=require("../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js");exports.atlassianOAuthBitbucketFetch=t.atlassianOAuthBitbucketFetch;exports.atlassianOAuthConfluenceFetch=t.atlassianOAuthConfluenceFetch;exports.atlassianOAuthJiraFetch=t.atlassianOAuthJiraFetch;exports.atlassianOAuthRawFetch=t.atlassianOAuthRawFetch;exports.getAtlassianOAuthToken=t.getAtlassianOAuthToken;exports.getAtlassianUserDetails=t.getAtlassianUserDetails;exports.route=a.route;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.cjs.js"),a=require("../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.cjs.js");exports.atlassianOAuthBitbucketFetch=t.atlassianOAuthBitbucketFetch;exports.atlassianOAuthConfluenceFetch=t.atlassianOAuthConfluenceFetch;exports.atlassianOAuthJiraFetch=t.atlassianOAuthJiraFetch;exports.atlassianOAuthJiraFetchViaProxy=t.atlassianOAuthJiraFetchViaProxy;exports.atlassianOAuthRawFetch=t.atlassianOAuthRawFetch;exports.getAtlassianOAuthToken=t.getAtlassianOAuthToken;exports.getAtlassianUserDetails=t.getAtlassianUserDetails;exports.route=a.route;exports.routeNoEscaping=a.routeNoEscaping;
@@ -6,8 +6,16 @@ export declare function atlassianOAuthConfluenceFetch(authToken: string, cloudId
6
6
 
7
7
  export declare function atlassianOAuthJiraFetch(authToken: string, cloudId: string): AtlassianProductFetchService<'jira'>;
8
8
 
9
+ export declare function atlassianOAuthJiraFetchViaProxy(proxyUrl: string): AtlassianProductFetchService<'jira'>;
10
+
9
11
  export declare function atlassianOAuthRawFetch<P extends Product>(authToken: string, domain: string, productType: P): AtlassianProductFetchService<P>;
10
12
 
13
+ export declare interface AtlassianOauthTokenResponse {
14
+ access_token: string;
15
+ expires_in: number;
16
+ scope: string;
17
+ }
18
+
11
19
  declare interface AtlassianProductFetchService<P extends Product> {
12
20
  productType: P;
13
21
  fetch: FetchSignature;
@@ -31,7 +39,7 @@ declare type FetchRoute = {
31
39
 
32
40
  declare type FetchSignature = <T>(request: FetchRequest, body?: Record<string, any>) => Promise<T>;
33
41
 
34
- export declare function getAtlassianOAuthToken(grant_type: string, client_id: string, client_secret: string, code: string, redirect_uri: string): Promise<unknown>;
42
+ export declare function getAtlassianOAuthToken(grant_type: string, client_id: string, client_secret: string, code: string, redirect_uri: string): Promise<AtlassianOauthTokenResponse>;
35
43
 
36
44
  export declare function getAtlassianUserDetails(authToken: string): Promise<OAuthUser>;
37
45
 
@@ -64,4 +72,6 @@ declare type RequestProductMethod = (url: FetchRoute, init: RequestInit) => Prom
64
72
 
65
73
  export declare function route(template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]): FetchRoute;
66
74
 
75
+ export declare function routeNoEscaping(template: TemplateStringsArray, ...parameters: (string | number | URLSearchParams | FetchRoute)[]): FetchRoute;
76
+
67
77
  export { }
@@ -1,11 +1,13 @@
1
- import { atlassianOAuthBitbucketFetch as e, atlassianOAuthConfluenceFetch as s, atlassianOAuthJiraFetch as h, atlassianOAuthRawFetch as i, getAtlassianOAuthToken as n, getAtlassianUserDetails as l } from "../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js";
2
- import { route as o } from "../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js";
1
+ import { atlassianOAuthBitbucketFetch as e, atlassianOAuthConfluenceFetch as s, atlassianOAuthJiraFetch as i, atlassianOAuthJiraFetchViaProxy as h, atlassianOAuthRawFetch as n, getAtlassianOAuthToken as o, getAtlassianUserDetails as r } from "../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/atlassian-oauth-fetch/index.es.js";
2
+ import { route as l, routeNoEscaping as c } from "../atlassian/shared/data-access-atlassian-product-fetch-oauth/src/lib/route/index.es.js";
3
3
  export {
4
4
  e as atlassianOAuthBitbucketFetch,
5
5
  s as atlassianOAuthConfluenceFetch,
6
- h as atlassianOAuthJiraFetch,
7
- i as atlassianOAuthRawFetch,
8
- n as getAtlassianOAuthToken,
9
- l as getAtlassianUserDetails,
10
- o as route
6
+ i as atlassianOAuthJiraFetch,
7
+ h as atlassianOAuthJiraFetchViaProxy,
8
+ n as atlassianOAuthRawFetch,
9
+ o as getAtlassianOAuthToken,
10
+ r as getAtlassianUserDetails,
11
+ l as route,
12
+ c as routeNoEscaping
11
13
  };
@@ -521,6 +521,14 @@
521
521
  "kind": "Content",
522
522
  "text": "string[]"
523
523
  },
524
+ {
525
+ "kind": "Content",
526
+ "text": ", rendered?: "
527
+ },
528
+ {
529
+ "kind": "Content",
530
+ "text": "boolean"
531
+ },
524
532
  {
525
533
  "kind": "Content",
526
534
  "text": "): "
@@ -550,8 +558,8 @@
550
558
  ],
551
559
  "isStatic": false,
552
560
  "returnTypeTokenRange": {
553
- "startIndex": 5,
554
- "endIndex": 9
561
+ "startIndex": 7,
562
+ "endIndex": 11
555
563
  },
556
564
  "releaseTag": "Public",
557
565
  "isProtected": false,
@@ -572,6 +580,14 @@
572
580
  "endIndex": 4
573
581
  },
574
582
  "isOptional": true
583
+ },
584
+ {
585
+ "parameterName": "rendered",
586
+ "parameterTypeTokenRange": {
587
+ "startIndex": 5,
588
+ "endIndex": 6
589
+ },
590
+ "isOptional": true
575
591
  }
576
592
  ],
577
593
  "isOptional": false,
@@ -619,7 +635,7 @@
619
635
  },
620
636
  {
621
637
  "kind": "Content",
622
- "text": " | undefined>"
638
+ "text": ">"
623
639
  },
624
640
  {
625
641
  "kind": "Content",
@@ -697,7 +713,7 @@
697
713
  },
698
714
  {
699
715
  "kind": "Content",
700
- "text": " | undefined>"
716
+ "text": ">"
701
717
  },
702
718
  {
703
719
  "kind": "Content",
@@ -943,7 +959,16 @@
943
959
  },
944
960
  {
945
961
  "kind": "Content",
946
- "text": "[]>"
962
+ "text": "<"
963
+ },
964
+ {
965
+ "kind": "Reference",
966
+ "text": "AtlassianDocumentFormat",
967
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianDocumentFormat:interface"
968
+ },
969
+ {
970
+ "kind": "Content",
971
+ "text": ">[]>"
947
972
  },
948
973
  {
949
974
  "kind": "Content",
@@ -953,7 +978,7 @@
953
978
  "isStatic": false,
954
979
  "returnTypeTokenRange": {
955
980
  "startIndex": 7,
956
- "endIndex": 11
981
+ "endIndex": 13
957
982
  },
958
983
  "releaseTag": "Public",
959
984
  "isProtected": false,
@@ -1029,11 +1054,11 @@
1029
1054
  "excerptTokens": [
1030
1055
  {
1031
1056
  "kind": "Content",
1032
- "text": "queryForIssuesInProjects(projectIds: "
1057
+ "text": "queryForIssuesInProjects(projectIdsOrKeys: "
1033
1058
  },
1034
1059
  {
1035
1060
  "kind": "Content",
1036
- "text": "number[]"
1061
+ "text": "string[]"
1037
1062
  },
1038
1063
  {
1039
1064
  "kind": "Content",
@@ -1055,7 +1080,16 @@
1055
1080
  },
1056
1081
  {
1057
1082
  "kind": "Content",
1058
- "text": "[]>"
1083
+ "text": "<"
1084
+ },
1085
+ {
1086
+ "kind": "Reference",
1087
+ "text": "AtlassianDocumentFormat",
1088
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~AtlassianDocumentFormat:interface"
1089
+ },
1090
+ {
1091
+ "kind": "Content",
1092
+ "text": ">[]>"
1059
1093
  },
1060
1094
  {
1061
1095
  "kind": "Content",
@@ -1065,14 +1099,14 @@
1065
1099
  "isStatic": false,
1066
1100
  "returnTypeTokenRange": {
1067
1101
  "startIndex": 3,
1068
- "endIndex": 7
1102
+ "endIndex": 9
1069
1103
  },
1070
1104
  "releaseTag": "Public",
1071
1105
  "isProtected": false,
1072
1106
  "overloadIndex": 1,
1073
1107
  "parameters": [
1074
1108
  {
1075
- "parameterName": "projectIds",
1109
+ "parameterName": "projectIdsOrKeys",
1076
1110
  "parameterTypeTokenRange": {
1077
1111
  "startIndex": 1,
1078
1112
  "endIndex": 2
@@ -1382,6 +1416,91 @@
1382
1416
  "isOptional": false,
1383
1417
  "isAbstract": false,
1384
1418
  "name": "updateIssue"
1419
+ },
1420
+ {
1421
+ "kind": "Method",
1422
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraIssueService#updateProperty:member(1)",
1423
+ "docComment": "",
1424
+ "excerptTokens": [
1425
+ {
1426
+ "kind": "Content",
1427
+ "text": "updateProperty(issueIdOrKey: "
1428
+ },
1429
+ {
1430
+ "kind": "Content",
1431
+ "text": "string"
1432
+ },
1433
+ {
1434
+ "kind": "Content",
1435
+ "text": ", propertyName: "
1436
+ },
1437
+ {
1438
+ "kind": "Content",
1439
+ "text": "string"
1440
+ },
1441
+ {
1442
+ "kind": "Content",
1443
+ "text": ", value: "
1444
+ },
1445
+ {
1446
+ "kind": "Content",
1447
+ "text": "any"
1448
+ },
1449
+ {
1450
+ "kind": "Content",
1451
+ "text": "): "
1452
+ },
1453
+ {
1454
+ "kind": "Reference",
1455
+ "text": "Promise",
1456
+ "canonicalReference": "!Promise:interface"
1457
+ },
1458
+ {
1459
+ "kind": "Content",
1460
+ "text": "<void>"
1461
+ },
1462
+ {
1463
+ "kind": "Content",
1464
+ "text": ";"
1465
+ }
1466
+ ],
1467
+ "isStatic": false,
1468
+ "returnTypeTokenRange": {
1469
+ "startIndex": 7,
1470
+ "endIndex": 9
1471
+ },
1472
+ "releaseTag": "Public",
1473
+ "isProtected": false,
1474
+ "overloadIndex": 1,
1475
+ "parameters": [
1476
+ {
1477
+ "parameterName": "issueIdOrKey",
1478
+ "parameterTypeTokenRange": {
1479
+ "startIndex": 1,
1480
+ "endIndex": 2
1481
+ },
1482
+ "isOptional": false
1483
+ },
1484
+ {
1485
+ "parameterName": "propertyName",
1486
+ "parameterTypeTokenRange": {
1487
+ "startIndex": 3,
1488
+ "endIndex": 4
1489
+ },
1490
+ "isOptional": false
1491
+ },
1492
+ {
1493
+ "parameterName": "value",
1494
+ "parameterTypeTokenRange": {
1495
+ "startIndex": 5,
1496
+ "endIndex": 6
1497
+ },
1498
+ "isOptional": false
1499
+ }
1500
+ ],
1501
+ "isOptional": false,
1502
+ "isAbstract": false,
1503
+ "name": "updateProperty"
1385
1504
  }
1386
1505
  ],
1387
1506
  "implementsTokenRanges": []
@@ -8,8 +8,6 @@
8
8
  export class JiraIssueService {
9
9
  // Warning: (ae-forgotten-export) The symbol "AtlassianProductFetchService" needs to be exported by the entry point data-access-issue.d.ts
10
10
  constructor(fetchSvc: AtlassianProductFetchService<'jira'>);
11
- // Warning: (ae-forgotten-export) The symbol "AtlassianDocumentFormat" needs to be exported by the entry point data-access-issue.d.ts
12
- //
13
11
  // (undocumented)
14
12
  addIssueComment(issueIdOrKey: string, body: AtlassianDocumentFormat): Promise<IssueComment>;
15
13
  // Warning: (ae-forgotten-export) The symbol "WorklogCreateRequest" needs to be exported by the entry point data-access-issue.d.ts
@@ -29,27 +27,29 @@ export class JiraIssueService {
29
27
  // Warning: (ae-forgotten-export) The symbol "Issue" needs to be exported by the entry point data-access-issue.d.ts
30
28
  //
31
29
  // (undocumented)
32
- getIssue(issueIdOrKey: string, fields?: string[]): Promise<Issue | undefined>;
30
+ getIssue(issueIdOrKey: string, fields?: string[], rendered?: boolean): Promise<Issue | undefined>;
33
31
  // Warning: (ae-forgotten-export) The symbol "IssueComment" needs to be exported by the entry point data-access-issue.d.ts
34
32
  //
35
33
  // (undocumented)
36
- getIssueCommentById(issueIdOrKey: string, commentId: string): Promise<IssueComment | undefined>;
34
+ getIssueCommentById(issueIdOrKey: string, commentId: string): Promise<IssueComment>;
37
35
  // Warning: (ae-forgotten-export) The symbol "JiraCommentResponse" needs to be exported by the entry point data-access-issue.d.ts
38
36
  //
39
37
  // (undocumented)
40
- getIssueComments(issueIdOrKey: string, startAt?: number): Promise<JiraCommentResponse | undefined>;
38
+ getIssueComments(issueIdOrKey: string, startAt?: number): Promise<JiraCommentResponse>;
41
39
  // (undocumented)
42
40
  getIssueField<T>(issueIdOrKey: string, field: string): Promise<T | undefined>;
43
41
  // Warning: (ae-forgotten-export) The symbol "IssueFields" needs to be exported by the entry point data-access-issue.d.ts
44
42
  //
45
43
  // (undocumented)
46
44
  getIssueFields(issueIdOrKey: string, fields: string[]): Promise<IssueFields | undefined>;
45
+ // Warning: (ae-forgotten-export) The symbol "AtlassianDocumentFormat" needs to be exported by the entry point data-access-issue.d.ts
46
+ //
47
47
  // (undocumented)
48
- issueSearch(jql: string, fields: string[], maxResults?: number): Promise<Issue[]>;
48
+ issueSearch(jql: string, fields: string[], maxResults?: number): Promise<Issue<AtlassianDocumentFormat>[]>;
49
49
  // (undocumented)
50
50
  static readonly issueUrl = "/rest/api/3/issue";
51
51
  // (undocumented)
52
- queryForIssuesInProjects(projectIds: number[]): Promise<Issue[]>;
52
+ queryForIssuesInProjects(projectIdsOrKeys: string[]): Promise<Issue<AtlassianDocumentFormat>[]>;
53
53
  // Warning: (ae-forgotten-export) The symbol "TransitionIssueRequest" needs to be exported by the entry point data-access-issue.d.ts
54
54
  //
55
55
  // (undocumented)
@@ -62,6 +62,8 @@ export class JiraIssueService {
62
62
  //
63
63
  // (undocumented)
64
64
  updateIssue(issueIdOrKey: string, body: UpdateIssue): Promise<void>;
65
+ // (undocumented)
66
+ updateProperty(issueIdOrKey: string, propertyName: string, value: any): Promise<void>;
65
67
  }
66
68
 
67
69
  // (No @packageDocumentation comment for this package)