vrchat 1.18.3 → 1.18.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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.18.3
4
+ * The version of the OpenAPI document: 1.18.5
5
5
  * Contact: vrchatapi.lpv0t@aries.fyi
6
6
  *
7
7
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -41,6 +41,18 @@ export interface APIConfig {
41
41
  * @memberof APIConfig
42
42
  */
43
43
  'announcements': Set<APIConfigAnnouncement>;
44
+ /**
45
+ * Unknown
46
+ * @type {number}
47
+ * @memberof APIConfig
48
+ */
49
+ 'analyticsSegment_NewUI_PctOfUsers': number;
50
+ /**
51
+ * Unknown
52
+ * @type {string}
53
+ * @memberof APIConfig
54
+ */
55
+ 'analyticsSegment_NewUI_Salt': string;
44
56
  /**
45
57
  * Game name
46
58
  * @type {string}
@@ -66,6 +78,12 @@ export interface APIConfig {
66
78
  * @memberof APIConfig
67
79
  */
68
80
  'buildVersionTag': string;
81
+ /**
82
+ * Unknown
83
+ * @type {number}
84
+ * @memberof APIConfig
85
+ */
86
+ 'chatboxLogBufferSeconds': number;
69
87
  /**
70
88
  * apiKey to be used for all other requests
71
89
  * @type {string}
@@ -90,6 +108,12 @@ export interface APIConfig {
90
108
  * @memberof APIConfig
91
109
  */
92
110
  'clientNetDispatchThread'?: boolean;
111
+ /**
112
+ * Unknown
113
+ * @type {boolean}
114
+ * @memberof APIConfig
115
+ */
116
+ 'clientNetDispatchThreadMobile': boolean;
93
117
  /**
94
118
  * Unknown
95
119
  * @type {boolean}
@@ -156,6 +180,12 @@ export interface APIConfig {
156
180
  * @memberof APIConfig
157
181
  */
158
182
  'clientSentCountAllowance': number;
183
+ /**
184
+ *
185
+ * @type {APIConfigConstants}
186
+ * @memberof APIConfig
187
+ */
188
+ 'constants': APIConfigConstants;
159
189
  /**
160
190
  * VRChat\'s contact email
161
191
  * @type {string}
@@ -363,6 +393,18 @@ export interface APIConfig {
363
393
  * @memberof APIConfig
364
394
  */
365
395
  'events': APIConfigEvents;
396
+ /**
397
+ * Unknown
398
+ * @type {boolean}
399
+ * @memberof APIConfig
400
+ */
401
+ 'forceUseLatestWorld': boolean;
402
+ /**
403
+ * Unknown
404
+ * @type {string}
405
+ * @memberof APIConfig
406
+ */
407
+ 'googleApiClientId': string;
366
408
  /**
367
409
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
368
410
  * @type {string}
@@ -393,6 +435,18 @@ export interface APIConfig {
393
435
  * @memberof APIConfig
394
436
  */
395
437
  'jobsEmail': string;
438
+ /**
439
+ *
440
+ * @type {APIConfigMinSupportedClientBuildNumber}
441
+ * @memberof APIConfig
442
+ */
443
+ 'minSupportedClientBuildNumber': APIConfigMinSupportedClientBuildNumber;
444
+ /**
445
+ * Minimum Unity version required for uploading assets
446
+ * @type {string}
447
+ * @memberof APIConfig
448
+ */
449
+ 'minimumUnityVersionForUploads': string;
396
450
  /**
397
451
  * VRChat\'s moderation related email
398
452
  * @type {string}
@@ -405,6 +459,48 @@ export interface APIConfig {
405
459
  * @memberof APIConfig
406
460
  */
407
461
  'notAllowedToSelectAvatarInPrivateWorldMessage': string;
462
+ /**
463
+ *
464
+ * @type {APIConfigOfflineAnalysis}
465
+ * @memberof APIConfig
466
+ */
467
+ 'offlineAnalysis': APIConfigOfflineAnalysis;
468
+ /**
469
+ * Unknown
470
+ * @type {Array<string>}
471
+ * @memberof APIConfig
472
+ */
473
+ 'photonNameserverOverrides': Array<string>;
474
+ /**
475
+ * Unknown
476
+ * @type {Array<string>}
477
+ * @memberof APIConfig
478
+ */
479
+ 'photonPublicKeys': Array<string>;
480
+ /**
481
+ *
482
+ * @type {APIConfigReportCategories}
483
+ * @memberof APIConfig
484
+ */
485
+ 'reportCategories': APIConfigReportCategories;
486
+ /**
487
+ * URL to the report form
488
+ * @type {string}
489
+ * @memberof APIConfig
490
+ */
491
+ 'reportFormUrl': string;
492
+ /**
493
+ * Options for reporting content
494
+ * @type {object}
495
+ * @memberof APIConfig
496
+ */
497
+ 'reportOptions': object;
498
+ /**
499
+ *
500
+ * @type {APIConfigReportReasons}
501
+ * @memberof APIConfig
502
+ */
503
+ 'reportReasons': APIConfigReportReasons;
408
504
  /**
409
505
  * Link to the developer FAQ
410
506
  * @type {string}
@@ -447,6 +543,12 @@ export interface APIConfig {
447
543
  * @memberof APIConfig
448
544
  */
449
545
  'supportEmail': string;
546
+ /**
547
+ * Unknown
548
+ * @type {boolean}
549
+ * @memberof APIConfig
550
+ */
551
+ 'timekeeping': boolean;
450
552
  /**
451
553
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
452
554
  * @type {string}
@@ -525,6 +627,24 @@ export interface APIConfig {
525
627
  * @memberof APIConfig
526
628
  */
527
629
  'player-url-resolver-sha1': string;
630
+ /**
631
+ * Unknown
632
+ * @type {number}
633
+ * @memberof APIConfig
634
+ */
635
+ 'websocketMaxFriendsRefreshDelay': number;
636
+ /**
637
+ * Unknown
638
+ * @type {number}
639
+ * @memberof APIConfig
640
+ */
641
+ 'websocketQuickReconnectTime': number;
642
+ /**
643
+ * Unknown
644
+ * @type {number}
645
+ * @memberof APIConfig
646
+ */
647
+ 'websocketReconnectMaxDelay': number;
528
648
  }
529
649
  /**
530
650
  * Public Announcement
@@ -545,6 +665,208 @@ export interface APIConfigAnnouncement {
545
665
  */
546
666
  'text': string;
547
667
  }
668
+ /**
669
+ * Constants
670
+ * @export
671
+ * @interface APIConfigConstants
672
+ */
673
+ export interface APIConfigConstants {
674
+ /**
675
+ *
676
+ * @type {APIConfigConstantsGROUPS}
677
+ * @memberof APIConfigConstants
678
+ */
679
+ 'GROUPS': APIConfigConstantsGROUPS;
680
+ /**
681
+ *
682
+ * @type {APIConfigConstantsINSTANCE}
683
+ * @memberof APIConfigConstants
684
+ */
685
+ 'INSTANCE': APIConfigConstantsINSTANCE;
686
+ /**
687
+ *
688
+ * @type {APIConfigConstantsLANGUAGE}
689
+ * @memberof APIConfigConstants
690
+ */
691
+ 'LANGUAGE': APIConfigConstantsLANGUAGE;
692
+ }
693
+ /**
694
+ * Group-related constants
695
+ * @export
696
+ * @interface APIConfigConstantsGROUPS
697
+ */
698
+ export interface APIConfigConstantsGROUPS {
699
+ /**
700
+ * Maximum group capacity
701
+ * @type {number}
702
+ * @memberof APIConfigConstantsGROUPS
703
+ */
704
+ 'CAPACITY'?: number;
705
+ /**
706
+ * Requirements for transferring group ownership
707
+ * @type {Array<string>}
708
+ * @memberof APIConfigConstantsGROUPS
709
+ */
710
+ 'GROUP_TRANSFER_REQUIREMENTS'?: Array<string>;
711
+ /**
712
+ * Maximum number of invite requests
713
+ * @type {number}
714
+ * @memberof APIConfigConstantsGROUPS
715
+ */
716
+ 'MAX_INVITES_REQUESTS'?: number;
717
+ /**
718
+ * Maximum number of joined groups
719
+ * @type {number}
720
+ * @memberof APIConfigConstantsGROUPS
721
+ */
722
+ 'MAX_JOINED'?: number;
723
+ /**
724
+ * Maximum number of joined groups for VRChat Plus members
725
+ * @type {number}
726
+ * @memberof APIConfigConstantsGROUPS
727
+ */
728
+ 'MAX_JOINED_PLUS'?: number;
729
+ /**
730
+ * Maximum number of supported languages
731
+ * @type {number}
732
+ * @memberof APIConfigConstantsGROUPS
733
+ */
734
+ 'MAX_LANGUAGES'?: number;
735
+ /**
736
+ * Maximum number of group links
737
+ * @type {number}
738
+ * @memberof APIConfigConstantsGROUPS
739
+ */
740
+ 'MAX_LINKS'?: number;
741
+ /**
742
+ * Maximum number of management roles in a group
743
+ * @type {number}
744
+ * @memberof APIConfigConstantsGROUPS
745
+ */
746
+ 'MAX_MANAGEMENT_ROLES'?: number;
747
+ /**
748
+ * Maximum number of groups a user can own
749
+ * @type {number}
750
+ * @memberof APIConfigConstantsGROUPS
751
+ */
752
+ 'MAX_OWNED'?: number;
753
+ /**
754
+ * Maximum number of roles in a group
755
+ * @type {number}
756
+ * @memberof APIConfigConstantsGROUPS
757
+ */
758
+ 'MAX_ROLES'?: number;
759
+ }
760
+ /**
761
+ * Instance-related constants
762
+ * @export
763
+ * @interface APIConfigConstantsINSTANCE
764
+ */
765
+ export interface APIConfigConstantsINSTANCE {
766
+ /**
767
+ *
768
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETS}
769
+ * @memberof APIConfigConstantsINSTANCE
770
+ */
771
+ 'POPULATION_BRACKETS'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETS;
772
+ }
773
+ /**
774
+ * Population brackets based on instance population
775
+ * @export
776
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETS
777
+ */
778
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETS {
779
+ /**
780
+ *
781
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED}
782
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
783
+ */
784
+ 'CROWDED'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED;
785
+ /**
786
+ *
787
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW}
788
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
789
+ */
790
+ 'FEW'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW;
791
+ /**
792
+ *
793
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY}
794
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
795
+ */
796
+ 'MANY'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY;
797
+ }
798
+ /**
799
+ * Crowded population range
800
+ * @export
801
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
802
+ */
803
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED {
804
+ /**
805
+ * Maximum population for a crowded instance
806
+ * @type {number}
807
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
808
+ */
809
+ 'max'?: number;
810
+ /**
811
+ * Minimum population for a crowded instance
812
+ * @type {number}
813
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
814
+ */
815
+ 'min'?: number;
816
+ }
817
+ /**
818
+ * Few population range
819
+ * @export
820
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
821
+ */
822
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW {
823
+ /**
824
+ * Maximum population for a few instance
825
+ * @type {number}
826
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
827
+ */
828
+ 'max'?: number;
829
+ /**
830
+ * Minimum population for a few instance
831
+ * @type {number}
832
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
833
+ */
834
+ 'min'?: number;
835
+ }
836
+ /**
837
+ * Many population range
838
+ * @export
839
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
840
+ */
841
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY {
842
+ /**
843
+ * Maximum population for a many instance
844
+ * @type {number}
845
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
846
+ */
847
+ 'max'?: number;
848
+ /**
849
+ * Minimum population for a many instance
850
+ * @type {number}
851
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
852
+ */
853
+ 'min'?: number;
854
+ }
855
+ /**
856
+ * Language-related constants
857
+ * @export
858
+ * @interface APIConfigConstantsLANGUAGE
859
+ */
860
+ export interface APIConfigConstantsLANGUAGE {
861
+ /**
862
+ * Supported spoken language options
863
+ * @type {{ [key: string]: string; }}
864
+ * @memberof APIConfigConstantsLANGUAGE
865
+ */
866
+ 'SPOKEN_LANGUAGE_OPTIONS'?: {
867
+ [key: string]: string;
868
+ };
869
+ }
548
870
  /**
549
871
  * Download links for various development assets.
550
872
  * @export
@@ -650,6 +972,286 @@ export interface APIConfigEvents {
650
972
  */
651
973
  'viewSegmentLength': number;
652
974
  }
975
+ /**
976
+ * Minimum supported client build number for various platforms
977
+ * @export
978
+ * @interface APIConfigMinSupportedClientBuildNumber
979
+ */
980
+ export interface APIConfigMinSupportedClientBuildNumber {
981
+ /**
982
+ *
983
+ * @type {PlatformBuildInfo}
984
+ * @memberof APIConfigMinSupportedClientBuildNumber
985
+ */
986
+ 'AppStore': PlatformBuildInfo;
987
+ /**
988
+ *
989
+ * @type {PlatformBuildInfo}
990
+ * @memberof APIConfigMinSupportedClientBuildNumber
991
+ */
992
+ 'Default': PlatformBuildInfo;
993
+ /**
994
+ *
995
+ * @type {PlatformBuildInfo}
996
+ * @memberof APIConfigMinSupportedClientBuildNumber
997
+ */
998
+ 'Firebase': PlatformBuildInfo;
999
+ /**
1000
+ *
1001
+ * @type {PlatformBuildInfo}
1002
+ * @memberof APIConfigMinSupportedClientBuildNumber
1003
+ */
1004
+ 'FirebaseiOS': PlatformBuildInfo;
1005
+ /**
1006
+ *
1007
+ * @type {PlatformBuildInfo}
1008
+ * @memberof APIConfigMinSupportedClientBuildNumber
1009
+ */
1010
+ 'GooglePlay': PlatformBuildInfo;
1011
+ /**
1012
+ *
1013
+ * @type {PlatformBuildInfo}
1014
+ * @memberof APIConfigMinSupportedClientBuildNumber
1015
+ */
1016
+ 'PC': PlatformBuildInfo;
1017
+ /**
1018
+ *
1019
+ * @type {PlatformBuildInfo}
1020
+ * @memberof APIConfigMinSupportedClientBuildNumber
1021
+ */
1022
+ 'PicoStore': PlatformBuildInfo;
1023
+ /**
1024
+ *
1025
+ * @type {PlatformBuildInfo}
1026
+ * @memberof APIConfigMinSupportedClientBuildNumber
1027
+ */
1028
+ 'QuestAppLab': PlatformBuildInfo;
1029
+ /**
1030
+ *
1031
+ * @type {PlatformBuildInfo}
1032
+ * @memberof APIConfigMinSupportedClientBuildNumber
1033
+ */
1034
+ 'QuestStore': PlatformBuildInfo;
1035
+ /**
1036
+ *
1037
+ * @type {PlatformBuildInfo}
1038
+ * @memberof APIConfigMinSupportedClientBuildNumber
1039
+ */
1040
+ 'TestFlight': PlatformBuildInfo;
1041
+ /**
1042
+ *
1043
+ * @type {PlatformBuildInfo}
1044
+ * @memberof APIConfigMinSupportedClientBuildNumber
1045
+ */
1046
+ 'XRElite': PlatformBuildInfo;
1047
+ }
1048
+ /**
1049
+ * Whether to allow offline analysis
1050
+ * @export
1051
+ * @interface APIConfigOfflineAnalysis
1052
+ */
1053
+ export interface APIConfigOfflineAnalysis {
1054
+ /**
1055
+ * Whether to allow offline analysis
1056
+ * @type {boolean}
1057
+ * @memberof APIConfigOfflineAnalysis
1058
+ */
1059
+ 'android'?: boolean;
1060
+ /**
1061
+ * Whether to allow offline analysis
1062
+ * @type {boolean}
1063
+ * @memberof APIConfigOfflineAnalysis
1064
+ */
1065
+ 'standalonewindows'?: boolean;
1066
+ }
1067
+ /**
1068
+ * Categories available for reporting objectionable content
1069
+ * @export
1070
+ * @interface APIConfigReportCategories
1071
+ */
1072
+ export interface APIConfigReportCategories {
1073
+ /**
1074
+ *
1075
+ * @type {ReportCategory}
1076
+ * @memberof APIConfigReportCategories
1077
+ */
1078
+ 'avatar': ReportCategory;
1079
+ /**
1080
+ *
1081
+ * @type {ReportCategory}
1082
+ * @memberof APIConfigReportCategories
1083
+ */
1084
+ 'behavior': ReportCategory;
1085
+ /**
1086
+ *
1087
+ * @type {ReportCategory}
1088
+ * @memberof APIConfigReportCategories
1089
+ */
1090
+ 'chat': ReportCategory;
1091
+ /**
1092
+ *
1093
+ * @type {ReportCategory}
1094
+ * @memberof APIConfigReportCategories
1095
+ */
1096
+ 'environment': ReportCategory;
1097
+ /**
1098
+ *
1099
+ * @type {ReportCategory}
1100
+ * @memberof APIConfigReportCategories
1101
+ */
1102
+ 'groupstore': ReportCategory;
1103
+ /**
1104
+ *
1105
+ * @type {ReportCategory}
1106
+ * @memberof APIConfigReportCategories
1107
+ */
1108
+ 'image': ReportCategory;
1109
+ /**
1110
+ *
1111
+ * @type {ReportCategory}
1112
+ * @memberof APIConfigReportCategories
1113
+ */
1114
+ 'text': ReportCategory;
1115
+ /**
1116
+ *
1117
+ * @type {ReportCategory}
1118
+ * @memberof APIConfigReportCategories
1119
+ */
1120
+ 'warnings': ReportCategory;
1121
+ /**
1122
+ *
1123
+ * @type {ReportCategory}
1124
+ * @memberof APIConfigReportCategories
1125
+ */
1126
+ 'worldimage': ReportCategory;
1127
+ /**
1128
+ *
1129
+ * @type {ReportCategory}
1130
+ * @memberof APIConfigReportCategories
1131
+ */
1132
+ 'worldstore': ReportCategory;
1133
+ }
1134
+ /**
1135
+ * Reasons available for reporting users
1136
+ * @export
1137
+ * @interface APIConfigReportReasons
1138
+ */
1139
+ export interface APIConfigReportReasons {
1140
+ /**
1141
+ *
1142
+ * @type {ReportReason}
1143
+ * @memberof APIConfigReportReasons
1144
+ */
1145
+ 'billing': ReportReason;
1146
+ /**
1147
+ *
1148
+ * @type {ReportReason}
1149
+ * @memberof APIConfigReportReasons
1150
+ */
1151
+ 'botting': ReportReason;
1152
+ /**
1153
+ *
1154
+ * @type {ReportReason}
1155
+ * @memberof APIConfigReportReasons
1156
+ */
1157
+ 'cancellation': ReportReason;
1158
+ /**
1159
+ *
1160
+ * @type {ReportReason}
1161
+ * @memberof APIConfigReportReasons
1162
+ */
1163
+ 'gore': ReportReason;
1164
+ /**
1165
+ *
1166
+ * @type {ReportReason}
1167
+ * @memberof APIConfigReportReasons
1168
+ */
1169
+ 'hacking': ReportReason;
1170
+ /**
1171
+ *
1172
+ * @type {ReportReason}
1173
+ * @memberof APIConfigReportReasons
1174
+ */
1175
+ 'harassing': ReportReason;
1176
+ /**
1177
+ *
1178
+ * @type {ReportReason}
1179
+ * @memberof APIConfigReportReasons
1180
+ */
1181
+ 'hateful': ReportReason;
1182
+ /**
1183
+ *
1184
+ * @type {ReportReason}
1185
+ * @memberof APIConfigReportReasons
1186
+ */
1187
+ 'impersonation': ReportReason;
1188
+ /**
1189
+ *
1190
+ * @type {ReportReason}
1191
+ * @memberof APIConfigReportReasons
1192
+ */
1193
+ 'inappropriate': ReportReason;
1194
+ /**
1195
+ *
1196
+ * @type {ReportReason}
1197
+ * @memberof APIConfigReportReasons
1198
+ */
1199
+ 'leaking': ReportReason;
1200
+ /**
1201
+ *
1202
+ * @type {ReportReason}
1203
+ * @memberof APIConfigReportReasons
1204
+ */
1205
+ 'malicious': ReportReason;
1206
+ /**
1207
+ *
1208
+ * @type {ReportReason}
1209
+ * @memberof APIConfigReportReasons
1210
+ */
1211
+ 'missing': ReportReason;
1212
+ /**
1213
+ *
1214
+ * @type {ReportReason}
1215
+ * @memberof APIConfigReportReasons
1216
+ */
1217
+ 'nudity': ReportReason;
1218
+ /**
1219
+ *
1220
+ * @type {ReportReason}
1221
+ * @memberof APIConfigReportReasons
1222
+ */
1223
+ 'renewal': ReportReason;
1224
+ /**
1225
+ *
1226
+ * @type {ReportReason}
1227
+ * @memberof APIConfigReportReasons
1228
+ */
1229
+ 'security': ReportReason;
1230
+ /**
1231
+ *
1232
+ * @type {ReportReason}
1233
+ * @memberof APIConfigReportReasons
1234
+ */
1235
+ 'service': ReportReason;
1236
+ /**
1237
+ *
1238
+ * @type {ReportReason}
1239
+ * @memberof APIConfigReportReasons
1240
+ */
1241
+ 'sexual': ReportReason;
1242
+ /**
1243
+ *
1244
+ * @type {ReportReason}
1245
+ * @memberof APIConfigReportReasons
1246
+ */
1247
+ 'threatening': ReportReason;
1248
+ /**
1249
+ *
1250
+ * @type {ReportReason}
1251
+ * @memberof APIConfigReportReasons
1252
+ */
1253
+ 'visuals': ReportReason;
1254
+ }
653
1255
  /**
654
1256
  *
655
1257
  * @export
@@ -2387,6 +2989,12 @@ export interface FriendStatus {
2387
2989
  * @interface Group
2388
2990
  */
2389
2991
  export interface Group {
2992
+ /**
2993
+ *
2994
+ * @type {Array<string>}
2995
+ * @memberof Group
2996
+ */
2997
+ 'badges'?: Array<string>;
2390
2998
  /**
2391
2999
  *
2392
3000
  * @type {string}
@@ -2979,6 +3587,18 @@ export interface GroupLimitedMember {
2979
3587
  * @interface GroupMember
2980
3588
  */
2981
3589
  export interface GroupMember {
3590
+ /**
3591
+ *
3592
+ * @type {string}
3593
+ * @memberof GroupMember
3594
+ */
3595
+ 'acceptedByDisplayName'?: string;
3596
+ /**
3597
+ * 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.
3598
+ * @type {string}
3599
+ * @memberof GroupMember
3600
+ */
3601
+ 'acceptedById'?: string;
2982
3602
  /**
2983
3603
  *
2984
3604
  * @type {string}
@@ -3731,12 +4351,24 @@ export interface Instance {
3731
4351
  * @deprecated
3732
4352
  */
3733
4353
  'clientNumber': string;
4354
+ /**
4355
+ *
4356
+ * @type {string}
4357
+ * @memberof Instance
4358
+ */
4359
+ 'displayName': string | null;
3734
4360
  /**
3735
4361
  *
3736
4362
  * @type {boolean}
3737
4363
  * @memberof Instance
3738
4364
  */
3739
4365
  'full': boolean;
4366
+ /**
4367
+ *
4368
+ * @type {number}
4369
+ * @memberof Instance
4370
+ */
4371
+ 'gameServerVersion': number;
3740
4372
  /**
3741
4373
  * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
3742
4374
  * @type {string}
@@ -3749,6 +4381,12 @@ export interface Instance {
3749
4381
  * @memberof Instance
3750
4382
  */
3751
4383
  'instanceId': string;
4384
+ /**
4385
+ *
4386
+ * @type {string}
4387
+ * @memberof Instance
4388
+ */
4389
+ 'instancePersistenceEnabled': string | null;
3752
4390
  /**
3753
4391
  * InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance.
3754
4392
  * @type {string}
@@ -3791,6 +4429,12 @@ export interface Instance {
3791
4429
  * @memberof Instance
3792
4430
  */
3793
4431
  'platforms': InstancePlatforms;
4432
+ /**
4433
+ *
4434
+ * @type {string}
4435
+ * @memberof Instance
4436
+ */
4437
+ 'playerPersistenceEnabled': string | null;
3794
4438
  /**
3795
4439
  *
3796
4440
  * @type {InstanceRegion}
@@ -3936,6 +4580,12 @@ export interface InstancePlatforms {
3936
4580
  * @memberof InstancePlatforms
3937
4581
  */
3938
4582
  'android': number;
4583
+ /**
4584
+ *
4585
+ * @type {number}
4586
+ * @memberof InstancePlatforms
4587
+ */
4588
+ 'ios'?: number;
3939
4589
  /**
3940
4590
  *
3941
4591
  * @type {number}
@@ -3973,7 +4623,7 @@ export interface InstanceShortNameResponse {
3973
4623
  * @type {string}
3974
4624
  * @memberof InstanceShortNameResponse
3975
4625
  */
3976
- 'shortName'?: string;
4626
+ 'shortName'?: string | null;
3977
4627
  }
3978
4628
  /**
3979
4629
  *
@@ -4365,6 +5015,12 @@ export interface LimitedUser {
4365
5015
  * @memberof LimitedUser
4366
5016
  */
4367
5017
  'last_platform': string;
5018
+ /**
5019
+ *
5020
+ * @type {string}
5021
+ * @memberof LimitedUser
5022
+ */
5023
+ 'last_login'?: string | null;
4368
5024
  /**
4369
5025
  *
4370
5026
  * @type {string}
@@ -4650,6 +5306,12 @@ export interface LimitedWorld {
4650
5306
  * @memberof LimitedWorld
4651
5307
  */
4652
5308
  'releaseStatus': ReleaseStatus;
5309
+ /**
5310
+ *
5311
+ * @type {string}
5312
+ * @memberof LimitedWorld
5313
+ */
5314
+ 'storeId': string | null;
4653
5315
  /**
4654
5316
  *
4655
5317
  * @type {Array<string>}
@@ -5016,12 +5678,38 @@ export interface PastDisplayName {
5016
5678
  */
5017
5679
  'updated_at': string;
5018
5680
  }
5681
+ /**
5682
+ * Avatar Performance ratings.
5683
+ * @export
5684
+ * @enum {string}
5685
+ */
5686
+ export declare const PerformanceRatings: {
5687
+ readonly None: "None";
5688
+ readonly Excellent: "Excellent";
5689
+ readonly Good: "Good";
5690
+ readonly Medium: "Medium";
5691
+ readonly Poor: "Poor";
5692
+ readonly VeryPoor: "VeryPoor";
5693
+ };
5694
+ export type PerformanceRatings = typeof PerformanceRatings[keyof typeof PerformanceRatings];
5019
5695
  /**
5020
5696
  *
5021
5697
  * @export
5022
5698
  * @interface Permission
5023
5699
  */
5024
5700
  export interface Permission {
5701
+ /**
5702
+ *
5703
+ * @type {string}
5704
+ * @memberof Permission
5705
+ */
5706
+ 'displayName'?: string;
5707
+ /**
5708
+ *
5709
+ * @type {string}
5710
+ * @memberof Permission
5711
+ */
5712
+ 'description'?: string;
5025
5713
  /**
5026
5714
  *
5027
5715
  * @type {string}
@@ -5046,6 +5734,12 @@ export interface Permission {
5046
5734
  * @memberof Permission
5047
5735
  */
5048
5736
  'ownerId': string;
5737
+ /**
5738
+ *
5739
+ * @type {string}
5740
+ * @memberof Permission
5741
+ */
5742
+ 'type'?: string;
5049
5743
  /**
5050
5744
  *
5051
5745
  * @type {object}
@@ -5053,6 +5747,25 @@ export interface Permission {
5053
5747
  */
5054
5748
  'data'?: object;
5055
5749
  }
5750
+ /**
5751
+ * Build information for a platform
5752
+ * @export
5753
+ * @interface PlatformBuildInfo
5754
+ */
5755
+ export interface PlatformBuildInfo {
5756
+ /**
5757
+ * Minimum build number required for the platform
5758
+ * @type {number}
5759
+ * @memberof PlatformBuildInfo
5760
+ */
5761
+ 'minBuildNumber': number;
5762
+ /**
5763
+ * Redirection URL for updating the app
5764
+ * @type {string}
5765
+ * @memberof PlatformBuildInfo
5766
+ */
5767
+ 'redirectionAddress': string;
5768
+ }
5056
5769
  /**
5057
5770
  *
5058
5771
  * @export
@@ -5125,6 +5838,7 @@ export declare const Region: {
5125
5838
  readonly Us: "us";
5126
5839
  readonly Use: "use";
5127
5840
  readonly Usw: "usw";
5841
+ readonly Usx: "usx";
5128
5842
  readonly Eu: "eu";
5129
5843
  readonly Jp: "jp";
5130
5844
  readonly Unknown: "unknown";
@@ -5142,6 +5856,44 @@ export declare const ReleaseStatus: {
5142
5856
  readonly All: "all";
5143
5857
  };
5144
5858
  export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
5859
+ /**
5860
+ * A category used for reporting content
5861
+ * @export
5862
+ * @interface ReportCategory
5863
+ */
5864
+ export interface ReportCategory {
5865
+ /**
5866
+ * The label of the report category
5867
+ * @type {string}
5868
+ * @memberof ReportCategory
5869
+ */
5870
+ 'text': string;
5871
+ /**
5872
+ * The tooltip that describes the category
5873
+ * @type {string}
5874
+ * @memberof ReportCategory
5875
+ */
5876
+ 'tooltip': string;
5877
+ }
5878
+ /**
5879
+ * A reason used for reporting users
5880
+ * @export
5881
+ * @interface ReportReason
5882
+ */
5883
+ export interface ReportReason {
5884
+ /**
5885
+ * The label or name of the report reason
5886
+ * @type {string}
5887
+ * @memberof ReportReason
5888
+ */
5889
+ 'text': string;
5890
+ /**
5891
+ * A brief explanation of what this reason entails
5892
+ * @type {string}
5893
+ * @memberof ReportReason
5894
+ */
5895
+ 'tooltip': string;
5896
+ }
5145
5897
  /**
5146
5898
  *
5147
5899
  * @export
@@ -5807,6 +6559,12 @@ export interface UnityPackage {
5807
6559
  * @memberof UnityPackage
5808
6560
  */
5809
6561
  'impostorizerVersion'?: string;
6562
+ /**
6563
+ *
6564
+ * @type {PerformanceRatings}
6565
+ * @memberof UnityPackage
6566
+ */
6567
+ 'performanceRating'?: PerformanceRatings;
5810
6568
  /**
5811
6569
  * This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`.
5812
6570
  * @type {string}
@@ -5837,6 +6595,12 @@ export interface UnityPackage {
5837
6595
  * @memberof UnityPackage
5838
6596
  */
5839
6597
  'unityVersion': string;
6598
+ /**
6599
+ *
6600
+ * @type {string}
6601
+ * @memberof UnityPackage
6602
+ */
6603
+ 'worldSignature'?: string | null;
5840
6604
  /**
5841
6605
  *
5842
6606
  * @type {string}
@@ -6532,7 +7296,7 @@ export interface UserExists {
6532
7296
  * @type {boolean}
6533
7297
  * @memberof UserExists
6534
7298
  */
6535
- 'nameOk': boolean;
7299
+ 'nameOk'?: boolean;
6536
7300
  }
6537
7301
  /**
6538
7302
  * * \"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).
@@ -6850,6 +7614,12 @@ export interface World {
6850
7614
  * @memberof World
6851
7615
  */
6852
7616
  'releaseStatus': ReleaseStatus;
7617
+ /**
7618
+ *
7619
+ * @type {string}
7620
+ * @memberof World
7621
+ */
7622
+ 'storeId': string | null;
6853
7623
  /**
6854
7624
  *
6855
7625
  * @type {Array<string>}
@@ -10460,15 +11230,6 @@ export declare const InstancesApiAxiosParamCreator: (configuration?: Configurati
10460
11230
  * @throws {RequiredError}
10461
11231
  */
10462
11232
  getShortName: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10463
- /**
10464
- * Sends an invite to the instance to yourself.
10465
- * @summary Send Self Invite
10466
- * @param {string} worldId Must be a valid world ID.
10467
- * @param {string} instanceId Must be a valid instance ID.
10468
- * @param {*} [options] Override http request option.
10469
- * @throws {RequiredError}
10470
- */
10471
- sendSelfInvite: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
10472
11233
  };
10473
11234
  /**
10474
11235
  * InstancesApi - functional programming interface
@@ -10520,15 +11281,6 @@ export declare const InstancesApiFp: (configuration?: Configuration) => {
10520
11281
  * @throws {RequiredError}
10521
11282
  */
10522
11283
  getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstanceShortNameResponse>>;
10523
- /**
10524
- * Sends an invite to the instance to yourself.
10525
- * @summary Send Self Invite
10526
- * @param {string} worldId Must be a valid world ID.
10527
- * @param {string} instanceId Must be a valid instance ID.
10528
- * @param {*} [options] Override http request option.
10529
- * @throws {RequiredError}
10530
- */
10531
- sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
10532
11284
  };
10533
11285
  /**
10534
11286
  * InstancesApi - factory interface
@@ -10580,15 +11332,6 @@ export declare const InstancesApiFactory: (configuration?: Configuration, basePa
10580
11332
  * @throws {RequiredError}
10581
11333
  */
10582
11334
  getShortName(worldId: string, instanceId: string, options?: any): AxiosPromise<InstanceShortNameResponse>;
10583
- /**
10584
- * Sends an invite to the instance to yourself.
10585
- * @summary Send Self Invite
10586
- * @param {string} worldId Must be a valid world ID.
10587
- * @param {string} instanceId Must be a valid instance ID.
10588
- * @param {*} [options] Override http request option.
10589
- * @throws {RequiredError}
10590
- */
10591
- sendSelfInvite(worldId: string, instanceId: string, options?: any): AxiosPromise<Success>;
10592
11335
  };
10593
11336
  /**
10594
11337
  * InstancesApi - object-oriented interface
@@ -10647,16 +11390,6 @@ export declare class InstancesApi extends BaseAPI {
10647
11390
  * @memberof InstancesApi
10648
11391
  */
10649
11392
  getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstanceShortNameResponse, any>>;
10650
- /**
10651
- * Sends an invite to the instance to yourself.
10652
- * @summary Send Self Invite
10653
- * @param {string} worldId Must be a valid world ID.
10654
- * @param {string} instanceId Must be a valid instance ID.
10655
- * @param {*} [options] Override http request option.
10656
- * @throws {RequiredError}
10657
- * @memberof InstancesApi
10658
- */
10659
- sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success, any>>;
10660
11393
  }
10661
11394
  /**
10662
11395
  * InviteApi - axios parameter creator