@alicloud/sas20181203 1.1.22 → 1.1.23
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 +2 -0
- package/dist/client.js +4 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -0
package/dist/client.d.ts
CHANGED
|
@@ -12350,6 +12350,8 @@ export declare class GetFileDetectResultResponseBodyResultList extends $tea.Mode
|
|
|
12350
12350
|
ext?: GetFileDetectResultResponseBodyResultListExt;
|
|
12351
12351
|
hashKey?: string;
|
|
12352
12352
|
result?: number;
|
|
12353
|
+
score?: number;
|
|
12354
|
+
virusType?: string;
|
|
12353
12355
|
static names(): {
|
|
12354
12356
|
[key: string]: string;
|
|
12355
12357
|
};
|
package/dist/client.js
CHANGED
|
@@ -17720,6 +17720,8 @@ class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
|
17720
17720
|
ext: 'Ext',
|
|
17721
17721
|
hashKey: 'HashKey',
|
|
17722
17722
|
result: 'Result',
|
|
17723
|
+
score: 'Score',
|
|
17724
|
+
virusType: 'VirusType',
|
|
17723
17725
|
};
|
|
17724
17726
|
}
|
|
17725
17727
|
static types() {
|
|
@@ -17727,6 +17729,8 @@ class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
|
17727
17729
|
ext: GetFileDetectResultResponseBodyResultListExt,
|
|
17728
17730
|
hashKey: 'string',
|
|
17729
17731
|
result: 'number',
|
|
17732
|
+
score: 'number',
|
|
17733
|
+
virusType: 'string',
|
|
17730
17734
|
};
|
|
17731
17735
|
}
|
|
17732
17736
|
}
|