@visa-check-r/integrations 0.0.79 → 0.0.80

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.79",
3
+ "version": "0.0.80",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",