nucleus-core-ts 0.9.115 → 0.9.116

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.
@@ -3114,6 +3114,7 @@ export type BulkCreateUsersResponse = {
3114
3114
  users: Array<{
3115
3115
  id: string;
3116
3116
  email: string;
3117
+ password: string;
3117
3118
  }>;
3118
3119
  };
3119
3120
  export type CohortBulkOpsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-core-ts",
3
- "version": "0.9.115",
3
+ "version": "0.9.116",
4
4
  "description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
5
5
  "author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",