@wix/auto_sdk_media_files 1.0.23 → 1.0.24
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/index.js +1 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +18 -14
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +18 -14
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +18 -14
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +18 -14
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -428,35 +428,39 @@ declare enum State {
|
|
|
428
428
|
/** @enumType */
|
|
429
429
|
type StateWithLiterals = State | 'OK' | 'DELETED';
|
|
430
430
|
declare enum Namespace {
|
|
431
|
+
/** No namespaces */
|
|
431
432
|
NO_NAMESPACE = "NO_NAMESPACE",
|
|
433
|
+
/** Custom namespace */
|
|
432
434
|
OTHERS = "OTHERS",
|
|
433
|
-
/**
|
|
435
|
+
/** Wix videos */
|
|
434
436
|
WIX_VIDEO = "WIX_VIDEO",
|
|
435
|
-
/**
|
|
437
|
+
/** Wix music */
|
|
436
438
|
WIX_MUSIC = "WIX_MUSIC",
|
|
437
|
-
/**
|
|
439
|
+
/** Albums and art store */
|
|
438
440
|
ALBUMS_AND_ART_STORE = "ALBUMS_AND_ART_STORE",
|
|
439
|
-
/**
|
|
441
|
+
/** Wix ecom */
|
|
440
442
|
WIX_ECOM = "WIX_ECOM",
|
|
441
|
-
/**
|
|
443
|
+
/** Photo share */
|
|
442
444
|
PHOTO_SHARE_APP = "PHOTO_SHARE_APP",
|
|
443
|
-
/**
|
|
445
|
+
/** Sharing app */
|
|
444
446
|
SHARING_APP = "SHARING_APP",
|
|
445
|
-
/** engage */
|
|
447
|
+
/** Chat (engage) */
|
|
446
448
|
CHAT = "CHAT",
|
|
447
|
-
/**
|
|
449
|
+
/** Logo builder */
|
|
448
450
|
LOGO_BUILDER = "LOGO_BUILDER",
|
|
449
|
-
/**
|
|
451
|
+
/** Albums old namespace */
|
|
450
452
|
ALBUMS_OLD = "ALBUMS_OLD",
|
|
451
|
-
/** chat
|
|
453
|
+
/** Mobile chat */
|
|
452
454
|
CHAT_MOBILE = "CHAT_MOBILE",
|
|
453
|
-
/**
|
|
455
|
+
/** Wix Forms */
|
|
454
456
|
WIX_FORMS = "WIX_FORMS",
|
|
455
|
-
/**
|
|
456
|
-
WIX_LEGENDS = "WIX_LEGENDS"
|
|
457
|
+
/** Wix legends */
|
|
458
|
+
WIX_LEGENDS = "WIX_LEGENDS",
|
|
459
|
+
/** Portfolio */
|
|
460
|
+
PORTFOLIO = "PORTFOLIO"
|
|
457
461
|
}
|
|
458
462
|
/** @enumType */
|
|
459
|
-
type NamespaceWithLiterals = Namespace | 'NO_NAMESPACE' | 'OTHERS' | 'WIX_VIDEO' | 'WIX_MUSIC' | 'ALBUMS_AND_ART_STORE' | 'WIX_ECOM' | 'PHOTO_SHARE_APP' | 'SHARING_APP' | 'CHAT' | 'LOGO_BUILDER' | 'ALBUMS_OLD' | 'CHAT_MOBILE' | 'WIX_FORMS' | 'WIX_LEGENDS';
|
|
463
|
+
type NamespaceWithLiterals = Namespace | 'NO_NAMESPACE' | 'OTHERS' | 'WIX_VIDEO' | 'WIX_MUSIC' | 'ALBUMS_AND_ART_STORE' | 'WIX_ECOM' | 'PHOTO_SHARE_APP' | 'SHARING_APP' | 'CHAT' | 'LOGO_BUILDER' | 'ALBUMS_OLD' | 'CHAT_MOBILE' | 'WIX_FORMS' | 'WIX_LEGENDS' | 'PORTFOLIO';
|
|
460
464
|
interface IdentityInfo {
|
|
461
465
|
/** The type of the user that uploaded the file */
|
|
462
466
|
identityType?: IdentityTypeWithLiterals;
|
|
@@ -1022,6 +1022,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
1022
1022
|
Namespace2["CHAT_MOBILE"] = "CHAT_MOBILE";
|
|
1023
1023
|
Namespace2["WIX_FORMS"] = "WIX_FORMS";
|
|
1024
1024
|
Namespace2["WIX_LEGENDS"] = "WIX_LEGENDS";
|
|
1025
|
+
Namespace2["PORTFOLIO"] = "PORTFOLIO";
|
|
1025
1026
|
return Namespace2;
|
|
1026
1027
|
})(Namespace || {});
|
|
1027
1028
|
var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|