vrchat 1.16.4 → 1.16.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 +68 -2
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +68 -2
- package/dist/api.js +1 -1
- 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/api.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.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).
|
|
@@ -2610,11 +2610,77 @@ export interface GroupLimitedMember {
|
|
|
2610
2610
|
*/
|
|
2611
2611
|
'userId'?: string;
|
|
2612
2612
|
/**
|
|
2613
|
-
*
|
|
2613
|
+
* Whether the user is representing the group. This makes the group show up above the name tag in-game.
|
|
2614
2614
|
* @type {boolean}
|
|
2615
2615
|
* @memberof GroupLimitedMember
|
|
2616
2616
|
*/
|
|
2617
2617
|
'isRepresenting'?: boolean;
|
|
2618
|
+
/**
|
|
2619
|
+
*
|
|
2620
|
+
* @type {Array<string>}
|
|
2621
|
+
* @memberof GroupLimitedMember
|
|
2622
|
+
*/
|
|
2623
|
+
'roleIds'?: Array<string>;
|
|
2624
|
+
/**
|
|
2625
|
+
*
|
|
2626
|
+
* @type {Array<string>}
|
|
2627
|
+
* @memberof GroupLimitedMember
|
|
2628
|
+
*/
|
|
2629
|
+
'mRoleIds'?: Array<string>;
|
|
2630
|
+
/**
|
|
2631
|
+
*
|
|
2632
|
+
* @type {string}
|
|
2633
|
+
* @memberof GroupLimitedMember
|
|
2634
|
+
*/
|
|
2635
|
+
'joinedAt'?: string;
|
|
2636
|
+
/**
|
|
2637
|
+
*
|
|
2638
|
+
* @type {string}
|
|
2639
|
+
* @memberof GroupLimitedMember
|
|
2640
|
+
*/
|
|
2641
|
+
'membershipStatus'?: string;
|
|
2642
|
+
/**
|
|
2643
|
+
*
|
|
2644
|
+
* @type {string}
|
|
2645
|
+
* @memberof GroupLimitedMember
|
|
2646
|
+
*/
|
|
2647
|
+
'visibility'?: string;
|
|
2648
|
+
/**
|
|
2649
|
+
*
|
|
2650
|
+
* @type {boolean}
|
|
2651
|
+
* @memberof GroupLimitedMember
|
|
2652
|
+
*/
|
|
2653
|
+
'isSubscribedToAnnouncements'?: boolean;
|
|
2654
|
+
/**
|
|
2655
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2656
|
+
* @type {string}
|
|
2657
|
+
* @memberof GroupLimitedMember
|
|
2658
|
+
*/
|
|
2659
|
+
'createdAt'?: string | null;
|
|
2660
|
+
/**
|
|
2661
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2662
|
+
* @type {string}
|
|
2663
|
+
* @memberof GroupLimitedMember
|
|
2664
|
+
*/
|
|
2665
|
+
'bannedAt'?: string | null;
|
|
2666
|
+
/**
|
|
2667
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2668
|
+
* @type {string}
|
|
2669
|
+
* @memberof GroupLimitedMember
|
|
2670
|
+
*/
|
|
2671
|
+
'managerNotes'?: string | null;
|
|
2672
|
+
/**
|
|
2673
|
+
*
|
|
2674
|
+
* @type {string}
|
|
2675
|
+
* @memberof GroupLimitedMember
|
|
2676
|
+
*/
|
|
2677
|
+
'lastPostReadAt'?: string;
|
|
2678
|
+
/**
|
|
2679
|
+
*
|
|
2680
|
+
* @type {boolean}
|
|
2681
|
+
* @memberof GroupLimitedMember
|
|
2682
|
+
*/
|
|
2683
|
+
'hasJoinedFromPurchase'?: boolean;
|
|
2618
2684
|
}
|
|
2619
2685
|
/**
|
|
2620
2686
|
*
|
package/base.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.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).
|
package/common.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.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).
|
package/configuration.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.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).
|
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.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -2573,11 +2573,77 @@ export interface GroupLimitedMember {
|
|
|
2573
2573
|
*/
|
|
2574
2574
|
'userId'?: string;
|
|
2575
2575
|
/**
|
|
2576
|
-
*
|
|
2576
|
+
* Whether the user is representing the group. This makes the group show up above the name tag in-game.
|
|
2577
2577
|
* @type {boolean}
|
|
2578
2578
|
* @memberof GroupLimitedMember
|
|
2579
2579
|
*/
|
|
2580
2580
|
'isRepresenting'?: boolean;
|
|
2581
|
+
/**
|
|
2582
|
+
*
|
|
2583
|
+
* @type {Array<string>}
|
|
2584
|
+
* @memberof GroupLimitedMember
|
|
2585
|
+
*/
|
|
2586
|
+
'roleIds'?: Array<string>;
|
|
2587
|
+
/**
|
|
2588
|
+
*
|
|
2589
|
+
* @type {Array<string>}
|
|
2590
|
+
* @memberof GroupLimitedMember
|
|
2591
|
+
*/
|
|
2592
|
+
'mRoleIds'?: Array<string>;
|
|
2593
|
+
/**
|
|
2594
|
+
*
|
|
2595
|
+
* @type {string}
|
|
2596
|
+
* @memberof GroupLimitedMember
|
|
2597
|
+
*/
|
|
2598
|
+
'joinedAt'?: string;
|
|
2599
|
+
/**
|
|
2600
|
+
*
|
|
2601
|
+
* @type {string}
|
|
2602
|
+
* @memberof GroupLimitedMember
|
|
2603
|
+
*/
|
|
2604
|
+
'membershipStatus'?: string;
|
|
2605
|
+
/**
|
|
2606
|
+
*
|
|
2607
|
+
* @type {string}
|
|
2608
|
+
* @memberof GroupLimitedMember
|
|
2609
|
+
*/
|
|
2610
|
+
'visibility'?: string;
|
|
2611
|
+
/**
|
|
2612
|
+
*
|
|
2613
|
+
* @type {boolean}
|
|
2614
|
+
* @memberof GroupLimitedMember
|
|
2615
|
+
*/
|
|
2616
|
+
'isSubscribedToAnnouncements'?: boolean;
|
|
2617
|
+
/**
|
|
2618
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2619
|
+
* @type {string}
|
|
2620
|
+
* @memberof GroupLimitedMember
|
|
2621
|
+
*/
|
|
2622
|
+
'createdAt'?: string | null;
|
|
2623
|
+
/**
|
|
2624
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2625
|
+
* @type {string}
|
|
2626
|
+
* @memberof GroupLimitedMember
|
|
2627
|
+
*/
|
|
2628
|
+
'bannedAt'?: string | null;
|
|
2629
|
+
/**
|
|
2630
|
+
* Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user.
|
|
2631
|
+
* @type {string}
|
|
2632
|
+
* @memberof GroupLimitedMember
|
|
2633
|
+
*/
|
|
2634
|
+
'managerNotes'?: string | null;
|
|
2635
|
+
/**
|
|
2636
|
+
*
|
|
2637
|
+
* @type {string}
|
|
2638
|
+
* @memberof GroupLimitedMember
|
|
2639
|
+
*/
|
|
2640
|
+
'lastPostReadAt'?: string;
|
|
2641
|
+
/**
|
|
2642
|
+
*
|
|
2643
|
+
* @type {boolean}
|
|
2644
|
+
* @memberof GroupLimitedMember
|
|
2645
|
+
*/
|
|
2646
|
+
'hasJoinedFromPurchase'?: boolean;
|
|
2581
2647
|
}
|
|
2582
2648
|
/**
|
|
2583
2649
|
*
|
package/dist/api.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/base.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/common.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/configuration.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* VRChat API Documentation
|
|
3
3
|
*
|
|
4
|
-
* The version of the OpenAPI document: 1.16.
|
|
4
|
+
* The version of the OpenAPI document: 1.16.5
|
|
5
5
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
6
6
|
*
|
|
7
7
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/**
|
|
5
5
|
* VRChat API Documentation
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 1.16.
|
|
7
|
+
* The version of the OpenAPI document: 1.16.5
|
|
8
8
|
* Contact: vrchatapi.lpv0t@aries.fyi
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/index.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/**
|
|
4
4
|
* VRChat API Documentation
|
|
5
5
|
*
|
|
6
|
-
* The version of the OpenAPI document: 1.16.
|
|
6
|
+
* The version of the OpenAPI document: 1.16.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).
|