api.fluff4.me 1.0.612 → 1.0.613

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
@@ -679,7 +679,7 @@ export interface HistoryItem {
679
679
 
680
680
  export interface SupporterStatus {
681
681
  products: LemonSqueezyProductDisplay[]
682
- user_status: "active" | "inactive"
682
+ months_remaining: number
683
683
  }
684
684
 
685
685
  export interface LemonSqueezyProductDisplay {
package/openapi.json CHANGED
@@ -3703,17 +3703,13 @@
3703
3703
  "$ref": "#/components/schema/LemonSqueezyProductDisplay"
3704
3704
  }
3705
3705
  },
3706
- "user_status": {
3707
- "type": "string",
3708
- "enum": [
3709
- "active",
3710
- "inactive"
3711
- ]
3706
+ "months_remaining": {
3707
+ "type": "number"
3712
3708
  }
3713
3709
  },
3714
3710
  "required": [
3715
3711
  "products",
3716
- "user_status"
3712
+ "months_remaining"
3717
3713
  ]
3718
3714
  },
3719
3715
  "LemonSqueezyProductDisplay": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.612",
3
+ "version": "1.0.613",
4
4
  "types": "index.d.ts"
5
5
  }