@seamapi/types 1.658.0 → 1.659.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.
@@ -11558,6 +11558,8 @@ export type Routes = {
11558
11558
  door_name?: string | undefined;
11559
11559
  /** Description of the door in the Salto Space access system. */
11560
11560
  door_description?: string | undefined;
11561
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
11562
+ audit_on_keys?: boolean | undefined;
11561
11563
  /** Name of the room in the Salto Space access system. */
11562
11564
  room_name?: string | undefined;
11563
11565
  /** Description of the room in the Salto Space access system. */
@@ -14936,6 +14938,8 @@ export type Routes = {
14936
14938
  door_name?: string | undefined;
14937
14939
  /** Description of the door in the Salto Space access system. */
14938
14940
  door_description?: string | undefined;
14941
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
14942
+ audit_on_keys?: boolean | undefined;
14939
14943
  /** Name of the room in the Salto Space access system. */
14940
14944
  room_name?: string | undefined;
14941
14945
  /** Description of the room in the Salto Space access system. */
@@ -15621,6 +15625,8 @@ export type Routes = {
15621
15625
  door_name?: string | undefined;
15622
15626
  /** Description of the door in the Salto Space access system. */
15623
15627
  door_description?: string | undefined;
15628
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
15629
+ audit_on_keys?: boolean | undefined;
15624
15630
  /** Name of the room in the Salto Space access system. */
15625
15631
  room_name?: string | undefined;
15626
15632
  /** Description of the room in the Salto Space access system. */
@@ -17011,6 +17017,8 @@ export type Routes = {
17011
17017
  door_name?: string | undefined;
17012
17018
  /** Description of the door in the Salto Space access system. */
17013
17019
  door_description?: string | undefined;
17020
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
17021
+ audit_on_keys?: boolean | undefined;
17014
17022
  /** Name of the room in the Salto Space access system. */
17015
17023
  room_name?: string | undefined;
17016
17024
  /** Description of the room in the Salto Space access system. */
@@ -20492,6 +20500,8 @@ export type Routes = {
20492
20500
  door_name?: string | undefined;
20493
20501
  /** Description of the door in the Salto Space access system. */
20494
20502
  door_description?: string | undefined;
20503
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
20504
+ audit_on_keys?: boolean | undefined;
20495
20505
  /** Name of the room in the Salto Space access system. */
20496
20506
  room_name?: string | undefined;
20497
20507
  /** Description of the room in the Salto Space access system. */
@@ -20663,6 +20673,8 @@ export type Routes = {
20663
20673
  door_name?: string | undefined;
20664
20674
  /** Description of the door in the Salto Space access system. */
20665
20675
  door_description?: string | undefined;
20676
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
20677
+ audit_on_keys?: boolean | undefined;
20666
20678
  /** Name of the room in the Salto Space access system. */
20667
20679
  room_name?: string | undefined;
20668
20680
  /** Description of the room in the Salto Space access system. */
@@ -22179,6 +22191,8 @@ export type Routes = {
22179
22191
  door_name?: string | undefined;
22180
22192
  /** Description of the door in the Salto Space access system. */
22181
22193
  door_description?: string | undefined;
22194
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
22195
+ audit_on_keys?: boolean | undefined;
22182
22196
  /** Name of the room in the Salto Space access system. */
22183
22197
  room_name?: string | undefined;
22184
22198
  /** Description of the room in the Salto Space access system. */
@@ -55156,6 +55170,8 @@ export type Routes = {
55156
55170
  door_name?: string | undefined;
55157
55171
  /** Description of the door in the Salto Space access system. */
55158
55172
  door_description?: string | undefined;
55173
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
55174
+ audit_on_keys?: boolean | undefined;
55159
55175
  /** Name of the room in the Salto Space access system. */
55160
55176
  room_name?: string | undefined;
55161
55177
  /** Description of the room in the Salto Space access system. */
@@ -56767,6 +56783,8 @@ export type Routes = {
56767
56783
  door_name?: string | undefined;
56768
56784
  /** Description of the door in the Salto Space access system. */
56769
56785
  door_description?: string | undefined;
56786
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
56787
+ audit_on_keys?: boolean | undefined;
56770
56788
  /** Name of the room in the Salto Space access system. */
56771
56789
  room_name?: string | undefined;
56772
56790
  /** Description of the room in the Salto Space access system. */
@@ -78130,6 +78148,8 @@ export type Routes = {
78130
78148
  door_name?: string | undefined;
78131
78149
  /** Description of the door in the Salto Space access system. */
78132
78150
  door_description?: string | undefined;
78151
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
78152
+ audit_on_keys?: boolean | undefined;
78133
78153
  /** Name of the room in the Salto Space access system. */
78134
78154
  room_name?: string | undefined;
78135
78155
  /** Description of the room in the Salto Space access system. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.658.0",
3
+ "version": "1.659.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -14,6 +14,11 @@ export const acs_entrance_salto_space_metadata = z
14
14
  door_description: z
15
15
  .string()
16
16
  .describe('Description of the door in the Salto Space access system.'),
17
+ audit_on_keys: z
18
+ .boolean()
19
+ .describe(
20
+ 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
21
+ ),
17
22
  room_name: z
18
23
  .string()
19
24
  .describe('Name of the room in the Salto Space access system.'),
@@ -3035,6 +3035,11 @@ export default {
3035
3035
  description:
3036
3036
  'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
3037
3037
  properties: {
3038
+ audit_on_keys: {
3039
+ description:
3040
+ 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
3041
+ type: 'boolean',
3042
+ },
3038
3043
  door_description: {
3039
3044
  description:
3040
3045
  'Description of the door in the Salto Space access system.',
@@ -20322,6 +20327,11 @@ export default {
20322
20327
  description:
20323
20328
  'Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
20324
20329
  properties: {
20330
+ audit_on_keys: {
20331
+ description:
20332
+ 'Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.',
20333
+ type: 'boolean',
20334
+ },
20325
20335
  door_description: {
20326
20336
  description:
20327
20337
  'Description of the door in the Salto Space access system.',
@@ -13211,6 +13211,8 @@ export type Routes = {
13211
13211
  door_name?: string | undefined
13212
13212
  /** Description of the door in the Salto Space access system. */
13213
13213
  door_description?: string | undefined
13214
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
13215
+ audit_on_keys?: boolean | undefined
13214
13216
  /** Name of the room in the Salto Space access system. */
13215
13217
  room_name?: string | undefined
13216
13218
  /** Description of the room in the Salto Space access system. */
@@ -17265,6 +17267,8 @@ export type Routes = {
17265
17267
  door_name?: string | undefined
17266
17268
  /** Description of the door in the Salto Space access system. */
17267
17269
  door_description?: string | undefined
17270
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
17271
+ audit_on_keys?: boolean | undefined
17268
17272
  /** Name of the room in the Salto Space access system. */
17269
17273
  room_name?: string | undefined
17270
17274
  /** Description of the room in the Salto Space access system. */
@@ -18046,6 +18050,8 @@ export type Routes = {
18046
18050
  door_name?: string | undefined
18047
18051
  /** Description of the door in the Salto Space access system. */
18048
18052
  door_description?: string | undefined
18053
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
18054
+ audit_on_keys?: boolean | undefined
18049
18055
  /** Name of the room in the Salto Space access system. */
18050
18056
  room_name?: string | undefined
18051
18057
  /** Description of the room in the Salto Space access system. */
@@ -19681,6 +19687,8 @@ export type Routes = {
19681
19687
  door_name?: string | undefined
19682
19688
  /** Description of the door in the Salto Space access system. */
19683
19689
  door_description?: string | undefined
19690
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
19691
+ audit_on_keys?: boolean | undefined
19684
19692
  /** Name of the room in the Salto Space access system. */
19685
19693
  room_name?: string | undefined
19686
19694
  /** Description of the room in the Salto Space access system. */
@@ -23700,6 +23708,8 @@ export type Routes = {
23700
23708
  door_name?: string | undefined
23701
23709
  /** Description of the door in the Salto Space access system. */
23702
23710
  door_description?: string | undefined
23711
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
23712
+ audit_on_keys?: boolean | undefined
23703
23713
  /** Name of the room in the Salto Space access system. */
23704
23714
  room_name?: string | undefined
23705
23715
  /** Description of the room in the Salto Space access system. */
@@ -23898,6 +23908,8 @@ export type Routes = {
23898
23908
  door_name?: string | undefined
23899
23909
  /** Description of the door in the Salto Space access system. */
23900
23910
  door_description?: string | undefined
23911
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
23912
+ audit_on_keys?: boolean | undefined
23901
23913
  /** Name of the room in the Salto Space access system. */
23902
23914
  room_name?: string | undefined
23903
23915
  /** Description of the room in the Salto Space access system. */
@@ -25724,6 +25736,8 @@ export type Routes = {
25724
25736
  door_name?: string | undefined
25725
25737
  /** Description of the door in the Salto Space access system. */
25726
25738
  door_description?: string | undefined
25739
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
25740
+ audit_on_keys?: boolean | undefined
25727
25741
  /** Name of the room in the Salto Space access system. */
25728
25742
  room_name?: string | undefined
25729
25743
  /** Description of the room in the Salto Space access system. */
@@ -65648,6 +65662,8 @@ export type Routes = {
65648
65662
  door_name?: string | undefined
65649
65663
  /** Description of the door in the Salto Space access system. */
65650
65664
  door_description?: string | undefined
65665
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
65666
+ audit_on_keys?: boolean | undefined
65651
65667
  /** Name of the room in the Salto Space access system. */
65652
65668
  room_name?: string | undefined
65653
65669
  /** Description of the room in the Salto Space access system. */
@@ -67650,6 +67666,8 @@ export type Routes = {
67650
67666
  door_name?: string | undefined
67651
67667
  /** Description of the door in the Salto Space access system. */
67652
67668
  door_description?: string | undefined
67669
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
67670
+ audit_on_keys?: boolean | undefined
67653
67671
  /** Name of the room in the Salto Space access system. */
67654
67672
  room_name?: string | undefined
67655
67673
  /** Description of the room in the Salto Space access system. */
@@ -92953,6 +92971,8 @@ export type Routes = {
92953
92971
  door_name?: string | undefined
92954
92972
  /** Description of the door in the Salto Space access system. */
92955
92973
  door_description?: string | undefined
92974
+ /** Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system. */
92975
+ audit_on_keys?: boolean | undefined
92956
92976
  /** Name of the room in the Salto Space access system. */
92957
92977
  room_name?: string | undefined
92958
92978
  /** Description of the room in the Salto Space access system. */