@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.
@@ -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;
@@ -5638,10 +5638,6 @@ declare const _default: {
5638
5638
  format: string;
5639
5639
  type: string;
5640
5640
  };
5641
- external_type: {
5642
- enum: string[];
5643
- type: string;
5644
- };
5645
5641
  is_multi_phone_sync_credential: {
5646
5642
  default: boolean;
5647
5643
  type: string;
@@ -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',