UNPKG

1.67 kBTypeScriptView Raw
1/**
2 * Copyright 2019 IBM Corp. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16/**
17 * @module watson-developer-cloud
18 * Provide the entire sdk in one module in order to be browserified
19 */
20export import AuthorizationV1 = require('./authorization/v1');
21export import AssistantV1 = require('./assistant/v1');
22export import AssistantV2 = require('./assistant/v2');
23export import CompareComplyV1 = require('./compare-comply/v1');
24export import DiscoveryV1 = require('./discovery/v1-generated');
25export import LanguageTranslatorV3 = require('./language-translator/v3');
26export import NaturalLanguageClassifierV1 = require('./natural-language-classifier/v1-generated');
27export import NaturalLanguageUnderstandingV1 = require('./natural-language-understanding/v1-generated');
28export import PersonalityInsightsV3 = require('./personality-insights/v3-generated');
29export import SpeechToTextV1 = require('./speech-to-text/v1');
30export import TextToSpeechV1 = require('./text-to-speech/v1');
31export import ToneAnalyzerV3 = require('./tone-analyzer/v3-generated');
32export import VisualRecognitionV3 = require('./visual-recognition/v3-generated');