@ourskyai/platform-api 1.3.5218 → 1.3.5335

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/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -189,6 +189,16 @@ export const V1NodeComponentType = {
189
189
  SAFETY_MONITOR: 'SAFETY_MONITOR',
190
190
  NODE: 'NODE'
191
191
  };
192
+ /**
193
+ * The status of the bootstrapping process.
194
+ * @export
195
+ * @enum {string}
196
+ */
197
+ export const V1NodeControllerStatus = {
198
+ PENDING_APPROVAL: 'pending_approval',
199
+ APPROVED: 'approved',
200
+ FINISHED: 'finished'
201
+ };
192
202
  /**
193
203
  *
194
204
  * @export
@@ -229,7 +239,8 @@ export const V1NodeDiagnosticType = {
229
239
  ASCOM_PRIMARY_REVERSED: 'ASCOM_PRIMARY_REVERSED',
230
240
  ASCOM_SECONDARY_REVERSED: 'ASCOM_SECONDARY_REVERSED',
231
241
  ASCOM_CAN_TRACK_LEO: 'ASCOM_CAN_TRACK_LEO',
232
- FOCUSER_RANGE: 'FOCUSER_RANGE'
242
+ FOCUSER_RANGE: 'FOCUSER_RANGE',
243
+ SKY_FLATS_TAKEN: 'SKY_FLATS_TAKEN'
233
244
  };
234
245
  /**
235
246
  *
@@ -345,6 +356,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
345
356
  options: localVarRequestOptions,
346
357
  };
347
358
  }),
359
+ /**
360
+ * CompleteBootstrap
361
+ * @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
362
+ * @param {*} [options] Override http request option.
363
+ * @throws {RequiredError}
364
+ */
365
+ v1CompleteBootstrap: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
366
+ // verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
367
+ assertParamExists('v1CompleteBootstrap', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
368
+ const localVarPath = `/v1/node-controller/completeBootstrap`;
369
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
370
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
371
+ let baseOptions;
372
+ if (configuration) {
373
+ baseOptions = configuration.baseOptions;
374
+ }
375
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
376
+ const localVarHeaderParameter = {};
377
+ const localVarQueryParameter = {};
378
+ // authentication Roles required
379
+ // authentication BearerToken required
380
+ // http bearer authentication required
381
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
382
+ localVarHeaderParameter['Content-Type'] = 'application/json';
383
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
384
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
385
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
386
+ localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
387
+ return {
388
+ url: toPathString(localVarUrlObj),
389
+ options: localVarRequestOptions,
390
+ };
391
+ }),
348
392
  /**
349
393
  * Complete an observation.
350
394
  * @param {V1CompleteObservationRequest} v1CompleteObservationRequest
@@ -1553,6 +1597,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1553
1597
  options: localVarRequestOptions,
1554
1598
  };
1555
1599
  }),
1600
+ /**
1601
+ * issueCertificate
1602
+ * @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
1603
+ * @param {*} [options] Override http request option.
1604
+ * @throws {RequiredError}
1605
+ */
1606
+ v1IssueCertificate: (v1NodeControllerBootstrapRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1607
+ // verify required parameter 'v1NodeControllerBootstrapRequest' is not null or undefined
1608
+ assertParamExists('v1IssueCertificate', 'v1NodeControllerBootstrapRequest', v1NodeControllerBootstrapRequest);
1609
+ const localVarPath = `/v1/node-controller/issueCertificate`;
1610
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1611
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1612
+ let baseOptions;
1613
+ if (configuration) {
1614
+ baseOptions = configuration.baseOptions;
1615
+ }
1616
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
1617
+ const localVarHeaderParameter = {};
1618
+ const localVarQueryParameter = {};
1619
+ // authentication Roles required
1620
+ // authentication BearerToken required
1621
+ // http bearer authentication required
1622
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1623
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1624
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1625
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1626
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1627
+ localVarRequestOptions.data = serializeDataIfNeeded(v1NodeControllerBootstrapRequest, localVarRequestOptions, configuration);
1628
+ return {
1629
+ url: toPathString(localVarUrlObj),
1630
+ options: localVarRequestOptions,
1631
+ };
1632
+ }),
1556
1633
  /**
1557
1634
  * Match mount.
1558
1635
  * @param {string} [model]
@@ -1625,6 +1702,39 @@ export const DefaultApiAxiosParamCreator = function (configuration) {
1625
1702
  options: localVarRequestOptions,
1626
1703
  };
1627
1704
  }),
1705
+ /**
1706
+ * RegisterNodeController
1707
+ * @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
1708
+ * @param {*} [options] Override http request option.
1709
+ * @throws {RequiredError}
1710
+ */
1711
+ v1RegisterNodeController: (v1RegisterNodeControllerRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1712
+ // verify required parameter 'v1RegisterNodeControllerRequest' is not null or undefined
1713
+ assertParamExists('v1RegisterNodeController', 'v1RegisterNodeControllerRequest', v1RegisterNodeControllerRequest);
1714
+ const localVarPath = `/v1/node-controller/register`;
1715
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
1716
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
1717
+ let baseOptions;
1718
+ if (configuration) {
1719
+ baseOptions = configuration.baseOptions;
1720
+ }
1721
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
1722
+ const localVarHeaderParameter = {};
1723
+ const localVarQueryParameter = {};
1724
+ // authentication Roles required
1725
+ // authentication BearerToken required
1726
+ // http bearer authentication required
1727
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
1728
+ localVarHeaderParameter['Content-Type'] = 'application/json';
1729
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
1730
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
1731
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
1732
+ localVarRequestOptions.data = serializeDataIfNeeded(v1RegisterNodeControllerRequest, localVarRequestOptions, configuration);
1733
+ return {
1734
+ url: toPathString(localVarUrlObj),
1735
+ options: localVarRequestOptions,
1736
+ };
1737
+ }),
1628
1738
  /**
1629
1739
  * Update a node.
1630
1740
  * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
@@ -1763,6 +1873,18 @@ export const DefaultApiFp = function (configuration) {
1763
1873
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1764
1874
  });
1765
1875
  },
1876
+ /**
1877
+ * CompleteBootstrap
1878
+ * @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
1879
+ * @param {*} [options] Override http request option.
1880
+ * @throws {RequiredError}
1881
+ */
1882
+ v1CompleteBootstrap(v1NodeControllerBootstrapRequest, options) {
1883
+ return __awaiter(this, void 0, void 0, function* () {
1884
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1CompleteBootstrap(v1NodeControllerBootstrapRequest, options);
1885
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
1886
+ });
1887
+ },
1766
1888
  /**
1767
1889
  * Complete an observation.
1768
1890
  * @param {V1CompleteObservationRequest} v1CompleteObservationRequest
@@ -2196,6 +2318,18 @@ export const DefaultApiFp = function (configuration) {
2196
2318
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2197
2319
  });
2198
2320
  },
2321
+ /**
2322
+ * issueCertificate
2323
+ * @param {V1NodeControllerBootstrapRequest} v1NodeControllerBootstrapRequest
2324
+ * @param {*} [options] Override http request option.
2325
+ * @throws {RequiredError}
2326
+ */
2327
+ v1IssueCertificate(v1NodeControllerBootstrapRequest, options) {
2328
+ return __awaiter(this, void 0, void 0, function* () {
2329
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1IssueCertificate(v1NodeControllerBootstrapRequest, options);
2330
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2331
+ });
2332
+ },
2199
2333
  /**
2200
2334
  * Match mount.
2201
2335
  * @param {string} [model]
@@ -2222,6 +2356,18 @@ export const DefaultApiFp = function (configuration) {
2222
2356
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2223
2357
  });
2224
2358
  },
2359
+ /**
2360
+ * RegisterNodeController
2361
+ * @param {V1RegisterNodeControllerRequest} v1RegisterNodeControllerRequest
2362
+ * @param {*} [options] Override http request option.
2363
+ * @throws {RequiredError}
2364
+ */
2365
+ v1RegisterNodeController(v1RegisterNodeControllerRequest, options) {
2366
+ return __awaiter(this, void 0, void 0, function* () {
2367
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.v1RegisterNodeController(v1RegisterNodeControllerRequest, options);
2368
+ return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
2369
+ });
2370
+ },
2225
2371
  /**
2226
2372
  * Update a node.
2227
2373
  * @param {V1UpdateNodeRequest} v1UpdateNodeRequest
@@ -2284,6 +2430,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
2284
2430
  v1CameraMatch(requestParameters = {}, options) {
2285
2431
  return localVarFp.v1CameraMatch(requestParameters.model, requestParameters.pixelSizeMicrons, requestParameters.pixelsX, requestParameters.pixelsY, requestParameters.megapixels, requestParameters.chilled, requestParameters.adcBitDepth, requestParameters.isColor, options).then((request) => request(axios, basePath));
2286
2432
  },
2433
+ /**
2434
+ * CompleteBootstrap
2435
+ * @param {DefaultApiV1CompleteBootstrapRequest} requestParameters Request parameters.
2436
+ * @param {*} [options] Override http request option.
2437
+ * @throws {RequiredError}
2438
+ */
2439
+ v1CompleteBootstrap(requestParameters, options) {
2440
+ return localVarFp.v1CompleteBootstrap(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
2441
+ },
2287
2442
  /**
2288
2443
  * Complete an observation.
2289
2444
  * @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
@@ -2606,6 +2761,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
2606
2761
  v1GetPlateSolveCatalogDiff(requestParameters, options) {
2607
2762
  return localVarFp.v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(axios, basePath));
2608
2763
  },
2764
+ /**
2765
+ * issueCertificate
2766
+ * @param {DefaultApiV1IssueCertificateRequest} requestParameters Request parameters.
2767
+ * @param {*} [options] Override http request option.
2768
+ * @throws {RequiredError}
2769
+ */
2770
+ v1IssueCertificate(requestParameters, options) {
2771
+ return localVarFp.v1IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(axios, basePath));
2772
+ },
2609
2773
  /**
2610
2774
  * Match mount.
2611
2775
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
@@ -2624,6 +2788,15 @@ export const DefaultApiFactory = function (configuration, basePath, axios) {
2624
2788
  v1OpticalTubeMatch(requestParameters = {}, options) {
2625
2789
  return localVarFp.v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(axios, basePath));
2626
2790
  },
2791
+ /**
2792
+ * RegisterNodeController
2793
+ * @param {DefaultApiV1RegisterNodeControllerRequest} requestParameters Request parameters.
2794
+ * @param {*} [options] Override http request option.
2795
+ * @throws {RequiredError}
2796
+ */
2797
+ v1RegisterNodeController(requestParameters, options) {
2798
+ return localVarFp.v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(axios, basePath));
2799
+ },
2627
2800
  /**
2628
2801
  * Update a node.
2629
2802
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
@@ -2679,6 +2852,16 @@ export class DefaultApi extends BaseAPI {
2679
2852
  v1CameraMatch(requestParameters = {}, options) {
2680
2853
  return DefaultApiFp(this.configuration).v1CameraMatch(requestParameters.model, requestParameters.pixelSizeMicrons, requestParameters.pixelsX, requestParameters.pixelsY, requestParameters.megapixels, requestParameters.chilled, requestParameters.adcBitDepth, requestParameters.isColor, options).then((request) => request(this.axios, this.basePath));
2681
2854
  }
2855
+ /**
2856
+ * CompleteBootstrap
2857
+ * @param {DefaultApiV1CompleteBootstrapRequest} requestParameters Request parameters.
2858
+ * @param {*} [options] Override http request option.
2859
+ * @throws {RequiredError}
2860
+ * @memberof DefaultApi
2861
+ */
2862
+ v1CompleteBootstrap(requestParameters, options) {
2863
+ return DefaultApiFp(this.configuration).v1CompleteBootstrap(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
2864
+ }
2682
2865
  /**
2683
2866
  * Complete an observation.
2684
2867
  * @param {DefaultApiV1CompleteObservationRequest} requestParameters Request parameters.
@@ -3037,6 +3220,16 @@ export class DefaultApi extends BaseAPI {
3037
3220
  v1GetPlateSolveCatalogDiff(requestParameters, options) {
3038
3221
  return DefaultApiFp(this.configuration).v1GetPlateSolveCatalogDiff(requestParameters.v1GetPlateSolveCatalogDiffRequest, options).then((request) => request(this.axios, this.basePath));
3039
3222
  }
3223
+ /**
3224
+ * issueCertificate
3225
+ * @param {DefaultApiV1IssueCertificateRequest} requestParameters Request parameters.
3226
+ * @param {*} [options] Override http request option.
3227
+ * @throws {RequiredError}
3228
+ * @memberof DefaultApi
3229
+ */
3230
+ v1IssueCertificate(requestParameters, options) {
3231
+ return DefaultApiFp(this.configuration).v1IssueCertificate(requestParameters.v1NodeControllerBootstrapRequest, options).then((request) => request(this.axios, this.basePath));
3232
+ }
3040
3233
  /**
3041
3234
  * Match mount.
3042
3235
  * @param {DefaultApiV1MountMatchRequest} requestParameters Request parameters.
@@ -3057,6 +3250,16 @@ export class DefaultApi extends BaseAPI {
3057
3250
  v1OpticalTubeMatch(requestParameters = {}, options) {
3058
3251
  return DefaultApiFp(this.configuration).v1OpticalTubeMatch(requestParameters.model, requestParameters.focalLengthMm, requestParameters.apertureMm, options).then((request) => request(this.axios, this.basePath));
3059
3252
  }
3253
+ /**
3254
+ * RegisterNodeController
3255
+ * @param {DefaultApiV1RegisterNodeControllerRequest} requestParameters Request parameters.
3256
+ * @param {*} [options] Override http request option.
3257
+ * @throws {RequiredError}
3258
+ * @memberof DefaultApi
3259
+ */
3260
+ v1RegisterNodeController(requestParameters, options) {
3261
+ return DefaultApiFp(this.configuration).v1RegisterNodeController(requestParameters.v1RegisterNodeControllerRequest, options).then((request) => request(this.axios, this.basePath));
3262
+ }
3060
3263
  /**
3061
3264
  * Update a node.
3062
3265
  * @param {DefaultApiV1UpdateNodeRequest} requestParameters Request parameters.
@@ -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.5218
5
+ * The version of the OpenAPI document: 1.3.5335
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * 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.5218
5
+ * The version of the OpenAPI document: 1.3.5335
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * 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.5218
5
+ * The version of the OpenAPI document: 1.3.5335
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * 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.5218
5
+ * The version of the OpenAPI document: 1.3.5335
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.5218
5
+ * The version of the OpenAPI document: 1.3.5335
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.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.5218
8
+ * The version of the OpenAPI document: 1.3.5335
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * OurSky Platform
5
5
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
  *
7
- * The version of the OpenAPI document: 1.3.5218
7
+ * The version of the OpenAPI document: 1.3.5335
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ourskyai/platform-api",
3
- "version": "1.3.5218",
3
+ "version": "1.3.5335",
4
4
  "description": "OpenAPI client for @ourskyai/platform-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {