moysklad-api-model
Version:
Объектная модель API МойСклад для TypeScript проектов
22 lines • 476 B
JavaScript
;
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