@wix/automations 1.0.66 → 1.0.68
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 +5 -5
- package/type-bundles/context.bundle.d.ts +421 -421
- package/type-bundles/index.bundle.d.ts +421 -421
- package/type-bundles/meta.bundle.d.ts +34 -30
|
@@ -2172,9 +2172,9 @@ interface ActionSettings$1 {
|
|
|
2172
2172
|
disableConditionAddition?: boolean;
|
|
2173
2173
|
}
|
|
2174
2174
|
declare enum Domain$1 {
|
|
2175
|
-
/** User domain (default) */
|
|
2175
|
+
/** User domain (default). */
|
|
2176
2176
|
USER = "USER",
|
|
2177
|
-
/** Wix domain */
|
|
2177
|
+
/** Wix domain. */
|
|
2178
2178
|
WIX = "WIX"
|
|
2179
2179
|
}
|
|
2180
2180
|
interface AuditInfo$1 extends AuditInfoIdOneOf$1 {
|
|
@@ -2251,19 +2251,19 @@ declare enum Operator$1 {
|
|
|
2251
2251
|
AND = "AND"
|
|
2252
2252
|
}
|
|
2253
2253
|
declare enum Type$1 {
|
|
2254
|
-
/** Automation will be triggered according to the trigger configuration */
|
|
2254
|
+
/** Automation will be triggered according to the trigger configuration. */
|
|
2255
2255
|
UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
|
|
2256
|
-
/** App defined Action */
|
|
2256
|
+
/** App defined Action. */
|
|
2257
2257
|
APP_DEFINED = "APP_DEFINED",
|
|
2258
|
-
/** Condition Action */
|
|
2258
|
+
/** Condition Action. */
|
|
2259
2259
|
CONDITION = "CONDITION",
|
|
2260
|
-
/** Delay Action */
|
|
2260
|
+
/** Delay Action. */
|
|
2261
2261
|
DELAY = "DELAY",
|
|
2262
|
-
/** RateLimit Action */
|
|
2262
|
+
/** RateLimit Action. */
|
|
2263
2263
|
RATE_LIMIT = "RATE_LIMIT",
|
|
2264
|
-
/** Set Variables Action */
|
|
2264
|
+
/** Set Variables Action. */
|
|
2265
2265
|
SET_VARIABLES = "SET_VARIABLES",
|
|
2266
|
-
/** Output Action */
|
|
2266
|
+
/** Output Action. */
|
|
2267
2267
|
OUTPUT = "OUTPUT"
|
|
2268
2268
|
}
|
|
2269
2269
|
interface AppDefinedAction$1 {
|
|
@@ -2377,14 +2377,16 @@ interface ActionInfoOneOf$1 {
|
|
|
2377
2377
|
rateLimitInfo?: RateLimitAction$1;
|
|
2378
2378
|
}
|
|
2379
2379
|
declare enum Origin$1 {
|
|
2380
|
-
/**
|
|
2380
|
+
/** Default value. This is unused. */
|
|
2381
2381
|
UNKNOWN_ORIGIN = "UNKNOWN_ORIGIN",
|
|
2382
|
-
/**
|
|
2382
|
+
/** User created automation. */
|
|
2383
2383
|
USER = "USER",
|
|
2384
|
-
/**
|
|
2384
|
+
/** Automation created by application (site specific). */
|
|
2385
2385
|
APPLICATION = "APPLICATION",
|
|
2386
|
-
/**
|
|
2387
|
-
PREINSTALLED = "PREINSTALLED"
|
|
2386
|
+
/** Preinstalled application automation. */
|
|
2387
|
+
PREINSTALLED = "PREINSTALLED",
|
|
2388
|
+
/** Automation created from a recipe. */
|
|
2389
|
+
RECIPE = "RECIPE"
|
|
2388
2390
|
}
|
|
2389
2391
|
interface ApplicationOrigin$1 {
|
|
2390
2392
|
/** Application ID. */
|
|
@@ -2433,7 +2435,7 @@ interface AutomationSettings$1 {
|
|
|
2433
2435
|
}
|
|
2434
2436
|
interface DraftInfo$1 {
|
|
2435
2437
|
/**
|
|
2436
|
-
*
|
|
2438
|
+
* Optional - automationId of the original automation.
|
|
2437
2439
|
* @readonly
|
|
2438
2440
|
*/
|
|
2439
2441
|
originalAutomationId?: string | null;
|
|
@@ -3329,9 +3331,9 @@ interface ActionSettings {
|
|
|
3329
3331
|
disableConditionAddition?: boolean;
|
|
3330
3332
|
}
|
|
3331
3333
|
declare enum Domain {
|
|
3332
|
-
/** User domain (default) */
|
|
3334
|
+
/** User domain (default). */
|
|
3333
3335
|
USER = "USER",
|
|
3334
|
-
/** Wix domain */
|
|
3336
|
+
/** Wix domain. */
|
|
3335
3337
|
WIX = "WIX"
|
|
3336
3338
|
}
|
|
3337
3339
|
interface AuditInfo extends AuditInfoIdOneOf {
|
|
@@ -3408,19 +3410,19 @@ declare enum Operator {
|
|
|
3408
3410
|
AND = "AND"
|
|
3409
3411
|
}
|
|
3410
3412
|
declare enum Type {
|
|
3411
|
-
/** Automation will be triggered according to the trigger configuration */
|
|
3413
|
+
/** Automation will be triggered according to the trigger configuration. */
|
|
3412
3414
|
UNKNOWN_ACTION_TYPE = "UNKNOWN_ACTION_TYPE",
|
|
3413
|
-
/** App defined Action */
|
|
3415
|
+
/** App defined Action. */
|
|
3414
3416
|
APP_DEFINED = "APP_DEFINED",
|
|
3415
|
-
/** Condition Action */
|
|
3417
|
+
/** Condition Action. */
|
|
3416
3418
|
CONDITION = "CONDITION",
|
|
3417
|
-
/** Delay Action */
|
|
3419
|
+
/** Delay Action. */
|
|
3418
3420
|
DELAY = "DELAY",
|
|
3419
|
-
/** RateLimit Action */
|
|
3421
|
+
/** RateLimit Action. */
|
|
3420
3422
|
RATE_LIMIT = "RATE_LIMIT",
|
|
3421
|
-
/** Set Variables Action */
|
|
3423
|
+
/** Set Variables Action. */
|
|
3422
3424
|
SET_VARIABLES = "SET_VARIABLES",
|
|
3423
|
-
/** Output Action */
|
|
3425
|
+
/** Output Action. */
|
|
3424
3426
|
OUTPUT = "OUTPUT"
|
|
3425
3427
|
}
|
|
3426
3428
|
interface AppDefinedAction {
|
|
@@ -3534,14 +3536,16 @@ interface ActionInfoOneOf {
|
|
|
3534
3536
|
rateLimitInfo?: RateLimitAction;
|
|
3535
3537
|
}
|
|
3536
3538
|
declare enum Origin {
|
|
3537
|
-
/**
|
|
3539
|
+
/** Default value. This is unused. */
|
|
3538
3540
|
UNKNOWN_ORIGIN = "UNKNOWN_ORIGIN",
|
|
3539
|
-
/**
|
|
3541
|
+
/** User created automation. */
|
|
3540
3542
|
USER = "USER",
|
|
3541
|
-
/**
|
|
3543
|
+
/** Automation created by application (site specific). */
|
|
3542
3544
|
APPLICATION = "APPLICATION",
|
|
3543
|
-
/**
|
|
3544
|
-
PREINSTALLED = "PREINSTALLED"
|
|
3545
|
+
/** Preinstalled application automation. */
|
|
3546
|
+
PREINSTALLED = "PREINSTALLED",
|
|
3547
|
+
/** Automation created from a recipe. */
|
|
3548
|
+
RECIPE = "RECIPE"
|
|
3545
3549
|
}
|
|
3546
3550
|
interface ApplicationOrigin {
|
|
3547
3551
|
/** Application ID. */
|
|
@@ -3590,7 +3594,7 @@ interface AutomationSettings {
|
|
|
3590
3594
|
}
|
|
3591
3595
|
interface DraftInfo {
|
|
3592
3596
|
/**
|
|
3593
|
-
*
|
|
3597
|
+
* Optional - automationId of the original automation.
|
|
3594
3598
|
* @readonly
|
|
3595
3599
|
*/
|
|
3596
3600
|
originalAutomationId?: string | null;
|