Skip to content

Commit

Permalink
Update generated files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Dec 6, 2023
1 parent a68ac26 commit 0245634
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 1 deletion.
50 changes: 49 additions & 1 deletion include/generated/None.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ interface Services {
ExperienceAuthService: ExperienceAuthService;
ExperienceNotificationService: ExperienceNotificationService;
ExperienceService: ExperienceService;
ExperienceStateCaptureService: ExperienceStateCaptureService;
FaceAnimatorService: FaceAnimatorService;
FacialAnimationRecordingService: FacialAnimationRecordingService;
FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
Expand Down Expand Up @@ -92,6 +93,7 @@ interface Services {
PhysicsService: PhysicsService;
PlacesService: PlacesService;
PlaceStatsService: PlaceStatsService;
PlatformCloudStorageService: PlatformCloudStorageService;
PlatformFriendsService: PlatformFriendsService;
Players: Players;
PlayerViewService: PlayerViewService;
Expand Down Expand Up @@ -547,6 +549,7 @@ interface Instances extends Services, CreatableInstances, AbstractInstances {
MaterialGenerationSession: MaterialGenerationSession;
MaterialImportData: MaterialImportData;
MemoryStoreHashMap: MemoryStoreHashMap;
MemoryStoreHashMapPages: MemoryStoreHashMapPages;
MemoryStoreQueue: MemoryStoreQueue;
MemoryStoreSortedMap: MemoryStoreSortedMap;
MeshImportData: MeshImportData;
Expand Down Expand Up @@ -6631,7 +6634,11 @@ interface CaptureService extends Instance {
* @deprecated
*/
readonly _nominal_CaptureService: unique symbol;
PromptShareCapture(this: CaptureService, contentId: string, launchData: object, onAcceptedCallback: Callback, onDeniedCallback: Callback): void;
PromptSaveCapturesToGallery(this: CaptureService, contentIds: Array<any>, resultCallback: Callback): void;
PromptShareCapture(this: CaptureService, contentId: string, launchData: string, onAcceptedCallback: Callback, onDeniedCallback: Callback): void;
readonly CaptureBegan: RBXScriptSignal<() => void>;
readonly CaptureEnded: RBXScriptSignal<() => void>;
readonly CaptureSaved: RBXScriptSignal<(captureInfo: object) => void>;
readonly UserCaptureSaved: RBXScriptSignal<(captureContentId: string) => void>;
}

Expand Down Expand Up @@ -10628,6 +10635,17 @@ interface ExperienceService extends Instance {
readonly _nominal_ExperienceService: unique symbol;
}

interface ExperienceStateCaptureService extends Instance {
/**
* **DO NOT USE!**
*
* This field exists to force TypeScript to recognize this as a nominal type
* @hidden
* @deprecated
*/
readonly _nominal_ExperienceStateCaptureService: unique symbol;
}

/** An Explosion applies force to `BaseParts` within the explosion's [Explosion.BlastRadius](https://developer.roblox.com/en-us/api-reference/property/Explosion/BlastRadius). This force breaks joints between parts and kills [Humanoid](https://developer.roblox.com/en-us/api-reference/class/Humanoid) characters not protected by a [ForceField](https://developer.roblox.com/en-us/api-reference/class/ForceField).
*
* If an explosion is instanced whilst the game is running, it will destroy itself shortly afterwards meaning they do not need to be cleaned up using the [Debris](https://developer.roblox.com/en-us/api-reference/class/Debris) service.
Expand Down Expand Up @@ -22654,6 +22672,10 @@ interface MemoryStoreHashMap extends Instance {
* Tags: Yields
*/
GetAsync(this: MemoryStoreHashMap, key: string): unknown;
/**
* Tags: Yields
*/
ListItemsAsync(this: MemoryStoreHashMap, count: number): MemoryStoreHashMapPages;
/**
* Tags: Yields
*/
Expand Down Expand Up @@ -26818,6 +26840,17 @@ interface EmotesPages extends InventoryPages {
readonly _nominal_EmotesPages: unique symbol;
}

interface MemoryStoreHashMapPages extends Pages {
/**
* **DO NOT USE!**
*
* This field exists to force TypeScript to recognize this as a nominal type
* @hidden
* @deprecated
*/
readonly _nominal_MemoryStoreHashMapPages: unique symbol;
}

interface OutfitPages
extends Pages<
ReadonlyArray<{
Expand Down Expand Up @@ -27586,6 +27619,17 @@ interface PlacesService extends Instance {
readonly _nominal_PlacesService: unique symbol;
}

interface PlatformCloudStorageService extends Instance {
/**
* **DO NOT USE!**
*
* This field exists to force TypeScript to recognize this as a nominal type
* @hidden
* @deprecated
*/
readonly _nominal_PlatformCloudStorageService: unique symbol;
}

interface PlatformFriendsService extends Instance {
/**
* **DO NOT USE!**
Expand Down Expand Up @@ -30203,6 +30247,8 @@ interface ScreenshotHud extends Instance {
CloseButtonPosition: UDim2;
CloseWhenScreenshotTaken: boolean;
ExperienceNameOverlayEnabled: boolean;
HideCoreGuiForCaptures: boolean;
HidePlayerGuiForCaptures: boolean;
OverlayFont: Enum.Font;
UsernameOverlayEnabled: boolean;
Visible: boolean;
Expand Down Expand Up @@ -36670,6 +36716,7 @@ interface UserInputService extends Instance {
* * [VRService](https://developer.roblox.com/en-us/api-reference/class/VRService), a service used to implement VR support
*
* As this event only fires locally, it can only be used in a [LocalScript](https://developer.roblox.com/en-us/api-reference/class/LocalScript).
* @deprecated
*/
GetUserCFrame(this: UserInputService, type: CastsToEnum<Enum.UserCFrame>): CFrame;
/**
Expand Down Expand Up @@ -37427,6 +37474,7 @@ interface UserInputService extends Instance {
* * [VRService](https://developer.roblox.com/en-us/api-reference/class/VRService), used to implement support, including an identical event `VRService/UserHeadCFrameChanged`
* * [Camera.HeadLocked](https://developer.roblox.com/en-us/api-reference/property/Camera/HeadLocked), when this property is _true_ the [Camera](https://developer.roblox.com/en-us/api-reference/class/Camera) will automatically track the head motion of a player using a VR device
* * [Camera:GetRenderCFrame](https://developer.roblox.com/en-us/api-reference/function/Camera/GetRenderCFrame), a function which retrieves the [CFrame](https://developer.roblox.com/en-us/api-reference/datatype/CFrame) the [Camera](https://developer.roblox.com/en-us/api-reference/class/Camera) is being orientated at, including the impact of VR devices
* @deprecated
*/
readonly UserCFrameChanged: RBXScriptSignal<(type: Enum.UserCFrame, value: CFrame) => void>;
/**
Expand Down
21 changes: 21 additions & 0 deletions include/generated/enums.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8105,6 +8105,27 @@ declare namespace Enum {
}
export type HttpCachePolicy = HttpCachePolicy.None | HttpCachePolicy.Full | HttpCachePolicy.DataOnly | HttpCachePolicy.Default | HttpCachePolicy.InternalRedirectRefresh;

export namespace HttpCompression {
export interface None extends globalThis.EnumItem {
Name: "None";
Value: 0;
EnumType: typeof globalThis.Enum.HttpCompression;
}

export const None: None;

export interface Gzip extends globalThis.EnumItem {
Name: "Gzip";
Value: 1;
EnumType: typeof globalThis.Enum.HttpCompression;
}

export const Gzip: Gzip;

export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.HttpCompression>;
}
export type HttpCompression = HttpCompression.None | HttpCompression.Gzip;

export namespace HttpContentType {
export interface ApplicationJson extends globalThis.EnumItem {
Name: "ApplicationJson";
Expand Down

0 comments on commit 0245634

Please sign in to comment.