@legalplace/models-v3-types 3.8.0 → 3.10.0

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.
Files changed (2) hide show
  1. package/index.ts +1 -0
  2. package/package.json +2 -1
package/index.ts CHANGED
@@ -418,6 +418,7 @@ export interface VariableV3 {
418
418
  | "hour"
419
419
  | "email"
420
420
  | "user_email"
421
+ | "phone_number"
421
422
  | "mask";
422
423
  /**
423
424
  * Variable's grantLevel
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@legalplace/models-v3-types",
3
- "version": "3.8.0",
3
+ "version": "3.10.0",
4
4
  "main": "",
5
5
  "types": "index",
6
6
  "author": "Moncef Hammou <moncef@legalplace.fr>",
7
7
  "license": "MIT",
8
8
  "scripts": {
9
+ "build": "tsc",
9
10
  "write-schema": "typescript-json-schema tsconfig.json ModelV3 -o schema.json"
10
11
  },
11
12
  "devDependencies": {