@revengai/sdk 3.63.0 → 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.
Files changed (75) hide show
  1. package/README.md +0 -25
  2. package/dist/index.d.ts +1 -1
  3. package/dist/index.js +1 -4
  4. package/dist/index.js.map +1 -1
  5. package/dist/models/FunctionBlocksResponse.d.ts +1 -1
  6. package/dist/models/ObjectSerializer.d.ts +0 -15
  7. package/dist/models/ObjectSerializer.js +0 -41
  8. package/dist/models/ObjectSerializer.js.map +1 -1
  9. package/dist/models/all.d.ts +0 -15
  10. package/dist/models/all.js +0 -15
  11. package/dist/models/all.js.map +1 -1
  12. package/dist/types/ObjectParamAPI.d.ts +0 -102
  13. package/dist/types/ObjectParamAPI.js +28 -112
  14. package/dist/types/ObjectParamAPI.js.map +1 -1
  15. package/dist/types/ObservableAPI.d.ts +0 -47
  16. package/dist/types/ObservableAPI.js +273 -583
  17. package/dist/types/ObservableAPI.js.map +1 -1
  18. package/dist/types/PromiseAPI.d.ts +0 -41
  19. package/dist/types/PromiseAPI.js +28 -152
  20. package/dist/types/PromiseAPI.js.map +1 -1
  21. package/package.json +1 -1
  22. package/dist/apis/AnalysesSecurityChecksApi.d.ts +0 -16
  23. package/dist/apis/AnalysesSecurityChecksApi.js +0 -320
  24. package/dist/apis/AnalysesSecurityChecksApi.js.map +0 -1
  25. package/dist/apis/FunctionsBlockCommentsApi.d.ts +0 -16
  26. package/dist/apis/FunctionsBlockCommentsApi.js +0 -308
  27. package/dist/apis/FunctionsBlockCommentsApi.js.map +0 -1
  28. package/dist/apis/FunctionsDecompilationApi.d.ts +0 -20
  29. package/dist/apis/FunctionsDecompilationApi.js +0 -517
  30. package/dist/apis/FunctionsDecompilationApi.js.map +0 -1
  31. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.d.ts +0 -27
  32. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js +0 -47
  33. package/dist/models/BaseResponseBlockCommentsGenerationForFunctionResponse.js.map +0 -1
  34. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.d.ts +0 -26
  35. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js +0 -47
  36. package/dist/models/BaseResponseBlockCommentsOverviewGenerationResponse.js.map +0 -1
  37. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.d.ts +0 -27
  38. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js +0 -47
  39. package/dist/models/BaseResponseCheckSecurityChecksTaskResponse.js.map +0 -1
  40. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.d.ts +0 -27
  41. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js +0 -47
  42. package/dist/models/BaseResponseQueuedSecurityChecksTaskResponse.js.map +0 -1
  43. package/dist/models/BaseResponseSecurityChecksResponse.d.ts +0 -27
  44. package/dist/models/BaseResponseSecurityChecksResponse.js +0 -47
  45. package/dist/models/BaseResponseSecurityChecksResponse.js.map +0 -1
  46. package/dist/models/BinaryTaskStatus.d.ts +0 -7
  47. package/dist/models/BinaryTaskStatus.js +0 -12
  48. package/dist/models/BinaryTaskStatus.js.map +0 -1
  49. package/dist/models/Block.d.ts +0 -20
  50. package/dist/models/Block.js +0 -23
  51. package/dist/models/Block.js.map +0 -1
  52. package/dist/models/BlockCommentsGenerationForFunctionResponse.d.ts +0 -20
  53. package/dist/models/BlockCommentsGenerationForFunctionResponse.js +0 -23
  54. package/dist/models/BlockCommentsGenerationForFunctionResponse.js.map +0 -1
  55. package/dist/models/CheckSecurityChecksTaskResponse.d.ts +0 -21
  56. package/dist/models/CheckSecurityChecksTaskResponse.js +0 -23
  57. package/dist/models/CheckSecurityChecksTaskResponse.js.map +0 -1
  58. package/dist/models/ConfidenceType.d.ts +0 -7
  59. package/dist/models/ConfidenceType.js +0 -12
  60. package/dist/models/ConfidenceType.js.map +0 -1
  61. package/dist/models/QueuedSecurityChecksTaskResponse.d.ts +0 -20
  62. package/dist/models/QueuedSecurityChecksTaskResponse.js +0 -23
  63. package/dist/models/QueuedSecurityChecksTaskResponse.js.map +0 -1
  64. package/dist/models/SecurityChecksResponse.d.ts +0 -23
  65. package/dist/models/SecurityChecksResponse.js +0 -35
  66. package/dist/models/SecurityChecksResponse.js.map +0 -1
  67. package/dist/models/SecurityChecksResult.d.ts +0 -30
  68. package/dist/models/SecurityChecksResult.js +0 -65
  69. package/dist/models/SecurityChecksResult.js.map +0 -1
  70. package/dist/models/SeverityType.d.ts +0 -8
  71. package/dist/models/SeverityType.js +0 -13
  72. package/dist/models/SeverityType.js.map +0 -1
  73. package/dist/models/VulnerabilityType.d.ts +0 -8
  74. package/dist/models/VulnerabilityType.js +0 -13
  75. 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,8 +0,0 @@
1
- export declare enum SeverityType {
2
- Critical = "CRITICAL",
3
- High = "HIGH",
4
- Medium = "MEDIUM",
5
- Low = "LOW",
6
- Info = "INFO",
7
- None = "NONE"
8
- }
@@ -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,8 +0,0 @@
1
- export declare enum VulnerabilityType {
2
- UnsafeFunctions = "UNSAFE_FUNCTIONS",
3
- MemoryCorruption = "MEMORY_CORRUPTION",
4
- InjectionAttack = "INJECTION_ATTACK",
5
- Misconfiguration = "MISCONFIGURATION",
6
- Debug = "DEBUG",
7
- HardcodedSecret = "HARDCODED_SECRET"
8
- }
@@ -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"}