@ourskyai/platform-api 1.3.2816 → 1.3.3197

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/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.2816
8
+ * The version of the OpenAPI document: 1.3.3197
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -146,6 +146,7 @@ exports.V1NodeDiagnosticType = {
146
146
  SLEW_SPEED_DEGREES_PER_SECOND: 'SLEW_SPEED_DEGREES_PER_SECOND',
147
147
  CENTERING_TIME_MS: 'CENTERING_TIME_MS',
148
148
  POINTING_ERROR_DEGREES: 'POINTING_ERROR_DEGREES',
149
+ SLEW_TIMING_CHECKED: 'SLEW_TIMING_CHECKED',
149
150
  CAMERA_CHECKED: 'CAMERA_CHECKED',
150
151
  CAMERA_HAS_GPS: 'CAMERA_HAS_GPS',
151
152
  MOUNT_CHECKED: 'MOUNT_CHECKED',
@@ -166,6 +167,34 @@ exports.V1NodeDiagnosticType = {
166
167
  */
167
168
  const DefaultApiAxiosParamCreator = function (configuration) {
168
169
  return {
170
+ /**
171
+ * Get the various tokens used in client applications
172
+ * @param {*} [options] Override http request option.
173
+ * @throws {RequiredError}
174
+ */
175
+ getClientToken: (options = {}) => __awaiter(this, void 0, void 0, function* () {
176
+ const localVarPath = `/v1/client-tokens`;
177
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
178
+ const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
179
+ let baseOptions;
180
+ if (configuration) {
181
+ baseOptions = configuration.baseOptions;
182
+ }
183
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
184
+ const localVarHeaderParameter = {};
185
+ const localVarQueryParameter = {};
186
+ // authentication Roles required
187
+ // authentication BearerToken required
188
+ // http bearer authentication required
189
+ yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
190
+ (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
191
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
192
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
193
+ return {
194
+ url: (0, common_1.toPathString)(localVarUrlObj),
195
+ options: localVarRequestOptions,
196
+ };
197
+ }),
169
198
  /**
170
199
  * Match camera.
171
200
  * @param {string} [model]
@@ -457,39 +486,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
457
486
  options: localVarRequestOptions,
458
487
  };
459
488
  }),
460
- /**
461
- * Create an observation instruction.
462
- * @param {V1CreateObservationInstructionRequest} v1CreateObservationInstructionRequest
463
- * @param {*} [options] Override http request option.
464
- * @throws {RequiredError}
465
- */
466
- v1CreateObservationInstruction: (v1CreateObservationInstructionRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
467
- // verify required parameter 'v1CreateObservationInstructionRequest' is not null or undefined
468
- (0, common_1.assertParamExists)('v1CreateObservationInstruction', 'v1CreateObservationInstructionRequest', v1CreateObservationInstructionRequest);
469
- const localVarPath = `/v1/observation-instruction`;
470
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
471
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
472
- let baseOptions;
473
- if (configuration) {
474
- baseOptions = configuration.baseOptions;
475
- }
476
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
477
- const localVarHeaderParameter = {};
478
- const localVarQueryParameter = {};
479
- // authentication Roles required
480
- // authentication BearerToken required
481
- // http bearer authentication required
482
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
483
- localVarHeaderParameter['Content-Type'] = 'application/json';
484
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
485
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
486
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
487
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1CreateObservationInstructionRequest, localVarRequestOptions, configuration);
488
- return {
489
- url: (0, common_1.toPathString)(localVarUrlObj),
490
- options: localVarRequestOptions,
491
- };
492
- }),
493
489
  /**
494
490
  * Create an optical tube.
495
491
  * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
@@ -1125,39 +1121,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1125
1121
  options: localVarRequestOptions,
1126
1122
  };
1127
1123
  }),
1128
- /**
1129
- * Update node metrics.
1130
- * @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
1131
- * @param {*} [options] Override http request option.
1132
- * @throws {RequiredError}
1133
- */
1134
- v1UpdateNodeMetrics: (v1UpdateNodeMetricsRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1135
- // verify required parameter 'v1UpdateNodeMetricsRequest' is not null or undefined
1136
- (0, common_1.assertParamExists)('v1UpdateNodeMetrics', 'v1UpdateNodeMetricsRequest', v1UpdateNodeMetricsRequest);
1137
- const localVarPath = `/v1/node-metrics`;
1138
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1139
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1140
- let baseOptions;
1141
- if (configuration) {
1142
- baseOptions = configuration.baseOptions;
1143
- }
1144
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
1145
- const localVarHeaderParameter = {};
1146
- const localVarQueryParameter = {};
1147
- // authentication Roles required
1148
- // authentication BearerToken required
1149
- // http bearer authentication required
1150
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
1151
- localVarHeaderParameter['Content-Type'] = 'application/json';
1152
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1153
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1154
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1155
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(v1UpdateNodeMetricsRequest, localVarRequestOptions, configuration);
1156
- return {
1157
- url: (0, common_1.toPathString)(localVarUrlObj),
1158
- options: localVarRequestOptions,
1159
- };
1160
- }),
1161
1124
  /**
1162
1125
  * Complete an observation utilizing the async pipeline.
1163
1126
  * @param {V2CompleteObservationRequest} v2CompleteObservationRequest
@@ -1191,40 +1154,6 @@ const DefaultApiAxiosParamCreator = function (configuration) {
1191
1154
  options: localVarRequestOptions,
1192
1155
  };
1193
1156
  }),
1194
- /**
1195
- * Get next observation.
1196
- * @param {string} nodeId
1197
- * @param {*} [options] Override http request option.
1198
- * @throws {RequiredError}
1199
- */
1200
- v2GetObservation: (nodeId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1201
- // verify required parameter 'nodeId' is not null or undefined
1202
- (0, common_1.assertParamExists)('v2GetObservation', 'nodeId', nodeId);
1203
- const localVarPath = `/v2/observation`;
1204
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
1205
- const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
1206
- let baseOptions;
1207
- if (configuration) {
1208
- baseOptions = configuration.baseOptions;
1209
- }
1210
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
1211
- const localVarHeaderParameter = {};
1212
- const localVarQueryParameter = {};
1213
- // authentication Roles required
1214
- // authentication BearerToken required
1215
- // http bearer authentication required
1216
- yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
1217
- if (nodeId !== undefined) {
1218
- localVarQueryParameter['nodeId'] = nodeId;
1219
- }
1220
- (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
1221
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1222
- localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1223
- return {
1224
- url: (0, common_1.toPathString)(localVarUrlObj),
1225
- options: localVarRequestOptions,
1226
- };
1227
- }),
1228
1157
  };
1229
1158
  };
1230
1159
  exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
@@ -1235,6 +1164,17 @@ exports.DefaultApiAxiosParamCreator = DefaultApiAxiosParamCreator;
1235
1164
  const DefaultApiFp = function (configuration) {
1236
1165
  const localVarAxiosParamCreator = (0, exports.DefaultApiAxiosParamCreator)(configuration);
1237
1166
  return {
1167
+ /**
1168
+ * Get the various tokens used in client applications
1169
+ * @param {*} [options] Override http request option.
1170
+ * @throws {RequiredError}
1171
+ */
1172
+ getClientToken(options) {
1173
+ return __awaiter(this, void 0, void 0, function* () {
1174
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getClientToken(options);
1175
+ return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1176
+ });
1177
+ },
1238
1178
  /**
1239
1179
  * Match camera.
1240
1180
  * @param {string} [model]
@@ -1338,18 +1278,6 @@ const DefaultApiFp = function (configuration) {
1338
1278
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1339
1279
  });
1340
1280
  },
1341
- /**
1342
- * Create an observation instruction.
1343
- * @param {V1CreateObservationInstructionRequest} v1CreateObservationInstructionRequest
1344
- * @param {*} [options] Override http request option.
1345
- * @throws {RequiredError}
1346
- */
1347
- v1CreateObservationInstruction(v1CreateObservationInstructionRequest, options) {
1348
- return __awaiter(this, void 0, void 0, function* () {
1349
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CreateObservationInstruction(v1CreateObservationInstructionRequest, options);
1350
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1351
- });
1352
- },
1353
1281
  /**
1354
1282
  * Create an optical tube.
1355
1283
  * @param {V1CreateOpticalTubeRequest} v1CreateOpticalTubeRequest
@@ -1579,18 +1507,6 @@ const DefaultApiFp = function (configuration) {
1579
1507
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1580
1508
  });
1581
1509
  },
1582
- /**
1583
- * Update node metrics.
1584
- * @param {V1UpdateNodeMetricsRequest} v1UpdateNodeMetricsRequest
1585
- * @param {*} [options] Override http request option.
1586
- * @throws {RequiredError}
1587
- */
1588
- v1UpdateNodeMetrics(v1UpdateNodeMetricsRequest, options) {
1589
- return __awaiter(this, void 0, void 0, function* () {
1590
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v1UpdateNodeMetrics(v1UpdateNodeMetricsRequest, options);
1591
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1592
- });
1593
- },
1594
1510
  /**
1595
1511
  * Complete an observation utilizing the async pipeline.
1596
1512
  * @param {V2CompleteObservationRequest} v2CompleteObservationRequest
@@ -1603,18 +1519,6 @@ const DefaultApiFp = function (configuration) {
1603
1519
  return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1604
1520
  });
1605
1521
  },
1606
- /**
1607
- * Get next observation.
1608
- * @param {string} nodeId
1609
- * @param {*} [options] Override http request option.
1610
- * @throws {RequiredError}
1611
- */
1612
- v2GetObservation(nodeId, options) {
1613
- return __awaiter(this, void 0, void 0, function* () {
1614
- const localVarAxiosArgs = yield localVarAxiosParamCreator.v2GetObservation(nodeId, options);
1615
- return (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration);
1616
- });
1617
- },
1618
1522
  };
1619
1523
  };
1620
1524
  exports.DefaultApiFp = DefaultApiFp;
@@ -1625,6 +1529,14 @@ exports.DefaultApiFp = DefaultApiFp;
1625
1529
  const DefaultApiFactory = function (configuration, basePath, axios) {
1626
1530
  const localVarFp = (0, exports.DefaultApiFp)(configuration);
1627
1531
  return {
1532
+ /**
1533
+ * Get the various tokens used in client applications
1534
+ * @param {*} [options] Override http request option.
1535
+ * @throws {RequiredError}
1536
+ */
1537
+ getClientToken(options) {
1538
+ return localVarFp.getClientToken(options).then((request) => request(axios, basePath));
1539
+ },
1628
1540
  /**
1629
1541
  * Match camera.
1630
1542
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
@@ -1697,15 +1609,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1697
1609
  v1CreateNodeDiagnostics(requestParameters, options) {
1698
1610
  return localVarFp.v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(axios, basePath));
1699
1611
  },
1700
- /**
1701
- * Create an observation instruction.
1702
- * @param {DefaultApiV1CreateObservationInstructionRequest} requestParameters Request parameters.
1703
- * @param {*} [options] Override http request option.
1704
- * @throws {RequiredError}
1705
- */
1706
- v1CreateObservationInstruction(requestParameters, options) {
1707
- return localVarFp.v1CreateObservationInstruction(requestParameters.v1CreateObservationInstructionRequest, options).then((request) => request(axios, basePath));
1708
- },
1709
1612
  /**
1710
1613
  * Create an optical tube.
1711
1614
  * @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
@@ -1875,15 +1778,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1875
1778
  v1UpdateNodeComponents(requestParameters, options) {
1876
1779
  return localVarFp.v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(axios, basePath));
1877
1780
  },
1878
- /**
1879
- * Update node metrics.
1880
- * @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
1881
- * @param {*} [options] Override http request option.
1882
- * @throws {RequiredError}
1883
- */
1884
- v1UpdateNodeMetrics(requestParameters, options) {
1885
- return localVarFp.v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetricsRequest, options).then((request) => request(axios, basePath));
1886
- },
1887
1781
  /**
1888
1782
  * Complete an observation utilizing the async pipeline.
1889
1783
  * @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
@@ -1893,15 +1787,6 @@ const DefaultApiFactory = function (configuration, basePath, axios) {
1893
1787
  v2CompleteObservation(requestParameters, options) {
1894
1788
  return localVarFp.v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(axios, basePath));
1895
1789
  },
1896
- /**
1897
- * Get next observation.
1898
- * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.
1899
- * @param {*} [options] Override http request option.
1900
- * @throws {RequiredError}
1901
- */
1902
- v2GetObservation(requestParameters, options) {
1903
- return localVarFp.v2GetObservation(requestParameters.nodeId, options).then((request) => request(axios, basePath));
1904
- },
1905
1790
  };
1906
1791
  };
1907
1792
  exports.DefaultApiFactory = DefaultApiFactory;
@@ -1912,6 +1797,15 @@ exports.DefaultApiFactory = DefaultApiFactory;
1912
1797
  * @extends {BaseAPI}
1913
1798
  */
1914
1799
  class DefaultApi extends base_1.BaseAPI {
1800
+ /**
1801
+ * Get the various tokens used in client applications
1802
+ * @param {*} [options] Override http request option.
1803
+ * @throws {RequiredError}
1804
+ * @memberof DefaultApi
1805
+ */
1806
+ getClientToken(options) {
1807
+ return (0, exports.DefaultApiFp)(this.configuration).getClientToken(options).then((request) => request(this.axios, this.basePath));
1808
+ }
1915
1809
  /**
1916
1810
  * Match camera.
1917
1811
  * @param {DefaultApiV1CameraMatchRequest} requestParameters Request parameters.
@@ -1992,16 +1886,6 @@ class DefaultApi extends base_1.BaseAPI {
1992
1886
  v1CreateNodeDiagnostics(requestParameters, options) {
1993
1887
  return (0, exports.DefaultApiFp)(this.configuration).v1CreateNodeDiagnostics(requestParameters.v1CreateNodeDiagnosticsRequest, options).then((request) => request(this.axios, this.basePath));
1994
1888
  }
1995
- /**
1996
- * Create an observation instruction.
1997
- * @param {DefaultApiV1CreateObservationInstructionRequest} requestParameters Request parameters.
1998
- * @param {*} [options] Override http request option.
1999
- * @throws {RequiredError}
2000
- * @memberof DefaultApi
2001
- */
2002
- v1CreateObservationInstruction(requestParameters, options) {
2003
- return (0, exports.DefaultApiFp)(this.configuration).v1CreateObservationInstruction(requestParameters.v1CreateObservationInstructionRequest, options).then((request) => request(this.axios, this.basePath));
2004
- }
2005
1889
  /**
2006
1890
  * Create an optical tube.
2007
1891
  * @param {DefaultApiV1CreateOpticalTubeRequest} requestParameters Request parameters.
@@ -2190,16 +2074,6 @@ class DefaultApi extends base_1.BaseAPI {
2190
2074
  v1UpdateNodeComponents(requestParameters, options) {
2191
2075
  return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNodeComponents(requestParameters.v1UpdateNodeComponentsRequest, options).then((request) => request(this.axios, this.basePath));
2192
2076
  }
2193
- /**
2194
- * Update node metrics.
2195
- * @param {DefaultApiV1UpdateNodeMetricsRequest} requestParameters Request parameters.
2196
- * @param {*} [options] Override http request option.
2197
- * @throws {RequiredError}
2198
- * @memberof DefaultApi
2199
- */
2200
- v1UpdateNodeMetrics(requestParameters, options) {
2201
- return (0, exports.DefaultApiFp)(this.configuration).v1UpdateNodeMetrics(requestParameters.v1UpdateNodeMetricsRequest, options).then((request) => request(this.axios, this.basePath));
2202
- }
2203
2077
  /**
2204
2078
  * Complete an observation utilizing the async pipeline.
2205
2079
  * @param {DefaultApiV2CompleteObservationRequest} requestParameters Request parameters.
@@ -2210,15 +2084,5 @@ class DefaultApi extends base_1.BaseAPI {
2210
2084
  v2CompleteObservation(requestParameters, options) {
2211
2085
  return (0, exports.DefaultApiFp)(this.configuration).v2CompleteObservation(requestParameters.v2CompleteObservationRequest, options).then((request) => request(this.axios, this.basePath));
2212
2086
  }
2213
- /**
2214
- * Get next observation.
2215
- * @param {DefaultApiV2GetObservationRequest} requestParameters Request parameters.
2216
- * @param {*} [options] Override http request option.
2217
- * @throws {RequiredError}
2218
- * @memberof DefaultApi
2219
- */
2220
- v2GetObservation(requestParameters, options) {
2221
- return (0, exports.DefaultApiFp)(this.configuration).v2GetObservation(requestParameters.nodeId, options).then((request) => request(this.axios, this.basePath));
2222
- }
2223
2087
  }
2224
2088
  exports.DefaultApi = DefaultApi;
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.2816
5
+ * The version of the OpenAPI document: 1.3.3197
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.2816
8
+ * The version of the OpenAPI document: 1.3.3197
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.2816
5
+ * The version of the OpenAPI document: 1.3.3197
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.2816
8
+ * The version of the OpenAPI document: 1.3.3197
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * OurSky Platform
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: 1.3.2816
5
+ * The version of the OpenAPI document: 1.3.3197
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * OurSky Platform
6
6
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
  *
8
- * The version of the OpenAPI document: 1.3.2816
8
+ * The version of the OpenAPI document: 1.3.3197
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).