@wix/automations 1.0.44 → 1.0.45
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/automations",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/automations_activations": "1.0.27",
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
22
|
+
"@wix/automations_automations-service": "1.0.20",
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.28"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "e9ad9fc057618ced6d7c23b7ccdf2678a120ff3518f434f2133b4145"
|
|
49
49
|
}
|
|
@@ -873,7 +873,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
|
|
|
873
873
|
version?: string;
|
|
874
874
|
/** A timestamp of the event. */
|
|
875
875
|
timestamp?: string;
|
|
876
|
-
/**
|
|
876
|
+
/**
|
|
877
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
878
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
879
|
+
*/
|
|
877
880
|
assets?: Asset$1[];
|
|
878
881
|
}
|
|
879
882
|
/** @oneof */
|
|
@@ -4788,7 +4791,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
4788
4791
|
version?: string;
|
|
4789
4792
|
/** A timestamp of the event. */
|
|
4790
4793
|
timestamp?: string;
|
|
4791
|
-
/**
|
|
4794
|
+
/**
|
|
4795
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
4796
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
4797
|
+
*/
|
|
4792
4798
|
assets?: Asset[];
|
|
4793
4799
|
}
|
|
4794
4800
|
/** @oneof */
|
|
@@ -873,7 +873,10 @@ interface MetaSiteSpecialEvent$1 extends MetaSiteSpecialEventPayloadOneOf$1 {
|
|
|
873
873
|
version?: string;
|
|
874
874
|
/** A timestamp of the event. */
|
|
875
875
|
timestamp?: string;
|
|
876
|
-
/**
|
|
876
|
+
/**
|
|
877
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
878
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
879
|
+
*/
|
|
877
880
|
assets?: Asset$1[];
|
|
878
881
|
}
|
|
879
882
|
/** @oneof */
|
|
@@ -4788,7 +4791,10 @@ interface MetaSiteSpecialEvent extends MetaSiteSpecialEventPayloadOneOf {
|
|
|
4788
4791
|
version?: string;
|
|
4789
4792
|
/** A timestamp of the event. */
|
|
4790
4793
|
timestamp?: string;
|
|
4791
|
-
/**
|
|
4794
|
+
/**
|
|
4795
|
+
* TODO(meta-site): Change validation once validations are disabled for consumers
|
|
4796
|
+
* More context: https://wix.slack.com/archives/C0UHEBPFT/p1720957844413149 and https://wix.slack.com/archives/CFWKX325T/p1728892152855659
|
|
4797
|
+
*/
|
|
4792
4798
|
assets?: Asset[];
|
|
4793
4799
|
}
|
|
4794
4800
|
/** @oneof */
|