@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/types/app.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/types",
3
- "version": "0.5.45",
3
+ "version": "0.5.47",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "src/main.ts",
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
  }