@seamapi/types 1.549.0 → 1.550.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.
package/dist/connect.cjs CHANGED
@@ -33916,6 +33916,14 @@ var openapi_default = {
33916
33916
  format: "date-time",
33917
33917
  type: "string"
33918
33918
  },
33919
+ hotek_metadata: {
33920
+ properties: {
33921
+ auto_join: { type: "boolean" },
33922
+ override: { type: "boolean" }
33923
+ },
33924
+ type: "object",
33925
+ "x-undocumented": "in development"
33926
+ },
33919
33927
  is_multi_phone_sync_credential: {
33920
33928
  default: false,
33921
33929
  description: "Indicates whether the new credential is a [multi-phone sync credential](https://docs.seam.co/latest/capability-guides/mobile-access/issuing-mobile-credentials-from-an-access-control-system#what-are-multi-phone-sync-credentials).",