@@ -31,20 +31,20 @@ import urlUtil from './internal/url-util';
31
31
import HttpDriver from './internal/http/http-driver' ;
32
32
import { isPoint , Point } from './spatial-types' ;
33
33
import {
34
- CypherDate ,
35
- CypherDateTimeWithZoneId ,
36
- CypherDateTimeWithZoneOffset ,
37
- CypherDuration ,
38
- CypherLocalDateTime ,
39
- CypherLocalTime ,
40
- CypherTime ,
41
- isCypherDate ,
42
- isCypherDateTimeWithZoneId ,
43
- isCypherDateTimeWithZoneOffset ,
44
- isCypherDuration ,
45
- isCypherLocalDateTime ,
46
- isCypherLocalTime ,
47
- isCypherTime
34
+ Date ,
35
+ DateTimeWithZoneId ,
36
+ DateTimeWithZoneOffset ,
37
+ Duration ,
38
+ isDate ,
39
+ isDateTimeWithZoneId ,
40
+ isDateTimeWithZoneOffset ,
41
+ isDuration ,
42
+ isLocalDateTime ,
43
+ isLocalTime ,
44
+ isTime ,
45
+ LocalDateTime ,
46
+ LocalTime ,
47
+ Time
48
48
} from './temporal-types' ;
49
49
50
50
/**
@@ -224,13 +224,13 @@ const types = {
224
224
ResultSummary,
225
225
Record,
226
226
Point,
227
- CypherDate ,
228
- CypherDateTimeWithZoneId ,
229
- CypherDateTimeWithZoneOffset ,
230
- CypherDuration ,
231
- CypherLocalDateTime ,
232
- CypherLocalTime ,
233
- CypherTime
227
+ Date ,
228
+ DateTimeWithZoneId ,
229
+ DateTimeWithZoneOffset ,
230
+ Duration ,
231
+ LocalDateTime ,
232
+ LocalTime ,
233
+ Time
234
234
} ;
235
235
236
236
/**
@@ -274,20 +274,20 @@ const forExport = {
274
274
error,
275
275
Point,
276
276
isPoint,
277
- CypherDate ,
278
- CypherDateTimeWithZoneId ,
279
- CypherDateTimeWithZoneOffset ,
280
- CypherDuration ,
281
- CypherLocalDateTime ,
282
- CypherLocalTime ,
283
- CypherTime ,
284
- isCypherDuration ,
285
- isCypherLocalTime ,
286
- isCypherTime ,
287
- isCypherDate ,
288
- isCypherLocalDateTime ,
289
- isCypherDateTimeWithZoneOffset ,
290
- isCypherDateTimeWithZoneId
277
+ Date ,
278
+ DateTimeWithZoneId ,
279
+ DateTimeWithZoneOffset ,
280
+ Duration ,
281
+ LocalDateTime ,
282
+ LocalTime ,
283
+ Time ,
284
+ isDuration ,
285
+ isLocalTime ,
286
+ isTime ,
287
+ isDate ,
288
+ isLocalDateTime ,
289
+ isDateTimeWithZoneOffset ,
290
+ isDateTimeWithZoneId
291
291
} ;
292
292
293
293
export {
@@ -302,19 +302,19 @@ export {
302
302
error ,
303
303
Point ,
304
304
isPoint ,
305
- CypherDate ,
306
- CypherDateTimeWithZoneId ,
307
- CypherDateTimeWithZoneOffset ,
308
- CypherDuration ,
309
- CypherLocalDateTime ,
310
- CypherLocalTime ,
311
- CypherTime ,
312
- isCypherDuration ,
313
- isCypherLocalTime ,
314
- isCypherTime ,
315
- isCypherDate ,
316
- isCypherLocalDateTime ,
317
- isCypherDateTimeWithZoneOffset ,
318
- isCypherDateTimeWithZoneId
305
+ Date ,
306
+ DateTimeWithZoneId ,
307
+ DateTimeWithZoneOffset ,
308
+ Duration ,
309
+ LocalDateTime ,
310
+ LocalTime ,
311
+ Time ,
312
+ isDuration ,
313
+ isLocalTime ,
314
+ isTime ,
315
+ isDate ,
316
+ isLocalDateTime ,
317
+ isDateTimeWithZoneOffset ,
318
+ isDateTimeWithZoneId
319
319
} ;
320
320
export default forExport ;
0 commit comments