forstok-ui-lib 8.3.13 → 8.3.14

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/dist/index.d.ts CHANGED
@@ -304,7 +304,7 @@ type TChannel = {
304
304
  icon?: string | null;
305
305
  id?: number | null;
306
306
  totalStores?: number;
307
- phone?: string;
307
+ phone?: string | null;
308
308
  Stores?: {
309
309
  id?: number;
310
310
  storeName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forstok-ui-lib",
3
- "version": "8.3.13",
3
+ "version": "8.3.14",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -61,7 +61,7 @@ export type TChannel = {
61
61
  icon?: string | null;
62
62
  id?: number | null;
63
63
  totalStores?: number;
64
- phone?: string;
64
+ phone?: string | null;
65
65
  Stores?: {
66
66
  id?: number;
67
67
  storeName?: string;