Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
e13e1e5
feat: update version client to 1.4
Efcolipt Jan 14, 2024
0f86b07
perf: restructure folders
Efcolipt Jan 14, 2024
da3f859
fix: import types in core
Efcolipt Jan 14, 2024
aa8e9b8
fix: add enums to build
Efcolipt Jan 14, 2024
4d3a053
build: add vite
Efcolipt Jan 14, 2024
b1abb59
feat: hide client-request class, fix types with return error
Efcolipt Jan 14, 2024
b460b21
chore: update build vite
Efcolipt Jan 14, 2024
13db5bd
feat: add request types for movie
Efcolipt Jan 20, 2024
6209822
style: lintfix
Efcolipt Jan 20, 2024
91c1f82
feat: update builder query
Efcolipt Jan 20, 2024
de61ed9
feat: add person types request
Efcolipt Jan 21, 2024
ad88fb8
chore: add person request types to service
Efcolipt Jan 21, 2024
b944d17
feat: add season types and add types to service
Efcolipt Jan 21, 2024
ac0e4fd
feat: add review request types and add to service
Efcolipt Jan 21, 2024
c358f65
feat: add request types studio and add types to service
Efcolipt Jan 21, 2024
cd069d2
feat: add request types keyword and add types to service
Efcolipt Jan 21, 2024
6344b11
feat: add request types image and add types to service
Efcolipt Jan 21, 2024
f8f05a3
fix: keyword dto types in service
Efcolipt Jan 21, 2024
8b0f5be
chore: add page and limit types to all sevices
Efcolipt Jan 21, 2024
90fb7e0
perf: rework queryBuilderFieldsPageLimit type
Efcolipt Jan 21, 2024
d5dda95
feat: add list request
Efcolipt Jan 21, 2024
51d860a
chore: rename list to lists
Efcolipt Jan 21, 2024
6925041
fix: remove request types from services
Efcolipt Jan 21, 2024
8b402c8
fix: sortFiled, notNullFields types
Efcolipt Jan 21, 2024
008f5b3
fix: review type notNullFields
Efcolipt Jan 21, 2024
b29c9ea
chore: add throw error query builder
Efcolipt Jan 21, 2024
071b76b
fix: toIsoDate for range query builder
Efcolipt Jan 21, 2024
1763ea9
fix: suffix add for $ne
Efcolipt Jan 21, 2024
a6204c8
test: add test query builder
Efcolipt Jan 21, 2024
57dccdf
fix: params undefined
Efcolipt Jan 21, 2024
3239c49
fix: add splitter to $range for date and number
Efcolipt Jan 21, 2024
342d215
style: lintfix
Efcolipt Jan 21, 2024
238ff54
chore: add type boolean to query builder
Efcolipt Jan 21, 2024
ed1e68d
test: add toBe
Efcolipt Jan 21, 2024
5d4bf2a
docs: add example for movie
Efcolipt Jan 21, 2024
b8e782c
feat: add sort types, add sort to query builder
Efcolipt Jan 22, 2024
0aace8a
test: add test for sort
Efcolipt Jan 22, 2024
f31c7f8
chore: add sort to example
Efcolipt Jan 22, 2024
193ad03
fix: check is Number query builder
Efcolipt Jan 22, 2024
8e21118
style: lintfix
Efcolipt Jan 22, 2024
78f8598
fix: throw error for date range
Efcolipt Jan 22, 2024
117673d
fix: throw error for date range log
Efcolipt Jan 22, 2024
9284ba0
fix: check sort direction, fix $eq, $ne prop pass to string
Efcolipt Jan 22, 2024
fd88957
test: add test for sort, range, string all props
Efcolipt Jan 22, 2024
05c525d
test: add wrong sort
Efcolipt Jan 22, 2024
027e5db
chore: add dto types to export
Efcolipt Jan 22, 2024
9da0454
style: lintfix
Efcolipt Jan 22, 2024
5e523dc
feat: update
Efcolipt Jan 27, 2024
265ad16
chore: fix client request build filters
Efcolipt Jan 27, 2024
443f661
chore: fix client request build filters
Efcolipt Jan 27, 2024
69ba757
chore: delete .idea
mdwitr0 Feb 4, 2024
0a1bf86
chore: update .idea
mdwitr0 Feb 4, 2024
1f29e98
fix(query-builder): the types are not specified correctly
mdwitr0 Feb 4, 2024
5d2f493
fix(client-request): params without query builder do not work
mdwitr0 Feb 4, 2024
0dd4ae8
fix(studios): the types are not specified correctly
mdwitr0 Feb 4, 2024
f4494e2
test(studios): add testing of the basic logic
mdwitr0 Feb 4, 2024
9506106
fix(client-request): get method returned pagination models
mdwitr0 Feb 5, 2024
232057d
fix(client-request): get method returned pagination models
mdwitr0 Feb 5, 2024
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
node_modules
dist
.parcel-cache

*.tgz

.env
5 changes: 0 additions & 5 deletions .idea/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/kinopoiskdev_ts_client.iml → .idea/client.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

164 changes: 164 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions .parcelrc

This file was deleted.

4 changes: 0 additions & 4 deletions .terserrc

This file was deleted.

Loading