@smartytalent/api-client 0.7.11 → 0.8.0

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 (101) hide show
  1. package/dist/apis/SurveysApi.d.ts +156 -0
  2. package/dist/apis/SurveysApi.d.ts.map +1 -0
  3. package/dist/apis/SurveysApi.js +361 -0
  4. package/dist/apis/SurveysApi.js.map +1 -0
  5. package/dist/apis/UsersApi.d.ts +1 -36
  6. package/dist/apis/UsersApi.d.ts.map +1 -1
  7. package/dist/apis/UsersApi.js +0 -81
  8. package/dist/apis/UsersApi.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/GuestSurveyAttributesSchema.d.ts +98 -0
  14. package/dist/models/GuestSurveyAttributesSchema.d.ts.map +1 -0
  15. package/dist/models/GuestSurveyAttributesSchema.js +76 -0
  16. package/dist/models/GuestSurveyAttributesSchema.js.map +1 -0
  17. package/dist/models/GuestSurveyMetaSchema.d.ts +45 -0
  18. package/dist/models/GuestSurveyMetaSchema.d.ts.map +1 -0
  19. package/dist/models/GuestSurveyMetaSchema.js +55 -0
  20. package/dist/models/GuestSurveyMetaSchema.js.map +1 -0
  21. package/dist/models/GuestSurveyResourceSchema.d.ts +53 -0
  22. package/dist/models/GuestSurveyResourceSchema.d.ts.map +1 -0
  23. package/dist/models/GuestSurveyResourceSchema.js +61 -0
  24. package/dist/models/GuestSurveyResourceSchema.js.map +1 -0
  25. package/dist/models/GuestSurveySchema.d.ts +38 -0
  26. package/dist/models/GuestSurveySchema.d.ts.map +1 -0
  27. package/dist/models/GuestSurveySchema.js +50 -0
  28. package/dist/models/GuestSurveySchema.js.map +1 -0
  29. package/dist/models/SubmitGuestSurveyRequestBody.d.ts +41 -0
  30. package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +1 -0
  31. package/dist/models/SubmitGuestSurveyRequestBody.js +57 -0
  32. package/dist/models/SubmitGuestSurveyRequestBody.js.map +1 -0
  33. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +53 -0
  34. package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +1 -0
  35. package/dist/models/SubmitGuestSurveyRequestBodyData.js +65 -0
  36. package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +1 -0
  37. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +39 -0
  38. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +1 -0
  39. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +53 -0
  40. package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +1 -0
  41. package/dist/models/SurveyAttributesSchema.d.ts +154 -0
  42. package/dist/models/SurveyAttributesSchema.d.ts.map +1 -0
  43. package/dist/models/SurveyAttributesSchema.js +92 -0
  44. package/dist/models/SurveyAttributesSchema.js.map +1 -0
  45. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +34 -0
  46. package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +1 -0
  47. package/dist/models/SurveyRelationshipsCandidateSchema.js +50 -0
  48. package/dist/models/SurveyRelationshipsCandidateSchema.js.map +1 -0
  49. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +39 -0
  50. package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +1 -0
  51. package/dist/models/SurveyRelationshipsCandidateSchemaData.js +51 -0
  52. package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +1 -0
  53. package/dist/models/SurveyRelationshipsJobSchema.d.ts +34 -0
  54. package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +1 -0
  55. package/dist/models/SurveyRelationshipsJobSchema.js +50 -0
  56. package/dist/models/SurveyRelationshipsJobSchema.js.map +1 -0
  57. package/dist/models/SurveyRelationshipsSchema.d.ts +41 -0
  58. package/dist/models/SurveyRelationshipsSchema.d.ts.map +1 -0
  59. package/dist/models/SurveyRelationshipsSchema.js +53 -0
  60. package/dist/models/SurveyRelationshipsSchema.js.map +1 -0
  61. package/dist/models/SurveyResourceSchema.d.ts +75 -0
  62. package/dist/models/SurveyResourceSchema.d.ts.map +1 -0
  63. package/dist/models/SurveyResourceSchema.js +75 -0
  64. package/dist/models/SurveyResourceSchema.js.map +1 -0
  65. package/dist/models/SurveySchema.d.ts +49 -0
  66. package/dist/models/SurveySchema.d.ts.map +1 -0
  67. package/dist/models/SurveySchema.js +55 -0
  68. package/dist/models/SurveySchema.js.map +1 -0
  69. package/dist/models/SurveysSchema.d.ts +48 -0
  70. package/dist/models/SurveysSchema.d.ts.map +1 -0
  71. package/dist/models/SurveysSchema.js +56 -0
  72. package/dist/models/SurveysSchema.js.map +1 -0
  73. package/dist/models/index.d.ts +15 -6
  74. package/dist/models/index.d.ts.map +1 -1
  75. package/dist/models/index.js +15 -6
  76. package/dist/models/index.js.map +1 -1
  77. package/package.json +1 -1
  78. package/dist/models/ChangeUserPassword200Response.d.ts +0 -34
  79. package/dist/models/ChangeUserPassword200Response.d.ts.map +0 -1
  80. package/dist/models/ChangeUserPassword200Response.js +0 -50
  81. package/dist/models/ChangeUserPassword200Response.js.map +0 -1
  82. package/dist/models/ChangeUserPassword200ResponseData.d.ts +0 -46
  83. package/dist/models/ChangeUserPassword200ResponseData.d.ts.map +0 -1
  84. package/dist/models/ChangeUserPassword200ResponseData.js +0 -54
  85. package/dist/models/ChangeUserPassword200ResponseData.js.map +0 -1
  86. package/dist/models/ChangeUserPassword200ResponseDataAttributes.d.ts +0 -33
  87. package/dist/models/ChangeUserPassword200ResponseDataAttributes.d.ts.map +0 -1
  88. package/dist/models/ChangeUserPassword200ResponseDataAttributes.js +0 -49
  89. package/dist/models/ChangeUserPassword200ResponseDataAttributes.js.map +0 -1
  90. package/dist/models/ChangeUserPasswordRequest.d.ts +0 -34
  91. package/dist/models/ChangeUserPasswordRequest.d.ts.map +0 -1
  92. package/dist/models/ChangeUserPasswordRequest.js +0 -50
  93. package/dist/models/ChangeUserPasswordRequest.js.map +0 -1
  94. package/dist/models/ChangeUserPasswordRequestData.d.ts +0 -47
  95. package/dist/models/ChangeUserPasswordRequestData.d.ts.map +0 -1
  96. package/dist/models/ChangeUserPasswordRequestData.js +0 -59
  97. package/dist/models/ChangeUserPasswordRequestData.js.map +0 -1
  98. package/dist/models/ChangeUserPasswordRequestDataAttributes.d.ts +0 -39
  99. package/dist/models/ChangeUserPasswordRequestDataAttributes.d.ts.map +0 -1
  100. package/dist/models/ChangeUserPasswordRequestDataAttributes.js +0 -55
  101. package/dist/models/ChangeUserPasswordRequestDataAttributes.js.map +0 -1
@@ -0,0 +1,154 @@
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 { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
13
+ /**
14
+ * Recruiter view of a survey row. Every field is server-written -
15
+ * either by the feedback:survey_create workflow action or by the
16
+ * candidate's guest submit. There is no authenticated POST / PATCH in
17
+ * v1, so the whole object is read-only over the API.
18
+ *
19
+ * Fields tagged GUEST-VISIBLE are the only ones the anonymous
20
+ * /v1/guest/surveys/* surface echoes: status, stage, languageCode,
21
+ * candidateName, jobTitle, companyName, score, comment, expiresAt,
22
+ * respondedAt. See GuestSurveyAttributesSchema.
23
+ * @export
24
+ * @interface SurveyAttributesSchema
25
+ */
26
+ export interface SurveyAttributesSchema {
27
+ /**
28
+ * GUEST-VISIBLE. Survey lifecycle. `pending` until the candidate
29
+ * answers, then `completed` (single use - a second submit is
30
+ * rejected). A pending row read after `expiresAt` reports
31
+ * `expired` without a write on the read path.
32
+ * @type {SurveyAttributesSchemaStatusEnum}
33
+ * @memberof SurveyAttributesSchema
34
+ */
35
+ status?: SurveyAttributesSchemaStatusEnum;
36
+ /**
37
+ * GUEST-VISIBLE. The terminal moment that triggered the survey,
38
+ * e.g. `interviewRejected`, `screeningRejected`, `hired`. Free
39
+ * string; v1 wires only `interviewRejected`.
40
+ * @type {string}
41
+ * @memberof SurveyAttributesSchema
42
+ */
43
+ stage?: string;
44
+ /**
45
+ * GUEST-VISIBLE. The NPS answer, integer 0-10. Absent until the
46
+ * candidate answers. This is the only attribute the candidate is
47
+ * required to write.
48
+ * @type {number}
49
+ * @memberof SurveyAttributesSchema
50
+ */
51
+ score?: number;
52
+ /**
53
+ * GUEST-VISIBLE. Optional candidate-authored free text. Untrusted
54
+ * content: never feed it to an LLM and never join it with the
55
+ * candidate identity outside the recruiter-scoped row.
56
+ * @type {string}
57
+ * @memberof SurveyAttributesSchema
58
+ */
59
+ comment?: string;
60
+ /**
61
+ * Server-computed from `score` on submit (0-6 detractor, 7-8
62
+ * passive, 9-10 promoter) and never trusted from a client. Not
63
+ * echoed to the candidate. The NPS number itself is derived by
64
+ * the reader as `(promoters - detractors) / total * 100`.
65
+ * @type {SurveyAttributesSchemaNpsCategoryEnum}
66
+ * @memberof SurveyAttributesSchema
67
+ */
68
+ readonly npsCategory?: SurveyAttributesSchemaNpsCategoryEnum;
69
+ /**
70
+ * GUEST-VISIBLE. Locale the survey is rendered in, e.g. 'pl-PL'. Its 2-letter prefix is the locale segment of the emailed link.
71
+ * @type {string}
72
+ * @memberof SurveyAttributesSchema
73
+ */
74
+ languageCode?: string;
75
+ /**
76
+ * GUEST-VISIBLE. Candidate display name, denormalised at create
77
+ * time so the guest role never reads the candidate table.
78
+ * Snapshot - not kept in sync if the candidate is later renamed.
79
+ * @type {string}
80
+ * @memberof SurveyAttributesSchema
81
+ */
82
+ candidateName?: string;
83
+ /**
84
+ * GUEST-VISIBLE. Job title denormalised at create time. Same rationale as candidateName.
85
+ * @type {string}
86
+ * @memberof SurveyAttributesSchema
87
+ */
88
+ jobTitle?: string;
89
+ /**
90
+ * GUEST-VISIBLE. Hiring company display name, denormalised at create time so the guest role never reads the tenant table.
91
+ * @type {string}
92
+ * @memberof SurveyAttributesSchema
93
+ */
94
+ companyName?: string;
95
+ /**
96
+ * Candidate the survey was sent to. Recruiter-only - never echoed on the guest surface.
97
+ * @type {string}
98
+ * @memberof SurveyAttributesSchema
99
+ */
100
+ candidateId?: string;
101
+ /**
102
+ * Job the candidate applied to. Recruiter-only - never echoed on the guest surface.
103
+ * @type {string}
104
+ * @memberof SurveyAttributesSchema
105
+ */
106
+ jobId?: string;
107
+ /**
108
+ * GUEST-VISIBLE. ISO-8601 UTC cutoff, stamped at create. Enforced
109
+ * on every guest call: past it, a pending survey reads `expired`
110
+ * and submit is rejected.
111
+ * @type {Date}
112
+ * @memberof SurveyAttributesSchema
113
+ */
114
+ expiresAt?: Date;
115
+ /**
116
+ * GUEST-VISIBLE. ISO-8601 UTC moment the candidate submitted. Absent while pending.
117
+ * @type {Date}
118
+ * @memberof SurveyAttributesSchema
119
+ */
120
+ respondedAt?: Date;
121
+ /**
122
+ *
123
+ * @type {ResourceTimestampsSchema}
124
+ * @memberof SurveyAttributesSchema
125
+ */
126
+ timestamps?: ResourceTimestampsSchema;
127
+ }
128
+ /**
129
+ * @export
130
+ */
131
+ export declare const SurveyAttributesSchemaStatusEnum: {
132
+ readonly Pending: "pending";
133
+ readonly Completed: "completed";
134
+ readonly Expired: "expired";
135
+ };
136
+ export type SurveyAttributesSchemaStatusEnum = typeof SurveyAttributesSchemaStatusEnum[keyof typeof SurveyAttributesSchemaStatusEnum];
137
+ /**
138
+ * @export
139
+ */
140
+ export declare const SurveyAttributesSchemaNpsCategoryEnum: {
141
+ readonly Detractor: "detractor";
142
+ readonly Passive: "passive";
143
+ readonly Promoter: "promoter";
144
+ };
145
+ export type SurveyAttributesSchemaNpsCategoryEnum = typeof SurveyAttributesSchemaNpsCategoryEnum[keyof typeof SurveyAttributesSchemaNpsCategoryEnum];
146
+ /**
147
+ * Check if a given object implements the SurveyAttributesSchema interface.
148
+ */
149
+ export declare function instanceOfSurveyAttributesSchema(value: object): value is SurveyAttributesSchema;
150
+ export declare function SurveyAttributesSchemaFromJSON(json: any): SurveyAttributesSchema;
151
+ export declare function SurveyAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyAttributesSchema;
152
+ export declare function SurveyAttributesSchemaToJSON(json: any): SurveyAttributesSchema;
153
+ export declare function SurveyAttributesSchemaToJSONTyped(value?: Omit<SurveyAttributesSchema, 'npsCategory'> | null, ignoreDiscriminator?: boolean): any;
154
+ //# sourceMappingURL=SurveyAttributesSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;;GAYG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;;;OAOG;IACH,QAAQ,CAAC,WAAW,CAAC,EAAE,qCAAqC,CAAC;IAC7D;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;;;OAMG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB;;;;OAIG;IACH,WAAW,CAAC,EAAE,IAAI,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;CAInC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAEtI;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAqBnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,sBAAsB,EAAE,aAAa,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAqBvJ"}
@@ -0,0 +1,92 @@
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.SurveyAttributesSchemaNpsCategoryEnum = exports.SurveyAttributesSchemaStatusEnum = void 0;
17
+ exports.instanceOfSurveyAttributesSchema = instanceOfSurveyAttributesSchema;
18
+ exports.SurveyAttributesSchemaFromJSON = SurveyAttributesSchemaFromJSON;
19
+ exports.SurveyAttributesSchemaFromJSONTyped = SurveyAttributesSchemaFromJSONTyped;
20
+ exports.SurveyAttributesSchemaToJSON = SurveyAttributesSchemaToJSON;
21
+ exports.SurveyAttributesSchemaToJSONTyped = SurveyAttributesSchemaToJSONTyped;
22
+ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.SurveyAttributesSchemaStatusEnum = {
27
+ Pending: 'pending',
28
+ Completed: 'completed',
29
+ Expired: 'expired'
30
+ };
31
+ /**
32
+ * @export
33
+ */
34
+ exports.SurveyAttributesSchemaNpsCategoryEnum = {
35
+ Detractor: 'detractor',
36
+ Passive: 'passive',
37
+ Promoter: 'promoter'
38
+ };
39
+ /**
40
+ * Check if a given object implements the SurveyAttributesSchema interface.
41
+ */
42
+ function instanceOfSurveyAttributesSchema(value) {
43
+ return true;
44
+ }
45
+ function SurveyAttributesSchemaFromJSON(json) {
46
+ return SurveyAttributesSchemaFromJSONTyped(json, false);
47
+ }
48
+ function SurveyAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
49
+ if (json == null) {
50
+ return json;
51
+ }
52
+ return {
53
+ 'status': json['status'] == null ? undefined : json['status'],
54
+ 'stage': json['stage'] == null ? undefined : json['stage'],
55
+ 'score': json['score'] == null ? undefined : json['score'],
56
+ 'comment': json['comment'] == null ? undefined : json['comment'],
57
+ 'npsCategory': json['npsCategory'] == null ? undefined : json['npsCategory'],
58
+ 'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
59
+ 'candidateName': json['candidateName'] == null ? undefined : json['candidateName'],
60
+ 'jobTitle': json['jobTitle'] == null ? undefined : json['jobTitle'],
61
+ 'companyName': json['companyName'] == null ? undefined : json['companyName'],
62
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
63
+ 'jobId': json['jobId'] == null ? undefined : json['jobId'],
64
+ 'expiresAt': json['expiresAt'] == null ? undefined : (new Date(json['expiresAt'])),
65
+ 'respondedAt': json['respondedAt'] == null ? undefined : (new Date(json['respondedAt'])),
66
+ 'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
67
+ };
68
+ }
69
+ function SurveyAttributesSchemaToJSON(json) {
70
+ return SurveyAttributesSchemaToJSONTyped(json, false);
71
+ }
72
+ function SurveyAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
73
+ if (value == null) {
74
+ return value;
75
+ }
76
+ return {
77
+ 'status': value['status'],
78
+ 'stage': value['stage'],
79
+ 'score': value['score'],
80
+ 'comment': value['comment'],
81
+ 'languageCode': value['languageCode'],
82
+ 'candidateName': value['candidateName'],
83
+ 'jobTitle': value['jobTitle'],
84
+ 'companyName': value['companyName'],
85
+ 'candidateId': value['candidateId'],
86
+ 'jobId': value['jobId'],
87
+ 'expiresAt': value['expiresAt'] == null ? value['expiresAt'] : value['expiresAt'].toISOString(),
88
+ 'respondedAt': value['respondedAt'] == null ? value['respondedAt'] : value['respondedAt'].toISOString(),
89
+ 'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
90
+ };
91
+ }
92
+ //# sourceMappingURL=SurveyAttributesSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyAttributesSchema.js","sourceRoot":"","sources":["../../src/models/SurveyAttributesSchema.ts"],"names":[],"mappings":"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"}
@@ -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 { SurveyRelationshipsCandidateSchemaData } from './SurveyRelationshipsCandidateSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SurveyRelationshipsCandidateSchema
17
+ */
18
+ export interface SurveyRelationshipsCandidateSchema {
19
+ /**
20
+ *
21
+ * @type {SurveyRelationshipsCandidateSchemaData}
22
+ * @memberof SurveyRelationshipsCandidateSchema
23
+ */
24
+ data?: SurveyRelationshipsCandidateSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the SurveyRelationshipsCandidateSchema interface.
28
+ */
29
+ export declare function instanceOfSurveyRelationshipsCandidateSchema(value: object): value is SurveyRelationshipsCandidateSchema;
30
+ export declare function SurveyRelationshipsCandidateSchemaFromJSON(json: any): SurveyRelationshipsCandidateSchema;
31
+ export declare function SurveyRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsCandidateSchema;
32
+ export declare function SurveyRelationshipsCandidateSchemaToJSON(json: any): SurveyRelationshipsCandidateSchema;
33
+ export declare function SurveyRelationshipsCandidateSchemaToJSONTyped(value?: SurveyRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=SurveyRelationshipsCandidateSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,sCAAsC,CAAC;CACjD;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAQ3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1J"}
@@ -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.instanceOfSurveyRelationshipsCandidateSchema = instanceOfSurveyRelationshipsCandidateSchema;
17
+ exports.SurveyRelationshipsCandidateSchemaFromJSON = SurveyRelationshipsCandidateSchemaFromJSON;
18
+ exports.SurveyRelationshipsCandidateSchemaFromJSONTyped = SurveyRelationshipsCandidateSchemaFromJSONTyped;
19
+ exports.SurveyRelationshipsCandidateSchemaToJSON = SurveyRelationshipsCandidateSchemaToJSON;
20
+ exports.SurveyRelationshipsCandidateSchemaToJSONTyped = SurveyRelationshipsCandidateSchemaToJSONTyped;
21
+ const SurveyRelationshipsCandidateSchemaData_1 = require("./SurveyRelationshipsCandidateSchemaData");
22
+ /**
23
+ * Check if a given object implements the SurveyRelationshipsCandidateSchema interface.
24
+ */
25
+ function instanceOfSurveyRelationshipsCandidateSchema(value) {
26
+ return true;
27
+ }
28
+ function SurveyRelationshipsCandidateSchemaFromJSON(json) {
29
+ return SurveyRelationshipsCandidateSchemaFromJSONTyped(json, false);
30
+ }
31
+ function SurveyRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, SurveyRelationshipsCandidateSchemaData_1.SurveyRelationshipsCandidateSchemaDataFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function SurveyRelationshipsCandidateSchemaToJSON(json) {
40
+ return SurveyRelationshipsCandidateSchemaToJSONTyped(json, false);
41
+ }
42
+ function SurveyRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, SurveyRelationshipsCandidateSchemaData_1.SurveyRelationshipsCandidateSchemaDataToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=SurveyRelationshipsCandidateSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsCandidateSchema.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 SurveyRelationshipsCandidateSchemaData
16
+ */
17
+ export interface SurveyRelationshipsCandidateSchemaData {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SurveyRelationshipsCandidateSchemaData
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SurveyRelationshipsCandidateSchemaData
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SurveyRelationshipsCandidateSchemaData interface.
33
+ */
34
+ export declare function instanceOfSurveyRelationshipsCandidateSchemaData(value: object): value is SurveyRelationshipsCandidateSchemaData;
35
+ export declare function SurveyRelationshipsCandidateSchemaDataFromJSON(json: any): SurveyRelationshipsCandidateSchemaData;
36
+ export declare function SurveyRelationshipsCandidateSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsCandidateSchemaData;
37
+ export declare function SurveyRelationshipsCandidateSchemaDataToJSON(json: any): SurveyRelationshipsCandidateSchemaData;
38
+ export declare function SurveyRelationshipsCandidateSchemaDataToJSONTyped(value?: SurveyRelationshipsCandidateSchemaData | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=SurveyRelationshipsCandidateSchemaData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyRelationshipsCandidateSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsCandidateSchemaData.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.instanceOfSurveyRelationshipsCandidateSchemaData = instanceOfSurveyRelationshipsCandidateSchemaData;
17
+ exports.SurveyRelationshipsCandidateSchemaDataFromJSON = SurveyRelationshipsCandidateSchemaDataFromJSON;
18
+ exports.SurveyRelationshipsCandidateSchemaDataFromJSONTyped = SurveyRelationshipsCandidateSchemaDataFromJSONTyped;
19
+ exports.SurveyRelationshipsCandidateSchemaDataToJSON = SurveyRelationshipsCandidateSchemaDataToJSON;
20
+ exports.SurveyRelationshipsCandidateSchemaDataToJSONTyped = SurveyRelationshipsCandidateSchemaDataToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SurveyRelationshipsCandidateSchemaData interface.
23
+ */
24
+ function instanceOfSurveyRelationshipsCandidateSchemaData(value) {
25
+ return true;
26
+ }
27
+ function SurveyRelationshipsCandidateSchemaDataFromJSON(json) {
28
+ return SurveyRelationshipsCandidateSchemaDataFromJSONTyped(json, false);
29
+ }
30
+ function SurveyRelationshipsCandidateSchemaDataFromJSONTyped(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 SurveyRelationshipsCandidateSchemaDataToJSON(json) {
40
+ return SurveyRelationshipsCandidateSchemaDataToJSONTyped(json, false);
41
+ }
42
+ function SurveyRelationshipsCandidateSchemaDataToJSONTyped(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=SurveyRelationshipsCandidateSchemaData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyRelationshipsCandidateSchemaData.js","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsCandidateSchemaData.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 { FeedbackRelationshipsJobsSchemaData } from './FeedbackRelationshipsJobsSchemaData';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SurveyRelationshipsJobSchema
17
+ */
18
+ export interface SurveyRelationshipsJobSchema {
19
+ /**
20
+ *
21
+ * @type {FeedbackRelationshipsJobsSchemaData}
22
+ * @memberof SurveyRelationshipsJobSchema
23
+ */
24
+ data?: FeedbackRelationshipsJobsSchemaData;
25
+ }
26
+ /**
27
+ * Check if a given object implements the SurveyRelationshipsJobSchema interface.
28
+ */
29
+ export declare function instanceOfSurveyRelationshipsJobSchema(value: object): value is SurveyRelationshipsJobSchema;
30
+ export declare function SurveyRelationshipsJobSchemaFromJSON(json: any): SurveyRelationshipsJobSchema;
31
+ export declare function SurveyRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SurveyRelationshipsJobSchema;
32
+ export declare function SurveyRelationshipsJobSchemaToJSON(json: any): SurveyRelationshipsJobSchema;
33
+ export declare function SurveyRelationshipsJobSchemaToJSONTyped(value?: SurveyRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=SurveyRelationshipsJobSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SurveyRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/SurveyRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAQjG;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
@@ -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.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
@@ -0,0 +1 @@
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"}
@@ -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 { 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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,53 @@
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