@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,26 +0,0 @@
1
- import { ErrorModel } from '../models/ErrorModel';
2
- import { MetaModel } from '../models/MetaModel';
3
- export declare class BaseResponseBlockCommentsOverviewGenerationResponse {
4
- 'status'?: boolean;
5
- 'data'?: any;
6
- 'message'?: string | null;
7
- 'errors'?: Array<ErrorModel> | null;
8
- 'meta'?: MetaModel;
9
- static readonly discriminator: string | undefined;
10
- static readonly mapping: {
11
- [index: string]: string;
12
- } | undefined;
13
- static readonly attributeTypeMap: Array<{
14
- name: string;
15
- baseName: string;
16
- type: string;
17
- format: string;
18
- }>;
19
- static getAttributeTypeMap(): {
20
- name: string;
21
- baseName: string;
22
- type: string;
23
- format: string;
24
- }[];
25
- constructor();
26
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseResponseBlockCommentsOverviewGenerationResponse = void 0;
4
- var BaseResponseBlockCommentsOverviewGenerationResponse = (function () {
5
- function BaseResponseBlockCommentsOverviewGenerationResponse() {
6
- }
7
- BaseResponseBlockCommentsOverviewGenerationResponse.getAttributeTypeMap = function () {
8
- return BaseResponseBlockCommentsOverviewGenerationResponse.attributeTypeMap;
9
- };
10
- BaseResponseBlockCommentsOverviewGenerationResponse.discriminator = undefined;
11
- BaseResponseBlockCommentsOverviewGenerationResponse.mapping = undefined;
12
- BaseResponseBlockCommentsOverviewGenerationResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "boolean",
17
- "format": ""
18
- },
19
- {
20
- "name": "data",
21
- "baseName": "data",
22
- "type": "any",
23
- "format": ""
24
- },
25
- {
26
- "name": "message",
27
- "baseName": "message",
28
- "type": "string",
29
- "format": ""
30
- },
31
- {
32
- "name": "errors",
33
- "baseName": "errors",
34
- "type": "Array<ErrorModel>",
35
- "format": ""
36
- },
37
- {
38
- "name": "meta",
39
- "baseName": "meta",
40
- "type": "MetaModel",
41
- "format": ""
42
- }
43
- ];
44
- return BaseResponseBlockCommentsOverviewGenerationResponse;
45
- }());
46
- exports.BaseResponseBlockCommentsOverviewGenerationResponse = BaseResponseBlockCommentsOverviewGenerationResponse;
47
- //# sourceMappingURL=BaseResponseBlockCommentsOverviewGenerationResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseResponseBlockCommentsOverviewGenerationResponse.js","sourceRoot":"","sources":["../../models/BaseResponseBlockCommentsOverviewGenerationResponse.ts"],"names":[],"mappings":";;;AAeA;IAqDI;IACA,CAAC;IALM,uEAAmB,GAA1B;QACI,OAAO,mDAAmD,CAAC,gBAAgB,CAAC;IAChF,CAAC;IAtCe,iEAAa,GAAuB,SAAS,CAAC;IAE9C,2DAAO,GAA0C,SAAS,CAAC;IAE3D,oEAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,KAAK;YACb,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,0DAAC;CAAA,AAvDD,IAuDC;AAvDY,kHAAmD"}
@@ -1,27 +0,0 @@
1
- import { CheckSecurityChecksTaskResponse } from '../models/CheckSecurityChecksTaskResponse';
2
- import { ErrorModel } from '../models/ErrorModel';
3
- import { MetaModel } from '../models/MetaModel';
4
- export declare class BaseResponseCheckSecurityChecksTaskResponse {
5
- 'status'?: boolean;
6
- 'data'?: CheckSecurityChecksTaskResponse | null;
7
- 'message'?: string | null;
8
- 'errors'?: Array<ErrorModel> | null;
9
- 'meta'?: MetaModel;
10
- static readonly discriminator: string | undefined;
11
- static readonly mapping: {
12
- [index: string]: string;
13
- } | undefined;
14
- static readonly attributeTypeMap: Array<{
15
- name: string;
16
- baseName: string;
17
- type: string;
18
- format: string;
19
- }>;
20
- static getAttributeTypeMap(): {
21
- name: string;
22
- baseName: string;
23
- type: string;
24
- format: string;
25
- }[];
26
- constructor();
27
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseResponseCheckSecurityChecksTaskResponse = void 0;
4
- var BaseResponseCheckSecurityChecksTaskResponse = (function () {
5
- function BaseResponseCheckSecurityChecksTaskResponse() {
6
- }
7
- BaseResponseCheckSecurityChecksTaskResponse.getAttributeTypeMap = function () {
8
- return BaseResponseCheckSecurityChecksTaskResponse.attributeTypeMap;
9
- };
10
- BaseResponseCheckSecurityChecksTaskResponse.discriminator = undefined;
11
- BaseResponseCheckSecurityChecksTaskResponse.mapping = undefined;
12
- BaseResponseCheckSecurityChecksTaskResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "boolean",
17
- "format": ""
18
- },
19
- {
20
- "name": "data",
21
- "baseName": "data",
22
- "type": "CheckSecurityChecksTaskResponse",
23
- "format": ""
24
- },
25
- {
26
- "name": "message",
27
- "baseName": "message",
28
- "type": "string",
29
- "format": ""
30
- },
31
- {
32
- "name": "errors",
33
- "baseName": "errors",
34
- "type": "Array<ErrorModel>",
35
- "format": ""
36
- },
37
- {
38
- "name": "meta",
39
- "baseName": "meta",
40
- "type": "MetaModel",
41
- "format": ""
42
- }
43
- ];
44
- return BaseResponseCheckSecurityChecksTaskResponse;
45
- }());
46
- exports.BaseResponseCheckSecurityChecksTaskResponse = BaseResponseCheckSecurityChecksTaskResponse;
47
- //# sourceMappingURL=BaseResponseCheckSecurityChecksTaskResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseResponseCheckSecurityChecksTaskResponse.js","sourceRoot":"","sources":["../../models/BaseResponseCheckSecurityChecksTaskResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,+DAAmB,GAA1B;QACI,OAAO,2CAA2C,CAAC,gBAAgB,CAAC;IACxE,CAAC;IAtCe,yDAAa,GAAuB,SAAS,CAAC;IAE9C,mDAAO,GAA0C,SAAS,CAAC;IAE3D,4DAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,iCAAiC;YACzC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,kDAAC;CAAA,AAvDD,IAuDC;AAvDY,kGAA2C"}
@@ -1,27 +0,0 @@
1
- import { ErrorModel } from '../models/ErrorModel';
2
- import { MetaModel } from '../models/MetaModel';
3
- import { QueuedSecurityChecksTaskResponse } from '../models/QueuedSecurityChecksTaskResponse';
4
- export declare class BaseResponseQueuedSecurityChecksTaskResponse {
5
- 'status'?: boolean;
6
- 'data'?: QueuedSecurityChecksTaskResponse | null;
7
- 'message'?: string | null;
8
- 'errors'?: Array<ErrorModel> | null;
9
- 'meta'?: MetaModel;
10
- static readonly discriminator: string | undefined;
11
- static readonly mapping: {
12
- [index: string]: string;
13
- } | undefined;
14
- static readonly attributeTypeMap: Array<{
15
- name: string;
16
- baseName: string;
17
- type: string;
18
- format: string;
19
- }>;
20
- static getAttributeTypeMap(): {
21
- name: string;
22
- baseName: string;
23
- type: string;
24
- format: string;
25
- }[];
26
- constructor();
27
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseResponseQueuedSecurityChecksTaskResponse = void 0;
4
- var BaseResponseQueuedSecurityChecksTaskResponse = (function () {
5
- function BaseResponseQueuedSecurityChecksTaskResponse() {
6
- }
7
- BaseResponseQueuedSecurityChecksTaskResponse.getAttributeTypeMap = function () {
8
- return BaseResponseQueuedSecurityChecksTaskResponse.attributeTypeMap;
9
- };
10
- BaseResponseQueuedSecurityChecksTaskResponse.discriminator = undefined;
11
- BaseResponseQueuedSecurityChecksTaskResponse.mapping = undefined;
12
- BaseResponseQueuedSecurityChecksTaskResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "boolean",
17
- "format": ""
18
- },
19
- {
20
- "name": "data",
21
- "baseName": "data",
22
- "type": "QueuedSecurityChecksTaskResponse",
23
- "format": ""
24
- },
25
- {
26
- "name": "message",
27
- "baseName": "message",
28
- "type": "string",
29
- "format": ""
30
- },
31
- {
32
- "name": "errors",
33
- "baseName": "errors",
34
- "type": "Array<ErrorModel>",
35
- "format": ""
36
- },
37
- {
38
- "name": "meta",
39
- "baseName": "meta",
40
- "type": "MetaModel",
41
- "format": ""
42
- }
43
- ];
44
- return BaseResponseQueuedSecurityChecksTaskResponse;
45
- }());
46
- exports.BaseResponseQueuedSecurityChecksTaskResponse = BaseResponseQueuedSecurityChecksTaskResponse;
47
- //# sourceMappingURL=BaseResponseQueuedSecurityChecksTaskResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseResponseQueuedSecurityChecksTaskResponse.js","sourceRoot":"","sources":["../../models/BaseResponseQueuedSecurityChecksTaskResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,gEAAmB,GAA1B;QACI,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;IAtCe,0DAAa,GAAuB,SAAS,CAAC;IAE9C,oDAAO,GAA0C,SAAS,CAAC;IAE3D,6DAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,kCAAkC;YAC1C,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,mDAAC;CAAA,AAvDD,IAuDC;AAvDY,oGAA4C"}
@@ -1,27 +0,0 @@
1
- import { ErrorModel } from '../models/ErrorModel';
2
- import { MetaModel } from '../models/MetaModel';
3
- import { SecurityChecksResponse } from '../models/SecurityChecksResponse';
4
- export declare class BaseResponseSecurityChecksResponse {
5
- 'status'?: boolean;
6
- 'data'?: SecurityChecksResponse | null;
7
- 'message'?: string | null;
8
- 'errors'?: Array<ErrorModel> | null;
9
- 'meta'?: MetaModel;
10
- static readonly discriminator: string | undefined;
11
- static readonly mapping: {
12
- [index: string]: string;
13
- } | undefined;
14
- static readonly attributeTypeMap: Array<{
15
- name: string;
16
- baseName: string;
17
- type: string;
18
- format: string;
19
- }>;
20
- static getAttributeTypeMap(): {
21
- name: string;
22
- baseName: string;
23
- type: string;
24
- format: string;
25
- }[];
26
- constructor();
27
- }
@@ -1,47 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BaseResponseSecurityChecksResponse = void 0;
4
- var BaseResponseSecurityChecksResponse = (function () {
5
- function BaseResponseSecurityChecksResponse() {
6
- }
7
- BaseResponseSecurityChecksResponse.getAttributeTypeMap = function () {
8
- return BaseResponseSecurityChecksResponse.attributeTypeMap;
9
- };
10
- BaseResponseSecurityChecksResponse.discriminator = undefined;
11
- BaseResponseSecurityChecksResponse.mapping = undefined;
12
- BaseResponseSecurityChecksResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "boolean",
17
- "format": ""
18
- },
19
- {
20
- "name": "data",
21
- "baseName": "data",
22
- "type": "SecurityChecksResponse",
23
- "format": ""
24
- },
25
- {
26
- "name": "message",
27
- "baseName": "message",
28
- "type": "string",
29
- "format": ""
30
- },
31
- {
32
- "name": "errors",
33
- "baseName": "errors",
34
- "type": "Array<ErrorModel>",
35
- "format": ""
36
- },
37
- {
38
- "name": "meta",
39
- "baseName": "meta",
40
- "type": "MetaModel",
41
- "format": ""
42
- }
43
- ];
44
- return BaseResponseSecurityChecksResponse;
45
- }());
46
- exports.BaseResponseSecurityChecksResponse = BaseResponseSecurityChecksResponse;
47
- //# sourceMappingURL=BaseResponseSecurityChecksResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BaseResponseSecurityChecksResponse.js","sourceRoot":"","sources":["../../models/BaseResponseSecurityChecksResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,sDAAmB,GAA1B;QACI,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;IAtCe,gDAAa,GAAuB,SAAS,CAAC;IAE9C,0CAAO,GAA0C,SAAS,CAAC;IAE3D,mDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,yCAAC;CAAA,AAvDD,IAuDC;AAvDY,gFAAkC"}
@@ -1,7 +0,0 @@
1
- export declare enum BinaryTaskStatus {
2
- Uninitialised = "UNINITIALISED",
3
- Pending = "PENDING",
4
- Running = "RUNNING",
5
- Completed = "COMPLETED",
6
- Failed = "FAILED"
7
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BinaryTaskStatus = void 0;
4
- var BinaryTaskStatus;
5
- (function (BinaryTaskStatus) {
6
- BinaryTaskStatus["Uninitialised"] = "UNINITIALISED";
7
- BinaryTaskStatus["Pending"] = "PENDING";
8
- BinaryTaskStatus["Running"] = "RUNNING";
9
- BinaryTaskStatus["Completed"] = "COMPLETED";
10
- BinaryTaskStatus["Failed"] = "FAILED";
11
- })(BinaryTaskStatus = exports.BinaryTaskStatus || (exports.BinaryTaskStatus = {}));
12
- //# sourceMappingURL=BinaryTaskStatus.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BinaryTaskStatus.js","sourceRoot":"","sources":["../../models/BinaryTaskStatus.ts"],"names":[],"mappings":";;;AAaA,IAAY,gBAMX;AAND,WAAY,gBAAgB;IACxB,mDAA+B,CAAA;IAC/B,uCAAmB,CAAA;IACnB,uCAAmB,CAAA;IACnB,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;AACrB,CAAC,EANW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAM3B"}
@@ -1,20 +0,0 @@
1
- export declare class Block {
2
- 'virtualAddress': number;
3
- static readonly discriminator: string | undefined;
4
- static readonly mapping: {
5
- [index: string]: string;
6
- } | undefined;
7
- static readonly attributeTypeMap: Array<{
8
- name: string;
9
- baseName: string;
10
- type: string;
11
- format: string;
12
- }>;
13
- static getAttributeTypeMap(): {
14
- name: string;
15
- baseName: string;
16
- type: string;
17
- format: string;
18
- }[];
19
- constructor();
20
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Block = void 0;
4
- var Block = (function () {
5
- function Block() {
6
- }
7
- Block.getAttributeTypeMap = function () {
8
- return Block.attributeTypeMap;
9
- };
10
- Block.discriminator = undefined;
11
- Block.mapping = undefined;
12
- Block.attributeTypeMap = [
13
- {
14
- "name": "virtualAddress",
15
- "baseName": "virtual_address",
16
- "type": "number",
17
- "format": ""
18
- }
19
- ];
20
- return Block;
21
- }());
22
- exports.Block = Block;
23
- //# sourceMappingURL=Block.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Block.js","sourceRoot":"","sources":["../../models/Block.ts"],"names":[],"mappings":";;;AAaA;IAmBI;IACA,CAAC;IALM,yBAAmB,GAA1B;QACI,OAAO,KAAK,CAAC,gBAAgB,CAAC;IAClC,CAAC;IAde,mBAAa,GAAuB,SAAS,CAAC;IAE9C,aAAO,GAA0C,SAAS,CAAC;IAE3D,sBAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,gBAAgB;YACxB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,YAAC;CAAA,AArBD,IAqBC;AArBY,sBAAK"}
@@ -1,20 +0,0 @@
1
- export declare class BlockCommentsGenerationForFunctionResponse {
2
- 'updatedBlocks': number;
3
- static readonly discriminator: string | undefined;
4
- static readonly mapping: {
5
- [index: string]: string;
6
- } | undefined;
7
- static readonly attributeTypeMap: Array<{
8
- name: string;
9
- baseName: string;
10
- type: string;
11
- format: string;
12
- }>;
13
- static getAttributeTypeMap(): {
14
- name: string;
15
- baseName: string;
16
- type: string;
17
- format: string;
18
- }[];
19
- constructor();
20
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BlockCommentsGenerationForFunctionResponse = void 0;
4
- var BlockCommentsGenerationForFunctionResponse = (function () {
5
- function BlockCommentsGenerationForFunctionResponse() {
6
- }
7
- BlockCommentsGenerationForFunctionResponse.getAttributeTypeMap = function () {
8
- return BlockCommentsGenerationForFunctionResponse.attributeTypeMap;
9
- };
10
- BlockCommentsGenerationForFunctionResponse.discriminator = undefined;
11
- BlockCommentsGenerationForFunctionResponse.mapping = undefined;
12
- BlockCommentsGenerationForFunctionResponse.attributeTypeMap = [
13
- {
14
- "name": "updatedBlocks",
15
- "baseName": "updated_blocks",
16
- "type": "number",
17
- "format": ""
18
- }
19
- ];
20
- return BlockCommentsGenerationForFunctionResponse;
21
- }());
22
- exports.BlockCommentsGenerationForFunctionResponse = BlockCommentsGenerationForFunctionResponse;
23
- //# sourceMappingURL=BlockCommentsGenerationForFunctionResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BlockCommentsGenerationForFunctionResponse.js","sourceRoot":"","sources":["../../models/BlockCommentsGenerationForFunctionResponse.ts"],"names":[],"mappings":";;;AAaA;IAmBI;IACA,CAAC;IALM,8DAAmB,GAA1B;QACI,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;IAde,wDAAa,GAAuB,SAAS,CAAC;IAE9C,kDAAO,GAA0C,SAAS,CAAC;IAE3D,2DAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,iDAAC;CAAA,AArBD,IAqBC;AArBY,gGAA0C"}
@@ -1,21 +0,0 @@
1
- import { BinaryTaskStatus } from '../models/BinaryTaskStatus';
2
- export declare class CheckSecurityChecksTaskResponse {
3
- 'status': BinaryTaskStatus;
4
- static readonly discriminator: string | undefined;
5
- static readonly mapping: {
6
- [index: string]: string;
7
- } | undefined;
8
- static readonly attributeTypeMap: Array<{
9
- name: string;
10
- baseName: string;
11
- type: string;
12
- format: string;
13
- }>;
14
- static getAttributeTypeMap(): {
15
- name: string;
16
- baseName: string;
17
- type: string;
18
- format: string;
19
- }[];
20
- constructor();
21
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckSecurityChecksTaskResponse = void 0;
4
- var CheckSecurityChecksTaskResponse = (function () {
5
- function CheckSecurityChecksTaskResponse() {
6
- }
7
- CheckSecurityChecksTaskResponse.getAttributeTypeMap = function () {
8
- return CheckSecurityChecksTaskResponse.attributeTypeMap;
9
- };
10
- CheckSecurityChecksTaskResponse.discriminator = undefined;
11
- CheckSecurityChecksTaskResponse.mapping = undefined;
12
- CheckSecurityChecksTaskResponse.attributeTypeMap = [
13
- {
14
- "name": "status",
15
- "baseName": "status",
16
- "type": "BinaryTaskStatus",
17
- "format": ""
18
- }
19
- ];
20
- return CheckSecurityChecksTaskResponse;
21
- }());
22
- exports.CheckSecurityChecksTaskResponse = CheckSecurityChecksTaskResponse;
23
- //# sourceMappingURL=CheckSecurityChecksTaskResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CheckSecurityChecksTaskResponse.js","sourceRoot":"","sources":["../../models/CheckSecurityChecksTaskResponse.ts"],"names":[],"mappings":";;;AAcA;IAmBI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IAde,6CAAa,GAAuB,SAAS,CAAC;IAE9C,uCAAO,GAA0C,SAAS,CAAC;IAE3D,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,kBAAkB;YAC1B,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,sCAAC;CAAA,AArBD,IAqBC;AArBY,0EAA+B"}
@@ -1,7 +0,0 @@
1
- export declare enum ConfidenceType {
2
- FalsePositive = "FALSE_POSITIVE",
3
- Signature = "SIGNATURE",
4
- Heuristic = "HEURISTIC",
5
- LikelyVulnerable = "LIKELY_VULNERABLE",
6
- Vulnerable = "VULNERABLE"
7
- }
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConfidenceType = void 0;
4
- var ConfidenceType;
5
- (function (ConfidenceType) {
6
- ConfidenceType["FalsePositive"] = "FALSE_POSITIVE";
7
- ConfidenceType["Signature"] = "SIGNATURE";
8
- ConfidenceType["Heuristic"] = "HEURISTIC";
9
- ConfidenceType["LikelyVulnerable"] = "LIKELY_VULNERABLE";
10
- ConfidenceType["Vulnerable"] = "VULNERABLE";
11
- })(ConfidenceType = exports.ConfidenceType || (exports.ConfidenceType = {}));
12
- //# sourceMappingURL=ConfidenceType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ConfidenceType.js","sourceRoot":"","sources":["../../models/ConfidenceType.ts"],"names":[],"mappings":";;;AAaA,IAAY,cAMX;AAND,WAAY,cAAc;IACtB,kDAAgC,CAAA;IAChC,yCAAuB,CAAA;IACvB,yCAAuB,CAAA;IACvB,wDAAsC,CAAA;IACtC,2CAAyB,CAAA;AAC7B,CAAC,EANW,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAMzB"}
@@ -1,20 +0,0 @@
1
- export declare class QueuedSecurityChecksTaskResponse {
2
- 'taskId': string;
3
- static readonly discriminator: string | undefined;
4
- static readonly mapping: {
5
- [index: string]: string;
6
- } | undefined;
7
- static readonly attributeTypeMap: Array<{
8
- name: string;
9
- baseName: string;
10
- type: string;
11
- format: string;
12
- }>;
13
- static getAttributeTypeMap(): {
14
- name: string;
15
- baseName: string;
16
- type: string;
17
- format: string;
18
- }[];
19
- constructor();
20
- }
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.QueuedSecurityChecksTaskResponse = void 0;
4
- var QueuedSecurityChecksTaskResponse = (function () {
5
- function QueuedSecurityChecksTaskResponse() {
6
- }
7
- QueuedSecurityChecksTaskResponse.getAttributeTypeMap = function () {
8
- return QueuedSecurityChecksTaskResponse.attributeTypeMap;
9
- };
10
- QueuedSecurityChecksTaskResponse.discriminator = undefined;
11
- QueuedSecurityChecksTaskResponse.mapping = undefined;
12
- QueuedSecurityChecksTaskResponse.attributeTypeMap = [
13
- {
14
- "name": "taskId",
15
- "baseName": "task_id",
16
- "type": "string",
17
- "format": ""
18
- }
19
- ];
20
- return QueuedSecurityChecksTaskResponse;
21
- }());
22
- exports.QueuedSecurityChecksTaskResponse = QueuedSecurityChecksTaskResponse;
23
- //# sourceMappingURL=QueuedSecurityChecksTaskResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QueuedSecurityChecksTaskResponse.js","sourceRoot":"","sources":["../../models/QueuedSecurityChecksTaskResponse.ts"],"names":[],"mappings":";;;AAaA;IAmBI;IACA,CAAC;IALM,oDAAmB,GAA1B;QACI,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;IAde,8CAAa,GAAuB,SAAS,CAAC;IAE9C,wCAAO,GAA0C,SAAS,CAAC;IAE3D,iDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,uCAAC;CAAA,AArBD,IAqBC;AArBY,4EAAgC"}
@@ -1,23 +0,0 @@
1
- import { SecurityChecksResult } from '../models/SecurityChecksResult';
2
- export declare class SecurityChecksResponse {
3
- 'binaryId': number;
4
- 'totalResults': number;
5
- 'results': Array<SecurityChecksResult>;
6
- static readonly discriminator: string | undefined;
7
- static readonly mapping: {
8
- [index: string]: string;
9
- } | undefined;
10
- static readonly attributeTypeMap: Array<{
11
- name: string;
12
- baseName: string;
13
- type: string;
14
- format: string;
15
- }>;
16
- static getAttributeTypeMap(): {
17
- name: string;
18
- baseName: string;
19
- type: string;
20
- format: string;
21
- }[];
22
- constructor();
23
- }
@@ -1,35 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SecurityChecksResponse = void 0;
4
- var SecurityChecksResponse = (function () {
5
- function SecurityChecksResponse() {
6
- }
7
- SecurityChecksResponse.getAttributeTypeMap = function () {
8
- return SecurityChecksResponse.attributeTypeMap;
9
- };
10
- SecurityChecksResponse.discriminator = undefined;
11
- SecurityChecksResponse.mapping = undefined;
12
- SecurityChecksResponse.attributeTypeMap = [
13
- {
14
- "name": "binaryId",
15
- "baseName": "binary_id",
16
- "type": "number",
17
- "format": ""
18
- },
19
- {
20
- "name": "totalResults",
21
- "baseName": "total_results",
22
- "type": "number",
23
- "format": ""
24
- },
25
- {
26
- "name": "results",
27
- "baseName": "results",
28
- "type": "Array<SecurityChecksResult>",
29
- "format": ""
30
- }
31
- ];
32
- return SecurityChecksResponse;
33
- }());
34
- exports.SecurityChecksResponse = SecurityChecksResponse;
35
- //# sourceMappingURL=SecurityChecksResponse.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SecurityChecksResponse.js","sourceRoot":"","sources":["../../models/SecurityChecksResponse.ts"],"names":[],"mappings":";;;AAcA;IAiCI;IACA,CAAC;IALM,0CAAmB,GAA1B;QACI,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;IA1Be,oCAAa,GAAuB,SAAS,CAAC;IAE9C,8BAAO,GAA0C,SAAS,CAAC;IAE3D,uCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,6BAA6B;YACrC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6BAAC;CAAA,AAnCD,IAmCC;AAnCY,wDAAsB"}