@ubnt/uid-agent-component
Advanced tools
Comparing version 1.3.7 to 1.3.8
@@ -6,2 +6,3 @@ import React from 'react'; | ||
siteId: string; | ||
hasAccess: boolean; | ||
isMobileView: boolean; | ||
@@ -8,0 +9,0 @@ swaiFetch: SwaiFetch; |
@@ -47,3 +47,3 @@ import React from 'react'; | ||
} | null; | ||
export type MigrateStatus = 'none' | 'start' | 'check' | 'migrating' | 'failed'; | ||
export type MigrateStatus = 'none' | 'start' | 'check' | 'migrating' | 'failed' | 'close'; | ||
export type MigrateDevice = { | ||
@@ -50,0 +50,0 @@ id?: string; |
{ | ||
"name": "@ubnt/uid-agent-component", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2270375
3056