@seamapi/types 0.18.0 → 0.19.0

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.
@@ -560,6 +560,7 @@ export interface Routes {
560
560
  commonParams: {
561
561
  client_session_id?: string | undefined;
562
562
  user_identifier_key?: string | undefined;
563
+ connect_webview_id?: string | undefined;
563
564
  without_user_identifier_key?: boolean | undefined;
564
565
  };
565
566
  formData: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.18.0",
3
+ "version": "0.19.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -581,6 +581,7 @@ export interface Routes {
581
581
  commonParams: {
582
582
  client_session_id?: string | undefined
583
583
  user_identifier_key?: string | undefined
584
+ connect_webview_id?: string | undefined
584
585
  without_user_identifier_key?: boolean | undefined
585
586
  }
586
587
  formData: {}