@smartytalent/api-client 0.1.33-dev.24 → 0.1.33-dev.25

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 (71) hide show
  1. package/dist/models/ChatAttributesSchema.d.ts +93 -20
  2. package/dist/models/ChatAttributesSchema.d.ts.map +1 -1
  3. package/dist/models/ChatAttributesSchema.js +53 -15
  4. package/dist/models/ChatAttributesSchema.js.map +1 -1
  5. package/dist/models/ChatMetaSchema.d.ts +7 -29
  6. package/dist/models/ChatMetaSchema.d.ts.map +1 -1
  7. package/dist/models/ChatMetaSchema.js +2 -8
  8. package/dist/models/ChatMetaSchema.js.map +1 -1
  9. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts +39 -0
  10. package/dist/models/ChatRelationshipsBoeUserDataSchema.d.ts.map +1 -0
  11. package/dist/models/ChatRelationshipsBoeUserDataSchema.js +51 -0
  12. package/dist/models/ChatRelationshipsBoeUserDataSchema.js.map +1 -0
  13. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts +34 -0
  14. package/dist/models/ChatRelationshipsBoeUserSchema.d.ts.map +1 -0
  15. package/dist/models/ChatRelationshipsBoeUserSchema.js +50 -0
  16. package/dist/models/ChatRelationshipsBoeUserSchema.js.map +1 -0
  17. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts +39 -0
  18. package/dist/models/ChatRelationshipsCandidateDataSchema.d.ts.map +1 -0
  19. package/dist/models/ChatRelationshipsCandidateDataSchema.js +51 -0
  20. package/dist/models/ChatRelationshipsCandidateDataSchema.js.map +1 -0
  21. package/dist/models/ChatRelationshipsCandidateSchema.d.ts +34 -0
  22. package/dist/models/ChatRelationshipsCandidateSchema.d.ts.map +1 -0
  23. package/dist/models/ChatRelationshipsCandidateSchema.js +50 -0
  24. package/dist/models/ChatRelationshipsCandidateSchema.js.map +1 -0
  25. package/dist/models/ChatRelationshipsConversationDataSchema.d.ts +39 -0
  26. package/dist/models/{ChatRelationshipsTranslationsDataSchema.d.ts.map → ChatRelationshipsConversationDataSchema.d.ts.map} +1 -1
  27. package/dist/models/ChatRelationshipsConversationDataSchema.js +51 -0
  28. package/dist/models/{ChatRelationshipsTranslationsDataSchema.js.map → ChatRelationshipsConversationDataSchema.js.map} +1 -1
  29. package/dist/models/ChatRelationshipsConversationSchema.d.ts +41 -0
  30. package/dist/models/ChatRelationshipsConversationSchema.d.ts.map +1 -0
  31. package/dist/models/ChatRelationshipsConversationSchema.js +50 -0
  32. package/dist/models/ChatRelationshipsConversationSchema.js.map +1 -0
  33. package/dist/models/ChatRelationshipsSchema.d.ts +34 -7
  34. package/dist/models/ChatRelationshipsSchema.d.ts.map +1 -1
  35. package/dist/models/ChatRelationshipsSchema.js +15 -6
  36. package/dist/models/ChatRelationshipsSchema.js.map +1 -1
  37. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts +39 -0
  38. package/dist/models/ChatRelationshipsTalentDataSchema.d.ts.map +1 -0
  39. package/dist/models/ChatRelationshipsTalentDataSchema.js +51 -0
  40. package/dist/models/ChatRelationshipsTalentDataSchema.js.map +1 -0
  41. package/dist/models/ChatRelationshipsTalentSchema.d.ts +34 -0
  42. package/dist/models/ChatRelationshipsTalentSchema.d.ts.map +1 -0
  43. package/dist/models/ChatRelationshipsTalentSchema.js +50 -0
  44. package/dist/models/ChatRelationshipsTalentSchema.js.map +1 -0
  45. package/dist/models/ChatRelationshipsUserDataSchema.d.ts +39 -0
  46. package/dist/models/ChatRelationshipsUserDataSchema.d.ts.map +1 -0
  47. package/dist/models/ChatRelationshipsUserDataSchema.js +51 -0
  48. package/dist/models/ChatRelationshipsUserDataSchema.js.map +1 -0
  49. package/dist/models/ChatRelationshipsUserSchema.d.ts +34 -0
  50. package/dist/models/ChatRelationshipsUserSchema.d.ts.map +1 -0
  51. package/dist/models/ChatRelationshipsUserSchema.js +50 -0
  52. package/dist/models/ChatRelationshipsUserSchema.js.map +1 -0
  53. package/dist/models/index.d.ts +10 -4
  54. package/dist/models/index.d.ts.map +1 -1
  55. package/dist/models/index.js +10 -4
  56. package/dist/models/index.js.map +1 -1
  57. package/package.json +1 -1
  58. package/dist/models/ChatRelationshipsConversationsDataSchema.d.ts +0 -39
  59. package/dist/models/ChatRelationshipsConversationsDataSchema.d.ts.map +0 -1
  60. package/dist/models/ChatRelationshipsConversationsDataSchema.js +0 -51
  61. package/dist/models/ChatRelationshipsConversationsDataSchema.js.map +0 -1
  62. package/dist/models/ChatRelationshipsConversationsSchema.d.ts +0 -42
  63. package/dist/models/ChatRelationshipsConversationsSchema.d.ts.map +0 -1
  64. package/dist/models/ChatRelationshipsConversationsSchema.js +0 -50
  65. package/dist/models/ChatRelationshipsConversationsSchema.js.map +0 -1
  66. package/dist/models/ChatRelationshipsTranslationsDataSchema.d.ts +0 -39
  67. package/dist/models/ChatRelationshipsTranslationsDataSchema.js +0 -51
  68. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts +0 -34
  69. package/dist/models/ChatRelationshipsTranslationsSchema.d.ts.map +0 -1
  70. package/dist/models/ChatRelationshipsTranslationsSchema.js +0 -50
  71. package/dist/models/ChatRelationshipsTranslationsSchema.js.map +0 -1
@@ -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.instanceOfChatRelationshipsCandidateDataSchema = instanceOfChatRelationshipsCandidateDataSchema;
17
+ exports.ChatRelationshipsCandidateDataSchemaFromJSON = ChatRelationshipsCandidateDataSchemaFromJSON;
18
+ exports.ChatRelationshipsCandidateDataSchemaFromJSONTyped = ChatRelationshipsCandidateDataSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsCandidateDataSchemaToJSON = ChatRelationshipsCandidateDataSchemaToJSON;
20
+ exports.ChatRelationshipsCandidateDataSchemaToJSONTyped = ChatRelationshipsCandidateDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ChatRelationshipsCandidateDataSchema interface.
23
+ */
24
+ function instanceOfChatRelationshipsCandidateDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ChatRelationshipsCandidateDataSchemaFromJSON(json) {
28
+ return ChatRelationshipsCandidateDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ChatRelationshipsCandidateDataSchemaFromJSONTyped(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 ChatRelationshipsCandidateDataSchemaToJSON(json) {
40
+ return ChatRelationshipsCandidateDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsCandidateDataSchemaToJSONTyped(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=ChatRelationshipsCandidateDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsCandidateDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AApCD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,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,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,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 { ChatRelationshipsCandidateDataSchema } from './ChatRelationshipsCandidateDataSchema';
13
+ /**
14
+ * External candidate principal. Set when fromType=candidate (inbound) or toType=candidate (outbound).
15
+ * @export
16
+ * @interface ChatRelationshipsCandidateSchema
17
+ */
18
+ export interface ChatRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {ChatRelationshipsCandidateDataSchema}
22
+ * @memberof ChatRelationshipsCandidateSchema
23
+ */
24
+ data?: ChatRelationshipsCandidateDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ChatRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfChatRelationshipsCandidateSchema(value: object): value is ChatRelationshipsCandidateSchema;
30
+ export declare function ChatRelationshipsCandidateSchemaFromJSON(json: any): ChatRelationshipsCandidateSchema;
31
+ export declare function ChatRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsCandidateSchema;
32
+ export declare function ChatRelationshipsCandidateSchemaToJSON(json: any): ChatRelationshipsCandidateSchema;
33
+ export declare function ChatRelationshipsCandidateSchemaToJSONTyped(value?: ChatRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ChatRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAStJ"}
@@ -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.instanceOfChatRelationshipsCandidateSchema = instanceOfChatRelationshipsCandidateSchema;
17
+ exports.ChatRelationshipsCandidateSchemaFromJSON = ChatRelationshipsCandidateSchemaFromJSON;
18
+ exports.ChatRelationshipsCandidateSchemaFromJSONTyped = ChatRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsCandidateSchemaToJSON = ChatRelationshipsCandidateSchemaToJSON;
20
+ exports.ChatRelationshipsCandidateSchemaToJSONTyped = ChatRelationshipsCandidateSchemaToJSONTyped;
21
+ const ChatRelationshipsCandidateDataSchema_1 = require("./ChatRelationshipsCandidateDataSchema");
22
+ /**
23
+ * Check if a given object implements the ChatRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfChatRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function ChatRelationshipsCandidateSchemaFromJSON(json) {
29
+ return ChatRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ChatRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ChatRelationshipsCandidateDataSchema_1.ChatRelationshipsCandidateDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ChatRelationshipsCandidateSchemaToJSON(json) {
40
+ return ChatRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ChatRelationshipsCandidateDataSchema_1.ChatRelationshipsCandidateDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ChatRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,iGAKgD;AAgBhD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,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,mFAA4C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxG,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpE,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 ChatRelationshipsConversationDataSchema
16
+ */
17
+ export interface ChatRelationshipsConversationDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ChatRelationshipsConversationDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ChatRelationshipsConversationDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ChatRelationshipsConversationDataSchema interface.
33
+ */
34
+ export declare function instanceOfChatRelationshipsConversationDataSchema(value: object): value is ChatRelationshipsConversationDataSchema;
35
+ export declare function ChatRelationshipsConversationDataSchemaFromJSON(json: any): ChatRelationshipsConversationDataSchema;
36
+ export declare function ChatRelationshipsConversationDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsConversationDataSchema;
37
+ export declare function ChatRelationshipsConversationDataSchemaToJSON(json: any): ChatRelationshipsConversationDataSchema;
38
+ export declare function ChatRelationshipsConversationDataSchemaToJSONTyped(value?: ChatRelationshipsConversationDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ChatRelationshipsConversationDataSchema.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChatRelationshipsTranslationsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsTranslationsDataSchema.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"}
1
+ {"version":3,"file":"ChatRelationshipsConversationDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsConversationDataSchema.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.instanceOfChatRelationshipsConversationDataSchema = instanceOfChatRelationshipsConversationDataSchema;
17
+ exports.ChatRelationshipsConversationDataSchemaFromJSON = ChatRelationshipsConversationDataSchemaFromJSON;
18
+ exports.ChatRelationshipsConversationDataSchemaFromJSONTyped = ChatRelationshipsConversationDataSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsConversationDataSchemaToJSON = ChatRelationshipsConversationDataSchemaToJSON;
20
+ exports.ChatRelationshipsConversationDataSchemaToJSONTyped = ChatRelationshipsConversationDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ChatRelationshipsConversationDataSchema interface.
23
+ */
24
+ function instanceOfChatRelationshipsConversationDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ChatRelationshipsConversationDataSchemaFromJSON(json) {
28
+ return ChatRelationshipsConversationDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ChatRelationshipsConversationDataSchemaFromJSONTyped(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 ChatRelationshipsConversationDataSchemaToJSON(json) {
40
+ return ChatRelationshipsConversationDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsConversationDataSchemaToJSONTyped(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=ChatRelationshipsConversationDataSchema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChatRelationshipsTranslationsDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsTranslationsDataSchema.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"}
1
+ {"version":3,"file":"ChatRelationshipsConversationDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsConversationDataSchema.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,41 @@
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 { ChatRelationshipsConversationDataSchema } from './ChatRelationshipsConversationDataSchema';
13
+ /**
14
+ * Thread the chat row belongs to. SMS replies on the same boe
15
+ * number share a conversation; the workflow engine parks runs
16
+ * on the conversation's meta and reads parkedRunContext to
17
+ * resume on inbound. The conversation id is denormalised onto
18
+ * the chat row's internal `conversationId` attribute (indexed
19
+ * by ConversationIdIndex) for cheap per-thread history queries
20
+ * - API consumers should read it from this relationship, not
21
+ * from attributes.
22
+ * @export
23
+ * @interface ChatRelationshipsConversationSchema
24
+ */
25
+ export interface ChatRelationshipsConversationSchema {
26
+ /**
27
+ *
28
+ * @type {ChatRelationshipsConversationDataSchema}
29
+ * @memberof ChatRelationshipsConversationSchema
30
+ */
31
+ data?: ChatRelationshipsConversationDataSchema | null;
32
+ }
33
+ /**
34
+ * Check if a given object implements the ChatRelationshipsConversationSchema interface.
35
+ */
36
+ export declare function instanceOfChatRelationshipsConversationSchema(value: object): value is ChatRelationshipsConversationSchema;
37
+ export declare function ChatRelationshipsConversationSchemaFromJSON(json: any): ChatRelationshipsConversationSchema;
38
+ export declare function ChatRelationshipsConversationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsConversationSchema;
39
+ export declare function ChatRelationshipsConversationSchemaToJSON(json: any): ChatRelationshipsConversationSchema;
40
+ export declare function ChatRelationshipsConversationSchemaToJSONTyped(value?: ChatRelationshipsConversationSchema | null, ignoreDiscriminator?: boolean): any;
41
+ //# sourceMappingURL=ChatRelationshipsConversationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsConversationSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsConversationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;;;;;;;;GAWG;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.instanceOfChatRelationshipsConversationSchema = instanceOfChatRelationshipsConversationSchema;
17
+ exports.ChatRelationshipsConversationSchemaFromJSON = ChatRelationshipsConversationSchemaFromJSON;
18
+ exports.ChatRelationshipsConversationSchemaFromJSONTyped = ChatRelationshipsConversationSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsConversationSchemaToJSON = ChatRelationshipsConversationSchemaToJSON;
20
+ exports.ChatRelationshipsConversationSchemaToJSONTyped = ChatRelationshipsConversationSchemaToJSONTyped;
21
+ const ChatRelationshipsConversationDataSchema_1 = require("./ChatRelationshipsConversationDataSchema");
22
+ /**
23
+ * Check if a given object implements the ChatRelationshipsConversationSchema interface.
24
+ */
25
+ function instanceOfChatRelationshipsConversationSchema(value) {
26
+ return true;
27
+ }
28
+ function ChatRelationshipsConversationSchemaFromJSON(json) {
29
+ return ChatRelationshipsConversationSchemaFromJSONTyped(json, false);
30
+ }
31
+ function ChatRelationshipsConversationSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, ChatRelationshipsConversationDataSchema_1.ChatRelationshipsConversationDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function ChatRelationshipsConversationSchemaToJSON(json) {
40
+ return ChatRelationshipsConversationSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsConversationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, ChatRelationshipsConversationDataSchema_1.ChatRelationshipsConversationDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=ChatRelationshipsConversationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsConversationSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsConversationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAmCH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AA9DD,uGAKmD;AAuBnD;;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"}
@@ -9,26 +9,53 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import type { ChatRelationshipsConversationsSchema } from './ChatRelationshipsConversationsSchema';
13
- import type { ChatRelationshipsTranslationsSchema } from './ChatRelationshipsTranslationsSchema';
12
+ import type { ChatRelationshipsCandidateSchema } from './ChatRelationshipsCandidateSchema';
13
+ import type { ChatRelationshipsConversationSchema } from './ChatRelationshipsConversationSchema';
14
+ import type { ChatRelationshipsBoeUserSchema } from './ChatRelationshipsBoeUserSchema';
15
+ import type { ChatRelationshipsTalentSchema } from './ChatRelationshipsTalentSchema';
16
+ import type { ChatRelationshipsUserSchema } from './ChatRelationshipsUserSchema';
14
17
  /**
15
- *
18
+ * Relationship slots for a chat row. All to-one. Direction +
19
+ * attributes.fromType / toType tell you which side of the
20
+ * conversation each principal is on - we don't duplicate that
21
+ * into directional relationship names. For boe-mediated flows
22
+ * at most two of {user, candidate, talent} are populated per
23
+ * row: the external party (candidate or talent) and, on outbound,
24
+ * the boe user that signed the message.
16
25
  * @export
17
26
  * @interface ChatRelationshipsSchema
18
27
  */
19
28
  export interface ChatRelationshipsSchema {
20
29
  /**
21
30
  *
22
- * @type {ChatRelationshipsTranslationsSchema}
31
+ * @type {ChatRelationshipsConversationSchema}
32
+ * @memberof ChatRelationshipsSchema
33
+ */
34
+ conversation?: ChatRelationshipsConversationSchema;
35
+ /**
36
+ *
37
+ * @type {ChatRelationshipsCandidateSchema}
38
+ * @memberof ChatRelationshipsSchema
39
+ */
40
+ candidate?: ChatRelationshipsCandidateSchema;
41
+ /**
42
+ *
43
+ * @type {ChatRelationshipsTalentSchema}
44
+ * @memberof ChatRelationshipsSchema
45
+ */
46
+ talent?: ChatRelationshipsTalentSchema;
47
+ /**
48
+ *
49
+ * @type {ChatRelationshipsUserSchema}
23
50
  * @memberof ChatRelationshipsSchema
24
51
  */
25
- translations?: ChatRelationshipsTranslationsSchema;
52
+ user?: ChatRelationshipsUserSchema;
26
53
  /**
27
54
  *
28
- * @type {ChatRelationshipsConversationsSchema}
55
+ * @type {ChatRelationshipsBoeUserSchema}
29
56
  * @memberof ChatRelationshipsSchema
30
57
  */
31
- conversations?: ChatRelationshipsConversationsSchema;
58
+ boeUser?: ChatRelationshipsBoeUserSchema;
32
59
  }
33
60
  /**
34
61
  * Check if a given object implements the ChatRelationshipsSchema interface.
@@ -1 +1 @@
1
- {"version":3,"file":"ChatRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,mCAAmC,CAAC;IACnD;;;;OAIG;IACH,aAAa,CAAC,EAAE,oCAAoC,CAAC;CACxD;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpI"}
1
+ {"version":3,"file":"ChatRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;;;;;;;GAUG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,YAAY,CAAC,EAAE,mCAAmC,CAAC;IACnD;;;;OAIG;IACH,SAAS,CAAC,EAAE,gCAAgC,CAAC;IAC7C;;;;OAIG;IACH,MAAM,CAAC,EAAE,6BAA6B,CAAC;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAC;IACnC;;;;OAIG;IACH,OAAO,CAAC,EAAE,8BAA8B,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAYrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAapI"}
@@ -18,8 +18,11 @@ exports.ChatRelationshipsSchemaFromJSON = ChatRelationshipsSchemaFromJSON;
18
18
  exports.ChatRelationshipsSchemaFromJSONTyped = ChatRelationshipsSchemaFromJSONTyped;
19
19
  exports.ChatRelationshipsSchemaToJSON = ChatRelationshipsSchemaToJSON;
20
20
  exports.ChatRelationshipsSchemaToJSONTyped = ChatRelationshipsSchemaToJSONTyped;
21
- const ChatRelationshipsConversationsSchema_1 = require("./ChatRelationshipsConversationsSchema");
22
- const ChatRelationshipsTranslationsSchema_1 = require("./ChatRelationshipsTranslationsSchema");
21
+ const ChatRelationshipsCandidateSchema_1 = require("./ChatRelationshipsCandidateSchema");
22
+ const ChatRelationshipsConversationSchema_1 = require("./ChatRelationshipsConversationSchema");
23
+ const ChatRelationshipsBoeUserSchema_1 = require("./ChatRelationshipsBoeUserSchema");
24
+ const ChatRelationshipsTalentSchema_1 = require("./ChatRelationshipsTalentSchema");
25
+ const ChatRelationshipsUserSchema_1 = require("./ChatRelationshipsUserSchema");
23
26
  /**
24
27
  * Check if a given object implements the ChatRelationshipsSchema interface.
25
28
  */
@@ -34,8 +37,11 @@ function ChatRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
37
  return json;
35
38
  }
36
39
  return {
37
- 'translations': json['translations'] == null ? undefined : (0, ChatRelationshipsTranslationsSchema_1.ChatRelationshipsTranslationsSchemaFromJSON)(json['translations']),
38
- 'conversations': json['conversations'] == null ? undefined : (0, ChatRelationshipsConversationsSchema_1.ChatRelationshipsConversationsSchemaFromJSON)(json['conversations']),
40
+ 'conversation': json['conversation'] == null ? undefined : (0, ChatRelationshipsConversationSchema_1.ChatRelationshipsConversationSchemaFromJSON)(json['conversation']),
41
+ 'candidate': json['candidate'] == null ? undefined : (0, ChatRelationshipsCandidateSchema_1.ChatRelationshipsCandidateSchemaFromJSON)(json['candidate']),
42
+ 'talent': json['talent'] == null ? undefined : (0, ChatRelationshipsTalentSchema_1.ChatRelationshipsTalentSchemaFromJSON)(json['talent']),
43
+ 'user': json['user'] == null ? undefined : (0, ChatRelationshipsUserSchema_1.ChatRelationshipsUserSchemaFromJSON)(json['user']),
44
+ 'boeUser': json['boeUser'] == null ? undefined : (0, ChatRelationshipsBoeUserSchema_1.ChatRelationshipsBoeUserSchemaFromJSON)(json['boeUser']),
39
45
  };
40
46
  }
41
47
  function ChatRelationshipsSchemaToJSON(json) {
@@ -46,8 +52,11 @@ function ChatRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false)
46
52
  return value;
47
53
  }
48
54
  return {
49
- 'translations': (0, ChatRelationshipsTranslationsSchema_1.ChatRelationshipsTranslationsSchemaToJSON)(value['translations']),
50
- 'conversations': (0, ChatRelationshipsConversationsSchema_1.ChatRelationshipsConversationsSchemaToJSON)(value['conversations']),
55
+ 'conversation': (0, ChatRelationshipsConversationSchema_1.ChatRelationshipsConversationSchemaToJSON)(value['conversation']),
56
+ 'candidate': (0, ChatRelationshipsCandidateSchema_1.ChatRelationshipsCandidateSchemaToJSON)(value['candidate']),
57
+ 'talent': (0, ChatRelationshipsTalentSchema_1.ChatRelationshipsTalentSchemaToJSON)(value['talent']),
58
+ 'user': (0, ChatRelationshipsUserSchema_1.ChatRelationshipsUserSchemaToJSON)(value['user']),
59
+ 'boeUser': (0, ChatRelationshipsBoeUserSchema_1.ChatRelationshipsBoeUserSchemaToJSON)(value['boeUser']),
51
60
  };
52
61
  }
53
62
  //# sourceMappingURL=ChatRelationshipsSchema.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ChatRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,8EAEC;AAED,0EAEC;AAED,oFASC;AAED,sEAEC;AAED,gFAUC;AAtED,iGAKgD;AAEhD,+FAK+C;AAsB/C;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5H,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KACnI,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,cAAc,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAChF,eAAe,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;KACtF,CAAC;AACN,CAAC"}
1
+ {"version":3,"file":"ChatRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsFH,8EAEC;AAED,0EAEC;AAED,oFAYC;AAED,sEAEC;AAED,gFAaC;AAzHD,yFAK4C;AAE5C,+FAK+C;AAE/C,qFAK0C;AAE1C,mFAKyC;AAEzC,+EAKuC;AA8CvC;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC5H,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAChH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACpG,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAC5F,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,cAAc,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAChF,WAAW,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACvE,QAAQ,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC9D,MAAM,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACxD,SAAS,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KACpE,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 ChatRelationshipsTalentDataSchema
16
+ */
17
+ export interface ChatRelationshipsTalentDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof ChatRelationshipsTalentDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof ChatRelationshipsTalentDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the ChatRelationshipsTalentDataSchema interface.
33
+ */
34
+ export declare function instanceOfChatRelationshipsTalentDataSchema(value: object): value is ChatRelationshipsTalentDataSchema;
35
+ export declare function ChatRelationshipsTalentDataSchemaFromJSON(json: any): ChatRelationshipsTalentDataSchema;
36
+ export declare function ChatRelationshipsTalentDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsTalentDataSchema;
37
+ export declare function ChatRelationshipsTalentDataSchemaToJSON(json: any): ChatRelationshipsTalentDataSchema;
38
+ export declare function ChatRelationshipsTalentDataSchemaToJSONTyped(value?: ChatRelationshipsTalentDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=ChatRelationshipsTalentDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsTalentDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsTalentDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
@@ -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.instanceOfChatRelationshipsTalentDataSchema = instanceOfChatRelationshipsTalentDataSchema;
17
+ exports.ChatRelationshipsTalentDataSchemaFromJSON = ChatRelationshipsTalentDataSchemaFromJSON;
18
+ exports.ChatRelationshipsTalentDataSchemaFromJSONTyped = ChatRelationshipsTalentDataSchemaFromJSONTyped;
19
+ exports.ChatRelationshipsTalentDataSchemaToJSON = ChatRelationshipsTalentDataSchemaToJSON;
20
+ exports.ChatRelationshipsTalentDataSchemaToJSONTyped = ChatRelationshipsTalentDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the ChatRelationshipsTalentDataSchema interface.
23
+ */
24
+ function instanceOfChatRelationshipsTalentDataSchema(value) {
25
+ return true;
26
+ }
27
+ function ChatRelationshipsTalentDataSchemaFromJSON(json) {
28
+ return ChatRelationshipsTalentDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function ChatRelationshipsTalentDataSchemaFromJSONTyped(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 ChatRelationshipsTalentDataSchemaToJSON(json) {
40
+ return ChatRelationshipsTalentDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function ChatRelationshipsTalentDataSchemaToJSONTyped(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=ChatRelationshipsTalentDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsTalentDataSchema.js","sourceRoot":"","sources":["../../src/models/ChatRelationshipsTalentDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,kGAEC;AAED,8FAEC;AAED,wGASC;AAED,0FAEC;AAED,oGAUC;AApCD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,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 { ChatRelationshipsTalentDataSchema } from './ChatRelationshipsTalentDataSchema';
13
+ /**
14
+ * External talent principal. Set when fromType=talent (inbound) or toType=talent (outbound).
15
+ * @export
16
+ * @interface ChatRelationshipsTalentSchema
17
+ */
18
+ export interface ChatRelationshipsTalentSchema {
19
+ /**
20
+ *
21
+ * @type {ChatRelationshipsTalentDataSchema}
22
+ * @memberof ChatRelationshipsTalentSchema
23
+ */
24
+ data?: ChatRelationshipsTalentDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the ChatRelationshipsTalentSchema interface.
28
+ */
29
+ export declare function instanceOfChatRelationshipsTalentSchema(value: object): value is ChatRelationshipsTalentSchema;
30
+ export declare function ChatRelationshipsTalentSchemaFromJSON(json: any): ChatRelationshipsTalentSchema;
31
+ export declare function ChatRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ChatRelationshipsTalentSchema;
32
+ export declare function ChatRelationshipsTalentSchemaToJSON(json: any): ChatRelationshipsTalentSchema;
33
+ export declare function ChatRelationshipsTalentSchemaToJSONTyped(value?: ChatRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=ChatRelationshipsTalentSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatRelationshipsTalentSchema.d.ts","sourceRoot":"","sources":["../../src/models/ChatRelationshipsTalentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAQ7F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,GAAG,IAAI,CAAC;CACnD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAQjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShJ"}