Skip to content

Commit

Permalink
fix(firestore): added missing 'ReadWriteTransactionOptions' export (#…
Browse files Browse the repository at this point in the history
…1874) (#1875)

* fix(firestore): added missing export (#1874)

* run api-extractor

Co-authored-by: Lahiru Maramba <llahiru@gmail.com>
  • Loading branch information
naodya and lahirumaramba committed Oct 28, 2022
1 parent 5fc6564 commit f596f2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/firebase-admin.firestore.api.md
Expand Up @@ -36,6 +36,7 @@ import { QueryPartition } from '@google-cloud/firestore';
import { QuerySnapshot } from '@google-cloud/firestore';
import { ReadOnlyTransactionOptions } from '@google-cloud/firestore';
import { ReadOptions } from '@google-cloud/firestore';
import { ReadWriteTransactionOptions } from '@google-cloud/firestore';
import { setLogFunction } from '@google-cloud/firestore';
import { SetOptions } from '@google-cloud/firestore';
import { Settings } from '@google-cloud/firestore';
Expand Down Expand Up @@ -115,6 +116,8 @@ export { ReadOnlyTransactionOptions }

export { ReadOptions }

export { ReadWriteTransactionOptions }

export { setLogFunction }

export { SetOptions }
Expand Down
1 change: 1 addition & 0 deletions src/firestore/index.ts
Expand Up @@ -56,6 +56,7 @@ export {
QuerySnapshot,
ReadOptions,
ReadOnlyTransactionOptions,
ReadWriteTransactionOptions,
Settings,
SetOptions,
Timestamp,
Expand Down

0 comments on commit f596f2c

Please sign in to comment.