@opusdns/api 1.168.0 → 1.169.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 +4 -7
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "@opusdns/api-spec-ts-generator": "^1.5.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.168.0",
6
+ "version": "1.169.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
@@ -16641,7 +16641,7 @@ info:
16641
16641
  \n\n"
16642
16642
  summary: OpusDNS - your gateway to a seamless domain management experience.
16643
16643
  title: OpusDNS API
16644
- version: 2026-09-10-131833
16644
+ version: 2026-09-10-161526
16645
16645
  x-logo:
16646
16646
  altText: OpusDNS API Reference
16647
16647
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
@@ -27374,16 +27374,13 @@ paths:
27374
27374
  title: Email Forward Error
27375
27375
  type: email-forward-validation
27376
27376
  email_forward_domain_rejected:
27377
- description: Check that the domain is registered and resolves in
27378
- public DNS, then retry.
27377
+ description: The hostname could not be set up for email forwarding.
27378
+ Contact support.
27379
27379
  summary: Email forwarding could not be set up for the hostname
27380
27380
  value:
27381
27381
  code: ERROR_EMAIL_FORWARD_VALIDATION
27382
27382
  detail: Email forwarding could not be set up for this domain.
27383
- This usually means the domain is not yet registered or does
27384
- not resolve in public DNS; a recently registered or transferred
27385
- domain may need time to propagate. Retry once it resolves, or
27386
- contact support if the problem persists.
27383
+ Please contact support.
27387
27384
  status: 400
27388
27385
  title: Email Forward Error
27389
27386
  type: email-forward-validation