@wix/auto_sdk_media_files 1.0.76 → 1.0.78
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.d.ts +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +222 -33
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +205 -19
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +11 -9
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +6 -6
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +222 -33
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +205 -19
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +11 -9
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +6 -6
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +222 -33
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +205 -19
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +11 -9
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +6 -6
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +222 -33
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +205 -19
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +11 -9
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -893,7 +893,7 @@ var GenerateFileUploadUrlRequest = z.object({
|
|
|
893
893
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`.<br />\nDefault: `media-root`."
|
|
894
894
|
).max(100).optional().nullable(),
|
|
895
895
|
private: z.boolean().describe(
|
|
896
|
-
"Whether the file will be public or private. Learn more about
|
|
896
|
+
"Whether the file will be public or private. Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
897
897
|
).optional().nullable(),
|
|
898
898
|
labels: z.array(z.string()).max(50).optional(),
|
|
899
899
|
externalInfo: z.object({
|
|
@@ -923,7 +923,7 @@ var GenerateFileResumableUploadUrlRequest = z.object({
|
|
|
923
923
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`.<br />\nDefault: `media-root`."
|
|
924
924
|
).max(100).optional().nullable(),
|
|
925
925
|
private: z.boolean().describe(
|
|
926
|
-
"Whether the file will be public or private. Learn more about
|
|
926
|
+
"Whether the file will be public or private. Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
927
927
|
).optional().nullable(),
|
|
928
928
|
labels: z.array(z.string()).max(500).optional(),
|
|
929
929
|
uploadProtocol: z.enum(["TUS"]).optional(),
|
|
@@ -958,7 +958,7 @@ var ImportFileRequest = z.object({
|
|
|
958
958
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
959
959
|
).max(100).optional().nullable(),
|
|
960
960
|
private: z.boolean().describe(
|
|
961
|
-
"Whether the file will be public or private. Learn more about
|
|
961
|
+
"Whether the file will be public or private. Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
962
962
|
).optional().nullable(),
|
|
963
963
|
labels: z.array(z.string()).max(500).optional(),
|
|
964
964
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -1209,7 +1209,7 @@ var BulkImportFilesRequest = z.object({
|
|
|
1209
1209
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
1210
1210
|
).max(100).optional().nullable(),
|
|
1211
1211
|
private: z.boolean().describe(
|
|
1212
|
-
"Whether the file will be public or private. Learn more about
|
|
1212
|
+
"Whether the file will be public or private. Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
1213
1213
|
).optional().nullable(),
|
|
1214
1214
|
labels: z.array(z.string()).max(500).optional(),
|
|
1215
1215
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -1473,7 +1473,7 @@ var BulkImportFileRequest = z.object({
|
|
|
1473
1473
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
1474
1474
|
).max(100).optional().nullable(),
|
|
1475
1475
|
private: z.boolean().describe(
|
|
1476
|
-
"Whether the file will be public or private. Learn more about
|
|
1476
|
+
"Whether the file will be public or private. Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
1477
1477
|
).optional().nullable(),
|
|
1478
1478
|
labels: z.array(z.string()).max(500).optional(),
|
|
1479
1479
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -2034,7 +2034,7 @@ var SearchFilesRequest = z.object({
|
|
|
2034
2034
|
])
|
|
2035
2035
|
).max(30).optional(),
|
|
2036
2036
|
private: z.boolean().describe(
|
|
2037
|
-
"Whether to return only private or only public files.\n+ `true`: Returns only private files.\n+ `false`: Returns only public files.\n+ `undefined`: Returns public and private files.\n\nLearn more about
|
|
2037
|
+
"Whether to return only private or only public files.\n+ `true`: Returns only private files.\n+ `false`: Returns only public files.\n+ `undefined`: Returns public and private files.\n\nLearn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
2038
2038
|
).optional().nullable(),
|
|
2039
2039
|
sort: z.object({
|
|
2040
2040
|
fieldName: z.string().describe("Name of the field to sort by.").max(512).optional(),
|
|
@@ -2328,7 +2328,7 @@ var ListDeletedFilesRequest = z.object({
|
|
|
2328
2328
|
])
|
|
2329
2329
|
).max(30).optional(),
|
|
2330
2330
|
private: z.boolean().describe(
|
|
2331
|
-
"\\n`true`: Returns only private files. \\n`false`: Returns only public files. \\n`undefined`: Returns public and private files. \\n Learn more about
|
|
2331
|
+
"\\n`true`: Returns only private files. \\n`false`: Returns only public files. \\n`undefined`: Returns public and private files. \\n Learn more [about private files](https://dev.wix.com/docs/api-reference/assets/media/media-manager/files/private-files)."
|
|
2332
2332
|
).optional().nullable(),
|
|
2333
2333
|
sort: z.object({
|
|
2334
2334
|
fieldName: z.string().describe("Name of the field to sort by.").max(512).optional(),
|
|
@@ -2602,7 +2602,9 @@ var QueryFileDescriptorsRequest = z.object({
|
|
|
2602
2602
|
)
|
|
2603
2603
|
})
|
|
2604
2604
|
])
|
|
2605
|
-
).describe(
|
|
2605
|
+
).describe(
|
|
2606
|
+
"Query options, including filter, sort, and cursor paging.\n\nSee [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language) and\n[Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging) for more information."
|
|
2607
|
+
)
|
|
2606
2608
|
});
|
|
2607
2609
|
var QueryFileDescriptorsResponse = z.object({
|
|
2608
2610
|
files: z.array(
|
|
@@ -2835,7 +2837,7 @@ var QueryFileDescriptorsResponse = z.object({
|
|
|
2835
2837
|
"Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used."
|
|
2836
2838
|
).optional()
|
|
2837
2839
|
}).describe(
|
|
2838
|
-
"
|
|
2840
|
+
"Paging metadata, including the cursors for the next and previous pages."
|
|
2839
2841
|
).optional()
|
|
2840
2842
|
});
|
|
2841
2843
|
export {
|