Skip to content

Commit f8851b1

Browse files
committed
Merge branch 'master' into md-javascript-client-sdk
# Conflicts: # incubator/ClientSDKs/javascript-client-sdk/package.json
2 parents eb5ccae + b62151a commit f8851b1

File tree

85 files changed

+172
-171
lines changed

Some content is hidden

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

85 files changed

+172
-171
lines changed

README.md

Lines changed: 2 additions & 2 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.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/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.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
/**

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.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).
@@ -20,7 +20,7 @@ import TransactionResult from '../model/TransactionResult';
2020
/**
2121
* Default service.
2222
* @module api/DefaultApi
23-
* @version 1.0.8
23+
* @version 1.0.9
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.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).
@@ -112,7 +112,7 @@ import DefaultApi from './api/DefaultApi';
112112
* </pre>
113113
* </p>
114114
* @module index
115-
* @version 1.0.8
115+
* @version 1.0.9
116116
*/
117117
export {
118118
/**

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.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).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The AbstractProblem model module.
1818
* @module model/AbstractProblem
19-
* @version 1.0.8
19+
* @version 1.0.9
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.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).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The Action model module.
1818
* @module model/Action
19-
* @version 1.0.8
19+
* @version 1.0.9
2020
*/
2121
class Action {
2222
/**

client/src/model/ActionResult.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.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).
@@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
1616
/**
1717
* The ActionResult model module.
1818
* @module model/ActionResult
19-
* @version 1.0.8
19+
* @version 1.0.9
2020
*/
2121
class ActionResult {
2222
/**

client/src/model/Appl.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.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).
@@ -18,7 +18,7 @@ import SyntaxNode from './SyntaxNode';
1818
/**
1919
* The Appl model module.
2020
* @module model/Appl
21-
* @version 1.0.8
21+
* @version 1.0.9
2222
*/
2323
class Appl {
2424
/**

client/src/model/Area.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.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 Point from './Point';
1717
/**
1818
* The Area model module.
1919
* @module model/Area
20-
* @version 1.0.8
20+
* @version 1.0.9
2121
*/
2222
class Area {
2323
/**

client/src/model/ArityMismatchError.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.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).
@@ -19,7 +19,7 @@ import Range from './Range';
1919
/**
2020
* The ArityMismatchError model module.
2121
* @module model/ArityMismatchError
22-
* @version 1.0.8
22+
* @version 1.0.9
2323
*/
2424
class ArityMismatchError {
2525
/**

0 commit comments

Comments
 (0)