@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,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"}
@@ -0,0 +1,48 @@
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 { ResourcesMetaSchema } from './ResourcesMetaSchema';
13
+ import type { InvitationResourceSchema } from './InvitationResourceSchema';
14
+ import type { ResourcesLinksSchema } from './ResourcesLinksSchema';
15
+ /**
16
+ *
17
+ * @export
18
+ * @interface InvitationsSchema
19
+ */
20
+ export interface InvitationsSchema {
21
+ /**
22
+ *
23
+ * @type {Array<InvitationResourceSchema>}
24
+ * @memberof InvitationsSchema
25
+ */
26
+ data?: Array<InvitationResourceSchema>;
27
+ /**
28
+ *
29
+ * @type {ResourcesLinksSchema}
30
+ * @memberof InvitationsSchema
31
+ */
32
+ links?: ResourcesLinksSchema;
33
+ /**
34
+ *
35
+ * @type {ResourcesMetaSchema}
36
+ * @memberof InvitationsSchema
37
+ */
38
+ meta?: ResourcesMetaSchema;
39
+ }
40
+ /**
41
+ * Check if a given object implements the InvitationsSchema interface.
42
+ */
43
+ export declare function instanceOfInvitationsSchema(value: object): value is InvitationsSchema;
44
+ export declare function InvitationsSchemaFromJSON(json: any): InvitationsSchema;
45
+ export declare function InvitationsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): InvitationsSchema;
46
+ export declare function InvitationsSchemaToJSON(json: any): InvitationsSchema;
47
+ export declare function InvitationsSchemaToJSONTyped(value?: InvitationsSchema | null, ignoreDiscriminator?: boolean): any;
48
+ //# sourceMappingURL=InvitationsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationsSchema.d.ts","sourceRoot":"","sources":["../../src/models/InvitationsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAOjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAO3E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvC;;;;OAIG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;;;OAIG;IACH,IAAI,CAAC,EAAE,mBAAmB,CAAC;CAC9B;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAUzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxH"}
@@ -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.instanceOfInvitationsSchema = instanceOfInvitationsSchema;
17
+ exports.InvitationsSchemaFromJSON = InvitationsSchemaFromJSON;
18
+ exports.InvitationsSchemaFromJSONTyped = InvitationsSchemaFromJSONTyped;
19
+ exports.InvitationsSchemaToJSON = InvitationsSchemaToJSON;
20
+ exports.InvitationsSchemaToJSONTyped = InvitationsSchemaToJSONTyped;
21
+ const ResourcesMetaSchema_1 = require("./ResourcesMetaSchema");
22
+ const InvitationResourceSchema_1 = require("./InvitationResourceSchema");
23
+ const ResourcesLinksSchema_1 = require("./ResourcesLinksSchema");
24
+ /**
25
+ * Check if a given object implements the InvitationsSchema interface.
26
+ */
27
+ function instanceOfInvitationsSchema(value) {
28
+ return true;
29
+ }
30
+ function InvitationsSchemaFromJSON(json) {
31
+ return InvitationsSchemaFromJSONTyped(json, false);
32
+ }
33
+ function InvitationsSchemaFromJSONTyped(json, ignoreDiscriminator) {
34
+ if (json == null) {
35
+ return json;
36
+ }
37
+ return {
38
+ 'data': json['data'] == null ? undefined : (json['data'].map(InvitationResourceSchema_1.InvitationResourceSchemaFromJSON)),
39
+ 'links': json['links'] == null ? undefined : (0, ResourcesLinksSchema_1.ResourcesLinksSchemaFromJSON)(json['links']),
40
+ 'meta': json['meta'] == null ? undefined : (0, ResourcesMetaSchema_1.ResourcesMetaSchemaFromJSON)(json['meta']),
41
+ };
42
+ }
43
+ function InvitationsSchemaToJSON(json) {
44
+ return InvitationsSchemaToJSONTyped(json, false);
45
+ }
46
+ function InvitationsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
47
+ if (value == null) {
48
+ return value;
49
+ }
50
+ return {
51
+ 'data': value['data'] == null ? undefined : (value['data'].map(InvitationResourceSchema_1.InvitationResourceSchemaToJSON)),
52
+ 'links': (0, ResourcesLinksSchema_1.ResourcesLinksSchemaToJSON)(value['links']),
53
+ 'meta': (0, ResourcesMetaSchema_1.ResourcesMetaSchemaToJSON)(value['meta']),
54
+ };
55
+ }
56
+ //# sourceMappingURL=InvitationsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InvitationsSchema.js","sourceRoot":"","sources":["../../src/models/InvitationsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAsDH,kEAEC;AAED,8DAEC;AAED,wEAUC;AAED,0DAEC;AAED,oEAWC;AArFD,+DAK+B;AAE/B,yEAKoC;AAEpC,iEAKgC;AA4BhC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,KAAa;IACrD,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,yBAAyB,CAAC,IAAS;IAC/C,OAAO,8BAA8B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACvD,CAAC;AAED,SAAgB,8BAA8B,CAAC,IAAS,EAAE,mBAA4B;IAClF,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,2DAAgC,CAAC,CAAC;QAC/G,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,mDAA4B,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxF,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,iDAA2B,EAAC,IAAI,CAAC,MAAM,CAAC,CAAC;KACvF,CAAC;AACN,CAAC;AAED,SAAgB,uBAAuB,CAAC,IAAS;IAC7C,OAAO,4BAA4B,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,4BAA4B,CAAC,KAAgC,EAAE,sBAA+B,KAAK;IAC/G,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,yDAA8B,CAAC,CAAC;QAC/G,OAAO,EAAE,IAAA,iDAA0B,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACnD,MAAM,EAAE,IAAA,+CAAyB,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;KACnD,CAAC;AACN,CAAC"}
@@ -49,7 +49,7 @@ export interface JobResourceSchema {
49
49
  */
50
50
  links?: ResourceLinksSchema;
51
51
  /**
52
- *
52
+ * Resource-level metadata (data.meta). Server-owned keys: `status` (internal build state), `briefId` / `briefFields` (the brief the job came from), `proposal` / `lastAppliedProposal` (jobs:update orders), `recruitmentKpis` (2026-09-03: the recruiting KPIs of an ACTIVE job computed once a day from the analytics lake by the report service - `{unit: hours, kpis: {timeToHire, timeToFill, offerResponseTime, assessmentStageDuration} as KpiValue {current, previous: null, delta: null, deltaPercent: null, sampleSize, sampleSizePrevious: 0}, trend: {labels, periodStarts, timeToHire[], timeToFill[]} over 12 weeks, window: {from, to, days: 365}, computedAt}`; projected on list rows; absent until the first nightly run after activation).
53
53
  * @type {{ [key: string]: any; }}
54
54
  * @memberof JobResourceSchema
55
55
  */