@visa-check-r/integrations 0.0.67 → 0.0.68

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,8 @@ interface CreditTransaction {
377
377
  transactionId: string;
378
378
  metaJson: string;
379
379
  createdAt: string;
380
+ creditPlan?: CreditPlan;
381
+ user?: User;
380
382
  }
381
383
  interface CreditPlan {
382
384
  id: string;
package/dist/index.d.ts CHANGED
@@ -377,6 +377,8 @@ interface CreditTransaction {
377
377
  transactionId: string;
378
378
  metaJson: string;
379
379
  createdAt: string;
380
+ creditPlan?: CreditPlan;
381
+ user?: User;
380
382
  }
381
383
  interface CreditPlan {
382
384
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.67",
3
+ "version": "0.0.68",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",