@fiado/type-kit 1.2.46 → 1.2.48

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.
@@ -20,5 +20,5 @@ export declare class TransactionGetDetailResponse {
20
20
  date: string;
21
21
  operation: OperationEnum;
22
22
  displayName: string;
23
- transactionType?: string | null;
23
+ transactionType?: string;
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.2.46",
3
+ "version": "1.2.48",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -21,5 +21,5 @@ export class TransactionGetDetailResponse {
21
21
  date:string
22
22
  operation: OperationEnum
23
23
  displayName: string
24
- transactionType?: string | null
24
+ transactionType?: string
25
25
  }