@wix/auto_sdk_media_files 1.0.26 → 1.0.28
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -12
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -12
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +4 -12
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +4 -12
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -2
- package/package.json +2 -2
|
@@ -755,7 +755,7 @@ interface GenerateFileUploadUrlRequest {
|
|
|
755
755
|
mimeType: string | null;
|
|
756
756
|
/**
|
|
757
757
|
* Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
|
|
758
|
-
* <br /> **
|
|
758
|
+
* <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
|
|
759
759
|
* @maxLength 200
|
|
760
760
|
*/
|
|
761
761
|
fileName?: string | null;
|
|
@@ -866,7 +866,7 @@ interface GenerateFileResumableUploadUrlRequest {
|
|
|
866
866
|
mimeType: string | null;
|
|
867
867
|
/**
|
|
868
868
|
* Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
|
|
869
|
-
* <br /> **
|
|
869
|
+
* <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
|
|
870
870
|
* @maxLength 200
|
|
871
871
|
*/
|
|
872
872
|
fileName?: string | null;
|
|
@@ -1612,8 +1612,6 @@ interface FileDescriptorDeletedEnvelope {
|
|
|
1612
1612
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1613
1613
|
* @permissionScope Set Up Automations
|
|
1614
1614
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1615
|
-
* @permissionScope Picasso private app mega scope (site)
|
|
1616
|
-
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1617
1615
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1618
1616
|
* @webhook
|
|
1619
1617
|
* @eventType wix.media.site_media.v1.file_descriptor_deleted
|
|
@@ -1651,8 +1649,6 @@ interface FileDescriptorFileFailedEnvelope {
|
|
|
1651
1649
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1652
1650
|
* @permissionScope Set Up Automations
|
|
1653
1651
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1654
|
-
* @permissionScope Picasso private app mega scope (site)
|
|
1655
|
-
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1656
1652
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1657
1653
|
* @webhook
|
|
1658
1654
|
* @eventType wix.media.site_media.v1.file_descriptor_file_failed
|
|
@@ -1692,8 +1688,6 @@ interface FileDescriptorFileReadyEnvelope {
|
|
|
1692
1688
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1693
1689
|
* @permissionScope Set Up Automations
|
|
1694
1690
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1695
|
-
* @permissionScope Picasso private app mega scope (site)
|
|
1696
|
-
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1697
1691
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1698
1692
|
* @webhook
|
|
1699
1693
|
* @eventType wix.media.site_media.v1.file_descriptor_file_ready
|
|
@@ -1731,8 +1725,6 @@ interface FileDescriptorUpdatedEnvelope {
|
|
|
1731
1725
|
* @permissionScopeId SCOPE.RESTAURANTS.MEGA-SCOPES
|
|
1732
1726
|
* @permissionScope Set Up Automations
|
|
1733
1727
|
* @permissionScopeId SCOPE.CRM.SETUP-AUTOMATIONS
|
|
1734
|
-
* @permissionScope Picasso private app mega scope (site)
|
|
1735
|
-
* @permissionScopeId SCOPE.TEST.MEGA-PICASSO-MANAGE-SITE
|
|
1736
1728
|
* @permissionId MEDIA.SITE_MEDIA_FILES_READ
|
|
1737
1729
|
* @webhook
|
|
1738
1730
|
* @eventType wix.media.site_media.v1.file_descriptor_updated
|
|
@@ -1890,7 +1882,7 @@ declare function generateFileUploadUrl(mimeType: string, options?: GenerateFileU
|
|
|
1890
1882
|
interface GenerateFileUploadUrlOptions {
|
|
1891
1883
|
/**
|
|
1892
1884
|
* Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
|
|
1893
|
-
* <br /> **
|
|
1885
|
+
* <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
|
|
1894
1886
|
* @maxLength 200
|
|
1895
1887
|
*/
|
|
1896
1888
|
fileName?: string | null;
|
|
@@ -1948,7 +1940,7 @@ declare function generateFileResumableUploadUrl(mimeType: string, options?: Gene
|
|
|
1948
1940
|
interface GenerateFileResumableUploadUrlOptions {
|
|
1949
1941
|
/**
|
|
1950
1942
|
* Temporary file name used to identify the file type. For example, a file named "myFile.jpeg" identifies as an "image/jpeg" file type.
|
|
1951
|
-
* <br /> **
|
|
1943
|
+
* <br /> **Notes:** <ul> <li>The name that appears in the Media Manager is taken from the `fileName` parameter in the Generate File Upload Url call.</li> <li>If you specify a `fileName`, the `filename` query parameter in the upload request itself is not required. </li> </ul>
|
|
1952
1944
|
* @maxLength 200
|
|
1953
1945
|
*/
|
|
1954
1946
|
fileName?: string | null;
|