@smartytalent/api-client 0.8.2 → 0.8.3
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/DocumentsApi.d.ts +221 -0
- package/dist/apis/DocumentsApi.d.ts.map +1 -0
- package/dist/apis/DocumentsApi.js +506 -0
- package/dist/apis/DocumentsApi.js.map +1 -0
- package/dist/apis/PersonasApi.d.ts +1 -0
- package/dist/apis/PersonasApi.d.ts.map +1 -1
- package/dist/apis/PersonasApi.js +3 -0
- package/dist/apis/PersonasApi.js.map +1 -1
- 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/CreateDocumentRequestBody.d.ts +34 -0
- package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBody.js +52 -0
- package/dist/models/CreateDocumentRequestBody.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
- package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyData.js +66 -0
- package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
- package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/DocumentAttributesSchema.d.ts +190 -0
- package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchema.js +113 -0
- package/dist/models/DocumentAttributesSchema.js.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
- package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
- package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
- package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
- package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/DocumentRelationshipsSchema.js +56 -0
- package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
- package/dist/models/DocumentResourceSchema.d.ts +75 -0
- package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/DocumentResourceSchema.js +75 -0
- package/dist/models/DocumentResourceSchema.js.map +1 -0
- package/dist/models/DocumentSchema.d.ts +49 -0
- package/dist/models/DocumentSchema.d.ts.map +1 -0
- package/dist/models/DocumentSchema.js +55 -0
- package/dist/models/DocumentSchema.js.map +1 -0
- package/dist/models/DocumentsSchema.d.ts +48 -0
- package/dist/models/DocumentsSchema.d.ts.map +1 -0
- package/dist/models/DocumentsSchema.js +56 -0
- package/dist/models/DocumentsSchema.js.map +1 -0
- package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
- package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentActionSchema.js +73 -0
- package/dist/models/GuestDocumentActionSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
- package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchema.js +110 -0
- package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
- package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
- package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
- package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
- package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentMetaSchema.js +55 -0
- package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
- package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentResourceSchema.js +61 -0
- package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
- package/dist/models/GuestDocumentSchema.d.ts +39 -0
- package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
- package/dist/models/GuestDocumentSchema.js +50 -0
- package/dist/models/GuestDocumentSchema.js.map +1 -0
- package/dist/models/PersonaAttributesSchema.d.ts +298 -4
- package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
- package/dist/models/PersonaAttributesSchema.js +86 -4
- package/dist/models/PersonaAttributesSchema.js.map +1 -1
- package/dist/models/PersonaResourceSchema.d.ts +1 -1
- package/dist/models/PersonaResourceSchema.js +1 -1
- package/dist/models/PersonaResourceSchema.js.map +1 -1
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
- package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
- package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
- package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
- package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
- package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBody.js +52 -0
- package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
- package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
- package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
- package/dist/models/index.d.ts +27 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +27 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
* Auth context for the unauthenticated PATCH
|
|
14
|
+
* /v1/guest/documents/{id}. Both values come from the emailed link,
|
|
15
|
+
* never from a session. tenantId is the BASE tenant id; accessToken
|
|
16
|
+
* is the per-participant token minted at send and compared with
|
|
17
|
+
* hmac.compare_digest. Any mismatch returns 404, intentionally
|
|
18
|
+
* indistinguishable from "document not found".
|
|
19
|
+
* @export
|
|
20
|
+
* @interface GuestDocumentMetaSchema
|
|
21
|
+
*/
|
|
22
|
+
export interface GuestDocumentMetaSchema {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof GuestDocumentMetaSchema
|
|
27
|
+
*/
|
|
28
|
+
tenantId: string;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof GuestDocumentMetaSchema
|
|
33
|
+
*/
|
|
34
|
+
accessToken: string;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the GuestDocumentMetaSchema interface.
|
|
38
|
+
*/
|
|
39
|
+
export declare function instanceOfGuestDocumentMetaSchema(value: object): value is GuestDocumentMetaSchema;
|
|
40
|
+
export declare function GuestDocumentMetaSchemaFromJSON(json: any): GuestDocumentMetaSchema;
|
|
41
|
+
export declare function GuestDocumentMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentMetaSchema;
|
|
42
|
+
export declare function GuestDocumentMetaSchemaToJSON(json: any): GuestDocumentMetaSchema;
|
|
43
|
+
export declare function GuestDocumentMetaSchemaToJSONTyped(value?: GuestDocumentMetaSchema | null, ignoreDiscriminator?: boolean): any;
|
|
44
|
+
//# sourceMappingURL=GuestDocumentMetaSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;;GASG;AACH,MAAM,WAAW,uBAAuB;IACpC;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,wBAAgB,iCAAiC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uBAAuB,CAIjG;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,uBAAuB,CAElF;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uBAAuB,CASrH;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,CAUpI"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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.instanceOfGuestDocumentMetaSchema = instanceOfGuestDocumentMetaSchema;
|
|
17
|
+
exports.GuestDocumentMetaSchemaFromJSON = GuestDocumentMetaSchemaFromJSON;
|
|
18
|
+
exports.GuestDocumentMetaSchemaFromJSONTyped = GuestDocumentMetaSchemaFromJSONTyped;
|
|
19
|
+
exports.GuestDocumentMetaSchemaToJSON = GuestDocumentMetaSchemaToJSON;
|
|
20
|
+
exports.GuestDocumentMetaSchemaToJSONTyped = GuestDocumentMetaSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the GuestDocumentMetaSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfGuestDocumentMetaSchema(value) {
|
|
25
|
+
if (!('tenantId' in value) || value['tenantId'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('accessToken' in value) || value['accessToken'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
function GuestDocumentMetaSchemaFromJSON(json) {
|
|
32
|
+
return GuestDocumentMetaSchemaFromJSONTyped(json, false);
|
|
33
|
+
}
|
|
34
|
+
function GuestDocumentMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
35
|
+
if (json == null) {
|
|
36
|
+
return json;
|
|
37
|
+
}
|
|
38
|
+
return {
|
|
39
|
+
'tenantId': json['tenantId'],
|
|
40
|
+
'accessToken': json['accessToken'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function GuestDocumentMetaSchemaToJSON(json) {
|
|
44
|
+
return GuestDocumentMetaSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function GuestDocumentMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'tenantId': value['tenantId'],
|
|
52
|
+
'accessToken': value['accessToken'],
|
|
53
|
+
};
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=GuestDocumentMetaSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentMetaSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+BH,8EAIC;AAED,0EAEC;AAED,oFASC;AAED,sEAEC;AAED,gFAUC;AAtCD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,KAAa;IAC3D,IAAI,CAAC,CAAC,UAAU,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,UAAU,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC5E,IAAI,CAAC,CAAC,aAAa,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,aAAa,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAClF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS,EAAE,mBAA4B;IACxF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC;QAC5B,aAAa,EAAE,IAAI,CAAC,aAAa,CAAC;KACrC,CAAC;AACN,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,KAAsC,EAAE,sBAA+B,KAAK;IAC3H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,aAAa,EAAE,KAAK,CAAC,aAAa,CAAC;KACtC,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { GuestDocumentAttributesSchema } from './GuestDocumentAttributesSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GuestDocumentResourceSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface GuestDocumentResourceSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {GuestDocumentResourceSchemaTypeEnum}
|
|
22
|
+
* @memberof GuestDocumentResourceSchema
|
|
23
|
+
*/
|
|
24
|
+
type?: GuestDocumentResourceSchemaTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof GuestDocumentResourceSchema
|
|
29
|
+
*/
|
|
30
|
+
id?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {GuestDocumentAttributesSchema}
|
|
34
|
+
* @memberof GuestDocumentResourceSchema
|
|
35
|
+
*/
|
|
36
|
+
attributes?: GuestDocumentAttributesSchema;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const GuestDocumentResourceSchemaTypeEnum: {
|
|
42
|
+
readonly Documents: "documents";
|
|
43
|
+
};
|
|
44
|
+
export type GuestDocumentResourceSchemaTypeEnum = typeof GuestDocumentResourceSchemaTypeEnum[keyof typeof GuestDocumentResourceSchemaTypeEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the GuestDocumentResourceSchema interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfGuestDocumentResourceSchema(value: object): value is GuestDocumentResourceSchema;
|
|
49
|
+
export declare function GuestDocumentResourceSchemaFromJSON(json: any): GuestDocumentResourceSchema;
|
|
50
|
+
export declare function GuestDocumentResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentResourceSchema;
|
|
51
|
+
export declare function GuestDocumentResourceSchemaToJSON(json: any): GuestDocumentResourceSchema;
|
|
52
|
+
export declare function GuestDocumentResourceSchemaToJSONTyped(value?: GuestDocumentResourceSchema | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=GuestDocumentResourceSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAQrF;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,UAAU,CAAC,EAAE,6BAA6B,CAAC;CAC9C;AAGD;;GAEG;AACH,eAAO,MAAM,mCAAmC;;CAEtC,CAAC;AACX,MAAM,MAAM,mCAAmC,GAAG,OAAO,mCAAmC,CAAC,MAAM,OAAO,mCAAmC,CAAC,CAAC;AAG/I;;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,CAU7H;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,CAW5I"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.GuestDocumentResourceSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfGuestDocumentResourceSchema = instanceOfGuestDocumentResourceSchema;
|
|
18
|
+
exports.GuestDocumentResourceSchemaFromJSON = GuestDocumentResourceSchemaFromJSON;
|
|
19
|
+
exports.GuestDocumentResourceSchemaFromJSONTyped = GuestDocumentResourceSchemaFromJSONTyped;
|
|
20
|
+
exports.GuestDocumentResourceSchemaToJSON = GuestDocumentResourceSchemaToJSON;
|
|
21
|
+
exports.GuestDocumentResourceSchemaToJSONTyped = GuestDocumentResourceSchemaToJSONTyped;
|
|
22
|
+
const GuestDocumentAttributesSchema_1 = require("./GuestDocumentAttributesSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.GuestDocumentResourceSchemaTypeEnum = {
|
|
27
|
+
Documents: 'documents'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the GuestDocumentResourceSchema interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfGuestDocumentResourceSchema(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function GuestDocumentResourceSchemaFromJSON(json) {
|
|
36
|
+
return GuestDocumentResourceSchemaFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function GuestDocumentResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
44
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
45
|
+
'attributes': json['attributes'] == null ? undefined : (0, GuestDocumentAttributesSchema_1.GuestDocumentAttributesSchemaFromJSON)(json['attributes']),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function GuestDocumentResourceSchemaToJSON(json) {
|
|
49
|
+
return GuestDocumentResourceSchemaToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function GuestDocumentResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'type': value['type'],
|
|
57
|
+
'id': value['id'],
|
|
58
|
+
'attributes': (0, GuestDocumentAttributesSchema_1.GuestDocumentAttributesSchemaToJSON)(value['attributes']),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=GuestDocumentResourceSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentResourceSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,sFAEC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AAjFD,mFAKyC;AA6BzC;;GAEG;AACU,QAAA,mCAAmC,GAAG;IAC/C,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACnH,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,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACzE,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { GuestDocumentResourceSchema } from './GuestDocumentResourceSchema';
|
|
13
|
+
/**
|
|
14
|
+
* Recipient-facing view - ONE resource carrying everything the screen
|
|
15
|
+
* needs (the page holds a credential and must not fan out). Built
|
|
16
|
+
* from an explicit allowlist plus computed viewer / availableActions
|
|
17
|
+
* and sanitized participants / activity: no meta (holds the access
|
|
18
|
+
* tokens), no candidateId / jobId, no contentHash, no participant
|
|
19
|
+
* emails, no activity evidence meta, no relationships.
|
|
20
|
+
* @export
|
|
21
|
+
* @interface GuestDocumentSchema
|
|
22
|
+
*/
|
|
23
|
+
export interface GuestDocumentSchema {
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {GuestDocumentResourceSchema}
|
|
27
|
+
* @memberof GuestDocumentSchema
|
|
28
|
+
*/
|
|
29
|
+
data?: GuestDocumentResourceSchema;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the GuestDocumentSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfGuestDocumentSchema(value: object): value is GuestDocumentSchema;
|
|
35
|
+
export declare function GuestDocumentSchemaFromJSON(json: any): GuestDocumentSchema;
|
|
36
|
+
export declare function GuestDocumentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentSchema;
|
|
37
|
+
export declare function GuestDocumentSchemaToJSON(json: any): GuestDocumentSchema;
|
|
38
|
+
export declare function GuestDocumentSchemaToJSONTyped(value?: GuestDocumentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=GuestDocumentSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentSchema.d.ts","sourceRoot":"","sources":["../../src/models/GuestDocumentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;;;;;;GASG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,IAAI,CAAC,EAAE,2BAA2B,CAAC;CACtC;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAQ7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5H"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfGuestDocumentSchema = instanceOfGuestDocumentSchema;
|
|
17
|
+
exports.GuestDocumentSchemaFromJSON = GuestDocumentSchemaFromJSON;
|
|
18
|
+
exports.GuestDocumentSchemaFromJSONTyped = GuestDocumentSchemaFromJSONTyped;
|
|
19
|
+
exports.GuestDocumentSchemaToJSON = GuestDocumentSchemaToJSON;
|
|
20
|
+
exports.GuestDocumentSchemaToJSONTyped = GuestDocumentSchemaToJSONTyped;
|
|
21
|
+
const GuestDocumentResourceSchema_1 = require("./GuestDocumentResourceSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the GuestDocumentSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfGuestDocumentSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function GuestDocumentSchemaFromJSON(json) {
|
|
29
|
+
return GuestDocumentSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function GuestDocumentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, GuestDocumentResourceSchema_1.GuestDocumentResourceSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function GuestDocumentSchemaToJSON(json) {
|
|
40
|
+
return GuestDocumentSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function GuestDocumentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, GuestDocumentResourceSchema_1.GuestDocumentResourceSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=GuestDocumentSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GuestDocumentSchema.js","sourceRoot":"","sources":["../../src/models/GuestDocumentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAiCH,sEAEC;AAED,kEAEC;AAED,4EAQC;AAED,8DAEC;AAED,wEASC;AA5DD,+EAKuC;AAqBvC;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iEAAmC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC/F,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,+DAAiC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC3D,CAAC;AACN,CAAC"}
|
|
@@ -11,30 +11,324 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* A persona is a REGIONAL COHORT profile, not a person: it is
|
|
15
|
+
* synthesized from the talents this tenant actually hired for one
|
|
16
|
+
* position family in one market. Nothing here describes an individual,
|
|
17
|
+
* and `name` / `profilePictureUrl` are an invented label for the
|
|
18
|
+
* cohort, never a real person.
|
|
15
19
|
* @export
|
|
16
20
|
* @interface PersonaAttributesSchema
|
|
17
21
|
*/
|
|
18
22
|
export interface PersonaAttributesSchema {
|
|
23
|
+
/**
|
|
24
|
+
* Only `active` personas may be shown as a benchmark - see
|
|
25
|
+
* `memberCount`. Everything else is a work in progress.
|
|
26
|
+
* @type {PersonaAttributesSchemaStatusEnum}
|
|
27
|
+
* @memberof PersonaAttributesSchema
|
|
28
|
+
*/
|
|
29
|
+
status?: PersonaAttributesSchemaStatusEnum;
|
|
19
30
|
/**
|
|
20
31
|
*
|
|
21
32
|
* @type {string}
|
|
22
33
|
* @memberof PersonaAttributesSchema
|
|
23
34
|
*/
|
|
24
|
-
|
|
35
|
+
source?: string | null;
|
|
25
36
|
/**
|
|
26
|
-
*
|
|
37
|
+
* Language-keyed invented name for the archetype. Written once, then stable across rebuilds.
|
|
38
|
+
* @type {{ [key: string]: any; }}
|
|
39
|
+
* @memberof PersonaAttributesSchema
|
|
40
|
+
*/
|
|
41
|
+
name?: {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* Illustration for the archetype. Not a photograph of anyone.
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof PersonaAttributesSchema
|
|
48
|
+
*/
|
|
49
|
+
profilePictureUrl?: string | null;
|
|
50
|
+
/**
|
|
51
|
+
* Language-keyed, cohort-derived. Locale value unconstrained (Any).
|
|
52
|
+
* @type {{ [key: string]: any; }}
|
|
53
|
+
* @memberof PersonaAttributesSchema
|
|
54
|
+
*/
|
|
55
|
+
gender?: {
|
|
56
|
+
[key: string]: any;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* Language-keyed, cohort-derived. Locale value unconstrained (Any).
|
|
60
|
+
* @type {{ [key: string]: any; }}
|
|
61
|
+
* @memberof PersonaAttributesSchema
|
|
62
|
+
*/
|
|
63
|
+
ageRange?: {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Which market this persona describes: `{level: city|voivodeship|
|
|
68
|
+
* country|remote, city?, voivodeship?, country?}`. A hire feeds
|
|
69
|
+
* three personas (city, voivodeship, country), and consumers take
|
|
70
|
+
* the most specific USABLE one.
|
|
71
|
+
* @type {{ [key: string]: any; }}
|
|
72
|
+
* @memberof PersonaAttributesSchema
|
|
73
|
+
*/
|
|
74
|
+
scope?: {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
};
|
|
77
|
+
/**
|
|
78
|
+
* `{positionFamily}#{scope}` - the list filter (`filterScopeKey`) and the index key.
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof PersonaAttributesSchema
|
|
81
|
+
*/
|
|
82
|
+
scopeKey?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
* Slug of the role the cohort was hired for, e.g. `regional-sales-representative`.
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof PersonaAttributesSchema
|
|
87
|
+
*/
|
|
88
|
+
positionFamily?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
* How many hired talents the cohort holds. Below 3 the profile is
|
|
91
|
+
* those few people in disguise, so it is never published and never
|
|
92
|
+
* consumed - k-anonymity, not a display preference.
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof PersonaAttributesSchema
|
|
95
|
+
*/
|
|
96
|
+
memberCount?: number | null;
|
|
97
|
+
/**
|
|
98
|
+
* How many members actually fed the profile on this row (diagnostic; can be lower than memberCount).
|
|
99
|
+
* @type {number}
|
|
100
|
+
* @memberof PersonaAttributesSchema
|
|
101
|
+
*/
|
|
102
|
+
cohortRead?: number | null;
|
|
103
|
+
/**
|
|
104
|
+
* Legacy mirror of memberCount.
|
|
105
|
+
* @type {number}
|
|
106
|
+
* @memberof PersonaAttributesSchema
|
|
107
|
+
*/
|
|
108
|
+
talentCount?: number | null;
|
|
109
|
+
/**
|
|
110
|
+
* Bumped by every rebuild that wrote something.
|
|
111
|
+
* @type {number}
|
|
112
|
+
* @memberof PersonaAttributesSchema
|
|
113
|
+
*/
|
|
114
|
+
version?: number | null;
|
|
115
|
+
/**
|
|
116
|
+
* When this persona last became consumable.
|
|
27
117
|
* @type {string}
|
|
28
118
|
* @memberof PersonaAttributesSchema
|
|
29
119
|
*/
|
|
30
|
-
|
|
120
|
+
publishedAt?: string | null;
|
|
31
121
|
/**
|
|
32
122
|
*
|
|
33
123
|
* @type {ResourceTimestampsSchema}
|
|
34
124
|
* @memberof PersonaAttributesSchema
|
|
35
125
|
*/
|
|
36
126
|
timestamps?: ResourceTimestampsSchema;
|
|
127
|
+
/**
|
|
128
|
+
* Language-keyed availability pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
129
|
+
* @type {{ [key: string]: any; }}
|
|
130
|
+
* @memberof PersonaAttributesSchema
|
|
131
|
+
*/
|
|
132
|
+
availability?: {
|
|
133
|
+
[key: string]: any;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Language-keyed certifications pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
137
|
+
* @type {{ [key: string]: any; }}
|
|
138
|
+
* @memberof PersonaAttributesSchema
|
|
139
|
+
*/
|
|
140
|
+
certifications?: {
|
|
141
|
+
[key: string]: any;
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* Language-keyed companyTypeExperience pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
145
|
+
* @type {{ [key: string]: any; }}
|
|
146
|
+
* @memberof PersonaAttributesSchema
|
|
147
|
+
*/
|
|
148
|
+
companyTypeExperience?: {
|
|
149
|
+
[key: string]: any;
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Language-keyed education pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
153
|
+
* @type {{ [key: string]: any; }}
|
|
154
|
+
* @memberof PersonaAttributesSchema
|
|
155
|
+
*/
|
|
156
|
+
education?: {
|
|
157
|
+
[key: string]: any;
|
|
158
|
+
};
|
|
159
|
+
/**
|
|
160
|
+
* Language-keyed experienceAndSeniority pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
161
|
+
* @type {{ [key: string]: any; }}
|
|
162
|
+
* @memberof PersonaAttributesSchema
|
|
163
|
+
*/
|
|
164
|
+
experienceAndSeniority?: {
|
|
165
|
+
[key: string]: any;
|
|
166
|
+
};
|
|
167
|
+
/**
|
|
168
|
+
* Language-keyed industryExperience pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
169
|
+
* @type {{ [key: string]: any; }}
|
|
170
|
+
* @memberof PersonaAttributesSchema
|
|
171
|
+
*/
|
|
172
|
+
industryExperience?: {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* Language-keyed jobPositions pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
177
|
+
* @type {{ [key: string]: any; }}
|
|
178
|
+
* @memberof PersonaAttributesSchema
|
|
179
|
+
*/
|
|
180
|
+
jobPositions?: {
|
|
181
|
+
[key: string]: any;
|
|
182
|
+
};
|
|
183
|
+
/**
|
|
184
|
+
* Language-keyed jobTendencies pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
185
|
+
* @type {{ [key: string]: any; }}
|
|
186
|
+
* @memberof PersonaAttributesSchema
|
|
187
|
+
*/
|
|
188
|
+
jobTendencies?: {
|
|
189
|
+
[key: string]: any;
|
|
190
|
+
};
|
|
191
|
+
/**
|
|
192
|
+
* Language-keyed languagesSpoken pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
193
|
+
* @type {{ [key: string]: any; }}
|
|
194
|
+
* @memberof PersonaAttributesSchema
|
|
195
|
+
*/
|
|
196
|
+
languagesSpoken?: {
|
|
197
|
+
[key: string]: any;
|
|
198
|
+
};
|
|
199
|
+
/**
|
|
200
|
+
* Language-keyed licenses pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
201
|
+
* @type {{ [key: string]: any; }}
|
|
202
|
+
* @memberof PersonaAttributesSchema
|
|
203
|
+
*/
|
|
204
|
+
licenses?: {
|
|
205
|
+
[key: string]: any;
|
|
206
|
+
};
|
|
207
|
+
/**
|
|
208
|
+
* Language-keyed locationPreferences pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
209
|
+
* @type {{ [key: string]: any; }}
|
|
210
|
+
* @memberof PersonaAttributesSchema
|
|
211
|
+
*/
|
|
212
|
+
locationPreferences?: {
|
|
213
|
+
[key: string]: any;
|
|
214
|
+
};
|
|
215
|
+
/**
|
|
216
|
+
* Language-keyed personalityAndSoftSkills pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
217
|
+
* @type {{ [key: string]: any; }}
|
|
218
|
+
* @memberof PersonaAttributesSchema
|
|
219
|
+
*/
|
|
220
|
+
personalityAndSoftSkills?: {
|
|
221
|
+
[key: string]: any;
|
|
222
|
+
};
|
|
223
|
+
/**
|
|
224
|
+
* Language-keyed salaryExpectation pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
225
|
+
* @type {{ [key: string]: any; }}
|
|
226
|
+
* @memberof PersonaAttributesSchema
|
|
227
|
+
*/
|
|
228
|
+
salaryExpectation?: {
|
|
229
|
+
[key: string]: any;
|
|
230
|
+
};
|
|
231
|
+
/**
|
|
232
|
+
* Language-keyed skillsAndExpertise pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
233
|
+
* @type {{ [key: string]: any; }}
|
|
234
|
+
* @memberof PersonaAttributesSchema
|
|
235
|
+
*/
|
|
236
|
+
skillsAndExpertise?: {
|
|
237
|
+
[key: string]: any;
|
|
238
|
+
};
|
|
239
|
+
/**
|
|
240
|
+
* Language-keyed workAuthorization pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
241
|
+
* @type {{ [key: string]: any; }}
|
|
242
|
+
* @memberof PersonaAttributesSchema
|
|
243
|
+
*/
|
|
244
|
+
workAuthorization?: {
|
|
245
|
+
[key: string]: any;
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* Language-keyed workPreferences pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
249
|
+
* @type {{ [key: string]: any; }}
|
|
250
|
+
* @memberof PersonaAttributesSchema
|
|
251
|
+
*/
|
|
252
|
+
workPreferences?: {
|
|
253
|
+
[key: string]: any;
|
|
254
|
+
};
|
|
255
|
+
/**
|
|
256
|
+
* Language-keyed responsibilities pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
|
|
257
|
+
* @type {{ [key: string]: any; }}
|
|
258
|
+
* @memberof PersonaAttributesSchema
|
|
259
|
+
*/
|
|
260
|
+
responsibilities?: {
|
|
261
|
+
[key: string]: any;
|
|
262
|
+
};
|
|
263
|
+
/**
|
|
264
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
265
|
+
* @type {{ [key: string]: any; }}
|
|
266
|
+
* @memberof PersonaAttributesSchema
|
|
267
|
+
*/
|
|
268
|
+
hobbiesAndInterests?: {
|
|
269
|
+
[key: string]: any;
|
|
270
|
+
};
|
|
271
|
+
/**
|
|
272
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
273
|
+
* @type {{ [key: string]: any; }}
|
|
274
|
+
* @memberof PersonaAttributesSchema
|
|
275
|
+
*/
|
|
276
|
+
personalTraits?: {
|
|
277
|
+
[key: string]: any;
|
|
278
|
+
};
|
|
279
|
+
/**
|
|
280
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
281
|
+
* @type {{ [key: string]: any; }}
|
|
282
|
+
* @memberof PersonaAttributesSchema
|
|
283
|
+
*/
|
|
284
|
+
goalsAndAspirations?: {
|
|
285
|
+
[key: string]: any;
|
|
286
|
+
};
|
|
287
|
+
/**
|
|
288
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
289
|
+
* @type {{ [key: string]: any; }}
|
|
290
|
+
* @memberof PersonaAttributesSchema
|
|
291
|
+
*/
|
|
292
|
+
mainFrustrations?: {
|
|
293
|
+
[key: string]: any;
|
|
294
|
+
};
|
|
295
|
+
/**
|
|
296
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
297
|
+
* @type {{ [key: string]: any; }}
|
|
298
|
+
* @memberof PersonaAttributesSchema
|
|
299
|
+
*/
|
|
300
|
+
keyCompetenciesAndStrengths?: {
|
|
301
|
+
[key: string]: any;
|
|
302
|
+
};
|
|
303
|
+
/**
|
|
304
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
305
|
+
* @type {{ [key: string]: any; }}
|
|
306
|
+
* @memberof PersonaAttributesSchema
|
|
307
|
+
*/
|
|
308
|
+
quickInsights?: {
|
|
309
|
+
[key: string]: any;
|
|
310
|
+
};
|
|
311
|
+
/**
|
|
312
|
+
* Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
|
|
313
|
+
* @type {{ [key: string]: any; }}
|
|
314
|
+
* @memberof PersonaAttributesSchema
|
|
315
|
+
*/
|
|
316
|
+
keywords?: {
|
|
317
|
+
[key: string]: any;
|
|
318
|
+
};
|
|
37
319
|
}
|
|
320
|
+
/**
|
|
321
|
+
* @export
|
|
322
|
+
*/
|
|
323
|
+
export declare const PersonaAttributesSchemaStatusEnum: {
|
|
324
|
+
readonly Active: "active";
|
|
325
|
+
readonly Inactive: "inactive";
|
|
326
|
+
readonly Draft: "draft";
|
|
327
|
+
readonly Pending: "pending";
|
|
328
|
+
readonly Archived: "archived";
|
|
329
|
+
readonly Failed: "failed";
|
|
330
|
+
};
|
|
331
|
+
export type PersonaAttributesSchemaStatusEnum = typeof PersonaAttributesSchemaStatusEnum[keyof typeof PersonaAttributesSchemaStatusEnum];
|
|
38
332
|
/**
|
|
39
333
|
* Check if a given object implements the PersonaAttributesSchema interface.
|
|
40
334
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PersonaAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/PersonaAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E
|
|
1
|
+
{"version":3,"file":"PersonaAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/PersonaAttributesSchema.ts"],"names":[],"mappings":"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"}
|