@cpzxrobot/sdk 1.0.70 → 1.0.71

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 (2) hide show
  1. package/package.json +1 -1
  2. package/types.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.0.70",
3
+ "version": "1.0.71",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -215,6 +215,8 @@ type FeedTowerV2 = {
215
215
  volume: number;
216
216
  footNumber: number;
217
217
  loadBearing: number;
218
+ size: number;
219
+ buildTime: string;
218
220
  };
219
221
 
220
222
  export type FeedTower = {