Get appId in runtime

I found on this page https://capacitorjs.com/docs/apis/device that DeviseInfo has field appId

DeviceInfo
interface DeviceInfo {
  // The current bundle build of the app
  appBuild : string;
  // The bundle id of the app
  appId : string;

...

But there is no such field in last library version https://github.com/ionic-team/capacitor-plugins/blob/5736daaaf3816bb58d43248b932bce95ab7fd44f/device/src/definitions.ts

Please fix the docs.
And how can I get appId in runtime?

Have you read this? The GitHub link you posted looks to me like part of Capacitor 3, which is currently in alpha, and still described as a WIP.

So, can you confirm that your problem is still present in the most recent released version (2.4.2 as I write this)?

There is no appId in my local library copy in node_modules

I use 2.0.1

I only see text in posts, so if you are intending to convey information to me in whatever that image is, it didn’t work.

As I asked before:

can you confirm that your problem is still present in the most recent released version (2.4.2 as I write this)?

Judging from the 2.3.0 changelog entry, I would be surprised to hear that that is the case.

Ok… I see my problem - just need to update to latest version. Thank you