@revengai/sdk 3.86.8 → 3.88.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.
Files changed (149) hide show
  1. package/README.md +30 -2
  2. package/dist/apis/AnalysesCoreApi.d.ts +14 -0
  3. package/dist/apis/AnalysesCoreApi.js +435 -0
  4. package/dist/apis/AnalysesCoreApi.js.map +1 -1
  5. package/dist/apis/BinariesApi.d.ts +6 -0
  6. package/dist/apis/BinariesApi.js +204 -0
  7. package/dist/apis/BinariesApi.js.map +1 -1
  8. package/dist/apis/FunctionsCoreApi.d.ts +13 -0
  9. package/dist/apis/FunctionsCoreApi.js +342 -0
  10. package/dist/apis/FunctionsCoreApi.js.map +1 -1
  11. package/dist/index.d.ts +1 -1
  12. package/dist/index.js +1 -2
  13. package/dist/index.js.map +1 -1
  14. package/dist/models/AddCalleeInputBody.d.ts +24 -0
  15. package/dist/models/AddCalleeInputBody.js +47 -0
  16. package/dist/models/AddCalleeInputBody.js.map +1 -0
  17. package/dist/models/AnalysisBasicInfoOutputBody.d.ts +43 -0
  18. package/dist/models/AnalysisBasicInfoOutputBody.js +132 -0
  19. package/dist/models/AnalysisBasicInfoOutputBody.js.map +1 -0
  20. package/dist/models/AnalysisLogMessage.d.ts +21 -0
  21. package/dist/models/AnalysisLogMessage.js +29 -0
  22. package/dist/models/AnalysisLogMessage.js.map +1 -0
  23. package/dist/models/AnalysisLogs.d.ts +22 -0
  24. package/dist/models/AnalysisLogs.js +29 -0
  25. package/dist/models/AnalysisLogs.js.map +1 -0
  26. package/dist/models/AnalysisStringFunction.d.ts +21 -0
  27. package/dist/models/AnalysisStringFunction.js +29 -0
  28. package/dist/models/AnalysisStringFunction.js.map +1 -0
  29. package/dist/models/AnalysisStringItem.d.ts +23 -0
  30. package/dist/models/AnalysisStringItem.js +35 -0
  31. package/dist/models/AnalysisStringItem.js.map +1 -0
  32. package/dist/models/CreateCheckoutSessionInputBody.d.ts +22 -0
  33. package/dist/models/CreateCheckoutSessionInputBody.js +35 -0
  34. package/dist/models/CreateCheckoutSessionInputBody.js.map +1 -0
  35. package/dist/models/CreatePortalSessionInputBody.d.ts +20 -0
  36. package/dist/models/CreatePortalSessionInputBody.js +23 -0
  37. package/dist/models/CreatePortalSessionInputBody.js.map +1 -0
  38. package/dist/models/DynamicExecutionStatusResponse.d.ts +2 -0
  39. package/dist/models/DynamicExecutionStatusResponse.js +6 -0
  40. package/dist/models/DynamicExecutionStatusResponse.js.map +1 -1
  41. package/dist/models/ErrorBody.d.ts +8 -0
  42. package/dist/models/ErrorBody.js +8 -0
  43. package/dist/models/ErrorBody.js.map +1 -1
  44. package/dist/models/FunctionStringItem.d.ts +22 -0
  45. package/dist/models/FunctionStringItem.js +35 -0
  46. package/dist/models/FunctionStringItem.js.map +1 -0
  47. package/dist/models/GetAdditionalDetailsOutputBody.d.ts +21 -0
  48. package/dist/models/GetAdditionalDetailsOutputBody.js +29 -0
  49. package/dist/models/GetAdditionalDetailsOutputBody.js.map +1 -0
  50. package/dist/models/GetAdditionalDetailsStatusOutputBody.d.ts +20 -0
  51. package/dist/models/GetAdditionalDetailsStatusOutputBody.js +23 -0
  52. package/dist/models/GetAdditionalDetailsStatusOutputBody.js.map +1 -0
  53. package/dist/models/GetAnalysisStringsStatusOutputBody.d.ts +20 -0
  54. package/dist/models/GetAnalysisStringsStatusOutputBody.js +23 -0
  55. package/dist/models/GetAnalysisStringsStatusOutputBody.js.map +1 -0
  56. package/dist/models/GetProductsOutputBody.d.ts +21 -0
  57. package/dist/models/GetProductsOutputBody.js +23 -0
  58. package/dist/models/GetProductsOutputBody.js.map +1 -0
  59. package/dist/models/GetSubscriptionOutputBody.d.ts +42 -0
  60. package/dist/models/GetSubscriptionOutputBody.js +70 -0
  61. package/dist/models/GetSubscriptionOutputBody.js.map +1 -0
  62. package/dist/models/ListAnalysisStringsOutputBody.d.ts +22 -0
  63. package/dist/models/ListAnalysisStringsOutputBody.js +29 -0
  64. package/dist/models/ListAnalysisStringsOutputBody.js.map +1 -0
  65. package/dist/models/ListFunctionStringsOutputBody.d.ts +22 -0
  66. package/dist/models/ListFunctionStringsOutputBody.js +29 -0
  67. package/dist/models/ListFunctionStringsOutputBody.js.map +1 -0
  68. package/dist/models/ObjectSerializer.d.ts +21 -0
  69. package/dist/models/ObjectSerializer.js +68 -0
  70. package/dist/models/ObjectSerializer.js.map +1 -1
  71. package/dist/models/PriceOutput.d.ts +28 -0
  72. package/dist/models/PriceOutput.js +47 -0
  73. package/dist/models/PriceOutput.js.map +1 -0
  74. package/dist/models/PriceSummary.d.ts +27 -0
  75. package/dist/models/PriceSummary.js +41 -0
  76. package/dist/models/PriceSummary.js.map +1 -0
  77. package/dist/models/ProductOutput.d.ts +27 -0
  78. package/dist/models/ProductOutput.js +59 -0
  79. package/dist/models/ProductOutput.js.map +1 -0
  80. package/dist/models/ProductSummary.d.ts +20 -0
  81. package/dist/models/ProductSummary.js +23 -0
  82. package/dist/models/ProductSummary.js.map +1 -0
  83. package/dist/models/SessionOutputBody.d.ts +20 -0
  84. package/dist/models/SessionOutputBody.js +23 -0
  85. package/dist/models/SessionOutputBody.js.map +1 -0
  86. package/dist/models/SseEventContextCompactedData.d.ts +1 -0
  87. package/dist/models/SseEventContextCompactedData.js +6 -0
  88. package/dist/models/SseEventContextCompactedData.js.map +1 -1
  89. package/dist/models/SseEventRunCancelledData.d.ts +1 -0
  90. package/dist/models/SseEventRunCancelledData.js +6 -0
  91. package/dist/models/SseEventRunCancelledData.js.map +1 -1
  92. package/dist/models/SseEventRunErrorData.d.ts +1 -0
  93. package/dist/models/SseEventRunErrorData.js +6 -0
  94. package/dist/models/SseEventRunErrorData.js.map +1 -1
  95. package/dist/models/SseEventRunFinishedData.d.ts +1 -0
  96. package/dist/models/SseEventRunFinishedData.js +6 -0
  97. package/dist/models/SseEventRunFinishedData.js.map +1 -1
  98. package/dist/models/SseEventRunStartedData.d.ts +1 -0
  99. package/dist/models/SseEventRunStartedData.js +6 -0
  100. package/dist/models/SseEventRunStartedData.js.map +1 -1
  101. package/dist/models/SseEventStepFinishedData.d.ts +1 -0
  102. package/dist/models/SseEventStepFinishedData.js +6 -0
  103. package/dist/models/SseEventStepFinishedData.js.map +1 -1
  104. package/dist/models/SseEventStepStartedData.d.ts +1 -0
  105. package/dist/models/SseEventStepStartedData.js +6 -0
  106. package/dist/models/SseEventStepStartedData.js.map +1 -1
  107. package/dist/models/SseEventTextMessageContentData.d.ts +1 -0
  108. package/dist/models/SseEventTextMessageContentData.js +6 -0
  109. package/dist/models/SseEventTextMessageContentData.js.map +1 -1
  110. package/dist/models/SseEventTextMessageEndData.d.ts +1 -0
  111. package/dist/models/SseEventTextMessageEndData.js +6 -0
  112. package/dist/models/SseEventTextMessageEndData.js.map +1 -1
  113. package/dist/models/SseEventTextMessageStartData.d.ts +1 -0
  114. package/dist/models/SseEventTextMessageStartData.js +6 -0
  115. package/dist/models/SseEventTextMessageStartData.js.map +1 -1
  116. package/dist/models/SseEventTitleUpdatedData.d.ts +1 -0
  117. package/dist/models/SseEventTitleUpdatedData.js +6 -0
  118. package/dist/models/SseEventTitleUpdatedData.js.map +1 -1
  119. package/dist/models/SseEventToolCallArgsDeltaData.d.ts +1 -0
  120. package/dist/models/SseEventToolCallArgsDeltaData.js +6 -0
  121. package/dist/models/SseEventToolCallArgsDeltaData.js.map +1 -1
  122. package/dist/models/SseEventToolCallEndData.d.ts +1 -0
  123. package/dist/models/SseEventToolCallEndData.js +6 -0
  124. package/dist/models/SseEventToolCallEndData.js.map +1 -1
  125. package/dist/models/SseEventToolCallResultData.d.ts +1 -0
  126. package/dist/models/SseEventToolCallResultData.js +6 -0
  127. package/dist/models/SseEventToolCallResultData.js.map +1 -1
  128. package/dist/models/SseEventToolCallStartData.d.ts +1 -0
  129. package/dist/models/SseEventToolCallStartData.js +6 -0
  130. package/dist/models/SseEventToolCallStartData.js.map +1 -1
  131. package/dist/models/SseEventToolConfirmationRequiredData.d.ts +1 -0
  132. package/dist/models/SseEventToolConfirmationRequiredData.js +6 -0
  133. package/dist/models/SseEventToolConfirmationRequiredData.js.map +1 -1
  134. package/dist/models/all.d.ts +21 -0
  135. package/dist/models/all.js +21 -0
  136. package/dist/models/all.js.map +1 -1
  137. package/dist/types/ObjectParamAPI.d.ts +76 -25
  138. package/dist/types/ObjectParamAPI.js +55 -21
  139. package/dist/types/ObjectParamAPI.js.map +1 -1
  140. package/dist/types/ObservableAPI.d.ts +37 -19
  141. package/dist/types/ObservableAPI.js +707 -521
  142. package/dist/types/ObservableAPI.js.map +1 -1
  143. package/dist/types/PromiseAPI.d.ts +37 -17
  144. package/dist/types/PromiseAPI.js +91 -29
  145. package/dist/types/PromiseAPI.js.map +1 -1
  146. package/package.json +1 -1
  147. package/dist/apis/StringsApi.d.ts +0 -17
  148. package/dist/apis/StringsApi.js +0 -296
  149. package/dist/apis/StringsApi.js.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revengai/sdk",
3
- "version": "v3.86.8",
3
+ "version": "v3.88.0",
4
4
  "description": "TypeScript SDK for the RevEng.AI API",
5
5
  "author": "RevEng.AI",
6
6
  "repository": {
@@ -1,17 +0,0 @@
1
- import { BaseAPIRequestFactory } from './baseapi';
2
- import { Configuration } from '../configuration';
3
- import { RequestContext, ResponseContext, HttpInfo } from '../http/http';
4
- import { AddUserStringInputBody } from '../models/AddUserStringInputBody';
5
- import { AddUserStringToFunctionInputBody } from '../models/AddUserStringToFunctionInputBody';
6
- export declare class StringsApiRequestFactory extends BaseAPIRequestFactory {
7
- addUserStringToAnalysis(analysisId: number, addUserStringInputBody: AddUserStringInputBody, _options?: Configuration): Promise<RequestContext>;
8
- addUserStringToFunction(functionId: number, addUserStringToFunctionInputBody: AddUserStringToFunctionInputBody, _options?: Configuration): Promise<RequestContext>;
9
- }
10
- export declare class StringsApiResponseProcessor {
11
- addUserStringToAnalysisWithHttpInfo(response: ResponseContext): Promise<HttpInfo<{
12
- [key: string]: any;
13
- }>>;
14
- addUserStringToFunctionWithHttpInfo(response: ResponseContext): Promise<HttpInfo<{
15
- [key: string]: any;
16
- }>>;
17
- }
@@ -1,296 +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.StringsApiResponseProcessor = exports.StringsApiRequestFactory = 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 StringsApiRequestFactory = (function (_super) {
61
- __extends(StringsApiRequestFactory, _super);
62
- function StringsApiRequestFactory() {
63
- return _super !== null && _super.apply(this, arguments) || this;
64
- }
65
- StringsApiRequestFactory.prototype.addUserStringToAnalysis = function (analysisId, addUserStringInputBody, _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("StringsApi", "addUserStringToAnalysis", "analysisId");
75
- }
76
- if (addUserStringInputBody === null || addUserStringInputBody === undefined) {
77
- throw new baseapi_1.RequiredError("StringsApi", "addUserStringToAnalysis", "addUserStringInputBody");
78
- }
79
- localVarPath = '/v3/analyses/{analysis_id}/user-provided-strings'
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(addUserStringInputBody, "AddUserStringInputBody", ""), 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
- StringsApiRequestFactory.prototype.addUserStringToFunction = function (functionId, addUserStringToFunctionInputBody, _options) {
108
- var _a;
109
- return __awaiter(this, void 0, void 0, function () {
110
- var _config, localVarPath, requestContext, contentType, serializedBody, authMethod, defaultAuth;
111
- return __generator(this, function (_b) {
112
- switch (_b.label) {
113
- case 0:
114
- _config = _options || this.configuration;
115
- if (functionId === null || functionId === undefined) {
116
- throw new baseapi_1.RequiredError("StringsApi", "addUserStringToFunction", "functionId");
117
- }
118
- if (addUserStringToFunctionInputBody === null || addUserStringToFunctionInputBody === undefined) {
119
- throw new baseapi_1.RequiredError("StringsApi", "addUserStringToFunction", "addUserStringToFunctionInputBody");
120
- }
121
- localVarPath = '/v3/functions/{function_id}/user-provided-strings'
122
- .replace('{' + 'function_id' + '}', encodeURIComponent(String(functionId)));
123
- requestContext = _config.baseServer.makeRequestContext(localVarPath, http_1.HttpMethod.POST);
124
- requestContext.setHeaderParam("Accept", "application/json, */*;q=0.8");
125
- contentType = ObjectSerializer_1.ObjectSerializer.getPreferredMediaType([
126
- "application/json"
127
- ]);
128
- requestContext.setHeaderParam("Content-Type", contentType);
129
- serializedBody = ObjectSerializer_1.ObjectSerializer.stringify(ObjectSerializer_1.ObjectSerializer.serialize(addUserStringToFunctionInputBody, "AddUserStringToFunctionInputBody", ""), contentType);
130
- requestContext.setBody(serializedBody);
131
- authMethod = _config.authMethods["APIKey"];
132
- if (!(authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication)) return [3, 2];
133
- return [4, (authMethod === null || authMethod === void 0 ? void 0 : authMethod.applySecurityAuthentication(requestContext))];
134
- case 1:
135
- _b.sent();
136
- _b.label = 2;
137
- case 2:
138
- defaultAuth = (_a = _config === null || _config === void 0 ? void 0 : _config.authMethods) === null || _a === void 0 ? void 0 : _a.default;
139
- if (!(defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication)) return [3, 4];
140
- return [4, (defaultAuth === null || defaultAuth === void 0 ? void 0 : defaultAuth.applySecurityAuthentication(requestContext))];
141
- case 3:
142
- _b.sent();
143
- _b.label = 4;
144
- case 4: return [2, requestContext];
145
- }
146
- });
147
- });
148
- };
149
- return StringsApiRequestFactory;
150
- }(baseapi_1.BaseAPIRequestFactory));
151
- exports.StringsApiRequestFactory = StringsApiRequestFactory;
152
- var StringsApiResponseProcessor = (function () {
153
- function StringsApiResponseProcessor() {
154
- }
155
- StringsApiResponseProcessor.prototype.addUserStringToAnalysisWithHttpInfo = function (response) {
156
- return __awaiter(this, void 0, void 0, function () {
157
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, body, _s, _t, _u, _v, body, _w, _x, _y, _z, _0, _1;
158
- return __generator(this, function (_2) {
159
- switch (_2.label) {
160
- case 0:
161
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
162
- if (!(0, util_1.isCodeInRange)("201", response.httpStatusCode)) return [3, 2];
163
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
164
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
165
- return [4, response.body.text()];
166
- case 1:
167
- body = _b.apply(_a, [_d.apply(_c, [_2.sent(), contentType]),
168
- "{ [key: string]: any; }", ""]);
169
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
170
- case 2:
171
- if (!(0, util_1.isCodeInRange)("403", response.httpStatusCode)) return [3, 4];
172
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
173
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
174
- return [4, response.body.text()];
175
- case 3:
176
- body = _f.apply(_e, [_h.apply(_g, [_2.sent(), contentType]),
177
- "APIError", ""]);
178
- throw new exception_1.ApiException(response.httpStatusCode, "Forbidden", body, response.headers);
179
- case 4:
180
- if (!(0, util_1.isCodeInRange)("404", response.httpStatusCode)) return [3, 6];
181
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
182
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
183
- return [4, response.body.text()];
184
- case 5:
185
- body = _k.apply(_j, [_m.apply(_l, [_2.sent(), contentType]),
186
- "APIError", ""]);
187
- throw new exception_1.ApiException(response.httpStatusCode, "Not Found", body, response.headers);
188
- case 6:
189
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 8];
190
- _p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
191
- _r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
192
- return [4, response.body.text()];
193
- case 7:
194
- body = _p.apply(_o, [_r.apply(_q, [_2.sent(), contentType]),
195
- "APIError", ""]);
196
- throw new exception_1.ApiException(response.httpStatusCode, "Unprocessable Entity", body, response.headers);
197
- case 8:
198
- if (!(0, util_1.isCodeInRange)("500", response.httpStatusCode)) return [3, 10];
199
- _t = (_s = ObjectSerializer_1.ObjectSerializer).deserialize;
200
- _v = (_u = ObjectSerializer_1.ObjectSerializer).parse;
201
- return [4, response.body.text()];
202
- case 9:
203
- body = _t.apply(_s, [_v.apply(_u, [_2.sent(), contentType]),
204
- "APIError", ""]);
205
- throw new exception_1.ApiException(response.httpStatusCode, "Internal Server Error", body, response.headers);
206
- case 10:
207
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 12];
208
- _x = (_w = ObjectSerializer_1.ObjectSerializer).deserialize;
209
- _z = (_y = ObjectSerializer_1.ObjectSerializer).parse;
210
- return [4, response.body.text()];
211
- case 11:
212
- body = _x.apply(_w, [_z.apply(_y, [_2.sent(), contentType]),
213
- "{ [key: string]: any; }", ""]);
214
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
215
- case 12:
216
- _0 = exception_1.ApiException.bind;
217
- _1 = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
218
- return [4, response.getBodyAsAny()];
219
- case 13: throw new (_0.apply(exception_1.ApiException, _1.concat([_2.sent(), response.headers])))();
220
- }
221
- });
222
- });
223
- };
224
- StringsApiResponseProcessor.prototype.addUserStringToFunctionWithHttpInfo = function (response) {
225
- return __awaiter(this, void 0, void 0, function () {
226
- var contentType, body, _a, _b, _c, _d, body, _e, _f, _g, _h, body, _j, _k, _l, _m, body, _o, _p, _q, _r, body, _s, _t, _u, _v, body, _w, _x, _y, _z, _0, _1;
227
- return __generator(this, function (_2) {
228
- switch (_2.label) {
229
- case 0:
230
- contentType = ObjectSerializer_1.ObjectSerializer.normalizeMediaType(response.headers["content-type"]);
231
- if (!(0, util_1.isCodeInRange)("201", response.httpStatusCode)) return [3, 2];
232
- _b = (_a = ObjectSerializer_1.ObjectSerializer).deserialize;
233
- _d = (_c = ObjectSerializer_1.ObjectSerializer).parse;
234
- return [4, response.body.text()];
235
- case 1:
236
- body = _b.apply(_a, [_d.apply(_c, [_2.sent(), contentType]),
237
- "{ [key: string]: any; }", ""]);
238
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
239
- case 2:
240
- if (!(0, util_1.isCodeInRange)("403", response.httpStatusCode)) return [3, 4];
241
- _f = (_e = ObjectSerializer_1.ObjectSerializer).deserialize;
242
- _h = (_g = ObjectSerializer_1.ObjectSerializer).parse;
243
- return [4, response.body.text()];
244
- case 3:
245
- body = _f.apply(_e, [_h.apply(_g, [_2.sent(), contentType]),
246
- "APIError", ""]);
247
- throw new exception_1.ApiException(response.httpStatusCode, "Forbidden", body, response.headers);
248
- case 4:
249
- if (!(0, util_1.isCodeInRange)("404", response.httpStatusCode)) return [3, 6];
250
- _k = (_j = ObjectSerializer_1.ObjectSerializer).deserialize;
251
- _m = (_l = ObjectSerializer_1.ObjectSerializer).parse;
252
- return [4, response.body.text()];
253
- case 5:
254
- body = _k.apply(_j, [_m.apply(_l, [_2.sent(), contentType]),
255
- "APIError", ""]);
256
- throw new exception_1.ApiException(response.httpStatusCode, "Not Found", body, response.headers);
257
- case 6:
258
- if (!(0, util_1.isCodeInRange)("422", response.httpStatusCode)) return [3, 8];
259
- _p = (_o = ObjectSerializer_1.ObjectSerializer).deserialize;
260
- _r = (_q = ObjectSerializer_1.ObjectSerializer).parse;
261
- return [4, response.body.text()];
262
- case 7:
263
- body = _p.apply(_o, [_r.apply(_q, [_2.sent(), contentType]),
264
- "APIError", ""]);
265
- throw new exception_1.ApiException(response.httpStatusCode, "Unprocessable Entity", body, response.headers);
266
- case 8:
267
- if (!(0, util_1.isCodeInRange)("500", response.httpStatusCode)) return [3, 10];
268
- _t = (_s = ObjectSerializer_1.ObjectSerializer).deserialize;
269
- _v = (_u = ObjectSerializer_1.ObjectSerializer).parse;
270
- return [4, response.body.text()];
271
- case 9:
272
- body = _t.apply(_s, [_v.apply(_u, [_2.sent(), contentType]),
273
- "APIError", ""]);
274
- throw new exception_1.ApiException(response.httpStatusCode, "Internal Server Error", body, response.headers);
275
- case 10:
276
- if (!(response.httpStatusCode >= 200 && response.httpStatusCode <= 299)) return [3, 12];
277
- _x = (_w = ObjectSerializer_1.ObjectSerializer).deserialize;
278
- _z = (_y = ObjectSerializer_1.ObjectSerializer).parse;
279
- return [4, response.body.text()];
280
- case 11:
281
- body = _x.apply(_w, [_z.apply(_y, [_2.sent(), contentType]),
282
- "{ [key: string]: any; }", ""]);
283
- return [2, new http_1.HttpInfo(response.httpStatusCode, response.headers, response.body, body)];
284
- case 12:
285
- _0 = exception_1.ApiException.bind;
286
- _1 = [void 0, response.httpStatusCode, "Unknown API Status Code!"];
287
- return [4, response.getBodyAsAny()];
288
- case 13: throw new (_0.apply(exception_1.ApiException, _1.concat([_2.sent(), response.headers])))();
289
- }
290
- });
291
- });
292
- };
293
- return StringsApiResponseProcessor;
294
- }());
295
- exports.StringsApiResponseProcessor = StringsApiResponseProcessor;
296
- //# sourceMappingURL=StringsApi.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"StringsApi.js","sourceRoot":"","sources":["../../apis/StringsApi.ts"],"names":[],"mappings":"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"}