@databutton/firebase-types 1.54.0 → 1.55.0

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.
@@ -314,6 +314,10 @@ export interface MultipageAppDeploymentDeprecated {
314
314
  requirementsRef: string | null;
315
315
  projectEventRef: string | null;
316
316
  }
317
+ export interface FullDeploymentRequest {
318
+ createdBy: PerformedBy;
319
+ deploymentRef: string | null;
320
+ }
317
321
  interface LegacyComponentDeploymentRequest {
318
322
  createdBy: PerformedBy;
319
323
  deploymentRef: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.54.0",
3
+ "version": "1.55.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {