@valiantys/atlassian-app-frontend 3.0.0-alpha-1 → 3.0.0-alpha-2
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/forge/shared/util-product-fetch/src/lib/product-fetch/index.cjs.js +2 -2
- package/atlassian/forge/shared/util-product-fetch/src/lib/product-fetch/index.es.js +17 -16
- 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 +26 -8
- 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 +14 -15
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.cjs.js +1 -1
- package/atlassian/shared/frontend-ui-iframe/src/lib/iframe-wrapper.module.scss/index.es.js +1 -1
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.cjs.js +1 -1
- package/atlassian/shared/frontend-ui-remote-adapter/src/lib/oauth-fetch-invoke-remote/index.es.js +5 -5
- package/atlassian-app-frontend.css +1 -1
- package/data-access-issue/atlassian-app-frontend-data-access-issue.api.json +133 -0
- package/data-access-issue/atlassian-app-frontend.api.md +9 -0
- package/data-access-issue/index.d.ts +90 -31
- 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 +36 -30
- package/util-atlassian-product-fetch/atlassian-app-frontend-util-atlassian-product-fetch.api.json +113 -7
- package/util-atlassian-product-fetch/atlassian-app-frontend.api.md +10 -3
- package/util-atlassian-product-fetch/index.d.ts +8 -3
- package/util-jira-v3-api/atlassian-app-frontend-util-jira-v3-api.api.json +1020 -127
- package/util-jira-v3-api/atlassian-app-frontend.api.md +122 -31
- package/util-jira-v3-api/index.d.ts +88 -31
|
@@ -299,59 +299,852 @@
|
|
|
299
299
|
"extendsTokenRanges": []
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
|
-
"kind": "
|
|
303
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
302
|
+
"kind": "Interface",
|
|
303
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue:interface",
|
|
304
304
|
"docComment": "",
|
|
305
305
|
"excerptTokens": [
|
|
306
306
|
{
|
|
307
307
|
"kind": "Content",
|
|
308
|
-
"text": "export
|
|
308
|
+
"text": "export interface CreatedIssue "
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
312
|
+
"releaseTag": "Public",
|
|
313
|
+
"name": "CreatedIssue",
|
|
314
|
+
"preserveMemberOrder": false,
|
|
315
|
+
"members": [
|
|
316
|
+
{
|
|
317
|
+
"kind": "PropertySignature",
|
|
318
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue#id:member",
|
|
319
|
+
"docComment": "",
|
|
320
|
+
"excerptTokens": [
|
|
321
|
+
{
|
|
322
|
+
"kind": "Content",
|
|
323
|
+
"text": "id: "
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"kind": "Content",
|
|
327
|
+
"text": "string"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"kind": "Content",
|
|
331
|
+
"text": ";"
|
|
332
|
+
}
|
|
333
|
+
],
|
|
334
|
+
"isReadonly": false,
|
|
335
|
+
"isOptional": false,
|
|
336
|
+
"releaseTag": "Public",
|
|
337
|
+
"name": "id",
|
|
338
|
+
"propertyTypeTokenRange": {
|
|
339
|
+
"startIndex": 1,
|
|
340
|
+
"endIndex": 2
|
|
341
|
+
}
|
|
309
342
|
},
|
|
310
343
|
{
|
|
311
|
-
"kind": "
|
|
312
|
-
"
|
|
313
|
-
"
|
|
344
|
+
"kind": "PropertySignature",
|
|
345
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue#key:member",
|
|
346
|
+
"docComment": "",
|
|
347
|
+
"excerptTokens": [
|
|
348
|
+
{
|
|
349
|
+
"kind": "Content",
|
|
350
|
+
"text": "key: "
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"kind": "Content",
|
|
354
|
+
"text": "string"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"kind": "Content",
|
|
358
|
+
"text": ";"
|
|
359
|
+
}
|
|
360
|
+
],
|
|
361
|
+
"isReadonly": false,
|
|
362
|
+
"isOptional": false,
|
|
363
|
+
"releaseTag": "Public",
|
|
364
|
+
"name": "key",
|
|
365
|
+
"propertyTypeTokenRange": {
|
|
366
|
+
"startIndex": 1,
|
|
367
|
+
"endIndex": 2
|
|
368
|
+
}
|
|
314
369
|
},
|
|
315
370
|
{
|
|
316
|
-
"kind": "
|
|
317
|
-
"
|
|
371
|
+
"kind": "PropertySignature",
|
|
372
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue#self:member",
|
|
373
|
+
"docComment": "",
|
|
374
|
+
"excerptTokens": [
|
|
375
|
+
{
|
|
376
|
+
"kind": "Content",
|
|
377
|
+
"text": "self: "
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "Content",
|
|
381
|
+
"text": "string"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"kind": "Content",
|
|
385
|
+
"text": ";"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"isReadonly": false,
|
|
389
|
+
"isOptional": false,
|
|
390
|
+
"releaseTag": "Public",
|
|
391
|
+
"name": "self",
|
|
392
|
+
"propertyTypeTokenRange": {
|
|
393
|
+
"startIndex": 1,
|
|
394
|
+
"endIndex": 2
|
|
395
|
+
}
|
|
318
396
|
},
|
|
319
397
|
{
|
|
320
|
-
"kind": "
|
|
321
|
-
"
|
|
398
|
+
"kind": "PropertySignature",
|
|
399
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue#transition:member",
|
|
400
|
+
"docComment": "",
|
|
401
|
+
"excerptTokens": [
|
|
402
|
+
{
|
|
403
|
+
"kind": "Content",
|
|
404
|
+
"text": "transition: "
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"kind": "Content",
|
|
408
|
+
"text": "{\n status: number;\n errorCollection?: {\n errorMessages: string[];\n errors: unknown;\n };\n warningCollection?: {\n warnings: string[];\n };\n }"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "Content",
|
|
412
|
+
"text": ";"
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"isReadonly": false,
|
|
416
|
+
"isOptional": false,
|
|
417
|
+
"releaseTag": "Public",
|
|
418
|
+
"name": "transition",
|
|
419
|
+
"propertyTypeTokenRange": {
|
|
420
|
+
"startIndex": 1,
|
|
421
|
+
"endIndex": 2
|
|
422
|
+
}
|
|
322
423
|
}
|
|
323
424
|
],
|
|
324
|
-
"
|
|
325
|
-
"releaseTag": "Public",
|
|
326
|
-
"name": "CustomFields",
|
|
327
|
-
"typeTokenRange": {
|
|
328
|
-
"startIndex": 1,
|
|
329
|
-
"endIndex": 3
|
|
330
|
-
}
|
|
425
|
+
"extendsTokenRanges": []
|
|
331
426
|
},
|
|
332
427
|
{
|
|
333
428
|
"kind": "Interface",
|
|
334
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
429
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue:interface",
|
|
335
430
|
"docComment": "",
|
|
336
431
|
"excerptTokens": [
|
|
337
432
|
{
|
|
338
433
|
"kind": "Content",
|
|
339
|
-
"text": "export interface
|
|
434
|
+
"text": "export interface CreateIssue "
|
|
340
435
|
}
|
|
341
436
|
],
|
|
342
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/
|
|
437
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
343
438
|
"releaseTag": "Public",
|
|
344
|
-
"name": "
|
|
439
|
+
"name": "CreateIssue",
|
|
345
440
|
"preserveMemberOrder": false,
|
|
346
441
|
"members": [
|
|
347
442
|
{
|
|
348
443
|
"kind": "PropertySignature",
|
|
349
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
444
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue#fields:member",
|
|
445
|
+
"docComment": "",
|
|
446
|
+
"excerptTokens": [
|
|
447
|
+
{
|
|
448
|
+
"kind": "Content",
|
|
449
|
+
"text": "fields: "
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"kind": "Reference",
|
|
453
|
+
"text": "IssueFields",
|
|
454
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueFields:type"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"kind": "Content",
|
|
458
|
+
"text": ";"
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"isReadonly": false,
|
|
462
|
+
"isOptional": false,
|
|
463
|
+
"releaseTag": "Public",
|
|
464
|
+
"name": "fields",
|
|
465
|
+
"propertyTypeTokenRange": {
|
|
466
|
+
"startIndex": 1,
|
|
467
|
+
"endIndex": 2
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"kind": "PropertySignature",
|
|
472
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue#historyMetadata:member",
|
|
473
|
+
"docComment": "",
|
|
474
|
+
"excerptTokens": [
|
|
475
|
+
{
|
|
476
|
+
"kind": "Content",
|
|
477
|
+
"text": "historyMetadata?: "
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"kind": "Reference",
|
|
481
|
+
"text": "HistoryMetadata",
|
|
482
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata:interface"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "Content",
|
|
486
|
+
"text": ";"
|
|
487
|
+
}
|
|
488
|
+
],
|
|
489
|
+
"isReadonly": false,
|
|
490
|
+
"isOptional": true,
|
|
491
|
+
"releaseTag": "Public",
|
|
492
|
+
"name": "historyMetadata",
|
|
493
|
+
"propertyTypeTokenRange": {
|
|
494
|
+
"startIndex": 1,
|
|
495
|
+
"endIndex": 2
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"kind": "PropertySignature",
|
|
500
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue#properties:member",
|
|
501
|
+
"docComment": "",
|
|
502
|
+
"excerptTokens": [
|
|
503
|
+
{
|
|
504
|
+
"kind": "Content",
|
|
505
|
+
"text": "properties?: "
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"kind": "Content",
|
|
509
|
+
"text": "{\n key: string;\n value: unknown;\n }[]"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"kind": "Content",
|
|
513
|
+
"text": ";"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"isReadonly": false,
|
|
517
|
+
"isOptional": true,
|
|
518
|
+
"releaseTag": "Public",
|
|
519
|
+
"name": "properties",
|
|
520
|
+
"propertyTypeTokenRange": {
|
|
521
|
+
"startIndex": 1,
|
|
522
|
+
"endIndex": 2
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"kind": "PropertySignature",
|
|
527
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue#transition:member",
|
|
528
|
+
"docComment": "",
|
|
529
|
+
"excerptTokens": [
|
|
530
|
+
{
|
|
531
|
+
"kind": "Content",
|
|
532
|
+
"text": "transition?: "
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"kind": "Reference",
|
|
536
|
+
"text": "IssueTransition",
|
|
537
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueTransition:interface"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"kind": "Content",
|
|
541
|
+
"text": ";"
|
|
542
|
+
}
|
|
543
|
+
],
|
|
544
|
+
"isReadonly": false,
|
|
545
|
+
"isOptional": true,
|
|
546
|
+
"releaseTag": "Public",
|
|
547
|
+
"name": "transition",
|
|
548
|
+
"propertyTypeTokenRange": {
|
|
549
|
+
"startIndex": 1,
|
|
550
|
+
"endIndex": 2
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"kind": "PropertySignature",
|
|
555
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreateIssue#update:member",
|
|
556
|
+
"docComment": "",
|
|
557
|
+
"excerptTokens": [
|
|
558
|
+
{
|
|
559
|
+
"kind": "Content",
|
|
560
|
+
"text": "update?: "
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"kind": "Reference",
|
|
564
|
+
"text": "Record",
|
|
565
|
+
"canonicalReference": "!Record:type"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"kind": "Content",
|
|
569
|
+
"text": "<string, "
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
"kind": "Reference",
|
|
573
|
+
"text": "Record",
|
|
574
|
+
"canonicalReference": "!Record:type"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"kind": "Content",
|
|
578
|
+
"text": "<string, unknown>[]>"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"kind": "Content",
|
|
582
|
+
"text": ";"
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"isReadonly": false,
|
|
586
|
+
"isOptional": true,
|
|
587
|
+
"releaseTag": "Public",
|
|
588
|
+
"name": "update",
|
|
589
|
+
"propertyTypeTokenRange": {
|
|
590
|
+
"startIndex": 1,
|
|
591
|
+
"endIndex": 5
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"extendsTokenRanges": []
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
"kind": "TypeAlias",
|
|
599
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CustomFields:type",
|
|
600
|
+
"docComment": "",
|
|
601
|
+
"excerptTokens": [
|
|
602
|
+
{
|
|
603
|
+
"kind": "Content",
|
|
604
|
+
"text": "export type CustomFields = "
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"kind": "Reference",
|
|
608
|
+
"text": "Record",
|
|
609
|
+
"canonicalReference": "!Record:type"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"kind": "Content",
|
|
613
|
+
"text": "<string, unknown>"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"kind": "Content",
|
|
617
|
+
"text": ";"
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
621
|
+
"releaseTag": "Public",
|
|
622
|
+
"name": "CustomFields",
|
|
623
|
+
"typeTokenRange": {
|
|
624
|
+
"startIndex": 1,
|
|
625
|
+
"endIndex": 3
|
|
626
|
+
}
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"kind": "Interface",
|
|
630
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty:interface",
|
|
631
|
+
"docComment": "",
|
|
632
|
+
"excerptTokens": [
|
|
633
|
+
{
|
|
634
|
+
"kind": "Content",
|
|
635
|
+
"text": "export interface EntityProperty "
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/worklog.d.ts",
|
|
639
|
+
"releaseTag": "Public",
|
|
640
|
+
"name": "EntityProperty",
|
|
641
|
+
"preserveMemberOrder": false,
|
|
642
|
+
"members": [
|
|
643
|
+
{
|
|
644
|
+
"kind": "PropertySignature",
|
|
645
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty#key:member",
|
|
646
|
+
"docComment": "",
|
|
647
|
+
"excerptTokens": [
|
|
648
|
+
{
|
|
649
|
+
"kind": "Content",
|
|
650
|
+
"text": "key: "
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "Content",
|
|
654
|
+
"text": "string"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "Content",
|
|
658
|
+
"text": ";"
|
|
659
|
+
}
|
|
660
|
+
],
|
|
661
|
+
"isReadonly": false,
|
|
662
|
+
"isOptional": false,
|
|
663
|
+
"releaseTag": "Public",
|
|
664
|
+
"name": "key",
|
|
665
|
+
"propertyTypeTokenRange": {
|
|
666
|
+
"startIndex": 1,
|
|
667
|
+
"endIndex": 2
|
|
668
|
+
}
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"kind": "PropertySignature",
|
|
672
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!EntityProperty#value:member",
|
|
673
|
+
"docComment": "",
|
|
674
|
+
"excerptTokens": [
|
|
675
|
+
{
|
|
676
|
+
"kind": "Content",
|
|
677
|
+
"text": "value: "
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "Content",
|
|
681
|
+
"text": "unknown"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "Content",
|
|
685
|
+
"text": ";"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"isReadonly": false,
|
|
689
|
+
"isOptional": false,
|
|
690
|
+
"releaseTag": "Public",
|
|
691
|
+
"name": "value",
|
|
692
|
+
"propertyTypeTokenRange": {
|
|
693
|
+
"startIndex": 1,
|
|
694
|
+
"endIndex": 2
|
|
695
|
+
}
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"extendsTokenRanges": []
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"kind": "Variable",
|
|
702
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FIX_VERSIONS_FIELD:var",
|
|
703
|
+
"docComment": "",
|
|
704
|
+
"excerptTokens": [
|
|
705
|
+
{
|
|
706
|
+
"kind": "Content",
|
|
707
|
+
"text": "FIX_VERSIONS_FIELD = "
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
"kind": "Content",
|
|
711
|
+
"text": "\"fixVersions\""
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
715
|
+
"initializerTokenRange": {
|
|
716
|
+
"startIndex": 1,
|
|
717
|
+
"endIndex": 2
|
|
718
|
+
},
|
|
719
|
+
"isReadonly": true,
|
|
720
|
+
"releaseTag": "Public",
|
|
721
|
+
"name": "FIX_VERSIONS_FIELD",
|
|
722
|
+
"variableTypeTokenRange": {
|
|
723
|
+
"startIndex": 0,
|
|
724
|
+
"endIndex": 0
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"kind": "TypeAlias",
|
|
729
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersions:type",
|
|
730
|
+
"docComment": "",
|
|
731
|
+
"excerptTokens": [
|
|
732
|
+
{
|
|
733
|
+
"kind": "Content",
|
|
734
|
+
"text": "export type FixVersions = "
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"kind": "Content",
|
|
738
|
+
"text": "{\n description: string;\n id: string;\n name: string;\n releaseDate?: string;\n released: boolean;\n self: string;\n}[]"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "Content",
|
|
742
|
+
"text": ";"
|
|
743
|
+
}
|
|
744
|
+
],
|
|
745
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
746
|
+
"releaseTag": "Public",
|
|
747
|
+
"name": "FixVersions",
|
|
748
|
+
"typeTokenRange": {
|
|
749
|
+
"startIndex": 1,
|
|
750
|
+
"endIndex": 2
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"kind": "Interface",
|
|
755
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata:interface",
|
|
756
|
+
"docComment": "",
|
|
757
|
+
"excerptTokens": [
|
|
758
|
+
{
|
|
759
|
+
"kind": "Content",
|
|
760
|
+
"text": "export interface HistoryMetadata "
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
764
|
+
"releaseTag": "Public",
|
|
765
|
+
"name": "HistoryMetadata",
|
|
766
|
+
"preserveMemberOrder": false,
|
|
767
|
+
"members": [
|
|
768
|
+
{
|
|
769
|
+
"kind": "PropertySignature",
|
|
770
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#activityDescription:member",
|
|
771
|
+
"docComment": "",
|
|
772
|
+
"excerptTokens": [
|
|
773
|
+
{
|
|
774
|
+
"kind": "Content",
|
|
775
|
+
"text": "activityDescription?: "
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"kind": "Content",
|
|
779
|
+
"text": "string"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "Content",
|
|
783
|
+
"text": ";"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"isReadonly": false,
|
|
787
|
+
"isOptional": true,
|
|
788
|
+
"releaseTag": "Public",
|
|
789
|
+
"name": "activityDescription",
|
|
790
|
+
"propertyTypeTokenRange": {
|
|
791
|
+
"startIndex": 1,
|
|
792
|
+
"endIndex": 2
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"kind": "PropertySignature",
|
|
797
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#activityDescriptionKey:member",
|
|
798
|
+
"docComment": "",
|
|
799
|
+
"excerptTokens": [
|
|
800
|
+
{
|
|
801
|
+
"kind": "Content",
|
|
802
|
+
"text": "activityDescriptionKey?: "
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"kind": "Content",
|
|
806
|
+
"text": "string"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "Content",
|
|
810
|
+
"text": ";"
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"isReadonly": false,
|
|
814
|
+
"isOptional": true,
|
|
815
|
+
"releaseTag": "Public",
|
|
816
|
+
"name": "activityDescriptionKey",
|
|
817
|
+
"propertyTypeTokenRange": {
|
|
818
|
+
"startIndex": 1,
|
|
819
|
+
"endIndex": 2
|
|
820
|
+
}
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"kind": "PropertySignature",
|
|
824
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#actor:member",
|
|
825
|
+
"docComment": "",
|
|
826
|
+
"excerptTokens": [
|
|
827
|
+
{
|
|
828
|
+
"kind": "Content",
|
|
829
|
+
"text": "actor?: "
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"kind": "Reference",
|
|
833
|
+
"text": "HistoryMetadataParticipant",
|
|
834
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant:interface"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "Content",
|
|
838
|
+
"text": ";"
|
|
839
|
+
}
|
|
840
|
+
],
|
|
841
|
+
"isReadonly": false,
|
|
842
|
+
"isOptional": true,
|
|
843
|
+
"releaseTag": "Public",
|
|
844
|
+
"name": "actor",
|
|
845
|
+
"propertyTypeTokenRange": {
|
|
846
|
+
"startIndex": 1,
|
|
847
|
+
"endIndex": 2
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"kind": "PropertySignature",
|
|
852
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#cause:member",
|
|
853
|
+
"docComment": "",
|
|
854
|
+
"excerptTokens": [
|
|
855
|
+
{
|
|
856
|
+
"kind": "Content",
|
|
857
|
+
"text": "cause?: "
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"kind": "Reference",
|
|
861
|
+
"text": "HistoryMetadataParticipant",
|
|
862
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant:interface"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"kind": "Content",
|
|
866
|
+
"text": ";"
|
|
867
|
+
}
|
|
868
|
+
],
|
|
869
|
+
"isReadonly": false,
|
|
870
|
+
"isOptional": true,
|
|
871
|
+
"releaseTag": "Public",
|
|
872
|
+
"name": "cause",
|
|
873
|
+
"propertyTypeTokenRange": {
|
|
874
|
+
"startIndex": 1,
|
|
875
|
+
"endIndex": 2
|
|
876
|
+
}
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
"kind": "PropertySignature",
|
|
880
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#description:member",
|
|
881
|
+
"docComment": "",
|
|
882
|
+
"excerptTokens": [
|
|
883
|
+
{
|
|
884
|
+
"kind": "Content",
|
|
885
|
+
"text": "description?: "
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"kind": "Content",
|
|
889
|
+
"text": "string"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"kind": "Content",
|
|
893
|
+
"text": ";"
|
|
894
|
+
}
|
|
895
|
+
],
|
|
896
|
+
"isReadonly": false,
|
|
897
|
+
"isOptional": true,
|
|
898
|
+
"releaseTag": "Public",
|
|
899
|
+
"name": "description",
|
|
900
|
+
"propertyTypeTokenRange": {
|
|
901
|
+
"startIndex": 1,
|
|
902
|
+
"endIndex": 2
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
"kind": "PropertySignature",
|
|
907
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#descriptionKey:member",
|
|
908
|
+
"docComment": "",
|
|
909
|
+
"excerptTokens": [
|
|
910
|
+
{
|
|
911
|
+
"kind": "Content",
|
|
912
|
+
"text": "descriptionKey?: "
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "Content",
|
|
916
|
+
"text": "string"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"kind": "Content",
|
|
920
|
+
"text": ";"
|
|
921
|
+
}
|
|
922
|
+
],
|
|
923
|
+
"isReadonly": false,
|
|
924
|
+
"isOptional": true,
|
|
925
|
+
"releaseTag": "Public",
|
|
926
|
+
"name": "descriptionKey",
|
|
927
|
+
"propertyTypeTokenRange": {
|
|
928
|
+
"startIndex": 1,
|
|
929
|
+
"endIndex": 2
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "PropertySignature",
|
|
934
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#emailDescription:member",
|
|
935
|
+
"docComment": "",
|
|
936
|
+
"excerptTokens": [
|
|
937
|
+
{
|
|
938
|
+
"kind": "Content",
|
|
939
|
+
"text": "emailDescription?: "
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"kind": "Content",
|
|
943
|
+
"text": "string"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "Content",
|
|
947
|
+
"text": ";"
|
|
948
|
+
}
|
|
949
|
+
],
|
|
950
|
+
"isReadonly": false,
|
|
951
|
+
"isOptional": true,
|
|
952
|
+
"releaseTag": "Public",
|
|
953
|
+
"name": "emailDescription",
|
|
954
|
+
"propertyTypeTokenRange": {
|
|
955
|
+
"startIndex": 1,
|
|
956
|
+
"endIndex": 2
|
|
957
|
+
}
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"kind": "PropertySignature",
|
|
961
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#emailDescriptionKey:member",
|
|
962
|
+
"docComment": "",
|
|
963
|
+
"excerptTokens": [
|
|
964
|
+
{
|
|
965
|
+
"kind": "Content",
|
|
966
|
+
"text": "emailDescriptionKey?: "
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"kind": "Content",
|
|
970
|
+
"text": "string"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"kind": "Content",
|
|
974
|
+
"text": ";"
|
|
975
|
+
}
|
|
976
|
+
],
|
|
977
|
+
"isReadonly": false,
|
|
978
|
+
"isOptional": true,
|
|
979
|
+
"releaseTag": "Public",
|
|
980
|
+
"name": "emailDescriptionKey",
|
|
981
|
+
"propertyTypeTokenRange": {
|
|
982
|
+
"startIndex": 1,
|
|
983
|
+
"endIndex": 2
|
|
984
|
+
}
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"kind": "PropertySignature",
|
|
988
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#extraData:member",
|
|
989
|
+
"docComment": "",
|
|
990
|
+
"excerptTokens": [
|
|
991
|
+
{
|
|
992
|
+
"kind": "Content",
|
|
993
|
+
"text": "extraData?: "
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "Content",
|
|
997
|
+
"text": "unknown"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
"kind": "Content",
|
|
1001
|
+
"text": ";"
|
|
1002
|
+
}
|
|
1003
|
+
],
|
|
1004
|
+
"isReadonly": false,
|
|
1005
|
+
"isOptional": true,
|
|
1006
|
+
"releaseTag": "Public",
|
|
1007
|
+
"name": "extraData",
|
|
1008
|
+
"propertyTypeTokenRange": {
|
|
1009
|
+
"startIndex": 1,
|
|
1010
|
+
"endIndex": 2
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "PropertySignature",
|
|
1015
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#generator:member",
|
|
1016
|
+
"docComment": "",
|
|
1017
|
+
"excerptTokens": [
|
|
1018
|
+
{
|
|
1019
|
+
"kind": "Content",
|
|
1020
|
+
"text": "generator?: "
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"kind": "Reference",
|
|
1024
|
+
"text": "HistoryMetadataParticipant",
|
|
1025
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant:interface"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"kind": "Content",
|
|
1029
|
+
"text": ";"
|
|
1030
|
+
}
|
|
1031
|
+
],
|
|
1032
|
+
"isReadonly": false,
|
|
1033
|
+
"isOptional": true,
|
|
1034
|
+
"releaseTag": "Public",
|
|
1035
|
+
"name": "generator",
|
|
1036
|
+
"propertyTypeTokenRange": {
|
|
1037
|
+
"startIndex": 1,
|
|
1038
|
+
"endIndex": 2
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"kind": "PropertySignature",
|
|
1043
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadata#type:member",
|
|
1044
|
+
"docComment": "",
|
|
1045
|
+
"excerptTokens": [
|
|
1046
|
+
{
|
|
1047
|
+
"kind": "Content",
|
|
1048
|
+
"text": "type?: "
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "Content",
|
|
1052
|
+
"text": "string"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "Content",
|
|
1056
|
+
"text": ";"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"isReadonly": false,
|
|
1060
|
+
"isOptional": true,
|
|
1061
|
+
"releaseTag": "Public",
|
|
1062
|
+
"name": "type",
|
|
1063
|
+
"propertyTypeTokenRange": {
|
|
1064
|
+
"startIndex": 1,
|
|
1065
|
+
"endIndex": 2
|
|
1066
|
+
}
|
|
1067
|
+
}
|
|
1068
|
+
],
|
|
1069
|
+
"extendsTokenRanges": []
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"kind": "Interface",
|
|
1073
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant:interface",
|
|
1074
|
+
"docComment": "",
|
|
1075
|
+
"excerptTokens": [
|
|
1076
|
+
{
|
|
1077
|
+
"kind": "Content",
|
|
1078
|
+
"text": "export interface HistoryMetadataParticipant "
|
|
1079
|
+
}
|
|
1080
|
+
],
|
|
1081
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
1082
|
+
"releaseTag": "Public",
|
|
1083
|
+
"name": "HistoryMetadataParticipant",
|
|
1084
|
+
"preserveMemberOrder": false,
|
|
1085
|
+
"members": [
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "PropertySignature",
|
|
1088
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#avatarUrl:member",
|
|
1089
|
+
"docComment": "",
|
|
1090
|
+
"excerptTokens": [
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "Content",
|
|
1093
|
+
"text": "avatarUrl: "
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "Content",
|
|
1097
|
+
"text": "string"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "Content",
|
|
1101
|
+
"text": ";"
|
|
1102
|
+
}
|
|
1103
|
+
],
|
|
1104
|
+
"isReadonly": false,
|
|
1105
|
+
"isOptional": false,
|
|
1106
|
+
"releaseTag": "Public",
|
|
1107
|
+
"name": "avatarUrl",
|
|
1108
|
+
"propertyTypeTokenRange": {
|
|
1109
|
+
"startIndex": 1,
|
|
1110
|
+
"endIndex": 2
|
|
1111
|
+
}
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "PropertySignature",
|
|
1115
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#displayName:member",
|
|
1116
|
+
"docComment": "",
|
|
1117
|
+
"excerptTokens": [
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "Content",
|
|
1120
|
+
"text": "displayName: "
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"kind": "Content",
|
|
1124
|
+
"text": "string"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"kind": "Content",
|
|
1128
|
+
"text": ";"
|
|
1129
|
+
}
|
|
1130
|
+
],
|
|
1131
|
+
"isReadonly": false,
|
|
1132
|
+
"isOptional": false,
|
|
1133
|
+
"releaseTag": "Public",
|
|
1134
|
+
"name": "displayName",
|
|
1135
|
+
"propertyTypeTokenRange": {
|
|
1136
|
+
"startIndex": 1,
|
|
1137
|
+
"endIndex": 2
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"kind": "PropertySignature",
|
|
1142
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#displayNameKey:member",
|
|
350
1143
|
"docComment": "",
|
|
351
1144
|
"excerptTokens": [
|
|
352
1145
|
{
|
|
353
1146
|
"kind": "Content",
|
|
354
|
-
"text": "
|
|
1147
|
+
"text": "displayNameKey: "
|
|
355
1148
|
},
|
|
356
1149
|
{
|
|
357
1150
|
"kind": "Content",
|
|
@@ -365,7 +1158,7 @@
|
|
|
365
1158
|
"isReadonly": false,
|
|
366
1159
|
"isOptional": false,
|
|
367
1160
|
"releaseTag": "Public",
|
|
368
|
-
"name": "
|
|
1161
|
+
"name": "displayNameKey",
|
|
369
1162
|
"propertyTypeTokenRange": {
|
|
370
1163
|
"startIndex": 1,
|
|
371
1164
|
"endIndex": 2
|
|
@@ -373,16 +1166,16 @@
|
|
|
373
1166
|
},
|
|
374
1167
|
{
|
|
375
1168
|
"kind": "PropertySignature",
|
|
376
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!
|
|
1169
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#id:member",
|
|
377
1170
|
"docComment": "",
|
|
378
1171
|
"excerptTokens": [
|
|
379
1172
|
{
|
|
380
1173
|
"kind": "Content",
|
|
381
|
-
"text": "
|
|
1174
|
+
"text": "id: "
|
|
382
1175
|
},
|
|
383
1176
|
{
|
|
384
1177
|
"kind": "Content",
|
|
385
|
-
"text": "
|
|
1178
|
+
"text": "string"
|
|
386
1179
|
},
|
|
387
1180
|
{
|
|
388
1181
|
"kind": "Content",
|
|
@@ -392,67 +1185,68 @@
|
|
|
392
1185
|
"isReadonly": false,
|
|
393
1186
|
"isOptional": false,
|
|
394
1187
|
"releaseTag": "Public",
|
|
395
|
-
"name": "
|
|
1188
|
+
"name": "id",
|
|
396
1189
|
"propertyTypeTokenRange": {
|
|
397
1190
|
"startIndex": 1,
|
|
398
1191
|
"endIndex": 2
|
|
399
1192
|
}
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"extendsTokenRanges": []
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "Variable",
|
|
406
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!FIX_VERSIONS_FIELD:var",
|
|
407
|
-
"docComment": "",
|
|
408
|
-
"excerptTokens": [
|
|
409
|
-
{
|
|
410
|
-
"kind": "Content",
|
|
411
|
-
"text": "FIX_VERSIONS_FIELD = "
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"kind": "Content",
|
|
415
|
-
"text": "\"fixVersions\""
|
|
416
|
-
}
|
|
417
|
-
],
|
|
418
|
-
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
419
|
-
"initializerTokenRange": {
|
|
420
|
-
"startIndex": 1,
|
|
421
|
-
"endIndex": 2
|
|
422
|
-
},
|
|
423
|
-
"isReadonly": true,
|
|
424
|
-
"releaseTag": "Public",
|
|
425
|
-
"name": "FIX_VERSIONS_FIELD",
|
|
426
|
-
"variableTypeTokenRange": {
|
|
427
|
-
"startIndex": 0,
|
|
428
|
-
"endIndex": 0
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"kind": "TypeAlias",
|
|
433
|
-
"canonicalReference": "@valiantys/atlassian-app-frontend!FixVersions:type",
|
|
434
|
-
"docComment": "",
|
|
435
|
-
"excerptTokens": [
|
|
436
|
-
{
|
|
437
|
-
"kind": "Content",
|
|
438
|
-
"text": "export type FixVersions = "
|
|
439
1193
|
},
|
|
440
1194
|
{
|
|
441
|
-
"kind": "
|
|
442
|
-
"
|
|
1195
|
+
"kind": "PropertySignature",
|
|
1196
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#type:member",
|
|
1197
|
+
"docComment": "",
|
|
1198
|
+
"excerptTokens": [
|
|
1199
|
+
{
|
|
1200
|
+
"kind": "Content",
|
|
1201
|
+
"text": "type: "
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "Content",
|
|
1205
|
+
"text": "string"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "Content",
|
|
1209
|
+
"text": ";"
|
|
1210
|
+
}
|
|
1211
|
+
],
|
|
1212
|
+
"isReadonly": false,
|
|
1213
|
+
"isOptional": false,
|
|
1214
|
+
"releaseTag": "Public",
|
|
1215
|
+
"name": "type",
|
|
1216
|
+
"propertyTypeTokenRange": {
|
|
1217
|
+
"startIndex": 1,
|
|
1218
|
+
"endIndex": 2
|
|
1219
|
+
}
|
|
443
1220
|
},
|
|
444
1221
|
{
|
|
445
|
-
"kind": "
|
|
446
|
-
"
|
|
1222
|
+
"kind": "PropertySignature",
|
|
1223
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!HistoryMetadataParticipant#url:member",
|
|
1224
|
+
"docComment": "",
|
|
1225
|
+
"excerptTokens": [
|
|
1226
|
+
{
|
|
1227
|
+
"kind": "Content",
|
|
1228
|
+
"text": "url: "
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"kind": "Content",
|
|
1232
|
+
"text": "string"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "Content",
|
|
1236
|
+
"text": ";"
|
|
1237
|
+
}
|
|
1238
|
+
],
|
|
1239
|
+
"isReadonly": false,
|
|
1240
|
+
"isOptional": false,
|
|
1241
|
+
"releaseTag": "Public",
|
|
1242
|
+
"name": "url",
|
|
1243
|
+
"propertyTypeTokenRange": {
|
|
1244
|
+
"startIndex": 1,
|
|
1245
|
+
"endIndex": 2
|
|
1246
|
+
}
|
|
447
1247
|
}
|
|
448
1248
|
],
|
|
449
|
-
"
|
|
450
|
-
"releaseTag": "Public",
|
|
451
|
-
"name": "FixVersions",
|
|
452
|
-
"typeTokenRange": {
|
|
453
|
-
"startIndex": 1,
|
|
454
|
-
"endIndex": 2
|
|
455
|
-
}
|
|
1249
|
+
"extendsTokenRanges": []
|
|
456
1250
|
},
|
|
457
1251
|
{
|
|
458
1252
|
"kind": "Interface",
|
|
@@ -925,6 +1719,78 @@
|
|
|
925
1719
|
],
|
|
926
1720
|
"extendsTokenRanges": []
|
|
927
1721
|
},
|
|
1722
|
+
{
|
|
1723
|
+
"kind": "Interface",
|
|
1724
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueTransition:interface",
|
|
1725
|
+
"docComment": "",
|
|
1726
|
+
"excerptTokens": [
|
|
1727
|
+
{
|
|
1728
|
+
"kind": "Content",
|
|
1729
|
+
"text": "export interface IssueTransition "
|
|
1730
|
+
}
|
|
1731
|
+
],
|
|
1732
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
1733
|
+
"releaseTag": "Public",
|
|
1734
|
+
"name": "IssueTransition",
|
|
1735
|
+
"preserveMemberOrder": false,
|
|
1736
|
+
"members": [
|
|
1737
|
+
{
|
|
1738
|
+
"kind": "PropertySignature",
|
|
1739
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueTransition#id:member",
|
|
1740
|
+
"docComment": "",
|
|
1741
|
+
"excerptTokens": [
|
|
1742
|
+
{
|
|
1743
|
+
"kind": "Content",
|
|
1744
|
+
"text": "id: "
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "Content",
|
|
1748
|
+
"text": "string"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "Content",
|
|
1752
|
+
"text": ";"
|
|
1753
|
+
}
|
|
1754
|
+
],
|
|
1755
|
+
"isReadonly": false,
|
|
1756
|
+
"isOptional": false,
|
|
1757
|
+
"releaseTag": "Public",
|
|
1758
|
+
"name": "id",
|
|
1759
|
+
"propertyTypeTokenRange": {
|
|
1760
|
+
"startIndex": 1,
|
|
1761
|
+
"endIndex": 2
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"kind": "PropertySignature",
|
|
1766
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueTransition#looped:member",
|
|
1767
|
+
"docComment": "",
|
|
1768
|
+
"excerptTokens": [
|
|
1769
|
+
{
|
|
1770
|
+
"kind": "Content",
|
|
1771
|
+
"text": "looped: "
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"kind": "Content",
|
|
1775
|
+
"text": "boolean"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"kind": "Content",
|
|
1779
|
+
"text": ";"
|
|
1780
|
+
}
|
|
1781
|
+
],
|
|
1782
|
+
"isReadonly": false,
|
|
1783
|
+
"isOptional": false,
|
|
1784
|
+
"releaseTag": "Public",
|
|
1785
|
+
"name": "looped",
|
|
1786
|
+
"propertyTypeTokenRange": {
|
|
1787
|
+
"startIndex": 1,
|
|
1788
|
+
"endIndex": 2
|
|
1789
|
+
}
|
|
1790
|
+
}
|
|
1791
|
+
],
|
|
1792
|
+
"extendsTokenRanges": []
|
|
1793
|
+
},
|
|
928
1794
|
{
|
|
929
1795
|
"kind": "Interface",
|
|
930
1796
|
"canonicalReference": "@valiantys/atlassian-app-frontend!IssueTypeDetails:interface",
|
|
@@ -1417,7 +2283,7 @@
|
|
|
1417
2283
|
"excerptTokens": [
|
|
1418
2284
|
{
|
|
1419
2285
|
"kind": "Content",
|
|
1420
|
-
"text": "archived
|
|
2286
|
+
"text": "archived?: "
|
|
1421
2287
|
},
|
|
1422
2288
|
{
|
|
1423
2289
|
"kind": "Content",
|
|
@@ -1429,7 +2295,7 @@
|
|
|
1429
2295
|
}
|
|
1430
2296
|
],
|
|
1431
2297
|
"isReadonly": false,
|
|
1432
|
-
"isOptional":
|
|
2298
|
+
"isOptional": true,
|
|
1433
2299
|
"releaseTag": "Public",
|
|
1434
2300
|
"name": "archived",
|
|
1435
2301
|
"propertyTypeTokenRange": {
|
|
@@ -1444,7 +2310,7 @@
|
|
|
1444
2310
|
"excerptTokens": [
|
|
1445
2311
|
{
|
|
1446
2312
|
"kind": "Content",
|
|
1447
|
-
"text": "avatarUrls
|
|
2313
|
+
"text": "avatarUrls?: "
|
|
1448
2314
|
},
|
|
1449
2315
|
{
|
|
1450
2316
|
"kind": "Reference",
|
|
@@ -1457,7 +2323,7 @@
|
|
|
1457
2323
|
}
|
|
1458
2324
|
],
|
|
1459
2325
|
"isReadonly": false,
|
|
1460
|
-
"isOptional":
|
|
2326
|
+
"isOptional": true,
|
|
1461
2327
|
"releaseTag": "Public",
|
|
1462
2328
|
"name": "avatarUrls",
|
|
1463
2329
|
"propertyTypeTokenRange": {
|
|
@@ -1499,7 +2365,7 @@
|
|
|
1499
2365
|
"excerptTokens": [
|
|
1500
2366
|
{
|
|
1501
2367
|
"kind": "Content",
|
|
1502
|
-
"text": "key
|
|
2368
|
+
"text": "key?: "
|
|
1503
2369
|
},
|
|
1504
2370
|
{
|
|
1505
2371
|
"kind": "Content",
|
|
@@ -1511,7 +2377,7 @@
|
|
|
1511
2377
|
}
|
|
1512
2378
|
],
|
|
1513
2379
|
"isReadonly": false,
|
|
1514
|
-
"isOptional":
|
|
2380
|
+
"isOptional": true,
|
|
1515
2381
|
"releaseTag": "Public",
|
|
1516
2382
|
"name": "key",
|
|
1517
2383
|
"propertyTypeTokenRange": {
|
|
@@ -1526,7 +2392,7 @@
|
|
|
1526
2392
|
"excerptTokens": [
|
|
1527
2393
|
{
|
|
1528
2394
|
"kind": "Content",
|
|
1529
|
-
"text": "name
|
|
2395
|
+
"text": "name?: "
|
|
1530
2396
|
},
|
|
1531
2397
|
{
|
|
1532
2398
|
"kind": "Content",
|
|
@@ -1538,7 +2404,7 @@
|
|
|
1538
2404
|
}
|
|
1539
2405
|
],
|
|
1540
2406
|
"isReadonly": false,
|
|
1541
|
-
"isOptional":
|
|
2407
|
+
"isOptional": true,
|
|
1542
2408
|
"releaseTag": "Public",
|
|
1543
2409
|
"name": "name",
|
|
1544
2410
|
"propertyTypeTokenRange": {
|
|
@@ -1553,7 +2419,7 @@
|
|
|
1553
2419
|
"excerptTokens": [
|
|
1554
2420
|
{
|
|
1555
2421
|
"kind": "Content",
|
|
1556
|
-
"text": "projectTypeKey
|
|
2422
|
+
"text": "projectTypeKey?: "
|
|
1557
2423
|
},
|
|
1558
2424
|
{
|
|
1559
2425
|
"kind": "Content",
|
|
@@ -1565,7 +2431,7 @@
|
|
|
1565
2431
|
}
|
|
1566
2432
|
],
|
|
1567
2433
|
"isReadonly": false,
|
|
1568
|
-
"isOptional":
|
|
2434
|
+
"isOptional": true,
|
|
1569
2435
|
"releaseTag": "Public",
|
|
1570
2436
|
"name": "projectTypeKey",
|
|
1571
2437
|
"propertyTypeTokenRange": {
|
|
@@ -1580,7 +2446,7 @@
|
|
|
1580
2446
|
"excerptTokens": [
|
|
1581
2447
|
{
|
|
1582
2448
|
"kind": "Content",
|
|
1583
|
-
"text": "self
|
|
2449
|
+
"text": "self?: "
|
|
1584
2450
|
},
|
|
1585
2451
|
{
|
|
1586
2452
|
"kind": "Content",
|
|
@@ -1592,7 +2458,7 @@
|
|
|
1592
2458
|
}
|
|
1593
2459
|
],
|
|
1594
2460
|
"isReadonly": false,
|
|
1595
|
-
"isOptional":
|
|
2461
|
+
"isOptional": true,
|
|
1596
2462
|
"releaseTag": "Public",
|
|
1597
2463
|
"name": "self",
|
|
1598
2464
|
"propertyTypeTokenRange": {
|
|
@@ -1607,7 +2473,7 @@
|
|
|
1607
2473
|
"excerptTokens": [
|
|
1608
2474
|
{
|
|
1609
2475
|
"kind": "Content",
|
|
1610
|
-
"text": "simplified
|
|
2476
|
+
"text": "simplified?: "
|
|
1611
2477
|
},
|
|
1612
2478
|
{
|
|
1613
2479
|
"kind": "Content",
|
|
@@ -1619,7 +2485,7 @@
|
|
|
1619
2485
|
}
|
|
1620
2486
|
],
|
|
1621
2487
|
"isReadonly": false,
|
|
1622
|
-
"isOptional":
|
|
2488
|
+
"isOptional": true,
|
|
1623
2489
|
"releaseTag": "Public",
|
|
1624
2490
|
"name": "simplified",
|
|
1625
2491
|
"propertyTypeTokenRange": {
|
|
@@ -1994,7 +2860,7 @@
|
|
|
1994
2860
|
"excerptTokens": [
|
|
1995
2861
|
{
|
|
1996
2862
|
"kind": "Content",
|
|
1997
|
-
"text": "aggregatetimespent
|
|
2863
|
+
"text": "aggregatetimespent?: "
|
|
1998
2864
|
},
|
|
1999
2865
|
{
|
|
2000
2866
|
"kind": "Content",
|
|
@@ -2006,7 +2872,7 @@
|
|
|
2006
2872
|
}
|
|
2007
2873
|
],
|
|
2008
2874
|
"isReadonly": false,
|
|
2009
|
-
"isOptional":
|
|
2875
|
+
"isOptional": true,
|
|
2010
2876
|
"releaseTag": "Public",
|
|
2011
2877
|
"name": "aggregatetimespent",
|
|
2012
2878
|
"propertyTypeTokenRange": {
|
|
@@ -2049,7 +2915,7 @@
|
|
|
2049
2915
|
"excerptTokens": [
|
|
2050
2916
|
{
|
|
2051
2917
|
"kind": "Content",
|
|
2052
|
-
"text": "created
|
|
2918
|
+
"text": "created?: "
|
|
2053
2919
|
},
|
|
2054
2920
|
{
|
|
2055
2921
|
"kind": "Content",
|
|
@@ -2061,7 +2927,7 @@
|
|
|
2061
2927
|
}
|
|
2062
2928
|
],
|
|
2063
2929
|
"isReadonly": false,
|
|
2064
|
-
"isOptional":
|
|
2930
|
+
"isOptional": true,
|
|
2065
2931
|
"releaseTag": "Public",
|
|
2066
2932
|
"name": "created",
|
|
2067
2933
|
"propertyTypeTokenRange": {
|
|
@@ -2076,7 +2942,7 @@
|
|
|
2076
2942
|
"excerptTokens": [
|
|
2077
2943
|
{
|
|
2078
2944
|
"kind": "Content",
|
|
2079
|
-
"text": "creator
|
|
2945
|
+
"text": "creator?: "
|
|
2080
2946
|
},
|
|
2081
2947
|
{
|
|
2082
2948
|
"kind": "Reference",
|
|
@@ -2089,7 +2955,7 @@
|
|
|
2089
2955
|
}
|
|
2090
2956
|
],
|
|
2091
2957
|
"isReadonly": false,
|
|
2092
|
-
"isOptional":
|
|
2958
|
+
"isOptional": true,
|
|
2093
2959
|
"releaseTag": "Public",
|
|
2094
2960
|
"name": "creator",
|
|
2095
2961
|
"propertyTypeTokenRange": {
|
|
@@ -2131,7 +2997,7 @@
|
|
|
2131
2997
|
"excerptTokens": [
|
|
2132
2998
|
{
|
|
2133
2999
|
"kind": "Content",
|
|
2134
|
-
"text": "fixVersions
|
|
3000
|
+
"text": "fixVersions?: "
|
|
2135
3001
|
},
|
|
2136
3002
|
{
|
|
2137
3003
|
"kind": "Reference",
|
|
@@ -2144,7 +3010,7 @@
|
|
|
2144
3010
|
}
|
|
2145
3011
|
],
|
|
2146
3012
|
"isReadonly": false,
|
|
2147
|
-
"isOptional":
|
|
3013
|
+
"isOptional": true,
|
|
2148
3014
|
"releaseTag": "Public",
|
|
2149
3015
|
"name": "fixVersions",
|
|
2150
3016
|
"propertyTypeTokenRange": {
|
|
@@ -2195,7 +3061,7 @@
|
|
|
2195
3061
|
},
|
|
2196
3062
|
{
|
|
2197
3063
|
"kind": "Content",
|
|
2198
|
-
"text": "{\n self
|
|
3064
|
+
"text": "{\n self?: string;\n id: string;\n description?: string;\n iconUrl?: string;\n name?: string;\n subtask?: boolean;\n avatarId?: number;\n hierarchyLevel?: number;\n }"
|
|
2199
3065
|
},
|
|
2200
3066
|
{
|
|
2201
3067
|
"kind": "Content",
|
|
@@ -2218,7 +3084,7 @@
|
|
|
2218
3084
|
"excerptTokens": [
|
|
2219
3085
|
{
|
|
2220
3086
|
"kind": "Content",
|
|
2221
|
-
"text": "labels
|
|
3087
|
+
"text": "labels?: "
|
|
2222
3088
|
},
|
|
2223
3089
|
{
|
|
2224
3090
|
"kind": "Content",
|
|
@@ -2230,7 +3096,7 @@
|
|
|
2230
3096
|
}
|
|
2231
3097
|
],
|
|
2232
3098
|
"isReadonly": false,
|
|
2233
|
-
"isOptional":
|
|
3099
|
+
"isOptional": true,
|
|
2234
3100
|
"releaseTag": "Public",
|
|
2235
3101
|
"name": "labels",
|
|
2236
3102
|
"propertyTypeTokenRange": {
|
|
@@ -2245,7 +3111,7 @@
|
|
|
2245
3111
|
"excerptTokens": [
|
|
2246
3112
|
{
|
|
2247
3113
|
"kind": "Content",
|
|
2248
|
-
"text": "lastViewed
|
|
3114
|
+
"text": "lastViewed?: "
|
|
2249
3115
|
},
|
|
2250
3116
|
{
|
|
2251
3117
|
"kind": "Content",
|
|
@@ -2257,7 +3123,7 @@
|
|
|
2257
3123
|
}
|
|
2258
3124
|
],
|
|
2259
3125
|
"isReadonly": false,
|
|
2260
|
-
"isOptional":
|
|
3126
|
+
"isOptional": true,
|
|
2261
3127
|
"releaseTag": "Public",
|
|
2262
3128
|
"name": "lastViewed",
|
|
2263
3129
|
"propertyTypeTokenRange": {
|
|
@@ -2272,7 +3138,7 @@
|
|
|
2272
3138
|
"excerptTokens": [
|
|
2273
3139
|
{
|
|
2274
3140
|
"kind": "Content",
|
|
2275
|
-
"text": "priority
|
|
3141
|
+
"text": "priority?: "
|
|
2276
3142
|
},
|
|
2277
3143
|
{
|
|
2278
3144
|
"kind": "Content",
|
|
@@ -2284,7 +3150,7 @@
|
|
|
2284
3150
|
}
|
|
2285
3151
|
],
|
|
2286
3152
|
"isReadonly": false,
|
|
2287
|
-
"isOptional":
|
|
3153
|
+
"isOptional": true,
|
|
2288
3154
|
"releaseTag": "Public",
|
|
2289
3155
|
"name": "priority",
|
|
2290
3156
|
"propertyTypeTokenRange": {
|
|
@@ -2355,7 +3221,7 @@
|
|
|
2355
3221
|
"excerptTokens": [
|
|
2356
3222
|
{
|
|
2357
3223
|
"kind": "Content",
|
|
2358
|
-
"text": "resolution
|
|
3224
|
+
"text": "resolution?: "
|
|
2359
3225
|
},
|
|
2360
3226
|
{
|
|
2361
3227
|
"kind": "Content",
|
|
@@ -2367,7 +3233,7 @@
|
|
|
2367
3233
|
}
|
|
2368
3234
|
],
|
|
2369
3235
|
"isReadonly": false,
|
|
2370
|
-
"isOptional":
|
|
3236
|
+
"isOptional": true,
|
|
2371
3237
|
"releaseTag": "Public",
|
|
2372
3238
|
"name": "resolution",
|
|
2373
3239
|
"propertyTypeTokenRange": {
|
|
@@ -2409,7 +3275,7 @@
|
|
|
2409
3275
|
"excerptTokens": [
|
|
2410
3276
|
{
|
|
2411
3277
|
"kind": "Content",
|
|
2412
|
-
"text": "status
|
|
3278
|
+
"text": "status?: "
|
|
2413
3279
|
},
|
|
2414
3280
|
{
|
|
2415
3281
|
"kind": "Reference",
|
|
@@ -2422,7 +3288,7 @@
|
|
|
2422
3288
|
}
|
|
2423
3289
|
],
|
|
2424
3290
|
"isReadonly": false,
|
|
2425
|
-
"isOptional":
|
|
3291
|
+
"isOptional": true,
|
|
2426
3292
|
"releaseTag": "Public",
|
|
2427
3293
|
"name": "status",
|
|
2428
3294
|
"propertyTypeTokenRange": {
|
|
@@ -2437,7 +3303,7 @@
|
|
|
2437
3303
|
"excerptTokens": [
|
|
2438
3304
|
{
|
|
2439
3305
|
"kind": "Content",
|
|
2440
|
-
"text": "statuscategorychangedate
|
|
3306
|
+
"text": "statuscategorychangedate?: "
|
|
2441
3307
|
},
|
|
2442
3308
|
{
|
|
2443
3309
|
"kind": "Content",
|
|
@@ -2449,7 +3315,7 @@
|
|
|
2449
3315
|
}
|
|
2450
3316
|
],
|
|
2451
3317
|
"isReadonly": false,
|
|
2452
|
-
"isOptional":
|
|
3318
|
+
"isOptional": true,
|
|
2453
3319
|
"releaseTag": "Public",
|
|
2454
3320
|
"name": "statuscategorychangedate",
|
|
2455
3321
|
"propertyTypeTokenRange": {
|
|
@@ -2491,7 +3357,7 @@
|
|
|
2491
3357
|
"excerptTokens": [
|
|
2492
3358
|
{
|
|
2493
3359
|
"kind": "Content",
|
|
2494
|
-
"text": "timeestimate
|
|
3360
|
+
"text": "timeestimate?: "
|
|
2495
3361
|
},
|
|
2496
3362
|
{
|
|
2497
3363
|
"kind": "Content",
|
|
@@ -2503,7 +3369,7 @@
|
|
|
2503
3369
|
}
|
|
2504
3370
|
],
|
|
2505
3371
|
"isReadonly": false,
|
|
2506
|
-
"isOptional":
|
|
3372
|
+
"isOptional": true,
|
|
2507
3373
|
"releaseTag": "Public",
|
|
2508
3374
|
"name": "timeestimate",
|
|
2509
3375
|
"propertyTypeTokenRange": {
|
|
@@ -2518,7 +3384,7 @@
|
|
|
2518
3384
|
"excerptTokens": [
|
|
2519
3385
|
{
|
|
2520
3386
|
"kind": "Content",
|
|
2521
|
-
"text": "timespent
|
|
3387
|
+
"text": "timespent?: "
|
|
2522
3388
|
},
|
|
2523
3389
|
{
|
|
2524
3390
|
"kind": "Content",
|
|
@@ -2530,7 +3396,7 @@
|
|
|
2530
3396
|
}
|
|
2531
3397
|
],
|
|
2532
3398
|
"isReadonly": false,
|
|
2533
|
-
"isOptional":
|
|
3399
|
+
"isOptional": true,
|
|
2534
3400
|
"releaseTag": "Public",
|
|
2535
3401
|
"name": "timespent",
|
|
2536
3402
|
"propertyTypeTokenRange": {
|
|
@@ -2545,7 +3411,7 @@
|
|
|
2545
3411
|
"excerptTokens": [
|
|
2546
3412
|
{
|
|
2547
3413
|
"kind": "Content",
|
|
2548
|
-
"text": "timetracking
|
|
3414
|
+
"text": "timetracking?: "
|
|
2549
3415
|
},
|
|
2550
3416
|
{
|
|
2551
3417
|
"kind": "Content",
|
|
@@ -2557,7 +3423,7 @@
|
|
|
2557
3423
|
}
|
|
2558
3424
|
],
|
|
2559
3425
|
"isReadonly": false,
|
|
2560
|
-
"isOptional":
|
|
3426
|
+
"isOptional": true,
|
|
2561
3427
|
"releaseTag": "Public",
|
|
2562
3428
|
"name": "timetracking",
|
|
2563
3429
|
"propertyTypeTokenRange": {
|
|
@@ -2572,7 +3438,7 @@
|
|
|
2572
3438
|
"excerptTokens": [
|
|
2573
3439
|
{
|
|
2574
3440
|
"kind": "Content",
|
|
2575
|
-
"text": "updated
|
|
3441
|
+
"text": "updated?: "
|
|
2576
3442
|
},
|
|
2577
3443
|
{
|
|
2578
3444
|
"kind": "Content",
|
|
@@ -2584,7 +3450,7 @@
|
|
|
2584
3450
|
}
|
|
2585
3451
|
],
|
|
2586
3452
|
"isReadonly": false,
|
|
2587
|
-
"isOptional":
|
|
3453
|
+
"isOptional": true,
|
|
2588
3454
|
"releaseTag": "Public",
|
|
2589
3455
|
"name": "updated",
|
|
2590
3456
|
"propertyTypeTokenRange": {
|
|
@@ -2599,7 +3465,7 @@
|
|
|
2599
3465
|
"excerptTokens": [
|
|
2600
3466
|
{
|
|
2601
3467
|
"kind": "Content",
|
|
2602
|
-
"text": "watches
|
|
3468
|
+
"text": "watches?: "
|
|
2603
3469
|
},
|
|
2604
3470
|
{
|
|
2605
3471
|
"kind": "Content",
|
|
@@ -2611,7 +3477,7 @@
|
|
|
2611
3477
|
}
|
|
2612
3478
|
],
|
|
2613
3479
|
"isReadonly": false,
|
|
2614
|
-
"isOptional":
|
|
3480
|
+
"isOptional": true,
|
|
2615
3481
|
"releaseTag": "Public",
|
|
2616
3482
|
"name": "watches",
|
|
2617
3483
|
"propertyTypeTokenRange": {
|
|
@@ -2626,7 +3492,7 @@
|
|
|
2626
3492
|
"excerptTokens": [
|
|
2627
3493
|
{
|
|
2628
3494
|
"kind": "Content",
|
|
2629
|
-
"text": "worklog
|
|
3495
|
+
"text": "worklog?: "
|
|
2630
3496
|
},
|
|
2631
3497
|
{
|
|
2632
3498
|
"kind": "Content",
|
|
@@ -2647,7 +3513,7 @@
|
|
|
2647
3513
|
}
|
|
2648
3514
|
],
|
|
2649
3515
|
"isReadonly": false,
|
|
2650
|
-
"isOptional":
|
|
3516
|
+
"isOptional": true,
|
|
2651
3517
|
"releaseTag": "Public",
|
|
2652
3518
|
"name": "worklog",
|
|
2653
3519
|
"propertyTypeTokenRange": {
|
|
@@ -2662,7 +3528,7 @@
|
|
|
2662
3528
|
"excerptTokens": [
|
|
2663
3529
|
{
|
|
2664
3530
|
"kind": "Content",
|
|
2665
|
-
"text": "workratio
|
|
3531
|
+
"text": "workratio?: "
|
|
2666
3532
|
},
|
|
2667
3533
|
{
|
|
2668
3534
|
"kind": "Content",
|
|
@@ -2674,7 +3540,7 @@
|
|
|
2674
3540
|
}
|
|
2675
3541
|
],
|
|
2676
3542
|
"isReadonly": false,
|
|
2677
|
-
"isOptional":
|
|
3543
|
+
"isOptional": true,
|
|
2678
3544
|
"releaseTag": "Public",
|
|
2679
3545
|
"name": "workratio",
|
|
2680
3546
|
"propertyTypeTokenRange": {
|
|
@@ -2685,6 +3551,33 @@
|
|
|
2685
3551
|
],
|
|
2686
3552
|
"extendsTokenRanges": []
|
|
2687
3553
|
},
|
|
3554
|
+
{
|
|
3555
|
+
"kind": "TypeAlias",
|
|
3556
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!UpdateIssue:type",
|
|
3557
|
+
"docComment": "",
|
|
3558
|
+
"excerptTokens": [
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "Content",
|
|
3561
|
+
"text": "export type UpdateIssue = "
|
|
3562
|
+
},
|
|
3563
|
+
{
|
|
3564
|
+
"kind": "Reference",
|
|
3565
|
+
"text": "CreatedIssue",
|
|
3566
|
+
"canonicalReference": "@valiantys/atlassian-app-frontend!CreatedIssue:interface"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"kind": "Content",
|
|
3570
|
+
"text": ";"
|
|
3571
|
+
}
|
|
3572
|
+
],
|
|
3573
|
+
"fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
|
|
3574
|
+
"releaseTag": "Public",
|
|
3575
|
+
"name": "UpdateIssue",
|
|
3576
|
+
"typeTokenRange": {
|
|
3577
|
+
"startIndex": 1,
|
|
3578
|
+
"endIndex": 2
|
|
3579
|
+
}
|
|
3580
|
+
},
|
|
2688
3581
|
{
|
|
2689
3582
|
"kind": "Interface",
|
|
2690
3583
|
"canonicalReference": "@valiantys/atlassian-app-frontend!User:interface",
|