@seamapi/types 1.287.1 → 1.287.3

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.
Files changed (32) hide show
  1. package/dist/connect.cjs +66 -39
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +85 -92
  4. package/lib/seam/connect/models/acs/acs-access-group.js +5 -7
  5. package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.js +2 -4
  7. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  8. package/lib/seam/connect/models/acs/acs-entrance.js +4 -2
  9. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-user.js +8 -4
  11. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  12. package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -5
  13. package/lib/seam/connect/models/devices/device-metadata.js +1 -1
  14. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  15. package/lib/seam/connect/models/devices/device.d.ts +7 -7
  16. package/lib/seam/connect/models/devices/phone.d.ts +5 -5
  17. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -5
  18. package/lib/seam/connect/models/schedule.js +8 -2
  19. package/lib/seam/connect/models/schedule.js.map +1 -1
  20. package/lib/seam/connect/openapi.d.ts +8 -1
  21. package/lib/seam/connect/openapi.js +44 -22
  22. package/lib/seam/connect/openapi.js.map +1 -1
  23. package/lib/seam/connect/route-types.d.ts +65 -79
  24. package/package.json +1 -1
  25. package/src/lib/seam/connect/models/acs/acs-access-group.ts +5 -7
  26. package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -4
  27. package/src/lib/seam/connect/models/acs/acs-entrance.ts +29 -25
  28. package/src/lib/seam/connect/models/acs/acs-user.ts +14 -6
  29. package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -1
  30. package/src/lib/seam/connect/models/schedule.ts +12 -2
  31. package/src/lib/seam/connect/openapi.ts +51 -22
  32. package/src/lib/seam/connect/route-types.ts +65 -79
@@ -5649,11 +5649,11 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
5649
5649
  _member_group_id?: string | undefined;
5650
5650
  }>>;
5651
5651
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
5652
- encoder_id: z.ZodString;
5652
+ encoder_name: z.ZodString;
5653
5653
  }, "strip", z.ZodTypeAny, {
5654
- encoder_id: string;
5654
+ encoder_name: string;
5655
5655
  }, {
5656
- encoder_id: string;
5656
+ encoder_name: string;
5657
5657
  }>>;
5658
5658
  }, "strip", z.ZodTypeAny, {
5659
5659
  august_metadata?: {
@@ -5876,7 +5876,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
5876
5876
  _member_group_id?: string | undefined;
5877
5877
  } | undefined;
5878
5878
  assa_abloy_vostio_metadata?: {
5879
- encoder_id: string;
5879
+ encoder_name: string;
5880
5880
  } | undefined;
5881
5881
  }, {
5882
5882
  august_metadata?: {
@@ -6099,7 +6099,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6099
6099
  _member_group_id?: string | undefined;
6100
6100
  } | undefined;
6101
6101
  assa_abloy_vostio_metadata?: {
6102
- encoder_id: string;
6102
+ encoder_name: string;
6103
6103
  } | undefined;
6104
6104
  }>>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<{
6105
6105
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
@@ -6877,7 +6877,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
6877
6877
  _member_group_id?: string | undefined;
6878
6878
  } | undefined;
6879
6879
  assa_abloy_vostio_metadata?: {
6880
- encoder_id: string;
6880
+ encoder_name: string;
6881
6881
  } | undefined;
6882
6882
  } & {
6883
6883
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
@@ -7284,7 +7284,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
7284
7284
  _member_group_id?: string | undefined;
7285
7285
  } | undefined;
7286
7286
  assa_abloy_vostio_metadata?: {
7287
- encoder_id: string;
7287
+ encoder_name: string;
7288
7288
  } | undefined;
7289
7289
  } & {
7290
7290
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
@@ -8417,11 +8417,11 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
8417
8417
  _member_group_id?: string | undefined;
8418
8418
  }>>;
8419
8419
  assa_abloy_vostio_metadata: z.ZodOptional<z.ZodObject<{
8420
- encoder_id: z.ZodString;
8420
+ encoder_name: z.ZodString;
8421
8421
  }, "strip", z.ZodTypeAny, {
8422
- encoder_id: string;
8422
+ encoder_name: string;
8423
8423
  }, {
8424
- encoder_id: string;
8424
+ encoder_name: string;
8425
8425
  }>>;
8426
8426
  }, "strip", z.ZodTypeAny, {
8427
8427
  august_metadata?: {
@@ -8644,7 +8644,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
8644
8644
  _member_group_id?: string | undefined;
8645
8645
  } | undefined;
8646
8646
  assa_abloy_vostio_metadata?: {
8647
- encoder_id: string;
8647
+ encoder_name: string;
8648
8648
  } | undefined;
8649
8649
  }, {
8650
8650
  august_metadata?: {
@@ -8867,7 +8867,7 @@ declare const unmanaged_device: z.ZodObject<z.objectUtil.extendShape<z.objectUti
8867
8867
  _member_group_id?: string | undefined;
8868
8868
  } | undefined;
8869
8869
  assa_abloy_vostio_metadata?: {
8870
- encoder_id: string;
8870
+ encoder_name: string;
8871
8871
  } | undefined;
8872
8872
  }>>, z.ZodIntersection<z.ZodObject<z.objectUtil.extendShape<{
8873
8873
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
@@ -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
  };
@@ -14225,7 +14228,7 @@ declare const _default: {
14225
14228
  };
14226
14229
  assa_abloy_vostio_metadata: {
14227
14230
  properties: {
14228
- encoder_id: {
14231
+ encoder_name: {
14229
14232
  type: string;
14230
14233
  };
14231
14234
  };
@@ -22426,10 +22429,12 @@ declare const _default: {
22426
22429
  description: string;
22427
22430
  properties: {
22428
22431
  ends_at: {
22432
+ description: string;
22429
22433
  format: string;
22430
22434
  type: string;
22431
22435
  };
22432
22436
  starts_at: {
22437
+ description: string;
22433
22438
  format: string;
22434
22439
  type: string;
22435
22440
  };
@@ -22671,10 +22676,12 @@ declare const _default: {
22671
22676
  description: string;
22672
22677
  properties: {
22673
22678
  ends_at: {
22679
+ description: string;
22674
22680
  format: string;
22675
22681
  type: string;
22676
22682
  };
22677
22683
  starts_at: {
22684
+ description: string;
22678
22685
  format: string;
22679
22686
  type: string;
22680
22687
  };
@@ -31957,8 +31964,7 @@ interface Routes {
31957
31964
  error: null;
31958
31965
  action_type: 'ENCODE_CREDENTIAL';
31959
31966
  /** Means by which a user gains access at an entrance.
31960
-
31961
- 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. */
31962
31968
  result: {
31963
31969
  /** ID of the credential. */
31964
31970
  acs_credential_id: string;
@@ -32841,8 +32847,7 @@ interface Routes {
32841
32847
  error: null;
32842
32848
  action_type: 'ENCODE_CREDENTIAL';
32843
32849
  /** Means by which a user gains access at an entrance.
32844
-
32845
- 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. */
32846
32851
  result: {
32847
32852
  /** ID of the credential. */
32848
32853
  acs_credential_id: string;
@@ -33882,8 +33887,7 @@ interface Routes {
33882
33887
  error: null;
33883
33888
  action_type: 'ENCODE_CREDENTIAL';
33884
33889
  /** Means by which a user gains access at an entrance.
33885
-
33886
- 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. */
33887
33891
  result: {
33888
33892
  /** ID of the credential. */
33889
33893
  acs_credential_id: string;
@@ -34753,8 +34757,7 @@ interface Routes {
34753
34757
  error: null;
34754
34758
  action_type: 'ENCODE_CREDENTIAL';
34755
34759
  /** Means by which a user gains access at an entrance.
34756
-
34757
- 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. */
34758
34761
  result: {
34759
34762
  /** ID of the credential. */
34760
34763
  acs_credential_id: string;
@@ -35275,11 +35278,8 @@ interface Routes {
35275
35278
  };
35276
35279
  formData: {};
35277
35280
  jsonResponse: {
35278
- /**
35279
- 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.
35280
-
35281
- 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).
35282
- */
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). */
35283
35283
  acs_access_group: {
35284
35284
  /** ID of the access group. */
35285
35285
  acs_access_group_id: string;
@@ -35290,10 +35290,10 @@ interface Routes {
35290
35290
  /** Name of the access group. */
35291
35291
  name: string;
35292
35292
  /**
35293
- * @deprecated use external_type */
35293
+ * @deprecated Use `external_type`. */
35294
35294
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35295
35295
  /**
35296
- * @deprecated use external_type_display_name */
35296
+ * @deprecated Use `external_type_display_name`. */
35297
35297
  access_group_type_display_name: string;
35298
35298
  display_name: string;
35299
35299
  /** Brand-specific terminology for the access group type. */
@@ -35329,10 +35329,10 @@ interface Routes {
35329
35329
  /** Name of the access group. */
35330
35330
  name: string;
35331
35331
  /**
35332
- * @deprecated use external_type */
35332
+ * @deprecated Use `external_type`. */
35333
35333
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35334
35334
  /**
35335
- * @deprecated use external_type_display_name */
35335
+ * @deprecated Use `external_type_display_name`. */
35336
35336
  access_group_type_display_name: string;
35337
35337
  display_name: string;
35338
35338
  /** Brand-specific terminology for the access group type. */
@@ -35437,7 +35437,9 @@ interface Routes {
35437
35437
  is_suspended: boolean;
35438
35438
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
35439
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. */
35440
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. */
35441
35443
  ends_at: string;
35442
35444
  } | undefined;
35443
35445
  /** ID of the user identity associated with the `acs_user`. */
@@ -35542,10 +35544,10 @@ interface Routes {
35542
35544
  /** Name of the access group. */
35543
35545
  name: string;
35544
35546
  /**
35545
- * @deprecated use external_type */
35547
+ * @deprecated Use `external_type`. */
35546
35548
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35547
35549
  /**
35548
- * @deprecated use external_type_display_name */
35550
+ * @deprecated Use `external_type_display_name`. */
35549
35551
  access_group_type_display_name: string;
35550
35552
  display_name: string;
35551
35553
  /** Brand-specific terminology for the access group type. */
@@ -35581,10 +35583,10 @@ interface Routes {
35581
35583
  /** Name of the access group. */
35582
35584
  name: string;
35583
35585
  /**
35584
- * @deprecated use external_type */
35586
+ * @deprecated Use `external_type`. */
35585
35587
  access_group_type: 'pti_unit' | 'pti_access_level' | 'salto_access_group' | 'brivo_group';
35586
35588
  /**
35587
- * @deprecated use external_type_display_name */
35589
+ * @deprecated Use `external_type_display_name`. */
35588
35590
  access_group_type_display_name: string;
35589
35591
  display_name: string;
35590
35592
  /** Brand-specific terminology for the access group type. */
@@ -35655,8 +35657,7 @@ interface Routes {
35655
35657
  formData: {};
35656
35658
  jsonResponse: {
35657
35659
  /** Means by which a user gains access at an entrance.
35658
-
35659
- 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. */
35660
35661
  acs_credential: {
35661
35662
  /** ID of the credential. */
35662
35663
  acs_credential_id: string;
@@ -35756,8 +35757,7 @@ interface Routes {
35756
35757
  formData: {};
35757
35758
  jsonResponse: {
35758
35759
  /** Means by which a user gains access at an entrance.
35759
-
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. */
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. */
35761
35761
  acs_credential: {
35762
35762
  /** ID of the credential. */
35763
35763
  acs_credential_id: string;
@@ -35842,8 +35842,7 @@ interface Routes {
35842
35842
  formData: {};
35843
35843
  jsonResponse: {
35844
35844
  /** Means by which a user gains access at an entrance.
35845
-
35846
- 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. */
35847
35846
  acs_credential: {
35848
35847
  /** ID of the credential. */
35849
35848
  acs_credential_id: string;
@@ -36068,8 +36067,7 @@ interface Routes {
36068
36067
  formData: {};
36069
36068
  jsonResponse: {
36070
36069
  /** Means by which a user gains access at an entrance.
36071
-
36072
- 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. */
36073
36071
  acs_credential: {
36074
36072
  /** ID of the credential. */
36075
36073
  acs_credential_id: string;
@@ -36142,8 +36140,7 @@ interface Routes {
36142
36140
  formData: {};
36143
36141
  jsonResponse: {
36144
36142
  /** Means by which a user gains access at an entrance.
36145
-
36146
- 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. */
36147
36144
  acs_credential: {
36148
36145
  /** ID of the credential. */
36149
36146
  acs_credential_id: string;
@@ -36302,8 +36299,7 @@ interface Routes {
36302
36299
  formData: {};
36303
36300
  jsonResponse: {
36304
36301
  /** Means by which a user gains access at an entrance.
36305
-
36306
- 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. */
36307
36303
  acs_credential: {
36308
36304
  /** ID of the credential. */
36309
36305
  acs_credential_id: string;
@@ -36617,8 +36613,7 @@ interface Routes {
36617
36613
  error: null;
36618
36614
  action_type: 'ENCODE_CREDENTIAL';
36619
36615
  /** Means by which a user gains access at an entrance.
36620
-
36621
- 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. */
36622
36617
  result: {
36623
36618
  /** ID of the credential. */
36624
36619
  acs_credential_id: string;
@@ -37431,7 +37426,7 @@ interface Routes {
37431
37426
  _member_group_id?: string | undefined;
37432
37427
  } | undefined;
37433
37428
  assa_abloy_vostio_metadata?: {
37434
- encoder_id: string;
37429
+ encoder_name: string;
37435
37430
  } | undefined;
37436
37431
  }) & ({
37437
37432
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -37836,8 +37831,7 @@ interface Routes {
37836
37831
  error: null;
37837
37832
  action_type: 'ENCODE_CREDENTIAL';
37838
37833
  /** Means by which a user gains access at an entrance.
37839
-
37840
- 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. */
37841
37835
  result: {
37842
37836
  /** ID of the credential. */
37843
37837
  acs_credential_id: string;
@@ -38329,6 +38323,7 @@ interface Routes {
38329
38323
  };
38330
38324
  formData: {};
38331
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). */
38332
38327
  acs_entrance: {
38333
38328
  /** ID of the access control system that contains the entrance. */
38334
38329
  acs_system_id: string;
@@ -38902,7 +38897,9 @@ interface Routes {
38902
38897
  is_suspended: boolean;
38903
38898
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
38904
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. */
38905
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. */
38906
38903
  ends_at: string;
38907
38904
  } | undefined;
38908
38905
  /** ID of the user identity associated with the `acs_user`. */
@@ -39015,7 +39012,9 @@ interface Routes {
39015
39012
  is_suspended: boolean;
39016
39013
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39017
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. */
39018
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. */
39019
39018
  ends_at: string;
39020
39019
  } | undefined;
39021
39020
  /** ID of the user identity associated with the `acs_user`. */
@@ -39124,7 +39123,9 @@ interface Routes {
39124
39123
  is_suspended: boolean;
39125
39124
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39126
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. */
39127
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. */
39128
39129
  ends_at: string;
39129
39130
  } | undefined;
39130
39131
  /** ID of the user identity associated with the `acs_user`. */
@@ -39323,7 +39324,9 @@ interface Routes {
39323
39324
  is_suspended: boolean;
39324
39325
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39325
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. */
39326
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. */
39327
39330
  ends_at: string;
39328
39331
  } | undefined;
39329
39332
  /** ID of the user identity associated with the `acs_user`. */
@@ -39427,7 +39430,9 @@ interface Routes {
39427
39430
  is_suspended: boolean;
39428
39431
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
39429
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. */
39430
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. */
39431
39436
  ends_at: string;
39432
39437
  } | undefined;
39433
39438
  /** ID of the user identity associated with the `acs_user`. */
@@ -39786,8 +39791,7 @@ interface Routes {
39786
39791
  error: null;
39787
39792
  action_type: 'ENCODE_CREDENTIAL';
39788
39793
  /** Means by which a user gains access at an entrance.
39789
-
39790
- 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. */
39791
39795
  result: {
39792
39796
  /** ID of the credential. */
39793
39797
  acs_credential_id: string;
@@ -40519,8 +40523,7 @@ interface Routes {
40519
40523
  error: null;
40520
40524
  action_type: 'ENCODE_CREDENTIAL';
40521
40525
  /** Means by which a user gains access at an entrance.
40522
-
40523
- 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. */
40524
40527
  result: {
40525
40528
  /** ID of the credential. */
40526
40529
  acs_credential_id: string;
@@ -41751,7 +41754,7 @@ interface Routes {
41751
41754
  _member_group_id?: string | undefined;
41752
41755
  } | undefined;
41753
41756
  assa_abloy_vostio_metadata?: {
41754
- encoder_id: string;
41757
+ encoder_name: string;
41755
41758
  } | undefined;
41756
41759
  }) & ({
41757
41760
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -42239,7 +42242,7 @@ interface Routes {
42239
42242
  _member_group_id?: string | undefined;
42240
42243
  } | undefined;
42241
42244
  assa_abloy_vostio_metadata?: {
42242
- encoder_id: string;
42245
+ encoder_name: string;
42243
42246
  } | undefined;
42244
42247
  }) & ({
42245
42248
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -43130,7 +43133,7 @@ interface Routes {
43130
43133
  _member_group_id?: string | undefined;
43131
43134
  } | undefined;
43132
43135
  assa_abloy_vostio_metadata?: {
43133
- encoder_id: string;
43136
+ encoder_name: string;
43134
43137
  } | undefined;
43135
43138
  }) & ({
43136
43139
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -43593,7 +43596,7 @@ interface Routes {
43593
43596
  _member_group_id?: string | undefined;
43594
43597
  } | undefined;
43595
43598
  assa_abloy_vostio_metadata?: {
43596
- encoder_id: string;
43599
+ encoder_name: string;
43597
43600
  } | undefined;
43598
43601
  }) & ({
43599
43602
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -44081,7 +44084,7 @@ interface Routes {
44081
44084
  _member_group_id?: string | undefined;
44082
44085
  } | undefined;
44083
44086
  assa_abloy_vostio_metadata?: {
44084
- encoder_id: string;
44087
+ encoder_name: string;
44085
44088
  } | undefined;
44086
44089
  }) & ({
44087
44090
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -44544,7 +44547,7 @@ interface Routes {
44544
44547
  _member_group_id?: string | undefined;
44545
44548
  } | undefined;
44546
44549
  assa_abloy_vostio_metadata?: {
44547
- encoder_id: string;
44550
+ encoder_name: string;
44548
44551
  } | undefined;
44549
44552
  }) & ({
44550
44553
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -44947,8 +44950,7 @@ interface Routes {
44947
44950
  error: null;
44948
44951
  action_type: 'ENCODE_CREDENTIAL';
44949
44952
  /** Means by which a user gains access at an entrance.
44950
-
44951
- 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. */
44952
44954
  result: {
44953
44955
  /** ID of the credential. */
44954
44956
  acs_credential_id: string;
@@ -45681,8 +45683,7 @@ interface Routes {
45681
45683
  error: null;
45682
45684
  action_type: 'ENCODE_CREDENTIAL';
45683
45685
  /** Means by which a user gains access at an entrance.
45684
-
45685
- 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. */
45686
45687
  result: {
45687
45688
  /** ID of the credential. */
45688
45689
  acs_credential_id: string;
@@ -46534,7 +46535,7 @@ interface Routes {
46534
46535
  _member_group_id?: string | undefined;
46535
46536
  } | undefined;
46536
46537
  assa_abloy_vostio_metadata?: {
46537
- encoder_id: string;
46538
+ encoder_name: string;
46538
46539
  } | undefined;
46539
46540
  }) & ({
46540
46541
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -46997,7 +46998,7 @@ interface Routes {
46997
46998
  _member_group_id?: string | undefined;
46998
46999
  } | undefined;
46999
47000
  assa_abloy_vostio_metadata?: {
47000
- encoder_id: string;
47001
+ encoder_name: string;
47001
47002
  } | undefined;
47002
47003
  }) & ({
47003
47004
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -47405,8 +47406,7 @@ interface Routes {
47405
47406
  error: null;
47406
47407
  action_type: 'ENCODE_CREDENTIAL';
47407
47408
  /** Means by which a user gains access at an entrance.
47408
-
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. */
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. */
47410
47410
  result: {
47411
47411
  /** ID of the credential. */
47412
47412
  acs_credential_id: string;
@@ -48149,8 +48149,7 @@ interface Routes {
48149
48149
  error: null;
48150
48150
  action_type: 'ENCODE_CREDENTIAL';
48151
48151
  /** Means by which a user gains access at an entrance.
48152
-
48153
- 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. */
48154
48153
  result: {
48155
48154
  /** ID of the credential. */
48156
48155
  acs_credential_id: string;
@@ -48932,8 +48931,7 @@ interface Routes {
48932
48931
  error: null;
48933
48932
  action_type: 'ENCODE_CREDENTIAL';
48934
48933
  /** Means by which a user gains access at an entrance.
48935
-
48936
- 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. */
48937
48935
  result: {
48938
48936
  /** ID of the credential. */
48939
48937
  acs_credential_id: string;
@@ -49848,8 +49846,7 @@ interface Routes {
49848
49846
  error: null;
49849
49847
  action_type: 'ENCODE_CREDENTIAL';
49850
49848
  /** Means by which a user gains access at an entrance.
49851
-
49852
- 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. */
49853
49850
  result: {
49854
49851
  /** ID of the credential. */
49855
49852
  acs_credential_id: string;
@@ -50584,8 +50581,7 @@ interface Routes {
50584
50581
  error: null;
50585
50582
  action_type: 'ENCODE_CREDENTIAL';
50586
50583
  /** Means by which a user gains access at an entrance.
50587
-
50588
- 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. */
50589
50585
  result: {
50590
50586
  /** ID of the credential. */
50591
50587
  acs_credential_id: string;
@@ -51423,7 +51419,7 @@ interface Routes {
51423
51419
  _member_group_id?: string | undefined;
51424
51420
  } | undefined;
51425
51421
  assa_abloy_vostio_metadata?: {
51426
- encoder_id: string;
51422
+ encoder_name: string;
51427
51423
  } | undefined;
51428
51424
  }) & ({
51429
51425
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -51828,8 +51824,7 @@ interface Routes {
51828
51824
  error: null;
51829
51825
  action_type: 'ENCODE_CREDENTIAL';
51830
51826
  /** Means by which a user gains access at an entrance.
51831
-
51832
- 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. */
51833
51828
  result: {
51834
51829
  /** ID of the credential. */
51835
51830
  acs_credential_id: string;
@@ -52566,8 +52561,7 @@ interface Routes {
52566
52561
  error: null;
52567
52562
  action_type: 'ENCODE_CREDENTIAL';
52568
52563
  /** Means by which a user gains access at an entrance.
52569
-
52570
- 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. */
52571
52565
  result: {
52572
52566
  /** ID of the credential. */
52573
52567
  acs_credential_id: string;
@@ -53385,7 +53379,7 @@ interface Routes {
53385
53379
  _member_group_id?: string | undefined;
53386
53380
  } | undefined;
53387
53381
  assa_abloy_vostio_metadata?: {
53388
- encoder_id: string;
53382
+ encoder_name: string;
53389
53383
  } | undefined;
53390
53384
  }) & ({
53391
53385
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -53848,7 +53842,7 @@ interface Routes {
53848
53842
  _member_group_id?: string | undefined;
53849
53843
  } | undefined;
53850
53844
  assa_abloy_vostio_metadata?: {
53851
- encoder_id: string;
53845
+ encoder_name: string;
53852
53846
  } | undefined;
53853
53847
  }) & ({
53854
53848
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -54251,8 +54245,7 @@ interface Routes {
54251
54245
  error: null;
54252
54246
  action_type: 'ENCODE_CREDENTIAL';
54253
54247
  /** Means by which a user gains access at an entrance.
54254
-
54255
- 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. */
54256
54249
  result: {
54257
54250
  /** ID of the credential. */
54258
54251
  acs_credential_id: string;
@@ -55106,8 +55099,7 @@ interface Routes {
55106
55099
  error: null;
55107
55100
  action_type: 'ENCODE_CREDENTIAL';
55108
55101
  /** Means by which a user gains access at an entrance.
55109
-
55110
- 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. */
55111
55103
  result: {
55112
55104
  /** ID of the credential. */
55113
55105
  acs_credential_id: string;
@@ -56126,7 +56118,7 @@ interface Routes {
56126
56118
  _member_group_id?: string | undefined;
56127
56119
  } | undefined;
56128
56120
  assa_abloy_vostio_metadata?: {
56129
- encoder_id: string;
56121
+ encoder_name: string;
56130
56122
  } | undefined;
56131
56123
  }) & ({
56132
56124
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -56591,7 +56583,7 @@ interface Routes {
56591
56583
  _member_group_id?: string | undefined;
56592
56584
  } | undefined;
56593
56585
  assa_abloy_vostio_metadata?: {
56594
- encoder_id: string;
56586
+ encoder_name: string;
56595
56587
  } | undefined;
56596
56588
  }) & ({
56597
56589
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -56877,7 +56869,9 @@ interface Routes {
56877
56869
  is_suspended: boolean;
56878
56870
  /** `starts_at` and `ends_at` timestamps for the `acs_user`'s access. */
56879
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. */
56880
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. */
56881
56875
  ends_at: string;
56882
56876
  } | undefined;
56883
56877
  /** ID of the user identity associated with the `acs_user`. */
@@ -57377,8 +57371,7 @@ interface Routes {
57377
57371
  error: null;
57378
57372
  action_type: 'ENCODE_CREDENTIAL';
57379
57373
  /** Means by which a user gains access at an entrance.
57380
-
57381
- 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. */
57382
57375
  result: {
57383
57376
  /** ID of the credential. */
57384
57377
  acs_credential_id: string;