@seamapi/types 1.138.0 → 1.138.1
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 +0 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -5
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +0 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +0 -1
- package/src/lib/seam/connect/route-types.ts +0 -1
package/dist/connect.d.cts
CHANGED
|
@@ -5712,10 +5712,6 @@ declare const _default: {
|
|
|
5712
5712
|
format: string;
|
|
5713
5713
|
type: string;
|
|
5714
5714
|
};
|
|
5715
|
-
external_type: {
|
|
5716
|
-
enum: string[];
|
|
5717
|
-
type: string;
|
|
5718
|
-
};
|
|
5719
5715
|
is_multi_phone_sync_credential: {
|
|
5720
5716
|
default: boolean;
|
|
5721
5717
|
type: string;
|
|
@@ -17921,7 +17917,6 @@ interface Routes {
|
|
|
17921
17917
|
access_method: 'code' | 'card' | 'mobile_key';
|
|
17922
17918
|
code?: string | undefined;
|
|
17923
17919
|
is_multi_phone_sync_credential?: boolean;
|
|
17924
|
-
external_type?: 'visionline_card' | undefined;
|
|
17925
17920
|
visionline_metadata?: {
|
|
17926
17921
|
assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
|
|
17927
17922
|
card_format?: ('TLCode' | 'rfid48') | undefined;
|
|
@@ -4166,7 +4166,6 @@ export default {
|
|
|
4166
4166
|
acs_user_id: { format: 'uuid', type: 'string' },
|
|
4167
4167
|
code: { pattern: '^\\d+$', type: 'string' },
|
|
4168
4168
|
ends_at: { format: 'date-time', type: 'string' },
|
|
4169
|
-
external_type: { enum: ['visionline_card'], type: 'string' },
|
|
4170
4169
|
is_multi_phone_sync_credential: {
|
|
4171
4170
|
default: false,
|
|
4172
4171
|
type: 'boolean',
|