@wix/bookings 1.0.252 → 1.0.254

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.
Files changed (104) hide show
  1. package/build/cjs/index.d.ts +2 -2
  2. package/build/cjs/index.js +3 -3
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js +3 -3
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +10 -0
  8. package/build/cjs/meta.js +33 -0
  9. package/build/cjs/meta.js.map +1 -0
  10. package/build/cjs/src/bookings-availability-v1-slot-availability.meta.d.ts +13 -0
  11. package/build/cjs/src/bookings-availability-v1-slot-availability.meta.js +43 -0
  12. package/build/cjs/src/bookings-availability-v1-slot-availability.meta.js.map +1 -0
  13. package/build/cjs/src/bookings-calendar-v1-session.meta.d.ts +24 -0
  14. package/build/cjs/src/bookings-calendar-v1-session.meta.js +138 -0
  15. package/build/cjs/src/bookings-calendar-v1-session.meta.js.map +1 -0
  16. package/build/cjs/src/bookings-calendar-v1-session.types.d.ts +2 -2
  17. package/build/cjs/src/bookings-calendar-v1-session.universal.d.ts +4 -4
  18. package/build/cjs/src/bookings-calendar-v2-external-calendar.meta.d.ts +29 -0
  19. package/build/cjs/src/bookings-calendar-v2-external-calendar.meta.js +195 -0
  20. package/build/cjs/src/bookings-calendar-v2-external-calendar.meta.js.map +1 -0
  21. package/build/cjs/src/bookings-calendar-v2-external-calendar.types.d.ts +6 -6
  22. package/build/cjs/src/bookings-calendar-v2-external-calendar.universal.d.ts +6 -6
  23. package/build/cjs/src/bookings-calendar-v2-session-view.meta.d.ts +13 -0
  24. package/build/cjs/src/bookings-calendar-v2-session-view.meta.js +43 -0
  25. package/build/cjs/src/bookings-calendar-v2-session-view.meta.js.map +1 -0
  26. package/build/cjs/src/bookings-calendar-v2-session-view.types.d.ts +6 -6
  27. package/build/cjs/src/bookings-calendar-v2-session-view.universal.d.ts +6 -6
  28. package/build/cjs/src/bookings-catalog-v1-resource.types.d.ts +4 -4
  29. package/build/cjs/src/bookings-catalog-v1-resource.universal.d.ts +1 -1
  30. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.meta.d.ts +29 -0
  31. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.meta.js +163 -0
  32. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.meta.js.map +1 -0
  33. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +6 -6
  34. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +6 -6
  35. package/build/cjs/src/bookings-reader-v2-extended-booking.meta.d.ts +13 -0
  36. package/build/cjs/src/bookings-reader-v2-extended-booking.meta.js +43 -0
  37. package/build/cjs/src/bookings-reader-v2-extended-booking.meta.js.map +1 -0
  38. package/build/cjs/src/bookings-services-v2-service.meta.d.ts +23 -0
  39. package/build/cjs/src/bookings-services-v2-service.meta.js +119 -0
  40. package/build/cjs/src/bookings-services-v2-service.meta.js.map +1 -0
  41. package/build/cjs/src/bookings-services-v2-service.types.d.ts +6 -6
  42. package/build/cjs/src/bookings-services-v2-service.universal.d.ts +6 -6
  43. package/build/cjs/src/bookings-v2-attendance.meta.d.ts +17 -0
  44. package/build/cjs/src/bookings-v2-attendance.meta.js +81 -0
  45. package/build/cjs/src/bookings-v2-attendance.meta.js.map +1 -0
  46. package/build/cjs/src/bookings-v2-booking.meta.d.ts +36 -0
  47. package/build/cjs/src/bookings-v2-booking.meta.js +214 -0
  48. package/build/cjs/src/bookings-v2-booking.meta.js.map +1 -0
  49. package/build/cjs/src/bookings-v2-price-info.meta.d.ts +14 -0
  50. package/build/cjs/src/bookings-v2-price-info.meta.js +62 -0
  51. package/build/cjs/src/bookings-v2-price-info.meta.js.map +1 -0
  52. package/build/es/index.d.ts +2 -2
  53. package/build/es/index.js +2 -2
  54. package/build/es/index.js.map +1 -1
  55. package/build/es/index.typings.d.ts +2 -2
  56. package/build/es/index.typings.js +2 -2
  57. package/build/es/index.typings.js.map +1 -1
  58. package/build/es/meta.d.ts +10 -0
  59. package/build/es/meta.js +11 -0
  60. package/build/es/meta.js.map +1 -0
  61. package/build/es/src/bookings-availability-v1-slot-availability.meta.d.ts +13 -0
  62. package/build/es/src/bookings-availability-v1-slot-availability.meta.js +20 -0
  63. package/build/es/src/bookings-availability-v1-slot-availability.meta.js.map +1 -0
  64. package/build/es/src/bookings-calendar-v1-session.meta.d.ts +24 -0
  65. package/build/es/src/bookings-calendar-v1-session.meta.js +110 -0
  66. package/build/es/src/bookings-calendar-v1-session.meta.js.map +1 -0
  67. package/build/es/src/bookings-calendar-v1-session.types.d.ts +2 -2
  68. package/build/es/src/bookings-calendar-v1-session.universal.d.ts +4 -4
  69. package/build/es/src/bookings-calendar-v2-external-calendar.meta.d.ts +29 -0
  70. package/build/es/src/bookings-calendar-v2-external-calendar.meta.js +164 -0
  71. package/build/es/src/bookings-calendar-v2-external-calendar.meta.js.map +1 -0
  72. package/build/es/src/bookings-calendar-v2-external-calendar.types.d.ts +6 -6
  73. package/build/es/src/bookings-calendar-v2-external-calendar.universal.d.ts +6 -6
  74. package/build/es/src/bookings-calendar-v2-session-view.meta.d.ts +13 -0
  75. package/build/es/src/bookings-calendar-v2-session-view.meta.js +20 -0
  76. package/build/es/src/bookings-calendar-v2-session-view.meta.js.map +1 -0
  77. package/build/es/src/bookings-calendar-v2-session-view.types.d.ts +6 -6
  78. package/build/es/src/bookings-calendar-v2-session-view.universal.d.ts +6 -6
  79. package/build/es/src/bookings-catalog-v1-resource.types.d.ts +4 -4
  80. package/build/es/src/bookings-catalog-v1-resource.universal.d.ts +1 -1
  81. package/build/es/src/bookings-catalog-v1-service-options-and-variants.meta.d.ts +29 -0
  82. package/build/es/src/bookings-catalog-v1-service-options-and-variants.meta.js +134 -0
  83. package/build/es/src/bookings-catalog-v1-service-options-and-variants.meta.js.map +1 -0
  84. package/build/es/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +6 -6
  85. package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +6 -6
  86. package/build/es/src/bookings-reader-v2-extended-booking.meta.d.ts +13 -0
  87. package/build/es/src/bookings-reader-v2-extended-booking.meta.js +20 -0
  88. package/build/es/src/bookings-reader-v2-extended-booking.meta.js.map +1 -0
  89. package/build/es/src/bookings-services-v2-service.meta.d.ts +23 -0
  90. package/build/es/src/bookings-services-v2-service.meta.js +92 -0
  91. package/build/es/src/bookings-services-v2-service.meta.js.map +1 -0
  92. package/build/es/src/bookings-services-v2-service.types.d.ts +6 -6
  93. package/build/es/src/bookings-services-v2-service.universal.d.ts +6 -6
  94. package/build/es/src/bookings-v2-attendance.meta.d.ts +17 -0
  95. package/build/es/src/bookings-v2-attendance.meta.js +56 -0
  96. package/build/es/src/bookings-v2-attendance.meta.js.map +1 -0
  97. package/build/es/src/bookings-v2-booking.meta.d.ts +36 -0
  98. package/build/es/src/bookings-v2-booking.meta.js +182 -0
  99. package/build/es/src/bookings-v2-booking.meta.js.map +1 -0
  100. package/build/es/src/bookings-v2-price-info.meta.d.ts +14 -0
  101. package/build/es/src/bookings-v2-price-info.meta.js +38 -0
  102. package/build/es/src/bookings-v2-price-info.meta.js.map +1 -0
  103. package/meta/package.json +6 -0
  104. package/package.json +4 -3
@@ -0,0 +1,29 @@
1
+ import * as ambassadorWixBookingsCalendarV2ExternalCalendarTypes from './bookings-calendar-v2-external-calendar.types';
2
+ import * as ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes from './bookings-calendar-v2-external-calendar.universal';
3
+ export declare type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
+ getUrl: (context: any) => string;
5
+ httpMethod: K;
6
+ path: string;
7
+ pathParams: M;
8
+ __requestType: T;
9
+ __originalRequestType: S;
10
+ __responseType: Q;
11
+ __originalResponseType: R;
12
+ };
13
+ export declare function listProviders(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListProvidersRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListProvidersRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListProvidersResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListProvidersResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListProvidersResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListProvidersResponseNonNullableFields>;
14
+ export declare function getConnection(): __PublicMethodMetaInfo<'GET', {
15
+ connectionId: string;
16
+ }, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.GetConnectionRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.GetConnectionRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.GetConnectionResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.GetConnectionResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.GetConnectionResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.GetConnectionResponseNonNullableFields>;
17
+ export declare function listConnections(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListConnectionsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListConnectionsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListConnectionsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListConnectionsResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListConnectionsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListConnectionsResponseNonNullableFields>;
18
+ export declare function connectByOAuth(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ConnectByOAuthRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ConnectByOAuthRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ConnectByOAuthResponse, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ConnectByOAuthResponse>;
19
+ export declare function connectByCredentials(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ConnectByCredentialsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ConnectByCredentialsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ConnectByCredentialsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ConnectByCredentialsResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ConnectByCredentialsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ConnectByCredentialsResponseNonNullableFields>;
20
+ export declare function listCalendars(): __PublicMethodMetaInfo<'GET', {
21
+ connectionId: string;
22
+ }, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListCalendarsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListCalendarsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListCalendarsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListCalendarsResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListCalendarsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListCalendarsResponseNonNullableFields>;
23
+ export declare function updateSyncConfig(): __PublicMethodMetaInfo<'PATCH', {
24
+ connectionId: string;
25
+ }, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.UpdateSyncConfigRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.UpdateSyncConfigRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.UpdateSyncConfigResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.UpdateSyncConfigResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.UpdateSyncConfigResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.UpdateSyncConfigResponseNonNullableFields>;
26
+ export declare function disconnect(): __PublicMethodMetaInfo<'POST', {
27
+ connectionId: string;
28
+ }, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.DisconnectRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.DisconnectRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.DisconnectResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.DisconnectResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.DisconnectResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.DisconnectResponseNonNullableFields>;
29
+ export declare function listEvents(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListEventsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListEventsRequest, ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListEventsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarUniversalTypes.ListEventsResponseNonNullableFields, ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListEventsResponse & ambassadorWixBookingsCalendarV2ExternalCalendarTypes.ListEventsResponseNonNullableFields>;
@@ -0,0 +1,164 @@
1
+ import * as ambassadorWixBookingsCalendarV2ExternalCalendar from './bookings-calendar-v2-external-calendar.http';
2
+ export function listProviders() {
3
+ const payload = {};
4
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.listProviders(payload);
5
+ const getUrl = (context) => {
6
+ const { url } = getRequestOptions(context);
7
+ return url;
8
+ };
9
+ return {
10
+ getUrl,
11
+ httpMethod: 'GET',
12
+ path: '/v2/external-calendars/providers',
13
+ pathParams: {},
14
+ __requestType: null,
15
+ __originalRequestType: null,
16
+ __responseType: null,
17
+ __originalResponseType: null,
18
+ };
19
+ }
20
+ export function getConnection() {
21
+ const payload = { connectionId: ':connectionId' };
22
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.getConnection(payload);
23
+ const getUrl = (context) => {
24
+ const { url } = getRequestOptions(context);
25
+ return url;
26
+ };
27
+ return {
28
+ getUrl,
29
+ httpMethod: 'GET',
30
+ path: '/v2/external-calendars/connections/{connectionId}',
31
+ pathParams: { connectionId: 'connectionId' },
32
+ __requestType: null,
33
+ __originalRequestType: null,
34
+ __responseType: null,
35
+ __originalResponseType: null,
36
+ };
37
+ }
38
+ export function listConnections() {
39
+ const payload = {};
40
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.listConnections(payload);
41
+ const getUrl = (context) => {
42
+ const { url } = getRequestOptions(context);
43
+ return url;
44
+ };
45
+ return {
46
+ getUrl,
47
+ httpMethod: 'GET',
48
+ path: '/v2/external-calendars/connections',
49
+ pathParams: {},
50
+ __requestType: null,
51
+ __originalRequestType: null,
52
+ __responseType: null,
53
+ __originalResponseType: null,
54
+ };
55
+ }
56
+ export function connectByOAuth() {
57
+ const payload = {};
58
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.connectByOAuth(payload);
59
+ const getUrl = (context) => {
60
+ const { url } = getRequestOptions(context);
61
+ return url;
62
+ };
63
+ return {
64
+ getUrl,
65
+ httpMethod: 'POST',
66
+ path: '/v2/external-calendars/connections:connectByOAuth',
67
+ pathParams: {},
68
+ __requestType: null,
69
+ __originalRequestType: null,
70
+ __responseType: null,
71
+ __originalResponseType: null,
72
+ };
73
+ }
74
+ export function connectByCredentials() {
75
+ const payload = {};
76
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.connectByCredentials(payload);
77
+ const getUrl = (context) => {
78
+ const { url } = getRequestOptions(context);
79
+ return url;
80
+ };
81
+ return {
82
+ getUrl,
83
+ httpMethod: 'POST',
84
+ path: '/v2/external-calendars/connections:connectByCredentials',
85
+ pathParams: {},
86
+ __requestType: null,
87
+ __originalRequestType: null,
88
+ __responseType: null,
89
+ __originalResponseType: null,
90
+ };
91
+ }
92
+ export function listCalendars() {
93
+ const payload = { connectionId: ':connectionId' };
94
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.listCalendars(payload);
95
+ const getUrl = (context) => {
96
+ const { url } = getRequestOptions(context);
97
+ return url;
98
+ };
99
+ return {
100
+ getUrl,
101
+ httpMethod: 'GET',
102
+ path: '/v2/external-calendars/connections/{connectionId}/calendars',
103
+ pathParams: { connectionId: 'connectionId' },
104
+ __requestType: null,
105
+ __originalRequestType: null,
106
+ __responseType: null,
107
+ __originalResponseType: null,
108
+ };
109
+ }
110
+ export function updateSyncConfig() {
111
+ const payload = { connectionId: ':connectionId' };
112
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.updateSyncConfig(payload);
113
+ const getUrl = (context) => {
114
+ const { url } = getRequestOptions(context);
115
+ return url;
116
+ };
117
+ return {
118
+ getUrl,
119
+ httpMethod: 'PATCH',
120
+ path: '/v2/external-calendars/connections/{connectionId}/sync-config',
121
+ pathParams: { connectionId: 'connectionId' },
122
+ __requestType: null,
123
+ __originalRequestType: null,
124
+ __responseType: null,
125
+ __originalResponseType: null,
126
+ };
127
+ }
128
+ export function disconnect() {
129
+ const payload = { connectionId: ':connectionId' };
130
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.disconnect(payload);
131
+ const getUrl = (context) => {
132
+ const { url } = getRequestOptions(context);
133
+ return url;
134
+ };
135
+ return {
136
+ getUrl,
137
+ httpMethod: 'POST',
138
+ path: '/v2/external-calendars/connections/{connectionId}/disconnect',
139
+ pathParams: { connectionId: 'connectionId' },
140
+ __requestType: null,
141
+ __originalRequestType: null,
142
+ __responseType: null,
143
+ __originalResponseType: null,
144
+ };
145
+ }
146
+ export function listEvents() {
147
+ const payload = {};
148
+ const getRequestOptions = ambassadorWixBookingsCalendarV2ExternalCalendar.listEvents(payload);
149
+ const getUrl = (context) => {
150
+ const { url } = getRequestOptions(context);
151
+ return url;
152
+ };
153
+ return {
154
+ getUrl,
155
+ httpMethod: 'GET',
156
+ path: '/v2/external-calendars/events',
157
+ pathParams: {},
158
+ __requestType: null,
159
+ __originalRequestType: null,
160
+ __responseType: null,
161
+ __originalResponseType: null,
162
+ };
163
+ }
164
+ //# sourceMappingURL=bookings-calendar-v2-external-calendar.meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-calendar-v2-external-calendar.meta.js","sourceRoot":"","sources":["../../../src/bookings-calendar-v2-external-calendar.meta.ts"],"names":[],"mappings":"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"}
@@ -532,7 +532,7 @@ export interface Schedule {
532
532
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
533
533
  title?: string | null;
534
534
  /**
535
- * Deprecated and will be removed soon.
535
+ * __Deprecated.__
536
536
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
537
537
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
538
538
  */
@@ -546,7 +546,7 @@ export interface Schedule {
546
546
  capacity?: number | null;
547
547
  /** Deprecated. Please use the [Booking Services V2](https://dev.wix.com/api/rest/wix-bookings/services-v2) payment instead. */
548
548
  rate?: Rate;
549
- /** Deprecated and will be removed soon. */
549
+ /** __Deprecated.__ */
550
550
  availability?: Availability;
551
551
  /**
552
552
  * Number of participants registered to sessions in this schedule, calculated as the sum of the party sizes.
@@ -560,7 +560,7 @@ export interface Schedule {
560
560
  * @readonly
561
561
  */
562
562
  participants?: Participant[];
563
- /** Deprecated and will be removed soon. */
563
+ /** __Deprecated.__ */
564
564
  externalCalendarOverrides?: ExternalCalendarOverrides;
565
565
  /**
566
566
  * Schedule status.
@@ -587,7 +587,7 @@ export interface Schedule {
587
587
  * @readonly
588
588
  */
589
589
  inheritedFields?: string[];
590
- /** Deprecated and will be removed soon. */
590
+ /** __Deprecated.__ */
591
591
  conferenceProvider?: ConferenceProvider;
592
592
  /**
593
593
  * A conference created for the schedule. This is used when a participant is added to a schedule.
@@ -1151,7 +1151,7 @@ export interface Session {
1151
1151
  */
1152
1152
  title?: string | null;
1153
1153
  /**
1154
- * Deprecated and will be removed soon.
1154
+ * __Deprecated.__
1155
1155
  * Tags for the session.
1156
1156
  * The value is inherited from the schedule and can be overridden unless the session is a recurring session.
1157
1157
  */
@@ -1198,7 +1198,7 @@ export interface Session {
1198
1198
  * @readonly
1199
1199
  */
1200
1200
  inheritedFields?: string[];
1201
- /** Deprecated and will be removed soon. */
1201
+ /** __Deprecated.__ */
1202
1202
  externalCalendarOverrides?: ExternalCalendarOverrides;
1203
1203
  /**
1204
1204
  * Session status.
@@ -552,7 +552,7 @@ export interface Schedule {
552
552
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
553
553
  title?: string | null;
554
554
  /**
555
- * Deprecated and will be removed soon.
555
+ * __Deprecated.__
556
556
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
557
557
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
558
558
  */
@@ -566,7 +566,7 @@ export interface Schedule {
566
566
  capacity?: number | null;
567
567
  /** Deprecated. Please use the [Booking Services V2](https://dev.wix.com/api/rest/wix-bookings/services-v2) payment instead. */
568
568
  rate?: Rate;
569
- /** Deprecated and will be removed soon. */
569
+ /** __Deprecated.__ */
570
570
  availability?: Availability;
571
571
  /**
572
572
  * Number of participants registered to sessions in this schedule, calculated as the sum of the party sizes.
@@ -580,7 +580,7 @@ export interface Schedule {
580
580
  * @readonly
581
581
  */
582
582
  participants?: Participant[];
583
- /** Deprecated and will be removed soon. */
583
+ /** __Deprecated.__ */
584
584
  externalCalendarOverrides?: ExternalCalendarOverrides;
585
585
  /**
586
586
  * Schedule status.
@@ -607,7 +607,7 @@ export interface Schedule {
607
607
  * @readonly
608
608
  */
609
609
  inheritedFields?: string[];
610
- /** Deprecated and will be removed soon. */
610
+ /** __Deprecated.__ */
611
611
  conferenceProvider?: ConferenceProvider;
612
612
  /**
613
613
  * A conference created for the schedule. This is used when a participant is added to a schedule.
@@ -1169,7 +1169,7 @@ export interface Session {
1169
1169
  */
1170
1170
  title?: string | null;
1171
1171
  /**
1172
- * Deprecated and will be removed soon.
1172
+ * __Deprecated.__
1173
1173
  * Tags for the session.
1174
1174
  * The value is inherited from the schedule and can be overridden unless the session is a recurring session.
1175
1175
  */
@@ -1216,7 +1216,7 @@ export interface Session {
1216
1216
  * @readonly
1217
1217
  */
1218
1218
  inheritedFields?: string[];
1219
- /** Deprecated and will be removed soon. */
1219
+ /** __Deprecated.__ */
1220
1220
  externalCalendarOverrides?: ExternalCalendarOverrides;
1221
1221
  /**
1222
1222
  * Session status.
@@ -0,0 +1,13 @@
1
+ import * as ambassadorWixBookingsCalendarV2SessionViewTypes from './bookings-calendar-v2-session-view.types';
2
+ import * as ambassadorWixBookingsCalendarV2SessionViewUniversalTypes from './bookings-calendar-v2-session-view.universal';
3
+ export declare type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
+ getUrl: (context: any) => string;
5
+ httpMethod: K;
6
+ path: string;
7
+ pathParams: M;
8
+ __requestType: T;
9
+ __originalRequestType: S;
10
+ __responseType: Q;
11
+ __originalResponseType: R;
12
+ };
13
+ export declare function getSessionView(): __PublicMethodMetaInfo<'GET', {}, ambassadorWixBookingsCalendarV2SessionViewUniversalTypes.GetSessionViewRequest, ambassadorWixBookingsCalendarV2SessionViewTypes.GetSessionViewRequest, ambassadorWixBookingsCalendarV2SessionViewUniversalTypes.GetSessionViewResponse, ambassadorWixBookingsCalendarV2SessionViewTypes.GetSessionViewResponse>;
@@ -0,0 +1,20 @@
1
+ import * as ambassadorWixBookingsCalendarV2SessionView from './bookings-calendar-v2-session-view.http';
2
+ export function getSessionView() {
3
+ const payload = {};
4
+ const getRequestOptions = ambassadorWixBookingsCalendarV2SessionView.getSessionView(payload);
5
+ const getUrl = (context) => {
6
+ const { url } = getRequestOptions(context);
7
+ return url;
8
+ };
9
+ return {
10
+ getUrl,
11
+ httpMethod: 'GET',
12
+ path: '/v2/calendar/sessions/view',
13
+ pathParams: {},
14
+ __requestType: null,
15
+ __originalRequestType: null,
16
+ __responseType: null,
17
+ __originalResponseType: null,
18
+ };
19
+ }
20
+ //# sourceMappingURL=bookings-calendar-v2-session-view.meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-calendar-v2-session-view.meta.js","sourceRoot":"","sources":["../../../src/bookings-calendar-v2-session-view.meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,0CAA0C,MAAM,0CAA0C,CAAC;AAsBvG,MAAM,UAAU,cAAc;IAQ5B,MAAM,OAAO,GAAG,EAAS,CAAC;IAE1B,MAAM,iBAAiB,GACrB,0CAA0C,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;IAErE,MAAM,MAAM,GAAG,CAAC,OAAY,EAAU,EAAE;QACtC,MAAM,EAAE,GAAG,EAAE,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC,CAAC;IAEF,OAAO;QACL,MAAM;QACN,UAAU,EAAE,KAAK;QACjB,IAAI,EAAE,4BAA4B;QAClC,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,IAAW;QAC1B,qBAAqB,EAAE,IAAW;QAClC,cAAc,EAAE,IAAW;QAC3B,sBAAsB,EAAE,IAAW;KACpC,CAAC;AACJ,CAAC"}
@@ -57,7 +57,7 @@ export interface Session {
57
57
  */
58
58
  title?: string | null;
59
59
  /**
60
- * Deprecated and will be removed soon.
60
+ * __Deprecated.__
61
61
  * Tags for the session.
62
62
  * The value is inherited from the schedule and can be overridden unless the session is a recurring session.
63
63
  */
@@ -104,7 +104,7 @@ export interface Session {
104
104
  * @readonly
105
105
  */
106
106
  inheritedFields?: string[];
107
- /** Deprecated and will be removed soon. */
107
+ /** __Deprecated.__ */
108
108
  externalCalendarOverrides?: ExternalCalendarOverrides;
109
109
  /**
110
110
  * Session status.
@@ -779,7 +779,7 @@ export interface Schedule {
779
779
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
780
780
  title?: string | null;
781
781
  /**
782
- * Deprecated and will be removed soon.
782
+ * __Deprecated.__
783
783
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
784
784
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
785
785
  */
@@ -793,7 +793,7 @@ export interface Schedule {
793
793
  capacity?: number | null;
794
794
  /** Deprecated. Please use the [Booking Services V2](https://dev.wix.com/api/rest/wix-bookings/services-v2) payment instead. */
795
795
  rate?: Rate;
796
- /** Deprecated and will be removed soon. */
796
+ /** __Deprecated.__ */
797
797
  availability?: Availability;
798
798
  /**
799
799
  * Number of participants registered to sessions in this schedule, calculated as the sum of the party sizes.
@@ -807,7 +807,7 @@ export interface Schedule {
807
807
  * @readonly
808
808
  */
809
809
  participants?: Participant[];
810
- /** Deprecated and will be removed soon. */
810
+ /** __Deprecated.__ */
811
811
  externalCalendarOverrides?: ExternalCalendarOverrides;
812
812
  /**
813
813
  * Schedule status.
@@ -834,7 +834,7 @@ export interface Schedule {
834
834
  * @readonly
835
835
  */
836
836
  inheritedFields?: string[];
837
- /** Deprecated and will be removed soon. */
837
+ /** __Deprecated.__ */
838
838
  conferenceProvider?: ConferenceProvider;
839
839
  /**
840
840
  * A conference created for the schedule. This is used when a participant is added to a schedule.
@@ -63,7 +63,7 @@ export interface Session {
63
63
  */
64
64
  title?: string | null;
65
65
  /**
66
- * Deprecated and will be removed soon.
66
+ * __Deprecated.__
67
67
  * Tags for the session.
68
68
  * The value is inherited from the schedule and can be overridden unless the session is a recurring session.
69
69
  */
@@ -110,7 +110,7 @@ export interface Session {
110
110
  * @readonly
111
111
  */
112
112
  inheritedFields?: string[];
113
- /** Deprecated and will be removed soon. */
113
+ /** __Deprecated.__ */
114
114
  externalCalendarOverrides?: ExternalCalendarOverrides;
115
115
  /**
116
116
  * Session status.
@@ -783,7 +783,7 @@ export interface Schedule {
783
783
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
784
784
  title?: string | null;
785
785
  /**
786
- * Deprecated and will be removed soon.
786
+ * __Deprecated.__
787
787
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
788
788
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
789
789
  */
@@ -797,7 +797,7 @@ export interface Schedule {
797
797
  capacity?: number | null;
798
798
  /** Deprecated. Please use the [Booking Services V2](https://dev.wix.com/api/rest/wix-bookings/services-v2) payment instead. */
799
799
  rate?: Rate;
800
- /** Deprecated and will be removed soon. */
800
+ /** __Deprecated.__ */
801
801
  availability?: Availability;
802
802
  /**
803
803
  * Number of participants registered to sessions in this schedule, calculated as the sum of the party sizes.
@@ -811,7 +811,7 @@ export interface Schedule {
811
811
  * @readonly
812
812
  */
813
813
  participants?: Participant[];
814
- /** Deprecated and will be removed soon. */
814
+ /** __Deprecated.__ */
815
815
  externalCalendarOverrides?: ExternalCalendarOverrides;
816
816
  /**
817
817
  * Schedule status.
@@ -838,7 +838,7 @@ export interface Schedule {
838
838
  * @readonly
839
839
  */
840
840
  inheritedFields?: string[];
841
- /** Deprecated and will be removed soon. */
841
+ /** __Deprecated.__ */
842
842
  conferenceProvider?: ConferenceProvider;
843
843
  /**
844
844
  * A conference created for the schedule. This is used when a participant is added to a schedule.
@@ -85,7 +85,7 @@ export interface Schedule {
85
85
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
86
86
  title?: string | null;
87
87
  /**
88
- * Deprecated and will be removed soon.
88
+ * __Deprecated.__
89
89
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
90
90
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
91
91
  */
@@ -99,7 +99,7 @@ export interface Schedule {
99
99
  capacity?: number | null;
100
100
  /** Deprecated. Please use the [Booking Services V2](https://dev.wix.com/api/rest/wix-bookings/services-v2) payment instead. */
101
101
  rate?: Rate;
102
- /** Deprecated and will be removed soon. */
102
+ /** __Deprecated.__ */
103
103
  availability?: Availability;
104
104
  /**
105
105
  * Number of participants registered to sessions in this schedule, calculated as the sum of the party sizes.
@@ -113,7 +113,7 @@ export interface Schedule {
113
113
  * @readonly
114
114
  */
115
115
  participants?: Participant[];
116
- /** Deprecated and will be removed soon. */
116
+ /** __Deprecated.__ */
117
117
  externalCalendarOverrides?: ExternalCalendarOverrides;
118
118
  /**
119
119
  * Schedule status.
@@ -140,7 +140,7 @@ export interface Schedule {
140
140
  * @readonly
141
141
  */
142
142
  inheritedFields?: string[];
143
- /** Deprecated and will be removed soon. */
143
+ /** __Deprecated.__ */
144
144
  conferenceProvider?: ConferenceProvider;
145
145
  /**
146
146
  * A conference created for the schedule. This is used when a participant is added to a schedule.
@@ -74,7 +74,7 @@ export interface Schedule {
74
74
  /** Default title for the schedule's sessions. Maximum length: 6000 characters. */
75
75
  title?: string | null;
76
76
  /**
77
- * Deprecated and will be removed soon.
77
+ * __Deprecated.__
78
78
  * Tags for grouping schedules. These tags are the default tags for the schedule's sessions.
79
79
  * The Wix Bookings app uses the following predefined tags to set schedule type: `"INDIVIDUAL"`, `"GROUP"`, and `"COURSE"`. Once the schedule type is set using these tags, you cannot update it. In addition to the app's tags, you can create and update your own tags.
80
80
  */
@@ -0,0 +1,29 @@
1
+ import * as ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes from './bookings-catalog-v1-service-options-and-variants.types';
2
+ import * as ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes from './bookings-catalog-v1-service-options-and-variants.universal';
3
+ export declare type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
4
+ getUrl: (context: any) => string;
5
+ httpMethod: K;
6
+ path: string;
7
+ pathParams: M;
8
+ __requestType: T;
9
+ __originalRequestType: S;
10
+ __responseType: Q;
11
+ __originalResponseType: R;
12
+ };
13
+ export declare function createServiceOptionsAndVariants(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CreateServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CreateServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CreateServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CreateServiceOptionsAndVariantsResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CreateServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CreateServiceOptionsAndVariantsResponseNonNullableFields>;
14
+ export declare function cloneServiceOptionsAndVariants(): __PublicMethodMetaInfo<'POST', {
15
+ cloneFromId: string;
16
+ }, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CloneServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CloneServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CloneServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.CloneServiceOptionsAndVariantsResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CloneServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.CloneServiceOptionsAndVariantsResponseNonNullableFields>;
17
+ export declare function getServiceOptionsAndVariants(): __PublicMethodMetaInfo<'GET', {
18
+ serviceOptionsAndVariantsId: string;
19
+ }, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsResponseNonNullableFields>;
20
+ export declare function getServiceOptionsAndVariantsByServiceId(): __PublicMethodMetaInfo<'GET', {
21
+ serviceId: string;
22
+ }, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsByServiceIdRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsByServiceIdRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsByServiceIdResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsByServiceIdResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields>;
23
+ export declare function updateServiceOptionsAndVariants(): __PublicMethodMetaInfo<'PATCH', {
24
+ serviceOptionsAndVariantsId: string;
25
+ }, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.UpdateServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.UpdateServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.UpdateServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.UpdateServiceOptionsAndVariantsResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.UpdateServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.UpdateServiceOptionsAndVariantsResponseNonNullableFields>;
26
+ export declare function deleteServiceOptionsAndVariants(): __PublicMethodMetaInfo<'DELETE', {
27
+ serviceOptionsAndVariantsId: string;
28
+ }, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.DeleteServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.DeleteServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.DeleteServiceOptionsAndVariantsResponse, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.DeleteServiceOptionsAndVariantsResponse>;
29
+ export declare function queryServiceOptionsAndVariants(): __PublicMethodMetaInfo<'POST', {}, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.QueryServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.QueryServiceOptionsAndVariantsRequest, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.QueryServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsUniversalTypes.QueryServiceOptionsAndVariantsResponseNonNullableFields, ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.QueryServiceOptionsAndVariantsResponse & ambassadorWixBookingsCatalogV1ServiceOptionsAndVariantsTypes.QueryServiceOptionsAndVariantsResponseNonNullableFields>;