@wix/domains 1.0.14 → 1.0.16
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.16",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,8 +18,8 @@
|
|
|
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.
|
|
21
|
+
"@wix/domains_connected-domain-setup-info": "1.0.3",
|
|
22
|
+
"@wix/domains_connected-domains": "1.0.5",
|
|
23
23
|
"@wix/domains_domain-availability": "1.0.2",
|
|
24
24
|
"@wix/domains_domain-dns": "1.0.2",
|
|
25
25
|
"@wix/domains_domain-suggestions": "1.0.6",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "a43673407ebc5e1b8f3f9038bda336f42744e0810994d330ee40edcd"
|
|
51
51
|
}
|
|
@@ -226,6 +226,9 @@ interface DomainEventBodyOneOf$2 {
|
|
|
226
226
|
interface EntityCreatedEvent$2 {
|
|
227
227
|
entity?: string;
|
|
228
228
|
}
|
|
229
|
+
interface RestoreInfo {
|
|
230
|
+
deletedDate?: Date;
|
|
231
|
+
}
|
|
229
232
|
interface EntityUpdatedEvent$2 {
|
|
230
233
|
/**
|
|
231
234
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -469,12 +472,13 @@ type index_d$5_ListConnectedDomainsOptions = ListConnectedDomainsOptions;
|
|
|
469
472
|
type index_d$5_ListConnectedDomainsRequest = ListConnectedDomainsRequest;
|
|
470
473
|
type index_d$5_ListConnectedDomainsResponse = ListConnectedDomainsResponse;
|
|
471
474
|
type index_d$5_ListConnectedDomainsResponseNonNullableFields = ListConnectedDomainsResponseNonNullableFields;
|
|
475
|
+
type index_d$5_RestoreInfo = RestoreInfo;
|
|
472
476
|
declare const index_d$5_createConnectedDomain: typeof createConnectedDomain;
|
|
473
477
|
declare const index_d$5_getConnectedDomain: typeof getConnectedDomain;
|
|
474
478
|
declare const index_d$5_listConnectedDomains: typeof listConnectedDomains;
|
|
475
479
|
declare const index_d$5_onConnectedDomainRemoved: typeof onConnectedDomainRemoved;
|
|
476
480
|
declare namespace index_d$5 {
|
|
477
|
-
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_BaseEventMetadata as BaseEventMetadata, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainRemovedEnvelope as ConnectedDomainRemovedEnvelope, 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_EventMetadata as EventMetadata, 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 SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, __metadata$5 as __metadata, index_d$5_createConnectedDomain as createConnectedDomain, index_d$5_getConnectedDomain as getConnectedDomain, index_d$5_listConnectedDomains as listConnectedDomains, index_d$5_onConnectedDomainRemoved as onConnectedDomainRemoved };
|
|
481
|
+
export { type ActionEvent$2 as ActionEvent, AssignmentType$1 as AssignmentType, type index_d$5_BaseEventMetadata as BaseEventMetadata, type index_d$5_ConnectedDomain as ConnectedDomain, type index_d$5_ConnectedDomainRemovedEnvelope as ConnectedDomainRemovedEnvelope, 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_EventMetadata as EventMetadata, 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 index_d$5_RestoreInfo as RestoreInfo, type SiteInfo$1 as SiteInfo, type SiteInfoAssignmentInfoOneOf$1 as SiteInfoAssignmentInfoOneOf, WebhookIdentityType$2 as WebhookIdentityType, __metadata$5 as __metadata, index_d$5_createConnectedDomain as createConnectedDomain, index_d$5_getConnectedDomain as getConnectedDomain, index_d$5_listConnectedDomains as listConnectedDomains, index_d$5_onConnectedDomainRemoved as onConnectedDomainRemoved };
|
|
478
482
|
}
|
|
479
483
|
|
|
480
484
|
/**
|
|
@@ -639,25 +643,6 @@ interface GetConnectedDomainSetupInfoResponse {
|
|
|
639
643
|
/** Retrieved setup information. */
|
|
640
644
|
connectedDomainSetupInfo?: ConnectedDomainSetupInfo;
|
|
641
645
|
}
|
|
642
|
-
interface GetDomainSetupInfoRequest {
|
|
643
|
-
/** Domain name including TLD */
|
|
644
|
-
domain?: string;
|
|
645
|
-
/**
|
|
646
|
-
* How the domain should be to connected the Wix site.
|
|
647
|
-
*
|
|
648
|
-
* + `"UNKNOWN_CONNECTION_TYPE"`: supported only for subdomain.
|
|
649
|
-
* + `"POINTING"`: Get domain or subdomain setup by pointing
|
|
650
|
-
* + `"NAMESERVERS"`: Get domain setup by nameservers
|
|
651
|
-
* + `"HIDDEN"`: supported only for subdomain.
|
|
652
|
-
*/
|
|
653
|
-
connectionType?: ConnectionType;
|
|
654
|
-
/** Whether to return registrar information or not. Default is false. */
|
|
655
|
-
includeRegistrar?: boolean;
|
|
656
|
-
}
|
|
657
|
-
interface GetDomainSetupInfoResponse {
|
|
658
|
-
/** Retrieved setup information. */
|
|
659
|
-
domainSetupInfo?: ConnectedDomainSetupInfo;
|
|
660
|
-
}
|
|
661
646
|
interface GetConnectedDomainSetupInfoResponseNonNullableFields {
|
|
662
647
|
connectedDomainSetupInfo?: {
|
|
663
648
|
nameserverRecord?: {
|
|
@@ -707,8 +692,6 @@ declare const index_d$4_ConnectionType: typeof ConnectionType;
|
|
|
707
692
|
type index_d$4_GetConnectedDomainSetupInfoRequest = GetConnectedDomainSetupInfoRequest;
|
|
708
693
|
type index_d$4_GetConnectedDomainSetupInfoResponse = GetConnectedDomainSetupInfoResponse;
|
|
709
694
|
type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields = GetConnectedDomainSetupInfoResponseNonNullableFields;
|
|
710
|
-
type index_d$4_GetDomainSetupInfoRequest = GetDomainSetupInfoRequest;
|
|
711
|
-
type index_d$4_GetDomainSetupInfoResponse = GetDomainSetupInfoResponse;
|
|
712
695
|
type index_d$4_GetSetupInfoRequest = GetSetupInfoRequest;
|
|
713
696
|
type index_d$4_GetSetupInfoResponse = GetSetupInfoResponse;
|
|
714
697
|
type index_d$4_NameserverRecord = NameserverRecord;
|
|
@@ -718,7 +701,7 @@ type index_d$4_Registrar = Registrar;
|
|
|
718
701
|
type index_d$4_SubdomainRecords = SubdomainRecords;
|
|
719
702
|
declare const index_d$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
720
703
|
declare namespace index_d$4 {
|
|
721
|
-
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$
|
|
704
|
+
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, __metadata$4 as __metadata, index_d$4_getConnectedDomainSetupInfo as getConnectedDomainSetupInfo };
|
|
722
705
|
}
|
|
723
706
|
|
|
724
707
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|