@citizenfx/client 2.0.5624-1 → 2.0.5627-1

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.
@@ -4682,7 +4682,7 @@ declare function DoesScenarioExistInArea(x: number, y: number, z: number, radius
4682
4682
  */
4683
4683
  declare function DoesScenarioGroupExist(scenarioGroup: string): boolean;
4684
4684
 
4685
- declare function DoesScenarioOfTypeExistInArea(p0: number, p1: number, p2: number, p4: number, p5: boolean): [boolean, number];
4685
+ declare function DoesScenarioOfTypeExistInArea(p0: number, p1: number, p2: number, p3: string, p4: number, p5: boolean): boolean;
4686
4686
 
4687
4687
  declare function DoesScriptExist(scriptName: string): boolean;
4688
4688
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.5624-1",
3
+ "version": "2.0.5627-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {