@opusdns/api 1.172.0 → 1.173.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
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@opusdns/api-spec-ts-generator": "^1.5.0"
3
+ "@opusdns/api-spec-ts-generator": "^1.6.0"
4
4
  },
5
5
  "name": "@opusdns/api",
6
- "version": "1.172.0",
6
+ "version": "1.173.0",
7
7
  "description": "TypeScript types for the OpusDNS OpenAPI specification",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -2370,12 +2370,12 @@ export const VERIFICATION_DEADLINE_TYPE_VALUES = [
2370
2370
  'deletion',
2371
2371
  ] as const satisfies ReadonlyArray<VerificationDeadlineType>;
2372
2372
 
2373
- export const VERIFICATION_TYPE-INPUT = {
2373
+ export const VERIFICATION_TYPE_INPUT = {
2374
2374
  API: "api",
2375
2375
  EMAIL: "email",
2376
2376
  } as const satisfies Record<string, VerificationTypeInput>;
2377
2377
 
2378
- export const VERIFICATION_TYPE-INPUT_VALUES = [
2378
+ export const VERIFICATION_TYPE_INPUT_VALUES = [
2379
2379
  'api',
2380
2380
  'email',
2381
2381
  ] as const satisfies ReadonlyArray<VerificationTypeInput>;