@teemill/platform 0.67.0 → 0.67.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @teemill/platform@0.67.0
1
+ ## @teemill/platform@0.67.1
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @teemill/platform@0.67.0 --save
39
+ npm install @teemill/platform@0.67.1 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1348,7 +1348,7 @@ export interface Variant {
1348
1348
  export const ConciergeCandidatesApiAxiosParamCreator = function (configuration?: Configuration) {
1349
1349
  return {
1350
1350
  /**
1351
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1351
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1352
1352
  * @summary Approve concierge candidate
1353
1353
  * @param {string} project Project unique identifier
1354
1354
  * @param {string} platformId The platform identifier
@@ -1576,7 +1576,7 @@ export const ConciergeCandidatesApiFp = function(configuration?: Configuration)
1576
1576
  const localVarAxiosParamCreator = ConciergeCandidatesApiAxiosParamCreator(configuration)
1577
1577
  return {
1578
1578
  /**
1579
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1579
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1580
1580
  * @summary Approve concierge candidate
1581
1581
  * @param {string} project Project unique identifier
1582
1582
  * @param {string} platformId The platform identifier
@@ -1647,7 +1647,7 @@ export const ConciergeCandidatesApiFactory = function (configuration?: Configura
1647
1647
  const localVarFp = ConciergeCandidatesApiFp(configuration)
1648
1648
  return {
1649
1649
  /**
1650
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1650
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1651
1651
  * @summary Approve concierge candidate
1652
1652
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1653
1653
  * @param {*} [options] Override http request option.
@@ -1784,7 +1784,7 @@ export interface ConciergeCandidatesApiListConciergeCandidatesRequest {
1784
1784
  */
1785
1785
  export class ConciergeCandidatesApi extends BaseAPI {
1786
1786
  /**
1787
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1787
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1788
1788
  * @summary Approve concierge candidate
1789
1789
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1790
1790
  * @param {*} [options] Override http request option.
package/base.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/common.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/configuration.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * Platform
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.67.0
6
+ * The version of the OpenAPI document: 0.67.1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1288,7 +1288,7 @@ export interface Variant {
1288
1288
  */
1289
1289
  export declare const ConciergeCandidatesApiAxiosParamCreator: (configuration?: Configuration) => {
1290
1290
  /**
1291
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1291
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1292
1292
  * @summary Approve concierge candidate
1293
1293
  * @param {string} project Project unique identifier
1294
1294
  * @param {string} platformId The platform identifier
@@ -1335,7 +1335,7 @@ export declare const ConciergeCandidatesApiAxiosParamCreator: (configuration?: C
1335
1335
  */
1336
1336
  export declare const ConciergeCandidatesApiFp: (configuration?: Configuration) => {
1337
1337
  /**
1338
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1338
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1339
1339
  * @summary Approve concierge candidate
1340
1340
  * @param {string} project Project unique identifier
1341
1341
  * @param {string} platformId The platform identifier
@@ -1382,7 +1382,7 @@ export declare const ConciergeCandidatesApiFp: (configuration?: Configuration) =
1382
1382
  */
1383
1383
  export declare const ConciergeCandidatesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1384
1384
  /**
1385
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1385
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1386
1386
  * @summary Approve concierge candidate
1387
1387
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1388
1388
  * @param {*} [options] Override http request option.
@@ -1495,7 +1495,7 @@ export interface ConciergeCandidatesApiListConciergeCandidatesRequest {
1495
1495
  */
1496
1496
  export declare class ConciergeCandidatesApi extends BaseAPI {
1497
1497
  /**
1498
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1498
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1499
1499
  * @summary Approve concierge candidate
1500
1500
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1501
1501
  * @param {*} [options] Override http request option.
package/dist/api.js CHANGED
@@ -5,7 +5,7 @@
5
5
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.67.0
8
+ * The version of the OpenAPI document: 0.67.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -113,7 +113,7 @@ exports.UpdateModerationItemRequestJudgementEnum = {
113
113
  const ConciergeCandidatesApiAxiosParamCreator = function (configuration) {
114
114
  return {
115
115
  /**
116
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
116
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
117
117
  * @summary Approve concierge candidate
118
118
  * @param {string} project Project unique identifier
119
119
  * @param {string} platformId The platform identifier
@@ -310,7 +310,7 @@ const ConciergeCandidatesApiFp = function (configuration) {
310
310
  const localVarAxiosParamCreator = (0, exports.ConciergeCandidatesApiAxiosParamCreator)(configuration);
311
311
  return {
312
312
  /**
313
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
313
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
314
314
  * @summary Approve concierge candidate
315
315
  * @param {string} project Project unique identifier
316
316
  * @param {string} platformId The platform identifier
@@ -393,7 +393,7 @@ const ConciergeCandidatesApiFactory = function (configuration, basePath, axios)
393
393
  const localVarFp = (0, exports.ConciergeCandidatesApiFp)(configuration);
394
394
  return {
395
395
  /**
396
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
396
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
397
397
  * @summary Approve concierge candidate
398
398
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
399
399
  * @param {*} [options] Override http request option.
@@ -440,7 +440,7 @@ exports.ConciergeCandidatesApiFactory = ConciergeCandidatesApiFactory;
440
440
  */
441
441
  class ConciergeCandidatesApi extends base_1.BaseAPI {
442
442
  /**
443
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
443
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
444
444
  * @summary Approve concierge candidate
445
445
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
446
446
  * @param {*} [options] Override http request option.
package/dist/base.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.67.0
8
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.67.0
8
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/esm/api.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1288,7 +1288,7 @@ export interface Variant {
1288
1288
  */
1289
1289
  export declare const ConciergeCandidatesApiAxiosParamCreator: (configuration?: Configuration) => {
1290
1290
  /**
1291
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1291
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1292
1292
  * @summary Approve concierge candidate
1293
1293
  * @param {string} project Project unique identifier
1294
1294
  * @param {string} platformId The platform identifier
@@ -1335,7 +1335,7 @@ export declare const ConciergeCandidatesApiAxiosParamCreator: (configuration?: C
1335
1335
  */
1336
1336
  export declare const ConciergeCandidatesApiFp: (configuration?: Configuration) => {
1337
1337
  /**
1338
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1338
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1339
1339
  * @summary Approve concierge candidate
1340
1340
  * @param {string} project Project unique identifier
1341
1341
  * @param {string} platformId The platform identifier
@@ -1382,7 +1382,7 @@ export declare const ConciergeCandidatesApiFp: (configuration?: Configuration) =
1382
1382
  */
1383
1383
  export declare const ConciergeCandidatesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
1384
1384
  /**
1385
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1385
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1386
1386
  * @summary Approve concierge candidate
1387
1387
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1388
1388
  * @param {*} [options] Override http request option.
@@ -1495,7 +1495,7 @@ export interface ConciergeCandidatesApiListConciergeCandidatesRequest {
1495
1495
  */
1496
1496
  export declare class ConciergeCandidatesApi extends BaseAPI {
1497
1497
  /**
1498
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
1498
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
1499
1499
  * @summary Approve concierge candidate
1500
1500
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
1501
1501
  * @param {*} [options] Override http request option.
package/dist/esm/api.js CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -109,7 +109,7 @@ export const UpdateModerationItemRequestJudgementEnum = {
109
109
  export const ConciergeCandidatesApiAxiosParamCreator = function (configuration) {
110
110
  return {
111
111
  /**
112
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
112
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
113
113
  * @summary Approve concierge candidate
114
114
  * @param {string} project Project unique identifier
115
115
  * @param {string} platformId The platform identifier
@@ -305,7 +305,7 @@ export const ConciergeCandidatesApiFp = function (configuration) {
305
305
  const localVarAxiosParamCreator = ConciergeCandidatesApiAxiosParamCreator(configuration);
306
306
  return {
307
307
  /**
308
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
308
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
309
309
  * @summary Approve concierge candidate
310
310
  * @param {string} project Project unique identifier
311
311
  * @param {string} platformId The platform identifier
@@ -387,7 +387,7 @@ export const ConciergeCandidatesApiFactory = function (configuration, basePath,
387
387
  const localVarFp = ConciergeCandidatesApiFp(configuration);
388
388
  return {
389
389
  /**
390
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
390
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
391
391
  * @summary Approve concierge candidate
392
392
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
393
393
  * @param {*} [options] Override http request option.
@@ -433,7 +433,7 @@ export const ConciergeCandidatesApiFactory = function (configuration, basePath,
433
433
  */
434
434
  export class ConciergeCandidatesApi extends BaseAPI {
435
435
  /**
436
- * Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
436
+ * Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
437
437
  * @summary Approve concierge candidate
438
438
  * @param {ConciergeCandidatesApiApproveConciergeCandidateRequest} requestParameters Request parameters.
439
439
  * @param {*} [options] Override http request option.
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -3,7 +3,7 @@
3
3
  * Platform
4
4
  * Manage Your podOS platform
5
5
  *
6
- * The version of the OpenAPI document: 0.67.0
6
+ * The version of the OpenAPI document: 0.67.1
7
7
  *
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
3
3
  * Manage Your podOS platform
4
4
  *
5
- * The version of the OpenAPI document: 0.67.0
5
+ * The version of the OpenAPI document: 0.67.1
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
  * Platform
6
6
  * Manage Your podOS platform
7
7
  *
8
- * The version of the OpenAPI document: 0.67.0
8
+ * The version of the OpenAPI document: 0.67.1
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -12,7 +12,7 @@ All URIs are relative to *https://localhost:8080*
12
12
  # **approveConciergeCandidate**
13
13
  > ConciergeCandidate approveConciergeCandidate()
14
14
 
15
- Approve a concierge candidate by a given concierge candidate ID. This will create a task that cann be assigned to a user.
15
+ Approve a concierge candidate by a given concierge candidate ID. This will create a task with #concierge tag that can be assigned to a user.
16
16
 
17
17
  ### Example
18
18
 
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * Platform
5
5
  * Manage Your podOS platform
6
6
  *
7
- * The version of the OpenAPI document: 0.67.0
7
+ * The version of the OpenAPI document: 0.67.1
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": "@teemill/platform",
3
- "version": "0.67.0",
3
+ "version": "0.67.1",
4
4
  "description": "OpenAPI client for @teemill/platform",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {