Skip to content

Commit c9ae97c

Browse files
authored
The latest api reports and reference docs (#4768)
* update reference docs * depend on api-extractor-model-me to support multiple entry points * update lock file * generate toc for devsite * create devsite toc * do NOT create empty section
1 parent 5e7b0aa commit c9ae97c

File tree

323 files changed

+2796
-1416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+2796
-1416
lines changed

common/api-review/analytics-exp.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,4 @@ export function setUserId(analyticsInstance: Analytics, id: string, options?: An
385385
export function setUserProperties(analyticsInstance: Analytics, properties: CustomParams, options?: AnalyticsCallOptions): void;
386386

387387

388-
// (No @packageDocumentation comment for this package)
389-
390388
```

common/api-review/auth-exp.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,4 @@ export function verifyBeforeUpdateEmail(user: User, newEmail: string, actionCode
708708
export function verifyPasswordResetCode(auth: Auth, code: string): Promise<string>;
709709

710710

711-
// (No @packageDocumentation comment for this package)
712-
713711
```

common/api-review/database-exp.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,4 @@ export function update(ref: Reference, values: object): Promise<void>;
232232
export function useDatabaseEmulator(db: FirebaseDatabase, host: string, port: number): void;
233233

234234

235-
// (No @packageDocumentation comment for this package)
236-
237235
```

0 commit comments

Comments
 (0)