File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ This driver uses semantic versioning:
2424 property. For ` ArangoError ` the true HTTP status code may be different and
2525 can still be accessed using the ` response.statusCode ` property.
2626
27- - Removed ` CollectionStatus ` , ` CollectionType ` and ` ViewType ` re-exports
28-
29- These enums can still be imported directly from the ` collection ` and ` view `
30- modules.
31-
3227- Removed ` ArangoError ` re-export
3328
3429 The type can still be imported directly from the ` error ` module.
Original file line number Diff line number Diff line change @@ -42,4 +42,6 @@ export function arangojs(config?: string | string[] | Config) {
4242}
4343export default arangojs ;
4444export { aql } from "./aql" ;
45+ export { CollectionStatus , CollectionType } from "./collection" ;
4546export { Database } from "./database" ;
47+ export { ViewType } from "./view" ;
You can’t perform that action at this time.
0 commit comments