amocrm-client
Version:
JS Library for AmoCRM
14 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hasUpdate = exports.hasGetById = exports.hasGetByCriteria = exports.hasDeleteById = exports.hasCreate = void 0;
var hasCreate_1 = require("./hasCreate");
Object.defineProperty(exports, "hasCreate", { enumerable: true, get: function () { return hasCreate_1.hasCreate; } });
var hasDeleteById_1 = require("./hasDeleteById");
Object.defineProperty(exports, "hasDeleteById", { enumerable: true, get: function () { return hasDeleteById_1.hasDeleteById; } });
var hasGetByCriteria_1 = require("./hasGetByCriteria");
Object.defineProperty(exports, "hasGetByCriteria", { enumerable: true, get: function () { return hasGetByCriteria_1.hasGetByCriteria; } });
var hasGetById_1 = require("./hasGetById");
Object.defineProperty(exports, "hasGetById", { enumerable: true, get: function () { return hasGetById_1.hasGetById; } });
var hasUpdate_1 = require("./hasUpdate");
Object.defineProperty(exports, "hasUpdate", { enumerable: true, get: function () { return hasUpdate_1.hasUpdate; } });
//# sourceMappingURL=index.js.map