@better-giving/donation 3.0.29 → 3.0.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.
@@ -86,8 +86,6 @@ export interface IDonationOnHoldAttr {
86
86
  appUsed: TDonationSource;
87
87
  /** nanoid */
88
88
  form_id?: string;
89
- /** form tag at the time of settlement */
90
- form_tag?: string;
91
89
  /** "fiat", "trx", "hbar", "eth", "matic", "xrp-mainnet" */
92
90
  chainId: string;
93
91
  /** "Fiat", "TRON", "Hedera", "Ethereum", "", "Polygon", "Stripe", "XRP Ledger" */
@@ -184,6 +182,8 @@ export interface IDonationFinalAttr {
184
182
  appUsed?: TDonationSource | (string & {});
185
183
  /** nanoid | `${number}` - bg form */
186
184
  form_id?: string;
185
+ /** form tag at the time of settlement */
186
+ form_tag?: string;
187
187
  /**
188
188
  "fiat", "columbus-5", "eth", "matic", "juno-1", "ltc", undefined, "btc", "phoenix-1", "56", "1", "137",
189
189
  "xrp-mainnet", "zec", "sol", "bch", "bsc", "cchain", "xvg", "xrp", "sei-1", "icx", "base",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-giving/donation",
3
- "version": "3.0.29",
3
+ "version": "3.0.30",
4
4
  "devDependencies": {
5
5
  "@better-giving/config": "1.1.2"
6
6
  },
@@ -99,8 +99,6 @@ export interface IDonationOnHoldAttr {
99
99
  appUsed: TDonationSource;
100
100
  /** nanoid */
101
101
  form_id?: string;
102
- /** form tag at the time of settlement */
103
- form_tag?: string;
104
102
  /** "fiat", "trx", "hbar", "eth", "matic", "xrp-mainnet" */
105
103
  chainId: string;
106
104
  /** "Fiat", "TRON", "Hedera", "Ethereum", "", "Polygon", "Stripe", "XRP Ledger" */
@@ -205,6 +203,8 @@ export interface IDonationFinalAttr {
205
203
  appUsed?: TDonationSource | (string & {});
206
204
  /** nanoid | `${number}` - bg form */
207
205
  form_id?: string;
206
+ /** form tag at the time of settlement */
207
+ form_tag?: string;
208
208
  /**
209
209
  "fiat", "columbus-5", "eth", "matic", "juno-1", "ltc", undefined, "btc", "phoenix-1", "56", "1", "137",
210
210
  "xrp-mainnet", "zec", "sol", "bch", "bsc", "cchain", "xvg", "xrp", "sei-1", "icx", "base",