api.fluff4.me 1.0.1108 → 1.0.1109

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
@@ -1126,6 +1126,7 @@ export interface EmbedSearch {
1126
1126
  export interface ErrorResponse {
1127
1127
  code: number
1128
1128
  detail?: string | null
1129
+ type?: "age_restriction" | null
1129
1130
  data: null
1130
1131
  }
1131
1132
 
package/openapi.json CHANGED
@@ -6643,6 +6643,19 @@
6643
6643
  }
6644
6644
  ]
6645
6645
  },
6646
+ "type": {
6647
+ "anyOf": [
6648
+ {
6649
+ "type": "string",
6650
+ "enum": [
6651
+ "age_restriction"
6652
+ ]
6653
+ },
6654
+ {
6655
+ "type": "null"
6656
+ }
6657
+ ]
6658
+ },
6646
6659
  "data": {
6647
6660
  "type": "null"
6648
6661
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1108",
3
+ "version": "1.0.1109",
4
4
  "types": "index.d.ts"
5
5
  }