@smartytalent/api-client 0.1.8 → 0.1.10

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 (128) hide show
  1. package/dist/apis/CandidatesApi.d.ts +1 -0
  2. package/dist/apis/CandidatesApi.d.ts.map +1 -1
  3. package/dist/apis/CandidatesApi.js +3 -0
  4. package/dist/apis/CandidatesApi.js.map +1 -1
  5. package/dist/apis/FormsApi.d.ts +71 -1
  6. package/dist/apis/FormsApi.d.ts.map +1 -1
  7. package/dist/apis/FormsApi.js +148 -0
  8. package/dist/apis/FormsApi.js.map +1 -1
  9. package/dist/apis/JobsApi.d.ts +1 -0
  10. package/dist/apis/JobsApi.d.ts.map +1 -1
  11. package/dist/apis/JobsApi.js +3 -0
  12. package/dist/apis/JobsApi.js.map +1 -1
  13. package/dist/apis/RunsApi.d.ts +9 -5
  14. package/dist/apis/RunsApi.d.ts.map +1 -1
  15. package/dist/apis/RunsApi.js +13 -7
  16. package/dist/apis/RunsApi.js.map +1 -1
  17. package/dist/apis/TalentsApi.d.ts +2 -0
  18. package/dist/apis/TalentsApi.d.ts.map +1 -1
  19. package/dist/apis/TalentsApi.js +6 -0
  20. package/dist/apis/TalentsApi.js.map +1 -1
  21. package/dist/apis/TenantsApi.d.ts +1 -0
  22. package/dist/apis/TenantsApi.d.ts.map +1 -1
  23. package/dist/apis/TenantsApi.js +3 -0
  24. package/dist/apis/TenantsApi.js.map +1 -1
  25. package/dist/apis/WorkflowsApi.d.ts +5 -4
  26. package/dist/apis/WorkflowsApi.d.ts.map +1 -1
  27. package/dist/apis/WorkflowsApi.js +7 -4
  28. package/dist/apis/WorkflowsApi.js.map +1 -1
  29. package/dist/models/CandidateRelationshipsFilesDataSchema.d.ts +39 -0
  30. package/dist/models/CandidateRelationshipsFilesDataSchema.d.ts.map +1 -0
  31. package/dist/models/CandidateRelationshipsFilesDataSchema.js +51 -0
  32. package/dist/models/CandidateRelationshipsFilesDataSchema.js.map +1 -0
  33. package/dist/models/CandidateRelationshipsFilesSchema.d.ts +34 -0
  34. package/dist/models/CandidateRelationshipsFilesSchema.d.ts.map +1 -0
  35. package/dist/models/CandidateRelationshipsFilesSchema.js +50 -0
  36. package/dist/models/CandidateRelationshipsFilesSchema.js.map +1 -0
  37. package/dist/models/CandidateRelationshipsFormsDataSchema.d.ts +39 -0
  38. package/dist/models/CandidateRelationshipsFormsDataSchema.d.ts.map +1 -0
  39. package/dist/models/CandidateRelationshipsFormsDataSchema.js +51 -0
  40. package/dist/models/CandidateRelationshipsFormsDataSchema.js.map +1 -0
  41. package/dist/models/CandidateRelationshipsFormsSchema.d.ts +34 -0
  42. package/dist/models/CandidateRelationshipsFormsSchema.d.ts.map +1 -0
  43. package/dist/models/CandidateRelationshipsFormsSchema.js +50 -0
  44. package/dist/models/CandidateRelationshipsFormsSchema.js.map +1 -0
  45. package/dist/models/CandidateRelationshipsSchema.d.ts +14 -0
  46. package/dist/models/CandidateRelationshipsSchema.d.ts.map +1 -1
  47. package/dist/models/CandidateRelationshipsSchema.js +6 -0
  48. package/dist/models/CandidateRelationshipsSchema.js.map +1 -1
  49. package/dist/models/CreateCandidateRequestBodyData.d.ts +8 -0
  50. package/dist/models/CreateCandidateRequestBodyData.d.ts.map +1 -1
  51. package/dist/models/CreateCandidateRequestBodyData.js +2 -0
  52. package/dist/models/CreateCandidateRequestBodyData.js.map +1 -1
  53. package/dist/models/CreateEmailRequestBodyData.d.ts +8 -0
  54. package/dist/models/CreateEmailRequestBodyData.d.ts.map +1 -1
  55. package/dist/models/CreateEmailRequestBodyData.js +2 -0
  56. package/dist/models/CreateEmailRequestBodyData.js.map +1 -1
  57. package/dist/models/CreateFormRequestBodyData.d.ts +1 -1
  58. package/dist/models/CreateFormRequestBodyData.js +1 -1
  59. package/dist/models/CreateFormRequestBodyData.js.map +1 -1
  60. package/dist/models/CreateJobRequestBodyData.d.ts +8 -0
  61. package/dist/models/CreateJobRequestBodyData.d.ts.map +1 -1
  62. package/dist/models/CreateJobRequestBodyData.js +2 -0
  63. package/dist/models/CreateJobRequestBodyData.js.map +1 -1
  64. package/dist/models/CreateRunRequestBody.d.ts +34 -0
  65. package/dist/models/CreateRunRequestBody.d.ts.map +1 -0
  66. package/dist/models/CreateRunRequestBody.js +52 -0
  67. package/dist/models/CreateRunRequestBody.js.map +1 -0
  68. package/dist/models/CreateRunRequestBodyData.d.ts +54 -0
  69. package/dist/models/CreateRunRequestBodyData.d.ts.map +1 -0
  70. package/dist/models/CreateRunRequestBodyData.js +68 -0
  71. package/dist/models/CreateRunRequestBodyData.js.map +1 -0
  72. package/dist/models/CreateTalentRequestBodyData.d.ts +8 -0
  73. package/dist/models/CreateTalentRequestBodyData.d.ts.map +1 -1
  74. package/dist/models/CreateTalentRequestBodyData.js +2 -0
  75. package/dist/models/CreateTalentRequestBodyData.js.map +1 -1
  76. package/dist/models/FileAttributesSchema.d.ts +30 -0
  77. package/dist/models/FileAttributesSchema.d.ts.map +1 -1
  78. package/dist/models/FileAttributesSchema.js +10 -0
  79. package/dist/models/FileAttributesSchema.js.map +1 -1
  80. package/dist/models/FormAttributesSchema.d.ts +24 -0
  81. package/dist/models/FormAttributesSchema.d.ts.map +1 -1
  82. package/dist/models/FormAttributesSchema.js +8 -0
  83. package/dist/models/FormAttributesSchema.js.map +1 -1
  84. package/dist/models/RunAttributesSchema.d.ts +33 -0
  85. package/dist/models/RunAttributesSchema.d.ts.map +1 -0
  86. package/dist/models/RunAttributesSchema.js +49 -0
  87. package/dist/models/RunAttributesSchema.js.map +1 -0
  88. package/dist/models/RunRelationshipsSchema.d.ts +34 -0
  89. package/dist/models/RunRelationshipsSchema.d.ts.map +1 -0
  90. package/dist/models/RunRelationshipsSchema.js +52 -0
  91. package/dist/models/RunRelationshipsSchema.js.map +1 -0
  92. package/dist/models/RunRelationshipsSchemaWorkflows.d.ts +34 -0
  93. package/dist/models/RunRelationshipsSchemaWorkflows.d.ts.map +1 -0
  94. package/dist/models/RunRelationshipsSchemaWorkflows.js +50 -0
  95. package/dist/models/RunRelationshipsSchemaWorkflows.js.map +1 -0
  96. package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts +46 -0
  97. package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.d.ts.map +1 -0
  98. package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js +62 -0
  99. package/dist/models/RunRelationshipsSchemaWorkflowsDataInner.js.map +1 -0
  100. package/dist/models/SubmitFormRequest.d.ts +88 -0
  101. package/dist/models/SubmitFormRequest.d.ts.map +1 -0
  102. package/dist/models/SubmitFormRequest.js +74 -0
  103. package/dist/models/SubmitFormRequest.js.map +1 -0
  104. package/dist/models/SubmitFormRequestFilesInner.d.ts +39 -0
  105. package/dist/models/SubmitFormRequestFilesInner.d.ts.map +1 -0
  106. package/dist/models/SubmitFormRequestFilesInner.js +51 -0
  107. package/dist/models/SubmitFormRequestFilesInner.js.map +1 -0
  108. package/dist/models/TalentRelationshipsFormsDataSchema.d.ts +39 -0
  109. package/dist/models/TalentRelationshipsFormsDataSchema.d.ts.map +1 -0
  110. package/dist/models/TalentRelationshipsFormsDataSchema.js +51 -0
  111. package/dist/models/TalentRelationshipsFormsDataSchema.js.map +1 -0
  112. package/dist/models/TalentRelationshipsFormsSchema.d.ts +34 -0
  113. package/dist/models/TalentRelationshipsFormsSchema.d.ts.map +1 -0
  114. package/dist/models/TalentRelationshipsFormsSchema.js +50 -0
  115. package/dist/models/TalentRelationshipsFormsSchema.js.map +1 -0
  116. package/dist/models/TalentRelationshipsSchema.d.ts +7 -0
  117. package/dist/models/TalentRelationshipsSchema.d.ts.map +1 -1
  118. package/dist/models/TalentRelationshipsSchema.js +3 -0
  119. package/dist/models/TalentRelationshipsSchema.js.map +1 -1
  120. package/dist/models/UploadFormFileRequest.d.ts +45 -0
  121. package/dist/models/UploadFormFileRequest.d.ts.map +1 -0
  122. package/dist/models/UploadFormFileRequest.js +59 -0
  123. package/dist/models/UploadFormFileRequest.js.map +1 -0
  124. package/dist/models/index.d.ts +15 -0
  125. package/dist/models/index.d.ts.map +1 -1
  126. package/dist/models/index.js +15 -0
  127. package/dist/models/index.js.map +1 -1
  128. package/package.json +1 -1
@@ -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 { RunRelationshipsSchemaWorkflowsDataInner } from './RunRelationshipsSchemaWorkflowsDataInner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RunRelationshipsSchemaWorkflows
17
+ */
18
+ export interface RunRelationshipsSchemaWorkflows {
19
+ /**
20
+ *
21
+ * @type {Array<RunRelationshipsSchemaWorkflowsDataInner>}
22
+ * @memberof RunRelationshipsSchemaWorkflows
23
+ */
24
+ data?: Array<RunRelationshipsSchemaWorkflowsDataInner>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
28
+ */
29
+ export declare function instanceOfRunRelationshipsSchemaWorkflows(value: object): value is RunRelationshipsSchemaWorkflows;
30
+ export declare function RunRelationshipsSchemaWorkflowsFromJSON(json: any): RunRelationshipsSchemaWorkflows;
31
+ export declare function RunRelationshipsSchemaWorkflowsFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflows;
32
+ export declare function RunRelationshipsSchemaWorkflowsToJSON(json: any): RunRelationshipsSchemaWorkflows;
33
+ export declare function RunRelationshipsSchemaWorkflowsToJSONTyped(value?: RunRelationshipsSchemaWorkflows | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=RunRelationshipsSchemaWorkflows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchemaWorkflows.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflows.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AAQ3G;;;;GAIG;AACH,MAAM,WAAW,+BAA+B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,wCAAwC,CAAC,CAAC;CAC1D;AAED;;GAEG;AACH,wBAAgB,yCAAyC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,+BAA+B,CAEjH;AAED,wBAAgB,uCAAuC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAElG;AAED,wBAAgB,4CAA4C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,+BAA+B,CAQrI;AAED,wBAAgB,qCAAqC,CAAC,IAAI,EAAE,GAAG,GAAG,+BAA+B,CAEhG;AAED,wBAAgB,0CAA0C,CAAC,KAAK,CAAC,EAAE,+BAA+B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASpJ"}
@@ -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.instanceOfRunRelationshipsSchemaWorkflows = instanceOfRunRelationshipsSchemaWorkflows;
17
+ exports.RunRelationshipsSchemaWorkflowsFromJSON = RunRelationshipsSchemaWorkflowsFromJSON;
18
+ exports.RunRelationshipsSchemaWorkflowsFromJSONTyped = RunRelationshipsSchemaWorkflowsFromJSONTyped;
19
+ exports.RunRelationshipsSchemaWorkflowsToJSON = RunRelationshipsSchemaWorkflowsToJSON;
20
+ exports.RunRelationshipsSchemaWorkflowsToJSONTyped = RunRelationshipsSchemaWorkflowsToJSONTyped;
21
+ const RunRelationshipsSchemaWorkflowsDataInner_1 = require("./RunRelationshipsSchemaWorkflowsDataInner");
22
+ /**
23
+ * Check if a given object implements the RunRelationshipsSchemaWorkflows interface.
24
+ */
25
+ function instanceOfRunRelationshipsSchemaWorkflows(value) {
26
+ return true;
27
+ }
28
+ function RunRelationshipsSchemaWorkflowsFromJSON(json) {
29
+ return RunRelationshipsSchemaWorkflowsFromJSONTyped(json, false);
30
+ }
31
+ function RunRelationshipsSchemaWorkflowsFromJSONTyped(json, ignoreDiscriminator) {
32
+ if (json == null) {
33
+ return json;
34
+ }
35
+ return {
36
+ 'data': json['data'] == null ? undefined : (json['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerFromJSON)),
37
+ };
38
+ }
39
+ function RunRelationshipsSchemaWorkflowsToJSON(json) {
40
+ return RunRelationshipsSchemaWorkflowsToJSONTyped(json, false);
41
+ }
42
+ function RunRelationshipsSchemaWorkflowsToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'data': value['data'] == null ? undefined : (value['data'].map(RunRelationshipsSchemaWorkflowsDataInner_1.RunRelationshipsSchemaWorkflowsDataInnerToJSON)),
48
+ };
49
+ }
50
+ //# sourceMappingURL=RunRelationshipsSchemaWorkflows.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchemaWorkflows.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflows.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA4BH,8FAEC;AAED,0FAEC;AAED,oGAQC;AAED,sFAEC;AAED,gGASC;AAvDD,yGAKoD;AAgBpD;;GAEG;AACH,SAAgB,yCAAyC,CAAC,KAAa;IACnE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,uCAAuC,CAAC,IAAS;IAC7D,OAAO,4CAA4C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACrE,CAAC;AAED,SAAgB,4CAA4C,CAAC,IAAS,EAAE,mBAA4B;IAChG,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,2FAAgD,CAAC,CAAC;KAClI,CAAC;AACN,CAAC;AAED,SAAgB,qCAAqC,CAAC,IAAS;IAC3D,OAAO,0CAA0C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACnE,CAAC;AAED,SAAgB,0CAA0C,CAAC,KAA8C,EAAE,sBAA+B,KAAK;IAC3I,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,yFAA8C,CAAC,CAAC;KAClI,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 RunRelationshipsSchemaWorkflowsDataInner
16
+ */
17
+ export interface RunRelationshipsSchemaWorkflowsDataInner {
18
+ /**
19
+ *
20
+ * @type {RunRelationshipsSchemaWorkflowsDataInnerTypeEnum}
21
+ * @memberof RunRelationshipsSchemaWorkflowsDataInner
22
+ */
23
+ type: RunRelationshipsSchemaWorkflowsDataInnerTypeEnum;
24
+ /**
25
+ * The workflow ID to run.
26
+ * @type {string}
27
+ * @memberof RunRelationshipsSchemaWorkflowsDataInner
28
+ */
29
+ id: string;
30
+ }
31
+ /**
32
+ * @export
33
+ */
34
+ export declare const RunRelationshipsSchemaWorkflowsDataInnerTypeEnum: {
35
+ readonly Workflows: "workflows";
36
+ };
37
+ export type RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum[keyof typeof RunRelationshipsSchemaWorkflowsDataInnerTypeEnum];
38
+ /**
39
+ * Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
40
+ */
41
+ export declare function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value: object): value is RunRelationshipsSchemaWorkflowsDataInner;
42
+ export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
43
+ export declare function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): RunRelationshipsSchemaWorkflowsDataInner;
44
+ export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json: any): RunRelationshipsSchemaWorkflowsDataInner;
45
+ export declare function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value?: RunRelationshipsSchemaWorkflowsDataInner | null, ignoreDiscriminator?: boolean): any;
46
+ //# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.d.ts","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,wCAAwC;IACrD;;;;OAIG;IACH,IAAI,EAAE,gDAAgD,CAAC;IACvD;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;CACd;AAGD;;GAEG;AACH,eAAO,MAAM,gDAAgD;;CAEnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,OAAO,gDAAgD,CAAC,MAAM,OAAO,gDAAgD,CAAC,CAAC;AAGtL;;GAEG;AACH,wBAAgB,kDAAkD,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,wCAAwC,CAInI;AAED,wBAAgB,gDAAgD,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAEpH;AAED,wBAAgB,qDAAqD,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,wCAAwC,CASvJ;AAED,wBAAgB,8CAA8C,CAAC,IAAI,EAAE,GAAG,GAAG,wCAAwC,CAElH;AAED,wBAAgB,mDAAmD,CAAC,KAAK,CAAC,EAAE,wCAAwC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAUtK"}
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * SmartyMeet Dev03 API REST
6
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
+ *
8
+ * The version of the OpenAPI document: 1.0.1
9
+ * Contact: developer@smartymeet.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = void 0;
17
+ exports.instanceOfRunRelationshipsSchemaWorkflowsDataInner = instanceOfRunRelationshipsSchemaWorkflowsDataInner;
18
+ exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSON = RunRelationshipsSchemaWorkflowsDataInnerFromJSON;
19
+ exports.RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped;
20
+ exports.RunRelationshipsSchemaWorkflowsDataInnerToJSON = RunRelationshipsSchemaWorkflowsDataInnerToJSON;
21
+ exports.RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped = RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped;
22
+ /**
23
+ * @export
24
+ */
25
+ exports.RunRelationshipsSchemaWorkflowsDataInnerTypeEnum = {
26
+ Workflows: 'workflows'
27
+ };
28
+ /**
29
+ * Check if a given object implements the RunRelationshipsSchemaWorkflowsDataInner interface.
30
+ */
31
+ function instanceOfRunRelationshipsSchemaWorkflowsDataInner(value) {
32
+ if (!('type' in value) || value['type'] === undefined)
33
+ return false;
34
+ if (!('id' in value) || value['id'] === undefined)
35
+ return false;
36
+ return true;
37
+ }
38
+ function RunRelationshipsSchemaWorkflowsDataInnerFromJSON(json) {
39
+ return RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, false);
40
+ }
41
+ function RunRelationshipsSchemaWorkflowsDataInnerFromJSONTyped(json, ignoreDiscriminator) {
42
+ if (json == null) {
43
+ return json;
44
+ }
45
+ return {
46
+ 'type': json['type'],
47
+ 'id': json['id'],
48
+ };
49
+ }
50
+ function RunRelationshipsSchemaWorkflowsDataInnerToJSON(json) {
51
+ return RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(json, false);
52
+ }
53
+ function RunRelationshipsSchemaWorkflowsDataInnerToJSONTyped(value, ignoreDiscriminator = false) {
54
+ if (value == null) {
55
+ return value;
56
+ }
57
+ return {
58
+ 'type': value['type'],
59
+ 'id': value['id'],
60
+ };
61
+ }
62
+ //# sourceMappingURL=RunRelationshipsSchemaWorkflowsDataInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunRelationshipsSchemaWorkflowsDataInner.js","sourceRoot":"","sources":["../../src/models/RunRelationshipsSchemaWorkflowsDataInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;;AAoCH,gHAIC;AAED,4GAEC;AAED,sHASC;AAED,wGAEC;AAED,kHAUC;AA/CD;;GAEG;AACU,QAAA,gDAAgD,GAAG;IAC5D,SAAS,EAAE,WAAW;CAChB,CAAC;AAIX;;GAEG;AACH,SAAgB,kDAAkD,CAAC,KAAa;IAC5E,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,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,gDAAgD,CAAC,IAAS;IACtE,OAAO,qDAAqD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC9E,CAAC;AAED,SAAgB,qDAAqD,CAAC,IAAS,EAAE,mBAA4B;IACzG,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;KACnB,CAAC;AACN,CAAC;AAED,SAAgB,8CAA8C,CAAC,IAAS;IACpE,OAAO,mDAAmD,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC5E,CAAC;AAED,SAAgB,mDAAmD,CAAC,KAAuD,EAAE,sBAA+B,KAAK;IAC7J,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,88 @@
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 { SubmitFormRequestFilesInner } from './SubmitFormRequestFilesInner';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface SubmitFormRequest
17
+ */
18
+ export interface SubmitFormRequest {
19
+ /**
20
+ *
21
+ * @type {string}
22
+ * @memberof SubmitFormRequest
23
+ */
24
+ tenantId: string;
25
+ /**
26
+ *
27
+ * @type {string}
28
+ * @memberof SubmitFormRequest
29
+ */
30
+ name: string;
31
+ /**
32
+ *
33
+ * @type {string}
34
+ * @memberof SubmitFormRequest
35
+ */
36
+ email: string;
37
+ /**
38
+ *
39
+ * @type {string}
40
+ * @memberof SubmitFormRequest
41
+ */
42
+ phone?: string;
43
+ /**
44
+ *
45
+ * @type {Array<SubmitFormRequestFilesInner>}
46
+ * @memberof SubmitFormRequest
47
+ */
48
+ files?: Array<SubmitFormRequestFilesInner>;
49
+ /**
50
+ *
51
+ * @type {string}
52
+ * @memberof SubmitFormRequest
53
+ */
54
+ language?: string;
55
+ /**
56
+ *
57
+ * @type {string}
58
+ * @memberof SubmitFormRequest
59
+ */
60
+ sourceJobShortCode?: string;
61
+ /**
62
+ *
63
+ * @type {string}
64
+ * @memberof SubmitFormRequest
65
+ */
66
+ jobId?: string;
67
+ /**
68
+ *
69
+ * @type {boolean}
70
+ * @memberof SubmitFormRequest
71
+ */
72
+ consentCurrent?: boolean;
73
+ /**
74
+ *
75
+ * @type {boolean}
76
+ * @memberof SubmitFormRequest
77
+ */
78
+ consentFuture?: boolean;
79
+ }
80
+ /**
81
+ * Check if a given object implements the SubmitFormRequest interface.
82
+ */
83
+ export declare function instanceOfSubmitFormRequest(value: object): value is SubmitFormRequest;
84
+ export declare function SubmitFormRequestFromJSON(json: any): SubmitFormRequest;
85
+ export declare function SubmitFormRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmitFormRequest;
86
+ export declare function SubmitFormRequestToJSON(json: any): SubmitFormRequest;
87
+ export declare function SubmitFormRequestToJSONTyped(value?: SubmitFormRequest | null, ignoreDiscriminator?: boolean): any;
88
+ //# sourceMappingURL=SubmitFormRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitFormRequest.d.ts","sourceRoot":"","sources":["../../src/models/SubmitFormRequest.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAQjF;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;IAC3C;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;;;OAIG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAKrF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAiBzG;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,CAkBxH"}
@@ -0,0 +1,74 @@
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.instanceOfSubmitFormRequest = instanceOfSubmitFormRequest;
17
+ exports.SubmitFormRequestFromJSON = SubmitFormRequestFromJSON;
18
+ exports.SubmitFormRequestFromJSONTyped = SubmitFormRequestFromJSONTyped;
19
+ exports.SubmitFormRequestToJSON = SubmitFormRequestToJSON;
20
+ exports.SubmitFormRequestToJSONTyped = SubmitFormRequestToJSONTyped;
21
+ const SubmitFormRequestFilesInner_1 = require("./SubmitFormRequestFilesInner");
22
+ /**
23
+ * Check if a given object implements the SubmitFormRequest interface.
24
+ */
25
+ function instanceOfSubmitFormRequest(value) {
26
+ if (!('tenantId' in value) || value['tenantId'] === undefined)
27
+ return false;
28
+ if (!('name' in value) || value['name'] === undefined)
29
+ return false;
30
+ if (!('email' in value) || value['email'] === undefined)
31
+ return false;
32
+ return true;
33
+ }
34
+ function SubmitFormRequestFromJSON(json) {
35
+ return SubmitFormRequestFromJSONTyped(json, false);
36
+ }
37
+ function SubmitFormRequestFromJSONTyped(json, ignoreDiscriminator) {
38
+ if (json == null) {
39
+ return json;
40
+ }
41
+ return {
42
+ 'tenantId': json['tenantId'],
43
+ 'name': json['name'],
44
+ 'email': json['email'],
45
+ 'phone': json['phone'] == null ? undefined : json['phone'],
46
+ 'files': json['files'] == null ? undefined : (json['files'].map(SubmitFormRequestFilesInner_1.SubmitFormRequestFilesInnerFromJSON)),
47
+ 'language': json['language'] == null ? undefined : json['language'],
48
+ 'sourceJobShortCode': json['sourceJobShortCode'] == null ? undefined : json['sourceJobShortCode'],
49
+ 'jobId': json['jobId'] == null ? undefined : json['jobId'],
50
+ 'consentCurrent': json['consentCurrent'] == null ? undefined : json['consentCurrent'],
51
+ 'consentFuture': json['consentFuture'] == null ? undefined : json['consentFuture'],
52
+ };
53
+ }
54
+ function SubmitFormRequestToJSON(json) {
55
+ return SubmitFormRequestToJSONTyped(json, false);
56
+ }
57
+ function SubmitFormRequestToJSONTyped(value, ignoreDiscriminator = false) {
58
+ if (value == null) {
59
+ return value;
60
+ }
61
+ return {
62
+ 'tenantId': value['tenantId'],
63
+ 'name': value['name'],
64
+ 'email': value['email'],
65
+ 'phone': value['phone'],
66
+ 'files': value['files'] == null ? undefined : (value['files'].map(SubmitFormRequestFilesInner_1.SubmitFormRequestFilesInnerToJSON)),
67
+ 'language': value['language'],
68
+ 'sourceJobShortCode': value['sourceJobShortCode'],
69
+ 'jobId': value['jobId'],
70
+ 'consentCurrent': value['consentCurrent'],
71
+ 'consentFuture': value['consentFuture'],
72
+ };
73
+ }
74
+ //# sourceMappingURL=SubmitFormRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitFormRequest.js","sourceRoot":"","sources":["../../src/models/SubmitFormRequest.ts"],"names":[],"mappings":"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"}
@@ -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 SubmitFormRequestFilesInner
16
+ */
17
+ export interface SubmitFormRequestFilesInner {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof SubmitFormRequestFilesInner
22
+ */
23
+ fileKey?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof SubmitFormRequestFilesInner
28
+ */
29
+ originalFilename?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the SubmitFormRequestFilesInner interface.
33
+ */
34
+ export declare function instanceOfSubmitFormRequestFilesInner(value: object): value is SubmitFormRequestFilesInner;
35
+ export declare function SubmitFormRequestFilesInnerFromJSON(json: any): SubmitFormRequestFilesInner;
36
+ export declare function SubmitFormRequestFilesInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): SubmitFormRequestFilesInner;
37
+ export declare function SubmitFormRequestFilesInnerToJSON(json: any): SubmitFormRequestFilesInner;
38
+ export declare function SubmitFormRequestFilesInnerToJSONTyped(value?: SubmitFormRequestFilesInner | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=SubmitFormRequestFilesInner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitFormRequestFilesInner.d.ts","sourceRoot":"","sources":["../../src/models/SubmitFormRequestFilesInner.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,2BAA2B;IACxC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,qCAAqC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,2BAA2B,CAEzG;AAED,wBAAgB,mCAAmC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAE1F;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,2BAA2B,CAS7H;AAED,wBAAgB,iCAAiC,CAAC,IAAI,EAAE,GAAG,GAAG,2BAA2B,CAExF;AAED,wBAAgB,sCAAsC,CAAC,KAAK,CAAC,EAAE,2BAA2B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU5I"}
@@ -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.instanceOfSubmitFormRequestFilesInner = instanceOfSubmitFormRequestFilesInner;
17
+ exports.SubmitFormRequestFilesInnerFromJSON = SubmitFormRequestFilesInnerFromJSON;
18
+ exports.SubmitFormRequestFilesInnerFromJSONTyped = SubmitFormRequestFilesInnerFromJSONTyped;
19
+ exports.SubmitFormRequestFilesInnerToJSON = SubmitFormRequestFilesInnerToJSON;
20
+ exports.SubmitFormRequestFilesInnerToJSONTyped = SubmitFormRequestFilesInnerToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the SubmitFormRequestFilesInner interface.
23
+ */
24
+ function instanceOfSubmitFormRequestFilesInner(value) {
25
+ return true;
26
+ }
27
+ function SubmitFormRequestFilesInnerFromJSON(json) {
28
+ return SubmitFormRequestFilesInnerFromJSONTyped(json, false);
29
+ }
30
+ function SubmitFormRequestFilesInnerFromJSONTyped(json, ignoreDiscriminator) {
31
+ if (json == null) {
32
+ return json;
33
+ }
34
+ return {
35
+ 'fileKey': json['fileKey'] == null ? undefined : json['fileKey'],
36
+ 'originalFilename': json['originalFilename'] == null ? undefined : json['originalFilename'],
37
+ };
38
+ }
39
+ function SubmitFormRequestFilesInnerToJSON(json) {
40
+ return SubmitFormRequestFilesInnerToJSONTyped(json, false);
41
+ }
42
+ function SubmitFormRequestFilesInnerToJSONTyped(value, ignoreDiscriminator = false) {
43
+ if (value == null) {
44
+ return value;
45
+ }
46
+ return {
47
+ 'fileKey': value['fileKey'],
48
+ 'originalFilename': value['originalFilename'],
49
+ };
50
+ }
51
+ //# sourceMappingURL=SubmitFormRequestFilesInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SubmitFormRequestFilesInner.js","sourceRoot":"","sources":["../../src/models/SubmitFormRequestFilesInner.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,sFAEC;AAED,kFAEC;AAED,4FASC;AAED,8EAEC;AAED,wFAUC;AApCD;;GAEG;AACH,SAAgB,qCAAqC,CAAC,KAAa;IAC/D,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,mCAAmC,CAAC,IAAS;IACzD,OAAO,wCAAwC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACjE,CAAC;AAED,SAAgB,wCAAwC,CAAC,IAAS,EAAE,mBAA4B;IAC5F,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,SAAS,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC;QAChE,kBAAkB,EAAE,IAAI,CAAC,kBAAkB,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,kBAAkB,CAAC;KAC9F,CAAC;AACN,CAAC;AAED,SAAgB,iCAAiC,CAAC,IAAS;IACvD,OAAO,sCAAsC,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAED,SAAgB,sCAAsC,CAAC,KAA0C,EAAE,sBAA+B,KAAK;IACnI,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC;QAC3B,kBAAkB,EAAE,KAAK,CAAC,kBAAkB,CAAC;KAChD,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 TalentRelationshipsFormsDataSchema
16
+ */
17
+ export interface TalentRelationshipsFormsDataSchema {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof TalentRelationshipsFormsDataSchema
22
+ */
23
+ type?: string;
24
+ /**
25
+ *
26
+ * @type {string}
27
+ * @memberof TalentRelationshipsFormsDataSchema
28
+ */
29
+ id?: string;
30
+ }
31
+ /**
32
+ * Check if a given object implements the TalentRelationshipsFormsDataSchema interface.
33
+ */
34
+ export declare function instanceOfTalentRelationshipsFormsDataSchema(value: object): value is TalentRelationshipsFormsDataSchema;
35
+ export declare function TalentRelationshipsFormsDataSchemaFromJSON(json: any): TalentRelationshipsFormsDataSchema;
36
+ export declare function TalentRelationshipsFormsDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFormsDataSchema;
37
+ export declare function TalentRelationshipsFormsDataSchemaToJSON(json: any): TalentRelationshipsFormsDataSchema;
38
+ export declare function TalentRelationshipsFormsDataSchemaToJSONTyped(value?: TalentRelationshipsFormsDataSchema | null, ignoreDiscriminator?: boolean): any;
39
+ //# sourceMappingURL=TalentRelationshipsFormsDataSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TalentRelationshipsFormsDataSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsDataSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,kCAAkC;IAC/C;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,wBAAgB,4CAA4C,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,kCAAkC,CAEvH;AAED,wBAAgB,0CAA0C,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAExG;AAED,wBAAgB,+CAA+C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,kCAAkC,CAS3I;AAED,wBAAgB,wCAAwC,CAAC,IAAI,EAAE,GAAG,GAAG,kCAAkC,CAEtG;AAED,wBAAgB,6CAA6C,CAAC,KAAK,CAAC,EAAE,kCAAkC,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU1J"}
@@ -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.instanceOfTalentRelationshipsFormsDataSchema = instanceOfTalentRelationshipsFormsDataSchema;
17
+ exports.TalentRelationshipsFormsDataSchemaFromJSON = TalentRelationshipsFormsDataSchemaFromJSON;
18
+ exports.TalentRelationshipsFormsDataSchemaFromJSONTyped = TalentRelationshipsFormsDataSchemaFromJSONTyped;
19
+ exports.TalentRelationshipsFormsDataSchemaToJSON = TalentRelationshipsFormsDataSchemaToJSON;
20
+ exports.TalentRelationshipsFormsDataSchemaToJSONTyped = TalentRelationshipsFormsDataSchemaToJSONTyped;
21
+ /**
22
+ * Check if a given object implements the TalentRelationshipsFormsDataSchema interface.
23
+ */
24
+ function instanceOfTalentRelationshipsFormsDataSchema(value) {
25
+ return true;
26
+ }
27
+ function TalentRelationshipsFormsDataSchemaFromJSON(json) {
28
+ return TalentRelationshipsFormsDataSchemaFromJSONTyped(json, false);
29
+ }
30
+ function TalentRelationshipsFormsDataSchemaFromJSONTyped(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 TalentRelationshipsFormsDataSchemaToJSON(json) {
40
+ return TalentRelationshipsFormsDataSchemaToJSONTyped(json, false);
41
+ }
42
+ function TalentRelationshipsFormsDataSchemaToJSONTyped(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=TalentRelationshipsFormsDataSchema.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TalentRelationshipsFormsDataSchema.js","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsDataSchema.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG;;AA0BH,oGAEC;AAED,gGAEC;AAED,0GASC;AAED,4FAEC;AAED,sGAUC;AApCD;;GAEG;AACH,SAAgB,4CAA4C,CAAC,KAAa;IACtE,OAAO,IAAI,CAAC;AAChB,CAAC;AAED,SAAgB,0CAA0C,CAAC,IAAS;IAChE,OAAO,+CAA+C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACxE,CAAC;AAED,SAAgB,+CAA+C,CAAC,IAAS,EAAE,mBAA4B;IACnG,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC;QACf,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,OAAO;QAEH,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,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,wCAAwC,CAAC,IAAS;IAC9D,OAAO,6CAA6C,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;AACtE,CAAC;AAED,SAAgB,6CAA6C,CAAC,KAAiD,EAAE,sBAA+B,KAAK;IACjJ,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;QAChB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,OAAO;QAEH,MAAM,EAAE,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 { TalentRelationshipsFormsDataSchema } from './TalentRelationshipsFormsDataSchema';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface TalentRelationshipsFormsSchema
17
+ */
18
+ export interface TalentRelationshipsFormsSchema {
19
+ /**
20
+ *
21
+ * @type {Array<TalentRelationshipsFormsDataSchema>}
22
+ * @memberof TalentRelationshipsFormsSchema
23
+ */
24
+ data?: Array<TalentRelationshipsFormsDataSchema>;
25
+ }
26
+ /**
27
+ * Check if a given object implements the TalentRelationshipsFormsSchema interface.
28
+ */
29
+ export declare function instanceOfTalentRelationshipsFormsSchema(value: object): value is TalentRelationshipsFormsSchema;
30
+ export declare function TalentRelationshipsFormsSchemaFromJSON(json: any): TalentRelationshipsFormsSchema;
31
+ export declare function TalentRelationshipsFormsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentRelationshipsFormsSchema;
32
+ export declare function TalentRelationshipsFormsSchemaToJSON(json: any): TalentRelationshipsFormsSchema;
33
+ export declare function TalentRelationshipsFormsSchemaToJSONTyped(value?: TalentRelationshipsFormsSchema | null, ignoreDiscriminator?: boolean): any;
34
+ //# sourceMappingURL=TalentRelationshipsFormsSchema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TalentRelationshipsFormsSchema.d.ts","sourceRoot":"","sources":["../../src/models/TalentRelationshipsFormsSchema.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAQ/F;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,kCAAkC,CAAC,CAAC;CACpD;AAED;;GAEG;AACH,wBAAgB,wCAAwC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,8BAA8B,CAE/G;AAED,wBAAgB,sCAAsC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAEhG;AAED,wBAAgB,2CAA2C,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,8BAA8B,CAQnI;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,8BAA8B,CAE9F;AAED,wBAAgB,yCAAyC,CAAC,KAAK,CAAC,EAAE,8BAA8B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlJ"}