@opusdns/api 0.232.0 → 0.233.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 +10 -8
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.232.0",
6
+ "version": "0.233.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
@@ -9602,12 +9602,12 @@ components:
9602
9602
  info:
9603
9603
  description: "# Authentication\n\nOpusDNS supports API authentication in two ways:\n\
9604
9604
  \n- Direct API key authentication using the `X-Api-Key` header\n- OAuth token\
9605
- \ authentication using the `/v1/auth/token` endpoint\n\n## Creating an API key\
9606
- \ in the Dashboard\n\nYou can create API keys from the OpusDNS Dashboard.\n\n\
9607
- - Create a new API key in the dashboard under [API Credentials](https://app.opusdns.com/developer/api-credentials)\n\
9608
- \nStore the generated key securely when it is shown to you.\n## Authentication\
9609
- \ options\n\n### Option 1: `X-Api-Key` header\n\nSend your full OpusDNS API key\
9610
- \ in the `X-Api-Key` header on each request:\n\n```http\nGET /v1/domains HTTP/1.1\n\
9605
+ \ authentication using the `/v1/auth/token` [endpoint](https://developers.opusdns.com/#tag/authentication/POST/v1/auth/token)\n\
9606
+ \n## Creating an API key in the Dashboard\n\n+ Create a new API key from the OpusDNS\
9607
+ \ Dashboard under [API Credentials](https://app.opusdns.com/developer/api-credentials)\n\
9608
+ + Store the generated key securely when it is shown to you.\n\n## Using the API\
9609
+ \ key\n\n### Option 1: `X-Api-Key` header\n\nSend your full OpusDNS API key in\
9610
+ \ the `X-Api-Key` header on each request:\n\n```http\nGET /v1/domains HTTP/1.1\n\
9611
9611
  Host: sandbox.opusdns.com\nX-Api-Key: opk_your_full_api_key_here\n```\n\nThis\
9612
9612
  \ is the most direct way to authenticate.\n\n### Option 2: OAuth token flow\n\n\
9613
9613
  OpusDNS also supports retrieving a bearer token from the token endpoint:\n\n```http\n\
@@ -9649,10 +9649,12 @@ info:
9649
9649
  \ We are happy to help!\n\n# Open-source SDKs and libraries\n\nWe're constantly\
9650
9650
  \ building new features and services from SDKs and plugins to other exciting tools.\
9651
9651
  \ Check out [our GitHub](https://github.com/OpusDNS/) to see the latest developments\
9652
- \ and try them out yourself!\n\n\n"
9652
+ \ and try them out yourself!\n\n### OpusDNS Go Client\n\nWe offer a client implementation\
9653
+ \ for go that supports all the features of our API. \nCheck out the client [here](https://github.com/OpusDNS/opusdns-go-client)!\n\
9654
+ \n"
9653
9655
  summary: OpusDNS - your gateway to a seamless domain management experience.
9654
9656
  title: OpusDNS API
9655
- version: 2026-04-01-081711
9657
+ version: 2026-04-01-083726
9656
9658
  x-logo:
9657
9659
  altText: OpusDNS API Reference
9658
9660
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg