@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.
@@ -13276,6 +13276,10 @@ declare const _default: {
13276
13276
  };
13277
13277
  type: string;
13278
13278
  };
13279
+ credential_manager_acs_system_id: {
13280
+ format: string;
13281
+ type: string;
13282
+ };
13279
13283
  custom_sdk_installation_id: {
13280
13284
  type: string;
13281
13285
  };
@@ -23153,6 +23157,7 @@ interface Routes {
23153
23157
  device_manufacturer?: string;
23154
23158
  device_model?: string;
23155
23159
  };
23160
+ credential_manager_acs_system_id: string;
23156
23161
  assa_abloy_metadata?: {
23157
23162
  ble_capability?: boolean;
23158
23163
  hce_capability?: boolean;
@@ -11996,6 +11996,10 @@ declare const _default: {
11996
11996
  };
11997
11997
  type: string;
11998
11998
  };
11999
+ credential_manager_acs_system_id: {
12000
+ format: string;
12001
+ type: string;
12002
+ };
11999
12003
  custom_sdk_installation_id: {
12000
12004
  type: string;
12001
12005
  };
@@ -9068,6 +9068,10 @@ export default {
9068
9068
  },
9069
9069
  type: 'object',
9070
9070
  },
9071
+ credential_manager_acs_system_id: {
9072
+ format: 'uuid',
9073
+ type: 'string',
9074
+ },
9071
9075
  custom_sdk_installation_id: { type: 'string' },
9072
9076
  phone_metadata: {
9073
9077
  default: {},
@@ -9091,7 +9095,10 @@ export default {
9091
9095
  },
9092
9096
  user_identity_id: { format: 'uuid', type: 'string' },
9093
9097
  },
9094
- required: ['user_identity_id'],
9098
+ required: [
9099
+ 'user_identity_id',
9100
+ 'credential_manager_acs_system_id',
9101
+ ],
9095
9102
  type: 'object',
9096
9103
  },
9097
9104
  },