@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.
@@ -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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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 [private files](https://dev.wix.com/docs/rest/assets/media/media-manager/files/private-files)."
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("Query object")
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
- "The metadata for the page including the next cursor if one exist"
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: