@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.
@@ -20716,6 +20716,18 @@ declare const _default: {
20716
20716
  format: string;
20717
20717
  type: string;
20718
20718
  };
20719
+ hotek_metadata: {
20720
+ properties: {
20721
+ auto_join: {
20722
+ type: string;
20723
+ };
20724
+ override: {
20725
+ type: string;
20726
+ };
20727
+ };
20728
+ type: string;
20729
+ 'x-undocumented': string;
20730
+ };
20719
20731
  is_multi_phone_sync_credential: {
20720
20732
  default: boolean;
20721
20733
  description: string;
@@ -28333,6 +28333,14 @@ export default {
28333
28333
  format: 'date-time',
28334
28334
  type: 'string',
28335
28335
  },
28336
+ hotek_metadata: {
28337
+ properties: {
28338
+ auto_join: { type: 'boolean' },
28339
+ override: { type: 'boolean' },
28340
+ },
28341
+ type: 'object',
28342
+ 'x-undocumented': 'in development',
28343
+ },
28336
28344
  is_multi_phone_sync_credential: {
28337
28345
  default: false,
28338
28346
  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).',