@@ -13383,6 +13383,31 @@ export default {
1338313383 required: ['message', 'created_at', 'warning_code'],
1338413384 type: 'object',
1338513385 },
13386+ {
13387+ description:
13388+ 'Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.',
13389+ properties: {
13390+ created_at: {
13391+ description:
13392+ 'Date and time at which Seam created the warning.',
13393+ format: 'date-time',
13394+ type: 'string',
13395+ },
13396+ message: {
13397+ description:
13398+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
13399+ type: 'string',
13400+ },
13401+ warning_code: {
13402+ description:
13403+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13404+ enum: ['ultraloq_time_zone_unknown'],
13405+ type: 'string',
13406+ },
13407+ },
13408+ required: ['message', 'created_at', 'warning_code'],
13409+ type: 'object',
13410+ },
1338613411 {
1338713412 description:
1338813413 'Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.',
@@ -26019,6 +26044,31 @@ export default {
2601926044 required: ['message', 'created_at', 'warning_code'],
2602026045 type: 'object',
2602126046 },
26047+ {
26048+ description:
26049+ 'Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.',
26050+ properties: {
26051+ created_at: {
26052+ description:
26053+ 'Date and time at which Seam created the warning.',
26054+ format: 'date-time',
26055+ type: 'string',
26056+ },
26057+ message: {
26058+ description:
26059+ 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
26060+ type: 'string',
26061+ },
26062+ warning_code: {
26063+ description:
26064+ 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
26065+ enum: ['ultraloq_time_zone_unknown'],
26066+ type: 'string',
26067+ },
26068+ },
26069+ required: ['message', 'created_at', 'warning_code'],
26070+ type: 'object',
26071+ },
2602226072 {
2602326073 description:
2602426074 'Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.',
0 commit comments