@fiado/type-kit 1.2.38 → 1.2.39

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.
@@ -18,5 +18,5 @@ export declare class TransactionGetDetailResponse {
18
18
  notional: Notional | null;
19
19
  status: TransactionStatusEnum;
20
20
  date: string;
21
- opertaion: OperationEnum;
21
+ operation: OperationEnum;
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.2.38",
3
+ "version": "1.2.39",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -19,5 +19,5 @@ export class TransactionGetDetailResponse {
19
19
  notional: Notional|null
20
20
  status: TransactionStatusEnum
21
21
  date:string
22
- opertaion: OperationEnum
22
+ operation: OperationEnum
23
23
  }