@explo-tech/fido-api 0.8.5 → 0.9.0-jordan-bigquery-debug.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/core/ApiError.ts +0 -1
- package/core/ApiRequestOptions.ts +0 -1
- package/core/ApiResult.ts +0 -1
- package/core/CancelablePromise.ts +0 -1
- package/core/OpenAPI.ts +5 -6
- package/core/request.ts +15 -28
- package/index.ts +10 -1
- package/models/AggregateProperty.ts +0 -1
- package/models/Aggregation.ts +0 -1
- package/models/AggregationOption.ts +0 -1
- package/models/And.ts +0 -1
- package/models/BaseComputation.ts +0 -1
- package/models/BigQuery.ts +13 -0
- package/models/BigQueryAuthentication.ts +8 -0
- package/models/BooleanPropertyValue.ts +0 -1
- package/models/CalendarInterval.ts +0 -1
- package/models/CalendarIntervalGrouping.ts +0 -1
- package/models/ClientError.ts +0 -1
- package/models/Computation.ts +0 -1
- package/models/ComputedView.ts +3 -4
- package/models/DataPage.ts +0 -1
- package/models/DataRecord.ts +0 -1
- package/models/DataRequestParameters.ts +0 -1
- package/models/DataResponseMetadata.ts +0 -1
- package/models/DataSchema.ts +0 -1
- package/models/DataSource.ts +0 -1
- package/models/DataSourceConfiguration.ts +0 -2
- package/models/DataSourceError.ts +14 -0
- package/models/DataSourceRequest.ts +0 -1
- package/models/DataSourceResponse.ts +0 -1
- package/models/DatePart.ts +0 -1
- package/models/DatePartGrouping.ts +0 -1
- package/models/DatePropertyValue.ts +0 -1
- package/models/DateTimePropertyValue.ts +0 -1
- package/models/DecimalIntervalGrouping.ts +0 -1
- package/models/DecimalPropertyValue.ts +0 -1
- package/models/DoublePropertyValue.ts +0 -1
- package/models/Equal.ts +0 -1
- package/models/ExportFormat.ts +9 -0
- package/models/ExportTargetConfiguration.ts +11 -0
- package/models/Filter.ts +0 -1
- package/models/GreaterThan.ts +0 -1
- package/models/GreaterThanOrEqual.ts +0 -1
- package/models/Grouping.ts +0 -1
- package/models/In.ts +0 -1
- package/models/IntegerIntervalGrouping.ts +0 -1
- package/models/IntegerPropertyValue.ts +0 -1
- package/models/LateBoundEqual.ts +0 -1
- package/models/LateBoundGreaterThan.ts +0 -1
- package/models/LateBoundGreaterThanOrEqual.ts +0 -1
- package/models/LateBoundIn.ts +0 -1
- package/models/LateBoundLessThan.ts +0 -1
- package/models/LateBoundLessThanOrEqual.ts +0 -1
- package/models/LateBoundStringContains.ts +0 -1
- package/models/LessThan.ts +0 -1
- package/models/LessThanOrEqual.ts +0 -1
- package/models/ListNamespacesResponse.ts +0 -1
- package/models/ListViewsRequest.ts +0 -1
- package/models/ListViewsResponse.ts +0 -1
- package/models/MSS.ts +0 -2
- package/models/MSSAuthentication.ts +0 -1
- package/models/MySql.ts +0 -2
- package/models/MySqlAuthentication.ts +0 -1
- package/models/Namespace.ts +0 -1
- package/models/NamespaceRequest.ts +0 -1
- package/models/NamespaceResponse.ts +0 -1
- package/models/NamespaceResponseMetadata.ts +0 -1
- package/models/Not.ts +0 -1
- package/models/Null.ts +0 -1
- package/models/Or.ts +0 -1
- package/models/PagingConfiguration.ts +0 -1
- package/models/PasswordAuthentication.ts +0 -1
- package/models/Pivot.ts +0 -1
- package/models/PivotColumn.ts +0 -1
- package/models/PivotValue.ts +0 -1
- package/models/Postgres.ts +0 -2
- package/models/PostgresAuthentication.ts +0 -1
- package/models/Property.ts +0 -1
- package/models/PropertySchema.ts +0 -1
- package/models/PropertyType.ts +0 -1
- package/models/PropertyValue.ts +0 -1
- package/models/PublicTunnel.ts +0 -1
- package/models/QueryExecutionError.ts +13 -0
- package/models/QueryExecutionResponse.ts +0 -1
- package/models/QueryExportResponse.ts +8 -0
- package/models/QueryPreviewRequest.ts +0 -1
- package/models/QueryTimeoutError.ts +13 -0
- package/models/RequestTelemetry.ts +0 -1
- package/models/SSHAuthentication.ts +0 -1
- package/models/SSHTunnel.ts +0 -1
- package/models/Sort.ts +0 -1
- package/models/SortDirection.ts +0 -1
- package/models/SourceProperty.ts +0 -1
- package/models/StringContains.ts +0 -1
- package/models/StringPropertyValue.ts +0 -1
- package/models/TablePreviewRequest.ts +0 -1
- package/models/TableView.ts +4 -4
- package/models/Tenant.ts +3 -1
- package/models/TenantKey.ts +0 -1
- package/models/TenantPrivateKeyAuthentication.ts +0 -1
- package/models/TenantRequest.ts +4 -2
- package/models/TenantResponse.ts +0 -1
- package/models/TenantS3Configuration.ts +11 -0
- package/models/TestConnectionRequest.ts +0 -1
- package/models/TestConnectionResponse.ts +0 -1
- package/models/Tunnel.ts +0 -1
- package/models/UUID.ts +0 -1
- package/models/ValueGrouping.ts +0 -1
- package/models/VendorPrivateKeyAuthentication.ts +0 -1
- package/models/View.ts +6 -5
- package/models/ViewExportRequest.ts +13 -0
- package/models/ViewRequest.ts +8 -2
- package/models/ViewResponse.ts +2 -15
- package/models/ViewRunRequest.ts +0 -1
- package/package.json +1 -1
- package/services/DataSourceResourceService.ts +2 -3
- package/services/HealthResourceService.ts +0 -1
- package/services/ListViewsResourceService.ts +2 -3
- package/services/NamespaceResourceService.ts +2 -3
- package/services/QueryResourceService.ts +47 -4
- package/services/TenantResourceService.ts +23 -2
- package/services/TestConnectionResourceService.ts +2 -3
- package/services/ViewResourceService.ts +2 -3
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
1
|
/* istanbul ignore file */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
@@ -25,7 +24,7 @@ export class TenantResourceService {
|
|
|
25
24
|
method: 'POST',
|
|
26
25
|
url: '/v1/tenants',
|
|
27
26
|
body: requestBody,
|
|
28
|
-
mediaType: '
|
|
27
|
+
mediaType: 'application/json',
|
|
29
28
|
});
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -47,6 +46,28 @@ export class TenantResourceService {
|
|
|
47
46
|
});
|
|
48
47
|
}
|
|
49
48
|
|
|
49
|
+
/**
|
|
50
|
+
* Updates the provided tenant
|
|
51
|
+
* @param id
|
|
52
|
+
* @param requestBody Tenant request to update with
|
|
53
|
+
* @returns TenantResponse The updated tenant
|
|
54
|
+
* @throws ApiError
|
|
55
|
+
*/
|
|
56
|
+
public static updateTenant(
|
|
57
|
+
id: UUID,
|
|
58
|
+
requestBody: TenantRequest,
|
|
59
|
+
): CancelablePromise<TenantResponse> {
|
|
60
|
+
return __request(OpenAPI, {
|
|
61
|
+
method: 'PUT',
|
|
62
|
+
url: '/v1/tenants/{id}',
|
|
63
|
+
path: {
|
|
64
|
+
'id': id,
|
|
65
|
+
},
|
|
66
|
+
body: requestBody,
|
|
67
|
+
mediaType: 'application/json',
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
|
|
50
71
|
/**
|
|
51
72
|
* Deletes a tenant
|
|
52
73
|
* @param id
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
1
|
/* istanbul ignore file */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
@@ -31,7 +30,7 @@ export class TestConnectionResourceService {
|
|
|
31
30
|
'id': id,
|
|
32
31
|
},
|
|
33
32
|
body: requestBody,
|
|
34
|
-
mediaType: '
|
|
33
|
+
mediaType: 'application/json',
|
|
35
34
|
});
|
|
36
35
|
}
|
|
37
36
|
|
|
@@ -50,7 +49,7 @@ export class TestConnectionResourceService {
|
|
|
50
49
|
method: 'POST',
|
|
51
50
|
url: '/v1/data-sources/test-connection',
|
|
52
51
|
body: requestBody,
|
|
53
|
-
mediaType: '
|
|
52
|
+
mediaType: 'application/json',
|
|
54
53
|
});
|
|
55
54
|
}
|
|
56
55
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* generated using openapi-typescript-codegen -- do no edit */
|
|
2
1
|
/* istanbul ignore file */
|
|
3
2
|
/* tslint:disable */
|
|
4
3
|
/* eslint-disable */
|
|
@@ -30,7 +29,7 @@ export class ViewResourceService {
|
|
|
30
29
|
'namespaceId': namespaceId,
|
|
31
30
|
},
|
|
32
31
|
body: requestBody,
|
|
33
|
-
mediaType: '
|
|
32
|
+
mediaType: 'application/json',
|
|
34
33
|
});
|
|
35
34
|
}
|
|
36
35
|
|
|
@@ -76,7 +75,7 @@ export class ViewResourceService {
|
|
|
76
75
|
'namespaceId': namespaceId,
|
|
77
76
|
},
|
|
78
77
|
body: requestBody,
|
|
79
|
-
mediaType: '
|
|
78
|
+
mediaType: 'application/json',
|
|
80
79
|
});
|
|
81
80
|
}
|
|
82
81
|
|