@aims-api/aims-node
Advanced tools
Comparing version 0.0.26 to 0.0.27
# @aims-api/aims-node | ||
## 0.0.27 | ||
### Patch Changes | ||
- 3748f9d: export collection | ||
## 0.0.26 | ||
@@ -4,0 +10,0 @@ |
@@ -107,2 +107,6 @@ interface CredentialsOptions { | ||
}; | ||
export: { | ||
byKey: (request: import("../endpoints/collections/export").ExportCollection) => Promise<import("../helpers/apiResponse").Response<undefined>>; | ||
byId: (request: import("../endpoints/collections/export").ExportCollection) => Promise<import("../helpers/apiResponse").Response<undefined>>; | ||
}; | ||
delete: { | ||
@@ -109,0 +113,0 @@ byKey: (id: string) => Promise<import("../helpers/apiResponse").Response<import("../helpers/types").MessageResponse>>; |
@@ -35,2 +35,3 @@ "use strict"; | ||
const get_2 = require("../endpoints/collections/get"); | ||
const export_1 = require("../endpoints/collections/export"); | ||
const update_2 = require("../endpoints/collections/update"); | ||
@@ -166,2 +167,6 @@ const delete_2 = require("../endpoints/collections/delete"); | ||
}, | ||
export: { | ||
byKey: (0, export_1.exportCollection)(this.getClient, 'project', 'by-key'), | ||
byId: (0, export_1.exportCollection)(this.getClient, 'project', 'by-id'), | ||
}, | ||
delete: { | ||
@@ -168,0 +173,0 @@ byKey: (0, delete_2.deleteCollection)(this.getClient, 'project', 'by-key'), |
{ | ||
"name": "@aims-api/aims-node", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"license": "UNLICENSED", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/aims-api/aims-node", |
Sorry, the diff of this file is not supported yet
368895
203
7450