|
57 | 57 | "DeviceIntelligenceBreakdown", |
58 | 58 | "DeviceIntelligenceBreakdownDevice", |
59 | 59 | "DeviceIntelligenceBreakdownDeviceBreakdown", |
60 | | - "DeviceIntelligenceBreakdownProperties", |
61 | | - "DeviceIntelligenceBreakdownPropertiesDevice", |
62 | | - "DeviceIntelligenceBreakdownPropertiesGeolocation", |
63 | | - "DeviceIntelligenceBreakdownPropertiesIp", |
64 | 60 | "DeviceIntelligenceProperties", |
| 61 | + "DeviceIntelligencePropertiesDevice", |
| 62 | + "DeviceIntelligencePropertiesGeolocation", |
| 63 | + "DeviceIntelligencePropertiesIp", |
65 | 64 | "DeviceIntelligenceReport", |
66 | 65 | "Document", |
67 | 66 | "DocumentBreakdown", |
|
317 | 316 | "WebhookEventPayload", |
318 | 317 | "WebhookEventPayloadObject", |
319 | 318 | "WebhookEventPayloadResource", |
| 319 | + "WebhookEventResourceStatus", |
320 | 320 | "WebhookEventResourceType", |
321 | 321 | "WebhookEventType", |
322 | 322 | "WebhookResend", |
|
382 | 382 | from onfido.models.device_intelligence_breakdown import DeviceIntelligenceBreakdown as DeviceIntelligenceBreakdown |
383 | 383 | from onfido.models.device_intelligence_breakdown_device import DeviceIntelligenceBreakdownDevice as DeviceIntelligenceBreakdownDevice |
384 | 384 | from onfido.models.device_intelligence_breakdown_device_breakdown import DeviceIntelligenceBreakdownDeviceBreakdown as DeviceIntelligenceBreakdownDeviceBreakdown |
385 | | -from onfido.models.device_intelligence_breakdown_properties import DeviceIntelligenceBreakdownProperties as DeviceIntelligenceBreakdownProperties |
386 | | -from onfido.models.device_intelligence_breakdown_properties_device import DeviceIntelligenceBreakdownPropertiesDevice as DeviceIntelligenceBreakdownPropertiesDevice |
387 | | -from onfido.models.device_intelligence_breakdown_properties_geolocation import DeviceIntelligenceBreakdownPropertiesGeolocation as DeviceIntelligenceBreakdownPropertiesGeolocation |
388 | | -from onfido.models.device_intelligence_breakdown_properties_ip import DeviceIntelligenceBreakdownPropertiesIp as DeviceIntelligenceBreakdownPropertiesIp |
389 | 385 | from onfido.models.device_intelligence_properties import DeviceIntelligenceProperties as DeviceIntelligenceProperties |
| 386 | +from onfido.models.device_intelligence_properties_device import DeviceIntelligencePropertiesDevice as DeviceIntelligencePropertiesDevice |
| 387 | +from onfido.models.device_intelligence_properties_geolocation import DeviceIntelligencePropertiesGeolocation as DeviceIntelligencePropertiesGeolocation |
| 388 | +from onfido.models.device_intelligence_properties_ip import DeviceIntelligencePropertiesIp as DeviceIntelligencePropertiesIp |
390 | 389 | from onfido.models.device_intelligence_report import DeviceIntelligenceReport as DeviceIntelligenceReport |
391 | 390 | from onfido.models.document import Document as Document |
392 | 391 | from onfido.models.document_breakdown import DocumentBreakdown as DocumentBreakdown |
|
642 | 641 | from onfido.models.webhook_event_payload import WebhookEventPayload as WebhookEventPayload |
643 | 642 | from onfido.models.webhook_event_payload_object import WebhookEventPayloadObject as WebhookEventPayloadObject |
644 | 643 | from onfido.models.webhook_event_payload_resource import WebhookEventPayloadResource as WebhookEventPayloadResource |
| 644 | +from onfido.models.webhook_event_resource_status import WebhookEventResourceStatus as WebhookEventResourceStatus |
645 | 645 | from onfido.models.webhook_event_resource_type import WebhookEventResourceType as WebhookEventResourceType |
646 | 646 | from onfido.models.webhook_event_type import WebhookEventType as WebhookEventType |
647 | 647 | from onfido.models.webhook_resend import WebhookResend as WebhookResend |
|
0 commit comments