Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@evergis/api

Package Overview
Dependencies
Maintainers
6
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evergis/api - npm Package Compare versions

Comparing version 0.1.58 to 0.1.59

3

es/__generated__/ResourceCatalog.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc