UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

43 lines 1.46 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SdkImportWizard = void 0; var SdkImportWizard; (function (SdkImportWizard) { SdkImportWizard.Fetcher = (encrypted) => encrypted ? EncryptedFetcher : PlainFetcher; SdkImportWizard.HttpError = (importer) => importer.external({ type: true, library: "@nestia/fetcher", instance: "HttpError", }); SdkImportWizard.IConnection = (importer) => importer.external({ type: true, library: "@nestia/fetcher", instance: "IConnection", }); SdkImportWizard.Primitive = (importer) => importer.external({ type: true, library: "typia", instance: "Primitive", }); SdkImportWizard.Resolved = (importer) => importer.external({ type: true, library: "typia", instance: "Resolved", }); SdkImportWizard.typia = (importer) => importer.external({ type: false, library: "typia", instance: null, }); })(SdkImportWizard || (exports.SdkImportWizard = SdkImportWizard = {})); const PlainFetcher = (importer) => importer.external({ type: false, library: "@nestia/fetcher/lib/PlainFetcher", instance: "PlainFetcher", }); const EncryptedFetcher = (importer) => importer.external({ type: false, library: "@nestia/fetcher/lib/EncryptedFetcher", instance: "EncryptedFetcher", }); //# sourceMappingURL=SdkImportWizard.js.map