kui-crm 0.0.339 → 0.0.340
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/index.js +1 -1
- package/index.d.ts +0 -5
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2245,7 +2245,6 @@ declare class TariffsLiteStore {
|
|
|
2245
2245
|
static getCreationBody: (data: TariffCreationFormFields) => PostTariffRequest;
|
|
2246
2246
|
static getTariffValues: (data: TariffCreationFormFields) => {
|
|
2247
2247
|
type: ElectricityMeterTypes;
|
|
2248
|
-
value: string | undefined;
|
|
2249
2248
|
T1: string | undefined;
|
|
2250
2249
|
T2: string | undefined;
|
|
2251
2250
|
T3: string | undefined;
|
|
@@ -2259,7 +2258,6 @@ declare class TariffsLiteStore {
|
|
|
2259
2258
|
hot: string | undefined;
|
|
2260
2259
|
sewerage: string | undefined;
|
|
2261
2260
|
type?: undefined;
|
|
2262
|
-
value?: undefined;
|
|
2263
2261
|
T1?: undefined;
|
|
2264
2262
|
T2?: undefined;
|
|
2265
2263
|
T3?: undefined;
|
|
@@ -2268,7 +2266,6 @@ declare class TariffsLiteStore {
|
|
|
2268
2266
|
} | {
|
|
2269
2267
|
gas: string;
|
|
2270
2268
|
type?: undefined;
|
|
2271
|
-
value?: undefined;
|
|
2272
2269
|
T1?: undefined;
|
|
2273
2270
|
T2?: undefined;
|
|
2274
2271
|
T3?: undefined;
|
|
@@ -2279,7 +2276,6 @@ declare class TariffsLiteStore {
|
|
|
2279
2276
|
} | {
|
|
2280
2277
|
heating: string;
|
|
2281
2278
|
type?: undefined;
|
|
2282
|
-
value?: undefined;
|
|
2283
2279
|
T1?: undefined;
|
|
2284
2280
|
T2?: undefined;
|
|
2285
2281
|
T3?: undefined;
|
|
@@ -2289,7 +2285,6 @@ declare class TariffsLiteStore {
|
|
|
2289
2285
|
gas?: undefined;
|
|
2290
2286
|
} | {
|
|
2291
2287
|
type?: undefined;
|
|
2292
|
-
value?: undefined;
|
|
2293
2288
|
T1?: undefined;
|
|
2294
2289
|
T2?: undefined;
|
|
2295
2290
|
T3?: undefined;
|