@databutton/firebase-types 1.39.11 → 1.40.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.
@@ -515,6 +515,9 @@ export interface Requirements {
515
515
  requirementsLock?: string | null;
516
516
  requirementsHash?: string | null;
517
517
  logs?: string | null;
518
+ devxVersion?: string;
519
+ workspaceVersion?: string;
520
+ createdReason?: "user-install" | "upgrade-request";
518
521
  }
519
522
  export interface ProdxConfig {
520
523
  views?: {
@@ -648,6 +651,7 @@ export type Build = {
648
651
  image?: string;
649
652
  eventRef?: string | null;
650
653
  triggeredByRequirementsRef?: string | null;
654
+ workspaceVersion?: string | null;
651
655
  };
652
656
  type WithDocRef<T> = T & {
653
657
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.39.11",
3
+ "version": "1.40.0",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {