@smartytalent/api-client 0.9.24 → 0.9.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/dist/apis/CORSApi.d.ts +48 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +98 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/InvitationsApi.d.ts +72 -0
  6. package/dist/apis/InvitationsApi.d.ts.map +1 -0
  7. package/dist/apis/InvitationsApi.js +191 -0
  8. package/dist/apis/InvitationsApi.js.map +1 -0
  9. package/dist/apis/JobsApi.d.ts +11 -0
  10. package/dist/apis/JobsApi.d.ts.map +1 -1
  11. package/dist/apis/JobsApi.js +13 -1
  12. package/dist/apis/JobsApi.js.map +1 -1
  13. package/dist/apis/TalentsApi.d.ts +18 -1
  14. package/dist/apis/TalentsApi.d.ts.map +1 -1
  15. package/dist/apis/TalentsApi.js +42 -0
  16. package/dist/apis/TalentsApi.js.map +1 -1
  17. package/dist/apis/index.d.ts +1 -0
  18. package/dist/apis/index.d.ts.map +1 -1
  19. package/dist/apis/index.js +1 -0
  20. package/dist/apis/index.js.map +1 -1
  21. package/dist/models/FinderQueryTalentsSchema.d.ts +111 -2
  22. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
  23. package/dist/models/FinderQueryTalentsSchema.js +37 -0
  24. package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
  25. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts +63 -0
  26. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts.map +1 -0
  27. package/dist/models/FinderQueryTalentsSchemaJobMatch.js +59 -0
  28. package/dist/models/FinderQueryTalentsSchemaJobMatch.js.map +1 -0
  29. package/dist/models/InvitationAttributesSchema.d.ts +124 -0
  30. package/dist/models/InvitationAttributesSchema.d.ts.map +1 -0
  31. package/dist/models/InvitationAttributesSchema.js +91 -0
  32. package/dist/models/InvitationAttributesSchema.js.map +1 -0
  33. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +46 -0
  34. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +1 -0
  35. package/dist/models/InvitationRelationshipsCandidateDataSchema.js +58 -0
  36. package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +1 -0
  37. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +34 -0
  38. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +1 -0
  39. package/dist/models/InvitationRelationshipsCandidateSchema.js +50 -0
  40. package/dist/models/InvitationRelationshipsCandidateSchema.js.map +1 -0
  41. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +46 -0
  42. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +1 -0
  43. package/dist/models/InvitationRelationshipsEmailDataSchema.js +58 -0
  44. package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +1 -0
  45. package/dist/models/InvitationRelationshipsEmailSchema.d.ts +34 -0
  46. package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +1 -0
  47. package/dist/models/InvitationRelationshipsEmailSchema.js +50 -0
  48. package/dist/models/InvitationRelationshipsEmailSchema.js.map +1 -0
  49. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts +46 -0
  50. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationRelationshipsJobDataSchema.js +58 -0
  52. package/dist/models/InvitationRelationshipsJobDataSchema.js.map +1 -0
  53. package/dist/models/InvitationRelationshipsJobSchema.d.ts +34 -0
  54. package/dist/models/InvitationRelationshipsJobSchema.d.ts.map +1 -0
  55. package/dist/models/InvitationRelationshipsJobSchema.js +50 -0
  56. package/dist/models/InvitationRelationshipsJobSchema.js.map +1 -0
  57. package/dist/models/InvitationRelationshipsSchema.d.ts +62 -0
  58. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -0
  59. package/dist/models/InvitationRelationshipsSchema.js +62 -0
  60. package/dist/models/InvitationRelationshipsSchema.js.map +1 -0
  61. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +46 -0
  62. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +1 -0
  63. package/dist/models/InvitationRelationshipsTalentDataSchema.js +58 -0
  64. package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +1 -0
  65. package/dist/models/InvitationRelationshipsTalentSchema.d.ts +34 -0
  66. package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +1 -0
  67. package/dist/models/InvitationRelationshipsTalentSchema.js +50 -0
  68. package/dist/models/InvitationRelationshipsTalentSchema.js.map +1 -0
  69. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts +46 -0
  70. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts.map +1 -0
  71. package/dist/models/InvitationRelationshipsTaskDataSchema.js +58 -0
  72. package/dist/models/InvitationRelationshipsTaskDataSchema.js.map +1 -0
  73. package/dist/models/InvitationRelationshipsTaskSchema.d.ts +34 -0
  74. package/dist/models/InvitationRelationshipsTaskSchema.d.ts.map +1 -0
  75. package/dist/models/InvitationRelationshipsTaskSchema.js +50 -0
  76. package/dist/models/InvitationRelationshipsTaskSchema.js.map +1 -0
  77. package/dist/models/InvitationResourceSchema.d.ts +75 -0
  78. package/dist/models/InvitationResourceSchema.d.ts.map +1 -0
  79. package/dist/models/InvitationResourceSchema.js +75 -0
  80. package/dist/models/InvitationResourceSchema.js.map +1 -0
  81. package/dist/models/InvitationSchema.d.ts +49 -0
  82. package/dist/models/InvitationSchema.d.ts.map +1 -0
  83. package/dist/models/InvitationSchema.js +55 -0
  84. package/dist/models/InvitationSchema.js.map +1 -0
  85. package/dist/models/InvitationsSchema.d.ts +48 -0
  86. package/dist/models/InvitationsSchema.d.ts.map +1 -0
  87. package/dist/models/InvitationsSchema.js +56 -0
  88. package/dist/models/InvitationsSchema.js.map +1 -0
  89. package/dist/models/JobResourceSchema.d.ts +1 -1
  90. package/dist/models/TalentAttributesSchema.d.ts +27 -1
  91. package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
  92. package/dist/models/TalentAttributesSchema.js +11 -1
  93. package/dist/models/TalentAttributesSchema.js.map +1 -1
  94. package/dist/models/TalentReportAttributesSchema.d.ts +42 -0
  95. package/dist/models/TalentReportAttributesSchema.d.ts.map +1 -0
  96. package/dist/models/TalentReportAttributesSchema.js +53 -0
  97. package/dist/models/TalentReportAttributesSchema.js.map +1 -0
  98. package/dist/models/TalentReportLinkSchema.d.ts +57 -0
  99. package/dist/models/TalentReportLinkSchema.d.ts.map +1 -0
  100. package/dist/models/TalentReportLinkSchema.js +57 -0
  101. package/dist/models/TalentReportLinkSchema.js.map +1 -0
  102. package/dist/models/TalentReportResourceSchema.d.ts +60 -0
  103. package/dist/models/TalentReportResourceSchema.d.ts.map +1 -0
  104. package/dist/models/TalentReportResourceSchema.js +64 -0
  105. package/dist/models/TalentReportResourceSchema.js.map +1 -0
  106. package/dist/models/TalentReportSchema.d.ts +34 -0
  107. package/dist/models/TalentReportSchema.d.ts.map +1 -0
  108. package/dist/models/TalentReportSchema.js +50 -0
  109. package/dist/models/TalentReportSchema.js.map +1 -0
  110. package/dist/models/UpdateInvitationRequestBody.d.ts +34 -0
  111. package/dist/models/UpdateInvitationRequestBody.d.ts.map +1 -0
  112. package/dist/models/UpdateInvitationRequestBody.js +52 -0
  113. package/dist/models/UpdateInvitationRequestBody.js.map +1 -0
  114. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +40 -0
  115. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -0
  116. package/dist/models/UpdateInvitationRequestBodyAttributes.js +58 -0
  117. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -0
  118. package/dist/models/UpdateInvitationRequestBodyData.d.ts +47 -0
  119. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -0
  120. package/dist/models/UpdateInvitationRequestBodyData.js +63 -0
  121. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -0
  122. package/dist/models/index.d.ts +23 -0
  123. package/dist/models/index.d.ts.map +1 -1
  124. package/dist/models/index.js +23 -0
  125. package/dist/models/index.js.map +1 -1
  126. package/package.json +1 -1
@@ -0,0 +1 @@
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"}
@@ -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.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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface InvitationRelationshipsJobDataSchema
16
+ */
17
+ export interface InvitationRelationshipsJobDataSchema {
18
+ /**
19
+ *
20
+ * @type {InvitationRelationshipsJobDataSchemaTypeEnum}
21
+ * @memberof InvitationRelationshipsJobDataSchema
22
+ */
23
+ type?: InvitationRelationshipsJobDataSchemaTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof InvitationRelationshipsJobDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const InvitationRelationshipsJobDataSchemaTypeEnum: {
35
+ readonly Jobs: "jobs";
36
+ };
37
+ export type InvitationRelationshipsJobDataSchemaTypeEnum = typeof InvitationRelationshipsJobDataSchemaTypeEnum[keyof typeof InvitationRelationshipsJobDataSchemaTypeEnum];
38
+ /**
39
+ * Check if a given object implements the InvitationRelationshipsJobDataSchema interface.
40
+ */
41
+ export declare function instanceOfInvitationRelationshipsJobDataSchema(value: object): value is InvitationRelationshipsJobDataSchema;
42
+ export declare function InvitationRelationshipsJobDataSchemaFromJSON(json: any): InvitationRelationshipsJobDataSchema;
43
+ export declare function InvitationRelationshipsJobDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsJobDataSchema;
44
+ export declare function InvitationRelationshipsJobDataSchemaToJSON(json: any): InvitationRelationshipsJobDataSchema;
45
+ export declare function InvitationRelationshipsJobDataSchemaToJSONTyped(value?: InvitationRelationshipsJobDataSchema | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=InvitationRelationshipsJobDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsJobDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsJobDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,4CAA4C,CAAC;IACpD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,4CAA4C;;CAE/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,OAAO,4CAA4C,CAAC,MAAM,OAAO,4CAA4C,CAAC,CAAC;AAG1K;;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,CAS/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,CAU9J"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.InvitationRelationshipsJobDataSchemaTypeEnum = void 0;
17
+ exports.instanceOfInvitationRelationshipsJobDataSchema = instanceOfInvitationRelationshipsJobDataSchema;
18
+ exports.InvitationRelationshipsJobDataSchemaFromJSON = InvitationRelationshipsJobDataSchemaFromJSON;
19
+ exports.InvitationRelationshipsJobDataSchemaFromJSONTyped = InvitationRelationshipsJobDataSchemaFromJSONTyped;
20
+ exports.InvitationRelationshipsJobDataSchemaToJSON = InvitationRelationshipsJobDataSchemaToJSON;
21
+ exports.InvitationRelationshipsJobDataSchemaToJSONTyped = InvitationRelationshipsJobDataSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.InvitationRelationshipsJobDataSchemaTypeEnum = {
26
+ Jobs: 'jobs'
27
+ };
28
+ /**
29
+ * Check if a given object implements the InvitationRelationshipsJobDataSchema interface.
30
+ */
31
+ function instanceOfInvitationRelationshipsJobDataSchema(value) {
32
+ return true;
33
+ }
34
+ function InvitationRelationshipsJobDataSchemaFromJSON(json) {
35
+ return InvitationRelationshipsJobDataSchemaFromJSONTyped(json, false);
36
+ }
37
+ function InvitationRelationshipsJobDataSchemaFromJSONTyped(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 InvitationRelationshipsJobDataSchemaToJSON(json) {
47
+ return InvitationRelationshipsJobDataSchemaToJSONTyped(json, false);
48
+ }
49
+ function InvitationRelationshipsJobDataSchemaToJSONTyped(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=InvitationRelationshipsJobDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsJobDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsJobDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,wGAEC;AAED,oGAEC;AAED,8GASC;AAED,gGAEC;AAED,0GAUC;AA7CD;;GAEG;AACU,QAAA,4CAA4C,GAAG;IACxD,IAAI,EAAE,MAAM;CACN,CAAC;AAIX;;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,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,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;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { InvitationRelationshipsJobDataSchema } from './InvitationRelationshipsJobDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface InvitationRelationshipsJobSchema
17
+ */
18
+ export interface InvitationRelationshipsJobSchema {
19
+ /**
20
+ *
21
+ * @type {InvitationRelationshipsJobDataSchema}
22
+ * @memberof InvitationRelationshipsJobSchema
23
+ */
24
+ data?: InvitationRelationshipsJobDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the InvitationRelationshipsJobSchema interface.
28
+ */
29
+ export declare function instanceOfInvitationRelationshipsJobSchema(value: object): value is InvitationRelationshipsJobSchema;
30
+ export declare function InvitationRelationshipsJobSchemaFromJSON(json: any): InvitationRelationshipsJobSchema;
31
+ export declare function InvitationRelationshipsJobSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsJobSchema;
32
+ export declare function InvitationRelationshipsJobSchemaToJSON(json: any): InvitationRelationshipsJobSchema;
33
+ export declare function InvitationRelationshipsJobSchemaToJSONTyped(value?: InvitationRelationshipsJobSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=InvitationRelationshipsJobSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsJobSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsJobSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC7C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oCAAoC,GAAG,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,wBAAgB,0CAA0C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gCAAgC,CAEnH;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,gCAAgC,CAEpG;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gCAAgC,CAQvI;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,CAStJ"}
@@ -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.instanceOfInvitationRelationshipsJobSchema = instanceOfInvitationRelationshipsJobSchema;
17
+ exports.InvitationRelationshipsJobSchemaFromJSON = InvitationRelationshipsJobSchemaFromJSON;
18
+ exports.InvitationRelationshipsJobSchemaFromJSONTyped = InvitationRelationshipsJobSchemaFromJSONTyped;
19
+ exports.InvitationRelationshipsJobSchemaToJSON = InvitationRelationshipsJobSchemaToJSON;
20
+ exports.InvitationRelationshipsJobSchemaToJSONTyped = InvitationRelationshipsJobSchemaToJSONTyped;
21
+ const InvitationRelationshipsJobDataSchema_1 = require("./InvitationRelationshipsJobDataSchema");
22
+ /**
23
+ * Check if a given object implements the InvitationRelationshipsJobSchema interface.
24
+ */
25
+ function instanceOfInvitationRelationshipsJobSchema(value) {
26
+ return true;
27
+ }
28
+ function InvitationRelationshipsJobSchemaFromJSON(json) {
29
+ return InvitationRelationshipsJobSchemaFromJSONTyped(json, false);
30
+ }
31
+ function InvitationRelationshipsJobSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, InvitationRelationshipsJobDataSchema_1.InvitationRelationshipsJobDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function InvitationRelationshipsJobSchemaToJSON(json) {
40
+ return InvitationRelationshipsJobSchemaToJSONTyped(json, false);
41
+ }
42
+ function InvitationRelationshipsJobSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, InvitationRelationshipsJobDataSchema_1.InvitationRelationshipsJobDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=InvitationRelationshipsJobSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsJobSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsJobSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,gGAEC;AAED,4FAEC;AAED,sGAQC;AAED,wFAEC;AAED,kGASC;AAvDD,iGAKgD;AAgBhD;;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,IAAA,mFAA4C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACxG,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,IAAA,iFAA0C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACpE,CAAC;AACN,CAAC"}
@@ -0,0 +1,62 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { InvitationRelationshipsCandidateSchema } from './InvitationRelationshipsCandidateSchema';
13
+ import type { InvitationRelationshipsTaskSchema } from './InvitationRelationshipsTaskSchema';
14
+ import type { InvitationRelationshipsTalentSchema } from './InvitationRelationshipsTalentSchema';
15
+ import type { InvitationRelationshipsEmailSchema } from './InvitationRelationshipsEmailSchema';
16
+ import type { InvitationRelationshipsJobSchema } from './InvitationRelationshipsJobSchema';
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface InvitationRelationshipsSchema
21
+ */
22
+ export interface InvitationRelationshipsSchema {
23
+ /**
24
+ *
25
+ * @type {InvitationRelationshipsTalentSchema}
26
+ * @memberof InvitationRelationshipsSchema
27
+ */
28
+ talent?: InvitationRelationshipsTalentSchema;
29
+ /**
30
+ *
31
+ * @type {InvitationRelationshipsJobSchema}
32
+ * @memberof InvitationRelationshipsSchema
33
+ */
34
+ job?: InvitationRelationshipsJobSchema;
35
+ /**
36
+ *
37
+ * @type {InvitationRelationshipsTaskSchema}
38
+ * @memberof InvitationRelationshipsSchema
39
+ */
40
+ task?: InvitationRelationshipsTaskSchema;
41
+ /**
42
+ *
43
+ * @type {InvitationRelationshipsEmailSchema}
44
+ * @memberof InvitationRelationshipsSchema
45
+ */
46
+ email?: InvitationRelationshipsEmailSchema;
47
+ /**
48
+ *
49
+ * @type {InvitationRelationshipsCandidateSchema}
50
+ * @memberof InvitationRelationshipsSchema
51
+ */
52
+ candidate?: InvitationRelationshipsCandidateSchema;
53
+ }
54
+ /**
55
+ * Check if a given object implements the InvitationRelationshipsSchema interface.
56
+ */
57
+ export declare function instanceOfInvitationRelationshipsSchema(value: object): value is InvitationRelationshipsSchema;
58
+ export declare function InvitationRelationshipsSchemaFromJSON(json: any): InvitationRelationshipsSchema;
59
+ export declare function InvitationRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsSchema;
60
+ export declare function InvitationRelationshipsSchemaToJSON(json: any): InvitationRelationshipsSchema;
61
+ export declare function InvitationRelationshipsSchemaToJSONTyped(value?: InvitationRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
62
+ //# sourceMappingURL=InvitationRelationshipsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,sCAAsC,EAAE,MAAM,0CAA0C,CAAC;AAOvG,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAOjG,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,MAAM,CAAC,EAAE,mCAAmC,CAAC;IAC7C;;;;OAIG;IACH,GAAG,CAAC,EAAE,gCAAgC,CAAC;IACvC;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,CAAC;IACzC;;;;OAIG;IACH,KAAK,CAAC,EAAE,kCAAkC,CAAC;IAC3C;;;;OAIG;IACH,SAAS,CAAC,EAAE,sCAAsC,CAAC;CACtD;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,CAYjI;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,CAahJ"}
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfInvitationRelationshipsSchema = instanceOfInvitationRelationshipsSchema;
17
+ exports.InvitationRelationshipsSchemaFromJSON = InvitationRelationshipsSchemaFromJSON;
18
+ exports.InvitationRelationshipsSchemaFromJSONTyped = InvitationRelationshipsSchemaFromJSONTyped;
19
+ exports.InvitationRelationshipsSchemaToJSON = InvitationRelationshipsSchemaToJSON;
20
+ exports.InvitationRelationshipsSchemaToJSONTyped = InvitationRelationshipsSchemaToJSONTyped;
21
+ const InvitationRelationshipsCandidateSchema_1 = require("./InvitationRelationshipsCandidateSchema");
22
+ const InvitationRelationshipsTaskSchema_1 = require("./InvitationRelationshipsTaskSchema");
23
+ const InvitationRelationshipsTalentSchema_1 = require("./InvitationRelationshipsTalentSchema");
24
+ const InvitationRelationshipsEmailSchema_1 = require("./InvitationRelationshipsEmailSchema");
25
+ const InvitationRelationshipsJobSchema_1 = require("./InvitationRelationshipsJobSchema");
26
+ /**
27
+ * Check if a given object implements the InvitationRelationshipsSchema interface.
28
+ */
29
+ function instanceOfInvitationRelationshipsSchema(value) {
30
+ return true;
31
+ }
32
+ function InvitationRelationshipsSchemaFromJSON(json) {
33
+ return InvitationRelationshipsSchemaFromJSONTyped(json, false);
34
+ }
35
+ function InvitationRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
36
+ if (json == null) {
37
+ return json;
38
+ }
39
+ return {
40
+ 'talent': json['talent'] == null ? undefined : (0, InvitationRelationshipsTalentSchema_1.InvitationRelationshipsTalentSchemaFromJSON)(json['talent']),
41
+ 'job': json['job'] == null ? undefined : (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaFromJSON)(json['job']),
42
+ 'task': json['task'] == null ? undefined : (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaFromJSON)(json['task']),
43
+ 'email': json['email'] == null ? undefined : (0, InvitationRelationshipsEmailSchema_1.InvitationRelationshipsEmailSchemaFromJSON)(json['email']),
44
+ 'candidate': json['candidate'] == null ? undefined : (0, InvitationRelationshipsCandidateSchema_1.InvitationRelationshipsCandidateSchemaFromJSON)(json['candidate']),
45
+ };
46
+ }
47
+ function InvitationRelationshipsSchemaToJSON(json) {
48
+ return InvitationRelationshipsSchemaToJSONTyped(json, false);
49
+ }
50
+ function InvitationRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
51
+ if (value == null) {
52
+ return value;
53
+ }
54
+ return {
55
+ 'talent': (0, InvitationRelationshipsTalentSchema_1.InvitationRelationshipsTalentSchemaToJSON)(value['talent']),
56
+ 'job': (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaToJSON)(value['job']),
57
+ 'task': (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaToJSON)(value['task']),
58
+ 'email': (0, InvitationRelationshipsEmailSchema_1.InvitationRelationshipsEmailSchemaToJSON)(value['email']),
59
+ 'candidate': (0, InvitationRelationshipsCandidateSchema_1.InvitationRelationshipsCandidateSchemaToJSON)(value['candidate']),
60
+ };
61
+ }
62
+ //# sourceMappingURL=InvitationRelationshipsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAgFH,0FAEC;AAED,sFAEC;AAED,gGAYC;AAED,kFAEC;AAED,4FAaC;AAnHD,qGAKkD;AAElD,2FAK6C;AAE7C,+FAK+C;AAE/C,6FAK8C;AAE9C,yFAK4C;AAwC5C;;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,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iFAA2C,EAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;QAC1G,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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,uFAA8C,EAAC,IAAI,CAAC,WAAW,CAAC,CAAC;KACzH,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,QAAQ,EAAE,IAAA,+EAAyC,EAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;QACpE,KAAK,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3D,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9D,OAAO,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACjE,WAAW,EAAE,IAAA,qFAA4C,EAAC,KAAK,CAAC,WAAW,CAAC,CAAC;KAChF,CAAC;AACN,CAAC"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface 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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.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
@@ -0,0 +1 @@
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"}
@@ -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 { 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
@@ -0,0 +1 @@
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"}
@@ -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.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
@@ -0,0 +1 @@
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"}