tencentcloud-sdk-nodejs-tcb 4.1.36 → 4.1.37
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
|
@@ -1344,7 +1344,7 @@ export interface DescribeCloudBaseRunServerVersionResponse {
|
|
|
1344
1344
|
*/
|
|
1345
1345
|
Remark?: string;
|
|
1346
1346
|
/**
|
|
1347
|
-
*
|
|
1347
|
+
* Dockerfile的路径
|
|
1348
1348
|
*/
|
|
1349
1349
|
DockerfilePath?: string;
|
|
1350
1350
|
/**
|
|
@@ -4328,7 +4328,7 @@ export interface DescribeCbrServerVersionResponse {
|
|
|
4328
4328
|
*/
|
|
4329
4329
|
Remark?: string;
|
|
4330
4330
|
/**
|
|
4331
|
-
*
|
|
4331
|
+
* Dockerfile的路径
|
|
4332
4332
|
*/
|
|
4333
4333
|
DockerfilePath?: string;
|
|
4334
4334
|
/**
|