@databutton/firebase-types 1.120.0 → 1.121.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.
@@ -1328,10 +1328,13 @@ export type RiffMigrationState<T> = {
1328
1328
  };
1329
1329
  /**
1330
1330
  * SpecialProjectType allows for classification of projects that behave differently from a general Riff project.
1331
- * For example the agentProject is hidden from the user, but is used to provide a account wide devx and agent environment to a user in the account context
1332
1331
  */
1333
1332
  export declare enum SpecialProjectType {
1333
+ /** One per user in an account. Powers the workspace agent — a personal assistant that can talk with the team's knowledge base etc. */
1334
1334
  AGENT_PROJECT = "agentProject",
1335
+ /** Projects where users build autonomous agents in Riff. */
1336
+ AGENT = "agent",
1337
+ /** Projects used as an API gateway integration, needs to be connected to an account app. */
1335
1338
  API_GATEWAY = "apiGateway"
1336
1339
  }
1337
1340
  export interface Project {
@@ -66,11 +66,14 @@ export var ProjectExtension;
66
66
  })(ProjectExtension || (ProjectExtension = {}));
67
67
  /**
68
68
  * SpecialProjectType allows for classification of projects that behave differently from a general Riff project.
69
- * For example the agentProject is hidden from the user, but is used to provide a account wide devx and agent environment to a user in the account context
70
69
  */
71
70
  export var SpecialProjectType;
72
71
  (function (SpecialProjectType) {
72
+ /** One per user in an account. Powers the workspace agent — a personal assistant that can talk with the team's knowledge base etc. */
73
73
  SpecialProjectType["AGENT_PROJECT"] = "agentProject";
74
+ /** Projects where users build autonomous agents in Riff. */
75
+ SpecialProjectType["AGENT"] = "agent";
76
+ /** Projects used as an API gateway integration, needs to be connected to an account app. */
74
77
  SpecialProjectType["API_GATEWAY"] = "apiGateway";
75
78
  })(SpecialProjectType || (SpecialProjectType = {}));
76
79
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.120.0",
3
+ "version": "1.121.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {