@seamapi/types 1.174.0 → 1.175.0

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.
@@ -1987,6 +1987,7 @@ export interface Routes {
1987
1987
  user_identifier_key?: string | undefined;
1988
1988
  /** Returns devices where the webview's custom_metadata contains all of the provided key/value pairs. */
1989
1989
  custom_metadata_has?: Record<string, string | boolean> | undefined;
1990
+ limit?: number;
1990
1991
  };
1991
1992
  formData: {};
1992
1993
  jsonResponse: {
@@ -5999,7 +6000,6 @@ export interface Routes {
5999
6000
  device_manufacturer?: string;
6000
6001
  device_model?: string;
6001
6002
  };
6002
- credential_manager_acs_system_id: string;
6003
6003
  assa_abloy_metadata?: {
6004
6004
  ble_capability?: boolean;
6005
6005
  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.175.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -6727,6 +6727,7 @@ export default {
6727
6727
  "Returns devices where the webview's custom_metadata contains all of the provided key/value pairs.",
6728
6728
  type: 'object',
6729
6729
  },
6730
+ limit: { default: 500, nullable: true, type: 'number' },
6730
6731
  user_identifier_key: { type: 'string' },
6731
6732
  },
6732
6733
  type: 'object',
@@ -9167,10 +9168,6 @@ export default {
9167
9168
  },
9168
9169
  type: 'object',
9169
9170
  },
9170
- credential_manager_acs_system_id: {
9171
- format: 'uuid',
9172
- type: 'string',
9173
- },
9174
9171
  custom_sdk_installation_id: { type: 'string' },
9175
9172
  phone_metadata: {
9176
9173
  default: {},
@@ -9194,10 +9191,7 @@ export default {
9194
9191
  },
9195
9192
  user_identity_id: { format: 'uuid', type: 'string' },
9196
9193
  },
9197
- required: [
9198
- 'user_identity_id',
9199
- 'credential_manager_acs_system_id',
9200
- ],
9194
+ required: ['user_identity_id'],
9201
9195
  type: 'object',
9202
9196
  },
9203
9197
  },
@@ -2284,6 +2284,7 @@ export interface Routes {
2284
2284
  user_identifier_key?: string | undefined
2285
2285
  /** Returns devices where the webview's custom_metadata contains all of the provided key/value pairs. */
2286
2286
  custom_metadata_has?: Record<string, string | boolean> | undefined
2287
+ limit?: number
2287
2288
  }
2288
2289
  formData: {}
2289
2290
  jsonResponse: {
@@ -8306,7 +8307,6 @@ export interface Routes {
8306
8307
  device_manufacturer?: string
8307
8308
  device_model?: string
8308
8309
  }
8309
- credential_manager_acs_system_id: string
8310
8310
  assa_abloy_metadata?: {
8311
8311
  ble_capability?: boolean
8312
8312
  hce_capability?: boolean