@@ -31,20 +31,20 @@ import urlUtil from './internal/url-util';
3131import HttpDriver from './internal/http/http-driver' ;
3232import { isPoint , Point } from './spatial-types' ;
3333import {
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
4848} from './temporal-types' ;
4949
5050/**
@@ -224,13 +224,13 @@ const types = {
224224 ResultSummary,
225225 Record,
226226 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
234234} ;
235235
236236/**
@@ -274,20 +274,20 @@ const forExport = {
274274 error,
275275 Point,
276276 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
291291} ;
292292
293293export {
@@ -302,19 +302,19 @@ export {
302302 error ,
303303 Point ,
304304 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
319319} ;
320320export default forExport ;
0 commit comments