vrchat 1.5.0 → 1.6.0
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 +1661 -198
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1277 -198
- package/dist/api.js +2140 -1268
- 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/generate.sh +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.
|
|
4
|
+
* The version of the OpenAPI document: 1.6.0
|
|
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
|
*/
|
|
@@ -1929,6 +2140,88 @@ export interface InviteResponse {
|
|
|
1929
2140
|
*/
|
|
1930
2141
|
'responseSlot': number;
|
|
1931
2142
|
}
|
|
2143
|
+
/**
|
|
2144
|
+
*
|
|
2145
|
+
* @export
|
|
2146
|
+
* @interface License
|
|
2147
|
+
*/
|
|
2148
|
+
export interface License {
|
|
2149
|
+
/**
|
|
2150
|
+
* Either a AvatarID, LicenseGroupID, PermissionID or ProductID. This depends on the `forType` field.
|
|
2151
|
+
* @type {string}
|
|
2152
|
+
* @memberof License
|
|
2153
|
+
*/
|
|
2154
|
+
'forId': string;
|
|
2155
|
+
/**
|
|
2156
|
+
*
|
|
2157
|
+
* @type {LicenseType}
|
|
2158
|
+
* @memberof License
|
|
2159
|
+
*/
|
|
2160
|
+
'forType': LicenseType;
|
|
2161
|
+
/**
|
|
2162
|
+
*
|
|
2163
|
+
* @type {string}
|
|
2164
|
+
* @memberof License
|
|
2165
|
+
*/
|
|
2166
|
+
'forName': string;
|
|
2167
|
+
/**
|
|
2168
|
+
*
|
|
2169
|
+
* @type {LicenseAction}
|
|
2170
|
+
* @memberof License
|
|
2171
|
+
*/
|
|
2172
|
+
'forAction': LicenseAction;
|
|
2173
|
+
}
|
|
2174
|
+
/**
|
|
2175
|
+
*
|
|
2176
|
+
* @export
|
|
2177
|
+
* @enum {string}
|
|
2178
|
+
*/
|
|
2179
|
+
export declare enum LicenseAction {
|
|
2180
|
+
Wear = "wear",
|
|
2181
|
+
Have = "have"
|
|
2182
|
+
}
|
|
2183
|
+
/**
|
|
2184
|
+
*
|
|
2185
|
+
* @export
|
|
2186
|
+
* @interface LicenseGroup
|
|
2187
|
+
*/
|
|
2188
|
+
export interface LicenseGroup {
|
|
2189
|
+
/**
|
|
2190
|
+
*
|
|
2191
|
+
* @type {string}
|
|
2192
|
+
* @memberof LicenseGroup
|
|
2193
|
+
*/
|
|
2194
|
+
'id': string;
|
|
2195
|
+
/**
|
|
2196
|
+
*
|
|
2197
|
+
* @type {string}
|
|
2198
|
+
* @memberof LicenseGroup
|
|
2199
|
+
*/
|
|
2200
|
+
'name': string;
|
|
2201
|
+
/**
|
|
2202
|
+
*
|
|
2203
|
+
* @type {string}
|
|
2204
|
+
* @memberof LicenseGroup
|
|
2205
|
+
*/
|
|
2206
|
+
'description': string;
|
|
2207
|
+
/**
|
|
2208
|
+
*
|
|
2209
|
+
* @type {Array<License>}
|
|
2210
|
+
* @memberof LicenseGroup
|
|
2211
|
+
*/
|
|
2212
|
+
'licenses': Array<License>;
|
|
2213
|
+
}
|
|
2214
|
+
/**
|
|
2215
|
+
*
|
|
2216
|
+
* @export
|
|
2217
|
+
* @enum {string}
|
|
2218
|
+
*/
|
|
2219
|
+
export declare enum LicenseType {
|
|
2220
|
+
Avatar = "avatar",
|
|
2221
|
+
LicenseGroup = "licenseGroup",
|
|
2222
|
+
Permission = "permission",
|
|
2223
|
+
Product = "product"
|
|
2224
|
+
}
|
|
1932
2225
|
/**
|
|
1933
2226
|
*
|
|
1934
2227
|
* @export
|
|
@@ -1961,13 +2254,13 @@ export interface LimitedUser {
|
|
|
1961
2254
|
*/
|
|
1962
2255
|
'bio'?: string;
|
|
1963
2256
|
/**
|
|
1964
|
-
*
|
|
2257
|
+
* When profilePicOverride is not empty, use it instead.
|
|
1965
2258
|
* @type {string}
|
|
1966
2259
|
* @memberof LimitedUser
|
|
1967
2260
|
*/
|
|
1968
2261
|
'currentAvatarImageUrl': string;
|
|
1969
2262
|
/**
|
|
1970
|
-
*
|
|
2263
|
+
* When profilePicOverride is not empty, use it instead.
|
|
1971
2264
|
* @type {string}
|
|
1972
2265
|
* @memberof LimitedUser
|
|
1973
2266
|
*/
|
|
@@ -1991,7 +2284,7 @@ export interface LimitedUser {
|
|
|
1991
2284
|
*/
|
|
1992
2285
|
'fallbackAvatar': string;
|
|
1993
2286
|
/**
|
|
1994
|
-
*
|
|
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.
|
|
1995
2288
|
* @type {string}
|
|
1996
2289
|
* @memberof LimitedUser
|
|
1997
2290
|
*/
|
|
@@ -2064,7 +2357,7 @@ export interface LimitedUser {
|
|
|
2064
2357
|
*/
|
|
2065
2358
|
export interface LimitedWorld {
|
|
2066
2359
|
/**
|
|
2067
|
-
*
|
|
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.
|
|
2068
2361
|
* @type {string}
|
|
2069
2362
|
* @memberof LimitedWorld
|
|
2070
2363
|
*/
|
|
@@ -2100,7 +2393,7 @@ export interface LimitedWorld {
|
|
|
2100
2393
|
*/
|
|
2101
2394
|
'heat': number;
|
|
2102
2395
|
/**
|
|
2103
|
-
*
|
|
2396
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
2104
2397
|
* @type {string}
|
|
2105
2398
|
* @memberof LimitedWorld
|
|
2106
2399
|
*/
|
|
@@ -2243,7 +2536,7 @@ export interface ModelFile {
|
|
|
2243
2536
|
*/
|
|
2244
2537
|
'name': string;
|
|
2245
2538
|
/**
|
|
2246
|
-
*
|
|
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.
|
|
2247
2540
|
* @type {string}
|
|
2248
2541
|
* @memberof ModelFile
|
|
2249
2542
|
*/
|
|
@@ -2268,7 +2561,7 @@ export interface ModelFile {
|
|
|
2268
2561
|
*/
|
|
2269
2562
|
export interface ModerateUserRequest {
|
|
2270
2563
|
/**
|
|
2271
|
-
*
|
|
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.
|
|
2272
2565
|
* @type {string}
|
|
2273
2566
|
* @memberof ModerateUserRequest
|
|
2274
2567
|
*/
|
|
@@ -2317,7 +2610,7 @@ export interface Notification {
|
|
|
2317
2610
|
*/
|
|
2318
2611
|
'seen': boolean;
|
|
2319
2612
|
/**
|
|
2320
|
-
*
|
|
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.
|
|
2321
2614
|
* @type {string}
|
|
2322
2615
|
* @memberof Notification
|
|
2323
2616
|
*/
|
|
@@ -2386,7 +2679,7 @@ export interface Permission {
|
|
|
2386
2679
|
*/
|
|
2387
2680
|
'name': string;
|
|
2388
2681
|
/**
|
|
2389
|
-
*
|
|
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.
|
|
2390
2683
|
* @type {string}
|
|
2391
2684
|
* @memberof Permission
|
|
2392
2685
|
*/
|
|
@@ -2423,7 +2716,7 @@ export interface PlayerModeration {
|
|
|
2423
2716
|
*/
|
|
2424
2717
|
'sourceDisplayName': string;
|
|
2425
2718
|
/**
|
|
2426
|
-
*
|
|
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.
|
|
2427
2720
|
* @type {string}
|
|
2428
2721
|
* @memberof PlayerModeration
|
|
2429
2722
|
*/
|
|
@@ -2435,7 +2728,7 @@ export interface PlayerModeration {
|
|
|
2435
2728
|
*/
|
|
2436
2729
|
'targetDisplayName': string;
|
|
2437
2730
|
/**
|
|
2438
|
-
*
|
|
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.
|
|
2439
2732
|
* @type {string}
|
|
2440
2733
|
* @memberof PlayerModeration
|
|
2441
2734
|
*/
|
|
@@ -2479,6 +2772,17 @@ export interface PublicAnnouncement {
|
|
|
2479
2772
|
*/
|
|
2480
2773
|
'text': string;
|
|
2481
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
|
+
}
|
|
2482
2786
|
/**
|
|
2483
2787
|
*
|
|
2484
2788
|
* @export
|
|
@@ -2511,17 +2815,321 @@ export interface Response {
|
|
|
2511
2815
|
/**
|
|
2512
2816
|
*
|
|
2513
2817
|
* @export
|
|
2514
|
-
* @interface
|
|
2818
|
+
* @interface Subscription
|
|
2515
2819
|
*/
|
|
2516
|
-
export interface
|
|
2820
|
+
export interface Subscription {
|
|
2517
2821
|
/**
|
|
2518
2822
|
*
|
|
2519
|
-
* @type {
|
|
2520
|
-
* @memberof
|
|
2823
|
+
* @type {string}
|
|
2824
|
+
* @memberof Subscription
|
|
2521
2825
|
*/
|
|
2522
|
-
'
|
|
2523
|
-
|
|
2524
|
-
|
|
2826
|
+
'id': string;
|
|
2827
|
+
/**
|
|
2828
|
+
*
|
|
2829
|
+
* @type {string}
|
|
2830
|
+
* @memberof Subscription
|
|
2831
|
+
*/
|
|
2832
|
+
'steamItemId': string;
|
|
2833
|
+
/**
|
|
2834
|
+
*
|
|
2835
|
+
* @type {number}
|
|
2836
|
+
* @memberof Subscription
|
|
2837
|
+
*/
|
|
2838
|
+
'amount': number;
|
|
2839
|
+
/**
|
|
2840
|
+
*
|
|
2841
|
+
* @type {string}
|
|
2842
|
+
* @memberof Subscription
|
|
2843
|
+
*/
|
|
2844
|
+
'description': string;
|
|
2845
|
+
/**
|
|
2846
|
+
*
|
|
2847
|
+
* @type {SubscriptionPeriod}
|
|
2848
|
+
* @memberof Subscription
|
|
2849
|
+
*/
|
|
2850
|
+
'period': SubscriptionPeriod;
|
|
2851
|
+
/**
|
|
2852
|
+
*
|
|
2853
|
+
* @type {number}
|
|
2854
|
+
* @memberof Subscription
|
|
2855
|
+
*/
|
|
2856
|
+
'tier': number;
|
|
2857
|
+
}
|
|
2858
|
+
/**
|
|
2859
|
+
*
|
|
2860
|
+
* @export
|
|
2861
|
+
* @enum {string}
|
|
2862
|
+
*/
|
|
2863
|
+
export declare enum SubscriptionPeriod {
|
|
2864
|
+
Hour = "hour",
|
|
2865
|
+
Day = "day",
|
|
2866
|
+
Week = "week",
|
|
2867
|
+
Month = "month",
|
|
2868
|
+
Year = "year"
|
|
2869
|
+
}
|
|
2870
|
+
/**
|
|
2871
|
+
*
|
|
2872
|
+
* @export
|
|
2873
|
+
* @interface Success
|
|
2874
|
+
*/
|
|
2875
|
+
export interface Success {
|
|
2876
|
+
/**
|
|
2877
|
+
*
|
|
2878
|
+
* @type {Response}
|
|
2879
|
+
* @memberof Success
|
|
2880
|
+
*/
|
|
2881
|
+
'success'?: Response;
|
|
2882
|
+
}
|
|
2883
|
+
/**
|
|
2884
|
+
*
|
|
2885
|
+
* @export
|
|
2886
|
+
* @interface Transaction
|
|
2887
|
+
*/
|
|
2888
|
+
export interface Transaction {
|
|
2889
|
+
/**
|
|
2890
|
+
*
|
|
2891
|
+
* @type {string}
|
|
2892
|
+
* @memberof Transaction
|
|
2893
|
+
*/
|
|
2894
|
+
'id': string;
|
|
2895
|
+
/**
|
|
2896
|
+
*
|
|
2897
|
+
* @type {TransactionStatus}
|
|
2898
|
+
* @memberof Transaction
|
|
2899
|
+
*/
|
|
2900
|
+
'status': TransactionStatus;
|
|
2901
|
+
/**
|
|
2902
|
+
*
|
|
2903
|
+
* @type {Subscription}
|
|
2904
|
+
* @memberof Transaction
|
|
2905
|
+
*/
|
|
2906
|
+
'subscription': Subscription;
|
|
2907
|
+
/**
|
|
2908
|
+
*
|
|
2909
|
+
* @type {boolean}
|
|
2910
|
+
* @memberof Transaction
|
|
2911
|
+
*/
|
|
2912
|
+
'sandbox': boolean;
|
|
2913
|
+
/**
|
|
2914
|
+
*
|
|
2915
|
+
* @type {string}
|
|
2916
|
+
* @memberof Transaction
|
|
2917
|
+
*/
|
|
2918
|
+
'created_at': string;
|
|
2919
|
+
/**
|
|
2920
|
+
*
|
|
2921
|
+
* @type {string}
|
|
2922
|
+
* @memberof Transaction
|
|
2923
|
+
*/
|
|
2924
|
+
'updated_at': string;
|
|
2925
|
+
/**
|
|
2926
|
+
*
|
|
2927
|
+
* @type {TransactionSteamInfo}
|
|
2928
|
+
* @memberof Transaction
|
|
2929
|
+
*/
|
|
2930
|
+
'steam'?: TransactionSteamInfo;
|
|
2931
|
+
/**
|
|
2932
|
+
*
|
|
2933
|
+
* @type {TransactionAgreement}
|
|
2934
|
+
* @memberof Transaction
|
|
2935
|
+
*/
|
|
2936
|
+
'agreement'?: TransactionAgreement;
|
|
2937
|
+
/**
|
|
2938
|
+
*
|
|
2939
|
+
* @type {string}
|
|
2940
|
+
* @memberof Transaction
|
|
2941
|
+
*/
|
|
2942
|
+
'error': string;
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
*
|
|
2946
|
+
* @export
|
|
2947
|
+
* @interface TransactionAgreement
|
|
2948
|
+
*/
|
|
2949
|
+
export interface TransactionAgreement {
|
|
2950
|
+
/**
|
|
2951
|
+
*
|
|
2952
|
+
* @type {string}
|
|
2953
|
+
* @memberof TransactionAgreement
|
|
2954
|
+
*/
|
|
2955
|
+
'agreementId': string;
|
|
2956
|
+
/**
|
|
2957
|
+
*
|
|
2958
|
+
* @type {number}
|
|
2959
|
+
* @memberof TransactionAgreement
|
|
2960
|
+
*/
|
|
2961
|
+
'itemId': number;
|
|
2962
|
+
/**
|
|
2963
|
+
* This is NOT TransactionStatus, but whatever Steam return.
|
|
2964
|
+
* @type {string}
|
|
2965
|
+
* @memberof TransactionAgreement
|
|
2966
|
+
*/
|
|
2967
|
+
'status': string;
|
|
2968
|
+
/**
|
|
2969
|
+
*
|
|
2970
|
+
* @type {string}
|
|
2971
|
+
* @memberof TransactionAgreement
|
|
2972
|
+
*/
|
|
2973
|
+
'period': string;
|
|
2974
|
+
/**
|
|
2975
|
+
*
|
|
2976
|
+
* @type {number}
|
|
2977
|
+
* @memberof TransactionAgreement
|
|
2978
|
+
*/
|
|
2979
|
+
'frequency': number;
|
|
2980
|
+
/**
|
|
2981
|
+
*
|
|
2982
|
+
* @type {string}
|
|
2983
|
+
* @memberof TransactionAgreement
|
|
2984
|
+
*/
|
|
2985
|
+
'billingType': string;
|
|
2986
|
+
/**
|
|
2987
|
+
*
|
|
2988
|
+
* @type {string}
|
|
2989
|
+
* @memberof TransactionAgreement
|
|
2990
|
+
*/
|
|
2991
|
+
'startDate': string;
|
|
2992
|
+
/**
|
|
2993
|
+
*
|
|
2994
|
+
* @type {string}
|
|
2995
|
+
* @memberof TransactionAgreement
|
|
2996
|
+
*/
|
|
2997
|
+
'endDate': string;
|
|
2998
|
+
/**
|
|
2999
|
+
*
|
|
3000
|
+
* @type {number}
|
|
3001
|
+
* @memberof TransactionAgreement
|
|
3002
|
+
*/
|
|
3003
|
+
'recurringAmt': number;
|
|
3004
|
+
/**
|
|
3005
|
+
*
|
|
3006
|
+
* @type {string}
|
|
3007
|
+
* @memberof TransactionAgreement
|
|
3008
|
+
*/
|
|
3009
|
+
'currency': string;
|
|
3010
|
+
/**
|
|
3011
|
+
*
|
|
3012
|
+
* @type {string}
|
|
3013
|
+
* @memberof TransactionAgreement
|
|
3014
|
+
*/
|
|
3015
|
+
'timeCreated': string;
|
|
3016
|
+
/**
|
|
3017
|
+
*
|
|
3018
|
+
* @type {string}
|
|
3019
|
+
* @memberof TransactionAgreement
|
|
3020
|
+
*/
|
|
3021
|
+
'nextPayment': string;
|
|
3022
|
+
/**
|
|
3023
|
+
*
|
|
3024
|
+
* @type {string}
|
|
3025
|
+
* @memberof TransactionAgreement
|
|
3026
|
+
*/
|
|
3027
|
+
'lastPayment': string;
|
|
3028
|
+
/**
|
|
3029
|
+
*
|
|
3030
|
+
* @type {number}
|
|
3031
|
+
* @memberof TransactionAgreement
|
|
3032
|
+
*/
|
|
3033
|
+
'lastAmount': number;
|
|
3034
|
+
/**
|
|
3035
|
+
*
|
|
3036
|
+
* @type {number}
|
|
3037
|
+
* @memberof TransactionAgreement
|
|
3038
|
+
*/
|
|
3039
|
+
'lastAmountVat': number;
|
|
3040
|
+
/**
|
|
3041
|
+
*
|
|
3042
|
+
* @type {number}
|
|
3043
|
+
* @memberof TransactionAgreement
|
|
3044
|
+
*/
|
|
3045
|
+
'outstanding': number;
|
|
3046
|
+
/**
|
|
3047
|
+
*
|
|
3048
|
+
* @type {number}
|
|
3049
|
+
* @memberof TransactionAgreement
|
|
3050
|
+
*/
|
|
3051
|
+
'failedAttempts': number;
|
|
3052
|
+
}
|
|
3053
|
+
/**
|
|
3054
|
+
*
|
|
3055
|
+
* @export
|
|
3056
|
+
* @enum {string}
|
|
3057
|
+
*/
|
|
3058
|
+
export declare enum TransactionStatus {
|
|
3059
|
+
Active = "active",
|
|
3060
|
+
Failed = "failed",
|
|
3061
|
+
Expired = "expired",
|
|
3062
|
+
Chargeback = "chargeback"
|
|
3063
|
+
}
|
|
3064
|
+
/**
|
|
3065
|
+
*
|
|
3066
|
+
* @export
|
|
3067
|
+
* @interface TransactionSteamInfo
|
|
3068
|
+
*/
|
|
3069
|
+
export interface TransactionSteamInfo {
|
|
3070
|
+
/**
|
|
3071
|
+
*
|
|
3072
|
+
* @type {TransactionSteamWalletInfo}
|
|
3073
|
+
* @memberof TransactionSteamInfo
|
|
3074
|
+
*/
|
|
3075
|
+
'walletInfo': TransactionSteamWalletInfo;
|
|
3076
|
+
/**
|
|
3077
|
+
* Steam User ID
|
|
3078
|
+
* @type {string}
|
|
3079
|
+
* @memberof TransactionSteamInfo
|
|
3080
|
+
*/
|
|
3081
|
+
'steamId': string;
|
|
3082
|
+
/**
|
|
3083
|
+
* Steam Order ID
|
|
3084
|
+
* @type {string}
|
|
3085
|
+
* @memberof TransactionSteamInfo
|
|
3086
|
+
*/
|
|
3087
|
+
'orderId': string;
|
|
3088
|
+
/**
|
|
3089
|
+
* Empty
|
|
3090
|
+
* @type {string}
|
|
3091
|
+
* @memberof TransactionSteamInfo
|
|
3092
|
+
*/
|
|
3093
|
+
'steamUrl': string;
|
|
3094
|
+
/**
|
|
3095
|
+
* Steam Transaction ID, NOT the same as VRChat TransactionID
|
|
3096
|
+
* @type {string}
|
|
3097
|
+
* @memberof TransactionSteamInfo
|
|
3098
|
+
*/
|
|
3099
|
+
'transId': string;
|
|
3100
|
+
}
|
|
3101
|
+
/**
|
|
3102
|
+
*
|
|
3103
|
+
* @export
|
|
3104
|
+
* @interface TransactionSteamWalletInfo
|
|
3105
|
+
*/
|
|
3106
|
+
export interface TransactionSteamWalletInfo {
|
|
3107
|
+
/**
|
|
3108
|
+
*
|
|
3109
|
+
* @type {string}
|
|
3110
|
+
* @memberof TransactionSteamWalletInfo
|
|
3111
|
+
*/
|
|
3112
|
+
'state': string;
|
|
3113
|
+
/**
|
|
3114
|
+
*
|
|
3115
|
+
* @type {string}
|
|
3116
|
+
* @memberof TransactionSteamWalletInfo
|
|
3117
|
+
*/
|
|
3118
|
+
'country': string;
|
|
3119
|
+
/**
|
|
3120
|
+
*
|
|
3121
|
+
* @type {string}
|
|
3122
|
+
* @memberof TransactionSteamWalletInfo
|
|
3123
|
+
*/
|
|
3124
|
+
'currency': string;
|
|
3125
|
+
/**
|
|
3126
|
+
*
|
|
3127
|
+
* @type {string}
|
|
3128
|
+
* @memberof TransactionSteamWalletInfo
|
|
3129
|
+
*/
|
|
3130
|
+
'status': string;
|
|
3131
|
+
}
|
|
3132
|
+
/**
|
|
2525
3133
|
*
|
|
2526
3134
|
* @export
|
|
2527
3135
|
* @interface TwoFactorAuthCode
|
|
@@ -2687,6 +3295,19 @@ export interface UpdateFavoriteGroupRequest {
|
|
|
2687
3295
|
*/
|
|
2688
3296
|
'tags'?: Array<string>;
|
|
2689
3297
|
}
|
|
3298
|
+
/**
|
|
3299
|
+
*
|
|
3300
|
+
* @export
|
|
3301
|
+
* @interface UpdateInviteMessageRequest
|
|
3302
|
+
*/
|
|
3303
|
+
export interface UpdateInviteMessageRequest {
|
|
3304
|
+
/**
|
|
3305
|
+
*
|
|
3306
|
+
* @type {string}
|
|
3307
|
+
* @memberof UpdateInviteMessageRequest
|
|
3308
|
+
*/
|
|
3309
|
+
'message': string;
|
|
3310
|
+
}
|
|
2690
3311
|
/**
|
|
2691
3312
|
*
|
|
2692
3313
|
* @export
|
|
@@ -2767,7 +3388,7 @@ export interface UpdateWorldRequest {
|
|
|
2767
3388
|
*/
|
|
2768
3389
|
'assetVersion'?: string;
|
|
2769
3390
|
/**
|
|
2770
|
-
*
|
|
3391
|
+
* 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.
|
|
2771
3392
|
* @type {string}
|
|
2772
3393
|
* @memberof UpdateWorldRequest
|
|
2773
3394
|
*/
|
|
@@ -2858,13 +3479,13 @@ export interface User {
|
|
|
2858
3479
|
*/
|
|
2859
3480
|
'bioLinks': Array<string>;
|
|
2860
3481
|
/**
|
|
2861
|
-
*
|
|
3482
|
+
* When profilePicOverride is not empty, use it instead.
|
|
2862
3483
|
* @type {string}
|
|
2863
3484
|
* @memberof User
|
|
2864
3485
|
*/
|
|
2865
3486
|
'currentAvatarImageUrl': string;
|
|
2866
3487
|
/**
|
|
2867
|
-
*
|
|
3488
|
+
* When profilePicOverride is not empty, use it instead.
|
|
2868
3489
|
* @type {string}
|
|
2869
3490
|
* @memberof User
|
|
2870
3491
|
*/
|
|
@@ -2882,7 +3503,7 @@ export interface User {
|
|
|
2882
3503
|
*/
|
|
2883
3504
|
'developerType': DeveloperType;
|
|
2884
3505
|
/**
|
|
2885
|
-
*
|
|
3506
|
+
* 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.
|
|
2886
3507
|
* @type {string}
|
|
2887
3508
|
* @memberof User
|
|
2888
3509
|
*/
|
|
@@ -2894,25 +3515,25 @@ export interface User {
|
|
|
2894
3515
|
*/
|
|
2895
3516
|
'friendKey': string;
|
|
2896
3517
|
/**
|
|
2897
|
-
*
|
|
3518
|
+
* 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.
|
|
2898
3519
|
* @type {string}
|
|
2899
3520
|
* @memberof User
|
|
2900
3521
|
*/
|
|
2901
3522
|
'id': string;
|
|
2902
3523
|
/**
|
|
2903
|
-
*
|
|
3524
|
+
* InstanceID be \"offline\" on User profiles if you are not friends with that user.
|
|
2904
3525
|
* @type {string}
|
|
2905
3526
|
* @memberof User
|
|
2906
3527
|
*/
|
|
2907
3528
|
'instanceId'?: string;
|
|
2908
3529
|
/**
|
|
2909
|
-
*
|
|
3530
|
+
* Either their `friendKey`, or empty string if you are not friends. Unknown usage.
|
|
2910
3531
|
* @type {boolean}
|
|
2911
3532
|
* @memberof User
|
|
2912
3533
|
*/
|
|
2913
3534
|
'isFriend': boolean;
|
|
2914
3535
|
/**
|
|
2915
|
-
*
|
|
3536
|
+
* Either a date-time or empty string.
|
|
2916
3537
|
* @type {string}
|
|
2917
3538
|
* @memberof User
|
|
2918
3539
|
*/
|
|
@@ -2924,7 +3545,7 @@ export interface User {
|
|
|
2924
3545
|
*/
|
|
2925
3546
|
'last_platform': string;
|
|
2926
3547
|
/**
|
|
2927
|
-
*
|
|
3548
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
2928
3549
|
* @type {string}
|
|
2929
3550
|
* @memberof User
|
|
2930
3551
|
*/
|
|
@@ -2958,60 +3579,157 @@ export interface User {
|
|
|
2958
3579
|
* @type {Array<string>}
|
|
2959
3580
|
* @memberof User
|
|
2960
3581
|
*/
|
|
2961
|
-
'tags': Array<string>;
|
|
3582
|
+
'tags': Array<string>;
|
|
3583
|
+
/**
|
|
3584
|
+
*
|
|
3585
|
+
* @type {string}
|
|
3586
|
+
* @memberof User
|
|
3587
|
+
*/
|
|
3588
|
+
'userIcon': string;
|
|
3589
|
+
/**
|
|
3590
|
+
* 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.
|
|
3591
|
+
* @type {string}
|
|
3592
|
+
* @memberof User
|
|
3593
|
+
*/
|
|
3594
|
+
'username': string;
|
|
3595
|
+
/**
|
|
3596
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3597
|
+
* @type {string}
|
|
3598
|
+
* @memberof User
|
|
3599
|
+
*/
|
|
3600
|
+
'worldId'?: string;
|
|
3601
|
+
}
|
|
3602
|
+
/**
|
|
3603
|
+
* Status object representing if a queried user by username or userId exists or not. This model is primarily used by the `/auth/exists` endpoint, which in turn is used during registration. Please see the documentation on that endpoint for more information on usage.
|
|
3604
|
+
* @export
|
|
3605
|
+
* @interface UserExists
|
|
3606
|
+
*/
|
|
3607
|
+
export interface UserExists {
|
|
3608
|
+
/**
|
|
3609
|
+
* Status if a user exist with that username or userId.
|
|
3610
|
+
* @type {boolean}
|
|
3611
|
+
* @memberof UserExists
|
|
3612
|
+
*/
|
|
3613
|
+
'userExists': boolean;
|
|
3614
|
+
}
|
|
3615
|
+
/**
|
|
3616
|
+
* * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
|
|
3617
|
+
* @export
|
|
3618
|
+
* @enum {string}
|
|
3619
|
+
*/
|
|
3620
|
+
export declare enum UserState {
|
|
3621
|
+
Offline = "offline",
|
|
3622
|
+
Active = "active",
|
|
3623
|
+
Online = "online"
|
|
3624
|
+
}
|
|
3625
|
+
/**
|
|
3626
|
+
* Defines the User\'s current status, for example \"ask me\", \"join me\" or \"offline. This status is a combined indicator of their online activity and privacy preference.
|
|
3627
|
+
* @export
|
|
3628
|
+
* @enum {string}
|
|
3629
|
+
*/
|
|
3630
|
+
export declare enum UserStatus {
|
|
3631
|
+
Active = "active",
|
|
3632
|
+
JoinMe = "join me",
|
|
3633
|
+
AskMe = "ask me",
|
|
3634
|
+
Busy = "busy",
|
|
3635
|
+
Offline = "offline"
|
|
3636
|
+
}
|
|
3637
|
+
/**
|
|
3638
|
+
*
|
|
3639
|
+
* @export
|
|
3640
|
+
* @interface UserSubscription
|
|
3641
|
+
*/
|
|
3642
|
+
export interface UserSubscription {
|
|
3643
|
+
/**
|
|
3644
|
+
*
|
|
3645
|
+
* @type {string}
|
|
3646
|
+
* @memberof UserSubscription
|
|
3647
|
+
*/
|
|
3648
|
+
'id': string;
|
|
3649
|
+
/**
|
|
3650
|
+
*
|
|
3651
|
+
* @type {string}
|
|
3652
|
+
* @memberof UserSubscription
|
|
3653
|
+
*/
|
|
3654
|
+
'transactionId': string;
|
|
3655
|
+
/**
|
|
3656
|
+
* Which \"Store\" it came from. Right now only Stores are \"Steam\" and \"Admin\".
|
|
3657
|
+
* @type {string}
|
|
3658
|
+
* @memberof UserSubscription
|
|
3659
|
+
*/
|
|
3660
|
+
'store': string;
|
|
3661
|
+
/**
|
|
3662
|
+
*
|
|
3663
|
+
* @type {string}
|
|
3664
|
+
* @memberof UserSubscription
|
|
3665
|
+
*/
|
|
3666
|
+
'steamItemId'?: string;
|
|
3667
|
+
/**
|
|
3668
|
+
*
|
|
3669
|
+
* @type {number}
|
|
3670
|
+
* @memberof UserSubscription
|
|
3671
|
+
*/
|
|
3672
|
+
'amount': number;
|
|
3673
|
+
/**
|
|
3674
|
+
*
|
|
3675
|
+
* @type {string}
|
|
3676
|
+
* @memberof UserSubscription
|
|
3677
|
+
*/
|
|
3678
|
+
'description': string;
|
|
3679
|
+
/**
|
|
3680
|
+
*
|
|
3681
|
+
* @type {SubscriptionPeriod}
|
|
3682
|
+
* @memberof UserSubscription
|
|
3683
|
+
*/
|
|
3684
|
+
'period': SubscriptionPeriod;
|
|
3685
|
+
/**
|
|
3686
|
+
*
|
|
3687
|
+
* @type {number}
|
|
3688
|
+
* @memberof UserSubscription
|
|
3689
|
+
*/
|
|
3690
|
+
'tier': number;
|
|
3691
|
+
/**
|
|
3692
|
+
*
|
|
3693
|
+
* @type {boolean}
|
|
3694
|
+
* @memberof UserSubscription
|
|
3695
|
+
*/
|
|
3696
|
+
'active': boolean;
|
|
3697
|
+
/**
|
|
3698
|
+
*
|
|
3699
|
+
* @type {TransactionStatus}
|
|
3700
|
+
* @memberof UserSubscription
|
|
3701
|
+
*/
|
|
3702
|
+
'status': TransactionStatus;
|
|
2962
3703
|
/**
|
|
2963
3704
|
*
|
|
2964
3705
|
* @type {string}
|
|
2965
|
-
* @memberof
|
|
3706
|
+
* @memberof UserSubscription
|
|
2966
3707
|
*/
|
|
2967
|
-
'
|
|
3708
|
+
'expires': string;
|
|
2968
3709
|
/**
|
|
2969
3710
|
*
|
|
2970
3711
|
* @type {string}
|
|
2971
|
-
* @memberof
|
|
3712
|
+
* @memberof UserSubscription
|
|
2972
3713
|
*/
|
|
2973
|
-
'
|
|
3714
|
+
'created_at': string;
|
|
2974
3715
|
/**
|
|
2975
3716
|
*
|
|
2976
3717
|
* @type {string}
|
|
2977
|
-
* @memberof
|
|
3718
|
+
* @memberof UserSubscription
|
|
2978
3719
|
*/
|
|
2979
|
-
'
|
|
2980
|
-
}
|
|
2981
|
-
/**
|
|
2982
|
-
* Status object representing if a queried user by username or userId exists or not. This model is primarily used by the `/auth/exists` endpoint, which in turn is used during registration. Please see the documentation on that endpoint for more information on usage.
|
|
2983
|
-
* @export
|
|
2984
|
-
* @interface UserExists
|
|
2985
|
-
*/
|
|
2986
|
-
export interface UserExists {
|
|
3720
|
+
'updated_at': string;
|
|
2987
3721
|
/**
|
|
2988
|
-
*
|
|
3722
|
+
*
|
|
3723
|
+
* @type {Array<string>}
|
|
3724
|
+
* @memberof UserSubscription
|
|
3725
|
+
*/
|
|
3726
|
+
'licenseGroups': Array<string>;
|
|
3727
|
+
/**
|
|
3728
|
+
*
|
|
2989
3729
|
* @type {boolean}
|
|
2990
|
-
* @memberof
|
|
3730
|
+
* @memberof UserSubscription
|
|
2991
3731
|
*/
|
|
2992
|
-
'
|
|
2993
|
-
}
|
|
2994
|
-
/**
|
|
2995
|
-
* * \"online\" User is online in VRChat * \"active\" User is online, but not in VRChat * \"offline\" User is offline Always offline when returned through `getCurrentUser` (/auth/user).
|
|
2996
|
-
* @export
|
|
2997
|
-
* @enum {string}
|
|
2998
|
-
*/
|
|
2999
|
-
export declare enum UserState {
|
|
3000
|
-
Offline = "offline",
|
|
3001
|
-
Active = "active",
|
|
3002
|
-
Online = "online"
|
|
3003
|
-
}
|
|
3004
|
-
/**
|
|
3005
|
-
* Defines the User\'s current status, for example \"ask me\", \"join me\" or \"offline. This status is a combined indicator of their online activity and privacy preference.
|
|
3006
|
-
* @export
|
|
3007
|
-
* @enum {string}
|
|
3008
|
-
*/
|
|
3009
|
-
export declare enum UserStatus {
|
|
3010
|
-
Active = "active",
|
|
3011
|
-
JoinMe = "join me",
|
|
3012
|
-
AskMe = "ask me",
|
|
3013
|
-
Busy = "busy",
|
|
3014
|
-
Offline = "offline"
|
|
3732
|
+
'isGift': boolean;
|
|
3015
3733
|
}
|
|
3016
3734
|
/**
|
|
3017
3735
|
*
|
|
@@ -3064,7 +3782,7 @@ export interface World {
|
|
|
3064
3782
|
*/
|
|
3065
3783
|
'assetUrlObject': object;
|
|
3066
3784
|
/**
|
|
3067
|
-
*
|
|
3785
|
+
* 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.
|
|
3068
3786
|
* @type {string}
|
|
3069
3787
|
* @memberof World
|
|
3070
3788
|
*/
|
|
@@ -3112,7 +3830,7 @@ export interface World {
|
|
|
3112
3830
|
*/
|
|
3113
3831
|
'heat': number;
|
|
3114
3832
|
/**
|
|
3115
|
-
*
|
|
3833
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3116
3834
|
* @type {string}
|
|
3117
3835
|
* @memberof World
|
|
3118
3836
|
*/
|
|
@@ -3251,7 +3969,7 @@ export interface World {
|
|
|
3251
3969
|
*/
|
|
3252
3970
|
export interface WorldMetadata {
|
|
3253
3971
|
/**
|
|
3254
|
-
*
|
|
3972
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
3255
3973
|
* @type {string}
|
|
3256
3974
|
* @memberof WorldMetadata
|
|
3257
3975
|
*/
|
|
@@ -3571,7 +4289,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3571
4289
|
* @param {'ascending' | 'descending'} [order]
|
|
3572
4290
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3573
4291
|
* @param {string} [search] Filters by world name.
|
|
3574
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4292
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3575
4293
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3576
4294
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3577
4295
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3592,7 +4310,7 @@ export declare const AvatarsApiAxiosParamCreator: (configuration?: Configuration
|
|
|
3592
4310
|
* @param {number} [n] The number of objects to return.
|
|
3593
4311
|
* @param {'ascending' | 'descending'} [order]
|
|
3594
4312
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3595
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4313
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3596
4314
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3597
4315
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3598
4316
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3666,7 +4384,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
3666
4384
|
* @param {'ascending' | 'descending'} [order]
|
|
3667
4385
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3668
4386
|
* @param {string} [search] Filters by world name.
|
|
3669
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4387
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3670
4388
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3671
4389
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3672
4390
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3687,7 +4405,7 @@ export declare const AvatarsApiFp: (configuration?: Configuration) => {
|
|
|
3687
4405
|
* @param {number} [n] The number of objects to return.
|
|
3688
4406
|
* @param {'ascending' | 'descending'} [order]
|
|
3689
4407
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3690
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4408
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3691
4409
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3692
4410
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3693
4411
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3761,7 +4479,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
3761
4479
|
* @param {'ascending' | 'descending'} [order]
|
|
3762
4480
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3763
4481
|
* @param {string} [search] Filters by world name.
|
|
3764
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4482
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3765
4483
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3766
4484
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3767
4485
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3782,7 +4500,7 @@ export declare const AvatarsApiFactory: (configuration?: Configuration, basePath
|
|
|
3782
4500
|
* @param {number} [n] The number of objects to return.
|
|
3783
4501
|
* @param {'ascending' | 'descending'} [order]
|
|
3784
4502
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3785
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4503
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3786
4504
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3787
4505
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3788
4506
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3861,7 +4579,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
3861
4579
|
* @param {'ascending' | 'descending'} [order]
|
|
3862
4580
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3863
4581
|
* @param {string} [search] Filters by world name.
|
|
3864
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4582
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3865
4583
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3866
4584
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3867
4585
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3883,7 +4601,7 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
3883
4601
|
* @param {number} [n] The number of objects to return.
|
|
3884
4602
|
* @param {'ascending' | 'descending'} [order]
|
|
3885
4603
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3886
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4604
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3887
4605
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
3888
4606
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
3889
4607
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -3923,6 +4641,189 @@ export declare class AvatarsApi extends BaseAPI {
|
|
|
3923
4641
|
*/
|
|
3924
4642
|
updateAvatar(avatarId: string, updateAvatarRequest?: UpdateAvatarRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Avatar>>;
|
|
3925
4643
|
}
|
|
4644
|
+
/**
|
|
4645
|
+
* EconomyApi - axios parameter creator
|
|
4646
|
+
* @export
|
|
4647
|
+
*/
|
|
4648
|
+
export declare const EconomyApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4649
|
+
/**
|
|
4650
|
+
* Get a list of all current user subscriptions.
|
|
4651
|
+
* @summary Get Current Subscriptions
|
|
4652
|
+
* @param {*} [options] Override http request option.
|
|
4653
|
+
* @throws {RequiredError}
|
|
4654
|
+
*/
|
|
4655
|
+
getCurrentSubscriptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4656
|
+
/**
|
|
4657
|
+
* Get a single License Group by given ID.
|
|
4658
|
+
* @summary Get License Group
|
|
4659
|
+
* @param {string} licenseGroupId
|
|
4660
|
+
* @param {*} [options] Override http request option.
|
|
4661
|
+
* @throws {RequiredError}
|
|
4662
|
+
*/
|
|
4663
|
+
getLicenseGroup: (licenseGroupId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4664
|
+
/**
|
|
4665
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
4666
|
+
* @summary Get Steam Transaction
|
|
4667
|
+
* @param {string} transactionId
|
|
4668
|
+
* @param {*} [options] Override http request option.
|
|
4669
|
+
* @deprecated
|
|
4670
|
+
* @throws {RequiredError}
|
|
4671
|
+
*/
|
|
4672
|
+
getSteamTransaction: (transactionId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4673
|
+
/**
|
|
4674
|
+
* Get all own Steam transactions.
|
|
4675
|
+
* @summary List Steam Transactions
|
|
4676
|
+
* @param {*} [options] Override http request option.
|
|
4677
|
+
* @throws {RequiredError}
|
|
4678
|
+
*/
|
|
4679
|
+
getSteamTransactions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4680
|
+
/**
|
|
4681
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
4682
|
+
* @summary List Subscriptions
|
|
4683
|
+
* @param {*} [options] Override http request option.
|
|
4684
|
+
* @throws {RequiredError}
|
|
4685
|
+
*/
|
|
4686
|
+
getSubscriptions: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4687
|
+
};
|
|
4688
|
+
/**
|
|
4689
|
+
* EconomyApi - functional programming interface
|
|
4690
|
+
* @export
|
|
4691
|
+
*/
|
|
4692
|
+
export declare const EconomyApiFp: (configuration?: Configuration) => {
|
|
4693
|
+
/**
|
|
4694
|
+
* Get a list of all current user subscriptions.
|
|
4695
|
+
* @summary Get Current Subscriptions
|
|
4696
|
+
* @param {*} [options] Override http request option.
|
|
4697
|
+
* @throws {RequiredError}
|
|
4698
|
+
*/
|
|
4699
|
+
getCurrentSubscriptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<UserSubscription>>>;
|
|
4700
|
+
/**
|
|
4701
|
+
* Get a single License Group by given ID.
|
|
4702
|
+
* @summary Get License Group
|
|
4703
|
+
* @param {string} licenseGroupId
|
|
4704
|
+
* @param {*} [options] Override http request option.
|
|
4705
|
+
* @throws {RequiredError}
|
|
4706
|
+
*/
|
|
4707
|
+
getLicenseGroup(licenseGroupId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<LicenseGroup>>;
|
|
4708
|
+
/**
|
|
4709
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
4710
|
+
* @summary Get Steam Transaction
|
|
4711
|
+
* @param {string} transactionId
|
|
4712
|
+
* @param {*} [options] Override http request option.
|
|
4713
|
+
* @deprecated
|
|
4714
|
+
* @throws {RequiredError}
|
|
4715
|
+
*/
|
|
4716
|
+
getSteamTransaction(transactionId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Transaction>>;
|
|
4717
|
+
/**
|
|
4718
|
+
* Get all own Steam transactions.
|
|
4719
|
+
* @summary List Steam Transactions
|
|
4720
|
+
* @param {*} [options] Override http request option.
|
|
4721
|
+
* @throws {RequiredError}
|
|
4722
|
+
*/
|
|
4723
|
+
getSteamTransactions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Transaction>>>;
|
|
4724
|
+
/**
|
|
4725
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
4726
|
+
* @summary List Subscriptions
|
|
4727
|
+
* @param {*} [options] Override http request option.
|
|
4728
|
+
* @throws {RequiredError}
|
|
4729
|
+
*/
|
|
4730
|
+
getSubscriptions(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Subscription>>>;
|
|
4731
|
+
};
|
|
4732
|
+
/**
|
|
4733
|
+
* EconomyApi - factory interface
|
|
4734
|
+
* @export
|
|
4735
|
+
*/
|
|
4736
|
+
export declare const EconomyApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
4737
|
+
/**
|
|
4738
|
+
* Get a list of all current user subscriptions.
|
|
4739
|
+
* @summary Get Current Subscriptions
|
|
4740
|
+
* @param {*} [options] Override http request option.
|
|
4741
|
+
* @throws {RequiredError}
|
|
4742
|
+
*/
|
|
4743
|
+
getCurrentSubscriptions(options?: any): AxiosPromise<Array<UserSubscription>>;
|
|
4744
|
+
/**
|
|
4745
|
+
* Get a single License Group by given ID.
|
|
4746
|
+
* @summary Get License Group
|
|
4747
|
+
* @param {string} licenseGroupId
|
|
4748
|
+
* @param {*} [options] Override http request option.
|
|
4749
|
+
* @throws {RequiredError}
|
|
4750
|
+
*/
|
|
4751
|
+
getLicenseGroup(licenseGroupId: string, options?: any): AxiosPromise<LicenseGroup>;
|
|
4752
|
+
/**
|
|
4753
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
4754
|
+
* @summary Get Steam Transaction
|
|
4755
|
+
* @param {string} transactionId
|
|
4756
|
+
* @param {*} [options] Override http request option.
|
|
4757
|
+
* @deprecated
|
|
4758
|
+
* @throws {RequiredError}
|
|
4759
|
+
*/
|
|
4760
|
+
getSteamTransaction(transactionId: string, options?: any): AxiosPromise<Transaction>;
|
|
4761
|
+
/**
|
|
4762
|
+
* Get all own Steam transactions.
|
|
4763
|
+
* @summary List Steam Transactions
|
|
4764
|
+
* @param {*} [options] Override http request option.
|
|
4765
|
+
* @throws {RequiredError}
|
|
4766
|
+
*/
|
|
4767
|
+
getSteamTransactions(options?: any): AxiosPromise<Array<Transaction>>;
|
|
4768
|
+
/**
|
|
4769
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
4770
|
+
* @summary List Subscriptions
|
|
4771
|
+
* @param {*} [options] Override http request option.
|
|
4772
|
+
* @throws {RequiredError}
|
|
4773
|
+
*/
|
|
4774
|
+
getSubscriptions(options?: any): AxiosPromise<Array<Subscription>>;
|
|
4775
|
+
};
|
|
4776
|
+
/**
|
|
4777
|
+
* EconomyApi - object-oriented interface
|
|
4778
|
+
* @export
|
|
4779
|
+
* @class EconomyApi
|
|
4780
|
+
* @extends {BaseAPI}
|
|
4781
|
+
*/
|
|
4782
|
+
export declare class EconomyApi extends BaseAPI {
|
|
4783
|
+
/**
|
|
4784
|
+
* Get a list of all current user subscriptions.
|
|
4785
|
+
* @summary Get Current Subscriptions
|
|
4786
|
+
* @param {*} [options] Override http request option.
|
|
4787
|
+
* @throws {RequiredError}
|
|
4788
|
+
* @memberof EconomyApi
|
|
4789
|
+
*/
|
|
4790
|
+
getCurrentSubscriptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserSubscription[]>>;
|
|
4791
|
+
/**
|
|
4792
|
+
* Get a single License Group by given ID.
|
|
4793
|
+
* @summary Get License Group
|
|
4794
|
+
* @param {string} licenseGroupId
|
|
4795
|
+
* @param {*} [options] Override http request option.
|
|
4796
|
+
* @throws {RequiredError}
|
|
4797
|
+
* @memberof EconomyApi
|
|
4798
|
+
*/
|
|
4799
|
+
getLicenseGroup(licenseGroupId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<LicenseGroup>>;
|
|
4800
|
+
/**
|
|
4801
|
+
* Get a single Steam transactions by ID. This returns the exact same information as `getSteamTransactions`, so no point in using this endpoint.
|
|
4802
|
+
* @summary Get Steam Transaction
|
|
4803
|
+
* @param {string} transactionId
|
|
4804
|
+
* @param {*} [options] Override http request option.
|
|
4805
|
+
* @deprecated
|
|
4806
|
+
* @throws {RequiredError}
|
|
4807
|
+
* @memberof EconomyApi
|
|
4808
|
+
*/
|
|
4809
|
+
getSteamTransaction(transactionId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Transaction>>;
|
|
4810
|
+
/**
|
|
4811
|
+
* Get all own Steam transactions.
|
|
4812
|
+
* @summary List Steam Transactions
|
|
4813
|
+
* @param {*} [options] Override http request option.
|
|
4814
|
+
* @throws {RequiredError}
|
|
4815
|
+
* @memberof EconomyApi
|
|
4816
|
+
*/
|
|
4817
|
+
getSteamTransactions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Transaction[]>>;
|
|
4818
|
+
/**
|
|
4819
|
+
* List all existing Subscriptions. For example, \"vrchatplus-monthly\" and \"vrchatplus-yearly\".
|
|
4820
|
+
* @summary List Subscriptions
|
|
4821
|
+
* @param {*} [options] Override http request option.
|
|
4822
|
+
* @throws {RequiredError}
|
|
4823
|
+
* @memberof EconomyApi
|
|
4824
|
+
*/
|
|
4825
|
+
getSubscriptions(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Subscription[]>>;
|
|
4826
|
+
}
|
|
3926
4827
|
/**
|
|
3927
4828
|
* FavoritesApi - axios parameter creator
|
|
3928
4829
|
* @export
|
|
@@ -3980,7 +4881,7 @@ export declare const FavoritesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
3980
4881
|
* @param {number} [n] The number of objects to return.
|
|
3981
4882
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
3982
4883
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
3983
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4884
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
3984
4885
|
* @param {*} [options] Override http request option.
|
|
3985
4886
|
* @throws {RequiredError}
|
|
3986
4887
|
*/
|
|
@@ -4062,7 +4963,7 @@ export declare const FavoritesApiFp: (configuration?: Configuration) => {
|
|
|
4062
4963
|
* @param {number} [n] The number of objects to return.
|
|
4063
4964
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4064
4965
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4065
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
4966
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4066
4967
|
* @param {*} [options] Override http request option.
|
|
4067
4968
|
* @throws {RequiredError}
|
|
4068
4969
|
*/
|
|
@@ -4144,7 +5045,7 @@ export declare const FavoritesApiFactory: (configuration?: Configuration, basePa
|
|
|
4144
5045
|
* @param {number} [n] The number of objects to return.
|
|
4145
5046
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4146
5047
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4147
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
5048
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4148
5049
|
* @param {*} [options] Override http request option.
|
|
4149
5050
|
* @throws {RequiredError}
|
|
4150
5051
|
*/
|
|
@@ -4233,7 +5134,7 @@ export declare class FavoritesApi extends BaseAPI {
|
|
|
4233
5134
|
* @param {number} [n] The number of objects to return.
|
|
4234
5135
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
4235
5136
|
* @param {string} [type] The type of favorites to return, FavoriteType.
|
|
4236
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
5137
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
4237
5138
|
* @param {*} [options] Override http request option.
|
|
4238
5139
|
* @throws {RequiredError}
|
|
4239
5140
|
* @memberof FavoritesApi
|
|
@@ -4872,6 +5773,143 @@ export declare class FriendsApi extends BaseAPI {
|
|
|
4872
5773
|
*/
|
|
4873
5774
|
unfriend(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success>>;
|
|
4874
5775
|
}
|
|
5776
|
+
/**
|
|
5777
|
+
* InstancesApi - axios parameter creator
|
|
5778
|
+
* @export
|
|
5779
|
+
*/
|
|
5780
|
+
export declare const InstancesApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
5781
|
+
/**
|
|
5782
|
+
* 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\"!
|
|
5783
|
+
* @summary Get Instance
|
|
5784
|
+
* @param {string} worldId
|
|
5785
|
+
* @param {string} instanceId
|
|
5786
|
+
* @param {*} [options] Override http request option.
|
|
5787
|
+
* @throws {RequiredError}
|
|
5788
|
+
*/
|
|
5789
|
+
getInstance: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5790
|
+
/**
|
|
5791
|
+
* Returns an instance short name.
|
|
5792
|
+
* @summary Get Instance Short Name
|
|
5793
|
+
* @param {string} worldId
|
|
5794
|
+
* @param {string} instanceId
|
|
5795
|
+
* @param {*} [options] Override http request option.
|
|
5796
|
+
* @throws {RequiredError}
|
|
5797
|
+
*/
|
|
5798
|
+
getShortName: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5799
|
+
/**
|
|
5800
|
+
* Sends an invite to the instance to yourself.
|
|
5801
|
+
* @summary Send Self Invite
|
|
5802
|
+
* @param {string} worldId
|
|
5803
|
+
* @param {string} instanceId
|
|
5804
|
+
* @param {*} [options] Override http request option.
|
|
5805
|
+
* @throws {RequiredError}
|
|
5806
|
+
*/
|
|
5807
|
+
sendSelfInvite: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5808
|
+
};
|
|
5809
|
+
/**
|
|
5810
|
+
* InstancesApi - functional programming interface
|
|
5811
|
+
* @export
|
|
5812
|
+
*/
|
|
5813
|
+
export declare const InstancesApiFp: (configuration?: Configuration) => {
|
|
5814
|
+
/**
|
|
5815
|
+
* 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\"!
|
|
5816
|
+
* @summary Get Instance
|
|
5817
|
+
* @param {string} worldId
|
|
5818
|
+
* @param {string} instanceId
|
|
5819
|
+
* @param {*} [options] Override http request option.
|
|
5820
|
+
* @throws {RequiredError}
|
|
5821
|
+
*/
|
|
5822
|
+
getInstance(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Instance>>;
|
|
5823
|
+
/**
|
|
5824
|
+
* Returns an instance short name.
|
|
5825
|
+
* @summary Get Instance Short Name
|
|
5826
|
+
* @param {string} worldId
|
|
5827
|
+
* @param {string} instanceId
|
|
5828
|
+
* @param {*} [options] Override http request option.
|
|
5829
|
+
* @throws {RequiredError}
|
|
5830
|
+
*/
|
|
5831
|
+
getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
5832
|
+
/**
|
|
5833
|
+
* Sends an invite to the instance to yourself.
|
|
5834
|
+
* @summary Send Self Invite
|
|
5835
|
+
* @param {string} worldId
|
|
5836
|
+
* @param {string} instanceId
|
|
5837
|
+
* @param {*} [options] Override http request option.
|
|
5838
|
+
* @throws {RequiredError}
|
|
5839
|
+
*/
|
|
5840
|
+
sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
|
|
5841
|
+
};
|
|
5842
|
+
/**
|
|
5843
|
+
* InstancesApi - factory interface
|
|
5844
|
+
* @export
|
|
5845
|
+
*/
|
|
5846
|
+
export declare const InstancesApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5847
|
+
/**
|
|
5848
|
+
* 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\"!
|
|
5849
|
+
* @summary Get Instance
|
|
5850
|
+
* @param {string} worldId
|
|
5851
|
+
* @param {string} instanceId
|
|
5852
|
+
* @param {*} [options] Override http request option.
|
|
5853
|
+
* @throws {RequiredError}
|
|
5854
|
+
*/
|
|
5855
|
+
getInstance(worldId: string, instanceId: string, options?: any): AxiosPromise<Instance>;
|
|
5856
|
+
/**
|
|
5857
|
+
* Returns an instance short name.
|
|
5858
|
+
* @summary Get Instance Short Name
|
|
5859
|
+
* @param {string} worldId
|
|
5860
|
+
* @param {string} instanceId
|
|
5861
|
+
* @param {*} [options] Override http request option.
|
|
5862
|
+
* @throws {RequiredError}
|
|
5863
|
+
*/
|
|
5864
|
+
getShortName(worldId: string, instanceId: string, options?: any): AxiosPromise<string>;
|
|
5865
|
+
/**
|
|
5866
|
+
* Sends an invite to the instance to yourself.
|
|
5867
|
+
* @summary Send Self Invite
|
|
5868
|
+
* @param {string} worldId
|
|
5869
|
+
* @param {string} instanceId
|
|
5870
|
+
* @param {*} [options] Override http request option.
|
|
5871
|
+
* @throws {RequiredError}
|
|
5872
|
+
*/
|
|
5873
|
+
sendSelfInvite(worldId: string, instanceId: string, options?: any): AxiosPromise<Success>;
|
|
5874
|
+
};
|
|
5875
|
+
/**
|
|
5876
|
+
* InstancesApi - object-oriented interface
|
|
5877
|
+
* @export
|
|
5878
|
+
* @class InstancesApi
|
|
5879
|
+
* @extends {BaseAPI}
|
|
5880
|
+
*/
|
|
5881
|
+
export declare class InstancesApi extends BaseAPI {
|
|
5882
|
+
/**
|
|
5883
|
+
* 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\"!
|
|
5884
|
+
* @summary Get Instance
|
|
5885
|
+
* @param {string} worldId
|
|
5886
|
+
* @param {string} instanceId
|
|
5887
|
+
* @param {*} [options] Override http request option.
|
|
5888
|
+
* @throws {RequiredError}
|
|
5889
|
+
* @memberof InstancesApi
|
|
5890
|
+
*/
|
|
5891
|
+
getInstance(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Instance>>;
|
|
5892
|
+
/**
|
|
5893
|
+
* Returns an instance short name.
|
|
5894
|
+
* @summary Get Instance Short Name
|
|
5895
|
+
* @param {string} worldId
|
|
5896
|
+
* @param {string} instanceId
|
|
5897
|
+
* @param {*} [options] Override http request option.
|
|
5898
|
+
* @throws {RequiredError}
|
|
5899
|
+
* @memberof InstancesApi
|
|
5900
|
+
*/
|
|
5901
|
+
getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
5902
|
+
/**
|
|
5903
|
+
* Sends an invite to the instance to yourself.
|
|
5904
|
+
* @summary Send Self Invite
|
|
5905
|
+
* @param {string} worldId
|
|
5906
|
+
* @param {string} instanceId
|
|
5907
|
+
* @param {*} [options] Override http request option.
|
|
5908
|
+
* @throws {RequiredError}
|
|
5909
|
+
* @memberof InstancesApi
|
|
5910
|
+
*/
|
|
5911
|
+
sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success>>;
|
|
5912
|
+
}
|
|
4875
5913
|
/**
|
|
4876
5914
|
* InviteApi - axios parameter creator
|
|
4877
5915
|
* @export
|
|
@@ -4879,14 +5917,14 @@ export declare class FriendsApi extends BaseAPI {
|
|
|
4879
5917
|
export declare const InviteApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
4880
5918
|
/**
|
|
4881
5919
|
* Returns a single Invite Message. This returns the exact same information but less than `getInviteMessages`. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
4882
|
-
* @summary Get Invite
|
|
5920
|
+
* @summary Get Invite Message
|
|
4883
5921
|
* @param {string} userId
|
|
4884
5922
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
4885
|
-
* @param {number}
|
|
5923
|
+
* @param {number} slot
|
|
4886
5924
|
* @param {*} [options] Override http request option.
|
|
4887
5925
|
* @throws {RequiredError}
|
|
4888
5926
|
*/
|
|
4889
|
-
getInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
5927
|
+
getInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4890
5928
|
/**
|
|
4891
5929
|
* Returns a list of all the users Invite Messages. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
4892
5930
|
* @summary List Invite Messages
|
|
@@ -4914,15 +5952,15 @@ export declare const InviteApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
4914
5952
|
*/
|
|
4915
5953
|
requestInvite: (userId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4916
5954
|
/**
|
|
4917
|
-
* Resets a single Invite Message back to
|
|
5955
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4918
5956
|
* @summary Reset Invite Message
|
|
4919
5957
|
* @param {string} userId
|
|
4920
5958
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
4921
|
-
* @param {number}
|
|
5959
|
+
* @param {number} slot
|
|
4922
5960
|
* @param {*} [options] Override http request option.
|
|
4923
5961
|
* @throws {RequiredError}
|
|
4924
5962
|
*/
|
|
4925
|
-
resetInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
5963
|
+
resetInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4926
5964
|
/**
|
|
4927
5965
|
* Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
|
|
4928
5966
|
* @summary Respond Invite
|
|
@@ -4933,15 +5971,16 @@ export declare const InviteApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
4933
5971
|
*/
|
|
4934
5972
|
respondInvite: (notificationId: string, inviteResponse?: InviteResponse, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4935
5973
|
/**
|
|
4936
|
-
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 Too Fast Error. Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5974
|
+
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
4937
5975
|
* @summary Update Invite Message
|
|
4938
5976
|
* @param {string} userId
|
|
4939
5977
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
4940
|
-
* @param {number}
|
|
5978
|
+
* @param {number} slot
|
|
5979
|
+
* @param {UpdateInviteMessageRequest} [updateInviteMessageRequest] Message of what to set the invite message to.
|
|
4941
5980
|
* @param {*} [options] Override http request option.
|
|
4942
5981
|
* @throws {RequiredError}
|
|
4943
5982
|
*/
|
|
4944
|
-
updateInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
5983
|
+
updateInviteMessage: (userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, updateInviteMessageRequest?: UpdateInviteMessageRequest, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
4945
5984
|
};
|
|
4946
5985
|
/**
|
|
4947
5986
|
* InviteApi - functional programming interface
|
|
@@ -4950,14 +5989,14 @@ export declare const InviteApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
4950
5989
|
export declare const InviteApiFp: (configuration?: Configuration) => {
|
|
4951
5990
|
/**
|
|
4952
5991
|
* Returns a single Invite Message. This returns the exact same information but less than `getInviteMessages`. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
4953
|
-
* @summary Get Invite
|
|
5992
|
+
* @summary Get Invite Message
|
|
4954
5993
|
* @param {string} userId
|
|
4955
5994
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
4956
|
-
* @param {number}
|
|
5995
|
+
* @param {number} slot
|
|
4957
5996
|
* @param {*} [options] Override http request option.
|
|
4958
5997
|
* @throws {RequiredError}
|
|
4959
5998
|
*/
|
|
4960
|
-
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
5999
|
+
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InviteMessage>>;
|
|
4961
6000
|
/**
|
|
4962
6001
|
* Returns a list of all the users Invite Messages. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
4963
6002
|
* @summary List Invite Messages
|
|
@@ -4985,15 +6024,15 @@ export declare const InviteApiFp: (configuration?: Configuration) => {
|
|
|
4985
6024
|
*/
|
|
4986
6025
|
requestInvite(userId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Notification>>;
|
|
4987
6026
|
/**
|
|
4988
|
-
* Resets a single Invite Message back to
|
|
6027
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
4989
6028
|
* @summary Reset Invite Message
|
|
4990
6029
|
* @param {string} userId
|
|
4991
6030
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
4992
|
-
* @param {number}
|
|
6031
|
+
* @param {number} slot
|
|
4993
6032
|
* @param {*} [options] Override http request option.
|
|
4994
6033
|
* @throws {RequiredError}
|
|
4995
6034
|
*/
|
|
4996
|
-
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6035
|
+
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InviteMessage>>>;
|
|
4997
6036
|
/**
|
|
4998
6037
|
* Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
|
|
4999
6038
|
* @summary Respond Invite
|
|
@@ -5004,15 +6043,16 @@ export declare const InviteApiFp: (configuration?: Configuration) => {
|
|
|
5004
6043
|
*/
|
|
5005
6044
|
respondInvite(notificationId: string, inviteResponse?: InviteResponse, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Notification>>;
|
|
5006
6045
|
/**
|
|
5007
|
-
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 Too Fast Error. Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
6046
|
+
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5008
6047
|
* @summary Update Invite Message
|
|
5009
6048
|
* @param {string} userId
|
|
5010
6049
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5011
|
-
* @param {number}
|
|
6050
|
+
* @param {number} slot
|
|
6051
|
+
* @param {UpdateInviteMessageRequest} [updateInviteMessageRequest] Message of what to set the invite message to.
|
|
5012
6052
|
* @param {*} [options] Override http request option.
|
|
5013
6053
|
* @throws {RequiredError}
|
|
5014
6054
|
*/
|
|
5015
|
-
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6055
|
+
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, updateInviteMessageRequest?: UpdateInviteMessageRequest, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InviteMessage>>>;
|
|
5016
6056
|
};
|
|
5017
6057
|
/**
|
|
5018
6058
|
* InviteApi - factory interface
|
|
@@ -5021,14 +6061,14 @@ export declare const InviteApiFp: (configuration?: Configuration) => {
|
|
|
5021
6061
|
export declare const InviteApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
5022
6062
|
/**
|
|
5023
6063
|
* Returns a single Invite Message. This returns the exact same information but less than `getInviteMessages`. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5024
|
-
* @summary Get Invite
|
|
6064
|
+
* @summary Get Invite Message
|
|
5025
6065
|
* @param {string} userId
|
|
5026
6066
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5027
|
-
* @param {number}
|
|
6067
|
+
* @param {number} slot
|
|
5028
6068
|
* @param {*} [options] Override http request option.
|
|
5029
6069
|
* @throws {RequiredError}
|
|
5030
6070
|
*/
|
|
5031
|
-
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6071
|
+
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: any): AxiosPromise<InviteMessage>;
|
|
5032
6072
|
/**
|
|
5033
6073
|
* Returns a list of all the users Invite Messages. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5034
6074
|
* @summary List Invite Messages
|
|
@@ -5056,15 +6096,15 @@ export declare const InviteApiFactory: (configuration?: Configuration, basePath?
|
|
|
5056
6096
|
*/
|
|
5057
6097
|
requestInvite(userId: string, options?: any): AxiosPromise<Notification>;
|
|
5058
6098
|
/**
|
|
5059
|
-
* Resets a single Invite Message back to
|
|
6099
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
5060
6100
|
* @summary Reset Invite Message
|
|
5061
6101
|
* @param {string} userId
|
|
5062
6102
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5063
|
-
* @param {number}
|
|
6103
|
+
* @param {number} slot
|
|
5064
6104
|
* @param {*} [options] Override http request option.
|
|
5065
6105
|
* @throws {RequiredError}
|
|
5066
6106
|
*/
|
|
5067
|
-
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6107
|
+
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: any): AxiosPromise<Array<InviteMessage>>;
|
|
5068
6108
|
/**
|
|
5069
6109
|
* Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
|
|
5070
6110
|
* @summary Respond Invite
|
|
@@ -5075,15 +6115,16 @@ export declare const InviteApiFactory: (configuration?: Configuration, basePath?
|
|
|
5075
6115
|
*/
|
|
5076
6116
|
respondInvite(notificationId: string, inviteResponse?: InviteResponse, options?: any): AxiosPromise<Notification>;
|
|
5077
6117
|
/**
|
|
5078
|
-
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 Too Fast Error. Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
6118
|
+
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5079
6119
|
* @summary Update Invite Message
|
|
5080
6120
|
* @param {string} userId
|
|
5081
6121
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5082
|
-
* @param {number}
|
|
6122
|
+
* @param {number} slot
|
|
6123
|
+
* @param {UpdateInviteMessageRequest} [updateInviteMessageRequest] Message of what to set the invite message to.
|
|
5083
6124
|
* @param {*} [options] Override http request option.
|
|
5084
6125
|
* @throws {RequiredError}
|
|
5085
6126
|
*/
|
|
5086
|
-
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6127
|
+
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, updateInviteMessageRequest?: UpdateInviteMessageRequest, options?: any): AxiosPromise<Array<InviteMessage>>;
|
|
5087
6128
|
};
|
|
5088
6129
|
/**
|
|
5089
6130
|
* InviteApi - object-oriented interface
|
|
@@ -5094,15 +6135,15 @@ export declare const InviteApiFactory: (configuration?: Configuration, basePath?
|
|
|
5094
6135
|
export declare class InviteApi extends BaseAPI {
|
|
5095
6136
|
/**
|
|
5096
6137
|
* Returns a single Invite Message. This returns the exact same information but less than `getInviteMessages`. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5097
|
-
* @summary Get Invite
|
|
6138
|
+
* @summary Get Invite Message
|
|
5098
6139
|
* @param {string} userId
|
|
5099
6140
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5100
|
-
* @param {number}
|
|
6141
|
+
* @param {number} slot
|
|
5101
6142
|
* @param {*} [options] Override http request option.
|
|
5102
6143
|
* @throws {RequiredError}
|
|
5103
6144
|
* @memberof InviteApi
|
|
5104
6145
|
*/
|
|
5105
|
-
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6146
|
+
getInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteMessage>>;
|
|
5106
6147
|
/**
|
|
5107
6148
|
* Returns a list of all the users Invite Messages. Admin Credentials are required to view messages of other users! Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5108
6149
|
* @summary List Invite Messages
|
|
@@ -5133,16 +6174,16 @@ export declare class InviteApi extends BaseAPI {
|
|
|
5133
6174
|
*/
|
|
5134
6175
|
requestInvite(userId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Notification>>;
|
|
5135
6176
|
/**
|
|
5136
|
-
* Resets a single Invite Message back to
|
|
6177
|
+
* Resets a single Invite Message back to its original message, and then returns a list of all of them. Admin Credentials are required to update messages of other users! Resetting a message respects the rate-limit, so it is not possible to reset within the 60 minutes countdown. Resetting it does however not set the rate-limit to 60 like when editing it. It is possible to edit it right after resetting it. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite The DELETE endpoint does not have/require any request body.
|
|
5137
6178
|
* @summary Reset Invite Message
|
|
5138
6179
|
* @param {string} userId
|
|
5139
6180
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5140
|
-
* @param {number}
|
|
6181
|
+
* @param {number} slot
|
|
5141
6182
|
* @param {*} [options] Override http request option.
|
|
5142
6183
|
* @throws {RequiredError}
|
|
5143
6184
|
* @memberof InviteApi
|
|
5144
6185
|
*/
|
|
5145
|
-
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6186
|
+
resetInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteMessage[]>>;
|
|
5146
6187
|
/**
|
|
5147
6188
|
* Respond to an invite request by sending a world invite to the requesting user. `:notificationId` is the ID of the requesting notification.
|
|
5148
6189
|
* @summary Respond Invite
|
|
@@ -5154,16 +6195,17 @@ export declare class InviteApi extends BaseAPI {
|
|
|
5154
6195
|
*/
|
|
5155
6196
|
respondInvite(notificationId: string, inviteResponse?: InviteResponse, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Notification>>;
|
|
5156
6197
|
/**
|
|
5157
|
-
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 Too Fast Error. Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
6198
|
+
* Updates a single Invite Message and then returns a list of all of them. Admin Credentials are required to update messages of other users! Updating a message automatically sets the cooldown timer to 60 minutes. Trying to edit a message before the cooldown timer expires results in a 429 \"Too Fast Error\". Message type refers to a different collection of messages, used during different types of responses. * `message` = Message during a normal invite * `response` = Message when replying to a message * `request` = Message when requesting an invite * `requestResponse` = Message when replying to a request for invite
|
|
5158
6199
|
* @summary Update Invite Message
|
|
5159
6200
|
* @param {string} userId
|
|
5160
6201
|
* @param {'message' | 'response' | 'request' | 'requestResponse'} messageType
|
|
5161
|
-
* @param {number}
|
|
6202
|
+
* @param {number} slot
|
|
6203
|
+
* @param {UpdateInviteMessageRequest} [updateInviteMessageRequest] Message of what to set the invite message to.
|
|
5162
6204
|
* @param {*} [options] Override http request option.
|
|
5163
6205
|
* @throws {RequiredError}
|
|
5164
6206
|
* @memberof InviteApi
|
|
5165
6207
|
*/
|
|
5166
|
-
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse',
|
|
6208
|
+
updateInviteMessage(userId: string, messageType: 'message' | 'response' | 'request' | 'requestResponse', slot: number, updateInviteMessageRequest?: UpdateInviteMessageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteMessage[]>>;
|
|
5167
6209
|
}
|
|
5168
6210
|
/**
|
|
5169
6211
|
* NotificationsApi - axios parameter creator
|
|
@@ -5525,7 +6567,7 @@ export declare const PlayermoderationApiFp: (configuration?: Configuration) => {
|
|
|
5525
6567
|
* @param {*} [options] Override http request option.
|
|
5526
6568
|
* @throws {RequiredError}
|
|
5527
6569
|
*/
|
|
5528
|
-
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
6570
|
+
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
|
|
5529
6571
|
/**
|
|
5530
6572
|
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
5531
6573
|
* @summary Delete Player Moderation
|
|
@@ -5579,7 +6621,7 @@ export declare const PlayermoderationApiFactory: (configuration?: Configuration,
|
|
|
5579
6621
|
* @param {*} [options] Override http request option.
|
|
5580
6622
|
* @throws {RequiredError}
|
|
5581
6623
|
*/
|
|
5582
|
-
clearAllPlayerModerations(options?: any): AxiosPromise<
|
|
6624
|
+
clearAllPlayerModerations(options?: any): AxiosPromise<Success>;
|
|
5583
6625
|
/**
|
|
5584
6626
|
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
5585
6627
|
* @summary Delete Player Moderation
|
|
@@ -5636,7 +6678,7 @@ export declare class PlayermoderationApi extends BaseAPI {
|
|
|
5636
6678
|
* @throws {RequiredError}
|
|
5637
6679
|
* @memberof PlayermoderationApi
|
|
5638
6680
|
*/
|
|
5639
|
-
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
6681
|
+
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success>>;
|
|
5640
6682
|
/**
|
|
5641
6683
|
* Deletes a specific player moderation based on it\'s `pmod_` ID. The website uses `unmoderateUser` instead. You can delete the same player moderation multiple times successfully.
|
|
5642
6684
|
* @summary Delete Player Moderation
|
|
@@ -5706,7 +6748,7 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
5706
6748
|
*/
|
|
5707
6749
|
getConfig: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5708
6750
|
/**
|
|
5709
|
-
* Returns
|
|
6751
|
+
* Returns the current number of online users. **NOTE:** The response type is not a JSON object, but a simple JSON integer.
|
|
5710
6752
|
* @summary Current Online Users
|
|
5711
6753
|
* @param {*} [options] Override http request option.
|
|
5712
6754
|
* @throws {RequiredError}
|
|
@@ -5720,6 +6762,15 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
5720
6762
|
* @throws {RequiredError}
|
|
5721
6763
|
*/
|
|
5722
6764
|
getHealth: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
6765
|
+
/**
|
|
6766
|
+
* 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.
|
|
6767
|
+
* @summary Show Information Notices
|
|
6768
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6769
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6770
|
+
* @param {*} [options] Override http request option.
|
|
6771
|
+
* @throws {RequiredError}
|
|
6772
|
+
*/
|
|
6773
|
+
getInfoPush: (require?: string, include?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5723
6774
|
/**
|
|
5724
6775
|
* Fetches the JavaScript code to the frontend React website.
|
|
5725
6776
|
* @summary Download JavaScript
|
|
@@ -5730,7 +6781,7 @@ export declare const SystemApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
5730
6781
|
*/
|
|
5731
6782
|
getJavaScript: (variant?: 'public' | 'internal', branch?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
5732
6783
|
/**
|
|
5733
|
-
* Returns
|
|
6784
|
+
* Returns the current time of the API server. **NOTE:** The response type is not a JSON object, but a simple JSON string.
|
|
5734
6785
|
* @summary Current System Time
|
|
5735
6786
|
* @param {*} [options] Override http request option.
|
|
5736
6787
|
* @throws {RequiredError}
|
|
@@ -5759,7 +6810,7 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
5759
6810
|
*/
|
|
5760
6811
|
getConfig(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIConfig>>;
|
|
5761
6812
|
/**
|
|
5762
|
-
* Returns
|
|
6813
|
+
* Returns the current number of online users. **NOTE:** The response type is not a JSON object, but a simple JSON integer.
|
|
5763
6814
|
* @summary Current Online Users
|
|
5764
6815
|
* @param {*} [options] Override http request option.
|
|
5765
6816
|
* @throws {RequiredError}
|
|
@@ -5773,6 +6824,15 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
5773
6824
|
* @throws {RequiredError}
|
|
5774
6825
|
*/
|
|
5775
6826
|
getHealth(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<APIHealth>>;
|
|
6827
|
+
/**
|
|
6828
|
+
* 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.
|
|
6829
|
+
* @summary Show Information Notices
|
|
6830
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6831
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6832
|
+
* @param {*} [options] Override http request option.
|
|
6833
|
+
* @throws {RequiredError}
|
|
6834
|
+
*/
|
|
6835
|
+
getInfoPush(require?: string, include?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<InfoPush>>>;
|
|
5776
6836
|
/**
|
|
5777
6837
|
* Fetches the JavaScript code to the frontend React website.
|
|
5778
6838
|
* @summary Download JavaScript
|
|
@@ -5783,7 +6843,7 @@ export declare const SystemApiFp: (configuration?: Configuration) => {
|
|
|
5783
6843
|
*/
|
|
5784
6844
|
getJavaScript(variant?: 'public' | 'internal', branch?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
5785
6845
|
/**
|
|
5786
|
-
* Returns
|
|
6846
|
+
* Returns the current time of the API server. **NOTE:** The response type is not a JSON object, but a simple JSON string.
|
|
5787
6847
|
* @summary Current System Time
|
|
5788
6848
|
* @param {*} [options] Override http request option.
|
|
5789
6849
|
* @throws {RequiredError}
|
|
@@ -5812,7 +6872,7 @@ export declare const SystemApiFactory: (configuration?: Configuration, basePath?
|
|
|
5812
6872
|
*/
|
|
5813
6873
|
getConfig(options?: any): AxiosPromise<APIConfig>;
|
|
5814
6874
|
/**
|
|
5815
|
-
* Returns
|
|
6875
|
+
* Returns the current number of online users. **NOTE:** The response type is not a JSON object, but a simple JSON integer.
|
|
5816
6876
|
* @summary Current Online Users
|
|
5817
6877
|
* @param {*} [options] Override http request option.
|
|
5818
6878
|
* @throws {RequiredError}
|
|
@@ -5826,6 +6886,15 @@ export declare const SystemApiFactory: (configuration?: Configuration, basePath?
|
|
|
5826
6886
|
* @throws {RequiredError}
|
|
5827
6887
|
*/
|
|
5828
6888
|
getHealth(options?: any): AxiosPromise<APIHealth>;
|
|
6889
|
+
/**
|
|
6890
|
+
* 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.
|
|
6891
|
+
* @summary Show Information Notices
|
|
6892
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6893
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6894
|
+
* @param {*} [options] Override http request option.
|
|
6895
|
+
* @throws {RequiredError}
|
|
6896
|
+
*/
|
|
6897
|
+
getInfoPush(require?: string, include?: string, options?: any): AxiosPromise<Array<InfoPush>>;
|
|
5829
6898
|
/**
|
|
5830
6899
|
* Fetches the JavaScript code to the frontend React website.
|
|
5831
6900
|
* @summary Download JavaScript
|
|
@@ -5836,7 +6905,7 @@ export declare const SystemApiFactory: (configuration?: Configuration, basePath?
|
|
|
5836
6905
|
*/
|
|
5837
6906
|
getJavaScript(variant?: 'public' | 'internal', branch?: string, options?: any): AxiosPromise<string>;
|
|
5838
6907
|
/**
|
|
5839
|
-
* Returns
|
|
6908
|
+
* Returns the current time of the API server. **NOTE:** The response type is not a JSON object, but a simple JSON string.
|
|
5840
6909
|
* @summary Current System Time
|
|
5841
6910
|
* @param {*} [options] Override http request option.
|
|
5842
6911
|
* @throws {RequiredError}
|
|
@@ -5869,7 +6938,7 @@ export declare class SystemApi extends BaseAPI {
|
|
|
5869
6938
|
*/
|
|
5870
6939
|
getConfig(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<APIConfig>>;
|
|
5871
6940
|
/**
|
|
5872
|
-
* Returns
|
|
6941
|
+
* Returns the current number of online users. **NOTE:** The response type is not a JSON object, but a simple JSON integer.
|
|
5873
6942
|
* @summary Current Online Users
|
|
5874
6943
|
* @param {*} [options] Override http request option.
|
|
5875
6944
|
* @throws {RequiredError}
|
|
@@ -5885,6 +6954,16 @@ export declare class SystemApi extends BaseAPI {
|
|
|
5885
6954
|
* @memberof SystemApi
|
|
5886
6955
|
*/
|
|
5887
6956
|
getHealth(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<APIHealth>>;
|
|
6957
|
+
/**
|
|
6958
|
+
* 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.
|
|
6959
|
+
* @summary Show Information Notices
|
|
6960
|
+
* @param {string} [require] Tags to include (comma-separated). All of the tags needs to be present.
|
|
6961
|
+
* @param {string} [include] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6962
|
+
* @param {*} [options] Override http request option.
|
|
6963
|
+
* @throws {RequiredError}
|
|
6964
|
+
* @memberof SystemApi
|
|
6965
|
+
*/
|
|
6966
|
+
getInfoPush(require?: string, include?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InfoPush[]>>;
|
|
5888
6967
|
/**
|
|
5889
6968
|
* Fetches the JavaScript code to the frontend React website.
|
|
5890
6969
|
* @summary Download JavaScript
|
|
@@ -5896,7 +6975,7 @@ export declare class SystemApi extends BaseAPI {
|
|
|
5896
6975
|
*/
|
|
5897
6976
|
getJavaScript(variant?: 'public' | 'internal', branch?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<string>>;
|
|
5898
6977
|
/**
|
|
5899
|
-
* Returns
|
|
6978
|
+
* Returns the current time of the API server. **NOTE:** The response type is not a JSON object, but a simple JSON string.
|
|
5900
6979
|
* @summary Current System Time
|
|
5901
6980
|
* @param {*} [options] Override http request option.
|
|
5902
6981
|
* @throws {RequiredError}
|
|
@@ -6108,7 +7187,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6108
7187
|
* @param {'ascending' | 'descending'} [order]
|
|
6109
7188
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6110
7189
|
* @param {string} [search] Filters by world name.
|
|
6111
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7190
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6112
7191
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6113
7192
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6114
7193
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6127,7 +7206,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6127
7206
|
* @param {'ascending' | 'descending'} [order]
|
|
6128
7207
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6129
7208
|
* @param {string} [search] Filters by world name.
|
|
6130
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7209
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6131
7210
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6132
7211
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6133
7212
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6147,7 +7226,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6147
7226
|
* @param {'ascending' | 'descending'} [order]
|
|
6148
7227
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6149
7228
|
* @param {string} [search] Filters by world name.
|
|
6150
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7229
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6151
7230
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6152
7231
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6153
7232
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6211,7 +7290,7 @@ export declare const WorldsApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
6211
7290
|
* @param {'ascending' | 'descending'} [order]
|
|
6212
7291
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6213
7292
|
* @param {string} [search] Filters by world name.
|
|
6214
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7293
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6215
7294
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6216
7295
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6217
7296
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6269,7 +7348,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
6269
7348
|
* @param {'ascending' | 'descending'} [order]
|
|
6270
7349
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6271
7350
|
* @param {string} [search] Filters by world name.
|
|
6272
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7351
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6273
7352
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6274
7353
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6275
7354
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6288,7 +7367,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
6288
7367
|
* @param {'ascending' | 'descending'} [order]
|
|
6289
7368
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6290
7369
|
* @param {string} [search] Filters by world name.
|
|
6291
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7370
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6292
7371
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6293
7372
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6294
7373
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6308,7 +7387,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
6308
7387
|
* @param {'ascending' | 'descending'} [order]
|
|
6309
7388
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6310
7389
|
* @param {string} [search] Filters by world name.
|
|
6311
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7390
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6312
7391
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6313
7392
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6314
7393
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6372,7 +7451,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
6372
7451
|
* @param {'ascending' | 'descending'} [order]
|
|
6373
7452
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6374
7453
|
* @param {string} [search] Filters by world name.
|
|
6375
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7454
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6376
7455
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6377
7456
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6378
7457
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6430,7 +7509,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
6430
7509
|
* @param {'ascending' | 'descending'} [order]
|
|
6431
7510
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6432
7511
|
* @param {string} [search] Filters by world name.
|
|
6433
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7512
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6434
7513
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6435
7514
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6436
7515
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6449,7 +7528,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
6449
7528
|
* @param {'ascending' | 'descending'} [order]
|
|
6450
7529
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6451
7530
|
* @param {string} [search] Filters by world name.
|
|
6452
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7531
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6453
7532
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6454
7533
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6455
7534
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6469,7 +7548,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
6469
7548
|
* @param {'ascending' | 'descending'} [order]
|
|
6470
7549
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6471
7550
|
* @param {string} [search] Filters by world name.
|
|
6472
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7551
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6473
7552
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6474
7553
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6475
7554
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6533,7 +7612,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
6533
7612
|
* @param {'ascending' | 'descending'} [order]
|
|
6534
7613
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6535
7614
|
* @param {string} [search] Filters by world name.
|
|
6536
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7615
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6537
7616
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6538
7617
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6539
7618
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6595,7 +7674,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
6595
7674
|
* @param {'ascending' | 'descending'} [order]
|
|
6596
7675
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6597
7676
|
* @param {string} [search] Filters by world name.
|
|
6598
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7677
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6599
7678
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6600
7679
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6601
7680
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6615,7 +7694,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
6615
7694
|
* @param {'ascending' | 'descending'} [order]
|
|
6616
7695
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6617
7696
|
* @param {string} [search] Filters by world name.
|
|
6618
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7697
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6619
7698
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6620
7699
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6621
7700
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6636,7 +7715,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
6636
7715
|
* @param {'ascending' | 'descending'} [order]
|
|
6637
7716
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6638
7717
|
* @param {string} [search] Filters by world name.
|
|
6639
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7718
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6640
7719
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6641
7720
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6642
7721
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|
|
@@ -6706,7 +7785,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
6706
7785
|
* @param {'ascending' | 'descending'} [order]
|
|
6707
7786
|
* @param {number} [offset] A zero-based offset from the default object sorting from where search results start.
|
|
6708
7787
|
* @param {string} [search] Filters by world name.
|
|
6709
|
-
* @param {string} [tag] Tags to include (comma-separated).
|
|
7788
|
+
* @param {string} [tag] Tags to include (comma-separated). Any of the tags needs to be present.
|
|
6710
7789
|
* @param {string} [notag] Tags to exclude (comma-separated).
|
|
6711
7790
|
* @param {'public' | 'private' | 'hidden' | 'all'} [releaseStatus] Filter by ReleaseStatus.
|
|
6712
7791
|
* @param {string} [maxUnityVersion] The maximum Unity version supported by the asset.
|