rozod 6.8.0 → 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.
Files changed (53) hide show
  1. package/lib/endpoints/accountinformationv1.d.ts +92 -95
  2. package/lib/endpoints/accountsettingsv1.d.ts +88 -110
  3. package/lib/endpoints/adconfigurationv2.d.ts +108 -215
  4. package/lib/endpoints/assetdeliveryv1.d.ts +236 -237
  5. package/lib/endpoints/assetdeliveryv2.d.ts +180 -181
  6. package/lib/endpoints/authv1.d.ts +479 -521
  7. package/lib/endpoints/authv2.d.ts +209 -221
  8. package/lib/endpoints/authv3.d.ts +32 -35
  9. package/lib/endpoints/avatarv1.d.ts +112 -117
  10. package/lib/endpoints/avatarv2.d.ts +71 -76
  11. package/lib/endpoints/avatarv3.d.ts +27 -33
  12. package/lib/endpoints/badgesv1.d.ts +92 -99
  13. package/lib/endpoints/catalogv1.d.ts +207 -233
  14. package/lib/endpoints/catalogv2.d.ts +81 -119
  15. package/lib/endpoints/clientsettingsv1.d.ts +33 -35
  16. package/lib/endpoints/clientsettingsv2.d.ts +62 -68
  17. package/lib/endpoints/contactsv1.d.ts +18 -20
  18. package/lib/endpoints/developv1.d.ts +230 -293
  19. package/lib/endpoints/developv2.d.ts +84 -137
  20. package/lib/endpoints/economycreatorstatsv1.d.ts +12 -12
  21. package/lib/endpoints/economyv1.d.ts +6 -6
  22. package/lib/endpoints/engagementpayoutsv1.d.ts +9 -9
  23. package/lib/endpoints/followingsv1.d.ts +33 -34
  24. package/lib/endpoints/followingsv2.d.ts +9 -9
  25. package/lib/endpoints/friendsv1.d.ts +200 -237
  26. package/lib/endpoints/gameinternationalizationv1.d.ts +1509 -1642
  27. package/lib/endpoints/gameinternationalizationv2.d.ts +62 -64
  28. package/lib/endpoints/gamesv1.d.ts +181 -143
  29. package/lib/endpoints/gamesv2.d.ts +161 -169
  30. package/lib/endpoints/groupsv1.d.ts +938 -988
  31. package/lib/endpoints/groupsv2.d.ts +259 -278
  32. package/lib/endpoints/inventoryv1.d.ts +91 -122
  33. package/lib/endpoints/inventoryv2.d.ts +163 -180
  34. package/lib/endpoints/itemconfigurationv1.d.ts +33 -40
  35. package/lib/endpoints/localev1.d.ts +47 -48
  36. package/lib/endpoints/localizationtablesv1.d.ts +315 -353
  37. package/lib/endpoints/matchmakingv1.d.ts +184 -190
  38. package/lib/endpoints/notificationsv2.d.ts +144 -158
  39. package/lib/endpoints/premiumfeaturesv1.d.ts +14 -14
  40. package/lib/endpoints/presencev1.d.ts +7 -12
  41. package/lib/endpoints/privatemessagesv1.d.ts +56 -64
  42. package/lib/endpoints/publishv1.d.ts +32 -32
  43. package/lib/endpoints/thumbnailsresizerv1.d.ts +52 -53
  44. package/lib/endpoints/thumbnailsv1.d.ts +325 -326
  45. package/lib/endpoints/thumbnailsv1.js +24 -24
  46. package/lib/endpoints/tradesv1.d.ts +92 -104
  47. package/lib/endpoints/tradesv2.d.ts +81 -84
  48. package/lib/endpoints/translationrolesv1.d.ts +46 -51
  49. package/lib/endpoints/twostepverificationv1.d.ts +233 -237
  50. package/lib/endpoints/usersv1.d.ts +110 -114
  51. package/lib/index.d.ts +56 -1
  52. package/lib/index.js +159 -3
  53. package/package.json +2 -2
@@ -1,15 +1,15 @@
1
- import { z } from "zod";
2
- import { endpoint } from "..";
1
+ import { z } from 'zod';
2
+ import { endpoint } from '..';
3
3
 
4
4
  /**
5
5
  * @api GET https://matchmaking.roblox.com/v1/client-status
6
6
  * @summary Get the client-status
7
7
  */
8
8
  export const getClientStatus = endpoint({
9
- method: "GET",
10
- path: "/v1/client-status",
11
- baseUrl: "https://matchmaking.roblox.com",
12
- requestFormat: "json",
9
+ method: 'GET',
10
+ path: '/v1/client-status',
11
+ baseUrl: 'https://matchmaking.roblox.com',
12
+ requestFormat: 'json',
13
13
  response: z.void(),
14
14
  errors: [],
15
15
  });
@@ -18,10 +18,10 @@ export const getClientStatus = endpoint({
18
18
  * @summary Set the client-status
19
19
  */
20
20
  export const postClientStatus = endpoint({
21
- method: "POST",
22
- path: "/v1/client-status",
23
- baseUrl: "https://matchmaking.roblox.com",
24
- requestFormat: "json",
21
+ method: 'POST',
22
+ path: '/v1/client-status',
23
+ baseUrl: 'https://matchmaking.roblox.com',
24
+ requestFormat: 'json',
25
25
  response: z.void(),
26
26
  errors: [],
27
27
  });
@@ -30,10 +30,10 @@ export const postClientStatus = endpoint({
30
30
  * @summary Shutdown game instances.
31
31
  */
32
32
  export const postGameInstancesShutdown = endpoint({
33
- method: "POST",
34
- path: "/v1/game-instances/shutdown",
35
- baseUrl: "https://matchmaking.roblox.com",
36
- requestFormat: "json",
33
+ method: 'POST',
34
+ path: '/v1/game-instances/shutdown',
35
+ baseUrl: 'https://matchmaking.roblox.com',
36
+ requestFormat: 'json',
37
37
  response: z.void(),
38
38
  errors: [],
39
39
  });
@@ -42,10 +42,10 @@ export const postGameInstancesShutdown = endpoint({
42
42
  * @summary Shutdown all game instances.
43
43
  */
44
44
  export const postGameInstancesShutdownAll = endpoint({
45
- method: "POST",
46
- path: "/v1/game-instances/shutdown-all",
47
- baseUrl: "https://matchmaking.roblox.com",
48
- requestFormat: "json",
45
+ method: 'POST',
46
+ path: '/v1/game-instances/shutdown-all',
47
+ baseUrl: 'https://matchmaking.roblox.com',
48
+ requestFormat: 'json',
49
49
  response: z.void(),
50
50
  errors: [],
51
51
  });
@@ -54,10 +54,10 @@ export const postGameInstancesShutdownAll = endpoint({
54
54
  * @summary Create a PlayerAttributeDefinition.
55
55
  */
56
56
  export const postMatchmakingPlayerAttribute = endpoint({
57
- method: "POST",
58
- path: "/v1/matchmaking/player-attribute",
59
- baseUrl: "https://matchmaking.roblox.com",
60
- requestFormat: "json",
57
+ method: 'POST',
58
+ path: '/v1/matchmaking/player-attribute',
59
+ baseUrl: 'https://matchmaking.roblox.com',
60
+ requestFormat: 'json',
61
61
  response: z.void(),
62
62
  errors: [],
63
63
  });
@@ -67,13 +67,13 @@ export const postMatchmakingPlayerAttribute = endpoint({
67
67
  * @param attributeId
68
68
  */
69
69
  export const deleteMatchmakingPlayerAttributeAttributeid = endpoint({
70
- method: "DELETE",
71
- path: "/v1/matchmaking/player-attribute/:attributeId",
72
- baseUrl: "https://matchmaking.roblox.com",
73
- requestFormat: "json",
70
+ method: 'DELETE',
71
+ path: '/v1/matchmaking/player-attribute/:attributeId',
72
+ baseUrl: 'https://matchmaking.roblox.com',
73
+ requestFormat: 'json',
74
74
  serializationMethod: {
75
75
  attributeId: {
76
- style: "simple",
76
+ style: 'simple',
77
77
  },
78
78
  },
79
79
  parameters: {
@@ -88,13 +88,13 @@ export const deleteMatchmakingPlayerAttributeAttributeid = endpoint({
88
88
  * @param attributeId
89
89
  */
90
90
  export const patchMatchmakingPlayerAttributeAttributeid = endpoint({
91
- method: "PATCH",
92
- path: "/v1/matchmaking/player-attribute/:attributeId",
93
- baseUrl: "https://matchmaking.roblox.com",
94
- requestFormat: "json",
91
+ method: 'PATCH',
92
+ path: '/v1/matchmaking/player-attribute/:attributeId',
93
+ baseUrl: 'https://matchmaking.roblox.com',
94
+ requestFormat: 'json',
95
95
  serializationMethod: {
96
96
  attributeId: {
97
- style: "simple",
97
+ style: 'simple',
98
98
  },
99
99
  },
100
100
  parameters: {
@@ -109,13 +109,13 @@ export const patchMatchmakingPlayerAttributeAttributeid = endpoint({
109
109
  * @param universeId
110
110
  */
111
111
  export const getMatchmakingPlayerAttributesUniverseid = endpoint({
112
- method: "GET",
113
- path: "/v1/matchmaking/player-attributes/:universeId",
114
- baseUrl: "https://matchmaking.roblox.com",
115
- requestFormat: "json",
112
+ method: 'GET',
113
+ path: '/v1/matchmaking/player-attributes/:universeId',
114
+ baseUrl: 'https://matchmaking.roblox.com',
115
+ requestFormat: 'json',
116
116
  serializationMethod: {
117
117
  universeId: {
118
- style: "simple",
118
+ style: 'simple',
119
119
  },
120
120
  },
121
121
  parameters: {
@@ -129,10 +129,10 @@ export const getMatchmakingPlayerAttributesUniverseid = endpoint({
129
129
  * @summary Creates a matchmaking scoring configuration.
130
130
  */
131
131
  export const postMatchmakingScoringConfiguration = endpoint({
132
- method: "POST",
133
- path: "/v1/matchmaking/scoring-configuration",
134
- baseUrl: "https://matchmaking.roblox.com",
135
- requestFormat: "json",
132
+ method: 'POST',
133
+ path: '/v1/matchmaking/scoring-configuration',
134
+ baseUrl: 'https://matchmaking.roblox.com',
135
+ requestFormat: 'json',
136
136
  response: z.void(),
137
137
  errors: [],
138
138
  });
@@ -141,151 +141,145 @@ export const postMatchmakingScoringConfiguration = endpoint({
141
141
  * @summary Updates a matchmaking scoring configuration.
142
142
  * @param scoringConfigurationId
143
143
  */
144
- export const getMatchmakingScoringConfigurationScoringconfigurationid =
145
- endpoint({
146
- method: "GET",
147
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId",
148
- baseUrl: "https://matchmaking.roblox.com",
149
- requestFormat: "json",
150
- serializationMethod: {
151
- scoringConfigurationId: {
152
- style: "simple",
153
- },
154
- },
155
- parameters: {
156
- scoringConfigurationId: z.unknown(),
144
+ export const getMatchmakingScoringConfigurationScoringconfigurationid = endpoint({
145
+ method: 'GET',
146
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId',
147
+ baseUrl: 'https://matchmaking.roblox.com',
148
+ requestFormat: 'json',
149
+ serializationMethod: {
150
+ scoringConfigurationId: {
151
+ style: 'simple',
157
152
  },
158
- response: z.void(),
159
- errors: [],
160
- });
153
+ },
154
+ parameters: {
155
+ scoringConfigurationId: z.unknown(),
156
+ },
157
+ response: z.void(),
158
+ errors: [],
159
+ });
161
160
  /**
162
161
  * @api DELETE https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/:scoringConfigurationId
163
162
  * @summary Deletes a matchmaking scoring configuration.
164
163
  * @param scoringConfigurationId
165
164
  */
166
- export const deleteMatchmakingScoringConfigurationScoringconfigurationid =
167
- endpoint({
168
- method: "DELETE",
169
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId",
170
- baseUrl: "https://matchmaking.roblox.com",
171
- requestFormat: "json",
172
- serializationMethod: {
173
- scoringConfigurationId: {
174
- style: "simple",
175
- },
176
- },
177
- parameters: {
178
- scoringConfigurationId: z.unknown(),
165
+ export const deleteMatchmakingScoringConfigurationScoringconfigurationid = endpoint({
166
+ method: 'DELETE',
167
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId',
168
+ baseUrl: 'https://matchmaking.roblox.com',
169
+ requestFormat: 'json',
170
+ serializationMethod: {
171
+ scoringConfigurationId: {
172
+ style: 'simple',
179
173
  },
180
- response: z.void(),
181
- errors: [],
182
- });
174
+ },
175
+ parameters: {
176
+ scoringConfigurationId: z.unknown(),
177
+ },
178
+ response: z.void(),
179
+ errors: [],
180
+ });
183
181
  /**
184
182
  * @api PATCH https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/:scoringConfigurationId
185
183
  * @summary Updates a matchmaking scoring configuration.
186
184
  * @param scoringConfigurationId
187
185
  */
188
- export const patchMatchmakingScoringConfigurationScoringconfigurationid =
189
- endpoint({
190
- method: "PATCH",
191
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId",
192
- baseUrl: "https://matchmaking.roblox.com",
193
- requestFormat: "json",
194
- serializationMethod: {
195
- scoringConfigurationId: {
196
- style: "simple",
197
- },
198
- },
199
- parameters: {
200
- scoringConfigurationId: z.unknown(),
186
+ export const patchMatchmakingScoringConfigurationScoringconfigurationid = endpoint({
187
+ method: 'PATCH',
188
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId',
189
+ baseUrl: 'https://matchmaking.roblox.com',
190
+ requestFormat: 'json',
191
+ serializationMethod: {
192
+ scoringConfigurationId: {
193
+ style: 'simple',
201
194
  },
202
- response: z.void(),
203
- errors: [],
204
- });
195
+ },
196
+ parameters: {
197
+ scoringConfigurationId: z.unknown(),
198
+ },
199
+ response: z.void(),
200
+ errors: [],
201
+ });
205
202
  /**
206
203
  * @api POST https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals
207
204
  * @summary Creates a matchmaking scoring configuration signal.
208
205
  * @param scoringConfigurationId
209
206
  */
210
- export const postMatchmakingScoringConfigurationScoringconfigurationidSignals =
211
- endpoint({
212
- method: "POST",
213
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals",
214
- baseUrl: "https://matchmaking.roblox.com",
215
- requestFormat: "json",
216
- serializationMethod: {
217
- scoringConfigurationId: {
218
- style: "simple",
219
- },
220
- },
221
- parameters: {
222
- scoringConfigurationId: z.unknown(),
207
+ export const postMatchmakingScoringConfigurationScoringconfigurationidSignals = endpoint({
208
+ method: 'POST',
209
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals',
210
+ baseUrl: 'https://matchmaking.roblox.com',
211
+ requestFormat: 'json',
212
+ serializationMethod: {
213
+ scoringConfigurationId: {
214
+ style: 'simple',
223
215
  },
224
- response: z.void(),
225
- errors: [],
226
- });
216
+ },
217
+ parameters: {
218
+ scoringConfigurationId: z.unknown(),
219
+ },
220
+ response: z.void(),
221
+ errors: [],
222
+ });
227
223
  /**
228
224
  * @api DELETE https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName
229
225
  * @summary Deletes a matchmaking scoring configuration custom signal.
230
226
  * @param scoringConfigurationId
231
227
  * @param signalName
232
228
  */
233
- export const deleteMatchmakingScoringConfigurationScoringconfigurationidSignalsSignalname =
234
- endpoint({
235
- method: "DELETE",
236
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName",
237
- baseUrl: "https://matchmaking.roblox.com",
238
- requestFormat: "json",
239
- serializationMethod: {
240
- scoringConfigurationId: {
241
- style: "simple",
242
- },
243
- signalName: {
244
- style: "simple",
245
- },
229
+ export const deleteMatchmakingScoringConfigurationScoringconfigurationidSignalsSignalname = endpoint({
230
+ method: 'DELETE',
231
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName',
232
+ baseUrl: 'https://matchmaking.roblox.com',
233
+ requestFormat: 'json',
234
+ serializationMethod: {
235
+ scoringConfigurationId: {
236
+ style: 'simple',
246
237
  },
247
- parameters: {
248
- scoringConfigurationId: z.unknown(),
249
- signalName: z.unknown(),
238
+ signalName: {
239
+ style: 'simple',
250
240
  },
251
- response: z.void(),
252
- errors: [],
253
- });
241
+ },
242
+ parameters: {
243
+ scoringConfigurationId: z.unknown(),
244
+ signalName: z.unknown(),
245
+ },
246
+ response: z.void(),
247
+ errors: [],
248
+ });
254
249
  /**
255
250
  * @api PATCH https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName
256
251
  * @summary Updates a matchmaking scoring configuration signal.
257
252
  * @param scoringConfigurationId
258
253
  * @param signalName
259
254
  */
260
- export const patchMatchmakingScoringConfigurationScoringconfigurationidSignalsSignalname =
261
- endpoint({
262
- method: "PATCH",
263
- path: "/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName",
264
- baseUrl: "https://matchmaking.roblox.com",
265
- requestFormat: "json",
266
- serializationMethod: {
267
- scoringConfigurationId: {
268
- style: "simple",
269
- },
270
- signalName: {
271
- style: "simple",
272
- },
255
+ export const patchMatchmakingScoringConfigurationScoringconfigurationidSignalsSignalname = endpoint({
256
+ method: 'PATCH',
257
+ path: '/v1/matchmaking/scoring-configuration/:scoringConfigurationId/signals/:signalName',
258
+ baseUrl: 'https://matchmaking.roblox.com',
259
+ requestFormat: 'json',
260
+ serializationMethod: {
261
+ scoringConfigurationId: {
262
+ style: 'simple',
273
263
  },
274
- parameters: {
275
- scoringConfigurationId: z.unknown(),
276
- signalName: z.unknown(),
264
+ signalName: {
265
+ style: 'simple',
277
266
  },
278
- response: z.void(),
279
- errors: [],
280
- });
267
+ },
268
+ parameters: {
269
+ scoringConfigurationId: z.unknown(),
270
+ signalName: z.unknown(),
271
+ },
272
+ response: z.void(),
273
+ errors: [],
274
+ });
281
275
  /**
282
276
  * @api GET https://matchmaking.roblox.com/v1/matchmaking/scoring-configuration/default-weights
283
277
  */
284
278
  export const getMatchmakingScoringConfigurationDefaultWeights = endpoint({
285
- method: "GET",
286
- path: "/v1/matchmaking/scoring-configuration/default-weights",
287
- baseUrl: "https://matchmaking.roblox.com",
288
- requestFormat: "json",
279
+ method: 'GET',
280
+ path: '/v1/matchmaking/scoring-configuration/default-weights',
281
+ baseUrl: 'https://matchmaking.roblox.com',
282
+ requestFormat: 'json',
289
283
  response: z.void(),
290
284
  errors: [],
291
285
  });
@@ -294,10 +288,10 @@ export const getMatchmakingScoringConfigurationDefaultWeights = endpoint({
294
288
  * @summary Sets a matchmaking scoring configuration for a place.
295
289
  */
296
290
  export const postMatchmakingScoringConfigurationPlace = endpoint({
297
- method: "POST",
298
- path: "/v1/matchmaking/scoring-configuration/place",
299
- baseUrl: "https://matchmaking.roblox.com",
300
- requestFormat: "json",
291
+ method: 'POST',
292
+ path: '/v1/matchmaking/scoring-configuration/place',
293
+ baseUrl: 'https://matchmaking.roblox.com',
294
+ requestFormat: 'json',
301
295
  response: z.void(),
302
296
  errors: [],
303
297
  });
@@ -307,13 +301,13 @@ export const postMatchmakingScoringConfigurationPlace = endpoint({
307
301
  * @param placeId
308
302
  */
309
303
  export const deleteMatchmakingScoringConfigurationPlacePlaceid = endpoint({
310
- method: "DELETE",
311
- path: "/v1/matchmaking/scoring-configuration/place/:placeId",
312
- baseUrl: "https://matchmaking.roblox.com",
313
- requestFormat: "json",
304
+ method: 'DELETE',
305
+ path: '/v1/matchmaking/scoring-configuration/place/:placeId',
306
+ baseUrl: 'https://matchmaking.roblox.com',
307
+ requestFormat: 'json',
314
308
  serializationMethod: {
315
309
  placeId: {
316
- style: "simple",
310
+ style: 'simple',
317
311
  },
318
312
  },
319
313
  parameters: {
@@ -328,13 +322,13 @@ export const deleteMatchmakingScoringConfigurationPlacePlaceid = endpoint({
328
322
  * @param universeId
329
323
  */
330
324
  export const getMatchmakingScoringConfigurationsUniverseid = endpoint({
331
- method: "GET",
332
- path: "/v1/matchmaking/scoring-configurations/:universeId",
333
- baseUrl: "https://matchmaking.roblox.com",
334
- requestFormat: "json",
325
+ method: 'GET',
326
+ path: '/v1/matchmaking/scoring-configurations/:universeId',
327
+ baseUrl: 'https://matchmaking.roblox.com',
328
+ requestFormat: 'json',
335
329
  serializationMethod: {
336
330
  universeId: {
337
- style: "simple",
331
+ style: 'simple',
338
332
  },
339
333
  },
340
334
  parameters: {
@@ -349,13 +343,13 @@ export const getMatchmakingScoringConfigurationsUniverseid = endpoint({
349
343
  * @param universeId
350
344
  */
351
345
  export const getMatchmakingScoringConfigurationsUniverseidPlaces = endpoint({
352
- method: "GET",
353
- path: "/v1/matchmaking/scoring-configurations/:universeId/places",
354
- baseUrl: "https://matchmaking.roblox.com",
355
- requestFormat: "json",
346
+ method: 'GET',
347
+ path: '/v1/matchmaking/scoring-configurations/:universeId/places',
348
+ baseUrl: 'https://matchmaking.roblox.com',
349
+ requestFormat: 'json',
356
350
  serializationMethod: {
357
351
  universeId: {
358
- style: "simple",
352
+ style: 'simple',
359
353
  },
360
354
  },
361
355
  parameters: {
@@ -369,10 +363,10 @@ export const getMatchmakingScoringConfigurationsUniverseidPlaces = endpoint({
369
363
  * @summary Create a ServerAttributeDefinition.
370
364
  */
371
365
  export const postMatchmakingServerAttribute = endpoint({
372
- method: "POST",
373
- path: "/v1/matchmaking/server-attribute",
374
- baseUrl: "https://matchmaking.roblox.com",
375
- requestFormat: "json",
366
+ method: 'POST',
367
+ path: '/v1/matchmaking/server-attribute',
368
+ baseUrl: 'https://matchmaking.roblox.com',
369
+ requestFormat: 'json',
376
370
  response: z.void(),
377
371
  errors: [],
378
372
  });
@@ -382,13 +376,13 @@ export const postMatchmakingServerAttribute = endpoint({
382
376
  * @param attributeId
383
377
  */
384
378
  export const deleteMatchmakingServerAttributeAttributeid = endpoint({
385
- method: "DELETE",
386
- path: "/v1/matchmaking/server-attribute/:attributeId",
387
- baseUrl: "https://matchmaking.roblox.com",
388
- requestFormat: "json",
379
+ method: 'DELETE',
380
+ path: '/v1/matchmaking/server-attribute/:attributeId',
381
+ baseUrl: 'https://matchmaking.roblox.com',
382
+ requestFormat: 'json',
389
383
  serializationMethod: {
390
384
  attributeId: {
391
- style: "simple",
385
+ style: 'simple',
392
386
  },
393
387
  },
394
388
  parameters: {
@@ -403,13 +397,13 @@ export const deleteMatchmakingServerAttributeAttributeid = endpoint({
403
397
  * @param attributeId
404
398
  */
405
399
  export const patchMatchmakingServerAttributeAttributeid = endpoint({
406
- method: "PATCH",
407
- path: "/v1/matchmaking/server-attribute/:attributeId",
408
- baseUrl: "https://matchmaking.roblox.com",
409
- requestFormat: "json",
400
+ method: 'PATCH',
401
+ path: '/v1/matchmaking/server-attribute/:attributeId',
402
+ baseUrl: 'https://matchmaking.roblox.com',
403
+ requestFormat: 'json',
410
404
  serializationMethod: {
411
405
  attributeId: {
412
- style: "simple",
406
+ style: 'simple',
413
407
  },
414
408
  },
415
409
  parameters: {
@@ -424,13 +418,13 @@ export const patchMatchmakingServerAttributeAttributeid = endpoint({
424
418
  * @param universeId
425
419
  */
426
420
  export const getMatchmakingServerAttributesUniverseid = endpoint({
427
- method: "GET",
428
- path: "/v1/matchmaking/server-attributes/:universeId",
429
- baseUrl: "https://matchmaking.roblox.com",
430
- requestFormat: "json",
421
+ method: 'GET',
422
+ path: '/v1/matchmaking/server-attributes/:universeId',
423
+ baseUrl: 'https://matchmaking.roblox.com',
424
+ requestFormat: 'json',
431
425
  serializationMethod: {
432
426
  universeId: {
433
- style: "simple",
427
+ style: 'simple',
434
428
  },
435
429
  },
436
430
  parameters: {
@@ -445,13 +439,13 @@ export const getMatchmakingServerAttributesUniverseid = endpoint({
445
439
  * @param universeId
446
440
  */
447
441
  export const getMatchmakingUniverseUniverseidFeatureFlags = endpoint({
448
- method: "GET",
449
- path: "/v1/matchmaking/universe/:universeId/feature-flags",
450
- baseUrl: "https://matchmaking.roblox.com",
451
- requestFormat: "json",
442
+ method: 'GET',
443
+ path: '/v1/matchmaking/universe/:universeId/feature-flags',
444
+ baseUrl: 'https://matchmaking.roblox.com',
445
+ requestFormat: 'json',
452
446
  serializationMethod: {
453
447
  universeId: {
454
- style: "simple",
448
+ style: 'simple',
455
449
  },
456
450
  },
457
451
  parameters: {