@@ -13045,31 +13045,6 @@ export default {
1304513045 required: ['message', 'created_at', 'warning_code'],
1304613046 type: 'object',
1304713047 },
13048- {
13049- description:
13050- 'Indicates that the device is offline but has some functionality available.',
13051- properties: {
13052- created_at: {
13053- description:
13054- 'Date and time at which Seam created the warning.',
13055- format: 'date-time',
13056- type: 'string',
13057- },
13058- message: {
13059- description:
13060- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
13061- type: 'string',
13062- },
13063- warning_code: {
13064- description:
13065- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
13066- enum: ['functional_offline_device'],
13067- type: 'string',
13068- },
13069- },
13070- required: ['message', 'created_at', 'warning_code'],
13071- type: 'object',
13072- },
1307313048 {
1307413049 description:
1307513050 'Indicates that a third-party integration has been detected.',
@@ -25680,31 +25655,6 @@ export default {
2568025655 required: ['message', 'created_at', 'warning_code'],
2568125656 type: 'object',
2568225657 },
25683- {
25684- description:
25685- 'Indicates that the device is offline but has some functionality available.',
25686- properties: {
25687- created_at: {
25688- description:
25689- 'Date and time at which Seam created the warning.',
25690- format: 'date-time',
25691- type: 'string',
25692- },
25693- message: {
25694- description:
25695- 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
25696- type: 'string',
25697- },
25698- warning_code: {
25699- description:
25700- 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
25701- enum: ['functional_offline_device'],
25702- type: 'string',
25703- },
25704- },
25705- required: ['message', 'created_at', 'warning_code'],
25706- type: 'object',
25707- },
2570825658 {
2570925659 description:
2571025660 'Indicates that a third-party integration has been detected.',
0 commit comments