@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.d.mts CHANGED
@@ -403,7 +403,7 @@ interface CreditTransaction {
403
403
  metaJson: string;
404
404
  createdAt: string;
405
405
  creditTransactionType: "credit" | "debit";
406
- couponId: string;
406
+ couponCode: string;
407
407
  couponAmount: number;
408
408
  creditPlan?: CreditPlan;
409
409
  user?: User;
package/dist/index.d.ts CHANGED
@@ -403,7 +403,7 @@ interface CreditTransaction {
403
403
  metaJson: string;
404
404
  createdAt: string;
405
405
  creditTransactionType: "credit" | "debit";
406
- couponId: string;
406
+ couponCode: string;
407
407
  couponAmount: number;
408
408
  creditPlan?: CreditPlan;
409
409
  user?: User;
package/dist/index.esm.js CHANGED
@@ -2835,7 +2835,9 @@ var creditTransactionQuery = [
2835
2835
  "transactionId",
2836
2836
  "userId",
2837
2837
  "planId",
2838
- "creditTransactionType"
2838
+ "creditTransactionType",
2839
+ "couponCode",
2840
+ "couponAmount"
2839
2841
  ];
2840
2842
  var serviceCreditCostQuery = [
2841
2843
  "createdAt",