@seamapi/types 1.287.0 → 1.287.2
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 +63 -54
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +58 -99
- package/lib/seam/connect/models/acs/acs-access-group.js +5 -7
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +2 -4
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -2
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +8 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/schedule.js +8 -2
- package/lib/seam/connect/models/schedule.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +7 -30
- package/lib/seam/connect/openapi.js +42 -38
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -69
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +5 -7
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -4
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +29 -25
- package/src/lib/seam/connect/models/acs/acs-user.ts +14 -6
- package/src/lib/seam/connect/models/schedule.ts +12 -2
- package/src/lib/seam/connect/openapi.ts +49 -38
- package/src/lib/seam/connect/route-types.ts +51 -69
|
@@ -314,8 +314,7 @@ export interface Routes {
|
|
|
314
314
|
error: null
|
|
315
315
|
action_type: 'ENCODE_CREDENTIAL'
|
|
316
316
|
/** Means by which a user gains access at an entrance.
|
|
317
|
-
|
|
318
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
317
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
319
318
|
result:
|
|
320
319
|
| {
|
|
321
320
|
/** ID of the credential. */
|
|
@@ -1332,8 +1331,7 @@ export interface Routes {
|
|
|
1332
1331
|
error: null
|
|
1333
1332
|
action_type: 'ENCODE_CREDENTIAL'
|
|
1334
1333
|
/** Means by which a user gains access at an entrance.
|
|
1335
|
-
|
|
1336
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
1334
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
1337
1335
|
result:
|
|
1338
1336
|
| {
|
|
1339
1337
|
/** ID of the credential. */
|
|
@@ -2515,8 +2513,7 @@ export interface Routes {
|
|
|
2515
2513
|
error: null
|
|
2516
2514
|
action_type: 'ENCODE_CREDENTIAL'
|
|
2517
2515
|
/** Means by which a user gains access at an entrance.
|
|
2518
|
-
|
|
2519
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
2516
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
2520
2517
|
result:
|
|
2521
2518
|
| {
|
|
2522
2519
|
/** ID of the credential. */
|
|
@@ -3520,8 +3517,7 @@ export interface Routes {
|
|
|
3520
3517
|
error: null
|
|
3521
3518
|
action_type: 'ENCODE_CREDENTIAL'
|
|
3522
3519
|
/** Means by which a user gains access at an entrance.
|
|
3523
|
-
|
|
3524
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
3520
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
3525
3521
|
result:
|
|
3526
3522
|
| {
|
|
3527
3523
|
/** ID of the credential. */
|
|
@@ -4085,13 +4081,9 @@ export interface Routes {
|
|
|
4085
4081
|
method: 'POST' | 'PATCH'
|
|
4086
4082
|
queryParams: {}
|
|
4087
4083
|
jsonBody: {
|
|
4088
|
-
allow_external_modification?: boolean | undefined
|
|
4089
|
-
is_external_modification_allowed?: boolean | undefined
|
|
4090
|
-
code?: string | undefined
|
|
4091
4084
|
ends_at?: string | undefined
|
|
4092
4085
|
starts_at?: string | undefined
|
|
4093
4086
|
name?: string | undefined
|
|
4094
|
-
prefer_native_scheduling?: boolean | undefined
|
|
4095
4087
|
common_code_key: string
|
|
4096
4088
|
}
|
|
4097
4089
|
commonParams: {}
|
|
@@ -4123,11 +4115,8 @@ export interface Routes {
|
|
|
4123
4115
|
}
|
|
4124
4116
|
formData: {}
|
|
4125
4117
|
jsonResponse: {
|
|
4126
|
-
/**
|
|
4127
|
-
|
|
4128
|
-
|
|
4129
|
-
The `acs_access_group` object represents an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
|
|
4130
|
-
*/
|
|
4118
|
+
/** Group that defines the entrances to which a set of users has access and, in some cases, the access schedule for these entrances and users.
|
|
4119
|
+
The `acs_access_group` object represents an [access group](https://docs.seam.co/latest/capability-guides/access-systems/assigning-users-to-access-groups) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
4131
4120
|
acs_access_group: {
|
|
4132
4121
|
/** ID of the access group. */
|
|
4133
4122
|
acs_access_group_id: string
|
|
@@ -4138,14 +4127,14 @@ export interface Routes {
|
|
|
4138
4127
|
/** Name of the access group. */
|
|
4139
4128
|
name: string
|
|
4140
4129
|
/**
|
|
4141
|
-
* @deprecated
|
|
4130
|
+
* @deprecated Use `external_type`. */
|
|
4142
4131
|
access_group_type:
|
|
4143
4132
|
| 'pti_unit'
|
|
4144
4133
|
| 'pti_access_level'
|
|
4145
4134
|
| 'salto_access_group'
|
|
4146
4135
|
| 'brivo_group'
|
|
4147
4136
|
/**
|
|
4148
|
-
* @deprecated
|
|
4137
|
+
* @deprecated Use `external_type_display_name`. */
|
|
4149
4138
|
access_group_type_display_name: string
|
|
4150
4139
|
display_name: string
|
|
4151
4140
|
/** Brand-specific terminology for the access group type. */
|
|
@@ -4185,14 +4174,14 @@ export interface Routes {
|
|
|
4185
4174
|
/** Name of the access group. */
|
|
4186
4175
|
name: string
|
|
4187
4176
|
/**
|
|
4188
|
-
* @deprecated
|
|
4177
|
+
* @deprecated Use `external_type`. */
|
|
4189
4178
|
access_group_type:
|
|
4190
4179
|
| 'pti_unit'
|
|
4191
4180
|
| 'pti_access_level'
|
|
4192
4181
|
| 'salto_access_group'
|
|
4193
4182
|
| 'brivo_group'
|
|
4194
4183
|
/**
|
|
4195
|
-
* @deprecated
|
|
4184
|
+
* @deprecated Use `external_type_display_name`. */
|
|
4196
4185
|
access_group_type_display_name: string
|
|
4197
4186
|
display_name: string
|
|
4198
4187
|
/** Brand-specific terminology for the access group type. */
|
|
@@ -4332,7 +4321,9 @@ export interface Routes {
|
|
|
4332
4321
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
4333
4322
|
access_schedule?:
|
|
4334
4323
|
| {
|
|
4324
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
4335
4325
|
starts_at: string
|
|
4326
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
4336
4327
|
ends_at: string
|
|
4337
4328
|
}
|
|
4338
4329
|
| undefined
|
|
@@ -4447,14 +4438,14 @@ export interface Routes {
|
|
|
4447
4438
|
/** Name of the access group. */
|
|
4448
4439
|
name: string
|
|
4449
4440
|
/**
|
|
4450
|
-
* @deprecated
|
|
4441
|
+
* @deprecated Use `external_type`. */
|
|
4451
4442
|
access_group_type:
|
|
4452
4443
|
| 'pti_unit'
|
|
4453
4444
|
| 'pti_access_level'
|
|
4454
4445
|
| 'salto_access_group'
|
|
4455
4446
|
| 'brivo_group'
|
|
4456
4447
|
/**
|
|
4457
|
-
* @deprecated
|
|
4448
|
+
* @deprecated Use `external_type_display_name`. */
|
|
4458
4449
|
access_group_type_display_name: string
|
|
4459
4450
|
display_name: string
|
|
4460
4451
|
/** Brand-specific terminology for the access group type. */
|
|
@@ -4494,14 +4485,14 @@ export interface Routes {
|
|
|
4494
4485
|
/** Name of the access group. */
|
|
4495
4486
|
name: string
|
|
4496
4487
|
/**
|
|
4497
|
-
* @deprecated
|
|
4488
|
+
* @deprecated Use `external_type`. */
|
|
4498
4489
|
access_group_type:
|
|
4499
4490
|
| 'pti_unit'
|
|
4500
4491
|
| 'pti_access_level'
|
|
4501
4492
|
| 'salto_access_group'
|
|
4502
4493
|
| 'brivo_group'
|
|
4503
4494
|
/**
|
|
4504
|
-
* @deprecated
|
|
4495
|
+
* @deprecated Use `external_type_display_name`. */
|
|
4505
4496
|
access_group_type_display_name: string
|
|
4506
4497
|
display_name: string
|
|
4507
4498
|
/** Brand-specific terminology for the access group type. */
|
|
@@ -4576,8 +4567,7 @@ export interface Routes {
|
|
|
4576
4567
|
formData: {}
|
|
4577
4568
|
jsonResponse: {
|
|
4578
4569
|
/** Means by which a user gains access at an entrance.
|
|
4579
|
-
|
|
4580
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4570
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4581
4571
|
acs_credential: {
|
|
4582
4572
|
/** ID of the credential. */
|
|
4583
4573
|
acs_credential_id: string
|
|
@@ -4691,8 +4681,7 @@ export interface Routes {
|
|
|
4691
4681
|
formData: {}
|
|
4692
4682
|
jsonResponse: {
|
|
4693
4683
|
/** Means by which a user gains access at an entrance.
|
|
4694
|
-
|
|
4695
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4684
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4696
4685
|
acs_credential: {
|
|
4697
4686
|
/** ID of the credential. */
|
|
4698
4687
|
acs_credential_id: string
|
|
@@ -4787,8 +4776,7 @@ export interface Routes {
|
|
|
4787
4776
|
formData: {}
|
|
4788
4777
|
jsonResponse: {
|
|
4789
4778
|
/** Means by which a user gains access at an entrance.
|
|
4790
|
-
|
|
4791
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4779
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4792
4780
|
acs_credential: {
|
|
4793
4781
|
/** ID of the credential. */
|
|
4794
4782
|
acs_credential_id: string
|
|
@@ -5059,8 +5047,7 @@ export interface Routes {
|
|
|
5059
5047
|
formData: {}
|
|
5060
5048
|
jsonResponse: {
|
|
5061
5049
|
/** Means by which a user gains access at an entrance.
|
|
5062
|
-
|
|
5063
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5050
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5064
5051
|
acs_credential: {
|
|
5065
5052
|
/** ID of the credential. */
|
|
5066
5053
|
acs_credential_id: string
|
|
@@ -5143,8 +5130,7 @@ export interface Routes {
|
|
|
5143
5130
|
formData: {}
|
|
5144
5131
|
jsonResponse: {
|
|
5145
5132
|
/** Means by which a user gains access at an entrance.
|
|
5146
|
-
|
|
5147
|
-
The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5133
|
+
The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5148
5134
|
acs_credential: {
|
|
5149
5135
|
/** ID of the credential. */
|
|
5150
5136
|
acs_credential_id: string
|
|
@@ -5327,8 +5313,7 @@ export interface Routes {
|
|
|
5327
5313
|
formData: {}
|
|
5328
5314
|
jsonResponse: {
|
|
5329
5315
|
/** Means by which a user gains access at an entrance.
|
|
5330
|
-
|
|
5331
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5316
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5332
5317
|
acs_credential: {
|
|
5333
5318
|
/** ID of the credential. */
|
|
5334
5319
|
acs_credential_id: string
|
|
@@ -5701,8 +5686,7 @@ export interface Routes {
|
|
|
5701
5686
|
error: null
|
|
5702
5687
|
action_type: 'ENCODE_CREDENTIAL'
|
|
5703
5688
|
/** Means by which a user gains access at an entrance.
|
|
5704
|
-
|
|
5705
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5689
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5706
5690
|
result:
|
|
5707
5691
|
| {
|
|
5708
5692
|
/** ID of the credential. */
|
|
@@ -7232,8 +7216,7 @@ export interface Routes {
|
|
|
7232
7216
|
error: null
|
|
7233
7217
|
action_type: 'ENCODE_CREDENTIAL'
|
|
7234
7218
|
/** Means by which a user gains access at an entrance.
|
|
7235
|
-
|
|
7236
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7219
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7237
7220
|
result:
|
|
7238
7221
|
| {
|
|
7239
7222
|
/** ID of the credential. */
|
|
@@ -7802,6 +7785,7 @@ export interface Routes {
|
|
|
7802
7785
|
}
|
|
7803
7786
|
formData: {}
|
|
7804
7787
|
jsonResponse: {
|
|
7788
|
+
/** Represents an [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) within an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
7805
7789
|
acs_entrance: {
|
|
7806
7790
|
/** ID of the access control system that contains the entrance. */
|
|
7807
7791
|
acs_system_id: string
|
|
@@ -8553,7 +8537,9 @@ export interface Routes {
|
|
|
8553
8537
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
8554
8538
|
access_schedule?:
|
|
8555
8539
|
| {
|
|
8540
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8556
8541
|
starts_at: string
|
|
8542
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8557
8543
|
ends_at: string
|
|
8558
8544
|
}
|
|
8559
8545
|
| undefined
|
|
@@ -8686,7 +8672,9 @@ export interface Routes {
|
|
|
8686
8672
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
8687
8673
|
access_schedule?:
|
|
8688
8674
|
| {
|
|
8675
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8689
8676
|
starts_at: string
|
|
8677
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8690
8678
|
ends_at: string
|
|
8691
8679
|
}
|
|
8692
8680
|
| undefined
|
|
@@ -8815,7 +8803,9 @@ export interface Routes {
|
|
|
8815
8803
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
8816
8804
|
access_schedule?:
|
|
8817
8805
|
| {
|
|
8806
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8818
8807
|
starts_at: string
|
|
8808
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
8819
8809
|
ends_at: string
|
|
8820
8810
|
}
|
|
8821
8811
|
| undefined
|
|
@@ -9055,7 +9045,9 @@ export interface Routes {
|
|
|
9055
9045
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
9056
9046
|
access_schedule?:
|
|
9057
9047
|
| {
|
|
9048
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
9058
9049
|
starts_at: string
|
|
9050
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
9059
9051
|
ends_at: string
|
|
9060
9052
|
}
|
|
9061
9053
|
| undefined
|
|
@@ -9179,7 +9171,9 @@ export interface Routes {
|
|
|
9179
9171
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
9180
9172
|
access_schedule?:
|
|
9181
9173
|
| {
|
|
9174
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
9182
9175
|
starts_at: string
|
|
9176
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
9183
9177
|
ends_at: string
|
|
9184
9178
|
}
|
|
9185
9179
|
| undefined
|
|
@@ -9599,8 +9593,7 @@ export interface Routes {
|
|
|
9599
9593
|
error: null
|
|
9600
9594
|
action_type: 'ENCODE_CREDENTIAL'
|
|
9601
9595
|
/** Means by which a user gains access at an entrance.
|
|
9602
|
-
|
|
9603
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
9596
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
9604
9597
|
result:
|
|
9605
9598
|
| {
|
|
9606
9599
|
/** ID of the credential. */
|
|
@@ -10458,8 +10451,7 @@ export interface Routes {
|
|
|
10458
10451
|
error: null
|
|
10459
10452
|
action_type: 'ENCODE_CREDENTIAL'
|
|
10460
10453
|
/** Means by which a user gains access at an entrance.
|
|
10461
|
-
|
|
10462
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
10454
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
10463
10455
|
result:
|
|
10464
10456
|
| {
|
|
10465
10457
|
/** ID of the credential. */
|
|
@@ -16922,8 +16914,7 @@ export interface Routes {
|
|
|
16922
16914
|
error: null
|
|
16923
16915
|
action_type: 'ENCODE_CREDENTIAL'
|
|
16924
16916
|
/** Means by which a user gains access at an entrance.
|
|
16925
|
-
|
|
16926
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
16917
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
16927
16918
|
result:
|
|
16928
16919
|
| {
|
|
16929
16920
|
/** ID of the credential. */
|
|
@@ -17782,8 +17773,7 @@ export interface Routes {
|
|
|
17782
17773
|
error: null
|
|
17783
17774
|
action_type: 'ENCODE_CREDENTIAL'
|
|
17784
17775
|
/** Means by which a user gains access at an entrance.
|
|
17785
|
-
|
|
17786
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
17776
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
17787
17777
|
result:
|
|
17788
17778
|
| {
|
|
17789
17779
|
/** ID of the credential. */
|
|
@@ -20144,8 +20134,7 @@ export interface Routes {
|
|
|
20144
20134
|
error: null
|
|
20145
20135
|
action_type: 'ENCODE_CREDENTIAL'
|
|
20146
20136
|
/** Means by which a user gains access at an entrance.
|
|
20147
|
-
|
|
20148
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
20137
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
20149
20138
|
result:
|
|
20150
20139
|
| {
|
|
20151
20140
|
/** ID of the credential. */
|
|
@@ -21014,8 +21003,7 @@ export interface Routes {
|
|
|
21014
21003
|
error: null
|
|
21015
21004
|
action_type: 'ENCODE_CREDENTIAL'
|
|
21016
21005
|
/** Means by which a user gains access at an entrance.
|
|
21017
|
-
|
|
21018
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21006
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21019
21007
|
result:
|
|
21020
21008
|
| {
|
|
21021
21009
|
/** ID of the credential. */
|
|
@@ -21923,8 +21911,7 @@ export interface Routes {
|
|
|
21923
21911
|
error: null
|
|
21924
21912
|
action_type: 'ENCODE_CREDENTIAL'
|
|
21925
21913
|
/** Means by which a user gains access at an entrance.
|
|
21926
|
-
|
|
21927
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21914
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21928
21915
|
result:
|
|
21929
21916
|
| {
|
|
21930
21917
|
/** ID of the credential. */
|
|
@@ -22989,8 +22976,7 @@ export interface Routes {
|
|
|
22989
22976
|
error: null
|
|
22990
22977
|
action_type: 'ENCODE_CREDENTIAL'
|
|
22991
22978
|
/** Means by which a user gains access at an entrance.
|
|
22992
|
-
|
|
22993
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
22979
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
22994
22980
|
result:
|
|
22995
22981
|
| {
|
|
22996
22982
|
/** ID of the credential. */
|
|
@@ -23851,8 +23837,7 @@ export interface Routes {
|
|
|
23851
23837
|
error: null
|
|
23852
23838
|
action_type: 'ENCODE_CREDENTIAL'
|
|
23853
23839
|
/** Means by which a user gains access at an entrance.
|
|
23854
|
-
|
|
23855
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
23840
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
23856
23841
|
result:
|
|
23857
23842
|
| {
|
|
23858
23843
|
/** ID of the credential. */
|
|
@@ -25404,8 +25389,7 @@ export interface Routes {
|
|
|
25404
25389
|
error: null
|
|
25405
25390
|
action_type: 'ENCODE_CREDENTIAL'
|
|
25406
25391
|
/** Means by which a user gains access at an entrance.
|
|
25407
|
-
|
|
25408
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25392
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25409
25393
|
result:
|
|
25410
25394
|
| {
|
|
25411
25395
|
/** ID of the credential. */
|
|
@@ -26268,8 +26252,7 @@ export interface Routes {
|
|
|
26268
26252
|
error: null
|
|
26269
26253
|
action_type: 'ENCODE_CREDENTIAL'
|
|
26270
26254
|
/** Means by which a user gains access at an entrance.
|
|
26271
|
-
|
|
26272
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26255
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26273
26256
|
result:
|
|
26274
26257
|
| {
|
|
26275
26258
|
/** ID of the credential. */
|
|
@@ -28591,8 +28574,7 @@ export interface Routes {
|
|
|
28591
28574
|
error: null
|
|
28592
28575
|
action_type: 'ENCODE_CREDENTIAL'
|
|
28593
28576
|
/** Means by which a user gains access at an entrance.
|
|
28594
|
-
|
|
28595
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
28577
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
28596
28578
|
result:
|
|
28597
28579
|
| {
|
|
28598
28580
|
/** ID of the credential. */
|
|
@@ -29572,8 +29554,7 @@ export interface Routes {
|
|
|
29572
29554
|
error: null
|
|
29573
29555
|
action_type: 'ENCODE_CREDENTIAL'
|
|
29574
29556
|
/** Means by which a user gains access at an entrance.
|
|
29575
|
-
|
|
29576
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29557
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29577
29558
|
result:
|
|
29578
29559
|
| {
|
|
29579
29560
|
/** ID of the credential. */
|
|
@@ -31836,7 +31817,9 @@ export interface Routes {
|
|
|
31836
31817
|
/** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
|
|
31837
31818
|
access_schedule?:
|
|
31838
31819
|
| {
|
|
31820
|
+
/** Date and time at which the user's access starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
31839
31821
|
starts_at: string
|
|
31822
|
+
/** Date and time at which the user's access ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
|
|
31840
31823
|
ends_at: string
|
|
31841
31824
|
}
|
|
31842
31825
|
| undefined
|
|
@@ -32395,8 +32378,7 @@ export interface Routes {
|
|
|
32395
32378
|
error: null
|
|
32396
32379
|
action_type: 'ENCODE_CREDENTIAL'
|
|
32397
32380
|
/** Means by which a user gains access at an entrance.
|
|
32398
|
-
|
|
32399
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
32381
|
+
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
32400
32382
|
result:
|
|
32401
32383
|
| {
|
|
32402
32384
|
/** ID of the credential. */
|