@alicloud/xtee20210910 2.2.0 → 2.2.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 +6 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeListPocRequest.d.ts +2 -0
- package/dist/models/DescribeListPocRequest.js +4 -0
- package/dist/models/DescribeListPocRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +8 -0
- package/src/models/DescribeListPocRequest.ts +6 -0
package/dist/client.js
CHANGED
|
@@ -6443,6 +6443,12 @@ class Client extends openapi_core_1.default {
|
|
|
6443
6443
|
if (!$dara.isNull(request.regId)) {
|
|
6444
6444
|
query["RegId"] = request.regId;
|
|
6445
6445
|
}
|
|
6446
|
+
if (!$dara.isNull(request.taskName)) {
|
|
6447
|
+
query["TaskName"] = request.taskName;
|
|
6448
|
+
}
|
|
6449
|
+
if (!$dara.isNull(request.taskStatus)) {
|
|
6450
|
+
query["TaskStatus"] = request.taskStatus;
|
|
6451
|
+
}
|
|
6446
6452
|
if (!$dara.isNull(request.type)) {
|
|
6447
6453
|
query["Type"] = request.type;
|
|
6448
6454
|
}
|