Skip to content

Commit 74c291d

Browse files
geokolliasMeher Assel
andauthored
Update openapi spec to return created_by field for users (#3149)
* update julia SDK * update SDKs (displayName -> Name) * add support for databasefilters * fix databaseGetCall filters * fix java api test * Synchonize raicloud openapi spec with infra's one * Update raicloud openapi spec * Bump version to 1.1.2 * Revert SDK version bump * Add created_by field in RAIUserDesc * Drop PI info for user creation Co-authored-by: Meher Assel <meher.assel@relational.ai>
1 parent b553017 commit 74c291d

15 files changed

+37
-28
lines changed

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

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.3.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.3.0
19+
* @version 1.3.1
2020
*/
2121
class ComputeInfoProtocol {
2222
/**

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.3.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.3.0
19+
* @version 1.3.1
2020
*/
2121
class CreateComputeRequestProtocol {
2222
/**

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.3.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.3.0
20+
* @version 1.3.1
2121
*/
2222
class CreateComputeResponseProtocol {
2323
/**

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.3.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.3.0
19+
* @version 1.3.1
2020
*/
2121
class CreateUserRequestProtocol {
2222
/**

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.3.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.3.0
20+
* @version 1.3.1
2121
*/
2222
class CreateUserResponseProtocol {
2323
/**

src/model/DatabaseInfo.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.3.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.3.0
19+
* @version 1.3.1
2020
*/
2121
class DatabaseInfo {
2222
/**

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.3.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.3.0
19+
* @version 1.3.1
2020
*/
2121
class DeleteComputeRequestProtocol {
2222
/**

src/model/DeleteComputeResponseProtocol.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.3.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 DeleteComputeStatus from './DeleteComputeStatus';
1717
/**
1818
* The DeleteComputeResponseProtocol model module.
1919
* @module model/DeleteComputeResponseProtocol
20-
* @version 1.3.0
20+
* @version 1.3.1
2121
*/
2222
class DeleteComputeResponseProtocol {
2323
/**

src/model/DeleteComputeStatus.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.3.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 DeleteComputeStatus model module.
1818
* @module model/DeleteComputeStatus
19-
* @version 1.3.0
19+
* @version 1.3.1
2020
*/
2121
class DeleteComputeStatus {
2222
/**

0 commit comments

Comments
 (0)