@smartytalent/api-client 0.9.9 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apis/EmailsApi.d.ts +1 -0
- package/dist/apis/EmailsApi.d.ts.map +1 -1
- package/dist/apis/EmailsApi.js +3 -0
- package/dist/apis/EmailsApi.js.map +1 -1
- package/dist/apis/TasksApi.d.ts +141 -0
- package/dist/apis/TasksApi.d.ts.map +1 -0
- package/dist/apis/TasksApi.js +332 -0
- package/dist/apis/TasksApi.js.map +1 -0
- 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/ConversationAttributesSchema.d.ts +1 -1
- package/dist/models/ConversationResourceSchema.d.ts +1 -1
- package/dist/models/CreateTaskRequestBody.d.ts +34 -0
- package/dist/models/CreateTaskRequestBody.d.ts.map +1 -0
- package/dist/models/CreateTaskRequestBody.js +52 -0
- package/dist/models/CreateTaskRequestBody.js.map +1 -0
- package/dist/models/CreateTaskRequestBodyData.d.ts +54 -0
- package/dist/models/CreateTaskRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateTaskRequestBodyData.js +66 -0
- package/dist/models/CreateTaskRequestBodyData.js.map +1 -0
- package/dist/models/EmailAttributesSchema.d.ts +1 -1
- package/dist/models/EmailAttributesSchemaAttachmentsInner.d.ts +1 -1
- package/dist/models/EmailResourceSchema.d.ts +1 -1
- package/dist/models/LabelAttributesSchema.d.ts +9 -2
- package/dist/models/LabelAttributesSchema.d.ts.map +1 -1
- package/dist/models/LabelAttributesSchema.js +4 -1
- package/dist/models/LabelAttributesSchema.js.map +1 -1
- package/dist/models/SubmissionAttributesSchema.d.ts +1 -1
- package/dist/models/SubmissionResourceSchema.d.ts +1 -1
- package/dist/models/TaskAttributesSchema.d.ts +102 -0
- package/dist/models/TaskAttributesSchema.d.ts.map +1 -0
- package/dist/models/TaskAttributesSchema.js +80 -0
- package/dist/models/TaskAttributesSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsAuthorDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsAuthorDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsAuthorDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsAuthorDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsAuthorSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsAuthorSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsAuthorSchema.js +50 -0
- package/dist/models/TaskRelationshipsAuthorSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsCandidateDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsCandidateDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsCandidateSchema.js +50 -0
- package/dist/models/TaskRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsConversationDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsConversationDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsConversationDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsConversationDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsConversationSchema.js +50 -0
- package/dist/models/TaskRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsEmailDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsEmailDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsEmailDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsEmailDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsEmailSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsEmailSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsEmailSchema.js +50 -0
- package/dist/models/TaskRelationshipsEmailSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsJobDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsJobDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsJobSchema.js +50 -0
- package/dist/models/TaskRelationshipsJobSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestCandidatesDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsRequestCandidatesDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestCandidatesDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsRequestCandidatesDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestCandidatesSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsRequestCandidatesSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestCandidatesSchema.js +50 -0
- package/dist/models/TaskRelationshipsRequestCandidatesSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestConversationsDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsRequestConversationsDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestConversationsDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsRequestConversationsDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestConversationsSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsRequestConversationsSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestConversationsSchema.js +50 -0
- package/dist/models/TaskRelationshipsRequestConversationsSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestEmailsDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsRequestEmailsDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestEmailsDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsRequestEmailsDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestEmailsSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsRequestEmailsSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestEmailsSchema.js +50 -0
- package/dist/models/TaskRelationshipsRequestEmailsSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestJobsDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsRequestJobsDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestJobsDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsRequestJobsDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestJobsSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsRequestJobsSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestJobsSchema.js +50 -0
- package/dist/models/TaskRelationshipsRequestJobsSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestSchema.d.ts +62 -0
- package/dist/models/TaskRelationshipsRequestSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestSchema.js +62 -0
- package/dist/models/TaskRelationshipsRequestSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestTalentsDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsRequestTalentsDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestTalentsDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsRequestTalentsDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsRequestTalentsSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsRequestTalentsSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsRequestTalentsSchema.js +50 -0
- package/dist/models/TaskRelationshipsRequestTalentsSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsSchema.d.ts +69 -0
- package/dist/models/TaskRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsSchema.js +65 -0
- package/dist/models/TaskRelationshipsSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsTalentDataSchema.d.ts +39 -0
- package/dist/models/TaskRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsTalentDataSchema.js +51 -0
- package/dist/models/TaskRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/TaskRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/TaskRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/TaskRelationshipsTalentSchema.js +50 -0
- package/dist/models/TaskRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/TaskResourceSchema.d.ts +75 -0
- package/dist/models/TaskResourceSchema.d.ts.map +1 -0
- package/dist/models/TaskResourceSchema.js +75 -0
- package/dist/models/TaskResourceSchema.js.map +1 -0
- package/dist/models/TaskSchema.d.ts +49 -0
- package/dist/models/TaskSchema.d.ts.map +1 -0
- package/dist/models/TaskSchema.js +55 -0
- package/dist/models/TaskSchema.js.map +1 -0
- package/dist/models/TasksSchema.d.ts +48 -0
- package/dist/models/TasksSchema.d.ts.map +1 -0
- package/dist/models/TasksSchema.js +56 -0
- package/dist/models/TasksSchema.js.map +1 -0
- package/dist/models/UpdateTaskRequestBody.d.ts +34 -0
- package/dist/models/UpdateTaskRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateTaskRequestBody.js +52 -0
- package/dist/models/UpdateTaskRequestBody.js.map +1 -0
- package/dist/models/UpdateTaskRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateTaskRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateTaskRequestBodyData.js +68 -0
- package/dist/models/UpdateTaskRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +32 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +32 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
package/dist/apis/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,kDAAgC;AAChC,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,gDAA8B;AAC9B,qDAAmC;AACnC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,iDAA+B;AAC/B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,+CAA6B;AAC7B,iDAA+B;AAC/B,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/apis/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oBAAoB;AACpB,oBAAoB;AACpB,+CAA6B;AAC7B,2CAAyB;AACzB,kDAAgC;AAChC,+CAA6B;AAC7B,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,gDAA8B;AAC9B,4CAA0B;AAC1B,iDAA+B;AAC/B,6CAA2B;AAC3B,kDAAgC;AAChC,+CAA6B;AAC7B,6CAA2B;AAC3B,8CAA4B;AAC5B,gDAA8B;AAC9B,qDAAmC;AACnC,iDAA+B;AAC/B,8CAA4B;AAC5B,8CAA4B;AAC5B,iDAA+B;AAC/B,6CAA2B;AAC3B,+CAA6B;AAC7B,6CAA2B;AAC3B,4CAA0B;AAC1B,8CAA4B;AAC5B,6CAA2B;AAC3B,gDAA8B;AAC9B,6CAA2B;AAC3B,qDAAmC;AACnC,kDAAgC;AAChC,gDAA8B;AAC9B,+CAA6B;AAC7B,iDAA+B;AAC/B,6CAA2B;AAC3B,4CAA0B;AAC1B,iDAA+B;AAC/B,+CAA6B;AAC7B,8CAA4B;AAC5B,mDAAiC;AACjC,+CAA6B;AAC7B,+CAA6B;AAC7B,6CAA2B;AAC3B,+CAA6B;AAC7B,iDAA+B;AAC/B,gDAA8B;AAC9B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B"}
|
|
@@ -76,7 +76,7 @@ export interface ConversationAttributesSchema {
|
|
|
76
76
|
*/
|
|
77
77
|
ttl?: string | null;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Not populated on the wire - the conversation meta rides at the resource level (data.meta, see ConversationResourceSchema.meta). Kept for client compatibility only.
|
|
80
80
|
* @type {{ [key: string]: any; }}
|
|
81
81
|
* @memberof ConversationAttributesSchema
|
|
82
82
|
*/
|
|
@@ -49,7 +49,7 @@ export interface ConversationResourceSchema {
|
|
|
49
49
|
*/
|
|
50
50
|
links?: ResourceLinksSchema;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Resource-level free-form metadata (data.meta, NOT attributes.meta - Conversation.to_response emits it next to attributes/relationships). meta.reference is the RFC 5322 Message-ID chain of the thread (appended idempotently by the conversation eventbus, the outbound sender and the inbound Lambda). meta.intake marks an e-mail intake thread and is absent on every other conversation: {version, kind: listing|listing_unavailable|talent_pool_unavailable|which_job|status|withdrawal_ack|job_application|talent_pool, status: awaiting_consent|submitted|incomplete|declined|closed|expired, jobId|null, jobShort, jobTitle, formId, language, senderEmail, applicationEmailId, consentAskedEmailId|null, consentEmailId|null, submissionId|null, submittedAt|null, expiresAt, missingFields[] (incomplete), askTextVersion, consentQuestion, previous {status, kind, declinedAt, consentEmailId, applicationEmailId, submissionId, submittedAt} (after a declined/submitted record), draft {answers, wire, cv {s3Key, filename, contentType, size}} (awaiting_consent only)} - written only by the inbound e-mail Lambda; workflows never touch it. talentId/candidateId/jobId are NOT on the wire - read relationships.talent/candidate/job. PATCH merges meta per key (a null removes the key; reference appends idempotently).
|
|
53
53
|
* @type {{ [key: string]: any; }}
|
|
54
54
|
* @memberof ConversationResourceSchema
|
|
55
55
|
*/
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { CreateTaskRequestBodyData } from './CreateTaskRequestBodyData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateTaskRequestBody
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateTaskRequestBody {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {CreateTaskRequestBodyData}
|
|
22
|
+
* @memberof CreateTaskRequestBody
|
|
23
|
+
*/
|
|
24
|
+
data: CreateTaskRequestBodyData;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateTaskRequestBody interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateTaskRequestBody(value: object): value is CreateTaskRequestBody;
|
|
30
|
+
export declare function CreateTaskRequestBodyFromJSON(json: any): CreateTaskRequestBody;
|
|
31
|
+
export declare function CreateTaskRequestBodyFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateTaskRequestBody;
|
|
32
|
+
export declare function CreateTaskRequestBodyToJSON(json: any): CreateTaskRequestBody;
|
|
33
|
+
export declare function CreateTaskRequestBodyToJSONTyped(value?: CreateTaskRequestBody | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=CreateTaskRequestBody.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTaskRequestBody.d.ts","sourceRoot":"","sources":["../../src/models/CreateTaskRequestBody.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAQ7E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,EAAE,yBAAyB,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAG7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAQjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAShI"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.instanceOfCreateTaskRequestBody = instanceOfCreateTaskRequestBody;
|
|
17
|
+
exports.CreateTaskRequestBodyFromJSON = CreateTaskRequestBodyFromJSON;
|
|
18
|
+
exports.CreateTaskRequestBodyFromJSONTyped = CreateTaskRequestBodyFromJSONTyped;
|
|
19
|
+
exports.CreateTaskRequestBodyToJSON = CreateTaskRequestBodyToJSON;
|
|
20
|
+
exports.CreateTaskRequestBodyToJSONTyped = CreateTaskRequestBodyToJSONTyped;
|
|
21
|
+
const CreateTaskRequestBodyData_1 = require("./CreateTaskRequestBodyData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the CreateTaskRequestBody interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfCreateTaskRequestBody(value) {
|
|
26
|
+
if (!('data' in value) || value['data'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function CreateTaskRequestBodyFromJSON(json) {
|
|
31
|
+
return CreateTaskRequestBodyFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function CreateTaskRequestBodyFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'data': (0, CreateTaskRequestBodyData_1.CreateTaskRequestBodyDataFromJSON)(json['data']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function CreateTaskRequestBodyToJSON(json) {
|
|
42
|
+
return CreateTaskRequestBodyToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function CreateTaskRequestBodyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'data': (0, CreateTaskRequestBodyData_1.CreateTaskRequestBodyDataToJSON)(value['data']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=CreateTaskRequestBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTaskRequestBody.js","sourceRoot":"","sources":["../../src/models/CreateTaskRequestBody.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,0EAGC;AAED,sEAEC;AAED,gFAQC;AAED,kEAEC;AAED,4EASC;AAxDD,2EAKqC;AAgBrC;;GAEG;AACH,SAAgB,+BAA+B,CAAC,KAAa;IACzD,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS;IACnD,OAAO,kCAAkC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3D,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS,EAAE,mBAA4B;IACtF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAA,6DAAiC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,KAAoC,EAAE,sBAA+B,KAAK;IACvH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,2DAA+B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACzD,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,54 @@
|
|
|
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 { TaskRelationshipsRequestSchema } from './TaskRelationshipsRequestSchema';
|
|
13
|
+
import type { TaskAttributesSchema } from './TaskAttributesSchema';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CreateTaskRequestBodyData
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateTaskRequestBodyData {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {CreateTaskRequestBodyDataTypeEnum}
|
|
23
|
+
* @memberof CreateTaskRequestBodyData
|
|
24
|
+
*/
|
|
25
|
+
type: CreateTaskRequestBodyDataTypeEnum;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {TaskAttributesSchema}
|
|
29
|
+
* @memberof CreateTaskRequestBodyData
|
|
30
|
+
*/
|
|
31
|
+
attributes: TaskAttributesSchema;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {TaskRelationshipsRequestSchema}
|
|
35
|
+
* @memberof CreateTaskRequestBodyData
|
|
36
|
+
*/
|
|
37
|
+
relationships?: TaskRelationshipsRequestSchema;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @export
|
|
41
|
+
*/
|
|
42
|
+
export declare const CreateTaskRequestBodyDataTypeEnum: {
|
|
43
|
+
readonly Tasks: "tasks";
|
|
44
|
+
};
|
|
45
|
+
export type CreateTaskRequestBodyDataTypeEnum = typeof CreateTaskRequestBodyDataTypeEnum[keyof typeof CreateTaskRequestBodyDataTypeEnum];
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the CreateTaskRequestBodyData interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfCreateTaskRequestBodyData(value: object): value is CreateTaskRequestBodyData;
|
|
50
|
+
export declare function CreateTaskRequestBodyDataFromJSON(json: any): CreateTaskRequestBodyData;
|
|
51
|
+
export declare function CreateTaskRequestBodyDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateTaskRequestBodyData;
|
|
52
|
+
export declare function CreateTaskRequestBodyDataToJSON(json: any): CreateTaskRequestBodyData;
|
|
53
|
+
export declare function CreateTaskRequestBodyDataToJSONTyped(value?: CreateTaskRequestBodyData | null, ignoreDiscriminator?: boolean): any;
|
|
54
|
+
//# sourceMappingURL=CreateTaskRequestBodyData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTaskRequestBodyData.d.ts","sourceRoot":"","sources":["../../src/models/CreateTaskRequestBodyData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,IAAI,EAAE,iCAAiC,CAAC;IACxC;;;;OAIG;IACH,UAAU,EAAE,oBAAoB,CAAC;IACjC;;;;OAIG;IACH,aAAa,CAAC,EAAE,8BAA8B,CAAC;CAClD;AAGD;;GAEG;AACH,eAAO,MAAM,iCAAiC;;CAEpC,CAAC;AACX,MAAM,MAAM,iCAAiC,GAAG,OAAO,iCAAiC,CAAC,MAAM,OAAO,iCAAiC,CAAC,CAAC;AAGzI;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAIrG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAUzH;AAED,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEpF;AAED,wBAAgB,oCAAoC,CAAC,KAAK,CAAC,EAAE,yBAAyB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxI"}
|
|
@@ -0,0 +1,66 @@
|
|
|
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.CreateTaskRequestBodyDataTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCreateTaskRequestBodyData = instanceOfCreateTaskRequestBodyData;
|
|
18
|
+
exports.CreateTaskRequestBodyDataFromJSON = CreateTaskRequestBodyDataFromJSON;
|
|
19
|
+
exports.CreateTaskRequestBodyDataFromJSONTyped = CreateTaskRequestBodyDataFromJSONTyped;
|
|
20
|
+
exports.CreateTaskRequestBodyDataToJSON = CreateTaskRequestBodyDataToJSON;
|
|
21
|
+
exports.CreateTaskRequestBodyDataToJSONTyped = CreateTaskRequestBodyDataToJSONTyped;
|
|
22
|
+
const TaskRelationshipsRequestSchema_1 = require("./TaskRelationshipsRequestSchema");
|
|
23
|
+
const TaskAttributesSchema_1 = require("./TaskAttributesSchema");
|
|
24
|
+
/**
|
|
25
|
+
* @export
|
|
26
|
+
*/
|
|
27
|
+
exports.CreateTaskRequestBodyDataTypeEnum = {
|
|
28
|
+
Tasks: 'tasks'
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* Check if a given object implements the CreateTaskRequestBodyData interface.
|
|
32
|
+
*/
|
|
33
|
+
function instanceOfCreateTaskRequestBodyData(value) {
|
|
34
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('attributes' in value) || value['attributes'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function CreateTaskRequestBodyDataFromJSON(json) {
|
|
41
|
+
return CreateTaskRequestBodyDataFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function CreateTaskRequestBodyDataFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'type': json['type'],
|
|
49
|
+
'attributes': (0, TaskAttributesSchema_1.TaskAttributesSchemaFromJSON)(json['attributes']),
|
|
50
|
+
'relationships': json['relationships'] == null ? undefined : (0, TaskRelationshipsRequestSchema_1.TaskRelationshipsRequestSchemaFromJSON)(json['relationships']),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
function CreateTaskRequestBodyDataToJSON(json) {
|
|
54
|
+
return CreateTaskRequestBodyDataToJSONTyped(json, false);
|
|
55
|
+
}
|
|
56
|
+
function CreateTaskRequestBodyDataToJSONTyped(value, ignoreDiscriminator = false) {
|
|
57
|
+
if (value == null) {
|
|
58
|
+
return value;
|
|
59
|
+
}
|
|
60
|
+
return {
|
|
61
|
+
'type': value['type'],
|
|
62
|
+
'attributes': (0, TaskAttributesSchema_1.TaskAttributesSchemaToJSON)(value['attributes']),
|
|
63
|
+
'relationships': (0, TaskRelationshipsRequestSchema_1.TaskRelationshipsRequestSchemaToJSON)(value['relationships']),
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
//# sourceMappingURL=CreateTaskRequestBodyData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CreateTaskRequestBodyData.js","sourceRoot":"","sources":["../../src/models/CreateTaskRequestBodyData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAyDH,kFAIC;AAED,8EAEC;AAED,wFAUC;AAED,0EAEC;AAED,oFAWC;AA1FD,qFAK0C;AAE1C,iEAKgC;AA6BhC;;GAEG;AACU,QAAA,iCAAiC,GAAG;IAC7C,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS,EAAE,mBAA4B;IAC1F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,YAAY,EAAE,IAAA,mDAA4B,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QAC9D,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;KAC7H,CAAC;AACN,CAAC;AAED,SAAgB,+BAA+B,CAAC,IAAS;IACrD,OAAO,oCAAoC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7D,CAAC;AAED,SAAgB,oCAAoC,CAAC,KAAwC,EAAE,sBAA+B,KAAK;IAC/H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,YAAY,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC7D,eAAe,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;KAChF,CAAC;AACN,CAAC"}
|
|
@@ -167,7 +167,7 @@ export interface EmailAttributesSchema {
|
|
|
167
167
|
*/
|
|
168
168
|
sendScheduleDate?: string;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* Not populated on the wire - the email meta rides at the resource level (data.meta, see EmailResourceSchema.meta). Kept for client compatibility only.
|
|
171
171
|
* @type {{ [key: string]: any; }}
|
|
172
172
|
* @memberof EmailAttributesSchema
|
|
173
173
|
*/
|
|
@@ -28,7 +28,7 @@ export interface EmailAttributesSchemaAttachmentsInner {
|
|
|
28
28
|
*/
|
|
29
29
|
url?: string;
|
|
30
30
|
/**
|
|
31
|
-
* Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`.
|
|
31
|
+
* Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`, `briefs`. Calendar invites use `emails` - the mail itself owns the .ics.
|
|
32
32
|
* @type {string}
|
|
33
33
|
* @memberof EmailAttributesSchemaAttachmentsInner
|
|
34
34
|
*/
|
|
@@ -49,7 +49,7 @@ export interface EmailResourceSchema {
|
|
|
49
49
|
*/
|
|
50
50
|
links?: ResourceLinksSchema;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Resource-level free-form metadata (data.meta, NOT attributes.meta - Email.to_response emits it next to attributes/relationships). meta.messageId is the SMTP Message-ID (outbound: <emailId@ai.domain>), meta.inReplyTo the parent Message-ID, meta.sesMessageId the SES id after send, meta.autoSubmitted=true adds Auto-Submitted: auto-replied on send, meta.intake.kind marks Boe intake replies (listing|which_job|incomplete|consent_ask_job|consent_ask_talent_pool|submitted|declined|already_submitted|status|withdrawal_ack|...). Create merges the payload meta under the forced status key; update ignores meta.
|
|
53
53
|
* @type {{ [key: string]: any; }}
|
|
54
54
|
* @memberof EmailResourceSchema
|
|
55
55
|
*/
|
|
@@ -35,13 +35,19 @@ export interface LabelAttributesSchema {
|
|
|
35
35
|
*/
|
|
36
36
|
description?: string | null;
|
|
37
37
|
/**
|
|
38
|
-
* tenant = visible to every user in the tenant; user = visible only to the owner.
|
|
38
|
+
* tenant = visible to every user in the tenant; user = visible only to the owner; system = seeded and stamped by the platform; read-only (create/update/delete via the API are rejected).
|
|
39
39
|
* @type {LabelAttributesSchemaScopeEnum}
|
|
40
40
|
* @memberof LabelAttributesSchema
|
|
41
41
|
*/
|
|
42
42
|
scope?: LabelAttributesSchemaScopeEnum;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* Present only on scope=system rows: stable machine key naming the platform intent. `application` = inbound e-mail application, `talent_pool` = talent-pool opt-in (application without a job), `status` = status inquiry about an existing application, `withdrawal` = withdrawal / opt-out acknowledgement. Null on tenant/user labels. Filter or branch on this key, never on the localised name.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof LabelAttributesSchema
|
|
47
|
+
*/
|
|
48
|
+
systemKey?: string | null;
|
|
49
|
+
/**
|
|
50
|
+
* Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId. System-scope: the tenant base id, stamped by the seeder.
|
|
45
51
|
* @type {string}
|
|
46
52
|
* @memberof LabelAttributesSchema
|
|
47
53
|
*/
|
|
@@ -71,6 +77,7 @@ export interface LabelAttributesSchema {
|
|
|
71
77
|
export declare const LabelAttributesSchemaScopeEnum: {
|
|
72
78
|
readonly Tenant: "tenant";
|
|
73
79
|
readonly User: "user";
|
|
80
|
+
readonly System: "system";
|
|
74
81
|
};
|
|
75
82
|
export type LabelAttributesSchemaScopeEnum = typeof LabelAttributesSchemaScopeEnum[keyof typeof LabelAttributesSchemaScopeEnum];
|
|
76
83
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabelAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"LabelAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,+BAA+B,CAAC;IACzC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;CAIjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAEhI;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;CAGlC,CAAC;AACX,MAAM,MAAM,+BAA+B,GAAG,OAAO,+BAA+B,CAAC,MAAM,OAAO,+BAA+B,CAAC,CAAC;AAGnI;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAgBjH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBhI"}
|
|
@@ -25,7 +25,8 @@ const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
|
25
25
|
*/
|
|
26
26
|
exports.LabelAttributesSchemaScopeEnum = {
|
|
27
27
|
Tenant: 'tenant',
|
|
28
|
-
User: 'user'
|
|
28
|
+
User: 'user',
|
|
29
|
+
System: 'system'
|
|
29
30
|
};
|
|
30
31
|
/**
|
|
31
32
|
* @export
|
|
@@ -52,6 +53,7 @@ function LabelAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
52
53
|
'color': json['color'] == null ? undefined : json['color'],
|
|
53
54
|
'description': json['description'] == null ? undefined : json['description'],
|
|
54
55
|
'scope': json['scope'] == null ? undefined : json['scope'],
|
|
56
|
+
'systemKey': json['systemKey'] == null ? undefined : json['systemKey'],
|
|
55
57
|
'ownerId': json['ownerId'] == null ? undefined : json['ownerId'],
|
|
56
58
|
'resourceTypes': json['resourceTypes'] == null ? undefined : json['resourceTypes'],
|
|
57
59
|
'status': json['status'] == null ? undefined : json['status'],
|
|
@@ -70,6 +72,7 @@ function LabelAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
70
72
|
'color': value['color'],
|
|
71
73
|
'description': value['description'],
|
|
72
74
|
'scope': value['scope'],
|
|
75
|
+
'systemKey': value['systemKey'],
|
|
73
76
|
'ownerId': value['ownerId'],
|
|
74
77
|
'resourceTypes': value['resourceTypes'],
|
|
75
78
|
'status': value['status'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LabelAttributesSchema.js","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"LabelAttributesSchema.js","sourceRoot":"","sources":["../../src/models/LabelAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -98,7 +98,7 @@ export interface SubmissionAttributesSchema {
|
|
|
98
98
|
*/
|
|
99
99
|
consent?: SubmissionAttributesSchemaConsent;
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* Not populated on the wire - the submission meta rides at the resource level (data.meta, see SubmissionResourceSchema.meta). Kept for client compatibility only.
|
|
102
102
|
* @type {object}
|
|
103
103
|
* @memberof SubmissionAttributesSchema
|
|
104
104
|
*/
|
|
@@ -49,7 +49,7 @@ export interface SubmissionResourceSchema {
|
|
|
49
49
|
*/
|
|
50
50
|
links?: ResourceLinksSchema;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Resource-level free-form metadata (data.meta, NOT attributes.meta - Submission.to_response emits it next to attributes/relationships). meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.email carries e-mail intake correlation on channel='email' submissions ({conversationId, emailId (the application mail), consentEmailId (the YES), messageId, threadRef 'SMT-<consentAskedEmailId>', consentVerbatim (first bare line, capped), consentAt, askEmailId, askTextVersion, yesS3Key, senderAuth (compact string, e.g. 'aligned via dkim (dmarc=none dkim=pass spf=pass)')}) - the consent proof, kept for the life of the row (no TTL); meta.userId is stamped server-side on create. CREATE-ONLY: the update path ignores meta.
|
|
53
53
|
* @type {{ [key: string]: any; }}
|
|
54
54
|
* @memberof SubmissionResourceSchema
|
|
55
55
|
*/
|
|
@@ -0,0 +1,102 @@
|
|
|
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 { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TaskAttributesSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface TaskAttributesSchema {
|
|
19
|
+
/**
|
|
20
|
+
* Workflow routing key (`namespace:verb`). The operator e-mail lane has exactly three: `emails:reply`, `emails:compose`, `emails:send` - nothing else. Optional, normalised to lowercase and shape-validated at create, stamped on the row and IMMUTABLE afterwards - a PATCH carrying route is rejected with 400. Creating a task whose route matches emails:* requires role recruiter/recops/admin/owner (hiringmanager and user are denied); the same gate guards a PATCH of an emails:* row.
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof TaskAttributesSchema
|
|
23
|
+
*/
|
|
24
|
+
route?: string | null;
|
|
25
|
+
/**
|
|
26
|
+
* Free-form task kind label (e.g. email_reply). Not a filter: the list door has no filterKind/filterRoute, only filterStatus.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof TaskAttributesSchema
|
|
29
|
+
*/
|
|
30
|
+
kind?: string | null;
|
|
31
|
+
/**
|
|
32
|
+
* Multilingual task content keyed by language code
|
|
33
|
+
* @type {{ [key: string]: any; }}
|
|
34
|
+
* @memberof TaskAttributesSchema
|
|
35
|
+
*/
|
|
36
|
+
content?: {
|
|
37
|
+
[key: string]: any;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* Multilingual task context keyed by language code
|
|
41
|
+
* @type {{ [key: string]: any; }}
|
|
42
|
+
* @memberof TaskAttributesSchema
|
|
43
|
+
*/
|
|
44
|
+
context?: {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* Row status, the same set as TaskStatus in the alpha layer. Defaults to active at create; on PATCH it is written only when provided (never forced). Operator-lane lifecycle: pending at create -> done (the workflow drafted the mail, the emails link carries it) or failed (compose produced nothing); done and failed are terminal and only task:complete writes them.
|
|
49
|
+
* @type {TaskAttributesSchemaStatusEnum}
|
|
50
|
+
* @memberof TaskAttributesSchema
|
|
51
|
+
*/
|
|
52
|
+
status?: TaskAttributesSchemaStatusEnum;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof TaskAttributesSchema
|
|
57
|
+
*/
|
|
58
|
+
languageCode?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Time-to-live expiration timestamp. PATCH-writable, write-only: the row keeps it (DynamoDB TTL) but no response echoes it back.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof TaskAttributesSchema
|
|
63
|
+
*/
|
|
64
|
+
ttl?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
* REQUEST side only: create merges these keys over the server-stamped `status`, PATCH writes them. Not populated on the wire - the task meta comes back at the resource level (data.meta, see TaskResourceSchema.meta), because Task.to_response emits it next to attributes/relationships. Kept here because this is where a request carries it.
|
|
67
|
+
* @type {{ [key: string]: any; }}
|
|
68
|
+
* @memberof TaskAttributesSchema
|
|
69
|
+
*/
|
|
70
|
+
meta?: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {ResourceTimestampsSchema}
|
|
76
|
+
* @memberof TaskAttributesSchema
|
|
77
|
+
*/
|
|
78
|
+
timestamps?: ResourceTimestampsSchema;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* @export
|
|
82
|
+
*/
|
|
83
|
+
export declare const TaskAttributesSchemaStatusEnum: {
|
|
84
|
+
readonly Active: "active";
|
|
85
|
+
readonly Sent: "sent";
|
|
86
|
+
readonly Scheduled: "scheduled";
|
|
87
|
+
readonly Pending: "pending";
|
|
88
|
+
readonly Draft: "draft";
|
|
89
|
+
readonly Archived: "archived";
|
|
90
|
+
readonly Failed: "failed";
|
|
91
|
+
readonly Done: "done";
|
|
92
|
+
};
|
|
93
|
+
export type TaskAttributesSchemaStatusEnum = typeof TaskAttributesSchemaStatusEnum[keyof typeof TaskAttributesSchemaStatusEnum];
|
|
94
|
+
/**
|
|
95
|
+
* Check if a given object implements the TaskAttributesSchema interface.
|
|
96
|
+
*/
|
|
97
|
+
export declare function instanceOfTaskAttributesSchema(value: object): value is TaskAttributesSchema;
|
|
98
|
+
export declare function TaskAttributesSchemaFromJSON(json: any): TaskAttributesSchema;
|
|
99
|
+
export declare function TaskAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskAttributesSchema;
|
|
100
|
+
export declare function TaskAttributesSchemaToJSON(json: any): TaskAttributesSchema;
|
|
101
|
+
export declare function TaskAttributesSchemaToJSONTyped(value?: TaskAttributesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
102
|
+
//# sourceMappingURL=TaskAttributesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/TaskAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAClC;;;;OAIG;IACH,MAAM,CAAC,EAAE,8BAA8B,CAAC;IACxC;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;IAC/B;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,8BAA8B;;;;;;;;;CASjC,CAAC;AACX,MAAM,MAAM,8BAA8B,GAAG,OAAO,8BAA8B,CAAC,MAAM,OAAO,8BAA8B,CAAC,CAAC;AAGhI;;GAEG;AACH,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oBAAoB,CAE3F;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE5E;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oBAAoB,CAgB/G;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,GAAG,oBAAoB,CAE1E;AAED,wBAAgB,+BAA+B,CAAC,KAAK,CAAC,EAAE,oBAAoB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiB9H"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.TaskAttributesSchemaStatusEnum = void 0;
|
|
17
|
+
exports.instanceOfTaskAttributesSchema = instanceOfTaskAttributesSchema;
|
|
18
|
+
exports.TaskAttributesSchemaFromJSON = TaskAttributesSchemaFromJSON;
|
|
19
|
+
exports.TaskAttributesSchemaFromJSONTyped = TaskAttributesSchemaFromJSONTyped;
|
|
20
|
+
exports.TaskAttributesSchemaToJSON = TaskAttributesSchemaToJSON;
|
|
21
|
+
exports.TaskAttributesSchemaToJSONTyped = TaskAttributesSchemaToJSONTyped;
|
|
22
|
+
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.TaskAttributesSchemaStatusEnum = {
|
|
27
|
+
Active: 'active',
|
|
28
|
+
Sent: 'sent',
|
|
29
|
+
Scheduled: 'scheduled',
|
|
30
|
+
Pending: 'pending',
|
|
31
|
+
Draft: 'draft',
|
|
32
|
+
Archived: 'archived',
|
|
33
|
+
Failed: 'failed',
|
|
34
|
+
Done: 'done'
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Check if a given object implements the TaskAttributesSchema interface.
|
|
38
|
+
*/
|
|
39
|
+
function instanceOfTaskAttributesSchema(value) {
|
|
40
|
+
return true;
|
|
41
|
+
}
|
|
42
|
+
function TaskAttributesSchemaFromJSON(json) {
|
|
43
|
+
return TaskAttributesSchemaFromJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
function TaskAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
46
|
+
if (json == null) {
|
|
47
|
+
return json;
|
|
48
|
+
}
|
|
49
|
+
return {
|
|
50
|
+
'route': json['route'] == null ? undefined : json['route'],
|
|
51
|
+
'kind': json['kind'] == null ? undefined : json['kind'],
|
|
52
|
+
'content': json['content'] == null ? undefined : json['content'],
|
|
53
|
+
'context': json['context'] == null ? undefined : json['context'],
|
|
54
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
55
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
56
|
+
'ttl': json['ttl'] == null ? undefined : json['ttl'],
|
|
57
|
+
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
58
|
+
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
function TaskAttributesSchemaToJSON(json) {
|
|
62
|
+
return TaskAttributesSchemaToJSONTyped(json, false);
|
|
63
|
+
}
|
|
64
|
+
function TaskAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
65
|
+
if (value == null) {
|
|
66
|
+
return value;
|
|
67
|
+
}
|
|
68
|
+
return {
|
|
69
|
+
'route': value['route'],
|
|
70
|
+
'kind': value['kind'],
|
|
71
|
+
'content': value['content'],
|
|
72
|
+
'context': value['context'],
|
|
73
|
+
'status': value['status'],
|
|
74
|
+
'languageCode': value['languageCode'],
|
|
75
|
+
'ttl': value['ttl'],
|
|
76
|
+
'meta': value['meta'],
|
|
77
|
+
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=TaskAttributesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskAttributesSchema.js","sourceRoot":"","sources":["../../src/models/TaskAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -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
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TaskRelationshipsAuthorDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface TaskRelationshipsAuthorDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TaskRelationshipsAuthorDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TaskRelationshipsAuthorDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the TaskRelationshipsAuthorDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfTaskRelationshipsAuthorDataSchema(value: object): value is TaskRelationshipsAuthorDataSchema;
|
|
35
|
+
export declare function TaskRelationshipsAuthorDataSchemaFromJSON(json: any): TaskRelationshipsAuthorDataSchema;
|
|
36
|
+
export declare function TaskRelationshipsAuthorDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TaskRelationshipsAuthorDataSchema;
|
|
37
|
+
export declare function TaskRelationshipsAuthorDataSchemaToJSON(json: any): TaskRelationshipsAuthorDataSchema;
|
|
38
|
+
export declare function TaskRelationshipsAuthorDataSchemaToJSONTyped(value?: TaskRelationshipsAuthorDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=TaskRelationshipsAuthorDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TaskRelationshipsAuthorDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/TaskRelationshipsAuthorDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CASzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUxJ"}
|