@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.
- package/README.md +49 -7
- package/dist/apis/AnalysesCoreApi.d.ts +10 -0
- package/dist/apis/AnalysesCoreApi.js +324 -0
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AnalysesResultsMetadataApi.js.map +1 -1
- package/dist/apis/FunctionsCoreApi.d.ts +29 -2
- package/dist/apis/FunctionsCoreApi.js +1123 -152
- package/dist/apis/FunctionsCoreApi.js.map +1 -1
- package/dist/apis/FunctionsDataTypesApi.d.ts +13 -3
- package/dist/apis/FunctionsDataTypesApi.js +396 -37
- package/dist/apis/FunctionsDataTypesApi.js.map +1 -1
- package/dist/models/{FunctionInfoOutput.d.ts → AnalysisFunctionEntry.d.ts} +10 -5
- package/dist/models/AnalysisFunctionEntry.js +71 -0
- package/dist/models/AnalysisFunctionEntry.js.map +1 -0
- package/dist/models/BatchBinaryMatchResult.d.ts +31 -0
- package/dist/models/BatchBinaryMatchResult.js +50 -0
- package/dist/models/BatchBinaryMatchResult.js.map +1 -0
- package/dist/models/BatchMatchingOutputBody.d.ts +30 -0
- package/dist/models/BatchMatchingOutputBody.js +38 -0
- package/dist/models/BatchMatchingOutputBody.js.map +1 -0
- package/dist/models/BatchUpdateDataTypesInputBody.d.ts +21 -0
- package/dist/models/BatchUpdateDataTypesInputBody.js +23 -0
- package/dist/models/BatchUpdateDataTypesInputBody.js.map +1 -0
- package/dist/models/{UpdateFunctionDataTypes.d.ts → BatchUpdateDataTypesItem.d.ts} +3 -3
- package/dist/models/BatchUpdateDataTypesItem.js +35 -0
- package/dist/models/BatchUpdateDataTypesItem.js.map +1 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.d.ts +21 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.js +23 -0
- package/dist/models/BatchUpdateDataTypesOutputBody.js.map +1 -0
- package/dist/models/BatchUpdateDataTypesResult.d.ts +30 -0
- package/dist/models/BatchUpdateDataTypesResult.js +54 -0
- package/dist/models/BatchUpdateDataTypesResult.js.map +1 -0
- package/dist/models/CallEdge.d.ts +27 -0
- package/dist/models/CallEdge.js +65 -0
- package/dist/models/CallEdge.js.map +1 -0
- package/dist/models/{FunctionInfoInput.d.ts → CallEdgesOutputBody.d.ts} +3 -5
- package/dist/models/CallEdgesOutputBody.js +23 -0
- package/dist/models/CallEdgesOutputBody.js.map +1 -0
- package/dist/models/CapabilitiesOutputBody.d.ts +21 -0
- package/dist/models/CapabilitiesOutputBody.js +23 -0
- package/dist/models/CapabilitiesOutputBody.js.map +1 -0
- package/dist/models/CapabilityEntry.d.ts +25 -0
- package/dist/models/CapabilityEntry.js +53 -0
- package/dist/models/CapabilityEntry.js.map +1 -0
- package/dist/models/DataTypesEntry.d.ts +22 -0
- package/dist/models/DataTypesEntry.js +29 -0
- package/dist/models/DataTypesEntry.js.map +1 -0
- package/dist/models/DisassemblyOutputBody.d.ts +25 -0
- package/dist/models/DisassemblyOutputBody.js +53 -0
- package/dist/models/DisassemblyOutputBody.js.map +1 -0
- package/dist/models/ErrorBody.d.ts +1 -0
- package/dist/models/ErrorBody.js +1 -0
- package/dist/models/ErrorBody.js.map +1 -1
- package/dist/models/FunctionArgument.d.ts +25 -0
- package/dist/models/FunctionArgument.js +53 -0
- package/dist/models/FunctionArgument.js.map +1 -0
- package/dist/models/FunctionCallEdges.d.ts +23 -0
- package/dist/models/FunctionCallEdges.js +35 -0
- package/dist/models/FunctionCallEdges.js.map +1 -0
- package/dist/models/FunctionDataTypes.d.ts +2 -2
- package/dist/models/FunctionDataTypes.js +1 -1
- package/dist/models/FunctionDataTypes.js.map +1 -1
- package/dist/models/FunctionDataTypesListItem.d.ts +2 -2
- package/dist/models/FunctionDataTypesListItem.js +1 -1
- package/dist/models/FunctionDataTypesListItem.js.map +1 -1
- package/dist/models/FunctionDependency.d.ts +27 -0
- package/dist/models/{FunctionTypeOutput.js → FunctionDependency.js} +31 -31
- package/dist/models/FunctionDependency.js.map +1 -0
- package/dist/models/FunctionDetailsOutputBody.d.ts +28 -0
- package/dist/models/FunctionDetailsOutputBody.js +71 -0
- package/dist/models/FunctionDetailsOutputBody.js.map +1 -0
- package/dist/models/FunctionInfo.d.ts +23 -0
- package/dist/models/FunctionInfo.js +29 -0
- package/dist/models/FunctionInfo.js.map +1 -0
- package/dist/models/{FunctionInfoInputFuncDepsInner.d.ts → FunctionInfoFuncDepsInner.d.ts} +1 -1
- package/dist/models/{FunctionInfoInputFuncDepsInner.js → FunctionInfoFuncDepsInner.js} +11 -11
- package/dist/models/FunctionInfoFuncDepsInner.js.map +1 -0
- package/dist/models/{FunctionTypeOutput.d.ts → FunctionStackVariable.d.ts} +6 -11
- package/dist/models/FunctionStackVariable.js +59 -0
- package/dist/models/FunctionStackVariable.js.map +1 -0
- package/dist/models/{FunctionTypeInput.d.ts → FunctionType.d.ts} +1 -1
- package/dist/models/{FunctionTypeInput.js → FunctionType.js} +11 -11
- package/dist/models/FunctionType.js.map +1 -0
- package/dist/models/GetMatchesOutputBody.d.ts +30 -0
- package/dist/models/GetMatchesOutputBody.js +38 -0
- package/dist/models/GetMatchesOutputBody.js.map +1 -0
- package/dist/models/GetMatchesStatusOutputBody.d.ts +33 -0
- package/dist/models/GetMatchesStatusOutputBody.js +56 -0
- package/dist/models/GetMatchesStatusOutputBody.js.map +1 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.d.ts +22 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js +29 -0
- package/dist/models/ListAnalysisFunctionsDataTypesOutputBody.js.map +1 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.d.ts +22 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.js +29 -0
- package/dist/models/ListAnalysisFunctionsOutputBody.js.map +1 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.d.ts +21 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.js +23 -0
- package/dist/models/ListFunctionsDataTypesOutputBody.js.map +1 -0
- package/dist/models/MatchFilters.d.ts +24 -0
- package/dist/models/MatchFilters.js +47 -0
- package/dist/models/MatchFilters.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +33 -6
- package/dist/models/ObjectSerializer.js +105 -18
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/StartBatchMatchingInputBody.d.ts +23 -0
- package/dist/models/StartBatchMatchingInputBody.js +41 -0
- package/dist/models/StartBatchMatchingInputBody.js.map +1 -0
- package/dist/models/StartMatchingForAnalysisInputBody.d.ts +23 -0
- package/dist/models/StartMatchingForAnalysisInputBody.js +35 -0
- package/dist/models/StartMatchingForAnalysisInputBody.js.map +1 -0
- package/dist/models/StartMatchingForFunctionsInputBody.d.ts +24 -0
- package/dist/models/StartMatchingForFunctionsInputBody.js +41 -0
- package/dist/models/StartMatchingForFunctionsInputBody.js.map +1 -0
- package/dist/models/StartMatchingOutputBody.d.ts +33 -0
- package/dist/models/StartMatchingOutputBody.js +56 -0
- package/dist/models/StartMatchingOutputBody.js.map +1 -0
- package/dist/models/UpdateDataTypesInputBody.d.ts +21 -0
- package/dist/models/UpdateDataTypesInputBody.js +29 -0
- package/dist/models/UpdateDataTypesInputBody.js.map +1 -0
- package/dist/models/UpdateDataTypesOutputBody.d.ts +22 -0
- package/dist/models/UpdateDataTypesOutputBody.js +35 -0
- package/dist/models/UpdateDataTypesOutputBody.js.map +1 -0
- package/dist/models/all.d.ts +33 -6
- package/dist/models/all.js +33 -6
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +103 -9
- package/dist/types/ObjectParamAPI.js +98 -8
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +49 -5
- package/dist/types/ObservableAPI.js +919 -499
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +49 -5
- package/dist/types/PromiseAPI.js +158 -8
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/FunctionInfoInput.js +0 -29
- package/dist/models/FunctionInfoInput.js.map +0 -1
- package/dist/models/FunctionInfoInputFuncDepsInner.js.map +0 -1
- package/dist/models/FunctionInfoOutput.js +0 -29
- package/dist/models/FunctionInfoOutput.js.map +0 -1
- package/dist/models/FunctionTypeInput.js.map +0 -1
- package/dist/models/FunctionTypeOutput.js.map +0 -1
- package/dist/models/UpdateFunctionDataTypes.js +0 -29
- package/dist/models/UpdateFunctionDataTypes.js.map +0 -1
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { CapabilityEntry } from '../models/CapabilityEntry';
|
|
2
|
+
export declare class CapabilitiesOutputBody {
|
|
3
|
+
'capabilities': Array<CapabilityEntry> | null;
|
|
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
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CapabilitiesOutputBody = void 0;
|
|
4
|
+
var CapabilitiesOutputBody = (function () {
|
|
5
|
+
function CapabilitiesOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
CapabilitiesOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return CapabilitiesOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CapabilitiesOutputBody.discriminator = undefined;
|
|
11
|
+
CapabilitiesOutputBody.mapping = undefined;
|
|
12
|
+
CapabilitiesOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "capabilities",
|
|
15
|
+
"baseName": "capabilities",
|
|
16
|
+
"type": "Array<CapabilityEntry>",
|
|
17
|
+
"format": ""
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
return CapabilitiesOutputBody;
|
|
21
|
+
}());
|
|
22
|
+
exports.CapabilitiesOutputBody = CapabilitiesOutputBody;
|
|
23
|
+
//# sourceMappingURL=CapabilitiesOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilitiesOutputBody.js","sourceRoot":"","sources":["../../models/CapabilitiesOutputBody.ts"],"names":[],"mappings":";;;AAcA;IAmBI;IACA,CAAC;IALM,0CAAmB,GAA1B;QACI,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;IAde,oCAAa,GAAuB,SAAS,CAAC;IAE9C,8BAAO,GAA0C,SAAS,CAAC;IAE3D,uCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,wBAAwB;YAChC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6BAAC;CAAA,AArBD,IAqBC;AArBY,wDAAsB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class CapabilityEntry {
|
|
2
|
+
'capability': string;
|
|
3
|
+
'description': string;
|
|
4
|
+
'functionId': number;
|
|
5
|
+
'functionName': string;
|
|
6
|
+
'type': string;
|
|
7
|
+
'vaddr': 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
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CapabilityEntry = void 0;
|
|
4
|
+
var CapabilityEntry = (function () {
|
|
5
|
+
function CapabilityEntry() {
|
|
6
|
+
}
|
|
7
|
+
CapabilityEntry.getAttributeTypeMap = function () {
|
|
8
|
+
return CapabilityEntry.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
CapabilityEntry.discriminator = undefined;
|
|
11
|
+
CapabilityEntry.mapping = undefined;
|
|
12
|
+
CapabilityEntry.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "capability",
|
|
15
|
+
"baseName": "capability",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "description",
|
|
21
|
+
"baseName": "description",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "functionId",
|
|
27
|
+
"baseName": "function_id",
|
|
28
|
+
"type": "number",
|
|
29
|
+
"format": "int64"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "functionName",
|
|
33
|
+
"baseName": "function_name",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "type",
|
|
39
|
+
"baseName": "type",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"format": ""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "vaddr",
|
|
45
|
+
"baseName": "vaddr",
|
|
46
|
+
"type": "number",
|
|
47
|
+
"format": "int64"
|
|
48
|
+
}
|
|
49
|
+
];
|
|
50
|
+
return CapabilityEntry;
|
|
51
|
+
}());
|
|
52
|
+
exports.CapabilityEntry = CapabilityEntry;
|
|
53
|
+
//# sourceMappingURL=CapabilityEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CapabilityEntry.js","sourceRoot":"","sources":["../../models/CapabilityEntry.ts"],"names":[],"mappings":";;;AAaA;IAsDI;IACA,CAAC;IALM,mCAAmB,GAA1B;QACI,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;IA5Ce,6BAAa,GAAuB,SAAS,CAAC;IAE9C,uBAAO,GAA0C,SAAS,CAAC;IAE3D,gCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,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,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,OAAO;YACf,UAAU,EAAE,OAAO;YACnB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,sBAAC;CAAA,AAxDD,IAwDC;AAxDY,0CAAe"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { FunctionInfo } from '../models/FunctionInfo';
|
|
2
|
+
export declare class DataTypesEntry {
|
|
3
|
+
'dataTypes'?: FunctionInfo;
|
|
4
|
+
'functionId': 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.DataTypesEntry = void 0;
|
|
4
|
+
var DataTypesEntry = (function () {
|
|
5
|
+
function DataTypesEntry() {
|
|
6
|
+
}
|
|
7
|
+
DataTypesEntry.getAttributeTypeMap = function () {
|
|
8
|
+
return DataTypesEntry.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
DataTypesEntry.discriminator = undefined;
|
|
11
|
+
DataTypesEntry.mapping = undefined;
|
|
12
|
+
DataTypesEntry.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "dataTypes",
|
|
15
|
+
"baseName": "data_types",
|
|
16
|
+
"type": "FunctionInfo",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "functionId",
|
|
21
|
+
"baseName": "function_id",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
}
|
|
25
|
+
];
|
|
26
|
+
return DataTypesEntry;
|
|
27
|
+
}());
|
|
28
|
+
exports.DataTypesEntry = DataTypesEntry;
|
|
29
|
+
//# sourceMappingURL=DataTypesEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTypesEntry.js","sourceRoot":"","sources":["../../models/DataTypesEntry.ts"],"names":[],"mappings":";;;AAcA;IA0BI;IACA,CAAC;IALM,kCAAmB,GAA1B;QACI,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;IApBe,4BAAa,GAAuB,SAAS,CAAC;IAE9C,sBAAO,GAA0C,SAAS,CAAC;IAE3D,+BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,cAAc;YACtB,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,qBAAC;CAAA,AA5BD,IA4BC;AA5BY,wCAAc"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class DisassemblyOutputBody {
|
|
2
|
+
'basicBlocks'?: any | null;
|
|
3
|
+
'functionId': number;
|
|
4
|
+
'localVariables'?: any | null;
|
|
5
|
+
'params'?: any | null;
|
|
6
|
+
'returnType'?: string | null;
|
|
7
|
+
'returns': boolean;
|
|
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
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DisassemblyOutputBody = void 0;
|
|
4
|
+
var DisassemblyOutputBody = (function () {
|
|
5
|
+
function DisassemblyOutputBody() {
|
|
6
|
+
}
|
|
7
|
+
DisassemblyOutputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return DisassemblyOutputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
DisassemblyOutputBody.discriminator = undefined;
|
|
11
|
+
DisassemblyOutputBody.mapping = undefined;
|
|
12
|
+
DisassemblyOutputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "basicBlocks",
|
|
15
|
+
"baseName": "basic_blocks",
|
|
16
|
+
"type": "any",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "functionId",
|
|
21
|
+
"baseName": "function_id",
|
|
22
|
+
"type": "number",
|
|
23
|
+
"format": "int64"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "localVariables",
|
|
27
|
+
"baseName": "local_variables",
|
|
28
|
+
"type": "any",
|
|
29
|
+
"format": ""
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "params",
|
|
33
|
+
"baseName": "params",
|
|
34
|
+
"type": "any",
|
|
35
|
+
"format": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "returnType",
|
|
39
|
+
"baseName": "return_type",
|
|
40
|
+
"type": "string",
|
|
41
|
+
"format": ""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "returns",
|
|
45
|
+
"baseName": "returns",
|
|
46
|
+
"type": "boolean",
|
|
47
|
+
"format": ""
|
|
48
|
+
}
|
|
49
|
+
];
|
|
50
|
+
return DisassemblyOutputBody;
|
|
51
|
+
}());
|
|
52
|
+
exports.DisassemblyOutputBody = DisassemblyOutputBody;
|
|
53
|
+
//# sourceMappingURL=DisassemblyOutputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DisassemblyOutputBody.js","sourceRoot":"","sources":["../../models/DisassemblyOutputBody.ts"],"names":[],"mappings":";;;AAaA;IAsDI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IA5Ce,mCAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAO,GAA0C,SAAS,CAAC;IAE3D,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,aAAa;YACrB,UAAU,EAAE,cAAc;YAC1B,MAAM,EAAE,KAAK;YACb,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,gBAAgB;YACxB,UAAU,EAAE,iBAAiB;YAC7B,MAAM,EAAE,KAAK;YACb,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,KAAK;YACb,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4BAAC;CAAA,AAxDD,IAwDC;AAxDY,sDAAqB"}
|
|
@@ -35,6 +35,7 @@ export declare enum ErrorBodyCodeEnum {
|
|
|
35
35
|
AlreadyExists = "ALREADY_EXISTS",
|
|
36
36
|
AnalysisNotReady = "ANALYSIS_NOT_READY",
|
|
37
37
|
BadRequest = "BAD_REQUEST",
|
|
38
|
+
ClientClosedRequest = "CLIENT_CLOSED_REQUEST",
|
|
38
39
|
Conflict = "CONFLICT",
|
|
39
40
|
ConversationNotFound = "CONVERSATION_NOT_FOUND",
|
|
40
41
|
DomainAlreadyClaimed = "DOMAIN_ALREADY_CLAIMED",
|
package/dist/models/ErrorBody.js
CHANGED
|
@@ -58,6 +58,7 @@ var ErrorBodyCodeEnum;
|
|
|
58
58
|
ErrorBodyCodeEnum["AlreadyExists"] = "ALREADY_EXISTS";
|
|
59
59
|
ErrorBodyCodeEnum["AnalysisNotReady"] = "ANALYSIS_NOT_READY";
|
|
60
60
|
ErrorBodyCodeEnum["BadRequest"] = "BAD_REQUEST";
|
|
61
|
+
ErrorBodyCodeEnum["ClientClosedRequest"] = "CLIENT_CLOSED_REQUEST";
|
|
61
62
|
ErrorBodyCodeEnum["Conflict"] = "CONFLICT";
|
|
62
63
|
ErrorBodyCodeEnum["ConversationNotFound"] = "CONVERSATION_NOT_FOUND";
|
|
63
64
|
ErrorBodyCodeEnum["DomainAlreadyClaimed"] = "DOMAIN_ALREADY_CLAIMED";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorBody.js","sourceRoot":"","sources":["../../models/ErrorBody.ts"],"names":[],"mappings":";;;AAaA;IA8DI;IACA,CAAC;IALM,6BAAmB,GAA1B;QACI,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;IAtCe,uBAAa,GAAuB,SAAS,CAAC;IAE9C,iBAAO,GAA0C,SAAS,CAAC;IAE3D,0BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,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,SAAS;YACjB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gBAAC;CAAA,AAhED,IAgEC;AAhEY,8BAAS;AAkEtB,IAAY,
|
|
1
|
+
{"version":3,"file":"ErrorBody.js","sourceRoot":"","sources":["../../models/ErrorBody.ts"],"names":[],"mappings":";;;AAaA;IA8DI;IACA,CAAC;IALM,6BAAmB,GAA1B;QACI,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;IAtCe,uBAAa,GAAuB,SAAS,CAAC;IAE9C,iBAAO,GAA0C,SAAS,CAAC;IAE3D,0BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,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,SAAS;YACjB,UAAU,EAAE,UAAU;YACtB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,gBAAC;CAAA,AAhED,IAgEC;AAhEY,8BAAS;AAkEtB,IAAY,iBAuDX;AAvDD,WAAY,iBAAiB;IACzB,mDAA8B,CAAA;IAC9B,kEAA6C,CAAA;IAC7C,2EAAsD,CAAA;IACtD,+EAA0D,CAAA;IAC1D,2EAAsD,CAAA;IACtD,mEAA8C,CAAA;IAC9C,iFAA4D,CAAA;IAC5D,yEAAoD,CAAA;IACpD,6DAAwC,CAAA;IACxC,qDAAgC,CAAA;IAChC,4DAAuC,CAAA;IACvC,+CAA0B,CAAA;IAC1B,kEAA6C,CAAA;IAC7C,0CAAqB,CAAA;IACrB,oEAA+C,CAAA;IAC/C,oEAA+C,CAAA;IAC/C,8EAAyD,CAAA;IACzD,gFAA2D,CAAA;IAC3D,4DAAuC,CAAA;IACvC,mDAA8B,CAAA;IAC9B,4CAAuB,CAAA;IACvB,uDAAkC,CAAA;IAClC,0DAAqC,CAAA;IACrC,iEAA4C,CAAA;IAC5C,qDAAgC,CAAA;IAChC,uDAAkC,CAAA;IAClC,sEAAiD,CAAA;IACjD,+DAA0C,CAAA;IAC1C,8DAAyC,CAAA;IACzC,4DAAuC,CAAA;IACvC,oDAA+B,CAAA;IAC/B,kDAA6B,CAAA;IAC7B,4DAAuC,CAAA;IACvC,qDAAgC,CAAA;IAChC,2CAAsB,CAAA;IACtB,kDAA6B,CAAA;IAC7B,sEAAiD,CAAA;IACjD,kEAA6C,CAAA;IAC7C,sEAAiD,CAAA;IACjD,yDAAoC,CAAA;IACpC,gEAA2C,CAAA;IAC3C,uEAAkD,CAAA;IAClD,4DAAuC,CAAA;IACvC,yEAAoD,CAAA;IACpD,+DAA0C,CAAA;IAC1C,mDAA8B,CAAA;IAC9B,iDAA4B,CAAA;IAC5B,0DAAqC,CAAA;IACrC,kDAA6B,CAAA;IAC7B,oEAA+C,CAAA;IAC/C,2DAAsC,CAAA;IACtC,iEAA4C,CAAA;IAC5C,oEAA+C,CAAA;IAC/C,uDAAkC,CAAA;AACtC,CAAC,EAvDW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuD5B"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export declare class FunctionArgument {
|
|
2
|
+
'lastChange'?: string | null;
|
|
3
|
+
'name': string | null;
|
|
4
|
+
'offset': number;
|
|
5
|
+
'scope'?: string | null;
|
|
6
|
+
'size': number;
|
|
7
|
+
'type': string | null;
|
|
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
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionArgument = void 0;
|
|
4
|
+
var FunctionArgument = (function () {
|
|
5
|
+
function FunctionArgument() {
|
|
6
|
+
}
|
|
7
|
+
FunctionArgument.getAttributeTypeMap = function () {
|
|
8
|
+
return FunctionArgument.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
FunctionArgument.discriminator = undefined;
|
|
11
|
+
FunctionArgument.mapping = undefined;
|
|
12
|
+
FunctionArgument.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "lastChange",
|
|
15
|
+
"baseName": "last_change",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "name",
|
|
21
|
+
"baseName": "name",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "offset",
|
|
27
|
+
"baseName": "offset",
|
|
28
|
+
"type": "number",
|
|
29
|
+
"format": "int64"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "scope",
|
|
33
|
+
"baseName": "scope",
|
|
34
|
+
"type": "string",
|
|
35
|
+
"format": ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "size",
|
|
39
|
+
"baseName": "size",
|
|
40
|
+
"type": "number",
|
|
41
|
+
"format": "int64"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "type",
|
|
45
|
+
"baseName": "type",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"format": ""
|
|
48
|
+
}
|
|
49
|
+
];
|
|
50
|
+
return FunctionArgument;
|
|
51
|
+
}());
|
|
52
|
+
exports.FunctionArgument = FunctionArgument;
|
|
53
|
+
//# sourceMappingURL=FunctionArgument.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionArgument.js","sourceRoot":"","sources":["../../models/FunctionArgument.ts"],"names":[],"mappings":";;;AAaA;IAsDI;IACA,CAAC;IALM,oCAAmB,GAA1B;QACI,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;IA5Ce,8BAAa,GAAuB,SAAS,CAAC;IAE9C,wBAAO,GAA0C,SAAS,CAAC;IAE3D,iCAAgB,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,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,uBAAC;CAAA,AAxDD,IAwDC;AAxDY,4CAAgB"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { CallEdge } from '../models/CallEdge';
|
|
2
|
+
export declare class FunctionCallEdges {
|
|
3
|
+
'callees': Array<CallEdge> | null;
|
|
4
|
+
'callers': Array<CallEdge> | null;
|
|
5
|
+
'functionId': number;
|
|
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,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FunctionCallEdges = void 0;
|
|
4
|
+
var FunctionCallEdges = (function () {
|
|
5
|
+
function FunctionCallEdges() {
|
|
6
|
+
}
|
|
7
|
+
FunctionCallEdges.getAttributeTypeMap = function () {
|
|
8
|
+
return FunctionCallEdges.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
FunctionCallEdges.discriminator = undefined;
|
|
11
|
+
FunctionCallEdges.mapping = undefined;
|
|
12
|
+
FunctionCallEdges.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "callees",
|
|
15
|
+
"baseName": "callees",
|
|
16
|
+
"type": "Array<CallEdge>",
|
|
17
|
+
"format": ""
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "callers",
|
|
21
|
+
"baseName": "callers",
|
|
22
|
+
"type": "Array<CallEdge>",
|
|
23
|
+
"format": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "functionId",
|
|
27
|
+
"baseName": "function_id",
|
|
28
|
+
"type": "number",
|
|
29
|
+
"format": "int64"
|
|
30
|
+
}
|
|
31
|
+
];
|
|
32
|
+
return FunctionCallEdges;
|
|
33
|
+
}());
|
|
34
|
+
exports.FunctionCallEdges = FunctionCallEdges;
|
|
35
|
+
//# sourceMappingURL=FunctionCallEdges.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionCallEdges.js","sourceRoot":"","sources":["../../models/FunctionCallEdges.ts"],"names":[],"mappings":";;;AAcA;IAiCI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IA1Be,+BAAa,GAAuB,SAAS,CAAC;IAE9C,yBAAO,GAA0C,SAAS,CAAC;IAE3D,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,iBAAiB;YACzB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,iBAAiB;YACzB,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,wBAAC;CAAA,AAnCD,IAmCC;AAnCY,8CAAiB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FunctionInfo } from '../models/FunctionInfo';
|
|
2
2
|
export declare class FunctionDataTypes {
|
|
3
3
|
'completed': boolean;
|
|
4
4
|
'status': string;
|
|
5
|
-
'dataTypes'?:
|
|
5
|
+
'dataTypes'?: FunctionInfo | null;
|
|
6
6
|
'dataTypesVersion'?: number | null;
|
|
7
7
|
static readonly discriminator: string | undefined;
|
|
8
8
|
static readonly mapping: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FunctionDataTypes.js","sourceRoot":"","sources":["../../models/FunctionDataTypes.ts"],"names":[],"mappings":";;;AAcA;IA8CI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAhCe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,yBAAO,GAA0C,SAAS,CAAC;IAE3D,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"FunctionDataTypes.js","sourceRoot":"","sources":["../../models/FunctionDataTypes.ts"],"names":[],"mappings":";;;AAcA;IA8CI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAhCe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,yBAAO,GAA0C,SAAS,CAAC;IAE3D,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,cAAc;YACtB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AAhDD,IAgDC;AAhDY,8CAAiB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FunctionInfo } from '../models/FunctionInfo';
|
|
2
2
|
export declare class FunctionDataTypesListItem {
|
|
3
3
|
'completed': boolean;
|
|
4
4
|
'status': string;
|
|
5
|
-
'dataTypes'?:
|
|
5
|
+
'dataTypes'?: FunctionInfo | null;
|
|
6
6
|
'dataTypesVersion'?: number | null;
|
|
7
7
|
'functionId': number;
|
|
8
8
|
static readonly discriminator: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FunctionDataTypesListItem.js","sourceRoot":"","sources":["../../models/FunctionDataTypesListItem.ts"],"names":[],"mappings":";;;AAcA;IAwDI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IAtCe,uCAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAO,GAA0C,SAAS,CAAC;IAE3D,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"FunctionDataTypesListItem.js","sourceRoot":"","sources":["../../models/FunctionDataTypesListItem.ts"],"names":[],"mappings":";;;AAcA;IAwDI;IACA,CAAC;IALM,6CAAmB,GAA1B;QACI,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;IAtCe,uCAAa,GAAuB,SAAS,CAAC;IAE9C,iCAAO,GAA0C,SAAS,CAAC;IAE3D,0CAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,cAAc;YACtB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,kBAAkB;YAC1B,UAAU,EAAE,oBAAoB;YAChC,MAAM,EAAE,QAAQ;YAChB,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,gCAAC;CAAA,AA1DD,IA0DC;AA1DY,8DAAyB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export declare class FunctionDependency {
|
|
2
|
+
'addr'?: number;
|
|
3
|
+
'artifactType'?: string;
|
|
4
|
+
'lastChange'?: string | null;
|
|
5
|
+
'members'?: any | null;
|
|
6
|
+
'name': string | null;
|
|
7
|
+
'scope'?: string | null;
|
|
8
|
+
'size'?: number;
|
|
9
|
+
'type'?: string;
|
|
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,43 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
var
|
|
5
|
-
function
|
|
3
|
+
exports.FunctionDependency = void 0;
|
|
4
|
+
var FunctionDependency = (function () {
|
|
5
|
+
function FunctionDependency() {
|
|
6
6
|
}
|
|
7
|
-
|
|
8
|
-
return
|
|
7
|
+
FunctionDependency.getAttributeTypeMap = function () {
|
|
8
|
+
return FunctionDependency.attributeTypeMap;
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
"name": "lastChange",
|
|
15
|
-
"baseName": "last_change",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
10
|
+
FunctionDependency.discriminator = undefined;
|
|
11
|
+
FunctionDependency.mapping = undefined;
|
|
12
|
+
FunctionDependency.attributeTypeMap = [
|
|
19
13
|
{
|
|
20
14
|
"name": "addr",
|
|
21
15
|
"baseName": "addr",
|
|
22
16
|
"type": "number",
|
|
23
|
-
"format": ""
|
|
17
|
+
"format": "int64"
|
|
24
18
|
},
|
|
25
19
|
{
|
|
26
|
-
"name": "
|
|
27
|
-
"baseName": "
|
|
28
|
-
"type": "
|
|
20
|
+
"name": "artifactType",
|
|
21
|
+
"baseName": "artifact_type",
|
|
22
|
+
"type": "string",
|
|
29
23
|
"format": ""
|
|
30
24
|
},
|
|
31
25
|
{
|
|
32
|
-
"name": "
|
|
33
|
-
"baseName": "
|
|
34
|
-
"type": "
|
|
26
|
+
"name": "lastChange",
|
|
27
|
+
"baseName": "last_change",
|
|
28
|
+
"type": "string",
|
|
35
29
|
"format": ""
|
|
36
30
|
},
|
|
37
31
|
{
|
|
38
|
-
"name": "
|
|
39
|
-
"baseName": "
|
|
40
|
-
"type": "
|
|
32
|
+
"name": "members",
|
|
33
|
+
"baseName": "members",
|
|
34
|
+
"type": "any",
|
|
41
35
|
"format": ""
|
|
42
36
|
},
|
|
43
37
|
{
|
|
@@ -47,19 +41,25 @@ var FunctionTypeOutput = (function () {
|
|
|
47
41
|
"format": ""
|
|
48
42
|
},
|
|
49
43
|
{
|
|
50
|
-
"name": "
|
|
51
|
-
"baseName": "
|
|
44
|
+
"name": "scope",
|
|
45
|
+
"baseName": "scope",
|
|
52
46
|
"type": "string",
|
|
53
47
|
"format": ""
|
|
54
48
|
},
|
|
55
49
|
{
|
|
56
|
-
"name": "
|
|
57
|
-
"baseName": "
|
|
50
|
+
"name": "size",
|
|
51
|
+
"baseName": "size",
|
|
52
|
+
"type": "number",
|
|
53
|
+
"format": "int64"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "type",
|
|
57
|
+
"baseName": "type",
|
|
58
58
|
"type": "string",
|
|
59
59
|
"format": ""
|
|
60
60
|
}
|
|
61
61
|
];
|
|
62
|
-
return
|
|
62
|
+
return FunctionDependency;
|
|
63
63
|
}());
|
|
64
|
-
exports.
|
|
65
|
-
//# sourceMappingURL=
|
|
64
|
+
exports.FunctionDependency = FunctionDependency;
|
|
65
|
+
//# sourceMappingURL=FunctionDependency.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FunctionDependency.js","sourceRoot":"","sources":["../../models/FunctionDependency.ts"],"names":[],"mappings":";;;AAaA;IA6EI;IACA,CAAC;IALM,sCAAmB,GAA1B;QACI,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;IAxDe,gCAAa,GAAuB,SAAS,CAAC;IAE9C,0BAAO,GAA0C,SAAS,CAAC;IAE3D,mCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,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,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,KAAK;YACb,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,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,yBAAC;CAAA,AA/ED,IA+EC;AA/EY,gDAAkB"}
|