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/api.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  /**
4
4
  * VRChat API Documentation
5
5
  *
6
- * The version of the OpenAPI document: 1.18.3
6
+ * The version of the OpenAPI document: 1.18.5
7
7
  * Contact: vrchatapi.lpv0t@aries.fyi
8
8
  *
9
9
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -51,6 +51,18 @@ export interface APIConfig {
51
51
  * @memberof APIConfig
52
52
  */
53
53
  'announcements': Set<APIConfigAnnouncement>;
54
+ /**
55
+ * Unknown
56
+ * @type {number}
57
+ * @memberof APIConfig
58
+ */
59
+ 'analyticsSegment_NewUI_PctOfUsers': number;
60
+ /**
61
+ * Unknown
62
+ * @type {string}
63
+ * @memberof APIConfig
64
+ */
65
+ 'analyticsSegment_NewUI_Salt': string;
54
66
  /**
55
67
  * Game name
56
68
  * @type {string}
@@ -76,6 +88,12 @@ export interface APIConfig {
76
88
  * @memberof APIConfig
77
89
  */
78
90
  'buildVersionTag': string;
91
+ /**
92
+ * Unknown
93
+ * @type {number}
94
+ * @memberof APIConfig
95
+ */
96
+ 'chatboxLogBufferSeconds': number;
79
97
  /**
80
98
  * apiKey to be used for all other requests
81
99
  * @type {string}
@@ -100,6 +118,12 @@ export interface APIConfig {
100
118
  * @memberof APIConfig
101
119
  */
102
120
  'clientNetDispatchThread'?: boolean;
121
+ /**
122
+ * Unknown
123
+ * @type {boolean}
124
+ * @memberof APIConfig
125
+ */
126
+ 'clientNetDispatchThreadMobile': boolean;
103
127
  /**
104
128
  * Unknown
105
129
  * @type {boolean}
@@ -166,6 +190,12 @@ export interface APIConfig {
166
190
  * @memberof APIConfig
167
191
  */
168
192
  'clientSentCountAllowance': number;
193
+ /**
194
+ *
195
+ * @type {APIConfigConstants}
196
+ * @memberof APIConfig
197
+ */
198
+ 'constants': APIConfigConstants;
169
199
  /**
170
200
  * VRChat\'s contact email
171
201
  * @type {string}
@@ -373,6 +403,18 @@ export interface APIConfig {
373
403
  * @memberof APIConfig
374
404
  */
375
405
  'events': APIConfigEvents;
406
+ /**
407
+ * Unknown
408
+ * @type {boolean}
409
+ * @memberof APIConfig
410
+ */
411
+ 'forceUseLatestWorld': boolean;
412
+ /**
413
+ * Unknown
414
+ * @type {string}
415
+ * @memberof APIConfig
416
+ */
417
+ 'googleApiClientId': string;
376
418
  /**
377
419
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
378
420
  * @type {string}
@@ -403,6 +445,18 @@ export interface APIConfig {
403
445
  * @memberof APIConfig
404
446
  */
405
447
  'jobsEmail': string;
448
+ /**
449
+ *
450
+ * @type {APIConfigMinSupportedClientBuildNumber}
451
+ * @memberof APIConfig
452
+ */
453
+ 'minSupportedClientBuildNumber': APIConfigMinSupportedClientBuildNumber;
454
+ /**
455
+ * Minimum Unity version required for uploading assets
456
+ * @type {string}
457
+ * @memberof APIConfig
458
+ */
459
+ 'minimumUnityVersionForUploads': string;
406
460
  /**
407
461
  * VRChat\'s moderation related email
408
462
  * @type {string}
@@ -415,6 +469,48 @@ export interface APIConfig {
415
469
  * @memberof APIConfig
416
470
  */
417
471
  'notAllowedToSelectAvatarInPrivateWorldMessage': string;
472
+ /**
473
+ *
474
+ * @type {APIConfigOfflineAnalysis}
475
+ * @memberof APIConfig
476
+ */
477
+ 'offlineAnalysis': APIConfigOfflineAnalysis;
478
+ /**
479
+ * Unknown
480
+ * @type {Array<string>}
481
+ * @memberof APIConfig
482
+ */
483
+ 'photonNameserverOverrides': Array<string>;
484
+ /**
485
+ * Unknown
486
+ * @type {Array<string>}
487
+ * @memberof APIConfig
488
+ */
489
+ 'photonPublicKeys': Array<string>;
490
+ /**
491
+ *
492
+ * @type {APIConfigReportCategories}
493
+ * @memberof APIConfig
494
+ */
495
+ 'reportCategories': APIConfigReportCategories;
496
+ /**
497
+ * URL to the report form
498
+ * @type {string}
499
+ * @memberof APIConfig
500
+ */
501
+ 'reportFormUrl': string;
502
+ /**
503
+ * Options for reporting content
504
+ * @type {object}
505
+ * @memberof APIConfig
506
+ */
507
+ 'reportOptions': object;
508
+ /**
509
+ *
510
+ * @type {APIConfigReportReasons}
511
+ * @memberof APIConfig
512
+ */
513
+ 'reportReasons': APIConfigReportReasons;
418
514
  /**
419
515
  * Link to the developer FAQ
420
516
  * @type {string}
@@ -457,6 +553,12 @@ export interface APIConfig {
457
553
  * @memberof APIConfig
458
554
  */
459
555
  'supportEmail': string;
556
+ /**
557
+ * Unknown
558
+ * @type {boolean}
559
+ * @memberof APIConfig
560
+ */
561
+ 'timekeeping': boolean;
460
562
  /**
461
563
  * WorldID be \"offline\" on User profiles if you are not friends with that user.
462
564
  * @type {string}
@@ -535,6 +637,24 @@ export interface APIConfig {
535
637
  * @memberof APIConfig
536
638
  */
537
639
  'player-url-resolver-sha1': string;
640
+ /**
641
+ * Unknown
642
+ * @type {number}
643
+ * @memberof APIConfig
644
+ */
645
+ 'websocketMaxFriendsRefreshDelay': number;
646
+ /**
647
+ * Unknown
648
+ * @type {number}
649
+ * @memberof APIConfig
650
+ */
651
+ 'websocketQuickReconnectTime': number;
652
+ /**
653
+ * Unknown
654
+ * @type {number}
655
+ * @memberof APIConfig
656
+ */
657
+ 'websocketReconnectMaxDelay': number;
538
658
  }
539
659
  /**
540
660
  * Public Announcement
@@ -555,6 +675,206 @@ export interface APIConfigAnnouncement {
555
675
  */
556
676
  'text': string;
557
677
  }
678
+ /**
679
+ * Constants
680
+ * @export
681
+ * @interface APIConfigConstants
682
+ */
683
+ export interface APIConfigConstants {
684
+ /**
685
+ *
686
+ * @type {APIConfigConstantsGROUPS}
687
+ * @memberof APIConfigConstants
688
+ */
689
+ 'GROUPS': APIConfigConstantsGROUPS;
690
+ /**
691
+ *
692
+ * @type {APIConfigConstantsINSTANCE}
693
+ * @memberof APIConfigConstants
694
+ */
695
+ 'INSTANCE': APIConfigConstantsINSTANCE;
696
+ /**
697
+ *
698
+ * @type {APIConfigConstantsLANGUAGE}
699
+ * @memberof APIConfigConstants
700
+ */
701
+ 'LANGUAGE': APIConfigConstantsLANGUAGE;
702
+ }
703
+ /**
704
+ * Group-related constants
705
+ * @export
706
+ * @interface APIConfigConstantsGROUPS
707
+ */
708
+ export interface APIConfigConstantsGROUPS {
709
+ /**
710
+ * Maximum group capacity
711
+ * @type {number}
712
+ * @memberof APIConfigConstantsGROUPS
713
+ */
714
+ 'CAPACITY'?: number;
715
+ /**
716
+ * Requirements for transferring group ownership
717
+ * @type {Array<string>}
718
+ * @memberof APIConfigConstantsGROUPS
719
+ */
720
+ 'GROUP_TRANSFER_REQUIREMENTS'?: Array<string>;
721
+ /**
722
+ * Maximum number of invite requests
723
+ * @type {number}
724
+ * @memberof APIConfigConstantsGROUPS
725
+ */
726
+ 'MAX_INVITES_REQUESTS'?: number;
727
+ /**
728
+ * Maximum number of joined groups
729
+ * @type {number}
730
+ * @memberof APIConfigConstantsGROUPS
731
+ */
732
+ 'MAX_JOINED'?: number;
733
+ /**
734
+ * Maximum number of joined groups for VRChat Plus members
735
+ * @type {number}
736
+ * @memberof APIConfigConstantsGROUPS
737
+ */
738
+ 'MAX_JOINED_PLUS'?: number;
739
+ /**
740
+ * Maximum number of supported languages
741
+ * @type {number}
742
+ * @memberof APIConfigConstantsGROUPS
743
+ */
744
+ 'MAX_LANGUAGES'?: number;
745
+ /**
746
+ * Maximum number of group links
747
+ * @type {number}
748
+ * @memberof APIConfigConstantsGROUPS
749
+ */
750
+ 'MAX_LINKS'?: number;
751
+ /**
752
+ * Maximum number of management roles in a group
753
+ * @type {number}
754
+ * @memberof APIConfigConstantsGROUPS
755
+ */
756
+ 'MAX_MANAGEMENT_ROLES'?: number;
757
+ /**
758
+ * Maximum number of groups a user can own
759
+ * @type {number}
760
+ * @memberof APIConfigConstantsGROUPS
761
+ */
762
+ 'MAX_OWNED'?: number;
763
+ /**
764
+ * Maximum number of roles in a group
765
+ * @type {number}
766
+ * @memberof APIConfigConstantsGROUPS
767
+ */
768
+ 'MAX_ROLES'?: number;
769
+ }
770
+ /**
771
+ * Instance-related constants
772
+ * @export
773
+ * @interface APIConfigConstantsINSTANCE
774
+ */
775
+ export interface APIConfigConstantsINSTANCE {
776
+ /**
777
+ *
778
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETS}
779
+ * @memberof APIConfigConstantsINSTANCE
780
+ */
781
+ 'POPULATION_BRACKETS'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETS;
782
+ }
783
+ /**
784
+ * Population brackets based on instance population
785
+ * @export
786
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETS
787
+ */
788
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETS {
789
+ /**
790
+ *
791
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED}
792
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
793
+ */
794
+ 'CROWDED'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED;
795
+ /**
796
+ *
797
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW}
798
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
799
+ */
800
+ 'FEW'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW;
801
+ /**
802
+ *
803
+ * @type {APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY}
804
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETS
805
+ */
806
+ 'MANY'?: APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY;
807
+ }
808
+ /**
809
+ * Crowded population range
810
+ * @export
811
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
812
+ */
813
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED {
814
+ /**
815
+ * Maximum population for a crowded instance
816
+ * @type {number}
817
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
818
+ */
819
+ 'max'?: number;
820
+ /**
821
+ * Minimum population for a crowded instance
822
+ * @type {number}
823
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSCROWDED
824
+ */
825
+ 'min'?: number;
826
+ }
827
+ /**
828
+ * Few population range
829
+ * @export
830
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
831
+ */
832
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW {
833
+ /**
834
+ * Maximum population for a few instance
835
+ * @type {number}
836
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
837
+ */
838
+ 'max'?: number;
839
+ /**
840
+ * Minimum population for a few instance
841
+ * @type {number}
842
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSFEW
843
+ */
844
+ 'min'?: number;
845
+ }
846
+ /**
847
+ * Many population range
848
+ * @export
849
+ * @interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
850
+ */
851
+ export interface APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY {
852
+ /**
853
+ * Maximum population for a many instance
854
+ * @type {number}
855
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
856
+ */
857
+ 'max'?: number;
858
+ /**
859
+ * Minimum population for a many instance
860
+ * @type {number}
861
+ * @memberof APIConfigConstantsINSTANCEPOPULATIONBRACKETSMANY
862
+ */
863
+ 'min'?: number;
864
+ }
865
+ /**
866
+ * Language-related constants
867
+ * @export
868
+ * @interface APIConfigConstantsLANGUAGE
869
+ */
870
+ export interface APIConfigConstantsLANGUAGE {
871
+ /**
872
+ * Supported spoken language options
873
+ * @type {{ [key: string]: string; }}
874
+ * @memberof APIConfigConstantsLANGUAGE
875
+ */
876
+ 'SPOKEN_LANGUAGE_OPTIONS'?: { [key: string]: string; };
877
+ }
558
878
  /**
559
879
  * Download links for various development assets.
560
880
  * @export
@@ -573,92 +893,372 @@ export interface APIConfigDownloadURLList {
573
893
  * @type {string}
574
894
  * @memberof APIConfigDownloadURLList
575
895
  */
576
- 'sdk3-avatars': string;
896
+ 'sdk3-avatars': string;
897
+ /**
898
+ * Download link for SDK3 for Worlds
899
+ * @type {string}
900
+ * @memberof APIConfigDownloadURLList
901
+ */
902
+ 'sdk3-worlds': string;
903
+ /**
904
+ * Download link for the Creator Companion
905
+ * @type {string}
906
+ * @memberof APIConfigDownloadURLList
907
+ */
908
+ 'vcc': string;
909
+ /**
910
+ * Download link for ???
911
+ * @type {string}
912
+ * @memberof APIConfigDownloadURLList
913
+ */
914
+ 'bootstrap': string;
915
+ }
916
+ /**
917
+ *
918
+ * @export
919
+ * @interface APIConfigEvents
920
+ */
921
+ export interface APIConfigEvents {
922
+ /**
923
+ * Unknown
924
+ * @type {number}
925
+ * @memberof APIConfigEvents
926
+ */
927
+ 'distanceClose': number;
928
+ /**
929
+ * Unknown
930
+ * @type {number}
931
+ * @memberof APIConfigEvents
932
+ */
933
+ 'distanceFactor': number;
934
+ /**
935
+ * Unknown
936
+ * @type {number}
937
+ * @memberof APIConfigEvents
938
+ */
939
+ 'distanceFar': number;
940
+ /**
941
+ * Unknown
942
+ * @type {number}
943
+ * @memberof APIConfigEvents
944
+ */
945
+ 'groupDistance': number;
946
+ /**
947
+ * Unknown
948
+ * @type {number}
949
+ * @memberof APIConfigEvents
950
+ */
951
+ 'maximumBunchSize': number;
952
+ /**
953
+ * Unknown
954
+ * @type {number}
955
+ * @memberof APIConfigEvents
956
+ */
957
+ 'notVisibleFactor': number;
958
+ /**
959
+ * Unknown
960
+ * @type {number}
961
+ * @memberof APIConfigEvents
962
+ */
963
+ 'playerOrderBucketSize': number;
964
+ /**
965
+ * Unknown
966
+ * @type {number}
967
+ * @memberof APIConfigEvents
968
+ */
969
+ 'playerOrderFactor': number;
970
+ /**
971
+ * Unknown
972
+ * @type {number}
973
+ * @memberof APIConfigEvents
974
+ */
975
+ 'slowUpdateFactorThreshold': number;
976
+ /**
977
+ * Unknown
978
+ * @type {number}
979
+ * @memberof APIConfigEvents
980
+ */
981
+ 'viewSegmentLength': number;
982
+ }
983
+ /**
984
+ * Minimum supported client build number for various platforms
985
+ * @export
986
+ * @interface APIConfigMinSupportedClientBuildNumber
987
+ */
988
+ export interface APIConfigMinSupportedClientBuildNumber {
989
+ /**
990
+ *
991
+ * @type {PlatformBuildInfo}
992
+ * @memberof APIConfigMinSupportedClientBuildNumber
993
+ */
994
+ 'AppStore': PlatformBuildInfo;
995
+ /**
996
+ *
997
+ * @type {PlatformBuildInfo}
998
+ * @memberof APIConfigMinSupportedClientBuildNumber
999
+ */
1000
+ 'Default': PlatformBuildInfo;
1001
+ /**
1002
+ *
1003
+ * @type {PlatformBuildInfo}
1004
+ * @memberof APIConfigMinSupportedClientBuildNumber
1005
+ */
1006
+ 'Firebase': PlatformBuildInfo;
1007
+ /**
1008
+ *
1009
+ * @type {PlatformBuildInfo}
1010
+ * @memberof APIConfigMinSupportedClientBuildNumber
1011
+ */
1012
+ 'FirebaseiOS': PlatformBuildInfo;
1013
+ /**
1014
+ *
1015
+ * @type {PlatformBuildInfo}
1016
+ * @memberof APIConfigMinSupportedClientBuildNumber
1017
+ */
1018
+ 'GooglePlay': PlatformBuildInfo;
1019
+ /**
1020
+ *
1021
+ * @type {PlatformBuildInfo}
1022
+ * @memberof APIConfigMinSupportedClientBuildNumber
1023
+ */
1024
+ 'PC': PlatformBuildInfo;
1025
+ /**
1026
+ *
1027
+ * @type {PlatformBuildInfo}
1028
+ * @memberof APIConfigMinSupportedClientBuildNumber
1029
+ */
1030
+ 'PicoStore': PlatformBuildInfo;
1031
+ /**
1032
+ *
1033
+ * @type {PlatformBuildInfo}
1034
+ * @memberof APIConfigMinSupportedClientBuildNumber
1035
+ */
1036
+ 'QuestAppLab': PlatformBuildInfo;
1037
+ /**
1038
+ *
1039
+ * @type {PlatformBuildInfo}
1040
+ * @memberof APIConfigMinSupportedClientBuildNumber
1041
+ */
1042
+ 'QuestStore': PlatformBuildInfo;
1043
+ /**
1044
+ *
1045
+ * @type {PlatformBuildInfo}
1046
+ * @memberof APIConfigMinSupportedClientBuildNumber
1047
+ */
1048
+ 'TestFlight': PlatformBuildInfo;
1049
+ /**
1050
+ *
1051
+ * @type {PlatformBuildInfo}
1052
+ * @memberof APIConfigMinSupportedClientBuildNumber
1053
+ */
1054
+ 'XRElite': PlatformBuildInfo;
1055
+ }
1056
+ /**
1057
+ * Whether to allow offline analysis
1058
+ * @export
1059
+ * @interface APIConfigOfflineAnalysis
1060
+ */
1061
+ export interface APIConfigOfflineAnalysis {
1062
+ /**
1063
+ * Whether to allow offline analysis
1064
+ * @type {boolean}
1065
+ * @memberof APIConfigOfflineAnalysis
1066
+ */
1067
+ 'android'?: boolean;
1068
+ /**
1069
+ * Whether to allow offline analysis
1070
+ * @type {boolean}
1071
+ * @memberof APIConfigOfflineAnalysis
1072
+ */
1073
+ 'standalonewindows'?: boolean;
1074
+ }
1075
+ /**
1076
+ * Categories available for reporting objectionable content
1077
+ * @export
1078
+ * @interface APIConfigReportCategories
1079
+ */
1080
+ export interface APIConfigReportCategories {
1081
+ /**
1082
+ *
1083
+ * @type {ReportCategory}
1084
+ * @memberof APIConfigReportCategories
1085
+ */
1086
+ 'avatar': ReportCategory;
1087
+ /**
1088
+ *
1089
+ * @type {ReportCategory}
1090
+ * @memberof APIConfigReportCategories
1091
+ */
1092
+ 'behavior': ReportCategory;
1093
+ /**
1094
+ *
1095
+ * @type {ReportCategory}
1096
+ * @memberof APIConfigReportCategories
1097
+ */
1098
+ 'chat': ReportCategory;
1099
+ /**
1100
+ *
1101
+ * @type {ReportCategory}
1102
+ * @memberof APIConfigReportCategories
1103
+ */
1104
+ 'environment': ReportCategory;
1105
+ /**
1106
+ *
1107
+ * @type {ReportCategory}
1108
+ * @memberof APIConfigReportCategories
1109
+ */
1110
+ 'groupstore': ReportCategory;
1111
+ /**
1112
+ *
1113
+ * @type {ReportCategory}
1114
+ * @memberof APIConfigReportCategories
1115
+ */
1116
+ 'image': ReportCategory;
1117
+ /**
1118
+ *
1119
+ * @type {ReportCategory}
1120
+ * @memberof APIConfigReportCategories
1121
+ */
1122
+ 'text': ReportCategory;
1123
+ /**
1124
+ *
1125
+ * @type {ReportCategory}
1126
+ * @memberof APIConfigReportCategories
1127
+ */
1128
+ 'warnings': ReportCategory;
1129
+ /**
1130
+ *
1131
+ * @type {ReportCategory}
1132
+ * @memberof APIConfigReportCategories
1133
+ */
1134
+ 'worldimage': ReportCategory;
1135
+ /**
1136
+ *
1137
+ * @type {ReportCategory}
1138
+ * @memberof APIConfigReportCategories
1139
+ */
1140
+ 'worldstore': ReportCategory;
1141
+ }
1142
+ /**
1143
+ * Reasons available for reporting users
1144
+ * @export
1145
+ * @interface APIConfigReportReasons
1146
+ */
1147
+ export interface APIConfigReportReasons {
1148
+ /**
1149
+ *
1150
+ * @type {ReportReason}
1151
+ * @memberof APIConfigReportReasons
1152
+ */
1153
+ 'billing': ReportReason;
1154
+ /**
1155
+ *
1156
+ * @type {ReportReason}
1157
+ * @memberof APIConfigReportReasons
1158
+ */
1159
+ 'botting': ReportReason;
1160
+ /**
1161
+ *
1162
+ * @type {ReportReason}
1163
+ * @memberof APIConfigReportReasons
1164
+ */
1165
+ 'cancellation': ReportReason;
1166
+ /**
1167
+ *
1168
+ * @type {ReportReason}
1169
+ * @memberof APIConfigReportReasons
1170
+ */
1171
+ 'gore': ReportReason;
1172
+ /**
1173
+ *
1174
+ * @type {ReportReason}
1175
+ * @memberof APIConfigReportReasons
1176
+ */
1177
+ 'hacking': ReportReason;
1178
+ /**
1179
+ *
1180
+ * @type {ReportReason}
1181
+ * @memberof APIConfigReportReasons
1182
+ */
1183
+ 'harassing': ReportReason;
577
1184
  /**
578
- * Download link for SDK3 for Worlds
579
- * @type {string}
580
- * @memberof APIConfigDownloadURLList
1185
+ *
1186
+ * @type {ReportReason}
1187
+ * @memberof APIConfigReportReasons
581
1188
  */
582
- 'sdk3-worlds': string;
1189
+ 'hateful': ReportReason;
583
1190
  /**
584
- * Download link for the Creator Companion
585
- * @type {string}
586
- * @memberof APIConfigDownloadURLList
1191
+ *
1192
+ * @type {ReportReason}
1193
+ * @memberof APIConfigReportReasons
587
1194
  */
588
- 'vcc': string;
1195
+ 'impersonation': ReportReason;
589
1196
  /**
590
- * Download link for ???
591
- * @type {string}
592
- * @memberof APIConfigDownloadURLList
1197
+ *
1198
+ * @type {ReportReason}
1199
+ * @memberof APIConfigReportReasons
593
1200
  */
594
- 'bootstrap': string;
595
- }
596
- /**
597
- *
598
- * @export
599
- * @interface APIConfigEvents
600
- */
601
- export interface APIConfigEvents {
1201
+ 'inappropriate': ReportReason;
602
1202
  /**
603
- * Unknown
604
- * @type {number}
605
- * @memberof APIConfigEvents
1203
+ *
1204
+ * @type {ReportReason}
1205
+ * @memberof APIConfigReportReasons
606
1206
  */
607
- 'distanceClose': number;
1207
+ 'leaking': ReportReason;
608
1208
  /**
609
- * Unknown
610
- * @type {number}
611
- * @memberof APIConfigEvents
1209
+ *
1210
+ * @type {ReportReason}
1211
+ * @memberof APIConfigReportReasons
612
1212
  */
613
- 'distanceFactor': number;
1213
+ 'malicious': ReportReason;
614
1214
  /**
615
- * Unknown
616
- * @type {number}
617
- * @memberof APIConfigEvents
1215
+ *
1216
+ * @type {ReportReason}
1217
+ * @memberof APIConfigReportReasons
618
1218
  */
619
- 'distanceFar': number;
1219
+ 'missing': ReportReason;
620
1220
  /**
621
- * Unknown
622
- * @type {number}
623
- * @memberof APIConfigEvents
1221
+ *
1222
+ * @type {ReportReason}
1223
+ * @memberof APIConfigReportReasons
624
1224
  */
625
- 'groupDistance': number;
1225
+ 'nudity': ReportReason;
626
1226
  /**
627
- * Unknown
628
- * @type {number}
629
- * @memberof APIConfigEvents
1227
+ *
1228
+ * @type {ReportReason}
1229
+ * @memberof APIConfigReportReasons
630
1230
  */
631
- 'maximumBunchSize': number;
1231
+ 'renewal': ReportReason;
632
1232
  /**
633
- * Unknown
634
- * @type {number}
635
- * @memberof APIConfigEvents
1233
+ *
1234
+ * @type {ReportReason}
1235
+ * @memberof APIConfigReportReasons
636
1236
  */
637
- 'notVisibleFactor': number;
1237
+ 'security': ReportReason;
638
1238
  /**
639
- * Unknown
640
- * @type {number}
641
- * @memberof APIConfigEvents
1239
+ *
1240
+ * @type {ReportReason}
1241
+ * @memberof APIConfigReportReasons
642
1242
  */
643
- 'playerOrderBucketSize': number;
1243
+ 'service': ReportReason;
644
1244
  /**
645
- * Unknown
646
- * @type {number}
647
- * @memberof APIConfigEvents
1245
+ *
1246
+ * @type {ReportReason}
1247
+ * @memberof APIConfigReportReasons
648
1248
  */
649
- 'playerOrderFactor': number;
1249
+ 'sexual': ReportReason;
650
1250
  /**
651
- * Unknown
652
- * @type {number}
653
- * @memberof APIConfigEvents
1251
+ *
1252
+ * @type {ReportReason}
1253
+ * @memberof APIConfigReportReasons
654
1254
  */
655
- 'slowUpdateFactorThreshold': number;
1255
+ 'threatening': ReportReason;
656
1256
  /**
657
- * Unknown
658
- * @type {number}
659
- * @memberof APIConfigEvents
1257
+ *
1258
+ * @type {ReportReason}
1259
+ * @memberof APIConfigReportReasons
660
1260
  */
661
- 'viewSegmentLength': number;
1261
+ 'visuals': ReportReason;
662
1262
  }
663
1263
  /**
664
1264
  *
@@ -2420,6 +3020,12 @@ export interface FriendStatus {
2420
3020
  * @interface Group
2421
3021
  */
2422
3022
  export interface Group {
3023
+ /**
3024
+ *
3025
+ * @type {Array<string>}
3026
+ * @memberof Group
3027
+ */
3028
+ 'badges'?: Array<string>;
2423
3029
  /**
2424
3030
  *
2425
3031
  * @type {string}
@@ -3024,6 +3630,18 @@ export interface GroupLimitedMember {
3024
3630
  * @interface GroupMember
3025
3631
  */
3026
3632
  export interface GroupMember {
3633
+ /**
3634
+ *
3635
+ * @type {string}
3636
+ * @memberof GroupMember
3637
+ */
3638
+ 'acceptedByDisplayName'?: string;
3639
+ /**
3640
+ * 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.
3641
+ * @type {string}
3642
+ * @memberof GroupMember
3643
+ */
3644
+ 'acceptedById'?: string;
3027
3645
  /**
3028
3646
  *
3029
3647
  * @type {string}
@@ -3803,12 +4421,24 @@ export interface Instance {
3803
4421
  * @deprecated
3804
4422
  */
3805
4423
  'clientNumber': string;
4424
+ /**
4425
+ *
4426
+ * @type {string}
4427
+ * @memberof Instance
4428
+ */
4429
+ 'displayName': string | null;
3806
4430
  /**
3807
4431
  *
3808
4432
  * @type {boolean}
3809
4433
  * @memberof Instance
3810
4434
  */
3811
4435
  'full': boolean;
4436
+ /**
4437
+ *
4438
+ * @type {number}
4439
+ * @memberof Instance
4440
+ */
4441
+ 'gameServerVersion': number;
3812
4442
  /**
3813
4443
  * 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.
3814
4444
  * @type {string}
@@ -3821,6 +4451,12 @@ export interface Instance {
3821
4451
  * @memberof Instance
3822
4452
  */
3823
4453
  'instanceId': string;
4454
+ /**
4455
+ *
4456
+ * @type {string}
4457
+ * @memberof Instance
4458
+ */
4459
+ 'instancePersistenceEnabled': string | null;
3824
4460
  /**
3825
4461
  * 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.
3826
4462
  * @type {string}
@@ -3863,6 +4499,12 @@ export interface Instance {
3863
4499
  * @memberof Instance
3864
4500
  */
3865
4501
  'platforms': InstancePlatforms;
4502
+ /**
4503
+ *
4504
+ * @type {string}
4505
+ * @memberof Instance
4506
+ */
4507
+ 'playerPersistenceEnabled': string | null;
3866
4508
  /**
3867
4509
  *
3868
4510
  * @type {InstanceRegion}
@@ -4008,6 +4650,12 @@ export interface InstancePlatforms {
4008
4650
  * @memberof InstancePlatforms
4009
4651
  */
4010
4652
  'android': number;
4653
+ /**
4654
+ *
4655
+ * @type {number}
4656
+ * @memberof InstancePlatforms
4657
+ */
4658
+ 'ios'?: number;
4011
4659
  /**
4012
4660
  *
4013
4661
  * @type {number}
@@ -4049,7 +4697,7 @@ export interface InstanceShortNameResponse {
4049
4697
  * @type {string}
4050
4698
  * @memberof InstanceShortNameResponse
4051
4699
  */
4052
- 'shortName'?: string;
4700
+ 'shortName'?: string | null;
4053
4701
  }
4054
4702
  /**
4055
4703
  *
@@ -4457,6 +5105,12 @@ export interface LimitedUser {
4457
5105
  * @memberof LimitedUser
4458
5106
  */
4459
5107
  'last_platform': string;
5108
+ /**
5109
+ *
5110
+ * @type {string}
5111
+ * @memberof LimitedUser
5112
+ */
5113
+ 'last_login'?: string | null;
4460
5114
  /**
4461
5115
  *
4462
5116
  * @type {string}
@@ -4742,6 +5396,12 @@ export interface LimitedWorld {
4742
5396
  * @memberof LimitedWorld
4743
5397
  */
4744
5398
  'releaseStatus': ReleaseStatus;
5399
+ /**
5400
+ *
5401
+ * @type {string}
5402
+ * @memberof LimitedWorld
5403
+ */
5404
+ 'storeId': string | null;
4745
5405
  /**
4746
5406
  *
4747
5407
  * @type {Array<string>}
@@ -5120,12 +5780,42 @@ export interface PastDisplayName {
5120
5780
  */
5121
5781
  'updated_at': string;
5122
5782
  }
5783
+ /**
5784
+ * Avatar Performance ratings.
5785
+ * @export
5786
+ * @enum {string}
5787
+ */
5788
+
5789
+ export const PerformanceRatings = {
5790
+ None: 'None',
5791
+ Excellent: 'Excellent',
5792
+ Good: 'Good',
5793
+ Medium: 'Medium',
5794
+ Poor: 'Poor',
5795
+ VeryPoor: 'VeryPoor'
5796
+ } as const;
5797
+
5798
+ export type PerformanceRatings = typeof PerformanceRatings[keyof typeof PerformanceRatings];
5799
+
5800
+
5123
5801
  /**
5124
5802
  *
5125
5803
  * @export
5126
5804
  * @interface Permission
5127
5805
  */
5128
5806
  export interface Permission {
5807
+ /**
5808
+ *
5809
+ * @type {string}
5810
+ * @memberof Permission
5811
+ */
5812
+ 'displayName'?: string;
5813
+ /**
5814
+ *
5815
+ * @type {string}
5816
+ * @memberof Permission
5817
+ */
5818
+ 'description'?: string;
5129
5819
  /**
5130
5820
  *
5131
5821
  * @type {string}
@@ -5150,6 +5840,12 @@ export interface Permission {
5150
5840
  * @memberof Permission
5151
5841
  */
5152
5842
  'ownerId': string;
5843
+ /**
5844
+ *
5845
+ * @type {string}
5846
+ * @memberof Permission
5847
+ */
5848
+ 'type'?: string;
5153
5849
  /**
5154
5850
  *
5155
5851
  * @type {object}
@@ -5157,6 +5853,25 @@ export interface Permission {
5157
5853
  */
5158
5854
  'data'?: object;
5159
5855
  }
5856
+ /**
5857
+ * Build information for a platform
5858
+ * @export
5859
+ * @interface PlatformBuildInfo
5860
+ */
5861
+ export interface PlatformBuildInfo {
5862
+ /**
5863
+ * Minimum build number required for the platform
5864
+ * @type {number}
5865
+ * @memberof PlatformBuildInfo
5866
+ */
5867
+ 'minBuildNumber': number;
5868
+ /**
5869
+ * Redirection URL for updating the app
5870
+ * @type {string}
5871
+ * @memberof PlatformBuildInfo
5872
+ */
5873
+ 'redirectionAddress': string;
5874
+ }
5160
5875
  /**
5161
5876
  *
5162
5877
  * @export
@@ -5234,6 +5949,7 @@ export const Region = {
5234
5949
  Us: 'us',
5235
5950
  Use: 'use',
5236
5951
  Usw: 'usw',
5952
+ Usx: 'usx',
5237
5953
  Eu: 'eu',
5238
5954
  Jp: 'jp',
5239
5955
  Unknown: 'unknown'
@@ -5258,6 +5974,44 @@ export const ReleaseStatus = {
5258
5974
  export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
5259
5975
 
5260
5976
 
5977
+ /**
5978
+ * A category used for reporting content
5979
+ * @export
5980
+ * @interface ReportCategory
5981
+ */
5982
+ export interface ReportCategory {
5983
+ /**
5984
+ * The label of the report category
5985
+ * @type {string}
5986
+ * @memberof ReportCategory
5987
+ */
5988
+ 'text': string;
5989
+ /**
5990
+ * The tooltip that describes the category
5991
+ * @type {string}
5992
+ * @memberof ReportCategory
5993
+ */
5994
+ 'tooltip': string;
5995
+ }
5996
+ /**
5997
+ * A reason used for reporting users
5998
+ * @export
5999
+ * @interface ReportReason
6000
+ */
6001
+ export interface ReportReason {
6002
+ /**
6003
+ * The label or name of the report reason
6004
+ * @type {string}
6005
+ * @memberof ReportReason
6006
+ */
6007
+ 'text': string;
6008
+ /**
6009
+ * A brief explanation of what this reason entails
6010
+ * @type {string}
6011
+ * @memberof ReportReason
6012
+ */
6013
+ 'tooltip': string;
6014
+ }
5261
6015
  /**
5262
6016
  *
5263
6017
  * @export
@@ -5935,6 +6689,12 @@ export interface UnityPackage {
5935
6689
  * @memberof UnityPackage
5936
6690
  */
5937
6691
  'impostorizerVersion'?: string;
6692
+ /**
6693
+ *
6694
+ * @type {PerformanceRatings}
6695
+ * @memberof UnityPackage
6696
+ */
6697
+ 'performanceRating'?: PerformanceRatings;
5938
6698
  /**
5939
6699
  * 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`.
5940
6700
  * @type {string}
@@ -5965,6 +6725,12 @@ export interface UnityPackage {
5965
6725
  * @memberof UnityPackage
5966
6726
  */
5967
6727
  'unityVersion': string;
6728
+ /**
6729
+ *
6730
+ * @type {string}
6731
+ * @memberof UnityPackage
6732
+ */
6733
+ 'worldSignature'?: string | null;
5968
6734
  /**
5969
6735
  *
5970
6736
  * @type {string}
@@ -6660,7 +7426,7 @@ export interface UserExists {
6660
7426
  * @type {boolean}
6661
7427
  * @memberof UserExists
6662
7428
  */
6663
- 'nameOk': boolean;
7429
+ 'nameOk'?: boolean;
6664
7430
  }
6665
7431
  /**
6666
7432
  * * \"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).
@@ -6986,6 +7752,12 @@ export interface World {
6986
7752
  * @memberof World
6987
7753
  */
6988
7754
  'releaseStatus': ReleaseStatus;
7755
+ /**
7756
+ *
7757
+ * @type {string}
7758
+ * @memberof World
7759
+ */
7760
+ 'storeId': string | null;
6989
7761
  /**
6990
7762
  *
6991
7763
  * @type {Array<string>}
@@ -14389,46 +15161,6 @@ export const InstancesApiAxiosParamCreator = function (configuration?: Configura
14389
15161
 
14390
15162
 
14391
15163
 
14392
- setSearchParams(localVarUrlObj, localVarQueryParameter);
14393
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
14394
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
14395
-
14396
- return {
14397
- url: toPathString(localVarUrlObj),
14398
- options: localVarRequestOptions,
14399
- };
14400
- },
14401
- /**
14402
- * Sends an invite to the instance to yourself.
14403
- * @summary Send Self Invite
14404
- * @param {string} worldId Must be a valid world ID.
14405
- * @param {string} instanceId Must be a valid instance ID.
14406
- * @param {*} [options] Override http request option.
14407
- * @throws {RequiredError}
14408
- */
14409
- sendSelfInvite: async (worldId: string, instanceId: string, options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
14410
- // verify required parameter 'worldId' is not null or undefined
14411
- assertParamExists('sendSelfInvite', 'worldId', worldId)
14412
- // verify required parameter 'instanceId' is not null or undefined
14413
- assertParamExists('sendSelfInvite', 'instanceId', instanceId)
14414
- const localVarPath = `/instances/{worldId}:{instanceId}/invite`
14415
- .replace(`{${"worldId"}}`, encodeURIComponent(String(worldId)))
14416
- .replace(`{${"instanceId"}}`, encodeURIComponent(String(instanceId)));
14417
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
14418
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
14419
- let baseOptions;
14420
- if (configuration) {
14421
- baseOptions = configuration.baseOptions;
14422
- }
14423
-
14424
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
14425
- const localVarHeaderParameter = {} as any;
14426
- const localVarQueryParameter = {} as any;
14427
-
14428
- // authentication authCookie required
14429
-
14430
-
14431
-
14432
15164
  setSearchParams(localVarUrlObj, localVarQueryParameter);
14433
15165
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
14434
15166
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -14508,18 +15240,6 @@ export const InstancesApiFp = function(configuration?: Configuration) {
14508
15240
  const localVarAxiosArgs = await localVarAxiosParamCreator.getShortName(worldId, instanceId, options);
14509
15241
  return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
14510
15242
  },
14511
- /**
14512
- * Sends an invite to the instance to yourself.
14513
- * @summary Send Self Invite
14514
- * @param {string} worldId Must be a valid world ID.
14515
- * @param {string} instanceId Must be a valid instance ID.
14516
- * @param {*} [options] Override http request option.
14517
- * @throws {RequiredError}
14518
- */
14519
- async sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>> {
14520
- const localVarAxiosArgs = await localVarAxiosParamCreator.sendSelfInvite(worldId, instanceId, options);
14521
- return createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration);
14522
- },
14523
15243
  }
14524
15244
  };
14525
15245
 
@@ -14585,17 +15305,6 @@ export const InstancesApiFactory = function (configuration?: Configuration, base
14585
15305
  getShortName(worldId: string, instanceId: string, options?: any): AxiosPromise<InstanceShortNameResponse> {
14586
15306
  return localVarFp.getShortName(worldId, instanceId, options).then((request) => request(axios, basePath));
14587
15307
  },
14588
- /**
14589
- * Sends an invite to the instance to yourself.
14590
- * @summary Send Self Invite
14591
- * @param {string} worldId Must be a valid world ID.
14592
- * @param {string} instanceId Must be a valid instance ID.
14593
- * @param {*} [options] Override http request option.
14594
- * @throws {RequiredError}
14595
- */
14596
- sendSelfInvite(worldId: string, instanceId: string, options?: any): AxiosPromise<Success> {
14597
- return localVarFp.sendSelfInvite(worldId, instanceId, options).then((request) => request(axios, basePath));
14598
- },
14599
15308
  };
14600
15309
  };
14601
15310
 
@@ -14670,19 +15379,6 @@ export class InstancesApi extends BaseAPI {
14670
15379
  public getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig) {
14671
15380
  return InstancesApiFp(this.configuration).getShortName(worldId, instanceId, options).then((request) => request(this.axios, this.basePath));
14672
15381
  }
14673
-
14674
- /**
14675
- * Sends an invite to the instance to yourself.
14676
- * @summary Send Self Invite
14677
- * @param {string} worldId Must be a valid world ID.
14678
- * @param {string} instanceId Must be a valid instance ID.
14679
- * @param {*} [options] Override http request option.
14680
- * @throws {RequiredError}
14681
- * @memberof InstancesApi
14682
- */
14683
- public sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig) {
14684
- return InstancesApiFp(this.configuration).sendSelfInvite(worldId, instanceId, options).then((request) => request(this.axios, this.basePath));
14685
- }
14686
15382
  }
14687
15383
 
14688
15384