api.fluff4.me 1.0.648 → 1.0.650

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
@@ -771,7 +771,7 @@ export interface LemonSqueezyProductDisplay {
771
771
  }
772
772
 
773
773
  export interface SupporterOrder {
774
- type: string
774
+ type: "subscription" | "order"
775
775
  timestamp: string
776
776
  status: string
777
777
  amount: number
package/openapi.json CHANGED
@@ -4286,7 +4286,11 @@
4286
4286
  "type": "object",
4287
4287
  "properties": {
4288
4288
  "type": {
4289
- "type": "string"
4289
+ "type": "string",
4290
+ "enum": [
4291
+ "subscription",
4292
+ "order"
4293
+ ]
4290
4294
  },
4291
4295
  "timestamp": {
4292
4296
  "type": "string"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.648",
3
+ "version": "1.0.650",
4
4
  "types": "index.d.ts"
5
5
  }