dochub-sdk 0.1.271 → 0.1.272
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 +0 -9
- package/package.json +1 -1
package/interfaces/datalake.ts
CHANGED
@@ -133,19 +133,10 @@ export enum DocHubTransactionEvents {
|
|
133
133
|
changeStatus = 'transaction-change-status'
|
134
134
|
}
|
135
135
|
|
136
|
-
/**
|
137
|
-
* Идентификатор транзакции
|
138
|
-
*/
|
139
|
-
export type DocHubTransactionUID = string;
|
140
|
-
|
141
136
|
/**
|
142
137
|
* Транзакция на изменения DataLake
|
143
138
|
*/
|
144
139
|
export interface IDocHubTransaction {
|
145
|
-
/**
|
146
|
-
* Возвращает уникальный идентификатор транзакции
|
147
|
-
*/
|
148
|
-
getUID(): DocHubTransactionUID;
|
149
140
|
/**
|
150
141
|
* Возвращает текущее состояние транзакции
|
151
142
|
*/
|