@seamapi/types 1.76.0 → 1.77.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.
@@ -7844,6 +7844,10 @@ declare const _default: {
7844
7844
  'application/json': {
7845
7845
  schema: {
7846
7846
  properties: {
7847
+ acs_credential_id: {
7848
+ format: string;
7849
+ type: string;
7850
+ };
7847
7851
  acs_system_id: {
7848
7852
  format: string;
7849
7853
  type: string;
@@ -12916,6 +12920,10 @@ declare const _default: {
12916
12920
  default: string;
12917
12921
  type: string;
12918
12922
  };
12923
+ seos_tsm_endpoint_id: {
12924
+ default: number;
12925
+ type: string;
12926
+ };
12919
12927
  };
12920
12928
  type: string;
12921
12929
  };
@@ -17107,7 +17115,7 @@ interface Routes {
17107
17115
  workspace_id: string;
17108
17116
  created_at: string;
17109
17117
  display_name: string;
17110
- external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
17118
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
17111
17119
  external_type_display_name?: string | undefined;
17112
17120
  is_suspended: boolean;
17113
17121
  access_schedule?: {
@@ -17393,6 +17401,7 @@ interface Routes {
17393
17401
  jsonBody: {};
17394
17402
  commonParams: {
17395
17403
  acs_system_id?: string | undefined;
17404
+ acs_credential_id?: string | undefined;
17396
17405
  };
17397
17406
  formData: {};
17398
17407
  jsonResponse: {
@@ -17494,7 +17503,7 @@ interface Routes {
17494
17503
  workspace_id: string;
17495
17504
  created_at: string;
17496
17505
  display_name: string;
17497
- external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
17506
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
17498
17507
  external_type_display_name?: string | undefined;
17499
17508
  is_suspended: boolean;
17500
17509
  access_schedule?: {
@@ -17537,7 +17546,7 @@ interface Routes {
17537
17546
  workspace_id: string;
17538
17547
  created_at: string;
17539
17548
  display_name: string;
17540
- external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
17549
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
17541
17550
  external_type_display_name?: string | undefined;
17542
17551
  is_suspended: boolean;
17543
17552
  access_schedule?: {
@@ -17569,7 +17578,7 @@ interface Routes {
17569
17578
  workspace_id: string;
17570
17579
  created_at: string;
17571
17580
  display_name: string;
17572
- external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
17581
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
17573
17582
  external_type_display_name?: string | undefined;
17574
17583
  is_suspended: boolean;
17575
17584
  access_schedule?: {
@@ -21966,6 +21975,7 @@ interface Routes {
21966
21975
  nfc_capability?: boolean;
21967
21976
  application_version?: string;
21968
21977
  seos_applet_version?: string;
21978
+ seos_tsm_endpoint_id?: number;
21969
21979
  };
21970
21980
  };
21971
21981
  commonParams: {};
@@ -24248,7 +24258,7 @@ interface Routes {
24248
24258
  workspace_id: string;
24249
24259
  created_at: string;
24250
24260
  display_name: string;
24251
- external_type?: ('pti_user' | 'brivo_user' | 'hid_cm_user' | 'salto_site_user') | undefined;
24261
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user') | undefined;
24252
24262
  external_type_display_name?: string | undefined;
24253
24263
  is_suspended: boolean;
24254
24264
  access_schedule?: {
@@ -7770,6 +7770,10 @@ declare const _default: {
7770
7770
  'application/json': {
7771
7771
  schema: {
7772
7772
  properties: {
7773
+ acs_credential_id: {
7774
+ format: string;
7775
+ type: string;
7776
+ };
7773
7777
  acs_system_id: {
7774
7778
  format: string;
7775
7779
  type: string;
@@ -12842,6 +12846,10 @@ declare const _default: {
12842
12846
  default: string;
12843
12847
  type: string;
12844
12848
  };
12849
+ seos_tsm_endpoint_id: {
12850
+ default: number;
12851
+ type: string;
12852
+ };
12845
12853
  };
12846
12854
  type: string;
12847
12855
  };
@@ -237,7 +237,12 @@ export default {
237
237
  },
238
238
  email_address: { format: 'email', type: 'string' },
239
239
  external_type: {
240
- enum: ['pti_user', 'brivo_user', 'hid_cm_user', 'salto_site_user'],
240
+ enum: [
241
+ 'pti_user',
242
+ 'brivo_user',
243
+ 'hid_credential_manager_user',
244
+ 'salto_site_user',
245
+ ],
241
246
  type: 'string',
242
247
  },
243
248
  external_type_display_name: { type: 'string' },
@@ -5850,6 +5855,7 @@ export default {
5850
5855
  'application/json': {
5851
5856
  schema: {
5852
5857
  properties: {
5858
+ acs_credential_id: { format: 'uuid', type: 'string' },
5853
5859
  acs_system_id: { format: 'uuid', type: 'string' },
5854
5860
  },
5855
5861
  type: 'object',
@@ -9733,6 +9739,7 @@ export default {
9733
9739
  hce_capability: { default: false, type: 'boolean' },
9734
9740
  nfc_capability: { default: false, type: 'boolean' },
9735
9741
  seos_applet_version: { default: '1.0.0', type: 'string' },
9742
+ seos_tsm_endpoint_id: { default: 1, type: 'number' },
9736
9743
  },
9737
9744
  type: 'object',
9738
9745
  },