rozod 2.0.0 → 2.0.2
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/accountinformationv1.d.ts +55 -15
- package/lib/endpoints/accountinformationv1.js +193 -128
- package/lib/endpoints/accountsettingsv1.d.ts +60 -6
- package/lib/endpoints/accountsettingsv1.js +204 -118
- package/lib/endpoints/assetdeliveryv1.d.ts +431 -0
- package/lib/endpoints/assetdeliveryv1.js +442 -10
- package/lib/endpoints/assetdeliveryv2.d.ts +431 -0
- package/lib/endpoints/assetdeliveryv2.js +443 -12
- package/lib/endpoints/authv1.d.ts +162 -36
- package/lib/endpoints/authv1.js +399 -201
- package/lib/endpoints/authv2.d.ts +108 -0
- package/lib/endpoints/authv2.js +353 -160
- package/lib/endpoints/authv3.d.ts +6 -0
- package/lib/endpoints/authv3.js +16 -8
- package/lib/endpoints/avatarv1.d.ts +94 -0
- package/lib/endpoints/avatarv1.js +239 -111
- package/lib/endpoints/avatarv2.d.ts +26 -0
- package/lib/endpoints/avatarv2.js +109 -59
- package/lib/endpoints/avatarv3.d.ts +20 -0
- package/lib/endpoints/avatarv3.js +83 -41
- package/lib/endpoints/badgesv1.d.ts +80 -3
- package/lib/endpoints/badgesv1.js +137 -51
- package/lib/endpoints/catalogv1.d.ts +183 -25
- package/lib/endpoints/catalogv1.js +307 -131
- package/lib/endpoints/chatv2.d.ts +105 -0
- package/lib/endpoints/chatv2.js +219 -114
- package/lib/endpoints/developv1.d.ts +411 -36
- package/lib/endpoints/developv1.js +707 -254
- package/lib/endpoints/developv2.d.ts +46 -0
- package/lib/endpoints/developv2.js +108 -36
- package/lib/endpoints/economyv1.js +7 -7
- package/lib/endpoints/friendsv1.d.ts +147 -0
- package/lib/endpoints/friendsv1.js +309 -114
- package/lib/endpoints/gamejoinv1.d.ts +2321 -0
- package/lib/endpoints/gamejoinv1.js +416 -0
- package/lib/endpoints/gamesv1.d.ts +319 -14
- package/lib/endpoints/gamesv1.js +531 -188
- package/lib/endpoints/gamesv2.d.ts +89 -0
- package/lib/endpoints/gamesv2.js +108 -19
- package/lib/endpoints/groupsv1.d.ts +602 -94
- package/lib/endpoints/groupsv1.js +1131 -456
- package/lib/endpoints/groupsv2.d.ts +33 -0
- package/lib/endpoints/groupsv2.js +74 -37
- package/lib/endpoints/inventoryv1.d.ts +108 -9
- package/lib/endpoints/inventoryv1.js +166 -45
- package/lib/endpoints/inventoryv2.d.ts +62 -1
- package/lib/endpoints/inventoryv2.js +91 -26
- package/lib/endpoints/presencev1.d.ts +14 -5
- package/lib/endpoints/presencev1.js +30 -21
- package/lib/endpoints/privatemessagesv1.d.ts +39 -0
- package/lib/endpoints/privatemessagesv1.js +90 -51
- package/lib/endpoints/thumbnailsv1.d.ts +309 -21
- package/lib/endpoints/thumbnailsv1.js +410 -63
- package/lib/endpoints/tradesv1.d.ts +51 -0
- package/lib/endpoints/tradesv1.js +148 -59
- package/lib/endpoints/translationsv1.d.ts +33 -0
- package/lib/endpoints/translationsv1.js +49 -14
- package/lib/endpoints/usersv1.d.ts +67 -0
- package/lib/endpoints/usersv1.js +138 -58
- package/lib/index.d.ts +4 -0
- package/lib/index.js +151 -240
- package/package.json +6 -3
|
@@ -8,6 +8,11 @@ export declare const getGroupsGroupid: {
|
|
|
8
8
|
path: string;
|
|
9
9
|
baseUrl: string;
|
|
10
10
|
requestFormat: "json";
|
|
11
|
+
serializationMethod: {
|
|
12
|
+
groupId: {
|
|
13
|
+
style: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
11
16
|
parameters: {
|
|
12
17
|
groupId: z.ZodNumber;
|
|
13
18
|
};
|
|
@@ -162,6 +167,31 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
162
167
|
path: string;
|
|
163
168
|
baseUrl: string;
|
|
164
169
|
requestFormat: "json";
|
|
170
|
+
serializationMethod: {
|
|
171
|
+
groupId: {
|
|
172
|
+
style: string;
|
|
173
|
+
};
|
|
174
|
+
actionType: {
|
|
175
|
+
style: string;
|
|
176
|
+
explode: boolean;
|
|
177
|
+
};
|
|
178
|
+
userId: {
|
|
179
|
+
style: string;
|
|
180
|
+
explode: boolean;
|
|
181
|
+
};
|
|
182
|
+
limit: {
|
|
183
|
+
style: string;
|
|
184
|
+
explode: boolean;
|
|
185
|
+
};
|
|
186
|
+
cursor: {
|
|
187
|
+
style: string;
|
|
188
|
+
explode: boolean;
|
|
189
|
+
};
|
|
190
|
+
sortOrder: {
|
|
191
|
+
style: string;
|
|
192
|
+
explode: boolean;
|
|
193
|
+
};
|
|
194
|
+
};
|
|
165
195
|
parameters: {
|
|
166
196
|
groupId: z.ZodNumber;
|
|
167
197
|
actionType: z.ZodOptional<z.ZodEnum<["DeletePost", "RemoveMember", "AcceptJoinRequest", "DeclineJoinRequest", "PostStatus", "ChangeRank", "BuyAd", "SendAllyRequest", "CreateEnemy", "AcceptAllyRequest", "DeclineAllyRequest", "DeleteAlly", "DeleteEnemy", "AddGroupPlace", "RemoveGroupPlace", "CreateItems", "ConfigureItems", "SpendGroupFunds", "ChangeOwner", "Delete", "AdjustCurrencyAmounts", "Abandon", "Claim", "Rename", "ChangeDescription", "InviteToClan", "KickFromClan", "CancelClanInvite", "BuyClan", "CreateGroupAsset", "UpdateGroupAsset", "ConfigureGroupAsset", "RevertGroupAsset", "CreateGroupDeveloperProduct", "ConfigureGroupGame", "Lock", "Unlock", "CreateGamePass", "CreateBadge", "ConfigureBadge", "SavePlace", "PublishPlace", "UpdateRolesetRank", "UpdateRolesetData"]>>;
|
|
@@ -245,9 +275,10 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
245
275
|
};
|
|
246
276
|
}>;
|
|
247
277
|
actionType: z.ZodString;
|
|
248
|
-
description: z.
|
|
278
|
+
description: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
249
279
|
created: z.ZodString;
|
|
250
280
|
}, "strip", z.ZodTypeAny, {
|
|
281
|
+
description: {};
|
|
251
282
|
actionType: string;
|
|
252
283
|
created: string;
|
|
253
284
|
actor: {
|
|
@@ -266,8 +297,8 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
266
297
|
buildersClubMembershipType: 0 | 2 | 1 | 3 | 4;
|
|
267
298
|
};
|
|
268
299
|
};
|
|
269
|
-
description?: unknown;
|
|
270
300
|
}, {
|
|
301
|
+
description: {};
|
|
271
302
|
actionType: string;
|
|
272
303
|
created: string;
|
|
273
304
|
actor: {
|
|
@@ -286,10 +317,10 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
286
317
|
buildersClubMembershipType: 0 | 2 | 1 | 3 | 4;
|
|
287
318
|
};
|
|
288
319
|
};
|
|
289
|
-
description?: unknown;
|
|
290
320
|
}>, "many">;
|
|
291
321
|
}, "strip", z.ZodTypeAny, {
|
|
292
322
|
data: {
|
|
323
|
+
description: {};
|
|
293
324
|
actionType: string;
|
|
294
325
|
created: string;
|
|
295
326
|
actor: {
|
|
@@ -308,12 +339,12 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
308
339
|
buildersClubMembershipType: 0 | 2 | 1 | 3 | 4;
|
|
309
340
|
};
|
|
310
341
|
};
|
|
311
|
-
description?: unknown;
|
|
312
342
|
}[];
|
|
313
343
|
nextPageCursor: string;
|
|
314
344
|
previousPageCursor: string;
|
|
315
345
|
}, {
|
|
316
346
|
data: {
|
|
347
|
+
description: {};
|
|
317
348
|
actionType: string;
|
|
318
349
|
created: string;
|
|
319
350
|
actor: {
|
|
@@ -332,7 +363,6 @@ export declare const getGroupsGroupidAuditLog: {
|
|
|
332
363
|
buildersClubMembershipType: 0 | 2 | 1 | 3 | 4;
|
|
333
364
|
};
|
|
334
365
|
};
|
|
335
|
-
description?: unknown;
|
|
336
366
|
}[];
|
|
337
367
|
nextPageCursor: string;
|
|
338
368
|
previousPageCursor: string;
|
|
@@ -353,6 +383,12 @@ export declare const postGroupsGroupidChangeOwner: {
|
|
|
353
383
|
path: string;
|
|
354
384
|
baseUrl: string;
|
|
355
385
|
requestFormat: "json";
|
|
386
|
+
serializationMethod: {
|
|
387
|
+
body: {};
|
|
388
|
+
groupId: {
|
|
389
|
+
style: string;
|
|
390
|
+
};
|
|
391
|
+
};
|
|
356
392
|
parameters: {
|
|
357
393
|
body: z.ZodObject<{
|
|
358
394
|
userId: z.ZodNumber;
|
|
@@ -379,6 +415,11 @@ export declare const postGroupsGroupidClaimOwnership: {
|
|
|
379
415
|
path: string;
|
|
380
416
|
baseUrl: string;
|
|
381
417
|
requestFormat: "json";
|
|
418
|
+
serializationMethod: {
|
|
419
|
+
groupId: {
|
|
420
|
+
style: string;
|
|
421
|
+
};
|
|
422
|
+
};
|
|
382
423
|
parameters: {
|
|
383
424
|
groupId: z.ZodNumber;
|
|
384
425
|
};
|
|
@@ -399,6 +440,12 @@ export declare const patchGroupsGroupidDescription: {
|
|
|
399
440
|
path: string;
|
|
400
441
|
baseUrl: string;
|
|
401
442
|
requestFormat: "json";
|
|
443
|
+
serializationMethod: {
|
|
444
|
+
body: {};
|
|
445
|
+
groupId: {
|
|
446
|
+
style: string;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
402
449
|
parameters: {
|
|
403
450
|
body: z.ZodObject<{
|
|
404
451
|
description: z.ZodString;
|
|
@@ -422,33 +469,6 @@ export declare const patchGroupsGroupidDescription: {
|
|
|
422
469
|
schema: z.ZodVoid;
|
|
423
470
|
}[];
|
|
424
471
|
};
|
|
425
|
-
/**
|
|
426
|
-
* @api delete https://groups.roblox.com/v1/groups/:groupId/join-requests
|
|
427
|
-
* @param body The Roblox.Groups.Api.MembersRequest.
|
|
428
|
-
* @param groupId
|
|
429
|
-
*/
|
|
430
|
-
export declare const deleteGroupsGroupidJoinRequests: {
|
|
431
|
-
method: "delete";
|
|
432
|
-
path: string;
|
|
433
|
-
baseUrl: string;
|
|
434
|
-
requestFormat: "json";
|
|
435
|
-
parameters: {
|
|
436
|
-
body: z.ZodObject<{
|
|
437
|
-
UserIds: z.ZodArray<z.ZodNumber, "many">;
|
|
438
|
-
}, "strip", z.ZodTypeAny, {
|
|
439
|
-
UserIds: number[];
|
|
440
|
-
}, {
|
|
441
|
-
UserIds: number[];
|
|
442
|
-
}>;
|
|
443
|
-
groupId: z.ZodNumber;
|
|
444
|
-
};
|
|
445
|
-
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
446
|
-
errors: {
|
|
447
|
-
status: number;
|
|
448
|
-
description: string;
|
|
449
|
-
schema: z.ZodVoid;
|
|
450
|
-
}[];
|
|
451
|
-
};
|
|
452
472
|
/**
|
|
453
473
|
* @api get https://groups.roblox.com/v1/groups/:groupId/join-requests
|
|
454
474
|
* @param groupId
|
|
@@ -461,6 +481,23 @@ export declare const getGroupsGroupidJoinRequests: {
|
|
|
461
481
|
path: string;
|
|
462
482
|
baseUrl: string;
|
|
463
483
|
requestFormat: "json";
|
|
484
|
+
serializationMethod: {
|
|
485
|
+
groupId: {
|
|
486
|
+
style: string;
|
|
487
|
+
};
|
|
488
|
+
limit: {
|
|
489
|
+
style: string;
|
|
490
|
+
explode: boolean;
|
|
491
|
+
};
|
|
492
|
+
cursor: {
|
|
493
|
+
style: string;
|
|
494
|
+
explode: boolean;
|
|
495
|
+
};
|
|
496
|
+
sortOrder: {
|
|
497
|
+
style: string;
|
|
498
|
+
explode: boolean;
|
|
499
|
+
};
|
|
500
|
+
};
|
|
464
501
|
parameters: {
|
|
465
502
|
groupId: z.ZodNumber;
|
|
466
503
|
limit: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<25>, z.ZodLiteral<50>, z.ZodLiteral<100>]>>>;
|
|
@@ -553,6 +590,12 @@ export declare const postGroupsGroupidJoinRequests: {
|
|
|
553
590
|
path: string;
|
|
554
591
|
baseUrl: string;
|
|
555
592
|
requestFormat: "json";
|
|
593
|
+
serializationMethod: {
|
|
594
|
+
body: {};
|
|
595
|
+
groupId: {
|
|
596
|
+
style: string;
|
|
597
|
+
};
|
|
598
|
+
};
|
|
556
599
|
parameters: {
|
|
557
600
|
body: z.ZodObject<{
|
|
558
601
|
UserIds: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -571,18 +614,30 @@ export declare const postGroupsGroupidJoinRequests: {
|
|
|
571
614
|
}[];
|
|
572
615
|
};
|
|
573
616
|
/**
|
|
574
|
-
* @api delete https://groups.roblox.com/v1/groups/:groupId/join-requests
|
|
617
|
+
* @api delete https://groups.roblox.com/v1/groups/:groupId/join-requests
|
|
618
|
+
* @param body The Roblox.Groups.Api.MembersRequest.
|
|
575
619
|
* @param groupId
|
|
576
|
-
* @param userId
|
|
577
620
|
*/
|
|
578
|
-
export declare const
|
|
621
|
+
export declare const deleteGroupsGroupidJoinRequests: {
|
|
579
622
|
method: "delete";
|
|
580
623
|
path: string;
|
|
581
624
|
baseUrl: string;
|
|
582
625
|
requestFormat: "json";
|
|
626
|
+
serializationMethod: {
|
|
627
|
+
body: {};
|
|
628
|
+
groupId: {
|
|
629
|
+
style: string;
|
|
630
|
+
};
|
|
631
|
+
};
|
|
583
632
|
parameters: {
|
|
633
|
+
body: z.ZodObject<{
|
|
634
|
+
UserIds: z.ZodArray<z.ZodNumber, "many">;
|
|
635
|
+
}, "strip", z.ZodTypeAny, {
|
|
636
|
+
UserIds: number[];
|
|
637
|
+
}, {
|
|
638
|
+
UserIds: number[];
|
|
639
|
+
}>;
|
|
584
640
|
groupId: z.ZodNumber;
|
|
585
|
-
userId: z.ZodNumber;
|
|
586
641
|
};
|
|
587
642
|
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
588
643
|
errors: {
|
|
@@ -601,6 +656,14 @@ export declare const getGroupsGroupidJoinRequestsUsersUserid: {
|
|
|
601
656
|
path: string;
|
|
602
657
|
baseUrl: string;
|
|
603
658
|
requestFormat: "json";
|
|
659
|
+
serializationMethod: {
|
|
660
|
+
groupId: {
|
|
661
|
+
style: string;
|
|
662
|
+
};
|
|
663
|
+
userId: {
|
|
664
|
+
style: string;
|
|
665
|
+
};
|
|
666
|
+
};
|
|
604
667
|
parameters: {
|
|
605
668
|
groupId: z.ZodNumber;
|
|
606
669
|
userId: z.ZodNumber;
|
|
@@ -661,6 +724,43 @@ export declare const postGroupsGroupidJoinRequestsUsersUserid: {
|
|
|
661
724
|
path: string;
|
|
662
725
|
baseUrl: string;
|
|
663
726
|
requestFormat: "json";
|
|
727
|
+
serializationMethod: {
|
|
728
|
+
groupId: {
|
|
729
|
+
style: string;
|
|
730
|
+
};
|
|
731
|
+
userId: {
|
|
732
|
+
style: string;
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
parameters: {
|
|
736
|
+
groupId: z.ZodNumber;
|
|
737
|
+
userId: z.ZodNumber;
|
|
738
|
+
};
|
|
739
|
+
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
740
|
+
errors: {
|
|
741
|
+
status: number;
|
|
742
|
+
description: string;
|
|
743
|
+
schema: z.ZodVoid;
|
|
744
|
+
}[];
|
|
745
|
+
};
|
|
746
|
+
/**
|
|
747
|
+
* @api delete https://groups.roblox.com/v1/groups/:groupId/join-requests/users/:userId
|
|
748
|
+
* @param groupId
|
|
749
|
+
* @param userId
|
|
750
|
+
*/
|
|
751
|
+
export declare const deleteGroupsGroupidJoinRequestsUsersUserid: {
|
|
752
|
+
method: "delete";
|
|
753
|
+
path: string;
|
|
754
|
+
baseUrl: string;
|
|
755
|
+
requestFormat: "json";
|
|
756
|
+
serializationMethod: {
|
|
757
|
+
groupId: {
|
|
758
|
+
style: string;
|
|
759
|
+
};
|
|
760
|
+
userId: {
|
|
761
|
+
style: string;
|
|
762
|
+
};
|
|
763
|
+
};
|
|
664
764
|
parameters: {
|
|
665
765
|
groupId: z.ZodNumber;
|
|
666
766
|
userId: z.ZodNumber;
|
|
@@ -681,6 +781,11 @@ export declare const getGroupsGroupidMembership: {
|
|
|
681
781
|
path: string;
|
|
682
782
|
baseUrl: string;
|
|
683
783
|
requestFormat: "json";
|
|
784
|
+
serializationMethod: {
|
|
785
|
+
groupId: {
|
|
786
|
+
style: string;
|
|
787
|
+
};
|
|
788
|
+
};
|
|
684
789
|
parameters: {
|
|
685
790
|
groupId: z.ZodNumber;
|
|
686
791
|
};
|
|
@@ -1043,6 +1148,12 @@ export declare const patchGroupsGroupidName: {
|
|
|
1043
1148
|
baseUrl: string;
|
|
1044
1149
|
description: string;
|
|
1045
1150
|
requestFormat: "json";
|
|
1151
|
+
serializationMethod: {
|
|
1152
|
+
body: {};
|
|
1153
|
+
groupId: {
|
|
1154
|
+
style: string;
|
|
1155
|
+
};
|
|
1156
|
+
};
|
|
1046
1157
|
parameters: {
|
|
1047
1158
|
body: z.ZodObject<{
|
|
1048
1159
|
name: z.ZodString;
|
|
@@ -1078,6 +1189,23 @@ export declare const getGroupsGroupidNameHistory: {
|
|
|
1078
1189
|
path: string;
|
|
1079
1190
|
baseUrl: string;
|
|
1080
1191
|
requestFormat: "json";
|
|
1192
|
+
serializationMethod: {
|
|
1193
|
+
groupId: {
|
|
1194
|
+
style: string;
|
|
1195
|
+
};
|
|
1196
|
+
limit: {
|
|
1197
|
+
style: string;
|
|
1198
|
+
explode: boolean;
|
|
1199
|
+
};
|
|
1200
|
+
cursor: {
|
|
1201
|
+
style: string;
|
|
1202
|
+
explode: boolean;
|
|
1203
|
+
};
|
|
1204
|
+
sortOrder: {
|
|
1205
|
+
style: string;
|
|
1206
|
+
explode: boolean;
|
|
1207
|
+
};
|
|
1208
|
+
};
|
|
1081
1209
|
parameters: {
|
|
1082
1210
|
groupId: z.ZodNumber;
|
|
1083
1211
|
limit: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<25>, z.ZodLiteral<50>, z.ZodLiteral<100>]>>>;
|
|
@@ -1127,6 +1255,11 @@ export declare const getGroupsGroupidPayoutRestriction: {
|
|
|
1127
1255
|
path: string;
|
|
1128
1256
|
baseUrl: string;
|
|
1129
1257
|
requestFormat: "json";
|
|
1258
|
+
serializationMethod: {
|
|
1259
|
+
groupId: {
|
|
1260
|
+
style: string;
|
|
1261
|
+
};
|
|
1262
|
+
};
|
|
1130
1263
|
parameters: {
|
|
1131
1264
|
groupId: z.ZodNumber;
|
|
1132
1265
|
};
|
|
@@ -1155,6 +1288,11 @@ export declare const getGroupsGroupidPayouts: {
|
|
|
1155
1288
|
path: string;
|
|
1156
1289
|
baseUrl: string;
|
|
1157
1290
|
requestFormat: "json";
|
|
1291
|
+
serializationMethod: {
|
|
1292
|
+
groupId: {
|
|
1293
|
+
style: string;
|
|
1294
|
+
};
|
|
1295
|
+
};
|
|
1158
1296
|
parameters: {
|
|
1159
1297
|
groupId: z.ZodNumber;
|
|
1160
1298
|
};
|
|
@@ -1238,6 +1376,12 @@ export declare const postGroupsGroupidPayouts: {
|
|
|
1238
1376
|
path: string;
|
|
1239
1377
|
baseUrl: string;
|
|
1240
1378
|
requestFormat: "json";
|
|
1379
|
+
serializationMethod: {
|
|
1380
|
+
body: {};
|
|
1381
|
+
groupId: {
|
|
1382
|
+
style: string;
|
|
1383
|
+
};
|
|
1384
|
+
};
|
|
1241
1385
|
parameters: {
|
|
1242
1386
|
body: z.ZodObject<{
|
|
1243
1387
|
PayoutType: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>]>;
|
|
@@ -1289,6 +1433,12 @@ export declare const postGroupsGroupidPayoutsRecurring: {
|
|
|
1289
1433
|
baseUrl: string;
|
|
1290
1434
|
description: string;
|
|
1291
1435
|
requestFormat: "json";
|
|
1436
|
+
serializationMethod: {
|
|
1437
|
+
body: {};
|
|
1438
|
+
groupId: {
|
|
1439
|
+
style: string;
|
|
1440
|
+
};
|
|
1441
|
+
};
|
|
1292
1442
|
parameters: {
|
|
1293
1443
|
body: z.ZodObject<{
|
|
1294
1444
|
PayoutType: z.ZodUnion<[z.ZodLiteral<1>, z.ZodLiteral<2>]>;
|
|
@@ -1341,6 +1491,22 @@ export declare const getGroupsGroupidRelationshipsGrouprelationshiptype: {
|
|
|
1341
1491
|
path: string;
|
|
1342
1492
|
baseUrl: string;
|
|
1343
1493
|
requestFormat: "json";
|
|
1494
|
+
serializationMethod: {
|
|
1495
|
+
groupId: {
|
|
1496
|
+
style: string;
|
|
1497
|
+
};
|
|
1498
|
+
groupRelationshipType: {
|
|
1499
|
+
style: string;
|
|
1500
|
+
};
|
|
1501
|
+
StartRowIndex: {
|
|
1502
|
+
style: string;
|
|
1503
|
+
explode: boolean;
|
|
1504
|
+
};
|
|
1505
|
+
MaxRows: {
|
|
1506
|
+
style: string;
|
|
1507
|
+
explode: boolean;
|
|
1508
|
+
};
|
|
1509
|
+
};
|
|
1344
1510
|
parameters: {
|
|
1345
1511
|
groupId: z.ZodNumber;
|
|
1346
1512
|
groupRelationshipType: z.ZodString;
|
|
@@ -1558,29 +1724,6 @@ export declare const getGroupsGroupidRelationshipsGrouprelationshiptype: {
|
|
|
1558
1724
|
schema: z.ZodVoid;
|
|
1559
1725
|
}[];
|
|
1560
1726
|
};
|
|
1561
|
-
/**
|
|
1562
|
-
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/:relatedGroupId
|
|
1563
|
-
* @param groupId
|
|
1564
|
-
* @param groupRelationshipType
|
|
1565
|
-
* @param relatedGroupId
|
|
1566
|
-
*/
|
|
1567
|
-
export declare const deleteGroupsGroupidRelationshipsGrouprelationshiptypeRelatedgroupid: {
|
|
1568
|
-
method: "delete";
|
|
1569
|
-
path: string;
|
|
1570
|
-
baseUrl: string;
|
|
1571
|
-
requestFormat: "json";
|
|
1572
|
-
parameters: {
|
|
1573
|
-
groupId: z.ZodNumber;
|
|
1574
|
-
groupRelationshipType: z.ZodString;
|
|
1575
|
-
relatedGroupId: z.ZodNumber;
|
|
1576
|
-
};
|
|
1577
|
-
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1578
|
-
errors: {
|
|
1579
|
-
status: number;
|
|
1580
|
-
description: string;
|
|
1581
|
-
schema: z.ZodVoid;
|
|
1582
|
-
}[];
|
|
1583
|
-
};
|
|
1584
1727
|
/**
|
|
1585
1728
|
* @api post https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/:relatedGroupId
|
|
1586
1729
|
* @param groupId
|
|
@@ -1592,6 +1735,17 @@ export declare const postGroupsGroupidRelationshipsGrouprelationshiptypeRelatedg
|
|
|
1592
1735
|
path: string;
|
|
1593
1736
|
baseUrl: string;
|
|
1594
1737
|
requestFormat: "json";
|
|
1738
|
+
serializationMethod: {
|
|
1739
|
+
groupId: {
|
|
1740
|
+
style: string;
|
|
1741
|
+
};
|
|
1742
|
+
groupRelationshipType: {
|
|
1743
|
+
style: string;
|
|
1744
|
+
};
|
|
1745
|
+
relatedGroupId: {
|
|
1746
|
+
style: string;
|
|
1747
|
+
};
|
|
1748
|
+
};
|
|
1595
1749
|
parameters: {
|
|
1596
1750
|
groupId: z.ZodNumber;
|
|
1597
1751
|
groupRelationshipType: z.ZodString;
|
|
@@ -1605,26 +1759,31 @@ export declare const postGroupsGroupidRelationshipsGrouprelationshiptypeRelatedg
|
|
|
1605
1759
|
}[];
|
|
1606
1760
|
};
|
|
1607
1761
|
/**
|
|
1608
|
-
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType
|
|
1609
|
-
* @param body The Roblox.Groups.Api.RelationshipsRequest.
|
|
1762
|
+
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/:relatedGroupId
|
|
1610
1763
|
* @param groupId
|
|
1611
1764
|
* @param groupRelationshipType
|
|
1765
|
+
* @param relatedGroupId
|
|
1612
1766
|
*/
|
|
1613
|
-
export declare const
|
|
1767
|
+
export declare const deleteGroupsGroupidRelationshipsGrouprelationshiptypeRelatedgroupid: {
|
|
1614
1768
|
method: "delete";
|
|
1615
1769
|
path: string;
|
|
1616
1770
|
baseUrl: string;
|
|
1617
1771
|
requestFormat: "json";
|
|
1772
|
+
serializationMethod: {
|
|
1773
|
+
groupId: {
|
|
1774
|
+
style: string;
|
|
1775
|
+
};
|
|
1776
|
+
groupRelationshipType: {
|
|
1777
|
+
style: string;
|
|
1778
|
+
};
|
|
1779
|
+
relatedGroupId: {
|
|
1780
|
+
style: string;
|
|
1781
|
+
};
|
|
1782
|
+
};
|
|
1618
1783
|
parameters: {
|
|
1619
|
-
body: z.ZodObject<{
|
|
1620
|
-
GroupIds: z.ZodArray<z.ZodNumber, "many">;
|
|
1621
|
-
}, "strip", z.ZodTypeAny, {
|
|
1622
|
-
GroupIds: number[];
|
|
1623
|
-
}, {
|
|
1624
|
-
GroupIds: number[];
|
|
1625
|
-
}>;
|
|
1626
1784
|
groupId: z.ZodNumber;
|
|
1627
1785
|
groupRelationshipType: z.ZodString;
|
|
1786
|
+
relatedGroupId: z.ZodNumber;
|
|
1628
1787
|
};
|
|
1629
1788
|
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1630
1789
|
errors: {
|
|
@@ -1645,6 +1804,22 @@ export declare const getGroupsGroupidRelationshipsGrouprelationshiptypeRequests:
|
|
|
1645
1804
|
path: string;
|
|
1646
1805
|
baseUrl: string;
|
|
1647
1806
|
requestFormat: "json";
|
|
1807
|
+
serializationMethod: {
|
|
1808
|
+
groupId: {
|
|
1809
|
+
style: string;
|
|
1810
|
+
};
|
|
1811
|
+
groupRelationshipType: {
|
|
1812
|
+
style: string;
|
|
1813
|
+
};
|
|
1814
|
+
StartRowIndex: {
|
|
1815
|
+
style: string;
|
|
1816
|
+
explode: boolean;
|
|
1817
|
+
};
|
|
1818
|
+
MaxRows: {
|
|
1819
|
+
style: string;
|
|
1820
|
+
explode: boolean;
|
|
1821
|
+
};
|
|
1822
|
+
};
|
|
1648
1823
|
parameters: {
|
|
1649
1824
|
groupId: z.ZodNumber;
|
|
1650
1825
|
groupRelationshipType: z.ZodString;
|
|
@@ -1873,6 +2048,15 @@ export declare const postGroupsGroupidRelationshipsGrouprelationshiptypeRequests
|
|
|
1873
2048
|
path: string;
|
|
1874
2049
|
baseUrl: string;
|
|
1875
2050
|
requestFormat: "json";
|
|
2051
|
+
serializationMethod: {
|
|
2052
|
+
body: {};
|
|
2053
|
+
groupId: {
|
|
2054
|
+
style: string;
|
|
2055
|
+
};
|
|
2056
|
+
groupRelationshipType: {
|
|
2057
|
+
style: string;
|
|
2058
|
+
};
|
|
2059
|
+
};
|
|
1876
2060
|
parameters: {
|
|
1877
2061
|
body: z.ZodObject<{
|
|
1878
2062
|
GroupIds: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -1892,20 +2076,35 @@ export declare const postGroupsGroupidRelationshipsGrouprelationshiptypeRequests
|
|
|
1892
2076
|
}[];
|
|
1893
2077
|
};
|
|
1894
2078
|
/**
|
|
1895
|
-
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/requests
|
|
2079
|
+
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/requests
|
|
2080
|
+
* @param body The Roblox.Groups.Api.RelationshipsRequest.
|
|
1896
2081
|
* @param groupId
|
|
1897
2082
|
* @param groupRelationshipType
|
|
1898
|
-
* @param relatedGroupId
|
|
1899
2083
|
*/
|
|
1900
|
-
export declare const
|
|
2084
|
+
export declare const deleteGroupsGroupidRelationshipsGrouprelationshiptypeRequests: {
|
|
1901
2085
|
method: "delete";
|
|
1902
2086
|
path: string;
|
|
1903
2087
|
baseUrl: string;
|
|
1904
2088
|
requestFormat: "json";
|
|
2089
|
+
serializationMethod: {
|
|
2090
|
+
body: {};
|
|
2091
|
+
groupId: {
|
|
2092
|
+
style: string;
|
|
2093
|
+
};
|
|
2094
|
+
groupRelationshipType: {
|
|
2095
|
+
style: string;
|
|
2096
|
+
};
|
|
2097
|
+
};
|
|
1905
2098
|
parameters: {
|
|
2099
|
+
body: z.ZodObject<{
|
|
2100
|
+
GroupIds: z.ZodArray<z.ZodNumber, "many">;
|
|
2101
|
+
}, "strip", z.ZodTypeAny, {
|
|
2102
|
+
GroupIds: number[];
|
|
2103
|
+
}, {
|
|
2104
|
+
GroupIds: number[];
|
|
2105
|
+
}>;
|
|
1906
2106
|
groupId: z.ZodNumber;
|
|
1907
2107
|
groupRelationshipType: z.ZodString;
|
|
1908
|
-
relatedGroupId: z.ZodNumber;
|
|
1909
2108
|
};
|
|
1910
2109
|
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
1911
2110
|
errors: {
|
|
@@ -1925,6 +2124,51 @@ export declare const postGroupsGroupidRelationshipsGrouprelationshiptypeRequests
|
|
|
1925
2124
|
path: string;
|
|
1926
2125
|
baseUrl: string;
|
|
1927
2126
|
requestFormat: "json";
|
|
2127
|
+
serializationMethod: {
|
|
2128
|
+
groupId: {
|
|
2129
|
+
style: string;
|
|
2130
|
+
};
|
|
2131
|
+
groupRelationshipType: {
|
|
2132
|
+
style: string;
|
|
2133
|
+
};
|
|
2134
|
+
relatedGroupId: {
|
|
2135
|
+
style: string;
|
|
2136
|
+
};
|
|
2137
|
+
};
|
|
2138
|
+
parameters: {
|
|
2139
|
+
groupId: z.ZodNumber;
|
|
2140
|
+
groupRelationshipType: z.ZodString;
|
|
2141
|
+
relatedGroupId: z.ZodNumber;
|
|
2142
|
+
};
|
|
2143
|
+
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
2144
|
+
errors: {
|
|
2145
|
+
status: number;
|
|
2146
|
+
description: string;
|
|
2147
|
+
schema: z.ZodVoid;
|
|
2148
|
+
}[];
|
|
2149
|
+
};
|
|
2150
|
+
/**
|
|
2151
|
+
* @api delete https://groups.roblox.com/v1/groups/:groupId/relationships/:groupRelationshipType/requests/:relatedGroupId
|
|
2152
|
+
* @param groupId
|
|
2153
|
+
* @param groupRelationshipType
|
|
2154
|
+
* @param relatedGroupId
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const deleteGroupsGroupidRelationshipsGrouprelationshiptypeRequestsRelatedgroupid: {
|
|
2157
|
+
method: "delete";
|
|
2158
|
+
path: string;
|
|
2159
|
+
baseUrl: string;
|
|
2160
|
+
requestFormat: "json";
|
|
2161
|
+
serializationMethod: {
|
|
2162
|
+
groupId: {
|
|
2163
|
+
style: string;
|
|
2164
|
+
};
|
|
2165
|
+
groupRelationshipType: {
|
|
2166
|
+
style: string;
|
|
2167
|
+
};
|
|
2168
|
+
relatedGroupId: {
|
|
2169
|
+
style: string;
|
|
2170
|
+
};
|
|
2171
|
+
};
|
|
1928
2172
|
parameters: {
|
|
1929
2173
|
groupId: z.ZodNumber;
|
|
1930
2174
|
groupRelationshipType: z.ZodString;
|
|
@@ -1946,6 +2190,11 @@ export declare const getGroupsGroupidRoles: {
|
|
|
1946
2190
|
path: string;
|
|
1947
2191
|
baseUrl: string;
|
|
1948
2192
|
requestFormat: "json";
|
|
2193
|
+
serializationMethod: {
|
|
2194
|
+
groupId: {
|
|
2195
|
+
style: string;
|
|
2196
|
+
};
|
|
2197
|
+
};
|
|
1949
2198
|
parameters: {
|
|
1950
2199
|
groupId: z.ZodNumber;
|
|
1951
2200
|
};
|
|
@@ -2005,6 +2254,14 @@ export declare const getGroupsGroupidRolesRolesetidPermissions: {
|
|
|
2005
2254
|
path: string;
|
|
2006
2255
|
baseUrl: string;
|
|
2007
2256
|
requestFormat: "json";
|
|
2257
|
+
serializationMethod: {
|
|
2258
|
+
groupId: {
|
|
2259
|
+
style: string;
|
|
2260
|
+
};
|
|
2261
|
+
roleSetId: {
|
|
2262
|
+
style: string;
|
|
2263
|
+
};
|
|
2264
|
+
};
|
|
2008
2265
|
parameters: {
|
|
2009
2266
|
groupId: z.ZodNumber;
|
|
2010
2267
|
roleSetId: z.ZodNumber;
|
|
@@ -2281,6 +2538,15 @@ export declare const patchGroupsGroupidRolesRolesetidPermissions: {
|
|
|
2281
2538
|
path: string;
|
|
2282
2539
|
baseUrl: string;
|
|
2283
2540
|
requestFormat: "json";
|
|
2541
|
+
serializationMethod: {
|
|
2542
|
+
body: {};
|
|
2543
|
+
groupId: {
|
|
2544
|
+
style: string;
|
|
2545
|
+
};
|
|
2546
|
+
roleSetId: {
|
|
2547
|
+
style: string;
|
|
2548
|
+
};
|
|
2549
|
+
};
|
|
2284
2550
|
parameters: {
|
|
2285
2551
|
body: z.ZodObject<{
|
|
2286
2552
|
permissions: z.ZodObject<{
|
|
@@ -2417,6 +2683,26 @@ export declare const getGroupsGroupidRolesRolesetidUsers: {
|
|
|
2417
2683
|
path: string;
|
|
2418
2684
|
baseUrl: string;
|
|
2419
2685
|
requestFormat: "json";
|
|
2686
|
+
serializationMethod: {
|
|
2687
|
+
groupId: {
|
|
2688
|
+
style: string;
|
|
2689
|
+
};
|
|
2690
|
+
roleSetId: {
|
|
2691
|
+
style: string;
|
|
2692
|
+
};
|
|
2693
|
+
limit: {
|
|
2694
|
+
style: string;
|
|
2695
|
+
explode: boolean;
|
|
2696
|
+
};
|
|
2697
|
+
cursor: {
|
|
2698
|
+
style: string;
|
|
2699
|
+
explode: boolean;
|
|
2700
|
+
};
|
|
2701
|
+
sortOrder: {
|
|
2702
|
+
style: string;
|
|
2703
|
+
explode: boolean;
|
|
2704
|
+
};
|
|
2705
|
+
};
|
|
2420
2706
|
parameters: {
|
|
2421
2707
|
groupId: z.ZodNumber;
|
|
2422
2708
|
roleSetId: z.ZodNumber;
|
|
@@ -2482,6 +2768,11 @@ export declare const getGroupsGroupidRolesGuestPermissions: {
|
|
|
2482
2768
|
path: string;
|
|
2483
2769
|
baseUrl: string;
|
|
2484
2770
|
requestFormat: "json";
|
|
2771
|
+
serializationMethod: {
|
|
2772
|
+
groupId: {
|
|
2773
|
+
style: string;
|
|
2774
|
+
};
|
|
2775
|
+
};
|
|
2485
2776
|
parameters: {
|
|
2486
2777
|
groupId: z.ZodNumber;
|
|
2487
2778
|
};
|
|
@@ -2755,6 +3046,11 @@ export declare const getGroupsGroupidRolesPermissions: {
|
|
|
2755
3046
|
path: string;
|
|
2756
3047
|
baseUrl: string;
|
|
2757
3048
|
requestFormat: "json";
|
|
3049
|
+
serializationMethod: {
|
|
3050
|
+
groupId: {
|
|
3051
|
+
style: string;
|
|
3052
|
+
};
|
|
3053
|
+
};
|
|
2758
3054
|
parameters: {
|
|
2759
3055
|
groupId: z.ZodNumber;
|
|
2760
3056
|
};
|
|
@@ -3119,6 +3415,14 @@ export declare const deleteGroupsGroupidRolesetsRolesetid: {
|
|
|
3119
3415
|
path: string;
|
|
3120
3416
|
baseUrl: string;
|
|
3121
3417
|
requestFormat: "json";
|
|
3418
|
+
serializationMethod: {
|
|
3419
|
+
groupId: {
|
|
3420
|
+
style: string;
|
|
3421
|
+
};
|
|
3422
|
+
rolesetId: {
|
|
3423
|
+
style: string;
|
|
3424
|
+
};
|
|
3425
|
+
};
|
|
3122
3426
|
parameters: {
|
|
3123
3427
|
groupId: z.ZodNumber;
|
|
3124
3428
|
rolesetId: z.ZodNumber;
|
|
@@ -3141,6 +3445,15 @@ export declare const patchGroupsGroupidRolesetsRolesetid: {
|
|
|
3141
3445
|
path: string;
|
|
3142
3446
|
baseUrl: string;
|
|
3143
3447
|
requestFormat: "json";
|
|
3448
|
+
serializationMethod: {
|
|
3449
|
+
body: {};
|
|
3450
|
+
groupId: {
|
|
3451
|
+
style: string;
|
|
3452
|
+
};
|
|
3453
|
+
rolesetId: {
|
|
3454
|
+
style: string;
|
|
3455
|
+
};
|
|
3456
|
+
};
|
|
3144
3457
|
parameters: {
|
|
3145
3458
|
body: z.ZodObject<{
|
|
3146
3459
|
name: z.ZodString;
|
|
@@ -3193,6 +3506,12 @@ export declare const postGroupsGroupidRolesetsCreate: {
|
|
|
3193
3506
|
path: string;
|
|
3194
3507
|
baseUrl: string;
|
|
3195
3508
|
requestFormat: "json";
|
|
3509
|
+
serializationMethod: {
|
|
3510
|
+
body: {};
|
|
3511
|
+
groupId: {
|
|
3512
|
+
style: string;
|
|
3513
|
+
};
|
|
3514
|
+
};
|
|
3196
3515
|
parameters: {
|
|
3197
3516
|
body: z.ZodObject<{
|
|
3198
3517
|
name: z.ZodString;
|
|
@@ -3246,6 +3565,11 @@ export declare const getGroupsGroupidSettings: {
|
|
|
3246
3565
|
path: string;
|
|
3247
3566
|
baseUrl: string;
|
|
3248
3567
|
requestFormat: "json";
|
|
3568
|
+
serializationMethod: {
|
|
3569
|
+
groupId: {
|
|
3570
|
+
style: string;
|
|
3571
|
+
};
|
|
3572
|
+
};
|
|
3249
3573
|
parameters: {
|
|
3250
3574
|
groupId: z.ZodNumber;
|
|
3251
3575
|
};
|
|
@@ -3287,6 +3611,12 @@ export declare const patchGroupsGroupidSettings: {
|
|
|
3287
3611
|
path: string;
|
|
3288
3612
|
baseUrl: string;
|
|
3289
3613
|
requestFormat: "json";
|
|
3614
|
+
serializationMethod: {
|
|
3615
|
+
body: {};
|
|
3616
|
+
groupId: {
|
|
3617
|
+
style: string;
|
|
3618
|
+
};
|
|
3619
|
+
};
|
|
3290
3620
|
parameters: {
|
|
3291
3621
|
body: z.ZodObject<{
|
|
3292
3622
|
isApprovalRequired: z.ZodBoolean;
|
|
@@ -3322,6 +3652,11 @@ export declare const getGroupsGroupidSocialLinks: {
|
|
|
3322
3652
|
path: string;
|
|
3323
3653
|
baseUrl: string;
|
|
3324
3654
|
requestFormat: "json";
|
|
3655
|
+
serializationMethod: {
|
|
3656
|
+
groupId: {
|
|
3657
|
+
style: string;
|
|
3658
|
+
};
|
|
3659
|
+
};
|
|
3325
3660
|
parameters: {
|
|
3326
3661
|
groupId: z.ZodNumber;
|
|
3327
3662
|
};
|
|
@@ -3373,6 +3708,12 @@ export declare const postGroupsGroupidSocialLinks: {
|
|
|
3373
3708
|
path: string;
|
|
3374
3709
|
baseUrl: string;
|
|
3375
3710
|
requestFormat: "json";
|
|
3711
|
+
serializationMethod: {
|
|
3712
|
+
body: {};
|
|
3713
|
+
groupId: {
|
|
3714
|
+
style: string;
|
|
3715
|
+
};
|
|
3716
|
+
};
|
|
3376
3717
|
parameters: {
|
|
3377
3718
|
body: z.ZodObject<{
|
|
3378
3719
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>, z.ZodLiteral<7>, z.ZodLiteral<8>]>;
|
|
@@ -3421,6 +3762,14 @@ export declare const deleteGroupsGroupidSocialLinksSociallinkid: {
|
|
|
3421
3762
|
path: string;
|
|
3422
3763
|
baseUrl: string;
|
|
3423
3764
|
requestFormat: "json";
|
|
3765
|
+
serializationMethod: {
|
|
3766
|
+
groupId: {
|
|
3767
|
+
style: string;
|
|
3768
|
+
};
|
|
3769
|
+
socialLinkId: {
|
|
3770
|
+
style: string;
|
|
3771
|
+
};
|
|
3772
|
+
};
|
|
3424
3773
|
parameters: {
|
|
3425
3774
|
groupId: z.ZodNumber;
|
|
3426
3775
|
socialLinkId: z.ZodNumber;
|
|
@@ -3443,6 +3792,15 @@ export declare const patchGroupsGroupidSocialLinksSociallinkid: {
|
|
|
3443
3792
|
path: string;
|
|
3444
3793
|
baseUrl: string;
|
|
3445
3794
|
requestFormat: "json";
|
|
3795
|
+
serializationMethod: {
|
|
3796
|
+
body: {};
|
|
3797
|
+
groupId: {
|
|
3798
|
+
style: string;
|
|
3799
|
+
};
|
|
3800
|
+
socialLinkId: {
|
|
3801
|
+
style: string;
|
|
3802
|
+
};
|
|
3803
|
+
};
|
|
3446
3804
|
parameters: {
|
|
3447
3805
|
body: z.ZodObject<{
|
|
3448
3806
|
type: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>, z.ZodLiteral<2>, z.ZodLiteral<3>, z.ZodLiteral<4>, z.ZodLiteral<5>, z.ZodLiteral<6>, z.ZodLiteral<7>, z.ZodLiteral<8>]>;
|
|
@@ -3477,6 +3835,12 @@ export declare const patchGroupsGroupidStatus: {
|
|
|
3477
3835
|
path: string;
|
|
3478
3836
|
baseUrl: string;
|
|
3479
3837
|
requestFormat: "json";
|
|
3838
|
+
serializationMethod: {
|
|
3839
|
+
body: {};
|
|
3840
|
+
groupId: {
|
|
3841
|
+
style: string;
|
|
3842
|
+
};
|
|
3843
|
+
};
|
|
3480
3844
|
parameters: {
|
|
3481
3845
|
body: z.ZodObject<{
|
|
3482
3846
|
message: z.ZodString;
|
|
@@ -3551,6 +3915,23 @@ export declare const getGroupsGroupidUsers: {
|
|
|
3551
3915
|
path: string;
|
|
3552
3916
|
baseUrl: string;
|
|
3553
3917
|
requestFormat: "json";
|
|
3918
|
+
serializationMethod: {
|
|
3919
|
+
groupId: {
|
|
3920
|
+
style: string;
|
|
3921
|
+
};
|
|
3922
|
+
limit: {
|
|
3923
|
+
style: string;
|
|
3924
|
+
explode: boolean;
|
|
3925
|
+
};
|
|
3926
|
+
cursor: {
|
|
3927
|
+
style: string;
|
|
3928
|
+
explode: boolean;
|
|
3929
|
+
};
|
|
3930
|
+
sortOrder: {
|
|
3931
|
+
style: string;
|
|
3932
|
+
explode: boolean;
|
|
3933
|
+
};
|
|
3934
|
+
};
|
|
3554
3935
|
parameters: {
|
|
3555
3936
|
groupId: z.ZodNumber;
|
|
3556
3937
|
limit: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<25>, z.ZodLiteral<50>, z.ZodLiteral<100>]>>>;
|
|
@@ -3685,6 +4066,12 @@ export declare const postGroupsGroupidUsers: {
|
|
|
3685
4066
|
path: string;
|
|
3686
4067
|
baseUrl: string;
|
|
3687
4068
|
requestFormat: "json";
|
|
4069
|
+
serializationMethod: {
|
|
4070
|
+
body: {};
|
|
4071
|
+
groupId: {
|
|
4072
|
+
style: string;
|
|
4073
|
+
};
|
|
4074
|
+
};
|
|
3688
4075
|
parameters: {
|
|
3689
4076
|
body: z.ZodObject<{
|
|
3690
4077
|
sessionId: z.ZodString;
|
|
@@ -3727,6 +4114,14 @@ export declare const deleteGroupsGroupidUsersUserid: {
|
|
|
3727
4114
|
path: string;
|
|
3728
4115
|
baseUrl: string;
|
|
3729
4116
|
requestFormat: "json";
|
|
4117
|
+
serializationMethod: {
|
|
4118
|
+
groupId: {
|
|
4119
|
+
style: string;
|
|
4120
|
+
};
|
|
4121
|
+
userId: {
|
|
4122
|
+
style: string;
|
|
4123
|
+
};
|
|
4124
|
+
};
|
|
3730
4125
|
parameters: {
|
|
3731
4126
|
groupId: z.ZodNumber;
|
|
3732
4127
|
userId: z.ZodNumber;
|
|
@@ -3749,6 +4144,15 @@ export declare const patchGroupsGroupidUsersUserid: {
|
|
|
3749
4144
|
path: string;
|
|
3750
4145
|
baseUrl: string;
|
|
3751
4146
|
requestFormat: "json";
|
|
4147
|
+
serializationMethod: {
|
|
4148
|
+
body: {};
|
|
4149
|
+
groupId: {
|
|
4150
|
+
style: string;
|
|
4151
|
+
};
|
|
4152
|
+
userId: {
|
|
4153
|
+
style: string;
|
|
4154
|
+
};
|
|
4155
|
+
};
|
|
3752
4156
|
parameters: {
|
|
3753
4157
|
body: z.ZodObject<{
|
|
3754
4158
|
roleId: z.ZodNumber;
|
|
@@ -3779,6 +4183,23 @@ export declare const getGroupsGroupidWallPosts: {
|
|
|
3779
4183
|
path: string;
|
|
3780
4184
|
baseUrl: string;
|
|
3781
4185
|
requestFormat: "json";
|
|
4186
|
+
serializationMethod: {
|
|
4187
|
+
groupId: {
|
|
4188
|
+
style: string;
|
|
4189
|
+
};
|
|
4190
|
+
limit: {
|
|
4191
|
+
style: string;
|
|
4192
|
+
explode: boolean;
|
|
4193
|
+
};
|
|
4194
|
+
cursor: {
|
|
4195
|
+
style: string;
|
|
4196
|
+
explode: boolean;
|
|
4197
|
+
};
|
|
4198
|
+
sortOrder: {
|
|
4199
|
+
style: string;
|
|
4200
|
+
explode: boolean;
|
|
4201
|
+
};
|
|
4202
|
+
};
|
|
3782
4203
|
parameters: {
|
|
3783
4204
|
groupId: z.ZodNumber;
|
|
3784
4205
|
limit: z.ZodDefault<z.ZodOptional<z.ZodUnion<[z.ZodLiteral<10>, z.ZodLiteral<25>, z.ZodLiteral<50>, z.ZodLiteral<100>]>>>;
|
|
@@ -3886,6 +4307,12 @@ export declare const postGroupsGroupidWallPosts: {
|
|
|
3886
4307
|
path: string;
|
|
3887
4308
|
baseUrl: string;
|
|
3888
4309
|
requestFormat: "json";
|
|
4310
|
+
serializationMethod: {
|
|
4311
|
+
body: {};
|
|
4312
|
+
groupId: {
|
|
4313
|
+
style: string;
|
|
4314
|
+
};
|
|
4315
|
+
};
|
|
3889
4316
|
parameters: {
|
|
3890
4317
|
body: z.ZodObject<{
|
|
3891
4318
|
body: z.ZodString;
|
|
@@ -3973,6 +4400,14 @@ export declare const deleteGroupsGroupidWallPostsPostid: {
|
|
|
3973
4400
|
path: string;
|
|
3974
4401
|
baseUrl: string;
|
|
3975
4402
|
requestFormat: "json";
|
|
4403
|
+
serializationMethod: {
|
|
4404
|
+
groupId: {
|
|
4405
|
+
style: string;
|
|
4406
|
+
};
|
|
4407
|
+
postId: {
|
|
4408
|
+
style: string;
|
|
4409
|
+
};
|
|
4410
|
+
};
|
|
3976
4411
|
parameters: {
|
|
3977
4412
|
groupId: z.ZodNumber;
|
|
3978
4413
|
postId: z.ZodNumber;
|
|
@@ -3993,6 +4428,11 @@ export declare const postGroupsGroupidWallSubscribe: {
|
|
|
3993
4428
|
path: string;
|
|
3994
4429
|
baseUrl: string;
|
|
3995
4430
|
requestFormat: "json";
|
|
4431
|
+
serializationMethod: {
|
|
4432
|
+
groupId: {
|
|
4433
|
+
style: string;
|
|
4434
|
+
};
|
|
4435
|
+
};
|
|
3996
4436
|
parameters: {
|
|
3997
4437
|
groupId: z.ZodNumber;
|
|
3998
4438
|
};
|
|
@@ -4013,6 +4453,14 @@ export declare const deleteGroupsGroupidWallUsersUseridPosts: {
|
|
|
4013
4453
|
path: string;
|
|
4014
4454
|
baseUrl: string;
|
|
4015
4455
|
requestFormat: "json";
|
|
4456
|
+
serializationMethod: {
|
|
4457
|
+
groupId: {
|
|
4458
|
+
style: string;
|
|
4459
|
+
};
|
|
4460
|
+
userId: {
|
|
4461
|
+
style: string;
|
|
4462
|
+
};
|
|
4463
|
+
};
|
|
4016
4464
|
parameters: {
|
|
4017
4465
|
groupId: z.ZodNumber;
|
|
4018
4466
|
userId: z.ZodNumber;
|
|
@@ -4161,25 +4609,28 @@ export declare const postGroupsCreate: {
|
|
|
4161
4609
|
baseUrl: string;
|
|
4162
4610
|
description: string;
|
|
4163
4611
|
requestFormat: "form-data";
|
|
4612
|
+
serializationMethod: {
|
|
4613
|
+
body: {};
|
|
4614
|
+
};
|
|
4164
4615
|
parameters: {
|
|
4165
4616
|
body: z.ZodObject<{
|
|
4166
4617
|
name: z.ZodString;
|
|
4167
4618
|
description: z.ZodString;
|
|
4168
4619
|
publicGroup: z.ZodBoolean;
|
|
4169
4620
|
buildersClubMembersOnly: z.ZodBoolean;
|
|
4170
|
-
Files: z.
|
|
4621
|
+
Files: z.ZodType<Object | File, z.ZodTypeDef, Object | File>;
|
|
4171
4622
|
}, "strip", z.ZodTypeAny, {
|
|
4172
4623
|
name: string;
|
|
4173
4624
|
description: string;
|
|
4174
4625
|
publicGroup: boolean;
|
|
4175
4626
|
buildersClubMembersOnly: boolean;
|
|
4176
|
-
Files
|
|
4627
|
+
Files: (Object | File) & (Object | File | undefined);
|
|
4177
4628
|
}, {
|
|
4178
4629
|
name: string;
|
|
4179
4630
|
description: string;
|
|
4180
4631
|
publicGroup: boolean;
|
|
4181
4632
|
buildersClubMembersOnly: boolean;
|
|
4182
|
-
Files
|
|
4633
|
+
Files: (Object | File) & (Object | File | undefined);
|
|
4183
4634
|
}>;
|
|
4184
4635
|
};
|
|
4185
4636
|
response: z.ZodObject<{
|
|
@@ -4243,13 +4694,20 @@ export declare const patchGroupsIcon: {
|
|
|
4243
4694
|
path: string;
|
|
4244
4695
|
baseUrl: string;
|
|
4245
4696
|
requestFormat: "form-data";
|
|
4697
|
+
serializationMethod: {
|
|
4698
|
+
body: {};
|
|
4699
|
+
groupId: {
|
|
4700
|
+
style: string;
|
|
4701
|
+
explode: boolean;
|
|
4702
|
+
};
|
|
4703
|
+
};
|
|
4246
4704
|
parameters: {
|
|
4247
4705
|
body: z.ZodObject<{
|
|
4248
|
-
Files: z.
|
|
4706
|
+
Files: z.ZodType<Object | File, z.ZodTypeDef, Object | File>;
|
|
4249
4707
|
}, "strip", z.ZodTypeAny, {
|
|
4250
|
-
Files
|
|
4708
|
+
Files: (Object | File) & (Object | File | undefined);
|
|
4251
4709
|
}, {
|
|
4252
|
-
Files
|
|
4710
|
+
Files: (Object | File) & (Object | File | undefined);
|
|
4253
4711
|
}>;
|
|
4254
4712
|
groupId: z.ZodNumber;
|
|
4255
4713
|
};
|
|
@@ -4310,6 +4768,9 @@ export declare const postGroupsPolicies: {
|
|
|
4310
4768
|
path: string;
|
|
4311
4769
|
baseUrl: string;
|
|
4312
4770
|
requestFormat: "json";
|
|
4771
|
+
serializationMethod: {
|
|
4772
|
+
body: {};
|
|
4773
|
+
};
|
|
4313
4774
|
parameters: {
|
|
4314
4775
|
body: z.ZodObject<{
|
|
4315
4776
|
groupIds: z.ZodArray<z.ZodNumber, "many">;
|
|
@@ -4359,6 +4820,24 @@ export declare const getGroupsSearch: {
|
|
|
4359
4820
|
path: string;
|
|
4360
4821
|
baseUrl: string;
|
|
4361
4822
|
requestFormat: "json";
|
|
4823
|
+
serializationMethod: {
|
|
4824
|
+
keyword: {
|
|
4825
|
+
style: string;
|
|
4826
|
+
explode: boolean;
|
|
4827
|
+
};
|
|
4828
|
+
prioritizeExactMatch: {
|
|
4829
|
+
style: string;
|
|
4830
|
+
explode: boolean;
|
|
4831
|
+
};
|
|
4832
|
+
limit: {
|
|
4833
|
+
style: string;
|
|
4834
|
+
explode: boolean;
|
|
4835
|
+
};
|
|
4836
|
+
cursor: {
|
|
4837
|
+
style: string;
|
|
4838
|
+
explode: boolean;
|
|
4839
|
+
};
|
|
4840
|
+
};
|
|
4362
4841
|
parameters: {
|
|
4363
4842
|
keyword: z.ZodString;
|
|
4364
4843
|
prioritizeExactMatch: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -4447,6 +4926,12 @@ export declare const getGroupsSearchLookup: {
|
|
|
4447
4926
|
baseUrl: string;
|
|
4448
4927
|
description: string;
|
|
4449
4928
|
requestFormat: "json";
|
|
4929
|
+
serializationMethod: {
|
|
4930
|
+
groupName: {
|
|
4931
|
+
style: string;
|
|
4932
|
+
explode: boolean;
|
|
4933
|
+
};
|
|
4934
|
+
};
|
|
4450
4935
|
parameters: {
|
|
4451
4936
|
groupName: z.ZodString;
|
|
4452
4937
|
};
|
|
@@ -4522,6 +5007,11 @@ export declare const getRoles: {
|
|
|
4522
5007
|
path: string;
|
|
4523
5008
|
baseUrl: string;
|
|
4524
5009
|
requestFormat: "json";
|
|
5010
|
+
serializationMethod: {
|
|
5011
|
+
ids: {
|
|
5012
|
+
style: string;
|
|
5013
|
+
};
|
|
5014
|
+
};
|
|
4525
5015
|
parameters: {
|
|
4526
5016
|
ids: z.ZodArray<z.ZodNumber, "many">;
|
|
4527
5017
|
};
|
|
@@ -4780,21 +5270,6 @@ export declare const getUserGroupsPending: {
|
|
|
4780
5270
|
schema: z.ZodVoid;
|
|
4781
5271
|
}[];
|
|
4782
5272
|
};
|
|
4783
|
-
/**
|
|
4784
|
-
* @api delete https://groups.roblox.com/v1/user/groups/primary
|
|
4785
|
-
*/
|
|
4786
|
-
export declare const deleteUserGroupsPrimary: {
|
|
4787
|
-
method: "delete";
|
|
4788
|
-
path: string;
|
|
4789
|
-
baseUrl: string;
|
|
4790
|
-
requestFormat: "json";
|
|
4791
|
-
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
4792
|
-
errors: {
|
|
4793
|
-
status: number;
|
|
4794
|
-
description: string;
|
|
4795
|
-
schema: z.ZodVoid;
|
|
4796
|
-
}[];
|
|
4797
|
-
};
|
|
4798
5273
|
/**
|
|
4799
5274
|
* @api post https://groups.roblox.com/v1/user/groups/primary
|
|
4800
5275
|
* @param body The request body containing the group id.
|
|
@@ -4804,6 +5279,9 @@ export declare const postUserGroupsPrimary: {
|
|
|
4804
5279
|
path: string;
|
|
4805
5280
|
baseUrl: string;
|
|
4806
5281
|
requestFormat: "json";
|
|
5282
|
+
serializationMethod: {
|
|
5283
|
+
body: {};
|
|
5284
|
+
};
|
|
4807
5285
|
parameters: {
|
|
4808
5286
|
body: z.ZodObject<{
|
|
4809
5287
|
groupId: z.ZodNumber;
|
|
@@ -4820,6 +5298,21 @@ export declare const postUserGroupsPrimary: {
|
|
|
4820
5298
|
schema: z.ZodVoid;
|
|
4821
5299
|
}[];
|
|
4822
5300
|
};
|
|
5301
|
+
/**
|
|
5302
|
+
* @api delete https://groups.roblox.com/v1/user/groups/primary
|
|
5303
|
+
*/
|
|
5304
|
+
export declare const deleteUserGroupsPrimary: {
|
|
5305
|
+
method: "delete";
|
|
5306
|
+
path: string;
|
|
5307
|
+
baseUrl: string;
|
|
5308
|
+
requestFormat: "json";
|
|
5309
|
+
response: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
5310
|
+
errors: {
|
|
5311
|
+
status: number;
|
|
5312
|
+
description: string;
|
|
5313
|
+
schema: z.ZodVoid;
|
|
5314
|
+
}[];
|
|
5315
|
+
};
|
|
4823
5316
|
/**
|
|
4824
5317
|
* @api get https://groups.roblox.com/v1/users/:userId/friends/groups/roles
|
|
4825
5318
|
* @param userId
|
|
@@ -4829,6 +5322,11 @@ export declare const getUsersUseridFriendsGroupsRoles: {
|
|
|
4829
5322
|
path: string;
|
|
4830
5323
|
baseUrl: string;
|
|
4831
5324
|
requestFormat: "json";
|
|
5325
|
+
serializationMethod: {
|
|
5326
|
+
userId: {
|
|
5327
|
+
style: string;
|
|
5328
|
+
};
|
|
5329
|
+
};
|
|
4832
5330
|
parameters: {
|
|
4833
5331
|
userId: z.ZodNumber;
|
|
4834
5332
|
};
|
|
@@ -5291,6 +5789,11 @@ export declare const getUsersUseridGroupsPrimaryRole: {
|
|
|
5291
5789
|
path: string;
|
|
5292
5790
|
baseUrl: string;
|
|
5293
5791
|
requestFormat: "json";
|
|
5792
|
+
serializationMethod: {
|
|
5793
|
+
userId: {
|
|
5794
|
+
style: string;
|
|
5795
|
+
};
|
|
5796
|
+
};
|
|
5294
5797
|
parameters: {
|
|
5295
5798
|
userId: z.ZodNumber;
|
|
5296
5799
|
};
|
|
@@ -5538,6 +6041,11 @@ export declare const getUsersUseridGroupsRoles: {
|
|
|
5538
6041
|
path: string;
|
|
5539
6042
|
baseUrl: string;
|
|
5540
6043
|
requestFormat: "json";
|
|
6044
|
+
serializationMethod: {
|
|
6045
|
+
userId: {
|
|
6046
|
+
style: string;
|
|
6047
|
+
};
|
|
6048
|
+
};
|
|
5541
6049
|
parameters: {
|
|
5542
6050
|
userId: z.ZodNumber;
|
|
5543
6051
|
};
|