@visa-check-r/integrations 0.0.65 → 0.0.66

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
@@ -371,6 +371,7 @@ interface CreditTransaction {
371
371
  id: string;
372
372
  userId: string;
373
373
  price: number;
374
+ planId: string;
374
375
  credits: number;
375
376
  creditBalance: number;
376
377
  transactionId: string;
@@ -383,6 +384,7 @@ interface CreditPlan {
383
384
  description: string;
384
385
  credits: number;
385
386
  price: number;
387
+ creditPlanStatus: "active" | "inactive";
386
388
  createdAt: string;
387
389
  }
388
390
  interface FlutterApiResponse<T = any, E = any> {
package/dist/index.d.ts CHANGED
@@ -371,6 +371,7 @@ interface CreditTransaction {
371
371
  id: string;
372
372
  userId: string;
373
373
  price: number;
374
+ planId: string;
374
375
  credits: number;
375
376
  creditBalance: number;
376
377
  transactionId: string;
@@ -383,6 +384,7 @@ interface CreditPlan {
383
384
  description: string;
384
385
  credits: number;
385
386
  price: number;
387
+ creditPlanStatus: "active" | "inactive";
386
388
  createdAt: string;
387
389
  }
388
390
  interface FlutterApiResponse<T = any, E = any> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visa-check-r/integrations",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "integrations for visa check r",
5
5
  "keywords": [
6
6
  "graphql",