@fiado/type-kit 1.9.95 → 1.9.96

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.
@@ -7,4 +7,5 @@ export declare class ChargebackTransactionItem {
7
7
  currencyId: string;
8
8
  relatedTransactionId: string;
9
9
  status?: TransactionStatusEnum;
10
+ relatedProductId?: string;
10
11
  }
@@ -6,4 +6,5 @@ export declare class MembershipTransactionItem {
6
6
  transactionNumber: string;
7
7
  currencyId: string;
8
8
  status?: TransactionStatusEnum;
9
+ relatedProductId?: string;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fiado/type-kit",
3
- "version": "1.9.95",
3
+ "version": "1.9.96",
4
4
  "description": "",
5
5
  "main": "bin/index.js",
6
6
  "types": "bin/index.d.ts",
@@ -8,4 +8,5 @@ export class ChargebackTransactionItem {
8
8
  currencyId: string;
9
9
  relatedTransactionId: string;
10
10
  status?: TransactionStatusEnum;
11
+ relatedProductId?: string;
11
12
  }
@@ -7,4 +7,5 @@ export class MembershipTransactionItem {
7
7
  transactionNumber: string;
8
8
  currencyId: string;
9
9
  status?: TransactionStatusEnum;
10
+ relatedProductId?: string;
10
11
  }