api.fluff4.me 1.0.652 → 1.0.653

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
@@ -768,6 +768,7 @@ export interface HistoryItem {
768
768
  export interface SupporterStatus {
769
769
  products: LemonSqueezyProductDisplay[]
770
770
  months_remaining: number
771
+ end_time?: string | null
771
772
  has_supporter_history: boolean
772
773
  }
773
774
 
package/openapi.json CHANGED
@@ -4309,6 +4309,16 @@
4309
4309
  "months_remaining": {
4310
4310
  "type": "number"
4311
4311
  },
4312
+ "end_time": {
4313
+ "anyOf": [
4314
+ {
4315
+ "type": "string"
4316
+ },
4317
+ {
4318
+ "type": "null"
4319
+ }
4320
+ ]
4321
+ },
4312
4322
  "has_supporter_history": {
4313
4323
  "type": "boolean"
4314
4324
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.652",
3
+ "version": "1.0.653",
4
4
  "types": "index.d.ts"
5
5
  }