File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ import { QueryPartition } from '@google-cloud/firestore';
36
36
import { QuerySnapshot } from ' @google-cloud/firestore' ;
37
37
import { ReadOnlyTransactionOptions } from ' @google-cloud/firestore' ;
38
38
import { ReadOptions } from ' @google-cloud/firestore' ;
39
+ import { ReadWriteTransactionOptions } from ' @google-cloud/firestore' ;
39
40
import { setLogFunction } from ' @google-cloud/firestore' ;
40
41
import { SetOptions } from ' @google-cloud/firestore' ;
41
42
import { Settings } from ' @google-cloud/firestore' ;
@@ -115,6 +116,8 @@ export { ReadOnlyTransactionOptions }
115
116
116
117
export { ReadOptions }
117
118
119
+ export { ReadWriteTransactionOptions }
120
+
118
121
export { setLogFunction }
119
122
120
123
export { SetOptions }
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ export {
56
56
QuerySnapshot ,
57
57
ReadOptions ,
58
58
ReadOnlyTransactionOptions ,
59
+ ReadWriteTransactionOptions ,
59
60
Settings ,
60
61
SetOptions ,
61
62
Timestamp ,
You can’t perform that action at this time.
0 commit comments