@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
@@ -1226,8 +1226,6 @@ interface components$1 {
1226
1226
  User: components$1["schemas"]["AddUserPayload"] & {
1227
1227
  /** @example 123456 */
1228
1228
  id: string;
1229
- /** @example true */
1230
- emailVerified: boolean;
1231
1229
  /**
1232
1230
  * Format: int64
1233
1231
  * @example 1713398544000
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivascva/dt-idl",
3
- "version": "1.1.122",
3
+ "version": "1.1.123",
4
4
  "description": "Dream Trade - Interface Definition Language",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -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
 
@@ -152,8 +152,6 @@ export interface components {
152
152
  User: components["schemas"]["AddUserPayload"] & {
153
153
  /** @example 123456 */
154
154
  id: string;
155
- /** @example true */
156
- emailVerified: boolean;
157
155
  /**
158
156
  * Format: int64
159
157
  * @example 1713398544000