@wix/auto_sdk_automations_automations-v-2 1.0.18 → 1.0.19
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -14
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -14
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -14
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -14
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1 -14
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -14
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1 -14
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -14
- package/package.json +2 -2
|
@@ -313,7 +313,7 @@ interface DelayAction {
|
|
|
313
313
|
/**
|
|
314
314
|
* Time to wait before running the action. The wait time starts from when the current action completes.
|
|
315
315
|
*
|
|
316
|
-
* > **Note**: To define the wait time from a specific moment in time, use `dueDateEpochExpression
|
|
316
|
+
* > **Note**: To define the wait time from a specific moment in time, use `dueDateEpochExpression`.
|
|
317
317
|
* @maxLength 1000
|
|
318
318
|
*/
|
|
319
319
|
offsetExpression?: string | null;
|
|
@@ -324,21 +324,8 @@ interface DelayAction {
|
|
|
324
324
|
*
|
|
325
325
|
* > **Note**: If an `offsetExpression` is defined, the delay is calculated from the time of the offset.
|
|
326
326
|
* @maxLength 1000
|
|
327
|
-
* @deprecated Action run date in milliseconds elapsed since January 1, 1970 UTC.
|
|
328
|
-
*
|
|
329
|
-
* > **Note**: If an `offsetExpression` is defined, the delay is calculated from the time of the offset.
|
|
330
|
-
* @replacedBy due_date_expression
|
|
331
|
-
* @targetRemovalDate 2026-02-01
|
|
332
327
|
*/
|
|
333
328
|
dueDateEpochExpression?: string | null;
|
|
334
|
-
/**
|
|
335
|
-
* Action run date as a timestamp/datetime string expression using bracket language.
|
|
336
|
-
* The expression will be converted to JSONata and should evaluate to a timestamp/datetime format.
|
|
337
|
-
*
|
|
338
|
-
* > **Note**: If an `offsetExpression` is defined, the delay is calculated from the time of the offset.
|
|
339
|
-
* @maxLength 1000
|
|
340
|
-
*/
|
|
341
|
-
dueDateExpression?: string | null;
|
|
342
329
|
/**
|
|
343
330
|
* IDs of actions to run in parallel after the time delay.
|
|
344
331
|
* @maxSize 20
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_automations_automations-v-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": "wix.automations.v2.automation"
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "94294c8f14eee89b6c7308ae50f1492b46087669955a0285b3691c63"
|
|
54
54
|
}
|