@seamapi/types 1.122.0 → 1.122.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.
@@ -5483,7 +5483,6 @@ export interface Routes {
5483
5483
  method: 'GET' | 'POST';
5484
5484
  queryParams: {};
5485
5485
  jsonBody: {
5486
- assa_abloy_credential_service_acs_system_id: string;
5487
5486
  custom_sdk_installation_id?: string | undefined;
5488
5487
  user_identity_id: string;
5489
5488
  phone_metadata?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.122.0",
3
+ "version": "1.122.1",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -9793,10 +9793,6 @@ export default {
9793
9793
  'application/json': {
9794
9794
  schema: {
9795
9795
  properties: {
9796
- assa_abloy_credential_service_acs_system_id: {
9797
- format: 'uuid',
9798
- type: 'string',
9799
- },
9800
9796
  assa_abloy_metadata: {
9801
9797
  default: {},
9802
9798
  properties: {
@@ -9832,10 +9828,7 @@ export default {
9832
9828
  },
9833
9829
  user_identity_id: { format: 'uuid', type: 'string' },
9834
9830
  },
9835
- required: [
9836
- 'assa_abloy_credential_service_acs_system_id',
9837
- 'user_identity_id',
9838
- ],
9831
+ required: ['user_identity_id'],
9839
9832
  type: 'object',
9840
9833
  },
9841
9834
  },
@@ -7534,7 +7534,6 @@ export interface Routes {
7534
7534
  method: 'GET' | 'POST'
7535
7535
  queryParams: {}
7536
7536
  jsonBody: {
7537
- assa_abloy_credential_service_acs_system_id: string
7538
7537
  custom_sdk_installation_id?: string | undefined
7539
7538
  user_identity_id: string
7540
7539
  phone_metadata?: {