api.fluff4.me 1.0.1126 → 1.0.1127

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
@@ -1336,7 +1336,7 @@ export interface Paths {
1336
1336
  search?: undefined
1337
1337
  response: Response<Chapter> | ErrorResponse
1338
1338
  },
1339
- "/v2/chapters/{author}/{work}/{url}": {
1339
+ "/v2/chapters/{author_vanity}/{work_vanity}/{chapter_url}": {
1340
1340
  method: "get"
1341
1341
  body?: undefined
1342
1342
  search: PaginationSearch
@@ -1366,7 +1366,7 @@ export interface Paths {
1366
1366
  search: PaginationSearch
1367
1367
  response: PaginatedResponse<Chapters> | ErrorResponse
1368
1368
  },
1369
- "/v2/chapters/{author}/{work}/list": {
1369
+ "/v2/chapters/{author_vanity}/{work_vanity}/list": {
1370
1370
  method: "get"
1371
1371
  body?: undefined
1372
1372
  search: PaginationSearch
package/openapi.json CHANGED
@@ -7855,18 +7855,18 @@
7855
7855
  }
7856
7856
  }
7857
7857
  },
7858
- "/v2/chapters/{author}/{work}/{url}": {
7858
+ "/v2/chapters/{author_vanity}/{work_vanity}/{chapter_url}": {
7859
7859
  "parameters": [
7860
7860
  {
7861
- "name": "author",
7861
+ "name": "author_vanity",
7862
7862
  "in": "path"
7863
7863
  },
7864
7864
  {
7865
- "name": "work",
7865
+ "name": "work_vanity",
7866
7866
  "in": "path"
7867
7867
  },
7868
7868
  {
7869
- "name": "url",
7869
+ "name": "chapter_url",
7870
7870
  "in": "path"
7871
7871
  }
7872
7872
  ],
@@ -8198,14 +8198,14 @@
8198
8198
  }
8199
8199
  }
8200
8200
  },
8201
- "/v2/chapters/{author}/{work}/list": {
8201
+ "/v2/chapters/{author_vanity}/{work_vanity}/list": {
8202
8202
  "parameters": [
8203
8203
  {
8204
- "name": "author",
8204
+ "name": "author_vanity",
8205
8205
  "in": "path"
8206
8206
  },
8207
8207
  {
8208
- "name": "work",
8208
+ "name": "work_vanity",
8209
8209
  "in": "path"
8210
8210
  }
8211
8211
  ],
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "api.fluff4.me",
3
- "version": "1.0.1126",
3
+ "version": "1.0.1127",
4
4
  "types": "index.d.ts"
5
5
  }