@wix/domains 1.0.15 → 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,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/domains_connected-domain-setup-info": "1.0.
|
|
21
|
+
"@wix/domains_connected-domain-setup-info": "1.0.3",
|
|
22
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",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"fqdn": ""
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "a43673407ebc5e1b8f3f9038bda336f42744e0810994d330ee40edcd"
|
|
51
51
|
}
|
|
@@ -643,25 +643,6 @@ interface GetConnectedDomainSetupInfoResponse {
|
|
|
643
643
|
/** Retrieved setup information. */
|
|
644
644
|
connectedDomainSetupInfo?: ConnectedDomainSetupInfo;
|
|
645
645
|
}
|
|
646
|
-
interface GetDomainSetupInfoRequest {
|
|
647
|
-
/** Domain name including TLD */
|
|
648
|
-
domain?: string;
|
|
649
|
-
/**
|
|
650
|
-
* How the domain should be to connected the Wix site.
|
|
651
|
-
*
|
|
652
|
-
* + `"UNKNOWN_CONNECTION_TYPE"`: supported only for subdomain.
|
|
653
|
-
* + `"POINTING"`: Get domain or subdomain setup by pointing
|
|
654
|
-
* + `"NAMESERVERS"`: Get domain setup by nameservers
|
|
655
|
-
* + `"HIDDEN"`: supported only for subdomain.
|
|
656
|
-
*/
|
|
657
|
-
connectionType?: ConnectionType;
|
|
658
|
-
/** Whether to return registrar information or not. Default is false. */
|
|
659
|
-
includeRegistrar?: boolean;
|
|
660
|
-
}
|
|
661
|
-
interface GetDomainSetupInfoResponse {
|
|
662
|
-
/** Retrieved setup information. */
|
|
663
|
-
domainSetupInfo?: ConnectedDomainSetupInfo;
|
|
664
|
-
}
|
|
665
646
|
interface GetConnectedDomainSetupInfoResponseNonNullableFields {
|
|
666
647
|
connectedDomainSetupInfo?: {
|
|
667
648
|
nameserverRecord?: {
|
|
@@ -711,8 +692,6 @@ declare const index_d$4_ConnectionType: typeof ConnectionType;
|
|
|
711
692
|
type index_d$4_GetConnectedDomainSetupInfoRequest = GetConnectedDomainSetupInfoRequest;
|
|
712
693
|
type index_d$4_GetConnectedDomainSetupInfoResponse = GetConnectedDomainSetupInfoResponse;
|
|
713
694
|
type index_d$4_GetConnectedDomainSetupInfoResponseNonNullableFields = GetConnectedDomainSetupInfoResponseNonNullableFields;
|
|
714
|
-
type index_d$4_GetDomainSetupInfoRequest = GetDomainSetupInfoRequest;
|
|
715
|
-
type index_d$4_GetDomainSetupInfoResponse = GetDomainSetupInfoResponse;
|
|
716
695
|
type index_d$4_GetSetupInfoRequest = GetSetupInfoRequest;
|
|
717
696
|
type index_d$4_GetSetupInfoResponse = GetSetupInfoResponse;
|
|
718
697
|
type index_d$4_NameserverRecord = NameserverRecord;
|
|
@@ -722,7 +701,7 @@ type index_d$4_Registrar = Registrar;
|
|
|
722
701
|
type index_d$4_SubdomainRecords = SubdomainRecords;
|
|
723
702
|
declare const index_d$4_getConnectedDomainSetupInfo: typeof getConnectedDomainSetupInfo;
|
|
724
703
|
declare namespace index_d$4 {
|
|
725
|
-
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 };
|
|
726
705
|
}
|
|
727
706
|
|
|
728
707
|
/** DNS zones hold information about the records that map a domain's URL to an IP address. */
|