@emilgroup/payment-sdk 1.16.1-beta.26 → 1.16.1-beta.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/payment-sdk@1.16.1-beta.26 --save
20
+ npm install @emilgroup/payment-sdk@1.16.1-beta.30 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/payment-sdk@1.16.1-beta.26
24
+ yarn add @emilgroup/payment-sdk@1.16.1-beta.30
25
25
  ```
26
26
 
27
27
  And then you can import `PaymentsApi`.
@@ -46,7 +46,7 @@ export interface CreatePaymentRequestRequestDto {
46
46
  */
47
47
  'financialEntityNumber': string;
48
48
  /**
49
- * Type of the financial entity (e.g., invoice, claim_adjustment).
49
+ * Type of the financial entity (e.g., refund_allocation, claim_regulation).
50
50
  * @type {string}
51
51
  * @memberof CreatePaymentRequestRequestDto
52
52
  */
@@ -88,16 +88,14 @@ export declare const CreatePaymentRequestRequestDtoDirectionEnum: {
88
88
  };
89
89
  export type CreatePaymentRequestRequestDtoDirectionEnum = typeof CreatePaymentRequestRequestDtoDirectionEnum[keyof typeof CreatePaymentRequestRequestDtoDirectionEnum];
90
90
  export declare const CreatePaymentRequestRequestDtoFinancialEntityTypeEnum: {
91
- readonly ClaimAdjustment: "claim_adjustment";
92
- readonly CommissionSettlement: "commission_settlement";
93
- readonly Invoice: "invoice";
91
+ readonly ClaimRegulation: "claim_regulation";
92
+ readonly RefundAllocation: "refund_allocation";
94
93
  readonly Other: "other";
95
94
  };
96
95
  export type CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoFinancialEntityTypeEnum];
97
96
  export declare const CreatePaymentRequestRequestDtoDomainEntityTypeEnum: {
98
97
  readonly Other: "other";
99
98
  readonly Claim: "claim";
100
- readonly Premium: "premium";
101
- readonly Commission: "commission";
99
+ readonly Policy: "policy";
102
100
  };
103
101
  export type CreatePaymentRequestRequestDtoDomainEntityTypeEnum = typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum];
@@ -19,14 +19,12 @@ exports.CreatePaymentRequestRequestDtoDirectionEnum = {
19
19
  Disburse: 'disburse'
20
20
  };
21
21
  exports.CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = {
22
- ClaimAdjustment: 'claim_adjustment',
23
- CommissionSettlement: 'commission_settlement',
24
- Invoice: 'invoice',
22
+ ClaimRegulation: 'claim_regulation',
23
+ RefundAllocation: 'refund_allocation',
25
24
  Other: 'other'
26
25
  };
27
26
  exports.CreatePaymentRequestRequestDtoDomainEntityTypeEnum = {
28
27
  Other: 'other',
29
28
  Claim: 'claim',
30
- Premium: 'premium',
31
- Commission: 'commission'
29
+ Policy: 'policy'
32
30
  };
@@ -64,7 +64,7 @@ export interface PaymentRequestClass {
64
64
  */
65
65
  'financialEntityNumber': string;
66
66
  /**
67
- * Type of the financial entity (e.g., invoice, claim_adjustment).
67
+ * Type of the financial entity (e.g., invoice, claim_regulation).
68
68
  * @type {string}
69
69
  * @memberof PaymentRequestClass
70
70
  */
@@ -124,17 +124,15 @@ export declare const PaymentRequestClassDirectionEnum: {
124
124
  };
125
125
  export type PaymentRequestClassDirectionEnum = typeof PaymentRequestClassDirectionEnum[keyof typeof PaymentRequestClassDirectionEnum];
126
126
  export declare const PaymentRequestClassFinancialEntityTypeEnum: {
127
- readonly ClaimAdjustment: "claim_adjustment";
128
- readonly CommissionSettlement: "commission_settlement";
129
- readonly Invoice: "invoice";
127
+ readonly ClaimRegulation: "claim_regulation";
128
+ readonly RefundAllocation: "refund_allocation";
130
129
  readonly Other: "other";
131
130
  };
132
131
  export type PaymentRequestClassFinancialEntityTypeEnum = typeof PaymentRequestClassFinancialEntityTypeEnum[keyof typeof PaymentRequestClassFinancialEntityTypeEnum];
133
132
  export declare const PaymentRequestClassDomainEntityTypeEnum: {
134
133
  readonly Other: "other";
135
134
  readonly Claim: "claim";
136
- readonly Premium: "premium";
137
- readonly Commission: "commission";
135
+ readonly Policy: "policy";
138
136
  };
139
137
  export type PaymentRequestClassDomainEntityTypeEnum = typeof PaymentRequestClassDomainEntityTypeEnum[keyof typeof PaymentRequestClassDomainEntityTypeEnum];
140
138
  export declare const PaymentRequestClassStatusEnum: {
@@ -19,16 +19,14 @@ exports.PaymentRequestClassDirectionEnum = {
19
19
  Disburse: 'disburse'
20
20
  };
21
21
  exports.PaymentRequestClassFinancialEntityTypeEnum = {
22
- ClaimAdjustment: 'claim_adjustment',
23
- CommissionSettlement: 'commission_settlement',
24
- Invoice: 'invoice',
22
+ ClaimRegulation: 'claim_regulation',
23
+ RefundAllocation: 'refund_allocation',
25
24
  Other: 'other'
26
25
  };
27
26
  exports.PaymentRequestClassDomainEntityTypeEnum = {
28
27
  Other: 'other',
29
28
  Claim: 'claim',
30
- Premium: 'premium',
31
- Commission: 'commission'
29
+ Policy: 'policy'
32
30
  };
33
31
  exports.PaymentRequestClassStatusEnum = {
34
32
  Open: 'open',
@@ -51,7 +51,7 @@ export interface CreatePaymentRequestRequestDto {
51
51
  */
52
52
  'financialEntityNumber': string;
53
53
  /**
54
- * Type of the financial entity (e.g., invoice, claim_adjustment).
54
+ * Type of the financial entity (e.g., refund_allocation, claim_regulation).
55
55
  * @type {string}
56
56
  * @memberof CreatePaymentRequestRequestDto
57
57
  */
@@ -95,9 +95,8 @@ export const CreatePaymentRequestRequestDtoDirectionEnum = {
95
95
 
96
96
  export type CreatePaymentRequestRequestDtoDirectionEnum = typeof CreatePaymentRequestRequestDtoDirectionEnum[keyof typeof CreatePaymentRequestRequestDtoDirectionEnum];
97
97
  export const CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = {
98
- ClaimAdjustment: 'claim_adjustment',
99
- CommissionSettlement: 'commission_settlement',
100
- Invoice: 'invoice',
98
+ ClaimRegulation: 'claim_regulation',
99
+ RefundAllocation: 'refund_allocation',
101
100
  Other: 'other'
102
101
  } as const;
103
102
 
@@ -105,8 +104,7 @@ export type CreatePaymentRequestRequestDtoFinancialEntityTypeEnum = typeof Creat
105
104
  export const CreatePaymentRequestRequestDtoDomainEntityTypeEnum = {
106
105
  Other: 'other',
107
106
  Claim: 'claim',
108
- Premium: 'premium',
109
- Commission: 'commission'
107
+ Policy: 'policy'
110
108
  } as const;
111
109
 
112
110
  export type CreatePaymentRequestRequestDtoDomainEntityTypeEnum = typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum[keyof typeof CreatePaymentRequestRequestDtoDomainEntityTypeEnum];
@@ -69,7 +69,7 @@ export interface PaymentRequestClass {
69
69
  */
70
70
  'financialEntityNumber': string;
71
71
  /**
72
- * Type of the financial entity (e.g., invoice, claim_adjustment).
72
+ * Type of the financial entity (e.g., invoice, claim_regulation).
73
73
  * @type {string}
74
74
  * @memberof PaymentRequestClass
75
75
  */
@@ -131,9 +131,8 @@ export const PaymentRequestClassDirectionEnum = {
131
131
 
132
132
  export type PaymentRequestClassDirectionEnum = typeof PaymentRequestClassDirectionEnum[keyof typeof PaymentRequestClassDirectionEnum];
133
133
  export const PaymentRequestClassFinancialEntityTypeEnum = {
134
- ClaimAdjustment: 'claim_adjustment',
135
- CommissionSettlement: 'commission_settlement',
136
- Invoice: 'invoice',
134
+ ClaimRegulation: 'claim_regulation',
135
+ RefundAllocation: 'refund_allocation',
137
136
  Other: 'other'
138
137
  } as const;
139
138
 
@@ -141,8 +140,7 @@ export type PaymentRequestClassFinancialEntityTypeEnum = typeof PaymentRequestCl
141
140
  export const PaymentRequestClassDomainEntityTypeEnum = {
142
141
  Other: 'other',
143
142
  Claim: 'claim',
144
- Premium: 'premium',
145
- Commission: 'commission'
143
+ Policy: 'policy'
146
144
  } as const;
147
145
 
148
146
  export type PaymentRequestClassDomainEntityTypeEnum = typeof PaymentRequestClassDomainEntityTypeEnum[keyof typeof PaymentRequestClassDomainEntityTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/payment-sdk",
3
- "version": "1.16.1-beta.26",
3
+ "version": "1.16.1-beta.30",
4
4
  "description": "OpenAPI client for @emilgroup/payment-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [