@wix/wix-code-types 2.0.14805 → 2.0.14807
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 +35 -0
- package/dist/jsons/wixSdks.json +15 -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": [
|
|
@@ -644,6 +651,13 @@
|
|
|
644
651
|
"frontend"
|
|
645
652
|
]
|
|
646
653
|
},
|
|
654
|
+
"@wix/feedback": {
|
|
655
|
+
"name": "@wix/feedback",
|
|
656
|
+
"scopes": [
|
|
657
|
+
"backend",
|
|
658
|
+
"frontend"
|
|
659
|
+
]
|
|
660
|
+
},
|
|
647
661
|
"@wix/file-sharing": {
|
|
648
662
|
"name": "@wix/file-sharing",
|
|
649
663
|
"scopes": [
|
|
@@ -1106,6 +1120,13 @@
|
|
|
1106
1120
|
"frontend"
|
|
1107
1121
|
]
|
|
1108
1122
|
},
|
|
1123
|
+
"@wix/review-request": {
|
|
1124
|
+
"name": "@wix/review-request",
|
|
1125
|
+
"scopes": [
|
|
1126
|
+
"backend",
|
|
1127
|
+
"frontend"
|
|
1128
|
+
]
|
|
1129
|
+
},
|
|
1109
1130
|
"@wix/reviews": {
|
|
1110
1131
|
"name": "@wix/reviews",
|
|
1111
1132
|
"scopes": [
|
|
@@ -1355,6 +1376,13 @@
|
|
|
1355
1376
|
"frontend"
|
|
1356
1377
|
]
|
|
1357
1378
|
},
|
|
1379
|
+
"@wix/standalone-forms": {
|
|
1380
|
+
"name": "@wix/standalone-forms",
|
|
1381
|
+
"scopes": [
|
|
1382
|
+
"backend",
|
|
1383
|
+
"frontend"
|
|
1384
|
+
]
|
|
1385
|
+
},
|
|
1358
1386
|
"@wix/stores": {
|
|
1359
1387
|
"name": "@wix/stores",
|
|
1360
1388
|
"scopes": [
|
|
@@ -1404,6 +1432,13 @@
|
|
|
1404
1432
|
"frontend"
|
|
1405
1433
|
]
|
|
1406
1434
|
},
|
|
1435
|
+
"@wix/token-creator": {
|
|
1436
|
+
"name": "@wix/token-creator",
|
|
1437
|
+
"scopes": [
|
|
1438
|
+
"backend",
|
|
1439
|
+
"frontend"
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1407
1442
|
"@wix/trigger-catalog": {
|
|
1408
1443
|
"name": "@wix/trigger-catalog",
|
|
1409
1444
|
"scopes": [
|
package/dist/jsons/wixSdks.json
CHANGED
|
@@ -80,6 +80,7 @@
|
|
|
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",
|
|
84
85
|
"@wix/email-marketing-themes",
|
|
85
86
|
"@wix/email-subscriptions",
|
|
@@ -92,6 +93,7 @@
|
|
|
92
93
|
"@wix/export-async-job",
|
|
93
94
|
"@wix/faq",
|
|
94
95
|
"@wix/fast-gallery",
|
|
96
|
+
"@wix/feedback",
|
|
95
97
|
"@wix/file-sharing",
|
|
96
98
|
"@wix/form-templates",
|
|
97
99
|
"@wix/forms",
|
|
@@ -158,6 +160,7 @@
|
|
|
158
160
|
"@wix/referral",
|
|
159
161
|
"@wix/reports",
|
|
160
162
|
"@wix/restaurants",
|
|
163
|
+
"@wix/review-request",
|
|
161
164
|
"@wix/reviews",
|
|
162
165
|
"@wix/revshare-gpv-payouts",
|
|
163
166
|
"@wix/revshare-materialized-invoices",
|
|
@@ -196,6 +199,7 @@
|
|
|
196
199
|
"@wix/site-stores",
|
|
197
200
|
"@wix/site-window",
|
|
198
201
|
"@wix/sites",
|
|
202
|
+
"@wix/standalone-forms",
|
|
199
203
|
"@wix/stores",
|
|
200
204
|
"@wix/subscription",
|
|
201
205
|
"@wix/suppliers-hub",
|
|
@@ -203,6 +207,7 @@
|
|
|
203
207
|
"@wix/table-reservations-experiences",
|
|
204
208
|
"@wix/tags",
|
|
205
209
|
"@wix/templates",
|
|
210
|
+
"@wix/token-creator",
|
|
206
211
|
"@wix/trigger-catalog",
|
|
207
212
|
"@wix/urls",
|
|
208
213
|
"@wix/user-certifications",
|
|
@@ -293,6 +298,7 @@
|
|
|
293
298
|
"@wix/ecom-bundle",
|
|
294
299
|
"@wix/editor-branches",
|
|
295
300
|
"@wix/editor-deployments",
|
|
301
|
+
"@wix/email-design-themes",
|
|
296
302
|
"@wix/email-marketing",
|
|
297
303
|
"@wix/email-marketing-themes",
|
|
298
304
|
"@wix/email-subscriptions",
|
|
@@ -305,6 +311,7 @@
|
|
|
305
311
|
"@wix/export-async-job",
|
|
306
312
|
"@wix/faq",
|
|
307
313
|
"@wix/fast-gallery",
|
|
314
|
+
"@wix/feedback",
|
|
308
315
|
"@wix/file-sharing",
|
|
309
316
|
"@wix/form-templates",
|
|
310
317
|
"@wix/forms",
|
|
@@ -371,6 +378,7 @@
|
|
|
371
378
|
"@wix/referral",
|
|
372
379
|
"@wix/reports",
|
|
373
380
|
"@wix/restaurants",
|
|
381
|
+
"@wix/review-request",
|
|
374
382
|
"@wix/reviews",
|
|
375
383
|
"@wix/revshare-gpv-payouts",
|
|
376
384
|
"@wix/revshare-materialized-invoices",
|
|
@@ -392,6 +400,7 @@
|
|
|
392
400
|
"@wix/site-connectors",
|
|
393
401
|
"@wix/site-plugins",
|
|
394
402
|
"@wix/sites",
|
|
403
|
+
"@wix/standalone-forms",
|
|
395
404
|
"@wix/stores",
|
|
396
405
|
"@wix/subscription",
|
|
397
406
|
"@wix/suppliers-hub",
|
|
@@ -399,6 +408,7 @@
|
|
|
399
408
|
"@wix/table-reservations-experiences",
|
|
400
409
|
"@wix/tags",
|
|
401
410
|
"@wix/templates",
|
|
411
|
+
"@wix/token-creator",
|
|
402
412
|
"@wix/trigger-catalog",
|
|
403
413
|
"@wix/urls",
|
|
404
414
|
"@wix/user-certifications",
|
|
@@ -489,6 +499,7 @@
|
|
|
489
499
|
"@wix/ecom-bundle",
|
|
490
500
|
"@wix/editor-branches",
|
|
491
501
|
"@wix/editor-deployments",
|
|
502
|
+
"@wix/email-design-themes",
|
|
492
503
|
"@wix/email-marketing",
|
|
493
504
|
"@wix/email-marketing-themes",
|
|
494
505
|
"@wix/email-subscriptions",
|
|
@@ -501,6 +512,7 @@
|
|
|
501
512
|
"@wix/export-async-job",
|
|
502
513
|
"@wix/faq",
|
|
503
514
|
"@wix/fast-gallery",
|
|
515
|
+
"@wix/feedback",
|
|
504
516
|
"@wix/file-sharing",
|
|
505
517
|
"@wix/form-templates",
|
|
506
518
|
"@wix/forms",
|
|
@@ -567,6 +579,7 @@
|
|
|
567
579
|
"@wix/referral",
|
|
568
580
|
"@wix/reports",
|
|
569
581
|
"@wix/restaurants",
|
|
582
|
+
"@wix/review-request",
|
|
570
583
|
"@wix/reviews",
|
|
571
584
|
"@wix/revshare-gpv-payouts",
|
|
572
585
|
"@wix/revshare-materialized-invoices",
|
|
@@ -605,6 +618,7 @@
|
|
|
605
618
|
"@wix/site-stores",
|
|
606
619
|
"@wix/site-window",
|
|
607
620
|
"@wix/sites",
|
|
621
|
+
"@wix/standalone-forms",
|
|
608
622
|
"@wix/stores",
|
|
609
623
|
"@wix/subscription",
|
|
610
624
|
"@wix/suppliers-hub",
|
|
@@ -612,6 +626,7 @@
|
|
|
612
626
|
"@wix/table-reservations-experiences",
|
|
613
627
|
"@wix/tags",
|
|
614
628
|
"@wix/templates",
|
|
629
|
+
"@wix/token-creator",
|
|
615
630
|
"@wix/trigger-catalog",
|
|
616
631
|
"@wix/urls",
|
|
617
632
|
"@wix/user-certifications",
|
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.14807",
|
|
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": "0432e6108cb2ccf04194e304d00771c9687739fd1abd4f93a8dbef44"
|
|
106
106
|
}
|