diff --git a/src/main/resources/typescript-axios-webpack-module-federation/api.mustache b/src/main/resources/typescript-axios-webpack-module-federation/api.mustache index b5345c6d2..92159da48 100644 --- a/src/main/resources/typescript-axios-webpack-module-federation/api.mustache +++ b/src/main/resources/typescript-axios-webpack-module-federation/api.mustache @@ -1,8 +1,8 @@ /* tslint:disable */ /* eslint-disable */ import type { AxiosStatic } from 'axios' -import { APIFactory } from '@redhat-cloud-services/javascript-clients-shared/dist/utils'; -import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/dist/common' +import { APIFactory } from '@redhat-cloud-services/javascript-clients-shared/utils'; +import { ApiConfig } from '@redhat-cloud-services/javascript-clients-shared/common' import { {{>endpointImports}} } from './index'; diff --git a/src/main/resources/typescript-axios-webpack-module-federation/coreApi.mustache b/src/main/resources/typescript-axios-webpack-module-federation/coreApi.mustache index e79da51d4..e4ce8404c 100644 --- a/src/main/resources/typescript-axios-webpack-module-federation/coreApi.mustache +++ b/src/main/resources/typescript-axios-webpack-module-federation/coreApi.mustache @@ -1,11 +1,11 @@ // @ts-ignore import type { AxiosPromise, AxiosInstance, AxiosRequestConfig, Method } from 'axios'; // @ts-ignore -import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; -import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/dist/common'; +import { COLLECTION_FORMATS, RequiredError, AuthTypeEnum, DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '@redhat-cloud-services/javascript-clients-shared/common'; +import type { RequestArgs } from '@redhat-cloud-services/javascript-clients-shared/common'; // @ts-ignore -import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/dist/base'; -import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/dist/configuration'; +import { BaseAPI } from '@redhat-cloud-services/javascript-clients-shared/base'; +import { Configuration } from '@redhat-cloud-services/javascript-clients-shared/configuration'; // @ts-ignore import type { {{#imports}}{{classname}}{{^-last}}, {{/-last}}{{/imports}} } from '../types';