@wix/domains 1.0.49 → 1.0.51

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.49",
3
+ "version": "1.0.51",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,10 +22,10 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/domains_connected-domain-setup-info": "1.0.20",
25
- "@wix/domains_connected-domains": "1.0.22",
25
+ "@wix/domains_connected-domains": "1.0.23",
26
26
  "@wix/domains_domain-availability": "1.0.16",
27
27
  "@wix/domains_domain-dns": "1.0.14",
28
- "@wix/domains_domain-suggestions": "1.0.22"
28
+ "@wix/domains_domain-suggestions": "1.0.23"
29
29
  },
30
30
  "devDependencies": {
31
31
  "glob": "^10.4.1",
@@ -50,5 +50,5 @@
50
50
  "fqdn": ""
51
51
  }
52
52
  },
53
- "falconPackageHash": "6cb6406a596a6ac278ccb62e9271df9dd36685caf3cfab17b70b7b34"
53
+ "falconPackageHash": "78fba637191b1b7a69d495a64e3334b13ea4d3eb2a612b08504341ae"
54
54
  }
@@ -798,7 +798,7 @@ interface CreateConnectedDomainSignature {
798
798
  *
799
799
  * You must pass the relevant Wix account ID in the header of the call. You may also pass a Wix site ID in the header.
800
800
  *
801
- * You can only connect external domains using this endpoint. Domains purchased and billed through Wix can't be connected via this endpoint to a Wix site. For those domains use the [Registered Domains API](/registeredDomains/Introduction) instead.
801
+ * You can only connect external domains using this endpoint.
802
802
  *
803
803
  * You can connect both root domains and subdomains to Wix sites.
804
804
  *
@@ -798,7 +798,7 @@ interface CreateConnectedDomainSignature {
798
798
  *
799
799
  * You must pass the relevant Wix account ID in the header of the call. You may also pass a Wix site ID in the header.
800
800
  *
801
- * You can only connect external domains using this endpoint. Domains purchased and billed through Wix can't be connected via this endpoint to a Wix site. For those domains use the [Registered Domains API](/registeredDomains/Introduction) instead.
801
+ * You can only connect external domains using this endpoint.
802
802
  *
803
803
  * You can connect both root domains and subdomains to Wix sites.
804
804
  *