@wix/media 1.0.19 → 1.0.20
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.
|
@@ -137,7 +137,7 @@ export interface UpdateFolderRequest {
|
|
|
137
137
|
displayName?: string | null;
|
|
138
138
|
/** ID of the folder's parent folder. */
|
|
139
139
|
parentFolderId?: string | null;
|
|
140
|
-
/**
|
|
140
|
+
/** The folder to update. */
|
|
141
141
|
folder: Folder;
|
|
142
142
|
}
|
|
143
143
|
export interface UpdateFolderResponse {
|
|
@@ -149,7 +149,7 @@ export interface UpdateFolderRequest {
|
|
|
149
149
|
displayName?: string | null;
|
|
150
150
|
/** ID of the folder's parent folder. */
|
|
151
151
|
parentFolderId?: string | null;
|
|
152
|
-
/**
|
|
152
|
+
/** The folder to update. */
|
|
153
153
|
folder: Folder;
|
|
154
154
|
}
|
|
155
155
|
export interface UpdateFolderResponse {
|
|
@@ -137,7 +137,7 @@ export interface UpdateFolderRequest {
|
|
|
137
137
|
displayName?: string | null;
|
|
138
138
|
/** ID of the folder's parent folder. */
|
|
139
139
|
parentFolderId?: string | null;
|
|
140
|
-
/**
|
|
140
|
+
/** The folder to update. */
|
|
141
141
|
folder: Folder;
|
|
142
142
|
}
|
|
143
143
|
export interface UpdateFolderResponse {
|
|
@@ -149,7 +149,7 @@ export interface UpdateFolderRequest {
|
|
|
149
149
|
displayName?: string | null;
|
|
150
150
|
/** ID of the folder's parent folder. */
|
|
151
151
|
parentFolderId?: string | null;
|
|
152
|
-
/**
|
|
152
|
+
/** The folder to update. */
|
|
153
153
|
folder: Folder;
|
|
154
154
|
}
|
|
155
155
|
export interface UpdateFolderResponse {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/media",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "d17302be139181af20c35de148644b2019fb57767d9ff0b8093687f9"
|
|
37
37
|
}
|