@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/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/typings/sdk.d.ts +1 -0
- package/typings/sdk.d.ts.map +1 -1
package/package.json
CHANGED
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;
|