dochub-sdk 0.1.238 → 0.1.240

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.
@@ -78,8 +78,8 @@ export type DocHubResourceMeta = DocHubResourceMetaFile | DocHubResourceMetaFold
78
78
  * Информация о версии ресурса
79
79
  */
80
80
  export interface IDocHubResourceVersion {
81
- version: string; // Идентификатор версии в формате определенном протоколом
82
- uri: string; // URI файла версии
81
+ uid: string; // Идентификатор версии в формате определенном протоколом
82
+ uri: string; // URI файла в этой версии
83
83
  moment: Date; // Дата и время версии
84
84
  author: string; // Автор версии
85
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.238",
3
+ "version": "0.1.240",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",