From 2db710de791611b0c3415ec9fb1acb3014441f0f Mon Sep 17 00:00:00 2001 From: nflnkr <105123049+nflnkr@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:09:54 +0300 Subject: [PATCH] fix exports --- lib/model/customTariffs.ts | 7 ------- lib/model/index.ts | 19 ++++++++++--------- package.json | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/lib/model/customTariffs.ts b/lib/model/customTariffs.ts index 572682b..34eb975 100644 --- a/lib/model/customTariffs.ts +++ b/lib/model/customTariffs.ts @@ -10,10 +10,3 @@ export type CustomTariffUserValues = Record; export type CustomTariffUserValuesMap = Record; export type ServiceKeyToPriceMap = Record; - -export interface CreateTariffBody { - name: string; - price?: number; - isCustom: boolean; - privileges: PrivilegeWithoutPrice[]; -} diff --git a/lib/model/index.ts b/lib/model/index.ts index 85206de..f2f6f98 100644 --- a/lib/model/index.ts +++ b/lib/model/index.ts @@ -1,9 +1,10 @@ -export type * from "./account"; -export type * from "./auth"; -export type * from "./cart"; -export type * from "./discount"; -export type * from "./fetchState"; -export type * from "./privilege"; -export type * from "./tariff"; -export type * from "./ticket"; -export type * from "./user"; +export type * from "./account"; +export type * from "./account"; +export type * from "./auth"; +export type * from "./cart"; +export type * from "./discount"; +export type * from "./fetchState"; +export type * from "./privilege"; +export type * from "./tariff"; +export type * from "./ticket"; +export type * from "./user"; diff --git a/package.json b/package.json index 766db5f..4c639f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontend/kitui", - "version": "1.0.74", + "version": "1.0.75", "description": "test", "main": "./dist/index.js", "module": "./dist/index.js",