@opusdns/api 1.119.0 → 1.120.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 +13 -9
- package/src/schema.d.ts +7 -7
package/package.json
CHANGED
package/src/openapi.yaml
CHANGED
|
@@ -1113,7 +1113,8 @@ components:
|
|
|
1113
1113
|
title: City
|
|
1114
1114
|
type: string
|
|
1115
1115
|
country:
|
|
1116
|
-
description: The country of the contact
|
|
1116
|
+
description: The country of the contact (ISO 3166-1 alpha-2, plus XK for
|
|
1117
|
+
Kosovo)
|
|
1117
1118
|
pattern: ^\w{2}$
|
|
1118
1119
|
title: Country
|
|
1119
1120
|
type: string
|
|
@@ -1344,7 +1345,8 @@ components:
|
|
|
1344
1345
|
ContactCreateBulkTemplate:
|
|
1345
1346
|
properties:
|
|
1346
1347
|
country:
|
|
1347
|
-
description: The country of the contacts
|
|
1348
|
+
description: The country of the contacts (ISO 3166-1 alpha-2, plus XK for
|
|
1349
|
+
Kosovo)
|
|
1348
1350
|
pattern: ^\w{2}$
|
|
1349
1351
|
title: Country
|
|
1350
1352
|
type: string
|
|
@@ -1415,7 +1417,8 @@ components:
|
|
|
1415
1417
|
title: City
|
|
1416
1418
|
type: string
|
|
1417
1419
|
country:
|
|
1418
|
-
description: The country of the contact
|
|
1420
|
+
description: The country of the contact (ISO 3166-1 alpha-2, plus XK for
|
|
1421
|
+
Kosovo)
|
|
1419
1422
|
pattern: ^\w{2}$
|
|
1420
1423
|
title: Country
|
|
1421
1424
|
type: string
|
|
@@ -1604,7 +1607,8 @@ components:
|
|
|
1604
1607
|
type: string
|
|
1605
1608
|
x-typeid-prefix: contact
|
|
1606
1609
|
country:
|
|
1607
|
-
description: The country of the contact
|
|
1610
|
+
description: The country of the contact (ISO 3166-1 alpha-2, plus XK for
|
|
1611
|
+
Kosovo)
|
|
1608
1612
|
pattern: ^\w{2}$
|
|
1609
1613
|
title: Country
|
|
1610
1614
|
type: string
|
|
@@ -9753,7 +9757,7 @@ components:
|
|
|
9753
9757
|
pattern: ^\w{2}$
|
|
9754
9758
|
type: string
|
|
9755
9759
|
- type: 'null'
|
|
9756
|
-
description: ISO 3166-1 alpha-2 country code.
|
|
9760
|
+
description: ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
9757
9761
|
title: Country Code
|
|
9758
9762
|
created_on:
|
|
9759
9763
|
description: The date/time the entry was created on
|
|
@@ -10048,7 +10052,7 @@ components:
|
|
|
10048
10052
|
pattern: ^\w{2}$
|
|
10049
10053
|
type: string
|
|
10050
10054
|
- type: 'null'
|
|
10051
|
-
description: ISO 3166-1 alpha-2 country code.
|
|
10055
|
+
description: ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
10052
10056
|
title: Country Code
|
|
10053
10057
|
currency:
|
|
10054
10058
|
anyOf:
|
|
@@ -10284,7 +10288,7 @@ components:
|
|
|
10284
10288
|
title: City
|
|
10285
10289
|
country_code:
|
|
10286
10290
|
anyOf:
|
|
10287
|
-
- description: ISO 3166-1 alpha-2 country code.
|
|
10291
|
+
- description: ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
10288
10292
|
maxLength: 2
|
|
10289
10293
|
minLength: 2
|
|
10290
10294
|
pattern: ^\w{2}$
|
|
@@ -10408,7 +10412,7 @@ components:
|
|
|
10408
10412
|
pattern: ^\w{2}$
|
|
10409
10413
|
type: string
|
|
10410
10414
|
- type: 'null'
|
|
10411
|
-
description: ISO 3166-1 alpha-2 country code.
|
|
10415
|
+
description: ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
10412
10416
|
title: Country Code
|
|
10413
10417
|
created_on:
|
|
10414
10418
|
description: The date/time the entry was created on
|
|
@@ -15534,7 +15538,7 @@ info:
|
|
|
15534
15538
|
\n\n"
|
|
15535
15539
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
15536
15540
|
title: OpusDNS API
|
|
15537
|
-
version: 2026-08-18-
|
|
15541
|
+
version: 2026-08-18-144629
|
|
15538
15542
|
x-logo:
|
|
15539
15543
|
altText: OpusDNS API Reference
|
|
15540
15544
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
package/src/schema.d.ts
CHANGED
|
@@ -3761,7 +3761,7 @@ export interface components {
|
|
|
3761
3761
|
city: string;
|
|
3762
3762
|
/**
|
|
3763
3763
|
* Country
|
|
3764
|
-
* @description The country of the contact
|
|
3764
|
+
* @description The country of the contact (ISO 3166-1 alpha-2, plus XK for Kosovo)
|
|
3765
3765
|
*/
|
|
3766
3766
|
country: string;
|
|
3767
3767
|
/**
|
|
@@ -3928,7 +3928,7 @@ export interface components {
|
|
|
3928
3928
|
ContactCreateBulkTemplate: {
|
|
3929
3929
|
/**
|
|
3930
3930
|
* Country
|
|
3931
|
-
* @description The country of the contacts
|
|
3931
|
+
* @description The country of the contacts (ISO 3166-1 alpha-2, plus XK for Kosovo)
|
|
3932
3932
|
*/
|
|
3933
3933
|
country: string;
|
|
3934
3934
|
/**
|
|
@@ -3982,7 +3982,7 @@ export interface components {
|
|
|
3982
3982
|
city: string;
|
|
3983
3983
|
/**
|
|
3984
3984
|
* Country
|
|
3985
|
-
* @description The country of the contact
|
|
3985
|
+
* @description The country of the contact (ISO 3166-1 alpha-2, plus XK for Kosovo)
|
|
3986
3986
|
*/
|
|
3987
3987
|
country: string;
|
|
3988
3988
|
/**
|
|
@@ -4111,7 +4111,7 @@ export interface components {
|
|
|
4111
4111
|
contact_id?: TypeId<"contact">;
|
|
4112
4112
|
/**
|
|
4113
4113
|
* Country
|
|
4114
|
-
* @description The country of the contact
|
|
4114
|
+
* @description The country of the contact (ISO 3166-1 alpha-2, plus XK for Kosovo)
|
|
4115
4115
|
*/
|
|
4116
4116
|
country: string;
|
|
4117
4117
|
/**
|
|
@@ -9446,7 +9446,7 @@ export interface components {
|
|
|
9446
9446
|
city?: string | null;
|
|
9447
9447
|
/**
|
|
9448
9448
|
* Country Code
|
|
9449
|
-
* @description ISO 3166-1 alpha-2 country code.
|
|
9449
|
+
* @description ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
9450
9450
|
*/
|
|
9451
9451
|
country_code?: string | null;
|
|
9452
9452
|
/**
|
|
@@ -9666,7 +9666,7 @@ export interface components {
|
|
|
9666
9666
|
city?: string | null;
|
|
9667
9667
|
/**
|
|
9668
9668
|
* Country Code
|
|
9669
|
-
* @description ISO 3166-1 alpha-2 country code.
|
|
9669
|
+
* @description ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
9670
9670
|
*/
|
|
9671
9671
|
country_code?: string | null;
|
|
9672
9672
|
/** @description The currency used by the organization. */
|
|
@@ -9897,7 +9897,7 @@ export interface components {
|
|
|
9897
9897
|
city?: string | null;
|
|
9898
9898
|
/**
|
|
9899
9899
|
* Country Code
|
|
9900
|
-
* @description ISO 3166-1 alpha-2 country code.
|
|
9900
|
+
* @description ISO 3166-1 alpha-2 country code, plus XK (Kosovo).
|
|
9901
9901
|
*/
|
|
9902
9902
|
country_code?: string | null;
|
|
9903
9903
|
/**
|