@seamapi/types 1.309.0 → 1.310.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.
@@ -4317,6 +4317,8 @@ export interface Routes {
4317
4317
  } | undefined;
4318
4318
  dormakaba_community_metadata?: {
4319
4319
  access_point_name: string;
4320
+ common_area_number?: number | undefined;
4321
+ inner_access_points_names?: string[] | undefined;
4320
4322
  } | undefined;
4321
4323
  assa_abloy_vostio_metadata?: {
4322
4324
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -4325,6 +4327,11 @@ export interface Routes {
4325
4327
  stand_open?: boolean | undefined;
4326
4328
  pms_id?: string | undefined;
4327
4329
  } | undefined;
4330
+ salto_space_metadata?: {
4331
+ door_name: string;
4332
+ ext_door_id: string;
4333
+ door_description?: string | undefined;
4334
+ } | undefined;
4328
4335
  }>;
4329
4336
  };
4330
4337
  };
@@ -5197,6 +5204,8 @@ export interface Routes {
5197
5204
  } | undefined;
5198
5205
  dormakaba_community_metadata?: {
5199
5206
  access_point_name: string;
5207
+ common_area_number?: number | undefined;
5208
+ inner_access_points_names?: string[] | undefined;
5200
5209
  } | undefined;
5201
5210
  assa_abloy_vostio_metadata?: {
5202
5211
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -5205,6 +5214,11 @@ export interface Routes {
5205
5214
  stand_open?: boolean | undefined;
5206
5215
  pms_id?: string | undefined;
5207
5216
  } | undefined;
5217
+ salto_space_metadata?: {
5218
+ door_name: string;
5219
+ ext_door_id: string;
5220
+ door_description?: string | undefined;
5221
+ } | undefined;
5208
5222
  }>;
5209
5223
  };
5210
5224
  };
@@ -7473,6 +7487,8 @@ export interface Routes {
7473
7487
  } | undefined;
7474
7488
  dormakaba_community_metadata?: {
7475
7489
  access_point_name: string;
7490
+ common_area_number?: number | undefined;
7491
+ inner_access_points_names?: string[] | undefined;
7476
7492
  } | undefined;
7477
7493
  assa_abloy_vostio_metadata?: {
7478
7494
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -7481,6 +7497,11 @@ export interface Routes {
7481
7497
  stand_open?: boolean | undefined;
7482
7498
  pms_id?: string | undefined;
7483
7499
  } | undefined;
7500
+ salto_space_metadata?: {
7501
+ door_name: string;
7502
+ ext_door_id: string;
7503
+ door_description?: string | undefined;
7504
+ } | undefined;
7484
7505
  };
7485
7506
  };
7486
7507
  };
@@ -7546,6 +7567,8 @@ export interface Routes {
7546
7567
  } | undefined;
7547
7568
  dormakaba_community_metadata?: {
7548
7569
  access_point_name: string;
7570
+ common_area_number?: number | undefined;
7571
+ inner_access_points_names?: string[] | undefined;
7549
7572
  } | undefined;
7550
7573
  assa_abloy_vostio_metadata?: {
7551
7574
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -7554,6 +7577,11 @@ export interface Routes {
7554
7577
  stand_open?: boolean | undefined;
7555
7578
  pms_id?: string | undefined;
7556
7579
  } | undefined;
7580
+ salto_space_metadata?: {
7581
+ door_name: string;
7582
+ ext_door_id: string;
7583
+ door_description?: string | undefined;
7584
+ } | undefined;
7557
7585
  }>;
7558
7586
  };
7559
7587
  };
@@ -8440,6 +8468,8 @@ export interface Routes {
8440
8468
  } | undefined;
8441
8469
  dormakaba_community_metadata?: {
8442
8470
  access_point_name: string;
8471
+ common_area_number?: number | undefined;
8472
+ inner_access_points_names?: string[] | undefined;
8443
8473
  } | undefined;
8444
8474
  assa_abloy_vostio_metadata?: {
8445
8475
  door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
@@ -8448,6 +8478,11 @@ export interface Routes {
8448
8478
  stand_open?: boolean | undefined;
8449
8479
  pms_id?: string | undefined;
8450
8480
  } | undefined;
8481
+ salto_space_metadata?: {
8482
+ door_name: string;
8483
+ ext_door_id: string;
8484
+ door_description?: string | undefined;
8485
+ } | undefined;
8451
8486
  }>;
8452
8487
  };
8453
8488
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.309.0",
3
+ "version": "1.310.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -7,6 +7,7 @@ import {
7
7
  acs_entrance_salto_ks_metadata,
8
8
  acs_entrance_visionline_metadata,
9
9
  } from './metadata/index.js'
10
+ import { acs_entrance_salto_space_metadata } from './metadata/salto-space.js'
10
11
 
11
12
  export const acs_entrance = z
12
13
  .object({
@@ -33,6 +34,7 @@ export const acs_entrance = z
33
34
  acs_entrance_dormakaba_community_metadata.optional(),
34
35
  assa_abloy_vostio_metadata:
35
36
  acs_entrance_assa_abloy_vostio_metadata.optional(),
37
+ salto_space_metadata: acs_entrance_salto_space_metadata.optional(),
36
38
  })
37
39
  .describe(
38
40
  'Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
@@ -2,6 +2,8 @@ import { z } from 'zod'
2
2
 
3
3
  export const acs_entrance_dormakaba_community_metadata = z.object({
4
4
  access_point_name: z.string(),
5
+ common_area_number: z.number().optional(),
6
+ inner_access_points_names: z.array(z.string()).optional(),
5
7
  })
6
8
 
7
9
  export type AcsEntranceDormakabaCommunityMetadata = z.infer<
@@ -0,0 +1,11 @@
1
+ import { z } from 'zod'
2
+
3
+ export const acs_entrance_salto_space_metadata = z.object({
4
+ door_name: z.string(),
5
+ ext_door_id: z.string(),
6
+ door_description: z.string().optional(),
7
+ })
8
+
9
+ export type AcsEntranceSaltoSpaceMetadata = z.infer<
10
+ typeof acs_entrance_salto_space_metadata
11
+ >
@@ -607,7 +607,14 @@ export default {
607
607
  type: 'string',
608
608
  },
609
609
  dormakaba_community_metadata: {
610
- properties: { access_point_name: { type: 'string' } },
610
+ properties: {
611
+ access_point_name: { type: 'string' },
612
+ common_area_number: { format: 'float', type: 'number' },
613
+ inner_access_points_names: {
614
+ items: { type: 'string' },
615
+ type: 'array',
616
+ },
617
+ },
611
618
  required: ['access_point_name'],
612
619
  type: 'object',
613
620
  },
@@ -656,6 +663,15 @@ export default {
656
663
  ],
657
664
  type: 'object',
658
665
  },
666
+ salto_space_metadata: {
667
+ properties: {
668
+ door_description: { type: 'string' },
669
+ door_name: { type: 'string' },
670
+ ext_door_id: { type: 'string' },
671
+ },
672
+ required: ['door_name', 'ext_door_id'],
673
+ type: 'object',
674
+ },
659
675
  visionline_metadata: {
660
676
  properties: {
661
677
  door_category: {
@@ -4987,6 +4987,8 @@ export interface Routes {
4987
4987
  dormakaba_community_metadata?:
4988
4988
  | {
4989
4989
  access_point_name: string
4990
+ common_area_number?: number | undefined
4991
+ inner_access_points_names?: string[] | undefined
4990
4992
  }
4991
4993
  | undefined
4992
4994
  assa_abloy_vostio_metadata?:
@@ -5002,6 +5004,13 @@ export interface Routes {
5002
5004
  pms_id?: string | undefined
5003
5005
  }
5004
5006
  | undefined
5007
+ salto_space_metadata?:
5008
+ | {
5009
+ door_name: string
5010
+ ext_door_id: string
5011
+ door_description?: string | undefined
5012
+ }
5013
+ | undefined
5005
5014
  }>
5006
5015
  }
5007
5016
  }
@@ -6010,6 +6019,8 @@ export interface Routes {
6010
6019
  dormakaba_community_metadata?:
6011
6020
  | {
6012
6021
  access_point_name: string
6022
+ common_area_number?: number | undefined
6023
+ inner_access_points_names?: string[] | undefined
6013
6024
  }
6014
6025
  | undefined
6015
6026
  assa_abloy_vostio_metadata?:
@@ -6025,6 +6036,13 @@ export interface Routes {
6025
6036
  pms_id?: string | undefined
6026
6037
  }
6027
6038
  | undefined
6039
+ salto_space_metadata?:
6040
+ | {
6041
+ door_name: string
6042
+ ext_door_id: string
6043
+ door_description?: string | undefined
6044
+ }
6045
+ | undefined
6028
6046
  }>
6029
6047
  }
6030
6048
  }
@@ -8676,6 +8694,8 @@ export interface Routes {
8676
8694
  dormakaba_community_metadata?:
8677
8695
  | {
8678
8696
  access_point_name: string
8697
+ common_area_number?: number | undefined
8698
+ inner_access_points_names?: string[] | undefined
8679
8699
  }
8680
8700
  | undefined
8681
8701
  assa_abloy_vostio_metadata?:
@@ -8691,6 +8711,13 @@ export interface Routes {
8691
8711
  pms_id?: string | undefined
8692
8712
  }
8693
8713
  | undefined
8714
+ salto_space_metadata?:
8715
+ | {
8716
+ door_name: string
8717
+ ext_door_id: string
8718
+ door_description?: string | undefined
8719
+ }
8720
+ | undefined
8694
8721
  }
8695
8722
  }
8696
8723
  }
@@ -8770,6 +8797,8 @@ export interface Routes {
8770
8797
  dormakaba_community_metadata?:
8771
8798
  | {
8772
8799
  access_point_name: string
8800
+ common_area_number?: number | undefined
8801
+ inner_access_points_names?: string[] | undefined
8773
8802
  }
8774
8803
  | undefined
8775
8804
  assa_abloy_vostio_metadata?:
@@ -8785,6 +8814,13 @@ export interface Routes {
8785
8814
  pms_id?: string | undefined
8786
8815
  }
8787
8816
  | undefined
8817
+ salto_space_metadata?:
8818
+ | {
8819
+ door_name: string
8820
+ ext_door_id: string
8821
+ door_description?: string | undefined
8822
+ }
8823
+ | undefined
8788
8824
  }>
8789
8825
  }
8790
8826
  }
@@ -9894,6 +9930,8 @@ export interface Routes {
9894
9930
  dormakaba_community_metadata?:
9895
9931
  | {
9896
9932
  access_point_name: string
9933
+ common_area_number?: number | undefined
9934
+ inner_access_points_names?: string[] | undefined
9897
9935
  }
9898
9936
  | undefined
9899
9937
  assa_abloy_vostio_metadata?:
@@ -9909,6 +9947,13 @@ export interface Routes {
9909
9947
  pms_id?: string | undefined
9910
9948
  }
9911
9949
  | undefined
9950
+ salto_space_metadata?:
9951
+ | {
9952
+ door_name: string
9953
+ ext_door_id: string
9954
+ door_description?: string | undefined
9955
+ }
9956
+ | undefined
9912
9957
  }>
9913
9958
  }
9914
9959
  }