@wix/bookings 1.0.433 → 1.0.434

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/bookings",
3
- "version": "1.0.433",
3
+ "version": "1.0.434",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "@wix/bookings_resource-types": "1.0.0",
32
32
  "@wix/bookings_resources": "1.0.34",
33
33
  "@wix/bookings_service-options-and-variants": "1.0.43",
34
- "@wix/bookings_services": "1.0.65",
34
+ "@wix/bookings_services": "1.0.66",
35
35
  "@wix/bookings_staff-members": "1.0.0"
36
36
  },
37
37
  "devDependencies": {
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "0a87a0abe338c85d9c254c51742382d031cdb3af571d6729391c7fe0"
60
+ "falconPackageHash": "604f2733c1825193fc64e1b9c36b82b5e82cefbe5ad2ee427b8306ff"
61
61
  }
@@ -14854,22 +14854,15 @@ declare const validateSlug: BuildRESTFunction<typeof validateSlug$1> & typeof va
14854
14854
  declare const cloneService: BuildRESTFunction<typeof cloneService$1> & typeof cloneService$1;
14855
14855
 
14856
14856
  type _publicOnServiceCreatedType = typeof onServiceCreated$1;
14857
- /**
14858
- * Triggered when a booking policy is created.
14859
- */
14857
+ /** */
14860
14858
  declare const onServiceCreated: ReturnType<typeof createEventModule$4<_publicOnServiceCreatedType>>;
14861
14859
 
14862
14860
  type _publicOnServiceUpdatedType = typeof onServiceUpdated$1;
14863
- /**
14864
- * Triggered when a booking policy is updated, including when a policy's
14865
- * `default` attribute changes.
14866
- */
14861
+ /** */
14867
14862
  declare const onServiceUpdated: ReturnType<typeof createEventModule$4<_publicOnServiceUpdatedType>>;
14868
14863
 
14869
14864
  type _publicOnServiceDeletedType = typeof onServiceDeleted$1;
14870
- /**
14871
- * Triggered when a booking policy is deleted.
14872
- */
14865
+ /** */
14873
14866
  declare const onServiceDeleted: ReturnType<typeof createEventModule$4<_publicOnServiceDeletedType>>;
14874
14867
 
14875
14868
  type _publicOnServiceDefaultBookingPolicySetType = typeof onServiceDefaultBookingPolicySet$1;
@@ -14854,22 +14854,15 @@ declare const validateSlug: BuildRESTFunction<typeof validateSlug$1> & typeof va
14854
14854
  declare const cloneService: BuildRESTFunction<typeof cloneService$1> & typeof cloneService$1;
14855
14855
 
14856
14856
  type _publicOnServiceCreatedType = typeof onServiceCreated$1;
14857
- /**
14858
- * Triggered when a booking policy is created.
14859
- */
14857
+ /** */
14860
14858
  declare const onServiceCreated: ReturnType<typeof createEventModule$4<_publicOnServiceCreatedType>>;
14861
14859
 
14862
14860
  type _publicOnServiceUpdatedType = typeof onServiceUpdated$1;
14863
- /**
14864
- * Triggered when a booking policy is updated, including when a policy's
14865
- * `default` attribute changes.
14866
- */
14861
+ /** */
14867
14862
  declare const onServiceUpdated: ReturnType<typeof createEventModule$4<_publicOnServiceUpdatedType>>;
14868
14863
 
14869
14864
  type _publicOnServiceDeletedType = typeof onServiceDeleted$1;
14870
- /**
14871
- * Triggered when a booking policy is deleted.
14872
- */
14865
+ /** */
14873
14866
  declare const onServiceDeleted: ReturnType<typeof createEventModule$4<_publicOnServiceDeletedType>>;
14874
14867
 
14875
14868
  type _publicOnServiceDefaultBookingPolicySetType = typeof onServiceDefaultBookingPolicySet$1;