@smartytalent/api-client 0.1.33-dev.4 → 0.1.33-dev.6
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/EmailsApi.d.ts +11 -0
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +17 -1
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/StatesApi.d.ts +4 -6
- package/dist/apis/StatesApi.d.ts.map +1 -1
- package/dist/apis/StatesApi.js +4 -10
- package/dist/apis/StatesApi.js.map +1 -1
- package/dist/models/FinderAttributesSchema.d.ts +8 -6
- package/dist/models/FinderAttributesSchema.d.ts.map +1 -1
- package/dist/models/FinderAttributesSchema.js +6 -4
- package/dist/models/FinderAttributesSchema.js.map +1 -1
- package/dist/models/FinderAttributesSchemaQuery.d.ts +26 -0
- package/dist/models/FinderAttributesSchemaQuery.d.ts.map +1 -0
- package/dist/models/FinderAttributesSchemaQuery.js +72 -0
- package/dist/models/FinderAttributesSchemaQuery.js.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts +219 -0
- package/dist/models/FinderQueryCandidatesSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryCandidatesSchema.js +111 -0
- package/dist/models/FinderQueryCandidatesSchema.js.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts +132 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.js +95 -0
- package/dist/models/FinderQueryEmailsSchema.js.map +1 -0
- package/dist/models/FinderQueryJobsSchema.d.ts +123 -0
- package/dist/models/FinderQueryJobsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryJobsSchema.js +79 -0
- package/dist/models/FinderQueryJobsSchema.js.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts +195 -0
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryTalentsSchema.js +103 -0
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -0
- package/dist/models/FinderResultHitSchema.d.ts +64 -0
- package/dist/models/FinderResultHitSchema.d.ts.map +1 -0
- package/dist/models/FinderResultHitSchema.js +61 -0
- package/dist/models/FinderResultHitSchema.js.map +1 -0
- package/dist/models/FinderResultsSchema.d.ts +40 -0
- package/dist/models/FinderResultsSchema.d.ts.map +1 -0
- package/dist/models/FinderResultsSchema.js +52 -0
- package/dist/models/FinderResultsSchema.js.map +1 -0
- package/dist/models/ListStatesFolderParameter.d.ts +22 -0
- package/dist/models/ListStatesFolderParameter.d.ts.map +1 -0
- package/dist/models/ListStatesFolderParameter.js +50 -0
- package/dist/models/ListStatesFolderParameter.js.map +1 -0
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +8 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,219 @@
|
|
|
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
|
+
* Query shape for `type: candidates` finders.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FinderQueryCandidatesSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface FinderQueryCandidatesSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FinderQueryCandidatesSchema
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FinderQueryCandidatesSchema
|
|
28
|
+
*/
|
|
29
|
+
name?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FinderQueryCandidatesSchema
|
|
34
|
+
*/
|
|
35
|
+
jobPositionTitle?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof FinderQueryCandidatesSchema
|
|
40
|
+
*/
|
|
41
|
+
skillsAndExpertise?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof FinderQueryCandidatesSchema
|
|
46
|
+
*/
|
|
47
|
+
education?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof FinderQueryCandidatesSchema
|
|
52
|
+
*/
|
|
53
|
+
experienceAndSeniority?: string;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof FinderQueryCandidatesSchema
|
|
58
|
+
*/
|
|
59
|
+
certifications?: string;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof FinderQueryCandidatesSchema
|
|
64
|
+
*/
|
|
65
|
+
jobPositions?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof FinderQueryCandidatesSchema
|
|
70
|
+
*/
|
|
71
|
+
keywords?: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof FinderQueryCandidatesSchema
|
|
76
|
+
*/
|
|
77
|
+
industryExperience?: string;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof FinderQueryCandidatesSchema
|
|
82
|
+
*/
|
|
83
|
+
languagesSpoken?: string;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof FinderQueryCandidatesSchema
|
|
88
|
+
*/
|
|
89
|
+
locationPreferences?: string;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @type {string}
|
|
93
|
+
* @memberof FinderQueryCandidatesSchema
|
|
94
|
+
*/
|
|
95
|
+
personalityAndSoftSkills?: string;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof FinderQueryCandidatesSchema
|
|
100
|
+
*/
|
|
101
|
+
availability?: string;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
* @type {string}
|
|
105
|
+
* @memberof FinderQueryCandidatesSchema
|
|
106
|
+
*/
|
|
107
|
+
workPreferences?: string;
|
|
108
|
+
/**
|
|
109
|
+
*
|
|
110
|
+
* @type {string}
|
|
111
|
+
* @memberof FinderQueryCandidatesSchema
|
|
112
|
+
*/
|
|
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
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
* @type {string}
|
|
129
|
+
* @memberof FinderQueryCandidatesSchema
|
|
130
|
+
*/
|
|
131
|
+
companyTypeExperience?: string;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @type {string}
|
|
135
|
+
* @memberof FinderQueryCandidatesSchema
|
|
136
|
+
*/
|
|
137
|
+
jobTendencies?: string;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* @type {string}
|
|
141
|
+
* @memberof FinderQueryCandidatesSchema
|
|
142
|
+
*/
|
|
143
|
+
licenses?: string;
|
|
144
|
+
/**
|
|
145
|
+
*
|
|
146
|
+
* @type {string}
|
|
147
|
+
* @memberof FinderQueryCandidatesSchema
|
|
148
|
+
*/
|
|
149
|
+
salaryExpectation?: string;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @type {string}
|
|
153
|
+
* @memberof FinderQueryCandidatesSchema
|
|
154
|
+
*/
|
|
155
|
+
status?: string;
|
|
156
|
+
/**
|
|
157
|
+
*
|
|
158
|
+
* @type {string}
|
|
159
|
+
* @memberof FinderQueryCandidatesSchema
|
|
160
|
+
*/
|
|
161
|
+
stage?: string;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
* @type {string}
|
|
165
|
+
* @memberof FinderQueryCandidatesSchema
|
|
166
|
+
*/
|
|
167
|
+
source?: string;
|
|
168
|
+
/**
|
|
169
|
+
*
|
|
170
|
+
* @type {string}
|
|
171
|
+
* @memberof FinderQueryCandidatesSchema
|
|
172
|
+
*/
|
|
173
|
+
email?: string;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
* @type {string}
|
|
177
|
+
* @memberof FinderQueryCandidatesSchema
|
|
178
|
+
*/
|
|
179
|
+
gender?: string;
|
|
180
|
+
/**
|
|
181
|
+
*
|
|
182
|
+
* @type {string}
|
|
183
|
+
* @memberof FinderQueryCandidatesSchema
|
|
184
|
+
*/
|
|
185
|
+
shortCode?: string;
|
|
186
|
+
/**
|
|
187
|
+
*
|
|
188
|
+
* @type {string}
|
|
189
|
+
* @memberof FinderQueryCandidatesSchema
|
|
190
|
+
*/
|
|
191
|
+
overallMatchRating?: string;
|
|
192
|
+
/**
|
|
193
|
+
*
|
|
194
|
+
* @type {string}
|
|
195
|
+
* @memberof FinderQueryCandidatesSchema
|
|
196
|
+
*/
|
|
197
|
+
recommendationStatusCode?: string;
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
* @type {string}
|
|
201
|
+
* @memberof FinderQueryCandidatesSchema
|
|
202
|
+
*/
|
|
203
|
+
recommendationStatus?: string;
|
|
204
|
+
/**
|
|
205
|
+
*
|
|
206
|
+
* @type {string}
|
|
207
|
+
* @memberof FinderQueryCandidatesSchema
|
|
208
|
+
*/
|
|
209
|
+
candidateId?: string;
|
|
210
|
+
}
|
|
211
|
+
/**
|
|
212
|
+
* Check if a given object implements the FinderQueryCandidatesSchema interface.
|
|
213
|
+
*/
|
|
214
|
+
export declare function instanceOfFinderQueryCandidatesSchema(value: object): value is FinderQueryCandidatesSchema;
|
|
215
|
+
export declare function FinderQueryCandidatesSchemaFromJSON(json: any): FinderQueryCandidatesSchema;
|
|
216
|
+
export declare function FinderQueryCandidatesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderQueryCandidatesSchema;
|
|
217
|
+
export declare function FinderQueryCandidatesSchemaToJSON(json: any): FinderQueryCandidatesSchema;
|
|
218
|
+
export declare function FinderQueryCandidatesSchemaToJSONTyped(value?: FinderQueryCandidatesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
219
|
+
//# sourceMappingURL=FinderQueryCandidatesSchema.d.ts.map
|
|
@@ -0,0 +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,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;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,CAuC7H;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,CAwC5I"}
|
|
@@ -0,0 +1,111 @@
|
|
|
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.instanceOfFinderQueryCandidatesSchema = instanceOfFinderQueryCandidatesSchema;
|
|
17
|
+
exports.FinderQueryCandidatesSchemaFromJSON = FinderQueryCandidatesSchemaFromJSON;
|
|
18
|
+
exports.FinderQueryCandidatesSchemaFromJSONTyped = FinderQueryCandidatesSchemaFromJSONTyped;
|
|
19
|
+
exports.FinderQueryCandidatesSchemaToJSON = FinderQueryCandidatesSchemaToJSON;
|
|
20
|
+
exports.FinderQueryCandidatesSchemaToJSONTyped = FinderQueryCandidatesSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the FinderQueryCandidatesSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfFinderQueryCandidatesSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function FinderQueryCandidatesSchemaFromJSON(json) {
|
|
28
|
+
return FinderQueryCandidatesSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function FinderQueryCandidatesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
36
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
37
|
+
'jobPositionTitle': json['jobPositionTitle'] == null ? undefined : json['jobPositionTitle'],
|
|
38
|
+
'skillsAndExpertise': json['skillsAndExpertise'] == null ? undefined : json['skillsAndExpertise'],
|
|
39
|
+
'education': json['education'] == null ? undefined : json['education'],
|
|
40
|
+
'experienceAndSeniority': json['experienceAndSeniority'] == null ? undefined : json['experienceAndSeniority'],
|
|
41
|
+
'certifications': json['certifications'] == null ? undefined : json['certifications'],
|
|
42
|
+
'jobPositions': json['jobPositions'] == null ? undefined : json['jobPositions'],
|
|
43
|
+
'keywords': json['keywords'] == null ? undefined : json['keywords'],
|
|
44
|
+
'industryExperience': json['industryExperience'] == null ? undefined : json['industryExperience'],
|
|
45
|
+
'languagesSpoken': json['languagesSpoken'] == null ? undefined : json['languagesSpoken'],
|
|
46
|
+
'locationPreferences': json['locationPreferences'] == null ? undefined : json['locationPreferences'],
|
|
47
|
+
'personalityAndSoftSkills': json['personalityAndSoftSkills'] == null ? undefined : json['personalityAndSoftSkills'],
|
|
48
|
+
'availability': json['availability'] == null ? undefined : json['availability'],
|
|
49
|
+
'workPreferences': json['workPreferences'] == null ? undefined : json['workPreferences'],
|
|
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
|
+
'companyTypeExperience': json['companyTypeExperience'] == null ? undefined : json['companyTypeExperience'],
|
|
54
|
+
'jobTendencies': json['jobTendencies'] == null ? undefined : json['jobTendencies'],
|
|
55
|
+
'licenses': json['licenses'] == null ? undefined : json['licenses'],
|
|
56
|
+
'salaryExpectation': json['salaryExpectation'] == null ? undefined : json['salaryExpectation'],
|
|
57
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
58
|
+
'stage': json['stage'] == null ? undefined : json['stage'],
|
|
59
|
+
'source': json['source'] == null ? undefined : json['source'],
|
|
60
|
+
'email': json['email'] == null ? undefined : json['email'],
|
|
61
|
+
'gender': json['gender'] == null ? undefined : json['gender'],
|
|
62
|
+
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
63
|
+
'overallMatchRating': json['overallMatchRating'] == null ? undefined : json['overallMatchRating'],
|
|
64
|
+
'recommendationStatusCode': json['recommendationStatusCode'] == null ? undefined : json['recommendationStatusCode'],
|
|
65
|
+
'recommendationStatus': json['recommendationStatus'] == null ? undefined : json['recommendationStatus'],
|
|
66
|
+
'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function FinderQueryCandidatesSchemaToJSON(json) {
|
|
70
|
+
return FinderQueryCandidatesSchemaToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function FinderQueryCandidatesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'search': value['search'],
|
|
78
|
+
'name': value['name'],
|
|
79
|
+
'jobPositionTitle': value['jobPositionTitle'],
|
|
80
|
+
'skillsAndExpertise': value['skillsAndExpertise'],
|
|
81
|
+
'education': value['education'],
|
|
82
|
+
'experienceAndSeniority': value['experienceAndSeniority'],
|
|
83
|
+
'certifications': value['certifications'],
|
|
84
|
+
'jobPositions': value['jobPositions'],
|
|
85
|
+
'keywords': value['keywords'],
|
|
86
|
+
'industryExperience': value['industryExperience'],
|
|
87
|
+
'languagesSpoken': value['languagesSpoken'],
|
|
88
|
+
'locationPreferences': value['locationPreferences'],
|
|
89
|
+
'personalityAndSoftSkills': value['personalityAndSoftSkills'],
|
|
90
|
+
'availability': value['availability'],
|
|
91
|
+
'workPreferences': value['workPreferences'],
|
|
92
|
+
'workAuthorization': value['workAuthorization'],
|
|
93
|
+
'overallAssessment': value['overallAssessment'],
|
|
94
|
+
'insightsAndAnalysis': value['insightsAndAnalysis'],
|
|
95
|
+
'companyTypeExperience': value['companyTypeExperience'],
|
|
96
|
+
'jobTendencies': value['jobTendencies'],
|
|
97
|
+
'licenses': value['licenses'],
|
|
98
|
+
'salaryExpectation': value['salaryExpectation'],
|
|
99
|
+
'status': value['status'],
|
|
100
|
+
'stage': value['stage'],
|
|
101
|
+
'source': value['source'],
|
|
102
|
+
'email': value['email'],
|
|
103
|
+
'gender': value['gender'],
|
|
104
|
+
'shortCode': value['shortCode'],
|
|
105
|
+
'overallMatchRating': value['overallMatchRating'],
|
|
106
|
+
'recommendationStatusCode': value['recommendationStatusCode'],
|
|
107
|
+
'recommendationStatus': value['recommendationStatus'],
|
|
108
|
+
'candidateId': value['candidateId'],
|
|
109
|
+
};
|
|
110
|
+
}
|
|
111
|
+
//# sourceMappingURL=FinderQueryCandidatesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderQueryCandidatesSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryCandidatesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA8MH,sFAEC;AAED,kFAEC;AAED,4FAuCC;AAED,8EAEC;AAED,wFAwCC;AAhGD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,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,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;QAC3F,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,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,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;QACrF,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,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,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,mBAAmB,EAAE,IAAI,CAAC,mBAAmB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,mBAAmB,CAAC;QAC9F,qBAAqB,EAAE,IAAI,CAAC,qBAAqB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC;QACpG,uBAAuB,EAAE,IAAI,CAAC,uBAAuB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC;QAC1G,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC;QAClF,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,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,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,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,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,0BAA0B,EAAE,IAAI,CAAC,0BAA0B,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC;QACnH,sBAAsB,EAAE,IAAI,CAAC,sBAAsB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC;QACvG,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC;KAC/E,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,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,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,CAAC;QAC7C,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,wBAAwB,EAAE,KAAK,CAAC,wBAAwB,CAAC;QACzD,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;QACzC,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,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,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,qBAAqB,EAAE,KAAK,CAAC,qBAAqB,CAAC;QACnD,uBAAuB,EAAE,KAAK,CAAC,uBAAuB,CAAC;QACvD,eAAe,EAAE,KAAK,CAAC,eAAe,CAAC;QACvC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,mBAAmB,EAAE,KAAK,CAAC,mBAAmB,CAAC;QAC/C,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,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,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,0BAA0B,EAAE,KAAK,CAAC,0BAA0B,CAAC;QAC7D,sBAAsB,EAAE,KAAK,CAAC,sBAAsB,CAAC;QACrD,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;KACtC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,132 @@
|
|
|
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
|
+
* Query shape for `type: emails` finders. Full-text over subject/body/emailFrom/emailTo plus term filters on direction, status, conversation, sender identity, and system-spam verdict.
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FinderQueryEmailsSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface FinderQueryEmailsSchema {
|
|
18
|
+
/**
|
|
19
|
+
* Full-text multi-match across subject, body, emailFrom, emailTo.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof FinderQueryEmailsSchema
|
|
22
|
+
*/
|
|
23
|
+
search?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof FinderQueryEmailsSchema
|
|
28
|
+
*/
|
|
29
|
+
subject?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof FinderQueryEmailsSchema
|
|
34
|
+
*/
|
|
35
|
+
body?: string;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof FinderQueryEmailsSchema
|
|
40
|
+
*/
|
|
41
|
+
emailFrom?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof FinderQueryEmailsSchema
|
|
46
|
+
*/
|
|
47
|
+
emailTo?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {FinderQueryEmailsSchemaStatusEnum}
|
|
51
|
+
* @memberof FinderQueryEmailsSchema
|
|
52
|
+
*/
|
|
53
|
+
status?: FinderQueryEmailsSchemaStatusEnum;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {FinderQueryEmailsSchemaDirectionEnum}
|
|
57
|
+
* @memberof FinderQueryEmailsSchema
|
|
58
|
+
*/
|
|
59
|
+
direction?: FinderQueryEmailsSchemaDirectionEnum;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof FinderQueryEmailsSchema
|
|
64
|
+
*/
|
|
65
|
+
source?: string;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof FinderQueryEmailsSchema
|
|
70
|
+
*/
|
|
71
|
+
shortCode?: string;
|
|
72
|
+
/**
|
|
73
|
+
*
|
|
74
|
+
* @type {string}
|
|
75
|
+
* @memberof FinderQueryEmailsSchema
|
|
76
|
+
*/
|
|
77
|
+
conversationId?: string;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
* @type {string}
|
|
81
|
+
* @memberof FinderQueryEmailsSchema
|
|
82
|
+
*/
|
|
83
|
+
fromUserId?: string;
|
|
84
|
+
/**
|
|
85
|
+
*
|
|
86
|
+
* @type {string}
|
|
87
|
+
* @memberof FinderQueryEmailsSchema
|
|
88
|
+
*/
|
|
89
|
+
fromCandidateId?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Filter by the system-level spam verdict. Pass a boolean; the service converts to the string keyword the OpenSearch index stores.
|
|
92
|
+
* @type {boolean}
|
|
93
|
+
* @memberof FinderQueryEmailsSchema
|
|
94
|
+
*/
|
|
95
|
+
isSystemSpam?: boolean;
|
|
96
|
+
/**
|
|
97
|
+
*
|
|
98
|
+
* @type {string}
|
|
99
|
+
* @memberof FinderQueryEmailsSchema
|
|
100
|
+
*/
|
|
101
|
+
emailId?: string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* @export
|
|
105
|
+
*/
|
|
106
|
+
export declare const FinderQueryEmailsSchemaStatusEnum: {
|
|
107
|
+
readonly Draft: "draft";
|
|
108
|
+
readonly Scheduled: "scheduled";
|
|
109
|
+
readonly Sent: "sent";
|
|
110
|
+
readonly Suppressed: "suppressed";
|
|
111
|
+
readonly Archived: "archived";
|
|
112
|
+
readonly Failed: "failed";
|
|
113
|
+
readonly Pending: "pending";
|
|
114
|
+
};
|
|
115
|
+
export type FinderQueryEmailsSchemaStatusEnum = typeof FinderQueryEmailsSchemaStatusEnum[keyof typeof FinderQueryEmailsSchemaStatusEnum];
|
|
116
|
+
/**
|
|
117
|
+
* @export
|
|
118
|
+
*/
|
|
119
|
+
export declare const FinderQueryEmailsSchemaDirectionEnum: {
|
|
120
|
+
readonly Inbound: "inbound";
|
|
121
|
+
readonly Outbound: "outbound";
|
|
122
|
+
};
|
|
123
|
+
export type FinderQueryEmailsSchemaDirectionEnum = typeof FinderQueryEmailsSchemaDirectionEnum[keyof typeof FinderQueryEmailsSchemaDirectionEnum];
|
|
124
|
+
/**
|
|
125
|
+
* Check if a given object implements the FinderQueryEmailsSchema interface.
|
|
126
|
+
*/
|
|
127
|
+
export declare function instanceOfFinderQueryEmailsSchema(value: object): value is FinderQueryEmailsSchema;
|
|
128
|
+
export declare function FinderQueryEmailsSchemaFromJSON(json: any): FinderQueryEmailsSchema;
|
|
129
|
+
export declare function FinderQueryEmailsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderQueryEmailsSchema;
|
|
130
|
+
export declare function FinderQueryEmailsSchemaToJSON(json: any): FinderQueryEmailsSchema;
|
|
131
|
+
export declare function FinderQueryEmailsSchemaToJSONTyped(value?: FinderQueryEmailsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
132
|
+
//# sourceMappingURL=FinderQueryEmailsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderQueryEmailsSchema.d.ts","sourceRoot":"","sources":["../../src/models/FinderQueryEmailsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,SAAS,CAAC,EAAE,oCAAoC,CAAC;IACjD;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;;;;;;;CAQpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAEzI;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAEjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CAqBrH;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAEhF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,CAAC,EAAE,uBAAuB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAsBpI"}
|
|
@@ -0,0 +1,95 @@
|
|
|
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.FinderQueryEmailsSchemaDirectionEnum = exports.FinderQueryEmailsSchemaStatusEnum = void 0;
|
|
17
|
+
exports.instanceOfFinderQueryEmailsSchema = instanceOfFinderQueryEmailsSchema;
|
|
18
|
+
exports.FinderQueryEmailsSchemaFromJSON = FinderQueryEmailsSchemaFromJSON;
|
|
19
|
+
exports.FinderQueryEmailsSchemaFromJSONTyped = FinderQueryEmailsSchemaFromJSONTyped;
|
|
20
|
+
exports.FinderQueryEmailsSchemaToJSON = FinderQueryEmailsSchemaToJSON;
|
|
21
|
+
exports.FinderQueryEmailsSchemaToJSONTyped = FinderQueryEmailsSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.FinderQueryEmailsSchemaStatusEnum = {
|
|
26
|
+
Draft: 'draft',
|
|
27
|
+
Scheduled: 'scheduled',
|
|
28
|
+
Sent: 'sent',
|
|
29
|
+
Suppressed: 'suppressed',
|
|
30
|
+
Archived: 'archived',
|
|
31
|
+
Failed: 'failed',
|
|
32
|
+
Pending: 'pending'
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* @export
|
|
36
|
+
*/
|
|
37
|
+
exports.FinderQueryEmailsSchemaDirectionEnum = {
|
|
38
|
+
Inbound: 'inbound',
|
|
39
|
+
Outbound: 'outbound'
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the FinderQueryEmailsSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
function instanceOfFinderQueryEmailsSchema(value) {
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
function FinderQueryEmailsSchemaFromJSON(json) {
|
|
48
|
+
return FinderQueryEmailsSchemaFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function FinderQueryEmailsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
51
|
+
if (json == null) {
|
|
52
|
+
return json;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'search': json['search'] == null ? undefined : json['search'],
|
|
56
|
+
'subject': json['subject'] == null ? undefined : json['subject'],
|
|
57
|
+
'body': json['body'] == null ? undefined : json['body'],
|
|
58
|
+
'emailFrom': json['emailFrom'] == null ? undefined : json['emailFrom'],
|
|
59
|
+
'emailTo': json['emailTo'] == null ? undefined : json['emailTo'],
|
|
60
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
61
|
+
'direction': json['direction'] == null ? undefined : json['direction'],
|
|
62
|
+
'source': json['source'] == null ? undefined : json['source'],
|
|
63
|
+
'shortCode': json['shortCode'] == null ? undefined : json['shortCode'],
|
|
64
|
+
'conversationId': json['conversationId'] == null ? undefined : json['conversationId'],
|
|
65
|
+
'fromUserId': json['fromUserId'] == null ? undefined : json['fromUserId'],
|
|
66
|
+
'fromCandidateId': json['fromCandidateId'] == null ? undefined : json['fromCandidateId'],
|
|
67
|
+
'isSystemSpam': json['isSystemSpam'] == null ? undefined : json['isSystemSpam'],
|
|
68
|
+
'emailId': json['emailId'] == null ? undefined : json['emailId'],
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
function FinderQueryEmailsSchemaToJSON(json) {
|
|
72
|
+
return FinderQueryEmailsSchemaToJSONTyped(json, false);
|
|
73
|
+
}
|
|
74
|
+
function FinderQueryEmailsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
75
|
+
if (value == null) {
|
|
76
|
+
return value;
|
|
77
|
+
}
|
|
78
|
+
return {
|
|
79
|
+
'search': value['search'],
|
|
80
|
+
'subject': value['subject'],
|
|
81
|
+
'body': value['body'],
|
|
82
|
+
'emailFrom': value['emailFrom'],
|
|
83
|
+
'emailTo': value['emailTo'],
|
|
84
|
+
'status': value['status'],
|
|
85
|
+
'direction': value['direction'],
|
|
86
|
+
'source': value['source'],
|
|
87
|
+
'shortCode': value['shortCode'],
|
|
88
|
+
'conversationId': value['conversationId'],
|
|
89
|
+
'fromUserId': value['fromUserId'],
|
|
90
|
+
'fromCandidateId': value['fromCandidateId'],
|
|
91
|
+
'isSystemSpam': value['isSystemSpam'],
|
|
92
|
+
'emailId': value['emailId'],
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=FinderQueryEmailsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderQueryEmailsSchema.js","sourceRoot":"","sources":["../../src/models/FinderQueryEmailsSchema.ts"],"names":[],"mappings":"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"}
|