nb-js-client 0.0.67 → 0.0.68
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.
|
@@ -43,6 +43,7 @@ export interface RequestStorageListParams extends RequestBaseParams {
|
|
|
43
43
|
from_sharing_token?: string;
|
|
44
44
|
from_path?: string;
|
|
45
45
|
from_sharing_password?: string;
|
|
46
|
+
is_search_dir?: null | boolean;
|
|
46
47
|
}
|
|
47
48
|
export interface StorageElementPasteParams {
|
|
48
49
|
paths: StorageElementPaste[];
|
package/dist/index.d.ts
CHANGED
|
@@ -1131,6 +1131,7 @@ interface RequestStorageListParams extends RequestBaseParams {
|
|
|
1131
1131
|
from_sharing_token?: string;
|
|
1132
1132
|
from_path?: string;
|
|
1133
1133
|
from_sharing_password?: string;
|
|
1134
|
+
is_search_dir?: null | boolean;
|
|
1134
1135
|
}
|
|
1135
1136
|
interface StorageElementPasteParams {
|
|
1136
1137
|
paths: StorageElementPaste[];
|