@lucidtech/las-sdk-core
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -350,2 +350,3 @@ /// <reference types="node" /> | ||
description: string | null; | ||
documentRetentionInDays: number; | ||
monthlyNumberOfDataBundlesAllowed: number; | ||
@@ -352,0 +353,0 @@ monthlyNumberOfDataBundlesCreated: number; |
{ | ||
"name": "@lucidtech/las-sdk-core", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"author": "Lucidtech AS <hello@lucidtech.ai>", | ||
@@ -33,3 +33,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "e101fb6bd5d89cde514bf961183c29028ea7e697" | ||
"gitHead": "a71dd6c1a93953f660a190f9c09912f16c61f5a0" | ||
} |
@@ -418,2 +418,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
description: string | null; | ||
documentRetentionInDays: number; | ||
monthlyNumberOfDataBundlesAllowed: number; | ||
@@ -420,0 +421,0 @@ monthlyNumberOfDataBundlesCreated: number; |
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
234703
5241