@revengai/sdk 3.94.1 → 3.96.2

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 (144) hide show
  1. package/README.md +49 -7
  2. package/dist/apis/AnalysesCoreApi.d.ts +10 -0
  3. package/dist/apis/AnalysesCoreApi.js +324 -0
  4. package/dist/apis/AnalysesCoreApi.js.map +1 -1
  5. package/dist/apis/AnalysesResultsMetadataApi.js.map +1 -1
  6. package/dist/apis/FunctionsCoreApi.d.ts +29 -2
  7. package/dist/apis/FunctionsCoreApi.js +1123 -152
  8. package/dist/apis/FunctionsCoreApi.js.map +1 -1
  9. package/dist/apis/FunctionsDataTypesApi.d.ts +13 -3
  10. package/dist/apis/FunctionsDataTypesApi.js +396 -37
  11. package/dist/apis/FunctionsDataTypesApi.js.map +1 -1
  12. package/dist/models/{FunctionInfoOutput.d.ts → AnalysisFunctionEntry.d.ts} +10 -5
  13. package/dist/models/AnalysisFunctionEntry.js +71 -0
  14. package/dist/models/AnalysisFunctionEntry.js.map +1 -0
  15. package/dist/models/BatchBinaryMatchResult.d.ts +31 -0
  16. package/dist/models/BatchBinaryMatchResult.js +50 -0
  17. package/dist/models/BatchBinaryMatchResult.js.map +1 -0
  18. package/dist/models/BatchMatchingOutputBody.d.ts +30 -0
  19. package/dist/models/BatchMatchingOutputBody.js +38 -0
  20. package/dist/models/BatchMatchingOutputBody.js.map +1 -0
  21. package/dist/models/BatchUpdateDataTypesInputBody.d.ts +21 -0
  22. package/dist/models/BatchUpdateDataTypesInputBody.js +23 -0
  23. package/dist/models/BatchUpdateDataTypesInputBody.js.map +1 -0
  24. package/dist/models/{UpdateFunctionDataTypes.d.ts → BatchUpdateDataTypesItem.d.ts} +3 -3
  25. package/dist/models/BatchUpdateDataTypesItem.js +35 -0
  26. package/dist/models/BatchUpdateDataTypesItem.js.map +1 -0
  27. package/dist/models/BatchUpdateDataTypesOutputBody.d.ts +21 -0
  28. package/dist/models/BatchUpdateDataTypesOutputBody.js +23 -0
  29. package/dist/models/BatchUpdateDataTypesOutputBody.js.map +1 -0
  30. package/dist/models/BatchUpdateDataTypesResult.d.ts +30 -0
  31. package/dist/models/BatchUpdateDataTypesResult.js +54 -0
  32. package/dist/models/BatchUpdateDataTypesResult.js.map +1 -0
  33. package/dist/models/CallEdge.d.ts +27 -0
  34. package/dist/models/CallEdge.js +65 -0
  35. package/dist/models/CallEdge.js.map +1 -0
  36. package/dist/models/{FunctionInfoInput.d.ts → CallEdgesOutputBody.d.ts} +3 -5
  37. package/dist/models/CallEdgesOutputBody.js +23 -0
  38. package/dist/models/CallEdgesOutputBody.js.map +1 -0
  39. package/dist/models/CapabilitiesOutputBody.d.ts +21 -0
  40. package/dist/models/CapabilitiesOutputBody.js +23 -0
  41. package/dist/models/CapabilitiesOutputBody.js.map +1 -0
  42. package/dist/models/CapabilityEntry.d.ts +25 -0
  43. package/dist/models/CapabilityEntry.js +53 -0
  44. package/dist/models/CapabilityEntry.js.map +1 -0
  45. package/dist/models/DataTypesEntry.d.ts +22 -0
  46. package/dist/models/DataTypesEntry.js +29 -0
  47. package/dist/models/DataTypesEntry.js.map +1 -0
  48. package/dist/models/DisassemblyOutputBody.d.ts +25 -0
  49. package/dist/models/DisassemblyOutputBody.js +53 -0
  50. package/dist/models/DisassemblyOutputBody.js.map +1 -0
  51. package/dist/models/ErrorBody.d.ts +1 -0
  52. package/dist/models/ErrorBody.js +1 -0
  53. package/dist/models/ErrorBody.js.map +1 -1
  54. package/dist/models/FunctionArgument.d.ts +25 -0
  55. package/dist/models/FunctionArgument.js +53 -0
  56. package/dist/models/FunctionArgument.js.map +1 -0
  57. package/dist/models/FunctionCallEdges.d.ts +23 -0
  58. package/dist/models/FunctionCallEdges.js +35 -0
  59. package/dist/models/FunctionCallEdges.js.map +1 -0
  60. package/dist/models/FunctionDataTypes.d.ts +2 -2
  61. package/dist/models/FunctionDataTypes.js +1 -1
  62. package/dist/models/FunctionDataTypes.js.map +1 -1
  63. package/dist/models/FunctionDataTypesListItem.d.ts +2 -2
  64. package/dist/models/FunctionDataTypesListItem.js +1 -1
  65. package/dist/models/FunctionDataTypesListItem.js.map +1 -1
  66. package/dist/models/FunctionDependency.d.ts +27 -0
  67. package/dist/models/{FunctionTypeOutput.js → FunctionDependency.js} +31 -31
  68. package/dist/models/FunctionDependency.js.map +1 -0
  69. package/dist/models/FunctionDetailsOutputBody.d.ts +28 -0
  70. package/dist/models/FunctionDetailsOutputBody.js +71 -0
  71. package/dist/models/FunctionDetailsOutputBody.js.map +1 -0
  72. package/dist/models/FunctionInfo.d.ts +23 -0
  73. package/dist/models/FunctionInfo.js +29 -0
  74. package/dist/models/FunctionInfo.js.map +1 -0
  75. package/dist/models/{FunctionInfoInputFuncDepsInner.d.ts → FunctionInfoFuncDepsInner.d.ts} +1 -1
  76. package/dist/models/{FunctionInfoInputFuncDepsInner.js → FunctionInfoFuncDepsInner.js} +11 -11
  77. package/dist/models/FunctionInfoFuncDepsInner.js.map +1 -0
  78. package/dist/models/{FunctionTypeOutput.d.ts → FunctionStackVariable.d.ts} +6 -11
  79. package/dist/models/FunctionStackVariable.js +59 -0
  80. package/dist/models/FunctionStackVariable.js.map +1 -0
  81. package/dist/models/{FunctionTypeInput.d.ts → FunctionType.d.ts} +1 -1
  82. package/dist/models/{FunctionTypeInput.js → FunctionType.js} +11 -11
  83. package/dist/models/FunctionType.js.map +1 -0
  84. package/dist/models/GetMatchesOutputBody.d.ts +30 -0
  85. package/dist/models/GetMatchesOutputBody.js +38 -0
  86. package/dist/models/GetMatchesOutputBody.js.map +1 -0
  87. package/dist/models/GetMatchesStatusOutputBody.d.ts +33 -0
  88. package/dist/models/GetMatchesStatusOutputBody.js +56 -0
  89. package/dist/models/GetMatchesStatusOutputBody.js.map +1 -0
  90. package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.d.ts +22 -0
  91. package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js +29 -0
  92. package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js.map +1 -0
  93. package/dist/models/ListAnalysisFunctionsOutputBody.d.ts +22 -0
  94. package/dist/models/ListAnalysisFunctionsOutputBody.js +29 -0
  95. package/dist/models/ListAnalysisFunctionsOutputBody.js.map +1 -0
  96. package/dist/models/ListFunctionsDataTypesOutputBody.d.ts +21 -0
  97. package/dist/models/ListFunctionsDataTypesOutputBody.js +23 -0
  98. package/dist/models/ListFunctionsDataTypesOutputBody.js.map +1 -0
  99. package/dist/models/MatchFilters.d.ts +24 -0
  100. package/dist/models/MatchFilters.js +47 -0
  101. package/dist/models/MatchFilters.js.map +1 -0
  102. package/dist/models/ObjectSerializer.d.ts +33 -6
  103. package/dist/models/ObjectSerializer.js +105 -18
  104. package/dist/models/ObjectSerializer.js.map +1 -1
  105. package/dist/models/StartBatchMatchingInputBody.d.ts +23 -0
  106. package/dist/models/StartBatchMatchingInputBody.js +41 -0
  107. package/dist/models/StartBatchMatchingInputBody.js.map +1 -0
  108. package/dist/models/StartMatchingForAnalysisInputBody.d.ts +23 -0
  109. package/dist/models/StartMatchingForAnalysisInputBody.js +35 -0
  110. package/dist/models/StartMatchingForAnalysisInputBody.js.map +1 -0
  111. package/dist/models/StartMatchingForFunctionsInputBody.d.ts +24 -0
  112. package/dist/models/StartMatchingForFunctionsInputBody.js +41 -0
  113. package/dist/models/StartMatchingForFunctionsInputBody.js.map +1 -0
  114. package/dist/models/StartMatchingOutputBody.d.ts +33 -0
  115. package/dist/models/StartMatchingOutputBody.js +56 -0
  116. package/dist/models/StartMatchingOutputBody.js.map +1 -0
  117. package/dist/models/UpdateDataTypesInputBody.d.ts +21 -0
  118. package/dist/models/UpdateDataTypesInputBody.js +29 -0
  119. package/dist/models/UpdateDataTypesInputBody.js.map +1 -0
  120. package/dist/models/UpdateDataTypesOutputBody.d.ts +22 -0
  121. package/dist/models/UpdateDataTypesOutputBody.js +35 -0
  122. package/dist/models/UpdateDataTypesOutputBody.js.map +1 -0
  123. package/dist/models/all.d.ts +33 -6
  124. package/dist/models/all.js +33 -6
  125. package/dist/models/all.js.map +1 -1
  126. package/dist/types/ObjectParamAPI.d.ts +103 -9
  127. package/dist/types/ObjectParamAPI.js +98 -8
  128. package/dist/types/ObjectParamAPI.js.map +1 -1
  129. package/dist/types/ObservableAPI.d.ts +49 -5
  130. package/dist/types/ObservableAPI.js +919 -499
  131. package/dist/types/ObservableAPI.js.map +1 -1
  132. package/dist/types/PromiseAPI.d.ts +49 -5
  133. package/dist/types/PromiseAPI.js +158 -8
  134. package/dist/types/PromiseAPI.js.map +1 -1
  135. package/package.json +1 -1
  136. package/dist/models/FunctionInfoInput.js +0 -29
  137. package/dist/models/FunctionInfoInput.js.map +0 -1
  138. package/dist/models/FunctionInfoInputFuncDepsInner.js.map +0 -1
  139. package/dist/models/FunctionInfoOutput.js +0 -29
  140. package/dist/models/FunctionInfoOutput.js.map +0 -1
  141. package/dist/models/FunctionTypeInput.js.map +0 -1
  142. package/dist/models/FunctionTypeOutput.js.map +0 -1
  143. package/dist/models/UpdateFunctionDataTypes.js +0 -29
  144. package/dist/models/UpdateFunctionDataTypes.js.map +0 -1
@@ -0,0 +1,28 @@
1
+ export declare class FunctionDetailsOutputBody {
2
+ 'binaryId': number;
3
+ 'creation': Date;
4
+ 'debug': boolean;
5
+ 'functionId': number;
6
+ 'functionName': string;
7
+ 'functionSize': number;
8
+ 'functionVaddr': number;
9
+ 'mangledName'?: string;
10
+ 'sourceFunctionId'?: number;
11
+ static readonly discriminator: string | undefined;
12
+ static readonly mapping: {
13
+ [index: string]: string;
14
+ } | undefined;
15
+ static readonly attributeTypeMap: Array<{
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ format: string;
20
+ }>;
21
+ static getAttributeTypeMap(): {
22
+ name: string;
23
+ baseName: string;
24
+ type: string;
25
+ format: string;
26
+ }[];
27
+ constructor();
28
+ }
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FunctionDetailsOutputBody = void 0;
4
+ var FunctionDetailsOutputBody = (function () {
5
+ function FunctionDetailsOutputBody() {
6
+ }
7
+ FunctionDetailsOutputBody.getAttributeTypeMap = function () {
8
+ return FunctionDetailsOutputBody.attributeTypeMap;
9
+ };
10
+ FunctionDetailsOutputBody.discriminator = undefined;
11
+ FunctionDetailsOutputBody.mapping = undefined;
12
+ FunctionDetailsOutputBody.attributeTypeMap = [
13
+ {
14
+ "name": "binaryId",
15
+ "baseName": "binary_id",
16
+ "type": "number",
17
+ "format": "int64"
18
+ },
19
+ {
20
+ "name": "creation",
21
+ "baseName": "creation",
22
+ "type": "Date",
23
+ "format": "date-time"
24
+ },
25
+ {
26
+ "name": "debug",
27
+ "baseName": "debug",
28
+ "type": "boolean",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "functionId",
33
+ "baseName": "function_id",
34
+ "type": "number",
35
+ "format": "int64"
36
+ },
37
+ {
38
+ "name": "functionName",
39
+ "baseName": "function_name",
40
+ "type": "string",
41
+ "format": ""
42
+ },
43
+ {
44
+ "name": "functionSize",
45
+ "baseName": "function_size",
46
+ "type": "number",
47
+ "format": "int64"
48
+ },
49
+ {
50
+ "name": "functionVaddr",
51
+ "baseName": "function_vaddr",
52
+ "type": "number",
53
+ "format": "int64"
54
+ },
55
+ {
56
+ "name": "mangledName",
57
+ "baseName": "mangled_name",
58
+ "type": "string",
59
+ "format": ""
60
+ },
61
+ {
62
+ "name": "sourceFunctionId",
63
+ "baseName": "source_function_id",
64
+ "type": "number",
65
+ "format": "int64"
66
+ }
67
+ ];
68
+ return FunctionDetailsOutputBody;
69
+ }());
70
+ exports.FunctionDetailsOutputBody = FunctionDetailsOutputBody;
71
+ //# sourceMappingURL=FunctionDetailsOutputBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FunctionDetailsOutputBody.js","sourceRoot":"","sources":["../../models/FunctionDetailsOutputBody.ts"],"names":[],"mappings":";;;AAaA;IA2EI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IA9De,uCAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAO,GAA0C,SAAS,CAAC;IAE3D,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,MAAM;YACd,QAAQ,EAAE,WAAW;SACxB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;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,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,gCAAC;CAAA,AA7ED,IA6EC;AA7EY,8DAAyB"}
@@ -0,0 +1,23 @@
1
+ import { FunctionInfoFuncDepsInner } from '../models/FunctionInfoFuncDepsInner';
2
+ import { FunctionType } from '../models/FunctionType';
3
+ export declare class FunctionInfo {
4
+ 'funcTypes'?: FunctionType | null;
5
+ 'funcDeps': Array<FunctionInfoFuncDepsInner>;
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
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FunctionInfo = void 0;
4
+ var FunctionInfo = (function () {
5
+ function FunctionInfo() {
6
+ }
7
+ FunctionInfo.getAttributeTypeMap = function () {
8
+ return FunctionInfo.attributeTypeMap;
9
+ };
10
+ FunctionInfo.discriminator = undefined;
11
+ FunctionInfo.mapping = undefined;
12
+ FunctionInfo.attributeTypeMap = [
13
+ {
14
+ "name": "funcTypes",
15
+ "baseName": "func_types",
16
+ "type": "FunctionType",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "funcDeps",
21
+ "baseName": "func_deps",
22
+ "type": "Array<FunctionInfoFuncDepsInner>",
23
+ "format": ""
24
+ }
25
+ ];
26
+ return FunctionInfo;
27
+ }());
28
+ exports.FunctionInfo = FunctionInfo;
29
+ //# sourceMappingURL=FunctionInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FunctionInfo.js","sourceRoot":"","sources":["../../models/FunctionInfo.ts"],"names":[],"mappings":";;;AAeA;IA6BI;IACA,CAAC;IALM,gCAAmB,GAA1B;QACI,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;IApBe,0BAAa,GAAuB,SAAS,CAAC;IAE9C,oBAAO,GAA0C,SAAS,CAAC;IAE3D,6BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,cAAc;YACtB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,kCAAkC;YAC1C,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,mBAAC;CAAA,AA/BD,IA+BC;AA/BY,oCAAY"}
@@ -1,4 +1,4 @@
1
- export declare class FunctionInfoInputFuncDepsInner {
1
+ export declare class FunctionInfoFuncDepsInner {
2
2
  'lastChange'?: string;
3
3
  'name': string;
4
4
  'size': number;
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FunctionInfoInputFuncDepsInner = void 0;
4
- var FunctionInfoInputFuncDepsInner = (function () {
5
- function FunctionInfoInputFuncDepsInner() {
3
+ exports.FunctionInfoFuncDepsInner = void 0;
4
+ var FunctionInfoFuncDepsInner = (function () {
5
+ function FunctionInfoFuncDepsInner() {
6
6
  }
7
- FunctionInfoInputFuncDepsInner.getAttributeTypeMap = function () {
8
- return FunctionInfoInputFuncDepsInner.attributeTypeMap;
7
+ FunctionInfoFuncDepsInner.getAttributeTypeMap = function () {
8
+ return FunctionInfoFuncDepsInner.attributeTypeMap;
9
9
  };
10
- FunctionInfoInputFuncDepsInner.discriminator = undefined;
11
- FunctionInfoInputFuncDepsInner.mapping = undefined;
12
- FunctionInfoInputFuncDepsInner.attributeTypeMap = [
10
+ FunctionInfoFuncDepsInner.discriminator = undefined;
11
+ FunctionInfoFuncDepsInner.mapping = undefined;
12
+ FunctionInfoFuncDepsInner.attributeTypeMap = [
13
13
  {
14
14
  "name": "lastChange",
15
15
  "baseName": "last_change",
@@ -53,7 +53,7 @@ var FunctionInfoInputFuncDepsInner = (function () {
53
53
  "format": ""
54
54
  }
55
55
  ];
56
- return FunctionInfoInputFuncDepsInner;
56
+ return FunctionInfoFuncDepsInner;
57
57
  }());
58
- exports.FunctionInfoInputFuncDepsInner = FunctionInfoInputFuncDepsInner;
59
- //# sourceMappingURL=FunctionInfoInputFuncDepsInner.js.map
58
+ exports.FunctionInfoFuncDepsInner = FunctionInfoFuncDepsInner;
59
+ //# sourceMappingURL=FunctionInfoFuncDepsInner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FunctionInfoFuncDepsInner.js","sourceRoot":"","sources":["../../models/FunctionInfoFuncDepsInner.ts"],"names":[],"mappings":";;;AAiBA;IA+EI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IAlDe,uCAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAO,GAA0C,SAAS,CAAC;IAE3D,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,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,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,4BAA4B;YACpC,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,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,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;KAAK,CAAC;IAQf,gCAAC;CAAA,AAjFD,IAiFC;AAjFY,8DAAyB"}
@@ -1,16 +1,11 @@
1
- import { FunctionHeader } from '../models/FunctionHeader';
2
- import { StackVariable } from '../models/StackVariable';
3
- export declare class FunctionTypeOutput {
4
- 'lastChange'?: string | null;
1
+ export declare class FunctionStackVariable {
5
2
  'addr': number;
3
+ 'lastChange'?: string | null;
4
+ 'name': string | null;
5
+ 'offset': number;
6
+ 'scope'?: string | null;
6
7
  'size': number;
7
- 'header': FunctionHeader;
8
- 'stackVars'?: {
9
- [key: string]: StackVariable;
10
- } | null;
11
- 'name': string;
12
- 'type': string;
13
- 'artifactType'?: string;
8
+ 'type': string | null;
14
9
  static readonly discriminator: string | undefined;
15
10
  static readonly mapping: {
16
11
  [index: string]: string;
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FunctionStackVariable = void 0;
4
+ var FunctionStackVariable = (function () {
5
+ function FunctionStackVariable() {
6
+ }
7
+ FunctionStackVariable.getAttributeTypeMap = function () {
8
+ return FunctionStackVariable.attributeTypeMap;
9
+ };
10
+ FunctionStackVariable.discriminator = undefined;
11
+ FunctionStackVariable.mapping = undefined;
12
+ FunctionStackVariable.attributeTypeMap = [
13
+ {
14
+ "name": "addr",
15
+ "baseName": "addr",
16
+ "type": "number",
17
+ "format": "int64"
18
+ },
19
+ {
20
+ "name": "lastChange",
21
+ "baseName": "last_change",
22
+ "type": "string",
23
+ "format": ""
24
+ },
25
+ {
26
+ "name": "name",
27
+ "baseName": "name",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "offset",
33
+ "baseName": "offset",
34
+ "type": "number",
35
+ "format": "int64"
36
+ },
37
+ {
38
+ "name": "scope",
39
+ "baseName": "scope",
40
+ "type": "string",
41
+ "format": ""
42
+ },
43
+ {
44
+ "name": "size",
45
+ "baseName": "size",
46
+ "type": "number",
47
+ "format": "int64"
48
+ },
49
+ {
50
+ "name": "type",
51
+ "baseName": "type",
52
+ "type": "string",
53
+ "format": ""
54
+ }
55
+ ];
56
+ return FunctionStackVariable;
57
+ }());
58
+ exports.FunctionStackVariable = FunctionStackVariable;
59
+ //# sourceMappingURL=FunctionStackVariable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FunctionStackVariable.js","sourceRoot":"","sources":["../../models/FunctionStackVariable.ts"],"names":[],"mappings":";;;AAaA;IA6DI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IAlDe,mCAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAO,GAA0C,SAAS,CAAC;IAE3D,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,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,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4BAAC;CAAA,AA/DD,IA+DC;AA/DY,sDAAqB"}
@@ -1,6 +1,6 @@
1
1
  import { FunctionHeader } from '../models/FunctionHeader';
2
2
  import { StackVariable } from '../models/StackVariable';
3
- export declare class FunctionTypeInput {
3
+ export declare class FunctionType {
4
4
  'lastChange'?: string | null;
5
5
  'addr': number;
6
6
  'size': number;
@@ -1,15 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FunctionTypeInput = void 0;
4
- var FunctionTypeInput = (function () {
5
- function FunctionTypeInput() {
3
+ exports.FunctionType = void 0;
4
+ var FunctionType = (function () {
5
+ function FunctionType() {
6
6
  }
7
- FunctionTypeInput.getAttributeTypeMap = function () {
8
- return FunctionTypeInput.attributeTypeMap;
7
+ FunctionType.getAttributeTypeMap = function () {
8
+ return FunctionType.attributeTypeMap;
9
9
  };
10
- FunctionTypeInput.discriminator = undefined;
11
- FunctionTypeInput.mapping = undefined;
12
- FunctionTypeInput.attributeTypeMap = [
10
+ FunctionType.discriminator = undefined;
11
+ FunctionType.mapping = undefined;
12
+ FunctionType.attributeTypeMap = [
13
13
  {
14
14
  "name": "lastChange",
15
15
  "baseName": "last_change",
@@ -59,7 +59,7 @@ var FunctionTypeInput = (function () {
59
59
  "format": ""
60
60
  }
61
61
  ];
62
- return FunctionTypeInput;
62
+ return FunctionType;
63
63
  }());
64
- exports.FunctionTypeInput = FunctionTypeInput;
65
- //# sourceMappingURL=FunctionTypeInput.js.map
64
+ exports.FunctionType = FunctionType;
65
+ //# sourceMappingURL=FunctionType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FunctionType.js","sourceRoot":"","sources":["../../models/FunctionType.ts"],"names":[],"mappings":";;;AAeA;IAsFI;IACA,CAAC;IALM,gCAAmB,GAA1B;QACI,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;IAxDe,0BAAa,GAAuB,SAAS,CAAC;IAE9C,oBAAO,GAA0C,SAAS,CAAC;IAE3D,6BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,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,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gBAAgB;YACxB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,mCAAmC;YAC3C,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,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,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;KAAK,CAAC;IAQf,mBAAC;CAAA,AAxFD,IAwFC;AAxFY,oCAAY"}
@@ -0,0 +1,30 @@
1
+ import { FunctionMatch } from '../models/FunctionMatch';
2
+ export declare class GetMatchesOutputBody {
3
+ 'matches'?: Array<FunctionMatch> | null;
4
+ 'status': GetMatchesOutputBodyStatusEnum;
5
+ static readonly discriminator: string | undefined;
6
+ static readonly mapping: {
7
+ [index: string]: string;
8
+ } | undefined;
9
+ static readonly attributeTypeMap: Array<{
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ format: string;
14
+ }>;
15
+ static getAttributeTypeMap(): {
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ format: string;
20
+ }[];
21
+ constructor();
22
+ }
23
+ export declare enum GetMatchesOutputBodyStatusEnum {
24
+ Uninitialised = "UNINITIALISED",
25
+ Pending = "PENDING",
26
+ Running = "RUNNING",
27
+ Completed = "COMPLETED",
28
+ Failed = "FAILED",
29
+ UnknownDefaultOpenApi = "11184809"
30
+ }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetMatchesOutputBodyStatusEnum = exports.GetMatchesOutputBody = void 0;
4
+ var GetMatchesOutputBody = (function () {
5
+ function GetMatchesOutputBody() {
6
+ }
7
+ GetMatchesOutputBody.getAttributeTypeMap = function () {
8
+ return GetMatchesOutputBody.attributeTypeMap;
9
+ };
10
+ GetMatchesOutputBody.discriminator = undefined;
11
+ GetMatchesOutputBody.mapping = undefined;
12
+ GetMatchesOutputBody.attributeTypeMap = [
13
+ {
14
+ "name": "matches",
15
+ "baseName": "matches",
16
+ "type": "Array<FunctionMatch>",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "status",
21
+ "baseName": "status",
22
+ "type": "GetMatchesOutputBodyStatusEnum",
23
+ "format": ""
24
+ }
25
+ ];
26
+ return GetMatchesOutputBody;
27
+ }());
28
+ exports.GetMatchesOutputBody = GetMatchesOutputBody;
29
+ var GetMatchesOutputBodyStatusEnum;
30
+ (function (GetMatchesOutputBodyStatusEnum) {
31
+ GetMatchesOutputBodyStatusEnum["Uninitialised"] = "UNINITIALISED";
32
+ GetMatchesOutputBodyStatusEnum["Pending"] = "PENDING";
33
+ GetMatchesOutputBodyStatusEnum["Running"] = "RUNNING";
34
+ GetMatchesOutputBodyStatusEnum["Completed"] = "COMPLETED";
35
+ GetMatchesOutputBodyStatusEnum["Failed"] = "FAILED";
36
+ GetMatchesOutputBodyStatusEnum["UnknownDefaultOpenApi"] = "11184809";
37
+ })(GetMatchesOutputBodyStatusEnum = exports.GetMatchesOutputBodyStatusEnum || (exports.GetMatchesOutputBodyStatusEnum = {}));
38
+ //# sourceMappingURL=GetMatchesOutputBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMatchesOutputBody.js","sourceRoot":"","sources":["../../models/GetMatchesOutputBody.ts"],"names":[],"mappings":";;;AAcA;IAgCI;IACA,CAAC;IALM,wCAAmB,GAA1B;QACI,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;IApBe,kCAAa,GAAuB,SAAS,CAAC;IAE9C,4BAAO,GAA0C,SAAS,CAAC;IAE3D,qCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,sBAAsB;YAC9B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,gCAAgC;YACxC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,2BAAC;CAAA,AAlCD,IAkCC;AAlCY,oDAAoB;AAoCjC,IAAY,8BAOX;AAPD,WAAY,8BAA8B;IACtC,iEAA+B,CAAA;IAC/B,qDAAmB,CAAA;IACnB,qDAAmB,CAAA;IACnB,yDAAuB,CAAA;IACvB,mDAAiB,CAAA;IACjB,oEAAkC,CAAA;AACtC,CAAC,EAPW,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAOzC"}
@@ -0,0 +1,33 @@
1
+ import { ProgressMessage } from '../models/ProgressMessage';
2
+ export declare class GetMatchesStatusOutputBody {
3
+ 'messages': Array<ProgressMessage> | null;
4
+ 'status': GetMatchesStatusOutputBodyStatusEnum;
5
+ 'step': string;
6
+ 'stepIndex': number;
7
+ 'stepsTotal': number;
8
+ static readonly discriminator: string | undefined;
9
+ static readonly mapping: {
10
+ [index: string]: string;
11
+ } | undefined;
12
+ static readonly attributeTypeMap: Array<{
13
+ name: string;
14
+ baseName: string;
15
+ type: string;
16
+ format: string;
17
+ }>;
18
+ static getAttributeTypeMap(): {
19
+ name: string;
20
+ baseName: string;
21
+ type: string;
22
+ format: string;
23
+ }[];
24
+ constructor();
25
+ }
26
+ export declare enum GetMatchesStatusOutputBodyStatusEnum {
27
+ Uninitialised = "UNINITIALISED",
28
+ Pending = "PENDING",
29
+ Running = "RUNNING",
30
+ Completed = "COMPLETED",
31
+ Failed = "FAILED",
32
+ UnknownDefaultOpenApi = "11184809"
33
+ }
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetMatchesStatusOutputBodyStatusEnum = exports.GetMatchesStatusOutputBody = void 0;
4
+ var GetMatchesStatusOutputBody = (function () {
5
+ function GetMatchesStatusOutputBody() {
6
+ }
7
+ GetMatchesStatusOutputBody.getAttributeTypeMap = function () {
8
+ return GetMatchesStatusOutputBody.attributeTypeMap;
9
+ };
10
+ GetMatchesStatusOutputBody.discriminator = undefined;
11
+ GetMatchesStatusOutputBody.mapping = undefined;
12
+ GetMatchesStatusOutputBody.attributeTypeMap = [
13
+ {
14
+ "name": "messages",
15
+ "baseName": "messages",
16
+ "type": "Array<ProgressMessage>",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "status",
21
+ "baseName": "status",
22
+ "type": "GetMatchesStatusOutputBodyStatusEnum",
23
+ "format": ""
24
+ },
25
+ {
26
+ "name": "step",
27
+ "baseName": "step",
28
+ "type": "string",
29
+ "format": ""
30
+ },
31
+ {
32
+ "name": "stepIndex",
33
+ "baseName": "step_index",
34
+ "type": "number",
35
+ "format": "int64"
36
+ },
37
+ {
38
+ "name": "stepsTotal",
39
+ "baseName": "steps_total",
40
+ "type": "number",
41
+ "format": "int64"
42
+ }
43
+ ];
44
+ return GetMatchesStatusOutputBody;
45
+ }());
46
+ exports.GetMatchesStatusOutputBody = GetMatchesStatusOutputBody;
47
+ var GetMatchesStatusOutputBodyStatusEnum;
48
+ (function (GetMatchesStatusOutputBodyStatusEnum) {
49
+ GetMatchesStatusOutputBodyStatusEnum["Uninitialised"] = "UNINITIALISED";
50
+ GetMatchesStatusOutputBodyStatusEnum["Pending"] = "PENDING";
51
+ GetMatchesStatusOutputBodyStatusEnum["Running"] = "RUNNING";
52
+ GetMatchesStatusOutputBodyStatusEnum["Completed"] = "COMPLETED";
53
+ GetMatchesStatusOutputBodyStatusEnum["Failed"] = "FAILED";
54
+ GetMatchesStatusOutputBodyStatusEnum["UnknownDefaultOpenApi"] = "11184809";
55
+ })(GetMatchesStatusOutputBodyStatusEnum = exports.GetMatchesStatusOutputBodyStatusEnum || (exports.GetMatchesStatusOutputBodyStatusEnum = {}));
56
+ //# sourceMappingURL=GetMatchesStatusOutputBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetMatchesStatusOutputBody.js","sourceRoot":"","sources":["../../models/GetMatchesStatusOutputBody.ts"],"names":[],"mappings":";;;AAcA;IA8DI;IACA,CAAC;IALM,8CAAmB,GAA1B;QACI,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;IAtCe,wCAAa,GAAuB,SAAS,CAAC;IAE9C,kCAAO,GAA0C,SAAS,CAAC;IAE3D,2CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,sCAAsC;YAC9C,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,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,iCAAC;CAAA,AAhED,IAgEC;AAhEY,gEAA0B;AAkEvC,IAAY,oCAOX;AAPD,WAAY,oCAAoC;IAC5C,uEAA+B,CAAA;IAC/B,2DAAmB,CAAA;IACnB,2DAAmB,CAAA;IACnB,+DAAuB,CAAA;IACvB,yDAAiB,CAAA;IACjB,0EAAkC,CAAA;AACtC,CAAC,EAPW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAO/C"}
@@ -0,0 +1,22 @@
1
+ import { DataTypesEntry } from '../models/DataTypesEntry';
2
+ export declare class ListAnalysisFunctionsDataTypesOutputBody {
3
+ 'items': Array<DataTypesEntry> | null;
4
+ 'totalCount': number;
5
+ static readonly discriminator: string | undefined;
6
+ static readonly mapping: {
7
+ [index: string]: string;
8
+ } | undefined;
9
+ static readonly attributeTypeMap: Array<{
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ format: string;
14
+ }>;
15
+ static getAttributeTypeMap(): {
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ format: string;
20
+ }[];
21
+ constructor();
22
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAnalysisFunctionsDataTypesOutputBody = void 0;
4
+ var ListAnalysisFunctionsDataTypesOutputBody = (function () {
5
+ function ListAnalysisFunctionsDataTypesOutputBody() {
6
+ }
7
+ ListAnalysisFunctionsDataTypesOutputBody.getAttributeTypeMap = function () {
8
+ return ListAnalysisFunctionsDataTypesOutputBody.attributeTypeMap;
9
+ };
10
+ ListAnalysisFunctionsDataTypesOutputBody.discriminator = undefined;
11
+ ListAnalysisFunctionsDataTypesOutputBody.mapping = undefined;
12
+ ListAnalysisFunctionsDataTypesOutputBody.attributeTypeMap = [
13
+ {
14
+ "name": "items",
15
+ "baseName": "items",
16
+ "type": "Array<DataTypesEntry>",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "totalCount",
21
+ "baseName": "total_count",
22
+ "type": "number",
23
+ "format": "int64"
24
+ }
25
+ ];
26
+ return ListAnalysisFunctionsDataTypesOutputBody;
27
+ }());
28
+ exports.ListAnalysisFunctionsDataTypesOutputBody = ListAnalysisFunctionsDataTypesOutputBody;
29
+ //# sourceMappingURL=ListAnalysisFunctionsDataTypesOutputBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAnalysisFunctionsDataTypesOutputBody.js","sourceRoot":"","sources":["../../models/ListAnalysisFunctionsDataTypesOutputBody.ts"],"names":[],"mappings":";;;AAcA;IA6BI;IACA,CAAC;IALM,4DAAmB,GAA1B;QACI,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;IApBe,sDAAa,GAAuB,SAAS,CAAC;IAE9C,gDAAO,GAA0C,SAAS,CAAC;IAE3D,yDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,uBAAuB;YAC/B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,+CAAC;CAAA,AA/BD,IA+BC;AA/BY,4FAAwC"}
@@ -0,0 +1,22 @@
1
+ import { AnalysisFunctionEntry } from '../models/AnalysisFunctionEntry';
2
+ export declare class ListAnalysisFunctionsOutputBody {
3
+ 'functions': Array<AnalysisFunctionEntry> | null;
4
+ 'totalCount': number;
5
+ static readonly discriminator: string | undefined;
6
+ static readonly mapping: {
7
+ [index: string]: string;
8
+ } | undefined;
9
+ static readonly attributeTypeMap: Array<{
10
+ name: string;
11
+ baseName: string;
12
+ type: string;
13
+ format: string;
14
+ }>;
15
+ static getAttributeTypeMap(): {
16
+ name: string;
17
+ baseName: string;
18
+ type: string;
19
+ format: string;
20
+ }[];
21
+ constructor();
22
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListAnalysisFunctionsOutputBody = void 0;
4
+ var ListAnalysisFunctionsOutputBody = (function () {
5
+ function ListAnalysisFunctionsOutputBody() {
6
+ }
7
+ ListAnalysisFunctionsOutputBody.getAttributeTypeMap = function () {
8
+ return ListAnalysisFunctionsOutputBody.attributeTypeMap;
9
+ };
10
+ ListAnalysisFunctionsOutputBody.discriminator = undefined;
11
+ ListAnalysisFunctionsOutputBody.mapping = undefined;
12
+ ListAnalysisFunctionsOutputBody.attributeTypeMap = [
13
+ {
14
+ "name": "functions",
15
+ "baseName": "functions",
16
+ "type": "Array<AnalysisFunctionEntry>",
17
+ "format": ""
18
+ },
19
+ {
20
+ "name": "totalCount",
21
+ "baseName": "total_count",
22
+ "type": "number",
23
+ "format": "int64"
24
+ }
25
+ ];
26
+ return ListAnalysisFunctionsOutputBody;
27
+ }());
28
+ exports.ListAnalysisFunctionsOutputBody = ListAnalysisFunctionsOutputBody;
29
+ //# sourceMappingURL=ListAnalysisFunctionsOutputBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAnalysisFunctionsOutputBody.js","sourceRoot":"","sources":["../../models/ListAnalysisFunctionsOutputBody.ts"],"names":[],"mappings":";;;AAcA;IA6BI;IACA,CAAC;IALM,mDAAmB,GAA1B;QACI,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;IApBe,6CAAa,GAAuB,SAAS,CAAC;IAE9C,uCAAO,GAA0C,SAAS,CAAC;IAE3D,gDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,8BAA8B;YACtC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,sCAAC;CAAA,AA/BD,IA+BC;AA/BY,0EAA+B"}