@rbxts/types 1.0.851 → 1.0.852

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.
@@ -2963,15 +2963,6 @@ declare namespace Enum {
2963
2963
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AudioApiRollout | undefined;
2964
2964
  }
2965
2965
  export type AudioApiRollout = AudioApiRollout.Disabled | AudioApiRollout.Automatic | AudioApiRollout.Enabled;
2966
- /**
2967
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AudioCaptureMode)
2968
- */
2969
- export namespace AudioCaptureMode {
2970
- export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AudioCaptureMode>;
2971
- export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AudioCaptureMode | undefined;
2972
- export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AudioCaptureMode | undefined;
2973
- }
2974
- export type AudioCaptureMode = ;
2975
2966
  /**
2976
2967
  * Describes the channel layout of an audio stream.
2977
2968
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.851",
3
+ "version": "1.0.852",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },