@seamapi/types 1.361.1 → 1.363.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.
@@ -6990,20 +6990,6 @@ export default {
6990
6990
  required: ['message', 'created_at', 'warning_code'],
6991
6991
  type: 'object',
6992
6992
  },
6993
- {
6994
- description: 'A Salto Lock displaying an unknown device type.',
6995
- properties: {
6996
- created_at: { format: 'date-time', type: 'string' },
6997
- message: { type: 'string' },
6998
- warning_code: {
6999
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7000
- enum: ['salto_unknown_device_type'],
7001
- type: 'string',
7002
- },
7003
- },
7004
- required: ['message', 'created_at', 'warning_code'],
7005
- type: 'object',
7006
- },
7007
6993
  {
7008
6994
  description: 'Wyze Lock is not connected to a gateway.',
7009
6995
  properties: {
@@ -7151,7 +7137,7 @@ export default {
7151
7137
  message: { type: 'string' },
7152
7138
  warning_code: {
7153
7139
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7154
- enum: ['salto_office_mode'],
7140
+ enum: ['salto_ks_office_mode'],
7155
7141
  type: 'string',
7156
7142
  },
7157
7143
  },
@@ -7165,7 +7151,21 @@ export default {
7165
7151
  message: { type: 'string' },
7166
7152
  warning_code: {
7167
7153
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7168
- enum: ['salto_privacy_mode'],
7154
+ enum: ['salto_ks_privacy_mode'],
7155
+ type: 'string',
7156
+ },
7157
+ },
7158
+ required: ['message', 'created_at', 'warning_code'],
7159
+ type: 'object',
7160
+ },
7161
+ {
7162
+ description: 'Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Please increase your subscription limit, or delete some users from your site to rectify this.',
7163
+ properties: {
7164
+ created_at: { format: 'date-time', type: 'string' },
7165
+ message: { type: 'string' },
7166
+ warning_code: {
7167
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7168
+ enum: ['salto_ks_subscription_limit_almost_reached'],
7169
7169
  type: 'string',
7170
7170
  },
7171
7171
  },
@@ -8790,6 +8790,102 @@ export default {
8790
8790
  type: 'object',
8791
8791
  'x-route-path': '/acs/access_groups',
8792
8792
  },
8793
+ {
8794
+ description: 'An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was added.',
8795
+ properties: {
8796
+ acs_entrance_id: { format: 'uuid', type: 'string' },
8797
+ acs_system_id: {
8798
+ description: 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
8799
+ format: 'uuid',
8800
+ type: 'string',
8801
+ },
8802
+ connected_account_id: {
8803
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8804
+ format: 'uuid',
8805
+ type: 'string',
8806
+ },
8807
+ created_at: {
8808
+ description: 'Date and time at which the event was created.',
8809
+ format: 'date-time',
8810
+ type: 'string',
8811
+ },
8812
+ event_id: {
8813
+ description: 'ID of the event.',
8814
+ format: 'uuid',
8815
+ type: 'string',
8816
+ },
8817
+ event_type: { enum: ['acs_entrance.added'], type: 'string' },
8818
+ occurred_at: {
8819
+ description: 'Date and time at which the event occurred.',
8820
+ format: 'date-time',
8821
+ type: 'string',
8822
+ },
8823
+ workspace_id: {
8824
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8825
+ format: 'uuid',
8826
+ type: 'string',
8827
+ },
8828
+ },
8829
+ required: [
8830
+ 'event_id',
8831
+ 'workspace_id',
8832
+ 'created_at',
8833
+ 'occurred_at',
8834
+ 'acs_system_id',
8835
+ 'acs_entrance_id',
8836
+ 'event_type',
8837
+ ],
8838
+ type: 'object',
8839
+ 'x-route-path': '/acs/entrances',
8840
+ },
8841
+ {
8842
+ description: 'An [ACS entrance](https://docs.seam.co/latest/capability-guides/retrieving-entrance-details) was removed.',
8843
+ properties: {
8844
+ acs_entrance_id: { format: 'uuid', type: 'string' },
8845
+ acs_system_id: {
8846
+ description: 'ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems).',
8847
+ format: 'uuid',
8848
+ type: 'string',
8849
+ },
8850
+ connected_account_id: {
8851
+ description: 'ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts).',
8852
+ format: 'uuid',
8853
+ type: 'string',
8854
+ },
8855
+ created_at: {
8856
+ description: 'Date and time at which the event was created.',
8857
+ format: 'date-time',
8858
+ type: 'string',
8859
+ },
8860
+ event_id: {
8861
+ description: 'ID of the event.',
8862
+ format: 'uuid',
8863
+ type: 'string',
8864
+ },
8865
+ event_type: { enum: ['acs_entrance.removed'], type: 'string' },
8866
+ occurred_at: {
8867
+ description: 'Date and time at which the event occurred.',
8868
+ format: 'date-time',
8869
+ type: 'string',
8870
+ },
8871
+ workspace_id: {
8872
+ description: 'ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces).',
8873
+ format: 'uuid',
8874
+ type: 'string',
8875
+ },
8876
+ },
8877
+ required: [
8878
+ 'event_id',
8879
+ 'workspace_id',
8880
+ 'created_at',
8881
+ 'occurred_at',
8882
+ 'acs_system_id',
8883
+ 'acs_entrance_id',
8884
+ 'event_type',
8885
+ ],
8886
+ type: 'object',
8887
+ 'x-route-path': '/acs/entrances',
8888
+ },
8793
8889
  {
8794
8890
  description: 'A [client session](https://docs.seam.co/latest/core-concepts/authentication/client-session-tokens) was deleted.',
8795
8891
  properties: {
@@ -13783,20 +13879,6 @@ export default {
13783
13879
  required: ['message', 'created_at', 'warning_code'],
13784
13880
  type: 'object',
13785
13881
  },
13786
- {
13787
- description: 'A Salto Lock displaying an unknown device type.',
13788
- properties: {
13789
- created_at: { format: 'date-time', type: 'string' },
13790
- message: { type: 'string' },
13791
- warning_code: {
13792
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13793
- enum: ['salto_unknown_device_type'],
13794
- type: 'string',
13795
- },
13796
- },
13797
- required: ['message', 'created_at', 'warning_code'],
13798
- type: 'object',
13799
- },
13800
13882
  {
13801
13883
  description: 'Wyze Lock is not connected to a gateway.',
13802
13884
  properties: {
@@ -13944,7 +14026,7 @@ export default {
13944
14026
  message: { type: 'string' },
13945
14027
  warning_code: {
13946
14028
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13947
- enum: ['salto_office_mode'],
14029
+ enum: ['salto_ks_office_mode'],
13948
14030
  type: 'string',
13949
14031
  },
13950
14032
  },
@@ -13958,7 +14040,21 @@ export default {
13958
14040
  message: { type: 'string' },
13959
14041
  warning_code: {
13960
14042
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13961
- enum: ['salto_privacy_mode'],
14043
+ enum: ['salto_ks_privacy_mode'],
14044
+ type: 'string',
14045
+ },
14046
+ },
14047
+ required: ['message', 'created_at', 'warning_code'],
14048
+ type: 'object',
14049
+ },
14050
+ {
14051
+ description: 'Indicates that the Salto KS site has exceeded 80% of the maximum number of allowed users. Please increase your subscription limit, or delete some users from your site to rectify this.',
14052
+ properties: {
14053
+ created_at: { format: 'date-time', type: 'string' },
14054
+ message: { type: 'string' },
14055
+ warning_code: {
14056
+ description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
14057
+ enum: ['salto_ks_subscription_limit_almost_reached'],
13962
14058
  type: 'string',
13963
14059
  },
13964
14060
  },
@@ -21372,6 +21468,8 @@ export default {
21372
21468
  'acs_encoder.added',
21373
21469
  'acs_encoder.removed',
21374
21470
  'acs_access_group.deleted',
21471
+ 'acs_entrance.added',
21472
+ 'acs_entrance.removed',
21375
21473
  'client_session.deleted',
21376
21474
  'connected_account.connected',
21377
21475
  'connected_account.created',
@@ -21454,6 +21552,8 @@ export default {
21454
21552
  'acs_encoder.added',
21455
21553
  'acs_encoder.removed',
21456
21554
  'acs_access_group.deleted',
21555
+ 'acs_entrance.added',
21556
+ 'acs_entrance.removed',
21457
21557
  'client_session.deleted',
21458
21558
  'connected_account.connected',
21459
21559
  'connected_account.created',