Skip to content

Commit 2425961

Browse files
committed
[ClientSDKs] Bump version
1 parent f952aeb commit 2425961

File tree

105 files changed

+228
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+228
-212
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ DelveClientSdk - JavaScript client for delve_client_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.11
8-
- Package version: 1.0.11
7+
- API version: 1.0.12
8+
- Package version: 1.0.12
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

@@ -182,8 +182,6 @@ Class | Method | HTTP request | Description
182182
- [DelveClientSdk.SetOptionsAction](docs/SetOptionsAction.md)
183183
- [DelveClientSdk.SetOptionsActionResult](docs/SetOptionsActionResult.md)
184184
- [DelveClientSdk.Source](docs/Source.md)
185-
- [DelveClientSdk.StatusAction](docs/StatusAction.md)
186-
- [DelveClientSdk.StatusActionResult](docs/StatusActionResult.md)
187185
- [DelveClientSdk.SyntaxError](docs/SyntaxError.md)
188186
- [DelveClientSdk.SyntaxNode](docs/SyntaxNode.md)
189187
- [DelveClientSdk.Token](docs/Token.md)

client/README.md

Lines changed: 4 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.11
8-
- Package version: 1.0.11
7+
- API version: 1.0.12
8+
- Package version: 1.0.12
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

@@ -189,6 +189,8 @@ Class | Method | HTTP request | Description
189189
- [RaiDbSdk.SetOptionsAction](docs/SetOptionsAction.md)
190190
- [RaiDbSdk.SetOptionsActionResult](docs/SetOptionsActionResult.md)
191191
- [RaiDbSdk.Source](docs/Source.md)
192+
- [RaiDbSdk.StatusAction](docs/StatusAction.md)
193+
- [RaiDbSdk.StatusActionResult](docs/StatusActionResult.md)
192194
- [RaiDbSdk.SyntaxError](docs/SyntaxError.md)
193195
- [RaiDbSdk.SyntaxNode](docs/SyntaxNode.md)
194196
- [RaiDbSdk.Token](docs/Token.md)

client/docs/StatusAction.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# RaiDbSdk.StatusAction
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
8+

client/docs/StatusActionResult.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# RaiDbSdk.StatusActionResult
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
8+

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.11",
3+
"version": "1.0.12",
44
"description": "This_is_a_Client_SDK_for_Delve_API",
55
"license": "Apache 2.0",
66
"main": "dist/index.js",

client/src/ApiClient.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Delve Client SDK
33
* This is a Client SDK for Delve API
44
*
5-
* The version of the OpenAPI document: 1.0.11
5+
* The version of the OpenAPI document: 1.0.12
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.11
20+
* @version 1.0.12
2121
*/
2222

2323
/**

client/src/api/DefaultApi.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Delve Client SDK
33
* This is a Client SDK for Delve API
44
*
5-
* The version of the OpenAPI document: 1.0.11
5+
* The version of the OpenAPI document: 1.0.12
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -20,7 +20,7 @@ import TransactionResult from '../model/TransactionResult';
2020
/**
2121
* Default service.
2222
* @module api/DefaultApi
23-
* @version 1.0.11
23+
* @version 1.0.12
2424
*/
2525
export default class DefaultApi {
2626

client/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Delve Client SDK
33
* This is a Client SDK for Delve API
44
*
5-
* The version of the OpenAPI document: 1.0.11
5+
* The version of the OpenAPI document: 1.0.12
66
* Contact: support@relational.ai
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -120,7 +120,7 @@ import DefaultApi from './api/DefaultApi';
120120
* </pre>
121121
* </p>
122122
* @module index
123-
* @version 1.0.11
123+
* @version 1.0.12
124124
*/
125125
export {
126126
/**

client/src/model/AbstractProblem.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Delve Client SDK
33
* This is a Client SDK for Delve API
44
*
5-
* The version of the OpenAPI document: 1.0.11
5+
* The version of the OpenAPI document: 1.0.12
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 AbstractProblem model module.
1818
* @module model/AbstractProblem
19-
* @version 1.0.11
19+
* @version 1.0.12
2020
*/
2121
class AbstractProblem {
2222
/**

client/src/model/Action.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Delve Client SDK
33
* This is a Client SDK for Delve API
44
*
5-
* The version of the OpenAPI document: 1.0.11
5+
* The version of the OpenAPI document: 1.0.12
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 Action model module.
1818
* @module model/Action
19-
* @version 1.0.11
19+
* @version 1.0.12
2020
*/
2121
class Action {
2222
/**

0 commit comments

Comments
 (0)