Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add TS types #1904

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8fb2b6f
feat: add connector TS types
achrinza Sep 22, 2021
6281ebe
feat: add types for connector and datasource
achrinza Sep 24, 2021
b500cd7
fix: update ConnectorSettings.connector
achrinza Sep 24, 2021
6c66be8
refactor: NameMapper
achrinza Sep 24, 2021
2cbf624
feat: add missing non-function class members
achrinza Sep 24, 2021
6479173
feat: add operations typedefs
achrinza Sep 24, 2021
b460b94
feat: add missing types
achrinza Sep 24, 2021
68521cb
update operation hook context typedef
achrinza Sep 24, 2021
27496ae
feat: update datasource typedefs
achrinza Sep 24, 2021
ecb1a7b
feat(PropertyDefinition): add missing props
achrinza Sep 24, 2021
54aa233
feat(DataSource): refine `columnMetadata` return type
achrinza Sep 24, 2021
f75a599
feat(Connector): refine `_models` typedef
achrinza Sep 24, 2021
17ff165
feat: refined defs
achrinza Sep 24, 2021
7234599
feat: misc. updates
achrinza Sep 26, 2021
fe45124
feat: update model settings, prop defs
achrinza Sep 27, 2021
181578d
feat: add initial jutil typedefs
achrinza Sep 28, 2021
2e7b0cf
feat(DataSource): add prototype.mixin
achrinza Sep 28, 2021
aedf47a
feat: initial kvao typedefs
achrinza Sep 29, 2021
8b56310
feat: misc. updates
achrinza Sep 30, 2021
055efd3
feat: misc updates
achrinza Dec 3, 2021
884776b
feat: misc updates
achrinza Apr 9, 2022
db34269
feat: apply misc review suggestions
achrinza Apr 9, 2022
e1bb7a1
feat: misc. changes
achrinza Jun 30, 2022
de9ce11
feat: misc changes
achrinza Aug 22, 2022
5a52edb
feat: misc typedef updates
achrinza Jul 22, 2023
7d59e16
chore: more misc changes
achrinza Sep 1, 2023
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
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ export * from './types/validation-mixin';
export * from './types/inclusion-mixin';
export * from './types/connector';
export * from './types/geo';
export * from './types/kvao';
Loading