@databutton/firebase-types 1.37.4 → 1.37.6

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.
@@ -111,6 +111,7 @@ export interface UserSegment {
111
111
  export type FeatureFlag = PartialRolloutFeatureFlag | OnOffFeatureFlag | SegmentFeatureFlag;
112
112
  export type MultipageAppTheme = {
113
113
  name: string;
114
+ createdBy: PerformedBy;
114
115
  primaryColor: string;
115
116
  backgroundColor: string;
116
117
  secondaryBackgroundColor: string;
@@ -746,6 +747,7 @@ export type Appbutler = {
746
747
  };
747
748
  export interface InitialDevxConfig {
748
749
  activeVersion: string;
750
+ minimumRequiredVersion: string;
749
751
  }
750
752
  export interface UpgradeRequest {
751
753
  requestedBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.37.4",
3
+ "version": "1.37.6",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {