mcdev 7.2.0 → 7.3.0

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.
Files changed (76) hide show
  1. package/.github/ISSUE_TEMPLATE/bug.yml +1 -0
  2. package/.vscode/settings.json +1 -1
  3. package/@types/lib/Builder.d.ts +4 -4
  4. package/@types/lib/Builder.d.ts.map +1 -1
  5. package/@types/lib/index.d.ts +26 -13
  6. package/@types/lib/index.d.ts.map +1 -1
  7. package/@types/lib/metadataTypes/Event.d.ts +52 -4
  8. package/@types/lib/metadataTypes/Event.d.ts.map +1 -1
  9. package/@types/lib/metadataTypes/Journey.d.ts +2 -3
  10. package/@types/lib/metadataTypes/Journey.d.ts.map +1 -1
  11. package/@types/lib/metadataTypes/MetadataType.d.ts +7 -0
  12. package/@types/lib/metadataTypes/MetadataType.d.ts.map +1 -1
  13. package/@types/lib/metadataTypes/SendClassification.d.ts.map +1 -1
  14. package/@types/lib/metadataTypes/TriggeredSend.d.ts.map +1 -1
  15. package/@types/types/mcdev.d.d.ts +123 -0
  16. package/@types/types/mcdev.d.d.ts.map +1 -1
  17. package/boilerplate/files/.vscode/settings.json +2 -3
  18. package/boilerplate/forcedUpdates.json +4 -0
  19. package/eslint.config.js +1 -1
  20. package/lib/Builder.js +45 -26
  21. package/lib/cli.js +67 -5
  22. package/lib/index.js +117 -48
  23. package/lib/metadataTypes/Asset.js +1 -1
  24. package/lib/metadataTypes/Automation.js +5 -5
  25. package/lib/metadataTypes/DataExtract.js +1 -1
  26. package/lib/metadataTypes/Event.js +525 -5
  27. package/lib/metadataTypes/FileTransfer.js +1 -1
  28. package/lib/metadataTypes/ImportFile.js +1 -1
  29. package/lib/metadataTypes/Journey.js +144 -33
  30. package/lib/metadataTypes/MetadataType.js +16 -2
  31. package/lib/metadataTypes/MobileKeyword.js +1 -1
  32. package/lib/metadataTypes/Query.js +1 -1
  33. package/lib/metadataTypes/Script.js +1 -1
  34. package/lib/metadataTypes/SendClassification.js +10 -8
  35. package/lib/metadataTypes/TriggeredSend.js +18 -16
  36. package/lib/metadataTypes/definitions/DataExtension.definition.js +4 -4
  37. package/lib/metadataTypes/definitions/EmailSend.definition.js +4 -4
  38. package/lib/metadataTypes/definitions/Event.definition.js +92 -92
  39. package/lib/metadataTypes/definitions/Journey.definition.js +1 -0
  40. package/lib/metadataTypes/definitions/Role.definition.js +4 -4
  41. package/lib/metadataTypes/definitions/SendClassification.definition.js +7 -7
  42. package/lib/metadataTypes/definitions/SenderProfile.definition.js +4 -4
  43. package/lib/metadataTypes/definitions/TriggeredSend.definition.js +11 -11
  44. package/package.json +1 -1
  45. package/test/general.test.js +20 -20
  46. package/test/mockRoot/.mcdevrc.json +1 -1
  47. package/test/resourceFactory.js +5 -1
  48. package/test/resources/9999999/dataExtension/update-callout-afterCreatedViaEvent-expected.xml +1 -1
  49. package/test/resources/9999999/sendClassification/create-response.xml +1 -1
  50. package/test/resources/9999999/sendClassification/retrieve-response.xml +2 -2
  51. package/test/resources/9999999/sendClassification/update-response.xml +1 -1
  52. package/test/resources/9999999/triggeredSendDefinition/create-response.xml +2 -2
  53. package/test/resources/9999999/triggeredSendDefinition/retrieve-TriggeredSendStatusINNew,Active,Inactive,Moved,Canceled-response.xml +4 -4
  54. package/test/resources/9999999/triggeredSendDefinition/update-response.xml +2 -2
  55. package/test/type.asset.test.js +3 -3
  56. package/test/type.automation.test.js +4 -4
  57. package/test/type.dataExtension.test.js +3 -3
  58. package/test/type.dataExtract.test.js +3 -3
  59. package/test/type.emailSend.test.js +2 -2
  60. package/test/type.event.test.js +3 -3
  61. package/test/type.fileTransfer.test.js +3 -3
  62. package/test/type.importFile.test.js +3 -3
  63. package/test/type.journey.test.js +19 -5
  64. package/test/type.mobileKeyword.test.js +2 -2
  65. package/test/type.mobileMessage.test.js +2 -2
  66. package/test/type.query.test.js +3 -3
  67. package/test/type.script.test.js +4 -4
  68. package/test/type.sendClassification.test.js +2 -2
  69. package/test/type.senderProfile.test.js +3 -3
  70. package/test/type.transactionalEmail.test.js +2 -2
  71. package/test/type.transactionalPush.test.js +2 -2
  72. package/test/type.transactionalSMS.test.js +2 -2
  73. package/test/type.triggeredSend.test.js +3 -3
  74. package/test/type.user.test.js +2 -2
  75. package/test/type.verification.test.js +2 -2
  76. package/types/mcdev.d.js +37 -0
@@ -275,8 +275,8 @@ export default {
275
275
  template: true,
276
276
  },
277
277
  'configurationArguments.salesforceTriggerCriteria': {
278
- isCreateable: false,
279
- isUpdateable: false,
278
+ isCreateable: true,
279
+ isUpdateable: true,
280
280
  retrieving: true,
281
281
  template: true,
282
282
  },
@@ -389,33 +389,33 @@ export default {
389
389
  template: true,
390
390
  },
391
391
  'metaData.automationData.automationType': {
392
- isCreateable: false,
393
- isUpdateable: false,
392
+ isCreateable: true,
393
+ isUpdateable: true,
394
394
  retrieving: true,
395
- template: false,
395
+ template: true,
396
396
  },
397
397
  'metaData.automationData.categoryId': {
398
- isCreateable: false,
399
- isUpdateable: false,
398
+ isCreateable: true,
399
+ isUpdateable: true,
400
400
  retrieving: true,
401
- template: false,
401
+ template: true,
402
402
  },
403
403
  'metaData.automationData.createdBy.email': {
404
404
  isCreateable: false,
405
405
  isUpdateable: false,
406
- retrieving: true,
406
+ retrieving: false,
407
407
  template: false,
408
408
  },
409
409
  'metaData.automationData.createdBy.id': {
410
410
  isCreateable: false,
411
411
  isUpdateable: false,
412
- retrieving: true,
412
+ retrieving: false,
413
413
  template: false,
414
414
  },
415
415
  'metaData.automationData.createdBy.name': {
416
416
  isCreateable: false,
417
417
  isUpdateable: false,
418
- retrieving: true,
418
+ retrieving: false,
419
419
  template: false,
420
420
  },
421
421
  'metaData.automationData.createdDate': {
@@ -425,34 +425,34 @@ export default {
425
425
  template: false,
426
426
  },
427
427
  'metaData.automationData.description': {
428
- isCreateable: false,
429
- isUpdateable: false,
428
+ isCreateable: true,
429
+ isUpdateable: true,
430
430
  retrieving: true,
431
- template: false,
431
+ template: true,
432
432
  },
433
433
  'metaData.automationData.folderPath': {
434
- isCreateable: false,
435
- isUpdateable: false,
434
+ isCreateable: true,
435
+ isUpdateable: true,
436
436
  retrieving: true,
437
- template: false,
437
+ template: true,
438
438
  },
439
439
  'metaData.automationData.guidId': {
440
- isCreateable: false,
441
- isUpdateable: false,
440
+ isCreateable: true,
441
+ isUpdateable: true,
442
442
  retrieving: true,
443
- template: false,
443
+ template: true,
444
444
  },
445
445
  'metaData.automationData.id': {
446
446
  isCreateable: true,
447
447
  isUpdateable: true,
448
- retrieving: false,
448
+ retrieving: true,
449
449
  template: true,
450
450
  },
451
451
  'metaData.automationData.isPlatformObject': {
452
- isCreateable: false,
453
- isUpdateable: false,
452
+ isCreateable: true,
453
+ isUpdateable: true,
454
454
  retrieving: true,
455
- template: false,
455
+ template: true,
456
456
  },
457
457
  'metaData.automationData.key': {
458
458
  isCreateable: true,
@@ -481,13 +481,13 @@ export default {
481
481
  'metaData.automationData.lastSavedBy.email': {
482
482
  isCreateable: false,
483
483
  isUpdateable: false,
484
- retrieving: true,
484
+ retrieving: false,
485
485
  template: false,
486
486
  },
487
487
  'metaData.automationData.lastSavedBy.id': {
488
488
  isCreateable: false,
489
489
  isUpdateable: false,
490
- retrieving: true,
490
+ retrieving: false,
491
491
  template: false,
492
492
  },
493
493
  'metaData.automationData.lastSavedBy.name': {
@@ -497,8 +497,8 @@ export default {
497
497
  template: false,
498
498
  },
499
499
  'metaData.automationData.memberId': {
500
- isCreateable: false,
501
- isUpdateable: false,
500
+ isCreateable: true,
501
+ isUpdateable: true,
502
502
  retrieving: true,
503
503
  template: false,
504
504
  },
@@ -509,28 +509,28 @@ export default {
509
509
  template: false,
510
510
  },
511
511
  'metaData.automationData.name': {
512
- isCreateable: false,
513
- isUpdateable: false,
512
+ isCreateable: true,
513
+ isUpdateable: true,
514
514
  retrieving: true,
515
- template: false,
515
+ template: true,
516
516
  },
517
517
  'metaData.automationData.notifications': {
518
- isCreateable: false,
519
- isUpdateable: false,
518
+ isCreateable: true,
519
+ isUpdateable: true,
520
520
  retrieving: true,
521
- template: false,
521
+ template: true,
522
522
  },
523
523
  'metaData.automationData.processes': {
524
- isCreateable: false,
525
- isUpdateable: false,
526
- retrieving: false,
527
- template: false,
524
+ isCreateable: true,
525
+ isUpdateable: true,
526
+ retrieving: true,
527
+ template: true,
528
528
  },
529
529
  'metaData.automationData.schedule': {
530
- isCreateable: false,
531
- isUpdateable: false,
530
+ isCreateable: true,
531
+ isUpdateable: true,
532
532
  retrieving: true,
533
- template: false,
533
+ template: true,
534
534
  },
535
535
  'metaData.automationData.scheduleObject.createdBy': {
536
536
  isCreateable: false,
@@ -545,16 +545,16 @@ export default {
545
545
  template: false,
546
546
  },
547
547
  'metaData.automationData.scheduleObject.description': {
548
- isCreateable: false,
549
- isUpdateable: false,
548
+ isCreateable: true,
549
+ isUpdateable: true,
550
550
  retrieving: true,
551
- template: false,
551
+ template: true,
552
552
  },
553
553
  'metaData.automationData.scheduleObject.iCalRecur': {
554
- isCreateable: false,
555
- isUpdateable: false,
554
+ isCreateable: true,
555
+ isUpdateable: true,
556
556
  retrieving: true,
557
- template: false,
557
+ template: true,
558
558
  },
559
559
  'metaData.automationData.scheduleObject.id': {
560
560
  isCreateable: false,
@@ -581,46 +581,46 @@ export default {
581
581
  template: false,
582
582
  },
583
583
  'metaData.automationData.scheduleObject.name': {
584
- isCreateable: false,
585
- isUpdateable: false,
584
+ isCreateable: true,
585
+ isUpdateable: true,
586
586
  retrieving: true,
587
- template: false,
587
+ template: true,
588
588
  },
589
589
  'metaData.automationData.scheduleObject.scheduleState': {
590
- isCreateable: false,
591
- isUpdateable: false,
590
+ isCreateable: true,
591
+ isUpdateable: true,
592
592
  retrieving: true,
593
- template: false,
593
+ template: true,
594
594
  },
595
595
  'metaData.automationData.scheduleObject.scheduleStatus': {
596
- isCreateable: false,
597
- isUpdateable: false,
596
+ isCreateable: true,
597
+ isUpdateable: true,
598
598
  retrieving: true,
599
- template: false,
599
+ template: true,
600
600
  },
601
601
  'metaData.automationData.scheduleObject.startDate': {
602
- isCreateable: false,
603
- isUpdateable: false,
602
+ isCreateable: true,
603
+ isUpdateable: true,
604
604
  retrieving: true,
605
- template: false,
605
+ template: true,
606
606
  },
607
607
  'metaData.automationData.scheduleObject.timeZone': {
608
- isCreateable: false,
609
- isUpdateable: false,
608
+ isCreateable: true,
609
+ isUpdateable: true,
610
610
  retrieving: true,
611
- template: false,
611
+ template: true,
612
612
  },
613
613
  'metaData.automationData.scheduleObject.timeZoneId': {
614
- isCreateable: false,
615
- isUpdateable: false,
614
+ isCreateable: true,
615
+ isUpdateable: true,
616
616
  retrieving: true,
617
- template: false,
617
+ template: true,
618
618
  },
619
619
  'metaData.automationData.scheduledTime': {
620
- isCreateable: false,
621
- isUpdateable: false,
620
+ isCreateable: true,
621
+ isUpdateable: true,
622
622
  retrieving: true,
623
- template: false,
623
+ template: true,
624
624
  },
625
625
  'metaData.automationData.selectedCategoryId': {
626
626
  isCreateable: false,
@@ -635,10 +635,10 @@ export default {
635
635
  template: false,
636
636
  },
637
637
  'metaData.automationData.status': {
638
- isCreateable: false,
639
- isUpdateable: false,
638
+ isCreateable: true,
639
+ isUpdateable: true,
640
640
  retrieving: true,
641
- template: false,
641
+ template: true,
642
642
  },
643
643
  'metaData.automationData.updateInProgress': {
644
644
  isCreateable: false,
@@ -833,46 +833,46 @@ export default {
833
833
  template: true,
834
834
  },
835
835
  'schedule.monday': {
836
- isCreateable: false,
837
- isUpdateable: false,
836
+ isCreateable: true,
837
+ isUpdateable: true,
838
838
  retrieving: true,
839
- template: false,
839
+ template: true,
840
840
  },
841
841
  'schedule.tuesday': {
842
- isCreateable: false,
843
- isUpdateable: false,
842
+ isCreateable: true,
843
+ isUpdateable: true,
844
844
  retrieving: true,
845
- template: false,
845
+ template: true,
846
846
  },
847
847
  'schedule.wednesday': {
848
- isCreateable: false,
849
- isUpdateable: false,
848
+ isCreateable: true,
849
+ isUpdateable: true,
850
850
  retrieving: true,
851
- template: false,
851
+ template: true,
852
852
  },
853
853
  'schedule.thursday': {
854
- isCreateable: false,
855
- isUpdateable: false,
854
+ isCreateable: true,
855
+ isUpdateable: true,
856
856
  retrieving: true,
857
- template: false,
857
+ template: true,
858
858
  },
859
859
  'schedule.friday': {
860
- isCreateable: false,
861
- isUpdateable: false,
860
+ isCreateable: true,
861
+ isUpdateable: true,
862
862
  retrieving: true,
863
- template: false,
863
+ template: true,
864
864
  },
865
865
  'schedule.saturday': {
866
- isCreateable: false,
867
- isUpdateable: false,
866
+ isCreateable: true,
867
+ isUpdateable: true,
868
868
  retrieving: true,
869
- template: false,
869
+ template: true,
870
870
  },
871
871
  'schedule.sunday': {
872
- isCreateable: false,
873
- isUpdateable: false,
872
+ isCreateable: true,
873
+ isUpdateable: true,
874
874
  retrieving: true,
875
- template: false,
875
+ template: true,
876
876
  },
877
877
  'schema.fields': {
878
878
  isCreateable: true,
@@ -294,6 +294,7 @@ export default {
294
294
  isCreateable: false,
295
295
  isUpdateable: false,
296
296
  retrieving: true,
297
+ /* dont include in templates, we rather want this to be re-created from the journey */
297
298
  template: false,
298
299
  },
299
300
  'activities[].configurationArguments.triggeredSend.senderProfileId': {
@@ -32,8 +32,8 @@ export default {
32
32
  typeName: 'Role',
33
33
  fields: {
34
34
  CreatedDate: {
35
- isCreateable: false,
36
- isUpdateable: false,
35
+ isCreateable: true,
36
+ isUpdateable: true,
37
37
  retrieving: true,
38
38
  template: false,
39
39
  },
@@ -50,8 +50,8 @@ export default {
50
50
  template: false,
51
51
  },
52
52
  ModifiedDate: {
53
- isCreateable: false,
54
- isUpdateable: false,
53
+ isCreateable: true,
54
+ isUpdateable: true,
55
55
  retrieving: true,
56
56
  template: false,
57
57
  },
@@ -35,14 +35,14 @@ export default {
35
35
  template: false,
36
36
  },
37
37
  CreatedDate: {
38
- isCreateable: false,
39
- isUpdateable: false,
38
+ isCreateable: true,
39
+ isUpdateable: true,
40
40
  retrieving: true,
41
41
  template: false,
42
42
  },
43
43
  ModifiedDate: {
44
- isCreateable: false,
45
- isUpdateable: false,
44
+ isCreateable: true,
45
+ isUpdateable: true,
46
46
  retrieving: true,
47
47
  template: false,
48
48
  },
@@ -133,9 +133,9 @@ export default {
133
133
  template: false,
134
134
  },
135
135
  'SenderProfile.ObjectID': {
136
- isCreateable: false,
137
- isUpdateable: false,
138
- retrieving: false,
136
+ isCreateable: true,
137
+ isUpdateable: true,
138
+ retrieving: true,
139
139
  template: false,
140
140
  },
141
141
  SendPriority: {
@@ -26,14 +26,14 @@ export default {
26
26
  template: false,
27
27
  },
28
28
  CreatedDate: {
29
- isCreateable: false,
30
- isUpdateable: false,
29
+ isCreateable: true,
30
+ isUpdateable: true,
31
31
  retrieving: true,
32
32
  template: false,
33
33
  },
34
34
  ModifiedDate: {
35
- isCreateable: false,
36
- isUpdateable: false,
35
+ isCreateable: true,
36
+ isUpdateable: true,
37
37
  retrieving: true,
38
38
  template: false,
39
39
  },
@@ -103,8 +103,8 @@ export default {
103
103
  templating: false,
104
104
  },
105
105
  CreatedDate: {
106
- isCreateable: false,
107
- isUpdateable: false,
106
+ isCreateable: true,
107
+ isUpdateable: true,
108
108
  retrieving: true,
109
109
  templating: false,
110
110
  },
@@ -129,7 +129,7 @@ export default {
129
129
  'DeliveryProfile.ObjectID': {
130
130
  isCreateable: true,
131
131
  isUpdateable: true,
132
- retrieving: false,
132
+ retrieving: true,
133
133
  templating: false,
134
134
  },
135
135
  Description: {
@@ -301,8 +301,8 @@ export default {
301
301
  templating: false,
302
302
  },
303
303
  ModifiedDate: {
304
- isCreateable: false,
305
- isUpdateable: false,
304
+ isCreateable: true,
305
+ isUpdateable: true,
306
306
  retrieving: true,
307
307
  templating: false,
308
308
  },
@@ -434,9 +434,9 @@ export default {
434
434
  templating: true,
435
435
  },
436
436
  'SendClassification.ObjectID': {
437
- isCreateable: false,
438
- isUpdateable: false,
439
- retrieving: false,
437
+ isCreateable: true,
438
+ isUpdateable: true,
439
+ retrieving: true,
440
440
  templating: false,
441
441
  },
442
442
  'SendClassification.PartnerKey': {
@@ -452,9 +452,9 @@ export default {
452
452
  templating: true,
453
453
  },
454
454
  'SenderProfile.ObjectID': {
455
- isCreateable: false,
456
- isUpdateable: false,
457
- retrieving: false,
455
+ isCreateable: true,
456
+ isUpdateable: true,
457
+ retrieving: true,
458
458
  templating: false,
459
459
  },
460
460
  'SenderProfile.PartnerKey': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcdev",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "description": "Accenture Salesforce Marketing Cloud DevTools",
5
5
  "author": "Accenture: joern.berkefeld, douglas.midgley, robert.zimmermann, maciej.barnas",
6
6
  "license": "MIT",
@@ -734,7 +734,7 @@ describe('GENERAL', () => {
734
734
  buName,
735
735
  typeKeyCombo,
736
736
  undefined,
737
- 'testSourceMarket'
737
+ ['testSourceMarket']
738
738
  );
739
739
  assert.equal(process.exitCode, 0, 'buildTemplate should not have thrown an error');
740
740
  // check automation
@@ -768,7 +768,7 @@ describe('GENERAL', () => {
768
768
  buName,
769
769
  typeKeyCombo,
770
770
  undefined,
771
- 'testTargetMarket'
771
+ ['testTargetMarket']
772
772
  );
773
773
  assert.equal(
774
774
  process.exitCode,
@@ -836,7 +836,7 @@ describe('GENERAL', () => {
836
836
  buName,
837
837
  typeKeyCombo,
838
838
  undefined,
839
- 'testSourceMarket'
839
+ ['testSourceMarket']
840
840
  );
841
841
  assert.equal(process.exitCode, 0, 'buildTemplate should not have thrown an error');
842
842
  // check automation
@@ -870,7 +870,7 @@ describe('GENERAL', () => {
870
870
  buName,
871
871
  typeKeyCombo,
872
872
  undefined,
873
- 'testTargetMarket'
873
+ ['testTargetMarket']
874
874
  );
875
875
  assert.equal(
876
876
  process.exitCode,
@@ -947,7 +947,7 @@ describe('GENERAL', () => {
947
947
  buName,
948
948
  typeKeyCombo,
949
949
  undefined,
950
- 'testSourceMarket'
950
+ ['testSourceMarket']
951
951
  );
952
952
  assert.equal(process.exitCode, 0, 'buildTemplate should not have thrown an error');
953
953
 
@@ -1001,7 +1001,7 @@ describe('GENERAL', () => {
1001
1001
  buName,
1002
1002
  typeKeyCombo,
1003
1003
  undefined,
1004
- 'testTargetMarket'
1004
+ ['testTargetMarket']
1005
1005
  );
1006
1006
  assert.equal(
1007
1007
  process.exitCode,
@@ -1069,7 +1069,7 @@ describe('GENERAL', () => {
1069
1069
  buName,
1070
1070
  typeKeyCombo,
1071
1071
  undefined,
1072
- 'testSourceMarket'
1072
+ ['testSourceMarket']
1073
1073
  );
1074
1074
  assert.equal(process.exitCode, 0, 'buildTemplate should not have thrown an error');
1075
1075
 
@@ -1123,7 +1123,7 @@ describe('GENERAL', () => {
1123
1123
  buName,
1124
1124
  typeKeyCombo,
1125
1125
  undefined,
1126
- 'testTargetMarket'
1126
+ ['testTargetMarket']
1127
1127
  );
1128
1128
  assert.equal(
1129
1129
  process.exitCode,
@@ -1197,7 +1197,7 @@ describe('GENERAL', () => {
1197
1197
  buName,
1198
1198
  typeKeyCombo,
1199
1199
  undefined,
1200
- 'testSourceMarket'
1200
+ ['testSourceMarket']
1201
1201
  );
1202
1202
  assert.equal(process.exitCode, 0, 'buildTemplate should not have thrown an error');
1203
1203
  // check automation
@@ -1389,8 +1389,8 @@ describe('GENERAL', () => {
1389
1389
  buName,
1390
1390
  buName,
1391
1391
  typeKeyCombo,
1392
- 'testSourceMarket',
1393
- 'testTargetMarket'
1392
+ ['testSourceMarket'],
1393
+ ['testTargetMarket']
1394
1394
  );
1395
1395
  assert.equal(process.exitCode, 0, 'build should not have thrown an error');
1396
1396
 
@@ -1483,8 +1483,8 @@ describe('GENERAL', () => {
1483
1483
  buName,
1484
1484
  buName,
1485
1485
  typeKeyCombo,
1486
- 'testSourceMarket',
1487
- 'testTargetMarket'
1486
+ ['testSourceMarket'],
1487
+ ['testTargetMarket']
1488
1488
  );
1489
1489
  assert.equal(process.exitCode, 0, 'build should not have thrown an error');
1490
1490
 
@@ -1587,8 +1587,8 @@ describe('GENERAL', () => {
1587
1587
  buName,
1588
1588
  buName,
1589
1589
  typeKeyCombo,
1590
- 'testSourceMarket',
1591
- 'testTargetMarket'
1590
+ ['testSourceMarket'],
1591
+ ['testTargetMarket']
1592
1592
  );
1593
1593
  assert.equal(process.exitCode, 0, 'build should not have thrown an error');
1594
1594
 
@@ -1697,8 +1697,8 @@ describe('GENERAL', () => {
1697
1697
  buName,
1698
1698
  'ignored',
1699
1699
  typeKeyCombo,
1700
- 'testSourceMarket',
1701
- 'deployment-target',
1700
+ ['testSourceMarket'],
1701
+ ['deployment-target'],
1702
1702
  true
1703
1703
  );
1704
1704
  assert.equal(process.exitCode, 0, 'build should not have thrown an error');
@@ -1878,8 +1878,8 @@ describe('GENERAL', () => {
1878
1878
  buName,
1879
1879
  'ignored',
1880
1880
  typeKeyCombo,
1881
- 'testSourceMarket',
1882
- 'deployment-target',
1881
+ ['testSourceMarket'],
1882
+ ['deployment-target'],
1883
1883
  true
1884
1884
  );
1885
1885
  assert.equal(process.exitCode, 0, 'build should not have thrown an error');
@@ -2047,7 +2047,7 @@ describe('GENERAL', () => {
2047
2047
  });
2048
2048
 
2049
2049
  describe('Delete --metadata ~~~', () => {
2050
- it('Should delete the item', async () => {
2050
+ it('Should delete the items', async () => {
2051
2051
  const argvMetadata = [
2052
2052
  'asset:testExisting_asset',
2053
2053
  'automation:testExisting_automation',
@@ -100,5 +100,5 @@
100
100
  "verification"
101
101
  ]
102
102
  },
103
- "version": "7.2.0"
103
+ "version": "7.3.0"
104
104
  }