@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
|
@@ -288,6 +288,9 @@ function listStatistics(payload) {
|
|
|
288
288
|
method: "GET",
|
|
289
289
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListStatistics",
|
|
290
290
|
packageName: PACKAGE_NAME,
|
|
291
|
+
migrationOptions: {
|
|
292
|
+
optInTransformResponse: true
|
|
293
|
+
},
|
|
291
294
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
292
295
|
protoPath: "/v1/campaigns/statistics",
|
|
293
296
|
data: payload,
|
|
@@ -306,6 +309,9 @@ function listRecipients(payload) {
|
|
|
306
309
|
method: "GET",
|
|
307
310
|
methodFqn: "wix.emailmarketing.api.v1.CampaignStatisticsService.ListRecipients",
|
|
308
311
|
packageName: PACKAGE_NAME,
|
|
312
|
+
migrationOptions: {
|
|
313
|
+
optInTransformResponse: true
|
|
314
|
+
},
|
|
309
315
|
url: resolveWixEmailmarketingApiV1CampaignStatisticsServiceUrl({
|
|
310
316
|
protoPath: "/v1/campaigns/{campaignId}/statistics/recipients",
|
|
311
317
|
data: payload,
|
|
@@ -330,6 +336,9 @@ function get(payload) {
|
|
|
330
336
|
method: "GET",
|
|
331
337
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Get",
|
|
332
338
|
packageName: PACKAGE_NAME,
|
|
339
|
+
migrationOptions: {
|
|
340
|
+
optInTransformResponse: true
|
|
341
|
+
},
|
|
333
342
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
334
343
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
335
344
|
data: payload,
|
|
@@ -365,6 +374,9 @@ function list(payload) {
|
|
|
365
374
|
method: "GET",
|
|
366
375
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.List",
|
|
367
376
|
packageName: PACKAGE_NAME,
|
|
377
|
+
migrationOptions: {
|
|
378
|
+
optInTransformResponse: true
|
|
379
|
+
},
|
|
368
380
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
369
381
|
protoPath: "/v1/campaigns",
|
|
370
382
|
data: serializedData,
|
|
@@ -400,6 +412,9 @@ function publish(payload) {
|
|
|
400
412
|
method: "POST",
|
|
401
413
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Publish",
|
|
402
414
|
packageName: PACKAGE_NAME,
|
|
415
|
+
migrationOptions: {
|
|
416
|
+
optInTransformResponse: true
|
|
417
|
+
},
|
|
403
418
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
404
419
|
protoPath: "/v1/campaigns/{campaignId}/publish",
|
|
405
420
|
data: serializedData,
|
|
@@ -430,6 +445,9 @@ function sendTest(payload) {
|
|
|
430
445
|
method: "POST",
|
|
431
446
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.SendTest",
|
|
432
447
|
packageName: PACKAGE_NAME,
|
|
448
|
+
migrationOptions: {
|
|
449
|
+
optInTransformResponse: true
|
|
450
|
+
},
|
|
433
451
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
434
452
|
protoPath: "/v1/campaigns/{campaignId}/test",
|
|
435
453
|
data: serializedData,
|
|
@@ -448,6 +466,9 @@ function pauseScheduling(payload) {
|
|
|
448
466
|
method: "POST",
|
|
449
467
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.PauseScheduling",
|
|
450
468
|
packageName: PACKAGE_NAME,
|
|
469
|
+
migrationOptions: {
|
|
470
|
+
optInTransformResponse: true
|
|
471
|
+
},
|
|
451
472
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
452
473
|
protoPath: "/v1/campaigns/{campaignId}/pause-scheduling",
|
|
453
474
|
data: payload,
|
|
@@ -472,6 +493,9 @@ function reschedule(payload) {
|
|
|
472
493
|
method: "POST",
|
|
473
494
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reschedule",
|
|
474
495
|
packageName: PACKAGE_NAME,
|
|
496
|
+
migrationOptions: {
|
|
497
|
+
optInTransformResponse: true
|
|
498
|
+
},
|
|
475
499
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
476
500
|
protoPath: "/v1/campaigns/{campaignId}/reschedule",
|
|
477
501
|
data: serializedData,
|
|
@@ -490,6 +514,9 @@ function _delete(payload) {
|
|
|
490
514
|
method: "DELETE",
|
|
491
515
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService._delete",
|
|
492
516
|
packageName: PACKAGE_NAME,
|
|
517
|
+
migrationOptions: {
|
|
518
|
+
optInTransformResponse: true
|
|
519
|
+
},
|
|
493
520
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
494
521
|
protoPath: "/v1/campaigns/{campaignId}",
|
|
495
522
|
data: payload,
|
|
@@ -508,6 +535,9 @@ function reuse(payload) {
|
|
|
508
535
|
method: "POST",
|
|
509
536
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.Reuse",
|
|
510
537
|
packageName: PACKAGE_NAME,
|
|
538
|
+
migrationOptions: {
|
|
539
|
+
optInTransformResponse: true
|
|
540
|
+
},
|
|
511
541
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
512
542
|
protoPath: "/v1/campaigns/{campaignId}/reuse",
|
|
513
543
|
data: payload,
|
|
@@ -537,6 +567,9 @@ function getAudience(payload) {
|
|
|
537
567
|
method: "POST",
|
|
538
568
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.GetAudience",
|
|
539
569
|
packageName: PACKAGE_NAME,
|
|
570
|
+
migrationOptions: {
|
|
571
|
+
optInTransformResponse: true
|
|
572
|
+
},
|
|
540
573
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
541
574
|
protoPath: "/v1/campaigns/{campaignId}/audience",
|
|
542
575
|
data: payload,
|
|
@@ -555,6 +588,9 @@ function identifySenderAddress(payload) {
|
|
|
555
588
|
method: "POST",
|
|
556
589
|
methodFqn: "wix.emailmarketing.api.v1.CampaignService.IdentifySenderAddress",
|
|
557
590
|
packageName: PACKAGE_NAME,
|
|
591
|
+
migrationOptions: {
|
|
592
|
+
optInTransformResponse: true
|
|
593
|
+
},
|
|
558
594
|
url: resolveWixEmailmarketingApiV1CampaignServiceUrl({
|
|
559
595
|
protoPath: "/v1/identify-sender-address",
|
|
560
596
|
data: payload,
|
|
@@ -573,6 +609,9 @@ function validateLink(payload) {
|
|
|
573
609
|
method: "POST",
|
|
574
610
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateLink",
|
|
575
611
|
packageName: PACKAGE_NAME,
|
|
612
|
+
migrationOptions: {
|
|
613
|
+
optInTransformResponse: true
|
|
614
|
+
},
|
|
576
615
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
577
616
|
protoPath: "/v1/campaign-validation/validate-link",
|
|
578
617
|
data: payload,
|
|
@@ -591,6 +630,9 @@ function validateHtmlLinks(payload) {
|
|
|
591
630
|
method: "POST",
|
|
592
631
|
methodFqn: "wix.emailmarketing.api.v1.CampaignValidationService.ValidateHtmlLinks",
|
|
593
632
|
packageName: PACKAGE_NAME,
|
|
633
|
+
migrationOptions: {
|
|
634
|
+
optInTransformResponse: true
|
|
635
|
+
},
|
|
594
636
|
url: resolveWixEmailmarketingApiV1CampaignValidationServiceUrl({
|
|
595
637
|
protoPath: "/v1/campaign-validation/validate-html-links",
|
|
596
638
|
data: payload,
|