@wix/auto_sdk_bookings_booking-policies 1.0.1 → 1.0.2
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/cjs/src/bookings-v1-booking-policy-booking-policies.context.d.ts +1 -1
- package/build/cjs/src/bookings-v1-booking-policy-booking-policies.context.js +1 -1
- package/build/cjs/src/bookings-v1-booking-policy-booking-policies.universal.d.ts +1 -1
- package/build/es/src/bookings-v1-booking-policy-booking-policies.context.d.ts +1 -1
- package/build/es/src/bookings-v1-booking-policy-booking-policies.context.js +1 -1
- package/build/es/src/bookings-v1-booking-policy-booking-policies.universal.d.ts +1 -1
- package/build/internal/cjs/src/bookings-v1-booking-policy-booking-policies.context.d.ts +1 -1
- package/build/internal/cjs/src/bookings-v1-booking-policy-booking-policies.context.js +1 -1
- package/build/internal/cjs/src/bookings-v1-booking-policy-booking-policies.universal.d.ts +1 -1
- package/build/internal/es/src/bookings-v1-booking-policy-booking-policies.context.d.ts +1 -1
- package/build/internal/es/src/bookings-v1-booking-policy-booking-policies.context.js +1 -1
- package/build/internal/es/src/bookings-v1-booking-policy-booking-policies.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -19,7 +19,7 @@ export declare const countBookingPolicies: MaybeContext<BuildRESTFunction<typeof
|
|
|
19
19
|
export declare const onBookingPolicyCreated: ReturnType<typeof createEventModule<typeof publicOnBookingPolicyCreated>>;
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -22,7 +22,7 @@ exports.countBookingPolicies = (0, rest_modules_1.createRESTModule)(bookings_v1_
|
|
|
22
22
|
exports.onBookingPolicyCreated = (0, event_definition_modules_1.createEventModule)(bookings_v1_booking_policy_booking_policies_public_js_2.onBookingPolicyCreated);
|
|
23
23
|
/**
|
|
24
24
|
* Triggered when the site's default policy changes. Then,
|
|
25
|
-
*
|
|
25
|
+
* _Booking Policy Updated_
|
|
26
26
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
27
27
|
* is also triggered both for the new and the previous default policy.
|
|
28
28
|
*/
|
|
@@ -1345,7 +1345,7 @@ export interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Triggered when the site's default policy changes. Then,
|
|
1348
|
-
*
|
|
1348
|
+
* _Booking Policy Updated_
|
|
1349
1349
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
1350
1350
|
* is also triggered both for the new and the previous default policy.
|
|
1351
1351
|
* @permissionScope Read Bookings - Public Data
|
|
@@ -19,7 +19,7 @@ export declare const countBookingPolicies: MaybeContext<BuildRESTFunction<typeof
|
|
|
19
19
|
export declare const onBookingPolicyCreated: ReturnType<typeof createEventModule<typeof publicOnBookingPolicyCreated>>;
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -19,7 +19,7 @@ export const countBookingPolicies = /*#__PURE__*/ createRESTModule(publicCountBo
|
|
|
19
19
|
export const onBookingPolicyCreated = createEventModule(publicOnBookingPolicyCreated);
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -1345,7 +1345,7 @@ export interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Triggered when the site's default policy changes. Then,
|
|
1348
|
-
*
|
|
1348
|
+
* _Booking Policy Updated_
|
|
1349
1349
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
1350
1350
|
* is also triggered both for the new and the previous default policy.
|
|
1351
1351
|
* @permissionScope Read Bookings - Public Data
|
|
@@ -19,7 +19,7 @@ export declare const countBookingPolicies: MaybeContext<BuildRESTFunction<typeof
|
|
|
19
19
|
export declare const onBookingPolicyCreated: ReturnType<typeof createEventModule<typeof publicOnBookingPolicyCreated>>;
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -22,7 +22,7 @@ exports.countBookingPolicies = (0, rest_modules_1.createRESTModule)(bookings_v1_
|
|
|
22
22
|
exports.onBookingPolicyCreated = (0, event_definition_modules_1.createEventModule)(bookings_v1_booking_policy_booking_policies_public_js_2.onBookingPolicyCreated);
|
|
23
23
|
/**
|
|
24
24
|
* Triggered when the site's default policy changes. Then,
|
|
25
|
-
*
|
|
25
|
+
* _Booking Policy Updated_
|
|
26
26
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
27
27
|
* is also triggered both for the new and the previous default policy.
|
|
28
28
|
*/
|
|
@@ -1345,7 +1345,7 @@ export interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Triggered when the site's default policy changes. Then,
|
|
1348
|
-
*
|
|
1348
|
+
* _Booking Policy Updated_
|
|
1349
1349
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
1350
1350
|
* is also triggered both for the new and the previous default policy.
|
|
1351
1351
|
* @permissionScope Read Bookings - Public Data
|
|
@@ -19,7 +19,7 @@ export declare const countBookingPolicies: MaybeContext<BuildRESTFunction<typeof
|
|
|
19
19
|
export declare const onBookingPolicyCreated: ReturnType<typeof createEventModule<typeof publicOnBookingPolicyCreated>>;
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -19,7 +19,7 @@ export const countBookingPolicies = /*#__PURE__*/ createRESTModule(publicCountBo
|
|
|
19
19
|
export const onBookingPolicyCreated = createEventModule(publicOnBookingPolicyCreated);
|
|
20
20
|
/**
|
|
21
21
|
* Triggered when the site's default policy changes. Then,
|
|
22
|
-
*
|
|
22
|
+
* _Booking Policy Updated_
|
|
23
23
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
24
24
|
* is also triggered both for the new and the previous default policy.
|
|
25
25
|
*/
|
|
@@ -1345,7 +1345,7 @@ export interface BookingPolicyDefaultBookingPolicySetEnvelope {
|
|
|
1345
1345
|
}
|
|
1346
1346
|
/**
|
|
1347
1347
|
* Triggered when the site's default policy changes. Then,
|
|
1348
|
-
*
|
|
1348
|
+
* _Booking Policy Updated_
|
|
1349
1349
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
|
|
1350
1350
|
* is also triggered both for the new and the previous default policy.
|
|
1351
1351
|
* @permissionScope Read Bookings - Public Data
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_booking-policies",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bookings.v1.booking_policy"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "842e458d471ed8b671eee4ba4237ad470c537f98e8ee4e171f03ef6a"
|
|
52
52
|
}
|