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

@emilgroup/customer-sdk-node

Package Overview
Dependencies
Maintainers
18
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.50.0
to
1.50.1-beta.5
+6
-0
dist/models/claim-class.d.ts

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

/**
* The slug of the product that the claim is made against
* @type {string}
* @memberof ClaimClass
*/
'productSlug': string;
/**
* Unique identifier of the product that the claim is made against

@@ -69,0 +75,0 @@ * @type {number}

@@ -31,2 +31,14 @@ /**

'nextPageToken': string;
/**
* Total items
* @type {number}
* @memberof ListCustomerClaimsResponseClass
*/
'totalItems': number;
/**
* Items per page
* @type {number}
* @memberof ListCustomerClaimsResponseClass
*/
'itemsPerPage': number;
}

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

/**
* The slug of the product that the claim is made against
* @type {string}
* @memberof ClaimClass
*/
'productSlug': string;
/**
* Unique identifier of the product that the claim is made against

@@ -74,0 +80,0 @@ * @type {number}

@@ -36,3 +36,15 @@ /* tslint:disable */

'nextPageToken': string;
/**
* Total items
* @type {number}
* @memberof ListCustomerClaimsResponseClass
*/
'totalItems': number;
/**
* Items per page
* @type {number}
* @memberof ListCustomerClaimsResponseClass
*/
'itemsPerPage': number;
}
+1
-1
{
"name": "@emilgroup/customer-sdk-node",
"version": "1.50.0",
"version": "1.50.1-beta.5",
"description": "OpenAPI client for @emilgroup/customer-sdk-node",

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

@@ -20,7 +20,7 @@ # Emil Customer SDK for Nodejs

```
npm install @emilgroup/customer-sdk-node@1.50.0 --save
npm install @emilgroup/customer-sdk-node@1.50.1-beta.5 --save
```
or
```
yarn add @emilgroup/customer-sdk-node@1.50.0
yarn add @emilgroup/customer-sdk-node@1.50.1-beta.5
```

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