@opusdns/api 0.235.0 → 0.236.0

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/openapi.yaml +22 -10
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^0.19.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "0.235.0",
6
+ "version": "0.236.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
package/src/openapi.yaml CHANGED
@@ -9656,7 +9656,7 @@ info:
9656
9656
  \n\n"
9657
9657
  summary: OpusDNS - your gateway to a seamless domain management experience.
9658
9658
  title: OpusDNS API
9659
- version: 2026-04-02-142331
9659
+ version: 2026-04-02-151435
9660
9660
  x-logo:
9661
9661
  altText: OpusDNS API Reference
9662
9662
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -21333,19 +21333,31 @@ tags:
21333
21333
  \ the whole system.\n"
21334
21334
  name: user
21335
21335
  x-displayName: Users
21336
- - description: "Endpoints for generating and downloading inventory reports.\n\nReports\
21337
- \ provide exportable snapshots of your domain and DNS data. Reports are generated\
21336
+ - description: "Endpoints for generating and downloading reports.\n\nReports provide\
21337
+ \ exportable snapshots of your domain, DNS, and billing data. Reports are generated\
21338
21338
  \ asynchronously and can be downloaded as ZIP files once complete.\n\n### Report\
21339
21339
  \ Types\n\n| Type | Description |\n|------|-------------|\n| `domain_inventory`\
21340
21340
  \ | Full inventory of all domains in the organization |\n| `dns_zone_summary`\
21341
21341
  \ | Summary of all DNS zones and their configuration |\n| `dns_zone_records` |\
21342
- \ Detailed export of all DNS records across zones |\n\n### Report Lifecycle\n\n\
21343
- A report transitions through the following statuses:\n\n1. **pending** \u2014\
21344
- \ Report has been queued for generation\n2. **generating** \u2014 Report is being\
21345
- \ built\n3. **completed** \u2014 Report is ready for download\n4. **failed** \u2014\
21346
- \ Generation failed\n\n### Usage Pattern\n\n1. **Request a report** \u2014 `POST\
21347
- \ /v1/reports` with the desired `report_type`\n2. **Poll for completion** \u2014\
21348
- \ `GET /v1/reports/{report_id}` until `status` is `completed`\n3. **Download**\
21342
+ \ Detailed export of all DNS records across zones |\n| `billing_transactions`\
21343
+ \ | Billing transactions for the current month to date |\n| `billing_transactions_monthly`\
21344
+ \ | Billing transactions for the previous calendar month |\n\n### Billing Transaction\
21345
+ \ Reports\n\nBilling transaction reports export all completed transactions as\
21346
+ \ a CSV with the following columns: `product_reference`, `action`, `period`, `product_type`,\
21347
+ \ `amount`, `currency`, `completed_on`.\n\nThere are two billing report types:\n\
21348
+ \n- **`billing_transactions`** \u2014 On-demand report covering the current month\
21349
+ \ to date (1st of the month through the time of the request). Request this via\
21350
+ \ the API like any other report type.\n- **`billing_transactions_monthly`** \u2014\
21351
+ \ Automatically generated on the 1st of each month at 5 AM UTC, covering the full\
21352
+ \ previous calendar month. These are scheduled reports and do not need to be manually\
21353
+ \ requested.\n\nBoth types maintain their own retention of 30 reports each, so\
21354
+ \ requesting on-demand reports will not displace the monthly archive.\n\n### Report\
21355
+ \ Lifecycle\n\nA report transitions through the following statuses:\n\n1. **pending**\
21356
+ \ \u2014 Report has been queued for generation\n2. **generating** \u2014 Report\
21357
+ \ is being built\n3. **completed** \u2014 Report is ready for download\n4. **failed**\
21358
+ \ \u2014 Generation failed\n\n### Usage Pattern\n\n1. **Request a report** \u2014\
21359
+ \ `POST /v1/reports` with the desired `report_type`\n2. **Poll for completion**\
21360
+ \ \u2014 `GET /v1/reports/{report_id}` until `status` is `completed`\n3. **Download**\
21349
21361
  \ \u2014 `GET /v1/reports/{report_id}/download` returns the report as a streamed\
21350
21362
  \ ZIP file\n\n### Downloading Reports\n\n`GET /v1/reports/{report_id}/download`\
21351
21363
  \ streams the report file directly to the client. The report **must** have status\