@valiantys/atlassian-app 3.2.0-alpha-7 → 3.2.0-alpha-9

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,445 +172,6 @@
172
172
  "name": "",
173
173
  "preserveMemberOrder": false,
174
174
  "members": [
175
- {
176
- "kind": "Interface",
177
- "canonicalReference": "@valiantys/atlassian-app!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!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!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!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!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!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!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!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!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!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!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!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!AtlassianDocumentFormatInlineNode:interface"
414
- },
415
- {
416
- "kind": "Content",
417
- "text": " | "
418
- },
419
- {
420
- "kind": "Reference",
421
- "text": "AtlassianDocumentFormatBlockNode",
422
- "canonicalReference": "@valiantys/atlassian-app!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!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!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!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!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!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!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!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!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!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
- },
614
175
  {
615
176
  "kind": "Interface",
616
177
  "canonicalReference": "@valiantys/atlassian-app!AvatarUrls:interface",
@@ -898,8 +459,8 @@
898
459
  },
899
460
  {
900
461
  "kind": "Reference",
901
- "text": "AtlassianDocumentFormat",
902
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
462
+ "text": "AdfDoc",
463
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
903
464
  },
904
465
  {
905
466
  "kind": "Content",
@@ -1984,118 +1545,6 @@
1984
1545
  ],
1985
1546
  "extendsTokenRanges": []
1986
1547
  },
1987
- {
1988
- "kind": "Function",
1989
- "canonicalReference": "@valiantys/atlassian-app!isAtlassianDocumentFormatParagraphNode:function(1)",
1990
- "docComment": "",
1991
- "excerptTokens": [
1992
- {
1993
- "kind": "Content",
1994
- "text": "export declare function isAtlassianDocumentFormatParagraphNode(node: "
1995
- },
1996
- {
1997
- "kind": "Reference",
1998
- "text": "AtlassianDocumentFormatNode",
1999
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormatNode:type"
2000
- },
2001
- {
2002
- "kind": "Content",
2003
- "text": "): "
2004
- },
2005
- {
2006
- "kind": "Reference",
2007
- "text": "node",
2008
- "canonicalReference": "@valiantys/atlassian-app!~node"
2009
- },
2010
- {
2011
- "kind": "Content",
2012
- "text": " is "
2013
- },
2014
- {
2015
- "kind": "Reference",
2016
- "text": "AtlassianDocumentFormatParagraphNode",
2017
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormatParagraphNode:interface"
2018
- },
2019
- {
2020
- "kind": "Content",
2021
- "text": ";"
2022
- }
2023
- ],
2024
- "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
2025
- "returnTypeTokenRange": {
2026
- "startIndex": 3,
2027
- "endIndex": 6
2028
- },
2029
- "releaseTag": "Public",
2030
- "overloadIndex": 1,
2031
- "parameters": [
2032
- {
2033
- "parameterName": "node",
2034
- "parameterTypeTokenRange": {
2035
- "startIndex": 1,
2036
- "endIndex": 2
2037
- },
2038
- "isOptional": false
2039
- }
2040
- ],
2041
- "name": "isAtlassianDocumentFormatParagraphNode"
2042
- },
2043
- {
2044
- "kind": "Function",
2045
- "canonicalReference": "@valiantys/atlassian-app!isAtlassianDocumentFormatTextNode:function(1)",
2046
- "docComment": "",
2047
- "excerptTokens": [
2048
- {
2049
- "kind": "Content",
2050
- "text": "export declare function isAtlassianDocumentFormatTextNode(node: "
2051
- },
2052
- {
2053
- "kind": "Reference",
2054
- "text": "AtlassianDocumentFormatNode",
2055
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormatNode:type"
2056
- },
2057
- {
2058
- "kind": "Content",
2059
- "text": "): "
2060
- },
2061
- {
2062
- "kind": "Reference",
2063
- "text": "node",
2064
- "canonicalReference": "@valiantys/atlassian-app!~node"
2065
- },
2066
- {
2067
- "kind": "Content",
2068
- "text": " is "
2069
- },
2070
- {
2071
- "kind": "Reference",
2072
- "text": "AtlassianDocumentFormatTextNode",
2073
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormatTextNode:interface"
2074
- },
2075
- {
2076
- "kind": "Content",
2077
- "text": ";"
2078
- }
2079
- ],
2080
- "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
2081
- "returnTypeTokenRange": {
2082
- "startIndex": 3,
2083
- "endIndex": 6
2084
- },
2085
- "releaseTag": "Public",
2086
- "overloadIndex": 1,
2087
- "parameters": [
2088
- {
2089
- "parameterName": "node",
2090
- "parameterTypeTokenRange": {
2091
- "startIndex": 1,
2092
- "endIndex": 2
2093
- },
2094
- "isOptional": false
2095
- }
2096
- ],
2097
- "name": "isAtlassianDocumentFormatTextNode"
2098
- },
2099
1548
  {
2100
1549
  "kind": "Interface",
2101
1550
  "canonicalReference": "@valiantys/atlassian-app!Issue:interface",
@@ -2107,8 +1556,8 @@
2107
1556
  },
2108
1557
  {
2109
1558
  "kind": "Reference",
2110
- "text": "AtlassianDocumentFormat",
2111
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
1559
+ "text": "AdfDoc",
1560
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
2112
1561
  },
2113
1562
  {
2114
1563
  "kind": "Content",
@@ -2308,6 +1757,32 @@
2308
1757
  ],
2309
1758
  "extendsTokenRanges": []
2310
1759
  },
1760
+ {
1761
+ "kind": "TypeAlias",
1762
+ "canonicalReference": "@valiantys/atlassian-app!IssueAssetFieldValue:type",
1763
+ "docComment": "",
1764
+ "excerptTokens": [
1765
+ {
1766
+ "kind": "Content",
1767
+ "text": "export type IssueAssetFieldValue = "
1768
+ },
1769
+ {
1770
+ "kind": "Content",
1771
+ "text": "{\n workspaceId: string;\n id: string;\n objectId: string;\n}[]"
1772
+ },
1773
+ {
1774
+ "kind": "Content",
1775
+ "text": ";"
1776
+ }
1777
+ ],
1778
+ "fileUrlPath": "../../jira/shared/util-jira-v3-api/src/lib/issue.d.ts",
1779
+ "releaseTag": "Public",
1780
+ "name": "IssueAssetFieldValue",
1781
+ "typeTokenRange": {
1782
+ "startIndex": 1,
1783
+ "endIndex": 2
1784
+ }
1785
+ },
2311
1786
  {
2312
1787
  "kind": "TypeAlias",
2313
1788
  "canonicalReference": "@valiantys/atlassian-app!IssueComment:type",
@@ -2332,8 +1807,8 @@
2332
1807
  },
2333
1808
  {
2334
1809
  "kind": "Reference",
2335
- "text": "AtlassianDocumentFormat",
2336
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
1810
+ "text": "AdfDoc",
1811
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
2337
1812
  },
2338
1813
  {
2339
1814
  "kind": "Content",
@@ -2381,8 +1856,8 @@
2381
1856
  },
2382
1857
  {
2383
1858
  "kind": "Reference",
2384
- "text": "AtlassianDocumentFormat",
2385
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
1859
+ "text": "AdfDoc",
1860
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
2386
1861
  },
2387
1862
  {
2388
1863
  "kind": "Content",
@@ -2617,8 +2092,8 @@
2617
2092
  },
2618
2093
  {
2619
2094
  "kind": "Reference",
2620
- "text": "AtlassianDocumentFormat",
2621
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
2095
+ "text": "AdfDoc",
2096
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
2622
2097
  },
2623
2098
  {
2624
2099
  "kind": "Content",
@@ -5292,8 +4767,8 @@
5292
4767
  },
5293
4768
  {
5294
4769
  "kind": "Reference",
5295
- "text": "AtlassianDocumentFormat",
5296
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
4770
+ "text": "AdfDoc",
4771
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
5297
4772
  },
5298
4773
  {
5299
4774
  "kind": "Content",
@@ -6299,8 +5774,8 @@
6299
5774
  },
6300
5775
  {
6301
5776
  "kind": "Reference",
6302
- "text": "AtlassianDocumentFormat",
6303
- "canonicalReference": "@valiantys/atlassian-app!AtlassianDocumentFormat:interface"
5777
+ "text": "AdfDoc",
5778
+ "canonicalReference": "@valiantys/atlassian-app!~AdfDoc:interface"
6304
5779
  },
6305
5780
  {
6306
5781
  "kind": "Content",