@wix/automations 1.0.78 → 1.0.79
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.79",
|
|
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.35",
|
|
26
|
+
"@wix/automations_automations-service-v-2": "1.0.48"
|
|
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": "09ddf5c7b8fe8a1868341c7dee35a5a957755170fa5d241ff3ffcfd9"
|
|
52
52
|
}
|
|
@@ -1101,9 +1101,7 @@ declare enum Namespace$1 {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
1103
1103
|
/** Codux Headless Sites */
|
|
1104
|
-
CODUX = "CODUX"
|
|
1105
|
-
/** Bobb - AI Design Creator. */
|
|
1106
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
1104
|
+
CODUX = "CODUX"
|
|
1107
1105
|
}
|
|
1108
1106
|
/** Site transferred to another user. */
|
|
1109
1107
|
interface SiteTransferred$1 {
|
|
@@ -5111,9 +5109,7 @@ declare enum Namespace {
|
|
|
5111
5109
|
*/
|
|
5112
5110
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
5113
5111
|
/** Codux Headless Sites */
|
|
5114
|
-
CODUX = "CODUX"
|
|
5115
|
-
/** Bobb - AI Design Creator. */
|
|
5116
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
5112
|
+
CODUX = "CODUX"
|
|
5117
5113
|
}
|
|
5118
5114
|
/** Site transferred to another user. */
|
|
5119
5115
|
interface SiteTransferred {
|
|
@@ -1101,9 +1101,7 @@ declare enum Namespace$1 {
|
|
|
1101
1101
|
*/
|
|
1102
1102
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
1103
1103
|
/** Codux Headless Sites */
|
|
1104
|
-
CODUX = "CODUX"
|
|
1105
|
-
/** Bobb - AI Design Creator. */
|
|
1106
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
1104
|
+
CODUX = "CODUX"
|
|
1107
1105
|
}
|
|
1108
1106
|
/** Site transferred to another user. */
|
|
1109
1107
|
interface SiteTransferred$1 {
|
|
@@ -5111,9 +5109,7 @@ declare enum Namespace {
|
|
|
5111
5109
|
*/
|
|
5112
5110
|
UGC_TEMPLATE = "UGC_TEMPLATE",
|
|
5113
5111
|
/** Codux Headless Sites */
|
|
5114
|
-
CODUX = "CODUX"
|
|
5115
|
-
/** Bobb - AI Design Creator. */
|
|
5116
|
-
MEDIA_DESIGN_CREATOR = "MEDIA_DESIGN_CREATOR"
|
|
5112
|
+
CODUX = "CODUX"
|
|
5117
5113
|
}
|
|
5118
5114
|
/** Site transferred to another user. */
|
|
5119
5115
|
interface SiteTransferred {
|