@smartytalent/api-client 0.1.16 → 0.1.18

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 (115) hide show
  1. package/dist/apis/FormsApi.d.ts +1 -71
  2. package/dist/apis/FormsApi.d.ts.map +1 -1
  3. package/dist/apis/FormsApi.js +0 -148
  4. package/dist/apis/FormsApi.js.map +1 -1
  5. package/dist/apis/RunsApi.d.ts +16 -33
  6. package/dist/apis/RunsApi.d.ts.map +1 -1
  7. package/dist/apis/RunsApi.js +25 -66
  8. package/dist/apis/RunsApi.js.map +1 -1
  9. package/dist/apis/SubmissionsApi.d.ts +195 -0
  10. package/dist/apis/SubmissionsApi.d.ts.map +1 -0
  11. package/dist/apis/SubmissionsApi.js +441 -0
  12. package/dist/apis/SubmissionsApi.js.map +1 -0
  13. package/dist/apis/index.d.ts +1 -0
  14. package/dist/apis/index.d.ts.map +1 -1
  15. package/dist/apis/index.js +1 -0
  16. package/dist/apis/index.js.map +1 -1
  17. package/dist/models/CreateSubmissionRequest.d.ts +101 -0
  18. package/dist/models/CreateSubmissionRequest.d.ts.map +1 -0
  19. package/dist/models/{SubmitFormRequest.js → CreateSubmissionRequest.js} +26 -19
  20. package/dist/models/CreateSubmissionRequest.js.map +1 -0
  21. package/dist/models/CreateSubmissionRequestFilesInner.d.ts +39 -0
  22. package/dist/models/CreateSubmissionRequestFilesInner.d.ts.map +1 -0
  23. package/dist/models/CreateSubmissionRequestFilesInner.js +51 -0
  24. package/dist/models/CreateSubmissionRequestFilesInner.js.map +1 -0
  25. package/dist/models/CreateSubmissionRequestReferral.d.ts +51 -0
  26. package/dist/models/CreateSubmissionRequestReferral.d.ts.map +1 -0
  27. package/dist/models/CreateSubmissionRequestReferral.js +55 -0
  28. package/dist/models/CreateSubmissionRequestReferral.js.map +1 -0
  29. package/dist/models/SubmissionAttributesSchema.d.ts +117 -0
  30. package/dist/models/SubmissionAttributesSchema.d.ts.map +1 -0
  31. package/dist/models/SubmissionAttributesSchema.js +96 -0
  32. package/dist/models/SubmissionAttributesSchema.js.map +1 -0
  33. package/dist/models/SubmissionAttributesSchemaConsent.d.ts +39 -0
  34. package/dist/models/SubmissionAttributesSchemaConsent.d.ts.map +1 -0
  35. package/dist/models/SubmissionAttributesSchemaConsent.js +51 -0
  36. package/dist/models/SubmissionAttributesSchemaConsent.js.map +1 -0
  37. package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts +51 -0
  38. package/dist/models/SubmissionAttributesSchemaFilesInner.d.ts.map +1 -0
  39. package/dist/models/SubmissionAttributesSchemaFilesInner.js +55 -0
  40. package/dist/models/SubmissionAttributesSchemaFilesInner.js.map +1 -0
  41. package/dist/models/SubmissionRelationshipsCandidatesSchema.d.ts +34 -0
  42. package/dist/models/SubmissionRelationshipsCandidatesSchema.d.ts.map +1 -0
  43. package/dist/models/SubmissionRelationshipsCandidatesSchema.js +50 -0
  44. package/dist/models/SubmissionRelationshipsCandidatesSchema.js.map +1 -0
  45. package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.d.ts +39 -0
  46. package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.d.ts.map +1 -0
  47. package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.js +51 -0
  48. package/dist/models/SubmissionRelationshipsCandidatesSchemaDataInner.js.map +1 -0
  49. package/dist/models/SubmissionRelationshipsFormsSchema.d.ts +34 -0
  50. package/dist/models/SubmissionRelationshipsFormsSchema.d.ts.map +1 -0
  51. package/dist/models/SubmissionRelationshipsFormsSchema.js +50 -0
  52. package/dist/models/SubmissionRelationshipsFormsSchema.js.map +1 -0
  53. package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.d.ts +39 -0
  54. package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.d.ts.map +1 -0
  55. package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.js +51 -0
  56. package/dist/models/SubmissionRelationshipsFormsSchemaDataInner.js.map +1 -0
  57. package/dist/models/SubmissionRelationshipsJobsSchema.d.ts +34 -0
  58. package/dist/models/SubmissionRelationshipsJobsSchema.d.ts.map +1 -0
  59. package/dist/models/SubmissionRelationshipsJobsSchema.js +50 -0
  60. package/dist/models/SubmissionRelationshipsJobsSchema.js.map +1 -0
  61. package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.d.ts +39 -0
  62. package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.d.ts.map +1 -0
  63. package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.js +51 -0
  64. package/dist/models/SubmissionRelationshipsJobsSchemaDataInner.js.map +1 -0
  65. package/dist/models/SubmissionRelationshipsSchema.d.ts +55 -0
  66. package/dist/models/SubmissionRelationshipsSchema.d.ts.map +1 -0
  67. package/dist/models/SubmissionRelationshipsSchema.js +59 -0
  68. package/dist/models/SubmissionRelationshipsSchema.js.map +1 -0
  69. package/dist/models/SubmissionRelationshipsTalentsSchema.d.ts +34 -0
  70. package/dist/models/SubmissionRelationshipsTalentsSchema.d.ts.map +1 -0
  71. package/dist/models/SubmissionRelationshipsTalentsSchema.js +50 -0
  72. package/dist/models/SubmissionRelationshipsTalentsSchema.js.map +1 -0
  73. package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.d.ts +39 -0
  74. package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.d.ts.map +1 -0
  75. package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.js +51 -0
  76. package/dist/models/SubmissionRelationshipsTalentsSchemaDataInner.js.map +1 -0
  77. package/dist/models/SubmissionResourceSchema.d.ts +75 -0
  78. package/dist/models/SubmissionResourceSchema.d.ts.map +1 -0
  79. package/dist/models/SubmissionResourceSchema.js +75 -0
  80. package/dist/models/SubmissionResourceSchema.js.map +1 -0
  81. package/dist/models/SubmissionSchema.d.ts +49 -0
  82. package/dist/models/SubmissionSchema.d.ts.map +1 -0
  83. package/dist/models/SubmissionSchema.js +55 -0
  84. package/dist/models/SubmissionSchema.js.map +1 -0
  85. package/dist/models/SubmissionsSchema.d.ts +48 -0
  86. package/dist/models/SubmissionsSchema.d.ts.map +1 -0
  87. package/dist/models/SubmissionsSchema.js +56 -0
  88. package/dist/models/SubmissionsSchema.js.map +1 -0
  89. package/dist/models/UpdateSubmissionRequestBody.d.ts +34 -0
  90. package/dist/models/UpdateSubmissionRequestBody.d.ts.map +1 -0
  91. package/dist/models/UpdateSubmissionRequestBody.js +52 -0
  92. package/dist/models/UpdateSubmissionRequestBody.js.map +1 -0
  93. package/dist/models/UpdateSubmissionRequestBodyData.d.ts +60 -0
  94. package/dist/models/UpdateSubmissionRequestBodyData.d.ts.map +1 -0
  95. package/dist/models/UpdateSubmissionRequestBodyData.js +70 -0
  96. package/dist/models/UpdateSubmissionRequestBodyData.js.map +1 -0
  97. package/dist/models/UploadSubmissionFileRequest.d.ts +51 -0
  98. package/dist/models/UploadSubmissionFileRequest.d.ts.map +1 -0
  99. package/dist/models/{UploadFormFileRequest.js → UploadSubmissionFileRequest.js} +18 -14
  100. package/dist/models/UploadSubmissionFileRequest.js.map +1 -0
  101. package/dist/models/index.d.ts +21 -3
  102. package/dist/models/index.d.ts.map +1 -1
  103. package/dist/models/index.js +21 -3
  104. package/dist/models/index.js.map +1 -1
  105. package/package.json +1 -1
  106. package/dist/models/SubmitFormRequest.d.ts +0 -88
  107. package/dist/models/SubmitFormRequest.d.ts.map +0 -1
  108. package/dist/models/SubmitFormRequest.js.map +0 -1
  109. package/dist/models/SubmitFormRequestFilesInner.d.ts +0 -39
  110. package/dist/models/SubmitFormRequestFilesInner.d.ts.map +0 -1
  111. package/dist/models/SubmitFormRequestFilesInner.js +0 -51
  112. package/dist/models/SubmitFormRequestFilesInner.js.map +0 -1
  113. package/dist/models/UploadFormFileRequest.d.ts +0 -45
  114. package/dist/models/UploadFormFileRequest.d.ts.map +0 -1
  115. package/dist/models/UploadFormFileRequest.js.map +0 -1
@@ -0,0 +1,39 @@
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 SubmissionRelationshipsFormsSchemaDataInner
16
+ */
17
+ export interface SubmissionRelationshipsFormsSchemaDataInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SubmissionRelationshipsFormsSchemaDataInner
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SubmissionRelationshipsFormsSchemaDataInner
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SubmissionRelationshipsFormsSchemaDataInner interface.
33
+ */
34
+ export declare function instanceOfSubmissionRelationshipsFormsSchemaDataInner(value: object): value is SubmissionRelationshipsFormsSchemaDataInner;
35
+ export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner;
36
+ export declare function SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsFormsSchemaDataInner;
37
+ export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsFormsSchemaDataInner;
38
+ export declare function SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsFormsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=SubmissionRelationshipsFormsSchemaDataInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsFormsSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2CAA2C;IACxD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,qDAAqD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2CAA2C,CAEzI;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAE1H;AAED,wBAAgB,wDAAwD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2CAA2C,CAS7J;AAED,wBAAgB,iDAAiD,CAAC,IAAI,EAAE,GAAG,GAAG,2CAA2C,CAExH;AAED,wBAAgB,sDAAsD,CAAC,KAAK,CAAC,EAAE,2CAA2C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5K"}
@@ -0,0 +1,51 @@
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.instanceOfSubmissionRelationshipsFormsSchemaDataInner = instanceOfSubmissionRelationshipsFormsSchemaDataInner;
17
+ exports.SubmissionRelationshipsFormsSchemaDataInnerFromJSON = SubmissionRelationshipsFormsSchemaDataInnerFromJSON;
18
+ exports.SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped = SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped;
19
+ exports.SubmissionRelationshipsFormsSchemaDataInnerToJSON = SubmissionRelationshipsFormsSchemaDataInnerToJSON;
20
+ exports.SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped = SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SubmissionRelationshipsFormsSchemaDataInner interface.
23
+ */
24
+ function instanceOfSubmissionRelationshipsFormsSchemaDataInner(value) {
25
+ return true;
26
+ }
27
+ function SubmissionRelationshipsFormsSchemaDataInnerFromJSON(json) {
28
+ return SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json, false);
29
+ }
30
+ function SubmissionRelationshipsFormsSchemaDataInnerFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function SubmissionRelationshipsFormsSchemaDataInnerToJSON(json) {
40
+ return SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(json, false);
41
+ }
42
+ function SubmissionRelationshipsFormsSchemaDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=SubmissionRelationshipsFormsSchemaDataInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsFormsSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsFormsSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sHAEC;AAED,kHAEC;AAED,4HASC;AAED,8GAEC;AAED,wHAUC;AApCD;;GAEG;AACH,SAAgB,qDAAqD,CAAC,KAAa;IAC/E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,IAAS,EAAE,mBAA4B;IAC5G,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,iDAAiD,CAAC,IAAS;IACvE,OAAO,sDAAsD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/E,CAAC;AAED,SAAgB,sDAAsD,CAAC,KAA0D,EAAE,sBAA+B,KAAK;IACnK,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 { SubmissionRelationshipsJobsSchemaDataInner } from './SubmissionRelationshipsJobsSchemaDataInner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SubmissionRelationshipsJobsSchema
17
+ */
18
+ export interface SubmissionRelationshipsJobsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<SubmissionRelationshipsJobsSchemaDataInner>}
22
+ * @memberof SubmissionRelationshipsJobsSchema
23
+ */
24
+ data?: Array<SubmissionRelationshipsJobsSchemaDataInner>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the SubmissionRelationshipsJobsSchema interface.
28
+ */
29
+ export declare function instanceOfSubmissionRelationshipsJobsSchema(value: object): value is SubmissionRelationshipsJobsSchema;
30
+ export declare function SubmissionRelationshipsJobsSchemaFromJSON(json: any): SubmissionRelationshipsJobsSchema;
31
+ export declare function SubmissionRelationshipsJobsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsJobsSchema;
32
+ export declare function SubmissionRelationshipsJobsSchemaToJSON(json: any): SubmissionRelationshipsJobsSchema;
33
+ export declare function SubmissionRelationshipsJobsSchemaToJSONTyped(value?: SubmissionRelationshipsJobsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=SubmissionRelationshipsJobsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsJobsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,0CAA0C,EAAE,MAAM,8CAA8C,CAAC;AAQ/G;;;;GAIG;AACH,MAAM,WAAW,iCAAiC;IAC9C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,0CAA0C,CAAC,CAAC;CAC5D;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.instanceOfSubmissionRelationshipsJobsSchema = instanceOfSubmissionRelationshipsJobsSchema;
17
+ exports.SubmissionRelationshipsJobsSchemaFromJSON = SubmissionRelationshipsJobsSchemaFromJSON;
18
+ exports.SubmissionRelationshipsJobsSchemaFromJSONTyped = SubmissionRelationshipsJobsSchemaFromJSONTyped;
19
+ exports.SubmissionRelationshipsJobsSchemaToJSON = SubmissionRelationshipsJobsSchemaToJSON;
20
+ exports.SubmissionRelationshipsJobsSchemaToJSONTyped = SubmissionRelationshipsJobsSchemaToJSONTyped;
21
+ const SubmissionRelationshipsJobsSchemaDataInner_1 = require("./SubmissionRelationshipsJobsSchemaDataInner");
22
+ /**
23
+ * Check if a given object implements the SubmissionRelationshipsJobsSchema interface.
24
+ */
25
+ function instanceOfSubmissionRelationshipsJobsSchema(value) {
26
+ return true;
27
+ }
28
+ function SubmissionRelationshipsJobsSchemaFromJSON(json) {
29
+ return SubmissionRelationshipsJobsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function SubmissionRelationshipsJobsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(SubmissionRelationshipsJobsSchemaDataInner_1.SubmissionRelationshipsJobsSchemaDataInnerFromJSON)),
37
+ };
38
+ }
39
+ function SubmissionRelationshipsJobsSchemaToJSON(json) {
40
+ return SubmissionRelationshipsJobsSchemaToJSONTyped(json, false);
41
+ }
42
+ function SubmissionRelationshipsJobsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(SubmissionRelationshipsJobsSchemaDataInner_1.SubmissionRelationshipsJobsSchemaDataInnerToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=SubmissionRelationshipsJobsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsJobsSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,kGAEC;AAED,8FAEC;AAED,wGAQC;AAED,0FAEC;AAED,oGASC;AAvDD,6GAKsD;AAgBtD;;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,CAAE,IAAI,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,+FAAkD,CAAC,CAAC;KACpI,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,KAAK,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,CAAE,KAAK,CAAC,MAAM,CAAgB,CAAC,GAAG,CAAC,6FAAgD,CAAC,CAAC;KACpI,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
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 SubmissionRelationshipsJobsSchemaDataInner
16
+ */
17
+ export interface SubmissionRelationshipsJobsSchemaDataInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SubmissionRelationshipsJobsSchemaDataInner
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SubmissionRelationshipsJobsSchemaDataInner
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SubmissionRelationshipsJobsSchemaDataInner interface.
33
+ */
34
+ export declare function instanceOfSubmissionRelationshipsJobsSchemaDataInner(value: object): value is SubmissionRelationshipsJobsSchemaDataInner;
35
+ export declare function SubmissionRelationshipsJobsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsJobsSchemaDataInner;
36
+ export declare function SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsJobsSchemaDataInner;
37
+ export declare function SubmissionRelationshipsJobsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsJobsSchemaDataInner;
38
+ export declare function SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsJobsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=SubmissionRelationshipsJobsSchemaDataInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsJobsSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,0CAA0C;IACvD;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,oDAAoD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,0CAA0C,CAEvI;AAED,wBAAgB,kDAAkD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAExH;AAED,wBAAgB,uDAAuD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,0CAA0C,CAS3J;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,0CAA0C,CAEtH;AAED,wBAAgB,qDAAqD,CAAC,KAAK,CAAC,EAAE,0CAA0C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1K"}
@@ -0,0 +1,51 @@
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.instanceOfSubmissionRelationshipsJobsSchemaDataInner = instanceOfSubmissionRelationshipsJobsSchemaDataInner;
17
+ exports.SubmissionRelationshipsJobsSchemaDataInnerFromJSON = SubmissionRelationshipsJobsSchemaDataInnerFromJSON;
18
+ exports.SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped = SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped;
19
+ exports.SubmissionRelationshipsJobsSchemaDataInnerToJSON = SubmissionRelationshipsJobsSchemaDataInnerToJSON;
20
+ exports.SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped = SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SubmissionRelationshipsJobsSchemaDataInner interface.
23
+ */
24
+ function instanceOfSubmissionRelationshipsJobsSchemaDataInner(value) {
25
+ return true;
26
+ }
27
+ function SubmissionRelationshipsJobsSchemaDataInnerFromJSON(json) {
28
+ return SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped(json, false);
29
+ }
30
+ function SubmissionRelationshipsJobsSchemaDataInnerFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function SubmissionRelationshipsJobsSchemaDataInnerToJSON(json) {
40
+ return SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped(json, false);
41
+ }
42
+ function SubmissionRelationshipsJobsSchemaDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=SubmissionRelationshipsJobsSchemaDataInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsJobsSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsJobsSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oHAEC;AAED,gHAEC;AAED,0HASC;AAED,4GAEC;AAED,sHAUC;AApCD;;GAEG;AACH,SAAgB,oDAAoD,CAAC,KAAa;IAC9E,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,kDAAkD,CAAC,IAAS;IACxE,OAAO,uDAAuD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAChF,CAAC;AAED,SAAgB,uDAAuD,CAAC,IAAS,EAAE,mBAA4B;IAC3G,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;QACvD,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC;KACpD,CAAC;AACN,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,KAAyD,EAAE,sBAA+B,KAAK;IACjK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC;QACrB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC;KACpB,CAAC;AACN,CAAC"}
@@ -0,0 +1,55 @@
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 { SubmissionRelationshipsFormsSchema } from './SubmissionRelationshipsFormsSchema';
13
+ import type { SubmissionRelationshipsJobsSchema } from './SubmissionRelationshipsJobsSchema';
14
+ import type { SubmissionRelationshipsCandidatesSchema } from './SubmissionRelationshipsCandidatesSchema';
15
+ import type { SubmissionRelationshipsTalentsSchema } from './SubmissionRelationshipsTalentsSchema';
16
+ /**
17
+ *
18
+ * @export
19
+ * @interface SubmissionRelationshipsSchema
20
+ */
21
+ export interface SubmissionRelationshipsSchema {
22
+ /**
23
+ *
24
+ * @type {SubmissionRelationshipsFormsSchema}
25
+ * @memberof SubmissionRelationshipsSchema
26
+ */
27
+ forms?: SubmissionRelationshipsFormsSchema;
28
+ /**
29
+ *
30
+ * @type {SubmissionRelationshipsJobsSchema}
31
+ * @memberof SubmissionRelationshipsSchema
32
+ */
33
+ jobs?: SubmissionRelationshipsJobsSchema;
34
+ /**
35
+ *
36
+ * @type {SubmissionRelationshipsTalentsSchema}
37
+ * @memberof SubmissionRelationshipsSchema
38
+ */
39
+ talents?: SubmissionRelationshipsTalentsSchema;
40
+ /**
41
+ *
42
+ * @type {SubmissionRelationshipsCandidatesSchema}
43
+ * @memberof SubmissionRelationshipsSchema
44
+ */
45
+ candidates?: SubmissionRelationshipsCandidatesSchema;
46
+ }
47
+ /**
48
+ * Check if a given object implements the SubmissionRelationshipsSchema interface.
49
+ */
50
+ export declare function instanceOfSubmissionRelationshipsSchema(value: object): value is SubmissionRelationshipsSchema;
51
+ export declare function SubmissionRelationshipsSchemaFromJSON(json: any): SubmissionRelationshipsSchema;
52
+ export declare function SubmissionRelationshipsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsSchema;
53
+ export declare function SubmissionRelationshipsSchemaToJSON(json: any): SubmissionRelationshipsSchema;
54
+ export declare function SubmissionRelationshipsSchemaToJSONTyped(value?: SubmissionRelationshipsSchema | null, ignoreDiscriminator?: boolean): any;
55
+ //# sourceMappingURL=SubmissionRelationshipsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAO/F,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AAO7F,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,2CAA2C,CAAC;AAOzG,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAQnG;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAC1C;;;;OAIG;IACH,KAAK,CAAC,EAAE,kCAAkC,CAAC;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,iCAAiC,CAAC;IACzC;;;;OAIG;IACH,OAAO,CAAC,EAAE,oCAAoC,CAAC;IAC/C;;;;OAIG;IACH,UAAU,CAAC,EAAE,uCAAuC,CAAC;CACxD;AAED;;GAEG;AACH,wBAAgB,uCAAuC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6BAA6B,CAE7G;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE9F;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6BAA6B,CAWjI;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,6BAA6B,CAE5F;AAED,wBAAgB,wCAAwC,CAAC,KAAK,CAAC,EAAE,6BAA6B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAYhJ"}
@@ -0,0 +1,59 @@
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.instanceOfSubmissionRelationshipsSchema = instanceOfSubmissionRelationshipsSchema;
17
+ exports.SubmissionRelationshipsSchemaFromJSON = SubmissionRelationshipsSchemaFromJSON;
18
+ exports.SubmissionRelationshipsSchemaFromJSONTyped = SubmissionRelationshipsSchemaFromJSONTyped;
19
+ exports.SubmissionRelationshipsSchemaToJSON = SubmissionRelationshipsSchemaToJSON;
20
+ exports.SubmissionRelationshipsSchemaToJSONTyped = SubmissionRelationshipsSchemaToJSONTyped;
21
+ const SubmissionRelationshipsFormsSchema_1 = require("./SubmissionRelationshipsFormsSchema");
22
+ const SubmissionRelationshipsJobsSchema_1 = require("./SubmissionRelationshipsJobsSchema");
23
+ const SubmissionRelationshipsCandidatesSchema_1 = require("./SubmissionRelationshipsCandidatesSchema");
24
+ const SubmissionRelationshipsTalentsSchema_1 = require("./SubmissionRelationshipsTalentsSchema");
25
+ /**
26
+ * Check if a given object implements the SubmissionRelationshipsSchema interface.
27
+ */
28
+ function instanceOfSubmissionRelationshipsSchema(value) {
29
+ return true;
30
+ }
31
+ function SubmissionRelationshipsSchemaFromJSON(json) {
32
+ return SubmissionRelationshipsSchemaFromJSONTyped(json, false);
33
+ }
34
+ function SubmissionRelationshipsSchemaFromJSONTyped(json, ignoreDiscriminator) {
35
+ if (json == null) {
36
+ return json;
37
+ }
38
+ return {
39
+ 'forms': json['forms'] == null ? undefined : (0, SubmissionRelationshipsFormsSchema_1.SubmissionRelationshipsFormsSchemaFromJSON)(json['forms']),
40
+ 'jobs': json['jobs'] == null ? undefined : (0, SubmissionRelationshipsJobsSchema_1.SubmissionRelationshipsJobsSchemaFromJSON)(json['jobs']),
41
+ 'talents': json['talents'] == null ? undefined : (0, SubmissionRelationshipsTalentsSchema_1.SubmissionRelationshipsTalentsSchemaFromJSON)(json['talents']),
42
+ 'candidates': json['candidates'] == null ? undefined : (0, SubmissionRelationshipsCandidatesSchema_1.SubmissionRelationshipsCandidatesSchemaFromJSON)(json['candidates']),
43
+ };
44
+ }
45
+ function SubmissionRelationshipsSchemaToJSON(json) {
46
+ return SubmissionRelationshipsSchemaToJSONTyped(json, false);
47
+ }
48
+ function SubmissionRelationshipsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
49
+ if (value == null) {
50
+ return value;
51
+ }
52
+ return {
53
+ 'forms': (0, SubmissionRelationshipsFormsSchema_1.SubmissionRelationshipsFormsSchemaToJSON)(value['forms']),
54
+ 'jobs': (0, SubmissionRelationshipsJobsSchema_1.SubmissionRelationshipsJobsSchemaToJSON)(value['jobs']),
55
+ 'talents': (0, SubmissionRelationshipsTalentsSchema_1.SubmissionRelationshipsTalentsSchemaToJSON)(value['talents']),
56
+ 'candidates': (0, SubmissionRelationshipsCandidatesSchema_1.SubmissionRelationshipsCandidatesSchemaToJSON)(value['candidates']),
57
+ };
58
+ }
59
+ //# sourceMappingURL=SubmissionRelationshipsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AAmEH,0FAEC;AAED,sFAEC;AAED,gGAWC;AAED,kFAEC;AAED,4FAYC;AApGD,6FAK8C;AAE9C,2FAK6C;AAE7C,uGAKmD;AAEnD,iGAKgD;AAkChD;;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,OAAO,EAAE,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,+EAA0C,EAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtG,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;QAC9G,YAAY,EAAE,IAAI,CAAC,YAAY,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAA,yFAA+C,EAAC,IAAI,CAAC,YAAY,CAAC,CAAC;KAC7H,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,OAAO,EAAE,IAAA,6EAAwC,EAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QACjE,MAAM,EAAE,IAAA,2EAAuC,EAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9D,SAAS,EAAE,IAAA,iFAA0C,EAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACvE,YAAY,EAAE,IAAA,uFAA6C,EAAC,KAAK,CAAC,YAAY,CAAC,CAAC;KACnF,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 { SubmissionRelationshipsTalentsSchemaDataInner } from './SubmissionRelationshipsTalentsSchemaDataInner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SubmissionRelationshipsTalentsSchema
17
+ */
18
+ export interface SubmissionRelationshipsTalentsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<SubmissionRelationshipsTalentsSchemaDataInner>}
22
+ * @memberof SubmissionRelationshipsTalentsSchema
23
+ */
24
+ data?: Array<SubmissionRelationshipsTalentsSchemaDataInner>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the SubmissionRelationshipsTalentsSchema interface.
28
+ */
29
+ export declare function instanceOfSubmissionRelationshipsTalentsSchema(value: object): value is SubmissionRelationshipsTalentsSchema;
30
+ export declare function SubmissionRelationshipsTalentsSchemaFromJSON(json: any): SubmissionRelationshipsTalentsSchema;
31
+ export declare function SubmissionRelationshipsTalentsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsTalentsSchema;
32
+ export declare function SubmissionRelationshipsTalentsSchemaToJSON(json: any): SubmissionRelationshipsTalentsSchema;
33
+ export declare function SubmissionRelationshipsTalentsSchemaToJSONTyped(value?: SubmissionRelationshipsTalentsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=SubmissionRelationshipsTalentsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsTalentsSchema.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsTalentsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,6CAA6C,EAAE,MAAM,iDAAiD,CAAC;AAQrH;;;;GAIG;AACH,MAAM,WAAW,oCAAoC;IACjD;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,6CAA6C,CAAC,CAAC;CAC/D;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.instanceOfSubmissionRelationshipsTalentsSchema = instanceOfSubmissionRelationshipsTalentsSchema;
17
+ exports.SubmissionRelationshipsTalentsSchemaFromJSON = SubmissionRelationshipsTalentsSchemaFromJSON;
18
+ exports.SubmissionRelationshipsTalentsSchemaFromJSONTyped = SubmissionRelationshipsTalentsSchemaFromJSONTyped;
19
+ exports.SubmissionRelationshipsTalentsSchemaToJSON = SubmissionRelationshipsTalentsSchemaToJSON;
20
+ exports.SubmissionRelationshipsTalentsSchemaToJSONTyped = SubmissionRelationshipsTalentsSchemaToJSONTyped;
21
+ const SubmissionRelationshipsTalentsSchemaDataInner_1 = require("./SubmissionRelationshipsTalentsSchemaDataInner");
22
+ /**
23
+ * Check if a given object implements the SubmissionRelationshipsTalentsSchema interface.
24
+ */
25
+ function instanceOfSubmissionRelationshipsTalentsSchema(value) {
26
+ return true;
27
+ }
28
+ function SubmissionRelationshipsTalentsSchemaFromJSON(json) {
29
+ return SubmissionRelationshipsTalentsSchemaFromJSONTyped(json, false);
30
+ }
31
+ function SubmissionRelationshipsTalentsSchemaFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(SubmissionRelationshipsTalentsSchemaDataInner_1.SubmissionRelationshipsTalentsSchemaDataInnerFromJSON)),
37
+ };
38
+ }
39
+ function SubmissionRelationshipsTalentsSchemaToJSON(json) {
40
+ return SubmissionRelationshipsTalentsSchemaToJSONTyped(json, false);
41
+ }
42
+ function SubmissionRelationshipsTalentsSchemaToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(SubmissionRelationshipsTalentsSchemaDataInner_1.SubmissionRelationshipsTalentsSchemaDataInnerToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=SubmissionRelationshipsTalentsSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsTalentsSchema.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsTalentsSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,wGAEC;AAED,oGAEC;AAED,8GAQC;AAED,gGAEC;AAED,0GASC;AAvDD,mHAKyD;AAgBzD;;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,qGAAqD,CAAC,CAAC;KACvI,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,mGAAmD,CAAC,CAAC;KACvI,CAAC;AACN,CAAC"}
@@ -0,0 +1,39 @@
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 SubmissionRelationshipsTalentsSchemaDataInner
16
+ */
17
+ export interface SubmissionRelationshipsTalentsSchemaDataInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SubmissionRelationshipsTalentsSchemaDataInner
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SubmissionRelationshipsTalentsSchemaDataInner
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SubmissionRelationshipsTalentsSchemaDataInner interface.
33
+ */
34
+ export declare function instanceOfSubmissionRelationshipsTalentsSchemaDataInner(value: object): value is SubmissionRelationshipsTalentsSchemaDataInner;
35
+ export declare function SubmissionRelationshipsTalentsSchemaDataInnerFromJSON(json: any): SubmissionRelationshipsTalentsSchemaDataInner;
36
+ export declare function SubmissionRelationshipsTalentsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmissionRelationshipsTalentsSchemaDataInner;
37
+ export declare function SubmissionRelationshipsTalentsSchemaDataInnerToJSON(json: any): SubmissionRelationshipsTalentsSchemaDataInner;
38
+ export declare function SubmissionRelationshipsTalentsSchemaDataInnerToJSONTyped(value?: SubmissionRelationshipsTalentsSchemaDataInner | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=SubmissionRelationshipsTalentsSchemaDataInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsTalentsSchemaDataInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsTalentsSchemaDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,6CAA6C;IAC1D;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,uDAAuD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,6CAA6C,CAE7I;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,GAAG,6CAA6C,CAE9H;AAED,wBAAgB,0DAA0D,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,6CAA6C,CASjK;AAED,wBAAgB,mDAAmD,CAAC,IAAI,EAAE,GAAG,GAAG,6CAA6C,CAE5H;AAED,wBAAgB,wDAAwD,CAAC,KAAK,CAAC,EAAE,6CAA6C,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUhL"}
@@ -0,0 +1,51 @@
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.instanceOfSubmissionRelationshipsTalentsSchemaDataInner = instanceOfSubmissionRelationshipsTalentsSchemaDataInner;
17
+ exports.SubmissionRelationshipsTalentsSchemaDataInnerFromJSON = SubmissionRelationshipsTalentsSchemaDataInnerFromJSON;
18
+ exports.SubmissionRelationshipsTalentsSchemaDataInnerFromJSONTyped = SubmissionRelationshipsTalentsSchemaDataInnerFromJSONTyped;
19
+ exports.SubmissionRelationshipsTalentsSchemaDataInnerToJSON = SubmissionRelationshipsTalentsSchemaDataInnerToJSON;
20
+ exports.SubmissionRelationshipsTalentsSchemaDataInnerToJSONTyped = SubmissionRelationshipsTalentsSchemaDataInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SubmissionRelationshipsTalentsSchemaDataInner interface.
23
+ */
24
+ function instanceOfSubmissionRelationshipsTalentsSchemaDataInner(value) {
25
+ return true;
26
+ }
27
+ function SubmissionRelationshipsTalentsSchemaDataInnerFromJSON(json) {
28
+ return SubmissionRelationshipsTalentsSchemaDataInnerFromJSONTyped(json, false);
29
+ }
30
+ function SubmissionRelationshipsTalentsSchemaDataInnerFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'type': json['type'] == null ? undefined : json['type'],
36
+ 'id': json['id'] == null ? undefined : json['id'],
37
+ };
38
+ }
39
+ function SubmissionRelationshipsTalentsSchemaDataInnerToJSON(json) {
40
+ return SubmissionRelationshipsTalentsSchemaDataInnerToJSONTyped(json, false);
41
+ }
42
+ function SubmissionRelationshipsTalentsSchemaDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'type': value['type'],
48
+ 'id': value['id'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=SubmissionRelationshipsTalentsSchemaDataInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmissionRelationshipsTalentsSchemaDataInner.js","sourceRoot":"","sources":["../../src/models/SubmissionRelationshipsTalentsSchemaDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,0HAEC;AAED,sHAEC;AAED,gIASC;AAED,kHAEC;AAED,4HAUC;AApCD;;GAEG;AACH,SAAgB,uDAAuD,CAAC,KAAa;IACjF,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS;IAC3E,OAAO,0DAA0D,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnF,CAAC;AAED,SAAgB,0DAA0D,CAAC,IAAS,EAAE,mBAA4B;IAC9G,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,mDAAmD,CAAC,IAAS;IACzE,OAAO,wDAAwD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjF,CAAC;AAED,SAAgB,wDAAwD,CAAC,KAA4D,EAAE,sBAA+B,KAAK;IACvK,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"}