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 Jun 19, 2024
1 parent 4540480 commit d881b56
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion include/generated/None.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ interface Services {
AnimationFromVideoCreatorService: AnimationFromVideoCreatorService;
AnimationFromVideoCreatorStudioService: AnimationFromVideoCreatorStudioService;
AnnotationsService: AnnotationsService;
AppLifecycleObserverService: AppLifecycleObserverService;
AppUpdateService: AppUpdateService;
AssetCounterService: AssetCounterService;
AssetDeliveryProxy: AssetDeliveryProxy;
Expand Down Expand Up @@ -1276,7 +1277,10 @@ interface AccessoryDescription extends Instance {
Instance: Instance | undefined;
IsLayered: boolean;
Order: number;
Position: Vector3;
Puffiness: number;
Rotation: Vector3;
Scale: Vector3;
}

interface AccountService extends Instance {
Expand Down Expand Up @@ -2277,6 +2281,17 @@ interface AnnotationsService extends Instance {
readonly _nominal_AnnotationsService: unique symbol;
}

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

interface AppUpdateService extends Instance {
/**
* **DO NOT USE!**
Expand Down Expand Up @@ -3584,8 +3599,11 @@ interface AvatarGenerationJob extends Instance {
ErrorMessage: string;
Progress: number;
Status: Enum.AvatarGenerationJobStatus;
Cancel(this: AvatarGenerationJob): void;
GetOutput(this: AvatarGenerationJob): object;
/**
* Tags: Yields
*/
Cancel(this: AvatarGenerationJob): void;
/**
* Tags: Yields
*/
Expand Down

0 comments on commit d881b56

Please sign in to comment.