@cirrobio/api-client 0.1.11 → 0.1.12

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 (250) hide show
  1. package/.openapi-generator/FILES +110 -106
  2. package/dist/apis/AuditApi.d.ts +44 -44
  3. package/dist/apis/AuditApi.js +175 -175
  4. package/dist/apis/BillingApi.d.ts +81 -81
  5. package/dist/apis/BillingApi.js +354 -354
  6. package/dist/apis/DashboardsApi.d.ts +88 -88
  7. package/dist/apis/DashboardsApi.js +374 -374
  8. package/dist/apis/DatasetsApi.d.ts +162 -162
  9. package/dist/apis/DatasetsApi.js +670 -670
  10. package/dist/apis/ExecutionApi.d.ts +110 -110
  11. package/dist/apis/ExecutionApi.js +442 -442
  12. package/dist/apis/FileApi.d.ts +46 -46
  13. package/dist/apis/FileApi.js +200 -200
  14. package/dist/apis/MetadataApi.d.ts +71 -71
  15. package/dist/apis/MetadataApi.js +313 -313
  16. package/dist/apis/MetricsApi.d.ts +41 -41
  17. package/dist/apis/MetricsApi.js +187 -187
  18. package/dist/apis/NotebooksApi.d.ts +101 -101
  19. package/dist/apis/NotebooksApi.js +423 -423
  20. package/dist/apis/ProcessesApi.d.ts +138 -138
  21. package/dist/apis/ProcessesApi.js +589 -589
  22. package/dist/apis/ProjectsApi.d.ts +189 -122
  23. package/dist/apis/ProjectsApi.js +815 -528
  24. package/dist/apis/ReferencesApi.d.ts +91 -91
  25. package/dist/apis/ReferencesApi.js +405 -405
  26. package/dist/apis/SystemApi.d.ts +36 -36
  27. package/dist/apis/SystemApi.js +182 -182
  28. package/dist/apis/UsersApi.d.ts +84 -84
  29. package/dist/apis/UsersApi.js +363 -363
  30. package/dist/apis/index.d.ts +14 -14
  31. package/dist/apis/index.js +32 -32
  32. package/dist/index.d.ts +3 -3
  33. package/dist/index.js +21 -21
  34. package/dist/models/AWSCredentials.d.ts +55 -55
  35. package/dist/models/AWSCredentials.js +62 -62
  36. package/dist/models/AccessType.d.ts +25 -25
  37. package/dist/models/AccessType.js +40 -40
  38. package/dist/models/AllowedDataType.d.ts +44 -44
  39. package/dist/models/AllowedDataType.js +57 -57
  40. package/dist/models/ApproveAccessRequest.d.ts +32 -0
  41. package/dist/models/ApproveAccessRequest.js +51 -0
  42. package/dist/models/ApproveProjectAccessRequest.d.ts +32 -0
  43. package/dist/models/ApproveProjectAccessRequest.js +51 -0
  44. package/dist/models/AuditEvent.d.ts +89 -89
  45. package/dist/models/AuditEvent.js +68 -68
  46. package/dist/models/AuthInfo.d.ts +49 -49
  47. package/dist/models/AuthInfo.js +59 -59
  48. package/dist/models/BillingAccount.d.ts +88 -88
  49. package/dist/models/BillingAccount.js +80 -80
  50. package/dist/models/BillingAccountRequest.d.ts +70 -70
  51. package/dist/models/BillingAccountRequest.js +71 -71
  52. package/dist/models/BillingMethod.d.ts +24 -24
  53. package/dist/models/BillingMethod.js +39 -39
  54. package/dist/models/BudgetPeriod.d.ts +24 -24
  55. package/dist/models/BudgetPeriod.js +39 -39
  56. package/dist/models/CloudAccount.d.ts +50 -50
  57. package/dist/models/CloudAccount.js +58 -58
  58. package/dist/models/CloudAccountType.d.ts +23 -23
  59. package/dist/models/CloudAccountType.js +38 -38
  60. package/dist/models/ColumnDefinition.d.ts +43 -43
  61. package/dist/models/ColumnDefinition.js +54 -54
  62. package/dist/models/Contact.d.ts +49 -49
  63. package/dist/models/Contact.js +59 -59
  64. package/dist/models/CreateDashboardRequest.d.ts +31 -0
  65. package/dist/models/CreateDashboardRequest.js +50 -0
  66. package/dist/models/CreateNotebookInstanceRequest.d.ts +49 -49
  67. package/dist/models/CreateNotebookInstanceRequest.js +59 -59
  68. package/dist/models/CreateProjectAccessRequest.d.ts +38 -0
  69. package/dist/models/CreateProjectAccessRequest.js +54 -0
  70. package/dist/models/CreateReferenceRequest.d.ts +49 -49
  71. package/dist/models/CreateReferenceRequest.js +59 -59
  72. package/dist/models/CreateResponse.d.ts +37 -37
  73. package/dist/models/CreateResponse.js +53 -53
  74. package/dist/models/CustomPipelineSettings.d.ts +62 -62
  75. package/dist/models/CustomPipelineSettings.js +62 -62
  76. package/dist/models/CustomPipelineSettingsDto1.d.ts +61 -0
  77. package/dist/models/CustomPipelineSettingsDto1.js +65 -0
  78. package/dist/models/CustomProcessRequest.d.ts +99 -0
  79. package/dist/models/CustomProcessRequest.js +83 -0
  80. package/dist/models/CustomProcessRequestPipelineCode.d.ts +50 -0
  81. package/dist/models/CustomProcessRequestPipelineCode.js +58 -0
  82. package/dist/models/CustomerType.d.ts +24 -24
  83. package/dist/models/CustomerType.js +39 -39
  84. package/dist/models/Dashboard.d.ts +83 -83
  85. package/dist/models/Dashboard.js +74 -74
  86. package/dist/models/DashboardRequest.d.ts +59 -59
  87. package/dist/models/DashboardRequest.js +62 -62
  88. package/dist/models/Dataset.d.ts +93 -93
  89. package/dist/models/Dataset.js +82 -82
  90. package/dist/models/DatasetAssetsManifest.d.ts +58 -58
  91. package/dist/models/DatasetAssetsManifest.js +61 -61
  92. package/dist/models/DatasetDetail.d.ts +121 -121
  93. package/dist/models/DatasetDetail.js +94 -94
  94. package/dist/models/DatasetFile.d.ts +45 -0
  95. package/dist/models/DatasetFile.js +54 -0
  96. package/dist/models/DatasetType.d.ts +23 -0
  97. package/dist/models/DatasetType.js +38 -0
  98. package/dist/models/DatasetViz.d.ts +49 -49
  99. package/dist/models/DatasetViz.js +56 -56
  100. package/dist/models/ErrorMessage.d.ts +31 -31
  101. package/dist/models/ErrorMessage.js +50 -50
  102. package/dist/models/Executor.d.ts +25 -25
  103. package/dist/models/Executor.js +40 -40
  104. package/dist/models/FileAccessRequest.d.ts +44 -44
  105. package/dist/models/FileAccessRequest.js +56 -56
  106. package/dist/models/FileEntry.d.ts +45 -45
  107. package/dist/models/FileEntry.js +54 -54
  108. package/dist/models/FileMappingRule.d.ts +56 -56
  109. package/dist/models/FileMappingRule.js +61 -61
  110. package/dist/models/FileNamePattern.d.ts +43 -43
  111. package/dist/models/FileNamePattern.js +56 -56
  112. package/dist/models/FileRequirements.d.ts +44 -44
  113. package/dist/models/FileRequirements.js +57 -57
  114. package/dist/models/FormSchema.d.ts +41 -41
  115. package/dist/models/FormSchema.js +52 -52
  116. package/dist/models/GenerateSftpCredentialsRequest.d.ts +31 -31
  117. package/dist/models/GenerateSftpCredentialsRequest.js +50 -50
  118. package/dist/models/GetExecutionLogsResponse.d.ts +32 -32
  119. package/dist/models/GetExecutionLogsResponse.js +51 -51
  120. package/dist/models/ImportDataRequest.d.ts +43 -43
  121. package/dist/models/ImportDataRequest.js +56 -56
  122. package/dist/models/InviteUserRequest.d.ts +43 -43
  123. package/dist/models/InviteUserRequest.js +56 -56
  124. package/dist/models/InviteUserResponse.d.ts +31 -31
  125. package/dist/models/InviteUserResponse.js +50 -50
  126. package/dist/models/LogEntry.d.ts +37 -37
  127. package/dist/models/LogEntry.js +53 -53
  128. package/dist/models/LoginProvider.d.ts +49 -49
  129. package/dist/models/LoginProvider.js +59 -59
  130. package/dist/models/MetricRecord.d.ts +45 -45
  131. package/dist/models/MetricRecord.js +55 -55
  132. package/dist/models/NotebookInstance.d.ts +86 -86
  133. package/dist/models/NotebookInstance.js +78 -78
  134. package/dist/models/NotebookInstanceStatusResponse.d.ts +37 -37
  135. package/dist/models/NotebookInstanceStatusResponse.js +53 -53
  136. package/dist/models/OpenNotebookInstanceResponse.d.ts +37 -37
  137. package/dist/models/OpenNotebookInstanceResponse.js +53 -53
  138. package/dist/models/PaginatedResponseDatasetListDto.d.ts +38 -38
  139. package/dist/models/PaginatedResponseDatasetListDto.js +54 -54
  140. package/dist/models/PaginatedResponseSampleDto.d.ts +38 -38
  141. package/dist/models/PaginatedResponseSampleDto.js +54 -54
  142. package/dist/models/PipelineCode.d.ts +50 -50
  143. package/dist/models/PipelineCode.js +60 -60
  144. package/dist/models/PipelineCost.d.ts +43 -43
  145. package/dist/models/PipelineCost.js +54 -54
  146. package/dist/models/PortalErrorResponse.d.ts +50 -50
  147. package/dist/models/PortalErrorResponse.js +60 -60
  148. package/dist/models/Process.d.ts +104 -104
  149. package/dist/models/Process.js +78 -78
  150. package/dist/models/ProcessDetail.d.ts +125 -125
  151. package/dist/models/ProcessDetail.js +91 -91
  152. package/dist/models/ProcessDetailAllOfPipelineCode.d.ts +50 -0
  153. package/dist/models/ProcessDetailAllOfPipelineCode.js +58 -0
  154. package/dist/models/Project.d.ts +63 -63
  155. package/dist/models/Project.js +67 -67
  156. package/dist/models/ProjectAccessRequest.d.ts +75 -0
  157. package/dist/models/ProjectAccessRequest.js +73 -0
  158. package/dist/models/ProjectDetail.d.ts +101 -101
  159. package/dist/models/ProjectDetail.js +87 -87
  160. package/dist/models/ProjectMetrics.d.ts +44 -44
  161. package/dist/models/ProjectMetrics.js +56 -56
  162. package/dist/models/ProjectRequest.d.ts +71 -71
  163. package/dist/models/ProjectRequest.js +71 -71
  164. package/dist/models/ProjectRole.d.ts +25 -25
  165. package/dist/models/ProjectRole.js +40 -40
  166. package/dist/models/ProjectSettings.d.ts +122 -116
  167. package/dist/models/ProjectSettings.js +83 -81
  168. package/dist/models/ProjectUser.d.ts +62 -62
  169. package/dist/models/ProjectUser.js +66 -66
  170. package/dist/models/Reference.d.ts +68 -68
  171. package/dist/models/Reference.js +69 -69
  172. package/dist/models/ReferenceType.d.ts +51 -51
  173. package/dist/models/ReferenceType.js +59 -59
  174. package/dist/models/Region.d.ts +31 -0
  175. package/dist/models/Region.js +50 -0
  176. package/dist/models/RegisterDatasetRequest.d.ts +49 -0
  177. package/dist/models/RegisterDatasetRequest.js +59 -0
  178. package/dist/models/RegisterPublicDataRequest.d.ts +43 -0
  179. package/dist/models/RegisterPublicDataRequest.js +56 -0
  180. package/dist/models/RepositoryType.d.ts +25 -25
  181. package/dist/models/RepositoryType.js +40 -40
  182. package/dist/models/RequestStatus.d.ts +24 -0
  183. package/dist/models/RequestStatus.js +39 -0
  184. package/dist/models/ResourcesInfo.d.ts +49 -49
  185. package/dist/models/ResourcesInfo.js +59 -59
  186. package/dist/models/RunAnalysisRequest.d.ts +69 -69
  187. package/dist/models/RunAnalysisRequest.js +67 -67
  188. package/dist/models/S3Credentials.d.ts +55 -0
  189. package/dist/models/S3Credentials.js +62 -0
  190. package/dist/models/Sample.d.ts +63 -63
  191. package/dist/models/Sample.js +62 -65
  192. package/dist/models/SampleRequest.d.ts +39 -39
  193. package/dist/models/SampleRequest.js +53 -53
  194. package/dist/models/ServiceConnection.d.ts +37 -37
  195. package/dist/models/ServiceConnection.js +53 -53
  196. package/dist/models/SetUserProjectRoleRequest.d.ts +44 -44
  197. package/dist/models/SetUserProjectRoleRequest.js +57 -57
  198. package/dist/models/SftpCredentials.d.ts +49 -49
  199. package/dist/models/SftpCredentials.js +59 -59
  200. package/dist/models/Status.d.ts +30 -30
  201. package/dist/models/Status.js +45 -45
  202. package/dist/models/StopExecutionResponse.d.ts +37 -37
  203. package/dist/models/StopExecutionResponse.js +52 -52
  204. package/dist/models/SyncStatus.d.ts +23 -23
  205. package/dist/models/SyncStatus.js +38 -38
  206. package/dist/models/SystemInfoResponse.d.ts +94 -94
  207. package/dist/models/SystemInfoResponse.js +83 -83
  208. package/dist/models/Table.d.ts +62 -62
  209. package/dist/models/Table.js +62 -62
  210. package/dist/models/Tag.d.ts +43 -43
  211. package/dist/models/Tag.js +56 -56
  212. package/dist/models/Task.d.ts +73 -73
  213. package/dist/models/Task.js +68 -68
  214. package/dist/models/TenantInfo.d.ts +80 -80
  215. package/dist/models/TenantInfo.js +75 -75
  216. package/dist/models/UpdateDatasetRequest.d.ts +50 -50
  217. package/dist/models/UpdateDatasetRequest.js +60 -60
  218. package/dist/models/UpdateUserRequest.d.ts +69 -69
  219. package/dist/models/UpdateUserRequest.js +64 -64
  220. package/dist/models/UploadDatasetCreateResponse.d.ts +43 -43
  221. package/dist/models/UploadDatasetCreateResponse.js +56 -56
  222. package/dist/models/UploadDatasetRequest.d.ts +49 -49
  223. package/dist/models/UploadDatasetRequest.js +59 -59
  224. package/dist/models/User.d.ts +49 -49
  225. package/dist/models/User.js +59 -59
  226. package/dist/models/UserDetail.d.ts +86 -86
  227. package/dist/models/UserDetail.js +78 -78
  228. package/dist/models/UserProjectAssignment.d.ts +50 -50
  229. package/dist/models/UserProjectAssignment.js +60 -60
  230. package/dist/models/ValidateDataInputsRequest.d.ts +37 -0
  231. package/dist/models/ValidateDataInputsRequest.js +53 -0
  232. package/dist/models/ValidateDataInputsResponse.d.ts +44 -0
  233. package/dist/models/ValidateDataInputsResponse.js +57 -0
  234. package/dist/models/ValidateFileRequirementsRequest.d.ts +37 -37
  235. package/dist/models/ValidateFileRequirementsRequest.js +53 -53
  236. package/dist/models/index.d.ts +87 -83
  237. package/dist/models/index.js +105 -101
  238. package/dist/runtime.d.ts +182 -182
  239. package/dist/runtime.js +562 -562
  240. package/package.json +1 -1
  241. package/src/apis/ProjectsApi.ts +250 -0
  242. package/src/models/ApproveAccessRequest.ts +73 -0
  243. package/src/models/ApproveProjectAccessRequest.ts +73 -0
  244. package/src/models/CreateProjectAccessRequest.ts +82 -0
  245. package/src/models/PipelineCost.ts +1 -1
  246. package/src/models/ProjectAccessRequest.ts +142 -0
  247. package/src/models/ProjectSettings.ts +8 -0
  248. package/src/models/RequestStatus.ts +38 -0
  249. package/src/models/Sample.ts +10 -14
  250. package/src/models/index.ts +4 -0
@@ -1,374 +1,374 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * Cirro Data
6
- * Cirro Data Platform service API
7
- *
8
- * The version of the OpenAPI document: latest
9
- * Contact: support@cirro.bio
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- var __extends = (this && this.__extends) || (function () {
16
- var extendStatics = function (d, b) {
17
- extendStatics = Object.setPrototypeOf ||
18
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
- return extendStatics(d, b);
21
- };
22
- return function (d, b) {
23
- if (typeof b !== "function" && b !== null)
24
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
- extendStatics(d, b);
26
- function __() { this.constructor = d; }
27
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
- };
29
- })();
30
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
- return new (P || (P = Promise))(function (resolve, reject) {
33
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
- step((generator = generator.apply(thisArg, _arguments || [])).next());
37
- });
38
- };
39
- var __generator = (this && this.__generator) || function (thisArg, body) {
40
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
- function verb(n) { return function (v) { return step([n, v]); }; }
43
- function step(op) {
44
- if (f) throw new TypeError("Generator is already executing.");
45
- while (g && (g = 0, op[0] && (_ = 0)), _) try {
46
- 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;
47
- if (y = 0, t) op = [op[0] & 2, t.value];
48
- switch (op[0]) {
49
- case 0: case 1: t = op; break;
50
- case 4: _.label++; return { value: op[1], done: false };
51
- case 5: _.label++; y = op[1]; op = [0]; continue;
52
- case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
- default:
54
- if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
- if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
- if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
- if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
- if (t[2]) _.ops.pop();
59
- _.trys.pop(); continue;
60
- }
61
- op = body.call(thisArg, _);
62
- } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
- if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
- }
65
- };
66
- Object.defineProperty(exports, "__esModule", { value: true });
67
- exports.DashboardsApi = void 0;
68
- var runtime = require("../runtime");
69
- var index_1 = require("../models/index");
70
- /**
71
- *
72
- */
73
- var DashboardsApi = /** @class */ (function (_super) {
74
- __extends(DashboardsApi, _super);
75
- function DashboardsApi() {
76
- return _super !== null && _super.apply(this, arguments) || this;
77
- }
78
- /**
79
- * Creates a dashboard
80
- * Create dashboard
81
- */
82
- DashboardsApi.prototype.createDashboardRaw = function (requestParameters, initOverrides) {
83
- return __awaiter(this, void 0, void 0, function () {
84
- var queryParameters, headerParameters, token, tokenString, response;
85
- return __generator(this, function (_a) {
86
- switch (_a.label) {
87
- case 0:
88
- if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
89
- throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling createDashboard.');
90
- }
91
- if (requestParameters.dashboardRequest === null || requestParameters.dashboardRequest === undefined) {
92
- throw new runtime.RequiredError('dashboardRequest', 'Required parameter requestParameters.dashboardRequest was null or undefined when calling createDashboard.');
93
- }
94
- queryParameters = {};
95
- headerParameters = {};
96
- headerParameters['Content-Type'] = 'application/json';
97
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
98
- token = this.configuration.accessToken;
99
- return [4 /*yield*/, token("accessToken", [])];
100
- case 1:
101
- tokenString = _a.sent();
102
- if (tokenString) {
103
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
104
- }
105
- _a.label = 2;
106
- case 2: return [4 /*yield*/, this.request({
107
- path: "/projects/{projectId}/dashboards".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))),
108
- method: 'POST',
109
- headers: headerParameters,
110
- query: queryParameters,
111
- body: (0, index_1.DashboardRequestToJSON)(requestParameters.dashboardRequest),
112
- }, initOverrides)];
113
- case 3:
114
- response = _a.sent();
115
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.CreateResponseFromJSON)(jsonValue); })];
116
- }
117
- });
118
- });
119
- };
120
- /**
121
- * Creates a dashboard
122
- * Create dashboard
123
- */
124
- DashboardsApi.prototype.createDashboard = function (requestParameters, initOverrides) {
125
- return __awaiter(this, void 0, void 0, function () {
126
- var response;
127
- return __generator(this, function (_a) {
128
- switch (_a.label) {
129
- case 0: return [4 /*yield*/, this.createDashboardRaw(requestParameters, initOverrides)];
130
- case 1:
131
- response = _a.sent();
132
- return [4 /*yield*/, response.value()];
133
- case 2: return [2 /*return*/, _a.sent()];
134
- }
135
- });
136
- });
137
- };
138
- /**
139
- * Deletes a dashboard
140
- * Delete dashboard
141
- */
142
- DashboardsApi.prototype.deleteDashboardRaw = function (requestParameters, initOverrides) {
143
- return __awaiter(this, void 0, void 0, function () {
144
- var queryParameters, headerParameters, token, tokenString, response;
145
- return __generator(this, function (_a) {
146
- switch (_a.label) {
147
- case 0:
148
- if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
149
- throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling deleteDashboard.');
150
- }
151
- if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
152
- throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling deleteDashboard.');
153
- }
154
- queryParameters = {};
155
- headerParameters = {};
156
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
157
- token = this.configuration.accessToken;
158
- return [4 /*yield*/, token("accessToken", [])];
159
- case 1:
160
- tokenString = _a.sent();
161
- if (tokenString) {
162
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
163
- }
164
- _a.label = 2;
165
- case 2: return [4 /*yield*/, this.request({
166
- path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
167
- method: 'DELETE',
168
- headers: headerParameters,
169
- query: queryParameters,
170
- }, initOverrides)];
171
- case 3:
172
- response = _a.sent();
173
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
174
- }
175
- });
176
- });
177
- };
178
- /**
179
- * Deletes a dashboard
180
- * Delete dashboard
181
- */
182
- DashboardsApi.prototype.deleteDashboard = function (requestParameters, initOverrides) {
183
- return __awaiter(this, void 0, void 0, function () {
184
- var response;
185
- return __generator(this, function (_a) {
186
- switch (_a.label) {
187
- case 0: return [4 /*yield*/, this.deleteDashboardRaw(requestParameters, initOverrides)];
188
- case 1:
189
- response = _a.sent();
190
- return [4 /*yield*/, response.value()];
191
- case 2: return [2 /*return*/, _a.sent()];
192
- }
193
- });
194
- });
195
- };
196
- /**
197
- * Retrieves a dashboard
198
- * Get dashboard
199
- */
200
- DashboardsApi.prototype.getDashboardRaw = function (requestParameters, initOverrides) {
201
- return __awaiter(this, void 0, void 0, function () {
202
- var queryParameters, headerParameters, token, tokenString, response;
203
- return __generator(this, function (_a) {
204
- switch (_a.label) {
205
- case 0:
206
- if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
207
- throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling getDashboard.');
208
- }
209
- if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
210
- throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling getDashboard.');
211
- }
212
- queryParameters = {};
213
- headerParameters = {};
214
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
215
- token = this.configuration.accessToken;
216
- return [4 /*yield*/, token("accessToken", [])];
217
- case 1:
218
- tokenString = _a.sent();
219
- if (tokenString) {
220
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
221
- }
222
- _a.label = 2;
223
- case 2: return [4 /*yield*/, this.request({
224
- path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
225
- method: 'GET',
226
- headers: headerParameters,
227
- query: queryParameters,
228
- }, initOverrides)];
229
- case 3:
230
- response = _a.sent();
231
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
232
- }
233
- });
234
- });
235
- };
236
- /**
237
- * Retrieves a dashboard
238
- * Get dashboard
239
- */
240
- DashboardsApi.prototype.getDashboard = function (requestParameters, initOverrides) {
241
- return __awaiter(this, void 0, void 0, function () {
242
- var response;
243
- return __generator(this, function (_a) {
244
- switch (_a.label) {
245
- case 0: return [4 /*yield*/, this.getDashboardRaw(requestParameters, initOverrides)];
246
- case 1:
247
- response = _a.sent();
248
- return [4 /*yield*/, response.value()];
249
- case 2: return [2 /*return*/, _a.sent()];
250
- }
251
- });
252
- });
253
- };
254
- /**
255
- * Retrieves a list of dashboards for a given project
256
- * List dashboards
257
- */
258
- DashboardsApi.prototype.getDashboardsRaw = function (requestParameters, initOverrides) {
259
- return __awaiter(this, void 0, void 0, function () {
260
- var queryParameters, headerParameters, token, tokenString, response;
261
- return __generator(this, function (_a) {
262
- switch (_a.label) {
263
- case 0:
264
- if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
265
- throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling getDashboards.');
266
- }
267
- queryParameters = {};
268
- headerParameters = {};
269
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
270
- token = this.configuration.accessToken;
271
- return [4 /*yield*/, token("accessToken", [])];
272
- case 1:
273
- tokenString = _a.sent();
274
- if (tokenString) {
275
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
276
- }
277
- _a.label = 2;
278
- case 2: return [4 /*yield*/, this.request({
279
- path: "/projects/{projectId}/dashboards".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))),
280
- method: 'GET',
281
- headers: headerParameters,
282
- query: queryParameters,
283
- }, initOverrides)];
284
- case 3:
285
- response = _a.sent();
286
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return jsonValue.map(index_1.DashboardFromJSON); })];
287
- }
288
- });
289
- });
290
- };
291
- /**
292
- * Retrieves a list of dashboards for a given project
293
- * List dashboards
294
- */
295
- DashboardsApi.prototype.getDashboards = function (requestParameters, initOverrides) {
296
- return __awaiter(this, void 0, void 0, function () {
297
- var response;
298
- return __generator(this, function (_a) {
299
- switch (_a.label) {
300
- case 0: return [4 /*yield*/, this.getDashboardsRaw(requestParameters, initOverrides)];
301
- case 1:
302
- response = _a.sent();
303
- return [4 /*yield*/, response.value()];
304
- case 2: return [2 /*return*/, _a.sent()];
305
- }
306
- });
307
- });
308
- };
309
- /**
310
- * Updates a dashboard
311
- * Update dashboard
312
- */
313
- DashboardsApi.prototype.updateDashboardRaw = function (requestParameters, initOverrides) {
314
- return __awaiter(this, void 0, void 0, function () {
315
- var queryParameters, headerParameters, token, tokenString, response;
316
- return __generator(this, function (_a) {
317
- switch (_a.label) {
318
- case 0:
319
- if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
320
- throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling updateDashboard.');
321
- }
322
- if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
323
- throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling updateDashboard.');
324
- }
325
- if (requestParameters.dashboardRequest === null || requestParameters.dashboardRequest === undefined) {
326
- throw new runtime.RequiredError('dashboardRequest', 'Required parameter requestParameters.dashboardRequest was null or undefined when calling updateDashboard.');
327
- }
328
- queryParameters = {};
329
- headerParameters = {};
330
- headerParameters['Content-Type'] = 'application/json';
331
- if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
332
- token = this.configuration.accessToken;
333
- return [4 /*yield*/, token("accessToken", [])];
334
- case 1:
335
- tokenString = _a.sent();
336
- if (tokenString) {
337
- headerParameters["Authorization"] = "Bearer ".concat(tokenString);
338
- }
339
- _a.label = 2;
340
- case 2: return [4 /*yield*/, this.request({
341
- path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
342
- method: 'PUT',
343
- headers: headerParameters,
344
- query: queryParameters,
345
- body: (0, index_1.DashboardRequestToJSON)(requestParameters.dashboardRequest),
346
- }, initOverrides)];
347
- case 3:
348
- response = _a.sent();
349
- return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
350
- }
351
- });
352
- });
353
- };
354
- /**
355
- * Updates a dashboard
356
- * Update dashboard
357
- */
358
- DashboardsApi.prototype.updateDashboard = function (requestParameters, initOverrides) {
359
- return __awaiter(this, void 0, void 0, function () {
360
- var response;
361
- return __generator(this, function (_a) {
362
- switch (_a.label) {
363
- case 0: return [4 /*yield*/, this.updateDashboardRaw(requestParameters, initOverrides)];
364
- case 1:
365
- response = _a.sent();
366
- return [4 /*yield*/, response.value()];
367
- case 2: return [2 /*return*/, _a.sent()];
368
- }
369
- });
370
- });
371
- };
372
- return DashboardsApi;
373
- }(runtime.BaseAPI));
374
- exports.DashboardsApi = DashboardsApi;
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Cirro Data
6
+ * Cirro Data Platform service API
7
+ *
8
+ * The version of the OpenAPI document: latest
9
+ * Contact: support@cirro.bio
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __extends = (this && this.__extends) || (function () {
16
+ var extendStatics = function (d, b) {
17
+ extendStatics = Object.setPrototypeOf ||
18
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
19
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
20
+ return extendStatics(d, b);
21
+ };
22
+ return function (d, b) {
23
+ if (typeof b !== "function" && b !== null)
24
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
25
+ extendStatics(d, b);
26
+ function __() { this.constructor = d; }
27
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
28
+ };
29
+ })();
30
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32
+ return new (P || (P = Promise))(function (resolve, reject) {
33
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
34
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
35
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
36
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
37
+ });
38
+ };
39
+ var __generator = (this && this.__generator) || function (thisArg, body) {
40
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
41
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
42
+ function verb(n) { return function (v) { return step([n, v]); }; }
43
+ function step(op) {
44
+ if (f) throw new TypeError("Generator is already executing.");
45
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
46
+ 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;
47
+ if (y = 0, t) op = [op[0] & 2, t.value];
48
+ switch (op[0]) {
49
+ case 0: case 1: t = op; break;
50
+ case 4: _.label++; return { value: op[1], done: false };
51
+ case 5: _.label++; y = op[1]; op = [0]; continue;
52
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
53
+ default:
54
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
55
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
56
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
57
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
58
+ if (t[2]) _.ops.pop();
59
+ _.trys.pop(); continue;
60
+ }
61
+ op = body.call(thisArg, _);
62
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
63
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
64
+ }
65
+ };
66
+ Object.defineProperty(exports, "__esModule", { value: true });
67
+ exports.DashboardsApi = void 0;
68
+ var runtime = require("../runtime");
69
+ var index_1 = require("../models/index");
70
+ /**
71
+ *
72
+ */
73
+ var DashboardsApi = /** @class */ (function (_super) {
74
+ __extends(DashboardsApi, _super);
75
+ function DashboardsApi() {
76
+ return _super !== null && _super.apply(this, arguments) || this;
77
+ }
78
+ /**
79
+ * Creates a dashboard
80
+ * Create dashboard
81
+ */
82
+ DashboardsApi.prototype.createDashboardRaw = function (requestParameters, initOverrides) {
83
+ return __awaiter(this, void 0, void 0, function () {
84
+ var queryParameters, headerParameters, token, tokenString, response;
85
+ return __generator(this, function (_a) {
86
+ switch (_a.label) {
87
+ case 0:
88
+ if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
89
+ throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling createDashboard.');
90
+ }
91
+ if (requestParameters.dashboardRequest === null || requestParameters.dashboardRequest === undefined) {
92
+ throw new runtime.RequiredError('dashboardRequest', 'Required parameter requestParameters.dashboardRequest was null or undefined when calling createDashboard.');
93
+ }
94
+ queryParameters = {};
95
+ headerParameters = {};
96
+ headerParameters['Content-Type'] = 'application/json';
97
+ if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
98
+ token = this.configuration.accessToken;
99
+ return [4 /*yield*/, token("accessToken", [])];
100
+ case 1:
101
+ tokenString = _a.sent();
102
+ if (tokenString) {
103
+ headerParameters["Authorization"] = "Bearer ".concat(tokenString);
104
+ }
105
+ _a.label = 2;
106
+ case 2: return [4 /*yield*/, this.request({
107
+ path: "/projects/{projectId}/dashboards".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))),
108
+ method: 'POST',
109
+ headers: headerParameters,
110
+ query: queryParameters,
111
+ body: (0, index_1.DashboardRequestToJSON)(requestParameters.dashboardRequest),
112
+ }, initOverrides)];
113
+ case 3:
114
+ response = _a.sent();
115
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.CreateResponseFromJSON)(jsonValue); })];
116
+ }
117
+ });
118
+ });
119
+ };
120
+ /**
121
+ * Creates a dashboard
122
+ * Create dashboard
123
+ */
124
+ DashboardsApi.prototype.createDashboard = function (requestParameters, initOverrides) {
125
+ return __awaiter(this, void 0, void 0, function () {
126
+ var response;
127
+ return __generator(this, function (_a) {
128
+ switch (_a.label) {
129
+ case 0: return [4 /*yield*/, this.createDashboardRaw(requestParameters, initOverrides)];
130
+ case 1:
131
+ response = _a.sent();
132
+ return [4 /*yield*/, response.value()];
133
+ case 2: return [2 /*return*/, _a.sent()];
134
+ }
135
+ });
136
+ });
137
+ };
138
+ /**
139
+ * Deletes a dashboard
140
+ * Delete dashboard
141
+ */
142
+ DashboardsApi.prototype.deleteDashboardRaw = function (requestParameters, initOverrides) {
143
+ return __awaiter(this, void 0, void 0, function () {
144
+ var queryParameters, headerParameters, token, tokenString, response;
145
+ return __generator(this, function (_a) {
146
+ switch (_a.label) {
147
+ case 0:
148
+ if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
149
+ throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling deleteDashboard.');
150
+ }
151
+ if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
152
+ throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling deleteDashboard.');
153
+ }
154
+ queryParameters = {};
155
+ headerParameters = {};
156
+ if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
157
+ token = this.configuration.accessToken;
158
+ return [4 /*yield*/, token("accessToken", [])];
159
+ case 1:
160
+ tokenString = _a.sent();
161
+ if (tokenString) {
162
+ headerParameters["Authorization"] = "Bearer ".concat(tokenString);
163
+ }
164
+ _a.label = 2;
165
+ case 2: return [4 /*yield*/, this.request({
166
+ path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
167
+ method: 'DELETE',
168
+ headers: headerParameters,
169
+ query: queryParameters,
170
+ }, initOverrides)];
171
+ case 3:
172
+ response = _a.sent();
173
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
174
+ }
175
+ });
176
+ });
177
+ };
178
+ /**
179
+ * Deletes a dashboard
180
+ * Delete dashboard
181
+ */
182
+ DashboardsApi.prototype.deleteDashboard = function (requestParameters, initOverrides) {
183
+ return __awaiter(this, void 0, void 0, function () {
184
+ var response;
185
+ return __generator(this, function (_a) {
186
+ switch (_a.label) {
187
+ case 0: return [4 /*yield*/, this.deleteDashboardRaw(requestParameters, initOverrides)];
188
+ case 1:
189
+ response = _a.sent();
190
+ return [4 /*yield*/, response.value()];
191
+ case 2: return [2 /*return*/, _a.sent()];
192
+ }
193
+ });
194
+ });
195
+ };
196
+ /**
197
+ * Retrieves a dashboard
198
+ * Get dashboard
199
+ */
200
+ DashboardsApi.prototype.getDashboardRaw = function (requestParameters, initOverrides) {
201
+ return __awaiter(this, void 0, void 0, function () {
202
+ var queryParameters, headerParameters, token, tokenString, response;
203
+ return __generator(this, function (_a) {
204
+ switch (_a.label) {
205
+ case 0:
206
+ if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
207
+ throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling getDashboard.');
208
+ }
209
+ if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
210
+ throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling getDashboard.');
211
+ }
212
+ queryParameters = {};
213
+ headerParameters = {};
214
+ if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
215
+ token = this.configuration.accessToken;
216
+ return [4 /*yield*/, token("accessToken", [])];
217
+ case 1:
218
+ tokenString = _a.sent();
219
+ if (tokenString) {
220
+ headerParameters["Authorization"] = "Bearer ".concat(tokenString);
221
+ }
222
+ _a.label = 2;
223
+ case 2: return [4 /*yield*/, this.request({
224
+ path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
225
+ method: 'GET',
226
+ headers: headerParameters,
227
+ query: queryParameters,
228
+ }, initOverrides)];
229
+ case 3:
230
+ response = _a.sent();
231
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
232
+ }
233
+ });
234
+ });
235
+ };
236
+ /**
237
+ * Retrieves a dashboard
238
+ * Get dashboard
239
+ */
240
+ DashboardsApi.prototype.getDashboard = function (requestParameters, initOverrides) {
241
+ return __awaiter(this, void 0, void 0, function () {
242
+ var response;
243
+ return __generator(this, function (_a) {
244
+ switch (_a.label) {
245
+ case 0: return [4 /*yield*/, this.getDashboardRaw(requestParameters, initOverrides)];
246
+ case 1:
247
+ response = _a.sent();
248
+ return [4 /*yield*/, response.value()];
249
+ case 2: return [2 /*return*/, _a.sent()];
250
+ }
251
+ });
252
+ });
253
+ };
254
+ /**
255
+ * Retrieves a list of dashboards for a given project
256
+ * List dashboards
257
+ */
258
+ DashboardsApi.prototype.getDashboardsRaw = function (requestParameters, initOverrides) {
259
+ return __awaiter(this, void 0, void 0, function () {
260
+ var queryParameters, headerParameters, token, tokenString, response;
261
+ return __generator(this, function (_a) {
262
+ switch (_a.label) {
263
+ case 0:
264
+ if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
265
+ throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling getDashboards.');
266
+ }
267
+ queryParameters = {};
268
+ headerParameters = {};
269
+ if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
270
+ token = this.configuration.accessToken;
271
+ return [4 /*yield*/, token("accessToken", [])];
272
+ case 1:
273
+ tokenString = _a.sent();
274
+ if (tokenString) {
275
+ headerParameters["Authorization"] = "Bearer ".concat(tokenString);
276
+ }
277
+ _a.label = 2;
278
+ case 2: return [4 /*yield*/, this.request({
279
+ path: "/projects/{projectId}/dashboards".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))),
280
+ method: 'GET',
281
+ headers: headerParameters,
282
+ query: queryParameters,
283
+ }, initOverrides)];
284
+ case 3:
285
+ response = _a.sent();
286
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return jsonValue.map(index_1.DashboardFromJSON); })];
287
+ }
288
+ });
289
+ });
290
+ };
291
+ /**
292
+ * Retrieves a list of dashboards for a given project
293
+ * List dashboards
294
+ */
295
+ DashboardsApi.prototype.getDashboards = function (requestParameters, initOverrides) {
296
+ return __awaiter(this, void 0, void 0, function () {
297
+ var response;
298
+ return __generator(this, function (_a) {
299
+ switch (_a.label) {
300
+ case 0: return [4 /*yield*/, this.getDashboardsRaw(requestParameters, initOverrides)];
301
+ case 1:
302
+ response = _a.sent();
303
+ return [4 /*yield*/, response.value()];
304
+ case 2: return [2 /*return*/, _a.sent()];
305
+ }
306
+ });
307
+ });
308
+ };
309
+ /**
310
+ * Updates a dashboard
311
+ * Update dashboard
312
+ */
313
+ DashboardsApi.prototype.updateDashboardRaw = function (requestParameters, initOverrides) {
314
+ return __awaiter(this, void 0, void 0, function () {
315
+ var queryParameters, headerParameters, token, tokenString, response;
316
+ return __generator(this, function (_a) {
317
+ switch (_a.label) {
318
+ case 0:
319
+ if (requestParameters.projectId === null || requestParameters.projectId === undefined) {
320
+ throw new runtime.RequiredError('projectId', 'Required parameter requestParameters.projectId was null or undefined when calling updateDashboard.');
321
+ }
322
+ if (requestParameters.dashboardId === null || requestParameters.dashboardId === undefined) {
323
+ throw new runtime.RequiredError('dashboardId', 'Required parameter requestParameters.dashboardId was null or undefined when calling updateDashboard.');
324
+ }
325
+ if (requestParameters.dashboardRequest === null || requestParameters.dashboardRequest === undefined) {
326
+ throw new runtime.RequiredError('dashboardRequest', 'Required parameter requestParameters.dashboardRequest was null or undefined when calling updateDashboard.');
327
+ }
328
+ queryParameters = {};
329
+ headerParameters = {};
330
+ headerParameters['Content-Type'] = 'application/json';
331
+ if (!(this.configuration && this.configuration.accessToken)) return [3 /*break*/, 2];
332
+ token = this.configuration.accessToken;
333
+ return [4 /*yield*/, token("accessToken", [])];
334
+ case 1:
335
+ tokenString = _a.sent();
336
+ if (tokenString) {
337
+ headerParameters["Authorization"] = "Bearer ".concat(tokenString);
338
+ }
339
+ _a.label = 2;
340
+ case 2: return [4 /*yield*/, this.request({
341
+ path: "/projects/{projectId}/dashboards/{dashboardId}".replace("{".concat("projectId", "}"), encodeURIComponent(String(requestParameters.projectId))).replace("{".concat("dashboardId", "}"), encodeURIComponent(String(requestParameters.dashboardId))),
342
+ method: 'PUT',
343
+ headers: headerParameters,
344
+ query: queryParameters,
345
+ body: (0, index_1.DashboardRequestToJSON)(requestParameters.dashboardRequest),
346
+ }, initOverrides)];
347
+ case 3:
348
+ response = _a.sent();
349
+ return [2 /*return*/, new runtime.JSONApiResponse(response, function (jsonValue) { return (0, index_1.DashboardFromJSON)(jsonValue); })];
350
+ }
351
+ });
352
+ });
353
+ };
354
+ /**
355
+ * Updates a dashboard
356
+ * Update dashboard
357
+ */
358
+ DashboardsApi.prototype.updateDashboard = function (requestParameters, initOverrides) {
359
+ return __awaiter(this, void 0, void 0, function () {
360
+ var response;
361
+ return __generator(this, function (_a) {
362
+ switch (_a.label) {
363
+ case 0: return [4 /*yield*/, this.updateDashboardRaw(requestParameters, initOverrides)];
364
+ case 1:
365
+ response = _a.sent();
366
+ return [4 /*yield*/, response.value()];
367
+ case 2: return [2 /*return*/, _a.sent()];
368
+ }
369
+ });
370
+ });
371
+ };
372
+ return DashboardsApi;
373
+ }(runtime.BaseAPI));
374
+ exports.DashboardsApi = DashboardsApi;