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
20
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.43.0
to
1.44.0
+6
-0
dist/models/create-document-request-dto.d.ts

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

/**
* 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.

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

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

/**
* 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.

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

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

/**
* 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.

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

@@ -78,2 +78,8 @@ /* 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.

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

@@ -42,2 +42,8 @@ /* 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.

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

@@ -78,2 +78,8 @@ /* 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.

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

+1
-1
{
"name": "@emilgroup/document-sdk-node",
"version": "1.43.0",
"version": "1.44.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.43.0 --save
npm install @emilgroup/document-sdk-node@1.44.0 --save
```
or
```
yarn add @emilgroup/document-sdk-node@1.43.0
yarn add @emilgroup/document-sdk-node@1.44.0
```

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