api.fluff4.me 1.0.576 → 1.0.577

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
@@ -31,7 +31,7 @@ export interface Authorisation {
31
31
  export interface SessionPartialLogin {
32
32
  author: Author
33
33
  totp_required?: true | null
34
- auth_services_required?: number | null
34
+ additional_auth_services_required?: number | null
35
35
  }
36
36
 
37
37
  export interface Author {
package/openapi.json CHANGED
@@ -103,7 +103,7 @@
103
103
  }
104
104
  ]
105
105
  },
106
- "auth_services_required": {
106
+ "additional_auth_services_required": {
107
107
  "anyOf": [
108
108
  {
109
109
  "type": "number"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.576",
3
+ "version": "1.0.577",
4
4
  "types": "index.d.ts"
5
5
  }