@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.
@@ -13090,10 +13090,6 @@ declare const _default: {
13090
13090
  'application/json': {
13091
13091
  schema: {
13092
13092
  properties: {
13093
- assa_abloy_credential_service_acs_system_id: {
13094
- format: string;
13095
- type: string;
13096
- };
13097
13093
  assa_abloy_metadata: {
13098
13094
  default: {};
13099
13095
  properties: {
@@ -22548,7 +22544,6 @@ interface Routes {
22548
22544
  method: 'GET' | 'POST';
22549
22545
  queryParams: {};
22550
22546
  jsonBody: {
22551
- assa_abloy_credential_service_acs_system_id: string;
22552
22547
  custom_sdk_installation_id?: string | undefined;
22553
22548
  user_identity_id: string;
22554
22549
  phone_metadata?: {
@@ -13016,10 +13016,6 @@ declare const _default: {
13016
13016
  'application/json': {
13017
13017
  schema: {
13018
13018
  properties: {
13019
- assa_abloy_credential_service_acs_system_id: {
13020
- format: string;
13021
- type: string;
13022
- };
13023
13019
  assa_abloy_metadata: {
13024
13020
  default: {};
13025
13021
  properties: {
@@ -9719,10 +9719,6 @@ export default {
9719
9719
  'application/json': {
9720
9720
  schema: {
9721
9721
  properties: {
9722
- assa_abloy_credential_service_acs_system_id: {
9723
- format: 'uuid',
9724
- type: 'string',
9725
- },
9726
9722
  assa_abloy_metadata: {
9727
9723
  default: {},
9728
9724
  properties: {
@@ -9758,10 +9754,7 @@ export default {
9758
9754
  },
9759
9755
  user_identity_id: { format: 'uuid', type: 'string' },
9760
9756
  },
9761
- required: [
9762
- 'assa_abloy_credential_service_acs_system_id',
9763
- 'user_identity_id',
9764
- ],
9757
+ required: ['user_identity_id'],
9765
9758
  type: 'object',
9766
9759
  },
9767
9760
  },