Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Aug 2, 2021
1 parent 6f45f8d commit 5094d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moysklad-api-model",
"version": "0.4.4",
"version": "0.4.5",
"description": "Объектная модель API МойСклад для TypeScript проектов",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
4 changes: 1 addition & 3 deletions src/model/Organization.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import type { Company } from './Company'
import type { EntityRef } from './EntityRef'
import type { MetaType } from './MetaType'
import type { Company, EntityRef } from '.'

export interface Organization extends Company<'organization'> {
/** Включен ли ЕГАИС для данного юрлица */
Expand Down

0 comments on commit 5094d4a

Please sign in to comment.