Skip to content

Commit 496b8a4

Browse files
committed
[ClientSDKs] Bump version (breaking change in compute API)
1 parent 31f7924 commit 496b8a4

Some content is hidden

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

79 files changed

+79
-79
lines changed

client/README.md

Lines changed: 1 addition & 1 deletion

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.13",
3+
"version": "1.1.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import querystring from "querystring";
1717

1818
/**
1919
* @module ApiClient
20-
* @version 1.0.13
20+
* @version 1.1.1
2121
*/
2222

2323
/**

client/src/api/DefaultApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import TransactionResult from '../model/TransactionResult';
2020
/**
2121
* Default service.
2222
* @module api/DefaultApi
23-
* @version 1.0.13
23+
* @version 1.1.1
2424
*/
2525
export default class DefaultApi {
2626

client/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ import DefaultApi from './api/DefaultApi';
120120
* </pre>
121121
* </p>
122122
* @module index
123-
* @version 1.0.13
123+
* @version 1.1.1
124124
*/
125125
export {
126126
/**

client/src/model/AbstractProblem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AbstractProblem model module.
1818
* @module model/AbstractProblem
19-
* @version 1.0.13
19+
* @version 1.1.1
2020
*/
2121
class AbstractProblem {
2222
/**

client/src/model/Action.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Action model module.
1818
* @module model/Action
19-
* @version 1.0.13
19+
* @version 1.1.1
2020
*/
2121
class Action {
2222
/**

client/src/model/ActionResult.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ActionResult model module.
1818
* @module model/ActionResult
19-
* @version 1.0.13
19+
* @version 1.1.1
2020
*/
2121
class ActionResult {
2222
/**

client/src/model/Appl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import SyntaxNode from './SyntaxNode';
1818
/**
1919
* The Appl model module.
2020
* @module model/Appl
21-
* @version 1.0.13
21+
* @version 1.1.1
2222
*/
2323
class Appl {
2424
/**

client/src/model/Area.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Point from './Point';
1717
/**
1818
* The Area model module.
1919
* @module model/Area
20-
* @version 1.0.13
20+
* @version 1.1.1
2121
*/
2222
class Area {
2323
/**

0 commit comments

Comments
 (0)