dochub-sdk 0.1.309 → 0.1.311

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.
@@ -164,7 +164,7 @@ export interface IDocHubTransaction {
164
164
  * Откатывает файл к указанной версии
165
165
  * @param uid - Идентификатор версии в транзакции. Если undefined - откатывает к версии на сервере
166
166
  */
167
- rollbackFileTo(uid: string | undefined): Promise<void>;
167
+ rollbackFileTo(uri: string, uid?: string): Promise<void>;
168
168
 
169
169
  /**
170
170
  * Удаляет запись об изменении из транзакции
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.309",
3
+ "version": "0.1.311",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",