@smartytalent/api-client 0.1.33-dev.2 → 0.1.33-dev.20
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/AggregatesApi.d.ts +131 -0
- package/dist/apis/AggregatesApi.d.ts.map +1 -0
- package/dist/apis/AggregatesApi.js +291 -0
- package/dist/apis/AggregatesApi.js.map +1 -0
- package/dist/apis/EmailsApi.d.ts +34 -2
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +42 -3
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/LabelsApi.d.ts +141 -0
- package/dist/apis/LabelsApi.d.ts.map +1 -0
- package/dist/apis/LabelsApi.js +342 -0
- package/dist/apis/LabelsApi.js.map +1 -0
- package/dist/apis/StatesApi.d.ts +155 -0
- package/dist/apis/StatesApi.d.ts.map +1 -0
- package/dist/apis/StatesApi.js +364 -0
- package/dist/apis/StatesApi.js.map +1 -0
- package/dist/apis/index.d.ts +3 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +3 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/AggregateAttributesSchema.d.ts +73 -0
- package/dist/models/AggregateAttributesSchema.d.ts.map +1 -0
- package/dist/models/AggregateAttributesSchema.js +69 -0
- package/dist/models/AggregateAttributesSchema.js.map +1 -0
- package/dist/models/AggregateCountsBucketSchema.d.ts +49 -0
- package/dist/models/AggregateCountsBucketSchema.d.ts.map +1 -0
- package/dist/models/AggregateCountsBucketSchema.js +53 -0
- package/dist/models/AggregateCountsBucketSchema.js.map +1 -0
- package/dist/models/AggregateResourceSchema.d.ts +74 -0
- package/dist/models/AggregateResourceSchema.d.ts.map +1 -0
- package/dist/models/AggregateResourceSchema.js +74 -0
- package/dist/models/AggregateResourceSchema.js.map +1 -0
- package/dist/models/AggregateSchema.d.ts +49 -0
- package/dist/models/AggregateSchema.d.ts.map +1 -0
- package/dist/models/AggregateSchema.js +55 -0
- package/dist/models/AggregateSchema.js.map +1 -0
- package/dist/models/AggregatesMetaSchema.d.ts +64 -0
- package/dist/models/AggregatesMetaSchema.d.ts.map +1 -0
- package/dist/models/AggregatesMetaSchema.js +56 -0
- package/dist/models/AggregatesMetaSchema.js.map +1 -0
- package/dist/models/AggregatesSchema.d.ts +48 -0
- package/dist/models/AggregatesSchema.d.ts.map +1 -0
- package/dist/models/AggregatesSchema.js +56 -0
- package/dist/models/AggregatesSchema.js.map +1 -0
- package/dist/models/CreateLabelRequestBody.d.ts +34 -0
- package/dist/models/CreateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBody.js +52 -0
- package/dist/models/CreateLabelRequestBody.js.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts +47 -0
- package/dist/models/CreateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateLabelRequestBodyData.js +63 -0
- package/dist/models/CreateLabelRequestBodyData.js.map +1 -0
- package/dist/models/CreateStateRequestBody.d.ts +34 -0
- package/dist/models/CreateStateRequestBody.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBody.js +52 -0
- package/dist/models/CreateStateRequestBody.js.map +1 -0
- package/dist/models/CreateStateRequestBodyData.d.ts +47 -0
- package/dist/models/CreateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateStateRequestBodyData.js +63 -0
- package/dist/models/CreateStateRequestBodyData.js.map +1 -0
- package/dist/models/EmailAttributesSchema.d.ts +50 -9
- package/dist/models/EmailAttributesSchema.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchema.js +18 -5
- package/dist/models/EmailAttributesSchema.js.map +1 -1
- package/dist/models/EmailAttributesSchemaAttachmentsInner.d.ts +27 -3
- package/dist/models/EmailAttributesSchemaAttachmentsInner.d.ts.map +1 -1
- package/dist/models/EmailAttributesSchemaAttachmentsInner.js +8 -0
- package/dist/models/EmailAttributesSchemaAttachmentsInner.js.map +1 -1
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts +39 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js +51 -0
- package/dist/models/EmailRelationshipsScheduleDataSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts +34 -0
- package/dist/models/EmailRelationshipsScheduleSchema.d.ts.map +1 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js +50 -0
- package/dist/models/EmailRelationshipsScheduleSchema.js.map +1 -0
- package/dist/models/EmailRelationshipsSchema.d.ts +7 -0
- package/dist/models/EmailRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/EmailRelationshipsSchema.js +3 -0
- package/dist/models/EmailRelationshipsSchema.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 +134 -0
- package/dist/models/FinderQueryEmailsSchema.d.ts.map +1 -0
- package/dist/models/FinderQueryEmailsSchema.js +97 -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/LabelAttributesSchema.d.ts +92 -0
- package/dist/models/LabelAttributesSchema.d.ts.map +1 -0
- package/dist/models/LabelAttributesSchema.js +79 -0
- package/dist/models/LabelAttributesSchema.js.map +1 -0
- package/dist/models/LabelResourceSchema.d.ts +74 -0
- package/dist/models/LabelResourceSchema.d.ts.map +1 -0
- package/dist/models/LabelResourceSchema.js +74 -0
- package/dist/models/LabelResourceSchema.js.map +1 -0
- package/dist/models/LabelSchema.d.ts +49 -0
- package/dist/models/LabelSchema.d.ts.map +1 -0
- package/dist/models/LabelSchema.js +55 -0
- package/dist/models/LabelSchema.js.map +1 -0
- package/dist/models/LabelsSchema.d.ts +48 -0
- package/dist/models/LabelsSchema.d.ts.map +1 -0
- package/dist/models/LabelsSchema.js +56 -0
- package/dist/models/LabelsSchema.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/ResourcesMetaPageSchema.d.ts +20 -2
- package/dist/models/ResourcesMetaPageSchema.d.ts.map +1 -1
- package/dist/models/ResourcesMetaPageSchema.js +6 -0
- package/dist/models/ResourcesMetaPageSchema.js.map +1 -1
- package/dist/models/RunAttributesSchema.d.ts +13 -0
- package/dist/models/RunAttributesSchema.d.ts.map +1 -1
- package/dist/models/RunAttributesSchema.js +5 -0
- package/dist/models/RunAttributesSchema.js.map +1 -1
- package/dist/models/RunAttributesSchemaPausedAtStep.d.ts +39 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.d.ts.map +1 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.js +51 -0
- package/dist/models/RunAttributesSchemaPausedAtStep.js.map +1 -0
- package/dist/models/ScheduleAttributesSchema.d.ts +4 -3
- package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -1
- package/dist/models/ScheduleAttributesSchema.js +5 -8
- package/dist/models/ScheduleAttributesSchema.js.map +1 -1
- package/dist/models/ScheduleRelationshipsEmailSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsEmailSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsEmailSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts +7 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/ScheduleRelationshipsSchema.js +3 -0
- package/dist/models/ScheduleRelationshipsSchema.js.map +1 -1
- package/dist/models/StateAttributesSchema.d.ts +116 -0
- package/dist/models/StateAttributesSchema.d.ts.map +1 -0
- package/dist/models/StateAttributesSchema.js +86 -0
- package/dist/models/StateAttributesSchema.js.map +1 -0
- package/dist/models/StateResourceSchema.d.ts +74 -0
- package/dist/models/StateResourceSchema.d.ts.map +1 -0
- package/dist/models/StateResourceSchema.js +74 -0
- package/dist/models/StateResourceSchema.js.map +1 -0
- package/dist/models/StateSchema.d.ts +49 -0
- package/dist/models/StateSchema.d.ts.map +1 -0
- package/dist/models/StateSchema.js +55 -0
- package/dist/models/StateSchema.js.map +1 -0
- package/dist/models/StatesSchema.d.ts +48 -0
- package/dist/models/StatesSchema.d.ts.map +1 -0
- package/dist/models/StatesSchema.js +56 -0
- package/dist/models/StatesSchema.js.map +1 -0
- package/dist/models/TenantsMetaPageSchema.d.ts +20 -2
- package/dist/models/TenantsMetaPageSchema.d.ts.map +1 -1
- package/dist/models/TenantsMetaPageSchema.js +6 -0
- package/dist/models/TenantsMetaPageSchema.js.map +1 -1
- package/dist/models/UpdateAggregateRequestBody.d.ts +34 -0
- package/dist/models/UpdateAggregateRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateAggregateRequestBody.js +52 -0
- package/dist/models/UpdateAggregateRequestBody.js.map +1 -0
- package/dist/models/UpdateAggregateRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateAggregateRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateAggregateRequestBodyData.js +67 -0
- package/dist/models/UpdateAggregateRequestBodyData.js.map +1 -0
- package/dist/models/UpdateLabelRequestBody.d.ts +34 -0
- package/dist/models/UpdateLabelRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBody.js +52 -0
- package/dist/models/UpdateLabelRequestBody.js.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateLabelRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateLabelRequestBodyData.js +67 -0
- package/dist/models/UpdateLabelRequestBodyData.js.map +1 -0
- package/dist/models/UpdateStateRequestBody.d.ts +34 -0
- package/dist/models/UpdateStateRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBody.js +52 -0
- package/dist/models/UpdateStateRequestBody.js.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts +53 -0
- package/dist/models/UpdateStateRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateStateRequestBodyData.js +67 -0
- package/dist/models/UpdateStateRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +37 -1
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +37 -1
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/EmailAttributesSchemaSubject.d.ts +0 -24
- package/dist/models/EmailAttributesSchemaSubject.d.ts.map +0 -1
- package/dist/models/EmailAttributesSchemaSubject.js +0 -44
- package/dist/models/EmailAttributesSchemaSubject.js.map +0 -1
|
@@ -19,6 +19,8 @@ exports.FinderAttributesSchemaFromJSON = FinderAttributesSchemaFromJSON;
|
|
|
19
19
|
exports.FinderAttributesSchemaFromJSONTyped = FinderAttributesSchemaFromJSONTyped;
|
|
20
20
|
exports.FinderAttributesSchemaToJSON = FinderAttributesSchemaToJSON;
|
|
21
21
|
exports.FinderAttributesSchemaToJSONTyped = FinderAttributesSchemaToJSONTyped;
|
|
22
|
+
const FinderAttributesSchemaQuery_1 = require("./FinderAttributesSchemaQuery");
|
|
23
|
+
const FinderResultsSchema_1 = require("./FinderResultsSchema");
|
|
22
24
|
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
25
|
/**
|
|
24
26
|
* @export
|
|
@@ -61,8 +63,8 @@ function FinderAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
61
63
|
return {
|
|
62
64
|
'name': json['name'],
|
|
63
65
|
'type': json['type'],
|
|
64
|
-
'query': json['query'] == null ? undefined : json['query'],
|
|
65
|
-
'results': json['results'] == null ? undefined : json['results'],
|
|
66
|
+
'query': json['query'] == null ? undefined : (0, FinderAttributesSchemaQuery_1.FinderAttributesSchemaQueryFromJSON)(json['query']),
|
|
67
|
+
'results': json['results'] == null ? undefined : (0, FinderResultsSchema_1.FinderResultsSchemaFromJSON)(json['results']),
|
|
66
68
|
'status': json['status'] == null ? undefined : json['status'],
|
|
67
69
|
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
68
70
|
'settings': json['settings'] == null ? undefined : json['settings'],
|
|
@@ -82,8 +84,8 @@ function FinderAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
82
84
|
return {
|
|
83
85
|
'name': value['name'],
|
|
84
86
|
'type': value['type'],
|
|
85
|
-
'query': value['query'],
|
|
86
|
-
'results': value['results'],
|
|
87
|
+
'query': (0, FinderAttributesSchemaQuery_1.FinderAttributesSchemaQueryToJSON)(value['query']),
|
|
88
|
+
'results': (0, FinderResultsSchema_1.FinderResultsSchemaToJSON)(value['results']),
|
|
87
89
|
'status': value['status'],
|
|
88
90
|
'languageCode': value['languageCode'],
|
|
89
91
|
'settings': value['settings'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FinderAttributesSchema.js","sourceRoot":"","sources":["../../src/models/FinderAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"FinderAttributesSchema.js","sourceRoot":"","sources":["../../src/models/FinderAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAiIH,4EAIC;AAED,wEAEC;AAED,kFAkBC;AAED,oEAEC;AAED,8EAmBC;AAlLD,+EAKuC;AAEvC,+DAK+B;AAE/B,yEAKoC;AA6EpC;;GAEG;AACU,QAAA,8BAA8B,GAAG;IAC1C,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;CACZ,CAAC;AAGX;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;CACd,CAAC;AAIX;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC/F,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAC7F,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,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,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,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC;QACpD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2DAAgC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,OAAO,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAC1D,SAAS,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACtD,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,cAAc,EAAE,KAAK,CAAC,cAAc,CAAC;QACrC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC;QACnB,YAAY,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 { FinderQueryCandidatesSchema } from './FinderQueryCandidatesSchema';
|
|
13
|
+
import type { FinderQueryEmailsSchema } from './FinderQueryEmailsSchema';
|
|
14
|
+
import type { FinderQueryJobsSchema } from './FinderQueryJobsSchema';
|
|
15
|
+
import type { FinderQueryTalentsSchema } from './FinderQueryTalentsSchema';
|
|
16
|
+
/**
|
|
17
|
+
* @type FinderAttributesSchemaQuery
|
|
18
|
+
* Search query parameters sent to OpenSearch. Shape varies by finder `type`. OpenAPI can't express the full type/query correlation as a strict discriminated union (the discriminator lives on the sibling `type` field, not on `query` itself), so this is encoded as `oneOf` over per-type query schemas. Clients should pick the shape matching the `type` they are posting.
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
export type FinderAttributesSchemaQuery = FinderQueryCandidatesSchema | FinderQueryEmailsSchema | FinderQueryJobsSchema | FinderQueryTalentsSchema;
|
|
22
|
+
export declare function FinderAttributesSchemaQueryFromJSON(json: any): FinderAttributesSchemaQuery;
|
|
23
|
+
export declare function FinderAttributesSchemaQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderAttributesSchemaQuery;
|
|
24
|
+
export declare function FinderAttributesSchemaQueryToJSON(json: any): any;
|
|
25
|
+
export declare function FinderAttributesSchemaQueryToJSONTyped(value?: FinderAttributesSchemaQuery | null, ignoreDiscriminator?: boolean): any;
|
|
26
|
+
//# sourceMappingURL=FinderAttributesSchemaQuery.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderAttributesSchemaQuery.d.ts","sourceRoot":"","sources":["../../src/models/FinderAttributesSchemaQuery.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AAOzE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAOrE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,MAAM,2BAA2B,GAAG,2BAA2B,GAAG,uBAAuB,GAAG,qBAAqB,GAAG,wBAAwB,CAAC;AAEnJ,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAoB7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,GAAG,CAEhE;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAoB5I"}
|
|
@@ -0,0 +1,72 @@
|
|
|
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.FinderAttributesSchemaQueryFromJSON = FinderAttributesSchemaQueryFromJSON;
|
|
17
|
+
exports.FinderAttributesSchemaQueryFromJSONTyped = FinderAttributesSchemaQueryFromJSONTyped;
|
|
18
|
+
exports.FinderAttributesSchemaQueryToJSON = FinderAttributesSchemaQueryToJSON;
|
|
19
|
+
exports.FinderAttributesSchemaQueryToJSONTyped = FinderAttributesSchemaQueryToJSONTyped;
|
|
20
|
+
const FinderQueryCandidatesSchema_1 = require("./FinderQueryCandidatesSchema");
|
|
21
|
+
const FinderQueryEmailsSchema_1 = require("./FinderQueryEmailsSchema");
|
|
22
|
+
const FinderQueryJobsSchema_1 = require("./FinderQueryJobsSchema");
|
|
23
|
+
const FinderQueryTalentsSchema_1 = require("./FinderQueryTalentsSchema");
|
|
24
|
+
function FinderAttributesSchemaQueryFromJSON(json) {
|
|
25
|
+
return FinderAttributesSchemaQueryFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
function FinderAttributesSchemaQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
28
|
+
if (json == null) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
if (typeof json !== 'object') {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
if ((0, FinderQueryCandidatesSchema_1.instanceOfFinderQueryCandidatesSchema)(json)) {
|
|
35
|
+
return (0, FinderQueryCandidatesSchema_1.FinderQueryCandidatesSchemaFromJSONTyped)(json, true);
|
|
36
|
+
}
|
|
37
|
+
if ((0, FinderQueryEmailsSchema_1.instanceOfFinderQueryEmailsSchema)(json)) {
|
|
38
|
+
return (0, FinderQueryEmailsSchema_1.FinderQueryEmailsSchemaFromJSONTyped)(json, true);
|
|
39
|
+
}
|
|
40
|
+
if ((0, FinderQueryJobsSchema_1.instanceOfFinderQueryJobsSchema)(json)) {
|
|
41
|
+
return (0, FinderQueryJobsSchema_1.FinderQueryJobsSchemaFromJSONTyped)(json, true);
|
|
42
|
+
}
|
|
43
|
+
if ((0, FinderQueryTalentsSchema_1.instanceOfFinderQueryTalentsSchema)(json)) {
|
|
44
|
+
return (0, FinderQueryTalentsSchema_1.FinderQueryTalentsSchemaFromJSONTyped)(json, true);
|
|
45
|
+
}
|
|
46
|
+
return {};
|
|
47
|
+
}
|
|
48
|
+
function FinderAttributesSchemaQueryToJSON(json) {
|
|
49
|
+
return FinderAttributesSchemaQueryToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function FinderAttributesSchemaQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
if (typeof value !== 'object') {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
if ((0, FinderQueryCandidatesSchema_1.instanceOfFinderQueryCandidatesSchema)(value)) {
|
|
59
|
+
return (0, FinderQueryCandidatesSchema_1.FinderQueryCandidatesSchemaToJSON)(value);
|
|
60
|
+
}
|
|
61
|
+
if ((0, FinderQueryEmailsSchema_1.instanceOfFinderQueryEmailsSchema)(value)) {
|
|
62
|
+
return (0, FinderQueryEmailsSchema_1.FinderQueryEmailsSchemaToJSON)(value);
|
|
63
|
+
}
|
|
64
|
+
if ((0, FinderQueryJobsSchema_1.instanceOfFinderQueryJobsSchema)(value)) {
|
|
65
|
+
return (0, FinderQueryJobsSchema_1.FinderQueryJobsSchemaToJSON)(value);
|
|
66
|
+
}
|
|
67
|
+
if ((0, FinderQueryTalentsSchema_1.instanceOfFinderQueryTalentsSchema)(value)) {
|
|
68
|
+
return (0, FinderQueryTalentsSchema_1.FinderQueryTalentsSchemaToJSON)(value);
|
|
69
|
+
}
|
|
70
|
+
return {};
|
|
71
|
+
}
|
|
72
|
+
//# sourceMappingURL=FinderAttributesSchemaQuery.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderAttributesSchemaQuery.js","sourceRoot":"","sources":["../../src/models/FinderAttributesSchemaQuery.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsCH,kFAEC;AAED,4FAoBC;AAED,8EAEC;AAED,wFAoBC;AArFD,+EAKuC;AAEvC,uEAKmC;AAEnC,mEAKiC;AAEjC,yEAKoC;AASpC,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,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;QAC3B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAI,IAAA,mEAAqC,EAAC,IAAI,CAAC,EAAE,CAAC;QAC9C,OAAO,IAAA,sEAAwC,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;IACD,IAAI,IAAA,2DAAiC,EAAC,IAAI,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAA,8DAAoC,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;IACD,IAAI,IAAA,uDAA+B,EAAC,IAAI,CAAC,EAAE,CAAC;QACxC,OAAO,IAAA,0DAAkC,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;IACD,IAAI,IAAA,6DAAkC,EAAC,IAAI,CAAC,EAAE,CAAC;QAC3C,OAAO,IAAA,gEAAqC,EAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;IACD,OAAO,EAAS,CAAC;AACrB,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;IACD,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE,CAAC;QAC5B,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,IAAI,IAAA,mEAAqC,EAAC,KAAK,CAAC,EAAE,CAAC;QAC/C,OAAO,IAAA,+DAAiC,EAAC,KAAoC,CAAC,CAAC;IACnF,CAAC;IACD,IAAI,IAAA,2DAAiC,EAAC,KAAK,CAAC,EAAE,CAAC;QAC3C,OAAO,IAAA,uDAA6B,EAAC,KAAgC,CAAC,CAAC;IAC3E,CAAC;IACD,IAAI,IAAA,uDAA+B,EAAC,KAAK,CAAC,EAAE,CAAC;QACzC,OAAO,IAAA,mDAA2B,EAAC,KAA8B,CAAC,CAAC;IACvE,CAAC;IACD,IAAI,IAAA,6DAAkC,EAAC,KAAK,CAAC,EAAE,CAAC;QAC5C,OAAO,IAAA,yDAA8B,EAAC,KAAiC,CAAC,CAAC;IAC7E,CAAC;IACD,OAAO,EAAE,CAAC;AACd,CAAC"}
|
|
@@ -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":"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"}
|
|
@@ -0,0 +1,134 @@
|
|
|
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 Received: "received";
|
|
111
|
+
readonly Suppressed: "suppressed";
|
|
112
|
+
readonly Archived: "archived";
|
|
113
|
+
readonly Trashed: "trashed";
|
|
114
|
+
readonly Failed: "failed";
|
|
115
|
+
readonly Pending: "pending";
|
|
116
|
+
};
|
|
117
|
+
export type FinderQueryEmailsSchemaStatusEnum = typeof FinderQueryEmailsSchemaStatusEnum[keyof typeof FinderQueryEmailsSchemaStatusEnum];
|
|
118
|
+
/**
|
|
119
|
+
* @export
|
|
120
|
+
*/
|
|
121
|
+
export declare const FinderQueryEmailsSchemaDirectionEnum: {
|
|
122
|
+
readonly Inbound: "inbound";
|
|
123
|
+
readonly Outbound: "outbound";
|
|
124
|
+
};
|
|
125
|
+
export type FinderQueryEmailsSchemaDirectionEnum = typeof FinderQueryEmailsSchemaDirectionEnum[keyof typeof FinderQueryEmailsSchemaDirectionEnum];
|
|
126
|
+
/**
|
|
127
|
+
* Check if a given object implements the FinderQueryEmailsSchema interface.
|
|
128
|
+
*/
|
|
129
|
+
export declare function instanceOfFinderQueryEmailsSchema(value: object): value is FinderQueryEmailsSchema;
|
|
130
|
+
export declare function FinderQueryEmailsSchemaFromJSON(json: any): FinderQueryEmailsSchema;
|
|
131
|
+
export declare function FinderQueryEmailsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderQueryEmailsSchema;
|
|
132
|
+
export declare function FinderQueryEmailsSchemaToJSON(json: any): FinderQueryEmailsSchema;
|
|
133
|
+
export declare function FinderQueryEmailsSchemaToJSONTyped(value?: FinderQueryEmailsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
134
|
+
//# 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;;;;;;;;;;CAUpC,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"}
|