@wix/domains 1.0.20 → 1.0.21
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.21",
|
|
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.6",
|
|
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": "9f14adf59daf791a0e58af7561a98570fe60c834777a4caa3e09f804"
|
|
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
|
/**
|
|
@@ -621,11 +621,18 @@ interface DnsZone {
|
|
|
621
621
|
*/
|
|
622
622
|
_id?: string;
|
|
623
623
|
/**
|
|
624
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
624
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
625
|
+
* are enabled.
|
|
625
626
|
*
|
|
626
627
|
* Default: `false`
|
|
627
628
|
*/
|
|
628
629
|
dnssecEnabled?: boolean;
|
|
630
|
+
/**
|
|
631
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
632
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
633
|
+
* @readonly
|
|
634
|
+
*/
|
|
635
|
+
dnssecInfo?: DnssecInfo;
|
|
629
636
|
}
|
|
630
637
|
interface DnsRecord {
|
|
631
638
|
/**
|
|
@@ -676,6 +683,19 @@ declare enum RecordType {
|
|
|
676
683
|
PTR = "PTR",
|
|
677
684
|
NAPTR = "NAPTR"
|
|
678
685
|
}
|
|
686
|
+
interface DnssecInfo {
|
|
687
|
+
/**
|
|
688
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
689
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
690
|
+
*/
|
|
691
|
+
keyTag?: number;
|
|
692
|
+
/**
|
|
693
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
694
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
695
|
+
* DNSSEC validation.
|
|
696
|
+
*/
|
|
697
|
+
digest?: string;
|
|
698
|
+
}
|
|
679
699
|
interface DomainRemovedEvent {
|
|
680
700
|
/**
|
|
681
701
|
* Domain name including TLD.
|
|
@@ -762,7 +782,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
|
|
|
762
782
|
slug?: string;
|
|
763
783
|
/** ID of the entity associated with the event. */
|
|
764
784
|
entityId?: string;
|
|
765
|
-
/** Event timestamp. */
|
|
785
|
+
/** 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
786
|
eventTime?: Date;
|
|
767
787
|
/**
|
|
768
788
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -791,6 +811,9 @@ interface DomainEventBodyOneOf$1 {
|
|
|
791
811
|
interface EntityCreatedEvent$1 {
|
|
792
812
|
entity?: string;
|
|
793
813
|
}
|
|
814
|
+
interface RestoreInfo$1 {
|
|
815
|
+
deletedDate?: Date;
|
|
816
|
+
}
|
|
794
817
|
interface EntityUpdatedEvent$1 {
|
|
795
818
|
/**
|
|
796
819
|
* 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 +875,16 @@ interface DnsRecordNonNullableFields {
|
|
|
852
875
|
ttl: number;
|
|
853
876
|
values: string[];
|
|
854
877
|
}
|
|
878
|
+
interface DnssecInfoNonNullableFields {
|
|
879
|
+
keyTag: number;
|
|
880
|
+
digest: string;
|
|
881
|
+
}
|
|
855
882
|
interface DnsZoneNonNullableFields {
|
|
856
883
|
domainName: string;
|
|
857
884
|
records: DnsRecordNonNullableFields[];
|
|
858
885
|
_id: string;
|
|
859
886
|
dnssecEnabled: boolean;
|
|
887
|
+
dnssecInfo?: DnssecInfoNonNullableFields;
|
|
860
888
|
}
|
|
861
889
|
interface CreateDnsZoneResponseNonNullableFields {
|
|
862
890
|
dnsZone?: DnsZoneNonNullableFields;
|
|
@@ -903,6 +931,7 @@ type context$3_DeleteDnsZoneResponse = DeleteDnsZoneResponse;
|
|
|
903
931
|
type context$3_DnsRecord = DnsRecord;
|
|
904
932
|
type context$3_DnsZone = DnsZone;
|
|
905
933
|
type context$3_DnsZoneNonNullableFields = DnsZoneNonNullableFields;
|
|
934
|
+
type context$3_DnssecInfo = DnssecInfo;
|
|
906
935
|
type context$3_DomainRemovedEvent = DomainRemovedEvent;
|
|
907
936
|
type context$3_GetDnsZoneRequest = GetDnsZoneRequest;
|
|
908
937
|
type context$3_GetDnsZoneResponse = GetDnsZoneResponse;
|
|
@@ -922,7 +951,7 @@ declare const context$3_getDnsZone: typeof getDnsZone;
|
|
|
922
951
|
declare const context$3_previewDnsZone: typeof previewDnsZone;
|
|
923
952
|
declare const context$3_updateDnsZone: typeof updateDnsZone;
|
|
924
953
|
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 };
|
|
954
|
+
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
955
|
}
|
|
927
956
|
|
|
928
957
|
/**
|
|
@@ -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
|
/**
|
|
@@ -621,11 +621,18 @@ interface DnsZone {
|
|
|
621
621
|
*/
|
|
622
622
|
_id?: string;
|
|
623
623
|
/**
|
|
624
|
-
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
624
|
+
* Whether [DNS Security Extensions (DNSSEC)](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions)
|
|
625
|
+
* are enabled.
|
|
625
626
|
*
|
|
626
627
|
* Default: `false`
|
|
627
628
|
*/
|
|
628
629
|
dnssecEnabled?: boolean;
|
|
630
|
+
/**
|
|
631
|
+
* Information about [DNSSEC](https://en.wikipedia.org/wiki/Domain_Name_System_Security_Extensions).
|
|
632
|
+
* Available only if `{"dnssecEnabled": true}`.
|
|
633
|
+
* @readonly
|
|
634
|
+
*/
|
|
635
|
+
dnssecInfo?: DnssecInfo;
|
|
629
636
|
}
|
|
630
637
|
interface DnsRecord {
|
|
631
638
|
/**
|
|
@@ -676,6 +683,19 @@ declare enum RecordType {
|
|
|
676
683
|
PTR = "PTR",
|
|
677
684
|
NAPTR = "NAPTR"
|
|
678
685
|
}
|
|
686
|
+
interface DnssecInfo {
|
|
687
|
+
/**
|
|
688
|
+
* Unique 16-bit identifier for a [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
689
|
+
* record that allows efficient DNSSEC validation in zones with multiple keys.
|
|
690
|
+
*/
|
|
691
|
+
keyTag?: number;
|
|
692
|
+
/**
|
|
693
|
+
* Cryptographic hash of the [DNSKEY](https://cloud.google.com/dns/docs/reference/rest/v1/dnsKeys)
|
|
694
|
+
* record that's included in the delegation signer (DS) record and ensures secure
|
|
695
|
+
* DNSSEC validation.
|
|
696
|
+
*/
|
|
697
|
+
digest?: string;
|
|
698
|
+
}
|
|
679
699
|
interface DomainRemovedEvent {
|
|
680
700
|
/**
|
|
681
701
|
* Domain name including TLD.
|
|
@@ -762,7 +782,7 @@ interface DomainEvent$1 extends DomainEventBodyOneOf$1 {
|
|
|
762
782
|
slug?: string;
|
|
763
783
|
/** ID of the entity associated with the event. */
|
|
764
784
|
entityId?: string;
|
|
765
|
-
/** Event timestamp. */
|
|
785
|
+
/** 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
786
|
eventTime?: Date;
|
|
767
787
|
/**
|
|
768
788
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -791,6 +811,9 @@ interface DomainEventBodyOneOf$1 {
|
|
|
791
811
|
interface EntityCreatedEvent$1 {
|
|
792
812
|
entity?: string;
|
|
793
813
|
}
|
|
814
|
+
interface RestoreInfo$1 {
|
|
815
|
+
deletedDate?: Date;
|
|
816
|
+
}
|
|
794
817
|
interface EntityUpdatedEvent$1 {
|
|
795
818
|
/**
|
|
796
819
|
* 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 +875,16 @@ interface DnsRecordNonNullableFields {
|
|
|
852
875
|
ttl: number;
|
|
853
876
|
values: string[];
|
|
854
877
|
}
|
|
878
|
+
interface DnssecInfoNonNullableFields {
|
|
879
|
+
keyTag: number;
|
|
880
|
+
digest: string;
|
|
881
|
+
}
|
|
855
882
|
interface DnsZoneNonNullableFields {
|
|
856
883
|
domainName: string;
|
|
857
884
|
records: DnsRecordNonNullableFields[];
|
|
858
885
|
_id: string;
|
|
859
886
|
dnssecEnabled: boolean;
|
|
887
|
+
dnssecInfo?: DnssecInfoNonNullableFields;
|
|
860
888
|
}
|
|
861
889
|
interface CreateDnsZoneResponseNonNullableFields {
|
|
862
890
|
dnsZone?: DnsZoneNonNullableFields;
|
|
@@ -903,6 +931,7 @@ type index_d$3_DeleteDnsZoneResponse = DeleteDnsZoneResponse;
|
|
|
903
931
|
type index_d$3_DnsRecord = DnsRecord;
|
|
904
932
|
type index_d$3_DnsZone = DnsZone;
|
|
905
933
|
type index_d$3_DnsZoneNonNullableFields = DnsZoneNonNullableFields;
|
|
934
|
+
type index_d$3_DnssecInfo = DnssecInfo;
|
|
906
935
|
type index_d$3_DomainRemovedEvent = DomainRemovedEvent;
|
|
907
936
|
type index_d$3_GetDnsZoneRequest = GetDnsZoneRequest;
|
|
908
937
|
type index_d$3_GetDnsZoneResponse = GetDnsZoneResponse;
|
|
@@ -922,7 +951,7 @@ declare const index_d$3_getDnsZone: typeof getDnsZone;
|
|
|
922
951
|
declare const index_d$3_previewDnsZone: typeof previewDnsZone;
|
|
923
952
|
declare const index_d$3_updateDnsZone: typeof updateDnsZone;
|
|
924
953
|
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 };
|
|
954
|
+
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
955
|
}
|
|
927
956
|
|
|
928
957
|
/**
|
|
@@ -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;
|