@seamapi/types 1.968.0 → 1.970.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/connect.cjs CHANGED
@@ -4645,6 +4645,11 @@ var acs_users_salto_ks_user_not_subscribed = common_acs_user_warning.extend({
4645
4645
  }).describe(
4646
4646
  "Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) is not subscribed on Salto KS, so they cannot unlock doors or perform any actions. This occurs when the their access schedule hasn\u2019t started yet, if their access schedule has ended, if the site has reached its limit for active users (subscription slots), or if they have been manually unsubscribed."
4647
4647
  );
4648
+ var acs_user_inactive = common_acs_user_warning.extend({
4649
+ warning_code: zod.z.literal("acs_user_inactive")
4650
+ }).describe(
4651
+ "Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access\u2014for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked."
4652
+ );
4648
4653
  var unknown_issue_with_acs_user = common_acs_user_warning.extend({
4649
4654
  warning_code: zod.z.literal("unknown_issue_with_acs_user")
4650
4655
  }).describe(
@@ -4658,12 +4663,14 @@ var latch_resident_user = common_acs_user_warning.extend({
4658
4663
  zod.z.object({
4659
4664
  being_deleted: acs_users_being_deleted.optional().nullable(),
4660
4665
  salto_ks_user_not_subscribed: acs_users_salto_ks_user_not_subscribed.optional().nullable(),
4666
+ acs_user_inactive: acs_user_inactive.optional().nullable(),
4661
4667
  unknown_issue_with_acs_user: unknown_issue_with_acs_user.optional().nullable(),
4662
4668
  latch_resident_user: latch_resident_user.optional().nullable()
4663
4669
  });
4664
4670
  var acs_users_warnings = zod.z.discriminatedUnion("warning_code", [
4665
4671
  acs_users_being_deleted,
4666
4672
  acs_users_salto_ks_user_not_subscribed,
4673
+ acs_user_inactive,
4667
4674
  unknown_issue_with_acs_user,
4668
4675
  latch_resident_user
4669
4676
  ]).describe(
@@ -12611,6 +12618,26 @@ var openapi = {
12611
12618
  required: ["created_at", "message", "warning_code"],
12612
12619
  type: "object"
12613
12620
  },
12621
+ {
12622
+ description: "Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access\u2014for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked.",
12623
+ properties: {
12624
+ created_at: {
12625
+ description: "Date and time at which Seam created the warning.",
12626
+ format: "date-time",
12627
+ type: "string"
12628
+ },
12629
+ message: {
12630
+ description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
12631
+ type: "string"
12632
+ },
12633
+ warning_code: {
12634
+ enum: ["acs_user_inactive"],
12635
+ type: "string"
12636
+ }
12637
+ },
12638
+ required: ["created_at", "message", "warning_code"],
12639
+ type: "object"
12640
+ },
12614
12641
  {
12615
12642
  description: "An unknown issue occurred while syncing the state of this [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.",
12616
12643
  properties: {
@@ -36641,6 +36668,26 @@ var openapi = {
36641
36668
  required: ["created_at", "message", "warning_code"],
36642
36669
  type: "object"
36643
36670
  },
36671
+ {
36672
+ description: "Indicates that the [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) exists but is not currently able to gain access\u2014for example, because their access schedule has not started yet or has ended, the access system has reached its limit for active users, or they have been unsubscribed or deactivated. Refer to the warning message for the provider-specific reason. This is distinct from `is_suspended`, which indicates the user has been explicitly blocked.",
36673
+ properties: {
36674
+ created_at: {
36675
+ description: "Date and time at which Seam created the warning.",
36676
+ format: "date-time",
36677
+ type: "string"
36678
+ },
36679
+ message: {
36680
+ description: "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
36681
+ type: "string"
36682
+ },
36683
+ warning_code: {
36684
+ enum: ["acs_user_inactive"],
36685
+ type: "string"
36686
+ }
36687
+ },
36688
+ required: ["created_at", "message", "warning_code"],
36689
+ type: "object"
36690
+ },
36644
36691
  {
36645
36692
  description: "An unknown issue occurred while syncing the state of this [access system user](https://docs.seam.co/low-level-apis/access-systems/user-management) with the provider. This issue may affect the proper functioning of this user.",
36646
36693
  properties: {
@@ -59698,7 +59745,6 @@ var openapi = {
59698
59745
  "dormakaba_oracode",
59699
59746
  "tedee",
59700
59747
  "keyincode",
59701
- "kisi",
59702
59748
  "akiles",
59703
59749
  "ecobee",
59704
59750
  "honeywell_resideo",
@@ -60201,7 +60247,6 @@ var openapi = {
60201
60247
  "dormakaba_oracode",
60202
60248
  "tedee",
60203
60249
  "keyincode",
60204
- "kisi",
60205
60250
  "akiles",
60206
60251
  "ecobee",
60207
60252
  "honeywell_resideo",
@@ -62455,7 +62500,6 @@ var openapi = {
62455
62500
  "dormakaba_oracode",
62456
62501
  "tedee",
62457
62502
  "keyincode",
62458
- "kisi",
62459
62503
  "akiles",
62460
62504
  "ecobee",
62461
62505
  "honeywell_resideo",
@@ -62957,7 +63001,6 @@ var openapi = {
62957
63001
  "dormakaba_oracode",
62958
63002
  "tedee",
62959
63003
  "keyincode",
62960
- "kisi",
62961
63004
  "akiles",
62962
63005
  "ecobee",
62963
63006
  "honeywell_resideo",
@@ -65086,7 +65129,6 @@ var openapi = {
65086
65129
  "dormakaba_oracode",
65087
65130
  "tedee",
65088
65131
  "keyincode",
65089
- "kisi",
65090
65132
  "akiles",
65091
65133
  "korelock",
65092
65134
  "smartthings",
@@ -65499,7 +65541,6 @@ var openapi = {
65499
65541
  "dormakaba_oracode",
65500
65542
  "tedee",
65501
65543
  "keyincode",
65502
- "kisi",
65503
65544
  "akiles",
65504
65545
  "korelock",
65505
65546
  "smartthings",