@smartytalent/api-client 0.7.12 → 0.8.1
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.
- package/dist/apis/FindersApi.d.ts +10 -10
- package/dist/apis/FindersApi.js +10 -10
- package/dist/apis/SurveysApi.d.ts +156 -0
- package/dist/apis/SurveysApi.d.ts.map +1 -0
- package/dist/apis/SurveysApi.js +361 -0
- package/dist/apis/SurveysApi.js.map +1 -0
- package/dist/apis/TalentsApi.d.ts +2 -2
- package/dist/apis/TalentsApi.js +2 -2
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/FinderQueryCandidatesSchema.d.ts +0 -12
- package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryCandidatesSchema.js +0 -4
- package/dist/models/FinderQueryCandidatesSchema.js.map +1 -1
- package/dist/models/FinderQueryTalentsSchema.d.ts +0 -6
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryTalentsSchema.js +0 -2
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
- package/dist/models/GuestSurveyAttributesSchema.d.ts +98 -0
- package/dist/models/GuestSurveyAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyAttributesSchema.js +76 -0
- package/dist/models/GuestSurveyAttributesSchema.js.map +1 -0
- package/dist/models/GuestSurveyMetaSchema.d.ts +45 -0
- package/dist/models/GuestSurveyMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyMetaSchema.js +55 -0
- package/dist/models/GuestSurveyMetaSchema.js.map +1 -0
- package/dist/models/GuestSurveyResourceSchema.d.ts +53 -0
- package/dist/models/GuestSurveyResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestSurveyResourceSchema.js +61 -0
- package/dist/models/GuestSurveyResourceSchema.js.map +1 -0
- package/dist/models/GuestSurveySchema.d.ts +38 -0
- package/dist/models/GuestSurveySchema.d.ts.map +1 -0
- package/dist/models/GuestSurveySchema.js +50 -0
- package/dist/models/GuestSurveySchema.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestSurveyRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBody.js +57 -0
- package/dist/models/SubmitGuestSurveyRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestSurveyRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts +39 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js +53 -0
- package/dist/models/SubmitGuestSurveyRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/SurveyAttributesSchema.d.ts +154 -0
- package/dist/models/SurveyAttributesSchema.d.ts.map +1 -0
- package/dist/models/SurveyAttributesSchema.js +92 -0
- package/dist/models/SurveyAttributesSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.js +50 -0
- package/dist/models/SurveyRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/SurveyRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/SurveyRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/SurveyRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsJobSchema.js +50 -0
- package/dist/models/SurveyRelationshipsJobSchema.js.map +1 -0
- package/dist/models/SurveyRelationshipsSchema.d.ts +41 -0
- package/dist/models/SurveyRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/SurveyRelationshipsSchema.js +53 -0
- package/dist/models/SurveyRelationshipsSchema.js.map +1 -0
- package/dist/models/SurveyResourceSchema.d.ts +75 -0
- package/dist/models/SurveyResourceSchema.d.ts.map +1 -0
- package/dist/models/SurveyResourceSchema.js +75 -0
- package/dist/models/SurveyResourceSchema.js.map +1 -0
- package/dist/models/SurveySchema.d.ts +49 -0
- package/dist/models/SurveySchema.d.ts.map +1 -0
- package/dist/models/SurveySchema.js +55 -0
- package/dist/models/SurveySchema.js.map +1 -0
- package/dist/models/SurveysSchema.d.ts +48 -0
- package/dist/models/SurveysSchema.d.ts.map +1 -0
- package/dist/models/SurveysSchema.js +56 -0
- package/dist/models/SurveysSchema.js.map +1 -0
- package/dist/models/TalentAttributesSchema.d.ts +12 -0
- package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
- package/dist/models/TalentAttributesSchema.js +4 -0
- package/dist/models/TalentAttributesSchema.js.map +1 -1
- package/dist/models/index.d.ts +15 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +15 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,361 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
18
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
19
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
20
|
+
}
|
|
21
|
+
Object.defineProperty(o, k2, desc);
|
|
22
|
+
}) : (function(o, m, k, k2) {
|
|
23
|
+
if (k2 === undefined) k2 = k;
|
|
24
|
+
o[k2] = m[k];
|
|
25
|
+
}));
|
|
26
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
27
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
28
|
+
}) : function(o, v) {
|
|
29
|
+
o["default"] = v;
|
|
30
|
+
});
|
|
31
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
32
|
+
var ownKeys = function(o) {
|
|
33
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
34
|
+
var ar = [];
|
|
35
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
36
|
+
return ar;
|
|
37
|
+
};
|
|
38
|
+
return ownKeys(o);
|
|
39
|
+
};
|
|
40
|
+
return function (mod) {
|
|
41
|
+
if (mod && mod.__esModule) return mod;
|
|
42
|
+
var result = {};
|
|
43
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
44
|
+
__setModuleDefault(result, mod);
|
|
45
|
+
return result;
|
|
46
|
+
};
|
|
47
|
+
})();
|
|
48
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
49
|
+
exports.ListSurveysFilterStatusEnum = exports.SurveysApi = void 0;
|
|
50
|
+
const runtime = __importStar(require("../runtime"));
|
|
51
|
+
const index_1 = require("../models/index");
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
class SurveysApi extends runtime.BaseAPI {
|
|
56
|
+
/**
|
|
57
|
+
* Creates request options for guestSurveyOptions without sending the request
|
|
58
|
+
*/
|
|
59
|
+
async guestSurveyOptionsRequestOpts(requestParameters) {
|
|
60
|
+
if (requestParameters['surveyId'] == null) {
|
|
61
|
+
throw new runtime.RequiredError('surveyId', 'Required parameter "surveyId" was null or undefined when calling guestSurveyOptions().');
|
|
62
|
+
}
|
|
63
|
+
const queryParameters = {};
|
|
64
|
+
const headerParameters = {};
|
|
65
|
+
let urlPath = `/v1/guest/surveys/{surveyId}`;
|
|
66
|
+
urlPath = urlPath.replace(`{${"surveyId"}}`, encodeURIComponent(String(requestParameters['surveyId'])));
|
|
67
|
+
return {
|
|
68
|
+
path: urlPath,
|
|
69
|
+
method: 'OPTIONS',
|
|
70
|
+
headers: headerParameters,
|
|
71
|
+
query: queryParameters,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Enable CORS by returning correct headers
|
|
76
|
+
* Guest Survey Options
|
|
77
|
+
*/
|
|
78
|
+
async guestSurveyOptionsRaw(requestParameters, initOverrides) {
|
|
79
|
+
const requestOptions = await this.guestSurveyOptionsRequestOpts(requestParameters);
|
|
80
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
81
|
+
return new runtime.VoidApiResponse(response);
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Enable CORS by returning correct headers
|
|
85
|
+
* Guest Survey Options
|
|
86
|
+
*/
|
|
87
|
+
async guestSurveyOptions(requestParameters, initOverrides) {
|
|
88
|
+
await this.guestSurveyOptionsRaw(requestParameters, initOverrides);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Creates request options for listSurveys without sending the request
|
|
92
|
+
*/
|
|
93
|
+
async listSurveysRequestOpts(requestParameters) {
|
|
94
|
+
const queryParameters = {};
|
|
95
|
+
if (requestParameters['filterStatus'] != null) {
|
|
96
|
+
queryParameters['filterStatus'] = requestParameters['filterStatus'];
|
|
97
|
+
}
|
|
98
|
+
if (requestParameters['filterCandidateId'] != null) {
|
|
99
|
+
queryParameters['filterCandidateId'] = requestParameters['filterCandidateId'];
|
|
100
|
+
}
|
|
101
|
+
if (requestParameters['filterCreatedFrom'] != null) {
|
|
102
|
+
queryParameters['filterCreatedFrom'] = requestParameters['filterCreatedFrom'].toISOString();
|
|
103
|
+
}
|
|
104
|
+
if (requestParameters['filterCreatedTo'] != null) {
|
|
105
|
+
queryParameters['filterCreatedTo'] = requestParameters['filterCreatedTo'].toISOString();
|
|
106
|
+
}
|
|
107
|
+
if (requestParameters['filterModifiedFrom'] != null) {
|
|
108
|
+
queryParameters['filterModifiedFrom'] = requestParameters['filterModifiedFrom'].toISOString();
|
|
109
|
+
}
|
|
110
|
+
if (requestParameters['filterModifiedTo'] != null) {
|
|
111
|
+
queryParameters['filterModifiedTo'] = requestParameters['filterModifiedTo'].toISOString();
|
|
112
|
+
}
|
|
113
|
+
if (requestParameters['pageSize'] != null) {
|
|
114
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
115
|
+
}
|
|
116
|
+
if (requestParameters['pageNumber'] != null) {
|
|
117
|
+
queryParameters['pageNumber'] = requestParameters['pageNumber'];
|
|
118
|
+
}
|
|
119
|
+
if (requestParameters['pageAfter'] != null) {
|
|
120
|
+
queryParameters['pageAfter'] = requestParameters['pageAfter'];
|
|
121
|
+
}
|
|
122
|
+
if (requestParameters['pageBefore'] != null) {
|
|
123
|
+
queryParameters['pageBefore'] = requestParameters['pageBefore'];
|
|
124
|
+
}
|
|
125
|
+
const headerParameters = {};
|
|
126
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
127
|
+
headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
|
|
128
|
+
}
|
|
129
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
130
|
+
// oauth required
|
|
131
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
|
|
132
|
+
}
|
|
133
|
+
let urlPath = `/v1/surveys`;
|
|
134
|
+
return {
|
|
135
|
+
path: urlPath,
|
|
136
|
+
method: 'GET',
|
|
137
|
+
headers: headerParameters,
|
|
138
|
+
query: queryParameters,
|
|
139
|
+
};
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* Returns a collection of cNPS survey rows for the caller\'s tenant. Recruiter surface - requires a session (CUSTOM authorizer); the candidate never reaches this path. Use one filter at a time (one GSI per query): - `filterStatus=completed` - answered surveys - `filterCandidateId=<id>` - surveys sent to one candidate `score` is 0-10 and absent until the candidate answers. `npsCategory` is computed server-side from `score` on submit and is read-only - it is never accepted from a client. The NPS number itself is derived by the reader as `(promoters - detractors) / total * 100`.
|
|
143
|
+
* List Surveys
|
|
144
|
+
*/
|
|
145
|
+
async listSurveysRaw(requestParameters, initOverrides) {
|
|
146
|
+
const requestOptions = await this.listSurveysRequestOpts(requestParameters);
|
|
147
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
148
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SurveysSchemaFromJSON)(jsonValue));
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* Returns a collection of cNPS survey rows for the caller\'s tenant. Recruiter surface - requires a session (CUSTOM authorizer); the candidate never reaches this path. Use one filter at a time (one GSI per query): - `filterStatus=completed` - answered surveys - `filterCandidateId=<id>` - surveys sent to one candidate `score` is 0-10 and absent until the candidate answers. `npsCategory` is computed server-side from `score` on submit and is read-only - it is never accepted from a client. The NPS number itself is derived by the reader as `(promoters - detractors) / total * 100`.
|
|
152
|
+
* List Surveys
|
|
153
|
+
*/
|
|
154
|
+
async listSurveys(requestParameters = {}, initOverrides) {
|
|
155
|
+
const response = await this.listSurveysRaw(requestParameters, initOverrides);
|
|
156
|
+
return await response.value();
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Creates request options for showGuestSurvey without sending the request
|
|
160
|
+
*/
|
|
161
|
+
async showGuestSurveyRequestOpts(requestParameters) {
|
|
162
|
+
if (requestParameters['surveyId'] == null) {
|
|
163
|
+
throw new runtime.RequiredError('surveyId', 'Required parameter "surveyId" was null or undefined when calling showGuestSurvey().');
|
|
164
|
+
}
|
|
165
|
+
if (requestParameters['tenantId'] == null) {
|
|
166
|
+
throw new runtime.RequiredError('tenantId', 'Required parameter "tenantId" was null or undefined when calling showGuestSurvey().');
|
|
167
|
+
}
|
|
168
|
+
if (requestParameters['token'] == null) {
|
|
169
|
+
throw new runtime.RequiredError('token', 'Required parameter "token" was null or undefined when calling showGuestSurvey().');
|
|
170
|
+
}
|
|
171
|
+
const queryParameters = {};
|
|
172
|
+
if (requestParameters['tenantId'] != null) {
|
|
173
|
+
queryParameters['tenantId'] = requestParameters['tenantId'];
|
|
174
|
+
}
|
|
175
|
+
if (requestParameters['token'] != null) {
|
|
176
|
+
queryParameters['token'] = requestParameters['token'];
|
|
177
|
+
}
|
|
178
|
+
const headerParameters = {};
|
|
179
|
+
let urlPath = `/v1/guest/surveys/{surveyId}`;
|
|
180
|
+
urlPath = urlPath.replace(`{${"surveyId"}}`, encodeURIComponent(String(requestParameters['surveyId'])));
|
|
181
|
+
return {
|
|
182
|
+
path: urlPath,
|
|
183
|
+
method: 'GET',
|
|
184
|
+
headers: headerParameters,
|
|
185
|
+
query: queryParameters,
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Candidate opens the survey link from the rejection email. There is no authorizer on this path: auth is `tenantId` + `token` (the per-survey accessToken minted at create) read from the link query string, never a session. The response is an explicit allowlist - status, stage, languageCode, candidateName, jobTitle, companyName, score, comment, expiresAt, respondedAt. No `meta` (it holds the accessToken), no candidateId / jobId, no relationships. A pending survey past `expiresAt` reads back with status `expired`; an answered one reads back `completed` with the stored score so the FE renders the thank-you state. Every failure mode (unknown tenant, unknown survey, wrong token) collapses to the same 404 - existence is never leaked.
|
|
190
|
+
* Show Guest Survey
|
|
191
|
+
*/
|
|
192
|
+
async showGuestSurveyRaw(requestParameters, initOverrides) {
|
|
193
|
+
const requestOptions = await this.showGuestSurveyRequestOpts(requestParameters);
|
|
194
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
195
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GuestSurveySchemaFromJSON)(jsonValue));
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Candidate opens the survey link from the rejection email. There is no authorizer on this path: auth is `tenantId` + `token` (the per-survey accessToken minted at create) read from the link query string, never a session. The response is an explicit allowlist - status, stage, languageCode, candidateName, jobTitle, companyName, score, comment, expiresAt, respondedAt. No `meta` (it holds the accessToken), no candidateId / jobId, no relationships. A pending survey past `expiresAt` reads back with status `expired`; an answered one reads back `completed` with the stored score so the FE renders the thank-you state. Every failure mode (unknown tenant, unknown survey, wrong token) collapses to the same 404 - existence is never leaked.
|
|
199
|
+
* Show Guest Survey
|
|
200
|
+
*/
|
|
201
|
+
async showGuestSurvey(requestParameters, initOverrides) {
|
|
202
|
+
const response = await this.showGuestSurveyRaw(requestParameters, initOverrides);
|
|
203
|
+
return await response.value();
|
|
204
|
+
}
|
|
205
|
+
/**
|
|
206
|
+
* Creates request options for showSurvey without sending the request
|
|
207
|
+
*/
|
|
208
|
+
async showSurveyRequestOpts(requestParameters) {
|
|
209
|
+
if (requestParameters['surveyId'] == null) {
|
|
210
|
+
throw new runtime.RequiredError('surveyId', 'Required parameter "surveyId" was null or undefined when calling showSurvey().');
|
|
211
|
+
}
|
|
212
|
+
const queryParameters = {};
|
|
213
|
+
const headerParameters = {};
|
|
214
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
215
|
+
headerParameters["Authorization"] = await this.configuration.apiKey("Authorization"); // ApiKeyAuth authentication
|
|
216
|
+
}
|
|
217
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
218
|
+
// oauth required
|
|
219
|
+
headerParameters["Authorization"] = await this.configuration.accessToken("OAuth2Auth", []);
|
|
220
|
+
}
|
|
221
|
+
let urlPath = `/v1/surveys/{surveyId}`;
|
|
222
|
+
urlPath = urlPath.replace(`{${"surveyId"}}`, encodeURIComponent(String(requestParameters['surveyId'])));
|
|
223
|
+
return {
|
|
224
|
+
path: urlPath,
|
|
225
|
+
method: 'GET',
|
|
226
|
+
headers: headerParameters,
|
|
227
|
+
query: queryParameters,
|
|
228
|
+
};
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Returns a single cNPS survey row. Recruiter surface - requires a session (CUSTOM authorizer). `score` is 0-10 and absent until the candidate answers. `npsCategory` is server-computed from `score` on submit and is read-only. `comment` is candidate-authored free text - treat it as untrusted content and never feed it to an LLM.
|
|
232
|
+
* Show Survey
|
|
233
|
+
*/
|
|
234
|
+
async showSurveyRaw(requestParameters, initOverrides) {
|
|
235
|
+
const requestOptions = await this.showSurveyRequestOpts(requestParameters);
|
|
236
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
237
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.SurveySchemaFromJSON)(jsonValue));
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Returns a single cNPS survey row. Recruiter surface - requires a session (CUSTOM authorizer). `score` is 0-10 and absent until the candidate answers. `npsCategory` is server-computed from `score` on submit and is read-only. `comment` is candidate-authored free text - treat it as untrusted content and never feed it to an LLM.
|
|
241
|
+
* Show Survey
|
|
242
|
+
*/
|
|
243
|
+
async showSurvey(requestParameters, initOverrides) {
|
|
244
|
+
const response = await this.showSurveyRaw(requestParameters, initOverrides);
|
|
245
|
+
return await response.value();
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* Creates request options for submitGuestSurvey without sending the request
|
|
249
|
+
*/
|
|
250
|
+
async submitGuestSurveyRequestOpts(requestParameters) {
|
|
251
|
+
if (requestParameters['surveyId'] == null) {
|
|
252
|
+
throw new runtime.RequiredError('surveyId', 'Required parameter "surveyId" was null or undefined when calling submitGuestSurvey().');
|
|
253
|
+
}
|
|
254
|
+
if (requestParameters['submitGuestSurveyRequestBody'] == null) {
|
|
255
|
+
throw new runtime.RequiredError('submitGuestSurveyRequestBody', 'Required parameter "submitGuestSurveyRequestBody" was null or undefined when calling submitGuestSurvey().');
|
|
256
|
+
}
|
|
257
|
+
const queryParameters = {};
|
|
258
|
+
const headerParameters = {};
|
|
259
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
260
|
+
let urlPath = `/v1/guest/surveys/{surveyId}`;
|
|
261
|
+
urlPath = urlPath.replace(`{${"surveyId"}}`, encodeURIComponent(String(requestParameters['surveyId'])));
|
|
262
|
+
return {
|
|
263
|
+
path: urlPath,
|
|
264
|
+
method: 'PATCH',
|
|
265
|
+
headers: headerParameters,
|
|
266
|
+
query: queryParameters,
|
|
267
|
+
body: (0, index_1.SubmitGuestSurveyRequestBodyToJSON)(requestParameters['submitGuestSurveyRequestBody']),
|
|
268
|
+
};
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Candidate answers the survey. There is no authorizer on this path: auth is `meta.tenantId` + `meta.accessToken` from the emailed link, never a session. `score` is a required integer 0-10; `comment` is optional free text (max 2000 characters). `npsCategory` is computed server-side from the score and is read-only - a client-supplied value is ignored. Single use: allowed only from status `pending` and only before `expiresAt`. A second submit is a 400-class error, never a silent overwrite. Token mismatch returns the same 404 as an unknown survey. The response carries the same guest allowlist as showGuestSurvey.
|
|
272
|
+
* Submit Guest Survey
|
|
273
|
+
*/
|
|
274
|
+
async submitGuestSurveyRaw(requestParameters, initOverrides) {
|
|
275
|
+
const requestOptions = await this.submitGuestSurveyRequestOpts(requestParameters);
|
|
276
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
277
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.GuestSurveySchemaFromJSON)(jsonValue));
|
|
278
|
+
}
|
|
279
|
+
/**
|
|
280
|
+
* Candidate answers the survey. There is no authorizer on this path: auth is `meta.tenantId` + `meta.accessToken` from the emailed link, never a session. `score` is a required integer 0-10; `comment` is optional free text (max 2000 characters). `npsCategory` is computed server-side from the score and is read-only - a client-supplied value is ignored. Single use: allowed only from status `pending` and only before `expiresAt`. A second submit is a 400-class error, never a silent overwrite. Token mismatch returns the same 404 as an unknown survey. The response carries the same guest allowlist as showGuestSurvey.
|
|
281
|
+
* Submit Guest Survey
|
|
282
|
+
*/
|
|
283
|
+
async submitGuestSurvey(requestParameters, initOverrides) {
|
|
284
|
+
const response = await this.submitGuestSurveyRaw(requestParameters, initOverrides);
|
|
285
|
+
return await response.value();
|
|
286
|
+
}
|
|
287
|
+
/**
|
|
288
|
+
* Creates request options for surveyOptions without sending the request
|
|
289
|
+
*/
|
|
290
|
+
async surveyOptionsRequestOpts(requestParameters) {
|
|
291
|
+
if (requestParameters['surveyId'] == null) {
|
|
292
|
+
throw new runtime.RequiredError('surveyId', 'Required parameter "surveyId" was null or undefined when calling surveyOptions().');
|
|
293
|
+
}
|
|
294
|
+
const queryParameters = {};
|
|
295
|
+
const headerParameters = {};
|
|
296
|
+
let urlPath = `/v1/surveys/{surveyId}`;
|
|
297
|
+
urlPath = urlPath.replace(`{${"surveyId"}}`, encodeURIComponent(String(requestParameters['surveyId'])));
|
|
298
|
+
return {
|
|
299
|
+
path: urlPath,
|
|
300
|
+
method: 'OPTIONS',
|
|
301
|
+
headers: headerParameters,
|
|
302
|
+
query: queryParameters,
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
/**
|
|
306
|
+
* Enable CORS by returning correct headers
|
|
307
|
+
* Survey Options
|
|
308
|
+
*/
|
|
309
|
+
async surveyOptionsRaw(requestParameters, initOverrides) {
|
|
310
|
+
const requestOptions = await this.surveyOptionsRequestOpts(requestParameters);
|
|
311
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
312
|
+
return new runtime.VoidApiResponse(response);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Enable CORS by returning correct headers
|
|
316
|
+
* Survey Options
|
|
317
|
+
*/
|
|
318
|
+
async surveyOptions(requestParameters, initOverrides) {
|
|
319
|
+
await this.surveyOptionsRaw(requestParameters, initOverrides);
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* Creates request options for surveysOptions without sending the request
|
|
323
|
+
*/
|
|
324
|
+
async surveysOptionsRequestOpts() {
|
|
325
|
+
const queryParameters = {};
|
|
326
|
+
const headerParameters = {};
|
|
327
|
+
let urlPath = `/v1/surveys`;
|
|
328
|
+
return {
|
|
329
|
+
path: urlPath,
|
|
330
|
+
method: 'OPTIONS',
|
|
331
|
+
headers: headerParameters,
|
|
332
|
+
query: queryParameters,
|
|
333
|
+
};
|
|
334
|
+
}
|
|
335
|
+
/**
|
|
336
|
+
* Enable CORS by returning correct headers
|
|
337
|
+
* Surveys Options
|
|
338
|
+
*/
|
|
339
|
+
async surveysOptionsRaw(initOverrides) {
|
|
340
|
+
const requestOptions = await this.surveysOptionsRequestOpts();
|
|
341
|
+
const response = await this.request(requestOptions, initOverrides);
|
|
342
|
+
return new runtime.VoidApiResponse(response);
|
|
343
|
+
}
|
|
344
|
+
/**
|
|
345
|
+
* Enable CORS by returning correct headers
|
|
346
|
+
* Surveys Options
|
|
347
|
+
*/
|
|
348
|
+
async surveysOptions(initOverrides) {
|
|
349
|
+
await this.surveysOptionsRaw(initOverrides);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
exports.SurveysApi = SurveysApi;
|
|
353
|
+
/**
|
|
354
|
+
* @export
|
|
355
|
+
*/
|
|
356
|
+
exports.ListSurveysFilterStatusEnum = {
|
|
357
|
+
Pending: 'pending',
|
|
358
|
+
Completed: 'completed',
|
|
359
|
+
Expired: 'expired'
|
|
360
|
+
};
|
|
361
|
+
//# sourceMappingURL=SurveysApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SurveysApi.js","sourceRoot":"","sources":["../../src/apis/SurveysApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -203,12 +203,12 @@ export declare class TalentsApi extends runtime.BaseAPI {
|
|
|
203
203
|
*/
|
|
204
204
|
updateTalentRequestOpts(requestParameters: UpdateTalentRequest): Promise<runtime.RequestOpts>;
|
|
205
205
|
/**
|
|
206
|
-
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated.
|
|
206
|
+
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated. GDPR/RODO consent is written here through consentCurrent / consentFuture - setting consentFuture to false honours a withdrawal and removes the talent from TalentPool search results.
|
|
207
207
|
* Update Talent
|
|
208
208
|
*/
|
|
209
209
|
updateTalentRaw(requestParameters: UpdateTalentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<TalentSchema>>;
|
|
210
210
|
/**
|
|
211
|
-
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated.
|
|
211
|
+
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated. GDPR/RODO consent is written here through consentCurrent / consentFuture - setting consentFuture to false honours a withdrawal and removes the talent from TalentPool search results.
|
|
212
212
|
* Update Talent
|
|
213
213
|
*/
|
|
214
214
|
updateTalent(requestParameters: UpdateTalentRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<TalentSchema>;
|
package/dist/apis/TalentsApi.js
CHANGED
|
@@ -503,7 +503,7 @@ class TalentsApi extends runtime.BaseAPI {
|
|
|
503
503
|
};
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
|
-
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated.
|
|
506
|
+
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated. GDPR/RODO consent is written here through consentCurrent / consentFuture - setting consentFuture to false honours a withdrawal and removes the talent from TalentPool search results.
|
|
507
507
|
* Update Talent
|
|
508
508
|
*/
|
|
509
509
|
async updateTalentRaw(requestParameters, initOverrides) {
|
|
@@ -512,7 +512,7 @@ class TalentsApi extends runtime.BaseAPI {
|
|
|
512
512
|
return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.TalentSchemaFromJSON)(jsonValue));
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated.
|
|
515
|
+
* This endpoint allows you to update details of a specific talent in your account. You can modify information such as name, and other relevant attributes of the talent. Only the fields provided in the request will be updated. GDPR/RODO consent is written here through consentCurrent / consentFuture - setting consentFuture to false honours a withdrawal and removes the talent from TalentPool search results.
|
|
516
516
|
* Update Talent
|
|
517
517
|
*/
|
|
518
518
|
async updateTalent(requestParameters, initOverrides) {
|
package/dist/apis/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export * from './SchedulesApi';
|
|
|
35
35
|
export * from './SignalsApi';
|
|
36
36
|
export * from './StatesApi';
|
|
37
37
|
export * from './SubmissionsApi';
|
|
38
|
+
export * from './SurveysApi';
|
|
38
39
|
export * from './TalentsApi';
|
|
39
40
|
export * from './TenantsApi';
|
|
40
41
|
export * from './TimelinesApi';
|
package/dist/apis/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":"AAEA,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC"}
|
package/dist/apis/index.js
CHANGED
|
@@ -53,6 +53,7 @@ __exportStar(require("./SchedulesApi"), exports);
|
|
|
53
53
|
__exportStar(require("./SignalsApi"), exports);
|
|
54
54
|
__exportStar(require("./StatesApi"), exports);
|
|
55
55
|
__exportStar(require("./SubmissionsApi"), exports);
|
|
56
|
+
__exportStar(require("./SurveysApi"), exports);
|
|
56
57
|
__exportStar(require("./TalentsApi"), exports);
|
|
57
58
|
__exportStar(require("./TenantsApi"), exports);
|
|
58
59
|
__exportStar(require("./TimelinesApi"), exports);
|
package/dist/apis/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,8CAA4B;AAC5B,gDAA8B;AAC9B,qDAAmC;AACnC,8CAA4B;AAC5B,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,kDAAgC;AAChC,6CAA2B;AAC3B,8CAA4B;AAC5B,gDAA8B;AAC9B,qDAAmC;AACnC,8CAA4B;AAC5B,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
|
|
@@ -111,18 +111,6 @@ export interface FinderQueryCandidatesSchema {
|
|
|
111
111
|
* @memberof FinderQueryCandidatesSchema
|
|
112
112
|
*/
|
|
113
113
|
workAuthorization?: string;
|
|
114
|
-
/**
|
|
115
|
-
*
|
|
116
|
-
* @type {string}
|
|
117
|
-
* @memberof FinderQueryCandidatesSchema
|
|
118
|
-
*/
|
|
119
|
-
overallAssessment?: string;
|
|
120
|
-
/**
|
|
121
|
-
*
|
|
122
|
-
* @type {string}
|
|
123
|
-
* @memberof FinderQueryCandidatesSchema
|
|
124
|
-
*/
|
|
125
|
-
insightsAndAnalysis?: string;
|
|
126
114
|
/**
|
|
127
115
|
*
|
|
128
116
|
* @type {string}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FinderQueryCandidatesSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderQueryCandidatesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"FinderQueryCandidatesSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderQueryCandidatesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAqC7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsC5I"}
|
|
@@ -48,8 +48,6 @@ function FinderQueryCandidatesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
48
48
|
'availability': json['availability'] == null ? undefined : json['availability'],
|
|
49
49
|
'workPreferences': json['workPreferences'] == null ? undefined : json['workPreferences'],
|
|
50
50
|
'workAuthorization': json['workAuthorization'] == null ? undefined : json['workAuthorization'],
|
|
51
|
-
'overallAssessment': json['overallAssessment'] == null ? undefined : json['overallAssessment'],
|
|
52
|
-
'insightsAndAnalysis': json['insightsAndAnalysis'] == null ? undefined : json['insightsAndAnalysis'],
|
|
53
51
|
'companyTypeExperience': json['companyTypeExperience'] == null ? undefined : json['companyTypeExperience'],
|
|
54
52
|
'jobTendencies': json['jobTendencies'] == null ? undefined : json['jobTendencies'],
|
|
55
53
|
'licenses': json['licenses'] == null ? undefined : json['licenses'],
|
|
@@ -90,8 +88,6 @@ function FinderQueryCandidatesSchemaToJSONTyped(value, ignoreDiscriminator = fal
|
|
|
90
88
|
'availability': value['availability'],
|
|
91
89
|
'workPreferences': value['workPreferences'],
|
|
92
90
|
'workAuthorization': value['workAuthorization'],
|
|
93
|
-
'overallAssessment': value['overallAssessment'],
|
|
94
|
-
'insightsAndAnalysis': value['insightsAndAnalysis'],
|
|
95
91
|
'companyTypeExperience': value['companyTypeExperience'],
|
|
96
92
|
'jobTendencies': value['jobTendencies'],
|
|
97
93
|
'licenses': value['licenses'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FinderQueryCandidatesSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryCandidatesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"FinderQueryCandidatesSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryCandidatesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FinderQueryTalentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderQueryTalentsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,
|
|
1
|
+
{"version":3,"file":"FinderQueryTalentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderQueryTalentsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAEnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAwCvH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAyCtI"}
|
|
@@ -34,7 +34,6 @@ function FinderQueryTalentsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
34
34
|
return {
|
|
35
35
|
'search': json['search'] == null ? undefined : json['search'],
|
|
36
36
|
'name': json['name'] == null ? undefined : json['name'],
|
|
37
|
-
'quickInsights': json['quickInsights'] == null ? undefined : json['quickInsights'],
|
|
38
37
|
'skillsAndExpertise': json['skillsAndExpertise'] == null ? undefined : json['skillsAndExpertise'],
|
|
39
38
|
'professionalExperience': json['professionalExperience'] == null ? undefined : json['professionalExperience'],
|
|
40
39
|
'education': json['education'] == null ? undefined : json['education'],
|
|
@@ -78,7 +77,6 @@ function FinderQueryTalentsSchemaToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
78
77
|
return {
|
|
79
78
|
'search': value['search'],
|
|
80
79
|
'name': value['name'],
|
|
81
|
-
'quickInsights': value['quickInsights'],
|
|
82
80
|
'skillsAndExpertise': value['skillsAndExpertise'],
|
|
83
81
|
'professionalExperience': value['professionalExperience'],
|
|
84
82
|
'education': value['education'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FinderQueryTalentsSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryTalentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"FinderQueryTalentsSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryTalentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoNH,gFAEC;AAED,4EAEC;AAED,sFAwCC;AAED,wEAEC;AAED,kFAyCC;AAlGD;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;QAC7G,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,wBAAwB,EAAE,IAAI,CAAC,wBAAwB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,wBAAwB,CAAC;QAC7G,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,uBAAuB,EAAE,IAAI,CAAC,uBAAuB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;QAC1G,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACpG,0BAA0B,EAAE,IAAI,CAAC,0BAA0B,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;QACnH,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,iBAAiB,EAAE,IAAI,CAAC,iBAAiB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,iBAAiB,CAAC;QACxF,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;QAC9F,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC;QAC/E,uBAAuB,EAAE,IAAI,CAAC,uBAAuB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;QAC1G,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACpG,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;QAC5E,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,uBAAuB,EAAE,IAAI,CAAC,uBAAuB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;QAC1G,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;QAC3F,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,UAAU,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;KACxE,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,wBAAwB,EAAE,KAAK,CAAC,wBAAwB,CAAC;QACzD,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,wBAAwB,EAAE,KAAK,CAAC,wBAAwB,CAAC;QACzD,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,uBAAuB,EAAE,KAAK,CAAC,uBAAuB,CAAC;QACvD,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC;QACnD,0BAA0B,EAAE,KAAK,CAAC,0BAA0B,CAAC;QAC7D,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CAAC;QAC3C,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,uBAAuB,EAAE,KAAK,CAAC,uBAAuB,CAAC;QACvD,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC;QACnD,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;QACnC,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,uBAAuB,EAAE,KAAK,CAAC,uBAAuB,CAAC;QACvD,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,CAAC;QAC7C,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,WAAW,EAAE,KAAK,CAAC,UAAU,CAAC;KACjC,CAAC;AACN,CAAC"}
|