@openscreen/internal-sdk 1.8.91 → 1.8.92

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openscreen/internal-sdk",
3
- "version": "1.8.91",
3
+ "version": "1.8.92",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
package/typings/sdk.d.ts CHANGED
@@ -4338,6 +4338,7 @@ export interface UpdateRehrigAccountPluginPathParameters {
4338
4338
  pluginId: string;
4339
4339
  }
4340
4340
  export interface UpdateRehrigAccountPluginRequestBody {
4341
+ customFields?: NestedKeyValueObject | null;
4341
4342
  password?: string | null;
4342
4343
  username?: string | null;
4343
4344
  }