@alicloud/sas20181203 2.24.0 → 2.25.0
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.d.ts +4 -0
- package/dist/client.js +8 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +12 -0
package/dist/client.d.ts
CHANGED
|
@@ -39555,7 +39555,11 @@ export declare class ListAgentlessTaskResponseBodyList extends $tea.Model {
|
|
|
39555
39555
|
instanceName?: string;
|
|
39556
39556
|
internetIp?: string;
|
|
39557
39557
|
intranetIp?: string;
|
|
39558
|
+
measureSpace?: number;
|
|
39558
39559
|
progress?: number;
|
|
39560
|
+
progressByProject?: string;
|
|
39561
|
+
reportDownloadUrl?: string;
|
|
39562
|
+
reportStatus?: string;
|
|
39559
39563
|
result?: string;
|
|
39560
39564
|
startTime?: number;
|
|
39561
39565
|
status?: number;
|
package/dist/client.js
CHANGED
|
@@ -56093,7 +56093,11 @@ class ListAgentlessTaskResponseBodyList extends $tea.Model {
|
|
|
56093
56093
|
instanceName: 'InstanceName',
|
|
56094
56094
|
internetIp: 'InternetIp',
|
|
56095
56095
|
intranetIp: 'IntranetIp',
|
|
56096
|
+
measureSpace: 'MeasureSpace',
|
|
56096
56097
|
progress: 'Progress',
|
|
56098
|
+
progressByProject: 'ProgressByProject',
|
|
56099
|
+
reportDownloadUrl: 'ReportDownloadUrl',
|
|
56100
|
+
reportStatus: 'ReportStatus',
|
|
56097
56101
|
result: 'Result',
|
|
56098
56102
|
startTime: 'StartTime',
|
|
56099
56103
|
status: 'Status',
|
|
@@ -56110,7 +56114,11 @@ class ListAgentlessTaskResponseBodyList extends $tea.Model {
|
|
|
56110
56114
|
instanceName: 'string',
|
|
56111
56115
|
internetIp: 'string',
|
|
56112
56116
|
intranetIp: 'string',
|
|
56117
|
+
measureSpace: 'number',
|
|
56113
56118
|
progress: 'number',
|
|
56119
|
+
progressByProject: 'string',
|
|
56120
|
+
reportDownloadUrl: 'string',
|
|
56121
|
+
reportStatus: 'string',
|
|
56114
56122
|
result: 'string',
|
|
56115
56123
|
startTime: 'number',
|
|
56116
56124
|
status: 'number',
|