Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
6
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

0

lib/client.d.ts

@@ -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 });

16

lib/types.d.ts

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc