@wix/domains 1.0.50 → 1.0.52
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.52",
|
|
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.
|
|
25
|
+
"@wix/domains_connected-domains": "1.0.24",
|
|
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.
|
|
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": "
|
|
53
|
+
"falconPackageHash": "7ef70f77442a377be45ec47b1478393057fbd4cce8070aa569583573"
|
|
54
54
|
}
|
|
@@ -519,6 +519,18 @@ interface ConnectedDomain {
|
|
|
519
519
|
* @readonly
|
|
520
520
|
*/
|
|
521
521
|
dnsPropagationStatus?: DnsPropagationStatus;
|
|
522
|
+
/**
|
|
523
|
+
* Date and time the `connectedDomain` object was created in
|
|
524
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
525
|
+
* @readonly
|
|
526
|
+
*/
|
|
527
|
+
_createdDate?: Date | null;
|
|
528
|
+
/**
|
|
529
|
+
* Date and time the `connectedDomain` object was last updated in
|
|
530
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
531
|
+
* @readonly
|
|
532
|
+
*/
|
|
533
|
+
_updatedDate?: Date | null;
|
|
522
534
|
}
|
|
523
535
|
declare enum ConnectionType$1 {
|
|
524
536
|
/** Used by sub domain */
|
|
@@ -519,6 +519,18 @@ interface ConnectedDomain {
|
|
|
519
519
|
* @readonly
|
|
520
520
|
*/
|
|
521
521
|
dnsPropagationStatus?: DnsPropagationStatus;
|
|
522
|
+
/**
|
|
523
|
+
* Date and time the `connectedDomain` object was created in
|
|
524
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
525
|
+
* @readonly
|
|
526
|
+
*/
|
|
527
|
+
_createdDate?: Date | null;
|
|
528
|
+
/**
|
|
529
|
+
* Date and time the `connectedDomain` object was last updated in
|
|
530
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
531
|
+
* @readonly
|
|
532
|
+
*/
|
|
533
|
+
_updatedDate?: Date | null;
|
|
522
534
|
}
|
|
523
535
|
declare enum ConnectionType$1 {
|
|
524
536
|
/** Used by sub domain */
|
|
@@ -41,6 +41,18 @@ interface ConnectedDomain$1 {
|
|
|
41
41
|
* @readonly
|
|
42
42
|
*/
|
|
43
43
|
dnsPropagationStatus?: DnsPropagationStatus$1;
|
|
44
|
+
/**
|
|
45
|
+
* Date and time the `connectedDomain` object was created in
|
|
46
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
47
|
+
* @readonly
|
|
48
|
+
*/
|
|
49
|
+
createdDate?: Date | null;
|
|
50
|
+
/**
|
|
51
|
+
* Date and time the `connectedDomain` object was last updated in
|
|
52
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
53
|
+
* @readonly
|
|
54
|
+
*/
|
|
55
|
+
updatedDate?: Date | null;
|
|
44
56
|
}
|
|
45
57
|
declare enum ConnectionType$1 {
|
|
46
58
|
/** Used by sub domain */
|
|
@@ -235,6 +247,18 @@ interface ConnectedDomain {
|
|
|
235
247
|
* @readonly
|
|
236
248
|
*/
|
|
237
249
|
dnsPropagationStatus?: DnsPropagationStatus;
|
|
250
|
+
/**
|
|
251
|
+
* Date and time the `connectedDomain` object was created in
|
|
252
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
253
|
+
* @readonly
|
|
254
|
+
*/
|
|
255
|
+
_createdDate?: Date | null;
|
|
256
|
+
/**
|
|
257
|
+
* Date and time the `connectedDomain` object was last updated in
|
|
258
|
+
* `YYYY-MM-DDThh:mm:ss.sssZ` format.
|
|
259
|
+
* @readonly
|
|
260
|
+
*/
|
|
261
|
+
_updatedDate?: Date | null;
|
|
238
262
|
}
|
|
239
263
|
declare enum ConnectionType {
|
|
240
264
|
/** Used by sub domain */
|