@chevre/factory 4.259.0 → 4.260.0

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.
@@ -98,6 +98,7 @@ export interface IPaymentService {
98
98
  export declare type IObject = IPaymentService[];
99
99
  export declare type IInformPayment = IInformActionAttributes<{}, undefined>;
100
100
  export interface IPotentialActions {
101
+ add2report: boolean;
101
102
  informPayment?: IInformPayment[];
102
103
  }
103
104
  export interface IInstrument {
@@ -11,6 +11,7 @@ export declare type IObject = IPaymentService[];
11
11
  export declare type IResult = any;
12
12
  export declare type IInformPayment = IInformActionAttributes<{}, undefined>;
13
13
  export interface IPotentialActions {
14
+ add2report: boolean;
14
15
  informPayment?: IInformPayment[];
15
16
  }
16
17
  export declare type IPurpose = IPayPurpose;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.259.0",
3
+ "version": "4.260.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",