@wix/bookings 1.0.205 → 1.0.206
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.types.d.ts +3 -3
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +3 -3
- package/build/es/src/bookings-services-v2-service.types.d.ts +3 -3
- package/build/es/src/bookings-services-v2-service.universal.d.ts +3 -3
- package/package.json +2 -2
|
@@ -2427,15 +2427,15 @@ export interface SetServiceLocationsRequest {
|
|
|
2427
2427
|
serviceId?: string;
|
|
2428
2428
|
/** The locations you specify replace the existing service locations. */
|
|
2429
2429
|
locations?: Location[];
|
|
2430
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2430
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2431
2431
|
removedLocationSessionsAction?: RemovedLocationSessionsAction;
|
|
2432
|
-
/** Whether to notify participants about the change, and an optional custom message. */
|
|
2432
|
+
/** Whether to notify participants about the change of location, and an optional custom message. */
|
|
2433
2433
|
participantNotification?: ParticipantNotification;
|
|
2434
2434
|
}
|
|
2435
2435
|
export interface RemovedLocationSessionsAction extends RemovedLocationSessionsActionActionOptionsOneOf {
|
|
2436
2436
|
/** Options related to the action, such as a new location to move existing sessions to. */
|
|
2437
2437
|
moveToLocationOptions?: MoveToNewLocationsOptions;
|
|
2438
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2438
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2439
2439
|
action?: Action;
|
|
2440
2440
|
}
|
|
2441
2441
|
/** @oneof */
|
|
@@ -2384,15 +2384,15 @@ export interface SetServiceLocationsRequest {
|
|
|
2384
2384
|
serviceId?: string;
|
|
2385
2385
|
/** The locations you specify replace the existing service locations. */
|
|
2386
2386
|
locations?: Location[];
|
|
2387
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2387
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2388
2388
|
removedLocationSessionsAction?: RemovedLocationSessionsAction;
|
|
2389
|
-
/** Whether to notify participants about the change, and an optional custom message. */
|
|
2389
|
+
/** Whether to notify participants about the change of location, and an optional custom message. */
|
|
2390
2390
|
participantNotification?: ParticipantNotification;
|
|
2391
2391
|
}
|
|
2392
2392
|
export interface RemovedLocationSessionsAction extends RemovedLocationSessionsActionActionOptionsOneOf {
|
|
2393
2393
|
/** Options related to the action, such as a new location to move existing sessions to. */
|
|
2394
2394
|
moveToLocationOptions?: MoveToNewLocationsOptions;
|
|
2395
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2395
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2396
2396
|
action?: Action;
|
|
2397
2397
|
}
|
|
2398
2398
|
/** @oneof */
|
|
@@ -2427,15 +2427,15 @@ export interface SetServiceLocationsRequest {
|
|
|
2427
2427
|
serviceId?: string;
|
|
2428
2428
|
/** The locations you specify replace the existing service locations. */
|
|
2429
2429
|
locations?: Location[];
|
|
2430
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2430
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2431
2431
|
removedLocationSessionsAction?: RemovedLocationSessionsAction;
|
|
2432
|
-
/** Whether to notify participants about the change, and an optional custom message. */
|
|
2432
|
+
/** Whether to notify participants about the change of location, and an optional custom message. */
|
|
2433
2433
|
participantNotification?: ParticipantNotification;
|
|
2434
2434
|
}
|
|
2435
2435
|
export interface RemovedLocationSessionsAction extends RemovedLocationSessionsActionActionOptionsOneOf {
|
|
2436
2436
|
/** Options related to the action, such as a new location to move existing sessions to. */
|
|
2437
2437
|
moveToLocationOptions?: MoveToNewLocationsOptions;
|
|
2438
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2438
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2439
2439
|
action?: Action;
|
|
2440
2440
|
}
|
|
2441
2441
|
/** @oneof */
|
|
@@ -2384,15 +2384,15 @@ export interface SetServiceLocationsRequest {
|
|
|
2384
2384
|
serviceId?: string;
|
|
2385
2385
|
/** The locations you specify replace the existing service locations. */
|
|
2386
2386
|
locations?: Location[];
|
|
2387
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2387
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2388
2388
|
removedLocationSessionsAction?: RemovedLocationSessionsAction;
|
|
2389
|
-
/** Whether to notify participants about the change, and an optional custom message. */
|
|
2389
|
+
/** Whether to notify participants about the change of location, and an optional custom message. */
|
|
2390
2390
|
participantNotification?: ParticipantNotification;
|
|
2391
2391
|
}
|
|
2392
2392
|
export interface RemovedLocationSessionsAction extends RemovedLocationSessionsActionActionOptionsOneOf {
|
|
2393
2393
|
/** Options related to the action, such as a new location to move existing sessions to. */
|
|
2394
2394
|
moveToLocationOptions?: MoveToNewLocationsOptions;
|
|
2395
|
-
/** The action to perform on sessions currently set to a removed location. */
|
|
2395
|
+
/** The action to perform on sessions currently set to a removed location. For example, move existing sessions to a new specified location. */
|
|
2396
2396
|
action?: Action;
|
|
2397
2397
|
}
|
|
2398
2398
|
/** @oneof */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.206",
|
|
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": "de3e3c8d517cc4bedec9381e274c2f54837f309c86c453b29815b389"
|
|
37
37
|
}
|