@apifreaks/openapi-specs 0.1.1 → 0.1.2

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/dist/index.cjs CHANGED
@@ -17865,8 +17865,8 @@ var merge_pdf_default = {
17865
17865
  openapi: "3.1.1",
17866
17866
  info: {
17867
17867
  title: "Merge PDF API - Instantly Combine PDFs at Scale",
17868
- version: "1.0.0",
17869
- description: "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts up to 100 files per request via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
17868
+ version: "1.0.1",
17869
+ description: "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts input files up to 1GB in size via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
17870
17870
  contact: {
17871
17871
  name: "APIFreaks Support",
17872
17872
  url: "https://apifreaks.com/contact",
package/dist/index.js CHANGED
@@ -17832,8 +17832,8 @@ var merge_pdf_default = {
17832
17832
  openapi: "3.1.1",
17833
17833
  info: {
17834
17834
  title: "Merge PDF API - Instantly Combine PDFs at Scale",
17835
- version: "1.0.0",
17836
- description: "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts up to 100 files per request via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
17835
+ version: "1.0.1",
17836
+ description: "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts input files up to 1GB in size via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
17837
17837
  contact: {
17838
17838
  name: "APIFreaks Support",
17839
17839
  url: "https://apifreaks.com/contact",
@@ -1,8 +1,8 @@
1
1
  openapi: 3.1.1
2
2
  info:
3
3
  title: Merge PDF API - Instantly Combine PDFs at Scale
4
- version: 1.0.0
5
- description: Merge multiple PDF files into a single PDF document in the order they are provided. Accepts up to 100 files per request via file upload or existing file IDs. Returns a task ID for tracking the merge progress.
4
+ version: 1.0.1
5
+ description: Merge multiple PDF files into a single PDF document in the order they are provided. Accepts input files up to 1GB in size via file upload or existing file IDs. Returns a task ID for tracking the merge progress.
6
6
  contact:
7
7
  name: APIFreaks Support
8
8
  url: https://apifreaks.com/contact
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apifreaks/openapi-specs",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Public OpenAPI 3.1 specifications for all APIFreaks API products.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -2,8 +2,8 @@
2
2
  "openapi": "3.1.1",
3
3
  "info": {
4
4
  "title": "Merge PDF API - Instantly Combine PDFs at Scale",
5
- "version": "1.0.0",
6
- "description": "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts up to 100 files per request via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
5
+ "version": "1.0.1",
6
+ "description": "Merge multiple PDF files into a single PDF document in the order they are provided. Accepts input files up to 1GB in size via file upload or existing file IDs. Returns a task ID for tracking the merge progress.",
7
7
  "contact": {
8
8
  "name": "APIFreaks Support",
9
9
  "url": "https://apifreaks.com/contact",