@databutton/firebase-types 1.78.127 → 1.78.129

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.
@@ -1205,35 +1205,6 @@ export interface BackendPackages {
1205
1205
  base: string[] | null;
1206
1206
  };
1207
1207
  }
1208
- export interface ProdxConfig {
1209
- views?: {
1210
- viewId: string;
1211
- name?: string;
1212
- codeBlockId: string;
1213
- requirementsHash: string;
1214
- modules?: {
1215
- name: string;
1216
- codeBlockId: string;
1217
- }[];
1218
- }[];
1219
- apps?: {
1220
- appId: string;
1221
- codeBlockId: string;
1222
- requirementsHash: string;
1223
- }[];
1224
- jobs: {
1225
- jobId: string;
1226
- name?: string;
1227
- codeBlockId: string;
1228
- requirementsHash: string;
1229
- modules?: {
1230
- name: string;
1231
- codeBlockId: string;
1232
- }[];
1233
- }[];
1234
- createdBy: PerformedBySystem;
1235
- generatedByDeploymentRef: string;
1236
- }
1237
1208
  export interface ProjectEvent {
1238
1209
  status: "PENDING" | "FAILURE" | "IN_PROGRESS" | "SUCCESS";
1239
1210
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.78.127",
3
+ "version": "1.78.129",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {