@opusdns/api 0.39.0 → 0.40.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 +1 -1
- package/src/helpers/keys.ts +1 -1
- package/src/openapi.yaml +2 -2
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/helpers/keys.ts
CHANGED
|
@@ -14611,7 +14611,7 @@ export const KEYS_PERMISSION_SET = [
|
|
|
14611
14611
|
*
|
|
14612
14612
|
* Base price
|
|
14613
14613
|
*
|
|
14614
|
-
* @type {
|
|
14614
|
+
* @type {string}
|
|
14615
14615
|
*
|
|
14616
14616
|
*
|
|
14617
14617
|
* @remarks
|
package/src/openapi.yaml
CHANGED
|
@@ -3758,7 +3758,7 @@ components:
|
|
|
3758
3758
|
amount:
|
|
3759
3759
|
description: Base price
|
|
3760
3760
|
title: Amount
|
|
3761
|
-
type:
|
|
3761
|
+
type: string
|
|
3762
3762
|
currency:
|
|
3763
3763
|
description: Currency code
|
|
3764
3764
|
title: Currency
|
|
@@ -5259,7 +5259,7 @@ info:
|
|
|
5259
5259
|
'
|
|
5260
5260
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
5261
5261
|
title: OpusDNS API
|
|
5262
|
-
version: 2025-09-
|
|
5262
|
+
version: 2025-09-13-035313
|
|
5263
5263
|
x-logo:
|
|
5264
5264
|
altText: OpusDNS API Reference
|
|
5265
5265
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|