@smartytalent/api-client 0.8.2 → 0.8.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dist/apis/DocumentsApi.d.ts +221 -0
  2. package/dist/apis/DocumentsApi.d.ts.map +1 -0
  3. package/dist/apis/DocumentsApi.js +506 -0
  4. package/dist/apis/DocumentsApi.js.map +1 -0
  5. package/dist/apis/PersonasApi.d.ts +1 -0
  6. package/dist/apis/PersonasApi.d.ts.map +1 -1
  7. package/dist/apis/PersonasApi.js +3 -0
  8. package/dist/apis/PersonasApi.js.map +1 -1
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateDocumentRequestBody.d.ts +34 -0
  14. package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateDocumentRequestBody.js +52 -0
  16. package/dist/models/CreateDocumentRequestBody.js.map +1 -0
  17. package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateDocumentRequestBodyData.js +66 -0
  20. package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
  22. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  23. package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
  24. package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
  25. package/dist/models/DocumentAttributesSchema.d.ts +190 -0
  26. package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
  27. package/dist/models/DocumentAttributesSchema.js +113 -0
  28. package/dist/models/DocumentAttributesSchema.js.map +1 -0
  29. package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
  30. package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
  31. package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
  32. package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
  33. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
  34. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
  35. package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
  36. package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
  37. package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
  38. package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
  39. package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
  40. package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
  41. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
  42. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
  43. package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
  44. package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
  45. package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
  46. package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
  47. package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
  48. package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
  49. package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
  50. package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
  51. package/dist/models/DocumentRelationshipsSchema.js +56 -0
  52. package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
  53. package/dist/models/DocumentResourceSchema.d.ts +75 -0
  54. package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
  55. package/dist/models/DocumentResourceSchema.js +75 -0
  56. package/dist/models/DocumentResourceSchema.js.map +1 -0
  57. package/dist/models/DocumentSchema.d.ts +49 -0
  58. package/dist/models/DocumentSchema.d.ts.map +1 -0
  59. package/dist/models/DocumentSchema.js +55 -0
  60. package/dist/models/DocumentSchema.js.map +1 -0
  61. package/dist/models/DocumentsSchema.d.ts +48 -0
  62. package/dist/models/DocumentsSchema.d.ts.map +1 -0
  63. package/dist/models/DocumentsSchema.js +56 -0
  64. package/dist/models/DocumentsSchema.js.map +1 -0
  65. package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
  66. package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
  67. package/dist/models/GuestDocumentActionSchema.js +73 -0
  68. package/dist/models/GuestDocumentActionSchema.js.map +1 -0
  69. package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
  70. package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
  71. package/dist/models/GuestDocumentAttributesSchema.js +110 -0
  72. package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
  73. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
  74. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
  75. package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
  76. package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
  77. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
  78. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
  79. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
  80. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
  81. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
  82. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
  83. package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
  84. package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
  85. package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
  86. package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
  87. package/dist/models/GuestDocumentMetaSchema.js +55 -0
  88. package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
  89. package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
  90. package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
  91. package/dist/models/GuestDocumentResourceSchema.js +61 -0
  92. package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
  93. package/dist/models/GuestDocumentSchema.d.ts +39 -0
  94. package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
  95. package/dist/models/GuestDocumentSchema.js +50 -0
  96. package/dist/models/GuestDocumentSchema.js.map +1 -0
  97. package/dist/models/PersonaAttributesSchema.d.ts +315 -4
  98. package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
  99. package/dist/models/PersonaAttributesSchema.js +95 -4
  100. package/dist/models/PersonaAttributesSchema.js.map +1 -1
  101. package/dist/models/PersonaResourceSchema.d.ts +1 -1
  102. package/dist/models/PersonaResourceSchema.js +1 -1
  103. package/dist/models/PersonaResourceSchema.js.map +1 -1
  104. package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
  105. package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
  106. package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
  107. package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
  108. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
  109. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
  110. package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
  111. package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
  112. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
  113. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  114. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
  115. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
  116. package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
  117. package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
  118. package/dist/models/UpdateDocumentRequestBody.js +52 -0
  119. package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
  120. package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
  121. package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
  122. package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
  123. package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
  124. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
  125. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  126. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
  127. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
  128. package/dist/models/index.d.ts +27 -0
  129. package/dist/models/index.d.ts.map +1 -1
  130. package/dist/models/index.js +27 -0
  131. package/dist/models/index.js.map +1 -1
  132. 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,341 @@
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
- name: string;
35
+ source?: string | null;
25
36
  /**
26
- *
37
+ * Language-keyed invented name for the archetype. Stable across
38
+ * rebuilds, but regenerated when the cohort's predominant gender
39
+ * flips - the name states a gender, and that gender is a finding
40
+ * about the cohort (see `identityGender`).
41
+ * @type {{ [key: string]: any; }}
42
+ * @memberof PersonaAttributesSchema
43
+ */
44
+ name?: {
45
+ [key: string]: any;
46
+ };
47
+ /**
48
+ * The cohort gender the current name and picture were minted for. Diagnostic.
49
+ * @type {PersonaAttributesSchemaIdentityGenderEnum}
50
+ * @memberof PersonaAttributesSchema
51
+ */
52
+ identityGender?: PersonaAttributesSchemaIdentityGenderEnum | null;
53
+ /**
54
+ * Illustration for the archetype. Not a photograph of anyone.
27
55
  * @type {string}
28
56
  * @memberof PersonaAttributesSchema
29
57
  */
30
- status?: string;
58
+ profilePictureUrl?: string | null;
59
+ /**
60
+ * Language-keyed, cohort-derived. Locale value unconstrained (Any).
61
+ * @type {{ [key: string]: any; }}
62
+ * @memberof PersonaAttributesSchema
63
+ */
64
+ gender?: {
65
+ [key: string]: any;
66
+ };
67
+ /**
68
+ * Language-keyed, cohort-derived. Locale value unconstrained (Any).
69
+ * @type {{ [key: string]: any; }}
70
+ * @memberof PersonaAttributesSchema
71
+ */
72
+ ageRange?: {
73
+ [key: string]: any;
74
+ };
75
+ /**
76
+ * Which market this persona describes: `{level: city|voivodeship|
77
+ * country|remote, city?, voivodeship?, country?}`. A hire feeds
78
+ * three personas (city, voivodeship, country), and consumers take
79
+ * the most specific USABLE one.
80
+ * @type {{ [key: string]: any; }}
81
+ * @memberof PersonaAttributesSchema
82
+ */
83
+ scope?: {
84
+ [key: string]: any;
85
+ };
86
+ /**
87
+ * `{positionFamily}#{scope}` - the list filter (`filterScopeKey`) and the index key.
88
+ * @type {string}
89
+ * @memberof PersonaAttributesSchema
90
+ */
91
+ scopeKey?: string | null;
92
+ /**
93
+ * Slug of the role the cohort was hired for, e.g. `regional-sales-representative`.
94
+ * @type {string}
95
+ * @memberof PersonaAttributesSchema
96
+ */
97
+ positionFamily?: string | null;
98
+ /**
99
+ * How many hired talents the cohort holds. Below 3 the profile is
100
+ * those few people in disguise, so it is never published and never
101
+ * consumed - k-anonymity, not a display preference.
102
+ * @type {number}
103
+ * @memberof PersonaAttributesSchema
104
+ */
105
+ memberCount?: number | null;
106
+ /**
107
+ * How many members actually fed the profile on this row (diagnostic; can be lower than memberCount).
108
+ * @type {number}
109
+ * @memberof PersonaAttributesSchema
110
+ */
111
+ cohortRead?: number | null;
112
+ /**
113
+ * Legacy mirror of memberCount.
114
+ * @type {number}
115
+ * @memberof PersonaAttributesSchema
116
+ */
117
+ talentCount?: number | null;
118
+ /**
119
+ * Bumped by every rebuild that wrote something.
120
+ * @type {number}
121
+ * @memberof PersonaAttributesSchema
122
+ */
123
+ version?: number | null;
124
+ /**
125
+ * When this persona last became consumable.
126
+ * @type {string}
127
+ * @memberof PersonaAttributesSchema
128
+ */
129
+ publishedAt?: string | null;
31
130
  /**
32
131
  *
33
132
  * @type {ResourceTimestampsSchema}
34
133
  * @memberof PersonaAttributesSchema
35
134
  */
36
135
  timestamps?: ResourceTimestampsSchema;
136
+ /**
137
+ * Language-keyed availability pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
138
+ * @type {{ [key: string]: any; }}
139
+ * @memberof PersonaAttributesSchema
140
+ */
141
+ availability?: {
142
+ [key: string]: any;
143
+ };
144
+ /**
145
+ * Language-keyed certifications pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
146
+ * @type {{ [key: string]: any; }}
147
+ * @memberof PersonaAttributesSchema
148
+ */
149
+ certifications?: {
150
+ [key: string]: any;
151
+ };
152
+ /**
153
+ * Language-keyed companyTypeExperience pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
154
+ * @type {{ [key: string]: any; }}
155
+ * @memberof PersonaAttributesSchema
156
+ */
157
+ companyTypeExperience?: {
158
+ [key: string]: any;
159
+ };
160
+ /**
161
+ * Language-keyed education pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
162
+ * @type {{ [key: string]: any; }}
163
+ * @memberof PersonaAttributesSchema
164
+ */
165
+ education?: {
166
+ [key: string]: any;
167
+ };
168
+ /**
169
+ * Language-keyed experienceAndSeniority pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
170
+ * @type {{ [key: string]: any; }}
171
+ * @memberof PersonaAttributesSchema
172
+ */
173
+ experienceAndSeniority?: {
174
+ [key: string]: any;
175
+ };
176
+ /**
177
+ * Language-keyed industryExperience pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
178
+ * @type {{ [key: string]: any; }}
179
+ * @memberof PersonaAttributesSchema
180
+ */
181
+ industryExperience?: {
182
+ [key: string]: any;
183
+ };
184
+ /**
185
+ * Language-keyed jobPositions pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
186
+ * @type {{ [key: string]: any; }}
187
+ * @memberof PersonaAttributesSchema
188
+ */
189
+ jobPositions?: {
190
+ [key: string]: any;
191
+ };
192
+ /**
193
+ * Language-keyed jobTendencies pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
194
+ * @type {{ [key: string]: any; }}
195
+ * @memberof PersonaAttributesSchema
196
+ */
197
+ jobTendencies?: {
198
+ [key: string]: any;
199
+ };
200
+ /**
201
+ * Language-keyed languagesSpoken pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
202
+ * @type {{ [key: string]: any; }}
203
+ * @memberof PersonaAttributesSchema
204
+ */
205
+ languagesSpoken?: {
206
+ [key: string]: any;
207
+ };
208
+ /**
209
+ * Language-keyed licenses pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
210
+ * @type {{ [key: string]: any; }}
211
+ * @memberof PersonaAttributesSchema
212
+ */
213
+ licenses?: {
214
+ [key: string]: any;
215
+ };
216
+ /**
217
+ * Language-keyed locationPreferences pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
218
+ * @type {{ [key: string]: any; }}
219
+ * @memberof PersonaAttributesSchema
220
+ */
221
+ locationPreferences?: {
222
+ [key: string]: any;
223
+ };
224
+ /**
225
+ * Language-keyed personalityAndSoftSkills pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
226
+ * @type {{ [key: string]: any; }}
227
+ * @memberof PersonaAttributesSchema
228
+ */
229
+ personalityAndSoftSkills?: {
230
+ [key: string]: any;
231
+ };
232
+ /**
233
+ * Language-keyed salaryExpectation pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
234
+ * @type {{ [key: string]: any; }}
235
+ * @memberof PersonaAttributesSchema
236
+ */
237
+ salaryExpectation?: {
238
+ [key: string]: any;
239
+ };
240
+ /**
241
+ * Language-keyed skillsAndExpertise pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
242
+ * @type {{ [key: string]: any; }}
243
+ * @memberof PersonaAttributesSchema
244
+ */
245
+ skillsAndExpertise?: {
246
+ [key: string]: any;
247
+ };
248
+ /**
249
+ * Language-keyed workAuthorization pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
250
+ * @type {{ [key: string]: any; }}
251
+ * @memberof PersonaAttributesSchema
252
+ */
253
+ workAuthorization?: {
254
+ [key: string]: any;
255
+ };
256
+ /**
257
+ * Language-keyed workPreferences pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
258
+ * @type {{ [key: string]: any; }}
259
+ * @memberof PersonaAttributesSchema
260
+ */
261
+ workPreferences?: {
262
+ [key: string]: any;
263
+ };
264
+ /**
265
+ * Language-keyed responsibilities pattern across the cohort. Each entry carries its own prevalence ("N of M hired talents").
266
+ * @type {{ [key: string]: any; }}
267
+ * @memberof PersonaAttributesSchema
268
+ */
269
+ responsibilities?: {
270
+ [key: string]: any;
271
+ };
272
+ /**
273
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
274
+ * @type {{ [key: string]: any; }}
275
+ * @memberof PersonaAttributesSchema
276
+ */
277
+ hobbiesAndInterests?: {
278
+ [key: string]: any;
279
+ };
280
+ /**
281
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
282
+ * @type {{ [key: string]: any; }}
283
+ * @memberof PersonaAttributesSchema
284
+ */
285
+ personalTraits?: {
286
+ [key: string]: any;
287
+ };
288
+ /**
289
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
290
+ * @type {{ [key: string]: any; }}
291
+ * @memberof PersonaAttributesSchema
292
+ */
293
+ goalsAndAspirations?: {
294
+ [key: string]: any;
295
+ };
296
+ /**
297
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
298
+ * @type {{ [key: string]: any; }}
299
+ * @memberof PersonaAttributesSchema
300
+ */
301
+ mainFrustrations?: {
302
+ [key: string]: any;
303
+ };
304
+ /**
305
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
306
+ * @type {{ [key: string]: any; }}
307
+ * @memberof PersonaAttributesSchema
308
+ */
309
+ keyCompetenciesAndStrengths?: {
310
+ [key: string]: any;
311
+ };
312
+ /**
313
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
314
+ * @type {{ [key: string]: any; }}
315
+ * @memberof PersonaAttributesSchema
316
+ */
317
+ quickInsights?: {
318
+ [key: string]: any;
319
+ };
320
+ /**
321
+ * Language-keyed narrative synthesis. Locale value unconstrained (Any) - see the candidate schema note.
322
+ * @type {{ [key: string]: any; }}
323
+ * @memberof PersonaAttributesSchema
324
+ */
325
+ keywords?: {
326
+ [key: string]: any;
327
+ };
37
328
  }
329
+ /**
330
+ * @export
331
+ */
332
+ export declare const PersonaAttributesSchemaStatusEnum: {
333
+ readonly Active: "active";
334
+ readonly Inactive: "inactive";
335
+ readonly Draft: "draft";
336
+ readonly Pending: "pending";
337
+ readonly Archived: "archived";
338
+ readonly Failed: "failed";
339
+ };
340
+ export type PersonaAttributesSchemaStatusEnum = typeof PersonaAttributesSchemaStatusEnum[keyof typeof PersonaAttributesSchemaStatusEnum];
341
+ /**
342
+ * @export
343
+ */
344
+ export declare const PersonaAttributesSchemaIdentityGenderEnum: {
345
+ readonly Male: "male";
346
+ readonly Female: "female";
347
+ };
348
+ export type PersonaAttributesSchemaIdentityGenderEnum = typeof PersonaAttributesSchemaIdentityGenderEnum[keyof typeof PersonaAttributesSchemaIdentityGenderEnum];
38
349
  /**
39
350
  * Check if a given object implements the PersonaAttributesSchema interface.
40
351
  */