@rbxts/types 1.0.910 → 1.0.912

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.
@@ -12,6 +12,7 @@ interface Services {
12
12
  AnimationFromVideoCreatorService: AnimationFromVideoCreatorService;
13
13
  AnimationFromVideoCreatorStudioService: AnimationFromVideoCreatorStudioService;
14
14
  AnnotationsService: AnnotationsService;
15
+ AppAgeSignalsService: AppAgeSignalsService;
15
16
  AppLifecycleObserverService: AppLifecycleObserverService;
16
17
  AppRatingPromptService: AppRatingPromptService;
17
18
  AppUpdateService: AppUpdateService;
@@ -87,6 +88,7 @@ interface Services {
87
88
  GenerationService: GenerationService;
88
89
  GenericChallengeService: GenericChallengeService;
89
90
  GeometryService: GeometryService;
91
+ GongService: GongService;
90
92
  GroupService: GroupService;
91
93
  GuiService: GuiService;
92
94
  HapticService: HapticService;
@@ -757,6 +759,7 @@ interface Instances extends Services, CreatableInstances {
757
759
  SyncScriptBuilder: SyncScriptBuilder;
758
760
  TeleportAsyncResult: TeleportAsyncResult;
759
761
  Terrain: Terrain;
762
+ TestCase: TestCase;
760
763
  TextChatConfigurations: TextChatConfigurations;
761
764
  TextChatMessage: TextChatMessage;
762
765
  TextFilterResult: TextFilterResult;
@@ -784,7 +787,6 @@ interface Instances extends Services, CreatableInstances {
784
787
  }
785
788
  interface Objects extends Instances {
786
789
  AnimationNode: AnimationNode;
787
- AuroraHandle: AuroraHandle;
788
790
  Capture: Capture;
789
791
  ConfigSnapshot: ConfigSnapshot;
790
792
  EditableImage: EditableImage;
@@ -792,6 +794,7 @@ interface Objects extends Instances {
792
794
  ExecutedRemoteCommand: ExecutedRemoteCommand;
793
795
  MLSession: MLSession;
794
796
  Object: RBXObject;
797
+ OutputLink: OutputLink;
795
798
  ScreenshotCapture: ScreenshotCapture;
796
799
  TerrainIterateOperation: TerrainIterateOperation;
797
800
  TerrainModifyOperation: TerrainModifyOperation;
@@ -835,23 +838,6 @@ interface AnimationNode extends RBXObject {
835
838
  */
836
839
  readonly _nominal_AnimationNode: unique symbol;
837
840
  }
838
- /**
839
- * - **Tags**: NotCreatable
840
- *
841
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraHandle)
842
- *
843
- * @deprecated
844
- */
845
- interface AuroraHandle extends RBXObject {
846
- /**
847
- * **DO NOT USE!**
848
- *
849
- * This field exists to force TypeScript to recognize this as a nominal type
850
- * @hidden
851
- * @deprecated
852
- */
853
- readonly _nominal_AuroraHandle: unique symbol;
854
- }
855
841
  /**
856
842
  * A class which defines a piece of content, such as a screenshot or video, taken in-experience.
857
843
  *
@@ -1147,7 +1133,7 @@ interface AdService extends Instance {
1147
1133
  readonly _nominal_AdService: unique symbol;
1148
1134
  }
1149
1135
  /**
1150
- * Collection of methods that allows developers to track how users interact with their experiences.
1136
+ * Collection of methods that allows you to track how users interact with your experiences.
1151
1137
  *
1152
1138
  * - **Tags**: NotCreatable, Service, NotReplicated
1153
1139
  *
@@ -1468,6 +1454,21 @@ interface AnnotationsService extends Instance {
1468
1454
  */
1469
1455
  readonly _nominal_AnnotationsService: unique symbol;
1470
1456
  }
1457
+ /**
1458
+ * - **Tags**: NotCreatable, Service, NotReplicated
1459
+ *
1460
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AppAgeSignalsService)
1461
+ */
1462
+ interface AppAgeSignalsService extends Instance {
1463
+ /**
1464
+ * **DO NOT USE!**
1465
+ *
1466
+ * This field exists to force TypeScript to recognize this as a nominal type
1467
+ * @hidden
1468
+ * @deprecated
1469
+ */
1470
+ readonly _nominal_AppAgeSignalsService: unique symbol;
1471
+ }
1471
1472
  /**
1472
1473
  * - **Tags**: NotCreatable, Service, NotReplicated
1473
1474
  *
@@ -1891,6 +1892,8 @@ interface AudioFocusService extends Instance {
1891
1892
  readonly _nominal_AudioFocusService: unique symbol;
1892
1893
  }
1893
1894
  /**
1895
+ * Mutes audio streams that fall below a certain volume threshold.
1896
+ *
1894
1897
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioGate)
1895
1898
  */
1896
1899
  interface AudioGate extends Instance {
@@ -2221,7 +2224,7 @@ interface AvatarCreationService extends Instance {
2221
2224
  /**
2222
2225
  * A service to support developer Avatar Editors.
2223
2226
  *
2224
- * - **Tags**: NotCreatable, Service, NotReplicated
2227
+ * - **Tags**: NotCreatable, Service
2225
2228
  *
2226
2229
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarEditorService)
2227
2230
  */
@@ -3108,7 +3111,7 @@ interface ChangeHistoryService extends Instance {
3108
3111
  *
3109
3112
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ChangeHistoryService#FinishRecording)
3110
3113
  * @param this **Must** be used by plugins to communicate to Studio how to undo and redo the changes which they make to the experience.
3111
- * @param identifier Identifies the recording from the previous call to `TryBeginRecording()`. If the operation is `ChangeHistoryService.FinishRecordingOperation.Cancel`, this value is ignored, and the recording is determined by context.
3114
+ * @param identifier Identifies the recording from the previous call to `TryBeginRecording()`. If the operation is `FinishRecordingOperation.Cancel`, this value is ignored, and the recording is determined by context.
3112
3115
  * @param operation Specifies the operation to take.
3113
3116
  * @param finalOptions Optional table of values to pass to `OnFinishRecording`.
3114
3117
  */
@@ -6098,6 +6101,21 @@ interface OrderedDataStore extends GlobalDataStore {
6098
6101
  SetAsync(this: OrderedDataStore, key: string, value?: unknown): void;
6099
6102
  UpdateAsync(this: OrderedDataStore, key: string, transformFunction: (oldValue: number | undefined) => number | undefined): number | undefined;
6100
6103
  }
6104
+ /**
6105
+ * - **Tags**: NotCreatable, Service
6106
+ *
6107
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GongService)
6108
+ */
6109
+ interface GongService extends Instance {
6110
+ /**
6111
+ * **DO NOT USE!**
6112
+ *
6113
+ * This field exists to force TypeScript to recognize this as a nominal type
6114
+ * @hidden
6115
+ * @deprecated
6116
+ */
6117
+ readonly _nominal_GongService: unique symbol;
6118
+ }
6101
6119
  /**
6102
6120
  * GroupService is a service that allows developers to fetch information about a Roblox group from within a game.
6103
6121
  *
@@ -8302,8 +8320,6 @@ interface MLService extends Instance {
8302
8320
  readonly _nominal_MLService: unique symbol;
8303
8321
  }
8304
8322
  /**
8305
- * - **Tags**: NotBrowsable
8306
- *
8307
8323
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MakeupDescription)
8308
8324
  */
8309
8325
  interface MakeupDescription extends Instance {
@@ -14013,6 +14029,12 @@ interface StudioTestService extends Instance {
14013
14029
  * @deprecated
14014
14030
  */
14015
14031
  readonly _nominal_StudioTestService: unique symbol;
14032
+ /**
14033
+ * - **ThreadSafety**: ReadSafe
14034
+ *
14035
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTestService#EditModeActive)
14036
+ */
14037
+ EditModeActive: boolean;
14016
14038
  /**
14017
14039
  * - **ThreadSafety**: Unsafe
14018
14040
  * - **Tags**: Yields
@@ -14169,8 +14191,6 @@ interface StyleLink extends Instance {
14169
14191
  readonly _nominal_StyleLink: unique symbol;
14170
14192
  }
14171
14193
  /**
14172
- * - **Tags**: NotBrowsable
14173
- *
14174
14194
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StyleQuery)
14175
14195
  */
14176
14196
  interface StyleQuery extends Instance {
@@ -14598,6 +14618,21 @@ interface TerrainRegion extends Instance {
14598
14618
  */
14599
14619
  ConvertToSmooth(this: TerrainRegion): void;
14600
14620
  }
14621
+ /**
14622
+ * - **Tags**: NotCreatable
14623
+ *
14624
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TestCase)
14625
+ */
14626
+ interface TestCase extends Instance {
14627
+ /**
14628
+ * **DO NOT USE!**
14629
+ *
14630
+ * This field exists to force TypeScript to recognize this as a nominal type
14631
+ * @hidden
14632
+ * @deprecated
14633
+ */
14634
+ readonly _nominal_TestCase: unique symbol;
14635
+ }
14601
14636
  /**
14602
14637
  * A service used by Roblox to run controlled tests of the engine. It is available for developers to use, to a limited degree.
14603
14638
  *
@@ -15483,6 +15518,8 @@ interface UIScale extends UIComponent {
15483
15518
  readonly _nominal_UIScale: unique symbol;
15484
15519
  }
15485
15520
  /**
15521
+ * - **Tags**: NotBrowsable
15522
+ *
15486
15523
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIShadow)
15487
15524
  */
15488
15525
  interface UIShadow extends UIComponent {
@@ -16203,6 +16240,21 @@ interface MLSession extends RBXObject {
16203
16240
  */
16204
16241
  readonly _nominal_MLSession: unique symbol;
16205
16242
  }
16243
+ /**
16244
+ * - **Tags**: NotCreatable, NotReplicated
16245
+ *
16246
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OutputLink)
16247
+ */
16248
+ interface OutputLink extends RBXObject {
16249
+ /**
16250
+ * **DO NOT USE!**
16251
+ *
16252
+ * This field exists to force TypeScript to recognize this as a nominal type
16253
+ * @hidden
16254
+ * @deprecated
16255
+ */
16256
+ readonly _nominal_OutputLink: unique symbol;
16257
+ }
16206
16258
  /**
16207
16259
  * - **Tags**: NotCreatable, NotReplicated
16208
16260
  *