dochub-sdk 0.1.272 → 0.1.274

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.
@@ -122,7 +122,7 @@ export type IDocHubTransactionFile = {
122
122
  export enum DocHubTransactionStatus {
123
123
  open = 'open', // Открыта и готова к изменениям
124
124
  committing = 'committing', // В процессе применения. Не готова к изменениям.
125
- canceling = 'committing', // В процессе отмены. Не готова к изменениям.
125
+ canceling = 'canceling', // В процессе отмены. Не готова к изменениям.
126
126
  close = 'close' // Завершена. Не готова изменениям.
127
127
  }
128
128
 
@@ -61,6 +61,7 @@ export enum EditorEvents {
61
61
  contextAppend = '#edit-context-append', // Контекст добавлен
62
62
  contextUpdated = '#edit-context-updated', // Контекст претерпел изменения
63
63
  contextRemoved = '#edit-context-removed', // Контекст удален
64
+ contextChanged = '#edit-context-changed', // Текущий контекст сменился
64
65
  /**
65
66
  * События редактора
66
67
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dochub-sdk",
3
- "version": "0.1.272",
3
+ "version": "0.1.274",
4
4
  "description": "The DocHub System Development Kit.",
5
5
  "private": false,
6
6
  "main": "index.ts",