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

@emilgroup/claim-sdk

Package Overview
Dependencies
Maintainers
20
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emilgroup/claim-sdk - npm Package Compare versions

Comparing version
1.41.1-beta.43
to
1.41.1-beta.44
+3
-3
dist/models/create-regulation-item-request-dto.d.ts

@@ -65,3 +65,3 @@ /**

/**
* List of claim position categories that are covered by this regulation. Required for payout; optional for reserve and regress.
* List of claim position categories covered by this regulation. For payout, this is only supported when payoutProvider is PAYMENT_SERVICE.
* @type {Array<string>}

@@ -90,7 +90,7 @@ * @memberof CreateRegulationItemRequestDto

/**
* The partner code to use for the regulation item
* The partner code to use for the regulation item. Required only when regulationItemType is PAYOUT and payoutProvider is PAYMENT_SERVICE.
* @type {string}
* @memberof CreateRegulationItemRequestDto
*/
'partnerCode': string;
'partnerCode'?: string;
}

@@ -97,0 +97,0 @@ export declare const CreateRegulationItemRequestDtoRegulationItemTypeEnum: {

@@ -59,3 +59,3 @@ /**

/**
* List of claim position categories that are covered by this regulation. Required for payout; optional for reserve and regress.
* List of claim position categories covered by this regulation. For payout updates, only allowed when payoutProvider is PAYMENT_SERVICE.
* @type {Array<string>}

@@ -90,7 +90,7 @@ * @memberof UpdateRegulationItemRequestDto

/**
* The partner code to use for the regulation item
* The partner code to use for the regulation item. Required only when regulationItemType is PAYOUT and payoutProvider is PAYMENT_SERVICE.
* @type {string}
* @memberof UpdateRegulationItemRequestDto
*/
'partnerCode': string;
'partnerCode'?: string;
}

@@ -97,0 +97,0 @@ export declare const UpdateRegulationItemRequestDtoRegulationItemTypeEnum: {

@@ -70,3 +70,3 @@ /* tslint:disable */

/**
* List of claim position categories that are covered by this regulation. Required for payout; optional for reserve and regress.
* List of claim position categories covered by this regulation. For payout, this is only supported when payoutProvider is PAYMENT_SERVICE.
* @type {Array<string>}

@@ -95,7 +95,7 @@ * @memberof CreateRegulationItemRequestDto

/**
* The partner code to use for the regulation item
* The partner code to use for the regulation item. Required only when regulationItemType is PAYOUT and payoutProvider is PAYMENT_SERVICE.
* @type {string}
* @memberof CreateRegulationItemRequestDto
*/
'partnerCode': string;
'partnerCode'?: string;
}

@@ -102,0 +102,0 @@

@@ -64,3 +64,3 @@ /* tslint:disable */

/**
* List of claim position categories that are covered by this regulation. Required for payout; optional for reserve and regress.
* List of claim position categories covered by this regulation. For payout updates, only allowed when payoutProvider is PAYMENT_SERVICE.
* @type {Array<string>}

@@ -95,7 +95,7 @@ * @memberof UpdateRegulationItemRequestDto

/**
* The partner code to use for the regulation item
* The partner code to use for the regulation item. Required only when regulationItemType is PAYOUT and payoutProvider is PAYMENT_SERVICE.
* @type {string}
* @memberof UpdateRegulationItemRequestDto
*/
'partnerCode': string;
'partnerCode'?: string;
}

@@ -102,0 +102,0 @@

{
"name": "@emilgroup/claim-sdk",
"version": "1.41.1-beta.43",
"version": "1.41.1-beta.44",
"description": "OpenAPI client for @emilgroup/claim-sdk",

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

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

```
npm install @emilgroup/claim-sdk@1.41.1-beta.43 --save
npm install @emilgroup/claim-sdk@1.41.1-beta.44 --save
```
or
```
yarn add @emilgroup/claim-sdk@1.41.1-beta.43
yarn add @emilgroup/claim-sdk@1.41.1-beta.44
```

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