kui-crm 0.0.351 → 0.0.352

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/index.d.ts CHANGED
@@ -1701,6 +1701,7 @@ declare type ObjectMetroStationParams = {
1701
1701
  carDistance?: number;
1702
1702
  carTime?: number;
1703
1703
  walkTime?: number;
1704
+ color?: string;
1704
1705
  };
1705
1706
  declare type EmptyType = null | undefined;
1706
1707
  declare type Values<T extends object> = T[keyof T];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-crm",
3
- "version": "0.0.351",
3
+ "version": "0.0.352",
4
4
  "description": "crm complex fields",
5
5
  "main": "./cjs/index.js",
6
6
  "types": "./index.d.ts",
package/types/index.d.ts CHANGED
@@ -1003,6 +1003,7 @@ declare type ObjectMetroStationParams = {
1003
1003
  carDistance?: number;
1004
1004
  carTime?: number;
1005
1005
  walkTime?: number;
1006
+ color?: string;
1006
1007
  };
1007
1008
  declare type EmptyType = null | undefined;
1008
1009
  declare type Values<T extends object> = T[keyof T];