@databutton/firebase-types 1.97.0 → 1.97.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.
@@ -47,7 +47,6 @@ export declare enum CollectionName {
47
47
  INTEGRATIONS = "integrations",
48
48
  INTEGRATION_TEMPLATES = "integration-templates",
49
49
  INTEGRATION_CONNECTIONS = "installed-integrations",
50
- INTEGRATION_DATA_ACCESS_RESOURCES = "data-access",
51
50
  PAGES = "pages",
52
51
  PATCH_ATTEMPTS = "patch-attempts",
53
52
  PROFILES = "profiles",
@@ -48,7 +48,6 @@ export var CollectionName;
48
48
  CollectionName["INTEGRATIONS"] = "integrations";
49
49
  CollectionName["INTEGRATION_TEMPLATES"] = "integration-templates";
50
50
  CollectionName["INTEGRATION_CONNECTIONS"] = "installed-integrations";
51
- CollectionName["INTEGRATION_DATA_ACCESS_RESOURCES"] = "data-access";
52
51
  CollectionName["PAGES"] = "pages";
53
52
  CollectionName["PATCH_ATTEMPTS"] = "patch-attempts";
54
53
  CollectionName["PROFILES"] = "profiles";
@@ -1133,18 +1133,6 @@ export interface IntegrationLearning {
1133
1133
  createdBy: PerformedBy;
1134
1134
  createdAt: Timestamp;
1135
1135
  }
1136
- export interface IntegrationDataAccessResource {
1137
- resourceType: string;
1138
- resourceName: string;
1139
- accessLevel: string;
1140
- allowedRoles?: string[];
1141
- permissions?: string[];
1142
- description?: string;
1143
- createdBy: PerformedBy;
1144
- createdAt: Timestamp;
1145
- lastUpdatedBy: PerformedBy;
1146
- lastUpdatedAt: Timestamp;
1147
- }
1148
1136
  /**
1149
1137
  * Account integration usage tracking
1150
1138
  * Stored at: /accounts/{account_id}/integrations/{integration_label}/usage/{project_id}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databutton/firebase-types",
3
- "version": "1.97.0",
3
+ "version": "1.97.2",
4
4
  "main": "lib/types/published/index.js",
5
5
  "type": "module",
6
6
  "engines": {