@lucidtech/las-sdk-core
Advanced tools
Comparing version 8.0.0 to 8.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 }); |
@@ -246,8 +246,9 @@ /// <reference types="node" /> | ||
export declare type PredictionResponse = { | ||
predictionId: string; | ||
modelId: string; | ||
documentId: string; | ||
inferenceTime: number; | ||
modelId: string; | ||
predictionId: string; | ||
predictions: Array<Prediction>; | ||
timestamp: number; | ||
predictions: Array<Prediction>; | ||
trainingId: string | null; | ||
}; | ||
@@ -330,2 +331,3 @@ export declare type ListPredictionsOptions = RequestConfig & PaginationOptions; | ||
email: string; | ||
metadata: Record<string, JSONValue> | null; | ||
name: string | null; | ||
@@ -337,9 +339,11 @@ updatedBy: string | null; | ||
export declare type CreateUserOptions = RequestConfig & { | ||
appClientId?: string; | ||
avatar?: string; | ||
metadata?: Record<string, JSONValue> | null; | ||
name?: string; | ||
avatar?: string; | ||
appClientId?: string; | ||
}; | ||
export declare type UpdateUserOptions = RequestConfig & { | ||
avatar?: string | null; | ||
metadata?: Record<string, JSONValue> | null; | ||
name?: string | null; | ||
avatar?: string | null; | ||
}; | ||
@@ -346,0 +350,0 @@ export declare type ListUsersOptions = RequestConfig & PaginationOptions; |
"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": "8.0.0", | ||
"version": "8.0.1", | ||
"author": "Lucidtech AS <hello@lucidtech.ai>", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
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
119204
2449