dochub-sdk 0.1.43 → 0.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,7 @@ export interface IDocHubObjectMeta {
7
7
  symbol?: string; // Символ объекта для визуализации на диаграммах
8
8
  title?: string; // Название объекта
9
9
  description?: string; // Описание объекта
10
+ constructor?: string; // RegEx паттерн конструктора объектов
10
11
  }
11
12
 
12
13
  // Редакторы документов
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.43",
3
+ "version": "0.1.44",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",