@wix/domains 1.0.20 → 1.0.22
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.22",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/domains_connected-domain-setup-info": "1.0.
|
|
22
|
-
"@wix/domains_connected-domains": "1.0.
|
|
23
|
-
"@wix/domains_domain-availability": "1.0.
|
|
24
|
-
"@wix/domains_domain-dns": "1.0.
|
|
25
|
-
"@wix/domains_domain-suggestions": "1.0.
|
|
26
|
-
"@wix/domains_registered-domains": "1.0.
|
|
21
|
+
"@wix/domains_connected-domain-setup-info": "1.0.7",
|
|
22
|
+
"@wix/domains_connected-domains": "1.0.10",
|
|
23
|
+
"@wix/domains_domain-availability": "1.0.5",
|
|
24
|
+
"@wix/domains_domain-dns": "1.0.5",
|
|
25
|
+
"@wix/domains_domain-suggestions": "1.0.10",
|
|
26
|
+
"@wix/domains_registered-domains": "1.0.8"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
|
|
36
|
-
"build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
36
|
+
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
37
37
|
"test": ":"
|
|
38
38
|
},
|
|
39
39
|
"wix": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "8dd38a9a2964a6fc24f89fa045d3f6466ddafb8054a0cb58782566dd"
|
|
51
51
|
}
|
|
@@ -226,7 +226,7 @@ interface DomainEventBodyOneOf$2 {
|
|
|
226
226
|
interface EntityCreatedEvent$2 {
|
|
227
227
|
entity?: string;
|
|
228
228
|
}
|
|
229
|
-
interface RestoreInfo$
|
|
229
|
+
interface RestoreInfo$2 {
|
|
230
230
|
deletedDate?: Date;
|
|
231
231
|
}
|
|
232
232
|
interface EntityUpdatedEvent$2 {
|
|
@@ -373,7 +373,7 @@ declare const context$5_deleteConnectedDomain: typeof deleteConnectedDomain;
|
|
|
373
373
|
declare const context$5_getConnectedDomain: typeof getConnectedDomain;
|
|
374
374
|
declare const context$5_listConnectedDomains: typeof listConnectedDomains;
|
|
375
375
|
declare namespace context$5 {
|
|
376
|
-
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type context$5_ConnectedDomain as ConnectedDomain, type context$5_ConnectedDomainNonNullableFields as ConnectedDomainNonNullableFields, ConnectionType$1 as ConnectionType, type context$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type context$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type context$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type context$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type context$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type context$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type context$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type context$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type context$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type context$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type context$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type RestoreInfo$
|
|
376
|
+
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type context$5_ConnectedDomain as ConnectedDomain, type context$5_ConnectedDomainNonNullableFields as ConnectedDomainNonNullableFields, ConnectionType$1 as ConnectionType, type context$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type context$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type context$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type context$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type context$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type context$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type context$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type context$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type context$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type context$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type context$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type RestoreInfo$2 as RestoreInfo, type SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, context$5_createConnectedDomain as createConnectedDomain, context$5_deleteConnectedDomain as deleteConnectedDomain, context$5_getConnectedDomain as getConnectedDomain, context$5_listConnectedDomains as listConnectedDomains };
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
/**
|
|
@@ -527,6 +527,12 @@ interface GetSetupInfoResponse {
|
|
|
527
527
|
/** Retrieved setup information. */
|
|
528
528
|
domainSetupInfo?: ConnectedDomainSetupInfo;
|
|
529
529
|
}
|
|
530
|
+
interface PreCreateConnectedDomainRequest {
|
|
531
|
+
/** Domain name including TLD */
|
|
532
|
+
domain?: string;
|
|
533
|
+
}
|
|
534
|
+
interface PreCreateConnectedDomainResponse {
|
|
535
|
+
}
|
|
530
536
|
interface GetConnectedDomainSetupInfoRequest {
|
|
531
537
|
/**
|
|
532
538
|
* ID of the connected domain to retrieve setup information for.
|
|
@@ -595,11 +601,13 @@ type context$4_GetSetupInfoResponse = GetSetupInfoResponse;
|
|
|
595
601
|
type context$4_NameserverRecord = NameserverRecord;
|
|
596
602
|
type context$4_NsRecord = NsRecord;
|
|
597
603
|
type context$4_PointingRecords = PointingRecords;
|
|
604
|
+
type context$4_PreCreateConnectedDomainRequest = PreCreateConnectedDomainRequest;
|
|
605
|
+
type context$4_PreCreateConnectedDomainResponse = PreCreateConnectedDomainResponse;
|
|
598
606
|
type context$4_Registrar = Registrar;
|
|
599
607
|
type context$4_SubdomainRecords = SubdomainRecords;
|
|
600
608
|
declare const context$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
601
609
|
declare namespace context$4 {
|
|
602
|
-
export { type context$4_ARecord as ARecord, type context$4_CnameRecord as CnameRecord, type context$4_ConnectedDomainSetupInfo as ConnectedDomainSetupInfo, type context$4_ConnectedDomainSetupInfoDnsRecordsOneOf as ConnectedDomainSetupInfoDnsRecordsOneOf, context$4_ConnectionType as ConnectionType, type context$4_GetConnectedDomainSetupInfoRequest as GetConnectedDomainSetupInfoRequest, type context$4_GetConnectedDomainSetupInfoResponse as GetConnectedDomainSetupInfoResponse, type context$4_GetConnectedDomainSetupInfoResponseNonNullableFields as GetConnectedDomainSetupInfoResponseNonNullableFields, type context$4_GetSetupInfoRequest as GetSetupInfoRequest, type context$4_GetSetupInfoResponse as GetSetupInfoResponse, type context$4_NameserverRecord as NameserverRecord, type context$4_NsRecord as NsRecord, type context$4_PointingRecords as PointingRecords, type context$4_Registrar as Registrar, type context$4_SubdomainRecords as SubdomainRecords, context$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
610
|
+
export { type context$4_ARecord as ARecord, type context$4_CnameRecord as CnameRecord, type context$4_ConnectedDomainSetupInfo as ConnectedDomainSetupInfo, type context$4_ConnectedDomainSetupInfoDnsRecordsOneOf as ConnectedDomainSetupInfoDnsRecordsOneOf, context$4_ConnectionType as ConnectionType, type context$4_GetConnectedDomainSetupInfoRequest as GetConnectedDomainSetupInfoRequest, type context$4_GetConnectedDomainSetupInfoResponse as GetConnectedDomainSetupInfoResponse, type context$4_GetConnectedDomainSetupInfoResponseNonNullableFields as GetConnectedDomainSetupInfoResponseNonNullableFields, type context$4_GetSetupInfoRequest as GetSetupInfoRequest, type context$4_GetSetupInfoResponse as GetSetupInfoResponse, type context$4_NameserverRecord as NameserverRecord, type context$4_NsRecord as NsRecord, type context$4_PointingRecords as PointingRecords, type context$4_PreCreateConnectedDomainRequest as PreCreateConnectedDomainRequest, type context$4_PreCreateConnectedDomainResponse as PreCreateConnectedDomainResponse, type context$4_Registrar as Registrar, type context$4_SubdomainRecords as SubdomainRecords, context$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
603
611
|
}
|
|
604
612
|
|
|
605
613
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|
|
@@ -621,11 +629,18 @@ interface DnsZone {
|
|
|
621
629
|
*/
|
|
622
630
|
_id?: string;
|
|
623
631
|
/**
|
|
624
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
632
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
633
|
+
* are enabled.
|
|
625
634
|
*
|
|
626
635
|
* Default: `false`
|
|
627
636
|
*/
|
|
628
637
|
dnssecEnabled?: boolean;
|
|
638
|
+
/**
|
|
639
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
640
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
641
|
+
* @readonly
|
|
642
|
+
*/
|
|
643
|
+
dnssecInfo?: DnssecInfo;
|
|
629
644
|
}
|
|
630
645
|
interface DnsRecord {
|
|
631
646
|
/**
|
|
@@ -676,6 +691,19 @@ declare enum RecordType {
|
|
|
676
691
|
PTR = "PTR",
|
|
677
692
|
NAPTR = "NAPTR"
|
|
678
693
|
}
|
|
694
|
+
interface DnssecInfo {
|
|
695
|
+
/**
|
|
696
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
697
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
698
|
+
*/
|
|
699
|
+
keyTag?: number;
|
|
700
|
+
/**
|
|
701
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
702
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
703
|
+
* DNSSEC validation.
|
|
704
|
+
*/
|
|
705
|
+
digest?: string;
|
|
706
|
+
}
|
|
679
707
|
interface DomainRemovedEvent {
|
|
680
708
|
/**
|
|
681
709
|
* Domain name including TLD.
|
|
@@ -762,7 +790,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
|
|
|
762
790
|
slug?: string;
|
|
763
791
|
/** ID of the entity associated with the event. */
|
|
764
792
|
entityId?: string;
|
|
765
|
-
/** Event timestamp. */
|
|
793
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
766
794
|
eventTime?: Date;
|
|
767
795
|
/**
|
|
768
796
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -791,6 +819,9 @@ interface DomainEventBodyOneOf$1 {
|
|
|
791
819
|
interface EntityCreatedEvent$1 {
|
|
792
820
|
entity?: string;
|
|
793
821
|
}
|
|
822
|
+
interface RestoreInfo$1 {
|
|
823
|
+
deletedDate?: Date;
|
|
824
|
+
}
|
|
794
825
|
interface EntityUpdatedEvent$1 {
|
|
795
826
|
/**
|
|
796
827
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -852,11 +883,16 @@ interface DnsRecordNonNullableFields {
|
|
|
852
883
|
ttl: number;
|
|
853
884
|
values: string[];
|
|
854
885
|
}
|
|
886
|
+
interface DnssecInfoNonNullableFields {
|
|
887
|
+
keyTag: number;
|
|
888
|
+
digest: string;
|
|
889
|
+
}
|
|
855
890
|
interface DnsZoneNonNullableFields {
|
|
856
891
|
domainName: string;
|
|
857
892
|
records: DnsRecordNonNullableFields[];
|
|
858
893
|
_id: string;
|
|
859
894
|
dnssecEnabled: boolean;
|
|
895
|
+
dnssecInfo?: DnssecInfoNonNullableFields;
|
|
860
896
|
}
|
|
861
897
|
interface CreateDnsZoneResponseNonNullableFields {
|
|
862
898
|
dnsZone?: DnsZoneNonNullableFields;
|
|
@@ -903,6 +939,7 @@ type context$3_DeleteDnsZoneResponse = DeleteDnsZoneResponse;
|
|
|
903
939
|
type context$3_DnsRecord = DnsRecord;
|
|
904
940
|
type context$3_DnsZone = DnsZone;
|
|
905
941
|
type context$3_DnsZoneNonNullableFields = DnsZoneNonNullableFields;
|
|
942
|
+
type context$3_DnssecInfo = DnssecInfo;
|
|
906
943
|
type context$3_DomainRemovedEvent = DomainRemovedEvent;
|
|
907
944
|
type context$3_GetDnsZoneRequest = GetDnsZoneRequest;
|
|
908
945
|
type context$3_GetDnsZoneResponse = GetDnsZoneResponse;
|
|
@@ -922,7 +959,7 @@ declare const context$3_getDnsZone: typeof getDnsZone;
|
|
|
922
959
|
declare const context$3_previewDnsZone: typeof previewDnsZone;
|
|
923
960
|
declare const context$3_updateDnsZone: typeof updateDnsZone;
|
|
924
961
|
declare namespace context$3 {
|
|
925
|
-
export { type ActionEvent$1 as ActionEvent, type context$3_CreateDnsZoneRequest as CreateDnsZoneRequest, type context$3_CreateDnsZoneResponse as CreateDnsZoneResponse, type context$3_CreateDnsZoneResponseNonNullableFields as CreateDnsZoneResponseNonNullableFields, type context$3_DeleteDnsZoneRequest as DeleteDnsZoneRequest, type context$3_DeleteDnsZoneResponse as DeleteDnsZoneResponse, type context$3_DnsRecord as DnsRecord, type context$3_DnsZone as DnsZone, type context$3_DnsZoneNonNullableFields as DnsZoneNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$3_DomainRemovedEvent as DomainRemovedEvent, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_GetDnsZoneRequest as GetDnsZoneRequest, type context$3_GetDnsZoneResponse as GetDnsZoneResponse, type context$3_GetDnsZoneResponseNonNullableFields as GetDnsZoneResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type MessageEnvelope$1 as MessageEnvelope, type context$3_PreviewDnsZoneRequest as PreviewDnsZoneRequest, type context$3_PreviewDnsZoneResponse as PreviewDnsZoneResponse, type context$3_PreviewDnsZoneResponseNonNullableFields as PreviewDnsZoneResponseNonNullableFields, context$3_RecordType as RecordType, type context$3_UpdateDnsZoneOptions as UpdateDnsZoneOptions, type context$3_UpdateDnsZoneRequest as UpdateDnsZoneRequest, type context$3_UpdateDnsZoneResponse as UpdateDnsZoneResponse, type context$3_UpdateDnsZoneResponseNonNullableFields as UpdateDnsZoneResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, context$3_createDnsZone as createDnsZone, context$3_deleteDnsZone as deleteDnsZone, context$3_getDnsZone as getDnsZone, context$3_previewDnsZone as previewDnsZone, context$3_updateDnsZone as updateDnsZone };
|
|
962
|
+
export { type ActionEvent$1 as ActionEvent, type context$3_CreateDnsZoneRequest as CreateDnsZoneRequest, type context$3_CreateDnsZoneResponse as CreateDnsZoneResponse, type context$3_CreateDnsZoneResponseNonNullableFields as CreateDnsZoneResponseNonNullableFields, type context$3_DeleteDnsZoneRequest as DeleteDnsZoneRequest, type context$3_DeleteDnsZoneResponse as DeleteDnsZoneResponse, type context$3_DnsRecord as DnsRecord, type context$3_DnsZone as DnsZone, type context$3_DnsZoneNonNullableFields as DnsZoneNonNullableFields, type context$3_DnssecInfo as DnssecInfo, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type context$3_DomainRemovedEvent as DomainRemovedEvent, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$3_GetDnsZoneRequest as GetDnsZoneRequest, type context$3_GetDnsZoneResponse as GetDnsZoneResponse, type context$3_GetDnsZoneResponseNonNullableFields as GetDnsZoneResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type MessageEnvelope$1 as MessageEnvelope, type context$3_PreviewDnsZoneRequest as PreviewDnsZoneRequest, type context$3_PreviewDnsZoneResponse as PreviewDnsZoneResponse, type context$3_PreviewDnsZoneResponseNonNullableFields as PreviewDnsZoneResponseNonNullableFields, context$3_RecordType as RecordType, type RestoreInfo$1 as RestoreInfo, type context$3_UpdateDnsZoneOptions as UpdateDnsZoneOptions, type context$3_UpdateDnsZoneRequest as UpdateDnsZoneRequest, type context$3_UpdateDnsZoneResponse as UpdateDnsZoneResponse, type context$3_UpdateDnsZoneResponseNonNullableFields as UpdateDnsZoneResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, context$3_createDnsZone as createDnsZone, context$3_deleteDnsZone as deleteDnsZone, context$3_getDnsZone as getDnsZone, context$3_previewDnsZone as previewDnsZone, context$3_updateDnsZone as updateDnsZone };
|
|
926
963
|
}
|
|
927
964
|
|
|
928
965
|
/**
|
|
@@ -226,7 +226,7 @@ interface DomainEventBodyOneOf$2 {
|
|
|
226
226
|
interface EntityCreatedEvent$2 {
|
|
227
227
|
entity?: string;
|
|
228
228
|
}
|
|
229
|
-
interface RestoreInfo$
|
|
229
|
+
interface RestoreInfo$2 {
|
|
230
230
|
deletedDate?: Date;
|
|
231
231
|
}
|
|
232
232
|
interface EntityUpdatedEvent$2 {
|
|
@@ -373,7 +373,7 @@ declare const index_d$5_deleteConnectedDomain: typeof deleteConnectedDomain;
|
|
|
373
373
|
declare const index_d$5_getConnectedDomain: typeof getConnectedDomain;
|
|
374
374
|
declare const index_d$5_listConnectedDomains: typeof listConnectedDomains;
|
|
375
375
|
declare namespace index_d$5 {
|
|
376
|
-
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainNonNullableFields as ConnectedDomainNonNullableFields, ConnectionType$1 as ConnectionType, type index_d$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type index_d$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type index_d$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type index_d$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type index_d$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type index_d$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type index_d$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type index_d$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type index_d$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type RestoreInfo$
|
|
376
|
+
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainNonNullableFields as ConnectedDomainNonNullableFields, ConnectionType$1 as ConnectionType, type index_d$5_CreateConnectedDomainRequest as CreateConnectedDomainRequest, type index_d$5_CreateConnectedDomainResponse as CreateConnectedDomainResponse, type index_d$5_CreateConnectedDomainResponseNonNullableFields as CreateConnectedDomainResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type Cursors$2 as Cursors, type index_d$5_DeleteConnectedDomainRequest as DeleteConnectedDomainRequest, type index_d$5_DeleteConnectedDomainResponse as DeleteConnectedDomainResponse, DnsPropagationStatus$1 as DnsPropagationStatus, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type DomainRemovedEvent$1 as DomainRemovedEvent, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$5_GetConnectedDomainRequest as GetConnectedDomainRequest, type index_d$5_GetConnectedDomainResponse as GetConnectedDomainResponse, type index_d$5_GetConnectedDomainResponseNonNullableFields as GetConnectedDomainResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type index_d$5_ListConnectedDomainsOptions as ListConnectedDomainsOptions, type index_d$5_ListConnectedDomainsRequest as ListConnectedDomainsRequest, type index_d$5_ListConnectedDomainsResponse as ListConnectedDomainsResponse, type index_d$5_ListConnectedDomainsResponseNonNullableFields as ListConnectedDomainsResponseNonNullableFields, type MessageEnvelope$2 as MessageEnvelope, type RedirectAssignmentInfo$1 as RedirectAssignmentInfo, type RestoreInfo$2 as RestoreInfo, type SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, index_d$5_createConnectedDomain as createConnectedDomain, index_d$5_deleteConnectedDomain as deleteConnectedDomain, index_d$5_getConnectedDomain as getConnectedDomain, index_d$5_listConnectedDomains as listConnectedDomains };
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
/**
|
|
@@ -527,6 +527,12 @@ interface GetSetupInfoResponse {
|
|
|
527
527
|
/** Retrieved setup information. */
|
|
528
528
|
domainSetupInfo?: ConnectedDomainSetupInfo;
|
|
529
529
|
}
|
|
530
|
+
interface PreCreateConnectedDomainRequest {
|
|
531
|
+
/** Domain name including TLD */
|
|
532
|
+
domain?: string;
|
|
533
|
+
}
|
|
534
|
+
interface PreCreateConnectedDomainResponse {
|
|
535
|
+
}
|
|
530
536
|
interface GetConnectedDomainSetupInfoRequest {
|
|
531
537
|
/**
|
|
532
538
|
* ID of the connected domain to retrieve setup information for.
|
|
@@ -595,11 +601,13 @@ type index_d$4_GetSetupInfoResponse = GetSetupInfoResponse;
|
|
|
595
601
|
type index_d$4_NameserverRecord = NameserverRecord;
|
|
596
602
|
type index_d$4_NsRecord = NsRecord;
|
|
597
603
|
type index_d$4_PointingRecords = PointingRecords;
|
|
604
|
+
type index_d$4_PreCreateConnectedDomainRequest = PreCreateConnectedDomainRequest;
|
|
605
|
+
type index_d$4_PreCreateConnectedDomainResponse = PreCreateConnectedDomainResponse;
|
|
598
606
|
type index_d$4_Registrar = Registrar;
|
|
599
607
|
type index_d$4_SubdomainRecords = SubdomainRecords;
|
|
600
608
|
declare const index_d$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
601
609
|
declare namespace index_d$4 {
|
|
602
|
-
export { type index_d$4_ARecord as ARecord, type index_d$4_CnameRecord as CnameRecord, type index_d$4_ConnectedDomainSetupInfo as ConnectedDomainSetupInfo, type index_d$4_ConnectedDomainSetupInfoDnsRecordsOneOf as ConnectedDomainSetupInfoDnsRecordsOneOf, index_d$4_ConnectionType as ConnectionType, type index_d$4_GetConnectedDomainSetupInfoRequest as GetConnectedDomainSetupInfoRequest, type index_d$4_GetConnectedDomainSetupInfoResponse as GetConnectedDomainSetupInfoResponse, type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields as GetConnectedDomainSetupInfoResponseNonNullableFields, type index_d$4_GetSetupInfoRequest as GetSetupInfoRequest, type index_d$4_GetSetupInfoResponse as GetSetupInfoResponse, type index_d$4_NameserverRecord as NameserverRecord, type index_d$4_NsRecord as NsRecord, type index_d$4_PointingRecords as PointingRecords, type index_d$4_Registrar as Registrar, type index_d$4_SubdomainRecords as SubdomainRecords, index_d$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
610
|
+
export { type index_d$4_ARecord as ARecord, type index_d$4_CnameRecord as CnameRecord, type index_d$4_ConnectedDomainSetupInfo as ConnectedDomainSetupInfo, type index_d$4_ConnectedDomainSetupInfoDnsRecordsOneOf as ConnectedDomainSetupInfoDnsRecordsOneOf, index_d$4_ConnectionType as ConnectionType, type index_d$4_GetConnectedDomainSetupInfoRequest as GetConnectedDomainSetupInfoRequest, type index_d$4_GetConnectedDomainSetupInfoResponse as GetConnectedDomainSetupInfoResponse, type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields as GetConnectedDomainSetupInfoResponseNonNullableFields, type index_d$4_GetSetupInfoRequest as GetSetupInfoRequest, type index_d$4_GetSetupInfoResponse as GetSetupInfoResponse, type index_d$4_NameserverRecord as NameserverRecord, type index_d$4_NsRecord as NsRecord, type index_d$4_PointingRecords as PointingRecords, type index_d$4_PreCreateConnectedDomainRequest as PreCreateConnectedDomainRequest, type index_d$4_PreCreateConnectedDomainResponse as PreCreateConnectedDomainResponse, type index_d$4_Registrar as Registrar, type index_d$4_SubdomainRecords as SubdomainRecords, index_d$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
603
611
|
}
|
|
604
612
|
|
|
605
613
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|
|
@@ -621,11 +629,18 @@ interface DnsZone {
|
|
|
621
629
|
*/
|
|
622
630
|
_id?: string;
|
|
623
631
|
/**
|
|
624
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
632
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
633
|
+
* are enabled.
|
|
625
634
|
*
|
|
626
635
|
* Default: `false`
|
|
627
636
|
*/
|
|
628
637
|
dnssecEnabled?: boolean;
|
|
638
|
+
/**
|
|
639
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
640
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
641
|
+
* @readonly
|
|
642
|
+
*/
|
|
643
|
+
dnssecInfo?: DnssecInfo;
|
|
629
644
|
}
|
|
630
645
|
interface DnsRecord {
|
|
631
646
|
/**
|
|
@@ -676,6 +691,19 @@ declare enum RecordType {
|
|
|
676
691
|
PTR = "PTR",
|
|
677
692
|
NAPTR = "NAPTR"
|
|
678
693
|
}
|
|
694
|
+
interface DnssecInfo {
|
|
695
|
+
/**
|
|
696
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
697
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
698
|
+
*/
|
|
699
|
+
keyTag?: number;
|
|
700
|
+
/**
|
|
701
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
702
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
703
|
+
* DNSSEC validation.
|
|
704
|
+
*/
|
|
705
|
+
digest?: string;
|
|
706
|
+
}
|
|
679
707
|
interface DomainRemovedEvent {
|
|
680
708
|
/**
|
|
681
709
|
* Domain name including TLD.
|
|
@@ -762,7 +790,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
|
|
|
762
790
|
slug?: string;
|
|
763
791
|
/** ID of the entity associated with the event. */
|
|
764
792
|
entityId?: string;
|
|
765
|
-
/** Event timestamp. */
|
|
793
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
766
794
|
eventTime?: Date;
|
|
767
795
|
/**
|
|
768
796
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -791,6 +819,9 @@ interface DomainEventBodyOneOf$1 {
|
|
|
791
819
|
interface EntityCreatedEvent$1 {
|
|
792
820
|
entity?: string;
|
|
793
821
|
}
|
|
822
|
+
interface RestoreInfo$1 {
|
|
823
|
+
deletedDate?: Date;
|
|
824
|
+
}
|
|
794
825
|
interface EntityUpdatedEvent$1 {
|
|
795
826
|
/**
|
|
796
827
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -852,11 +883,16 @@ interface DnsRecordNonNullableFields {
|
|
|
852
883
|
ttl: number;
|
|
853
884
|
values: string[];
|
|
854
885
|
}
|
|
886
|
+
interface DnssecInfoNonNullableFields {
|
|
887
|
+
keyTag: number;
|
|
888
|
+
digest: string;
|
|
889
|
+
}
|
|
855
890
|
interface DnsZoneNonNullableFields {
|
|
856
891
|
domainName: string;
|
|
857
892
|
records: DnsRecordNonNullableFields[];
|
|
858
893
|
_id: string;
|
|
859
894
|
dnssecEnabled: boolean;
|
|
895
|
+
dnssecInfo?: DnssecInfoNonNullableFields;
|
|
860
896
|
}
|
|
861
897
|
interface CreateDnsZoneResponseNonNullableFields {
|
|
862
898
|
dnsZone?: DnsZoneNonNullableFields;
|
|
@@ -903,6 +939,7 @@ type index_d$3_DeleteDnsZoneResponse = DeleteDnsZoneResponse;
|
|
|
903
939
|
type index_d$3_DnsRecord = DnsRecord;
|
|
904
940
|
type index_d$3_DnsZone = DnsZone;
|
|
905
941
|
type index_d$3_DnsZoneNonNullableFields = DnsZoneNonNullableFields;
|
|
942
|
+
type index_d$3_DnssecInfo = DnssecInfo;
|
|
906
943
|
type index_d$3_DomainRemovedEvent = DomainRemovedEvent;
|
|
907
944
|
type index_d$3_GetDnsZoneRequest = GetDnsZoneRequest;
|
|
908
945
|
type index_d$3_GetDnsZoneResponse = GetDnsZoneResponse;
|
|
@@ -922,7 +959,7 @@ declare const index_d$3_getDnsZone: typeof getDnsZone;
|
|
|
922
959
|
declare const index_d$3_previewDnsZone: typeof previewDnsZone;
|
|
923
960
|
declare const index_d$3_updateDnsZone: typeof updateDnsZone;
|
|
924
961
|
declare namespace index_d$3 {
|
|
925
|
-
export { type ActionEvent$1 as ActionEvent, type index_d$3_CreateDnsZoneRequest as CreateDnsZoneRequest, type index_d$3_CreateDnsZoneResponse as CreateDnsZoneResponse, type index_d$3_CreateDnsZoneResponseNonNullableFields as CreateDnsZoneResponseNonNullableFields, type index_d$3_DeleteDnsZoneRequest as DeleteDnsZoneRequest, type index_d$3_DeleteDnsZoneResponse as DeleteDnsZoneResponse, type index_d$3_DnsRecord as DnsRecord, type index_d$3_DnsZone as DnsZone, type index_d$3_DnsZoneNonNullableFields as DnsZoneNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$3_DomainRemovedEvent as DomainRemovedEvent, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$3_GetDnsZoneRequest as GetDnsZoneRequest, type index_d$3_GetDnsZoneResponse as GetDnsZoneResponse, type index_d$3_GetDnsZoneResponseNonNullableFields as GetDnsZoneResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type MessageEnvelope$1 as MessageEnvelope, type index_d$3_PreviewDnsZoneRequest as PreviewDnsZoneRequest, type index_d$3_PreviewDnsZoneResponse as PreviewDnsZoneResponse, type index_d$3_PreviewDnsZoneResponseNonNullableFields as PreviewDnsZoneResponseNonNullableFields, index_d$3_RecordType as RecordType, type index_d$3_UpdateDnsZoneOptions as UpdateDnsZoneOptions, type index_d$3_UpdateDnsZoneRequest as UpdateDnsZoneRequest, type index_d$3_UpdateDnsZoneResponse as UpdateDnsZoneResponse, type index_d$3_UpdateDnsZoneResponseNonNullableFields as UpdateDnsZoneResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, index_d$3_createDnsZone as createDnsZone, index_d$3_deleteDnsZone as deleteDnsZone, index_d$3_getDnsZone as getDnsZone, index_d$3_previewDnsZone as previewDnsZone, index_d$3_updateDnsZone as updateDnsZone };
|
|
962
|
+
export { type ActionEvent$1 as ActionEvent, type index_d$3_CreateDnsZoneRequest as CreateDnsZoneRequest, type index_d$3_CreateDnsZoneResponse as CreateDnsZoneResponse, type index_d$3_CreateDnsZoneResponseNonNullableFields as CreateDnsZoneResponseNonNullableFields, type index_d$3_DeleteDnsZoneRequest as DeleteDnsZoneRequest, type index_d$3_DeleteDnsZoneResponse as DeleteDnsZoneResponse, type index_d$3_DnsRecord as DnsRecord, type index_d$3_DnsZone as DnsZone, type index_d$3_DnsZoneNonNullableFields as DnsZoneNonNullableFields, type index_d$3_DnssecInfo as DnssecInfo, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type index_d$3_DomainRemovedEvent as DomainRemovedEvent, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$3_GetDnsZoneRequest as GetDnsZoneRequest, type index_d$3_GetDnsZoneResponse as GetDnsZoneResponse, type index_d$3_GetDnsZoneResponseNonNullableFields as GetDnsZoneResponseNonNullableFields, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, type MessageEnvelope$1 as MessageEnvelope, type index_d$3_PreviewDnsZoneRequest as PreviewDnsZoneRequest, type index_d$3_PreviewDnsZoneResponse as PreviewDnsZoneResponse, type index_d$3_PreviewDnsZoneResponseNonNullableFields as PreviewDnsZoneResponseNonNullableFields, index_d$3_RecordType as RecordType, type RestoreInfo$1 as RestoreInfo, type index_d$3_UpdateDnsZoneOptions as UpdateDnsZoneOptions, type index_d$3_UpdateDnsZoneRequest as UpdateDnsZoneRequest, type index_d$3_UpdateDnsZoneResponse as UpdateDnsZoneResponse, type index_d$3_UpdateDnsZoneResponseNonNullableFields as UpdateDnsZoneResponseNonNullableFields, WebhookIdentityType$1 as WebhookIdentityType, index_d$3_createDnsZone as createDnsZone, index_d$3_deleteDnsZone as deleteDnsZone, index_d$3_getDnsZone as getDnsZone, index_d$3_previewDnsZone as previewDnsZone, index_d$3_updateDnsZone as updateDnsZone };
|
|
926
963
|
}
|
|
927
964
|
|
|
928
965
|
/**
|
|
@@ -791,11 +791,18 @@ interface DnsZone$1 {
|
|
|
791
791
|
*/
|
|
792
792
|
id?: string;
|
|
793
793
|
/**
|
|
794
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
794
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
795
|
+
* are enabled.
|
|
795
796
|
*
|
|
796
797
|
* Default: `false`
|
|
797
798
|
*/
|
|
798
799
|
dnssecEnabled?: boolean;
|
|
800
|
+
/**
|
|
801
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
802
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
803
|
+
* @readonly
|
|
804
|
+
*/
|
|
805
|
+
dnssecInfo?: DnssecInfo$1;
|
|
799
806
|
}
|
|
800
807
|
interface DnsRecord$1 {
|
|
801
808
|
/**
|
|
@@ -846,6 +853,19 @@ declare enum RecordType$1 {
|
|
|
846
853
|
PTR = "PTR",
|
|
847
854
|
NAPTR = "NAPTR"
|
|
848
855
|
}
|
|
856
|
+
interface DnssecInfo$1 {
|
|
857
|
+
/**
|
|
858
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
859
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
860
|
+
*/
|
|
861
|
+
keyTag?: number;
|
|
862
|
+
/**
|
|
863
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
864
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
865
|
+
* DNSSEC validation.
|
|
866
|
+
*/
|
|
867
|
+
digest?: string;
|
|
868
|
+
}
|
|
849
869
|
interface CreateDnsZoneRequest$1 {
|
|
850
870
|
/** DNS zone to create. */
|
|
851
871
|
dnsZone: DnsZone$1;
|
|
@@ -908,11 +928,16 @@ interface DnsRecordNonNullableFields$1 {
|
|
|
908
928
|
ttl: number;
|
|
909
929
|
values: string[];
|
|
910
930
|
}
|
|
931
|
+
interface DnssecInfoNonNullableFields$1 {
|
|
932
|
+
keyTag: number;
|
|
933
|
+
digest: string;
|
|
934
|
+
}
|
|
911
935
|
interface DnsZoneNonNullableFields$1 {
|
|
912
936
|
domainName: string;
|
|
913
937
|
records: DnsRecordNonNullableFields$1[];
|
|
914
938
|
id: string;
|
|
915
939
|
dnssecEnabled: boolean;
|
|
940
|
+
dnssecInfo?: DnssecInfoNonNullableFields$1;
|
|
916
941
|
}
|
|
917
942
|
interface CreateDnsZoneResponseNonNullableFields$1 {
|
|
918
943
|
dnsZone?: DnsZoneNonNullableFields$1;
|
|
@@ -946,11 +971,18 @@ interface DnsZone {
|
|
|
946
971
|
*/
|
|
947
972
|
_id?: string;
|
|
948
973
|
/**
|
|
949
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
974
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
975
|
+
* are enabled.
|
|
950
976
|
*
|
|
951
977
|
* Default: `false`
|
|
952
978
|
*/
|
|
953
979
|
dnssecEnabled?: boolean;
|
|
980
|
+
/**
|
|
981
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
982
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
983
|
+
* @readonly
|
|
984
|
+
*/
|
|
985
|
+
dnssecInfo?: DnssecInfo;
|
|
954
986
|
}
|
|
955
987
|
interface DnsRecord {
|
|
956
988
|
/**
|
|
@@ -1001,6 +1033,19 @@ declare enum RecordType {
|
|
|
1001
1033
|
PTR = "PTR",
|
|
1002
1034
|
NAPTR = "NAPTR"
|
|
1003
1035
|
}
|
|
1036
|
+
interface DnssecInfo {
|
|
1037
|
+
/**
|
|
1038
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
1039
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
1040
|
+
*/
|
|
1041
|
+
keyTag?: number;
|
|
1042
|
+
/**
|
|
1043
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
1044
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
1045
|
+
* DNSSEC validation.
|
|
1046
|
+
*/
|
|
1047
|
+
digest?: string;
|
|
1048
|
+
}
|
|
1004
1049
|
interface CreateDnsZoneRequest {
|
|
1005
1050
|
/** DNS zone to create. */
|
|
1006
1051
|
dnsZone: DnsZone;
|
|
@@ -1063,11 +1108,16 @@ interface DnsRecordNonNullableFields {
|
|
|
1063
1108
|
ttl: number;
|
|
1064
1109
|
values: string[];
|
|
1065
1110
|
}
|
|
1111
|
+
interface DnssecInfoNonNullableFields {
|
|
1112
|
+
keyTag: number;
|
|
1113
|
+
digest: string;
|
|
1114
|
+
}
|
|
1066
1115
|
interface DnsZoneNonNullableFields {
|
|
1067
1116
|
domainName: string;
|
|
1068
1117
|
records: DnsRecordNonNullableFields[];
|
|
1069
1118
|
_id: string;
|
|
1070
1119
|
dnssecEnabled: boolean;
|
|
1120
|
+
dnssecInfo?: DnssecInfoNonNullableFields;
|
|
1071
1121
|
}
|
|
1072
1122
|
interface CreateDnsZoneResponseNonNullableFields {
|
|
1073
1123
|
dnsZone?: DnsZoneNonNullableFields;
|