@wix/events 1.0.261 → 1.0.262

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.261",
3
+ "version": "1.0.262",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,8 +20,8 @@
20
20
  "dependencies": {
21
21
  "@wix/events_categories": "1.0.39",
22
22
  "@wix/events_forms": "1.0.40",
23
- "@wix/events_guests": "1.0.52",
24
- "@wix/events_notifications": "1.0.23",
23
+ "@wix/events_guests": "1.0.53",
24
+ "@wix/events_notifications": "1.0.24",
25
25
  "@wix/events_orders": "1.0.40",
26
26
  "@wix/events_policies": "1.0.38",
27
27
  "@wix/events_ricos": "1.0.2",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "83a022bdf60ee2f7c69afbe99a78d1fab601582b606bf96185ae5de9"
60
+ "falconPackageHash": "042ae67d4386e99cd67a77cc3930cfb88d5549331f8490bea83f42bc"
61
61
  }
@@ -1246,15 +1246,21 @@ declare function createEventModule$b<T extends EventDefinition<any, string>>(eve
1246
1246
  declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
1247
1247
 
1248
1248
  type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1249
- /** */
1249
+ /**
1250
+ * Triggered when a guest is created.
1251
+ */
1250
1252
  declare const onGuestCreated: ReturnType<typeof createEventModule$b<_publicOnGuestCreatedType>>;
1251
1253
 
1252
1254
  type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
1253
- /** */
1255
+ /**
1256
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
1257
+ */
1254
1258
  declare const onGuestUpdated: ReturnType<typeof createEventModule$b<_publicOnGuestUpdatedType>>;
1255
1259
 
1256
1260
  type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
1257
- /** */
1261
+ /**
1262
+ * Triggered when a guest is deleted.
1263
+ */
1258
1264
  declare const onGuestDeleted: ReturnType<typeof createEventModule$b<_publicOnGuestDeletedType>>;
1259
1265
 
1260
1266
  type context$e_GuestCount = GuestCount;
@@ -3823,15 +3829,21 @@ declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotific
3823
3829
  declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
3824
3830
 
3825
3831
  type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3826
- /** */
3832
+ /**
3833
+ * Triggered when a guest is created.
3834
+ */
3827
3835
  declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigCreatedType>>;
3828
3836
 
3829
3837
  type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
3830
- /** */
3838
+ /**
3839
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
3840
+ */
3831
3841
  declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigUpdatedType>>;
3832
3842
 
3833
3843
  type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
3834
- /** */
3844
+ /**
3845
+ * Triggered when a guest is deleted.
3846
+ */
3835
3847
  declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigDeletedType>>;
3836
3848
 
3837
3849
  type context$d_Action = Action;
@@ -1246,15 +1246,21 @@ declare function createEventModule$b<T extends EventDefinition<any, string>>(eve
1246
1246
  declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
1247
1247
 
1248
1248
  type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1249
- /** */
1249
+ /**
1250
+ * Triggered when a guest is created.
1251
+ */
1250
1252
  declare const onGuestCreated: ReturnType<typeof createEventModule$b<_publicOnGuestCreatedType>>;
1251
1253
 
1252
1254
  type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
1253
- /** */
1255
+ /**
1256
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
1257
+ */
1254
1258
  declare const onGuestUpdated: ReturnType<typeof createEventModule$b<_publicOnGuestUpdatedType>>;
1255
1259
 
1256
1260
  type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
1257
- /** */
1261
+ /**
1262
+ * Triggered when a guest is deleted.
1263
+ */
1258
1264
  declare const onGuestDeleted: ReturnType<typeof createEventModule$b<_publicOnGuestDeletedType>>;
1259
1265
 
1260
1266
  type index_d$e_GuestCount = GuestCount;
@@ -3823,15 +3829,21 @@ declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotific
3823
3829
  declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
3824
3830
 
3825
3831
  type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3826
- /** */
3832
+ /**
3833
+ * Triggered when a guest is created.
3834
+ */
3827
3835
  declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigCreatedType>>;
3828
3836
 
3829
3837
  type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
3830
- /** */
3838
+ /**
3839
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
3840
+ */
3831
3841
  declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigUpdatedType>>;
3832
3842
 
3833
3843
  type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
3834
- /** */
3844
+ /**
3845
+ * Triggered when a guest is deleted.
3846
+ */
3835
3847
  declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigDeletedType>>;
3836
3848
 
3837
3849
  type index_d$d_Action = Action;