@wix/auto_sdk_media-collections_media-collections 1.0.25 → 1.0.27
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 +39 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +39 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +333 -1
- package/build/cjs/meta.js +121 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +39 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +39 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +333 -1
- package/build/es/meta.mjs +112 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +39 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +39 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +333 -1
- package/build/internal/cjs/meta.js +121 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +39 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +39 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +333 -1
- package/build/internal/es/meta.mjs +112 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/index.js
CHANGED
|
@@ -135,6 +135,9 @@ function get(payload) {
|
|
|
135
135
|
method: "GET",
|
|
136
136
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.Get",
|
|
137
137
|
packageName: PACKAGE_NAME,
|
|
138
|
+
migrationOptions: {
|
|
139
|
+
optInTransformResponse: true
|
|
140
|
+
},
|
|
138
141
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
139
142
|
{
|
|
140
143
|
protoPath: "/v1/mediacollections/{mediaCollectionId}",
|
|
@@ -188,6 +191,9 @@ function listCollectionsForItem(payload) {
|
|
|
188
191
|
method: "GET",
|
|
189
192
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.ListCollectionsForItem",
|
|
190
193
|
packageName: PACKAGE_NAME,
|
|
194
|
+
migrationOptions: {
|
|
195
|
+
optInTransformResponse: true
|
|
196
|
+
},
|
|
191
197
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
192
198
|
{
|
|
193
199
|
protoPath: "/v1/mediacollections/items/{itemId}/collections",
|
|
@@ -244,6 +250,9 @@ function getCollectionItem(payload) {
|
|
|
244
250
|
method: "GET",
|
|
245
251
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.GetCollectionItem",
|
|
246
252
|
packageName: PACKAGE_NAME,
|
|
253
|
+
migrationOptions: {
|
|
254
|
+
optInTransformResponse: true
|
|
255
|
+
},
|
|
247
256
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
248
257
|
{
|
|
249
258
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/items/{itemId}",
|
|
@@ -283,6 +292,9 @@ function list(payload) {
|
|
|
283
292
|
method: "GET",
|
|
284
293
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.List",
|
|
285
294
|
packageName: PACKAGE_NAME,
|
|
295
|
+
migrationOptions: {
|
|
296
|
+
optInTransformResponse: true
|
|
297
|
+
},
|
|
286
298
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
287
299
|
{ protoPath: "/v1/mediacollections", data: payload, host }
|
|
288
300
|
),
|
|
@@ -342,6 +354,9 @@ function create(payload) {
|
|
|
342
354
|
method: "POST",
|
|
343
355
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.Create",
|
|
344
356
|
packageName: PACKAGE_NAME,
|
|
357
|
+
migrationOptions: {
|
|
358
|
+
optInTransformResponse: true
|
|
359
|
+
},
|
|
345
360
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
346
361
|
{ protoPath: "/v1/mediacollections", data: serializedData, host }
|
|
347
362
|
),
|
|
@@ -387,6 +402,9 @@ function partiallyUpdate(payload) {
|
|
|
387
402
|
method: "PUT",
|
|
388
403
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.PartiallyUpdate",
|
|
389
404
|
packageName: PACKAGE_NAME,
|
|
405
|
+
migrationOptions: {
|
|
406
|
+
optInTransformResponse: true
|
|
407
|
+
},
|
|
390
408
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
391
409
|
{
|
|
392
410
|
protoPath: "/v1/mediacollections/{mediaCollection.id}",
|
|
@@ -407,6 +425,9 @@ function _delete(payload) {
|
|
|
407
425
|
method: "DELETE",
|
|
408
426
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService._delete",
|
|
409
427
|
packageName: PACKAGE_NAME,
|
|
428
|
+
migrationOptions: {
|
|
429
|
+
optInTransformResponse: true
|
|
430
|
+
},
|
|
410
431
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
411
432
|
{
|
|
412
433
|
protoPath: "/v1/mediacollections/{mediaCollectionId}",
|
|
@@ -427,6 +448,9 @@ function listCollectionMembers(payload) {
|
|
|
427
448
|
method: "GET",
|
|
428
449
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.ListCollectionMembers",
|
|
429
450
|
packageName: PACKAGE_NAME,
|
|
451
|
+
migrationOptions: {
|
|
452
|
+
optInTransformResponse: true
|
|
453
|
+
},
|
|
430
454
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
431
455
|
{
|
|
432
456
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/members",
|
|
@@ -453,6 +477,9 @@ function addItems(payload) {
|
|
|
453
477
|
method: "POST",
|
|
454
478
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.AddItems",
|
|
455
479
|
packageName: PACKAGE_NAME,
|
|
480
|
+
migrationOptions: {
|
|
481
|
+
optInTransformResponse: true
|
|
482
|
+
},
|
|
456
483
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
457
484
|
{
|
|
458
485
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/items",
|
|
@@ -473,6 +500,9 @@ function removeItems(payload) {
|
|
|
473
500
|
method: "DELETE",
|
|
474
501
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.RemoveItems",
|
|
475
502
|
packageName: PACKAGE_NAME,
|
|
503
|
+
migrationOptions: {
|
|
504
|
+
optInTransformResponse: true
|
|
505
|
+
},
|
|
476
506
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
477
507
|
{
|
|
478
508
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/items",
|
|
@@ -493,6 +523,9 @@ function joinToCollection(payload) {
|
|
|
493
523
|
method: "POST",
|
|
494
524
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.JoinToCollection",
|
|
495
525
|
packageName: PACKAGE_NAME,
|
|
526
|
+
migrationOptions: {
|
|
527
|
+
optInTransformResponse: true
|
|
528
|
+
},
|
|
496
529
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
497
530
|
{
|
|
498
531
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/members",
|
|
@@ -513,6 +546,9 @@ function leaveCollection(payload) {
|
|
|
513
546
|
method: "DELETE",
|
|
514
547
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.LeaveCollection",
|
|
515
548
|
packageName: PACKAGE_NAME,
|
|
549
|
+
migrationOptions: {
|
|
550
|
+
optInTransformResponse: true
|
|
551
|
+
},
|
|
516
552
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
517
553
|
{
|
|
518
554
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/members",
|
|
@@ -533,6 +569,9 @@ function listCollectionItems(payload) {
|
|
|
533
569
|
method: "GET",
|
|
534
570
|
methodFqn: "com.wixpress.exposure.mediacollections.MediaCollectionsService.ListCollectionItems",
|
|
535
571
|
packageName: PACKAGE_NAME,
|
|
572
|
+
migrationOptions: {
|
|
573
|
+
optInTransformResponse: true
|
|
574
|
+
},
|
|
536
575
|
url: resolveComWixpressExposureMediacollectionsMediaCollectionsServiceUrl(
|
|
537
576
|
{
|
|
538
577
|
protoPath: "/v1/mediacollections/{mediaCollectionId}/items",
|