@evergis/api
Advanced tools
Comparing version 0.1.58 to 0.1.59
import { ServiceBase } from './ServiceBase'; | ||
import { ProjectsListDc, TableListDc, ServiceListDc, CatalogDataDc, ResourceDc, NewResourcesTypesDc, WorkspaceLimitsDc } from './data-contracts'; | ||
import { ProjectsListDc, TableListDc, ServiceListDc, CatalogDataDc, ResourceDc, NewResourcesTypesDc, WorkspaceLimitsDc, CopyResourceDc, CopyResourceResultDc } from './data-contracts'; | ||
export declare class ResourceCatalog extends ServiceBase { | ||
@@ -15,2 +15,3 @@ getProjects({ filter, offset, limit, orderByFields, isFavorite, }: GetProjectsParams): Promise<ProjectsListDc>; | ||
checkLimits(workspace?: string): Promise<WorkspaceLimitsDc>; | ||
copyResources(resources?: CopyResourceDc[]): Promise<CopyResourceResultDc[]>; | ||
} | ||
@@ -17,0 +18,0 @@ export declare type GetProjectsParams = { |
@@ -83,3 +83,8 @@ /* | ||
} | ||
copyResources(resources) { | ||
return this.http | ||
.post(`${this.name}/copy`, resources) | ||
.json(); | ||
} | ||
} | ||
//# sourceMappingURL=ResourceCatalog.js.map |
{ | ||
"name": "@evergis/api", | ||
"version": "0.1.58", | ||
"version": "0.1.59", | ||
"license": "ISC", | ||
@@ -5,0 +5,0 @@ "author": "everpoint", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
318259
6693