@databutton/firebase-types 1.75.31 → 1.75.33

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.
@@ -130,9 +130,6 @@ export declare enum ThirdPartyServiceCategory {
130
130
  export declare enum UiComponentTag {
131
131
  PROVIDER = "provider"
132
132
  }
133
- export declare enum ProjectMigration {
134
- ADD_APP_PROVIDER = "add-app-provider"
135
- }
136
133
  export declare enum CodeComponentType {
137
134
  FRONTEND = "frontend",
138
135
  BACKEND = "backend",
@@ -138,10 +138,6 @@ export var UiComponentTag;
138
138
  (function (UiComponentTag) {
139
139
  UiComponentTag["PROVIDER"] = "provider";
140
140
  })(UiComponentTag = UiComponentTag || (UiComponentTag = {}));
141
- export var ProjectMigration;
142
- (function (ProjectMigration) {
143
- ProjectMigration["ADD_APP_PROVIDER"] = "add-app-provider";
144
- })(ProjectMigration = ProjectMigration || (ProjectMigration = {}));
145
141
  export var CodeComponentType;
146
142
  (function (CodeComponentType) {
147
143
  CodeComponentType["FRONTEND"] = "frontend";
@@ -1,6 +1,7 @@
1
1
  import type { Timestamp } from "firebase/firestore";
2
2
  import type { JsonObject, Primitive } from "type-fest";
3
- import type { ProjectMigration, TaskPriority, ThirdPartyAuthName, ThirdPartyDatabaseName, ThirdPartyPaymentsName, ThirdPartyServiceCategory, ThirdPartyStorageName, UiComponentTag } from "./enums.js";
3
+ import type { ProjectMigration } from "../internal/enums.js";
4
+ import type { TaskPriority, ThirdPartyAuthName, ThirdPartyDatabaseName, ThirdPartyPaymentsName, ThirdPartyServiceCategory, ThirdPartyStorageName, UiComponentTag } from "./enums.js";
4
5
  /**
5
6
  * Types here should reflect data format stored in firestore and
6
7
  * either be backwards-compatible or migrated when needed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.75.31",
3
+ "version": "1.75.33",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {