@alicloud/aimiaobi20230801 1.45.0 → 1.45.1

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
@@ -6439,6 +6439,15 @@ class Client extends openapi_core_1.default {
6439
6439
  query["AgentKey"] = request.agentKey;
6440
6440
  }
6441
6441
  let body = {};
6442
+ if (!$dara.isNull(request.createTimeEnd)) {
6443
+ body["CreateTimeEnd"] = request.createTimeEnd;
6444
+ }
6445
+ if (!$dara.isNull(request.createTimeStart)) {
6446
+ body["CreateTimeStart"] = request.createTimeStart;
6447
+ }
6448
+ if (!$dara.isNull(request.customField)) {
6449
+ body["CustomField"] = request.customField;
6450
+ }
6442
6451
  if (!$dara.isNull(request.maxResults)) {
6443
6452
  body["MaxResults"] = request.maxResults;
6444
6453
  }