@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.
@@ -833,7 +833,6 @@ export interface Routes {
833
833
  access_method: 'code' | 'card' | 'mobile_key';
834
834
  code?: string | undefined;
835
835
  is_multi_phone_sync_credential?: boolean;
836
- external_type?: 'visionline_card' | undefined;
837
836
  visionline_metadata?: {
838
837
  assa_abloy_credential_service_mobile_endpoint_id?: string | undefined;
839
838
  card_format?: ('TLCode' | 'rfid48') | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.138.0",
3
+ "version": "1.138.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -4240,7 +4240,6 @@ export default {
4240
4240
  acs_user_id: { format: 'uuid', type: 'string' },
4241
4241
  code: { pattern: '^\\d+$', type: 'string' },
4242
4242
  ends_at: { format: 'date-time', type: 'string' },
4243
- external_type: { enum: ['visionline_card'], type: 'string' },
4244
4243
  is_multi_phone_sync_credential: {
4245
4244
  default: false,
4246
4245
  type: 'boolean',
@@ -879,7 +879,6 @@ export interface Routes {
879
879
  access_method: 'code' | 'card' | 'mobile_key'
880
880
  code?: string | undefined
881
881
  is_multi_phone_sync_credential?: boolean
882
- external_type?: 'visionline_card' | undefined
883
882
  visionline_metadata?:
884
883
  | {
885
884
  assa_abloy_credential_service_mobile_endpoint_id?: