@databutton/firebase-types 1.86.1 → 1.86.2

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.
@@ -871,6 +871,8 @@ export interface IntegrationPackages {
871
871
  };
872
872
  }
873
873
  export interface IntegrationScope {
874
+ /** Unique identifier for the scope, used to prevent drift when name is changed */
875
+ id: string;
874
876
  /** Sections name e.g. Comntacts for Hubspot */
875
877
  sectionName: string;
876
878
  /** A list of scopes provided by the integration. e.g. "read:contacts", "write:contacts".
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.86.1",
3
+ "version": "1.86.2",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {