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

Package Overview
Dependencies
Maintainers
19
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/document-sdk - npm Package Compare versions

Comparing version
1.44.1-beta.8
to
1.45.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",
"version": "1.44.1-beta.8",
"version": "1.45.0",
"description": "OpenAPI client for @emilgroup/document-sdk",

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

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

```
npm install @emilgroup/document-sdk@1.44.1-beta.8 --save
npm install @emilgroup/document-sdk@1.45.0 --save
```
or
```
yarn add @emilgroup/document-sdk@1.44.1-beta.8
yarn add @emilgroup/document-sdk@1.45.0
```

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