Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
dist/
.env
*.tsbuildinfo
wwwroot/*.js
node_modules
typings
dist
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 – .env no longer ignored

The generator replaced the existing .gitignore and dropped the .env entry. If any developer has a local .env file with API tokens or credentials, it can now be accidentally committed.

Suggested change
dist
wwwroot/*.js
node_modules
typings
dist
.env
*.tsbuildinfo

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The generator-provided .gitignore dropped .env, which was present in the original. Without this entry, environment files containing API tokens and secrets could be accidentally committed.

Suggested change
dist
wwwroot/*.js
node_modules
typings
dist
.env

1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.md
23 changes: 23 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
215 changes: 215 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,215 @@
.gitignore
.npmignore
.openapi-generator-ignore
README.md
docs/ApiErrorDetail.md
docs/ApiErrorResponse.md
docs/BooleanProfileDetail.md
docs/CategoricalProfileDetail.md
docs/CategoryValueInfo.md
docs/ColumnInfo.md
docs/ColumnProfileDetail.md
docs/ColumnProfileDetailOneOf.md
docs/ColumnProfileDetailOneOf1.md
docs/ColumnProfileDetailOneOf2.md
docs/ColumnProfileDetailOneOf3.md
docs/ColumnProfileDetailOneOf4.md
docs/ColumnProfileInfo.md
docs/ColumnTypeSpec.md
docs/ConnectionHealthResponse.md
docs/ConnectionInfo.md
docs/ConnectionRefreshResult.md
docs/ConnectionSchemaError.md
docs/ConnectionTypeDetail.md
docs/ConnectionTypeSummary.md
docs/ConnectionTypesApi.md
docs/ConnectionsApi.md
docs/CreateConnectionRequest.md
docs/CreateConnectionResponse.md
docs/CreateDatasetRequest.md
docs/CreateDatasetResponse.md
docs/CreateIndexRequest.md
docs/CreateSavedQueryRequest.md
docs/CreateSecretRequest.md
docs/CreateSecretResponse.md
docs/CreateWorkspaceRequest.md
docs/CreateWorkspaceResponse.md
docs/DatasetSource.md
docs/DatasetSummary.md
docs/DatasetVersionSummary.md
docs/DatasetsApi.md
docs/DiscoveryStatus.md
docs/ExecuteSavedQueryRequest.md
docs/GetConnectionResponse.md
docs/GetDatasetResponse.md
docs/GetResultResponse.md
docs/GetSecretResponse.md
docs/IndexInfoResponse.md
docs/IndexStatus.md
docs/IndexesApi.md
docs/InformationSchemaApi.md
docs/InformationSchemaResponse.md
docs/InlineData.md
docs/InlineDatasetSource.md
docs/ListConnectionTypesResponse.md
docs/ListConnectionsResponse.md
docs/ListDatasetVersionsResponse.md
docs/ListDatasetsResponse.md
docs/ListIndexesResponse.md
docs/ListQueryRunsResponse.md
docs/ListResultsResponse.md
docs/ListSavedQueriesResponse.md
docs/ListSavedQueryVersionsResponse.md
docs/ListSecretsResponse.md
docs/ListUploadsResponse.md
docs/ListWorkspacesResponse.md
docs/ModelError.md
docs/NumericProfileDetail.md
docs/QueryApi.md
docs/QueryRequest.md
docs/QueryResponse.md
docs/QueryRunInfo.md
docs/QueryRunsApi.md
docs/RefreshApi.md
docs/RefreshDatasetResponse.md
docs/RefreshRequest.md
docs/RefreshResponse.md
docs/RefreshWarning.md
docs/ResultInfo.md
docs/ResultsApi.md
docs/SavedQueriesApi.md
docs/SavedQueryDatasetSource.md
docs/SavedQueryDetail.md
docs/SavedQuerySummary.md
docs/SavedQueryVersionInfo.md
docs/SchemaRefreshResult.md
docs/SecretMetadataResponse.md
docs/SecretsApi.md
docs/TableInfo.md
docs/TableProfileResponse.md
docs/TableRefreshError.md
docs/TableRefreshResult.md
docs/TemporalProfileDetail.md
docs/TextProfileDetail.md
docs/UpdateDatasetRequest.md
docs/UpdateDatasetResponse.md
docs/UpdateSavedQueryRequest.md
docs/UpdateSecretRequest.md
docs/UpdateSecretResponse.md
docs/UploadDatasetSource.md
docs/UploadInfo.md
docs/UploadResponse.md
docs/UploadsApi.md
docs/UrlDatasetSource.md
docs/WorkspaceDetail.md
docs/WorkspaceListItem.md
docs/WorkspacesApi.md
package.json
src/apis/ConnectionTypesApi.ts
src/apis/ConnectionsApi.ts
src/apis/DatasetsApi.ts
src/apis/IndexesApi.ts
src/apis/InformationSchemaApi.ts
src/apis/QueryApi.ts
src/apis/QueryRunsApi.ts
src/apis/RefreshApi.ts
src/apis/ResultsApi.ts
src/apis/SavedQueriesApi.ts
src/apis/SecretsApi.ts
src/apis/UploadsApi.ts
src/apis/WorkspacesApi.ts
src/apis/index.ts
src/index.ts
src/models/ApiErrorDetail.ts
src/models/ApiErrorResponse.ts
src/models/BooleanProfileDetail.ts
src/models/CategoricalProfileDetail.ts
src/models/CategoryValueInfo.ts
src/models/ColumnInfo.ts
src/models/ColumnProfileDetail.ts
src/models/ColumnProfileDetailOneOf.ts
src/models/ColumnProfileDetailOneOf1.ts
src/models/ColumnProfileDetailOneOf2.ts
src/models/ColumnProfileDetailOneOf3.ts
src/models/ColumnProfileDetailOneOf4.ts
src/models/ColumnProfileInfo.ts
src/models/ColumnTypeSpec.ts
src/models/ConnectionHealthResponse.ts
src/models/ConnectionInfo.ts
src/models/ConnectionRefreshResult.ts
src/models/ConnectionSchemaError.ts
src/models/ConnectionTypeDetail.ts
src/models/ConnectionTypeSummary.ts
src/models/CreateConnectionRequest.ts
src/models/CreateConnectionResponse.ts
src/models/CreateDatasetRequest.ts
src/models/CreateDatasetResponse.ts
src/models/CreateIndexRequest.ts
src/models/CreateSavedQueryRequest.ts
src/models/CreateSecretRequest.ts
src/models/CreateSecretResponse.ts
src/models/CreateWorkspaceRequest.ts
src/models/CreateWorkspaceResponse.ts
src/models/DatasetSource.ts
src/models/DatasetSummary.ts
src/models/DatasetVersionSummary.ts
src/models/DiscoveryStatus.ts
src/models/ExecuteSavedQueryRequest.ts
src/models/GetConnectionResponse.ts
src/models/GetDatasetResponse.ts
src/models/GetResultResponse.ts
src/models/GetSecretResponse.ts
src/models/IndexInfoResponse.ts
src/models/IndexStatus.ts
src/models/InformationSchemaResponse.ts
src/models/InlineData.ts
src/models/InlineDatasetSource.ts
src/models/ListConnectionTypesResponse.ts
src/models/ListConnectionsResponse.ts
src/models/ListDatasetVersionsResponse.ts
src/models/ListDatasetsResponse.ts
src/models/ListIndexesResponse.ts
src/models/ListQueryRunsResponse.ts
src/models/ListResultsResponse.ts
src/models/ListSavedQueriesResponse.ts
src/models/ListSavedQueryVersionsResponse.ts
src/models/ListSecretsResponse.ts
src/models/ListUploadsResponse.ts
src/models/ListWorkspacesResponse.ts
src/models/ModelError.ts
src/models/NumericProfileDetail.ts
src/models/QueryRequest.ts
src/models/QueryResponse.ts
src/models/QueryRunInfo.ts
src/models/RefreshDatasetResponse.ts
src/models/RefreshRequest.ts
src/models/RefreshResponse.ts
src/models/RefreshWarning.ts
src/models/ResultInfo.ts
src/models/SavedQueryDatasetSource.ts
src/models/SavedQueryDetail.ts
src/models/SavedQuerySummary.ts
src/models/SavedQueryVersionInfo.ts
src/models/SchemaRefreshResult.ts
src/models/SecretMetadataResponse.ts
src/models/TableInfo.ts
src/models/TableProfileResponse.ts
src/models/TableRefreshError.ts
src/models/TableRefreshResult.ts
src/models/TemporalProfileDetail.ts
src/models/TextProfileDetail.ts
src/models/UpdateDatasetRequest.ts
src/models/UpdateDatasetResponse.ts
src/models/UpdateSavedQueryRequest.ts
src/models/UpdateSecretRequest.ts
src/models/UpdateSecretResponse.ts
src/models/UploadDatasetSource.ts
src/models/UploadInfo.ts
src/models/UploadResponse.ts
src/models/UrlDatasetSource.ts
src/models/WorkspaceDetail.ts
src/models/WorkspaceListItem.ts
src/models/index.ts
src/runtime.ts
tsconfig.esm.json
tsconfig.json
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.20.0
Loading