@cpzxrobot/sdk 1.1.93 → 1.1.94

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/unit_gateway.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cpzxrobot/sdk",
3
- "version": "1.1.93",
3
+ "version": "1.1.94",
4
4
  "description": "提供给上海正芯数智APP第三方H5应用使用的SDK",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/unit_gateway.ts CHANGED
@@ -105,6 +105,7 @@ export class UnitGateway extends Object {
105
105
  bind: (unitDayage: {
106
106
  unitId: Number;
107
107
  dayage: Number;
108
+ isTempBatch: Boolean;
108
109
  }[], batchNo: string, type: "pigfarm") => {
109
110
  return this.context.ready.then((axios) => {
110
111
  return axios.post(`/api/v2/batch/unit/bind`, {