@revengai/sdk 2.32.0 → 2.35.1
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 +1 -14
- package/dist/apis/AnalysesCoreApi.d.ts +0 -4
- package/dist/apis/AnalysesCoreApi.js +0 -84
- package/dist/apis/AnalysesCoreApi.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/models/AnalysisTags.d.ts +2 -3
- package/dist/models/AnalysisTags.js +1 -7
- package/dist/models/AnalysisTags.js.map +1 -1
- package/dist/models/ObjectSerializer.d.ts +1 -12
- package/dist/models/ObjectSerializer.js +3 -35
- package/dist/models/ObjectSerializer.js.map +1 -1
- package/dist/models/{AppApiRestV2AnalysesResponsesTagItem.d.ts → TagItem.d.ts} +1 -1
- package/dist/models/TagItem.js +35 -0
- package/dist/models/TagItem.js.map +1 -0
- package/dist/models/all.d.ts +1 -12
- package/dist/models/all.js +1 -12
- package/dist/models/all.js.map +1 -1
- package/dist/types/ObjectParamAPI.d.ts +0 -21
- package/dist/types/ObjectParamAPI.js +20 -40
- package/dist/types/ObjectParamAPI.js.map +1 -1
- package/dist/types/ObservableAPI.d.ts +0 -15
- package/dist/types/ObservableAPI.js +367 -433
- package/dist/types/ObservableAPI.js.map +1 -1
- package/dist/types/PromiseAPI.d.ts +0 -13
- package/dist/types/PromiseAPI.js +20 -48
- package/dist/types/PromiseAPI.js.map +1 -1
- package/package.json +1 -1
- package/dist/apis/ConfidenceApi.d.ts +0 -11
- package/dist/apis/ConfidenceApi.js +0 -158
- package/dist/apis/ConfidenceApi.js.map +0 -1
- package/dist/models/AppApiRestV2AnalysesResponsesTagItem.js +0 -35
- package/dist/models/AppApiRestV2AnalysesResponsesTagItem.js.map +0 -1
- package/dist/models/AppServicesBinaryAnnSchemaTagItem.d.ts +0 -21
- package/dist/models/AppServicesBinaryAnnSchemaTagItem.js +0 -29
- package/dist/models/AppServicesBinaryAnnSchemaTagItem.js.map +0 -1
- package/dist/models/BaseResponseBinaryAnnListResponse.d.ts +0 -27
- package/dist/models/BaseResponseBinaryAnnListResponse.js +0 -47
- package/dist/models/BaseResponseBinaryAnnListResponse.js.map +0 -1
- package/dist/models/BaseResponseListTagOriginBoxPlotConfidence.d.ts +0 -27
- package/dist/models/BaseResponseListTagOriginBoxPlotConfidence.js +0 -47
- package/dist/models/BaseResponseListTagOriginBoxPlotConfidence.js.map +0 -1
- package/dist/models/BinaryAnnForm.d.ts +0 -23
- package/dist/models/BinaryAnnForm.js +0 -41
- package/dist/models/BinaryAnnForm.js.map +0 -1
- package/dist/models/BinaryAnnListResponse.d.ts +0 -21
- package/dist/models/BinaryAnnListResponse.js +0 -23
- package/dist/models/BinaryAnnListResponse.js.map +0 -1
- package/dist/models/BoxPlotConfidence.d.ts +0 -26
- package/dist/models/BoxPlotConfidence.js +0 -59
- package/dist/models/BoxPlotConfidence.js.map +0 -1
- package/dist/models/ExportedBinaryAnnResult.d.ts +0 -29
- package/dist/models/ExportedBinaryAnnResult.js +0 -71
- package/dist/models/ExportedBinaryAnnResult.js.map +0 -1
- package/dist/models/Origin.d.ts +0 -10
- package/dist/models/Origin.js +0 -15
- package/dist/models/Origin.js.map +0 -1
- package/dist/models/TagConfidenceBody.d.ts +0 -21
- package/dist/models/TagConfidenceBody.js +0 -23
- package/dist/models/TagConfidenceBody.js.map +0 -1
- package/dist/models/TagOriginBoxPlotConfidence.d.ts +0 -23
- package/dist/models/TagOriginBoxPlotConfidence.js +0 -29
- package/dist/models/TagOriginBoxPlotConfidence.js.map +0 -1
- package/dist/models/Tags.d.ts +0 -22
- package/dist/models/Tags.js +0 -29
- package/dist/models/Tags.js.map +0 -1
|
@@ -1,158 +0,0 @@
|
|
|
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.ConfidenceApiResponseProcessor = exports.ConfidenceApiRequestFactory = 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 ConfidenceApiRequestFactory = (function (_super) {
|
|
61
|
-
__extends(ConfidenceApiRequestFactory, _super);
|
|
62
|
-
function ConfidenceApiRequestFactory() {
|
|
63
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
64
|
-
}
|
|
65
|
-
ConfidenceApiRequestFactory.prototype.getAnalysisTagScore = function (analysisId, tagConfidenceBody, _options) {
|
|
66
|
-
var _a;
|
|
67
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
68
|
-
var _config, localVarPath, requestContext, contentType, serializedBody, authMethod, defaultAuth;
|
|
69
|
-
return __generator(this, function (_b) {
|
|
70
|
-
switch (_b.label) {
|
|
71
|
-
case 0:
|
|
72
|
-
_config = _options || this.configuration;
|
|
73
|
-
if (analysisId === null || analysisId === undefined) {
|
|
74
|
-
throw new baseapi_1.RequiredError("ConfidenceApi", "getAnalysisTagScore", "analysisId");
|
|
75
|
-
}
|
|
76
|
-
if (tagConfidenceBody === null || tagConfidenceBody === undefined) {
|
|
77
|
-
throw new baseapi_1.RequiredError("ConfidenceApi", "getAnalysisTagScore", "tagConfidenceBody");
|
|
78
|
-
}
|
|
79
|
-
localVarPath = '/v2/confidence/analysis/{analysis_id}/tag_score'
|
|
80
|
-
.replace('{' + 'analysis_id' + '}', encodeURIComponent(String(analysisId)));
|
|
81
|
-
requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.POST);
|
|
82
|
-
requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
|
|
83
|
-
contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
|
|
84
|
-
"application/json"
|
|
85
|
-
]);
|
|
86
|
-
requestContext.setHeaderParam("Content-Type", contentType);
|
|
87
|
-
serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(tagConfidenceBody, "TagConfidenceBody", ""), contentType);
|
|
88
|
-
requestContext.setBody(serializedBody);
|
|
89
|
-
authMethod = _config.authMethods["APIKey"];
|
|
90
|
-
if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
|
|
91
|
-
return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
|
|
92
|
-
case 1:
|
|
93
|
-
_b.sent();
|
|
94
|
-
_b.label = 2;
|
|
95
|
-
case 2:
|
|
96
|
-
defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
|
|
97
|
-
if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
|
|
98
|
-
return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
|
|
99
|
-
case 3:
|
|
100
|
-
_b.sent();
|
|
101
|
-
_b.label = 4;
|
|
102
|
-
case 4: return [2, requestContext];
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
});
|
|
106
|
-
};
|
|
107
|
-
return ConfidenceApiRequestFactory;
|
|
108
|
-
}(baseapi_1.BaseAPIRequestFactory));
|
|
109
|
-
exports.ConfidenceApiRequestFactory = ConfidenceApiRequestFactory;
|
|
110
|
-
var ConfidenceApiResponseProcessor = (function () {
|
|
111
|
-
function ConfidenceApiResponseProcessor() {
|
|
112
|
-
}
|
|
113
|
-
ConfidenceApiResponseProcessor.prototype.getAnalysisTagScoreWithHttpInfo = function (response) {
|
|
114
|
-
return __awaiter(this, void 0, void 0, function () {
|
|
115
|
-
var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, _o, _p;
|
|
116
|
-
return __generator(this, function (_q) {
|
|
117
|
-
switch (_q.label) {
|
|
118
|
-
case 0:
|
|
119
|
-
contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
|
|
120
|
-
if (!(0, util_1.isCodeInRange)("200", response.httpStatusCode)) return [3, 2];
|
|
121
|
-
_b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
122
|
-
_d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
|
|
123
|
-
return [4, response.body.text()];
|
|
124
|
-
case 1:
|
|
125
|
-
body = _b.apply(_a, [_d.apply(_c, [_q.sent(), contentType]),
|
|
126
|
-
"BaseResponseListTagOriginBoxPlotConfidence", ""]);
|
|
127
|
-
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
128
|
-
case 2:
|
|
129
|
-
if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 4];
|
|
130
|
-
_f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
131
|
-
_h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
|
|
132
|
-
return [4, response.body.text()];
|
|
133
|
-
case 3:
|
|
134
|
-
body = _f.apply(_e, [_h.apply(_g, [_q.sent(), contentType]),
|
|
135
|
-
"BaseResponse", ""]);
|
|
136
|
-
throw new exception_1.ApiException(response.httpStatusCode, "Invalid request parameters", body, response.headers);
|
|
137
|
-
case 4:
|
|
138
|
-
if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 6];
|
|
139
|
-
_k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
|
|
140
|
-
_m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
|
|
141
|
-
return [4, response.body.text()];
|
|
142
|
-
case 5:
|
|
143
|
-
body = _k.apply(_j, [_m.apply(_l, [_q.sent(), contentType]),
|
|
144
|
-
"BaseResponseListTagOriginBoxPlotConfidence", ""]);
|
|
145
|
-
return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
|
|
146
|
-
case 6:
|
|
147
|
-
_o = exception_1.ApiException.bind;
|
|
148
|
-
_p = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
|
|
149
|
-
return [4, response.getBodyAsAny()];
|
|
150
|
-
case 7: throw new (_o.apply(exception_1.ApiException, _p.concat([_q.sent(), response.headers])))();
|
|
151
|
-
}
|
|
152
|
-
});
|
|
153
|
-
});
|
|
154
|
-
};
|
|
155
|
-
return ConfidenceApiResponseProcessor;
|
|
156
|
-
}());
|
|
157
|
-
exports.ConfidenceApiResponseProcessor = ConfidenceApiResponseProcessor;
|
|
158
|
-
//# sourceMappingURL=ConfidenceApi.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ConfidenceApi.js","sourceRoot":"","sources":["../../apis/ConfidenceApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppApiRestV2AnalysesResponsesTagItem = void 0;
|
|
4
|
-
var AppApiRestV2AnalysesResponsesTagItem = (function () {
|
|
5
|
-
function AppApiRestV2AnalysesResponsesTagItem() {
|
|
6
|
-
}
|
|
7
|
-
AppApiRestV2AnalysesResponsesTagItem.getAttributeTypeMap = function () {
|
|
8
|
-
return AppApiRestV2AnalysesResponsesTagItem.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
AppApiRestV2AnalysesResponsesTagItem.discriminator = undefined;
|
|
11
|
-
AppApiRestV2AnalysesResponsesTagItem.mapping = undefined;
|
|
12
|
-
AppApiRestV2AnalysesResponsesTagItem.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "name",
|
|
15
|
-
"baseName": "name",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "origin",
|
|
21
|
-
"baseName": "origin",
|
|
22
|
-
"type": "string",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "collectionId",
|
|
27
|
-
"baseName": "collection_id",
|
|
28
|
-
"type": "number",
|
|
29
|
-
"format": ""
|
|
30
|
-
}
|
|
31
|
-
];
|
|
32
|
-
return AppApiRestV2AnalysesResponsesTagItem;
|
|
33
|
-
}());
|
|
34
|
-
exports.AppApiRestV2AnalysesResponsesTagItem = AppApiRestV2AnalysesResponsesTagItem;
|
|
35
|
-
//# sourceMappingURL=AppApiRestV2AnalysesResponsesTagItem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppApiRestV2AnalysesResponsesTagItem.js","sourceRoot":"","sources":["../../models/AppApiRestV2AnalysesResponsesTagItem.ts"],"names":[],"mappings":";;;AAaA;IAiCI;IACA,CAAC;IALM,wDAAmB,GAA1B;QACI,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;IA1Be,kDAAa,GAAuB,SAAS,CAAC;IAE9C,4CAAO,GAA0C,SAAS,CAAC;IAE3D,qDAAgB,GAA0E;QACtG;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,EAAE;SACf;QACD;YACI,MAAM,EAAE,cAAc;YACtB,UAAU,EAAE,eAAe;YAC3B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,2CAAC;CAAA,AAnCD,IAmCC;AAnCY,oFAAoC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare class AppServicesBinaryAnnSchemaTagItem {
|
|
2
|
-
'tag'?: string | null;
|
|
3
|
-
'origin'?: string | 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
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AppServicesBinaryAnnSchemaTagItem = void 0;
|
|
4
|
-
var AppServicesBinaryAnnSchemaTagItem = (function () {
|
|
5
|
-
function AppServicesBinaryAnnSchemaTagItem() {
|
|
6
|
-
}
|
|
7
|
-
AppServicesBinaryAnnSchemaTagItem.getAttributeTypeMap = function () {
|
|
8
|
-
return AppServicesBinaryAnnSchemaTagItem.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
AppServicesBinaryAnnSchemaTagItem.discriminator = undefined;
|
|
11
|
-
AppServicesBinaryAnnSchemaTagItem.mapping = undefined;
|
|
12
|
-
AppServicesBinaryAnnSchemaTagItem.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "tag",
|
|
15
|
-
"baseName": "tag",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "origin",
|
|
21
|
-
"baseName": "origin",
|
|
22
|
-
"type": "string",
|
|
23
|
-
"format": ""
|
|
24
|
-
}
|
|
25
|
-
];
|
|
26
|
-
return AppServicesBinaryAnnSchemaTagItem;
|
|
27
|
-
}());
|
|
28
|
-
exports.AppServicesBinaryAnnSchemaTagItem = AppServicesBinaryAnnSchemaTagItem;
|
|
29
|
-
//# sourceMappingURL=AppServicesBinaryAnnSchemaTagItem.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AppServicesBinaryAnnSchemaTagItem.js","sourceRoot":"","sources":["../../models/AppServicesBinaryAnnSchemaTagItem.ts"],"names":[],"mappings":";;;AAaA;IA0BI;IACA,CAAC;IALM,qDAAmB,GAA1B;QACI,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;IApBe,+CAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAO,GAA0C,SAAS,CAAC;IAE3D,kDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wCAAC;CAAA,AA5BD,IA4BC;AA5BY,8EAAiC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { BinaryAnnListResponse } from '../models/BinaryAnnListResponse';
|
|
2
|
-
import { ErrorModel } from '../models/ErrorModel';
|
|
3
|
-
import { MetaModel } from '../models/MetaModel';
|
|
4
|
-
export declare class BaseResponseBinaryAnnListResponse {
|
|
5
|
-
'status'?: boolean;
|
|
6
|
-
'data'?: BinaryAnnListResponse | null;
|
|
7
|
-
'message'?: string | null;
|
|
8
|
-
'errors'?: Array<ErrorModel> | null;
|
|
9
|
-
'meta'?: MetaModel;
|
|
10
|
-
static readonly discriminator: string | undefined;
|
|
11
|
-
static readonly mapping: {
|
|
12
|
-
[index: string]: string;
|
|
13
|
-
} | undefined;
|
|
14
|
-
static readonly attributeTypeMap: Array<{
|
|
15
|
-
name: string;
|
|
16
|
-
baseName: string;
|
|
17
|
-
type: string;
|
|
18
|
-
format: string;
|
|
19
|
-
}>;
|
|
20
|
-
static getAttributeTypeMap(): {
|
|
21
|
-
name: string;
|
|
22
|
-
baseName: string;
|
|
23
|
-
type: string;
|
|
24
|
-
format: string;
|
|
25
|
-
}[];
|
|
26
|
-
constructor();
|
|
27
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseResponseBinaryAnnListResponse = void 0;
|
|
4
|
-
var BaseResponseBinaryAnnListResponse = (function () {
|
|
5
|
-
function BaseResponseBinaryAnnListResponse() {
|
|
6
|
-
}
|
|
7
|
-
BaseResponseBinaryAnnListResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return BaseResponseBinaryAnnListResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
BaseResponseBinaryAnnListResponse.discriminator = undefined;
|
|
11
|
-
BaseResponseBinaryAnnListResponse.mapping = undefined;
|
|
12
|
-
BaseResponseBinaryAnnListResponse.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "status",
|
|
15
|
-
"baseName": "status",
|
|
16
|
-
"type": "boolean",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "data",
|
|
21
|
-
"baseName": "data",
|
|
22
|
-
"type": "BinaryAnnListResponse",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "message",
|
|
27
|
-
"baseName": "message",
|
|
28
|
-
"type": "string",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "errors",
|
|
33
|
-
"baseName": "errors",
|
|
34
|
-
"type": "Array<ErrorModel>",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "meta",
|
|
39
|
-
"baseName": "meta",
|
|
40
|
-
"type": "MetaModel",
|
|
41
|
-
"format": ""
|
|
42
|
-
}
|
|
43
|
-
];
|
|
44
|
-
return BaseResponseBinaryAnnListResponse;
|
|
45
|
-
}());
|
|
46
|
-
exports.BaseResponseBinaryAnnListResponse = BaseResponseBinaryAnnListResponse;
|
|
47
|
-
//# sourceMappingURL=BaseResponseBinaryAnnListResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseResponseBinaryAnnListResponse.js","sourceRoot":"","sources":["../../models/BaseResponseBinaryAnnListResponse.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,qDAAmB,GAA1B;QACI,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;IAtCe,+CAAa,GAAuB,SAAS,CAAC;IAE9C,yCAAO,GAA0C,SAAS,CAAC;IAE3D,kDAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,uBAAuB;YAC/B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wCAAC;CAAA,AAvDD,IAuDC;AAvDY,8EAAiC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ErrorModel } from '../models/ErrorModel';
|
|
2
|
-
import { MetaModel } from '../models/MetaModel';
|
|
3
|
-
import { TagOriginBoxPlotConfidence } from '../models/TagOriginBoxPlotConfidence';
|
|
4
|
-
export declare class BaseResponseListTagOriginBoxPlotConfidence {
|
|
5
|
-
'status'?: boolean;
|
|
6
|
-
'data'?: Array<TagOriginBoxPlotConfidence> | null;
|
|
7
|
-
'message'?: string | null;
|
|
8
|
-
'errors'?: Array<ErrorModel> | null;
|
|
9
|
-
'meta'?: MetaModel;
|
|
10
|
-
static readonly discriminator: string | undefined;
|
|
11
|
-
static readonly mapping: {
|
|
12
|
-
[index: string]: string;
|
|
13
|
-
} | undefined;
|
|
14
|
-
static readonly attributeTypeMap: Array<{
|
|
15
|
-
name: string;
|
|
16
|
-
baseName: string;
|
|
17
|
-
type: string;
|
|
18
|
-
format: string;
|
|
19
|
-
}>;
|
|
20
|
-
static getAttributeTypeMap(): {
|
|
21
|
-
name: string;
|
|
22
|
-
baseName: string;
|
|
23
|
-
type: string;
|
|
24
|
-
format: string;
|
|
25
|
-
}[];
|
|
26
|
-
constructor();
|
|
27
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BaseResponseListTagOriginBoxPlotConfidence = void 0;
|
|
4
|
-
var BaseResponseListTagOriginBoxPlotConfidence = (function () {
|
|
5
|
-
function BaseResponseListTagOriginBoxPlotConfidence() {
|
|
6
|
-
}
|
|
7
|
-
BaseResponseListTagOriginBoxPlotConfidence.getAttributeTypeMap = function () {
|
|
8
|
-
return BaseResponseListTagOriginBoxPlotConfidence.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
BaseResponseListTagOriginBoxPlotConfidence.discriminator = undefined;
|
|
11
|
-
BaseResponseListTagOriginBoxPlotConfidence.mapping = undefined;
|
|
12
|
-
BaseResponseListTagOriginBoxPlotConfidence.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "status",
|
|
15
|
-
"baseName": "status",
|
|
16
|
-
"type": "boolean",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "data",
|
|
21
|
-
"baseName": "data",
|
|
22
|
-
"type": "Array<TagOriginBoxPlotConfidence>",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "message",
|
|
27
|
-
"baseName": "message",
|
|
28
|
-
"type": "string",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "errors",
|
|
33
|
-
"baseName": "errors",
|
|
34
|
-
"type": "Array<ErrorModel>",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "meta",
|
|
39
|
-
"baseName": "meta",
|
|
40
|
-
"type": "MetaModel",
|
|
41
|
-
"format": ""
|
|
42
|
-
}
|
|
43
|
-
];
|
|
44
|
-
return BaseResponseListTagOriginBoxPlotConfidence;
|
|
45
|
-
}());
|
|
46
|
-
exports.BaseResponseListTagOriginBoxPlotConfidence = BaseResponseListTagOriginBoxPlotConfidence;
|
|
47
|
-
//# sourceMappingURL=BaseResponseListTagOriginBoxPlotConfidence.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BaseResponseListTagOriginBoxPlotConfidence.js","sourceRoot":"","sources":["../../models/BaseResponseListTagOriginBoxPlotConfidence.ts"],"names":[],"mappings":";;;AAgBA;IAqDI;IACA,CAAC;IALM,8DAAmB,GAA1B;QACI,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;IAtCe,wDAAa,GAAuB,SAAS,CAAC;IAE9C,kDAAO,GAA0C,SAAS,CAAC;IAE3D,2DAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,SAAS;YACjB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,mCAAmC;YAC3C,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,SAAS;YACjB,UAAU,EAAE,SAAS;YACrB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,MAAM,EAAE,mBAAmB;YAC3B,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,WAAW;YACnB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,iDAAC;CAAA,AAvDD,IAuDC;AAvDY,gGAA0C"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare class BinaryAnnForm {
|
|
2
|
-
'confidence'?: number;
|
|
3
|
-
'nns'?: number;
|
|
4
|
-
'collectionIds'?: Array<number>;
|
|
5
|
-
'binaryIds'?: Array<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
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BinaryAnnForm = void 0;
|
|
4
|
-
var BinaryAnnForm = (function () {
|
|
5
|
-
function BinaryAnnForm() {
|
|
6
|
-
}
|
|
7
|
-
BinaryAnnForm.getAttributeTypeMap = function () {
|
|
8
|
-
return BinaryAnnForm.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
BinaryAnnForm.discriminator = undefined;
|
|
11
|
-
BinaryAnnForm.mapping = undefined;
|
|
12
|
-
BinaryAnnForm.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "confidence",
|
|
15
|
-
"baseName": "confidence",
|
|
16
|
-
"type": "number",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "nns",
|
|
21
|
-
"baseName": "nns",
|
|
22
|
-
"type": "number",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "collectionIds",
|
|
27
|
-
"baseName": "collection_ids",
|
|
28
|
-
"type": "Array<number>",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "binaryIds",
|
|
33
|
-
"baseName": "binary_ids",
|
|
34
|
-
"type": "Array<number>",
|
|
35
|
-
"format": ""
|
|
36
|
-
}
|
|
37
|
-
];
|
|
38
|
-
return BinaryAnnForm;
|
|
39
|
-
}());
|
|
40
|
-
exports.BinaryAnnForm = BinaryAnnForm;
|
|
41
|
-
//# sourceMappingURL=BinaryAnnForm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BinaryAnnForm.js","sourceRoot":"","sources":["../../models/BinaryAnnForm.ts"],"names":[],"mappings":";;;AAaA;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,YAAY;YACpB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,WAAW;YACnB,UAAU,EAAE,YAAY;YACxB,MAAM,EAAE,eAAe;YACvB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,oBAAC;CAAA,AAtDD,IAsDC;AAtDY,sCAAa"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ExportedBinaryAnnResult } from '../models/ExportedBinaryAnnResult';
|
|
2
|
-
export declare class BinaryAnnListResponse {
|
|
3
|
-
'list': Array<ExportedBinaryAnnResult>;
|
|
4
|
-
static readonly discriminator: string | undefined;
|
|
5
|
-
static readonly mapping: {
|
|
6
|
-
[index: string]: string;
|
|
7
|
-
} | undefined;
|
|
8
|
-
static readonly attributeTypeMap: Array<{
|
|
9
|
-
name: string;
|
|
10
|
-
baseName: string;
|
|
11
|
-
type: string;
|
|
12
|
-
format: string;
|
|
13
|
-
}>;
|
|
14
|
-
static getAttributeTypeMap(): {
|
|
15
|
-
name: string;
|
|
16
|
-
baseName: string;
|
|
17
|
-
type: string;
|
|
18
|
-
format: string;
|
|
19
|
-
}[];
|
|
20
|
-
constructor();
|
|
21
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BinaryAnnListResponse = void 0;
|
|
4
|
-
var BinaryAnnListResponse = (function () {
|
|
5
|
-
function BinaryAnnListResponse() {
|
|
6
|
-
}
|
|
7
|
-
BinaryAnnListResponse.getAttributeTypeMap = function () {
|
|
8
|
-
return BinaryAnnListResponse.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
BinaryAnnListResponse.discriminator = undefined;
|
|
11
|
-
BinaryAnnListResponse.mapping = undefined;
|
|
12
|
-
BinaryAnnListResponse.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "list",
|
|
15
|
-
"baseName": "list",
|
|
16
|
-
"type": "Array<ExportedBinaryAnnResult>",
|
|
17
|
-
"format": ""
|
|
18
|
-
}
|
|
19
|
-
];
|
|
20
|
-
return BinaryAnnListResponse;
|
|
21
|
-
}());
|
|
22
|
-
exports.BinaryAnnListResponse = BinaryAnnListResponse;
|
|
23
|
-
//# sourceMappingURL=BinaryAnnListResponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BinaryAnnListResponse.js","sourceRoot":"","sources":["../../models/BinaryAnnListResponse.ts"],"names":[],"mappings":";;;AAcA;IAmBI;IACA,CAAC;IALM,yCAAmB,GAA1B;QACI,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;IAde,mCAAa,GAAuB,SAAS,CAAC;IAE9C,6BAAO,GAA0C,SAAS,CAAC;IAE3D,sCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,MAAM;YACd,UAAU,EAAE,MAAM;YAClB,MAAM,EAAE,gCAAgC;YACxC,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,4BAAC;CAAA,AArBD,IAqBC;AArBY,sDAAqB"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare class BoxPlotConfidence {
|
|
2
|
-
'min': number;
|
|
3
|
-
'max': number;
|
|
4
|
-
'average': number;
|
|
5
|
-
'upperQuartile': number;
|
|
6
|
-
'lowerQuartile': number;
|
|
7
|
-
'positiveCount': number;
|
|
8
|
-
'negativeCount': number;
|
|
9
|
-
static readonly discriminator: string | undefined;
|
|
10
|
-
static readonly mapping: {
|
|
11
|
-
[index: string]: string;
|
|
12
|
-
} | undefined;
|
|
13
|
-
static readonly attributeTypeMap: Array<{
|
|
14
|
-
name: string;
|
|
15
|
-
baseName: string;
|
|
16
|
-
type: string;
|
|
17
|
-
format: string;
|
|
18
|
-
}>;
|
|
19
|
-
static getAttributeTypeMap(): {
|
|
20
|
-
name: string;
|
|
21
|
-
baseName: string;
|
|
22
|
-
type: string;
|
|
23
|
-
format: string;
|
|
24
|
-
}[];
|
|
25
|
-
constructor();
|
|
26
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BoxPlotConfidence = void 0;
|
|
4
|
-
var BoxPlotConfidence = (function () {
|
|
5
|
-
function BoxPlotConfidence() {
|
|
6
|
-
}
|
|
7
|
-
BoxPlotConfidence.getAttributeTypeMap = function () {
|
|
8
|
-
return BoxPlotConfidence.attributeTypeMap;
|
|
9
|
-
};
|
|
10
|
-
BoxPlotConfidence.discriminator = undefined;
|
|
11
|
-
BoxPlotConfidence.mapping = undefined;
|
|
12
|
-
BoxPlotConfidence.attributeTypeMap = [
|
|
13
|
-
{
|
|
14
|
-
"name": "min",
|
|
15
|
-
"baseName": "min",
|
|
16
|
-
"type": "number",
|
|
17
|
-
"format": ""
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "max",
|
|
21
|
-
"baseName": "max",
|
|
22
|
-
"type": "number",
|
|
23
|
-
"format": ""
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "average",
|
|
27
|
-
"baseName": "average",
|
|
28
|
-
"type": "number",
|
|
29
|
-
"format": ""
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "upperQuartile",
|
|
33
|
-
"baseName": "upper_quartile",
|
|
34
|
-
"type": "number",
|
|
35
|
-
"format": ""
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "lowerQuartile",
|
|
39
|
-
"baseName": "lower_quartile",
|
|
40
|
-
"type": "number",
|
|
41
|
-
"format": ""
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "positiveCount",
|
|
45
|
-
"baseName": "positive_count",
|
|
46
|
-
"type": "number",
|
|
47
|
-
"format": ""
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "negativeCount",
|
|
51
|
-
"baseName": "negative_count",
|
|
52
|
-
"type": "number",
|
|
53
|
-
"format": ""
|
|
54
|
-
}
|
|
55
|
-
];
|
|
56
|
-
return BoxPlotConfidence;
|
|
57
|
-
}());
|
|
58
|
-
exports.BoxPlotConfidence = BoxPlotConfidence;
|
|
59
|
-
//# sourceMappingURL=BoxPlotConfidence.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BoxPlotConfidence.js","sourceRoot":"","sources":["../../models/BoxPlotConfidence.ts"],"names":[],"mappings":";;;AAgBA;IA6DI;IACA,CAAC;IALM,qCAAmB,GAA1B;QACI,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;IAlDe,+BAAa,GAAuB,SAAS,CAAC;IAE9C,yBAAO,GAA0C,SAAS,CAAC;IAE3D,kCAAgB,GAA0E;QACtG;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,KAAK;YACb,UAAU,EAAE,KAAK;YACjB,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,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;QACD;YACI,MAAM,EAAE,eAAe;YACvB,UAAU,EAAE,gBAAgB;YAC5B,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,EAAE;SACf;KAAK,CAAC;IAQf,wBAAC;CAAA,AA/DD,IA+DC;AA/DY,8CAAiB"}
|