@citizenfx/client 2.0.13458-1 → 2.0.13544-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.
@@ -14203,7 +14203,7 @@ declare function GetNumReservedMissionVehicles(p0: boolean): number;
14203
14203
 
14204
14204
  /**
14205
14205
  * Gets the amount of metadata values with the specified key existing in the specified resource's manifest.
14206
- * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/)
14206
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
14207
14207
  * @param resourceName The resource name.
14208
14208
  * @param metadataKey The key to look up in the resource manifest.
14209
14209
  */
@@ -16747,7 +16747,7 @@ declare function GetResourceKvpString(key: string): string;
16747
16747
 
16748
16748
  /**
16749
16749
  * Gets the metadata value at a specified key/index from a resource's manifest.
16750
- * See also: [Resource manifest](https://docs.fivem.net/resources/manifest/)
16750
+ * See also: [Resource manifest](https://docs.fivem.net/docs/scripting-reference/resource-manifest/resource-manifest/)
16751
16751
  * @param resourceName The resource name.
16752
16752
  * @param metadataKey The key in the resource manifest.
16753
16753
  * @param index The value index, in a range from \[0..GET_NUM_RESOURCE_METDATA-1].
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.13458-1",
3
+ "version": "2.0.13544-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {