@smartytalent/api-client 0.9.25 → 0.9.26
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 +17 -0
- package/dist/apis/CORSApi.d.ts.map +1 -1
- package/dist/apis/CORSApi.js +34 -0
- package/dist/apis/CORSApi.js.map +1 -1
- package/dist/apis/InvitationsApi.d.ts +83 -7
- package/dist/apis/InvitationsApi.d.ts.map +1 -1
- package/dist/apis/InvitationsApi.js +168 -7
- package/dist/apis/InvitationsApi.js.map +1 -1
- package/dist/models/CreateInvitationRequestBody.d.ts +34 -0
- package/dist/models/CreateInvitationRequestBody.d.ts.map +1 -0
- package/dist/models/CreateInvitationRequestBody.js +52 -0
- package/dist/models/CreateInvitationRequestBody.js.map +1 -0
- package/dist/models/CreateInvitationRequestBodyAttributes.d.ts +82 -0
- package/dist/models/CreateInvitationRequestBodyAttributes.d.ts.map +1 -0
- package/dist/models/CreateInvitationRequestBodyAttributes.js +80 -0
- package/dist/models/CreateInvitationRequestBodyAttributes.js.map +1 -0
- package/dist/models/CreateInvitationRequestBodyData.d.ts +54 -0
- package/dist/models/CreateInvitationRequestBodyData.d.ts.map +1 -0
- package/dist/models/CreateInvitationRequestBodyData.js +66 -0
- package/dist/models/CreateInvitationRequestBodyData.js.map +1 -0
- package/dist/models/CreateInvitationRequestBodyRelationships.d.ts +48 -0
- package/dist/models/CreateInvitationRequestBodyRelationships.d.ts.map +1 -0
- package/dist/models/CreateInvitationRequestBodyRelationships.js +58 -0
- package/dist/models/CreateInvitationRequestBodyRelationships.js.map +1 -0
- package/dist/models/CreateInvitationRequestBodyTalents.d.ts +34 -0
- package/dist/models/CreateInvitationRequestBodyTalents.d.ts.map +1 -0
- package/dist/models/CreateInvitationRequestBodyTalents.js +50 -0
- package/dist/models/CreateInvitationRequestBodyTalents.js.map +1 -0
- package/dist/models/InvitationAttributesSchema.d.ts +37 -48
- package/dist/models/InvitationAttributesSchema.d.ts.map +1 -1
- package/dist/models/InvitationAttributesSchema.js +25 -28
- package/dist/models/InvitationAttributesSchema.js.map +1 -1
- package/dist/models/InvitationAttributesSchemaCounts.d.ts +81 -0
- package/dist/models/InvitationAttributesSchemaCounts.d.ts.map +1 -0
- package/dist/models/InvitationAttributesSchemaCounts.js +65 -0
- package/dist/models/InvitationAttributesSchemaCounts.js.map +1 -0
- package/dist/models/InvitationRelationshipsSchema.d.ts +3 -17
- package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -1
- package/dist/models/InvitationRelationshipsSchema.js +3 -9
- package/dist/models/InvitationRelationshipsSchema.js.map +1 -1
- package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
- package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
- package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
- package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
- package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
- package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
- package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
- package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
- package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
- package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
- package/dist/models/InvitationTalentMetaSchema.js +96 -0
- package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
- package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
- package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
- package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
- package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +42 -2
- package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -1
- package/dist/models/UpdateInvitationRequestBodyAttributes.js +22 -5
- package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -1
- package/dist/models/UpdateInvitationRequestBodyData.d.ts +14 -1
- package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -1
- package/dist/models/UpdateInvitationRequestBodyData.js +7 -2
- package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -1
- package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
- package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
- package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
- package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
- package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
- package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
- package/dist/models/index.d.ts +12 -6
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +12 -6
- package/dist/models/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +0 -46
- package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsCandidateDataSchema.js +0 -58
- package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +0 -1
- package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +0 -34
- package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsCandidateSchema.js +0 -50
- package/dist/models/InvitationRelationshipsCandidateSchema.js.map +0 -1
- package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +0 -46
- package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsEmailDataSchema.js +0 -58
- package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +0 -1
- package/dist/models/InvitationRelationshipsEmailSchema.d.ts +0 -34
- package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsEmailSchema.js +0 -50
- package/dist/models/InvitationRelationshipsEmailSchema.js.map +0 -1
- package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +0 -46
- package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsTalentDataSchema.js +0 -58
- package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +0 -1
- package/dist/models/InvitationRelationshipsTalentSchema.d.ts +0 -34
- package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +0 -1
- package/dist/models/InvitationRelationshipsTalentSchema.js +0 -50
- package/dist/models/InvitationRelationshipsTalentSchema.js.map +0 -1
|
@@ -9,13 +9,20 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
+
import type { InvitationAttributesSchemaCounts } from './InvitationAttributesSchemaCounts';
|
|
12
13
|
import type { ResourceTimestampsSchema } from './ResourceTimestampsSchema';
|
|
13
14
|
/**
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* the
|
|
17
|
-
*
|
|
18
|
-
*
|
|
15
|
+
* An invitation to take part in a recruitment process (a job) as a LIST of the people from the
|
|
16
|
+
* talent pool the system contacts (invitation service, 2026-09-07). Minted at job activation
|
|
17
|
+
* by the sourcing workflow (`source: sourcing`, a draft with the matched people) or by a
|
|
18
|
+
* recruiter (`source: manual`); the people are edited while draft or active (PATCH with the
|
|
19
|
+
* FULL `relationships.talents` list: newcomers are added, people not contacted yet are
|
|
20
|
+
* removed, a contacted person stays - 409 with their ids); `status: active` starts the
|
|
21
|
+
* sending (every person `added` is contacted, and every newcomer of an active list);
|
|
22
|
+
* `closed` ends it (a job archived or deleted closes its lists). The state of each person
|
|
23
|
+
* rides as `meta` on the identifier in `relationships.talents` (a show), a list response
|
|
24
|
+
* carries `counts` only. `channels` names the channels the list may use: `email` today,
|
|
25
|
+
* `sms` and `call` reserved for later phases.
|
|
19
26
|
* @export
|
|
20
27
|
* @interface InvitationAttributesSchema
|
|
21
28
|
*/
|
|
@@ -26,66 +33,42 @@ export interface InvitationAttributesSchema {
|
|
|
26
33
|
* @memberof InvitationAttributesSchema
|
|
27
34
|
*/
|
|
28
35
|
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
36
|
/**
|
|
48
37
|
*
|
|
49
38
|
* @type {string}
|
|
50
39
|
* @memberof InvitationAttributesSchema
|
|
51
40
|
*/
|
|
52
|
-
|
|
41
|
+
name?: string | null;
|
|
53
42
|
/**
|
|
54
43
|
*
|
|
55
|
-
* @type {
|
|
56
|
-
* @memberof InvitationAttributesSchema
|
|
57
|
-
*/
|
|
58
|
-
applyUrl?: string | null;
|
|
59
|
-
/**
|
|
60
|
-
*
|
|
61
|
-
* @type {string}
|
|
44
|
+
* @type {Array<InvitationAttributesSchemaChannelsEnum>}
|
|
62
45
|
* @memberof InvitationAttributesSchema
|
|
63
46
|
*/
|
|
64
|
-
|
|
47
|
+
channels?: Array<InvitationAttributesSchemaChannelsEnum>;
|
|
65
48
|
/**
|
|
66
49
|
*
|
|
67
50
|
* @type {string}
|
|
68
51
|
* @memberof InvitationAttributesSchema
|
|
69
52
|
*/
|
|
70
|
-
|
|
53
|
+
languageCode?: string | null;
|
|
71
54
|
/**
|
|
72
55
|
*
|
|
73
|
-
* @type {
|
|
56
|
+
* @type {InvitationAttributesSchemaSourceEnum}
|
|
74
57
|
* @memberof InvitationAttributesSchema
|
|
75
58
|
*/
|
|
76
|
-
|
|
59
|
+
source?: InvitationAttributesSchemaSourceEnum;
|
|
77
60
|
/**
|
|
78
61
|
*
|
|
79
|
-
* @type {
|
|
62
|
+
* @type {InvitationAttributesSchemaCounts}
|
|
80
63
|
* @memberof InvitationAttributesSchema
|
|
81
64
|
*/
|
|
82
|
-
|
|
65
|
+
counts?: InvitationAttributesSchemaCounts;
|
|
83
66
|
/**
|
|
84
67
|
*
|
|
85
68
|
* @type {string}
|
|
86
69
|
* @memberof InvitationAttributesSchema
|
|
87
70
|
*/
|
|
88
|
-
|
|
71
|
+
readonly createdBy?: string | null;
|
|
89
72
|
/**
|
|
90
73
|
*
|
|
91
74
|
* @type {ResourceTimestampsSchema}
|
|
@@ -97,22 +80,28 @@ export interface InvitationAttributesSchema {
|
|
|
97
80
|
* @export
|
|
98
81
|
*/
|
|
99
82
|
export declare const InvitationAttributesSchemaStatusEnum: {
|
|
100
|
-
readonly
|
|
101
|
-
readonly
|
|
102
|
-
readonly
|
|
103
|
-
readonly Applied: "applied";
|
|
104
|
-
readonly Declined: "declined";
|
|
105
|
-
readonly Expired: "expired";
|
|
106
|
-
readonly Failed: "failed";
|
|
83
|
+
readonly Draft: "draft";
|
|
84
|
+
readonly Active: "active";
|
|
85
|
+
readonly Closed: "closed";
|
|
107
86
|
};
|
|
108
87
|
export type InvitationAttributesSchemaStatusEnum = typeof InvitationAttributesSchemaStatusEnum[keyof typeof InvitationAttributesSchemaStatusEnum];
|
|
109
88
|
/**
|
|
110
89
|
* @export
|
|
111
90
|
*/
|
|
112
|
-
export declare const
|
|
91
|
+
export declare const InvitationAttributesSchemaChannelsEnum: {
|
|
113
92
|
readonly Email: "email";
|
|
93
|
+
readonly Sms: "sms";
|
|
94
|
+
readonly Call: "call";
|
|
95
|
+
};
|
|
96
|
+
export type InvitationAttributesSchemaChannelsEnum = typeof InvitationAttributesSchemaChannelsEnum[keyof typeof InvitationAttributesSchemaChannelsEnum];
|
|
97
|
+
/**
|
|
98
|
+
* @export
|
|
99
|
+
*/
|
|
100
|
+
export declare const InvitationAttributesSchemaSourceEnum: {
|
|
101
|
+
readonly Sourcing: "sourcing";
|
|
102
|
+
readonly Manual: "manual";
|
|
114
103
|
};
|
|
115
|
-
export type
|
|
104
|
+
export type InvitationAttributesSchemaSourceEnum = typeof InvitationAttributesSchemaSourceEnum[keyof typeof InvitationAttributesSchemaSourceEnum];
|
|
116
105
|
/**
|
|
117
106
|
* Check if a given object implements the InvitationAttributesSchema interface.
|
|
118
107
|
*/
|
|
@@ -120,5 +109,5 @@ export declare function instanceOfInvitationAttributesSchema(value: object): val
|
|
|
120
109
|
export declare function InvitationAttributesSchemaFromJSON(json: any): InvitationAttributesSchema;
|
|
121
110
|
export declare function InvitationAttributesSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationAttributesSchema;
|
|
122
111
|
export declare function InvitationAttributesSchemaToJSON(json: any): InvitationAttributesSchema;
|
|
123
|
-
export declare function InvitationAttributesSchemaToJSONTyped(value?: InvitationAttributesSchema | null, ignoreDiscriminator?: boolean): any;
|
|
112
|
+
export declare function InvitationAttributesSchemaToJSONTyped(value?: Omit<InvitationAttributesSchema, 'createdBy'> | null, ignoreDiscriminator?: boolean): any;
|
|
124
113
|
//# sourceMappingURL=InvitationAttributesSchema.d.ts.map
|
|
@@ -1 +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
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAO3F,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,sCAAsC,CAAC,CAAC;IACzD;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,MAAM,CAAC,EAAE,gCAAgC,CAAC;IAC1C;;;;OAIG;IACH,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC;;;;OAIG;IACH,UAAU,CAAC,EAAE,wBAAwB,CAAC;CACzC;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;CAIvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,sCAAsC;;;;CAIzC,CAAC;AACX,MAAM,MAAM,sCAAsC,GAAG,OAAO,sCAAsC,CAAC,MAAM,OAAO,sCAAsC,CAAC,CAAC;AAExJ;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;CAGvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAGlJ;;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,CAe3H;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,0BAA0B,CAEtF;AAED,wBAAgB,qCAAqC,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,0BAA0B,EAAE,WAAW,CAAC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAe7J"}
|
|
@@ -13,30 +13,36 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
16
|
+
exports.InvitationAttributesSchemaSourceEnum = exports.InvitationAttributesSchemaChannelsEnum = exports.InvitationAttributesSchemaStatusEnum = void 0;
|
|
17
17
|
exports.instanceOfInvitationAttributesSchema = instanceOfInvitationAttributesSchema;
|
|
18
18
|
exports.InvitationAttributesSchemaFromJSON = InvitationAttributesSchemaFromJSON;
|
|
19
19
|
exports.InvitationAttributesSchemaFromJSONTyped = InvitationAttributesSchemaFromJSONTyped;
|
|
20
20
|
exports.InvitationAttributesSchemaToJSON = InvitationAttributesSchemaToJSON;
|
|
21
21
|
exports.InvitationAttributesSchemaToJSONTyped = InvitationAttributesSchemaToJSONTyped;
|
|
22
|
+
const InvitationAttributesSchemaCounts_1 = require("./InvitationAttributesSchemaCounts");
|
|
22
23
|
const ResourceTimestampsSchema_1 = require("./ResourceTimestampsSchema");
|
|
23
24
|
/**
|
|
24
25
|
* @export
|
|
25
26
|
*/
|
|
26
27
|
exports.InvitationAttributesSchemaStatusEnum = {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
Applied: 'applied',
|
|
31
|
-
Declined: 'declined',
|
|
32
|
-
Expired: 'expired',
|
|
33
|
-
Failed: 'failed'
|
|
28
|
+
Draft: 'draft',
|
|
29
|
+
Active: 'active',
|
|
30
|
+
Closed: 'closed'
|
|
34
31
|
};
|
|
35
32
|
/**
|
|
36
33
|
* @export
|
|
37
34
|
*/
|
|
38
|
-
exports.
|
|
39
|
-
Email: 'email'
|
|
35
|
+
exports.InvitationAttributesSchemaChannelsEnum = {
|
|
36
|
+
Email: 'email',
|
|
37
|
+
Sms: 'sms',
|
|
38
|
+
Call: 'call'
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* @export
|
|
42
|
+
*/
|
|
43
|
+
exports.InvitationAttributesSchemaSourceEnum = {
|
|
44
|
+
Sourcing: 'sourcing',
|
|
45
|
+
Manual: 'manual'
|
|
40
46
|
};
|
|
41
47
|
/**
|
|
42
48
|
* Check if a given object implements the InvitationAttributesSchema interface.
|
|
@@ -53,16 +59,12 @@ function InvitationAttributesSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
59
|
}
|
|
54
60
|
return {
|
|
55
61
|
'status': json['status'] == null ? undefined : json['status'],
|
|
56
|
-
'
|
|
62
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
63
|
+
'channels': json['channels'] == null ? undefined : json['channels'],
|
|
57
64
|
'languageCode': json['languageCode'] == null ? undefined : json['languageCode'],
|
|
58
|
-
'
|
|
59
|
-
'
|
|
60
|
-
'
|
|
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'],
|
|
65
|
+
'source': json['source'] == null ? undefined : json['source'],
|
|
66
|
+
'counts': json['counts'] == null ? undefined : (0, InvitationAttributesSchemaCounts_1.InvitationAttributesSchemaCountsFromJSON)(json['counts']),
|
|
67
|
+
'createdBy': json['createdBy'] == null ? undefined : json['createdBy'],
|
|
66
68
|
'timestamps': json['timestamps'] == null ? undefined : (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaFromJSON)(json['timestamps']),
|
|
67
69
|
};
|
|
68
70
|
}
|
|
@@ -75,16 +77,11 @@ function InvitationAttributesSchemaToJSONTyped(value, ignoreDiscriminator = fals
|
|
|
75
77
|
}
|
|
76
78
|
return {
|
|
77
79
|
'status': value['status'],
|
|
78
|
-
'
|
|
80
|
+
'name': value['name'],
|
|
81
|
+
'channels': value['channels'],
|
|
79
82
|
'languageCode': value['languageCode'],
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'applyUrl': value['applyUrl'],
|
|
83
|
-
'sentAt': value['sentAt'],
|
|
84
|
-
'appliedAt': value['appliedAt'],
|
|
85
|
-
'declinedAt': value['declinedAt'],
|
|
86
|
-
'expiresAt': value['expiresAt'],
|
|
87
|
-
'invitedByUserId': value['invitedByUserId'],
|
|
83
|
+
'source': value['source'],
|
|
84
|
+
'counts': (0, InvitationAttributesSchemaCounts_1.InvitationAttributesSchemaCountsToJSON)(value['counts']),
|
|
88
85
|
'timestamps': (0, ResourceTimestampsSchema_1.ResourceTimestampsSchemaToJSON)(value['timestamps']),
|
|
89
86
|
};
|
|
90
87
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchema.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,81 @@
|
|
|
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
|
+
* The people of the list by state (computed from the people, never stored).
|
|
14
|
+
* @export
|
|
15
|
+
* @interface InvitationAttributesSchemaCounts
|
|
16
|
+
*/
|
|
17
|
+
export interface InvitationAttributesSchemaCounts {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
22
|
+
*/
|
|
23
|
+
added?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
28
|
+
*/
|
|
29
|
+
queued?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
34
|
+
*/
|
|
35
|
+
sending?: number;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {number}
|
|
39
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
40
|
+
*/
|
|
41
|
+
sent?: number;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
46
|
+
*/
|
|
47
|
+
opened?: number;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {number}
|
|
51
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
52
|
+
*/
|
|
53
|
+
applied?: number;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
* @type {number}
|
|
57
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
58
|
+
*/
|
|
59
|
+
declined?: number;
|
|
60
|
+
/**
|
|
61
|
+
*
|
|
62
|
+
* @type {number}
|
|
63
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
64
|
+
*/
|
|
65
|
+
expired?: number;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
* @type {number}
|
|
69
|
+
* @memberof InvitationAttributesSchemaCounts
|
|
70
|
+
*/
|
|
71
|
+
failed?: number;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Check if a given object implements the InvitationAttributesSchemaCounts interface.
|
|
75
|
+
*/
|
|
76
|
+
export declare function instanceOfInvitationAttributesSchemaCounts(value: object): value is InvitationAttributesSchemaCounts;
|
|
77
|
+
export declare function InvitationAttributesSchemaCountsFromJSON(json: any): InvitationAttributesSchemaCounts;
|
|
78
|
+
export declare function InvitationAttributesSchemaCountsFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationAttributesSchemaCounts;
|
|
79
|
+
export declare function InvitationAttributesSchemaCountsToJSON(json: any): InvitationAttributesSchemaCounts;
|
|
80
|
+
export declare function InvitationAttributesSchemaCountsToJSONTyped(value?: InvitationAttributesSchemaCounts | null, ignoreDiscriminator?: boolean): any;
|
|
81
|
+
//# sourceMappingURL=InvitationAttributesSchemaCounts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchemaCounts.d.ts","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchemaCounts.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAgBvI;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAElG;AAED,wBAAgB,2CAA2C,CAAC,KAAK,CAAC,EAAE,gCAAgC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAiBtJ"}
|
|
@@ -0,0 +1,65 @@
|
|
|
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.instanceOfInvitationAttributesSchemaCounts = instanceOfInvitationAttributesSchemaCounts;
|
|
17
|
+
exports.InvitationAttributesSchemaCountsFromJSON = InvitationAttributesSchemaCountsFromJSON;
|
|
18
|
+
exports.InvitationAttributesSchemaCountsFromJSONTyped = InvitationAttributesSchemaCountsFromJSONTyped;
|
|
19
|
+
exports.InvitationAttributesSchemaCountsToJSON = InvitationAttributesSchemaCountsToJSON;
|
|
20
|
+
exports.InvitationAttributesSchemaCountsToJSONTyped = InvitationAttributesSchemaCountsToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the InvitationAttributesSchemaCounts interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfInvitationAttributesSchemaCounts(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function InvitationAttributesSchemaCountsFromJSON(json) {
|
|
28
|
+
return InvitationAttributesSchemaCountsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function InvitationAttributesSchemaCountsFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'added': json['added'] == null ? undefined : json['added'],
|
|
36
|
+
'queued': json['queued'] == null ? undefined : json['queued'],
|
|
37
|
+
'sending': json['sending'] == null ? undefined : json['sending'],
|
|
38
|
+
'sent': json['sent'] == null ? undefined : json['sent'],
|
|
39
|
+
'opened': json['opened'] == null ? undefined : json['opened'],
|
|
40
|
+
'applied': json['applied'] == null ? undefined : json['applied'],
|
|
41
|
+
'declined': json['declined'] == null ? undefined : json['declined'],
|
|
42
|
+
'expired': json['expired'] == null ? undefined : json['expired'],
|
|
43
|
+
'failed': json['failed'] == null ? undefined : json['failed'],
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
function InvitationAttributesSchemaCountsToJSON(json) {
|
|
47
|
+
return InvitationAttributesSchemaCountsToJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
function InvitationAttributesSchemaCountsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'added': value['added'],
|
|
55
|
+
'queued': value['queued'],
|
|
56
|
+
'sending': value['sending'],
|
|
57
|
+
'sent': value['sent'],
|
|
58
|
+
'opened': value['opened'],
|
|
59
|
+
'applied': value['applied'],
|
|
60
|
+
'declined': value['declined'],
|
|
61
|
+
'expired': value['expired'],
|
|
62
|
+
'failed': value['failed'],
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
//# sourceMappingURL=InvitationAttributesSchemaCounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationAttributesSchemaCounts.js","sourceRoot":"","sources":["../../src/models/InvitationAttributesSchemaCounts.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAoEH,gGAEC;AAED,4FAEC;AAED,sGAgBC;AAED,wFAEC;AAED,kGAiBC;AAlDD;;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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC;QAC1D,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;QAC7D,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,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,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,UAAU,EAAE,IAAI,CAAC,UAAU,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC;QACnE,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC;KAChE,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,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC;QACvB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;QACzB,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC;QAC7B,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,QAAQ,EAAE,KAAK,CAAC,QAAQ,CAAC;KAC5B,CAAC;AACN,CAAC"}
|
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* https://openapi-generator.tech
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
|
-
import type { InvitationRelationshipsCandidateSchema } from './InvitationRelationshipsCandidateSchema';
|
|
13
12
|
import type { InvitationRelationshipsTaskSchema } from './InvitationRelationshipsTaskSchema';
|
|
14
|
-
import type {
|
|
15
|
-
import type { InvitationRelationshipsEmailSchema } from './InvitationRelationshipsEmailSchema';
|
|
13
|
+
import type { InvitationRelationshipsTalentsSchema } from './InvitationRelationshipsTalentsSchema';
|
|
16
14
|
import type { InvitationRelationshipsJobSchema } from './InvitationRelationshipsJobSchema';
|
|
17
15
|
/**
|
|
18
16
|
*
|
|
@@ -20,12 +18,6 @@ import type { InvitationRelationshipsJobSchema } from './InvitationRelationships
|
|
|
20
18
|
* @interface InvitationRelationshipsSchema
|
|
21
19
|
*/
|
|
22
20
|
export interface InvitationRelationshipsSchema {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {InvitationRelationshipsTalentSchema}
|
|
26
|
-
* @memberof InvitationRelationshipsSchema
|
|
27
|
-
*/
|
|
28
|
-
talent?: InvitationRelationshipsTalentSchema;
|
|
29
21
|
/**
|
|
30
22
|
*
|
|
31
23
|
* @type {InvitationRelationshipsJobSchema}
|
|
@@ -40,16 +32,10 @@ export interface InvitationRelationshipsSchema {
|
|
|
40
32
|
task?: InvitationRelationshipsTaskSchema;
|
|
41
33
|
/**
|
|
42
34
|
*
|
|
43
|
-
* @type {
|
|
44
|
-
* @memberof InvitationRelationshipsSchema
|
|
45
|
-
*/
|
|
46
|
-
email?: InvitationRelationshipsEmailSchema;
|
|
47
|
-
/**
|
|
48
|
-
*
|
|
49
|
-
* @type {InvitationRelationshipsCandidateSchema}
|
|
35
|
+
* @type {InvitationRelationshipsTalentsSchema}
|
|
50
36
|
* @memberof InvitationRelationshipsSchema
|
|
51
37
|
*/
|
|
52
|
-
|
|
38
|
+
talents?: InvitationRelationshipsTalentsSchema;
|
|
53
39
|
}
|
|
54
40
|
/**
|
|
55
41
|
* Check if a given object implements the InvitationRelationshipsSchema interface.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAOnG,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,GAAG,CAAC,EAAE,gCAAgC,CAAC;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,oCAAoC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAUjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWhJ"}
|
|
@@ -18,10 +18,8 @@ exports.InvitationRelationshipsSchemaFromJSON = InvitationRelationshipsSchemaFro
|
|
|
18
18
|
exports.InvitationRelationshipsSchemaFromJSONTyped = InvitationRelationshipsSchemaFromJSONTyped;
|
|
19
19
|
exports.InvitationRelationshipsSchemaToJSON = InvitationRelationshipsSchemaToJSON;
|
|
20
20
|
exports.InvitationRelationshipsSchemaToJSONTyped = InvitationRelationshipsSchemaToJSONTyped;
|
|
21
|
-
const InvitationRelationshipsCandidateSchema_1 = require("./InvitationRelationshipsCandidateSchema");
|
|
22
21
|
const InvitationRelationshipsTaskSchema_1 = require("./InvitationRelationshipsTaskSchema");
|
|
23
|
-
const
|
|
24
|
-
const InvitationRelationshipsEmailSchema_1 = require("./InvitationRelationshipsEmailSchema");
|
|
22
|
+
const InvitationRelationshipsTalentsSchema_1 = require("./InvitationRelationshipsTalentsSchema");
|
|
25
23
|
const InvitationRelationshipsJobSchema_1 = require("./InvitationRelationshipsJobSchema");
|
|
26
24
|
/**
|
|
27
25
|
* Check if a given object implements the InvitationRelationshipsSchema interface.
|
|
@@ -37,11 +35,9 @@ function InvitationRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
37
35
|
return json;
|
|
38
36
|
}
|
|
39
37
|
return {
|
|
40
|
-
'talent': json['talent'] == null ? undefined : (0, InvitationRelationshipsTalentSchema_1.InvitationRelationshipsTalentSchemaFromJSON)(json['talent']),
|
|
41
38
|
'job': json['job'] == null ? undefined : (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaFromJSON)(json['job']),
|
|
42
39
|
'task': json['task'] == null ? undefined : (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaFromJSON)(json['task']),
|
|
43
|
-
'
|
|
44
|
-
'candidate': json['candidate'] == null ? undefined : (0, InvitationRelationshipsCandidateSchema_1.InvitationRelationshipsCandidateSchemaFromJSON)(json['candidate']),
|
|
40
|
+
'talents': json['talents'] == null ? undefined : (0, InvitationRelationshipsTalentsSchema_1.InvitationRelationshipsTalentsSchemaFromJSON)(json['talents']),
|
|
45
41
|
};
|
|
46
42
|
}
|
|
47
43
|
function InvitationRelationshipsSchemaToJSON(json) {
|
|
@@ -52,11 +48,9 @@ function InvitationRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = f
|
|
|
52
48
|
return value;
|
|
53
49
|
}
|
|
54
50
|
return {
|
|
55
|
-
'talent': (0, InvitationRelationshipsTalentSchema_1.InvitationRelationshipsTalentSchemaToJSON)(value['talent']),
|
|
56
51
|
'job': (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaToJSON)(value['job']),
|
|
57
52
|
'task': (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaToJSON)(value['task']),
|
|
58
|
-
'
|
|
59
|
-
'candidate': (0, InvitationRelationshipsCandidateSchema_1.InvitationRelationshipsCandidateSchemaToJSON)(value['candidate']),
|
|
53
|
+
'talents': (0, InvitationRelationshipsTalentsSchema_1.InvitationRelationshipsTalentsSchemaToJSON)(value['talents']),
|
|
60
54
|
};
|
|
61
55
|
}
|
|
62
56
|
//# sourceMappingURL=InvitationRelationshipsSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,0FAEC;AAED,sFAEC;AAED,gGAUC;AAED,kFAEC;AAED,4FAWC;AArFD,2FAK6C;AAE7C,iGAKgD;AAEhD,yFAK4C;AA4B5C;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC9F,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAClG,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACjH,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3D,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9D,SAAS,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KAC1E,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 { InvitationTalentIdentifierSchema } from './InvitationTalentIdentifierSchema';
|
|
13
|
+
/**
|
|
14
|
+
* The people on the list, in the order they were added; present on a show, absent on a list.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationRelationshipsTalentsSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationRelationshipsTalentsSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {Array<InvitationTalentIdentifierSchema>}
|
|
22
|
+
* @memberof InvitationRelationshipsTalentsSchema
|
|
23
|
+
*/
|
|
24
|
+
data?: Array<InvitationTalentIdentifierSchema>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the InvitationRelationshipsTalentsSchema interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfInvitationRelationshipsTalentsSchema(value: object): value is InvitationRelationshipsTalentsSchema;
|
|
30
|
+
export declare function InvitationRelationshipsTalentsSchemaFromJSON(json: any): InvitationRelationshipsTalentsSchema;
|
|
31
|
+
export declare function InvitationRelationshipsTalentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTalentsSchema;
|
|
32
|
+
export declare function InvitationRelationshipsTalentsSchemaToJSON(json: any): InvitationRelationshipsTalentsSchema;
|
|
33
|
+
export declare function InvitationRelationshipsTalentsSchemaToJSONTyped(value?: InvitationRelationshipsTalentsSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=InvitationRelationshipsTalentsSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsTalentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfInvitationRelationshipsTalentsSchema = instanceOfInvitationRelationshipsTalentsSchema;
|
|
17
|
+
exports.InvitationRelationshipsTalentsSchemaFromJSON = InvitationRelationshipsTalentsSchemaFromJSON;
|
|
18
|
+
exports.InvitationRelationshipsTalentsSchemaFromJSONTyped = InvitationRelationshipsTalentsSchemaFromJSONTyped;
|
|
19
|
+
exports.InvitationRelationshipsTalentsSchemaToJSON = InvitationRelationshipsTalentsSchemaToJSON;
|
|
20
|
+
exports.InvitationRelationshipsTalentsSchemaToJSONTyped = InvitationRelationshipsTalentsSchemaToJSONTyped;
|
|
21
|
+
const InvitationTalentIdentifierSchema_1 = require("./InvitationTalentIdentifierSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the InvitationRelationshipsTalentsSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfInvitationRelationshipsTalentsSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function InvitationRelationshipsTalentsSchemaFromJSON(json) {
|
|
29
|
+
return InvitationRelationshipsTalentsSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function InvitationRelationshipsTalentsSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'data': json['data'] == null ? undefined : (json['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function InvitationRelationshipsTalentsSchemaToJSON(json) {
|
|
40
|
+
return InvitationRelationshipsTalentsSchemaToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function InvitationRelationshipsTalentsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'data': value['data'] == null ? undefined : (value['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaToJSON)),
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=InvitationRelationshipsTalentsSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationRelationshipsTalentsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2EAAwC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yEAAsC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC"}
|