@alicloud/aimiaobi20230801 1.26.1 → 1.26.3

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/client.js CHANGED
@@ -5271,6 +5271,9 @@ class Client extends openapi_core_1.default {
5271
5271
  if (!$dara.isNull(request.docId)) {
5272
5272
  body["DocId"] = request.docId;
5273
5273
  }
5274
+ if (!$dara.isNull(request.modelName)) {
5275
+ body["ModelName"] = request.modelName;
5276
+ }
5274
5277
  if (!$dara.isNull(request.query)) {
5275
5278
  body["Query"] = request.query;
5276
5279
  }