@seamapi/types 1.545.0 → 1.547.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.
@@ -109,10 +109,13 @@ export declare const acs_entrance: z.ZodObject<{
109
109
  }>>;
110
110
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
111
111
  access_point_name: z.ZodString;
112
+ access_point_profile: z.ZodString;
112
113
  }, "strip", z.ZodTypeAny, {
113
114
  access_point_name: string;
115
+ access_point_profile: string;
114
116
  }, {
115
117
  access_point_name: string;
118
+ access_point_profile: string;
116
119
  }>>;
117
120
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
118
121
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -215,6 +218,7 @@ export declare const acs_entrance: z.ZodObject<{
215
218
  } | undefined;
216
219
  dormakaba_community_metadata?: {
217
220
  access_point_name: string;
221
+ access_point_profile: string;
218
222
  } | undefined;
219
223
  salto_space_metadata?: {
220
224
  door_name?: string | undefined;
@@ -276,6 +280,7 @@ export declare const acs_entrance: z.ZodObject<{
276
280
  } | undefined;
277
281
  dormakaba_community_metadata?: {
278
282
  access_point_name: string;
283
+ access_point_profile: string;
279
284
  } | undefined;
280
285
  salto_space_metadata?: {
281
286
  door_name?: string | undefined;
@@ -1,9 +1,12 @@
1
1
  import { z } from 'zod';
2
2
  export declare const acs_entrance_dormakaba_community_metadata: z.ZodObject<{
3
3
  access_point_name: z.ZodString;
4
+ access_point_profile: z.ZodString;
4
5
  }, "strip", z.ZodTypeAny, {
5
6
  access_point_name: string;
7
+ access_point_profile: string;
6
8
  }, {
7
9
  access_point_name: string;
10
+ access_point_profile: string;
8
11
  }>;
9
12
  export type AcsEntranceDormakabaCommunityMetadata = z.infer<typeof acs_entrance_dormakaba_community_metadata>;
@@ -4,6 +4,9 @@ export const acs_entrance_dormakaba_community_metadata = z
4
4
  access_point_name: z
5
5
  .string()
6
6
  .describe('Name of the access point in the dormakaba Community access system.'),
7
+ access_point_profile: z
8
+ .string()
9
+ .describe('Type of access point profile in the dormakaba Community access system.'),
7
10
  })
8
11
  .describe('dormakaba Community-specific metadata associated with the entrance.');
9
12
  //# sourceMappingURL=dormakaba-community.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC;KACvD,MAAM,CAAC;IACN,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,CACP,oEAAoE,CACrE;CACJ,CAAC;KACD,QAAQ,CACP,qEAAqE,CACtE,CAAA"}
1
+ {"version":3,"file":"dormakaba-community.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC;KACvD,MAAM,CAAC;IACN,iBAAiB,EAAE,CAAC;SACjB,MAAM,EAAE;SACR,QAAQ,CACP,oEAAoE,CACrE;IACH,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,CACP,wEAAwE,CACzE;CACJ,CAAC;KACD,QAAQ,CACP,qEAAqE,CACtE,CAAA"}
@@ -4163,10 +4163,13 @@ export declare const spaces_batch: z.ZodObject<{
4163
4163
  }>>;
4164
4164
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
4165
4165
  access_point_name: z.ZodString;
4166
+ access_point_profile: z.ZodString;
4166
4167
  }, "strip", z.ZodTypeAny, {
4167
4168
  access_point_name: string;
4169
+ access_point_profile: string;
4168
4170
  }, {
4169
4171
  access_point_name: string;
4172
+ access_point_profile: string;
4170
4173
  }>>;
4171
4174
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
4172
4175
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -4269,6 +4272,7 @@ export declare const spaces_batch: z.ZodObject<{
4269
4272
  } | undefined;
4270
4273
  dormakaba_community_metadata?: {
4271
4274
  access_point_name: string;
4275
+ access_point_profile: string;
4272
4276
  } | undefined;
4273
4277
  salto_space_metadata?: {
4274
4278
  door_name?: string | undefined;
@@ -4330,6 +4334,7 @@ export declare const spaces_batch: z.ZodObject<{
4330
4334
  } | undefined;
4331
4335
  dormakaba_community_metadata?: {
4332
4336
  access_point_name: string;
4337
+ access_point_profile: string;
4333
4338
  } | undefined;
4334
4339
  salto_space_metadata?: {
4335
4340
  door_name?: string | undefined;
@@ -5721,6 +5726,7 @@ export declare const spaces_batch: z.ZodObject<{
5721
5726
  } | undefined;
5722
5727
  dormakaba_community_metadata?: {
5723
5728
  access_point_name: string;
5729
+ access_point_profile: string;
5724
5730
  } | undefined;
5725
5731
  salto_space_metadata?: {
5726
5732
  door_name?: string | undefined;
@@ -6574,6 +6580,7 @@ export declare const spaces_batch: z.ZodObject<{
6574
6580
  } | undefined;
6575
6581
  dormakaba_community_metadata?: {
6576
6582
  access_point_name: string;
6583
+ access_point_profile: string;
6577
6584
  } | undefined;
6578
6585
  salto_space_metadata?: {
6579
6586
  door_name?: string | undefined;
@@ -10889,10 +10896,13 @@ export declare const access_grants_batch: z.ZodObject<{
10889
10896
  }>>;
10890
10897
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
10891
10898
  access_point_name: z.ZodString;
10899
+ access_point_profile: z.ZodString;
10892
10900
  }, "strip", z.ZodTypeAny, {
10893
10901
  access_point_name: string;
10902
+ access_point_profile: string;
10894
10903
  }, {
10895
10904
  access_point_name: string;
10905
+ access_point_profile: string;
10896
10906
  }>>;
10897
10907
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
10898
10908
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -10995,6 +11005,7 @@ export declare const access_grants_batch: z.ZodObject<{
10995
11005
  } | undefined;
10996
11006
  dormakaba_community_metadata?: {
10997
11007
  access_point_name: string;
11008
+ access_point_profile: string;
10998
11009
  } | undefined;
10999
11010
  salto_space_metadata?: {
11000
11011
  door_name?: string | undefined;
@@ -11056,6 +11067,7 @@ export declare const access_grants_batch: z.ZodObject<{
11056
11067
  } | undefined;
11057
11068
  dormakaba_community_metadata?: {
11058
11069
  access_point_name: string;
11070
+ access_point_profile: string;
11059
11071
  } | undefined;
11060
11072
  salto_space_metadata?: {
11061
11073
  door_name?: string | undefined;
@@ -12622,6 +12634,7 @@ export declare const access_grants_batch: z.ZodObject<{
12622
12634
  } | undefined;
12623
12635
  dormakaba_community_metadata?: {
12624
12636
  access_point_name: string;
12637
+ access_point_profile: string;
12625
12638
  } | undefined;
12626
12639
  salto_space_metadata?: {
12627
12640
  door_name?: string | undefined;
@@ -13521,6 +13534,7 @@ export declare const access_grants_batch: z.ZodObject<{
13521
13534
  } | undefined;
13522
13535
  dormakaba_community_metadata?: {
13523
13536
  access_point_name: string;
13537
+ access_point_profile: string;
13524
13538
  } | undefined;
13525
13539
  salto_space_metadata?: {
13526
13540
  door_name?: string | undefined;
@@ -17882,10 +17896,13 @@ export declare const access_methods_batch: z.ZodObject<{
17882
17896
  }>>;
17883
17897
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
17884
17898
  access_point_name: z.ZodString;
17899
+ access_point_profile: z.ZodString;
17885
17900
  }, "strip", z.ZodTypeAny, {
17886
17901
  access_point_name: string;
17902
+ access_point_profile: string;
17887
17903
  }, {
17888
17904
  access_point_name: string;
17905
+ access_point_profile: string;
17889
17906
  }>>;
17890
17907
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
17891
17908
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -17988,6 +18005,7 @@ export declare const access_methods_batch: z.ZodObject<{
17988
18005
  } | undefined;
17989
18006
  dormakaba_community_metadata?: {
17990
18007
  access_point_name: string;
18008
+ access_point_profile: string;
17991
18009
  } | undefined;
17992
18010
  salto_space_metadata?: {
17993
18011
  door_name?: string | undefined;
@@ -18049,6 +18067,7 @@ export declare const access_methods_batch: z.ZodObject<{
18049
18067
  } | undefined;
18050
18068
  dormakaba_community_metadata?: {
18051
18069
  access_point_name: string;
18070
+ access_point_profile: string;
18052
18071
  } | undefined;
18053
18072
  salto_space_metadata?: {
18054
18073
  door_name?: string | undefined;
@@ -18765,6 +18784,7 @@ export declare const access_methods_batch: z.ZodObject<{
18765
18784
  } | undefined;
18766
18785
  dormakaba_community_metadata?: {
18767
18786
  access_point_name: string;
18787
+ access_point_profile: string;
18768
18788
  } | undefined;
18769
18789
  salto_space_metadata?: {
18770
18790
  door_name?: string | undefined;
@@ -19481,6 +19501,7 @@ export declare const access_methods_batch: z.ZodObject<{
19481
19501
  } | undefined;
19482
19502
  dormakaba_community_metadata?: {
19483
19503
  access_point_name: string;
19504
+ access_point_profile: string;
19484
19505
  } | undefined;
19485
19506
  salto_space_metadata?: {
19486
19507
  door_name?: string | undefined;
@@ -23824,10 +23845,13 @@ export declare const workspaces_batch: z.ZodObject<{
23824
23845
  }>>;
23825
23846
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
23826
23847
  access_point_name: z.ZodString;
23848
+ access_point_profile: z.ZodString;
23827
23849
  }, "strip", z.ZodTypeAny, {
23828
23850
  access_point_name: string;
23851
+ access_point_profile: string;
23829
23852
  }, {
23830
23853
  access_point_name: string;
23854
+ access_point_profile: string;
23831
23855
  }>>;
23832
23856
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
23833
23857
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -23930,6 +23954,7 @@ export declare const workspaces_batch: z.ZodObject<{
23930
23954
  } | undefined;
23931
23955
  dormakaba_community_metadata?: {
23932
23956
  access_point_name: string;
23957
+ access_point_profile: string;
23933
23958
  } | undefined;
23934
23959
  salto_space_metadata?: {
23935
23960
  door_name?: string | undefined;
@@ -23991,6 +24016,7 @@ export declare const workspaces_batch: z.ZodObject<{
23991
24016
  } | undefined;
23992
24017
  dormakaba_community_metadata?: {
23993
24018
  access_point_name: string;
24019
+ access_point_profile: string;
23994
24020
  } | undefined;
23995
24021
  salto_space_metadata?: {
23996
24022
  door_name?: string | undefined;
@@ -41000,6 +41026,7 @@ export declare const workspaces_batch: z.ZodObject<{
41000
41026
  } | undefined;
41001
41027
  dormakaba_community_metadata?: {
41002
41028
  access_point_name: string;
41029
+ access_point_profile: string;
41003
41030
  } | undefined;
41004
41031
  salto_space_metadata?: {
41005
41032
  door_name?: string | undefined;
@@ -44930,6 +44957,7 @@ export declare const workspaces_batch: z.ZodObject<{
44930
44957
  } | undefined;
44931
44958
  dormakaba_community_metadata?: {
44932
44959
  access_point_name: string;
44960
+ access_point_profile: string;
44933
44961
  } | undefined;
44934
44962
  salto_space_metadata?: {
44935
44963
  door_name?: string | undefined;
@@ -52476,10 +52504,13 @@ export declare const batch: z.ZodObject<{
52476
52504
  }>>;
52477
52505
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
52478
52506
  access_point_name: z.ZodString;
52507
+ access_point_profile: z.ZodString;
52479
52508
  }, "strip", z.ZodTypeAny, {
52480
52509
  access_point_name: string;
52510
+ access_point_profile: string;
52481
52511
  }, {
52482
52512
  access_point_name: string;
52513
+ access_point_profile: string;
52483
52514
  }>>;
52484
52515
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
52485
52516
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -52582,6 +52613,7 @@ export declare const batch: z.ZodObject<{
52582
52613
  } | undefined;
52583
52614
  dormakaba_community_metadata?: {
52584
52615
  access_point_name: string;
52616
+ access_point_profile: string;
52585
52617
  } | undefined;
52586
52618
  salto_space_metadata?: {
52587
52619
  door_name?: string | undefined;
@@ -52643,6 +52675,7 @@ export declare const batch: z.ZodObject<{
52643
52675
  } | undefined;
52644
52676
  dormakaba_community_metadata?: {
52645
52677
  access_point_name: string;
52678
+ access_point_profile: string;
52646
52679
  } | undefined;
52647
52680
  salto_space_metadata?: {
52648
52681
  door_name?: string | undefined;
@@ -69270,6 +69303,7 @@ export declare const batch: z.ZodObject<{
69270
69303
  } | undefined;
69271
69304
  dormakaba_community_metadata?: {
69272
69305
  access_point_name: string;
69306
+ access_point_profile: string;
69273
69307
  } | undefined;
69274
69308
  salto_space_metadata?: {
69275
69309
  door_name?: string | undefined;
@@ -73129,6 +73163,7 @@ export declare const batch: z.ZodObject<{
73129
73163
  } | undefined;
73130
73164
  dormakaba_community_metadata?: {
73131
73165
  access_point_name: string;
73166
+ access_point_profile: string;
73132
73167
  } | undefined;
73133
73168
  salto_space_metadata?: {
73134
73169
  door_name?: string | undefined;
@@ -58,7 +58,7 @@ export declare const ALL_DEVICE_PROVIDERS: [
58
58
  ];
59
59
  export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
60
60
  export declare const PROVIDER_CATEGORY_MAP: {
61
- readonly stable: readonly ["august", "brivo", "schlage", "smartthings", "yale", "nuki", "salto", "salto_space", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "lockly", "wyze", "nest", "tedee", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch", "akiles", "sensi", "assa_abloy_vostio", "avigilon_alta"];
61
+ readonly stable: readonly ["august", "brivo", "schlage", "smartthings", "yale", "nuki", "salto_ks", "salto_space", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "lockly", "wyze", "nest", "tedee", "honeywell_resideo", "visionline", "assa_abloy_credential_service", "latch", "akiles", "sensi", "assa_abloy_vostio", "avigilon_alta"];
62
62
  readonly consumer_smartlocks: readonly ["akiles", "august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee"];
63
63
  readonly thermostats: readonly ["ecobee", "nest", "sensi", "honeywell_resideo"];
64
64
  readonly noise_sensors: readonly ["minut", "noiseaware"];
@@ -60,7 +60,7 @@ export const PROVIDER_CATEGORY_MAP = {
60
60
  'smartthings',
61
61
  'yale',
62
62
  'nuki',
63
- 'salto',
63
+ 'salto_ks',
64
64
  'salto_space',
65
65
  'minut',
66
66
  'my_2n',
@@ -1 +1 @@
1
- {"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAA;AAErD,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,KAAK,EAAE,OAAO;IACd,mBAAmB,EAAE,qBAAqB;IAC1C,aAAa,EAAE,eAAe;IAC9B,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,gBAAgB,EAAE,kBAAkB;IACpC,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,6BAA6B,EAAE,+BAA+B;IAC9D,KAAK,EAAE,OAAO;IACd,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,mBAAmB;IAC3B,oCAAoC,EAAE,sCAAsC;IAC5E,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,kBAAkB,EAAE,oBAAoB;CAChC,CAAA;AAKV,MAAM,CAAC,MAAM,oBAAoB,GAG7B,MAAM,CAAC,MAAM,CAAC,gBAAgB,CAAQ,CAAA;AAI1C,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,MAAM,EAAE;QACN,QAAQ;QACR,OAAO;QACP,SAAS;QACT,aAAa;QACb,MAAM;QACN,MAAM;QACN,UAAU;QACV,aAAa;QACb,OAAO;QACP,OAAO;QACP,SAAS;QACT,QAAQ;QACR,YAAY;QACZ,WAAW;QACX,QAAQ;QACR,QAAQ;QACR,MAAM;QACN,MAAM;QACN,OAAO;QACP,mBAAmB;QACnB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;QACP,QAAQ;QACR,OAAO;QACP,mBAAmB;QACnB,eAAe;KAChB;IAED,mBAAmB,EAAE;QACnB,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,MAAM;QACN,aAAa;QACb,MAAM;QACN,QAAQ;QACR,SAAS;QACT,WAAW;QACX,MAAM;QACN,QAAQ;QACR,OAAO;KACR;IAED,WAAW,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,CAAC;IAC7D,aAAa,EAAE,CAAC,OAAO,EAAE,YAAY,CAAC;IACtC,sBAAsB,EAAE;QACtB,YAAY;QACZ,+BAA+B;QAC/B,OAAO;QACP,UAAU;QACV,mBAAmB;QACnB,aAAa;QACb,oBAAoB;QACpB,qBAAqB;QACrB,eAAe;QACf,OAAO;KACR;IAED,aAAa,EAAE,oBAAoB;CAC6B,CAAA;AAElE,MAAM,CAAC,MAAM,mBAAmB,GAC9B,MAAM,CAAC,IAAI,CAAC,qBAAqB,CAAQ,CAAA;AAE3C,MAAM,CAAC,MAAM,0BAA0B,GACrC,mBAAmB,CAAC,MAAM,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,QAAQ,KAAK,eAAe,CAAQ,CAAA;AAE/E,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC;KAC7B,MAAM,CAAC;IACN,oBAAoB,EAAE,CAAC,CAAC,IAAI,CAAC,oBAAoB,CAAC;IAClD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,mBAAmB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,0BAA0B,CAAC,CAAC;CACjE,CAAC;KACD,MAAM,CAAC,uBAAuB,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC;;;;GAI/C,CAAC,CAAA;AAIJ,MAAM,CAAC,MAAM,gCAAgC,GAGzC;IACF,MAAM,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,cAAc,EAAE,gBAAgB,CAAC;IAChE,mBAAmB,EAAE,CAAC,MAAM,CAAC;IAC7B,WAAW,EAAE,CAAC,YAAY,CAAC;IAC3B,aAAa,EAAE,CAAC,cAAc,CAAC;IAC/B,sBAAsB,EAAE,CAAC,gBAAgB,CAAC;IAC1C,aAAa,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,cAAc,EAAE,gBAAgB,CAAC;CACxE,CAAA"}
@@ -280,10 +280,13 @@ declare const phone_provider_session: z.ZodObject<{
280
280
  }>>;
281
281
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
282
282
  access_point_name: z.ZodString;
283
+ access_point_profile: z.ZodString;
283
284
  }, "strip", z.ZodTypeAny, {
284
285
  access_point_name: string;
286
+ access_point_profile: string;
285
287
  }, {
286
288
  access_point_name: string;
289
+ access_point_profile: string;
287
290
  }>>;
288
291
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
289
292
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -386,6 +389,7 @@ declare const phone_provider_session: z.ZodObject<{
386
389
  } | undefined;
387
390
  dormakaba_community_metadata?: {
388
391
  access_point_name: string;
392
+ access_point_profile: string;
389
393
  } | undefined;
390
394
  salto_space_metadata?: {
391
395
  door_name?: string | undefined;
@@ -447,6 +451,7 @@ declare const phone_provider_session: z.ZodObject<{
447
451
  } | undefined;
448
452
  dormakaba_community_metadata?: {
449
453
  access_point_name: string;
454
+ access_point_profile: string;
450
455
  } | undefined;
451
456
  salto_space_metadata?: {
452
457
  door_name?: string | undefined;
@@ -547,6 +552,7 @@ declare const phone_provider_session: z.ZodObject<{
547
552
  } | undefined;
548
553
  dormakaba_community_metadata?: {
549
554
  access_point_name: string;
555
+ access_point_profile: string;
550
556
  } | undefined;
551
557
  salto_space_metadata?: {
552
558
  door_name?: string | undefined;
@@ -681,6 +687,7 @@ declare const phone_provider_session: z.ZodObject<{
681
687
  } | undefined;
682
688
  dormakaba_community_metadata?: {
683
689
  access_point_name: string;
690
+ access_point_profile: string;
684
691
  } | undefined;
685
692
  salto_space_metadata?: {
686
693
  door_name?: string | undefined;
@@ -817,6 +824,7 @@ declare const phone_provider_session: z.ZodObject<{
817
824
  } | undefined;
818
825
  dormakaba_community_metadata?: {
819
826
  access_point_name: string;
827
+ access_point_profile: string;
820
828
  } | undefined;
821
829
  salto_space_metadata?: {
822
830
  door_name?: string | undefined;
@@ -959,6 +967,7 @@ declare const phone_provider_session: z.ZodObject<{
959
967
  } | undefined;
960
968
  dormakaba_community_metadata?: {
961
969
  access_point_name: string;
970
+ access_point_profile: string;
962
971
  } | undefined;
963
972
  salto_space_metadata?: {
964
973
  door_name?: string | undefined;
@@ -1296,10 +1305,13 @@ export declare const phone_session: z.ZodObject<{
1296
1305
  }>>;
1297
1306
  dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
1298
1307
  access_point_name: z.ZodString;
1308
+ access_point_profile: z.ZodString;
1299
1309
  }, "strip", z.ZodTypeAny, {
1300
1310
  access_point_name: string;
1311
+ access_point_profile: string;
1301
1312
  }, {
1302
1313
  access_point_name: string;
1314
+ access_point_profile: string;
1303
1315
  }>>;
1304
1316
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
1305
1317
  door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
@@ -1402,6 +1414,7 @@ export declare const phone_session: z.ZodObject<{
1402
1414
  } | undefined;
1403
1415
  dormakaba_community_metadata?: {
1404
1416
  access_point_name: string;
1417
+ access_point_profile: string;
1405
1418
  } | undefined;
1406
1419
  salto_space_metadata?: {
1407
1420
  door_name?: string | undefined;
@@ -1463,6 +1476,7 @@ export declare const phone_session: z.ZodObject<{
1463
1476
  } | undefined;
1464
1477
  dormakaba_community_metadata?: {
1465
1478
  access_point_name: string;
1479
+ access_point_profile: string;
1466
1480
  } | undefined;
1467
1481
  salto_space_metadata?: {
1468
1482
  door_name?: string | undefined;
@@ -1563,6 +1577,7 @@ export declare const phone_session: z.ZodObject<{
1563
1577
  } | undefined;
1564
1578
  dormakaba_community_metadata?: {
1565
1579
  access_point_name: string;
1580
+ access_point_profile: string;
1566
1581
  } | undefined;
1567
1582
  salto_space_metadata?: {
1568
1583
  door_name?: string | undefined;
@@ -1697,6 +1712,7 @@ export declare const phone_session: z.ZodObject<{
1697
1712
  } | undefined;
1698
1713
  dormakaba_community_metadata?: {
1699
1714
  access_point_name: string;
1715
+ access_point_profile: string;
1700
1716
  } | undefined;
1701
1717
  salto_space_metadata?: {
1702
1718
  door_name?: string | undefined;
@@ -1833,6 +1849,7 @@ export declare const phone_session: z.ZodObject<{
1833
1849
  } | undefined;
1834
1850
  dormakaba_community_metadata?: {
1835
1851
  access_point_name: string;
1852
+ access_point_profile: string;
1836
1853
  } | undefined;
1837
1854
  salto_space_metadata?: {
1838
1855
  door_name?: string | undefined;
@@ -1975,6 +1992,7 @@ export declare const phone_session: z.ZodObject<{
1975
1992
  } | undefined;
1976
1993
  dormakaba_community_metadata?: {
1977
1994
  access_point_name: string;
1995
+ access_point_profile: string;
1978
1996
  } | undefined;
1979
1997
  salto_space_metadata?: {
1980
1998
  door_name?: string | undefined;
@@ -2231,6 +2249,7 @@ export declare const phone_session: z.ZodObject<{
2231
2249
  } | undefined;
2232
2250
  dormakaba_community_metadata?: {
2233
2251
  access_point_name: string;
2252
+ access_point_profile: string;
2234
2253
  } | undefined;
2235
2254
  salto_space_metadata?: {
2236
2255
  door_name?: string | undefined;
@@ -2403,6 +2422,7 @@ export declare const phone_session: z.ZodObject<{
2403
2422
  } | undefined;
2404
2423
  dormakaba_community_metadata?: {
2405
2424
  access_point_name: string;
2425
+ access_point_profile: string;
2406
2426
  } | undefined;
2407
2427
  salto_space_metadata?: {
2408
2428
  door_name?: string | undefined;
@@ -1135,6 +1135,10 @@ declare const _default: {
1135
1135
  description: string;
1136
1136
  type: string;
1137
1137
  };
1138
+ access_point_profile: {
1139
+ description: string;
1140
+ type: string;
1141
+ };
1138
1142
  };
1139
1143
  required: string[];
1140
1144
  type: string;
@@ -11097,6 +11101,10 @@ declare const _default: {
11097
11101
  description: string;
11098
11102
  type: string;
11099
11103
  };
11104
+ access_point_profile: {
11105
+ description: string;
11106
+ type: string;
11107
+ };
11100
11108
  };
11101
11109
  required: string[];
11102
11110
  type: string;
@@ -2461,8 +2461,12 @@ export default {
2461
2461
  description: 'Name of the access point in the dormakaba Community access system.',
2462
2462
  type: 'string',
2463
2463
  },
2464
+ access_point_profile: {
2465
+ description: 'Type of access point profile in the dormakaba Community access system.',
2466
+ type: 'string',
2467
+ },
2464
2468
  },
2465
- required: ['access_point_name'],
2469
+ required: ['access_point_name', 'access_point_profile'],
2466
2470
  type: 'object',
2467
2471
  },
2468
2472
  errors: {
@@ -17624,8 +17628,15 @@ export default {
17624
17628
  description: 'Name of the access point in the dormakaba Community access system.',
17625
17629
  type: 'string',
17626
17630
  },
17631
+ access_point_profile: {
17632
+ description: 'Type of access point profile in the dormakaba Community access system.',
17633
+ type: 'string',
17634
+ },
17627
17635
  },
17628
- required: ['access_point_name'],
17636
+ required: [
17637
+ 'access_point_name',
17638
+ 'access_point_profile',
17639
+ ],
17629
17640
  type: 'object',
17630
17641
  },
17631
17642
  errors: {