Skip to content

Commit 6b2c4b7

Browse files
committed
update sdk after merge
1 parent d5a41c8 commit 6b2c4b7

File tree

142 files changed

+190
-170
lines changed

Some content is hidden

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

142 files changed

+190
-170
lines changed

client/src/model/ApplAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 ApplAllOf model module.
2020
* @module model/ApplAllOf
21-
* @version 1.1.3
21+
* @version 1.2.0
2222
*/
2323
class ApplAllOf {
2424
/**

client/src/model/AzureIntegrationAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 PairSymbolString from './PairSymbolString';
1717
/**
1818
* The AzureIntegrationAllOf model module.
1919
* @module model/AzureIntegrationAllOf
20-
* @version 1.1.3
20+
* @version 1.2.0
2121
*/
2222
class AzureIntegrationAllOf {
2323
/**

client/src/model/CSVFileSchemaAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 CSVFileSchemaAllOf model module.
1818
* @module model/CSVFileSchemaAllOf
19-
* @version 1.1.3
19+
* @version 1.2.0
2020
*/
2121
class CSVFileSchemaAllOf {
2222
/**

client/src/model/CSVFileSyntaxAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 CSVFileSyntaxAllOf model module.
1818
* @module model/CSVFileSyntaxAllOf
19-
* @version 1.1.3
19+
* @version 1.2.0
2020
*/
2121
class CSVFileSyntaxAllOf {
2222
/**

client/src/model/CardinalityActionAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 CardinalityActionAllOf model module.
1818
* @module model/CardinalityActionAllOf
19-
* @version 1.1.3
19+
* @version 1.2.0
2020
*/
2121
class CardinalityActionAllOf {
2222
/**

client/src/model/CardinalityActionResultAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 Relation from './Relation';
1717
/**
1818
* The CardinalityActionResultAllOf model module.
1919
* @module model/CardinalityActionResultAllOf
20-
* @version 1.1.3
20+
* @version 1.2.0
2121
*/
2222
class CardinalityActionResultAllOf {
2323
/**

client/src/model/ClientProblemAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 ClientProblemAllOf model module.
1818
* @module model/ClientProblemAllOf
19-
* @version 1.1.3
19+
* @version 1.2.0
2020
*/
2121
class ClientProblemAllOf {
2222
/**

client/src/model/CollectProblemsActionAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 CollectProblemsActionAllOf model module.
1818
* @module model/CollectProblemsActionAllOf
19-
* @version 1.1.3
19+
* @version 1.2.0
2020
*/
2121
class CollectProblemsActionAllOf {
2222
/**

client/src/model/CollectProblemsActionResultAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 AbstractProblem from './AbstractProblem';
1717
/**
1818
* The CollectProblemsActionResultAllOf model module.
1919
* @module model/CollectProblemsActionResultAllOf
20-
* @version 1.1.3
20+
* @version 1.2.0
2121
*/
2222
class CollectProblemsActionResultAllOf {
2323
/**

client/src/model/ConsAllOf.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.1.3
5+
* The version of the OpenAPI document: 1.2.0
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 ConsAllOf model module.
2020
* @module model/ConsAllOf
21-
* @version 1.1.3
21+
* @version 1.2.0
2222
*/
2323
class ConsAllOf {
2424
/**

0 commit comments

Comments
 (0)