@opusdns/api 0.208.0 → 0.210.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 +107 -710
- package/src/helpers/requests.d.ts +0 -55
- package/src/helpers/responses.d.ts +5 -140
- package/src/helpers/schemas-arrays.d.ts +20 -6
- package/src/helpers/schemas.d.ts +6 -38
- package/src/openapi.yaml +38 -285
- package/src/schema.d.ts +32 -232
|
@@ -2066,61 +2066,6 @@ export type GET_DomainForwardsHostnameProtocol_Request = {
|
|
|
2066
2066
|
*/
|
|
2067
2067
|
export type GET_DomainForwardsHostnameProtocol_Request_Path = GET_DomainForwardsHostnameProtocol_Request['parameters']['path'];
|
|
2068
2068
|
|
|
2069
|
-
/**
|
|
2070
|
-
* Request type for POST DomainForwardsHostnameProtocol endpoint
|
|
2071
|
-
*
|
|
2072
|
-
* Create domain forward set (deprecated)
|
|
2073
|
-
* Deprecated: Use POST /{hostname} with protocol in body instead. Creates a new domain forward set for a specific protocol (HTTP or HTTPS).
|
|
2074
|
-
*
|
|
2075
|
-
* @remarks
|
|
2076
|
-
* This type defines the complete request structure for the POST DomainForwardsHostnameProtocol endpoint.
|
|
2077
|
-
* It includes all parameters (query, path) and request body types as defined in the OpenAPI specification.
|
|
2078
|
-
* Use this type to ensure type safety when making API requests to this endpoint.
|
|
2079
|
-
*
|
|
2080
|
-
* @example
|
|
2081
|
-
* Use this type to ensure type safety when making API requests to this endpoint.
|
|
2082
|
-
*
|
|
2083
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
2084
|
-
* @param hostname (path) - Hostname
|
|
2085
|
-
*
|
|
2086
|
-
* @see {@link POST_DomainForwardsHostnameProtocol_Request_Query} - Query parameters type
|
|
2087
|
-
* @see {@link POST_DomainForwardsHostnameProtocol_Request_Path} - Path parameters type
|
|
2088
|
-
* @see {@link POST_DomainForwardsHostnameProtocol_Request_Body} - Request body type
|
|
2089
|
-
*/
|
|
2090
|
-
export type POST_DomainForwardsHostnameProtocol_Request = {
|
|
2091
|
-
parameters: {
|
|
2092
|
-
path: operations['create_domain_forward_set_deprecated_v1_domain_forwards__hostname___protocol__post']['parameters']['path'];
|
|
2093
|
-
};
|
|
2094
|
-
requestBody: DomainForwardSetRequest;
|
|
2095
|
-
}
|
|
2096
|
-
/**
|
|
2097
|
-
* Path parameters for POST /v1/domain-forwards/{hostname}/{protocol}
|
|
2098
|
-
*
|
|
2099
|
-
* @remarks
|
|
2100
|
-
* This type defines the path parameters for the POST /v1/domain-forwards/{hostname}/{protocol} endpoint.
|
|
2101
|
-
* It provides type safety for all path parameters as defined in the OpenAPI specification.
|
|
2102
|
-
*
|
|
2103
|
-
* @example
|
|
2104
|
-
* Use this type to ensure type safety for path parameters.
|
|
2105
|
-
*
|
|
2106
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
2107
|
-
* @param hostname (path) - Hostname
|
|
2108
|
-
*/
|
|
2109
|
-
export type POST_DomainForwardsHostnameProtocol_Request_Path = POST_DomainForwardsHostnameProtocol_Request['parameters']['path'];
|
|
2110
|
-
/**
|
|
2111
|
-
* Request body for POST /v1/domain-forwards/{hostname}/{protocol}
|
|
2112
|
-
*
|
|
2113
|
-
* @remarks
|
|
2114
|
-
* This type defines the request body structure for the POST /v1/domain-forwards/{hostname}/{protocol} endpoint.
|
|
2115
|
-
* It provides type safety for the request body as defined in the OpenAPI specification.
|
|
2116
|
-
*
|
|
2117
|
-
* @example
|
|
2118
|
-
* Use this type to ensure type safety for request body structure.
|
|
2119
|
-
*
|
|
2120
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
2121
|
-
*/
|
|
2122
|
-
export type POST_DomainForwardsHostnameProtocol_Request_Body = POST_DomainForwardsHostnameProtocol_Request['requestBody'];
|
|
2123
|
-
|
|
2124
2069
|
/**
|
|
2125
2070
|
* Request type for PUT DomainForwardsHostnameProtocol endpoint
|
|
2126
2071
|
*
|
|
@@ -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
|
|
@@ -3688,141 +3688,6 @@ export type GET_DomainForwardsByHostnameByProtocol_Response_404 = Problem
|
|
|
3688
3688
|
*/
|
|
3689
3689
|
export type GET_DomainForwardsByHostnameByProtocol_Response_422 = HTTPValidationError
|
|
3690
3690
|
|
|
3691
|
-
/**
|
|
3692
|
-
* Response types for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3693
|
-
*
|
|
3694
|
-
* Create domain forward set (deprecated)
|
|
3695
|
-
* Deprecated: Use POST /{hostname} with protocol in body instead. Creates a new domain forward set for a specific protocol (HTTP or HTTPS).
|
|
3696
|
-
*
|
|
3697
|
-
* @remarks
|
|
3698
|
-
* This type defines all possible response structures for the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3699
|
-
* Each response code maps to a specific response type as defined in the OpenAPI specification.
|
|
3700
|
-
* Use this type to ensure type safety when handling API responses from this endpoint.
|
|
3701
|
-
*
|
|
3702
|
-
|
|
3703
|
-
*
|
|
3704
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3705
|
-
* @param hostname (path) - Hostname
|
|
3706
|
-
*
|
|
3707
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_201} - 201 response type
|
|
3708
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_401} - 401 response type
|
|
3709
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_403} - 403 response type
|
|
3710
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_404} - 404 response type
|
|
3711
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_409} - 409 response type
|
|
3712
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response_422} - 422 response type
|
|
3713
|
-
*
|
|
3714
|
-
|
|
3715
|
-
*/
|
|
3716
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response = POST_DomainForwardsByHostnameByProtocol_Response_201 | POST_DomainForwardsByHostnameByProtocol_Response_401 | POST_DomainForwardsByHostnameByProtocol_Response_403 | POST_DomainForwardsByHostnameByProtocol_Response_404 | POST_DomainForwardsByHostnameByProtocol_Response_409 | POST_DomainForwardsByHostnameByProtocol_Response_422;
|
|
3717
|
-
|
|
3718
|
-
/**
|
|
3719
|
-
* 201 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3720
|
-
*
|
|
3721
|
-
* @remarks
|
|
3722
|
-
* This type defines the response structure for the 201 status code
|
|
3723
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3724
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3725
|
-
*
|
|
3726
|
-
|
|
3727
|
-
*
|
|
3728
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3729
|
-
* @param hostname (path) - Hostname
|
|
3730
|
-
*
|
|
3731
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3732
|
-
* @see {@link DomainForwardSet} - The actual schema type definition
|
|
3733
|
-
*/
|
|
3734
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_201 = DomainForwardSet
|
|
3735
|
-
|
|
3736
|
-
/**
|
|
3737
|
-
* 401 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3738
|
-
*
|
|
3739
|
-
* @remarks
|
|
3740
|
-
* This type defines the response structure for the 401 status code
|
|
3741
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3742
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3743
|
-
*
|
|
3744
|
-
|
|
3745
|
-
*
|
|
3746
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3747
|
-
* @param hostname (path) - Hostname
|
|
3748
|
-
*
|
|
3749
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3750
|
-
* @see {@link Problem} - The actual schema type definition
|
|
3751
|
-
*/
|
|
3752
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_401 = Problem
|
|
3753
|
-
|
|
3754
|
-
/**
|
|
3755
|
-
* 403 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3756
|
-
*
|
|
3757
|
-
* @remarks
|
|
3758
|
-
* This type defines the response structure for the 403 status code
|
|
3759
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3760
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3761
|
-
*
|
|
3762
|
-
|
|
3763
|
-
*
|
|
3764
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3765
|
-
* @param hostname (path) - Hostname
|
|
3766
|
-
*
|
|
3767
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3768
|
-
* @see {@link Problem} - The actual schema type definition
|
|
3769
|
-
*/
|
|
3770
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_403 = Problem
|
|
3771
|
-
|
|
3772
|
-
/**
|
|
3773
|
-
* 404 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3774
|
-
*
|
|
3775
|
-
* @remarks
|
|
3776
|
-
* This type defines the response structure for the 404 status code
|
|
3777
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3778
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3779
|
-
*
|
|
3780
|
-
|
|
3781
|
-
*
|
|
3782
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3783
|
-
* @param hostname (path) - Hostname
|
|
3784
|
-
*
|
|
3785
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3786
|
-
* @see {@link Problem} - The actual schema type definition
|
|
3787
|
-
*/
|
|
3788
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_404 = Problem
|
|
3789
|
-
|
|
3790
|
-
/**
|
|
3791
|
-
* 409 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3792
|
-
*
|
|
3793
|
-
* @remarks
|
|
3794
|
-
* This type defines the response structure for the 409 status code
|
|
3795
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3796
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3797
|
-
*
|
|
3798
|
-
|
|
3799
|
-
*
|
|
3800
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3801
|
-
* @param hostname (path) - Hostname
|
|
3802
|
-
*
|
|
3803
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3804
|
-
* @see {@link Problem} - The actual schema type definition
|
|
3805
|
-
*/
|
|
3806
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_409 = Problem
|
|
3807
|
-
|
|
3808
|
-
/**
|
|
3809
|
-
* 422 response for POST DomainForwardsByHostnameByProtocol endpoint
|
|
3810
|
-
*
|
|
3811
|
-
* @remarks
|
|
3812
|
-
* This type defines the response structure for the 422 status code
|
|
3813
|
-
* of the POST DomainForwardsByHostnameByProtocol endpoint.
|
|
3814
|
-
* It provides type safety for handling this specific response as defined in the OpenAPI specification.
|
|
3815
|
-
*
|
|
3816
|
-
|
|
3817
|
-
*
|
|
3818
|
-
* @path /v1/domain-forwards/{hostname}/{protocol}
|
|
3819
|
-
* @param hostname (path) - Hostname
|
|
3820
|
-
*
|
|
3821
|
-
* @see {@link POST_DomainForwardsByHostnameByProtocol_Response} - The main response type definition
|
|
3822
|
-
* @see {@link HTTPValidationError} - The actual schema type definition
|
|
3823
|
-
*/
|
|
3824
|
-
export type POST_DomainForwardsByHostnameByProtocol_Response_422 = HTTPValidationError
|
|
3825
|
-
|
|
3826
3691
|
/**
|
|
3827
3692
|
* Response types for PUT DomainForwardsByHostnameByProtocol endpoint
|
|
3828
3693
|
*
|
|
@@ -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, 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
|
|
@@ -401,6 +401,20 @@ export type DomainForwardPatchOpArray = DomainForwardPatchOp[];
|
|
|
401
401
|
* @see {@link PlatformStatsBucket} - The individual PlatformStatsBucket type definition
|
|
402
402
|
*/
|
|
403
403
|
export type PlatformStatsBucketArray = PlatformStatsBucket[];
|
|
404
|
+
/**
|
|
405
|
+
* HttpRedirectRequest
|
|
406
|
+
*
|
|
407
|
+
* @remarks
|
|
408
|
+
* Array type for HttpRedirectRequest objects. Used when the API returns a collection of HttpRedirectRequest instances.
|
|
409
|
+
*
|
|
410
|
+
* @example
|
|
411
|
+
* ```typescript
|
|
412
|
+
* const items: HttpRedirectRequestArray = await api.getHttpRedirectRequests();
|
|
413
|
+
* ```
|
|
414
|
+
*
|
|
415
|
+
* @see {@link HttpRedirectRequest} - The individual HttpRedirectRequest type definition
|
|
416
|
+
*/
|
|
417
|
+
export type HttpRedirectRequestArray = HttpRedirectRequest[];
|
|
404
418
|
/**
|
|
405
419
|
* HttpRedirectListResponse
|
|
406
420
|
*
|
|
@@ -794,19 +808,19 @@ export type BillingTransactionArray = BillingTransaction[];
|
|
|
794
808
|
*/
|
|
795
809
|
export type ContactAttributeSetArray = ContactAttributeSet[];
|
|
796
810
|
/**
|
|
797
|
-
*
|
|
811
|
+
* ContactResponse
|
|
798
812
|
*
|
|
799
813
|
* @remarks
|
|
800
|
-
* Array type for
|
|
814
|
+
* Array type for ContactResponse objects. Used when the API returns a collection of ContactResponse instances.
|
|
801
815
|
*
|
|
802
816
|
* @example
|
|
803
817
|
* ```typescript
|
|
804
|
-
* const items:
|
|
818
|
+
* const items: ContactArray = await api.getContacts();
|
|
805
819
|
* ```
|
|
806
820
|
*
|
|
807
|
-
* @see {@link
|
|
821
|
+
* @see {@link Contact} - The individual ContactResponse type definition
|
|
808
822
|
*/
|
|
809
|
-
export type
|
|
823
|
+
export type ContactArray = Contact[];
|
|
810
824
|
/**
|
|
811
825
|
* DnsZoneResponse
|
|
812
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
|
*
|
|
@@ -4484,22 +4468,6 @@ export type VisitsByKeyBucket = components['schemas']['VisitsByKeyBucket'];
|
|
|
4484
4468
|
* @see {@link components} - The OpenAPI components schema definition
|
|
4485
4469
|
*/
|
|
4486
4470
|
export type WhoisBase = components['schemas']['WhoisBase'];
|
|
4487
|
-
/**
|
|
4488
|
-
* WildcardHttpRedirectRequest
|
|
4489
|
-
*
|
|
4490
|
-
* @remarks
|
|
4491
|
-
* Type alias for the `WildcardHttpRedirectRequest` OpenAPI schema.
|
|
4492
|
-
* This type represents wildcardhttpredirectrequest data structures used in API requests and responses.
|
|
4493
|
-
*
|
|
4494
|
-
* @example
|
|
4495
|
-
* ```typescript
|
|
4496
|
-
* const response = await api.getWildcardHttpRedirectRequest();
|
|
4497
|
-
* const item: WildcardHttpRedirectRequest = response.results;
|
|
4498
|
-
* ```
|
|
4499
|
-
*
|
|
4500
|
-
* @see {@link components} - The OpenAPI components schema definition
|
|
4501
|
-
*/
|
|
4502
|
-
export type WildcardHttpRedirectRequest = components['schemas']['WildcardHttpRedirectRequest'];
|
|
4503
4471
|
/**
|
|
4504
4472
|
* ZoneSortField
|
|
4505
4473
|
*
|