@wix/auto_sdk_media-collections_media-collections 1.0.5 → 1.0.6
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/{collections-v1-collection-media-collections.universal-CG3Rf3hZ.d.mts → collections-v1-collection-media-collections.universal-CUKnIZcW.d.mts} +152 -152
- package/build/{collections-v1-collection-media-collections.universal-CG3Rf3hZ.d.ts → collections-v1-collection-media-collections.universal-CUKnIZcW.d.ts} +152 -152
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +19 -13
- package/build/index.js.map +1 -1
- package/build/index.mjs +19 -13
- package/build/index.mjs.map +1 -1
- package/build/internal/{collections-v1-collection-media-collections.universal-CG3Rf3hZ.d.mts → collections-v1-collection-media-collections.universal-CUKnIZcW.d.mts} +152 -152
- package/build/internal/{collections-v1-collection-media-collections.universal-CG3Rf3hZ.d.ts → collections-v1-collection-media-collections.universal-CUKnIZcW.d.ts} +152 -152
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +19 -13
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +19 -13
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +1 -1
- package/build/internal/meta.d.ts +1 -1
- package/build/internal/meta.js +6 -0
- package/build/internal/meta.js.map +1 -1
- package/build/internal/meta.mjs +6 -0
- package/build/internal/meta.mjs.map +1 -1
- package/build/meta.d.mts +1 -1
- package/build/meta.d.ts +1 -1
- package/build/meta.js +6 -0
- package/build/meta.js.map +1 -1
- package/build/meta.mjs +6 -0
- package/build/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/internal/index.mjs
CHANGED
|
@@ -68,6 +68,12 @@ function resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(op
|
|
|
68
68
|
srcPath: "/_api/media-collections-service",
|
|
69
69
|
destPath: ""
|
|
70
70
|
}
|
|
71
|
+
],
|
|
72
|
+
"www.wixapis.com": [
|
|
73
|
+
{
|
|
74
|
+
srcPath: "/collections/v1/mediacollections",
|
|
75
|
+
destPath: "/v1/mediacollections"
|
|
76
|
+
}
|
|
71
77
|
]
|
|
72
78
|
};
|
|
73
79
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
@@ -544,13 +550,12 @@ var PrivacySettings = /* @__PURE__ */ ((PrivacySettings2) => {
|
|
|
544
550
|
PrivacySettings2["Secret"] = "Secret";
|
|
545
551
|
return PrivacySettings2;
|
|
546
552
|
})(PrivacySettings || {});
|
|
547
|
-
var
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
})(MemberStatus || {});
|
|
553
|
+
var Status = /* @__PURE__ */ ((Status2) => {
|
|
554
|
+
Status2["UNKNOWN"] = "UNKNOWN";
|
|
555
|
+
Status2["HANDLED"] = "HANDLED";
|
|
556
|
+
Status2["NOTHING_TO_HANDLE"] = "NOTHING_TO_HANDLE";
|
|
557
|
+
return Status2;
|
|
558
|
+
})(Status || {});
|
|
554
559
|
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
555
560
|
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
556
561
|
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
@@ -559,12 +564,13 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
559
564
|
WebhookIdentityType2["APP"] = "APP";
|
|
560
565
|
return WebhookIdentityType2;
|
|
561
566
|
})(WebhookIdentityType || {});
|
|
562
|
-
var
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
567
|
+
var MemberStatus = /* @__PURE__ */ ((MemberStatus2) => {
|
|
568
|
+
MemberStatus2["UNDEFINED"] = "UNDEFINED";
|
|
569
|
+
MemberStatus2["NOT_MEMBER"] = "NOT_MEMBER";
|
|
570
|
+
MemberStatus2["MEMBER"] = "MEMBER";
|
|
571
|
+
MemberStatus2["ADMIN"] = "ADMIN";
|
|
572
|
+
return MemberStatus2;
|
|
573
|
+
})(MemberStatus || {});
|
|
568
574
|
async function get2(mediaCollectionId, options) {
|
|
569
575
|
const { httpClient, sideEffects } = arguments[2];
|
|
570
576
|
const payload = renameKeysFromSDKRequestToRESTRequest({
|