@cloudbase/node-sdk
Advanced tools
Comparing version 3.3.6 to 3.3.7
{ | ||
"name": "@cloudbase/node-sdk", | ||
"version": "3.3.6", | ||
"version": "3.3.7", | ||
"description": "tencent cloud base server sdk for node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -201,5 +201,5 @@ import fs from 'fs' | ||
// @cloudbase/functions-framework 函数上下文,只要求部分字段 | ||
context?: { | ||
context?: Readonly<{ | ||
eventID: string | ||
extendedContext: { | ||
extendedContext?: { | ||
envId: string // 环境 ID | ||
@@ -216,3 +216,3 @@ // uin: string // 请求的 UIN | ||
} | ||
} | ||
}> | ||
@@ -219,0 +219,0 @@ /** |
231310