@wix/auto_sdk_bookings_availability-time-slots 1.0.129 → 1.0.131
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-availability-v2-time-slot-availability-time-slots.context.d.ts +1 -1
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts +1 -1
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map +1 -1
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts +24 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts +28 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js +4 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map +1 -1
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +1 -1
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts +1 -1
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map +1 -1
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts +24 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts +28 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js +4 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map +1 -1
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +1 -1
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts +1 -1
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map +1 -1
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts +24 -0
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts +28 -0
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js +4 -0
- package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map +1 -1
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +1 -1
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts +1 -1
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map +1 -1
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts +24 -0
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts +28 -0
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js +4 -0
- package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map +1 -1
- package/package.json +2 -2
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
|
|
|
3
3
|
export declare const listAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof publicListAvailabilityTimeSlots> & typeof publicListAvailabilityTimeSlots>;
|
|
4
4
|
export declare const getAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof publicGetAvailabilityTimeSlot> & typeof publicGetAvailabilityTimeSlot>;
|
|
5
5
|
export { LocationType } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
-
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
+
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts
CHANGED
|
@@ -136,4 +136,4 @@ interface GetAvailabilityTimeSlotSignature {
|
|
|
136
136
|
*/
|
|
137
137
|
(serviceId: string, localStartDate: string, localEndDate: string, timeZone: string, location: Location, options?: GetAvailabilityTimeSlotOptions | undefined): Promise<GetAvailabilityTimeSlotResponse>;
|
|
138
138
|
}
|
|
139
|
-
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
139
|
+
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":";;;AACA,uKAQmF;AAEtE,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,IAAA,mGAAkC,EAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8DASC;AA2FD,SAAgB,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,IAAA,iGAAgC,EAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AArBD,0DAqBC;AAuDD,
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":";;;AACA,uKAQmF;AAEtE,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,IAAA,mGAAkC,EAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8DASC;AA2FD,SAAgB,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,IAAA,iGAAgC,EAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AArBD,0DAqBC;AAuDD,qKAiCmF;AATjF,uKAAA,YAAY,OAAA"}
|
|
@@ -398,6 +398,11 @@ export interface V2CustomerChoices {
|
|
|
398
398
|
* @maxSize 21
|
|
399
399
|
*/
|
|
400
400
|
addOnIds?: string[] | null;
|
|
401
|
+
/**
|
|
402
|
+
* The selected duration choice ID.
|
|
403
|
+
* @format GUID
|
|
404
|
+
*/
|
|
405
|
+
durationChoiceId?: string | null;
|
|
401
406
|
}
|
|
402
407
|
export interface CursorPaging {
|
|
403
408
|
/**
|
|
@@ -674,6 +679,11 @@ export interface CustomerChoices {
|
|
|
674
679
|
* @maxSize 21
|
|
675
680
|
*/
|
|
676
681
|
addOnIds?: string[] | null;
|
|
682
|
+
/**
|
|
683
|
+
* The selected duration choice ID.
|
|
684
|
+
* @format GUID
|
|
685
|
+
*/
|
|
686
|
+
durationChoiceId?: string | null;
|
|
677
687
|
}
|
|
678
688
|
export interface ResourceType {
|
|
679
689
|
/**
|
|
@@ -775,6 +785,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
775
785
|
*/
|
|
776
786
|
includeResourceTypeIds?: string[];
|
|
777
787
|
}
|
|
788
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
789
|
+
/**
|
|
790
|
+
* The selected add-ons IDs.
|
|
791
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
792
|
+
* @format GUID
|
|
793
|
+
* @maxSize 21
|
|
794
|
+
*/
|
|
795
|
+
addOnIds?: string[] | null;
|
|
796
|
+
/**
|
|
797
|
+
* The selected duration choice ID.
|
|
798
|
+
* @format GUID
|
|
799
|
+
*/
|
|
800
|
+
durationChoiceId?: string | null;
|
|
801
|
+
}
|
|
778
802
|
export interface GetAvailabilityTimeSlotResponse {
|
|
779
803
|
/** Time slot. */
|
|
780
804
|
timeSlot?: TimeSlot;
|
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts
CHANGED
|
@@ -399,6 +399,11 @@ export interface V2CustomerChoices {
|
|
|
399
399
|
* @maxSize 21
|
|
400
400
|
*/
|
|
401
401
|
addOnIds?: string[] | null;
|
|
402
|
+
/**
|
|
403
|
+
* The selected duration choice ID.
|
|
404
|
+
* @format GUID
|
|
405
|
+
*/
|
|
406
|
+
durationChoiceId?: string | null;
|
|
402
407
|
}
|
|
403
408
|
export interface CursorPaging {
|
|
404
409
|
/**
|
|
@@ -675,6 +680,11 @@ export interface CustomerChoices {
|
|
|
675
680
|
* @maxSize 21
|
|
676
681
|
*/
|
|
677
682
|
addOnIds?: string[] | null;
|
|
683
|
+
/**
|
|
684
|
+
* The selected duration choice ID.
|
|
685
|
+
* @format GUID
|
|
686
|
+
*/
|
|
687
|
+
durationChoiceId?: string | null;
|
|
678
688
|
}
|
|
679
689
|
export interface ResourceType {
|
|
680
690
|
/**
|
|
@@ -776,6 +786,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
776
786
|
*/
|
|
777
787
|
includeResourceTypeIds?: string[];
|
|
778
788
|
}
|
|
789
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
790
|
+
/**
|
|
791
|
+
* The selected add-ons IDs.
|
|
792
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
793
|
+
* @format GUID
|
|
794
|
+
* @maxSize 21
|
|
795
|
+
*/
|
|
796
|
+
addOnIds?: string[] | null;
|
|
797
|
+
/**
|
|
798
|
+
* The selected duration choice ID.
|
|
799
|
+
* @format GUID
|
|
800
|
+
*/
|
|
801
|
+
durationChoiceId?: string | null;
|
|
802
|
+
}
|
|
779
803
|
export interface GetAvailabilityTimeSlotResponse {
|
|
780
804
|
/** Time slot. */
|
|
781
805
|
timeSlot?: TimeSlot;
|
|
@@ -976,6 +1000,8 @@ type TimeSlotNonNullablePaths = `location.locationType` | `availableResources` |
|
|
|
976
1000
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
977
1001
|
* @permissionScope Manage Bookings Services and Settings
|
|
978
1002
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1003
|
+
* @permissionScope Manage Bookings
|
|
1004
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
979
1005
|
* @permissionScope Read Bookings - Including Participants
|
|
980
1006
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
981
1007
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1187,6 +1213,8 @@ export interface ListAvailabilityTimeSlotsOptions {
|
|
|
1187
1213
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1188
1214
|
* @permissionScope Manage Bookings Services and Settings
|
|
1189
1215
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1216
|
+
* @permissionScope Manage Bookings
|
|
1217
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
1190
1218
|
* @permissionScope Read Bookings - Including Participants
|
|
1191
1219
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
1192
1220
|
* @permissionScope Read Bookings - all read permissions
|
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js
CHANGED
|
@@ -128,6 +128,8 @@ var LocationType;
|
|
|
128
128
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
129
129
|
* @permissionScope Manage Bookings Services and Settings
|
|
130
130
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
131
|
+
* @permissionScope Manage Bookings
|
|
132
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
131
133
|
* @permissionScope Read Bookings - Including Participants
|
|
132
134
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
133
135
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -243,6 +245,8 @@ exports.listAvailabilityTimeSlots = listAvailabilityTimeSlots;
|
|
|
243
245
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
244
246
|
* @permissionScope Manage Bookings Services and Settings
|
|
245
247
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
248
|
+
* @permissionScope Manage Bookings
|
|
249
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
246
250
|
* @permissionScope Read Bookings - Including Participants
|
|
247
251
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
248
252
|
* @permissionScope Read Bookings - all read permissions
|
package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,kJAAoI;AAiHpI,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,4BAAZ,YAAY,QAQvB;
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
|
|
|
3
3
|
export declare const listAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof publicListAvailabilityTimeSlots> & typeof publicListAvailabilityTimeSlots>;
|
|
4
4
|
export declare const getAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof publicGetAvailabilityTimeSlot> & typeof publicGetAvailabilityTimeSlot>;
|
|
5
5
|
export { LocationType } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
-
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
+
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
@@ -136,4 +136,4 @@ interface GetAvailabilityTimeSlotSignature {
|
|
|
136
136
|
*/
|
|
137
137
|
(serviceId: string, localStartDate: string, localEndDate: string, timeZone: string, location: Location, options?: GetAvailabilityTimeSlotOptions | undefined): Promise<GetAvailabilityTimeSlotResponse>;
|
|
138
138
|
}
|
|
139
|
-
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
139
|
+
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":"AACA,OAAO,EAML,uBAAuB,IAAI,gCAAgC,EAC3D,yBAAyB,IAAI,kCAAkC,GAChE,MAAM,2EAA2E,CAAC;AAEnF,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,MAAM,UAAU,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,kCAAkC,CAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA2FD,MAAM,UAAU,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,gCAAgC,CAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuDD,OAAO,
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":"AACA,OAAO,EAML,uBAAuB,IAAI,gCAAgC,EAC3D,yBAAyB,IAAI,kCAAkC,GAChE,MAAM,2EAA2E,CAAC;AAEnF,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,MAAM,UAAU,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,kCAAkC,CAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA2FD,MAAM,UAAU,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,gCAAgC,CAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuDD,OAAO,EAwBL,YAAY,GASb,MAAM,2EAA2E,CAAC"}
|
|
@@ -398,6 +398,11 @@ export interface V2CustomerChoices {
|
|
|
398
398
|
* @maxSize 21
|
|
399
399
|
*/
|
|
400
400
|
addOnIds?: string[] | null;
|
|
401
|
+
/**
|
|
402
|
+
* The selected duration choice ID.
|
|
403
|
+
* @format GUID
|
|
404
|
+
*/
|
|
405
|
+
durationChoiceId?: string | null;
|
|
401
406
|
}
|
|
402
407
|
export interface CursorPaging {
|
|
403
408
|
/**
|
|
@@ -674,6 +679,11 @@ export interface CustomerChoices {
|
|
|
674
679
|
* @maxSize 21
|
|
675
680
|
*/
|
|
676
681
|
addOnIds?: string[] | null;
|
|
682
|
+
/**
|
|
683
|
+
* The selected duration choice ID.
|
|
684
|
+
* @format GUID
|
|
685
|
+
*/
|
|
686
|
+
durationChoiceId?: string | null;
|
|
677
687
|
}
|
|
678
688
|
export interface ResourceType {
|
|
679
689
|
/**
|
|
@@ -775,6 +785,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
775
785
|
*/
|
|
776
786
|
includeResourceTypeIds?: string[];
|
|
777
787
|
}
|
|
788
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
789
|
+
/**
|
|
790
|
+
* The selected add-ons IDs.
|
|
791
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
792
|
+
* @format GUID
|
|
793
|
+
* @maxSize 21
|
|
794
|
+
*/
|
|
795
|
+
addOnIds?: string[] | null;
|
|
796
|
+
/**
|
|
797
|
+
* The selected duration choice ID.
|
|
798
|
+
* @format GUID
|
|
799
|
+
*/
|
|
800
|
+
durationChoiceId?: string | null;
|
|
801
|
+
}
|
|
778
802
|
export interface GetAvailabilityTimeSlotResponse {
|
|
779
803
|
/** Time slot. */
|
|
780
804
|
timeSlot?: TimeSlot;
|
package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.d.ts
CHANGED
|
@@ -399,6 +399,11 @@ export interface V2CustomerChoices {
|
|
|
399
399
|
* @maxSize 21
|
|
400
400
|
*/
|
|
401
401
|
addOnIds?: string[] | null;
|
|
402
|
+
/**
|
|
403
|
+
* The selected duration choice ID.
|
|
404
|
+
* @format GUID
|
|
405
|
+
*/
|
|
406
|
+
durationChoiceId?: string | null;
|
|
402
407
|
}
|
|
403
408
|
export interface CursorPaging {
|
|
404
409
|
/**
|
|
@@ -675,6 +680,11 @@ export interface CustomerChoices {
|
|
|
675
680
|
* @maxSize 21
|
|
676
681
|
*/
|
|
677
682
|
addOnIds?: string[] | null;
|
|
683
|
+
/**
|
|
684
|
+
* The selected duration choice ID.
|
|
685
|
+
* @format GUID
|
|
686
|
+
*/
|
|
687
|
+
durationChoiceId?: string | null;
|
|
678
688
|
}
|
|
679
689
|
export interface ResourceType {
|
|
680
690
|
/**
|
|
@@ -776,6 +786,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
776
786
|
*/
|
|
777
787
|
includeResourceTypeIds?: string[];
|
|
778
788
|
}
|
|
789
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
790
|
+
/**
|
|
791
|
+
* The selected add-ons IDs.
|
|
792
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
793
|
+
* @format GUID
|
|
794
|
+
* @maxSize 21
|
|
795
|
+
*/
|
|
796
|
+
addOnIds?: string[] | null;
|
|
797
|
+
/**
|
|
798
|
+
* The selected duration choice ID.
|
|
799
|
+
* @format GUID
|
|
800
|
+
*/
|
|
801
|
+
durationChoiceId?: string | null;
|
|
802
|
+
}
|
|
779
803
|
export interface GetAvailabilityTimeSlotResponse {
|
|
780
804
|
/** Time slot. */
|
|
781
805
|
timeSlot?: TimeSlot;
|
|
@@ -976,6 +1000,8 @@ type TimeSlotNonNullablePaths = `location.locationType` | `availableResources` |
|
|
|
976
1000
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
977
1001
|
* @permissionScope Manage Bookings Services and Settings
|
|
978
1002
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1003
|
+
* @permissionScope Manage Bookings
|
|
1004
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
979
1005
|
* @permissionScope Read Bookings - Including Participants
|
|
980
1006
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
981
1007
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1187,6 +1213,8 @@ export interface ListAvailabilityTimeSlotsOptions {
|
|
|
1187
1213
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1188
1214
|
* @permissionScope Manage Bookings Services and Settings
|
|
1189
1215
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1216
|
+
* @permissionScope Manage Bookings
|
|
1217
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
1190
1218
|
* @permissionScope Read Bookings - Including Participants
|
|
1191
1219
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
1192
1220
|
* @permissionScope Read Bookings - all read permissions
|
package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js
CHANGED
|
@@ -102,6 +102,8 @@ export var LocationType;
|
|
|
102
102
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
103
103
|
* @permissionScope Manage Bookings Services and Settings
|
|
104
104
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
105
|
+
* @permissionScope Manage Bookings
|
|
106
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
105
107
|
* @permissionScope Read Bookings - Including Participants
|
|
106
108
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
107
109
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -216,6 +218,8 @@ export async function listAvailabilityTimeSlots(options) {
|
|
|
216
218
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
217
219
|
* @permissionScope Manage Bookings Services and Settings
|
|
218
220
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
221
|
+
* @permissionScope Manage Bookings
|
|
222
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
219
223
|
* @permissionScope Read Bookings - Including Participants
|
|
220
224
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
221
225
|
* @permissionScope Read Bookings - all read permissions
|
package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.universal.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2CAA2C,MAAM,sEAAsE,CAAC;AAiHpI,MAAM,CAAN,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,KAAZ,YAAY,QAQvB;
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,4 +3,4 @@ import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
|
|
|
3
3
|
export declare const listAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof publicListAvailabilityTimeSlots> & typeof publicListAvailabilityTimeSlots>;
|
|
4
4
|
export declare const getAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof publicGetAvailabilityTimeSlot> & typeof publicGetAvailabilityTimeSlot>;
|
|
5
5
|
export { LocationType } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
-
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
+
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
@@ -136,4 +136,4 @@ interface GetAvailabilityTimeSlotSignature {
|
|
|
136
136
|
*/
|
|
137
137
|
(serviceId: string, localStartDate: string, localEndDate: string, timeZone: string, location: Location, options?: GetAvailabilityTimeSlotOptions | undefined): Promise<GetAvailabilityTimeSlotResponse>;
|
|
138
138
|
}
|
|
139
|
-
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
139
|
+
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":";;;AACA,uKAQmF;AAEtE,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,IAAA,mGAAkC,EAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8DASC;AA2FD,SAAgB,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,IAAA,iGAAgC,EAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AArBD,0DAqBC;AAuDD,
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":";;;AACA,uKAQmF;AAEtE,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,IAAA,mGAAkC,EAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,8DASC;AA2FD,SAAgB,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,IAAA,iGAAgC,EAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AArBD,0DAqBC;AAuDD,qKAiCmF;AATjF,uKAAA,YAAY,OAAA"}
|
package/build/internal/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts
CHANGED
|
@@ -398,6 +398,11 @@ export interface V2CustomerChoices {
|
|
|
398
398
|
* @maxSize 21
|
|
399
399
|
*/
|
|
400
400
|
addOnIds?: string[] | null;
|
|
401
|
+
/**
|
|
402
|
+
* The selected duration choice ID.
|
|
403
|
+
* @format GUID
|
|
404
|
+
*/
|
|
405
|
+
durationChoiceId?: string | null;
|
|
401
406
|
}
|
|
402
407
|
export interface CursorPaging {
|
|
403
408
|
/**
|
|
@@ -674,6 +679,11 @@ export interface CustomerChoices {
|
|
|
674
679
|
* @maxSize 21
|
|
675
680
|
*/
|
|
676
681
|
addOnIds?: string[] | null;
|
|
682
|
+
/**
|
|
683
|
+
* The selected duration choice ID.
|
|
684
|
+
* @format GUID
|
|
685
|
+
*/
|
|
686
|
+
durationChoiceId?: string | null;
|
|
677
687
|
}
|
|
678
688
|
export interface ResourceType {
|
|
679
689
|
/**
|
|
@@ -775,6 +785,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
775
785
|
*/
|
|
776
786
|
includeResourceTypeIds?: string[];
|
|
777
787
|
}
|
|
788
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
789
|
+
/**
|
|
790
|
+
* The selected add-ons IDs.
|
|
791
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
792
|
+
* @format GUID
|
|
793
|
+
* @maxSize 21
|
|
794
|
+
*/
|
|
795
|
+
addOnIds?: string[] | null;
|
|
796
|
+
/**
|
|
797
|
+
* The selected duration choice ID.
|
|
798
|
+
* @format GUID
|
|
799
|
+
*/
|
|
800
|
+
durationChoiceId?: string | null;
|
|
801
|
+
}
|
|
778
802
|
export interface GetAvailabilityTimeSlotResponse {
|
|
779
803
|
/** Time slot. */
|
|
780
804
|
timeSlot?: TimeSlot;
|
|
@@ -399,6 +399,11 @@ export interface V2CustomerChoices {
|
|
|
399
399
|
* @maxSize 21
|
|
400
400
|
*/
|
|
401
401
|
addOnIds?: string[] | null;
|
|
402
|
+
/**
|
|
403
|
+
* The selected duration choice ID.
|
|
404
|
+
* @format GUID
|
|
405
|
+
*/
|
|
406
|
+
durationChoiceId?: string | null;
|
|
402
407
|
}
|
|
403
408
|
export interface CursorPaging {
|
|
404
409
|
/**
|
|
@@ -675,6 +680,11 @@ export interface CustomerChoices {
|
|
|
675
680
|
* @maxSize 21
|
|
676
681
|
*/
|
|
677
682
|
addOnIds?: string[] | null;
|
|
683
|
+
/**
|
|
684
|
+
* The selected duration choice ID.
|
|
685
|
+
* @format GUID
|
|
686
|
+
*/
|
|
687
|
+
durationChoiceId?: string | null;
|
|
678
688
|
}
|
|
679
689
|
export interface ResourceType {
|
|
680
690
|
/**
|
|
@@ -776,6 +786,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
776
786
|
*/
|
|
777
787
|
includeResourceTypeIds?: string[];
|
|
778
788
|
}
|
|
789
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
790
|
+
/**
|
|
791
|
+
* The selected add-ons IDs.
|
|
792
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
793
|
+
* @format GUID
|
|
794
|
+
* @maxSize 21
|
|
795
|
+
*/
|
|
796
|
+
addOnIds?: string[] | null;
|
|
797
|
+
/**
|
|
798
|
+
* The selected duration choice ID.
|
|
799
|
+
* @format GUID
|
|
800
|
+
*/
|
|
801
|
+
durationChoiceId?: string | null;
|
|
802
|
+
}
|
|
779
803
|
export interface GetAvailabilityTimeSlotResponse {
|
|
780
804
|
/** Time slot. */
|
|
781
805
|
timeSlot?: TimeSlot;
|
|
@@ -976,6 +1000,8 @@ type TimeSlotNonNullablePaths = `location.locationType` | `availableResources` |
|
|
|
976
1000
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
977
1001
|
* @permissionScope Manage Bookings Services and Settings
|
|
978
1002
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1003
|
+
* @permissionScope Manage Bookings
|
|
1004
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
979
1005
|
* @permissionScope Read Bookings - Including Participants
|
|
980
1006
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
981
1007
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1187,6 +1213,8 @@ export interface ListAvailabilityTimeSlotsOptions {
|
|
|
1187
1213
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1188
1214
|
* @permissionScope Manage Bookings Services and Settings
|
|
1189
1215
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1216
|
+
* @permissionScope Manage Bookings
|
|
1217
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
1190
1218
|
* @permissionScope Read Bookings - Including Participants
|
|
1191
1219
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
1192
1220
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -128,6 +128,8 @@ var LocationType;
|
|
|
128
128
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
129
129
|
* @permissionScope Manage Bookings Services and Settings
|
|
130
130
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
131
|
+
* @permissionScope Manage Bookings
|
|
132
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
131
133
|
* @permissionScope Read Bookings - Including Participants
|
|
132
134
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
133
135
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -243,6 +245,8 @@ exports.listAvailabilityTimeSlots = listAvailabilityTimeSlots;
|
|
|
243
245
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
244
246
|
* @permissionScope Manage Bookings Services and Settings
|
|
245
247
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
248
|
+
* @permissionScope Manage Bookings
|
|
249
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
246
250
|
* @permissionScope Read Bookings - Including Participants
|
|
247
251
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
248
252
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAuF;AACvF,oFAGiD;AAEjD,kJAAoI;AAiHpI,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,4BAAZ,YAAY,QAQvB;
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,4 +3,4 @@ import { BuildRESTFunction, MaybeContext } from '@wix/sdk-types';
|
|
|
3
3
|
export declare const listAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof publicListAvailabilityTimeSlots> & typeof publicListAvailabilityTimeSlots>;
|
|
4
4
|
export declare const getAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof publicGetAvailabilityTimeSlot> & typeof publicGetAvailabilityTimeSlot>;
|
|
5
5
|
export { LocationType } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
-
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
6
|
+
export { TimeSlot, Location, EventInfo, WaitingList, BookingPolicyViolations, AvailableResources, Resource, NestedTimeSlot, NonBookableReasons, ListMultiServiceAvailabilityTimeSlotsRequest, Service, V2CustomerChoices, CursorPaging, ListMultiServiceAvailabilityTimeSlotsResponse, CursorPagingMetadata, Cursors, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsRequest, CustomerChoices, ResourceType, ListAvailabilityTimeSlotsResponse, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, ListAvailabilityTimeSlotsOptions, GetAvailabilityTimeSlotOptions, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.public.d.ts
CHANGED
|
@@ -136,4 +136,4 @@ interface GetAvailabilityTimeSlotSignature {
|
|
|
136
136
|
*/
|
|
137
137
|
(serviceId: string, localStartDate: string, localEndDate: string, timeZone: string, location: Location, options?: GetAvailabilityTimeSlotOptions | undefined): Promise<GetAvailabilityTimeSlotResponse>;
|
|
138
138
|
}
|
|
139
|
-
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
139
|
+
export { AvailableResources, BookingPolicyViolations, CursorPaging, CursorPagingMetadata, Cursors, CustomerChoices, EventInfo, GetAvailabilityTimeSlotOptions, GetAvailabilityTimeSlotRequest, GetAvailabilityTimeSlotRequestCustomerChoices, GetAvailabilityTimeSlotResponse, GetEventTimeSlotRequest, GetEventTimeSlotResponse, GetMultiServiceAvailabilityTimeSlotRequest, GetMultiServiceAvailabilityTimeSlotResponse, ListAvailabilityTimeSlotsOptions, ListAvailabilityTimeSlotsRequest, ListAvailabilityTimeSlotsResponse, ListEventTimeSlotsRequest, ListEventTimeSlotsResponse, ListMultiServiceAvailabilityTimeSlotsRequest, ListMultiServiceAvailabilityTimeSlotsResponse, Location, LocationType, NestedTimeSlot, NonBookableReasons, Resource, ResourceType, Service, TimeSlot, V2CustomerChoices, WaitingList, } from './bookings-availability-v2-time-slot-availability-time-slots.universal.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":"AACA,OAAO,EAML,uBAAuB,IAAI,gCAAgC,EAC3D,yBAAyB,IAAI,kCAAkC,GAChE,MAAM,2EAA2E,CAAC;AAEnF,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,MAAM,UAAU,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,kCAAkC,CAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA2FD,MAAM,UAAU,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,gCAAgC,CAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuDD,OAAO,
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.public.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.public.ts"],"names":[],"mappings":"AACA,OAAO,EAML,uBAAuB,IAAI,gCAAgC,EAC3D,yBAAyB,IAAI,kCAAkC,GAChE,MAAM,2EAA2E,CAAC;AAEnF,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,MAAM,UAAU,yBAAyB,CACvC,UAAsB;IAEtB,OAAO,CAAC,OAA0C,EAAE,EAAE,CACpD,kCAAkC,CAChC,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AA2FD,MAAM,UAAU,uBAAuB,CACrC,UAAsB;IAEtB,OAAO,CACL,SAAiB,EACjB,cAAsB,EACtB,YAAoB,EACpB,QAAgB,EAChB,QAAkB,EAClB,OAAwC,EACxC,EAAE,CACF,gCAAgC,CAC9B,SAAS,EACT,cAAc,EACd,YAAY,EACZ,QAAQ,EACR,QAAQ,EACR,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAuDD,OAAO,EAwBL,YAAY,GASb,MAAM,2EAA2E,CAAC"}
|
package/build/internal/es/src/bookings-availability-v2-time-slot-availability-time-slots.types.d.ts
CHANGED
|
@@ -398,6 +398,11 @@ export interface V2CustomerChoices {
|
|
|
398
398
|
* @maxSize 21
|
|
399
399
|
*/
|
|
400
400
|
addOnIds?: string[] | null;
|
|
401
|
+
/**
|
|
402
|
+
* The selected duration choice ID.
|
|
403
|
+
* @format GUID
|
|
404
|
+
*/
|
|
405
|
+
durationChoiceId?: string | null;
|
|
401
406
|
}
|
|
402
407
|
export interface CursorPaging {
|
|
403
408
|
/**
|
|
@@ -674,6 +679,11 @@ export interface CustomerChoices {
|
|
|
674
679
|
* @maxSize 21
|
|
675
680
|
*/
|
|
676
681
|
addOnIds?: string[] | null;
|
|
682
|
+
/**
|
|
683
|
+
* The selected duration choice ID.
|
|
684
|
+
* @format GUID
|
|
685
|
+
*/
|
|
686
|
+
durationChoiceId?: string | null;
|
|
677
687
|
}
|
|
678
688
|
export interface ResourceType {
|
|
679
689
|
/**
|
|
@@ -775,6 +785,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
775
785
|
*/
|
|
776
786
|
includeResourceTypeIds?: string[];
|
|
777
787
|
}
|
|
788
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
789
|
+
/**
|
|
790
|
+
* The selected add-ons IDs.
|
|
791
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
792
|
+
* @format GUID
|
|
793
|
+
* @maxSize 21
|
|
794
|
+
*/
|
|
795
|
+
addOnIds?: string[] | null;
|
|
796
|
+
/**
|
|
797
|
+
* The selected duration choice ID.
|
|
798
|
+
* @format GUID
|
|
799
|
+
*/
|
|
800
|
+
durationChoiceId?: string | null;
|
|
801
|
+
}
|
|
778
802
|
export interface GetAvailabilityTimeSlotResponse {
|
|
779
803
|
/** Time slot. */
|
|
780
804
|
timeSlot?: TimeSlot;
|
|
@@ -399,6 +399,11 @@ export interface V2CustomerChoices {
|
|
|
399
399
|
* @maxSize 21
|
|
400
400
|
*/
|
|
401
401
|
addOnIds?: string[] | null;
|
|
402
|
+
/**
|
|
403
|
+
* The selected duration choice ID.
|
|
404
|
+
* @format GUID
|
|
405
|
+
*/
|
|
406
|
+
durationChoiceId?: string | null;
|
|
402
407
|
}
|
|
403
408
|
export interface CursorPaging {
|
|
404
409
|
/**
|
|
@@ -675,6 +680,11 @@ export interface CustomerChoices {
|
|
|
675
680
|
* @maxSize 21
|
|
676
681
|
*/
|
|
677
682
|
addOnIds?: string[] | null;
|
|
683
|
+
/**
|
|
684
|
+
* The selected duration choice ID.
|
|
685
|
+
* @format GUID
|
|
686
|
+
*/
|
|
687
|
+
durationChoiceId?: string | null;
|
|
678
688
|
}
|
|
679
689
|
export interface ResourceType {
|
|
680
690
|
/**
|
|
@@ -776,6 +786,20 @@ export interface GetAvailabilityTimeSlotRequest {
|
|
|
776
786
|
*/
|
|
777
787
|
includeResourceTypeIds?: string[];
|
|
778
788
|
}
|
|
789
|
+
export interface GetAvailabilityTimeSlotRequestCustomerChoices {
|
|
790
|
+
/**
|
|
791
|
+
* The selected add-ons IDs.
|
|
792
|
+
* Max: Derived from max amount of Add-On groups * max amount of Add-Ons per group.
|
|
793
|
+
* @format GUID
|
|
794
|
+
* @maxSize 21
|
|
795
|
+
*/
|
|
796
|
+
addOnIds?: string[] | null;
|
|
797
|
+
/**
|
|
798
|
+
* The selected duration choice ID.
|
|
799
|
+
* @format GUID
|
|
800
|
+
*/
|
|
801
|
+
durationChoiceId?: string | null;
|
|
802
|
+
}
|
|
779
803
|
export interface GetAvailabilityTimeSlotResponse {
|
|
780
804
|
/** Time slot. */
|
|
781
805
|
timeSlot?: TimeSlot;
|
|
@@ -976,6 +1000,8 @@ type TimeSlotNonNullablePaths = `location.locationType` | `availableResources` |
|
|
|
976
1000
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
977
1001
|
* @permissionScope Manage Bookings Services and Settings
|
|
978
1002
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1003
|
+
* @permissionScope Manage Bookings
|
|
1004
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
979
1005
|
* @permissionScope Read Bookings - Including Participants
|
|
980
1006
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
981
1007
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1187,6 +1213,8 @@ export interface ListAvailabilityTimeSlotsOptions {
|
|
|
1187
1213
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
1188
1214
|
* @permissionScope Manage Bookings Services and Settings
|
|
1189
1215
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
1216
|
+
* @permissionScope Manage Bookings
|
|
1217
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
1190
1218
|
* @permissionScope Read Bookings - Including Participants
|
|
1191
1219
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
1192
1220
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -102,6 +102,8 @@ export var LocationType;
|
|
|
102
102
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
103
103
|
* @permissionScope Manage Bookings Services and Settings
|
|
104
104
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
105
|
+
* @permissionScope Manage Bookings
|
|
106
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
105
107
|
* @permissionScope Read Bookings - Including Participants
|
|
106
108
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
107
109
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -216,6 +218,8 @@ export async function listAvailabilityTimeSlots(options) {
|
|
|
216
218
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
|
|
217
219
|
* @permissionScope Manage Bookings Services and Settings
|
|
218
220
|
* @permissionScopeId SCOPE.BOOKINGS.CONFIGURATION
|
|
221
|
+
* @permissionScope Manage Bookings
|
|
222
|
+
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
219
223
|
* @permissionScope Read Bookings - Including Participants
|
|
220
224
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
221
225
|
* @permissionScope Read Bookings - all read permissions
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,IAAI,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACvF,OAAO,EACL,qCAAqC,EACrC,uCAAuC,GACxC,MAAM,yCAAyC,CAAC;AAEjD,OAAO,KAAK,2CAA2C,MAAM,sEAAsE,CAAC;AAiHpI,MAAM,CAAN,IAAY,YAQX;AARD,WAAY,YAAY;IACtB,+DAA+C,CAAA;IAC/C,4HAA4H;IAC5H,qCAAqB,CAAA;IACrB,iGAAiG;IACjG,iCAAiB,CAAA;IACjB,mFAAmF;IACnF,qCAAqB,CAAA;AACvB,CAAC,EARW,YAAY,KAAZ,YAAY,QAQvB;
|
|
1
|
+
{"version":3,"file":"bookings-availability-v2-time-slot-availability-time-slots.universal.js","sourceRoot":"","sources":["../../../../src/bookings-availability-v2-time-slot-availability-time-slots.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_availability-time-slots",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.131",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.bookings.availability.v2.time_slot"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "51fb86476b1aec270e03f8e8959c9de5d9dceaf25ab16b83ff6c649b"
|
|
52
52
|
}
|