@alicloud/cms20240330 6.2.1 → 6.2.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
@@ -116,6 +116,9 @@ class Client extends openapi_core_1.default {
116
116
  if (!$dara.isNull(request.runId)) {
117
117
  body["runId"] = request.runId;
118
118
  }
119
+ if (!$dara.isNull(request.timestamp)) {
120
+ body["timestamp"] = request.timestamp;
121
+ }
119
122
  if (!$dara.isNull(request.userId)) {
120
123
  body["userId"] = request.userId;
121
124
  }