@databutton/firebase-types 1.110.1 → 1.111.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.
@@ -1298,7 +1298,8 @@ export type RiffMigrationState<T> = {
1298
1298
  * 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
1299
1299
  */
1300
1300
  export declare enum SpecialProjectType {
1301
- AGENT_PROJECT = "agentProject"
1301
+ AGENT_PROJECT = "agentProject",
1302
+ API_GATEWAY = "apiGateway"
1302
1303
  }
1303
1304
  export interface Project {
1304
1305
  createdAt: Timestamp;
@@ -69,6 +69,7 @@ export var ProjectExtension;
69
69
  export var SpecialProjectType;
70
70
  (function (SpecialProjectType) {
71
71
  SpecialProjectType["AGENT_PROJECT"] = "agentProject";
72
+ SpecialProjectType["API_GATEWAY"] = "apiGateway";
72
73
  })(SpecialProjectType || (SpecialProjectType = {}));
73
74
  /**
74
75
  * Taken from AWS types
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.110.1",
3
+ "version": "1.111.0",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {