@jacobhumston/roblox-openapi-ts 1.0.18 → 1.0.20

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 (2) hide show
  1. package/dist/types.d.ts +176 -2408
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -20821,20 +20821,6 @@ export interface paths {
20821
20821
  "application/json": components["schemas"]["Roblox.Groups.Api.GetCommunityFeatureFreezesResponse"];
20822
20822
  };
20823
20823
  };
20824
- /** @description 0: Authorization has been denied for this request. */
20825
- 401: {
20826
- headers: {
20827
- [name: string]: unknown;
20828
- };
20829
- content?: never;
20830
- };
20831
- /** @description 49: User is invalid or does not exist */
20832
- 403: {
20833
- headers: {
20834
- [name: string]: unknown;
20835
- };
20836
- content?: never;
20837
- };
20838
20824
  };
20839
20825
  };
20840
20826
  put?: never;
@@ -38147,43 +38133,6 @@ export interface paths {
38147
38133
  patch?: never;
38148
38134
  trace?: never;
38149
38135
  };
38150
- "/v2/auth/metadata": {
38151
- parameters: {
38152
- query?: never;
38153
- header?: never;
38154
- path?: never;
38155
- cookie?: never;
38156
- };
38157
- /** Gets Auth meta data */
38158
- get: {
38159
- parameters: {
38160
- query?: never;
38161
- header?: never;
38162
- path?: never;
38163
- cookie?: never;
38164
- };
38165
- requestBody?: never;
38166
- responses: {
38167
- /** @description OK */
38168
- 200: {
38169
- headers: {
38170
- [name: string]: unknown;
38171
- };
38172
- content: {
38173
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.AuthMetaDataResponse"];
38174
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.AuthMetaDataResponse"];
38175
- };
38176
- };
38177
- };
38178
- };
38179
- put?: never;
38180
- post?: never;
38181
- delete?: never;
38182
- options?: never;
38183
- head?: never;
38184
- patch?: never;
38185
- trace?: never;
38186
- };
38187
38136
  "/v2/avatar/avatar": {
38188
38137
  parameters: {
38189
38138
  query?: never;
@@ -39088,61 +39037,6 @@ export interface paths {
39088
39037
  patch?: never;
39089
39038
  trace?: never;
39090
39039
  };
39091
- "/v2/identity-verification/login": {
39092
- parameters: {
39093
- query?: never;
39094
- header?: never;
39095
- path?: never;
39096
- cookie?: never;
39097
- };
39098
- get?: never;
39099
- put?: never;
39100
- /** Endpoint for login with identity verification */
39101
- post: {
39102
- parameters: {
39103
- query?: never;
39104
- header?: never;
39105
- path?: never;
39106
- cookie?: never;
39107
- };
39108
- requestBody: {
39109
- content: {
39110
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.IdentityVerificationLoginRequest"];
39111
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.IdentityVerificationLoginRequest"];
39112
- };
39113
- };
39114
- responses: {
39115
- /** @description OK */
39116
- 200: {
39117
- headers: {
39118
- [name: string]: unknown;
39119
- };
39120
- content: {
39121
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39122
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39123
- };
39124
- };
39125
- /**
39126
- * @description 0: Token Validation Failed
39127
- * 1: Invalid login ticket.
39128
- * 2: Invalid result token.
39129
- * 3: Invalid user.
39130
- * 4: Authentication failure.
39131
- */
39132
- 403: {
39133
- headers: {
39134
- [name: string]: unknown;
39135
- };
39136
- content?: never;
39137
- };
39138
- };
39139
- };
39140
- delete?: never;
39141
- options?: never;
39142
- head?: never;
39143
- patch?: never;
39144
- trace?: never;
39145
- };
39146
39040
  "/v2/inventory/asset/{assetId}": {
39147
39041
  parameters: {
39148
39042
  query?: never;
@@ -39222,292 +39116,6 @@ export interface paths {
39222
39116
  patch?: never;
39223
39117
  trace?: never;
39224
39118
  };
39225
- "/v2/login": {
39226
- parameters: {
39227
- query?: never;
39228
- header?: never;
39229
- path?: never;
39230
- cookie?: never;
39231
- };
39232
- get?: never;
39233
- put?: never;
39234
- /** Authenticates a user. */
39235
- post: {
39236
- parameters: {
39237
- query?: never;
39238
- header?: never;
39239
- path?: never;
39240
- cookie?: never;
39241
- };
39242
- /** @description Roblox.Authentication.Api.Models.LoginRequest. */
39243
- requestBody: {
39244
- content: {
39245
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginRequest"];
39246
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginRequest"];
39247
- };
39248
- };
39249
- responses: {
39250
- /** @description OK */
39251
- 200: {
39252
- headers: {
39253
- [name: string]: unknown;
39254
- };
39255
- content: {
39256
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
39257
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
39258
- };
39259
- };
39260
- /**
39261
- * @description 0: An unexpected error occurred.
39262
- * 3: Username and Password are required. Please try again.
39263
- * 8: Login with received credential type is not supported.
39264
- */
39265
- 400: {
39266
- headers: {
39267
- [name: string]: unknown;
39268
- };
39269
- content?: never;
39270
- };
39271
- /**
39272
- * @description 0: Token Validation Failed
39273
- * 1: Incorrect username or password. Please try again.
39274
- * 2: You must pass the robot test before logging in.
39275
- * 4: Account has been locked. Please request a password reset.
39276
- * 5: Unable to login. Please use Social Network sign on.
39277
- * 6: Account issue. Please contact Support.
39278
- * 9: Unable to login with provided credentials. Default login is required.
39279
- * 10: Received credentials are unverified.
39280
- * 12: Existing login session found. Please log out first.
39281
- * 14: The account is unable to log in. Please log in to the LuoBu app.
39282
- * 15: Too many attempts. Please wait a bit.
39283
- * 27: The account is unable to login. Please log in with the VNG app.
39284
- */
39285
- 403: {
39286
- headers: {
39287
- [name: string]: unknown;
39288
- };
39289
- content?: never;
39290
- };
39291
- /** @description 7: Too many attempts. Please wait a bit. */
39292
- 429: {
39293
- headers: {
39294
- [name: string]: unknown;
39295
- };
39296
- content?: never;
39297
- };
39298
- /** @description 11: Service unavailable. Please try again. */
39299
- 503: {
39300
- headers: {
39301
- [name: string]: unknown;
39302
- };
39303
- content?: never;
39304
- };
39305
- };
39306
- };
39307
- delete?: never;
39308
- options?: never;
39309
- head?: never;
39310
- patch?: never;
39311
- trace?: never;
39312
- };
39313
- "/v2/login/linked": {
39314
- parameters: {
39315
- query?: never;
39316
- header?: never;
39317
- path?: never;
39318
- cookie?: never;
39319
- };
39320
- get?: never;
39321
- put?: never;
39322
- /**
39323
- * Endpoint for logging in a user, specifically for linked
39324
- * authentication on PCGDK
39325
- */
39326
- post: {
39327
- parameters: {
39328
- query?: never;
39329
- header?: never;
39330
- path?: never;
39331
- cookie?: never;
39332
- };
39333
- /** @description Roblox.Authentication.Api.Models.LoginRequest */
39334
- requestBody: {
39335
- content: {
39336
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginRequest"];
39337
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginRequest"];
39338
- };
39339
- };
39340
- responses: {
39341
- /** @description OK */
39342
- 200: {
39343
- headers: {
39344
- [name: string]: unknown;
39345
- };
39346
- content: {
39347
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
39348
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
39349
- };
39350
- };
39351
- /**
39352
- * @description 0: An unexpected error occurred.
39353
- * 3: Username and Password are required. Please try again.
39354
- * 8: Login with received credential type is not supported.
39355
- */
39356
- 400: {
39357
- headers: {
39358
- [name: string]: unknown;
39359
- };
39360
- content?: never;
39361
- };
39362
- /**
39363
- * @description 0: Token Validation Failed
39364
- * 1: Incorrect username or password. Please try again.
39365
- * 2: You must pass the robot test before logging in.
39366
- * 4: Account has been locked. Please request a password reset.
39367
- * 5: Unable to login. Please use Social Network sign on.
39368
- * 6: Account issue. Please contact Support.
39369
- * 9: Unable to login with provided credentials. Default login is required.
39370
- * 10: Received credentials are unverified.
39371
- * 12: Existing login session found. Please log out first.
39372
- * 14: The account is unable to log in. Please log in to the LuoBu app.
39373
- * 15: Too many attempts. Please wait a bit.
39374
- * 27: The account is unable to login. Please log in with the VNG app.
39375
- */
39376
- 403: {
39377
- headers: {
39378
- [name: string]: unknown;
39379
- };
39380
- content?: never;
39381
- };
39382
- /** @description 7: Too many attempts. Please wait a bit. */
39383
- 429: {
39384
- headers: {
39385
- [name: string]: unknown;
39386
- };
39387
- content?: never;
39388
- };
39389
- /** @description 11: Service unavailable. Please try again. */
39390
- 503: {
39391
- headers: {
39392
- [name: string]: unknown;
39393
- };
39394
- content?: never;
39395
- };
39396
- };
39397
- };
39398
- delete?: never;
39399
- options?: never;
39400
- head?: never;
39401
- patch?: never;
39402
- trace?: never;
39403
- };
39404
- "/v2/logout": {
39405
- parameters: {
39406
- query?: never;
39407
- header?: never;
39408
- path?: never;
39409
- cookie?: never;
39410
- };
39411
- get?: never;
39412
- put?: never;
39413
- /** Destroys the current authentication session. */
39414
- post: {
39415
- parameters: {
39416
- query?: never;
39417
- header?: never;
39418
- path?: never;
39419
- cookie?: never;
39420
- };
39421
- requestBody?: never;
39422
- responses: {
39423
- /** @description OK */
39424
- 200: {
39425
- headers: {
39426
- [name: string]: unknown;
39427
- };
39428
- content: {
39429
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39430
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39431
- };
39432
- };
39433
- /** @description 0: Authorization has been denied for this request. */
39434
- 401: {
39435
- headers: {
39436
- [name: string]: unknown;
39437
- };
39438
- content?: never;
39439
- };
39440
- /** @description 0: Token Validation Failed */
39441
- 403: {
39442
- headers: {
39443
- [name: string]: unknown;
39444
- };
39445
- content?: never;
39446
- };
39447
- };
39448
- };
39449
- delete?: never;
39450
- options?: never;
39451
- head?: never;
39452
- patch?: never;
39453
- trace?: never;
39454
- };
39455
- "/v2/logoutfromallsessionsandreauthenticate": {
39456
- parameters: {
39457
- query?: never;
39458
- header?: never;
39459
- path?: never;
39460
- cookie?: never;
39461
- };
39462
- get?: never;
39463
- put?: never;
39464
- /** Logs out user from all other sessions. */
39465
- post: {
39466
- parameters: {
39467
- query?: never;
39468
- header?: never;
39469
- path?: never;
39470
- cookie?: never;
39471
- };
39472
- requestBody: {
39473
- content: {
39474
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.LogoutFromAllSessionsAndReauthenticateRequest"];
39475
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.LogoutFromAllSessionsAndReauthenticateRequest"];
39476
- };
39477
- };
39478
- responses: {
39479
- /** @description OK */
39480
- 200: {
39481
- headers: {
39482
- [name: string]: unknown;
39483
- };
39484
- content: {
39485
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39486
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
39487
- };
39488
- };
39489
- /** @description 0: Authorization has been denied for this request. */
39490
- 401: {
39491
- headers: {
39492
- [name: string]: unknown;
39493
- };
39494
- content?: never;
39495
- };
39496
- /** @description 0: Token Validation Failed */
39497
- 403: {
39498
- headers: {
39499
- [name: string]: unknown;
39500
- };
39501
- content?: never;
39502
- };
39503
- };
39504
- };
39505
- delete?: never;
39506
- options?: never;
39507
- head?: never;
39508
- patch?: never;
39509
- trace?: never;
39510
- };
39511
39119
  "/v2/marAssetHash/{marAssetHash}/marCheckSum/{marCheckSum}": {
39512
39120
  parameters: {
39513
39121
  query?: never;
@@ -39561,43 +39169,6 @@ export interface paths {
39561
39169
  patch?: never;
39562
39170
  trace?: never;
39563
39171
  };
39564
- "/v2/metadata": {
39565
- parameters: {
39566
- query?: never;
39567
- header?: never;
39568
- path?: never;
39569
- cookie?: never;
39570
- };
39571
- /** Get the metadata */
39572
- get: {
39573
- parameters: {
39574
- query?: never;
39575
- header?: never;
39576
- path?: never;
39577
- cookie?: never;
39578
- };
39579
- requestBody?: never;
39580
- responses: {
39581
- /** @description OK */
39582
- 200: {
39583
- headers: {
39584
- [name: string]: unknown;
39585
- };
39586
- content: {
39587
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.MetadataResponse"];
39588
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.MetadataResponse"];
39589
- };
39590
- };
39591
- };
39592
- };
39593
- put?: never;
39594
- post?: never;
39595
- delete?: never;
39596
- options?: never;
39597
- head?: never;
39598
- patch?: never;
39599
- trace?: never;
39600
- };
39601
39172
  "/v2/ota-version/{binaryType}": {
39602
39173
  parameters: {
39603
39174
  query?: never;
@@ -39864,19 +39435,22 @@ export interface paths {
39864
39435
  };
39865
39436
  trace?: never;
39866
39437
  };
39867
- "/v2/passwords/current-status": {
39438
+ "/v2/places/{placeId}": {
39868
39439
  parameters: {
39869
39440
  query?: never;
39870
39441
  header?: never;
39871
39442
  path?: never;
39872
39443
  cookie?: never;
39873
39444
  };
39874
- /** Returns password status for current user, asynchronously. */
39445
+ /** Gets the place configuration for the place with the id placeId */
39875
39446
  get: {
39876
39447
  parameters: {
39877
39448
  query?: never;
39878
39449
  header?: never;
39879
- path?: never;
39450
+ path: {
39451
+ /** @description The place id for the place to be updated. */
39452
+ placeId: number;
39453
+ };
39880
39454
  cookie?: never;
39881
39455
  };
39882
39456
  requestBody?: never;
@@ -39887,8 +39461,8 @@ export interface paths {
39887
39461
  [name: string]: unknown;
39888
39462
  };
39889
39463
  content: {
39890
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordStatusResponse"];
39891
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordStatusResponse"];
39464
+ "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39465
+ "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39892
39466
  };
39893
39467
  };
39894
39468
  /** @description 0: Authorization has been denied for this request. */
@@ -39898,6 +39472,20 @@ export interface paths {
39898
39472
  };
39899
39473
  content?: never;
39900
39474
  };
39475
+ /** @description Authenticated user is not authorized to manage this place. */
39476
+ 403: {
39477
+ headers: {
39478
+ [name: string]: unknown;
39479
+ };
39480
+ content?: never;
39481
+ };
39482
+ /** @description placeId Place not found. */
39483
+ 404: {
39484
+ headers: {
39485
+ [name: string]: unknown;
39486
+ };
39487
+ content?: never;
39488
+ };
39901
39489
  };
39902
39490
  };
39903
39491
  put?: never;
@@ -39905,28 +39493,23 @@ export interface paths {
39905
39493
  delete?: never;
39906
39494
  options?: never;
39907
39495
  head?: never;
39908
- patch?: never;
39909
- trace?: never;
39910
- };
39911
- "/v2/passwords/reset": {
39912
- parameters: {
39913
- query?: never;
39914
- header?: never;
39915
- path?: never;
39916
- cookie?: never;
39917
- };
39918
- /** Gets metadata needed for the password reset view. */
39919
- get: {
39496
+ /** Updates the place configuration for the place with the id placeId */
39497
+ patch: {
39920
39498
  parameters: {
39921
- query: {
39922
- TargetType: 0 | 1 | 2;
39923
- Ticket: string;
39924
- };
39499
+ query?: never;
39925
39500
  header?: never;
39926
- path?: never;
39501
+ path: {
39502
+ /** @description The place id for the place to be updated. */
39503
+ placeId: number;
39504
+ };
39927
39505
  cookie?: never;
39928
39506
  };
39929
- requestBody?: never;
39507
+ requestBody: {
39508
+ content: {
39509
+ "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceConfigurationModelV2"];
39510
+ "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceConfigurationModelV2"];
39511
+ };
39512
+ };
39930
39513
  responses: {
39931
39514
  /** @description OK */
39932
39515
  200: {
@@ -39934,25 +39517,20 @@ export interface paths {
39934
39517
  [name: string]: unknown;
39935
39518
  };
39936
39519
  content: {
39937
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetMetadataResponse"];
39938
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetMetadataResponse"];
39520
+ "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39521
+ "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39939
39522
  };
39940
39523
  };
39941
- /**
39942
- * @description 3: Request was empty.
39943
- * 9: The target type is invalid.
39944
- * 11: The password reset ticket is invalid.
39945
- * 14: The nonce is invalid.
39946
- */
39947
- 400: {
39524
+ /** @description 0: Authorization has been denied for this request. */
39525
+ 401: {
39948
39526
  headers: {
39949
39527
  [name: string]: unknown;
39950
39528
  };
39951
39529
  content?: never;
39952
39530
  };
39953
39531
  /**
39954
- * @description 11: The password reset ticket is invalid.
39955
- * 16: The ticket is expired.
39532
+ * @description Authenticated user is not authorized to manage this place.
39533
+ * 0: Token Validation Failed
39956
39534
  */
39957
39535
  403: {
39958
39536
  headers: {
@@ -39960,15 +39538,8 @@ export interface paths {
39960
39538
  };
39961
39539
  content?: never;
39962
39540
  };
39963
- /** @description 0: Unknown error occured. */
39964
- 500: {
39965
- headers: {
39966
- [name: string]: unknown;
39967
- };
39968
- content?: never;
39969
- };
39970
- /** @description 1: Feature temporarily disabled. Please try again later. */
39971
- 503: {
39541
+ /** @description placeId Place not found. */
39542
+ 404: {
39972
39543
  headers: {
39973
39544
  [name: string]: unknown;
39974
39545
  };
@@ -39976,25 +39547,24 @@ export interface paths {
39976
39547
  };
39977
39548
  };
39978
39549
  };
39979
- put?: never;
39980
- /**
39981
- * Resets a password for a user that belongs to the password reset ticket.
39982
- * @description This will log the user out of all sessions and re-authenticate.
39983
- */
39984
- post: {
39550
+ trace?: never;
39551
+ };
39552
+ "/v2/push-notifications/chrome-manifest": {
39553
+ parameters: {
39554
+ query?: never;
39555
+ header?: never;
39556
+ path?: never;
39557
+ cookie?: never;
39558
+ };
39559
+ /** Get Chrome Manifest to link GCM project to Chrome Browser */
39560
+ get: {
39985
39561
  parameters: {
39986
39562
  query?: never;
39987
39563
  header?: never;
39988
39564
  path?: never;
39989
39565
  cookie?: never;
39990
39566
  };
39991
- /** @description The request model including the target type, ticket, user id, and new password, Roblox.Authentication.Api.Models.PasswordResetModel */
39992
- requestBody: {
39993
- content: {
39994
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetModel"];
39995
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetModel"];
39996
- };
39997
- };
39567
+ requestBody?: never;
39998
39568
  responses: {
39999
39569
  /** @description OK */
40000
39570
  200: {
@@ -40002,43 +39572,12 @@ export interface paths {
40002
39572
  [name: string]: unknown;
40003
39573
  };
40004
39574
  content: {
40005
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
40006
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
40007
- };
40008
- };
40009
- /**
40010
- * @description 3: Request was empty.
40011
- * 11: The password reset ticket is invalid.
40012
- * 12: The user is invalid.
40013
- * 20: The password is invalid.
40014
- * 21: Passwords do not match.
40015
- */
40016
- 400: {
40017
- headers: {
40018
- [name: string]: unknown;
40019
- };
40020
- content?: never;
40021
- };
40022
- /**
40023
- * @description 0: Token Validation Failed
40024
- * 16: The ticket is expired.
40025
- * 17: The nonce is expired.
40026
- */
40027
- 403: {
40028
- headers: {
40029
- [name: string]: unknown;
40030
- };
40031
- content?: never;
40032
- };
40033
- /** @description 0: Unknown error occured. */
40034
- 500: {
40035
- headers: {
40036
- [name: string]: unknown;
39575
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.ChromeManifestModel"];
39576
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.ChromeManifestModel"];
40037
39577
  };
40038
- content?: never;
40039
39578
  };
40040
- /** @description 1: Feature temporarily disabled. Please try again later. */
40041
- 503: {
39579
+ /** @description 0: Authorization has been denied for this request. */
39580
+ 401: {
40042
39581
  headers: {
40043
39582
  [name: string]: unknown;
40044
39583
  };
@@ -40046,13 +39585,15 @@ export interface paths {
40046
39585
  };
40047
39586
  };
40048
39587
  };
39588
+ put?: never;
39589
+ post?: never;
40049
39590
  delete?: never;
40050
39591
  options?: never;
40051
39592
  head?: never;
40052
39593
  patch?: never;
40053
39594
  trace?: never;
40054
39595
  };
40055
- "/v2/passwords/reset/send": {
39596
+ "/v2/push-notifications/deregister-all-devices": {
40056
39597
  parameters: {
40057
39598
  query?: never;
40058
39599
  header?: never;
@@ -40061,10 +39602,7 @@ export interface paths {
40061
39602
  };
40062
39603
  get?: never;
40063
39604
  put?: never;
40064
- /**
40065
- * Sends a password reset email or challenge to the specified target.
40066
- * @description Phone target must be a csv with 3 values: "internationalPrefixNumber,nationalNumber,countryCode"
40067
- */
39605
+ /** De-register all devices to disable push notifications */
40068
39606
  post: {
40069
39607
  parameters: {
40070
39608
  query?: never;
@@ -40072,13 +39610,7 @@ export interface paths {
40072
39610
  path?: never;
40073
39611
  cookie?: never;
40074
39612
  };
40075
- /** @description The request model containing the target type and a target. */
40076
- requestBody: {
40077
- content: {
40078
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.SendResetPasswordRequest"];
40079
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.SendResetPasswordRequest"];
40080
- };
40081
- };
39613
+ requestBody?: never;
40082
39614
  responses: {
40083
39615
  /** @description OK */
40084
39616
  200: {
@@ -40086,57 +39618,24 @@ export interface paths {
40086
39618
  [name: string]: unknown;
40087
39619
  };
40088
39620
  content: {
40089
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.SendResetPasswordResponse"];
40090
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.SendResetPasswordResponse"];
39621
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
39622
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40091
39623
  };
40092
39624
  };
40093
- /**
40094
- * @description 3: Request was empty.
40095
- * 9: The target type is invalid.
40096
- * 10: The target is invalid.
40097
- * 12: The user is invalid.
40098
- */
40099
- 400: {
39625
+ /** @description 0: Authorization has been denied for this request. */
39626
+ 401: {
40100
39627
  headers: {
40101
39628
  [name: string]: unknown;
40102
39629
  };
40103
39630
  content?: never;
40104
39631
  };
40105
- /**
40106
- * @description 0: Token Validation Failed
40107
- * 18: Captcha is required.
40108
- * 23: Authenticate with Luobu instead.
40109
- */
39632
+ /** @description 0: Token Validation Failed */
40110
39633
  403: {
40111
39634
  headers: {
40112
39635
  [name: string]: unknown;
40113
39636
  };
40114
39637
  content?: never;
40115
39638
  };
40116
- /** @description 2: Too many attempts. Please try again later. */
40117
- 429: {
40118
- headers: {
40119
- [name: string]: unknown;
40120
- };
40121
- content?: never;
40122
- };
40123
- /**
40124
- * @description 0: Unknown error occured.
40125
- * 19: Message could not be sent.
40126
- */
40127
- 500: {
40128
- headers: {
40129
- [name: string]: unknown;
40130
- };
40131
- content?: never;
40132
- };
40133
- /** @description 1: Feature temporarily disabled. Please try again later. */
40134
- 503: {
40135
- headers: {
40136
- [name: string]: unknown;
40137
- };
40138
- content?: never;
40139
- };
40140
39639
  };
40141
39640
  };
40142
39641
  delete?: never;
@@ -40145,7 +39644,7 @@ export interface paths {
40145
39644
  patch?: never;
40146
39645
  trace?: never;
40147
39646
  };
40148
- "/v2/passwords/reset/verify": {
39647
+ "/v2/push-notifications/deregister-current-device": {
40149
39648
  parameters: {
40150
39649
  query?: never;
40151
39650
  header?: never;
@@ -40154,7 +39653,7 @@ export interface paths {
40154
39653
  };
40155
39654
  get?: never;
40156
39655
  put?: never;
40157
- /** Verifies a password reset challenge solution. */
39656
+ /** De-register current device to disable push notifications */
40158
39657
  post: {
40159
39658
  parameters: {
40160
39659
  query?: never;
@@ -40162,13 +39661,7 @@ export interface paths {
40162
39661
  path?: never;
40163
39662
  cookie?: never;
40164
39663
  };
40165
- /** @description The request model containing the nonce and the solution. Roblox.Authentication.Api.Models.PasswordResetVerificationRequest */
40166
- requestBody: {
40167
- content: {
40168
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetVerificationRequest"];
40169
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetVerificationRequest"];
40170
- };
40171
- };
39664
+ requestBody?: never;
40172
39665
  responses: {
40173
39666
  /** @description OK */
40174
39667
  200: {
@@ -40176,45 +39669,24 @@ export interface paths {
40176
39669
  [name: string]: unknown;
40177
39670
  };
40178
39671
  content: {
40179
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetVerificationResponse"];
40180
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordResetVerificationResponse"];
39672
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
39673
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40181
39674
  };
40182
39675
  };
40183
- /**
40184
- * @description 3: Request was empty.
40185
- * 9: The target type is invalid.
40186
- * 14: The nonce is invalid.
40187
- */
40188
- 400: {
39676
+ /** @description 0: Authorization has been denied for this request. */
39677
+ 401: {
40189
39678
  headers: {
40190
39679
  [name: string]: unknown;
40191
39680
  };
40192
39681
  content?: never;
40193
39682
  };
40194
- /**
40195
- * @description 0: Token Validation Failed
40196
- * 13: The code is invalid.
40197
- */
39683
+ /** @description 0: Token Validation Failed */
40198
39684
  403: {
40199
39685
  headers: {
40200
39686
  [name: string]: unknown;
40201
39687
  };
40202
39688
  content?: never;
40203
39689
  };
40204
- /** @description 0: Unknown error occured. */
40205
- 500: {
40206
- headers: {
40207
- [name: string]: unknown;
40208
- };
40209
- content?: never;
40210
- };
40211
- /** @description 1: Feature temporarily disabled. Please try again later. */
40212
- 503: {
40213
- headers: {
40214
- [name: string]: unknown;
40215
- };
40216
- content?: never;
40217
- };
40218
39690
  };
40219
39691
  };
40220
39692
  delete?: never;
@@ -40223,47 +39695,16 @@ export interface paths {
40223
39695
  patch?: never;
40224
39696
  trace?: never;
40225
39697
  };
40226
- "/v2/passwords/validate": {
39698
+ "/v2/push-notifications/deregister-current-device-ios-pushkit": {
40227
39699
  parameters: {
40228
39700
  query?: never;
40229
39701
  header?: never;
40230
39702
  path?: never;
40231
39703
  cookie?: never;
40232
39704
  };
40233
- /** Endpoint for checking if a password is valid. */
40234
- get: {
40235
- parameters: {
40236
- query: {
40237
- Username: string;
40238
- Password: string;
40239
- };
40240
- header?: never;
40241
- path?: never;
40242
- cookie?: never;
40243
- };
40244
- requestBody?: never;
40245
- responses: {
40246
- /** @description OK */
40247
- 200: {
40248
- headers: {
40249
- [name: string]: unknown;
40250
- };
40251
- content: {
40252
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationResponse"];
40253
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationResponse"];
40254
- };
40255
- };
40256
- /** @description 1: Valid Username and Password are required. Please try again. */
40257
- 400: {
40258
- headers: {
40259
- [name: string]: unknown;
40260
- };
40261
- content?: never;
40262
- };
40263
- };
40264
- };
39705
+ get?: never;
40265
39706
  put?: never;
40266
- /** Endpoint for checking if a password is valid. */
39707
+ /** De-register current device to disable pushkit notifications */
40267
39708
  post: {
40268
39709
  parameters: {
40269
39710
  query?: never;
@@ -40271,13 +39712,7 @@ export interface paths {
40271
39712
  path?: never;
40272
39713
  cookie?: never;
40273
39714
  };
40274
- /** @description The Roblox.Authentication.Api.Models.PasswordValidationModel. */
40275
- requestBody: {
40276
- content: {
40277
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationModel"];
40278
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationModel"];
40279
- };
40280
- };
39715
+ requestBody?: never;
40281
39716
  responses: {
40282
39717
  /** @description OK */
40283
39718
  200: {
@@ -40285,12 +39720,12 @@ export interface paths {
40285
39720
  [name: string]: unknown;
40286
39721
  };
40287
39722
  content: {
40288
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationResponse"];
40289
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordValidationResponse"];
39723
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
39724
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40290
39725
  };
40291
39726
  };
40292
- /** @description 1: Valid Username and Password are required. Please try again. */
40293
- 400: {
39727
+ /** @description 0: Authorization has been denied for this request. */
39728
+ 401: {
40294
39729
  headers: {
40295
39730
  [name: string]: unknown;
40296
39731
  };
@@ -40311,22 +39746,19 @@ export interface paths {
40311
39746
  patch?: never;
40312
39747
  trace?: never;
40313
39748
  };
40314
- "/v2/places/{placeId}": {
39749
+ "/v2/push-notifications/get-current-device-destination": {
40315
39750
  parameters: {
40316
39751
  query?: never;
40317
39752
  header?: never;
40318
39753
  path?: never;
40319
39754
  cookie?: never;
40320
39755
  };
40321
- /** Gets the place configuration for the place with the id placeId */
39756
+ /** Gets the current device destination */
40322
39757
  get: {
40323
39758
  parameters: {
40324
39759
  query?: never;
40325
39760
  header?: never;
40326
- path: {
40327
- /** @description The place id for the place to be updated. */
40328
- placeId: number;
40329
- };
39761
+ path?: never;
40330
39762
  cookie?: never;
40331
39763
  };
40332
39764
  requestBody?: never;
@@ -40337,8 +39769,8 @@ export interface paths {
40337
39769
  [name: string]: unknown;
40338
39770
  };
40339
39771
  content: {
40340
- "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
40341
- "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39772
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetCurrentPushDestinationResponseModel"];
39773
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetCurrentPushDestinationResponseModel"];
40342
39774
  };
40343
39775
  };
40344
39776
  /** @description 0: Authorization has been denied for this request. */
@@ -40348,20 +39780,6 @@ export interface paths {
40348
39780
  };
40349
39781
  content?: never;
40350
39782
  };
40351
- /** @description Authenticated user is not authorized to manage this place. */
40352
- 403: {
40353
- headers: {
40354
- [name: string]: unknown;
40355
- };
40356
- content?: never;
40357
- };
40358
- /** @description placeId Place not found. */
40359
- 404: {
40360
- headers: {
40361
- [name: string]: unknown;
40362
- };
40363
- content?: never;
40364
- };
40365
39783
  };
40366
39784
  };
40367
39785
  put?: never;
@@ -40369,23 +39787,25 @@ export interface paths {
40369
39787
  delete?: never;
40370
39788
  options?: never;
40371
39789
  head?: never;
40372
- /** Updates the place configuration for the place with the id placeId */
40373
- patch: {
39790
+ patch?: never;
39791
+ trace?: never;
39792
+ };
39793
+ "/v2/push-notifications/get-destinations": {
39794
+ parameters: {
39795
+ query?: never;
39796
+ header?: never;
39797
+ path?: never;
39798
+ cookie?: never;
39799
+ };
39800
+ /** Gets valid destinations associated with the signed user */
39801
+ get: {
40374
39802
  parameters: {
40375
39803
  query?: never;
40376
39804
  header?: never;
40377
- path: {
40378
- /** @description The place id for the place to be updated. */
40379
- placeId: number;
40380
- };
39805
+ path?: never;
40381
39806
  cookie?: never;
40382
39807
  };
40383
- requestBody: {
40384
- content: {
40385
- "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceConfigurationModelV2"];
40386
- "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceConfigurationModelV2"];
40387
- };
40388
- };
39808
+ requestBody?: never;
40389
39809
  responses: {
40390
39810
  /** @description OK */
40391
39811
  200: {
@@ -40393,8 +39813,8 @@ export interface paths {
40393
39813
  [name: string]: unknown;
40394
39814
  };
40395
39815
  content: {
40396
- "application/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
40397
- "text/json": components["schemas"]["Roblox.Api.Develop.Models.PlaceModelV2"];
39816
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetPushDestinationsResponseModel"];
39817
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetPushDestinationsResponseModel"];
40398
39818
  };
40399
39819
  };
40400
39820
  /** @description 0: Authorization has been denied for this request. */
@@ -40404,38 +39824,32 @@ export interface paths {
40404
39824
  };
40405
39825
  content?: never;
40406
39826
  };
40407
- /**
40408
- * @description Authenticated user is not authorized to manage this place.
40409
- * 0: Token Validation Failed
40410
- */
40411
- 403: {
40412
- headers: {
40413
- [name: string]: unknown;
40414
- };
40415
- content?: never;
40416
- };
40417
- /** @description placeId Place not found. */
40418
- 404: {
40419
- headers: {
40420
- [name: string]: unknown;
40421
- };
40422
- content?: never;
40423
- };
40424
39827
  };
40425
39828
  };
39829
+ put?: never;
39830
+ post?: never;
39831
+ delete?: never;
39832
+ options?: never;
39833
+ head?: never;
39834
+ patch?: never;
40426
39835
  trace?: never;
40427
39836
  };
40428
- "/v2/push-notifications/chrome-manifest": {
39837
+ "/v2/push-notifications/metadata": {
40429
39838
  parameters: {
40430
39839
  query?: never;
40431
39840
  header?: never;
40432
39841
  path?: never;
40433
39842
  cookie?: never;
40434
39843
  };
40435
- /** Get Chrome Manifest to link GCM project to Chrome Browser */
39844
+ /** Gets the corresponding metadata for the specified notification */
40436
39845
  get: {
40437
39846
  parameters: {
40438
- query?: never;
39847
+ query: {
39848
+ /** @description Token for the notification */
39849
+ notificationToken: string;
39850
+ /** @description Id of the specified notification */
39851
+ notificationId: string;
39852
+ };
40439
39853
  header?: never;
40440
39854
  path?: never;
40441
39855
  cookie?: never;
@@ -40448,8 +39862,8 @@ export interface paths {
40448
39862
  [name: string]: unknown;
40449
39863
  };
40450
39864
  content: {
40451
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.ChromeManifestModel"];
40452
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.ChromeManifestModel"];
39865
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetMetadataResponseModel"];
39866
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetMetadataResponseModel"];
40453
39867
  };
40454
39868
  };
40455
39869
  /** @description 0: Authorization has been denied for this request. */
@@ -40469,7 +39883,7 @@ export interface paths {
40469
39883
  patch?: never;
40470
39884
  trace?: never;
40471
39885
  };
40472
- "/v2/push-notifications/deregister-all-devices": {
39886
+ "/v2/push-notifications/register-android-native": {
40473
39887
  parameters: {
40474
39888
  query?: never;
40475
39889
  header?: never;
@@ -40478,7 +39892,7 @@ export interface paths {
40478
39892
  };
40479
39893
  get?: never;
40480
39894
  put?: never;
40481
- /** De-register all devices to disable push notifications */
39895
+ /** Register Android Native for push notifications */
40482
39896
  post: {
40483
39897
  parameters: {
40484
39898
  query?: never;
@@ -40486,7 +39900,12 @@ export interface paths {
40486
39900
  path?: never;
40487
39901
  cookie?: never;
40488
39902
  };
40489
- requestBody?: never;
39903
+ requestBody: {
39904
+ content: {
39905
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.RegisterAndroidRequestModel"];
39906
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.RegisterAndroidRequestModel"];
39907
+ };
39908
+ };
40490
39909
  responses: {
40491
39910
  /** @description OK */
40492
39911
  200: {
@@ -40494,303 +39913,8 @@ export interface paths {
40494
39913
  [name: string]: unknown;
40495
39914
  };
40496
39915
  content: {
40497
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40498
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40499
- };
40500
- };
40501
- /** @description 0: Authorization has been denied for this request. */
40502
- 401: {
40503
- headers: {
40504
- [name: string]: unknown;
40505
- };
40506
- content?: never;
40507
- };
40508
- /** @description 0: Token Validation Failed */
40509
- 403: {
40510
- headers: {
40511
- [name: string]: unknown;
40512
- };
40513
- content?: never;
40514
- };
40515
- };
40516
- };
40517
- delete?: never;
40518
- options?: never;
40519
- head?: never;
40520
- patch?: never;
40521
- trace?: never;
40522
- };
40523
- "/v2/push-notifications/deregister-current-device": {
40524
- parameters: {
40525
- query?: never;
40526
- header?: never;
40527
- path?: never;
40528
- cookie?: never;
40529
- };
40530
- get?: never;
40531
- put?: never;
40532
- /** De-register current device to disable push notifications */
40533
- post: {
40534
- parameters: {
40535
- query?: never;
40536
- header?: never;
40537
- path?: never;
40538
- cookie?: never;
40539
- };
40540
- requestBody?: never;
40541
- responses: {
40542
- /** @description OK */
40543
- 200: {
40544
- headers: {
40545
- [name: string]: unknown;
40546
- };
40547
- content: {
40548
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40549
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40550
- };
40551
- };
40552
- /** @description 0: Authorization has been denied for this request. */
40553
- 401: {
40554
- headers: {
40555
- [name: string]: unknown;
40556
- };
40557
- content?: never;
40558
- };
40559
- /** @description 0: Token Validation Failed */
40560
- 403: {
40561
- headers: {
40562
- [name: string]: unknown;
40563
- };
40564
- content?: never;
40565
- };
40566
- };
40567
- };
40568
- delete?: never;
40569
- options?: never;
40570
- head?: never;
40571
- patch?: never;
40572
- trace?: never;
40573
- };
40574
- "/v2/push-notifications/deregister-current-device-ios-pushkit": {
40575
- parameters: {
40576
- query?: never;
40577
- header?: never;
40578
- path?: never;
40579
- cookie?: never;
40580
- };
40581
- get?: never;
40582
- put?: never;
40583
- /** De-register current device to disable pushkit notifications */
40584
- post: {
40585
- parameters: {
40586
- query?: never;
40587
- header?: never;
40588
- path?: never;
40589
- cookie?: never;
40590
- };
40591
- requestBody?: never;
40592
- responses: {
40593
- /** @description OK */
40594
- 200: {
40595
- headers: {
40596
- [name: string]: unknown;
40597
- };
40598
- content: {
40599
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40600
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.SuccessResponseModel"];
40601
- };
40602
- };
40603
- /** @description 0: Authorization has been denied for this request. */
40604
- 401: {
40605
- headers: {
40606
- [name: string]: unknown;
40607
- };
40608
- content?: never;
40609
- };
40610
- /** @description 0: Token Validation Failed */
40611
- 403: {
40612
- headers: {
40613
- [name: string]: unknown;
40614
- };
40615
- content?: never;
40616
- };
40617
- };
40618
- };
40619
- delete?: never;
40620
- options?: never;
40621
- head?: never;
40622
- patch?: never;
40623
- trace?: never;
40624
- };
40625
- "/v2/push-notifications/get-current-device-destination": {
40626
- parameters: {
40627
- query?: never;
40628
- header?: never;
40629
- path?: never;
40630
- cookie?: never;
40631
- };
40632
- /** Gets the current device destination */
40633
- get: {
40634
- parameters: {
40635
- query?: never;
40636
- header?: never;
40637
- path?: never;
40638
- cookie?: never;
40639
- };
40640
- requestBody?: never;
40641
- responses: {
40642
- /** @description OK */
40643
- 200: {
40644
- headers: {
40645
- [name: string]: unknown;
40646
- };
40647
- content: {
40648
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetCurrentPushDestinationResponseModel"];
40649
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetCurrentPushDestinationResponseModel"];
40650
- };
40651
- };
40652
- /** @description 0: Authorization has been denied for this request. */
40653
- 401: {
40654
- headers: {
40655
- [name: string]: unknown;
40656
- };
40657
- content?: never;
40658
- };
40659
- };
40660
- };
40661
- put?: never;
40662
- post?: never;
40663
- delete?: never;
40664
- options?: never;
40665
- head?: never;
40666
- patch?: never;
40667
- trace?: never;
40668
- };
40669
- "/v2/push-notifications/get-destinations": {
40670
- parameters: {
40671
- query?: never;
40672
- header?: never;
40673
- path?: never;
40674
- cookie?: never;
40675
- };
40676
- /** Gets valid destinations associated with the signed user */
40677
- get: {
40678
- parameters: {
40679
- query?: never;
40680
- header?: never;
40681
- path?: never;
40682
- cookie?: never;
40683
- };
40684
- requestBody?: never;
40685
- responses: {
40686
- /** @description OK */
40687
- 200: {
40688
- headers: {
40689
- [name: string]: unknown;
40690
- };
40691
- content: {
40692
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetPushDestinationsResponseModel"];
40693
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetPushDestinationsResponseModel"];
40694
- };
40695
- };
40696
- /** @description 0: Authorization has been denied for this request. */
40697
- 401: {
40698
- headers: {
40699
- [name: string]: unknown;
40700
- };
40701
- content?: never;
40702
- };
40703
- };
40704
- };
40705
- put?: never;
40706
- post?: never;
40707
- delete?: never;
40708
- options?: never;
40709
- head?: never;
40710
- patch?: never;
40711
- trace?: never;
40712
- };
40713
- "/v2/push-notifications/metadata": {
40714
- parameters: {
40715
- query?: never;
40716
- header?: never;
40717
- path?: never;
40718
- cookie?: never;
40719
- };
40720
- /** Gets the corresponding metadata for the specified notification */
40721
- get: {
40722
- parameters: {
40723
- query: {
40724
- /** @description Token for the notification */
40725
- notificationToken: string;
40726
- /** @description Id of the specified notification */
40727
- notificationId: string;
40728
- };
40729
- header?: never;
40730
- path?: never;
40731
- cookie?: never;
40732
- };
40733
- requestBody?: never;
40734
- responses: {
40735
- /** @description OK */
40736
- 200: {
40737
- headers: {
40738
- [name: string]: unknown;
40739
- };
40740
- content: {
40741
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.GetMetadataResponseModel"];
40742
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.GetMetadataResponseModel"];
40743
- };
40744
- };
40745
- /** @description 0: Authorization has been denied for this request. */
40746
- 401: {
40747
- headers: {
40748
- [name: string]: unknown;
40749
- };
40750
- content?: never;
40751
- };
40752
- };
40753
- };
40754
- put?: never;
40755
- post?: never;
40756
- delete?: never;
40757
- options?: never;
40758
- head?: never;
40759
- patch?: never;
40760
- trace?: never;
40761
- };
40762
- "/v2/push-notifications/register-android-native": {
40763
- parameters: {
40764
- query?: never;
40765
- header?: never;
40766
- path?: never;
40767
- cookie?: never;
40768
- };
40769
- get?: never;
40770
- put?: never;
40771
- /** Register Android Native for push notifications */
40772
- post: {
40773
- parameters: {
40774
- query?: never;
40775
- header?: never;
40776
- path?: never;
40777
- cookie?: never;
40778
- };
40779
- requestBody: {
40780
- content: {
40781
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.RegisterAndroidRequestModel"];
40782
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.RegisterAndroidRequestModel"];
40783
- };
40784
- };
40785
- responses: {
40786
- /** @description OK */
40787
- 200: {
40788
- headers: {
40789
- [name: string]: unknown;
40790
- };
40791
- content: {
40792
- "application/json": components["schemas"]["Roblox.Api.Notifications.Models.RegistrationResponseModel"];
40793
- "text/json": components["schemas"]["Roblox.Api.Notifications.Models.RegistrationResponseModel"];
39916
+ "application/json": components["schemas"]["Roblox.Api.Notifications.Models.RegistrationResponseModel"];
39917
+ "text/json": components["schemas"]["Roblox.Api.Notifications.Models.RegistrationResponseModel"];
40794
39918
  };
40795
39919
  };
40796
39920
  /** @description 0: Authorization has been denied for this request. */
@@ -40927,229 +40051,6 @@ export interface paths {
40927
40051
  patch?: never;
40928
40052
  trace?: never;
40929
40053
  };
40930
- "/v2/recovery/metadata": {
40931
- parameters: {
40932
- query?: never;
40933
- header?: never;
40934
- path?: never;
40935
- cookie?: never;
40936
- };
40937
- /** Get metadata for forgot endpoints */
40938
- get: {
40939
- parameters: {
40940
- query?: never;
40941
- header?: never;
40942
- path?: never;
40943
- cookie?: never;
40944
- };
40945
- requestBody?: never;
40946
- responses: {
40947
- /** @description OK */
40948
- 200: {
40949
- headers: {
40950
- [name: string]: unknown;
40951
- };
40952
- content: {
40953
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoveryMetadataResponse"];
40954
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoveryMetadataResponse"];
40955
- };
40956
- };
40957
- /** @description 7: The Roblox WeChat API is currently unavailable. */
40958
- 503: {
40959
- headers: {
40960
- [name: string]: unknown;
40961
- };
40962
- content?: never;
40963
- };
40964
- };
40965
- };
40966
- put?: never;
40967
- post?: never;
40968
- delete?: never;
40969
- options?: never;
40970
- head?: never;
40971
- patch?: never;
40972
- trace?: never;
40973
- };
40974
- "/v2/revert/account": {
40975
- parameters: {
40976
- query?: never;
40977
- header?: never;
40978
- path?: never;
40979
- cookie?: never;
40980
- };
40981
- /** Get Revert Account ticket info */
40982
- get: {
40983
- parameters: {
40984
- query: {
40985
- /** @description Ticket Guid to revert account. */
40986
- ticket: string;
40987
- };
40988
- header?: never;
40989
- path?: never;
40990
- cookie?: never;
40991
- };
40992
- requestBody?: never;
40993
- responses: {
40994
- /** @description OK */
40995
- 200: {
40996
- headers: {
40997
- [name: string]: unknown;
40998
- };
40999
- content: {
41000
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.RevertAccountInfoResponse"];
41001
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.RevertAccountInfoResponse"];
41002
- };
41003
- };
41004
- /** @description 2: The account revert ticket is not valid */
41005
- 400: {
41006
- headers: {
41007
- [name: string]: unknown;
41008
- };
41009
- content?: never;
41010
- };
41011
- /** @description 13: Revert links are disabled for users in the Enhanced Protection Program. */
41012
- 403: {
41013
- headers: {
41014
- [name: string]: unknown;
41015
- };
41016
- content?: never;
41017
- };
41018
- /** @description 1: This feature is disabled */
41019
- 503: {
41020
- headers: {
41021
- [name: string]: unknown;
41022
- };
41023
- content?: never;
41024
- };
41025
- };
41026
- };
41027
- put?: never;
41028
- /** Submit Revert Account Request */
41029
- post: {
41030
- parameters: {
41031
- query?: never;
41032
- header?: never;
41033
- path?: never;
41034
- cookie?: never;
41035
- };
41036
- /** @description The Roblox.Authentication.Api.Models.RevertAccountSubmitRequest containing the necessary information to revert account. */
41037
- requestBody: {
41038
- content: {
41039
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.RevertAccountSubmitRequest"];
41040
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.RevertAccountSubmitRequest"];
41041
- };
41042
- };
41043
- responses: {
41044
- /** @description OK */
41045
- 200: {
41046
- headers: {
41047
- [name: string]: unknown;
41048
- };
41049
- content: {
41050
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
41051
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.LoginResponse"];
41052
- };
41053
- };
41054
- /**
41055
- * @description 2: The account revert ticket is not valid
41056
- * 3: Password is not valid
41057
- * 4: Passwords do not match
41058
- * 5: Password cannot be used
41059
- * 8: The account security ticket is expired.
41060
- */
41061
- 400: {
41062
- headers: {
41063
- [name: string]: unknown;
41064
- };
41065
- content?: never;
41066
- };
41067
- /** @description 0: Token Validation Failed */
41068
- 403: {
41069
- headers: {
41070
- [name: string]: unknown;
41071
- };
41072
- content?: never;
41073
- };
41074
- /**
41075
- * @description 0: Unknown
41076
- * 1: This feature is disabled
41077
- */
41078
- 503: {
41079
- headers: {
41080
- [name: string]: unknown;
41081
- };
41082
- content?: never;
41083
- };
41084
- };
41085
- };
41086
- delete?: never;
41087
- options?: never;
41088
- head?: never;
41089
- patch?: never;
41090
- trace?: never;
41091
- };
41092
- "/v2/revert/invalidate-tickets": {
41093
- parameters: {
41094
- query?: never;
41095
- header?: never;
41096
- path?: never;
41097
- cookie?: never;
41098
- };
41099
- get?: never;
41100
- put?: never;
41101
- /**
41102
- * Invalidates all account security tickets for the authenticated user.
41103
- * This endpoint should be called before enrolling in EPP to ensure old revert links cannot be used.
41104
- */
41105
- post: {
41106
- parameters: {
41107
- query?: never;
41108
- header?: never;
41109
- path?: never;
41110
- cookie?: never;
41111
- };
41112
- requestBody?: never;
41113
- responses: {
41114
- /** @description OK */
41115
- 200: {
41116
- headers: {
41117
- [name: string]: unknown;
41118
- };
41119
- content: {
41120
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
41121
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
41122
- };
41123
- };
41124
- /** @description 0: Authorization has been denied for this request. */
41125
- 401: {
41126
- headers: {
41127
- [name: string]: unknown;
41128
- };
41129
- content?: never;
41130
- };
41131
- /** @description 0: Token Validation Failed */
41132
- 403: {
41133
- headers: {
41134
- [name: string]: unknown;
41135
- };
41136
- content?: never;
41137
- };
41138
- /** @description 1: This feature is disabled */
41139
- 503: {
41140
- headers: {
41141
- [name: string]: unknown;
41142
- };
41143
- content?: never;
41144
- };
41145
- };
41146
- };
41147
- delete?: never;
41148
- options?: never;
41149
- head?: never;
41150
- patch?: never;
41151
- trace?: never;
41152
- };
41153
40054
  "/v2/sales/sales-report-download": {
41154
40055
  parameters: {
41155
40056
  query?: never;
@@ -41272,241 +40173,6 @@ export interface paths {
41272
40173
  patch?: never;
41273
40174
  trace?: never;
41274
40175
  };
41275
- "/v2/session/refresh": {
41276
- parameters: {
41277
- query?: never;
41278
- header?: never;
41279
- path?: never;
41280
- cookie?: never;
41281
- };
41282
- get?: never;
41283
- put?: never;
41284
- /** Logs out user from the current session and create a new one. */
41285
- post: {
41286
- parameters: {
41287
- query?: never;
41288
- header?: never;
41289
- path?: never;
41290
- cookie?: never;
41291
- };
41292
- requestBody?: never;
41293
- responses: {
41294
- /** @description OK */
41295
- 200: {
41296
- headers: {
41297
- [name: string]: unknown;
41298
- };
41299
- content: {
41300
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
41301
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
41302
- };
41303
- };
41304
- /** @description 0: Authorization has been denied for this request. */
41305
- 401: {
41306
- headers: {
41307
- [name: string]: unknown;
41308
- };
41309
- content?: never;
41310
- };
41311
- /** @description 0: Token Validation Failed */
41312
- 403: {
41313
- headers: {
41314
- [name: string]: unknown;
41315
- };
41316
- content?: never;
41317
- };
41318
- };
41319
- };
41320
- delete?: never;
41321
- options?: never;
41322
- head?: never;
41323
- patch?: never;
41324
- trace?: never;
41325
- };
41326
- "/v2/signup": {
41327
- parameters: {
41328
- query?: never;
41329
- header?: never;
41330
- path?: never;
41331
- cookie?: never;
41332
- };
41333
- get?: never;
41334
- put?: never;
41335
- /** Endpoint for signing up a new user */
41336
- post: {
41337
- parameters: {
41338
- query?: never;
41339
- header?: never;
41340
- path?: never;
41341
- cookie?: never;
41342
- };
41343
- requestBody: components["requestBodies"]["Roblox.Authentication.Api.Models.SignupRequest"];
41344
- responses: {
41345
- /** @description OK */
41346
- 200: {
41347
- headers: {
41348
- [name: string]: unknown;
41349
- };
41350
- content: {
41351
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupResponse"];
41352
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupResponse"];
41353
- };
41354
- };
41355
- /**
41356
- * @description Bad request
41357
- * 16: User agreement ids are null.
41358
- * 21: Empty account switch blob required
41359
- */
41360
- 400: {
41361
- headers: {
41362
- [name: string]: unknown;
41363
- };
41364
- content?: never;
41365
- };
41366
- /**
41367
- * @description 0: Token Validation Failed
41368
- * 2: Captcha Failed.
41369
- * 4: Invalid Birthday.
41370
- * 5: Invalid Username.
41371
- * 6: Username already taken.
41372
- * 7: Invalid Password.
41373
- * 8: Password and Username are same.
41374
- * 9: Password is too simple.
41375
- * 10: Email is invalid.
41376
- * 11: Asset is invalid.
41377
- * 12: Too many attempts. Please wait a bit.
41378
- * 17: One time Passcode session was not valid
41379
- * 22: Maximum logged in accounts limit reached.
41380
- */
41381
- 403: {
41382
- headers: {
41383
- [name: string]: unknown;
41384
- };
41385
- content?: never;
41386
- };
41387
- /** @description 3: Too many attempts. Please wait a bit. */
41388
- 429: {
41389
- headers: {
41390
- [name: string]: unknown;
41391
- };
41392
- content?: never;
41393
- };
41394
- /**
41395
- * @description Internal server error
41396
- * 15: Insert acceptances failed.
41397
- * 27: Pre-auth passkey registration failed
41398
- */
41399
- 500: {
41400
- headers: {
41401
- [name: string]: unknown;
41402
- };
41403
- content?: never;
41404
- };
41405
- /** @description Service unavailable */
41406
- 503: {
41407
- headers: {
41408
- [name: string]: unknown;
41409
- };
41410
- content?: never;
41411
- };
41412
- };
41413
- };
41414
- delete?: never;
41415
- options?: never;
41416
- head?: never;
41417
- patch?: never;
41418
- trace?: never;
41419
- };
41420
- "/v2/signup/linked": {
41421
- parameters: {
41422
- query?: never;
41423
- header?: never;
41424
- path?: never;
41425
- cookie?: never;
41426
- };
41427
- get?: never;
41428
- put?: never;
41429
- /**
41430
- * Endpoint for signing up a new user, specifically for linked
41431
- * authentication on PCGDK
41432
- */
41433
- post: {
41434
- parameters: {
41435
- query?: never;
41436
- header?: never;
41437
- path?: never;
41438
- cookie?: never;
41439
- };
41440
- requestBody: components["requestBodies"]["Roblox.Authentication.Api.Models.SignupRequest"];
41441
- responses: {
41442
- /** @description OK */
41443
- 200: {
41444
- headers: {
41445
- [name: string]: unknown;
41446
- };
41447
- content: {
41448
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupResponse"];
41449
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupResponse"];
41450
- };
41451
- };
41452
- /**
41453
- * @description Bad request
41454
- * 16: User agreement ids are null.
41455
- * 21: Empty account switch blob required
41456
- */
41457
- 400: {
41458
- headers: {
41459
- [name: string]: unknown;
41460
- };
41461
- content?: never;
41462
- };
41463
- /**
41464
- * @description 0: Token Validation Failed
41465
- * 2: Captcha Failed.
41466
- * 4: Invalid Birthday.
41467
- * 5: Invalid Username.
41468
- * 6: Username already taken.
41469
- * 7: Invalid Password.
41470
- * 8: Password and Username are same.
41471
- * 9: Password is too simple.
41472
- * 10: Email is invalid.
41473
- * 11: Asset is invalid.
41474
- * 12: Too many attempts. Please wait a bit.
41475
- * 17: One time Passcode session was not valid
41476
- * 22: Maximum logged in accounts limit reached.
41477
- */
41478
- 403: {
41479
- headers: {
41480
- [name: string]: unknown;
41481
- };
41482
- content?: never;
41483
- };
41484
- /** @description 3: Too many attempts. Please wait a bit. */
41485
- 429: {
41486
- headers: {
41487
- [name: string]: unknown;
41488
- };
41489
- content?: never;
41490
- };
41491
- /**
41492
- * @description Internal server error
41493
- * 15: Insert acceptances failed.
41494
- * 27: Pre-auth passkey registration failed
41495
- */
41496
- 500: {
41497
- headers: {
41498
- [name: string]: unknown;
41499
- };
41500
- content?: never;
41501
- };
41502
- };
41503
- };
41504
- delete?: never;
41505
- options?: never;
41506
- head?: never;
41507
- patch?: never;
41508
- trace?: never;
41509
- };
41510
40176
  "/v2/sponsored-campaigns": {
41511
40177
  parameters: {
41512
40178
  query?: never;
@@ -42976,437 +41642,6 @@ export interface paths {
42976
41642
  patch?: never;
42977
41643
  trace?: never;
42978
41644
  };
42979
- "/v2/user/passwords/change": {
42980
- parameters: {
42981
- query?: never;
42982
- header?: never;
42983
- path?: never;
42984
- cookie?: never;
42985
- };
42986
- get?: never;
42987
- put?: never;
42988
- /**
42989
- * Changes the password for the authenticated user.
42990
- * @description The current password is needed for verification that the password can be changed.
42991
- */
42992
- post: {
42993
- parameters: {
42994
- query?: never;
42995
- header?: never;
42996
- path?: never;
42997
- cookie?: never;
42998
- };
42999
- /** @description The request model including the current password, and the new password. */
43000
- requestBody: {
43001
- content: {
43002
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordChangeModel"];
43003
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.PasswordChangeModel"];
43004
- };
43005
- };
43006
- responses: {
43007
- /** @description OK */
43008
- 200: {
43009
- headers: {
43010
- [name: string]: unknown;
43011
- };
43012
- content: {
43013
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
43014
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
43015
- };
43016
- };
43017
- /**
43018
- * @description Roblox.Web.Authentication.Passwords.PasswordResponseCodes.InvalidCurrentPassword
43019
- * OR
43020
- * Roblox.Web.Authentication.Passwords.PasswordResponseCodes.InvalidPassword
43021
- */
43022
- 400: {
43023
- headers: {
43024
- [name: string]: unknown;
43025
- };
43026
- content?: never;
43027
- };
43028
- /** @description 0: Authorization has been denied for this request. */
43029
- 401: {
43030
- headers: {
43031
- [name: string]: unknown;
43032
- };
43033
- content?: never;
43034
- };
43035
- /**
43036
- * @description Roblox.Web.Authentication.Passwords.PasswordResponseCodes.PinLocked
43037
- * 0: Token Validation Failed
43038
- */
43039
- 403: {
43040
- headers: {
43041
- [name: string]: unknown;
43042
- };
43043
- content?: never;
43044
- };
43045
- /** @description Roblox.Web.Authentication.Passwords.PasswordResponseCodes.Flooded */
43046
- 429: {
43047
- headers: {
43048
- [name: string]: unknown;
43049
- };
43050
- content?: never;
43051
- };
43052
- };
43053
- };
43054
- delete?: never;
43055
- options?: never;
43056
- head?: never;
43057
- patch?: never;
43058
- trace?: never;
43059
- };
43060
- "/v2/username": {
43061
- parameters: {
43062
- query?: never;
43063
- header?: never;
43064
- path?: never;
43065
- cookie?: never;
43066
- };
43067
- get?: never;
43068
- put?: never;
43069
- /** Change the user's username */
43070
- post: {
43071
- parameters: {
43072
- query?: never;
43073
- header?: never;
43074
- path?: never;
43075
- cookie?: never;
43076
- };
43077
- /** @description The Roblox.Authentication.Api.Models.UsernameChangeRequest */
43078
- requestBody: {
43079
- content: {
43080
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameChangeRequest"];
43081
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameChangeRequest"];
43082
- };
43083
- };
43084
- responses: {
43085
- /** @description OK */
43086
- 200: {
43087
- headers: {
43088
- [name: string]: unknown;
43089
- };
43090
- content: {
43091
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
43092
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
43093
- };
43094
- };
43095
- /**
43096
- * @description 5: You don't have enough Robux to change your username.
43097
- * 10: This username is already in use
43098
- * 11: Username not appropriate for Roblox
43099
- * 12: Usernames can be 3 to 20 characters long
43100
- * 13: Usernames can’t start or end with _ and can have at most one _
43101
- * 14: Only a-z, A-Z, 0-9, and _ are allowed
43102
- * 15: Username is null
43103
- * 16: Username might contain private information
43104
- * 17: This username is not available
43105
- * 18: Username is same as current
43106
- */
43107
- 400: {
43108
- headers: {
43109
- [name: string]: unknown;
43110
- };
43111
- content?: never;
43112
- };
43113
- /** @description 0: Authorization has been denied for this request. */
43114
- 401: {
43115
- headers: {
43116
- [name: string]: unknown;
43117
- };
43118
- content?: never;
43119
- };
43120
- /**
43121
- * @description 0: Token Validation Failed
43122
- * 1: PIN is locked.
43123
- * 2: A verified email is missing
43124
- * 3: Your password is incorrect.
43125
- * 100: Unknown birthday
43126
- */
43127
- 403: {
43128
- headers: {
43129
- [name: string]: unknown;
43130
- };
43131
- content?: never;
43132
- };
43133
- /**
43134
- * @description 0: An unknown error occured.
43135
- * 5: You don't have enough Robux to change your username.
43136
- */
43137
- 500: {
43138
- headers: {
43139
- [name: string]: unknown;
43140
- };
43141
- content?: never;
43142
- };
43143
- /** @description 4: The feature is currently not available. Please try again later. */
43144
- 503: {
43145
- headers: {
43146
- [name: string]: unknown;
43147
- };
43148
- content?: never;
43149
- };
43150
- };
43151
- };
43152
- delete?: never;
43153
- options?: never;
43154
- head?: never;
43155
- patch?: never;
43156
- trace?: never;
43157
- };
43158
- "/v2/username/change/price": {
43159
- parameters: {
43160
- query?: never;
43161
- header?: never;
43162
- path?: never;
43163
- cookie?: never;
43164
- };
43165
- /** Get the current price for a username change */
43166
- get: {
43167
- parameters: {
43168
- query?: never;
43169
- header?: never;
43170
- path?: never;
43171
- cookie?: never;
43172
- };
43173
- requestBody?: never;
43174
- responses: {
43175
- /** @description OK */
43176
- 200: {
43177
- headers: {
43178
- [name: string]: unknown;
43179
- };
43180
- content: {
43181
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameChangePriceResponse"];
43182
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameChangePriceResponse"];
43183
- };
43184
- };
43185
- /** @description 0: Authorization has been denied for this request. */
43186
- 401: {
43187
- headers: {
43188
- [name: string]: unknown;
43189
- };
43190
- content?: never;
43191
- };
43192
- };
43193
- };
43194
- put?: never;
43195
- post?: never;
43196
- delete?: never;
43197
- options?: never;
43198
- head?: never;
43199
- patch?: never;
43200
- trace?: never;
43201
- };
43202
- "/v2/usernames": {
43203
- parameters: {
43204
- query?: never;
43205
- header?: never;
43206
- path?: never;
43207
- cookie?: never;
43208
- };
43209
- /**
43210
- * Gets a list of existing usernames on Roblox based on the query parameters
43211
- * @description This endpoint can be expanded in the future to include other query parameters such as "startsWith"
43212
- */
43213
- get: {
43214
- parameters: {
43215
- query?: {
43216
- /** @description The username */
43217
- username?: string;
43218
- };
43219
- header?: never;
43220
- path?: never;
43221
- cookie?: never;
43222
- };
43223
- requestBody?: never;
43224
- responses: {
43225
- /** @description OK */
43226
- 200: {
43227
- headers: {
43228
- [name: string]: unknown;
43229
- };
43230
- content: {
43231
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernamesResponse"];
43232
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernamesResponse"];
43233
- };
43234
- };
43235
- };
43236
- };
43237
- put?: never;
43238
- post?: never;
43239
- delete?: never;
43240
- options?: never;
43241
- head?: never;
43242
- patch?: never;
43243
- trace?: never;
43244
- };
43245
- "/v2/usernames/recover": {
43246
- parameters: {
43247
- query?: never;
43248
- header?: never;
43249
- path?: never;
43250
- cookie?: never;
43251
- };
43252
- get?: never;
43253
- put?: never;
43254
- /** Sends an email of all accounts belonging to an email */
43255
- post: {
43256
- parameters: {
43257
- query?: never;
43258
- header?: never;
43259
- path?: never;
43260
- cookie?: never;
43261
- };
43262
- requestBody: {
43263
- content: {
43264
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoverUsernameRequest"];
43265
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoverUsernameRequest"];
43266
- };
43267
- };
43268
- responses: {
43269
- /** @description OK */
43270
- 200: {
43271
- headers: {
43272
- [name: string]: unknown;
43273
- };
43274
- content: {
43275
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoverUsernameResponse"];
43276
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.RecoverUsernameResponse"];
43277
- };
43278
- };
43279
- /**
43280
- * @description 20: Invalid Email
43281
- * 21: Invalid Phone
43282
- * 23: No Account Found
43283
- */
43284
- 400: {
43285
- headers: {
43286
- [name: string]: unknown;
43287
- };
43288
- content?: never;
43289
- };
43290
- /**
43291
- * @description 0: Token Validation Failed
43292
- * 11: Too many attempts. Please wait a bit.
43293
- */
43294
- 403: {
43295
- headers: {
43296
- [name: string]: unknown;
43297
- };
43298
- content?: never;
43299
- };
43300
- /** @description 0: An unexpected error occurred. */
43301
- 500: {
43302
- headers: {
43303
- [name: string]: unknown;
43304
- };
43305
- content?: never;
43306
- };
43307
- };
43308
- };
43309
- delete?: never;
43310
- options?: never;
43311
- head?: never;
43312
- patch?: never;
43313
- trace?: never;
43314
- };
43315
- "/v2/usernames/validate": {
43316
- parameters: {
43317
- query?: never;
43318
- header?: never;
43319
- path?: never;
43320
- cookie?: never;
43321
- };
43322
- /** Checks if a username is valid. */
43323
- get: {
43324
- parameters: {
43325
- query: {
43326
- Username: string;
43327
- Birthday: string;
43328
- Context: 0 | 1 | 2;
43329
- };
43330
- header?: never;
43331
- path?: never;
43332
- cookie?: never;
43333
- };
43334
- requestBody?: never;
43335
- responses: {
43336
- /** @description OK */
43337
- 200: {
43338
- headers: {
43339
- [name: string]: unknown;
43340
- };
43341
- content: {
43342
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationResponse"];
43343
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationResponse"];
43344
- };
43345
- };
43346
- /**
43347
- * @description 1: A valid username is required.
43348
- * 2: A valid birthday or authenticated user is required.
43349
- */
43350
- 400: {
43351
- headers: {
43352
- [name: string]: unknown;
43353
- };
43354
- content?: never;
43355
- };
43356
- };
43357
- };
43358
- put?: never;
43359
- /** Checks if a username is valid. */
43360
- post: {
43361
- parameters: {
43362
- query?: never;
43363
- header?: never;
43364
- path?: never;
43365
- cookie?: never;
43366
- };
43367
- /** @description The Roblox.Authentication.Api.Models.UsernameValidationRequest. */
43368
- requestBody: {
43369
- content: {
43370
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationRequest"];
43371
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationRequest"];
43372
- };
43373
- };
43374
- responses: {
43375
- /** @description OK */
43376
- 200: {
43377
- headers: {
43378
- [name: string]: unknown;
43379
- };
43380
- content: {
43381
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationResponse"];
43382
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.UsernameValidationResponse"];
43383
- };
43384
- };
43385
- /**
43386
- * @description 1: A valid username is required.
43387
- * 2: A valid birthday or authenticated user is required.
43388
- */
43389
- 400: {
43390
- headers: {
43391
- [name: string]: unknown;
43392
- };
43393
- content?: never;
43394
- };
43395
- /** @description 0: Token Validation Failed */
43396
- 403: {
43397
- headers: {
43398
- [name: string]: unknown;
43399
- };
43400
- content?: never;
43401
- };
43402
- };
43403
- };
43404
- delete?: never;
43405
- options?: never;
43406
- head?: never;
43407
- patch?: never;
43408
- trace?: never;
43409
- };
43410
41645
  "/v2/users/me/can-trade": {
43411
41646
  parameters: {
43412
41647
  query?: never;
@@ -43983,56 +42218,6 @@ export interface paths {
43983
42218
  patch?: never;
43984
42219
  trace?: never;
43985
42220
  };
43986
- "/v3/logout": {
43987
- parameters: {
43988
- query?: never;
43989
- header?: never;
43990
- path?: never;
43991
- cookie?: never;
43992
- };
43993
- get?: never;
43994
- put?: never;
43995
- /** Destroys the current authentication session while reporting metrics like url and reason for logout. */
43996
- post: {
43997
- parameters: {
43998
- query?: never;
43999
- header?: never;
44000
- path?: never;
44001
- cookie?: never;
44002
- };
44003
- /** @description The logout request with postBody which includes reason, url, and userIdString. */
44004
- requestBody: {
44005
- content: {
44006
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.LogoutV3Request"];
44007
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.Request.LogoutV3Request"];
44008
- };
44009
- };
44010
- responses: {
44011
- /** @description OK */
44012
- 200: {
44013
- headers: {
44014
- [name: string]: unknown;
44015
- };
44016
- content: {
44017
- "application/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
44018
- "text/json": components["schemas"]["Roblox.Web.WebAPI.ApiEmptyResponseModel"];
44019
- };
44020
- };
44021
- /** @description 0: Token Validation Failed */
44022
- 403: {
44023
- headers: {
44024
- [name: string]: unknown;
44025
- };
44026
- content?: never;
44027
- };
44028
- };
44029
- };
44030
- delete?: never;
44031
- options?: never;
44032
- head?: never;
44033
- patch?: never;
44034
- trace?: never;
44035
- };
44036
42221
  "/v3/outfits/create": {
44037
42222
  parameters: {
44038
42223
  query?: never;
@@ -44288,73 +42473,6 @@ export interface paths {
44288
42473
  patch?: never;
44289
42474
  trace?: never;
44290
42475
  };
44291
- "/v3/users/{userId}/two-step-verification/login": {
44292
- parameters: {
44293
- query?: never;
44294
- header?: never;
44295
- path?: never;
44296
- cookie?: never;
44297
- };
44298
- get?: never;
44299
- put?: never;
44300
- /** Authenticates as a user given a two step verification verification token. */
44301
- post: {
44302
- parameters: {
44303
- query?: never;
44304
- header?: never;
44305
- path: {
44306
- /** @description The user ID to authenticate as. */
44307
- userId: number;
44308
- };
44309
- cookie?: never;
44310
- };
44311
- /** @description The Roblox.Authentication.Api.TwoStepVerificationLoginRequest. */
44312
- requestBody: {
44313
- content: {
44314
- "application/json": components["schemas"]["Roblox.Authentication.Api.TwoStepVerificationLoginRequest"];
44315
- "text/json": components["schemas"]["Roblox.Authentication.Api.TwoStepVerificationLoginRequest"];
44316
- };
44317
- };
44318
- responses: {
44319
- /** @description OK */
44320
- 200: {
44321
- headers: {
44322
- [name: string]: unknown;
44323
- };
44324
- content: {
44325
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.TwoStepVerificationV3LoginResponse"];
44326
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.TwoStepVerificationV3LoginResponse"];
44327
- };
44328
- };
44329
- /**
44330
- * @description 1: User is invalid.
44331
- * 5: Invalid two step verification ticket.
44332
- * 10: Invalid verification token.
44333
- */
44334
- 400: {
44335
- headers: {
44336
- [name: string]: unknown;
44337
- };
44338
- content?: never;
44339
- };
44340
- /**
44341
- * @description 0: Token Validation Failed
44342
- * 11: Maxium logged in accounts limit reached.
44343
- */
44344
- 403: {
44345
- headers: {
44346
- [name: string]: unknown;
44347
- };
44348
- content?: never;
44349
- };
44350
- };
44351
- };
44352
- delete?: never;
44353
- options?: never;
44354
- head?: never;
44355
- patch?: never;
44356
- trace?: never;
44357
- };
44358
42476
  }
44359
42477
  export type webhooks = Record<string, never>;
44360
42478
  export interface components {
@@ -45457,6 +43575,8 @@ export interface components {
45457
43575
  * @description The timestamp when the developer product was last updated.
45458
43576
  */
45459
43577
  updatedTimestamp: string;
43578
+ /** @description Whether managed pricing is enabled for the developer product. */
43579
+ isManagedPricingEnabled: boolean;
45460
43580
  };
45461
43581
  /** @description Discards read items from the front of the queue. */
45462
43582
  DiscardMemoryStoreQueueItemsRequest: {
@@ -45517,7 +43637,7 @@ export interface components {
45517
43637
  * @description Code representing various error conditions.
45518
43638
  * @enum {string}
45519
43639
  */
45520
- ErrorCode: "InvalidImageFile" | "UnauthorizedAccess" | "NotAuthenticated" | "NotFound" | "Internal" | "BadRequest" | "InvalidProductId" | "UnauthorizedProductAccess" | "InvalidDeveloperProductId" | "DuplicateProductName" | "InvalidUniverseId" | "UnauthorizedUniverseAccess" | "InvalidShopId" | "UnknownError" | "InvalidPriceInRobux" | "InvalidPostBody" | "InvalidPageNumber" | "InvalidPageSize" | "UnsupportedDeveloperProductUpdate" | "PendingProductsLimitExceeded" | "InvalidCursor" | "InvalidRegionalPricing" | "ProductRetrievalLimitExceeded" | "InvalidProductIds" | "InvalidName" | "InvalidDescription" | "InvalidIsForSale" | "InvalidStorePageEnabled" | "Unavailable" | "InvalidPrice" | "Blocked" | "Conflict";
43640
+ ErrorCode: "InvalidImageFile" | "UnauthorizedAccess" | "NotAuthenticated" | "NotFound" | "Internal" | "BadRequest" | "InvalidProductId" | "UnauthorizedProductAccess" | "InvalidDeveloperProductId" | "DuplicateProductName" | "InvalidUniverseId" | "UnauthorizedUniverseAccess" | "InvalidShopId" | "UnknownError" | "InvalidPriceInRobux" | "InvalidPostBody" | "InvalidPageNumber" | "InvalidPageSize" | "UnsupportedDeveloperProductUpdate" | "PendingProductsLimitExceeded" | "InvalidCursor" | "InvalidRegionalPricing" | "ProductRetrievalLimitExceeded" | "InvalidProductIds" | "InvalidName" | "InvalidDescription" | "InvalidIsForSale" | "InvalidStorePageEnabled" | "Unavailable" | "InvalidPrice" | "Blocked" | "Conflict" | "InvalidManagedPricing";
45521
43641
  /** @description This is the base class for all custom Exceptions that are thrown in this API. */
45522
43642
  ErrorResponse: {
45523
43643
  /** @description The ErrorCode for the exception. */
@@ -45617,12 +43737,14 @@ export interface components {
45617
43737
  updatedTimestamp: string;
45618
43738
  /** @description The pricing configuration associated with the game pass. */
45619
43739
  priceInformation: components["schemas"]["GamePasses.PriceInformationStruct"] | null;
43740
+ /** @description Whether managed pricing is enabled for the game pass. */
43741
+ isManagedPricingEnabled: boolean;
45620
43742
  };
45621
43743
  /**
45622
43744
  * @description Code representing various error conditions.
45623
43745
  * @enum {string}
45624
43746
  */
45625
- "GamePasses.ErrorCode": "InternalError" | "BadRequest" | "NotFound" | "UnauthorizedAccess" | "NotAuthenticated" | "PassNotFound" | "TargetUnauthorizedAccess" | "UniverseNotFound" | "MissingArgument" | "AssetCreationFailure" | "PassRevokeFailure" | "PassAlreadyRevoked" | "SalesNotFound" | "CommissionRateNotFound" | "AssetNotFound" | "FileTooLarge" | "ActiveInPO" | "NotForSale" | "NotSameUniverse" | "PricingConfigError" | "InvalidCount" | "Blocked" | "InvalidPageSize";
43747
+ "GamePasses.ErrorCode": "InternalError" | "BadRequest" | "NotFound" | "UnauthorizedAccess" | "NotAuthenticated" | "PassNotFound" | "TargetUnauthorizedAccess" | "UniverseNotFound" | "MissingArgument" | "AssetCreationFailure" | "PassRevokeFailure" | "PassAlreadyRevoked" | "SalesNotFound" | "CommissionRateNotFound" | "AssetNotFound" | "FileTooLarge" | "ActiveInPO" | "NotForSale" | "NotSameUniverse" | "PricingConfigError" | "InvalidCount" | "Blocked" | "InvalidPageSize" | "InvalidRegionalPricing" | "InvalidManagedPricing";
45626
43748
  /** @description This is the base class for all custom Exceptions that are thrown in this API. */
45627
43749
  "GamePasses.ErrorResponse": {
45628
43750
  /** @description The ErrorCode for the exception. */
@@ -46353,17 +44475,6 @@ export interface components {
46353
44475
  */
46354
44476
  bypassSlowMode?: boolean;
46355
44477
  };
46356
- "GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_": {
46357
- /** Format: int64 */
46358
- id?: number;
46359
- /**
46360
- * Format: int32
46361
- * @description ['Image' = 1, 'TShirt' = 2, 'Audio' = 3, 'Mesh' = 4, 'Lua' = 5, 'HTML' = 6, 'Text' = 7, 'Hat' = 8, 'Place' = 9, 'Model' = 10, 'Shirt' = 11, 'Pants' = 12, 'Decal' = 13, 'Avatar' = 16, 'Head' = 17, 'Face' = 18, 'Gear' = 19, 'Badge' = 21, 'GroupEmblem' = 22, 'Animation' = 24, 'Arms' = 25, 'Legs' = 26, 'Torso' = 27, 'RightArm' = 28, 'LeftArm' = 29, 'LeftLeg' = 30, 'RightLeg' = 31, 'Package' = 32, 'YouTubeVideo' = 33, 'GamePass' = 34, 'App' = 35, 'Code' = 37, 'Plugin' = 38, 'SolidModel' = 39, 'MeshPart' = 40, 'HairAccessory' = 41, 'FaceAccessory' = 42, 'NeckAccessory' = 43, 'ShoulderAccessory' = 44, 'FrontAccessory' = 45, 'BackAccessory' = 46, 'WaistAccessory' = 47, 'ClimbAnimation' = 48, 'DeathAnimation' = 49, 'FallAnimation' = 50, 'IdleAnimation' = 51, 'JumpAnimation' = 52, 'RunAnimation' = 53, 'SwimAnimation' = 54, 'WalkAnimation' = 55, 'PoseAnimation' = 56, 'LocalizationTableManifest' = 59, 'LocalizationTableTranslation' = 60, 'EmoteAnimation' = 61, 'Video' = 62, 'TexturePack' = 63, 'TShirtAccessory' = 64, 'ShirtAccessory' = 65, 'PantsAccessory' = 66, 'JacketAccessory' = 67, 'SweaterAccessory' = 68, 'ShortsAccessory' = 69, 'LeftShoeAccessory' = 70, 'RightShoeAccessory' = 71, 'DressSkirtAccessory' = 72, 'FontFamily' = 73, 'FontFace' = 74, 'MeshHiddenSurfaceRemoval' = 75, 'EyebrowAccessory' = 76, 'EyelashAccessory' = 77, 'MoodAnimation' = 78, 'DynamicHead' = 79, 'CodeSnippet' = 80, 'AdsVideo' = 81, 'OtaUpdate' = 82, 'Screenshot' = 83, 'RuntimePropertySet' = 84, 'StorePreviewVideo' = 85, 'GamePreviewVideo' = 86, 'CreatorExperienceConfig' = 87, 'FaceMakeup' = 88, 'LipMakeup' = 89, 'EyeMakeup' = 90, 'VoxelFragment' = 91, 'AvatarBackground' = 92]
46362
- * @enum {integer}
46363
- */
46364
- type?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92;
46365
- name?: string;
46366
- };
46367
44478
  HttpContent: {
46368
44479
  readonly headers?: components["schemas"]["StringStringIEnumerableKeyValuePair"][] | null;
46369
44480
  };
@@ -46715,10 +44826,10 @@ export interface components {
46715
44826
  [key: string]: components["schemas"]["PlaceFilter"];
46716
44827
  } | null;
46717
44828
  /**
46718
- * @description Optional JSON string included in the ServerLifecycleChanged payload published to game servers.
46719
- * Must be valid JSON and at most 500 bytes (UTF-8).
44829
+ * @description Optional JSON object sent to game servers when the restart is scheduled.
44830
+ * Must be a JSON object and at most 500 bytes when serialized (UTF-8).
46720
44831
  */
46721
- attributes?: string | null;
44832
+ attributes?: unknown;
46722
44833
  };
46723
44834
  /** @description Response model for launching a game restart. */
46724
44835
  LaunchRestartResponse: {
@@ -50924,355 +49035,6 @@ export interface components {
50924
49035
  metadataType?: 1;
50925
49036
  value?: string;
50926
49037
  };
50927
- "Roblox.Authentication.Api.Models.AccountLinkParameters": {
50928
- /**
50929
- * Format: int32
50930
- * @description ['Invalid' = 0, 'Xbox' = 1, 'Qq' = 2, 'WeChat' = 3, 'Facebook' = 4, 'RobloxDeveloper' = 5, 'RobloxGroupCreator' = 6, 'Playstation' = 7, 'ExternalProvider' = 8, 'Example' = 999]
50931
- * @enum {integer}
50932
- */
50933
- LinkingPlatform?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 999;
50934
- };
50935
- "Roblox.Authentication.Api.Models.AuthMetaDataResponse": {
50936
- /** Format: int32 */
50937
- cookieLawNoticeTimeout?: number;
50938
- };
50939
- "Roblox.Authentication.Api.Models.ForgotPasswordUserResponse": {
50940
- user?: components["schemas"]["Roblox.Web.Responses.Users.LegacyUserResponse"];
50941
- ticket?: string;
50942
- };
50943
- "Roblox.Authentication.Api.Models.LoginRequest": {
50944
- /**
50945
- * Format: int32
50946
- * @description ['Email' = 0, 'Username' = 1, 'PhoneNumber' = 2, 'EmailOtpSessionToken' = 3, 'AuthToken' = 4, 'Passkey' = 5, 'AsUser' = 6, 'TwoStepVerification' = 7, 'XboxLive' = 8, 'PlatformLive' = 9]
50947
- * @enum {integer}
50948
- */
50949
- ctype?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
50950
- cvalue?: string;
50951
- password?: string;
50952
- /** Format: int64 */
50953
- userId?: number;
50954
- securityQuestionSessionId?: string;
50955
- securityQuestionRedemptionToken?: string;
50956
- secureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
50957
- accountBlob?: string;
50958
- accountLinkParameters?: components["schemas"]["Roblox.Authentication.Api.Models.AccountLinkParameters"];
50959
- captchaId?: string;
50960
- captchaToken?: string;
50961
- captchaProvider?: string;
50962
- challengeId?: string;
50963
- };
50964
- "Roblox.Authentication.Api.Models.LoginResponse": {
50965
- user?: components["schemas"]["Roblox.Web.Responses.Users.SkinnyUserResponse"];
50966
- twoStepVerificationData?: components["schemas"]["Roblox.Authentication.Api.Models.TwoStepVerificationSentResponse"];
50967
- identityVerificationLoginTicket?: string;
50968
- isBanned?: boolean;
50969
- accountBlob?: string;
50970
- shouldUpdateEmail?: boolean;
50971
- recoveryEmail?: string;
50972
- passkeyRegistrationSucceeded?: boolean;
50973
- shouldAutoLoginFromRecovery?: boolean;
50974
- shouldPrompt2svRemoval?: boolean;
50975
- shouldPromptPasskeyAddition?: boolean;
50976
- };
50977
- "Roblox.Authentication.Api.Models.MetadataResponse": {
50978
- isUpdateUsernameEnabled?: boolean;
50979
- ftuxAvatarAssetMap?: string;
50980
- IsEmailUpsellAtLogoutEnabled?: boolean;
50981
- ShouldFetchEmailUpsellIXPValuesAtLogout?: boolean;
50982
- IsAccountRecoveryPromptEnabled?: boolean;
50983
- IsContactMethodRequiredAtSignup?: boolean;
50984
- IsUserAgreementsSignupIntegrationEnabled?: boolean;
50985
- IsPasswordRequiredForUsernameChange?: boolean;
50986
- IsPasskeyFeatureEnabled?: boolean;
50987
- IsAltBrowserTracker?: boolean;
50988
- IsLoginRedirectPageEnabled?: boolean;
50989
- };
50990
- "Roblox.Authentication.Api.Models.PasswordChangeModel": {
50991
- currentPassword?: string;
50992
- newPassword?: string;
50993
- secureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
50994
- };
50995
- "Roblox.Authentication.Api.Models.PasswordResetMetadataResponse": {
50996
- users?: components["schemas"]["Roblox.Web.Responses.Users.LegacyUserResponse"][];
50997
- };
50998
- "Roblox.Authentication.Api.Models.PasswordResetModel": {
50999
- /**
51000
- * Format: int32
51001
- * @description ['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]
51002
- * @enum {integer}
51003
- */
51004
- targetType?: 0 | 1 | 2;
51005
- ticket?: string;
51006
- /** Format: int64 */
51007
- userId?: number;
51008
- password?: string;
51009
- passwordRepeated?: string;
51010
- twoStepVerificationChallengeId?: string;
51011
- twoStepVerificationToken?: string;
51012
- accountBlob?: string;
51013
- secureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
51014
- newEmail?: string;
51015
- passkeySessionId?: string;
51016
- passkeyRegistrationResponse?: string;
51017
- };
51018
- "Roblox.Authentication.Api.Models.PasswordResetVerificationRequest": {
51019
- /**
51020
- * Format: int32
51021
- * @description ['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]
51022
- * @enum {integer}
51023
- */
51024
- targetType?: 0 | 1 | 2;
51025
- nonce?: string;
51026
- code?: string;
51027
- };
51028
- "Roblox.Authentication.Api.Models.PasswordResetVerificationResponse": {
51029
- userTickets?: components["schemas"]["Roblox.Authentication.Api.Models.ForgotPasswordUserResponse"][];
51030
- };
51031
- "Roblox.Authentication.Api.Models.PasswordStatusResponse": {
51032
- valid?: boolean;
51033
- };
51034
- "Roblox.Authentication.Api.Models.PasswordValidationModel": {
51035
- username?: string;
51036
- password?: string;
51037
- };
51038
- "Roblox.Authentication.Api.Models.PasswordValidationResponse": {
51039
- /**
51040
- * Format: int32
51041
- * @description ['ValidPassword' = 0, 'WeakPasswordError' = 1, 'PasswordLengthError' = 2, 'PasswordSameAsUsernameError' = 3, 'ForbiddenPasswordError' = 4, 'DumbStringsError' = 5]
51042
- * @enum {integer}
51043
- */
51044
- code?: 0 | 1 | 2 | 3 | 4 | 5;
51045
- message?: string;
51046
- };
51047
- "Roblox.Authentication.Api.Models.RecoverUsernameRequest": {
51048
- /**
51049
- * Format: int32
51050
- * @description ['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]
51051
- * @enum {integer}
51052
- */
51053
- targetType?: 0 | 1 | 2;
51054
- target?: string;
51055
- };
51056
- "Roblox.Authentication.Api.Models.RecoverUsernameResponse": {
51057
- /**
51058
- * Format: int32
51059
- * @enum {integer}
51060
- */
51061
- transmissionType?: 0 | 1;
51062
- };
51063
- "Roblox.Authentication.Api.Models.RecoveryMetadataResponse": {
51064
- isOnPhone?: boolean;
51065
- /** Format: int32 */
51066
- codeLength?: number;
51067
- isPhoneFeatureEnabledForUsername?: boolean;
51068
- isPhoneFeatureEnabledForPassword?: boolean;
51069
- isBedev2CaptchaEnabledForPasswordReset?: boolean;
51070
- isUsernameRecoveryDeprecated?: boolean;
51071
- };
51072
- "Roblox.Authentication.Api.Models.ReferralDataModel": {
51073
- /** Format: date-time */
51074
- acquisitionTime?: string;
51075
- acquisitionReferrer?: string;
51076
- medium?: string;
51077
- source?: string;
51078
- campaign?: string;
51079
- adGroup?: string;
51080
- keyword?: string;
51081
- matchType?: string;
51082
- sendInfo?: boolean;
51083
- requestSessionId?: string;
51084
- offerId?: string;
51085
- };
51086
- "Roblox.Authentication.Api.Models.Request.AuditContentValue": {
51087
- translationKey?: string;
51088
- translationNamespace?: string;
51089
- translatedSourceString?: string;
51090
- parameters?: {
51091
- [key: string]: string;
51092
- };
51093
- };
51094
- "Roblox.Authentication.Api.Models.Request.AuditSystemContent": {
51095
- capturedAuditContent?: {
51096
- [key: string]: components["schemas"]["Roblox.Authentication.Api.Models.Request.AuditContentValue"];
51097
- };
51098
- additionalAuditContent?: {
51099
- [key: string]: string;
51100
- };
51101
- };
51102
- "Roblox.Authentication.Api.Models.Request.IdentityVerificationLoginRequest": {
51103
- loginTicket?: string;
51104
- resultToken?: string;
51105
- };
51106
- "Roblox.Authentication.Api.Models.Request.LogoutFromAllSessionsAndReauthenticateRequest": {
51107
- SecureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
51108
- };
51109
- "Roblox.Authentication.Api.Models.Request.LogoutV3Request": {
51110
- logoutReason?: string;
51111
- url?: string;
51112
- userId?: string;
51113
- };
51114
- "Roblox.Authentication.Api.Models.Request.OtpSessionModel": {
51115
- otpSessionToken?: string;
51116
- /**
51117
- * Format: int32
51118
- * @description ['Unset' = 1, 'Email' = 2]
51119
- * @enum {integer}
51120
- */
51121
- otpContactType?: 1 | 2;
51122
- };
51123
- "Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel": {
51124
- clientPublicKey?: string;
51125
- /** Format: int64 */
51126
- clientEpochTimestamp?: number;
51127
- saiSignature?: string;
51128
- serverNonce?: string;
51129
- };
51130
- "Roblox.Authentication.Api.Models.RevertAccountInfoResponse": {
51131
- isTwoStepVerificationEnabled?: boolean;
51132
- isEmailVerified?: boolean;
51133
- isEmailChanged?: boolean;
51134
- isPhoneVerified?: boolean;
51135
- /** Format: int64 */
51136
- userId?: number;
51137
- username?: string;
51138
- ticket?: string;
51139
- };
51140
- "Roblox.Authentication.Api.Models.RevertAccountSubmitRequest": {
51141
- /** Format: int64 */
51142
- UserId?: number;
51143
- NewPassword?: string;
51144
- NewPasswordRepeated?: string;
51145
- Ticket?: string;
51146
- TwoStepVerificationChallengeId?: string;
51147
- TwoStepVerificationToken?: string;
51148
- };
51149
- "Roblox.Authentication.Api.Models.SendResetPasswordRequest": {
51150
- /**
51151
- * Format: int32
51152
- * @description ['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]
51153
- * @enum {integer}
51154
- */
51155
- targetType?: 0 | 1 | 2;
51156
- target?: string;
51157
- captchaId?: string;
51158
- captchaToken?: string;
51159
- captchaProvider?: string;
51160
- challengeId?: string;
51161
- };
51162
- "Roblox.Authentication.Api.Models.SendResetPasswordResponse": {
51163
- nonce?: string;
51164
- /**
51165
- * Format: int32
51166
- * @description ['Sms' = 0, 'Email' = 1]
51167
- * @enum {integer}
51168
- */
51169
- transmissionType?: 0 | 1;
51170
- };
51171
- "Roblox.Authentication.Api.Models.SignupRequest": {
51172
- username?: string;
51173
- password?: string;
51174
- /**
51175
- * Format: int32
51176
- * @description ['Unknown' = 1, 'Male' = 2, 'Female' = 3]
51177
- * @enum {integer}
51178
- */
51179
- gender?: 1 | 2 | 3;
51180
- /** Format: date-time */
51181
- birthday?: string;
51182
- displayName?: string;
51183
- isTosAgreementBoxChecked?: boolean;
51184
- email?: string;
51185
- locale?: string;
51186
- assetIds?: number[];
51187
- /** Format: int32 */
51188
- bodyColorId?: number;
51189
- /** Format: double */
51190
- bodyTypeScale?: number;
51191
- /** Format: double */
51192
- headScale?: number;
51193
- /** Format: double */
51194
- heightScale?: number;
51195
- /** Format: double */
51196
- widthScale?: number;
51197
- /** Format: double */
51198
- proportionScale?: number;
51199
- referralData?: components["schemas"]["Roblox.Authentication.Api.Models.ReferralDataModel"];
51200
- agreementIds?: string[];
51201
- identityVerificationResultToken?: string;
51202
- secureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
51203
- otpSession?: components["schemas"]["Roblox.Authentication.Api.Models.Request.OtpSessionModel"];
51204
- dataToken?: string;
51205
- accountBlob?: string;
51206
- passkeySessionId?: string;
51207
- passkeyRegistrationResponse?: string;
51208
- accountLinkParameters?: components["schemas"]["Roblox.Authentication.Api.Models.AccountLinkParameters"];
51209
- auditSystemContent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.AuditSystemContent"];
51210
- captchaId?: string;
51211
- captchaToken?: string;
51212
- captchaProvider?: string;
51213
- challengeId?: string;
51214
- };
51215
- "Roblox.Authentication.Api.Models.SignupResponse": {
51216
- /** Format: int64 */
51217
- userId?: number;
51218
- /** Format: int64 */
51219
- starterPlaceId?: number;
51220
- returnUrl?: string;
51221
- accountBlob?: string;
51222
- };
51223
- "Roblox.Authentication.Api.Models.TwoStepVerificationSentResponse": {
51224
- /**
51225
- * Format: int32
51226
- * @description ['Email' = 0, 'SMS' = 1, 'Authenticator' = 2, 'RecoveryCode' = 3, 'SecurityKey' = 4, 'CrossDevice' = 5, 'Password' = 6, 'Passkey' = 7]
51227
- * @enum {integer}
51228
- */
51229
- mediaType?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
51230
- ticket?: string;
51231
- };
51232
- "Roblox.Authentication.Api.Models.TwoStepVerificationV3LoginResponse": {
51233
- identityVerificationLoginTicket?: string;
51234
- accountBlob?: string;
51235
- };
51236
- "Roblox.Authentication.Api.Models.UsernameChangePriceResponse": {
51237
- /** Format: int64 */
51238
- priceInRobux?: number;
51239
- /** Format: int64 */
51240
- basePriceInRobux?: number;
51241
- };
51242
- "Roblox.Authentication.Api.Models.UsernameChangeRequest": {
51243
- username?: string;
51244
- password?: string;
51245
- };
51246
- "Roblox.Authentication.Api.Models.UsernameValidationRequest": {
51247
- username?: string;
51248
- /** Format: date-time */
51249
- birthday?: string;
51250
- /**
51251
- * Format: int32
51252
- * @enum {integer}
51253
- */
51254
- context?: 0 | 1 | 2;
51255
- };
51256
- "Roblox.Authentication.Api.Models.UsernameValidationResponse": {
51257
- /**
51258
- * Format: int32
51259
- * @description ['ValidUsername' = 0, 'AlreadyInUseError' = 1, 'ModerationError' = 2, 'InvalidLengthError' = 3, 'StartsOrEndsWithUnderscoreError' = 4, 'TooManyUnderscoresError' = 5, 'ContainsSpacesError' = 6, 'InvalidCharactersError' = 7, 'ContainsPiiError' = 10, 'ContainsReservedUsernameError' = 12]
51260
- * @enum {integer}
51261
- */
51262
- code?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 12;
51263
- message?: string;
51264
- };
51265
- "Roblox.Authentication.Api.Models.UsernamesResponse": {
51266
- usernames?: string[];
51267
- };
51268
- "Roblox.Authentication.Api.TwoStepVerificationLoginRequest": {
51269
- challengeId?: string;
51270
- verificationToken?: string;
51271
- rememberDevice?: boolean;
51272
- secureAuthenticationIntent?: components["schemas"]["Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel"];
51273
- accountBlob?: string;
51274
- accountLinkParameters?: components["schemas"]["Roblox.Authentication.Api.Models.AccountLinkParameters"];
51275
- };
51276
49038
  /** @description The result of being awarded a badge. */
51277
49039
  "Roblox.Badges.Api.BadgeAwardResponse": {
51278
49040
  /**
@@ -54277,7 +52039,7 @@ export interface components {
54277
52039
  /** @description The game description. */
54278
52040
  description?: string;
54279
52041
  creator?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Core.CreatorType_"];
54280
- rootPlace?: components["schemas"]["GroupsApi.Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
52042
+ rootPlace?: components["schemas"]["Roblox.Web.Responses.RelatedEntityTypeResponse_Roblox.Platform.Assets.AssetType_"];
54281
52043
  /**
54282
52044
  * Format: date-time
54283
52045
  * @description When the game was created.
@@ -56984,12 +54746,6 @@ export interface components {
56984
54746
  imageUrl?: string;
56985
54747
  version?: string;
56986
54748
  };
56987
- "Roblox.Web.Responses.Users.LegacyUserResponse": {
56988
- /** Format: int64 */
56989
- userId?: number;
56990
- username?: string;
56991
- displayName?: string;
56992
- };
56993
54749
  "Roblox.Web.Responses.Users.SkinnyUserResponse": {
56994
54750
  /** Format: int64 */
56995
54751
  id?: number;
@@ -59054,13 +56810,6 @@ export interface components {
59054
56810
  "text/json": components["schemas"]["Roblox.Api.Develop.Models.UpdateTeamCreateSettingsRequest"];
59055
56811
  };
59056
56812
  };
59057
- /** @description Roblox.Authentication.Api.Models.SignupRequest */
59058
- "Roblox.Authentication.Api.Models.SignupRequest": {
59059
- content: {
59060
- "application/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupRequest"];
59061
- "text/json": components["schemas"]["Roblox.Authentication.Api.Models.SignupRequest"];
59062
- };
59063
- };
59064
56813
  /** @description The Roblox.Groups.Api.MembersRequest. */
59065
56814
  "Roblox.Groups.Api.MembersRequest": {
59066
56815
  content: {
@@ -63579,8 +61328,13 @@ export interface operations {
63579
61328
  * @description The thumbnail image file to be uploaded.
63580
61329
  */
63581
61330
  imageFile?: string | null;
63582
- /** @description Whether regional pricing should be enabled for the developer product. */
61331
+ /**
61332
+ * @description Whether regional pricing should be enabled for the developer product.
61333
+ * Should not be used when setting isManagedPricingEnabled.
61334
+ */
63583
61335
  isRegionalPricingEnabled?: boolean | null;
61336
+ /** @description Whether managed pricing should be enabled for the developer product. */
61337
+ isManagedPricingEnabled?: boolean | null;
63584
61338
  };
63585
61339
  };
63586
61340
  };
@@ -63727,10 +61481,15 @@ export interface operations {
63727
61481
  * @description The thumbnail image file to be uploaded.
63728
61482
  */
63729
61483
  imageFile?: string | null;
63730
- /** @description Whether regional pricing should be enabled for the developer product. */
61484
+ /**
61485
+ * @description Whether regional pricing should be enabled for the developer product.
61486
+ * Should not be used when setting isManagedPricingEnabled.
61487
+ */
63731
61488
  isRegionalPricingEnabled?: boolean | null;
63732
61489
  /** @description Whether the developer product should be available for purchase on the external store page. */
63733
61490
  storePageEnabled?: boolean | null;
61491
+ /** @description Whether managed pricing should be enabled for the developer product. */
61492
+ isManagedPricingEnabled?: boolean | null;
63734
61493
  };
63735
61494
  };
63736
61495
  };
@@ -63872,6 +61631,8 @@ export interface operations {
63872
61631
  price?: number | null;
63873
61632
  /** @description Whether regional pricing should be enabled for the game pass. */
63874
61633
  isRegionalPricingEnabled?: boolean | null;
61634
+ /** @description Whether managed pricing should be enabled for the game pass. */
61635
+ isManagedPricingEnabled?: boolean | null;
63875
61636
  };
63876
61637
  };
63877
61638
  };
@@ -64008,9 +61769,14 @@ export interface operations {
64008
61769
  description?: string | null;
64009
61770
  /**
64010
61771
  * Format: binary
64011
- * @description The thumbnail image file to be uploaded.
61772
+ * @description The thumbnail image file to be uploaded. Alias for imageFile - if both are provided, imageFile will be used.
64012
61773
  */
64013
61774
  file?: string | null;
61775
+ /**
61776
+ * Format: binary
61777
+ * @description The thumbnail image file to be uploaded.
61778
+ */
61779
+ imageFile?: string | null;
64014
61780
  /** @description Whether the game pass should be on sale. */
64015
61781
  isForSale?: boolean | null;
64016
61782
  /**
@@ -64020,6 +61786,8 @@ export interface operations {
64020
61786
  price?: number | null;
64021
61787
  /** @description Whether regional pricing should be enabled for the game pass. */
64022
61788
  isRegionalPricingEnabled?: boolean | null;
61789
+ /** @description Whether managed pricing should be enabled for the game pass. */
61790
+ isManagedPricingEnabled?: boolean | null;
64023
61791
  };
64024
61792
  };
64025
61793
  };
@@ -64900,10 +62668,10 @@ export interface operations {
64900
62668
  };
64901
62669
  requestBody?: {
64902
62670
  content: {
64903
- "application/json-patch+json": components["schemas"]["CreateSaveRequest"] | null;
64904
- "application/json": components["schemas"]["CreateSaveRequest"] | null;
64905
- "text/json": components["schemas"]["CreateSaveRequest"] | null;
64906
- "application/*+json": components["schemas"]["CreateSaveRequest"] | null;
62671
+ "application/json-patch+json": components["schemas"]["CreateSaveRequest"];
62672
+ "application/json": components["schemas"]["CreateSaveRequest"];
62673
+ "text/json": components["schemas"]["CreateSaveRequest"];
62674
+ "application/*+json": components["schemas"]["CreateSaveRequest"];
64907
62675
  };
64908
62676
  };
64909
62677
  responses: {
@@ -64995,10 +62763,10 @@ export interface operations {
64995
62763
  };
64996
62764
  requestBody?: {
64997
62765
  content: {
64998
- "application/json-patch+json": components["schemas"]["BulkDeleteSavesRequest"] | null;
64999
- "application/json": components["schemas"]["BulkDeleteSavesRequest"] | null;
65000
- "text/json": components["schemas"]["BulkDeleteSavesRequest"] | null;
65001
- "application/*+json": components["schemas"]["BulkDeleteSavesRequest"] | null;
62766
+ "application/json-patch+json": components["schemas"]["BulkDeleteSavesRequest"];
62767
+ "application/json": components["schemas"]["BulkDeleteSavesRequest"];
62768
+ "text/json": components["schemas"]["BulkDeleteSavesRequest"];
62769
+ "application/*+json": components["schemas"]["BulkDeleteSavesRequest"];
65002
62770
  };
65003
62771
  };
65004
62772
  responses: {
@@ -65186,10 +62954,10 @@ export interface operations {
65186
62954
  };
65187
62955
  requestBody?: {
65188
62956
  content: {
65189
- "application/json-patch+json": components["schemas"]["SearchCreatorStoreAssetsRequest"] | null;
65190
- "application/json": components["schemas"]["SearchCreatorStoreAssetsRequest"] | null;
65191
- "text/json": components["schemas"]["SearchCreatorStoreAssetsRequest"] | null;
65192
- "application/*+json": components["schemas"]["SearchCreatorStoreAssetsRequest"] | null;
62957
+ "application/json-patch+json": components["schemas"]["SearchCreatorStoreAssetsRequest"];
62958
+ "application/json": components["schemas"]["SearchCreatorStoreAssetsRequest"];
62959
+ "text/json": components["schemas"]["SearchCreatorStoreAssetsRequest"];
62960
+ "application/*+json": components["schemas"]["SearchCreatorStoreAssetsRequest"];
65193
62961
  };
65194
62962
  };
65195
62963
  responses: {