@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.
@@ -0,0 +1,1002 @@
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!appendParagraph:function(1)",
752
+ "docComment": "",
753
+ "excerptTokens": [
754
+ {
755
+ "kind": "Content",
756
+ "text": "export declare function appendParagraph(doc: "
757
+ },
758
+ {
759
+ "kind": "Reference",
760
+ "text": "AdfDoc",
761
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
762
+ },
763
+ {
764
+ "kind": "Content",
765
+ "text": ", value: "
766
+ },
767
+ {
768
+ "kind": "Content",
769
+ "text": "string"
770
+ },
771
+ {
772
+ "kind": "Content",
773
+ "text": "): "
774
+ },
775
+ {
776
+ "kind": "Reference",
777
+ "text": "AdfDoc",
778
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
779
+ },
780
+ {
781
+ "kind": "Content",
782
+ "text": ";"
783
+ }
784
+ ],
785
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
786
+ "returnTypeTokenRange": {
787
+ "startIndex": 5,
788
+ "endIndex": 6
789
+ },
790
+ "releaseTag": "Public",
791
+ "overloadIndex": 1,
792
+ "parameters": [
793
+ {
794
+ "parameterName": "doc",
795
+ "parameterTypeTokenRange": {
796
+ "startIndex": 1,
797
+ "endIndex": 2
798
+ },
799
+ "isOptional": false
800
+ },
801
+ {
802
+ "parameterName": "value",
803
+ "parameterTypeTokenRange": {
804
+ "startIndex": 3,
805
+ "endIndex": 4
806
+ },
807
+ "isOptional": false
808
+ }
809
+ ],
810
+ "name": "appendParagraph"
811
+ },
812
+ {
813
+ "kind": "Function",
814
+ "canonicalReference": "@valiantys/atlassian-app!replaceInAdf:function(1)",
815
+ "docComment": "",
816
+ "excerptTokens": [
817
+ {
818
+ "kind": "Content",
819
+ "text": "export declare function replaceInAdf(doc: "
820
+ },
821
+ {
822
+ "kind": "Reference",
823
+ "text": "AdfDoc",
824
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
825
+ },
826
+ {
827
+ "kind": "Content",
828
+ "text": ", searchText: "
829
+ },
830
+ {
831
+ "kind": "Content",
832
+ "text": "string"
833
+ },
834
+ {
835
+ "kind": "Content",
836
+ "text": ", replacement: "
837
+ },
838
+ {
839
+ "kind": "Content",
840
+ "text": "string"
841
+ },
842
+ {
843
+ "kind": "Content",
844
+ "text": "): "
845
+ },
846
+ {
847
+ "kind": "Reference",
848
+ "text": "AdfDoc",
849
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
850
+ },
851
+ {
852
+ "kind": "Content",
853
+ "text": ";"
854
+ }
855
+ ],
856
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
857
+ "returnTypeTokenRange": {
858
+ "startIndex": 7,
859
+ "endIndex": 8
860
+ },
861
+ "releaseTag": "Public",
862
+ "overloadIndex": 1,
863
+ "parameters": [
864
+ {
865
+ "parameterName": "doc",
866
+ "parameterTypeTokenRange": {
867
+ "startIndex": 1,
868
+ "endIndex": 2
869
+ },
870
+ "isOptional": false
871
+ },
872
+ {
873
+ "parameterName": "searchText",
874
+ "parameterTypeTokenRange": {
875
+ "startIndex": 3,
876
+ "endIndex": 4
877
+ },
878
+ "isOptional": false
879
+ },
880
+ {
881
+ "parameterName": "replacement",
882
+ "parameterTypeTokenRange": {
883
+ "startIndex": 5,
884
+ "endIndex": 6
885
+ },
886
+ "isOptional": false
887
+ }
888
+ ],
889
+ "name": "replaceInAdf"
890
+ },
891
+ {
892
+ "kind": "Function",
893
+ "canonicalReference": "@valiantys/atlassian-app!searchAdf:function(1)",
894
+ "docComment": "",
895
+ "excerptTokens": [
896
+ {
897
+ "kind": "Content",
898
+ "text": "export declare function searchAdf(doc: "
899
+ },
900
+ {
901
+ "kind": "Reference",
902
+ "text": "AdfDoc",
903
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
904
+ },
905
+ {
906
+ "kind": "Content",
907
+ "text": ", searchText: "
908
+ },
909
+ {
910
+ "kind": "Content",
911
+ "text": "string"
912
+ },
913
+ {
914
+ "kind": "Content",
915
+ "text": "): "
916
+ },
917
+ {
918
+ "kind": "Content",
919
+ "text": "boolean"
920
+ },
921
+ {
922
+ "kind": "Content",
923
+ "text": ";"
924
+ }
925
+ ],
926
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
927
+ "returnTypeTokenRange": {
928
+ "startIndex": 5,
929
+ "endIndex": 6
930
+ },
931
+ "releaseTag": "Public",
932
+ "overloadIndex": 1,
933
+ "parameters": [
934
+ {
935
+ "parameterName": "doc",
936
+ "parameterTypeTokenRange": {
937
+ "startIndex": 1,
938
+ "endIndex": 2
939
+ },
940
+ "isOptional": false
941
+ },
942
+ {
943
+ "parameterName": "searchText",
944
+ "parameterTypeTokenRange": {
945
+ "startIndex": 3,
946
+ "endIndex": 4
947
+ },
948
+ "isOptional": false
949
+ }
950
+ ],
951
+ "name": "searchAdf"
952
+ },
953
+ {
954
+ "kind": "Function",
955
+ "canonicalReference": "@valiantys/atlassian-app!toAdfDoc:function(1)",
956
+ "docComment": "",
957
+ "excerptTokens": [
958
+ {
959
+ "kind": "Content",
960
+ "text": "export declare function toAdfDoc(value: "
961
+ },
962
+ {
963
+ "kind": "Content",
964
+ "text": "string"
965
+ },
966
+ {
967
+ "kind": "Content",
968
+ "text": "): "
969
+ },
970
+ {
971
+ "kind": "Reference",
972
+ "text": "AdfDoc",
973
+ "canonicalReference": "@valiantys/atlassian-app!AdfDoc:interface"
974
+ },
975
+ {
976
+ "kind": "Content",
977
+ "text": ";"
978
+ }
979
+ ],
980
+ "fileUrlPath": "../../shared/util-adf/src/lib/adf.d.ts",
981
+ "returnTypeTokenRange": {
982
+ "startIndex": 3,
983
+ "endIndex": 4
984
+ },
985
+ "releaseTag": "Public",
986
+ "overloadIndex": 1,
987
+ "parameters": [
988
+ {
989
+ "parameterName": "value",
990
+ "parameterTypeTokenRange": {
991
+ "startIndex": 1,
992
+ "endIndex": 2
993
+ },
994
+ "isOptional": false
995
+ }
996
+ ],
997
+ "name": "toAdfDoc"
998
+ }
999
+ ]
1000
+ }
1001
+ ]
1002
+ }