@rbxts/types 1.0.936 → 1.0.938

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.
@@ -23,6 +23,8 @@ interface Services {
23
23
  AssetQualityService: AssetQualityService;
24
24
  AssetService: AssetService;
25
25
  AudioFocusService: AudioFocusService;
26
+ AuroraScriptService: AuroraScriptService;
27
+ AuroraService: AuroraService;
26
28
  AvatarChatService: AvatarChatService;
27
29
  AvatarCreationService: AvatarCreationService;
28
30
  AvatarEditorService: AvatarEditorService;
@@ -65,6 +67,7 @@ interface Services {
65
67
  DebugSettings: DebugSettings;
66
68
  DeferredAssetManagerService: DeferredAssetManagerService;
67
69
  DesignFoundationsService: DesignFoundationsService;
70
+ DeviceDisplayService: DeviceDisplayService;
68
71
  DeviceIdService: DeviceIdService;
69
72
  DraggerService: DraggerService;
70
73
  EditableService: EditableService;
@@ -108,6 +111,7 @@ interface Services {
108
111
  InstanceFileSyncService: InstanceFileSyncService;
109
112
  InternalMessagingService: InternalMessagingService;
110
113
  InternalMessagingServiceVerifier: InternalMessagingServiceVerifier;
114
+ InternalSyncService: InternalSyncService;
111
115
  IXPService: IXPService;
112
116
  JointsService: JointsService;
113
117
  KeyframeSequenceProvider: KeyframeSequenceProvider;
@@ -165,6 +169,7 @@ interface Services {
165
169
  PluginManagementService: PluginManagementService;
166
170
  PluginPolicyService: PluginPolicyService;
167
171
  PolicyService: PolicyService;
172
+ PopLatencyService: PopLatencyService;
168
173
  Preloaded: Preloaded;
169
174
  ProceduralBehaviorSchedulerService: ProceduralBehaviorSchedulerService;
170
175
  ProcessInstancePhysicsService: ProcessInstancePhysicsService;
@@ -328,6 +333,7 @@ interface CreatableInstances {
328
333
  AudioSpeechToText: AudioSpeechToText;
329
334
  AudioTextToSpeech: AudioTextToSpeech;
330
335
  AudioTremolo: AudioTremolo;
336
+ AuroraScript: AuroraScript;
331
337
  AvatarAbilityRules: AvatarAbilityRules;
332
338
  AvatarAccessoryRules: AvatarAccessoryRules;
333
339
  AvatarAnimationRules: AvatarAnimationRules;
@@ -434,6 +440,7 @@ interface CreatableInstances {
434
440
  InputBinding: InputBinding;
435
441
  InputContext: InputContext;
436
442
  IntConstrainedValue: IntConstrainedValue;
443
+ InternalSyncItem: InternalSyncItem;
437
444
  IntersectOperation: IntersectOperation;
438
445
  IntValue: IntValue;
439
446
  Keyframe: Keyframe;
@@ -655,6 +662,7 @@ interface Instances extends Services, CreatableInstances {
655
662
  DebuggerLuaResponse: DebuggerLuaResponse;
656
663
  DebuggerVariable: DebuggerVariable;
657
664
  DebuggerWatch: DebuggerWatch;
665
+ DisplayWakeLock: DisplayWakeLock;
658
666
  DockWidgetPluginGui: DockWidgetPluginGui;
659
667
  DynamicRotate: DynamicRotate;
660
668
  ExplorerFilterAutocompleter: ExplorerFilterAutocompleter;
@@ -1134,7 +1142,7 @@ interface AdPortal extends Instance {
1134
1142
  readonly _nominal_AdPortal: unique symbol;
1135
1143
  }
1136
1144
  /**
1137
- * A class that allows the display of mobile video ads.
1145
+ * The service responsible for in-experience advertising.
1138
1146
  *
1139
1147
  * - **Tags**: NotCreatable, Service
1140
1148
  *
@@ -1280,7 +1288,7 @@ interface AnimationClipProvider extends Instance {
1280
1288
  * @param assetId The content ID of the animation.
1281
1289
  * @returns The `AnimationClip` found.
1282
1290
  *
1283
- * @deprecated
1291
+ * @deprecated GetAnimationClipAsync
1284
1292
  */
1285
1293
  GetAnimationClip(this: AnimationClipProvider, assetId: ContentId): AnimationClip;
1286
1294
  /**
@@ -1297,7 +1305,7 @@ interface AnimationClipProvider extends Instance {
1297
1305
  * @param useCache True if a cached version can be returned.
1298
1306
  * @returns The `AnimationClip` found.
1299
1307
  *
1300
- * @deprecated
1308
+ * @deprecated GetAnimationClipAsync
1301
1309
  */
1302
1310
  GetAnimationClipById(this: AnimationClipProvider, assetId: number, useCache: boolean): AnimationClip;
1303
1311
  }
@@ -2095,6 +2103,40 @@ interface AuroraScriptObject extends Instance {
2095
2103
  */
2096
2104
  readonly _nominal_AuroraScriptObject: unique symbol;
2097
2105
  }
2106
+ /**
2107
+ * - **Tags**: NotCreatable, Service
2108
+ *
2109
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService)
2110
+ *
2111
+ * @deprecated
2112
+ */
2113
+ interface AuroraScriptService extends Instance {
2114
+ /**
2115
+ * **DO NOT USE!**
2116
+ *
2117
+ * This field exists to force TypeScript to recognize this as a nominal type
2118
+ * @hidden
2119
+ * @deprecated
2120
+ */
2121
+ readonly _nominal_AuroraScriptService: unique symbol;
2122
+ }
2123
+ /**
2124
+ * - **Tags**: NotCreatable, Service
2125
+ *
2126
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService)
2127
+ *
2128
+ * @deprecated
2129
+ */
2130
+ interface AuroraService extends Instance {
2131
+ /**
2132
+ * **DO NOT USE!**
2133
+ *
2134
+ * This field exists to force TypeScript to recognize this as a nominal type
2135
+ * @hidden
2136
+ * @deprecated
2137
+ */
2138
+ readonly _nominal_AuroraService: unique symbol;
2139
+ }
2098
2140
  /**
2099
2141
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarAbilityRules)
2100
2142
  */
@@ -2820,7 +2862,7 @@ interface BodyMover extends Instance {
2820
2862
  *
2821
2863
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyAngularVelocity)
2822
2864
  *
2823
- * @deprecated
2865
+ * @deprecated AngularVelocity
2824
2866
  */
2825
2867
  interface BodyAngularVelocity extends BodyMover {
2826
2868
  /**
@@ -2841,7 +2883,7 @@ interface BodyAngularVelocity extends BodyMover {
2841
2883
  *
2842
2884
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyForce)
2843
2885
  *
2844
- * @deprecated
2886
+ * @deprecated VectorForce
2845
2887
  */
2846
2888
  interface BodyForce extends BodyMover {
2847
2889
  /**
@@ -2862,7 +2904,7 @@ interface BodyForce extends BodyMover {
2862
2904
  *
2863
2905
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyGyro)
2864
2906
  *
2865
- * @deprecated
2907
+ * @deprecated AlignOrientation
2866
2908
  */
2867
2909
  interface BodyGyro extends BodyMover {
2868
2910
  /**
@@ -2883,7 +2925,7 @@ interface BodyGyro extends BodyMover {
2883
2925
  *
2884
2926
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyPosition)
2885
2927
  *
2886
- * @deprecated
2928
+ * @deprecated AlignPosition
2887
2929
  */
2888
2930
  interface BodyPosition extends BodyMover {
2889
2931
  /**
@@ -2904,7 +2946,7 @@ interface BodyPosition extends BodyMover {
2904
2946
  *
2905
2947
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyThrust)
2906
2948
  *
2907
- * @deprecated
2949
+ * @deprecated VectorForce
2908
2950
  */
2909
2951
  interface BodyThrust extends BodyMover {
2910
2952
  /**
@@ -2925,7 +2967,7 @@ interface BodyThrust extends BodyMover {
2925
2967
  *
2926
2968
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyVelocity)
2927
2969
  *
2928
- * @deprecated
2970
+ * @deprecated LinearVelocity
2929
2971
  */
2930
2972
  interface BodyVelocity extends BodyMover {
2931
2973
  /**
@@ -2946,7 +2988,7 @@ interface BodyVelocity extends BodyMover {
2946
2988
  *
2947
2989
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RocketPropulsion)
2948
2990
  *
2949
- * @deprecated
2991
+ * @deprecated LineForce
2950
2992
  */
2951
2993
  interface RocketPropulsion extends BodyMover {
2952
2994
  /**
@@ -3760,7 +3802,7 @@ interface PlaneConstraint extends Constraint {
3760
3802
  *
3761
3803
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Plane)
3762
3804
  *
3763
- * @deprecated
3805
+ * @deprecated PlaneConstraint
3764
3806
  */
3765
3807
  interface Plane extends PlaneConstraint {
3766
3808
  /**
@@ -4784,6 +4826,21 @@ interface DesignFoundationsService extends Instance {
4784
4826
  */
4785
4827
  readonly _nominal_DesignFoundationsService: unique symbol;
4786
4828
  }
4829
+ /**
4830
+ * - **Tags**: NotCreatable, Service, NotReplicated
4831
+ *
4832
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DeviceDisplayService)
4833
+ */
4834
+ interface DeviceDisplayService extends Instance {
4835
+ /**
4836
+ * **DO NOT USE!**
4837
+ *
4838
+ * This field exists to force TypeScript to recognize this as a nominal type
4839
+ * @hidden
4840
+ * @deprecated
4841
+ */
4842
+ readonly _nominal_DeviceDisplayService: unique symbol;
4843
+ }
4787
4844
  /**
4788
4845
  * - **Tags**: NotCreatable, Service, NotReplicated
4789
4846
  *
@@ -4844,6 +4901,21 @@ interface DigitsRigDescription extends Instance {
4844
4901
  */
4845
4902
  readonly _nominal_DigitsRigDescription: unique symbol;
4846
4903
  }
4904
+ /**
4905
+ * - **Tags**: NotCreatable, NotReplicated
4906
+ *
4907
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DisplayWakeLock)
4908
+ */
4909
+ interface DisplayWakeLock extends Instance {
4910
+ /**
4911
+ * **DO NOT USE!**
4912
+ *
4913
+ * This field exists to force TypeScript to recognize this as a nominal type
4914
+ * @hidden
4915
+ * @deprecated
4916
+ */
4917
+ readonly _nominal_DisplayWakeLock: unique symbol;
4918
+ }
4847
4919
  /**
4848
4920
  * A helper object used to create tools that can drag parts.
4849
4921
  *
@@ -7625,6 +7697,36 @@ interface InternalMessagingServiceVerifier extends Instance {
7625
7697
  */
7626
7698
  readonly _nominal_InternalMessagingServiceVerifier: unique symbol;
7627
7699
  }
7700
+ /**
7701
+ * - **Tags**: NotReplicated
7702
+ *
7703
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalSyncItem)
7704
+ */
7705
+ interface InternalSyncItem extends Instance {
7706
+ /**
7707
+ * **DO NOT USE!**
7708
+ *
7709
+ * This field exists to force TypeScript to recognize this as a nominal type
7710
+ * @hidden
7711
+ * @deprecated
7712
+ */
7713
+ readonly _nominal_InternalSyncItem: unique symbol;
7714
+ }
7715
+ /**
7716
+ * - **Tags**: NotCreatable, Service, NotReplicated
7717
+ *
7718
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalSyncService)
7719
+ */
7720
+ interface InternalSyncService extends Instance {
7721
+ /**
7722
+ * **DO NOT USE!**
7723
+ *
7724
+ * This field exists to force TypeScript to recognize this as a nominal type
7725
+ * @hidden
7726
+ * @deprecated
7727
+ */
7728
+ readonly _nominal_InternalSyncService: unique symbol;
7729
+ }
7628
7730
  /**
7629
7731
  * The base class for joints.
7630
7732
  *
@@ -7666,7 +7768,7 @@ interface DynamicRotate extends JointInstance {
7666
7768
  *
7667
7769
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RotateP)
7668
7770
  *
7669
- * @deprecated
7771
+ * @deprecated HingeConstraint
7670
7772
  */
7671
7773
  interface RotateP extends DynamicRotate {
7672
7774
  /**
@@ -7685,7 +7787,7 @@ interface RotateP extends DynamicRotate {
7685
7787
  *
7686
7788
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RotateV)
7687
7789
  *
7688
- * @deprecated
7790
+ * @deprecated HingeConstraint
7689
7791
  */
7690
7792
  interface RotateV extends DynamicRotate {
7691
7793
  /**
@@ -7706,7 +7808,7 @@ interface RotateV extends DynamicRotate {
7706
7808
  *
7707
7809
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Glue)
7708
7810
  *
7709
- * @deprecated
7811
+ * @deprecated WeldConstraint
7710
7812
  */
7711
7813
  interface Glue extends JointInstance {
7712
7814
  /**
@@ -7727,7 +7829,7 @@ interface Glue extends JointInstance {
7727
7829
  *
7728
7830
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualSurfaceJointInstance)
7729
7831
  *
7730
- * @deprecated
7832
+ * @deprecated WeldConstraint
7731
7833
  */
7732
7834
  interface ManualSurfaceJointInstance extends JointInstance {
7733
7835
  /**
@@ -7748,7 +7850,7 @@ interface ManualSurfaceJointInstance extends JointInstance {
7748
7850
  *
7749
7851
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualGlue)
7750
7852
  *
7751
- * @deprecated
7853
+ * @deprecated WeldConstraint
7752
7854
  */
7753
7855
  interface ManualGlue extends ManualSurfaceJointInstance {
7754
7856
  /**
@@ -7769,7 +7871,7 @@ interface ManualGlue extends ManualSurfaceJointInstance {
7769
7871
  *
7770
7872
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualWeld)
7771
7873
  *
7772
- * @deprecated
7874
+ * @deprecated WeldConstraint
7773
7875
  */
7774
7876
  interface ManualWeld extends ManualSurfaceJointInstance {
7775
7877
  /**
@@ -7818,7 +7920,7 @@ interface Motor6D extends Motor {
7818
7920
  *
7819
7921
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Rotate)
7820
7922
  *
7821
- * @deprecated
7923
+ * @deprecated HingeConstraint
7822
7924
  */
7823
7925
  interface Rotate extends JointInstance {
7824
7926
  /**
@@ -7839,7 +7941,7 @@ interface Rotate extends JointInstance {
7839
7941
  *
7840
7942
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Snap)
7841
7943
  *
7842
- * @deprecated
7944
+ * @deprecated WeldConstraint
7843
7945
  */
7844
7946
  interface Snap extends JointInstance {
7845
7947
  /**
@@ -7957,7 +8059,7 @@ interface KeyframeSequenceProvider extends Instance {
7957
8059
  * @param assetId The content ID of the animation.
7958
8060
  * @returns The `KeyframeSequence` found.
7959
8061
  *
7960
- * @deprecated
8062
+ * @deprecated GetKeyframeSequenceAsync
7961
8063
  */
7962
8064
  GetKeyframeSequence(this: KeyframeSequenceProvider, assetId: ContentId): Instance | undefined;
7963
8065
  /**
@@ -7974,7 +8076,7 @@ interface KeyframeSequenceProvider extends Instance {
7974
8076
  * @param useCache True if a cached version can be returned.
7975
8077
  * @returns The `KeyframeSequence` found.
7976
8078
  *
7977
- * @deprecated
8079
+ * @deprecated GetKeyframeSequenceAsync
7978
8080
  */
7979
8081
  GetKeyframeSequenceById(this: KeyframeSequenceProvider, assetId: number, useCache: boolean): Instance | undefined;
7980
8082
  }
@@ -8258,6 +8360,23 @@ interface LuaSourceContainer extends Instance {
8258
8360
  */
8259
8361
  readonly _nominal_LuaSourceContainer: unique symbol;
8260
8362
  }
8363
+ /**
8364
+ * - **Tags**:
8365
+ *
8366
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript)
8367
+ *
8368
+ * @deprecated
8369
+ */
8370
+ interface AuroraScript extends LuaSourceContainer {
8371
+ /**
8372
+ * **DO NOT USE!**
8373
+ *
8374
+ * This field exists to force TypeScript to recognize this as a nominal type
8375
+ * @hidden
8376
+ * @deprecated
8377
+ */
8378
+ readonly _nominal_AuroraScript: unique symbol;
8379
+ }
8261
8380
  /**
8262
8381
  * The base class for all script objects which run automatically.
8263
8382
  *
@@ -9110,7 +9229,7 @@ interface OmniRecommendationsService extends Instance {
9110
9229
  *
9111
9230
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudApiV1)
9112
9231
  *
9113
- * @deprecated
9232
+ * @deprecated HttpService
9114
9233
  */
9115
9234
  interface OpenCloudApiV1 extends Instance {
9116
9235
  /**
@@ -9129,7 +9248,7 @@ interface OpenCloudApiV1 extends Instance {
9129
9248
  *
9130
9249
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudService)
9131
9250
  *
9132
- * @deprecated
9251
+ * @deprecated HttpService
9133
9252
  */
9134
9253
  interface OpenCloudService extends Instance {
9135
9254
  /**
@@ -11063,7 +11182,7 @@ interface Plugin extends Instance {
11063
11182
  * @param pluginGuiId A unique and consistent identifier used to storing the widget's dock state and other internal details.
11064
11183
  * @param dockWidgetPluginGuiInfo Describes the `DockWidgetPluginGui` to create (initial state, size, etc).
11065
11184
  *
11066
- * @deprecated
11185
+ * @deprecated CreateDockWidgetPluginGuiAsync
11067
11186
  */
11068
11187
  CreateDockWidgetPluginGui(this: Plugin, pluginGuiId: string, dockWidgetPluginGuiInfo: DockWidgetPluginGuiInfo): DockWidgetPluginGui;
11069
11188
  /**
@@ -11091,7 +11210,7 @@ interface Plugin extends Instance {
11091
11210
  * @param rigModel
11092
11211
  * @param isR15
11093
11212
  *
11094
- * @deprecated
11213
+ * @deprecated ImportFbxAnimationAsync
11095
11214
  */
11096
11215
  ImportFbxAnimation(this: Plugin, rigModel: Instance, isR15?: boolean): Instance | undefined;
11097
11216
  /**
@@ -11118,7 +11237,7 @@ interface Plugin extends Instance {
11118
11237
  * @param this
11119
11238
  * @param isR15
11120
11239
  *
11121
- * @deprecated
11240
+ * @deprecated ImportFbxRigAsync
11122
11241
  */
11123
11242
  ImportFbxRig(this: Plugin, isR15?: boolean): Model;
11124
11243
  /**
@@ -11166,7 +11285,7 @@ interface Plugin extends Instance {
11166
11285
  * @param this
11167
11286
  * @param suggestedFileName
11168
11287
  *
11169
- * @deprecated
11288
+ * @deprecated PromptSaveSelectionAsync
11170
11289
  */
11171
11290
  PromptSaveSelection(this: Plugin, suggestedFileName?: string): boolean;
11172
11291
  /**
@@ -11564,6 +11683,21 @@ interface PolicyService extends Instance {
11564
11683
  */
11565
11684
  readonly _nominal_PolicyService: unique symbol;
11566
11685
  }
11686
+ /**
11687
+ * - **Tags**: NotCreatable, Service, NotReplicated
11688
+ *
11689
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PopLatencyService)
11690
+ */
11691
+ interface PopLatencyService extends Instance {
11692
+ /**
11693
+ * **DO NOT USE!**
11694
+ *
11695
+ * This field exists to force TypeScript to recognize this as a nominal type
11696
+ * @hidden
11697
+ * @deprecated
11698
+ */
11699
+ readonly _nominal_PopLatencyService: unique symbol;
11700
+ }
11567
11701
  /**
11568
11702
  * Base class of all 'Pose Instance' objects.
11569
11703
  *
@@ -15609,7 +15743,7 @@ interface StudioService extends Instance {
15609
15743
  * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only a JPG or PNG file to be selected. If no filter is provided, the filter is `nil` and allows the user to select any file type.
15610
15744
  * @returns The imported `File`. Returns `nil` if no files were selected, or if the selected file was too large (FileSize greater than 100 megabytes).
15611
15745
  *
15612
- * @deprecated
15746
+ * @deprecated PromptImportFileAsync
15613
15747
  */
15614
15748
  PromptImportFile(this: StudioService, fileTypeFilter?: Array<unknown>): Instance | undefined;
15615
15749
  /**
@@ -15637,7 +15771,7 @@ interface StudioService extends Instance {
15637
15771
  * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only JPG and PNG files to be selected. If no filter is provided, the filter is `nil` and allows the user to select any file type.
15638
15772
  * @returns The imported `Files`. Returns an empty list if no files were selected. Returns `nil` if the user selected one or more files that were too large (FileSize greater than 100 megabytes).
15639
15773
  *
15640
- * @deprecated
15774
+ * @deprecated PromptImportFilesAsync
15641
15775
  */
15642
15776
  PromptImportFiles(this: StudioService, fileTypeFilter?: Array<unknown>): Array<Instance>;
15643
15777
  /**
@@ -16312,7 +16446,7 @@ interface TestService extends Instance {
16312
16446
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TestService#Run)
16313
16447
  * @param this A service used by Roblox to run controlled tests of the engine. It is available for developers to use, to a limited degree.
16314
16448
  *
16315
- * @deprecated
16449
+ * @deprecated RunAsync
16316
16450
  */
16317
16451
  Run(this: TestService): void;
16318
16452
  /**
@@ -27771,10 +27771,14 @@ declare namespace Enum {
27771
27771
  }
27772
27772
  export type ProximityPromptStyle = ProximityPromptStyle.Default | ProximityPromptStyle.Custom;
27773
27773
  /**
27774
+ * Specifies the type of purchase option in a bulk purchase prompt.
27775
+ *
27774
27776
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PurchaseOption)
27775
27777
  */
27776
27778
  export namespace PurchaseOption {
27777
27779
  /**
27780
+ * A timed ownership option. The `Value` field specifies the duration in seconds.
27781
+ *
27778
27782
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PurchaseOption#TimedOption)
27779
27783
  */
27780
27784
  export interface TimedOption extends globalThis.EnumItem {
@@ -27784,6 +27788,8 @@ declare namespace Enum {
27784
27788
  }
27785
27789
  export const TimedOption: TimedOption;
27786
27790
  /**
27791
+ * A permanent ownership purchase option.
27792
+ *
27787
27793
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PurchaseOption#Permanent)
27788
27794
  */
27789
27795
  export interface Permanent extends globalThis.EnumItem {
@@ -30338,10 +30344,14 @@ declare namespace Enum {
30338
30344
  }
30339
30345
  export type SafeAreaCompatibility = SafeAreaCompatibility.None | SafeAreaCompatibility.FullscreenExtension;
30340
30346
  /**
30347
+ * Filters catalog search results by sales type.
30348
+ *
30341
30349
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SalesTypeFilter)
30342
30350
  */
30343
30351
  export namespace SalesTypeFilter {
30344
30352
  /**
30353
+ * Returns all items regardless of sales type.
30354
+ *
30345
30355
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SalesTypeFilter#All)
30346
30356
  */
30347
30357
  export interface All extends globalThis.EnumItem {
@@ -30351,6 +30361,8 @@ declare namespace Enum {
30351
30361
  }
30352
30362
  export const All: All;
30353
30363
  /**
30364
+ * Returns only collectible items (Limited and Limited Unique).
30365
+ *
30354
30366
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SalesTypeFilter#Collectibles)
30355
30367
  */
30356
30368
  export interface Collectibles extends globalThis.EnumItem {
@@ -30360,6 +30372,8 @@ declare namespace Enum {
30360
30372
  }
30361
30373
  export const Collectibles: Collectibles;
30362
30374
  /**
30375
+ * Returns only items with Premium pricing.
30376
+ *
30363
30377
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SalesTypeFilter#Premium)
30364
30378
  */
30365
30379
  export interface Premium extends globalThis.EnumItem {
@@ -30369,6 +30383,8 @@ declare namespace Enum {
30369
30383
  }
30370
30384
  export const Premium: Premium;
30371
30385
  /**
30386
+ * Returns only items that have timed options available.
30387
+ *
30372
30388
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SalesTypeFilter#TimedOptions)
30373
30389
  */
30374
30390
  export interface TimedOptions extends globalThis.EnumItem {
@@ -1,6 +1,7 @@
1
1
  /// <reference no-default-lib="true"/>
2
2
  /// <reference path="lua.d.ts" />
3
3
  /// <reference path="macro_math.d.ts" />
4
+ /// <reference path="selector.d.ts" />
4
5
  /// <reference path="generated/enums.d.ts" />
5
6
  /// <reference path="generated/None.d.ts" />
6
7
  /// <reference types="@rbxts/compiler-types" />
@@ -3187,8 +3188,8 @@ interface CheckableTypes extends CheckablePrimitives {
3187
3188
  AdReward: AdReward;
3188
3189
  Axes: Axes;
3189
3190
  BrickColor: BrickColor;
3190
- CFrame: CFrame;
3191
3191
  CatalogSearchParams: CatalogSearchParams;
3192
+ CFrame: CFrame;
3192
3193
  Color3: Color3;
3193
3194
  ColorSequence: ColorSequence;
3194
3195
  ColorSequenceKeypoint: ColorSequenceKeypoint;