@wix/auto_sdk_email-marketing_campaigns 1.0.36 → 1.0.38
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.d.ts +114 -114
- 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.d.mts +114 -114
- 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.d.ts +114 -114
- 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.d.mts +114 -114
- 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
package/build/cjs/index.js
CHANGED
|
@@ -303,6 +303,9 @@ function listStatistics(payload) {
|
|
|
303
303
|
method: "GET",
|
|
304
304
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListStatistics",
|
|
305
305
|
packageName: PACKAGE_NAME,
|
|
306
|
+
migrationOptions: {
|
|
307
|
+
optInTransformResponse: true
|
|
308
|
+
},
|
|
306
309
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
307
310
|
protoPath: "/v1/campaigns/statistics",
|
|
308
311
|
data: payload,
|
|
@@ -321,6 +324,9 @@ function listRecipients(payload) {
|
|
|
321
324
|
method: "GET",
|
|
322
325
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListRecipients",
|
|
323
326
|
packageName: PACKAGE_NAME,
|
|
327
|
+
migrationOptions: {
|
|
328
|
+
optInTransformResponse: true
|
|
329
|
+
},
|
|
324
330
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
325
331
|
protoPath: "/v1/campaigns/{campaignId}/statistics/recipients",
|
|
326
332
|
data: payload,
|
|
@@ -345,6 +351,9 @@ function get(payload) {
|
|
|
345
351
|
method: "GET",
|
|
346
352
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Get",
|
|
347
353
|
packageName: PACKAGE_NAME,
|
|
354
|
+
migrationOptions: {
|
|
355
|
+
optInTransformResponse: true
|
|
356
|
+
},
|
|
348
357
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
349
358
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
350
359
|
data: payload,
|
|
@@ -380,6 +389,9 @@ function list(payload) {
|
|
|
380
389
|
method: "GET",
|
|
381
390
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.List",
|
|
382
391
|
packageName: PACKAGE_NAME,
|
|
392
|
+
migrationOptions: {
|
|
393
|
+
optInTransformResponse: true
|
|
394
|
+
},
|
|
383
395
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
384
396
|
protoPath: "/v1/campaigns",
|
|
385
397
|
data: serializedData,
|
|
@@ -415,6 +427,9 @@ function publish(payload) {
|
|
|
415
427
|
method: "POST",
|
|
416
428
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Publish",
|
|
417
429
|
packageName: PACKAGE_NAME,
|
|
430
|
+
migrationOptions: {
|
|
431
|
+
optInTransformResponse: true
|
|
432
|
+
},
|
|
418
433
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
419
434
|
protoPath: "/v1/campaigns/{campaignId}/publish",
|
|
420
435
|
data: serializedData,
|
|
@@ -445,6 +460,9 @@ function sendTest(payload) {
|
|
|
445
460
|
method: "POST",
|
|
446
461
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.SendTest",
|
|
447
462
|
packageName: PACKAGE_NAME,
|
|
463
|
+
migrationOptions: {
|
|
464
|
+
optInTransformResponse: true
|
|
465
|
+
},
|
|
448
466
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
449
467
|
protoPath: "/v1/campaigns/{campaignId}/test",
|
|
450
468
|
data: serializedData,
|
|
@@ -463,6 +481,9 @@ function pauseScheduling(payload) {
|
|
|
463
481
|
method: "POST",
|
|
464
482
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.PauseScheduling",
|
|
465
483
|
packageName: PACKAGE_NAME,
|
|
484
|
+
migrationOptions: {
|
|
485
|
+
optInTransformResponse: true
|
|
486
|
+
},
|
|
466
487
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
467
488
|
protoPath: "/v1/campaigns/{campaignId}/pause-scheduling",
|
|
468
489
|
data: payload,
|
|
@@ -487,6 +508,9 @@ function reschedule(payload) {
|
|
|
487
508
|
method: "POST",
|
|
488
509
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reschedule",
|
|
489
510
|
packageName: PACKAGE_NAME,
|
|
511
|
+
migrationOptions: {
|
|
512
|
+
optInTransformResponse: true
|
|
513
|
+
},
|
|
490
514
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
491
515
|
protoPath: "/v1/campaigns/{campaignId}/reschedule",
|
|
492
516
|
data: serializedData,
|
|
@@ -505,6 +529,9 @@ function _delete(payload) {
|
|
|
505
529
|
method: "DELETE",
|
|
506
530
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService._delete",
|
|
507
531
|
packageName: PACKAGE_NAME,
|
|
532
|
+
migrationOptions: {
|
|
533
|
+
optInTransformResponse: true
|
|
534
|
+
},
|
|
508
535
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
509
536
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
510
537
|
data: payload,
|
|
@@ -523,6 +550,9 @@ function reuse(payload) {
|
|
|
523
550
|
method: "POST",
|
|
524
551
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reuse",
|
|
525
552
|
packageName: PACKAGE_NAME,
|
|
553
|
+
migrationOptions: {
|
|
554
|
+
optInTransformResponse: true
|
|
555
|
+
},
|
|
526
556
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
527
557
|
protoPath: "/v1/campaigns/{campaignId}/reuse",
|
|
528
558
|
data: payload,
|
|
@@ -552,6 +582,9 @@ function getAudience(payload) {
|
|
|
552
582
|
method: "POST",
|
|
553
583
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.GetAudience",
|
|
554
584
|
packageName: PACKAGE_NAME,
|
|
585
|
+
migrationOptions: {
|
|
586
|
+
optInTransformResponse: true
|
|
587
|
+
},
|
|
555
588
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
556
589
|
protoPath: "/v1/campaigns/{campaignId}/audience",
|
|
557
590
|
data: payload,
|
|
@@ -570,6 +603,9 @@ function identifySenderAddress(payload) {
|
|
|
570
603
|
method: "POST",
|
|
571
604
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.IdentifySenderAddress",
|
|
572
605
|
packageName: PACKAGE_NAME,
|
|
606
|
+
migrationOptions: {
|
|
607
|
+
optInTransformResponse: true
|
|
608
|
+
},
|
|
573
609
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
574
610
|
protoPath: "/v1/identify-sender-address",
|
|
575
611
|
data: payload,
|
|
@@ -588,6 +624,9 @@ function validateLink(payload) {
|
|
|
588
624
|
method: "POST",
|
|
589
625
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateLink",
|
|
590
626
|
packageName: PACKAGE_NAME,
|
|
627
|
+
migrationOptions: {
|
|
628
|
+
optInTransformResponse: true
|
|
629
|
+
},
|
|
591
630
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
592
631
|
protoPath: "/v1/campaign-validation/validate-link",
|
|
593
632
|
data: payload,
|
|
@@ -606,6 +645,9 @@ function validateHtmlLinks(payload) {
|
|
|
606
645
|
method: "POST",
|
|
607
646
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateHtmlLinks",
|
|
608
647
|
packageName: PACKAGE_NAME,
|
|
648
|
+
migrationOptions: {
|
|
649
|
+
optInTransformResponse: true
|
|
650
|
+
},
|
|
609
651
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
610
652
|
protoPath: "/v1/campaign-validation/validate-html-links",
|
|
611
653
|
data: payload,
|