Skip to content

Commit

Permalink
Merge pull request watson-developer-cloud#742 from watson-developer-c…
Browse files Browse the repository at this point in the history
…loud/regen-7/10

feat: regenerated sdks with new discovery credentials operations
  • Loading branch information
germanattanasio authored Jul 12, 2018
2 parents a4c439e + 6922601 commit 007a234
Show file tree
Hide file tree
Showing 10 changed files with 832 additions and 201 deletions.
10 changes: 5 additions & 5 deletions assistant/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ class AssistantV1 extends BaseService {
* - It cannot consist of only whitespace characters.
* - It must be no longer than 64 characters.
* @param {string[]} [params.patterns] - An array of patterns for the entity value. You can provide either synonyms or
* patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters.
* patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters.
* For more information about how to specify a pattern, see the
* [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
* @param {string} [params.value_type] - Specifies the type of value.
Expand Down Expand Up @@ -1698,7 +1698,7 @@ class AssistantV1 extends BaseService {
* - It cannot consist of only whitespace characters.
* - It must be no longer than 64 characters.
* @param {string[]} [params.new_patterns] - An array of patterns for the entity value. You can provide either
* synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128
* synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512
* characters. For more information about how to specify a pattern, see the
* [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
* @param {Object} [params.headers] - Custom request headers
Expand Down Expand Up @@ -2911,7 +2911,7 @@ namespace AssistantV1 {
metadata?: Object;
/** An array containing any synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
patterns?: string[];
/** Specifies the type of value. */
value_type?: CreateValueConstants.ValueType | string;
Expand Down Expand Up @@ -2990,7 +2990,7 @@ namespace AssistantV1 {
new_type?: UpdateValueConstants.ValueType | string;
/** An array of synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following resrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
new_synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
new_patterns?: string[];
headers?: Object;
}
Expand Down Expand Up @@ -3443,7 +3443,7 @@ namespace AssistantV1 {
metadata?: Object;
/** An array containing any synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
patterns?: string[];
/** Specifies the type of value. */
value_type?: string;
Expand Down
10 changes: 5 additions & 5 deletions conversation/v1-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1471,7 +1471,7 @@ class ConversationV1 extends BaseService {
* - It cannot consist of only whitespace characters.
* - It must be no longer than 64 characters.
* @param {string[]} [params.patterns] - An array of patterns for the entity value. You can provide either synonyms or
* patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters.
* patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters.
* For more information about how to specify a pattern, see the
* [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
* @param {string} [params.value_type] - Specifies the type of value.
Expand Down Expand Up @@ -1698,7 +1698,7 @@ class ConversationV1 extends BaseService {
* - It cannot consist of only whitespace characters.
* - It must be no longer than 64 characters.
* @param {string[]} [params.new_patterns] - An array of patterns for the entity value. You can provide either
* synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128
* synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512
* characters. For more information about how to specify a pattern, see the
* [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities).
* @param {Object} [params.headers] - Custom request headers
Expand Down Expand Up @@ -2911,7 +2911,7 @@ namespace ConversationV1 {
metadata?: Object;
/** An array containing any synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
patterns?: string[];
/** Specifies the type of value. */
value_type?: CreateValueConstants.ValueType | string;
Expand Down Expand Up @@ -2990,7 +2990,7 @@ namespace ConversationV1 {
new_type?: UpdateValueConstants.ValueType | string;
/** An array of synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following resrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
new_synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
new_patterns?: string[];
headers?: Object;
}
Expand Down Expand Up @@ -3443,7 +3443,7 @@ namespace ConversationV1 {
metadata?: Object;
/** An array containing any synonyms for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A synonym must conform to the following restrictions: - It cannot contain carriage return, newline, or tab characters. - It cannot consist of only whitespace characters. - It must be no longer than 64 characters. */
synonyms?: string[];
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 128 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
/** An array of patterns for the entity value. You can provide either synonyms or patterns (as indicated by **type**), but not both. A pattern is a regular expression no longer than 512 characters. For more information about how to specify a pattern, see the [documentation](https://console.bluemix.net/docs/services/conversation/entities.html#creating-entities). */
patterns?: string[];
/** Specifies the type of value. */
value_type?: string;
Expand Down
Loading

0 comments on commit 007a234

Please sign in to comment.