@wix/bookings 1.0.526 → 1.0.527
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.527",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.41",
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.42",
|
|
35
35
|
"@wix/bookings_pricing": "1.0.48",
|
|
36
|
-
"@wix/bookings_resource-types": "1.0.
|
|
37
|
-
"@wix/bookings_resources": "1.0.
|
|
36
|
+
"@wix/bookings_resource-types": "1.0.21",
|
|
37
|
+
"@wix/bookings_resources": "1.0.60",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.3",
|
|
39
39
|
"@wix/bookings_service-options-and-variants": "1.0.61",
|
|
40
|
-
"@wix/bookings_services": "1.0.
|
|
41
|
-
"@wix/bookings_staff-members": "1.0.
|
|
40
|
+
"@wix/bookings_services": "1.0.87",
|
|
41
|
+
"@wix/bookings_staff-members": "1.0.21"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"glob": "^10.4.1",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "96fa64d7e3948cc0446dd62eee7286678ee21464ffb606a4a8e689d8"
|
|
67
67
|
}
|
|
@@ -9986,9 +9986,6 @@ interface EventsSchedule {
|
|
|
9986
9986
|
scheduleId?: string | null;
|
|
9987
9987
|
}
|
|
9988
9988
|
declare enum ManagementType {
|
|
9989
|
-
UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
|
|
9990
|
-
/** The resource is managed by an app. */
|
|
9991
|
-
APP = "APP",
|
|
9992
9989
|
/** The resource is managed by a Wix user. */
|
|
9993
9990
|
WIX_USER = "WIX_USER"
|
|
9994
9991
|
}
|
|
@@ -10271,11 +10268,7 @@ declare enum ScalarType$2 {
|
|
|
10271
10268
|
/** Minimum value */
|
|
10272
10269
|
MIN = "MIN",
|
|
10273
10270
|
/** Maximum value */
|
|
10274
|
-
MAX = "MAX"
|
|
10275
|
-
/** Sum of values */
|
|
10276
|
-
SUM = "SUM",
|
|
10277
|
-
/** Average of values */
|
|
10278
|
-
AVG = "AVG"
|
|
10271
|
+
MAX = "MAX"
|
|
10279
10272
|
}
|
|
10280
10273
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
10281
10274
|
/** Options for including missing values */
|
|
@@ -11602,7 +11595,6 @@ interface BusinessLocation$1 {
|
|
|
11602
11595
|
locationId?: string | null;
|
|
11603
11596
|
}
|
|
11604
11597
|
declare enum RequestedFields$2 {
|
|
11605
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
11606
11598
|
TOTAL_RESOURCE_COUNT = "TOTAL_RESOURCE_COUNT",
|
|
11607
11599
|
SPECIFIC_LOCATION_TYPE_RESOURCE_COUNTS = "SPECIFIC_LOCATION_TYPE_RESOURCE_COUNTS",
|
|
11608
11600
|
DISTINCT_RESOURCE_LOCATIONS = "DISTINCT_RESOURCE_LOCATIONS"
|
|
@@ -12229,7 +12221,6 @@ interface Service {
|
|
|
12229
12221
|
revision?: string | null;
|
|
12230
12222
|
}
|
|
12231
12223
|
declare enum ServiceType {
|
|
12232
|
-
UNKNOWN_SERVICE_TYPE = "UNKNOWN_SERVICE_TYPE",
|
|
12233
12224
|
/** Service is an appointment. */
|
|
12234
12225
|
APPOINTMENT = "APPOINTMENT",
|
|
12235
12226
|
/** Service is a class. */
|
|
@@ -13504,9 +13495,7 @@ declare enum ScalarType$1 {
|
|
|
13504
13495
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
13505
13496
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
13506
13497
|
MIN = "MIN",
|
|
13507
|
-
MAX = "MAX"
|
|
13508
|
-
SUM = "SUM",
|
|
13509
|
-
AVG = "AVG"
|
|
13498
|
+
MAX = "MAX"
|
|
13510
13499
|
}
|
|
13511
13500
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
13512
13501
|
/** options for including missing values */
|
|
@@ -16960,7 +16949,6 @@ interface AssociatedConferencingProvider {
|
|
|
16960
16949
|
accountEmail?: string | null;
|
|
16961
16950
|
}
|
|
16962
16951
|
declare enum ConnectionStatus {
|
|
16963
|
-
UNKNOWN = "UNKNOWN",
|
|
16964
16952
|
/** Provider is connected to site and user is authenticated. */
|
|
16965
16953
|
CONNECTED = "CONNECTED",
|
|
16966
16954
|
/** Provider is not connected to site or user is not authenticated. */
|
|
@@ -17069,15 +17057,10 @@ interface CreateStaffMemberRequest {
|
|
|
17069
17057
|
fields?: RequestedFields[];
|
|
17070
17058
|
}
|
|
17071
17059
|
declare enum RequestedFields {
|
|
17072
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
17073
17060
|
/** Provide this value to include `resource` in the response. */
|
|
17074
17061
|
RESOURCE_DETAILS = "RESOURCE_DETAILS",
|
|
17075
|
-
/** Provide this value to include `associatedConferencingProviders` in the response. */
|
|
17076
|
-
ASSOCIATED_CONFERENCING_PROVIDERS = "ASSOCIATED_CONFERENCING_PROVIDERS",
|
|
17077
17062
|
/** Provide this value to include `associatedIdentityStatus` in the response. */
|
|
17078
|
-
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
17079
|
-
/** Provide this value to include `associatedConferencingAccounts` in the response. */
|
|
17080
|
-
ASSOCIATED_CONFERENCING_ACCOUNTS = "ASSOCIATED_CONFERENCING_ACCOUNTS"
|
|
17063
|
+
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
17081
17064
|
}
|
|
17082
17065
|
interface CreateStaffMemberResponse {
|
|
17083
17066
|
/** The created staff member. */
|
|
@@ -17325,9 +17308,7 @@ declare enum ScalarType {
|
|
|
17325
17308
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
17326
17309
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
17327
17310
|
MIN = "MIN",
|
|
17328
|
-
MAX = "MAX"
|
|
17329
|
-
SUM = "SUM",
|
|
17330
|
-
AVG = "AVG"
|
|
17311
|
+
MAX = "MAX"
|
|
17331
17312
|
}
|
|
17332
17313
|
interface NestedAggregationResults extends NestedAggregationResultsResultOneOf {
|
|
17333
17314
|
/** Value aggregation results */
|
|
@@ -9986,9 +9986,6 @@ interface EventsSchedule {
|
|
|
9986
9986
|
scheduleId?: string | null;
|
|
9987
9987
|
}
|
|
9988
9988
|
declare enum ManagementType {
|
|
9989
|
-
UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
|
|
9990
|
-
/** The resource is managed by an app. */
|
|
9991
|
-
APP = "APP",
|
|
9992
9989
|
/** The resource is managed by a Wix user. */
|
|
9993
9990
|
WIX_USER = "WIX_USER"
|
|
9994
9991
|
}
|
|
@@ -10271,11 +10268,7 @@ declare enum ScalarType$2 {
|
|
|
10271
10268
|
/** Minimum value */
|
|
10272
10269
|
MIN = "MIN",
|
|
10273
10270
|
/** Maximum value */
|
|
10274
|
-
MAX = "MAX"
|
|
10275
|
-
/** Sum of values */
|
|
10276
|
-
SUM = "SUM",
|
|
10277
|
-
/** Average of values */
|
|
10278
|
-
AVG = "AVG"
|
|
10271
|
+
MAX = "MAX"
|
|
10279
10272
|
}
|
|
10280
10273
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
10281
10274
|
/** Options for including missing values */
|
|
@@ -11602,7 +11595,6 @@ interface BusinessLocation$1 {
|
|
|
11602
11595
|
locationId?: string | null;
|
|
11603
11596
|
}
|
|
11604
11597
|
declare enum RequestedFields$2 {
|
|
11605
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
11606
11598
|
TOTAL_RESOURCE_COUNT = "TOTAL_RESOURCE_COUNT",
|
|
11607
11599
|
SPECIFIC_LOCATION_TYPE_RESOURCE_COUNTS = "SPECIFIC_LOCATION_TYPE_RESOURCE_COUNTS",
|
|
11608
11600
|
DISTINCT_RESOURCE_LOCATIONS = "DISTINCT_RESOURCE_LOCATIONS"
|
|
@@ -12229,7 +12221,6 @@ interface Service {
|
|
|
12229
12221
|
revision?: string | null;
|
|
12230
12222
|
}
|
|
12231
12223
|
declare enum ServiceType {
|
|
12232
|
-
UNKNOWN_SERVICE_TYPE = "UNKNOWN_SERVICE_TYPE",
|
|
12233
12224
|
/** Service is an appointment. */
|
|
12234
12225
|
APPOINTMENT = "APPOINTMENT",
|
|
12235
12226
|
/** Service is a class. */
|
|
@@ -13504,9 +13495,7 @@ declare enum ScalarType$1 {
|
|
|
13504
13495
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
13505
13496
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
13506
13497
|
MIN = "MIN",
|
|
13507
|
-
MAX = "MAX"
|
|
13508
|
-
SUM = "SUM",
|
|
13509
|
-
AVG = "AVG"
|
|
13498
|
+
MAX = "MAX"
|
|
13510
13499
|
}
|
|
13511
13500
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
13512
13501
|
/** options for including missing values */
|
|
@@ -16960,7 +16949,6 @@ interface AssociatedConferencingProvider {
|
|
|
16960
16949
|
accountEmail?: string | null;
|
|
16961
16950
|
}
|
|
16962
16951
|
declare enum ConnectionStatus {
|
|
16963
|
-
UNKNOWN = "UNKNOWN",
|
|
16964
16952
|
/** Provider is connected to site and user is authenticated. */
|
|
16965
16953
|
CONNECTED = "CONNECTED",
|
|
16966
16954
|
/** Provider is not connected to site or user is not authenticated. */
|
|
@@ -17069,15 +17057,10 @@ interface CreateStaffMemberRequest {
|
|
|
17069
17057
|
fields?: RequestedFields[];
|
|
17070
17058
|
}
|
|
17071
17059
|
declare enum RequestedFields {
|
|
17072
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
17073
17060
|
/** Provide this value to include `resource` in the response. */
|
|
17074
17061
|
RESOURCE_DETAILS = "RESOURCE_DETAILS",
|
|
17075
|
-
/** Provide this value to include `associatedConferencingProviders` in the response. */
|
|
17076
|
-
ASSOCIATED_CONFERENCING_PROVIDERS = "ASSOCIATED_CONFERENCING_PROVIDERS",
|
|
17077
17062
|
/** Provide this value to include `associatedIdentityStatus` in the response. */
|
|
17078
|
-
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
17079
|
-
/** Provide this value to include `associatedConferencingAccounts` in the response. */
|
|
17080
|
-
ASSOCIATED_CONFERENCING_ACCOUNTS = "ASSOCIATED_CONFERENCING_ACCOUNTS"
|
|
17063
|
+
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
17081
17064
|
}
|
|
17082
17065
|
interface CreateStaffMemberResponse {
|
|
17083
17066
|
/** The created staff member. */
|
|
@@ -17325,9 +17308,7 @@ declare enum ScalarType {
|
|
|
17325
17308
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
17326
17309
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
17327
17310
|
MIN = "MIN",
|
|
17328
|
-
MAX = "MAX"
|
|
17329
|
-
SUM = "SUM",
|
|
17330
|
-
AVG = "AVG"
|
|
17311
|
+
MAX = "MAX"
|
|
17331
17312
|
}
|
|
17332
17313
|
interface NestedAggregationResults extends NestedAggregationResultsResultOneOf {
|
|
17333
17314
|
/** Value aggregation results */
|
|
@@ -7358,9 +7358,6 @@ interface EventsSchedule$1 {
|
|
|
7358
7358
|
scheduleId?: string | null;
|
|
7359
7359
|
}
|
|
7360
7360
|
declare enum ManagementType$1 {
|
|
7361
|
-
UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
|
|
7362
|
-
/** The resource is managed by an app. */
|
|
7363
|
-
APP = "APP",
|
|
7364
7361
|
/** The resource is managed by a Wix user. */
|
|
7365
7362
|
WIX_USER = "WIX_USER"
|
|
7366
7363
|
}
|
|
@@ -7714,9 +7711,6 @@ interface EventsSchedule {
|
|
|
7714
7711
|
scheduleId?: string | null;
|
|
7715
7712
|
}
|
|
7716
7713
|
declare enum ManagementType {
|
|
7717
|
-
UNKNOWN_MANAGEMENT_TYPE = "UNKNOWN_MANAGEMENT_TYPE",
|
|
7718
|
-
/** The resource is managed by an app. */
|
|
7719
|
-
APP = "APP",
|
|
7720
7714
|
/** The resource is managed by a Wix user. */
|
|
7721
7715
|
WIX_USER = "WIX_USER"
|
|
7722
7716
|
}
|
|
@@ -8476,7 +8470,6 @@ interface Service$1 {
|
|
|
8476
8470
|
revision?: string | null;
|
|
8477
8471
|
}
|
|
8478
8472
|
declare enum ServiceType$1 {
|
|
8479
|
-
UNKNOWN_SERVICE_TYPE = "UNKNOWN_SERVICE_TYPE",
|
|
8480
8473
|
/** Service is an appointment. */
|
|
8481
8474
|
APPOINTMENT = "APPOINTMENT",
|
|
8482
8475
|
/** Service is a class. */
|
|
@@ -9576,9 +9569,7 @@ declare enum ScalarType$3 {
|
|
|
9576
9569
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
9577
9570
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
9578
9571
|
MIN = "MIN",
|
|
9579
|
-
MAX = "MAX"
|
|
9580
|
-
SUM = "SUM",
|
|
9581
|
-
AVG = "AVG"
|
|
9572
|
+
MAX = "MAX"
|
|
9582
9573
|
}
|
|
9583
9574
|
interface ValueAggregation$1 extends ValueAggregationOptionsOneOf$1 {
|
|
9584
9575
|
/** options for including missing values */
|
|
@@ -10558,7 +10549,6 @@ interface Service {
|
|
|
10558
10549
|
revision?: string | null;
|
|
10559
10550
|
}
|
|
10560
10551
|
declare enum ServiceType {
|
|
10561
|
-
UNKNOWN_SERVICE_TYPE = "UNKNOWN_SERVICE_TYPE",
|
|
10562
10552
|
/** Service is an appointment. */
|
|
10563
10553
|
APPOINTMENT = "APPOINTMENT",
|
|
10564
10554
|
/** Service is a class. */
|
|
@@ -11634,9 +11624,7 @@ declare enum ScalarType$2 {
|
|
|
11634
11624
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
11635
11625
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
11636
11626
|
MIN = "MIN",
|
|
11637
|
-
MAX = "MAX"
|
|
11638
|
-
SUM = "SUM",
|
|
11639
|
-
AVG = "AVG"
|
|
11627
|
+
MAX = "MAX"
|
|
11640
11628
|
}
|
|
11641
11629
|
interface ValueAggregation extends ValueAggregationOptionsOneOf {
|
|
11642
11630
|
/** options for including missing values */
|
|
@@ -12771,7 +12759,6 @@ interface Connection$1 {
|
|
|
12771
12759
|
status?: AssociatedWixIdentityConnectionStatusEnumConnectionStatus$1;
|
|
12772
12760
|
}
|
|
12773
12761
|
declare enum ConnectionStatus$1 {
|
|
12774
|
-
UNKNOWN = "UNKNOWN",
|
|
12775
12762
|
/** Provider is connected to site and user is authenticated. */
|
|
12776
12763
|
CONNECTED = "CONNECTED",
|
|
12777
12764
|
/** Provider is not connected to site or user is not authenticated. */
|
|
@@ -12827,15 +12814,10 @@ interface CreateStaffMemberRequest$1 {
|
|
|
12827
12814
|
fields?: RequestedFields$1[];
|
|
12828
12815
|
}
|
|
12829
12816
|
declare enum RequestedFields$1 {
|
|
12830
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
12831
12817
|
/** Provide this value to include `resource` in the response. */
|
|
12832
12818
|
RESOURCE_DETAILS = "RESOURCE_DETAILS",
|
|
12833
|
-
/** Provide this value to include `associatedConferencingProviders` in the response. */
|
|
12834
|
-
ASSOCIATED_CONFERENCING_PROVIDERS = "ASSOCIATED_CONFERENCING_PROVIDERS",
|
|
12835
12819
|
/** Provide this value to include `associatedIdentityStatus` in the response. */
|
|
12836
|
-
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
12837
|
-
/** Provide this value to include `associatedConferencingAccounts` in the response. */
|
|
12838
|
-
ASSOCIATED_CONFERENCING_ACCOUNTS = "ASSOCIATED_CONFERENCING_ACCOUNTS"
|
|
12820
|
+
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
12839
12821
|
}
|
|
12840
12822
|
interface CreateStaffMemberResponse$1 {
|
|
12841
12823
|
/** The created staff member. */
|
|
@@ -13029,9 +13011,7 @@ declare enum ScalarType$1 {
|
|
|
13029
13011
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
13030
13012
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
13031
13013
|
MIN = "MIN",
|
|
13032
|
-
MAX = "MAX"
|
|
13033
|
-
SUM = "SUM",
|
|
13034
|
-
AVG = "AVG"
|
|
13014
|
+
MAX = "MAX"
|
|
13035
13015
|
}
|
|
13036
13016
|
interface NestedAggregationResults$1 extends NestedAggregationResultsResultOneOf$1 {
|
|
13037
13017
|
/** Value aggregation results */
|
|
@@ -13593,7 +13573,6 @@ interface Connection {
|
|
|
13593
13573
|
status?: AssociatedWixIdentityConnectionStatusEnumConnectionStatus;
|
|
13594
13574
|
}
|
|
13595
13575
|
declare enum ConnectionStatus {
|
|
13596
|
-
UNKNOWN = "UNKNOWN",
|
|
13597
13576
|
/** Provider is connected to site and user is authenticated. */
|
|
13598
13577
|
CONNECTED = "CONNECTED",
|
|
13599
13578
|
/** Provider is not connected to site or user is not authenticated. */
|
|
@@ -13649,15 +13628,10 @@ interface CreateStaffMemberRequest {
|
|
|
13649
13628
|
fields?: RequestedFields[];
|
|
13650
13629
|
}
|
|
13651
13630
|
declare enum RequestedFields {
|
|
13652
|
-
UNKNOWN_REQUESTED_FIELD = "UNKNOWN_REQUESTED_FIELD",
|
|
13653
13631
|
/** Provide this value to include `resource` in the response. */
|
|
13654
13632
|
RESOURCE_DETAILS = "RESOURCE_DETAILS",
|
|
13655
|
-
/** Provide this value to include `associatedConferencingProviders` in the response. */
|
|
13656
|
-
ASSOCIATED_CONFERENCING_PROVIDERS = "ASSOCIATED_CONFERENCING_PROVIDERS",
|
|
13657
13633
|
/** Provide this value to include `associatedIdentityStatus` in the response. */
|
|
13658
|
-
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
13659
|
-
/** Provide this value to include `associatedConferencingAccounts` in the response. */
|
|
13660
|
-
ASSOCIATED_CONFERENCING_ACCOUNTS = "ASSOCIATED_CONFERENCING_ACCOUNTS"
|
|
13634
|
+
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS"
|
|
13661
13635
|
}
|
|
13662
13636
|
interface CreateStaffMemberResponse {
|
|
13663
13637
|
/** The created staff member. */
|
|
@@ -13851,9 +13825,7 @@ declare enum ScalarType {
|
|
|
13851
13825
|
UNKNOWN_SCALAR_TYPE = "UNKNOWN_SCALAR_TYPE",
|
|
13852
13826
|
COUNT_DISTINCT = "COUNT_DISTINCT",
|
|
13853
13827
|
MIN = "MIN",
|
|
13854
|
-
MAX = "MAX"
|
|
13855
|
-
SUM = "SUM",
|
|
13856
|
-
AVG = "AVG"
|
|
13828
|
+
MAX = "MAX"
|
|
13857
13829
|
}
|
|
13858
13830
|
interface NestedAggregationResults extends NestedAggregationResultsResultOneOf {
|
|
13859
13831
|
/** Value aggregation results */
|