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 7.1.4 to 7.1.5

15

lib/types.d.ts

@@ -6,2 +6,5 @@ /// <reference types="node" />

};
export declare type JSONValue = string | number | boolean | {
[x: string]: JSONValue;
} | Array<JSONValue>;
export declare type ContentType = 'application/pdf' | 'image/jpeg' | 'image/png' | 'image/tiff';

@@ -28,2 +31,3 @@ export declare type GroundTruth = {

updatedBy: string | null;
metadata: Record<string, JSONValue> | null;
};

@@ -38,2 +42,3 @@ export declare type LasDocumentWithoutContent = Omit<LasDocument, 'content'>;

retentionInDays?: number;
metadata?: Record<string, JSONValue> | null;
};

@@ -45,2 +50,3 @@ export declare type UpdateDocumentOptions = RequestConfig & {

description?: string | null;
metadata?: Record<string, JSONValue> | null;
};

@@ -271,2 +277,3 @@ export declare type GetDocumentOptions = RequestConfig;

version: number;
metadata: Record<string, JSONValue> | null;
};

@@ -278,2 +285,3 @@ export declare type CreateDatasetOptions = RequestConfig & {

retentionInDays?: number;
metadata?: Record<string, JSONValue> | null;
};

@@ -285,2 +293,3 @@ export declare type UpdateDatasetOptions = RequestConfig & {

containsPersonallyIdentifiableInformation?: boolean;
metadata?: Record<string, JSONValue> | null;
};

@@ -467,2 +476,3 @@ export declare type DatasetList = {

preprocessConfig?: PreprocessConfig;
metadata?: Record<string, JSONValue> | null;
};

@@ -477,2 +487,3 @@ export declare type GetModelOptions = RequestConfig;

width?: number;
metadata?: Record<string, JSONValue> | null;
};

@@ -495,2 +506,3 @@ export declare type DeleteModelOptions = RequestConfig;

width: number;
metadata: Record<string, JSONValue> | null;
};

@@ -511,2 +523,3 @@ export declare type TrainingInstanceType = 'small-gpu' | 'medium-gpu' | 'large-gpu';

updatedTime: string | null;
metadata: Record<string, JSONValue> | null;
};

@@ -526,2 +539,3 @@ export declare type TrainingList = {

description?: string | null;
metadata?: Record<string, JSONValue> | null;
};

@@ -532,2 +546,3 @@ export declare type UpdateTrainingOptions = {

status?: 'cancelled';
metadata?: Record<string, JSONValue> | null;
};

@@ -534,0 +549,0 @@ export declare type PlanCurrency = 'NOK' | 'USD' | 'EUR';

2

package.json
{
"name": "@lucidtech/las-sdk-core",
"version": "7.1.4",
"version": "7.1.5",
"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