@rbxts/types 1.0.883 → 1.0.885

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.
@@ -92,6 +92,7 @@ interface Services {
92
92
  ILegacyStudioBridge: ILegacyStudioBridge;
93
93
  IncrementalPatchBuilder: IncrementalPatchBuilder;
94
94
  InsertService: InsertService;
95
+ InstanceExtensionsService: InstanceExtensionsService;
95
96
  InternalSyncService: InternalSyncService;
96
97
  IXPService: IXPService;
97
98
  JointsService: JointsService;
@@ -164,6 +165,7 @@ interface Services {
164
165
  RomarkService: RomarkService;
165
166
  RtMessagingService: RtMessagingService;
166
167
  RunService: RunService;
168
+ RuntimeContentService: RuntimeContentService;
167
169
  SafetyService: SafetyService;
168
170
  ScriptChangeService: ScriptChangeService;
169
171
  ScriptCloneWatcher: ScriptCloneWatcher;
@@ -484,6 +486,7 @@ interface CreatableInstances {
484
486
  StudioCallout: StudioCallout;
485
487
  StyleDerive: StyleDerive;
486
488
  StyleLink: StyleLink;
489
+ StyleQuery: StyleQuery;
487
490
  StyleRule: StyleRule;
488
491
  StyleSheet: StyleSheet;
489
492
  SunRaysEffect: SunRaysEffect;
@@ -512,7 +515,6 @@ interface CreatableInstances {
512
515
  TremoloSoundEffect: TremoloSoundEffect;
513
516
  TrussPart: TrussPart;
514
517
  UIAspectRatioConstraint: UIAspectRatioConstraint;
515
- UIContainerQuery: UIContainerQuery;
516
518
  UICorner: UICorner;
517
519
  UIDragDetector: UIDragDetector;
518
520
  UIFlexItem: UIFlexItem;
@@ -1883,6 +1885,8 @@ interface AudioSearchParams extends Instance {
1883
1885
  readonly _nominal_AudioSearchParams: unique symbol;
1884
1886
  }
1885
1887
  /**
1888
+ * Converts spoken audio into text.
1889
+ *
1886
1890
  * - **Tags**: NotBrowsable
1887
1891
  *
1888
1892
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioSpeechToText)
@@ -1915,8 +1919,6 @@ interface AudioTextToSpeech extends Instance {
1915
1919
  /**
1916
1920
  * Creates a trembling effect on a sound by varying the volume of the sound up and down.
1917
1921
  *
1918
- * - **Tags**: NotBrowsable
1919
- *
1920
1922
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioTremolo)
1921
1923
  */
1922
1924
  interface AudioTremolo extends Instance {
@@ -5991,7 +5993,7 @@ interface TextBox extends GuiObject {
5991
5993
  readonly _nominal_TextBox: unique symbol;
5992
5994
  }
5993
5995
  /**
5994
- * - **Tags**: NotBrowsable
5996
+ * A GUI object that displays video content from a connected `VideoPlayer`.
5995
5997
  *
5996
5998
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoDisplay)
5997
5999
  */
@@ -7044,6 +7046,21 @@ interface InsertService extends Instance {
7044
7046
  */
7045
7047
  readonly _nominal_InsertService: unique symbol;
7046
7048
  }
7049
+ /**
7050
+ * - **Tags**: NotCreatable, Service
7051
+ *
7052
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InstanceExtensionsService)
7053
+ */
7054
+ interface InstanceExtensionsService extends Instance {
7055
+ /**
7056
+ * **DO NOT USE!**
7057
+ *
7058
+ * This field exists to force TypeScript to recognize this as a nominal type
7059
+ * @hidden
7060
+ * @deprecated
7061
+ */
7062
+ readonly _nominal_InstanceExtensionsService: unique symbol;
7063
+ }
7047
7064
  /**
7048
7065
  * - **Tags**: NotReplicated
7049
7066
  *
@@ -9177,7 +9194,7 @@ interface Workspace extends WorldRoot {
9177
9194
  ZoomToExtents(this: Workspace): void;
9178
9195
  }
9179
9196
  /**
9180
- * Provides some physics features to a `ViewportFrame`.
9197
+ * Extends limited physics for its children on to a parent `ViewportFrame`.
9181
9198
  *
9182
9199
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WorldModel)
9183
9200
  */
@@ -11205,6 +11222,21 @@ interface RunService extends Instance {
11205
11222
  */
11206
11223
  Stop(this: RunService): void;
11207
11224
  }
11225
+ /**
11226
+ * - **Tags**: NotCreatable, Service
11227
+ *
11228
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RuntimeContentService)
11229
+ */
11230
+ interface RuntimeContentService extends Instance {
11231
+ /**
11232
+ * **DO NOT USE!**
11233
+ *
11234
+ * This field exists to force TypeScript to recognize this as a nominal type
11235
+ * @hidden
11236
+ * @deprecated
11237
+ */
11238
+ readonly _nominal_RuntimeContentService: unique symbol;
11239
+ }
11208
11240
  /**
11209
11241
  * - **Tags**: NotCreatable, Service
11210
11242
  *
@@ -13277,6 +13309,21 @@ interface StyleLink extends Instance {
13277
13309
  */
13278
13310
  readonly _nominal_StyleLink: unique symbol;
13279
13311
  }
13312
+ /**
13313
+ * - **Tags**: NotReplicated, NotBrowsable
13314
+ *
13315
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StyleQuery)
13316
+ */
13317
+ interface StyleQuery extends Instance {
13318
+ /**
13319
+ * **DO NOT USE!**
13320
+ *
13321
+ * This field exists to force TypeScript to recognize this as a nominal type
13322
+ * @hidden
13323
+ * @deprecated
13324
+ */
13325
+ readonly _nominal_StyleQuery: unique symbol;
13326
+ }
13280
13327
  /**
13281
13328
  * - **Tags**: NotCreatable, Service, NotReplicated
13282
13329
  *
@@ -14361,21 +14408,6 @@ interface UITextSizeConstraint extends UIConstraint {
14361
14408
  */
14362
14409
  readonly _nominal_UITextSizeConstraint: unique symbol;
14363
14410
  }
14364
- /**
14365
- * - **Tags**: NotReplicated, NotBrowsable
14366
- *
14367
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIContainerQuery)
14368
- */
14369
- interface UIContainerQuery extends UIComponent {
14370
- /**
14371
- * **DO NOT USE!**
14372
- *
14373
- * This field exists to force TypeScript to recognize this as a nominal type
14374
- * @hidden
14375
- * @deprecated
14376
- */
14377
- readonly _nominal_UIContainerQuery: unique symbol;
14378
- }
14379
14411
  /**
14380
14412
  * UI modifier which applies deformation to corners of its parent `GuiObject`.
14381
14413
  *
@@ -14973,7 +15005,7 @@ interface VideoDeviceInput extends Instance {
14973
15005
  readonly _nominal_VideoDeviceInput: unique symbol;
14974
15006
  }
14975
15007
  /**
14976
- * - **Tags**: NotBrowsable
15008
+ * Used to play video assets.
14977
15009
  *
14978
15010
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoPlayer)
14979
15011
  */
@@ -15192,6 +15224,8 @@ interface Wire extends Instance {
15192
15224
  readonly _nominal_Wire: unique symbol;
15193
15225
  }
15194
15226
  /**
15227
+ * `WrapTextureTransfer` allows a parent `Decal` to be wrapped around its parent `MeshPart` based on the cage of its `WrapTarget`.
15228
+ *
15195
15229
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WrapTextureTransfer)
15196
15230
  */
15197
15231
  interface WrapTextureTransfer extends Instance {