@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.
Files changed (25) hide show
  1. package/build/cjs/src/bookings-services-v2-service-services.http.d.ts +1 -1
  2. package/build/cjs/src/bookings-services-v2-service-services.http.js +1 -1
  3. package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +1 -1
  4. package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +2 -2
  5. package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +5 -5
  6. package/build/cjs/src/bookings-services-v2-service-services.universal.js +1 -1
  7. package/build/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
  8. package/build/es/src/bookings-services-v2-service-services.http.js +1 -1
  9. package/build/es/src/bookings-services-v2-service-services.public.d.ts +1 -1
  10. package/build/es/src/bookings-services-v2-service-services.types.d.ts +2 -2
  11. package/build/es/src/bookings-services-v2-service-services.universal.d.ts +5 -5
  12. package/build/es/src/bookings-services-v2-service-services.universal.js +1 -1
  13. package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +1 -1
  14. package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +1 -1
  15. package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +1 -1
  16. package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +2 -2
  17. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +5 -5
  18. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +1 -1
  19. package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +1 -1
  20. package/build/internal/es/src/bookings-services-v2-service-services.http.js +1 -1
  21. package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +1 -1
  22. package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +2 -2
  23. package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +5 -5
  24. package/build/internal/es/src/bookings-services-v2-service-services.universal.js +1 -1
  25. 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 multiple services.
69
+ * Updates up to 100 services.
70
70
  *
71
71
  *
72
72
  * See Update Service
@@ -417,7 +417,7 @@ function updateService(payload) {
417
417
  }
418
418
  exports.updateService = updateService;
419
419
  /**
420
- * Updates multiple services.
420
+ * Updates up to 100 services.
421
421
  *
422
422
  *
423
423
  * 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 multiple services.
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
4264
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 multiple services.
4336
+ * Updates up to 100 services.
4337
4337
  *
4338
4338
  *
4339
4339
  * See Update Service
@@ -732,7 +732,7 @@ async function updateService(_id, service) {
732
732
  }
733
733
  exports.updateService = updateService;
734
734
  /**
735
- * Updates multiple services.
735
+ * Updates up to 100 services.
736
736
  *
737
737
  *
738
738
  * 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 multiple services.
69
+ * Updates up to 100 services.
70
70
  *
71
71
  *
72
72
  * See Update Service
@@ -411,7 +411,7 @@ export function updateService(payload) {
411
411
  return __updateService;
412
412
  }
413
413
  /**
414
- * Updates multiple services.
414
+ * Updates up to 100 services.
415
415
  *
416
416
  *
417
417
  * 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 multiple services.
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
4264
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 multiple services.
4336
+ * Updates up to 100 services.
4337
4337
  *
4338
4338
  *
4339
4339
  * See Update Service
@@ -702,7 +702,7 @@ export async function updateService(_id, service) {
702
702
  }
703
703
  }
704
704
  /**
705
- * Updates multiple services.
705
+ * Updates up to 100 services.
706
706
  *
707
707
  *
708
708
  * 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 multiple services.
69
+ * Updates up to 100 services.
70
70
  *
71
71
  *
72
72
  * See Update Service
@@ -417,7 +417,7 @@ function updateService(payload) {
417
417
  }
418
418
  exports.updateService = updateService;
419
419
  /**
420
- * Updates multiple services.
420
+ * Updates up to 100 services.
421
421
  *
422
422
  *
423
423
  * 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 multiple services.
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
4264
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 multiple services.
4336
+ * Updates up to 100 services.
4337
4337
  *
4338
4338
  *
4339
4339
  * See Update Service
@@ -732,7 +732,7 @@ async function updateService(_id, service) {
732
732
  }
733
733
  exports.updateService = updateService;
734
734
  /**
735
- * Updates multiple services.
735
+ * Updates up to 100 services.
736
736
  *
737
737
  *
738
738
  * 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 multiple services.
69
+ * Updates up to 100 services.
70
70
  *
71
71
  *
72
72
  * See Update Service
@@ -411,7 +411,7 @@ export function updateService(payload) {
411
411
  return __updateService;
412
412
  }
413
413
  /**
414
- * Updates multiple services.
414
+ * Updates up to 100 services.
415
415
  *
416
416
  *
417
417
  * 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 multiple services.
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
42
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 *payment options*
4264
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/about-payment-options) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-payment-options)).
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 multiple services.
4336
+ * Updates up to 100 services.
4337
4337
  *
4338
4338
  *
4339
4339
  * See Update Service
@@ -702,7 +702,7 @@ export async function updateService(_id, service) {
702
702
  }
703
703
  }
704
704
  /**
705
- * Updates multiple services.
705
+ * Updates up to 100 services.
706
706
  *
707
707
  *
708
708
  * 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.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": "8160d07473d93f01569bab2405236ba1404020effe8aaf4d1abf6084"
51
+ "falconPackageHash": "cfad0c4d824de8efc20bae01545735b7d38c2e6d2bab12ce19e8615c"
52
52
  }