Skip to content

Commit f596f2c

Browse files
fix(firestore): added missing 'ReadWriteTransactionOptions' export (#1874) (#1875)
* fix(firestore): added missing export (#1874) * run api-extractor Co-authored-by: Lahiru Maramba <[email protected]>
1 parent 5fc6564 commit f596f2c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

etc/firebase-admin.firestore.api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import { QueryPartition } from '@google-cloud/firestore';
3636
import { QuerySnapshot } from '@google-cloud/firestore';
3737
import { ReadOnlyTransactionOptions } from '@google-cloud/firestore';
3838
import { ReadOptions } from '@google-cloud/firestore';
39+
import { ReadWriteTransactionOptions } from '@google-cloud/firestore';
3940
import { setLogFunction } from '@google-cloud/firestore';
4041
import { SetOptions } from '@google-cloud/firestore';
4142
import { Settings } from '@google-cloud/firestore';
@@ -115,6 +116,8 @@ export { ReadOnlyTransactionOptions }
115116

116117
export { ReadOptions }
117118

119+
export { ReadWriteTransactionOptions }
120+
118121
export { setLogFunction }
119122

120123
export { SetOptions }

src/firestore/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export {
5656
QuerySnapshot,
5757
ReadOptions,
5858
ReadOnlyTransactionOptions,
59+
ReadWriteTransactionOptions,
5960
Settings,
6061
SetOptions,
6162
Timestamp,

0 commit comments

Comments
 (0)