@smartytalent/api-client 0.9.25 → 0.9.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist/apis/CORSApi.d.ts +17 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +34 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/InvitationsApi.d.ts +83 -7
  6. package/dist/apis/InvitationsApi.d.ts.map +1 -1
  7. package/dist/apis/InvitationsApi.js +168 -7
  8. package/dist/apis/InvitationsApi.js.map +1 -1
  9. package/dist/models/CreateInvitationRequestBody.d.ts +34 -0
  10. package/dist/models/CreateInvitationRequestBody.d.ts.map +1 -0
  11. package/dist/models/CreateInvitationRequestBody.js +52 -0
  12. package/dist/models/CreateInvitationRequestBody.js.map +1 -0
  13. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts +82 -0
  14. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts.map +1 -0
  15. package/dist/models/CreateInvitationRequestBodyAttributes.js +80 -0
  16. package/dist/models/CreateInvitationRequestBodyAttributes.js.map +1 -0
  17. package/dist/models/CreateInvitationRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateInvitationRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateInvitationRequestBodyData.js +66 -0
  20. package/dist/models/CreateInvitationRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts +48 -0
  22. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts.map +1 -0
  23. package/dist/models/CreateInvitationRequestBodyRelationships.js +58 -0
  24. package/dist/models/CreateInvitationRequestBodyRelationships.js.map +1 -0
  25. package/dist/models/CreateInvitationRequestBodyTalents.d.ts +34 -0
  26. package/dist/models/CreateInvitationRequestBodyTalents.d.ts.map +1 -0
  27. package/dist/models/CreateInvitationRequestBodyTalents.js +50 -0
  28. package/dist/models/CreateInvitationRequestBodyTalents.js.map +1 -0
  29. package/dist/models/InvitationAttributesSchema.d.ts +37 -48
  30. package/dist/models/InvitationAttributesSchema.d.ts.map +1 -1
  31. package/dist/models/InvitationAttributesSchema.js +25 -28
  32. package/dist/models/InvitationAttributesSchema.js.map +1 -1
  33. package/dist/models/InvitationAttributesSchemaCounts.d.ts +81 -0
  34. package/dist/models/InvitationAttributesSchemaCounts.d.ts.map +1 -0
  35. package/dist/models/InvitationAttributesSchemaCounts.js +65 -0
  36. package/dist/models/InvitationAttributesSchemaCounts.js.map +1 -0
  37. package/dist/models/InvitationMemberMetaSchema.d.ts +135 -0
  38. package/dist/models/InvitationMemberMetaSchema.d.ts.map +1 -0
  39. package/dist/models/InvitationMemberMetaSchema.js +98 -0
  40. package/dist/models/InvitationMemberMetaSchema.js.map +1 -0
  41. package/dist/models/InvitationRelationshipsSchema.d.ts +3 -17
  42. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -1
  43. package/dist/models/InvitationRelationshipsSchema.js +3 -9
  44. package/dist/models/InvitationRelationshipsSchema.js.map +1 -1
  45. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
  46. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
  47. package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
  48. package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
  49. package/dist/models/InvitationResourceMetaSchema.d.ts +35 -0
  50. package/dist/models/InvitationResourceMetaSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationResourceMetaSchema.js +52 -0
  52. package/dist/models/InvitationResourceMetaSchema.js.map +1 -0
  53. package/dist/models/InvitationResourceSchema.d.ts +3 -4
  54. package/dist/models/InvitationResourceSchema.d.ts.map +1 -1
  55. package/dist/models/InvitationResourceSchema.js +3 -2
  56. package/dist/models/InvitationResourceSchema.js.map +1 -1
  57. package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
  58. package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
  59. package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
  60. package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
  61. package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
  62. package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
  63. package/dist/models/InvitationTalentMetaSchema.js +96 -0
  64. package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
  65. package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
  66. package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
  67. package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
  68. package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
  69. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +42 -2
  70. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -1
  71. package/dist/models/UpdateInvitationRequestBodyAttributes.js +22 -5
  72. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -1
  73. package/dist/models/UpdateInvitationRequestBodyData.d.ts +14 -1
  74. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -1
  75. package/dist/models/UpdateInvitationRequestBodyData.js +7 -2
  76. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -1
  77. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
  78. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
  79. package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
  80. package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
  81. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
  82. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
  83. package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
  84. package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
  85. package/dist/models/index.d.ts +14 -6
  86. package/dist/models/index.d.ts.map +1 -1
  87. package/dist/models/index.js +14 -6
  88. package/dist/models/index.js.map +1 -1
  89. package/package.json +1 -1
  90. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts +0 -46
  91. package/dist/models/InvitationRelationshipsCandidateDataSchema.d.ts.map +0 -1
  92. package/dist/models/InvitationRelationshipsCandidateDataSchema.js +0 -58
  93. package/dist/models/InvitationRelationshipsCandidateDataSchema.js.map +0 -1
  94. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts +0 -34
  95. package/dist/models/InvitationRelationshipsCandidateSchema.d.ts.map +0 -1
  96. package/dist/models/InvitationRelationshipsCandidateSchema.js +0 -50
  97. package/dist/models/InvitationRelationshipsCandidateSchema.js.map +0 -1
  98. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts +0 -46
  99. package/dist/models/InvitationRelationshipsEmailDataSchema.d.ts.map +0 -1
  100. package/dist/models/InvitationRelationshipsEmailDataSchema.js +0 -58
  101. package/dist/models/InvitationRelationshipsEmailDataSchema.js.map +0 -1
  102. package/dist/models/InvitationRelationshipsEmailSchema.d.ts +0 -34
  103. package/dist/models/InvitationRelationshipsEmailSchema.d.ts.map +0 -1
  104. package/dist/models/InvitationRelationshipsEmailSchema.js +0 -50
  105. package/dist/models/InvitationRelationshipsEmailSchema.js.map +0 -1
  106. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts +0 -46
  107. package/dist/models/InvitationRelationshipsTalentDataSchema.d.ts.map +0 -1
  108. package/dist/models/InvitationRelationshipsTalentDataSchema.js +0 -58
  109. package/dist/models/InvitationRelationshipsTalentDataSchema.js.map +0 -1
  110. package/dist/models/InvitationRelationshipsTalentSchema.d.ts +0 -34
  111. package/dist/models/InvitationRelationshipsTalentSchema.d.ts.map +0 -1
  112. package/dist/models/InvitationRelationshipsTalentSchema.js +0 -50
  113. package/dist/models/InvitationRelationshipsTalentSchema.js.map +0 -1
@@ -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"}