@opusdns/api 0.141.0 → 0.142.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.
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.141.0",
6
+ "version": "0.142.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
@@ -2658,7 +2658,6 @@ components:
2658
2658
  type: string
2659
2659
  x-typeid-prefix: email_forward_alias
2660
2660
  forward_to:
2661
- format: email
2662
2661
  title: Forward To
2663
2662
  type: string
2664
2663
  required:
@@ -2673,7 +2672,6 @@ components:
2673
2672
  title: Alias
2674
2673
  type: string
2675
2674
  forward_to:
2676
- format: email
2677
2675
  title: Forward To
2678
2676
  type: string
2679
2677
  required:
@@ -2684,7 +2682,6 @@ components:
2684
2682
  EmailForwardAliasUpdate:
2685
2683
  properties:
2686
2684
  forward_to:
2687
- format: email
2688
2685
  title: Forward To
2689
2686
  type: string
2690
2687
  required:
@@ -6487,7 +6484,7 @@ info:
6487
6484
  '
6488
6485
  summary: OpusDNS - your gateway to a seamless domain management experience.
6489
6486
  title: OpusDNS API
6490
- version: 2026-01-07-115447
6487
+ version: 2026-01-08-111822
6491
6488
  x-logo:
6492
6489
  altText: OpusDNS API Reference
6493
6490
  url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
package/src/schema.d.ts CHANGED
@@ -3501,28 +3501,19 @@ export interface components {
3501
3501
  * @example email_forward_alias_01h45ytscbebyvny4gc8cr8ma2
3502
3502
  */
3503
3503
  email_forward_alias_id: TypeId<"email_forward_alias">;
3504
- /**
3505
- * Forward To
3506
- * Format: email
3507
- */
3504
+ /** Forward To */
3508
3505
  forward_to: string;
3509
3506
  };
3510
3507
  /** EmailForwardAliasCreate */
3511
3508
  EmailForwardAliasCreate: {
3512
3509
  /** Alias */
3513
3510
  alias: string;
3514
- /**
3515
- * Forward To
3516
- * Format: email
3517
- */
3511
+ /** Forward To */
3518
3512
  forward_to: string;
3519
3513
  };
3520
3514
  /** EmailForwardAliasUpdate */
3521
3515
  EmailForwardAliasUpdate: {
3522
- /**
3523
- * Forward To
3524
- * Format: email
3525
- */
3516
+ /** Forward To */
3526
3517
  forward_to: string;
3527
3518
  };
3528
3519
  /** EmailForwardCreate */