@rbxts/types 1.0.761 → 1.0.763

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.
@@ -451,58 +451,7 @@ interface CreatableInstances {
451
451
  WrapTarget: WrapTarget;
452
452
  }
453
453
 
454
- interface AbstractInstances {
455
- BackpackItem: BackpackItem;
456
- BasePart: BasePart;
457
- BasePlayerGui: BasePlayerGui;
458
- BaseScript: BaseScript;
459
- BevelMesh: BevelMesh;
460
- BodyMover: BodyMover;
461
- CharacterAppearance: CharacterAppearance;
462
- Clothing: Clothing;
463
- Constraint: Constraint;
464
- Controller: Controller;
465
- DataModelMesh: DataModelMesh;
466
- DynamicRotate: DynamicRotate;
467
- FaceInstance: FaceInstance;
468
- Feature: Feature;
469
- FormFactorPart: FormFactorPart;
470
- GenericSettings: GenericSettings;
471
- GuiBase: GuiBase;
472
- GuiBase2d: GuiBase2d;
473
- GuiBase3d: GuiBase3d;
474
- GuiButton: GuiButton;
475
- GuiLabel: GuiLabel;
476
- GuiObject: GuiObject;
477
- HandleAdornment: HandleAdornment;
478
- HandlesBase: HandlesBase;
479
- Instance: Instance;
480
- JointInstance: JointInstance;
481
- LayerCollector: LayerCollector;
482
- Light: Light;
483
- LuaSourceContainer: LuaSourceContainer;
484
- ManualSurfaceJointInstance: ManualSurfaceJointInstance;
485
- Pages: Pages;
486
- PartAdornment: PartAdornment;
487
- PostEffect: PostEffect;
488
- PVAdornment: PVAdornment;
489
- PVInstance: PVInstance;
490
- SelectionLasso: SelectionLasso;
491
- ServiceProvider: ServiceProvider;
492
- SlidingBallConstraint: SlidingBallConstraint;
493
- SoundEffect: SoundEffect;
494
- TriangleMeshPart: TriangleMeshPart;
495
- TweenBase: TweenBase;
496
- UIBase: UIBase;
497
- UIComponent: UIComponent;
498
- UIConstraint: UIConstraint;
499
- UIGridStyleLayout: UIGridStyleLayout;
500
- UILayout: UILayout;
501
- ValueBase: ValueBase;
502
- WorldRoot: WorldRoot;
503
- }
504
-
505
- interface Instances extends Services, CreatableInstances, AbstractInstances {
454
+ interface Instances extends Services, CreatableInstances {
506
455
  AnimationClip: AnimationClip;
507
456
  AnimationImportData: AnimationImportData;
508
457
  AnimationStreamTrack: AnimationStreamTrack;
@@ -511,21 +460,32 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
511
460
  AssetPatchSettings: AssetPatchSettings;
512
461
  AssetSoundEffect: AssetSoundEffect;
513
462
  AudioPages: AudioPages;
463
+ BackpackItem: BackpackItem;
514
464
  BaseImportData: BaseImportData;
465
+ BasePart: BasePart;
466
+ BasePlayerGui: BasePlayerGui;
515
467
  BaseRemoteEvent: BaseRemoteEvent;
468
+ BaseScript: BaseScript;
516
469
  BaseWrap: BaseWrap;
470
+ BevelMesh: BevelMesh;
471
+ BodyMover: BodyMover;
517
472
  BubbleChatConfiguration: BubbleChatConfiguration;
518
473
  CatalogPages: CatalogPages;
519
474
  ChannelSelectorSoundEffect: ChannelSelectorSoundEffect;
475
+ CharacterAppearance: CharacterAppearance;
520
476
  ChatInputBarConfiguration: ChatInputBarConfiguration;
521
477
  ChatWindowConfiguration: ChatWindowConfiguration;
478
+ Clothing: Clothing;
522
479
  CloudLocalizationTable: CloudLocalizationTable;
523
480
  Collaborator: Collaborator;
524
481
  CommandInstance: CommandInstance;
482
+ Constraint: Constraint;
483
+ Controller: Controller;
525
484
  ControllerBase: ControllerBase;
526
485
  ControllerSensor: ControllerSensor;
527
486
  CustomSoundEffect: CustomSoundEffect;
528
487
  DataModel: DataModel;
488
+ DataModelMesh: DataModelMesh;
529
489
  DataStore: DataStore;
530
490
  DataStoreInfo: DataStoreInfo;
531
491
  DataStoreKey: DataStoreKey;
@@ -538,19 +498,38 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
538
498
  DebuggerConnection: DebuggerConnection;
539
499
  DebuggerLuaResponse: DebuggerLuaResponse;
540
500
  DebuggerVariable: DebuggerVariable;
501
+ DynamicRotate: DynamicRotate;
541
502
  EmotesPages: EmotesPages;
503
+ FaceInstance: FaceInstance;
542
504
  FacialAnimationStreamingServiceStats: FacialAnimationStreamingServiceStats;
543
505
  FacialAnimationStreamingSubsessionStats: FacialAnimationStreamingSubsessionStats;
544
506
  FacsImportData: FacsImportData;
507
+ Feature: Feature;
508
+ FormFactorPart: FormFactorPart;
545
509
  FriendPages: FriendPages;
510
+ GenericSettings: GenericSettings;
546
511
  GlobalDataStore: GlobalDataStore;
547
512
  GroupImportData: GroupImportData;
513
+ GuiBase: GuiBase;
514
+ GuiBase2d: GuiBase2d;
515
+ GuiBase3d: GuiBase3d;
516
+ GuiButton: GuiButton;
517
+ GuiLabel: GuiLabel;
518
+ GuiObject: GuiObject;
519
+ HandleAdornment: HandleAdornment;
520
+ HandlesBase: HandlesBase;
548
521
  InputObject: InputObject;
522
+ Instance: Instance;
549
523
  InstanceAdornment: InstanceAdornment;
550
524
  InventoryPages: InventoryPages;
551
525
  JointImportData: JointImportData;
526
+ JointInstance: JointInstance;
527
+ LayerCollector: LayerCollector;
528
+ Light: Light;
552
529
  LocalDebuggerConnection: LocalDebuggerConnection;
553
530
  LodDataEntity: LodDataEntity;
531
+ LuaSourceContainer: LuaSourceContainer;
532
+ ManualSurfaceJointInstance: ManualSurfaceJointInstance;
554
533
  MaterialGenerationSession: MaterialGenerationSession;
555
534
  MaterialImportData: MaterialImportData;
556
535
  MemoryStoreHashMap: MemoryStoreHashMap;
@@ -567,7 +546,9 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
567
546
  OrderedDataStore: OrderedDataStore;
568
547
  OutfitPages: OutfitPages;
569
548
  PackageLink: PackageLink;
549
+ Pages: Pages;
570
550
  ParabolaAdornment: ParabolaAdornment;
551
+ PartAdornment: PartAdornment;
571
552
  PatchMapping: PatchMapping;
572
553
  Path: Path;
573
554
  PausedState: PausedState;
@@ -580,12 +561,19 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
580
561
  PlayerScripts: PlayerScripts;
581
562
  PluginManagerInterface: PluginManagerInterface;
582
563
  PoseBase: PoseBase;
564
+ PostEffect: PostEffect;
565
+ PVAdornment: PVAdornment;
566
+ PVInstance: PVInstance;
583
567
  RootImportData: RootImportData;
584
568
  ScreenshotHud: ScreenshotHud;
585
569
  ScriptBuilder: ScriptBuilder;
586
570
  ScriptDocument: ScriptDocument;
587
571
  ScriptRuntime: ScriptRuntime;
572
+ SelectionLasso: SelectionLasso;
588
573
  SensorBase: SensorBase;
574
+ ServiceProvider: ServiceProvider;
575
+ SlidingBallConstraint: SlidingBallConstraint;
576
+ SoundEffect: SoundEffect;
589
577
  StackFrame: StackFrame;
590
578
  StandardPages: StandardPages;
591
579
  StarterCharacterScripts: StarterCharacterScripts;
@@ -608,9 +596,18 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
608
596
  TouchTransmitter: TouchTransmitter;
609
597
  TrackerLodController: TrackerLodController;
610
598
  Translator: Translator;
599
+ TriangleMeshPart: TriangleMeshPart;
611
600
  Tween: Tween;
601
+ TweenBase: TweenBase;
602
+ UIBase: UIBase;
603
+ UIComponent: UIComponent;
604
+ UIConstraint: UIConstraint;
605
+ UIGridStyleLayout: UIGridStyleLayout;
606
+ UILayout: UILayout;
612
607
  UserGameSettings: UserGameSettings;
613
608
  UserSettings: UserSettings;
609
+ ValueBase: ValueBase;
610
+ WorldRoot: WorldRoot;
614
611
  }
615
612
 
616
613
  // GENERATED ROBLOX INSTANCE CLASSES
@@ -29,14 +29,7 @@ interface CreatableInstances {
29
29
  RenderingTest: RenderingTest;
30
30
  }
31
31
 
32
- interface AbstractInstances {
33
- NetworkPeer: NetworkPeer;
34
- NetworkReplicator: NetworkReplicator;
35
- PluginGui: PluginGui;
36
- StatsItem: StatsItem;
37
- }
38
-
39
- interface Instances extends Services, CreatableInstances, AbstractInstances {
32
+ interface Instances extends Services, CreatableInstances {
40
33
  ClientReplicator: ClientReplicator;
41
34
  DataModelSession: DataModelSession;
42
35
  DebuggerBreakpoint: DebuggerBreakpoint;
@@ -49,9 +42,12 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
49
42
  LuaSettings: LuaSettings;
50
43
  MemStorageConnection: MemStorageConnection;
51
44
  MultipleDocumentInterfaceInstance: MultipleDocumentInterfaceInstance;
45
+ NetworkPeer: NetworkPeer;
46
+ NetworkReplicator: NetworkReplicator;
52
47
  PhysicsSettings: PhysicsSettings;
53
48
  Plugin: Plugin;
54
49
  PluginDragEvent: PluginDragEvent;
50
+ PluginGui: PluginGui;
55
51
  PluginMenu: PluginMenu;
56
52
  PluginMouse: PluginMouse;
57
53
  PluginToolbar: PluginToolbar;
@@ -62,6 +58,7 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
62
58
  RunningAverageTimeIntervalItem: RunningAverageTimeIntervalItem;
63
59
  ScriptDebugger: ScriptDebugger;
64
60
  ServerReplicator: ServerReplicator;
61
+ StatsItem: StatsItem;
65
62
  StudioTheme: StudioTheme;
66
63
  TotalCountTimeIntervalItem: TotalCountTimeIntervalItem;
67
64
  }
@@ -76,6 +76,7 @@ interface RequestAsyncRequest {
76
76
  Method?: "GET" | "HEAD" | "POST" | "PUT" | "DELETE" | "PATCH";
77
77
  Body?: string;
78
78
  Headers?: HttpHeaders;
79
+ Compress?: Enum.HttpCompression;
79
80
  }
80
81
 
81
82
  interface RequestAsyncResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.761",
3
+ "version": "1.0.763",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },