@wix/automations 1.0.50 → 1.0.52
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.52",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/automations_activations": "1.0.
|
|
21
|
+
"@wix/automations_activations": "1.0.31",
|
|
22
22
|
"@wix/automations_automations-service": "1.0.24",
|
|
23
|
-
"@wix/automations_automations-service-v-2": "1.0.
|
|
23
|
+
"@wix/automations_automations-service-v-2": "1.0.34"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"fqdn": ""
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
|
-
"falconPackageHash": "
|
|
48
|
+
"falconPackageHash": "7a45819f78c24e041d7ce192a80f90b9064c418e85829663f2ef21d0"
|
|
49
49
|
}
|
|
@@ -2397,6 +2397,12 @@ interface ActionSettings$1 {
|
|
|
2397
2397
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
2398
2398
|
disableConditionAddition?: boolean;
|
|
2399
2399
|
}
|
|
2400
|
+
declare enum Domain$1 {
|
|
2401
|
+
/** User domain (default) */
|
|
2402
|
+
USER = "USER",
|
|
2403
|
+
/** Wix domain */
|
|
2404
|
+
WIX = "WIX"
|
|
2405
|
+
}
|
|
2400
2406
|
interface AuditInfo$1 extends AuditInfoIdOneOf$1 {
|
|
2401
2407
|
/** User ID. */
|
|
2402
2408
|
userId?: string;
|
|
@@ -4018,7 +4024,7 @@ declare const context$1_cancelEvent: typeof cancelEvent;
|
|
|
4018
4024
|
declare const context$1_onActivationStatusChanged: typeof onActivationStatusChanged;
|
|
4019
4025
|
declare const context$1_reportEvent: typeof reportEvent;
|
|
4020
4026
|
declare namespace context$1 {
|
|
4021
|
-
export { type Action$1 as Action, type context$1_ActionActionOneOf as ActionActionOneOf, type context$1_ActionCompletedRequest as ActionCompletedRequest, type context$1_ActionData as ActionData, type ActionEvent$1 as ActionEvent, type ActionSettings$1 as ActionSettings, type context$1_ActionStatus as ActionStatus, type context$1_ActionsData as ActionsData, type context$1_Activation as Activation, type context$1_ActivationActionStatusChanged as ActivationActionStatusChanged, context$1_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type context$1_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type context$1_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type context$1_ActivationRequest as ActivationRequest, type context$1_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type context$1_ActivationScheduleCompleted as ActivationScheduleCompleted, type context$1_ActivationScheduleRequested as ActivationScheduleRequested, type context$1_ActivationSource as ActivationSource, type context$1_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type context$1_ActivationStatus as ActivationStatus, type context$1_ActivationStatusChanged as ActivationStatusChanged, type context$1_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type context$1_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, context$1_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type context$1_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type AppDefinedAction$1 as AppDefinedAction, type context$1_AppDefinedActionInfo as AppDefinedActionInfo, type ApplicationError$1 as ApplicationError, type ApplicationOrigin$1 as ApplicationOrigin, type context$1_AsyncAction as AsyncAction, type AuditInfo$1 as AuditInfo, type AuditInfoIdOneOf$1 as AuditInfoIdOneOf, type Automation$1 as Automation, type AutomationConfiguration$1 as AutomationConfiguration, type context$1_AutomationConfigurationAction as AutomationConfigurationAction, type context$1_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, context$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type context$1_AutomationIdentifier as AutomationIdentifier, type context$1_AutomationInfo as AutomationInfo, type context$1_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type AutomationOriginInfoOneOf$1 as AutomationOriginInfoOneOf, type AutomationSettings$1 as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BatchActivationRequest as BatchActivationRequest, context$1_BlockType as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkCancelEventRequest as BulkCancelEventRequest, type context$1_BulkCancelEventResponse as BulkCancelEventResponse, type context$1_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$1_BulkCancelEventResult as BulkCancelEventResult, type context$1_BulkReportEventRequest as BulkReportEventRequest, type context$1_BulkReportEventResponse as BulkReportEventResponse, type context$1_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type context$1_BulkReportEventResult as BulkReportEventResult, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type context$1_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type context$1_CancelPendingScheduleResponse as CancelPendingScheduleResponse, context$1_CancellationReason as CancellationReason, type context$1_CancelledStatusInfo as CancelledStatusInfo, type context$1_Case as Case, type ConditionAction$1 as ConditionAction, type context$1_ConditionActionInfo as ConditionActionInfo, type context$1_ConditionBlock as ConditionBlock, type ConditionExpressionGroup$1 as ConditionExpressionGroup, type context$1_ConditionFilter as ConditionFilter, type context$1_Delay as Delay, type DelayAction$1 as DelayAction, type context$1_DelayActionInfo as DelayActionInfo, type context$1_DelayHelper as DelayHelper, type context$1_DelayOfOneOf as DelayOfOneOf, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type DraftInfo$1 as DraftInfo, type Empty$1 as Empty, type context$1_EndedStatusInfo as EndedStatusInfo, type context$1_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$1_EventInfo as EventInfo, type EventMetadata$1 as EventMetadata, type context$1_ExecuteFromActionRequest as ExecuteFromActionRequest, type context$1_ExecuteFromActionResponse as ExecuteFromActionResponse, type context$1_ExpressionEvaluationResult as ExpressionEvaluationResult, type context$1_FailedStatusInfo as FailedStatusInfo, type Filter$1 as Filter, type FutureDateActivationOffset$1 as FutureDateActivationOffset, type context$1_Idempotency as Idempotency, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_IdentifierType as IdentifierType, type context$1_Identity as Identity, type context$1_IfFilter as IfFilter, type context$1_InitiatedStatusInfo as InitiatedStatusInfo, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, Operator$1 as Operator, Origin$1 as Origin, type context$1_Output as Output, type OutputAction$1 as OutputAction, type context$1_PreinstalledIdentifier as PreinstalledIdentifier, type PreinstalledOrigin$1 as PreinstalledOrigin, type RateLimit$1 as RateLimit, type RateLimitAction$1 as RateLimitAction, type context$1_RateLimitActionInfo as RateLimitActionInfo, type context$1_RateLimiting as RateLimiting, type context$1_RefreshPayloadRequest as RefreshPayloadRequest, type context$1_RefreshPayloadResponse as RefreshPayloadResponse, type context$1_ReportDomainEventRequest as ReportDomainEventRequest, type context$1_ReportDomainEventResponse as ReportDomainEventResponse, type context$1_ReportEventOptions as ReportEventOptions, type context$1_ReportEventRequest as ReportEventRequest, type context$1_ReportEventResponse as ReportEventResponse, type context$1_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type context$1_RunAutomationRequest as RunAutomationRequest, type context$1_RunAutomationResponse as RunAutomationResponse, type context$1_Runtime as Runtime, type context$1_Schedule as Schedule, type context$1_ScheduleRequest as ScheduleRequest, type context$1_ScheduleResponse as ScheduleResponse, context$1_ScheduleStatus as ScheduleStatus, type context$1_ScheduledAction as ScheduledAction, type context$1_ScheduledStatusInfo as ScheduledStatusInfo, type context$1_Scheduler as Scheduler, type context$1_Service as Service, type context$1_ServiceMapping as ServiceMapping, type context$1_SimpleDelay as SimpleDelay, type context$1_SpiAction as SpiAction, type context$1_StartedStatusInfo as StartedStatusInfo, type context$1_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type context$1_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, Status$1 as Status, type context$1_SwitchFilter as SwitchFilter, type context$1_SystemHelper as SystemHelper, type context$1_SystemHelperHelperOneOf as SystemHelperHelperOneOf, context$1_Target as Target, TimeUnit$1 as TimeUnit, type Trigger$1 as Trigger, type context$1_TriggerInfo as TriggerInfo, Type$1 as Type, context$1_Units as Units, type context$1_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type context$1_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type context$1_V1RunAutomationRequest as V1RunAutomationRequest, type context$1_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type context$1_V1RunAutomationResponse as V1RunAutomationResponse, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicOnActivationStatusChangedType as _publicOnActivationStatusChangedType, context$1_bulkCancelEvent as bulkCancelEvent, context$1_bulkReportEvent as bulkReportEvent, context$1_cancelEvent as cancelEvent, context$1_onActivationStatusChanged as onActivationStatusChanged, onActivationStatusChanged$1 as publicOnActivationStatusChanged, context$1_reportEvent as reportEvent };
|
|
4027
|
+
export { type Action$1 as Action, type context$1_ActionActionOneOf as ActionActionOneOf, type context$1_ActionCompletedRequest as ActionCompletedRequest, type context$1_ActionData as ActionData, type ActionEvent$1 as ActionEvent, type ActionSettings$1 as ActionSettings, type context$1_ActionStatus as ActionStatus, type context$1_ActionsData as ActionsData, type context$1_Activation as Activation, type context$1_ActivationActionStatusChanged as ActivationActionStatusChanged, context$1_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type context$1_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type context$1_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type context$1_ActivationRequest as ActivationRequest, type context$1_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type context$1_ActivationScheduleCompleted as ActivationScheduleCompleted, type context$1_ActivationScheduleRequested as ActivationScheduleRequested, type context$1_ActivationSource as ActivationSource, type context$1_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type context$1_ActivationStatus as ActivationStatus, type context$1_ActivationStatusChanged as ActivationStatusChanged, type context$1_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type context$1_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, context$1_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type context$1_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type AppDefinedAction$1 as AppDefinedAction, type context$1_AppDefinedActionInfo as AppDefinedActionInfo, type ApplicationError$1 as ApplicationError, type ApplicationOrigin$1 as ApplicationOrigin, type context$1_AsyncAction as AsyncAction, type AuditInfo$1 as AuditInfo, type AuditInfoIdOneOf$1 as AuditInfoIdOneOf, type Automation$1 as Automation, type AutomationConfiguration$1 as AutomationConfiguration, type context$1_AutomationConfigurationAction as AutomationConfigurationAction, type context$1_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, context$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type context$1_AutomationIdentifier as AutomationIdentifier, type context$1_AutomationInfo as AutomationInfo, type context$1_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type AutomationOriginInfoOneOf$1 as AutomationOriginInfoOneOf, type AutomationSettings$1 as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type context$1_BatchActivationRequest as BatchActivationRequest, context$1_BlockType as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type context$1_BulkCancelEventRequest as BulkCancelEventRequest, type context$1_BulkCancelEventResponse as BulkCancelEventResponse, type context$1_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$1_BulkCancelEventResult as BulkCancelEventResult, type context$1_BulkReportEventRequest as BulkReportEventRequest, type context$1_BulkReportEventResponse as BulkReportEventResponse, type context$1_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type context$1_BulkReportEventResult as BulkReportEventResult, type context$1_CancelEventRequest as CancelEventRequest, type context$1_CancelEventResponse as CancelEventResponse, type context$1_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type context$1_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type context$1_CancelPendingScheduleResponse as CancelPendingScheduleResponse, context$1_CancellationReason as CancellationReason, type context$1_CancelledStatusInfo as CancelledStatusInfo, type context$1_Case as Case, type ConditionAction$1 as ConditionAction, type context$1_ConditionActionInfo as ConditionActionInfo, type context$1_ConditionBlock as ConditionBlock, type ConditionExpressionGroup$1 as ConditionExpressionGroup, type context$1_ConditionFilter as ConditionFilter, type context$1_Delay as Delay, type DelayAction$1 as DelayAction, type context$1_DelayActionInfo as DelayActionInfo, type context$1_DelayHelper as DelayHelper, type context$1_DelayOfOneOf as DelayOfOneOf, Domain$1 as Domain, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type DraftInfo$1 as DraftInfo, type Empty$1 as Empty, type context$1_EndedStatusInfo as EndedStatusInfo, type context$1_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type context$1_EventInfo as EventInfo, type EventMetadata$1 as EventMetadata, type context$1_ExecuteFromActionRequest as ExecuteFromActionRequest, type context$1_ExecuteFromActionResponse as ExecuteFromActionResponse, type context$1_ExpressionEvaluationResult as ExpressionEvaluationResult, type context$1_FailedStatusInfo as FailedStatusInfo, type Filter$1 as Filter, type FutureDateActivationOffset$1 as FutureDateActivationOffset, type context$1_Idempotency as Idempotency, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_IdentifierType as IdentifierType, type context$1_Identity as Identity, type context$1_IfFilter as IfFilter, type context$1_InitiatedStatusInfo as InitiatedStatusInfo, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, Operator$1 as Operator, Origin$1 as Origin, type context$1_Output as Output, type OutputAction$1 as OutputAction, type context$1_PreinstalledIdentifier as PreinstalledIdentifier, type PreinstalledOrigin$1 as PreinstalledOrigin, type RateLimit$1 as RateLimit, type RateLimitAction$1 as RateLimitAction, type context$1_RateLimitActionInfo as RateLimitActionInfo, type context$1_RateLimiting as RateLimiting, type context$1_RefreshPayloadRequest as RefreshPayloadRequest, type context$1_RefreshPayloadResponse as RefreshPayloadResponse, type context$1_ReportDomainEventRequest as ReportDomainEventRequest, type context$1_ReportDomainEventResponse as ReportDomainEventResponse, type context$1_ReportEventOptions as ReportEventOptions, type context$1_ReportEventRequest as ReportEventRequest, type context$1_ReportEventResponse as ReportEventResponse, type context$1_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type context$1_RunAutomationRequest as RunAutomationRequest, type context$1_RunAutomationResponse as RunAutomationResponse, type context$1_Runtime as Runtime, type context$1_Schedule as Schedule, type context$1_ScheduleRequest as ScheduleRequest, type context$1_ScheduleResponse as ScheduleResponse, context$1_ScheduleStatus as ScheduleStatus, type context$1_ScheduledAction as ScheduledAction, type context$1_ScheduledStatusInfo as ScheduledStatusInfo, type context$1_Scheduler as Scheduler, type context$1_Service as Service, type context$1_ServiceMapping as ServiceMapping, type context$1_SimpleDelay as SimpleDelay, type context$1_SpiAction as SpiAction, type context$1_StartedStatusInfo as StartedStatusInfo, type context$1_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type context$1_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, Status$1 as Status, type context$1_SwitchFilter as SwitchFilter, type context$1_SystemHelper as SystemHelper, type context$1_SystemHelperHelperOneOf as SystemHelperHelperOneOf, context$1_Target as Target, TimeUnit$1 as TimeUnit, type Trigger$1 as Trigger, type context$1_TriggerInfo as TriggerInfo, Type$1 as Type, context$1_Units as Units, type context$1_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type context$1_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type context$1_V1RunAutomationRequest as V1RunAutomationRequest, type context$1_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type context$1_V1RunAutomationResponse as V1RunAutomationResponse, WebhookIdentityType$1 as WebhookIdentityType, type context$1__publicOnActivationStatusChangedType as _publicOnActivationStatusChangedType, context$1_bulkCancelEvent as bulkCancelEvent, context$1_bulkReportEvent as bulkReportEvent, context$1_cancelEvent as cancelEvent, context$1_onActivationStatusChanged as onActivationStatusChanged, onActivationStatusChanged$1 as publicOnActivationStatusChanged, context$1_reportEvent as reportEvent };
|
|
4022
4028
|
}
|
|
4023
4029
|
|
|
4024
4030
|
interface Automation extends AutomationOriginInfoOneOf {
|
|
@@ -4101,6 +4107,12 @@ interface ActionSettings {
|
|
|
4101
4107
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
4102
4108
|
disableConditionAddition?: boolean;
|
|
4103
4109
|
}
|
|
4110
|
+
declare enum Domain {
|
|
4111
|
+
/** User domain (default) */
|
|
4112
|
+
USER = "USER",
|
|
4113
|
+
/** Wix domain */
|
|
4114
|
+
WIX = "WIX"
|
|
4115
|
+
}
|
|
4104
4116
|
interface AuditInfo extends AuditInfoIdOneOf {
|
|
4105
4117
|
/** User ID. */
|
|
4106
4118
|
userId?: string;
|
|
@@ -4568,7 +4580,7 @@ interface BulkActionMetadata {
|
|
|
4568
4580
|
}
|
|
4569
4581
|
interface CreatePreinstalledAutomationRequest {
|
|
4570
4582
|
/** Preinstalled automation to be created. */
|
|
4571
|
-
automation
|
|
4583
|
+
automation: Automation;
|
|
4572
4584
|
/** Optional - hide the created automation behind a spec */
|
|
4573
4585
|
specInfo?: PreinstalledAutomationSpecInfo;
|
|
4574
4586
|
/**
|
|
@@ -4603,7 +4615,7 @@ interface CreatePreinstalledAutomationResponse {
|
|
|
4603
4615
|
}
|
|
4604
4616
|
interface UpdatePreinstalledAutomationRequest {
|
|
4605
4617
|
/** Preinstalled automation to update. */
|
|
4606
|
-
automation
|
|
4618
|
+
automation: Automation;
|
|
4607
4619
|
/** Optional - hide the updated automation behind a spec */
|
|
4608
4620
|
specInfo?: PreinstalledAutomationSpecInfo;
|
|
4609
4621
|
}
|
|
@@ -4613,7 +4625,7 @@ interface UpdatePreinstalledAutomationResponse {
|
|
|
4613
4625
|
}
|
|
4614
4626
|
interface DeletePreinstalledAutomationRequest {
|
|
4615
4627
|
/** Preinstalled Component Id */
|
|
4616
|
-
componentId
|
|
4628
|
+
componentId: string;
|
|
4617
4629
|
/**
|
|
4618
4630
|
* Optional - makes the deletion operation gradual
|
|
4619
4631
|
* The automation will not return if the variant returns for the site
|
|
@@ -5436,6 +5448,7 @@ interface AutomationSettingsNonNullableFields {
|
|
|
5436
5448
|
disableDelete: boolean;
|
|
5437
5449
|
disableStatusChange: boolean;
|
|
5438
5450
|
actionSettings?: ActionSettingsNonNullableFields;
|
|
5451
|
+
domain: Domain;
|
|
5439
5452
|
}
|
|
5440
5453
|
interface AutomationNonNullableFields {
|
|
5441
5454
|
applicationInfo?: ApplicationOriginNonNullableFields;
|
|
@@ -5477,6 +5490,15 @@ interface BulkDeleteAutomationsResponseNonNullableFields {
|
|
|
5477
5490
|
results: BulkDeleteResultNonNullableFields[];
|
|
5478
5491
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
5479
5492
|
}
|
|
5493
|
+
interface CreatePreinstalledAutomationResponseNonNullableFields {
|
|
5494
|
+
automation?: AutomationNonNullableFields;
|
|
5495
|
+
}
|
|
5496
|
+
interface UpdatePreinstalledAutomationResponseNonNullableFields {
|
|
5497
|
+
automation?: AutomationNonNullableFields;
|
|
5498
|
+
}
|
|
5499
|
+
interface QueryPreinstalledAutomationsForAppResponseNonNullableFields {
|
|
5500
|
+
automations: AutomationNonNullableFields[];
|
|
5501
|
+
}
|
|
5480
5502
|
interface QueryAutomationsResponseNonNullableFields {
|
|
5481
5503
|
automations: AutomationNonNullableFields[];
|
|
5482
5504
|
}
|
|
@@ -5704,6 +5726,30 @@ interface UpdateAutomation {
|
|
|
5704
5726
|
/** Namespace */
|
|
5705
5727
|
namespace?: string | null;
|
|
5706
5728
|
}
|
|
5729
|
+
interface CreatePreinstalledAutomationOptions {
|
|
5730
|
+
/** Optional - hide the created automation behind a spec */
|
|
5731
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5732
|
+
/**
|
|
5733
|
+
* Optional - the information about the original site automation that was used to create this preinstalled automation
|
|
5734
|
+
* Usually an existing automation in a site is used to create the preinstalled automation, this is the relevant information.
|
|
5735
|
+
*/
|
|
5736
|
+
originAutomationInfo?: OriginAutomationInfo;
|
|
5737
|
+
}
|
|
5738
|
+
interface UpdatePreinstalledAutomationOptions {
|
|
5739
|
+
/** Optional - hide the updated automation behind a spec */
|
|
5740
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5741
|
+
}
|
|
5742
|
+
interface DeletePreinstalledAutomationOptions {
|
|
5743
|
+
/**
|
|
5744
|
+
* Optional - makes the deletion operation gradual
|
|
5745
|
+
* The automation will not return if the variant returns for the site
|
|
5746
|
+
*/
|
|
5747
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5748
|
+
}
|
|
5749
|
+
interface QueryPreinstalledAutomationsForAppOptions {
|
|
5750
|
+
/** WQL expression. */
|
|
5751
|
+
query?: CommonCursorQuery;
|
|
5752
|
+
}
|
|
5707
5753
|
interface QueryCursorResult {
|
|
5708
5754
|
cursors: Cursors;
|
|
5709
5755
|
hasNext: () => boolean;
|
|
@@ -5895,6 +5941,37 @@ interface BulkDeleteAutomationsSignature {
|
|
|
5895
5941
|
*/
|
|
5896
5942
|
(automationIds: string[]): Promise<BulkDeleteAutomationsResponse & BulkDeleteAutomationsResponseNonNullableFields>;
|
|
5897
5943
|
}
|
|
5944
|
+
declare function createPreinstalledAutomation$1(httpClient: HttpClient): CreatePreinstalledAutomationSignature;
|
|
5945
|
+
interface CreatePreinstalledAutomationSignature {
|
|
5946
|
+
/**
|
|
5947
|
+
* Creates a Preinstalled Automation.
|
|
5948
|
+
* @param - Preinstalled automation to be created.
|
|
5949
|
+
*/
|
|
5950
|
+
(automation: Automation, options?: CreatePreinstalledAutomationOptions | undefined): Promise<CreatePreinstalledAutomationResponse & CreatePreinstalledAutomationResponseNonNullableFields>;
|
|
5951
|
+
}
|
|
5952
|
+
declare function updatePreinstalledAutomation$1(httpClient: HttpClient): UpdatePreinstalledAutomationSignature;
|
|
5953
|
+
interface UpdatePreinstalledAutomationSignature {
|
|
5954
|
+
/**
|
|
5955
|
+
* Updates a Preinstalled Automation.
|
|
5956
|
+
* @param - Preinstalled automation to update.
|
|
5957
|
+
*/
|
|
5958
|
+
(automation: Automation, options?: UpdatePreinstalledAutomationOptions | undefined): Promise<UpdatePreinstalledAutomationResponse & UpdatePreinstalledAutomationResponseNonNullableFields>;
|
|
5959
|
+
}
|
|
5960
|
+
declare function deletePreinstalledAutomation$1(httpClient: HttpClient): DeletePreinstalledAutomationSignature;
|
|
5961
|
+
interface DeletePreinstalledAutomationSignature {
|
|
5962
|
+
/**
|
|
5963
|
+
* Deletes a Preinstalled Automation.
|
|
5964
|
+
* @param - Preinstalled Component Id
|
|
5965
|
+
*/
|
|
5966
|
+
(componentId: string, options?: DeletePreinstalledAutomationOptions | undefined): Promise<void>;
|
|
5967
|
+
}
|
|
5968
|
+
declare function queryPreinstalledAutomationsForApp$1(httpClient: HttpClient): QueryPreinstalledAutomationsForAppSignature;
|
|
5969
|
+
interface QueryPreinstalledAutomationsForAppSignature {
|
|
5970
|
+
/**
|
|
5971
|
+
* Allows an app to query for his preinstalled automations
|
|
5972
|
+
*/
|
|
5973
|
+
(options?: QueryPreinstalledAutomationsForAppOptions | undefined): Promise<QueryPreinstalledAutomationsForAppResponse & QueryPreinstalledAutomationsForAppResponseNonNullableFields>;
|
|
5974
|
+
}
|
|
5898
5975
|
declare function queryAutomations$1(httpClient: HttpClient): QueryAutomationsSignature;
|
|
5899
5976
|
interface QueryAutomationsSignature {
|
|
5900
5977
|
/**
|
|
@@ -6017,6 +6094,10 @@ declare const getAutomation: MaybeContext<BuildRESTFunction<typeof getAutomation
|
|
|
6017
6094
|
declare const updateAutomation: MaybeContext<BuildRESTFunction<typeof updateAutomation$1> & typeof updateAutomation$1>;
|
|
6018
6095
|
declare const deleteAutomation: MaybeContext<BuildRESTFunction<typeof deleteAutomation$1> & typeof deleteAutomation$1>;
|
|
6019
6096
|
declare const bulkDeleteAutomations: MaybeContext<BuildRESTFunction<typeof bulkDeleteAutomations$1> & typeof bulkDeleteAutomations$1>;
|
|
6097
|
+
declare const createPreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof createPreinstalledAutomation$1> & typeof createPreinstalledAutomation$1>;
|
|
6098
|
+
declare const updatePreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof updatePreinstalledAutomation$1> & typeof updatePreinstalledAutomation$1>;
|
|
6099
|
+
declare const deletePreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof deletePreinstalledAutomation$1> & typeof deletePreinstalledAutomation$1>;
|
|
6100
|
+
declare const queryPreinstalledAutomationsForApp: MaybeContext<BuildRESTFunction<typeof queryPreinstalledAutomationsForApp$1> & typeof queryPreinstalledAutomationsForApp$1>;
|
|
6020
6101
|
declare const queryAutomations: MaybeContext<BuildRESTFunction<typeof queryAutomations$1> & typeof queryAutomations$1>;
|
|
6021
6102
|
declare const copyAutomation: MaybeContext<BuildRESTFunction<typeof copyAutomation$1> & typeof copyAutomation$1>;
|
|
6022
6103
|
declare const createDraftAutomation: MaybeContext<BuildRESTFunction<typeof createDraftAutomation$1> & typeof createDraftAutomation$1>;
|
|
@@ -6115,8 +6196,10 @@ type context_CreateDraftAutomationOptions = CreateDraftAutomationOptions;
|
|
|
6115
6196
|
type context_CreateDraftAutomationRequest = CreateDraftAutomationRequest;
|
|
6116
6197
|
type context_CreateDraftAutomationResponse = CreateDraftAutomationResponse;
|
|
6117
6198
|
type context_CreateDraftAutomationResponseNonNullableFields = CreateDraftAutomationResponseNonNullableFields;
|
|
6199
|
+
type context_CreatePreinstalledAutomationOptions = CreatePreinstalledAutomationOptions;
|
|
6118
6200
|
type context_CreatePreinstalledAutomationRequest = CreatePreinstalledAutomationRequest;
|
|
6119
6201
|
type context_CreatePreinstalledAutomationResponse = CreatePreinstalledAutomationResponse;
|
|
6202
|
+
type context_CreatePreinstalledAutomationResponseNonNullableFields = CreatePreinstalledAutomationResponseNonNullableFields;
|
|
6120
6203
|
type context_CursorPaging = CursorPaging;
|
|
6121
6204
|
type context_CursorPagingMetadata = CursorPagingMetadata;
|
|
6122
6205
|
type context_CursorQuery = CursorQuery;
|
|
@@ -6128,11 +6211,14 @@ type context_DeleteAutomationResponse = DeleteAutomationResponse;
|
|
|
6128
6211
|
type context_DeleteContext = DeleteContext;
|
|
6129
6212
|
type context_DeleteDraftAutomationRequest = DeleteDraftAutomationRequest;
|
|
6130
6213
|
type context_DeleteDraftAutomationResponse = DeleteDraftAutomationResponse;
|
|
6214
|
+
type context_DeletePreinstalledAutomationOptions = DeletePreinstalledAutomationOptions;
|
|
6131
6215
|
type context_DeletePreinstalledAutomationRequest = DeletePreinstalledAutomationRequest;
|
|
6132
6216
|
type context_DeletePreinstalledAutomationResponse = DeletePreinstalledAutomationResponse;
|
|
6133
6217
|
type context_DeleteStatus = DeleteStatus;
|
|
6134
6218
|
declare const context_DeleteStatus: typeof DeleteStatus;
|
|
6135
6219
|
type context_DeletedWithEntity = DeletedWithEntity;
|
|
6220
|
+
type context_Domain = Domain;
|
|
6221
|
+
declare const context_Domain: typeof Domain;
|
|
6136
6222
|
type context_DomainEvent = DomainEvent;
|
|
6137
6223
|
type context_DomainEventBodyOneOf = DomainEventBodyOneOf;
|
|
6138
6224
|
type context_DraftInfo = DraftInfo;
|
|
@@ -6188,8 +6274,10 @@ type context_QueryAutomationsWithDraftsOptions = QueryAutomationsWithDraftsOptio
|
|
|
6188
6274
|
type context_QueryAutomationsWithDraftsRequest = QueryAutomationsWithDraftsRequest;
|
|
6189
6275
|
type context_QueryAutomationsWithDraftsResponse = QueryAutomationsWithDraftsResponse;
|
|
6190
6276
|
type context_QueryAutomationsWithDraftsResponseNonNullableFields = QueryAutomationsWithDraftsResponseNonNullableFields;
|
|
6277
|
+
type context_QueryPreinstalledAutomationsForAppOptions = QueryPreinstalledAutomationsForAppOptions;
|
|
6191
6278
|
type context_QueryPreinstalledAutomationsForAppRequest = QueryPreinstalledAutomationsForAppRequest;
|
|
6192
6279
|
type context_QueryPreinstalledAutomationsForAppResponse = QueryPreinstalledAutomationsForAppResponse;
|
|
6280
|
+
type context_QueryPreinstalledAutomationsForAppResponseNonNullableFields = QueryPreinstalledAutomationsForAppResponseNonNullableFields;
|
|
6193
6281
|
type context_Quota = Quota;
|
|
6194
6282
|
type context_QuotaInfo = QuotaInfo;
|
|
6195
6283
|
type context_RateLimit = RateLimit;
|
|
@@ -6238,8 +6326,10 @@ type context_UpdateDraftAutomation = UpdateDraftAutomation;
|
|
|
6238
6326
|
type context_UpdateDraftAutomationRequest = UpdateDraftAutomationRequest;
|
|
6239
6327
|
type context_UpdateDraftAutomationResponse = UpdateDraftAutomationResponse;
|
|
6240
6328
|
type context_UpdateDraftAutomationResponseNonNullableFields = UpdateDraftAutomationResponseNonNullableFields;
|
|
6329
|
+
type context_UpdatePreinstalledAutomationOptions = UpdatePreinstalledAutomationOptions;
|
|
6241
6330
|
type context_UpdatePreinstalledAutomationRequest = UpdatePreinstalledAutomationRequest;
|
|
6242
6331
|
type context_UpdatePreinstalledAutomationResponse = UpdatePreinstalledAutomationResponse;
|
|
6332
|
+
type context_UpdatePreinstalledAutomationResponseNonNullableFields = UpdatePreinstalledAutomationResponseNonNullableFields;
|
|
6243
6333
|
type context_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
|
|
6244
6334
|
type context_UpgradeCTA = UpgradeCTA;
|
|
6245
6335
|
type context_ValidateAutomationOptions = ValidateAutomationOptions;
|
|
@@ -6262,8 +6352,10 @@ declare const context_bulkDeleteAutomations: typeof bulkDeleteAutomations;
|
|
|
6262
6352
|
declare const context_copyAutomation: typeof copyAutomation;
|
|
6263
6353
|
declare const context_createAutomation: typeof createAutomation;
|
|
6264
6354
|
declare const context_createDraftAutomation: typeof createDraftAutomation;
|
|
6355
|
+
declare const context_createPreinstalledAutomation: typeof createPreinstalledAutomation;
|
|
6265
6356
|
declare const context_deleteAutomation: typeof deleteAutomation;
|
|
6266
6357
|
declare const context_deleteDraftAutomation: typeof deleteDraftAutomation;
|
|
6358
|
+
declare const context_deletePreinstalledAutomation: typeof deletePreinstalledAutomation;
|
|
6267
6359
|
declare const context_getActionsQuotaInfo: typeof getActionsQuotaInfo;
|
|
6268
6360
|
declare const context_getAutomation: typeof getAutomation;
|
|
6269
6361
|
declare const context_getAutomationActionSchema: typeof getAutomationActionSchema;
|
|
@@ -6276,11 +6368,13 @@ declare const context_onAutomationUpdatedWithPreviousEntity: typeof onAutomation
|
|
|
6276
6368
|
declare const context_publishDraftAutomation: typeof publishDraftAutomation;
|
|
6277
6369
|
declare const context_queryAutomations: typeof queryAutomations;
|
|
6278
6370
|
declare const context_queryAutomationsWithDrafts: typeof queryAutomationsWithDrafts;
|
|
6371
|
+
declare const context_queryPreinstalledAutomationsForApp: typeof queryPreinstalledAutomationsForApp;
|
|
6279
6372
|
declare const context_updateAutomation: typeof updateAutomation;
|
|
6280
6373
|
declare const context_updateDraftAutomation: typeof updateDraftAutomation;
|
|
6374
|
+
declare const context_updatePreinstalledAutomation: typeof updatePreinstalledAutomation;
|
|
6281
6375
|
declare const context_validateAutomation: typeof validateAutomation;
|
|
6282
6376
|
declare namespace context {
|
|
6283
|
-
export { type context_Action as Action, type context_ActionConfigurationError as ActionConfigurationError, context_ActionErrorType as ActionErrorType, type context_ActionEvent as ActionEvent, type context_ActionInfoOneOf as ActionInfoOneOf, type context_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type context_ActionQuotaInfo as ActionQuotaInfo, type context_ActionSettings as ActionSettings, type context_ActionValidationError as ActionValidationError, type context_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type context_ActionValidationInfo as ActionValidationInfo, type context_AdditionalInfo as AdditionalInfo, type context_AppDefinedAction as AppDefinedAction, type context_ApplicationError as ApplicationError, type context_ApplicationOrigin as ApplicationOrigin, type context_Asset as Asset, type context_AuditInfo as AuditInfo, type context_AuditInfoIdOneOf as AuditInfoIdOneOf, type context_Automation as Automation, type context_AutomationConfiguration as AutomationConfiguration, type context_AutomationConfigurationError as AutomationConfigurationError, type context_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type context_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type context_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, context_AutomationErrorType as AutomationErrorType, type context_AutomationNonNullableFields as AutomationNonNullableFields, type context_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context_AutomationSettings as AutomationSettings, type context_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type context_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type context_AutomationValidationError as AutomationValidationError, type context_AutomationValidationErrorErrorOneOf as AutomationValidationErrorErrorOneOf, context_AutomationValidationErrorValidationErrorType as AutomationValidationErrorValidationErrorType, type context_AutomationsQueryBuilder as AutomationsQueryBuilder, type context_AutomationsQueryResult as AutomationsQueryResult, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type context_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type context_BulkDeleteAutomationsResponseNonNullableFields as BulkDeleteAutomationsResponseNonNullableFields, type context_BulkDeleteResult as BulkDeleteResult, type context_CTA as CTA, type context_CommonCursorPaging as CommonCursorPaging, type context_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context_CommonCursorQuery as CommonCursorQuery, type context_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context_CommonCursors as CommonCursors, context_CommonSortOrder as CommonSortOrder, type context_CommonSorting as CommonSorting, type context_ConditionAction as ConditionAction, type context_ConditionExpressionGroup as ConditionExpressionGroup, type context_CopyAutomationOptions as CopyAutomationOptions, type context_CopyAutomationRequest as CopyAutomationRequest, type context_CopyAutomationResponse as CopyAutomationResponse, type context_CopyAutomationResponseNonNullableFields as CopyAutomationResponseNonNullableFields, type context_CreateAutomationRequest as CreateAutomationRequest, type context_CreateAutomationResponse as CreateAutomationResponse, type context_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type context_CreateDraftAutomationOptions as CreateDraftAutomationOptions, type context_CreateDraftAutomationRequest as CreateDraftAutomationRequest, type context_CreateDraftAutomationResponse as CreateDraftAutomationResponse, type context_CreateDraftAutomationResponseNonNullableFields as CreateDraftAutomationResponseNonNullableFields, type context_CreatePreinstalledAutomationRequest as CreatePreinstalledAutomationRequest, type context_CreatePreinstalledAutomationResponse as CreatePreinstalledAutomationResponse, type context_CursorPaging as CursorPaging, type context_CursorPagingMetadata as CursorPagingMetadata, type context_CursorQuery as CursorQuery, type context_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context_Cursors as Cursors, type context_DelayAction as DelayAction, type context_DeleteAutomationRequest as DeleteAutomationRequest, type context_DeleteAutomationResponse as DeleteAutomationResponse, type context_DeleteContext as DeleteContext, type context_DeleteDraftAutomationRequest as DeleteDraftAutomationRequest, type context_DeleteDraftAutomationResponse as DeleteDraftAutomationResponse, type context_DeletePreinstalledAutomationRequest as DeletePreinstalledAutomationRequest, type context_DeletePreinstalledAutomationResponse as DeletePreinstalledAutomationResponse, context_DeleteStatus as DeleteStatus, type context_DeletedWithEntity as DeletedWithEntity, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_DraftInfo as DraftInfo, type context_DraftsInfo as DraftsInfo, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Filter as Filter, type context_FutureDateActivationOffset as FutureDateActivationOffset, type context_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type context_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type context_GetActionsQuotaInfoResponseNonNullableFields as GetActionsQuotaInfoResponseNonNullableFields, type context_GetAutomationActionSchemaIdentifiers as GetAutomationActionSchemaIdentifiers, type context_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type context_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type context_GetAutomationOptions as GetAutomationOptions, type context_GetAutomationRequest as GetAutomationRequest, type context_GetAutomationResponse as GetAutomationResponse, type context_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type context_GetAutomationRevisionRequest as GetAutomationRevisionRequest, type context_GetAutomationRevisionResponse as GetAutomationRevisionResponse, type context_GetOrCreateDraftAutomationRequest as GetOrCreateDraftAutomationRequest, type context_GetOrCreateDraftAutomationResponse as GetOrCreateDraftAutomationResponse, type context_GetOrCreateDraftAutomationResponseNonNullableFields as GetOrCreateDraftAutomationResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ItemMetadata as ItemMetadata, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, context_Operator as Operator, context_Origin as Origin, type context_OriginAutomationInfo as OriginAutomationInfo, type context_OutputAction as OutputAction, type context_Plan as Plan, type context_PreinstalledAutomationSpecInfo as PreinstalledAutomationSpecInfo, type context_PreinstalledOrigin as PreinstalledOrigin, type context_ProviderConfigurationError as ProviderConfigurationError, type context_PublishDraftAutomationRequest as PublishDraftAutomationRequest, type context_PublishDraftAutomationResponse as PublishDraftAutomationResponse, type context_PublishDraftAutomationResponseNonNullableFields as PublishDraftAutomationResponseNonNullableFields, type context_QueryAutomationsRequest as QueryAutomationsRequest, type context_QueryAutomationsResponse as QueryAutomationsResponse, type context_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type context_QueryAutomationsWithDraftsOptions as QueryAutomationsWithDraftsOptions, type context_QueryAutomationsWithDraftsRequest as QueryAutomationsWithDraftsRequest, type context_QueryAutomationsWithDraftsResponse as QueryAutomationsWithDraftsResponse, type context_QueryAutomationsWithDraftsResponseNonNullableFields as QueryAutomationsWithDraftsResponseNonNullableFields, type context_QueryPreinstalledAutomationsForAppRequest as QueryPreinstalledAutomationsForAppRequest, type context_QueryPreinstalledAutomationsForAppResponse as QueryPreinstalledAutomationsForAppResponse, type context_Quota as Quota, type context_QuotaInfo as QuotaInfo, type context_RateLimit as RateLimit, type context_RateLimitAction as RateLimitAction, type context_RestoreInfo as RestoreInfo, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, context_TimeUnit as TimeUnit, type context_Trigger as Trigger, type context_TriggerConfigurationError as TriggerConfigurationError, context_TriggerErrorType as TriggerErrorType, type context_TriggerValidationError as TriggerValidationError, type context_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, context_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, context_Type as Type, type context_UpdateAutomation as UpdateAutomation, type context_UpdateAutomationRequest as UpdateAutomationRequest, type context_UpdateAutomationResponse as UpdateAutomationResponse, type context_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type context_UpdateDraftAutomation as UpdateDraftAutomation, type context_UpdateDraftAutomationRequest as UpdateDraftAutomationRequest, type context_UpdateDraftAutomationResponse as UpdateDraftAutomationResponse, type context_UpdateDraftAutomationResponseNonNullableFields as UpdateDraftAutomationResponseNonNullableFields, type context_UpdatePreinstalledAutomationRequest as UpdatePreinstalledAutomationRequest, type context_UpdatePreinstalledAutomationResponse as UpdatePreinstalledAutomationResponse, type context_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context_UpgradeCTA as UpgradeCTA, type context_ValidateAutomationOptions as ValidateAutomationOptions, type context_ValidateAutomationRequest as ValidateAutomationRequest, type context_ValidateAutomationResponse as ValidateAutomationResponse, type context_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, context_ValidationErrorSeverity as ValidationErrorSeverity, context_ValidationErrorType as ValidationErrorType, type context_ValidationSettings as ValidationSettings, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnAutomationCreatedType as _publicOnAutomationCreatedType, type context__publicOnAutomationDeletedType as _publicOnAutomationDeletedType, type context__publicOnAutomationDeletedWithEntityType as _publicOnAutomationDeletedWithEntityType, type context__publicOnAutomationUpdatedType as _publicOnAutomationUpdatedType, type context__publicOnAutomationUpdatedWithPreviousEntityType as _publicOnAutomationUpdatedWithPreviousEntityType, context_bulkDeleteAutomations as bulkDeleteAutomations, context_copyAutomation as copyAutomation, context_createAutomation as createAutomation, context_createDraftAutomation as createDraftAutomation, context_deleteAutomation as deleteAutomation, context_deleteDraftAutomation as deleteDraftAutomation, context_getActionsQuotaInfo as getActionsQuotaInfo, context_getAutomation as getAutomation, context_getAutomationActionSchema as getAutomationActionSchema, context_getOrCreateDraftAutomation as getOrCreateDraftAutomation, context_onAutomationCreated as onAutomationCreated, context_onAutomationDeleted as onAutomationDeleted, context_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, context_onAutomationUpdated as onAutomationUpdated, context_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, onAutomationCreated$1 as publicOnAutomationCreated, onAutomationDeleted$1 as publicOnAutomationDeleted, onAutomationDeletedWithEntity$1 as publicOnAutomationDeletedWithEntity, onAutomationUpdated$1 as publicOnAutomationUpdated, onAutomationUpdatedWithPreviousEntity$1 as publicOnAutomationUpdatedWithPreviousEntity, context_publishDraftAutomation as publishDraftAutomation, context_queryAutomations as queryAutomations, context_queryAutomationsWithDrafts as queryAutomationsWithDrafts, context_updateAutomation as updateAutomation, context_updateDraftAutomation as updateDraftAutomation, context_validateAutomation as validateAutomation };
|
|
6377
|
+
export { type context_Action as Action, type context_ActionConfigurationError as ActionConfigurationError, context_ActionErrorType as ActionErrorType, type context_ActionEvent as ActionEvent, type context_ActionInfoOneOf as ActionInfoOneOf, type context_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type context_ActionQuotaInfo as ActionQuotaInfo, type context_ActionSettings as ActionSettings, type context_ActionValidationError as ActionValidationError, type context_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type context_ActionValidationInfo as ActionValidationInfo, type context_AdditionalInfo as AdditionalInfo, type context_AppDefinedAction as AppDefinedAction, type context_ApplicationError as ApplicationError, type context_ApplicationOrigin as ApplicationOrigin, type context_Asset as Asset, type context_AuditInfo as AuditInfo, type context_AuditInfoIdOneOf as AuditInfoIdOneOf, type context_Automation as Automation, type context_AutomationConfiguration as AutomationConfiguration, type context_AutomationConfigurationError as AutomationConfigurationError, type context_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type context_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type context_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, context_AutomationErrorType as AutomationErrorType, type context_AutomationNonNullableFields as AutomationNonNullableFields, type context_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context_AutomationSettings as AutomationSettings, type context_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type context_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type context_AutomationValidationError as AutomationValidationError, type context_AutomationValidationErrorErrorOneOf as AutomationValidationErrorErrorOneOf, context_AutomationValidationErrorValidationErrorType as AutomationValidationErrorValidationErrorType, type context_AutomationsQueryBuilder as AutomationsQueryBuilder, type context_AutomationsQueryResult as AutomationsQueryResult, type context_BaseEventMetadata as BaseEventMetadata, type context_BulkActionMetadata as BulkActionMetadata, type context_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type context_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type context_BulkDeleteAutomationsResponseNonNullableFields as BulkDeleteAutomationsResponseNonNullableFields, type context_BulkDeleteResult as BulkDeleteResult, type context_CTA as CTA, type context_CommonCursorPaging as CommonCursorPaging, type context_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context_CommonCursorQuery as CommonCursorQuery, type context_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type context_CommonCursors as CommonCursors, context_CommonSortOrder as CommonSortOrder, type context_CommonSorting as CommonSorting, type context_ConditionAction as ConditionAction, type context_ConditionExpressionGroup as ConditionExpressionGroup, type context_CopyAutomationOptions as CopyAutomationOptions, type context_CopyAutomationRequest as CopyAutomationRequest, type context_CopyAutomationResponse as CopyAutomationResponse, type context_CopyAutomationResponseNonNullableFields as CopyAutomationResponseNonNullableFields, type context_CreateAutomationRequest as CreateAutomationRequest, type context_CreateAutomationResponse as CreateAutomationResponse, type context_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type context_CreateDraftAutomationOptions as CreateDraftAutomationOptions, type context_CreateDraftAutomationRequest as CreateDraftAutomationRequest, type context_CreateDraftAutomationResponse as CreateDraftAutomationResponse, type context_CreateDraftAutomationResponseNonNullableFields as CreateDraftAutomationResponseNonNullableFields, type context_CreatePreinstalledAutomationOptions as CreatePreinstalledAutomationOptions, type context_CreatePreinstalledAutomationRequest as CreatePreinstalledAutomationRequest, type context_CreatePreinstalledAutomationResponse as CreatePreinstalledAutomationResponse, type context_CreatePreinstalledAutomationResponseNonNullableFields as CreatePreinstalledAutomationResponseNonNullableFields, type context_CursorPaging as CursorPaging, type context_CursorPagingMetadata as CursorPagingMetadata, type context_CursorQuery as CursorQuery, type context_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type context_Cursors as Cursors, type context_DelayAction as DelayAction, type context_DeleteAutomationRequest as DeleteAutomationRequest, type context_DeleteAutomationResponse as DeleteAutomationResponse, type context_DeleteContext as DeleteContext, type context_DeleteDraftAutomationRequest as DeleteDraftAutomationRequest, type context_DeleteDraftAutomationResponse as DeleteDraftAutomationResponse, type context_DeletePreinstalledAutomationOptions as DeletePreinstalledAutomationOptions, type context_DeletePreinstalledAutomationRequest as DeletePreinstalledAutomationRequest, type context_DeletePreinstalledAutomationResponse as DeletePreinstalledAutomationResponse, context_DeleteStatus as DeleteStatus, type context_DeletedWithEntity as DeletedWithEntity, context_Domain as Domain, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_DraftInfo as DraftInfo, type context_DraftsInfo as DraftsInfo, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_Filter as Filter, type context_FutureDateActivationOffset as FutureDateActivationOffset, type context_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type context_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type context_GetActionsQuotaInfoResponseNonNullableFields as GetActionsQuotaInfoResponseNonNullableFields, type context_GetAutomationActionSchemaIdentifiers as GetAutomationActionSchemaIdentifiers, type context_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type context_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type context_GetAutomationOptions as GetAutomationOptions, type context_GetAutomationRequest as GetAutomationRequest, type context_GetAutomationResponse as GetAutomationResponse, type context_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type context_GetAutomationRevisionRequest as GetAutomationRevisionRequest, type context_GetAutomationRevisionResponse as GetAutomationRevisionResponse, type context_GetOrCreateDraftAutomationRequest as GetOrCreateDraftAutomationRequest, type context_GetOrCreateDraftAutomationResponse as GetOrCreateDraftAutomationResponse, type context_GetOrCreateDraftAutomationResponseNonNullableFields as GetOrCreateDraftAutomationResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ItemMetadata as ItemMetadata, type context_MessageEnvelope as MessageEnvelope, type context_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type context_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, context_Namespace as Namespace, type context_NamespaceChanged as NamespaceChanged, context_Operator as Operator, context_Origin as Origin, type context_OriginAutomationInfo as OriginAutomationInfo, type context_OutputAction as OutputAction, type context_Plan as Plan, type context_PreinstalledAutomationSpecInfo as PreinstalledAutomationSpecInfo, type context_PreinstalledOrigin as PreinstalledOrigin, type context_ProviderConfigurationError as ProviderConfigurationError, type context_PublishDraftAutomationRequest as PublishDraftAutomationRequest, type context_PublishDraftAutomationResponse as PublishDraftAutomationResponse, type context_PublishDraftAutomationResponseNonNullableFields as PublishDraftAutomationResponseNonNullableFields, type context_QueryAutomationsRequest as QueryAutomationsRequest, type context_QueryAutomationsResponse as QueryAutomationsResponse, type context_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type context_QueryAutomationsWithDraftsOptions as QueryAutomationsWithDraftsOptions, type context_QueryAutomationsWithDraftsRequest as QueryAutomationsWithDraftsRequest, type context_QueryAutomationsWithDraftsResponse as QueryAutomationsWithDraftsResponse, type context_QueryAutomationsWithDraftsResponseNonNullableFields as QueryAutomationsWithDraftsResponseNonNullableFields, type context_QueryPreinstalledAutomationsForAppOptions as QueryPreinstalledAutomationsForAppOptions, type context_QueryPreinstalledAutomationsForAppRequest as QueryPreinstalledAutomationsForAppRequest, type context_QueryPreinstalledAutomationsForAppResponse as QueryPreinstalledAutomationsForAppResponse, type context_QueryPreinstalledAutomationsForAppResponseNonNullableFields as QueryPreinstalledAutomationsForAppResponseNonNullableFields, type context_Quota as Quota, type context_QuotaInfo as QuotaInfo, type context_RateLimit as RateLimit, type context_RateLimitAction as RateLimitAction, type context_RestoreInfo as RestoreInfo, type context_ServiceProvisioned as ServiceProvisioned, type context_ServiceRemoved as ServiceRemoved, type context_SiteCreated as SiteCreated, context_SiteCreatedContext as SiteCreatedContext, type context_SiteDeleted as SiteDeleted, type context_SiteHardDeleted as SiteHardDeleted, type context_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type context_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type context_SitePublished as SitePublished, type context_SiteRenamed as SiteRenamed, type context_SiteTransferred as SiteTransferred, type context_SiteUndeleted as SiteUndeleted, type context_SiteUnpublished as SiteUnpublished, context_SortOrder as SortOrder, type context_Sorting as Sorting, context_State as State, context_Status as Status, type context_StudioAssigned as StudioAssigned, type context_StudioUnassigned as StudioUnassigned, context_TimeUnit as TimeUnit, type context_Trigger as Trigger, type context_TriggerConfigurationError as TriggerConfigurationError, context_TriggerErrorType as TriggerErrorType, type context_TriggerValidationError as TriggerValidationError, type context_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, context_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, context_Type as Type, type context_UpdateAutomation as UpdateAutomation, type context_UpdateAutomationRequest as UpdateAutomationRequest, type context_UpdateAutomationResponse as UpdateAutomationResponse, type context_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type context_UpdateDraftAutomation as UpdateDraftAutomation, type context_UpdateDraftAutomationRequest as UpdateDraftAutomationRequest, type context_UpdateDraftAutomationResponse as UpdateDraftAutomationResponse, type context_UpdateDraftAutomationResponseNonNullableFields as UpdateDraftAutomationResponseNonNullableFields, type context_UpdatePreinstalledAutomationOptions as UpdatePreinstalledAutomationOptions, type context_UpdatePreinstalledAutomationRequest as UpdatePreinstalledAutomationRequest, type context_UpdatePreinstalledAutomationResponse as UpdatePreinstalledAutomationResponse, type context_UpdatePreinstalledAutomationResponseNonNullableFields as UpdatePreinstalledAutomationResponseNonNullableFields, type context_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context_UpgradeCTA as UpgradeCTA, type context_ValidateAutomationOptions as ValidateAutomationOptions, type context_ValidateAutomationRequest as ValidateAutomationRequest, type context_ValidateAutomationResponse as ValidateAutomationResponse, type context_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, context_ValidationErrorSeverity as ValidationErrorSeverity, context_ValidationErrorType as ValidationErrorType, type context_ValidationSettings as ValidationSettings, context_WebhookIdentityType as WebhookIdentityType, type context__publicOnAutomationCreatedType as _publicOnAutomationCreatedType, type context__publicOnAutomationDeletedType as _publicOnAutomationDeletedType, type context__publicOnAutomationDeletedWithEntityType as _publicOnAutomationDeletedWithEntityType, type context__publicOnAutomationUpdatedType as _publicOnAutomationUpdatedType, type context__publicOnAutomationUpdatedWithPreviousEntityType as _publicOnAutomationUpdatedWithPreviousEntityType, context_bulkDeleteAutomations as bulkDeleteAutomations, context_copyAutomation as copyAutomation, context_createAutomation as createAutomation, context_createDraftAutomation as createDraftAutomation, context_createPreinstalledAutomation as createPreinstalledAutomation, context_deleteAutomation as deleteAutomation, context_deleteDraftAutomation as deleteDraftAutomation, context_deletePreinstalledAutomation as deletePreinstalledAutomation, context_getActionsQuotaInfo as getActionsQuotaInfo, context_getAutomation as getAutomation, context_getAutomationActionSchema as getAutomationActionSchema, context_getOrCreateDraftAutomation as getOrCreateDraftAutomation, context_onAutomationCreated as onAutomationCreated, context_onAutomationDeleted as onAutomationDeleted, context_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, context_onAutomationUpdated as onAutomationUpdated, context_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, onAutomationCreated$1 as publicOnAutomationCreated, onAutomationDeleted$1 as publicOnAutomationDeleted, onAutomationDeletedWithEntity$1 as publicOnAutomationDeletedWithEntity, onAutomationUpdated$1 as publicOnAutomationUpdated, onAutomationUpdatedWithPreviousEntity$1 as publicOnAutomationUpdatedWithPreviousEntity, context_publishDraftAutomation as publishDraftAutomation, context_queryAutomations as queryAutomations, context_queryAutomationsWithDrafts as queryAutomationsWithDrafts, context_queryPreinstalledAutomationsForApp as queryPreinstalledAutomationsForApp, context_updateAutomation as updateAutomation, context_updateDraftAutomation as updateDraftAutomation, context_updatePreinstalledAutomation as updatePreinstalledAutomation, context_validateAutomation as validateAutomation };
|
|
6284
6378
|
}
|
|
6285
6379
|
|
|
6286
6380
|
export { context$1 as activations, context$2 as automationsService, context as automationsServiceV2 };
|
|
@@ -2397,6 +2397,12 @@ interface ActionSettings$1 {
|
|
|
2397
2397
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
2398
2398
|
disableConditionAddition?: boolean;
|
|
2399
2399
|
}
|
|
2400
|
+
declare enum Domain$1 {
|
|
2401
|
+
/** User domain (default) */
|
|
2402
|
+
USER = "USER",
|
|
2403
|
+
/** Wix domain */
|
|
2404
|
+
WIX = "WIX"
|
|
2405
|
+
}
|
|
2400
2406
|
interface AuditInfo$1 extends AuditInfoIdOneOf$1 {
|
|
2401
2407
|
/** User ID. */
|
|
2402
2408
|
userId?: string;
|
|
@@ -4018,7 +4024,7 @@ declare const index_d$1_cancelEvent: typeof cancelEvent;
|
|
|
4018
4024
|
declare const index_d$1_onActivationStatusChanged: typeof onActivationStatusChanged;
|
|
4019
4025
|
declare const index_d$1_reportEvent: typeof reportEvent;
|
|
4020
4026
|
declare namespace index_d$1 {
|
|
4021
|
-
export { type Action$1 as Action, type index_d$1_ActionActionOneOf as ActionActionOneOf, type index_d$1_ActionCompletedRequest as ActionCompletedRequest, type index_d$1_ActionData as ActionData, type ActionEvent$1 as ActionEvent, type ActionSettings$1 as ActionSettings, type index_d$1_ActionStatus as ActionStatus, type index_d$1_ActionsData as ActionsData, type index_d$1_Activation as Activation, type index_d$1_ActivationActionStatusChanged as ActivationActionStatusChanged, index_d$1_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type index_d$1_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type index_d$1_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type index_d$1_ActivationRequest as ActivationRequest, type index_d$1_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type index_d$1_ActivationScheduleCompleted as ActivationScheduleCompleted, type index_d$1_ActivationScheduleRequested as ActivationScheduleRequested, type index_d$1_ActivationSource as ActivationSource, type index_d$1_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type index_d$1_ActivationStatus as ActivationStatus, type index_d$1_ActivationStatusChanged as ActivationStatusChanged, type index_d$1_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type index_d$1_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, index_d$1_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type index_d$1_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type AppDefinedAction$1 as AppDefinedAction, type index_d$1_AppDefinedActionInfo as AppDefinedActionInfo, type ApplicationError$1 as ApplicationError, type ApplicationOrigin$1 as ApplicationOrigin, type index_d$1_AsyncAction as AsyncAction, type AuditInfo$1 as AuditInfo, type AuditInfoIdOneOf$1 as AuditInfoIdOneOf, type Automation$1 as Automation, type AutomationConfiguration$1 as AutomationConfiguration, type index_d$1_AutomationConfigurationAction as AutomationConfigurationAction, type index_d$1_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, index_d$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d$1_AutomationIdentifier as AutomationIdentifier, type index_d$1_AutomationInfo as AutomationInfo, type index_d$1_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type AutomationOriginInfoOneOf$1 as AutomationOriginInfoOneOf, type AutomationSettings$1 as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BatchActivationRequest as BatchActivationRequest, index_d$1_BlockType as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$1_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$1_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$1_BulkCancelEventResult as BulkCancelEventResult, type index_d$1_BulkReportEventRequest as BulkReportEventRequest, type index_d$1_BulkReportEventResponse as BulkReportEventResponse, type index_d$1_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type index_d$1_BulkReportEventResult as BulkReportEventResult, type index_d$1_CancelEventRequest as CancelEventRequest, type index_d$1_CancelEventResponse as CancelEventResponse, type index_d$1_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type index_d$1_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type index_d$1_CancelPendingScheduleResponse as CancelPendingScheduleResponse, index_d$1_CancellationReason as CancellationReason, type index_d$1_CancelledStatusInfo as CancelledStatusInfo, type index_d$1_Case as Case, type ConditionAction$1 as ConditionAction, type index_d$1_ConditionActionInfo as ConditionActionInfo, type index_d$1_ConditionBlock as ConditionBlock, type ConditionExpressionGroup$1 as ConditionExpressionGroup, type index_d$1_ConditionFilter as ConditionFilter, type index_d$1_Delay as Delay, type DelayAction$1 as DelayAction, type index_d$1_DelayActionInfo as DelayActionInfo, type index_d$1_DelayHelper as DelayHelper, type index_d$1_DelayOfOneOf as DelayOfOneOf, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type DraftInfo$1 as DraftInfo, type Empty$1 as Empty, type index_d$1_EndedStatusInfo as EndedStatusInfo, type index_d$1_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$1_EventInfo as EventInfo, type EventMetadata$1 as EventMetadata, type index_d$1_ExecuteFromActionRequest as ExecuteFromActionRequest, type index_d$1_ExecuteFromActionResponse as ExecuteFromActionResponse, type index_d$1_ExpressionEvaluationResult as ExpressionEvaluationResult, type index_d$1_FailedStatusInfo as FailedStatusInfo, type Filter$1 as Filter, type FutureDateActivationOffset$1 as FutureDateActivationOffset, type index_d$1_Idempotency as Idempotency, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_IdentifierType as IdentifierType, type index_d$1_Identity as Identity, type index_d$1_IfFilter as IfFilter, type index_d$1_InitiatedStatusInfo as InitiatedStatusInfo, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, Operator$1 as Operator, Origin$1 as Origin, type index_d$1_Output as Output, type OutputAction$1 as OutputAction, type index_d$1_PreinstalledIdentifier as PreinstalledIdentifier, type PreinstalledOrigin$1 as PreinstalledOrigin, type RateLimit$1 as RateLimit, type RateLimitAction$1 as RateLimitAction, type index_d$1_RateLimitActionInfo as RateLimitActionInfo, type index_d$1_RateLimiting as RateLimiting, type index_d$1_RefreshPayloadRequest as RefreshPayloadRequest, type index_d$1_RefreshPayloadResponse as RefreshPayloadResponse, type index_d$1_ReportDomainEventRequest as ReportDomainEventRequest, type index_d$1_ReportDomainEventResponse as ReportDomainEventResponse, type index_d$1_ReportEventOptions as ReportEventOptions, type index_d$1_ReportEventRequest as ReportEventRequest, type index_d$1_ReportEventResponse as ReportEventResponse, type index_d$1_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type index_d$1_RunAutomationRequest as RunAutomationRequest, type index_d$1_RunAutomationResponse as RunAutomationResponse, type index_d$1_Runtime as Runtime, type index_d$1_Schedule as Schedule, type index_d$1_ScheduleRequest as ScheduleRequest, type index_d$1_ScheduleResponse as ScheduleResponse, index_d$1_ScheduleStatus as ScheduleStatus, type index_d$1_ScheduledAction as ScheduledAction, type index_d$1_ScheduledStatusInfo as ScheduledStatusInfo, type index_d$1_Scheduler as Scheduler, type index_d$1_Service as Service, type index_d$1_ServiceMapping as ServiceMapping, type index_d$1_SimpleDelay as SimpleDelay, type index_d$1_SpiAction as SpiAction, type index_d$1_StartedStatusInfo as StartedStatusInfo, type index_d$1_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type index_d$1_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, Status$1 as Status, type index_d$1_SwitchFilter as SwitchFilter, type index_d$1_SystemHelper as SystemHelper, type index_d$1_SystemHelperHelperOneOf as SystemHelperHelperOneOf, index_d$1_Target as Target, TimeUnit$1 as TimeUnit, type Trigger$1 as Trigger, type index_d$1_TriggerInfo as TriggerInfo, Type$1 as Type, index_d$1_Units as Units, type index_d$1_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type index_d$1_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type index_d$1_V1RunAutomationRequest as V1RunAutomationRequest, type index_d$1_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type index_d$1_V1RunAutomationResponse as V1RunAutomationResponse, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicOnActivationStatusChangedType as _publicOnActivationStatusChangedType, index_d$1_bulkCancelEvent as bulkCancelEvent, index_d$1_bulkReportEvent as bulkReportEvent, index_d$1_cancelEvent as cancelEvent, index_d$1_onActivationStatusChanged as onActivationStatusChanged, onActivationStatusChanged$1 as publicOnActivationStatusChanged, index_d$1_reportEvent as reportEvent };
|
|
4027
|
+
export { type Action$1 as Action, type index_d$1_ActionActionOneOf as ActionActionOneOf, type index_d$1_ActionCompletedRequest as ActionCompletedRequest, type index_d$1_ActionData as ActionData, type ActionEvent$1 as ActionEvent, type ActionSettings$1 as ActionSettings, type index_d$1_ActionStatus as ActionStatus, type index_d$1_ActionsData as ActionsData, type index_d$1_Activation as Activation, type index_d$1_ActivationActionStatusChanged as ActivationActionStatusChanged, index_d$1_ActivationActionStatusChangedStatus as ActivationActionStatusChangedStatus, type index_d$1_ActivationActionStatusChangedStatusInfoOneOf as ActivationActionStatusChangedStatusInfoOneOf, type index_d$1_ActivationContinuedAfterSchedule as ActivationContinuedAfterSchedule, type index_d$1_ActivationRequest as ActivationRequest, type index_d$1_ActivationResumeAfterDelay as ActivationResumeAfterDelay, type index_d$1_ActivationScheduleCompleted as ActivationScheduleCompleted, type index_d$1_ActivationScheduleRequested as ActivationScheduleRequested, type index_d$1_ActivationSource as ActivationSource, type index_d$1_ActivationSourceOfOneOf as ActivationSourceOfOneOf, type index_d$1_ActivationStatus as ActivationStatus, type index_d$1_ActivationStatusChanged as ActivationStatusChanged, type index_d$1_ActivationStatusChangedEnvelope as ActivationStatusChangedEnvelope, type index_d$1_ActivationStatusChangedFailedStatusInfo as ActivationStatusChangedFailedStatusInfo, index_d$1_ActivationStatusChangedStatus as ActivationStatusChangedStatus, type index_d$1_ActivationStatusChangedStatusInfoOneOf as ActivationStatusChangedStatusInfoOneOf, type AppDefinedAction$1 as AppDefinedAction, type index_d$1_AppDefinedActionInfo as AppDefinedActionInfo, type ApplicationError$1 as ApplicationError, type ApplicationOrigin$1 as ApplicationOrigin, type index_d$1_AsyncAction as AsyncAction, type AuditInfo$1 as AuditInfo, type AuditInfoIdOneOf$1 as AuditInfoIdOneOf, type Automation$1 as Automation, type AutomationConfiguration$1 as AutomationConfiguration, type index_d$1_AutomationConfigurationAction as AutomationConfigurationAction, type index_d$1_AutomationConfigurationActionInfoOneOf as AutomationConfigurationActionInfoOneOf, index_d$1_AutomationConfigurationStatus as AutomationConfigurationStatus, type index_d$1_AutomationIdentifier as AutomationIdentifier, type index_d$1_AutomationInfo as AutomationInfo, type index_d$1_AutomationInfoOriginInfoOneOf as AutomationInfoOriginInfoOneOf, type AutomationOriginInfoOneOf$1 as AutomationOriginInfoOneOf, type AutomationSettings$1 as AutomationSettings, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BatchActivationRequest as BatchActivationRequest, index_d$1_BlockType as BlockType, type BulkActionMetadata$1 as BulkActionMetadata, type index_d$1_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$1_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$1_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$1_BulkCancelEventResult as BulkCancelEventResult, type index_d$1_BulkReportEventRequest as BulkReportEventRequest, type index_d$1_BulkReportEventResponse as BulkReportEventResponse, type index_d$1_BulkReportEventResponseNonNullableFields as BulkReportEventResponseNonNullableFields, type index_d$1_BulkReportEventResult as BulkReportEventResult, type index_d$1_CancelEventRequest as CancelEventRequest, type index_d$1_CancelEventResponse as CancelEventResponse, type index_d$1_CancelPendingScheduleRequest as CancelPendingScheduleRequest, type index_d$1_CancelPendingScheduleRequestByOneOf as CancelPendingScheduleRequestByOneOf, type index_d$1_CancelPendingScheduleResponse as CancelPendingScheduleResponse, index_d$1_CancellationReason as CancellationReason, type index_d$1_CancelledStatusInfo as CancelledStatusInfo, type index_d$1_Case as Case, type ConditionAction$1 as ConditionAction, type index_d$1_ConditionActionInfo as ConditionActionInfo, type index_d$1_ConditionBlock as ConditionBlock, type ConditionExpressionGroup$1 as ConditionExpressionGroup, type index_d$1_ConditionFilter as ConditionFilter, type index_d$1_Delay as Delay, type DelayAction$1 as DelayAction, type index_d$1_DelayActionInfo as DelayActionInfo, type index_d$1_DelayHelper as DelayHelper, type index_d$1_DelayOfOneOf as DelayOfOneOf, Domain$1 as Domain, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type DraftInfo$1 as DraftInfo, type Empty$1 as Empty, type index_d$1_EndedStatusInfo as EndedStatusInfo, type index_d$1_EndedStatusInfoTypeInfoOneOf as EndedStatusInfoTypeInfoOneOf, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type index_d$1_EventInfo as EventInfo, type EventMetadata$1 as EventMetadata, type index_d$1_ExecuteFromActionRequest as ExecuteFromActionRequest, type index_d$1_ExecuteFromActionResponse as ExecuteFromActionResponse, type index_d$1_ExpressionEvaluationResult as ExpressionEvaluationResult, type index_d$1_FailedStatusInfo as FailedStatusInfo, type Filter$1 as Filter, type FutureDateActivationOffset$1 as FutureDateActivationOffset, type index_d$1_Idempotency as Idempotency, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_IdentifierType as IdentifierType, type index_d$1_Identity as Identity, type index_d$1_IfFilter as IfFilter, type index_d$1_InitiatedStatusInfo as InitiatedStatusInfo, type ItemMetadata$1 as ItemMetadata, type MessageEnvelope$1 as MessageEnvelope, Operator$1 as Operator, Origin$1 as Origin, type index_d$1_Output as Output, type OutputAction$1 as OutputAction, type index_d$1_PreinstalledIdentifier as PreinstalledIdentifier, type PreinstalledOrigin$1 as PreinstalledOrigin, type RateLimit$1 as RateLimit, type RateLimitAction$1 as RateLimitAction, type index_d$1_RateLimitActionInfo as RateLimitActionInfo, type index_d$1_RateLimiting as RateLimiting, type index_d$1_RefreshPayloadRequest as RefreshPayloadRequest, type index_d$1_RefreshPayloadResponse as RefreshPayloadResponse, type index_d$1_ReportDomainEventRequest as ReportDomainEventRequest, type index_d$1_ReportDomainEventResponse as ReportDomainEventResponse, type index_d$1_ReportEventOptions as ReportEventOptions, type index_d$1_ReportEventRequest as ReportEventRequest, type index_d$1_ReportEventResponse as ReportEventResponse, type index_d$1_ReportEventResponseNonNullableFields as ReportEventResponseNonNullableFields, type RestoreInfo$1 as RestoreInfo, type index_d$1_RunAutomationRequest as RunAutomationRequest, type index_d$1_RunAutomationResponse as RunAutomationResponse, type index_d$1_Runtime as Runtime, type index_d$1_Schedule as Schedule, type index_d$1_ScheduleRequest as ScheduleRequest, type index_d$1_ScheduleResponse as ScheduleResponse, index_d$1_ScheduleStatus as ScheduleStatus, type index_d$1_ScheduledAction as ScheduledAction, type index_d$1_ScheduledStatusInfo as ScheduledStatusInfo, type index_d$1_Scheduler as Scheduler, type index_d$1_Service as Service, type index_d$1_ServiceMapping as ServiceMapping, type index_d$1_SimpleDelay as SimpleDelay, type index_d$1_SpiAction as SpiAction, type index_d$1_StartedStatusInfo as StartedStatusInfo, type index_d$1_StartedStatusInfoAppDefinedActionInfo as StartedStatusInfoAppDefinedActionInfo, type index_d$1_StartedStatusInfoTypeInfoOneOf as StartedStatusInfoTypeInfoOneOf, Status$1 as Status, type index_d$1_SwitchFilter as SwitchFilter, type index_d$1_SystemHelper as SystemHelper, type index_d$1_SystemHelperHelperOneOf as SystemHelperHelperOneOf, index_d$1_Target as Target, TimeUnit$1 as TimeUnit, type Trigger$1 as Trigger, type index_d$1_TriggerInfo as TriggerInfo, Type$1 as Type, index_d$1_Units as Units, type index_d$1_UpdatePendingSchedulesPayloadRequest as UpdatePendingSchedulesPayloadRequest, type index_d$1_UpdatePendingSchedulesPayloadResponse as UpdatePendingSchedulesPayloadResponse, type index_d$1_V1RunAutomationRequest as V1RunAutomationRequest, type index_d$1_V1RunAutomationRequestIdentifierOneOf as V1RunAutomationRequestIdentifierOneOf, type index_d$1_V1RunAutomationResponse as V1RunAutomationResponse, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicOnActivationStatusChangedType as _publicOnActivationStatusChangedType, index_d$1_bulkCancelEvent as bulkCancelEvent, index_d$1_bulkReportEvent as bulkReportEvent, index_d$1_cancelEvent as cancelEvent, index_d$1_onActivationStatusChanged as onActivationStatusChanged, onActivationStatusChanged$1 as publicOnActivationStatusChanged, index_d$1_reportEvent as reportEvent };
|
|
4022
4028
|
}
|
|
4023
4029
|
|
|
4024
4030
|
interface Automation extends AutomationOriginInfoOneOf {
|
|
@@ -4101,6 +4107,12 @@ interface ActionSettings {
|
|
|
4101
4107
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
4102
4108
|
disableConditionAddition?: boolean;
|
|
4103
4109
|
}
|
|
4110
|
+
declare enum Domain {
|
|
4111
|
+
/** User domain (default) */
|
|
4112
|
+
USER = "USER",
|
|
4113
|
+
/** Wix domain */
|
|
4114
|
+
WIX = "WIX"
|
|
4115
|
+
}
|
|
4104
4116
|
interface AuditInfo extends AuditInfoIdOneOf {
|
|
4105
4117
|
/** User ID. */
|
|
4106
4118
|
userId?: string;
|
|
@@ -4568,7 +4580,7 @@ interface BulkActionMetadata {
|
|
|
4568
4580
|
}
|
|
4569
4581
|
interface CreatePreinstalledAutomationRequest {
|
|
4570
4582
|
/** Preinstalled automation to be created. */
|
|
4571
|
-
automation
|
|
4583
|
+
automation: Automation;
|
|
4572
4584
|
/** Optional - hide the created automation behind a spec */
|
|
4573
4585
|
specInfo?: PreinstalledAutomationSpecInfo;
|
|
4574
4586
|
/**
|
|
@@ -4603,7 +4615,7 @@ interface CreatePreinstalledAutomationResponse {
|
|
|
4603
4615
|
}
|
|
4604
4616
|
interface UpdatePreinstalledAutomationRequest {
|
|
4605
4617
|
/** Preinstalled automation to update. */
|
|
4606
|
-
automation
|
|
4618
|
+
automation: Automation;
|
|
4607
4619
|
/** Optional - hide the updated automation behind a spec */
|
|
4608
4620
|
specInfo?: PreinstalledAutomationSpecInfo;
|
|
4609
4621
|
}
|
|
@@ -4613,7 +4625,7 @@ interface UpdatePreinstalledAutomationResponse {
|
|
|
4613
4625
|
}
|
|
4614
4626
|
interface DeletePreinstalledAutomationRequest {
|
|
4615
4627
|
/** Preinstalled Component Id */
|
|
4616
|
-
componentId
|
|
4628
|
+
componentId: string;
|
|
4617
4629
|
/**
|
|
4618
4630
|
* Optional - makes the deletion operation gradual
|
|
4619
4631
|
* The automation will not return if the variant returns for the site
|
|
@@ -5436,6 +5448,7 @@ interface AutomationSettingsNonNullableFields {
|
|
|
5436
5448
|
disableDelete: boolean;
|
|
5437
5449
|
disableStatusChange: boolean;
|
|
5438
5450
|
actionSettings?: ActionSettingsNonNullableFields;
|
|
5451
|
+
domain: Domain;
|
|
5439
5452
|
}
|
|
5440
5453
|
interface AutomationNonNullableFields {
|
|
5441
5454
|
applicationInfo?: ApplicationOriginNonNullableFields;
|
|
@@ -5477,6 +5490,15 @@ interface BulkDeleteAutomationsResponseNonNullableFields {
|
|
|
5477
5490
|
results: BulkDeleteResultNonNullableFields[];
|
|
5478
5491
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
5479
5492
|
}
|
|
5493
|
+
interface CreatePreinstalledAutomationResponseNonNullableFields {
|
|
5494
|
+
automation?: AutomationNonNullableFields;
|
|
5495
|
+
}
|
|
5496
|
+
interface UpdatePreinstalledAutomationResponseNonNullableFields {
|
|
5497
|
+
automation?: AutomationNonNullableFields;
|
|
5498
|
+
}
|
|
5499
|
+
interface QueryPreinstalledAutomationsForAppResponseNonNullableFields {
|
|
5500
|
+
automations: AutomationNonNullableFields[];
|
|
5501
|
+
}
|
|
5480
5502
|
interface QueryAutomationsResponseNonNullableFields {
|
|
5481
5503
|
automations: AutomationNonNullableFields[];
|
|
5482
5504
|
}
|
|
@@ -5704,6 +5726,30 @@ interface UpdateAutomation {
|
|
|
5704
5726
|
/** Namespace */
|
|
5705
5727
|
namespace?: string | null;
|
|
5706
5728
|
}
|
|
5729
|
+
interface CreatePreinstalledAutomationOptions {
|
|
5730
|
+
/** Optional - hide the created automation behind a spec */
|
|
5731
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5732
|
+
/**
|
|
5733
|
+
* Optional - the information about the original site automation that was used to create this preinstalled automation
|
|
5734
|
+
* Usually an existing automation in a site is used to create the preinstalled automation, this is the relevant information.
|
|
5735
|
+
*/
|
|
5736
|
+
originAutomationInfo?: OriginAutomationInfo;
|
|
5737
|
+
}
|
|
5738
|
+
interface UpdatePreinstalledAutomationOptions {
|
|
5739
|
+
/** Optional - hide the updated automation behind a spec */
|
|
5740
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5741
|
+
}
|
|
5742
|
+
interface DeletePreinstalledAutomationOptions {
|
|
5743
|
+
/**
|
|
5744
|
+
* Optional - makes the deletion operation gradual
|
|
5745
|
+
* The automation will not return if the variant returns for the site
|
|
5746
|
+
*/
|
|
5747
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
5748
|
+
}
|
|
5749
|
+
interface QueryPreinstalledAutomationsForAppOptions {
|
|
5750
|
+
/** WQL expression. */
|
|
5751
|
+
query?: CommonCursorQuery;
|
|
5752
|
+
}
|
|
5707
5753
|
interface QueryCursorResult {
|
|
5708
5754
|
cursors: Cursors;
|
|
5709
5755
|
hasNext: () => boolean;
|
|
@@ -5895,6 +5941,37 @@ interface BulkDeleteAutomationsSignature {
|
|
|
5895
5941
|
*/
|
|
5896
5942
|
(automationIds: string[]): Promise<BulkDeleteAutomationsResponse & BulkDeleteAutomationsResponseNonNullableFields>;
|
|
5897
5943
|
}
|
|
5944
|
+
declare function createPreinstalledAutomation$1(httpClient: HttpClient): CreatePreinstalledAutomationSignature;
|
|
5945
|
+
interface CreatePreinstalledAutomationSignature {
|
|
5946
|
+
/**
|
|
5947
|
+
* Creates a Preinstalled Automation.
|
|
5948
|
+
* @param - Preinstalled automation to be created.
|
|
5949
|
+
*/
|
|
5950
|
+
(automation: Automation, options?: CreatePreinstalledAutomationOptions | undefined): Promise<CreatePreinstalledAutomationResponse & CreatePreinstalledAutomationResponseNonNullableFields>;
|
|
5951
|
+
}
|
|
5952
|
+
declare function updatePreinstalledAutomation$1(httpClient: HttpClient): UpdatePreinstalledAutomationSignature;
|
|
5953
|
+
interface UpdatePreinstalledAutomationSignature {
|
|
5954
|
+
/**
|
|
5955
|
+
* Updates a Preinstalled Automation.
|
|
5956
|
+
* @param - Preinstalled automation to update.
|
|
5957
|
+
*/
|
|
5958
|
+
(automation: Automation, options?: UpdatePreinstalledAutomationOptions | undefined): Promise<UpdatePreinstalledAutomationResponse & UpdatePreinstalledAutomationResponseNonNullableFields>;
|
|
5959
|
+
}
|
|
5960
|
+
declare function deletePreinstalledAutomation$1(httpClient: HttpClient): DeletePreinstalledAutomationSignature;
|
|
5961
|
+
interface DeletePreinstalledAutomationSignature {
|
|
5962
|
+
/**
|
|
5963
|
+
* Deletes a Preinstalled Automation.
|
|
5964
|
+
* @param - Preinstalled Component Id
|
|
5965
|
+
*/
|
|
5966
|
+
(componentId: string, options?: DeletePreinstalledAutomationOptions | undefined): Promise<void>;
|
|
5967
|
+
}
|
|
5968
|
+
declare function queryPreinstalledAutomationsForApp$1(httpClient: HttpClient): QueryPreinstalledAutomationsForAppSignature;
|
|
5969
|
+
interface QueryPreinstalledAutomationsForAppSignature {
|
|
5970
|
+
/**
|
|
5971
|
+
* Allows an app to query for his preinstalled automations
|
|
5972
|
+
*/
|
|
5973
|
+
(options?: QueryPreinstalledAutomationsForAppOptions | undefined): Promise<QueryPreinstalledAutomationsForAppResponse & QueryPreinstalledAutomationsForAppResponseNonNullableFields>;
|
|
5974
|
+
}
|
|
5898
5975
|
declare function queryAutomations$1(httpClient: HttpClient): QueryAutomationsSignature;
|
|
5899
5976
|
interface QueryAutomationsSignature {
|
|
5900
5977
|
/**
|
|
@@ -6017,6 +6094,10 @@ declare const getAutomation: MaybeContext<BuildRESTFunction<typeof getAutomation
|
|
|
6017
6094
|
declare const updateAutomation: MaybeContext<BuildRESTFunction<typeof updateAutomation$1> & typeof updateAutomation$1>;
|
|
6018
6095
|
declare const deleteAutomation: MaybeContext<BuildRESTFunction<typeof deleteAutomation$1> & typeof deleteAutomation$1>;
|
|
6019
6096
|
declare const bulkDeleteAutomations: MaybeContext<BuildRESTFunction<typeof bulkDeleteAutomations$1> & typeof bulkDeleteAutomations$1>;
|
|
6097
|
+
declare const createPreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof createPreinstalledAutomation$1> & typeof createPreinstalledAutomation$1>;
|
|
6098
|
+
declare const updatePreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof updatePreinstalledAutomation$1> & typeof updatePreinstalledAutomation$1>;
|
|
6099
|
+
declare const deletePreinstalledAutomation: MaybeContext<BuildRESTFunction<typeof deletePreinstalledAutomation$1> & typeof deletePreinstalledAutomation$1>;
|
|
6100
|
+
declare const queryPreinstalledAutomationsForApp: MaybeContext<BuildRESTFunction<typeof queryPreinstalledAutomationsForApp$1> & typeof queryPreinstalledAutomationsForApp$1>;
|
|
6020
6101
|
declare const queryAutomations: MaybeContext<BuildRESTFunction<typeof queryAutomations$1> & typeof queryAutomations$1>;
|
|
6021
6102
|
declare const copyAutomation: MaybeContext<BuildRESTFunction<typeof copyAutomation$1> & typeof copyAutomation$1>;
|
|
6022
6103
|
declare const createDraftAutomation: MaybeContext<BuildRESTFunction<typeof createDraftAutomation$1> & typeof createDraftAutomation$1>;
|
|
@@ -6115,8 +6196,10 @@ type index_d_CreateDraftAutomationOptions = CreateDraftAutomationOptions;
|
|
|
6115
6196
|
type index_d_CreateDraftAutomationRequest = CreateDraftAutomationRequest;
|
|
6116
6197
|
type index_d_CreateDraftAutomationResponse = CreateDraftAutomationResponse;
|
|
6117
6198
|
type index_d_CreateDraftAutomationResponseNonNullableFields = CreateDraftAutomationResponseNonNullableFields;
|
|
6199
|
+
type index_d_CreatePreinstalledAutomationOptions = CreatePreinstalledAutomationOptions;
|
|
6118
6200
|
type index_d_CreatePreinstalledAutomationRequest = CreatePreinstalledAutomationRequest;
|
|
6119
6201
|
type index_d_CreatePreinstalledAutomationResponse = CreatePreinstalledAutomationResponse;
|
|
6202
|
+
type index_d_CreatePreinstalledAutomationResponseNonNullableFields = CreatePreinstalledAutomationResponseNonNullableFields;
|
|
6120
6203
|
type index_d_CursorPaging = CursorPaging;
|
|
6121
6204
|
type index_d_CursorPagingMetadata = CursorPagingMetadata;
|
|
6122
6205
|
type index_d_CursorQuery = CursorQuery;
|
|
@@ -6128,11 +6211,14 @@ type index_d_DeleteAutomationResponse = DeleteAutomationResponse;
|
|
|
6128
6211
|
type index_d_DeleteContext = DeleteContext;
|
|
6129
6212
|
type index_d_DeleteDraftAutomationRequest = DeleteDraftAutomationRequest;
|
|
6130
6213
|
type index_d_DeleteDraftAutomationResponse = DeleteDraftAutomationResponse;
|
|
6214
|
+
type index_d_DeletePreinstalledAutomationOptions = DeletePreinstalledAutomationOptions;
|
|
6131
6215
|
type index_d_DeletePreinstalledAutomationRequest = DeletePreinstalledAutomationRequest;
|
|
6132
6216
|
type index_d_DeletePreinstalledAutomationResponse = DeletePreinstalledAutomationResponse;
|
|
6133
6217
|
type index_d_DeleteStatus = DeleteStatus;
|
|
6134
6218
|
declare const index_d_DeleteStatus: typeof DeleteStatus;
|
|
6135
6219
|
type index_d_DeletedWithEntity = DeletedWithEntity;
|
|
6220
|
+
type index_d_Domain = Domain;
|
|
6221
|
+
declare const index_d_Domain: typeof Domain;
|
|
6136
6222
|
type index_d_DomainEvent = DomainEvent;
|
|
6137
6223
|
type index_d_DomainEventBodyOneOf = DomainEventBodyOneOf;
|
|
6138
6224
|
type index_d_DraftInfo = DraftInfo;
|
|
@@ -6188,8 +6274,10 @@ type index_d_QueryAutomationsWithDraftsOptions = QueryAutomationsWithDraftsOptio
|
|
|
6188
6274
|
type index_d_QueryAutomationsWithDraftsRequest = QueryAutomationsWithDraftsRequest;
|
|
6189
6275
|
type index_d_QueryAutomationsWithDraftsResponse = QueryAutomationsWithDraftsResponse;
|
|
6190
6276
|
type index_d_QueryAutomationsWithDraftsResponseNonNullableFields = QueryAutomationsWithDraftsResponseNonNullableFields;
|
|
6277
|
+
type index_d_QueryPreinstalledAutomationsForAppOptions = QueryPreinstalledAutomationsForAppOptions;
|
|
6191
6278
|
type index_d_QueryPreinstalledAutomationsForAppRequest = QueryPreinstalledAutomationsForAppRequest;
|
|
6192
6279
|
type index_d_QueryPreinstalledAutomationsForAppResponse = QueryPreinstalledAutomationsForAppResponse;
|
|
6280
|
+
type index_d_QueryPreinstalledAutomationsForAppResponseNonNullableFields = QueryPreinstalledAutomationsForAppResponseNonNullableFields;
|
|
6193
6281
|
type index_d_Quota = Quota;
|
|
6194
6282
|
type index_d_QuotaInfo = QuotaInfo;
|
|
6195
6283
|
type index_d_RateLimit = RateLimit;
|
|
@@ -6238,8 +6326,10 @@ type index_d_UpdateDraftAutomation = UpdateDraftAutomation;
|
|
|
6238
6326
|
type index_d_UpdateDraftAutomationRequest = UpdateDraftAutomationRequest;
|
|
6239
6327
|
type index_d_UpdateDraftAutomationResponse = UpdateDraftAutomationResponse;
|
|
6240
6328
|
type index_d_UpdateDraftAutomationResponseNonNullableFields = UpdateDraftAutomationResponseNonNullableFields;
|
|
6329
|
+
type index_d_UpdatePreinstalledAutomationOptions = UpdatePreinstalledAutomationOptions;
|
|
6241
6330
|
type index_d_UpdatePreinstalledAutomationRequest = UpdatePreinstalledAutomationRequest;
|
|
6242
6331
|
type index_d_UpdatePreinstalledAutomationResponse = UpdatePreinstalledAutomationResponse;
|
|
6332
|
+
type index_d_UpdatePreinstalledAutomationResponseNonNullableFields = UpdatePreinstalledAutomationResponseNonNullableFields;
|
|
6243
6333
|
type index_d_UpdatedWithPreviousEntity = UpdatedWithPreviousEntity;
|
|
6244
6334
|
type index_d_UpgradeCTA = UpgradeCTA;
|
|
6245
6335
|
type index_d_ValidateAutomationOptions = ValidateAutomationOptions;
|
|
@@ -6262,8 +6352,10 @@ declare const index_d_bulkDeleteAutomations: typeof bulkDeleteAutomations;
|
|
|
6262
6352
|
declare const index_d_copyAutomation: typeof copyAutomation;
|
|
6263
6353
|
declare const index_d_createAutomation: typeof createAutomation;
|
|
6264
6354
|
declare const index_d_createDraftAutomation: typeof createDraftAutomation;
|
|
6355
|
+
declare const index_d_createPreinstalledAutomation: typeof createPreinstalledAutomation;
|
|
6265
6356
|
declare const index_d_deleteAutomation: typeof deleteAutomation;
|
|
6266
6357
|
declare const index_d_deleteDraftAutomation: typeof deleteDraftAutomation;
|
|
6358
|
+
declare const index_d_deletePreinstalledAutomation: typeof deletePreinstalledAutomation;
|
|
6267
6359
|
declare const index_d_getActionsQuotaInfo: typeof getActionsQuotaInfo;
|
|
6268
6360
|
declare const index_d_getAutomation: typeof getAutomation;
|
|
6269
6361
|
declare const index_d_getAutomationActionSchema: typeof getAutomationActionSchema;
|
|
@@ -6276,11 +6368,13 @@ declare const index_d_onAutomationUpdatedWithPreviousEntity: typeof onAutomation
|
|
|
6276
6368
|
declare const index_d_publishDraftAutomation: typeof publishDraftAutomation;
|
|
6277
6369
|
declare const index_d_queryAutomations: typeof queryAutomations;
|
|
6278
6370
|
declare const index_d_queryAutomationsWithDrafts: typeof queryAutomationsWithDrafts;
|
|
6371
|
+
declare const index_d_queryPreinstalledAutomationsForApp: typeof queryPreinstalledAutomationsForApp;
|
|
6279
6372
|
declare const index_d_updateAutomation: typeof updateAutomation;
|
|
6280
6373
|
declare const index_d_updateDraftAutomation: typeof updateDraftAutomation;
|
|
6374
|
+
declare const index_d_updatePreinstalledAutomation: typeof updatePreinstalledAutomation;
|
|
6281
6375
|
declare const index_d_validateAutomation: typeof validateAutomation;
|
|
6282
6376
|
declare namespace index_d {
|
|
6283
|
-
export { type index_d_Action as Action, type index_d_ActionConfigurationError as ActionConfigurationError, index_d_ActionErrorType as ActionErrorType, type index_d_ActionEvent as ActionEvent, type index_d_ActionInfoOneOf as ActionInfoOneOf, type index_d_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type index_d_ActionQuotaInfo as ActionQuotaInfo, type index_d_ActionSettings as ActionSettings, type index_d_ActionValidationError as ActionValidationError, type index_d_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type index_d_ActionValidationInfo as ActionValidationInfo, type index_d_AdditionalInfo as AdditionalInfo, type index_d_AppDefinedAction as AppDefinedAction, type index_d_ApplicationError as ApplicationError, type index_d_ApplicationOrigin as ApplicationOrigin, type index_d_Asset as Asset, type index_d_AuditInfo as AuditInfo, type index_d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d_Automation as Automation, type index_d_AutomationConfiguration as AutomationConfiguration, type index_d_AutomationConfigurationError as AutomationConfigurationError, type index_d_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type index_d_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type index_d_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, index_d_AutomationErrorType as AutomationErrorType, type index_d_AutomationNonNullableFields as AutomationNonNullableFields, type index_d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d_AutomationSettings as AutomationSettings, type index_d_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type index_d_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type index_d_AutomationValidationError as AutomationValidationError, type index_d_AutomationValidationErrorErrorOneOf as AutomationValidationErrorErrorOneOf, index_d_AutomationValidationErrorValidationErrorType as AutomationValidationErrorValidationErrorType, type index_d_AutomationsQueryBuilder as AutomationsQueryBuilder, type index_d_AutomationsQueryResult as AutomationsQueryResult, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type index_d_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type index_d_BulkDeleteAutomationsResponseNonNullableFields as BulkDeleteAutomationsResponseNonNullableFields, type index_d_BulkDeleteResult as BulkDeleteResult, type index_d_CTA as CTA, type index_d_CommonCursorPaging as CommonCursorPaging, type index_d_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d_CommonCursorQuery as CommonCursorQuery, type index_d_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d_CommonCursors as CommonCursors, index_d_CommonSortOrder as CommonSortOrder, type index_d_CommonSorting as CommonSorting, type index_d_ConditionAction as ConditionAction, type index_d_ConditionExpressionGroup as ConditionExpressionGroup, type index_d_CopyAutomationOptions as CopyAutomationOptions, type index_d_CopyAutomationRequest as CopyAutomationRequest, type index_d_CopyAutomationResponse as CopyAutomationResponse, type index_d_CopyAutomationResponseNonNullableFields as CopyAutomationResponseNonNullableFields, type index_d_CreateAutomationRequest as CreateAutomationRequest, type index_d_CreateAutomationResponse as CreateAutomationResponse, type index_d_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type index_d_CreateDraftAutomationOptions as CreateDraftAutomationOptions, type index_d_CreateDraftAutomationRequest as CreateDraftAutomationRequest, type index_d_CreateDraftAutomationResponse as CreateDraftAutomationResponse, type index_d_CreateDraftAutomationResponseNonNullableFields as CreateDraftAutomationResponseNonNullableFields, type index_d_CreatePreinstalledAutomationRequest as CreatePreinstalledAutomationRequest, type index_d_CreatePreinstalledAutomationResponse as CreatePreinstalledAutomationResponse, type index_d_CursorPaging as CursorPaging, type index_d_CursorPagingMetadata as CursorPagingMetadata, type index_d_CursorQuery as CursorQuery, type index_d_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d_Cursors as Cursors, type index_d_DelayAction as DelayAction, type index_d_DeleteAutomationRequest as DeleteAutomationRequest, type index_d_DeleteAutomationResponse as DeleteAutomationResponse, type index_d_DeleteContext as DeleteContext, type index_d_DeleteDraftAutomationRequest as DeleteDraftAutomationRequest, type index_d_DeleteDraftAutomationResponse as DeleteDraftAutomationResponse, type index_d_DeletePreinstalledAutomationRequest as DeletePreinstalledAutomationRequest, type index_d_DeletePreinstalledAutomationResponse as DeletePreinstalledAutomationResponse, index_d_DeleteStatus as DeleteStatus, type index_d_DeletedWithEntity as DeletedWithEntity, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_DraftInfo as DraftInfo, type index_d_DraftsInfo as DraftsInfo, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Filter as Filter, type index_d_FutureDateActivationOffset as FutureDateActivationOffset, type index_d_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type index_d_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type index_d_GetActionsQuotaInfoResponseNonNullableFields as GetActionsQuotaInfoResponseNonNullableFields, type index_d_GetAutomationActionSchemaIdentifiers as GetAutomationActionSchemaIdentifiers, type index_d_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type index_d_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type index_d_GetAutomationOptions as GetAutomationOptions, type index_d_GetAutomationRequest as GetAutomationRequest, type index_d_GetAutomationResponse as GetAutomationResponse, type index_d_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type index_d_GetAutomationRevisionRequest as GetAutomationRevisionRequest, type index_d_GetAutomationRevisionResponse as GetAutomationRevisionResponse, type index_d_GetOrCreateDraftAutomationRequest as GetOrCreateDraftAutomationRequest, type index_d_GetOrCreateDraftAutomationResponse as GetOrCreateDraftAutomationResponse, type index_d_GetOrCreateDraftAutomationResponseNonNullableFields as GetOrCreateDraftAutomationResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ItemMetadata as ItemMetadata, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d_Namespace as Namespace, type index_d_NamespaceChanged as NamespaceChanged, index_d_Operator as Operator, index_d_Origin as Origin, type index_d_OriginAutomationInfo as OriginAutomationInfo, type index_d_OutputAction as OutputAction, type index_d_Plan as Plan, type index_d_PreinstalledAutomationSpecInfo as PreinstalledAutomationSpecInfo, type index_d_PreinstalledOrigin as PreinstalledOrigin, type index_d_ProviderConfigurationError as ProviderConfigurationError, type index_d_PublishDraftAutomationRequest as PublishDraftAutomationRequest, type index_d_PublishDraftAutomationResponse as PublishDraftAutomationResponse, type index_d_PublishDraftAutomationResponseNonNullableFields as PublishDraftAutomationResponseNonNullableFields, type index_d_QueryAutomationsRequest as QueryAutomationsRequest, type index_d_QueryAutomationsResponse as QueryAutomationsResponse, type index_d_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type index_d_QueryAutomationsWithDraftsOptions as QueryAutomationsWithDraftsOptions, type index_d_QueryAutomationsWithDraftsRequest as QueryAutomationsWithDraftsRequest, type index_d_QueryAutomationsWithDraftsResponse as QueryAutomationsWithDraftsResponse, type index_d_QueryAutomationsWithDraftsResponseNonNullableFields as QueryAutomationsWithDraftsResponseNonNullableFields, type index_d_QueryPreinstalledAutomationsForAppRequest as QueryPreinstalledAutomationsForAppRequest, type index_d_QueryPreinstalledAutomationsForAppResponse as QueryPreinstalledAutomationsForAppResponse, type index_d_Quota as Quota, type index_d_QuotaInfo as QuotaInfo, type index_d_RateLimit as RateLimit, type index_d_RateLimitAction as RateLimitAction, type index_d_RestoreInfo as RestoreInfo, type index_d_ServiceProvisioned as ServiceProvisioned, type index_d_ServiceRemoved as ServiceRemoved, type index_d_SiteCreated as SiteCreated, index_d_SiteCreatedContext as SiteCreatedContext, type index_d_SiteDeleted as SiteDeleted, type index_d_SiteHardDeleted as SiteHardDeleted, type index_d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d_SitePublished as SitePublished, type index_d_SiteRenamed as SiteRenamed, type index_d_SiteTransferred as SiteTransferred, type index_d_SiteUndeleted as SiteUndeleted, type index_d_SiteUnpublished as SiteUnpublished, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, index_d_Status as Status, type index_d_StudioAssigned as StudioAssigned, type index_d_StudioUnassigned as StudioUnassigned, index_d_TimeUnit as TimeUnit, type index_d_Trigger as Trigger, type index_d_TriggerConfigurationError as TriggerConfigurationError, index_d_TriggerErrorType as TriggerErrorType, type index_d_TriggerValidationError as TriggerValidationError, type index_d_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, index_d_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, index_d_Type as Type, type index_d_UpdateAutomation as UpdateAutomation, type index_d_UpdateAutomationRequest as UpdateAutomationRequest, type index_d_UpdateAutomationResponse as UpdateAutomationResponse, type index_d_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type index_d_UpdateDraftAutomation as UpdateDraftAutomation, type index_d_UpdateDraftAutomationRequest as UpdateDraftAutomationRequest, type index_d_UpdateDraftAutomationResponse as UpdateDraftAutomationResponse, type index_d_UpdateDraftAutomationResponseNonNullableFields as UpdateDraftAutomationResponseNonNullableFields, type index_d_UpdatePreinstalledAutomationRequest as UpdatePreinstalledAutomationRequest, type index_d_UpdatePreinstalledAutomationResponse as UpdatePreinstalledAutomationResponse, type index_d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d_UpgradeCTA as UpgradeCTA, type index_d_ValidateAutomationOptions as ValidateAutomationOptions, type index_d_ValidateAutomationRequest as ValidateAutomationRequest, type index_d_ValidateAutomationResponse as ValidateAutomationResponse, type index_d_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, index_d_ValidationErrorSeverity as ValidationErrorSeverity, index_d_ValidationErrorType as ValidationErrorType, type index_d_ValidationSettings as ValidationSettings, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnAutomationCreatedType as _publicOnAutomationCreatedType, type index_d__publicOnAutomationDeletedType as _publicOnAutomationDeletedType, type index_d__publicOnAutomationDeletedWithEntityType as _publicOnAutomationDeletedWithEntityType, type index_d__publicOnAutomationUpdatedType as _publicOnAutomationUpdatedType, type index_d__publicOnAutomationUpdatedWithPreviousEntityType as _publicOnAutomationUpdatedWithPreviousEntityType, index_d_bulkDeleteAutomations as bulkDeleteAutomations, index_d_copyAutomation as copyAutomation, index_d_createAutomation as createAutomation, index_d_createDraftAutomation as createDraftAutomation, index_d_deleteAutomation as deleteAutomation, index_d_deleteDraftAutomation as deleteDraftAutomation, index_d_getActionsQuotaInfo as getActionsQuotaInfo, index_d_getAutomation as getAutomation, index_d_getAutomationActionSchema as getAutomationActionSchema, index_d_getOrCreateDraftAutomation as getOrCreateDraftAutomation, index_d_onAutomationCreated as onAutomationCreated, index_d_onAutomationDeleted as onAutomationDeleted, index_d_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, index_d_onAutomationUpdated as onAutomationUpdated, index_d_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, onAutomationCreated$1 as publicOnAutomationCreated, onAutomationDeleted$1 as publicOnAutomationDeleted, onAutomationDeletedWithEntity$1 as publicOnAutomationDeletedWithEntity, onAutomationUpdated$1 as publicOnAutomationUpdated, onAutomationUpdatedWithPreviousEntity$1 as publicOnAutomationUpdatedWithPreviousEntity, index_d_publishDraftAutomation as publishDraftAutomation, index_d_queryAutomations as queryAutomations, index_d_queryAutomationsWithDrafts as queryAutomationsWithDrafts, index_d_updateAutomation as updateAutomation, index_d_updateDraftAutomation as updateDraftAutomation, index_d_validateAutomation as validateAutomation };
|
|
6377
|
+
export { type index_d_Action as Action, type index_d_ActionConfigurationError as ActionConfigurationError, index_d_ActionErrorType as ActionErrorType, type index_d_ActionEvent as ActionEvent, type index_d_ActionInfoOneOf as ActionInfoOneOf, type index_d_ActionProviderQuotaInfo as ActionProviderQuotaInfo, type index_d_ActionQuotaInfo as ActionQuotaInfo, type index_d_ActionSettings as ActionSettings, type index_d_ActionValidationError as ActionValidationError, type index_d_ActionValidationErrorErrorOneOf as ActionValidationErrorErrorOneOf, type index_d_ActionValidationInfo as ActionValidationInfo, type index_d_AdditionalInfo as AdditionalInfo, type index_d_AppDefinedAction as AppDefinedAction, type index_d_ApplicationError as ApplicationError, type index_d_ApplicationOrigin as ApplicationOrigin, type index_d_Asset as Asset, type index_d_AuditInfo as AuditInfo, type index_d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d_Automation as Automation, type index_d_AutomationConfiguration as AutomationConfiguration, type index_d_AutomationConfigurationError as AutomationConfigurationError, type index_d_AutomationCreatedEnvelope as AutomationCreatedEnvelope, type index_d_AutomationDeletedEnvelope as AutomationDeletedEnvelope, type index_d_AutomationDeletedWithEntityEnvelope as AutomationDeletedWithEntityEnvelope, index_d_AutomationErrorType as AutomationErrorType, type index_d_AutomationNonNullableFields as AutomationNonNullableFields, type index_d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d_AutomationSettings as AutomationSettings, type index_d_AutomationUpdatedEnvelope as AutomationUpdatedEnvelope, type index_d_AutomationUpdatedWithPreviousEntityEnvelope as AutomationUpdatedWithPreviousEntityEnvelope, type index_d_AutomationValidationError as AutomationValidationError, type index_d_AutomationValidationErrorErrorOneOf as AutomationValidationErrorErrorOneOf, index_d_AutomationValidationErrorValidationErrorType as AutomationValidationErrorValidationErrorType, type index_d_AutomationsQueryBuilder as AutomationsQueryBuilder, type index_d_AutomationsQueryResult as AutomationsQueryResult, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkActionMetadata as BulkActionMetadata, type index_d_BulkDeleteAutomationsRequest as BulkDeleteAutomationsRequest, type index_d_BulkDeleteAutomationsResponse as BulkDeleteAutomationsResponse, type index_d_BulkDeleteAutomationsResponseNonNullableFields as BulkDeleteAutomationsResponseNonNullableFields, type index_d_BulkDeleteResult as BulkDeleteResult, type index_d_CTA as CTA, type index_d_CommonCursorPaging as CommonCursorPaging, type index_d_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d_CommonCursorQuery as CommonCursorQuery, type index_d_CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOf, type index_d_CommonCursors as CommonCursors, index_d_CommonSortOrder as CommonSortOrder, type index_d_CommonSorting as CommonSorting, type index_d_ConditionAction as ConditionAction, type index_d_ConditionExpressionGroup as ConditionExpressionGroup, type index_d_CopyAutomationOptions as CopyAutomationOptions, type index_d_CopyAutomationRequest as CopyAutomationRequest, type index_d_CopyAutomationResponse as CopyAutomationResponse, type index_d_CopyAutomationResponseNonNullableFields as CopyAutomationResponseNonNullableFields, type index_d_CreateAutomationRequest as CreateAutomationRequest, type index_d_CreateAutomationResponse as CreateAutomationResponse, type index_d_CreateAutomationResponseNonNullableFields as CreateAutomationResponseNonNullableFields, type index_d_CreateDraftAutomationOptions as CreateDraftAutomationOptions, type index_d_CreateDraftAutomationRequest as CreateDraftAutomationRequest, type index_d_CreateDraftAutomationResponse as CreateDraftAutomationResponse, type index_d_CreateDraftAutomationResponseNonNullableFields as CreateDraftAutomationResponseNonNullableFields, type index_d_CreatePreinstalledAutomationOptions as CreatePreinstalledAutomationOptions, type index_d_CreatePreinstalledAutomationRequest as CreatePreinstalledAutomationRequest, type index_d_CreatePreinstalledAutomationResponse as CreatePreinstalledAutomationResponse, type index_d_CreatePreinstalledAutomationResponseNonNullableFields as CreatePreinstalledAutomationResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_CursorPagingMetadata as CursorPagingMetadata, type index_d_CursorQuery as CursorQuery, type index_d_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d_Cursors as Cursors, type index_d_DelayAction as DelayAction, type index_d_DeleteAutomationRequest as DeleteAutomationRequest, type index_d_DeleteAutomationResponse as DeleteAutomationResponse, type index_d_DeleteContext as DeleteContext, type index_d_DeleteDraftAutomationRequest as DeleteDraftAutomationRequest, type index_d_DeleteDraftAutomationResponse as DeleteDraftAutomationResponse, type index_d_DeletePreinstalledAutomationOptions as DeletePreinstalledAutomationOptions, type index_d_DeletePreinstalledAutomationRequest as DeletePreinstalledAutomationRequest, type index_d_DeletePreinstalledAutomationResponse as DeletePreinstalledAutomationResponse, index_d_DeleteStatus as DeleteStatus, type index_d_DeletedWithEntity as DeletedWithEntity, index_d_Domain as Domain, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_DraftInfo as DraftInfo, type index_d_DraftsInfo as DraftsInfo, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_Filter as Filter, type index_d_FutureDateActivationOffset as FutureDateActivationOffset, type index_d_GetActionsQuotaInfoRequest as GetActionsQuotaInfoRequest, type index_d_GetActionsQuotaInfoResponse as GetActionsQuotaInfoResponse, type index_d_GetActionsQuotaInfoResponseNonNullableFields as GetActionsQuotaInfoResponseNonNullableFields, type index_d_GetAutomationActionSchemaIdentifiers as GetAutomationActionSchemaIdentifiers, type index_d_GetAutomationActionSchemaRequest as GetAutomationActionSchemaRequest, type index_d_GetAutomationActionSchemaResponse as GetAutomationActionSchemaResponse, type index_d_GetAutomationOptions as GetAutomationOptions, type index_d_GetAutomationRequest as GetAutomationRequest, type index_d_GetAutomationResponse as GetAutomationResponse, type index_d_GetAutomationResponseNonNullableFields as GetAutomationResponseNonNullableFields, type index_d_GetAutomationRevisionRequest as GetAutomationRevisionRequest, type index_d_GetAutomationRevisionResponse as GetAutomationRevisionResponse, type index_d_GetOrCreateDraftAutomationRequest as GetOrCreateDraftAutomationRequest, type index_d_GetOrCreateDraftAutomationResponse as GetOrCreateDraftAutomationResponse, type index_d_GetOrCreateDraftAutomationResponseNonNullableFields as GetOrCreateDraftAutomationResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ItemMetadata as ItemMetadata, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, index_d_Namespace as Namespace, type index_d_NamespaceChanged as NamespaceChanged, index_d_Operator as Operator, index_d_Origin as Origin, type index_d_OriginAutomationInfo as OriginAutomationInfo, type index_d_OutputAction as OutputAction, type index_d_Plan as Plan, type index_d_PreinstalledAutomationSpecInfo as PreinstalledAutomationSpecInfo, type index_d_PreinstalledOrigin as PreinstalledOrigin, type index_d_ProviderConfigurationError as ProviderConfigurationError, type index_d_PublishDraftAutomationRequest as PublishDraftAutomationRequest, type index_d_PublishDraftAutomationResponse as PublishDraftAutomationResponse, type index_d_PublishDraftAutomationResponseNonNullableFields as PublishDraftAutomationResponseNonNullableFields, type index_d_QueryAutomationsRequest as QueryAutomationsRequest, type index_d_QueryAutomationsResponse as QueryAutomationsResponse, type index_d_QueryAutomationsResponseNonNullableFields as QueryAutomationsResponseNonNullableFields, type index_d_QueryAutomationsWithDraftsOptions as QueryAutomationsWithDraftsOptions, type index_d_QueryAutomationsWithDraftsRequest as QueryAutomationsWithDraftsRequest, type index_d_QueryAutomationsWithDraftsResponse as QueryAutomationsWithDraftsResponse, type index_d_QueryAutomationsWithDraftsResponseNonNullableFields as QueryAutomationsWithDraftsResponseNonNullableFields, type index_d_QueryPreinstalledAutomationsForAppOptions as QueryPreinstalledAutomationsForAppOptions, type index_d_QueryPreinstalledAutomationsForAppRequest as QueryPreinstalledAutomationsForAppRequest, type index_d_QueryPreinstalledAutomationsForAppResponse as QueryPreinstalledAutomationsForAppResponse, type index_d_QueryPreinstalledAutomationsForAppResponseNonNullableFields as QueryPreinstalledAutomationsForAppResponseNonNullableFields, type index_d_Quota as Quota, type index_d_QuotaInfo as QuotaInfo, type index_d_RateLimit as RateLimit, type index_d_RateLimitAction as RateLimitAction, type index_d_RestoreInfo as RestoreInfo, type index_d_ServiceProvisioned as ServiceProvisioned, type index_d_ServiceRemoved as ServiceRemoved, type index_d_SiteCreated as SiteCreated, index_d_SiteCreatedContext as SiteCreatedContext, type index_d_SiteDeleted as SiteDeleted, type index_d_SiteHardDeleted as SiteHardDeleted, type index_d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d_SitePublished as SitePublished, type index_d_SiteRenamed as SiteRenamed, type index_d_SiteTransferred as SiteTransferred, type index_d_SiteUndeleted as SiteUndeleted, type index_d_SiteUnpublished as SiteUnpublished, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, index_d_Status as Status, type index_d_StudioAssigned as StudioAssigned, type index_d_StudioUnassigned as StudioUnassigned, index_d_TimeUnit as TimeUnit, type index_d_Trigger as Trigger, type index_d_TriggerConfigurationError as TriggerConfigurationError, index_d_TriggerErrorType as TriggerErrorType, type index_d_TriggerValidationError as TriggerValidationError, type index_d_TriggerValidationErrorErrorOneOf as TriggerValidationErrorErrorOneOf, index_d_TriggerValidationErrorValidationErrorType as TriggerValidationErrorValidationErrorType, index_d_Type as Type, type index_d_UpdateAutomation as UpdateAutomation, type index_d_UpdateAutomationRequest as UpdateAutomationRequest, type index_d_UpdateAutomationResponse as UpdateAutomationResponse, type index_d_UpdateAutomationResponseNonNullableFields as UpdateAutomationResponseNonNullableFields, type index_d_UpdateDraftAutomation as UpdateDraftAutomation, type index_d_UpdateDraftAutomationRequest as UpdateDraftAutomationRequest, type index_d_UpdateDraftAutomationResponse as UpdateDraftAutomationResponse, type index_d_UpdateDraftAutomationResponseNonNullableFields as UpdateDraftAutomationResponseNonNullableFields, type index_d_UpdatePreinstalledAutomationOptions as UpdatePreinstalledAutomationOptions, type index_d_UpdatePreinstalledAutomationRequest as UpdatePreinstalledAutomationRequest, type index_d_UpdatePreinstalledAutomationResponse as UpdatePreinstalledAutomationResponse, type index_d_UpdatePreinstalledAutomationResponseNonNullableFields as UpdatePreinstalledAutomationResponseNonNullableFields, type index_d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d_UpgradeCTA as UpgradeCTA, type index_d_ValidateAutomationOptions as ValidateAutomationOptions, type index_d_ValidateAutomationRequest as ValidateAutomationRequest, type index_d_ValidateAutomationResponse as ValidateAutomationResponse, type index_d_ValidateAutomationResponseNonNullableFields as ValidateAutomationResponseNonNullableFields, index_d_ValidationErrorSeverity as ValidationErrorSeverity, index_d_ValidationErrorType as ValidationErrorType, type index_d_ValidationSettings as ValidationSettings, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnAutomationCreatedType as _publicOnAutomationCreatedType, type index_d__publicOnAutomationDeletedType as _publicOnAutomationDeletedType, type index_d__publicOnAutomationDeletedWithEntityType as _publicOnAutomationDeletedWithEntityType, type index_d__publicOnAutomationUpdatedType as _publicOnAutomationUpdatedType, type index_d__publicOnAutomationUpdatedWithPreviousEntityType as _publicOnAutomationUpdatedWithPreviousEntityType, index_d_bulkDeleteAutomations as bulkDeleteAutomations, index_d_copyAutomation as copyAutomation, index_d_createAutomation as createAutomation, index_d_createDraftAutomation as createDraftAutomation, index_d_createPreinstalledAutomation as createPreinstalledAutomation, index_d_deleteAutomation as deleteAutomation, index_d_deleteDraftAutomation as deleteDraftAutomation, index_d_deletePreinstalledAutomation as deletePreinstalledAutomation, index_d_getActionsQuotaInfo as getActionsQuotaInfo, index_d_getAutomation as getAutomation, index_d_getAutomationActionSchema as getAutomationActionSchema, index_d_getOrCreateDraftAutomation as getOrCreateDraftAutomation, index_d_onAutomationCreated as onAutomationCreated, index_d_onAutomationDeleted as onAutomationDeleted, index_d_onAutomationDeletedWithEntity as onAutomationDeletedWithEntity, index_d_onAutomationUpdated as onAutomationUpdated, index_d_onAutomationUpdatedWithPreviousEntity as onAutomationUpdatedWithPreviousEntity, onAutomationCreated$1 as publicOnAutomationCreated, onAutomationDeleted$1 as publicOnAutomationDeleted, onAutomationDeletedWithEntity$1 as publicOnAutomationDeletedWithEntity, onAutomationUpdated$1 as publicOnAutomationUpdated, onAutomationUpdatedWithPreviousEntity$1 as publicOnAutomationUpdatedWithPreviousEntity, index_d_publishDraftAutomation as publishDraftAutomation, index_d_queryAutomations as queryAutomations, index_d_queryAutomationsWithDrafts as queryAutomationsWithDrafts, index_d_queryPreinstalledAutomationsForApp as queryPreinstalledAutomationsForApp, index_d_updateAutomation as updateAutomation, index_d_updateDraftAutomation as updateDraftAutomation, index_d_updatePreinstalledAutomation as updatePreinstalledAutomation, index_d_validateAutomation as validateAutomation };
|
|
6284
6378
|
}
|
|
6285
6379
|
|
|
6286
6380
|
export { index_d$1 as activations, index_d$2 as automationsService, index_d as automationsServiceV2 };
|
|
@@ -2157,6 +2157,12 @@ interface ActionSettings$1 {
|
|
|
2157
2157
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
2158
2158
|
disableConditionAddition?: boolean;
|
|
2159
2159
|
}
|
|
2160
|
+
declare enum Domain$1 {
|
|
2161
|
+
/** User domain (default) */
|
|
2162
|
+
USER = "USER",
|
|
2163
|
+
/** Wix domain */
|
|
2164
|
+
WIX = "WIX"
|
|
2165
|
+
}
|
|
2160
2166
|
interface AuditInfo$1 extends AuditInfoIdOneOf$1 {
|
|
2161
2167
|
/** User ID. */
|
|
2162
2168
|
userId?: string;
|
|
@@ -2488,6 +2494,141 @@ interface BulkActionMetadata$1 {
|
|
|
2488
2494
|
/** Number of failures without details because detailed failure threshold was exceeded. */
|
|
2489
2495
|
undetailedFailures?: number;
|
|
2490
2496
|
}
|
|
2497
|
+
interface CreatePreinstalledAutomationRequest$1 {
|
|
2498
|
+
/** Preinstalled automation to be created. */
|
|
2499
|
+
automation: Automation$1;
|
|
2500
|
+
/** Optional - hide the created automation behind a spec */
|
|
2501
|
+
specInfo?: PreinstalledAutomationSpecInfo$1;
|
|
2502
|
+
/**
|
|
2503
|
+
* Optional - the information about the original site automation that was used to create this preinstalled automation
|
|
2504
|
+
* Usually an existing automation in a site is used to create the preinstalled automation, this is the relevant information.
|
|
2505
|
+
*/
|
|
2506
|
+
originAutomationInfo?: OriginAutomationInfo$1;
|
|
2507
|
+
}
|
|
2508
|
+
interface PreinstalledAutomationSpecInfo$1 {
|
|
2509
|
+
/** Spec to conduct on for the automation */
|
|
2510
|
+
spec?: string;
|
|
2511
|
+
/**
|
|
2512
|
+
* Value the spec should return in order to affect the user with the operation
|
|
2513
|
+
* e.g. creation - show the users the automation, update - show the users the updated automation, deletion - not show the users the automation
|
|
2514
|
+
*/
|
|
2515
|
+
variantValue?: string | null;
|
|
2516
|
+
/**
|
|
2517
|
+
* Version from which the experiment should decide whether to expose it to users when !conduct(spec).contains(variant_value)
|
|
2518
|
+
* For example, if 50 is set, version 49 and below (including 49) will not expose the preinstalled automation to the user.
|
|
2519
|
+
*/
|
|
2520
|
+
experimentVersion?: number;
|
|
2521
|
+
}
|
|
2522
|
+
interface OriginAutomationInfo$1 {
|
|
2523
|
+
/** The original automation id */
|
|
2524
|
+
siteAutomationId?: string;
|
|
2525
|
+
/** The original automation meta site id */
|
|
2526
|
+
metaSiteId?: string;
|
|
2527
|
+
}
|
|
2528
|
+
interface CreatePreinstalledAutomationResponse$1 {
|
|
2529
|
+
/** The created preinstalled automation. */
|
|
2530
|
+
automation?: Automation$1;
|
|
2531
|
+
}
|
|
2532
|
+
interface UpdatePreinstalledAutomationRequest$1 {
|
|
2533
|
+
/** Preinstalled automation to update. */
|
|
2534
|
+
automation: Automation$1;
|
|
2535
|
+
/** Optional - hide the updated automation behind a spec */
|
|
2536
|
+
specInfo?: PreinstalledAutomationSpecInfo$1;
|
|
2537
|
+
}
|
|
2538
|
+
interface UpdatePreinstalledAutomationResponse$1 {
|
|
2539
|
+
/** Updated preinstalled automation. */
|
|
2540
|
+
automation?: Automation$1;
|
|
2541
|
+
}
|
|
2542
|
+
interface DeletePreinstalledAutomationRequest$1 {
|
|
2543
|
+
/** Preinstalled Component Id */
|
|
2544
|
+
componentId: string;
|
|
2545
|
+
/**
|
|
2546
|
+
* Optional - makes the deletion operation gradual
|
|
2547
|
+
* The automation will not return if the variant returns for the site
|
|
2548
|
+
*/
|
|
2549
|
+
specInfo?: PreinstalledAutomationSpecInfo$1;
|
|
2550
|
+
}
|
|
2551
|
+
interface DeletePreinstalledAutomationResponse$1 {
|
|
2552
|
+
}
|
|
2553
|
+
interface QueryPreinstalledAutomationsForAppRequest$1 {
|
|
2554
|
+
/** WQL expression. */
|
|
2555
|
+
query?: CommonCursorQuery$1;
|
|
2556
|
+
}
|
|
2557
|
+
interface CommonCursorQuery$1 extends CommonCursorQueryPagingMethodOneOf$1 {
|
|
2558
|
+
/**
|
|
2559
|
+
* Cursor paging options.
|
|
2560
|
+
*
|
|
2561
|
+
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
2562
|
+
*/
|
|
2563
|
+
cursorPaging?: CommonCursorPaging$1;
|
|
2564
|
+
/**
|
|
2565
|
+
* Filter object.
|
|
2566
|
+
*
|
|
2567
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
2568
|
+
*/
|
|
2569
|
+
filter?: Record<string, any> | null;
|
|
2570
|
+
/**
|
|
2571
|
+
* Sort object.
|
|
2572
|
+
*
|
|
2573
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
2574
|
+
*/
|
|
2575
|
+
sort?: CommonSorting$1[];
|
|
2576
|
+
}
|
|
2577
|
+
/** @oneof */
|
|
2578
|
+
interface CommonCursorQueryPagingMethodOneOf$1 {
|
|
2579
|
+
/**
|
|
2580
|
+
* Cursor paging options.
|
|
2581
|
+
*
|
|
2582
|
+
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
2583
|
+
*/
|
|
2584
|
+
cursorPaging?: CommonCursorPaging$1;
|
|
2585
|
+
}
|
|
2586
|
+
interface CommonSorting$1 {
|
|
2587
|
+
/** Name of the field to sort by. */
|
|
2588
|
+
fieldName?: string;
|
|
2589
|
+
/** Sort order. */
|
|
2590
|
+
order?: CommonSortOrder$1;
|
|
2591
|
+
}
|
|
2592
|
+
declare enum CommonSortOrder$1 {
|
|
2593
|
+
ASC = "ASC",
|
|
2594
|
+
DESC = "DESC"
|
|
2595
|
+
}
|
|
2596
|
+
interface CommonCursorPaging$1 {
|
|
2597
|
+
/** Maximum number of items to return in the results. */
|
|
2598
|
+
limit?: number | null;
|
|
2599
|
+
/**
|
|
2600
|
+
* Pointer to the next or previous page in the list of results.
|
|
2601
|
+
*
|
|
2602
|
+
* Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
2603
|
+
* Not relevant for the first request.
|
|
2604
|
+
*/
|
|
2605
|
+
cursor?: string | null;
|
|
2606
|
+
}
|
|
2607
|
+
interface QueryPreinstalledAutomationsForAppResponse$1 {
|
|
2608
|
+
/** List of automations. */
|
|
2609
|
+
automations?: Automation$1[];
|
|
2610
|
+
/** Paging metadata. */
|
|
2611
|
+
pagingMetadata?: CommonCursorPagingMetadata$1;
|
|
2612
|
+
}
|
|
2613
|
+
interface CommonCursorPagingMetadata$1 {
|
|
2614
|
+
/** Number of items returned in current page. */
|
|
2615
|
+
count?: number | null;
|
|
2616
|
+
/** Cursor strings that point to the next page, previous page, or both. */
|
|
2617
|
+
cursors?: CommonCursors$1;
|
|
2618
|
+
/**
|
|
2619
|
+
* Whether there are more pages to retrieve following the current page.
|
|
2620
|
+
*
|
|
2621
|
+
* + `true`: Another page of results can be retrieved.
|
|
2622
|
+
* + `false`: This is the last page.
|
|
2623
|
+
*/
|
|
2624
|
+
hasNext?: boolean | null;
|
|
2625
|
+
}
|
|
2626
|
+
interface CommonCursors$1 {
|
|
2627
|
+
/** Cursor string pointing to the next page in the list of results. */
|
|
2628
|
+
next?: string | null;
|
|
2629
|
+
/** Cursor pointing to the previous page in the list of results. */
|
|
2630
|
+
prev?: string | null;
|
|
2631
|
+
}
|
|
2491
2632
|
interface QueryAutomationsRequest$1 {
|
|
2492
2633
|
/** WQL expression. */
|
|
2493
2634
|
query?: CursorQuery$1;
|
|
@@ -2938,6 +3079,7 @@ interface AutomationSettingsNonNullableFields$1 {
|
|
|
2938
3079
|
disableDelete: boolean;
|
|
2939
3080
|
disableStatusChange: boolean;
|
|
2940
3081
|
actionSettings?: ActionSettingsNonNullableFields$1;
|
|
3082
|
+
domain: Domain$1;
|
|
2941
3083
|
}
|
|
2942
3084
|
interface AutomationNonNullableFields$1 {
|
|
2943
3085
|
applicationInfo?: ApplicationOriginNonNullableFields$1;
|
|
@@ -2979,6 +3121,15 @@ interface BulkDeleteAutomationsResponseNonNullableFields$1 {
|
|
|
2979
3121
|
results: BulkDeleteResultNonNullableFields$1[];
|
|
2980
3122
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields$1;
|
|
2981
3123
|
}
|
|
3124
|
+
interface CreatePreinstalledAutomationResponseNonNullableFields$1 {
|
|
3125
|
+
automation?: AutomationNonNullableFields$1;
|
|
3126
|
+
}
|
|
3127
|
+
interface UpdatePreinstalledAutomationResponseNonNullableFields$1 {
|
|
3128
|
+
automation?: AutomationNonNullableFields$1;
|
|
3129
|
+
}
|
|
3130
|
+
interface QueryPreinstalledAutomationsForAppResponseNonNullableFields$1 {
|
|
3131
|
+
automations: AutomationNonNullableFields$1[];
|
|
3132
|
+
}
|
|
2982
3133
|
interface QueryAutomationsResponseNonNullableFields$1 {
|
|
2983
3134
|
automations: AutomationNonNullableFields$1[];
|
|
2984
3135
|
}
|
|
@@ -3161,6 +3312,12 @@ interface ActionSettings {
|
|
|
3161
3312
|
/** Whether the option to add a condition is disabled for the automation. */
|
|
3162
3313
|
disableConditionAddition?: boolean;
|
|
3163
3314
|
}
|
|
3315
|
+
declare enum Domain {
|
|
3316
|
+
/** User domain (default) */
|
|
3317
|
+
USER = "USER",
|
|
3318
|
+
/** Wix domain */
|
|
3319
|
+
WIX = "WIX"
|
|
3320
|
+
}
|
|
3164
3321
|
interface AuditInfo extends AuditInfoIdOneOf {
|
|
3165
3322
|
/** User ID. */
|
|
3166
3323
|
userId?: string;
|
|
@@ -3492,6 +3649,141 @@ interface BulkActionMetadata {
|
|
|
3492
3649
|
/** Number of failures without details because detailed failure threshold was exceeded. */
|
|
3493
3650
|
undetailedFailures?: number;
|
|
3494
3651
|
}
|
|
3652
|
+
interface CreatePreinstalledAutomationRequest {
|
|
3653
|
+
/** Preinstalled automation to be created. */
|
|
3654
|
+
automation: Automation;
|
|
3655
|
+
/** Optional - hide the created automation behind a spec */
|
|
3656
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
3657
|
+
/**
|
|
3658
|
+
* Optional - the information about the original site automation that was used to create this preinstalled automation
|
|
3659
|
+
* Usually an existing automation in a site is used to create the preinstalled automation, this is the relevant information.
|
|
3660
|
+
*/
|
|
3661
|
+
originAutomationInfo?: OriginAutomationInfo;
|
|
3662
|
+
}
|
|
3663
|
+
interface PreinstalledAutomationSpecInfo {
|
|
3664
|
+
/** Spec to conduct on for the automation */
|
|
3665
|
+
spec?: string;
|
|
3666
|
+
/**
|
|
3667
|
+
* Value the spec should return in order to affect the user with the operation
|
|
3668
|
+
* e.g. creation - show the users the automation, update - show the users the updated automation, deletion - not show the users the automation
|
|
3669
|
+
*/
|
|
3670
|
+
variantValue?: string | null;
|
|
3671
|
+
/**
|
|
3672
|
+
* Version from which the experiment should decide whether to expose it to users when !conduct(spec).contains(variant_value)
|
|
3673
|
+
* For example, if 50 is set, version 49 and below (including 49) will not expose the preinstalled automation to the user.
|
|
3674
|
+
*/
|
|
3675
|
+
experimentVersion?: number;
|
|
3676
|
+
}
|
|
3677
|
+
interface OriginAutomationInfo {
|
|
3678
|
+
/** The original automation id */
|
|
3679
|
+
siteAutomationId?: string;
|
|
3680
|
+
/** The original automation meta site id */
|
|
3681
|
+
metaSiteId?: string;
|
|
3682
|
+
}
|
|
3683
|
+
interface CreatePreinstalledAutomationResponse {
|
|
3684
|
+
/** The created preinstalled automation. */
|
|
3685
|
+
automation?: Automation;
|
|
3686
|
+
}
|
|
3687
|
+
interface UpdatePreinstalledAutomationRequest {
|
|
3688
|
+
/** Preinstalled automation to update. */
|
|
3689
|
+
automation: Automation;
|
|
3690
|
+
/** Optional - hide the updated automation behind a spec */
|
|
3691
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
3692
|
+
}
|
|
3693
|
+
interface UpdatePreinstalledAutomationResponse {
|
|
3694
|
+
/** Updated preinstalled automation. */
|
|
3695
|
+
automation?: Automation;
|
|
3696
|
+
}
|
|
3697
|
+
interface DeletePreinstalledAutomationRequest {
|
|
3698
|
+
/** Preinstalled Component Id */
|
|
3699
|
+
componentId: string;
|
|
3700
|
+
/**
|
|
3701
|
+
* Optional - makes the deletion operation gradual
|
|
3702
|
+
* The automation will not return if the variant returns for the site
|
|
3703
|
+
*/
|
|
3704
|
+
specInfo?: PreinstalledAutomationSpecInfo;
|
|
3705
|
+
}
|
|
3706
|
+
interface DeletePreinstalledAutomationResponse {
|
|
3707
|
+
}
|
|
3708
|
+
interface QueryPreinstalledAutomationsForAppRequest {
|
|
3709
|
+
/** WQL expression. */
|
|
3710
|
+
query?: CommonCursorQuery;
|
|
3711
|
+
}
|
|
3712
|
+
interface CommonCursorQuery extends CommonCursorQueryPagingMethodOneOf {
|
|
3713
|
+
/**
|
|
3714
|
+
* Cursor paging options.
|
|
3715
|
+
*
|
|
3716
|
+
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
3717
|
+
*/
|
|
3718
|
+
cursorPaging?: CommonCursorPaging;
|
|
3719
|
+
/**
|
|
3720
|
+
* Filter object.
|
|
3721
|
+
*
|
|
3722
|
+
* Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
|
|
3723
|
+
*/
|
|
3724
|
+
filter?: Record<string, any> | null;
|
|
3725
|
+
/**
|
|
3726
|
+
* Sort object.
|
|
3727
|
+
*
|
|
3728
|
+
* Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
|
|
3729
|
+
*/
|
|
3730
|
+
sort?: CommonSorting[];
|
|
3731
|
+
}
|
|
3732
|
+
/** @oneof */
|
|
3733
|
+
interface CommonCursorQueryPagingMethodOneOf {
|
|
3734
|
+
/**
|
|
3735
|
+
* Cursor paging options.
|
|
3736
|
+
*
|
|
3737
|
+
* Learn more about [cursor paging](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#cursor-paging).
|
|
3738
|
+
*/
|
|
3739
|
+
cursorPaging?: CommonCursorPaging;
|
|
3740
|
+
}
|
|
3741
|
+
interface CommonSorting {
|
|
3742
|
+
/** Name of the field to sort by. */
|
|
3743
|
+
fieldName?: string;
|
|
3744
|
+
/** Sort order. */
|
|
3745
|
+
order?: CommonSortOrder;
|
|
3746
|
+
}
|
|
3747
|
+
declare enum CommonSortOrder {
|
|
3748
|
+
ASC = "ASC",
|
|
3749
|
+
DESC = "DESC"
|
|
3750
|
+
}
|
|
3751
|
+
interface CommonCursorPaging {
|
|
3752
|
+
/** Maximum number of items to return in the results. */
|
|
3753
|
+
limit?: number | null;
|
|
3754
|
+
/**
|
|
3755
|
+
* Pointer to the next or previous page in the list of results.
|
|
3756
|
+
*
|
|
3757
|
+
* Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
|
|
3758
|
+
* Not relevant for the first request.
|
|
3759
|
+
*/
|
|
3760
|
+
cursor?: string | null;
|
|
3761
|
+
}
|
|
3762
|
+
interface QueryPreinstalledAutomationsForAppResponse {
|
|
3763
|
+
/** List of automations. */
|
|
3764
|
+
automations?: Automation[];
|
|
3765
|
+
/** Paging metadata. */
|
|
3766
|
+
pagingMetadata?: CommonCursorPagingMetadata;
|
|
3767
|
+
}
|
|
3768
|
+
interface CommonCursorPagingMetadata {
|
|
3769
|
+
/** Number of items returned in current page. */
|
|
3770
|
+
count?: number | null;
|
|
3771
|
+
/** Cursor strings that point to the next page, previous page, or both. */
|
|
3772
|
+
cursors?: CommonCursors;
|
|
3773
|
+
/**
|
|
3774
|
+
* Whether there are more pages to retrieve following the current page.
|
|
3775
|
+
*
|
|
3776
|
+
* + `true`: Another page of results can be retrieved.
|
|
3777
|
+
* + `false`: This is the last page.
|
|
3778
|
+
*/
|
|
3779
|
+
hasNext?: boolean | null;
|
|
3780
|
+
}
|
|
3781
|
+
interface CommonCursors {
|
|
3782
|
+
/** Cursor string pointing to the next page in the list of results. */
|
|
3783
|
+
next?: string | null;
|
|
3784
|
+
/** Cursor pointing to the previous page in the list of results. */
|
|
3785
|
+
prev?: string | null;
|
|
3786
|
+
}
|
|
3495
3787
|
interface QueryAutomationsRequest {
|
|
3496
3788
|
/** WQL expression. */
|
|
3497
3789
|
query?: CursorQuery;
|
|
@@ -3942,6 +4234,7 @@ interface AutomationSettingsNonNullableFields {
|
|
|
3942
4234
|
disableDelete: boolean;
|
|
3943
4235
|
disableStatusChange: boolean;
|
|
3944
4236
|
actionSettings?: ActionSettingsNonNullableFields;
|
|
4237
|
+
domain: Domain;
|
|
3945
4238
|
}
|
|
3946
4239
|
interface AutomationNonNullableFields {
|
|
3947
4240
|
applicationInfo?: ApplicationOriginNonNullableFields;
|
|
@@ -3983,6 +4276,15 @@ interface BulkDeleteAutomationsResponseNonNullableFields {
|
|
|
3983
4276
|
results: BulkDeleteResultNonNullableFields[];
|
|
3984
4277
|
bulkActionMetadata?: BulkActionMetadataNonNullableFields;
|
|
3985
4278
|
}
|
|
4279
|
+
interface CreatePreinstalledAutomationResponseNonNullableFields {
|
|
4280
|
+
automation?: AutomationNonNullableFields;
|
|
4281
|
+
}
|
|
4282
|
+
interface UpdatePreinstalledAutomationResponseNonNullableFields {
|
|
4283
|
+
automation?: AutomationNonNullableFields;
|
|
4284
|
+
}
|
|
4285
|
+
interface QueryPreinstalledAutomationsForAppResponseNonNullableFields {
|
|
4286
|
+
automations: AutomationNonNullableFields[];
|
|
4287
|
+
}
|
|
3986
4288
|
interface QueryAutomationsResponseNonNullableFields {
|
|
3987
4289
|
automations: AutomationNonNullableFields[];
|
|
3988
4290
|
}
|
|
@@ -4106,6 +4408,12 @@ declare function deleteAutomation(): __PublicMethodMetaInfo<'DELETE', {
|
|
|
4106
4408
|
automationId: string;
|
|
4107
4409
|
}, DeleteAutomationRequest, DeleteAutomationRequest$1, DeleteAutomationResponse, DeleteAutomationResponse$1>;
|
|
4108
4410
|
declare function bulkDeleteAutomations(): __PublicMethodMetaInfo<'POST', {}, BulkDeleteAutomationsRequest, BulkDeleteAutomationsRequest$1, BulkDeleteAutomationsResponse & BulkDeleteAutomationsResponseNonNullableFields, BulkDeleteAutomationsResponse$1 & BulkDeleteAutomationsResponseNonNullableFields$1>;
|
|
4411
|
+
declare function createPreinstalledAutomation(): __PublicMethodMetaInfo<'POST', {}, CreatePreinstalledAutomationRequest, CreatePreinstalledAutomationRequest$1, CreatePreinstalledAutomationResponse & CreatePreinstalledAutomationResponseNonNullableFields, CreatePreinstalledAutomationResponse$1 & CreatePreinstalledAutomationResponseNonNullableFields$1>;
|
|
4412
|
+
declare function updatePreinstalledAutomation(): __PublicMethodMetaInfo<'PATCH', {}, UpdatePreinstalledAutomationRequest, UpdatePreinstalledAutomationRequest$1, UpdatePreinstalledAutomationResponse & UpdatePreinstalledAutomationResponseNonNullableFields, UpdatePreinstalledAutomationResponse$1 & UpdatePreinstalledAutomationResponseNonNullableFields$1>;
|
|
4413
|
+
declare function deletePreinstalledAutomation(): __PublicMethodMetaInfo<'DELETE', {
|
|
4414
|
+
componentId: string;
|
|
4415
|
+
}, DeletePreinstalledAutomationRequest, DeletePreinstalledAutomationRequest$1, DeletePreinstalledAutomationResponse, DeletePreinstalledAutomationResponse$1>;
|
|
4416
|
+
declare function queryPreinstalledAutomationsForApp(): __PublicMethodMetaInfo<'POST', {}, QueryPreinstalledAutomationsForAppRequest, QueryPreinstalledAutomationsForAppRequest$1, QueryPreinstalledAutomationsForAppResponse & QueryPreinstalledAutomationsForAppResponseNonNullableFields, QueryPreinstalledAutomationsForAppResponse$1 & QueryPreinstalledAutomationsForAppResponseNonNullableFields$1>;
|
|
4109
4417
|
declare function queryAutomations(): __PublicMethodMetaInfo<'POST', {}, QueryAutomationsRequest, QueryAutomationsRequest$1, QueryAutomationsResponse & QueryAutomationsResponseNonNullableFields, QueryAutomationsResponse$1 & QueryAutomationsResponseNonNullableFields$1>;
|
|
4110
4418
|
declare function copyAutomation(): __PublicMethodMetaInfo<'POST', {
|
|
4111
4419
|
automationId: string;
|
|
@@ -4136,8 +4444,10 @@ declare const meta_bulkDeleteAutomations: typeof bulkDeleteAutomations;
|
|
|
4136
4444
|
declare const meta_copyAutomation: typeof copyAutomation;
|
|
4137
4445
|
declare const meta_createAutomation: typeof createAutomation;
|
|
4138
4446
|
declare const meta_createDraftAutomation: typeof createDraftAutomation;
|
|
4447
|
+
declare const meta_createPreinstalledAutomation: typeof createPreinstalledAutomation;
|
|
4139
4448
|
declare const meta_deleteAutomation: typeof deleteAutomation;
|
|
4140
4449
|
declare const meta_deleteDraftAutomation: typeof deleteDraftAutomation;
|
|
4450
|
+
declare const meta_deletePreinstalledAutomation: typeof deletePreinstalledAutomation;
|
|
4141
4451
|
declare const meta_getActionsQuotaInfo: typeof getActionsQuotaInfo;
|
|
4142
4452
|
declare const meta_getAutomation: typeof getAutomation;
|
|
4143
4453
|
declare const meta_getAutomationActionSchema: typeof getAutomationActionSchema;
|
|
@@ -4145,11 +4455,13 @@ declare const meta_getOrCreateDraftAutomation: typeof getOrCreateDraftAutomation
|
|
|
4145
4455
|
declare const meta_publishDraftAutomation: typeof publishDraftAutomation;
|
|
4146
4456
|
declare const meta_queryAutomations: typeof queryAutomations;
|
|
4147
4457
|
declare const meta_queryAutomationsWithDrafts: typeof queryAutomationsWithDrafts;
|
|
4458
|
+
declare const meta_queryPreinstalledAutomationsForApp: typeof queryPreinstalledAutomationsForApp;
|
|
4148
4459
|
declare const meta_updateAutomation: typeof updateAutomation;
|
|
4149
4460
|
declare const meta_updateDraftAutomation: typeof updateDraftAutomation;
|
|
4461
|
+
declare const meta_updatePreinstalledAutomation: typeof updatePreinstalledAutomation;
|
|
4150
4462
|
declare const meta_validateAutomation: typeof validateAutomation;
|
|
4151
4463
|
declare namespace meta {
|
|
4152
|
-
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_bulkDeleteAutomations as bulkDeleteAutomations, meta_copyAutomation as copyAutomation, meta_createAutomation as createAutomation, meta_createDraftAutomation as createDraftAutomation, meta_deleteAutomation as deleteAutomation, meta_deleteDraftAutomation as deleteDraftAutomation, meta_getActionsQuotaInfo as getActionsQuotaInfo, meta_getAutomation as getAutomation, meta_getAutomationActionSchema as getAutomationActionSchema, meta_getOrCreateDraftAutomation as getOrCreateDraftAutomation, meta_publishDraftAutomation as publishDraftAutomation, meta_queryAutomations as queryAutomations, meta_queryAutomationsWithDrafts as queryAutomationsWithDrafts, meta_updateAutomation as updateAutomation, meta_updateDraftAutomation as updateDraftAutomation, meta_validateAutomation as validateAutomation };
|
|
4464
|
+
export { type meta___PublicMethodMetaInfo as __PublicMethodMetaInfo, meta_bulkDeleteAutomations as bulkDeleteAutomations, meta_copyAutomation as copyAutomation, meta_createAutomation as createAutomation, meta_createDraftAutomation as createDraftAutomation, meta_createPreinstalledAutomation as createPreinstalledAutomation, meta_deleteAutomation as deleteAutomation, meta_deleteDraftAutomation as deleteDraftAutomation, meta_deletePreinstalledAutomation as deletePreinstalledAutomation, meta_getActionsQuotaInfo as getActionsQuotaInfo, meta_getAutomation as getAutomation, meta_getAutomationActionSchema as getAutomationActionSchema, meta_getOrCreateDraftAutomation as getOrCreateDraftAutomation, meta_publishDraftAutomation as publishDraftAutomation, meta_queryAutomations as queryAutomations, meta_queryAutomationsWithDrafts as queryAutomationsWithDrafts, meta_queryPreinstalledAutomationsForApp as queryPreinstalledAutomationsForApp, meta_updateAutomation as updateAutomation, meta_updateDraftAutomation as updateDraftAutomation, meta_updatePreinstalledAutomation as updatePreinstalledAutomation, meta_validateAutomation as validateAutomation };
|
|
4153
4465
|
}
|
|
4154
4466
|
|
|
4155
4467
|
export { meta$1 as activations, meta$2 as automationsService, meta as automationsServiceV2 };
|