@wix/automations 1.0.62 → 1.0.63
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.63",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/automations_activations": "1.0.
|
|
24
|
+
"@wix/automations_activations": "1.0.38",
|
|
25
25
|
"@wix/automations_automations-service": "1.0.28",
|
|
26
26
|
"@wix/automations_automations-service-v-2": "1.0.38"
|
|
27
27
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "31485e471243aa59e571d9b5f9ff7ed99f6640352deb864e4b438732"
|
|
52
52
|
}
|
|
@@ -3169,6 +3169,8 @@ interface SetVariables {
|
|
|
3169
3169
|
postActions?: ActionData[];
|
|
3170
3170
|
/** Action's post actions ids. */
|
|
3171
3171
|
postActionsIds?: string[];
|
|
3172
|
+
/** The namespace of the action */
|
|
3173
|
+
namespace?: string | null;
|
|
3172
3174
|
}
|
|
3173
3175
|
interface Service {
|
|
3174
3176
|
/** Action's service mapping. */
|
|
@@ -3169,6 +3169,8 @@ interface SetVariables {
|
|
|
3169
3169
|
postActions?: ActionData[];
|
|
3170
3170
|
/** Action's post actions ids. */
|
|
3171
3171
|
postActionsIds?: string[];
|
|
3172
|
+
/** The namespace of the action */
|
|
3173
|
+
namespace?: string | null;
|
|
3172
3174
|
}
|
|
3173
3175
|
interface Service {
|
|
3174
3176
|
/** Action's service mapping. */
|