vrchat 1.18.4 → 1.18.6
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 +1638 -456
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +1249 -115
- package/dist/api.js +364 -238
- package/dist/base.d.ts +1 -1
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -1
- package/dist/configuration.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/index.ts +1 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.18.
|
|
4
|
+
* The version of the OpenAPI document: 1.18.6
|
|
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
|
|
@@ -648,7 +970,287 @@ export interface APIConfigEvents {
|
|
|
648
970
|
* @type {number}
|
|
649
971
|
* @memberof APIConfigEvents
|
|
650
972
|
*/
|
|
651
|
-
'viewSegmentLength': number;
|
|
973
|
+
'viewSegmentLength': number;
|
|
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;
|
|
652
1254
|
}
|
|
653
1255
|
/**
|
|
654
1256
|
*
|
|
@@ -2157,6 +2759,181 @@ export declare const FavoriteType: {
|
|
|
2157
2759
|
readonly Avatar: "avatar";
|
|
2158
2760
|
};
|
|
2159
2761
|
export type FavoriteType = typeof FavoriteType[keyof typeof FavoriteType];
|
|
2762
|
+
/**
|
|
2763
|
+
*
|
|
2764
|
+
* @export
|
|
2765
|
+
* @interface FavoritedWorld
|
|
2766
|
+
*/
|
|
2767
|
+
export interface FavoritedWorld {
|
|
2768
|
+
/**
|
|
2769
|
+
* 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.
|
|
2770
|
+
* @type {string}
|
|
2771
|
+
* @memberof FavoritedWorld
|
|
2772
|
+
*/
|
|
2773
|
+
'authorId': string;
|
|
2774
|
+
/**
|
|
2775
|
+
*
|
|
2776
|
+
* @type {string}
|
|
2777
|
+
* @memberof FavoritedWorld
|
|
2778
|
+
*/
|
|
2779
|
+
'authorName': string;
|
|
2780
|
+
/**
|
|
2781
|
+
*
|
|
2782
|
+
* @type {number}
|
|
2783
|
+
* @memberof FavoritedWorld
|
|
2784
|
+
*/
|
|
2785
|
+
'capacity': number;
|
|
2786
|
+
/**
|
|
2787
|
+
*
|
|
2788
|
+
* @type {string}
|
|
2789
|
+
* @memberof FavoritedWorld
|
|
2790
|
+
*/
|
|
2791
|
+
'description': string;
|
|
2792
|
+
/**
|
|
2793
|
+
*
|
|
2794
|
+
* @type {number}
|
|
2795
|
+
* @memberof FavoritedWorld
|
|
2796
|
+
*/
|
|
2797
|
+
'recommendedCapacity'?: number;
|
|
2798
|
+
/**
|
|
2799
|
+
*
|
|
2800
|
+
* @type {string}
|
|
2801
|
+
* @memberof FavoritedWorld
|
|
2802
|
+
*/
|
|
2803
|
+
'created_at': string;
|
|
2804
|
+
/**
|
|
2805
|
+
*
|
|
2806
|
+
* @type {number}
|
|
2807
|
+
* @memberof FavoritedWorld
|
|
2808
|
+
*/
|
|
2809
|
+
'favorites': number;
|
|
2810
|
+
/**
|
|
2811
|
+
*
|
|
2812
|
+
* @type {string}
|
|
2813
|
+
* @memberof FavoritedWorld
|
|
2814
|
+
*/
|
|
2815
|
+
'favoriteGroup': string;
|
|
2816
|
+
/**
|
|
2817
|
+
*
|
|
2818
|
+
* @type {string}
|
|
2819
|
+
* @memberof FavoritedWorld
|
|
2820
|
+
*/
|
|
2821
|
+
'favoriteId': string;
|
|
2822
|
+
/**
|
|
2823
|
+
*
|
|
2824
|
+
* @type {boolean}
|
|
2825
|
+
* @memberof FavoritedWorld
|
|
2826
|
+
*/
|
|
2827
|
+
'featured': boolean;
|
|
2828
|
+
/**
|
|
2829
|
+
*
|
|
2830
|
+
* @type {number}
|
|
2831
|
+
* @memberof FavoritedWorld
|
|
2832
|
+
*/
|
|
2833
|
+
'visits'?: number;
|
|
2834
|
+
/**
|
|
2835
|
+
*
|
|
2836
|
+
* @type {number}
|
|
2837
|
+
* @memberof FavoritedWorld
|
|
2838
|
+
*/
|
|
2839
|
+
'heat': number;
|
|
2840
|
+
/**
|
|
2841
|
+
* WorldID be \"offline\" on User profiles if you are not friends with that user.
|
|
2842
|
+
* @type {string}
|
|
2843
|
+
* @memberof FavoritedWorld
|
|
2844
|
+
*/
|
|
2845
|
+
'id': string;
|
|
2846
|
+
/**
|
|
2847
|
+
*
|
|
2848
|
+
* @type {string}
|
|
2849
|
+
* @memberof FavoritedWorld
|
|
2850
|
+
*/
|
|
2851
|
+
'imageUrl': string;
|
|
2852
|
+
/**
|
|
2853
|
+
*
|
|
2854
|
+
* @type {string}
|
|
2855
|
+
* @memberof FavoritedWorld
|
|
2856
|
+
*/
|
|
2857
|
+
'labsPublicationDate': string;
|
|
2858
|
+
/**
|
|
2859
|
+
*
|
|
2860
|
+
* @type {string}
|
|
2861
|
+
* @memberof FavoritedWorld
|
|
2862
|
+
*/
|
|
2863
|
+
'name': string;
|
|
2864
|
+
/**
|
|
2865
|
+
*
|
|
2866
|
+
* @type {number}
|
|
2867
|
+
* @memberof FavoritedWorld
|
|
2868
|
+
*/
|
|
2869
|
+
'occupants': number;
|
|
2870
|
+
/**
|
|
2871
|
+
*
|
|
2872
|
+
* @type {string}
|
|
2873
|
+
* @memberof FavoritedWorld
|
|
2874
|
+
*/
|
|
2875
|
+
'organization': string;
|
|
2876
|
+
/**
|
|
2877
|
+
*
|
|
2878
|
+
* @type {number}
|
|
2879
|
+
* @memberof FavoritedWorld
|
|
2880
|
+
*/
|
|
2881
|
+
'popularity': number;
|
|
2882
|
+
/**
|
|
2883
|
+
*
|
|
2884
|
+
* @type {string}
|
|
2885
|
+
* @memberof FavoritedWorld
|
|
2886
|
+
*/
|
|
2887
|
+
'previewYoutubeId'?: string | null;
|
|
2888
|
+
/**
|
|
2889
|
+
*
|
|
2890
|
+
* @type {string}
|
|
2891
|
+
* @memberof FavoritedWorld
|
|
2892
|
+
*/
|
|
2893
|
+
'publicationDate': string;
|
|
2894
|
+
/**
|
|
2895
|
+
*
|
|
2896
|
+
* @type {ReleaseStatus}
|
|
2897
|
+
* @memberof FavoritedWorld
|
|
2898
|
+
*/
|
|
2899
|
+
'releaseStatus': ReleaseStatus;
|
|
2900
|
+
/**
|
|
2901
|
+
*
|
|
2902
|
+
* @type {Array<string>}
|
|
2903
|
+
* @memberof FavoritedWorld
|
|
2904
|
+
*/
|
|
2905
|
+
'tags': Array<string>;
|
|
2906
|
+
/**
|
|
2907
|
+
*
|
|
2908
|
+
* @type {string}
|
|
2909
|
+
* @memberof FavoritedWorld
|
|
2910
|
+
*/
|
|
2911
|
+
'thumbnailImageUrl': string;
|
|
2912
|
+
/**
|
|
2913
|
+
*
|
|
2914
|
+
* @type {Array<UnityPackage>}
|
|
2915
|
+
* @memberof FavoritedWorld
|
|
2916
|
+
*/
|
|
2917
|
+
'unityPackages': Array<UnityPackage>;
|
|
2918
|
+
/**
|
|
2919
|
+
*
|
|
2920
|
+
* @type {string}
|
|
2921
|
+
* @memberof FavoritedWorld
|
|
2922
|
+
*/
|
|
2923
|
+
'updated_at': string;
|
|
2924
|
+
/**
|
|
2925
|
+
*
|
|
2926
|
+
* @type {Array<string>}
|
|
2927
|
+
* @memberof FavoritedWorld
|
|
2928
|
+
*/
|
|
2929
|
+
'udonProducts'?: Array<string>;
|
|
2930
|
+
/**
|
|
2931
|
+
*
|
|
2932
|
+
* @type {number}
|
|
2933
|
+
* @memberof FavoritedWorld
|
|
2934
|
+
*/
|
|
2935
|
+
'version': number;
|
|
2936
|
+
}
|
|
2160
2937
|
/**
|
|
2161
2938
|
*
|
|
2162
2939
|
* @export
|
|
@@ -2387,6 +3164,12 @@ export interface FriendStatus {
|
|
|
2387
3164
|
* @interface Group
|
|
2388
3165
|
*/
|
|
2389
3166
|
export interface Group {
|
|
3167
|
+
/**
|
|
3168
|
+
*
|
|
3169
|
+
* @type {Array<string>}
|
|
3170
|
+
* @memberof Group
|
|
3171
|
+
*/
|
|
3172
|
+
'badges'?: Array<string>;
|
|
2390
3173
|
/**
|
|
2391
3174
|
*
|
|
2392
3175
|
* @type {string}
|
|
@@ -2979,6 +3762,18 @@ export interface GroupLimitedMember {
|
|
|
2979
3762
|
* @interface GroupMember
|
|
2980
3763
|
*/
|
|
2981
3764
|
export interface GroupMember {
|
|
3765
|
+
/**
|
|
3766
|
+
*
|
|
3767
|
+
* @type {string}
|
|
3768
|
+
* @memberof GroupMember
|
|
3769
|
+
*/
|
|
3770
|
+
'acceptedByDisplayName'?: string | null;
|
|
3771
|
+
/**
|
|
3772
|
+
*
|
|
3773
|
+
* @type {string}
|
|
3774
|
+
* @memberof GroupMember
|
|
3775
|
+
*/
|
|
3776
|
+
'acceptedById'?: string | null;
|
|
2982
3777
|
/**
|
|
2983
3778
|
*
|
|
2984
3779
|
* @type {string}
|
|
@@ -3176,11 +3971,11 @@ export interface GroupMyMember {
|
|
|
3176
3971
|
*/
|
|
3177
3972
|
'acceptedByDisplayName'?: string | null;
|
|
3178
3973
|
/**
|
|
3179
|
-
*
|
|
3974
|
+
*
|
|
3180
3975
|
* @type {string}
|
|
3181
3976
|
* @memberof GroupMyMember
|
|
3182
3977
|
*/
|
|
3183
|
-
'acceptedById'?: string;
|
|
3978
|
+
'acceptedById'?: string | null;
|
|
3184
3979
|
/**
|
|
3185
3980
|
*
|
|
3186
3981
|
* @type {string}
|
|
@@ -3731,12 +4526,24 @@ export interface Instance {
|
|
|
3731
4526
|
* @deprecated
|
|
3732
4527
|
*/
|
|
3733
4528
|
'clientNumber': string;
|
|
4529
|
+
/**
|
|
4530
|
+
*
|
|
4531
|
+
* @type {string}
|
|
4532
|
+
* @memberof Instance
|
|
4533
|
+
*/
|
|
4534
|
+
'displayName': string | null;
|
|
3734
4535
|
/**
|
|
3735
4536
|
*
|
|
3736
4537
|
* @type {boolean}
|
|
3737
4538
|
* @memberof Instance
|
|
3738
4539
|
*/
|
|
3739
4540
|
'full': boolean;
|
|
4541
|
+
/**
|
|
4542
|
+
*
|
|
4543
|
+
* @type {number}
|
|
4544
|
+
* @memberof Instance
|
|
4545
|
+
*/
|
|
4546
|
+
'gameServerVersion': number;
|
|
3740
4547
|
/**
|
|
3741
4548
|
* 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
4549
|
* @type {string}
|
|
@@ -3749,6 +4556,12 @@ export interface Instance {
|
|
|
3749
4556
|
* @memberof Instance
|
|
3750
4557
|
*/
|
|
3751
4558
|
'instanceId': string;
|
|
4559
|
+
/**
|
|
4560
|
+
*
|
|
4561
|
+
* @type {string}
|
|
4562
|
+
* @memberof Instance
|
|
4563
|
+
*/
|
|
4564
|
+
'instancePersistenceEnabled': string | null;
|
|
3752
4565
|
/**
|
|
3753
4566
|
* 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
4567
|
* @type {string}
|
|
@@ -3791,6 +4604,12 @@ export interface Instance {
|
|
|
3791
4604
|
* @memberof Instance
|
|
3792
4605
|
*/
|
|
3793
4606
|
'platforms': InstancePlatforms;
|
|
4607
|
+
/**
|
|
4608
|
+
*
|
|
4609
|
+
* @type {string}
|
|
4610
|
+
* @memberof Instance
|
|
4611
|
+
*/
|
|
4612
|
+
'playerPersistenceEnabled': string | null;
|
|
3794
4613
|
/**
|
|
3795
4614
|
*
|
|
3796
4615
|
* @type {InstanceRegion}
|
|
@@ -3936,6 +4755,12 @@ export interface InstancePlatforms {
|
|
|
3936
4755
|
* @memberof InstancePlatforms
|
|
3937
4756
|
*/
|
|
3938
4757
|
'android': number;
|
|
4758
|
+
/**
|
|
4759
|
+
*
|
|
4760
|
+
* @type {number}
|
|
4761
|
+
* @memberof InstancePlatforms
|
|
4762
|
+
*/
|
|
4763
|
+
'ios'?: number;
|
|
3939
4764
|
/**
|
|
3940
4765
|
*
|
|
3941
4766
|
* @type {number}
|
|
@@ -3973,7 +4798,7 @@ export interface InstanceShortNameResponse {
|
|
|
3973
4798
|
* @type {string}
|
|
3974
4799
|
* @memberof InstanceShortNameResponse
|
|
3975
4800
|
*/
|
|
3976
|
-
'shortName'?: string;
|
|
4801
|
+
'shortName'?: string | null;
|
|
3977
4802
|
}
|
|
3978
4803
|
/**
|
|
3979
4804
|
*
|
|
@@ -4076,10 +4901,108 @@ export interface InviteRequest {
|
|
|
4076
4901
|
export interface InviteResponse {
|
|
4077
4902
|
/**
|
|
4078
4903
|
*
|
|
4079
|
-
* @type {number}
|
|
4080
|
-
* @memberof InviteResponse
|
|
4904
|
+
* @type {number}
|
|
4905
|
+
* @memberof InviteResponse
|
|
4906
|
+
*/
|
|
4907
|
+
'responseSlot': number;
|
|
4908
|
+
}
|
|
4909
|
+
/**
|
|
4910
|
+
*
|
|
4911
|
+
* @export
|
|
4912
|
+
* @interface Jam
|
|
4913
|
+
*/
|
|
4914
|
+
export interface Jam {
|
|
4915
|
+
/**
|
|
4916
|
+
*
|
|
4917
|
+
* @type {string}
|
|
4918
|
+
* @memberof Jam
|
|
4919
|
+
*/
|
|
4920
|
+
'description': string;
|
|
4921
|
+
/**
|
|
4922
|
+
*
|
|
4923
|
+
* @type {string}
|
|
4924
|
+
* @memberof Jam
|
|
4925
|
+
*/
|
|
4926
|
+
'id': string;
|
|
4927
|
+
/**
|
|
4928
|
+
*
|
|
4929
|
+
* @type {boolean}
|
|
4930
|
+
* @memberof Jam
|
|
4931
|
+
*/
|
|
4932
|
+
'isVisible': boolean;
|
|
4933
|
+
/**
|
|
4934
|
+
*
|
|
4935
|
+
* @type {string}
|
|
4936
|
+
* @memberof Jam
|
|
4937
|
+
*/
|
|
4938
|
+
'moreInfo': string;
|
|
4939
|
+
/**
|
|
4940
|
+
* One of: - submissions_open - closed
|
|
4941
|
+
* @type {string}
|
|
4942
|
+
* @memberof Jam
|
|
4943
|
+
*/
|
|
4944
|
+
'state': string;
|
|
4945
|
+
/**
|
|
4946
|
+
*
|
|
4947
|
+
* @type {JamStateChangeDates}
|
|
4948
|
+
* @memberof Jam
|
|
4949
|
+
*/
|
|
4950
|
+
'stateChangeDates': JamStateChangeDates;
|
|
4951
|
+
/**
|
|
4952
|
+
*
|
|
4953
|
+
* @type {string}
|
|
4954
|
+
* @memberof Jam
|
|
4955
|
+
*/
|
|
4956
|
+
'submissionContentGateDate': string | null;
|
|
4957
|
+
/**
|
|
4958
|
+
*
|
|
4959
|
+
* @type {boolean}
|
|
4960
|
+
* @memberof Jam
|
|
4961
|
+
*/
|
|
4962
|
+
'submissionContentGated': boolean;
|
|
4963
|
+
/**
|
|
4964
|
+
*
|
|
4965
|
+
* @type {string}
|
|
4966
|
+
* @memberof Jam
|
|
4967
|
+
*/
|
|
4968
|
+
'title': string;
|
|
4969
|
+
/**
|
|
4970
|
+
*
|
|
4971
|
+
* @type {string}
|
|
4972
|
+
* @memberof Jam
|
|
4973
|
+
*/
|
|
4974
|
+
'updated_at': string;
|
|
4975
|
+
}
|
|
4976
|
+
/**
|
|
4977
|
+
*
|
|
4978
|
+
* @export
|
|
4979
|
+
* @interface JamStateChangeDates
|
|
4980
|
+
*/
|
|
4981
|
+
export interface JamStateChangeDates {
|
|
4982
|
+
/**
|
|
4983
|
+
*
|
|
4984
|
+
* @type {string}
|
|
4985
|
+
* @memberof JamStateChangeDates
|
|
4986
|
+
*/
|
|
4987
|
+
'closed'?: string | null;
|
|
4988
|
+
/**
|
|
4989
|
+
*
|
|
4990
|
+
* @type {string}
|
|
4991
|
+
* @memberof JamStateChangeDates
|
|
4992
|
+
*/
|
|
4993
|
+
'submissionsClosed'?: string | null;
|
|
4994
|
+
/**
|
|
4995
|
+
*
|
|
4996
|
+
* @type {string}
|
|
4997
|
+
* @memberof JamStateChangeDates
|
|
4998
|
+
*/
|
|
4999
|
+
'submissionsOpened'?: string | null;
|
|
5000
|
+
/**
|
|
5001
|
+
*
|
|
5002
|
+
* @type {string}
|
|
5003
|
+
* @memberof JamStateChangeDates
|
|
4081
5004
|
*/
|
|
4082
|
-
'
|
|
5005
|
+
'winnersSelected'?: string | null;
|
|
4083
5006
|
}
|
|
4084
5007
|
/**
|
|
4085
5008
|
*
|
|
@@ -4365,6 +5288,12 @@ export interface LimitedUser {
|
|
|
4365
5288
|
* @memberof LimitedUser
|
|
4366
5289
|
*/
|
|
4367
5290
|
'last_platform': string;
|
|
5291
|
+
/**
|
|
5292
|
+
*
|
|
5293
|
+
* @type {string}
|
|
5294
|
+
* @memberof LimitedUser
|
|
5295
|
+
*/
|
|
5296
|
+
'last_login'?: string | null;
|
|
4368
5297
|
/**
|
|
4369
5298
|
*
|
|
4370
5299
|
* @type {string}
|
|
@@ -5016,12 +5945,38 @@ export interface PastDisplayName {
|
|
|
5016
5945
|
*/
|
|
5017
5946
|
'updated_at': string;
|
|
5018
5947
|
}
|
|
5948
|
+
/**
|
|
5949
|
+
* Avatar Performance ratings.
|
|
5950
|
+
* @export
|
|
5951
|
+
* @enum {string}
|
|
5952
|
+
*/
|
|
5953
|
+
export declare const PerformanceRatings: {
|
|
5954
|
+
readonly None: "None";
|
|
5955
|
+
readonly Excellent: "Excellent";
|
|
5956
|
+
readonly Good: "Good";
|
|
5957
|
+
readonly Medium: "Medium";
|
|
5958
|
+
readonly Poor: "Poor";
|
|
5959
|
+
readonly VeryPoor: "VeryPoor";
|
|
5960
|
+
};
|
|
5961
|
+
export type PerformanceRatings = typeof PerformanceRatings[keyof typeof PerformanceRatings];
|
|
5019
5962
|
/**
|
|
5020
5963
|
*
|
|
5021
5964
|
* @export
|
|
5022
5965
|
* @interface Permission
|
|
5023
5966
|
*/
|
|
5024
5967
|
export interface Permission {
|
|
5968
|
+
/**
|
|
5969
|
+
*
|
|
5970
|
+
* @type {string}
|
|
5971
|
+
* @memberof Permission
|
|
5972
|
+
*/
|
|
5973
|
+
'displayName'?: string;
|
|
5974
|
+
/**
|
|
5975
|
+
*
|
|
5976
|
+
* @type {string}
|
|
5977
|
+
* @memberof Permission
|
|
5978
|
+
*/
|
|
5979
|
+
'description'?: string;
|
|
5025
5980
|
/**
|
|
5026
5981
|
*
|
|
5027
5982
|
* @type {string}
|
|
@@ -5046,6 +6001,12 @@ export interface Permission {
|
|
|
5046
6001
|
* @memberof Permission
|
|
5047
6002
|
*/
|
|
5048
6003
|
'ownerId': string;
|
|
6004
|
+
/**
|
|
6005
|
+
*
|
|
6006
|
+
* @type {string}
|
|
6007
|
+
* @memberof Permission
|
|
6008
|
+
*/
|
|
6009
|
+
'type'?: string;
|
|
5049
6010
|
/**
|
|
5050
6011
|
*
|
|
5051
6012
|
* @type {object}
|
|
@@ -5053,6 +6014,25 @@ export interface Permission {
|
|
|
5053
6014
|
*/
|
|
5054
6015
|
'data'?: object;
|
|
5055
6016
|
}
|
|
6017
|
+
/**
|
|
6018
|
+
* Build information for a platform
|
|
6019
|
+
* @export
|
|
6020
|
+
* @interface PlatformBuildInfo
|
|
6021
|
+
*/
|
|
6022
|
+
export interface PlatformBuildInfo {
|
|
6023
|
+
/**
|
|
6024
|
+
* Minimum build number required for the platform
|
|
6025
|
+
* @type {number}
|
|
6026
|
+
* @memberof PlatformBuildInfo
|
|
6027
|
+
*/
|
|
6028
|
+
'minBuildNumber': number;
|
|
6029
|
+
/**
|
|
6030
|
+
* Redirection URL for updating the app
|
|
6031
|
+
* @type {string}
|
|
6032
|
+
* @memberof PlatformBuildInfo
|
|
6033
|
+
*/
|
|
6034
|
+
'redirectionAddress': string;
|
|
6035
|
+
}
|
|
5056
6036
|
/**
|
|
5057
6037
|
*
|
|
5058
6038
|
* @export
|
|
@@ -5143,6 +6123,44 @@ export declare const ReleaseStatus: {
|
|
|
5143
6123
|
readonly All: "all";
|
|
5144
6124
|
};
|
|
5145
6125
|
export type ReleaseStatus = typeof ReleaseStatus[keyof typeof ReleaseStatus];
|
|
6126
|
+
/**
|
|
6127
|
+
* A category used for reporting content
|
|
6128
|
+
* @export
|
|
6129
|
+
* @interface ReportCategory
|
|
6130
|
+
*/
|
|
6131
|
+
export interface ReportCategory {
|
|
6132
|
+
/**
|
|
6133
|
+
* The label of the report category
|
|
6134
|
+
* @type {string}
|
|
6135
|
+
* @memberof ReportCategory
|
|
6136
|
+
*/
|
|
6137
|
+
'text': string;
|
|
6138
|
+
/**
|
|
6139
|
+
* The tooltip that describes the category
|
|
6140
|
+
* @type {string}
|
|
6141
|
+
* @memberof ReportCategory
|
|
6142
|
+
*/
|
|
6143
|
+
'tooltip': string;
|
|
6144
|
+
}
|
|
6145
|
+
/**
|
|
6146
|
+
* A reason used for reporting users
|
|
6147
|
+
* @export
|
|
6148
|
+
* @interface ReportReason
|
|
6149
|
+
*/
|
|
6150
|
+
export interface ReportReason {
|
|
6151
|
+
/**
|
|
6152
|
+
* The label or name of the report reason
|
|
6153
|
+
* @type {string}
|
|
6154
|
+
* @memberof ReportReason
|
|
6155
|
+
*/
|
|
6156
|
+
'text': string;
|
|
6157
|
+
/**
|
|
6158
|
+
* A brief explanation of what this reason entails
|
|
6159
|
+
* @type {string}
|
|
6160
|
+
* @memberof ReportReason
|
|
6161
|
+
*/
|
|
6162
|
+
'tooltip': string;
|
|
6163
|
+
}
|
|
5146
6164
|
/**
|
|
5147
6165
|
*
|
|
5148
6166
|
* @export
|
|
@@ -5367,6 +6385,55 @@ export declare const SortOption: {
|
|
|
5367
6385
|
readonly Name: "name";
|
|
5368
6386
|
};
|
|
5369
6387
|
export type SortOption = typeof SortOption[keyof typeof SortOption];
|
|
6388
|
+
/**
|
|
6389
|
+
*
|
|
6390
|
+
* @export
|
|
6391
|
+
* @interface Submission
|
|
6392
|
+
*/
|
|
6393
|
+
export interface Submission {
|
|
6394
|
+
/**
|
|
6395
|
+
* Either world ID or avatar ID
|
|
6396
|
+
* @type {string}
|
|
6397
|
+
* @memberof Submission
|
|
6398
|
+
*/
|
|
6399
|
+
'contentId': string;
|
|
6400
|
+
/**
|
|
6401
|
+
*
|
|
6402
|
+
* @type {string}
|
|
6403
|
+
* @memberof Submission
|
|
6404
|
+
*/
|
|
6405
|
+
'created_at': string;
|
|
6406
|
+
/**
|
|
6407
|
+
*
|
|
6408
|
+
* @type {string}
|
|
6409
|
+
* @memberof Submission
|
|
6410
|
+
*/
|
|
6411
|
+
'description': string;
|
|
6412
|
+
/**
|
|
6413
|
+
*
|
|
6414
|
+
* @type {string}
|
|
6415
|
+
* @memberof Submission
|
|
6416
|
+
*/
|
|
6417
|
+
'id': string;
|
|
6418
|
+
/**
|
|
6419
|
+
*
|
|
6420
|
+
* @type {string}
|
|
6421
|
+
* @memberof Submission
|
|
6422
|
+
*/
|
|
6423
|
+
'jamId': string;
|
|
6424
|
+
/**
|
|
6425
|
+
*
|
|
6426
|
+
* @type {number}
|
|
6427
|
+
* @memberof Submission
|
|
6428
|
+
*/
|
|
6429
|
+
'ratingScore'?: number;
|
|
6430
|
+
/**
|
|
6431
|
+
* 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.
|
|
6432
|
+
* @type {string}
|
|
6433
|
+
* @memberof Submission
|
|
6434
|
+
*/
|
|
6435
|
+
'submitterId': string;
|
|
6436
|
+
}
|
|
5370
6437
|
/**
|
|
5371
6438
|
*
|
|
5372
6439
|
* @export
|
|
@@ -5808,6 +6875,12 @@ export interface UnityPackage {
|
|
|
5808
6875
|
* @memberof UnityPackage
|
|
5809
6876
|
*/
|
|
5810
6877
|
'impostorizerVersion'?: string;
|
|
6878
|
+
/**
|
|
6879
|
+
*
|
|
6880
|
+
* @type {PerformanceRatings}
|
|
6881
|
+
* @memberof UnityPackage
|
|
6882
|
+
*/
|
|
6883
|
+
'performanceRating'?: PerformanceRatings;
|
|
5811
6884
|
/**
|
|
5812
6885
|
* 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`.
|
|
5813
6886
|
* @type {string}
|
|
@@ -5838,6 +6911,12 @@ export interface UnityPackage {
|
|
|
5838
6911
|
* @memberof UnityPackage
|
|
5839
6912
|
*/
|
|
5840
6913
|
'unityVersion': string;
|
|
6914
|
+
/**
|
|
6915
|
+
*
|
|
6916
|
+
* @type {string}
|
|
6917
|
+
* @memberof UnityPackage
|
|
6918
|
+
*/
|
|
6919
|
+
'worldSignature'?: string | null;
|
|
5841
6920
|
/**
|
|
5842
6921
|
*
|
|
5843
6922
|
* @type {string}
|
|
@@ -6533,7 +7612,7 @@ export interface UserExists {
|
|
|
6533
7612
|
* @type {boolean}
|
|
6534
7613
|
* @memberof UserExists
|
|
6535
7614
|
*/
|
|
6536
|
-
'nameOk'
|
|
7615
|
+
'nameOk'?: boolean;
|
|
6537
7616
|
}
|
|
6538
7617
|
/**
|
|
6539
7618
|
* * \"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).
|
|
@@ -10461,15 +11540,6 @@ export declare const InstancesApiAxiosParamCreator: (configuration?: Configurati
|
|
|
10461
11540
|
* @throws {RequiredError}
|
|
10462
11541
|
*/
|
|
10463
11542
|
getShortName: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10464
|
-
/**
|
|
10465
|
-
* Sends an invite to the instance to yourself.
|
|
10466
|
-
* @summary Send Self Invite
|
|
10467
|
-
* @param {string} worldId Must be a valid world ID.
|
|
10468
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
10469
|
-
* @param {*} [options] Override http request option.
|
|
10470
|
-
* @throws {RequiredError}
|
|
10471
|
-
*/
|
|
10472
|
-
sendSelfInvite: (worldId: string, instanceId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
10473
11543
|
};
|
|
10474
11544
|
/**
|
|
10475
11545
|
* InstancesApi - functional programming interface
|
|
@@ -10521,15 +11591,6 @@ export declare const InstancesApiFp: (configuration?: Configuration) => {
|
|
|
10521
11591
|
* @throws {RequiredError}
|
|
10522
11592
|
*/
|
|
10523
11593
|
getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<InstanceShortNameResponse>>;
|
|
10524
|
-
/**
|
|
10525
|
-
* Sends an invite to the instance to yourself.
|
|
10526
|
-
* @summary Send Self Invite
|
|
10527
|
-
* @param {string} worldId Must be a valid world ID.
|
|
10528
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
10529
|
-
* @param {*} [options] Override http request option.
|
|
10530
|
-
* @throws {RequiredError}
|
|
10531
|
-
*/
|
|
10532
|
-
sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
|
|
10533
11594
|
};
|
|
10534
11595
|
/**
|
|
10535
11596
|
* InstancesApi - factory interface
|
|
@@ -10581,15 +11642,6 @@ export declare const InstancesApiFactory: (configuration?: Configuration, basePa
|
|
|
10581
11642
|
* @throws {RequiredError}
|
|
10582
11643
|
*/
|
|
10583
11644
|
getShortName(worldId: string, instanceId: string, options?: any): AxiosPromise<InstanceShortNameResponse>;
|
|
10584
|
-
/**
|
|
10585
|
-
* Sends an invite to the instance to yourself.
|
|
10586
|
-
* @summary Send Self Invite
|
|
10587
|
-
* @param {string} worldId Must be a valid world ID.
|
|
10588
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
10589
|
-
* @param {*} [options] Override http request option.
|
|
10590
|
-
* @throws {RequiredError}
|
|
10591
|
-
*/
|
|
10592
|
-
sendSelfInvite(worldId: string, instanceId: string, options?: any): AxiosPromise<Success>;
|
|
10593
11645
|
};
|
|
10594
11646
|
/**
|
|
10595
11647
|
* InstancesApi - object-oriented interface
|
|
@@ -10648,16 +11700,6 @@ export declare class InstancesApi extends BaseAPI {
|
|
|
10648
11700
|
* @memberof InstancesApi
|
|
10649
11701
|
*/
|
|
10650
11702
|
getShortName(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InstanceShortNameResponse, any>>;
|
|
10651
|
-
/**
|
|
10652
|
-
* Sends an invite to the instance to yourself.
|
|
10653
|
-
* @summary Send Self Invite
|
|
10654
|
-
* @param {string} worldId Must be a valid world ID.
|
|
10655
|
-
* @param {string} instanceId Must be a valid instance ID.
|
|
10656
|
-
* @param {*} [options] Override http request option.
|
|
10657
|
-
* @throws {RequiredError}
|
|
10658
|
-
* @memberof InstancesApi
|
|
10659
|
-
*/
|
|
10660
|
-
sendSelfInvite(worldId: string, instanceId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success, any>>;
|
|
10661
11703
|
}
|
|
10662
11704
|
/**
|
|
10663
11705
|
* InviteApi - axios parameter creator
|
|
@@ -10997,6 +12039,131 @@ export declare class InviteApi extends BaseAPI {
|
|
|
10997
12039
|
*/
|
|
10998
12040
|
updateInviteMessage(userId: string, messageType: InviteMessageType, slot: number, updateInviteMessageRequest?: UpdateInviteMessageRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<InviteMessage[], any>>;
|
|
10999
12041
|
}
|
|
12042
|
+
/**
|
|
12043
|
+
* JamsApi - axios parameter creator
|
|
12044
|
+
* @export
|
|
12045
|
+
*/
|
|
12046
|
+
export declare const JamsApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
12047
|
+
/**
|
|
12048
|
+
* Returns a jam.
|
|
12049
|
+
* @summary Show jam information
|
|
12050
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12051
|
+
* @param {*} [options] Override http request option.
|
|
12052
|
+
* @throws {RequiredError}
|
|
12053
|
+
*/
|
|
12054
|
+
getJam: (jamId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12055
|
+
/**
|
|
12056
|
+
* Returns all submissions of a jam.
|
|
12057
|
+
* @summary Show jam submissions
|
|
12058
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12059
|
+
* @param {*} [options] Override http request option.
|
|
12060
|
+
* @throws {RequiredError}
|
|
12061
|
+
*/
|
|
12062
|
+
getJamSubmissions: (jamId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12063
|
+
/**
|
|
12064
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
12065
|
+
* @summary Show jams list
|
|
12066
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
12067
|
+
* @param {*} [options] Override http request option.
|
|
12068
|
+
* @throws {RequiredError}
|
|
12069
|
+
*/
|
|
12070
|
+
getJams: (type?: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12071
|
+
};
|
|
12072
|
+
/**
|
|
12073
|
+
* JamsApi - functional programming interface
|
|
12074
|
+
* @export
|
|
12075
|
+
*/
|
|
12076
|
+
export declare const JamsApiFp: (configuration?: Configuration) => {
|
|
12077
|
+
/**
|
|
12078
|
+
* Returns a jam.
|
|
12079
|
+
* @summary Show jam information
|
|
12080
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12081
|
+
* @param {*} [options] Override http request option.
|
|
12082
|
+
* @throws {RequiredError}
|
|
12083
|
+
*/
|
|
12084
|
+
getJam(jamId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Jam>>;
|
|
12085
|
+
/**
|
|
12086
|
+
* Returns all submissions of a jam.
|
|
12087
|
+
* @summary Show jam submissions
|
|
12088
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12089
|
+
* @param {*} [options] Override http request option.
|
|
12090
|
+
* @throws {RequiredError}
|
|
12091
|
+
*/
|
|
12092
|
+
getJamSubmissions(jamId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Submission>>>;
|
|
12093
|
+
/**
|
|
12094
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
12095
|
+
* @summary Show jams list
|
|
12096
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
12097
|
+
* @param {*} [options] Override http request option.
|
|
12098
|
+
* @throws {RequiredError}
|
|
12099
|
+
*/
|
|
12100
|
+
getJams(type?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Jam>>>;
|
|
12101
|
+
};
|
|
12102
|
+
/**
|
|
12103
|
+
* JamsApi - factory interface
|
|
12104
|
+
* @export
|
|
12105
|
+
*/
|
|
12106
|
+
export declare const JamsApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
12107
|
+
/**
|
|
12108
|
+
* Returns a jam.
|
|
12109
|
+
* @summary Show jam information
|
|
12110
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12111
|
+
* @param {*} [options] Override http request option.
|
|
12112
|
+
* @throws {RequiredError}
|
|
12113
|
+
*/
|
|
12114
|
+
getJam(jamId: string, options?: any): AxiosPromise<Jam>;
|
|
12115
|
+
/**
|
|
12116
|
+
* Returns all submissions of a jam.
|
|
12117
|
+
* @summary Show jam submissions
|
|
12118
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12119
|
+
* @param {*} [options] Override http request option.
|
|
12120
|
+
* @throws {RequiredError}
|
|
12121
|
+
*/
|
|
12122
|
+
getJamSubmissions(jamId: string, options?: any): AxiosPromise<Array<Submission>>;
|
|
12123
|
+
/**
|
|
12124
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
12125
|
+
* @summary Show jams list
|
|
12126
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
12127
|
+
* @param {*} [options] Override http request option.
|
|
12128
|
+
* @throws {RequiredError}
|
|
12129
|
+
*/
|
|
12130
|
+
getJams(type?: string, options?: any): AxiosPromise<Array<Jam>>;
|
|
12131
|
+
};
|
|
12132
|
+
/**
|
|
12133
|
+
* JamsApi - object-oriented interface
|
|
12134
|
+
* @export
|
|
12135
|
+
* @class JamsApi
|
|
12136
|
+
* @extends {BaseAPI}
|
|
12137
|
+
*/
|
|
12138
|
+
export declare class JamsApi extends BaseAPI {
|
|
12139
|
+
/**
|
|
12140
|
+
* Returns a jam.
|
|
12141
|
+
* @summary Show jam information
|
|
12142
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12143
|
+
* @param {*} [options] Override http request option.
|
|
12144
|
+
* @throws {RequiredError}
|
|
12145
|
+
* @memberof JamsApi
|
|
12146
|
+
*/
|
|
12147
|
+
getJam(jamId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Jam, any>>;
|
|
12148
|
+
/**
|
|
12149
|
+
* Returns all submissions of a jam.
|
|
12150
|
+
* @summary Show jam submissions
|
|
12151
|
+
* @param {string} jamId Must be a valid query ID.
|
|
12152
|
+
* @param {*} [options] Override http request option.
|
|
12153
|
+
* @throws {RequiredError}
|
|
12154
|
+
* @memberof JamsApi
|
|
12155
|
+
*/
|
|
12156
|
+
getJamSubmissions(jamId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Submission[], any>>;
|
|
12157
|
+
/**
|
|
12158
|
+
* Lists World Jams or Avatar Jams, both currently running and ones that have ended. `isActive` is used to select only active or already ended jams. `type` is used to select only world or avatar jams, and can only take `world` or `avatar`. ``
|
|
12159
|
+
* @summary Show jams list
|
|
12160
|
+
* @param {string} [type] Only show jams of this type (`avatar` or `world`).
|
|
12161
|
+
* @param {*} [options] Override http request option.
|
|
12162
|
+
* @throws {RequiredError}
|
|
12163
|
+
* @memberof JamsApi
|
|
12164
|
+
*/
|
|
12165
|
+
getJams(type?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Jam[], any>>;
|
|
12166
|
+
}
|
|
11000
12167
|
/**
|
|
11001
12168
|
* NotificationsApi - axios parameter creator
|
|
11002
12169
|
* @export
|
|
@@ -11025,6 +12192,14 @@ export declare const NotificationsApiAxiosParamCreator: (configuration?: Configu
|
|
|
11025
12192
|
* @throws {RequiredError}
|
|
11026
12193
|
*/
|
|
11027
12194
|
deleteNotification: (notificationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
12195
|
+
/**
|
|
12196
|
+
* Get a notification by notification `not_` ID.
|
|
12197
|
+
* @summary Show notification
|
|
12198
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
12199
|
+
* @param {*} [options] Override http request option.
|
|
12200
|
+
* @throws {RequiredError}
|
|
12201
|
+
*/
|
|
12202
|
+
getNotification: (notificationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11028
12203
|
/**
|
|
11029
12204
|
* Retrieve all of the current user\'s notifications.
|
|
11030
12205
|
* @summary List Notifications
|
|
@@ -11075,6 +12250,14 @@ export declare const NotificationsApiFp: (configuration?: Configuration) => {
|
|
|
11075
12250
|
* @throws {RequiredError}
|
|
11076
12251
|
*/
|
|
11077
12252
|
deleteNotification(notificationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Notification>>;
|
|
12253
|
+
/**
|
|
12254
|
+
* Get a notification by notification `not_` ID.
|
|
12255
|
+
* @summary Show notification
|
|
12256
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
12257
|
+
* @param {*} [options] Override http request option.
|
|
12258
|
+
* @throws {RequiredError}
|
|
12259
|
+
*/
|
|
12260
|
+
getNotification(notificationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Notification>>;
|
|
11078
12261
|
/**
|
|
11079
12262
|
* Retrieve all of the current user\'s notifications.
|
|
11080
12263
|
* @summary List Notifications
|
|
@@ -11125,6 +12308,14 @@ export declare const NotificationsApiFactory: (configuration?: Configuration, ba
|
|
|
11125
12308
|
* @throws {RequiredError}
|
|
11126
12309
|
*/
|
|
11127
12310
|
deleteNotification(notificationId: string, options?: any): AxiosPromise<Notification>;
|
|
12311
|
+
/**
|
|
12312
|
+
* Get a notification by notification `not_` ID.
|
|
12313
|
+
* @summary Show notification
|
|
12314
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
12315
|
+
* @param {*} [options] Override http request option.
|
|
12316
|
+
* @throws {RequiredError}
|
|
12317
|
+
*/
|
|
12318
|
+
getNotification(notificationId: string, options?: any): AxiosPromise<Notification>;
|
|
11128
12319
|
/**
|
|
11129
12320
|
* Retrieve all of the current user\'s notifications.
|
|
11130
12321
|
* @summary List Notifications
|
|
@@ -11180,6 +12371,15 @@ export declare class NotificationsApi extends BaseAPI {
|
|
|
11180
12371
|
* @memberof NotificationsApi
|
|
11181
12372
|
*/
|
|
11182
12373
|
deleteNotification(notificationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Notification, any>>;
|
|
12374
|
+
/**
|
|
12375
|
+
* Get a notification by notification `not_` ID.
|
|
12376
|
+
* @summary Show notification
|
|
12377
|
+
* @param {string} notificationId Must be a valid notification ID.
|
|
12378
|
+
* @param {*} [options] Override http request option.
|
|
12379
|
+
* @throws {RequiredError}
|
|
12380
|
+
* @memberof NotificationsApi
|
|
12381
|
+
*/
|
|
12382
|
+
getNotification(notificationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Notification, any>>;
|
|
11183
12383
|
/**
|
|
11184
12384
|
* Retrieve all of the current user\'s notifications.
|
|
11185
12385
|
* @summary List Notifications
|
|
@@ -11304,22 +12504,6 @@ export declare const PlayermoderationApiAxiosParamCreator: (configuration?: Conf
|
|
|
11304
12504
|
* @throws {RequiredError}
|
|
11305
12505
|
*/
|
|
11306
12506
|
clearAllPlayerModerations: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11307
|
-
/**
|
|
11308
|
-
* 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.
|
|
11309
|
-
* @summary Delete Player Moderation
|
|
11310
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11311
|
-
* @param {*} [options] Override http request option.
|
|
11312
|
-
* @throws {RequiredError}
|
|
11313
|
-
*/
|
|
11314
|
-
deletePlayerModeration: (playerModerationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11315
|
-
/**
|
|
11316
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
11317
|
-
* @summary Get Player Moderation
|
|
11318
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11319
|
-
* @param {*} [options] Override http request option.
|
|
11320
|
-
* @throws {RequiredError}
|
|
11321
|
-
*/
|
|
11322
|
-
getPlayerModeration: (playerModerationId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
11323
12507
|
/**
|
|
11324
12508
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
11325
12509
|
* @summary Search Player Moderations
|
|
@@ -11358,22 +12542,6 @@ export declare const PlayermoderationApiFp: (configuration?: Configuration) => {
|
|
|
11358
12542
|
* @throws {RequiredError}
|
|
11359
12543
|
*/
|
|
11360
12544
|
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
|
|
11361
|
-
/**
|
|
11362
|
-
* 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.
|
|
11363
|
-
* @summary Delete Player Moderation
|
|
11364
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11365
|
-
* @param {*} [options] Override http request option.
|
|
11366
|
-
* @throws {RequiredError}
|
|
11367
|
-
*/
|
|
11368
|
-
deletePlayerModeration(playerModerationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Success>>;
|
|
11369
|
-
/**
|
|
11370
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
11371
|
-
* @summary Get Player Moderation
|
|
11372
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11373
|
-
* @param {*} [options] Override http request option.
|
|
11374
|
-
* @throws {RequiredError}
|
|
11375
|
-
*/
|
|
11376
|
-
getPlayerModeration(playerModerationId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlayerModeration>>;
|
|
11377
12545
|
/**
|
|
11378
12546
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
11379
12547
|
* @summary Search Player Moderations
|
|
@@ -11412,22 +12580,6 @@ export declare const PlayermoderationApiFactory: (configuration?: Configuration,
|
|
|
11412
12580
|
* @throws {RequiredError}
|
|
11413
12581
|
*/
|
|
11414
12582
|
clearAllPlayerModerations(options?: any): AxiosPromise<Success>;
|
|
11415
|
-
/**
|
|
11416
|
-
* 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.
|
|
11417
|
-
* @summary Delete Player Moderation
|
|
11418
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11419
|
-
* @param {*} [options] Override http request option.
|
|
11420
|
-
* @throws {RequiredError}
|
|
11421
|
-
*/
|
|
11422
|
-
deletePlayerModeration(playerModerationId: string, options?: any): AxiosPromise<Success>;
|
|
11423
|
-
/**
|
|
11424
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
11425
|
-
* @summary Get Player Moderation
|
|
11426
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11427
|
-
* @param {*} [options] Override http request option.
|
|
11428
|
-
* @throws {RequiredError}
|
|
11429
|
-
*/
|
|
11430
|
-
getPlayerModeration(playerModerationId: string, options?: any): AxiosPromise<PlayerModeration>;
|
|
11431
12583
|
/**
|
|
11432
12584
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
11433
12585
|
* @summary Search Player Moderations
|
|
@@ -11469,24 +12621,6 @@ export declare class PlayermoderationApi extends BaseAPI {
|
|
|
11469
12621
|
* @memberof PlayermoderationApi
|
|
11470
12622
|
*/
|
|
11471
12623
|
clearAllPlayerModerations(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success, any>>;
|
|
11472
|
-
/**
|
|
11473
|
-
* 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.
|
|
11474
|
-
* @summary Delete Player Moderation
|
|
11475
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11476
|
-
* @param {*} [options] Override http request option.
|
|
11477
|
-
* @throws {RequiredError}
|
|
11478
|
-
* @memberof PlayermoderationApi
|
|
11479
|
-
*/
|
|
11480
|
-
deletePlayerModeration(playerModerationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<Success, any>>;
|
|
11481
|
-
/**
|
|
11482
|
-
* Returns a single Player Moderation. This returns the exact same amount of information as the more generalised `getPlayerModerations`.
|
|
11483
|
-
* @summary Get Player Moderation
|
|
11484
|
-
* @param {string} playerModerationId Must be a valid `pmod_` ID.
|
|
11485
|
-
* @param {*} [options] Override http request option.
|
|
11486
|
-
* @throws {RequiredError}
|
|
11487
|
-
* @memberof PlayermoderationApi
|
|
11488
|
-
*/
|
|
11489
|
-
getPlayerModeration(playerModerationId: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<PlayerModeration, any>>;
|
|
11490
12624
|
/**
|
|
11491
12625
|
* Returns a list of all player moderations made by **you**. This endpoint does not have pagination, and will return *all* results. Use query parameters to limit your query if needed.
|
|
11492
12626
|
* @summary Search Player Moderations
|
|
@@ -12271,7 +13405,7 @@ export declare const WorldsApiFp: (configuration?: Configuration) => {
|
|
|
12271
13405
|
* @param {*} [options] Override http request option.
|
|
12272
13406
|
* @throws {RequiredError}
|
|
12273
13407
|
*/
|
|
12274
|
-
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<
|
|
13408
|
+
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<FavoritedWorld>>>;
|
|
12275
13409
|
/**
|
|
12276
13410
|
* Search and list recently visited worlds by query filters.
|
|
12277
13411
|
* @summary List Recent Worlds
|
|
@@ -12433,7 +13567,7 @@ export declare const WorldsApiFactory: (configuration?: Configuration, basePath?
|
|
|
12433
13567
|
* @param {*} [options] Override http request option.
|
|
12434
13568
|
* @throws {RequiredError}
|
|
12435
13569
|
*/
|
|
12436
|
-
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<
|
|
13570
|
+
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: any): AxiosPromise<Array<FavoritedWorld>>;
|
|
12437
13571
|
/**
|
|
12438
13572
|
* Search and list recently visited worlds by query filters.
|
|
12439
13573
|
* @summary List Recent Worlds
|
|
@@ -12601,7 +13735,7 @@ export declare class WorldsApi extends BaseAPI {
|
|
|
12601
13735
|
* @throws {RequiredError}
|
|
12602
13736
|
* @memberof WorldsApi
|
|
12603
13737
|
*/
|
|
12604
|
-
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
13738
|
+
getFavoritedWorlds(featured?: boolean, sort?: SortOption, n?: number, order?: OrderOption, offset?: number, search?: string, tag?: string, notag?: string, releaseStatus?: ReleaseStatus, maxUnityVersion?: string, minUnityVersion?: string, platform?: string, userId?: string, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<FavoritedWorld[], any>>;
|
|
12605
13739
|
/**
|
|
12606
13740
|
* Search and list recently visited worlds by query filters.
|
|
12607
13741
|
* @summary List Recent Worlds
|