api.fluff4.me 1.0.645 → 1.0.646

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
@@ -759,6 +759,7 @@ export interface HistoryItem {
759
759
  export interface SupporterStatus {
760
760
  products: LemonSqueezyProductDisplay[]
761
761
  months_remaining: number
762
+ has_supporter_history: boolean
762
763
  }
763
764
 
764
765
  export interface LemonSqueezyProductDisplay {
package/openapi.json CHANGED
@@ -4244,11 +4244,15 @@
4244
4244
  },
4245
4245
  "months_remaining": {
4246
4246
  "type": "number"
4247
+ },
4248
+ "has_supporter_history": {
4249
+ "type": "boolean"
4247
4250
  }
4248
4251
  },
4249
4252
  "required": [
4250
4253
  "products",
4251
- "months_remaining"
4254
+ "months_remaining",
4255
+ "has_supporter_history"
4252
4256
  ]
4253
4257
  },
4254
4258
  "LemonSqueezyProductDisplay": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.645",
3
+ "version": "1.0.646",
4
4
  "types": "index.d.ts"
5
5
  }