@databutton/firebase-types 1.82.33 → 1.82.34

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.
@@ -108,6 +108,7 @@ export declare enum DatabuttonIdPrefix {
108
108
  SHARING_KEY = "sk",
109
109
  ANONYMOUS_USER = "an",
110
110
  MESSAGE = "me",
111
+ INTEGRATION = "in",
111
112
  LEGACY_UNUSED_JOB_DEPLOY = "jd",
112
113
  LEGACY_UNUSED_JOB = "jb",
113
114
  LEGACY_UNUSED_JOB_RUN = "jr",
@@ -111,6 +111,7 @@ export var DatabuttonIdPrefix;
111
111
  DatabuttonIdPrefix["SHARING_KEY"] = "sk";
112
112
  DatabuttonIdPrefix["ANONYMOUS_USER"] = "an";
113
113
  DatabuttonIdPrefix["MESSAGE"] = "me";
114
+ DatabuttonIdPrefix["INTEGRATION"] = "in";
114
115
  //
115
116
  DatabuttonIdPrefix["LEGACY_UNUSED_JOB_DEPLOY"] = "jd";
116
117
  DatabuttonIdPrefix["LEGACY_UNUSED_JOB"] = "jb";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.82.33",
3
+ "version": "1.82.34",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {