@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
|
@@ -72,6 +72,75 @@ export class QueryResourceService {
|
|
|
72
72
|
});
|
|
73
73
|
}
|
|
74
74
|
|
|
75
|
+
/**
|
|
76
|
+
* Runs the requested versioned view against the provided data source
|
|
77
|
+
* @param commitId
|
|
78
|
+
* @param dataSourceId
|
|
79
|
+
* @param namespaceId
|
|
80
|
+
* @param viewId
|
|
81
|
+
* @param requestBody Request options for the export
|
|
82
|
+
* @returns QueryExportResponse A DataPage of the provided query
|
|
83
|
+
* @throws ApiError
|
|
84
|
+
*/
|
|
85
|
+
public static exportVersionedView(
|
|
86
|
+
commitId: UUID,
|
|
87
|
+
dataSourceId: UUID,
|
|
88
|
+
namespaceId: UUID,
|
|
89
|
+
viewId: UUID,
|
|
90
|
+
requestBody: ViewExportRequest,
|
|
91
|
+
): CancelablePromise<QueryExportResponse> {
|
|
92
|
+
return __request(OpenAPI, {
|
|
93
|
+
method: 'POST',
|
|
94
|
+
url: '/v1/namespaces/{namespaceId}/data-sources/{dataSourceId}/views/{viewId}/commits/{commitId}/export',
|
|
95
|
+
path: {
|
|
96
|
+
'commitId': commitId,
|
|
97
|
+
'dataSourceId': dataSourceId,
|
|
98
|
+
'namespaceId': namespaceId,
|
|
99
|
+
'viewId': viewId,
|
|
100
|
+
},
|
|
101
|
+
body: requestBody,
|
|
102
|
+
mediaType: 'application/json',
|
|
103
|
+
errors: {
|
|
104
|
+
400: `An error related to the user request`,
|
|
105
|
+
},
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Runs the requested versioned view against the provided data source
|
|
111
|
+
* @param commitId
|
|
112
|
+
* @param dataSourceId
|
|
113
|
+
* @param namespaceId
|
|
114
|
+
* @param viewId
|
|
115
|
+
* @param requestBody Request options for the query
|
|
116
|
+
* @returns QueryExecutionResponse A DataPage of the provided query
|
|
117
|
+
* @throws ApiError
|
|
118
|
+
*/
|
|
119
|
+
public static runVersionedView(
|
|
120
|
+
commitId: string,
|
|
121
|
+
dataSourceId: UUID,
|
|
122
|
+
namespaceId: UUID,
|
|
123
|
+
viewId: UUID,
|
|
124
|
+
requestBody: ViewRunRequest,
|
|
125
|
+
): CancelablePromise<QueryExecutionResponse> {
|
|
126
|
+
return __request(OpenAPI, {
|
|
127
|
+
method: 'POST',
|
|
128
|
+
url: '/v1/namespaces/{namespaceId}/data-sources/{dataSourceId}/views/{viewId}/commits/{commitId}/run',
|
|
129
|
+
path: {
|
|
130
|
+
'commitId': commitId,
|
|
131
|
+
'dataSourceId': dataSourceId,
|
|
132
|
+
'namespaceId': namespaceId,
|
|
133
|
+
'viewId': viewId,
|
|
134
|
+
},
|
|
135
|
+
body: requestBody,
|
|
136
|
+
mediaType: 'application/json',
|
|
137
|
+
errors: {
|
|
138
|
+
400: `An error related to the user request`,
|
|
139
|
+
503: `An error related to the execution of the request`,
|
|
140
|
+
},
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
|
|
75
144
|
/**
|
|
76
145
|
* Runs the requested view against the provided data source
|
|
77
146
|
* @param dataSourceId
|
|
@@ -12,6 +12,7 @@ import { request as __request } from '../core/request';
|
|
|
12
12
|
export class ViewResourceService {
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
|
+
* @deprecated
|
|
15
16
|
* Creates a view
|
|
16
17
|
* @param namespaceId
|
|
17
18
|
* @param requestBody View object to create
|
|
@@ -55,6 +56,7 @@ export class ViewResourceService {
|
|
|
55
56
|
}
|
|
56
57
|
|
|
57
58
|
/**
|
|
59
|
+
* @deprecated
|
|
58
60
|
* Updates a view's metadata
|
|
59
61
|
* @param id
|
|
60
62
|
* @param namespaceId
|
|
@@ -80,6 +82,7 @@ export class ViewResourceService {
|
|
|
80
82
|
}
|
|
81
83
|
|
|
82
84
|
/**
|
|
85
|
+
* @deprecated
|
|
83
86
|
* Deletes a view
|
|
84
87
|
* @param id
|
|
85
88
|
* @param namespaceId
|
|
@@ -100,4 +103,28 @@ export class ViewResourceService {
|
|
|
100
103
|
});
|
|
101
104
|
}
|
|
102
105
|
|
|
106
|
+
/**
|
|
107
|
+
* Gets a view with the specified version
|
|
108
|
+
* @param id
|
|
109
|
+
* @param namespaceId
|
|
110
|
+
* @param versionId
|
|
111
|
+
* @returns ViewResponse The requested view
|
|
112
|
+
* @throws ApiError
|
|
113
|
+
*/
|
|
114
|
+
public static getVersionedView(
|
|
115
|
+
id: UUID,
|
|
116
|
+
namespaceId: UUID,
|
|
117
|
+
versionId: UUID,
|
|
118
|
+
): CancelablePromise<ViewResponse> {
|
|
119
|
+
return __request(OpenAPI, {
|
|
120
|
+
method: 'GET',
|
|
121
|
+
url: '/v1/namespaces/{namespaceId}/views/{id}/versions/{versionId}',
|
|
122
|
+
path: {
|
|
123
|
+
'id': id,
|
|
124
|
+
'namespaceId': namespaceId,
|
|
125
|
+
'versionId': versionId,
|
|
126
|
+
},
|
|
127
|
+
});
|
|
128
|
+
}
|
|
129
|
+
|
|
103
130
|
}
|
package/package.json
CHANGED
package/tsconfig.json
ADDED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore file */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { Computation } from './Computation';
|
|
6
|
-
import type { Filter } from './Filter';
|
|
7
|
-
import type { Sort } from './Sort';
|
|
8
|
-
|
|
9
|
-
export type BaseComputation = (Computation | {
|
|
10
|
-
filter: Filter | null;
|
|
11
|
-
sorts: Array<Sort>;
|
|
12
|
-
});
|
|
13
|
-
|
package/models/Pivot.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore file */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { Filter } from './Filter';
|
|
6
|
-
import type { Grouping } from './Grouping';
|
|
7
|
-
import type { PivotColumn } from './PivotColumn';
|
|
8
|
-
import type { PivotValue } from './PivotValue';
|
|
9
|
-
import type { Sort } from './Sort';
|
|
10
|
-
|
|
11
|
-
export type Pivot = {
|
|
12
|
-
filter: Filter | null;
|
|
13
|
-
sorts: Array<Sort>;
|
|
14
|
-
'@type': string;
|
|
15
|
-
values: Array<PivotValue>;
|
|
16
|
-
columns: Array<PivotColumn>;
|
|
17
|
-
rows: Array<Grouping>;
|
|
18
|
-
};
|
|
19
|
-
|
package/models/PivotValue.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore file */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import type { BaseComputation } from './BaseComputation';
|
|
6
|
-
import type { ExportTargetConfiguration } from './ExportTargetConfiguration';
|
|
7
|
-
|
|
8
|
-
export type ViewExportRequest = {
|
|
9
|
-
queryContext: Record<string, any>;
|
|
10
|
-
computation: BaseComputation | null;
|
|
11
|
-
exportConfiguration: ExportTargetConfiguration;
|
|
12
|
-
};
|
|
13
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -6,9 +6,9 @@ import type { Aggregation } from './Aggregation';
|
|
|
6
6
|
import type { AggregationOption } from './AggregationOption';
|
|
7
7
|
|
|
8
8
|
export type AggregateProperty = {
|
|
9
|
+
targetPropertyId: string | null;
|
|
9
10
|
'@type': 'aggregate';
|
|
10
11
|
propertyId: string | null;
|
|
11
|
-
targetPropertyId: string | null;
|
|
12
12
|
aggregation: Aggregation;
|
|
13
13
|
aggregationOption?: AggregationOption | null;
|
|
14
14
|
};
|
|
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
|