@explo-tech/fido-api 1.15.7 → 2.0.1
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} +59 -4
- package/generated/typescript/models/And1.ts +11 -0
- package/{models → generated/typescript/models}/BigQueryAuthentication.ts +1 -0
- package/{models/PivotColumn.ts → generated/typescript/models/Branch.ts} +3 -2
- package/generated/typescript/models/BranchResponse.ts +12 -0
- package/generated/typescript/models/BranchResponseMetadata.ts +8 -0
- package/generated/typescript/models/CacheTelemetry.ts +10 -0
- package/generated/typescript/models/Clickhouse.ts +18 -0
- package/generated/typescript/models/ClickhouseConnectionType.ts +8 -0
- package/generated/typescript/models/ColumnFormat.ts +10 -0
- package/generated/typescript/models/Commit.ts +11 -0
- package/generated/typescript/models/CommitResponse.ts +10 -0
- package/{models → generated/typescript/models}/Computation.ts +4 -2
- package/{models → generated/typescript/models}/ComputedView.ts +4 -0
- package/generated/typescript/models/CreateCommitRequest.ts +13 -0
- package/generated/typescript/models/CreateCommitResponse.ts +11 -0
- package/generated/typescript/models/CreateViewChange.ts +12 -0
- package/generated/typescript/models/CreateViewDiff.ts +11 -0
- package/{models → generated/typescript/models}/DataSourceConfiguration.ts +4 -1
- package/generated/typescript/models/DateTimeColumnFormat.ts +11 -0
- package/generated/typescript/models/DecimalColumnFormat.ts +14 -0
- package/generated/typescript/models/DeleteViewChange.ts +9 -0
- package/generated/typescript/models/DeleteViewDiff.ts +11 -0
- package/generated/typescript/models/DiffBranchResponse.ts +10 -0
- package/generated/typescript/models/DurationColumnFormat.ts +9 -0
- package/generated/typescript/models/EmailConfiguration.ts +10 -0
- package/generated/typescript/models/Equal1.ts +13 -0
- package/generated/typescript/models/EvictionPolicy.ts +9 -0
- package/generated/typescript/models/ExportColumnOptions.ts +12 -0
- package/{models → generated/typescript/models}/ExportTargetConfiguration.ts +2 -0
- package/generated/typescript/models/GreaterThan1.ts +13 -0
- package/generated/typescript/models/GreaterThanOrEqual1.ts +13 -0
- package/generated/typescript/models/Having.ts +25 -0
- package/generated/typescript/models/In1.ts +13 -0
- package/generated/typescript/models/LateBoundEqual1.ts +12 -0
- package/generated/typescript/models/LateBoundGreaterThan1.ts +12 -0
- package/generated/typescript/models/LateBoundGreaterThanOrEqual1.ts +12 -0
- package/generated/typescript/models/LateBoundIn1.ts +12 -0
- package/generated/typescript/models/LateBoundLessThan1.ts +12 -0
- package/generated/typescript/models/LateBoundLessThanOrEqual1.ts +12 -0
- package/generated/typescript/models/LateBoundStringContains1.ts +13 -0
- package/generated/typescript/models/LessThan1.ts +13 -0
- package/generated/typescript/models/LessThanOrEqual1.ts +13 -0
- package/generated/typescript/models/ListBranchResponse.ts +10 -0
- package/generated/typescript/models/ListVersionedViewsRequest.ts +8 -0
- package/generated/typescript/models/MergeBranchRequest.ts +9 -0
- package/generated/typescript/models/Not1.ts +11 -0
- package/generated/typescript/models/Null1.ts +11 -0
- package/generated/typescript/models/Or1.ts +11 -0
- package/{models → generated/typescript/models}/Property.ts +3 -1
- package/generated/typescript/models/QueryExportEmailResponse.ts +8 -0
- package/{models/QueryExportResponse.ts → generated/typescript/models/QueryExportLinkResponse.ts} +2 -1
- package/generated/typescript/models/QueryExportResponse.ts +9 -0
- package/{models → generated/typescript/models}/Redshift.ts +1 -1
- package/generated/typescript/models/RequestExecutionParameters.ts +8 -0
- package/{models → generated/typescript/models}/RequestTelemetry.ts +3 -0
- package/generated/typescript/models/ScheduledEviction.ts +9 -0
- package/generated/typescript/models/Snowflake.ts +17 -0
- package/generated/typescript/models/SnowflakeAuthentication.ts +8 -0
- package/generated/typescript/models/SnowflakePasswordAuthentication.ts +9 -0
- package/generated/typescript/models/StringContains1.ts +14 -0
- package/{models → generated/typescript/models}/TableView.ts +1 -0
- package/generated/typescript/models/TtlEviction.ts +9 -0
- package/generated/typescript/models/UnitOfMeasurement.ts +7 -0
- package/generated/typescript/models/UpdateViewChange.ts +11 -0
- package/generated/typescript/models/UpdateViewDiff.ts +12 -0
- package/{models → generated/typescript/models}/View.ts +1 -0
- package/generated/typescript/models/ViewChange.ts +10 -0
- package/generated/typescript/models/ViewDiff.ts +10 -0
- package/generated/typescript/models/ViewExportRequest.ts +18 -0
- package/{models → generated/typescript/models}/ViewRequest.ts +1 -0
- package/{models → generated/typescript/models}/ViewRunRequest.ts +4 -2
- package/generated/typescript/services/BranchResourceService.ts +112 -0
- package/generated/typescript/services/CommitResourceService.ts +48 -0
- package/{services → generated/typescript/services}/ListViewsResourceService.ts +22 -0
- package/{services → generated/typescript/services}/QueryResourceService.ts +69 -0
- package/{services → generated/typescript/services}/ViewResourceService.ts +27 -0
- package/package.json +1 -1
- package/tsconfig.json +15 -0
- package/models/BaseComputation.ts +0 -13
- package/models/Pivot.ts +0 -19
- package/models/PivotValue.ts +0 -11
- package/models/ViewExportRequest.ts +0 -13
- 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 +1 -1
- 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}/BigQuery.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}/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}/Equal.ts +0 -0
- package/{models → generated/typescript/models}/ExportFormat.ts +0 -0
- package/{models → generated/typescript/models}/Filter.ts +0 -0
- package/{models → generated/typescript/models}/FormulaProperty.ts +1 -1
- 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}/JdbcAuthentication.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}/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}/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}/Postgres.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}/QueryPreviewRequest.ts +0 -0
- package/{models → generated/typescript/models}/QueryTimeoutError.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 +1 -1
- /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}/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}/ViewResponse.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
|
@@ -10,15 +10,28 @@ export type { AggregateProperty } from './models/AggregateProperty';
|
|
|
10
10
|
export { Aggregation } from './models/Aggregation';
|
|
11
11
|
export type { AggregationOption } from './models/AggregationOption';
|
|
12
12
|
export type { And } from './models/And';
|
|
13
|
-
export type {
|
|
13
|
+
export type { And1 } from './models/And1';
|
|
14
14
|
export type { BigQuery } from './models/BigQuery';
|
|
15
15
|
export type { BigQueryAuthentication } from './models/BigQueryAuthentication';
|
|
16
16
|
export type { BooleanPropertyValue } from './models/BooleanPropertyValue';
|
|
17
|
+
export type { Branch } from './models/Branch';
|
|
18
|
+
export type { BranchResponse } from './models/BranchResponse';
|
|
19
|
+
export type { BranchResponseMetadata } from './models/BranchResponseMetadata';
|
|
20
|
+
export type { CacheTelemetry } from './models/CacheTelemetry';
|
|
17
21
|
export { CalendarInterval } from './models/CalendarInterval';
|
|
18
22
|
export type { CalendarIntervalGrouping } from './models/CalendarIntervalGrouping';
|
|
23
|
+
export type { Clickhouse } from './models/Clickhouse';
|
|
24
|
+
export { ClickhouseConnectionType } from './models/ClickhouseConnectionType';
|
|
19
25
|
export type { ClientError } from './models/ClientError';
|
|
26
|
+
export type { ColumnFormat } from './models/ColumnFormat';
|
|
27
|
+
export type { Commit } from './models/Commit';
|
|
28
|
+
export type { CommitResponse } from './models/CommitResponse';
|
|
20
29
|
export type { Computation } from './models/Computation';
|
|
21
30
|
export type { ComputedView } from './models/ComputedView';
|
|
31
|
+
export type { CreateCommitRequest } from './models/CreateCommitRequest';
|
|
32
|
+
export type { CreateCommitResponse } from './models/CreateCommitResponse';
|
|
33
|
+
export type { CreateViewChange } from './models/CreateViewChange';
|
|
34
|
+
export type { CreateViewDiff } from './models/CreateViewDiff';
|
|
22
35
|
export type { DataPage } from './models/DataPage';
|
|
23
36
|
export type { DataRecord } from './models/DataRecord';
|
|
24
37
|
export type { DataRequestParameters } from './models/DataRequestParameters';
|
|
@@ -32,34 +45,60 @@ export type { DataSourceResponse } from './models/DataSourceResponse';
|
|
|
32
45
|
export { DatePart } from './models/DatePart';
|
|
33
46
|
export type { DatePartGrouping } from './models/DatePartGrouping';
|
|
34
47
|
export type { DatePropertyValue } from './models/DatePropertyValue';
|
|
48
|
+
export type { DateTimeColumnFormat } from './models/DateTimeColumnFormat';
|
|
35
49
|
export type { DateTimePropertyValue } from './models/DateTimePropertyValue';
|
|
50
|
+
export type { DecimalColumnFormat } from './models/DecimalColumnFormat';
|
|
36
51
|
export type { DecimalIntervalGrouping } from './models/DecimalIntervalGrouping';
|
|
37
52
|
export type { DecimalPropertyValue } from './models/DecimalPropertyValue';
|
|
53
|
+
export type { DeleteViewChange } from './models/DeleteViewChange';
|
|
54
|
+
export type { DeleteViewDiff } from './models/DeleteViewDiff';
|
|
55
|
+
export type { DiffBranchResponse } from './models/DiffBranchResponse';
|
|
38
56
|
export type { DoublePropertyValue } from './models/DoublePropertyValue';
|
|
57
|
+
export type { DurationColumnFormat } from './models/DurationColumnFormat';
|
|
58
|
+
export type { EmailConfiguration } from './models/EmailConfiguration';
|
|
39
59
|
export type { Equal } from './models/Equal';
|
|
60
|
+
export type { Equal1 } from './models/Equal1';
|
|
61
|
+
export type { EvictionPolicy } from './models/EvictionPolicy';
|
|
62
|
+
export type { ExportColumnOptions } from './models/ExportColumnOptions';
|
|
40
63
|
export { ExportFormat } from './models/ExportFormat';
|
|
41
64
|
export type { ExportTargetConfiguration } from './models/ExportTargetConfiguration';
|
|
42
65
|
export type { Filter } from './models/Filter';
|
|
43
66
|
export type { FormulaProperty } from './models/FormulaProperty';
|
|
44
67
|
export type { GreaterThan } from './models/GreaterThan';
|
|
68
|
+
export type { GreaterThan1 } from './models/GreaterThan1';
|
|
45
69
|
export type { GreaterThanOrEqual } from './models/GreaterThanOrEqual';
|
|
70
|
+
export type { GreaterThanOrEqual1 } from './models/GreaterThanOrEqual1';
|
|
46
71
|
export type { Grouping } from './models/Grouping';
|
|
72
|
+
export type { Having } from './models/Having';
|
|
47
73
|
export type { In } from './models/In';
|
|
74
|
+
export type { In1 } from './models/In1';
|
|
48
75
|
export type { IntegerIntervalGrouping } from './models/IntegerIntervalGrouping';
|
|
49
76
|
export type { IntegerPropertyValue } from './models/IntegerPropertyValue';
|
|
50
77
|
export type { JdbcAuthentication } from './models/JdbcAuthentication';
|
|
51
78
|
export type { LateBoundEqual } from './models/LateBoundEqual';
|
|
79
|
+
export type { LateBoundEqual1 } from './models/LateBoundEqual1';
|
|
52
80
|
export type { LateBoundGreaterThan } from './models/LateBoundGreaterThan';
|
|
81
|
+
export type { LateBoundGreaterThan1 } from './models/LateBoundGreaterThan1';
|
|
53
82
|
export type { LateBoundGreaterThanOrEqual } from './models/LateBoundGreaterThanOrEqual';
|
|
83
|
+
export type { LateBoundGreaterThanOrEqual1 } from './models/LateBoundGreaterThanOrEqual1';
|
|
54
84
|
export type { LateBoundIn } from './models/LateBoundIn';
|
|
85
|
+
export type { LateBoundIn1 } from './models/LateBoundIn1';
|
|
55
86
|
export type { LateBoundLessThan } from './models/LateBoundLessThan';
|
|
87
|
+
export type { LateBoundLessThan1 } from './models/LateBoundLessThan1';
|
|
56
88
|
export type { LateBoundLessThanOrEqual } from './models/LateBoundLessThanOrEqual';
|
|
89
|
+
export type { LateBoundLessThanOrEqual1 } from './models/LateBoundLessThanOrEqual1';
|
|
57
90
|
export type { LateBoundStringContains } from './models/LateBoundStringContains';
|
|
91
|
+
export type { LateBoundStringContains1 } from './models/LateBoundStringContains1';
|
|
58
92
|
export type { LessThan } from './models/LessThan';
|
|
93
|
+
export type { LessThan1 } from './models/LessThan1';
|
|
59
94
|
export type { LessThanOrEqual } from './models/LessThanOrEqual';
|
|
95
|
+
export type { LessThanOrEqual1 } from './models/LessThanOrEqual1';
|
|
96
|
+
export type { ListBranchResponse } from './models/ListBranchResponse';
|
|
60
97
|
export type { ListNamespacesResponse } from './models/ListNamespacesResponse';
|
|
98
|
+
export type { ListVersionedViewsRequest } from './models/ListVersionedViewsRequest';
|
|
61
99
|
export type { ListViewsRequest } from './models/ListViewsRequest';
|
|
62
100
|
export type { ListViewsResponse } from './models/ListViewsResponse';
|
|
101
|
+
export type { MergeBranchRequest } from './models/MergeBranchRequest';
|
|
63
102
|
export type { MSS } from './models/MSS';
|
|
64
103
|
export type { MySql } from './models/MySql';
|
|
65
104
|
export type { Namespace } from './models/Namespace';
|
|
@@ -67,13 +106,13 @@ export type { NamespaceRequest } from './models/NamespaceRequest';
|
|
|
67
106
|
export type { NamespaceResponse } from './models/NamespaceResponse';
|
|
68
107
|
export type { NamespaceResponseMetadata } from './models/NamespaceResponseMetadata';
|
|
69
108
|
export type { Not } from './models/Not';
|
|
109
|
+
export type { Not1 } from './models/Not1';
|
|
70
110
|
export type { Null } from './models/Null';
|
|
111
|
+
export type { Null1 } from './models/Null1';
|
|
71
112
|
export type { Or } from './models/Or';
|
|
113
|
+
export type { Or1 } from './models/Or1';
|
|
72
114
|
export type { PagingConfiguration } from './models/PagingConfiguration';
|
|
73
115
|
export type { PasswordAuthentication } from './models/PasswordAuthentication';
|
|
74
|
-
export type { Pivot } from './models/Pivot';
|
|
75
|
-
export type { PivotColumn } from './models/PivotColumn';
|
|
76
|
-
export type { PivotValue } from './models/PivotValue';
|
|
77
116
|
export type { Postgres } from './models/Postgres';
|
|
78
117
|
export type { Property } from './models/Property';
|
|
79
118
|
export type { PropertySchema } from './models/PropertySchema';
|
|
@@ -82,17 +121,25 @@ export type { PropertyValue } from './models/PropertyValue';
|
|
|
82
121
|
export type { PublicTunnel } from './models/PublicTunnel';
|
|
83
122
|
export type { QueryExecutionError } from './models/QueryExecutionError';
|
|
84
123
|
export type { QueryExecutionResponse } from './models/QueryExecutionResponse';
|
|
124
|
+
export type { QueryExportEmailResponse } from './models/QueryExportEmailResponse';
|
|
125
|
+
export type { QueryExportLinkResponse } from './models/QueryExportLinkResponse';
|
|
85
126
|
export type { QueryExportResponse } from './models/QueryExportResponse';
|
|
86
127
|
export type { QueryPreviewRequest } from './models/QueryPreviewRequest';
|
|
87
128
|
export type { QueryTimeoutError } from './models/QueryTimeoutError';
|
|
88
129
|
export type { Redshift } from './models/Redshift';
|
|
130
|
+
export type { RequestExecutionParameters } from './models/RequestExecutionParameters';
|
|
89
131
|
export type { RequestTelemetry } from './models/RequestTelemetry';
|
|
132
|
+
export type { ScheduledEviction } from './models/ScheduledEviction';
|
|
133
|
+
export type { Snowflake } from './models/Snowflake';
|
|
134
|
+
export type { SnowflakeAuthentication } from './models/SnowflakeAuthentication';
|
|
135
|
+
export type { SnowflakePasswordAuthentication } from './models/SnowflakePasswordAuthentication';
|
|
90
136
|
export type { Sort } from './models/Sort';
|
|
91
137
|
export { SortDirection } from './models/SortDirection';
|
|
92
138
|
export type { SourceProperty } from './models/SourceProperty';
|
|
93
139
|
export type { SSHAuthentication } from './models/SSHAuthentication';
|
|
94
140
|
export type { SSHTunnel } from './models/SSHTunnel';
|
|
95
141
|
export type { StringContains } from './models/StringContains';
|
|
142
|
+
export type { StringContains1 } from './models/StringContains1';
|
|
96
143
|
export type { StringPropertyValue } from './models/StringPropertyValue';
|
|
97
144
|
export type { TablePreviewRequest } from './models/TablePreviewRequest';
|
|
98
145
|
export type { TableView } from './models/TableView';
|
|
@@ -104,16 +151,24 @@ export type { TenantResponse } from './models/TenantResponse';
|
|
|
104
151
|
export type { TenantS3Configuration } from './models/TenantS3Configuration';
|
|
105
152
|
export type { TestConnectionRequest } from './models/TestConnectionRequest';
|
|
106
153
|
export type { TestConnectionResponse } from './models/TestConnectionResponse';
|
|
154
|
+
export type { TtlEviction } from './models/TtlEviction';
|
|
107
155
|
export type { Tunnel } from './models/Tunnel';
|
|
156
|
+
export { UnitOfMeasurement } from './models/UnitOfMeasurement';
|
|
157
|
+
export type { UpdateViewChange } from './models/UpdateViewChange';
|
|
158
|
+
export type { UpdateViewDiff } from './models/UpdateViewDiff';
|
|
108
159
|
export type { UUID } from './models/UUID';
|
|
109
160
|
export type { ValueGrouping } from './models/ValueGrouping';
|
|
110
161
|
export type { VendorPrivateKeyAuthentication } from './models/VendorPrivateKeyAuthentication';
|
|
111
162
|
export type { View } from './models/View';
|
|
163
|
+
export type { ViewChange } from './models/ViewChange';
|
|
164
|
+
export type { ViewDiff } from './models/ViewDiff';
|
|
112
165
|
export type { ViewExportRequest } from './models/ViewExportRequest';
|
|
113
166
|
export type { ViewRequest } from './models/ViewRequest';
|
|
114
167
|
export type { ViewResponse } from './models/ViewResponse';
|
|
115
168
|
export type { ViewRunRequest } from './models/ViewRunRequest';
|
|
116
169
|
|
|
170
|
+
export { BranchResourceService } from './services/BranchResourceService';
|
|
171
|
+
export { CommitResourceService } from './services/CommitResourceService';
|
|
117
172
|
export { DataSourceResourceService } from './services/DataSourceResourceService';
|
|
118
173
|
export { HealthResourceService } from './services/HealthResourceService';
|
|
119
174
|
export { ListViewsResourceService } from './services/ListViewsResourceService';
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Branch } from './Branch';
|
|
6
|
+
import type { BranchResponseMetadata } from './BranchResponseMetadata';
|
|
7
|
+
|
|
8
|
+
export type BranchResponse = {
|
|
9
|
+
branch: Branch;
|
|
10
|
+
meta: BranchResponseMetadata | null;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -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
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { DateTimeColumnFormat } from './DateTimeColumnFormat';
|
|
6
|
+
import type { DecimalColumnFormat } from './DecimalColumnFormat';
|
|
7
|
+
import type { DurationColumnFormat } from './DurationColumnFormat';
|
|
8
|
+
|
|
9
|
+
export type ColumnFormat = (DateTimeColumnFormat | DecimalColumnFormat | DurationColumnFormat);
|
|
10
|
+
|
|
@@ -4,14 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
import type { Filter } from './Filter';
|
|
6
6
|
import type { Grouping } from './Grouping';
|
|
7
|
+
import type { Having } from './Having';
|
|
7
8
|
import type { Property } from './Property';
|
|
8
9
|
import type { Sort } from './Sort';
|
|
9
10
|
|
|
10
11
|
export type Computation = {
|
|
11
12
|
filter: Filter | null;
|
|
12
|
-
sorts: Array<Sort>;
|
|
13
|
-
'@type': 'computation';
|
|
14
13
|
properties: Array<Property>;
|
|
15
14
|
groupings: Array<Grouping>;
|
|
15
|
+
sorts: Array<Sort>;
|
|
16
|
+
having: Having | null;
|
|
17
|
+
includeRollup?: boolean;
|
|
16
18
|
};
|
|
17
19
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
+
import type { EvictionPolicy } from './EvictionPolicy';
|
|
5
6
|
import type { PropertySchema } from './PropertySchema';
|
|
6
7
|
|
|
7
8
|
export type ComputedView = {
|
|
@@ -9,8 +10,11 @@ export type ComputedView = {
|
|
|
9
10
|
description: string | null;
|
|
10
11
|
columnDefinitions: Array<PropertySchema>;
|
|
11
12
|
readonly id?: string | null;
|
|
13
|
+
readonly versionId?: string | null;
|
|
12
14
|
readonly namespaceId?: string | null;
|
|
13
15
|
'@type': 'computed-view';
|
|
14
16
|
query: string;
|
|
17
|
+
cacheable?: boolean;
|
|
18
|
+
cacheEvictionPolicy: EvictionPolicy | null;
|
|
15
19
|
};
|
|
16
20
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { UUID } from './UUID';
|
|
6
|
+
import type { ViewChange } from './ViewChange';
|
|
7
|
+
|
|
8
|
+
export type CreateCommitRequest = {
|
|
9
|
+
commitMessage: string;
|
|
10
|
+
parentCommitId: UUID;
|
|
11
|
+
changes: Array<ViewChange>;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -3,12 +3,15 @@
|
|
|
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
|
+
import type { Redshift } from './Redshift';
|
|
11
|
+
import type { Snowflake } from './Snowflake';
|
|
9
12
|
import type { Tunnel } from './Tunnel';
|
|
10
13
|
|
|
11
|
-
export type DataSourceConfiguration = (Postgres | MySql | MSS | BigQuery | {
|
|
14
|
+
export type DataSourceConfiguration = (Postgres | MySql | MSS | BigQuery | Redshift | Snowflake | Clickhouse | {
|
|
12
15
|
tunnel: Tunnel;
|
|
13
16
|
});
|
|
14
17
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { UnitOfMeasurement } from './UnitOfMeasurement';
|
|
6
|
+
|
|
7
|
+
export type DecimalColumnFormat = {
|
|
8
|
+
'@type': 'decimal';
|
|
9
|
+
decimalFormat: string | null;
|
|
10
|
+
locale: string | null;
|
|
11
|
+
unitOfMeasurement?: UnitOfMeasurement;
|
|
12
|
+
multiplier: number | null;
|
|
13
|
+
};
|
|
14
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Property } from './Property';
|
|
6
|
+
import type { PropertyValue } from './PropertyValue';
|
|
7
|
+
|
|
8
|
+
export type Equal1 = {
|
|
9
|
+
'@type': 'eq';
|
|
10
|
+
property: Property;
|
|
11
|
+
value: PropertyValue;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { ColumnFormat } from './ColumnFormat';
|
|
6
|
+
|
|
7
|
+
export type ExportColumnOptions = {
|
|
8
|
+
targetPropertyId: string;
|
|
9
|
+
displayName: string | null;
|
|
10
|
+
columnFormat: ColumnFormat | null;
|
|
11
|
+
};
|
|
12
|
+
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
/* tslint:disable */
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
5
|
+
import type { ExportColumnOptions } from './ExportColumnOptions';
|
|
5
6
|
import type { ExportFormat } from './ExportFormat';
|
|
6
7
|
|
|
7
8
|
export type ExportTargetConfiguration = {
|
|
8
9
|
fileName: string | null;
|
|
9
10
|
exportFormat: ExportFormat;
|
|
11
|
+
columnDisplayOptions: Array<ExportColumnOptions>;
|
|
10
12
|
};
|
|
11
13
|
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Property } from './Property';
|
|
6
|
+
import type { PropertyValue } from './PropertyValue';
|
|
7
|
+
|
|
8
|
+
export type GreaterThan1 = {
|
|
9
|
+
'@type': 'gt';
|
|
10
|
+
property: Property;
|
|
11
|
+
value: PropertyValue;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Property } from './Property';
|
|
6
|
+
import type { PropertyValue } from './PropertyValue';
|
|
7
|
+
|
|
8
|
+
export type GreaterThanOrEqual1 = {
|
|
9
|
+
'@type': 'gte';
|
|
10
|
+
property: Property;
|
|
11
|
+
value: PropertyValue;
|
|
12
|
+
};
|
|
13
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { And1 } from './And1';
|
|
6
|
+
import type { Equal1 } from './Equal1';
|
|
7
|
+
import type { GreaterThan1 } from './GreaterThan1';
|
|
8
|
+
import type { GreaterThanOrEqual1 } from './GreaterThanOrEqual1';
|
|
9
|
+
import type { In1 } from './In1';
|
|
10
|
+
import type { LateBoundEqual1 } from './LateBoundEqual1';
|
|
11
|
+
import type { LateBoundGreaterThan1 } from './LateBoundGreaterThan1';
|
|
12
|
+
import type { LateBoundGreaterThanOrEqual1 } from './LateBoundGreaterThanOrEqual1';
|
|
13
|
+
import type { LateBoundIn1 } from './LateBoundIn1';
|
|
14
|
+
import type { LateBoundLessThan1 } from './LateBoundLessThan1';
|
|
15
|
+
import type { LateBoundLessThanOrEqual1 } from './LateBoundLessThanOrEqual1';
|
|
16
|
+
import type { LateBoundStringContains1 } from './LateBoundStringContains1';
|
|
17
|
+
import type { LessThan1 } from './LessThan1';
|
|
18
|
+
import type { LessThanOrEqual1 } from './LessThanOrEqual1';
|
|
19
|
+
import type { Not1 } from './Not1';
|
|
20
|
+
import type { Null1 } from './Null1';
|
|
21
|
+
import type { Or1 } from './Or1';
|
|
22
|
+
import type { StringContains1 } from './StringContains1';
|
|
23
|
+
|
|
24
|
+
export type Having = (And1 | Or1 | Not1 | Equal1 | LateBoundEqual1 | In1 | LateBoundIn1 | LessThan1 | LessThanOrEqual1 | GreaterThan1 | GreaterThanOrEqual1 | LateBoundLessThan1 | LateBoundLessThanOrEqual1 | LateBoundGreaterThan1 | LateBoundGreaterThanOrEqual1 | Null1 | StringContains1 | LateBoundStringContains1);
|
|
25
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* istanbul ignore file */
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { Property } from './Property';
|
|
6
|
+
import type { PropertyValue } from './PropertyValue';
|
|
7
|
+
|
|
8
|
+
export type In1 = {
|
|
9
|
+
'@type': 'in';
|
|
10
|
+
property: Property;
|
|
11
|
+
values: Array<PropertyValue>;
|
|
12
|
+
};
|
|
13
|
+
|