@visa-check-r/integrations 0.0.68 → 0.0.69

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
@@ -377,6 +377,7 @@ interface CreditTransaction {
377
377
  transactionId: string;
378
378
  metaJson: string;
379
379
  createdAt: string;
380
+ creditTransactionType: "credit" | "debit";
380
381
  creditPlan?: CreditPlan;
381
382
  user?: User;
382
383
  }
package/dist/index.d.ts CHANGED
@@ -377,6 +377,7 @@ interface CreditTransaction {
377
377
  transactionId: string;
378
378
  metaJson: string;
379
379
  createdAt: string;
380
+ creditTransactionType: "credit" | "debit";
380
381
  creditPlan?: CreditPlan;
381
382
  user?: User;
382
383
  }
package/dist/index.esm.js CHANGED
@@ -2887,7 +2887,8 @@ var creditTransactionQuery = [
2887
2887
  "price",
2888
2888
  "transactionId",
2889
2889
  "userId",
2890
- "planId"
2890
+ "planId",
2891
+ "creditTransactionType"
2891
2892
  ];
2892
2893
  var serviceCreditCostQuery = [
2893
2894
  "createdAt",