@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.
@@ -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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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("Query object")
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
- "The metadata for the page including the next cursor if one exist"
2840
+ "Paging metadata, including the cursors for the next and previous pages."
2839
2841
  ).optional()
2840
2842
  });
2841
2843
  export {