@wix/auto_sdk_email-marketing_campaigns 1.0.36 → 1.0.37
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 +42 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +42 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +42 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +42 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +42 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +42 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +42 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +42 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +42 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +42 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +42 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +42 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -242,6 +242,9 @@ function listStatistics(payload) {
|
|
|
242
242
|
method: "GET",
|
|
243
243
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListStatistics",
|
|
244
244
|
packageName: PACKAGE_NAME,
|
|
245
|
+
migrationOptions: {
|
|
246
|
+
optInTransformResponse: true
|
|
247
|
+
},
|
|
245
248
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
246
249
|
protoPath: "/v1/campaigns/statistics",
|
|
247
250
|
data: payload,
|
|
@@ -260,6 +263,9 @@ function listRecipients(payload) {
|
|
|
260
263
|
method: "GET",
|
|
261
264
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListRecipients",
|
|
262
265
|
packageName: PACKAGE_NAME,
|
|
266
|
+
migrationOptions: {
|
|
267
|
+
optInTransformResponse: true
|
|
268
|
+
},
|
|
263
269
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
264
270
|
protoPath: "/v1/campaigns/{campaignId}/statistics/recipients",
|
|
265
271
|
data: payload,
|
|
@@ -284,6 +290,9 @@ function get(payload) {
|
|
|
284
290
|
method: "GET",
|
|
285
291
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Get",
|
|
286
292
|
packageName: PACKAGE_NAME,
|
|
293
|
+
migrationOptions: {
|
|
294
|
+
optInTransformResponse: true
|
|
295
|
+
},
|
|
287
296
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
288
297
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
289
298
|
data: payload,
|
|
@@ -319,6 +328,9 @@ function list(payload) {
|
|
|
319
328
|
method: "GET",
|
|
320
329
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.List",
|
|
321
330
|
packageName: PACKAGE_NAME,
|
|
331
|
+
migrationOptions: {
|
|
332
|
+
optInTransformResponse: true
|
|
333
|
+
},
|
|
322
334
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
323
335
|
protoPath: "/v1/campaigns",
|
|
324
336
|
data: serializedData,
|
|
@@ -354,6 +366,9 @@ function publish(payload) {
|
|
|
354
366
|
method: "POST",
|
|
355
367
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Publish",
|
|
356
368
|
packageName: PACKAGE_NAME,
|
|
369
|
+
migrationOptions: {
|
|
370
|
+
optInTransformResponse: true
|
|
371
|
+
},
|
|
357
372
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
358
373
|
protoPath: "/v1/campaigns/{campaignId}/publish",
|
|
359
374
|
data: serializedData,
|
|
@@ -384,6 +399,9 @@ function sendTest(payload) {
|
|
|
384
399
|
method: "POST",
|
|
385
400
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.SendTest",
|
|
386
401
|
packageName: PACKAGE_NAME,
|
|
402
|
+
migrationOptions: {
|
|
403
|
+
optInTransformResponse: true
|
|
404
|
+
},
|
|
387
405
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
388
406
|
protoPath: "/v1/campaigns/{campaignId}/test",
|
|
389
407
|
data: serializedData,
|
|
@@ -402,6 +420,9 @@ function pauseScheduling(payload) {
|
|
|
402
420
|
method: "POST",
|
|
403
421
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.PauseScheduling",
|
|
404
422
|
packageName: PACKAGE_NAME,
|
|
423
|
+
migrationOptions: {
|
|
424
|
+
optInTransformResponse: true
|
|
425
|
+
},
|
|
405
426
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
406
427
|
protoPath: "/v1/campaigns/{campaignId}/pause-scheduling",
|
|
407
428
|
data: payload,
|
|
@@ -426,6 +447,9 @@ function reschedule(payload) {
|
|
|
426
447
|
method: "POST",
|
|
427
448
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reschedule",
|
|
428
449
|
packageName: PACKAGE_NAME,
|
|
450
|
+
migrationOptions: {
|
|
451
|
+
optInTransformResponse: true
|
|
452
|
+
},
|
|
429
453
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
430
454
|
protoPath: "/v1/campaigns/{campaignId}/reschedule",
|
|
431
455
|
data: serializedData,
|
|
@@ -444,6 +468,9 @@ function _delete(payload) {
|
|
|
444
468
|
method: "DELETE",
|
|
445
469
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService._delete",
|
|
446
470
|
packageName: PACKAGE_NAME,
|
|
471
|
+
migrationOptions: {
|
|
472
|
+
optInTransformResponse: true
|
|
473
|
+
},
|
|
447
474
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
448
475
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
449
476
|
data: payload,
|
|
@@ -462,6 +489,9 @@ function reuse(payload) {
|
|
|
462
489
|
method: "POST",
|
|
463
490
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reuse",
|
|
464
491
|
packageName: PACKAGE_NAME,
|
|
492
|
+
migrationOptions: {
|
|
493
|
+
optInTransformResponse: true
|
|
494
|
+
},
|
|
465
495
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
466
496
|
protoPath: "/v1/campaigns/{campaignId}/reuse",
|
|
467
497
|
data: payload,
|
|
@@ -491,6 +521,9 @@ function getAudience(payload) {
|
|
|
491
521
|
method: "POST",
|
|
492
522
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.GetAudience",
|
|
493
523
|
packageName: PACKAGE_NAME,
|
|
524
|
+
migrationOptions: {
|
|
525
|
+
optInTransformResponse: true
|
|
526
|
+
},
|
|
494
527
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
495
528
|
protoPath: "/v1/campaigns/{campaignId}/audience",
|
|
496
529
|
data: payload,
|
|
@@ -509,6 +542,9 @@ function identifySenderAddress(payload) {
|
|
|
509
542
|
method: "POST",
|
|
510
543
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.IdentifySenderAddress",
|
|
511
544
|
packageName: PACKAGE_NAME,
|
|
545
|
+
migrationOptions: {
|
|
546
|
+
optInTransformResponse: true
|
|
547
|
+
},
|
|
512
548
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
513
549
|
protoPath: "/v1/identify-sender-address",
|
|
514
550
|
data: payload,
|
|
@@ -527,6 +563,9 @@ function validateLink(payload) {
|
|
|
527
563
|
method: "POST",
|
|
528
564
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateLink",
|
|
529
565
|
packageName: PACKAGE_NAME,
|
|
566
|
+
migrationOptions: {
|
|
567
|
+
optInTransformResponse: true
|
|
568
|
+
},
|
|
530
569
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
531
570
|
protoPath: "/v1/campaign-validation/validate-link",
|
|
532
571
|
data: payload,
|
|
@@ -545,6 +584,9 @@ function validateHtmlLinks(payload) {
|
|
|
545
584
|
method: "POST",
|
|
546
585
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateHtmlLinks",
|
|
547
586
|
packageName: PACKAGE_NAME,
|
|
587
|
+
migrationOptions: {
|
|
588
|
+
optInTransformResponse: true
|
|
589
|
+
},
|
|
548
590
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
549
591
|
protoPath: "/v1/campaign-validation/validate-html-links",
|
|
550
592
|
data: payload,
|