@rbxts/types 1.0.922 → 1.0.924

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.
@@ -3556,11 +3556,20 @@ declare namespace Enum {
3556
3556
  EnumType: typeof globalThis.Enum.AssetType;
3557
3557
  }
3558
3558
  export const VoxelFragment: VoxelFragment;
3559
+ /**
3560
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#AvatarBackground)
3561
+ */
3562
+ export interface AvatarBackground extends globalThis.EnumItem {
3563
+ Name: "AvatarBackground";
3564
+ Value: 92;
3565
+ EnumType: typeof globalThis.Enum.AssetType;
3566
+ }
3567
+ export const AvatarBackground: AvatarBackground;
3559
3568
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
3560
3569
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
3561
3570
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
3562
3571
  }
3563
- export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.VoxelFragment;
3572
+ export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.VoxelFragment | AssetType.AvatarBackground;
3564
3573
  /**
3565
3574
  * Determines the asset type verification mode.
3566
3575
  *
@@ -4577,11 +4586,20 @@ declare namespace Enum {
4577
4586
  EnumType: typeof globalThis.Enum.AvatarAssetType;
4578
4587
  }
4579
4588
  export const EyeMakeup: EyeMakeup;
4589
+ /**
4590
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarAssetType#AvatarBackground)
4591
+ */
4592
+ export interface AvatarBackground extends globalThis.EnumItem {
4593
+ Name: "AvatarBackground";
4594
+ Value: 92;
4595
+ EnumType: typeof globalThis.Enum.AvatarAssetType;
4596
+ }
4597
+ export const AvatarBackground: AvatarBackground;
4580
4598
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AvatarAssetType>;
4581
4599
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AvatarAssetType | undefined;
4582
4600
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AvatarAssetType | undefined;
4583
4601
  }
4584
- export type AvatarAssetType = AvatarAssetType.TShirt | AvatarAssetType.Hat | AvatarAssetType.Shirt | AvatarAssetType.Pants | AvatarAssetType.Head | AvatarAssetType.Face | AvatarAssetType.Gear | AvatarAssetType.Torso | AvatarAssetType.RightArm | AvatarAssetType.LeftArm | AvatarAssetType.LeftLeg | AvatarAssetType.RightLeg | AvatarAssetType.HairAccessory | AvatarAssetType.FaceAccessory | AvatarAssetType.NeckAccessory | AvatarAssetType.ShoulderAccessory | AvatarAssetType.FrontAccessory | AvatarAssetType.BackAccessory | AvatarAssetType.WaistAccessory | AvatarAssetType.ClimbAnimation | AvatarAssetType.FallAnimation | AvatarAssetType.IdleAnimation | AvatarAssetType.JumpAnimation | AvatarAssetType.RunAnimation | AvatarAssetType.SwimAnimation | AvatarAssetType.WalkAnimation | AvatarAssetType.EmoteAnimation | AvatarAssetType.TShirtAccessory | AvatarAssetType.ShirtAccessory | AvatarAssetType.PantsAccessory | AvatarAssetType.JacketAccessory | AvatarAssetType.SweaterAccessory | AvatarAssetType.ShortsAccessory | AvatarAssetType.LeftShoeAccessory | AvatarAssetType.RightShoeAccessory | AvatarAssetType.DressSkirtAccessory | AvatarAssetType.EyebrowAccessory | AvatarAssetType.EyelashAccessory | AvatarAssetType.MoodAnimation | AvatarAssetType.DynamicHead | AvatarAssetType.FaceMakeup | AvatarAssetType.LipMakeup | AvatarAssetType.EyeMakeup;
4602
+ export type AvatarAssetType = AvatarAssetType.TShirt | AvatarAssetType.Hat | AvatarAssetType.Shirt | AvatarAssetType.Pants | AvatarAssetType.Head | AvatarAssetType.Face | AvatarAssetType.Gear | AvatarAssetType.Torso | AvatarAssetType.RightArm | AvatarAssetType.LeftArm | AvatarAssetType.LeftLeg | AvatarAssetType.RightLeg | AvatarAssetType.HairAccessory | AvatarAssetType.FaceAccessory | AvatarAssetType.NeckAccessory | AvatarAssetType.ShoulderAccessory | AvatarAssetType.FrontAccessory | AvatarAssetType.BackAccessory | AvatarAssetType.WaistAccessory | AvatarAssetType.ClimbAnimation | AvatarAssetType.FallAnimation | AvatarAssetType.IdleAnimation | AvatarAssetType.JumpAnimation | AvatarAssetType.RunAnimation | AvatarAssetType.SwimAnimation | AvatarAssetType.WalkAnimation | AvatarAssetType.EmoteAnimation | AvatarAssetType.TShirtAccessory | AvatarAssetType.ShirtAccessory | AvatarAssetType.PantsAccessory | AvatarAssetType.JacketAccessory | AvatarAssetType.SweaterAccessory | AvatarAssetType.ShortsAccessory | AvatarAssetType.LeftShoeAccessory | AvatarAssetType.RightShoeAccessory | AvatarAssetType.DressSkirtAccessory | AvatarAssetType.EyebrowAccessory | AvatarAssetType.EyelashAccessory | AvatarAssetType.MoodAnimation | AvatarAssetType.DynamicHead | AvatarAssetType.FaceMakeup | AvatarAssetType.LipMakeup | AvatarAssetType.EyeMakeup | AvatarAssetType.AvatarBackground;
4585
4603
  /**
4586
4604
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarChatServiceFeature)
4587
4605
  */
@@ -9120,6 +9138,24 @@ declare namespace Enum {
9120
9138
  EnumType: typeof globalThis.Enum.ConnectionError;
9121
9139
  }
9122
9140
  export const DisconnectCollaboratorUnknownError: DisconnectCollaboratorUnknownError;
9141
+ /**
9142
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorRequestedEviction)
9143
+ */
9144
+ export interface DisconnectCollaboratorRequestedEviction extends globalThis.EnumItem {
9145
+ Name: "DisconnectCollaboratorRequestedEviction";
9146
+ Value: 315;
9147
+ EnumType: typeof globalThis.Enum.ConnectionError;
9148
+ }
9149
+ export const DisconnectCollaboratorRequestedEviction: DisconnectCollaboratorRequestedEviction;
9150
+ /**
9151
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#DisconnectCollaboratorTrustedConnectionsRequiredPC)
9152
+ */
9153
+ export interface DisconnectCollaboratorTrustedConnectionsRequiredPC extends globalThis.EnumItem {
9154
+ Name: "DisconnectCollaboratorTrustedConnectionsRequiredPC";
9155
+ Value: 316;
9156
+ EnumType: typeof globalThis.Enum.ConnectionError;
9157
+ }
9158
+ export const DisconnectCollaboratorTrustedConnectionsRequiredPC: DisconnectCollaboratorTrustedConnectionsRequiredPC;
9123
9159
  /**
9124
9160
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchErrors)
9125
9161
  */
@@ -9394,7 +9430,7 @@ declare namespace Enum {
9394
9430
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
9395
9431
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
9396
9432
  }
9397
- export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchVipOwnerNotPresent | ConnectionError.PlacelaunchAgeVerificationRequired | ConnectionError.PlacelaunchParentalApprovalRequired | ConnectionError.PlacelaunchCoreGated | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchDeviceBlock | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
9433
+ export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.DisconnectCollaboratorRequestedEviction | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequiredPC | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchVipOwnerNotPresent | ConnectionError.PlacelaunchAgeVerificationRequired | ConnectionError.PlacelaunchParentalApprovalRequired | ConnectionError.PlacelaunchCoreGated | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchDeviceBlock | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
9398
9434
  /**
9399
9435
  * Used to determine the connection state of the client to the game server.
9400
9436
  *
@@ -11762,15 +11798,6 @@ declare namespace Enum {
11762
11798
  EnumType: typeof globalThis.Enum.DomainType;
11763
11799
  }
11764
11800
  export const EXPERIENCE: EXPERIENCE;
11765
- /**
11766
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DomainType#GROUP)
11767
- */
11768
- export interface GROUP extends globalThis.EnumItem {
11769
- Name: "GROUP";
11770
- Value: 2;
11771
- EnumType: typeof globalThis.Enum.DomainType;
11772
- }
11773
- export const GROUP: GROUP;
11774
11801
  /**
11775
11802
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DomainType#OAUTH)
11776
11803
  */
@@ -11784,7 +11811,7 @@ declare namespace Enum {
11784
11811
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DomainType | undefined;
11785
11812
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DomainType | undefined;
11786
11813
  }
11787
- export type DomainType = DomainType.EXPERIENCE | DomainType.GROUP | DomainType.OAUTH;
11814
+ export type DomainType = DomainType.EXPERIENCE | DomainType.OAUTH;
11788
11815
  /**
11789
11816
  * Used by `UIAspectRatioConstraint.DominantAxis` for resizing the object to maintain the aspect ratio.
11790
11817
  *
@@ -12407,6 +12434,60 @@ declare namespace Enum {
12407
12434
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ElasticBehavior | undefined;
12408
12435
  }
12409
12436
  export type ElasticBehavior = ElasticBehavior.WhenScrollable | ElasticBehavior.Always | ElasticBehavior.Never;
12437
+ /**
12438
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel)
12439
+ */
12440
+ export namespace EngagementLevel {
12441
+ /**
12442
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Unknown)
12443
+ */
12444
+ export interface Unknown extends globalThis.EnumItem {
12445
+ Name: "Unknown";
12446
+ Value: 0;
12447
+ EnumType: typeof globalThis.Enum.EngagementLevel;
12448
+ }
12449
+ export const Unknown: Unknown;
12450
+ /**
12451
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Inactive)
12452
+ */
12453
+ export interface Inactive extends globalThis.EnumItem {
12454
+ Name: "Inactive";
12455
+ Value: 1;
12456
+ EnumType: typeof globalThis.Enum.EngagementLevel;
12457
+ }
12458
+ export const Inactive: Inactive;
12459
+ /**
12460
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Low)
12461
+ */
12462
+ export interface Low extends globalThis.EnumItem {
12463
+ Name: "Low";
12464
+ Value: 2;
12465
+ EnumType: typeof globalThis.Enum.EngagementLevel;
12466
+ }
12467
+ export const Low: Low;
12468
+ /**
12469
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#Medium)
12470
+ */
12471
+ export interface Medium extends globalThis.EnumItem {
12472
+ Name: "Medium";
12473
+ Value: 3;
12474
+ EnumType: typeof globalThis.Enum.EngagementLevel;
12475
+ }
12476
+ export const Medium: Medium;
12477
+ /**
12478
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngagementLevel#High)
12479
+ */
12480
+ export interface High extends globalThis.EnumItem {
12481
+ Name: "High";
12482
+ Value: 4;
12483
+ EnumType: typeof globalThis.Enum.EngagementLevel;
12484
+ }
12485
+ export const High: High;
12486
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.EngagementLevel>;
12487
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.EngagementLevel | undefined;
12488
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EngagementLevel | undefined;
12489
+ }
12490
+ export type EngagementLevel = EngagementLevel.Unknown | EngagementLevel.Inactive | EngagementLevel.Low | EngagementLevel.Medium | EngagementLevel.High;
12410
12491
  /**
12411
12492
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EngineFolder)
12412
12493
  */
@@ -12531,6 +12612,60 @@ declare namespace Enum {
12531
12612
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.EnviromentalPhysicsThrottle | undefined;
12532
12613
  }
12533
12614
  export type EnviromentalPhysicsThrottle = EnviromentalPhysicsThrottle.DefaultAuto | EnviromentalPhysicsThrottle.Disabled | EnviromentalPhysicsThrottle.Always | EnviromentalPhysicsThrottle.Skip2 | EnviromentalPhysicsThrottle.Skip4 | EnviromentalPhysicsThrottle.Skip8 | EnviromentalPhysicsThrottle.Skip16;
12615
+ /**
12616
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus)
12617
+ */
12618
+ export namespace ExperienceActivationStatus {
12619
+ /**
12620
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Unknown)
12621
+ */
12622
+ export interface Unknown extends globalThis.EnumItem {
12623
+ Name: "Unknown";
12624
+ Value: 0;
12625
+ EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
12626
+ }
12627
+ export const Unknown: Unknown;
12628
+ /**
12629
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#New)
12630
+ */
12631
+ export interface New extends globalThis.EnumItem {
12632
+ Name: "New";
12633
+ Value: 1;
12634
+ EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
12635
+ }
12636
+ export const New: New;
12637
+ /**
12638
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Active)
12639
+ */
12640
+ export interface Active extends globalThis.EnumItem {
12641
+ Name: "Active";
12642
+ Value: 2;
12643
+ EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
12644
+ }
12645
+ export const Active: Active;
12646
+ /**
12647
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Lapsed)
12648
+ */
12649
+ export interface Lapsed extends globalThis.EnumItem {
12650
+ Name: "Lapsed";
12651
+ Value: 3;
12652
+ EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
12653
+ }
12654
+ export const Lapsed: Lapsed;
12655
+ /**
12656
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceActivationStatus#Reactivated)
12657
+ */
12658
+ export interface Reactivated extends globalThis.EnumItem {
12659
+ Name: "Reactivated";
12660
+ Value: 4;
12661
+ EnumType: typeof globalThis.Enum.ExperienceActivationStatus;
12662
+ }
12663
+ export const Reactivated: Reactivated;
12664
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExperienceActivationStatus>;
12665
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExperienceActivationStatus | undefined;
12666
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceActivationStatus | undefined;
12667
+ }
12668
+ export type ExperienceActivationStatus = ExperienceActivationStatus.Unknown | ExperienceActivationStatus.New | ExperienceActivationStatus.Active | ExperienceActivationStatus.Lapsed | ExperienceActivationStatus.Reactivated;
12534
12669
  /**
12535
12670
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceAuthScope)
12536
12671
  */
@@ -13435,6 +13570,33 @@ declare namespace Enum {
13435
13570
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeatureRestrictionAbuseVector | undefined;
13436
13571
  }
13437
13572
  export type FeatureRestrictionAbuseVector = FeatureRestrictionAbuseVector.ExperienceChat | FeatureRestrictionAbuseVector.Communication;
13573
+ /**
13574
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType)
13575
+ */
13576
+ export namespace FeedbackType {
13577
+ /**
13578
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType#Feedback)
13579
+ */
13580
+ export interface Feedback extends globalThis.EnumItem {
13581
+ Name: "Feedback";
13582
+ Value: 0;
13583
+ EnumType: typeof globalThis.Enum.FeedbackType;
13584
+ }
13585
+ export const Feedback: Feedback;
13586
+ /**
13587
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType#PlayerSupport)
13588
+ */
13589
+ export interface PlayerSupport extends globalThis.EnumItem {
13590
+ Name: "PlayerSupport";
13591
+ Value: 1;
13592
+ EnumType: typeof globalThis.Enum.FeedbackType;
13593
+ }
13594
+ export const PlayerSupport: PlayerSupport;
13595
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.FeedbackType>;
13596
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FeedbackType | undefined;
13597
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeedbackType | undefined;
13598
+ }
13599
+ export type FeedbackType = FeedbackType.Feedback | FeedbackType.PlayerSupport;
13438
13600
  /**
13439
13601
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FieldOfViewMode)
13440
13602
  */
@@ -15714,7 +15876,7 @@ declare namespace Enum {
15714
15876
  }
15715
15877
  export const Joined: Joined;
15716
15878
  /**
15717
- * The player submitted a request to join the group.
15879
+ * The player submitted a request to join the group, or already had a pending join request prior to prompting.
15718
15880
  *
15719
15881
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GroupMembershipStatus#JoinRequestPending)
15720
15882
  */
@@ -17912,6 +18074,10 @@ declare namespace Enum {
17912
18074
  EnumType: typeof globalThis.Enum.KeyCode;
17913
18075
  }
17914
18076
  export const Unknown: Unknown;
18077
+ /**
18078
+ * @deprecated renamed to Unknown
18079
+ */
18080
+ export const None: Unknown;
17915
18081
  /**
17916
18082
  * The `Backspace` key.
17917
18083
  *
@@ -24169,6 +24335,8 @@ declare namespace Enum {
24169
24335
  */
24170
24336
  export namespace OutfitType {
24171
24337
  /**
24338
+ * Returns outfits of every type, with no filtering applied.
24339
+ *
24172
24340
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#All)
24173
24341
  */
24174
24342
  export interface All extends globalThis.EnumItem {
@@ -24178,6 +24346,8 @@ declare namespace Enum {
24178
24346
  }
24179
24347
  export const All: All;
24180
24348
  /**
24349
+ * A full-body avatar outfit.
24350
+ *
24181
24351
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Avatar)
24182
24352
  */
24183
24353
  export interface Avatar extends globalThis.EnumItem {
@@ -24187,6 +24357,8 @@ declare namespace Enum {
24187
24357
  }
24188
24358
  export const Avatar: Avatar;
24189
24359
  /**
24360
+ * An outfit containing a dynamic head.
24361
+ *
24190
24362
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#DynamicHead)
24191
24363
  */
24192
24364
  export interface DynamicHead extends globalThis.EnumItem {
@@ -24196,6 +24368,8 @@ declare namespace Enum {
24196
24368
  }
24197
24369
  export const DynamicHead: DynamicHead;
24198
24370
  /**
24371
+ * An outfit consisting of a pair of shoes.
24372
+ *
24199
24373
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Shoes)
24200
24374
  */
24201
24375
  export interface Shoes extends globalThis.EnumItem {
@@ -24204,11 +24378,22 @@ declare namespace Enum {
24204
24378
  EnumType: typeof globalThis.Enum.OutfitType;
24205
24379
  }
24206
24380
  export const Shoes: Shoes;
24381
+ /**
24382
+ * An outfit consisting of makeup items applied to the avatar's face.
24383
+ *
24384
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Makeup)
24385
+ */
24386
+ export interface Makeup extends globalThis.EnumItem {
24387
+ Name: "Makeup";
24388
+ Value: 5;
24389
+ EnumType: typeof globalThis.Enum.OutfitType;
24390
+ }
24391
+ export const Makeup: Makeup;
24207
24392
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.OutfitType>;
24208
24393
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.OutfitType | undefined;
24209
24394
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.OutfitType | undefined;
24210
24395
  }
24211
- export type OutfitType = OutfitType.All | OutfitType.Avatar | OutfitType.DynamicHead | OutfitType.Shoes;
24396
+ export type OutfitType = OutfitType.All | OutfitType.Avatar | OutfitType.DynamicHead | OutfitType.Shoes | OutfitType.Makeup;
24212
24397
  /**
24213
24398
  * Sets the layout mode of the output.
24214
24399
  *
@@ -25848,6 +26033,60 @@ declare namespace Enum {
25848
26033
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerExitReason | undefined;
25849
26034
  }
25850
26035
  export type PlayerExitReason = PlayerExitReason.Unknown | PlayerExitReason.PlatformKick | PlayerExitReason.CreatorKick;
26036
+ /**
26037
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus)
26038
+ */
26039
+ export namespace PlayerPlatformActivationStatus {
26040
+ /**
26041
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Unknown)
26042
+ */
26043
+ export interface Unknown extends globalThis.EnumItem {
26044
+ Name: "Unknown";
26045
+ Value: 0;
26046
+ EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
26047
+ }
26048
+ export const Unknown: Unknown;
26049
+ /**
26050
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#New)
26051
+ */
26052
+ export interface New extends globalThis.EnumItem {
26053
+ Name: "New";
26054
+ Value: 1;
26055
+ EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
26056
+ }
26057
+ export const New: New;
26058
+ /**
26059
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Active)
26060
+ */
26061
+ export interface Active extends globalThis.EnumItem {
26062
+ Name: "Active";
26063
+ Value: 2;
26064
+ EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
26065
+ }
26066
+ export const Active: Active;
26067
+ /**
26068
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Lapsed)
26069
+ */
26070
+ export interface Lapsed extends globalThis.EnumItem {
26071
+ Name: "Lapsed";
26072
+ Value: 3;
26073
+ EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
26074
+ }
26075
+ export const Lapsed: Lapsed;
26076
+ /**
26077
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerPlatformActivationStatus#Reactivated)
26078
+ */
26079
+ export interface Reactivated extends globalThis.EnumItem {
26080
+ Name: "Reactivated";
26081
+ Value: 4;
26082
+ EnumType: typeof globalThis.Enum.PlayerPlatformActivationStatus;
26083
+ }
26084
+ export const Reactivated: Reactivated;
26085
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlayerPlatformActivationStatus>;
26086
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlayerPlatformActivationStatus | undefined;
26087
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlayerPlatformActivationStatus | undefined;
26088
+ }
26089
+ export type PlayerPlatformActivationStatus = PlayerPlatformActivationStatus.Unknown | PlayerPlatformActivationStatus.New | PlayerPlatformActivationStatus.Active | PlayerPlatformActivationStatus.Lapsed | PlayerPlatformActivationStatus.Reactivated;
25851
26090
  /**
25852
26091
  * Describes a player's platform-wide spender status bucket.
25853
26092
  *
@@ -27515,7 +27754,7 @@ declare namespace Enum {
27515
27754
  }
27516
27755
  export const DeveloperProduct: DeveloperProduct;
27517
27756
  /**
27518
- * Used for processing receipts for the user who initiated a Robux transfer. The receipt's `PlayerId` is the sender's user ID and includes a `TransferRequestId` field.
27757
+ * Used for processing receipts for the user who initiated a Robux transfer. The receipt's `PlayerId` is the sender's user ID and includes a `TransferRequestId` field. Delivered immediately if no receiver approval was required, otherwise deferred until the sender's next session join.
27519
27758
  *
27520
27759
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferSender)
27521
27760
  */
@@ -27526,7 +27765,7 @@ declare namespace Enum {
27526
27765
  }
27527
27766
  export const RobuxTransferSender: RobuxTransferSender;
27528
27767
  /**
27529
- * Used for processing receipts for the user who received Robux via a transfer. The receipt's `PlayerId` is the receiver's user ID and includes a `TransferRequestId` field.
27768
+ * Used for processing receipts for the user who received Robux via a transfer. The receipt's `PlayerId` is the receiver's user ID and includes a `TransferRequestId` field. Always deferred until the receiver's next session join.
27530
27769
  *
27531
27770
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferReceiver)
27532
27771
  */
@@ -27768,6 +28007,8 @@ declare namespace Enum {
27768
28007
  */
27769
28008
  export namespace RecommendationPreferenceTargetType {
27770
28009
  /**
28010
+ * The target is another Roblox user. The `targetId` is the user key.
28011
+ *
27771
28012
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#User)
27772
28013
  */
27773
28014
  export interface User extends globalThis.EnumItem {
@@ -27777,6 +28018,8 @@ declare namespace Enum {
27777
28018
  }
27778
28019
  export const User: User;
27779
28020
  /**
28021
+ * The target is a universe. The `targetId` is the universe ID as a string.
28022
+ *
27780
28023
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#Universe)
27781
28024
  */
27782
28025
  export interface Universe extends globalThis.EnumItem {
@@ -27786,6 +28029,8 @@ declare namespace Enum {
27786
28029
  }
27787
28030
  export const Universe: Universe;
27788
28031
  /**
28032
+ * The target is a custom content tag. The `targetId` is the tag string.
28033
+ *
27789
28034
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#CustomTag)
27790
28035
  */
27791
28036
  export interface CustomTag extends globalThis.EnumItem {
@@ -27804,6 +28049,8 @@ declare namespace Enum {
27804
28049
  */
27805
28050
  export namespace RecommendationPreferenceType {
27806
28051
  /**
28052
+ * The user started following the target.
28053
+ *
27807
28054
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddFollow)
27808
28055
  */
27809
28056
  export interface AddFollow extends globalThis.EnumItem {
@@ -27813,6 +28060,8 @@ declare namespace Enum {
27813
28060
  }
27814
28061
  export const AddFollow: AddFollow;
27815
28062
  /**
28063
+ * The user stopped following the target.
28064
+ *
27816
28065
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveFollow)
27817
28066
  */
27818
28067
  export interface RemoveFollow extends globalThis.EnumItem {
@@ -27822,6 +28071,8 @@ declare namespace Enum {
27822
28071
  }
27823
28072
  export const RemoveFollow: RemoveFollow;
27824
28073
  /**
28074
+ * The user muted the target.
28075
+ *
27825
28076
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddMute)
27826
28077
  */
27827
28078
  export interface AddMute extends globalThis.EnumItem {
@@ -27831,6 +28082,8 @@ declare namespace Enum {
27831
28082
  }
27832
28083
  export const AddMute: AddMute;
27833
28084
  /**
28085
+ * The user unmuted a previously muted target.
28086
+ *
27834
28087
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveMute)
27835
28088
  */
27836
28089
  export interface RemoveMute extends globalThis.EnumItem {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.922",
3
+ "version": "1.0.924",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },