@databutton/firebase-types 1.98.3 → 1.98.4

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.
@@ -101,6 +101,7 @@ export declare enum AccountRole {
101
101
  BILLING = "billing"
102
102
  }
103
103
  export declare enum DatabuttonIdPrefix {
104
+ AGENT_SKILL = "ask",
104
105
  API_KEY = "dbtk",
105
106
  APP_DEPLOY = "ad",
106
107
  AUDIT_LOG = "aul",
@@ -105,6 +105,7 @@ export var AccountRole;
105
105
  })(AccountRole || (AccountRole = {}));
106
106
  export var DatabuttonIdPrefix;
107
107
  (function (DatabuttonIdPrefix) {
108
+ DatabuttonIdPrefix["AGENT_SKILL"] = "ask";
108
109
  DatabuttonIdPrefix["API_KEY"] = "dbtk";
109
110
  DatabuttonIdPrefix["APP_DEPLOY"] = "ad";
110
111
  DatabuttonIdPrefix["AUDIT_LOG"] = "aul";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.98.3",
3
+ "version": "1.98.4",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {