@wix/automations 1.0.37 → 1.0.38
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.38",
|
|
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.23",
|
|
22
|
-
"@wix/automations_automations-service": "1.0.
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
22
|
+
"@wix/automations_automations-service": "1.0.15",
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.22"
|
|
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": "0cfc4830cc80a0db3aa1cbd60e27e7426cb4d67c279058d61d431d4e"
|
|
49
49
|
}
|
|
@@ -711,6 +711,8 @@ interface ServiceProvisioned$1 {
|
|
|
711
711
|
originInstanceId?: string;
|
|
712
712
|
/** A version. */
|
|
713
713
|
version?: string | null;
|
|
714
|
+
/** The origin meta site id */
|
|
715
|
+
originMetaSiteId?: string | null;
|
|
714
716
|
}
|
|
715
717
|
interface ServiceRemoved$1 {
|
|
716
718
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -4499,6 +4501,8 @@ interface ServiceProvisioned {
|
|
|
4499
4501
|
originInstanceId?: string;
|
|
4500
4502
|
/** A version. */
|
|
4501
4503
|
version?: string | null;
|
|
4504
|
+
/** The origin meta site id */
|
|
4505
|
+
originMetaSiteId?: string | null;
|
|
4502
4506
|
}
|
|
4503
4507
|
interface ServiceRemoved {
|
|
4504
4508
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -711,6 +711,8 @@ interface ServiceProvisioned$1 {
|
|
|
711
711
|
originInstanceId?: string;
|
|
712
712
|
/** A version. */
|
|
713
713
|
version?: string | null;
|
|
714
|
+
/** The origin meta site id */
|
|
715
|
+
originMetaSiteId?: string | null;
|
|
714
716
|
}
|
|
715
717
|
interface ServiceRemoved$1 {
|
|
716
718
|
/** Either UUID or EmbeddedServiceType. */
|
|
@@ -4499,6 +4501,8 @@ interface ServiceProvisioned {
|
|
|
4499
4501
|
originInstanceId?: string;
|
|
4500
4502
|
/** A version. */
|
|
4501
4503
|
version?: string | null;
|
|
4504
|
+
/** The origin meta site id */
|
|
4505
|
+
originMetaSiteId?: string | null;
|
|
4502
4506
|
}
|
|
4503
4507
|
interface ServiceRemoved {
|
|
4504
4508
|
/** Either UUID or EmbeddedServiceType. */
|