@temboplus/afloat 0.1.77-beta.1 → 0.1.77-beta.2

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.
@@ -319,10 +319,12 @@ export declare const teamManagementContract: {
319
319
  identity: z.ZodString;
320
320
  type: z.ZodString;
321
321
  profileId: z.ZodString;
322
+ resetPassword: z.ZodBoolean;
322
323
  roleId: z.ZodString;
323
324
  isActive: z.ZodBoolean;
324
325
  isArchived: z.ZodBoolean;
325
326
  createdAt: z.ZodString;
327
+ updatedAt: z.ZodString;
326
328
  }, "strip", z.ZodTypeAny, {
327
329
  type: string;
328
330
  name: string;
@@ -332,7 +334,9 @@ export declare const teamManagementContract: {
332
334
  roleId: string;
333
335
  isActive: boolean;
334
336
  isArchived: boolean;
337
+ resetPassword: boolean;
335
338
  createdAt: string;
339
+ updatedAt: string;
336
340
  }, {
337
341
  type: string;
338
342
  name: string;
@@ -342,7 +346,9 @@ export declare const teamManagementContract: {
342
346
  roleId: string;
343
347
  isActive: boolean;
344
348
  isArchived: boolean;
349
+ resetPassword: boolean;
345
350
  createdAt: string;
351
+ updatedAt: string;
346
352
  }>;
347
353
  400: z.ZodObject<{
348
354
  message: z.ZodOptional<z.ZodString>;
@@ -195,10 +195,12 @@ export declare const TeamManagementDTOSchemas: {
195
195
  identity: z.ZodString;
196
196
  type: z.ZodString;
197
197
  profileId: z.ZodString;
198
+ resetPassword: z.ZodBoolean;
198
199
  roleId: z.ZodString;
199
200
  isActive: z.ZodBoolean;
200
201
  isArchived: z.ZodBoolean;
201
202
  createdAt: z.ZodString;
203
+ updatedAt: z.ZodString;
202
204
  }, "strip", z.ZodTypeAny, {
203
205
  type: string;
204
206
  name: string;
@@ -208,7 +210,9 @@ export declare const TeamManagementDTOSchemas: {
208
210
  roleId: string;
209
211
  isActive: boolean;
210
212
  isArchived: boolean;
213
+ resetPassword: boolean;
211
214
  createdAt: string;
215
+ updatedAt: string;
212
216
  }, {
213
217
  type: string;
214
218
  name: string;
@@ -218,7 +222,9 @@ export declare const TeamManagementDTOSchemas: {
218
222
  roleId: string;
219
223
  isActive: boolean;
220
224
  isArchived: boolean;
225
+ resetPassword: boolean;
221
226
  createdAt: string;
227
+ updatedAt: string;
222
228
  }>;
223
229
  password: z.ZodEffects<z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>, string, string>;
224
230
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/afloat",
3
- "version": "0.1.77-beta.1",
3
+ "version": "0.1.77-beta.2",
4
4
  "description": "A foundational library for Temboplus-Afloat projects.",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",