@rbxts/types 1.0.847 → 1.0.849

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.
@@ -73,6 +73,7 @@ interface Services {
73
73
  FacialAnimationRecordingService: FacialAnimationRecordingService;
74
74
  FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
75
75
  FeatureRestrictionManager: FeatureRestrictionManager;
76
+ FeedService: FeedService;
76
77
  GamepadService: GamepadService;
77
78
  GamePassService: GamePassService;
78
79
  GenerationService: GenerationService;
@@ -124,6 +125,7 @@ interface Services {
124
125
  PathfindingService: PathfindingService;
125
126
  PerformanceControlService: PerformanceControlService;
126
127
  PhysicsService: PhysicsService;
128
+ PlaceAssetIdsService: PlaceAssetIdsService;
127
129
  PlacesService: PlacesService;
128
130
  PlaceStatsService: PlaceStatsService;
129
131
  PlatformCloudStorageService: PlatformCloudStorageService;
@@ -270,6 +272,7 @@ interface CreatableInstances {
270
272
  AudioListener: AudioListener;
271
273
  AudioPitchShifter: AudioPitchShifter;
272
274
  AudioPlayer: AudioPlayer;
275
+ AudioRecorder: AudioRecorder;
273
276
  AudioReverb: AudioReverb;
274
277
  AudioSearchParams: AudioSearchParams;
275
278
  AudioTextToSpeech: AudioTextToSpeech;
@@ -534,6 +537,7 @@ interface Instances extends Services, CreatableInstances {
534
537
  AssetPatchSettings: AssetPatchSettings;
535
538
  AssetSoundEffect: AssetSoundEffect;
536
539
  AudioPages: AudioPages;
540
+ AuroraScriptObject: AuroraScriptObject;
537
541
  BackpackItem: BackpackItem;
538
542
  BanHistoryPages: BanHistoryPages;
539
543
  BaseImportData: BaseImportData;
@@ -589,6 +593,7 @@ interface Instances extends Services, CreatableInstances {
589
593
  FacialAnimationStreamingSubsessionStats: FacialAnimationStreamingSubsessionStats;
590
594
  FacsImportData: FacsImportData;
591
595
  Feature: Feature;
596
+ FeedPages: FeedPages;
592
597
  File: File;
593
598
  FormFactorPart: FormFactorPart;
594
599
  FriendPages: FriendPages;
@@ -1737,6 +1742,21 @@ interface AudioPlayer extends Instance {
1737
1742
  */
1738
1743
  readonly _nominal_AudioPlayer: unique symbol;
1739
1744
  }
1745
+ /**
1746
+ * - **Tags**: NotBrowsable
1747
+ *
1748
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioRecorder)
1749
+ */
1750
+ interface AudioRecorder extends Instance {
1751
+ /**
1752
+ * **DO NOT USE!**
1753
+ *
1754
+ * This field exists to force TypeScript to recognize this as a nominal type
1755
+ * @hidden
1756
+ * @deprecated
1757
+ */
1758
+ readonly _nominal_AudioRecorder: unique symbol;
1759
+ }
1740
1760
  /**
1741
1761
  * Reverberates audio streams.
1742
1762
  *
@@ -1770,6 +1790,8 @@ interface AudioSearchParams extends Instance {
1770
1790
  readonly _nominal_AudioSearchParams: unique symbol;
1771
1791
  }
1772
1792
  /**
1793
+ * Plays text as speech audio.
1794
+ *
1773
1795
  * - **Tags**: NotBrowsable
1774
1796
  *
1775
1797
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioTextToSpeech)
@@ -1784,6 +1806,23 @@ interface AudioTextToSpeech extends Instance {
1784
1806
  */
1785
1807
  readonly _nominal_AudioTextToSpeech: unique symbol;
1786
1808
  }
1809
+ /**
1810
+ * - **Tags**: NotCreatable
1811
+ *
1812
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptObject)
1813
+ *
1814
+ * @deprecated
1815
+ */
1816
+ interface AuroraScriptObject extends Instance {
1817
+ /**
1818
+ * **DO NOT USE!**
1819
+ *
1820
+ * This field exists to force TypeScript to recognize this as a nominal type
1821
+ * @hidden
1822
+ * @deprecated
1823
+ */
1824
+ readonly _nominal_AuroraScriptObject: unique symbol;
1825
+ }
1787
1826
  /**
1788
1827
  * - **Tags**: NotCreatable, Service
1789
1828
  *
@@ -1800,12 +1839,6 @@ interface AuroraScriptService extends Instance {
1800
1839
  * @deprecated
1801
1840
  */
1802
1841
  readonly _nominal_AuroraScriptService: unique symbol;
1803
- /**
1804
- * - **ThreadSafety**: ReadSafe
1805
- *
1806
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#BufferSize)
1807
- */
1808
- set BufferSize(value: number);
1809
1842
  }
1810
1843
  /**
1811
1844
  * - **Tags**: NotCreatable, Service
@@ -5150,6 +5183,21 @@ interface FeatureRestrictionManager extends Instance {
5150
5183
  */
5151
5184
  readonly _nominal_FeatureRestrictionManager: unique symbol;
5152
5185
  }
5186
+ /**
5187
+ * - **Tags**: NotCreatable, Service
5188
+ *
5189
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService)
5190
+ */
5191
+ interface FeedService extends Instance {
5192
+ /**
5193
+ * **DO NOT USE!**
5194
+ *
5195
+ * This field exists to force TypeScript to recognize this as a nominal type
5196
+ * @hidden
5197
+ * @deprecated
5198
+ */
5199
+ readonly _nominal_FeedService: unique symbol;
5200
+ }
5153
5201
  /**
5154
5202
  * An asset loaded from a file on disk.
5155
5203
  *
@@ -6208,7 +6256,7 @@ interface ArcHandles extends HandlesBase {
6208
6256
  readonly _nominal_ArcHandles: unique symbol;
6209
6257
  }
6210
6258
  /**
6211
- * The Handles object places 3D handles around any object that its Adornee is set to.
6259
+ * Places 3D handles around any object that its `Adornee` is set to.
6212
6260
  *
6213
6261
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Handles)
6214
6262
  */
@@ -7427,24 +7475,12 @@ interface AuroraScript extends LuaSourceContainer {
7427
7475
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Priority)
7428
7476
  */
7429
7477
  Priority: number;
7430
- /**
7431
- * - **ThreadSafety**: ReadSafe
7432
- *
7433
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#RunInParallel)
7434
- */
7435
- RunInParallel: boolean;
7436
7478
  /**
7437
7479
  * - **ThreadSafety**: ReadSafe
7438
7480
  *
7439
7481
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Source)
7440
7482
  */
7441
7483
  Source: ProtectedString;
7442
- /**
7443
- * - **ThreadSafety**: ReadSafe
7444
- *
7445
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Tag)
7446
- */
7447
- set Tag(value: string);
7448
7484
  }
7449
7485
  /**
7450
7486
  * The base class for all script objects which run automatically.
@@ -8978,6 +9014,21 @@ interface DataStoreVersionPages extends Pages<DataStoreObjectVersionInfo> {
8978
9014
  */
8979
9015
  readonly _nominal_DataStoreVersionPages: unique symbol;
8980
9016
  }
9017
+ /**
9018
+ * - **Tags**: NotCreatable, NotReplicated
9019
+ *
9020
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedPages)
9021
+ */
9022
+ interface FeedPages extends Pages {
9023
+ /**
9024
+ * **DO NOT USE!**
9025
+ *
9026
+ * This field exists to force TypeScript to recognize this as a nominal type
9027
+ * @hidden
9028
+ * @deprecated
9029
+ */
9030
+ readonly _nominal_FeedPages: unique symbol;
9031
+ }
8981
9032
  /**
8982
9033
  * A special version of `Pages` that contains information about a player's friends.
8983
9034
  *
@@ -9283,6 +9334,21 @@ interface PhysicsSettings extends Instance {
9283
9334
  */
9284
9335
  readonly _nominal_PhysicsSettings: unique symbol;
9285
9336
  }
9337
+ /**
9338
+ * - **Tags**: NotCreatable, Service
9339
+ *
9340
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlaceAssetIdsService)
9341
+ */
9342
+ interface PlaceAssetIdsService extends Instance {
9343
+ /**
9344
+ * **DO NOT USE!**
9345
+ *
9346
+ * This field exists to force TypeScript to recognize this as a nominal type
9347
+ * @hidden
9348
+ * @deprecated
9349
+ */
9350
+ readonly _nominal_PlaceAssetIdsService: unique symbol;
9351
+ }
9286
9352
  /**
9287
9353
  * - **Tags**: NotCreatable, Service, NotReplicated
9288
9354
  *