kui-crm 0.0.335 → 0.0.337

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.
Files changed (3) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2671,7 +2671,7 @@ declare const CommonTariffFieldsSchema: yup.ObjectSchema<{
2671
2671
  startDate: undefined;
2672
2672
  }, "">;
2673
2673
 
2674
- declare const getElectricityTariffFields: (type: ElectricityMeterTypes, isOverallConsumption: boolean, withBreak?: boolean | undefined) => InputByTypeProps<any>[];
2674
+ declare const getElectricityTariffFields: (type: ElectricityMeterTypes, isOverallConsumption: boolean, prefix?: string | undefined, withBreak?: boolean | undefined) => InputByTypeProps<any>[];
2675
2675
 
2676
2676
  declare function TariffCreationForm(props: TariffCreationFormProps): JSX.Element;
2677
2677
  declare const _default$9: typeof TariffCreationForm;