nb-js-client 1.0.43 → 1.0.45
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/dist/index.d.ts
CHANGED
|
@@ -1043,6 +1043,7 @@ interface PayloadArchive {
|
|
|
1043
1043
|
interface Permission {
|
|
1044
1044
|
group_name: Lang;
|
|
1045
1045
|
permissions: PermissionItem[];
|
|
1046
|
+
group_description?: Lang;
|
|
1046
1047
|
}
|
|
1047
1048
|
interface PermissionItem {
|
|
1048
1049
|
id: number;
|
|
@@ -1347,6 +1348,7 @@ interface RequestStorageListParams extends RequestBaseParams {
|
|
|
1347
1348
|
zip_prefix?: string;
|
|
1348
1349
|
show_hidden?: boolean;
|
|
1349
1350
|
without_tags?: boolean;
|
|
1351
|
+
tag_ids?: number[];
|
|
1350
1352
|
}
|
|
1351
1353
|
interface StorageElementPasteParams {
|
|
1352
1354
|
paths: StorageElementPaste[];
|