@smartytalent/api-client 0.1.9 → 0.1.10
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/CandidatesApi.d.ts +1 -0
- package/dist/apis/CandidatesApi.d.ts.map +1 -1
- package/dist/apis/CandidatesApi.js +3 -0
- package/dist/apis/CandidatesApi.js.map +1 -1
- package/dist/apis/JobsApi.d.ts +1 -0
- package/dist/apis/JobsApi.d.ts.map +1 -1
- package/dist/apis/JobsApi.js +3 -0
- package/dist/apis/JobsApi.js.map +1 -1
- package/dist/apis/RunsApi.d.ts +9 -5
- package/dist/apis/RunsApi.d.ts.map +1 -1
- package/dist/apis/RunsApi.js +13 -7
- package/dist/apis/RunsApi.js.map +1 -1
- package/dist/apis/TalentsApi.d.ts +2 -0
- package/dist/apis/TalentsApi.d.ts.map +1 -1
- package/dist/apis/TalentsApi.js +6 -0
- package/dist/apis/TalentsApi.js.map +1 -1
- package/dist/apis/WorkflowsApi.d.ts +5 -4
- package/dist/apis/WorkflowsApi.d.ts.map +1 -1
- package/dist/apis/WorkflowsApi.js +7 -4
- package/dist/apis/WorkflowsApi.js.map +1 -1
- package/dist/models/CandidateRelationshipsFilesDataSchema.d.ts +39 -0
- package/dist/models/CandidateRelationshipsFilesDataSchema.d.ts.map +1 -0
- package/dist/models/CandidateRelationshipsFilesDataSchema.js +51 -0
- package/dist/models/CandidateRelationshipsFilesDataSchema.js.map +1 -0
- package/dist/models/CandidateRelationshipsFilesSchema.d.ts +34 -0
- package/dist/models/CandidateRelationshipsFilesSchema.d.ts.map +1 -0
- package/dist/models/CandidateRelationshipsFilesSchema.js +50 -0
- package/dist/models/CandidateRelationshipsFilesSchema.js.map +1 -0
- package/dist/models/CandidateRelationshipsFormsDataSchema.d.ts +39 -0
- package/dist/models/CandidateRelationshipsFormsDataSchema.d.ts.map +1 -0
- package/dist/models/CandidateRelationshipsFormsDataSchema.js +51 -0
- package/dist/models/CandidateRelationshipsFormsDataSchema.js.map +1 -0
- package/dist/models/CandidateRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/CandidateRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/CandidateRelationshipsFormsSchema.js +50 -0
- package/dist/models/CandidateRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/CandidateRelationshipsSchema.d.ts +14 -0
- package/dist/models/CandidateRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/CandidateRelationshipsSchema.js +6 -0
- package/dist/models/CandidateRelationshipsSchema.js.map +1 -1
- package/dist/models/CreateCandidateRequestBodyData.d.ts +8 -0
- package/dist/models/CreateCandidateRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateCandidateRequestBodyData.js +2 -0
- package/dist/models/CreateCandidateRequestBodyData.js.map +1 -1
- package/dist/models/CreateEmailRequestBodyData.d.ts +8 -0
- package/dist/models/CreateEmailRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateEmailRequestBodyData.js +2 -0
- package/dist/models/CreateEmailRequestBodyData.js.map +1 -1
- package/dist/models/CreateFormRequestBodyData.d.ts +1 -1
- package/dist/models/CreateFormRequestBodyData.js +1 -1
- package/dist/models/CreateFormRequestBodyData.js.map +1 -1
- package/dist/models/CreateJobRequestBodyData.d.ts +8 -0
- package/dist/models/CreateJobRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateJobRequestBodyData.js +2 -0
- package/dist/models/CreateJobRequestBodyData.js.map +1 -1
- package/dist/models/CreateRunRequestBody.d.ts +34 -0
- package/dist/models/CreateRunRequestBody.d.ts.map +1 -0
- package/dist/models/CreateRunRequestBody.js +52 -0
- package/dist/models/CreateRunRequestBody.js.map +1 -0
- package/dist/models/CreateRunRequestBodyData.d.ts +54 -0
- package/dist/models/CreateRunRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateRunRequestBodyData.js +68 -0
- package/dist/models/CreateRunRequestBodyData.js.map +1 -0
- package/dist/models/CreateTalentRequestBodyData.d.ts +8 -0
- package/dist/models/CreateTalentRequestBodyData.d.ts.map +1 -1
- package/dist/models/CreateTalentRequestBodyData.js +2 -0
- package/dist/models/CreateTalentRequestBodyData.js.map +1 -1
- package/dist/models/FileAttributesSchema.d.ts +30 -0
- package/dist/models/FileAttributesSchema.d.ts.map +1 -1
- package/dist/models/FileAttributesSchema.js +10 -0
- package/dist/models/FileAttributesSchema.js.map +1 -1
- package/dist/models/FormAttributesSchema.d.ts +24 -0
- package/dist/models/FormAttributesSchema.d.ts.map +1 -1
- package/dist/models/FormAttributesSchema.js +8 -0
- package/dist/models/FormAttributesSchema.js.map +1 -1
- package/dist/models/RunAttributesSchema.d.ts +33 -0
- package/dist/models/RunAttributesSchema.d.ts.map +1 -0
- package/dist/models/RunAttributesSchema.js +49 -0
- package/dist/models/RunAttributesSchema.js.map +1 -0
- package/dist/models/RunRelationshipsSchema.d.ts +34 -0
- package/dist/models/RunRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchema.js +52 -0
- package/dist/models/RunRelationshipsSchema.js.map +1 -0
- package/dist/models/RunRelationshipsSchemaWorkflows.d.ts +34 -0
- package/dist/models/RunRelationshipsSchemaWorkflows.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchemaWorkflows.js +50 -0
- package/dist/models/RunRelationshipsSchemaWorkflows.js.map +1 -0
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts +46 -0
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts.map +1 -0
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js +62 -0
- package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js.map +1 -0
- package/dist/models/TalentRelationshipsFormsDataSchema.d.ts +39 -0
- package/dist/models/TalentRelationshipsFormsDataSchema.d.ts.map +1 -0
- package/dist/models/TalentRelationshipsFormsDataSchema.js +51 -0
- package/dist/models/TalentRelationshipsFormsDataSchema.js.map +1 -0
- package/dist/models/TalentRelationshipsFormsSchema.d.ts +34 -0
- package/dist/models/TalentRelationshipsFormsSchema.d.ts.map +1 -0
- package/dist/models/TalentRelationshipsFormsSchema.js +50 -0
- package/dist/models/TalentRelationshipsFormsSchema.js.map +1 -0
- package/dist/models/TalentRelationshipsSchema.d.ts +7 -0
- package/dist/models/TalentRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/TalentRelationshipsSchema.js +3 -0
- package/dist/models/TalentRelationshipsSchema.js.map +1 -1
- package/dist/models/index.d.ts +12 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +12 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,49 @@
|
|
|
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.instanceOfRunAttributesSchema = instanceOfRunAttributesSchema;
|
|
17
|
+
exports.RunAttributesSchemaFromJSON = RunAttributesSchemaFromJSON;
|
|
18
|
+
exports.RunAttributesSchemaFromJSONTyped = RunAttributesSchemaFromJSONTyped;
|
|
19
|
+
exports.RunAttributesSchemaToJSON = RunAttributesSchemaToJSON;
|
|
20
|
+
exports.RunAttributesSchemaToJSONTyped = RunAttributesSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the RunAttributesSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfRunAttributesSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function RunAttributesSchemaFromJSON(json) {
|
|
28
|
+
return RunAttributesSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function RunAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'triggerPayload': json['triggerPayload'] == null ? undefined : json['triggerPayload'],
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function RunAttributesSchemaToJSON(json) {
|
|
39
|
+
return RunAttributesSchemaToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function RunAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
42
|
+
if (value == null) {
|
|
43
|
+
return value;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'triggerPayload': value['triggerPayload'],
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=RunAttributesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunAttributesSchema.js","sourceRoot":"","sources":["../../src/models/RunAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoBH,sEAEC;AAED,kEAEC;AAED,4EAQC;AAED,8DAEC;AAED,wEASC;AAlCD;;GAEG;AACH,SAAgB,6BAA6B,CAAC,KAAa;IACvD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2BAA2B,CAAC,IAAS;IACjD,OAAO,gCAAgC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzD,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS,EAAE,mBAA4B;IACpF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC;KACxF,CAAC;AACN,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,KAAkC,EAAE,sBAA+B,KAAK;IACnH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,CAAC;KAC5C,CAAC;AACN,CAAC"}
|
|
@@ -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 { RunRelationshipsSchemaWorkflows } from './RunRelationshipsSchemaWorkflows';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RunRelationshipsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface RunRelationshipsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {RunRelationshipsSchemaWorkflows}
|
|
22
|
+
* @memberof RunRelationshipsSchema
|
|
23
|
+
*/
|
|
24
|
+
workflows: RunRelationshipsSchemaWorkflows;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the RunRelationshipsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfRunRelationshipsSchema(value: object): value is RunRelationshipsSchema;
|
|
30
|
+
export declare function RunRelationshipsSchemaFromJSON(json: any): RunRelationshipsSchema;
|
|
31
|
+
export declare function RunRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchema;
|
|
32
|
+
export declare function RunRelationshipsSchemaToJSON(json: any): RunRelationshipsSchema;
|
|
33
|
+
export declare function RunRelationshipsSchemaToJSONTyped(value?: RunRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=RunRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAQzF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,SAAS,EAAE,+BAA+B,CAAC;CAC9C;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAG/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAQnH;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAE9E;AAED,wBAAgB,iCAAiC,CAAC,KAAK,CAAC,EAAE,sBAAsB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlI"}
|
|
@@ -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.instanceOfRunRelationshipsSchema = instanceOfRunRelationshipsSchema;
|
|
17
|
+
exports.RunRelationshipsSchemaFromJSON = RunRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.RunRelationshipsSchemaFromJSONTyped = RunRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsSchemaToJSON = RunRelationshipsSchemaToJSON;
|
|
20
|
+
exports.RunRelationshipsSchemaToJSONTyped = RunRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const RunRelationshipsSchemaWorkflows_1 = require("./RunRelationshipsSchemaWorkflows");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the RunRelationshipsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfRunRelationshipsSchema(value) {
|
|
26
|
+
if (!('workflows' in value) || value['workflows'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function RunRelationshipsSchemaFromJSON(json) {
|
|
31
|
+
return RunRelationshipsSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function RunRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'workflows': (0, RunRelationshipsSchemaWorkflows_1.RunRelationshipsSchemaWorkflowsFromJSON)(json['workflows']),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function RunRelationshipsSchemaToJSON(json) {
|
|
42
|
+
return RunRelationshipsSchemaToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function RunRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'workflows': (0, RunRelationshipsSchemaWorkflows_1.RunRelationshipsSchemaWorkflowsToJSON)(value['workflows']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=RunRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4EAGC;AAED,wEAEC;AAED,kFAQC;AAED,oEAEC;AAED,8EASC;AAxDD,uFAK2C;AAgB3C;;GAEG;AACH,SAAgB,gCAAgC,CAAC,KAAa;IAC1D,IAAI,CAAC,CAAC,WAAW,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,WAAW,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS,EAAE,mBAA4B;IACvF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,WAAW,EAAE,IAAA,yEAAuC,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC;AAED,SAAgB,4BAA4B,CAAC,IAAS;IAClD,OAAO,iCAAiC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1D,CAAC;AAED,SAAgB,iCAAiC,CAAC,KAAqC,EAAE,sBAA+B,KAAK;IACzH,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,WAAW,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KACzE,CAAC;AACN,CAAC"}
|
|
@@ -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 { RunRelationshipsSchemaWorkflowsDataInner } from './RunRelationshipsSchemaWorkflowsDataInner';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface RunRelationshipsSchemaWorkflows
|
|
17
|
+
*/
|
|
18
|
+
export interface RunRelationshipsSchemaWorkflows {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<RunRelationshipsSchemaWorkflowsDataInner>}
|
|
22
|
+
* @memberof RunRelationshipsSchemaWorkflows
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<RunRelationshipsSchemaWorkflowsDataInner>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfRunRelationshipsSchemaWorkflows(value: object): value is RunRelationshipsSchemaWorkflows;
|
|
30
|
+
export declare function RunRelationshipsSchemaWorkflowsFromJSON(json: any): RunRelationshipsSchemaWorkflows;
|
|
31
|
+
export declare function RunRelationshipsSchemaWorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflows;
|
|
32
|
+
export declare function RunRelationshipsSchemaWorkflowsToJSON(json: any): RunRelationshipsSchemaWorkflows;
|
|
33
|
+
export declare function RunRelationshipsSchemaWorkflowsToJSONTyped(value?: RunRelationshipsSchemaWorkflows | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=RunRelationshipsSchemaWorkflows.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchemaWorkflows.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflows.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAQrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfRunRelationshipsSchemaWorkflows = instanceOfRunRelationshipsSchemaWorkflows;
|
|
17
|
+
exports.RunRelationshipsSchemaWorkflowsFromJSON = RunRelationshipsSchemaWorkflowsFromJSON;
|
|
18
|
+
exports.RunRelationshipsSchemaWorkflowsFromJSONTyped = RunRelationshipsSchemaWorkflowsFromJSONTyped;
|
|
19
|
+
exports.RunRelationshipsSchemaWorkflowsToJSON = RunRelationshipsSchemaWorkflowsToJSON;
|
|
20
|
+
exports.RunRelationshipsSchemaWorkflowsToJSONTyped = RunRelationshipsSchemaWorkflowsToJSONTyped;
|
|
21
|
+
const RunRelationshipsSchemaWorkflowsDataInner_1 = require("./RunRelationshipsSchemaWorkflowsDataInner");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfRunRelationshipsSchemaWorkflows(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function RunRelationshipsSchemaWorkflowsFromJSON(json) {
|
|
29
|
+
return RunRelationshipsSchemaWorkflowsFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function RunRelationshipsSchemaWorkflowsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function RunRelationshipsSchemaWorkflowsToJSON(json) {
|
|
40
|
+
return RunRelationshipsSchemaWorkflowsToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function RunRelationshipsSchemaWorkflowsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=RunRelationshipsSchemaWorkflows.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchemaWorkflows.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflows.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,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,2FAAgD,CAAC,CAAC;KAClI,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,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,yFAA8C,CAAC,CAAC;KAClI,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 RunRelationshipsSchemaWorkflowsDataInner
|
|
16
|
+
*/
|
|
17
|
+
export interface RunRelationshipsSchemaWorkflowsDataInner {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {RunRelationshipsSchemaWorkflowsDataInnerTypeEnum}
|
|
21
|
+
* @memberof RunRelationshipsSchemaWorkflowsDataInner
|
|
22
|
+
*/
|
|
23
|
+
type: RunRelationshipsSchemaWorkflowsDataInnerTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
* The workflow ID to run.
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof RunRelationshipsSchemaWorkflowsDataInner
|
|
28
|
+
*/
|
|
29
|
+
id: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const RunRelationshipsSchemaWorkflowsDataInnerTypeEnum: {
|
|
35
|
+
readonly Workflows: "workflows";
|
|
36
|
+
};
|
|
37
|
+
export type RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum[keyof typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value: object): value is RunRelationshipsSchemaWorkflowsDataInner;
|
|
42
|
+
export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
|
|
43
|
+
export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflowsDataInner;
|
|
44
|
+
export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
|
|
45
|
+
export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value?: RunRelationshipsSchemaWorkflowsDataInner | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,EAAE,gDAAgD,CAAC;IACvD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,gDAAgD;;CAEnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAGtL;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfRunRelationshipsSchemaWorkflowsDataInner = instanceOfRunRelationshipsSchemaWorkflowsDataInner;
|
|
18
|
+
exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSON = RunRelationshipsSchemaWorkflowsDataInnerFromJSON;
|
|
19
|
+
exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped;
|
|
20
|
+
exports.RunRelationshipsSchemaWorkflowsDataInnerToJSON = RunRelationshipsSchemaWorkflowsDataInnerToJSON;
|
|
21
|
+
exports.RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = {
|
|
26
|
+
Workflows: 'workflows'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value) {
|
|
32
|
+
if (!('type' in value) || value['type'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('id' in value) || value['id'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
return true;
|
|
37
|
+
}
|
|
38
|
+
function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json) {
|
|
39
|
+
return RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, ignoreDiscriminator) {
|
|
42
|
+
if (json == null) {
|
|
43
|
+
return json;
|
|
44
|
+
}
|
|
45
|
+
return {
|
|
46
|
+
'type': json['type'],
|
|
47
|
+
'id': json['id'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json) {
|
|
51
|
+
return RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'type': value['type'],
|
|
59
|
+
'id': value['id'],
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,gHAIC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AA/CD;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;KACnB,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface TalentRelationshipsFormsDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface TalentRelationshipsFormsDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof TalentRelationshipsFormsDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof TalentRelationshipsFormsDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the TalentRelationshipsFormsDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfTalentRelationshipsFormsDataSchema(value: object): value is TalentRelationshipsFormsDataSchema;
|
|
35
|
+
export declare function TalentRelationshipsFormsDataSchemaFromJSON(json: any): TalentRelationshipsFormsDataSchema;
|
|
36
|
+
export declare function TalentRelationshipsFormsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFormsDataSchema;
|
|
37
|
+
export declare function TalentRelationshipsFormsDataSchemaToJSON(json: any): TalentRelationshipsFormsDataSchema;
|
|
38
|
+
export declare function TalentRelationshipsFormsDataSchemaToJSONTyped(value?: TalentRelationshipsFormsDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=TalentRelationshipsFormsDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsFormsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.instanceOfTalentRelationshipsFormsDataSchema = instanceOfTalentRelationshipsFormsDataSchema;
|
|
17
|
+
exports.TalentRelationshipsFormsDataSchemaFromJSON = TalentRelationshipsFormsDataSchemaFromJSON;
|
|
18
|
+
exports.TalentRelationshipsFormsDataSchemaFromJSONTyped = TalentRelationshipsFormsDataSchemaFromJSONTyped;
|
|
19
|
+
exports.TalentRelationshipsFormsDataSchemaToJSON = TalentRelationshipsFormsDataSchemaToJSON;
|
|
20
|
+
exports.TalentRelationshipsFormsDataSchemaToJSONTyped = TalentRelationshipsFormsDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the TalentRelationshipsFormsDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfTalentRelationshipsFormsDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function TalentRelationshipsFormsDataSchemaFromJSON(json) {
|
|
28
|
+
return TalentRelationshipsFormsDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function TalentRelationshipsFormsDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
36
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function TalentRelationshipsFormsDataSchemaToJSON(json) {
|
|
40
|
+
return TalentRelationshipsFormsDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function TalentRelationshipsFormsDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'type': value['type'],
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=TalentRelationshipsFormsDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsFormsDataSchema.js","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AApCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,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;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,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;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -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 { TalentRelationshipsFormsDataSchema } from './TalentRelationshipsFormsDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface TalentRelationshipsFormsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface TalentRelationshipsFormsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<TalentRelationshipsFormsDataSchema>}
|
|
22
|
+
* @memberof TalentRelationshipsFormsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<TalentRelationshipsFormsDataSchema>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the TalentRelationshipsFormsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfTalentRelationshipsFormsSchema(value: object): value is TalentRelationshipsFormsSchema;
|
|
30
|
+
export declare function TalentRelationshipsFormsSchemaFromJSON(json: any): TalentRelationshipsFormsSchema;
|
|
31
|
+
export declare function TalentRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFormsSchema;
|
|
32
|
+
export declare function TalentRelationshipsFormsSchemaToJSON(json: any): TalentRelationshipsFormsSchema;
|
|
33
|
+
export declare function TalentRelationshipsFormsSchemaToJSONTyped(value?: TalentRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=TalentRelationshipsFormsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsFormsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfTalentRelationshipsFormsSchema = instanceOfTalentRelationshipsFormsSchema;
|
|
17
|
+
exports.TalentRelationshipsFormsSchemaFromJSON = TalentRelationshipsFormsSchemaFromJSON;
|
|
18
|
+
exports.TalentRelationshipsFormsSchemaFromJSONTyped = TalentRelationshipsFormsSchemaFromJSONTyped;
|
|
19
|
+
exports.TalentRelationshipsFormsSchemaToJSON = TalentRelationshipsFormsSchemaToJSON;
|
|
20
|
+
exports.TalentRelationshipsFormsSchemaToJSONTyped = TalentRelationshipsFormsSchemaToJSONTyped;
|
|
21
|
+
const TalentRelationshipsFormsDataSchema_1 = require("./TalentRelationshipsFormsDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the TalentRelationshipsFormsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfTalentRelationshipsFormsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function TalentRelationshipsFormsSchemaFromJSON(json) {
|
|
29
|
+
return TalentRelationshipsFormsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function TalentRelationshipsFormsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(TalentRelationshipsFormsDataSchema_1.TalentRelationshipsFormsDataSchemaFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function TalentRelationshipsFormsSchemaToJSON(json) {
|
|
40
|
+
return TalentRelationshipsFormsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function TalentRelationshipsFormsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(TalentRelationshipsFormsDataSchema_1.TalentRelationshipsFormsDataSchemaToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=TalentRelationshipsFormsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsFormsSchema.js","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4FAEC;AAED,wFAEC;AAED,kGAQC;AAED,oFAEC;AAED,8FASC;AAvDD,6FAK8C;AAgB9C;;GAEG;AACH,SAAgB,wCAAwC,CAAC,KAAa;IAClE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS,EAAE,mBAA4B;IAC/F,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,+EAA0C,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,KAA6C,EAAE,sBAA+B,KAAK;IACzI,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,6EAAwC,CAAC,CAAC;KAC5H,CAAC;AACN,CAAC"}
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { TalentRelationshipsFormsSchema } from './TalentRelationshipsFormsSchema';
|
|
12
13
|
import type { TalentRelationshipsCandidatesSchema } from './TalentRelationshipsCandidatesSchema';
|
|
13
14
|
import type { TalentRelationshipsTranslationsSchema } from './TalentRelationshipsTranslationsSchema';
|
|
14
15
|
import type { TalentRelationshipsOperationsSchema } from './TalentRelationshipsOperationsSchema';
|
|
@@ -31,6 +32,12 @@ export interface TalentRelationshipsSchema {
|
|
|
31
32
|
* @memberof TalentRelationshipsSchema
|
|
32
33
|
*/
|
|
33
34
|
files?: TalentRelationshipsFilesSchema;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {TalentRelationshipsFormsSchema}
|
|
38
|
+
* @memberof TalentRelationshipsSchema
|
|
39
|
+
*/
|
|
40
|
+
forms?: TalentRelationshipsFormsSchema;
|
|
34
41
|
/**
|
|
35
42
|
*
|
|
36
43
|
* @type {TalentRelationshipsTranslationsSchema}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TalentRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAOrG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,UAAU,CAAC,EAAE,mCAAmC,CAAC;IACjD;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,qCAAqC,CAAC;IACrD;;;;OAIG;IACH,UAAU,CAAC,EAAE,mCAAmC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAOrG,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAQvF;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,UAAU,CAAC,EAAE,mCAAmC,CAAC;IACjD;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,8BAA8B,CAAC;IACvC;;;;OAIG;IACH,YAAY,CAAC,EAAE,qCAAqC,CAAC;IACrD;;;;OAIG;IACH,UAAU,CAAC,EAAE,mCAAmC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,mCAAmC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,yBAAyB,CAErG;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,yBAAyB,CAEtF;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,yBAAyB,CAYzH;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,CAaxI"}
|
|
@@ -18,6 +18,7 @@ exports.TalentRelationshipsSchemaFromJSON = TalentRelationshipsSchemaFromJSON;
|
|
|
18
18
|
exports.TalentRelationshipsSchemaFromJSONTyped = TalentRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.TalentRelationshipsSchemaToJSON = TalentRelationshipsSchemaToJSON;
|
|
20
20
|
exports.TalentRelationshipsSchemaToJSONTyped = TalentRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const TalentRelationshipsFormsSchema_1 = require("./TalentRelationshipsFormsSchema");
|
|
21
22
|
const TalentRelationshipsCandidatesSchema_1 = require("./TalentRelationshipsCandidatesSchema");
|
|
22
23
|
const TalentRelationshipsTranslationsSchema_1 = require("./TalentRelationshipsTranslationsSchema");
|
|
23
24
|
const TalentRelationshipsOperationsSchema_1 = require("./TalentRelationshipsOperationsSchema");
|
|
@@ -38,6 +39,7 @@ function TalentRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
38
39
|
return {
|
|
39
40
|
'candidates': json['candidates'] == null ? undefined : (0, TalentRelationshipsCandidatesSchema_1.TalentRelationshipsCandidatesSchemaFromJSON)(json['candidates']),
|
|
40
41
|
'files': json['files'] == null ? undefined : (0, TalentRelationshipsFilesSchema_1.TalentRelationshipsFilesSchemaFromJSON)(json['files']),
|
|
42
|
+
'forms': json['forms'] == null ? undefined : (0, TalentRelationshipsFormsSchema_1.TalentRelationshipsFormsSchemaFromJSON)(json['forms']),
|
|
41
43
|
'translations': json['translations'] == null ? undefined : (0, TalentRelationshipsTranslationsSchema_1.TalentRelationshipsTranslationsSchemaFromJSON)(json['translations']),
|
|
42
44
|
'operations': json['operations'] == null ? undefined : (0, TalentRelationshipsOperationsSchema_1.TalentRelationshipsOperationsSchemaFromJSON)(json['operations']),
|
|
43
45
|
};
|
|
@@ -52,6 +54,7 @@ function TalentRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false
|
|
|
52
54
|
return {
|
|
53
55
|
'candidates': (0, TalentRelationshipsCandidatesSchema_1.TalentRelationshipsCandidatesSchemaToJSON)(value['candidates']),
|
|
54
56
|
'files': (0, TalentRelationshipsFilesSchema_1.TalentRelationshipsFilesSchemaToJSON)(value['files']),
|
|
57
|
+
'forms': (0, TalentRelationshipsFormsSchema_1.TalentRelationshipsFormsSchemaToJSON)(value['forms']),
|
|
55
58
|
'translations': (0, TalentRelationshipsTranslationsSchema_1.TalentRelationshipsTranslationsSchemaToJSON)(value['translations']),
|
|
56
59
|
'operations': (0, TalentRelationshipsOperationsSchema_1.TalentRelationshipsOperationsSchemaToJSON)(value['operations']),
|
|
57
60
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TalentRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/TalentRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"TalentRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/TalentRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,kFAEC;AAED,8EAEC;AAED,wFAYC;AAED,0EAEC;AAED,oFAaC;AAnHD,qFAK0C;AAE1C,+FAK+C;AAE/C,mGAKiD;AAEjD,+FAK+C;AAE/C,qFAK0C;AAwC1C;;GAEG;AACH,SAAgB,mCAAmC,CAAC,KAAa;IAC7D,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,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACtH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClG,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAClG,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qFAA6C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAC9H,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KACzH,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,YAAY,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC5E,OAAO,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAC7D,OAAO,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAC7D,cAAc,EAAE,IAAA,mFAA2C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QAClF,YAAY,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KAC/E,CAAC;AACN,CAAC"}
|