@databutton/firebase-types 1.27.0 → 1.27.2

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.
@@ -417,8 +417,19 @@ export interface ProjectTemplate {
417
417
  name: string;
418
418
  code: string;
419
419
  }[];
420
+ /** @deprecated Use requirements */
420
421
  requirementsRef: string;
422
+ requirements?: {
423
+ requirementsHash: string;
424
+ dbtnControlledRequirementsTxt: string;
425
+ requirementsTxt: string;
426
+ } | null;
427
+ /** @deprecated Use build */
421
428
  buildRef?: string | null;
429
+ build?: {
430
+ requirementsSnapshots: RequirementsSnapshot[];
431
+ devxRequirementsId: string;
432
+ } | null;
422
433
  }
423
434
  export interface Requirements {
424
435
  createdBy: PerformedBy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.27.0",
3
+ "version": "1.27.2",
4
4
  "main": "./lib/index.js",
5
5
  "type": "module",
6
6
  "engines": {