amocrm-client
Advanced tools
Comparing version 0.0.66 to 0.0.67
@@ -45,3 +45,3 @@ import { CustomFieldValue } from '../interfaces/custom_field'; | ||
_links: SelfLinkDTO; | ||
constructor(attributes: ILeadAttributes, factory: ILeadFactory); | ||
constructor(factory: ILeadFactory, attributes: ILeadAttributes); | ||
} | ||
@@ -48,0 +48,0 @@ declare class LossReasonDTO implements ILossReason { |
@@ -25,3 +25,3 @@ "use strict"; | ||
let LeadDTO = class LeadDTO extends ResourceEntity_1.default { | ||
constructor(attributes, factory) { | ||
constructor(factory, attributes) { | ||
super(factory, attributes); | ||
@@ -28,0 +28,0 @@ console.log(factory, attributes); |
{ | ||
"name": "amocrm-client", | ||
"version": "0.0.66", | ||
"version": "0.0.67", | ||
"description": "JS Library for AmoCRM", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet