@smartytalent/api-client 0.9.23 → 0.9.25
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/CORSApi.d.ts +48 -0
- package/dist/apis/CORSApi.d.ts.map +1 -1
- package/dist/apis/CORSApi.js +98 -0
- package/dist/apis/CORSApi.js.map +1 -1
- package/dist/apis/InvitationsApi.d.ts +72 -0
- package/dist/apis/InvitationsApi.d.ts.map +1 -0
- package/dist/apis/InvitationsApi.js +191 -0
- package/dist/apis/InvitationsApi.js.map +1 -0
- package/dist/apis/JobsApi.d.ts +11 -0
- package/dist/apis/JobsApi.d.ts.map +1 -1
- package/dist/apis/JobsApi.js +13 -1
- package/dist/apis/JobsApi.js.map +1 -1
- package/dist/apis/TalentsApi.d.ts +18 -1
- package/dist/apis/TalentsApi.d.ts.map +1 -1
- package/dist/apis/TalentsApi.js +42 -0
- package/dist/apis/TalentsApi.js.map +1 -1
- 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/FinderQueryTalentsSchema.d.ts +111 -2
- package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
- package/dist/models/FinderQueryTalentsSchema.js +37 -0
- package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
- package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts +63 -0
- package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts.map +1 -0
- package/dist/models/FinderQueryTalentsSchemaJobMatch.js +59 -0
- package/dist/models/FinderQueryTalentsSchemaJobMatch.js.map +1 -0
- package/dist/models/InvitationAttributesSchema.d.ts +124 -0
- package/dist/models/InvitationAttributesSchema.d.ts.map +1 -0
- package/dist/models/InvitationAttributesSchema.js +91 -0
- package/dist/models/InvitationAttributesSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +46 -0
- package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsCandidateDataSchema.js +58 -0
- package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsCandidateSchema.js +50 -0
- package/dist/models/InvitationRelationshipsCandidateSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +46 -0
- package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsEmailDataSchema.js +58 -0
- package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsEmailSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsEmailSchema.js +50 -0
- package/dist/models/InvitationRelationshipsEmailSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsJobDataSchema.d.ts +46 -0
- package/dist/models/InvitationRelationshipsJobDataSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsJobDataSchema.js +58 -0
- package/dist/models/InvitationRelationshipsJobDataSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsJobSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsJobSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsJobSchema.js +50 -0
- package/dist/models/InvitationRelationshipsJobSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsSchema.d.ts +62 -0
- package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsSchema.js +62 -0
- package/dist/models/InvitationRelationshipsSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +46 -0
- package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsTalentDataSchema.js +58 -0
- package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsTalentSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsTalentSchema.js +50 -0
- package/dist/models/InvitationRelationshipsTalentSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts +46 -0
- package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsTaskDataSchema.js +58 -0
- package/dist/models/InvitationRelationshipsTaskDataSchema.js.map +1 -0
- package/dist/models/InvitationRelationshipsTaskSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsTaskSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsTaskSchema.js +50 -0
- package/dist/models/InvitationRelationshipsTaskSchema.js.map +1 -0
- package/dist/models/InvitationResourceSchema.d.ts +75 -0
- package/dist/models/InvitationResourceSchema.d.ts.map +1 -0
- package/dist/models/InvitationResourceSchema.js +75 -0
- package/dist/models/InvitationResourceSchema.js.map +1 -0
- package/dist/models/InvitationSchema.d.ts +49 -0
- package/dist/models/InvitationSchema.d.ts.map +1 -0
- package/dist/models/InvitationSchema.js +55 -0
- package/dist/models/InvitationSchema.js.map +1 -0
- package/dist/models/InvitationsSchema.d.ts +48 -0
- package/dist/models/InvitationsSchema.d.ts.map +1 -0
- package/dist/models/InvitationsSchema.js +56 -0
- package/dist/models/InvitationsSchema.js.map +1 -0
- package/dist/models/JobResourceSchema.d.ts +1 -1
- package/dist/models/TalentAttributesSchema.d.ts +27 -1
- package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
- package/dist/models/TalentAttributesSchema.js +11 -1
- package/dist/models/TalentAttributesSchema.js.map +1 -1
- package/dist/models/TalentReportAttributesSchema.d.ts +42 -0
- package/dist/models/TalentReportAttributesSchema.d.ts.map +1 -0
- package/dist/models/TalentReportAttributesSchema.js +53 -0
- package/dist/models/TalentReportAttributesSchema.js.map +1 -0
- package/dist/models/TalentReportLinkSchema.d.ts +57 -0
- package/dist/models/TalentReportLinkSchema.d.ts.map +1 -0
- package/dist/models/TalentReportLinkSchema.js +57 -0
- package/dist/models/TalentReportLinkSchema.js.map +1 -0
- package/dist/models/TalentReportResourceSchema.d.ts +60 -0
- package/dist/models/TalentReportResourceSchema.d.ts.map +1 -0
- package/dist/models/TalentReportResourceSchema.js +64 -0
- package/dist/models/TalentReportResourceSchema.js.map +1 -0
- package/dist/models/TalentReportSchema.d.ts +34 -0
- package/dist/models/TalentReportSchema.d.ts.map +1 -0
- package/dist/models/TalentReportSchema.js +50 -0
- package/dist/models/TalentReportSchema.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/UpdateInvitationRequestBody.d.ts +34 -0
- package/dist/models/UpdateInvitationRequestBody.d.ts.map +1 -0
- package/dist/models/UpdateInvitationRequestBody.js +52 -0
- package/dist/models/UpdateInvitationRequestBody.js.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +40 -0
- package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyAttributes.js +58 -0
- package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyData.d.ts +47 -0
- package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyData.js +63 -0
- package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -0
- package/dist/models/index.d.ts +24 -0
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +24 -0
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
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.instanceOfFinderQueryTalentsSchemaJobMatch = instanceOfFinderQueryTalentsSchemaJobMatch;
|
|
17
|
+
exports.FinderQueryTalentsSchemaJobMatchFromJSON = FinderQueryTalentsSchemaJobMatchFromJSON;
|
|
18
|
+
exports.FinderQueryTalentsSchemaJobMatchFromJSONTyped = FinderQueryTalentsSchemaJobMatchFromJSONTyped;
|
|
19
|
+
exports.FinderQueryTalentsSchemaJobMatchToJSON = FinderQueryTalentsSchemaJobMatchToJSON;
|
|
20
|
+
exports.FinderQueryTalentsSchemaJobMatchToJSONTyped = FinderQueryTalentsSchemaJobMatchToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the FinderQueryTalentsSchemaJobMatch interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfFinderQueryTalentsSchemaJobMatch(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function FinderQueryTalentsSchemaJobMatchFromJSON(json) {
|
|
28
|
+
return FinderQueryTalentsSchemaJobMatchFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function FinderQueryTalentsSchemaJobMatchFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'text': json['text'] == null ? undefined : json['text'],
|
|
36
|
+
'skills': json['skills'] == null ? undefined : json['skills'],
|
|
37
|
+
'locations': json['locations'] == null ? undefined : json['locations'],
|
|
38
|
+
'languages': json['languages'] == null ? undefined : json['languages'],
|
|
39
|
+
'minimumShouldMatch': json['minimumShouldMatch'] == null ? undefined : json['minimumShouldMatch'],
|
|
40
|
+
'size': json['size'] == null ? undefined : json['size'],
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
function FinderQueryTalentsSchemaJobMatchToJSON(json) {
|
|
44
|
+
return FinderQueryTalentsSchemaJobMatchToJSONTyped(json, false);
|
|
45
|
+
}
|
|
46
|
+
function FinderQueryTalentsSchemaJobMatchToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'text': value['text'],
|
|
52
|
+
'skills': value['skills'],
|
|
53
|
+
'locations': value['locations'],
|
|
54
|
+
'languages': value['languages'],
|
|
55
|
+
'minimumShouldMatch': value['minimumShouldMatch'],
|
|
56
|
+
'size': value['size'],
|
|
57
|
+
};
|
|
58
|
+
}
|
|
59
|
+
//# sourceMappingURL=FinderQueryTalentsSchemaJobMatch.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FinderQueryTalentsSchemaJobMatch.js","sourceRoot":"","sources":["../../src/models/FinderQueryTalentsSchemaJobMatch.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAkDH,gGAEC;AAED,4FAEC;AAED,sGAaC;AAED,wFAEC;AAED,kGAcC;AA5CD;;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,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC;QACtE,oBAAoB,EAAE,IAAI,CAAC,oBAAoB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;QACjG,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,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,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,WAAW,EAAE,KAAK,CAAC,WAAW,CAAC;QAC/B,oBAAoB,EAAE,KAAK,CAAC,oBAAoB,CAAC;QACjD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
|
+
/**
|
|
14
|
+
* One person from the talent pool invited to apply to one job (sourcing). Written by the
|
|
15
|
+
* `talent:invite` action from a `talents:invite` order; `status` moves sent -> applied when
|
|
16
|
+
* the person applies through the invitation link (or is matched to the job within the window),
|
|
17
|
+
* -> declined by PATCH, -> expired by the system. `applyUrl` carries `source=invite` and the
|
|
18
|
+
* invitation id so the application is attributed.
|
|
19
|
+
* @export
|
|
20
|
+
* @interface InvitationAttributesSchema
|
|
21
|
+
*/
|
|
22
|
+
export interface InvitationAttributesSchema {
|
|
23
|
+
/**
|
|
24
|
+
*
|
|
25
|
+
* @type {InvitationAttributesSchemaStatusEnum}
|
|
26
|
+
* @memberof InvitationAttributesSchema
|
|
27
|
+
*/
|
|
28
|
+
status?: InvitationAttributesSchemaStatusEnum;
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @type {InvitationAttributesSchemaChannelEnum}
|
|
32
|
+
* @memberof InvitationAttributesSchema
|
|
33
|
+
*/
|
|
34
|
+
channel?: InvitationAttributesSchemaChannelEnum;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof InvitationAttributesSchema
|
|
39
|
+
*/
|
|
40
|
+
languageCode?: string | null;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof InvitationAttributesSchema
|
|
45
|
+
*/
|
|
46
|
+
jobTitle?: string | null;
|
|
47
|
+
/**
|
|
48
|
+
*
|
|
49
|
+
* @type {string}
|
|
50
|
+
* @memberof InvitationAttributesSchema
|
|
51
|
+
*/
|
|
52
|
+
talentName?: string | null;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof InvitationAttributesSchema
|
|
57
|
+
*/
|
|
58
|
+
applyUrl?: string | null;
|
|
59
|
+
/**
|
|
60
|
+
*
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof InvitationAttributesSchema
|
|
63
|
+
*/
|
|
64
|
+
sentAt?: string | null;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {string}
|
|
68
|
+
* @memberof InvitationAttributesSchema
|
|
69
|
+
*/
|
|
70
|
+
appliedAt?: string | null;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof InvitationAttributesSchema
|
|
75
|
+
*/
|
|
76
|
+
declinedAt?: string | null;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {string}
|
|
80
|
+
* @memberof InvitationAttributesSchema
|
|
81
|
+
*/
|
|
82
|
+
expiresAt?: string | null;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof InvitationAttributesSchema
|
|
87
|
+
*/
|
|
88
|
+
invitedByUserId?: string | null;
|
|
89
|
+
/**
|
|
90
|
+
*
|
|
91
|
+
* @type {ResourceTimestampsSchema}
|
|
92
|
+
* @memberof InvitationAttributesSchema
|
|
93
|
+
*/
|
|
94
|
+
timestamps?: ResourceTimestampsSchema;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* @export
|
|
98
|
+
*/
|
|
99
|
+
export declare const InvitationAttributesSchemaStatusEnum: {
|
|
100
|
+
readonly Pending: "pending";
|
|
101
|
+
readonly Sent: "sent";
|
|
102
|
+
readonly Opened: "opened";
|
|
103
|
+
readonly Applied: "applied";
|
|
104
|
+
readonly Declined: "declined";
|
|
105
|
+
readonly Expired: "expired";
|
|
106
|
+
readonly Failed: "failed";
|
|
107
|
+
};
|
|
108
|
+
export type InvitationAttributesSchemaStatusEnum = typeof InvitationAttributesSchemaStatusEnum[keyof typeof InvitationAttributesSchemaStatusEnum];
|
|
109
|
+
/**
|
|
110
|
+
* @export
|
|
111
|
+
*/
|
|
112
|
+
export declare const InvitationAttributesSchemaChannelEnum: {
|
|
113
|
+
readonly Email: "email";
|
|
114
|
+
};
|
|
115
|
+
export type InvitationAttributesSchemaChannelEnum = typeof InvitationAttributesSchemaChannelEnum[keyof typeof InvitationAttributesSchemaChannelEnum];
|
|
116
|
+
/**
|
|
117
|
+
* Check if a given object implements the InvitationAttributesSchema interface.
|
|
118
|
+
*/
|
|
119
|
+
export declare function instanceOfInvitationAttributesSchema(value: object): value is InvitationAttributesSchema;
|
|
120
|
+
export declare function InvitationAttributesSchemaFromJSON(json: any): InvitationAttributesSchema;
|
|
121
|
+
export declare function InvitationAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationAttributesSchema;
|
|
122
|
+
export declare function InvitationAttributesSchemaToJSON(json: any): InvitationAttributesSchema;
|
|
123
|
+
export declare function InvitationAttributesSchemaToJSONTyped(value?: InvitationAttributesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
124
|
+
//# sourceMappingURL=InvitationAttributesSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,CAAC;IAChD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;CAQvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,qCAAqC;;CAExC,CAAC;AACX,MAAM,MAAM,qCAAqC,GAAG,OAAO,qCAAqC,CAAC,MAAM,OAAO,qCAAqC,CAAC,CAAC;AAGrJ;;GAEG;AACH,wBAAgB,oCAAoC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0BAA0B,CAEvG;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAExF;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0BAA0B,CAmB3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,0BAA0B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAoB1I"}
|
|
@@ -0,0 +1,91 @@
|
|
|
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.InvitationAttributesSchemaChannelEnum = exports.InvitationAttributesSchemaStatusEnum = void 0;
|
|
17
|
+
exports.instanceOfInvitationAttributesSchema = instanceOfInvitationAttributesSchema;
|
|
18
|
+
exports.InvitationAttributesSchemaFromJSON = InvitationAttributesSchemaFromJSON;
|
|
19
|
+
exports.InvitationAttributesSchemaFromJSONTyped = InvitationAttributesSchemaFromJSONTyped;
|
|
20
|
+
exports.InvitationAttributesSchemaToJSON = InvitationAttributesSchemaToJSON;
|
|
21
|
+
exports.InvitationAttributesSchemaToJSONTyped = InvitationAttributesSchemaToJSONTyped;
|
|
22
|
+
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.InvitationAttributesSchemaStatusEnum = {
|
|
27
|
+
Pending: 'pending',
|
|
28
|
+
Sent: 'sent',
|
|
29
|
+
Opened: 'opened',
|
|
30
|
+
Applied: 'applied',
|
|
31
|
+
Declined: 'declined',
|
|
32
|
+
Expired: 'expired',
|
|
33
|
+
Failed: 'failed'
|
|
34
|
+
};
|
|
35
|
+
/**
|
|
36
|
+
* @export
|
|
37
|
+
*/
|
|
38
|
+
exports.InvitationAttributesSchemaChannelEnum = {
|
|
39
|
+
Email: 'email'
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Check if a given object implements the InvitationAttributesSchema interface.
|
|
43
|
+
*/
|
|
44
|
+
function instanceOfInvitationAttributesSchema(value) {
|
|
45
|
+
return true;
|
|
46
|
+
}
|
|
47
|
+
function InvitationAttributesSchemaFromJSON(json) {
|
|
48
|
+
return InvitationAttributesSchemaFromJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
function InvitationAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
51
|
+
if (json == null) {
|
|
52
|
+
return json;
|
|
53
|
+
}
|
|
54
|
+
return {
|
|
55
|
+
'status': json['status'] == null ? undefined : json['status'],
|
|
56
|
+
'channel': json['channel'] == null ? undefined : json['channel'],
|
|
57
|
+
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
58
|
+
'jobTitle': json['jobTitle'] == null ? undefined : json['jobTitle'],
|
|
59
|
+
'talentName': json['talentName'] == null ? undefined : json['talentName'],
|
|
60
|
+
'applyUrl': json['applyUrl'] == null ? undefined : json['applyUrl'],
|
|
61
|
+
'sentAt': json['sentAt'] == null ? undefined : json['sentAt'],
|
|
62
|
+
'appliedAt': json['appliedAt'] == null ? undefined : json['appliedAt'],
|
|
63
|
+
'declinedAt': json['declinedAt'] == null ? undefined : json['declinedAt'],
|
|
64
|
+
'expiresAt': json['expiresAt'] == null ? undefined : json['expiresAt'],
|
|
65
|
+
'invitedByUserId': json['invitedByUserId'] == null ? undefined : json['invitedByUserId'],
|
|
66
|
+
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
function InvitationAttributesSchemaToJSON(json) {
|
|
70
|
+
return InvitationAttributesSchemaToJSONTyped(json, false);
|
|
71
|
+
}
|
|
72
|
+
function InvitationAttributesSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
73
|
+
if (value == null) {
|
|
74
|
+
return value;
|
|
75
|
+
}
|
|
76
|
+
return {
|
|
77
|
+
'status': value['status'],
|
|
78
|
+
'channel': value['channel'],
|
|
79
|
+
'languageCode': value['languageCode'],
|
|
80
|
+
'jobTitle': value['jobTitle'],
|
|
81
|
+
'talentName': value['talentName'],
|
|
82
|
+
'applyUrl': value['applyUrl'],
|
|
83
|
+
'sentAt': value['sentAt'],
|
|
84
|
+
'appliedAt': value['appliedAt'],
|
|
85
|
+
'declinedAt': value['declinedAt'],
|
|
86
|
+
'expiresAt': value['expiresAt'],
|
|
87
|
+
'invitedByUserId': value['invitedByUserId'],
|
|
88
|
+
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=InvitationAttributesSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InvitationRelationshipsCandidateDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface InvitationRelationshipsCandidateDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {InvitationRelationshipsCandidateDataSchemaTypeEnum}
|
|
21
|
+
* @memberof InvitationRelationshipsCandidateDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: InvitationRelationshipsCandidateDataSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InvitationRelationshipsCandidateDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const InvitationRelationshipsCandidateDataSchemaTypeEnum: {
|
|
35
|
+
readonly Candidates: "candidates";
|
|
36
|
+
};
|
|
37
|
+
export type InvitationRelationshipsCandidateDataSchemaTypeEnum = typeof InvitationRelationshipsCandidateDataSchemaTypeEnum[keyof typeof InvitationRelationshipsCandidateDataSchemaTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the InvitationRelationshipsCandidateDataSchema interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfInvitationRelationshipsCandidateDataSchema(value: object): value is InvitationRelationshipsCandidateDataSchema;
|
|
42
|
+
export declare function InvitationRelationshipsCandidateDataSchemaFromJSON(json: any): InvitationRelationshipsCandidateDataSchema;
|
|
43
|
+
export declare function InvitationRelationshipsCandidateDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsCandidateDataSchema;
|
|
44
|
+
export declare function InvitationRelationshipsCandidateDataSchemaToJSON(json: any): InvitationRelationshipsCandidateDataSchema;
|
|
45
|
+
export declare function InvitationRelationshipsCandidateDataSchemaToJSONTyped(value?: InvitationRelationshipsCandidateDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=InvitationRelationshipsCandidateDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsCandidateDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,kDAAkD,CAAC;IAC1D;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,kDAAkD;;CAErD,CAAC;AACX,MAAM,MAAM,kDAAkD,GAAG,OAAO,kDAAkD,CAAC,MAAM,OAAO,kDAAkD,CAAC,CAAC;AAG5L;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAEvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAS3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1K"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.InvitationRelationshipsCandidateDataSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfInvitationRelationshipsCandidateDataSchema = instanceOfInvitationRelationshipsCandidateDataSchema;
|
|
18
|
+
exports.InvitationRelationshipsCandidateDataSchemaFromJSON = InvitationRelationshipsCandidateDataSchemaFromJSON;
|
|
19
|
+
exports.InvitationRelationshipsCandidateDataSchemaFromJSONTyped = InvitationRelationshipsCandidateDataSchemaFromJSONTyped;
|
|
20
|
+
exports.InvitationRelationshipsCandidateDataSchemaToJSON = InvitationRelationshipsCandidateDataSchemaToJSON;
|
|
21
|
+
exports.InvitationRelationshipsCandidateDataSchemaToJSONTyped = InvitationRelationshipsCandidateDataSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.InvitationRelationshipsCandidateDataSchemaTypeEnum = {
|
|
26
|
+
Candidates: 'candidates'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the InvitationRelationshipsCandidateDataSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfInvitationRelationshipsCandidateDataSchema(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function InvitationRelationshipsCandidateDataSchemaFromJSON(json) {
|
|
35
|
+
return InvitationRelationshipsCandidateDataSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function InvitationRelationshipsCandidateDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function InvitationRelationshipsCandidateDataSchemaToJSON(json) {
|
|
47
|
+
return InvitationRelationshipsCandidateDataSchemaToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function InvitationRelationshipsCandidateDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=InvitationRelationshipsCandidateDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsCandidateDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AA7CD;;GAEG;AACU,QAAA,kDAAkD,GAAG;IAC9D,UAAU,EAAE,YAAY;CAClB,CAAC;AAIX;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,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,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,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 { InvitationRelationshipsCandidateDataSchema } from './InvitationRelationshipsCandidateDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationRelationshipsCandidateSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationRelationshipsCandidateSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {InvitationRelationshipsCandidateDataSchema}
|
|
22
|
+
* @memberof InvitationRelationshipsCandidateSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: InvitationRelationshipsCandidateDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the InvitationRelationshipsCandidateSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfInvitationRelationshipsCandidateSchema(value: object): value is InvitationRelationshipsCandidateSchema;
|
|
30
|
+
export declare function InvitationRelationshipsCandidateSchemaFromJSON(json: any): InvitationRelationshipsCandidateSchema;
|
|
31
|
+
export declare function InvitationRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsCandidateSchema;
|
|
32
|
+
export declare function InvitationRelationshipsCandidateSchemaToJSON(json: any): InvitationRelationshipsCandidateSchema;
|
|
33
|
+
export declare function InvitationRelationshipsCandidateSchemaToJSONTyped(value?: InvitationRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=InvitationRelationshipsCandidateSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,GAAG,IAAI,CAAC;CAC5D;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAQnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlK"}
|
|
@@ -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.instanceOfInvitationRelationshipsCandidateSchema = instanceOfInvitationRelationshipsCandidateSchema;
|
|
17
|
+
exports.InvitationRelationshipsCandidateSchemaFromJSON = InvitationRelationshipsCandidateSchemaFromJSON;
|
|
18
|
+
exports.InvitationRelationshipsCandidateSchemaFromJSONTyped = InvitationRelationshipsCandidateSchemaFromJSONTyped;
|
|
19
|
+
exports.InvitationRelationshipsCandidateSchemaToJSON = InvitationRelationshipsCandidateSchemaToJSON;
|
|
20
|
+
exports.InvitationRelationshipsCandidateSchemaToJSONTyped = InvitationRelationshipsCandidateSchemaToJSONTyped;
|
|
21
|
+
const InvitationRelationshipsCandidateDataSchema_1 = require("./InvitationRelationshipsCandidateDataSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the InvitationRelationshipsCandidateSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfInvitationRelationshipsCandidateSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function InvitationRelationshipsCandidateSchemaFromJSON(json) {
|
|
29
|
+
return InvitationRelationshipsCandidateSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function InvitationRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (0, InvitationRelationshipsCandidateDataSchema_1.InvitationRelationshipsCandidateDataSchemaFromJSON)(json['data']),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function InvitationRelationshipsCandidateSchemaToJSON(json) {
|
|
40
|
+
return InvitationRelationshipsCandidateSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function InvitationRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': (0, InvitationRelationshipsCandidateDataSchema_1.InvitationRelationshipsCandidateDataSchemaToJSON)(value['data']),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=InvitationRelationshipsCandidateSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4GAEC;AAED,wGAEC;AAED,kHAQC;AAED,oGAEC;AAED,8GASC;AAvDD,6GAKsD;AAgBtD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,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,+FAAkD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SmartyMeet Dev03 API REST
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.1
|
|
6
|
+
* Contact: developer@smartymeet.com
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InvitationRelationshipsEmailDataSchema
|
|
16
|
+
*/
|
|
17
|
+
export interface InvitationRelationshipsEmailDataSchema {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {InvitationRelationshipsEmailDataSchemaTypeEnum}
|
|
21
|
+
* @memberof InvitationRelationshipsEmailDataSchema
|
|
22
|
+
*/
|
|
23
|
+
type?: InvitationRelationshipsEmailDataSchemaTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof InvitationRelationshipsEmailDataSchema
|
|
28
|
+
*/
|
|
29
|
+
id?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @export
|
|
33
|
+
*/
|
|
34
|
+
export declare const InvitationRelationshipsEmailDataSchemaTypeEnum: {
|
|
35
|
+
readonly Emails: "emails";
|
|
36
|
+
};
|
|
37
|
+
export type InvitationRelationshipsEmailDataSchemaTypeEnum = typeof InvitationRelationshipsEmailDataSchemaTypeEnum[keyof typeof InvitationRelationshipsEmailDataSchemaTypeEnum];
|
|
38
|
+
/**
|
|
39
|
+
* Check if a given object implements the InvitationRelationshipsEmailDataSchema interface.
|
|
40
|
+
*/
|
|
41
|
+
export declare function instanceOfInvitationRelationshipsEmailDataSchema(value: object): value is InvitationRelationshipsEmailDataSchema;
|
|
42
|
+
export declare function InvitationRelationshipsEmailDataSchemaFromJSON(json: any): InvitationRelationshipsEmailDataSchema;
|
|
43
|
+
export declare function InvitationRelationshipsEmailDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsEmailDataSchema;
|
|
44
|
+
export declare function InvitationRelationshipsEmailDataSchemaToJSON(json: any): InvitationRelationshipsEmailDataSchema;
|
|
45
|
+
export declare function InvitationRelationshipsEmailDataSchemaToJSONTyped(value?: InvitationRelationshipsEmailDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
+
//# sourceMappingURL=InvitationRelationshipsEmailDataSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsEmailDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,8CAA8C,CAAC;IACtD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,8CAA8C;;CAEjD,CAAC;AACX,MAAM,MAAM,8CAA8C,GAAG,OAAO,8CAA8C,CAAC,MAAM,OAAO,8CAA8C,CAAC,CAAC;AAGhL;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlK"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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.InvitationRelationshipsEmailDataSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfInvitationRelationshipsEmailDataSchema = instanceOfInvitationRelationshipsEmailDataSchema;
|
|
18
|
+
exports.InvitationRelationshipsEmailDataSchemaFromJSON = InvitationRelationshipsEmailDataSchemaFromJSON;
|
|
19
|
+
exports.InvitationRelationshipsEmailDataSchemaFromJSONTyped = InvitationRelationshipsEmailDataSchemaFromJSONTyped;
|
|
20
|
+
exports.InvitationRelationshipsEmailDataSchemaToJSON = InvitationRelationshipsEmailDataSchemaToJSON;
|
|
21
|
+
exports.InvitationRelationshipsEmailDataSchemaToJSONTyped = InvitationRelationshipsEmailDataSchemaToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.InvitationRelationshipsEmailDataSchemaTypeEnum = {
|
|
26
|
+
Emails: 'emails'
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Check if a given object implements the InvitationRelationshipsEmailDataSchema interface.
|
|
30
|
+
*/
|
|
31
|
+
function instanceOfInvitationRelationshipsEmailDataSchema(value) {
|
|
32
|
+
return true;
|
|
33
|
+
}
|
|
34
|
+
function InvitationRelationshipsEmailDataSchemaFromJSON(json) {
|
|
35
|
+
return InvitationRelationshipsEmailDataSchemaFromJSONTyped(json, false);
|
|
36
|
+
}
|
|
37
|
+
function InvitationRelationshipsEmailDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
+
if (json == null) {
|
|
39
|
+
return json;
|
|
40
|
+
}
|
|
41
|
+
return {
|
|
42
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function InvitationRelationshipsEmailDataSchemaToJSON(json) {
|
|
47
|
+
return InvitationRelationshipsEmailDataSchemaToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function InvitationRelationshipsEmailDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'type': value['type'],
|
|
55
|
+
'id': value['id'],
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=InvitationRelationshipsEmailDataSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsEmailDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,4GAEC;AAED,wGAEC;AAED,kHASC;AAED,oGAEC;AAED,8GAUC;AA7CD;;GAEG;AACU,QAAA,8CAA8C,GAAG;IAC1D,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,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,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,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 { InvitationRelationshipsEmailDataSchema } from './InvitationRelationshipsEmailDataSchema';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationRelationshipsEmailSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationRelationshipsEmailSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {InvitationRelationshipsEmailDataSchema}
|
|
22
|
+
* @memberof InvitationRelationshipsEmailSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: InvitationRelationshipsEmailDataSchema | null;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the InvitationRelationshipsEmailSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfInvitationRelationshipsEmailSchema(value: object): value is InvitationRelationshipsEmailSchema;
|
|
30
|
+
export declare function InvitationRelationshipsEmailSchemaFromJSON(json: any): InvitationRelationshipsEmailSchema;
|
|
31
|
+
export declare function InvitationRelationshipsEmailSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsEmailSchema;
|
|
32
|
+
export declare function InvitationRelationshipsEmailSchemaToJSON(json: any): InvitationRelationshipsEmailSchema;
|
|
33
|
+
export declare function InvitationRelationshipsEmailSchemaToJSONTyped(value?: InvitationRelationshipsEmailSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=InvitationRelationshipsEmailSchema.d.ts.map
|