@valiantys/atlassian-app-frontend 3.0.0-alpha-4 → 3.0.0-alpha-6

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",
@@ -298,32 +737,6 @@
298
737
  ],
299
738
  "extendsTokenRanges": []
300
739
  },
301
- {
302
- "kind": "TypeAlias",
303
- "canonicalReference": "@valiantys/atlassian-app-frontend!CommentAuthor:type",
304
- "docComment": "",
305
- "excerptTokens": [
306
- {
307
- "kind": "Content",
308
- "text": "export type CommentAuthor = "
309
- },
310
- {
311
- "kind": "Content",
312
- "text": "{\n accountId: string;\n active: boolean;\n displayName: string;\n self: string;\n}"
313
- },
314
- {
315
- "kind": "Content",
316
- "text": ";"
317
- }
318
- ],
319
- "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
320
- "releaseTag": "Public",
321
- "name": "CommentAuthor",
322
- "typeTokenRange": {
323
- "startIndex": 1,
324
- "endIndex": 2
325
- }
326
- },
327
740
  {
328
741
  "kind": "Interface",
329
742
  "canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue:interface",
@@ -661,7 +1074,7 @@
661
1074
  "text": "export interface EntityProperty "
662
1075
  }
663
1076
  ],
664
- "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
1077
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/entity-property.d.ts",
665
1078
  "releaseTag": "Public",
666
1079
  "name": "EntityProperty",
667
1080
  "preserveMemberOrder": false,
@@ -1274,6 +1687,118 @@
1274
1687
  ],
1275
1688
  "extendsTokenRanges": []
1276
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
+ },
1277
1802
  {
1278
1803
  "kind": "Interface",
1279
1804
  "canonicalReference": "@valiantys/atlassian-app-frontend!Issue:interface",
@@ -1443,17 +1968,26 @@
1443
1968
  },
1444
1969
  {
1445
1970
  "kind": "Reference",
1446
- "text": "CommentAuthor",
1447
- "canonicalReference": "@valiantys/atlassian-app-frontend!CommentAuthor:type"
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"
1448
1982
  },
1449
1983
  {
1450
1984
  "kind": "Content",
1451
- "text": ";\n body: {\n type: string;\n version: number;\n content: unknown[];\n };\n created: string;\n id: string;\n self: string;\n updateAuthor: "
1985
+ "text": ";\n created: string;\n id: string;\n self: string;\n updateAuthor: "
1452
1986
  },
1453
1987
  {
1454
1988
  "kind": "Reference",
1455
- "text": "CommentAuthor",
1456
- "canonicalReference": "@valiantys/atlassian-app-frontend!CommentAuthor:type"
1989
+ "text": "User",
1990
+ "canonicalReference": "@valiantys/atlassian-app-frontend!User:interface"
1457
1991
  },
1458
1992
  {
1459
1993
  "kind": "Content",
@@ -1478,7 +2012,7 @@
1478
2012
  "name": "IssueComment",
1479
2013
  "typeTokenRange": {
1480
2014
  "startIndex": 1,
1481
- "endIndex": 8
2015
+ "endIndex": 10
1482
2016
  }
1483
2017
  },
1484
2018
  {
@@ -3087,8 +3621,9 @@
3087
3621
  "text": "description?: "
3088
3622
  },
3089
3623
  {
3090
- "kind": "Content",
3091
- "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"
3092
3627
  },
3093
3628
  {
3094
3629
  "kind": "Content",
@@ -3665,6 +4200,166 @@
3665
4200
  ],
3666
4201
  "extendsTokenRanges": []
3667
4202
  },
4203
+ {
4204
+ "kind": "Interface",
4205
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest:interface",
4206
+ "docComment": "",
4207
+ "excerptTokens": [
4208
+ {
4209
+ "kind": "Content",
4210
+ "text": "export interface TransitionIssueRequest "
4211
+ }
4212
+ ],
4213
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
4214
+ "releaseTag": "Public",
4215
+ "name": "TransitionIssueRequest",
4216
+ "preserveMemberOrder": false,
4217
+ "members": [
4218
+ {
4219
+ "kind": "PropertySignature",
4220
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest#fields:member",
4221
+ "docComment": "",
4222
+ "excerptTokens": [
4223
+ {
4224
+ "kind": "Content",
4225
+ "text": "fields?: "
4226
+ },
4227
+ {
4228
+ "kind": "Content",
4229
+ "text": "any"
4230
+ },
4231
+ {
4232
+ "kind": "Content",
4233
+ "text": ";"
4234
+ }
4235
+ ],
4236
+ "isReadonly": false,
4237
+ "isOptional": true,
4238
+ "releaseTag": "Public",
4239
+ "name": "fields",
4240
+ "propertyTypeTokenRange": {
4241
+ "startIndex": 1,
4242
+ "endIndex": 2
4243
+ }
4244
+ },
4245
+ {
4246
+ "kind": "PropertySignature",
4247
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest#historyMetadata:member",
4248
+ "docComment": "",
4249
+ "excerptTokens": [
4250
+ {
4251
+ "kind": "Content",
4252
+ "text": "historyMetadata?: "
4253
+ },
4254
+ {
4255
+ "kind": "Reference",
4256
+ "text": "HistoryMetadata",
4257
+ "canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata:interface"
4258
+ },
4259
+ {
4260
+ "kind": "Content",
4261
+ "text": ";"
4262
+ }
4263
+ ],
4264
+ "isReadonly": false,
4265
+ "isOptional": true,
4266
+ "releaseTag": "Public",
4267
+ "name": "historyMetadata",
4268
+ "propertyTypeTokenRange": {
4269
+ "startIndex": 1,
4270
+ "endIndex": 2
4271
+ }
4272
+ },
4273
+ {
4274
+ "kind": "PropertySignature",
4275
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest#properties:member",
4276
+ "docComment": "",
4277
+ "excerptTokens": [
4278
+ {
4279
+ "kind": "Content",
4280
+ "text": "properties?: "
4281
+ },
4282
+ {
4283
+ "kind": "Reference",
4284
+ "text": "EntityProperty",
4285
+ "canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty:interface"
4286
+ },
4287
+ {
4288
+ "kind": "Content",
4289
+ "text": "[]"
4290
+ },
4291
+ {
4292
+ "kind": "Content",
4293
+ "text": ";"
4294
+ }
4295
+ ],
4296
+ "isReadonly": false,
4297
+ "isOptional": true,
4298
+ "releaseTag": "Public",
4299
+ "name": "properties",
4300
+ "propertyTypeTokenRange": {
4301
+ "startIndex": 1,
4302
+ "endIndex": 3
4303
+ }
4304
+ },
4305
+ {
4306
+ "kind": "PropertySignature",
4307
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest#transition:member",
4308
+ "docComment": "",
4309
+ "excerptTokens": [
4310
+ {
4311
+ "kind": "Content",
4312
+ "text": "transition: "
4313
+ },
4314
+ {
4315
+ "kind": "Reference",
4316
+ "text": "IssueTransition",
4317
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueTransition:interface"
4318
+ },
4319
+ {
4320
+ "kind": "Content",
4321
+ "text": ";"
4322
+ }
4323
+ ],
4324
+ "isReadonly": false,
4325
+ "isOptional": false,
4326
+ "releaseTag": "Public",
4327
+ "name": "transition",
4328
+ "propertyTypeTokenRange": {
4329
+ "startIndex": 1,
4330
+ "endIndex": 2
4331
+ }
4332
+ },
4333
+ {
4334
+ "kind": "PropertySignature",
4335
+ "canonicalReference": "@valiantys/atlassian-app-frontend!TransitionIssueRequest#update:member",
4336
+ "docComment": "",
4337
+ "excerptTokens": [
4338
+ {
4339
+ "kind": "Content",
4340
+ "text": "update?: "
4341
+ },
4342
+ {
4343
+ "kind": "Content",
4344
+ "text": "any"
4345
+ },
4346
+ {
4347
+ "kind": "Content",
4348
+ "text": ";"
4349
+ }
4350
+ ],
4351
+ "isReadonly": false,
4352
+ "isOptional": true,
4353
+ "releaseTag": "Public",
4354
+ "name": "update",
4355
+ "propertyTypeTokenRange": {
4356
+ "startIndex": 1,
4357
+ "endIndex": 2
4358
+ }
4359
+ }
4360
+ ],
4361
+ "extendsTokenRanges": []
4362
+ },
3668
4363
  {
3669
4364
  "kind": "TypeAlias",
3670
4365
  "canonicalReference": "@valiantys/atlassian-app-frontend!UpdateIssue:type",