@dereekb/zoho 12.0.2 → 12.0.3
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/nestjs/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [12.0.3](https://github.com/dereekb/dbx-components/compare/v12.0.2-dev...v12.0.3) (2025-04-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [12.0.2](https://github.com/dereekb/dbx-components/compare/v12.0.1-dev...v12.0.2) (2025-04-26)
|
|
6
10
|
|
|
7
11
|
|
package/nestjs/package.json
CHANGED
package/package.json
CHANGED
|
@@ -261,15 +261,3 @@ export interface ZohoRecruitMultiRecordResultEntry<I, O> {
|
|
|
261
261
|
*/
|
|
262
262
|
readonly result: O;
|
|
263
263
|
}
|
|
264
|
-
/**
|
|
265
|
-
* @deprecated use ZohoRecruitChangeObjectResponseEntry instead.
|
|
266
|
-
*/
|
|
267
|
-
export type ZohoRecruitUpdateRecordResponseEntry = ZohoRecruitChangeObjectResponseEntry;
|
|
268
|
-
/**
|
|
269
|
-
* @deprecated use ZohoRecruitChangeObjectResponseSuccessEntry instead.
|
|
270
|
-
*/
|
|
271
|
-
export type ZohoRecruitUpdateRecordResponseSuccessEntry = ZohoRecruitChangeObjectResponseSuccessEntry;
|
|
272
|
-
/**
|
|
273
|
-
* @deprecated use ZohoRecruitChangeObjectResponseErrorEntry instead.
|
|
274
|
-
*/
|
|
275
|
-
export type ZohoRecruitUpdateRecordResponseErrorEntry = ZohoRecruitChangeObjectResponseErrorEntry;
|