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
|
@@ -39,6 +39,7 @@ const Roblox_Web_Assets_IAssetItemError = zod_1.z.object({
|
|
|
39
39
|
'NotApprovedByContentCompliance',
|
|
40
40
|
'AssetContentRepresentationGenerating',
|
|
41
41
|
'AssetArchived',
|
|
42
|
+
'AssetUsageNotAllowed',
|
|
42
43
|
]),
|
|
43
44
|
});
|
|
44
45
|
const Roblox_Web_Assets_AssetContentRepresentationSpecifier = zod_1.z.object({
|
|
@@ -77,6 +78,7 @@ const Roblox_Web_Assets_BatchAssetRequestItem = zod_1.z.object({
|
|
|
77
78
|
'roblox-assetFormat': zod_1.z.string(),
|
|
78
79
|
assetResolutionMode: zod_1.z.string(),
|
|
79
80
|
accessContext: zod_1.z.string(),
|
|
81
|
+
usageContext: zod_1.z.number().int(),
|
|
80
82
|
contentRepresentationPriorityList: zod_1.z.string(),
|
|
81
83
|
doNotFallbackToBaselineRepresentation: zod_1.z.boolean(),
|
|
82
84
|
});
|
|
@@ -96,6 +98,7 @@ const Roblox_Web_Assets_BatchAssetRequestItem = zod_1.z.object({
|
|
|
96
98
|
* @param serverplaceid
|
|
97
99
|
* @param expectedAssetType
|
|
98
100
|
* @param accessContext
|
|
101
|
+
* @param usageContext
|
|
99
102
|
*/
|
|
100
103
|
exports.getAliasAlias = (0, __1.endpoint)({
|
|
101
104
|
method: 'GET',
|
|
@@ -152,6 +155,10 @@ exports.getAliasAlias = (0, __1.endpoint)({
|
|
|
152
155
|
style: 'form',
|
|
153
156
|
explode: true,
|
|
154
157
|
},
|
|
158
|
+
usageContext: {
|
|
159
|
+
style: 'form',
|
|
160
|
+
explode: true,
|
|
161
|
+
},
|
|
155
162
|
},
|
|
156
163
|
parameters: {
|
|
157
164
|
alias: zod_1.z.string().regex(/^[0-9]+\/.+/),
|
|
@@ -168,6 +175,7 @@ exports.getAliasAlias = (0, __1.endpoint)({
|
|
|
168
175
|
serverplaceid: zod_1.z.number().int().optional(),
|
|
169
176
|
expectedAssetType: zod_1.z.string().optional(),
|
|
170
177
|
accessContext: zod_1.z.string().optional(),
|
|
178
|
+
usageContext: zod_1.z.number().int().optional(),
|
|
171
179
|
},
|
|
172
180
|
response: Roblox_Web_Assets_AssetResponseItemV2,
|
|
173
181
|
errors: [],
|
|
@@ -199,6 +207,7 @@ exports.getAliasAlias = (0, __1.endpoint)({
|
|
|
199
207
|
* @param doNotFallbackToBaselineRepresentation
|
|
200
208
|
* @param contentRepresentationPriorityList
|
|
201
209
|
* @param accessContext
|
|
210
|
+
* @param usageContext
|
|
202
211
|
*/
|
|
203
212
|
exports.getAsset = (0, __1.endpoint)({
|
|
204
213
|
method: 'GET',
|
|
@@ -300,6 +309,10 @@ exports.getAsset = (0, __1.endpoint)({
|
|
|
300
309
|
style: 'form',
|
|
301
310
|
explode: true,
|
|
302
311
|
},
|
|
312
|
+
usageContext: {
|
|
313
|
+
style: 'form',
|
|
314
|
+
explode: true,
|
|
315
|
+
},
|
|
303
316
|
},
|
|
304
317
|
parameters: {
|
|
305
318
|
'Accept-Encoding': zod_1.z.string(),
|
|
@@ -327,6 +340,7 @@ exports.getAsset = (0, __1.endpoint)({
|
|
|
327
340
|
doNotFallbackToBaselineRepresentation: zod_1.z.boolean().optional(),
|
|
328
341
|
contentRepresentationPriorityList: zod_1.z.string().optional(),
|
|
329
342
|
accessContext: zod_1.z.string().optional(),
|
|
343
|
+
usageContext: zod_1.z.number().int().optional(),
|
|
330
344
|
},
|
|
331
345
|
response: Roblox_Web_Assets_AssetResponseItemV2,
|
|
332
346
|
errors: [],
|
|
@@ -349,6 +363,7 @@ exports.getAsset = (0, __1.endpoint)({
|
|
|
349
363
|
* @param doNotFallbackToBaselineRepresentation
|
|
350
364
|
* @param contentRepresentationPriorityList
|
|
351
365
|
* @param accessContext
|
|
366
|
+
* @param usageContext
|
|
352
367
|
*/
|
|
353
368
|
exports.getAssetidAssetid = (0, __1.endpoint)({
|
|
354
369
|
method: 'GET',
|
|
@@ -413,6 +428,10 @@ exports.getAssetidAssetid = (0, __1.endpoint)({
|
|
|
413
428
|
style: 'form',
|
|
414
429
|
explode: true,
|
|
415
430
|
},
|
|
431
|
+
usageContext: {
|
|
432
|
+
style: 'form',
|
|
433
|
+
explode: true,
|
|
434
|
+
},
|
|
416
435
|
},
|
|
417
436
|
parameters: {
|
|
418
437
|
assetId: zod_1.z.number().int(),
|
|
@@ -431,6 +450,7 @@ exports.getAssetidAssetid = (0, __1.endpoint)({
|
|
|
431
450
|
doNotFallbackToBaselineRepresentation: zod_1.z.boolean().optional(),
|
|
432
451
|
contentRepresentationPriorityList: zod_1.z.string().optional(),
|
|
433
452
|
accessContext: zod_1.z.string().optional(),
|
|
453
|
+
usageContext: zod_1.z.number().int().optional(),
|
|
434
454
|
},
|
|
435
455
|
response: Roblox_Web_Assets_AssetResponseItemV2,
|
|
436
456
|
errors: [],
|
|
@@ -454,6 +474,7 @@ exports.getAssetidAssetid = (0, __1.endpoint)({
|
|
|
454
474
|
* @param doNotFallbackToBaselineRepresentation
|
|
455
475
|
* @param contentRepresentationPriorityList
|
|
456
476
|
* @param accessContext
|
|
477
|
+
* @param usageContext
|
|
457
478
|
*/
|
|
458
479
|
exports.getAssetidAssetidVersionVersionnumber = (0, __1.endpoint)({
|
|
459
480
|
method: 'GET',
|
|
@@ -521,6 +542,10 @@ exports.getAssetidAssetidVersionVersionnumber = (0, __1.endpoint)({
|
|
|
521
542
|
style: 'form',
|
|
522
543
|
explode: true,
|
|
523
544
|
},
|
|
545
|
+
usageContext: {
|
|
546
|
+
style: 'form',
|
|
547
|
+
explode: true,
|
|
548
|
+
},
|
|
524
549
|
},
|
|
525
550
|
parameters: {
|
|
526
551
|
assetId: zod_1.z.number().int(),
|
|
@@ -540,6 +565,7 @@ exports.getAssetidAssetidVersionVersionnumber = (0, __1.endpoint)({
|
|
|
540
565
|
doNotFallbackToBaselineRepresentation: zod_1.z.boolean().optional(),
|
|
541
566
|
contentRepresentationPriorityList: zod_1.z.string().optional(),
|
|
542
567
|
accessContext: zod_1.z.string().optional(),
|
|
568
|
+
usageContext: zod_1.z.number().int().optional(),
|
|
543
569
|
},
|
|
544
570
|
response: Roblox_Web_Assets_AssetResponseItemV2,
|
|
545
571
|
errors: [],
|