@openscreen/internal-sdk 1.9.4 → 1.9.5

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.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
package/typings/sdk.d.ts CHANGED
@@ -4410,6 +4410,7 @@ export interface UpdateKlaviyoAccountPluginPathParameters {
4410
4410
  }
4411
4411
  export interface UpdateKlaviyoAccountPluginRequestBody {
4412
4412
  key?: string | null;
4413
+ listId: string;
4413
4414
  }
4414
4415
  export interface UpdateKlaviyoAccountPluginResponseBody {
4415
4416
  accountPlugin: AccountPlugin;