@seamapi/types 1.657.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.
@@ -148,6 +148,7 @@ export declare const acs_entrance: z.ZodObject<{
148
148
  door_id: z.ZodOptional<z.ZodString>;
149
149
  door_name: z.ZodOptional<z.ZodString>;
150
150
  door_description: z.ZodOptional<z.ZodString>;
151
+ audit_on_keys: z.ZodOptional<z.ZodBoolean>;
151
152
  room_name: z.ZodOptional<z.ZodString>;
152
153
  room_description: z.ZodOptional<z.ZodString>;
153
154
  }, "strip", z.ZodTypeAny, {
@@ -155,6 +156,7 @@ export declare const acs_entrance: z.ZodObject<{
155
156
  door_id?: string | undefined;
156
157
  ext_door_id?: string | undefined;
157
158
  door_description?: string | undefined;
159
+ audit_on_keys?: boolean | undefined;
158
160
  room_name?: string | undefined;
159
161
  room_description?: string | undefined;
160
162
  }, {
@@ -162,6 +164,7 @@ export declare const acs_entrance: z.ZodObject<{
162
164
  door_id?: string | undefined;
163
165
  ext_door_id?: string | undefined;
164
166
  door_description?: string | undefined;
167
+ audit_on_keys?: boolean | undefined;
165
168
  room_name?: string | undefined;
166
169
  room_description?: string | undefined;
167
170
  }>>;
@@ -236,6 +239,7 @@ export declare const acs_entrance: z.ZodObject<{
236
239
  door_id?: string | undefined;
237
240
  ext_door_id?: string | undefined;
238
241
  door_description?: string | undefined;
242
+ audit_on_keys?: boolean | undefined;
239
243
  room_name?: string | undefined;
240
244
  room_description?: string | undefined;
241
245
  } | undefined;
@@ -301,6 +305,7 @@ export declare const acs_entrance: z.ZodObject<{
301
305
  door_id?: string | undefined;
302
306
  ext_door_id?: string | undefined;
303
307
  door_description?: string | undefined;
308
+ audit_on_keys?: boolean | undefined;
304
309
  room_name?: string | undefined;
305
310
  room_description?: string | undefined;
306
311
  } | undefined;
@@ -4,6 +4,7 @@ export declare const acs_entrance_salto_space_metadata: z.ZodObject<{
4
4
  door_id: z.ZodOptional<z.ZodString>;
5
5
  door_name: z.ZodOptional<z.ZodString>;
6
6
  door_description: z.ZodOptional<z.ZodString>;
7
+ audit_on_keys: z.ZodOptional<z.ZodBoolean>;
7
8
  room_name: z.ZodOptional<z.ZodString>;
8
9
  room_description: z.ZodOptional<z.ZodString>;
9
10
  }, "strip", z.ZodTypeAny, {
@@ -11,6 +12,7 @@ export declare const acs_entrance_salto_space_metadata: z.ZodObject<{
11
12
  door_id?: string | undefined;
12
13
  ext_door_id?: string | undefined;
13
14
  door_description?: string | undefined;
15
+ audit_on_keys?: boolean | undefined;
14
16
  room_name?: string | undefined;
15
17
  room_description?: string | undefined;
16
18
  }, {
@@ -18,6 +20,7 @@ export declare const acs_entrance_salto_space_metadata: z.ZodObject<{
18
20
  door_id?: string | undefined;
19
21
  ext_door_id?: string | undefined;
20
22
  door_description?: string | undefined;
23
+ audit_on_keys?: boolean | undefined;
21
24
  room_name?: string | undefined;
22
25
  room_description?: string | undefined;
23
26
  }>;
@@ -13,6 +13,9 @@ export const acs_entrance_salto_space_metadata = z
13
13
  door_description: z
14
14
  .string()
15
15
  .describe('Description of the door in the Salto Space access system.'),
16
+ audit_on_keys: z
17
+ .boolean()
18
+ .describe('Indicates whether AuditOnKeys is enabled for the door in the Salto Space access system.'),
16
19
  room_name: z
17
20
  .string()
18
21
  .describe('Name of the room in the Salto Space access system.'),
@@ -1 +1 @@
1
- {"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA"}
1
+ {"version":3,"file":"salto-space.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/salto-space.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC;KAC/C,MAAM,CAAC;IACN,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIhC,CAAC;IACF,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2CAA2C,CAAC;IACzE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;IACxE,aAAa,EAAE,CAAC;SACb,OAAO,EAAE;SACT,QAAQ,CACP,yFAAyF,CAC1F;IACH,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gBAAgB,EAAE,CAAC;SAChB,MAAM,EAAE;SACR,QAAQ,CAAC,2DAA2D,CAAC;CACzE,CAAC;KACD,OAAO,EAAE;KACT,QAAQ,CAAC,6DAA6D,CAAC,CAAA"}
@@ -4920,6 +4920,7 @@ export declare const batch: z.ZodObject<{
4920
4920
  door_id: z.ZodOptional<z.ZodString>;
4921
4921
  door_name: z.ZodOptional<z.ZodString>;
4922
4922
  door_description: z.ZodOptional<z.ZodString>;
4923
+ audit_on_keys: z.ZodOptional<z.ZodBoolean>;
4923
4924
  room_name: z.ZodOptional<z.ZodString>;
4924
4925
  room_description: z.ZodOptional<z.ZodString>;
4925
4926
  }, "strip", z.ZodTypeAny, {
@@ -4927,6 +4928,7 @@ export declare const batch: z.ZodObject<{
4927
4928
  door_id?: string | undefined;
4928
4929
  ext_door_id?: string | undefined;
4929
4930
  door_description?: string | undefined;
4931
+ audit_on_keys?: boolean | undefined;
4930
4932
  room_name?: string | undefined;
4931
4933
  room_description?: string | undefined;
4932
4934
  }, {
@@ -4934,6 +4936,7 @@ export declare const batch: z.ZodObject<{
4934
4936
  door_id?: string | undefined;
4935
4937
  ext_door_id?: string | undefined;
4936
4938
  door_description?: string | undefined;
4939
+ audit_on_keys?: boolean | undefined;
4937
4940
  room_name?: string | undefined;
4938
4941
  room_description?: string | undefined;
4939
4942
  }>>;
@@ -5008,6 +5011,7 @@ export declare const batch: z.ZodObject<{
5008
5011
  door_id?: string | undefined;
5009
5012
  ext_door_id?: string | undefined;
5010
5013
  door_description?: string | undefined;
5014
+ audit_on_keys?: boolean | undefined;
5011
5015
  room_name?: string | undefined;
5012
5016
  room_description?: string | undefined;
5013
5017
  } | undefined;
@@ -5073,6 +5077,7 @@ export declare const batch: z.ZodObject<{
5073
5077
  door_id?: string | undefined;
5074
5078
  ext_door_id?: string | undefined;
5075
5079
  door_description?: string | undefined;
5080
+ audit_on_keys?: boolean | undefined;
5076
5081
  room_name?: string | undefined;
5077
5082
  room_description?: string | undefined;
5078
5083
  } | undefined;
@@ -22215,6 +22220,7 @@ export declare const batch: z.ZodObject<{
22215
22220
  door_id?: string | undefined;
22216
22221
  ext_door_id?: string | undefined;
22217
22222
  door_description?: string | undefined;
22223
+ audit_on_keys?: boolean | undefined;
22218
22224
  room_name?: string | undefined;
22219
22225
  room_description?: string | undefined;
22220
22226
  } | undefined;
@@ -26239,6 +26245,7 @@ export declare const batch: z.ZodObject<{
26239
26245
  door_id?: string | undefined;
26240
26246
  ext_door_id?: string | undefined;
26241
26247
  door_description?: string | undefined;
26248
+ audit_on_keys?: boolean | undefined;
26242
26249
  room_name?: string | undefined;
26243
26250
  room_description?: string | undefined;
26244
26251
  } | undefined;
@@ -21,8 +21,7 @@ import { space } from './spaces/index.js';
21
21
  import { thermostat_daily_program, thermostat_schedule, } from './thermostats/index.js';
22
22
  import { user_identity } from './user-identities/index.js';
23
23
  import { workspace } from './workspaces/index.js';
24
- export const batch = z
25
- .object({
24
+ export const batch = z.object({
26
25
  user_identities: user_identity.array().optional(),
27
26
  workspaces: workspace.array().optional(),
28
27
  spaces: space.array().optional(),
@@ -51,6 +50,10 @@ export const batch = z
51
50
  thermostat_schedules: thermostat_schedule.array().optional(),
52
51
  noise_thresholds: noise_threshold.array().optional(),
53
52
  customization_profiles: customization_profile.array().optional(),
54
- })
55
- .describe('A batch of workspace resources.');
53
+ }).describe(`
54
+ ---
55
+ route_path: /workspaces
56
+ ---
57
+ A batch of workspace resources.
58
+ `);
56
59
  //# sourceMappingURL=batch.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"batch.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/batch.ts"],"names":[],"mappings":"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"}
@@ -316,6 +316,7 @@ declare const phone_provider_session: z.ZodObject<{
316
316
  door_id: z.ZodOptional<z.ZodString>;
317
317
  door_name: z.ZodOptional<z.ZodString>;
318
318
  door_description: z.ZodOptional<z.ZodString>;
319
+ audit_on_keys: z.ZodOptional<z.ZodBoolean>;
319
320
  room_name: z.ZodOptional<z.ZodString>;
320
321
  room_description: z.ZodOptional<z.ZodString>;
321
322
  }, "strip", z.ZodTypeAny, {
@@ -323,6 +324,7 @@ declare const phone_provider_session: z.ZodObject<{
323
324
  door_id?: string | undefined;
324
325
  ext_door_id?: string | undefined;
325
326
  door_description?: string | undefined;
327
+ audit_on_keys?: boolean | undefined;
326
328
  room_name?: string | undefined;
327
329
  room_description?: string | undefined;
328
330
  }, {
@@ -330,6 +332,7 @@ declare const phone_provider_session: z.ZodObject<{
330
332
  door_id?: string | undefined;
331
333
  ext_door_id?: string | undefined;
332
334
  door_description?: string | undefined;
335
+ audit_on_keys?: boolean | undefined;
333
336
  room_name?: string | undefined;
334
337
  room_description?: string | undefined;
335
338
  }>>;
@@ -404,6 +407,7 @@ declare const phone_provider_session: z.ZodObject<{
404
407
  door_id?: string | undefined;
405
408
  ext_door_id?: string | undefined;
406
409
  door_description?: string | undefined;
410
+ audit_on_keys?: boolean | undefined;
407
411
  room_name?: string | undefined;
408
412
  room_description?: string | undefined;
409
413
  } | undefined;
@@ -469,6 +473,7 @@ declare const phone_provider_session: z.ZodObject<{
469
473
  door_id?: string | undefined;
470
474
  ext_door_id?: string | undefined;
471
475
  door_description?: string | undefined;
476
+ audit_on_keys?: boolean | undefined;
472
477
  room_name?: string | undefined;
473
478
  room_description?: string | undefined;
474
479
  } | undefined;
@@ -573,6 +578,7 @@ declare const phone_provider_session: z.ZodObject<{
573
578
  door_id?: string | undefined;
574
579
  ext_door_id?: string | undefined;
575
580
  door_description?: string | undefined;
581
+ audit_on_keys?: boolean | undefined;
576
582
  room_name?: string | undefined;
577
583
  room_description?: string | undefined;
578
584
  } | undefined;
@@ -711,6 +717,7 @@ declare const phone_provider_session: z.ZodObject<{
711
717
  door_id?: string | undefined;
712
718
  ext_door_id?: string | undefined;
713
719
  door_description?: string | undefined;
720
+ audit_on_keys?: boolean | undefined;
714
721
  room_name?: string | undefined;
715
722
  room_description?: string | undefined;
716
723
  } | undefined;
@@ -851,6 +858,7 @@ declare const phone_provider_session: z.ZodObject<{
851
858
  door_id?: string | undefined;
852
859
  ext_door_id?: string | undefined;
853
860
  door_description?: string | undefined;
861
+ audit_on_keys?: boolean | undefined;
854
862
  room_name?: string | undefined;
855
863
  room_description?: string | undefined;
856
864
  } | undefined;
@@ -997,6 +1005,7 @@ declare const phone_provider_session: z.ZodObject<{
997
1005
  door_id?: string | undefined;
998
1006
  ext_door_id?: string | undefined;
999
1007
  door_description?: string | undefined;
1008
+ audit_on_keys?: boolean | undefined;
1000
1009
  room_name?: string | undefined;
1001
1010
  room_description?: string | undefined;
1002
1011
  } | undefined;
@@ -1364,6 +1373,7 @@ export declare const phone_session: z.ZodObject<{
1364
1373
  door_id: z.ZodOptional<z.ZodString>;
1365
1374
  door_name: z.ZodOptional<z.ZodString>;
1366
1375
  door_description: z.ZodOptional<z.ZodString>;
1376
+ audit_on_keys: z.ZodOptional<z.ZodBoolean>;
1367
1377
  room_name: z.ZodOptional<z.ZodString>;
1368
1378
  room_description: z.ZodOptional<z.ZodString>;
1369
1379
  }, "strip", z.ZodTypeAny, {
@@ -1371,6 +1381,7 @@ export declare const phone_session: z.ZodObject<{
1371
1381
  door_id?: string | undefined;
1372
1382
  ext_door_id?: string | undefined;
1373
1383
  door_description?: string | undefined;
1384
+ audit_on_keys?: boolean | undefined;
1374
1385
  room_name?: string | undefined;
1375
1386
  room_description?: string | undefined;
1376
1387
  }, {
@@ -1378,6 +1389,7 @@ export declare const phone_session: z.ZodObject<{
1378
1389
  door_id?: string | undefined;
1379
1390
  ext_door_id?: string | undefined;
1380
1391
  door_description?: string | undefined;
1392
+ audit_on_keys?: boolean | undefined;
1381
1393
  room_name?: string | undefined;
1382
1394
  room_description?: string | undefined;
1383
1395
  }>>;
@@ -1452,6 +1464,7 @@ export declare const phone_session: z.ZodObject<{
1452
1464
  door_id?: string | undefined;
1453
1465
  ext_door_id?: string | undefined;
1454
1466
  door_description?: string | undefined;
1467
+ audit_on_keys?: boolean | undefined;
1455
1468
  room_name?: string | undefined;
1456
1469
  room_description?: string | undefined;
1457
1470
  } | undefined;
@@ -1517,6 +1530,7 @@ export declare const phone_session: z.ZodObject<{
1517
1530
  door_id?: string | undefined;
1518
1531
  ext_door_id?: string | undefined;
1519
1532
  door_description?: string | undefined;
1533
+ audit_on_keys?: boolean | undefined;
1520
1534
  room_name?: string | undefined;
1521
1535
  room_description?: string | undefined;
1522
1536
  } | undefined;
@@ -1621,6 +1635,7 @@ export declare const phone_session: z.ZodObject<{
1621
1635
  door_id?: string | undefined;
1622
1636
  ext_door_id?: string | undefined;
1623
1637
  door_description?: string | undefined;
1638
+ audit_on_keys?: boolean | undefined;
1624
1639
  room_name?: string | undefined;
1625
1640
  room_description?: string | undefined;
1626
1641
  } | undefined;
@@ -1759,6 +1774,7 @@ export declare const phone_session: z.ZodObject<{
1759
1774
  door_id?: string | undefined;
1760
1775
  ext_door_id?: string | undefined;
1761
1776
  door_description?: string | undefined;
1777
+ audit_on_keys?: boolean | undefined;
1762
1778
  room_name?: string | undefined;
1763
1779
  room_description?: string | undefined;
1764
1780
  } | undefined;
@@ -1899,6 +1915,7 @@ export declare const phone_session: z.ZodObject<{
1899
1915
  door_id?: string | undefined;
1900
1916
  ext_door_id?: string | undefined;
1901
1917
  door_description?: string | undefined;
1918
+ audit_on_keys?: boolean | undefined;
1902
1919
  room_name?: string | undefined;
1903
1920
  room_description?: string | undefined;
1904
1921
  } | undefined;
@@ -2045,6 +2062,7 @@ export declare const phone_session: z.ZodObject<{
2045
2062
  door_id?: string | undefined;
2046
2063
  ext_door_id?: string | undefined;
2047
2064
  door_description?: string | undefined;
2065
+ audit_on_keys?: boolean | undefined;
2048
2066
  room_name?: string | undefined;
2049
2067
  room_description?: string | undefined;
2050
2068
  } | undefined;
@@ -2305,6 +2323,7 @@ export declare const phone_session: z.ZodObject<{
2305
2323
  door_id?: string | undefined;
2306
2324
  ext_door_id?: string | undefined;
2307
2325
  door_description?: string | undefined;
2326
+ audit_on_keys?: boolean | undefined;
2308
2327
  room_name?: string | undefined;
2309
2328
  room_description?: string | undefined;
2310
2329
  } | undefined;
@@ -2481,6 +2500,7 @@ export declare const phone_session: z.ZodObject<{
2481
2500
  door_id?: string | undefined;
2482
2501
  ext_door_id?: string | undefined;
2483
2502
  door_description?: string | undefined;
2503
+ audit_on_keys?: boolean | undefined;
2484
2504
  room_name?: string | undefined;
2485
2505
  room_description?: string | undefined;
2486
2506
  } | undefined;
@@ -1310,6 +1310,10 @@ declare const _default: {
1310
1310
  salto_space_metadata: {
1311
1311
  description: string;
1312
1312
  properties: {
1313
+ audit_on_keys: {
1314
+ description: string;
1315
+ type: string;
1316
+ };
1313
1317
  door_description: {
1314
1318
  description: string;
1315
1319
  type: string;
@@ -3737,6 +3741,181 @@ declare const _default: {
3737
3741
  })[];
3738
3742
  'x-route-path': string;
3739
3743
  };
3744
+ batch: {
3745
+ description: string;
3746
+ properties: {
3747
+ access_codes: {
3748
+ items: {
3749
+ $ref: string;
3750
+ };
3751
+ type: string;
3752
+ };
3753
+ access_grants: {
3754
+ items: {
3755
+ $ref: string;
3756
+ };
3757
+ type: string;
3758
+ };
3759
+ access_methods: {
3760
+ items: {
3761
+ $ref: string;
3762
+ };
3763
+ type: string;
3764
+ };
3765
+ acs_access_groups: {
3766
+ items: {
3767
+ $ref: string;
3768
+ };
3769
+ type: string;
3770
+ };
3771
+ acs_credentials: {
3772
+ items: {
3773
+ $ref: string;
3774
+ };
3775
+ type: string;
3776
+ };
3777
+ acs_encoders: {
3778
+ items: {
3779
+ $ref: string;
3780
+ };
3781
+ type: string;
3782
+ };
3783
+ acs_entrances: {
3784
+ items: {
3785
+ $ref: string;
3786
+ };
3787
+ type: string;
3788
+ };
3789
+ acs_systems: {
3790
+ items: {
3791
+ $ref: string;
3792
+ };
3793
+ type: string;
3794
+ };
3795
+ acs_users: {
3796
+ items: {
3797
+ $ref: string;
3798
+ };
3799
+ type: string;
3800
+ };
3801
+ action_attempts: {
3802
+ items: {
3803
+ $ref: string;
3804
+ };
3805
+ type: string;
3806
+ };
3807
+ client_sessions: {
3808
+ items: {
3809
+ $ref: string;
3810
+ };
3811
+ type: string;
3812
+ };
3813
+ connect_webviews: {
3814
+ items: {
3815
+ $ref: string;
3816
+ };
3817
+ type: string;
3818
+ };
3819
+ connected_accounts: {
3820
+ items: {
3821
+ $ref: string;
3822
+ };
3823
+ type: string;
3824
+ };
3825
+ customization_profiles: {
3826
+ items: {
3827
+ $ref: string;
3828
+ };
3829
+ type: string;
3830
+ };
3831
+ devices: {
3832
+ items: {
3833
+ $ref: string;
3834
+ };
3835
+ type: string;
3836
+ };
3837
+ events: {
3838
+ items: {
3839
+ $ref: string;
3840
+ };
3841
+ type: string;
3842
+ };
3843
+ instant_keys: {
3844
+ items: {
3845
+ $ref: string;
3846
+ };
3847
+ type: string;
3848
+ };
3849
+ noise_thresholds: {
3850
+ items: {
3851
+ $ref: string;
3852
+ };
3853
+ type: string;
3854
+ };
3855
+ spaces: {
3856
+ items: {
3857
+ $ref: string;
3858
+ };
3859
+ type: string;
3860
+ };
3861
+ thermostat_daily_programs: {
3862
+ items: {
3863
+ $ref: string;
3864
+ };
3865
+ type: string;
3866
+ };
3867
+ thermostat_schedules: {
3868
+ items: {
3869
+ $ref: string;
3870
+ };
3871
+ type: string;
3872
+ };
3873
+ unmanaged_access_codes: {
3874
+ items: {
3875
+ $ref: string;
3876
+ };
3877
+ type: string;
3878
+ };
3879
+ unmanaged_acs_access_groups: {
3880
+ items: {
3881
+ $ref: string;
3882
+ };
3883
+ type: string;
3884
+ };
3885
+ unmanaged_acs_credentials: {
3886
+ items: {
3887
+ $ref: string;
3888
+ };
3889
+ type: string;
3890
+ };
3891
+ unmanaged_acs_users: {
3892
+ items: {
3893
+ $ref: string;
3894
+ };
3895
+ type: string;
3896
+ };
3897
+ unmanaged_devices: {
3898
+ items: {
3899
+ $ref: string;
3900
+ };
3901
+ type: string;
3902
+ };
3903
+ user_identities: {
3904
+ items: {
3905
+ $ref: string;
3906
+ };
3907
+ type: string;
3908
+ };
3909
+ workspaces: {
3910
+ items: {
3911
+ $ref: string;
3912
+ };
3913
+ type: string;
3914
+ };
3915
+ };
3916
+ type: string;
3917
+ 'x-route-path': string;
3918
+ };
3740
3919
  bridge_client_session: {
3741
3920
  description: string;
3742
3921
  properties: {
@@ -12018,6 +12197,10 @@ declare const _default: {
12018
12197
  salto_space_metadata: {
12019
12198
  description: string;
12020
12199
  properties: {
12200
+ audit_on_keys: {
12201
+ description: string;
12202
+ type: string;
12203
+ };
12021
12204
  door_description: {
12022
12205
  description: string;
12023
12206
  type: string;
@@ -18600,6 +18783,7 @@ declare const _default: {
18600
18783
  };
18601
18784
  };
18602
18785
  type: string;
18786
+ 'x-route-path': string;
18603
18787
  };
18604
18788
  ok: {
18605
18789
  type: string;
@@ -18732,6 +18916,7 @@ declare const _default: {
18732
18916
  };
18733
18917
  };
18734
18918
  type: string;
18919
+ 'x-route-path': string;
18735
18920
  };
18736
18921
  ok: {
18737
18922
  type: string;
@@ -20759,6 +20944,7 @@ declare const _default: {
20759
20944
  };
20760
20945
  };
20761
20946
  type: string;
20947
+ 'x-route-path': string;
20762
20948
  };
20763
20949
  ok: {
20764
20950
  type: string;
@@ -20905,6 +21091,7 @@ declare const _default: {
20905
21091
  };
20906
21092
  };
20907
21093
  type: string;
21094
+ 'x-route-path': string;
20908
21095
  };
20909
21096
  ok: {
20910
21097
  type: string;
@@ -48668,6 +48855,7 @@ declare const _default: {
48668
48855
  };
48669
48856
  };
48670
48857
  type: string;
48858
+ 'x-route-path': string;
48671
48859
  };
48672
48860
  ok: {
48673
48861
  type: string;
@@ -48802,6 +48990,7 @@ declare const _default: {
48802
48990
  };
48803
48991
  };
48804
48992
  type: string;
48993
+ 'x-route-path': string;
48805
48994
  };
48806
48995
  ok: {
48807
48996
  type: string;
@@ -58717,6 +58906,7 @@ declare const _default: {
58717
58906
  };
58718
58907
  };
58719
58908
  type: string;
58909
+ 'x-route-path': string;
58720
58910
  };
58721
58911
  ok: {
58722
58912
  type: string;
@@ -58957,6 +59147,7 @@ declare const _default: {
58957
59147
  };
58958
59148
  };
58959
59149
  type: string;
59150
+ 'x-route-path': string;
58960
59151
  };
58961
59152
  ok: {
58962
59153
  type: string;