@seamapi/types 1.847.0 → 1.848.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 +65 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -80
- package/dist/index.cjs +65 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +49 -4
- package/lib/seam/connect/models/acs/acs-entrance.js +9 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +57 -28
- package/lib/seam/connect/models/phones/phone-session.d.ts +110 -28
- package/lib/seam/connect/openapi.js +50 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +113 -36
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +58 -0
- package/src/lib/seam/connect/route-types.ts +212 -88
|
@@ -12814,14 +12814,21 @@ export type Routes = {
|
|
|
12814
12814
|
message: string;
|
|
12815
12815
|
}[];
|
|
12816
12816
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12817
|
-
warnings: {
|
|
12817
|
+
warnings: ({
|
|
12818
12818
|
/** Date and time at which Seam created the warning. */
|
|
12819
12819
|
created_at: string;
|
|
12820
12820
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12821
12821
|
message: string;
|
|
12822
12822
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12823
12823
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
12824
|
-
}
|
|
12824
|
+
} | {
|
|
12825
|
+
/** Date and time at which Seam created the warning. */
|
|
12826
|
+
created_at: string;
|
|
12827
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12828
|
+
message: string;
|
|
12829
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12830
|
+
warning_code: 'entrance_shares_zone';
|
|
12831
|
+
})[];
|
|
12825
12832
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
12826
12833
|
latch_metadata?: {
|
|
12827
12834
|
/** Accessibility type in the Latch access system. */
|
|
@@ -13279,13 +13286,13 @@ export type Routes = {
|
|
|
13279
13286
|
name: string;
|
|
13280
13287
|
/**
|
|
13281
13288
|
* @deprecated Use `external_type`.*/
|
|
13282
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
13289
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
13283
13290
|
/**
|
|
13284
13291
|
* @deprecated Use `external_type_display_name`.*/
|
|
13285
13292
|
access_group_type_display_name: string;
|
|
13286
13293
|
display_name: string;
|
|
13287
13294
|
/** Brand-specific terminology for the access group type. */
|
|
13288
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
13295
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
13289
13296
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
13290
13297
|
external_type_display_name: string;
|
|
13291
13298
|
/** Date and time at which the access group was created. */
|
|
@@ -17286,14 +17293,21 @@ export type Routes = {
|
|
|
17286
17293
|
message: string;
|
|
17287
17294
|
}[];
|
|
17288
17295
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17289
|
-
warnings: {
|
|
17296
|
+
warnings: ({
|
|
17290
17297
|
/** Date and time at which Seam created the warning. */
|
|
17291
17298
|
created_at: string;
|
|
17292
17299
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17293
17300
|
message: string;
|
|
17294
17301
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17295
17302
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
17296
|
-
}
|
|
17303
|
+
} | {
|
|
17304
|
+
/** Date and time at which Seam created the warning. */
|
|
17305
|
+
created_at: string;
|
|
17306
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17307
|
+
message: string;
|
|
17308
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17309
|
+
warning_code: 'entrance_shares_zone';
|
|
17310
|
+
})[];
|
|
17297
17311
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17298
17312
|
latch_metadata?: {
|
|
17299
17313
|
/** Accessibility type in the Latch access system. */
|
|
@@ -18336,13 +18350,13 @@ export type Routes = {
|
|
|
18336
18350
|
name: string;
|
|
18337
18351
|
/**
|
|
18338
18352
|
* @deprecated Use `external_type`.*/
|
|
18339
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
18353
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
18340
18354
|
/**
|
|
18341
18355
|
* @deprecated Use `external_type_display_name`.*/
|
|
18342
18356
|
access_group_type_display_name: string;
|
|
18343
18357
|
display_name: string;
|
|
18344
18358
|
/** Brand-specific terminology for the access group type. */
|
|
18345
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
18359
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
18346
18360
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
18347
18361
|
external_type_display_name: string;
|
|
18348
18362
|
/** Date and time at which the access group was created. */
|
|
@@ -18520,13 +18534,13 @@ export type Routes = {
|
|
|
18520
18534
|
name: string;
|
|
18521
18535
|
/**
|
|
18522
18536
|
* @deprecated Use `external_type`.*/
|
|
18523
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
18537
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
18524
18538
|
/**
|
|
18525
18539
|
* @deprecated Use `external_type_display_name`.*/
|
|
18526
18540
|
access_group_type_display_name: string;
|
|
18527
18541
|
display_name: string;
|
|
18528
18542
|
/** Brand-specific terminology for the access group type. */
|
|
18529
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
18543
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
18530
18544
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
18531
18545
|
external_type_display_name: string;
|
|
18532
18546
|
/** Date and time at which the access group was created. */
|
|
@@ -18706,14 +18720,21 @@ export type Routes = {
|
|
|
18706
18720
|
message: string;
|
|
18707
18721
|
}[];
|
|
18708
18722
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18709
|
-
warnings: {
|
|
18723
|
+
warnings: ({
|
|
18710
18724
|
/** Date and time at which Seam created the warning. */
|
|
18711
18725
|
created_at: string;
|
|
18712
18726
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18713
18727
|
message: string;
|
|
18714
18728
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18715
18729
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
18716
|
-
}
|
|
18730
|
+
} | {
|
|
18731
|
+
/** Date and time at which Seam created the warning. */
|
|
18732
|
+
created_at: string;
|
|
18733
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18734
|
+
message: string;
|
|
18735
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18736
|
+
warning_code: 'entrance_shares_zone';
|
|
18737
|
+
})[];
|
|
18717
18738
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18718
18739
|
latch_metadata?: {
|
|
18719
18740
|
/** Accessibility type in the Latch access system. */
|
|
@@ -19153,13 +19174,13 @@ export type Routes = {
|
|
|
19153
19174
|
name: string;
|
|
19154
19175
|
/**
|
|
19155
19176
|
* @deprecated Use `external_type`.*/
|
|
19156
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
19177
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
19157
19178
|
/**
|
|
19158
19179
|
* @deprecated Use `external_type_display_name`.*/
|
|
19159
19180
|
access_group_type_display_name: string;
|
|
19160
19181
|
display_name: string;
|
|
19161
19182
|
/** Brand-specific terminology for the access group type. */
|
|
19162
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
19183
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
19163
19184
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
19164
19185
|
external_type_display_name: string;
|
|
19165
19186
|
/** Date and time at which the access group was created. */
|
|
@@ -19335,13 +19356,13 @@ export type Routes = {
|
|
|
19335
19356
|
name: string;
|
|
19336
19357
|
/**
|
|
19337
19358
|
* @deprecated Use `external_type`.*/
|
|
19338
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
19359
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
19339
19360
|
/**
|
|
19340
19361
|
* @deprecated Use `external_type_display_name`.*/
|
|
19341
19362
|
access_group_type_display_name: string;
|
|
19342
19363
|
display_name: string;
|
|
19343
19364
|
/** Brand-specific terminology for the access group type. */
|
|
19344
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
19365
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
19345
19366
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
19346
19367
|
external_type_display_name: string;
|
|
19347
19368
|
/** Date and time at which the access group was created. */
|
|
@@ -20427,14 +20448,21 @@ export type Routes = {
|
|
|
20427
20448
|
message: string;
|
|
20428
20449
|
}[];
|
|
20429
20450
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20430
|
-
warnings: {
|
|
20451
|
+
warnings: ({
|
|
20431
20452
|
/** Date and time at which Seam created the warning. */
|
|
20432
20453
|
created_at: string;
|
|
20433
20454
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20434
20455
|
message: string;
|
|
20435
20456
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20436
20457
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
20437
|
-
}
|
|
20458
|
+
} | {
|
|
20459
|
+
/** Date and time at which Seam created the warning. */
|
|
20460
|
+
created_at: string;
|
|
20461
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20462
|
+
message: string;
|
|
20463
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20464
|
+
warning_code: 'entrance_shares_zone';
|
|
20465
|
+
})[];
|
|
20438
20466
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20439
20467
|
latch_metadata?: {
|
|
20440
20468
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24089,14 +24117,21 @@ export type Routes = {
|
|
|
24089
24117
|
message: string;
|
|
24090
24118
|
}[];
|
|
24091
24119
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24092
|
-
warnings: {
|
|
24120
|
+
warnings: ({
|
|
24093
24121
|
/** Date and time at which Seam created the warning. */
|
|
24094
24122
|
created_at: string;
|
|
24095
24123
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24096
24124
|
message: string;
|
|
24097
24125
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24098
24126
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24099
|
-
}
|
|
24127
|
+
} | {
|
|
24128
|
+
/** Date and time at which Seam created the warning. */
|
|
24129
|
+
created_at: string;
|
|
24130
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24131
|
+
message: string;
|
|
24132
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24133
|
+
warning_code: 'entrance_shares_zone';
|
|
24134
|
+
})[];
|
|
24100
24135
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24101
24136
|
latch_metadata?: {
|
|
24102
24137
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24296,14 +24331,21 @@ export type Routes = {
|
|
|
24296
24331
|
message: string;
|
|
24297
24332
|
}[];
|
|
24298
24333
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24299
|
-
warnings: {
|
|
24334
|
+
warnings: ({
|
|
24300
24335
|
/** Date and time at which Seam created the warning. */
|
|
24301
24336
|
created_at: string;
|
|
24302
24337
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24303
24338
|
message: string;
|
|
24304
24339
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24305
24340
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24306
|
-
}
|
|
24341
|
+
} | {
|
|
24342
|
+
/** Date and time at which Seam created the warning. */
|
|
24343
|
+
created_at: string;
|
|
24344
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24345
|
+
message: string;
|
|
24346
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24347
|
+
warning_code: 'entrance_shares_zone';
|
|
24348
|
+
})[];
|
|
24307
24349
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24308
24350
|
latch_metadata?: {
|
|
24309
24351
|
/** Accessibility type in the Latch access system. */
|
|
@@ -27297,14 +27339,21 @@ export type Routes = {
|
|
|
27297
27339
|
message: string;
|
|
27298
27340
|
}[];
|
|
27299
27341
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27300
|
-
warnings: {
|
|
27342
|
+
warnings: ({
|
|
27301
27343
|
/** Date and time at which Seam created the warning. */
|
|
27302
27344
|
created_at: string;
|
|
27303
27345
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27304
27346
|
message: string;
|
|
27305
27347
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27306
27348
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
27307
|
-
}
|
|
27349
|
+
} | {
|
|
27350
|
+
/** Date and time at which Seam created the warning. */
|
|
27351
|
+
created_at: string;
|
|
27352
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27353
|
+
message: string;
|
|
27354
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27355
|
+
warning_code: 'entrance_shares_zone';
|
|
27356
|
+
})[];
|
|
27308
27357
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27309
27358
|
latch_metadata?: {
|
|
27310
27359
|
/** Accessibility type in the Latch access system. */
|
|
@@ -68990,14 +69039,21 @@ export type Routes = {
|
|
|
68990
69039
|
message: string;
|
|
68991
69040
|
}[];
|
|
68992
69041
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68993
|
-
warnings: {
|
|
69042
|
+
warnings: ({
|
|
68994
69043
|
/** Date and time at which Seam created the warning. */
|
|
68995
69044
|
created_at: string;
|
|
68996
69045
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68997
69046
|
message: string;
|
|
68998
69047
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68999
69048
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
69000
|
-
}
|
|
69049
|
+
} | {
|
|
69050
|
+
/** Date and time at which Seam created the warning. */
|
|
69051
|
+
created_at: string;
|
|
69052
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69053
|
+
message: string;
|
|
69054
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69055
|
+
warning_code: 'entrance_shares_zone';
|
|
69056
|
+
})[];
|
|
69001
69057
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
69002
69058
|
latch_metadata?: {
|
|
69003
69059
|
/** Accessibility type in the Latch access system. */
|
|
@@ -70817,14 +70873,21 @@ export type Routes = {
|
|
|
70817
70873
|
message: string;
|
|
70818
70874
|
}[];
|
|
70819
70875
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70820
|
-
warnings: {
|
|
70876
|
+
warnings: ({
|
|
70821
70877
|
/** Date and time at which Seam created the warning. */
|
|
70822
70878
|
created_at: string;
|
|
70823
70879
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70824
70880
|
message: string;
|
|
70825
70881
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70826
70882
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
70827
|
-
}
|
|
70883
|
+
} | {
|
|
70884
|
+
/** Date and time at which Seam created the warning. */
|
|
70885
|
+
created_at: string;
|
|
70886
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70887
|
+
message: string;
|
|
70888
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70889
|
+
warning_code: 'entrance_shares_zone';
|
|
70890
|
+
})[];
|
|
70828
70891
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70829
70892
|
latch_metadata?: {
|
|
70830
70893
|
/** Accessibility type in the Latch access system. */
|
|
@@ -91442,14 +91505,21 @@ export type Routes = {
|
|
|
91442
91505
|
message: string;
|
|
91443
91506
|
}[];
|
|
91444
91507
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91445
|
-
warnings: {
|
|
91508
|
+
warnings: ({
|
|
91446
91509
|
/** Date and time at which Seam created the warning. */
|
|
91447
91510
|
created_at: string;
|
|
91448
91511
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91449
91512
|
message: string;
|
|
91450
91513
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91451
91514
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
91452
|
-
}
|
|
91515
|
+
} | {
|
|
91516
|
+
/** Date and time at which Seam created the warning. */
|
|
91517
|
+
created_at: string;
|
|
91518
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91519
|
+
message: string;
|
|
91520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91521
|
+
warning_code: 'entrance_shares_zone';
|
|
91522
|
+
})[];
|
|
91453
91523
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91454
91524
|
latch_metadata?: {
|
|
91455
91525
|
/** Accessibility type in the Latch access system. */
|
|
@@ -93929,14 +93999,21 @@ export type Routes = {
|
|
|
93929
93999
|
message: string;
|
|
93930
94000
|
}[];
|
|
93931
94001
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93932
|
-
warnings: {
|
|
94002
|
+
warnings: ({
|
|
93933
94003
|
/** Date and time at which Seam created the warning. */
|
|
93934
94004
|
created_at: string;
|
|
93935
94005
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93936
94006
|
message: string;
|
|
93937
94007
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93938
94008
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
93939
|
-
}
|
|
94009
|
+
} | {
|
|
94010
|
+
/** Date and time at which Seam created the warning. */
|
|
94011
|
+
created_at: string;
|
|
94012
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94013
|
+
message: string;
|
|
94014
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94015
|
+
warning_code: 'entrance_shares_zone';
|
|
94016
|
+
})[];
|
|
93940
94017
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93941
94018
|
latch_metadata?: {
|
|
93942
94019
|
/** Accessibility type in the Latch access system. */
|
|
@@ -94448,13 +94525,13 @@ export type Routes = {
|
|
|
94448
94525
|
name: string;
|
|
94449
94526
|
/**
|
|
94450
94527
|
* @deprecated Use `external_type`.*/
|
|
94451
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
94528
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
94452
94529
|
/**
|
|
94453
94530
|
* @deprecated Use `external_type_display_name`.*/
|
|
94454
94531
|
access_group_type_display_name: string;
|
|
94455
94532
|
display_name: string;
|
|
94456
94533
|
/** Brand-specific terminology for the access group type. */
|
|
94457
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
94534
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
94458
94535
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
94459
94536
|
external_type_display_name: string;
|
|
94460
94537
|
/** Date and time at which the access group was created. */
|
|
@@ -96235,13 +96312,13 @@ export type Routes = {
|
|
|
96235
96312
|
name: string;
|
|
96236
96313
|
/**
|
|
96237
96314
|
* @deprecated Use `external_type`.*/
|
|
96238
|
-
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
96315
|
+
access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
96239
96316
|
/**
|
|
96240
96317
|
* @deprecated Use `external_type_display_name`.*/
|
|
96241
96318
|
access_group_type_display_name: string;
|
|
96242
96319
|
display_name: string;
|
|
96243
96320
|
/** Brand-specific terminology for the access group type. */
|
|
96244
|
-
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group';
|
|
96321
|
+
external_type: 'pti_unit' | 'pti_access_level' | 'salto_ks_access_group' | 'brivo_group' | 'salto_space_group' | 'dormakaba_community_access_group' | 'dormakaba_ambiance_access_group' | 'avigilon_alta_group';
|
|
96245
96322
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
96246
96323
|
external_type_display_name: string;
|
|
96247
96324
|
/** Date and time at which the access group was created. */
|
package/package.json
CHANGED
|
@@ -39,9 +39,20 @@ const salto_ks_entrance_access_code_support_removed =
|
|
|
39
39
|
'Indicates that a change in the reported device model has been detected for this Salto KS entrance, which may occur after an IQ hub reset. Access code support may be affected. See https://help.getseam.com/articles/5098842588-salto-ks-lock-loses-access-code-support for troubleshooting steps.',
|
|
40
40
|
)
|
|
41
41
|
|
|
42
|
+
const entrance_shares_zone = common_acs_entrance_warning
|
|
43
|
+
.extend({
|
|
44
|
+
warning_code: z
|
|
45
|
+
.literal('entrance_shares_zone')
|
|
46
|
+
.describe(warning_code_description),
|
|
47
|
+
})
|
|
48
|
+
.describe(
|
|
49
|
+
'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
|
|
50
|
+
)
|
|
51
|
+
|
|
42
52
|
const acs_entrance_warning = z
|
|
43
53
|
.discriminatedUnion('warning_code', [
|
|
44
54
|
salto_ks_entrance_access_code_support_removed,
|
|
55
|
+
entrance_shares_zone,
|
|
45
56
|
])
|
|
46
57
|
.describe(
|
|
47
58
|
'Warning associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details).',
|
|
@@ -50,6 +61,7 @@ const acs_entrance_warning = z
|
|
|
50
61
|
const _acs_entrance_warning_map = z.object({
|
|
51
62
|
salto_ks_entrance_access_code_support_removed:
|
|
52
63
|
salto_ks_entrance_access_code_support_removed.optional().nullable(),
|
|
64
|
+
entrance_shares_zone: entrance_shares_zone.optional().nullable(),
|
|
53
65
|
})
|
|
54
66
|
|
|
55
67
|
export type AcsEntranceWarningMap = z.infer<typeof _acs_entrance_warning_map>
|
|
@@ -3150,6 +3150,7 @@ const openapi: OpenAPISpec = {
|
|
|
3150
3150
|
'salto_space_group',
|
|
3151
3151
|
'dormakaba_community_access_group',
|
|
3152
3152
|
'dormakaba_ambiance_access_group',
|
|
3153
|
+
'avigilon_alta_group',
|
|
3153
3154
|
],
|
|
3154
3155
|
type: 'string',
|
|
3155
3156
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -3249,6 +3250,7 @@ const openapi: OpenAPISpec = {
|
|
|
3249
3250
|
'salto_space_group',
|
|
3250
3251
|
'dormakaba_community_access_group',
|
|
3251
3252
|
'dormakaba_ambiance_access_group',
|
|
3253
|
+
'avigilon_alta_group',
|
|
3252
3254
|
],
|
|
3253
3255
|
type: 'string',
|
|
3254
3256
|
},
|
|
@@ -4684,6 +4686,31 @@ const openapi: OpenAPISpec = {
|
|
|
4684
4686
|
required: ['created_at', 'message', 'warning_code'],
|
|
4685
4687
|
type: 'object',
|
|
4686
4688
|
},
|
|
4689
|
+
{
|
|
4690
|
+
description:
|
|
4691
|
+
'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
|
|
4692
|
+
properties: {
|
|
4693
|
+
created_at: {
|
|
4694
|
+
description:
|
|
4695
|
+
'Date and time at which Seam created the warning.',
|
|
4696
|
+
format: 'date-time',
|
|
4697
|
+
type: 'string',
|
|
4698
|
+
},
|
|
4699
|
+
message: {
|
|
4700
|
+
description:
|
|
4701
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
4702
|
+
type: 'string',
|
|
4703
|
+
},
|
|
4704
|
+
warning_code: {
|
|
4705
|
+
description:
|
|
4706
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
4707
|
+
enum: ['entrance_shares_zone'],
|
|
4708
|
+
type: 'string',
|
|
4709
|
+
},
|
|
4710
|
+
},
|
|
4711
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
4712
|
+
type: 'object',
|
|
4713
|
+
},
|
|
4687
4714
|
],
|
|
4688
4715
|
},
|
|
4689
4716
|
type: 'array',
|
|
@@ -25506,6 +25533,35 @@ const openapi: OpenAPISpec = {
|
|
|
25506
25533
|
],
|
|
25507
25534
|
type: 'object',
|
|
25508
25535
|
},
|
|
25536
|
+
{
|
|
25537
|
+
description:
|
|
25538
|
+
'Indicates that this entrance shares a zone with other entrances in Avigilon Alta and cannot be added to an access group individually.',
|
|
25539
|
+
properties: {
|
|
25540
|
+
created_at: {
|
|
25541
|
+
description:
|
|
25542
|
+
'Date and time at which Seam created the warning.',
|
|
25543
|
+
format: 'date-time',
|
|
25544
|
+
type: 'string',
|
|
25545
|
+
},
|
|
25546
|
+
message: {
|
|
25547
|
+
description:
|
|
25548
|
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
25549
|
+
type: 'string',
|
|
25550
|
+
},
|
|
25551
|
+
warning_code: {
|
|
25552
|
+
description:
|
|
25553
|
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
25554
|
+
enum: ['entrance_shares_zone'],
|
|
25555
|
+
type: 'string',
|
|
25556
|
+
},
|
|
25557
|
+
},
|
|
25558
|
+
required: [
|
|
25559
|
+
'created_at',
|
|
25560
|
+
'message',
|
|
25561
|
+
'warning_code',
|
|
25562
|
+
],
|
|
25563
|
+
type: 'object',
|
|
25564
|
+
},
|
|
25509
25565
|
],
|
|
25510
25566
|
},
|
|
25511
25567
|
type: 'array',
|
|
@@ -28363,6 +28419,7 @@ const openapi: OpenAPISpec = {
|
|
|
28363
28419
|
'salto_space_group',
|
|
28364
28420
|
'dormakaba_community_access_group',
|
|
28365
28421
|
'dormakaba_ambiance_access_group',
|
|
28422
|
+
'avigilon_alta_group',
|
|
28366
28423
|
],
|
|
28367
28424
|
type: 'string',
|
|
28368
28425
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -28462,6 +28519,7 @@ const openapi: OpenAPISpec = {
|
|
|
28462
28519
|
'salto_space_group',
|
|
28463
28520
|
'dormakaba_community_access_group',
|
|
28464
28521
|
'dormakaba_ambiance_access_group',
|
|
28522
|
+
'avigilon_alta_group',
|
|
28465
28523
|
],
|
|
28466
28524
|
type: 'string',
|
|
28467
28525
|
},
|