Revert "add serviceKey field to tariff cart data"

This reverts commit e13590d05534314fd19aa0fc2ca8fc469d0f8909.
This commit is contained in:
nflnkr 2023-08-12 19:42:06 +03:00
parent e13590d055
commit e59386d60a
2 changed files with 1 additions and 2 deletions

@ -1,6 +1,6 @@
{ {
"name": "@frontend/kitui", "name": "@frontend/kitui",
"version": "1.0.22", "version": "1.0.21",
"description": "test", "description": "test",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",

@ -13,7 +13,6 @@ export type PrivilegeCartData = {
export type TariffCartData = { export type TariffCartData = {
tariffId: string; tariffId: string;
serviceKey: string;
price: number; price: number;
isCustom: boolean; isCustom: boolean;
privileges: PrivilegeCartData[]; privileges: PrivilegeCartData[];