@revengai/sdk 3.82.2 → 3.85.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -4
- package/dist/apis/AnalysesCoreApi.d.ts +2 -0
- package/dist/apis/AnalysesCoreApi.js +108 -0
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/apis/AnalysesResultsMetadataApi.d.ts +0 -2
- package/dist/apis/AnalysesResultsMetadataApi.js +0 -75
- package/dist/apis/AnalysesResultsMetadataApi.js.map +1 -1
- package/dist/apis/FunctionsAIDecompilationApi.d.ts +5 -0
- package/dist/apis/FunctionsAIDecompilationApi.js +249 -23
- package/dist/apis/FunctionsAIDecompilationApi.js.map +1 -1
- package/dist/apis/FunctionsRenamingHistoryApi.d.ts +15 -0
- package/dist/apis/FunctionsRenamingHistoryApi.js +426 -0
- package/dist/apis/FunctionsRenamingHistoryApi.js.map +1 -1
- package/dist/apis/ReportsApi.d.ts +2 -2
- package/dist/apis/ReportsApi.js +7 -15
- package/dist/apis/ReportsApi.js.map +1 -1
- package/dist/models/APIError.d.ts +0 -1
- package/dist/models/APIError.js +0 -6
- package/dist/models/APIError.js.map +1 -1
- package/dist/models/Basic.d.ts +1 -0
- package/dist/models/Basic.js +6 -0
- package/dist/models/Basic.js.map +1 -1
- package/dist/models/BatchRenameInputBody.d.ts +21 -0
- package/dist/models/BatchRenameInputBody.js +23 -0
- package/dist/models/BatchRenameInputBody.js.map +1 -0
- package/dist/models/BatchRenameItem.d.ts +22 -0
- package/dist/models/BatchRenameItem.js +35 -0
- package/dist/models/BatchRenameItem.js.map +1 -0
- package/dist/models/BatchRenameOutputBody.d.ts +20 -0
- package/dist/models/BatchRenameOutputBody.js +23 -0
- package/dist/models/BatchRenameOutputBody.js.map +1 -0
- package/dist/models/CommentsData.d.ts +0 -1
- package/dist/models/CommentsData.js +0 -6
- package/dist/models/CommentsData.js.map +1 -1
- package/dist/models/ConfirmToolInputBody.d.ts +0 -1
- package/dist/models/ConfirmToolInputBody.js +0 -6
- package/dist/models/ConfirmToolInputBody.js.map +1 -1
- package/dist/models/Conversation.d.ts +0 -1
- package/dist/models/Conversation.js +0 -6
- package/dist/models/Conversation.js.map +1 -1
- package/dist/models/ConversationWithEvents.d.ts +0 -1
- package/dist/models/ConversationWithEvents.js +0 -6
- package/dist/models/ConversationWithEvents.js.map +1 -1
- package/dist/models/CreateAIDecompOutputBody.d.ts +0 -1
- package/dist/models/CreateAIDecompOutputBody.js +0 -6
- package/dist/models/CreateAIDecompOutputBody.js.map +1 -1
- package/dist/models/CreateConversationRequest.d.ts +0 -1
- package/dist/models/CreateConversationRequest.js +0 -6
- package/dist/models/CreateConversationRequest.js.map +1 -1
- package/dist/models/DecompilationData.d.ts +0 -1
- package/dist/models/DecompilationData.js +0 -6
- package/dist/models/DecompilationData.js.map +1 -1
- 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/GeneratePDFOutputBody.d.ts +0 -2
- package/dist/models/GeneratePDFOutputBody.js +0 -12
- package/dist/models/GeneratePDFOutputBody.js.map +1 -1
- package/dist/models/HistoryEntry.d.ts +26 -0
- package/dist/models/HistoryEntry.js +59 -0
- package/dist/models/HistoryEntry.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +7 -0
- package/dist/models/ObjectSerializer.js +21 -0
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/PatchCommentBody.d.ts +21 -0
- package/dist/models/PatchCommentBody.js +29 -0
- package/dist/models/PatchCommentBody.js.map +1 -0
- package/dist/models/QueuePositionResponse.d.ts +0 -1
- package/dist/models/QueuePositionResponse.js +0 -6
- package/dist/models/QueuePositionResponse.js.map +1 -1
- package/dist/models/RegenerateOutputBody.d.ts +0 -1
- package/dist/models/RegenerateOutputBody.js +0 -6
- package/dist/models/RegenerateOutputBody.js.map +1 -1
- package/dist/models/RenameInputBody.d.ts +21 -0
- package/dist/models/RenameInputBody.js +29 -0
- package/dist/models/RenameInputBody.js.map +1 -0
- package/dist/models/RenameOutputBody.d.ts +20 -0
- package/dist/models/RenameOutputBody.js +23 -0
- package/dist/models/RenameOutputBody.js.map +1 -0
- package/dist/models/SendMessageRequest.d.ts +0 -1
- package/dist/models/SendMessageRequest.js +0 -6
- package/dist/models/SendMessageRequest.js.map +1 -1
- package/dist/models/StatusResponse.d.ts +0 -1
- package/dist/models/StatusResponse.js +0 -6
- package/dist/models/StatusResponse.js.map +1 -1
- package/dist/models/SummaryData.d.ts +0 -1
- package/dist/models/SummaryData.js +0 -6
- package/dist/models/SummaryData.js.map +1 -1
- package/dist/models/TokenisedData.d.ts +0 -1
- package/dist/models/TokenisedData.js +0 -6
- package/dist/models/TokenisedData.js.map +1 -1
- package/dist/models/UpsertOverridesData.d.ts +0 -1
- package/dist/models/UpsertOverridesData.js +0 -6
- package/dist/models/UpsertOverridesData.js.map +1 -1
- package/dist/models/UpsertOverridesInputBody.d.ts +0 -1
- package/dist/models/UpsertOverridesInputBody.js +0 -6
- package/dist/models/UpsertOverridesInputBody.js.map +1 -1
- package/dist/models/WorkflowProgress.d.ts +0 -1
- package/dist/models/WorkflowProgress.js +0 -6
- package/dist/models/WorkflowProgress.js.map +1 -1
- package/dist/models/all.d.ts +7 -0
- package/dist/models/all.js +7 -0
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +50 -7
- package/dist/types/ObjectParamAPI.js +46 -10
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +28 -6
- package/dist/types/ObservableAPI.js +464 -296
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +28 -6
- package/dist/types/PromiseAPI.js +78 -18
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SummaryData.js","sourceRoot":"","sources":["../../models/SummaryData.ts"],"names":[],"mappings":";;;AAaA;
|
|
1
|
+
{"version":3,"file":"SummaryData.js","sourceRoot":"","sources":["../../models/SummaryData.ts"],"names":[],"mappings":";;;AAaA;IA0CI;IACA,CAAC;IALM,+BAAmB,GAA1B;QACI,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;IA1Be,yBAAa,GAAuB,SAAS,CAAC;IAE9C,mBAAO,GAA0C,SAAS,CAAC;IAE3D,4BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,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,YAAY;YACpB,UAAU,EAAE,aAAa;YACzB,MAAM,EAAE,2BAA2B;YACnC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,kBAAC;CAAA,AA5CD,IA4CC;AA5CY,kCAAW;AA8CxB,IAAY,yBAKX;AALD,WAAY,yBAAyB;IACjC,4DAA+B,CAAA;IAC/B,gDAAmB,CAAA;IACnB,oDAAuB,CAAA;IACvB,+DAAkC,CAAA;AACtC,CAAC,EALW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAKpC"}
|
|
@@ -10,12 +10,6 @@ var TokenisedData = (function () {
|
|
|
10
10
|
TokenisedData.discriminator = undefined;
|
|
11
11
|
TokenisedData.mapping = undefined;
|
|
12
12
|
TokenisedData.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "schema",
|
|
15
|
-
"baseName": "$schema",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": "uri"
|
|
18
|
-
},
|
|
19
13
|
{
|
|
20
14
|
"name": "functionMapping",
|
|
21
15
|
"baseName": "function_mapping",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenisedData.js","sourceRoot":"","sources":["../../models/TokenisedData.ts"],"names":[],"mappings":";;;AAcA;
|
|
1
|
+
{"version":3,"file":"TokenisedData.js","sourceRoot":"","sources":["../../models/TokenisedData.ts"],"names":[],"mappings":";;;AAcA;IAoDI;IACA,CAAC;IALM,iCAAmB,GAA1B;QACI,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;IAhCe,2BAAa,GAAuB,SAAS,CAAC;IAE9C,qBAAO,GAA0C,SAAS,CAAC;IAE3D,8BAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,iBAAiB;YACzB,UAAU,EAAE,kBAAkB;YAC9B,MAAM,EAAE,iBAAiB;YACzB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,uBAAuB;YAC/B,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,yBAAyB;YACjC,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,wBAAwB;YAChC,UAAU,EAAE,yBAAyB;YACrC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,oBAAC;CAAA,AAtDD,IAsDC;AAtDY,sCAAa;AAwD1B,IAAY,uBAOX;AAPD,WAAY,uBAAuB;IAC/B,0DAA+B,CAAA;IAC/B,8CAAmB,CAAA;IACnB,8CAAmB,CAAA;IACnB,kDAAuB,CAAA;IACvB,4CAAiB,CAAA;IACjB,6DAAkC,CAAA;AACtC,CAAC,EAPW,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAOlC"}
|
|
@@ -10,12 +10,6 @@ var UpsertOverridesData = (function () {
|
|
|
10
10
|
UpsertOverridesData.discriminator = undefined;
|
|
11
11
|
UpsertOverridesData.mapping = undefined;
|
|
12
12
|
UpsertOverridesData.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "schema",
|
|
15
|
-
"baseName": "$schema",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": "uri"
|
|
18
|
-
},
|
|
19
13
|
{
|
|
20
14
|
"name": "userOverrideMappings",
|
|
21
15
|
"baseName": "user_override_mappings",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpsertOverridesData.js","sourceRoot":"","sources":["../../models/UpsertOverridesData.ts"],"names":[],"mappings":";;;AAaA;
|
|
1
|
+
{"version":3,"file":"UpsertOverridesData.js","sourceRoot":"","sources":["../../models/UpsertOverridesData.ts"],"names":[],"mappings":";;;AAaA;IAsBI;IACA,CAAC;IALM,uCAAmB,GAA1B;QACI,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;IAde,iCAAa,GAAuB,SAAS,CAAC;IAE9C,2BAAO,GAA0C,SAAS,CAAC;IAE3D,oCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,4BAA4B;YACpC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,0BAAC;CAAA,AAxBD,IAwBC;AAxBY,kDAAmB"}
|
|
@@ -10,12 +10,6 @@ var UpsertOverridesInputBody = (function () {
|
|
|
10
10
|
UpsertOverridesInputBody.discriminator = undefined;
|
|
11
11
|
UpsertOverridesInputBody.mapping = undefined;
|
|
12
12
|
UpsertOverridesInputBody.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "schema",
|
|
15
|
-
"baseName": "$schema",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": "uri"
|
|
18
|
-
},
|
|
19
13
|
{
|
|
20
14
|
"name": "overrides",
|
|
21
15
|
"baseName": "overrides",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UpsertOverridesInputBody.js","sourceRoot":"","sources":["../../models/UpsertOverridesInputBody.ts"],"names":[],"mappings":";;;AAaA;
|
|
1
|
+
{"version":3,"file":"UpsertOverridesInputBody.js","sourceRoot":"","sources":["../../models/UpsertOverridesInputBody.ts"],"names":[],"mappings":";;;AAaA;IAsBI;IACA,CAAC;IALM,4CAAmB,GAA1B;QACI,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;IAde,sCAAa,GAAuB,SAAS,CAAC;IAE9C,gCAAO,GAA0C,SAAS,CAAC;IAE3D,yCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,4BAA4B;YACpC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AAxBD,IAwBC;AAxBY,4DAAwB"}
|
|
@@ -10,12 +10,6 @@ var WorkflowProgress = (function () {
|
|
|
10
10
|
WorkflowProgress.discriminator = undefined;
|
|
11
11
|
WorkflowProgress.mapping = undefined;
|
|
12
12
|
WorkflowProgress.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "schema",
|
|
15
|
-
"baseName": "$schema",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": "uri"
|
|
18
|
-
},
|
|
19
13
|
{
|
|
20
14
|
"name": "messages",
|
|
21
15
|
"baseName": "messages",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowProgress.js","sourceRoot":"","sources":["../../models/WorkflowProgress.ts"],"names":[],"mappings":";;;AAcA;
|
|
1
|
+
{"version":3,"file":"WorkflowProgress.js","sourceRoot":"","sources":["../../models/WorkflowProgress.ts"],"names":[],"mappings":";;;AAcA;IA8DI;IACA,CAAC;IALM,oCAAmB,GAA1B;QACI,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;IAtCe,8BAAa,GAAuB,SAAS,CAAC;IAE9C,wBAAO,GAA0C,SAAS,CAAC;IAE3D,iCAAgB,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,4BAA4B;YACpC,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,uBAAC;CAAA,AAhED,IAgEC;AAhEY,4CAAgB;AAkE7B,IAAY,0BAOX;AAPD,WAAY,0BAA0B;IAClC,6DAA+B,CAAA;IAC/B,iDAAmB,CAAA;IACnB,iDAAmB,CAAA;IACnB,qDAAuB,CAAA;IACvB,+CAAiB,CAAA;IACjB,gEAAkC,CAAA;AACtC,CAAC,EAPW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAOrC"}
|
package/dist/models/all.d.ts
CHANGED
|
@@ -106,6 +106,9 @@ export * from '../models/BaseResponseUploadResponse';
|
|
|
106
106
|
export * from '../models/BaseResponseVulnerabilities';
|
|
107
107
|
export * from '../models/BaseResponseXrefResponse';
|
|
108
108
|
export * from '../models/Basic';
|
|
109
|
+
export * from '../models/BatchRenameInputBody';
|
|
110
|
+
export * from '../models/BatchRenameItem';
|
|
111
|
+
export * from '../models/BatchRenameOutputBody';
|
|
109
112
|
export * from '../models/BinariesRelatedStatusResponse';
|
|
110
113
|
export * from '../models/BinariesTaskStatus';
|
|
111
114
|
export * from '../models/BinaryAdditionalDetailsDataResponse';
|
|
@@ -241,6 +244,7 @@ export * from '../models/GetAiDecompilationTask';
|
|
|
241
244
|
export * from '../models/GetMeResponse';
|
|
242
245
|
export * from '../models/GetPublicUserResponse';
|
|
243
246
|
export * from '../models/GlobalVariable';
|
|
247
|
+
export * from '../models/HistoryEntry';
|
|
244
248
|
export * from '../models/HttpRequest';
|
|
245
249
|
export * from '../models/IOC';
|
|
246
250
|
export * from '../models/ISA';
|
|
@@ -271,6 +275,7 @@ export * from '../models/PDBDebugModel';
|
|
|
271
275
|
export * from '../models/PEModel';
|
|
272
276
|
export * from '../models/PaginationModel';
|
|
273
277
|
export * from '../models/Params';
|
|
278
|
+
export * from '../models/PatchCommentBody';
|
|
274
279
|
export * from '../models/Platform';
|
|
275
280
|
export * from '../models/ProcessActivityEntry';
|
|
276
281
|
export * from '../models/ProcessMemdumps';
|
|
@@ -286,6 +291,8 @@ export * from '../models/RegenerateOutputBody';
|
|
|
286
291
|
export * from '../models/RegenerateTarget';
|
|
287
292
|
export * from '../models/RegistryOperation';
|
|
288
293
|
export * from '../models/RelativeBinaryResponse';
|
|
294
|
+
export * from '../models/RenameInputBody';
|
|
295
|
+
export * from '../models/RenameOutputBody';
|
|
289
296
|
export * from '../models/ReplacementValue';
|
|
290
297
|
export * from '../models/ReportAnalysisResponse';
|
|
291
298
|
export * from '../models/ReportEvent';
|
package/dist/models/all.js
CHANGED
|
@@ -122,6 +122,9 @@ __exportStar(require("../models/BaseResponseUploadResponse"), exports);
|
|
|
122
122
|
__exportStar(require("../models/BaseResponseVulnerabilities"), exports);
|
|
123
123
|
__exportStar(require("../models/BaseResponseXrefResponse"), exports);
|
|
124
124
|
__exportStar(require("../models/Basic"), exports);
|
|
125
|
+
__exportStar(require("../models/BatchRenameInputBody"), exports);
|
|
126
|
+
__exportStar(require("../models/BatchRenameItem"), exports);
|
|
127
|
+
__exportStar(require("../models/BatchRenameOutputBody"), exports);
|
|
125
128
|
__exportStar(require("../models/BinariesRelatedStatusResponse"), exports);
|
|
126
129
|
__exportStar(require("../models/BinariesTaskStatus"), exports);
|
|
127
130
|
__exportStar(require("../models/BinaryAdditionalDetailsDataResponse"), exports);
|
|
@@ -257,6 +260,7 @@ __exportStar(require("../models/GetAiDecompilationTask"), exports);
|
|
|
257
260
|
__exportStar(require("../models/GetMeResponse"), exports);
|
|
258
261
|
__exportStar(require("../models/GetPublicUserResponse"), exports);
|
|
259
262
|
__exportStar(require("../models/GlobalVariable"), exports);
|
|
263
|
+
__exportStar(require("../models/HistoryEntry"), exports);
|
|
260
264
|
__exportStar(require("../models/HttpRequest"), exports);
|
|
261
265
|
__exportStar(require("../models/IOC"), exports);
|
|
262
266
|
__exportStar(require("../models/ISA"), exports);
|
|
@@ -287,6 +291,7 @@ __exportStar(require("../models/PDBDebugModel"), exports);
|
|
|
287
291
|
__exportStar(require("../models/PEModel"), exports);
|
|
288
292
|
__exportStar(require("../models/PaginationModel"), exports);
|
|
289
293
|
__exportStar(require("../models/Params"), exports);
|
|
294
|
+
__exportStar(require("../models/PatchCommentBody"), exports);
|
|
290
295
|
__exportStar(require("../models/Platform"), exports);
|
|
291
296
|
__exportStar(require("../models/ProcessActivityEntry"), exports);
|
|
292
297
|
__exportStar(require("../models/ProcessMemdumps"), exports);
|
|
@@ -302,6 +307,8 @@ __exportStar(require("../models/RegenerateOutputBody"), exports);
|
|
|
302
307
|
__exportStar(require("../models/RegenerateTarget"), exports);
|
|
303
308
|
__exportStar(require("../models/RegistryOperation"), exports);
|
|
304
309
|
__exportStar(require("../models/RelativeBinaryResponse"), exports);
|
|
310
|
+
__exportStar(require("../models/RenameInputBody"), exports);
|
|
311
|
+
__exportStar(require("../models/RenameOutputBody"), exports);
|
|
305
312
|
__exportStar(require("../models/ReplacementValue"), exports);
|
|
306
313
|
__exportStar(require("../models/ReportAnalysisResponse"), exports);
|
|
307
314
|
__exportStar(require("../models/ReportEvent"), exports);
|
package/dist/models/all.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../models/all.ts"],"names":[],"mappings":"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"}
|
|
@@ -77,6 +77,8 @@ import { BaseResponseUnionGetAiDecompilationRatingResponseNoneType } from '../mo
|
|
|
77
77
|
import { BaseResponseUploadResponse } from '../models/BaseResponseUploadResponse';
|
|
78
78
|
import { BaseResponseVulnerabilities } from '../models/BaseResponseVulnerabilities';
|
|
79
79
|
import { BaseResponseXrefResponse } from '../models/BaseResponseXrefResponse';
|
|
80
|
+
import { BatchRenameInputBody } from '../models/BatchRenameInputBody';
|
|
81
|
+
import { BatchRenameOutputBody } from '../models/BatchRenameOutputBody';
|
|
80
82
|
import { BulkDeleteAnalysesRequest } from '../models/BulkDeleteAnalysesRequest';
|
|
81
83
|
import { CollectionBinariesUpdateRequest } from '../models/CollectionBinariesUpdateRequest';
|
|
82
84
|
import { CollectionCreateRequest } from '../models/CollectionCreateRequest';
|
|
@@ -100,15 +102,19 @@ import { FunctionMatchingResponse } from '../models/FunctionMatchingResponse';
|
|
|
100
102
|
import { FunctionRename } from '../models/FunctionRename';
|
|
101
103
|
import { FunctionsListRename } from '../models/FunctionsListRename';
|
|
102
104
|
import { GeneratePDFOutputBody } from '../models/GeneratePDFOutputBody';
|
|
105
|
+
import { HistoryEntry } from '../models/HistoryEntry';
|
|
103
106
|
import { InsertAnalysisLogRequest } from '../models/InsertAnalysisLogRequest';
|
|
104
107
|
import { ModelName } from '../models/ModelName';
|
|
105
108
|
import { Order } from '../models/Order';
|
|
109
|
+
import { PatchCommentBody } from '../models/PatchCommentBody';
|
|
106
110
|
import { PutAnalysisStringsRequest } from '../models/PutAnalysisStringsRequest';
|
|
107
111
|
import { QueuePositionResponse } from '../models/QueuePositionResponse';
|
|
108
112
|
import { QueuedWorkflowTaskResponse } from '../models/QueuedWorkflowTaskResponse';
|
|
109
113
|
import { ReAnalysisForm } from '../models/ReAnalysisForm';
|
|
110
114
|
import { RegenerateOutputBody } from '../models/RegenerateOutputBody';
|
|
111
115
|
import { RegenerateTarget } from '../models/RegenerateTarget';
|
|
116
|
+
import { RenameInputBody } from '../models/RenameInputBody';
|
|
117
|
+
import { RenameOutputBody } from '../models/RenameOutputBody';
|
|
112
118
|
import { SendMessageRequest } from '../models/SendMessageRequest';
|
|
113
119
|
import { StatusInput } from '../models/StatusInput';
|
|
114
120
|
import { StatusResponse } from '../models/StatusResponse';
|
|
@@ -229,6 +235,10 @@ export interface AnalysesCoreApiDeleteAnalysisRequest {
|
|
|
229
235
|
export interface AnalysesCoreApiGetAnalysisBasicInfoRequest {
|
|
230
236
|
analysisId: number;
|
|
231
237
|
}
|
|
238
|
+
export interface AnalysesCoreApiGetAnalysisBytesRequest {
|
|
239
|
+
analysisId: number;
|
|
240
|
+
page?: number;
|
|
241
|
+
}
|
|
232
242
|
export interface AnalysesCoreApiGetAnalysisFunctionMapRequest {
|
|
233
243
|
analysisId: number;
|
|
234
244
|
}
|
|
@@ -296,6 +306,8 @@ export declare class ObjectAnalysesCoreApi {
|
|
|
296
306
|
deleteAnalysis(param: AnalysesCoreApiDeleteAnalysisRequest, options?: ConfigurationOptions): Promise<BaseResponseDict>;
|
|
297
307
|
getAnalysisBasicInfoWithHttpInfo(param: AnalysesCoreApiGetAnalysisBasicInfoRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseBasic>>;
|
|
298
308
|
getAnalysisBasicInfo(param: AnalysesCoreApiGetAnalysisBasicInfoRequest, options?: ConfigurationOptions): Promise<BaseResponseBasic>;
|
|
309
|
+
getAnalysisBytesWithHttpInfo(param: AnalysesCoreApiGetAnalysisBytesRequest, options?: ConfigurationOptions): Promise<HttpInfo<void>>;
|
|
310
|
+
getAnalysisBytes(param: AnalysesCoreApiGetAnalysisBytesRequest, options?: ConfigurationOptions): Promise<void>;
|
|
299
311
|
getAnalysisFunctionMapWithHttpInfo(param: AnalysesCoreApiGetAnalysisFunctionMapRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisFunctionMapping>>;
|
|
300
312
|
getAnalysisFunctionMap(param: AnalysesCoreApiGetAnalysisFunctionMapRequest, options?: ConfigurationOptions): Promise<BaseResponseAnalysisFunctionMapping>;
|
|
301
313
|
getAnalysisLogsWithHttpInfo(param: AnalysesCoreApiGetAnalysisLogsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseLogs>>;
|
|
@@ -341,9 +353,6 @@ export interface AnalysesResultsMetadataApiGetFunctionsListRequest {
|
|
|
341
353
|
page?: number;
|
|
342
354
|
pageSize?: number;
|
|
343
355
|
}
|
|
344
|
-
export interface AnalysesResultsMetadataApiGetPdfRequest {
|
|
345
|
-
analysisId: number;
|
|
346
|
-
}
|
|
347
356
|
export interface AnalysesResultsMetadataApiGetSbomRequest {
|
|
348
357
|
analysisId: number;
|
|
349
358
|
}
|
|
@@ -362,8 +371,6 @@ export declare class ObjectAnalysesResultsMetadataApi {
|
|
|
362
371
|
getCapabilities(param: AnalysesResultsMetadataApiGetCapabilitiesRequest, options?: ConfigurationOptions): Promise<BaseResponseCapabilities>;
|
|
363
372
|
getFunctionsListWithHttpInfo(param: AnalysesResultsMetadataApiGetFunctionsListRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisFunctions>>;
|
|
364
373
|
getFunctionsList(param: AnalysesResultsMetadataApiGetFunctionsListRequest, options?: ConfigurationOptions): Promise<BaseResponseAnalysisFunctions>;
|
|
365
|
-
getPdfWithHttpInfo(param: AnalysesResultsMetadataApiGetPdfRequest, options?: ConfigurationOptions): Promise<HttpInfo<any>>;
|
|
366
|
-
getPdf(param: AnalysesResultsMetadataApiGetPdfRequest, options?: ConfigurationOptions): Promise<any>;
|
|
367
374
|
getSbomWithHttpInfo(param: AnalysesResultsMetadataApiGetSbomRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseListSBOM>>;
|
|
368
375
|
getSbom(param: AnalysesResultsMetadataApiGetSbomRequest, options?: ConfigurationOptions): Promise<BaseResponseListSBOM>;
|
|
369
376
|
getTagsWithHttpInfo(param: AnalysesResultsMetadataApiGetTagsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseAnalysisTags>>;
|
|
@@ -611,6 +618,10 @@ export interface FunctionsAIDecompilationApiDeleteAiDecompilationCommentRequest
|
|
|
611
618
|
commentId: number;
|
|
612
619
|
functionId: number;
|
|
613
620
|
}
|
|
621
|
+
export interface FunctionsAIDecompilationApiDeleteAiDecompilationInlineCommentRequest {
|
|
622
|
+
functionId: number;
|
|
623
|
+
line: number;
|
|
624
|
+
}
|
|
614
625
|
export interface FunctionsAIDecompilationApiGetAiDecompilationRequest {
|
|
615
626
|
functionId: number;
|
|
616
627
|
}
|
|
@@ -647,6 +658,10 @@ export interface FunctionsAIDecompilationApiGetAiDecompilationTaskStatusRequest
|
|
|
647
658
|
export interface FunctionsAIDecompilationApiGetAiDecompilationTokenisedRequest {
|
|
648
659
|
functionId: number;
|
|
649
660
|
}
|
|
661
|
+
export interface FunctionsAIDecompilationApiPatchAiDecompilationInlineCommentRequest {
|
|
662
|
+
functionId: number;
|
|
663
|
+
patchCommentBody: PatchCommentBody;
|
|
664
|
+
}
|
|
650
665
|
export interface FunctionsAIDecompilationApiRegenerateAiDecompilationInlineCommentsRequest {
|
|
651
666
|
functionId: number;
|
|
652
667
|
}
|
|
@@ -677,6 +692,8 @@ export declare class ObjectFunctionsAIDecompilationApi {
|
|
|
677
692
|
createAiDecompilationTask(param: FunctionsAIDecompilationApiCreateAiDecompilationTaskRequest, options?: ConfigurationOptions): Promise<BaseResponse>;
|
|
678
693
|
deleteAiDecompilationCommentWithHttpInfo(param: FunctionsAIDecompilationApiDeleteAiDecompilationCommentRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseBool>>;
|
|
679
694
|
deleteAiDecompilationComment(param: FunctionsAIDecompilationApiDeleteAiDecompilationCommentRequest, options?: ConfigurationOptions): Promise<BaseResponseBool>;
|
|
695
|
+
deleteAiDecompilationInlineCommentWithHttpInfo(param: FunctionsAIDecompilationApiDeleteAiDecompilationInlineCommentRequest, options?: ConfigurationOptions): Promise<HttpInfo<CommentsData>>;
|
|
696
|
+
deleteAiDecompilationInlineComment(param: FunctionsAIDecompilationApiDeleteAiDecompilationInlineCommentRequest, options?: ConfigurationOptions): Promise<CommentsData>;
|
|
680
697
|
getAiDecompilationWithHttpInfo(param: FunctionsAIDecompilationApiGetAiDecompilationRequest, options?: ConfigurationOptions): Promise<HttpInfo<DecompilationData>>;
|
|
681
698
|
getAiDecompilation(param: FunctionsAIDecompilationApiGetAiDecompilationRequest, options?: ConfigurationOptions): Promise<DecompilationData>;
|
|
682
699
|
getAiDecompilationCommentsWithHttpInfo(param: FunctionsAIDecompilationApiGetAiDecompilationCommentsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseListCommentResponse>>;
|
|
@@ -699,6 +716,8 @@ export declare class ObjectFunctionsAIDecompilationApi {
|
|
|
699
716
|
getAiDecompilationTaskStatus(param: FunctionsAIDecompilationApiGetAiDecompilationTaskStatusRequest, options?: ConfigurationOptions): Promise<BaseResponseFunctionTaskResponse>;
|
|
700
717
|
getAiDecompilationTokenisedWithHttpInfo(param: FunctionsAIDecompilationApiGetAiDecompilationTokenisedRequest, options?: ConfigurationOptions): Promise<HttpInfo<TokenisedData>>;
|
|
701
718
|
getAiDecompilationTokenised(param: FunctionsAIDecompilationApiGetAiDecompilationTokenisedRequest, options?: ConfigurationOptions): Promise<TokenisedData>;
|
|
719
|
+
patchAiDecompilationInlineCommentWithHttpInfo(param: FunctionsAIDecompilationApiPatchAiDecompilationInlineCommentRequest, options?: ConfigurationOptions): Promise<HttpInfo<CommentsData>>;
|
|
720
|
+
patchAiDecompilationInlineComment(param: FunctionsAIDecompilationApiPatchAiDecompilationInlineCommentRequest, options?: ConfigurationOptions): Promise<CommentsData>;
|
|
702
721
|
regenerateAiDecompilationInlineCommentsWithHttpInfo(param: FunctionsAIDecompilationApiRegenerateAiDecompilationInlineCommentsRequest, options?: ConfigurationOptions): Promise<HttpInfo<RegenerateOutputBody>>;
|
|
703
722
|
regenerateAiDecompilationInlineComments(param: FunctionsAIDecompilationApiRegenerateAiDecompilationInlineCommentsRequest, options?: ConfigurationOptions): Promise<RegenerateOutputBody>;
|
|
704
723
|
regenerateAiDecompilationSummaryWithHttpInfo(param: FunctionsAIDecompilationApiRegenerateAiDecompilationSummaryRequest, options?: ConfigurationOptions): Promise<HttpInfo<RegenerateOutputBody>>;
|
|
@@ -841,9 +860,19 @@ import { FunctionsRenamingHistoryApiRequestFactory, FunctionsRenamingHistoryApiR
|
|
|
841
860
|
export interface FunctionsRenamingHistoryApiBatchRenameFunctionRequest {
|
|
842
861
|
functionsListRename: FunctionsListRename;
|
|
843
862
|
}
|
|
863
|
+
export interface FunctionsRenamingHistoryApiBatchRenameFunctionsRequest {
|
|
864
|
+
batchRenameInputBody: BatchRenameInputBody;
|
|
865
|
+
}
|
|
866
|
+
export interface FunctionsRenamingHistoryApiGetFunctionHistoryRequest {
|
|
867
|
+
functionId: number;
|
|
868
|
+
}
|
|
844
869
|
export interface FunctionsRenamingHistoryApiGetFunctionNameHistoryRequest {
|
|
845
870
|
functionId: number;
|
|
846
871
|
}
|
|
872
|
+
export interface FunctionsRenamingHistoryApiRenameFunctionRequest {
|
|
873
|
+
functionId: number;
|
|
874
|
+
renameInputBody: RenameInputBody;
|
|
875
|
+
}
|
|
847
876
|
export interface FunctionsRenamingHistoryApiRenameFunctionIdRequest {
|
|
848
877
|
functionId: number;
|
|
849
878
|
functionRename: FunctionRename;
|
|
@@ -852,17 +881,33 @@ export interface FunctionsRenamingHistoryApiRevertFunctionNameRequest {
|
|
|
852
881
|
functionId: number;
|
|
853
882
|
historyId: number;
|
|
854
883
|
}
|
|
884
|
+
export interface FunctionsRenamingHistoryApiRevertFunctionName0Request {
|
|
885
|
+
functionId: number;
|
|
886
|
+
historyId: number;
|
|
887
|
+
}
|
|
855
888
|
export declare class ObjectFunctionsRenamingHistoryApi {
|
|
856
889
|
private api;
|
|
857
890
|
constructor(configuration: Configuration, requestFactory?: FunctionsRenamingHistoryApiRequestFactory, responseProcessor?: FunctionsRenamingHistoryApiResponseProcessor);
|
|
858
891
|
batchRenameFunctionWithHttpInfo(param: FunctionsRenamingHistoryApiBatchRenameFunctionRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
859
892
|
batchRenameFunction(param: FunctionsRenamingHistoryApiBatchRenameFunctionRequest, options?: ConfigurationOptions): Promise<BaseResponse>;
|
|
893
|
+
batchRenameFunctionsWithHttpInfo(param: FunctionsRenamingHistoryApiBatchRenameFunctionsRequest, options?: ConfigurationOptions): Promise<HttpInfo<BatchRenameOutputBody>>;
|
|
894
|
+
batchRenameFunctions(param: FunctionsRenamingHistoryApiBatchRenameFunctionsRequest, options?: ConfigurationOptions): Promise<BatchRenameOutputBody>;
|
|
895
|
+
getFunctionHistoryWithHttpInfo(param: FunctionsRenamingHistoryApiGetFunctionHistoryRequest, options?: ConfigurationOptions): Promise<HttpInfo<Array<HistoryEntry>>>;
|
|
896
|
+
getFunctionHistory(param: FunctionsRenamingHistoryApiGetFunctionHistoryRequest, options?: ConfigurationOptions): Promise<Array<HistoryEntry>>;
|
|
860
897
|
getFunctionNameHistoryWithHttpInfo(param: FunctionsRenamingHistoryApiGetFunctionNameHistoryRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponseListFunctionNameHistory>>;
|
|
861
898
|
getFunctionNameHistory(param: FunctionsRenamingHistoryApiGetFunctionNameHistoryRequest, options?: ConfigurationOptions): Promise<BaseResponseListFunctionNameHistory>;
|
|
899
|
+
renameFunctionWithHttpInfo(param: FunctionsRenamingHistoryApiRenameFunctionRequest, options?: ConfigurationOptions): Promise<HttpInfo<RenameOutputBody>>;
|
|
900
|
+
renameFunction(param: FunctionsRenamingHistoryApiRenameFunctionRequest, options?: ConfigurationOptions): Promise<RenameOutputBody>;
|
|
862
901
|
renameFunctionIdWithHttpInfo(param: FunctionsRenamingHistoryApiRenameFunctionIdRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
863
902
|
renameFunctionId(param: FunctionsRenamingHistoryApiRenameFunctionIdRequest, options?: ConfigurationOptions): Promise<BaseResponse>;
|
|
864
903
|
revertFunctionNameWithHttpInfo(param: FunctionsRenamingHistoryApiRevertFunctionNameRequest, options?: ConfigurationOptions): Promise<HttpInfo<BaseResponse>>;
|
|
865
904
|
revertFunctionName(param: FunctionsRenamingHistoryApiRevertFunctionNameRequest, options?: ConfigurationOptions): Promise<BaseResponse>;
|
|
905
|
+
revertFunctionName_1WithHttpInfo(param: FunctionsRenamingHistoryApiRevertFunctionName0Request, options?: ConfigurationOptions): Promise<HttpInfo<{
|
|
906
|
+
[key: string]: any;
|
|
907
|
+
}>>;
|
|
908
|
+
revertFunctionName_1(param: FunctionsRenamingHistoryApiRevertFunctionName0Request, options?: ConfigurationOptions): Promise<{
|
|
909
|
+
[key: string]: any;
|
|
910
|
+
}>;
|
|
866
911
|
}
|
|
867
912
|
import { ModelsApiRequestFactory, ModelsApiResponseProcessor } from "../apis/ModelsApi";
|
|
868
913
|
export interface ModelsApiGetModelsRequest {
|
|
@@ -879,11 +924,9 @@ export interface ReportsApiCreatePdfReportRequest {
|
|
|
879
924
|
}
|
|
880
925
|
export interface ReportsApiDownloadPdfReportRequest {
|
|
881
926
|
analysisId: number;
|
|
882
|
-
taskId: string;
|
|
883
927
|
}
|
|
884
928
|
export interface ReportsApiGetPdfReportStatusRequest {
|
|
885
929
|
analysisId: number;
|
|
886
|
-
taskId: string;
|
|
887
930
|
}
|
|
888
931
|
export declare class ObjectReportsApi {
|
|
889
932
|
private api;
|
|
@@ -138,6 +138,12 @@ var ObjectAnalysesCoreApi = (function () {
|
|
|
138
138
|
ObjectAnalysesCoreApi.prototype.getAnalysisBasicInfo = function (param, options) {
|
|
139
139
|
return this.api.getAnalysisBasicInfo(param.analysisId, options).toPromise();
|
|
140
140
|
};
|
|
141
|
+
ObjectAnalysesCoreApi.prototype.getAnalysisBytesWithHttpInfo = function (param, options) {
|
|
142
|
+
return this.api.getAnalysisBytesWithHttpInfo(param.analysisId, param.page, options).toPromise();
|
|
143
|
+
};
|
|
144
|
+
ObjectAnalysesCoreApi.prototype.getAnalysisBytes = function (param, options) {
|
|
145
|
+
return this.api.getAnalysisBytes(param.analysisId, param.page, options).toPromise();
|
|
146
|
+
};
|
|
141
147
|
ObjectAnalysesCoreApi.prototype.getAnalysisFunctionMapWithHttpInfo = function (param, options) {
|
|
142
148
|
return this.api.getAnalysisFunctionMapWithHttpInfo(param.analysisId, options).toPromise();
|
|
143
149
|
};
|
|
@@ -244,12 +250,6 @@ var ObjectAnalysesResultsMetadataApi = (function () {
|
|
|
244
250
|
ObjectAnalysesResultsMetadataApi.prototype.getFunctionsList = function (param, options) {
|
|
245
251
|
return this.api.getFunctionsList(param.analysisId, param.searchTerm, param.minVAddr, param.maxVAddr, param.includeEmbeddings, param.page, param.pageSize, options).toPromise();
|
|
246
252
|
};
|
|
247
|
-
ObjectAnalysesResultsMetadataApi.prototype.getPdfWithHttpInfo = function (param, options) {
|
|
248
|
-
return this.api.getPdfWithHttpInfo(param.analysisId, options).toPromise();
|
|
249
|
-
};
|
|
250
|
-
ObjectAnalysesResultsMetadataApi.prototype.getPdf = function (param, options) {
|
|
251
|
-
return this.api.getPdf(param.analysisId, options).toPromise();
|
|
252
|
-
};
|
|
253
253
|
ObjectAnalysesResultsMetadataApi.prototype.getSbomWithHttpInfo = function (param, options) {
|
|
254
254
|
return this.api.getSbomWithHttpInfo(param.analysisId, options).toPromise();
|
|
255
255
|
};
|
|
@@ -580,6 +580,12 @@ var ObjectFunctionsAIDecompilationApi = (function () {
|
|
|
580
580
|
ObjectFunctionsAIDecompilationApi.prototype.deleteAiDecompilationComment = function (param, options) {
|
|
581
581
|
return this.api.deleteAiDecompilationComment(param.commentId, param.functionId, options).toPromise();
|
|
582
582
|
};
|
|
583
|
+
ObjectFunctionsAIDecompilationApi.prototype.deleteAiDecompilationInlineCommentWithHttpInfo = function (param, options) {
|
|
584
|
+
return this.api.deleteAiDecompilationInlineCommentWithHttpInfo(param.functionId, param.line, options).toPromise();
|
|
585
|
+
};
|
|
586
|
+
ObjectFunctionsAIDecompilationApi.prototype.deleteAiDecompilationInlineComment = function (param, options) {
|
|
587
|
+
return this.api.deleteAiDecompilationInlineComment(param.functionId, param.line, options).toPromise();
|
|
588
|
+
};
|
|
583
589
|
ObjectFunctionsAIDecompilationApi.prototype.getAiDecompilationWithHttpInfo = function (param, options) {
|
|
584
590
|
return this.api.getAiDecompilationWithHttpInfo(param.functionId, options).toPromise();
|
|
585
591
|
};
|
|
@@ -646,6 +652,12 @@ var ObjectFunctionsAIDecompilationApi = (function () {
|
|
|
646
652
|
ObjectFunctionsAIDecompilationApi.prototype.getAiDecompilationTokenised = function (param, options) {
|
|
647
653
|
return this.api.getAiDecompilationTokenised(param.functionId, options).toPromise();
|
|
648
654
|
};
|
|
655
|
+
ObjectFunctionsAIDecompilationApi.prototype.patchAiDecompilationInlineCommentWithHttpInfo = function (param, options) {
|
|
656
|
+
return this.api.patchAiDecompilationInlineCommentWithHttpInfo(param.functionId, param.patchCommentBody, options).toPromise();
|
|
657
|
+
};
|
|
658
|
+
ObjectFunctionsAIDecompilationApi.prototype.patchAiDecompilationInlineComment = function (param, options) {
|
|
659
|
+
return this.api.patchAiDecompilationInlineComment(param.functionId, param.patchCommentBody, options).toPromise();
|
|
660
|
+
};
|
|
649
661
|
ObjectFunctionsAIDecompilationApi.prototype.regenerateAiDecompilationInlineCommentsWithHttpInfo = function (param, options) {
|
|
650
662
|
return this.api.regenerateAiDecompilationInlineCommentsWithHttpInfo(param.functionId, options).toPromise();
|
|
651
663
|
};
|
|
@@ -828,12 +840,30 @@ var ObjectFunctionsRenamingHistoryApi = (function () {
|
|
|
828
840
|
ObjectFunctionsRenamingHistoryApi.prototype.batchRenameFunction = function (param, options) {
|
|
829
841
|
return this.api.batchRenameFunction(param.functionsListRename, options).toPromise();
|
|
830
842
|
};
|
|
843
|
+
ObjectFunctionsRenamingHistoryApi.prototype.batchRenameFunctionsWithHttpInfo = function (param, options) {
|
|
844
|
+
return this.api.batchRenameFunctionsWithHttpInfo(param.batchRenameInputBody, options).toPromise();
|
|
845
|
+
};
|
|
846
|
+
ObjectFunctionsRenamingHistoryApi.prototype.batchRenameFunctions = function (param, options) {
|
|
847
|
+
return this.api.batchRenameFunctions(param.batchRenameInputBody, options).toPromise();
|
|
848
|
+
};
|
|
849
|
+
ObjectFunctionsRenamingHistoryApi.prototype.getFunctionHistoryWithHttpInfo = function (param, options) {
|
|
850
|
+
return this.api.getFunctionHistoryWithHttpInfo(param.functionId, options).toPromise();
|
|
851
|
+
};
|
|
852
|
+
ObjectFunctionsRenamingHistoryApi.prototype.getFunctionHistory = function (param, options) {
|
|
853
|
+
return this.api.getFunctionHistory(param.functionId, options).toPromise();
|
|
854
|
+
};
|
|
831
855
|
ObjectFunctionsRenamingHistoryApi.prototype.getFunctionNameHistoryWithHttpInfo = function (param, options) {
|
|
832
856
|
return this.api.getFunctionNameHistoryWithHttpInfo(param.functionId, options).toPromise();
|
|
833
857
|
};
|
|
834
858
|
ObjectFunctionsRenamingHistoryApi.prototype.getFunctionNameHistory = function (param, options) {
|
|
835
859
|
return this.api.getFunctionNameHistory(param.functionId, options).toPromise();
|
|
836
860
|
};
|
|
861
|
+
ObjectFunctionsRenamingHistoryApi.prototype.renameFunctionWithHttpInfo = function (param, options) {
|
|
862
|
+
return this.api.renameFunctionWithHttpInfo(param.functionId, param.renameInputBody, options).toPromise();
|
|
863
|
+
};
|
|
864
|
+
ObjectFunctionsRenamingHistoryApi.prototype.renameFunction = function (param, options) {
|
|
865
|
+
return this.api.renameFunction(param.functionId, param.renameInputBody, options).toPromise();
|
|
866
|
+
};
|
|
837
867
|
ObjectFunctionsRenamingHistoryApi.prototype.renameFunctionIdWithHttpInfo = function (param, options) {
|
|
838
868
|
return this.api.renameFunctionIdWithHttpInfo(param.functionId, param.functionRename, options).toPromise();
|
|
839
869
|
};
|
|
@@ -846,6 +876,12 @@ var ObjectFunctionsRenamingHistoryApi = (function () {
|
|
|
846
876
|
ObjectFunctionsRenamingHistoryApi.prototype.revertFunctionName = function (param, options) {
|
|
847
877
|
return this.api.revertFunctionName(param.functionId, param.historyId, options).toPromise();
|
|
848
878
|
};
|
|
879
|
+
ObjectFunctionsRenamingHistoryApi.prototype.revertFunctionName_1WithHttpInfo = function (param, options) {
|
|
880
|
+
return this.api.revertFunctionName_1WithHttpInfo(param.functionId, param.historyId, options).toPromise();
|
|
881
|
+
};
|
|
882
|
+
ObjectFunctionsRenamingHistoryApi.prototype.revertFunctionName_1 = function (param, options) {
|
|
883
|
+
return this.api.revertFunctionName_1(param.functionId, param.historyId, options).toPromise();
|
|
884
|
+
};
|
|
849
885
|
return ObjectFunctionsRenamingHistoryApi;
|
|
850
886
|
}());
|
|
851
887
|
exports.ObjectFunctionsRenamingHistoryApi = ObjectFunctionsRenamingHistoryApi;
|
|
@@ -877,16 +913,16 @@ var ObjectReportsApi = (function () {
|
|
|
877
913
|
return this.api.createPdfReport(param.analysisId, options).toPromise();
|
|
878
914
|
};
|
|
879
915
|
ObjectReportsApi.prototype.downloadPdfReportWithHttpInfo = function (param, options) {
|
|
880
|
-
return this.api.downloadPdfReportWithHttpInfo(param.analysisId,
|
|
916
|
+
return this.api.downloadPdfReportWithHttpInfo(param.analysisId, options).toPromise();
|
|
881
917
|
};
|
|
882
918
|
ObjectReportsApi.prototype.downloadPdfReport = function (param, options) {
|
|
883
|
-
return this.api.downloadPdfReport(param.analysisId,
|
|
919
|
+
return this.api.downloadPdfReport(param.analysisId, options).toPromise();
|
|
884
920
|
};
|
|
885
921
|
ObjectReportsApi.prototype.getPdfReportStatusWithHttpInfo = function (param, options) {
|
|
886
|
-
return this.api.getPdfReportStatusWithHttpInfo(param.analysisId,
|
|
922
|
+
return this.api.getPdfReportStatusWithHttpInfo(param.analysisId, options).toPromise();
|
|
887
923
|
};
|
|
888
924
|
ObjectReportsApi.prototype.getPdfReportStatus = function (param, options) {
|
|
889
|
-
return this.api.getPdfReportStatus(param.analysisId,
|
|
925
|
+
return this.api.getPdfReportStatus(param.analysisId, options).toPromise();
|
|
890
926
|
};
|
|
891
927
|
return ObjectReportsApi;
|
|
892
928
|
}());
|