@verifiedinc-public/shared-ui-elements 5.11.0 → 5.11.1

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.
@@ -10,12 +10,12 @@ type ChartData = {
10
10
  oneClickCreated: number;
11
11
  oneClickSuccess: number;
12
12
  date: number;
13
- totalCost: string;
13
+ totalCost?: string;
14
14
  }>;
15
15
  overall: {
16
16
  oneClickCreated: number;
17
17
  oneClickSuccess: number;
18
- totalCost: string;
18
+ totalCost?: string;
19
19
  };
20
20
  };
21
21
  type MapMonthlySignupsOverviewTableDataParams = {
@@ -29,6 +29,6 @@ export declare const mapMonthlySignupsOverviewTableData: ({ data, brands, }: Map
29
29
  integrationType: string;
30
30
  total: number;
31
31
  finished: number;
32
- totalCost: string;
32
+ totalCost: string | undefined;
33
33
  }[];
34
34
  export {};
@@ -17,7 +17,7 @@ export interface MapTimeSeriesDataOptions {
17
17
  oneClickCreated: number;
18
18
  oneClickSuccess: number;
19
19
  date: number;
20
- totalCost: string;
20
+ totalCost?: string;
21
21
  [key: string]: any;
22
22
  }>;
23
23
  brandUuid: string;
@@ -25,7 +25,7 @@ export interface MapTimeSeriesDataOptions {
25
25
  overall: {
26
26
  oneClickCreated: number;
27
27
  oneClickSuccess: number;
28
- totalCost: string;
28
+ totalCost?: string;
29
29
  };
30
30
  }>;
31
31
  keyValue: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "5.11.0",
3
+ "version": "5.11.1",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "keywords": [],