@@ -7598,22 +7598,6 @@ export default {
7598
7598
required: ['message', 'created_at', 'warning_code'],
7599
7599
type: 'object',
7600
7600
},
7601
- {
7602
- description:
7603
- 'A Salto Lock displaying an unknown device type.',
7604
- properties: {
7605
- created_at: { format: 'date-time', type: 'string' },
7606
- message: { type: 'string' },
7607
- warning_code: {
7608
- description:
7609
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7610
- enum: ['salto_unknown_device_type'],
7611
- type: 'string',
7612
- },
7613
- },
7614
- required: ['message', 'created_at', 'warning_code'],
7615
- type: 'object',
7616
- },
7617
7601
{
7618
7602
description: 'Wyze Lock is not connected to a gateway.',
7619
7603
properties: {
@@ -7774,7 +7758,7 @@ export default {
7774
7758
warning_code: {
7775
7759
description:
7776
7760
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7777
- enum: ['salto_office_mode '],
7761
+ enum: ['salto_ks_office_mode '],
7778
7762
type: 'string',
7779
7763
},
7780
7764
},
@@ -7790,7 +7774,23 @@ export default {
7790
7774
warning_code: {
7791
7775
description:
7792
7776
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7793
- enum: ['salto_privacy_mode'],
7777
+ enum: ['salto_ks_privacy_mode'],
7778
+ type: 'string',
7779
+ },
7780
+ },
7781
+ required: ['message', 'created_at', 'warning_code'],
7782
+ type: 'object',
7783
+ },
7784
+ {
7785
+ description:
7786
+ '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.',
7787
+ properties: {
7788
+ created_at: { format: 'date-time', type: 'string' },
7789
+ message: { type: 'string' },
7790
+ warning_code: {
7791
+ description:
7792
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
7793
+ enum: ['salto_ks_subscription_limit_almost_reached'],
7794
7794
type: 'string',
7795
7795
},
7796
7796
},
@@ -14967,22 +14967,6 @@ export default {
14967
14967
required: ['message', 'created_at', 'warning_code'],
14968
14968
type: 'object',
14969
14969
},
14970
- {
14971
- description:
14972
- 'A Salto Lock displaying an unknown device type.',
14973
- properties: {
14974
- created_at: { format: 'date-time', type: 'string' },
14975
- message: { type: 'string' },
14976
- warning_code: {
14977
- description:
14978
- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
14979
- enum: ['salto_unknown_device_type'],
14980
- type: 'string',
14981
- },
14982
- },
14983
- required: ['message', 'created_at', 'warning_code'],
14984
- type: 'object',
14985
- },
14986
14970
{
14987
14971
description: 'Wyze Lock is not connected to a gateway.',
14988
14972
properties: {
@@ -15143,7 +15127,7 @@ export default {
15143
15127
warning_code: {
15144
15128
description:
15145
15129
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15146
- enum: ['salto_office_mode '],
15130
+ enum: ['salto_ks_office_mode '],
15147
15131
type: 'string',
15148
15132
},
15149
15133
},
@@ -15159,7 +15143,23 @@ export default {
15159
15143
warning_code: {
15160
15144
description:
15161
15145
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15162
- enum: ['salto_privacy_mode'],
15146
+ enum: ['salto_ks_privacy_mode'],
15147
+ type: 'string',
15148
+ },
15149
+ },
15150
+ required: ['message', 'created_at', 'warning_code'],
15151
+ type: 'object',
15152
+ },
15153
+ {
15154
+ description:
15155
+ '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.',
15156
+ properties: {
15157
+ created_at: { format: 'date-time', type: 'string' },
15158
+ message: { type: 'string' },
15159
+ warning_code: {
15160
+ description:
15161
+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
15162
+ enum: ['salto_ks_subscription_limit_almost_reached'],
15163
15163
type: 'string',
15164
15164
},
15165
15165
},
0 commit comments