@databutton/firebase-types 1.13.27 → 1.13.28
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.
|
@@ -23,10 +23,21 @@ export interface ProjectEventsReadMap {
|
|
|
23
23
|
}
|
|
24
24
|
export interface Profile {
|
|
25
25
|
displayName: string;
|
|
26
|
+
/**
|
|
27
|
+
* Timestamp when the profile was created
|
|
28
|
+
*/
|
|
29
|
+
createdBy?: PerformedBy;
|
|
30
|
+
/**
|
|
31
|
+
* Timestamp set the first time the user logs in AFTER receiving early access
|
|
32
|
+
*/
|
|
33
|
+
firstSeenWithEarlyAccess?: Timestamp;
|
|
26
34
|
email?: string;
|
|
27
35
|
userId?: string;
|
|
28
|
-
|
|
36
|
+
/**
|
|
37
|
+
* Timestamp set when the user receives early access
|
|
38
|
+
*/
|
|
29
39
|
earlyAccessChangedAt?: Timestamp;
|
|
40
|
+
earlyAccess?: boolean;
|
|
30
41
|
enabledFeatures?: string[];
|
|
31
42
|
admin?: boolean;
|
|
32
43
|
referredAsCollaboratorBy?: PerformedBy | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.28",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@firebase/rules-unit-testing": "2.0.5",
|
|
69
69
|
"@sentry/types": "7.31.0",
|
|
70
|
-
"@types/analytics-node": "3.1.
|
|
70
|
+
"@types/analytics-node": "3.1.10",
|
|
71
71
|
"@types/inquirer": "9.0.3",
|
|
72
72
|
"@types/jest": "29.2.5",
|
|
73
73
|
"@types/lodash": "4.14.191",
|