File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 1
1
./node_modules/.bin/typedoc --mode file --theme ./scripts/typedoc/theme --excludeExternals --excludePrivate --excludeProtected \
2
- --out ./doc ./authorization/v1.ts \
3
- ./language-translator/v3.ts \
4
- ./natural-language-classifier/v1.ts ./natural-language-understanding/v1.ts \
5
- ./personality-insights/v3.ts \
2
+ --out ./doc ./natural-language-understanding/v1.ts \
6
3
./speech-to-text/v1-generated.ts ./text-to-speech/v1-generated.ts \
7
- ./tone-analyzer/v3.ts ./visual-recognition/v3.ts \
8
- ./lib/recognize-stream.ts ./assistant/v1.ts ./assistant/v2.ts ./compare-comply/v1.ts --target " ES5"
4
+ ./lib/recognize-stream.ts ./assistant/v1.ts ./assistant/v2.ts ./discovery/v2.ts --target " ES5"
9
5
Original file line number Diff line number Diff line change 19
19
* Provide the entire sdk in one module in order to be browserified
20
20
*/
21
21
22
- export import AuthorizationV1 = require ( './authorization/v1' ) ;
23
-
24
22
export import AssistantV1 = require ( './assistant/v1' ) ;
25
23
26
24
export import AssistantV2 = require ( './assistant/v2' ) ;
You can’t perform that action at this time.
0 commit comments