@databutton/firebase-types 1.174.0 → 1.174.1

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.
@@ -1577,7 +1577,13 @@ export interface Project {
1577
1577
  * @deprecated No longer in use
1578
1578
  */
1579
1579
  isPublic: boolean;
1580
- visibility: "public" | "private";
1580
+ /**
1581
+ * The visibility of the project.
1582
+ * - public: not in use anymore - avoid using this
1583
+ * - private: the project is visible in the workspace for everyone that has access to the account
1584
+ * - hidden: the project is only visible to Riff internal users
1585
+ */
1586
+ visibility: "public" | "private" | "hidden";
1581
1587
  visibilityLastChangedBy: PerformedBy;
1582
1588
  lastOpenedAt?: Timestamp;
1583
1589
  lastMigratedAt?: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.174.0",
3
+ "version": "1.174.1",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {