@smartytalent/api-client 0.1.33-dev.32 → 0.1.33-dev.34

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 (69) hide show
  1. package/dist/apis/WebhooksApi.d.ts +38 -1
  2. package/dist/apis/WebhooksApi.d.ts.map +1 -1
  3. package/dist/apis/WebhooksApi.js +82 -0
  4. package/dist/apis/WebhooksApi.js.map +1 -1
  5. package/dist/models/MeetingAttributesSchema.d.ts +78 -0
  6. package/dist/models/MeetingAttributesSchema.d.ts.map +1 -1
  7. package/dist/models/MeetingAttributesSchema.js +39 -1
  8. package/dist/models/MeetingAttributesSchema.js.map +1 -1
  9. package/dist/models/MeetingRecallSchema.d.ts +69 -0
  10. package/dist/models/MeetingRecallSchema.d.ts.map +1 -0
  11. package/dist/models/MeetingRecallSchema.js +69 -0
  12. package/dist/models/MeetingRecallSchema.js.map +1 -0
  13. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts +34 -0
  14. package/dist/models/MeetingRelationshipsCalendarSchema.d.ts.map +1 -0
  15. package/dist/models/MeetingRelationshipsCalendarSchema.js +50 -0
  16. package/dist/models/MeetingRelationshipsCalendarSchema.js.map +1 -0
  17. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts +39 -0
  18. package/dist/models/MeetingRelationshipsCalendarSchemaData.d.ts.map +1 -0
  19. package/dist/models/MeetingRelationshipsCalendarSchemaData.js +51 -0
  20. package/dist/models/MeetingRelationshipsCalendarSchemaData.js.map +1 -0
  21. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts +34 -0
  22. package/dist/models/MeetingRelationshipsCandidateSchema.d.ts.map +1 -0
  23. package/dist/models/MeetingRelationshipsCandidateSchema.js +50 -0
  24. package/dist/models/MeetingRelationshipsCandidateSchema.js.map +1 -0
  25. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts +39 -0
  26. package/dist/models/MeetingRelationshipsCandidateSchemaData.d.ts.map +1 -0
  27. package/dist/models/MeetingRelationshipsCandidateSchemaData.js +51 -0
  28. package/dist/models/MeetingRelationshipsCandidateSchemaData.js.map +1 -0
  29. package/dist/models/MeetingRelationshipsConversationSchema.d.ts +34 -0
  30. package/dist/models/MeetingRelationshipsConversationSchema.d.ts.map +1 -0
  31. package/dist/models/MeetingRelationshipsConversationSchema.js +50 -0
  32. package/dist/models/MeetingRelationshipsConversationSchema.js.map +1 -0
  33. package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts +39 -0
  34. package/dist/models/MeetingRelationshipsConversationSchemaData.d.ts.map +1 -0
  35. package/dist/models/MeetingRelationshipsConversationSchemaData.js +51 -0
  36. package/dist/models/MeetingRelationshipsConversationSchemaData.js.map +1 -0
  37. package/dist/models/MeetingRelationshipsSchema.d.ts +28 -0
  38. package/dist/models/MeetingRelationshipsSchema.d.ts.map +1 -1
  39. package/dist/models/MeetingRelationshipsSchema.js +12 -0
  40. package/dist/models/MeetingRelationshipsSchema.js.map +1 -1
  41. package/dist/models/MeetingRelationshipsTalentSchema.d.ts +34 -0
  42. package/dist/models/MeetingRelationshipsTalentSchema.d.ts.map +1 -0
  43. package/dist/models/MeetingRelationshipsTalentSchema.js +50 -0
  44. package/dist/models/MeetingRelationshipsTalentSchema.js.map +1 -0
  45. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts +39 -0
  46. package/dist/models/MeetingRelationshipsTalentSchemaData.d.ts.map +1 -0
  47. package/dist/models/MeetingRelationshipsTalentSchemaData.js +51 -0
  48. package/dist/models/MeetingRelationshipsTalentSchemaData.js.map +1 -0
  49. package/dist/models/RecallWebhookRequest.d.ts +39 -0
  50. package/dist/models/RecallWebhookRequest.d.ts.map +1 -0
  51. package/dist/models/RecallWebhookRequest.js +51 -0
  52. package/dist/models/RecallWebhookRequest.js.map +1 -0
  53. package/dist/models/UpdateCalendarRequestSchemaData.d.ts +1 -1
  54. package/dist/models/UpdateCalendarRequestSchemaData.d.ts.map +1 -1
  55. package/dist/models/UpdateCalendarRequestSchemaData.js +3 -1
  56. package/dist/models/UpdateCalendarRequestSchemaData.js.map +1 -1
  57. package/dist/models/UpdateCommentRequestSchemaData.d.ts +1 -1
  58. package/dist/models/UpdateCommentRequestSchemaData.d.ts.map +1 -1
  59. package/dist/models/UpdateCommentRequestSchemaData.js +3 -1
  60. package/dist/models/UpdateCommentRequestSchemaData.js.map +1 -1
  61. package/dist/models/UpdateEventRequestSchemaData.d.ts +1 -1
  62. package/dist/models/UpdateEventRequestSchemaData.d.ts.map +1 -1
  63. package/dist/models/UpdateEventRequestSchemaData.js +3 -1
  64. package/dist/models/UpdateEventRequestSchemaData.js.map +1 -1
  65. package/dist/models/index.d.ts +10 -0
  66. package/dist/models/index.d.ts.map +1 -1
  67. package/dist/models/index.js +10 -0
  68. package/dist/models/index.js.map +1 -1
  69. package/package.json +1 -1
@@ -0,0 +1,50 @@
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.instanceOfMeetingRelationshipsCalendarSchema = instanceOfMeetingRelationshipsCalendarSchema;
17
+ exports.MeetingRelationshipsCalendarSchemaFromJSON = MeetingRelationshipsCalendarSchemaFromJSON;
18
+ exports.MeetingRelationshipsCalendarSchemaFromJSONTyped = MeetingRelationshipsCalendarSchemaFromJSONTyped;
19
+ exports.MeetingRelationshipsCalendarSchemaToJSON = MeetingRelationshipsCalendarSchemaToJSON;
20
+ exports.MeetingRelationshipsCalendarSchemaToJSONTyped = MeetingRelationshipsCalendarSchemaToJSONTyped;
21
+ const MeetingRelationshipsCalendarSchemaData_1 = require("./MeetingRelationshipsCalendarSchemaData");
22
+ /**
23
+ * Check if a given object implements the MeetingRelationshipsCalendarSchema interface.
24
+ */
25
+ function instanceOfMeetingRelationshipsCalendarSchema(value) {
26
+ return true;
27
+ }
28
+ function MeetingRelationshipsCalendarSchemaFromJSON(json) {
29
+ return MeetingRelationshipsCalendarSchemaFromJSONTyped(json, false);
30
+ }
31
+ function MeetingRelationshipsCalendarSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, MeetingRelationshipsCalendarSchemaData_1.MeetingRelationshipsCalendarSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function MeetingRelationshipsCalendarSchemaToJSON(json) {
40
+ return MeetingRelationshipsCalendarSchemaToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsCalendarSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, MeetingRelationshipsCalendarSchemaData_1.MeetingRelationshipsCalendarSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=MeetingRelationshipsCalendarSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCalendarSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCalendarSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oGAEC;AAED,gGAEC;AAED,0GAQC;AAED,4FAEC;AAED,sGASC;AAvDD,qGAKkD;AAgBlD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACtE,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
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 MeetingRelationshipsCalendarSchemaData
16
+ */
17
+ export interface MeetingRelationshipsCalendarSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MeetingRelationshipsCalendarSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MeetingRelationshipsCalendarSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the MeetingRelationshipsCalendarSchemaData interface.
33
+ */
34
+ export declare function instanceOfMeetingRelationshipsCalendarSchemaData(value: object): value is MeetingRelationshipsCalendarSchemaData;
35
+ export declare function MeetingRelationshipsCalendarSchemaDataFromJSON(json: any): MeetingRelationshipsCalendarSchemaData;
36
+ export declare function MeetingRelationshipsCalendarSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsCalendarSchemaData;
37
+ export declare function MeetingRelationshipsCalendarSchemaDataToJSON(json: any): MeetingRelationshipsCalendarSchemaData;
38
+ export declare function MeetingRelationshipsCalendarSchemaDataToJSONTyped(value?: MeetingRelationshipsCalendarSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=MeetingRelationshipsCalendarSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCalendarSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCalendarSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;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,CAUlK"}
@@ -0,0 +1,51 @@
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.instanceOfMeetingRelationshipsCalendarSchemaData = instanceOfMeetingRelationshipsCalendarSchemaData;
17
+ exports.MeetingRelationshipsCalendarSchemaDataFromJSON = MeetingRelationshipsCalendarSchemaDataFromJSON;
18
+ exports.MeetingRelationshipsCalendarSchemaDataFromJSONTyped = MeetingRelationshipsCalendarSchemaDataFromJSONTyped;
19
+ exports.MeetingRelationshipsCalendarSchemaDataToJSON = MeetingRelationshipsCalendarSchemaDataToJSON;
20
+ exports.MeetingRelationshipsCalendarSchemaDataToJSONTyped = MeetingRelationshipsCalendarSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the MeetingRelationshipsCalendarSchemaData interface.
23
+ */
24
+ function instanceOfMeetingRelationshipsCalendarSchemaData(value) {
25
+ return true;
26
+ }
27
+ function MeetingRelationshipsCalendarSchemaDataFromJSON(json) {
28
+ return MeetingRelationshipsCalendarSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function MeetingRelationshipsCalendarSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function MeetingRelationshipsCalendarSchemaDataToJSON(json) {
40
+ return MeetingRelationshipsCalendarSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsCalendarSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=MeetingRelationshipsCalendarSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCalendarSchemaData.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCalendarSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,4GAEC;AAED,wGAEC;AAED,kHASC;AAED,oGAEC;AAED,8GAUC;AApCD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
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 { MeetingRelationshipsCandidateSchemaData } from './MeetingRelationshipsCandidateSchemaData';
13
+ /**
14
+ * Candidate the meeting is about, when known (e.g. interview).
15
+ * @export
16
+ * @interface MeetingRelationshipsCandidateSchema
17
+ */
18
+ export interface MeetingRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {MeetingRelationshipsCandidateSchemaData}
22
+ * @memberof MeetingRelationshipsCandidateSchema
23
+ */
24
+ data?: MeetingRelationshipsCandidateSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the MeetingRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfMeetingRelationshipsCandidateSchema(value: object): value is MeetingRelationshipsCandidateSchema;
30
+ export declare function MeetingRelationshipsCandidateSchemaFromJSON(json: any): MeetingRelationshipsCandidateSchema;
31
+ export declare function MeetingRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsCandidateSchema;
32
+ export declare function MeetingRelationshipsCandidateSchemaToJSON(json: any): MeetingRelationshipsCandidateSchema;
33
+ export declare function MeetingRelationshipsCandidateSchemaToJSONTyped(value?: MeetingRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=MeetingRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,GAAG,IAAI,CAAC;CACzD;AAED;;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,CAQ7I;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,CAS5J"}
@@ -0,0 +1,50 @@
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.instanceOfMeetingRelationshipsCandidateSchema = instanceOfMeetingRelationshipsCandidateSchema;
17
+ exports.MeetingRelationshipsCandidateSchemaFromJSON = MeetingRelationshipsCandidateSchemaFromJSON;
18
+ exports.MeetingRelationshipsCandidateSchemaFromJSONTyped = MeetingRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.MeetingRelationshipsCandidateSchemaToJSON = MeetingRelationshipsCandidateSchemaToJSON;
20
+ exports.MeetingRelationshipsCandidateSchemaToJSONTyped = MeetingRelationshipsCandidateSchemaToJSONTyped;
21
+ const MeetingRelationshipsCandidateSchemaData_1 = require("./MeetingRelationshipsCandidateSchemaData");
22
+ /**
23
+ * Check if a given object implements the MeetingRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfMeetingRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function MeetingRelationshipsCandidateSchemaFromJSON(json) {
29
+ return MeetingRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function MeetingRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, MeetingRelationshipsCandidateSchemaData_1.MeetingRelationshipsCandidateSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function MeetingRelationshipsCandidateSchemaToJSON(json) {
40
+ return MeetingRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, MeetingRelationshipsCandidateSchemaData_1.MeetingRelationshipsCandidateSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=MeetingRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AAvDD,uGAKmD;AAgBnD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACvE,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
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 MeetingRelationshipsCandidateSchemaData
16
+ */
17
+ export interface MeetingRelationshipsCandidateSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MeetingRelationshipsCandidateSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MeetingRelationshipsCandidateSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the MeetingRelationshipsCandidateSchemaData interface.
33
+ */
34
+ export declare function instanceOfMeetingRelationshipsCandidateSchemaData(value: object): value is MeetingRelationshipsCandidateSchemaData;
35
+ export declare function MeetingRelationshipsCandidateSchemaDataFromJSON(json: any): MeetingRelationshipsCandidateSchemaData;
36
+ export declare function MeetingRelationshipsCandidateSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsCandidateSchemaData;
37
+ export declare function MeetingRelationshipsCandidateSchemaDataToJSON(json: any): MeetingRelationshipsCandidateSchemaData;
38
+ export declare function MeetingRelationshipsCandidateSchemaDataToJSONTyped(value?: MeetingRelationshipsCandidateSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=MeetingRelationshipsCandidateSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCandidateSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCandidateSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CASrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpK"}
@@ -0,0 +1,51 @@
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.instanceOfMeetingRelationshipsCandidateSchemaData = instanceOfMeetingRelationshipsCandidateSchemaData;
17
+ exports.MeetingRelationshipsCandidateSchemaDataFromJSON = MeetingRelationshipsCandidateSchemaDataFromJSON;
18
+ exports.MeetingRelationshipsCandidateSchemaDataFromJSONTyped = MeetingRelationshipsCandidateSchemaDataFromJSONTyped;
19
+ exports.MeetingRelationshipsCandidateSchemaDataToJSON = MeetingRelationshipsCandidateSchemaDataToJSON;
20
+ exports.MeetingRelationshipsCandidateSchemaDataToJSONTyped = MeetingRelationshipsCandidateSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the MeetingRelationshipsCandidateSchemaData interface.
23
+ */
24
+ function instanceOfMeetingRelationshipsCandidateSchemaData(value) {
25
+ return true;
26
+ }
27
+ function MeetingRelationshipsCandidateSchemaDataFromJSON(json) {
28
+ return MeetingRelationshipsCandidateSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function MeetingRelationshipsCandidateSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function MeetingRelationshipsCandidateSchemaDataToJSON(json) {
40
+ return MeetingRelationshipsCandidateSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsCandidateSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=MeetingRelationshipsCandidateSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsCandidateSchemaData.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsCandidateSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AApCD;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
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 { MeetingRelationshipsConversationSchemaData } from './MeetingRelationshipsConversationSchemaData';
13
+ /**
14
+ * Conversation this meeting is threaded into. The post-meeting AI summary lands as a comment on this conversation.
15
+ * @export
16
+ * @interface MeetingRelationshipsConversationSchema
17
+ */
18
+ export interface MeetingRelationshipsConversationSchema {
19
+ /**
20
+ *
21
+ * @type {MeetingRelationshipsConversationSchemaData}
22
+ * @memberof MeetingRelationshipsConversationSchema
23
+ */
24
+ data?: MeetingRelationshipsConversationSchemaData | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the MeetingRelationshipsConversationSchema interface.
28
+ */
29
+ export declare function instanceOfMeetingRelationshipsConversationSchema(value: object): value is MeetingRelationshipsConversationSchema;
30
+ export declare function MeetingRelationshipsConversationSchemaFromJSON(json: any): MeetingRelationshipsConversationSchema;
31
+ export declare function MeetingRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsConversationSchema;
32
+ export declare function MeetingRelationshipsConversationSchemaToJSON(json: any): MeetingRelationshipsConversationSchema;
33
+ export declare function MeetingRelationshipsConversationSchemaToJSONTyped(value?: MeetingRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=MeetingRelationshipsConversationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,GAAG,IAAI,CAAC;CAC5D;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAQnJ;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,CASlK"}
@@ -0,0 +1,50 @@
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.instanceOfMeetingRelationshipsConversationSchema = instanceOfMeetingRelationshipsConversationSchema;
17
+ exports.MeetingRelationshipsConversationSchemaFromJSON = MeetingRelationshipsConversationSchemaFromJSON;
18
+ exports.MeetingRelationshipsConversationSchemaFromJSONTyped = MeetingRelationshipsConversationSchemaFromJSONTyped;
19
+ exports.MeetingRelationshipsConversationSchemaToJSON = MeetingRelationshipsConversationSchemaToJSON;
20
+ exports.MeetingRelationshipsConversationSchemaToJSONTyped = MeetingRelationshipsConversationSchemaToJSONTyped;
21
+ const MeetingRelationshipsConversationSchemaData_1 = require("./MeetingRelationshipsConversationSchemaData");
22
+ /**
23
+ * Check if a given object implements the MeetingRelationshipsConversationSchema interface.
24
+ */
25
+ function instanceOfMeetingRelationshipsConversationSchema(value) {
26
+ return true;
27
+ }
28
+ function MeetingRelationshipsConversationSchemaFromJSON(json) {
29
+ return MeetingRelationshipsConversationSchemaFromJSONTyped(json, false);
30
+ }
31
+ function MeetingRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, MeetingRelationshipsConversationSchemaData_1.MeetingRelationshipsConversationSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function MeetingRelationshipsConversationSchemaToJSON(json) {
40
+ return MeetingRelationshipsConversationSchemaToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, MeetingRelationshipsConversationSchemaData_1.MeetingRelationshipsConversationSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=MeetingRelationshipsConversationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4GAEC;AAED,wGAEC;AAED,kHAQC;AAED,oGAEC;AAED,8GASC;AAvDD,6GAKsD;AAgBtD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+FAAkD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
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 MeetingRelationshipsConversationSchemaData
16
+ */
17
+ export interface MeetingRelationshipsConversationSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof MeetingRelationshipsConversationSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof MeetingRelationshipsConversationSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the MeetingRelationshipsConversationSchemaData interface.
33
+ */
34
+ export declare function instanceOfMeetingRelationshipsConversationSchemaData(value: object): value is MeetingRelationshipsConversationSchemaData;
35
+ export declare function MeetingRelationshipsConversationSchemaDataFromJSON(json: any): MeetingRelationshipsConversationSchemaData;
36
+ export declare function MeetingRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsConversationSchemaData;
37
+ export declare function MeetingRelationshipsConversationSchemaDataToJSON(json: any): MeetingRelationshipsConversationSchemaData;
38
+ export declare function MeetingRelationshipsConversationSchemaDataToJSONTyped(value?: MeetingRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=MeetingRelationshipsConversationSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsConversationSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAEvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAS3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1K"}
@@ -0,0 +1,51 @@
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.instanceOfMeetingRelationshipsConversationSchemaData = instanceOfMeetingRelationshipsConversationSchemaData;
17
+ exports.MeetingRelationshipsConversationSchemaDataFromJSON = MeetingRelationshipsConversationSchemaDataFromJSON;
18
+ exports.MeetingRelationshipsConversationSchemaDataFromJSONTyped = MeetingRelationshipsConversationSchemaDataFromJSONTyped;
19
+ exports.MeetingRelationshipsConversationSchemaDataToJSON = MeetingRelationshipsConversationSchemaDataToJSON;
20
+ exports.MeetingRelationshipsConversationSchemaDataToJSONTyped = MeetingRelationshipsConversationSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the MeetingRelationshipsConversationSchemaData interface.
23
+ */
24
+ function instanceOfMeetingRelationshipsConversationSchemaData(value) {
25
+ return true;
26
+ }
27
+ function MeetingRelationshipsConversationSchemaDataFromJSON(json) {
28
+ return MeetingRelationshipsConversationSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function MeetingRelationshipsConversationSchemaDataFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function MeetingRelationshipsConversationSchemaDataToJSON(json) {
40
+ return MeetingRelationshipsConversationSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function MeetingRelationshipsConversationSchemaDataToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=MeetingRelationshipsConversationSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MeetingRelationshipsConversationSchemaData.js","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsConversationSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AApCD;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -9,6 +9,10 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import type { MeetingRelationshipsCalendarSchema } from './MeetingRelationshipsCalendarSchema';
13
+ import type { MeetingRelationshipsTalentSchema } from './MeetingRelationshipsTalentSchema';
14
+ import type { MeetingRelationshipsCandidateSchema } from './MeetingRelationshipsCandidateSchema';
15
+ import type { MeetingRelationshipsConversationSchema } from './MeetingRelationshipsConversationSchema';
12
16
  import type { MeetingRelationshipsParticipantsSchema } from './MeetingRelationshipsParticipantsSchema';
13
17
  /**
14
18
  *
@@ -22,6 +26,30 @@ export interface MeetingRelationshipsSchema {
22
26
  * @memberof MeetingRelationshipsSchema
23
27
  */
24
28
  participants?: MeetingRelationshipsParticipantsSchema;
29
+ /**
30
+ *
31
+ * @type {MeetingRelationshipsCalendarSchema}
32
+ * @memberof MeetingRelationshipsSchema
33
+ */
34
+ calendar?: MeetingRelationshipsCalendarSchema;
35
+ /**
36
+ *
37
+ * @type {MeetingRelationshipsConversationSchema}
38
+ * @memberof MeetingRelationshipsSchema
39
+ */
40
+ conversation?: MeetingRelationshipsConversationSchema;
41
+ /**
42
+ *
43
+ * @type {MeetingRelationshipsCandidateSchema}
44
+ * @memberof MeetingRelationshipsSchema
45
+ */
46
+ candidate?: MeetingRelationshipsCandidateSchema;
47
+ /**
48
+ *
49
+ * @type {MeetingRelationshipsTalentSchema}
50
+ * @memberof MeetingRelationshipsSchema
51
+ */
52
+ talent?: MeetingRelationshipsTalentSchema;
25
53
  }
26
54
  /**
27
55
  * Check if a given object implements the MeetingRelationshipsSchema interface.
@@ -1 +1 @@
1
- {"version":3,"file":"MeetingRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;CACzD;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAQ3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1I"}
1
+ {"version":3,"file":"MeetingRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/MeetingRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAOvG,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IACtD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,kCAAkC,CAAC;IAC9C;;;;OAIG;IACH,YAAY,CAAC,EAAE,sCAAsC,CAAC;IACtD;;;;OAIG;IACH,SAAS,CAAC,EAAE,mCAAmC,CAAC;IAChD;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;CAC7C;AAED;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAY3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAa1I"}
@@ -18,6 +18,10 @@ exports.MeetingRelationshipsSchemaFromJSON = MeetingRelationshipsSchemaFromJSON;
18
18
  exports.MeetingRelationshipsSchemaFromJSONTyped = MeetingRelationshipsSchemaFromJSONTyped;
19
19
  exports.MeetingRelationshipsSchemaToJSON = MeetingRelationshipsSchemaToJSON;
20
20
  exports.MeetingRelationshipsSchemaToJSONTyped = MeetingRelationshipsSchemaToJSONTyped;
21
+ const MeetingRelationshipsCalendarSchema_1 = require("./MeetingRelationshipsCalendarSchema");
22
+ const MeetingRelationshipsTalentSchema_1 = require("./MeetingRelationshipsTalentSchema");
23
+ const MeetingRelationshipsCandidateSchema_1 = require("./MeetingRelationshipsCandidateSchema");
24
+ const MeetingRelationshipsConversationSchema_1 = require("./MeetingRelationshipsConversationSchema");
21
25
  const MeetingRelationshipsParticipantsSchema_1 = require("./MeetingRelationshipsParticipantsSchema");
22
26
  /**
23
27
  * Check if a given object implements the MeetingRelationshipsSchema interface.
@@ -34,6 +38,10 @@ function MeetingRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
38
  }
35
39
  return {
36
40
  'participants': json['participants'] == null ? undefined : (0, MeetingRelationshipsParticipantsSchema_1.MeetingRelationshipsParticipantsSchemaFromJSON)(json['participants']),
41
+ 'calendar': json['calendar'] == null ? undefined : (0, MeetingRelationshipsCalendarSchema_1.MeetingRelationshipsCalendarSchemaFromJSON)(json['calendar']),
42
+ 'conversation': json['conversation'] == null ? undefined : (0, MeetingRelationshipsConversationSchema_1.MeetingRelationshipsConversationSchemaFromJSON)(json['conversation']),
43
+ 'candidate': json['candidate'] == null ? undefined : (0, MeetingRelationshipsCandidateSchema_1.MeetingRelationshipsCandidateSchemaFromJSON)(json['candidate']),
44
+ 'talent': json['talent'] == null ? undefined : (0, MeetingRelationshipsTalentSchema_1.MeetingRelationshipsTalentSchemaFromJSON)(json['talent']),
37
45
  };
38
46
  }
39
47
  function MeetingRelationshipsSchemaToJSON(json) {
@@ -45,6 +53,10 @@ function MeetingRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = fals
45
53
  }
46
54
  return {
47
55
  'participants': (0, MeetingRelationshipsParticipantsSchema_1.MeetingRelationshipsParticipantsSchemaToJSON)(value['participants']),
56
+ 'calendar': (0, MeetingRelationshipsCalendarSchema_1.MeetingRelationshipsCalendarSchemaToJSON)(value['calendar']),
57
+ 'conversation': (0, MeetingRelationshipsConversationSchema_1.MeetingRelationshipsConversationSchemaToJSON)(value['conversation']),
58
+ 'candidate': (0, MeetingRelationshipsCandidateSchema_1.MeetingRelationshipsCandidateSchemaToJSON)(value['candidate']),
59
+ 'talent': (0, MeetingRelationshipsTalentSchema_1.MeetingRelationshipsTalentSchemaToJSON)(value['talent']),
48
60
  };
49
61
  }
50
62
  //# sourceMappingURL=MeetingRelationshipsSchema.js.map