@rbxts/types 1.0.858 → 1.0.860

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.
@@ -68,13 +68,13 @@ interface Services {
68
68
  ExperienceNotificationService: ExperienceNotificationService;
69
69
  ExperienceService: ExperienceService;
70
70
  ExperienceStateCaptureService: ExperienceStateCaptureService;
71
+ ExperienceStateRecordingService: ExperienceStateRecordingService;
71
72
  ExplorerServiceVisibilityService: ExplorerServiceVisibilityService;
72
73
  FaceAnimatorService: FaceAnimatorService;
73
74
  FacialAgeEstimationService: FacialAgeEstimationService;
74
75
  FacialAnimationRecordingService: FacialAnimationRecordingService;
75
76
  FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
76
77
  FeatureRestrictionManager: FeatureRestrictionManager;
77
- FeedService: FeedService;
78
78
  GamepadService: GamepadService;
79
79
  GamePassService: GamePassService;
80
80
  GenerationService: GenerationService;
@@ -114,9 +114,10 @@ interface Services {
114
114
  MessageBusService: MessageBusService;
115
115
  MessagingService: MessagingService;
116
116
  MetaBreakpointManager: MetaBreakpointManager;
117
+ MicroProfilerService: MicroProfilerService;
117
118
  MLModelDeliveryService: MLModelDeliveryService;
118
119
  MLService: MLService;
119
- Moderation: Moderation;
120
+ ModerationService: ModerationService;
120
121
  NetworkClient: NetworkClient;
121
122
  NetworkServer: NetworkServer;
122
123
  NetworkSettings: NetworkSettings;
@@ -145,6 +146,7 @@ interface Services {
145
146
  ProcessInstancePhysicsService: ProcessInstancePhysicsService;
146
147
  ProximityPromptService: ProximityPromptService;
147
148
  PublishService: PublishService;
149
+ RecommendationService: RecommendationService;
148
150
  ReflectionService: ReflectionService;
149
151
  RemoteCursorService: RemoteCursorService;
150
152
  RemoteDebuggerServer: RemoteDebuggerServer;
@@ -173,9 +175,11 @@ interface Services {
173
175
  ServerScriptService: ServerScriptService;
174
176
  ServerStorage: ServerStorage;
175
177
  ServiceVisibilityService: ServiceVisibilityService;
178
+ SessionCheckService: SessionCheckService;
176
179
  SessionService: SessionService;
177
180
  SharedTableRegistry: SharedTableRegistry;
178
181
  SlimContentProvider: SlimContentProvider;
182
+ SlimService: SlimService;
179
183
  SmoothVoxelsUpgraderService: SmoothVoxelsUpgraderService;
180
184
  SnippetService: SnippetService;
181
185
  SocialService: SocialService;
@@ -500,6 +504,7 @@ interface CreatableInstances {
500
504
  TremoloSoundEffect: TremoloSoundEffect;
501
505
  TrussPart: TrussPart;
502
506
  UIAspectRatioConstraint: UIAspectRatioConstraint;
507
+ UIContainerQuery: UIContainerQuery;
503
508
  UICorner: UICorner;
504
509
  UIDragDetector: UIDragDetector;
505
510
  UIFlexItem: UIFlexItem;
@@ -605,7 +610,6 @@ interface Instances extends Services, CreatableInstances {
605
610
  FacialAnimationStreamingSubsessionStats: FacialAnimationStreamingSubsessionStats;
606
611
  FacsImportData: FacsImportData;
607
612
  Feature: Feature;
608
- FeedPages: FeedPages;
609
613
  File: File;
610
614
  FormFactorPart: FormFactorPart;
611
615
  FriendPages: FriendPages;
@@ -636,7 +640,6 @@ interface Instances extends Services, CreatableInstances {
636
640
  LuaSettings: LuaSettings;
637
641
  LuaSourceContainer: LuaSourceContainer;
638
642
  ManualSurfaceJointInstance: ManualSurfaceJointInstance;
639
- MaterialGenerationSession: MaterialGenerationSession;
640
643
  MaterialImportData: MaterialImportData;
641
644
  MemoryStoreHashMap: MemoryStoreHashMap;
642
645
  MemoryStoreHashMapPages: MemoryStoreHashMapPages;
@@ -686,6 +689,7 @@ interface Instances extends Services, CreatableInstances {
686
689
  PVAdornment: PVAdornment;
687
690
  PVInstance: PVInstance;
688
691
  QWidgetPluginGui: QWidgetPluginGui;
692
+ RecommendationPages: RecommendationPages;
689
693
  RobloxSerializableInstance: RobloxSerializableInstance;
690
694
  RootImportData: RootImportData;
691
695
  RunningAverageItemDouble: RunningAverageItemDouble;
@@ -4611,6 +4615,21 @@ interface ExperienceStateCaptureService extends Instance {
4611
4615
  */
4612
4616
  readonly _nominal_ExperienceStateCaptureService: unique symbol;
4613
4617
  }
4618
+ /**
4619
+ * - **Tags**: NotCreatable, Service, NotReplicated
4620
+ *
4621
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ExperienceStateRecordingService)
4622
+ */
4623
+ interface ExperienceStateRecordingService extends Instance {
4624
+ /**
4625
+ * **DO NOT USE!**
4626
+ *
4627
+ * This field exists to force TypeScript to recognize this as a nominal type
4628
+ * @hidden
4629
+ * @deprecated
4630
+ */
4631
+ readonly _nominal_ExperienceStateRecordingService: unique symbol;
4632
+ }
4614
4633
  /**
4615
4634
  * - **Tags**: NotReplicated
4616
4635
  *
@@ -5343,21 +5362,6 @@ interface FeatureRestrictionManager extends Instance {
5343
5362
  */
5344
5363
  readonly _nominal_FeatureRestrictionManager: unique symbol;
5345
5364
  }
5346
- /**
5347
- * - **Tags**: NotCreatable, Service
5348
- *
5349
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService)
5350
- */
5351
- interface FeedService extends Instance {
5352
- /**
5353
- * **DO NOT USE!**
5354
- *
5355
- * This field exists to force TypeScript to recognize this as a nominal type
5356
- * @hidden
5357
- * @deprecated
5358
- */
5359
- readonly _nominal_FeedService: unique symbol;
5360
- }
5361
5365
  /**
5362
5366
  * An asset loaded from a file on disk.
5363
5367
  *
@@ -7842,21 +7846,6 @@ interface MaterialGenerationService extends Instance {
7842
7846
  */
7843
7847
  readonly _nominal_MaterialGenerationService: unique symbol;
7844
7848
  }
7845
- /**
7846
- * - **Tags**: NotCreatable, NotReplicated
7847
- *
7848
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MaterialGenerationSession)
7849
- */
7850
- interface MaterialGenerationSession extends Instance {
7851
- /**
7852
- * **DO NOT USE!**
7853
- *
7854
- * This field exists to force TypeScript to recognize this as a nominal type
7855
- * @hidden
7856
- * @deprecated
7857
- */
7858
- readonly _nominal_MaterialGenerationSession: unique symbol;
7859
- }
7860
7849
  /**
7861
7850
  * The game service responsible for managing materials.
7862
7851
  *
@@ -8138,9 +8127,9 @@ interface MetaBreakpointManager extends Instance {
8138
8127
  /**
8139
8128
  * - **Tags**: NotCreatable, Service, NotReplicated
8140
8129
  *
8141
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Moderation)
8130
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService)
8142
8131
  */
8143
- interface Moderation extends Instance {
8132
+ interface MicroProfilerService extends Instance {
8144
8133
  /**
8145
8134
  * **DO NOT USE!**
8146
8135
  *
@@ -8148,7 +8137,22 @@ interface Moderation extends Instance {
8148
8137
  * @hidden
8149
8138
  * @deprecated
8150
8139
  */
8151
- readonly _nominal_Moderation: unique symbol;
8140
+ readonly _nominal_MicroProfilerService: unique symbol;
8141
+ }
8142
+ /**
8143
+ * - **Tags**: NotCreatable, Service, NotReplicated
8144
+ *
8145
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ModerationService)
8146
+ */
8147
+ interface ModerationService extends Instance {
8148
+ /**
8149
+ * **DO NOT USE!**
8150
+ *
8151
+ * This field exists to force TypeScript to recognize this as a nominal type
8152
+ * @hidden
8153
+ * @deprecated
8154
+ */
8155
+ readonly _nominal_ModerationService: unique symbol;
8152
8156
  }
8153
8157
  /**
8154
8158
  * Legacy object that contains members useful for pointer input.
@@ -9002,6 +9006,12 @@ interface Workspace extends WorldRoot {
9002
9006
  * @deprecated
9003
9007
  */
9004
9008
  set InterpolationThrottling(value: Enum.InterpolationThrottlingMode);
9009
+ /**
9010
+ * - **ThreadSafety**: ReadSafe
9011
+ *
9012
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#LuauTypeCheckMode)
9013
+ */
9014
+ LuauTypeCheckMode: Enum.LuauTypeCheckMode;
9005
9015
  /**
9006
9016
  * Whether content streaming is enabled for the place.
9007
9017
  *
@@ -9249,21 +9259,6 @@ interface DataStoreVersionPages extends Pages<DataStoreObjectVersionInfo> {
9249
9259
  */
9250
9260
  readonly _nominal_DataStoreVersionPages: unique symbol;
9251
9261
  }
9252
- /**
9253
- * - **Tags**: NotCreatable, NotReplicated
9254
- *
9255
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedPages)
9256
- */
9257
- interface FeedPages extends Pages {
9258
- /**
9259
- * **DO NOT USE!**
9260
- *
9261
- * This field exists to force TypeScript to recognize this as a nominal type
9262
- * @hidden
9263
- * @deprecated
9264
- */
9265
- readonly _nominal_FeedPages: unique symbol;
9266
- }
9267
9262
  /**
9268
9263
  * A special version of `Pages` that contains information about a player's friends.
9269
9264
  *
@@ -9355,6 +9350,21 @@ interface OutfitPages extends Pages<ReadonlyArray<{
9355
9350
  */
9356
9351
  readonly _nominal_OutfitPages: unique symbol;
9357
9352
  }
9353
+ /**
9354
+ * - **Tags**: NotCreatable, NotReplicated
9355
+ *
9356
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RecommendationPages)
9357
+ */
9358
+ interface RecommendationPages extends Pages {
9359
+ /**
9360
+ * **DO NOT USE!**
9361
+ *
9362
+ * This field exists to force TypeScript to recognize this as a nominal type
9363
+ * @hidden
9364
+ * @deprecated
9365
+ */
9366
+ readonly _nominal_RecommendationPages: unique symbol;
9367
+ }
9358
9368
  /**
9359
9369
  * - **Tags**: NotCreatable, NotReplicated
9360
9370
  *
@@ -10695,6 +10705,21 @@ interface RTAnimationTracker extends Instance {
10695
10705
  */
10696
10706
  readonly _nominal_RTAnimationTracker: unique symbol;
10697
10707
  }
10708
+ /**
10709
+ * - **Tags**: NotCreatable, Service
10710
+ *
10711
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RecommendationService)
10712
+ */
10713
+ interface RecommendationService extends Instance {
10714
+ /**
10715
+ * **DO NOT USE!**
10716
+ *
10717
+ * This field exists to force TypeScript to recognize this as a nominal type
10718
+ * @hidden
10719
+ * @deprecated
10720
+ */
10721
+ readonly _nominal_RecommendationService: unique symbol;
10722
+ }
10698
10723
  /**
10699
10724
  * - **Tags**: NotCreatable, Service, NotReplicated
10700
10725
  *
@@ -11473,7 +11498,7 @@ interface ScriptEditorService extends Instance {
11473
11498
  * @param this This service is used for interacting with `ScriptDocument` instances.
11474
11499
  * @param script
11475
11500
  */
11476
- OpenScriptDocumentAsync(this: ScriptEditorService, script: LuaSourceContainer): unknown;
11501
+ OpenScriptDocumentAsync(this: ScriptEditorService, script: LuaSourceContainer, options?: object): unknown;
11477
11502
  /**
11478
11503
  * Generates new content from the old script and updates the script editor if it's open, or the `Script` instance if the script editor is closed.
11479
11504
  *
@@ -11970,6 +11995,21 @@ interface ServiceVisibilityService extends Instance {
11970
11995
  */
11971
11996
  readonly _nominal_ServiceVisibilityService: unique symbol;
11972
11997
  }
11998
+ /**
11999
+ * - **Tags**: NotCreatable, Service
12000
+ *
12001
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SessionCheckService)
12002
+ */
12003
+ interface SessionCheckService extends Instance {
12004
+ /**
12005
+ * **DO NOT USE!**
12006
+ *
12007
+ * This field exists to force TypeScript to recognize this as a nominal type
12008
+ * @hidden
12009
+ * @deprecated
12010
+ */
12011
+ readonly _nominal_SessionCheckService: unique symbol;
12012
+ }
11973
12013
  /**
11974
12014
  * - **Tags**: NotCreatable, Service
11975
12015
  *
@@ -12017,6 +12057,21 @@ interface Sky extends Instance {
12017
12057
  */
12018
12058
  readonly _nominal_Sky: unique symbol;
12019
12059
  }
12060
+ /**
12061
+ * - **Tags**: NotCreatable, Service, NotReplicated
12062
+ *
12063
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SlimService)
12064
+ */
12065
+ interface SlimService extends Instance {
12066
+ /**
12067
+ * **DO NOT USE!**
12068
+ *
12069
+ * This field exists to force TypeScript to recognize this as a nominal type
12070
+ * @hidden
12071
+ * @deprecated
12072
+ */
12073
+ readonly _nominal_SlimService: unique symbol;
12074
+ }
12020
12075
  /**
12021
12076
  * A particle emitter with the visual aesthetic of smoke.
12022
12077
  *
@@ -14097,6 +14152,21 @@ interface UITextSizeConstraint extends UIConstraint {
14097
14152
  */
14098
14153
  readonly _nominal_UITextSizeConstraint: unique symbol;
14099
14154
  }
14155
+ /**
14156
+ * - **Tags**: NotReplicated, NotBrowsable
14157
+ *
14158
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIContainerQuery)
14159
+ */
14160
+ interface UIContainerQuery extends UIComponent {
14161
+ /**
14162
+ * **DO NOT USE!**
14163
+ *
14164
+ * This field exists to force TypeScript to recognize this as a nominal type
14165
+ * @hidden
14166
+ * @deprecated
14167
+ */
14168
+ readonly _nominal_UIContainerQuery: unique symbol;
14169
+ }
14100
14170
  /**
14101
14171
  * UI modifier which applies deformation to corners of its parent `GuiObject`.
14102
14172
  *
@@ -14357,7 +14427,7 @@ interface UserGameSettings extends Instance {
14357
14427
  readonly _nominal_UserGameSettings: unique symbol;
14358
14428
  }
14359
14429
  /**
14360
- * `UserInputService` is a service used to detect the type of input available on a user's device via the use of a `LocalScript`. The service is also used to detect input events.
14430
+ * `UserInputService` is primarily used to detect the input types available on a user's device, as well as detect input events.
14361
14431
  *
14362
14432
  * - **Tags**: NotCreatable, Service, NotReplicated
14363
14433
  *