RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
digicust_types
Versions diffs
1.8.369 → 1.8.370
digicust_types 1.8.369 → 1.8.370
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
package/lib/models/digicust/user/user.model.d.ts
+1
-1
package/package.json
+1
-1
package/lib/models/digicust/userInputTemplates.d.ts
+0
-7
package/lib/models/digicust/userInputTemplates.js
+0
-2
package/lib/models/digicust/user/user.model.d.ts
CHANGED
Viewed
@@ -6,7 +6,7 @@ export interface UserModel {
6
6
mail?: string;
7
7
displayName?: string;
8
8
role?: "admin" | "user" | "validator";
9
-
status
:
"verified" | "invited";
9
+
status
?:
"verified" | "invited";
10
10
surname?: string;
11
11
givenName?: string;
12
12
jobTitle?: string;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "digicust_types",
3
-
"version": "1.8.
369
",
3
+
"version": "1.8.
370
",
4
4
"description": "",
5
5
"main": "lib/index.js",
6
6
"types": "lib/index.d.ts",
package/lib/models/digicust/userInputTemplates.d.ts
DELETED
Viewed
@@ -1,7 +0,0 @@
1
-
import { UserInput } from "./documents";
2
-
export interface UserInputTemplate {
3
-
id: string;
4
-
name: string;
5
-
description?: string;
6
-
userInput?: UserInput;
7
-
}
package/lib/models/digicust/userInputTemplates.js
DELETED
Viewed
@@ -1,2 +0,0 @@
1
-
"use strict";
2
-
Object.defineProperty(exports, "__esModule", { value: true });