@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,160 @@
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
+ *
14
+ * @export
15
+ * @interface CreateEventRequestSchemaDataAttributes
16
+ */
17
+ export interface CreateEventRequestSchemaDataAttributes {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof CreateEventRequestSchemaDataAttributes
22
+ */
23
+ calendarId: string;
24
+ /**
25
+ *
26
+ * @type {CreateEventRequestSchemaDataAttributesEventTypeEnum}
27
+ * @memberof CreateEventRequestSchemaDataAttributes
28
+ */
29
+ eventType: CreateEventRequestSchemaDataAttributesEventTypeEnum;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof CreateEventRequestSchemaDataAttributes
34
+ */
35
+ subject?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof CreateEventRequestSchemaDataAttributes
40
+ */
41
+ description?: string;
42
+ /**
43
+ *
44
+ * @type {number}
45
+ * @memberof CreateEventRequestSchemaDataAttributes
46
+ */
47
+ startMs?: number;
48
+ /**
49
+ *
50
+ * @type {number}
51
+ * @memberof CreateEventRequestSchemaDataAttributes
52
+ */
53
+ endMs?: number;
54
+ /**
55
+ *
56
+ * @type {string}
57
+ * @memberof CreateEventRequestSchemaDataAttributes
58
+ */
59
+ startAt?: string;
60
+ /**
61
+ *
62
+ * @type {string}
63
+ * @memberof CreateEventRequestSchemaDataAttributes
64
+ */
65
+ endAt?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof CreateEventRequestSchemaDataAttributes
70
+ */
71
+ timezone?: string;
72
+ /**
73
+ *
74
+ * @type {boolean}
75
+ * @memberof CreateEventRequestSchemaDataAttributes
76
+ */
77
+ isAllDay?: boolean;
78
+ /**
79
+ *
80
+ * @type {CreateEventRequestSchemaDataAttributesStatusEnum}
81
+ * @memberof CreateEventRequestSchemaDataAttributes
82
+ */
83
+ status?: CreateEventRequestSchemaDataAttributesStatusEnum;
84
+ /**
85
+ *
86
+ * @type {string}
87
+ * @memberof CreateEventRequestSchemaDataAttributes
88
+ */
89
+ color?: string;
90
+ /**
91
+ *
92
+ * @type {object}
93
+ * @memberof CreateEventRequestSchemaDataAttributes
94
+ */
95
+ location?: object;
96
+ /**
97
+ *
98
+ * @type {Array<object>}
99
+ * @memberof CreateEventRequestSchemaDataAttributes
100
+ */
101
+ attendees?: Array<object>;
102
+ /**
103
+ *
104
+ * @type {CreateEventRequestSchemaDataAttributesSourceTypeEnum}
105
+ * @memberof CreateEventRequestSchemaDataAttributes
106
+ */
107
+ sourceType?: CreateEventRequestSchemaDataAttributesSourceTypeEnum;
108
+ /**
109
+ *
110
+ * @type {string}
111
+ * @memberof CreateEventRequestSchemaDataAttributes
112
+ */
113
+ sourceId?: string;
114
+ /**
115
+ *
116
+ * @type {object}
117
+ * @memberof CreateEventRequestSchemaDataAttributes
118
+ */
119
+ metadata?: object;
120
+ }
121
+ /**
122
+ * @export
123
+ */
124
+ export declare const CreateEventRequestSchemaDataAttributesEventTypeEnum: {
125
+ readonly Call: "call";
126
+ readonly Meeting: "meeting";
127
+ readonly Slot: "slot";
128
+ readonly Block: "block";
129
+ };
130
+ export type CreateEventRequestSchemaDataAttributesEventTypeEnum = typeof CreateEventRequestSchemaDataAttributesEventTypeEnum[keyof typeof CreateEventRequestSchemaDataAttributesEventTypeEnum];
131
+ /**
132
+ * @export
133
+ */
134
+ export declare const CreateEventRequestSchemaDataAttributesStatusEnum: {
135
+ readonly Draft: "draft";
136
+ readonly Confirmed: "confirmed";
137
+ readonly InProgress: "in-progress";
138
+ readonly Completed: "completed";
139
+ readonly Cancelled: "cancelled";
140
+ readonly Archived: "archived";
141
+ };
142
+ export type CreateEventRequestSchemaDataAttributesStatusEnum = typeof CreateEventRequestSchemaDataAttributesStatusEnum[keyof typeof CreateEventRequestSchemaDataAttributesStatusEnum];
143
+ /**
144
+ * @export
145
+ */
146
+ export declare const CreateEventRequestSchemaDataAttributesSourceTypeEnum: {
147
+ readonly Calls: "calls";
148
+ readonly Meetings: "meetings";
149
+ readonly Briefs: "briefs";
150
+ };
151
+ export type CreateEventRequestSchemaDataAttributesSourceTypeEnum = typeof CreateEventRequestSchemaDataAttributesSourceTypeEnum[keyof typeof CreateEventRequestSchemaDataAttributesSourceTypeEnum];
152
+ /**
153
+ * Check if a given object implements the CreateEventRequestSchemaDataAttributes interface.
154
+ */
155
+ export declare function instanceOfCreateEventRequestSchemaDataAttributes(value: object): value is CreateEventRequestSchemaDataAttributes;
156
+ export declare function CreateEventRequestSchemaDataAttributesFromJSON(json: any): CreateEventRequestSchemaDataAttributes;
157
+ export declare function CreateEventRequestSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateEventRequestSchemaDataAttributes;
158
+ export declare function CreateEventRequestSchemaDataAttributesToJSON(json: any): CreateEventRequestSchemaDataAttributes;
159
+ export declare function CreateEventRequestSchemaDataAttributesToJSONTyped(value?: CreateEventRequestSchemaDataAttributes | null, ignoreDiscriminator?: boolean): any;
160
+ //# sourceMappingURL=CreateEventRequestSchemaDataAttributes.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEventRequestSchemaDataAttributes.d.ts","sourceRoot":"","sources":["../../src/models/CreateEventRequestSchemaDataAttributes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,SAAS,EAAE,mDAAmD,CAAC;IAC/D;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gDAAgD,CAAC;IAC1D;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,oDAAoD,CAAC;IAClE;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD;;GAEG;AACH,eAAO,MAAM,mDAAmD;;;;;CAKtD,CAAC;AACX,MAAM,MAAM,mDAAmD,GAAG,OAAO,mDAAmD,CAAC,MAAM,OAAO,mDAAmD,CAAC,CAAC;AAE/L;;GAEG;AACH,eAAO,MAAM,gDAAgD;;;;;;;CAOnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAEtL;;GAEG;AACH,eAAO,MAAM,oDAAoD;;;;CAIvD,CAAC;AACX,MAAM,MAAM,oDAAoD,GAAG,OAAO,oDAAoD,CAAC,MAAM,OAAO,oDAAoD,CAAC,CAAC;AAGlM;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAI/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAwBnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAyBlK"}
@@ -0,0 +1,114 @@
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.CreateEventRequestSchemaDataAttributesSourceTypeEnum = exports.CreateEventRequestSchemaDataAttributesStatusEnum = exports.CreateEventRequestSchemaDataAttributesEventTypeEnum = void 0;
17
+ exports.instanceOfCreateEventRequestSchemaDataAttributes = instanceOfCreateEventRequestSchemaDataAttributes;
18
+ exports.CreateEventRequestSchemaDataAttributesFromJSON = CreateEventRequestSchemaDataAttributesFromJSON;
19
+ exports.CreateEventRequestSchemaDataAttributesFromJSONTyped = CreateEventRequestSchemaDataAttributesFromJSONTyped;
20
+ exports.CreateEventRequestSchemaDataAttributesToJSON = CreateEventRequestSchemaDataAttributesToJSON;
21
+ exports.CreateEventRequestSchemaDataAttributesToJSONTyped = CreateEventRequestSchemaDataAttributesToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.CreateEventRequestSchemaDataAttributesEventTypeEnum = {
26
+ Call: 'call',
27
+ Meeting: 'meeting',
28
+ Slot: 'slot',
29
+ Block: 'block'
30
+ };
31
+ /**
32
+ * @export
33
+ */
34
+ exports.CreateEventRequestSchemaDataAttributesStatusEnum = {
35
+ Draft: 'draft',
36
+ Confirmed: 'confirmed',
37
+ InProgress: 'in-progress',
38
+ Completed: 'completed',
39
+ Cancelled: 'cancelled',
40
+ Archived: 'archived'
41
+ };
42
+ /**
43
+ * @export
44
+ */
45
+ exports.CreateEventRequestSchemaDataAttributesSourceTypeEnum = {
46
+ Calls: 'calls',
47
+ Meetings: 'meetings',
48
+ Briefs: 'briefs'
49
+ };
50
+ /**
51
+ * Check if a given object implements the CreateEventRequestSchemaDataAttributes interface.
52
+ */
53
+ function instanceOfCreateEventRequestSchemaDataAttributes(value) {
54
+ if (!('calendarId' in value) || value['calendarId'] === undefined)
55
+ return false;
56
+ if (!('eventType' in value) || value['eventType'] === undefined)
57
+ return false;
58
+ return true;
59
+ }
60
+ function CreateEventRequestSchemaDataAttributesFromJSON(json) {
61
+ return CreateEventRequestSchemaDataAttributesFromJSONTyped(json, false);
62
+ }
63
+ function CreateEventRequestSchemaDataAttributesFromJSONTyped(json, ignoreDiscriminator) {
64
+ if (json == null) {
65
+ return json;
66
+ }
67
+ return {
68
+ 'calendarId': json['calendarId'],
69
+ 'eventType': json['eventType'],
70
+ 'subject': json['subject'] == null ? undefined : json['subject'],
71
+ 'description': json['description'] == null ? undefined : json['description'],
72
+ 'startMs': json['startMs'] == null ? undefined : json['startMs'],
73
+ 'endMs': json['endMs'] == null ? undefined : json['endMs'],
74
+ 'startAt': json['startAt'] == null ? undefined : json['startAt'],
75
+ 'endAt': json['endAt'] == null ? undefined : json['endAt'],
76
+ 'timezone': json['timezone'] == null ? undefined : json['timezone'],
77
+ 'isAllDay': json['isAllDay'] == null ? undefined : json['isAllDay'],
78
+ 'status': json['status'] == null ? undefined : json['status'],
79
+ 'color': json['color'] == null ? undefined : json['color'],
80
+ 'location': json['location'] == null ? undefined : json['location'],
81
+ 'attendees': json['attendees'] == null ? undefined : json['attendees'],
82
+ 'sourceType': json['sourceType'] == null ? undefined : json['sourceType'],
83
+ 'sourceId': json['sourceId'] == null ? undefined : json['sourceId'],
84
+ 'metadata': json['metadata'] == null ? undefined : json['metadata'],
85
+ };
86
+ }
87
+ function CreateEventRequestSchemaDataAttributesToJSON(json) {
88
+ return CreateEventRequestSchemaDataAttributesToJSONTyped(json, false);
89
+ }
90
+ function CreateEventRequestSchemaDataAttributesToJSONTyped(value, ignoreDiscriminator = false) {
91
+ if (value == null) {
92
+ return value;
93
+ }
94
+ return {
95
+ 'calendarId': value['calendarId'],
96
+ 'eventType': value['eventType'],
97
+ 'subject': value['subject'],
98
+ 'description': value['description'],
99
+ 'startMs': value['startMs'],
100
+ 'endMs': value['endMs'],
101
+ 'startAt': value['startAt'],
102
+ 'endAt': value['endAt'],
103
+ 'timezone': value['timezone'],
104
+ 'isAllDay': value['isAllDay'],
105
+ 'status': value['status'],
106
+ 'color': value['color'],
107
+ 'location': value['location'],
108
+ 'attendees': value['attendees'],
109
+ 'sourceType': value['sourceType'],
110
+ 'sourceId': value['sourceId'],
111
+ 'metadata': value['metadata'],
112
+ };
113
+ }
114
+ //# sourceMappingURL=CreateEventRequestSchemaDataAttributes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateEventRequestSchemaDataAttributes.js","sourceRoot":"","sources":["../../src/models/CreateEventRequestSchemaDataAttributes.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,172 @@
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 { EventAttributesSchemaAttendeesInner } from './EventAttributesSchemaAttendeesInner';
13
+ import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
14
+ /**
15
+ * A scheduled or recorded activity in a calendar. Backed by one
16
+ * event row (this resource) + N attendee link rows for the
17
+ * AttendeeIndex GSI. attendees[] mixes principal types - users
18
+ * get conflict-checked, candidates / talents / visitors are
19
+ * tracked but not capped.
20
+ * @export
21
+ * @interface EventAttributesSchema
22
+ */
23
+ export interface EventAttributesSchema {
24
+ /**
25
+ * Calendar this event lives in (the organizer's).
26
+ * @type {string}
27
+ * @memberof EventAttributesSchema
28
+ */
29
+ calendarId?: string;
30
+ /**
31
+ *
32
+ * @type {EventAttributesSchemaEventTypeEnum}
33
+ * @memberof EventAttributesSchema
34
+ */
35
+ eventType?: EventAttributesSchemaEventTypeEnum;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof EventAttributesSchema
40
+ */
41
+ subject?: string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof EventAttributesSchema
46
+ */
47
+ description?: string;
48
+ /**
49
+ * Epoch milliseconds. Used as GSI sort key for date-range queries.
50
+ * @type {number}
51
+ * @memberof EventAttributesSchema
52
+ */
53
+ startMs?: number;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof EventAttributesSchema
58
+ */
59
+ endMs?: number;
60
+ /**
61
+ * ISO 8601 mirror of startMs for FE display.
62
+ * @type {string}
63
+ * @memberof EventAttributesSchema
64
+ */
65
+ startAt?: string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof EventAttributesSchema
70
+ */
71
+ endAt?: string;
72
+ /**
73
+ *
74
+ * @type {string}
75
+ * @memberof EventAttributesSchema
76
+ */
77
+ timezone?: string;
78
+ /**
79
+ *
80
+ * @type {boolean}
81
+ * @memberof EventAttributesSchema
82
+ */
83
+ isAllDay?: boolean;
84
+ /**
85
+ *
86
+ * @type {EventAttributesSchemaStatusEnum}
87
+ * @memberof EventAttributesSchema
88
+ */
89
+ status?: EventAttributesSchemaStatusEnum;
90
+ /**
91
+ *
92
+ * @type {string}
93
+ * @memberof EventAttributesSchema
94
+ */
95
+ color?: string;
96
+ /**
97
+ * Free-form location: room name, video URL, address, etc.
98
+ * @type {object}
99
+ * @memberof EventAttributesSchema
100
+ */
101
+ location?: object;
102
+ /**
103
+ * Mixed principal list. Each entry: `{type, id, email?, name?, response?}`.
104
+ * @type {Array<EventAttributesSchemaAttendeesInner>}
105
+ * @memberof EventAttributesSchema
106
+ */
107
+ attendees?: Array<EventAttributesSchemaAttendeesInner>;
108
+ /**
109
+ * If the event was projected from another resource, the source type.
110
+ * @type {EventAttributesSchemaSourceTypeEnum}
111
+ * @memberof EventAttributesSchema
112
+ */
113
+ sourceType?: EventAttributesSchemaSourceTypeEnum;
114
+ /**
115
+ * ID of the source resource (e.g. callId).
116
+ * @type {string}
117
+ * @memberof EventAttributesSchema
118
+ */
119
+ sourceId?: string;
120
+ /**
121
+ * Free-form event-type-specific data.
122
+ * @type {object}
123
+ * @memberof EventAttributesSchema
124
+ */
125
+ metadata?: object;
126
+ /**
127
+ *
128
+ * @type {ResourceTimestampsSchema}
129
+ * @memberof EventAttributesSchema
130
+ */
131
+ timestamps?: ResourceTimestampsSchema;
132
+ }
133
+ /**
134
+ * @export
135
+ */
136
+ export declare const EventAttributesSchemaEventTypeEnum: {
137
+ readonly Call: "call";
138
+ readonly Meeting: "meeting";
139
+ readonly Slot: "slot";
140
+ readonly Block: "block";
141
+ };
142
+ export type EventAttributesSchemaEventTypeEnum = typeof EventAttributesSchemaEventTypeEnum[keyof typeof EventAttributesSchemaEventTypeEnum];
143
+ /**
144
+ * @export
145
+ */
146
+ export declare const EventAttributesSchemaStatusEnum: {
147
+ readonly Draft: "draft";
148
+ readonly Confirmed: "confirmed";
149
+ readonly InProgress: "in-progress";
150
+ readonly Completed: "completed";
151
+ readonly Cancelled: "cancelled";
152
+ readonly Archived: "archived";
153
+ };
154
+ export type EventAttributesSchemaStatusEnum = typeof EventAttributesSchemaStatusEnum[keyof typeof EventAttributesSchemaStatusEnum];
155
+ /**
156
+ * @export
157
+ */
158
+ export declare const EventAttributesSchemaSourceTypeEnum: {
159
+ readonly Calls: "calls";
160
+ readonly Meetings: "meetings";
161
+ readonly Briefs: "briefs";
162
+ };
163
+ export type EventAttributesSchemaSourceTypeEnum = typeof EventAttributesSchemaSourceTypeEnum[keyof typeof EventAttributesSchemaSourceTypeEnum];
164
+ /**
165
+ * Check if a given object implements the EventAttributesSchema interface.
166
+ */
167
+ export declare function instanceOfEventAttributesSchema(value: object): value is EventAttributesSchema;
168
+ export declare function EventAttributesSchemaFromJSON(json: any): EventAttributesSchema;
169
+ export declare function EventAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventAttributesSchema;
170
+ export declare function EventAttributesSchemaToJSON(json: any): EventAttributesSchema;
171
+ export declare function EventAttributesSchemaToJSONTyped(value?: EventAttributesSchema | null, ignoreDiscriminator?: boolean): any;
172
+ //# sourceMappingURL=EventAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/EventAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;GAQG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;IAC/C;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,CAAC,EAAE,KAAK,CAAC,mCAAmC,CAAC,CAAC;IACvD;;;;OAIG;IACH,UAAU,CAAC,EAAE,mCAAmC,CAAC;IACjD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,kCAAkC;;;;;CAKrC,CAAC;AACX,MAAM,MAAM,kCAAkC,GAAG,OAAO,kCAAkC,CAAC,MAAM,OAAO,kCAAkC,CAAC,CAAC;AAE5I;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;;;;CAOlC,CAAC;AACX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC;AAEnI;;GAEG;AACH,eAAO,MAAM,mCAAmC;;;;CAItC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAyBjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CA0BhI"}
@@ -0,0 +1,114 @@
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.EventAttributesSchemaSourceTypeEnum = exports.EventAttributesSchemaStatusEnum = exports.EventAttributesSchemaEventTypeEnum = void 0;
17
+ exports.instanceOfEventAttributesSchema = instanceOfEventAttributesSchema;
18
+ exports.EventAttributesSchemaFromJSON = EventAttributesSchemaFromJSON;
19
+ exports.EventAttributesSchemaFromJSONTyped = EventAttributesSchemaFromJSONTyped;
20
+ exports.EventAttributesSchemaToJSON = EventAttributesSchemaToJSON;
21
+ exports.EventAttributesSchemaToJSONTyped = EventAttributesSchemaToJSONTyped;
22
+ const EventAttributesSchemaAttendeesInner_1 = require("./EventAttributesSchemaAttendeesInner");
23
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
24
+ /**
25
+ * @export
26
+ */
27
+ exports.EventAttributesSchemaEventTypeEnum = {
28
+ Call: 'call',
29
+ Meeting: 'meeting',
30
+ Slot: 'slot',
31
+ Block: 'block'
32
+ };
33
+ /**
34
+ * @export
35
+ */
36
+ exports.EventAttributesSchemaStatusEnum = {
37
+ Draft: 'draft',
38
+ Confirmed: 'confirmed',
39
+ InProgress: 'in-progress',
40
+ Completed: 'completed',
41
+ Cancelled: 'cancelled',
42
+ Archived: 'archived'
43
+ };
44
+ /**
45
+ * @export
46
+ */
47
+ exports.EventAttributesSchemaSourceTypeEnum = {
48
+ Calls: 'calls',
49
+ Meetings: 'meetings',
50
+ Briefs: 'briefs'
51
+ };
52
+ /**
53
+ * Check if a given object implements the EventAttributesSchema interface.
54
+ */
55
+ function instanceOfEventAttributesSchema(value) {
56
+ return true;
57
+ }
58
+ function EventAttributesSchemaFromJSON(json) {
59
+ return EventAttributesSchemaFromJSONTyped(json, false);
60
+ }
61
+ function EventAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
62
+ if (json == null) {
63
+ return json;
64
+ }
65
+ return {
66
+ 'calendarId': json['calendarId'] == null ? undefined : json['calendarId'],
67
+ 'eventType': json['eventType'] == null ? undefined : json['eventType'],
68
+ 'subject': json['subject'] == null ? undefined : json['subject'],
69
+ 'description': json['description'] == null ? undefined : json['description'],
70
+ 'startMs': json['startMs'] == null ? undefined : json['startMs'],
71
+ 'endMs': json['endMs'] == null ? undefined : json['endMs'],
72
+ 'startAt': json['startAt'] == null ? undefined : json['startAt'],
73
+ 'endAt': json['endAt'] == null ? undefined : json['endAt'],
74
+ 'timezone': json['timezone'] == null ? undefined : json['timezone'],
75
+ 'isAllDay': json['isAllDay'] == null ? undefined : json['isAllDay'],
76
+ 'status': json['status'] == null ? undefined : json['status'],
77
+ 'color': json['color'] == null ? undefined : json['color'],
78
+ 'location': json['location'] == null ? undefined : json['location'],
79
+ 'attendees': json['attendees'] == null ? undefined : (json['attendees'].map(EventAttributesSchemaAttendeesInner_1.EventAttributesSchemaAttendeesInnerFromJSON)),
80
+ 'sourceType': json['sourceType'] == null ? undefined : json['sourceType'],
81
+ 'sourceId': json['sourceId'] == null ? undefined : json['sourceId'],
82
+ 'metadata': json['metadata'] == null ? undefined : json['metadata'],
83
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
84
+ };
85
+ }
86
+ function EventAttributesSchemaToJSON(json) {
87
+ return EventAttributesSchemaToJSONTyped(json, false);
88
+ }
89
+ function EventAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
90
+ if (value == null) {
91
+ return value;
92
+ }
93
+ return {
94
+ 'calendarId': value['calendarId'],
95
+ 'eventType': value['eventType'],
96
+ 'subject': value['subject'],
97
+ 'description': value['description'],
98
+ 'startMs': value['startMs'],
99
+ 'endMs': value['endMs'],
100
+ 'startAt': value['startAt'],
101
+ 'endAt': value['endAt'],
102
+ 'timezone': value['timezone'],
103
+ 'isAllDay': value['isAllDay'],
104
+ 'status': value['status'],
105
+ 'color': value['color'],
106
+ 'location': value['location'],
107
+ 'attendees': value['attendees'] == null ? undefined : (value['attendees'].map(EventAttributesSchemaAttendeesInner_1.EventAttributesSchemaAttendeesInnerToJSON)),
108
+ 'sourceType': value['sourceType'],
109
+ 'sourceId': value['sourceId'],
110
+ 'metadata': value['metadata'],
111
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
112
+ };
113
+ }
114
+ //# sourceMappingURL=EventAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventAttributesSchema.js","sourceRoot":"","sources":["../../src/models/EventAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiLH,0EAEC;AAED,sEAEC;AAED,gFAyBC;AAED,kEAEC;AAED,4EA0BC;AA9OD,+FAK+C;AAE/C,yEAKoC;AA2HpC;;GAEG;AACU,QAAA,kCAAkC,GAAG;IAC9C,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;CACR,CAAC;AAGX;;GAEG;AACU,QAAA,+BAA+B,GAAG;IAC3C,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,aAAa;IACzB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAGX;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,WAAW,CAAgB,CAAC,GAAG,CAAC,iFAA2C,CAAC,CAAC;QACzI,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC;QACzE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAgB,CAAC,GAAG,CAAC,+EAAyC,CAAC,CAAC;QACzI,YAAY,EAAE,KAAK,CAAC,YAAY,CAAC;QACjC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,67 @@
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
+ *
14
+ * @export
15
+ * @interface EventAttributesSchemaAttendeesInner
16
+ */
17
+ export interface EventAttributesSchemaAttendeesInner {
18
+ /**
19
+ *
20
+ * @type {EventAttributesSchemaAttendeesInnerTypeEnum}
21
+ * @memberof EventAttributesSchemaAttendeesInner
22
+ */
23
+ type?: EventAttributesSchemaAttendeesInnerTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof EventAttributesSchemaAttendeesInner
28
+ */
29
+ id?: string;
30
+ /**
31
+ *
32
+ * @type {string}
33
+ * @memberof EventAttributesSchemaAttendeesInner
34
+ */
35
+ email?: string;
36
+ /**
37
+ *
38
+ * @type {string}
39
+ * @memberof EventAttributesSchemaAttendeesInner
40
+ */
41
+ name?: string;
42
+ /**
43
+ * Optional accept/decline state (FE may store; backend does not interpret today).
44
+ * @type {string}
45
+ * @memberof EventAttributesSchemaAttendeesInner
46
+ */
47
+ response?: string;
48
+ }
49
+ /**
50
+ * @export
51
+ */
52
+ export declare const EventAttributesSchemaAttendeesInnerTypeEnum: {
53
+ readonly Users: "users";
54
+ readonly Candidates: "candidates";
55
+ readonly Talents: "talents";
56
+ readonly Visitors: "visitors";
57
+ };
58
+ export type EventAttributesSchemaAttendeesInnerTypeEnum = typeof EventAttributesSchemaAttendeesInnerTypeEnum[keyof typeof EventAttributesSchemaAttendeesInnerTypeEnum];
59
+ /**
60
+ * Check if a given object implements the EventAttributesSchemaAttendeesInner interface.
61
+ */
62
+ export declare function instanceOfEventAttributesSchemaAttendeesInner(value: object): value is EventAttributesSchemaAttendeesInner;
63
+ export declare function EventAttributesSchemaAttendeesInnerFromJSON(json: any): EventAttributesSchemaAttendeesInner;
64
+ export declare function EventAttributesSchemaAttendeesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventAttributesSchemaAttendeesInner;
65
+ export declare function EventAttributesSchemaAttendeesInnerToJSON(json: any): EventAttributesSchemaAttendeesInner;
66
+ export declare function EventAttributesSchemaAttendeesInnerToJSONTyped(value?: EventAttributesSchemaAttendeesInner | null, ignoreDiscriminator?: boolean): any;
67
+ //# sourceMappingURL=EventAttributesSchemaAttendeesInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EventAttributesSchemaAttendeesInner.d.ts","sourceRoot":"","sources":["../../src/models/EventAttributesSchemaAttendeesInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,2CAA2C,CAAC;IACnD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD;;GAEG;AACH,eAAO,MAAM,2CAA2C;;;;;CAK9C,CAAC;AACX,MAAM,MAAM,2CAA2C,GAAG,OAAO,2CAA2C,CAAC,MAAM,OAAO,2CAA2C,CAAC,CAAC;AAGvK;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAY7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa5J"}