@smartytalent/api-client 0.9.24 → 0.9.26

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 (150) hide show
  1. package/dist/apis/CORSApi.d.ts +65 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +132 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/InvitationsApi.d.ts +148 -0
  6. package/dist/apis/InvitationsApi.d.ts.map +1 -0
  7. package/dist/apis/InvitationsApi.js +352 -0
  8. package/dist/apis/InvitationsApi.js.map +1 -0
  9. package/dist/apis/JobsApi.d.ts +11 -0
  10. package/dist/apis/JobsApi.d.ts.map +1 -1
  11. package/dist/apis/JobsApi.js +13 -1
  12. package/dist/apis/JobsApi.js.map +1 -1
  13. package/dist/apis/TalentsApi.d.ts +18 -1
  14. package/dist/apis/TalentsApi.d.ts.map +1 -1
  15. package/dist/apis/TalentsApi.js +42 -0
  16. package/dist/apis/TalentsApi.js.map +1 -1
  17. package/dist/apis/index.d.ts +1 -0
  18. package/dist/apis/index.d.ts.map +1 -1
  19. package/dist/apis/index.js +1 -0
  20. package/dist/apis/index.js.map +1 -1
  21. package/dist/models/CreateInvitationRequestBody.d.ts +34 -0
  22. package/dist/models/CreateInvitationRequestBody.d.ts.map +1 -0
  23. package/dist/models/CreateInvitationRequestBody.js +52 -0
  24. package/dist/models/CreateInvitationRequestBody.js.map +1 -0
  25. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts +82 -0
  26. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts.map +1 -0
  27. package/dist/models/CreateInvitationRequestBodyAttributes.js +80 -0
  28. package/dist/models/CreateInvitationRequestBodyAttributes.js.map +1 -0
  29. package/dist/models/CreateInvitationRequestBodyData.d.ts +54 -0
  30. package/dist/models/CreateInvitationRequestBodyData.d.ts.map +1 -0
  31. package/dist/models/CreateInvitationRequestBodyData.js +66 -0
  32. package/dist/models/CreateInvitationRequestBodyData.js.map +1 -0
  33. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts +48 -0
  34. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts.map +1 -0
  35. package/dist/models/CreateInvitationRequestBodyRelationships.js +58 -0
  36. package/dist/models/CreateInvitationRequestBodyRelationships.js.map +1 -0
  37. package/dist/models/CreateInvitationRequestBodyTalents.d.ts +34 -0
  38. package/dist/models/CreateInvitationRequestBodyTalents.d.ts.map +1 -0
  39. package/dist/models/CreateInvitationRequestBodyTalents.js +50 -0
  40. package/dist/models/CreateInvitationRequestBodyTalents.js.map +1 -0
  41. package/dist/models/FinderQueryTalentsSchema.d.ts +111 -2
  42. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
  43. package/dist/models/FinderQueryTalentsSchema.js +37 -0
  44. package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
  45. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts +63 -0
  46. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts.map +1 -0
  47. package/dist/models/FinderQueryTalentsSchemaJobMatch.js +59 -0
  48. package/dist/models/FinderQueryTalentsSchemaJobMatch.js.map +1 -0
  49. package/dist/models/InvitationAttributesSchema.d.ts +113 -0
  50. package/dist/models/InvitationAttributesSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationAttributesSchema.js +88 -0
  52. package/dist/models/InvitationAttributesSchema.js.map +1 -0
  53. package/dist/models/InvitationAttributesSchemaCounts.d.ts +81 -0
  54. package/dist/models/InvitationAttributesSchemaCounts.d.ts.map +1 -0
  55. package/dist/models/InvitationAttributesSchemaCounts.js +65 -0
  56. package/dist/models/InvitationAttributesSchemaCounts.js.map +1 -0
  57. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts +46 -0
  58. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts.map +1 -0
  59. package/dist/models/InvitationRelationshipsJobDataSchema.js +58 -0
  60. package/dist/models/InvitationRelationshipsJobDataSchema.js.map +1 -0
  61. package/dist/models/InvitationRelationshipsJobSchema.d.ts +34 -0
  62. package/dist/models/InvitationRelationshipsJobSchema.d.ts.map +1 -0
  63. package/dist/models/InvitationRelationshipsJobSchema.js +50 -0
  64. package/dist/models/InvitationRelationshipsJobSchema.js.map +1 -0
  65. package/dist/models/InvitationRelationshipsSchema.d.ts +48 -0
  66. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -0
  67. package/dist/models/InvitationRelationshipsSchema.js +56 -0
  68. package/dist/models/InvitationRelationshipsSchema.js.map +1 -0
  69. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
  70. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
  71. package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
  72. package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
  73. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts +46 -0
  74. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts.map +1 -0
  75. package/dist/models/InvitationRelationshipsTaskDataSchema.js +58 -0
  76. package/dist/models/InvitationRelationshipsTaskDataSchema.js.map +1 -0
  77. package/dist/models/InvitationRelationshipsTaskSchema.d.ts +34 -0
  78. package/dist/models/InvitationRelationshipsTaskSchema.d.ts.map +1 -0
  79. package/dist/models/InvitationRelationshipsTaskSchema.js +50 -0
  80. package/dist/models/InvitationRelationshipsTaskSchema.js.map +1 -0
  81. package/dist/models/InvitationResourceSchema.d.ts +75 -0
  82. package/dist/models/InvitationResourceSchema.d.ts.map +1 -0
  83. package/dist/models/InvitationResourceSchema.js +75 -0
  84. package/dist/models/InvitationResourceSchema.js.map +1 -0
  85. package/dist/models/InvitationSchema.d.ts +49 -0
  86. package/dist/models/InvitationSchema.d.ts.map +1 -0
  87. package/dist/models/InvitationSchema.js +55 -0
  88. package/dist/models/InvitationSchema.js.map +1 -0
  89. package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
  90. package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
  91. package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
  92. package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
  93. package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
  94. package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
  95. package/dist/models/InvitationTalentMetaSchema.js +96 -0
  96. package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
  97. package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
  98. package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
  99. package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
  100. package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
  101. package/dist/models/InvitationsSchema.d.ts +48 -0
  102. package/dist/models/InvitationsSchema.d.ts.map +1 -0
  103. package/dist/models/InvitationsSchema.js +56 -0
  104. package/dist/models/InvitationsSchema.js.map +1 -0
  105. package/dist/models/JobResourceSchema.d.ts +1 -1
  106. package/dist/models/TalentAttributesSchema.d.ts +27 -1
  107. package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
  108. package/dist/models/TalentAttributesSchema.js +11 -1
  109. package/dist/models/TalentAttributesSchema.js.map +1 -1
  110. package/dist/models/TalentReportAttributesSchema.d.ts +42 -0
  111. package/dist/models/TalentReportAttributesSchema.d.ts.map +1 -0
  112. package/dist/models/TalentReportAttributesSchema.js +53 -0
  113. package/dist/models/TalentReportAttributesSchema.js.map +1 -0
  114. package/dist/models/TalentReportLinkSchema.d.ts +57 -0
  115. package/dist/models/TalentReportLinkSchema.d.ts.map +1 -0
  116. package/dist/models/TalentReportLinkSchema.js +57 -0
  117. package/dist/models/TalentReportLinkSchema.js.map +1 -0
  118. package/dist/models/TalentReportResourceSchema.d.ts +60 -0
  119. package/dist/models/TalentReportResourceSchema.d.ts.map +1 -0
  120. package/dist/models/TalentReportResourceSchema.js +64 -0
  121. package/dist/models/TalentReportResourceSchema.js.map +1 -0
  122. package/dist/models/TalentReportSchema.d.ts +34 -0
  123. package/dist/models/TalentReportSchema.d.ts.map +1 -0
  124. package/dist/models/TalentReportSchema.js +50 -0
  125. package/dist/models/TalentReportSchema.js.map +1 -0
  126. package/dist/models/UpdateInvitationRequestBody.d.ts +34 -0
  127. package/dist/models/UpdateInvitationRequestBody.d.ts.map +1 -0
  128. package/dist/models/UpdateInvitationRequestBody.js +52 -0
  129. package/dist/models/UpdateInvitationRequestBody.js.map +1 -0
  130. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +80 -0
  131. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -0
  132. package/dist/models/UpdateInvitationRequestBodyAttributes.js +75 -0
  133. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -0
  134. package/dist/models/UpdateInvitationRequestBodyData.d.ts +60 -0
  135. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -0
  136. package/dist/models/UpdateInvitationRequestBodyData.js +68 -0
  137. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -0
  138. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
  139. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
  140. package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
  141. package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
  142. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
  143. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
  144. package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
  145. package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
  146. package/dist/models/index.d.ts +29 -0
  147. package/dist/models/index.d.ts.map +1 -1
  148. package/dist/models/index.js +29 -0
  149. package/dist/models/index.js.map +1 -1
  150. package/package.json +1 -1
@@ -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 { InvitationTalentMetaSchema } from './InvitationTalentMetaSchema';
13
+ /**
14
+ * A person on the list - a JSON:API resource identifier with the membership state as meta.
15
+ * @export
16
+ * @interface InvitationTalentIdentifierSchema
17
+ */
18
+ export interface InvitationTalentIdentifierSchema {
19
+ /**
20
+ *
21
+ * @type {InvitationTalentIdentifierSchemaTypeEnum}
22
+ * @memberof InvitationTalentIdentifierSchema
23
+ */
24
+ type?: InvitationTalentIdentifierSchemaTypeEnum;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof InvitationTalentIdentifierSchema
29
+ */
30
+ id?: string;
31
+ /**
32
+ *
33
+ * @type {InvitationTalentMetaSchema}
34
+ * @memberof InvitationTalentIdentifierSchema
35
+ */
36
+ meta?: InvitationTalentMetaSchema;
37
+ }
38
+ /**
39
+ * @export
40
+ */
41
+ export declare const InvitationTalentIdentifierSchemaTypeEnum: {
42
+ readonly Talents: "talents";
43
+ };
44
+ export type InvitationTalentIdentifierSchemaTypeEnum = typeof InvitationTalentIdentifierSchemaTypeEnum[keyof typeof InvitationTalentIdentifierSchemaTypeEnum];
45
+ /**
46
+ * Check if a given object implements the InvitationTalentIdentifierSchema interface.
47
+ */
48
+ export declare function instanceOfInvitationTalentIdentifierSchema(value: object): value is InvitationTalentIdentifierSchema;
49
+ export declare function InvitationTalentIdentifierSchemaFromJSON(json: any): InvitationTalentIdentifierSchema;
50
+ export declare function InvitationTalentIdentifierSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentIdentifierSchema;
51
+ export declare function InvitationTalentIdentifierSchemaToJSON(json: any): InvitationTalentIdentifierSchema;
52
+ export declare function InvitationTalentIdentifierSchemaToJSONTyped(value?: InvitationTalentIdentifierSchema | null, ignoreDiscriminator?: boolean): any;
53
+ //# sourceMappingURL=InvitationTalentIdentifierSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentIdentifierSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;IAChD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,0BAA0B,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;CAE3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAUvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtJ"}
@@ -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.InvitationTalentIdentifierSchemaTypeEnum = void 0;
17
+ exports.instanceOfInvitationTalentIdentifierSchema = instanceOfInvitationTalentIdentifierSchema;
18
+ exports.InvitationTalentIdentifierSchemaFromJSON = InvitationTalentIdentifierSchemaFromJSON;
19
+ exports.InvitationTalentIdentifierSchemaFromJSONTyped = InvitationTalentIdentifierSchemaFromJSONTyped;
20
+ exports.InvitationTalentIdentifierSchemaToJSON = InvitationTalentIdentifierSchemaToJSON;
21
+ exports.InvitationTalentIdentifierSchemaToJSONTyped = InvitationTalentIdentifierSchemaToJSONTyped;
22
+ const InvitationTalentMetaSchema_1 = require("./InvitationTalentMetaSchema");
23
+ /**
24
+ * @export
25
+ */
26
+ exports.InvitationTalentIdentifierSchemaTypeEnum = {
27
+ Talents: 'talents'
28
+ };
29
+ /**
30
+ * Check if a given object implements the InvitationTalentIdentifierSchema interface.
31
+ */
32
+ function instanceOfInvitationTalentIdentifierSchema(value) {
33
+ return true;
34
+ }
35
+ function InvitationTalentIdentifierSchemaFromJSON(json) {
36
+ return InvitationTalentIdentifierSchemaFromJSONTyped(json, false);
37
+ }
38
+ function InvitationTalentIdentifierSchemaFromJSONTyped(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
+ 'meta': json['meta'] == null ? undefined : (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaFromJSON)(json['meta']),
46
+ };
47
+ }
48
+ function InvitationTalentIdentifierSchemaToJSON(json) {
49
+ return InvitationTalentIdentifierSchemaToJSONTyped(json, false);
50
+ }
51
+ function InvitationTalentIdentifierSchemaToJSONTyped(value, ignoreDiscriminator = false) {
52
+ if (value == null) {
53
+ return value;
54
+ }
55
+ return {
56
+ 'type': value['type'],
57
+ 'id': value['id'],
58
+ 'meta': (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaToJSON)(value['meta']),
59
+ };
60
+ }
61
+ //# sourceMappingURL=InvitationTalentIdentifierSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentIdentifierSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,gGAEC;AAED,4FAEC;AAED,sGAUC;AAED,wFAEC;AAED,kGAWC;AAjFD,6EAKsC;AA6BtC;;GAEG;AACU,QAAA,wCAAwC,GAAG;IACpD,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,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,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,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,MAAM,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
@@ -0,0 +1,133 @@
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
+ * The state of one person on the list: `added` (not contacted yet), `queued` (handed to
14
+ * the send workflow by an activation or as a newcomer on an active list), `sending` (claimed
15
+ * by one run of the send action), `sent`, `opened`, `applied` (the person applied to the
16
+ * job, `candidateId` set), `declined`, `expired`, `failed` (`failedReason`: no consent, no
17
+ * address, invited to this job in the last 30 days, channel not available, bounce).
18
+ * @export
19
+ * @interface InvitationTalentMetaSchema
20
+ */
21
+ export interface InvitationTalentMetaSchema {
22
+ /**
23
+ *
24
+ * @type {InvitationTalentMetaSchemaStatusEnum}
25
+ * @memberof InvitationTalentMetaSchema
26
+ */
27
+ status?: InvitationTalentMetaSchemaStatusEnum;
28
+ /**
29
+ *
30
+ * @type {InvitationTalentMetaSchemaChannelEnum}
31
+ * @memberof InvitationTalentMetaSchema
32
+ */
33
+ channel?: InvitationTalentMetaSchemaChannelEnum | null;
34
+ /**
35
+ *
36
+ * @type {string}
37
+ * @memberof InvitationTalentMetaSchema
38
+ */
39
+ addedAt?: string | null;
40
+ /**
41
+ * When the send action claimed the person (`sending`); a claim older than 5 minutes belongs to a run that never finished and is taken over by the next send run.
42
+ * @type {string}
43
+ * @memberof InvitationTalentMetaSchema
44
+ */
45
+ claimedAt?: string | null;
46
+ /**
47
+ *
48
+ * @type {string}
49
+ * @memberof InvitationTalentMetaSchema
50
+ */
51
+ sentAt?: string | null;
52
+ /**
53
+ *
54
+ * @type {string}
55
+ * @memberof InvitationTalentMetaSchema
56
+ */
57
+ openedAt?: string | null;
58
+ /**
59
+ *
60
+ * @type {string}
61
+ * @memberof InvitationTalentMetaSchema
62
+ */
63
+ appliedAt?: string | null;
64
+ /**
65
+ *
66
+ * @type {string}
67
+ * @memberof InvitationTalentMetaSchema
68
+ */
69
+ declinedAt?: string | null;
70
+ /**
71
+ *
72
+ * @type {string}
73
+ * @memberof InvitationTalentMetaSchema
74
+ */
75
+ failedAt?: string | null;
76
+ /**
77
+ *
78
+ * @type {string}
79
+ * @memberof InvitationTalentMetaSchema
80
+ */
81
+ failedReason?: string | null;
82
+ /**
83
+ *
84
+ * @type {string}
85
+ * @memberof InvitationTalentMetaSchema
86
+ */
87
+ emailId?: string | null;
88
+ /**
89
+ *
90
+ * @type {string}
91
+ * @memberof InvitationTalentMetaSchema
92
+ */
93
+ candidateId?: string | null;
94
+ /**
95
+ *
96
+ * @type {string}
97
+ * @memberof InvitationTalentMetaSchema
98
+ */
99
+ expiresAt?: string | null;
100
+ }
101
+ /**
102
+ * @export
103
+ */
104
+ export declare const InvitationTalentMetaSchemaStatusEnum: {
105
+ readonly Added: "added";
106
+ readonly Queued: "queued";
107
+ readonly Sending: "sending";
108
+ readonly Sent: "sent";
109
+ readonly Opened: "opened";
110
+ readonly Applied: "applied";
111
+ readonly Declined: "declined";
112
+ readonly Expired: "expired";
113
+ readonly Failed: "failed";
114
+ };
115
+ export type InvitationTalentMetaSchemaStatusEnum = typeof InvitationTalentMetaSchemaStatusEnum[keyof typeof InvitationTalentMetaSchemaStatusEnum];
116
+ /**
117
+ * @export
118
+ */
119
+ export declare const InvitationTalentMetaSchemaChannelEnum: {
120
+ readonly Email: "email";
121
+ readonly Sms: "sms";
122
+ readonly Call: "call";
123
+ };
124
+ export type InvitationTalentMetaSchemaChannelEnum = typeof InvitationTalentMetaSchemaChannelEnum[keyof typeof InvitationTalentMetaSchemaChannelEnum];
125
+ /**
126
+ * Check if a given object implements the InvitationTalentMetaSchema interface.
127
+ */
128
+ export declare function instanceOfInvitationTalentMetaSchema(value: object): value is InvitationTalentMetaSchema;
129
+ export declare function InvitationTalentMetaSchemaFromJSON(json: any): InvitationTalentMetaSchema;
130
+ export declare function InvitationTalentMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentMetaSchema;
131
+ export declare function InvitationTalentMetaSchemaToJSON(json: any): InvitationTalentMetaSchema;
132
+ export declare function InvitationTalentMetaSchemaToJSONTyped(value?: InvitationTalentMetaSchema | null, ignoreDiscriminator?: boolean): any;
133
+ //# sourceMappingURL=InvitationTalentMetaSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;CAUvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAoB3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAqB1I"}
@@ -0,0 +1,96 @@
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.InvitationTalentMetaSchemaChannelEnum = exports.InvitationTalentMetaSchemaStatusEnum = void 0;
17
+ exports.instanceOfInvitationTalentMetaSchema = instanceOfInvitationTalentMetaSchema;
18
+ exports.InvitationTalentMetaSchemaFromJSON = InvitationTalentMetaSchemaFromJSON;
19
+ exports.InvitationTalentMetaSchemaFromJSONTyped = InvitationTalentMetaSchemaFromJSONTyped;
20
+ exports.InvitationTalentMetaSchemaToJSON = InvitationTalentMetaSchemaToJSON;
21
+ exports.InvitationTalentMetaSchemaToJSONTyped = InvitationTalentMetaSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.InvitationTalentMetaSchemaStatusEnum = {
26
+ Added: 'added',
27
+ Queued: 'queued',
28
+ Sending: 'sending',
29
+ Sent: 'sent',
30
+ Opened: 'opened',
31
+ Applied: 'applied',
32
+ Declined: 'declined',
33
+ Expired: 'expired',
34
+ Failed: 'failed'
35
+ };
36
+ /**
37
+ * @export
38
+ */
39
+ exports.InvitationTalentMetaSchemaChannelEnum = {
40
+ Email: 'email',
41
+ Sms: 'sms',
42
+ Call: 'call'
43
+ };
44
+ /**
45
+ * Check if a given object implements the InvitationTalentMetaSchema interface.
46
+ */
47
+ function instanceOfInvitationTalentMetaSchema(value) {
48
+ return true;
49
+ }
50
+ function InvitationTalentMetaSchemaFromJSON(json) {
51
+ return InvitationTalentMetaSchemaFromJSONTyped(json, false);
52
+ }
53
+ function InvitationTalentMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
54
+ if (json == null) {
55
+ return json;
56
+ }
57
+ return {
58
+ 'status': json['status'] == null ? undefined : json['status'],
59
+ 'channel': json['channel'] == null ? undefined : json['channel'],
60
+ 'addedAt': json['addedAt'] == null ? undefined : json['addedAt'],
61
+ 'claimedAt': json['claimedAt'] == null ? undefined : json['claimedAt'],
62
+ 'sentAt': json['sentAt'] == null ? undefined : json['sentAt'],
63
+ 'openedAt': json['openedAt'] == null ? undefined : json['openedAt'],
64
+ 'appliedAt': json['appliedAt'] == null ? undefined : json['appliedAt'],
65
+ 'declinedAt': json['declinedAt'] == null ? undefined : json['declinedAt'],
66
+ 'failedAt': json['failedAt'] == null ? undefined : json['failedAt'],
67
+ 'failedReason': json['failedReason'] == null ? undefined : json['failedReason'],
68
+ 'emailId': json['emailId'] == null ? undefined : json['emailId'],
69
+ 'candidateId': json['candidateId'] == null ? undefined : json['candidateId'],
70
+ 'expiresAt': json['expiresAt'] == null ? undefined : json['expiresAt'],
71
+ };
72
+ }
73
+ function InvitationTalentMetaSchemaToJSON(json) {
74
+ return InvitationTalentMetaSchemaToJSONTyped(json, false);
75
+ }
76
+ function InvitationTalentMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
77
+ if (value == null) {
78
+ return value;
79
+ }
80
+ return {
81
+ 'status': value['status'],
82
+ 'channel': value['channel'],
83
+ 'addedAt': value['addedAt'],
84
+ 'claimedAt': value['claimedAt'],
85
+ 'sentAt': value['sentAt'],
86
+ 'openedAt': value['openedAt'],
87
+ 'appliedAt': value['appliedAt'],
88
+ 'declinedAt': value['declinedAt'],
89
+ 'failedAt': value['failedAt'],
90
+ 'failedReason': value['failedReason'],
91
+ 'emailId': value['emailId'],
92
+ 'candidateId': value['candidateId'],
93
+ 'expiresAt': value['expiresAt'],
94
+ };
95
+ }
96
+ //# sourceMappingURL=InvitationTalentMetaSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentMetaSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentMetaSchema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,47 @@
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 { ResourceLinksSchema } from './ResourceLinksSchema';
13
+ import type { InvitationTalentIdentifierSchema } from './InvitationTalentIdentifierSchema';
14
+ /**
15
+ * The `relationships/talents` document - the identifiers with their meta.
16
+ * @export
17
+ * @interface InvitationTalentsRelationshipSchema
18
+ */
19
+ export interface InvitationTalentsRelationshipSchema {
20
+ /**
21
+ *
22
+ * @type {Array<InvitationTalentIdentifierSchema>}
23
+ * @memberof InvitationTalentsRelationshipSchema
24
+ */
25
+ data?: Array<InvitationTalentIdentifierSchema>;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof InvitationTalentsRelationshipSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof InvitationTalentsRelationshipSchema
36
+ */
37
+ meta?: object;
38
+ }
39
+ /**
40
+ * Check if a given object implements the InvitationTalentsRelationshipSchema interface.
41
+ */
42
+ export declare function instanceOfInvitationTalentsRelationshipSchema(value: object): value is InvitationTalentsRelationshipSchema;
43
+ export declare function InvitationTalentsRelationshipSchemaFromJSON(json: any): InvitationTalentsRelationshipSchema;
44
+ export declare function InvitationTalentsRelationshipSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentsRelationshipSchema;
45
+ export declare function InvitationTalentsRelationshipSchemaToJSON(json: any): InvitationTalentsRelationshipSchema;
46
+ export declare function InvitationTalentsRelationshipSchemaToJSONTyped(value?: InvitationTalentsRelationshipSchema | null, ignoreDiscriminator?: boolean): any;
47
+ //# sourceMappingURL=InvitationTalentsRelationshipSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentsRelationshipSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentsRelationshipSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;IAC/C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAU7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5J"}
@@ -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.instanceOfInvitationTalentsRelationshipSchema = instanceOfInvitationTalentsRelationshipSchema;
17
+ exports.InvitationTalentsRelationshipSchemaFromJSON = InvitationTalentsRelationshipSchemaFromJSON;
18
+ exports.InvitationTalentsRelationshipSchemaFromJSONTyped = InvitationTalentsRelationshipSchemaFromJSONTyped;
19
+ exports.InvitationTalentsRelationshipSchemaToJSON = InvitationTalentsRelationshipSchemaToJSON;
20
+ exports.InvitationTalentsRelationshipSchemaToJSONTyped = InvitationTalentsRelationshipSchemaToJSONTyped;
21
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
22
+ const InvitationTalentIdentifierSchema_1 = require("./InvitationTalentIdentifierSchema");
23
+ /**
24
+ * Check if a given object implements the InvitationTalentsRelationshipSchema interface.
25
+ */
26
+ function instanceOfInvitationTalentsRelationshipSchema(value) {
27
+ return true;
28
+ }
29
+ function InvitationTalentsRelationshipSchemaFromJSON(json) {
30
+ return InvitationTalentsRelationshipSchemaFromJSONTyped(json, false);
31
+ }
32
+ function InvitationTalentsRelationshipSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'data': json['data'] == null ? undefined : (json['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaFromJSON)),
38
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
39
+ 'meta': json['meta'] == null ? undefined : json['meta'],
40
+ };
41
+ }
42
+ function InvitationTalentsRelationshipSchemaToJSON(json) {
43
+ return InvitationTalentsRelationshipSchemaToJSONTyped(json, false);
44
+ }
45
+ function InvitationTalentsRelationshipSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'data': value['data'] == null ? undefined : (value['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaToJSON)),
51
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
52
+ 'meta': value['meta'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=InvitationTalentsRelationshipSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationTalentsRelationshipSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentsRelationshipSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,sGAEC;AAED,kGAEC;AAED,4GAUC;AAED,8FAEC;AAED,wGAWC;AA9ED,+DAK+B;AAE/B,yFAK4C;AA4B5C;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2EAAwC,CAAC,CAAC;QACvH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yEAAsC,CAAC,CAAC;QACvH,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,48 @@
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 { ResourcesMetaSchema } from './ResourcesMetaSchema';
13
+ import type { InvitationResourceSchema } from './InvitationResourceSchema';
14
+ import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface InvitationsSchema
19
+ */
20
+ export interface InvitationsSchema {
21
+ /**
22
+ *
23
+ * @type {Array<InvitationResourceSchema>}
24
+ * @memberof InvitationsSchema
25
+ */
26
+ data?: Array<InvitationResourceSchema>;
27
+ /**
28
+ *
29
+ * @type {ResourcesLinksSchema}
30
+ * @memberof InvitationsSchema
31
+ */
32
+ links?: ResourcesLinksSchema;
33
+ /**
34
+ *
35
+ * @type {ResourcesMetaSchema}
36
+ * @memberof InvitationsSchema
37
+ */
38
+ meta?: ResourcesMetaSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the InvitationsSchema interface.
42
+ */
43
+ export declare function instanceOfInvitationsSchema(value: object): value is InvitationsSchema;
44
+ export declare function InvitationsSchemaFromJSON(json: any): InvitationsSchema;
45
+ export declare function InvitationsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationsSchema;
46
+ export declare function InvitationsSchemaToJSON(json: any): InvitationsSchema;
47
+ export declare function InvitationsSchemaToJSONTyped(value?: InvitationsSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=InvitationsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAUzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxH"}
@@ -0,0 +1,56 @@
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.instanceOfInvitationsSchema = instanceOfInvitationsSchema;
17
+ exports.InvitationsSchemaFromJSON = InvitationsSchemaFromJSON;
18
+ exports.InvitationsSchemaFromJSONTyped = InvitationsSchemaFromJSONTyped;
19
+ exports.InvitationsSchemaToJSON = InvitationsSchemaToJSON;
20
+ exports.InvitationsSchemaToJSONTyped = InvitationsSchemaToJSONTyped;
21
+ const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
22
+ const InvitationResourceSchema_1 = require("./InvitationResourceSchema");
23
+ const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
24
+ /**
25
+ * Check if a given object implements the InvitationsSchema interface.
26
+ */
27
+ function instanceOfInvitationsSchema(value) {
28
+ return true;
29
+ }
30
+ function InvitationsSchemaFromJSON(json) {
31
+ return InvitationsSchemaFromJSONTyped(json, false);
32
+ }
33
+ function InvitationsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': json['data'] == null ? undefined : (json['data'].map(InvitationResourceSchema_1.InvitationResourceSchemaFromJSON)),
39
+ 'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
40
+ 'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
41
+ };
42
+ }
43
+ function InvitationsSchemaToJSON(json) {
44
+ return InvitationsSchemaToJSONTyped(json, false);
45
+ }
46
+ function InvitationsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'data': value['data'] == null ? undefined : (value['data'].map(InvitationResourceSchema_1.InvitationResourceSchemaToJSON)),
52
+ 'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
53
+ 'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
54
+ };
55
+ }
56
+ //# sourceMappingURL=InvitationsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,kEAEC;AAED,8DAEC;AAED,wEAUC;AAED,0DAEC;AAED,oEAWC;AArFD,+DAK+B;AAE/B,yEAKoC;AAEpC,iEAKgC;AA4BhC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,KAAa;IACrD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2DAAgC,CAAC,CAAC;QAC/G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvF,CAAC;AACN,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yDAA8B,CAAC,CAAC;QAC/G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnD,CAAC;AACN,CAAC"}
@@ -49,7 +49,7 @@ export interface JobResourceSchema {
49
49
  */
50
50
  links?: ResourceLinksSchema;
51
51
  /**
52
- *
52
+ * Resource-level metadata (data.meta). Server-owned keys: `status` (internal build state), `briefId` / `briefFields` (the brief the job came from), `proposal` / `lastAppliedProposal` (jobs:update orders), `recruitmentKpis` (2026-09-03: the recruiting KPIs of an ACTIVE job computed once a day from the analytics lake by the report service - `{unit: hours, kpis: {timeToHire, timeToFill, offerResponseTime, assessmentStageDuration} as KpiValue {current, previous: null, delta: null, deltaPercent: null, sampleSize, sampleSizePrevious: 0}, trend: {labels, periodStarts, timeToHire[], timeToFill[]} over 12 weeks, window: {from, to, days: 365}, computedAt}`; projected on list rows; absent until the first nightly run after activation).
53
53
  * @type {{ [key: string]: any; }}
54
54
  * @memberof JobResourceSchema
55
55
  */
@@ -330,6 +330,24 @@ export interface TalentAttributesSchema {
330
330
  * @memberof TalentAttributesSchema
331
331
  */
332
332
  isTalentPool?: boolean;
333
+ /**
334
+ * The last time something happened with this person on our side - an application, an email sent to or received from them (stamped by the talent service from events, 2026-09-07). On the row and here only, not in the finder document.
335
+ * @type {Date}
336
+ * @memberof TalentAttributesSchema
337
+ */
338
+ readonly lastActivityAt?: Date | null;
339
+ /**
340
+ * What lastActivityAt refers to.
341
+ * @type {TalentAttributesSchemaLastActivityTypeEnum}
342
+ * @memberof TalentAttributesSchema
343
+ */
344
+ readonly lastActivityType?: TalentAttributesSchemaLastActivityTypeEnum | null;
345
+ /**
346
+ * When the person last stated their availability - the analysis that wrote the criterion (CV, application, an applied talents:update) or a PATCH carrying it (2026-09-07). Also on the finder tile as summary.availability.declaredAt.
347
+ * @type {Date}
348
+ * @memberof TalentAttributesSchema
349
+ */
350
+ readonly availabilityDeclaredAt?: Date | null;
333
351
  /**
334
352
  *
335
353
  * @type {string}
@@ -418,6 +436,14 @@ export declare const TalentAttributesSchemaStatusEnum: {
418
436
  readonly Failed: "failed";
419
437
  };
420
438
  export type TalentAttributesSchemaStatusEnum = typeof TalentAttributesSchemaStatusEnum[keyof typeof TalentAttributesSchemaStatusEnum];
439
+ /**
440
+ * @export
441
+ */
442
+ export declare const TalentAttributesSchemaLastActivityTypeEnum: {
443
+ readonly Application: "application";
444
+ readonly Email: "email";
445
+ };
446
+ export type TalentAttributesSchemaLastActivityTypeEnum = typeof TalentAttributesSchemaLastActivityTypeEnum[keyof typeof TalentAttributesSchemaLastActivityTypeEnum];
421
447
  /**
422
448
  * Check if a given object implements the TalentAttributesSchema interface.
423
449
  */
@@ -425,5 +451,5 @@ export declare function instanceOfTalentAttributesSchema(value: object): value i
425
451
  export declare function TalentAttributesSchemaFromJSON(json: any): TalentAttributesSchema;
426
452
  export declare function TalentAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentAttributesSchema;
427
453
  export declare function TalentAttributesSchemaToJSON(json: any): TalentAttributesSchema;
428
- export declare function TalentAttributesSchemaToJSONTyped(value?: TalentAttributesSchema | null, ignoreDiscriminator?: boolean): any;
454
+ export declare function TalentAttributesSchemaToJSONTyped(value?: Omit<TalentAttributesSchema, 'lastActivityAt' | 'lastActivityType' | 'availabilityDeclaredAt'> | null, ignoreDiscriminator?: boolean): any;
429
455
  //# sourceMappingURL=TalentAttributesSchema.d.ts.map