@databutton/firebase-types 1.72.105 → 1.72.106

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.
@@ -477,6 +477,7 @@ export interface FullDeploymentRequest {
477
477
  createdBy: PerformedBy;
478
478
  deploymentUrl?: string | null;
479
479
  deploymentRef: string | null;
480
+ undeploy?: boolean;
480
481
  }
481
482
  interface LegacyComponentDeploymentRequest {
482
483
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.72.105",
3
+ "version": "1.72.106",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {