nb-js-client 1.0.21 → 1.0.22
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.
|
@@ -57,6 +57,7 @@ export interface StorageElementPasteParams {
|
|
|
57
57
|
overwrite: boolean;
|
|
58
58
|
from_divide_id?: number | null;
|
|
59
59
|
to_divide_id?: number | null;
|
|
60
|
+
resolve_conflict_duplicate?: boolean;
|
|
60
61
|
}
|
|
61
62
|
export type CreateStorageElementParams = Pick<StorageElement, 'created_by_extension' | 'divide_id' | 'name' | 'type' | 'path'> & {
|
|
62
63
|
is_work_dir?: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -1260,6 +1260,7 @@ interface StorageElementPasteParams {
|
|
|
1260
1260
|
overwrite: boolean;
|
|
1261
1261
|
from_divide_id?: number | null;
|
|
1262
1262
|
to_divide_id?: number | null;
|
|
1263
|
+
resolve_conflict_duplicate?: boolean;
|
|
1263
1264
|
}
|
|
1264
1265
|
type CreateStorageElementParams = Pick<StorageElement, 'created_by_extension' | 'divide_id' | 'name' | 'type' | 'path'> & {
|
|
1265
1266
|
is_work_dir?: boolean;
|