@wix/automations 1.0.1 → 1.0.2
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.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/automations_activations": "1.0.
|
|
21
|
+
"@wix/automations_activations": "1.0.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"fqdn": ""
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
|
-
"falconPackageHash": "
|
|
46
|
+
"falconPackageHash": "d0bc11c8fd6cc705c42f897b083922eb4e2e3536dc6cb65f10c3a3e3"
|
|
47
47
|
}
|
|
@@ -640,6 +640,9 @@ interface DomainEventBodyOneOf {
|
|
|
640
640
|
interface EntityCreatedEvent {
|
|
641
641
|
entity?: string;
|
|
642
642
|
}
|
|
643
|
+
interface UndeleteInfo {
|
|
644
|
+
deletedDate?: Date;
|
|
645
|
+
}
|
|
643
646
|
interface EntityUpdatedEvent {
|
|
644
647
|
/**
|
|
645
648
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -1373,9 +1376,6 @@ interface ExecuteFromActionRequest {
|
|
|
1373
1376
|
}
|
|
1374
1377
|
interface ExecuteFromActionResponse {
|
|
1375
1378
|
}
|
|
1376
|
-
interface UndeleteInfo {
|
|
1377
|
-
deletedDate?: Date;
|
|
1378
|
-
}
|
|
1379
1379
|
interface ActivationScheduleCompleted {
|
|
1380
1380
|
/** Activation identifier */
|
|
1381
1381
|
_id?: string;
|