@smartytalent/api-client 0.9.22 → 0.9.24
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/models/JobRelationshipsHiringManagersDataSchema.d.ts +39 -0
- package/dist/models/JobRelationshipsHiringManagersDataSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsHiringManagersDataSchema.js +51 -0
- package/dist/models/JobRelationshipsHiringManagersDataSchema.js.map +1 -0
- package/dist/models/JobRelationshipsHiringManagersSchema.d.ts +34 -0
- package/dist/models/JobRelationshipsHiringManagersSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsHiringManagersSchema.js +50 -0
- package/dist/models/JobRelationshipsHiringManagersSchema.js.map +1 -0
- package/dist/models/JobRelationshipsPatchSchema.d.ts +54 -0
- package/dist/models/JobRelationshipsPatchSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsPatchSchema.js +56 -0
- package/dist/models/JobRelationshipsPatchSchema.js.map +1 -0
- package/dist/models/JobRelationshipsRecopsDataSchema.d.ts +39 -0
- package/dist/models/JobRelationshipsRecopsDataSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsRecopsDataSchema.js +51 -0
- package/dist/models/JobRelationshipsRecopsDataSchema.js.map +1 -0
- package/dist/models/JobRelationshipsRecopsSchema.d.ts +34 -0
- package/dist/models/JobRelationshipsRecopsSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsRecopsSchema.js +50 -0
- package/dist/models/JobRelationshipsRecopsSchema.js.map +1 -0
- package/dist/models/JobRelationshipsSchema.d.ts +28 -4
- package/dist/models/JobRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/JobRelationshipsSchema.js +10 -4
- package/dist/models/JobRelationshipsSchema.js.map +1 -1
- package/dist/models/JobRelationshipsUsersPatchDataSchema.d.ts +39 -0
- package/dist/models/JobRelationshipsUsersPatchDataSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsUsersPatchDataSchema.js +51 -0
- package/dist/models/JobRelationshipsUsersPatchDataSchema.js.map +1 -0
- package/dist/models/JobRelationshipsUsersPatchSchema.d.ts +34 -0
- package/dist/models/JobRelationshipsUsersPatchSchema.d.ts.map +1 -0
- package/dist/models/JobRelationshipsUsersPatchSchema.js +50 -0
- package/dist/models/JobRelationshipsUsersPatchSchema.js.map +1 -0
- package/dist/models/TaskAttributesSchema.d.ts +18 -0
- package/dist/models/TaskAttributesSchema.d.ts.map +1 -1
- package/dist/models/TaskAttributesSchema.js +3 -0
- package/dist/models/TaskAttributesSchema.js.map +1 -1
- package/dist/models/TaskChangeSchema.d.ts +93 -0
- package/dist/models/TaskChangeSchema.d.ts.map +1 -0
- package/dist/models/TaskChangeSchema.js +86 -0
- package/dist/models/TaskChangeSchema.js.map +1 -0
- package/dist/models/UpdateJobRequestBodyData.d.ts +8 -1
- package/dist/models/UpdateJobRequestBodyData.d.ts.map +1 -1
- package/dist/models/UpdateJobRequestBodyData.js +4 -3
- package/dist/models/UpdateJobRequestBodyData.js.map +1 -1
- package/dist/models/index.d.ts +8 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +8 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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 JobRelationshipsHiringManagersDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface JobRelationshipsHiringManagersDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof JobRelationshipsHiringManagersDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof JobRelationshipsHiringManagersDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the JobRelationshipsHiringManagersDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfJobRelationshipsHiringManagersDataSchema(value: object): value is JobRelationshipsHiringManagersDataSchema;
|
|
35
|
+
export declare function JobRelationshipsHiringManagersDataSchemaFromJSON(json: any): JobRelationshipsHiringManagersDataSchema;
|
|
36
|
+
export declare function JobRelationshipsHiringManagersDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsHiringManagersDataSchema;
|
|
37
|
+
export declare function JobRelationshipsHiringManagersDataSchemaToJSON(json: any): JobRelationshipsHiringManagersDataSchema;
|
|
38
|
+
export declare function JobRelationshipsHiringManagersDataSchemaToJSONTyped(value?: JobRelationshipsHiringManagersDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=JobRelationshipsHiringManagersDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsHiringManagersDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsHiringManagersDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAEnI;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,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.instanceOfJobRelationshipsHiringManagersDataSchema = instanceOfJobRelationshipsHiringManagersDataSchema;
|
|
17
|
+
exports.JobRelationshipsHiringManagersDataSchemaFromJSON = JobRelationshipsHiringManagersDataSchemaFromJSON;
|
|
18
|
+
exports.JobRelationshipsHiringManagersDataSchemaFromJSONTyped = JobRelationshipsHiringManagersDataSchemaFromJSONTyped;
|
|
19
|
+
exports.JobRelationshipsHiringManagersDataSchemaToJSON = JobRelationshipsHiringManagersDataSchemaToJSON;
|
|
20
|
+
exports.JobRelationshipsHiringManagersDataSchemaToJSONTyped = JobRelationshipsHiringManagersDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the JobRelationshipsHiringManagersDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfJobRelationshipsHiringManagersDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function JobRelationshipsHiringManagersDataSchemaFromJSON(json) {
|
|
28
|
+
return JobRelationshipsHiringManagersDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function JobRelationshipsHiringManagersDataSchemaFromJSONTyped(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 JobRelationshipsHiringManagersDataSchemaToJSON(json) {
|
|
40
|
+
return JobRelationshipsHiringManagersDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function JobRelationshipsHiringManagersDataSchemaToJSONTyped(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=JobRelationshipsHiringManagersDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsHiringManagersDataSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsHiringManagersDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gHAEC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AApCD;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,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,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,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,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 { JobRelationshipsHiringManagersDataSchema } from './JobRelationshipsHiringManagersDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface JobRelationshipsHiringManagersSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface JobRelationshipsHiringManagersSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<JobRelationshipsHiringManagersDataSchema>}
|
|
22
|
+
* @memberof JobRelationshipsHiringManagersSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<JobRelationshipsHiringManagersDataSchema>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the JobRelationshipsHiringManagersSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfJobRelationshipsHiringManagersSchema(value: object): value is JobRelationshipsHiringManagersSchema;
|
|
30
|
+
export declare function JobRelationshipsHiringManagersSchemaFromJSON(json: any): JobRelationshipsHiringManagersSchema;
|
|
31
|
+
export declare function JobRelationshipsHiringManagersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsHiringManagersSchema;
|
|
32
|
+
export declare function JobRelationshipsHiringManagersSchemaToJSON(json: any): JobRelationshipsHiringManagersSchema;
|
|
33
|
+
export declare function JobRelationshipsHiringManagersSchemaToJSONTyped(value?: JobRelationshipsHiringManagersSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=JobRelationshipsHiringManagersSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsHiringManagersSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsHiringManagersSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
|
|
@@ -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.instanceOfJobRelationshipsHiringManagersSchema = instanceOfJobRelationshipsHiringManagersSchema;
|
|
17
|
+
exports.JobRelationshipsHiringManagersSchemaFromJSON = JobRelationshipsHiringManagersSchemaFromJSON;
|
|
18
|
+
exports.JobRelationshipsHiringManagersSchemaFromJSONTyped = JobRelationshipsHiringManagersSchemaFromJSONTyped;
|
|
19
|
+
exports.JobRelationshipsHiringManagersSchemaToJSON = JobRelationshipsHiringManagersSchemaToJSON;
|
|
20
|
+
exports.JobRelationshipsHiringManagersSchemaToJSONTyped = JobRelationshipsHiringManagersSchemaToJSONTyped;
|
|
21
|
+
const JobRelationshipsHiringManagersDataSchema_1 = require("./JobRelationshipsHiringManagersDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the JobRelationshipsHiringManagersSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfJobRelationshipsHiringManagersSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function JobRelationshipsHiringManagersSchemaFromJSON(json) {
|
|
29
|
+
return JobRelationshipsHiringManagersSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function JobRelationshipsHiringManagersSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(JobRelationshipsHiringManagersDataSchema_1.JobRelationshipsHiringManagersDataSchemaFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function JobRelationshipsHiringManagersSchemaToJSON(json) {
|
|
40
|
+
return JobRelationshipsHiringManagersSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function JobRelationshipsHiringManagersSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(JobRelationshipsHiringManagersDataSchema_1.JobRelationshipsHiringManagersDataSchemaToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=JobRelationshipsHiringManagersSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsHiringManagersSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsHiringManagersSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,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,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,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,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 { JobRelationshipsHiringManagersSchema } from './JobRelationshipsHiringManagersSchema';
|
|
13
|
+
import type { JobRelationshipsRecopsSchema } from './JobRelationshipsRecopsSchema';
|
|
14
|
+
import type { JobRelationshipsUsersPatchSchema } from './JobRelationshipsUsersPatchSchema';
|
|
15
|
+
/**
|
|
16
|
+
* The relationships a PATCH /v1/jobs/{jobId} may carry (JSON:API: a PATCH
|
|
17
|
+
* may carry relationships only). Each key REPLACES the stored link(s):
|
|
18
|
+
* recops `{data: {type: users, id}}` or `{data: null}` to clear,
|
|
19
|
+
* hiringManagers / users `{data: [...]}` or `{data: []}` to clear. Every
|
|
20
|
+
* id must be a user of the tenant (400 otherwise). Other relationship keys
|
|
21
|
+
* are ignored - candidates, forms, ads and the rest are owned by their
|
|
22
|
+
* services.
|
|
23
|
+
* @export
|
|
24
|
+
* @interface JobRelationshipsPatchSchema
|
|
25
|
+
*/
|
|
26
|
+
export interface JobRelationshipsPatchSchema {
|
|
27
|
+
/**
|
|
28
|
+
*
|
|
29
|
+
* @type {JobRelationshipsRecopsSchema}
|
|
30
|
+
* @memberof JobRelationshipsPatchSchema
|
|
31
|
+
*/
|
|
32
|
+
recops?: JobRelationshipsRecopsSchema;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @type {JobRelationshipsHiringManagersSchema}
|
|
36
|
+
* @memberof JobRelationshipsPatchSchema
|
|
37
|
+
*/
|
|
38
|
+
hiringManagers?: JobRelationshipsHiringManagersSchema;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {JobRelationshipsUsersPatchSchema}
|
|
42
|
+
* @memberof JobRelationshipsPatchSchema
|
|
43
|
+
*/
|
|
44
|
+
users?: JobRelationshipsUsersPatchSchema;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Check if a given object implements the JobRelationshipsPatchSchema interface.
|
|
48
|
+
*/
|
|
49
|
+
export declare function instanceOfJobRelationshipsPatchSchema(value: object): value is JobRelationshipsPatchSchema;
|
|
50
|
+
export declare function JobRelationshipsPatchSchemaFromJSON(json: any): JobRelationshipsPatchSchema;
|
|
51
|
+
export declare function JobRelationshipsPatchSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsPatchSchema;
|
|
52
|
+
export declare function JobRelationshipsPatchSchemaToJSON(json: any): JobRelationshipsPatchSchema;
|
|
53
|
+
export declare function JobRelationshipsPatchSchemaToJSONTyped(value?: JobRelationshipsPatchSchema | null, ignoreDiscriminator?: boolean): any;
|
|
54
|
+
//# sourceMappingURL=JobRelationshipsPatchSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsPatchSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsPatchSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;;;;;;;GAUG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC;;;;OAIG;IACH,cAAc,CAAC,EAAE,oCAAoC,CAAC;IACtD;;;;OAIG;IACH,KAAK,CAAC,EAAE,gCAAgC,CAAC;CAC5C;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAU7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5I"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfJobRelationshipsPatchSchema = instanceOfJobRelationshipsPatchSchema;
|
|
17
|
+
exports.JobRelationshipsPatchSchemaFromJSON = JobRelationshipsPatchSchemaFromJSON;
|
|
18
|
+
exports.JobRelationshipsPatchSchemaFromJSONTyped = JobRelationshipsPatchSchemaFromJSONTyped;
|
|
19
|
+
exports.JobRelationshipsPatchSchemaToJSON = JobRelationshipsPatchSchemaToJSON;
|
|
20
|
+
exports.JobRelationshipsPatchSchemaToJSONTyped = JobRelationshipsPatchSchemaToJSONTyped;
|
|
21
|
+
const JobRelationshipsHiringManagersSchema_1 = require("./JobRelationshipsHiringManagersSchema");
|
|
22
|
+
const JobRelationshipsRecopsSchema_1 = require("./JobRelationshipsRecopsSchema");
|
|
23
|
+
const JobRelationshipsUsersPatchSchema_1 = require("./JobRelationshipsUsersPatchSchema");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the JobRelationshipsPatchSchema interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfJobRelationshipsPatchSchema(value) {
|
|
28
|
+
return true;
|
|
29
|
+
}
|
|
30
|
+
function JobRelationshipsPatchSchemaFromJSON(json) {
|
|
31
|
+
return JobRelationshipsPatchSchemaFromJSONTyped(json, false);
|
|
32
|
+
}
|
|
33
|
+
function JobRelationshipsPatchSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
34
|
+
if (json == null) {
|
|
35
|
+
return json;
|
|
36
|
+
}
|
|
37
|
+
return {
|
|
38
|
+
'recops': json['recops'] == null ? undefined : (0, JobRelationshipsRecopsSchema_1.JobRelationshipsRecopsSchemaFromJSON)(json['recops']),
|
|
39
|
+
'hiringManagers': json['hiringManagers'] == null ? undefined : (0, JobRelationshipsHiringManagersSchema_1.JobRelationshipsHiringManagersSchemaFromJSON)(json['hiringManagers']),
|
|
40
|
+
'users': json['users'] == null ? undefined : (0, JobRelationshipsUsersPatchSchema_1.JobRelationshipsUsersPatchSchemaFromJSON)(json['users']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function JobRelationshipsPatchSchemaToJSON(json) {
|
|
44
|
+
return JobRelationshipsPatchSchemaToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function JobRelationshipsPatchSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'recops': (0, JobRelationshipsRecopsSchema_1.JobRelationshipsRecopsSchemaToJSON)(value['recops']),
|
|
52
|
+
'hiringManagers': (0, JobRelationshipsHiringManagersSchema_1.JobRelationshipsHiringManagersSchemaToJSON)(value['hiringManagers']),
|
|
53
|
+
'users': (0, JobRelationshipsUsersPatchSchema_1.JobRelationshipsUsersPatchSchemaToJSON)(value['users']),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=JobRelationshipsPatchSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsPatchSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsPatchSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4DH,sFAEC;AAED,kFAEC;AAED,4FAUC;AAED,8EAEC;AAED,wFAWC;AA3FD,iGAKgD;AAEhD,iFAKwC;AAExC,yFAK4C;AAkC5C;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mEAAoC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACnG,gBAAgB,EAAE,IAAI,CAAC,gBAAgB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACnI,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACvG,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,QAAQ,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC7D,gBAAgB,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC;QACrF,OAAO,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;KAClE,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 JobRelationshipsRecopsDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface JobRelationshipsRecopsDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof JobRelationshipsRecopsDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof JobRelationshipsRecopsDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the JobRelationshipsRecopsDataSchema interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfJobRelationshipsRecopsDataSchema(value: object): value is JobRelationshipsRecopsDataSchema;
|
|
35
|
+
export declare function JobRelationshipsRecopsDataSchemaFromJSON(json: any): JobRelationshipsRecopsDataSchema;
|
|
36
|
+
export declare function JobRelationshipsRecopsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsRecopsDataSchema;
|
|
37
|
+
export declare function JobRelationshipsRecopsDataSchemaToJSON(json: any): JobRelationshipsRecopsDataSchema;
|
|
38
|
+
export declare function JobRelationshipsRecopsDataSchemaToJSONTyped(value?: JobRelationshipsRecopsDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=JobRelationshipsRecopsDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsRecopsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsRecopsDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CASvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtJ"}
|
|
@@ -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.instanceOfJobRelationshipsRecopsDataSchema = instanceOfJobRelationshipsRecopsDataSchema;
|
|
17
|
+
exports.JobRelationshipsRecopsDataSchemaFromJSON = JobRelationshipsRecopsDataSchemaFromJSON;
|
|
18
|
+
exports.JobRelationshipsRecopsDataSchemaFromJSONTyped = JobRelationshipsRecopsDataSchemaFromJSONTyped;
|
|
19
|
+
exports.JobRelationshipsRecopsDataSchemaToJSON = JobRelationshipsRecopsDataSchemaToJSON;
|
|
20
|
+
exports.JobRelationshipsRecopsDataSchemaToJSONTyped = JobRelationshipsRecopsDataSchemaToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the JobRelationshipsRecopsDataSchema interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfJobRelationshipsRecopsDataSchema(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function JobRelationshipsRecopsDataSchemaFromJSON(json) {
|
|
28
|
+
return JobRelationshipsRecopsDataSchemaFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function JobRelationshipsRecopsDataSchemaFromJSONTyped(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 JobRelationshipsRecopsDataSchemaToJSON(json) {
|
|
40
|
+
return JobRelationshipsRecopsDataSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function JobRelationshipsRecopsDataSchemaToJSONTyped(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=JobRelationshipsRecopsDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsRecopsDataSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsRecopsDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,gGAEC;AAED,4FAEC;AAED,sGASC;AAED,wFAEC;AAED,kGAUC;AApCD;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;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 { JobRelationshipsRecopsDataSchema } from './JobRelationshipsRecopsDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface JobRelationshipsRecopsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface JobRelationshipsRecopsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {JobRelationshipsRecopsDataSchema}
|
|
22
|
+
* @memberof JobRelationshipsRecopsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: JobRelationshipsRecopsDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the JobRelationshipsRecopsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfJobRelationshipsRecopsSchema(value: object): value is JobRelationshipsRecopsSchema;
|
|
30
|
+
export declare function JobRelationshipsRecopsSchemaFromJSON(json: any): JobRelationshipsRecopsSchema;
|
|
31
|
+
export declare function JobRelationshipsRecopsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): JobRelationshipsRecopsSchema;
|
|
32
|
+
export declare function JobRelationshipsRecopsSchemaToJSON(json: any): JobRelationshipsRecopsSchema;
|
|
33
|
+
export declare function JobRelationshipsRecopsSchemaToJSONTyped(value?: JobRelationshipsRecopsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=JobRelationshipsRecopsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsRecopsSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsRecopsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,IAAI,CAAC,EAAE,gCAAgC,GAAG,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAQ/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9I"}
|
|
@@ -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.instanceOfJobRelationshipsRecopsSchema = instanceOfJobRelationshipsRecopsSchema;
|
|
17
|
+
exports.JobRelationshipsRecopsSchemaFromJSON = JobRelationshipsRecopsSchemaFromJSON;
|
|
18
|
+
exports.JobRelationshipsRecopsSchemaFromJSONTyped = JobRelationshipsRecopsSchemaFromJSONTyped;
|
|
19
|
+
exports.JobRelationshipsRecopsSchemaToJSON = JobRelationshipsRecopsSchemaToJSON;
|
|
20
|
+
exports.JobRelationshipsRecopsSchemaToJSONTyped = JobRelationshipsRecopsSchemaToJSONTyped;
|
|
21
|
+
const JobRelationshipsRecopsDataSchema_1 = require("./JobRelationshipsRecopsDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the JobRelationshipsRecopsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfJobRelationshipsRecopsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function JobRelationshipsRecopsSchemaFromJSON(json) {
|
|
29
|
+
return JobRelationshipsRecopsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function JobRelationshipsRecopsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, JobRelationshipsRecopsDataSchema_1.JobRelationshipsRecopsDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function JobRelationshipsRecopsSchemaToJSON(json) {
|
|
40
|
+
return JobRelationshipsRecopsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function JobRelationshipsRecopsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, JobRelationshipsRecopsDataSchema_1.JobRelationshipsRecopsDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=JobRelationshipsRecopsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobRelationshipsRecopsSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsRecopsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wFAEC;AAED,oFAEC;AAED,8FAQC;AAED,gFAEC;AAED,0FASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACpG,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAChE,CAAC;AACN,CAAC"}
|
|
@@ -10,15 +10,17 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { JobRelationshipsPersonasSchema } from './JobRelationshipsPersonasSchema';
|
|
13
|
-
import type { JobRelationshipsFeedbacksSchema } from './JobRelationshipsFeedbacksSchema';
|
|
14
|
-
import type { JobRelationshipsOperationsSchema } from './JobRelationshipsOperationsSchema';
|
|
15
13
|
import type { JobRelationshipsCandidatesSchema } from './JobRelationshipsCandidatesSchema';
|
|
16
|
-
import type { JobRelationshipsConversationsSchema } from './JobRelationshipsConversationsSchema';
|
|
17
|
-
import type { JobRelationshipsAssessmentsSchema } from './JobRelationshipsAssessmentsSchema';
|
|
18
14
|
import type { JobRelationshipsBriefsSchema } from './JobRelationshipsBriefsSchema';
|
|
19
15
|
import type { JobRelationshipsAdsSchema } from './JobRelationshipsAdsSchema';
|
|
20
16
|
import type { JobRelationshipsTasksSchema } from './JobRelationshipsTasksSchema';
|
|
21
17
|
import type { JobRelationshipsFormsSchema } from './JobRelationshipsFormsSchema';
|
|
18
|
+
import type { JobRelationshipsHiringManagersSchema } from './JobRelationshipsHiringManagersSchema';
|
|
19
|
+
import type { JobRelationshipsRecopsSchema } from './JobRelationshipsRecopsSchema';
|
|
20
|
+
import type { JobRelationshipsFeedbacksSchema } from './JobRelationshipsFeedbacksSchema';
|
|
21
|
+
import type { JobRelationshipsOperationsSchema } from './JobRelationshipsOperationsSchema';
|
|
22
|
+
import type { JobRelationshipsConversationsSchema } from './JobRelationshipsConversationsSchema';
|
|
23
|
+
import type { JobRelationshipsAssessmentsSchema } from './JobRelationshipsAssessmentsSchema';
|
|
22
24
|
import type { JobRelationshipsUsersSchema } from './JobRelationshipsUsersSchema';
|
|
23
25
|
/**
|
|
24
26
|
*
|
|
@@ -92,6 +94,28 @@ export interface JobRelationshipsSchema {
|
|
|
92
94
|
* @memberof JobRelationshipsSchema
|
|
93
95
|
*/
|
|
94
96
|
tasks?: JobRelationshipsTasksSchema;
|
|
97
|
+
/**
|
|
98
|
+
* The ONE human who runs the recruiting project (the delegation
|
|
99
|
+
* board's addressee). `ownerId` is the Boe user on every
|
|
100
|
+
* workflow-built job, so this is the human counterpart. `{data: null}`
|
|
101
|
+
* when unset. Present on list rows as well as on show. Written
|
|
102
|
+
* through PATCH; seeded by the jobs:activate order (its author) when
|
|
103
|
+
* the job had none. Since 2026-09-03.
|
|
104
|
+
* @type {JobRelationshipsRecopsSchema}
|
|
105
|
+
* @memberof JobRelationshipsSchema
|
|
106
|
+
*/
|
|
107
|
+
recops?: JobRelationshipsRecopsSchema;
|
|
108
|
+
/**
|
|
109
|
+
* The hiring side of the project (tenant users, usually with the
|
|
110
|
+
* hiringmanager role; a project can be co-hired). Present on list rows.
|
|
111
|
+
* Written through PATCH (`{data: []}` clears); seeded at job:process
|
|
112
|
+
* from the intake sender (brief requestedByUserId) when that sender
|
|
113
|
+
* is a tenant user. The interview/decision mails resolve the hiring
|
|
114
|
+
* manager from this relationship first. Since 2026-09-03.
|
|
115
|
+
* @type {JobRelationshipsHiringManagersSchema}
|
|
116
|
+
* @memberof JobRelationshipsSchema
|
|
117
|
+
*/
|
|
118
|
+
hiringManagers?: JobRelationshipsHiringManagersSchema;
|
|
95
119
|
}
|
|
96
120
|
/**
|
|
97
121
|
* Check if a given object implements the JobRelationshipsSchema interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE
|
|
1
|
+
{"version":3,"file":"JobRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/JobRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AAO7E,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAOjF,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAOnF,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACnC;;;;OAIG;IACH,UAAU,CAAC,EAAE,gCAAgC,CAAC;IAC9C;;;;OAIG;IACH,UAAU,CAAC,EAAE,gCAAgC,CAAC;IAC9C;;;;OAIG;IACH,aAAa,CAAC,EAAE,mCAAmC,CAAC;IACpD;;;;OAIG;IACH,QAAQ,CAAC,EAAE,8BAA8B,CAAC;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,2BAA2B,CAAC;IACpC;;;;OAIG;IACH,GAAG,CAAC,EAAE,yBAAyB,CAAC;IAChC;;;;OAIG;IACH,WAAW,CAAC,EAAE,iCAAiC,CAAC;IAChD;;;;OAIG;IACH,SAAS,CAAC,EAAE,+BAA+B,CAAC;IAC5C;;;;OAIG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC;;;;OAIG;IACH,KAAK,CAAC,EAAE,2BAA2B,CAAC;IACpC;;;;OAIG;IACH,KAAK,CAAC,EAAE,2BAA2B,CAAC;IACpC;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAE,4BAA4B,CAAC;IACtC;;;;;;;;;OASG;IACH,cAAc,CAAC,EAAE,oCAAoC,CAAC;CACzD;AAED;;GAEG;AACH,wBAAgB,gCAAgC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sBAAsB,CAE/F;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,sBAAsB,CAEhF;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sBAAsB,CAoBnH;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,CAqBlI"}
|
|
@@ -19,15 +19,17 @@ exports.JobRelationshipsSchemaFromJSONTyped = JobRelationshipsSchemaFromJSONType
|
|
|
19
19
|
exports.JobRelationshipsSchemaToJSON = JobRelationshipsSchemaToJSON;
|
|
20
20
|
exports.JobRelationshipsSchemaToJSONTyped = JobRelationshipsSchemaToJSONTyped;
|
|
21
21
|
const JobRelationshipsPersonasSchema_1 = require("./JobRelationshipsPersonasSchema");
|
|
22
|
-
const JobRelationshipsFeedbacksSchema_1 = require("./JobRelationshipsFeedbacksSchema");
|
|
23
|
-
const JobRelationshipsOperationsSchema_1 = require("./JobRelationshipsOperationsSchema");
|
|
24
22
|
const JobRelationshipsCandidatesSchema_1 = require("./JobRelationshipsCandidatesSchema");
|
|
25
|
-
const JobRelationshipsConversationsSchema_1 = require("./JobRelationshipsConversationsSchema");
|
|
26
|
-
const JobRelationshipsAssessmentsSchema_1 = require("./JobRelationshipsAssessmentsSchema");
|
|
27
23
|
const JobRelationshipsBriefsSchema_1 = require("./JobRelationshipsBriefsSchema");
|
|
28
24
|
const JobRelationshipsAdsSchema_1 = require("./JobRelationshipsAdsSchema");
|
|
29
25
|
const JobRelationshipsTasksSchema_1 = require("./JobRelationshipsTasksSchema");
|
|
30
26
|
const JobRelationshipsFormsSchema_1 = require("./JobRelationshipsFormsSchema");
|
|
27
|
+
const JobRelationshipsHiringManagersSchema_1 = require("./JobRelationshipsHiringManagersSchema");
|
|
28
|
+
const JobRelationshipsRecopsSchema_1 = require("./JobRelationshipsRecopsSchema");
|
|
29
|
+
const JobRelationshipsFeedbacksSchema_1 = require("./JobRelationshipsFeedbacksSchema");
|
|
30
|
+
const JobRelationshipsOperationsSchema_1 = require("./JobRelationshipsOperationsSchema");
|
|
31
|
+
const JobRelationshipsConversationsSchema_1 = require("./JobRelationshipsConversationsSchema");
|
|
32
|
+
const JobRelationshipsAssessmentsSchema_1 = require("./JobRelationshipsAssessmentsSchema");
|
|
31
33
|
const JobRelationshipsUsersSchema_1 = require("./JobRelationshipsUsersSchema");
|
|
32
34
|
/**
|
|
33
35
|
* Check if a given object implements the JobRelationshipsSchema interface.
|
|
@@ -54,6 +56,8 @@ function JobRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
54
56
|
'briefs': json['briefs'] == null ? undefined : (0, JobRelationshipsBriefsSchema_1.JobRelationshipsBriefsSchemaFromJSON)(json['briefs']),
|
|
55
57
|
'users': json['users'] == null ? undefined : (0, JobRelationshipsUsersSchema_1.JobRelationshipsUsersSchemaFromJSON)(json['users']),
|
|
56
58
|
'tasks': json['tasks'] == null ? undefined : (0, JobRelationshipsTasksSchema_1.JobRelationshipsTasksSchemaFromJSON)(json['tasks']),
|
|
59
|
+
'recops': json['recops'] == null ? undefined : (0, JobRelationshipsRecopsSchema_1.JobRelationshipsRecopsSchemaFromJSON)(json['recops']),
|
|
60
|
+
'hiringManagers': json['hiringManagers'] == null ? undefined : (0, JobRelationshipsHiringManagersSchema_1.JobRelationshipsHiringManagersSchemaFromJSON)(json['hiringManagers']),
|
|
57
61
|
};
|
|
58
62
|
}
|
|
59
63
|
function JobRelationshipsSchemaToJSON(json) {
|
|
@@ -75,6 +79,8 @@ function JobRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
|
75
79
|
'briefs': (0, JobRelationshipsBriefsSchema_1.JobRelationshipsBriefsSchemaToJSON)(value['briefs']),
|
|
76
80
|
'users': (0, JobRelationshipsUsersSchema_1.JobRelationshipsUsersSchemaToJSON)(value['users']),
|
|
77
81
|
'tasks': (0, JobRelationshipsTasksSchema_1.JobRelationshipsTasksSchemaToJSON)(value['tasks']),
|
|
82
|
+
'recops': (0, JobRelationshipsRecopsSchema_1.JobRelationshipsRecopsSchemaToJSON)(value['recops']),
|
|
83
|
+
'hiringManagers': (0, JobRelationshipsHiringManagersSchema_1.JobRelationshipsHiringManagersSchemaToJSON)(value['hiringManagers']),
|
|
78
84
|
};
|
|
79
85
|
}
|
|
80
86
|
//# sourceMappingURL=JobRelationshipsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"JobRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"JobRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/JobRelationshipsSchema.ts"],"names":[],"mappings":"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"}
|