vrchat 1.7.1 → 1.7.2

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
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.7.1
7
+ * The version of the OpenAPI document: 1.7.2
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1025,7 +1025,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
1025
1025
  /**
1026
1026
  * Search and list favorited avatars by query filters.
1027
1027
  * @summary List Favorited Avatars
1028
- * @param {string} [featured] Filters on featured results.
1028
+ * @param {boolean} [featured] Filters on featured results.
1029
1029
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1030
1030
  * @param {number} [n] The number of objects to return.
1031
1031
  * @param {'ascending' | 'descending'} [order]
@@ -1108,7 +1108,7 @@ exports.AvatarsApiAxiosParamCreator = function (configuration) {
1108
1108
  /**
1109
1109
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1110
1110
  * @summary Search Avatars
1111
- * @param {string} [featured] Filters on featured results.
1111
+ * @param {boolean} [featured] Filters on featured results.
1112
1112
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1113
1113
  * @param {'me'} [user] Set to `me` for searching own avatars.
1114
1114
  * @param {string} [userId] Filter by UserID.
@@ -1368,7 +1368,7 @@ exports.AvatarsApiFp = function (configuration) {
1368
1368
  /**
1369
1369
  * Search and list favorited avatars by query filters.
1370
1370
  * @summary List Favorited Avatars
1371
- * @param {string} [featured] Filters on featured results.
1371
+ * @param {boolean} [featured] Filters on featured results.
1372
1372
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1373
1373
  * @param {number} [n] The number of objects to return.
1374
1374
  * @param {'ascending' | 'descending'} [order]
@@ -1400,7 +1400,7 @@ exports.AvatarsApiFp = function (configuration) {
1400
1400
  /**
1401
1401
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1402
1402
  * @summary Search Avatars
1403
- * @param {string} [featured] Filters on featured results.
1403
+ * @param {boolean} [featured] Filters on featured results.
1404
1404
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1405
1405
  * @param {'me'} [user] Set to `me` for searching own avatars.
1406
1406
  * @param {string} [userId] Filter by UserID.
@@ -1532,7 +1532,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1532
1532
  /**
1533
1533
  * Search and list favorited avatars by query filters.
1534
1534
  * @summary List Favorited Avatars
1535
- * @param {string} [featured] Filters on featured results.
1535
+ * @param {boolean} [featured] Filters on featured results.
1536
1536
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1537
1537
  * @param {number} [n] The number of objects to return.
1538
1538
  * @param {'ascending' | 'descending'} [order]
@@ -1554,7 +1554,7 @@ exports.AvatarsApiFactory = function (configuration, basePath, axios) {
1554
1554
  /**
1555
1555
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1556
1556
  * @summary Search Avatars
1557
- * @param {string} [featured] Filters on featured results.
1557
+ * @param {boolean} [featured] Filters on featured results.
1558
1558
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1559
1559
  * @param {'me'} [user] Set to `me` for searching own avatars.
1560
1560
  * @param {string} [userId] Filter by UserID.
@@ -1656,7 +1656,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1656
1656
  /**
1657
1657
  * Search and list favorited avatars by query filters.
1658
1658
  * @summary List Favorited Avatars
1659
- * @param {string} [featured] Filters on featured results.
1659
+ * @param {boolean} [featured] Filters on featured results.
1660
1660
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1661
1661
  * @param {number} [n] The number of objects to return.
1662
1662
  * @param {'ascending' | 'descending'} [order]
@@ -1680,7 +1680,7 @@ var AvatarsApi = /** @class */ (function (_super) {
1680
1680
  /**
1681
1681
  * Search and list avatars by query filters. You can only search your own or featured avatars. It is not possible as a normal user to search other peoples avatars.
1682
1682
  * @summary Search Avatars
1683
- * @param {string} [featured] Filters on featured results.
1683
+ * @param {boolean} [featured] Filters on featured results.
1684
1684
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
1685
1685
  * @param {'me'} [user] Set to `me` for searching own avatars.
1686
1686
  * @param {string} [userId] Filter by UserID.
@@ -7340,7 +7340,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7340
7340
  /**
7341
7341
  * Search and list currently Active worlds by query filters.
7342
7342
  * @summary List Active Worlds
7343
- * @param {string} [featured] Filters on featured results.
7343
+ * @param {boolean} [featured] Filters on featured results.
7344
7344
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7345
7345
  * @param {number} [n] The number of objects to return.
7346
7346
  * @param {'ascending' | 'descending'} [order]
@@ -7419,7 +7419,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7419
7419
  /**
7420
7420
  * Search and list favorited worlds by query filters.
7421
7421
  * @summary List Favorited Worlds
7422
- * @param {string} [featured] Filters on featured results.
7422
+ * @param {boolean} [featured] Filters on featured results.
7423
7423
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7424
7424
  * @param {number} [n] The number of objects to return.
7425
7425
  * @param {'ascending' | 'descending'} [order]
@@ -7502,7 +7502,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7502
7502
  /**
7503
7503
  * Search and list recently visited worlds by query filters.
7504
7504
  * @summary List Recent Worlds
7505
- * @param {string} [featured] Filters on featured results.
7505
+ * @param {boolean} [featured] Filters on featured results.
7506
7506
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7507
7507
  * @param {number} [n] The number of objects to return.
7508
7508
  * @param {'ascending' | 'descending'} [order]
@@ -7764,7 +7764,7 @@ exports.WorldsApiAxiosParamCreator = function (configuration) {
7764
7764
  /**
7765
7765
  * Search and list any worlds by query filters.
7766
7766
  * @summary Search All Worlds
7767
- * @param {string} [featured] Filters on featured results.
7767
+ * @param {boolean} [featured] Filters on featured results.
7768
7768
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7769
7769
  * @param {'me'} [user] Set to `me` for searching own worlds.
7770
7770
  * @param {string} [userId] Filter by UserID.
@@ -7973,7 +7973,7 @@ exports.WorldsApiFp = function (configuration) {
7973
7973
  /**
7974
7974
  * Search and list currently Active worlds by query filters.
7975
7975
  * @summary List Active Worlds
7976
- * @param {string} [featured] Filters on featured results.
7976
+ * @param {boolean} [featured] Filters on featured results.
7977
7977
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
7978
7978
  * @param {number} [n] The number of objects to return.
7979
7979
  * @param {'ascending' | 'descending'} [order]
@@ -8004,7 +8004,7 @@ exports.WorldsApiFp = function (configuration) {
8004
8004
  /**
8005
8005
  * Search and list favorited worlds by query filters.
8006
8006
  * @summary List Favorited Worlds
8007
- * @param {string} [featured] Filters on featured results.
8007
+ * @param {boolean} [featured] Filters on featured results.
8008
8008
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8009
8009
  * @param {number} [n] The number of objects to return.
8010
8010
  * @param {'ascending' | 'descending'} [order]
@@ -8036,7 +8036,7 @@ exports.WorldsApiFp = function (configuration) {
8036
8036
  /**
8037
8037
  * Search and list recently visited worlds by query filters.
8038
8038
  * @summary List Recent Worlds
8039
- * @param {string} [featured] Filters on featured results.
8039
+ * @param {boolean} [featured] Filters on featured results.
8040
8040
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8041
8041
  * @param {number} [n] The number of objects to return.
8042
8042
  * @param {'ascending' | 'descending'} [order]
@@ -8170,7 +8170,7 @@ exports.WorldsApiFp = function (configuration) {
8170
8170
  /**
8171
8171
  * Search and list any worlds by query filters.
8172
8172
  * @summary Search All Worlds
8173
- * @param {string} [featured] Filters on featured results.
8173
+ * @param {boolean} [featured] Filters on featured results.
8174
8174
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8175
8175
  * @param {'me'} [user] Set to `me` for searching own worlds.
8176
8176
  * @param {string} [userId] Filter by UserID.
@@ -8273,7 +8273,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8273
8273
  /**
8274
8274
  * Search and list currently Active worlds by query filters.
8275
8275
  * @summary List Active Worlds
8276
- * @param {string} [featured] Filters on featured results.
8276
+ * @param {boolean} [featured] Filters on featured results.
8277
8277
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8278
8278
  * @param {number} [n] The number of objects to return.
8279
8279
  * @param {'ascending' | 'descending'} [order]
@@ -8294,7 +8294,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8294
8294
  /**
8295
8295
  * Search and list favorited worlds by query filters.
8296
8296
  * @summary List Favorited Worlds
8297
- * @param {string} [featured] Filters on featured results.
8297
+ * @param {boolean} [featured] Filters on featured results.
8298
8298
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8299
8299
  * @param {number} [n] The number of objects to return.
8300
8300
  * @param {'ascending' | 'descending'} [order]
@@ -8316,7 +8316,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8316
8316
  /**
8317
8317
  * Search and list recently visited worlds by query filters.
8318
8318
  * @summary List Recent Worlds
8319
- * @param {string} [featured] Filters on featured results.
8319
+ * @param {boolean} [featured] Filters on featured results.
8320
8320
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8321
8321
  * @param {number} [n] The number of objects to return.
8322
8322
  * @param {'ascending' | 'descending'} [order]
@@ -8390,7 +8390,7 @@ exports.WorldsApiFactory = function (configuration, basePath, axios) {
8390
8390
  /**
8391
8391
  * Search and list any worlds by query filters.
8392
8392
  * @summary Search All Worlds
8393
- * @param {string} [featured] Filters on featured results.
8393
+ * @param {boolean} [featured] Filters on featured results.
8394
8394
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8395
8395
  * @param {'me'} [user] Set to `me` for searching own worlds.
8396
8396
  * @param {string} [userId] Filter by UserID.
@@ -8471,7 +8471,7 @@ var WorldsApi = /** @class */ (function (_super) {
8471
8471
  /**
8472
8472
  * Search and list currently Active worlds by query filters.
8473
8473
  * @summary List Active Worlds
8474
- * @param {string} [featured] Filters on featured results.
8474
+ * @param {boolean} [featured] Filters on featured results.
8475
8475
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8476
8476
  * @param {number} [n] The number of objects to return.
8477
8477
  * @param {'ascending' | 'descending'} [order]
@@ -8494,7 +8494,7 @@ var WorldsApi = /** @class */ (function (_super) {
8494
8494
  /**
8495
8495
  * Search and list favorited worlds by query filters.
8496
8496
  * @summary List Favorited Worlds
8497
- * @param {string} [featured] Filters on featured results.
8497
+ * @param {boolean} [featured] Filters on featured results.
8498
8498
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8499
8499
  * @param {number} [n] The number of objects to return.
8500
8500
  * @param {'ascending' | 'descending'} [order]
@@ -8518,7 +8518,7 @@ var WorldsApi = /** @class */ (function (_super) {
8518
8518
  /**
8519
8519
  * Search and list recently visited worlds by query filters.
8520
8520
  * @summary List Recent Worlds
8521
- * @param {string} [featured] Filters on featured results.
8521
+ * @param {boolean} [featured] Filters on featured results.
8522
8522
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8523
8523
  * @param {number} [n] The number of objects to return.
8524
8524
  * @param {'ascending' | 'descending'} [order]
@@ -8604,7 +8604,7 @@ var WorldsApi = /** @class */ (function (_super) {
8604
8604
  /**
8605
8605
  * Search and list any worlds by query filters.
8606
8606
  * @summary Search All Worlds
8607
- * @param {string} [featured] Filters on featured results.
8607
+ * @param {boolean} [featured] Filters on featured results.
8608
8608
  * @param {'popularity' | 'heat' | 'trust' | 'shuffle' | 'random' | 'favorites' | 'reportScore' | 'reportCount' | 'publicationDate' | 'labsPublicationDate' | 'created' | '_created_at' | 'updated' | '_updated_at' | 'order' | 'relevance' | 'magic' | 'name'} [sort]
8609
8609
  * @param {'me'} [user] Set to `me` for searching own worlds.
8610
8610
  * @param {string} [userId] Filter by UserID.
package/dist/base.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.7.1
4
+ * The version of the OpenAPI document: 1.7.2
5
5
  * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/base.js CHANGED
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.7.1
7
+ * The version of the OpenAPI document: 1.7.2
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.7.1
4
+ * The version of the OpenAPI document: 1.7.2
5
5
  * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/common.js CHANGED
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.7.1
7
+ * The version of the OpenAPI document: 1.7.2
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.7.1
4
+ * The version of the OpenAPI document: 1.7.2
5
5
  * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.7.1
7
+ * The version of the OpenAPI document: 1.7.2
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * VRChat API Documentation
3
3
  *
4
- * The version of the OpenAPI document: 1.7.1
4
+ * The version of the OpenAPI document: 1.7.2
5
5
  * Contact: me@ariesclark.com
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * VRChat API Documentation
6
6
  *
7
- * The version of the OpenAPI document: 1.7.1
7
+ * The version of the OpenAPI document: 1.7.2
8
8
  * Contact: me@ariesclark.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/index.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.7.1
6
+ * The version of the OpenAPI document: 1.7.2
7
7
  * Contact: me@ariesclark.com
8
8
  *
9
9
  * 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": "vrchat",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "🟡🔵 VRChat API Library for JavaScript and TypeScript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [