@aglyn/tenant-data-admin 1.0.0-beta.165 → 1.0.0-beta.166

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.
@@ -229,7 +229,7 @@ export declare function getOrgForUser(uid: string, orgId?: string | null): Promi
229
229
  * added for the export route (AGL-1046), which had been reading the
230
230
  * legacy host path and exporting nothing at all.
231
231
  */
232
- export type OrgDataCollection = 'datasets' | 'contacts' | 'contactSegments' | 'crmViews' | 'lists' | 'media' | 'mediaFolders';
232
+ export type OrgDataCollection = 'datasets' | 'contacts' | 'contactSegments' | 'crmViews' | 'leads' | 'lists' | 'media' | 'mediaFolders';
233
233
  export declare function orgDataCollectionForHost(hostId: string, name: OrgDataCollection): Promise<FirebaseFirestore.CollectionReference>;
234
234
  /**
235
235
  * Narrows an org-scoped collection to what ONE host may see (AGL-1039).