@wix/bookings 1.0.486 → 1.0.487
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.487",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.40",
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.36",
|
|
35
35
|
"@wix/bookings_pricing": "1.0.44",
|
|
36
|
-
"@wix/bookings_resource-types": "1.0.
|
|
36
|
+
"@wix/bookings_resource-types": "1.0.14",
|
|
37
37
|
"@wix/bookings_resources": "1.0.53",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.0",
|
|
39
39
|
"@wix/bookings_service-options-and-variants": "1.0.55",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "02ff948cba2969631d6f20cee1b1909fe19c2f4e3958cb9d5c7829b0"
|
|
67
67
|
}
|
|
@@ -11893,6 +11893,9 @@ declare function deleteResourceType$1(httpClient: HttpClient): DeleteResourceTyp
|
|
|
11893
11893
|
interface DeleteResourceTypeSignature {
|
|
11894
11894
|
/**
|
|
11895
11895
|
* Deletes a ResourceType.
|
|
11896
|
+
*
|
|
11897
|
+
*
|
|
11898
|
+
* Deleting a resource type will also delete all resources of this type.
|
|
11896
11899
|
* @param - ID of the resource type to delete.
|
|
11897
11900
|
*/
|
|
11898
11901
|
(resourceTypeId: string): Promise<void>;
|
|
@@ -11893,6 +11893,9 @@ declare function deleteResourceType$1(httpClient: HttpClient): DeleteResourceTyp
|
|
|
11893
11893
|
interface DeleteResourceTypeSignature {
|
|
11894
11894
|
/**
|
|
11895
11895
|
* Deletes a ResourceType.
|
|
11896
|
+
*
|
|
11897
|
+
*
|
|
11898
|
+
* Deleting a resource type will also delete all resources of this type.
|
|
11896
11899
|
* @param - ID of the resource type to delete.
|
|
11897
11900
|
*/
|
|
11898
11901
|
(resourceTypeId: string): Promise<void>;
|