Skip to content

Commit 50d2207

Browse files
committed
Merge branch 'master' into md-javascript-client-sdk
# Conflicts: # incubator/ClientSDKs/java-client-sdk/src/extension/java/com/relationalai/util/http/Http2Client.java # incubator/ClientSDKs/java-client-sdk/src/test/java/com/relationalai/client/model/QueryActionResultTest.java # incubator/ClientSDKs/java-client-sdk/src/test/java/com/relationalai/client/model/QueryActionTest.java
2 parents 1332d16 + 74c291d commit 50d2207

19 files changed

+60
-42
lines changed

cloud_client/docs/DatabaseInfo.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Name | Type | Description | Notes
77
**accountName** | **String** | | [optional]
88
**name** | **String** | | [optional]
99
**region** | **String** | | [optional]
10-
**databaseId** | **String** | | [optional]
10+
**id** | **String** | | [optional]
11+
**createdBy** | **String** | | [optional]
1112
**defaultComputeName** | **String** | | [optional]
1213
**status** | **String** | | [optional]
1314

cloud_client/docs/UpdateDatabaseRequestProtocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**displayName** | **String** | | [optional]
7+
**name** | **String** | | [optional]
88
**defaultComputeName** | **String** | | [optional]
99
**removeDefaultCompute** | **Boolean** | | [optional]
1010
**dryrun** | **Boolean** | | [optional]

cloud_client/docs/UserInfoProtocol.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ Name | Type | Description | Notes
88
**username** | **String** | | [optional]
99
**status** | **String** | | [optional]
1010
**accessKey1** | **String** | | [optional]
11+
**createdBy** | **String** | | [optional]
1112

1213

cloud_client/src/model/ComputeInfoProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ComputeInfoProtocol model module.
1818
* @module model/ComputeInfoProtocol
19-
* @version 1.2.0
19+
* @version 1.3.1
2020
*/
2121
class ComputeInfoProtocol {
2222
/**

cloud_client/src/model/CreateComputeRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateComputeRequestProtocol model module.
1818
* @module model/CreateComputeRequestProtocol
19-
* @version 1.2.0
19+
* @version 1.3.1
2020
*/
2121
class CreateComputeRequestProtocol {
2222
/**

cloud_client/src/model/CreateComputeResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import ComputeInfoProtocol from './ComputeInfoProtocol';
1717
/**
1818
* The CreateComputeResponseProtocol model module.
1919
* @module model/CreateComputeResponseProtocol
20-
* @version 1.2.0
20+
* @version 1.3.1
2121
*/
2222
class CreateComputeResponseProtocol {
2323
/**

cloud_client/src/model/CreateUserRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The CreateUserRequestProtocol model module.
1818
* @module model/CreateUserRequestProtocol
19-
* @version 1.2.0
19+
* @version 1.3.1
2020
*/
2121
class CreateUserRequestProtocol {
2222
/**

cloud_client/src/model/CreateUserResponseProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -17,7 +17,7 @@ import UserInfoProtocol from './UserInfoProtocol';
1717
/**
1818
* The CreateUserResponseProtocol model module.
1919
* @module model/CreateUserResponseProtocol
20-
* @version 1.2.0
20+
* @version 1.3.1
2121
*/
2222
class CreateUserResponseProtocol {
2323
/**

cloud_client/src/model/DatabaseInfo.js

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DatabaseInfo model module.
1818
* @module model/DatabaseInfo
19-
* @version 1.2.0
19+
* @version 1.3.1
2020
*/
2121
class DatabaseInfo {
2222
/**
@@ -56,8 +56,11 @@ class DatabaseInfo {
5656
if (data.hasOwnProperty('region')) {
5757
obj['region'] = ApiClient.convertToType(data['region'], 'String');
5858
}
59-
if (data.hasOwnProperty('database_id')) {
60-
obj['database_id'] = ApiClient.convertToType(data['database_id'], 'String');
59+
if (data.hasOwnProperty('id')) {
60+
obj['id'] = ApiClient.convertToType(data['id'], 'String');
61+
}
62+
if (data.hasOwnProperty('created_by')) {
63+
obj['created_by'] = ApiClient.convertToType(data['created_by'], 'String');
6164
}
6265
if (data.hasOwnProperty('default_compute_name')) {
6366
obj['default_compute_name'] = ApiClient.convertToType(data['default_compute_name'], 'String');
@@ -88,9 +91,14 @@ DatabaseInfo.prototype['name'] = undefined;
8891
DatabaseInfo.prototype['region'] = undefined;
8992

9093
/**
91-
* @member {String} database_id
94+
* @member {String} id
95+
*/
96+
DatabaseInfo.prototype['id'] = undefined;
97+
98+
/**
99+
* @member {String} created_by
92100
*/
93-
DatabaseInfo.prototype['database_id'] = undefined;
101+
DatabaseInfo.prototype['created_by'] = undefined;
94102

95103
/**
96104
* @member {String} default_compute_name

cloud_client/src/model/DeleteComputeRequestProtocol.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RAI Cloud SDK
33
* This is a Client SDK for RAI Cloud
44
*
5-
* The version of the OpenAPI document: 1.2.0
5+
* The version of the OpenAPI document: 1.3.1
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The DeleteComputeRequestProtocol model module.
1818
* @module model/DeleteComputeRequestProtocol
19-
* @version 1.2.0
19+
* @version 1.3.1
2020
*/
2121
class DeleteComputeRequestProtocol {
2222
/**

0 commit comments

Comments
 (0)