@explo-tech/fido-api 3.1.0-dan-parse-query-endpoint.1 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.ts CHANGED
@@ -181,10 +181,10 @@ export { BranchContentResourceService } from './services/BranchContentResourceSe
181
181
  export { BranchResourceService } from './services/BranchResourceService';
182
182
  export { CommitResourceService } from './services/CommitResourceService';
183
183
  export { DataSourceResourceService } from './services/DataSourceResourceService';
184
- export { DataSourceUtilityActionsService } from './services/DataSourceUtilityActionsService';
185
184
  export { HealthResourceService } from './services/HealthResourceService';
186
185
  export { ListViewsResourceService } from './services/ListViewsResourceService';
187
186
  export { NamespaceResourceService } from './services/NamespaceResourceService';
188
187
  export { QueryResourceService } from './services/QueryResourceService';
189
188
  export { TenantResourceService } from './services/TenantResourceService';
189
+ export { TestConnectionResourceService } from './services/TestConnectionResourceService';
190
190
  export { ViewResourceService } from './services/ViewResourceService';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@explo-tech/fido-api",
3
3
  "description": "Fido api",
4
4
  "homepage": "https://github.com/trust-kaz/fido",
5
- "version": "3.1.0-dan-parse-query-endpoint.1",
5
+ "version": "3.1.0",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/trust-kaz/fido"
@@ -8,7 +8,7 @@ import type { CancelablePromise } from '../core/CancelablePromise';
8
8
  import { OpenAPI } from '../core/OpenAPI';
9
9
  import { request as __request } from '../core/request';
10
10
 
11
- export class DataSourceUtilityActionsService {
11
+ export class TestConnectionResourceService {
12
12
 
13
13
  /**
14
14
  * Get the number of tables in a provided data source