@valiantys/atlassian-app 3.2.0-alpha-8 → 3.2.0-alpha-10

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.
@@ -0,0 +1,1048 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.52.8",
5
+ "schemaVersion": 1011,
6
+ "oldestForwardsCompatibleVersion": 1001,
7
+ "tsdocConfig": {
8
+ "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
9
+ "noStandardTags": true,
10
+ "tagDefinitions": [
11
+ {
12
+ "tagName": "@alpha",
13
+ "syntaxKind": "modifier"
14
+ },
15
+ {
16
+ "tagName": "@beta",
17
+ "syntaxKind": "modifier"
18
+ },
19
+ {
20
+ "tagName": "@defaultValue",
21
+ "syntaxKind": "block"
22
+ },
23
+ {
24
+ "tagName": "@decorator",
25
+ "syntaxKind": "block",
26
+ "allowMultiple": true
27
+ },
28
+ {
29
+ "tagName": "@deprecated",
30
+ "syntaxKind": "block"
31
+ },
32
+ {
33
+ "tagName": "@eventProperty",
34
+ "syntaxKind": "modifier"
35
+ },
36
+ {
37
+ "tagName": "@example",
38
+ "syntaxKind": "block",
39
+ "allowMultiple": true
40
+ },
41
+ {
42
+ "tagName": "@experimental",
43
+ "syntaxKind": "modifier"
44
+ },
45
+ {
46
+ "tagName": "@inheritDoc",
47
+ "syntaxKind": "inline"
48
+ },
49
+ {
50
+ "tagName": "@internal",
51
+ "syntaxKind": "modifier"
52
+ },
53
+ {
54
+ "tagName": "@label",
55
+ "syntaxKind": "inline"
56
+ },
57
+ {
58
+ "tagName": "@link",
59
+ "syntaxKind": "inline",
60
+ "allowMultiple": true
61
+ },
62
+ {
63
+ "tagName": "@override",
64
+ "syntaxKind": "modifier"
65
+ },
66
+ {
67
+ "tagName": "@packageDocumentation",
68
+ "syntaxKind": "modifier"
69
+ },
70
+ {
71
+ "tagName": "@param",
72
+ "syntaxKind": "block",
73
+ "allowMultiple": true
74
+ },
75
+ {
76
+ "tagName": "@privateRemarks",
77
+ "syntaxKind": "block"
78
+ },
79
+ {
80
+ "tagName": "@public",
81
+ "syntaxKind": "modifier"
82
+ },
83
+ {
84
+ "tagName": "@readonly",
85
+ "syntaxKind": "modifier"
86
+ },
87
+ {
88
+ "tagName": "@remarks",
89
+ "syntaxKind": "block"
90
+ },
91
+ {
92
+ "tagName": "@returns",
93
+ "syntaxKind": "block"
94
+ },
95
+ {
96
+ "tagName": "@sealed",
97
+ "syntaxKind": "modifier"
98
+ },
99
+ {
100
+ "tagName": "@see",
101
+ "syntaxKind": "block"
102
+ },
103
+ {
104
+ "tagName": "@throws",
105
+ "syntaxKind": "block",
106
+ "allowMultiple": true
107
+ },
108
+ {
109
+ "tagName": "@typeParam",
110
+ "syntaxKind": "block",
111
+ "allowMultiple": true
112
+ },
113
+ {
114
+ "tagName": "@virtual",
115
+ "syntaxKind": "modifier"
116
+ },
117
+ {
118
+ "tagName": "@betaDocumentation",
119
+ "syntaxKind": "modifier"
120
+ },
121
+ {
122
+ "tagName": "@internalRemarks",
123
+ "syntaxKind": "block"
124
+ },
125
+ {
126
+ "tagName": "@preapproved",
127
+ "syntaxKind": "modifier"
128
+ }
129
+ ],
130
+ "supportForTags": {
131
+ "@alpha": true,
132
+ "@beta": true,
133
+ "@defaultValue": true,
134
+ "@decorator": true,
135
+ "@deprecated": true,
136
+ "@eventProperty": true,
137
+ "@example": true,
138
+ "@experimental": true,
139
+ "@inheritDoc": true,
140
+ "@internal": true,
141
+ "@label": true,
142
+ "@link": true,
143
+ "@override": true,
144
+ "@packageDocumentation": true,
145
+ "@param": true,
146
+ "@privateRemarks": true,
147
+ "@public": true,
148
+ "@readonly": true,
149
+ "@remarks": true,
150
+ "@returns": true,
151
+ "@sealed": true,
152
+ "@see": true,
153
+ "@throws": true,
154
+ "@typeParam": true,
155
+ "@virtual": true,
156
+ "@betaDocumentation": true,
157
+ "@internalRemarks": true,
158
+ "@preapproved": true
159
+ },
160
+ "reportUnsupportedHtmlElements": false
161
+ }
162
+ },
163
+ "kind": "Package",
164
+ "canonicalReference": "@valiantys/atlassian-app!",
165
+ "docComment": "",
166
+ "name": "@valiantys/atlassian-app",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@valiantys/atlassian-app!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Interface",
177
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface",
178
+ "docComment": "/**\n * Root document node\n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export interface AdfDoc "
183
+ }
184
+ ],
185
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf-types.d.ts",
186
+ "releaseTag": "Public",
187
+ "name": "AdfDoc",
188
+ "preserveMemberOrder": false,
189
+ "members": [
190
+ {
191
+ "kind": "PropertySignature",
192
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc#content:member",
193
+ "docComment": "",
194
+ "excerptTokens": [
195
+ {
196
+ "kind": "Content",
197
+ "text": "content: "
198
+ },
199
+ {
200
+ "kind": "Reference",
201
+ "text": "AdfNode",
202
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode:interface"
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!AdfDoc#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!AdfDoc#version:member",
252
+ "docComment": "",
253
+ "excerptTokens": [
254
+ {
255
+ "kind": "Content",
256
+ "text": "version: "
257
+ },
258
+ {
259
+ "kind": "Content",
260
+ "text": "1"
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!AdfMark:interface",
282
+ "docComment": "/**\n * TypeScript types for Atlassian Document Format (ADF) Conforms to https://unpkg.com/@atlaskit/adf-schema@52.4.0/dist/json-schema/v1/full.json\n */\n",
283
+ "excerptTokens": [
284
+ {
285
+ "kind": "Content",
286
+ "text": "export interface AdfMark "
287
+ }
288
+ ],
289
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf-types.d.ts",
290
+ "releaseTag": "Public",
291
+ "name": "AdfMark",
292
+ "preserveMemberOrder": false,
293
+ "members": [
294
+ {
295
+ "kind": "PropertySignature",
296
+ "canonicalReference": "@valiantys/atlassian-app!AdfMark#attrs:member",
297
+ "docComment": "",
298
+ "excerptTokens": [
299
+ {
300
+ "kind": "Content",
301
+ "text": "attrs?: "
302
+ },
303
+ {
304
+ "kind": "Reference",
305
+ "text": "Record",
306
+ "canonicalReference": "!Record:type"
307
+ },
308
+ {
309
+ "kind": "Content",
310
+ "text": "<string, unknown>"
311
+ },
312
+ {
313
+ "kind": "Content",
314
+ "text": ";"
315
+ }
316
+ ],
317
+ "isReadonly": false,
318
+ "isOptional": true,
319
+ "releaseTag": "Public",
320
+ "name": "attrs",
321
+ "propertyTypeTokenRange": {
322
+ "startIndex": 1,
323
+ "endIndex": 3
324
+ }
325
+ },
326
+ {
327
+ "kind": "PropertySignature",
328
+ "canonicalReference": "@valiantys/atlassian-app!AdfMark#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!AdfNode:interface",
359
+ "docComment": "/**\n * Base for all ADF nodes. `content` is optional because many block nodes (paragraph, heading, codeBlock, etc.) define it as optional in the schema. `text` is only populated on text nodes. `attrs` is present on most non-text nodes. `marks` is present on nodes that support formatting.\n */\n",
360
+ "excerptTokens": [
361
+ {
362
+ "kind": "Content",
363
+ "text": "export interface AdfNode "
364
+ }
365
+ ],
366
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf-types.d.ts",
367
+ "releaseTag": "Public",
368
+ "name": "AdfNode",
369
+ "preserveMemberOrder": false,
370
+ "members": [
371
+ {
372
+ "kind": "PropertySignature",
373
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode#attrs:member",
374
+ "docComment": "",
375
+ "excerptTokens": [
376
+ {
377
+ "kind": "Content",
378
+ "text": "attrs?: "
379
+ },
380
+ {
381
+ "kind": "Reference",
382
+ "text": "AdfNodeAttrs",
383
+ "canonicalReference": "@valiantys/atlassian-app!AdfNodeAttrs:interface"
384
+ },
385
+ {
386
+ "kind": "Content",
387
+ "text": ";"
388
+ }
389
+ ],
390
+ "isReadonly": false,
391
+ "isOptional": true,
392
+ "releaseTag": "Public",
393
+ "name": "attrs",
394
+ "propertyTypeTokenRange": {
395
+ "startIndex": 1,
396
+ "endIndex": 2
397
+ }
398
+ },
399
+ {
400
+ "kind": "PropertySignature",
401
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode#content:member",
402
+ "docComment": "",
403
+ "excerptTokens": [
404
+ {
405
+ "kind": "Content",
406
+ "text": "content?: "
407
+ },
408
+ {
409
+ "kind": "Reference",
410
+ "text": "AdfNode",
411
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode:interface"
412
+ },
413
+ {
414
+ "kind": "Content",
415
+ "text": "[]"
416
+ },
417
+ {
418
+ "kind": "Content",
419
+ "text": ";"
420
+ }
421
+ ],
422
+ "isReadonly": false,
423
+ "isOptional": true,
424
+ "releaseTag": "Public",
425
+ "name": "content",
426
+ "propertyTypeTokenRange": {
427
+ "startIndex": 1,
428
+ "endIndex": 3
429
+ }
430
+ },
431
+ {
432
+ "kind": "PropertySignature",
433
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode#marks:member",
434
+ "docComment": "",
435
+ "excerptTokens": [
436
+ {
437
+ "kind": "Content",
438
+ "text": "marks?: "
439
+ },
440
+ {
441
+ "kind": "Reference",
442
+ "text": "AdfMark",
443
+ "canonicalReference": "@valiantys/atlassian-app!AdfMark:interface"
444
+ },
445
+ {
446
+ "kind": "Content",
447
+ "text": "[]"
448
+ },
449
+ {
450
+ "kind": "Content",
451
+ "text": ";"
452
+ }
453
+ ],
454
+ "isReadonly": false,
455
+ "isOptional": true,
456
+ "releaseTag": "Public",
457
+ "name": "marks",
458
+ "propertyTypeTokenRange": {
459
+ "startIndex": 1,
460
+ "endIndex": 3
461
+ }
462
+ },
463
+ {
464
+ "kind": "PropertySignature",
465
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode#text:member",
466
+ "docComment": "",
467
+ "excerptTokens": [
468
+ {
469
+ "kind": "Content",
470
+ "text": "text?: "
471
+ },
472
+ {
473
+ "kind": "Content",
474
+ "text": "string"
475
+ },
476
+ {
477
+ "kind": "Content",
478
+ "text": ";"
479
+ }
480
+ ],
481
+ "isReadonly": false,
482
+ "isOptional": true,
483
+ "releaseTag": "Public",
484
+ "name": "text",
485
+ "propertyTypeTokenRange": {
486
+ "startIndex": 1,
487
+ "endIndex": 2
488
+ }
489
+ },
490
+ {
491
+ "kind": "PropertySignature",
492
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode#type:member",
493
+ "docComment": "",
494
+ "excerptTokens": [
495
+ {
496
+ "kind": "Content",
497
+ "text": "type: "
498
+ },
499
+ {
500
+ "kind": "Content",
501
+ "text": "string"
502
+ },
503
+ {
504
+ "kind": "Content",
505
+ "text": ";"
506
+ }
507
+ ],
508
+ "isReadonly": false,
509
+ "isOptional": false,
510
+ "releaseTag": "Public",
511
+ "name": "type",
512
+ "propertyTypeTokenRange": {
513
+ "startIndex": 1,
514
+ "endIndex": 2
515
+ }
516
+ }
517
+ ],
518
+ "extendsTokenRanges": []
519
+ },
520
+ {
521
+ "kind": "Interface",
522
+ "canonicalReference": "@valiantys/atlassian-app!AdfNodeAttrs:interface",
523
+ "docComment": "/**\n * Attrs common across node types. Many inline node types (emoji, mention, status, placeholder, hardBreak, inlineExtension, extension, bodiedExtension) store their display text in `attrs.text`.\n */\n",
524
+ "excerptTokens": [
525
+ {
526
+ "kind": "Content",
527
+ "text": "export interface AdfNodeAttrs "
528
+ }
529
+ ],
530
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf-types.d.ts",
531
+ "releaseTag": "Public",
532
+ "name": "AdfNodeAttrs",
533
+ "preserveMemberOrder": false,
534
+ "members": [
535
+ {
536
+ "kind": "IndexSignature",
537
+ "canonicalReference": "@valiantys/atlassian-app!AdfNodeAttrs:index(1)",
538
+ "docComment": "",
539
+ "excerptTokens": [
540
+ {
541
+ "kind": "Content",
542
+ "text": "[key: "
543
+ },
544
+ {
545
+ "kind": "Content",
546
+ "text": "string"
547
+ },
548
+ {
549
+ "kind": "Content",
550
+ "text": "]: "
551
+ },
552
+ {
553
+ "kind": "Content",
554
+ "text": "unknown"
555
+ },
556
+ {
557
+ "kind": "Content",
558
+ "text": ";"
559
+ }
560
+ ],
561
+ "isReadonly": false,
562
+ "returnTypeTokenRange": {
563
+ "startIndex": 3,
564
+ "endIndex": 4
565
+ },
566
+ "releaseTag": "Public",
567
+ "overloadIndex": 1,
568
+ "parameters": [
569
+ {
570
+ "parameterName": "key",
571
+ "parameterTypeTokenRange": {
572
+ "startIndex": 1,
573
+ "endIndex": 2
574
+ },
575
+ "isOptional": false
576
+ }
577
+ ]
578
+ },
579
+ {
580
+ "kind": "PropertySignature",
581
+ "canonicalReference": "@valiantys/atlassian-app!AdfNodeAttrs#localId:member",
582
+ "docComment": "",
583
+ "excerptTokens": [
584
+ {
585
+ "kind": "Content",
586
+ "text": "localId?: "
587
+ },
588
+ {
589
+ "kind": "Content",
590
+ "text": "string"
591
+ },
592
+ {
593
+ "kind": "Content",
594
+ "text": ";"
595
+ }
596
+ ],
597
+ "isReadonly": false,
598
+ "isOptional": true,
599
+ "releaseTag": "Public",
600
+ "name": "localId",
601
+ "propertyTypeTokenRange": {
602
+ "startIndex": 1,
603
+ "endIndex": 2
604
+ }
605
+ },
606
+ {
607
+ "kind": "PropertySignature",
608
+ "canonicalReference": "@valiantys/atlassian-app!AdfNodeAttrs#text:member",
609
+ "docComment": "",
610
+ "excerptTokens": [
611
+ {
612
+ "kind": "Content",
613
+ "text": "text?: "
614
+ },
615
+ {
616
+ "kind": "Content",
617
+ "text": "string"
618
+ },
619
+ {
620
+ "kind": "Content",
621
+ "text": ";"
622
+ }
623
+ ],
624
+ "isReadonly": false,
625
+ "isOptional": true,
626
+ "releaseTag": "Public",
627
+ "name": "text",
628
+ "propertyTypeTokenRange": {
629
+ "startIndex": 1,
630
+ "endIndex": 2
631
+ }
632
+ }
633
+ ],
634
+ "extendsTokenRanges": []
635
+ },
636
+ {
637
+ "kind": "Interface",
638
+ "canonicalReference": "@valiantys/atlassian-app!AdfTextNode:interface",
639
+ "docComment": "/**\n * text node — text is a required top-level property, not in attrs\n */\n",
640
+ "excerptTokens": [
641
+ {
642
+ "kind": "Content",
643
+ "text": "export interface AdfTextNode extends "
644
+ },
645
+ {
646
+ "kind": "Reference",
647
+ "text": "AdfNode",
648
+ "canonicalReference": "@valiantys/atlassian-app!AdfNode:interface"
649
+ },
650
+ {
651
+ "kind": "Content",
652
+ "text": " "
653
+ }
654
+ ],
655
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf-types.d.ts",
656
+ "releaseTag": "Public",
657
+ "name": "AdfTextNode",
658
+ "preserveMemberOrder": false,
659
+ "members": [
660
+ {
661
+ "kind": "PropertySignature",
662
+ "canonicalReference": "@valiantys/atlassian-app!AdfTextNode#attrs:member",
663
+ "docComment": "",
664
+ "excerptTokens": [
665
+ {
666
+ "kind": "Content",
667
+ "text": "attrs?: "
668
+ },
669
+ {
670
+ "kind": "Content",
671
+ "text": "never"
672
+ },
673
+ {
674
+ "kind": "Content",
675
+ "text": ";"
676
+ }
677
+ ],
678
+ "isReadonly": false,
679
+ "isOptional": true,
680
+ "releaseTag": "Public",
681
+ "name": "attrs",
682
+ "propertyTypeTokenRange": {
683
+ "startIndex": 1,
684
+ "endIndex": 2
685
+ }
686
+ },
687
+ {
688
+ "kind": "PropertySignature",
689
+ "canonicalReference": "@valiantys/atlassian-app!AdfTextNode#text:member",
690
+ "docComment": "",
691
+ "excerptTokens": [
692
+ {
693
+ "kind": "Content",
694
+ "text": "text: "
695
+ },
696
+ {
697
+ "kind": "Content",
698
+ "text": "string"
699
+ },
700
+ {
701
+ "kind": "Content",
702
+ "text": ";"
703
+ }
704
+ ],
705
+ "isReadonly": false,
706
+ "isOptional": false,
707
+ "releaseTag": "Public",
708
+ "name": "text",
709
+ "propertyTypeTokenRange": {
710
+ "startIndex": 1,
711
+ "endIndex": 2
712
+ }
713
+ },
714
+ {
715
+ "kind": "PropertySignature",
716
+ "canonicalReference": "@valiantys/atlassian-app!AdfTextNode#type:member",
717
+ "docComment": "",
718
+ "excerptTokens": [
719
+ {
720
+ "kind": "Content",
721
+ "text": "type: "
722
+ },
723
+ {
724
+ "kind": "Content",
725
+ "text": "'text'"
726
+ },
727
+ {
728
+ "kind": "Content",
729
+ "text": ";"
730
+ }
731
+ ],
732
+ "isReadonly": false,
733
+ "isOptional": false,
734
+ "releaseTag": "Public",
735
+ "name": "type",
736
+ "propertyTypeTokenRange": {
737
+ "startIndex": 1,
738
+ "endIndex": 2
739
+ }
740
+ }
741
+ ],
742
+ "extendsTokenRanges": [
743
+ {
744
+ "startIndex": 1,
745
+ "endIndex": 2
746
+ }
747
+ ]
748
+ },
749
+ {
750
+ "kind": "Function",
751
+ "canonicalReference": "@valiantys/atlassian-app!adfToHtml:function(1)",
752
+ "docComment": "",
753
+ "excerptTokens": [
754
+ {
755
+ "kind": "Content",
756
+ "text": "export declare function adfToHtml(doc: "
757
+ },
758
+ {
759
+ "kind": "Reference",
760
+ "text": "AdfDoc",
761
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
762
+ },
763
+ {
764
+ "kind": "Content",
765
+ "text": "): "
766
+ },
767
+ {
768
+ "kind": "Content",
769
+ "text": "string"
770
+ },
771
+ {
772
+ "kind": "Content",
773
+ "text": ";"
774
+ }
775
+ ],
776
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
777
+ "returnTypeTokenRange": {
778
+ "startIndex": 3,
779
+ "endIndex": 4
780
+ },
781
+ "releaseTag": "Public",
782
+ "overloadIndex": 1,
783
+ "parameters": [
784
+ {
785
+ "parameterName": "doc",
786
+ "parameterTypeTokenRange": {
787
+ "startIndex": 1,
788
+ "endIndex": 2
789
+ },
790
+ "isOptional": false
791
+ }
792
+ ],
793
+ "name": "adfToHtml"
794
+ },
795
+ {
796
+ "kind": "Function",
797
+ "canonicalReference": "@valiantys/atlassian-app!appendParagraph:function(1)",
798
+ "docComment": "",
799
+ "excerptTokens": [
800
+ {
801
+ "kind": "Content",
802
+ "text": "export declare function appendParagraph(doc: "
803
+ },
804
+ {
805
+ "kind": "Reference",
806
+ "text": "AdfDoc",
807
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
808
+ },
809
+ {
810
+ "kind": "Content",
811
+ "text": ", value: "
812
+ },
813
+ {
814
+ "kind": "Content",
815
+ "text": "string"
816
+ },
817
+ {
818
+ "kind": "Content",
819
+ "text": "): "
820
+ },
821
+ {
822
+ "kind": "Reference",
823
+ "text": "AdfDoc",
824
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": ";"
829
+ }
830
+ ],
831
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
832
+ "returnTypeTokenRange": {
833
+ "startIndex": 5,
834
+ "endIndex": 6
835
+ },
836
+ "releaseTag": "Public",
837
+ "overloadIndex": 1,
838
+ "parameters": [
839
+ {
840
+ "parameterName": "doc",
841
+ "parameterTypeTokenRange": {
842
+ "startIndex": 1,
843
+ "endIndex": 2
844
+ },
845
+ "isOptional": false
846
+ },
847
+ {
848
+ "parameterName": "value",
849
+ "parameterTypeTokenRange": {
850
+ "startIndex": 3,
851
+ "endIndex": 4
852
+ },
853
+ "isOptional": false
854
+ }
855
+ ],
856
+ "name": "appendParagraph"
857
+ },
858
+ {
859
+ "kind": "Function",
860
+ "canonicalReference": "@valiantys/atlassian-app!replaceInAdf:function(1)",
861
+ "docComment": "",
862
+ "excerptTokens": [
863
+ {
864
+ "kind": "Content",
865
+ "text": "export declare function replaceInAdf(doc: "
866
+ },
867
+ {
868
+ "kind": "Reference",
869
+ "text": "AdfDoc",
870
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
871
+ },
872
+ {
873
+ "kind": "Content",
874
+ "text": ", searchText: "
875
+ },
876
+ {
877
+ "kind": "Content",
878
+ "text": "string"
879
+ },
880
+ {
881
+ "kind": "Content",
882
+ "text": ", replacement: "
883
+ },
884
+ {
885
+ "kind": "Content",
886
+ "text": "string"
887
+ },
888
+ {
889
+ "kind": "Content",
890
+ "text": "): "
891
+ },
892
+ {
893
+ "kind": "Reference",
894
+ "text": "AdfDoc",
895
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
896
+ },
897
+ {
898
+ "kind": "Content",
899
+ "text": ";"
900
+ }
901
+ ],
902
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
903
+ "returnTypeTokenRange": {
904
+ "startIndex": 7,
905
+ "endIndex": 8
906
+ },
907
+ "releaseTag": "Public",
908
+ "overloadIndex": 1,
909
+ "parameters": [
910
+ {
911
+ "parameterName": "doc",
912
+ "parameterTypeTokenRange": {
913
+ "startIndex": 1,
914
+ "endIndex": 2
915
+ },
916
+ "isOptional": false
917
+ },
918
+ {
919
+ "parameterName": "searchText",
920
+ "parameterTypeTokenRange": {
921
+ "startIndex": 3,
922
+ "endIndex": 4
923
+ },
924
+ "isOptional": false
925
+ },
926
+ {
927
+ "parameterName": "replacement",
928
+ "parameterTypeTokenRange": {
929
+ "startIndex": 5,
930
+ "endIndex": 6
931
+ },
932
+ "isOptional": false
933
+ }
934
+ ],
935
+ "name": "replaceInAdf"
936
+ },
937
+ {
938
+ "kind": "Function",
939
+ "canonicalReference": "@valiantys/atlassian-app!searchAdf:function(1)",
940
+ "docComment": "",
941
+ "excerptTokens": [
942
+ {
943
+ "kind": "Content",
944
+ "text": "export declare function searchAdf(doc: "
945
+ },
946
+ {
947
+ "kind": "Reference",
948
+ "text": "AdfDoc",
949
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
950
+ },
951
+ {
952
+ "kind": "Content",
953
+ "text": ", searchText: "
954
+ },
955
+ {
956
+ "kind": "Content",
957
+ "text": "string"
958
+ },
959
+ {
960
+ "kind": "Content",
961
+ "text": "): "
962
+ },
963
+ {
964
+ "kind": "Content",
965
+ "text": "boolean"
966
+ },
967
+ {
968
+ "kind": "Content",
969
+ "text": ";"
970
+ }
971
+ ],
972
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
973
+ "returnTypeTokenRange": {
974
+ "startIndex": 5,
975
+ "endIndex": 6
976
+ },
977
+ "releaseTag": "Public",
978
+ "overloadIndex": 1,
979
+ "parameters": [
980
+ {
981
+ "parameterName": "doc",
982
+ "parameterTypeTokenRange": {
983
+ "startIndex": 1,
984
+ "endIndex": 2
985
+ },
986
+ "isOptional": false
987
+ },
988
+ {
989
+ "parameterName": "searchText",
990
+ "parameterTypeTokenRange": {
991
+ "startIndex": 3,
992
+ "endIndex": 4
993
+ },
994
+ "isOptional": false
995
+ }
996
+ ],
997
+ "name": "searchAdf"
998
+ },
999
+ {
1000
+ "kind": "Function",
1001
+ "canonicalReference": "@valiantys/atlassian-app!toAdfDoc:function(1)",
1002
+ "docComment": "",
1003
+ "excerptTokens": [
1004
+ {
1005
+ "kind": "Content",
1006
+ "text": "export declare function toAdfDoc(value: "
1007
+ },
1008
+ {
1009
+ "kind": "Content",
1010
+ "text": "string"
1011
+ },
1012
+ {
1013
+ "kind": "Content",
1014
+ "text": "): "
1015
+ },
1016
+ {
1017
+ "kind": "Reference",
1018
+ "text": "AdfDoc",
1019
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
1020
+ },
1021
+ {
1022
+ "kind": "Content",
1023
+ "text": ";"
1024
+ }
1025
+ ],
1026
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
1027
+ "returnTypeTokenRange": {
1028
+ "startIndex": 3,
1029
+ "endIndex": 4
1030
+ },
1031
+ "releaseTag": "Public",
1032
+ "overloadIndex": 1,
1033
+ "parameters": [
1034
+ {
1035
+ "parameterName": "value",
1036
+ "parameterTypeTokenRange": {
1037
+ "startIndex": 1,
1038
+ "endIndex": 2
1039
+ },
1040
+ "isOptional": false
1041
+ }
1042
+ ],
1043
+ "name": "toAdfDoc"
1044
+ }
1045
+ ]
1046
+ }
1047
+ ]
1048
+ }