@wix/events 1.0.331 → 1.0.333
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/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.333",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
+
"keywords": [
|
|
9
|
+
"wix-sdk-module=backend,page,public"
|
|
10
|
+
],
|
|
8
11
|
"sideEffects": false,
|
|
9
12
|
"module": "build/es/index.js",
|
|
10
13
|
"main": "build/cjs/index.js",
|
|
@@ -18,22 +21,22 @@
|
|
|
18
21
|
"type-bundles"
|
|
19
22
|
],
|
|
20
23
|
"dependencies": {
|
|
21
|
-
"@wix/events_categories": "1.0.
|
|
22
|
-
"@wix/events_forms": "1.0.
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
24
|
-
"@wix/events_notifications": "1.0.
|
|
25
|
-
"@wix/events_orders": "1.0.
|
|
26
|
-
"@wix/events_policies": "1.0.
|
|
27
|
-
"@wix/events_ricos": "1.0.
|
|
28
|
-
"@wix/events_rsvp": "1.0.
|
|
29
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
30
|
-
"@wix/events_schedule": "1.0.
|
|
31
|
-
"@wix/events_schedule-bookmarks": "1.0.
|
|
32
|
-
"@wix/events_staff-members": "1.0.
|
|
33
|
-
"@wix/events_ticket-definitions": "1.0.
|
|
34
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
35
|
-
"@wix/events_tickets": "1.0.
|
|
36
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
24
|
+
"@wix/events_categories": "1.0.49",
|
|
25
|
+
"@wix/events_forms": "1.0.52",
|
|
26
|
+
"@wix/events_guests": "1.0.76",
|
|
27
|
+
"@wix/events_notifications": "1.0.39",
|
|
28
|
+
"@wix/events_orders": "1.0.58",
|
|
29
|
+
"@wix/events_policies": "1.0.47",
|
|
30
|
+
"@wix/events_ricos": "1.0.13",
|
|
31
|
+
"@wix/events_rsvp": "1.0.50",
|
|
32
|
+
"@wix/events_rsvp-v-2": "1.0.21",
|
|
33
|
+
"@wix/events_schedule": "1.0.44",
|
|
34
|
+
"@wix/events_schedule-bookmarks": "1.0.40",
|
|
35
|
+
"@wix/events_staff-members": "1.0.21",
|
|
36
|
+
"@wix/events_ticket-definitions": "1.0.53",
|
|
37
|
+
"@wix/events_ticket-definitions-v-2": "1.0.69",
|
|
38
|
+
"@wix/events_tickets": "1.0.48",
|
|
39
|
+
"@wix/events_wix-events-v-2": "1.0.60"
|
|
37
40
|
},
|
|
38
41
|
"devDependencies": {
|
|
39
42
|
"glob": "^10.4.1",
|
|
@@ -58,5 +61,5 @@
|
|
|
58
61
|
"fqdn": ""
|
|
59
62
|
}
|
|
60
63
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
64
|
+
"falconPackageHash": "1c602a9c848b7b3ff2ec9597f8ed1afcd2a2b8f19ad581dc63211763"
|
|
62
65
|
}
|
|
@@ -12946,6 +12946,7 @@ declare function findRichContentBySlug$1(httpClient: HttpClient): FindRichConten
|
|
|
12946
12946
|
interface FindRichContentBySlugSignature {
|
|
12947
12947
|
/**
|
|
12948
12948
|
* Retrieves a RichContent by event_slug and field_name. Return empty response if not found.
|
|
12949
|
+
* @deprecated
|
|
12949
12950
|
*/
|
|
12950
12951
|
(identifiers: FindRichContentBySlugIdentifiers): Promise<FindRichContentBySlugResponse & FindRichContentBySlugResponseNonNullableFields>;
|
|
12951
12952
|
}
|
|
@@ -12946,6 +12946,7 @@ declare function findRichContentBySlug$1(httpClient: HttpClient): FindRichConten
|
|
|
12946
12946
|
interface FindRichContentBySlugSignature {
|
|
12947
12947
|
/**
|
|
12948
12948
|
* Retrieves a RichContent by event_slug and field_name. Return empty response if not found.
|
|
12949
|
+
* @deprecated
|
|
12949
12950
|
*/
|
|
12950
12951
|
(identifiers: FindRichContentBySlugIdentifiers): Promise<FindRichContentBySlugResponse & FindRichContentBySlugResponseNonNullableFields>;
|
|
12951
12952
|
}
|