@wix/domains 1.0.44 → 1.0.46
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,13 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/domains",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.46",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
|
-
"keywords": [
|
|
9
|
-
"wix-sdk-module=backend,page,public"
|
|
10
|
-
],
|
|
11
8
|
"sideEffects": false,
|
|
12
9
|
"module": "build/es/index.js",
|
|
13
10
|
"main": "build/cjs/index.js",
|
|
@@ -21,9 +18,9 @@
|
|
|
21
18
|
"type-bundles"
|
|
22
19
|
],
|
|
23
20
|
"dependencies": {
|
|
24
|
-
"@wix/domains_connected-domain-setup-info": "1.0.
|
|
25
|
-
"@wix/domains_connected-domains": "1.0.
|
|
26
|
-
"@wix/domains_domain-availability": "1.0.
|
|
21
|
+
"@wix/domains_connected-domain-setup-info": "1.0.17",
|
|
22
|
+
"@wix/domains_connected-domains": "1.0.19",
|
|
23
|
+
"@wix/domains_domain-availability": "1.0.13",
|
|
27
24
|
"@wix/domains_domain-dns": "1.0.11",
|
|
28
25
|
"@wix/domains_domain-suggestions": "1.0.19"
|
|
29
26
|
},
|
|
@@ -50,5 +47,5 @@
|
|
|
50
47
|
"fqdn": ""
|
|
51
48
|
}
|
|
52
49
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
50
|
+
"falconPackageHash": "0ef0b623a11a37f9ad7f1c27d9b05281e0d901ec5099e3a241eaaf28"
|
|
54
51
|
}
|
|
@@ -855,6 +855,7 @@ interface ListConnectedDomainsSignature {
|
|
|
855
855
|
* The retrieved domains are sorted by `createdDate` in descending order.
|
|
856
856
|
*
|
|
857
857
|
* > __Important:__ This call requires an account level API key and cannot be authenticated with the standard authorization header.
|
|
858
|
+
* @param - Filter options.
|
|
858
859
|
*/
|
|
859
860
|
(options?: ListConnectedDomainsOptions | undefined): Promise<ListConnectedDomainsResponse & ListConnectedDomainsResponseNonNullableFields>;
|
|
860
861
|
}
|
|
@@ -855,6 +855,7 @@ interface ListConnectedDomainsSignature {
|
|
|
855
855
|
* The retrieved domains are sorted by `createdDate` in descending order.
|
|
856
856
|
*
|
|
857
857
|
* > __Important:__ This call requires an account level API key and cannot be authenticated with the standard authorization header.
|
|
858
|
+
* @param - Filter options.
|
|
858
859
|
*/
|
|
859
860
|
(options?: ListConnectedDomainsOptions | undefined): Promise<ListConnectedDomainsResponse & ListConnectedDomainsResponseNonNullableFields>;
|
|
860
861
|
}
|