rozod 6.2.0 → 6.4.0
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/lib/endpoints/accountsettingsv1.d.ts +27 -33
- package/lib/endpoints/accountsettingsv1.js +11 -22
- package/lib/endpoints/adconfigurationv2.d.ts +104 -119
- package/lib/endpoints/adconfigurationv2.js +32 -48
- package/lib/endpoints/assetdeliveryv1.d.ts +25 -24
- package/lib/endpoints/assetdeliveryv1.js +25 -24
- package/lib/endpoints/assetdeliveryv2.d.ts +25 -24
- package/lib/endpoints/assetdeliveryv2.js +25 -24
- package/lib/endpoints/authv1.d.ts +132 -84
- package/lib/endpoints/authv1.js +118 -64
- package/lib/endpoints/authv2.d.ts +56 -56
- package/lib/endpoints/authv2.js +57 -50
- package/lib/endpoints/authv3.d.ts +11 -11
- package/lib/endpoints/authv3.js +11 -11
- package/lib/endpoints/avatarv1.d.ts +1 -0
- package/lib/endpoints/avatarv1.js +1 -0
- package/lib/endpoints/avatarv2.d.ts +1 -0
- package/lib/endpoints/avatarv2.js +1 -0
- package/lib/endpoints/avatarv3.d.ts +1 -0
- package/lib/endpoints/avatarv3.js +1 -0
- package/lib/endpoints/badgesv1.d.ts +6 -22
- package/lib/endpoints/badgesv1.js +2 -22
- package/lib/endpoints/catalogv1.d.ts +39 -113
- package/lib/endpoints/catalogv1.js +39 -107
- package/lib/endpoints/catalogv2.d.ts +11 -11
- package/lib/endpoints/catalogv2.js +11 -11
- package/lib/endpoints/clientsettingsv2.d.ts +8 -7
- package/lib/endpoints/clientsettingsv2.js +9 -1
- package/lib/endpoints/developv1.d.ts +31 -31
- package/lib/endpoints/developv1.js +26 -26
- package/lib/endpoints/developv2.d.ts +27 -27
- package/lib/endpoints/developv2.js +22 -22
- package/lib/endpoints/economycreatorstatsv1.d.ts +1 -1
- package/lib/endpoints/economycreatorstatsv1.js +1 -1
- package/lib/endpoints/followingsv2.d.ts +2 -2
- package/lib/endpoints/followingsv2.js +2 -2
- package/lib/endpoints/friendsv1.d.ts +24 -98
- package/lib/endpoints/friendsv1.js +25 -91
- package/lib/endpoints/gamesv1.d.ts +31 -615
- package/lib/endpoints/gamesv1.js +32 -608
- package/lib/endpoints/gamesv2.d.ts +187 -260
- package/lib/endpoints/gamesv2.js +130 -190
- package/lib/endpoints/groupsv1.d.ts +34 -28
- package/lib/endpoints/groupsv1.js +31 -18
- package/lib/endpoints/groupsv2.d.ts +92 -92
- package/lib/endpoints/groupsv2.js +93 -87
- package/lib/endpoints/inventoryv1.d.ts +9 -21
- package/lib/endpoints/inventoryv1.js +4 -4
- package/lib/endpoints/inventoryv2.d.ts +91 -91
- package/lib/endpoints/inventoryv2.js +86 -86
- package/lib/endpoints/itemconfigurationv1.d.ts +1 -1
- package/lib/endpoints/itemconfigurationv1.js +1 -1
- package/lib/endpoints/thumbnailsv1.d.ts +1 -0
- package/lib/endpoints/thumbnailsv1.js +1 -0
- package/lib/endpoints/tradesv1.d.ts +10 -16
- package/lib/endpoints/tradesv1.js +10 -10
- package/lib/endpoints/twostepverificationv1.d.ts +59 -59
- package/lib/endpoints/twostepverificationv1.js +59 -59
- package/lib/endpoints/usersv1.d.ts +1 -1
- package/lib/endpoints/usersv1.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +29 -3
- package/lib/opencloud/v1/asset-permissions.d.ts +7 -2
- package/lib/opencloud/v1/asset-permissions.js +9 -3
- package/lib/opencloud/v1/assets.d.ts +59 -32
- package/lib/opencloud/v1/assets.js +77 -41
- package/lib/opencloud/v1/datastores-ordered.d.ts +50 -14
- package/lib/opencloud/v1/datastores-ordered.js +62 -20
- package/lib/opencloud/v1/datastores.d.ts +99 -42
- package/lib/opencloud/v1/datastores.js +123 -50
- package/lib/opencloud/v1/developer-products.d.ts +29 -11
- package/lib/opencloud/v1/developer-products.js +37 -15
- package/lib/opencloud/v1/game-passes.d.ts +29 -11
- package/lib/opencloud/v1/game-passes.js +37 -15
- package/lib/opencloud/v1/messaging.d.ts +6 -2
- package/lib/opencloud/v1/messaging.js +8 -3
- package/lib/opencloud/v1/open-eval.d.ts +14 -4
- package/lib/opencloud/v1/open-eval.js +18 -6
- package/lib/opencloud/v1/secrets-store.d.ts +46 -26
- package/lib/opencloud/v1/secrets-store.js +56 -31
- package/lib/opencloud/v1/toolbox.d.ts +14 -6
- package/lib/opencloud/v1/toolbox.js +18 -8
- package/lib/opencloud/v1/universes.d.ts +6 -2
- package/lib/opencloud/v1/universes.js +8 -3
- package/lib/opencloud/v2/cloud.d.ts +854 -395
- package/lib/opencloud/v2/cloud.js +967 -395
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ import { z } from "zod";
|
|
|
2
2
|
import { endpoint } from "..";
|
|
3
3
|
|
|
4
4
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Web_Responses_Groups_GroupOwnerType_ =
|
|
5
|
-
z.object({ id: z.number().int(), type: z.literal(
|
|
5
|
+
z.object({ id: z.number().int(), type: z.literal("User"), name: z.string() });
|
|
6
6
|
const Roblox_Web_Responses_Groups_GroupResponseV2 = z.object({
|
|
7
7
|
id: z.number().int(),
|
|
8
8
|
name: z.string(),
|
|
@@ -18,96 +18,96 @@ const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Groups_Grou
|
|
|
18
18
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Platform_Core_CreatorType_ =
|
|
19
19
|
z.object({
|
|
20
20
|
id: z.number().int(),
|
|
21
|
-
type: z.
|
|
21
|
+
type: z.enum(["User", "Group"]),
|
|
22
22
|
name: z.string(),
|
|
23
23
|
});
|
|
24
24
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Platform_Assets_AssetType_ =
|
|
25
25
|
z.object({
|
|
26
26
|
id: z.number().int(),
|
|
27
|
-
type: z.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
27
|
+
type: z.enum([
|
|
28
|
+
"Image",
|
|
29
|
+
"TShirt",
|
|
30
|
+
"Audio",
|
|
31
|
+
"Mesh",
|
|
32
|
+
"Lua",
|
|
33
|
+
"HTML",
|
|
34
|
+
"Text",
|
|
35
|
+
"Hat",
|
|
36
|
+
"Place",
|
|
37
|
+
"Model",
|
|
38
|
+
"Shirt",
|
|
39
|
+
"Pants",
|
|
40
|
+
"Decal",
|
|
41
|
+
"Avatar",
|
|
42
|
+
"Head",
|
|
43
|
+
"Face",
|
|
44
|
+
"Gear",
|
|
45
|
+
"Badge",
|
|
46
|
+
"GroupEmblem",
|
|
47
|
+
"Animation",
|
|
48
|
+
"Arms",
|
|
49
|
+
"Legs",
|
|
50
|
+
"Torso",
|
|
51
|
+
"RightArm",
|
|
52
|
+
"LeftArm",
|
|
53
|
+
"LeftLeg",
|
|
54
|
+
"RightLeg",
|
|
55
|
+
"Package",
|
|
56
|
+
"YouTubeVideo",
|
|
57
|
+
"GamePass",
|
|
58
|
+
"App",
|
|
59
|
+
"Code",
|
|
60
|
+
"Plugin",
|
|
61
|
+
"SolidModel",
|
|
62
|
+
"MeshPart",
|
|
63
|
+
"HairAccessory",
|
|
64
|
+
"FaceAccessory",
|
|
65
|
+
"NeckAccessory",
|
|
66
|
+
"ShoulderAccessory",
|
|
67
|
+
"FrontAccessory",
|
|
68
|
+
"BackAccessory",
|
|
69
|
+
"WaistAccessory",
|
|
70
|
+
"ClimbAnimation",
|
|
71
|
+
"DeathAnimation",
|
|
72
|
+
"FallAnimation",
|
|
73
|
+
"IdleAnimation",
|
|
74
|
+
"JumpAnimation",
|
|
75
|
+
"RunAnimation",
|
|
76
|
+
"SwimAnimation",
|
|
77
|
+
"WalkAnimation",
|
|
78
|
+
"PoseAnimation",
|
|
79
|
+
"LocalizationTableManifest",
|
|
80
|
+
"LocalizationTableTranslation",
|
|
81
|
+
"EmoteAnimation",
|
|
82
|
+
"Video",
|
|
83
|
+
"TexturePack",
|
|
84
|
+
"TShirtAccessory",
|
|
85
|
+
"ShirtAccessory",
|
|
86
|
+
"PantsAccessory",
|
|
87
|
+
"JacketAccessory",
|
|
88
|
+
"SweaterAccessory",
|
|
89
|
+
"ShortsAccessory",
|
|
90
|
+
"LeftShoeAccessory",
|
|
91
|
+
"RightShoeAccessory",
|
|
92
|
+
"DressSkirtAccessory",
|
|
93
|
+
"FontFamily",
|
|
94
|
+
"FontFace",
|
|
95
|
+
"MeshHiddenSurfaceRemoval",
|
|
96
|
+
"EyebrowAccessory",
|
|
97
|
+
"EyelashAccessory",
|
|
98
|
+
"MoodAnimation",
|
|
99
|
+
"DynamicHead",
|
|
100
|
+
"CodeSnippet",
|
|
101
|
+
"AdsVideo",
|
|
102
|
+
"OtaUpdate",
|
|
103
|
+
"Screenshot",
|
|
104
|
+
"RuntimePropertySet",
|
|
105
|
+
"StorePreviewVideo",
|
|
106
|
+
"GamePreviewVideo",
|
|
107
|
+
"CreatorExperienceConfig",
|
|
108
|
+
"FaceMakeup",
|
|
109
|
+
"LipMakeup",
|
|
110
|
+
"EyeMakeup",
|
|
111
111
|
]),
|
|
112
112
|
name: z.string(),
|
|
113
113
|
});
|
|
@@ -185,12 +185,12 @@ const Roblox_Web_Responses_Groups_GroupRoleBasicResponse = z.object({
|
|
|
185
185
|
rank: z.number().int(),
|
|
186
186
|
});
|
|
187
187
|
const Roblox_Groups_Api_GroupNotificationPreferenceData = z.object({
|
|
188
|
-
type: z.
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
188
|
+
type: z.enum([
|
|
189
|
+
"AnnouncementCreatedNotification",
|
|
190
|
+
"ForumPostCreatedNotification",
|
|
191
|
+
"ForumCommentCreatedNotification",
|
|
192
|
+
"ForumCommentReplyCreatedNotification",
|
|
193
|
+
"ForumSubscriberNotification",
|
|
194
194
|
]),
|
|
195
195
|
enabled: z.boolean(),
|
|
196
196
|
name: z.string(),
|
|
@@ -5,7 +5,7 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const __1 = require("..");
|
|
6
6
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Web_Responses_Groups_GroupOwnerType_ = zod_1.z.object({
|
|
7
7
|
id: zod_1.z.number().int(),
|
|
8
|
-
type: zod_1.z.literal(
|
|
8
|
+
type: zod_1.z.literal('User'),
|
|
9
9
|
name: zod_1.z.string(),
|
|
10
10
|
});
|
|
11
11
|
const Roblox_Web_Responses_Groups_GroupResponseV2 = zod_1.z.object({
|
|
@@ -22,95 +22,95 @@ const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Groups_Grou
|
|
|
22
22
|
});
|
|
23
23
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Platform_Core_CreatorType_ = zod_1.z.object({
|
|
24
24
|
id: zod_1.z.number().int(),
|
|
25
|
-
type: zod_1.z.
|
|
25
|
+
type: zod_1.z.enum(['User', 'Group']),
|
|
26
26
|
name: zod_1.z.string(),
|
|
27
27
|
});
|
|
28
28
|
const Roblox_Web_Responses_RelatedEntityTypeResponse_Roblox_Platform_Assets_AssetType_ = zod_1.z.object({
|
|
29
29
|
id: zod_1.z.number().int(),
|
|
30
|
-
type: zod_1.z.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
30
|
+
type: zod_1.z.enum([
|
|
31
|
+
'Image',
|
|
32
|
+
'TShirt',
|
|
33
|
+
'Audio',
|
|
34
|
+
'Mesh',
|
|
35
|
+
'Lua',
|
|
36
|
+
'HTML',
|
|
37
|
+
'Text',
|
|
38
|
+
'Hat',
|
|
39
|
+
'Place',
|
|
40
|
+
'Model',
|
|
41
|
+
'Shirt',
|
|
42
|
+
'Pants',
|
|
43
|
+
'Decal',
|
|
44
|
+
'Avatar',
|
|
45
|
+
'Head',
|
|
46
|
+
'Face',
|
|
47
|
+
'Gear',
|
|
48
|
+
'Badge',
|
|
49
|
+
'GroupEmblem',
|
|
50
|
+
'Animation',
|
|
51
|
+
'Arms',
|
|
52
|
+
'Legs',
|
|
53
|
+
'Torso',
|
|
54
|
+
'RightArm',
|
|
55
|
+
'LeftArm',
|
|
56
|
+
'LeftLeg',
|
|
57
|
+
'RightLeg',
|
|
58
|
+
'Package',
|
|
59
|
+
'YouTubeVideo',
|
|
60
|
+
'GamePass',
|
|
61
|
+
'App',
|
|
62
|
+
'Code',
|
|
63
|
+
'Plugin',
|
|
64
|
+
'SolidModel',
|
|
65
|
+
'MeshPart',
|
|
66
|
+
'HairAccessory',
|
|
67
|
+
'FaceAccessory',
|
|
68
|
+
'NeckAccessory',
|
|
69
|
+
'ShoulderAccessory',
|
|
70
|
+
'FrontAccessory',
|
|
71
|
+
'BackAccessory',
|
|
72
|
+
'WaistAccessory',
|
|
73
|
+
'ClimbAnimation',
|
|
74
|
+
'DeathAnimation',
|
|
75
|
+
'FallAnimation',
|
|
76
|
+
'IdleAnimation',
|
|
77
|
+
'JumpAnimation',
|
|
78
|
+
'RunAnimation',
|
|
79
|
+
'SwimAnimation',
|
|
80
|
+
'WalkAnimation',
|
|
81
|
+
'PoseAnimation',
|
|
82
|
+
'LocalizationTableManifest',
|
|
83
|
+
'LocalizationTableTranslation',
|
|
84
|
+
'EmoteAnimation',
|
|
85
|
+
'Video',
|
|
86
|
+
'TexturePack',
|
|
87
|
+
'TShirtAccessory',
|
|
88
|
+
'ShirtAccessory',
|
|
89
|
+
'PantsAccessory',
|
|
90
|
+
'JacketAccessory',
|
|
91
|
+
'SweaterAccessory',
|
|
92
|
+
'ShortsAccessory',
|
|
93
|
+
'LeftShoeAccessory',
|
|
94
|
+
'RightShoeAccessory',
|
|
95
|
+
'DressSkirtAccessory',
|
|
96
|
+
'FontFamily',
|
|
97
|
+
'FontFace',
|
|
98
|
+
'MeshHiddenSurfaceRemoval',
|
|
99
|
+
'EyebrowAccessory',
|
|
100
|
+
'EyelashAccessory',
|
|
101
|
+
'MoodAnimation',
|
|
102
|
+
'DynamicHead',
|
|
103
|
+
'CodeSnippet',
|
|
104
|
+
'AdsVideo',
|
|
105
|
+
'OtaUpdate',
|
|
106
|
+
'Screenshot',
|
|
107
|
+
'RuntimePropertySet',
|
|
108
|
+
'StorePreviewVideo',
|
|
109
|
+
'GamePreviewVideo',
|
|
110
|
+
'CreatorExperienceConfig',
|
|
111
|
+
'FaceMakeup',
|
|
112
|
+
'LipMakeup',
|
|
113
|
+
'EyeMakeup',
|
|
114
114
|
]),
|
|
115
115
|
name: zod_1.z.string(),
|
|
116
116
|
});
|
|
@@ -178,7 +178,13 @@ const Roblox_Web_Responses_Groups_GroupRoleBasicResponse = zod_1.z.object({
|
|
|
178
178
|
rank: zod_1.z.number().int(),
|
|
179
179
|
});
|
|
180
180
|
const Roblox_Groups_Api_GroupNotificationPreferenceData = zod_1.z.object({
|
|
181
|
-
type: zod_1.z.
|
|
181
|
+
type: zod_1.z.enum([
|
|
182
|
+
'AnnouncementCreatedNotification',
|
|
183
|
+
'ForumPostCreatedNotification',
|
|
184
|
+
'ForumCommentCreatedNotification',
|
|
185
|
+
'ForumCommentReplyCreatedNotification',
|
|
186
|
+
'ForumSubscriberNotification',
|
|
187
|
+
]),
|
|
182
188
|
enabled: zod_1.z.boolean(),
|
|
183
189
|
name: zod_1.z.string(),
|
|
184
190
|
description: zod_1.z.string(),
|
|
@@ -12,12 +12,12 @@ const Roblox_Inventory_Api_Models_CollectibleUserAssetModel = z.object({
|
|
|
12
12
|
recentAveragePrice: z.number().int(),
|
|
13
13
|
originalPrice: z.number().int(),
|
|
14
14
|
assetStock: z.number().int(),
|
|
15
|
-
buildersClubMembershipType: z.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
buildersClubMembershipType: z.enum([
|
|
16
|
+
"None",
|
|
17
|
+
"BC",
|
|
18
|
+
"TBC",
|
|
19
|
+
"OBC",
|
|
20
|
+
"RobloxPremium",
|
|
21
21
|
]),
|
|
22
22
|
isOnHold: z.boolean(),
|
|
23
23
|
});
|
|
@@ -35,13 +35,7 @@ const Roblox_Inventory_Api_Models_AssetsExplorerCategoryItemModel = z.object({
|
|
|
35
35
|
displayName: z.string(),
|
|
36
36
|
filter: z.string(),
|
|
37
37
|
id: z.number().int(),
|
|
38
|
-
type: z.
|
|
39
|
-
z.literal(0),
|
|
40
|
-
z.literal(1),
|
|
41
|
-
z.literal(2),
|
|
42
|
-
z.literal(3),
|
|
43
|
-
z.literal(4),
|
|
44
|
-
]),
|
|
38
|
+
type: z.enum(["AssetType", "Bundle", "Outfit", "Set", "Avatar"]),
|
|
45
39
|
categoryType: z.string(),
|
|
46
40
|
});
|
|
47
41
|
const Roblox_Inventory_Api_Models_AssetsExplorerCategoryModel = z.object({
|
|
@@ -56,13 +50,7 @@ const Roblox_Inventory_Api_Models_CategoriesModel = z.object({
|
|
|
56
50
|
const Roblox_Inventory_Api_Models_IItemModel = z.object({
|
|
57
51
|
id: z.number().int(),
|
|
58
52
|
name: z.string(),
|
|
59
|
-
type: z.
|
|
60
|
-
z.literal(0),
|
|
61
|
-
z.literal(1),
|
|
62
|
-
z.literal(2),
|
|
63
|
-
z.literal(3),
|
|
64
|
-
z.literal(4),
|
|
65
|
-
]),
|
|
53
|
+
type: z.enum(["Asset", "GamePass", "Badge", "Bundle", "Avatar"]),
|
|
66
54
|
instanceId: z.number().int(),
|
|
67
55
|
});
|
|
68
56
|
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Inventory_Api_Models_IItemModel_ =
|
|
@@ -74,7 +62,7 @@ const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Inventory_Api_Models_IItem
|
|
|
74
62
|
const Roblox_Inventory_Api_Models_CreatorModel = z.object({
|
|
75
63
|
id: z.number().int(),
|
|
76
64
|
name: z.string(),
|
|
77
|
-
type: z.
|
|
65
|
+
type: z.enum(["User", "Group"]),
|
|
78
66
|
});
|
|
79
67
|
const Roblox_Inventory_Api_Models_PlaceModel = z.object({
|
|
80
68
|
universeId: z.number().int(),
|
|
@@ -14,7 +14,7 @@ const Roblox_Inventory_Api_Models_CollectibleUserAssetModel = zod_1.z.object({
|
|
|
14
14
|
recentAveragePrice: zod_1.z.number().int(),
|
|
15
15
|
originalPrice: zod_1.z.number().int(),
|
|
16
16
|
assetStock: zod_1.z.number().int(),
|
|
17
|
-
buildersClubMembershipType: zod_1.z.
|
|
17
|
+
buildersClubMembershipType: zod_1.z.enum(['None', 'BC', 'TBC', 'OBC', 'RobloxPremium']),
|
|
18
18
|
isOnHold: zod_1.z.boolean(),
|
|
19
19
|
});
|
|
20
20
|
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Inventory_Api_Models_CollectibleUserAssetModel_ = zod_1.z.object({
|
|
@@ -30,7 +30,7 @@ const Roblox_Inventory_Api_Models_AssetsExplorerCategoryItemModel = zod_1.z.obje
|
|
|
30
30
|
displayName: zod_1.z.string(),
|
|
31
31
|
filter: zod_1.z.string(),
|
|
32
32
|
id: zod_1.z.number().int(),
|
|
33
|
-
type: zod_1.z.
|
|
33
|
+
type: zod_1.z.enum(['AssetType', 'Bundle', 'Outfit', 'Set', 'Avatar']),
|
|
34
34
|
categoryType: zod_1.z.string(),
|
|
35
35
|
});
|
|
36
36
|
const Roblox_Inventory_Api_Models_AssetsExplorerCategoryModel = zod_1.z.object({
|
|
@@ -45,7 +45,7 @@ const Roblox_Inventory_Api_Models_CategoriesModel = zod_1.z.object({
|
|
|
45
45
|
const Roblox_Inventory_Api_Models_IItemModel = zod_1.z.object({
|
|
46
46
|
id: zod_1.z.number().int(),
|
|
47
47
|
name: zod_1.z.string(),
|
|
48
|
-
type: zod_1.z.
|
|
48
|
+
type: zod_1.z.enum(['Asset', 'GamePass', 'Badge', 'Bundle', 'Avatar']),
|
|
49
49
|
instanceId: zod_1.z.number().int(),
|
|
50
50
|
});
|
|
51
51
|
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Inventory_Api_Models_IItemModel_ = zod_1.z.object({
|
|
@@ -56,7 +56,7 @@ const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Inventory_Api_Models_IItem
|
|
|
56
56
|
const Roblox_Inventory_Api_Models_CreatorModel = zod_1.z.object({
|
|
57
57
|
id: zod_1.z.number().int(),
|
|
58
58
|
name: zod_1.z.string(),
|
|
59
|
-
type: zod_1.z.
|
|
59
|
+
type: zod_1.z.enum(['User', 'Group']),
|
|
60
60
|
});
|
|
61
61
|
const Roblox_Inventory_Api_Models_PlaceModel = zod_1.z.object({
|
|
62
62
|
universeId: zod_1.z.number().int(),
|