@wix/auto_sdk_bookings_resources 1.0.2 → 1.0.3
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-resources-v2-resource-resources.http.d.ts +1 -1
- package/build/cjs/src/bookings-resources-v2-resource-resources.http.js +1 -1
- package/build/cjs/src/bookings-resources-v2-resource-resources.public.d.ts +1 -1
- package/build/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +1 -1
- package/build/cjs/src/bookings-resources-v2-resource-resources.universal.js +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.http.d.ts +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.http.js +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.public.d.ts +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.universal.d.ts +1 -1
- package/build/es/src/bookings-resources-v2-resource-resources.universal.js +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.d.ts +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.http.js +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.public.d.ts +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +1 -1
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.js +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.http.d.ts +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.http.js +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.public.d.ts +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.d.ts +1 -1
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.js +1 -1
- package/package.json +2 -2
|
@@ -44,7 +44,7 @@ export declare function updateResource(payload: object): RequestOptionsFactory<a
|
|
|
44
44
|
*
|
|
45
45
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
46
46
|
* schedules that aren't shared with another resource. Learn more about
|
|
47
|
-
*
|
|
47
|
+
* _how Bookings uses the Calendar APIs_
|
|
48
48
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
49
49
|
*/
|
|
50
50
|
export declare function deleteResource(payload: object): RequestOptionsFactory<any>;
|
|
@@ -235,7 +235,7 @@ exports.updateResource = updateResource;
|
|
|
235
235
|
*
|
|
236
236
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
237
237
|
* schedules that aren't shared with another resource. Learn more about
|
|
238
|
-
*
|
|
238
|
+
* _how Bookings uses the Calendar APIs_
|
|
239
239
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
240
240
|
*/
|
|
241
241
|
function deleteResource(payload) {
|
|
@@ -71,7 +71,7 @@ interface DeleteResourceSignature {
|
|
|
71
71
|
*
|
|
72
72
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
73
73
|
* schedules that aren't shared with another resource. Learn more about
|
|
74
|
-
*
|
|
74
|
+
* _how Bookings uses the Calendar APIs_
|
|
75
75
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
76
76
|
* @param - ID of the resource to delete.
|
|
77
77
|
*/
|
|
@@ -1305,7 +1305,7 @@ export interface UpdateResource {
|
|
|
1305
1305
|
*
|
|
1306
1306
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
1307
1307
|
* schedules that aren't shared with another resource. Learn more about
|
|
1308
|
-
*
|
|
1308
|
+
* _how Bookings uses the Calendar APIs_
|
|
1309
1309
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
1310
1310
|
* @param resourceId - ID of the resource to delete.
|
|
1311
1311
|
* @public
|
|
@@ -327,7 +327,7 @@ exports.updateResource = updateResource;
|
|
|
327
327
|
*
|
|
328
328
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
329
329
|
* schedules that aren't shared with another resource. Learn more about
|
|
330
|
-
*
|
|
330
|
+
* _how Bookings uses the Calendar APIs_
|
|
331
331
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
332
332
|
* @param resourceId - ID of the resource to delete.
|
|
333
333
|
* @public
|
|
@@ -44,7 +44,7 @@ export declare function updateResource(payload: object): RequestOptionsFactory<a
|
|
|
44
44
|
*
|
|
45
45
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
46
46
|
* schedules that aren't shared with another resource. Learn more about
|
|
47
|
-
*
|
|
47
|
+
* _how Bookings uses the Calendar APIs_
|
|
48
48
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
49
49
|
*/
|
|
50
50
|
export declare function deleteResource(payload: object): RequestOptionsFactory<any>;
|
|
@@ -228,7 +228,7 @@ export function updateResource(payload) {
|
|
|
228
228
|
*
|
|
229
229
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
230
230
|
* schedules that aren't shared with another resource. Learn more about
|
|
231
|
-
*
|
|
231
|
+
* _how Bookings uses the Calendar APIs_
|
|
232
232
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
233
233
|
*/
|
|
234
234
|
export function deleteResource(payload) {
|
|
@@ -71,7 +71,7 @@ interface DeleteResourceSignature {
|
|
|
71
71
|
*
|
|
72
72
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
73
73
|
* schedules that aren't shared with another resource. Learn more about
|
|
74
|
-
*
|
|
74
|
+
* _how Bookings uses the Calendar APIs_
|
|
75
75
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
76
76
|
* @param - ID of the resource to delete.
|
|
77
77
|
*/
|
|
@@ -1305,7 +1305,7 @@ export interface UpdateResource {
|
|
|
1305
1305
|
*
|
|
1306
1306
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
1307
1307
|
* schedules that aren't shared with another resource. Learn more about
|
|
1308
|
-
*
|
|
1308
|
+
* _how Bookings uses the Calendar APIs_
|
|
1309
1309
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
1310
1310
|
* @param resourceId - ID of the resource to delete.
|
|
1311
1311
|
* @public
|
|
@@ -297,7 +297,7 @@ export async function updateResource(_id, resource) {
|
|
|
297
297
|
*
|
|
298
298
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
299
299
|
* schedules that aren't shared with another resource. Learn more about
|
|
300
|
-
*
|
|
300
|
+
* _how Bookings uses the Calendar APIs_
|
|
301
301
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
302
302
|
* @param resourceId - ID of the resource to delete.
|
|
303
303
|
* @public
|
|
@@ -44,7 +44,7 @@ export declare function updateResource(payload: object): RequestOptionsFactory<a
|
|
|
44
44
|
*
|
|
45
45
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
46
46
|
* schedules that aren't shared with another resource. Learn more about
|
|
47
|
-
*
|
|
47
|
+
* _how Bookings uses the Calendar APIs_
|
|
48
48
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
49
49
|
*/
|
|
50
50
|
export declare function deleteResource(payload: object): RequestOptionsFactory<any>;
|
|
@@ -235,7 +235,7 @@ exports.updateResource = updateResource;
|
|
|
235
235
|
*
|
|
236
236
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
237
237
|
* schedules that aren't shared with another resource. Learn more about
|
|
238
|
-
*
|
|
238
|
+
* _how Bookings uses the Calendar APIs_
|
|
239
239
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
240
240
|
*/
|
|
241
241
|
function deleteResource(payload) {
|
|
@@ -71,7 +71,7 @@ interface DeleteResourceSignature {
|
|
|
71
71
|
*
|
|
72
72
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
73
73
|
* schedules that aren't shared with another resource. Learn more about
|
|
74
|
-
*
|
|
74
|
+
* _how Bookings uses the Calendar APIs_
|
|
75
75
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
76
76
|
* @param - ID of the resource to delete.
|
|
77
77
|
*/
|
|
@@ -1305,7 +1305,7 @@ export interface UpdateResource {
|
|
|
1305
1305
|
*
|
|
1306
1306
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
1307
1307
|
* schedules that aren't shared with another resource. Learn more about
|
|
1308
|
-
*
|
|
1308
|
+
* _how Bookings uses the Calendar APIs_
|
|
1309
1309
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
1310
1310
|
* @param resourceId - ID of the resource to delete.
|
|
1311
1311
|
* @public
|
|
@@ -327,7 +327,7 @@ exports.updateResource = updateResource;
|
|
|
327
327
|
*
|
|
328
328
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
329
329
|
* schedules that aren't shared with another resource. Learn more about
|
|
330
|
-
*
|
|
330
|
+
* _how Bookings uses the Calendar APIs_
|
|
331
331
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
332
332
|
* @param resourceId - ID of the resource to delete.
|
|
333
333
|
* @public
|
|
@@ -44,7 +44,7 @@ export declare function updateResource(payload: object): RequestOptionsFactory<a
|
|
|
44
44
|
*
|
|
45
45
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
46
46
|
* schedules that aren't shared with another resource. Learn more about
|
|
47
|
-
*
|
|
47
|
+
* _how Bookings uses the Calendar APIs_
|
|
48
48
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
49
49
|
*/
|
|
50
50
|
export declare function deleteResource(payload: object): RequestOptionsFactory<any>;
|
|
@@ -228,7 +228,7 @@ export function updateResource(payload) {
|
|
|
228
228
|
*
|
|
229
229
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
230
230
|
* schedules that aren't shared with another resource. Learn more about
|
|
231
|
-
*
|
|
231
|
+
* _how Bookings uses the Calendar APIs_
|
|
232
232
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
233
233
|
*/
|
|
234
234
|
export function deleteResource(payload) {
|
|
@@ -71,7 +71,7 @@ interface DeleteResourceSignature {
|
|
|
71
71
|
*
|
|
72
72
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
73
73
|
* schedules that aren't shared with another resource. Learn more about
|
|
74
|
-
*
|
|
74
|
+
* _how Bookings uses the Calendar APIs_
|
|
75
75
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
76
76
|
* @param - ID of the resource to delete.
|
|
77
77
|
*/
|
|
@@ -1305,7 +1305,7 @@ export interface UpdateResource {
|
|
|
1305
1305
|
*
|
|
1306
1306
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
1307
1307
|
* schedules that aren't shared with another resource. Learn more about
|
|
1308
|
-
*
|
|
1308
|
+
* _how Bookings uses the Calendar APIs_
|
|
1309
1309
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
1310
1310
|
* @param resourceId - ID of the resource to delete.
|
|
1311
1311
|
* @public
|
|
@@ -297,7 +297,7 @@ export async function updateResource(_id, resource) {
|
|
|
297
297
|
*
|
|
298
298
|
* Deleting a resource cancels its event schedule and all its working hour
|
|
299
299
|
* schedules that aren't shared with another resource. Learn more about
|
|
300
|
-
*
|
|
300
|
+
* _how Bookings uses the Calendar APIs_
|
|
301
301
|
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/wix-bookings-integration) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/wix-bookings-integration)).
|
|
302
302
|
* @param resourceId - ID of the resource to delete.
|
|
303
303
|
* @public
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_resources",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bookings.resources.v2.resource"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "710edec0b2e9a1eb397d6b648377789807491e378d99dbe0ec409eb5"
|
|
52
52
|
}
|