@revengai/sdk 3.96.0 → 3.96.4
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 +87 -0
- 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 +9 -0
- package/dist/apis/FunctionsDataTypesApi.js +327 -0
- package/dist/apis/FunctionsDataTypesApi.js.map +1 -1
- package/dist/apis/IAMUsersApi.d.ts +13 -0
- package/dist/apis/IAMUsersApi.js +225 -0
- package/dist/apis/IAMUsersApi.js.map +1 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/models/AddIssuerDomainInputBody.d.ts +20 -0
- package/dist/models/AddIssuerDomainInputBody.js +23 -0
- package/dist/models/AddIssuerDomainInputBody.js.map +1 -0
- package/dist/models/AddOwnerInputBody.d.ts +20 -0
- package/dist/models/AddOwnerInputBody.js +23 -0
- package/dist/models/AddOwnerInputBody.js.map +1 -0
- package/dist/models/AddTeamMemberInputBody.d.ts +20 -0
- package/dist/models/AddTeamMemberInputBody.js +23 -0
- package/dist/models/AddTeamMemberInputBody.js.map +1 -0
- package/dist/models/AnalysisFunctionEntry.d.ts +28 -0
- 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/BulkCreateUserResult.d.ts +26 -0
- package/dist/models/BulkCreateUserResult.js +53 -0
- package/dist/models/BulkCreateUserResult.js.map +1 -0
- package/dist/models/BulkCreateUsersOutputBody.d.ts +24 -0
- package/dist/models/BulkCreateUsersOutputBody.js +41 -0
- package/dist/models/BulkCreateUsersOutputBody.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/CallEdgesOutputBody.d.ts +21 -0
- 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/CreateGroupInputBody.d.ts +20 -0
- package/dist/models/CreateGroupInputBody.js +23 -0
- package/dist/models/CreateGroupInputBody.js.map +1 -0
- package/dist/models/CreateIdentityInputBody.d.ts +22 -0
- package/dist/models/CreateIdentityInputBody.js +35 -0
- package/dist/models/CreateIdentityInputBody.js.map +1 -0
- package/dist/models/CreateIssuerInputBody.d.ts +21 -0
- package/dist/models/CreateIssuerInputBody.js +29 -0
- package/dist/models/CreateIssuerInputBody.js.map +1 -0
- package/dist/models/CreateOrganisationInputBody.d.ts +20 -0
- package/dist/models/CreateOrganisationInputBody.js +23 -0
- package/dist/models/CreateOrganisationInputBody.js.map +1 -0
- package/dist/models/CreateTeamInputBody.d.ts +20 -0
- package/dist/models/CreateTeamInputBody.js +23 -0
- package/dist/models/CreateTeamInputBody.js.map +1 -0
- package/dist/models/CreateUserInputBody.d.ts +42 -0
- package/dist/models/CreateUserInputBody.js +87 -0
- package/dist/models/CreateUserInputBody.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/FormFile.d.ts +23 -0
- package/dist/models/FormFile.js +41 -0
- package/dist/models/FormFile.js.map +1 -0
- 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/FunctionDependency.d.ts +27 -0
- package/dist/models/FunctionDependency.js +65 -0
- 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/FunctionStackVariable.d.ts +26 -0
- package/dist/models/FunctionStackVariable.js +59 -0
- package/dist/models/FunctionStackVariable.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/InviteUserInputBody.d.ts +25 -0
- package/dist/models/InviteUserInputBody.js +53 -0
- package/dist/models/InviteUserInputBody.js.map +1 -0
- package/dist/models/IssuerAllowedDomain.d.ts +25 -0
- package/dist/models/IssuerAllowedDomain.js +53 -0
- package/dist/models/IssuerAllowedDomain.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/ListTeamsOutputBody.d.ts +22 -0
- package/dist/models/ListTeamsOutputBody.js +29 -0
- package/dist/models/ListTeamsOutputBody.js.map +1 -0
- package/dist/models/ListUsersOutputBody.d.ts +22 -0
- package/dist/models/ListUsersOutputBody.js +29 -0
- package/dist/models/ListUsersOutputBody.js.map +1 -0
- package/dist/models/LocationOutputBody.d.ts +30 -0
- package/dist/models/LocationOutputBody.js +44 -0
- package/dist/models/LocationOutputBody.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/MessageBody.d.ts +20 -0
- package/dist/models/MessageBody.js +23 -0
- package/dist/models/MessageBody.js.map +1 -0
- package/dist/models/OIDCCallbackInputBody.d.ts +23 -0
- package/dist/models/OIDCCallbackInputBody.js +41 -0
- package/dist/models/OIDCCallbackInputBody.js.map +1 -0
- package/dist/models/ObjectSerializer.d.ts +70 -0
- package/dist/models/ObjectSerializer.js +224 -0
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/Organisation.d.ts +23 -0
- package/dist/models/Organisation.js +41 -0
- package/dist/models/Organisation.js.map +1 -0
- package/dist/models/OrganisationGroup.d.ts +25 -0
- package/dist/models/OrganisationGroup.js +53 -0
- package/dist/models/OrganisationGroup.js.map +1 -0
- package/dist/models/OrganisationIssuer.d.ts +27 -0
- package/dist/models/OrganisationIssuer.js +65 -0
- package/dist/models/OrganisationIssuer.js.map +1 -0
- package/dist/models/OrganisationOwner.d.ts +23 -0
- package/dist/models/OrganisationOwner.js +41 -0
- package/dist/models/OrganisationOwner.js.map +1 -0
- package/dist/models/PasswordResetInputBody.d.ts +20 -0
- package/dist/models/PasswordResetInputBody.js +23 -0
- package/dist/models/PasswordResetInputBody.js.map +1 -0
- package/dist/models/Permissions.d.ts +24 -0
- package/dist/models/Permissions.js +47 -0
- package/dist/models/Permissions.js.map +1 -0
- package/dist/models/RefreshBody.d.ts +20 -0
- package/dist/models/RefreshBody.js +23 -0
- package/dist/models/RefreshBody.js.map +1 -0
- package/dist/models/RegisterUserInputBody.d.ts +25 -0
- package/dist/models/RegisterUserInputBody.js +53 -0
- package/dist/models/RegisterUserInputBody.js.map +1 -0
- package/dist/models/RevokeBody.d.ts +20 -0
- package/dist/models/RevokeBody.js +23 -0
- package/dist/models/RevokeBody.js.map +1 -0
- package/dist/models/SSOProvider.d.ts +21 -0
- package/dist/models/SSOProvider.js +29 -0
- package/dist/models/SSOProvider.js.map +1 -0
- package/dist/models/SSOProvidersOutputBody.d.ts +21 -0
- package/dist/models/SSOProvidersOutputBody.js +23 -0
- package/dist/models/SSOProvidersOutputBody.js.map +1 -0
- 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/Team.d.ts +30 -0
- package/dist/models/Team.js +49 -0
- package/dist/models/Team.js.map +1 -0
- package/dist/models/TeamMember.d.ts +31 -0
- package/dist/models/TeamMember.js +55 -0
- package/dist/models/TeamMember.js.map +1 -0
- package/dist/models/TokenInputBody.d.ts +23 -0
- package/dist/models/TokenInputBody.js +41 -0
- package/dist/models/TokenInputBody.js.map +1 -0
- package/dist/models/TokenResponse.d.ts +23 -0
- package/dist/models/TokenResponse.js +41 -0
- package/dist/models/TokenResponse.js.map +1 -0
- package/dist/models/UpdateIssuerInputBody.d.ts +20 -0
- package/dist/models/UpdateIssuerInputBody.js +23 -0
- package/dist/models/UpdateIssuerInputBody.js.map +1 -0
- package/dist/models/UpdateOrganisationInputBody.d.ts +20 -0
- package/dist/models/UpdateOrganisationInputBody.js +23 -0
- package/dist/models/UpdateOrganisationInputBody.js.map +1 -0
- package/dist/models/UpdatePasswordInputBody.d.ts +21 -0
- package/dist/models/UpdatePasswordInputBody.js +29 -0
- package/dist/models/UpdatePasswordInputBody.js.map +1 -0
- package/dist/models/UpdateProfileInputBody.d.ts +24 -0
- package/dist/models/UpdateProfileInputBody.js +47 -0
- package/dist/models/UpdateProfileInputBody.js.map +1 -0
- package/dist/models/UpdateTeamInputBody.d.ts +20 -0
- package/dist/models/UpdateTeamInputBody.js +23 -0
- package/dist/models/UpdateTeamInputBody.js.map +1 -0
- package/dist/models/UpdateUserCreditsInputBody.d.ts +20 -0
- package/dist/models/UpdateUserCreditsInputBody.js +23 -0
- package/dist/models/UpdateUserCreditsInputBody.js.map +1 -0
- package/dist/models/UpdateUserInputBody.d.ts +40 -0
- package/dist/models/UpdateUserInputBody.js +75 -0
- package/dist/models/UpdateUserInputBody.js.map +1 -0
- package/dist/models/UpdateUserPasswordInputBody.d.ts +21 -0
- package/dist/models/UpdateUserPasswordInputBody.js +29 -0
- package/dist/models/UpdateUserPasswordInputBody.js.map +1 -0
- package/dist/models/User.d.ts +41 -0
- package/dist/models/User.js +70 -0
- package/dist/models/User.js.map +1 -0
- package/dist/models/UserCredits.d.ts +23 -0
- package/dist/models/UserCredits.js +41 -0
- package/dist/models/UserCredits.js.map +1 -0
- package/dist/models/UserIdentity.d.ts +25 -0
- package/dist/models/UserIdentity.js +53 -0
- package/dist/models/UserIdentity.js.map +1 -0
- package/dist/models/UserProfile.d.ts +24 -0
- package/dist/models/UserProfile.js +47 -0
- package/dist/models/UserProfile.js.map +1 -0
- package/dist/models/all.d.ts +70 -0
- package/dist/models/all.js +70 -0
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +111 -2
- package/dist/types/ObjectParamAPI.js +124 -10
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +58 -2
- package/dist/types/ObservableAPI.js +966 -480
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +56 -2
- package/dist/types/PromiseAPI.js +188 -10
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
18
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
19
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
20
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
21
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
22
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
23
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
27
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
28
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
29
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
30
|
+
function step(op) {
|
|
31
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
32
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
33
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
34
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
35
|
+
switch (op[0]) {
|
|
36
|
+
case 0: case 1: t = op; break;
|
|
37
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
38
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
39
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
40
|
+
default:
|
|
41
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
42
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
43
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
44
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
45
|
+
if (t[2]) _.ops.pop();
|
|
46
|
+
_.trys.pop(); continue;
|
|
47
|
+
}
|
|
48
|
+
op = body.call(thisArg, _);
|
|
49
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
50
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54
|
+
exports.IAMUsersApiResponseProcessor = exports.IAMUsersApiRequestFactory = void 0;
|
|
55
|
+
var baseapi_1 = require("./baseapi");
|
|
56
|
+
var http_1 = require("../http/http");
|
|
57
|
+
var ObjectSerializer_1 = require("../models/ObjectSerializer");
|
|
58
|
+
var exception_1 = require("./exception");
|
|
59
|
+
var util_1 = require("../util");
|
|
60
|
+
var IAMUsersApiRequestFactory = (function (_super) {
|
|
61
|
+
__extends(IAMUsersApiRequestFactory, _super);
|
|
62
|
+
function IAMUsersApiRequestFactory() {
|
|
63
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
64
|
+
}
|
|
65
|
+
IAMUsersApiRequestFactory.prototype.getMe = function (_options) {
|
|
66
|
+
var _a;
|
|
67
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
68
|
+
var _config, localVarPath, requestContext, authMethod, defaultAuth;
|
|
69
|
+
return __generator(this, function (_b) {
|
|
70
|
+
switch (_b.label) {
|
|
71
|
+
case 0:
|
|
72
|
+
_config = _options || this.configuration;
|
|
73
|
+
localVarPath = '/v2/iam/me';
|
|
74
|
+
requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
75
|
+
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
76
|
+
authMethod = _config.authMethods["APIKey"];
|
|
77
|
+
if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
|
|
78
|
+
return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
|
|
79
|
+
case 1:
|
|
80
|
+
_b.sent();
|
|
81
|
+
_b.label = 2;
|
|
82
|
+
case 2:
|
|
83
|
+
defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
|
|
84
|
+
if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
|
|
85
|
+
return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
|
|
86
|
+
case 3:
|
|
87
|
+
_b.sent();
|
|
88
|
+
_b.label = 4;
|
|
89
|
+
case 4: return [2, requestContext];
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
});
|
|
93
|
+
};
|
|
94
|
+
IAMUsersApiRequestFactory.prototype.getMyPermissions = function (_options) {
|
|
95
|
+
var _a;
|
|
96
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
97
|
+
var _config, localVarPath, requestContext, authMethod, defaultAuth;
|
|
98
|
+
return __generator(this, function (_b) {
|
|
99
|
+
switch (_b.label) {
|
|
100
|
+
case 0:
|
|
101
|
+
_config = _options || this.configuration;
|
|
102
|
+
localVarPath = '/v2/iam/me/permissions';
|
|
103
|
+
requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.GET);
|
|
104
|
+
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
105
|
+
authMethod = _config.authMethods["APIKey"];
|
|
106
|
+
if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
|
|
107
|
+
return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
|
|
108
|
+
case 1:
|
|
109
|
+
_b.sent();
|
|
110
|
+
_b.label = 2;
|
|
111
|
+
case 2:
|
|
112
|
+
defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
|
|
113
|
+
if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
|
|
114
|
+
return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
|
|
115
|
+
case 3:
|
|
116
|
+
_b.sent();
|
|
117
|
+
_b.label = 4;
|
|
118
|
+
case 4: return [2, requestContext];
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
});
|
|
122
|
+
};
|
|
123
|
+
return IAMUsersApiRequestFactory;
|
|
124
|
+
}(baseapi_1.BaseAPIRequestFactory));
|
|
125
|
+
exports.IAMUsersApiRequestFactory = IAMUsersApiRequestFactory;
|
|
126
|
+
var IAMUsersApiResponseProcessor = (function () {
|
|
127
|
+
function IAMUsersApiResponseProcessor() {
|
|
128
|
+
}
|
|
129
|
+
IAMUsersApiResponseProcessor.prototype.getMeWithHttpInfo = function (response) {
|
|
130
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
131
|
+
var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, _s, _t;
|
|
132
|
+
return __generator(this, function (_u) {
|
|
133
|
+
switch (_u.label) {
|
|
134
|
+
case 0:
|
|
135
|
+
contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
136
|
+
if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
|
|
137
|
+
_b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
138
|
+
_d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
|
|
139
|
+
return [4, response.body.text()];
|
|
140
|
+
case 1:
|
|
141
|
+
body = _b.apply(_a, [_d.apply(_c, [_u.sent(), contentType]),
|
|
142
|
+
"User", ""]);
|
|
143
|
+
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
144
|
+
case 2:
|
|
145
|
+
if (!(0, util_1.isCodeInRange)("404", response.httpStatusCode)) return [3, 4];
|
|
146
|
+
_f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
147
|
+
_h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
|
|
148
|
+
return [4, response.body.text()];
|
|
149
|
+
case 3:
|
|
150
|
+
body = _f.apply(_e, [_h.apply(_g, [_u.sent(), contentType]),
|
|
151
|
+
"APIError", ""]);
|
|
152
|
+
throw new exception_1.ApiException(response.httpStatusCode, "Not Found", body, response.headers);
|
|
153
|
+
case 4:
|
|
154
|
+
if (!(0, util_1.isCodeInRange)("500", response.httpStatusCode)) return [3, 6];
|
|
155
|
+
_k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
156
|
+
_m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
|
|
157
|
+
return [4, response.body.text()];
|
|
158
|
+
case 5:
|
|
159
|
+
body = _k.apply(_j, [_m.apply(_l, [_u.sent(), contentType]),
|
|
160
|
+
"APIError", ""]);
|
|
161
|
+
throw new exception_1.ApiException(response.httpStatusCode, "Internal Server Error", body, response.headers);
|
|
162
|
+
case 6:
|
|
163
|
+
if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 8];
|
|
164
|
+
_p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
165
|
+
_r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
|
|
166
|
+
return [4, response.body.text()];
|
|
167
|
+
case 7:
|
|
168
|
+
body = _p.apply(_o, [_r.apply(_q, [_u.sent(), contentType]),
|
|
169
|
+
"User", ""]);
|
|
170
|
+
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
171
|
+
case 8:
|
|
172
|
+
_s = exception_1.ApiException.bind;
|
|
173
|
+
_t = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
|
|
174
|
+
return [4, response.getBodyAsAny()];
|
|
175
|
+
case 9: throw new (_s.apply(exception_1.ApiException, _t.concat([_u.sent(), response.headers])))();
|
|
176
|
+
}
|
|
177
|
+
});
|
|
178
|
+
});
|
|
179
|
+
};
|
|
180
|
+
IAMUsersApiResponseProcessor.prototype.getMyPermissionsWithHttpInfo = function (response) {
|
|
181
|
+
return __awaiter(this, void 0, void 0, function () {
|
|
182
|
+
var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, _o, _p;
|
|
183
|
+
return __generator(this, function (_q) {
|
|
184
|
+
switch (_q.label) {
|
|
185
|
+
case 0:
|
|
186
|
+
contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
187
|
+
if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
|
|
188
|
+
_b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
189
|
+
_d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
|
|
190
|
+
return [4, response.body.text()];
|
|
191
|
+
case 1:
|
|
192
|
+
body = _b.apply(_a, [_d.apply(_c, [_q.sent(), contentType]),
|
|
193
|
+
"Permissions", ""]);
|
|
194
|
+
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
195
|
+
case 2:
|
|
196
|
+
if (!(0, util_1.isCodeInRange)("0", response.httpStatusCode)) return [3, 4];
|
|
197
|
+
_f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
198
|
+
_h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
|
|
199
|
+
return [4, response.body.text()];
|
|
200
|
+
case 3:
|
|
201
|
+
body = _f.apply(_e, [_h.apply(_g, [_q.sent(), contentType]),
|
|
202
|
+
"APIError", ""]);
|
|
203
|
+
throw new exception_1.ApiException(response.httpStatusCode, "Error", body, response.headers);
|
|
204
|
+
case 4:
|
|
205
|
+
if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 6];
|
|
206
|
+
_k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
207
|
+
_m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
|
|
208
|
+
return [4, response.body.text()];
|
|
209
|
+
case 5:
|
|
210
|
+
body = _k.apply(_j, [_m.apply(_l, [_q.sent(), contentType]),
|
|
211
|
+
"Permissions", ""]);
|
|
212
|
+
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
213
|
+
case 6:
|
|
214
|
+
_o = exception_1.ApiException.bind;
|
|
215
|
+
_p = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
|
|
216
|
+
return [4, response.getBodyAsAny()];
|
|
217
|
+
case 7: throw new (_o.apply(exception_1.ApiException, _p.concat([_q.sent(), response.headers])))();
|
|
218
|
+
}
|
|
219
|
+
});
|
|
220
|
+
});
|
|
221
|
+
};
|
|
222
|
+
return IAMUsersApiResponseProcessor;
|
|
223
|
+
}());
|
|
224
|
+
exports.IAMUsersApiResponseProcessor = IAMUsersApiResponseProcessor;
|
|
225
|
+
//# sourceMappingURL=IAMUsersApi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IAMUsersApi.js","sourceRoot":"","sources":["../../apis/IAMUsersApi.ts"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -8,4 +8,4 @@ export * from "./servers";
|
|
|
8
8
|
export { RequiredError } from "./apis/baseapi";
|
|
9
9
|
export type { PromiseMiddleware as Middleware, Middleware as ObservableMiddleware } from './middleware';
|
|
10
10
|
export { Observable } from './rxjsStub';
|
|
11
|
-
export { PromiseAgentApi as AgentApi, PromiseAnalysesBulkActionsApi as AnalysesBulkActionsApi, PromiseAnalysesCommentsApi as AnalysesCommentsApi, PromiseAnalysesCoreApi as AnalysesCoreApi, PromiseAnalysesResultsMetadataApi as AnalysesResultsMetadataApi, PromiseAnalysesXRefsApi as AnalysesXRefsApi, PromiseAuthenticationUsersApi as AuthenticationUsersApi, PromiseBinariesApi as BinariesApi, PromiseCollectionsApi as CollectionsApi, PromiseConfigApi as ConfigApi, PromiseConversationsApi as ConversationsApi, PromiseExternalSourcesApi as ExternalSourcesApi, PromiseFirmwareApi as FirmwareApi, PromiseFunctionsAIDecompilationApi as FunctionsAIDecompilationApi, PromiseFunctionsCoreApi as FunctionsCoreApi, PromiseFunctionsDataTypesApi as FunctionsDataTypesApi, PromiseFunctionsRenamingHistoryApi as FunctionsRenamingHistoryApi, PromiseModelsApi as ModelsApi, PromiseReportsApi as ReportsApi, PromiseSearchApi as SearchApi } from './types/PromiseAPI';
|
|
11
|
+
export { PromiseAgentApi as AgentApi, PromiseAnalysesBulkActionsApi as AnalysesBulkActionsApi, PromiseAnalysesCommentsApi as AnalysesCommentsApi, PromiseAnalysesCoreApi as AnalysesCoreApi, PromiseAnalysesResultsMetadataApi as AnalysesResultsMetadataApi, PromiseAnalysesXRefsApi as AnalysesXRefsApi, PromiseAuthenticationUsersApi as AuthenticationUsersApi, PromiseBinariesApi as BinariesApi, PromiseCollectionsApi as CollectionsApi, PromiseConfigApi as ConfigApi, PromiseConversationsApi as ConversationsApi, PromiseExternalSourcesApi as ExternalSourcesApi, PromiseFirmwareApi as FirmwareApi, PromiseFunctionsAIDecompilationApi as FunctionsAIDecompilationApi, PromiseFunctionsCoreApi as FunctionsCoreApi, PromiseFunctionsDataTypesApi as FunctionsDataTypesApi, PromiseFunctionsRenamingHistoryApi as FunctionsRenamingHistoryApi, PromiseIAMUsersApi as IAMUsersApi, PromiseModelsApi as ModelsApi, PromiseReportsApi as ReportsApi, PromiseSearchApi as SearchApi } from './types/PromiseAPI';
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.SearchApi = exports.ReportsApi = exports.ModelsApi = exports.FunctionsRenamingHistoryApi = exports.FunctionsDataTypesApi = exports.FunctionsCoreApi = exports.FunctionsAIDecompilationApi = exports.FirmwareApi = exports.ExternalSourcesApi = exports.ConversationsApi = exports.ConfigApi = exports.CollectionsApi = exports.BinariesApi = exports.AuthenticationUsersApi = exports.AnalysesXRefsApi = exports.AnalysesResultsMetadataApi = exports.AnalysesCoreApi = exports.AnalysesCommentsApi = exports.AnalysesBulkActionsApi = exports.AgentApi = exports.Observable = exports.RequiredError = exports.createConfiguration = void 0;
|
|
17
|
+
exports.SearchApi = exports.ReportsApi = exports.ModelsApi = exports.IAMUsersApi = exports.FunctionsRenamingHistoryApi = exports.FunctionsDataTypesApi = exports.FunctionsCoreApi = exports.FunctionsAIDecompilationApi = exports.FirmwareApi = exports.ExternalSourcesApi = exports.ConversationsApi = exports.ConfigApi = exports.CollectionsApi = exports.BinariesApi = exports.AuthenticationUsersApi = exports.AnalysesXRefsApi = exports.AnalysesResultsMetadataApi = exports.AnalysesCoreApi = exports.AnalysesCommentsApi = exports.AnalysesBulkActionsApi = exports.AgentApi = exports.Observable = exports.RequiredError = exports.createConfiguration = void 0;
|
|
18
18
|
__exportStar(require("./http/http"), exports);
|
|
19
19
|
__exportStar(require("./auth/auth"), exports);
|
|
20
20
|
__exportStar(require("./models/all"), exports);
|
|
@@ -44,6 +44,7 @@ Object.defineProperty(exports, "FunctionsAIDecompilationApi", { enumerable: true
|
|
|
44
44
|
Object.defineProperty(exports, "FunctionsCoreApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseFunctionsCoreApi; } });
|
|
45
45
|
Object.defineProperty(exports, "FunctionsDataTypesApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseFunctionsDataTypesApi; } });
|
|
46
46
|
Object.defineProperty(exports, "FunctionsRenamingHistoryApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseFunctionsRenamingHistoryApi; } });
|
|
47
|
+
Object.defineProperty(exports, "IAMUsersApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseIAMUsersApi; } });
|
|
47
48
|
Object.defineProperty(exports, "ModelsApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseModelsApi; } });
|
|
48
49
|
Object.defineProperty(exports, "ReportsApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseReportsApi; } });
|
|
49
50
|
Object.defineProperty(exports, "SearchApi", { enumerable: true, get: function () { return PromiseAPI_1.PromiseSearchApi; } });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,uCAAwC;AAA/B,sGAAA,UAAU,OAAA;AACnB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,8CAA4B;AAC5B,+CAA6B;AAC7B,iDAAqD;AAA5C,oHAAA,mBAAmB,OAAA;AAE5B,mDAAiC;AACjC,4CAA0B;AAC1B,0CAA+C;AAAtC,wGAAA,aAAa,OAAA;AAGtB,uCAAwC;AAA/B,sGAAA,UAAU,OAAA;AACnB,iDAA2+B;AAAl+B,sGAAA,eAAe,OAAY;AAAG,oHAAA,6BAA6B,OAA0B;AAAG,iHAAA,0BAA0B,OAAuB;AAAG,6GAAA,sBAAsB,OAAmB;AAAG,wHAAA,iCAAiC,OAA8B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,oHAAA,6BAA6B,OAA0B;AAAG,yGAAA,kBAAkB,OAAe;AAAG,4GAAA,qBAAqB,OAAkB;AAAG,uGAAA,gBAAgB,OAAa;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,gHAAA,yBAAyB,OAAsB;AAAG,yGAAA,kBAAkB,OAAe;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,8GAAA,uBAAuB,OAAoB;AAAG,mHAAA,4BAA4B,OAAyB;AAAG,yHAAA,kCAAkC,OAA+B;AAAG,yGAAA,kBAAkB,OAAe;AAAG,uGAAA,gBAAgB,OAAa;AAAG,wGAAA,iBAAiB,OAAc;AAAG,uGAAA,gBAAgB,OAAa"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class AddIssuerDomainInputBody {
|
|
2
|
+
'domain': string;
|
|
3
|
+
static readonly discriminator: string | undefined;
|
|
4
|
+
static readonly mapping: {
|
|
5
|
+
[index: string]: string;
|
|
6
|
+
} | undefined;
|
|
7
|
+
static readonly attributeTypeMap: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
baseName: string;
|
|
10
|
+
type: string;
|
|
11
|
+
format: string;
|
|
12
|
+
}>;
|
|
13
|
+
static getAttributeTypeMap(): {
|
|
14
|
+
name: string;
|
|
15
|
+
baseName: string;
|
|
16
|
+
type: string;
|
|
17
|
+
format: string;
|
|
18
|
+
}[];
|
|
19
|
+
constructor();
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddIssuerDomainInputBody = void 0;
|
|
4
|
+
var AddIssuerDomainInputBody = (function () {
|
|
5
|
+
function AddIssuerDomainInputBody() {
|
|
6
|
+
}
|
|
7
|
+
AddIssuerDomainInputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return AddIssuerDomainInputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
AddIssuerDomainInputBody.discriminator = undefined;
|
|
11
|
+
AddIssuerDomainInputBody.mapping = undefined;
|
|
12
|
+
AddIssuerDomainInputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "domain",
|
|
15
|
+
"baseName": "domain",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"format": ""
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
return AddIssuerDomainInputBody;
|
|
21
|
+
}());
|
|
22
|
+
exports.AddIssuerDomainInputBody = AddIssuerDomainInputBody;
|
|
23
|
+
//# sourceMappingURL=AddIssuerDomainInputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddIssuerDomainInputBody.js","sourceRoot":"","sources":["../../models/AddIssuerDomainInputBody.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,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,+BAAC;CAAA,AAxBD,IAwBC;AAxBY,4DAAwB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class AddOwnerInputBody {
|
|
2
|
+
'userId': number;
|
|
3
|
+
static readonly discriminator: string | undefined;
|
|
4
|
+
static readonly mapping: {
|
|
5
|
+
[index: string]: string;
|
|
6
|
+
} | undefined;
|
|
7
|
+
static readonly attributeTypeMap: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
baseName: string;
|
|
10
|
+
type: string;
|
|
11
|
+
format: string;
|
|
12
|
+
}>;
|
|
13
|
+
static getAttributeTypeMap(): {
|
|
14
|
+
name: string;
|
|
15
|
+
baseName: string;
|
|
16
|
+
type: string;
|
|
17
|
+
format: string;
|
|
18
|
+
}[];
|
|
19
|
+
constructor();
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddOwnerInputBody = void 0;
|
|
4
|
+
var AddOwnerInputBody = (function () {
|
|
5
|
+
function AddOwnerInputBody() {
|
|
6
|
+
}
|
|
7
|
+
AddOwnerInputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return AddOwnerInputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
AddOwnerInputBody.discriminator = undefined;
|
|
11
|
+
AddOwnerInputBody.mapping = undefined;
|
|
12
|
+
AddOwnerInputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "userId",
|
|
15
|
+
"baseName": "user_id",
|
|
16
|
+
"type": "number",
|
|
17
|
+
"format": "int64"
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
return AddOwnerInputBody;
|
|
21
|
+
}());
|
|
22
|
+
exports.AddOwnerInputBody = AddOwnerInputBody;
|
|
23
|
+
//# sourceMappingURL=AddOwnerInputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddOwnerInputBody.js","sourceRoot":"","sources":["../../models/AddOwnerInputBody.ts"],"names":[],"mappings":";;;AAaA;IAsBI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAde,+BAAa,GAAuB,SAAS,CAAC;IAE9C,yBAAO,GAA0C,SAAS,CAAC;IAE3D,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,wBAAC;CAAA,AAxBD,IAwBC;AAxBY,8CAAiB"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export declare class AddTeamMemberInputBody {
|
|
2
|
+
'userId': number;
|
|
3
|
+
static readonly discriminator: string | undefined;
|
|
4
|
+
static readonly mapping: {
|
|
5
|
+
[index: string]: string;
|
|
6
|
+
} | undefined;
|
|
7
|
+
static readonly attributeTypeMap: Array<{
|
|
8
|
+
name: string;
|
|
9
|
+
baseName: string;
|
|
10
|
+
type: string;
|
|
11
|
+
format: string;
|
|
12
|
+
}>;
|
|
13
|
+
static getAttributeTypeMap(): {
|
|
14
|
+
name: string;
|
|
15
|
+
baseName: string;
|
|
16
|
+
type: string;
|
|
17
|
+
format: string;
|
|
18
|
+
}[];
|
|
19
|
+
constructor();
|
|
20
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AddTeamMemberInputBody = void 0;
|
|
4
|
+
var AddTeamMemberInputBody = (function () {
|
|
5
|
+
function AddTeamMemberInputBody() {
|
|
6
|
+
}
|
|
7
|
+
AddTeamMemberInputBody.getAttributeTypeMap = function () {
|
|
8
|
+
return AddTeamMemberInputBody.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
AddTeamMemberInputBody.discriminator = undefined;
|
|
11
|
+
AddTeamMemberInputBody.mapping = undefined;
|
|
12
|
+
AddTeamMemberInputBody.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "userId",
|
|
15
|
+
"baseName": "user_id",
|
|
16
|
+
"type": "number",
|
|
17
|
+
"format": "int64"
|
|
18
|
+
}
|
|
19
|
+
];
|
|
20
|
+
return AddTeamMemberInputBody;
|
|
21
|
+
}());
|
|
22
|
+
exports.AddTeamMemberInputBody = AddTeamMemberInputBody;
|
|
23
|
+
//# sourceMappingURL=AddTeamMemberInputBody.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AddTeamMemberInputBody.js","sourceRoot":"","sources":["../../models/AddTeamMemberInputBody.ts"],"names":[],"mappings":";;;AAaA;IAsBI;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,QAAQ;YAChB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;KAAK,CAAC;IAQf,6BAAC;CAAA,AAxBD,IAwBC;AAxBY,wDAAsB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare class AnalysisFunctionEntry {
|
|
2
|
+
'binaryId': number;
|
|
3
|
+
'debug': boolean;
|
|
4
|
+
'functionId': number;
|
|
5
|
+
'functionName': string;
|
|
6
|
+
'functionSize': number;
|
|
7
|
+
'functionVaddr': number;
|
|
8
|
+
'mangledName'?: string | null;
|
|
9
|
+
'sourceBinaryId'?: number;
|
|
10
|
+
'sourceType': string;
|
|
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.AnalysisFunctionEntry = void 0;
|
|
4
|
+
var AnalysisFunctionEntry = (function () {
|
|
5
|
+
function AnalysisFunctionEntry() {
|
|
6
|
+
}
|
|
7
|
+
AnalysisFunctionEntry.getAttributeTypeMap = function () {
|
|
8
|
+
return AnalysisFunctionEntry.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
AnalysisFunctionEntry.discriminator = undefined;
|
|
11
|
+
AnalysisFunctionEntry.mapping = undefined;
|
|
12
|
+
AnalysisFunctionEntry.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "binaryId",
|
|
15
|
+
"baseName": "binary_id",
|
|
16
|
+
"type": "number",
|
|
17
|
+
"format": "int64"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "debug",
|
|
21
|
+
"baseName": "debug",
|
|
22
|
+
"type": "boolean",
|
|
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": "functionSize",
|
|
39
|
+
"baseName": "function_size",
|
|
40
|
+
"type": "number",
|
|
41
|
+
"format": "int64"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "functionVaddr",
|
|
45
|
+
"baseName": "function_vaddr",
|
|
46
|
+
"type": "number",
|
|
47
|
+
"format": "int64"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "mangledName",
|
|
51
|
+
"baseName": "mangled_name",
|
|
52
|
+
"type": "string",
|
|
53
|
+
"format": ""
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "sourceBinaryId",
|
|
57
|
+
"baseName": "source_binary_id",
|
|
58
|
+
"type": "number",
|
|
59
|
+
"format": "int64"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "sourceType",
|
|
63
|
+
"baseName": "source_type",
|
|
64
|
+
"type": "string",
|
|
65
|
+
"format": ""
|
|
66
|
+
}
|
|
67
|
+
];
|
|
68
|
+
return AnalysisFunctionEntry;
|
|
69
|
+
}());
|
|
70
|
+
exports.AnalysisFunctionEntry = AnalysisFunctionEntry;
|
|
71
|
+
//# sourceMappingURL=AnalysisFunctionEntry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnalysisFunctionEntry.js","sourceRoot":"","sources":["../../models/AnalysisFunctionEntry.ts"],"names":[],"mappings":";;;AAaA;IA2EI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IA9De,mCAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAO,GAA0C,SAAS,CAAC;IAE3D,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;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,gBAAgB;YACxB,UAAU,EAAE,kBAAkB;YAC9B,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;KAAK,CAAC;IAQf,4BAAC;CAAA,AA7ED,IA6EC;AA7EY,sDAAqB"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare class BatchBinaryMatchResult {
|
|
2
|
+
'binaryId': number;
|
|
3
|
+
'errorMessage'?: string;
|
|
4
|
+
'matchedFunctionCount': number;
|
|
5
|
+
'status': BatchBinaryMatchResultStatusEnum;
|
|
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
|
+
}
|
|
24
|
+
export declare enum BatchBinaryMatchResultStatusEnum {
|
|
25
|
+
Uninitialised = "UNINITIALISED",
|
|
26
|
+
Pending = "PENDING",
|
|
27
|
+
Running = "RUNNING",
|
|
28
|
+
Completed = "COMPLETED",
|
|
29
|
+
Failed = "FAILED",
|
|
30
|
+
UnknownDefaultOpenApi = "11184809"
|
|
31
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchBinaryMatchResultStatusEnum = exports.BatchBinaryMatchResult = void 0;
|
|
4
|
+
var BatchBinaryMatchResult = (function () {
|
|
5
|
+
function BatchBinaryMatchResult() {
|
|
6
|
+
}
|
|
7
|
+
BatchBinaryMatchResult.getAttributeTypeMap = function () {
|
|
8
|
+
return BatchBinaryMatchResult.attributeTypeMap;
|
|
9
|
+
};
|
|
10
|
+
BatchBinaryMatchResult.discriminator = undefined;
|
|
11
|
+
BatchBinaryMatchResult.mapping = undefined;
|
|
12
|
+
BatchBinaryMatchResult.attributeTypeMap = [
|
|
13
|
+
{
|
|
14
|
+
"name": "binaryId",
|
|
15
|
+
"baseName": "binary_id",
|
|
16
|
+
"type": "number",
|
|
17
|
+
"format": "int64"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "errorMessage",
|
|
21
|
+
"baseName": "error_message",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"format": ""
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "matchedFunctionCount",
|
|
27
|
+
"baseName": "matched_function_count",
|
|
28
|
+
"type": "number",
|
|
29
|
+
"format": "int64"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "status",
|
|
33
|
+
"baseName": "status",
|
|
34
|
+
"type": "BatchBinaryMatchResultStatusEnum",
|
|
35
|
+
"format": ""
|
|
36
|
+
}
|
|
37
|
+
];
|
|
38
|
+
return BatchBinaryMatchResult;
|
|
39
|
+
}());
|
|
40
|
+
exports.BatchBinaryMatchResult = BatchBinaryMatchResult;
|
|
41
|
+
var BatchBinaryMatchResultStatusEnum;
|
|
42
|
+
(function (BatchBinaryMatchResultStatusEnum) {
|
|
43
|
+
BatchBinaryMatchResultStatusEnum["Uninitialised"] = "UNINITIALISED";
|
|
44
|
+
BatchBinaryMatchResultStatusEnum["Pending"] = "PENDING";
|
|
45
|
+
BatchBinaryMatchResultStatusEnum["Running"] = "RUNNING";
|
|
46
|
+
BatchBinaryMatchResultStatusEnum["Completed"] = "COMPLETED";
|
|
47
|
+
BatchBinaryMatchResultStatusEnum["Failed"] = "FAILED";
|
|
48
|
+
BatchBinaryMatchResultStatusEnum["UnknownDefaultOpenApi"] = "11184809";
|
|
49
|
+
})(BatchBinaryMatchResultStatusEnum = exports.BatchBinaryMatchResultStatusEnum || (exports.BatchBinaryMatchResultStatusEnum = {}));
|
|
50
|
+
//# sourceMappingURL=BatchBinaryMatchResult.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchBinaryMatchResult.js","sourceRoot":"","sources":["../../models/BatchBinaryMatchResult.ts"],"names":[],"mappings":";;;AAaA;IAoDI;IACA,CAAC;IALM,0CAAmB,GAA1B;QACI,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;IAhCe,oCAAa,GAAuB,SAAS,CAAC;IAE9C,8BAAO,GAA0C,SAAS,CAAC;IAE3D,uCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,UAAU;YAClB,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,sBAAsB;YAC9B,UAAU,EAAE,wBAAwB;YACpC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,OAAO;SACpB;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,kCAAkC;YAC1C,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,6BAAC;CAAA,AAtDD,IAsDC;AAtDY,wDAAsB;AAwDnC,IAAY,gCAOX;AAPD,WAAY,gCAAgC;IACxC,mEAA+B,CAAA;IAC/B,uDAAmB,CAAA;IACnB,uDAAmB,CAAA;IACnB,2DAAuB,CAAA;IACvB,qDAAiB,CAAA;IACjB,sEAAkC,CAAA;AACtC,CAAC,EAPW,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAO3C"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { BatchBinaryMatchResult } from '../models/BatchBinaryMatchResult';
|
|
2
|
+
export declare class BatchMatchingOutputBody {
|
|
3
|
+
'perBinary': Array<BatchBinaryMatchResult> | null;
|
|
4
|
+
'status': BatchMatchingOutputBodyStatusEnum;
|
|
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 BatchMatchingOutputBodyStatusEnum {
|
|
24
|
+
Uninitialised = "UNINITIALISED",
|
|
25
|
+
Pending = "PENDING",
|
|
26
|
+
Running = "RUNNING",
|
|
27
|
+
Completed = "COMPLETED",
|
|
28
|
+
Failed = "FAILED",
|
|
29
|
+
UnknownDefaultOpenApi = "11184809"
|
|
30
|
+
}
|