@opusdns/api 1.75.0 → 1.76.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/openapi.yaml +3 -2
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -8399,7 +8399,8 @@ components:
|
|
|
8399
8399
|
title: Paused
|
|
8400
8400
|
type: integer
|
|
8401
8401
|
progress_percentage:
|
|
8402
|
-
description:
|
|
8402
|
+
description: Percentage of jobs in a terminal state (succeeded, failed,
|
|
8403
|
+
canceled, or dead_letter), 0-100
|
|
8403
8404
|
title: Progress Percentage
|
|
8404
8405
|
type: number
|
|
8405
8406
|
queued:
|
|
@@ -14695,7 +14696,7 @@ info:
|
|
|
14695
14696
|
\n\n"
|
|
14696
14697
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
14697
14698
|
title: OpusDNS API
|
|
14698
|
-
version: 2026-07-
|
|
14699
|
+
version: 2026-07-23-122300
|
|
14699
14700
|
x-logo:
|
|
14700
14701
|
altText: OpusDNS API Reference
|
|
14701
14702
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -8412,7 +8412,7 @@ export interface components {
|
|
|
8412
8412
|
paused: number;
|
|
8413
8413
|
/**
|
|
8414
8414
|
* Progress Percentage
|
|
8415
|
-
* @description
|
|
8415
|
+
* @description Percentage of jobs in a terminal state (succeeded, failed, canceled, or dead_letter), 0-100
|
|
8416
8416
|
*/
|
|
8417
8417
|
progress_percentage: number;
|
|
8418
8418
|
/**
|