@seamapi/types 1.173.0 → 1.173.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.
@@ -5987,6 +5987,7 @@ export interface Routes {
5987
5987
  device_manufacturer?: string;
5988
5988
  device_model?: string;
5989
5989
  };
5990
+ credential_manager_acs_system_id: string;
5990
5991
  assa_abloy_metadata?: {
5991
5992
  ble_capability?: boolean;
5992
5993
  hce_capability?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.173.0",
3
+ "version": "1.173.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9167,6 +9167,10 @@ export default {
9167
9167
  },
9168
9168
  type: 'object',
9169
9169
  },
9170
+ credential_manager_acs_system_id: {
9171
+ format: 'uuid',
9172
+ type: 'string',
9173
+ },
9170
9174
  custom_sdk_installation_id: { type: 'string' },
9171
9175
  phone_metadata: {
9172
9176
  default: {},
@@ -9190,7 +9194,10 @@ export default {
9190
9194
  },
9191
9195
  user_identity_id: { format: 'uuid', type: 'string' },
9192
9196
  },
9193
- required: ['user_identity_id'],
9197
+ required: [
9198
+ 'user_identity_id',
9199
+ 'credential_manager_acs_system_id',
9200
+ ],
9194
9201
  type: 'object',
9195
9202
  },
9196
9203
  },
@@ -8294,6 +8294,7 @@ export interface Routes {
8294
8294
  device_manufacturer?: string
8295
8295
  device_model?: string
8296
8296
  }
8297
+ credential_manager_acs_system_id: string
8297
8298
  assa_abloy_metadata?: {
8298
8299
  ble_capability?: boolean
8299
8300
  hce_capability?: boolean