@jacobhumston/roblox-openapi-ts 1.0.20 → 1.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types.d.ts +9 -7
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -479,7 +479,7 @@ export interface paths {
|
|
|
479
479
|
};
|
|
480
480
|
/**
|
|
481
481
|
* List Group Forum Categories
|
|
482
|
-
* @description Lists forum categories in the group.
|
|
482
|
+
* @description Lists forum categories in the group. Supports filtering.
|
|
483
483
|
*/
|
|
484
484
|
get: operations["Cloud_ListGroupForumCategories"];
|
|
485
485
|
put?: never;
|
|
@@ -499,7 +499,7 @@ export interface paths {
|
|
|
499
499
|
};
|
|
500
500
|
/**
|
|
501
501
|
* List Group Forum Posts
|
|
502
|
-
* @description Lists forum posts in the group's forum category.
|
|
502
|
+
* @description Lists forum posts in the group's forum category. Supports filtering.
|
|
503
503
|
*/
|
|
504
504
|
get: operations["Cloud_ListGroupForumPosts"];
|
|
505
505
|
put?: never;
|
|
@@ -519,7 +519,7 @@ export interface paths {
|
|
|
519
519
|
};
|
|
520
520
|
/**
|
|
521
521
|
* List Group Forum Comments
|
|
522
|
-
* @description Lists forum comments on a group's forum post.
|
|
522
|
+
* @description Lists forum comments on a group's forum post. Supports filtering.
|
|
523
523
|
*/
|
|
524
524
|
get: operations["Cloud_ListGroupForumComments"];
|
|
525
525
|
put?: never;
|
|
@@ -539,7 +539,7 @@ export interface paths {
|
|
|
539
539
|
};
|
|
540
540
|
/**
|
|
541
541
|
* List Group Join Requests
|
|
542
|
-
* @description List join requests under a group.
|
|
542
|
+
* @description List join requests under a group. Supports filtering.
|
|
543
543
|
*/
|
|
544
544
|
get: operations["Cloud_ListGroupJoinRequests"];
|
|
545
545
|
put?: never;
|
|
@@ -599,7 +599,7 @@ export interface paths {
|
|
|
599
599
|
};
|
|
600
600
|
/**
|
|
601
601
|
* List Group Memberships
|
|
602
|
-
* @description List group members in a group.
|
|
602
|
+
* @description List group members in a group. Supports filtering.
|
|
603
603
|
*/
|
|
604
604
|
get: operations["Cloud_ListGroupMemberships"];
|
|
605
605
|
put?: never;
|
|
@@ -50037,10 +50037,10 @@ export interface components {
|
|
|
50037
50037
|
sourceUniverseId?: number;
|
|
50038
50038
|
/**
|
|
50039
50039
|
* Format: int32
|
|
50040
|
-
* @description The origin source type associated with the friend request. ['Unknown' = 0, 'PlayerSearch' = 1, 'QrCode' = 2, 'InGame' = 3, 'UserProfile' = 4, 'QqContactImporter' = 5, 'WeChatContactImporter' = 6, 'ProfileShare' = 7, 'PhoneContactImporter' = 8, 'FriendRecommendations' = 9, 'UserCommunities' = 10]
|
|
50040
|
+
* @description The origin source type associated with the friend request. ['Unknown' = 0, 'PlayerSearch' = 1, 'QrCode' = 2, 'InGame' = 3, 'UserProfile' = 4, 'QqContactImporter' = 5, 'WeChatContactImporter' = 6, 'ProfileShare' = 7, 'PhoneContactImporter' = 8, 'FriendRecommendations' = 9, 'UserCommunities' = 10, 'TrustedFriend' = 11]
|
|
50041
50041
|
* @enum {integer}
|
|
50042
50042
|
*/
|
|
50043
|
-
originSourceType?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
|
|
50043
|
+
originSourceType?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11;
|
|
50044
50044
|
/** @description The contact name associated with the friend request. */
|
|
50045
50045
|
contactName?: string;
|
|
50046
50046
|
/** @description The nickname associated with the friend request. */
|
|
@@ -54745,6 +54745,7 @@ export interface components {
|
|
|
54745
54745
|
state?: "Error" | "Completed" | "InReview" | "Pending" | "Blocked" | "TemporarilyUnavailable";
|
|
54746
54746
|
imageUrl?: string;
|
|
54747
54747
|
version?: string;
|
|
54748
|
+
thumbnailSource?: string;
|
|
54748
54749
|
};
|
|
54749
54750
|
"Roblox.Web.Responses.Users.SkinnyUserResponse": {
|
|
54750
54751
|
/** Format: int64 */
|
|
@@ -55692,6 +55693,7 @@ export interface components {
|
|
|
55692
55693
|
state?: "Error" | "Completed" | "InReview" | "Pending" | "Blocked" | "TemporarilyUnavailable";
|
|
55693
55694
|
imageUrl?: string;
|
|
55694
55695
|
version?: string;
|
|
55696
|
+
thumbnailSource?: string;
|
|
55695
55697
|
};
|
|
55696
55698
|
/** @description Representation of an asset. */
|
|
55697
55699
|
"ToolboxService.Asset": {
|