@smartytalent/api-client 0.9.25 → 0.9.27
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/InvitationMemberMetaSchema.d.ts +135 -0
- package/dist/models/InvitationMemberMetaSchema.d.ts.map +1 -0
- package/dist/models/InvitationMemberMetaSchema.js +98 -0
- package/dist/models/InvitationMemberMetaSchema.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/InvitationResourceMetaSchema.d.ts +35 -0
- package/dist/models/InvitationResourceMetaSchema.d.ts.map +1 -0
- package/dist/models/InvitationResourceMetaSchema.js +52 -0
- package/dist/models/InvitationResourceMetaSchema.js.map +1 -0
- package/dist/models/InvitationResourceSchema.d.ts +3 -4
- package/dist/models/InvitationResourceSchema.d.ts.map +1 -1
- package/dist/models/InvitationResourceSchema.js +3 -2
- package/dist/models/InvitationResourceSchema.js.map +1 -1
- 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 +14 -6
- package/dist/models/index.d.ts.map +1 -1
- package/dist/models/index.js +14 -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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationMemberMetaSchema.js","sourceRoot":"","sources":["../../src/models/InvitationMemberMetaSchema.ts"],"names":[],"mappings":"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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 { InvitationMemberMetaSchema } from './InvitationMemberMetaSchema';
|
|
13
|
+
/**
|
|
14
|
+
* The rows of `GET /v1/invitations?filterTalentId=` carry that person's own entry as `member` ("invited to <job> on <date>" in one call); a show and the other list filters carry no `member`.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationResourceMetaSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationResourceMetaSchema {
|
|
19
|
+
[key: string]: any | any;
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {InvitationMemberMetaSchema}
|
|
23
|
+
* @memberof InvitationResourceMetaSchema
|
|
24
|
+
*/
|
|
25
|
+
member?: InvitationMemberMetaSchema;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Check if a given object implements the InvitationResourceMetaSchema interface.
|
|
29
|
+
*/
|
|
30
|
+
export declare function instanceOfInvitationResourceMetaSchema(value: object): value is InvitationResourceMetaSchema;
|
|
31
|
+
export declare function InvitationResourceMetaSchemaFromJSON(json: any): InvitationResourceMetaSchema;
|
|
32
|
+
export declare function InvitationResourceMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationResourceMetaSchema;
|
|
33
|
+
export declare function InvitationResourceMetaSchemaToJSON(json: any): InvitationResourceMetaSchema;
|
|
34
|
+
export declare function InvitationResourceMetaSchemaToJSONTyped(value?: InvitationResourceMetaSchema | null, ignoreDiscriminator?: boolean): any;
|
|
35
|
+
//# sourceMappingURL=InvitationResourceMetaSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationResourceMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationResourceMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG,GAAG,CAAC;IACzB;;;;OAIG;IACH,MAAM,CAAC,EAAE,0BAA0B,CAAC;CACvC;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAE3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAS/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9I"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* SmartyMeet Dev03 API REST
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.1
|
|
9
|
+
* Contact: developer@smartymeet.com
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.instanceOfInvitationResourceMetaSchema = instanceOfInvitationResourceMetaSchema;
|
|
17
|
+
exports.InvitationResourceMetaSchemaFromJSON = InvitationResourceMetaSchemaFromJSON;
|
|
18
|
+
exports.InvitationResourceMetaSchemaFromJSONTyped = InvitationResourceMetaSchemaFromJSONTyped;
|
|
19
|
+
exports.InvitationResourceMetaSchemaToJSON = InvitationResourceMetaSchemaToJSON;
|
|
20
|
+
exports.InvitationResourceMetaSchemaToJSONTyped = InvitationResourceMetaSchemaToJSONTyped;
|
|
21
|
+
const InvitationMemberMetaSchema_1 = require("./InvitationMemberMetaSchema");
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the InvitationResourceMetaSchema interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfInvitationResourceMetaSchema(value) {
|
|
26
|
+
return true;
|
|
27
|
+
}
|
|
28
|
+
function InvitationResourceMetaSchemaFromJSON(json) {
|
|
29
|
+
return InvitationResourceMetaSchemaFromJSONTyped(json, false);
|
|
30
|
+
}
|
|
31
|
+
function InvitationResourceMetaSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
...json,
|
|
37
|
+
'member': json['member'] == null ? undefined : (0, InvitationMemberMetaSchema_1.InvitationMemberMetaSchemaFromJSON)(json['member']),
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function InvitationResourceMetaSchemaToJSON(json) {
|
|
41
|
+
return InvitationResourceMetaSchemaToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function InvitationResourceMetaSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
...value,
|
|
49
|
+
'member': (0, InvitationMemberMetaSchema_1.InvitationMemberMetaSchemaToJSON)(value['member']),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
//# sourceMappingURL=InvitationResourceMetaSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationResourceMetaSchema.js","sourceRoot":"","sources":["../../src/models/InvitationResourceMetaSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA6BH,wFAEC;AAED,oFAEC;AAED,8FASC;AAED,gFAEC;AAED,0FAUC;AA1DD,6EAKsC;AAiBtC;;GAEG;AACH,SAAgB,sCAAsC,CAAC,KAAa;IAChE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,oCAAoC,CAAC,IAAS;IAC1D,OAAO,yCAAyC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAClE,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS,EAAE,mBAA4B;IAC7F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEC,GAAG,IAAI;QACX,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;KACpG,CAAC;AACN,CAAC;AAED,SAAgB,kCAAkC,CAAC,IAAS;IACxD,OAAO,uCAAuC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChE,CAAC;AAED,SAAgB,uCAAuC,CAAC,KAA2C,EAAE,sBAA+B,KAAK;IACrI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEC,GAAG,KAAK;QACZ,QAAQ,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;KAC9D,CAAC;AACN,CAAC"}
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
import type { InvitationAttributesSchema } from './InvitationAttributesSchema';
|
|
13
13
|
import type { InvitationRelationshipsSchema } from './InvitationRelationshipsSchema';
|
|
14
14
|
import type { ResourceLinksSchema } from './ResourceLinksSchema';
|
|
15
|
+
import type { InvitationResourceMetaSchema } from './InvitationResourceMetaSchema';
|
|
15
16
|
/**
|
|
16
17
|
*
|
|
17
18
|
* @export
|
|
@@ -50,12 +51,10 @@ export interface InvitationResourceSchema {
|
|
|
50
51
|
links?: ResourceLinksSchema;
|
|
51
52
|
/**
|
|
52
53
|
*
|
|
53
|
-
* @type {
|
|
54
|
+
* @type {InvitationResourceMetaSchema}
|
|
54
55
|
* @memberof InvitationResourceSchema
|
|
55
56
|
*/
|
|
56
|
-
meta?:
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
};
|
|
57
|
+
meta?: InvitationResourceMetaSchema;
|
|
59
58
|
}
|
|
60
59
|
/**
|
|
61
60
|
* @export
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"InvitationResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAQnF;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,EAAE,gCAAgC,CAAC;IACvC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,0BAA0B,CAAC;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,4BAA4B,CAAC;CACvC;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;CAEnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAKnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAavH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CActI"}
|
|
@@ -22,6 +22,7 @@ exports.InvitationResourceSchemaToJSONTyped = InvitationResourceSchemaToJSONType
|
|
|
22
22
|
const InvitationAttributesSchema_1 = require("./InvitationAttributesSchema");
|
|
23
23
|
const InvitationRelationshipsSchema_1 = require("./InvitationRelationshipsSchema");
|
|
24
24
|
const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
|
|
25
|
+
const InvitationResourceMetaSchema_1 = require("./InvitationResourceMetaSchema");
|
|
25
26
|
/**
|
|
26
27
|
* @export
|
|
27
28
|
*/
|
|
@@ -53,7 +54,7 @@ function InvitationResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
53
54
|
'attributes': (0, InvitationAttributesSchema_1.InvitationAttributesSchemaFromJSON)(json['attributes']),
|
|
54
55
|
'relationships': json['relationships'] == null ? undefined : (0, InvitationRelationshipsSchema_1.InvitationRelationshipsSchemaFromJSON)(json['relationships']),
|
|
55
56
|
'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
|
|
56
|
-
'meta': json['meta'] == null ? undefined : json['meta'],
|
|
57
|
+
'meta': json['meta'] == null ? undefined : (0, InvitationResourceMetaSchema_1.InvitationResourceMetaSchemaFromJSON)(json['meta']),
|
|
57
58
|
};
|
|
58
59
|
}
|
|
59
60
|
function InvitationResourceSchemaToJSON(json) {
|
|
@@ -69,7 +70,7 @@ function InvitationResourceSchemaToJSONTyped(value, ignoreDiscriminator = false)
|
|
|
69
70
|
'attributes': (0, InvitationAttributesSchema_1.InvitationAttributesSchemaToJSON)(value['attributes']),
|
|
70
71
|
'relationships': (0, InvitationRelationshipsSchema_1.InvitationRelationshipsSchemaToJSON)(value['relationships']),
|
|
71
72
|
'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
|
|
72
|
-
'meta': value['meta'],
|
|
73
|
+
'meta': (0, InvitationResourceMetaSchema_1.InvitationResourceMetaSchemaToJSON)(value['meta']),
|
|
73
74
|
};
|
|
74
75
|
}
|
|
75
76
|
//# sourceMappingURL=InvitationResourceSchema.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationResourceSchema.js","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;
|
|
1
|
+
{"version":3,"file":"InvitationResourceSchema.js","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAyFH,gFAKC;AAED,4EAEC;AAED,sFAaC;AAED,wEAEC;AAED,kFAcC;AAjID,6EAKsC;AAEtC,mFAKyC;AAEzC,+DAK+B;AAE/B,iFAKwC;AA+CxC;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,WAAW,EAAE,aAAa;CACpB,CAAC;AAIX;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,+DAAkC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACzH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mEAAoC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAChG,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,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;QACjB,YAAY,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnE,eAAe,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC5E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,IAAA,iEAAkC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC5D,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
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 { InvitationTalentMetaSchema } from './InvitationTalentMetaSchema';
|
|
13
|
+
/**
|
|
14
|
+
* A person on the list - a JSON:API resource identifier with the membership state as meta.
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InvitationTalentIdentifierSchema
|
|
17
|
+
*/
|
|
18
|
+
export interface InvitationTalentIdentifierSchema {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {InvitationTalentIdentifierSchemaTypeEnum}
|
|
22
|
+
* @memberof InvitationTalentIdentifierSchema
|
|
23
|
+
*/
|
|
24
|
+
type?: InvitationTalentIdentifierSchemaTypeEnum;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InvitationTalentIdentifierSchema
|
|
29
|
+
*/
|
|
30
|
+
id?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {InvitationTalentMetaSchema}
|
|
34
|
+
* @memberof InvitationTalentIdentifierSchema
|
|
35
|
+
*/
|
|
36
|
+
meta?: InvitationTalentMetaSchema;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @export
|
|
40
|
+
*/
|
|
41
|
+
export declare const InvitationTalentIdentifierSchemaTypeEnum: {
|
|
42
|
+
readonly Talents: "talents";
|
|
43
|
+
};
|
|
44
|
+
export type InvitationTalentIdentifierSchemaTypeEnum = typeof InvitationTalentIdentifierSchemaTypeEnum[keyof typeof InvitationTalentIdentifierSchemaTypeEnum];
|
|
45
|
+
/**
|
|
46
|
+
* Check if a given object implements the InvitationTalentIdentifierSchema interface.
|
|
47
|
+
*/
|
|
48
|
+
export declare function instanceOfInvitationTalentIdentifierSchema(value: object): value is InvitationTalentIdentifierSchema;
|
|
49
|
+
export declare function InvitationTalentIdentifierSchemaFromJSON(json: any): InvitationTalentIdentifierSchema;
|
|
50
|
+
export declare function InvitationTalentIdentifierSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentIdentifierSchema;
|
|
51
|
+
export declare function InvitationTalentIdentifierSchemaToJSON(json: any): InvitationTalentIdentifierSchema;
|
|
52
|
+
export declare function InvitationTalentIdentifierSchemaToJSONTyped(value?: InvitationTalentIdentifierSchema | null, ignoreDiscriminator?: boolean): any;
|
|
53
|
+
//# sourceMappingURL=InvitationTalentIdentifierSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationTalentIdentifierSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAQ/E;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,wCAAwC,CAAC;IAChD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,CAAC,EAAE,0BAA0B,CAAC;CACrC;AAGD;;GAEG;AACH,eAAO,MAAM,wCAAwC;;CAE3C,CAAC;AACX,MAAM,MAAM,wCAAwC,GAAG,OAAO,wCAAwC,CAAC,MAAM,OAAO,wCAAwC,CAAC,CAAC;AAG9J;;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,CAUvI;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,CAWtJ"}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.InvitationTalentIdentifierSchemaTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfInvitationTalentIdentifierSchema = instanceOfInvitationTalentIdentifierSchema;
|
|
18
|
+
exports.InvitationTalentIdentifierSchemaFromJSON = InvitationTalentIdentifierSchemaFromJSON;
|
|
19
|
+
exports.InvitationTalentIdentifierSchemaFromJSONTyped = InvitationTalentIdentifierSchemaFromJSONTyped;
|
|
20
|
+
exports.InvitationTalentIdentifierSchemaToJSON = InvitationTalentIdentifierSchemaToJSON;
|
|
21
|
+
exports.InvitationTalentIdentifierSchemaToJSONTyped = InvitationTalentIdentifierSchemaToJSONTyped;
|
|
22
|
+
const InvitationTalentMetaSchema_1 = require("./InvitationTalentMetaSchema");
|
|
23
|
+
/**
|
|
24
|
+
* @export
|
|
25
|
+
*/
|
|
26
|
+
exports.InvitationTalentIdentifierSchemaTypeEnum = {
|
|
27
|
+
Talents: 'talents'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the InvitationTalentIdentifierSchema interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfInvitationTalentIdentifierSchema(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function InvitationTalentIdentifierSchemaFromJSON(json) {
|
|
36
|
+
return InvitationTalentIdentifierSchemaFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function InvitationTalentIdentifierSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
44
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
45
|
+
'meta': json['meta'] == null ? undefined : (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaFromJSON)(json['meta']),
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function InvitationTalentIdentifierSchemaToJSON(json) {
|
|
49
|
+
return InvitationTalentIdentifierSchemaToJSONTyped(json, false);
|
|
50
|
+
}
|
|
51
|
+
function InvitationTalentIdentifierSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'type': value['type'],
|
|
57
|
+
'id': value['id'],
|
|
58
|
+
'meta': (0, InvitationTalentMetaSchema_1.InvitationTalentMetaSchemaToJSON)(value['meta']),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
//# sourceMappingURL=InvitationTalentIdentifierSchema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationTalentIdentifierSchema.js","sourceRoot":"","sources":["../../src/models/InvitationTalentIdentifierSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkDH,gGAEC;AAED,4FAEC;AAED,sGAUC;AAED,wFAEC;AAED,kGAWC;AAjFD,6EAKsC;AA6BtC;;GAEG;AACU,QAAA,wCAAwC,GAAG;IACpD,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,0CAA0C,CAAC,KAAa;IACpE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS,EAAE,mBAA4B;IACjG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;QACjD,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+DAAkC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9F,CAAC;AACN,CAAC;AAED,SAAgB,sCAAsC,CAAC,IAAS;IAC5D,OAAO,2CAA2C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpE,CAAC;AAED,SAAgB,2CAA2C,CAAC,KAA+C,EAAE,sBAA+B,KAAK;IAC7I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,MAAM,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1D,CAAC;AACN,CAAC"}
|
|
@@ -0,0 +1,133 @@
|
|
|
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 state of one person on the list: `added` (not contacted yet), `queued` (handed to
|
|
14
|
+
* the send workflow by an activation or as a newcomer on an active list), `sending` (claimed
|
|
15
|
+
* by one run of the send action), `sent`, `opened`, `applied` (the person applied to the
|
|
16
|
+
* job, `candidateId` set), `declined`, `expired`, `failed` (`failedReason`: no consent, no
|
|
17
|
+
* address, invited to this job in the last 30 days, channel not available, bounce).
|
|
18
|
+
* @export
|
|
19
|
+
* @interface InvitationTalentMetaSchema
|
|
20
|
+
*/
|
|
21
|
+
export interface InvitationTalentMetaSchema {
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
* @type {InvitationTalentMetaSchemaStatusEnum}
|
|
25
|
+
* @memberof InvitationTalentMetaSchema
|
|
26
|
+
*/
|
|
27
|
+
status?: InvitationTalentMetaSchemaStatusEnum;
|
|
28
|
+
/**
|
|
29
|
+
*
|
|
30
|
+
* @type {InvitationTalentMetaSchemaChannelEnum}
|
|
31
|
+
* @memberof InvitationTalentMetaSchema
|
|
32
|
+
*/
|
|
33
|
+
channel?: InvitationTalentMetaSchemaChannelEnum | null;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
* @type {string}
|
|
37
|
+
* @memberof InvitationTalentMetaSchema
|
|
38
|
+
*/
|
|
39
|
+
addedAt?: string | null;
|
|
40
|
+
/**
|
|
41
|
+
* When the send action claimed the person (`sending`); a claim older than 5 minutes belongs to a run that never finished and is taken over by the next send run.
|
|
42
|
+
* @type {string}
|
|
43
|
+
* @memberof InvitationTalentMetaSchema
|
|
44
|
+
*/
|
|
45
|
+
claimedAt?: string | null;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @type {string}
|
|
49
|
+
* @memberof InvitationTalentMetaSchema
|
|
50
|
+
*/
|
|
51
|
+
sentAt?: string | null;
|
|
52
|
+
/**
|
|
53
|
+
*
|
|
54
|
+
* @type {string}
|
|
55
|
+
* @memberof InvitationTalentMetaSchema
|
|
56
|
+
*/
|
|
57
|
+
openedAt?: string | null;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
* @type {string}
|
|
61
|
+
* @memberof InvitationTalentMetaSchema
|
|
62
|
+
*/
|
|
63
|
+
appliedAt?: string | null;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @type {string}
|
|
67
|
+
* @memberof InvitationTalentMetaSchema
|
|
68
|
+
*/
|
|
69
|
+
declinedAt?: string | null;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @type {string}
|
|
73
|
+
* @memberof InvitationTalentMetaSchema
|
|
74
|
+
*/
|
|
75
|
+
failedAt?: string | null;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @type {string}
|
|
79
|
+
* @memberof InvitationTalentMetaSchema
|
|
80
|
+
*/
|
|
81
|
+
failedReason?: string | null;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
* @type {string}
|
|
85
|
+
* @memberof InvitationTalentMetaSchema
|
|
86
|
+
*/
|
|
87
|
+
emailId?: string | null;
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @type {string}
|
|
91
|
+
* @memberof InvitationTalentMetaSchema
|
|
92
|
+
*/
|
|
93
|
+
candidateId?: string | null;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
* @type {string}
|
|
97
|
+
* @memberof InvitationTalentMetaSchema
|
|
98
|
+
*/
|
|
99
|
+
expiresAt?: string | null;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* @export
|
|
103
|
+
*/
|
|
104
|
+
export declare const InvitationTalentMetaSchemaStatusEnum: {
|
|
105
|
+
readonly Added: "added";
|
|
106
|
+
readonly Queued: "queued";
|
|
107
|
+
readonly Sending: "sending";
|
|
108
|
+
readonly Sent: "sent";
|
|
109
|
+
readonly Opened: "opened";
|
|
110
|
+
readonly Applied: "applied";
|
|
111
|
+
readonly Declined: "declined";
|
|
112
|
+
readonly Expired: "expired";
|
|
113
|
+
readonly Failed: "failed";
|
|
114
|
+
};
|
|
115
|
+
export type InvitationTalentMetaSchemaStatusEnum = typeof InvitationTalentMetaSchemaStatusEnum[keyof typeof InvitationTalentMetaSchemaStatusEnum];
|
|
116
|
+
/**
|
|
117
|
+
* @export
|
|
118
|
+
*/
|
|
119
|
+
export declare const InvitationTalentMetaSchemaChannelEnum: {
|
|
120
|
+
readonly Email: "email";
|
|
121
|
+
readonly Sms: "sms";
|
|
122
|
+
readonly Call: "call";
|
|
123
|
+
};
|
|
124
|
+
export type InvitationTalentMetaSchemaChannelEnum = typeof InvitationTalentMetaSchemaChannelEnum[keyof typeof InvitationTalentMetaSchemaChannelEnum];
|
|
125
|
+
/**
|
|
126
|
+
* Check if a given object implements the InvitationTalentMetaSchema interface.
|
|
127
|
+
*/
|
|
128
|
+
export declare function instanceOfInvitationTalentMetaSchema(value: object): value is InvitationTalentMetaSchema;
|
|
129
|
+
export declare function InvitationTalentMetaSchemaFromJSON(json: any): InvitationTalentMetaSchema;
|
|
130
|
+
export declare function InvitationTalentMetaSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationTalentMetaSchema;
|
|
131
|
+
export declare function InvitationTalentMetaSchemaToJSON(json: any): InvitationTalentMetaSchema;
|
|
132
|
+
export declare function InvitationTalentMetaSchemaToJSONTyped(value?: InvitationTalentMetaSchema | null, ignoreDiscriminator?: boolean): any;
|
|
133
|
+
//# sourceMappingURL=InvitationTalentMetaSchema.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InvitationTalentMetaSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationTalentMetaSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;;;;;GAQG;AACH,MAAM,WAAW,0BAA0B;IACvC;;;;OAIG;IACH,MAAM,CAAC,EAAE,oCAAoC,CAAC;IAC9C;;;;OAIG;IACH,OAAO,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;IACvD;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAGD;;GAEG;AACH,eAAO,MAAM,oCAAoC;;;;;;;;;;CAUvC,CAAC;AACX,MAAM,MAAM,oCAAoC,GAAG,OAAO,oCAAoC,CAAC,MAAM,OAAO,oCAAoC,CAAC,CAAC;AAElJ;;GAEG;AACH,eAAO,MAAM,qCAAqC;;;;CAIxC,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,CAoB3H;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,CAqB1I"}
|