waii-sdk-js
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -148,2 +148,2 @@ declare enum DBContentFilterScope { | ||
export default Database; | ||
export { DBConnection, Catalog, Schema, Table, SchemaName, TableName, TableDescriptionPair, TableReference, SchemaDescription, SearchContext, Column, ColumnSampleValues, GetDBConnectionRequest, GetDBConnectionResponse, ModifyDBConnectionRequest, ModifyDBConnectionResponse, GetCatalogRequest, GetCatalogResponse, DBConnectionIndexingStatus, SchemaIndexingStatus }; | ||
export { DBConnection, Catalog, Schema, Table, SchemaName, TableName, TableDescriptionPair, TableReference, SchemaDescription, SearchContext, Column, ColumnSampleValues, GetDBConnectionRequest, GetDBConnectionResponse, ModifyDBConnectionRequest, ModifyDBConnectionResponse, GetCatalogRequest, GetCatalogResponse, DBConnectionIndexingStatus, SchemaIndexingStatus, DBContentFilter, DBContentFilterScope, DBContentFilterType }; |
@@ -15,3 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Database = void 0; | ||
exports.DBContentFilterType = exports.DBContentFilterScope = exports.Database = void 0; | ||
const WaiiHttpClient_1 = __importDefault(require("../../../lib/src/WaiiHttpClient")); | ||
@@ -27,3 +27,3 @@ const MODIFY_DB_ENDPOINT = 'update-db-connect-info'; | ||
DBContentFilterScope["column"] = "column"; | ||
})(DBContentFilterScope || (DBContentFilterScope = {})); | ||
})(DBContentFilterScope || (exports.DBContentFilterScope = DBContentFilterScope = {})); | ||
var DBContentFilterType; | ||
@@ -33,3 +33,3 @@ (function (DBContentFilterType) { | ||
DBContentFilterType["exclude"] = "exclude"; | ||
})(DBContentFilterType || (DBContentFilterType = {})); | ||
})(DBContentFilterType || (exports.DBContentFilterType = DBContentFilterType = {})); | ||
exports.Database = (function () { | ||
@@ -36,0 +36,0 @@ return { |
{ | ||
"name": "waii-sdk-js", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Typescript / Javascript SDK for the waii api. SQL generation and much more.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/waii-sdk.js", |
120479