Skip to content

Commit 51bf453

Browse files
committed
[ClientSDKs/JavaScript] Version bump nitz.
1 parent f8851b1 commit 51bf453

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RaiDbSdk - JavaScript client for rai_db_sdk
44
This is a Client SDK for Delve API
55
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: 1.0.8
8-
- Package version: 1.0.8
7+
- API version: 1.0.9
8+
- Package version: 1.0.9
99
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1010
For more information, please visit [https://www.relational.ai/support](https://www.relational.ai/support)
1111

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rai_db_sdk",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "This_is_a_Client_SDK_for_Delve_API",
55
"license": "Apache 2.0",
66
"main": "dist/index.js",

cloud_client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ RaiCloudSdk - JavaScript client for rai_cloud_sdk
44
This is a Client SDK for RAI Cloud
55
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

7-
- API version: 1.0.8
8-
- Package version: 1.0.8
7+
- API version: 1.0.9
8+
- Package version: 1.0.9
99
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1010
For more information, please visit [https://www.relational.ai/support](https://www.relational.ai/support)
1111

cloud_client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rai_cloud_sdk",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "This_is_a_Client_SDK_for_RAI_Cloud",
55
"license": "Apache 2.0",
66
"main": "dist/index.js",

cloud_client/src/ApiClient.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.0.8
5+
* The version of the OpenAPI document: 1.0.9
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 querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.0.8
20+
* @version 1.0.9
2121
*/
2222

2323
/**

cloud_client/src/api/DefaultApi.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.0.8
5+
* The version of the OpenAPI document: 1.0.9
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -27,7 +27,7 @@ import UpdateDatabaseRequestProtocol from '../model/UpdateDatabaseRequestProtoco
2727
/**
2828
* Default service.
2929
* @module api/DefaultApi
30-
* @version 1.0.8
30+
* @version 1.0.9
3131
*/
3232
export default class DefaultApi {
3333

cloud_client/src/index.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.0.8
5+
* The version of the OpenAPI document: 1.0.9
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -59,7 +59,7 @@ import DefaultApi from './api/DefaultApi';
5959
* </pre>
6060
* </p>
6161
* @module index
62-
* @version 1.0.8
62+
* @version 1.0.9
6363
*/
6464
export {
6565
/**

0 commit comments

Comments
 (0)