@opusdns/api 0.37.0 → 0.38.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
@@ -8,7 +8,7 @@
8
8
  "typescript": "^5.8.2"
9
9
  },
10
10
  "name": "@opusdns/api",
11
- "version": "0.37.0",
11
+ "version": "0.38.0",
12
12
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
13
13
  "main": "./src/index.ts",
14
14
  "module": "./src/index.ts",
@@ -2073,7 +2073,7 @@ export const REGISTRANT_CHANGE_TYPE_VALUES = [
2073
2073
  * @see {@link RegistryHandleAttributeType} - The TypeScript type definition
2074
2074
  */
2075
2075
  export const REGISTRY_HANDLE_ATTRIBUTE_TYPE = {
2076
- AT-EXT-CONTACT:TYPE: "at-ext-contact:type",
2076
+ AT_EXT_CONTACT_TYPE: "at-ext-contact:type",
2077
2077
  } as const satisfies Record<string, RegistryHandleAttributeType>;
2078
2078
 
2079
2079
  /**