@revengai/sdk 3.61.1 → 3.66.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/README.md +0 -25
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/models/FunctionBlocksResponse.d.ts +1 -1
- package/dist/models/ObjectSerializer.d.ts +0 -15
- package/dist/models/ObjectSerializer.js +0 -41
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/all.d.ts +0 -15
- package/dist/models/all.js +0 -15
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +0 -102
- package/dist/types/ObjectParamAPI.js +28 -112
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +0 -47
- package/dist/types/ObservableAPI.js +273 -583
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +0 -41
- package/dist/types/PromiseAPI.js +28 -152
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/apis/AnalysesSecurityChecksApi.d.ts +0 -16
- package/dist/apis/AnalysesSecurityChecksApi.js +0 -320
- package/dist/apis/AnalysesSecurityChecksApi.js.map +0 -1
- package/dist/apis/FunctionsBlockCommentsApi.d.ts +0 -16
- package/dist/apis/FunctionsBlockCommentsApi.js +0 -308
- package/dist/apis/FunctionsBlockCommentsApi.js.map +0 -1
- package/dist/apis/FunctionsDecompilationApi.d.ts +0 -20
- package/dist/apis/FunctionsDecompilationApi.js +0 -517
- package/dist/apis/FunctionsDecompilationApi.js.map +0 -1
- package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.d.ts +0 -27
- package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js +0 -47
- package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js.map +0 -1
- package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.d.ts +0 -26
- package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js +0 -47
- package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js.map +0 -1
- package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.d.ts +0 -27
- package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js +0 -47
- package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js.map +0 -1
- package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.d.ts +0 -27
- package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js +0 -47
- package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js.map +0 -1
- package/dist/models/BaseResponseSecurityChecksResponse.d.ts +0 -27
- package/dist/models/BaseResponseSecurityChecksResponse.js +0 -47
- package/dist/models/BaseResponseSecurityChecksResponse.js.map +0 -1
- package/dist/models/BinaryTaskStatus.d.ts +0 -7
- package/dist/models/BinaryTaskStatus.js +0 -12
- package/dist/models/BinaryTaskStatus.js.map +0 -1
- package/dist/models/Block.d.ts +0 -20
- package/dist/models/Block.js +0 -23
- package/dist/models/Block.js.map +0 -1
- package/dist/models/BlockCommentsGenerationForFunctionResponse.d.ts +0 -20
- package/dist/models/BlockCommentsGenerationForFunctionResponse.js +0 -23
- package/dist/models/BlockCommentsGenerationForFunctionResponse.js.map +0 -1
- package/dist/models/CheckSecurityChecksTaskResponse.d.ts +0 -21
- package/dist/models/CheckSecurityChecksTaskResponse.js +0 -23
- package/dist/models/CheckSecurityChecksTaskResponse.js.map +0 -1
- package/dist/models/ConfidenceType.d.ts +0 -7
- package/dist/models/ConfidenceType.js +0 -12
- package/dist/models/ConfidenceType.js.map +0 -1
- package/dist/models/QueuedSecurityChecksTaskResponse.d.ts +0 -20
- package/dist/models/QueuedSecurityChecksTaskResponse.js +0 -23
- package/dist/models/QueuedSecurityChecksTaskResponse.js.map +0 -1
- package/dist/models/SecurityChecksResponse.d.ts +0 -23
- package/dist/models/SecurityChecksResponse.js +0 -35
- package/dist/models/SecurityChecksResponse.js.map +0 -1
- package/dist/models/SecurityChecksResult.d.ts +0 -30
- package/dist/models/SecurityChecksResult.js +0 -65
- package/dist/models/SecurityChecksResult.js.map +0 -1
- package/dist/models/SeverityType.d.ts +0 -8
- package/dist/models/SeverityType.js +0 -13
- package/dist/models/SeverityType.js.map +0 -1
- package/dist/models/VulnerabilityType.d.ts +0 -8
- package/dist/models/VulnerabilityType.js +0 -13
- package/dist/models/VulnerabilityType.js.map +0 -1
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { ConfidenceType } from '../models/ConfidenceType';
|
|
2
|
-
import { SeverityType } from '../models/SeverityType';
|
|
3
|
-
import { VulnerabilityType } from '../models/VulnerabilityType';
|
|
4
|
-
export declare class SecurityChecksResult {
|
|
5
|
-
'functionId': number;
|
|
6
|
-
'functionName': string;
|
|
7
|
-
'name': string;
|
|
8
|
-
'vulnClass': VulnerabilityType;
|
|
9
|
-
'description': string;
|
|
10
|
-
'remediation': string;
|
|
11
|
-
'confidence': ConfidenceType;
|
|
12
|
-
'severity': SeverityType;
|
|
13
|
-
static readonly discriminator: string | undefined;
|
|
14
|
-
static readonly mapping: {
|
|
15
|
-
[index: string]: string;
|
|
16
|
-
} | undefined;
|
|
17
|
-
static readonly attributeTypeMap: Array<{
|
|
18
|
-
name: string;
|
|
19
|
-
baseName: string;
|
|
20
|
-
type: string;
|
|
21
|
-
format: string;
|
|
22
|
-
}>;
|
|
23
|
-
static getAttributeTypeMap(): {
|
|
24
|
-
name: string;
|
|
25
|
-
baseName: string;
|
|
26
|
-
type: string;
|
|
27
|
-
format: string;
|
|
28
|
-
}[];
|
|
29
|
-
constructor();
|
|
30
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SecurityChecksResult = void 0;
|
|
4
|
-
var SecurityChecksResult = (function () {
|
|
5
|
-
function SecurityChecksResult() {
|
|
6
|
-
}
|
|
7
|
-
SecurityChecksResult.getAttributeTypeMap = function () {
|
|
8
|
-
return SecurityChecksResult.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
SecurityChecksResult.discriminator = undefined;
|
|
11
|
-
SecurityChecksResult.mapping = undefined;
|
|
12
|
-
SecurityChecksResult.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "functionId",
|
|
15
|
-
"baseName": "function_id",
|
|
16
|
-
"type": "number",
|
|
17
|
-
"format": "int64"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "functionName",
|
|
21
|
-
"baseName": "function_name",
|
|
22
|
-
"type": "string",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "name",
|
|
27
|
-
"baseName": "name",
|
|
28
|
-
"type": "string",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "vulnClass",
|
|
33
|
-
"baseName": "vuln_class",
|
|
34
|
-
"type": "VulnerabilityType",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "description",
|
|
39
|
-
"baseName": "description",
|
|
40
|
-
"type": "string",
|
|
41
|
-
"format": ""
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "remediation",
|
|
45
|
-
"baseName": "remediation",
|
|
46
|
-
"type": "string",
|
|
47
|
-
"format": ""
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "confidence",
|
|
51
|
-
"baseName": "confidence",
|
|
52
|
-
"type": "ConfidenceType",
|
|
53
|
-
"format": ""
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "severity",
|
|
57
|
-
"baseName": "severity",
|
|
58
|
-
"type": "SeverityType",
|
|
59
|
-
"format": ""
|
|
60
|
-
}
|
|
61
|
-
];
|
|
62
|
-
return SecurityChecksResult;
|
|
63
|
-
}());
|
|
64
|
-
exports.SecurityChecksResult = SecurityChecksResult;
|
|
65
|
-
//# sourceMappingURL=SecurityChecksResult.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SecurityChecksResult.js","sourceRoot":"","sources":["../../models/SecurityChecksResult.ts"],"names":[],"mappings":";;;AAgBA;IAoEI;IACA,CAAC;IALM,wCAAmB,GAA1B;QACI,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IAxDe,kCAAa,GAAuB,SAAS,CAAC;IAE9C,4BAAO,GAA0C,SAAS,CAAC;IAE3D,qCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,gBAAgB;YACxB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,cAAc;YACtB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,2BAAC;CAAA,AAtED,IAsEC;AAtEY,oDAAoB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SeverityType = void 0;
|
|
4
|
-
var SeverityType;
|
|
5
|
-
(function (SeverityType) {
|
|
6
|
-
SeverityType["Critical"] = "CRITICAL";
|
|
7
|
-
SeverityType["High"] = "HIGH";
|
|
8
|
-
SeverityType["Medium"] = "MEDIUM";
|
|
9
|
-
SeverityType["Low"] = "LOW";
|
|
10
|
-
SeverityType["Info"] = "INFO";
|
|
11
|
-
SeverityType["None"] = "NONE";
|
|
12
|
-
})(SeverityType = exports.SeverityType || (exports.SeverityType = {}));
|
|
13
|
-
//# sourceMappingURL=SeverityType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SeverityType.js","sourceRoot":"","sources":["../../models/SeverityType.ts"],"names":[],"mappings":";;;AAaA,IAAY,YAOX;AAPD,WAAY,YAAY;IACpB,qCAAqB,CAAA;IACrB,6BAAa,CAAA;IACb,iCAAiB,CAAA;IACjB,2BAAW,CAAA;IACX,6BAAa,CAAA;IACb,6BAAa,CAAA;AACjB,CAAC,EAPW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAOvB"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VulnerabilityType = void 0;
|
|
4
|
-
var VulnerabilityType;
|
|
5
|
-
(function (VulnerabilityType) {
|
|
6
|
-
VulnerabilityType["UnsafeFunctions"] = "UNSAFE_FUNCTIONS";
|
|
7
|
-
VulnerabilityType["MemoryCorruption"] = "MEMORY_CORRUPTION";
|
|
8
|
-
VulnerabilityType["InjectionAttack"] = "INJECTION_ATTACK";
|
|
9
|
-
VulnerabilityType["Misconfiguration"] = "MISCONFIGURATION";
|
|
10
|
-
VulnerabilityType["Debug"] = "DEBUG";
|
|
11
|
-
VulnerabilityType["HardcodedSecret"] = "HARDCODED_SECRET";
|
|
12
|
-
})(VulnerabilityType = exports.VulnerabilityType || (exports.VulnerabilityType = {}));
|
|
13
|
-
//# sourceMappingURL=VulnerabilityType.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VulnerabilityType.js","sourceRoot":"","sources":["../../models/VulnerabilityType.ts"],"names":[],"mappings":";;;AAaA,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IACzB,yDAAoC,CAAA;IACpC,2DAAsC,CAAA;IACtC,yDAAoC,CAAA;IACpC,0DAAqC,CAAA;IACrC,oCAAe,CAAA;IACf,yDAAoC,CAAA;AACxC,CAAC,EAPW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAO5B"}
|