api.fluff4.me 1.0.668 → 1.0.669

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
@@ -789,6 +789,7 @@ export interface SupporterOrder {
789
789
  interval?: "monthly" | "yearly" | null
790
790
  interval_amount?: number | null
791
791
  renewal_timestamp?: string | null
792
+ cancelled?: true | null
792
793
  }
793
794
 
794
795
  export interface ChangelogInsertBody {
package/openapi.json CHANGED
@@ -4422,6 +4422,19 @@
4422
4422
  "type": "null"
4423
4423
  }
4424
4424
  ]
4425
+ },
4426
+ "cancelled": {
4427
+ "anyOf": [
4428
+ {
4429
+ "type": "boolean",
4430
+ "enum": [
4431
+ true
4432
+ ]
4433
+ },
4434
+ {
4435
+ "type": "null"
4436
+ }
4437
+ ]
4425
4438
  }
4426
4439
  },
4427
4440
  "required": [
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.668",
3
+ "version": "1.0.669",
4
4
  "types": "index.d.ts"
5
5
  }