@com75271-assist/build-api 1.0.0

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/dist/api.json ADDED
@@ -0,0 +1,2366 @@
1
+ {
2
+ "metadata": {
3
+ "toolPackage": "@microsoft/api-extractor",
4
+ "toolVersion": "7.42.3",
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": "@lhy-assist/build-api!",
165
+ "docComment": "",
166
+ "name": "@lhy-assist/build-api",
167
+ "preserveMemberOrder": false,
168
+ "members": [
169
+ {
170
+ "kind": "EntryPoint",
171
+ "canonicalReference": "@lhy-assist/build-api!",
172
+ "name": "",
173
+ "preserveMemberOrder": false,
174
+ "members": [
175
+ {
176
+ "kind": "Function",
177
+ "canonicalReference": "@lhy-assist/build-api!buildSwagger2Js:function(1)",
178
+ "docComment": "/**\n * 根据swagger2定义生成javascript接口文档\n *\n * @param config - \n */\n",
179
+ "excerptTokens": [
180
+ {
181
+ "kind": "Content",
182
+ "text": "export declare function buildSwagger2Js(config: "
183
+ },
184
+ {
185
+ "kind": "Reference",
186
+ "text": "NjkJsSwagger2BuilderConfig",
187
+ "canonicalReference": "@lhy-assist/build-api!~NjkJsSwagger2BuilderConfig:interface"
188
+ },
189
+ {
190
+ "kind": "Content",
191
+ "text": "): "
192
+ },
193
+ {
194
+ "kind": "Content",
195
+ "text": "void"
196
+ },
197
+ {
198
+ "kind": "Content",
199
+ "text": ";"
200
+ }
201
+ ],
202
+ "fileUrlPath": "types/index.d.ts",
203
+ "returnTypeTokenRange": {
204
+ "startIndex": 3,
205
+ "endIndex": 4
206
+ },
207
+ "releaseTag": "Public",
208
+ "overloadIndex": 1,
209
+ "parameters": [
210
+ {
211
+ "parameterName": "config",
212
+ "parameterTypeTokenRange": {
213
+ "startIndex": 1,
214
+ "endIndex": 2
215
+ },
216
+ "isOptional": false
217
+ }
218
+ ],
219
+ "name": "buildSwagger2Js"
220
+ },
221
+ {
222
+ "kind": "Variable",
223
+ "canonicalReference": "@lhy-assist/build-api!buildSwagger2Ts:var",
224
+ "docComment": "",
225
+ "excerptTokens": [
226
+ {
227
+ "kind": "Content",
228
+ "text": "buildSwagger2Ts: "
229
+ },
230
+ {
231
+ "kind": "Content",
232
+ "text": "typeof "
233
+ },
234
+ {
235
+ "kind": "Reference",
236
+ "text": "buildSwaggerTs",
237
+ "canonicalReference": "@lhy-assist/build-api!buildSwaggerTs:function"
238
+ }
239
+ ],
240
+ "fileUrlPath": "types/index.d.ts",
241
+ "isReadonly": true,
242
+ "releaseTag": "Public",
243
+ "name": "buildSwagger2Ts",
244
+ "variableTypeTokenRange": {
245
+ "startIndex": 1,
246
+ "endIndex": 3
247
+ }
248
+ },
249
+ {
250
+ "kind": "Function",
251
+ "canonicalReference": "@lhy-assist/build-api!buildSwagger3Ts:function(1)",
252
+ "docComment": "/**\n * 根据swagger3定义生成typescript接口文档\n *\n * @param config - \n */\n",
253
+ "excerptTokens": [
254
+ {
255
+ "kind": "Content",
256
+ "text": "export declare function buildSwagger3Ts(config: "
257
+ },
258
+ {
259
+ "kind": "Reference",
260
+ "text": "NjkTsSwagger3BuilderConfig",
261
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger3BuilderConfig:interface"
262
+ },
263
+ {
264
+ "kind": "Content",
265
+ "text": "): "
266
+ },
267
+ {
268
+ "kind": "Content",
269
+ "text": "void"
270
+ },
271
+ {
272
+ "kind": "Content",
273
+ "text": ";"
274
+ }
275
+ ],
276
+ "fileUrlPath": "types/index.d.ts",
277
+ "returnTypeTokenRange": {
278
+ "startIndex": 3,
279
+ "endIndex": 4
280
+ },
281
+ "releaseTag": "Public",
282
+ "overloadIndex": 1,
283
+ "parameters": [
284
+ {
285
+ "parameterName": "config",
286
+ "parameterTypeTokenRange": {
287
+ "startIndex": 1,
288
+ "endIndex": 2
289
+ },
290
+ "isOptional": false
291
+ }
292
+ ],
293
+ "name": "buildSwagger3Ts"
294
+ },
295
+ {
296
+ "kind": "Function",
297
+ "canonicalReference": "@lhy-assist/build-api!buildSwaggerTs:function(1)",
298
+ "docComment": "/**\n * 根据swagger2定义生成typescript接口文档\n *\n * @param config - \n */\n",
299
+ "excerptTokens": [
300
+ {
301
+ "kind": "Content",
302
+ "text": "export declare function buildSwaggerTs(config: "
303
+ },
304
+ {
305
+ "kind": "Reference",
306
+ "text": "NjkTsSwagger2BuilderConfig",
307
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger2BuilderConfig:interface"
308
+ },
309
+ {
310
+ "kind": "Content",
311
+ "text": "): "
312
+ },
313
+ {
314
+ "kind": "Content",
315
+ "text": "void"
316
+ },
317
+ {
318
+ "kind": "Content",
319
+ "text": ";"
320
+ }
321
+ ],
322
+ "fileUrlPath": "types/index.d.ts",
323
+ "returnTypeTokenRange": {
324
+ "startIndex": 3,
325
+ "endIndex": 4
326
+ },
327
+ "releaseTag": "Public",
328
+ "overloadIndex": 1,
329
+ "parameters": [
330
+ {
331
+ "parameterName": "config",
332
+ "parameterTypeTokenRange": {
333
+ "startIndex": 1,
334
+ "endIndex": 2
335
+ },
336
+ "isOptional": false
337
+ }
338
+ ],
339
+ "name": "buildSwaggerTs"
340
+ },
341
+ {
342
+ "kind": "Enum",
343
+ "canonicalReference": "@lhy-assist/build-api!NameStyle:enum",
344
+ "docComment": "",
345
+ "excerptTokens": [
346
+ {
347
+ "kind": "Content",
348
+ "text": "export declare enum NameStyle "
349
+ }
350
+ ],
351
+ "fileUrlPath": "types/utils/nameStyle.d.ts",
352
+ "releaseTag": "Public",
353
+ "name": "NameStyle",
354
+ "preserveMemberOrder": false,
355
+ "members": [
356
+ {
357
+ "kind": "EnumMember",
358
+ "canonicalReference": "@lhy-assist/build-api!NameStyle.CAMEL_CASE:member",
359
+ "docComment": "/**\n * 小驼峰\n */\n",
360
+ "excerptTokens": [
361
+ {
362
+ "kind": "Content",
363
+ "text": "CAMEL_CASE = "
364
+ },
365
+ {
366
+ "kind": "Content",
367
+ "text": "0"
368
+ }
369
+ ],
370
+ "initializerTokenRange": {
371
+ "startIndex": 1,
372
+ "endIndex": 2
373
+ },
374
+ "releaseTag": "Public",
375
+ "name": "CAMEL_CASE"
376
+ },
377
+ {
378
+ "kind": "EnumMember",
379
+ "canonicalReference": "@lhy-assist/build-api!NameStyle.KEBAB_CASE:member",
380
+ "docComment": "/**\n * 短横线\n */\n",
381
+ "excerptTokens": [
382
+ {
383
+ "kind": "Content",
384
+ "text": "KEBAB_CASE = "
385
+ },
386
+ {
387
+ "kind": "Content",
388
+ "text": "4"
389
+ }
390
+ ],
391
+ "initializerTokenRange": {
392
+ "startIndex": 1,
393
+ "endIndex": 2
394
+ },
395
+ "releaseTag": "Public",
396
+ "name": "KEBAB_CASE"
397
+ },
398
+ {
399
+ "kind": "EnumMember",
400
+ "canonicalReference": "@lhy-assist/build-api!NameStyle.PASCAL:member",
401
+ "docComment": "/**\n * 帕斯卡命名,等于大驼峰\n */\n",
402
+ "excerptTokens": [
403
+ {
404
+ "kind": "Content",
405
+ "text": "PASCAL = "
406
+ },
407
+ {
408
+ "kind": "Content",
409
+ "text": "2"
410
+ }
411
+ ],
412
+ "initializerTokenRange": {
413
+ "startIndex": 1,
414
+ "endIndex": 2
415
+ },
416
+ "releaseTag": "Public",
417
+ "name": "PASCAL"
418
+ },
419
+ {
420
+ "kind": "EnumMember",
421
+ "canonicalReference": "@lhy-assist/build-api!NameStyle.UNDER_SCORE_CASE:member",
422
+ "docComment": "/**\n * 下划线\n */\n",
423
+ "excerptTokens": [
424
+ {
425
+ "kind": "Content",
426
+ "text": "UNDER_SCORE_CASE = "
427
+ },
428
+ {
429
+ "kind": "Content",
430
+ "text": "3"
431
+ }
432
+ ],
433
+ "initializerTokenRange": {
434
+ "startIndex": 1,
435
+ "endIndex": 2
436
+ },
437
+ "releaseTag": "Public",
438
+ "name": "UNDER_SCORE_CASE"
439
+ },
440
+ {
441
+ "kind": "EnumMember",
442
+ "canonicalReference": "@lhy-assist/build-api!NameStyle.UPPER_CAMEL_CASE:member",
443
+ "docComment": "/**\n * 大驼峰\n */\n",
444
+ "excerptTokens": [
445
+ {
446
+ "kind": "Content",
447
+ "text": "UPPER_CAMEL_CASE = "
448
+ },
449
+ {
450
+ "kind": "Content",
451
+ "text": "1"
452
+ }
453
+ ],
454
+ "initializerTokenRange": {
455
+ "startIndex": 1,
456
+ "endIndex": 2
457
+ },
458
+ "releaseTag": "Public",
459
+ "name": "UPPER_CAMEL_CASE"
460
+ }
461
+ ]
462
+ },
463
+ {
464
+ "kind": "Class",
465
+ "canonicalReference": "@lhy-assist/build-api!NjkJsSwagger2Builder:class",
466
+ "docComment": "",
467
+ "excerptTokens": [
468
+ {
469
+ "kind": "Content",
470
+ "text": "export declare class NjkJsSwagger2Builder extends "
471
+ },
472
+ {
473
+ "kind": "Reference",
474
+ "text": "NjkTsSwagger2Builder",
475
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder:class"
476
+ },
477
+ {
478
+ "kind": "Content",
479
+ "text": " "
480
+ }
481
+ ],
482
+ "fileUrlPath": "types/njk/js/swagger2/js-swagger2.builder.d.ts",
483
+ "releaseTag": "Public",
484
+ "isAbstract": false,
485
+ "name": "NjkJsSwagger2Builder",
486
+ "preserveMemberOrder": false,
487
+ "members": [
488
+ {
489
+ "kind": "Constructor",
490
+ "canonicalReference": "@lhy-assist/build-api!NjkJsSwagger2Builder:constructor(1)",
491
+ "docComment": "/**\n * Constructs a new instance of the `NjkJsSwagger2Builder` class\n */\n",
492
+ "excerptTokens": [
493
+ {
494
+ "kind": "Content",
495
+ "text": "constructor(config: "
496
+ },
497
+ {
498
+ "kind": "Reference",
499
+ "text": "NjkJsSwagger2BuilderConfig",
500
+ "canonicalReference": "@lhy-assist/build-api!~NjkJsSwagger2BuilderConfig:interface"
501
+ },
502
+ {
503
+ "kind": "Content",
504
+ "text": ");"
505
+ }
506
+ ],
507
+ "releaseTag": "Public",
508
+ "isProtected": false,
509
+ "overloadIndex": 1,
510
+ "parameters": [
511
+ {
512
+ "parameterName": "config",
513
+ "parameterTypeTokenRange": {
514
+ "startIndex": 1,
515
+ "endIndex": 2
516
+ },
517
+ "isOptional": false
518
+ }
519
+ ]
520
+ },
521
+ {
522
+ "kind": "Property",
523
+ "canonicalReference": "@lhy-assist/build-api!NjkJsSwagger2Builder#config:member",
524
+ "docComment": "",
525
+ "excerptTokens": [
526
+ {
527
+ "kind": "Content",
528
+ "text": "protected config: "
529
+ },
530
+ {
531
+ "kind": "Reference",
532
+ "text": "NjkJsSwagger2BuilderConfig",
533
+ "canonicalReference": "@lhy-assist/build-api!~NjkJsSwagger2BuilderConfig:interface"
534
+ },
535
+ {
536
+ "kind": "Content",
537
+ "text": ";"
538
+ }
539
+ ],
540
+ "isReadonly": false,
541
+ "isOptional": false,
542
+ "releaseTag": "Public",
543
+ "name": "config",
544
+ "propertyTypeTokenRange": {
545
+ "startIndex": 1,
546
+ "endIndex": 2
547
+ },
548
+ "isStatic": false,
549
+ "isProtected": true,
550
+ "isAbstract": false
551
+ },
552
+ {
553
+ "kind": "Method",
554
+ "canonicalReference": "@lhy-assist/build-api!NjkJsSwagger2Builder#resolveFileNameExt:member(1)",
555
+ "docComment": "",
556
+ "excerptTokens": [
557
+ {
558
+ "kind": "Content",
559
+ "text": "protected resolveFileNameExt(name: "
560
+ },
561
+ {
562
+ "kind": "Content",
563
+ "text": "string"
564
+ },
565
+ {
566
+ "kind": "Content",
567
+ "text": "): "
568
+ },
569
+ {
570
+ "kind": "Content",
571
+ "text": "string"
572
+ },
573
+ {
574
+ "kind": "Content",
575
+ "text": ";"
576
+ }
577
+ ],
578
+ "isStatic": false,
579
+ "returnTypeTokenRange": {
580
+ "startIndex": 3,
581
+ "endIndex": 4
582
+ },
583
+ "releaseTag": "Public",
584
+ "isProtected": true,
585
+ "overloadIndex": 1,
586
+ "parameters": [
587
+ {
588
+ "parameterName": "name",
589
+ "parameterTypeTokenRange": {
590
+ "startIndex": 1,
591
+ "endIndex": 2
592
+ },
593
+ "isOptional": false
594
+ }
595
+ ],
596
+ "isOptional": false,
597
+ "isAbstract": false,
598
+ "name": "resolveFileNameExt"
599
+ }
600
+ ],
601
+ "extendsTokenRange": {
602
+ "startIndex": 1,
603
+ "endIndex": 2
604
+ },
605
+ "implementsTokenRanges": []
606
+ },
607
+ {
608
+ "kind": "Class",
609
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder:class",
610
+ "docComment": "",
611
+ "excerptTokens": [
612
+ {
613
+ "kind": "Content",
614
+ "text": "export declare class NjkTsSwagger2Builder extends "
615
+ },
616
+ {
617
+ "kind": "Reference",
618
+ "text": "NjkTsBuilder",
619
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsBuilder:class"
620
+ },
621
+ {
622
+ "kind": "Content",
623
+ "text": " "
624
+ }
625
+ ],
626
+ "fileUrlPath": "types/njk/ts/swagger2/ts-swagger2.builder.d.ts",
627
+ "releaseTag": "Public",
628
+ "isAbstract": false,
629
+ "name": "NjkTsSwagger2Builder",
630
+ "preserveMemberOrder": false,
631
+ "members": [
632
+ {
633
+ "kind": "Constructor",
634
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder:constructor(1)",
635
+ "docComment": "/**\n * Constructs a new instance of the `NjkTsSwagger2Builder` class\n */\n",
636
+ "excerptTokens": [
637
+ {
638
+ "kind": "Content",
639
+ "text": "constructor(config: "
640
+ },
641
+ {
642
+ "kind": "Reference",
643
+ "text": "NjkTsSwagger2BuilderConfig",
644
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger2BuilderConfig:interface"
645
+ },
646
+ {
647
+ "kind": "Content",
648
+ "text": ");"
649
+ }
650
+ ],
651
+ "releaseTag": "Public",
652
+ "isProtected": false,
653
+ "overloadIndex": 1,
654
+ "parameters": [
655
+ {
656
+ "parameterName": "config",
657
+ "parameterTypeTokenRange": {
658
+ "startIndex": 1,
659
+ "endIndex": 2
660
+ },
661
+ "isOptional": false
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "kind": "Property",
667
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#apiOperationTranslator:member",
668
+ "docComment": "",
669
+ "excerptTokens": [
670
+ {
671
+ "kind": "Content",
672
+ "text": "protected apiOperationTranslator: "
673
+ },
674
+ {
675
+ "kind": "Reference",
676
+ "text": "Swagger2ApiOperationTranslator",
677
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2ApiOperationTranslator:class"
678
+ },
679
+ {
680
+ "kind": "Content",
681
+ "text": ";"
682
+ }
683
+ ],
684
+ "isReadonly": false,
685
+ "isOptional": false,
686
+ "releaseTag": "Public",
687
+ "name": "apiOperationTranslator",
688
+ "propertyTypeTokenRange": {
689
+ "startIndex": 1,
690
+ "endIndex": 2
691
+ },
692
+ "isStatic": false,
693
+ "isProtected": true,
694
+ "isAbstract": false
695
+ },
696
+ {
697
+ "kind": "Method",
698
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#build:member(1)",
699
+ "docComment": "",
700
+ "excerptTokens": [
701
+ {
702
+ "kind": "Content",
703
+ "text": "build(): "
704
+ },
705
+ {
706
+ "kind": "Content",
707
+ "text": "void"
708
+ },
709
+ {
710
+ "kind": "Content",
711
+ "text": ";"
712
+ }
713
+ ],
714
+ "isStatic": false,
715
+ "returnTypeTokenRange": {
716
+ "startIndex": 1,
717
+ "endIndex": 2
718
+ },
719
+ "releaseTag": "Public",
720
+ "isProtected": false,
721
+ "overloadIndex": 1,
722
+ "parameters": [],
723
+ "isOptional": false,
724
+ "isAbstract": false,
725
+ "name": "build"
726
+ },
727
+ {
728
+ "kind": "Method",
729
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#buildSwagger2:member(1)",
730
+ "docComment": "/**\n * 构建Swagger2生成器\n *\n * @param resource - \n *\n * @param doc - @protected\n */\n",
731
+ "excerptTokens": [
732
+ {
733
+ "kind": "Content",
734
+ "text": "protected buildSwagger2(resource: "
735
+ },
736
+ {
737
+ "kind": "Reference",
738
+ "text": "SwaggerResource",
739
+ "canonicalReference": "@lhy-assist/build-api!~SwaggerResource:interface"
740
+ },
741
+ {
742
+ "kind": "Content",
743
+ "text": ", doc: "
744
+ },
745
+ {
746
+ "kind": "Reference",
747
+ "text": "ApiDoc",
748
+ "canonicalReference": "@lhy-assist/build-api!~ApiDoc:interface"
749
+ },
750
+ {
751
+ "kind": "Content",
752
+ "text": "): "
753
+ },
754
+ {
755
+ "kind": "Reference",
756
+ "text": "Promise",
757
+ "canonicalReference": "!Promise:interface"
758
+ },
759
+ {
760
+ "kind": "Content",
761
+ "text": "<void>"
762
+ },
763
+ {
764
+ "kind": "Content",
765
+ "text": ";"
766
+ }
767
+ ],
768
+ "isStatic": false,
769
+ "returnTypeTokenRange": {
770
+ "startIndex": 5,
771
+ "endIndex": 7
772
+ },
773
+ "releaseTag": "Public",
774
+ "isProtected": true,
775
+ "overloadIndex": 1,
776
+ "parameters": [
777
+ {
778
+ "parameterName": "resource",
779
+ "parameterTypeTokenRange": {
780
+ "startIndex": 1,
781
+ "endIndex": 2
782
+ },
783
+ "isOptional": false
784
+ },
785
+ {
786
+ "parameterName": "doc",
787
+ "parameterTypeTokenRange": {
788
+ "startIndex": 3,
789
+ "endIndex": 4
790
+ },
791
+ "isOptional": false
792
+ }
793
+ ],
794
+ "isOptional": false,
795
+ "isAbstract": false,
796
+ "name": "buildSwagger2"
797
+ },
798
+ {
799
+ "kind": "Method",
800
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#buildSwagger2Models:member(1)",
801
+ "docComment": "/**\n * 创建Model\n *\n * @param doc - @protected\n */\n",
802
+ "excerptTokens": [
803
+ {
804
+ "kind": "Content",
805
+ "text": "protected buildSwagger2Models(doc: "
806
+ },
807
+ {
808
+ "kind": "Reference",
809
+ "text": "ApiDoc",
810
+ "canonicalReference": "@lhy-assist/build-api!~ApiDoc:interface"
811
+ },
812
+ {
813
+ "kind": "Content",
814
+ "text": "): "
815
+ },
816
+ {
817
+ "kind": "Content",
818
+ "text": "{\n models: "
819
+ },
820
+ {
821
+ "kind": "Reference",
822
+ "text": "TsModel",
823
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
824
+ },
825
+ {
826
+ "kind": "Content",
827
+ "text": "[];\n modelPoolMap: "
828
+ },
829
+ {
830
+ "kind": "Reference",
831
+ "text": "Map",
832
+ "canonicalReference": "!Map:interface"
833
+ },
834
+ {
835
+ "kind": "Content",
836
+ "text": "<string, "
837
+ },
838
+ {
839
+ "kind": "Reference",
840
+ "text": "TsModel",
841
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
842
+ },
843
+ {
844
+ "kind": "Content",
845
+ "text": ">;\n enumModels: "
846
+ },
847
+ {
848
+ "kind": "Reference",
849
+ "text": "TsEnumModel",
850
+ "canonicalReference": "@lhy-assist/build-api!~TsEnumModel:interface"
851
+ },
852
+ {
853
+ "kind": "Content",
854
+ "text": "[];\n }"
855
+ },
856
+ {
857
+ "kind": "Content",
858
+ "text": ";"
859
+ }
860
+ ],
861
+ "isStatic": false,
862
+ "returnTypeTokenRange": {
863
+ "startIndex": 3,
864
+ "endIndex": 12
865
+ },
866
+ "releaseTag": "Public",
867
+ "isProtected": true,
868
+ "overloadIndex": 1,
869
+ "parameters": [
870
+ {
871
+ "parameterName": "doc",
872
+ "parameterTypeTokenRange": {
873
+ "startIndex": 1,
874
+ "endIndex": 2
875
+ },
876
+ "isOptional": false
877
+ }
878
+ ],
879
+ "isOptional": false,
880
+ "isAbstract": false,
881
+ "name": "buildSwagger2Models"
882
+ },
883
+ {
884
+ "kind": "Method",
885
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#buildSwagger2ParameterModels:member(1)",
886
+ "docComment": "/**\n * 创建参数Model\n *\n * @param doc - \n *\n * @param modelPoolMap - @protected\n */\n",
887
+ "excerptTokens": [
888
+ {
889
+ "kind": "Content",
890
+ "text": "protected buildSwagger2ParameterModels(doc: "
891
+ },
892
+ {
893
+ "kind": "Reference",
894
+ "text": "ApiDoc",
895
+ "canonicalReference": "@lhy-assist/build-api!~ApiDoc:interface"
896
+ },
897
+ {
898
+ "kind": "Content",
899
+ "text": ", modelPoolMap: "
900
+ },
901
+ {
902
+ "kind": "Reference",
903
+ "text": "Map",
904
+ "canonicalReference": "!Map:interface"
905
+ },
906
+ {
907
+ "kind": "Content",
908
+ "text": "<string, "
909
+ },
910
+ {
911
+ "kind": "Reference",
912
+ "text": "TsModel",
913
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
914
+ },
915
+ {
916
+ "kind": "Content",
917
+ "text": ">"
918
+ },
919
+ {
920
+ "kind": "Content",
921
+ "text": "): "
922
+ },
923
+ {
924
+ "kind": "Content",
925
+ "text": "{\n parameterModels: "
926
+ },
927
+ {
928
+ "kind": "Reference",
929
+ "text": "TsModel",
930
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
931
+ },
932
+ {
933
+ "kind": "Content",
934
+ "text": "[];\n enumModels: "
935
+ },
936
+ {
937
+ "kind": "Reference",
938
+ "text": "TsEnumModel",
939
+ "canonicalReference": "@lhy-assist/build-api!~TsEnumModel:interface"
940
+ },
941
+ {
942
+ "kind": "Content",
943
+ "text": "[];\n }"
944
+ },
945
+ {
946
+ "kind": "Content",
947
+ "text": ";"
948
+ }
949
+ ],
950
+ "isStatic": false,
951
+ "returnTypeTokenRange": {
952
+ "startIndex": 8,
953
+ "endIndex": 13
954
+ },
955
+ "releaseTag": "Public",
956
+ "isProtected": true,
957
+ "overloadIndex": 1,
958
+ "parameters": [
959
+ {
960
+ "parameterName": "doc",
961
+ "parameterTypeTokenRange": {
962
+ "startIndex": 1,
963
+ "endIndex": 2
964
+ },
965
+ "isOptional": false
966
+ },
967
+ {
968
+ "parameterName": "modelPoolMap",
969
+ "parameterTypeTokenRange": {
970
+ "startIndex": 3,
971
+ "endIndex": 7
972
+ },
973
+ "isOptional": false
974
+ }
975
+ ],
976
+ "isOptional": false,
977
+ "isAbstract": false,
978
+ "name": "buildSwagger2ParameterModels"
979
+ },
980
+ {
981
+ "kind": "Method",
982
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#buildSwagger2Services:member(1)",
983
+ "docComment": "/**\n * 创建Service\n *\n * @param resource - \n *\n * @param doc - \n *\n * @param modelPoolMap - @protected\n */\n",
984
+ "excerptTokens": [
985
+ {
986
+ "kind": "Content",
987
+ "text": "protected buildSwagger2Services(resource: "
988
+ },
989
+ {
990
+ "kind": "Reference",
991
+ "text": "SwaggerResource",
992
+ "canonicalReference": "@lhy-assist/build-api!~SwaggerResource:interface"
993
+ },
994
+ {
995
+ "kind": "Content",
996
+ "text": ", doc: "
997
+ },
998
+ {
999
+ "kind": "Reference",
1000
+ "text": "ApiDoc",
1001
+ "canonicalReference": "@lhy-assist/build-api!~ApiDoc:interface"
1002
+ },
1003
+ {
1004
+ "kind": "Content",
1005
+ "text": ", modelPoolMap: "
1006
+ },
1007
+ {
1008
+ "kind": "Reference",
1009
+ "text": "Map",
1010
+ "canonicalReference": "!Map:interface"
1011
+ },
1012
+ {
1013
+ "kind": "Content",
1014
+ "text": "<string, "
1015
+ },
1016
+ {
1017
+ "kind": "Reference",
1018
+ "text": "TsModel",
1019
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1020
+ },
1021
+ {
1022
+ "kind": "Content",
1023
+ "text": ">"
1024
+ },
1025
+ {
1026
+ "kind": "Content",
1027
+ "text": "): "
1028
+ },
1029
+ {
1030
+ "kind": "Reference",
1031
+ "text": "TsService",
1032
+ "canonicalReference": "@lhy-assist/build-api!~TsService:interface"
1033
+ },
1034
+ {
1035
+ "kind": "Content",
1036
+ "text": "[]"
1037
+ },
1038
+ {
1039
+ "kind": "Content",
1040
+ "text": ";"
1041
+ }
1042
+ ],
1043
+ "isStatic": false,
1044
+ "returnTypeTokenRange": {
1045
+ "startIndex": 10,
1046
+ "endIndex": 12
1047
+ },
1048
+ "releaseTag": "Public",
1049
+ "isProtected": true,
1050
+ "overloadIndex": 1,
1051
+ "parameters": [
1052
+ {
1053
+ "parameterName": "resource",
1054
+ "parameterTypeTokenRange": {
1055
+ "startIndex": 1,
1056
+ "endIndex": 2
1057
+ },
1058
+ "isOptional": false
1059
+ },
1060
+ {
1061
+ "parameterName": "doc",
1062
+ "parameterTypeTokenRange": {
1063
+ "startIndex": 3,
1064
+ "endIndex": 4
1065
+ },
1066
+ "isOptional": false
1067
+ },
1068
+ {
1069
+ "parameterName": "modelPoolMap",
1070
+ "parameterTypeTokenRange": {
1071
+ "startIndex": 5,
1072
+ "endIndex": 9
1073
+ },
1074
+ "isOptional": false
1075
+ }
1076
+ ],
1077
+ "isOptional": false,
1078
+ "isAbstract": false,
1079
+ "name": "buildSwagger2Services"
1080
+ },
1081
+ {
1082
+ "kind": "Property",
1083
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#config:member",
1084
+ "docComment": "",
1085
+ "excerptTokens": [
1086
+ {
1087
+ "kind": "Content",
1088
+ "text": "protected config: "
1089
+ },
1090
+ {
1091
+ "kind": "Reference",
1092
+ "text": "NjkTsSwagger2BuilderConfig",
1093
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger2BuilderConfig:interface"
1094
+ },
1095
+ {
1096
+ "kind": "Content",
1097
+ "text": ";"
1098
+ }
1099
+ ],
1100
+ "isReadonly": false,
1101
+ "isOptional": false,
1102
+ "releaseTag": "Public",
1103
+ "name": "config",
1104
+ "propertyTypeTokenRange": {
1105
+ "startIndex": 1,
1106
+ "endIndex": 2
1107
+ },
1108
+ "isStatic": false,
1109
+ "isProtected": true,
1110
+ "isAbstract": false
1111
+ },
1112
+ {
1113
+ "kind": "Property",
1114
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#defaultSwaggerDocumentPath:member",
1115
+ "docComment": "",
1116
+ "excerptTokens": [
1117
+ {
1118
+ "kind": "Content",
1119
+ "text": "protected defaultSwaggerDocumentPath: "
1120
+ },
1121
+ {
1122
+ "kind": "Content",
1123
+ "text": "string"
1124
+ },
1125
+ {
1126
+ "kind": "Content",
1127
+ "text": ";"
1128
+ }
1129
+ ],
1130
+ "isReadonly": false,
1131
+ "isOptional": false,
1132
+ "releaseTag": "Public",
1133
+ "name": "defaultSwaggerDocumentPath",
1134
+ "propertyTypeTokenRange": {
1135
+ "startIndex": 1,
1136
+ "endIndex": 2
1137
+ },
1138
+ "isStatic": false,
1139
+ "isProtected": true,
1140
+ "isAbstract": false
1141
+ },
1142
+ {
1143
+ "kind": "Property",
1144
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#defaultSwaggerResourcePath:member",
1145
+ "docComment": "",
1146
+ "excerptTokens": [
1147
+ {
1148
+ "kind": "Content",
1149
+ "text": "protected defaultSwaggerResourcePath: "
1150
+ },
1151
+ {
1152
+ "kind": "Content",
1153
+ "text": "string"
1154
+ },
1155
+ {
1156
+ "kind": "Content",
1157
+ "text": ";"
1158
+ }
1159
+ ],
1160
+ "isReadonly": false,
1161
+ "isOptional": false,
1162
+ "releaseTag": "Public",
1163
+ "name": "defaultSwaggerResourcePath",
1164
+ "propertyTypeTokenRange": {
1165
+ "startIndex": 1,
1166
+ "endIndex": 2
1167
+ },
1168
+ "isStatic": false,
1169
+ "isProtected": true,
1170
+ "isAbstract": false
1171
+ },
1172
+ {
1173
+ "kind": "Property",
1174
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#enumModelTranslator:member",
1175
+ "docComment": "",
1176
+ "excerptTokens": [
1177
+ {
1178
+ "kind": "Content",
1179
+ "text": "protected enumModelTranslator: "
1180
+ },
1181
+ {
1182
+ "kind": "Reference",
1183
+ "text": "Swagger2EnumModelTranslator",
1184
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2EnumModelTranslator:class"
1185
+ },
1186
+ {
1187
+ "kind": "Content",
1188
+ "text": ";"
1189
+ }
1190
+ ],
1191
+ "isReadonly": false,
1192
+ "isOptional": false,
1193
+ "releaseTag": "Public",
1194
+ "name": "enumModelTranslator",
1195
+ "propertyTypeTokenRange": {
1196
+ "startIndex": 1,
1197
+ "endIndex": 2
1198
+ },
1199
+ "isStatic": false,
1200
+ "isProtected": true,
1201
+ "isAbstract": false
1202
+ },
1203
+ {
1204
+ "kind": "Property",
1205
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#genericityDependenciesTranslator:member",
1206
+ "docComment": "",
1207
+ "excerptTokens": [
1208
+ {
1209
+ "kind": "Content",
1210
+ "text": "protected genericityDependenciesTranslator: "
1211
+ },
1212
+ {
1213
+ "kind": "Reference",
1214
+ "text": "TsGenericityDependenciesTranslator",
1215
+ "canonicalReference": "@lhy-assist/build-api!~TsGenericityDependenciesTranslator:class"
1216
+ },
1217
+ {
1218
+ "kind": "Content",
1219
+ "text": ";"
1220
+ }
1221
+ ],
1222
+ "isReadonly": false,
1223
+ "isOptional": false,
1224
+ "releaseTag": "Public",
1225
+ "name": "genericityDependenciesTranslator",
1226
+ "propertyTypeTokenRange": {
1227
+ "startIndex": 1,
1228
+ "endIndex": 2
1229
+ },
1230
+ "isStatic": false,
1231
+ "isProtected": true,
1232
+ "isAbstract": false
1233
+ },
1234
+ {
1235
+ "kind": "Property",
1236
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#modelPropertyTranslator:member",
1237
+ "docComment": "",
1238
+ "excerptTokens": [
1239
+ {
1240
+ "kind": "Content",
1241
+ "text": "protected modelPropertyTranslator: "
1242
+ },
1243
+ {
1244
+ "kind": "Reference",
1245
+ "text": "Swagger2ModelPropertyTranslator",
1246
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2ModelPropertyTranslator:class"
1247
+ },
1248
+ {
1249
+ "kind": "Content",
1250
+ "text": ";"
1251
+ }
1252
+ ],
1253
+ "isReadonly": false,
1254
+ "isOptional": false,
1255
+ "releaseTag": "Public",
1256
+ "name": "modelPropertyTranslator",
1257
+ "propertyTypeTokenRange": {
1258
+ "startIndex": 1,
1259
+ "endIndex": 2
1260
+ },
1261
+ "isStatic": false,
1262
+ "isProtected": true,
1263
+ "isAbstract": false
1264
+ },
1265
+ {
1266
+ "kind": "Property",
1267
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#modelTranslator:member",
1268
+ "docComment": "",
1269
+ "excerptTokens": [
1270
+ {
1271
+ "kind": "Content",
1272
+ "text": "protected modelTranslator: "
1273
+ },
1274
+ {
1275
+ "kind": "Reference",
1276
+ "text": "Swagger2ModelTranslator",
1277
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2ModelTranslator:class"
1278
+ },
1279
+ {
1280
+ "kind": "Content",
1281
+ "text": ";"
1282
+ }
1283
+ ],
1284
+ "isReadonly": false,
1285
+ "isOptional": false,
1286
+ "releaseTag": "Public",
1287
+ "name": "modelTranslator",
1288
+ "propertyTypeTokenRange": {
1289
+ "startIndex": 1,
1290
+ "endIndex": 2
1291
+ },
1292
+ "isStatic": false,
1293
+ "isProtected": true,
1294
+ "isAbstract": false
1295
+ },
1296
+ {
1297
+ "kind": "Property",
1298
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#packageDepth:member",
1299
+ "docComment": "",
1300
+ "excerptTokens": [
1301
+ {
1302
+ "kind": "Content",
1303
+ "text": "protected packageDepth: "
1304
+ },
1305
+ {
1306
+ "kind": "Content",
1307
+ "text": "number"
1308
+ },
1309
+ {
1310
+ "kind": "Content",
1311
+ "text": ";"
1312
+ }
1313
+ ],
1314
+ "isReadonly": false,
1315
+ "isOptional": false,
1316
+ "releaseTag": "Public",
1317
+ "name": "packageDepth",
1318
+ "propertyTypeTokenRange": {
1319
+ "startIndex": 1,
1320
+ "endIndex": 2
1321
+ },
1322
+ "isStatic": false,
1323
+ "isProtected": true,
1324
+ "isAbstract": false
1325
+ },
1326
+ {
1327
+ "kind": "Property",
1328
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#parameterTranslator:member",
1329
+ "docComment": "",
1330
+ "excerptTokens": [
1331
+ {
1332
+ "kind": "Content",
1333
+ "text": "protected parameterTranslator: "
1334
+ },
1335
+ {
1336
+ "kind": "Reference",
1337
+ "text": "Swagger2ParameterTranslator",
1338
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2ParameterTranslator:class"
1339
+ },
1340
+ {
1341
+ "kind": "Content",
1342
+ "text": ";"
1343
+ }
1344
+ ],
1345
+ "isReadonly": false,
1346
+ "isOptional": false,
1347
+ "releaseTag": "Public",
1348
+ "name": "parameterTranslator",
1349
+ "propertyTypeTokenRange": {
1350
+ "startIndex": 1,
1351
+ "endIndex": 2
1352
+ },
1353
+ "isStatic": false,
1354
+ "isProtected": true,
1355
+ "isAbstract": false
1356
+ },
1357
+ {
1358
+ "kind": "Method",
1359
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#resolveBasePath:member(1)",
1360
+ "docComment": "/**\n * 计算出包的根目录,并更新到doc.basePath\n *\n * @param doc - @protected\n */\n",
1361
+ "excerptTokens": [
1362
+ {
1363
+ "kind": "Content",
1364
+ "text": "protected resolveBasePath(doc: "
1365
+ },
1366
+ {
1367
+ "kind": "Reference",
1368
+ "text": "ApiDoc",
1369
+ "canonicalReference": "@lhy-assist/build-api!~ApiDoc:interface"
1370
+ },
1371
+ {
1372
+ "kind": "Content",
1373
+ "text": "): "
1374
+ },
1375
+ {
1376
+ "kind": "Content",
1377
+ "text": "void"
1378
+ },
1379
+ {
1380
+ "kind": "Content",
1381
+ "text": ";"
1382
+ }
1383
+ ],
1384
+ "isStatic": false,
1385
+ "returnTypeTokenRange": {
1386
+ "startIndex": 3,
1387
+ "endIndex": 4
1388
+ },
1389
+ "releaseTag": "Public",
1390
+ "isProtected": true,
1391
+ "overloadIndex": 1,
1392
+ "parameters": [
1393
+ {
1394
+ "parameterName": "doc",
1395
+ "parameterTypeTokenRange": {
1396
+ "startIndex": 1,
1397
+ "endIndex": 2
1398
+ },
1399
+ "isOptional": false
1400
+ }
1401
+ ],
1402
+ "isOptional": false,
1403
+ "isAbstract": false,
1404
+ "name": "resolveBasePath"
1405
+ },
1406
+ {
1407
+ "kind": "Property",
1408
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#responseTranslator:member",
1409
+ "docComment": "",
1410
+ "excerptTokens": [
1411
+ {
1412
+ "kind": "Content",
1413
+ "text": "protected responseTranslator: "
1414
+ },
1415
+ {
1416
+ "kind": "Reference",
1417
+ "text": "Swagger2ResponseTranslator",
1418
+ "canonicalReference": "@lhy-assist/build-api!~Swagger2ResponseTranslator:class"
1419
+ },
1420
+ {
1421
+ "kind": "Content",
1422
+ "text": ";"
1423
+ }
1424
+ ],
1425
+ "isReadonly": false,
1426
+ "isOptional": false,
1427
+ "releaseTag": "Public",
1428
+ "name": "responseTranslator",
1429
+ "propertyTypeTokenRange": {
1430
+ "startIndex": 1,
1431
+ "endIndex": 2
1432
+ },
1433
+ "isStatic": false,
1434
+ "isProtected": true,
1435
+ "isAbstract": false
1436
+ },
1437
+ {
1438
+ "kind": "Property",
1439
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger2Builder#swaggerService:member",
1440
+ "docComment": "",
1441
+ "excerptTokens": [
1442
+ {
1443
+ "kind": "Content",
1444
+ "text": "protected swaggerService: "
1445
+ },
1446
+ {
1447
+ "kind": "Reference",
1448
+ "text": "SwaggerService",
1449
+ "canonicalReference": "@lhy-assist/build-api!~SwaggerService:class"
1450
+ },
1451
+ {
1452
+ "kind": "Content",
1453
+ "text": ";"
1454
+ }
1455
+ ],
1456
+ "isReadonly": false,
1457
+ "isOptional": false,
1458
+ "releaseTag": "Public",
1459
+ "name": "swaggerService",
1460
+ "propertyTypeTokenRange": {
1461
+ "startIndex": 1,
1462
+ "endIndex": 2
1463
+ },
1464
+ "isStatic": false,
1465
+ "isProtected": true,
1466
+ "isAbstract": false
1467
+ }
1468
+ ],
1469
+ "extendsTokenRange": {
1470
+ "startIndex": 1,
1471
+ "endIndex": 2
1472
+ },
1473
+ "implementsTokenRanges": []
1474
+ },
1475
+ {
1476
+ "kind": "Class",
1477
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder:class",
1478
+ "docComment": "",
1479
+ "excerptTokens": [
1480
+ {
1481
+ "kind": "Content",
1482
+ "text": "export declare class NjkTsSwagger3Builder extends "
1483
+ },
1484
+ {
1485
+ "kind": "Reference",
1486
+ "text": "NjkTsBuilder",
1487
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsBuilder:class"
1488
+ },
1489
+ {
1490
+ "kind": "Content",
1491
+ "text": " "
1492
+ }
1493
+ ],
1494
+ "fileUrlPath": "types/njk/ts/swagger3/ts-swagger3.builder.d.ts",
1495
+ "releaseTag": "Public",
1496
+ "isAbstract": false,
1497
+ "name": "NjkTsSwagger3Builder",
1498
+ "preserveMemberOrder": false,
1499
+ "members": [
1500
+ {
1501
+ "kind": "Constructor",
1502
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder:constructor(1)",
1503
+ "docComment": "/**\n * Constructs a new instance of the `NjkTsSwagger3Builder` class\n */\n",
1504
+ "excerptTokens": [
1505
+ {
1506
+ "kind": "Content",
1507
+ "text": "constructor(config: "
1508
+ },
1509
+ {
1510
+ "kind": "Reference",
1511
+ "text": "NjkTsSwagger3BuilderConfig",
1512
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger3BuilderConfig:interface"
1513
+ },
1514
+ {
1515
+ "kind": "Content",
1516
+ "text": ");"
1517
+ }
1518
+ ],
1519
+ "releaseTag": "Public",
1520
+ "isProtected": false,
1521
+ "overloadIndex": 1,
1522
+ "parameters": [
1523
+ {
1524
+ "parameterName": "config",
1525
+ "parameterTypeTokenRange": {
1526
+ "startIndex": 1,
1527
+ "endIndex": 2
1528
+ },
1529
+ "isOptional": false
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "kind": "Property",
1535
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#apiOperationTranslator:member",
1536
+ "docComment": "",
1537
+ "excerptTokens": [
1538
+ {
1539
+ "kind": "Content",
1540
+ "text": "protected apiOperationTranslator: "
1541
+ },
1542
+ {
1543
+ "kind": "Reference",
1544
+ "text": "Swagger3ApiOperationTranslator",
1545
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiOperationTranslator:class"
1546
+ },
1547
+ {
1548
+ "kind": "Content",
1549
+ "text": ";"
1550
+ }
1551
+ ],
1552
+ "isReadonly": false,
1553
+ "isOptional": false,
1554
+ "releaseTag": "Public",
1555
+ "name": "apiOperationTranslator",
1556
+ "propertyTypeTokenRange": {
1557
+ "startIndex": 1,
1558
+ "endIndex": 2
1559
+ },
1560
+ "isStatic": false,
1561
+ "isProtected": true,
1562
+ "isAbstract": false
1563
+ },
1564
+ {
1565
+ "kind": "Method",
1566
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#build:member(1)",
1567
+ "docComment": "",
1568
+ "excerptTokens": [
1569
+ {
1570
+ "kind": "Content",
1571
+ "text": "build(): "
1572
+ },
1573
+ {
1574
+ "kind": "Content",
1575
+ "text": "void"
1576
+ },
1577
+ {
1578
+ "kind": "Content",
1579
+ "text": ";"
1580
+ }
1581
+ ],
1582
+ "isStatic": false,
1583
+ "returnTypeTokenRange": {
1584
+ "startIndex": 1,
1585
+ "endIndex": 2
1586
+ },
1587
+ "releaseTag": "Public",
1588
+ "isProtected": false,
1589
+ "overloadIndex": 1,
1590
+ "parameters": [],
1591
+ "isOptional": false,
1592
+ "isAbstract": false,
1593
+ "name": "build"
1594
+ },
1595
+ {
1596
+ "kind": "Method",
1597
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#buildSwagger3:member(1)",
1598
+ "docComment": "",
1599
+ "excerptTokens": [
1600
+ {
1601
+ "kind": "Content",
1602
+ "text": "buildSwagger3(resource: "
1603
+ },
1604
+ {
1605
+ "kind": "Reference",
1606
+ "text": "Swagger3Resource",
1607
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3Resource:interface"
1608
+ },
1609
+ {
1610
+ "kind": "Content",
1611
+ "text": ", doc: "
1612
+ },
1613
+ {
1614
+ "kind": "Reference",
1615
+ "text": "Swagger3ApiDoc",
1616
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiDoc:interface"
1617
+ },
1618
+ {
1619
+ "kind": "Content",
1620
+ "text": "): "
1621
+ },
1622
+ {
1623
+ "kind": "Reference",
1624
+ "text": "Promise",
1625
+ "canonicalReference": "!Promise:interface"
1626
+ },
1627
+ {
1628
+ "kind": "Content",
1629
+ "text": "<void>"
1630
+ },
1631
+ {
1632
+ "kind": "Content",
1633
+ "text": ";"
1634
+ }
1635
+ ],
1636
+ "isStatic": false,
1637
+ "returnTypeTokenRange": {
1638
+ "startIndex": 5,
1639
+ "endIndex": 7
1640
+ },
1641
+ "releaseTag": "Public",
1642
+ "isProtected": false,
1643
+ "overloadIndex": 1,
1644
+ "parameters": [
1645
+ {
1646
+ "parameterName": "resource",
1647
+ "parameterTypeTokenRange": {
1648
+ "startIndex": 1,
1649
+ "endIndex": 2
1650
+ },
1651
+ "isOptional": false
1652
+ },
1653
+ {
1654
+ "parameterName": "doc",
1655
+ "parameterTypeTokenRange": {
1656
+ "startIndex": 3,
1657
+ "endIndex": 4
1658
+ },
1659
+ "isOptional": false
1660
+ }
1661
+ ],
1662
+ "isOptional": false,
1663
+ "isAbstract": false,
1664
+ "name": "buildSwagger3"
1665
+ },
1666
+ {
1667
+ "kind": "Method",
1668
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#buildSwagger3Models:member(1)",
1669
+ "docComment": "",
1670
+ "excerptTokens": [
1671
+ {
1672
+ "kind": "Content",
1673
+ "text": "buildSwagger3Models(doc: "
1674
+ },
1675
+ {
1676
+ "kind": "Reference",
1677
+ "text": "Swagger3ApiDoc",
1678
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiDoc:interface"
1679
+ },
1680
+ {
1681
+ "kind": "Content",
1682
+ "text": ", data: "
1683
+ },
1684
+ {
1685
+ "kind": "Content",
1686
+ "text": "{\n rootPackage: string;\n }"
1687
+ },
1688
+ {
1689
+ "kind": "Content",
1690
+ "text": "): "
1691
+ },
1692
+ {
1693
+ "kind": "Content",
1694
+ "text": "{\n models: "
1695
+ },
1696
+ {
1697
+ "kind": "Reference",
1698
+ "text": "TsModel",
1699
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1700
+ },
1701
+ {
1702
+ "kind": "Content",
1703
+ "text": "[];\n modelPoolMap: "
1704
+ },
1705
+ {
1706
+ "kind": "Reference",
1707
+ "text": "Map",
1708
+ "canonicalReference": "!Map:interface"
1709
+ },
1710
+ {
1711
+ "kind": "Content",
1712
+ "text": "<string, "
1713
+ },
1714
+ {
1715
+ "kind": "Reference",
1716
+ "text": "TsModel",
1717
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1718
+ },
1719
+ {
1720
+ "kind": "Content",
1721
+ "text": ">;\n enumModels: "
1722
+ },
1723
+ {
1724
+ "kind": "Reference",
1725
+ "text": "TsEnumModel",
1726
+ "canonicalReference": "@lhy-assist/build-api!~TsEnumModel:interface"
1727
+ },
1728
+ {
1729
+ "kind": "Content",
1730
+ "text": "[];\n }"
1731
+ },
1732
+ {
1733
+ "kind": "Content",
1734
+ "text": ";"
1735
+ }
1736
+ ],
1737
+ "isStatic": false,
1738
+ "returnTypeTokenRange": {
1739
+ "startIndex": 5,
1740
+ "endIndex": 14
1741
+ },
1742
+ "releaseTag": "Public",
1743
+ "isProtected": false,
1744
+ "overloadIndex": 1,
1745
+ "parameters": [
1746
+ {
1747
+ "parameterName": "doc",
1748
+ "parameterTypeTokenRange": {
1749
+ "startIndex": 1,
1750
+ "endIndex": 2
1751
+ },
1752
+ "isOptional": false
1753
+ },
1754
+ {
1755
+ "parameterName": "data",
1756
+ "parameterTypeTokenRange": {
1757
+ "startIndex": 3,
1758
+ "endIndex": 4
1759
+ },
1760
+ "isOptional": false
1761
+ }
1762
+ ],
1763
+ "isOptional": false,
1764
+ "isAbstract": false,
1765
+ "name": "buildSwagger3Models"
1766
+ },
1767
+ {
1768
+ "kind": "Method",
1769
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#buildSwagger3ParameterModels:member(1)",
1770
+ "docComment": "/**\n * 创建参数Model\n *\n * @param doc - \n *\n * @param data - \n */\n",
1771
+ "excerptTokens": [
1772
+ {
1773
+ "kind": "Content",
1774
+ "text": "buildSwagger3ParameterModels(doc: "
1775
+ },
1776
+ {
1777
+ "kind": "Reference",
1778
+ "text": "Swagger3ApiDoc",
1779
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiDoc:interface"
1780
+ },
1781
+ {
1782
+ "kind": "Content",
1783
+ "text": ", data: "
1784
+ },
1785
+ {
1786
+ "kind": "Content",
1787
+ "text": "{\n rootPackage: string;\n modelPoolMap: "
1788
+ },
1789
+ {
1790
+ "kind": "Reference",
1791
+ "text": "Map",
1792
+ "canonicalReference": "!Map:interface"
1793
+ },
1794
+ {
1795
+ "kind": "Content",
1796
+ "text": "<string, "
1797
+ },
1798
+ {
1799
+ "kind": "Reference",
1800
+ "text": "TsModel",
1801
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1802
+ },
1803
+ {
1804
+ "kind": "Content",
1805
+ "text": ">;\n }"
1806
+ },
1807
+ {
1808
+ "kind": "Content",
1809
+ "text": "): "
1810
+ },
1811
+ {
1812
+ "kind": "Content",
1813
+ "text": "{\n parameterModels: "
1814
+ },
1815
+ {
1816
+ "kind": "Reference",
1817
+ "text": "TsModel",
1818
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1819
+ },
1820
+ {
1821
+ "kind": "Content",
1822
+ "text": "[];\n enumModels: "
1823
+ },
1824
+ {
1825
+ "kind": "Reference",
1826
+ "text": "TsEnumModel",
1827
+ "canonicalReference": "@lhy-assist/build-api!~TsEnumModel:interface"
1828
+ },
1829
+ {
1830
+ "kind": "Content",
1831
+ "text": "[];\n }"
1832
+ },
1833
+ {
1834
+ "kind": "Content",
1835
+ "text": ";"
1836
+ }
1837
+ ],
1838
+ "isStatic": false,
1839
+ "returnTypeTokenRange": {
1840
+ "startIndex": 9,
1841
+ "endIndex": 14
1842
+ },
1843
+ "releaseTag": "Public",
1844
+ "isProtected": false,
1845
+ "overloadIndex": 1,
1846
+ "parameters": [
1847
+ {
1848
+ "parameterName": "doc",
1849
+ "parameterTypeTokenRange": {
1850
+ "startIndex": 1,
1851
+ "endIndex": 2
1852
+ },
1853
+ "isOptional": false
1854
+ },
1855
+ {
1856
+ "parameterName": "data",
1857
+ "parameterTypeTokenRange": {
1858
+ "startIndex": 3,
1859
+ "endIndex": 8
1860
+ },
1861
+ "isOptional": false
1862
+ }
1863
+ ],
1864
+ "isOptional": false,
1865
+ "isAbstract": false,
1866
+ "name": "buildSwagger3ParameterModels"
1867
+ },
1868
+ {
1869
+ "kind": "Method",
1870
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#buildSwagger3Services:member(1)",
1871
+ "docComment": "",
1872
+ "excerptTokens": [
1873
+ {
1874
+ "kind": "Content",
1875
+ "text": "buildSwagger3Services(resource: "
1876
+ },
1877
+ {
1878
+ "kind": "Reference",
1879
+ "text": "Swagger3Resource",
1880
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3Resource:interface"
1881
+ },
1882
+ {
1883
+ "kind": "Content",
1884
+ "text": ", doc: "
1885
+ },
1886
+ {
1887
+ "kind": "Reference",
1888
+ "text": "Swagger3ApiDoc",
1889
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiDoc:interface"
1890
+ },
1891
+ {
1892
+ "kind": "Content",
1893
+ "text": ", modelPoolMap: "
1894
+ },
1895
+ {
1896
+ "kind": "Reference",
1897
+ "text": "Map",
1898
+ "canonicalReference": "!Map:interface"
1899
+ },
1900
+ {
1901
+ "kind": "Content",
1902
+ "text": "<string, "
1903
+ },
1904
+ {
1905
+ "kind": "Reference",
1906
+ "text": "TsModel",
1907
+ "canonicalReference": "@lhy-assist/build-api!~TsModel:interface"
1908
+ },
1909
+ {
1910
+ "kind": "Content",
1911
+ "text": ">"
1912
+ },
1913
+ {
1914
+ "kind": "Content",
1915
+ "text": "): "
1916
+ },
1917
+ {
1918
+ "kind": "Reference",
1919
+ "text": "TsService",
1920
+ "canonicalReference": "@lhy-assist/build-api!~TsService:interface"
1921
+ },
1922
+ {
1923
+ "kind": "Content",
1924
+ "text": "[]"
1925
+ },
1926
+ {
1927
+ "kind": "Content",
1928
+ "text": ";"
1929
+ }
1930
+ ],
1931
+ "isStatic": false,
1932
+ "returnTypeTokenRange": {
1933
+ "startIndex": 10,
1934
+ "endIndex": 12
1935
+ },
1936
+ "releaseTag": "Public",
1937
+ "isProtected": false,
1938
+ "overloadIndex": 1,
1939
+ "parameters": [
1940
+ {
1941
+ "parameterName": "resource",
1942
+ "parameterTypeTokenRange": {
1943
+ "startIndex": 1,
1944
+ "endIndex": 2
1945
+ },
1946
+ "isOptional": false
1947
+ },
1948
+ {
1949
+ "parameterName": "doc",
1950
+ "parameterTypeTokenRange": {
1951
+ "startIndex": 3,
1952
+ "endIndex": 4
1953
+ },
1954
+ "isOptional": false
1955
+ },
1956
+ {
1957
+ "parameterName": "modelPoolMap",
1958
+ "parameterTypeTokenRange": {
1959
+ "startIndex": 5,
1960
+ "endIndex": 9
1961
+ },
1962
+ "isOptional": false
1963
+ }
1964
+ ],
1965
+ "isOptional": false,
1966
+ "isAbstract": false,
1967
+ "name": "buildSwagger3Services"
1968
+ },
1969
+ {
1970
+ "kind": "Property",
1971
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#config:member",
1972
+ "docComment": "",
1973
+ "excerptTokens": [
1974
+ {
1975
+ "kind": "Content",
1976
+ "text": "protected config: "
1977
+ },
1978
+ {
1979
+ "kind": "Reference",
1980
+ "text": "NjkTsSwagger3BuilderConfig",
1981
+ "canonicalReference": "@lhy-assist/build-api!~NjkTsSwagger3BuilderConfig:interface"
1982
+ },
1983
+ {
1984
+ "kind": "Content",
1985
+ "text": ";"
1986
+ }
1987
+ ],
1988
+ "isReadonly": false,
1989
+ "isOptional": false,
1990
+ "releaseTag": "Public",
1991
+ "name": "config",
1992
+ "propertyTypeTokenRange": {
1993
+ "startIndex": 1,
1994
+ "endIndex": 2
1995
+ },
1996
+ "isStatic": false,
1997
+ "isProtected": true,
1998
+ "isAbstract": false
1999
+ },
2000
+ {
2001
+ "kind": "Property",
2002
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#defaultSwaggerDocumentPath:member",
2003
+ "docComment": "",
2004
+ "excerptTokens": [
2005
+ {
2006
+ "kind": "Content",
2007
+ "text": "protected defaultSwaggerDocumentPath: "
2008
+ },
2009
+ {
2010
+ "kind": "Content",
2011
+ "text": "string"
2012
+ },
2013
+ {
2014
+ "kind": "Content",
2015
+ "text": ";"
2016
+ }
2017
+ ],
2018
+ "isReadonly": false,
2019
+ "isOptional": false,
2020
+ "releaseTag": "Public",
2021
+ "name": "defaultSwaggerDocumentPath",
2022
+ "propertyTypeTokenRange": {
2023
+ "startIndex": 1,
2024
+ "endIndex": 2
2025
+ },
2026
+ "isStatic": false,
2027
+ "isProtected": true,
2028
+ "isAbstract": false
2029
+ },
2030
+ {
2031
+ "kind": "Property",
2032
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#defaultSwaggerResourcePath:member",
2033
+ "docComment": "",
2034
+ "excerptTokens": [
2035
+ {
2036
+ "kind": "Content",
2037
+ "text": "protected defaultSwaggerResourcePath: "
2038
+ },
2039
+ {
2040
+ "kind": "Content",
2041
+ "text": "string"
2042
+ },
2043
+ {
2044
+ "kind": "Content",
2045
+ "text": ";"
2046
+ }
2047
+ ],
2048
+ "isReadonly": false,
2049
+ "isOptional": false,
2050
+ "releaseTag": "Public",
2051
+ "name": "defaultSwaggerResourcePath",
2052
+ "propertyTypeTokenRange": {
2053
+ "startIndex": 1,
2054
+ "endIndex": 2
2055
+ },
2056
+ "isStatic": false,
2057
+ "isProtected": true,
2058
+ "isAbstract": false
2059
+ },
2060
+ {
2061
+ "kind": "Property",
2062
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#genericityDependenciesTranslator:member",
2063
+ "docComment": "",
2064
+ "excerptTokens": [
2065
+ {
2066
+ "kind": "Content",
2067
+ "text": "protected genericityDependenciesTranslator: "
2068
+ },
2069
+ {
2070
+ "kind": "Reference",
2071
+ "text": "Swagger3TsGenericityDependenciesTranslator",
2072
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3TsGenericityDependenciesTranslator:class"
2073
+ },
2074
+ {
2075
+ "kind": "Content",
2076
+ "text": ";"
2077
+ }
2078
+ ],
2079
+ "isReadonly": false,
2080
+ "isOptional": false,
2081
+ "releaseTag": "Public",
2082
+ "name": "genericityDependenciesTranslator",
2083
+ "propertyTypeTokenRange": {
2084
+ "startIndex": 1,
2085
+ "endIndex": 2
2086
+ },
2087
+ "isStatic": false,
2088
+ "isProtected": true,
2089
+ "isAbstract": false
2090
+ },
2091
+ {
2092
+ "kind": "Property",
2093
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#modelPropertyTranslator:member",
2094
+ "docComment": "",
2095
+ "excerptTokens": [
2096
+ {
2097
+ "kind": "Content",
2098
+ "text": "protected modelPropertyTranslator: "
2099
+ },
2100
+ {
2101
+ "kind": "Reference",
2102
+ "text": "Swagger3ModelPropertyTranslator",
2103
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ModelPropertyTranslator:class"
2104
+ },
2105
+ {
2106
+ "kind": "Content",
2107
+ "text": ";"
2108
+ }
2109
+ ],
2110
+ "isReadonly": false,
2111
+ "isOptional": false,
2112
+ "releaseTag": "Public",
2113
+ "name": "modelPropertyTranslator",
2114
+ "propertyTypeTokenRange": {
2115
+ "startIndex": 1,
2116
+ "endIndex": 2
2117
+ },
2118
+ "isStatic": false,
2119
+ "isProtected": true,
2120
+ "isAbstract": false
2121
+ },
2122
+ {
2123
+ "kind": "Property",
2124
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#modelTranslator:member",
2125
+ "docComment": "",
2126
+ "excerptTokens": [
2127
+ {
2128
+ "kind": "Content",
2129
+ "text": "protected modelTranslator: "
2130
+ },
2131
+ {
2132
+ "kind": "Reference",
2133
+ "text": "Swagger3ModelTranslator",
2134
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ModelTranslator:class"
2135
+ },
2136
+ {
2137
+ "kind": "Content",
2138
+ "text": ";"
2139
+ }
2140
+ ],
2141
+ "isReadonly": false,
2142
+ "isOptional": false,
2143
+ "releaseTag": "Public",
2144
+ "name": "modelTranslator",
2145
+ "propertyTypeTokenRange": {
2146
+ "startIndex": 1,
2147
+ "endIndex": 2
2148
+ },
2149
+ "isStatic": false,
2150
+ "isProtected": true,
2151
+ "isAbstract": false
2152
+ },
2153
+ {
2154
+ "kind": "Property",
2155
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#packageDepth:member",
2156
+ "docComment": "",
2157
+ "excerptTokens": [
2158
+ {
2159
+ "kind": "Content",
2160
+ "text": "protected packageDepth: "
2161
+ },
2162
+ {
2163
+ "kind": "Content",
2164
+ "text": "number"
2165
+ },
2166
+ {
2167
+ "kind": "Content",
2168
+ "text": ";"
2169
+ }
2170
+ ],
2171
+ "isReadonly": false,
2172
+ "isOptional": false,
2173
+ "releaseTag": "Public",
2174
+ "name": "packageDepth",
2175
+ "propertyTypeTokenRange": {
2176
+ "startIndex": 1,
2177
+ "endIndex": 2
2178
+ },
2179
+ "isStatic": false,
2180
+ "isProtected": true,
2181
+ "isAbstract": false
2182
+ },
2183
+ {
2184
+ "kind": "Property",
2185
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#parameterTranslator:member",
2186
+ "docComment": "",
2187
+ "excerptTokens": [
2188
+ {
2189
+ "kind": "Content",
2190
+ "text": "protected parameterTranslator: "
2191
+ },
2192
+ {
2193
+ "kind": "Reference",
2194
+ "text": "Swagger3ParameterTranslator",
2195
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ParameterTranslator:class"
2196
+ },
2197
+ {
2198
+ "kind": "Content",
2199
+ "text": ";"
2200
+ }
2201
+ ],
2202
+ "isReadonly": false,
2203
+ "isOptional": false,
2204
+ "releaseTag": "Public",
2205
+ "name": "parameterTranslator",
2206
+ "propertyTypeTokenRange": {
2207
+ "startIndex": 1,
2208
+ "endIndex": 2
2209
+ },
2210
+ "isStatic": false,
2211
+ "isProtected": true,
2212
+ "isAbstract": false
2213
+ },
2214
+ {
2215
+ "kind": "Property",
2216
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#requestBodyTranslator:member",
2217
+ "docComment": "",
2218
+ "excerptTokens": [
2219
+ {
2220
+ "kind": "Content",
2221
+ "text": "protected requestBodyTranslator: "
2222
+ },
2223
+ {
2224
+ "kind": "Reference",
2225
+ "text": "Swagger3RequestBodyTranslator",
2226
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3RequestBodyTranslator:class"
2227
+ },
2228
+ {
2229
+ "kind": "Content",
2230
+ "text": ";"
2231
+ }
2232
+ ],
2233
+ "isReadonly": false,
2234
+ "isOptional": false,
2235
+ "releaseTag": "Public",
2236
+ "name": "requestBodyTranslator",
2237
+ "propertyTypeTokenRange": {
2238
+ "startIndex": 1,
2239
+ "endIndex": 2
2240
+ },
2241
+ "isStatic": false,
2242
+ "isProtected": true,
2243
+ "isAbstract": false
2244
+ },
2245
+ {
2246
+ "kind": "Method",
2247
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#resolveBasePath:member(1)",
2248
+ "docComment": "/**\n * 计算出包的根目录,并更新到doc.basePath\n *\n * @param doc - \n */\n",
2249
+ "excerptTokens": [
2250
+ {
2251
+ "kind": "Content",
2252
+ "text": "resolveBasePath(doc: "
2253
+ },
2254
+ {
2255
+ "kind": "Reference",
2256
+ "text": "Swagger3ApiDoc",
2257
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ApiDoc:interface"
2258
+ },
2259
+ {
2260
+ "kind": "Content",
2261
+ "text": "): "
2262
+ },
2263
+ {
2264
+ "kind": "Content",
2265
+ "text": "string"
2266
+ },
2267
+ {
2268
+ "kind": "Content",
2269
+ "text": ";"
2270
+ }
2271
+ ],
2272
+ "isStatic": false,
2273
+ "returnTypeTokenRange": {
2274
+ "startIndex": 3,
2275
+ "endIndex": 4
2276
+ },
2277
+ "releaseTag": "Public",
2278
+ "isProtected": false,
2279
+ "overloadIndex": 1,
2280
+ "parameters": [
2281
+ {
2282
+ "parameterName": "doc",
2283
+ "parameterTypeTokenRange": {
2284
+ "startIndex": 1,
2285
+ "endIndex": 2
2286
+ },
2287
+ "isOptional": false
2288
+ }
2289
+ ],
2290
+ "isOptional": false,
2291
+ "isAbstract": false,
2292
+ "name": "resolveBasePath"
2293
+ },
2294
+ {
2295
+ "kind": "Property",
2296
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#responseTranslator:member",
2297
+ "docComment": "",
2298
+ "excerptTokens": [
2299
+ {
2300
+ "kind": "Content",
2301
+ "text": "protected responseTranslator: "
2302
+ },
2303
+ {
2304
+ "kind": "Reference",
2305
+ "text": "Swagger3ResponseTranslator",
2306
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3ResponseTranslator:class"
2307
+ },
2308
+ {
2309
+ "kind": "Content",
2310
+ "text": ";"
2311
+ }
2312
+ ],
2313
+ "isReadonly": false,
2314
+ "isOptional": false,
2315
+ "releaseTag": "Public",
2316
+ "name": "responseTranslator",
2317
+ "propertyTypeTokenRange": {
2318
+ "startIndex": 1,
2319
+ "endIndex": 2
2320
+ },
2321
+ "isStatic": false,
2322
+ "isProtected": true,
2323
+ "isAbstract": false
2324
+ },
2325
+ {
2326
+ "kind": "Property",
2327
+ "canonicalReference": "@lhy-assist/build-api!NjkTsSwagger3Builder#swaggerService:member",
2328
+ "docComment": "",
2329
+ "excerptTokens": [
2330
+ {
2331
+ "kind": "Content",
2332
+ "text": "swaggerService: "
2333
+ },
2334
+ {
2335
+ "kind": "Reference",
2336
+ "text": "Swagger3Service",
2337
+ "canonicalReference": "@lhy-assist/build-api!~Swagger3Service:class"
2338
+ },
2339
+ {
2340
+ "kind": "Content",
2341
+ "text": ";"
2342
+ }
2343
+ ],
2344
+ "isReadonly": false,
2345
+ "isOptional": false,
2346
+ "releaseTag": "Public",
2347
+ "name": "swaggerService",
2348
+ "propertyTypeTokenRange": {
2349
+ "startIndex": 1,
2350
+ "endIndex": 2
2351
+ },
2352
+ "isStatic": false,
2353
+ "isProtected": false,
2354
+ "isAbstract": false
2355
+ }
2356
+ ],
2357
+ "extendsTokenRange": {
2358
+ "startIndex": 1,
2359
+ "endIndex": 2
2360
+ },
2361
+ "implementsTokenRanges": []
2362
+ }
2363
+ ]
2364
+ }
2365
+ ]
2366
+ }