@valiantys/atlassian-app-frontend 3.0.0-alpha-3 → 3.0.0-alpha-5

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.
@@ -172,6 +172,445 @@
172
172
  "name": "",
173
173
  "preserveMemberOrder": false,
174
174
  "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface",
178
+ "docComment": "",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AtlassianDocumentFormat "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
186
+ "releaseTag": "Public",
187
+ "name": "AtlassianDocumentFormat",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat#content:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "content: "
198
+ },
199
+ {
200
+ "kind": "Reference",
201
+ "text": "AtlassianDocumentFormatNode",
202
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatNode:type"
203
+ },
204
+ {
205
+ "kind": "Content",
206
+ "text": "[]"
207
+ },
208
+ {
209
+ "kind": "Content",
210
+ "text": ";"
211
+ }
212
+ ],
213
+ "isReadonly": false,
214
+ "isOptional": false,
215
+ "releaseTag": "Public",
216
+ "name": "content",
217
+ "propertyTypeTokenRange": {
218
+ "startIndex": 1,
219
+ "endIndex": 3
220
+ }
221
+ },
222
+ {
223
+ "kind": "PropertySignature",
224
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat#type:member",
225
+ "docComment": "",
226
+ "excerptTokens": [
227
+ {
228
+ "kind": "Content",
229
+ "text": "type: "
230
+ },
231
+ {
232
+ "kind": "Content",
233
+ "text": "'doc'"
234
+ },
235
+ {
236
+ "kind": "Content",
237
+ "text": ";"
238
+ }
239
+ ],
240
+ "isReadonly": false,
241
+ "isOptional": false,
242
+ "releaseTag": "Public",
243
+ "name": "type",
244
+ "propertyTypeTokenRange": {
245
+ "startIndex": 1,
246
+ "endIndex": 2
247
+ }
248
+ },
249
+ {
250
+ "kind": "PropertySignature",
251
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat#version:member",
252
+ "docComment": "",
253
+ "excerptTokens": [
254
+ {
255
+ "kind": "Content",
256
+ "text": "version: "
257
+ },
258
+ {
259
+ "kind": "Content",
260
+ "text": "number"
261
+ },
262
+ {
263
+ "kind": "Content",
264
+ "text": ";"
265
+ }
266
+ ],
267
+ "isReadonly": false,
268
+ "isOptional": false,
269
+ "releaseTag": "Public",
270
+ "name": "version",
271
+ "propertyTypeTokenRange": {
272
+ "startIndex": 1,
273
+ "endIndex": 2
274
+ }
275
+ }
276
+ ],
277
+ "extendsTokenRanges": []
278
+ },
279
+ {
280
+ "kind": "Interface",
281
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatBlockNode:interface",
282
+ "docComment": "",
283
+ "excerptTokens": [
284
+ {
285
+ "kind": "Content",
286
+ "text": "export interface AtlassianDocumentFormatBlockNode "
287
+ }
288
+ ],
289
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
290
+ "releaseTag": "Public",
291
+ "name": "AtlassianDocumentFormatBlockNode",
292
+ "preserveMemberOrder": false,
293
+ "members": [
294
+ {
295
+ "kind": "PropertySignature",
296
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatBlockNode#content:member",
297
+ "docComment": "",
298
+ "excerptTokens": [
299
+ {
300
+ "kind": "Content",
301
+ "text": "content: "
302
+ },
303
+ {
304
+ "kind": "Reference",
305
+ "text": "AtlassianDocumentFormatNode",
306
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatNode:type"
307
+ },
308
+ {
309
+ "kind": "Content",
310
+ "text": "[]"
311
+ },
312
+ {
313
+ "kind": "Content",
314
+ "text": ";"
315
+ }
316
+ ],
317
+ "isReadonly": false,
318
+ "isOptional": false,
319
+ "releaseTag": "Public",
320
+ "name": "content",
321
+ "propertyTypeTokenRange": {
322
+ "startIndex": 1,
323
+ "endIndex": 3
324
+ }
325
+ },
326
+ {
327
+ "kind": "PropertySignature",
328
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatBlockNode#type:member",
329
+ "docComment": "",
330
+ "excerptTokens": [
331
+ {
332
+ "kind": "Content",
333
+ "text": "type: "
334
+ },
335
+ {
336
+ "kind": "Content",
337
+ "text": "string"
338
+ },
339
+ {
340
+ "kind": "Content",
341
+ "text": ";"
342
+ }
343
+ ],
344
+ "isReadonly": false,
345
+ "isOptional": false,
346
+ "releaseTag": "Public",
347
+ "name": "type",
348
+ "propertyTypeTokenRange": {
349
+ "startIndex": 1,
350
+ "endIndex": 2
351
+ }
352
+ }
353
+ ],
354
+ "extendsTokenRanges": []
355
+ },
356
+ {
357
+ "kind": "Interface",
358
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatInlineNode:interface",
359
+ "docComment": "",
360
+ "excerptTokens": [
361
+ {
362
+ "kind": "Content",
363
+ "text": "export interface AtlassianDocumentFormatInlineNode "
364
+ }
365
+ ],
366
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
367
+ "releaseTag": "Public",
368
+ "name": "AtlassianDocumentFormatInlineNode",
369
+ "preserveMemberOrder": false,
370
+ "members": [
371
+ {
372
+ "kind": "PropertySignature",
373
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatInlineNode#type:member",
374
+ "docComment": "",
375
+ "excerptTokens": [
376
+ {
377
+ "kind": "Content",
378
+ "text": "type: "
379
+ },
380
+ {
381
+ "kind": "Content",
382
+ "text": "string"
383
+ },
384
+ {
385
+ "kind": "Content",
386
+ "text": ";"
387
+ }
388
+ ],
389
+ "isReadonly": false,
390
+ "isOptional": false,
391
+ "releaseTag": "Public",
392
+ "name": "type",
393
+ "propertyTypeTokenRange": {
394
+ "startIndex": 1,
395
+ "endIndex": 2
396
+ }
397
+ }
398
+ ],
399
+ "extendsTokenRanges": []
400
+ },
401
+ {
402
+ "kind": "TypeAlias",
403
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatNode:type",
404
+ "docComment": "",
405
+ "excerptTokens": [
406
+ {
407
+ "kind": "Content",
408
+ "text": "export type AtlassianDocumentFormatNode = "
409
+ },
410
+ {
411
+ "kind": "Reference",
412
+ "text": "AtlassianDocumentFormatInlineNode",
413
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatInlineNode:interface"
414
+ },
415
+ {
416
+ "kind": "Content",
417
+ "text": " | "
418
+ },
419
+ {
420
+ "kind": "Reference",
421
+ "text": "AtlassianDocumentFormatBlockNode",
422
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatBlockNode:interface"
423
+ },
424
+ {
425
+ "kind": "Content",
426
+ "text": ";"
427
+ }
428
+ ],
429
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
430
+ "releaseTag": "Public",
431
+ "name": "AtlassianDocumentFormatNode",
432
+ "typeTokenRange": {
433
+ "startIndex": 1,
434
+ "endIndex": 4
435
+ }
436
+ },
437
+ {
438
+ "kind": "Interface",
439
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatParagraphNode:interface",
440
+ "docComment": "",
441
+ "excerptTokens": [
442
+ {
443
+ "kind": "Content",
444
+ "text": "export interface AtlassianDocumentFormatParagraphNode extends "
445
+ },
446
+ {
447
+ "kind": "Reference",
448
+ "text": "AtlassianDocumentFormatBlockNode",
449
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatBlockNode:interface"
450
+ },
451
+ {
452
+ "kind": "Content",
453
+ "text": " "
454
+ }
455
+ ],
456
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
457
+ "releaseTag": "Public",
458
+ "name": "AtlassianDocumentFormatParagraphNode",
459
+ "preserveMemberOrder": false,
460
+ "members": [
461
+ {
462
+ "kind": "PropertySignature",
463
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatParagraphNode#content:member",
464
+ "docComment": "",
465
+ "excerptTokens": [
466
+ {
467
+ "kind": "Content",
468
+ "text": "content: "
469
+ },
470
+ {
471
+ "kind": "Reference",
472
+ "text": "AtlassianDocumentFormatInlineNode",
473
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatInlineNode:interface"
474
+ },
475
+ {
476
+ "kind": "Content",
477
+ "text": "[]"
478
+ },
479
+ {
480
+ "kind": "Content",
481
+ "text": ";"
482
+ }
483
+ ],
484
+ "isReadonly": false,
485
+ "isOptional": false,
486
+ "releaseTag": "Public",
487
+ "name": "content",
488
+ "propertyTypeTokenRange": {
489
+ "startIndex": 1,
490
+ "endIndex": 3
491
+ }
492
+ },
493
+ {
494
+ "kind": "PropertySignature",
495
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatParagraphNode#type:member",
496
+ "docComment": "",
497
+ "excerptTokens": [
498
+ {
499
+ "kind": "Content",
500
+ "text": "type: "
501
+ },
502
+ {
503
+ "kind": "Content",
504
+ "text": "'paragraph'"
505
+ },
506
+ {
507
+ "kind": "Content",
508
+ "text": ";"
509
+ }
510
+ ],
511
+ "isReadonly": false,
512
+ "isOptional": false,
513
+ "releaseTag": "Public",
514
+ "name": "type",
515
+ "propertyTypeTokenRange": {
516
+ "startIndex": 1,
517
+ "endIndex": 2
518
+ }
519
+ }
520
+ ],
521
+ "extendsTokenRanges": [
522
+ {
523
+ "startIndex": 1,
524
+ "endIndex": 2
525
+ }
526
+ ]
527
+ },
528
+ {
529
+ "kind": "Interface",
530
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatTextNode:interface",
531
+ "docComment": "",
532
+ "excerptTokens": [
533
+ {
534
+ "kind": "Content",
535
+ "text": "export interface AtlassianDocumentFormatTextNode extends "
536
+ },
537
+ {
538
+ "kind": "Reference",
539
+ "text": "AtlassianDocumentFormatInlineNode",
540
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatInlineNode:interface"
541
+ },
542
+ {
543
+ "kind": "Content",
544
+ "text": " "
545
+ }
546
+ ],
547
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
548
+ "releaseTag": "Public",
549
+ "name": "AtlassianDocumentFormatTextNode",
550
+ "preserveMemberOrder": false,
551
+ "members": [
552
+ {
553
+ "kind": "PropertySignature",
554
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatTextNode#text:member",
555
+ "docComment": "",
556
+ "excerptTokens": [
557
+ {
558
+ "kind": "Content",
559
+ "text": "text: "
560
+ },
561
+ {
562
+ "kind": "Content",
563
+ "text": "string"
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": ";"
568
+ }
569
+ ],
570
+ "isReadonly": false,
571
+ "isOptional": false,
572
+ "releaseTag": "Public",
573
+ "name": "text",
574
+ "propertyTypeTokenRange": {
575
+ "startIndex": 1,
576
+ "endIndex": 2
577
+ }
578
+ },
579
+ {
580
+ "kind": "PropertySignature",
581
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatTextNode#type:member",
582
+ "docComment": "",
583
+ "excerptTokens": [
584
+ {
585
+ "kind": "Content",
586
+ "text": "type: "
587
+ },
588
+ {
589
+ "kind": "Content",
590
+ "text": "'text'"
591
+ },
592
+ {
593
+ "kind": "Content",
594
+ "text": ";"
595
+ }
596
+ ],
597
+ "isReadonly": false,
598
+ "isOptional": false,
599
+ "releaseTag": "Public",
600
+ "name": "type",
601
+ "propertyTypeTokenRange": {
602
+ "startIndex": 1,
603
+ "endIndex": 2
604
+ }
605
+ }
606
+ ],
607
+ "extendsTokenRanges": [
608
+ {
609
+ "startIndex": 1,
610
+ "endIndex": 2
611
+ }
612
+ ]
613
+ },
175
614
  {
176
615
  "kind": "Interface",
177
616
  "canonicalReference": "@valiantys/atlassian-app-frontend!AvatarUrls:interface",
@@ -1248,6 +1687,118 @@
1248
1687
  ],
1249
1688
  "extendsTokenRanges": []
1250
1689
  },
1690
+ {
1691
+ "kind": "Function",
1692
+ "canonicalReference": "@valiantys/atlassian-app-frontend!isAtlassianDocumentFormatParagraphNode:function(1)",
1693
+ "docComment": "",
1694
+ "excerptTokens": [
1695
+ {
1696
+ "kind": "Content",
1697
+ "text": "export declare function isAtlassianDocumentFormatParagraphNode(node: "
1698
+ },
1699
+ {
1700
+ "kind": "Reference",
1701
+ "text": "AtlassianDocumentFormatNode",
1702
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatNode:type"
1703
+ },
1704
+ {
1705
+ "kind": "Content",
1706
+ "text": "): "
1707
+ },
1708
+ {
1709
+ "kind": "Reference",
1710
+ "text": "node",
1711
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~node"
1712
+ },
1713
+ {
1714
+ "kind": "Content",
1715
+ "text": " is "
1716
+ },
1717
+ {
1718
+ "kind": "Reference",
1719
+ "text": "AtlassianDocumentFormatParagraphNode",
1720
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatParagraphNode:interface"
1721
+ },
1722
+ {
1723
+ "kind": "Content",
1724
+ "text": ";"
1725
+ }
1726
+ ],
1727
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
1728
+ "returnTypeTokenRange": {
1729
+ "startIndex": 3,
1730
+ "endIndex": 6
1731
+ },
1732
+ "releaseTag": "Public",
1733
+ "overloadIndex": 1,
1734
+ "parameters": [
1735
+ {
1736
+ "parameterName": "node",
1737
+ "parameterTypeTokenRange": {
1738
+ "startIndex": 1,
1739
+ "endIndex": 2
1740
+ },
1741
+ "isOptional": false
1742
+ }
1743
+ ],
1744
+ "name": "isAtlassianDocumentFormatParagraphNode"
1745
+ },
1746
+ {
1747
+ "kind": "Function",
1748
+ "canonicalReference": "@valiantys/atlassian-app-frontend!isAtlassianDocumentFormatTextNode:function(1)",
1749
+ "docComment": "",
1750
+ "excerptTokens": [
1751
+ {
1752
+ "kind": "Content",
1753
+ "text": "export declare function isAtlassianDocumentFormatTextNode(node: "
1754
+ },
1755
+ {
1756
+ "kind": "Reference",
1757
+ "text": "AtlassianDocumentFormatNode",
1758
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatNode:type"
1759
+ },
1760
+ {
1761
+ "kind": "Content",
1762
+ "text": "): "
1763
+ },
1764
+ {
1765
+ "kind": "Reference",
1766
+ "text": "node",
1767
+ "canonicalReference": "@valiantys/atlassian-app-frontend!~node"
1768
+ },
1769
+ {
1770
+ "kind": "Content",
1771
+ "text": " is "
1772
+ },
1773
+ {
1774
+ "kind": "Reference",
1775
+ "text": "AtlassianDocumentFormatTextNode",
1776
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormatTextNode:interface"
1777
+ },
1778
+ {
1779
+ "kind": "Content",
1780
+ "text": ";"
1781
+ }
1782
+ ],
1783
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
1784
+ "returnTypeTokenRange": {
1785
+ "startIndex": 3,
1786
+ "endIndex": 6
1787
+ },
1788
+ "releaseTag": "Public",
1789
+ "overloadIndex": 1,
1790
+ "parameters": [
1791
+ {
1792
+ "parameterName": "node",
1793
+ "parameterTypeTokenRange": {
1794
+ "startIndex": 1,
1795
+ "endIndex": 2
1796
+ },
1797
+ "isOptional": false
1798
+ }
1799
+ ],
1800
+ "name": "isAtlassianDocumentFormatTextNode"
1801
+ },
1251
1802
  {
1252
1803
  "kind": "Interface",
1253
1804
  "canonicalReference": "@valiantys/atlassian-app-frontend!Issue:interface",
@@ -1402,6 +1953,68 @@
1402
1953
  ],
1403
1954
  "extendsTokenRanges": []
1404
1955
  },
1956
+ {
1957
+ "kind": "TypeAlias",
1958
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueComment:type",
1959
+ "docComment": "",
1960
+ "excerptTokens": [
1961
+ {
1962
+ "kind": "Content",
1963
+ "text": "export type IssueComment = "
1964
+ },
1965
+ {
1966
+ "kind": "Content",
1967
+ "text": "{\n author: "
1968
+ },
1969
+ {
1970
+ "kind": "Reference",
1971
+ "text": "User",
1972
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
1973
+ },
1974
+ {
1975
+ "kind": "Content",
1976
+ "text": ";\n body: "
1977
+ },
1978
+ {
1979
+ "kind": "Reference",
1980
+ "text": "AtlassianDocumentFormat",
1981
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
1982
+ },
1983
+ {
1984
+ "kind": "Content",
1985
+ "text": ";\n created: string;\n id: string;\n self: string;\n updateAuthor: "
1986
+ },
1987
+ {
1988
+ "kind": "Reference",
1989
+ "text": "User",
1990
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
1991
+ },
1992
+ {
1993
+ "kind": "Content",
1994
+ "text": ";\n updated: string;\n visibility: "
1995
+ },
1996
+ {
1997
+ "kind": "Reference",
1998
+ "text": "Visibility",
1999
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Visibility:type"
2000
+ },
2001
+ {
2002
+ "kind": "Content",
2003
+ "text": ";\n}"
2004
+ },
2005
+ {
2006
+ "kind": "Content",
2007
+ "text": ";"
2008
+ }
2009
+ ],
2010
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
2011
+ "releaseTag": "Public",
2012
+ "name": "IssueComment",
2013
+ "typeTokenRange": {
2014
+ "startIndex": 1,
2015
+ "endIndex": 10
2016
+ }
2017
+ },
1405
2018
  {
1406
2019
  "kind": "TypeAlias",
1407
2020
  "canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type",
@@ -2025,6 +2638,41 @@
2025
2638
  ],
2026
2639
  "extendsTokenRanges": []
2027
2640
  },
2641
+ {
2642
+ "kind": "TypeAlias",
2643
+ "canonicalReference": "@valiantys/atlassian-app-frontend!JiraCommentResponse:type",
2644
+ "docComment": "",
2645
+ "excerptTokens": [
2646
+ {
2647
+ "kind": "Content",
2648
+ "text": "export type JiraCommentResponse = "
2649
+ },
2650
+ {
2651
+ "kind": "Content",
2652
+ "text": "{\n comments: "
2653
+ },
2654
+ {
2655
+ "kind": "Reference",
2656
+ "text": "IssueComment",
2657
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueComment:type"
2658
+ },
2659
+ {
2660
+ "kind": "Content",
2661
+ "text": "[];\n maxResults: number;\n startAt: number;\n total: number;\n}"
2662
+ },
2663
+ {
2664
+ "kind": "Content",
2665
+ "text": ";"
2666
+ }
2667
+ ],
2668
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
2669
+ "releaseTag": "Public",
2670
+ "name": "JiraCommentResponse",
2671
+ "typeTokenRange": {
2672
+ "startIndex": 1,
2673
+ "endIndex": 4
2674
+ }
2675
+ },
2028
2676
  {
2029
2677
  "kind": "TypeAlias",
2030
2678
  "canonicalReference": "@valiantys/atlassian-app-frontend!Precomputation:type",
@@ -2973,8 +3621,9 @@
2973
3621
  "text": "description?: "
2974
3622
  },
2975
3623
  {
2976
- "kind": "Content",
2977
- "text": "{\n type: 'doc';\n version: 1;\n content: {\n type: 'paragraph';\n content: {\n type: 'text';\n text: string;\n }[];\n }[];\n }"
3624
+ "kind": "Reference",
3625
+ "text": "AtlassianDocumentFormat",
3626
+ "canonicalReference": "@valiantys/atlassian-app-frontend!AtlassianDocumentFormat:interface"
2978
3627
  },
2979
3628
  {
2980
3629
  "kind": "Content",
@@ -4043,6 +4692,32 @@
4043
4692
  ],
4044
4693
  "extendsTokenRanges": []
4045
4694
  },
4695
+ {
4696
+ "kind": "TypeAlias",
4697
+ "canonicalReference": "@valiantys/atlassian-app-frontend!Visibility:type",
4698
+ "docComment": "",
4699
+ "excerptTokens": [
4700
+ {
4701
+ "kind": "Content",
4702
+ "text": "export type Visibility = "
4703
+ },
4704
+ {
4705
+ "kind": "Content",
4706
+ "text": "{\n identifier: string;\n type: string;\n value: string;\n}"
4707
+ },
4708
+ {
4709
+ "kind": "Content",
4710
+ "text": ";"
4711
+ }
4712
+ ],
4713
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
4714
+ "releaseTag": "Public",
4715
+ "name": "Visibility",
4716
+ "typeTokenRange": {
4717
+ "startIndex": 1,
4718
+ "endIndex": 2
4719
+ }
4720
+ },
4046
4721
  {
4047
4722
  "kind": "Interface",
4048
4723
  "canonicalReference": "@valiantys/atlassian-app-frontend!Worklog:interface",