@explo-tech/fido-api 2.9.20 → 2.10.0-feat-global-datasts.2
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} +20 -8
- package/generated/typescript/models/BranchRequest.ts +10 -0
- package/{models → generated/typescript/models}/BranchResponseMetadata.ts +3 -1
- package/generated/typescript/models/Clickhouse.ts +18 -0
- package/generated/typescript/models/ClickhouseConnectionType.ts +8 -0
- package/{models → generated/typescript/models}/Commit.ts +0 -1
- package/{models → generated/typescript/models}/ComputedView.ts +5 -2
- package/{models → generated/typescript/models}/CreateCommitRequest.ts +2 -2
- package/{models → generated/typescript/models}/CreateCommitResponse.ts +2 -2
- package/generated/typescript/models/CreateResourceChange.ts +11 -0
- package/generated/typescript/models/CreateResourceDiff.ts +11 -0
- package/{models → generated/typescript/models}/DataSourceConfiguration.ts +2 -1
- package/{models → generated/typescript/models}/DateTimeColumnFormat.ts +3 -1
- package/generated/typescript/models/DateTimeFormat.ts +9 -0
- package/{models → generated/typescript/models}/DecimalColumnFormat.ts +2 -1
- package/{models/DeleteViewChange.ts → generated/typescript/models/DeleteResourceChange.ts} +1 -1
- package/generated/typescript/models/DeleteResourceDiff.ts +11 -0
- package/{models → generated/typescript/models}/DiffBranchResponse.ts +2 -2
- package/{models → generated/typescript/models}/DurationColumnFormat.ts +1 -1
- package/generated/typescript/models/Folder.ts +16 -0
- package/generated/typescript/models/ListBranchContentResponse.ts +10 -0
- package/{models → generated/typescript/models}/ListVersionedViewsRequest.ts +3 -1
- package/{models → generated/typescript/models}/MergeBranchRequest.ts +3 -1
- package/{models → generated/typescript/models}/NamespaceResponseMetadata.ts +2 -2
- package/generated/typescript/models/Parameter.ts +10 -0
- package/generated/typescript/models/Resource.ts +15 -0
- package/generated/typescript/models/ResourceChange.ts +10 -0
- package/generated/typescript/models/ResourceDiff.ts +10 -0
- package/generated/typescript/models/SearchBranchContentResponse.ts +10 -0
- package/{models → generated/typescript/models}/TableView.ts +3 -2
- package/generated/typescript/models/UpdateResourceChange.ts +11 -0
- package/generated/typescript/models/UpdateResourceDiff.ts +12 -0
- package/generated/typescript/models/VersionedViewRequest.ts +11 -0
- package/{models → generated/typescript/models}/View.ts +4 -5
- package/generated/typescript/models/ViewRequest.ts +11 -0
- package/generated/typescript/models/ViewResponse1.ts +10 -0
- package/generated/typescript/services/BranchContentResourceService.ts +42 -0
- package/{services → generated/typescript/services}/BranchResourceService.ts +11 -6
- package/{services → generated/typescript/services}/CommitResourceService.ts +2 -14
- package/{services → generated/typescript/services}/ListViewsResourceService.ts +1 -1
- package/{services → generated/typescript/services}/QueryResourceService.ts +22 -22
- package/package.json +1 -1
- package/tsconfig.json +15 -0
- package/models/CreateViewChange.ts +0 -12
- package/models/CreateViewDiff.ts +0 -11
- package/models/DeleteViewDiff.ts +0 -11
- package/models/UpdateViewChange.ts +0 -11
- package/models/UpdateViewDiff.ts +0 -12
- package/models/ViewChange.ts +0 -10
- package/models/ViewDiff.ts +0 -10
- package/models/ViewRequest.ts +0 -19
- /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}/And1.ts +0 -0
- /package/{models → generated/typescript/models}/BigQuery.ts +0 -0
- /package/{models → generated/typescript/models}/BigQueryAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/BooleanPropertyValue.ts +0 -0
- /package/{models → generated/typescript/models}/Branch.ts +0 -0
- /package/{models → generated/typescript/models}/BranchResponse.ts +0 -0
- /package/{models → generated/typescript/models}/CacheTelemetry.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}/ColumnFormat.ts +0 -0
- /package/{models → generated/typescript/models}/CommitResponse.ts +0 -0
- /package/{models → generated/typescript/models}/Computation.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}/DataSourceError.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}/EmailConfiguration.ts +0 -0
- /package/{models → generated/typescript/models}/Equal.ts +0 -0
- /package/{models → generated/typescript/models}/Equal1.ts +0 -0
- /package/{models → generated/typescript/models}/EvictionPolicy.ts +0 -0
- /package/{models → generated/typescript/models}/ExportColumnOptions.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}/FormulaProperty.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThan.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThan1.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/GreaterThanOrEqual1.ts +0 -0
- /package/{models → generated/typescript/models}/Grouping.ts +0 -0
- /package/{models → generated/typescript/models}/Having.ts +0 -0
- /package/{models → generated/typescript/models}/In.ts +0 -0
- /package/{models → generated/typescript/models}/In1.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}/JdbcAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundEqual1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThan.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThan1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundGreaterThanOrEqual1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundIn.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundIn1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThan.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThan1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundLessThanOrEqual1.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundStringContains.ts +0 -0
- /package/{models → generated/typescript/models}/LateBoundStringContains1.ts +0 -0
- /package/{models → generated/typescript/models}/LessThan.ts +0 -0
- /package/{models → generated/typescript/models}/LessThan1.ts +0 -0
- /package/{models → generated/typescript/models}/LessThanOrEqual.ts +0 -0
- /package/{models → generated/typescript/models}/LessThanOrEqual1.ts +0 -0
- /package/{models → generated/typescript/models}/ListBranchResponse.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}/MySql.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}/Not.ts +0 -0
- /package/{models → generated/typescript/models}/Not1.ts +0 -0
- /package/{models → generated/typescript/models}/Null.ts +0 -0
- /package/{models → generated/typescript/models}/Null1.ts +0 -0
- /package/{models → generated/typescript/models}/Or.ts +0 -0
- /package/{models → generated/typescript/models}/Or1.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}/Postgres.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}/QueryExecutionError.ts +0 -0
- /package/{models → generated/typescript/models}/QueryExecutionResponse.ts +0 -0
- /package/{models → generated/typescript/models}/QueryExportEmailResponse.ts +0 -0
- /package/{models → generated/typescript/models}/QueryExportLinkResponse.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}/QueryTimeoutError.ts +0 -0
- /package/{models → generated/typescript/models}/Redshift.ts +0 -0
- /package/{models → generated/typescript/models}/RequestExecutionParameters.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}/ScheduledEviction.ts +0 -0
- /package/{models → generated/typescript/models}/Snowflake.ts +0 -0
- /package/{models → generated/typescript/models}/SnowflakeAuthentication.ts +0 -0
- /package/{models → generated/typescript/models}/SnowflakePasswordAuthentication.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}/StringContains1.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}/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}/TtlEviction.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}/UnitOfMeasurement.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}/ViewExportRequest.ts +0 -0
- /package/{models → generated/typescript/models}/ViewResponse.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}/NamespaceResourceService.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
|
@@ -15,11 +15,14 @@ export type { BigQuery } from './models/BigQuery';
|
|
|
15
15
|
export type { BigQueryAuthentication } from './models/BigQueryAuthentication';
|
|
16
16
|
export type { BooleanPropertyValue } from './models/BooleanPropertyValue';
|
|
17
17
|
export type { Branch } from './models/Branch';
|
|
18
|
+
export type { BranchRequest } from './models/BranchRequest';
|
|
18
19
|
export type { BranchResponse } from './models/BranchResponse';
|
|
19
20
|
export type { BranchResponseMetadata } from './models/BranchResponseMetadata';
|
|
20
21
|
export type { CacheTelemetry } from './models/CacheTelemetry';
|
|
21
22
|
export { CalendarInterval } from './models/CalendarInterval';
|
|
22
23
|
export type { CalendarIntervalGrouping } from './models/CalendarIntervalGrouping';
|
|
24
|
+
export type { Clickhouse } from './models/Clickhouse';
|
|
25
|
+
export { ClickhouseConnectionType } from './models/ClickhouseConnectionType';
|
|
23
26
|
export type { ClientError } from './models/ClientError';
|
|
24
27
|
export type { ColumnFormat } from './models/ColumnFormat';
|
|
25
28
|
export type { Commit } from './models/Commit';
|
|
@@ -28,8 +31,8 @@ export type { Computation } from './models/Computation';
|
|
|
28
31
|
export type { ComputedView } from './models/ComputedView';
|
|
29
32
|
export type { CreateCommitRequest } from './models/CreateCommitRequest';
|
|
30
33
|
export type { CreateCommitResponse } from './models/CreateCommitResponse';
|
|
31
|
-
export type {
|
|
32
|
-
export type {
|
|
34
|
+
export type { CreateResourceChange } from './models/CreateResourceChange';
|
|
35
|
+
export type { CreateResourceDiff } from './models/CreateResourceDiff';
|
|
33
36
|
export type { DataPage } from './models/DataPage';
|
|
34
37
|
export type { DataRecord } from './models/DataRecord';
|
|
35
38
|
export type { DataRequestParameters } from './models/DataRequestParameters';
|
|
@@ -44,12 +47,13 @@ export { DatePart } from './models/DatePart';
|
|
|
44
47
|
export type { DatePartGrouping } from './models/DatePartGrouping';
|
|
45
48
|
export type { DatePropertyValue } from './models/DatePropertyValue';
|
|
46
49
|
export type { DateTimeColumnFormat } from './models/DateTimeColumnFormat';
|
|
50
|
+
export type { DateTimeFormat } from './models/DateTimeFormat';
|
|
47
51
|
export type { DateTimePropertyValue } from './models/DateTimePropertyValue';
|
|
48
52
|
export type { DecimalColumnFormat } from './models/DecimalColumnFormat';
|
|
49
53
|
export type { DecimalIntervalGrouping } from './models/DecimalIntervalGrouping';
|
|
50
54
|
export type { DecimalPropertyValue } from './models/DecimalPropertyValue';
|
|
51
|
-
export type {
|
|
52
|
-
export type {
|
|
55
|
+
export type { DeleteResourceChange } from './models/DeleteResourceChange';
|
|
56
|
+
export type { DeleteResourceDiff } from './models/DeleteResourceDiff';
|
|
53
57
|
export type { DiffBranchResponse } from './models/DiffBranchResponse';
|
|
54
58
|
export type { DoublePropertyValue } from './models/DoublePropertyValue';
|
|
55
59
|
export type { DurationColumnFormat } from './models/DurationColumnFormat';
|
|
@@ -61,6 +65,7 @@ export type { ExportColumnOptions } from './models/ExportColumnOptions';
|
|
|
61
65
|
export { ExportFormat } from './models/ExportFormat';
|
|
62
66
|
export type { ExportTargetConfiguration } from './models/ExportTargetConfiguration';
|
|
63
67
|
export type { Filter } from './models/Filter';
|
|
68
|
+
export type { Folder } from './models/Folder';
|
|
64
69
|
export type { FormulaProperty } from './models/FormulaProperty';
|
|
65
70
|
export type { GreaterThan } from './models/GreaterThan';
|
|
66
71
|
export type { GreaterThan1 } from './models/GreaterThan1';
|
|
@@ -91,6 +96,7 @@ export type { LessThan } from './models/LessThan';
|
|
|
91
96
|
export type { LessThan1 } from './models/LessThan1';
|
|
92
97
|
export type { LessThanOrEqual } from './models/LessThanOrEqual';
|
|
93
98
|
export type { LessThanOrEqual1 } from './models/LessThanOrEqual1';
|
|
99
|
+
export type { ListBranchContentResponse } from './models/ListBranchContentResponse';
|
|
94
100
|
export type { ListBranchResponse } from './models/ListBranchResponse';
|
|
95
101
|
export type { ListNamespacesResponse } from './models/ListNamespacesResponse';
|
|
96
102
|
export type { ListVersionedViewsRequest } from './models/ListVersionedViewsRequest';
|
|
@@ -110,6 +116,7 @@ export type { Null1 } from './models/Null1';
|
|
|
110
116
|
export type { Or } from './models/Or';
|
|
111
117
|
export type { Or1 } from './models/Or1';
|
|
112
118
|
export type { PagingConfiguration } from './models/PagingConfiguration';
|
|
119
|
+
export type { Parameter } from './models/Parameter';
|
|
113
120
|
export type { PasswordAuthentication } from './models/PasswordAuthentication';
|
|
114
121
|
export type { Postgres } from './models/Postgres';
|
|
115
122
|
export type { Property } from './models/Property';
|
|
@@ -127,7 +134,11 @@ export type { QueryTimeoutError } from './models/QueryTimeoutError';
|
|
|
127
134
|
export type { Redshift } from './models/Redshift';
|
|
128
135
|
export type { RequestExecutionParameters } from './models/RequestExecutionParameters';
|
|
129
136
|
export type { RequestTelemetry } from './models/RequestTelemetry';
|
|
137
|
+
export type { Resource } from './models/Resource';
|
|
138
|
+
export type { ResourceChange } from './models/ResourceChange';
|
|
139
|
+
export type { ResourceDiff } from './models/ResourceDiff';
|
|
130
140
|
export type { ScheduledEviction } from './models/ScheduledEviction';
|
|
141
|
+
export type { SearchBranchContentResponse } from './models/SearchBranchContentResponse';
|
|
131
142
|
export type { Snowflake } from './models/Snowflake';
|
|
132
143
|
export type { SnowflakeAuthentication } from './models/SnowflakeAuthentication';
|
|
133
144
|
export type { SnowflakePasswordAuthentication } from './models/SnowflakePasswordAuthentication';
|
|
@@ -152,19 +163,20 @@ export type { TestConnectionResponse } from './models/TestConnectionResponse';
|
|
|
152
163
|
export type { TtlEviction } from './models/TtlEviction';
|
|
153
164
|
export type { Tunnel } from './models/Tunnel';
|
|
154
165
|
export { UnitOfMeasurement } from './models/UnitOfMeasurement';
|
|
155
|
-
export type {
|
|
156
|
-
export type {
|
|
166
|
+
export type { UpdateResourceChange } from './models/UpdateResourceChange';
|
|
167
|
+
export type { UpdateResourceDiff } from './models/UpdateResourceDiff';
|
|
157
168
|
export type { UUID } from './models/UUID';
|
|
158
169
|
export type { ValueGrouping } from './models/ValueGrouping';
|
|
159
170
|
export type { VendorPrivateKeyAuthentication } from './models/VendorPrivateKeyAuthentication';
|
|
171
|
+
export type { VersionedViewRequest } from './models/VersionedViewRequest';
|
|
160
172
|
export type { View } from './models/View';
|
|
161
|
-
export type { ViewChange } from './models/ViewChange';
|
|
162
|
-
export type { ViewDiff } from './models/ViewDiff';
|
|
163
173
|
export type { ViewExportRequest } from './models/ViewExportRequest';
|
|
164
174
|
export type { ViewRequest } from './models/ViewRequest';
|
|
165
175
|
export type { ViewResponse } from './models/ViewResponse';
|
|
176
|
+
export type { ViewResponse1 } from './models/ViewResponse1';
|
|
166
177
|
export type { ViewRunRequest } from './models/ViewRunRequest';
|
|
167
178
|
|
|
179
|
+
export { BranchContentResourceService } from './services/BranchContentResourceService';
|
|
168
180
|
export { BranchResourceService } from './services/BranchResourceService';
|
|
169
181
|
export { CommitResourceService } from './services/CommitResourceService';
|
|
170
182
|
export { DataSourceResourceService } from './services/DataSourceResourceService';
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { ClickhouseConnectionType } from './ClickhouseConnectionType';
|
|
6
|
+
import type { JdbcAuthentication } from './JdbcAuthentication';
|
|
7
|
+
import type { Tunnel } from './Tunnel';
|
|
8
|
+
|
|
9
|
+
export type Clickhouse = {
|
|
10
|
+
authentication: JdbcAuthentication;
|
|
11
|
+
database: string;
|
|
12
|
+
host: string;
|
|
13
|
+
tunnel: Tunnel;
|
|
14
|
+
'@type': 'clickhouse';
|
|
15
|
+
port?: number;
|
|
16
|
+
connectionType?: ClickhouseConnectionType;
|
|
17
|
+
};
|
|
18
|
+
|
|
@@ -3,18 +3,21 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import type { EvictionPolicy } from './EvictionPolicy';
|
|
6
|
+
import type { Parameter } from './Parameter';
|
|
6
7
|
import type { PropertySchema } from './PropertySchema';
|
|
7
8
|
|
|
8
9
|
export type ComputedView = {
|
|
10
|
+
columnDefinitions: Array<PropertySchema>;
|
|
11
|
+
readonly namespaceId?: string | null;
|
|
9
12
|
name: string;
|
|
13
|
+
path: string | null;
|
|
10
14
|
description: string | null;
|
|
11
|
-
columnDefinitions: Array<PropertySchema>;
|
|
12
15
|
readonly id?: string | null;
|
|
13
16
|
readonly versionId?: string | null;
|
|
14
|
-
readonly namespaceId?: string | null;
|
|
15
17
|
'@type': 'computed-view';
|
|
16
18
|
query: string;
|
|
17
19
|
cacheable?: boolean;
|
|
20
|
+
parameters: Array<Parameter>;
|
|
18
21
|
cacheEvictionPolicy: EvictionPolicy | null;
|
|
19
22
|
};
|
|
20
23
|
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
+
import type { ResourceChange } from './ResourceChange';
|
|
5
6
|
import type { UUID } from './UUID';
|
|
6
|
-
import type { ViewChange } from './ViewChange';
|
|
7
7
|
|
|
8
8
|
export type CreateCommitRequest = {
|
|
9
9
|
commitMessage: string;
|
|
10
10
|
parentCommitId: UUID;
|
|
11
|
-
changes: Array<
|
|
11
|
+
changes: Array<ResourceChange>;
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
-
import type {
|
|
5
|
+
import type { ResourceChange } from './ResourceChange';
|
|
6
6
|
|
|
7
7
|
export type CreateCommitResponse = {
|
|
8
8
|
commitId: string;
|
|
9
|
-
changes: Array<
|
|
9
|
+
changes: Array<ResourceChange>;
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import type { BigQuery } from './BigQuery';
|
|
6
|
+
import type { Clickhouse } from './Clickhouse';
|
|
6
7
|
import type { MSS } from './MSS';
|
|
7
8
|
import type { MySql } from './MySql';
|
|
8
9
|
import type { Postgres } from './Postgres';
|
|
@@ -10,7 +11,7 @@ import type { Redshift } from './Redshift';
|
|
|
10
11
|
import type { Snowflake } from './Snowflake';
|
|
11
12
|
import type { Tunnel } from './Tunnel';
|
|
12
13
|
|
|
13
|
-
export type DataSourceConfiguration = (Postgres | MySql | MSS | BigQuery | Redshift | Snowflake | {
|
|
14
|
+
export type DataSourceConfiguration = (Postgres | MySql | MSS | BigQuery | Redshift | Snowflake | Clickhouse | {
|
|
14
15
|
tunnel: Tunnel;
|
|
15
16
|
});
|
|
16
17
|
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
+
import type { DateTimeFormat } from './DateTimeFormat';
|
|
6
|
+
|
|
5
7
|
export type DateTimeColumnFormat = {
|
|
6
8
|
'@type': 'datetime';
|
|
7
|
-
dateTimeFormatPattern:
|
|
9
|
+
dateTimeFormatPattern: DateTimeFormat | null;
|
|
8
10
|
locale: string | null;
|
|
9
11
|
targetTimezone?: string;
|
|
10
12
|
};
|
|
@@ -8,7 +8,8 @@ export type DecimalColumnFormat = {
|
|
|
8
8
|
'@type': 'decimal';
|
|
9
9
|
decimalFormat: string | null;
|
|
10
10
|
locale: string | null;
|
|
11
|
-
unitOfMeasurement
|
|
11
|
+
unitOfMeasurement?: UnitOfMeasurement;
|
|
12
|
+
zeroReplacement: string | null;
|
|
12
13
|
multiplier: number | null;
|
|
13
14
|
};
|
|
14
15
|
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Resource } from './Resource';
|
|
6
|
+
|
|
7
|
+
export type Folder = {
|
|
8
|
+
name: string;
|
|
9
|
+
path: string | null;
|
|
10
|
+
description: string | null;
|
|
11
|
+
readonly id?: string | null;
|
|
12
|
+
readonly versionId?: string | null;
|
|
13
|
+
'@type': string;
|
|
14
|
+
children: Array<Resource> | null;
|
|
15
|
+
};
|
|
16
|
+
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
5
|
import type { DataSource } from './DataSource';
|
|
6
|
-
import type {
|
|
6
|
+
import type { Resource } from './Resource';
|
|
7
7
|
|
|
8
8
|
export type NamespaceResponseMetadata = {
|
|
9
9
|
dataSources: Array<DataSource> | null;
|
|
10
|
-
|
|
10
|
+
resources: Array<Resource> | null;
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { ComputedView } from './ComputedView';
|
|
6
|
+
import type { TableView } from './TableView';
|
|
7
|
+
|
|
8
|
+
export type Resource = (ComputedView | TableView | {
|
|
9
|
+
name: string;
|
|
10
|
+
path: string | null;
|
|
11
|
+
description: string | null;
|
|
12
|
+
readonly id?: string | null;
|
|
13
|
+
readonly versionId?: string | null;
|
|
14
|
+
});
|
|
15
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { CreateResourceChange } from './CreateResourceChange';
|
|
6
|
+
import type { DeleteResourceChange } from './DeleteResourceChange';
|
|
7
|
+
import type { UpdateResourceChange } from './UpdateResourceChange';
|
|
8
|
+
|
|
9
|
+
export type ResourceChange = (CreateResourceChange | UpdateResourceChange | DeleteResourceChange);
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { CreateResourceDiff } from './CreateResourceDiff';
|
|
6
|
+
import type { DeleteResourceDiff } from './DeleteResourceDiff';
|
|
7
|
+
import type { UpdateResourceDiff } from './UpdateResourceDiff';
|
|
8
|
+
|
|
9
|
+
export type ResourceDiff = (CreateResourceDiff | DeleteResourceDiff | UpdateResourceDiff);
|
|
10
|
+
|
|
@@ -5,12 +5,13 @@
|
|
|
5
5
|
import type { PropertySchema } from './PropertySchema';
|
|
6
6
|
|
|
7
7
|
export type TableView = {
|
|
8
|
+
columnDefinitions: Array<PropertySchema>;
|
|
9
|
+
readonly namespaceId?: string | null;
|
|
8
10
|
name: string;
|
|
11
|
+
path: string | null;
|
|
9
12
|
description: string | null;
|
|
10
|
-
columnDefinitions: Array<PropertySchema>;
|
|
11
13
|
readonly id?: string | null;
|
|
12
14
|
readonly versionId?: string | null;
|
|
13
|
-
readonly namespaceId?: string | null;
|
|
14
15
|
'@type': 'table-view';
|
|
15
16
|
tableName: string;
|
|
16
17
|
schemaName?: string | null;
|
|
@@ -2,16 +2,15 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
-
import type { ComputedView } from './ComputedView';
|
|
6
5
|
import type { PropertySchema } from './PropertySchema';
|
|
7
|
-
import type { TableView } from './TableView';
|
|
8
6
|
|
|
9
|
-
export type View =
|
|
7
|
+
export type View = {
|
|
10
8
|
name: string;
|
|
9
|
+
path: string | null;
|
|
11
10
|
description: string | null;
|
|
12
|
-
columnDefinitions: Array<PropertySchema>;
|
|
13
11
|
readonly id?: string | null;
|
|
14
12
|
readonly versionId?: string | null;
|
|
13
|
+
columnDefinitions: Array<PropertySchema>;
|
|
15
14
|
readonly namespaceId?: string | null;
|
|
16
|
-
}
|
|
15
|
+
};
|
|
17
16
|
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import type { ListBranchContentResponse } from '../models/ListBranchContentResponse';
|
|
5
|
+
import type { UUID } from '../models/UUID';
|
|
6
|
+
|
|
7
|
+
import type { CancelablePromise } from '../core/CancelablePromise';
|
|
8
|
+
import { OpenAPI } from '../core/OpenAPI';
|
|
9
|
+
import { request as __request } from '../core/request';
|
|
10
|
+
|
|
11
|
+
export class BranchContentResourceService {
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Lists the state at the head of the requested branch
|
|
15
|
+
* @param id
|
|
16
|
+
* @param path
|
|
17
|
+
* @param page
|
|
18
|
+
* @param perPage
|
|
19
|
+
* @returns ListBranchContentResponse The views on the requested branch
|
|
20
|
+
* @throws ApiError
|
|
21
|
+
*/
|
|
22
|
+
public static listBranchContent(
|
|
23
|
+
id: UUID,
|
|
24
|
+
path: string = '/',
|
|
25
|
+
page?: number,
|
|
26
|
+
perPage: number = 50,
|
|
27
|
+
): CancelablePromise<ListBranchContentResponse> {
|
|
28
|
+
return __request(OpenAPI, {
|
|
29
|
+
method: 'GET',
|
|
30
|
+
url: '/v1/branches/{id}/contents{path}',
|
|
31
|
+
path: {
|
|
32
|
+
'id': id,
|
|
33
|
+
'path': path,
|
|
34
|
+
},
|
|
35
|
+
query: {
|
|
36
|
+
'page': page,
|
|
37
|
+
'perPage': perPage,
|
|
38
|
+
},
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
}
|