api.fluff4.me 1.0.962 → 1.0.964

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.
Files changed (3) hide show
  1. package/index.d.ts +1 -11
  2. package/openapi.json +1 -63
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -992,16 +992,6 @@ export interface EmbedSearch {
992
992
  url: string
993
993
  }
994
994
 
995
- export interface OEmbedResponseSchema {
996
- version: string
997
- title: string
998
- provider_name: string
999
- provider_url: string
1000
- type: string
1001
- author_name?: string | null
1002
- author_url?: string | null
1003
- }
1004
-
1005
995
  export interface ErrorResponse {
1006
996
  code: number
1007
997
  detail?: string | null
@@ -2137,6 +2127,6 @@ export interface Paths {
2137
2127
  search: {
2138
2128
  url: string
2139
2129
  }
2140
- response: Response<OEmbedResponseSchema> | ErrorResponse
2130
+ response: void | ErrorResponse
2141
2131
  },
2142
2132
  }
package/openapi.json CHANGED
@@ -5618,53 +5618,6 @@
5618
5618
  "url"
5619
5619
  ]
5620
5620
  },
5621
- "OEmbedResponseSchema": {
5622
- "type": "object",
5623
- "properties": {
5624
- "version": {
5625
- "type": "string"
5626
- },
5627
- "title": {
5628
- "type": "string"
5629
- },
5630
- "provider_name": {
5631
- "type": "string"
5632
- },
5633
- "provider_url": {
5634
- "type": "string"
5635
- },
5636
- "type": {
5637
- "type": "string"
5638
- },
5639
- "author_name": {
5640
- "anyOf": [
5641
- {
5642
- "type": "string"
5643
- },
5644
- {
5645
- "type": "null"
5646
- }
5647
- ]
5648
- },
5649
- "author_url": {
5650
- "anyOf": [
5651
- {
5652
- "type": "string"
5653
- },
5654
- {
5655
- "type": "null"
5656
- }
5657
- ]
5658
- }
5659
- },
5660
- "required": [
5661
- "version",
5662
- "title",
5663
- "provider_name",
5664
- "provider_url",
5665
- "type"
5666
- ]
5667
- },
5668
5621
  "ErrorResponse": {
5669
5622
  "type": "object",
5670
5623
  "properties": {
@@ -13141,22 +13094,7 @@
13141
13094
  ],
13142
13095
  "responses": {
13143
13096
  "200": {
13144
- "description": "200 response",
13145
- "content": {
13146
- "application/json": {
13147
- "schema": {
13148
- "type": "object",
13149
- "properties": {
13150
- "data": {
13151
- "$ref": "#/components/schemas/OEmbedResponseSchema"
13152
- }
13153
- },
13154
- "required": [
13155
- "data"
13156
- ]
13157
- }
13158
- }
13159
- }
13097
+ "description": "200 response"
13160
13098
  },
13161
13099
  "default": {
13162
13100
  "description": "Error",
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.962",
3
+ "version": "1.0.964",
4
4
  "types": "index.d.ts"
5
5
  }