@wix/auto_sdk_automations_automations-v-2 1.0.26 → 1.0.28
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.d.ts +3 -3
- package/build/cjs/index.js +10 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +7 -5
- package/build/cjs/index.typings.js +1 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +10 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +7 -5
- package/build/es/index.typings.mjs +1 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +10 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +7 -5
- package/build/internal/cjs/index.typings.js +1 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +10 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +7 -5
- package/build/internal/es/index.typings.mjs +1 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/package.json +2 -2
|
@@ -521,12 +521,12 @@ interface Action extends ActionInfoOneOf {
|
|
|
521
521
|
*/
|
|
522
522
|
namespace?: string | null;
|
|
523
523
|
/**
|
|
524
|
-
*
|
|
524
|
+
* skip_action_expression: evaluates to a boolean to decide if the action should be skipped
|
|
525
525
|
* For ConditionAction: if skipped, true_post_action_ids execute; false_post_action_ids are skipped
|
|
526
|
-
* SplitAction and OutputAction do not support
|
|
526
|
+
* SplitAction and OutputAction do not support skip_action_expression
|
|
527
527
|
* @maxLength 1000
|
|
528
528
|
*/
|
|
529
|
-
|
|
529
|
+
skipActionExpression?: string | null;
|
|
530
530
|
}
|
|
531
531
|
/** @oneof */
|
|
532
532
|
interface ActionInfoOneOf {
|
|
@@ -1596,10 +1596,12 @@ declare enum Namespace {
|
|
|
1596
1596
|
/** Standalone events (siteless). MetaSites with this namespace will *not* be shown in a user's site list by default. */
|
|
1597
1597
|
STANDALONE_EVENTS = "STANDALONE_EVENTS",
|
|
1598
1598
|
/** MIMIR - Siteless account for MIMIR Ai Job runner. */
|
|
1599
|
-
MIMIR = "MIMIR"
|
|
1599
|
+
MIMIR = "MIMIR",
|
|
1600
|
+
/** Wix Twins platform. */
|
|
1601
|
+
TWINS = "TWINS"
|
|
1600
1602
|
}
|
|
1601
1603
|
/** @enumType */
|
|
1602
|
-
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR';
|
|
1604
|
+
type NamespaceWithLiterals = Namespace | 'UNKNOWN_NAMESPACE' | 'WIX' | 'SHOUT_OUT' | 'ALBUMS' | 'WIX_STORES_TEST_DRIVE' | 'HOTELS' | 'CLUBS' | 'ONBOARDING_DRAFT' | 'DEV_SITE' | 'LOGOS' | 'VIDEO_MAKER' | 'PARTNER_DASHBOARD' | 'DEV_CENTER_COMPANY' | 'HTML_DRAFT' | 'SITELESS_BUSINESS' | 'CREATOR_ECONOMY' | 'DASHBOARD_FIRST' | 'ANYWHERE' | 'HEADLESS' | 'ACCOUNT_MASTER_CMS' | 'RISE' | 'BRANDED_FIRST' | 'NOWNIA' | 'UGC_TEMPLATE' | 'CODUX' | 'MEDIA_DESIGN_CREATOR' | 'SHARED_BLOG_ENTERPRISE' | 'STANDALONE_FORMS' | 'STANDALONE_EVENTS' | 'MIMIR' | 'TWINS';
|
|
1603
1605
|
/** Site transferred to another user. */
|
|
1604
1606
|
interface SiteTransferred {
|
|
1605
1607
|
/**
|
|
@@ -829,6 +829,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
829
829
|
Namespace2["STANDALONE_FORMS"] = "STANDALONE_FORMS";
|
|
830
830
|
Namespace2["STANDALONE_EVENTS"] = "STANDALONE_EVENTS";
|
|
831
831
|
Namespace2["MIMIR"] = "MIMIR";
|
|
832
|
+
Namespace2["TWINS"] = "TWINS";
|
|
832
833
|
return Namespace2;
|
|
833
834
|
})(Namespace || {});
|
|
834
835
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|