dochub-sdk 0.1.277 → 0.1.278

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.
@@ -110,7 +110,6 @@ export interface IDocHubTransactionChangeRecord extends IDocHubResourceVersion {
110
110
  * Метаданные файла входящего в транзакцию
111
111
  */
112
112
  export type IDocHubTransactionFile = {
113
- uid: string; // UUID записи
114
113
  uri: string; // URI файла
115
114
  content: string; // Содержимое файла
116
115
  headers: IDocHubTransactionFileHeaders; // Заголовки (метаданные) файла
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.277",
3
+ "version": "0.1.278",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",