vrchat 1.5.2 → 1.6.5
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/api.ts +421 -116
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +376 -116
- package/dist/api.js +152 -34
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.5
|
|
4
|
+
* The version of the OpenAPI document: 1.6.5
|
|
5
5
|
* Contact: me@ruby.js.org
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -266,10 +266,10 @@ export interface APIConfig {
|
|
|
266
266
|
'downloadUrls': DownloadURLList;
|
|
267
267
|
/**
|
|
268
268
|
* Array of DynamicWorldRow objects, used by the game to display the list of world rows
|
|
269
|
-
* @type {Set<
|
|
269
|
+
* @type {Set<DynamicContentRow>}
|
|
270
270
|
* @memberof APIConfig
|
|
271
271
|
*/
|
|
272
|
-
'dynamicWorldRows': Set<
|
|
272
|
+
'dynamicWorldRows': Set<DynamicContentRow>;
|
|
273
273
|
/**
|
|
274
274
|
*
|
|
275
275
|
* @type {APIEventConfig}
|
|
@@ -284,7 +284,7 @@ export interface APIConfig {
|
|
|
284
284
|
*/
|
|
285
285
|
'gearDemoRoomId': string;
|
|
286
286
|
/**
|
|
287
|
-
*
|
|
287
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
288
288
|
* @type {string}
|
|
289
289
|
* @memberof APIConfig
|
|
290
290
|
*/
|
|
@@ -296,7 +296,7 @@ export interface APIConfig {
|
|
|
296
296
|
*/
|
|
297
297
|
'homepageRedirectTarget': string;
|
|
298
298
|
/**
|
|
299
|
-
*
|
|
299
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
300
300
|
* @type {string}
|
|
301
301
|
* @memberof APIConfig
|
|
302
302
|
*/
|
|
@@ -403,13 +403,13 @@ export interface APIConfig {
|
|
|
403
403
|
*/
|
|
404
404
|
'supportEmail': string;
|
|
405
405
|
/**
|
|
406
|
-
*
|
|
406
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
407
407
|
* @type {string}
|
|
408
408
|
* @memberof APIConfig
|
|
409
409
|
*/
|
|
410
410
|
'timeOutWorldId': string;
|
|
411
411
|
/**
|
|
412
|
-
*
|
|
412
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
413
413
|
* @type {string}
|
|
414
414
|
* @memberof APIConfig
|
|
415
415
|
*/
|
|
@@ -647,7 +647,7 @@ export interface Avatar {
|
|
|
647
647
|
*/
|
|
648
648
|
'assetUrlObject'?: object;
|
|
649
649
|
/**
|
|
650
|
-
*
|
|
650
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
651
651
|
* @type {string}
|
|
652
652
|
* @memberof Avatar
|
|
653
653
|
*/
|
|
@@ -899,7 +899,7 @@ export interface CreateWorldRequest {
|
|
|
899
899
|
*/
|
|
900
900
|
'assetVersion'?: number;
|
|
901
901
|
/**
|
|
902
|
-
*
|
|
902
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
903
903
|
* @type {string}
|
|
904
904
|
* @memberof CreateWorldRequest
|
|
905
905
|
*/
|
|
@@ -923,7 +923,7 @@ export interface CreateWorldRequest {
|
|
|
923
923
|
*/
|
|
924
924
|
'description'?: string;
|
|
925
925
|
/**
|
|
926
|
-
*
|
|
926
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
927
927
|
* @type {string}
|
|
928
928
|
* @memberof CreateWorldRequest
|
|
929
929
|
*/
|
|
@@ -1026,13 +1026,13 @@ export interface CurrentUser {
|
|
|
1026
1026
|
*/
|
|
1027
1027
|
'currentAvatarAssetUrl': string;
|
|
1028
1028
|
/**
|
|
1029
|
-
*
|
|
1029
|
+
* When profilePicOverride is not empty, use it instead.
|
|
1030
1030
|
* @type {string}
|
|
1031
1031
|
* @memberof CurrentUser
|
|
1032
1032
|
*/
|
|
1033
1033
|
'currentAvatarImageUrl': string;
|
|
1034
1034
|
/**
|
|
1035
|
-
*
|
|
1035
|
+
* When profilePicOverride is not empty, use it instead.
|
|
1036
1036
|
* @type {string}
|
|
1037
1037
|
* @memberof CurrentUser
|
|
1038
1038
|
*/
|
|
@@ -1111,13 +1111,13 @@ export interface CurrentUser {
|
|
|
1111
1111
|
*/
|
|
1112
1112
|
'hasPendingEmail': boolean;
|
|
1113
1113
|
/**
|
|
1114
|
-
*
|
|
1114
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
1115
1115
|
* @type {string}
|
|
1116
1116
|
* @memberof CurrentUser
|
|
1117
1117
|
*/
|
|
1118
1118
|
'homeLocation': string;
|
|
1119
1119
|
/**
|
|
1120
|
-
*
|
|
1120
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
1121
1121
|
* @type {string}
|
|
1122
1122
|
* @memberof CurrentUser
|
|
1123
1123
|
*/
|
|
@@ -1306,51 +1306,57 @@ export interface DownloadURLList {
|
|
|
1306
1306
|
/**
|
|
1307
1307
|
*
|
|
1308
1308
|
* @export
|
|
1309
|
-
* @interface
|
|
1309
|
+
* @interface DynamicContentRow
|
|
1310
1310
|
*/
|
|
1311
|
-
export interface
|
|
1311
|
+
export interface DynamicContentRow {
|
|
1312
1312
|
/**
|
|
1313
1313
|
*
|
|
1314
1314
|
* @type {number}
|
|
1315
|
-
* @memberof
|
|
1315
|
+
* @memberof DynamicContentRow
|
|
1316
1316
|
*/
|
|
1317
|
-
'index'
|
|
1317
|
+
'index'?: number;
|
|
1318
1318
|
/**
|
|
1319
1319
|
*
|
|
1320
1320
|
* @type {string}
|
|
1321
|
-
* @memberof
|
|
1321
|
+
* @memberof DynamicContentRow
|
|
1322
1322
|
*/
|
|
1323
1323
|
'name': string;
|
|
1324
1324
|
/**
|
|
1325
|
-
*
|
|
1325
|
+
* Usually \"ThisPlatformSupported\", but can also be other values such as \"all\" or platform specific identifiers.
|
|
1326
1326
|
* @type {string}
|
|
1327
|
-
* @memberof
|
|
1327
|
+
* @memberof DynamicContentRow
|
|
1328
1328
|
*/
|
|
1329
1329
|
'platform': string;
|
|
1330
1330
|
/**
|
|
1331
1331
|
*
|
|
1332
1332
|
* @type {string}
|
|
1333
|
-
* @memberof
|
|
1333
|
+
* @memberof DynamicContentRow
|
|
1334
1334
|
*/
|
|
1335
1335
|
'sortHeading': string;
|
|
1336
1336
|
/**
|
|
1337
1337
|
*
|
|
1338
1338
|
* @type {string}
|
|
1339
|
-
* @memberof
|
|
1339
|
+
* @memberof DynamicContentRow
|
|
1340
1340
|
*/
|
|
1341
1341
|
'sortOrder': string;
|
|
1342
1342
|
/**
|
|
1343
1343
|
*
|
|
1344
1344
|
* @type {string}
|
|
1345
|
-
* @memberof
|
|
1345
|
+
* @memberof DynamicContentRow
|
|
1346
1346
|
*/
|
|
1347
1347
|
'sortOwnership': string;
|
|
1348
1348
|
/**
|
|
1349
|
-
* Tag to filter
|
|
1349
|
+
* Tag to filter content for this row.
|
|
1350
1350
|
* @type {string}
|
|
1351
|
-
* @memberof
|
|
1351
|
+
* @memberof DynamicContentRow
|
|
1352
1352
|
*/
|
|
1353
1353
|
'tag'?: string;
|
|
1354
|
+
/**
|
|
1355
|
+
* Type is not present if it is a world.
|
|
1356
|
+
* @type {string}
|
|
1357
|
+
* @memberof DynamicContentRow
|
|
1358
|
+
*/
|
|
1359
|
+
'type'?: string;
|
|
1354
1360
|
}
|
|
1355
1361
|
/**
|
|
1356
1362
|
*
|
|
@@ -1414,7 +1420,7 @@ export interface FavoriteGroup {
|
|
|
1414
1420
|
*/
|
|
1415
1421
|
'ownerDisplayName': string;
|
|
1416
1422
|
/**
|
|
1417
|
-
*
|
|
1423
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
1418
1424
|
* @type {string}
|
|
1419
1425
|
* @memberof FavoriteGroup
|
|
1420
1426
|
*/
|
|
@@ -1686,6 +1692,201 @@ export interface FriendStatus {
|
|
|
1686
1692
|
/**
|
|
1687
1693
|
*
|
|
1688
1694
|
* @export
|
|
1695
|
+
* @interface InfoPush
|
|
1696
|
+
*/
|
|
1697
|
+
export interface InfoPush {
|
|
1698
|
+
/**
|
|
1699
|
+
*
|
|
1700
|
+
* @type {string}
|
|
1701
|
+
* @memberof InfoPush
|
|
1702
|
+
*/
|
|
1703
|
+
'id': string;
|
|
1704
|
+
/**
|
|
1705
|
+
*
|
|
1706
|
+
* @type {boolean}
|
|
1707
|
+
* @memberof InfoPush
|
|
1708
|
+
*/
|
|
1709
|
+
'isEnabled': boolean;
|
|
1710
|
+
/**
|
|
1711
|
+
*
|
|
1712
|
+
* @type {ReleaseStatus}
|
|
1713
|
+
* @memberof InfoPush
|
|
1714
|
+
*/
|
|
1715
|
+
'releaseStatus': ReleaseStatus;
|
|
1716
|
+
/**
|
|
1717
|
+
*
|
|
1718
|
+
* @type {number}
|
|
1719
|
+
* @memberof InfoPush
|
|
1720
|
+
*/
|
|
1721
|
+
'priority': number;
|
|
1722
|
+
/**
|
|
1723
|
+
*
|
|
1724
|
+
* @type {Array<string>}
|
|
1725
|
+
* @memberof InfoPush
|
|
1726
|
+
*/
|
|
1727
|
+
'tags': Array<string>;
|
|
1728
|
+
/**
|
|
1729
|
+
*
|
|
1730
|
+
* @type {InfoPushData}
|
|
1731
|
+
* @memberof InfoPush
|
|
1732
|
+
*/
|
|
1733
|
+
'data': InfoPushData;
|
|
1734
|
+
/**
|
|
1735
|
+
* Unknown usage, MD5
|
|
1736
|
+
* @type {string}
|
|
1737
|
+
* @memberof InfoPush
|
|
1738
|
+
*/
|
|
1739
|
+
'hash': string;
|
|
1740
|
+
/**
|
|
1741
|
+
*
|
|
1742
|
+
* @type {string}
|
|
1743
|
+
* @memberof InfoPush
|
|
1744
|
+
*/
|
|
1745
|
+
'createdAt': string;
|
|
1746
|
+
/**
|
|
1747
|
+
*
|
|
1748
|
+
* @type {string}
|
|
1749
|
+
* @memberof InfoPush
|
|
1750
|
+
*/
|
|
1751
|
+
'updatedAt': string;
|
|
1752
|
+
/**
|
|
1753
|
+
*
|
|
1754
|
+
* @type {string}
|
|
1755
|
+
* @memberof InfoPush
|
|
1756
|
+
*/
|
|
1757
|
+
'startDate'?: string;
|
|
1758
|
+
/**
|
|
1759
|
+
*
|
|
1760
|
+
* @type {string}
|
|
1761
|
+
* @memberof InfoPush
|
|
1762
|
+
*/
|
|
1763
|
+
'endDate'?: string;
|
|
1764
|
+
}
|
|
1765
|
+
/**
|
|
1766
|
+
*
|
|
1767
|
+
* @export
|
|
1768
|
+
* @interface InfoPushData
|
|
1769
|
+
*/
|
|
1770
|
+
export interface InfoPushData {
|
|
1771
|
+
/**
|
|
1772
|
+
*
|
|
1773
|
+
* @type {DynamicContentRow}
|
|
1774
|
+
* @memberof InfoPushData
|
|
1775
|
+
*/
|
|
1776
|
+
'contentList'?: DynamicContentRow;
|
|
1777
|
+
/**
|
|
1778
|
+
*
|
|
1779
|
+
* @type {string}
|
|
1780
|
+
* @memberof InfoPushData
|
|
1781
|
+
*/
|
|
1782
|
+
'description'?: string;
|
|
1783
|
+
/**
|
|
1784
|
+
*
|
|
1785
|
+
* @type {string}
|
|
1786
|
+
* @memberof InfoPushData
|
|
1787
|
+
*/
|
|
1788
|
+
'imageUrl'?: string;
|
|
1789
|
+
/**
|
|
1790
|
+
*
|
|
1791
|
+
* @type {string}
|
|
1792
|
+
* @memberof InfoPushData
|
|
1793
|
+
*/
|
|
1794
|
+
'name'?: string;
|
|
1795
|
+
/**
|
|
1796
|
+
*
|
|
1797
|
+
* @type {InfoPushDataClickable}
|
|
1798
|
+
* @memberof InfoPushData
|
|
1799
|
+
*/
|
|
1800
|
+
'onPressed'?: InfoPushDataClickable;
|
|
1801
|
+
/**
|
|
1802
|
+
*
|
|
1803
|
+
* @type {string}
|
|
1804
|
+
* @memberof InfoPushData
|
|
1805
|
+
*/
|
|
1806
|
+
'template'?: string;
|
|
1807
|
+
/**
|
|
1808
|
+
*
|
|
1809
|
+
* @type {string}
|
|
1810
|
+
* @memberof InfoPushData
|
|
1811
|
+
*/
|
|
1812
|
+
'version'?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
*
|
|
1815
|
+
* @type {InfoPushDataArticle}
|
|
1816
|
+
* @memberof InfoPushData
|
|
1817
|
+
*/
|
|
1818
|
+
'article'?: InfoPushDataArticle;
|
|
1819
|
+
}
|
|
1820
|
+
/**
|
|
1821
|
+
*
|
|
1822
|
+
* @export
|
|
1823
|
+
* @interface InfoPushDataArticle
|
|
1824
|
+
*/
|
|
1825
|
+
export interface InfoPushDataArticle {
|
|
1826
|
+
/**
|
|
1827
|
+
*
|
|
1828
|
+
* @type {InfoPushDataArticleContent}
|
|
1829
|
+
* @memberof InfoPushDataArticle
|
|
1830
|
+
*/
|
|
1831
|
+
'content'?: InfoPushDataArticleContent;
|
|
1832
|
+
}
|
|
1833
|
+
/**
|
|
1834
|
+
*
|
|
1835
|
+
* @export
|
|
1836
|
+
* @interface InfoPushDataArticleContent
|
|
1837
|
+
*/
|
|
1838
|
+
export interface InfoPushDataArticleContent {
|
|
1839
|
+
/**
|
|
1840
|
+
*
|
|
1841
|
+
* @type {string}
|
|
1842
|
+
* @memberof InfoPushDataArticleContent
|
|
1843
|
+
*/
|
|
1844
|
+
'text'?: string;
|
|
1845
|
+
/**
|
|
1846
|
+
*
|
|
1847
|
+
* @type {string}
|
|
1848
|
+
* @memberof InfoPushDataArticleContent
|
|
1849
|
+
*/
|
|
1850
|
+
'imageUrl'?: string;
|
|
1851
|
+
/**
|
|
1852
|
+
*
|
|
1853
|
+
* @type {InfoPushDataClickable}
|
|
1854
|
+
* @memberof InfoPushDataArticleContent
|
|
1855
|
+
*/
|
|
1856
|
+
'onPressed'?: InfoPushDataClickable;
|
|
1857
|
+
}
|
|
1858
|
+
/**
|
|
1859
|
+
*
|
|
1860
|
+
* @export
|
|
1861
|
+
* @interface InfoPushDataClickable
|
|
1862
|
+
*/
|
|
1863
|
+
export interface InfoPushDataClickable {
|
|
1864
|
+
/**
|
|
1865
|
+
*
|
|
1866
|
+
* @type {string}
|
|
1867
|
+
* @memberof InfoPushDataClickable
|
|
1868
|
+
*/
|
|
1869
|
+
'command': InfoPushDataClickableCommandEnum;
|
|
1870
|
+
/**
|
|
1871
|
+
* In case of OpenURL, this would contain the link.
|
|
1872
|
+
* @type {Array<string>}
|
|
1873
|
+
* @memberof InfoPushDataClickable
|
|
1874
|
+
*/
|
|
1875
|
+
'parameters'?: Array<string>;
|
|
1876
|
+
}
|
|
1877
|
+
/**
|
|
1878
|
+
* @export
|
|
1879
|
+
* @enum {string}
|
|
1880
|
+
*/
|
|
1881
|
+
export declare enum InfoPushDataClickableCommandEnum {
|
|
1882
|
+
OpenUrl = "OpenURL",
|
|
1883
|
+
OpenVrcPlusMenu = "OpenVRCPlusMenu",
|
|
1884
|
+
OpenSafetyMenu = "OpenSafetyMenu",
|
|
1885
|
+
CannedWorldSearch = "CannedWorldSearch"
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* * `hidden` field is only present if InstanceType is `hidden` aka \"Friends+\", and is instance creator. * `friends` field is only present if InstanceType is `friends` aka \"Friends\", and is instance creator. * `private` field is only present if InstanceType is `private` aka \"Invite\" or \"Invite+\", and is instance creator.
|
|
1889
|
+
* @export
|
|
1689
1890
|
* @interface Instance
|
|
1690
1891
|
*/
|
|
1691
1892
|
export interface Instance {
|
|
@@ -1708,9 +1909,10 @@ export interface Instance {
|
|
|
1708
1909
|
*/
|
|
1709
1910
|
'capacity': number;
|
|
1710
1911
|
/**
|
|
1711
|
-
*
|
|
1912
|
+
* Always returns \"unknown\".
|
|
1712
1913
|
* @type {string}
|
|
1713
1914
|
* @memberof Instance
|
|
1915
|
+
* @deprecated
|
|
1714
1916
|
*/
|
|
1715
1917
|
'clientNumber': string;
|
|
1716
1918
|
/**
|
|
@@ -1720,7 +1922,7 @@ export interface Instance {
|
|
|
1720
1922
|
*/
|
|
1721
1923
|
'full': boolean;
|
|
1722
1924
|
/**
|
|
1723
|
-
*
|
|
1925
|
+
* InstanceID be \"offline\" on User profiles if you are not friends with that user.
|
|
1724
1926
|
* @type {string}
|
|
1725
1927
|
* @memberof Instance
|
|
1726
1928
|
*/
|
|
@@ -1732,7 +1934,7 @@ export interface Instance {
|
|
|
1732
1934
|
*/
|
|
1733
1935
|
'instanceId': string;
|
|
1734
1936
|
/**
|
|
1735
|
-
*
|
|
1937
|
+
* InstanceID be \"offline\" on User profiles if you are not friends with that user.
|
|
1736
1938
|
* @type {string}
|
|
1737
1939
|
* @memberof Instance
|
|
1738
1940
|
*/
|
|
@@ -1750,13 +1952,7 @@ export interface Instance {
|
|
|
1750
1952
|
*/
|
|
1751
1953
|
'name': string;
|
|
1752
1954
|
/**
|
|
1753
|
-
*
|
|
1754
|
-
* @type {string}
|
|
1755
|
-
* @memberof Instance
|
|
1756
|
-
*/
|
|
1757
|
-
'nonce'?: string;
|
|
1758
|
-
/**
|
|
1759
|
-
*
|
|
1955
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
1760
1956
|
* @type {string}
|
|
1761
1957
|
* @memberof Instance
|
|
1762
1958
|
*/
|
|
@@ -1769,10 +1965,10 @@ export interface Instance {
|
|
|
1769
1965
|
'permanent': boolean;
|
|
1770
1966
|
/**
|
|
1771
1967
|
*
|
|
1772
|
-
* @type {
|
|
1968
|
+
* @type {Region}
|
|
1773
1969
|
* @memberof Instance
|
|
1774
1970
|
*/
|
|
1775
|
-
'photonRegion':
|
|
1971
|
+
'photonRegion': Region;
|
|
1776
1972
|
/**
|
|
1777
1973
|
*
|
|
1778
1974
|
* @type {InstancePlatforms}
|
|
@@ -1781,10 +1977,10 @@ export interface Instance {
|
|
|
1781
1977
|
'platforms': InstancePlatforms;
|
|
1782
1978
|
/**
|
|
1783
1979
|
*
|
|
1784
|
-
* @type {
|
|
1980
|
+
* @type {Region}
|
|
1785
1981
|
* @memberof Instance
|
|
1786
1982
|
*/
|
|
1787
|
-
'region':
|
|
1983
|
+
'region': Region;
|
|
1788
1984
|
/**
|
|
1789
1985
|
*
|
|
1790
1986
|
* @type {string}
|
|
@@ -1792,37 +1988,41 @@ export interface Instance {
|
|
|
1792
1988
|
*/
|
|
1793
1989
|
'shortName': string;
|
|
1794
1990
|
/**
|
|
1795
|
-
*
|
|
1991
|
+
* The tags array on Instances usually contain the language tags of the people in the instance.
|
|
1796
1992
|
* @type {Array<string>}
|
|
1797
1993
|
* @memberof Instance
|
|
1798
1994
|
*/
|
|
1799
1995
|
'tags': Array<string>;
|
|
1800
1996
|
/**
|
|
1801
1997
|
*
|
|
1998
|
+
* @type {InstanceType}
|
|
1999
|
+
* @memberof Instance
|
|
2000
|
+
*/
|
|
2001
|
+
'type': InstanceType;
|
|
2002
|
+
/**
|
|
2003
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
1802
2004
|
* @type {string}
|
|
1803
2005
|
* @memberof Instance
|
|
1804
2006
|
*/
|
|
1805
|
-
'
|
|
2007
|
+
'worldId': string;
|
|
1806
2008
|
/**
|
|
1807
|
-
*
|
|
1808
|
-
* @type {
|
|
2009
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2010
|
+
* @type {string}
|
|
1809
2011
|
* @memberof Instance
|
|
1810
|
-
* @deprecated
|
|
1811
2012
|
*/
|
|
1812
|
-
'
|
|
2013
|
+
'hidden'?: string;
|
|
1813
2014
|
/**
|
|
1814
|
-
*
|
|
1815
|
-
* @type {
|
|
2015
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2016
|
+
* @type {string}
|
|
1816
2017
|
* @memberof Instance
|
|
1817
|
-
* @deprecated
|
|
1818
2018
|
*/
|
|
1819
|
-
'
|
|
2019
|
+
'friends'?: string;
|
|
1820
2020
|
/**
|
|
1821
|
-
*
|
|
2021
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
1822
2022
|
* @type {string}
|
|
1823
2023
|
* @memberof Instance
|
|
1824
2024
|
*/
|
|
1825
|
-
'
|
|
2025
|
+
'private'?: string;
|
|
1826
2026
|
}
|
|
1827
2027
|
/**
|
|
1828
2028
|
*
|
|
@@ -1843,6 +2043,17 @@ export interface InstancePlatforms {
|
|
|
1843
2043
|
*/
|
|
1844
2044
|
'standalonewindows': number;
|
|
1845
2045
|
}
|
|
2046
|
+
/**
|
|
2047
|
+
*
|
|
2048
|
+
* @export
|
|
2049
|
+
* @enum {string}
|
|
2050
|
+
*/
|
|
2051
|
+
export declare enum InstanceType {
|
|
2052
|
+
Public = "public",
|
|
2053
|
+
Hidden = "hidden",
|
|
2054
|
+
Friends = "friends",
|
|
2055
|
+
Private = "private"
|
|
2056
|
+
}
|
|
1846
2057
|
/**
|
|
1847
2058
|
*
|
|
1848
2059
|
* @export
|
|
@@ -1910,7 +2121,7 @@ export declare enum InviteMessageType {
|
|
|
1910
2121
|
*/
|
|
1911
2122
|
export interface InviteRequest {
|
|
1912
2123
|
/**
|
|
1913
|
-
*
|
|
2124
|
+
* InstanceID be \"offline\" on User profiles if you are not friends with that user.
|
|
1914
2125
|
* @type {string}
|
|
1915
2126
|
* @memberof InviteRequest
|
|
1916
2127
|
*/
|
|
@@ -2043,13 +2254,13 @@ export interface LimitedUser {
|
|
|
2043
2254
|
*/
|
|
2044
2255
|
'bio'?: string;
|
|
2045
2256
|
/**
|
|
2046
|
-
*
|
|
2257
|
+
* When profilePicOverride is not empty, use it instead.
|
|
2047
2258
|
* @type {string}
|
|
2048
2259
|
* @memberof LimitedUser
|
|
2049
2260
|
*/
|
|
2050
2261
|
'currentAvatarImageUrl': string;
|
|
2051
2262
|
/**
|
|
2052
|
-
*
|
|
2263
|
+
* When profilePicOverride is not empty, use it instead.
|
|
2053
2264
|
* @type {string}
|
|
2054
2265
|
* @memberof LimitedUser
|
|
2055
2266
|
*/
|
|
@@ -2073,7 +2284,7 @@ export interface LimitedUser {
|
|
|
2073
2284
|
*/
|
|
2074
2285
|
'fallbackAvatar': string;
|
|
2075
2286
|
/**
|
|
2076
|
-
*
|
|
2287
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2077
2288
|
* @type {string}
|
|
2078
2289
|
* @memberof LimitedUser
|
|
2079
2290
|
*/
|
|
@@ -2146,7 +2357,7 @@ export interface LimitedUser {
|
|
|
2146
2357
|
*/
|
|
2147
2358
|
export interface LimitedWorld {
|
|
2148
2359
|
/**
|
|
2149
|
-
*
|
|
2360
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2150
2361
|
* @type {string}
|
|
2151
2362
|
* @memberof LimitedWorld
|
|
2152
2363
|
*/
|
|
@@ -2182,7 +2393,7 @@ export interface LimitedWorld {
|
|
|
2182
2393
|
*/
|
|
2183
2394
|
'heat': number;
|
|
2184
2395
|
/**
|
|
2185
|
-
*
|
|
2396
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
2186
2397
|
* @type {string}
|
|
2187
2398
|
* @memberof LimitedWorld
|
|
2188
2399
|
*/
|
|
@@ -2325,7 +2536,7 @@ export interface ModelFile {
|
|
|
2325
2536
|
*/
|
|
2326
2537
|
'name': string;
|
|
2327
2538
|
/**
|
|
2328
|
-
*
|
|
2539
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2329
2540
|
* @type {string}
|
|
2330
2541
|
* @memberof ModelFile
|
|
2331
2542
|
*/
|
|
@@ -2350,7 +2561,7 @@ export interface ModelFile {
|
|
|
2350
2561
|
*/
|
|
2351
2562
|
export interface ModerateUserRequest {
|
|
2352
2563
|
/**
|
|
2353
|
-
*
|
|
2564
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2354
2565
|
* @type {string}
|
|
2355
2566
|
* @memberof ModerateUserRequest
|
|
2356
2567
|
*/
|
|
@@ -2399,7 +2610,7 @@ export interface Notification {
|
|
|
2399
2610
|
*/
|
|
2400
2611
|
'seen': boolean;
|
|
2401
2612
|
/**
|
|
2402
|
-
*
|
|
2613
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2403
2614
|
* @type {string}
|
|
2404
2615
|
* @memberof Notification
|
|
2405
2616
|
*/
|
|
@@ -2468,7 +2679,7 @@ export interface Permission {
|
|
|
2468
2679
|
*/
|
|
2469
2680
|
'name': string;
|
|
2470
2681
|
/**
|
|
2471
|
-
*
|
|
2682
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2472
2683
|
* @type {string}
|
|
2473
2684
|
* @memberof Permission
|
|
2474
2685
|
*/
|
|
@@ -2505,7 +2716,7 @@ export interface PlayerModeration {
|
|
|
2505
2716
|
*/
|
|
2506
2717
|
'sourceDisplayName': string;
|
|
2507
2718
|
/**
|
|
2508
|
-
*
|
|
2719
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2509
2720
|
* @type {string}
|
|
2510
2721
|
* @memberof PlayerModeration
|
|
2511
2722
|
*/
|
|
@@ -2517,7 +2728,7 @@ export interface PlayerModeration {
|
|
|
2517
2728
|
*/
|
|
2518
2729
|
'targetDisplayName': string;
|
|
2519
2730
|
/**
|
|
2520
|
-
*
|
|
2731
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
2521
2732
|
* @type {string}
|
|
2522
2733
|
* @memberof PlayerModeration
|
|
2523
2734
|
*/
|
|
@@ -2561,6 +2772,18 @@ export interface PublicAnnouncement {
|
|
|
2561
2772
|
*/
|
|
2562
2773
|
'text': string;
|
|
2563
2774
|
}
|
|
2775
|
+
/**
|
|
2776
|
+
* API/Photon region.
|
|
2777
|
+
* @export
|
|
2778
|
+
* @enum {string}
|
|
2779
|
+
*/
|
|
2780
|
+
export declare enum Region {
|
|
2781
|
+
Us = "us",
|
|
2782
|
+
Use = "use",
|
|
2783
|
+
Eu = "eu",
|
|
2784
|
+
Jp = "jp",
|
|
2785
|
+
Unknown = "unknown"
|
|
2786
|
+
}
|
|
2564
2787
|
/**
|
|
2565
2788
|
*
|
|
2566
2789
|
* @export
|
|
@@ -3166,7 +3389,7 @@ export interface UpdateWorldRequest {
|
|
|
3166
3389
|
*/
|
|
3167
3390
|
'assetVersion'?: string;
|
|
3168
3391
|
/**
|
|
3169
|
-
*
|
|
3392
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
3170
3393
|
* @type {string}
|
|
3171
3394
|
* @memberof UpdateWorldRequest
|
|
3172
3395
|
*/
|
|
@@ -3257,13 +3480,13 @@ export interface User {
|
|
|
3257
3480
|
*/
|
|
3258
3481
|
'bioLinks': Array<string>;
|
|
3259
3482
|
/**
|
|
3260
|
-
*
|
|
3483
|
+
* When profilePicOverride is not empty, use it instead.
|
|
3261
3484
|
* @type {string}
|
|
3262
3485
|
* @memberof User
|
|
3263
3486
|
*/
|
|
3264
3487
|
'currentAvatarImageUrl': string;
|
|
3265
3488
|
/**
|
|
3266
|
-
*
|
|
3489
|
+
* When profilePicOverride is not empty, use it instead.
|
|
3267
3490
|
* @type {string}
|
|
3268
3491
|
* @memberof User
|
|
3269
3492
|
*/
|
|
@@ -3281,7 +3504,7 @@ export interface User {
|
|
|
3281
3504
|
*/
|
|
3282
3505
|
'developerType': DeveloperType;
|
|
3283
3506
|
/**
|
|
3284
|
-
*
|
|
3507
|
+
* A users visual display name. This is what shows up in-game, and can different from their `username`. Changing display name is restricted to a cooldown period.
|
|
3285
3508
|
* @type {string}
|
|
3286
3509
|
* @memberof User
|
|
3287
3510
|
*/
|
|
@@ -3293,25 +3516,25 @@ export interface User {
|
|
|
3293
3516
|
*/
|
|
3294
3517
|
'friendKey': string;
|
|
3295
3518
|
/**
|
|
3296
|
-
*
|
|
3519
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
3297
3520
|
* @type {string}
|
|
3298
3521
|
* @memberof User
|
|
3299
3522
|
*/
|
|
3300
3523
|
'id': string;
|
|
3301
3524
|
/**
|
|
3302
|
-
*
|
|
3525
|
+
* InstanceID be \"offline\" on User profiles if you are not friends with that user.
|
|
3303
3526
|
* @type {string}
|
|
3304
3527
|
* @memberof User
|
|
3305
3528
|
*/
|
|
3306
3529
|
'instanceId'?: string;
|
|
3307
3530
|
/**
|
|
3308
|
-
*
|
|
3531
|
+
* Either their `friendKey`, or empty string if you are not friends. Unknown usage.
|
|
3309
3532
|
* @type {boolean}
|
|
3310
3533
|
* @memberof User
|
|
3311
3534
|
*/
|
|
3312
3535
|
'isFriend': boolean;
|
|
3313
3536
|
/**
|
|
3314
|
-
*
|
|
3537
|
+
* Either a date-time or empty string.
|
|
3315
3538
|
* @type {string}
|
|
3316
3539
|
* @memberof User
|
|
3317
3540
|
*/
|
|
@@ -3323,7 +3546,7 @@ export interface User {
|
|
|
3323
3546
|
*/
|
|
3324
3547
|
'last_platform': string;
|
|
3325
3548
|
/**
|
|
3326
|
-
*
|
|
3549
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3327
3550
|
* @type {string}
|
|
3328
3551
|
* @memberof User
|
|
3329
3552
|
*/
|
|
@@ -3365,13 +3588,13 @@ export interface User {
|
|
|
3365
3588
|
*/
|
|
3366
3589
|
'userIcon': string;
|
|
3367
3590
|
/**
|
|
3368
|
-
*
|
|
3591
|
+
* A users unique name, used during login. This is different from `displayName` which is what shows up in-game. A users `username` can never be changed.
|
|
3369
3592
|
* @type {string}
|
|
3370
3593
|
* @memberof User
|
|
3371
3594
|
*/
|
|
3372
3595
|
'username': string;
|
|
3373
3596
|
/**
|
|
3374
|
-
*
|
|
3597
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3375
3598
|
* @type {string}
|
|
3376
3599
|
* @memberof User
|
|
3377
3600
|
*/
|
|
@@ -3548,7 +3771,7 @@ export interface VerifyAuthTokenResult {
|
|
|
3548
3771
|
*/
|
|
3549
3772
|
export interface World {
|
|
3550
3773
|
/**
|
|
3551
|
-
*
|
|
3774
|
+
* Empty if unauthenticated.
|
|
3552
3775
|
* @type {string}
|
|
3553
3776
|
* @memberof World
|
|
3554
3777
|
*/
|
|
@@ -3560,7 +3783,7 @@ export interface World {
|
|
|
3560
3783
|
*/
|
|
3561
3784
|
'assetUrlObject': object;
|
|
3562
3785
|
/**
|
|
3563
|
-
*
|
|
3786
|
+
* A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed.
|
|
3564
3787
|
* @type {string}
|
|
3565
3788
|
* @memberof World
|
|
3566
3789
|
*/
|
|
@@ -3608,7 +3831,7 @@ export interface World {
|
|
|
3608
3831
|
*/
|
|
3609
3832
|
'heat': number;
|
|
3610
3833
|
/**
|
|
3611
|
-
*
|
|
3834
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3612
3835
|
* @type {string}
|
|
3613
3836
|
* @memberof World
|
|
3614
3837
|
*/
|
|
@@ -3621,10 +3844,10 @@ export interface World {
|
|
|
3621
3844
|
'imageUrl': string;
|
|
3622
3845
|
/**
|
|
3623
3846
|
*
|
|
3624
|
-
* @type {Array<Array<
|
|
3847
|
+
* @type {Array<Array<any>>}
|
|
3625
3848
|
* @memberof World
|
|
3626
3849
|
*/
|
|
3627
|
-
'instances'?: Array<Array<
|
|
3850
|
+
'instances'?: Array<Array<any>>;
|
|
3628
3851
|
/**
|
|
3629
3852
|
*
|
|
3630
3853
|
* @type {string}
|
|
@@ -3672,7 +3895,7 @@ export interface World {
|
|
|
3672
3895
|
* @type {string}
|
|
3673
3896
|
* @memberof World
|
|
3674
3897
|
*/
|
|
3675
|
-
'previewYoutubeId'?: string;
|
|
3898
|
+
'previewYoutubeId'?: string | null;
|
|
3676
3899
|
/**
|
|
3677
3900
|
*
|
|
3678
3901
|
* @type {number}
|
|
@@ -3716,7 +3939,7 @@ export interface World {
|
|
|
3716
3939
|
*/
|
|
3717
3940
|
'unityPackageUrlObject': object;
|
|
3718
3941
|
/**
|
|
3719
|
-
*
|
|
3942
|
+
* Empty if unauthenticated.
|
|
3720
3943
|
* @type {Array<UnityPackage>}
|
|
3721
3944
|
* @memberof World
|
|
3722
3945
|
*/
|
|
@@ -3747,7 +3970,7 @@ export interface World {
|
|
|
3747
3970
|
*/
|
|
3748
3971
|
export interface WorldMetadata {
|
|
3749
3972
|
/**
|
|
3750
|
-
*
|
|
3973
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3751
3974
|
* @type {string}
|
|
3752
3975
|
* @memberof WorldMetadata
|
|
3753
3976
|
*/
|
|
@@ -4067,7 +4290,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4067
4290
|
* @param {'ascending' | 'descending'} [order]
|
|
4068
4291
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4069
4292
|
* @param {string} [search] Filters by world name.
|
|
4070
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4293
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4071
4294
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4072
4295
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4073
4296
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4088,7 +4311,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
4088
4311
|
* @param {number} [n] The number of objects to return.
|
|
4089
4312
|
* @param {'ascending' | 'descending'} [order]
|
|
4090
4313
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4091
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4314
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4092
4315
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4093
4316
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4094
4317
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4162,7 +4385,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
4162
4385
|
* @param {'ascending' | 'descending'} [order]
|
|
4163
4386
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4164
4387
|
* @param {string} [search] Filters by world name.
|
|
4165
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4388
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4166
4389
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4167
4390
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4168
4391
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4183,7 +4406,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
4183
4406
|
* @param {number} [n] The number of objects to return.
|
|
4184
4407
|
* @param {'ascending' | 'descending'} [order]
|
|
4185
4408
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4186
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4409
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4187
4410
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4188
4411
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4189
4412
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4257,7 +4480,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
4257
4480
|
* @param {'ascending' | 'descending'} [order]
|
|
4258
4481
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4259
4482
|
* @param {string} [search] Filters by world name.
|
|
4260
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4483
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4261
4484
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4262
4485
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4263
4486
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4278,7 +4501,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
4278
4501
|
* @param {number} [n] The number of objects to return.
|
|
4279
4502
|
* @param {'ascending' | 'descending'} [order]
|
|
4280
4503
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4281
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4504
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4282
4505
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4283
4506
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4284
4507
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4357,7 +4580,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
4357
4580
|
* @param {'ascending' | 'descending'} [order]
|
|
4358
4581
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4359
4582
|
* @param {string} [search] Filters by world name.
|
|
4360
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4583
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4361
4584
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4362
4585
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4363
4586
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4379,7 +4602,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
4379
4602
|
* @param {number} [n] The number of objects to return.
|
|
4380
4603
|
* @param {'ascending' | 'descending'} [order]
|
|
4381
4604
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4382
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4605
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4383
4606
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
4384
4607
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
4385
4608
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -4659,7 +4882,7 @@ export declare const FavoritesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
4659
4882
|
* @param {number} [n] The number of objects to return.
|
|
4660
4883
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4661
4884
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4662
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4885
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4663
4886
|
* @param {*} [options] Override http request option.
|
|
4664
4887
|
* @throws {RequiredError}
|
|
4665
4888
|
*/
|
|
@@ -4741,7 +4964,7 @@ export declare const FavoritesApiFp: (configuration?: Configuration) => {
|
|
|
4741
4964
|
* @param {number} [n] The number of objects to return.
|
|
4742
4965
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4743
4966
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4744
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4967
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4745
4968
|
* @param {*} [options] Override http request option.
|
|
4746
4969
|
* @throws {RequiredError}
|
|
4747
4970
|
*/
|
|
@@ -4823,7 +5046,7 @@ export declare const FavoritesApiFactory: (configuration?: Configuration, basePa
|
|
|
4823
5046
|
* @param {number} [n] The number of objects to return.
|
|
4824
5047
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4825
5048
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4826
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
5049
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4827
5050
|
* @param {*} [options] Override http request option.
|
|
4828
5051
|
* @throws {RequiredError}
|
|
4829
5052
|
*/
|
|
@@ -4912,7 +5135,7 @@ export declare class FavoritesApi extends BaseAPI {
|
|
|
4912
5135
|
* @param {number} [n] The number of objects to return.
|
|
4913
5136
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4914
5137
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4915
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
5138
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4916
5139
|
* @param {*} [options] Override http request option.
|
|
4917
5140
|
* @throws {RequiredError}
|
|
4918
5141
|
* @memberof FavoritesApi
|
|
@@ -5557,7 +5780,7 @@ export declare class FriendsApi extends BaseAPI {
|
|
|
5557
5780
|
*/
|
|
5558
5781
|
export declare const InstancesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5559
5782
|
/**
|
|
5560
|
-
* Returns an instance.
|
|
5783
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
5561
5784
|
* @summary Get Instance
|
|
5562
5785
|
* @param {string} worldId
|
|
5563
5786
|
* @param {string} instanceId
|
|
@@ -5590,7 +5813,7 @@ export declare const InstancesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
5590
5813
|
*/
|
|
5591
5814
|
export declare const InstancesApiFp: (configuration?: Configuration) => {
|
|
5592
5815
|
/**
|
|
5593
|
-
* Returns an instance.
|
|
5816
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
5594
5817
|
* @summary Get Instance
|
|
5595
5818
|
* @param {string} worldId
|
|
5596
5819
|
* @param {string} instanceId
|
|
@@ -5623,7 +5846,7 @@ export declare const InstancesApiFp: (configuration?: Configuration) => {
|
|
|
5623
5846
|
*/
|
|
5624
5847
|
export declare const InstancesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5625
5848
|
/**
|
|
5626
|
-
* Returns an instance.
|
|
5849
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
5627
5850
|
* @summary Get Instance
|
|
5628
5851
|
* @param {string} worldId
|
|
5629
5852
|
* @param {string} instanceId
|
|
@@ -5658,7 +5881,7 @@ export declare const InstancesApiFactory: (configuration?: Configuration, basePa
|
|
|
5658
5881
|
*/
|
|
5659
5882
|
export declare class InstancesApi extends BaseAPI {
|
|
5660
5883
|
/**
|
|
5661
|
-
* Returns an instance.
|
|
5884
|
+
* Returns an instance. Please read [Instances Tutorial](https://vrchatapi.github.io/tutorials/instances/) for more information on Instances. If an invalid instanceId is provided, this endpoint will simply return \"null\"!
|
|
5662
5885
|
* @summary Get Instance
|
|
5663
5886
|
* @param {string} worldId
|
|
5664
5887
|
* @param {string} instanceId
|
|
@@ -6540,6 +6763,15 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6540
6763
|
* @throws {RequiredError}
|
|
6541
6764
|
*/
|
|
6542
6765
|
getHealth: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6766
|
+
/**
|
|
6767
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6768
|
+
* @summary Show Information Notices
|
|
6769
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6770
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6771
|
+
* @param {*} [options] Override http request option.
|
|
6772
|
+
* @throws {RequiredError}
|
|
6773
|
+
*/
|
|
6774
|
+
getInfoPush: (require?: string, include?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6543
6775
|
/**
|
|
6544
6776
|
* Fetches the JavaScript code to the frontend React website.
|
|
6545
6777
|
* @summary Download JavaScript
|
|
@@ -6593,6 +6825,15 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
6593
6825
|
* @throws {RequiredError}
|
|
6594
6826
|
*/
|
|
6595
6827
|
getHealth(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIHealth>>;
|
|
6828
|
+
/**
|
|
6829
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6830
|
+
* @summary Show Information Notices
|
|
6831
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6832
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6833
|
+
* @param {*} [options] Override http request option.
|
|
6834
|
+
* @throws {RequiredError}
|
|
6835
|
+
*/
|
|
6836
|
+
getInfoPush(require?: string, include?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InfoPush>>>;
|
|
6596
6837
|
/**
|
|
6597
6838
|
* Fetches the JavaScript code to the frontend React website.
|
|
6598
6839
|
* @summary Download JavaScript
|
|
@@ -6646,6 +6887,15 @@ export declare const SystemApiFactory: (configuration?: Configuration, basePath?
|
|
|
6646
6887
|
* @throws {RequiredError}
|
|
6647
6888
|
*/
|
|
6648
6889
|
getHealth(options?: any): AxiosPromise<APIHealth>;
|
|
6890
|
+
/**
|
|
6891
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6892
|
+
* @summary Show Information Notices
|
|
6893
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6894
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6895
|
+
* @param {*} [options] Override http request option.
|
|
6896
|
+
* @throws {RequiredError}
|
|
6897
|
+
*/
|
|
6898
|
+
getInfoPush(require?: string, include?: string, options?: any): AxiosPromise<Array<InfoPush>>;
|
|
6649
6899
|
/**
|
|
6650
6900
|
* Fetches the JavaScript code to the frontend React website.
|
|
6651
6901
|
* @summary Download JavaScript
|
|
@@ -6705,6 +6955,16 @@ export declare class SystemApi extends BaseAPI {
|
|
|
6705
6955
|
* @memberof SystemApi
|
|
6706
6956
|
*/
|
|
6707
6957
|
getHealth(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<APIHealth>>;
|
|
6958
|
+
/**
|
|
6959
|
+
* IPS (Info Push System) is a system for VRChat to push out dynamic information to the client. This is primarily used by the Quick-Menu info banners, but can also be used to e.g. alert you to update your game to the latest version. `include` is used to query what Information Pushes should be included in the response. If include is missing or empty, then no notices will normally be returned. This is an \"any of\" search. `require` is used to limit what Information Pushes should be included in the response. This is usually used in combination with `include`, and is an \"all of\" search.
|
|
6960
|
+
* @summary Show Information Notices
|
|
6961
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6962
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6963
|
+
* @param {*} [options] Override http request option.
|
|
6964
|
+
* @throws {RequiredError}
|
|
6965
|
+
* @memberof SystemApi
|
|
6966
|
+
*/
|
|
6967
|
+
getInfoPush(require?: string, include?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InfoPush[]>>;
|
|
6708
6968
|
/**
|
|
6709
6969
|
* Fetches the JavaScript code to the frontend React website.
|
|
6710
6970
|
* @summary Download JavaScript
|
|
@@ -6928,7 +7188,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6928
7188
|
* @param {'ascending' | 'descending'} [order]
|
|
6929
7189
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6930
7190
|
* @param {string} [search] Filters by world name.
|
|
6931
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7191
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6932
7192
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6933
7193
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6934
7194
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6947,7 +7207,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6947
7207
|
* @param {'ascending' | 'descending'} [order]
|
|
6948
7208
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6949
7209
|
* @param {string} [search] Filters by world name.
|
|
6950
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7210
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6951
7211
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6952
7212
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6953
7213
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6967,7 +7227,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6967
7227
|
* @param {'ascending' | 'descending'} [order]
|
|
6968
7228
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6969
7229
|
* @param {string} [search] Filters by world name.
|
|
6970
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7230
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6971
7231
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6972
7232
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6973
7233
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7031,7 +7291,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
7031
7291
|
* @param {'ascending' | 'descending'} [order]
|
|
7032
7292
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7033
7293
|
* @param {string} [search] Filters by world name.
|
|
7034
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7294
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7035
7295
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7036
7296
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7037
7297
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7089,7 +7349,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7089
7349
|
* @param {'ascending' | 'descending'} [order]
|
|
7090
7350
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7091
7351
|
* @param {string} [search] Filters by world name.
|
|
7092
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7352
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7093
7353
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7094
7354
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7095
7355
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7108,7 +7368,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7108
7368
|
* @param {'ascending' | 'descending'} [order]
|
|
7109
7369
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7110
7370
|
* @param {string} [search] Filters by world name.
|
|
7111
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7371
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7112
7372
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7113
7373
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7114
7374
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7128,7 +7388,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7128
7388
|
* @param {'ascending' | 'descending'} [order]
|
|
7129
7389
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7130
7390
|
* @param {string} [search] Filters by world name.
|
|
7131
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7391
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7132
7392
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7133
7393
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7134
7394
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7192,7 +7452,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
7192
7452
|
* @param {'ascending' | 'descending'} [order]
|
|
7193
7453
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7194
7454
|
* @param {string} [search] Filters by world name.
|
|
7195
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7455
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7196
7456
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7197
7457
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7198
7458
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7250,7 +7510,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7250
7510
|
* @param {'ascending' | 'descending'} [order]
|
|
7251
7511
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7252
7512
|
* @param {string} [search] Filters by world name.
|
|
7253
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7513
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7254
7514
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7255
7515
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7256
7516
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7269,7 +7529,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7269
7529
|
* @param {'ascending' | 'descending'} [order]
|
|
7270
7530
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7271
7531
|
* @param {string} [search] Filters by world name.
|
|
7272
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7532
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7273
7533
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7274
7534
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7275
7535
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7289,7 +7549,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7289
7549
|
* @param {'ascending' | 'descending'} [order]
|
|
7290
7550
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7291
7551
|
* @param {string} [search] Filters by world name.
|
|
7292
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7552
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7293
7553
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7294
7554
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7295
7555
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7353,7 +7613,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
7353
7613
|
* @param {'ascending' | 'descending'} [order]
|
|
7354
7614
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7355
7615
|
* @param {string} [search] Filters by world name.
|
|
7356
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7616
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7357
7617
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7358
7618
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7359
7619
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7415,7 +7675,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7415
7675
|
* @param {'ascending' | 'descending'} [order]
|
|
7416
7676
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7417
7677
|
* @param {string} [search] Filters by world name.
|
|
7418
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7678
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7419
7679
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7420
7680
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7421
7681
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7435,7 +7695,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7435
7695
|
* @param {'ascending' | 'descending'} [order]
|
|
7436
7696
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7437
7697
|
* @param {string} [search] Filters by world name.
|
|
7438
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7698
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7439
7699
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7440
7700
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7441
7701
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7456,7 +7716,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7456
7716
|
* @param {'ascending' | 'descending'} [order]
|
|
7457
7717
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7458
7718
|
* @param {string} [search] Filters by world name.
|
|
7459
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7719
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7460
7720
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7461
7721
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7462
7722
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -7526,7 +7786,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
7526
7786
|
* @param {'ascending' | 'descending'} [order]
|
|
7527
7787
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
7528
7788
|
* @param {string} [search] Filters by world name.
|
|
7529
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7789
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
7530
7790
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
7531
7791
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
7532
7792
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|