@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.
@@ -12230,6 +12230,7 @@ declare const _default: {
12230
12230
  type: string;
12231
12231
  };
12232
12232
  acs_entrance: {
12233
+ description: string;
12233
12234
  properties: {
12234
12235
  acs_entrance_id: {
12235
12236
  description: string;
@@ -12564,10 +12565,12 @@ declare const _default: {
12564
12565
  description: string;
12565
12566
  properties: {
12566
12567
  ends_at: {
12568
+ description: string;
12567
12569
  format: string;
12568
12570
  type: string;
12569
12571
  };
12570
12572
  starts_at: {
12573
+ description: string;
12571
12574
  format: string;
12572
12575
  type: string;
12573
12576
  };
@@ -18264,30 +18267,15 @@ declare const _default: {
18264
18267
  'application/json': {
18265
18268
  schema: {
18266
18269
  properties: {
18267
- allow_external_modification: {
18268
- type: string;
18269
- };
18270
- code: {
18271
- maxLength: number;
18272
- minLength: number;
18273
- pattern: string;
18274
- type: string;
18275
- };
18276
18270
  common_code_key: {
18277
18271
  type: string;
18278
18272
  };
18279
18273
  ends_at: {
18280
18274
  type: string;
18281
18275
  };
18282
- is_external_modification_allowed: {
18283
- type: string;
18284
- };
18285
18276
  name: {
18286
18277
  type: string;
18287
18278
  };
18288
- prefer_native_scheduling: {
18289
- type: string;
18290
- };
18291
18279
  starts_at: {
18292
18280
  type: string;
18293
18281
  };
@@ -18354,30 +18342,15 @@ declare const _default: {
18354
18342
  'application/json': {
18355
18343
  schema: {
18356
18344
  properties: {
18357
- allow_external_modification: {
18358
- type: string;
18359
- };
18360
- code: {
18361
- maxLength: number;
18362
- minLength: number;
18363
- pattern: string;
18364
- type: string;
18365
- };
18366
18345
  common_code_key: {
18367
18346
  type: string;
18368
18347
  };
18369
18348
  ends_at: {
18370
18349
  type: string;
18371
18350
  };
18372
- is_external_modification_allowed: {
18373
- type: string;
18374
- };
18375
18351
  name: {
18376
18352
  type: string;
18377
18353
  };
18378
- prefer_native_scheduling: {
18379
- type: string;
18380
- };
18381
18354
  starts_at: {
18382
18355
  type: string;
18383
18356
  };
@@ -22456,10 +22429,12 @@ declare const _default: {
22456
22429
  description: string;
22457
22430
  properties: {
22458
22431
  ends_at: {
22432
+ description: string;
22459
22433
  format: string;
22460
22434
  type: string;
22461
22435
  };
22462
22436
  starts_at: {
22437
+ description: string;
22463
22438
  format: string;
22464
22439
  type: string;
22465
22440
  };
@@ -22701,10 +22676,12 @@ declare const _default: {
22701
22676
  description: string;
22702
22677
  properties: {
22703
22678
  ends_at: {
22679
+ description: string;
22704
22680
  format: string;
22705
22681
  type: string;
22706
22682
  };
22707
22683
  starts_at: {
22684
+ description: string;
22708
22685
  format: string;
22709
22686
  type: string;
22710
22687
  };
@@ -31987,8 +31964,7 @@ interface Routes {
31987
31964
  error: null;
31988
31965
  action_type: 'ENCODE_CREDENTIAL';
31989
31966
  /** Means by which a user gains access at an entrance.
31990
-
31991
- 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. */
31967
+ 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. */
31992
31968
  result: {
31993
31969
  /** ID of the credential. */
31994
31970
  acs_credential_id: string;
@@ -32871,8 +32847,7 @@ interface Routes {
32871
32847
  error: null;
32872
32848
  action_type: 'ENCODE_CREDENTIAL';
32873
32849
  /** Means by which a user gains access at an entrance.
32874
-
32875
- 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. */
32850
+ 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. */
32876
32851
  result: {
32877
32852
  /** ID of the credential. */
32878
32853
  acs_credential_id: string;
@@ -33912,8 +33887,7 @@ interface Routes {
33912
33887
  error: null;
33913
33888
  action_type: 'ENCODE_CREDENTIAL';
33914
33889
  /** Means by which a user gains access at an entrance.
33915
-
33916
- 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. */
33890
+ 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. */
33917
33891
  result: {
33918
33892
  /** ID of the credential. */
33919
33893
  acs_credential_id: string;
@@ -34783,8 +34757,7 @@ interface Routes {
34783
34757
  error: null;
34784
34758
  action_type: 'ENCODE_CREDENTIAL';
34785
34759
  /** Means by which a user gains access at an entrance.
34786
-
34787
- 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. */
34760
+ 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. */
34788
34761
  result: {
34789
34762
  /** ID of the credential. */
34790
34763
  acs_credential_id: string;
@@ -35271,13 +35244,9 @@ interface Routes {
35271
35244
  method: 'POST' | 'PATCH';
35272
35245
  queryParams: {};
35273
35246
  jsonBody: {
35274
- allow_external_modification?: boolean | undefined;
35275
- is_external_modification_allowed?: boolean | undefined;
35276
- code?: string | undefined;
35277
35247
  ends_at?: string | undefined;
35278
35248
  starts_at?: string | undefined;
35279
35249
  name?: string | undefined;
35280
- prefer_native_scheduling?: boolean | undefined;
35281
35250
  common_code_key: string;
35282
35251
  };
35283
35252
  commonParams: {};
@@ -35309,11 +35278,8 @@ interface Routes {
35309
35278
  };
35310
35279
  formData: {};
35311
35280
  jsonResponse: {
35312
- /**
35313
- 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.
35314
-
35315
- 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).
35316
- */
35281
+ /** 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.
35282
+ 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). */
35317
35283
  acs_access_group: {
35318
35284
  /** ID of the access group. */
35319
35285
  acs_access_group_id: string;
@@ -35324,10 +35290,10 @@ interface Routes {
35324
35290
  /** Name of the access group. */
35325
35291
  name: string;
35326
35292
  /**
35327
- * @deprecated use external_type */
35293
+ * @deprecated Use `external_type`. */
35328
35294
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35329
35295
  /**
35330
- * @deprecated use external_type_display_name */
35296
+ * @deprecated Use `external_type_display_name`. */
35331
35297
  access_group_type_display_name: string;
35332
35298
  display_name: string;
35333
35299
  /** Brand-specific terminology for the access group type. */
@@ -35363,10 +35329,10 @@ interface Routes {
35363
35329
  /** Name of the access group. */
35364
35330
  name: string;
35365
35331
  /**
35366
- * @deprecated use external_type */
35332
+ * @deprecated Use `external_type`. */
35367
35333
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35368
35334
  /**
35369
- * @deprecated use external_type_display_name */
35335
+ * @deprecated Use `external_type_display_name`. */
35370
35336
  access_group_type_display_name: string;
35371
35337
  display_name: string;
35372
35338
  /** Brand-specific terminology for the access group type. */
@@ -35471,7 +35437,9 @@ interface Routes {
35471
35437
  is_suspended: boolean;
35472
35438
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
35473
35439
  access_schedule?: {
35440
+ /** 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. */
35474
35441
  starts_at: string;
35442
+ /** 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. */
35475
35443
  ends_at: string;
35476
35444
  } | undefined;
35477
35445
  /** ID of the user identity associated with the `acs_user`. */
@@ -35576,10 +35544,10 @@ interface Routes {
35576
35544
  /** Name of the access group. */
35577
35545
  name: string;
35578
35546
  /**
35579
- * @deprecated use external_type */
35547
+ * @deprecated Use `external_type`. */
35580
35548
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35581
35549
  /**
35582
- * @deprecated use external_type_display_name */
35550
+ * @deprecated Use `external_type_display_name`. */
35583
35551
  access_group_type_display_name: string;
35584
35552
  display_name: string;
35585
35553
  /** Brand-specific terminology for the access group type. */
@@ -35615,10 +35583,10 @@ interface Routes {
35615
35583
  /** Name of the access group. */
35616
35584
  name: string;
35617
35585
  /**
35618
- * @deprecated use external_type */
35586
+ * @deprecated Use `external_type`. */
35619
35587
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35620
35588
  /**
35621
- * @deprecated use external_type_display_name */
35589
+ * @deprecated Use `external_type_display_name`. */
35622
35590
  access_group_type_display_name: string;
35623
35591
  display_name: string;
35624
35592
  /** Brand-specific terminology for the access group type. */
@@ -35689,8 +35657,7 @@ interface Routes {
35689
35657
  formData: {};
35690
35658
  jsonResponse: {
35691
35659
  /** Means by which a user gains access at an entrance.
35692
-
35693
- 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. */
35660
+ 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. */
35694
35661
  acs_credential: {
35695
35662
  /** ID of the credential. */
35696
35663
  acs_credential_id: string;
@@ -35790,8 +35757,7 @@ interface Routes {
35790
35757
  formData: {};
35791
35758
  jsonResponse: {
35792
35759
  /** Means by which a user gains access at an entrance.
35793
-
35794
- 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. */
35760
+ 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. */
35795
35761
  acs_credential: {
35796
35762
  /** ID of the credential. */
35797
35763
  acs_credential_id: string;
@@ -35876,8 +35842,7 @@ interface Routes {
35876
35842
  formData: {};
35877
35843
  jsonResponse: {
35878
35844
  /** Means by which a user gains access at an entrance.
35879
-
35880
- 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. */
35845
+ 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. */
35881
35846
  acs_credential: {
35882
35847
  /** ID of the credential. */
35883
35848
  acs_credential_id: string;
@@ -36102,8 +36067,7 @@ interface Routes {
36102
36067
  formData: {};
36103
36068
  jsonResponse: {
36104
36069
  /** Means by which a user gains access at an entrance.
36105
-
36106
- 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. */
36070
+ 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. */
36107
36071
  acs_credential: {
36108
36072
  /** ID of the credential. */
36109
36073
  acs_credential_id: string;
@@ -36176,8 +36140,7 @@ interface Routes {
36176
36140
  formData: {};
36177
36141
  jsonResponse: {
36178
36142
  /** Means by which a user gains access at an entrance.
36179
-
36180
- 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. */
36143
+ 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. */
36181
36144
  acs_credential: {
36182
36145
  /** ID of the credential. */
36183
36146
  acs_credential_id: string;
@@ -36336,8 +36299,7 @@ interface Routes {
36336
36299
  formData: {};
36337
36300
  jsonResponse: {
36338
36301
  /** Means by which a user gains access at an entrance.
36339
-
36340
- 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. */
36302
+ 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. */
36341
36303
  acs_credential: {
36342
36304
  /** ID of the credential. */
36343
36305
  acs_credential_id: string;
@@ -36651,8 +36613,7 @@ interface Routes {
36651
36613
  error: null;
36652
36614
  action_type: 'ENCODE_CREDENTIAL';
36653
36615
  /** Means by which a user gains access at an entrance.
36654
-
36655
- 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. */
36616
+ 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. */
36656
36617
  result: {
36657
36618
  /** ID of the credential. */
36658
36619
  acs_credential_id: string;
@@ -37870,8 +37831,7 @@ interface Routes {
37870
37831
  error: null;
37871
37832
  action_type: 'ENCODE_CREDENTIAL';
37872
37833
  /** Means by which a user gains access at an entrance.
37873
-
37874
- 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. */
37834
+ 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. */
37875
37835
  result: {
37876
37836
  /** ID of the credential. */
37877
37837
  acs_credential_id: string;
@@ -38363,6 +38323,7 @@ interface Routes {
38363
38323
  };
38364
38324
  formData: {};
38365
38325
  jsonResponse: {
38326
+ /** 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). */
38366
38327
  acs_entrance: {
38367
38328
  /** ID of the access control system that contains the entrance. */
38368
38329
  acs_system_id: string;
@@ -38936,7 +38897,9 @@ interface Routes {
38936
38897
  is_suspended: boolean;
38937
38898
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
38938
38899
  access_schedule?: {
38900
+ /** 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. */
38939
38901
  starts_at: string;
38902
+ /** 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. */
38940
38903
  ends_at: string;
38941
38904
  } | undefined;
38942
38905
  /** ID of the user identity associated with the `acs_user`. */
@@ -39049,7 +39012,9 @@ interface Routes {
39049
39012
  is_suspended: boolean;
39050
39013
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39051
39014
  access_schedule?: {
39015
+ /** 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. */
39052
39016
  starts_at: string;
39017
+ /** 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. */
39053
39018
  ends_at: string;
39054
39019
  } | undefined;
39055
39020
  /** ID of the user identity associated with the `acs_user`. */
@@ -39158,7 +39123,9 @@ interface Routes {
39158
39123
  is_suspended: boolean;
39159
39124
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39160
39125
  access_schedule?: {
39126
+ /** 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. */
39161
39127
  starts_at: string;
39128
+ /** 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. */
39162
39129
  ends_at: string;
39163
39130
  } | undefined;
39164
39131
  /** ID of the user identity associated with the `acs_user`. */
@@ -39357,7 +39324,9 @@ interface Routes {
39357
39324
  is_suspended: boolean;
39358
39325
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39359
39326
  access_schedule?: {
39327
+ /** 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. */
39360
39328
  starts_at: string;
39329
+ /** 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. */
39361
39330
  ends_at: string;
39362
39331
  } | undefined;
39363
39332
  /** ID of the user identity associated with the `acs_user`. */
@@ -39461,7 +39430,9 @@ interface Routes {
39461
39430
  is_suspended: boolean;
39462
39431
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39463
39432
  access_schedule?: {
39433
+ /** 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. */
39464
39434
  starts_at: string;
39435
+ /** 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. */
39465
39436
  ends_at: string;
39466
39437
  } | undefined;
39467
39438
  /** ID of the user identity associated with the `acs_user`. */
@@ -39820,8 +39791,7 @@ interface Routes {
39820
39791
  error: null;
39821
39792
  action_type: 'ENCODE_CREDENTIAL';
39822
39793
  /** Means by which a user gains access at an entrance.
39823
-
39824
- 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. */
39794
+ 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. */
39825
39795
  result: {
39826
39796
  /** ID of the credential. */
39827
39797
  acs_credential_id: string;
@@ -40553,8 +40523,7 @@ interface Routes {
40553
40523
  error: null;
40554
40524
  action_type: 'ENCODE_CREDENTIAL';
40555
40525
  /** Means by which a user gains access at an entrance.
40556
-
40557
- 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. */
40526
+ 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. */
40558
40527
  result: {
40559
40528
  /** ID of the credential. */
40560
40529
  acs_credential_id: string;
@@ -44981,8 +44950,7 @@ interface Routes {
44981
44950
  error: null;
44982
44951
  action_type: 'ENCODE_CREDENTIAL';
44983
44952
  /** Means by which a user gains access at an entrance.
44984
-
44985
- 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. */
44953
+ 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. */
44986
44954
  result: {
44987
44955
  /** ID of the credential. */
44988
44956
  acs_credential_id: string;
@@ -45715,8 +45683,7 @@ interface Routes {
45715
45683
  error: null;
45716
45684
  action_type: 'ENCODE_CREDENTIAL';
45717
45685
  /** Means by which a user gains access at an entrance.
45718
-
45719
- 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. */
45686
+ 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. */
45720
45687
  result: {
45721
45688
  /** ID of the credential. */
45722
45689
  acs_credential_id: string;
@@ -47439,8 +47406,7 @@ interface Routes {
47439
47406
  error: null;
47440
47407
  action_type: 'ENCODE_CREDENTIAL';
47441
47408
  /** Means by which a user gains access at an entrance.
47442
-
47443
- 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. */
47409
+ 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. */
47444
47410
  result: {
47445
47411
  /** ID of the credential. */
47446
47412
  acs_credential_id: string;
@@ -48183,8 +48149,7 @@ interface Routes {
48183
48149
  error: null;
48184
48150
  action_type: 'ENCODE_CREDENTIAL';
48185
48151
  /** Means by which a user gains access at an entrance.
48186
-
48187
- 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. */
48152
+ 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. */
48188
48153
  result: {
48189
48154
  /** ID of the credential. */
48190
48155
  acs_credential_id: string;
@@ -48966,8 +48931,7 @@ interface Routes {
48966
48931
  error: null;
48967
48932
  action_type: 'ENCODE_CREDENTIAL';
48968
48933
  /** Means by which a user gains access at an entrance.
48969
-
48970
- 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. */
48934
+ 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. */
48971
48935
  result: {
48972
48936
  /** ID of the credential. */
48973
48937
  acs_credential_id: string;
@@ -49882,8 +49846,7 @@ interface Routes {
49882
49846
  error: null;
49883
49847
  action_type: 'ENCODE_CREDENTIAL';
49884
49848
  /** Means by which a user gains access at an entrance.
49885
-
49886
- 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. */
49849
+ 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. */
49887
49850
  result: {
49888
49851
  /** ID of the credential. */
49889
49852
  acs_credential_id: string;
@@ -50618,8 +50581,7 @@ interface Routes {
50618
50581
  error: null;
50619
50582
  action_type: 'ENCODE_CREDENTIAL';
50620
50583
  /** Means by which a user gains access at an entrance.
50621
-
50622
- 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. */
50584
+ 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. */
50623
50585
  result: {
50624
50586
  /** ID of the credential. */
50625
50587
  acs_credential_id: string;
@@ -51862,8 +51824,7 @@ interface Routes {
51862
51824
  error: null;
51863
51825
  action_type: 'ENCODE_CREDENTIAL';
51864
51826
  /** Means by which a user gains access at an entrance.
51865
-
51866
- 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. */
51827
+ 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. */
51867
51828
  result: {
51868
51829
  /** ID of the credential. */
51869
51830
  acs_credential_id: string;
@@ -52600,8 +52561,7 @@ interface Routes {
52600
52561
  error: null;
52601
52562
  action_type: 'ENCODE_CREDENTIAL';
52602
52563
  /** Means by which a user gains access at an entrance.
52603
-
52604
- 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. */
52564
+ 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. */
52605
52565
  result: {
52606
52566
  /** ID of the credential. */
52607
52567
  acs_credential_id: string;
@@ -54285,8 +54245,7 @@ interface Routes {
54285
54245
  error: null;
54286
54246
  action_type: 'ENCODE_CREDENTIAL';
54287
54247
  /** Means by which a user gains access at an entrance.
54288
-
54289
- 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. */
54248
+ 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. */
54290
54249
  result: {
54291
54250
  /** ID of the credential. */
54292
54251
  acs_credential_id: string;
@@ -55140,8 +55099,7 @@ interface Routes {
55140
55099
  error: null;
55141
55100
  action_type: 'ENCODE_CREDENTIAL';
55142
55101
  /** Means by which a user gains access at an entrance.
55143
-
55144
- 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. */
55102
+ 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. */
55145
55103
  result: {
55146
55104
  /** ID of the credential. */
55147
55105
  acs_credential_id: string;
@@ -56911,7 +56869,9 @@ interface Routes {
56911
56869
  is_suspended: boolean;
56912
56870
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
56913
56871
  access_schedule?: {
56872
+ /** 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. */
56914
56873
  starts_at: string;
56874
+ /** 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. */
56915
56875
  ends_at: string;
56916
56876
  } | undefined;
56917
56877
  /** ID of the user identity associated with the `acs_user`. */
@@ -57411,8 +57371,7 @@ interface Routes {
57411
57371
  error: null;
57412
57372
  action_type: 'ENCODE_CREDENTIAL';
57413
57373
  /** Means by which a user gains access at an entrance.
57414
-
57415
- 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. */
57374
+ 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. */
57416
57375
  result: {
57417
57376
  /** ID of the credential. */
57418
57377
  acs_credential_id: string;
@@ -19,12 +19,12 @@ const common_acs_access_group = z.object({
19
19
  name: z.string().describe('Name of the access group.'),
20
20
  access_group_type: acs_access_group_external_type.describe(`
21
21
  ---
22
- deprecated: use external_type
22
+ deprecated: Use \`external_type\`.
23
23
  ---
24
24
  `),
25
25
  access_group_type_display_name: z.string().describe(`
26
26
  ---
27
- deprecated: use external_type_display_name
27
+ deprecated: Use \`external_type_display_name\`.
28
28
  ---
29
29
  `),
30
30
  display_name: z.string(),
@@ -39,11 +39,9 @@ const common_acs_access_group = z.object({
39
39
  });
40
40
  export const acs_access_group = common_acs_access_group.extend({
41
41
  is_managed: z.literal(true),
42
- }).describe(`
43
- 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.
44
-
45
- 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).
46
- `);
42
+ })
43
+ .describe(`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.
44
+ 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).`);
47
45
  export const unmanaged_acs_access_group = common_acs_access_group.extend({
48
46
  is_managed: z.literal(false),
49
47
  });
@@ -1 +1 @@
1
- {"version":3,"file":"acs-access-group.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-access-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,0EAA0E;AAC1E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,UAAU;IACV,kBAAkB;IAClB,oBAAoB;IACpB,aAAa;CACd,CAAC,CAAA;AAMF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC1E,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,iEAAiE,CAClE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACtD,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,CAAC;;;;GAI1D,CAAC;IACF,8BAA8B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIjD,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,8BAA8B,CAAC,QAAQ,CACpD,uDAAuD,CACxD;IACD,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;CACpE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC7D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5B,CAAC,CAAC,QAAQ,CAAC;;;;GAIT,CAAC,CAAA;AACJ,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7B,CAAC,CAAA"}
1
+ {"version":3,"file":"acs-access-group.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-access-group.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,0EAA0E;AAC1E,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,UAAU;IACV,kBAAkB;IAClB,oBAAoB;IACpB,aAAa;CACd,CAAC,CAAA;AAMF,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IACvC,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,yBAAyB,CAAC;IAC1E,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,iEAAiE,CAClE;IACH,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CACP,6GAA6G,CAC9G;IACH,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,2BAA2B,CAAC;IACtD,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,CAAC;;;;GAI1D,CAAC;IACF,8BAA8B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC;;;;KAIjD,CAAC;IACJ,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,aAAa,EAAE,8BAA8B,CAAC,QAAQ,CACpD,uDAAuD,CACxD;IACD,0BAA0B,EAAE,CAAC;SAC1B,MAAM,EAAE;SACR,QAAQ,CACP,4FAA4F,CAC7F;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;CACpE,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,uBAAuB,CAAC,MAAM,CAAC;IAC7D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC;CAC5B,CAAC;KACC,QAAQ,CAAC;6PACiP,CAAC,CAAA;AAC9P,MAAM,CAAC,MAAM,0BAA0B,GAAG,uBAAuB,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC;CAC7B,CAAC,CAAA"}
@@ -106,10 +106,8 @@ function getAcsCredentialDescription(is_managed = true) {
106
106
  ? 'acs_credential'
107
107
  : 'unmanaged_acs_credential';
108
108
  const management_clause = is_managed ? '' : ', which is not managed by Seam,';
109
- return `
110
- Means by which a user gains access at an entrance.
111
-
112
- The \`${resource_name}\` object${management_clause} 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.`.trim();
109
+ return `Means by which a user gains access at an entrance.
110
+ The \`${resource_name}\` object${management_clause} 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.`.trim();
113
111
  }
114
112
  export const acs_credential_on_encoder = z.object({
115
113
  created_at: z
@@ -1 +1 @@
1
- {"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  import { acs_entrance_assa_abloy_vostio_metadata, acs_entrance_dormakaba_community_metadata, acs_entrance_latch_metadata, acs_entrance_salto_ks_metadata, acs_entrance_visionline_metadata, } from './metadata/index.js';
3
- export const acs_entrance = z.object({
3
+ export const acs_entrance = z
4
+ .object({
4
5
  acs_system_id: z
5
6
  .string()
6
7
  .uuid()
@@ -20,5 +21,6 @@ export const acs_entrance = z.object({
20
21
  salto_ks_metadata: acs_entrance_salto_ks_metadata.optional(),
21
22
  dormakaba_community_metadata: acs_entrance_dormakaba_community_metadata.optional(),
22
23
  assa_abloy_vostio_metadata: acs_entrance_assa_abloy_vostio_metadata.optional(),
23
- });
24
+ })
25
+ .describe('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).');
24
26
  //# sourceMappingURL=acs-entrance.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,uCAAuC,EACvC,yCAAyC,EACzC,2BAA2B,EAC3B,8BAA8B,EAC9B,gCAAgC,GACjC,MAAM,qBAAqB,CAAA;AAE5B,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IAClE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACnE,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,cAAc,EAAE,2BAA2B,CAAC,QAAQ,EAAE;IACtD,mBAAmB,EAAE,gCAAgC,CAAC,QAAQ,EAAE;IAChE,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,EAAE;IAC5D,4BAA4B,EAC1B,yCAAyC,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EACxB,uCAAuC,CAAC,QAAQ,EAAE;CACrD,CAAC,CAAA"}
1
+ {"version":3,"file":"acs-entrance.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-entrance.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EACL,uCAAuC,EACvC,yCAAyC,EACzC,2BAA2B,EAC3B,8BAA8B,EAC9B,gCAAgC,GACjC,MAAM,qBAAqB,CAAA;AAE5B,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC;KAC1B,MAAM,CAAC;IACN,aAAa,EAAE,CAAC;SACb,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,qBAAqB,CAAC;IAClE,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,gCAAgC,CAAC;IACnE,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,CAAC,CAAC,MAAM,CAAC;QACP,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE;QACtB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;KACpB,CAAC,CACH;IACD,cAAc,EAAE,2BAA2B,CAAC,QAAQ,EAAE;IACtD,mBAAmB,EAAE,gCAAgC,CAAC,QAAQ,EAAE;IAChE,iBAAiB,EAAE,8BAA8B,CAAC,QAAQ,EAAE;IAC5D,4BAA4B,EAC1B,yCAAyC,CAAC,QAAQ,EAAE;IACtD,0BAA0B,EACxB,uCAAuC,CAAC,QAAQ,EAAE;CACrD,CAAC;KACD,QAAQ,CACP,qNAAqN,CACtN,CAAA"}