@smartytalent/api-client 0.1.32 → 0.1.33-dev.0
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/SchedulesApi.d.ts +163 -0
- package/dist/apis/SchedulesApi.d.ts.map +1 -0
- package/dist/apis/SchedulesApi.js +379 -0
- package/dist/apis/SchedulesApi.js.map +1 -0
- package/dist/apis/index.d.ts +1 -0
- package/dist/apis/index.d.ts.map +1 -1
- package/dist/apis/index.js +1 -0
- package/dist/apis/index.js.map +1 -1
- package/dist/models/CreateScheduleRequestBody.d.ts +34 -0
- package/dist/models/CreateScheduleRequestBody.d.ts.map +1 -0
- package/dist/models/CreateScheduleRequestBody.js +52 -0
- package/dist/models/CreateScheduleRequestBody.js.map +1 -0
- package/dist/models/CreateScheduleRequestBodyData.d.ts +54 -0
- package/dist/models/CreateScheduleRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateScheduleRequestBodyData.js +66 -0
- package/dist/models/CreateScheduleRequestBodyData.js.map +1 -0
- package/dist/models/ScheduleAttributesSchema.d.ts +81 -0
- package/dist/models/ScheduleAttributesSchema.d.ts.map +1 -0
- package/dist/models/ScheduleAttributesSchema.js +77 -0
- package/dist/models/ScheduleAttributesSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsCandidateSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsConversationSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsConversationSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsJobSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsJobSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts +62 -0
- package/dist/models/ScheduleRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsSchema.js +62 -0
- package/dist/models/ScheduleRelationshipsSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsTalentSchemaData.js.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchema.d.ts +34 -0
- package/dist/models/ScheduleRelationshipsUserSchema.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchema.js +50 -0
- package/dist/models/ScheduleRelationshipsUserSchema.js.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts +39 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.d.ts.map +1 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.js +51 -0
- package/dist/models/ScheduleRelationshipsUserSchemaData.js.map +1 -0
- package/dist/models/ScheduleResourceSchema.d.ts +75 -0
- package/dist/models/ScheduleResourceSchema.d.ts.map +1 -0
- package/dist/models/ScheduleResourceSchema.js +75 -0
- package/dist/models/ScheduleResourceSchema.js.map +1 -0
- package/dist/models/ScheduleSchema.d.ts +49 -0
- package/dist/models/ScheduleSchema.d.ts.map +1 -0
- package/dist/models/ScheduleSchema.js +55 -0
- package/dist/models/ScheduleSchema.js.map +1 -0
- package/dist/models/ScheduleTargetSchema.d.ts +52 -0
- package/dist/models/ScheduleTargetSchema.d.ts.map +1 -0
- package/dist/models/ScheduleTargetSchema.js +64 -0
- package/dist/models/ScheduleTargetSchema.js.map +1 -0
- package/dist/models/SchedulesSchema.d.ts +48 -0
- package/dist/models/SchedulesSchema.d.ts.map +1 -0
- package/dist/models/SchedulesSchema.js +56 -0
- package/dist/models/SchedulesSchema.js.map +1 -0
- package/dist/models/UpdateScheduleRequestBody.d.ts +34 -0
- package/dist/models/UpdateScheduleRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateScheduleRequestBody.js +52 -0
- package/dist/models/UpdateScheduleRequestBody.js.map +1 -0
- package/dist/models/UpdateScheduleRequestBodyData.d.ts +60 -0
- package/dist/models/UpdateScheduleRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateScheduleRequestBodyData.js +68 -0
- package/dist/models/UpdateScheduleRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +20 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +20 -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 ScheduleRelationshipsConversationSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleRelationshipsConversationSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScheduleRelationshipsConversationSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScheduleRelationshipsConversationSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScheduleRelationshipsConversationSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScheduleRelationshipsConversationSchemaData(value: object): value is ScheduleRelationshipsConversationSchemaData;
|
|
35
|
+
export declare function ScheduleRelationshipsConversationSchemaDataFromJSON(json: any): ScheduleRelationshipsConversationSchemaData;
|
|
36
|
+
export declare function ScheduleRelationshipsConversationSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsConversationSchemaData;
|
|
37
|
+
export declare function ScheduleRelationshipsConversationSchemaDataToJSON(json: any): ScheduleRelationshipsConversationSchemaData;
|
|
38
|
+
export declare function ScheduleRelationshipsConversationSchemaDataToJSONTyped(value?: ScheduleRelationshipsConversationSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ScheduleRelationshipsConversationSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsConversationSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsConversationSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qDAAqD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2CAA2C,CAEzI;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAE1H;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2CAA2C,CAS7J;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAExH;AAED,wBAAgB,sDAAsD,CAAC,KAAK,CAAC,EAAE,2CAA2C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5K"}
|
|
@@ -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.instanceOfScheduleRelationshipsConversationSchemaData = instanceOfScheduleRelationshipsConversationSchemaData;
|
|
17
|
+
exports.ScheduleRelationshipsConversationSchemaDataFromJSON = ScheduleRelationshipsConversationSchemaDataFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsConversationSchemaDataFromJSONTyped = ScheduleRelationshipsConversationSchemaDataFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsConversationSchemaDataToJSON = ScheduleRelationshipsConversationSchemaDataToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsConversationSchemaDataToJSONTyped = ScheduleRelationshipsConversationSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScheduleRelationshipsConversationSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScheduleRelationshipsConversationSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScheduleRelationshipsConversationSchemaDataFromJSON(json) {
|
|
28
|
+
return ScheduleRelationshipsConversationSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScheduleRelationshipsConversationSchemaDataFromJSONTyped(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 ScheduleRelationshipsConversationSchemaDataToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsConversationSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsConversationSchemaDataToJSONTyped(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=ScheduleRelationshipsConversationSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsConversationSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsConversationSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sHAEC;AAED,kHAEC;AAED,4HASC;AAED,8GAEC;AAED,wHAUC;AApCD;;GAEG;AACH,SAAgB,qDAAqD,CAAC,KAAa;IAC/E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS,EAAE,mBAA4B;IAC5G,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,KAA0D,EAAE,sBAA+B,KAAK;IACnK,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 { ScheduleRelationshipsJobSchemaData } from './ScheduleRelationshipsJobSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScheduleRelationshipsJobSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleRelationshipsJobSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ScheduleRelationshipsJobSchemaData}
|
|
22
|
+
* @memberof ScheduleRelationshipsJobSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: ScheduleRelationshipsJobSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ScheduleRelationshipsJobSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfScheduleRelationshipsJobSchema(value: object): value is ScheduleRelationshipsJobSchema;
|
|
30
|
+
export declare function ScheduleRelationshipsJobSchemaFromJSON(json: any): ScheduleRelationshipsJobSchema;
|
|
31
|
+
export declare function ScheduleRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsJobSchema;
|
|
32
|
+
export declare function ScheduleRelationshipsJobSchemaToJSON(json: any): ScheduleRelationshipsJobSchema;
|
|
33
|
+
export declare function ScheduleRelationshipsJobSchemaToJSONTyped(value?: ScheduleRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=ScheduleRelationshipsJobSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsJobSchema.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,kCAAkC,GAAG,IAAI,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.instanceOfScheduleRelationshipsJobSchema = instanceOfScheduleRelationshipsJobSchema;
|
|
17
|
+
exports.ScheduleRelationshipsJobSchemaFromJSON = ScheduleRelationshipsJobSchemaFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsJobSchemaFromJSONTyped = ScheduleRelationshipsJobSchemaFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsJobSchemaToJSON = ScheduleRelationshipsJobSchemaToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsJobSchemaToJSONTyped = ScheduleRelationshipsJobSchemaToJSONTyped;
|
|
21
|
+
const ScheduleRelationshipsJobSchemaData_1 = require("./ScheduleRelationshipsJobSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ScheduleRelationshipsJobSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfScheduleRelationshipsJobSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ScheduleRelationshipsJobSchemaFromJSON(json) {
|
|
29
|
+
return ScheduleRelationshipsJobSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ScheduleRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsJobSchemaData_1.ScheduleRelationshipsJobSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ScheduleRelationshipsJobSchemaToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsJobSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, ScheduleRelationshipsJobSchemaData_1.ScheduleRelationshipsJobSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=ScheduleRelationshipsJobSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsJobSchema.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,IAAA,+EAA0C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACtG,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,IAAA,6EAAwC,EAAC,KAAK,CAAC,MAAM,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 ScheduleRelationshipsJobSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleRelationshipsJobSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScheduleRelationshipsJobSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScheduleRelationshipsJobSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScheduleRelationshipsJobSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScheduleRelationshipsJobSchemaData(value: object): value is ScheduleRelationshipsJobSchemaData;
|
|
35
|
+
export declare function ScheduleRelationshipsJobSchemaDataFromJSON(json: any): ScheduleRelationshipsJobSchemaData;
|
|
36
|
+
export declare function ScheduleRelationshipsJobSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsJobSchemaData;
|
|
37
|
+
export declare function ScheduleRelationshipsJobSchemaDataToJSON(json: any): ScheduleRelationshipsJobSchemaData;
|
|
38
|
+
export declare function ScheduleRelationshipsJobSchemaDataToJSONTyped(value?: ScheduleRelationshipsJobSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ScheduleRelationshipsJobSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsJobSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsJobSchemaData.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.instanceOfScheduleRelationshipsJobSchemaData = instanceOfScheduleRelationshipsJobSchemaData;
|
|
17
|
+
exports.ScheduleRelationshipsJobSchemaDataFromJSON = ScheduleRelationshipsJobSchemaDataFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsJobSchemaDataFromJSONTyped = ScheduleRelationshipsJobSchemaDataFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsJobSchemaDataToJSON = ScheduleRelationshipsJobSchemaDataToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsJobSchemaDataToJSONTyped = ScheduleRelationshipsJobSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScheduleRelationshipsJobSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScheduleRelationshipsJobSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScheduleRelationshipsJobSchemaDataFromJSON(json) {
|
|
28
|
+
return ScheduleRelationshipsJobSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScheduleRelationshipsJobSchemaDataFromJSONTyped(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 ScheduleRelationshipsJobSchemaDataToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsJobSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsJobSchemaDataToJSONTyped(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=ScheduleRelationshipsJobSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsJobSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsJobSchemaData.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,62 @@
|
|
|
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 { ScheduleRelationshipsTalentSchema } from './ScheduleRelationshipsTalentSchema';
|
|
13
|
+
import type { ScheduleRelationshipsUserSchema } from './ScheduleRelationshipsUserSchema';
|
|
14
|
+
import type { ScheduleRelationshipsJobSchema } from './ScheduleRelationshipsJobSchema';
|
|
15
|
+
import type { ScheduleRelationshipsConversationSchema } from './ScheduleRelationshipsConversationSchema';
|
|
16
|
+
import type { ScheduleRelationshipsCandidateSchema } from './ScheduleRelationshipsCandidateSchema';
|
|
17
|
+
/**
|
|
18
|
+
* Optional audit links. None required; use the ones relevant to the scheduled action.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface ScheduleRelationshipsSchema
|
|
21
|
+
*/
|
|
22
|
+
export interface ScheduleRelationshipsSchema {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {ScheduleRelationshipsCandidateSchema}
|
|
26
|
+
* @memberof ScheduleRelationshipsSchema
|
|
27
|
+
*/
|
|
28
|
+
candidate?: ScheduleRelationshipsCandidateSchema;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {ScheduleRelationshipsJobSchema}
|
|
32
|
+
* @memberof ScheduleRelationshipsSchema
|
|
33
|
+
*/
|
|
34
|
+
job?: ScheduleRelationshipsJobSchema;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {ScheduleRelationshipsConversationSchema}
|
|
38
|
+
* @memberof ScheduleRelationshipsSchema
|
|
39
|
+
*/
|
|
40
|
+
conversation?: ScheduleRelationshipsConversationSchema;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {ScheduleRelationshipsTalentSchema}
|
|
44
|
+
* @memberof ScheduleRelationshipsSchema
|
|
45
|
+
*/
|
|
46
|
+
talent?: ScheduleRelationshipsTalentSchema;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {ScheduleRelationshipsUserSchema}
|
|
50
|
+
* @memberof ScheduleRelationshipsSchema
|
|
51
|
+
*/
|
|
52
|
+
user?: ScheduleRelationshipsUserSchema;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Check if a given object implements the ScheduleRelationshipsSchema interface.
|
|
56
|
+
*/
|
|
57
|
+
export declare function instanceOfScheduleRelationshipsSchema(value: object): value is ScheduleRelationshipsSchema;
|
|
58
|
+
export declare function ScheduleRelationshipsSchemaFromJSON(json: any): ScheduleRelationshipsSchema;
|
|
59
|
+
export declare function ScheduleRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsSchema;
|
|
60
|
+
export declare function ScheduleRelationshipsSchemaToJSON(json: any): ScheduleRelationshipsSchema;
|
|
61
|
+
export declare function ScheduleRelationshipsSchemaToJSONTyped(value?: ScheduleRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
62
|
+
//# sourceMappingURL=ScheduleRelationshipsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AAOzF,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAOvF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAOzG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,SAAS,CAAC,EAAE,oCAAoC,CAAC;IACjD;;;;OAIG;IACH,GAAG,CAAC,EAAE,8BAA8B,CAAC;IACrC;;;;OAIG;IACH,YAAY,CAAC,EAAE,uCAAuC,CAAC;IACvD;;;;OAIG;IACH,MAAM,CAAC,EAAE,iCAAiC,CAAC;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,+BAA+B,CAAC;CAC1C;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,CAY7H;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,CAa5I"}
|
|
@@ -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.instanceOfScheduleRelationshipsSchema = instanceOfScheduleRelationshipsSchema;
|
|
17
|
+
exports.ScheduleRelationshipsSchemaFromJSON = ScheduleRelationshipsSchemaFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsSchemaFromJSONTyped = ScheduleRelationshipsSchemaFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsSchemaToJSON = ScheduleRelationshipsSchemaToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsSchemaToJSONTyped = ScheduleRelationshipsSchemaToJSONTyped;
|
|
21
|
+
const ScheduleRelationshipsTalentSchema_1 = require("./ScheduleRelationshipsTalentSchema");
|
|
22
|
+
const ScheduleRelationshipsUserSchema_1 = require("./ScheduleRelationshipsUserSchema");
|
|
23
|
+
const ScheduleRelationshipsJobSchema_1 = require("./ScheduleRelationshipsJobSchema");
|
|
24
|
+
const ScheduleRelationshipsConversationSchema_1 = require("./ScheduleRelationshipsConversationSchema");
|
|
25
|
+
const ScheduleRelationshipsCandidateSchema_1 = require("./ScheduleRelationshipsCandidateSchema");
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ScheduleRelationshipsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
function instanceOfScheduleRelationshipsSchema(value) {
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function ScheduleRelationshipsSchemaFromJSON(json) {
|
|
33
|
+
return ScheduleRelationshipsSchemaFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function ScheduleRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'candidate': json['candidate'] == null ? undefined : (0, ScheduleRelationshipsCandidateSchema_1.ScheduleRelationshipsCandidateSchemaFromJSON)(json['candidate']),
|
|
41
|
+
'job': json['job'] == null ? undefined : (0, ScheduleRelationshipsJobSchema_1.ScheduleRelationshipsJobSchemaFromJSON)(json['job']),
|
|
42
|
+
'conversation': json['conversation'] == null ? undefined : (0, ScheduleRelationshipsConversationSchema_1.ScheduleRelationshipsConversationSchemaFromJSON)(json['conversation']),
|
|
43
|
+
'talent': json['talent'] == null ? undefined : (0, ScheduleRelationshipsTalentSchema_1.ScheduleRelationshipsTalentSchemaFromJSON)(json['talent']),
|
|
44
|
+
'user': json['user'] == null ? undefined : (0, ScheduleRelationshipsUserSchema_1.ScheduleRelationshipsUserSchemaFromJSON)(json['user']),
|
|
45
|
+
};
|
|
46
|
+
}
|
|
47
|
+
function ScheduleRelationshipsSchemaToJSON(json) {
|
|
48
|
+
return ScheduleRelationshipsSchemaToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function ScheduleRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
51
|
+
if (value == null) {
|
|
52
|
+
return value;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'candidate': (0, ScheduleRelationshipsCandidateSchema_1.ScheduleRelationshipsCandidateSchemaToJSON)(value['candidate']),
|
|
56
|
+
'job': (0, ScheduleRelationshipsJobSchema_1.ScheduleRelationshipsJobSchemaToJSON)(value['job']),
|
|
57
|
+
'conversation': (0, ScheduleRelationshipsConversationSchema_1.ScheduleRelationshipsConversationSchemaToJSON)(value['conversation']),
|
|
58
|
+
'talent': (0, ScheduleRelationshipsTalentSchema_1.ScheduleRelationshipsTalentSchemaToJSON)(value['talent']),
|
|
59
|
+
'user': (0, ScheduleRelationshipsUserSchema_1.ScheduleRelationshipsUserSchemaToJSON)(value['user']),
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
//# sourceMappingURL=ScheduleRelationshipsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,sFAEC;AAED,kFAEC;AAED,4FAYC;AAED,8EAEC;AAED,wFAaC;AAnHD,2FAK6C;AAE7C,uFAK2C;AAE3C,qFAK0C;AAE1C,uGAKmD;AAEnD,iGAKgD;AAwChD;;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,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;QACpH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uEAAsC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC5F,cAAc,EAAE,IAAI,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,cAAc,CAAC,CAAC;QAChI,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QACxG,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yEAAuC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACnG,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,WAAW,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;QAC3E,KAAK,EAAE,IAAA,qEAAoC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QACzD,cAAc,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,cAAc,CAAC,CAAC;QACpF,QAAQ,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QAClE,MAAM,EAAE,IAAA,uEAAqC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC/D,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 { ScheduleRelationshipsTalentSchemaData } from './ScheduleRelationshipsTalentSchemaData';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface ScheduleRelationshipsTalentSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface ScheduleRelationshipsTalentSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {ScheduleRelationshipsTalentSchemaData}
|
|
22
|
+
* @memberof ScheduleRelationshipsTalentSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: ScheduleRelationshipsTalentSchemaData | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the ScheduleRelationshipsTalentSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfScheduleRelationshipsTalentSchema(value: object): value is ScheduleRelationshipsTalentSchema;
|
|
30
|
+
export declare function ScheduleRelationshipsTalentSchemaFromJSON(json: any): ScheduleRelationshipsTalentSchema;
|
|
31
|
+
export declare function ScheduleRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsTalentSchema;
|
|
32
|
+
export declare function ScheduleRelationshipsTalentSchemaToJSON(json: any): ScheduleRelationshipsTalentSchema;
|
|
33
|
+
export declare function ScheduleRelationshipsTalentSchemaToJSONTyped(value?: ScheduleRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=ScheduleRelationshipsTalentSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsTalentSchema.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAQrG;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;CACvD;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CAQzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxJ"}
|
|
@@ -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.instanceOfScheduleRelationshipsTalentSchema = instanceOfScheduleRelationshipsTalentSchema;
|
|
17
|
+
exports.ScheduleRelationshipsTalentSchemaFromJSON = ScheduleRelationshipsTalentSchemaFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsTalentSchemaFromJSONTyped = ScheduleRelationshipsTalentSchemaFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsTalentSchemaToJSON = ScheduleRelationshipsTalentSchemaToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsTalentSchemaToJSONTyped = ScheduleRelationshipsTalentSchemaToJSONTyped;
|
|
21
|
+
const ScheduleRelationshipsTalentSchemaData_1 = require("./ScheduleRelationshipsTalentSchemaData");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the ScheduleRelationshipsTalentSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfScheduleRelationshipsTalentSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function ScheduleRelationshipsTalentSchemaFromJSON(json) {
|
|
29
|
+
return ScheduleRelationshipsTalentSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function ScheduleRelationshipsTalentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, ScheduleRelationshipsTalentSchemaData_1.ScheduleRelationshipsTalentSchemaDataFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function ScheduleRelationshipsTalentSchemaToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsTalentSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsTalentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, ScheduleRelationshipsTalentSchemaData_1.ScheduleRelationshipsTalentSchemaDataToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=ScheduleRelationshipsTalentSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsTalentSchema.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kGAEC;AAED,8FAEC;AAED,wGAQC;AAED,0FAEC;AAED,oGASC;AAvDD,mGAKiD;AAgBjD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,qFAA6C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACzG,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,mFAA2C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACrE,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 ScheduleRelationshipsTalentSchemaData
|
|
16
|
+
*/
|
|
17
|
+
export interface ScheduleRelationshipsTalentSchemaData {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof ScheduleRelationshipsTalentSchemaData
|
|
22
|
+
*/
|
|
23
|
+
type?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof ScheduleRelationshipsTalentSchemaData
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the ScheduleRelationshipsTalentSchemaData interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfScheduleRelationshipsTalentSchemaData(value: object): value is ScheduleRelationshipsTalentSchemaData;
|
|
35
|
+
export declare function ScheduleRelationshipsTalentSchemaDataFromJSON(json: any): ScheduleRelationshipsTalentSchemaData;
|
|
36
|
+
export declare function ScheduleRelationshipsTalentSchemaDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleRelationshipsTalentSchemaData;
|
|
37
|
+
export declare function ScheduleRelationshipsTalentSchemaDataToJSON(json: any): ScheduleRelationshipsTalentSchemaData;
|
|
38
|
+
export declare function ScheduleRelationshipsTalentSchemaDataToJSONTyped(value?: ScheduleRelationshipsTalentSchemaData | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=ScheduleRelationshipsTalentSchemaData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsTalentSchemaData.d.ts","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchemaData.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAE7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CASjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhK"}
|
|
@@ -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.instanceOfScheduleRelationshipsTalentSchemaData = instanceOfScheduleRelationshipsTalentSchemaData;
|
|
17
|
+
exports.ScheduleRelationshipsTalentSchemaDataFromJSON = ScheduleRelationshipsTalentSchemaDataFromJSON;
|
|
18
|
+
exports.ScheduleRelationshipsTalentSchemaDataFromJSONTyped = ScheduleRelationshipsTalentSchemaDataFromJSONTyped;
|
|
19
|
+
exports.ScheduleRelationshipsTalentSchemaDataToJSON = ScheduleRelationshipsTalentSchemaDataToJSON;
|
|
20
|
+
exports.ScheduleRelationshipsTalentSchemaDataToJSONTyped = ScheduleRelationshipsTalentSchemaDataToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the ScheduleRelationshipsTalentSchemaData interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfScheduleRelationshipsTalentSchemaData(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function ScheduleRelationshipsTalentSchemaDataFromJSON(json) {
|
|
28
|
+
return ScheduleRelationshipsTalentSchemaDataFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function ScheduleRelationshipsTalentSchemaDataFromJSONTyped(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 ScheduleRelationshipsTalentSchemaDataToJSON(json) {
|
|
40
|
+
return ScheduleRelationshipsTalentSchemaDataToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function ScheduleRelationshipsTalentSchemaDataToJSONTyped(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=ScheduleRelationshipsTalentSchemaData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleRelationshipsTalentSchemaData.js","sourceRoot":"","sources":["../../src/models/ScheduleRelationshipsTalentSchemaData.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,0GAEC;AAED,sGAEC;AAED,gHASC;AAED,kGAEC;AAED,4GAUC;AApCD;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,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,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,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"}
|