Skip to content

Commit

Permalink
chore: remove refernces to authorization/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
apaparazzi0329 committed Dec 4, 2024
1 parent 4a543d2 commit 9919c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 2 additions & 6 deletions scripts/typedoc/generate_typedoc.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
./node_modules/.bin/typedoc --mode file --theme ./scripts/typedoc/theme --excludeExternals --excludePrivate --excludeProtected \
--out ./doc ./authorization/v1.ts \
./language-translator/v3.ts \
./natural-language-classifier/v1.ts ./natural-language-understanding/v1.ts \
./personality-insights/v3.ts \
--out ./doc ./natural-language-understanding/v1.ts \
./speech-to-text/v1-generated.ts ./text-to-speech/v1-generated.ts \
./tone-analyzer/v3.ts ./visual-recognition/v3.ts \
./lib/recognize-stream.ts ./assistant/v1.ts ./assistant/v2.ts ./compare-comply/v1.ts --target "ES5"
./lib/recognize-stream.ts ./assistant/v1.ts ./assistant/v2.ts ./discovery/v2.ts --target "ES5"

2 changes: 0 additions & 2 deletions sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
* Provide the entire sdk in one module in order to be browserified
*/

export import AuthorizationV1 = require('./authorization/v1');

export import AssistantV1 = require('./assistant/v1');

export import AssistantV2 = require('./assistant/v2');
Expand Down

0 comments on commit 9919c1c

Please sign in to comment.