rozod 6.7.1 → 6.9.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/LICENSE +1 -1
- package/README.md +75 -451
- package/lib/endpoints/accountinformationv1.d.ts +92 -95
- package/lib/endpoints/accountsettingsv1.d.ts +88 -110
- package/lib/endpoints/adconfigurationv2.d.ts +108 -215
- package/lib/endpoints/assetdeliveryv1.d.ts +267 -230
- package/lib/endpoints/assetdeliveryv1.js +38 -0
- package/lib/endpoints/assetdeliveryv2.d.ts +201 -176
- package/lib/endpoints/assetdeliveryv2.js +26 -0
- package/lib/endpoints/authv1.d.ts +480 -517
- package/lib/endpoints/authv1.js +3 -1
- package/lib/endpoints/authv2.d.ts +210 -222
- package/lib/endpoints/authv2.js +1 -1
- package/lib/endpoints/authv3.d.ts +32 -35
- package/lib/endpoints/avatarv1.d.ts +112 -117
- package/lib/endpoints/avatarv2.d.ts +71 -76
- package/lib/endpoints/avatarv3.d.ts +27 -33
- package/lib/endpoints/badgesv1.d.ts +96 -99
- package/lib/endpoints/badgesv1.js +4 -0
- package/lib/endpoints/catalogv1.d.ts +209 -234
- package/lib/endpoints/catalogv1.js +2 -1
- package/lib/endpoints/catalogv2.d.ts +106 -136
- package/lib/endpoints/catalogv2.js +21 -17
- package/lib/endpoints/chatv2.d.ts +778 -778
- package/lib/endpoints/clientsettingsv1.d.ts +33 -35
- package/lib/endpoints/clientsettingsv2.d.ts +62 -68
- package/lib/endpoints/contactsv1.d.ts +18 -20
- package/lib/endpoints/developv1.d.ts +233 -293
- package/lib/endpoints/developv1.js +3 -0
- package/lib/endpoints/developv2.d.ts +87 -138
- package/lib/endpoints/developv2.js +3 -1
- package/lib/endpoints/economycreatorstatsv1.d.ts +12 -12
- package/lib/endpoints/economyv1.d.ts +6 -6
- package/lib/endpoints/engagementpayoutsv1.d.ts +9 -9
- package/lib/endpoints/followingsv1.d.ts +33 -34
- package/lib/endpoints/followingsv2.d.ts +9 -9
- package/lib/endpoints/friendsv1.d.ts +416 -545
- package/lib/endpoints/friendsv1.js +213 -313
- package/lib/endpoints/gameinternationalizationv1.d.ts +1509 -1642
- package/lib/endpoints/gameinternationalizationv2.d.ts +62 -64
- package/lib/endpoints/gamejoinv1.d.ts +458 -458
- package/lib/endpoints/gamesv1.d.ts +183 -143
- package/lib/endpoints/gamesv1.js +2 -0
- package/lib/endpoints/gamesv2.d.ts +161 -158
- package/lib/endpoints/gamesv2.js +9 -0
- package/lib/endpoints/groupsv1.d.ts +967 -976
- package/lib/endpoints/groupsv1.js +48 -4
- package/lib/endpoints/groupsv2.d.ts +259 -277
- package/lib/endpoints/groupsv2.js +1 -0
- package/lib/endpoints/inventoryv1.d.ts +93 -122
- package/lib/endpoints/inventoryv1.js +3 -1
- package/lib/endpoints/inventoryv2.d.ts +163 -178
- package/lib/endpoints/inventoryv2.js +2 -0
- package/lib/endpoints/itemconfigurationv1.d.ts +33 -40
- package/lib/endpoints/localev1.d.ts +47 -48
- package/lib/endpoints/localizationtablesv1.d.ts +315 -353
- package/lib/endpoints/matchmakingv1.d.ts +184 -190
- package/lib/endpoints/metricsv1.d.ts +88 -88
- package/lib/endpoints/notificationsv2.d.ts +144 -158
- package/lib/endpoints/premiumfeaturesv1.d.ts +14 -14
- package/lib/endpoints/presencev1.d.ts +7 -12
- package/lib/endpoints/privatemessagesv1.d.ts +56 -64
- package/lib/endpoints/publishv1.d.ts +32 -32
- package/lib/endpoints/thumbnailsresizerv1.d.ts +52 -53
- package/lib/endpoints/thumbnailsv1.d.ts +317 -361
- package/lib/endpoints/thumbnailsv1.js +25 -0
- package/lib/endpoints/tradesv1.d.ts +92 -104
- package/lib/endpoints/tradesv2.d.ts +81 -84
- package/lib/endpoints/translationrolesv1.d.ts +46 -51
- package/lib/endpoints/twostepverificationv1.d.ts +233 -237
- package/lib/endpoints/usersv1.d.ts +110 -114
- package/lib/index.d.ts +152 -4
- package/lib/index.js +273 -4
- package/lib/opencloud/v1/asset-permissions.d.ts +1 -1
- package/lib/opencloud/v1/assets.d.ts +9 -9
- package/lib/opencloud/v1/datastores-ordered.d.ts +6 -6
- package/lib/opencloud/v1/datastores.d.ts +8 -8
- package/lib/opencloud/v1/developer-products.d.ts +4 -4
- package/lib/opencloud/v1/game-passes.d.ts +4 -4
- package/lib/opencloud/v1/messaging.d.ts +1 -1
- package/lib/opencloud/v1/open-eval.d.ts +2 -2
- package/lib/opencloud/v1/secrets-store.d.ts +5 -5
- package/lib/opencloud/v1/toolbox.d.ts +2 -2
- package/lib/opencloud/v1/universes.d.ts +1 -1
- package/lib/opencloud/v2/cloud.d.ts +172 -84
- package/lib/opencloud/v2/cloud.js +25 -9
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { z } from
|
|
2
|
-
import { endpoint } from
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { endpoint } from '..';
|
|
3
3
|
|
|
4
4
|
const Roblox_Api_Develop_Models_Response_AssetVotingModel = z.object({
|
|
5
5
|
assetId: z.number().int(),
|
|
@@ -10,10 +10,9 @@ const Roblox_Api_Develop_Models_Response_AssetVotingModel = z.object({
|
|
|
10
10
|
downVotes: z.number().int(),
|
|
11
11
|
reasonForNotAbleToVote: z.string(),
|
|
12
12
|
});
|
|
13
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_Response_AssetVotingModel_ =
|
|
14
|
-
z.
|
|
15
|
-
|
|
16
|
-
});
|
|
13
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_Response_AssetVotingModel_ = z.object({
|
|
14
|
+
data: z.array(Roblox_Api_Develop_Models_Response_AssetVotingModel),
|
|
15
|
+
});
|
|
17
16
|
const Roblox_Api_Develop_Models_UniverseModel = z.object({
|
|
18
17
|
id: z.number().int(),
|
|
19
18
|
name: z.string(),
|
|
@@ -27,36 +26,29 @@ const Roblox_Api_Develop_Models_UniverseModel = z.object({
|
|
|
27
26
|
creatorName: z.string(),
|
|
28
27
|
created: z.string().datetime({ offset: true }),
|
|
29
28
|
updated: z.string().datetime({ offset: true }),
|
|
30
|
-
audiences: z.array(
|
|
31
|
-
z.union([
|
|
32
|
-
z.literal(0),
|
|
33
|
-
z.literal(1),
|
|
34
|
-
z.literal(2),
|
|
35
|
-
z.literal(3),
|
|
36
|
-
z.literal(4),
|
|
37
|
-
])
|
|
38
|
-
),
|
|
29
|
+
audiences: z.array(z.union([z.literal(0), z.literal(1), z.literal(2), z.literal(3), z.literal(4)])),
|
|
39
30
|
});
|
|
40
31
|
const Roblox_Api_Develop_Models_GameTemplateModel = z.object({
|
|
41
32
|
gameTemplateType: z.string(),
|
|
42
33
|
hasTutorials: z.boolean(),
|
|
43
34
|
universe: Roblox_Api_Develop_Models_UniverseModel,
|
|
44
35
|
});
|
|
45
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GameTemplateModel_ =
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
36
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GameTemplateModel_ = z.object({
|
|
37
|
+
data: z.array(Roblox_Api_Develop_Models_GameTemplateModel),
|
|
38
|
+
});
|
|
39
|
+
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_UniverseModel_ = z.object({
|
|
40
|
+
previousPageCursor: z.string(),
|
|
41
|
+
nextPageCursor: z.string(),
|
|
42
|
+
data: z.array(Roblox_Api_Develop_Models_UniverseModel),
|
|
43
|
+
});
|
|
53
44
|
const Roblox_Web_Responses_Users_SkinnyUserResponse = z.object({
|
|
54
45
|
id: z.number().int(),
|
|
55
46
|
name: z.string(),
|
|
56
47
|
displayName: z.string(),
|
|
57
48
|
});
|
|
58
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Users_SkinnyUserResponse_ =
|
|
59
|
-
|
|
49
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Users_SkinnyUserResponse_ = z.object({
|
|
50
|
+
data: z.array(Roblox_Web_Responses_Users_SkinnyUserResponse),
|
|
51
|
+
});
|
|
60
52
|
const Roblox_Web_Responses_Plugins_PluginResponse = z.object({
|
|
61
53
|
id: z.number().int(),
|
|
62
54
|
name: z.string(),
|
|
@@ -66,8 +58,9 @@ const Roblox_Web_Responses_Plugins_PluginResponse = z.object({
|
|
|
66
58
|
created: z.string().datetime({ offset: true }),
|
|
67
59
|
updated: z.string().datetime({ offset: true }),
|
|
68
60
|
});
|
|
69
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Plugins_PluginResponse_ =
|
|
70
|
-
|
|
61
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Plugins_PluginResponse_ = z.object({
|
|
62
|
+
data: z.array(Roblox_Web_Responses_Plugins_PluginResponse),
|
|
63
|
+
});
|
|
71
64
|
const Roblox_Api_Develop_Models_ActivationEligibilityResponse = z.object({
|
|
72
65
|
isEligible: z.boolean(),
|
|
73
66
|
maturityRated: z.boolean(),
|
|
@@ -76,16 +69,8 @@ const Roblox_Api_Develop_Models_ActivationEligibilityResponse = z.object({
|
|
|
76
69
|
isPublicPublish: z.boolean(),
|
|
77
70
|
isPublishToExistingUniverse: z.boolean(),
|
|
78
71
|
isUniverseSelect: z.boolean(),
|
|
79
|
-
creatorTier: z.enum([
|
|
80
|
-
allowedAudiences: z.array(
|
|
81
|
-
z.union([
|
|
82
|
-
z.literal(0),
|
|
83
|
-
z.literal(1),
|
|
84
|
-
z.literal(2),
|
|
85
|
-
z.literal(3),
|
|
86
|
-
z.literal(4),
|
|
87
|
-
])
|
|
88
|
-
),
|
|
72
|
+
creatorTier: z.enum(['Invalid', 'Blocked', 'Private', 'Trusted', 'Everyone']),
|
|
73
|
+
allowedAudiences: z.array(z.union([z.literal(0), z.literal(1), z.literal(2), z.literal(3), z.literal(4)])),
|
|
89
74
|
});
|
|
90
75
|
const Roblox_Api_Develop_Models_UniverseSettingsResponse = z.object({
|
|
91
76
|
allowPrivateServers: z.boolean(),
|
|
@@ -94,40 +79,33 @@ const Roblox_Api_Develop_Models_UniverseSettingsResponse = z.object({
|
|
|
94
79
|
isRewardedOnDemandAdsAllowed: z.boolean(),
|
|
95
80
|
id: z.number().int(),
|
|
96
81
|
name: z.string(),
|
|
97
|
-
universeAvatarType: z.enum([
|
|
98
|
-
universeScaleType: z.enum([
|
|
99
|
-
universeAnimationType: z.enum([
|
|
100
|
-
universeCollisionType: z.enum([
|
|
101
|
-
universeBodyType: z.enum([
|
|
102
|
-
universeJointPositioningType: z.enum([
|
|
82
|
+
universeAvatarType: z.enum(['MorphToR6', 'PlayerChoice', 'MorphToR15']),
|
|
83
|
+
universeScaleType: z.enum(['NoScales', 'AllScales']),
|
|
84
|
+
universeAnimationType: z.enum(['Standard', 'PlayerChoice']),
|
|
85
|
+
universeCollisionType: z.enum(['InnerBox', 'OuterBox']),
|
|
86
|
+
universeBodyType: z.enum(['Standard', 'PlayerChoice']),
|
|
87
|
+
universeJointPositioningType: z.enum(['Standard', 'ArtistIntent']),
|
|
103
88
|
isArchived: z.boolean(),
|
|
104
89
|
isFriendsOnly: z.boolean(),
|
|
105
90
|
genre: z.enum([
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
91
|
+
'All',
|
|
92
|
+
'Tutorial',
|
|
93
|
+
'Scary',
|
|
94
|
+
'TownAndCity',
|
|
95
|
+
'War',
|
|
96
|
+
'Funny',
|
|
97
|
+
'Fantasy',
|
|
98
|
+
'Adventure',
|
|
99
|
+
'SciFi',
|
|
100
|
+
'Pirate',
|
|
101
|
+
'FPS',
|
|
102
|
+
'RPG',
|
|
103
|
+
'Sports',
|
|
104
|
+
'Ninja',
|
|
105
|
+
'WildWest',
|
|
121
106
|
]),
|
|
122
107
|
playableDevices: z.array(
|
|
123
|
-
z.union([
|
|
124
|
-
z.literal(1),
|
|
125
|
-
z.literal(2),
|
|
126
|
-
z.literal(3),
|
|
127
|
-
z.literal(4),
|
|
128
|
-
z.literal(5),
|
|
129
|
-
z.literal(6),
|
|
130
|
-
])
|
|
108
|
+
z.union([z.literal(1), z.literal(2), z.literal(3), z.literal(4), z.literal(5), z.literal(6)]),
|
|
131
109
|
),
|
|
132
110
|
isForSale: z.boolean(),
|
|
133
111
|
price: z.number().int(),
|
|
@@ -135,22 +113,10 @@ const Roblox_Api_Develop_Models_UniverseSettingsResponse = z.object({
|
|
|
135
113
|
privacyType: z.string(),
|
|
136
114
|
isForSaleInFiat: z.boolean(),
|
|
137
115
|
fiatBasePriceId: z.string(),
|
|
138
|
-
fiatModerationStatus: z.enum([
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"Approved",
|
|
143
|
-
"Rejected",
|
|
144
|
-
]),
|
|
145
|
-
audiences: z.array(
|
|
146
|
-
z.union([
|
|
147
|
-
z.literal(0),
|
|
148
|
-
z.literal(1),
|
|
149
|
-
z.literal(2),
|
|
150
|
-
z.literal(3),
|
|
151
|
-
z.literal(4),
|
|
152
|
-
])
|
|
153
|
-
),
|
|
116
|
+
fiatModerationStatus: z.enum(['Invalid', 'NotModerated', 'Pending', 'Approved', 'Rejected']),
|
|
117
|
+
audiences: z.array(z.union([z.literal(0), z.literal(1), z.literal(2), z.literal(3), z.literal(4)])),
|
|
118
|
+
demoModeEnabled: z.boolean(),
|
|
119
|
+
demoModeLastChangedTime: z.string().datetime({ offset: true }),
|
|
154
120
|
});
|
|
155
121
|
const Roblox_Api_Develop_Models_UniverseSettingsRequest = z.object({
|
|
156
122
|
name: z.string(),
|
|
@@ -180,26 +146,15 @@ const Roblox_Api_Develop_Models_UniverseSettingsRequest = z.object({
|
|
|
180
146
|
z.literal(14),
|
|
181
147
|
]),
|
|
182
148
|
playableDevices: z.array(
|
|
183
|
-
z.union([
|
|
184
|
-
z.literal(1),
|
|
185
|
-
z.literal(2),
|
|
186
|
-
z.literal(3),
|
|
187
|
-
z.literal(4),
|
|
188
|
-
z.literal(5),
|
|
189
|
-
z.literal(6),
|
|
190
|
-
])
|
|
149
|
+
z.union([z.literal(1), z.literal(2), z.literal(3), z.literal(4), z.literal(5), z.literal(6)]),
|
|
191
150
|
),
|
|
192
151
|
isForSale: z.boolean(),
|
|
193
152
|
price: z.number().int(),
|
|
194
153
|
isMeshTextureApiAccessAllowed: z.boolean(),
|
|
195
154
|
isRewardedOnDemandAdsAllowed: z.boolean(),
|
|
196
155
|
fiatBasePriceId: z.string(),
|
|
197
|
-
fiatProductChangeType: z.union([
|
|
198
|
-
|
|
199
|
-
z.literal(1),
|
|
200
|
-
z.literal(2),
|
|
201
|
-
z.literal(3),
|
|
202
|
-
]),
|
|
156
|
+
fiatProductChangeType: z.union([z.literal(0), z.literal(1), z.literal(2), z.literal(3)]),
|
|
157
|
+
demoModeEnabled: z.boolean(),
|
|
203
158
|
});
|
|
204
159
|
const Roblox_Api_Develop_Models_PrivateServerDetailsResponse = z.object({
|
|
205
160
|
isEnabled: z.boolean(),
|
|
@@ -212,12 +167,11 @@ const Roblox_Api_Develop_Models_UniversePermissionsModel = z.object({
|
|
|
212
167
|
canCloudEdit: z.boolean(),
|
|
213
168
|
});
|
|
214
169
|
const Roblox_Api_Develop_Models_IPlaceModel = z.object({});
|
|
215
|
-
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_IPlaceModel_ =
|
|
216
|
-
z.
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
});
|
|
170
|
+
const Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_IPlaceModel_ = z.object({
|
|
171
|
+
previousPageCursor: z.string(),
|
|
172
|
+
nextPageCursor: z.string(),
|
|
173
|
+
data: z.array(Roblox_Api_Develop_Models_IPlaceModel),
|
|
174
|
+
});
|
|
221
175
|
const Roblox_Api_Develop_Models_Response_TeamCreateSettingsResponse = z.object({
|
|
222
176
|
isEnabled: z.boolean(),
|
|
223
177
|
});
|
|
@@ -225,39 +179,37 @@ const Roblox_Api_Develop_Models_UpdateTeamCreateSettingsRequest = z.object({
|
|
|
225
179
|
isEnabled: z.boolean(),
|
|
226
180
|
});
|
|
227
181
|
const Roblox_Web_WebAPI_ApiEmptyResponseModel = z.object({});
|
|
228
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseModel_ =
|
|
229
|
-
|
|
182
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseModel_ = z.object({
|
|
183
|
+
data: z.array(Roblox_Api_Develop_Models_UniverseModel),
|
|
184
|
+
});
|
|
230
185
|
const Roblox_Api_Develop_Models_UniverseIdPermissionsModel = z.object({
|
|
231
186
|
universeId: z.number().int(),
|
|
232
187
|
canManage: z.boolean(),
|
|
233
188
|
canCloudEdit: z.boolean(),
|
|
234
189
|
});
|
|
235
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseIdPermissionsModel_ =
|
|
236
|
-
z.
|
|
237
|
-
|
|
238
|
-
});
|
|
190
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseIdPermissionsModel_ = z.object({
|
|
191
|
+
data: z.array(Roblox_Api_Develop_Models_UniverseIdPermissionsModel),
|
|
192
|
+
});
|
|
239
193
|
const Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel = z.object({
|
|
240
194
|
id: z.number().int(),
|
|
241
195
|
isEnabled: z.boolean(),
|
|
242
196
|
});
|
|
243
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel_ =
|
|
244
|
-
z.
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
hasDevex: z.enum(["Incomplete", "NotRequired", "Completed"]),
|
|
253
|
-
}
|
|
254
|
-
);
|
|
197
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel_ = z.object({
|
|
198
|
+
data: z.array(Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel),
|
|
199
|
+
});
|
|
200
|
+
const Roblox_Api_Develop_Models_UserPublicPublishEligibilityResponse = z.object({
|
|
201
|
+
isEligible: z.boolean(),
|
|
202
|
+
hasTransactions: z.enum(['Incomplete', 'NotRequired', 'Completed']),
|
|
203
|
+
idVerified: z.enum(['Incomplete', 'NotRequired', 'Completed']),
|
|
204
|
+
hasDevex: z.enum(['Incomplete', 'NotRequired', 'Completed']),
|
|
205
|
+
});
|
|
255
206
|
const Roblox_Api_Develop_Models_GroupModel = z.object({
|
|
256
207
|
id: z.number().int(),
|
|
257
208
|
name: z.string(),
|
|
258
209
|
});
|
|
259
|
-
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_ =
|
|
260
|
-
|
|
210
|
+
const Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_ = z.object({
|
|
211
|
+
data: z.array(Roblox_Api_Develop_Models_GroupModel),
|
|
212
|
+
});
|
|
261
213
|
const Roblox_Api_Develop_Models_PlaceConfigurationModel = z.object({
|
|
262
214
|
name: z.string(),
|
|
263
215
|
description: z.string(),
|
|
@@ -283,20 +235,19 @@ const Roblox_Api_Develop_Models_TeamCreateMembershipRequest = z.object({
|
|
|
283
235
|
* @param assetIds The ids of the Roblox.Platform.Assets.IAsset.
|
|
284
236
|
*/
|
|
285
237
|
export const getAssetsVoting = endpoint({
|
|
286
|
-
method:
|
|
287
|
-
path:
|
|
288
|
-
baseUrl:
|
|
289
|
-
requestFormat:
|
|
238
|
+
method: 'GET',
|
|
239
|
+
path: '/v1/assets/voting',
|
|
240
|
+
baseUrl: 'https://develop.roblox.com',
|
|
241
|
+
requestFormat: 'json',
|
|
290
242
|
serializationMethod: {
|
|
291
243
|
assetIds: {
|
|
292
|
-
style:
|
|
244
|
+
style: 'form',
|
|
293
245
|
},
|
|
294
246
|
},
|
|
295
247
|
parameters: {
|
|
296
248
|
assetIds: z.array(z.number()),
|
|
297
249
|
},
|
|
298
|
-
response:
|
|
299
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_Response_AssetVotingModel_,
|
|
250
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_Response_AssetVotingModel_,
|
|
300
251
|
errors: [],
|
|
301
252
|
});
|
|
302
253
|
/**
|
|
@@ -306,12 +257,11 @@ export const getAssetsVoting = endpoint({
|
|
|
306
257
|
Sort order of templates specified by Roblox.
|
|
307
258
|
*/
|
|
308
259
|
export const getGametemplates = endpoint({
|
|
309
|
-
method:
|
|
310
|
-
path:
|
|
311
|
-
baseUrl:
|
|
312
|
-
requestFormat:
|
|
313
|
-
response:
|
|
314
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GameTemplateModel_,
|
|
260
|
+
method: 'GET',
|
|
261
|
+
path: '/v1/gametemplates',
|
|
262
|
+
baseUrl: 'https://develop.roblox.com',
|
|
263
|
+
requestFormat: 'json',
|
|
264
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GameTemplateModel_,
|
|
315
265
|
errors: [],
|
|
316
266
|
});
|
|
317
267
|
/**
|
|
@@ -324,28 +274,28 @@ export const getGametemplates = endpoint({
|
|
|
324
274
|
* @param sortOrder Sorted by universeId
|
|
325
275
|
*/
|
|
326
276
|
export const getGroupsGroupidUniverses = endpoint({
|
|
327
|
-
method:
|
|
328
|
-
path:
|
|
329
|
-
baseUrl:
|
|
330
|
-
requestFormat:
|
|
277
|
+
method: 'GET',
|
|
278
|
+
path: '/v1/groups/:groupId/universes',
|
|
279
|
+
baseUrl: 'https://develop.roblox.com',
|
|
280
|
+
requestFormat: 'json',
|
|
331
281
|
serializationMethod: {
|
|
332
282
|
groupId: {
|
|
333
|
-
style:
|
|
283
|
+
style: 'simple',
|
|
334
284
|
},
|
|
335
285
|
isArchived: {
|
|
336
|
-
style:
|
|
286
|
+
style: 'form',
|
|
337
287
|
explode: true,
|
|
338
288
|
},
|
|
339
289
|
limit: {
|
|
340
|
-
style:
|
|
290
|
+
style: 'form',
|
|
341
291
|
explode: true,
|
|
342
292
|
},
|
|
343
293
|
cursor: {
|
|
344
|
-
style:
|
|
294
|
+
style: 'form',
|
|
345
295
|
explode: true,
|
|
346
296
|
},
|
|
347
297
|
sortOrder: {
|
|
348
|
-
style:
|
|
298
|
+
style: 'form',
|
|
349
299
|
explode: true,
|
|
350
300
|
},
|
|
351
301
|
},
|
|
@@ -357,10 +307,9 @@ export const getGroupsGroupidUniverses = endpoint({
|
|
|
357
307
|
.optional()
|
|
358
308
|
.default(10),
|
|
359
309
|
cursor: z.string().optional(),
|
|
360
|
-
sortOrder: z.enum([
|
|
310
|
+
sortOrder: z.enum(['Asc', 'Desc']).optional().default('Asc'),
|
|
361
311
|
},
|
|
362
|
-
response:
|
|
363
|
-
Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
312
|
+
response: Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
364
313
|
errors: [
|
|
365
314
|
{
|
|
366
315
|
status: 400,
|
|
@@ -376,14 +325,14 @@ export const getGroupsGroupidUniverses = endpoint({
|
|
|
376
325
|
* @description Currently the only supported functionality for updating the configuration is around Name, and Description.
|
|
377
326
|
*/
|
|
378
327
|
export const postPlacesPlaceid = endpoint({
|
|
379
|
-
method:
|
|
380
|
-
path:
|
|
381
|
-
baseUrl:
|
|
382
|
-
requestFormat:
|
|
328
|
+
method: 'POST',
|
|
329
|
+
path: '/v1/places/:placeId',
|
|
330
|
+
baseUrl: 'https://develop.roblox.com',
|
|
331
|
+
requestFormat: 'json',
|
|
383
332
|
serializationMethod: {
|
|
384
333
|
body: {},
|
|
385
334
|
placeId: {
|
|
386
|
-
style:
|
|
335
|
+
style: 'simple',
|
|
387
336
|
},
|
|
388
337
|
},
|
|
389
338
|
parameters: {
|
|
@@ -415,14 +364,14 @@ export const postPlacesPlaceid = endpoint({
|
|
|
415
364
|
* @description Currently the only supported functionality for updating the configuration is around Name, and Description.
|
|
416
365
|
*/
|
|
417
366
|
export const patchPlacesPlaceid = endpoint({
|
|
418
|
-
method:
|
|
419
|
-
path:
|
|
420
|
-
baseUrl:
|
|
421
|
-
requestFormat:
|
|
367
|
+
method: 'PATCH',
|
|
368
|
+
path: '/v1/places/:placeId',
|
|
369
|
+
baseUrl: 'https://develop.roblox.com',
|
|
370
|
+
requestFormat: 'json',
|
|
422
371
|
serializationMethod: {
|
|
423
372
|
body: {},
|
|
424
373
|
placeId: {
|
|
425
|
-
style:
|
|
374
|
+
style: 'simple',
|
|
426
375
|
},
|
|
427
376
|
},
|
|
428
377
|
parameters: {
|
|
@@ -454,20 +403,20 @@ export const patchPlacesPlaceid = endpoint({
|
|
|
454
403
|
* @param cursor The paging cursor for the previous or next page.
|
|
455
404
|
*/
|
|
456
405
|
export const getPlacesPlaceidTeamcreateActive_sessionMembers = endpoint({
|
|
457
|
-
method:
|
|
458
|
-
path:
|
|
459
|
-
baseUrl:
|
|
460
|
-
requestFormat:
|
|
406
|
+
method: 'GET',
|
|
407
|
+
path: '/v1/places/:placeId/teamcreate/active_session/members',
|
|
408
|
+
baseUrl: 'https://develop.roblox.com',
|
|
409
|
+
requestFormat: 'json',
|
|
461
410
|
serializationMethod: {
|
|
462
411
|
placeId: {
|
|
463
|
-
style:
|
|
412
|
+
style: 'simple',
|
|
464
413
|
},
|
|
465
414
|
limit: {
|
|
466
|
-
style:
|
|
415
|
+
style: 'form',
|
|
467
416
|
explode: true,
|
|
468
417
|
},
|
|
469
418
|
cursor: {
|
|
470
|
-
style:
|
|
419
|
+
style: 'form',
|
|
471
420
|
explode: true,
|
|
472
421
|
},
|
|
473
422
|
},
|
|
@@ -479,8 +428,7 @@ export const getPlacesPlaceidTeamcreateActive_sessionMembers = endpoint({
|
|
|
479
428
|
.default(10),
|
|
480
429
|
cursor: z.string().optional(),
|
|
481
430
|
},
|
|
482
|
-
response:
|
|
483
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Users_SkinnyUserResponse_,
|
|
431
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Users_SkinnyUserResponse_,
|
|
484
432
|
errors: [
|
|
485
433
|
{
|
|
486
434
|
status: 400,
|
|
@@ -512,20 +460,19 @@ export const getPlacesPlaceidTeamcreateActive_sessionMembers = endpoint({
|
|
|
512
460
|
* @param pluginIds The plugin ids.
|
|
513
461
|
*/
|
|
514
462
|
export const getPlugins = endpoint({
|
|
515
|
-
method:
|
|
516
|
-
path:
|
|
517
|
-
baseUrl:
|
|
518
|
-
requestFormat:
|
|
463
|
+
method: 'GET',
|
|
464
|
+
path: '/v1/plugins',
|
|
465
|
+
baseUrl: 'https://develop.roblox.com',
|
|
466
|
+
requestFormat: 'json',
|
|
519
467
|
serializationMethod: {
|
|
520
468
|
pluginIds: {
|
|
521
|
-
style:
|
|
469
|
+
style: 'form',
|
|
522
470
|
},
|
|
523
471
|
},
|
|
524
472
|
parameters: {
|
|
525
473
|
pluginIds: z.array(z.number()),
|
|
526
474
|
},
|
|
527
|
-
response:
|
|
528
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Plugins_PluginResponse_,
|
|
475
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Web_Responses_Plugins_PluginResponse_,
|
|
529
476
|
errors: [
|
|
530
477
|
{
|
|
531
478
|
status: 400,
|
|
@@ -541,14 +488,14 @@ export const getPlugins = endpoint({
|
|
|
541
488
|
* @param pluginId The id of the plugin.
|
|
542
489
|
*/
|
|
543
490
|
export const patchPluginsPluginid = endpoint({
|
|
544
|
-
method:
|
|
545
|
-
path:
|
|
546
|
-
baseUrl:
|
|
547
|
-
requestFormat:
|
|
491
|
+
method: 'PATCH',
|
|
492
|
+
path: '/v1/plugins/:pluginId',
|
|
493
|
+
baseUrl: 'https://develop.roblox.com',
|
|
494
|
+
requestFormat: 'json',
|
|
548
495
|
serializationMethod: {
|
|
549
496
|
body: {},
|
|
550
497
|
pluginId: {
|
|
551
|
-
style:
|
|
498
|
+
style: 'simple',
|
|
552
499
|
},
|
|
553
500
|
},
|
|
554
501
|
parameters: {
|
|
@@ -585,13 +532,13 @@ export const patchPluginsPluginid = endpoint({
|
|
|
585
532
|
* @param universeId The Universe id.
|
|
586
533
|
*/
|
|
587
534
|
export const getUniversesUniverseid = endpoint({
|
|
588
|
-
method:
|
|
589
|
-
path:
|
|
590
|
-
baseUrl:
|
|
591
|
-
requestFormat:
|
|
535
|
+
method: 'GET',
|
|
536
|
+
path: '/v1/universes/:universeId',
|
|
537
|
+
baseUrl: 'https://develop.roblox.com',
|
|
538
|
+
requestFormat: 'json',
|
|
592
539
|
serializationMethod: {
|
|
593
540
|
universeId: {
|
|
594
|
-
style:
|
|
541
|
+
style: 'simple',
|
|
595
542
|
},
|
|
596
543
|
},
|
|
597
544
|
parameters: {
|
|
@@ -611,13 +558,13 @@ export const getUniversesUniverseid = endpoint({
|
|
|
611
558
|
* @param universeId The universe id.
|
|
612
559
|
*/
|
|
613
560
|
export const postUniversesUniverseidActivate = endpoint({
|
|
614
|
-
method:
|
|
615
|
-
path:
|
|
616
|
-
baseUrl:
|
|
617
|
-
requestFormat:
|
|
561
|
+
method: 'POST',
|
|
562
|
+
path: '/v1/universes/:universeId/activate',
|
|
563
|
+
baseUrl: 'https://develop.roblox.com',
|
|
564
|
+
requestFormat: 'json',
|
|
618
565
|
serializationMethod: {
|
|
619
566
|
universeId: {
|
|
620
|
-
style:
|
|
567
|
+
style: 'simple',
|
|
621
568
|
},
|
|
622
569
|
},
|
|
623
570
|
parameters: {
|
|
@@ -649,13 +596,13 @@ export const postUniversesUniverseidActivate = endpoint({
|
|
|
649
596
|
* @param universeId The universe id.
|
|
650
597
|
*/
|
|
651
598
|
export const getUniversesUniverseidActivationEligibility = endpoint({
|
|
652
|
-
method:
|
|
653
|
-
path:
|
|
654
|
-
baseUrl:
|
|
655
|
-
requestFormat:
|
|
599
|
+
method: 'GET',
|
|
600
|
+
path: '/v1/universes/:universeId/activation-eligibility',
|
|
601
|
+
baseUrl: 'https://develop.roblox.com',
|
|
602
|
+
requestFormat: 'json',
|
|
656
603
|
serializationMethod: {
|
|
657
604
|
universeId: {
|
|
658
|
-
style:
|
|
605
|
+
style: 'simple',
|
|
659
606
|
},
|
|
660
607
|
},
|
|
661
608
|
parameters: {
|
|
@@ -670,13 +617,13 @@ export const getUniversesUniverseidActivationEligibility = endpoint({
|
|
|
670
617
|
* @param universeId The universe Id.
|
|
671
618
|
*/
|
|
672
619
|
export const getUniversesUniverseidConfiguration = endpoint({
|
|
673
|
-
method:
|
|
674
|
-
path:
|
|
675
|
-
baseUrl:
|
|
676
|
-
requestFormat:
|
|
620
|
+
method: 'GET',
|
|
621
|
+
path: '/v1/universes/:universeId/configuration',
|
|
622
|
+
baseUrl: 'https://develop.roblox.com',
|
|
623
|
+
requestFormat: 'json',
|
|
677
624
|
serializationMethod: {
|
|
678
625
|
universeId: {
|
|
679
|
-
style:
|
|
626
|
+
style: 'simple',
|
|
680
627
|
},
|
|
681
628
|
},
|
|
682
629
|
parameters: {
|
|
@@ -705,14 +652,14 @@ export const getUniversesUniverseidConfiguration = endpoint({
|
|
|
705
652
|
* @param universeId The universeId.
|
|
706
653
|
*/
|
|
707
654
|
export const patchUniversesUniverseidConfiguration = endpoint({
|
|
708
|
-
method:
|
|
709
|
-
path:
|
|
710
|
-
baseUrl:
|
|
711
|
-
requestFormat:
|
|
655
|
+
method: 'PATCH',
|
|
656
|
+
path: '/v1/universes/:universeId/configuration',
|
|
657
|
+
baseUrl: 'https://develop.roblox.com',
|
|
658
|
+
requestFormat: 'json',
|
|
712
659
|
serializationMethod: {
|
|
713
660
|
body: {},
|
|
714
661
|
universeId: {
|
|
715
|
-
style:
|
|
662
|
+
style: 'simple',
|
|
716
663
|
},
|
|
717
664
|
},
|
|
718
665
|
parameters: {
|
|
@@ -767,13 +714,13 @@ export const patchUniversesUniverseidConfiguration = endpoint({
|
|
|
767
714
|
* @param universeId The universe Id.
|
|
768
715
|
*/
|
|
769
716
|
export const getUniversesUniverseidConfigurationVipServers = endpoint({
|
|
770
|
-
method:
|
|
771
|
-
path:
|
|
772
|
-
baseUrl:
|
|
773
|
-
requestFormat:
|
|
717
|
+
method: 'GET',
|
|
718
|
+
path: '/v1/universes/:universeId/configuration/vip-servers',
|
|
719
|
+
baseUrl: 'https://develop.roblox.com',
|
|
720
|
+
requestFormat: 'json',
|
|
774
721
|
serializationMethod: {
|
|
775
722
|
universeId: {
|
|
776
|
-
style:
|
|
723
|
+
style: 'simple',
|
|
777
724
|
},
|
|
778
725
|
},
|
|
779
726
|
parameters: {
|
|
@@ -801,13 +748,13 @@ export const getUniversesUniverseidConfigurationVipServers = endpoint({
|
|
|
801
748
|
* @param universeId The universe id.
|
|
802
749
|
*/
|
|
803
750
|
export const postUniversesUniverseidDeactivate = endpoint({
|
|
804
|
-
method:
|
|
805
|
-
path:
|
|
806
|
-
baseUrl:
|
|
807
|
-
requestFormat:
|
|
751
|
+
method: 'POST',
|
|
752
|
+
path: '/v1/universes/:universeId/deactivate',
|
|
753
|
+
baseUrl: 'https://develop.roblox.com',
|
|
754
|
+
requestFormat: 'json',
|
|
808
755
|
serializationMethod: {
|
|
809
756
|
universeId: {
|
|
810
|
-
style:
|
|
757
|
+
style: 'simple',
|
|
811
758
|
},
|
|
812
759
|
},
|
|
813
760
|
parameters: {
|
|
@@ -837,13 +784,13 @@ export const postUniversesUniverseidDeactivate = endpoint({
|
|
|
837
784
|
* @param universeId The universe id.
|
|
838
785
|
*/
|
|
839
786
|
export const getUniversesUniverseidPermissions = endpoint({
|
|
840
|
-
method:
|
|
841
|
-
path:
|
|
842
|
-
baseUrl:
|
|
843
|
-
requestFormat:
|
|
787
|
+
method: 'GET',
|
|
788
|
+
path: '/v1/universes/:universeId/permissions',
|
|
789
|
+
baseUrl: 'https://develop.roblox.com',
|
|
790
|
+
requestFormat: 'json',
|
|
844
791
|
serializationMethod: {
|
|
845
792
|
universeId: {
|
|
846
|
-
style:
|
|
793
|
+
style: 'simple',
|
|
847
794
|
},
|
|
848
795
|
},
|
|
849
796
|
parameters: {
|
|
@@ -871,28 +818,28 @@ export const getUniversesUniverseidPermissions = endpoint({
|
|
|
871
818
|
* @param sortOrder Sorted by placeId
|
|
872
819
|
*/
|
|
873
820
|
export const getUniversesUniverseidPlaces = endpoint({
|
|
874
|
-
method:
|
|
875
|
-
path:
|
|
876
|
-
baseUrl:
|
|
877
|
-
requestFormat:
|
|
821
|
+
method: 'GET',
|
|
822
|
+
path: '/v1/universes/:universeId/places',
|
|
823
|
+
baseUrl: 'https://develop.roblox.com',
|
|
824
|
+
requestFormat: 'json',
|
|
878
825
|
serializationMethod: {
|
|
879
826
|
universeId: {
|
|
880
|
-
style:
|
|
827
|
+
style: 'simple',
|
|
881
828
|
},
|
|
882
829
|
isUniverseCreation: {
|
|
883
|
-
style:
|
|
830
|
+
style: 'form',
|
|
884
831
|
explode: true,
|
|
885
832
|
},
|
|
886
833
|
limit: {
|
|
887
|
-
style:
|
|
834
|
+
style: 'form',
|
|
888
835
|
explode: true,
|
|
889
836
|
},
|
|
890
837
|
cursor: {
|
|
891
|
-
style:
|
|
838
|
+
style: 'form',
|
|
892
839
|
explode: true,
|
|
893
840
|
},
|
|
894
841
|
sortOrder: {
|
|
895
|
-
style:
|
|
842
|
+
style: 'form',
|
|
896
843
|
explode: true,
|
|
897
844
|
},
|
|
898
845
|
},
|
|
@@ -904,10 +851,9 @@ export const getUniversesUniverseidPlaces = endpoint({
|
|
|
904
851
|
.optional()
|
|
905
852
|
.default(10),
|
|
906
853
|
cursor: z.string().optional(),
|
|
907
|
-
sortOrder: z.enum([
|
|
854
|
+
sortOrder: z.enum(['Asc', 'Desc']).optional().default('Asc'),
|
|
908
855
|
},
|
|
909
|
-
response:
|
|
910
|
-
Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_IPlaceModel_,
|
|
856
|
+
response: Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_IPlaceModel_,
|
|
911
857
|
errors: [],
|
|
912
858
|
});
|
|
913
859
|
/**
|
|
@@ -916,13 +862,13 @@ export const getUniversesUniverseidPlaces = endpoint({
|
|
|
916
862
|
* @param universeId The universe Id.
|
|
917
863
|
*/
|
|
918
864
|
export const getUniversesUniverseidTeamcreate = endpoint({
|
|
919
|
-
method:
|
|
920
|
-
path:
|
|
921
|
-
baseUrl:
|
|
922
|
-
requestFormat:
|
|
865
|
+
method: 'GET',
|
|
866
|
+
path: '/v1/universes/:universeId/teamcreate',
|
|
867
|
+
baseUrl: 'https://develop.roblox.com',
|
|
868
|
+
requestFormat: 'json',
|
|
923
869
|
serializationMethod: {
|
|
924
870
|
universeId: {
|
|
925
|
-
style:
|
|
871
|
+
style: 'simple',
|
|
926
872
|
},
|
|
927
873
|
},
|
|
928
874
|
parameters: {
|
|
@@ -952,14 +898,14 @@ export const getUniversesUniverseidTeamcreate = endpoint({
|
|
|
952
898
|
* @description Enables, or disables team create for a universe.
|
|
953
899
|
*/
|
|
954
900
|
export const patchUniversesUniverseidTeamcreate = endpoint({
|
|
955
|
-
method:
|
|
956
|
-
path:
|
|
957
|
-
baseUrl:
|
|
958
|
-
requestFormat:
|
|
901
|
+
method: 'PATCH',
|
|
902
|
+
path: '/v1/universes/:universeId/teamcreate',
|
|
903
|
+
baseUrl: 'https://develop.roblox.com',
|
|
904
|
+
requestFormat: 'json',
|
|
959
905
|
serializationMethod: {
|
|
960
906
|
body: {},
|
|
961
907
|
universeId: {
|
|
962
|
-
style:
|
|
908
|
+
style: 'simple',
|
|
963
909
|
},
|
|
964
910
|
},
|
|
965
911
|
parameters: {
|
|
@@ -990,14 +936,14 @@ export const patchUniversesUniverseidTeamcreate = endpoint({
|
|
|
990
936
|
* @param universeId The universe Id.
|
|
991
937
|
*/
|
|
992
938
|
export const deleteUniversesUniverseidTeamcreateMemberships = endpoint({
|
|
993
|
-
method:
|
|
994
|
-
path:
|
|
995
|
-
baseUrl:
|
|
996
|
-
requestFormat:
|
|
939
|
+
method: 'DELETE',
|
|
940
|
+
path: '/v1/universes/:universeId/teamcreate/memberships',
|
|
941
|
+
baseUrl: 'https://develop.roblox.com',
|
|
942
|
+
requestFormat: 'json',
|
|
997
943
|
serializationMethod: {
|
|
998
944
|
body: {},
|
|
999
945
|
universeId: {
|
|
1000
|
-
style:
|
|
946
|
+
style: 'simple',
|
|
1001
947
|
},
|
|
1002
948
|
},
|
|
1003
949
|
parameters: {
|
|
@@ -1028,21 +974,20 @@ export const deleteUniversesUniverseidTeamcreateMemberships = endpoint({
|
|
|
1028
974
|
* @description If a universe can not be found for a given ID (such as -1) it will be skipped.
|
|
1029
975
|
*/
|
|
1030
976
|
export const getUniversesMultiget = endpoint({
|
|
1031
|
-
method:
|
|
1032
|
-
path:
|
|
1033
|
-
baseUrl:
|
|
1034
|
-
requestFormat:
|
|
977
|
+
method: 'GET',
|
|
978
|
+
path: '/v1/universes/multiget',
|
|
979
|
+
baseUrl: 'https://develop.roblox.com',
|
|
980
|
+
requestFormat: 'json',
|
|
1035
981
|
serializationMethod: {
|
|
1036
982
|
ids: {
|
|
1037
|
-
style:
|
|
983
|
+
style: 'form',
|
|
1038
984
|
explode: true,
|
|
1039
985
|
},
|
|
1040
986
|
},
|
|
1041
987
|
parameters: {
|
|
1042
988
|
ids: z.array(z.number()),
|
|
1043
989
|
},
|
|
1044
|
-
response:
|
|
1045
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
990
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
1046
991
|
errors: [
|
|
1047
992
|
{
|
|
1048
993
|
status: 400,
|
|
@@ -1058,21 +1003,20 @@ export const getUniversesMultiget = endpoint({
|
|
|
1058
1003
|
* @description If a universe can not be found for a given ID (such as -1) it will be skipped.
|
|
1059
1004
|
*/
|
|
1060
1005
|
export const getUniversesMultigetPermissions = endpoint({
|
|
1061
|
-
method:
|
|
1062
|
-
path:
|
|
1063
|
-
baseUrl:
|
|
1064
|
-
requestFormat:
|
|
1006
|
+
method: 'GET',
|
|
1007
|
+
path: '/v1/universes/multiget/permissions',
|
|
1008
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1009
|
+
requestFormat: 'json',
|
|
1065
1010
|
serializationMethod: {
|
|
1066
1011
|
ids: {
|
|
1067
|
-
style:
|
|
1012
|
+
style: 'form',
|
|
1068
1013
|
explode: true,
|
|
1069
1014
|
},
|
|
1070
1015
|
},
|
|
1071
1016
|
parameters: {
|
|
1072
1017
|
ids: z.array(z.number()),
|
|
1073
1018
|
},
|
|
1074
|
-
response:
|
|
1075
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseIdPermissionsModel_,
|
|
1019
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseIdPermissionsModel_,
|
|
1076
1020
|
errors: [
|
|
1077
1021
|
{
|
|
1078
1022
|
status: 400,
|
|
@@ -1091,21 +1035,20 @@ export const getUniversesMultigetPermissions = endpoint({
|
|
|
1091
1035
|
* @param ids The universe Ids.
|
|
1092
1036
|
*/
|
|
1093
1037
|
export const getUniversesMultigetTeamcreate = endpoint({
|
|
1094
|
-
method:
|
|
1095
|
-
path:
|
|
1096
|
-
baseUrl:
|
|
1097
|
-
requestFormat:
|
|
1038
|
+
method: 'GET',
|
|
1039
|
+
path: '/v1/universes/multiget/teamcreate',
|
|
1040
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1041
|
+
requestFormat: 'json',
|
|
1098
1042
|
serializationMethod: {
|
|
1099
1043
|
ids: {
|
|
1100
|
-
style:
|
|
1044
|
+
style: 'form',
|
|
1101
1045
|
explode: true,
|
|
1102
1046
|
},
|
|
1103
1047
|
},
|
|
1104
1048
|
parameters: {
|
|
1105
1049
|
ids: z.array(z.number()),
|
|
1106
1050
|
},
|
|
1107
|
-
response:
|
|
1108
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel_,
|
|
1051
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_UniverseTeamCreateSettingsModel_,
|
|
1109
1052
|
errors: [
|
|
1110
1053
|
{
|
|
1111
1054
|
status: 400,
|
|
@@ -1122,10 +1065,10 @@ export const getUniversesMultigetTeamcreate = endpoint({
|
|
|
1122
1065
|
* @summary Returns the result of various checks for a user's eligibility to publish a public universe
|
|
1123
1066
|
*/
|
|
1124
1067
|
export const getUniversesUserPublicPublishEligibility = endpoint({
|
|
1125
|
-
method:
|
|
1126
|
-
path:
|
|
1127
|
-
baseUrl:
|
|
1128
|
-
requestFormat:
|
|
1068
|
+
method: 'GET',
|
|
1069
|
+
path: '/v1/universes/user-public-publish-eligibility',
|
|
1070
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1071
|
+
requestFormat: 'json',
|
|
1129
1072
|
response: Roblox_Api_Develop_Models_UserPublicPublishEligibilityResponse,
|
|
1130
1073
|
errors: [],
|
|
1131
1074
|
});
|
|
@@ -1134,12 +1077,11 @@ export const getUniversesUserPublicPublishEligibility = endpoint({
|
|
|
1134
1077
|
* @summary Gets a list of Groups that a user can manage.
|
|
1135
1078
|
*/
|
|
1136
1079
|
export const getUserGroupsCanmanage = endpoint({
|
|
1137
|
-
method:
|
|
1138
|
-
path:
|
|
1139
|
-
baseUrl:
|
|
1140
|
-
requestFormat:
|
|
1141
|
-
response:
|
|
1142
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_,
|
|
1080
|
+
method: 'GET',
|
|
1081
|
+
path: '/v1/user/groups/canmanage',
|
|
1082
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1083
|
+
requestFormat: 'json',
|
|
1084
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_,
|
|
1143
1085
|
errors: [
|
|
1144
1086
|
{
|
|
1145
1087
|
status: 401,
|
|
@@ -1152,12 +1094,11 @@ export const getUserGroupsCanmanage = endpoint({
|
|
|
1152
1094
|
* @summary Gets a list of groups a user can manage games or items for.
|
|
1153
1095
|
*/
|
|
1154
1096
|
export const getUserGroupsCanmanagegamesoritems = endpoint({
|
|
1155
|
-
method:
|
|
1156
|
-
path:
|
|
1157
|
-
baseUrl:
|
|
1158
|
-
requestFormat:
|
|
1159
|
-
response:
|
|
1160
|
-
Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_,
|
|
1097
|
+
method: 'GET',
|
|
1098
|
+
path: '/v1/user/groups/canmanagegamesoritems',
|
|
1099
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1100
|
+
requestFormat: 'json',
|
|
1101
|
+
response: Roblox_Web_WebAPI_Models_ApiArrayResponse_Roblox_Api_Develop_Models_GroupModel_,
|
|
1161
1102
|
errors: [
|
|
1162
1103
|
{
|
|
1163
1104
|
status: 401,
|
|
@@ -1174,25 +1115,25 @@ export const getUserGroupsCanmanagegamesoritems = endpoint({
|
|
|
1174
1115
|
* @param sortOrder Sorted by universeId
|
|
1175
1116
|
*/
|
|
1176
1117
|
export const getUserUniverses = endpoint({
|
|
1177
|
-
method:
|
|
1178
|
-
path:
|
|
1179
|
-
baseUrl:
|
|
1180
|
-
requestFormat:
|
|
1118
|
+
method: 'GET',
|
|
1119
|
+
path: '/v1/user/universes',
|
|
1120
|
+
baseUrl: 'https://develop.roblox.com',
|
|
1121
|
+
requestFormat: 'json',
|
|
1181
1122
|
serializationMethod: {
|
|
1182
1123
|
isArchived: {
|
|
1183
|
-
style:
|
|
1124
|
+
style: 'form',
|
|
1184
1125
|
explode: true,
|
|
1185
1126
|
},
|
|
1186
1127
|
limit: {
|
|
1187
|
-
style:
|
|
1128
|
+
style: 'form',
|
|
1188
1129
|
explode: true,
|
|
1189
1130
|
},
|
|
1190
1131
|
cursor: {
|
|
1191
|
-
style:
|
|
1132
|
+
style: 'form',
|
|
1192
1133
|
explode: true,
|
|
1193
1134
|
},
|
|
1194
1135
|
sortOrder: {
|
|
1195
|
-
style:
|
|
1136
|
+
style: 'form',
|
|
1196
1137
|
explode: true,
|
|
1197
1138
|
},
|
|
1198
1139
|
},
|
|
@@ -1203,10 +1144,9 @@ export const getUserUniverses = endpoint({
|
|
|
1203
1144
|
.optional()
|
|
1204
1145
|
.default(10),
|
|
1205
1146
|
cursor: z.string().optional(),
|
|
1206
|
-
sortOrder: z.enum([
|
|
1147
|
+
sortOrder: z.enum(['Asc', 'Desc']).optional().default('Asc'),
|
|
1207
1148
|
},
|
|
1208
|
-
response:
|
|
1209
|
-
Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
1149
|
+
response: Roblox_Web_WebAPI_Models_ApiPageResponse_Roblox_Api_Develop_Models_UniverseModel_,
|
|
1210
1150
|
errors: [
|
|
1211
1151
|
{
|
|
1212
1152
|
status: 400,
|