couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

fix: typescript definition file #703

Closed gsi-alejandro closed 1 year ago

gsi-alejandro commented 1 year ago

Now ottoman can be used by typescript users without setting the skipLibCheck flag. Also, we added a section in the documentation to explain how to generate UUID automatically for a field by configuration in the schema

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change

Comparison is base (b11be59) 93.14% compared to head (9c11962) 93.15%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #703 +/- ## ======================================= Coverage 93.14% 93.15% ======================================= Files 95 95 Lines 2655 2657 +2 Branches 702 703 +1 ======================================= + Hits 2473 2475 +2 Misses 182 182 ``` | [Impacted Files](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs) | Coverage Δ | | |---|---|---| | [src/model/document.ts](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs#diff-c3JjL21vZGVsL2RvY3VtZW50LnRz) | `100.00% <ø> (ø)` | | | [src/handler/store.ts](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs#diff-c3JjL2hhbmRsZXIvc3RvcmUudHM=) | `100.00% <100.00%> (ø)` | | | [src/model/create-model.ts](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs#diff-c3JjL21vZGVsL2NyZWF0ZS1tb2RlbC50cw==) | `88.88% <100.00%> (-0.06%)` | :arrow_down: | | [src/model/model.ts](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs#diff-c3JjL21vZGVsL21vZGVsLnRz) | `100.00% <100.00%> (ø)` | | | [src/ottoman/ottoman.ts](https://codecov.io/gh/couchbaselabs/node-ottoman/pull/703?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs#diff-c3JjL290dG9tYW4vb3R0b21hbi50cw==) | `66.84% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=couchbaselabs)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.