@wix/auto_sdk_bookings_services 1.0.3 → 1.0.4
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.types.d.ts +2 -2
- package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- package/package.json +2 -2
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -4241,7 +4241,7 @@ export interface UpdateService {
|
|
|
4241
4241
|
type?: ServiceType;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* Order of the service within a *category*
|
|
4244
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4244
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
4245
4245
|
*/
|
|
4246
4246
|
sortOrder?: number | null;
|
|
4247
4247
|
/** Service name. */
|
|
@@ -4258,7 +4258,7 @@ export interface UpdateService {
|
|
|
4258
4258
|
hidden?: boolean | null;
|
|
4259
4259
|
/**
|
|
4260
4260
|
* _Category_
|
|
4261
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4261
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
4262
4262
|
* the service is associated with.
|
|
4263
4263
|
*/
|
|
4264
4264
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -4241,7 +4241,7 @@ export interface UpdateService {
|
|
|
4241
4241
|
type?: ServiceType;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* Order of the service within a *category*
|
|
4244
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4244
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
4245
4245
|
*/
|
|
4246
4246
|
sortOrder?: number | null;
|
|
4247
4247
|
/** Service name. */
|
|
@@ -4258,7 +4258,7 @@ export interface UpdateService {
|
|
|
4258
4258
|
hidden?: boolean | null;
|
|
4259
4259
|
/**
|
|
4260
4260
|
* _Category_
|
|
4261
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4261
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
4262
4262
|
* the service is associated with.
|
|
4263
4263
|
*/
|
|
4264
4264
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -4241,7 +4241,7 @@ export interface UpdateService {
|
|
|
4241
4241
|
type?: ServiceType;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* Order of the service within a *category*
|
|
4244
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4244
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
4245
4245
|
*/
|
|
4246
4246
|
sortOrder?: number | null;
|
|
4247
4247
|
/** Service name. */
|
|
@@ -4258,7 +4258,7 @@ export interface UpdateService {
|
|
|
4258
4258
|
hidden?: boolean | null;
|
|
4259
4259
|
/**
|
|
4260
4260
|
* _Category_
|
|
4261
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4261
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
4262
4262
|
* the service is associated with.
|
|
4263
4263
|
*/
|
|
4264
4264
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -13,7 +13,7 @@ export interface Service {
|
|
|
13
13
|
type?: ServiceType;
|
|
14
14
|
/**
|
|
15
15
|
* Order of the service within a *category*
|
|
16
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
16
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
17
17
|
*/
|
|
18
18
|
sortOrder?: number | null;
|
|
19
19
|
/** Service name. */
|
|
@@ -30,7 +30,7 @@ export interface Service {
|
|
|
30
30
|
hidden?: boolean | null;
|
|
31
31
|
/**
|
|
32
32
|
* _Category_
|
|
33
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
33
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
34
34
|
* the service is associated with.
|
|
35
35
|
*/
|
|
36
36
|
category?: V2Category;
|
|
@@ -4241,7 +4241,7 @@ export interface UpdateService {
|
|
|
4241
4241
|
type?: ServiceType;
|
|
4242
4242
|
/**
|
|
4243
4243
|
* Order of the service within a *category*
|
|
4244
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4244
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
|
|
4245
4245
|
*/
|
|
4246
4246
|
sortOrder?: number | null;
|
|
4247
4247
|
/** Service name. */
|
|
@@ -4258,7 +4258,7 @@ export interface UpdateService {
|
|
|
4258
4258
|
hidden?: boolean | null;
|
|
4259
4259
|
/**
|
|
4260
4260
|
* _Category_
|
|
4261
|
-
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-
|
|
4261
|
+
* ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
|
|
4262
4262
|
* the service is associated with.
|
|
4263
4263
|
*/
|
|
4264
4264
|
category?: V2Category;
|
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.4",
|
|
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": "402ea5e12096b15229a5e233401c75aec4433b13649ca089b7db5ab1"
|
|
52
52
|
}
|