@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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +17 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +5 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +7 -0
|
@@ -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).',
|