@explo-tech/fido-api 1.2.1 → 1.2.2-jordan-testing
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 → generated/typescript/index.ts} +3 -0
- package/generated/typescript/models/DataSourceError.ts +14 -0
- package/generated/typescript/models/QueryExecutionError.ts +13 -0
- package/generated/typescript/models/QueryTimeoutError.ts +13 -0
- package/generated/typescript/models/ViewResponse.ts +10 -0
- package/package.json +1 -1
- package/tsconfig.json +15 -0
- package/models/ViewResponse.ts +0 -26
- /package/{core → generated/typescript/core}/ApiError.ts +0 -0
- /package/{core → generated/typescript/core}/ApiRequestOptions.ts +0 -0
- /package/{core → generated/typescript/core}/ApiResult.ts +0 -0
- /package/{core → generated/typescript/core}/CancelablePromise.ts +0 -0
- /package/{core → generated/typescript/core}/OpenAPI.ts +0 -0
- /package/{core → generated/typescript/core}/request.ts +0 -0
- /package/{models → generated/typescript/models}/AggregateProperty.ts +0 -0
- /package/{models → generated/typescript/models}/Aggregation.ts +0 -0
- /package/{models → generated/typescript/models}/AggregationOption.ts +0 -0
- /package/{models → generated/typescript/models}/And.ts +0 -0
- /package/{models → generated/typescript/models}/BaseComputation.ts +0 -0
- /package/{models → generated/typescript/models}/BooleanPropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/CalendarInterval.ts +0 -0
- /package/{models → generated/typescript/models}/CalendarIntervalGrouping.ts +0 -0
- /package/{models → generated/typescript/models}/ClientError.ts +0 -0
- /package/{models → generated/typescript/models}/Computation.ts +0 -0
- /package/{models → generated/typescript/models}/ComputedView.ts +0 -0
- /package/{models → generated/typescript/models}/DataPage.ts +0 -0
- /package/{models → generated/typescript/models}/DataRecord.ts +0 -0
- /package/{models → generated/typescript/models}/DataRequestParameters.ts +0 -0
- /package/{models → generated/typescript/models}/DataResponseMetadata.ts +0 -0
- /package/{models → generated/typescript/models}/DataSchema.ts +0 -0
- /package/{models → generated/typescript/models}/DataSource.ts +0 -0
- /package/{models → generated/typescript/models}/DataSourceConfiguration.ts +0 -0
- /package/{models → generated/typescript/models}/DataSourceRequest.ts +0 -0
- /package/{models → generated/typescript/models}/DataSourceResponse.ts +0 -0
- /package/{models → generated/typescript/models}/DatePart.ts +0 -0
- /package/{models → generated/typescript/models}/DatePartGrouping.ts +0 -0
- /package/{models → generated/typescript/models}/DatePropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/DateTimePropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/DecimalIntervalGrouping.ts +0 -0
- /package/{models → generated/typescript/models}/DecimalPropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/DoublePropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/Equal.ts +0 -0
- /package/{models → generated/typescript/models}/ExportFormat.ts +0 -0
- /package/{models → generated/typescript/models}/ExportTargetConfiguration.ts +0 -0
- /package/{models → generated/typescript/models}/Filter.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThan.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/Grouping.ts +0 -0
- /package/{models → generated/typescript/models}/In.ts +0 -0
- /package/{models → generated/typescript/models}/IntegerIntervalGrouping.ts +0 -0
- /package/{models → generated/typescript/models}/IntegerPropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThan.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundIn.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThan.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundStringContains.ts +0 -0
- /package/{models → generated/typescript/models}/LessThan.ts +0 -0
- /package/{models → generated/typescript/models}/LessThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/ListNamespacesResponse.ts +0 -0
- /package/{models → generated/typescript/models}/ListViewsRequest.ts +0 -0
- /package/{models → generated/typescript/models}/ListViewsResponse.ts +0 -0
- /package/{models → generated/typescript/models}/MSS.ts +0 -0
- /package/{models → generated/typescript/models}/MSSAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/MySql.ts +0 -0
- /package/{models → generated/typescript/models}/MySqlAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/Namespace.ts +0 -0
- /package/{models → generated/typescript/models}/NamespaceRequest.ts +0 -0
- /package/{models → generated/typescript/models}/NamespaceResponse.ts +0 -0
- /package/{models → generated/typescript/models}/NamespaceResponseMetadata.ts +0 -0
- /package/{models → generated/typescript/models}/Not.ts +0 -0
- /package/{models → generated/typescript/models}/Null.ts +0 -0
- /package/{models → generated/typescript/models}/Or.ts +0 -0
- /package/{models → generated/typescript/models}/PagingConfiguration.ts +0 -0
- /package/{models → generated/typescript/models}/PasswordAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/Pivot.ts +0 -0
- /package/{models → generated/typescript/models}/PivotColumn.ts +0 -0
- /package/{models → generated/typescript/models}/PivotValue.ts +0 -0
- /package/{models → generated/typescript/models}/Postgres.ts +0 -0
- /package/{models → generated/typescript/models}/PostgresAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/Property.ts +0 -0
- /package/{models → generated/typescript/models}/PropertySchema.ts +0 -0
- /package/{models → generated/typescript/models}/PropertyType.ts +0 -0
- /package/{models → generated/typescript/models}/PropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/PublicTunnel.ts +0 -0
- /package/{models → generated/typescript/models}/QueryExecutionResponse.ts +0 -0
- /package/{models → generated/typescript/models}/QueryExportResponse.ts +0 -0
- /package/{models → generated/typescript/models}/QueryPreviewRequest.ts +0 -0
- /package/{models → generated/typescript/models}/RequestTelemetry.ts +0 -0
- /package/{models → generated/typescript/models}/SSHAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/SSHTunnel.ts +0 -0
- /package/{models → generated/typescript/models}/Sort.ts +0 -0
- /package/{models → generated/typescript/models}/SortDirection.ts +0 -0
- /package/{models → generated/typescript/models}/SourceProperty.ts +0 -0
- /package/{models → generated/typescript/models}/StringContains.ts +0 -0
- /package/{models → generated/typescript/models}/StringPropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/TablePreviewRequest.ts +0 -0
- /package/{models → generated/typescript/models}/TableView.ts +0 -0
- /package/{models → generated/typescript/models}/Tenant.ts +0 -0
- /package/{models → generated/typescript/models}/TenantKey.ts +0 -0
- /package/{models → generated/typescript/models}/TenantPrivateKeyAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/TenantRequest.ts +0 -0
- /package/{models → generated/typescript/models}/TenantResponse.ts +0 -0
- /package/{models → generated/typescript/models}/TenantS3Configuration.ts +0 -0
- /package/{models → generated/typescript/models}/TestConnectionRequest.ts +0 -0
- /package/{models → generated/typescript/models}/TestConnectionResponse.ts +0 -0
- /package/{models → generated/typescript/models}/Tunnel.ts +0 -0
- /package/{models → generated/typescript/models}/UUID.ts +0 -0
- /package/{models → generated/typescript/models}/ValueGrouping.ts +0 -0
- /package/{models → generated/typescript/models}/VendorPrivateKeyAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/View.ts +0 -0
- /package/{models → generated/typescript/models}/ViewExportRequest.ts +0 -0
- /package/{models → generated/typescript/models}/ViewRequest.ts +0 -0
- /package/{models → generated/typescript/models}/ViewRunRequest.ts +0 -0
- /package/{services → generated/typescript/services}/DataSourceResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/HealthResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/ListViewsResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/NamespaceResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/QueryResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/TenantResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/TestConnectionResourceService.ts +0 -0
- /package/{services → generated/typescript/services}/ViewResourceService.ts +0 -0
|
@@ -24,6 +24,7 @@ export type { DataResponseMetadata } from './models/DataResponseMetadata';
|
|
|
24
24
|
export type { DataSchema } from './models/DataSchema';
|
|
25
25
|
export type { DataSource } from './models/DataSource';
|
|
26
26
|
export type { DataSourceConfiguration } from './models/DataSourceConfiguration';
|
|
27
|
+
export type { DataSourceError } from './models/DataSourceError';
|
|
27
28
|
export type { DataSourceRequest } from './models/DataSourceRequest';
|
|
28
29
|
export type { DataSourceResponse } from './models/DataSourceResponse';
|
|
29
30
|
export { DatePart } from './models/DatePart';
|
|
@@ -78,9 +79,11 @@ export type { PropertySchema } from './models/PropertySchema';
|
|
|
78
79
|
export { PropertyType } from './models/PropertyType';
|
|
79
80
|
export type { PropertyValue } from './models/PropertyValue';
|
|
80
81
|
export type { PublicTunnel } from './models/PublicTunnel';
|
|
82
|
+
export type { QueryExecutionError } from './models/QueryExecutionError';
|
|
81
83
|
export type { QueryExecutionResponse } from './models/QueryExecutionResponse';
|
|
82
84
|
export type { QueryExportResponse } from './models/QueryExportResponse';
|
|
83
85
|
export type { QueryPreviewRequest } from './models/QueryPreviewRequest';
|
|
86
|
+
export type { QueryTimeoutError } from './models/QueryTimeoutError';
|
|
84
87
|
export type { RequestTelemetry } from './models/RequestTelemetry';
|
|
85
88
|
export type { Sort } from './models/Sort';
|
|
86
89
|
export { SortDirection } from './models/SortDirection';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { QueryExecutionError } from './QueryExecutionError';
|
|
6
|
+
import type { QueryTimeoutError } from './QueryTimeoutError';
|
|
7
|
+
import type { RequestTelemetry } from './RequestTelemetry';
|
|
8
|
+
|
|
9
|
+
export type DataSourceError = (QueryExecutionError | QueryTimeoutError | {
|
|
10
|
+
renderedQuery: string | null;
|
|
11
|
+
requestTelemetry: RequestTelemetry | null;
|
|
12
|
+
message: string;
|
|
13
|
+
});
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { RequestTelemetry } from './RequestTelemetry';
|
|
6
|
+
|
|
7
|
+
export type QueryExecutionError = {
|
|
8
|
+
renderedQuery: string | null;
|
|
9
|
+
requestTelemetry: RequestTelemetry | null;
|
|
10
|
+
message: string;
|
|
11
|
+
'@type': 'execution-error';
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { RequestTelemetry } from './RequestTelemetry';
|
|
6
|
+
|
|
7
|
+
export type QueryTimeoutError = {
|
|
8
|
+
renderedQuery: string | null;
|
|
9
|
+
requestTelemetry: RequestTelemetry | null;
|
|
10
|
+
message: string;
|
|
11
|
+
'@type': 'timeout';
|
|
12
|
+
};
|
|
13
|
+
|
package/package.json
CHANGED
package/tsconfig.json
ADDED
package/models/ViewResponse.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore file */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { ComputedView } from './ComputedView';
|
|
6
|
-
import type { PropertySchema } from './PropertySchema';
|
|
7
|
-
import type { TableView } from './TableView';
|
|
8
|
-
|
|
9
|
-
export type ViewResponse = {
|
|
10
|
-
view: (ComputedView | TableView | {
|
|
11
|
-
readonly id: string | null;
|
|
12
|
-
readonly namespaceId: string | null;
|
|
13
|
-
readonly id: string | null;
|
|
14
|
-
readonly namespaceId: string | null;
|
|
15
|
-
readonly id: string | null;
|
|
16
|
-
readonly namespaceId: string | null;
|
|
17
|
-
readonly id: string | null;
|
|
18
|
-
readonly namespaceId: string | null;
|
|
19
|
-
name: string;
|
|
20
|
-
description: string | null;
|
|
21
|
-
columnDefinitions: Array<PropertySchema>;
|
|
22
|
-
readonly id: string | null;
|
|
23
|
-
readonly namespaceId: string | null;
|
|
24
|
-
});
|
|
25
|
-
};
|
|
26
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|