@wix/auto_sdk_media_files 1.0.32 → 1.0.34

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.
@@ -1015,6 +1015,101 @@ function listDeletedFiles(payload) {
1015
1015
  return __listDeletedFiles;
1016
1016
  }
1017
1017
 
1018
+ // src/media-site-media-v1-file-descriptor-files.types.ts
1019
+ var MediaType = /* @__PURE__ */ ((MediaType2) => {
1020
+ MediaType2["UNKNOWN"] = "UNKNOWN";
1021
+ MediaType2["IMAGE"] = "IMAGE";
1022
+ MediaType2["VIDEO"] = "VIDEO";
1023
+ MediaType2["AUDIO"] = "AUDIO";
1024
+ MediaType2["DOCUMENT"] = "DOCUMENT";
1025
+ MediaType2["VECTOR"] = "VECTOR";
1026
+ MediaType2["ARCHIVE"] = "ARCHIVE";
1027
+ MediaType2["MODEL3D"] = "MODEL3D";
1028
+ MediaType2["OTHER"] = "OTHER";
1029
+ return MediaType2;
1030
+ })(MediaType || {});
1031
+ var OperationStatus = /* @__PURE__ */ ((OperationStatus2) => {
1032
+ OperationStatus2["FAILED"] = "FAILED";
1033
+ OperationStatus2["READY"] = "READY";
1034
+ OperationStatus2["PENDING"] = "PENDING";
1035
+ return OperationStatus2;
1036
+ })(OperationStatus || {});
1037
+ var State = /* @__PURE__ */ ((State2) => {
1038
+ State2["OK"] = "OK";
1039
+ State2["DELETED"] = "DELETED";
1040
+ return State2;
1041
+ })(State || {});
1042
+ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1043
+ Namespace2["NO_NAMESPACE"] = "NO_NAMESPACE";
1044
+ Namespace2["OTHERS"] = "OTHERS";
1045
+ Namespace2["WIX_VIDEO"] = "WIX_VIDEO";
1046
+ Namespace2["WIX_MUSIC"] = "WIX_MUSIC";
1047
+ Namespace2["ALBUMS_AND_ART_STORE"] = "ALBUMS_AND_ART_STORE";
1048
+ Namespace2["WIX_ECOM"] = "WIX_ECOM";
1049
+ Namespace2["PHOTO_SHARE_APP"] = "PHOTO_SHARE_APP";
1050
+ Namespace2["SHARING_APP"] = "SHARING_APP";
1051
+ Namespace2["CHAT"] = "CHAT";
1052
+ Namespace2["LOGO_BUILDER"] = "LOGO_BUILDER";
1053
+ Namespace2["ALBUMS_OLD"] = "ALBUMS_OLD";
1054
+ Namespace2["CHAT_MOBILE"] = "CHAT_MOBILE";
1055
+ Namespace2["WIX_FORMS"] = "WIX_FORMS";
1056
+ Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
1057
+ Namespace2["PORTFOLIO"] = "PORTFOLIO";
1058
+ return Namespace2;
1059
+ })(Namespace || {});
1060
+ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
1061
+ IdentityType2["UNKNOWN"] = "UNKNOWN";
1062
+ IdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1063
+ IdentityType2["MEMBER"] = "MEMBER";
1064
+ IdentityType2["WIX_USER"] = "WIX_USER";
1065
+ IdentityType2["APP"] = "APP";
1066
+ return IdentityType2;
1067
+ })(IdentityType || {});
1068
+ var ImageAnnotationType = /* @__PURE__ */ ((ImageAnnotationType2) => {
1069
+ ImageAnnotationType2["UNKNOWN_IMAGE_ANNOTATION_TYPE"] = "UNKNOWN_IMAGE_ANNOTATION_TYPE";
1070
+ ImageAnnotationType2["CONTAINS_TEXT"] = "CONTAINS_TEXT";
1071
+ ImageAnnotationType2["IS_ANIMATED"] = "IS_ANIMATED";
1072
+ ImageAnnotationType2["FACES"] = "FACES";
1073
+ ImageAnnotationType2["LABELS"] = "LABELS";
1074
+ ImageAnnotationType2["COLORS"] = "COLORS";
1075
+ ImageAnnotationType2["CAPTION"] = "CAPTION";
1076
+ return ImageAnnotationType2;
1077
+ })(ImageAnnotationType || {});
1078
+ var ContentDisposition = /* @__PURE__ */ ((ContentDisposition2) => {
1079
+ ContentDisposition2["ATTACHMENT"] = "ATTACHMENT";
1080
+ ContentDisposition2["INLINE"] = "INLINE";
1081
+ return ContentDisposition2;
1082
+ })(ContentDisposition || {});
1083
+ var UploadProtocol = /* @__PURE__ */ ((UploadProtocol2) => {
1084
+ UploadProtocol2["TUS"] = "TUS";
1085
+ return UploadProtocol2;
1086
+ })(UploadProtocol || {});
1087
+ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1088
+ SortOrder2["ASC"] = "ASC";
1089
+ SortOrder2["DESC"] = "DESC";
1090
+ return SortOrder2;
1091
+ })(SortOrder || {});
1092
+ var RootFolder = /* @__PURE__ */ ((RootFolder2) => {
1093
+ RootFolder2["MEDIA_ROOT"] = "MEDIA_ROOT";
1094
+ RootFolder2["TRASH_ROOT"] = "TRASH_ROOT";
1095
+ RootFolder2["VISITOR_UPLOADS_ROOT"] = "VISITOR_UPLOADS_ROOT";
1096
+ return RootFolder2;
1097
+ })(RootFolder || {});
1098
+ var StreamFormat = /* @__PURE__ */ ((StreamFormat2) => {
1099
+ StreamFormat2["UNKNOWN"] = "UNKNOWN";
1100
+ StreamFormat2["HLS"] = "HLS";
1101
+ StreamFormat2["DASH"] = "DASH";
1102
+ return StreamFormat2;
1103
+ })(StreamFormat || {});
1104
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1105
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1106
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1107
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1108
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1109
+ WebhookIdentityType2["APP"] = "APP";
1110
+ return WebhookIdentityType2;
1111
+ })(WebhookIdentityType || {});
1112
+
1018
1113
  // src/media-site-media-v1-file-descriptor-files.meta.ts
1019
1114
  function generateFilesDownloadUrl2() {
1020
1115
  const payload = {};
@@ -1315,6 +1410,18 @@ function listDeletedFiles2() {
1315
1410
  };
1316
1411
  }
1317
1412
  export {
1413
+ ContentDisposition as ContentDispositionOriginal,
1414
+ IdentityType as IdentityTypeOriginal,
1415
+ ImageAnnotationType as ImageAnnotationTypeOriginal,
1416
+ MediaType as MediaTypeOriginal,
1417
+ Namespace as NamespaceOriginal,
1418
+ OperationStatus as OperationStatusOriginal,
1419
+ RootFolder as RootFolderOriginal,
1420
+ SortOrder as SortOrderOriginal,
1421
+ State as StateOriginal,
1422
+ StreamFormat as StreamFormatOriginal,
1423
+ UploadProtocol as UploadProtocolOriginal,
1424
+ WebhookIdentityType as WebhookIdentityTypeOriginal,
1318
1425
  bulkDeleteFiles2 as bulkDeleteFiles,
1319
1426
  bulkImportFile2 as bulkImportFile,
1320
1427
  bulkImportFiles2 as bulkImportFiles,