New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amocrm-client

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amocrm-client - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

3

dist/api/models/Lead.d.ts

@@ -8,2 +8,4 @@ import { TConstructor } from "../../types";

import { IUser } from "./User";
import { ContactCriteria } from "../../interfaces/contact";
import { IContact } from "./Contact";
export interface ILead extends IResourceEntity<ILeadFactory>, ILeadAttributes {

@@ -56,4 +58,5 @@ /**

fetch(criteria?: LeadCriteria, options?: IRequestOptions): Promise<ILead>;
contacts(criteria?: Pick<ContactCriteria, "with">, options?: IRequestOptions): Promise<IContact | false>;
responsibleUser(criteria?: Pick<UserCriteria, "with">, options?: IRequestOptions): Promise<IUser | false>;
}
export declare const Lead: TConstructor<ILead>;

2

package.json
{
"name": "amocrm-client",
"version": "0.0.17",
"version": "0.0.18",
"description": "JS Library for AmoCRM",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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