@wix/auto_sdk_media_files 1.0.76 → 1.0.77
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 +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +44 -32
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +27 -18
- 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 +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +44 -32
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +27 -18
- 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 +5 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +44 -32
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +27 -18
- 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 +5 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +44 -32
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +27 -18
- 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
package/build/cjs/schemas.js
CHANGED
|
@@ -962,7 +962,7 @@ var GenerateFileUploadUrlRequest = z.object({
|
|
|
962
962
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`.<br />\nDefault: `media-root`."
|
|
963
963
|
).max(100).optional().nullable(),
|
|
964
964
|
private: z.boolean().describe(
|
|
965
|
-
"Whether the file will be public or private. Learn more about
|
|
965
|
+
"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)."
|
|
966
966
|
).optional().nullable(),
|
|
967
967
|
labels: z.array(z.string()).max(50).optional(),
|
|
968
968
|
externalInfo: z.object({
|
|
@@ -992,7 +992,7 @@ var GenerateFileResumableUploadUrlRequest = z.object({
|
|
|
992
992
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`.<br />\nDefault: `media-root`."
|
|
993
993
|
).max(100).optional().nullable(),
|
|
994
994
|
private: z.boolean().describe(
|
|
995
|
-
"Whether the file will be public or private. Learn more about
|
|
995
|
+
"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)."
|
|
996
996
|
).optional().nullable(),
|
|
997
997
|
labels: z.array(z.string()).max(500).optional(),
|
|
998
998
|
uploadProtocol: z.enum(["TUS"]).optional(),
|
|
@@ -1027,7 +1027,7 @@ var ImportFileRequest = z.object({
|
|
|
1027
1027
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
1028
1028
|
).max(100).optional().nullable(),
|
|
1029
1029
|
private: z.boolean().describe(
|
|
1030
|
-
"Whether the file will be public or private. Learn more about
|
|
1030
|
+
"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)."
|
|
1031
1031
|
).optional().nullable(),
|
|
1032
1032
|
labels: z.array(z.string()).max(500).optional(),
|
|
1033
1033
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -1278,7 +1278,7 @@ var BulkImportFilesRequest = z.object({
|
|
|
1278
1278
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
1279
1279
|
).max(100).optional().nullable(),
|
|
1280
1280
|
private: z.boolean().describe(
|
|
1281
|
-
"Whether the file will be public or private. Learn more about
|
|
1281
|
+
"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)."
|
|
1282
1282
|
).optional().nullable(),
|
|
1283
1283
|
labels: z.array(z.string()).max(500).optional(),
|
|
1284
1284
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -1542,7 +1542,7 @@ var BulkImportFileRequest = z.object({
|
|
|
1542
1542
|
"ID of the file's parent folder. <br />\nThis folder is the path root for the `filePath`. <br />\nDefault: `media-root`."
|
|
1543
1543
|
).max(100).optional().nullable(),
|
|
1544
1544
|
private: z.boolean().describe(
|
|
1545
|
-
"Whether the file will be public or private. Learn more about
|
|
1545
|
+
"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)."
|
|
1546
1546
|
).optional().nullable(),
|
|
1547
1547
|
labels: z.array(z.string()).max(500).optional(),
|
|
1548
1548
|
mimeType: z.string().describe("File mime type.").max(100).optional(),
|
|
@@ -2103,7 +2103,7 @@ var SearchFilesRequest = z.object({
|
|
|
2103
2103
|
])
|
|
2104
2104
|
).max(30).optional(),
|
|
2105
2105
|
private: z.boolean().describe(
|
|
2106
|
-
"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
|
|
2106
|
+
"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)."
|
|
2107
2107
|
).optional().nullable(),
|
|
2108
2108
|
sort: z.object({
|
|
2109
2109
|
fieldName: z.string().describe("Name of the field to sort by.").max(512).optional(),
|
|
@@ -2397,7 +2397,7 @@ var ListDeletedFilesRequest = z.object({
|
|
|
2397
2397
|
])
|
|
2398
2398
|
).max(30).optional(),
|
|
2399
2399
|
private: z.boolean().describe(
|
|
2400
|
-
"\\n`true`: Returns only private files. \\n`false`: Returns only public files. \\n`undefined`: Returns public and private files. \\n Learn more about
|
|
2400
|
+
"\\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)."
|
|
2401
2401
|
).optional().nullable(),
|
|
2402
2402
|
sort: z.object({
|
|
2403
2403
|
fieldName: z.string().describe("Name of the field to sort by.").max(512).optional(),
|
|
@@ -2671,7 +2671,9 @@ var QueryFileDescriptorsRequest = z.object({
|
|
|
2671
2671
|
)
|
|
2672
2672
|
})
|
|
2673
2673
|
])
|
|
2674
|
-
).describe(
|
|
2674
|
+
).describe(
|
|
2675
|
+
"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."
|
|
2676
|
+
)
|
|
2675
2677
|
});
|
|
2676
2678
|
var QueryFileDescriptorsResponse = z.object({
|
|
2677
2679
|
files: z.array(
|
|
@@ -2904,7 +2906,7 @@ var QueryFileDescriptorsResponse = z.object({
|
|
|
2904
2906
|
"Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used."
|
|
2905
2907
|
).optional()
|
|
2906
2908
|
}).describe(
|
|
2907
|
-
"
|
|
2909
|
+
"Paging metadata, including the cursors for the next and previous pages."
|
|
2908
2910
|
).optional()
|
|
2909
2911
|
});
|
|
2910
2912
|
// Annotate the CommonJS export names for ESM import in node:
|