@smartytalent/api-client 0.8.1 → 0.8.2

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 (175) hide show
  1. package/dist/apis/ResponsesApi.d.ts +157 -0
  2. package/dist/apis/ResponsesApi.d.ts.map +1 -0
  3. package/dist/apis/ResponsesApi.js +364 -0
  4. package/dist/apis/ResponsesApi.js.map +1 -0
  5. package/dist/apis/SurveysApi.d.ts +69 -54
  6. package/dist/apis/SurveysApi.d.ts.map +1 -1
  7. package/dist/apis/SurveysApi.js +137 -110
  8. package/dist/apis/SurveysApi.js.map +1 -1
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateSurveyRequestBody.d.ts +34 -0
  14. package/dist/models/CreateSurveyRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateSurveyRequestBody.js +52 -0
  16. package/dist/models/CreateSurveyRequestBody.js.map +1 -0
  17. package/dist/models/CreateSurveyRequestBodyData.d.ts +47 -0
  18. package/dist/models/CreateSurveyRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateSurveyRequestBodyData.js +63 -0
  20. package/dist/models/CreateSurveyRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts +54 -0
  22. package/dist/models/CreateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  23. package/dist/models/CreateSurveyRequestBodyDataAttributes.js +64 -0
  24. package/dist/models/CreateSurveyRequestBodyDataAttributes.js.map +1 -0
  25. package/dist/models/GuestResponseAttributesSchema.d.ts +102 -0
  26. package/dist/models/GuestResponseAttributesSchema.d.ts.map +1 -0
  27. package/dist/models/{GuestSurveyAttributesSchema.js → GuestResponseAttributesSchema.js} +23 -22
  28. package/dist/models/GuestResponseAttributesSchema.js.map +1 -0
  29. package/dist/models/GuestResponseMetaSchema.d.ts +45 -0
  30. package/dist/models/GuestResponseMetaSchema.d.ts.map +1 -0
  31. package/dist/models/{GuestSurveyMetaSchema.js → GuestResponseMetaSchema.js} +14 -14
  32. package/dist/models/GuestResponseMetaSchema.js.map +1 -0
  33. package/dist/models/GuestResponseResourceSchema.d.ts +53 -0
  34. package/dist/models/GuestResponseResourceSchema.d.ts.map +1 -0
  35. package/dist/models/GuestResponseResourceSchema.js +61 -0
  36. package/dist/models/GuestResponseResourceSchema.js.map +1 -0
  37. package/dist/models/GuestResponseSchema.d.ts +39 -0
  38. package/dist/models/GuestResponseSchema.d.ts.map +1 -0
  39. package/dist/models/GuestResponseSchema.js +50 -0
  40. package/dist/models/GuestResponseSchema.js.map +1 -0
  41. package/dist/models/ResponseAttributesSchema.d.ts +184 -0
  42. package/dist/models/ResponseAttributesSchema.d.ts.map +1 -0
  43. package/dist/models/ResponseAttributesSchema.js +100 -0
  44. package/dist/models/ResponseAttributesSchema.js.map +1 -0
  45. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts +34 -0
  46. package/dist/models/ResponseRelationshipsCandidateSchema.d.ts.map +1 -0
  47. package/dist/models/ResponseRelationshipsCandidateSchema.js +50 -0
  48. package/dist/models/ResponseRelationshipsCandidateSchema.js.map +1 -0
  49. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts +39 -0
  50. package/dist/models/ResponseRelationshipsCandidateSchemaData.d.ts.map +1 -0
  51. package/dist/models/ResponseRelationshipsCandidateSchemaData.js +51 -0
  52. package/dist/models/ResponseRelationshipsCandidateSchemaData.js.map +1 -0
  53. package/dist/models/ResponseRelationshipsJobSchema.d.ts +34 -0
  54. package/dist/models/ResponseRelationshipsJobSchema.d.ts.map +1 -0
  55. package/dist/models/ResponseRelationshipsJobSchema.js +50 -0
  56. package/dist/models/ResponseRelationshipsJobSchema.js.map +1 -0
  57. package/dist/models/ResponseRelationshipsSchema.d.ts +48 -0
  58. package/dist/models/ResponseRelationshipsSchema.d.ts.map +1 -0
  59. package/dist/models/ResponseRelationshipsSchema.js +56 -0
  60. package/dist/models/ResponseRelationshipsSchema.js.map +1 -0
  61. package/dist/models/ResponseRelationshipsSurveySchema.d.ts +34 -0
  62. package/dist/models/ResponseRelationshipsSurveySchema.d.ts.map +1 -0
  63. package/dist/models/ResponseRelationshipsSurveySchema.js +50 -0
  64. package/dist/models/ResponseRelationshipsSurveySchema.js.map +1 -0
  65. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts +39 -0
  66. package/dist/models/ResponseRelationshipsSurveySchemaData.d.ts.map +1 -0
  67. package/dist/models/ResponseRelationshipsSurveySchemaData.js +51 -0
  68. package/dist/models/ResponseRelationshipsSurveySchemaData.js.map +1 -0
  69. package/dist/models/ResponseResourceSchema.d.ts +75 -0
  70. package/dist/models/ResponseResourceSchema.d.ts.map +1 -0
  71. package/dist/models/ResponseResourceSchema.js +75 -0
  72. package/dist/models/ResponseResourceSchema.js.map +1 -0
  73. package/dist/models/ResponseSchema.d.ts +49 -0
  74. package/dist/models/ResponseSchema.d.ts.map +1 -0
  75. package/dist/models/ResponseSchema.js +55 -0
  76. package/dist/models/ResponseSchema.js.map +1 -0
  77. package/dist/models/ResponsesSchema.d.ts +48 -0
  78. package/dist/models/ResponsesSchema.d.ts.map +1 -0
  79. package/dist/models/ResponsesSchema.js +56 -0
  80. package/dist/models/ResponsesSchema.js.map +1 -0
  81. package/dist/models/SubmitGuestResponseRequestBody.d.ts +41 -0
  82. package/dist/models/SubmitGuestResponseRequestBody.d.ts.map +1 -0
  83. package/dist/models/SubmitGuestResponseRequestBody.js +57 -0
  84. package/dist/models/SubmitGuestResponseRequestBody.js.map +1 -0
  85. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts +53 -0
  86. package/dist/models/SubmitGuestResponseRequestBodyData.d.ts.map +1 -0
  87. package/dist/models/SubmitGuestResponseRequestBodyData.js +65 -0
  88. package/dist/models/SubmitGuestResponseRequestBodyData.js.map +1 -0
  89. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts +33 -0
  90. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.d.ts.map +1 -0
  91. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js +51 -0
  92. package/dist/models/SubmitGuestResponseRequestBodyDataAttributes.js.map +1 -0
  93. package/dist/models/SurveyAttributesSchema.d.ts +42 -91
  94. package/dist/models/SurveyAttributesSchema.d.ts.map +1 -1
  95. package/dist/models/SurveyAttributesSchema.js +18 -32
  96. package/dist/models/SurveyAttributesSchema.js.map +1 -1
  97. package/dist/models/SurveyContentSchema.d.ts +42 -0
  98. package/dist/models/SurveyContentSchema.d.ts.map +1 -0
  99. package/dist/models/SurveyContentSchema.js +52 -0
  100. package/dist/models/SurveyContentSchema.js.map +1 -0
  101. package/dist/models/SurveyQuestionOptionSchema.d.ts +41 -0
  102. package/dist/models/SurveyQuestionOptionSchema.d.ts.map +1 -0
  103. package/dist/models/SurveyQuestionOptionSchema.js +51 -0
  104. package/dist/models/SurveyQuestionOptionSchema.js.map +1 -0
  105. package/dist/models/SurveyQuestionSchema.d.ts +119 -0
  106. package/dist/models/SurveyQuestionSchema.d.ts.map +1 -0
  107. package/dist/models/SurveyQuestionSchema.js +85 -0
  108. package/dist/models/SurveyQuestionSchema.js.map +1 -0
  109. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts +43 -0
  110. package/dist/models/SurveyQuestionSchemaScaleLabels.d.ts.map +1 -0
  111. package/dist/models/SurveyQuestionSchemaScaleLabels.js +51 -0
  112. package/dist/models/SurveyQuestionSchemaScaleLabels.js.map +1 -0
  113. package/dist/models/SurveyResourceSchema.d.ts +2 -3
  114. package/dist/models/SurveyResourceSchema.d.ts.map +1 -1
  115. package/dist/models/SurveyResourceSchema.js +2 -3
  116. package/dist/models/SurveyResourceSchema.js.map +1 -1
  117. package/dist/models/UpdateSurveyRequestBody.d.ts +34 -0
  118. package/dist/models/UpdateSurveyRequestBody.d.ts.map +1 -0
  119. package/dist/models/UpdateSurveyRequestBody.js +52 -0
  120. package/dist/models/UpdateSurveyRequestBody.js.map +1 -0
  121. package/dist/models/UpdateSurveyRequestBodyData.d.ts +53 -0
  122. package/dist/models/UpdateSurveyRequestBodyData.d.ts.map +1 -0
  123. package/dist/models/UpdateSurveyRequestBodyData.js +63 -0
  124. package/dist/models/UpdateSurveyRequestBodyData.js.map +1 -0
  125. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts +55 -0
  126. package/dist/models/UpdateSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  127. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js +63 -0
  128. package/dist/models/UpdateSurveyRequestBodyDataAttributes.js.map +1 -0
  129. package/dist/models/index.d.ts +27 -11
  130. package/dist/models/index.d.ts.map +1 -1
  131. package/dist/models/index.js +27 -11
  132. package/dist/models/index.js.map +1 -1
  133. package/package.json +1 -1
  134. package/dist/models/GuestSurveyAttributesSchema.d.ts +0 -98
  135. package/dist/models/GuestSurveyAttributesSchema.d.ts.map +0 -1
  136. package/dist/models/GuestSurveyAttributesSchema.js.map +0 -1
  137. package/dist/models/GuestSurveyMetaSchema.d.ts +0 -45
  138. package/dist/models/GuestSurveyMetaSchema.d.ts.map +0 -1
  139. package/dist/models/GuestSurveyMetaSchema.js.map +0 -1
  140. package/dist/models/GuestSurveyResourceSchema.d.ts +0 -53
  141. package/dist/models/GuestSurveyResourceSchema.d.ts.map +0 -1
  142. package/dist/models/GuestSurveyResourceSchema.js +0 -61
  143. package/dist/models/GuestSurveyResourceSchema.js.map +0 -1
  144. package/dist/models/GuestSurveySchema.d.ts +0 -38
  145. package/dist/models/GuestSurveySchema.d.ts.map +0 -1
  146. package/dist/models/GuestSurveySchema.js +0 -50
  147. package/dist/models/GuestSurveySchema.js.map +0 -1
  148. package/dist/models/SubmitGuestSurveyRequestBody.d.ts +0 -41
  149. package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +0 -1
  150. package/dist/models/SubmitGuestSurveyRequestBody.js +0 -57
  151. package/dist/models/SubmitGuestSurveyRequestBody.js.map +0 -1
  152. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +0 -53
  153. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +0 -1
  154. package/dist/models/SubmitGuestSurveyRequestBodyData.js +0 -65
  155. package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +0 -1
  156. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +0 -39
  157. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +0 -1
  158. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +0 -53
  159. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +0 -1
  160. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +0 -34
  161. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +0 -1
  162. package/dist/models/SurveyRelationshipsCandidateSchema.js +0 -50
  163. package/dist/models/SurveyRelationshipsCandidateSchema.js.map +0 -1
  164. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +0 -39
  165. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +0 -1
  166. package/dist/models/SurveyRelationshipsCandidateSchemaData.js +0 -51
  167. package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +0 -1
  168. package/dist/models/SurveyRelationshipsJobSchema.d.ts +0 -34
  169. package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +0 -1
  170. package/dist/models/SurveyRelationshipsJobSchema.js +0 -50
  171. package/dist/models/SurveyRelationshipsJobSchema.js.map +0 -1
  172. package/dist/models/SurveyRelationshipsSchema.d.ts +0 -41
  173. package/dist/models/SurveyRelationshipsSchema.d.ts.map +0 -1
  174. package/dist/models/SurveyRelationshipsSchema.js +0 -53
  175. package/dist/models/SurveyRelationshipsSchema.js.map +0 -1
@@ -1,50 +0,0 @@
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.instanceOfSurveyRelationshipsJobSchema = instanceOfSurveyRelationshipsJobSchema;
17
- exports.SurveyRelationshipsJobSchemaFromJSON = SurveyRelationshipsJobSchemaFromJSON;
18
- exports.SurveyRelationshipsJobSchemaFromJSONTyped = SurveyRelationshipsJobSchemaFromJSONTyped;
19
- exports.SurveyRelationshipsJobSchemaToJSON = SurveyRelationshipsJobSchemaToJSON;
20
- exports.SurveyRelationshipsJobSchemaToJSONTyped = SurveyRelationshipsJobSchemaToJSONTyped;
21
- const FeedbackRelationshipsJobsSchemaData_1 = require("./FeedbackRelationshipsJobsSchemaData");
22
- /**
23
- * Check if a given object implements the SurveyRelationshipsJobSchema interface.
24
- */
25
- function instanceOfSurveyRelationshipsJobSchema(value) {
26
- return true;
27
- }
28
- function SurveyRelationshipsJobSchemaFromJSON(json) {
29
- return SurveyRelationshipsJobSchemaFromJSONTyped(json, false);
30
- }
31
- function SurveyRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
- if (json == null) {
33
- return json;
34
- }
35
- return {
36
- 'data': json['data'] == null ? undefined : (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataFromJSON)(json['data']),
37
- };
38
- }
39
- function SurveyRelationshipsJobSchemaToJSON(json) {
40
- return SurveyRelationshipsJobSchemaToJSONTyped(json, false);
41
- }
42
- function SurveyRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
- if (value == null) {
44
- return value;
45
- }
46
- return {
47
- 'data': (0, FeedbackRelationshipsJobsSchemaData_1.FeedbackRelationshipsJobsSchemaDataToJSON)(value['data']),
48
- };
49
- }
50
- //# sourceMappingURL=SurveyRelationshipsJobSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SurveyRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,+FAK+C;AAgB/C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,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,iFAA2C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnE,CAAC;AACN,CAAC"}
@@ -1,41 +0,0 @@
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 { SurveyRelationshipsJobSchema } from './SurveyRelationshipsJobSchema';
13
- import type { SurveyRelationshipsCandidateSchema } from './SurveyRelationshipsCandidateSchema';
14
- /**
15
- * Recruiter-only. Never present on the guest surface.
16
- * @export
17
- * @interface SurveyRelationshipsSchema
18
- */
19
- export interface SurveyRelationshipsSchema {
20
- /**
21
- *
22
- * @type {SurveyRelationshipsCandidateSchema}
23
- * @memberof SurveyRelationshipsSchema
24
- */
25
- candidate?: SurveyRelationshipsCandidateSchema;
26
- /**
27
- *
28
- * @type {SurveyRelationshipsJobSchema}
29
- * @memberof SurveyRelationshipsSchema
30
- */
31
- job?: SurveyRelationshipsJobSchema;
32
- }
33
- /**
34
- * Check if a given object implements the SurveyRelationshipsSchema interface.
35
- */
36
- export declare function instanceOfSurveyRelationshipsSchema(value: object): value is SurveyRelationshipsSchema;
37
- export declare function SurveyRelationshipsSchemaFromJSON(json: any): SurveyRelationshipsSchema;
38
- export declare function SurveyRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsSchema;
39
- export declare function SurveyRelationshipsSchemaToJSON(json: any): SurveyRelationshipsSchema;
40
- export declare function SurveyRelationshipsSchemaToJSONTyped(value?: SurveyRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
41
- //# sourceMappingURL=SurveyRelationshipsSchema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SurveyRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,SAAS,CAAC,EAAE,kCAAkC,CAAC;IAC/C;;;;OAIG;IACH,GAAG,CAAC,EAAE,4BAA4B,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CASzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxI"}
@@ -1,53 +0,0 @@
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.instanceOfSurveyRelationshipsSchema = instanceOfSurveyRelationshipsSchema;
17
- exports.SurveyRelationshipsSchemaFromJSON = SurveyRelationshipsSchemaFromJSON;
18
- exports.SurveyRelationshipsSchemaFromJSONTyped = SurveyRelationshipsSchemaFromJSONTyped;
19
- exports.SurveyRelationshipsSchemaToJSON = SurveyRelationshipsSchemaToJSON;
20
- exports.SurveyRelationshipsSchemaToJSONTyped = SurveyRelationshipsSchemaToJSONTyped;
21
- const SurveyRelationshipsJobSchema_1 = require("./SurveyRelationshipsJobSchema");
22
- const SurveyRelationshipsCandidateSchema_1 = require("./SurveyRelationshipsCandidateSchema");
23
- /**
24
- * Check if a given object implements the SurveyRelationshipsSchema interface.
25
- */
26
- function instanceOfSurveyRelationshipsSchema(value) {
27
- return true;
28
- }
29
- function SurveyRelationshipsSchemaFromJSON(json) {
30
- return SurveyRelationshipsSchemaFromJSONTyped(json, false);
31
- }
32
- function SurveyRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
- if (json == null) {
34
- return json;
35
- }
36
- return {
37
- 'candidate': json['candidate'] == null ? undefined : (0, SurveyRelationshipsCandidateSchema_1.SurveyRelationshipsCandidateSchemaFromJSON)(json['candidate']),
38
- 'job': json['job'] == null ? undefined : (0, SurveyRelationshipsJobSchema_1.SurveyRelationshipsJobSchemaFromJSON)(json['job']),
39
- };
40
- }
41
- function SurveyRelationshipsSchemaToJSON(json) {
42
- return SurveyRelationshipsSchemaToJSONTyped(json, false);
43
- }
44
- function SurveyRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
45
- if (value == null) {
46
- return value;
47
- }
48
- return {
49
- 'candidate': (0, SurveyRelationshipsCandidateSchema_1.SurveyRelationshipsCandidateSchemaToJSON)(value['candidate']),
50
- 'job': (0, SurveyRelationshipsJobSchema_1.SurveyRelationshipsJobSchemaToJSON)(value['job']),
51
- };
52
- }
53
- //# sourceMappingURL=SurveyRelationshipsSchema.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SurveyRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAyCH,kFAEC;AAED,8EAEC;AAED,wFASC;AAED,0EAEC;AAED,oFAUC;AAtED,iFAKwC;AAExC,6FAK8C;AAsB9C;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QAClH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mEAAoC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC7F,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QACzE,KAAK,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}