UNPKG

moysklad-api-model

Version:

Объектная модель API МойСклад для TypeScript проектов

22 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.embeddedEntityAttributeTypes = exports.simpleAttributeTypes = void 0; exports.simpleAttributeTypes = [ 'string', 'long', 'time', 'double', 'boolean', 'text', 'link' ]; exports.embeddedEntityAttributeTypes = [ 'organization', 'counterparty', 'employee', 'contract', 'product', 'project', 'store' ]; //# sourceMappingURL=Attribute.js.map