Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@memori.ai/memori-api-client

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-api-client - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

7

CHANGELOG.md
## [2.3.0](https://github.com/memori-ai/memori-api-client/compare/v2.2.2...v2.3.0) (2023-09-11)
### Features
* update import typings ([4bb0cdd](https://github.com/memori-ai/memori-api-client/commit/4bb0cddd0126fce7e210d4cca800c4f4cee3d7e3))
## [2.2.2](https://github.com/memori-ai/memori-api-client/compare/v2.2.1...v2.2.2) (2023-08-25)

@@ -4,0 +11,0 @@

3

dist/types.d.ts

@@ -618,2 +618,3 @@ export declare type Error = {

notPickable?: boolean;
importName?: string;
contextVarsToSet?: {

@@ -639,2 +640,4 @@ [key: string]: string;

importSize: number;
importName?: string;
importSpecsJSON?: string;
begin?: string;

@@ -641,0 +644,0 @@ end?: string;

@@ -618,2 +618,3 @@ export declare type Error = {

notPickable?: boolean;
importName?: string;
contextVarsToSet?: {

@@ -639,2 +640,4 @@ [key: string]: string;

importSize: number;
importName?: string;
importSpecsJSON?: string;
begin?: string;

@@ -641,0 +644,0 @@ end?: string;

2

package.json
{
"version": "2.2.2",
"version": "2.3.0",
"name": "@memori.ai/memori-api-client",

@@ -4,0 +4,0 @@ "description": "React library to integrate a Memori in your app or website",

@@ -916,2 +916,3 @@ export declare type Error = {

notPickable?: boolean;
importName?: string;
contextVarsToSet?: {

@@ -979,2 +980,12 @@ [key: string]: string;

/**
* @type {string?}
* Name of this import, if set when the Import process was requested.
*/
importName?: string;
/**
* @type {string?}
* Original parameters of the Import process request, as a JSON structure, excluding the document rows.
*/
importSpecsJSON?: string;
/**
* @type {string=}

@@ -981,0 +992,0 @@ * Timestamp of start of the Import process. Null until the Import process is in Starting status.

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc