@rivascva/dt-idl 1.1.122 → 1.1.123
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/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -278,9 +278,6 @@ components:
|
|
|
278
278
|
id:
|
|
279
279
|
type: string
|
|
280
280
|
example: 123456
|
|
281
|
-
emailVerified:
|
|
282
|
-
type: boolean
|
|
283
|
-
example: true
|
|
284
281
|
dateCreated:
|
|
285
282
|
type: integer
|
|
286
283
|
format: int64
|
|
@@ -291,7 +288,6 @@ components:
|
|
|
291
288
|
example: 1713398544000
|
|
292
289
|
required:
|
|
293
290
|
- id
|
|
294
|
-
- emailVerified
|
|
295
291
|
- dateCreated
|
|
296
292
|
- dateUpdated
|
|
297
293
|
|