@databutton/firebase-types 1.53.5 → 1.53.7
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.
|
@@ -334,13 +334,15 @@ export interface Schedule {
|
|
|
334
334
|
createdAt: Timestamp;
|
|
335
335
|
updatedAt: Timestamp;
|
|
336
336
|
markedForDeletionAt?: Timestamp;
|
|
337
|
+
id?: string;
|
|
338
|
+
scheduleForm?: "Weekly" | "Custom";
|
|
337
339
|
cronExpressionUtc: string;
|
|
338
340
|
cronExpression: string;
|
|
339
341
|
cronTimezone: string;
|
|
340
|
-
state
|
|
342
|
+
state?: ScheduleState;
|
|
341
343
|
previousState?: ScheduleState | null;
|
|
342
|
-
|
|
343
|
-
|
|
344
|
+
pending?: boolean;
|
|
345
|
+
paused?: boolean;
|
|
344
346
|
}
|
|
345
347
|
export interface Property {
|
|
346
348
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@databutton/firebase-types",
|
|
3
|
-
"version": "1.53.
|
|
3
|
+
"version": "1.53.7",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"@types/analytics-node": "3.1.11",
|
|
76
76
|
"@types/archiver": "5.3.2",
|
|
77
77
|
"@types/cli-progress": "^3.11.0",
|
|
78
|
-
"@types/diff": "5.0.
|
|
78
|
+
"@types/diff": "5.0.4",
|
|
79
79
|
"@types/inquirer": "9.0.3",
|
|
80
80
|
"@types/jest": "29.5.4",
|
|
81
81
|
"@types/lodash": "4.14.198",
|
|
82
|
-
"@types/node": "18.17.
|
|
82
|
+
"@types/node": "18.17.18",
|
|
83
83
|
"@types/uuid": "8.3.4",
|
|
84
84
|
"ansi-escapes": "6.2.0",
|
|
85
85
|
"archiver": "^5.3.1",
|