@smartytalent/api-client 0.1.33-dev.29 → 0.1.33-dev.30

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 (137) hide show
  1. package/dist/apis/CORSApi.d.ts +62 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +156 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/CalendarsApi.d.ts +130 -0
  6. package/dist/apis/CalendarsApi.d.ts.map +1 -0
  7. package/dist/apis/CalendarsApi.js +315 -0
  8. package/dist/apis/CalendarsApi.js.map +1 -0
  9. package/dist/apis/EventsApi.d.ts +143 -0
  10. package/dist/apis/EventsApi.d.ts.map +1 -0
  11. package/dist/apis/EventsApi.js +327 -0
  12. package/dist/apis/EventsApi.js.map +1 -0
  13. package/dist/apis/index.d.ts +2 -0
  14. package/dist/apis/index.d.ts.map +1 -1
  15. package/dist/apis/index.js +2 -0
  16. package/dist/apis/index.js.map +1 -1
  17. package/dist/models/CalendarAttributesSchema.d.ts +102 -0
  18. package/dist/models/CalendarAttributesSchema.d.ts.map +1 -0
  19. package/dist/models/CalendarAttributesSchema.js +81 -0
  20. package/dist/models/CalendarAttributesSchema.js.map +1 -0
  21. package/dist/models/CalendarAttributesSchemaWorkingHours.d.ts +64 -0
  22. package/dist/models/CalendarAttributesSchemaWorkingHours.d.ts.map +1 -0
  23. package/dist/models/CalendarAttributesSchemaWorkingHours.js +68 -0
  24. package/dist/models/CalendarAttributesSchemaWorkingHours.js.map +1 -0
  25. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts +34 -0
  26. package/dist/models/CalendarRelationshipsOwnerSchema.d.ts.map +1 -0
  27. package/dist/models/CalendarRelationshipsOwnerSchema.js +50 -0
  28. package/dist/models/CalendarRelationshipsOwnerSchema.js.map +1 -0
  29. package/dist/models/CalendarRelationshipsSchema.d.ts +34 -0
  30. package/dist/models/CalendarRelationshipsSchema.d.ts.map +1 -0
  31. package/dist/models/CalendarRelationshipsSchema.js +50 -0
  32. package/dist/models/CalendarRelationshipsSchema.js.map +1 -0
  33. package/dist/models/CalendarResourceSchema.d.ts +75 -0
  34. package/dist/models/CalendarResourceSchema.d.ts.map +1 -0
  35. package/dist/models/CalendarResourceSchema.js +75 -0
  36. package/dist/models/CalendarResourceSchema.js.map +1 -0
  37. package/dist/models/CalendarResponseDocument.d.ts +34 -0
  38. package/dist/models/CalendarResponseDocument.d.ts.map +1 -0
  39. package/dist/models/CalendarResponseDocument.js +50 -0
  40. package/dist/models/CalendarResponseDocument.js.map +1 -0
  41. package/dist/models/CalendarsResponseDocument.d.ts +46 -0
  42. package/dist/models/CalendarsResponseDocument.d.ts.map +1 -0
  43. package/dist/models/CalendarsResponseDocument.js +54 -0
  44. package/dist/models/CalendarsResponseDocument.js.map +1 -0
  45. package/dist/models/CreateCalendarRequestSchema.d.ts +34 -0
  46. package/dist/models/CreateCalendarRequestSchema.d.ts.map +1 -0
  47. package/dist/models/CreateCalendarRequestSchema.js +50 -0
  48. package/dist/models/CreateCalendarRequestSchema.js.map +1 -0
  49. package/dist/models/CreateCalendarRequestSchemaData.d.ts +47 -0
  50. package/dist/models/CreateCalendarRequestSchemaData.d.ts.map +1 -0
  51. package/dist/models/CreateCalendarRequestSchemaData.js +63 -0
  52. package/dist/models/CreateCalendarRequestSchemaData.js.map +1 -0
  53. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts +76 -0
  54. package/dist/models/CreateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  55. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js +70 -0
  56. package/dist/models/CreateCalendarRequestSchemaDataAttributes.js.map +1 -0
  57. package/dist/models/CreateEventRequestSchema.d.ts +34 -0
  58. package/dist/models/CreateEventRequestSchema.d.ts.map +1 -0
  59. package/dist/models/CreateEventRequestSchema.js +50 -0
  60. package/dist/models/CreateEventRequestSchema.js.map +1 -0
  61. package/dist/models/CreateEventRequestSchemaData.d.ts +47 -0
  62. package/dist/models/CreateEventRequestSchemaData.d.ts.map +1 -0
  63. package/dist/models/CreateEventRequestSchemaData.js +63 -0
  64. package/dist/models/CreateEventRequestSchemaData.js.map +1 -0
  65. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts +160 -0
  66. package/dist/models/CreateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  67. package/dist/models/CreateEventRequestSchemaDataAttributes.js +114 -0
  68. package/dist/models/CreateEventRequestSchemaDataAttributes.js.map +1 -0
  69. package/dist/models/EventAttributesSchema.d.ts +172 -0
  70. package/dist/models/EventAttributesSchema.d.ts.map +1 -0
  71. package/dist/models/EventAttributesSchema.js +114 -0
  72. package/dist/models/EventAttributesSchema.js.map +1 -0
  73. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts +67 -0
  74. package/dist/models/EventAttributesSchemaAttendeesInner.d.ts.map +1 -0
  75. package/dist/models/EventAttributesSchemaAttendeesInner.js +67 -0
  76. package/dist/models/EventAttributesSchemaAttendeesInner.js.map +1 -0
  77. package/dist/models/EventRelationshipsSchema.d.ts +41 -0
  78. package/dist/models/EventRelationshipsSchema.d.ts.map +1 -0
  79. package/dist/models/EventRelationshipsSchema.js +53 -0
  80. package/dist/models/EventRelationshipsSchema.js.map +1 -0
  81. package/dist/models/EventRelationshipsSchemaCalendar.d.ts +34 -0
  82. package/dist/models/EventRelationshipsSchemaCalendar.d.ts.map +1 -0
  83. package/dist/models/EventRelationshipsSchemaCalendar.js +50 -0
  84. package/dist/models/EventRelationshipsSchemaCalendar.js.map +1 -0
  85. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts +46 -0
  86. package/dist/models/EventRelationshipsSchemaCalendarData.d.ts.map +1 -0
  87. package/dist/models/EventRelationshipsSchemaCalendarData.js +58 -0
  88. package/dist/models/EventRelationshipsSchemaCalendarData.js.map +1 -0
  89. package/dist/models/EventRelationshipsSchemaSource.d.ts +34 -0
  90. package/dist/models/EventRelationshipsSchemaSource.d.ts.map +1 -0
  91. package/dist/models/EventRelationshipsSchemaSource.js +50 -0
  92. package/dist/models/EventRelationshipsSchemaSource.js.map +1 -0
  93. package/dist/models/EventRelationshipsSchemaSourceData.d.ts +48 -0
  94. package/dist/models/EventRelationshipsSchemaSourceData.d.ts.map +1 -0
  95. package/dist/models/EventRelationshipsSchemaSourceData.js +60 -0
  96. package/dist/models/EventRelationshipsSchemaSourceData.js.map +1 -0
  97. package/dist/models/EventResourceSchema.d.ts +75 -0
  98. package/dist/models/EventResourceSchema.d.ts.map +1 -0
  99. package/dist/models/EventResourceSchema.js +75 -0
  100. package/dist/models/EventResourceSchema.js.map +1 -0
  101. package/dist/models/EventResponseDocument.d.ts +34 -0
  102. package/dist/models/EventResponseDocument.d.ts.map +1 -0
  103. package/dist/models/EventResponseDocument.js +50 -0
  104. package/dist/models/EventResponseDocument.js.map +1 -0
  105. package/dist/models/EventsResponseDocument.d.ts +46 -0
  106. package/dist/models/EventsResponseDocument.d.ts.map +1 -0
  107. package/dist/models/EventsResponseDocument.js +54 -0
  108. package/dist/models/EventsResponseDocument.js.map +1 -0
  109. package/dist/models/UpdateCalendarRequestSchema.d.ts +34 -0
  110. package/dist/models/UpdateCalendarRequestSchema.d.ts.map +1 -0
  111. package/dist/models/UpdateCalendarRequestSchema.js +50 -0
  112. package/dist/models/UpdateCalendarRequestSchema.js.map +1 -0
  113. package/dist/models/UpdateCalendarRequestSchemaData.d.ts +53 -0
  114. package/dist/models/UpdateCalendarRequestSchemaData.d.ts.map +1 -0
  115. package/dist/models/UpdateCalendarRequestSchemaData.js +63 -0
  116. package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -0
  117. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts +71 -0
  118. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.d.ts.map +1 -0
  119. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js +67 -0
  120. package/dist/models/UpdateCalendarRequestSchemaDataAttributes.js.map +1 -0
  121. package/dist/models/UpdateEventRequestSchema.d.ts +34 -0
  122. package/dist/models/UpdateEventRequestSchema.d.ts.map +1 -0
  123. package/dist/models/UpdateEventRequestSchema.js +50 -0
  124. package/dist/models/UpdateEventRequestSchema.js.map +1 -0
  125. package/dist/models/UpdateEventRequestSchemaData.d.ts +53 -0
  126. package/dist/models/UpdateEventRequestSchemaData.d.ts.map +1 -0
  127. package/dist/models/UpdateEventRequestSchemaData.js +63 -0
  128. package/dist/models/UpdateEventRequestSchemaData.js.map +1 -0
  129. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts +111 -0
  130. package/dist/models/UpdateEventRequestSchemaDataAttributes.d.ts.map +1 -0
  131. package/dist/models/UpdateEventRequestSchemaDataAttributes.js +83 -0
  132. package/dist/models/UpdateEventRequestSchemaDataAttributes.js.map +1 -0
  133. package/dist/models/index.d.ts +29 -0
  134. package/dist/models/index.d.ts.map +1 -1
  135. package/dist/models/index.js +29 -0
  136. package/dist/models/index.js.map +1 -1
  137. package/package.json +1 -1
@@ -0,0 +1,327 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = { enumerable: true, get: function() { return m[k]; } };
20
+ }
21
+ Object.defineProperty(o, k2, desc);
22
+ }) : (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ o[k2] = m[k];
25
+ }));
26
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
27
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
28
+ }) : function(o, v) {
29
+ o["default"] = v;
30
+ });
31
+ var __importStar = (this && this.__importStar) || (function () {
32
+ var ownKeys = function(o) {
33
+ ownKeys = Object.getOwnPropertyNames || function (o) {
34
+ var ar = [];
35
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
36
+ return ar;
37
+ };
38
+ return ownKeys(o);
39
+ };
40
+ return function (mod) {
41
+ if (mod && mod.__esModule) return mod;
42
+ var result = {};
43
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
44
+ __setModuleDefault(result, mod);
45
+ return result;
46
+ };
47
+ })();
48
+ Object.defineProperty(exports, "__esModule", { value: true });
49
+ exports.ListEventsFilterEventTypeEnum = exports.ListEventsFilterAttendeeTypeEnum = exports.DeleteEventPermanentDeleteEnum = exports.EventsApi = void 0;
50
+ const runtime = __importStar(require("../runtime"));
51
+ const index_1 = require("../models/index");
52
+ /**
53
+ *
54
+ */
55
+ class EventsApi extends runtime.BaseAPI {
56
+ /**
57
+ * Creates request options for createEvent without sending the request
58
+ */
59
+ async createEventRequestOpts(requestParameters) {
60
+ if (requestParameters['createEventRequestSchema'] == null) {
61
+ throw new runtime.RequiredError('createEventRequestSchema', 'Required parameter "createEventRequestSchema" was null or undefined when calling createEvent().');
62
+ }
63
+ const queryParameters = {};
64
+ const headerParameters = {};
65
+ headerParameters['Content-Type'] = 'application/json';
66
+ if (this.configuration && this.configuration.apiKey) {
67
+ headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
68
+ }
69
+ if (this.configuration && this.configuration.accessToken) {
70
+ // oauth required
71
+ headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
72
+ }
73
+ let urlPath = `/v1/events`;
74
+ return {
75
+ path: urlPath,
76
+ method: 'POST',
77
+ headers: headerParameters,
78
+ query: queryParameters,
79
+ body: (0, index_1.CreateEventRequestSchemaToJSON)(requestParameters['createEventRequestSchema']),
80
+ };
81
+ }
82
+ /**
83
+ * Creates an event in the given calendar. Validates working hours and per-attendee concurrency caps. Returns 400 with detail on conflicts so FE can surface to the operator.
84
+ * Create Event
85
+ */
86
+ async createEventRaw(requestParameters, initOverrides) {
87
+ const requestOptions = await this.createEventRequestOpts(requestParameters);
88
+ const response = await this.request(requestOptions, initOverrides);
89
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.EventResponseDocumentFromJSON)(jsonValue));
90
+ }
91
+ /**
92
+ * Creates an event in the given calendar. Validates working hours and per-attendee concurrency caps. Returns 400 with detail on conflicts so FE can surface to the operator.
93
+ * Create Event
94
+ */
95
+ async createEvent(requestParameters, initOverrides) {
96
+ const response = await this.createEventRaw(requestParameters, initOverrides);
97
+ return await response.value();
98
+ }
99
+ /**
100
+ * Creates request options for deleteEvent without sending the request
101
+ */
102
+ async deleteEventRequestOpts(requestParameters) {
103
+ if (requestParameters['eventId'] == null) {
104
+ throw new runtime.RequiredError('eventId', 'Required parameter "eventId" was null or undefined when calling deleteEvent().');
105
+ }
106
+ const queryParameters = {};
107
+ if (requestParameters['permanentDelete'] != null) {
108
+ queryParameters['permanentDelete'] = requestParameters['permanentDelete'];
109
+ }
110
+ const headerParameters = {};
111
+ if (this.configuration && this.configuration.apiKey) {
112
+ headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
113
+ }
114
+ if (this.configuration && this.configuration.accessToken) {
115
+ // oauth required
116
+ headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
117
+ }
118
+ let urlPath = `/v1/events/{eventId}`;
119
+ urlPath = urlPath.replace(`{${"eventId"}}`, encodeURIComponent(String(requestParameters['eventId'])));
120
+ return {
121
+ path: urlPath,
122
+ method: 'DELETE',
123
+ headers: headerParameters,
124
+ query: queryParameters,
125
+ };
126
+ }
127
+ /**
128
+ * Soft-cancel (status=cancelled) by default. Hard-delete with `?permanentDelete=true` removes the event row + all attendee link rows.
129
+ * Delete Event
130
+ */
131
+ async deleteEventRaw(requestParameters, initOverrides) {
132
+ const requestOptions = await this.deleteEventRequestOpts(requestParameters);
133
+ const response = await this.request(requestOptions, initOverrides);
134
+ return new runtime.VoidApiResponse(response);
135
+ }
136
+ /**
137
+ * Soft-cancel (status=cancelled) by default. Hard-delete with `?permanentDelete=true` removes the event row + all attendee link rows.
138
+ * Delete Event
139
+ */
140
+ async deleteEvent(requestParameters, initOverrides) {
141
+ await this.deleteEventRaw(requestParameters, initOverrides);
142
+ }
143
+ /**
144
+ * Creates request options for listEvents without sending the request
145
+ */
146
+ async listEventsRequestOpts(requestParameters) {
147
+ const queryParameters = {};
148
+ if (requestParameters['filterCalendarId'] != null) {
149
+ queryParameters['filterCalendarId'] = requestParameters['filterCalendarId'];
150
+ }
151
+ if (requestParameters['filterAttendeeType'] != null) {
152
+ queryParameters['filterAttendeeType'] = requestParameters['filterAttendeeType'];
153
+ }
154
+ if (requestParameters['filterAttendeeId'] != null) {
155
+ queryParameters['filterAttendeeId'] = requestParameters['filterAttendeeId'];
156
+ }
157
+ if (requestParameters['filterDateFrom'] != null) {
158
+ queryParameters['filterDateFrom'] = requestParameters['filterDateFrom'];
159
+ }
160
+ if (requestParameters['filterDateTo'] != null) {
161
+ queryParameters['filterDateTo'] = requestParameters['filterDateTo'];
162
+ }
163
+ if (requestParameters['filterDateFromMs'] != null) {
164
+ queryParameters['filterDateFromMs'] = requestParameters['filterDateFromMs'];
165
+ }
166
+ if (requestParameters['filterDateToMs'] != null) {
167
+ queryParameters['filterDateToMs'] = requestParameters['filterDateToMs'];
168
+ }
169
+ if (requestParameters['filterEventType'] != null) {
170
+ queryParameters['filterEventType'] = requestParameters['filterEventType'];
171
+ }
172
+ if (requestParameters['pageSize'] != null) {
173
+ queryParameters['pageSize'] = requestParameters['pageSize'];
174
+ }
175
+ if (requestParameters['pageNumber'] != null) {
176
+ queryParameters['pageNumber'] = requestParameters['pageNumber'];
177
+ }
178
+ const headerParameters = {};
179
+ if (this.configuration && this.configuration.apiKey) {
180
+ headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
181
+ }
182
+ if (this.configuration && this.configuration.accessToken) {
183
+ // oauth required
184
+ headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
185
+ }
186
+ let urlPath = `/v1/events`;
187
+ return {
188
+ path: urlPath,
189
+ method: 'GET',
190
+ headers: headerParameters,
191
+ query: queryParameters,
192
+ };
193
+ }
194
+ /**
195
+ * Returns events. Two query patterns: 1. `filterCalendarId` (+ optional date range) - calendar grid view (FullCalendar week/month). Backed by CalendarIndex GSI. 2. `filterAttendeeType` + `filterAttendeeId` (+ optional date range) - candidate / talent / user timeline. Backed by AttendeeIndex GSI. Date params accept either epoch ms (`filterDateFromMs`) or ISO 8601 (`filterDateFrom`). The two forms collapse to the same query.
196
+ * List Events
197
+ */
198
+ async listEventsRaw(requestParameters, initOverrides) {
199
+ const requestOptions = await this.listEventsRequestOpts(requestParameters);
200
+ const response = await this.request(requestOptions, initOverrides);
201
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.EventsResponseDocumentFromJSON)(jsonValue));
202
+ }
203
+ /**
204
+ * Returns events. Two query patterns: 1. `filterCalendarId` (+ optional date range) - calendar grid view (FullCalendar week/month). Backed by CalendarIndex GSI. 2. `filterAttendeeType` + `filterAttendeeId` (+ optional date range) - candidate / talent / user timeline. Backed by AttendeeIndex GSI. Date params accept either epoch ms (`filterDateFromMs`) or ISO 8601 (`filterDateFrom`). The two forms collapse to the same query.
205
+ * List Events
206
+ */
207
+ async listEvents(requestParameters = {}, initOverrides) {
208
+ const response = await this.listEventsRaw(requestParameters, initOverrides);
209
+ return await response.value();
210
+ }
211
+ /**
212
+ * Creates request options for showEvent without sending the request
213
+ */
214
+ async showEventRequestOpts(requestParameters) {
215
+ if (requestParameters['eventId'] == null) {
216
+ throw new runtime.RequiredError('eventId', 'Required parameter "eventId" was null or undefined when calling showEvent().');
217
+ }
218
+ const queryParameters = {};
219
+ const headerParameters = {};
220
+ if (this.configuration && this.configuration.apiKey) {
221
+ headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
222
+ }
223
+ if (this.configuration && this.configuration.accessToken) {
224
+ // oauth required
225
+ headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
226
+ }
227
+ let urlPath = `/v1/events/{eventId}`;
228
+ urlPath = urlPath.replace(`{${"eventId"}}`, encodeURIComponent(String(requestParameters['eventId'])));
229
+ return {
230
+ path: urlPath,
231
+ method: 'GET',
232
+ headers: headerParameters,
233
+ query: queryParameters,
234
+ };
235
+ }
236
+ /**
237
+ * Get a single event by id.
238
+ * Show Event
239
+ */
240
+ async showEventRaw(requestParameters, initOverrides) {
241
+ const requestOptions = await this.showEventRequestOpts(requestParameters);
242
+ const response = await this.request(requestOptions, initOverrides);
243
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.EventResponseDocumentFromJSON)(jsonValue));
244
+ }
245
+ /**
246
+ * Get a single event by id.
247
+ * Show Event
248
+ */
249
+ async showEvent(requestParameters, initOverrides) {
250
+ const response = await this.showEventRaw(requestParameters, initOverrides);
251
+ return await response.value();
252
+ }
253
+ /**
254
+ * Creates request options for updateEvent without sending the request
255
+ */
256
+ async updateEventRequestOpts(requestParameters) {
257
+ if (requestParameters['eventId'] == null) {
258
+ throw new runtime.RequiredError('eventId', 'Required parameter "eventId" was null or undefined when calling updateEvent().');
259
+ }
260
+ if (requestParameters['updateEventRequestSchema'] == null) {
261
+ throw new runtime.RequiredError('updateEventRequestSchema', 'Required parameter "updateEventRequestSchema" was null or undefined when calling updateEvent().');
262
+ }
263
+ const queryParameters = {};
264
+ const headerParameters = {};
265
+ headerParameters['Content-Type'] = 'application/json';
266
+ if (this.configuration && this.configuration.apiKey) {
267
+ headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
268
+ }
269
+ if (this.configuration && this.configuration.accessToken) {
270
+ // oauth required
271
+ headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
272
+ }
273
+ let urlPath = `/v1/events/{eventId}`;
274
+ urlPath = urlPath.replace(`{${"eventId"}}`, encodeURIComponent(String(requestParameters['eventId'])));
275
+ return {
276
+ path: urlPath,
277
+ method: 'PATCH',
278
+ headers: headerParameters,
279
+ query: queryParameters,
280
+ body: (0, index_1.UpdateEventRequestSchemaToJSON)(requestParameters['updateEventRequestSchema']),
281
+ };
282
+ }
283
+ /**
284
+ * Patch event fields. Time changes propagate to attendee link rows so AttendeeIndex queries stay current.
285
+ * Update Event
286
+ */
287
+ async updateEventRaw(requestParameters, initOverrides) {
288
+ const requestOptions = await this.updateEventRequestOpts(requestParameters);
289
+ const response = await this.request(requestOptions, initOverrides);
290
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.EventResponseDocumentFromJSON)(jsonValue));
291
+ }
292
+ /**
293
+ * Patch event fields. Time changes propagate to attendee link rows so AttendeeIndex queries stay current.
294
+ * Update Event
295
+ */
296
+ async updateEvent(requestParameters, initOverrides) {
297
+ const response = await this.updateEventRaw(requestParameters, initOverrides);
298
+ return await response.value();
299
+ }
300
+ }
301
+ exports.EventsApi = EventsApi;
302
+ /**
303
+ * @export
304
+ */
305
+ exports.DeleteEventPermanentDeleteEnum = {
306
+ True: 'true',
307
+ False: 'false'
308
+ };
309
+ /**
310
+ * @export
311
+ */
312
+ exports.ListEventsFilterAttendeeTypeEnum = {
313
+ Users: 'users',
314
+ Candidates: 'candidates',
315
+ Talents: 'talents',
316
+ Visitors: 'visitors'
317
+ };
318
+ /**
319
+ * @export
320
+ */
321
+ exports.ListEventsFilterEventTypeEnum = {
322
+ Call: 'call',
323
+ Meeting: 'meeting',
324
+ Slot: 'slot',
325
+ Block: 'block'
326
+ };
327
+ //# sourceMappingURL=EventsApi.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventsApi.js","sourceRoot":"","sources":["../../src/apis/EventsApi.ts"],"names":[],"mappings":"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"}
@@ -6,12 +6,14 @@ export * from './AssessmentsApi';
6
6
  export * from './BriefsApi';
7
7
  export * from './BrowsersApi';
8
8
  export * from './CORSApi';
9
+ export * from './CalendarsApi';
9
10
  export * from './CallsApi';
10
11
  export * from './CandidatesApi';
11
12
  export * from './ChatsApi';
12
13
  export * from './CommentsApi';
13
14
  export * from './ConversationsApi';
14
15
  export * from './EmailsApi';
16
+ export * from './EventsApi';
15
17
  export * from './FeedbacksApi';
16
18
  export * from './FilesApi';
17
19
  export * from './FindersApi';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
@@ -24,12 +24,14 @@ __exportStar(require("./AssessmentsApi"), exports);
24
24
  __exportStar(require("./BriefsApi"), exports);
25
25
  __exportStar(require("./BrowsersApi"), exports);
26
26
  __exportStar(require("./CORSApi"), exports);
27
+ __exportStar(require("./CalendarsApi"), exports);
27
28
  __exportStar(require("./CallsApi"), exports);
28
29
  __exportStar(require("./CandidatesApi"), exports);
29
30
  __exportStar(require("./ChatsApi"), exports);
30
31
  __exportStar(require("./CommentsApi"), exports);
31
32
  __exportStar(require("./ConversationsApi"), exports);
32
33
  __exportStar(require("./EmailsApi"), exports);
34
+ __exportStar(require("./EventsApi"), exports);
33
35
  __exportStar(require("./FeedbacksApi"), exports);
34
36
  __exportStar(require("./FilesApi"), exports);
35
37
  __exportStar(require("./FindersApi"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,gDAA8B;AAC9B,qDAAmC;AACnC,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,gDAA8B;AAC9B,qDAAmC;AACnC,8CAA4B;AAC5B,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,oDAAkC;AAClC,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
@@ -0,0 +1,102 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { CalendarAttributesSchemaWorkingHours } from './CalendarAttributesSchemaWorkingHours';
13
+ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
14
+ /**
15
+ * Per-user schedule container. Owner is always a system user
16
+ * (recruiter / boe / hiring manager / admin); candidates and
17
+ * talents do NOT have calendars. workingHours drives availability
18
+ * validation; maxConcurrentEvents caps overlapping events
19
+ * (1 for humans, 10 for boe, null for shared rooms).
20
+ * @export
21
+ * @interface CalendarAttributesSchema
22
+ */
23
+ export interface CalendarAttributesSchema {
24
+ /**
25
+ * Display name in the FE picker (e.g. `Sebastian's Calendar`).
26
+ * @type {string}
27
+ * @memberof CalendarAttributesSchema
28
+ */
29
+ name?: string;
30
+ /**
31
+ * UI color hint (hex / named). Used to tint events in multi-calendar overlays.
32
+ * @type {string}
33
+ * @memberof CalendarAttributesSchema
34
+ */
35
+ color?: string;
36
+ /**
37
+ *
38
+ * @type {CalendarAttributesSchemaStatusEnum}
39
+ * @memberof CalendarAttributesSchema
40
+ */
41
+ status?: CalendarAttributesSchemaStatusEnum;
42
+ /**
43
+ * userId of the calendar owner.
44
+ * @type {string}
45
+ * @memberof CalendarAttributesSchema
46
+ */
47
+ ownerId?: string;
48
+ /**
49
+ * Owner principal type. Today only `users`.
50
+ * @type {CalendarAttributesSchemaOwnerTypeEnum}
51
+ * @memberof CalendarAttributesSchema
52
+ */
53
+ ownerType?: CalendarAttributesSchemaOwnerTypeEnum;
54
+ /**
55
+ * IANA tz name (e.g. Europe/Warsaw). Used to resolve workingHours wall-clock to instants.
56
+ * @type {string}
57
+ * @memberof CalendarAttributesSchema
58
+ */
59
+ timezone?: string;
60
+ /**
61
+ * Cap on overlapping events. 1 for humans (default), 10 for boe, null = unlimited.
62
+ * @type {number}
63
+ * @memberof CalendarAttributesSchema
64
+ */
65
+ maxConcurrentEvents?: number | null;
66
+ /**
67
+ *
68
+ * @type {CalendarAttributesSchemaWorkingHours}
69
+ * @memberof CalendarAttributesSchema
70
+ */
71
+ workingHours?: CalendarAttributesSchemaWorkingHours;
72
+ /**
73
+ *
74
+ * @type {ResourceTimestampsSchema}
75
+ * @memberof CalendarAttributesSchema
76
+ */
77
+ timestamps?: ResourceTimestampsSchema;
78
+ }
79
+ /**
80
+ * @export
81
+ */
82
+ export declare const CalendarAttributesSchemaStatusEnum: {
83
+ readonly Active: "active";
84
+ readonly Archived: "archived";
85
+ };
86
+ export type CalendarAttributesSchemaStatusEnum = typeof CalendarAttributesSchemaStatusEnum[keyof typeof CalendarAttributesSchemaStatusEnum];
87
+ /**
88
+ * @export
89
+ */
90
+ export declare const CalendarAttributesSchemaOwnerTypeEnum: {
91
+ readonly Users: "users";
92
+ };
93
+ export type CalendarAttributesSchemaOwnerTypeEnum = typeof CalendarAttributesSchemaOwnerTypeEnum[keyof typeof CalendarAttributesSchemaOwnerTypeEnum];
94
+ /**
95
+ * Check if a given object implements the CalendarAttributesSchema interface.
96
+ */
97
+ export declare function instanceOfCalendarAttributesSchema(value: object): value is CalendarAttributesSchema;
98
+ export declare function CalendarAttributesSchemaFromJSON(json: any): CalendarAttributesSchema;
99
+ export declare function CalendarAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): CalendarAttributesSchema;
100
+ export declare function CalendarAttributesSchemaToJSON(json: any): CalendarAttributesSchema;
101
+ export declare function CalendarAttributesSchemaToJSONTyped(value?: CalendarAttributesSchema | null, ignoreDiscriminator?: boolean): any;
102
+ //# sourceMappingURL=CalendarAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/CalendarAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;GAQG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,kCAAkC,CAAC;IAC5C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,qCAAqC,CAAC;IAClD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,oCAAoC,CAAC;IACpD;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;CAGrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAE5I;;GAEG;AACH,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAgBvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBtI"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.CalendarAttributesSchemaOwnerTypeEnum = exports.CalendarAttributesSchemaStatusEnum = void 0;
17
+ exports.instanceOfCalendarAttributesSchema = instanceOfCalendarAttributesSchema;
18
+ exports.CalendarAttributesSchemaFromJSON = CalendarAttributesSchemaFromJSON;
19
+ exports.CalendarAttributesSchemaFromJSONTyped = CalendarAttributesSchemaFromJSONTyped;
20
+ exports.CalendarAttributesSchemaToJSON = CalendarAttributesSchemaToJSON;
21
+ exports.CalendarAttributesSchemaToJSONTyped = CalendarAttributesSchemaToJSONTyped;
22
+ const CalendarAttributesSchemaWorkingHours_1 = require("./CalendarAttributesSchemaWorkingHours");
23
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.CalendarAttributesSchemaStatusEnum = {
28
+ Active: 'active',
29
+ Archived: 'archived'
30
+ };
31
+ /**
32
+ * @export
33
+ */
34
+ exports.CalendarAttributesSchemaOwnerTypeEnum = {
35
+ Users: 'users'
36
+ };
37
+ /**
38
+ * Check if a given object implements the CalendarAttributesSchema interface.
39
+ */
40
+ function instanceOfCalendarAttributesSchema(value) {
41
+ return true;
42
+ }
43
+ function CalendarAttributesSchemaFromJSON(json) {
44
+ return CalendarAttributesSchemaFromJSONTyped(json, false);
45
+ }
46
+ function CalendarAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'name': json['name'] == null ? undefined : json['name'],
52
+ 'color': json['color'] == null ? undefined : json['color'],
53
+ 'status': json['status'] == null ? undefined : json['status'],
54
+ 'ownerId': json['ownerId'] == null ? undefined : json['ownerId'],
55
+ 'ownerType': json['ownerType'] == null ? undefined : json['ownerType'],
56
+ 'timezone': json['timezone'] == null ? undefined : json['timezone'],
57
+ 'maxConcurrentEvents': json['maxConcurrentEvents'] == null ? undefined : json['maxConcurrentEvents'],
58
+ 'workingHours': json['workingHours'] == null ? undefined : (0, CalendarAttributesSchemaWorkingHours_1.CalendarAttributesSchemaWorkingHoursFromJSON)(json['workingHours']),
59
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
60
+ };
61
+ }
62
+ function CalendarAttributesSchemaToJSON(json) {
63
+ return CalendarAttributesSchemaToJSONTyped(json, false);
64
+ }
65
+ function CalendarAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
66
+ if (value == null) {
67
+ return value;
68
+ }
69
+ return {
70
+ 'name': value['name'],
71
+ 'color': value['color'],
72
+ 'status': value['status'],
73
+ 'ownerId': value['ownerId'],
74
+ 'ownerType': value['ownerType'],
75
+ 'timezone': value['timezone'],
76
+ 'maxConcurrentEvents': value['maxConcurrentEvents'],
77
+ 'workingHours': (0, CalendarAttributesSchemaWorkingHours_1.CalendarAttributesSchemaWorkingHoursToJSON)(value['workingHours']),
78
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
79
+ };
80
+ }
81
+ //# sourceMappingURL=CalendarAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarAttributesSchema.js","sourceRoot":"","sources":["../../src/models/CalendarAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,64 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Recurring weekly schedule. days[] uses tokens (mon/tue/wed/thu/fri/sat/sun); startHour/endHour are local 24h numbers.
14
+ * @export
15
+ * @interface CalendarAttributesSchemaWorkingHours
16
+ */
17
+ export interface CalendarAttributesSchemaWorkingHours {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CalendarAttributesSchemaWorkingHours
22
+ */
23
+ timezone?: string;
24
+ /**
25
+ *
26
+ * @type {Array<CalendarAttributesSchemaWorkingHoursDaysEnum>}
27
+ * @memberof CalendarAttributesSchemaWorkingHours
28
+ */
29
+ days?: Array<CalendarAttributesSchemaWorkingHoursDaysEnum>;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof CalendarAttributesSchemaWorkingHours
34
+ */
35
+ startHour?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof CalendarAttributesSchemaWorkingHours
40
+ */
41
+ endHour?: number;
42
+ }
43
+ /**
44
+ * @export
45
+ */
46
+ export declare const CalendarAttributesSchemaWorkingHoursDaysEnum: {
47
+ readonly Mon: "mon";
48
+ readonly Tue: "tue";
49
+ readonly Wed: "wed";
50
+ readonly Thu: "thu";
51
+ readonly Fri: "fri";
52
+ readonly Sat: "sat";
53
+ readonly Sun: "sun";
54
+ };
55
+ export type CalendarAttributesSchemaWorkingHoursDaysEnum = typeof CalendarAttributesSchemaWorkingHoursDaysEnum[keyof typeof CalendarAttributesSchemaWorkingHoursDaysEnum];
56
+ /**
57
+ * Check if a given object implements the CalendarAttributesSchemaWorkingHours interface.
58
+ */
59
+ export declare function instanceOfCalendarAttributesSchemaWorkingHours(value: object): value is CalendarAttributesSchemaWorkingHours;
60
+ export declare function CalendarAttributesSchemaWorkingHoursFromJSON(json: any): CalendarAttributesSchemaWorkingHours;
61
+ export declare function CalendarAttributesSchemaWorkingHoursFromJSONTyped(json: any, ignoreDiscriminator: boolean): CalendarAttributesSchemaWorkingHours;
62
+ export declare function CalendarAttributesSchemaWorkingHoursToJSON(json: any): CalendarAttributesSchemaWorkingHours;
63
+ export declare function CalendarAttributesSchemaWorkingHoursToJSONTyped(value?: CalendarAttributesSchemaWorkingHours | null, ignoreDiscriminator?: boolean): any;
64
+ //# sourceMappingURL=CalendarAttributesSchemaWorkingHours.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CalendarAttributesSchemaWorkingHours.d.ts","sourceRoot":"","sources":["../../src/models/CalendarAttributesSchemaWorkingHours.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,CAAC;IAC3D;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;;;;;;CAQ/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAG1K;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAW/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAY9J"}