@bytexbyte/ike-app-api 1.0.86 → 1.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Auth/index.d.ts +1 -0
- package/lib/Product/type.d.ts +1 -0
- package/package.json +1 -1
package/lib/Auth/index.d.ts
CHANGED
package/lib/Product/type.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ export type Product = {
|
|
|
13
13
|
deviceStandbyTime: number;
|
|
14
14
|
isScanningAllow: boolean;
|
|
15
15
|
vendor: string;
|
|
16
|
+
forceIdv: boolean;
|
|
16
17
|
/** True if this tag/device has a row in `portfolio` (owned by someone). */
|
|
17
18
|
portfolioClaimed: boolean;
|
|
18
19
|
/** Present only when the request is authenticated; true if the owner is the current user. */
|