@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
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* SmartyMeet Dev03 API REST
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.1
|
|
9
|
-
* Contact: developer@smartymeet.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.InvitationRelationshipsCandidateDataSchemaTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfInvitationRelationshipsCandidateDataSchema = instanceOfInvitationRelationshipsCandidateDataSchema;
|
|
18
|
-
exports.InvitationRelationshipsCandidateDataSchemaFromJSON = InvitationRelationshipsCandidateDataSchemaFromJSON;
|
|
19
|
-
exports.InvitationRelationshipsCandidateDataSchemaFromJSONTyped = InvitationRelationshipsCandidateDataSchemaFromJSONTyped;
|
|
20
|
-
exports.InvitationRelationshipsCandidateDataSchemaToJSON = InvitationRelationshipsCandidateDataSchemaToJSON;
|
|
21
|
-
exports.InvitationRelationshipsCandidateDataSchemaToJSONTyped = InvitationRelationshipsCandidateDataSchemaToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.InvitationRelationshipsCandidateDataSchemaTypeEnum = {
|
|
26
|
-
Candidates: 'candidates'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the InvitationRelationshipsCandidateDataSchema interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfInvitationRelationshipsCandidateDataSchema(value) {
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
function InvitationRelationshipsCandidateDataSchemaFromJSON(json) {
|
|
35
|
-
return InvitationRelationshipsCandidateDataSchemaFromJSONTyped(json, false);
|
|
36
|
-
}
|
|
37
|
-
function InvitationRelationshipsCandidateDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
-
if (json == null) {
|
|
39
|
-
return json;
|
|
40
|
-
}
|
|
41
|
-
return {
|
|
42
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function InvitationRelationshipsCandidateDataSchemaToJSON(json) {
|
|
47
|
-
return InvitationRelationshipsCandidateDataSchemaToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function InvitationRelationshipsCandidateDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
-
if (value == null) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'type': value['type'],
|
|
55
|
-
'id': value['id'],
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
//# sourceMappingURL=InvitationRelationshipsCandidateDataSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsCandidateDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AA7CD;;GAEG;AACU,QAAA,kDAAkD,GAAG;IAC9D,UAAU,EAAE,YAAY;CAClB,CAAC;AAIX;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { InvitationRelationshipsCandidateDataSchema } from './InvitationRelationshipsCandidateDataSchema';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface InvitationRelationshipsCandidateSchema
|
|
17
|
-
*/
|
|
18
|
-
export interface InvitationRelationshipsCandidateSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {InvitationRelationshipsCandidateDataSchema}
|
|
22
|
-
* @memberof InvitationRelationshipsCandidateSchema
|
|
23
|
-
*/
|
|
24
|
-
data?: InvitationRelationshipsCandidateDataSchema | null;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the InvitationRelationshipsCandidateSchema interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfInvitationRelationshipsCandidateSchema(value: object): value is InvitationRelationshipsCandidateSchema;
|
|
30
|
-
export declare function InvitationRelationshipsCandidateSchemaFromJSON(json: any): InvitationRelationshipsCandidateSchema;
|
|
31
|
-
export declare function InvitationRelationshipsCandidateSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsCandidateSchema;
|
|
32
|
-
export declare function InvitationRelationshipsCandidateSchemaToJSON(json: any): InvitationRelationshipsCandidateSchema;
|
|
33
|
-
export declare function InvitationRelationshipsCandidateSchemaToJSONTyped(value?: InvitationRelationshipsCandidateSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=InvitationRelationshipsCandidateSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsCandidateSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,0CAA0C,GAAG,IAAI,CAAC;CAC5D;AAED;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CAQnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlK"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* SmartyMeet Dev03 API REST
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.1
|
|
9
|
-
* Contact: developer@smartymeet.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.instanceOfInvitationRelationshipsCandidateSchema = instanceOfInvitationRelationshipsCandidateSchema;
|
|
17
|
-
exports.InvitationRelationshipsCandidateSchemaFromJSON = InvitationRelationshipsCandidateSchemaFromJSON;
|
|
18
|
-
exports.InvitationRelationshipsCandidateSchemaFromJSONTyped = InvitationRelationshipsCandidateSchemaFromJSONTyped;
|
|
19
|
-
exports.InvitationRelationshipsCandidateSchemaToJSON = InvitationRelationshipsCandidateSchemaToJSON;
|
|
20
|
-
exports.InvitationRelationshipsCandidateSchemaToJSONTyped = InvitationRelationshipsCandidateSchemaToJSONTyped;
|
|
21
|
-
const InvitationRelationshipsCandidateDataSchema_1 = require("./InvitationRelationshipsCandidateDataSchema");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the InvitationRelationshipsCandidateSchema interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfInvitationRelationshipsCandidateSchema(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function InvitationRelationshipsCandidateSchemaFromJSON(json) {
|
|
29
|
-
return InvitationRelationshipsCandidateSchemaFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function InvitationRelationshipsCandidateSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (0, InvitationRelationshipsCandidateDataSchema_1.InvitationRelationshipsCandidateDataSchemaFromJSON)(json['data']),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function InvitationRelationshipsCandidateSchemaToJSON(json) {
|
|
40
|
-
return InvitationRelationshipsCandidateSchemaToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function InvitationRelationshipsCandidateSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': (0, InvitationRelationshipsCandidateDataSchema_1.InvitationRelationshipsCandidateDataSchemaToJSON)(value['data']),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=InvitationRelationshipsCandidateSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsCandidateSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsCandidateSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,4GAEC;AAED,wGAEC;AAED,kHAQC;AAED,oGAEC;AAED,8GASC;AAvDD,6GAKsD;AAgBtD;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+FAAkD,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC9G,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,6FAAgD,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InvitationRelationshipsEmailDataSchema
|
|
16
|
-
*/
|
|
17
|
-
export interface InvitationRelationshipsEmailDataSchema {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {InvitationRelationshipsEmailDataSchemaTypeEnum}
|
|
21
|
-
* @memberof InvitationRelationshipsEmailDataSchema
|
|
22
|
-
*/
|
|
23
|
-
type?: InvitationRelationshipsEmailDataSchemaTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InvitationRelationshipsEmailDataSchema
|
|
28
|
-
*/
|
|
29
|
-
id?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const InvitationRelationshipsEmailDataSchemaTypeEnum: {
|
|
35
|
-
readonly Emails: "emails";
|
|
36
|
-
};
|
|
37
|
-
export type InvitationRelationshipsEmailDataSchemaTypeEnum = typeof InvitationRelationshipsEmailDataSchemaTypeEnum[keyof typeof InvitationRelationshipsEmailDataSchemaTypeEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the InvitationRelationshipsEmailDataSchema interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfInvitationRelationshipsEmailDataSchema(value: object): value is InvitationRelationshipsEmailDataSchema;
|
|
42
|
-
export declare function InvitationRelationshipsEmailDataSchemaFromJSON(json: any): InvitationRelationshipsEmailDataSchema;
|
|
43
|
-
export declare function InvitationRelationshipsEmailDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsEmailDataSchema;
|
|
44
|
-
export declare function InvitationRelationshipsEmailDataSchemaToJSON(json: any): InvitationRelationshipsEmailDataSchema;
|
|
45
|
-
export declare function InvitationRelationshipsEmailDataSchemaToJSONTyped(value?: InvitationRelationshipsEmailDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
-
//# sourceMappingURL=InvitationRelationshipsEmailDataSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsEmailDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,sCAAsC;IACnD;;;;OAIG;IACH,IAAI,CAAC,EAAE,8CAA8C,CAAC;IACtD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,8CAA8C;;CAEjD,CAAC;AACX,MAAM,MAAM,8CAA8C,GAAG,OAAO,8CAA8C,CAAC,MAAM,OAAO,8CAA8C,CAAC,CAAC;AAGhL;;GAEG;AACH,wBAAgB,gDAAgD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,sCAAsC,CAE/H;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAEhH;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,sCAAsC,CASnJ;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,sCAAsC,CAE9G;AAED,wBAAgB,iDAAiD,CAAC,KAAK,CAAC,EAAE,sCAAsC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUlK"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* SmartyMeet Dev03 API REST
|
|
6
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.1
|
|
9
|
-
* Contact: developer@smartymeet.com
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.InvitationRelationshipsEmailDataSchemaTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfInvitationRelationshipsEmailDataSchema = instanceOfInvitationRelationshipsEmailDataSchema;
|
|
18
|
-
exports.InvitationRelationshipsEmailDataSchemaFromJSON = InvitationRelationshipsEmailDataSchemaFromJSON;
|
|
19
|
-
exports.InvitationRelationshipsEmailDataSchemaFromJSONTyped = InvitationRelationshipsEmailDataSchemaFromJSONTyped;
|
|
20
|
-
exports.InvitationRelationshipsEmailDataSchemaToJSON = InvitationRelationshipsEmailDataSchemaToJSON;
|
|
21
|
-
exports.InvitationRelationshipsEmailDataSchemaToJSONTyped = InvitationRelationshipsEmailDataSchemaToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.InvitationRelationshipsEmailDataSchemaTypeEnum = {
|
|
26
|
-
Emails: 'emails'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the InvitationRelationshipsEmailDataSchema interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfInvitationRelationshipsEmailDataSchema(value) {
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
function InvitationRelationshipsEmailDataSchemaFromJSON(json) {
|
|
35
|
-
return InvitationRelationshipsEmailDataSchemaFromJSONTyped(json, false);
|
|
36
|
-
}
|
|
37
|
-
function InvitationRelationshipsEmailDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
-
if (json == null) {
|
|
39
|
-
return json;
|
|
40
|
-
}
|
|
41
|
-
return {
|
|
42
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function InvitationRelationshipsEmailDataSchemaToJSON(json) {
|
|
47
|
-
return InvitationRelationshipsEmailDataSchemaToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function InvitationRelationshipsEmailDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
-
if (value == null) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'type': value['type'],
|
|
55
|
-
'id': value['id'],
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
//# sourceMappingURL=InvitationRelationshipsEmailDataSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsEmailDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,4GAEC;AAED,wGAEC;AAED,kHASC;AAED,oGAEC;AAED,8GAUC;AA7CD;;GAEG;AACU,QAAA,8CAA8C,GAAG;IAC1D,MAAM,EAAE,QAAQ;CACV,CAAC;AAIX;;GAEG;AACH,SAAgB,gDAAgD,CAAC,KAAa;IAC1E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS,EAAE,mBAA4B;IACvG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,KAAqD,EAAE,sBAA+B,KAAK;IACzJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import type { InvitationRelationshipsEmailDataSchema } from './InvitationRelationshipsEmailDataSchema';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface InvitationRelationshipsEmailSchema
|
|
17
|
-
*/
|
|
18
|
-
export interface InvitationRelationshipsEmailSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {InvitationRelationshipsEmailDataSchema}
|
|
22
|
-
* @memberof InvitationRelationshipsEmailSchema
|
|
23
|
-
*/
|
|
24
|
-
data?: InvitationRelationshipsEmailDataSchema | null;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the InvitationRelationshipsEmailSchema interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfInvitationRelationshipsEmailSchema(value: object): value is InvitationRelationshipsEmailSchema;
|
|
30
|
-
export declare function InvitationRelationshipsEmailSchemaFromJSON(json: any): InvitationRelationshipsEmailSchema;
|
|
31
|
-
export declare function InvitationRelationshipsEmailSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsEmailSchema;
|
|
32
|
-
export declare function InvitationRelationshipsEmailSchemaToJSON(json: any): InvitationRelationshipsEmailSchema;
|
|
33
|
-
export declare function InvitationRelationshipsEmailSchemaToJSONTyped(value?: InvitationRelationshipsEmailSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=InvitationRelationshipsEmailSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsEmailSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAQvG;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,sCAAsC,GAAG,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAQ3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS1J"}
|
|
@@ -1,50 +0,0 @@
|
|
|
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.instanceOfInvitationRelationshipsEmailSchema = instanceOfInvitationRelationshipsEmailSchema;
|
|
17
|
-
exports.InvitationRelationshipsEmailSchemaFromJSON = InvitationRelationshipsEmailSchemaFromJSON;
|
|
18
|
-
exports.InvitationRelationshipsEmailSchemaFromJSONTyped = InvitationRelationshipsEmailSchemaFromJSONTyped;
|
|
19
|
-
exports.InvitationRelationshipsEmailSchemaToJSON = InvitationRelationshipsEmailSchemaToJSON;
|
|
20
|
-
exports.InvitationRelationshipsEmailSchemaToJSONTyped = InvitationRelationshipsEmailSchemaToJSONTyped;
|
|
21
|
-
const InvitationRelationshipsEmailDataSchema_1 = require("./InvitationRelationshipsEmailDataSchema");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the InvitationRelationshipsEmailSchema interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfInvitationRelationshipsEmailSchema(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function InvitationRelationshipsEmailSchemaFromJSON(json) {
|
|
29
|
-
return InvitationRelationshipsEmailSchemaFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function InvitationRelationshipsEmailSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (0, InvitationRelationshipsEmailDataSchema_1.InvitationRelationshipsEmailDataSchemaFromJSON)(json['data']),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function InvitationRelationshipsEmailSchemaToJSON(json) {
|
|
40
|
-
return InvitationRelationshipsEmailSchemaToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function InvitationRelationshipsEmailSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': (0, InvitationRelationshipsEmailDataSchema_1.InvitationRelationshipsEmailDataSchemaToJSON)(value['data']),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=InvitationRelationshipsEmailSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsEmailSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsEmailSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,oGAEC;AAED,gGAEC;AAED,0GAQC;AAED,4FAEC;AAED,sGASC;AAvDD,qGAKkD;AAgBlD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC1G,CAAC;AACN,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACtE,CAAC;AACN,CAAC"}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmartyMeet Dev03 API REST
|
|
3
|
-
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0.1
|
|
6
|
-
* Contact: developer@smartymeet.com
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InvitationRelationshipsTalentDataSchema
|
|
16
|
-
*/
|
|
17
|
-
export interface InvitationRelationshipsTalentDataSchema {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {InvitationRelationshipsTalentDataSchemaTypeEnum}
|
|
21
|
-
* @memberof InvitationRelationshipsTalentDataSchema
|
|
22
|
-
*/
|
|
23
|
-
type?: InvitationRelationshipsTalentDataSchemaTypeEnum;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof InvitationRelationshipsTalentDataSchema
|
|
28
|
-
*/
|
|
29
|
-
id?: string;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @export
|
|
33
|
-
*/
|
|
34
|
-
export declare const InvitationRelationshipsTalentDataSchemaTypeEnum: {
|
|
35
|
-
readonly Talents: "talents";
|
|
36
|
-
};
|
|
37
|
-
export type InvitationRelationshipsTalentDataSchemaTypeEnum = typeof InvitationRelationshipsTalentDataSchemaTypeEnum[keyof typeof InvitationRelationshipsTalentDataSchemaTypeEnum];
|
|
38
|
-
/**
|
|
39
|
-
* Check if a given object implements the InvitationRelationshipsTalentDataSchema interface.
|
|
40
|
-
*/
|
|
41
|
-
export declare function instanceOfInvitationRelationshipsTalentDataSchema(value: object): value is InvitationRelationshipsTalentDataSchema;
|
|
42
|
-
export declare function InvitationRelationshipsTalentDataSchemaFromJSON(json: any): InvitationRelationshipsTalentDataSchema;
|
|
43
|
-
export declare function InvitationRelationshipsTalentDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTalentDataSchema;
|
|
44
|
-
export declare function InvitationRelationshipsTalentDataSchemaToJSON(json: any): InvitationRelationshipsTalentDataSchema;
|
|
45
|
-
export declare function InvitationRelationshipsTalentDataSchemaToJSONTyped(value?: InvitationRelationshipsTalentDataSchema | null, ignoreDiscriminator?: boolean): any;
|
|
46
|
-
//# sourceMappingURL=InvitationRelationshipsTalentDataSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsTalentDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,uCAAuC;IACpD;;;;OAIG;IACH,IAAI,CAAC,EAAE,+CAA+C,CAAC;IACvD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,+CAA+C;;CAElD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,OAAO,+CAA+C,CAAC,MAAM,OAAO,+CAA+C,CAAC,CAAC;AAGnL;;GAEG;AACH,wBAAgB,iDAAiD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,uCAAuC,CAEjI;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAElH;AAED,wBAAgB,oDAAoD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,uCAAuC,CASrJ;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,uCAAuC,CAEhH;AAED,wBAAgB,kDAAkD,CAAC,KAAK,CAAC,EAAE,uCAAuC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUpK"}
|
|
@@ -1,58 +0,0 @@
|
|
|
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.InvitationRelationshipsTalentDataSchemaTypeEnum = void 0;
|
|
17
|
-
exports.instanceOfInvitationRelationshipsTalentDataSchema = instanceOfInvitationRelationshipsTalentDataSchema;
|
|
18
|
-
exports.InvitationRelationshipsTalentDataSchemaFromJSON = InvitationRelationshipsTalentDataSchemaFromJSON;
|
|
19
|
-
exports.InvitationRelationshipsTalentDataSchemaFromJSONTyped = InvitationRelationshipsTalentDataSchemaFromJSONTyped;
|
|
20
|
-
exports.InvitationRelationshipsTalentDataSchemaToJSON = InvitationRelationshipsTalentDataSchemaToJSON;
|
|
21
|
-
exports.InvitationRelationshipsTalentDataSchemaToJSONTyped = InvitationRelationshipsTalentDataSchemaToJSONTyped;
|
|
22
|
-
/**
|
|
23
|
-
* @export
|
|
24
|
-
*/
|
|
25
|
-
exports.InvitationRelationshipsTalentDataSchemaTypeEnum = {
|
|
26
|
-
Talents: 'talents'
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Check if a given object implements the InvitationRelationshipsTalentDataSchema interface.
|
|
30
|
-
*/
|
|
31
|
-
function instanceOfInvitationRelationshipsTalentDataSchema(value) {
|
|
32
|
-
return true;
|
|
33
|
-
}
|
|
34
|
-
function InvitationRelationshipsTalentDataSchemaFromJSON(json) {
|
|
35
|
-
return InvitationRelationshipsTalentDataSchemaFromJSONTyped(json, false);
|
|
36
|
-
}
|
|
37
|
-
function InvitationRelationshipsTalentDataSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
38
|
-
if (json == null) {
|
|
39
|
-
return json;
|
|
40
|
-
}
|
|
41
|
-
return {
|
|
42
|
-
'type': json['type'] == null ? undefined : json['type'],
|
|
43
|
-
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function InvitationRelationshipsTalentDataSchemaToJSON(json) {
|
|
47
|
-
return InvitationRelationshipsTalentDataSchemaToJSONTyped(json, false);
|
|
48
|
-
}
|
|
49
|
-
function InvitationRelationshipsTalentDataSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
-
if (value == null) {
|
|
51
|
-
return value;
|
|
52
|
-
}
|
|
53
|
-
return {
|
|
54
|
-
'type': value['type'],
|
|
55
|
-
'id': value['id'],
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
//# sourceMappingURL=InvitationRelationshipsTalentDataSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsTalentDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,8GAEC;AAED,0GAEC;AAED,oHASC;AAED,sGAEC;AAED,gHAUC;AA7CD;;GAEG;AACU,QAAA,+CAA+C,GAAG;IAC3D,OAAO,EAAE,SAAS;CACZ,CAAC;AAIX;;GAEG;AACH,SAAgB,iDAAiD,CAAC,KAAa;IAC3E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS;IACrE,OAAO,oDAAoD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC7E,CAAC;AAED,SAAgB,oDAAoD,CAAC,IAAS,EAAE,mBAA4B;IACxG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,KAAsD,EAAE,sBAA+B,KAAK;IAC3J,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
|
|
@@ -1,34 +0,0 @@
|
|
|
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 { InvitationRelationshipsTalentDataSchema } from './InvitationRelationshipsTalentDataSchema';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface InvitationRelationshipsTalentSchema
|
|
17
|
-
*/
|
|
18
|
-
export interface InvitationRelationshipsTalentSchema {
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
* @type {InvitationRelationshipsTalentDataSchema}
|
|
22
|
-
* @memberof InvitationRelationshipsTalentSchema
|
|
23
|
-
*/
|
|
24
|
-
data?: InvitationRelationshipsTalentDataSchema | null;
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Check if a given object implements the InvitationRelationshipsTalentSchema interface.
|
|
28
|
-
*/
|
|
29
|
-
export declare function instanceOfInvitationRelationshipsTalentSchema(value: object): value is InvitationRelationshipsTalentSchema;
|
|
30
|
-
export declare function InvitationRelationshipsTalentSchemaFromJSON(json: any): InvitationRelationshipsTalentSchema;
|
|
31
|
-
export declare function InvitationRelationshipsTalentSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTalentSchema;
|
|
32
|
-
export declare function InvitationRelationshipsTalentSchemaToJSON(json: any): InvitationRelationshipsTalentSchema;
|
|
33
|
-
export declare function InvitationRelationshipsTalentSchemaToJSONTyped(value?: InvitationRelationshipsTalentSchema | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
-
//# sourceMappingURL=InvitationRelationshipsTalentSchema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsTalentSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAQzG;;;;GAIG;AACH,MAAM,WAAW,mCAAmC;IAChD;;;;OAIG;IACH,IAAI,CAAC,EAAE,uCAAuC,GAAG,IAAI,CAAC;CACzD;AAED;;GAEG;AACH,wBAAgB,6CAA6C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mCAAmC,CAEzH;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAE1G;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mCAAmC,CAQ7I;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,mCAAmC,CAExG;AAED,wBAAgB,8CAA8C,CAAC,KAAK,CAAC,EAAE,mCAAmC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5J"}
|
|
@@ -1,50 +0,0 @@
|
|
|
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.instanceOfInvitationRelationshipsTalentSchema = instanceOfInvitationRelationshipsTalentSchema;
|
|
17
|
-
exports.InvitationRelationshipsTalentSchemaFromJSON = InvitationRelationshipsTalentSchemaFromJSON;
|
|
18
|
-
exports.InvitationRelationshipsTalentSchemaFromJSONTyped = InvitationRelationshipsTalentSchemaFromJSONTyped;
|
|
19
|
-
exports.InvitationRelationshipsTalentSchemaToJSON = InvitationRelationshipsTalentSchemaToJSON;
|
|
20
|
-
exports.InvitationRelationshipsTalentSchemaToJSONTyped = InvitationRelationshipsTalentSchemaToJSONTyped;
|
|
21
|
-
const InvitationRelationshipsTalentDataSchema_1 = require("./InvitationRelationshipsTalentDataSchema");
|
|
22
|
-
/**
|
|
23
|
-
* Check if a given object implements the InvitationRelationshipsTalentSchema interface.
|
|
24
|
-
*/
|
|
25
|
-
function instanceOfInvitationRelationshipsTalentSchema(value) {
|
|
26
|
-
return true;
|
|
27
|
-
}
|
|
28
|
-
function InvitationRelationshipsTalentSchemaFromJSON(json) {
|
|
29
|
-
return InvitationRelationshipsTalentSchemaFromJSONTyped(json, false);
|
|
30
|
-
}
|
|
31
|
-
function InvitationRelationshipsTalentSchemaFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
-
if (json == null) {
|
|
33
|
-
return json;
|
|
34
|
-
}
|
|
35
|
-
return {
|
|
36
|
-
'data': json['data'] == null ? undefined : (0, InvitationRelationshipsTalentDataSchema_1.InvitationRelationshipsTalentDataSchemaFromJSON)(json['data']),
|
|
37
|
-
};
|
|
38
|
-
}
|
|
39
|
-
function InvitationRelationshipsTalentSchemaToJSON(json) {
|
|
40
|
-
return InvitationRelationshipsTalentSchemaToJSONTyped(json, false);
|
|
41
|
-
}
|
|
42
|
-
function InvitationRelationshipsTalentSchemaToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
-
if (value == null) {
|
|
44
|
-
return value;
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
'data': (0, InvitationRelationshipsTalentDataSchema_1.InvitationRelationshipsTalentDataSchemaToJSON)(value['data']),
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=InvitationRelationshipsTalentSchema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InvitationRelationshipsTalentSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,sGAEC;AAED,kGAEC;AAED,4GAQC;AAED,8FAEC;AAED,wGASC;AAvDD,uGAKmD;AAgBnD;;GAEG;AACH,SAAgB,6CAA6C,CAAC,KAAa;IACvE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS,EAAE,mBAA4B;IACpG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KAC3G,CAAC;AACN,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,KAAkD,EAAE,sBAA+B,KAAK;IACnJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACvE,CAAC;AACN,CAAC"}
|