@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.
package/build/cjs/meta.js CHANGED
@@ -20,6 +20,18 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // meta.ts
21
21
  var meta_exports = {};
22
22
  __export(meta_exports, {
23
+ ContentDispositionOriginal: () => ContentDisposition,
24
+ IdentityTypeOriginal: () => IdentityType,
25
+ ImageAnnotationTypeOriginal: () => ImageAnnotationType,
26
+ MediaTypeOriginal: () => MediaType,
27
+ NamespaceOriginal: () => Namespace,
28
+ OperationStatusOriginal: () => OperationStatus,
29
+ RootFolderOriginal: () => RootFolder,
30
+ SortOrderOriginal: () => SortOrder,
31
+ StateOriginal: () => State,
32
+ StreamFormatOriginal: () => StreamFormat,
33
+ UploadProtocolOriginal: () => UploadProtocol,
34
+ WebhookIdentityTypeOriginal: () => WebhookIdentityType,
23
35
  bulkDeleteFiles: () => bulkDeleteFiles2,
24
36
  bulkImportFile: () => bulkImportFile2,
25
37
  bulkImportFiles: () => bulkImportFiles2,
@@ -1056,6 +1068,101 @@ function listDeletedFiles(payload) {
1056
1068
  return __listDeletedFiles;
1057
1069
  }
1058
1070
 
1071
+ // src/media-site-media-v1-file-descriptor-files.types.ts
1072
+ var MediaType = /* @__PURE__ */ ((MediaType2) => {
1073
+ MediaType2["UNKNOWN"] = "UNKNOWN";
1074
+ MediaType2["IMAGE"] = "IMAGE";
1075
+ MediaType2["VIDEO"] = "VIDEO";
1076
+ MediaType2["AUDIO"] = "AUDIO";
1077
+ MediaType2["DOCUMENT"] = "DOCUMENT";
1078
+ MediaType2["VECTOR"] = "VECTOR";
1079
+ MediaType2["ARCHIVE"] = "ARCHIVE";
1080
+ MediaType2["MODEL3D"] = "MODEL3D";
1081
+ MediaType2["OTHER"] = "OTHER";
1082
+ return MediaType2;
1083
+ })(MediaType || {});
1084
+ var OperationStatus = /* @__PURE__ */ ((OperationStatus2) => {
1085
+ OperationStatus2["FAILED"] = "FAILED";
1086
+ OperationStatus2["READY"] = "READY";
1087
+ OperationStatus2["PENDING"] = "PENDING";
1088
+ return OperationStatus2;
1089
+ })(OperationStatus || {});
1090
+ var State = /* @__PURE__ */ ((State2) => {
1091
+ State2["OK"] = "OK";
1092
+ State2["DELETED"] = "DELETED";
1093
+ return State2;
1094
+ })(State || {});
1095
+ var Namespace = /* @__PURE__ */ ((Namespace2) => {
1096
+ Namespace2["NO_NAMESPACE"] = "NO_NAMESPACE";
1097
+ Namespace2["OTHERS"] = "OTHERS";
1098
+ Namespace2["WIX_VIDEO"] = "WIX_VIDEO";
1099
+ Namespace2["WIX_MUSIC"] = "WIX_MUSIC";
1100
+ Namespace2["ALBUMS_AND_ART_STORE"] = "ALBUMS_AND_ART_STORE";
1101
+ Namespace2["WIX_ECOM"] = "WIX_ECOM";
1102
+ Namespace2["PHOTO_SHARE_APP"] = "PHOTO_SHARE_APP";
1103
+ Namespace2["SHARING_APP"] = "SHARING_APP";
1104
+ Namespace2["CHAT"] = "CHAT";
1105
+ Namespace2["LOGO_BUILDER"] = "LOGO_BUILDER";
1106
+ Namespace2["ALBUMS_OLD"] = "ALBUMS_OLD";
1107
+ Namespace2["CHAT_MOBILE"] = "CHAT_MOBILE";
1108
+ Namespace2["WIX_FORMS"] = "WIX_FORMS";
1109
+ Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
1110
+ Namespace2["PORTFOLIO"] = "PORTFOLIO";
1111
+ return Namespace2;
1112
+ })(Namespace || {});
1113
+ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
1114
+ IdentityType2["UNKNOWN"] = "UNKNOWN";
1115
+ IdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1116
+ IdentityType2["MEMBER"] = "MEMBER";
1117
+ IdentityType2["WIX_USER"] = "WIX_USER";
1118
+ IdentityType2["APP"] = "APP";
1119
+ return IdentityType2;
1120
+ })(IdentityType || {});
1121
+ var ImageAnnotationType = /* @__PURE__ */ ((ImageAnnotationType2) => {
1122
+ ImageAnnotationType2["UNKNOWN_IMAGE_ANNOTATION_TYPE"] = "UNKNOWN_IMAGE_ANNOTATION_TYPE";
1123
+ ImageAnnotationType2["CONTAINS_TEXT"] = "CONTAINS_TEXT";
1124
+ ImageAnnotationType2["IS_ANIMATED"] = "IS_ANIMATED";
1125
+ ImageAnnotationType2["FACES"] = "FACES";
1126
+ ImageAnnotationType2["LABELS"] = "LABELS";
1127
+ ImageAnnotationType2["COLORS"] = "COLORS";
1128
+ ImageAnnotationType2["CAPTION"] = "CAPTION";
1129
+ return ImageAnnotationType2;
1130
+ })(ImageAnnotationType || {});
1131
+ var ContentDisposition = /* @__PURE__ */ ((ContentDisposition2) => {
1132
+ ContentDisposition2["ATTACHMENT"] = "ATTACHMENT";
1133
+ ContentDisposition2["INLINE"] = "INLINE";
1134
+ return ContentDisposition2;
1135
+ })(ContentDisposition || {});
1136
+ var UploadProtocol = /* @__PURE__ */ ((UploadProtocol2) => {
1137
+ UploadProtocol2["TUS"] = "TUS";
1138
+ return UploadProtocol2;
1139
+ })(UploadProtocol || {});
1140
+ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
1141
+ SortOrder2["ASC"] = "ASC";
1142
+ SortOrder2["DESC"] = "DESC";
1143
+ return SortOrder2;
1144
+ })(SortOrder || {});
1145
+ var RootFolder = /* @__PURE__ */ ((RootFolder2) => {
1146
+ RootFolder2["MEDIA_ROOT"] = "MEDIA_ROOT";
1147
+ RootFolder2["TRASH_ROOT"] = "TRASH_ROOT";
1148
+ RootFolder2["VISITOR_UPLOADS_ROOT"] = "VISITOR_UPLOADS_ROOT";
1149
+ return RootFolder2;
1150
+ })(RootFolder || {});
1151
+ var StreamFormat = /* @__PURE__ */ ((StreamFormat2) => {
1152
+ StreamFormat2["UNKNOWN"] = "UNKNOWN";
1153
+ StreamFormat2["HLS"] = "HLS";
1154
+ StreamFormat2["DASH"] = "DASH";
1155
+ return StreamFormat2;
1156
+ })(StreamFormat || {});
1157
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1158
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1159
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1160
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1161
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1162
+ WebhookIdentityType2["APP"] = "APP";
1163
+ return WebhookIdentityType2;
1164
+ })(WebhookIdentityType || {});
1165
+
1059
1166
  // src/media-site-media-v1-file-descriptor-files.meta.ts
1060
1167
  function generateFilesDownloadUrl2() {
1061
1168
  const payload = {};
@@ -1357,6 +1464,18 @@ function listDeletedFiles2() {
1357
1464
  }
1358
1465
  // Annotate the CommonJS export names for ESM import in node:
1359
1466
  0 && (module.exports = {
1467
+ ContentDispositionOriginal,
1468
+ IdentityTypeOriginal,
1469
+ ImageAnnotationTypeOriginal,
1470
+ MediaTypeOriginal,
1471
+ NamespaceOriginal,
1472
+ OperationStatusOriginal,
1473
+ RootFolderOriginal,
1474
+ SortOrderOriginal,
1475
+ StateOriginal,
1476
+ StreamFormatOriginal,
1477
+ UploadProtocolOriginal,
1478
+ WebhookIdentityTypeOriginal,
1360
1479
  bulkDeleteFiles,
1361
1480
  bulkImportFile,
1362
1481
  bulkImportFiles,