@cloudbase/manager-node 5.6.0-beta.0 → 5.6.0-beta.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/package.json
CHANGED
|
@@ -85,6 +85,10 @@ export interface IUserKeyInfo {
|
|
|
85
85
|
TicketID?: string;
|
|
86
86
|
/** 绑定的示例代码云函数名称(集成与云函数一对一关联的载体) */
|
|
87
87
|
DemoCodeFunctionName?: string;
|
|
88
|
+
/** 创建时间(ISO 8601 字符串,如 2026-07-01T10:00:00+08:00) */
|
|
89
|
+
CreateAt?: string;
|
|
90
|
+
/** 更新时间(ISO 8601 字符串,如 2026-07-01T10:00:00+08:00) */
|
|
91
|
+
UpdateAt?: string;
|
|
88
92
|
}
|
|
89
93
|
/** 列出模板入参 */
|
|
90
94
|
export interface IListTemplatesParams {
|