@wix/auto_sdk_bookings_services 1.0.0 → 1.0.1
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-services-v2-service-services.http.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +2 -2
- package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +5 -5
- package/build/cjs/src/bookings-services-v2-service-services.universal.js +1 -1
- package/build/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/es/src/bookings-services-v2-service-services.public.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service-services.types.d.ts +2 -2
- package/build/es/src/bookings-services-v2-service-services.universal.d.ts +5 -5
- package/build/es/src/bookings-services-v2-service-services.universal.js +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +1 -1
- package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +2 -2
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +5 -5
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.http.js +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +1 -1
- package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +2 -2
- package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +5 -5
- package/build/internal/es/src/bookings-services-v2-service-services.universal.js +1 -1
- package/package.json +2 -2
|
@@ -66,7 +66,7 @@ export declare function getService(payload: object): RequestOptionsFactory<any>;
|
|
|
66
66
|
*/
|
|
67
67
|
export declare function updateService(payload: object): RequestOptionsFactory<any>;
|
|
68
68
|
/**
|
|
69
|
-
* Updates
|
|
69
|
+
* Updates up to 100 services.
|
|
70
70
|
*
|
|
71
71
|
*
|
|
72
72
|
* See Update Service
|
|
@@ -89,7 +89,7 @@ interface UpdateServiceSignature {
|
|
|
89
89
|
export declare function bulkUpdateServices(httpClient: HttpClient): BulkUpdateServicesSignature;
|
|
90
90
|
interface BulkUpdateServicesSignature {
|
|
91
91
|
/**
|
|
92
|
-
* Updates
|
|
92
|
+
* Updates up to 100 services.
|
|
93
93
|
*
|
|
94
94
|
*
|
|
95
95
|
* See Update Service
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -4260,8 +4260,8 @@ export interface UpdateService {
|
|
|
4260
4260
|
form?: Form;
|
|
4261
4261
|
/**
|
|
4262
4262
|
* Payment options for booking the service.
|
|
4263
|
-
* Learn more about *
|
|
4264
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
4263
|
+
* Learn more about *service payments*
|
|
4264
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
4265
4265
|
*/
|
|
4266
4266
|
payment?: Payment;
|
|
4267
4267
|
/** Online booking settings. */
|
|
@@ -4333,7 +4333,7 @@ export interface UpdateService {
|
|
|
4333
4333
|
revision?: string | null;
|
|
4334
4334
|
}
|
|
4335
4335
|
/**
|
|
4336
|
-
* Updates
|
|
4336
|
+
* Updates up to 100 services.
|
|
4337
4337
|
*
|
|
4338
4338
|
*
|
|
4339
4339
|
* See Update Service
|
|
@@ -66,7 +66,7 @@ export declare function getService(payload: object): RequestOptionsFactory<any>;
|
|
|
66
66
|
*/
|
|
67
67
|
export declare function updateService(payload: object): RequestOptionsFactory<any>;
|
|
68
68
|
/**
|
|
69
|
-
* Updates
|
|
69
|
+
* Updates up to 100 services.
|
|
70
70
|
*
|
|
71
71
|
*
|
|
72
72
|
* See Update Service
|
|
@@ -89,7 +89,7 @@ interface UpdateServiceSignature {
|
|
|
89
89
|
export declare function bulkUpdateServices(httpClient: HttpClient): BulkUpdateServicesSignature;
|
|
90
90
|
interface BulkUpdateServicesSignature {
|
|
91
91
|
/**
|
|
92
|
-
* Updates
|
|
92
|
+
* Updates up to 100 services.
|
|
93
93
|
*
|
|
94
94
|
*
|
|
95
95
|
* See Update Service
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -4260,8 +4260,8 @@ export interface UpdateService {
|
|
|
4260
4260
|
form?: Form;
|
|
4261
4261
|
/**
|
|
4262
4262
|
* Payment options for booking the service.
|
|
4263
|
-
* Learn more about *
|
|
4264
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
4263
|
+
* Learn more about *service payments*
|
|
4264
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
4265
4265
|
*/
|
|
4266
4266
|
payment?: Payment;
|
|
4267
4267
|
/** Online booking settings. */
|
|
@@ -4333,7 +4333,7 @@ export interface UpdateService {
|
|
|
4333
4333
|
revision?: string | null;
|
|
4334
4334
|
}
|
|
4335
4335
|
/**
|
|
4336
|
-
* Updates
|
|
4336
|
+
* Updates up to 100 services.
|
|
4337
4337
|
*
|
|
4338
4338
|
*
|
|
4339
4339
|
* See Update Service
|
|
@@ -66,7 +66,7 @@ export declare function getService(payload: object): RequestOptionsFactory<any>;
|
|
|
66
66
|
*/
|
|
67
67
|
export declare function updateService(payload: object): RequestOptionsFactory<any>;
|
|
68
68
|
/**
|
|
69
|
-
* Updates
|
|
69
|
+
* Updates up to 100 services.
|
|
70
70
|
*
|
|
71
71
|
*
|
|
72
72
|
* See Update Service
|
|
@@ -89,7 +89,7 @@ interface UpdateServiceSignature {
|
|
|
89
89
|
export declare function bulkUpdateServices(httpClient: HttpClient): BulkUpdateServicesSignature;
|
|
90
90
|
interface BulkUpdateServicesSignature {
|
|
91
91
|
/**
|
|
92
|
-
* Updates
|
|
92
|
+
* Updates up to 100 services.
|
|
93
93
|
*
|
|
94
94
|
*
|
|
95
95
|
* See Update Service
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -4260,8 +4260,8 @@ export interface UpdateService {
|
|
|
4260
4260
|
form?: Form;
|
|
4261
4261
|
/**
|
|
4262
4262
|
* Payment options for booking the service.
|
|
4263
|
-
* Learn more about *
|
|
4264
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
4263
|
+
* Learn more about *service payments*
|
|
4264
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
4265
4265
|
*/
|
|
4266
4266
|
payment?: Payment;
|
|
4267
4267
|
/** Online booking settings. */
|
|
@@ -4333,7 +4333,7 @@ export interface UpdateService {
|
|
|
4333
4333
|
revision?: string | null;
|
|
4334
4334
|
}
|
|
4335
4335
|
/**
|
|
4336
|
-
* Updates
|
|
4336
|
+
* Updates up to 100 services.
|
|
4337
4337
|
*
|
|
4338
4338
|
*
|
|
4339
4339
|
* See Update Service
|
|
@@ -66,7 +66,7 @@ export declare function getService(payload: object): RequestOptionsFactory<any>;
|
|
|
66
66
|
*/
|
|
67
67
|
export declare function updateService(payload: object): RequestOptionsFactory<any>;
|
|
68
68
|
/**
|
|
69
|
-
* Updates
|
|
69
|
+
* Updates up to 100 services.
|
|
70
70
|
*
|
|
71
71
|
*
|
|
72
72
|
* See Update Service
|
|
@@ -89,7 +89,7 @@ interface UpdateServiceSignature {
|
|
|
89
89
|
export declare function bulkUpdateServices(httpClient: HttpClient): BulkUpdateServicesSignature;
|
|
90
90
|
interface BulkUpdateServicesSignature {
|
|
91
91
|
/**
|
|
92
|
-
* Updates
|
|
92
|
+
* Updates up to 100 services.
|
|
93
93
|
*
|
|
94
94
|
*
|
|
95
95
|
* See Update Service
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -38,8 +38,8 @@ export interface Service {
|
|
|
38
38
|
form?: Form;
|
|
39
39
|
/**
|
|
40
40
|
* Payment options for booking the service.
|
|
41
|
-
* Learn more about *
|
|
42
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
41
|
+
* Learn more about *service payments*
|
|
42
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
43
43
|
*/
|
|
44
44
|
payment?: Payment;
|
|
45
45
|
/** Online booking settings. */
|
|
@@ -4260,8 +4260,8 @@ export interface UpdateService {
|
|
|
4260
4260
|
form?: Form;
|
|
4261
4261
|
/**
|
|
4262
4262
|
* Payment options for booking the service.
|
|
4263
|
-
* Learn more about *
|
|
4264
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-
|
|
4263
|
+
* Learn more about *service payments*
|
|
4264
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-payments) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-payments)).
|
|
4265
4265
|
*/
|
|
4266
4266
|
payment?: Payment;
|
|
4267
4267
|
/** Online booking settings. */
|
|
@@ -4333,7 +4333,7 @@ export interface UpdateService {
|
|
|
4333
4333
|
revision?: string | null;
|
|
4334
4334
|
}
|
|
4335
4335
|
/**
|
|
4336
|
-
* Updates
|
|
4336
|
+
* Updates up to 100 services.
|
|
4337
4337
|
*
|
|
4338
4338
|
*
|
|
4339
4339
|
* See Update Service
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_services",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bookings.services.v2.service"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "cfad0c4d824de8efc20bae01545735b7d38c2e6d2bab12ce19e8615c"
|
|
52
52
|
}
|