@smartytalent/api-client 0.9.24 → 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.
Files changed (150) hide show
  1. package/dist/apis/CORSApi.d.ts +65 -0
  2. package/dist/apis/CORSApi.d.ts.map +1 -1
  3. package/dist/apis/CORSApi.js +132 -0
  4. package/dist/apis/CORSApi.js.map +1 -1
  5. package/dist/apis/InvitationsApi.d.ts +148 -0
  6. package/dist/apis/InvitationsApi.d.ts.map +1 -0
  7. package/dist/apis/InvitationsApi.js +352 -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/CreateInvitationRequestBody.d.ts +34 -0
  22. package/dist/models/CreateInvitationRequestBody.d.ts.map +1 -0
  23. package/dist/models/CreateInvitationRequestBody.js +52 -0
  24. package/dist/models/CreateInvitationRequestBody.js.map +1 -0
  25. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts +82 -0
  26. package/dist/models/CreateInvitationRequestBodyAttributes.d.ts.map +1 -0
  27. package/dist/models/CreateInvitationRequestBodyAttributes.js +80 -0
  28. package/dist/models/CreateInvitationRequestBodyAttributes.js.map +1 -0
  29. package/dist/models/CreateInvitationRequestBodyData.d.ts +54 -0
  30. package/dist/models/CreateInvitationRequestBodyData.d.ts.map +1 -0
  31. package/dist/models/CreateInvitationRequestBodyData.js +66 -0
  32. package/dist/models/CreateInvitationRequestBodyData.js.map +1 -0
  33. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts +48 -0
  34. package/dist/models/CreateInvitationRequestBodyRelationships.d.ts.map +1 -0
  35. package/dist/models/CreateInvitationRequestBodyRelationships.js +58 -0
  36. package/dist/models/CreateInvitationRequestBodyRelationships.js.map +1 -0
  37. package/dist/models/CreateInvitationRequestBodyTalents.d.ts +34 -0
  38. package/dist/models/CreateInvitationRequestBodyTalents.d.ts.map +1 -0
  39. package/dist/models/CreateInvitationRequestBodyTalents.js +50 -0
  40. package/dist/models/CreateInvitationRequestBodyTalents.js.map +1 -0
  41. package/dist/models/FinderQueryTalentsSchema.d.ts +111 -2
  42. package/dist/models/FinderQueryTalentsSchema.d.ts.map +1 -1
  43. package/dist/models/FinderQueryTalentsSchema.js +37 -0
  44. package/dist/models/FinderQueryTalentsSchema.js.map +1 -1
  45. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts +63 -0
  46. package/dist/models/FinderQueryTalentsSchemaJobMatch.d.ts.map +1 -0
  47. package/dist/models/FinderQueryTalentsSchemaJobMatch.js +59 -0
  48. package/dist/models/FinderQueryTalentsSchemaJobMatch.js.map +1 -0
  49. package/dist/models/InvitationAttributesSchema.d.ts +113 -0
  50. package/dist/models/InvitationAttributesSchema.d.ts.map +1 -0
  51. package/dist/models/InvitationAttributesSchema.js +88 -0
  52. package/dist/models/InvitationAttributesSchema.js.map +1 -0
  53. package/dist/models/InvitationAttributesSchemaCounts.d.ts +81 -0
  54. package/dist/models/InvitationAttributesSchemaCounts.d.ts.map +1 -0
  55. package/dist/models/InvitationAttributesSchemaCounts.js +65 -0
  56. package/dist/models/InvitationAttributesSchemaCounts.js.map +1 -0
  57. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts +46 -0
  58. package/dist/models/InvitationRelationshipsJobDataSchema.d.ts.map +1 -0
  59. package/dist/models/InvitationRelationshipsJobDataSchema.js +58 -0
  60. package/dist/models/InvitationRelationshipsJobDataSchema.js.map +1 -0
  61. package/dist/models/InvitationRelationshipsJobSchema.d.ts +34 -0
  62. package/dist/models/InvitationRelationshipsJobSchema.d.ts.map +1 -0
  63. package/dist/models/InvitationRelationshipsJobSchema.js +50 -0
  64. package/dist/models/InvitationRelationshipsJobSchema.js.map +1 -0
  65. package/dist/models/InvitationRelationshipsSchema.d.ts +48 -0
  66. package/dist/models/InvitationRelationshipsSchema.d.ts.map +1 -0
  67. package/dist/models/InvitationRelationshipsSchema.js +56 -0
  68. package/dist/models/InvitationRelationshipsSchema.js.map +1 -0
  69. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts +34 -0
  70. package/dist/models/InvitationRelationshipsTalentsSchema.d.ts.map +1 -0
  71. package/dist/models/InvitationRelationshipsTalentsSchema.js +50 -0
  72. package/dist/models/InvitationRelationshipsTalentsSchema.js.map +1 -0
  73. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts +46 -0
  74. package/dist/models/InvitationRelationshipsTaskDataSchema.d.ts.map +1 -0
  75. package/dist/models/InvitationRelationshipsTaskDataSchema.js +58 -0
  76. package/dist/models/InvitationRelationshipsTaskDataSchema.js.map +1 -0
  77. package/dist/models/InvitationRelationshipsTaskSchema.d.ts +34 -0
  78. package/dist/models/InvitationRelationshipsTaskSchema.d.ts.map +1 -0
  79. package/dist/models/InvitationRelationshipsTaskSchema.js +50 -0
  80. package/dist/models/InvitationRelationshipsTaskSchema.js.map +1 -0
  81. package/dist/models/InvitationResourceSchema.d.ts +75 -0
  82. package/dist/models/InvitationResourceSchema.d.ts.map +1 -0
  83. package/dist/models/InvitationResourceSchema.js +75 -0
  84. package/dist/models/InvitationResourceSchema.js.map +1 -0
  85. package/dist/models/InvitationSchema.d.ts +49 -0
  86. package/dist/models/InvitationSchema.d.ts.map +1 -0
  87. package/dist/models/InvitationSchema.js +55 -0
  88. package/dist/models/InvitationSchema.js.map +1 -0
  89. package/dist/models/InvitationTalentIdentifierSchema.d.ts +53 -0
  90. package/dist/models/InvitationTalentIdentifierSchema.d.ts.map +1 -0
  91. package/dist/models/InvitationTalentIdentifierSchema.js +61 -0
  92. package/dist/models/InvitationTalentIdentifierSchema.js.map +1 -0
  93. package/dist/models/InvitationTalentMetaSchema.d.ts +133 -0
  94. package/dist/models/InvitationTalentMetaSchema.d.ts.map +1 -0
  95. package/dist/models/InvitationTalentMetaSchema.js +96 -0
  96. package/dist/models/InvitationTalentMetaSchema.js.map +1 -0
  97. package/dist/models/InvitationTalentsRelationshipSchema.d.ts +47 -0
  98. package/dist/models/InvitationTalentsRelationshipSchema.d.ts.map +1 -0
  99. package/dist/models/InvitationTalentsRelationshipSchema.js +55 -0
  100. package/dist/models/InvitationTalentsRelationshipSchema.js.map +1 -0
  101. package/dist/models/InvitationsSchema.d.ts +48 -0
  102. package/dist/models/InvitationsSchema.d.ts.map +1 -0
  103. package/dist/models/InvitationsSchema.js +56 -0
  104. package/dist/models/InvitationsSchema.js.map +1 -0
  105. package/dist/models/JobResourceSchema.d.ts +1 -1
  106. package/dist/models/TalentAttributesSchema.d.ts +27 -1
  107. package/dist/models/TalentAttributesSchema.d.ts.map +1 -1
  108. package/dist/models/TalentAttributesSchema.js +11 -1
  109. package/dist/models/TalentAttributesSchema.js.map +1 -1
  110. package/dist/models/TalentReportAttributesSchema.d.ts +42 -0
  111. package/dist/models/TalentReportAttributesSchema.d.ts.map +1 -0
  112. package/dist/models/TalentReportAttributesSchema.js +53 -0
  113. package/dist/models/TalentReportAttributesSchema.js.map +1 -0
  114. package/dist/models/TalentReportLinkSchema.d.ts +57 -0
  115. package/dist/models/TalentReportLinkSchema.d.ts.map +1 -0
  116. package/dist/models/TalentReportLinkSchema.js +57 -0
  117. package/dist/models/TalentReportLinkSchema.js.map +1 -0
  118. package/dist/models/TalentReportResourceSchema.d.ts +60 -0
  119. package/dist/models/TalentReportResourceSchema.d.ts.map +1 -0
  120. package/dist/models/TalentReportResourceSchema.js +64 -0
  121. package/dist/models/TalentReportResourceSchema.js.map +1 -0
  122. package/dist/models/TalentReportSchema.d.ts +34 -0
  123. package/dist/models/TalentReportSchema.d.ts.map +1 -0
  124. package/dist/models/TalentReportSchema.js +50 -0
  125. package/dist/models/TalentReportSchema.js.map +1 -0
  126. package/dist/models/UpdateInvitationRequestBody.d.ts +34 -0
  127. package/dist/models/UpdateInvitationRequestBody.d.ts.map +1 -0
  128. package/dist/models/UpdateInvitationRequestBody.js +52 -0
  129. package/dist/models/UpdateInvitationRequestBody.js.map +1 -0
  130. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts +80 -0
  131. package/dist/models/UpdateInvitationRequestBodyAttributes.d.ts.map +1 -0
  132. package/dist/models/UpdateInvitationRequestBodyAttributes.js +75 -0
  133. package/dist/models/UpdateInvitationRequestBodyAttributes.js.map +1 -0
  134. package/dist/models/UpdateInvitationRequestBodyData.d.ts +60 -0
  135. package/dist/models/UpdateInvitationRequestBodyData.d.ts.map +1 -0
  136. package/dist/models/UpdateInvitationRequestBodyData.js +68 -0
  137. package/dist/models/UpdateInvitationRequestBodyData.js.map +1 -0
  138. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts +34 -0
  139. package/dist/models/UpdateInvitationRequestBodyRelationships.d.ts.map +1 -0
  140. package/dist/models/UpdateInvitationRequestBodyRelationships.js +50 -0
  141. package/dist/models/UpdateInvitationRequestBodyRelationships.js.map +1 -0
  142. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts +34 -0
  143. package/dist/models/UpdateInvitationRequestBodyTalents.d.ts.map +1 -0
  144. package/dist/models/UpdateInvitationRequestBodyTalents.js +50 -0
  145. package/dist/models/UpdateInvitationRequestBodyTalents.js.map +1 -0
  146. package/dist/models/index.d.ts +29 -0
  147. package/dist/models/index.d.ts.map +1 -1
  148. package/dist/models/index.js +29 -0
  149. package/dist/models/index.js.map +1 -1
  150. package/package.json +1 -1
@@ -0,0 +1,56 @@
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 InvitationRelationshipsTaskSchema_1 = require("./InvitationRelationshipsTaskSchema");
22
+ const InvitationRelationshipsTalentsSchema_1 = require("./InvitationRelationshipsTalentsSchema");
23
+ const InvitationRelationshipsJobSchema_1 = require("./InvitationRelationshipsJobSchema");
24
+ /**
25
+ * Check if a given object implements the InvitationRelationshipsSchema interface.
26
+ */
27
+ function instanceOfInvitationRelationshipsSchema(value) {
28
+ return true;
29
+ }
30
+ function InvitationRelationshipsSchemaFromJSON(json) {
31
+ return InvitationRelationshipsSchemaFromJSONTyped(json, false);
32
+ }
33
+ function InvitationRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'job': json['job'] == null ? undefined : (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaFromJSON)(json['job']),
39
+ 'task': json['task'] == null ? undefined : (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaFromJSON)(json['task']),
40
+ 'talents': json['talents'] == null ? undefined : (0, InvitationRelationshipsTalentsSchema_1.InvitationRelationshipsTalentsSchemaFromJSON)(json['talents']),
41
+ };
42
+ }
43
+ function InvitationRelationshipsSchemaToJSON(json) {
44
+ return InvitationRelationshipsSchemaToJSONTyped(json, false);
45
+ }
46
+ function InvitationRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'job': (0, InvitationRelationshipsJobSchema_1.InvitationRelationshipsJobSchemaToJSON)(value['job']),
52
+ 'task': (0, InvitationRelationshipsTaskSchema_1.InvitationRelationshipsTaskSchemaToJSON)(value['task']),
53
+ 'talents': (0, InvitationRelationshipsTalentsSchema_1.InvitationRelationshipsTalentsSchemaToJSON)(value['talents']),
54
+ };
55
+ }
56
+ //# 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;;AAsDH,0FAEC;AAED,sFAEC;AAED,gGAUC;AAED,kFAEC;AAED,4FAWC;AArFD,2FAK6C;AAE7C,iGAKgD;AAEhD,yFAK4C;AA4B5C;;GAEG;AACH,SAAgB,uCAAuC,CAAC,KAAa;IACjE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS,EAAE,mBAA4B;IAC9F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,2EAAwC,EAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QAC9F,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,6EAAyC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QAClG,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mFAA4C,EAAC,IAAI,CAAC,SAAS,CAAC,CAAC;KACjH,CAAC;AACN,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,KAA4C,EAAE,sBAA+B,KAAK;IACvI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,KAAK,EAAE,IAAA,yEAAsC,EAAC,KAAK,CAAC,KAAK,CAAC,CAAC;QAC3D,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9D,SAAS,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;KAC1E,CAAC;AACN,CAAC"}
@@ -0,0 +1,34 @@
1
+ /**
2
+ * SmartyMeet Dev03 API REST
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.1
6
+ * Contact: developer@smartymeet.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { InvitationTalentIdentifierSchema } from './InvitationTalentIdentifierSchema';
13
+ /**
14
+ * The people on the list, in the order they were added; present on a show, absent on a list.
15
+ * @export
16
+ * @interface InvitationRelationshipsTalentsSchema
17
+ */
18
+ export interface InvitationRelationshipsTalentsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<InvitationTalentIdentifierSchema>}
22
+ * @memberof InvitationRelationshipsTalentsSchema
23
+ */
24
+ data?: Array<InvitationTalentIdentifierSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the InvitationRelationshipsTalentsSchema interface.
28
+ */
29
+ export declare function instanceOfInvitationRelationshipsTalentsSchema(value: object): value is InvitationRelationshipsTalentsSchema;
30
+ export declare function InvitationRelationshipsTalentsSchemaFromJSON(json: any): InvitationRelationshipsTalentsSchema;
31
+ export declare function InvitationRelationshipsTalentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTalentsSchema;
32
+ export declare function InvitationRelationshipsTalentsSchemaToJSON(json: any): InvitationRelationshipsTalentsSchema;
33
+ export declare function InvitationRelationshipsTalentsSchemaToJSONTyped(value?: InvitationRelationshipsTalentsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=InvitationRelationshipsTalentsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTalentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,oCAAoC,CAAC;AAQ3F;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,CAAC;CAClD;AAED;;GAEG;AACH,wBAAgB,8CAA8C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,oCAAoC,CAE3H;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE5G;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,oCAAoC,CAQ/I;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,oCAAoC,CAE1G;AAED,wBAAgB,+CAA+C,CAAC,KAAK,CAAC,EAAE,oCAAoC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS9J"}
@@ -0,0 +1,50 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.instanceOfInvitationRelationshipsTalentsSchema = instanceOfInvitationRelationshipsTalentsSchema;
17
+ exports.InvitationRelationshipsTalentsSchemaFromJSON = InvitationRelationshipsTalentsSchemaFromJSON;
18
+ exports.InvitationRelationshipsTalentsSchemaFromJSONTyped = InvitationRelationshipsTalentsSchemaFromJSONTyped;
19
+ exports.InvitationRelationshipsTalentsSchemaToJSON = InvitationRelationshipsTalentsSchemaToJSON;
20
+ exports.InvitationRelationshipsTalentsSchemaToJSONTyped = InvitationRelationshipsTalentsSchemaToJSONTyped;
21
+ const InvitationTalentIdentifierSchema_1 = require("./InvitationTalentIdentifierSchema");
22
+ /**
23
+ * Check if a given object implements the InvitationRelationshipsTalentsSchema interface.
24
+ */
25
+ function instanceOfInvitationRelationshipsTalentsSchema(value) {
26
+ return true;
27
+ }
28
+ function InvitationRelationshipsTalentsSchemaFromJSON(json) {
29
+ return InvitationRelationshipsTalentsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function InvitationRelationshipsTalentsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaFromJSON)),
37
+ };
38
+ }
39
+ function InvitationRelationshipsTalentsSchemaToJSON(json) {
40
+ return InvitationRelationshipsTalentsSchemaToJSONTyped(json, false);
41
+ }
42
+ function InvitationRelationshipsTalentsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(InvitationTalentIdentifierSchema_1.InvitationTalentIdentifierSchemaToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=InvitationRelationshipsTalentsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTalentsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTalentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,yFAK4C;AAgB5C;;GAEG;AACH,SAAgB,8CAA8C,CAAC,KAAa;IACxE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS;IAClE,OAAO,iDAAiD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC1E,CAAC;AAED,SAAgB,iDAAiD,CAAC,IAAS,EAAE,mBAA4B;IACrG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,2EAAwC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,KAAmD,EAAE,sBAA+B,KAAK;IACrJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,yEAAsC,CAAC,CAAC;KAC1H,CAAC;AACN,CAAC"}
@@ -0,0 +1,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 InvitationRelationshipsTaskDataSchema
16
+ */
17
+ export interface InvitationRelationshipsTaskDataSchema {
18
+ /**
19
+ *
20
+ * @type {InvitationRelationshipsTaskDataSchemaTypeEnum}
21
+ * @memberof InvitationRelationshipsTaskDataSchema
22
+ */
23
+ type?: InvitationRelationshipsTaskDataSchemaTypeEnum;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof InvitationRelationshipsTaskDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const InvitationRelationshipsTaskDataSchemaTypeEnum: {
35
+ readonly Tasks: "tasks";
36
+ };
37
+ export type InvitationRelationshipsTaskDataSchemaTypeEnum = typeof InvitationRelationshipsTaskDataSchemaTypeEnum[keyof typeof InvitationRelationshipsTaskDataSchemaTypeEnum];
38
+ /**
39
+ * Check if a given object implements the InvitationRelationshipsTaskDataSchema interface.
40
+ */
41
+ export declare function instanceOfInvitationRelationshipsTaskDataSchema(value: object): value is InvitationRelationshipsTaskDataSchema;
42
+ export declare function InvitationRelationshipsTaskDataSchemaFromJSON(json: any): InvitationRelationshipsTaskDataSchema;
43
+ export declare function InvitationRelationshipsTaskDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTaskDataSchema;
44
+ export declare function InvitationRelationshipsTaskDataSchemaToJSON(json: any): InvitationRelationshipsTaskDataSchema;
45
+ export declare function InvitationRelationshipsTaskDataSchemaToJSONTyped(value?: InvitationRelationshipsTaskDataSchema | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=InvitationRelationshipsTaskDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTaskDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTaskDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,qCAAqC;IAClD;;;;OAIG;IACH,IAAI,CAAC,EAAE,6CAA6C,CAAC;IACrD;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAGD;;GAEG;AACH,eAAO,MAAM,6CAA6C;;CAEhD,CAAC;AACX,MAAM,MAAM,6CAA6C,GAAG,OAAO,6CAA6C,CAAC,MAAM,OAAO,6CAA6C,CAAC,CAAC;AAG7K;;GAEG;AACH,wBAAgB,+CAA+C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qCAAqC,CAE7H;AAED,wBAAgB,6CAA6C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE9G;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qCAAqC,CASjJ;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,GAAG,qCAAqC,CAE5G;AAED,wBAAgB,gDAAgD,CAAC,KAAK,CAAC,EAAE,qCAAqC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhK"}
@@ -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.InvitationRelationshipsTaskDataSchemaTypeEnum = void 0;
17
+ exports.instanceOfInvitationRelationshipsTaskDataSchema = instanceOfInvitationRelationshipsTaskDataSchema;
18
+ exports.InvitationRelationshipsTaskDataSchemaFromJSON = InvitationRelationshipsTaskDataSchemaFromJSON;
19
+ exports.InvitationRelationshipsTaskDataSchemaFromJSONTyped = InvitationRelationshipsTaskDataSchemaFromJSONTyped;
20
+ exports.InvitationRelationshipsTaskDataSchemaToJSON = InvitationRelationshipsTaskDataSchemaToJSON;
21
+ exports.InvitationRelationshipsTaskDataSchemaToJSONTyped = InvitationRelationshipsTaskDataSchemaToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.InvitationRelationshipsTaskDataSchemaTypeEnum = {
26
+ Tasks: 'tasks'
27
+ };
28
+ /**
29
+ * Check if a given object implements the InvitationRelationshipsTaskDataSchema interface.
30
+ */
31
+ function instanceOfInvitationRelationshipsTaskDataSchema(value) {
32
+ return true;
33
+ }
34
+ function InvitationRelationshipsTaskDataSchemaFromJSON(json) {
35
+ return InvitationRelationshipsTaskDataSchemaFromJSONTyped(json, false);
36
+ }
37
+ function InvitationRelationshipsTaskDataSchemaFromJSONTyped(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 InvitationRelationshipsTaskDataSchemaToJSON(json) {
47
+ return InvitationRelationshipsTaskDataSchemaToJSONTyped(json, false);
48
+ }
49
+ function InvitationRelationshipsTaskDataSchemaToJSONTyped(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=InvitationRelationshipsTaskDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTaskDataSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTaskDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,0GAEC;AAED,sGAEC;AAED,gHASC;AAED,kGAEC;AAED,4GAUC;AA7CD;;GAEG;AACU,QAAA,6CAA6C,GAAG;IACzD,KAAK,EAAE,OAAO;CACR,CAAC;AAIX;;GAEG;AACH,SAAgB,+CAA+C,CAAC,KAAa;IACzE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,6CAA6C,CAAC,IAAS;IACnE,OAAO,kDAAkD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC3E,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS,EAAE,mBAA4B;IACtG,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,2CAA2C,CAAC,IAAS;IACjE,OAAO,gDAAgD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACzE,CAAC;AAED,SAAgB,gDAAgD,CAAC,KAAoD,EAAE,sBAA+B,KAAK;IACvJ,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 { InvitationRelationshipsTaskDataSchema } from './InvitationRelationshipsTaskDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface InvitationRelationshipsTaskSchema
17
+ */
18
+ export interface InvitationRelationshipsTaskSchema {
19
+ /**
20
+ *
21
+ * @type {InvitationRelationshipsTaskDataSchema}
22
+ * @memberof InvitationRelationshipsTaskSchema
23
+ */
24
+ data?: InvitationRelationshipsTaskDataSchema | null;
25
+ }
26
+ /**
27
+ * Check if a given object implements the InvitationRelationshipsTaskSchema interface.
28
+ */
29
+ export declare function instanceOfInvitationRelationshipsTaskSchema(value: object): value is InvitationRelationshipsTaskSchema;
30
+ export declare function InvitationRelationshipsTaskSchemaFromJSON(json: any): InvitationRelationshipsTaskSchema;
31
+ export declare function InvitationRelationshipsTaskSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationRelationshipsTaskSchema;
32
+ export declare function InvitationRelationshipsTaskSchemaToJSON(json: any): InvitationRelationshipsTaskSchema;
33
+ export declare function InvitationRelationshipsTaskSchemaToJSONTyped(value?: InvitationRelationshipsTaskSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=InvitationRelationshipsTaskSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTaskSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTaskSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AAQrG;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,qCAAqC,GAAG,IAAI,CAAC;CACvD;AAED;;GAEG;AACH,wBAAgB,2CAA2C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iCAAiC,CAErH;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEtG;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iCAAiC,CAQzI;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,iCAAiC,CAEpG;AAED,wBAAgB,4CAA4C,CAAC,KAAK,CAAC,EAAE,iCAAiC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASxJ"}
@@ -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.instanceOfInvitationRelationshipsTaskSchema = instanceOfInvitationRelationshipsTaskSchema;
17
+ exports.InvitationRelationshipsTaskSchemaFromJSON = InvitationRelationshipsTaskSchemaFromJSON;
18
+ exports.InvitationRelationshipsTaskSchemaFromJSONTyped = InvitationRelationshipsTaskSchemaFromJSONTyped;
19
+ exports.InvitationRelationshipsTaskSchemaToJSON = InvitationRelationshipsTaskSchemaToJSON;
20
+ exports.InvitationRelationshipsTaskSchemaToJSONTyped = InvitationRelationshipsTaskSchemaToJSONTyped;
21
+ const InvitationRelationshipsTaskDataSchema_1 = require("./InvitationRelationshipsTaskDataSchema");
22
+ /**
23
+ * Check if a given object implements the InvitationRelationshipsTaskSchema interface.
24
+ */
25
+ function instanceOfInvitationRelationshipsTaskSchema(value) {
26
+ return true;
27
+ }
28
+ function InvitationRelationshipsTaskSchemaFromJSON(json) {
29
+ return InvitationRelationshipsTaskSchemaFromJSONTyped(json, false);
30
+ }
31
+ function InvitationRelationshipsTaskSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (0, InvitationRelationshipsTaskDataSchema_1.InvitationRelationshipsTaskDataSchemaFromJSON)(json['data']),
37
+ };
38
+ }
39
+ function InvitationRelationshipsTaskSchemaToJSON(json) {
40
+ return InvitationRelationshipsTaskSchemaToJSONTyped(json, false);
41
+ }
42
+ function InvitationRelationshipsTaskSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': (0, InvitationRelationshipsTaskDataSchema_1.InvitationRelationshipsTaskDataSchemaToJSON)(value['data']),
48
+ };
49
+ }
50
+ //# sourceMappingURL=InvitationRelationshipsTaskSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationRelationshipsTaskSchema.js","sourceRoot":"","sources":["../../src/models/InvitationRelationshipsTaskSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kGAEC;AAED,8FAEC;AAED,wGAQC;AAED,0FAEC;AAED,oGASC;AAvDD,mGAKiD;AAgBjD;;GAEG;AACH,SAAgB,2CAA2C,CAAC,KAAa;IACrE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yCAAyC,CAAC,IAAS;IAC/D,OAAO,8CAA8C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvE,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS,EAAE,mBAA4B;IAClG,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,qFAA6C,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACzG,CAAC;AACN,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,KAAgD,EAAE,sBAA+B,KAAK;IAC/I,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,mFAA2C,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACrE,CAAC;AACN,CAAC"}
@@ -0,0 +1,75 @@
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 { InvitationAttributesSchema } from './InvitationAttributesSchema';
13
+ import type { InvitationRelationshipsSchema } from './InvitationRelationshipsSchema';
14
+ import type { ResourceLinksSchema } from './ResourceLinksSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface InvitationResourceSchema
19
+ */
20
+ export interface InvitationResourceSchema {
21
+ /**
22
+ *
23
+ * @type {InvitationResourceSchemaTypeEnum}
24
+ * @memberof InvitationResourceSchema
25
+ */
26
+ type: InvitationResourceSchemaTypeEnum;
27
+ /**
28
+ * Returns results with an ID greater than the specified ID. The ID is a combination of a UUID4 (hexadecimal) followed by a hyphen and an integer number from 1 to 9.
29
+ * @type {string}
30
+ * @memberof InvitationResourceSchema
31
+ */
32
+ id: string;
33
+ /**
34
+ *
35
+ * @type {InvitationAttributesSchema}
36
+ * @memberof InvitationResourceSchema
37
+ */
38
+ attributes: InvitationAttributesSchema;
39
+ /**
40
+ *
41
+ * @type {InvitationRelationshipsSchema}
42
+ * @memberof InvitationResourceSchema
43
+ */
44
+ relationships?: InvitationRelationshipsSchema;
45
+ /**
46
+ *
47
+ * @type {ResourceLinksSchema}
48
+ * @memberof InvitationResourceSchema
49
+ */
50
+ links?: ResourceLinksSchema;
51
+ /**
52
+ *
53
+ * @type {{ [key: string]: any; }}
54
+ * @memberof InvitationResourceSchema
55
+ */
56
+ meta?: {
57
+ [key: string]: any;
58
+ };
59
+ }
60
+ /**
61
+ * @export
62
+ */
63
+ export declare const InvitationResourceSchemaTypeEnum: {
64
+ readonly Invitations: "invitations";
65
+ };
66
+ export type InvitationResourceSchemaTypeEnum = typeof InvitationResourceSchemaTypeEnum[keyof typeof InvitationResourceSchemaTypeEnum];
67
+ /**
68
+ * Check if a given object implements the InvitationResourceSchema interface.
69
+ */
70
+ export declare function instanceOfInvitationResourceSchema(value: object): value is InvitationResourceSchema;
71
+ export declare function InvitationResourceSchemaFromJSON(json: any): InvitationResourceSchema;
72
+ export declare function InvitationResourceSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationResourceSchema;
73
+ export declare function InvitationResourceSchemaToJSON(json: any): InvitationResourceSchema;
74
+ export declare function InvitationResourceSchemaToJSONTyped(value?: InvitationResourceSchema | null, ignoreDiscriminator?: boolean): any;
75
+ //# sourceMappingURL=InvitationResourceSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationResourceSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAO/E,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAOrF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAQjE;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,IAAI,EAAE,gCAAgC,CAAC;IACvC;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,UAAU,EAAE,0BAA0B,CAAC;IACvC;;;;OAIG;IACH,aAAa,CAAC,EAAE,6BAA6B,CAAC;IAC9C;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAGD;;GAEG;AACH,eAAO,MAAM,gCAAgC;;CAEnC,CAAC;AACX,MAAM,MAAM,gCAAgC,GAAG,OAAO,gCAAgC,CAAC,MAAM,OAAO,gCAAgC,CAAC,CAAC;AAGtI;;GAEG;AACH,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wBAAwB,CAKnG;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAEpF;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wBAAwB,CAavH;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,GAAG,wBAAwB,CAElF;AAED,wBAAgB,mCAAmC,CAAC,KAAK,CAAC,EAAE,wBAAwB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CActI"}
@@ -0,0 +1,75 @@
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.InvitationResourceSchemaTypeEnum = void 0;
17
+ exports.instanceOfInvitationResourceSchema = instanceOfInvitationResourceSchema;
18
+ exports.InvitationResourceSchemaFromJSON = InvitationResourceSchemaFromJSON;
19
+ exports.InvitationResourceSchemaFromJSONTyped = InvitationResourceSchemaFromJSONTyped;
20
+ exports.InvitationResourceSchemaToJSON = InvitationResourceSchemaToJSON;
21
+ exports.InvitationResourceSchemaToJSONTyped = InvitationResourceSchemaToJSONTyped;
22
+ const InvitationAttributesSchema_1 = require("./InvitationAttributesSchema");
23
+ const InvitationRelationshipsSchema_1 = require("./InvitationRelationshipsSchema");
24
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
25
+ /**
26
+ * @export
27
+ */
28
+ exports.InvitationResourceSchemaTypeEnum = {
29
+ Invitations: 'invitations'
30
+ };
31
+ /**
32
+ * Check if a given object implements the InvitationResourceSchema interface.
33
+ */
34
+ function instanceOfInvitationResourceSchema(value) {
35
+ if (!('type' in value) || value['type'] === undefined)
36
+ return false;
37
+ if (!('id' in value) || value['id'] === undefined)
38
+ return false;
39
+ if (!('attributes' in value) || value['attributes'] === undefined)
40
+ return false;
41
+ return true;
42
+ }
43
+ function InvitationResourceSchemaFromJSON(json) {
44
+ return InvitationResourceSchemaFromJSONTyped(json, false);
45
+ }
46
+ function InvitationResourceSchemaFromJSONTyped(json, ignoreDiscriminator) {
47
+ if (json == null) {
48
+ return json;
49
+ }
50
+ return {
51
+ 'type': json['type'],
52
+ 'id': json['id'],
53
+ 'attributes': (0, InvitationAttributesSchema_1.InvitationAttributesSchemaFromJSON)(json['attributes']),
54
+ 'relationships': json['relationships'] == null ? undefined : (0, InvitationRelationshipsSchema_1.InvitationRelationshipsSchemaFromJSON)(json['relationships']),
55
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
56
+ 'meta': json['meta'] == null ? undefined : json['meta'],
57
+ };
58
+ }
59
+ function InvitationResourceSchemaToJSON(json) {
60
+ return InvitationResourceSchemaToJSONTyped(json, false);
61
+ }
62
+ function InvitationResourceSchemaToJSONTyped(value, ignoreDiscriminator = false) {
63
+ if (value == null) {
64
+ return value;
65
+ }
66
+ return {
67
+ 'type': value['type'],
68
+ 'id': value['id'],
69
+ 'attributes': (0, InvitationAttributesSchema_1.InvitationAttributesSchemaToJSON)(value['attributes']),
70
+ 'relationships': (0, InvitationRelationshipsSchema_1.InvitationRelationshipsSchemaToJSON)(value['relationships']),
71
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
72
+ 'meta': value['meta'],
73
+ };
74
+ }
75
+ //# sourceMappingURL=InvitationResourceSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationResourceSchema.js","sourceRoot":"","sources":["../../src/models/InvitationResourceSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAkFH,gFAKC;AAED,4EAEC;AAED,sFAaC;AAED,wEAEC;AAED,kFAcC;AA1HD,6EAKsC;AAEtC,mFAKyC;AAEzC,+DAK+B;AA+C/B;;GAEG;AACU,QAAA,gCAAgC,GAAG;IAC5C,WAAW,EAAE,aAAa;CACpB,CAAC;AAIX;;GAEG;AACH,SAAgB,kCAAkC,CAAC,KAAa;IAC5D,IAAI,CAAC,CAAC,MAAM,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IACpE,IAAI,CAAC,CAAC,IAAI,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChE,IAAI,CAAC,CAAC,YAAY,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,YAAY,CAAC,KAAK,SAAS;QAAE,OAAO,KAAK,CAAC;IAChF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gCAAgC,CAAC,IAAS;IACtD,OAAO,qCAAqC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9D,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS,EAAE,mBAA4B;IACzF,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC;QACpB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;QAChB,YAAY,EAAE,IAAA,+DAAkC,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;QACpE,eAAe,EAAE,IAAI,CAAC,eAAe,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,qEAAqC,EAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QACzH,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS;IACpD,OAAO,mCAAmC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5D,CAAC;AAED,SAAgB,mCAAmC,CAAC,KAAuC,EAAE,sBAA+B,KAAK;IAC7H,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;QACjB,YAAY,EAAE,IAAA,6DAAgC,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QACnE,eAAe,EAAE,IAAA,mEAAmC,EAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QAC5E,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}
@@ -0,0 +1,49 @@
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 { ResourceLinksSchema } from './ResourceLinksSchema';
13
+ import type { InvitationResourceSchema } from './InvitationResourceSchema';
14
+ /**
15
+ *
16
+ * @export
17
+ * @interface InvitationSchema
18
+ */
19
+ export interface InvitationSchema {
20
+ /**
21
+ *
22
+ * @type {InvitationResourceSchema}
23
+ * @memberof InvitationSchema
24
+ */
25
+ data?: InvitationResourceSchema;
26
+ /**
27
+ *
28
+ * @type {ResourceLinksSchema}
29
+ * @memberof InvitationSchema
30
+ */
31
+ links?: ResourceLinksSchema;
32
+ /**
33
+ *
34
+ * @type {{ [key: string]: any; }}
35
+ * @memberof InvitationSchema
36
+ */
37
+ meta?: {
38
+ [key: string]: any;
39
+ };
40
+ }
41
+ /**
42
+ * Check if a given object implements the InvitationSchema interface.
43
+ */
44
+ export declare function instanceOfInvitationSchema(value: object): value is InvitationSchema;
45
+ export declare function InvitationSchemaFromJSON(json: any): InvitationSchema;
46
+ export declare function InvitationSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationSchema;
47
+ export declare function InvitationSchemaToJSON(json: any): InvitationSchema;
48
+ export declare function InvitationSchemaToJSONTyped(value?: InvitationSchema | null, ignoreDiscriminator?: boolean): any;
49
+ //# sourceMappingURL=InvitationSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAQ3E;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,wBAAwB,CAAC;IAChC;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KAAE,CAAC;CAClC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAEnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAUvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWtH"}
@@ -0,0 +1,55 @@
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.instanceOfInvitationSchema = instanceOfInvitationSchema;
17
+ exports.InvitationSchemaFromJSON = InvitationSchemaFromJSON;
18
+ exports.InvitationSchemaFromJSONTyped = InvitationSchemaFromJSONTyped;
19
+ exports.InvitationSchemaToJSON = InvitationSchemaToJSON;
20
+ exports.InvitationSchemaToJSONTyped = InvitationSchemaToJSONTyped;
21
+ const ResourceLinksSchema_1 = require("./ResourceLinksSchema");
22
+ const InvitationResourceSchema_1 = require("./InvitationResourceSchema");
23
+ /**
24
+ * Check if a given object implements the InvitationSchema interface.
25
+ */
26
+ function instanceOfInvitationSchema(value) {
27
+ return true;
28
+ }
29
+ function InvitationSchemaFromJSON(json) {
30
+ return InvitationSchemaFromJSONTyped(json, false);
31
+ }
32
+ function InvitationSchemaFromJSONTyped(json, ignoreDiscriminator) {
33
+ if (json == null) {
34
+ return json;
35
+ }
36
+ return {
37
+ 'data': json['data'] == null ? undefined : (0, InvitationResourceSchema_1.InvitationResourceSchemaFromJSON)(json['data']),
38
+ 'links': json['links'] == null ? undefined : (0, ResourceLinksSchema_1.ResourceLinksSchemaFromJSON)(json['links']),
39
+ 'meta': json['meta'] == null ? undefined : json['meta'],
40
+ };
41
+ }
42
+ function InvitationSchemaToJSON(json) {
43
+ return InvitationSchemaToJSONTyped(json, false);
44
+ }
45
+ function InvitationSchemaToJSONTyped(value, ignoreDiscriminator = false) {
46
+ if (value == null) {
47
+ return value;
48
+ }
49
+ return {
50
+ 'data': (0, InvitationResourceSchema_1.InvitationResourceSchemaToJSON)(value['data']),
51
+ 'links': (0, ResourceLinksSchema_1.ResourceLinksSchemaToJSON)(value['links']),
52
+ 'meta': value['meta'],
53
+ };
54
+ }
55
+ //# sourceMappingURL=InvitationSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationSchema.js","sourceRoot":"","sources":["../../src/models/InvitationSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA+CH,gEAEC;AAED,4DAEC;AAED,sEAUC;AAED,wDAEC;AAED,kEAWC;AA9ED,+DAK+B;AAE/B,yEAKoC;AA4BpC;;GAEG;AACH,SAAgB,0BAA0B,CAAC,KAAa;IACpD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,wBAAwB,CAAC,IAAS;IAC9C,OAAO,6BAA6B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtD,CAAC;AAED,SAAgB,6BAA6B,CAAC,IAAS,EAAE,mBAA4B;IACjF,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,2DAAgC,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzF,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACvF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;KAC1D,CAAC;AACN,CAAC;AAED,SAAgB,sBAAsB,CAAC,IAAS;IAC5C,OAAO,2BAA2B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACpD,CAAC;AAED,SAAgB,2BAA2B,CAAC,KAA+B,EAAE,sBAA+B,KAAK;IAC7G,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,IAAA,yDAA8B,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACrD,OAAO,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAClD,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;KACxB,CAAC;AACN,CAAC"}