Revert "add serviceKey field to tariff cart data"
This reverts commit e13590d05534314fd19aa0fc2ca8fc469d0f8909.
This commit is contained in:
parent
e13590d055
commit
e59386d60a
@ -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[];
|
||||||
|
Loading…
Reference in New Issue
Block a user