@wix/domains 1.0.35 → 1.0.36
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.36",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@wix/domains_domain-availability": "1.0.11",
|
|
24
24
|
"@wix/domains_domain-dns": "1.0.10",
|
|
25
25
|
"@wix/domains_domain-suggestions": "1.0.18",
|
|
26
|
-
"@wix/domains_registered-domains": "1.0.
|
|
26
|
+
"@wix/domains_registered-domains": "1.0.13"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"glob": "^10.4.1",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "f6d1c96117577579e684a0441eaaff5b808678990f8a2a1e5aa18faf"
|
|
52
52
|
}
|
|
@@ -1999,7 +1999,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1999
1999
|
slug?: string;
|
|
2000
2000
|
/** ID of the entity associated with the event. */
|
|
2001
2001
|
entityId?: string;
|
|
2002
|
-
/** Event timestamp. */
|
|
2002
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
2003
2003
|
eventTime?: Date;
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -1999,7 +1999,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
|
|
|
1999
1999
|
slug?: string;
|
|
2000
2000
|
/** ID of the entity associated with the event. */
|
|
2001
2001
|
entityId?: string;
|
|
2002
|
-
/** Event timestamp. */
|
|
2002
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
2003
2003
|
eventTime?: Date;
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Whether the event was triggered as a result of a privacy regulation application
|