@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.
- package/dist/connect.cjs +17 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -0
- package/dist/index.cjs +17 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +5 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +3 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +3 -0
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +35 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +20 -0
- package/lib/seam/connect/openapi.d.ts +8 -0
- package/lib/seam/connect/openapi.js +13 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +5 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +15 -2
- package/src/lib/seam/connect/route-types.ts +20 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4631,10 +4631,13 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4631
4631
|
}>>;
|
|
4632
4632
|
dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
|
|
4633
4633
|
access_point_name: z.ZodString;
|
|
4634
|
+
access_point_profile: z.ZodString;
|
|
4634
4635
|
}, "strip", z.ZodTypeAny, {
|
|
4635
4636
|
access_point_name: string;
|
|
4637
|
+
access_point_profile: string;
|
|
4636
4638
|
}, {
|
|
4637
4639
|
access_point_name: string;
|
|
4640
|
+
access_point_profile: string;
|
|
4638
4641
|
}>>;
|
|
4639
4642
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
4640
4643
|
door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
|
|
@@ -4737,6 +4740,7 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4737
4740
|
} | undefined;
|
|
4738
4741
|
dormakaba_community_metadata?: {
|
|
4739
4742
|
access_point_name: string;
|
|
4743
|
+
access_point_profile: string;
|
|
4740
4744
|
} | undefined;
|
|
4741
4745
|
salto_space_metadata?: {
|
|
4742
4746
|
door_name?: string | undefined;
|
|
@@ -4798,6 +4802,7 @@ declare const acs_entrance: z.ZodObject<{
|
|
|
4798
4802
|
} | undefined;
|
|
4799
4803
|
dormakaba_community_metadata?: {
|
|
4800
4804
|
access_point_name: string;
|
|
4805
|
+
access_point_profile: string;
|
|
4801
4806
|
} | undefined;
|
|
4802
4807
|
salto_space_metadata?: {
|
|
4803
4808
|
door_name?: string | undefined;
|
|
@@ -14521,10 +14526,13 @@ declare const batch: z.ZodObject<{
|
|
|
14521
14526
|
}>>;
|
|
14522
14527
|
dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
|
|
14523
14528
|
access_point_name: z.ZodString;
|
|
14529
|
+
access_point_profile: z.ZodString;
|
|
14524
14530
|
}, "strip", z.ZodTypeAny, {
|
|
14525
14531
|
access_point_name: string;
|
|
14532
|
+
access_point_profile: string;
|
|
14526
14533
|
}, {
|
|
14527
14534
|
access_point_name: string;
|
|
14535
|
+
access_point_profile: string;
|
|
14528
14536
|
}>>;
|
|
14529
14537
|
assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
|
|
14530
14538
|
door_type: z.ZodEnum<["CommonDoor", "EntranceDoor", "GuestDoor", "Elevator"]>;
|
|
@@ -14627,6 +14635,7 @@ declare const batch: z.ZodObject<{
|
|
|
14627
14635
|
} | undefined;
|
|
14628
14636
|
dormakaba_community_metadata?: {
|
|
14629
14637
|
access_point_name: string;
|
|
14638
|
+
access_point_profile: string;
|
|
14630
14639
|
} | undefined;
|
|
14631
14640
|
salto_space_metadata?: {
|
|
14632
14641
|
door_name?: string | undefined;
|
|
@@ -14688,6 +14697,7 @@ declare const batch: z.ZodObject<{
|
|
|
14688
14697
|
} | undefined;
|
|
14689
14698
|
dormakaba_community_metadata?: {
|
|
14690
14699
|
access_point_name: string;
|
|
14700
|
+
access_point_profile: string;
|
|
14691
14701
|
} | undefined;
|
|
14692
14702
|
salto_space_metadata?: {
|
|
14693
14703
|
door_name?: string | undefined;
|
|
@@ -31315,6 +31325,7 @@ declare const batch: z.ZodObject<{
|
|
|
31315
31325
|
} | undefined;
|
|
31316
31326
|
dormakaba_community_metadata?: {
|
|
31317
31327
|
access_point_name: string;
|
|
31328
|
+
access_point_profile: string;
|
|
31318
31329
|
} | undefined;
|
|
31319
31330
|
salto_space_metadata?: {
|
|
31320
31331
|
door_name?: string | undefined;
|
|
@@ -35174,6 +35185,7 @@ declare const batch: z.ZodObject<{
|
|
|
35174
35185
|
} | undefined;
|
|
35175
35186
|
dormakaba_community_metadata?: {
|
|
35176
35187
|
access_point_name: string;
|
|
35188
|
+
access_point_profile: string;
|
|
35177
35189
|
} | undefined;
|
|
35178
35190
|
salto_space_metadata?: {
|
|
35179
35191
|
door_name?: string | undefined;
|
|
@@ -51835,6 +51847,10 @@ declare const _default: {
|
|
|
51835
51847
|
description: string;
|
|
51836
51848
|
type: string;
|
|
51837
51849
|
};
|
|
51850
|
+
access_point_profile: {
|
|
51851
|
+
description: string;
|
|
51852
|
+
type: string;
|
|
51853
|
+
};
|
|
51838
51854
|
};
|
|
51839
51855
|
required: string[];
|
|
51840
51856
|
type: string;
|
|
@@ -61797,6 +61813,10 @@ declare const _default: {
|
|
|
61797
61813
|
description: string;
|
|
61798
61814
|
type: string;
|
|
61799
61815
|
};
|
|
61816
|
+
access_point_profile: {
|
|
61817
|
+
description: string;
|
|
61818
|
+
type: string;
|
|
61819
|
+
};
|
|
61800
61820
|
};
|
|
61801
61821
|
required: string[];
|
|
61802
61822
|
type: string;
|
|
@@ -113805,6 +113825,8 @@ type Routes = {
|
|
|
113805
113825
|
dormakaba_community_metadata?: {
|
|
113806
113826
|
/** Name of the access point in the dormakaba Community access system. */
|
|
113807
113827
|
access_point_name: string;
|
|
113828
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
113829
|
+
access_point_profile: string;
|
|
113808
113830
|
} | undefined;
|
|
113809
113831
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
113810
113832
|
assa_abloy_vostio_metadata?: {
|
|
@@ -116933,6 +116955,8 @@ type Routes = {
|
|
|
116933
116955
|
dormakaba_community_metadata?: {
|
|
116934
116956
|
/** Name of the access point in the dormakaba Community access system. */
|
|
116935
116957
|
access_point_name: string;
|
|
116958
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
116959
|
+
access_point_profile: string;
|
|
116936
116960
|
} | undefined;
|
|
116937
116961
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
116938
116962
|
assa_abloy_vostio_metadata?: {
|
|
@@ -122846,6 +122870,8 @@ type Routes = {
|
|
|
122846
122870
|
dormakaba_community_metadata?: {
|
|
122847
122871
|
/** Name of the access point in the dormakaba Community access system. */
|
|
122848
122872
|
access_point_name: string;
|
|
122873
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
122874
|
+
access_point_profile: string;
|
|
122849
122875
|
} | undefined;
|
|
122850
122876
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
122851
122877
|
assa_abloy_vostio_metadata?: {
|
|
@@ -124201,6 +124227,8 @@ type Routes = {
|
|
|
124201
124227
|
dormakaba_community_metadata?: {
|
|
124202
124228
|
/** Name of the access point in the dormakaba Community access system. */
|
|
124203
124229
|
access_point_name: string;
|
|
124230
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
124231
|
+
access_point_profile: string;
|
|
124204
124232
|
} | undefined;
|
|
124205
124233
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
124206
124234
|
assa_abloy_vostio_metadata?: {
|
|
@@ -127641,6 +127669,8 @@ type Routes = {
|
|
|
127641
127669
|
dormakaba_community_metadata?: {
|
|
127642
127670
|
/** Name of the access point in the dormakaba Community access system. */
|
|
127643
127671
|
access_point_name: string;
|
|
127672
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
127673
|
+
access_point_profile: string;
|
|
127644
127674
|
} | undefined;
|
|
127645
127675
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127646
127676
|
assa_abloy_vostio_metadata?: {
|
|
@@ -127802,6 +127832,8 @@ type Routes = {
|
|
|
127802
127832
|
dormakaba_community_metadata?: {
|
|
127803
127833
|
/** Name of the access point in the dormakaba Community access system. */
|
|
127804
127834
|
access_point_name: string;
|
|
127835
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
127836
|
+
access_point_profile: string;
|
|
127805
127837
|
} | undefined;
|
|
127806
127838
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
127807
127839
|
assa_abloy_vostio_metadata?: {
|
|
@@ -129237,6 +129269,8 @@ type Routes = {
|
|
|
129237
129269
|
dormakaba_community_metadata?: {
|
|
129238
129270
|
/** Name of the access point in the dormakaba Community access system. */
|
|
129239
129271
|
access_point_name: string;
|
|
129272
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
129273
|
+
access_point_profile: string;
|
|
129240
129274
|
} | undefined;
|
|
129241
129275
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
129242
129276
|
assa_abloy_vostio_metadata?: {
|
|
@@ -160640,6 +160674,8 @@ type Routes = {
|
|
|
160640
160674
|
dormakaba_community_metadata?: {
|
|
160641
160675
|
/** Name of the access point in the dormakaba Community access system. */
|
|
160642
160676
|
access_point_name: string;
|
|
160677
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
160678
|
+
access_point_profile: string;
|
|
160643
160679
|
} | undefined;
|
|
160644
160680
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
160645
160681
|
assa_abloy_vostio_metadata?: {
|
|
@@ -162157,6 +162193,8 @@ type Routes = {
|
|
|
162157
162193
|
dormakaba_community_metadata?: {
|
|
162158
162194
|
/** Name of the access point in the dormakaba Community access system. */
|
|
162159
162195
|
access_point_name: string;
|
|
162196
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
162197
|
+
access_point_profile: string;
|
|
162160
162198
|
} | undefined;
|
|
162161
162199
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
162162
162200
|
assa_abloy_vostio_metadata?: {
|
|
@@ -182866,6 +182904,8 @@ type Routes = {
|
|
|
182866
182904
|
dormakaba_community_metadata?: {
|
|
182867
182905
|
/** Name of the access point in the dormakaba Community access system. */
|
|
182868
182906
|
access_point_name: string;
|
|
182907
|
+
/** Type of access point profile in the dormakaba Community access system. */
|
|
182908
|
+
access_point_profile: string;
|
|
182869
182909
|
} | undefined;
|
|
182870
182910
|
/** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
182871
182911
|
assa_abloy_vostio_metadata?: {
|
package/dist/index.cjs
CHANGED
|
@@ -1770,7 +1770,7 @@ var PROVIDER_CATEGORY_MAP = {
|
|
|
1770
1770
|
"smartthings",
|
|
1771
1771
|
"yale",
|
|
1772
1772
|
"nuki",
|
|
1773
|
-
"
|
|
1773
|
+
"salto_ks",
|
|
1774
1774
|
"salto_space",
|
|
1775
1775
|
"minut",
|
|
1776
1776
|
"my_2n",
|
|
@@ -2460,6 +2460,9 @@ var acs_entrance_dormakaba_ambiance_metadata = zod.z.object({
|
|
|
2460
2460
|
var acs_entrance_dormakaba_community_metadata = zod.z.object({
|
|
2461
2461
|
access_point_name: zod.z.string().describe(
|
|
2462
2462
|
"Name of the access point in the dormakaba Community access system."
|
|
2463
|
+
),
|
|
2464
|
+
access_point_profile: zod.z.string().describe(
|
|
2465
|
+
"Type of access point profile in the dormakaba Community access system."
|
|
2463
2466
|
)
|
|
2464
2467
|
}).describe(
|
|
2465
2468
|
"dormakaba Community-specific metadata associated with the entrance."
|
|
@@ -8037,9 +8040,13 @@ var openapi_default = {
|
|
|
8037
8040
|
access_point_name: {
|
|
8038
8041
|
description: "Name of the access point in the dormakaba Community access system.",
|
|
8039
8042
|
type: "string"
|
|
8043
|
+
},
|
|
8044
|
+
access_point_profile: {
|
|
8045
|
+
description: "Type of access point profile in the dormakaba Community access system.",
|
|
8046
|
+
type: "string"
|
|
8040
8047
|
}
|
|
8041
8048
|
},
|
|
8042
|
-
required: ["access_point_name"],
|
|
8049
|
+
required: ["access_point_name", "access_point_profile"],
|
|
8043
8050
|
type: "object"
|
|
8044
8051
|
},
|
|
8045
8052
|
errors: {
|
|
@@ -23200,9 +23207,16 @@ var openapi_default = {
|
|
|
23200
23207
|
access_point_name: {
|
|
23201
23208
|
description: "Name of the access point in the dormakaba Community access system.",
|
|
23202
23209
|
type: "string"
|
|
23210
|
+
},
|
|
23211
|
+
access_point_profile: {
|
|
23212
|
+
description: "Type of access point profile in the dormakaba Community access system.",
|
|
23213
|
+
type: "string"
|
|
23203
23214
|
}
|
|
23204
23215
|
},
|
|
23205
|
-
required: [
|
|
23216
|
+
required: [
|
|
23217
|
+
"access_point_name",
|
|
23218
|
+
"access_point_profile"
|
|
23219
|
+
],
|
|
23206
23220
|
type: "object"
|
|
23207
23221
|
},
|
|
23208
23222
|
errors: {
|