@wix/wix-code-types 2.0.14802 → 2.0.14804
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 +14 -0
- package/dist/jsons/wixSdks.json +6 -0
- package/package.json +2 -2
package/build/model.sdk.json
CHANGED
|
@@ -168,6 +168,13 @@
|
|
|
168
168
|
"frontend"
|
|
169
169
|
]
|
|
170
170
|
},
|
|
171
|
+
"@wix/audiences": {
|
|
172
|
+
"name": "@wix/audiences",
|
|
173
|
+
"scopes": [
|
|
174
|
+
"backend",
|
|
175
|
+
"frontend"
|
|
176
|
+
]
|
|
177
|
+
},
|
|
171
178
|
"@wix/auth-management": {
|
|
172
179
|
"name": "@wix/auth-management",
|
|
173
180
|
"scopes": [
|
|
@@ -833,6 +840,13 @@
|
|
|
833
840
|
"frontend"
|
|
834
841
|
]
|
|
835
842
|
},
|
|
843
|
+
"@wix/member-activity-updates": {
|
|
844
|
+
"name": "@wix/member-activity-updates",
|
|
845
|
+
"scopes": [
|
|
846
|
+
"backend",
|
|
847
|
+
"frontend"
|
|
848
|
+
]
|
|
849
|
+
},
|
|
836
850
|
"@wix/members": {
|
|
837
851
|
"name": "@wix/members",
|
|
838
852
|
"scopes": [
|
package/dist/jsons/wixSdks.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@wix/assistant-widget",
|
|
25
25
|
"@wix/async-jobs",
|
|
26
26
|
"@wix/atlas",
|
|
27
|
+
"@wix/audiences",
|
|
27
28
|
"@wix/auth-management",
|
|
28
29
|
"@wix/autocms-collection-metadata-service",
|
|
29
30
|
"@wix/autocms-folders-service",
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
"@wix/media-collections",
|
|
120
121
|
"@wix/media-manager",
|
|
121
122
|
"@wix/meetings",
|
|
123
|
+
"@wix/member-activity-updates",
|
|
122
124
|
"@wix/members",
|
|
123
125
|
"@wix/members-area",
|
|
124
126
|
"@wix/metro",
|
|
@@ -233,6 +235,7 @@
|
|
|
233
235
|
"@wix/assistant-widget",
|
|
234
236
|
"@wix/async-jobs",
|
|
235
237
|
"@wix/atlas",
|
|
238
|
+
"@wix/audiences",
|
|
236
239
|
"@wix/auth-management",
|
|
237
240
|
"@wix/autocms-collection-metadata-service",
|
|
238
241
|
"@wix/autocms-folders-service",
|
|
@@ -328,6 +331,7 @@
|
|
|
328
331
|
"@wix/media-collections",
|
|
329
332
|
"@wix/media-manager",
|
|
330
333
|
"@wix/meetings",
|
|
334
|
+
"@wix/member-activity-updates",
|
|
331
335
|
"@wix/members",
|
|
332
336
|
"@wix/members-area",
|
|
333
337
|
"@wix/metro",
|
|
@@ -425,6 +429,7 @@
|
|
|
425
429
|
"@wix/assistant-widget",
|
|
426
430
|
"@wix/async-jobs",
|
|
427
431
|
"@wix/atlas",
|
|
432
|
+
"@wix/audiences",
|
|
428
433
|
"@wix/auth-management",
|
|
429
434
|
"@wix/autocms-collection-metadata-service",
|
|
430
435
|
"@wix/autocms-folders-service",
|
|
@@ -520,6 +525,7 @@
|
|
|
520
525
|
"@wix/media-collections",
|
|
521
526
|
"@wix/media-manager",
|
|
522
527
|
"@wix/meetings",
|
|
528
|
+
"@wix/member-activity-updates",
|
|
523
529
|
"@wix/members",
|
|
524
530
|
"@wix/members-area",
|
|
525
531
|
"@wix/metro",
|
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.14804",
|
|
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": "04f3afb06971d185f7e1cab2cf164c8014f7d1fce97e71e65679816c"
|
|
106
106
|
}
|