@wix/wix-code-types 2.0.14804 → 2.0.14806
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/model.sdk.json +21 -0
- package/dist/jsons/wixSdks.json +9 -0
- package/package.json +2 -2
package/build/model.sdk.json
CHANGED
|
@@ -560,6 +560,13 @@
|
|
|
560
560
|
"frontend"
|
|
561
561
|
]
|
|
562
562
|
},
|
|
563
|
+
"@wix/email-design-themes": {
|
|
564
|
+
"name": "@wix/email-design-themes",
|
|
565
|
+
"scopes": [
|
|
566
|
+
"backend",
|
|
567
|
+
"frontend"
|
|
568
|
+
]
|
|
569
|
+
},
|
|
563
570
|
"@wix/email-marketing": {
|
|
564
571
|
"name": "@wix/email-marketing",
|
|
565
572
|
"scopes": [
|
|
@@ -567,6 +574,13 @@
|
|
|
567
574
|
"frontend"
|
|
568
575
|
]
|
|
569
576
|
},
|
|
577
|
+
"@wix/email-marketing-themes": {
|
|
578
|
+
"name": "@wix/email-marketing-themes",
|
|
579
|
+
"scopes": [
|
|
580
|
+
"backend",
|
|
581
|
+
"frontend"
|
|
582
|
+
]
|
|
583
|
+
},
|
|
570
584
|
"@wix/email-subscriptions": {
|
|
571
585
|
"name": "@wix/email-subscriptions",
|
|
572
586
|
"scopes": [
|
|
@@ -581,6 +595,13 @@
|
|
|
581
595
|
"frontend"
|
|
582
596
|
]
|
|
583
597
|
},
|
|
598
|
+
"@wix/emails-design-themes": {
|
|
599
|
+
"name": "@wix/emails-design-themes",
|
|
600
|
+
"scopes": [
|
|
601
|
+
"backend",
|
|
602
|
+
"frontend"
|
|
603
|
+
]
|
|
604
|
+
},
|
|
584
605
|
"@wix/embeds": {
|
|
585
606
|
"name": "@wix/embeds",
|
|
586
607
|
"scopes": [
|
package/dist/jsons/wixSdks.json
CHANGED
|
@@ -80,9 +80,12 @@
|
|
|
80
80
|
"@wix/ecom-bundle",
|
|
81
81
|
"@wix/editor-branches",
|
|
82
82
|
"@wix/editor-deployments",
|
|
83
|
+
"@wix/email-design-themes",
|
|
83
84
|
"@wix/email-marketing",
|
|
85
|
+
"@wix/email-marketing-themes",
|
|
84
86
|
"@wix/email-subscriptions",
|
|
85
87
|
"@wix/email-transmissions",
|
|
88
|
+
"@wix/emails-design-themes",
|
|
86
89
|
"@wix/embeds",
|
|
87
90
|
"@wix/enterprise-cms-compliance",
|
|
88
91
|
"@wix/enterprise-site-management",
|
|
@@ -291,9 +294,12 @@
|
|
|
291
294
|
"@wix/ecom-bundle",
|
|
292
295
|
"@wix/editor-branches",
|
|
293
296
|
"@wix/editor-deployments",
|
|
297
|
+
"@wix/email-design-themes",
|
|
294
298
|
"@wix/email-marketing",
|
|
299
|
+
"@wix/email-marketing-themes",
|
|
295
300
|
"@wix/email-subscriptions",
|
|
296
301
|
"@wix/email-transmissions",
|
|
302
|
+
"@wix/emails-design-themes",
|
|
297
303
|
"@wix/embeds",
|
|
298
304
|
"@wix/enterprise-cms-compliance",
|
|
299
305
|
"@wix/enterprise-site-management",
|
|
@@ -485,9 +491,12 @@
|
|
|
485
491
|
"@wix/ecom-bundle",
|
|
486
492
|
"@wix/editor-branches",
|
|
487
493
|
"@wix/editor-deployments",
|
|
494
|
+
"@wix/email-design-themes",
|
|
488
495
|
"@wix/email-marketing",
|
|
496
|
+
"@wix/email-marketing-themes",
|
|
489
497
|
"@wix/email-subscriptions",
|
|
490
498
|
"@wix/email-transmissions",
|
|
499
|
+
"@wix/emails-design-themes",
|
|
491
500
|
"@wix/embeds",
|
|
492
501
|
"@wix/enterprise-cms-compliance",
|
|
493
502
|
"@wix/enterprise-site-management",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/wix-code-types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14806",
|
|
4
4
|
"description": "Types for Velo by Wix",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "eslint './src/**' './test/**' './scripts/**'",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"falconPackageHash": "
|
|
105
|
+
"falconPackageHash": "25d1c7208f8348c2e6246a778aa36818d20f0b396f602029507c6bdf"
|
|
106
106
|
}
|