@seamapi/types 1.847.0 → 1.849.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 +95 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +306 -80
- package/dist/index.cjs +95 -9
- 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/acs/acs-system.d.ts +45 -0
- package/lib/seam/connect/models/acs/acs-system.js +11 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +86 -28
- package/lib/seam/connect/models/phones/phone-session.d.ts +110 -28
- package/lib/seam/connect/openapi.js +71 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +162 -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/models/acs/acs-system.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +83 -0
- package/src/lib/seam/connect/route-types.ts +268 -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. */
|
|
@@ -13198,6 +13205,13 @@ export type Routes = {
|
|
|
13198
13205
|
message: string;
|
|
13199
13206
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13200
13207
|
error_code: 'salto_ks_certification_expired';
|
|
13208
|
+
} | {
|
|
13209
|
+
/** Date and time at which Seam created the error. */
|
|
13210
|
+
created_at: string;
|
|
13211
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
13212
|
+
message: string;
|
|
13213
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13214
|
+
error_code: 'provider_service_unavailable';
|
|
13201
13215
|
})[];
|
|
13202
13216
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
13203
13217
|
warnings: ({
|
|
@@ -13279,13 +13293,13 @@ export type Routes = {
|
|
|
13279
13293
|
name: string;
|
|
13280
13294
|
/**
|
|
13281
13295
|
* @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';
|
|
13296
|
+
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
13297
|
/**
|
|
13284
13298
|
* @deprecated Use `external_type_display_name`.*/
|
|
13285
13299
|
access_group_type_display_name: string;
|
|
13286
13300
|
display_name: string;
|
|
13287
13301
|
/** 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';
|
|
13302
|
+
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
13303
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
13290
13304
|
external_type_display_name: string;
|
|
13291
13305
|
/** Date and time at which the access group was created. */
|
|
@@ -17286,14 +17300,21 @@ export type Routes = {
|
|
|
17286
17300
|
message: string;
|
|
17287
17301
|
}[];
|
|
17288
17302
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17289
|
-
warnings: {
|
|
17303
|
+
warnings: ({
|
|
17290
17304
|
/** Date and time at which Seam created the warning. */
|
|
17291
17305
|
created_at: string;
|
|
17292
17306
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17293
17307
|
message: string;
|
|
17294
17308
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17295
17309
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
17296
|
-
}
|
|
17310
|
+
} | {
|
|
17311
|
+
/** Date and time at which Seam created the warning. */
|
|
17312
|
+
created_at: string;
|
|
17313
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17314
|
+
message: string;
|
|
17315
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17316
|
+
warning_code: 'entrance_shares_zone';
|
|
17317
|
+
})[];
|
|
17297
17318
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
17298
17319
|
latch_metadata?: {
|
|
17299
17320
|
/** Accessibility type in the Latch access system. */
|
|
@@ -18336,13 +18357,13 @@ export type Routes = {
|
|
|
18336
18357
|
name: string;
|
|
18337
18358
|
/**
|
|
18338
18359
|
* @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';
|
|
18360
|
+
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
18361
|
/**
|
|
18341
18362
|
* @deprecated Use `external_type_display_name`.*/
|
|
18342
18363
|
access_group_type_display_name: string;
|
|
18343
18364
|
display_name: string;
|
|
18344
18365
|
/** 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';
|
|
18366
|
+
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
18367
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
18347
18368
|
external_type_display_name: string;
|
|
18348
18369
|
/** Date and time at which the access group was created. */
|
|
@@ -18520,13 +18541,13 @@ export type Routes = {
|
|
|
18520
18541
|
name: string;
|
|
18521
18542
|
/**
|
|
18522
18543
|
* @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';
|
|
18544
|
+
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
18545
|
/**
|
|
18525
18546
|
* @deprecated Use `external_type_display_name`.*/
|
|
18526
18547
|
access_group_type_display_name: string;
|
|
18527
18548
|
display_name: string;
|
|
18528
18549
|
/** 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';
|
|
18550
|
+
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
18551
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
18531
18552
|
external_type_display_name: string;
|
|
18532
18553
|
/** Date and time at which the access group was created. */
|
|
@@ -18706,14 +18727,21 @@ export type Routes = {
|
|
|
18706
18727
|
message: string;
|
|
18707
18728
|
}[];
|
|
18708
18729
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18709
|
-
warnings: {
|
|
18730
|
+
warnings: ({
|
|
18710
18731
|
/** Date and time at which Seam created the warning. */
|
|
18711
18732
|
created_at: string;
|
|
18712
18733
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18713
18734
|
message: string;
|
|
18714
18735
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18715
18736
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
18716
|
-
}
|
|
18737
|
+
} | {
|
|
18738
|
+
/** Date and time at which Seam created the warning. */
|
|
18739
|
+
created_at: string;
|
|
18740
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
18741
|
+
message: string;
|
|
18742
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18743
|
+
warning_code: 'entrance_shares_zone';
|
|
18744
|
+
})[];
|
|
18717
18745
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
18718
18746
|
latch_metadata?: {
|
|
18719
18747
|
/** Accessibility type in the Latch access system. */
|
|
@@ -19153,13 +19181,13 @@ export type Routes = {
|
|
|
19153
19181
|
name: string;
|
|
19154
19182
|
/**
|
|
19155
19183
|
* @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';
|
|
19184
|
+
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
19185
|
/**
|
|
19158
19186
|
* @deprecated Use `external_type_display_name`.*/
|
|
19159
19187
|
access_group_type_display_name: string;
|
|
19160
19188
|
display_name: string;
|
|
19161
19189
|
/** 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';
|
|
19190
|
+
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
19191
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
19164
19192
|
external_type_display_name: string;
|
|
19165
19193
|
/** Date and time at which the access group was created. */
|
|
@@ -19335,13 +19363,13 @@ export type Routes = {
|
|
|
19335
19363
|
name: string;
|
|
19336
19364
|
/**
|
|
19337
19365
|
* @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';
|
|
19366
|
+
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
19367
|
/**
|
|
19340
19368
|
* @deprecated Use `external_type_display_name`.*/
|
|
19341
19369
|
access_group_type_display_name: string;
|
|
19342
19370
|
display_name: string;
|
|
19343
19371
|
/** 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';
|
|
19372
|
+
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
19373
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
19346
19374
|
external_type_display_name: string;
|
|
19347
19375
|
/** Date and time at which the access group was created. */
|
|
@@ -20427,14 +20455,21 @@ export type Routes = {
|
|
|
20427
20455
|
message: string;
|
|
20428
20456
|
}[];
|
|
20429
20457
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20430
|
-
warnings: {
|
|
20458
|
+
warnings: ({
|
|
20431
20459
|
/** Date and time at which Seam created the warning. */
|
|
20432
20460
|
created_at: string;
|
|
20433
20461
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20434
20462
|
message: string;
|
|
20435
20463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20436
20464
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
20437
|
-
}
|
|
20465
|
+
} | {
|
|
20466
|
+
/** Date and time at which Seam created the warning. */
|
|
20467
|
+
created_at: string;
|
|
20468
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20469
|
+
message: string;
|
|
20470
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20471
|
+
warning_code: 'entrance_shares_zone';
|
|
20472
|
+
})[];
|
|
20438
20473
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
20439
20474
|
latch_metadata?: {
|
|
20440
20475
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24089,14 +24124,21 @@ export type Routes = {
|
|
|
24089
24124
|
message: string;
|
|
24090
24125
|
}[];
|
|
24091
24126
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24092
|
-
warnings: {
|
|
24127
|
+
warnings: ({
|
|
24093
24128
|
/** Date and time at which Seam created the warning. */
|
|
24094
24129
|
created_at: string;
|
|
24095
24130
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24096
24131
|
message: string;
|
|
24097
24132
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24098
24133
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24099
|
-
}
|
|
24134
|
+
} | {
|
|
24135
|
+
/** Date and time at which Seam created the warning. */
|
|
24136
|
+
created_at: string;
|
|
24137
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24138
|
+
message: string;
|
|
24139
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24140
|
+
warning_code: 'entrance_shares_zone';
|
|
24141
|
+
})[];
|
|
24100
24142
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24101
24143
|
latch_metadata?: {
|
|
24102
24144
|
/** Accessibility type in the Latch access system. */
|
|
@@ -24296,14 +24338,21 @@ export type Routes = {
|
|
|
24296
24338
|
message: string;
|
|
24297
24339
|
}[];
|
|
24298
24340
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24299
|
-
warnings: {
|
|
24341
|
+
warnings: ({
|
|
24300
24342
|
/** Date and time at which Seam created the warning. */
|
|
24301
24343
|
created_at: string;
|
|
24302
24344
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24303
24345
|
message: string;
|
|
24304
24346
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24305
24347
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
24306
|
-
}
|
|
24348
|
+
} | {
|
|
24349
|
+
/** Date and time at which Seam created the warning. */
|
|
24350
|
+
created_at: string;
|
|
24351
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24352
|
+
message: string;
|
|
24353
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24354
|
+
warning_code: 'entrance_shares_zone';
|
|
24355
|
+
})[];
|
|
24307
24356
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
24308
24357
|
latch_metadata?: {
|
|
24309
24358
|
/** Accessibility type in the Latch access system. */
|
|
@@ -26046,6 +26095,13 @@ export type Routes = {
|
|
|
26046
26095
|
message: string;
|
|
26047
26096
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26048
26097
|
error_code: 'salto_ks_certification_expired';
|
|
26098
|
+
} | {
|
|
26099
|
+
/** Date and time at which Seam created the error. */
|
|
26100
|
+
created_at: string;
|
|
26101
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26102
|
+
message: string;
|
|
26103
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26104
|
+
error_code: 'provider_service_unavailable';
|
|
26049
26105
|
})[];
|
|
26050
26106
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
26051
26107
|
warnings: ({
|
|
@@ -26182,6 +26238,13 @@ export type Routes = {
|
|
|
26182
26238
|
message: string;
|
|
26183
26239
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26184
26240
|
error_code: 'salto_ks_certification_expired';
|
|
26241
|
+
} | {
|
|
26242
|
+
/** Date and time at which Seam created the error. */
|
|
26243
|
+
created_at: string;
|
|
26244
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26245
|
+
message: string;
|
|
26246
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26247
|
+
error_code: 'provider_service_unavailable';
|
|
26185
26248
|
})[];
|
|
26186
26249
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
26187
26250
|
warnings: ({
|
|
@@ -26314,6 +26377,13 @@ export type Routes = {
|
|
|
26314
26377
|
message: string;
|
|
26315
26378
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26316
26379
|
error_code: 'salto_ks_certification_expired';
|
|
26380
|
+
} | {
|
|
26381
|
+
/** Date and time at which Seam created the error. */
|
|
26382
|
+
created_at: string;
|
|
26383
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26384
|
+
message: string;
|
|
26385
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
26386
|
+
error_code: 'provider_service_unavailable';
|
|
26317
26387
|
})[];
|
|
26318
26388
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
26319
26389
|
warnings: ({
|
|
@@ -27297,14 +27367,21 @@ export type Routes = {
|
|
|
27297
27367
|
message: string;
|
|
27298
27368
|
}[];
|
|
27299
27369
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27300
|
-
warnings: {
|
|
27370
|
+
warnings: ({
|
|
27301
27371
|
/** Date and time at which Seam created the warning. */
|
|
27302
27372
|
created_at: string;
|
|
27303
27373
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27304
27374
|
message: string;
|
|
27305
27375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27306
27376
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
27307
|
-
}
|
|
27377
|
+
} | {
|
|
27378
|
+
/** Date and time at which Seam created the warning. */
|
|
27379
|
+
created_at: string;
|
|
27380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27381
|
+
message: string;
|
|
27382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27383
|
+
warning_code: 'entrance_shares_zone';
|
|
27384
|
+
})[];
|
|
27308
27385
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
27309
27386
|
latch_metadata?: {
|
|
27310
27387
|
/** Accessibility type in the Latch access system. */
|
|
@@ -68990,14 +69067,21 @@ export type Routes = {
|
|
|
68990
69067
|
message: string;
|
|
68991
69068
|
}[];
|
|
68992
69069
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
68993
|
-
warnings: {
|
|
69070
|
+
warnings: ({
|
|
68994
69071
|
/** Date and time at which Seam created the warning. */
|
|
68995
69072
|
created_at: string;
|
|
68996
69073
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68997
69074
|
message: string;
|
|
68998
69075
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68999
69076
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
69000
|
-
}
|
|
69077
|
+
} | {
|
|
69078
|
+
/** Date and time at which Seam created the warning. */
|
|
69079
|
+
created_at: string;
|
|
69080
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
69081
|
+
message: string;
|
|
69082
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
69083
|
+
warning_code: 'entrance_shares_zone';
|
|
69084
|
+
})[];
|
|
69001
69085
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
69002
69086
|
latch_metadata?: {
|
|
69003
69087
|
/** Accessibility type in the Latch access system. */
|
|
@@ -70817,14 +70901,21 @@ export type Routes = {
|
|
|
70817
70901
|
message: string;
|
|
70818
70902
|
}[];
|
|
70819
70903
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70820
|
-
warnings: {
|
|
70904
|
+
warnings: ({
|
|
70821
70905
|
/** Date and time at which Seam created the warning. */
|
|
70822
70906
|
created_at: string;
|
|
70823
70907
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70824
70908
|
message: string;
|
|
70825
70909
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70826
70910
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
70827
|
-
}
|
|
70911
|
+
} | {
|
|
70912
|
+
/** Date and time at which Seam created the warning. */
|
|
70913
|
+
created_at: string;
|
|
70914
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70915
|
+
message: string;
|
|
70916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70917
|
+
warning_code: 'entrance_shares_zone';
|
|
70918
|
+
})[];
|
|
70828
70919
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
70829
70920
|
latch_metadata?: {
|
|
70830
70921
|
/** Accessibility type in the Latch access system. */
|
|
@@ -71201,6 +71292,13 @@ export type Routes = {
|
|
|
71201
71292
|
message: string;
|
|
71202
71293
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71203
71294
|
error_code: 'salto_ks_certification_expired';
|
|
71295
|
+
} | {
|
|
71296
|
+
/** Date and time at which Seam created the error. */
|
|
71297
|
+
created_at: string;
|
|
71298
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71299
|
+
message: string;
|
|
71300
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71301
|
+
error_code: 'provider_service_unavailable';
|
|
71204
71302
|
})[];
|
|
71205
71303
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
71206
71304
|
warnings: ({
|
|
@@ -91442,14 +91540,21 @@ export type Routes = {
|
|
|
91442
91540
|
message: string;
|
|
91443
91541
|
}[];
|
|
91444
91542
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91445
|
-
warnings: {
|
|
91543
|
+
warnings: ({
|
|
91446
91544
|
/** Date and time at which Seam created the warning. */
|
|
91447
91545
|
created_at: string;
|
|
91448
91546
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91449
91547
|
message: string;
|
|
91450
91548
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91451
91549
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
91452
|
-
}
|
|
91550
|
+
} | {
|
|
91551
|
+
/** Date and time at which Seam created the warning. */
|
|
91552
|
+
created_at: string;
|
|
91553
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
91554
|
+
message: string;
|
|
91555
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91556
|
+
warning_code: 'entrance_shares_zone';
|
|
91557
|
+
})[];
|
|
91453
91558
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
91454
91559
|
latch_metadata?: {
|
|
91455
91560
|
/** Accessibility type in the Latch access system. */
|
|
@@ -91689,6 +91794,13 @@ export type Routes = {
|
|
|
91689
91794
|
message: string;
|
|
91690
91795
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
91691
91796
|
error_code: 'salto_ks_certification_expired';
|
|
91797
|
+
} | {
|
|
91798
|
+
/** Date and time at which Seam created the error. */
|
|
91799
|
+
created_at: string;
|
|
91800
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
91801
|
+
message: string;
|
|
91802
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
91803
|
+
error_code: 'provider_service_unavailable';
|
|
91692
91804
|
})[];
|
|
91693
91805
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
91694
91806
|
warnings: ({
|
|
@@ -93929,14 +94041,21 @@ export type Routes = {
|
|
|
93929
94041
|
message: string;
|
|
93930
94042
|
}[];
|
|
93931
94043
|
/** Warnings associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93932
|
-
warnings: {
|
|
94044
|
+
warnings: ({
|
|
93933
94045
|
/** Date and time at which Seam created the warning. */
|
|
93934
94046
|
created_at: string;
|
|
93935
94047
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
93936
94048
|
message: string;
|
|
93937
94049
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93938
94050
|
warning_code: 'salto_ks_entrance_access_code_support_removed';
|
|
93939
|
-
}
|
|
94051
|
+
} | {
|
|
94052
|
+
/** Date and time at which Seam created the warning. */
|
|
94053
|
+
created_at: string;
|
|
94054
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94055
|
+
message: string;
|
|
94056
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94057
|
+
warning_code: 'entrance_shares_zone';
|
|
94058
|
+
})[];
|
|
93940
94059
|
/** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
|
|
93941
94060
|
latch_metadata?: {
|
|
93942
94061
|
/** Accessibility type in the Latch access system. */
|
|
@@ -94162,6 +94281,13 @@ export type Routes = {
|
|
|
94162
94281
|
message: string;
|
|
94163
94282
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
94164
94283
|
error_code: 'salto_ks_certification_expired';
|
|
94284
|
+
} | {
|
|
94285
|
+
/** Date and time at which Seam created the error. */
|
|
94286
|
+
created_at: string;
|
|
94287
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
94288
|
+
message: string;
|
|
94289
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
94290
|
+
error_code: 'provider_service_unavailable';
|
|
94165
94291
|
})[];
|
|
94166
94292
|
/** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
94167
94293
|
warnings: ({
|
|
@@ -94448,13 +94574,13 @@ export type Routes = {
|
|
|
94448
94574
|
name: string;
|
|
94449
94575
|
/**
|
|
94450
94576
|
* @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';
|
|
94577
|
+
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
94578
|
/**
|
|
94453
94579
|
* @deprecated Use `external_type_display_name`.*/
|
|
94454
94580
|
access_group_type_display_name: string;
|
|
94455
94581
|
display_name: string;
|
|
94456
94582
|
/** 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';
|
|
94583
|
+
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
94584
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
94459
94585
|
external_type_display_name: string;
|
|
94460
94586
|
/** Date and time at which the access group was created. */
|
|
@@ -96235,13 +96361,13 @@ export type Routes = {
|
|
|
96235
96361
|
name: string;
|
|
96236
96362
|
/**
|
|
96237
96363
|
* @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';
|
|
96364
|
+
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
96365
|
/**
|
|
96240
96366
|
* @deprecated Use `external_type_display_name`.*/
|
|
96241
96367
|
access_group_type_display_name: string;
|
|
96242
96368
|
display_name: string;
|
|
96243
96369
|
/** 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';
|
|
96370
|
+
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
96371
|
/** Display name that corresponds to the brand-specific terminology for the access group type. */
|
|
96246
96372
|
external_type_display_name: string;
|
|
96247
96373
|
/** 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>
|
|
@@ -116,6 +116,16 @@ const salto_ks_certification_expired = common_acs_system_error
|
|
|
116
116
|
.describe(
|
|
117
117
|
'Indicates that the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) has lost its Salto KS certification. Contact [support](mailto:support@seam.co) to regain access.',
|
|
118
118
|
)
|
|
119
|
+
const provider_service_unavailable = common_acs_system_error
|
|
120
|
+
.extend({
|
|
121
|
+
error_code: z
|
|
122
|
+
.literal('provider_service_unavailable')
|
|
123
|
+
.describe(error_code_description),
|
|
124
|
+
})
|
|
125
|
+
.describe(
|
|
126
|
+
"Indicates that the access control system provider's service is temporarily unavailable. Seam will automatically retry and reconnect when the service becomes available again.",
|
|
127
|
+
)
|
|
128
|
+
|
|
119
129
|
const acs_system_error = z
|
|
120
130
|
.discriminatedUnion('error_code', [
|
|
121
131
|
seam_bridge_disconnected,
|
|
@@ -125,6 +135,7 @@ const acs_system_error = z
|
|
|
125
135
|
acs_system_disconnected,
|
|
126
136
|
account_disconnected,
|
|
127
137
|
salto_ks_certification_expired,
|
|
138
|
+
provider_service_unavailable,
|
|
128
139
|
])
|
|
129
140
|
.describe(
|
|
130
141
|
'Error associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).',
|
|
@@ -144,6 +155,9 @@ const _acs_system_error_map = z.object({
|
|
|
144
155
|
salto_ks_certification_expired: salto_ks_certification_expired
|
|
145
156
|
.optional()
|
|
146
157
|
.nullable(),
|
|
158
|
+
provider_service_unavailable: provider_service_unavailable
|
|
159
|
+
.optional()
|
|
160
|
+
.nullable(),
|
|
147
161
|
})
|
|
148
162
|
|
|
149
163
|
export type AcsSystemErrorMap = z.infer<typeof _acs_system_error_map>
|