You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@emilgroup/document-sdk-node

Package Overview
Dependencies
Maintainers
19
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/document-sdk-node - npm Package Compare versions

Comparing version
1.42.1-beta.11
to
1.43.0
+0
-6
dist/models/create-document-request-dto.d.ts

@@ -73,8 +73,2 @@ /**

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof CreateDocumentRequestDto
*/
'entityCode'?: string;
/**
* Identifier of the service that requested the creation of this document.

@@ -81,0 +75,0 @@ * @type {string}

@@ -37,8 +37,2 @@ /**

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof CreatePresignedPostRequestDto
*/
'entityCode'?: string;
/**
* Description of the document. Usually a short summary about the context in which the document is being used.

@@ -45,0 +39,0 @@ * @type {string}

@@ -73,8 +73,2 @@ /**

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof DocumentClass
*/
'entityCode'?: string;
/**
* Identifier of the service that requested the creation of this document.

@@ -81,0 +75,0 @@ * @type {string}

@@ -78,8 +78,2 @@ /* tslint:disable */

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof CreateDocumentRequestDto
*/
'entityCode'?: string;
/**
* Identifier of the service that requested the creation of this document.

@@ -86,0 +80,0 @@ * @type {string}

@@ -42,8 +42,2 @@ /* tslint:disable */

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof CreatePresignedPostRequestDto
*/
'entityCode'?: string;
/**
* Description of the document. Usually a short summary about the context in which the document is being used.

@@ -50,0 +44,0 @@ * @type {string}

@@ -78,8 +78,2 @@ /* tslint:disable */

/**
* Unique identifier of the entity that this object belongs to.
* @type {string}
* @memberof DocumentClass
*/
'entityCode'?: string;
/**
* Identifier of the service that requested the creation of this document.

@@ -86,0 +80,0 @@ * @type {string}

+1
-1
{
"name": "@emilgroup/document-sdk-node",
"version": "1.42.1-beta.11",
"version": "1.43.0",
"description": "OpenAPI client for @emilgroup/document-sdk-node",

@@ -5,0 +5,0 @@ "author": "OpenAPI-Generator Contributors",

@@ -20,7 +20,7 @@ # Emil Documents SDK

```
npm install @emilgroup/document-sdk-node@1.42.1-beta.11 --save
npm install @emilgroup/document-sdk-node@1.43.0 --save
```
or
```
yarn add @emilgroup/document-sdk-node@1.42.1-beta.11
yarn add @emilgroup/document-sdk-node@1.43.0
```

@@ -27,0 +27,0 @@