@wix/auto_sdk_media_files 1.0.87 → 1.0.88

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.
@@ -45,7 +45,7 @@ var GetFileDescriptorResponse = z.object({
45
45
  _id: z.string().describe(
46
46
  "File ID. Generated when a file is uploaded to the Media Manager."
47
47
  ).max(1e3).optional(),
48
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
48
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
49
49
  url: z.string().describe("Static URL of the file.").url().optional(),
50
50
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
51
51
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -254,7 +254,7 @@ var GetFileDescriptorsResponse = z.object({
254
254
  _id: z.string().describe(
255
255
  "File ID. Generated when a file is uploaded to the Media Manager."
256
256
  ).max(1e3).optional(),
257
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
257
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
258
258
  url: z.string().describe("Static URL of the file.").url().optional(),
259
259
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
260
260
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -473,7 +473,7 @@ var UpdateFileDescriptorRequest = z.object({
473
473
  _id: z.string().describe(
474
474
  "File ID. Generated when a file is uploaded to the Media Manager."
475
475
  ).max(1e3),
476
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
476
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
477
477
  url: z.string().describe("Static URL of the file.").url().optional(),
478
478
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
479
479
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -682,7 +682,7 @@ var UpdateFileDescriptorResponse = z.object({
682
682
  _id: z.string().describe(
683
683
  "File ID. Generated when a file is uploaded to the Media Manager."
684
684
  ).max(1e3).optional(),
685
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
685
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
686
686
  url: z.string().describe("Static URL of the file.").url().optional(),
687
687
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
688
688
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -953,7 +953,7 @@ var ImportFileRequest = z.object({
953
953
  "MODEL3D",
954
954
  "OTHER"
955
955
  ]).optional(),
956
- displayName: z.string().describe("File name that appears in the Media Manager.").max(200).optional().nullable(),
956
+ displayName: z.string().describe("File name that appears in the Media Manager.").max(255).optional().nullable(),
957
957
  parentFolderId: z.string().describe(
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(),
@@ -984,7 +984,7 @@ var ImportFileResponse = z.object({
984
984
  _id: z.string().describe(
985
985
  "File ID. Generated when a file is uploaded to the Media Manager."
986
986
  ).max(1e3).optional(),
987
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
987
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
988
988
  url: z.string().describe("Static URL of the file.").url().optional(),
989
989
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
990
990
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -1204,7 +1204,7 @@ var BulkImportFilesRequest = z.object({
1204
1204
  "MODEL3D",
1205
1205
  "OTHER"
1206
1206
  ]).optional(),
1207
- displayName: z.string().describe("File name that appears in the Media Manager.").max(200).optional().nullable(),
1207
+ displayName: z.string().describe("File name that appears in the Media Manager.").max(255).optional().nullable(),
1208
1208
  parentFolderId: z.string().describe(
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(),
@@ -1239,7 +1239,7 @@ var BulkImportFilesResponse = z.object({
1239
1239
  _id: z.string().describe(
1240
1240
  "File ID. Generated when a file is uploaded to the Media Manager."
1241
1241
  ).max(1e3).optional(),
1242
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
1242
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
1243
1243
  url: z.string().describe("Static URL of the file.").url().optional(),
1244
1244
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
1245
1245
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -1468,7 +1468,7 @@ var BulkImportFileRequest = z.object({
1468
1468
  "MODEL3D",
1469
1469
  "OTHER"
1470
1470
  ]).optional(),
1471
- displayName: z.string().describe("File name that appears in the Media Manager.").max(200).optional().nullable(),
1471
+ displayName: z.string().describe("File name that appears in the Media Manager.").max(255).optional().nullable(),
1472
1472
  parentFolderId: z.string().describe(
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(),
@@ -1523,7 +1523,7 @@ var BulkImportFileResponse = z.object({
1523
1523
  _id: z.string().describe(
1524
1524
  "File ID. Generated when a file is uploaded to the Media Manager."
1525
1525
  ).max(1e3).optional(),
1526
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
1526
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
1527
1527
  url: z.string().describe("Static URL of the file.").url().optional(),
1528
1528
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
1529
1529
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -1788,7 +1788,7 @@ var ListFilesResponse = z.object({
1788
1788
  _id: z.string().describe(
1789
1789
  "File ID. Generated when a file is uploaded to the Media Manager."
1790
1790
  ).max(1e3).optional(),
1791
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
1791
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
1792
1792
  url: z.string().describe("Static URL of the file.").url().optional(),
1793
1793
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
1794
1794
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -2056,7 +2056,7 @@ var SearchFilesResponse = z.object({
2056
2056
  _id: z.string().describe(
2057
2057
  "File ID. Generated when a file is uploaded to the Media Manager."
2058
2058
  ).max(1e3).optional(),
2059
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
2059
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
2060
2060
  url: z.string().describe("Static URL of the file.").url().optional(),
2061
2061
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
2062
2062
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -2350,7 +2350,7 @@ var ListDeletedFilesResponse = z.object({
2350
2350
  _id: z.string().describe(
2351
2351
  "File ID. Generated when a file is uploaded to the Media Manager."
2352
2352
  ).max(1e3).optional(),
2353
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
2353
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
2354
2354
  url: z.string().describe("Static URL of the file.").url().optional(),
2355
2355
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
2356
2356
  hash: z.string().describe("File hash.").max(100).optional(),
@@ -2612,7 +2612,7 @@ var QueryFileDescriptorsResponse = z.object({
2612
2612
  _id: z.string().describe(
2613
2613
  "File ID. Generated when a file is uploaded to the Media Manager."
2614
2614
  ).max(1e3).optional(),
2615
- displayName: z.string().describe("File name as it appears in the Media Manager.").max(200).optional(),
2615
+ displayName: z.string().describe("File name as it appears in the Media Manager.").max(255).optional(),
2616
2616
  url: z.string().describe("Static URL of the file.").url().optional(),
2617
2617
  parentFolderId: z.string().describe("ID of the file's parent folder.").max(100).optional().nullable(),
2618
2618
  hash: z.string().describe("File hash.").max(100).optional(),