@wix/wix-code-types 2.0.14797 → 2.0.14798

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.
@@ -672,6 +672,13 @@
672
672
  "frontend"
673
673
  ]
674
674
  },
675
+ "@wix/gsc": {
676
+ "name": "@wix/gsc",
677
+ "scopes": [
678
+ "backend",
679
+ "frontend"
680
+ ]
681
+ },
675
682
  "@wix/headless-site-assets": {
676
683
  "name": "@wix/headless-site-assets",
677
684
  "scopes": [
@@ -889,6 +896,13 @@
889
896
  "frontend"
890
897
  ]
891
898
  },
899
+ "@wix/partners-program": {
900
+ "name": "@wix/partners-program",
901
+ "scopes": [
902
+ "backend",
903
+ "frontend"
904
+ ]
905
+ },
892
906
  "@wix/payments": {
893
907
  "name": "@wix/payments",
894
908
  "scopes": [
@@ -96,6 +96,7 @@
96
96
  "@wix/get-paid",
97
97
  "@wix/gift-vouchers",
98
98
  "@wix/groups",
99
+ "@wix/gsc",
99
100
  "@wix/headless-site-assets",
100
101
  "@wix/identity",
101
102
  "@wix/igor",
@@ -127,6 +128,7 @@
127
128
  "@wix/paid-ads",
128
129
  "@wix/papyrus",
129
130
  "@wix/partner-profiles",
131
+ "@wix/partners-program",
130
132
  "@wix/payments",
131
133
  "@wix/portfolio",
132
134
  "@wix/premium-product-type",
@@ -298,6 +300,7 @@
298
300
  "@wix/get-paid",
299
301
  "@wix/gift-vouchers",
300
302
  "@wix/groups",
303
+ "@wix/gsc",
301
304
  "@wix/headless-site-assets",
302
305
  "@wix/identity",
303
306
  "@wix/igor",
@@ -329,6 +332,7 @@
329
332
  "@wix/paid-ads",
330
333
  "@wix/papyrus",
331
334
  "@wix/partner-profiles",
335
+ "@wix/partners-program",
332
336
  "@wix/payments",
333
337
  "@wix/portfolio",
334
338
  "@wix/premium-product-type",
@@ -483,6 +487,7 @@
483
487
  "@wix/get-paid",
484
488
  "@wix/gift-vouchers",
485
489
  "@wix/groups",
490
+ "@wix/gsc",
486
491
  "@wix/headless-site-assets",
487
492
  "@wix/identity",
488
493
  "@wix/igor",
@@ -514,6 +519,7 @@
514
519
  "@wix/paid-ads",
515
520
  "@wix/papyrus",
516
521
  "@wix/partner-profiles",
522
+ "@wix/partners-program",
517
523
  "@wix/payments",
518
524
  "@wix/portfolio",
519
525
  "@wix/premium-product-type",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/wix-code-types",
3
- "version": "2.0.14797",
3
+ "version": "2.0.14798",
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": "5ca0c4ab483866d07f6672c4288982edfb62a3ee7a51dbaae1358e01"
105
+ "falconPackageHash": "e305a5572de4bb6c2f7a0b43c87fab1f5934e4b3da90c24a8f7d09fb"
106
106
  }