@alicloud/sas20181203 1.1.26 → 1.1.27
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 +1 -13
- package/dist/client.js +1 -17
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2 -21
package/dist/client.d.ts
CHANGED
|
@@ -12479,20 +12479,8 @@ export declare class GetCheckDetailResponseBodySolution extends $tea.Model {
|
|
|
12479
12479
|
[key: string]: any;
|
|
12480
12480
|
});
|
|
12481
12481
|
}
|
|
12482
|
-
export declare class GetFileDetectResultResponseBodyResultListExt extends $tea.Model {
|
|
12483
|
-
virusName?: string;
|
|
12484
|
-
static names(): {
|
|
12485
|
-
[key: string]: string;
|
|
12486
|
-
};
|
|
12487
|
-
static types(): {
|
|
12488
|
-
[key: string]: any;
|
|
12489
|
-
};
|
|
12490
|
-
constructor(map?: {
|
|
12491
|
-
[key: string]: any;
|
|
12492
|
-
});
|
|
12493
|
-
}
|
|
12494
12482
|
export declare class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
12495
|
-
ext?:
|
|
12483
|
+
ext?: string;
|
|
12496
12484
|
hashKey?: string;
|
|
12497
12485
|
result?: number;
|
|
12498
12486
|
score?: number;
|
package/dist/client.js
CHANGED
|
@@ -17901,22 +17901,6 @@ class GetCheckDetailResponseBodySolution extends $tea.Model {
|
|
|
17901
17901
|
}
|
|
17902
17902
|
}
|
|
17903
17903
|
exports.GetCheckDetailResponseBodySolution = GetCheckDetailResponseBodySolution;
|
|
17904
|
-
class GetFileDetectResultResponseBodyResultListExt extends $tea.Model {
|
|
17905
|
-
constructor(map) {
|
|
17906
|
-
super(map);
|
|
17907
|
-
}
|
|
17908
|
-
static names() {
|
|
17909
|
-
return {
|
|
17910
|
-
virusName: 'VirusName',
|
|
17911
|
-
};
|
|
17912
|
-
}
|
|
17913
|
-
static types() {
|
|
17914
|
-
return {
|
|
17915
|
-
virusName: 'string',
|
|
17916
|
-
};
|
|
17917
|
-
}
|
|
17918
|
-
}
|
|
17919
|
-
exports.GetFileDetectResultResponseBodyResultListExt = GetFileDetectResultResponseBodyResultListExt;
|
|
17920
17904
|
class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
17921
17905
|
constructor(map) {
|
|
17922
17906
|
super(map);
|
|
@@ -17932,7 +17916,7 @@ class GetFileDetectResultResponseBodyResultList extends $tea.Model {
|
|
|
17932
17916
|
}
|
|
17933
17917
|
static types() {
|
|
17934
17918
|
return {
|
|
17935
|
-
ext:
|
|
17919
|
+
ext: 'string',
|
|
17936
17920
|
hashKey: 'string',
|
|
17937
17921
|
result: 'number',
|
|
17938
17922
|
score: 'number',
|