@stoker-platform/types 0.5.45 → 0.5.47
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/package.json +1 -1
- package/src/types/app.ts +2 -0
package/package.json
CHANGED
package/src/types/app.ts
CHANGED
|
@@ -132,6 +132,7 @@ export interface DashboardChart {
|
|
|
132
132
|
interval?: "day" | "month" | "year"
|
|
133
133
|
numberOfIntervals?: number
|
|
134
134
|
offset?: number
|
|
135
|
+
animate?: boolean
|
|
135
136
|
}
|
|
136
137
|
|
|
137
138
|
export interface DashboardReminder {
|
|
@@ -357,6 +358,7 @@ export interface WebUtilities {
|
|
|
357
358
|
getAppCheck: () => AppCheck
|
|
358
359
|
getAppCheckFirestoreWrite: () => AppCheck
|
|
359
360
|
getFirestoreWriteAuth: () => Auth
|
|
361
|
+
getStokerFirestore: () => Firestore
|
|
360
362
|
getFirestoreWrite: () => Firestore
|
|
361
363
|
getFirestoreMaintenance: () => Firestore
|
|
362
364
|
}
|