@visa-check-r/integrations 0.0.79 → 0.0.81
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.
- package/dist/index.cjs.js +3 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +3 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -2837,7 +2837,9 @@ var creditTransactionQuery = [
|
|
|
2837
2837
|
"transactionId",
|
|
2838
2838
|
"userId",
|
|
2839
2839
|
"planId",
|
|
2840
|
-
"creditTransactionType"
|
|
2840
|
+
"creditTransactionType",
|
|
2841
|
+
"couponCode",
|
|
2842
|
+
"couponAmount"
|
|
2841
2843
|
];
|
|
2842
2844
|
var serviceCreditCostQuery = [
|
|
2843
2845
|
"createdAt",
|