Skip to content

Commit 09cbf02

Browse files
Merge pull request #572 from watson-developer-cloud/pre-beta-2
Updates for Beta 2
2 parents 76e1089 + 414c98a commit 09cbf02

File tree

23 files changed

+1038
-744
lines changed

23 files changed

+1038
-744
lines changed

authorization/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class AuthorizationV1 extends BaseService {
2222
name;
2323
version;
2424
static URL: string = 'https://stream.watsonplatform.net/authorization/api';
25-
25+
2626
/**
2727
* Authorization Service
2828
*

conversation/v1-generated.ts

Lines changed: 95 additions & 106 deletions
Large diffs are not rendered by default.

conversation/v1.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ import { getMissingParams } from '../lib/helper';
2020
import { createRequest } from '../lib/requestwrapper';
2121

2222
class ConversationV1 extends GeneratedConversationV1 {
23+
static VERSION_DATE_2017_05_26: string = '2017-05-26';
24+
25+
static VERSION_DATE_2017_04_21: string = '2017-04-21';
26+
27+
static VERSION_DATE_2017_02_03: string = '2017-02-03';
28+
29+
static VERSION_DATE_2016_09_20: string = '2016-09-20';
30+
31+
static VERSION_DATE_2016_07_11: string = '2016-07-11';
32+
2333
constructor(options) {
2434
super(options);
2535
}

0 commit comments

Comments
 (0)