@opusdns/api 1.54.0 → 1.55.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/constants.ts +0 -2
- package/src/openapi.yaml +1 -2
- package/src/schema.d.ts +1 -1
package/package.json
CHANGED
package/src/helpers/constants.ts
CHANGED
|
@@ -1611,7 +1611,6 @@ export const REPORT_TYPE = {
|
|
|
1611
1611
|
REGISTRAR_PORTFOLIO_PDF: "registrar_portfolio_pdf",
|
|
1612
1612
|
BILLING_TRANSACTIONS: "billing_transactions",
|
|
1613
1613
|
BILLING_TRANSACTIONS_MONTHLY: "billing_transactions_monthly",
|
|
1614
|
-
BILLING_ROLLUP_MONTHLY: "billing_rollup_monthly",
|
|
1615
1614
|
} as const satisfies Record<string, ReportType>;
|
|
1616
1615
|
|
|
1617
1616
|
export const REPORT_TYPE_VALUES = [
|
|
@@ -1624,7 +1623,6 @@ export const REPORT_TYPE_VALUES = [
|
|
|
1624
1623
|
'registrar_portfolio_pdf',
|
|
1625
1624
|
'billing_transactions',
|
|
1626
1625
|
'billing_transactions_monthly',
|
|
1627
|
-
'billing_rollup_monthly',
|
|
1628
1626
|
] as const satisfies ReadonlyArray<ReportType>;
|
|
1629
1627
|
|
|
1630
1628
|
export const REQUEST_HISTORY_SORT_FIELD = {
|
package/src/openapi.yaml
CHANGED
|
@@ -11451,7 +11451,6 @@ components:
|
|
|
11451
11451
|
- registrar_portfolio_pdf
|
|
11452
11452
|
- billing_transactions
|
|
11453
11453
|
- billing_transactions_monthly
|
|
11454
|
-
- billing_rollup_monthly
|
|
11455
11454
|
title: ReportType
|
|
11456
11455
|
type: string
|
|
11457
11456
|
RequestHistory:
|
|
@@ -13867,7 +13866,7 @@ info:
|
|
|
13867
13866
|
\n\n"
|
|
13868
13867
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13869
13868
|
title: OpusDNS API
|
|
13870
|
-
version: 2026-07-14-
|
|
13869
|
+
version: 2026-07-14-135845
|
|
13871
13870
|
x-logo:
|
|
13872
13871
|
altText: OpusDNS API Reference
|
|
13873
13872
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -10247,7 +10247,7 @@ export interface components {
|
|
|
10247
10247
|
* ReportType
|
|
10248
10248
|
* @enum {string}
|
|
10249
10249
|
*/
|
|
10250
|
-
ReportType: "domain_inventory" | "dns_zone_summary" | "dns_zone_records" | "domain_forwards" | "expiring_domains" | "email_forwards" | "registrar_portfolio_pdf" | "billing_transactions" | "billing_transactions_monthly"
|
|
10250
|
+
ReportType: "domain_inventory" | "dns_zone_summary" | "dns_zone_records" | "domain_forwards" | "expiring_domains" | "email_forwards" | "registrar_portfolio_pdf" | "billing_transactions" | "billing_transactions_monthly";
|
|
10251
10251
|
/** RequestHistory */
|
|
10252
10252
|
RequestHistory: {
|
|
10253
10253
|
/**
|