@seamapi/types 1.174.0 → 1.174.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.
@@ -5999,7 +5999,6 @@ export interface Routes {
5999
5999
  device_manufacturer?: string;
6000
6000
  device_model?: string;
6001
6001
  };
6002
- credential_manager_acs_system_id: string;
6003
6002
  assa_abloy_metadata?: {
6004
6003
  ble_capability?: boolean;
6005
6004
  hce_capability?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.174.0",
3
+ "version": "1.174.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9167,10 +9167,6 @@ export default {
9167
9167
  },
9168
9168
  type: 'object',
9169
9169
  },
9170
- credential_manager_acs_system_id: {
9171
- format: 'uuid',
9172
- type: 'string',
9173
- },
9174
9170
  custom_sdk_installation_id: { type: 'string' },
9175
9171
  phone_metadata: {
9176
9172
  default: {},
@@ -9194,10 +9190,7 @@ export default {
9194
9190
  },
9195
9191
  user_identity_id: { format: 'uuid', type: 'string' },
9196
9192
  },
9197
- required: [
9198
- 'user_identity_id',
9199
- 'credential_manager_acs_system_id',
9200
- ],
9193
+ required: ['user_identity_id'],
9201
9194
  type: 'object',
9202
9195
  },
9203
9196
  },
@@ -8306,7 +8306,6 @@ export interface Routes {
8306
8306
  device_manufacturer?: string
8307
8307
  device_model?: string
8308
8308
  }
8309
- credential_manager_acs_system_id: string
8310
8309
  assa_abloy_metadata?: {
8311
8310
  ble_capability?: boolean
8312
8311
  hce_capability?: boolean