@lucidtech/las-sdk-core
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TokenStorage } from './storage'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Credentials, Token } from './credentials'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { Credentials, Token } from './credentials'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Token } from './credentials'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -443,2 +443,3 @@ /// <reference types="node" /> | ||
name: string | null; | ||
numberOfDataBundles: number; | ||
preprocessConfig: PreprocessConfig; | ||
@@ -445,0 +446,0 @@ status: 'active' | 'inactive' | 'training'; |
"use strict"; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export declare type BuildURLParams = Record<string, undefined | string | Array<string> | number>; | ||
export declare function buildURL(url: string, params?: BuildURLParams): string; | ||
export declare function wait(ms: number): Promise<void>; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@lucidtech/las-sdk-core", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"author": "Lucidtech AS <hello@lucidtech.ai>", | ||
@@ -33,3 +33,3 @@ "maintainers": [ | ||
}, | ||
"gitHead": "e68c66ac9d22e53a4b58065c399da643c165cfd3" | ||
"gitHead": "c1b1e89284f5e8de3a4b8b8574a4848d4df22081" | ||
} |
@@ -523,2 +523,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ | ||
name: string | null; | ||
numberOfDataBundles: number; | ||
preprocessConfig: PreprocessConfig; | ||
@@ -525,0 +526,0 @@ status: 'active' | 'inactive' | 'training'; |
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
4953
221323