File tree Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Expand file tree Collapse file tree 4 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -270,6 +270,14 @@ export namespace firestore {
270
270
import WhereFilterOp = _firestore .WhereFilterOp ;
271
271
import WriteBatch = _firestore .WriteBatch ;
272
272
import WriteResult = _firestore .WriteResult ;
273
+ import PartialWithFieldValue = _firestore .PartialWithFieldValue ;
274
+ import WithFieldValue = _firestore .WithFieldValue ;
275
+ import Primitive = _firestore .Primitive ;
276
+ import NestedUpdateFields = _firestore .NestedUpdateFields ;
277
+ import ChildUpdateFields = _firestore .ChildUpdateFields ;
278
+ import AddPrefixToKeys = _firestore .AddPrefixToKeys ;
279
+ import UnionToIntersection = _firestore .UnionToIntersection ;
280
+ import ReadOnlyTransactionOptions = _firestore .ReadOnlyTransactionOptions ;
273
281
import setLogFunction = _firestore .setLogFunction ;
274
282
}
275
283
Original file line number Diff line number Diff line change 168
168
"node-forge" : " ^1.0.0"
169
169
},
170
170
"optionalDependencies" : {
171
- "@google-cloud/firestore" : " ^4. 5.0" ,
171
+ "@google-cloud/firestore" : " ^5.0.1 " ,
172
172
"@google-cloud/storage" : " ^5.3.0"
173
173
},
174
174
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ export namespace firestore {
57
57
export import WhereFilterOp = _firestore . WhereFilterOp ;
58
58
export import WriteBatch = _firestore . WriteBatch ;
59
59
export import WriteResult = _firestore . WriteResult ;
60
+ export import PartialWithFieldValue = _firestore . PartialWithFieldValue ;
61
+ export import WithFieldValue = _firestore . WithFieldValue ;
62
+ export import Primitive = _firestore . Primitive ;
63
+ export import NestedUpdateFields = _firestore . NestedUpdateFields ;
64
+ export import ChildUpdateFields = _firestore . ChildUpdateFields ;
65
+ export import AddPrefixToKeys = _firestore . AddPrefixToKeys ;
66
+ export import UnionToIntersection = _firestore . UnionToIntersection ;
67
+ export import ReadOnlyTransactionOptions = _firestore . ReadOnlyTransactionOptions ;
60
68
61
69
export import setLogFunction = _firestore . setLogFunction ;
62
70
}
You can’t perform that action at this time.
0 commit comments