@dereekb/zoho 10.2.0 → 11.0.0
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/README.md +4 -9
- package/index.cjs.js +1798 -666
- package/nestjs/CHANGELOG.md +4 -0
- package/nestjs/package.json +1 -1
- package/nestjs/src/lib/accounts/accounts.api.js +3 -0
- package/nestjs/src/lib/accounts/accounts.api.js.map +1 -1
- package/nestjs/src/lib/accounts/accounts.config.js +2 -0
- package/nestjs/src/lib/accounts/accounts.config.js.map +1 -1
- package/nestjs/src/lib/accounts/accounts.service.d.ts +12 -0
- package/nestjs/src/lib/accounts/accounts.service.js +64 -1
- package/nestjs/src/lib/accounts/accounts.service.js.map +1 -1
- package/nestjs/src/lib/recruit/recruit.api.js +3 -0
- package/nestjs/src/lib/recruit/recruit.api.js.map +1 -1
- package/nestjs/src/lib/recruit/recruit.config.js +2 -0
- package/nestjs/src/lib/recruit/recruit.config.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
@dereekb/zoho
|
|
2
|
+
=======
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
The sources for this package are in the main [@dereekb/dbx-components](https://github.com/dereekb/dbx-components) repo. Please file issues and pull requests against that repo.
|
|
4
5
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Run `nx test zoho` to execute the unit tests via [Jest](https://jestjs.io).
|
|
8
|
-
|
|
9
|
-
## Running lint
|
|
10
|
-
|
|
11
|
-
Run `nx lint zoho` to execute the lint via [ESLint](https://eslint.org/).
|
|
6
|
+
License: MIT
|