diff --git a/CHANGELOG.md b/CHANGELOG.md index 85926e6..3e90e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Add new runtime function to get a list of user's friend status. - Add new Follow/Unfollow runtime APIs. - Add new NotificationsUpdate runtime API. -- Add new GetConf runtime API. +- Add new initializers function to get config values. ## [1.34.0] - 2024-10-21 ### Added diff --git a/index.d.ts b/index.d.ts index 3d36704..39b262c 100644 --- a/index.d.ts +++ b/index.d.ts @@ -3291,7 +3291,7 @@ declare namespace nkruntime { export interface ConfigSteam { publisher_key: string - app_id: string + app_id: number } export interface ConfigFacebookInstantGame {