@wix/automations 1.0.77 → 1.0.78
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.78",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@wix/automations_activations": "1.0.49",
|
|
25
|
-
"@wix/automations_automations-service": "1.0.
|
|
26
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
25
|
+
"@wix/automations_automations-service": "1.0.34",
|
|
26
|
+
"@wix/automations_automations-service-v-2": "1.0.47"
|
|
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": "b2733681f77016fce4eff330028d8de4276a757c24c7c85bdd5c97dd"
|
|
52
52
|
}
|
|
@@ -1101,7 +1101,9 @@ declare enum Namespace$1 {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
1103
1103
|
/** Codux Headless Sites */
|
|
1104
|
-
CODUX = "CODUX"
|
|
1104
|
+
CODUX = "CODUX",
|
|
1105
|
+
/** Bobb - AI Design Creator. */
|
|
1106
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
1105
1107
|
}
|
|
1106
1108
|
/** Site transferred to another user. */
|
|
1107
1109
|
interface SiteTransferred$1 {
|
|
@@ -5109,7 +5111,9 @@ declare enum Namespace {
|
|
|
5109
5111
|
*/
|
|
5110
5112
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
5111
5113
|
/** Codux Headless Sites */
|
|
5112
|
-
CODUX = "CODUX"
|
|
5114
|
+
CODUX = "CODUX",
|
|
5115
|
+
/** Bobb - AI Design Creator. */
|
|
5116
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
5113
5117
|
}
|
|
5114
5118
|
/** Site transferred to another user. */
|
|
5115
5119
|
interface SiteTransferred {
|
|
@@ -1101,7 +1101,9 @@ declare enum Namespace$1 {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
1103
1103
|
/** Codux Headless Sites */
|
|
1104
|
-
CODUX = "CODUX"
|
|
1104
|
+
CODUX = "CODUX",
|
|
1105
|
+
/** Bobb - AI Design Creator. */
|
|
1106
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
1105
1107
|
}
|
|
1106
1108
|
/** Site transferred to another user. */
|
|
1107
1109
|
interface SiteTransferred$1 {
|
|
@@ -5109,7 +5111,9 @@ declare enum Namespace {
|
|
|
5109
5111
|
*/
|
|
5110
5112
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
5111
5113
|
/** Codux Headless Sites */
|
|
5112
|
-
CODUX = "CODUX"
|
|
5114
|
+
CODUX = "CODUX",
|
|
5115
|
+
/** Bobb - AI Design Creator. */
|
|
5116
|
+
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
5113
5117
|
}
|
|
5114
5118
|
/** Site transferred to another user. */
|
|
5115
5119
|
interface SiteTransferred {
|