UNPKG

mindee

Version:

Mindee Client Library for Node.js

18 lines (17 loc) 1.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResumeV1SocialNetworksUrl = exports.ResumeV1ProfessionalExperience = exports.ResumeV1Language = exports.ResumeV1Education = exports.ResumeV1Document = exports.ResumeV1Certificate = exports.ResumeV1 = void 0; var resumeV1_1 = require("./resumeV1"); Object.defineProperty(exports, "ResumeV1", { enumerable: true, get: function () { return resumeV1_1.ResumeV1; } }); var resumeV1Certificate_1 = require("./resumeV1Certificate"); Object.defineProperty(exports, "ResumeV1Certificate", { enumerable: true, get: function () { return resumeV1Certificate_1.ResumeV1Certificate; } }); var resumeV1Document_1 = require("./resumeV1Document"); Object.defineProperty(exports, "ResumeV1Document", { enumerable: true, get: function () { return resumeV1Document_1.ResumeV1Document; } }); var resumeV1Education_1 = require("./resumeV1Education"); Object.defineProperty(exports, "ResumeV1Education", { enumerable: true, get: function () { return resumeV1Education_1.ResumeV1Education; } }); var resumeV1Language_1 = require("./resumeV1Language"); Object.defineProperty(exports, "ResumeV1Language", { enumerable: true, get: function () { return resumeV1Language_1.ResumeV1Language; } }); var resumeV1ProfessionalExperience_1 = require("./resumeV1ProfessionalExperience"); Object.defineProperty(exports, "ResumeV1ProfessionalExperience", { enumerable: true, get: function () { return resumeV1ProfessionalExperience_1.ResumeV1ProfessionalExperience; } }); var resumeV1SocialNetworksUrl_1 = require("./resumeV1SocialNetworksUrl"); Object.defineProperty(exports, "ResumeV1SocialNetworksUrl", { enumerable: true, get: function () { return resumeV1SocialNetworksUrl_1.ResumeV1SocialNetworksUrl; } });