@wix/bookings 1.0.20 → 1.0.22
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-catalog-v1-resource.types.d.ts +1 -1
- package/build/cjs/src/bookings-catalog-v1-resource.universal.d.ts +1 -1
- package/build/es/src/bookings-catalog-v1-resource.types.d.ts +1 -1
- package/build/es/src/bookings-catalog-v1-resource.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -635,7 +635,7 @@ export interface CalendarConference {
|
|
|
635
635
|
* <!--END:ONLY:VELO-->
|
|
636
636
|
*/
|
|
637
637
|
conferenceType?: ConferenceType;
|
|
638
|
-
/**
|
|
638
|
+
/** ID of the account owner in the video conferencing service. */
|
|
639
639
|
accountOwnerId?: string | null;
|
|
640
640
|
}
|
|
641
641
|
export declare enum ConferenceType {
|
|
@@ -612,7 +612,7 @@ export interface CalendarConference {
|
|
|
612
612
|
* <!--END:ONLY:VELO-->
|
|
613
613
|
*/
|
|
614
614
|
conferenceType?: ConferenceType;
|
|
615
|
-
/**
|
|
615
|
+
/** ID of the account owner in the video conferencing service. */
|
|
616
616
|
accountOwnerId?: string | null;
|
|
617
617
|
}
|
|
618
618
|
export declare enum ConferenceType {
|
|
@@ -635,7 +635,7 @@ export interface CalendarConference {
|
|
|
635
635
|
* <!--END:ONLY:VELO-->
|
|
636
636
|
*/
|
|
637
637
|
conferenceType?: ConferenceType;
|
|
638
|
-
/**
|
|
638
|
+
/** ID of the account owner in the video conferencing service. */
|
|
639
639
|
accountOwnerId?: string | null;
|
|
640
640
|
}
|
|
641
641
|
export declare enum ConferenceType {
|
|
@@ -612,7 +612,7 @@ export interface CalendarConference {
|
|
|
612
612
|
* <!--END:ONLY:VELO-->
|
|
613
613
|
*/
|
|
614
614
|
conferenceType?: ConferenceType;
|
|
615
|
-
/**
|
|
615
|
+
/** ID of the account owner in the video conferencing service. */
|
|
616
616
|
accountOwnerId?: string | null;
|
|
617
617
|
}
|
|
618
618
|
export declare enum ConferenceType {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "f8b866068a48419eb5562c634b0c22c5d0f98056b152d1b9ea1008de"
|
|
37
37
|
}
|