api.fluff4.me 1.0.670 → 1.0.672

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/index.d.ts CHANGED
@@ -770,6 +770,7 @@ export interface SupporterStatus {
770
770
  months_remaining: number
771
771
  end_time?: string | null
772
772
  status?: "has_active_subscription" | "has_history" | null
773
+ total_paid: number
773
774
  }
774
775
 
775
776
  export interface LemonSqueezyProductDisplay {
package/openapi.json CHANGED
@@ -4333,11 +4333,15 @@
4333
4333
  "type": "null"
4334
4334
  }
4335
4335
  ]
4336
+ },
4337
+ "total_paid": {
4338
+ "type": "number"
4336
4339
  }
4337
4340
  },
4338
4341
  "required": [
4339
4342
  "products",
4340
- "months_remaining"
4343
+ "months_remaining",
4344
+ "total_paid"
4341
4345
  ]
4342
4346
  },
4343
4347
  "LemonSqueezyProductDisplay": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.670",
3
+ "version": "1.0.672",
4
4
  "types": "index.d.ts"
5
5
  }