Skip to content

Commit 33e0d93

Browse files
committed
feat: regenrate using current api def and generator 3.21
1 parent adc0143 commit 33e0d93

38 files changed

+55219
-25918
lines changed

examples/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corp. 2015, 2016.
1+
# (C) Copyright IBM Corp. 2015, 2020.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/assistant_tone_analyzer_integration/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corp. 2016, 2019.
1+
# (C) Copyright IBM Corp. 2016, 2020.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

examples/assistant_tone_analyzer_integration/tone_detection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (C) Copyright IBM Corp. 2016, 2019.
1+
# (C) Copyright IBM Corp. 2016, 2020.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

ibm_watson/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
# (C) Copyright IBM Corp. 2016, 2019.
2+
# (C) Copyright IBM Corp. 2016, 2020.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

ibm_watson/assistant_v1.py

+1,150-1,534
Large diffs are not rendered by default.

ibm_watson/assistant_v2.py

+383-754
Large diffs are not rendered by default.

ibm_watson/compare_comply_v1.py

+530-949
Large diffs are not rendered by default.

ibm_watson/discovery_v1.py

+1,343-1,924
Large diffs are not rendered by default.

ibm_watson/language_translator_v3.py

+171-234
Large diffs are not rendered by default.

ibm_watson/natural_language_classifier_v1.py

+101-130
Large diffs are not rendered by default.

ibm_watson/natural_language_understanding_v1.py

+317-668
Large diffs are not rendered by default.

ibm_watson/personality_insights_v3.py

+86-150
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)