dochub-sdk 0.1.152 → 0.1.154
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.
- package/interfaces/datalake.ts +1 -1
- package/package.json +2 -3
package/interfaces/datalake.ts
CHANGED
|
@@ -173,7 +173,7 @@ export interface IDocHubFileEditorItem {
|
|
|
173
173
|
export interface IDocHubFileEditorContext {
|
|
174
174
|
uri?: string; // URI файла открытого на редактирование.
|
|
175
175
|
// Если не определено берется из параметра openFileEditor
|
|
176
|
-
contentType
|
|
176
|
+
contentType?: string; // Тип контента файла.
|
|
177
177
|
// Если не определено берется из данных полученных о файле в процессе открытия.
|
|
178
178
|
[key: string]: any; // Произвольные ключи и значения
|
|
179
179
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dochub-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.154",
|
|
4
4
|
"description": "The DocHub System Development Kit.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "index.ts",
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"author": "R.Piontik",
|
|
24
24
|
"license": "GPLV3",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"axios": "0.21.4"
|
|
27
|
-
"codemirror": "6.0.1"
|
|
26
|
+
"axios": "0.21.4"
|
|
28
27
|
}
|
|
29
28
|
}
|