@opusdns/api 0.209.0 → 0.211.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 +128 -525
- package/src/helpers/responses.d.ts +5 -5
- package/src/helpers/schemas-arrays.d.ts +6 -6
- package/src/helpers/schemas.d.ts +6 -22
- package/src/openapi.yaml +40 -139
- package/src/schema.d.ts +34 -109
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
|
|
35
35
|
import { DomainDnssecDataArray, OrganizationAttribute2Array, IpRestrictionArray, TldResponseShortArray } from './schemas-arrays.d';
|
|
36
36
|
|
|
37
|
-
import { Pagination_EmailForwardLog, HTTPValidationError, Pagination_ObjectLog, Pagination_RequestHistory, Problem, DomainAvailabilityList,
|
|
37
|
+
import { Pagination_EmailForwardLog, HTTPValidationError, Pagination_ObjectLog, Pagination_RequestHistory, Problem, DomainAvailabilityList, Pagination_Contact, ContactSchema, Pagination_ContactAttributeSet, ContactAttributeSet, Contact, ContactAttributeLink, ContactVerification, Pagination_DnsZone, DnsZone, DnsChanges, DomainForwardZone, EmailForwardZone, Pagination_DomainForwardZone, Pagination_EmailForwardZone, DnsZoneSummary, Pagination_DomainForward, DomainForward, DomainForwardSet, DomainForwardMetrics, DomainForwardBrowserStats, DomainForwardGeoStats, DomainForwardPlatformStats, DomainForwardReferrerStats, DomainForwardStatusCodeStats, DomainForwardMetricsTimeSeries, DomainForwardUserAgentStats, DomainForwardVisitsByKey, DomainSearch, Pagination_Domain, Domain, DomainRenew, DomainRestore, DomainCheck, DomainSummary, DomainWithdraw, RequestAuthcode, DomainTransit, RequestAuthcode2, Pagination_EmailForward, EmailForward, EmailForwardAlias, EmailForwardMetrics, Pagination_Event, EventSchema, Pagination_Organization, Organization, OrganizationWithBillingData, Pagination_Invoice, GetPrices, Pagination_BillingTransaction, BillingTransaction, IpRestriction, Pagination_UserPublic, Pagination_Parking, ParkingMetrics, ParkingTotalMetrics, ParkingSignup, ParkingSignupStatus, TldSpecification, UserPublic, UserPublicWithAttributes, PermissionSet, RelationSet, UserWithRelationPermissions } from './schemas.d';
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
40
|
* Response types for GET ArchiveEmailForwardLogsAliasesByEmailForwardAliasId endpoint
|
|
@@ -599,9 +599,9 @@ export type GET_Contacts_Response = GET_Contacts_Response_200 | GET_Contacts_Res
|
|
|
599
599
|
* @path /v1/contacts
|
|
600
600
|
*
|
|
601
601
|
* @see {@link GET_Contacts_Response} - The main response type definition
|
|
602
|
-
* @see {@link
|
|
602
|
+
* @see {@link Pagination_Contact} - The actual schema type definition
|
|
603
603
|
*/
|
|
604
|
-
export type GET_Contacts_Response_200 =
|
|
604
|
+
export type GET_Contacts_Response_200 = Pagination_Contact
|
|
605
605
|
|
|
606
606
|
/**
|
|
607
607
|
* 422 response for GET Contacts endpoint
|
|
@@ -1135,9 +1135,9 @@ export type GET_ContactsByContactId_Response = GET_ContactsByContactId_Response_
|
|
|
1135
1135
|
* @path /v1/contacts/{contact_id}
|
|
1136
1136
|
*
|
|
1137
1137
|
* @see {@link GET_ContactsByContactId_Response} - The main response type definition
|
|
1138
|
-
* @see {@link
|
|
1138
|
+
* @see {@link Contact} - The actual schema type definition
|
|
1139
1139
|
*/
|
|
1140
|
-
export type GET_ContactsByContactId_Response_200 =
|
|
1140
|
+
export type GET_ContactsByContactId_Response_200 = Contact
|
|
1141
1141
|
|
|
1142
1142
|
/**
|
|
1143
1143
|
* 404 response for GET ContactsByContactId endpoint
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
* This file is auto-generated from the OpenAPI specification.
|
|
22
22
|
* Do not edit manually.
|
|
23
23
|
*/
|
|
24
|
-
import { DomainDnssecData, DomainDnssecDataCreate, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, TldResponseShort, AttributeCondition, DomainContactType, ContactAttributeLinkDetail, ContactAttributeDefinition, PostalAddressType, ContactConfigBase, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsRecordPatchOp, DnsRrset, DnsRrsetPatchOp, DomainAvailabilityCheck, ContactHandle, Nameserver, BrowserStatsBucket, GeoStatsBucket, TimeSeriesBucket, DomainForwardPatchOp, PlatformStatsBucket, HttpRedirectRequest, HttpRedirectList, ReferrerStatsBucket, StatusCodeStatsBucket, UserAgentStatsBucket, VisitsByKeyBucket, DomainForward, DeletePolicyType, SyncOperationType, DomainContact, DomainHost, DomainSearchSuggestionWithPrice, DomainStatus, DomainClientStatus, EmailForwardAliasCreate, EmailForwardLogEvent, EmailForwardAliasMetrics, EmailForwardAlias, EmailForward, PriceInfo, ValidationError, LaunchPhaseBase, LocalPresenceRequirementType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactAttributeSet,
|
|
24
|
+
import { DomainDnssecData, DomainDnssecDataCreate, OrganizationAttribute, OrganizationAttributeUpdate, IpRestriction, TldResponseShort, AttributeCondition, DomainContactType, ContactAttributeLinkDetail, ContactAttributeDefinition, PostalAddressType, ContactConfigBase, DnsChange, DnsRecordCreate, DnsRecord, DnsRrsetCreate, DnsRecordPatchOp, DnsRrset, DnsRrsetPatchOp, DomainAvailabilityCheck, ContactHandle, Nameserver, BrowserStatsBucket, GeoStatsBucket, TimeSeriesBucket, DomainForwardPatchOp, PlatformStatsBucket, HttpRedirectRequest, HttpRedirectList, ReferrerStatsBucket, StatusCodeStatsBucket, UserAgentStatsBucket, VisitsByKeyBucket, DomainForward, DeletePolicyType, SyncOperationType, DomainContact, DomainHost, DomainSearchSuggestionWithPrice, DomainStatus, DomainClientStatus, EmailForwardAliasCreate, EmailForwardLogEvent, EmailForwardAliasMetrics, EmailForwardAlias, EmailForward, PriceInfo, ValidationError, LaunchPhaseBase, LocalPresenceRequirementType, OrganizationAttribute2, User, OrganizationAttributeCreate, UserCreate, BillingTransaction, ContactAttributeSet, Contact, DnsZone, DomainForwardZone, Domain, EmailForwardLog, EmailForwardZone, EventResponse, Invoice, ObjectLog, Organization, Parking, RequestHistory, UserPublic, Period, Permission, PremiumAffectsType, Relation, TldBase, PostTransferRequirements, UserAttributeBase, DomainAvailability } from './schemas.d';
|
|
25
25
|
|
|
26
26
|
/**
|
|
27
27
|
* DomainDnssecDataResponse
|
|
@@ -808,19 +808,19 @@ export type BillingTransactionArray = BillingTransaction[];
|
|
|
808
808
|
*/
|
|
809
809
|
export type ContactAttributeSetArray = ContactAttributeSet[];
|
|
810
810
|
/**
|
|
811
|
-
*
|
|
811
|
+
* ContactResponse
|
|
812
812
|
*
|
|
813
813
|
* @remarks
|
|
814
|
-
* Array type for
|
|
814
|
+
* Array type for ContactResponse objects. Used when the API returns a collection of ContactResponse instances.
|
|
815
815
|
*
|
|
816
816
|
* @example
|
|
817
817
|
* ```typescript
|
|
818
|
-
* const items:
|
|
818
|
+
* const items: ContactArray = await api.getContacts();
|
|
819
819
|
* ```
|
|
820
820
|
*
|
|
821
|
-
* @see {@link
|
|
821
|
+
* @see {@link Contact} - The individual ContactResponse type definition
|
|
822
822
|
*/
|
|
823
|
-
export type
|
|
823
|
+
export type ContactArray = Contact[];
|
|
824
824
|
/**
|
|
825
825
|
* DnsZoneResponse
|
|
826
826
|
*
|
package/src/helpers/schemas.d.ts
CHANGED
|
@@ -378,22 +378,6 @@ export type ContactConfigBase = components['schemas']['ContactConfigBase'];
|
|
|
378
378
|
* @see {@link components} - The OpenAPI components schema definition
|
|
379
379
|
*/
|
|
380
380
|
export type ContactCreate = components['schemas']['ContactCreate'];
|
|
381
|
-
/**
|
|
382
|
-
* ContactDetailResponse
|
|
383
|
-
*
|
|
384
|
-
* @remarks
|
|
385
|
-
* Type alias for the `ContactDetailResponse` OpenAPI schema.
|
|
386
|
-
* This type represents contactdetailresponse data structures used in API requests and responses.
|
|
387
|
-
*
|
|
388
|
-
* @example
|
|
389
|
-
* ```typescript
|
|
390
|
-
* const response = await api.getContactDetail();
|
|
391
|
-
* const item: ContactDetail = response.results;
|
|
392
|
-
* ```
|
|
393
|
-
*
|
|
394
|
-
* @see {@link components} - The OpenAPI components schema definition
|
|
395
|
-
*/
|
|
396
|
-
export type ContactDetail = components['schemas']['ContactDetailResponse'];
|
|
397
381
|
/**
|
|
398
382
|
* ContactHandle
|
|
399
383
|
*
|
|
@@ -3061,21 +3045,21 @@ export type Pagination_BillingTransaction = components['schemas']['Pagination_Bi
|
|
|
3061
3045
|
*/
|
|
3062
3046
|
export type Pagination_ContactAttributeSet = components['schemas']['Pagination_ContactAttributeSetResponse_'];
|
|
3063
3047
|
/**
|
|
3064
|
-
* Pagination[
|
|
3048
|
+
* Pagination[ContactResponse]
|
|
3065
3049
|
*
|
|
3066
3050
|
* @remarks
|
|
3067
|
-
* Type alias for the `
|
|
3068
|
-
* This type represents pagination[
|
|
3051
|
+
* Type alias for the `Pagination_ContactResponse_` OpenAPI schema.
|
|
3052
|
+
* This type represents pagination[contactresponse] data structures used in API requests and responses.
|
|
3069
3053
|
*
|
|
3070
3054
|
* @example
|
|
3071
3055
|
* ```typescript
|
|
3072
|
-
* const response = await api.
|
|
3073
|
-
* const item:
|
|
3056
|
+
* const response = await api.getPagination_Contact();
|
|
3057
|
+
* const item: Pagination_Contact = response.results;
|
|
3074
3058
|
* ```
|
|
3075
3059
|
*
|
|
3076
3060
|
* @see {@link components} - The OpenAPI components schema definition
|
|
3077
3061
|
*/
|
|
3078
|
-
export type
|
|
3062
|
+
export type Pagination_Contact = components['schemas']['Pagination_ContactResponse_'];
|
|
3079
3063
|
/**
|
|
3080
3064
|
* Pagination[DnsZoneResponse]
|
|
3081
3065
|
*
|
package/src/openapi.yaml
CHANGED
|
@@ -444,6 +444,11 @@ components:
|
|
|
444
444
|
minLength: 1
|
|
445
445
|
title: Label
|
|
446
446
|
type: string
|
|
447
|
+
linked_contacts:
|
|
448
|
+
default: 0
|
|
449
|
+
description: Number of contacts linked to this attribute set
|
|
450
|
+
title: Linked Contacts
|
|
451
|
+
type: integer
|
|
447
452
|
organization_id:
|
|
448
453
|
description: The organization that owns this attribute set
|
|
449
454
|
examples:
|
|
@@ -596,132 +601,6 @@ components:
|
|
|
596
601
|
- disclose
|
|
597
602
|
title: ContactCreate
|
|
598
603
|
type: object
|
|
599
|
-
ContactDetailResponse:
|
|
600
|
-
properties:
|
|
601
|
-
attribute_sets:
|
|
602
|
-
description: Linked attribute sets for this contact
|
|
603
|
-
items:
|
|
604
|
-
$ref: '#/components/schemas/ContactAttributeLinkDetail'
|
|
605
|
-
title: Attribute Sets
|
|
606
|
-
type: array
|
|
607
|
-
city:
|
|
608
|
-
description: The city of the contact
|
|
609
|
-
minLength: 1
|
|
610
|
-
title: City
|
|
611
|
-
type: string
|
|
612
|
-
contact_id:
|
|
613
|
-
examples:
|
|
614
|
-
- contact_01h45ytscbebyvny4gc8cr8ma2
|
|
615
|
-
format: typeid
|
|
616
|
-
pattern: ^contact_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
617
|
-
title: Contact Id
|
|
618
|
-
type: string
|
|
619
|
-
x-typeid-prefix: contact
|
|
620
|
-
country:
|
|
621
|
-
description: The country of the contact
|
|
622
|
-
pattern: ^\w{2}$
|
|
623
|
-
title: Country
|
|
624
|
-
type: string
|
|
625
|
-
created_on:
|
|
626
|
-
description: The date/time the entry was created on
|
|
627
|
-
format: date-time
|
|
628
|
-
title: Created On
|
|
629
|
-
type: string
|
|
630
|
-
deleted_on:
|
|
631
|
-
anyOf:
|
|
632
|
-
- format: date-time
|
|
633
|
-
type: string
|
|
634
|
-
- type: 'null'
|
|
635
|
-
description: The date/time the entry was deleted on
|
|
636
|
-
title: Deleted On
|
|
637
|
-
disclose:
|
|
638
|
-
description: Whether the contact details should be disclosed. The Disclose
|
|
639
|
-
function may not work with all TLDs. Some registries still display the
|
|
640
|
-
data in Whois if, for example, the organization field is filled in.
|
|
641
|
-
title: Disclose
|
|
642
|
-
type: boolean
|
|
643
|
-
email:
|
|
644
|
-
description: The email of the contact
|
|
645
|
-
format: email
|
|
646
|
-
title: Email
|
|
647
|
-
type: string
|
|
648
|
-
fax:
|
|
649
|
-
anyOf:
|
|
650
|
-
- format: phone
|
|
651
|
-
type: string
|
|
652
|
-
- type: 'null'
|
|
653
|
-
description: The contacts's fax number
|
|
654
|
-
title: Fax
|
|
655
|
-
first_name:
|
|
656
|
-
description: The first name of the contact
|
|
657
|
-
minLength: 1
|
|
658
|
-
title: First Name
|
|
659
|
-
type: string
|
|
660
|
-
last_name:
|
|
661
|
-
description: The last name of the contact
|
|
662
|
-
minLength: 1
|
|
663
|
-
title: Last Name
|
|
664
|
-
type: string
|
|
665
|
-
org:
|
|
666
|
-
anyOf:
|
|
667
|
-
- minLength: 1
|
|
668
|
-
type: string
|
|
669
|
-
- type: 'null'
|
|
670
|
-
description: The organization of the contact
|
|
671
|
-
title: Org
|
|
672
|
-
organization_id:
|
|
673
|
-
default: None
|
|
674
|
-
description: The organization that owns the domain
|
|
675
|
-
examples:
|
|
676
|
-
- organization_01h45ytscbebyvny4gc8cr8ma2
|
|
677
|
-
format: typeid
|
|
678
|
-
pattern: ^organization_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
679
|
-
title: Organization Id
|
|
680
|
-
type: string
|
|
681
|
-
x-typeid-prefix: organization
|
|
682
|
-
phone:
|
|
683
|
-
description: The contact's phone number
|
|
684
|
-
examples:
|
|
685
|
-
- '+1.2125552368'
|
|
686
|
-
format: phone
|
|
687
|
-
title: Phone
|
|
688
|
-
type: string
|
|
689
|
-
postal_code:
|
|
690
|
-
description: The postal code of the contact
|
|
691
|
-
minLength: 1
|
|
692
|
-
title: Postal Code
|
|
693
|
-
type: string
|
|
694
|
-
state:
|
|
695
|
-
anyOf:
|
|
696
|
-
- minLength: 1
|
|
697
|
-
type: string
|
|
698
|
-
- type: 'null'
|
|
699
|
-
description: The state of the contact
|
|
700
|
-
title: State
|
|
701
|
-
street:
|
|
702
|
-
description: The address of the contact
|
|
703
|
-
minLength: 1
|
|
704
|
-
title: Street
|
|
705
|
-
type: string
|
|
706
|
-
title:
|
|
707
|
-
anyOf:
|
|
708
|
-
- minLength: 1
|
|
709
|
-
type: string
|
|
710
|
-
- type: 'null'
|
|
711
|
-
description: The title of the contact
|
|
712
|
-
title: Title
|
|
713
|
-
required:
|
|
714
|
-
- first_name
|
|
715
|
-
- last_name
|
|
716
|
-
- email
|
|
717
|
-
- phone
|
|
718
|
-
- street
|
|
719
|
-
- city
|
|
720
|
-
- postal_code
|
|
721
|
-
- country
|
|
722
|
-
- disclose
|
|
723
|
-
title: ContactDetailResponse
|
|
724
|
-
type: object
|
|
725
604
|
ContactHandle:
|
|
726
605
|
properties:
|
|
727
606
|
attributes:
|
|
@@ -761,16 +640,35 @@ components:
|
|
|
761
640
|
type: object
|
|
762
641
|
ContactResponse:
|
|
763
642
|
properties:
|
|
643
|
+
attribute_sets:
|
|
644
|
+
description: Linked attribute sets for this contact
|
|
645
|
+
items:
|
|
646
|
+
$ref: '#/components/schemas/ContactAttributeLinkDetail'
|
|
647
|
+
title: Attribute Sets
|
|
648
|
+
type: array
|
|
764
649
|
city:
|
|
765
650
|
description: The city of the contact
|
|
766
651
|
minLength: 1
|
|
767
652
|
title: City
|
|
768
653
|
type: string
|
|
654
|
+
contact_id:
|
|
655
|
+
examples:
|
|
656
|
+
- contact_01h45ytscbebyvny4gc8cr8ma2
|
|
657
|
+
format: typeid
|
|
658
|
+
pattern: ^contact_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
659
|
+
title: Contact Id
|
|
660
|
+
type: string
|
|
661
|
+
x-typeid-prefix: contact
|
|
769
662
|
country:
|
|
770
663
|
description: The country of the contact
|
|
771
664
|
pattern: ^\w{2}$
|
|
772
665
|
title: Country
|
|
773
666
|
type: string
|
|
667
|
+
created_on:
|
|
668
|
+
description: The date/time the entry was created on
|
|
669
|
+
format: date-time
|
|
670
|
+
title: Created On
|
|
671
|
+
type: string
|
|
774
672
|
disclose:
|
|
775
673
|
description: Whether the contact details should be disclosed. The Disclose
|
|
776
674
|
function may not work with all TLDs. Some registries still display the
|
|
@@ -806,6 +704,16 @@ components:
|
|
|
806
704
|
- type: 'null'
|
|
807
705
|
description: The organization of the contact
|
|
808
706
|
title: Org
|
|
707
|
+
organization_id:
|
|
708
|
+
default: None
|
|
709
|
+
description: The organization that owns the domain
|
|
710
|
+
examples:
|
|
711
|
+
- organization_01h45ytscbebyvny4gc8cr8ma2
|
|
712
|
+
format: typeid
|
|
713
|
+
pattern: ^organization_[0-7][0-9a-hjkmnpq-tv-z]{25}$
|
|
714
|
+
title: Organization Id
|
|
715
|
+
type: string
|
|
716
|
+
x-typeid-prefix: organization
|
|
809
717
|
phone:
|
|
810
718
|
description: The contact's phone number
|
|
811
719
|
examples:
|
|
@@ -874,13 +782,6 @@ components:
|
|
|
874
782
|
format: date-time
|
|
875
783
|
title: Created On
|
|
876
784
|
type: string
|
|
877
|
-
deleted_on:
|
|
878
|
-
anyOf:
|
|
879
|
-
- format: date-time
|
|
880
|
-
type: string
|
|
881
|
-
- type: 'null'
|
|
882
|
-
description: The date/time the entry was deleted on
|
|
883
|
-
title: Deleted On
|
|
884
785
|
disclose:
|
|
885
786
|
description: Whether the contact details should be disclosed. The Disclose
|
|
886
787
|
function may not work with all TLDs. Some registries still display the
|
|
@@ -5101,19 +5002,19 @@ components:
|
|
|
5101
5002
|
- pagination
|
|
5102
5003
|
title: Pagination[ContactAttributeSetResponse]
|
|
5103
5004
|
type: object
|
|
5104
|
-
|
|
5005
|
+
Pagination_ContactResponse_:
|
|
5105
5006
|
properties:
|
|
5106
5007
|
pagination:
|
|
5107
5008
|
$ref: '#/components/schemas/PaginationMetadata'
|
|
5108
5009
|
results:
|
|
5109
5010
|
items:
|
|
5110
|
-
$ref: '#/components/schemas/
|
|
5011
|
+
$ref: '#/components/schemas/ContactResponse'
|
|
5111
5012
|
title: Results
|
|
5112
5013
|
type: array
|
|
5113
5014
|
required:
|
|
5114
5015
|
- results
|
|
5115
5016
|
- pagination
|
|
5116
|
-
title: Pagination[
|
|
5017
|
+
title: Pagination[ContactResponse]
|
|
5117
5018
|
type: object
|
|
5118
5019
|
Pagination_DnsZoneResponse_:
|
|
5119
5020
|
properties:
|
|
@@ -7317,7 +7218,7 @@ info:
|
|
|
7317
7218
|
'
|
|
7318
7219
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
7319
7220
|
title: OpusDNS API
|
|
7320
|
-
version: 2026-02-
|
|
7221
|
+
version: 2026-03-02-094551
|
|
7321
7222
|
x-logo:
|
|
7322
7223
|
altText: OpusDNS API Reference
|
|
7323
7224
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -8223,7 +8124,7 @@ paths:
|
|
|
8223
8124
|
content:
|
|
8224
8125
|
application/json:
|
|
8225
8126
|
schema:
|
|
8226
|
-
$ref: '#/components/schemas/
|
|
8127
|
+
$ref: '#/components/schemas/Pagination_ContactResponse_'
|
|
8227
8128
|
description: Successful Response
|
|
8228
8129
|
'422':
|
|
8229
8130
|
content:
|
|
@@ -8724,7 +8625,7 @@ paths:
|
|
|
8724
8625
|
content:
|
|
8725
8626
|
application/json:
|
|
8726
8627
|
schema:
|
|
8727
|
-
$ref: '#/components/schemas/
|
|
8628
|
+
$ref: '#/components/schemas/ContactResponse'
|
|
8728
8629
|
description: Successful Response
|
|
8729
8630
|
'404':
|
|
8730
8631
|
content:
|
package/src/schema.d.ts
CHANGED
|
@@ -2238,6 +2238,12 @@ export interface components {
|
|
|
2238
2238
|
* @description A human-readable label explaining the purpose of this attribute set
|
|
2239
2239
|
*/
|
|
2240
2240
|
label: string;
|
|
2241
|
+
/**
|
|
2242
|
+
* Linked Contacts
|
|
2243
|
+
* @description Number of contacts linked to this attribute set
|
|
2244
|
+
* @default 0
|
|
2245
|
+
*/
|
|
2246
|
+
linked_contacts: number;
|
|
2241
2247
|
/**
|
|
2242
2248
|
* Organization Id
|
|
2243
2249
|
* Format: typeid
|
|
@@ -2351,8 +2357,29 @@ export interface components {
|
|
|
2351
2357
|
*/
|
|
2352
2358
|
title?: string | null;
|
|
2353
2359
|
};
|
|
2354
|
-
/**
|
|
2355
|
-
|
|
2360
|
+
/** ContactHandle */
|
|
2361
|
+
ContactHandle: {
|
|
2362
|
+
/**
|
|
2363
|
+
* Attributes
|
|
2364
|
+
* @description Additional attributes related to the contact
|
|
2365
|
+
*/
|
|
2366
|
+
attributes?: {
|
|
2367
|
+
[key: string]: string;
|
|
2368
|
+
} | null;
|
|
2369
|
+
/**
|
|
2370
|
+
* Contact Id
|
|
2371
|
+
* Format: typeid
|
|
2372
|
+
* @description The contact id of the contact
|
|
2373
|
+
* @example contact_01h45ytscbebyvny4gc8cr8ma2
|
|
2374
|
+
*/
|
|
2375
|
+
contact_id: TypeId<"contact">;
|
|
2376
|
+
};
|
|
2377
|
+
/** @description The contacts of the domain */
|
|
2378
|
+
ContactIdList: {
|
|
2379
|
+
[key: string]: TypeId<"contact">;
|
|
2380
|
+
};
|
|
2381
|
+
/** ContactResponse */
|
|
2382
|
+
ContactResponse: {
|
|
2356
2383
|
/**
|
|
2357
2384
|
* Attribute Sets
|
|
2358
2385
|
* @description Linked attribute sets for this contact
|
|
@@ -2380,11 +2407,6 @@ export interface components {
|
|
|
2380
2407
|
* @description The date/time the entry was created on
|
|
2381
2408
|
*/
|
|
2382
2409
|
created_on?: Date;
|
|
2383
|
-
/**
|
|
2384
|
-
* Deleted On
|
|
2385
|
-
* @description The date/time the entry was deleted on
|
|
2386
|
-
*/
|
|
2387
|
-
deleted_on?: Date | null;
|
|
2388
2410
|
/**
|
|
2389
2411
|
* Disclose
|
|
2390
2412
|
* @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
|
|
@@ -2452,98 +2474,6 @@ export interface components {
|
|
|
2452
2474
|
*/
|
|
2453
2475
|
title?: string | null;
|
|
2454
2476
|
};
|
|
2455
|
-
/** ContactHandle */
|
|
2456
|
-
ContactHandle: {
|
|
2457
|
-
/**
|
|
2458
|
-
* Attributes
|
|
2459
|
-
* @description Additional attributes related to the contact
|
|
2460
|
-
*/
|
|
2461
|
-
attributes?: {
|
|
2462
|
-
[key: string]: string;
|
|
2463
|
-
} | null;
|
|
2464
|
-
/**
|
|
2465
|
-
* Contact Id
|
|
2466
|
-
* Format: typeid
|
|
2467
|
-
* @description The contact id of the contact
|
|
2468
|
-
* @example contact_01h45ytscbebyvny4gc8cr8ma2
|
|
2469
|
-
*/
|
|
2470
|
-
contact_id: TypeId<"contact">;
|
|
2471
|
-
};
|
|
2472
|
-
/** @description The contacts of the domain */
|
|
2473
|
-
ContactIdList: {
|
|
2474
|
-
[key: string]: TypeId<"contact">;
|
|
2475
|
-
};
|
|
2476
|
-
/** ContactResponse */
|
|
2477
|
-
ContactResponse: {
|
|
2478
|
-
/**
|
|
2479
|
-
* City
|
|
2480
|
-
* @description The city of the contact
|
|
2481
|
-
*/
|
|
2482
|
-
city: string;
|
|
2483
|
-
/**
|
|
2484
|
-
* Country
|
|
2485
|
-
* @description The country of the contact
|
|
2486
|
-
*/
|
|
2487
|
-
country: string;
|
|
2488
|
-
/**
|
|
2489
|
-
* Disclose
|
|
2490
|
-
* @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
|
|
2491
|
-
*/
|
|
2492
|
-
disclose: boolean;
|
|
2493
|
-
/**
|
|
2494
|
-
* Email
|
|
2495
|
-
* Format: email
|
|
2496
|
-
* @description The email of the contact
|
|
2497
|
-
*/
|
|
2498
|
-
email: string;
|
|
2499
|
-
/**
|
|
2500
|
-
* Fax
|
|
2501
|
-
* @description The contacts's fax number
|
|
2502
|
-
*/
|
|
2503
|
-
fax?: string | null;
|
|
2504
|
-
/**
|
|
2505
|
-
* First Name
|
|
2506
|
-
* @description The first name of the contact
|
|
2507
|
-
*/
|
|
2508
|
-
first_name: string;
|
|
2509
|
-
/**
|
|
2510
|
-
* Last Name
|
|
2511
|
-
* @description The last name of the contact
|
|
2512
|
-
*/
|
|
2513
|
-
last_name: string;
|
|
2514
|
-
/**
|
|
2515
|
-
* Org
|
|
2516
|
-
* @description The organization of the contact
|
|
2517
|
-
*/
|
|
2518
|
-
org?: string | null;
|
|
2519
|
-
/**
|
|
2520
|
-
* Phone
|
|
2521
|
-
* Format: phone
|
|
2522
|
-
* @description The contact's phone number
|
|
2523
|
-
* @example +1.2125552368
|
|
2524
|
-
*/
|
|
2525
|
-
phone: string;
|
|
2526
|
-
/**
|
|
2527
|
-
* Postal Code
|
|
2528
|
-
* @description The postal code of the contact
|
|
2529
|
-
*/
|
|
2530
|
-
postal_code: string;
|
|
2531
|
-
/**
|
|
2532
|
-
* State
|
|
2533
|
-
* @description The state of the contact
|
|
2534
|
-
*/
|
|
2535
|
-
state?: string | null;
|
|
2536
|
-
/**
|
|
2537
|
-
* Street
|
|
2538
|
-
* @description The address of the contact
|
|
2539
|
-
*/
|
|
2540
|
-
street: string;
|
|
2541
|
-
/**
|
|
2542
|
-
* Title
|
|
2543
|
-
* @description The title of the contact
|
|
2544
|
-
*/
|
|
2545
|
-
title?: string | null;
|
|
2546
|
-
};
|
|
2547
2477
|
/** ContactSchema */
|
|
2548
2478
|
ContactSchema: {
|
|
2549
2479
|
/**
|
|
@@ -2568,11 +2498,6 @@ export interface components {
|
|
|
2568
2498
|
* @description The date/time the entry was created on
|
|
2569
2499
|
*/
|
|
2570
2500
|
created_on?: Date;
|
|
2571
|
-
/**
|
|
2572
|
-
* Deleted On
|
|
2573
|
-
* @description The date/time the entry was deleted on
|
|
2574
|
-
*/
|
|
2575
|
-
deleted_on?: Date | null;
|
|
2576
2501
|
/**
|
|
2577
2502
|
* Disclose
|
|
2578
2503
|
* @description Whether the contact details should be disclosed. The Disclose function may not work with all TLDs. Some registries still display the data in Whois if, for example, the organization field is filled in.
|
|
@@ -5374,11 +5299,11 @@ export interface components {
|
|
|
5374
5299
|
/** Results */
|
|
5375
5300
|
results: components["schemas"]["ContactAttributeSetResponse"][];
|
|
5376
5301
|
};
|
|
5377
|
-
/** Pagination[
|
|
5378
|
-
|
|
5302
|
+
/** Pagination[ContactResponse] */
|
|
5303
|
+
Pagination_ContactResponse_: {
|
|
5379
5304
|
pagination: components["schemas"]["PaginationMetadata"];
|
|
5380
5305
|
/** Results */
|
|
5381
|
-
results: components["schemas"]["
|
|
5306
|
+
results: components["schemas"]["ContactResponse"][];
|
|
5382
5307
|
};
|
|
5383
5308
|
/** Pagination[DnsZoneResponse] */
|
|
5384
5309
|
Pagination_DnsZoneResponse_: {
|
|
@@ -7203,7 +7128,7 @@ export interface operations {
|
|
|
7203
7128
|
[name: string]: unknown;
|
|
7204
7129
|
};
|
|
7205
7130
|
content: {
|
|
7206
|
-
"application/json": components["schemas"]["
|
|
7131
|
+
"application/json": components["schemas"]["Pagination_ContactResponse_"];
|
|
7207
7132
|
};
|
|
7208
7133
|
};
|
|
7209
7134
|
/** @description Validation Error */
|
|
@@ -7680,7 +7605,7 @@ export interface operations {
|
|
|
7680
7605
|
[name: string]: unknown;
|
|
7681
7606
|
};
|
|
7682
7607
|
content: {
|
|
7683
|
-
"application/json": components["schemas"]["
|
|
7608
|
+
"application/json": components["schemas"]["ContactResponse"];
|
|
7684
7609
|
};
|
|
7685
7610
|
};
|
|
7686
7611
|
/** @description Not Found */
|