@seamapi/types 0.22.0 → 0.23.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.
@@ -610,6 +610,7 @@ export interface Routes {
610
610
  provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
611
611
  custom_metadata?: Record<string, string | number | null | boolean> | undefined;
612
612
  automatically_manage_new_devices?: boolean | undefined;
613
+ wait_for_device_creation?: boolean | undefined;
613
614
  };
614
615
  commonParams: {};
615
616
  formData: {};
@@ -697,7 +698,6 @@ export interface Routes {
697
698
  queryParams: {
698
699
  connect_webview_id: string;
699
700
  auth_token: string;
700
- automatically_manage_new_devices?: boolean | undefined;
701
701
  };
702
702
  jsonBody: {};
703
703
  commonParams: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -670,6 +670,7 @@ export interface Routes {
670
670
  | Record<string, string | number | null | boolean>
671
671
  | undefined
672
672
  automatically_manage_new_devices?: boolean | undefined
673
+ wait_for_device_creation?: boolean | undefined
673
674
  }
674
675
  commonParams: {}
675
676
  formData: {}
@@ -757,7 +758,6 @@ export interface Routes {
757
758
  queryParams: {
758
759
  connect_webview_id: string
759
760
  auth_token: string
760
- automatically_manage_new_devices?: boolean | undefined
761
761
  }
762
762
  jsonBody: {}
763
763
  commonParams: {}