@wix/events 1.0.328 → 1.0.329
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.329",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"@wix/events_forms": "1.0.50",
|
|
23
23
|
"@wix/events_guests": "1.0.74",
|
|
24
24
|
"@wix/events_notifications": "1.0.37",
|
|
25
|
-
"@wix/events_orders": "1.0.
|
|
25
|
+
"@wix/events_orders": "1.0.56",
|
|
26
26
|
"@wix/events_policies": "1.0.45",
|
|
27
27
|
"@wix/events_ricos": "1.0.11",
|
|
28
28
|
"@wix/events_rsvp": "1.0.48",
|
|
29
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
29
|
+
"@wix/events_rsvp-v-2": "1.0.19",
|
|
30
30
|
"@wix/events_schedule": "1.0.42",
|
|
31
31
|
"@wix/events_schedule-bookmarks": "1.0.38",
|
|
32
32
|
"@wix/events_staff-members": "1.0.19",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "3e348e7c15a73aa4c8267263587843d187b373663eb87e79354858be"
|
|
62
62
|
}
|
|
@@ -10151,6 +10151,8 @@ interface GetInvoiceResponseNonNullableFields {
|
|
|
10151
10151
|
reservationStatus: ReservationStatus$1;
|
|
10152
10152
|
reservationOccupied: boolean;
|
|
10153
10153
|
reservations: TicketReservationNonNullableFields[];
|
|
10154
|
+
giftCardPaymentDetails: GiftCardPaymentDetailsNonNullableFields[];
|
|
10155
|
+
balanceSummary?: BalanceSummaryNonNullableFields;
|
|
10154
10156
|
}
|
|
10155
10157
|
interface CheckoutResponseNonNullableFields {
|
|
10156
10158
|
order?: OrderNonNullableFields;
|
|
@@ -19309,7 +19311,15 @@ interface CancelRsvpGuestsCheckInOptions {
|
|
|
19309
19311
|
|
|
19310
19312
|
declare function searchRsvps$1(httpClient: HttpClient): SearchRsvpsSignature;
|
|
19311
19313
|
interface SearchRsvpsSignature {
|
|
19312
|
-
/**
|
|
19314
|
+
/**
|
|
19315
|
+
* Retrieves a list of RSVPs with aggregation data, given the provided paging, filtering, and sorting.
|
|
19316
|
+
* Search RSVP runs with these defaults, which you can override:
|
|
19317
|
+
* - `createdDate` is sorted in `ASC` order
|
|
19318
|
+
* - `paging.limit` is `100`
|
|
19319
|
+
* - `paging.offset` is `0`
|
|
19320
|
+
* For field support for filters and sorting, see [RSVP v2: Supported Filters and Sorting]().
|
|
19321
|
+
* To learn about working with _Search_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
19322
|
+
*/
|
|
19313
19323
|
(options?: SearchRsvpsOptions | undefined): Promise<SearchRsvpsResponse & SearchRsvpsResponseNonNullableFields>;
|
|
19314
19324
|
}
|
|
19315
19325
|
declare function queryRsvps$1(httpClient: HttpClient): QueryRsvpsSignature;
|
|
@@ -10151,6 +10151,8 @@ interface GetInvoiceResponseNonNullableFields {
|
|
|
10151
10151
|
reservationStatus: ReservationStatus$1;
|
|
10152
10152
|
reservationOccupied: boolean;
|
|
10153
10153
|
reservations: TicketReservationNonNullableFields[];
|
|
10154
|
+
giftCardPaymentDetails: GiftCardPaymentDetailsNonNullableFields[];
|
|
10155
|
+
balanceSummary?: BalanceSummaryNonNullableFields;
|
|
10154
10156
|
}
|
|
10155
10157
|
interface CheckoutResponseNonNullableFields {
|
|
10156
10158
|
order?: OrderNonNullableFields;
|
|
@@ -19309,7 +19311,15 @@ interface CancelRsvpGuestsCheckInOptions {
|
|
|
19309
19311
|
|
|
19310
19312
|
declare function searchRsvps$1(httpClient: HttpClient): SearchRsvpsSignature;
|
|
19311
19313
|
interface SearchRsvpsSignature {
|
|
19312
|
-
/**
|
|
19314
|
+
/**
|
|
19315
|
+
* Retrieves a list of RSVPs with aggregation data, given the provided paging, filtering, and sorting.
|
|
19316
|
+
* Search RSVP runs with these defaults, which you can override:
|
|
19317
|
+
* - `createdDate` is sorted in `ASC` order
|
|
19318
|
+
* - `paging.limit` is `100`
|
|
19319
|
+
* - `paging.offset` is `0`
|
|
19320
|
+
* For field support for filters and sorting, see [RSVP v2: Supported Filters and Sorting]().
|
|
19321
|
+
* To learn about working with _Search_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
|
|
19322
|
+
*/
|
|
19313
19323
|
(options?: SearchRsvpsOptions | undefined): Promise<SearchRsvpsResponse & SearchRsvpsResponseNonNullableFields>;
|
|
19314
19324
|
}
|
|
19315
19325
|
declare function queryRsvps$1(httpClient: HttpClient): QueryRsvpsSignature;
|
|
@@ -5797,6 +5797,8 @@ interface GetInvoiceResponseNonNullableFields$1 {
|
|
|
5797
5797
|
reservationStatus: ReservationStatus$1;
|
|
5798
5798
|
reservationOccupied: boolean;
|
|
5799
5799
|
reservations: TicketReservationNonNullableFields$1[];
|
|
5800
|
+
giftCardPaymentDetails: GiftCardPaymentDetailsNonNullableFields$1[];
|
|
5801
|
+
balanceSummary?: BalanceSummaryNonNullableFields$1;
|
|
5800
5802
|
}
|
|
5801
5803
|
interface CheckoutResponseNonNullableFields$1 {
|
|
5802
5804
|
order?: OrderNonNullableFields$1;
|
|
@@ -7124,6 +7126,8 @@ interface GetInvoiceResponseNonNullableFields {
|
|
|
7124
7126
|
reservationStatus: ReservationStatus;
|
|
7125
7127
|
reservationOccupied: boolean;
|
|
7126
7128
|
reservations: TicketReservationNonNullableFields[];
|
|
7129
|
+
giftCardPaymentDetails: GiftCardPaymentDetailsNonNullableFields[];
|
|
7130
|
+
balanceSummary?: BalanceSummaryNonNullableFields;
|
|
7127
7131
|
}
|
|
7128
7132
|
interface CheckoutResponseNonNullableFields {
|
|
7129
7133
|
order?: OrderNonNullableFields;
|